Browse Source

UI: industrial bundle: efficiency widgets implementation, widgets preview remake. added temperature range and gauge widgets to indoor and outdoor bundles

pull/9789/head
rusikv 3 years ago
parent
commit
901eac0ff7
  1. 3
      application/src/main/data/json/system/widget_bundles/indoor_environment.json
  2. 27
      application/src/main/data/json/system/widget_bundles/industial_widgets.json
  3. 3
      application/src/main/data/json/system/widget_bundles/outdoor_environment.json
  4. 29
      application/src/main/data/json/system/widget_types/efficiency_card.json
  5. 29
      application/src/main/data/json/system/widget_types/efficiency_card_with_background.json
  6. 32
      application/src/main/data/json/system/widget_types/efficiency_chart_card.json
  7. 32
      application/src/main/data/json/system/widget_types/efficiency_chart_card_with_background.json
  8. 29
      application/src/main/data/json/system/widget_types/efficiency_progress_bar.json
  9. 29
      application/src/main/data/json/system/widget_types/efficiency_progress_bar_with_background.json
  10. 32
      application/src/main/data/json/system/widget_types/efficiency_range_chart.json
  11. 32
      application/src/main/data/json/system/widget_types/efficiency_range_chart_with_background.json
  12. 2
      application/src/main/data/json/system/widget_types/flow_rate_card.json
  13. 2
      application/src/main/data/json/system/widget_types/flow_rate_card_with_background.json
  14. 2
      application/src/main/data/json/system/widget_types/flow_rate_chart_card.json
  15. 2
      application/src/main/data/json/system/widget_types/flow_rate_chart_card_with_background.json
  16. 2
      application/src/main/data/json/system/widget_types/flow_rate_gauge.json
  17. 2
      application/src/main/data/json/system/widget_types/flow_rate_progress_bar.json
  18. 2
      application/src/main/data/json/system/widget_types/flow_rate_progress_bar_with_background.json
  19. 2
      application/src/main/data/json/system/widget_types/fluid_pressure_card.json
  20. 2
      application/src/main/data/json/system/widget_types/fluid_pressure_chart_card.json
  21. 2
      application/src/main/data/json/system/widget_types/fluid_pressure_chart_card_with_background.json
  22. 2
      application/src/main/data/json/system/widget_types/fluid_pressure_gauge.json
  23. 2
      application/src/main/data/json/system/widget_types/fluid_pressure_progress_bar.json
  24. 2
      application/src/main/data/json/system/widget_types/fluid_pressure_progress_bar_with_background.json
  25. 32
      application/src/main/data/json/system/widget_types/fluid_temperature_card.json
  26. 32
      application/src/main/data/json/system/widget_types/fluid_temperature_card_with_background.json
  27. 35
      application/src/main/data/json/system/widget_types/fluid_temperature_chart_card.json
  28. 35
      application/src/main/data/json/system/widget_types/fluid_temperature_chart_card_with_background.json
  29. 33
      application/src/main/data/json/system/widget_types/fluid_temperature_gauge.json
  30. 32
      application/src/main/data/json/system/widget_types/fluid_temperature_progress_bar.json
  31. 32
      application/src/main/data/json/system/widget_types/fluid_temperature_progress_bar_with_background.json
  32. 35
      application/src/main/data/json/system/widget_types/fluid_temperature_range_chart.json
  33. 35
      application/src/main/data/json/system/widget_types/fluid_temperature_range_chart_with_background.json
  34. 29
      application/src/main/data/json/system/widget_types/horizontal_efficiency_card.json
  35. 29
      application/src/main/data/json/system/widget_types/horizontal_efficiency_card_with_background.json
  36. 2
      application/src/main/data/json/system/widget_types/horizontal_flow_rate_card.json
  37. 2
      application/src/main/data/json/system/widget_types/horizontal_flow_rate_card_with_background.json
  38. 2
      application/src/main/data/json/system/widget_types/horizontal_fluid_pressure_card.json
  39. 2
      application/src/main/data/json/system/widget_types/horizontal_fluid_pressure_card_with_background.json
  40. 32
      application/src/main/data/json/system/widget_types/horizontal_fluid_temperature_card.json
  41. 32
      application/src/main/data/json/system/widget_types/horizontal_fluid_temperature_card_with_background.json
  42. 2
      application/src/main/data/json/system/widget_types/horizontal_power_consumption_card.json
  43. 2
      application/src/main/data/json/system/widget_types/horizontal_power_consumption_card_with_background.json
  44. 2
      application/src/main/data/json/system/widget_types/horizontal_pump_vibration_card.json
  45. 2
      application/src/main/data/json/system/widget_types/horizontal_pump_vibration_card_with_background.json
  46. 2
      application/src/main/data/json/system/widget_types/horizontal_rotational_speed_card.json
  47. 2
      application/src/main/data/json/system/widget_types/horizontal_rotational_speed_card_with_background.json
  48. 29
      application/src/main/data/json/system/widget_types/indoor_temperature_gauge.json
  49. 31
      application/src/main/data/json/system/widget_types/indoor_temperature_range_chart.json
  50. 31
      application/src/main/data/json/system/widget_types/indoor_temperature_range_chart_with_background.json
  51. 2
      application/src/main/data/json/system/widget_types/power_consumption_card.json
  52. 2
      application/src/main/data/json/system/widget_types/power_consumption_card_with_background.json
  53. 2
      application/src/main/data/json/system/widget_types/power_consumption_chart_card.json
  54. 2
      application/src/main/data/json/system/widget_types/power_consumption_chart_card_with_background.json
  55. 2
      application/src/main/data/json/system/widget_types/pump_vibration_card.json
  56. 2
      application/src/main/data/json/system/widget_types/pump_vibration_card_with_background.json
  57. 2
      application/src/main/data/json/system/widget_types/pump_vibration_chart_card.json
  58. 2
      application/src/main/data/json/system/widget_types/pump_vibration_chart_card_with_background.json
  59. 2
      application/src/main/data/json/system/widget_types/rotational_speed_card.json
  60. 2
      application/src/main/data/json/system/widget_types/rotational_speed_card_with_background.json
  61. 2
      application/src/main/data/json/system/widget_types/rotational_speed_chart_card.json
  62. 2
      application/src/main/data/json/system/widget_types/rotational_speed_chart_card_with_background.json
  63. 2
      application/src/main/data/json/system/widget_types/rotational_speed_gauge.json
  64. 2
      application/src/main/data/json/system/widget_types/rotational_speed_progress_bar.json
  65. 2
      application/src/main/data/json/system/widget_types/rotational_speed_progress_bar_with_background.json
  66. 32
      application/src/main/data/json/system/widget_types/simple_efficiency_chart_card.json
  67. 32
      application/src/main/data/json/system/widget_types/simple_efficiency_chart_card_with_background.json
  68. 2
      application/src/main/data/json/system/widget_types/simple_flow_rate_chart_card.json
  69. 2
      application/src/main/data/json/system/widget_types/simple_flow_rate_chart_card_with_background.json
  70. 2
      application/src/main/data/json/system/widget_types/simple_fluid_pressure_chart_card.json
  71. 2
      application/src/main/data/json/system/widget_types/simple_fluid_pressure_chart_card_with_background.json
  72. 35
      application/src/main/data/json/system/widget_types/simple_fluid_temperature_chart_card.json
  73. 35
      application/src/main/data/json/system/widget_types/simple_fluid_temperature_chart_card_with_background.json
  74. 2
      application/src/main/data/json/system/widget_types/simple_power_consumption_chart_card.json
  75. 2
      application/src/main/data/json/system/widget_types/simple_power_consumption_chart_card_with_background.json
  76. 2
      application/src/main/data/json/system/widget_types/simple_pump_vibration_chart_card.json
  77. 2
      application/src/main/data/json/system/widget_types/simple_pump_vibration_chart_card_with_background.json
  78. 2
      application/src/main/data/json/system/widget_types/simple_rotational_speed_chart_card.json
  79. 2
      application/src/main/data/json/system/widget_types/simple_rotational_speed_chart_card_with_background.json
  80. 29
      application/src/main/data/json/system/widget_types/temperature_gauge.json
  81. 31
      application/src/main/data/json/system/widget_types/temperature_range_chart.json
  82. 31
      application/src/main/data/json/system/widget_types/temperature_range_chart_with_background.json

