@c8y/ngx-components 1021.52.0 → 1021.54.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (259) hide show
  1. package/alarm-event-selector/alarm-event-attributes-form/alarm-event-attributes-form.component.d.ts +10 -2
  2. package/alarm-event-selector/alarm-event-attributes-form/alarm-event-attributes-form.component.d.ts.map +1 -1
  3. package/alarm-event-selector/alarm-event-attributes-form/alarm-event-attributes-form.model.d.ts +11 -0
  4. package/alarm-event-selector/alarm-event-attributes-form/alarm-event-attributes-form.model.d.ts.map +1 -0
  5. package/alarm-event-selector/alarm-event-selection-list/alarm-event-selection-list.component.d.ts +10 -4
  6. package/alarm-event-selector/alarm-event-selection-list/alarm-event-selection-list.component.d.ts.map +1 -1
  7. package/alarm-event-selector/alarm-event-selector-list-item/alarm-event-selector-list-item.component.d.ts +3 -1
  8. package/alarm-event-selector/alarm-event-selector-list-item/alarm-event-selector-list-item.component.d.ts.map +1 -1
  9. package/alarm-event-selector/alarm-event-selector.model.d.ts +7 -0
  10. package/alarm-event-selector/alarm-event-selector.model.d.ts.map +1 -1
  11. package/core/application/app-icon.component.d.ts.map +1 -1
  12. package/core/dashboard/dashboard-child-action.component.d.ts +1 -1
  13. package/core/dashboard/dashboard-child-action.component.d.ts.map +1 -1
  14. package/core/dashboard/dashboard.module.d.ts +29 -29
  15. package/core/dashboard/index.d.ts +3 -0
  16. package/core/dashboard/index.d.ts.map +1 -1
  17. package/core/dashboard/widgets-dashboard.component.d.ts +1 -1
  18. package/core/dashboard/widgets-dashboard.component.d.ts.map +1 -1
  19. package/core/dashboard/wiget-time-context/aggregation-picker/aggregation-picker.component.d.ts +1 -1
  20. package/core/dashboard/wiget-time-context/aggregation-picker/aggregation-picker.component.d.ts.map +1 -1
  21. package/core/dashboard/wiget-time-context/realtime-control/realtime-control.component.d.ts +1 -1
  22. package/core/dashboard/wiget-time-context/realtime-control/realtime-control.component.d.ts.map +1 -1
  23. package/core/dashboard/wiget-time-context/widget-time-context-date-range.service.d.ts +10 -0
  24. package/core/dashboard/wiget-time-context/widget-time-context-date-range.service.d.ts.map +1 -0
  25. package/core/dashboard/wiget-time-context/widget-time-context.component.d.ts +7 -4
  26. package/core/dashboard/wiget-time-context/widget-time-context.component.d.ts.map +1 -1
  27. package/core/dashboard/wiget-time-context/widget-time-context.model.d.ts +0 -1
  28. package/core/dashboard/wiget-time-context/widget-time-context.model.d.ts.map +1 -1
  29. package/core/date-picker/date-picker.component.d.ts +1 -1
  30. package/core/date-picker/date-picker.component.d.ts.map +1 -1
  31. package/core/date-picker/date-picker.module.d.ts +9 -9
  32. package/core/date-time-picker/close-date-picker.directive.d.ts +1 -1
  33. package/core/date-time-picker/close-date-picker.directive.d.ts.map +1 -1
  34. package/core/date-time-picker/date-time-picker.component.d.ts +6 -3
  35. package/core/date-time-picker/date-time-picker.component.d.ts.map +1 -1
  36. package/core/date-time-picker/date-time-picker.module.d.ts +11 -11
  37. package/core/date-time-picker/date-time-picker.module.d.ts.map +1 -1
  38. package/core/forms/forms.module.d.ts +18 -18
  39. package/core/forms/required-input-placeholder.directive.d.ts +1 -1
  40. package/core/forms/required-input-placeholder.directive.d.ts.map +1 -1
  41. package/core/router/router.service.d.ts.map +1 -1
  42. package/core/user/user-menu.service.d.ts +36 -11
  43. package/core/user/user-menu.service.d.ts.map +1 -1
  44. package/datapoint-explorer/c8y-ngx-components-datapoint-explorer.d.ts.map +1 -0
  45. package/datapoint-explorer/datapoint-explorer.module.d.ts +7 -0
  46. package/datapoint-explorer/datapoint-explorer.module.d.ts.map +1 -0
  47. package/datapoint-explorer/index.d.ts +2 -0
  48. package/datapoint-explorer/index.d.ts.map +1 -0
  49. package/datapoint-explorer/view/c8y-ngx-components-datapoint-explorer-view.d.ts.map +1 -0
  50. package/datapoint-explorer/view/configuration/naming-dictionary.d.ts +3 -0
  51. package/datapoint-explorer/view/configuration/naming-dictionary.d.ts.map +1 -0
  52. package/datapoint-explorer/view/configuration/workspace-configuration.component.d.ts +38 -0
  53. package/datapoint-explorer/view/configuration/workspace-configuration.component.d.ts.map +1 -0
  54. package/datapoint-explorer/view/configuration/workspace-configuration.model.d.ts +7 -0
  55. package/datapoint-explorer/view/configuration/workspace-configuration.model.d.ts.map +1 -0
  56. package/datapoint-explorer/view/configuration/workspace-configuration.service.d.ts +15 -0
  57. package/datapoint-explorer/view/configuration/workspace-configuration.service.d.ts.map +1 -0
  58. package/datapoint-explorer/view/create-new-report-modal/create-new-report-modal.component.d.ts +25 -0
  59. package/datapoint-explorer/view/create-new-report-modal/create-new-report-modal.component.d.ts.map +1 -0
  60. package/datapoint-explorer/view/datapoint-explorer.component.d.ts +67 -0
  61. package/datapoint-explorer/view/datapoint-explorer.component.d.ts.map +1 -0
  62. package/datapoint-explorer/view/datapoint-explorer.service.d.ts +9 -0
  63. package/datapoint-explorer/view/datapoint-explorer.service.d.ts.map +1 -0
  64. package/datapoint-explorer/view/index.d.ts +2 -0
  65. package/datapoint-explorer/view/index.d.ts.map +1 -0
  66. package/datapoint-explorer/view/send-as-widget-to-report-modal/send-as-widget-to-report-modal.component.d.ts +23 -0
  67. package/datapoint-explorer/view/send-as-widget-to-report-modal/send-as-widget-to-report-modal.component.d.ts.map +1 -0
  68. package/echart/c8y-ngx-components-echart.d.ts.map +1 -0
  69. package/echart/chart-alerts/chart-alerts.component.d.ts +8 -0
  70. package/echart/chart-alerts/chart-alerts.component.d.ts.map +1 -0
  71. package/echart/charts.component.d.ts +63 -0
  72. package/echart/charts.component.d.ts.map +1 -0
  73. package/echart/index.d.ts +5 -0
  74. package/echart/index.d.ts.map +1 -0
  75. package/echart/models/c8y-ngx-components-echart-models.d.ts.map +1 -0
  76. package/echart/models/chart.model.d.ts +37 -0
  77. package/echart/models/chart.model.d.ts.map +1 -0
  78. package/echart/models/datapoints-graph-widget.model.d.ts +126 -0
  79. package/echart/models/datapoints-graph-widget.model.d.ts.map +1 -0
  80. package/echart/models/index.d.ts +4 -0
  81. package/echart/models/index.d.ts.map +1 -0
  82. package/echart/models/svg-icons.model.d.ts +22 -0
  83. package/echart/models/svg-icons.model.d.ts.map +1 -0
  84. package/echart/services/chart-alarms.service.d.ts +17 -0
  85. package/echart/services/chart-alarms.service.d.ts.map +1 -0
  86. package/echart/services/chart-events.service.d.ts +17 -0
  87. package/echart/services/chart-events.service.d.ts.map +1 -0
  88. package/echart/services/chart-realtime.service.d.ts +35 -0
  89. package/echart/services/chart-realtime.service.d.ts.map +1 -0
  90. package/echart/services/chart-types.service.d.ts +15 -0
  91. package/echart/services/chart-types.service.d.ts.map +1 -0
  92. package/echart/services/custom-measurements.service.d.ts +12 -0
  93. package/echart/services/custom-measurements.service.d.ts.map +1 -0
  94. package/echart/services/echarts-options.service.d.ts +143 -0
  95. package/echart/services/echarts-options.service.d.ts.map +1 -0
  96. package/echart/services/y-axis.service.d.ts +17 -0
  97. package/echart/services/y-axis.service.d.ts.map +1 -0
  98. package/esm2022/alarm-event-selector/alarm-event-attributes-form/alarm-event-attributes-form.component.mjs +37 -12
  99. package/esm2022/alarm-event-selector/alarm-event-attributes-form/alarm-event-attributes-form.model.mjs +2 -0
  100. package/esm2022/alarm-event-selector/alarm-event-selection-list/alarm-event-selection-list.component.mjs +39 -12
  101. package/esm2022/alarm-event-selector/alarm-event-selector-list-item/alarm-event-selector-list-item.component.mjs +6 -4
  102. package/esm2022/alarm-event-selector/alarm-event-selector.component.mjs +1 -1
  103. package/esm2022/alarm-event-selector/alarm-event-selector.model.mjs +1 -1
  104. package/esm2022/alarm-event-selector/custom-alarm-event-form/custom-alarm-event-form.component.mjs +1 -1
  105. package/esm2022/alarms/alarms-filter.component.mjs +3 -3
  106. package/esm2022/core/application/app-icon.component.mjs +4 -4
  107. package/esm2022/core/dashboard/dashboard-child-action.component.mjs +3 -3
  108. package/esm2022/core/dashboard/dashboard.module.mjs +17 -14
  109. package/esm2022/core/dashboard/index.mjs +4 -1
  110. package/esm2022/core/dashboard/widgets-dashboard.component.mjs +9 -9
  111. package/esm2022/core/dashboard/wiget-time-context/aggregation-picker/aggregation-picker.component.mjs +11 -9
  112. package/esm2022/core/dashboard/wiget-time-context/realtime-control/realtime-control.component.mjs +8 -7
  113. package/esm2022/core/dashboard/wiget-time-context/widget-time-context-date-range.service.mjs +23 -0
  114. package/esm2022/core/dashboard/wiget-time-context/widget-time-context.component.mjs +70 -26
  115. package/esm2022/core/dashboard/wiget-time-context/widget-time-context.model.mjs +1 -1
  116. package/esm2022/core/date-picker/date-picker.component.mjs +29 -14
  117. package/esm2022/core/date-picker/date-picker.module.mjs +9 -7
  118. package/esm2022/core/date-time-picker/close-date-picker.directive.mjs +4 -3
  119. package/esm2022/core/date-time-picker/date-time-picker.component.mjs +57 -29
  120. package/esm2022/core/date-time-picker/date-time-picker.module.mjs +11 -7
  121. package/esm2022/core/forms/forms.module.mjs +3 -3
  122. package/esm2022/core/forms/ip-range-input-list.component.mjs +5 -5
  123. package/esm2022/core/forms/required-input-placeholder.directive.mjs +4 -3
  124. package/esm2022/core/router/router.service.mjs +1 -1
  125. package/esm2022/core/time-interval/time-interval.component.mjs +3 -3
  126. package/esm2022/core/user/user-menu.service.mjs +57 -17
  127. package/esm2022/datapoint-explorer/c8y-ngx-components-datapoint-explorer.mjs +5 -0
  128. package/esm2022/datapoint-explorer/datapoint-explorer.module.mjs +65 -0
  129. package/esm2022/datapoint-explorer/index.mjs +2 -0
  130. package/esm2022/datapoint-explorer/view/c8y-ngx-components-datapoint-explorer-view.mjs +5 -0
  131. package/esm2022/datapoint-explorer/view/configuration/naming-dictionary.mjs +65 -0
  132. package/esm2022/datapoint-explorer/view/configuration/workspace-configuration.component.mjs +169 -0
  133. package/esm2022/datapoint-explorer/view/configuration/workspace-configuration.model.mjs +2 -0
  134. package/esm2022/datapoint-explorer/view/configuration/workspace-configuration.service.mjs +40 -0
  135. package/esm2022/datapoint-explorer/view/create-new-report-modal/create-new-report-modal.component.mjs +64 -0
  136. package/esm2022/datapoint-explorer/view/datapoint-explorer.component.mjs +279 -0
  137. package/esm2022/datapoint-explorer/view/datapoint-explorer.service.mjs +23 -0
  138. package/esm2022/datapoint-explorer/view/index.mjs +2 -0
  139. package/esm2022/datapoint-explorer/view/send-as-widget-to-report-modal/send-as-widget-to-report-modal.component.mjs +48 -0
  140. package/esm2022/datapoint-selector/datapoint-attributes-form/datapoint-attributes-form.component.mjs +3 -3
  141. package/esm2022/datapoint-selector/datapoint-selector-list-item/datapoint-selector-list-item.component.mjs +3 -3
  142. package/esm2022/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-exports-selector-file-types/datapoints-exports-selector-file-types.component.mjs +3 -3
  143. package/esm2022/datapoints-export-selector/datapoints-export-selector.component.mjs +3 -3
  144. package/esm2022/device-list/add-smart-group.component.mjs +3 -3
  145. package/esm2022/echart/c8y-ngx-components-echart.mjs +5 -0
  146. package/esm2022/echart/chart-alerts/chart-alerts.component.mjs +16 -0
  147. package/esm2022/echart/charts.component.mjs +560 -0
  148. package/esm2022/echart/index.mjs +5 -0
  149. package/esm2022/echart/models/c8y-ngx-components-echart-models.mjs +5 -0
  150. package/esm2022/echart/models/chart.model.mjs +2 -0
  151. package/esm2022/echart/models/datapoints-graph-widget.model.mjs +17 -0
  152. package/esm2022/echart/models/index.mjs +4 -0
  153. package/esm2022/echart/models/svg-icons.model.mjs +22 -0
  154. package/esm2022/echart/services/chart-alarms.service.mjs +58 -0
  155. package/esm2022/echart/services/chart-events.service.mjs +44 -0
  156. package/esm2022/echart/services/chart-realtime.service.mjs +193 -0
  157. package/esm2022/echart/services/chart-types.service.mjs +102 -0
  158. package/esm2022/echart/services/custom-measurements.service.mjs +52 -0
  159. package/esm2022/echart/services/echarts-options.service.mjs +857 -0
  160. package/esm2022/echart/services/y-axis.service.mjs +150 -0
  161. package/esm2022/interval-picker/interval-picker.component.mjs +3 -3
  162. package/esm2022/interval-picker/interval-picker.model.mjs +1 -1
  163. package/esm2022/map/map.component.mjs +4 -1
  164. package/esm2022/report-dashboard/index.mjs +2 -1
  165. package/esm2022/time-context/c8y-ngx-components-time-context.mjs +5 -0
  166. package/esm2022/time-context/index.mjs +2 -0
  167. package/esm2022/time-context/time-context.component.mjs +217 -0
  168. package/esm2022/time-context/time-context.service.mjs +83 -0
  169. package/esm2022/tracking/tracking.component.mjs +5 -6
  170. package/esm2022/tracking/tracking.service.mjs +7 -3
  171. package/esm2022/translation-editor/lazy/translation-editor/translation-editor.component.mjs +6 -5
  172. package/esm2022/widgets/cockpit-exports/index.mjs +8 -1
  173. package/esm2022/widgets/definitions/datapoints-graph/c8y-ngx-components-widgets-definitions-datapoints-graph.mjs +5 -0
  174. package/esm2022/widgets/definitions/datapoints-graph/index.mjs +31 -0
  175. package/esm2022/widgets/definitions/index.mjs +3 -2
  176. package/esm2022/widgets/implementations/datapoints-graph/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs +5 -0
  177. package/esm2022/widgets/implementations/datapoints-graph/datapoints-graph-config/datapoints-graph-widget-config.component.mjs +239 -0
  178. package/esm2022/widgets/implementations/datapoints-graph/datapoints-graph-view/datapoints-graph-widget-view.component.mjs +241 -0
  179. package/esm2022/widgets/implementations/datapoints-graph/index.mjs +3 -0
  180. package/fesm2022/c8y-ngx-components-alarm-event-selector.mjs +80 -28
  181. package/fesm2022/c8y-ngx-components-alarm-event-selector.mjs.map +1 -1
  182. package/fesm2022/c8y-ngx-components-alarms.mjs +2 -2
  183. package/fesm2022/c8y-ngx-components-alarms.mjs.map +1 -1
  184. package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs +658 -0
  185. package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs.map +1 -0
  186. package/fesm2022/c8y-ngx-components-datapoint-explorer.mjs +72 -0
  187. package/fesm2022/c8y-ngx-components-datapoint-explorer.mjs.map +1 -0
  188. package/fesm2022/c8y-ngx-components-datapoint-selector.mjs +4 -4
  189. package/fesm2022/c8y-ngx-components-datapoint-selector.mjs.map +1 -1
  190. package/fesm2022/c8y-ngx-components-datapoints-export-selector.mjs +4 -4
  191. package/fesm2022/c8y-ngx-components-datapoints-export-selector.mjs.map +1 -1
  192. package/fesm2022/c8y-ngx-components-device-list.mjs +2 -2
  193. package/fesm2022/c8y-ngx-components-device-list.mjs.map +1 -1
  194. package/fesm2022/c8y-ngx-components-echart-models.mjs +46 -0
  195. package/fesm2022/c8y-ngx-components-echart-models.mjs.map +1 -0
  196. package/fesm2022/c8y-ngx-components-echart.mjs +2023 -0
  197. package/fesm2022/c8y-ngx-components-echart.mjs.map +1 -0
  198. package/fesm2022/c8y-ngx-components-interval-picker.mjs +2 -2
  199. package/fesm2022/c8y-ngx-components-interval-picker.mjs.map +1 -1
  200. package/fesm2022/c8y-ngx-components-map.mjs +3 -0
  201. package/fesm2022/c8y-ngx-components-map.mjs.map +1 -1
  202. package/fesm2022/c8y-ngx-components-report-dashboard.mjs +1 -1
  203. package/fesm2022/c8y-ngx-components-time-context.mjs +300 -0
  204. package/fesm2022/c8y-ngx-components-time-context.mjs.map +1 -0
  205. package/fesm2022/c8y-ngx-components-tracking.mjs +10 -7
  206. package/fesm2022/c8y-ngx-components-tracking.mjs.map +1 -1
  207. package/fesm2022/c8y-ngx-components-translation-editor-lazy.mjs +5 -4
  208. package/fesm2022/c8y-ngx-components-translation-editor-lazy.mjs.map +1 -1
  209. package/fesm2022/c8y-ngx-components-widgets-cockpit-exports.mjs +7 -0
  210. package/fesm2022/c8y-ngx-components-widgets-cockpit-exports.mjs.map +1 -1
  211. package/fesm2022/c8y-ngx-components-widgets-definitions-datapoints-graph.mjs +38 -0
  212. package/fesm2022/c8y-ngx-components-widgets-definitions-datapoints-graph.mjs.map +1 -0
  213. package/fesm2022/c8y-ngx-components-widgets-definitions.mjs +2 -1
  214. package/fesm2022/c8y-ngx-components-widgets-definitions.mjs.map +1 -1
  215. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs +467 -0
  216. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs.map +1 -0
  217. package/fesm2022/c8y-ngx-components.mjs +433 -281
  218. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  219. package/interval-picker/interval-picker.component.d.ts.map +1 -1
  220. package/interval-picker/interval-picker.model.d.ts.map +1 -1
  221. package/locales/de.po +206 -279
  222. package/locales/es.po +206 -279
  223. package/locales/fr.po +206 -279
  224. package/locales/ja_JP.po +196 -279
  225. package/locales/ko.po +455 -444
  226. package/locales/locales.pot +200 -0
  227. package/locales/nl.po +206 -279
  228. package/locales/pl.po +206 -279
  229. package/locales/pt_BR.po +206 -279
  230. package/locales/zh_CN.po +450 -443
  231. package/locales/zh_TW.po +452 -445
  232. package/map/map.component.d.ts.map +1 -1
  233. package/package.json +1 -1
  234. package/report-dashboard/index.d.ts +1 -0
  235. package/report-dashboard/index.d.ts.map +1 -1
  236. package/time-context/c8y-ngx-components-time-context.d.ts.map +1 -0
  237. package/time-context/index.d.ts +2 -0
  238. package/time-context/index.d.ts.map +1 -0
  239. package/time-context/time-context.component.d.ts +61 -0
  240. package/time-context/time-context.component.d.ts.map +1 -0
  241. package/time-context/time-context.service.d.ts +25 -0
  242. package/time-context/time-context.service.d.ts.map +1 -0
  243. package/tracking/tracking.component.d.ts.map +1 -1
  244. package/tracking/tracking.service.d.ts.map +1 -1
  245. package/translation-editor/lazy/translation-editor/translation-editor.component.d.ts.map +1 -1
  246. package/widgets/cockpit-exports/index.d.ts +6 -0
  247. package/widgets/cockpit-exports/index.d.ts.map +1 -1
  248. package/widgets/definitions/datapoints-graph/c8y-ngx-components-widgets-definitions-datapoints-graph.d.ts.map +1 -0
  249. package/widgets/definitions/datapoints-graph/index.d.ts +16 -0
  250. package/widgets/definitions/datapoints-graph/index.d.ts.map +1 -0
  251. package/widgets/definitions/index.d.ts +1 -0
  252. package/widgets/definitions/index.d.ts.map +1 -1
  253. package/widgets/implementations/datapoints-graph/c8y-ngx-components-widgets-implementations-datapoints-graph.d.ts.map +1 -0
  254. package/widgets/implementations/datapoints-graph/datapoints-graph-config/datapoints-graph-widget-config.component.d.ts +43 -0
  255. package/widgets/implementations/datapoints-graph/datapoints-graph-config/datapoints-graph-widget-config.component.d.ts.map +1 -0
  256. package/widgets/implementations/datapoints-graph/datapoints-graph-view/datapoints-graph-widget-view.component.d.ts +54 -0
  257. package/widgets/implementations/datapoints-graph/datapoints-graph-view/datapoints-graph-widget-view.component.d.ts.map +1 -0
  258. package/widgets/implementations/datapoints-graph/index.d.ts +3 -0
  259. package/widgets/implementations/datapoints-graph/index.d.ts.map +1 -0