3
application/src/main/data/json/system/widget_bundles/indoor_environment.json

@ -19,6 +19,9 @@
"indoor_simple_temperature_chart_card_with_background",
"indoor_temperature_progress_bar",
"indoor_temperature_progress_bar_with_background",
"indoor_temperature_range_chart",
"indoor_temperature_range_chart_with_background",
"indoor_temperature_gauge",
"indoor_humidity_card",
"indoor_humidity_card_with_background",
"indoor_horizontal_humidity_card",

27
application/src/main/data/json/system/widget_bundles/industial_widgets.json

@ -35,19 +35,6 @@
"fluid_pressure_range_chart",
"fluid_pressure_range_chart_with_background",
"fluid_pressure_gauge",
"fluid_temperature_card",
"fluid_temperature_card_with_background",
"horizontal_fluid_temperature_card",
"horizontal_fluid_temperature_card_with_background",
"fluid_temperature_chart_card",
"fluid_temperature_chart_card_with_background",
"simple_fluid_temperature_chart_card",
"simple_fluid_temperature_chart_card_with_background",
"fluid_temperature_progress_bar",
"fluid_temperature_progress_bar_with_background",
"fluid_temperature_range_chart",
"fluid_temperature_range_chart_with_background",
"fluid_temperature_gauge",
"pump_vibration_card",
"pump_vibration_card_with_background",
"horizontal_pump_vibration_card",
@ -80,6 +67,18 @@
"rotational_speed_progress_bar_with_background",
"rotational_speed_range_chart",
"rotational_speed_range_chart_with_background",
"rotational_speed_gauge"
"rotational_speed_gauge",
"efficiency_card",
"efficiency_card_with_background",
"horizontal_efficiency_card",
"horizontal_efficiency_card_with_background",
"efficiency_chart_card",
"efficiency_chart_card_with_background",
"simple_efficiency_chart_card",
"simple_efficiency_chart_card_with_background",
"efficiency_progress_bar",
"efficiency_progress_bar_with_background",
"efficiency_range_chart",
"efficiency_range_chart_with_background"
]
}

3
application/src/main/data/json/system/widget_bundles/outdoor_environment.json

@ -17,6 +17,9 @@
"temperature_chart_card_with_background",
"simple_temperature_chart_card",
"simple_temperature_chart_card_with_background",
"temperature_range_chart",
"temperature_range_chart_with_background",
"temperature_gauge",
"humidity_card",
"humidity_card_with_background",
"horizontal_humidity_card",

29
application/src/main/data/json/system/widget_types/efficiency_card.json

File diff suppressed because one or more lines are too long

29
application/src/main/data/json/system/widget_types/efficiency_card_with_background.json

File diff suppressed because one or more lines are too long

32
application/src/main/data/json/system/widget_types/efficiency_chart_card.json

File diff suppressed because one or more lines are too long

32
application/src/main/data/json/system/widget_types/efficiency_chart_card_with_background.json

File diff suppressed because one or more lines are too long

29
application/src/main/data/json/system/widget_types/efficiency_progress_bar.json

File diff suppressed because one or more lines are too long

29
application/src/main/data/json/system/widget_types/efficiency_progress_bar_with_background.json

File diff suppressed because one or more lines are too long

32
application/src/main/data/json/system/widget_types/efficiency_range_chart.json

File diff suppressed because one or more lines are too long

32
application/src/main/data/json/system/widget_types/efficiency_range_chart_with_background.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/flow_rate_card.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/flow_rate_card_with_background.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/flow_rate_chart_card.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/flow_rate_chart_card_with_background.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/flow_rate_gauge.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/flow_rate_progress_bar.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/flow_rate_progress_bar_with_background.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/fluid_pressure_card.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/fluid_pressure_chart_card.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/fluid_pressure_chart_card_with_background.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/fluid_pressure_gauge.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/fluid_pressure_progress_bar.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/fluid_pressure_progress_bar_with_background.json

File diff suppressed because one or more lines are too long

32
application/src/main/data/json/system/widget_types/fluid_temperature_card.json

File diff suppressed because one or more lines are too long

32
application/src/main/data/json/system/widget_types/fluid_temperature_card_with_background.json

File diff suppressed because one or more lines are too long

35
application/src/main/data/json/system/widget_types/fluid_temperature_chart_card.json