@@ -1 +1 @@
1
- {"version":3,"file":"date-time-picker.component.d.ts","sourceRoot":"","sources":["../../../core/date-time-picker/date-time-picker.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,SAAS,EAET,iBAAiB,EAEjB,YAAY,EACb,MAAM,eAAe,CAAC;AACvB,OAAO,EAEL,oBAAoB,EACpB,SAAS,EAET,SAAS,EACT,eAAe,EACf,gBAAgB,EAEjB,MAAM,gBAAgB,CAAC;AAIxB,OAAO,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AACjE,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;;AAO7C,UAAU,kBAAkB;IAC1B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,MAAM,MAAM,QAAQ,GAAG,aAAa,GAAG,MAAM,GAAG,WAAW,GAAG,oBAAoB,GAAG,MAAM,CAAC;AAE5F,qBAgBa,uBAAwB,YAAW,oBAAoB,EAAE,SAAS,EAAE,SAAS;IA8D5E,OAAO,CAAC,EAAE;IA7DtB,OAAO,EAAE,IAAI,CAAC;IAEd,IACI,QAAQ,CAAC,KAAK,EAAE,MAAM,EAEzB;IAED,OAAO,EAAE,IAAI,CAAC;IAEd,IACI,QAAQ,CAAC,KAAK,EAAE,MAAM,EAEzB;IAGD,WAAW,EAAE,MAAM,CAAC;IAGpB,eAAe,SAAgB;IAG/B,gBAAgB,UAAS;IAGzB,IAAI,EAAE,MAAM,CAAC;IAEb;;;;;;;;;;OAUG;IAEH,QAAQ,EAAE,QAAQ,CAAiB;IAGnC,MAAM,EAAE,kBAAkB,CAKxB;IAGF,cAAc,EAAE,YAAY,CAAC,WAAW,CAAC,CAAsB;IAE/D,IAAI,EAAE,IAAI,CAAC;IACX,IAAI,EAAE,SAAS,CAAC;IAEhB,kBAAkB,mBAA6B;IAEb,UAAU,EAAE,qBAAqB,CAAC;IAEpE,OAAO,CAAC,aAAa,CAAc;IACnC,OAAO,CAAC,QAAQ,CAAgC;gBAE5B,EAAE,EAAE,iBAAiB;IAiBzC,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAY;IAE7C,SAAS,EAAE,MAAM,IAAI,CAAY;IAEjC,WAAW;IAKX,eAAe;IAIf;;OAEG;IACH,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAgB/B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,SAAS,EAAE,GAAG;IAIhC,gBAAgB,CAAC,QAAQ,EAAE,OAAO;IAOlC,QAAQ,CAAC,QAAQ,EAAE,eAAe,GAAG,gBAAgB,GAAG,IAAI;IAY5D,WAAW;IASX,OAAO;IASP,IAAI,IAAI,IAAI;IAIZ,gBAAgB,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAkBzC;;;;OAIG;IACH,OAAO,CAAC,WAAW;yCAvLR,uBAAuB;2CAAvB,uBAAuB;CA0NnC"}
1
+ {"version":3,"file":"date-time-picker.component.d.ts","sourceRoot":"","sources":["../../../core/date-time-picker/date-time-picker.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EAEjB,YAAY,EAGZ,SAAS,EAGV,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,eAAe,EACf,oBAAoB,EAEpB,SAAS,EAGT,gBAAgB,EAChB,SAAS,EAGV,MAAM,gBAAgB,CAAC;AAIxB,OAAO,EAAE,qBAAqB,EAAsB,MAAM,0BAA0B,CAAC;AACrF,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;;AAY7C,UAAU,kBAAkB;IAC1B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,MAAM,MAAM,QAAQ,GAAG,aAAa,GAAG,MAAM,GAAG,WAAW,GAAG,oBAAoB,GAAG,MAAM,CAAC;AAE5F,qBA4Ba,uBAAwB,YAAW,oBAAoB,EAAE,SAAS,EAAE,SAAS;IA+D5E,OAAO,CAAC,EAAE;IA9DtB,OAAO,EAAE,IAAI,CAAC;IAEd,IACI,QAAQ,CAAC,KAAK,EAAE,MAAM,EAEzB;IAED,OAAO,EAAE,IAAI,CAAC;IAEd,IACI,QAAQ,CAAC,KAAK,EAAE,MAAM,EAEzB;IAGD,WAAW,EAAE,MAAM,CAAC;IAGpB,eAAe,SAAgB;IAG/B,gBAAgB,UAAS;IAGzB,IAAI,EAAE,MAAM,CAAC;IAEb;;;;;;;;;;OAUG;IAEH,QAAQ,EAAE,QAAQ,CAAiB;IAGnC,MAAM,EAAE,kBAAkB,CAKxB;IAGF,cAAc,EAAE,YAAY,CAAC,WAAW,CAAC,CAAsB;IAE/D,IAAI,EAAE,IAAI,CAAC;IACX,IAAI,EAAE,SAAS,CAAC;IAEhB,kBAAkB,mBAA6B;IAEb,UAAU,EAAE,qBAAqB,CAAC;IAEpE,OAAO,CAAC,aAAa,CAAc;IACnC,OAAO,CAAC,wBAAwB,CAA4C;IAC5E,OAAO,CAAC,QAAQ,CAAgC;gBAE5B,EAAE,EAAE,iBAAiB;IAiBzC,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAY;IAE7C,SAAS,EAAE,MAAM,IAAI,CAAY;IAEjC,WAAW;IAKX,eAAe;IAIf;;OAEG;IACH,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAgB/B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,SAAS,EAAE,GAAG;IAIhC,gBAAgB,CAAC,QAAQ,EAAE,OAAO;IAOlC,QAAQ,CAAC,QAAQ,EAAE,eAAe,GAAG,gBAAgB,GAAG,IAAI;IAY5D,WAAW;IASX,OAAO;IASP,IAAI,IAAI,IAAI;IAIZ,gBAAgB,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAsBzC;;;;OAIG;IACH,OAAO,CAAC,WAAW;IAuCnB,OAAO,CAAC,UAAU;IAKlB,OAAO,CAAC,cAAc;yCAxOX,uBAAuB;2CAAvB,uBAAuB;CA2OnC"}
@@ -1,21 +1,21 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./date-time-picker.component";
3
- import * as i2 from "./close-date-picker.directive";
4
- import * as i3 from "../forms/forms.module";
5
- import * as i4 from "@angular/common";
6
- import * as i5 from "@angular/forms";
7
- import * as i6 from "ngx-bootstrap/datepicker";
8
- import * as i7 from "ngx-bootstrap/timepicker";
9
- import * as i8 from "../common/common.module";
10
- import * as i9 from "../time-picker/time-picker.module";
11
- import * as i10 from "../date-picker/date-picker.module";
2
+ import * as i1 from "../forms/forms.module";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ import * as i4 from "ngx-bootstrap/datepicker";
6
+ import * as i5 from "ngx-bootstrap/timepicker";
7
+ import * as i6 from "../common/common.module";
8
+ import * as i7 from "../time-picker/time-picker.module";
9
+ import * as i8 from "../date-picker/date-picker.module";
10
+ import * as i9 from "./date-time-picker.component";
11
+ import * as i10 from "./close-date-picker.directive";
12
12
  /**
13
13
  * The angular module definition for a date-time picker - it provides FormControl that handles date and time.
14
14
  * @exports DateTimePickerComponent
15
15
  */
16
16
  export declare class DateTimePickerModule {
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<DateTimePickerModule, never>;
18
- static ɵmod: i0.ɵɵNgModuleDeclaration<DateTimePickerModule, [typeof i1.DateTimePickerComponent, typeof i2.CloseDatePickerDirective], [typeof i3.FormsModule, typeof i4.CommonModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof i6.BsDatepickerModule, typeof i7.TimepickerModule, typeof i8.CommonModule, typeof i9.TimePickerModule, typeof i10.DatePickerModule], [typeof i1.DateTimePickerComponent]>;
18
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DateTimePickerModule, never, [typeof i1.FormsModule, typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.BsDatepickerModule, typeof i5.TimepickerModule, typeof i6.CommonModule, typeof i7.TimePickerModule, typeof i8.DatePickerModule, typeof i9.DateTimePickerComponent, typeof i10.CloseDatePickerDirective], [typeof i9.DateTimePickerComponent]>;
19
19
  static ɵinj: i0.ɵɵInjectorDeclaration<DateTimePickerModule>;
20
20
  }
21
21
  //# sourceMappingURL=date-time-picker.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"date-time-picker.module.d.ts","sourceRoot":"","sources":["../../../core/date-time-picker/date-time-picker.module.ts"],"names":[],"mappings":";;;;;;;;;;;AAaA;;;GAGG;AACH,qBAea,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}
1
+ {"version":3,"file":"date-time-picker.module.d.ts","sourceRoot":"","sources":["../../../core/date-time-picker/date-time-picker.module.ts"],"names":[],"mappings":";;;;;;;;;;;AAaA;;;GAGG;AACH,qBAgBa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}
@@ -7,23 +7,23 @@ import * as i5 from "./input-group-list.component";
7
7
  import * as i6 from "./input-group-list-container.directive";
8
8
  import * as i7 from "./json-validation-prettifier.directive";
9
9
  import * as i8 from "./text-area-row-height.directive";
10
- import * as i9 from "./required-input-placeholder.directive";
11
- import * as i10 from "./ip-range-input-list.component";
12
- import * as i11 from "./filter-input.component";
13
- import * as i12 from "./emails-validator.directive";
14
- import * as i13 from "./range.directive";
15
- import * as i14 from "./range.component";
16
- import * as i15 from "./simple-json-path-validator.directive";
17
- import * as i16 from "./unique-in-collection-by-path-validation.directive";
18
- import * as i17 from "./extract-array-validation-errors.pipe";
19
- import * as i18 from "./filter-non-array-validation-errors.pipe";
20
- import * as i19 from "./humanize-validation-message.pipe";
21
- import * as i20 from "../common/common.module";
22
- import * as i21 from "@angular/forms";
23
- import * as i22 from "ngx-bootstrap/popover";
24
- import * as i23 from "ngx-bootstrap/tooltip";
25
- import * as i24 from "./form-group.component";
26
- import * as i25 from "./message.directive";
10
+ import * as i9 from "./ip-range-input-list.component";
11
+ import * as i10 from "./filter-input.component";
12
+ import * as i11 from "./emails-validator.directive";
13
+ import * as i12 from "./range.directive";
14
+ import * as i13 from "./range.component";
15
+ import * as i14 from "./simple-json-path-validator.directive";
16
+ import * as i15 from "./unique-in-collection-by-path-validation.directive";
17
+ import * as i16 from "./extract-array-validation-errors.pipe";
18
+ import * as i17 from "./filter-non-array-validation-errors.pipe";
19
+ import * as i18 from "./humanize-validation-message.pipe";
20
+ import * as i19 from "../common/common.module";
21
+ import * as i20 from "@angular/forms";
22
+ import * as i21 from "ngx-bootstrap/popover";
23
+ import * as i22 from "ngx-bootstrap/tooltip";
24
+ import * as i23 from "./form-group.component";
25
+ import * as i24 from "./message.directive";
26
+ import * as i25 from "./required-input-placeholder.directive";
27
27
  import * as i26 from "./messages.component";
28
28
  /**
29
29
  * @exports FormGroupComponent A component that allows to group an input and can display warnings and errors.
@@ -36,7 +36,7 @@ import * as i26 from "./messages.component";
36
36
  */
37
37
  export declare class FormsModule {
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<FormsModule, never>;
39
- static ɵmod: i0.ɵɵNgModuleDeclaration<FormsModule, [typeof i1.PhoneValidationDirective, typeof i2.DefaultValidationDirective, typeof i3.MinValidationDirective, typeof i4.MaxValidationDirective, typeof i5.InputGroupListComponent, typeof i6.InputGroupListContainerDirective, typeof i7.JsonValidationPrettifierDirective, typeof i8.TextAreaRowHeightDirective, typeof i9.RequiredInputPlaceholderDirective, typeof i10.IpRangeInputListComponent, typeof i11.FilterInputComponent, typeof i12.EmailsValidatorDirective, typeof i13.RangeDirective, typeof i14.RangeComponent, typeof i15.SimpleJsonPathValidatorDirective, typeof i16.UniqueInCollectionByPathValidationDirective, typeof i17.ExtractArrayValidationErrorsPipe, typeof i18.FilterNonArrayValidationErrorsPipe, typeof i19.HumanizeValidationMessagePipe], [typeof i20.CommonModule, typeof i21.FormsModule, typeof i21.ReactiveFormsModule, typeof i22.PopoverModule, typeof i23.TooltipModule, typeof i24.FormGroupComponent, typeof i25.MessageDirective, typeof i26.MessagesComponent], [typeof i1.PhoneValidationDirective, typeof i2.DefaultValidationDirective, typeof i3.MinValidationDirective, typeof i4.MaxValidationDirective, typeof i21.FormsModule, typeof i24.FormGroupComponent, typeof i25.MessageDirective, typeof i26.MessagesComponent, typeof i5.InputGroupListComponent, typeof i6.InputGroupListContainerDirective, typeof i7.JsonValidationPrettifierDirective, typeof i8.TextAreaRowHeightDirective, typeof i9.RequiredInputPlaceholderDirective, typeof i10.IpRangeInputListComponent, typeof i11.FilterInputComponent, typeof i12.EmailsValidatorDirective, typeof i13.RangeDirective, typeof i14.RangeComponent, typeof i15.SimpleJsonPathValidatorDirective, typeof i16.UniqueInCollectionByPathValidationDirective, typeof i17.ExtractArrayValidationErrorsPipe, typeof i18.FilterNonArrayValidationErrorsPipe, typeof i19.HumanizeValidationMessagePipe]>;
39
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FormsModule, [typeof i1.PhoneValidationDirective, typeof i2.DefaultValidationDirective, typeof i3.MinValidationDirective, typeof i4.MaxValidationDirective, typeof i5.InputGroupListComponent, typeof i6.InputGroupListContainerDirective, typeof i7.JsonValidationPrettifierDirective, typeof i8.TextAreaRowHeightDirective, typeof i9.IpRangeInputListComponent, typeof i10.FilterInputComponent, typeof i11.EmailsValidatorDirective, typeof i12.RangeDirective, typeof i13.RangeComponent, typeof i14.SimpleJsonPathValidatorDirective, typeof i15.UniqueInCollectionByPathValidationDirective, typeof i16.ExtractArrayValidationErrorsPipe, typeof i17.FilterNonArrayValidationErrorsPipe, typeof i18.HumanizeValidationMessagePipe], [typeof i19.CommonModule, typeof i20.FormsModule, typeof i20.ReactiveFormsModule, typeof i21.PopoverModule, typeof i22.TooltipModule, typeof i23.FormGroupComponent, typeof i24.MessageDirective, typeof i25.RequiredInputPlaceholderDirective, typeof i26.MessagesComponent], [typeof i1.PhoneValidationDirective, typeof i2.DefaultValidationDirective, typeof i3.MinValidationDirective, typeof i4.MaxValidationDirective, typeof i20.FormsModule, typeof i23.FormGroupComponent, typeof i24.MessageDirective, typeof i26.MessagesComponent, typeof i5.InputGroupListComponent, typeof i6.InputGroupListContainerDirective, typeof i7.JsonValidationPrettifierDirective, typeof i8.TextAreaRowHeightDirective, typeof i25.RequiredInputPlaceholderDirective, typeof i9.IpRangeInputListComponent, typeof i10.FilterInputComponent, typeof i11.EmailsValidatorDirective, typeof i12.RangeDirective, typeof i13.RangeComponent, typeof i14.SimpleJsonPathValidatorDirective, typeof i15.UniqueInCollectionByPathValidationDirective, typeof i16.ExtractArrayValidationErrorsPipe, typeof i17.FilterNonArrayValidationErrorsPipe, typeof i18.HumanizeValidationMessagePipe]>;
40
40
  static ɵinj: i0.ɵɵInjectorDeclaration<FormsModule>;
41
41
  }
42
42
  //# sourceMappingURL=forms.module.d.ts.map
@@ -15,6 +15,6 @@ export declare class RequiredInputPlaceholderDirective implements AfterViewCheck
15
15
  private getTextForPlaceholder;
16
16
  private updatePlaceholder;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<RequiredInputPlaceholderDirective, [null, null, null, { optional: true; }]>;
18
- static ɵdir: i0.ɵɵDirectiveDeclaration<RequiredInputPlaceholderDirective, "input[required], input[formControlName]", never, {}, {}, never, never, false, never>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<RequiredInputPlaceholderDirective, "input[required], input[formControlName]", never, {}, {}, never, never, true, never>;
19
19
  }
20
20
  //# sourceMappingURL=required-input-placeholder.directive.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"required-input-placeholder.directive.d.ts","sourceRoot":"","sources":["../../../core/forms/required-input-placeholder.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAa,UAAU,EAAY,SAAS,EAAE,MAAM,eAAe,CAAC;AAC7F,OAAO,EAAE,SAAS,EAAc,MAAM,gBAAgB,CAAC;AACvD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;;AAGvD,qBAGa,iCAAkC,YAAW,gBAAgB;IAKtE,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,kBAAkB;IACd,OAAO,CAAC,SAAS;IAP/B,OAAO,CAAC,sBAAsB,CAAS;IACvC,OAAO,CAAC,WAAW,CAAS;IAC5B,OAAO,CAAC,GAAG,CAAU;gBAEX,EAAE,EAAE,UAAU,EACd,QAAQ,EAAE,SAAS,EACnB,kBAAkB,EAAE,gBAAgB,EACxB,SAAS,EAAE,SAAS;IAK1C,kBAAkB,IAAI,IAAI;IAc1B,OAAO,CAAC,qBAAqB;IAgB7B,OAAO,CAAC,iBAAiB;yCA3Cd,iCAAiC;2CAAjC,iCAAiC;CA+C7C"}
1
+ {"version":3,"file":"required-input-placeholder.directive.d.ts","sourceRoot":"","sources":["../../../core/forms/required-input-placeholder.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAa,UAAU,EAAY,SAAS,EAAE,MAAM,eAAe,CAAC;AAC7F,OAAO,EAAE,SAAS,EAAc,MAAM,gBAAgB,CAAC;AACvD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;;AAGvD,qBAIa,iCAAkC,YAAW,gBAAgB;IAKtE,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,kBAAkB;IACd,OAAO,CAAC,SAAS;IAP/B,OAAO,CAAC,sBAAsB,CAAS;IACvC,OAAO,CAAC,WAAW,CAAS;IAC5B,OAAO,CAAC,GAAG,CAAU;gBAEX,EAAE,EAAE,UAAU,EACd,QAAQ,EAAE,SAAS,EACnB,kBAAkB,EAAE,gBAAgB,EACxB,SAAS,EAAE,SAAS;IAK1C,kBAAkB,IAAI,IAAI;IAc1B,OAAO,CAAC,qBAAqB;IAgB7B,OAAO,CAAC,iBAAiB;yCA3Cd,iCAAiC;2CAAjC,iCAAiC;CA+C7C"}
@@ -1 +1 @@
1
- {"version":3,"file":"router.service.d.ts","sourceRoot":"","sources":["../../../core/router/router.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,cAAc,EACd,QAAQ,EAET,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,MAAM,EAAkB,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAE7C,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,OAAO,EACL,gBAAgB,EAChB,oCAAoC,EAEpC,kBAAkB,EAClB,eAAe,EAIhB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EAAE,KAAK,EAAE,YAAY,EAAqC,MAAM,gBAAgB,CAAC;;AAExF;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,MAAM,cAAc,GAAG,KAAK,GAAG,KAAK,EAAE,GAAG,gBAAgB,CAAC,KAAK,CAAC,CAAC;AAEvE;;;GAGG;AACH,eAAO,MAAM,UAAU,8BAAiD,CAAC;AAEzE;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,SAAS,CAAC,KAAK,EAAE,eAAe,CAAC,KAAK,CAAC,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,kBAAkB,CAAC,4HAE7F;AAED;;;GAGG;AACH,qBAGa,aAAc,SAAQ,oCAAoC,CAAC,KAAK,CAAC;IAKnE,MAAM,EAAE,MAAM;IACrB,OAAO,CAAC,mBAAmB;IAL7B,QAAQ,CAAC,KAAK,qBAA4B;gBAGxC,YAAY,EAAE,QAAQ,EACf,MAAM,EAAE,MAAM,EACb,mBAAmB,EAAE,mBAAmB,EAChD,OAAO,EAAE,qBAAqB,EAC9B,OAAO,EAAE,cAAc;IAqCzB;;OAEG;IACH,OAAO;IAKP;;;OAGG;IACH,QAAQ,CAAC,KAAK,EAAE,KAAK,GAAG,KAAK,EAAE;IAI/B;;;;;OAKG;IACH,OAAO,CAAC,aAAa,EAAE,cAAc,EAAE,MAAM,SAAO,GAAG,MAAM;IAO7D,SAAS,CAAC,oBAAoB,IAAI,UAAU,CAAC,KAAK,EAAE,CAAC;IAOrD,OAAO,CAAC,SAAS;IAcjB,OAAO,CAAC,YAAY;IAYpB,OAAO,CAAC,wBAAwB;IAchC,OAAO,CAAC,2BAA2B;yCAzHxB,aAAa;6CAAb,aAAa;CAsIzB"}
1
+ {"version":3,"file":"router.service.d.ts","sourceRoot":"","sources":["../../../core/router/router.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,cAAc,EACd,QAAQ,EAET,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,MAAM,EAAkB,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAE7C,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,OAAO,EACL,gBAAgB,EAChB,oCAAoC,EAEpC,kBAAkB,EAClB,eAAe,EAIhB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EAAE,KAAK,EAAE,YAAY,EAAqC,MAAM,gBAAgB,CAAC;;AAExF;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,MAAM,cAAc,GAAG,KAAK,GAAG,KAAK,EAAE,GAAG,gBAAgB,CAAC,KAAK,CAAC,CAAC;AAEvE;;;GAGG;AACH,eAAO,MAAM,UAAU,8BAAiD,CAAC;AAEzE;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,SAAS,CAAC,KAAK,EAAE,eAAe,CAAC,KAAK,CAAC,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,kBAAkB,CAAC,4HAE7F;AAED;;;GAGG;AACH,qBAGa,aAAc,SAAQ,oCAAoC,CAAC,KAAK,CAAC;IAKnE,MAAM,EAAE,MAAM;IACrB,OAAO,CAAC,mBAAmB;IAL7B,QAAQ,CAAC,KAAK,qBAA4B;gBAGxC,YAAY,EAAE,QAAQ,EACf,MAAM,EAAE,MAAM,EACb,mBAAmB,EAAE,mBAAmB,EAChD,OAAO,EAAE,qBAAqB,EAC9B,OAAO,EAAE,cAAc;IAqCzB;;OAEG;IACH,OAAO;IAKP;;;OAGG;IACH,QAAQ,CAAC,KAAK,EAAE,KAAK,GAAG,KAAK,EAAE;IAI/B;;;;;OAKG;IACH,OAAO,CAAC,aAAa,EAAE,cAAc,EAAE,MAAM,SAAO,GAAG,MAAM;IAO7D,SAAS,CAAC,oBAAoB,IAAI,UAAU,CAAC,KAAK,EAAE,CAAC;IAOrD,OAAO,CAAC,SAAS;IAejB,OAAO,CAAC,YAAY;IAYpB,OAAO,CAAC,wBAAwB;IAchC,OAAO,CAAC,2BAA2B;yCA1HxB,aAAa;6CAAb,aAAa;CAuIzB"}
@@ -1,21 +1,41 @@
1
- import { StateService } from '../common/state-service.abstract';
2
- import { BehaviorSubject, Observable } from 'rxjs';
1
+ import { Injector } from '@angular/core';
2
+ import { Observable } from 'rxjs';
3
3
  import { UserMenuItem } from './user.model';
4
+ import { ExtensionPointForPlugins, GenericHookOptions, GenericHookType } from '../common';
5
+ import { Router } from '@angular/router';
6
+ import { PluginsResolveService } from '../plugins';
4
7
  import * as i0 from "@angular/core";
5
- export declare class UserMenuService extends StateService {
6
- state$: BehaviorSubject<{
7
- userMenuItems: Set<UserMenuItem>;
8
- }>;
9
- items$: Observable<UserMenuItem[]>;
10
- constructor();
8
+ /**
9
+ * You can either provide a single `UserMenuItem` as parameter:
10
+ * ```typescript
11
+ * hookUserMenu(...)
12
+ * ```
13
+ *
14
+ * Or an array to directly register multiple:
15
+ * ```typescript
16
+ * hookUserMenu([...])
17
+ * ```
18
+ *
19
+ * Or you provide a Service that implements `ExtensionFactory<UserMenuItem>`
20
+ * ```typescript
21
+ * export class MyUserMenuFactory implements ExtensionFactory<UserMenuItem> {...}
22
+ * ...
23
+ * hookUserMenu(MyUserMenuFactory)
24
+ * ```
25
+ * @param userMenu The `UserMenuItem`'s or `ExtensionFactory` to be provided.
26
+ * @param options The options to use for the hook.
27
+ * @returns A `Provider` to be provided in your module.
28
+ */
29
+ export declare function hookUserMenu(userMenu: GenericHookType<UserMenuItem>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").ClassProvider | import("@angular/core").ExistingProvider;
30
+ export declare class UserMenuService extends ExtensionPointForPlugins<UserMenuItem> {
31
+ private router;
32
+ constructor(rootInjector: Injector, router: Router, pluginService: PluginsResolveService);
11
33
  /**
12
34
  * Returns the current state.
13
35
  * @readonly
14
36
  * @returns The current set of actions.
15
37
  */
16
- get state(): {
17
- userMenuItems: Set<UserMenuItem>;
18
- };
38
+ get state(): Set<UserMenuItem>;
19
39
  /**
20
40
  * Adds a new item to the search in the header.
21
41
  * @param item The item to add.
@@ -26,6 +46,11 @@ export declare class UserMenuService extends StateService {
26
46
  * @param item The item to remove.
27
47
  */
28
48
  remove(item: UserMenuItem): void;
49
+ /**
50
+ * Sets the items observable.
51
+ * @returns The items observable.
52
+ */
53
+ protected setupItemsObservable(): Observable<UserMenuItem[]>;
29
54
  static ɵfac: i0.ɵɵFactoryDeclaration<UserMenuService, never>;
30
55
  static ɵprov: i0.ɵɵInjectableDeclaration<UserMenuService>;
31
56
  }
@@ -1 +1 @@
1
- {"version":3,"file":"user-menu.service.d.ts","sourceRoot":"","sources":["../../../core/user/user-menu.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAEnD,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;;AAG5C,qBAGa,eAAgB,SAAQ,YAAY;IAC/C,MAAM;;OAEH;IACH,MAAM,EAAE,UAAU,CAAC,YAAY,EAAE,CAAC,CAAC;;IAWnC;;;;OAIG;IACH,IAAI,KAAK;;MAER;IAED;;;OAGG;IACH,GAAG,CAAC,IAAI,EAAE,YAAY;IAKtB;;;OAGG;IACH,MAAM,CAAC,IAAI,EAAE,YAAY;yCArCd,eAAe;6CAAf,eAAe;CAyC3B"}
1
+ {"version":3,"file":"user-menu.service.d.ts","sourceRoot":"","sources":["../../../core/user/user-menu.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAA8B,QAAQ,EAAE,MAAM,eAAe,CAAC;AACrE,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC5C,OAAO,EACL,wBAAwB,EAExB,kBAAkB,EAClB,eAAe,EAKhB,MAAM,WAAW,CAAC;AACnB,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;;AAQnD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,YAAY,CAC1B,QAAQ,EAAE,eAAe,CAAC,YAAY,CAAC,EACvC,OAAO,CAAC,EAAE,OAAO,CAAC,kBAAkB,CAAC,4HAGtC;AAED,qBAGa,eAAgB,SAAQ,wBAAwB,CAAC,YAAY,CAAC;IAGvE,OAAO,CAAC,MAAM;gBADd,YAAY,EAAE,QAAQ,EACd,MAAM,EAAE,MAAM,EACtB,aAAa,EAAE,qBAAqB;IAMtC;;;;OAIG;IACH,IAAI,KAAK,sBAER;IAED;;;OAGG;IACH,GAAG,CAAC,IAAI,EAAE,YAAY;IAKtB;;;OAGG;IACH,MAAM,CAAC,IAAI,EAAE,YAAY;IAKzB;;;OAGG;IACH,SAAS,CAAC,oBAAoB,IAAI,UAAU,CAAC,YAAY,EAAE,CAAC;yCAzCjD,eAAe;6CAAf,eAAe;CAqD3B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"c8y-ngx-components-datapoint-explorer.d.ts","sourceRoot":"","sources":["../../datapoint-explorer/c8y-ngx-components-datapoint-explorer.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class DatapointExplorerModule {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<DatapointExplorerModule, never>;
4
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DatapointExplorerModule, never, never, never>;
5
+ static ɵinj: i0.ɵɵInjectorDeclaration<DatapointExplorerModule>;
6
+ }
7
+ //# sourceMappingURL=datapoint-explorer.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"datapoint-explorer.module.d.ts","sourceRoot":"","sources":["../../datapoint-explorer/datapoint-explorer.module.ts"],"names":[],"mappings":";AAGA,qBAkCa,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CAAG"}
@@ -0,0 +1,2 @@
1
+ export * from './datapoint-explorer.module';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../datapoint-explorer/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"c8y-ngx-components-datapoint-explorer-view.d.ts","sourceRoot":"","sources":["../../../datapoint-explorer/view/c8y-ngx-components-datapoint-explorer-view.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare const adjectives: string[];
2
+ export declare const nouns: string[];
3
+ //# sourceMappingURL=naming-dictionary.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"naming-dictionary.d.ts","sourceRoot":"","sources":["../../../../datapoint-explorer/view/configuration/naming-dictionary.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,UA+BtB,CAAC;AACF,eAAO,MAAM,KAAK,UA+BjB,CAAC"}
@@ -0,0 +1,38 @@
1
+ import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
+ import { FormGroup } from '@angular/forms';
3
+ import { WorkspaceConfiguration } from './workspace-configuration.model';
4
+ import { DatapointsGraphWidgetConfig } from '@c8y/ngx-components/echart';
5
+ import * as i0 from "@angular/core";
6
+ export declare class WorkspaceConfigComponent implements OnInit, OnChanges {
7
+ updatedConfig: DatapointsGraphWidgetConfig;
8
+ onConfigurationChange: EventEmitter<DatapointsGraphWidgetConfig>;
9
+ currentConfiguration: WorkspaceConfiguration;
10
+ configurations: WorkspaceConfiguration[];
11
+ configurationsFormGroup: FormGroup;
12
+ activeConfigTooltip: "Active configuration cannot be removed";
13
+ removeConfigTooltip: "Remove configuration";
14
+ private readonly formBuilder;
15
+ private readonly workspaceConfigurationService;
16
+ private readonly contextRouteService;
17
+ private readonly clipboardService;
18
+ private readonly activatedRoute;
19
+ private readonly router;
20
+ ngOnInit(): void;
21
+ ngOnChanges(changes: SimpleChanges): void;
22
+ addConfig(duplicatedConfig?: DatapointsGraphWidgetConfig): void;
23
+ changeConfiguration(selected: boolean, configuration: WorkspaceConfiguration): void;
24
+ updateConfigurationLabel(configuration: WorkspaceConfiguration): void;
25
+ deleteConfiguration(configuration: WorkspaceConfiguration): void;
26
+ clearAll(): void;
27
+ shareConfig(configuration: WorkspaceConfiguration): Promise<void>;
28
+ private addConfigFromUrl;
29
+ private updateConfigurations;
30
+ private initializeConfigurations;
31
+ private initWorkspaceForm;
32
+ private patchForm;
33
+ private patchValues;
34
+ private initializeContextSourceId;
35
+ static ɵfac: i0.ɵɵFactoryDeclaration<WorkspaceConfigComponent, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceConfigComponent, "c8y-workspace-config", never, { "updatedConfig": { "alias": "updatedConfig"; "required": false; }; }, { "onConfigurationChange": "onConfigurationChange"; }, never, never, true, never>;
37
+ }
38
+ //# sourceMappingURL=workspace-configuration.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"workspace-configuration.component.d.ts","sourceRoot":"","sources":["../../../../datapoint-explorer/view/configuration/workspace-configuration.component.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,YAAY,EAGZ,SAAS,EACT,MAAM,EAEN,aAAa,EACd,MAAM,eAAe,CAAC;AACvB,OAAO,EAA0B,SAAS,EAAe,MAAM,gBAAgB,CAAC;AAUhF,OAAO,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AACzE,OAAO,EAAE,2BAA2B,EAAE,MAAM,4BAA4B,CAAC;;AAMzE,qBAMa,wBAAyB,YAAW,MAAM,EAAE,SAAS;IACvD,aAAa,EAAE,2BAA2B,CAAC;IAC1C,qBAAqB,4CAAmD;IAElF,oBAAoB,EAAE,sBAAsB,CAAC;IAC7C,cAAc,EAAE,sBAAsB,EAAE,CAAM;IAC9C,uBAAuB,EAAE,SAAS,CAAC;IACnC,mBAAmB,2CAAqD;IACxE,mBAAmB,yBAAmC;IAEtD,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAuB;IACnD,OAAO,CAAC,QAAQ,CAAC,6BAA6B,CAAyC;IACvF,OAAO,CAAC,QAAQ,CAAC,mBAAmB,CAA+B;IACnE,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAA4B;IAC7D,OAAO,CAAC,QAAQ,CAAC,cAAc,CAA0B;IACzD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAkB;IAEzC,QAAQ,IAAI,IAAI;IAMhB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAMzC,SAAS,CAAC,gBAAgB,CAAC,EAAE,2BAA2B,GAAG,IAAI;IAsB/D,mBAAmB,CAAC,QAAQ,EAAE,OAAO,EAAE,aAAa,EAAE,sBAAsB,GAAG,IAAI;IAYnF,wBAAwB,CAAC,aAAa,EAAE,sBAAsB,GAAG,IAAI;IAYrE,mBAAmB,CAAC,aAAa,EAAE,sBAAsB,GAAG,IAAI;IAShE,QAAQ,IAAI,IAAI;IASV,WAAW,CAAC,aAAa,EAAE,sBAAsB,GAAG,OAAO,CAAC,IAAI,CAAC;IAIvE,OAAO,CAAC,gBAAgB;IAMxB,OAAO,CAAC,oBAAoB;IAiB5B,OAAO,CAAC,wBAAwB;IA+BhC,OAAO,CAAC,iBAAiB;IAQzB,OAAO,CAAC,SAAS;IAOjB,OAAO,CAAC,WAAW;IAQnB,OAAO,CAAC,yBAAyB;yCA9KtB,wBAAwB;2CAAxB,wBAAwB;CAwLpC"}
@@ -0,0 +1,7 @@
1
+ import { DatapointsGraphWidgetConfig } from '@c8y/ngx-components/echart';
2
+ export interface WorkspaceConfiguration {
3
+ id: string;
4
+ label: string;
5
+ config: DatapointsGraphWidgetConfig;
6
+ }
7
+ //# sourceMappingURL=workspace-configuration.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"workspace-configuration.model.d.ts","sourceRoot":"","sources":["../../../../datapoint-explorer/view/configuration/workspace-configuration.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,4BAA4B,CAAC;AAEzE,MAAM,WAAW,sBAAsB;IACrC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,2BAA2B,CAAC;CACrC"}
@@ -0,0 +1,15 @@
1
+ import { WritableSignal } from '@angular/core';
2
+ import { WorkspaceConfiguration } from './workspace-configuration.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class WorkspaceConfigurationService {
5
+ LOCAL_STORAGE_KEY: string;
6
+ LOCAL_STORAGE_DEFAULT_ID_KEY: string;
7
+ contextIdSignal: WritableSignal<number | string | null>;
8
+ constructor();
9
+ getConfigurations(): WorkspaceConfiguration[];
10
+ getDefaultConfigurationId(): string | null;
11
+ saveConfigurations(configurations: WorkspaceConfiguration[], id: string): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<WorkspaceConfigurationService, never>;
13
+ static ɵprov: i0.ɵɵInjectableDeclaration<WorkspaceConfigurationService>;
14
+ }
15
+ //# sourceMappingURL=workspace-configuration.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"workspace-configuration.service.d.ts","sourceRoot":"","sources":["../../../../datapoint-explorer/view/configuration/workspace-configuration.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAA8B,cAAc,EAAE,MAAM,eAAe,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;;AAEzE,qBAGa,6BAA6B;IACxC,iBAAiB,SAAiB;IAClC,4BAA4B,SAA2B;IACvD,eAAe,EAAE,cAAc,CAAC,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC,CAAgB;;IAgBvE,iBAAiB,IAAI,sBAAsB,EAAE;IAK7C,yBAAyB,IAAI,MAAM,GAAG,IAAI;IAI1C,kBAAkB,CAAC,cAAc,EAAE,sBAAsB,EAAE,EAAE,EAAE,EAAE,MAAM,GAAG,IAAI;yCA5BnE,6BAA6B;6CAA7B,6BAA6B;CAgCzC"}
@@ -0,0 +1,25 @@
1
+ import { ModalLabels } from '@c8y/ngx-components';
2
+ import { ContextDashboardService } from '@c8y/ngx-components/context-dashboard';
3
+ import { IManagedObject } from '@c8y/client';
4
+ import * as i0 from "@angular/core";
5
+ export declare class CreateNewReportModalComponent {
6
+ private contextDashboardService;
7
+ reportName: string;
8
+ labels: ModalLabels;
9
+ result: Promise<IManagedObject>;
10
+ styling: {
11
+ themeClass: string;
12
+ headerClass: string;
13
+ };
14
+ readonly DEFAULT_DASHBOARD_ICON = "th";
15
+ readonly DEFAULT_DASHBOARD_PRIORITY = 5000;
16
+ readonly DEFAULT_DASHBOARD_MARGIN = 12;
17
+ private _resolve;
18
+ private _reject;
19
+ constructor(contextDashboardService: ContextDashboardService);
20
+ save(): Promise<void>;
21
+ cancel(): void;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<CreateNewReportModalComponent, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<CreateNewReportModalComponent, "c8y-create-new-report-modal", never, {}, {}, never, never, true, never>;
24
+ }
25
+ //# sourceMappingURL=create-new-report-modal.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-new-report-modal.component.d.ts","sourceRoot":"","sources":["../../../../datapoint-explorer/view/create-new-report-modal/create-new-report-modal.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAuB,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAEvE,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAChF,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;;AAE7C,qBAMa,6BAA6B;IAmB5B,OAAO,CAAC,uBAAuB;IAlB3C,UAAU,SAAM;IAChB,MAAM,EAAE,WAAW,CAAsD;IAEzE,MAAM,0BAGH;IAEH,OAAO;;;MAGL;IAEF,QAAQ,CAAC,sBAAsB,QAAQ;IACvC,QAAQ,CAAC,0BAA0B,QAAQ;IAC3C,QAAQ,CAAC,wBAAwB,MAAM;IACvC,OAAO,CAAC,QAAQ,CAAkC;IAClD,OAAO,CAAC,OAAO,CAAyB;gBACpB,uBAAuB,EAAE,uBAAuB;IAE9D,IAAI;IAmCV,MAAM;yCAxDK,6BAA6B;2CAA7B,6BAA6B;CA2DzC"}
@@ -0,0 +1,67 @@
1
+ import { ElementRef } from '@angular/core';
2
+ import { DynamicComponentAlertAggregator } from '@c8y/ngx-components';
3
+ import { DatapointAttributesFormConfig } from '@c8y/ngx-components/datapoint-selector';
4
+ import { AlarmDetailsExtended, AlarmOrEventExtended, DatapointsGraphKPIDetails, DatapointsGraphWidgetConfig, EventDetailsExtended, TimeContextProps } from '@c8y/ngx-components/echart/models';
5
+ import { FormGroup } from '@angular/forms';
6
+ import { aggregationType, IIdentified } from '@c8y/client';
7
+ import { Interval } from '@c8y/ngx-components/interval-picker';
8
+ import { ExportConfig } from '@c8y/ngx-components/datapoints-export-selector';
9
+ import * as i0 from "@angular/core";
10
+ export declare class DatapointExplorerComponent {
11
+ #private;
12
+ chart: ElementRef;
13
+ config: DatapointsGraphWidgetConfig;
14
+ exportConfig: ExportConfig;
15
+ alerts: DynamicComponentAlertAggregator | undefined;
16
+ alarms: AlarmDetailsExtended[];
17
+ events: EventDetailsExtended[];
18
+ datapointsOutOfSync: Map<DatapointsGraphKPIDetails, boolean>;
19
+ contextAsset: IIdentified;
20
+ formGroup: FormGroup;
21
+ hasAtLeastOneDatapointActive: boolean;
22
+ hasAtLeastOneAlarmActive: boolean;
23
+ isMarkedAreaEnabled: boolean;
24
+ alarmsOrEventsHaveNoMatchingDps: boolean;
25
+ canAddReport: boolean;
26
+ timeProps: {
27
+ dateFrom: Date;
28
+ dateTo: Date;
29
+ interval?: Interval['id'];
30
+ realtime?: boolean;
31
+ aggregation?: aggregationType | null;
32
+ };
33
+ datapointSelectDefaultFormOptions: Partial<DatapointAttributesFormConfig>;
34
+ private readonly dataExplorerService;
35
+ private readonly formBuilder;
36
+ private readonly alertService;
37
+ private readonly bsModalService;
38
+ private readonly permissions;
39
+ private readonly contextDashboardService;
40
+ private readonly activatedRoute;
41
+ private readonly contextRouteService;
42
+ constructor();
43
+ ngOnInit(): void;
44
+ onTimeContextChange(timeProps: TimeContextProps): void;
45
+ onConfigurationChange(config: DatapointsGraphWidgetConfig): void;
46
+ onSliderZoom(timeProps: {
47
+ dateFrom: Date;
48
+ dateTo: Date;
49
+ interval?: Interval['id'];
50
+ }): void;
51
+ updateTimeRangeOnRealtime(timeRange: Pick<DatapointsGraphWidgetConfig, 'dateFrom' | 'dateTo'>): void;
52
+ createNewReportWithWidget(): void;
53
+ sendAsWidgetToReport(): void;
54
+ updateAlarmsAndEvents(alarmsEventsConfigs: AlarmOrEventExtended[]): void;
55
+ handleDatapointOutOfSync(dpOutOfSync: DatapointsGraphKPIDetails): void;
56
+ private isAlarm;
57
+ private isEvent;
58
+ private hasActiveAlarms;
59
+ private checkForMatchingDatapoints;
60
+ private updateExportConfig;
61
+ private initializeContextSourceId;
62
+ private createWidgetConfig;
63
+ private initForm;
64
+ static ɵfac: i0.ɵɵFactoryDeclaration<DatapointExplorerComponent, never>;
65
+ static ɵcmp: i0.ɵɵComponentDeclaration<DatapointExplorerComponent, "c8y-datapoint-explorer", never, {}, {}, never, never, true, never>;
66
+ }
67
+ //# sourceMappingURL=datapoint-explorer.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"datapoint-explorer.component.d.ts","sourceRoot":"","sources":["../../../datapoint-explorer/view/datapoint-explorer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyB,UAAU,EAAqB,MAAM,eAAe,CAAC;AACrF,OAAO,EAKL,+BAA+B,EAKhC,MAAM,qBAAqB,CAAC;AAG7B,OAAO,EACL,6BAA6B,EAG9B,MAAM,wCAAwC,CAAC;AAChD,OAAO,EACL,oBAAoB,EACpB,oBAAoB,EACpB,yBAAyB,EACzB,2BAA2B,EAC3B,oBAAoB,EACpB,gBAAgB,EACjB,MAAM,mCAAmC,CAAC;AAM3C,OAAO,EAAe,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAExD,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAG3D,OAAO,EAAE,QAAQ,EAAE,MAAM,qCAAqC,CAAC;AAK/D,OAAO,EAEL,YAAY,EACb,MAAM,gDAAgD,CAAC;;AAOxD,qBAqBa,0BAA0B;;IACjB,KAAK,EAAE,UAAU,CAAC;IACtC,MAAM,EAAE,2BAA2B,CAA+C;IAClF,YAAY,EAAE,YAAY,CAAC;IAC3B,MAAM,EAAE,+BAA+B,GAAG,SAAS,CAAC;IACpD,MAAM,EAAE,oBAAoB,EAAE,CAAM;IACpC,MAAM,EAAE,oBAAoB,EAAE,CAAM;IACpC,mBAAmB,0CAAiD;IACpE,YAAY,EAAE,WAAW,CAAC;IAC1B,SAAS,EAAE,SAAS,CAAC;IACrB,4BAA4B,UAAQ;IACpC,wBAAwB,UAAQ;IAChC,mBAAmB,UAAS;IAC5B,+BAA+B,UAAS;IACxC,YAAY,UAAS;IACrB,SAAS,EAAE;QACT,QAAQ,EAAE,IAAI,CAAC;QACf,MAAM,EAAE,IAAI,CAAC;QACb,QAAQ,CAAC,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAC;QAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,WAAW,CAAC,EAAE,eAAe,GAAG,IAAI,CAAC;KACtC,CAAC;IACF,iCAAiC,EAAE,OAAO,CAAC,6BAA6B,CAAC,CAGvE;IAIF,OAAO,CAAC,QAAQ,CAAC,mBAAmB,CAA+B;IACnE,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAuB;IACnD,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAwB;IACrD,OAAO,CAAC,QAAQ,CAAC,cAAc,CAA0B;IACzD,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAuB;IACnD,OAAO,CAAC,QAAQ,CAAC,uBAAuB,CAAmC;IAC3E,OAAO,CAAC,QAAQ,CAAC,cAAc,CAA0B;IACzD,OAAO,CAAC,QAAQ,CAAC,mBAAmB,CAA+B;;IAMnE,QAAQ,IAAI,IAAI;IAsBhB,mBAAmB,CAAC,SAAS,EAAE,gBAAgB,GAAG,IAAI;IAmBtD,qBAAqB,CAAC,MAAM,EAAE,2BAA2B,GAAG,IAAI;IAehE,YAAY,CAAC,SAAS,EAAE;QAAE,QAAQ,EAAE,IAAI,CAAC;QAAC,MAAM,EAAE,IAAI,CAAC;QAAC,QAAQ,CAAC,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAA;KAAE;IAKnF,yBAAyB,CACvB,SAAS,EAAE,IAAI,CAAC,2BAA2B,EAAE,UAAU,GAAG,QAAQ,CAAC,GAClE,IAAI;IAIP,yBAAyB,IAAI,IAAI;IAwBjC,oBAAoB,IAAI,IAAI;IA8B5B,qBAAqB,CAAC,mBAAmB,EAAE,oBAAoB,EAAE,GAAG,IAAI;IAMxE,wBAAwB,CAAC,WAAW,EAAE,yBAAyB,GAAG,IAAI;IAStE,OAAO,CAAC,OAAO;IAIf,OAAO,CAAC,OAAO;IAIf,OAAO,CAAC,eAAe;IAIvB,OAAO,CAAC,0BAA0B;IAUlC,OAAO,CAAC,kBAAkB;IAsB1B,OAAO,CAAC,yBAAyB;IAWjC,OAAO,CAAC,kBAAkB;IAW1B,OAAO,CAAC,QAAQ;yCApPL,0BAA0B;2CAA1B,0BAA0B;CAwQtC"}
@@ -0,0 +1,9 @@
1
+ import { IManagedObject } from '@c8y/client';
2
+ import * as i0 from "@angular/core";
3
+ export declare class DataExplorerService {
4
+ private readonly inventory;
5
+ fetchReportDashboard(reportId: string): Promise<IManagedObject>;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<DataExplorerService, never>;
7
+ static ɵprov: i0.ɵɵInjectableDeclaration<DataExplorerService>;
8
+ }
9
+ //# sourceMappingURL=datapoint-explorer.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"datapoint-explorer.service.d.ts","sourceRoot":"","sources":["../../../datapoint-explorer/view/datapoint-explorer.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAoB,MAAM,aAAa,CAAC;;AAE/D,qBAGa,mBAAmB;IAC9B,OAAO,CAAC,QAAQ,CAAC,SAAS,CAA4B;IAEhD,oBAAoB,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,cAAc,CAAC;yCAH1D,mBAAmB;6CAAnB,mBAAmB;CAW/B"}
@@ -0,0 +1,2 @@
1
+ export * from './datapoint-explorer.component';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../datapoint-explorer/view/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC"}
@@ -0,0 +1,23 @@
1
+ import { ModalLabels } from '@c8y/ngx-components';
2
+ import { Observable } from 'rxjs';
3
+ import { IManagedObject } from '@c8y/client';
4
+ import * as i0 from "@angular/core";
5
+ export declare class SendAsWidgetToReportModal {
6
+ reports: IManagedObject[];
7
+ numberOfSelectedReports$: Observable<number>;
8
+ form: ReturnType<typeof this.initForm>;
9
+ result: Promise<Partial<{
10
+ [x: string]: boolean;
11
+ }>>;
12
+ labels: ModalLabels;
13
+ private reportDashboardService;
14
+ private _resolve;
15
+ private _reject;
16
+ ngOnInit(): Promise<void>;
17
+ save(): void;
18
+ cancel(): void;
19
+ private initForm;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<SendAsWidgetToReportModal, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<SendAsWidgetToReportModal, "c8y-apply-branding-to-app-modal", never, {}, {}, never, never, true, never>;
22
+ }
23
+ //# sourceMappingURL=send-as-widget-to-report-modal.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"send-as-widget-to-report-modal.component.d.ts","sourceRoot":"","sources":["../../../../datapoint-explorer/view/send-as-widget-to-report-modal/send-as-widget-to-report-modal.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAuB,WAAW,EAAE,MAAM,qBAAqB,CAAC;AACvE,OAAO,EAAE,UAAU,EAAa,MAAM,MAAM,CAAC;AAM7C,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;;AAC7C,qBAMa,yBAAyB;IACpC,OAAO,EAAE,cAAc,EAAE,CAAM;IAC/B,wBAAwB,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC;IAC7C,IAAI,EAAE,UAAU,CAAC,OAAO,IAAI,CAAC,QAAQ,CAAC,CAAC;IACvC,MAAM;;QAGH;IACH,MAAM,EAAE,WAAW,CAAsD;IACzE,OAAO,CAAC,sBAAsB,CAAkC;IAChE,OAAO,CAAC,QAAQ,CAA6D;IAC7E,OAAO,CAAC,OAAO,CAAyB;IAClC,QAAQ;IASd,IAAI;IAGJ,MAAM;IAGN,OAAO,CAAC,QAAQ;yCA3BL,yBAAyB;2CAAzB,yBAAyB;CAqCrC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"c8y-ngx-components-echart.d.ts","sourceRoot":"","sources":["../../echart/c8y-ngx-components-echart.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { DynamicComponentAlertAggregator } from '@c8y/ngx-components';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ChartAlertsComponent {
4
+ alerts: DynamicComponentAlertAggregator;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChartAlertsComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChartAlertsComponent, "c8y-chart-alerts", never, { "alerts": { "alias": "alerts"; "required": false; }; }, {}, never, never, true, never>;
7
+ }
8
+ //# sourceMappingURL=chart-alerts.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chart-alerts.component.d.ts","sourceRoot":"","sources":["../../../echart/chart-alerts/chart-alerts.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAgB,+BAA+B,EAAE,MAAM,qBAAqB,CAAC;;AAEpF,qBAMa,oBAAoB;IACtB,MAAM,EAAE,+BAA+B,CAAC;yCADtC,oBAAoB;2CAApB,oBAAoB;CAEhC"}
@@ -0,0 +1,63 @@
1
+ import { ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit } from '@angular/core';
2
+ import type { ECharts, EChartsOption } from 'echarts';
3
+ import { AlarmOrEventExtended, DatapointsGraphKPIDetails, DatapointsGraphWidgetConfig } from './models';
4
+ import { Observable } from 'rxjs';
5
+ import { DynamicComponentAlertAggregator } from '@c8y/ngx-components';
6
+ import { IAlarm, IEvent } from '@c8y/client';
7
+ import { Interval } from '@c8y/ngx-components/interval-picker';
8
+ import * as i0 from "@angular/core";
9
+ export declare class ChartsComponent implements OnChanges, OnInit, OnDestroy {
10
+ chartOption$: Observable<EChartsOption>;
11
+ echartsInstance: ECharts;
12
+ showLoadMore: boolean;
13
+ alarms: IAlarm[];
14
+ events: IEvent[];
15
+ sliderZoomUsed: boolean;
16
+ config: DatapointsGraphWidgetConfig;
17
+ alerts: DynamicComponentAlertAggregator;
18
+ configChangeOnZoomOut: EventEmitter<{
19
+ dateFrom: Date;
20
+ dateTo: Date;
21
+ interval?: Interval["id"];
22
+ }>;
23
+ timeRangeChangeOnRealtime: EventEmitter<Pick<DatapointsGraphWidgetConfig, "dateFrom" | "dateTo">>;
24
+ datapointOutOfSync: EventEmitter<DatapointsGraphKPIDetails>;
25
+ updateAlarmsAndEvents: EventEmitter<AlarmOrEventExtended[]>;
26
+ isMarkedAreaEnabled: EventEmitter<boolean>;
27
+ chart: ElementRef;
28
+ private configChangedSubject;
29
+ private readonly measurementService;
30
+ private readonly echartsOptionsService;
31
+ private readonly chartRealtimeService;
32
+ private readonly chartEventsService;
33
+ private readonly chartAlarmsService;
34
+ private readonly widgetTimeContextDateRangeService;
35
+ constructor();
36
+ ngOnChanges(): void;
37
+ ngOnInit(): void;
38
+ ngOnDestroy(): void;
39
+ onChartInit(ec: ECharts): void;
40
+ onChartClick(params: {
41
+ data: {
42
+ itemType: string;
43
+ };
44
+ }): void;
45
+ isAlarmClick(params: any): boolean;
46
+ hasMarkArea(options: any): boolean;
47
+ saveAsImage(): void;
48
+ loadMoreData(): void;
49
+ debounce<T extends (...args: any[]) => void>(func: T, wait: number): (...args: Parameters<T>) => void;
50
+ private getDefaultChartOptions;
51
+ private getMarkedAreaData;
52
+ private getMarkedLineData;
53
+ private loadAlarmsAndEvents;
54
+ private startRealtimeIfPossible;
55
+ private addActiveAlarms;
56
+ private getChartOptions;
57
+ private fetchSeriesForDatapoints$;
58
+ private addTruncatedDataAlert;
59
+ private getTimeRange;
60
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChartsComponent, never>;
61
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChartsComponent, "c8y-charts", never, { "config": { "alias": "config"; "required": false; }; "alerts": { "alias": "alerts"; "required": false; }; }, { "configChangeOnZoomOut": "configChangeOnZoomOut"; "timeRangeChangeOnRealtime": "timeRangeChangeOnRealtime"; "datapointOutOfSync": "datapointOutOfSync"; "updateAlarmsAndEvents": "updateAlarmsAndEvents"; "isMarkedAreaEnabled": "isMarkedAreaEnabled"; }, never, never, true, never>;
62
+ }
63
+ //# sourceMappingURL=charts.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"charts.component.d.ts","sourceRoot":"","sources":["../../echart/charts.component.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,UAAU,EACV,YAAY,EAGZ,SAAS,EACT,SAAS,EACT,MAAM,EAGP,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,EAAE,OAAO,EAAE,aAAa,EAAgB,MAAM,SAAS,CAAC;AACpE,OAAO,EAEL,oBAAoB,EACpB,yBAAyB,EACzB,2BAA2B,EAI5B,MAAM,UAAU,CAAC;AAClB,OAAO,EAA4C,UAAU,EAAM,MAAM,MAAM,CAAC;AAGhF,OAAO,EAKL,+BAA+B,EAKhC,MAAM,qBAAqB,CAAC;AAe7B,OAAO,EAAgC,MAAM,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAU3E,OAAO,EAAE,QAAQ,EAAa,MAAM,qCAAqC,CAAC;;AAE1E,qBA8Ba,eAAgB,YAAW,SAAS,EAAE,MAAM,EAAE,SAAS;IAClE,YAAY,EAAE,UAAU,CAAC,aAAa,CAAC,CAAC;IACxC,eAAe,EAAG,OAAO,CAAC;IAC1B,YAAY,UAAS;IACrB,MAAM,EAAE,MAAM,EAAE,CAAM;IACtB,MAAM,EAAE,MAAM,EAAE,CAAM;IACtB,cAAc,UAAS;IACd,MAAM,EAAG,2BAA2B,CAAC;IACrC,MAAM,EAAG,+BAA+B,CAAC;IACxC,qBAAqB;kBACnB,IAAI;gBACN,IAAI;mBACD,QAAQ,CAAC,IAAI,CAAC;OACtB;IACK,yBAAyB,yEAE/B;IACM,kBAAkB,0CAAiD;IACnE,qBAAqB,uCAA8C;IACnE,mBAAmB,wBAA+B;IACxC,KAAK,EAAE,UAAU,CAAC;IACtC,OAAO,CAAC,oBAAoB,CAA0C;IAEtE,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAAoC;IACvE,OAAO,CAAC,QAAQ,CAAC,qBAAqB,CAAiC;IACvE,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAAgC;IACrE,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAA8B;IACjE,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAA8B;IACjE,OAAO,CAAC,QAAQ,CAAC,iCAAiC,CAA6C;;IAkC/F,WAAW;IAIX,QAAQ;IASR,WAAW;IAIX,WAAW,CAAC,EAAE,EAAE,OAAO;IA0EvB,YAAY,CAAC,MAAM,EAAE;QAAE,IAAI,EAAE;YAAE,QAAQ,EAAE,MAAM,CAAA;SAAE,CAAA;KAAE,GAAG,IAAI;IA8D1D,YAAY,CAAC,MAAM,EAAE,GAAG,GAAG,OAAO;IAIlC,WAAW,CAAC,OAAO,EAAE,GAAG,GAAG,OAAO;IAIlC,WAAW,IAAI,IAAI;IAwBnB,YAAY,IAAI,IAAI;IA0BpB,QAAQ,CAAC,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,IAAI,EACzC,IAAI,EAAE,CAAC,EACP,IAAI,EAAE,MAAM,GACX,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC,CAAC,CAAC,KAAK,IAAI;IAQnC,OAAO,CAAC,sBAAsB;IAiB9B,OAAO,CAAC,iBAAiB;IA0BzB,OAAO,CAAC,iBAAiB;YAuCX,mBAAmB;IA6BjC,OAAO,CAAC,uBAAuB;YAqBjB,eAAe;YAoBf,eAAe;IA+E7B,OAAO,CAAC,yBAAyB;IA4CjC,OAAO,CAAC,qBAAqB;IAY7B,OAAO,CAAC,YAAY;yCA3jBT,eAAe;2CAAf,eAAe;CAgmB3B"}
@@ -0,0 +1,5 @@
1
+ export * from './charts.component';
2
+ export * from './services/chart-alarms.service';
3
+ export * from './services/chart-events.service';
4
+ export * from './models';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../echart/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,UAAU,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"c8y-ngx-components-echart-models.d.ts","sourceRoot":"","sources":["../../../echart/models/c8y-ngx-components-echart-models.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}