File diff suppressed because one or more lines are too long

35
application/src/main/data/json/system/widget_types/fluid_temperature_chart_card_with_background.json

File diff suppressed because one or more lines are too long

33
application/src/main/data/json/system/widget_types/fluid_temperature_gauge.json

File diff suppressed because one or more lines are too long

32
application/src/main/data/json/system/widget_types/fluid_temperature_progress_bar.json

File diff suppressed because one or more lines are too long

32
application/src/main/data/json/system/widget_types/fluid_temperature_progress_bar_with_background.json

File diff suppressed because one or more lines are too long

35
application/src/main/data/json/system/widget_types/fluid_temperature_range_chart.json

File diff suppressed because one or more lines are too long

35
application/src/main/data/json/system/widget_types/fluid_temperature_range_chart_with_background.json

File diff suppressed because one or more lines are too long

29
application/src/main/data/json/system/widget_types/horizontal_efficiency_card.json

File diff suppressed because one or more lines are too long

29
application/src/main/data/json/system/widget_types/horizontal_efficiency_card_with_background.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/horizontal_flow_rate_card.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/horizontal_flow_rate_card_with_background.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/horizontal_fluid_pressure_card.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/horizontal_fluid_pressure_card_with_background.json

File diff suppressed because one or more lines are too long

32
application/src/main/data/json/system/widget_types/horizontal_fluid_temperature_card.json

File diff suppressed because one or more lines are too long

32
application/src/main/data/json/system/widget_types/horizontal_fluid_temperature_card_with_background.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/horizontal_power_consumption_card.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/horizontal_power_consumption_card_with_background.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/horizontal_pump_vibration_card.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/horizontal_pump_vibration_card_with_background.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/horizontal_rotational_speed_card.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/horizontal_rotational_speed_card_with_background.json

File diff suppressed because one or more lines are too long

29
application/src/main/data/json/system/widget_types/indoor_temperature_gauge.json

File diff suppressed because one or more lines are too long

31
application/src/main/data/json/system/widget_types/indoor_temperature_range_chart.json

File diff suppressed because one or more lines are too long

31
application/src/main/data/json/system/widget_types/indoor_temperature_range_chart_with_background.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/power_consumption_card.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/power_consumption_card_with_background.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/power_consumption_chart_card.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/power_consumption_chart_card_with_background.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/pump_vibration_card.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/pump_vibration_card_with_background.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/pump_vibration_chart_card.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/pump_vibration_chart_card_with_background.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/rotational_speed_card.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/rotational_speed_card_with_background.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/rotational_speed_chart_card.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/rotational_speed_chart_card_with_background.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/rotational_speed_gauge.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/rotational_speed_progress_bar.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/rotational_speed_progress_bar_with_background.json

File diff suppressed because one or more lines are too long

32
application/src/main/data/json/system/widget_types/simple_efficiency_chart_card.json

File diff suppressed because one or more lines are too long

32
application/src/main/data/json/system/widget_types/simple_efficiency_chart_card_with_background.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/simple_flow_rate_chart_card.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/simple_flow_rate_chart_card_with_background.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/simple_fluid_pressure_chart_card.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/simple_fluid_pressure_chart_card_with_background.json

File diff suppressed because one or more lines are too long

35
application/src/main/data/json/system/widget_types/simple_fluid_temperature_chart_card.json

File diff suppressed because one or more lines are too long

35
application/src/main/data/json/system/widget_types/simple_fluid_temperature_chart_card_with_background.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/simple_power_consumption_chart_card.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/simple_power_consumption_chart_card_with_background.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/simple_pump_vibration_chart_card.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/simple_pump_vibration_chart_card_with_background.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/simple_rotational_speed_chart_card.json

File diff suppressed because one or more lines are too long

2
application/src/main/data/json/system/widget_types/simple_rotational_speed_chart_card_with_background.json

File diff suppressed because one or more lines are too long

29
application/src/main/data/json/system/widget_types/temperature_gauge.json

File diff suppressed because one or more lines are too long

31
application/src/main/data/json/system/widget_types/temperature_range_chart.json

File diff suppressed because one or more lines are too long

31
application/src/main/data/json/system/widget_types/temperature_range_chart_with_background.json

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save