@c8y/ngx-components 1019.2.4 → 1019.2.8

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 (167) hide show
  1. package/core/common/forOf.directive.d.ts +10 -1
  2. package/core/common/forOf.directive.d.ts.map +1 -1
  3. package/core/common/geo.service.d.ts +9 -0
  4. package/core/common/geo.service.d.ts.map +1 -0
  5. package/core/common/index.d.ts +1 -0
  6. package/core/common/index.d.ts.map +1 -1
  7. package/core/common/load-more.component.d.ts +1 -0
  8. package/core/common/load-more.component.d.ts.map +1 -1
  9. package/core/core.module.d.ts +50 -49
  10. package/core/core.module.d.ts.map +1 -1
  11. package/core/index.d.ts +1 -0
  12. package/core/index.d.ts.map +1 -1
  13. package/core/realtime/realtime-button.component.d.ts +5 -2
  14. package/core/realtime/realtime-button.component.d.ts.map +1 -1
  15. package/core/router/context-route.service.d.ts +6 -5
  16. package/core/router/context-route.service.d.ts.map +1 -1
  17. package/core/time-interval/index.d.ts +3 -0
  18. package/core/time-interval/index.d.ts.map +1 -0
  19. package/core/time-interval/time-interval.component.d.ts +26 -0
  20. package/core/time-interval/time-interval.component.d.ts.map +1 -0
  21. package/core/time-interval/time-interval.model.d.ts +33 -0
  22. package/core/time-interval/time-interval.model.d.ts.map +1 -0
  23. package/esm2022/context-dashboard/report-dashboard/report-dashboard-list.component.mjs +1 -1
  24. package/esm2022/core/audit-log/audit-log.component.mjs +1 -1
  25. package/esm2022/core/bootstrap/bootstrap.component.mjs +3 -3
  26. package/esm2022/core/common/forOf.directive.mjs +18 -2
  27. package/esm2022/core/common/geo.service.mjs +30 -0
  28. package/esm2022/core/common/index.mjs +2 -1
  29. package/esm2022/core/common/load-more.component.mjs +5 -2
  30. package/esm2022/core/core.module.mjs +11 -7
  31. package/esm2022/core/dynamic-forms/typeahead/typeahead.type.component.mjs +1 -1
  32. package/esm2022/core/index.mjs +2 -1
  33. package/esm2022/core/realtime/realtime-button.component.mjs +10 -4
  34. package/esm2022/core/router/context-route.service.mjs +10 -4
  35. package/esm2022/core/search/search-input.component.mjs +1 -1
  36. package/esm2022/core/time-interval/index.mjs +3 -0
  37. package/esm2022/core/time-interval/time-interval.component.mjs +85 -0
  38. package/esm2022/core/time-interval/time-interval.model.mjs +54 -0
  39. package/esm2022/datapoint-library/list/datapoint-library-list.component.mjs +2 -2
  40. package/esm2022/datapoint-selector/datapoint-selector-list-item/datapoint-selector-list-item.component.mjs +1 -1
  41. package/esm2022/device-profile/device-profile-list.component.mjs +1 -1
  42. package/esm2022/device-profile/device-tab-profile/device-tab-profile.component.mjs +1 -1
  43. package/esm2022/device-shell/shell/shell.component.mjs +1 -1
  44. package/esm2022/diagnostics/diagnostics.component.mjs +1 -1
  45. package/esm2022/ecosystem/applications/install-from-package/install-from-package.component.mjs +1 -1
  46. package/esm2022/ecosystem/shared/package-version-select/package-version-select.component.mjs +1 -1
  47. package/esm2022/location/location.component.mjs +1 -1
  48. package/esm2022/map/cluster-map.component.mjs +7 -7
  49. package/esm2022/map/map.component.mjs +92 -36
  50. package/esm2022/map/map.model.mjs +3 -2
  51. package/esm2022/operations/bulk-operations-list/bulk-operations-list.component.mjs +1 -1
  52. package/esm2022/operations/bulk-single-operations-list/single-operations-list.component.mjs +1 -1
  53. package/esm2022/operations/operations-list/operations-list.component.mjs +1 -1
  54. package/esm2022/operations/operations-timeline/operations-timeline.component.mjs +1 -1
  55. package/esm2022/operations/stepper-bulk-type-configuration/stepper-bulk-type-configuration.component.mjs +1 -1
  56. package/esm2022/operations/stepper-bulk-type-device-profile/select-device-profile-step.component.mjs +1 -1
  57. package/esm2022/operations/stepper-bulk-type-firmware/select-firmware.component.mjs +1 -1
  58. package/esm2022/operations/stepper-bulk-type-firmware/version-or-patch.component.mjs +1 -1
  59. package/esm2022/operations/stepper-bulk-type-software/select-software-step.component.mjs +1 -1
  60. package/esm2022/protocol-lpwan/lpwan-set-connections.component.mjs +1 -1
  61. package/esm2022/protocol-lpwan/lpwan-set-device-protocol.component.mjs +1 -1
  62. package/esm2022/repository/configuration/list/configuration-detail.component.mjs +1 -1
  63. package/esm2022/repository/configuration/list/configuration-list.component.mjs +1 -1
  64. package/esm2022/repository/firmware/list/add-firmware-modal.component.mjs +1 -1
  65. package/esm2022/repository/firmware/list/add-firmware-patch-modal.component.mjs +1 -1
  66. package/esm2022/repository/firmware/list/firmware-details.component.mjs +1 -1
  67. package/esm2022/repository/firmware/list/firmware-list.component.mjs +1 -1
  68. package/esm2022/repository/shared/software-type/software-type.component.mjs +1 -1
  69. package/esm2022/repository/software/device-tab/device-software-list.component.mjs +1 -1
  70. package/esm2022/repository/software/list/add-software-modal.component.mjs +1 -1
  71. package/esm2022/repository/software/list/columns/software-type.filtering-form-renderer.component.mjs +1 -1
  72. package/esm2022/repository/software/list/software-details.component.mjs +1 -1
  73. package/esm2022/sub-assets/location/asset-location.component.mjs +1 -1
  74. package/esm2022/tracking/c8y-ngx-components-tracking.mjs +5 -0
  75. package/esm2022/tracking/index.mjs +6 -0
  76. package/esm2022/tracking/tracking-marker-popup.component.mjs +34 -0
  77. package/esm2022/tracking/tracking-tab.guard.mjs +25 -0
  78. package/esm2022/tracking/tracking.component.mjs +92 -0
  79. package/esm2022/tracking/tracking.feature.mjs +16 -0
  80. package/esm2022/tracking/tracking.service.mjs +124 -0
  81. package/esm2022/trusted-certificates/crl/crl-settings.component.mjs +5 -5
  82. package/esm2022/trusted-certificates/list/trusted-certificate-list.component.mjs +1 -1
  83. package/esm2022/widgets/implementations/map/map-widget-config.component.mjs +2 -2
  84. package/fesm2022/c8y-ngx-components-context-dashboard.mjs +1 -1
  85. package/fesm2022/c8y-ngx-components-context-dashboard.mjs.map +1 -1
  86. package/fesm2022/c8y-ngx-components-datapoint-library-list.mjs +1 -1
  87. package/fesm2022/c8y-ngx-components-datapoint-library-list.mjs.map +1 -1
  88. package/fesm2022/c8y-ngx-components-datapoint-selector.mjs +1 -1
  89. package/fesm2022/c8y-ngx-components-datapoint-selector.mjs.map +1 -1
  90. package/fesm2022/c8y-ngx-components-device-profile.mjs +2 -2
  91. package/fesm2022/c8y-ngx-components-device-profile.mjs.map +1 -1
  92. package/fesm2022/c8y-ngx-components-device-shell.mjs +1 -1
  93. package/fesm2022/c8y-ngx-components-device-shell.mjs.map +1 -1
  94. package/fesm2022/c8y-ngx-components-diagnostics.mjs +1 -1
  95. package/fesm2022/c8y-ngx-components-diagnostics.mjs.map +1 -1
  96. package/fesm2022/c8y-ngx-components-ecosystem-shared.mjs +1 -1
  97. package/fesm2022/c8y-ngx-components-ecosystem-shared.mjs.map +1 -1
  98. package/fesm2022/c8y-ngx-components-ecosystem.mjs +1 -1
  99. package/fesm2022/c8y-ngx-components-ecosystem.mjs.map +1 -1
  100. package/fesm2022/c8y-ngx-components-location.mjs +1 -1
  101. package/fesm2022/c8y-ngx-components-location.mjs.map +1 -1
  102. package/fesm2022/c8y-ngx-components-map.mjs +95 -38
  103. package/fesm2022/c8y-ngx-components-map.mjs.map +1 -1
  104. package/fesm2022/c8y-ngx-components-operations-bulk-operations-list.mjs +1 -1
  105. package/fesm2022/c8y-ngx-components-operations-bulk-operations-list.mjs.map +1 -1
  106. package/fesm2022/c8y-ngx-components-operations-bulk-single-operations-list.mjs +1 -1
  107. package/fesm2022/c8y-ngx-components-operations-bulk-single-operations-list.mjs.map +1 -1
  108. package/fesm2022/c8y-ngx-components-operations-operations-list.mjs +1 -1
  109. package/fesm2022/c8y-ngx-components-operations-operations-list.mjs.map +1 -1
  110. package/fesm2022/c8y-ngx-components-operations-operations-timeline.mjs +1 -1
  111. package/fesm2022/c8y-ngx-components-operations-operations-timeline.mjs.map +1 -1
  112. package/fesm2022/c8y-ngx-components-operations-stepper-bulk-type-configuration.mjs +1 -1
  113. package/fesm2022/c8y-ngx-components-operations-stepper-bulk-type-configuration.mjs.map +1 -1
  114. package/fesm2022/c8y-ngx-components-operations-stepper-bulk-type-device-profile.mjs +1 -1
  115. package/fesm2022/c8y-ngx-components-operations-stepper-bulk-type-device-profile.mjs.map +1 -1
  116. package/fesm2022/c8y-ngx-components-operations-stepper-bulk-type-firmware.mjs +2 -2
  117. package/fesm2022/c8y-ngx-components-operations-stepper-bulk-type-firmware.mjs.map +1 -1
  118. package/fesm2022/c8y-ngx-components-operations-stepper-bulk-type-software.mjs +1 -1
  119. package/fesm2022/c8y-ngx-components-operations-stepper-bulk-type-software.mjs.map +1 -1
  120. package/fesm2022/c8y-ngx-components-protocol-lpwan.mjs +2 -2
  121. package/fesm2022/c8y-ngx-components-protocol-lpwan.mjs.map +1 -1
  122. package/fesm2022/c8y-ngx-components-repository-configuration.mjs +2 -2
  123. package/fesm2022/c8y-ngx-components-repository-configuration.mjs.map +1 -1
  124. package/fesm2022/c8y-ngx-components-repository-firmware.mjs +4 -4
  125. package/fesm2022/c8y-ngx-components-repository-firmware.mjs.map +1 -1
  126. package/fesm2022/c8y-ngx-components-repository-shared.mjs +1 -1
  127. package/fesm2022/c8y-ngx-components-repository-shared.mjs.map +1 -1
  128. package/fesm2022/c8y-ngx-components-repository-software.mjs +4 -4
  129. package/fesm2022/c8y-ngx-components-repository-software.mjs.map +1 -1
  130. package/fesm2022/c8y-ngx-components-sub-assets.mjs +1 -1
  131. package/fesm2022/c8y-ngx-components-sub-assets.mjs.map +1 -1
  132. package/fesm2022/c8y-ngx-components-tracking.mjs +271 -0
  133. package/fesm2022/c8y-ngx-components-tracking.mjs.map +1 -0
  134. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs +5 -5
  135. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs.map +1 -1
  136. package/fesm2022/c8y-ngx-components-widgets-implementations-map.mjs +1 -1
  137. package/fesm2022/c8y-ngx-components-widgets-implementations-map.mjs.map +1 -1
  138. package/fesm2022/c8y-ngx-components.mjs +204 -16
  139. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  140. package/locales/de.po +158 -83
  141. package/locales/en.po +6 -0
  142. package/locales/fr.po +342 -186
  143. package/locales/locales.pot +34 -28
  144. package/locales/nl.po +326 -170
  145. package/locales/pt_BR.po +342 -186
  146. package/map/cluster-map.component.d.ts +3 -3
  147. package/map/cluster-map.component.d.ts.map +1 -1
  148. package/map/map.component.d.ts +17 -7
  149. package/map/map.component.d.ts.map +1 -1
  150. package/map/map.model.d.ts +14 -6
  151. package/map/map.model.d.ts.map +1 -1
  152. package/package.json +1 -1
  153. package/tracking/c8y-ngx-components-tracking.d.ts.map +1 -0
  154. package/tracking/index.d.ts +6 -0
  155. package/tracking/index.d.ts.map +1 -0
  156. package/tracking/tracking-marker-popup.component.d.ts +17 -0
  157. package/tracking/tracking-marker-popup.component.d.ts.map +1 -0
  158. package/tracking/tracking-tab.guard.d.ts +12 -0
  159. package/tracking/tracking-tab.guard.d.ts.map +1 -0
  160. package/tracking/tracking.component.d.ts +33 -0
  161. package/tracking/tracking.component.d.ts.map +1 -0
  162. package/tracking/tracking.feature.d.ts +3 -0
  163. package/tracking/tracking.feature.d.ts.map +1 -0
  164. package/tracking/tracking.service.d.ts +38 -0
  165. package/tracking/tracking.service.d.ts.map +1 -0
  166. package/trusted-certificates/crl/crl-settings.component.d.ts +1 -1
  167. package/trusted-certificates/crl/crl-settings.component.d.ts.map +1 -1
@@ -113,6 +113,7 @@ export declare class ForOfDirective {
113
113
  private maxIterations;
114
114
  private notFoundTemplate;
115
115
  private loadNextLabel;
116
+ private loadingLabel;
116
117
  private realtime;
117
118
  private realtimeOptions;
118
119
  private comparator;
@@ -155,6 +156,10 @@ export declare class ForOfDirective {
155
156
  * Load next text label.
156
157
  */
157
158
  set c8yForLoadNextLabel(loadNextLabel: string);
159
+ /**
160
+ * Loading text label.
161
+ */
162
+ set c8yForLoadingLabel(loadingLabel: string);
158
163
  /**
159
164
  * A RealtimeService instance.
160
165
  */
@@ -190,6 +195,10 @@ export declare class ForOfDirective {
190
195
  * The number of items currently loaded in the list.
191
196
  */
192
197
  private c8yForCount;
198
+ /**
199
+ * The current instance of the `LoadMoreComponent`.
200
+ */
201
+ private c8yForLoadMoreComponent;
193
202
  private count;
194
203
  constructor(tpl: TemplateRef<any>, vcr: ViewContainerRef, cdRef: ChangeDetectorRef);
195
204
  ngOnInit(): void;
@@ -233,6 +242,6 @@ export declare class ForOfDirective {
233
242
  private setVirtualScrollContents;
234
243
  private appendVirtualScrollContent;
235
244
  static ɵfac: i0.ɵɵFactoryDeclaration<ForOfDirective, never>;
236
- static ɵdir: i0.ɵɵDirectiveDeclaration<ForOfDirective, "[c8yFor]", never, { "c8yForOf": { "alias": "c8yForOf"; "required": false; }; "c8yForLoadMore": { "alias": "c8yForLoadMore"; "required": false; }; "c8yForPipe": { "alias": "c8yForPipe"; "required": false; }; "c8yForNotFound": { "alias": "c8yForNotFound"; "required": false; }; "c8yForMaxIterations": { "alias": "c8yForMaxIterations"; "required": false; }; "c8yForLoadingTemplate": { "alias": "c8yForLoadingTemplate"; "required": false; }; "c8yForLoadNextLabel": { "alias": "c8yForLoadNextLabel"; "required": false; }; "c8yForRealtime": { "alias": "c8yForRealtime"; "required": false; }; "c8yForRealtimeOptions": { "alias": "c8yForRealtimeOptions"; "required": false; }; "c8yForComparator": { "alias": "c8yForComparator"; "required": false; }; "c8yForEnableVirtualScroll": { "alias": "c8yForEnableVirtualScroll"; "required": false; }; "c8yForVirtualScrollElementSize": { "alias": "c8yForVirtualScrollElementSize"; "required": false; }; "c8yForVirtualScrollStrategy": { "alias": "c8yForVirtualScrollStrategy"; "required": false; }; "c8yForVirtualScrollContainerHeight": { "alias": "c8yForVirtualScrollContainerHeight"; "required": false; }; }, { "c8yForCount": "c8yForCount"; }, never, never, false, never>;
245
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ForOfDirective, "[c8yFor]", never, { "c8yForOf": { "alias": "c8yForOf"; "required": false; }; "c8yForLoadMore": { "alias": "c8yForLoadMore"; "required": false; }; "c8yForPipe": { "alias": "c8yForPipe"; "required": false; }; "c8yForNotFound": { "alias": "c8yForNotFound"; "required": false; }; "c8yForMaxIterations": { "alias": "c8yForMaxIterations"; "required": false; }; "c8yForLoadingTemplate": { "alias": "c8yForLoadingTemplate"; "required": false; }; "c8yForLoadNextLabel": { "alias": "c8yForLoadNextLabel"; "required": false; }; "c8yForLoadingLabel": { "alias": "c8yForLoadingLabel"; "required": false; }; "c8yForRealtime": { "alias": "c8yForRealtime"; "required": false; }; "c8yForRealtimeOptions": { "alias": "c8yForRealtimeOptions"; "required": false; }; "c8yForComparator": { "alias": "c8yForComparator"; "required": false; }; "c8yForEnableVirtualScroll": { "alias": "c8yForEnableVirtualScroll"; "required": false; }; "c8yForVirtualScrollElementSize": { "alias": "c8yForVirtualScrollElementSize"; "required": false; }; "c8yForVirtualScrollStrategy": { "alias": "c8yForVirtualScrollStrategy"; "required": false; }; "c8yForVirtualScrollContainerHeight": { "alias": "c8yForVirtualScrollContainerHeight"; "required": false; }; }, { "c8yForCount": "c8yForCount"; "c8yForLoadMoreComponent": "c8yForLoadMoreComponent"; }, never, never, false, never>;
237
246
  }
238
247
  //# sourceMappingURL=forOf.directive.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"forOf.directive.d.ts","sourceRoot":"","sources":["../../../core/common/forOf.directive.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"forOf.directive.d.ts","sourceRoot":"","sources":["../../../core/common/forOf.directive.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { IEvent, IManagedObject } from '@c8y/client';
2
+ import * as i0 from "@angular/core";
3
+ export declare class GeoService {
4
+ private readonly C8Y_POSITION_FRAGMENT;
5
+ getLatLong(mo: IEvent | IManagedObject): [number, number];
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<GeoService, never>;
7
+ static ɵprov: i0.ɵɵInjectableDeclaration<GeoService>;
8
+ }
9
+ //# sourceMappingURL=geo.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"geo.service.d.ts","sourceRoot":"","sources":["../../../core/common/geo.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;;AAGrD,qBACa,UAAU;IACrB,OAAO,CAAC,QAAQ,CAAC,qBAAqB,CAAkB;IAExD,UAAU,CAAC,EAAE,EAAE,MAAM,GAAG,cAAc,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC;yCAH9C,UAAU;6CAAV,UAAU;CAoBtB"}
@@ -12,6 +12,7 @@ export * from './files.service';
12
12
  export * from './forOf.directive';
13
13
  export * from './forOf.model';
14
14
  export * from './generic-file-icon.pipe';
15
+ export * from './geo.service';
15
16
  export * from './get-group-icon.pipe';
16
17
  export * from './global-config.service';
17
18
  export * from './group-fragment.model';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../core/common/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AACzD,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qCAAqC,CAAC;AACpD,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iCAAiC,CAAC;AAChD,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0CAA0C,CAAC;AACzD,cAAc,mDAAmD,CAAC;AAClE,cAAc,qDAAqD,CAAC;AACpE,cAAc,6CAA6C,CAAC;AAC5D,cAAc,iDAAiD,CAAC;AAChE,cAAc,kDAAkD,CAAC;AACjE,cAAc,qDAAqD,CAAC;AACpE,cAAc,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../core/common/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AACzD,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qCAAqC,CAAC;AACpD,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,0BAA0B,CAAC;AACzC,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iCAAiC,CAAC;AAChD,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0CAA0C,CAAC;AACzD,cAAc,mDAAmD,CAAC;AAClE,cAAc,qDAAqD,CAAC;AACpE,cAAc,6CAA6C,CAAC;AAC5D,cAAc,iDAAiD,CAAC;AAChE,cAAc,kDAAkD,CAAC;AACjE,cAAc,qDAAqD,CAAC;AACpE,cAAc,eAAe,CAAC"}
@@ -25,6 +25,7 @@ export declare class LoadMoreComponent {
25
25
  private destroyed;
26
26
  get hostClass(): string;
27
27
  get hasMore(): boolean;
28
+ get isLastPage(): boolean;
28
29
  constructor(element: ElementRef, cdRef: ChangeDetectorRef);
29
30
  ngAfterContentInit(): void;
30
31
  ngOnDestroy(): void;
@@ -1 +1 @@
1
- {"version":3,"file":"load-more.component.d.ts","sourceRoot":"","sources":["../../../core/common/load-more.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EAEjB,UAAU,EACV,YAAY,EAIZ,WAAW,EACZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;;AAElD,qBAIa,iBAAiB;IA6ChB,OAAO,CAAC,OAAO;IAAc,OAAO,CAAC,KAAK;IA3CtD,MAAM,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC;IAEpB,eAAe,UAAQ;IAEvB,MAAM,UAAS;IAEf,SAAS,EAAE,UAAU,CAAC;IAEtB,KAAK,SAAoB;IAEzB,aAAa,SAAM;IAEnB,cAAc,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAEjC,eAAe,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAElC,kBAAkB,UAAS;IAE3B,aAAa,EAAE,MAAM,CAAC;IAEtB,YAAY,EAAE,MAAM,CAAC;IAErB,MAAM,4BAAmC;IAEzC,SAAS,UAAS;IAClB,OAAO,SAAK;IACZ,aAAa,UAAS;IACtB,OAAO,CAAC,oBAAoB,CAAC;IAC7B,OAAO,CAAC,QAAQ,CAAC,wBAAwB,CAAM;IAC/C,OAAO,CAAC,oBAAoB,CAAuB;IACnD,OAAO,CAAC,SAAS,CAAS;IAE1B,IACI,SAAS,WAEZ;IAED,IAAI,OAAO,YAIV;gBAEmB,OAAO,EAAE,UAAU,EAAU,KAAK,EAAE,iBAAiB;IAEzE,kBAAkB,IAAI,IAAI;IAW1B,WAAW,IAAI,IAAI;IASb,QAAQ,CAAC,KAAK,CAAC,KAAA;IAqBrB,OAAO,CAAC,mBAAmB;IAW3B,OAAO,CAAC,mBAAmB;IAI3B,OAAO,CAAC,wBAAwB;IAIhC,OAAO,CAAC,gBAAgB;IAIxB,OAAO,CAAC,YAAY;yCA/GT,iBAAiB;2CAAjB,iBAAiB;CA6H7B"}
1
+ {"version":3,"file":"load-more.component.d.ts","sourceRoot":"","sources":["../../../core/common/load-more.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EAEjB,UAAU,EACV,YAAY,EAIZ,WAAW,EACZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;;AAElD,qBAIa,iBAAiB;IAkD1B,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,KAAK;IAjDf,MAAM,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC;IAEpB,eAAe,UAAQ;IAEvB,MAAM,UAAS;IAEf,SAAS,EAAE,UAAU,CAAC;IAEtB,KAAK,SAAoB;IAEzB,aAAa,SAAM;IAEnB,cAAc,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAEjC,eAAe,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAElC,kBAAkB,UAAS;IAE3B,aAAa,EAAE,MAAM,CAAC;IAEtB,YAAY,EAAE,MAAM,CAAC;IAErB,MAAM,4BAAmC;IAEzC,SAAS,UAAS;IAClB,OAAO,SAAK;IACZ,aAAa,UAAS;IACtB,OAAO,CAAC,oBAAoB,CAAC;IAC7B,OAAO,CAAC,QAAQ,CAAC,wBAAwB,CAAM;IAC/C,OAAO,CAAC,oBAAoB,CAAuB;IACnD,OAAO,CAAC,SAAS,CAAS;IAE1B,IACI,SAAS,WAEZ;IAED,IAAI,OAAO,YAIV;IAED,IAAI,UAAU,YAEb;gBAGS,OAAO,EAAE,UAAU,EACnB,KAAK,EAAE,iBAAiB;IAGlC,kBAAkB,IAAI,IAAI;IAW1B,WAAW,IAAI,IAAI;IASb,QAAQ,CAAC,KAAK,CAAC,KAAA;IAqBrB,OAAO,CAAC,mBAAmB;IAW3B,OAAO,CAAC,mBAAmB;IAI3B,OAAO,CAAC,wBAAwB;IAIhC,OAAO,CAAC,gBAAgB;IAIxB,OAAO,CAAC,YAAY;yCAtHT,iBAAiB;2CAAjB,iBAAiB;CAoI7B"}
@@ -1,57 +1,58 @@
1
1
  import { ModuleWithProviders } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- import * as i1 from "./application/application.module";
4
- import * as i2 from "./action-bar/action-bar.module";
5
- import * as i3 from "./action/action.module";
6
- import * as i4 from "./alert/alert.module";
7
- import * as i5 from "./audit-log/audit-log.module";
8
- import * as i6 from "./bootstrap/bootstrap.module";
9
- import * as i7 from "./breadcrumb/breadcrumb.module";
10
- import * as i8 from "./common/common.module";
11
- import * as i9 from "./data-grid/data-grid.module";
12
- import * as i10 from "./drop-area/drop-area.module";
13
- import * as i11 from "./header/header.module";
14
- import * as i12 from "./login/login.module";
15
- import * as i13 from "./modal/modal.module";
16
- import * as i14 from "./navigator/navigator.module";
17
- import * as i15 from "./authentication/authentication.module";
18
- import * as i16 from "./search/search.module";
19
- import * as i17 from "./select/select.module";
20
- import * as i18 from "./tabs/tabs.module";
21
- import * as i19 from "./user/user.module";
22
- import * as i20 from "./forms/forms.module";
23
- import * as i21 from "./device-status/device-status.module";
24
- import * as i22 from "./docs/docs.module";
25
- import * as i23 from "./stepper/stepper.module";
26
- import * as i24 from "./dynamic-component/dynamic-component.module";
27
- import * as i25 from "./dashboard/dashboard.module";
28
- import * as i26 from "./list-group/list-group.module";
29
- import * as i27 from "./select-modal/select-modal.module";
30
- import * as i28 from "./file-picker/file-picker.module";
31
- import * as i29 from "./file-picker-form-control/file-picker-form-control.module";
32
- import * as i30 from "./date-picker/date-picker.module";
33
- import * as i31 from "./product-experience/product-experience.module";
34
- import * as i32 from "./help/help.module";
35
- import * as i33 from "./realtime/realtime.module";
36
- import * as i34 from "./range-display/range-display.module";
37
- import * as i35 from "./list-display-switch/list-display-switch.module";
38
- import * as i36 from "./wizard/wizard.module";
39
- import * as i37 from "./plugins/plugins.module";
40
- import * as i38 from "./dynamic-forms/dynamic-forms.module";
41
- import * as i39 from "./properties-list/properties-list.module";
42
- import * as i40 from "./asset-types/asset-types.module";
43
- import * as i41 from "./date-time-picker/date-time-picker.module";
44
- import * as i42 from "./time-picker/time-picker.module";
45
- import * as i43 from "./clipboard/clipboard.module";
46
- import * as i44 from "./version/version.module";
47
- import * as i45 from "./drawer/drawer.module";
48
- import * as i46 from "./navigator/navigator-top/navigator-top.module";
49
- import * as i47 from "./navigator/navigator-bottom/navigator-bottom.module";
50
- import * as i48 from "./ui-settings/ui-settings.module";
3
+ import * as i1 from "./time-interval/time-interval.component";
4
+ import * as i2 from "./application/application.module";
5
+ import * as i3 from "./action-bar/action-bar.module";
6
+ import * as i4 from "./action/action.module";
7
+ import * as i5 from "./alert/alert.module";
8
+ import * as i6 from "./audit-log/audit-log.module";
9
+ import * as i7 from "./bootstrap/bootstrap.module";
10
+ import * as i8 from "./breadcrumb/breadcrumb.module";
11
+ import * as i9 from "./common/common.module";
12
+ import * as i10 from "./data-grid/data-grid.module";
13
+ import * as i11 from "./drop-area/drop-area.module";
14
+ import * as i12 from "./header/header.module";
15
+ import * as i13 from "./login/login.module";
16
+ import * as i14 from "./modal/modal.module";
17
+ import * as i15 from "./navigator/navigator.module";
18
+ import * as i16 from "./authentication/authentication.module";
19
+ import * as i17 from "./search/search.module";
20
+ import * as i18 from "./select/select.module";
21
+ import * as i19 from "./tabs/tabs.module";
22
+ import * as i20 from "./user/user.module";
23
+ import * as i21 from "./forms/forms.module";
24
+ import * as i22 from "./device-status/device-status.module";
25
+ import * as i23 from "./docs/docs.module";
26
+ import * as i24 from "./stepper/stepper.module";
27
+ import * as i25 from "./dynamic-component/dynamic-component.module";
28
+ import * as i26 from "./dashboard/dashboard.module";
29
+ import * as i27 from "./list-group/list-group.module";
30
+ import * as i28 from "./select-modal/select-modal.module";
31
+ import * as i29 from "./file-picker/file-picker.module";
32
+ import * as i30 from "./file-picker-form-control/file-picker-form-control.module";
33
+ import * as i31 from "./date-picker/date-picker.module";
34
+ import * as i32 from "./product-experience/product-experience.module";
35
+ import * as i33 from "./help/help.module";
36
+ import * as i34 from "./realtime/realtime.module";
37
+ import * as i35 from "./range-display/range-display.module";
38
+ import * as i36 from "./list-display-switch/list-display-switch.module";
39
+ import * as i37 from "./wizard/wizard.module";
40
+ import * as i38 from "./plugins/plugins.module";
41
+ import * as i39 from "./dynamic-forms/dynamic-forms.module";
42
+ import * as i40 from "./properties-list/properties-list.module";
43
+ import * as i41 from "./asset-types/asset-types.module";
44
+ import * as i42 from "./date-time-picker/date-time-picker.module";
45
+ import * as i43 from "./time-picker/time-picker.module";
46
+ import * as i44 from "./clipboard/clipboard.module";
47
+ import * as i45 from "./version/version.module";
48
+ import * as i46 from "./drawer/drawer.module";
49
+ import * as i47 from "./navigator/navigator-top/navigator-top.module";
50
+ import * as i48 from "./navigator/navigator-bottom/navigator-bottom.module";
51
+ import * as i49 from "./ui-settings/ui-settings.module";
51
52
  export declare class CoreModule {
52
53
  static forRoot(): ModuleWithProviders<CoreModule>;
53
54
  static ɵfac: i0.ɵɵFactoryDeclaration<CoreModule, never>;
54
- static ɵmod: i0.ɵɵNgModuleDeclaration<CoreModule, never, never, [typeof i1.ApplicationModule, typeof i2.ActionBarModule, typeof i3.ActionModule, typeof i4.AlertModule, typeof i5.AuditLogModule, typeof i6.BootstrapModule, typeof i7.BreadcrumbModule, typeof i8.CommonModule, typeof i9.DataGridModule, typeof i10.DropAreaModule, typeof i11.HeaderModule, typeof i12.LoginModule, typeof i13.ModalModule, typeof i14.NavigatorModule, typeof i15.AuthenticationModule, typeof i16.CoreSearchModule, typeof i17.SelectModule, typeof i18.TabsModule, typeof i19.UserModule, typeof i20.FormsModule, typeof i21.DeviceStatusModule, typeof i22.DocsModule, typeof i23.StepperModule, typeof i24.DynamicComponentModule, typeof i25.DashboardModule, typeof i26.ListGroupModule, typeof i27.SelectModalModule, typeof i28.FilePickerModule, typeof i29.FilePickerFormControlModule, typeof i30.DatePickerModule, typeof i31.ProductExperienceModule, typeof i32.HelpModule, typeof i33.RealtimeModule, typeof i34.RangeDisplayModule, typeof i35.ListDisplaySwitchModule, typeof i36.WizardModule, typeof i37.PluginsModule, typeof i38.DynamicFormsModule, typeof i39.PropertiesListModule, typeof i40.AssetTypesModule, typeof i41.DateTimePickerModule, typeof i42.TimePickerModule, typeof i43.ClipboardModule, typeof i44.VersionModule, typeof i45.DrawerModule, typeof i46.NavigatorTopModule, typeof i47.NavigatorBottomModule, typeof i48.UiSettingsModule]>;
55
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CoreModule, never, [typeof i1.TimeIntervalComponent], [typeof i2.ApplicationModule, typeof i3.ActionBarModule, typeof i4.ActionModule, typeof i5.AlertModule, typeof i6.AuditLogModule, typeof i7.BootstrapModule, typeof i8.BreadcrumbModule, typeof i9.CommonModule, typeof i10.DataGridModule, typeof i11.DropAreaModule, typeof i12.HeaderModule, typeof i13.LoginModule, typeof i14.ModalModule, typeof i15.NavigatorModule, typeof i16.AuthenticationModule, typeof i17.CoreSearchModule, typeof i18.SelectModule, typeof i19.TabsModule, typeof i20.UserModule, typeof i21.FormsModule, typeof i22.DeviceStatusModule, typeof i23.DocsModule, typeof i24.StepperModule, typeof i25.DynamicComponentModule, typeof i26.DashboardModule, typeof i27.ListGroupModule, typeof i28.SelectModalModule, typeof i29.FilePickerModule, typeof i30.FilePickerFormControlModule, typeof i31.DatePickerModule, typeof i32.ProductExperienceModule, typeof i33.HelpModule, typeof i34.RealtimeModule, typeof i35.RangeDisplayModule, typeof i36.ListDisplaySwitchModule, typeof i37.WizardModule, typeof i38.PluginsModule, typeof i39.DynamicFormsModule, typeof i40.PropertiesListModule, typeof i41.AssetTypesModule, typeof i42.DateTimePickerModule, typeof i43.TimePickerModule, typeof i44.ClipboardModule, typeof i45.VersionModule, typeof i46.DrawerModule, typeof i47.NavigatorTopModule, typeof i48.NavigatorBottomModule, typeof i49.UiSettingsModule, typeof i1.TimeIntervalComponent]>;
55
56
  static ɵinj: i0.ɵɵInjectorDeclaration<CoreModule>;
56
57
  }
57
58
  //# sourceMappingURL=core.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"core.module.d.ts","sourceRoot":"","sources":["../../core/core.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAY,MAAM,eAAe,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkD9D,qBAoDa,UAAU;IACrB,MAAM,CAAC,OAAO,IAAI,mBAAmB,CAAC,UAAU,CAAC;yCADtC,UAAU;0CAAV,UAAU;0CAAV,UAAU;CAOtB"}
1
+ {"version":3,"file":"core.module.d.ts","sourceRoot":"","sources":["../../core/core.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAY,MAAM,eAAe,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmD9D,qBAsDa,UAAU;IACrB,MAAM,CAAC,OAAO,IAAI,mBAAmB,CAAC,UAAU,CAAC;yCADtC,UAAU;0CAAV,UAAU;0CAAV,UAAU;CAOtB"}
package/core/index.d.ts CHANGED
@@ -43,6 +43,7 @@ export * from './wizard/index';
43
43
  export * from './properties-list/index';
44
44
  export * from './core.module';
45
45
  export * from './wizard/index';
46
+ export * from './time-interval/index';
46
47
  export * from './date-time-picker/index';
47
48
  export * from './time-picker/index';
48
49
  export * from './asset-types/index';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../core/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kCAAkC,CAAC;AACjD,cAAc,qBAAqB,CAAC;AACpC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,cAAc,CAAC;AAC7B,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,yBAAyB,CAAC;AACxC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../core/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kCAAkC,CAAC;AACjD,cAAc,qBAAqB,CAAC;AACpC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,cAAc,CAAC;AAC7B,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,yBAAyB,CAAC;AACxC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC"}
@@ -1,12 +1,15 @@
1
+ import { EventEmitter } from '@angular/core';
1
2
  import { RealtimeService } from './realtime.service';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class RealtimeButtonComponent {
4
- service: RealtimeService<any>;
5
+ service: RealtimeService<unknown>;
5
6
  label: string;
6
7
  title: string;
8
+ disabled: boolean;
9
+ onToggle: EventEmitter<boolean>;
7
10
  get active(): boolean;
8
11
  toggle(): void;
9
12
  static ɵfac: i0.ɵɵFactoryDeclaration<RealtimeButtonComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<RealtimeButtonComponent, "c8y-realtime-btn", never, { "service": { "alias": "service"; "required": false; }; "label": { "alias": "label"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, never, false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<RealtimeButtonComponent, "c8y-realtime-btn", never, { "service": { "alias": "service"; "required": false; }; "label": { "alias": "label"; "required": false; }; "title": { "alias": "title"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "onToggle": "onToggle"; }, never, never, false, never>;
11
14
  }
12
15
  //# sourceMappingURL=realtime-button.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"realtime-button.component.d.ts","sourceRoot":"","sources":["../../../core/realtime/realtime-button.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;;AAErD,qBAIa,uBAAuB;IAElC,OAAO,EAAE,eAAe,CAAC,GAAG,CAAC,CAAC;IAE9B,KAAK,EAAE,MAAM,CAAuB;IAEpC,KAAK,EAAE,MAAM,CAA8B;IAE3C,IAAI,MAAM,IAAI,OAAO,CAEpB;IAED,MAAM;yCAZK,uBAAuB;2CAAvB,uBAAuB;CAiBnC"}
1
+ {"version":3,"file":"realtime-button.component.d.ts","sourceRoot":"","sources":["../../../core/realtime/realtime-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;AAEvE,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;;AAErD,qBAIa,uBAAuB;IAElC,OAAO,EAAE,eAAe,CAAC,OAAO,CAAC,CAAC;IAElC,KAAK,EAAE,MAAM,CAAuB;IAEpC,KAAK,EAAE,MAAM,CAA8B;IAE3C,QAAQ,EAAE,OAAO,CAAC;IAGlB,QAAQ,EAAE,YAAY,CAAC,OAAO,CAAC,CAAsB;IAErD,IAAI,MAAM,IAAI,OAAO,CAEpB;IAED,MAAM;yCAjBK,uBAAuB;2CAAvB,uBAAuB;CAuBnC"}
@@ -1,11 +1,11 @@
1
1
  import { Injector } from '@angular/core';
2
- import { ActivatedRoute, Router } from '@angular/router';
3
- import { ApiService, ApiCall } from '@c8y/ngx-components/api';
2
+ import { ActivatedRoute, ActivatedRouteSnapshot, Router } from '@angular/router';
3
+ import { IIdentified } from '@c8y/client';
4
+ import { ApiCall, ApiService } from '@c8y/ngx-components/api';
4
5
  import { Observable } from 'rxjs';
5
- import { ContextData } from './router.model';
6
6
  import { TabsService } from '../tabs/tabs.service';
7
7
  import { RouterTabsResolver } from './router-tabs.resolver';
8
- import { IIdentified } from '@c8y/client';
8
+ import { ContextData } from './router.model';
9
9
  import * as i0 from "@angular/core";
10
10
  export declare class ContextRouteService {
11
11
  private tabsResolver;
@@ -28,7 +28,7 @@ export declare class ContextRouteService {
28
28
  *
29
29
  * @param activatedRoute The current activated route.
30
30
  */
31
- getContextData(activatedRoute: ActivatedRoute): ContextData;
31
+ getContextData(activatedRoute: ActivatedRoute | ActivatedRouteSnapshot): ContextData;
32
32
  getContextRoute(contextData: ContextData): string;
33
33
  init(route: ActivatedRoute): void;
34
34
  destroy(): void;
@@ -44,6 +44,7 @@ export declare class ContextRouteService {
44
44
  private redirectToFirstTab;
45
45
  private needsRedirect;
46
46
  private getMatchingContextRoute;
47
+ private getSnapshot;
47
48
  private getContextDataSnapshot;
48
49
  static ɵfac: i0.ɵɵFactoryDeclaration<ContextRouteService, never>;
49
50
  static ɵprov: i0.ɵɵInjectableDeclaration<ContextRouteService>;
@@ -1 +1 @@
1
- {"version":3,"file":"context-route.service.d.ts","sourceRoot":"","sources":["../../../core/router/context-route.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAoB,MAAM,eAAe,CAAC;AAC3D,OAAO,EACL,cAAc,EAKd,MAAM,EAGP,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EAAS,UAAU,EAAyB,MAAM,MAAM,CAAC;AAEhE,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAG5D,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;;AAE1C,qBAGa,mBAAmB;IAa5B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,QAAQ;IAhBlB,OAAO,CAAC,gBAAgB,CAAe;IACvC,OAAO,CAAC,kBAAkB,CAAe;IACzC,OAAO,CAAC,aAAa,CAAM;IAC3B,OAAO,CAAC,cAAc,CAAuB;IAC7C,OAAO,CAAC,QAAQ,CAAc;IAE9B;;OAEG;IACH,oBAAoB,EAAE,WAAW,CAAQ;gBAG/B,YAAY,EAAE,kBAAkB,EAChC,WAAW,EAAE,WAAW,EACxB,MAAM,EAAE,MAAM,EACd,UAAU,EAAE,UAAU,EACtB,QAAQ,EAAE,QAAQ;IAY5B;;;;OAIG;IACH,cAAc,CAAC,cAAc,EAAE,cAAc,GAAG,WAAW;IAQ3D,eAAe,CAAC,WAAW,EAAE,WAAW,GAAG,MAAM;IAIjD,IAAI,CAAC,KAAK,EAAE,cAAc,GAAG,IAAI;IAajC,OAAO,IAAI,IAAI;IAMf,cAAc;IAId;;;;OAIG;IACH,UAAU,CAAC,cAAc,EAAE,cAAc,EAAE,WAAW,EAAE,WAAW,GAAG,IAAI;IAY1E,cAAc,CAAC,KAAK,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;IAsB1D,OAAO,CAAC,UAAU;IAOlB,OAAO,CAAC,kBAAkB;IAa1B,OAAO,CAAC,aAAa;IAYrB,OAAO,CAAC,uBAAuB;IAQ/B,OAAO,CAAC,sBAAsB;yCApJnB,mBAAmB;6CAAnB,mBAAmB;CA2J/B"}
1
+ {"version":3,"file":"context-route.service.d.ts","sourceRoot":"","sources":["../../../core/router/context-route.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,QAAQ,EAAQ,MAAM,eAAe,CAAC;AAC3D,OAAO,EACL,cAAc,EACd,sBAAsB,EAItB,MAAM,EAGP,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EAAS,UAAU,EAAyB,MAAM,MAAM,CAAC;AAGhE,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAe,MAAM,gBAAgB,CAAC;;AAG1D,qBAGa,mBAAmB;IAa5B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,QAAQ;IAhBlB,OAAO,CAAC,gBAAgB,CAAe;IACvC,OAAO,CAAC,kBAAkB,CAAe;IACzC,OAAO,CAAC,aAAa,CAAM;IAC3B,OAAO,CAAC,cAAc,CAAuB;IAC7C,OAAO,CAAC,QAAQ,CAAc;IAE9B;;OAEG;IACH,oBAAoB,EAAE,WAAW,CAAQ;gBAG/B,YAAY,EAAE,kBAAkB,EAChC,WAAW,EAAE,WAAW,EACxB,MAAM,EAAE,MAAM,EACd,UAAU,EAAE,UAAU,EACtB,QAAQ,EAAE,QAAQ;IAY5B;;;;OAIG;IACH,cAAc,CAAC,cAAc,EAAE,cAAc,GAAG,sBAAsB,GAAG,WAAW;IAQpF,eAAe,CAAC,WAAW,EAAE,WAAW,GAAG,MAAM;IAIjD,IAAI,CAAC,KAAK,EAAE,cAAc,GAAG,IAAI;IAajC,OAAO,IAAI,IAAI;IAMf,cAAc;IAId;;;;OAIG;IACH,UAAU,CAAC,cAAc,EAAE,cAAc,EAAE,WAAW,EAAE,WAAW,GAAG,IAAI;IAY1E,cAAc,CAAC,KAAK,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;IAsB1D,OAAO,CAAC,UAAU;IAOlB,OAAO,CAAC,kBAAkB;IAa1B,OAAO,CAAC,aAAa;IAYrB,OAAO,CAAC,uBAAuB;IAQ/B,OAAO,CAAC,WAAW;IASnB,OAAO,CAAC,sBAAsB;yCA7JnB,mBAAmB;6CAAnB,mBAAmB;CAoK/B"}
@@ -0,0 +1,3 @@
1
+ export * from './time-interval.component';
2
+ export * from './time-interval.model';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../core/time-interval/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC"}
@@ -0,0 +1,26 @@
1
+ import { AfterViewInit, EventEmitter } from '@angular/core';
2
+ import { DateRangePickerConfig, TimeInterval, TimeIntervalOption } from './time-interval.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class TimeIntervalComponent implements AfterViewInit {
5
+ intvervals: TimeIntervalOption[];
6
+ CUSTOM: {
7
+ label: "Custom";
8
+ };
9
+ minCustomDate: Date;
10
+ maxCustomDate: Date;
11
+ dateRangePickerConfig: DateRangePickerConfig;
12
+ selectedInterval: TimeIntervalOption;
13
+ interval: EventEmitter<TimeInterval>;
14
+ customRange: Date[];
15
+ ngAfterViewInit(): void;
16
+ changeInterval(intervalOption: TimeIntervalOption): void;
17
+ changeCustomRange(range: Date[]): void;
18
+ reload(): void;
19
+ private getEndDate;
20
+ private rangeToInterval;
21
+ private isToday;
22
+ private emitInterval;
23
+ static ɵfac: i0.ɵɵFactoryDeclaration<TimeIntervalComponent, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimeIntervalComponent, "c8y-time-interval", never, { "minCustomDate": { "alias": "minCustomDate"; "required": false; }; "maxCustomDate": { "alias": "maxCustomDate"; "required": false; }; "dateRangePickerConfig": { "alias": "dateRangePickerConfig"; "required": false; }; "selectedInterval": { "alias": "selectedInterval"; "required": false; }; }, { "interval": "interval"; }, never, never, true, never>;
25
+ }
26
+ //# sourceMappingURL=time-interval.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"time-interval.component.d.ts","sourceRoot":"","sources":["../../../core/time-interval/time-interval.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;AAItF,OAAO,EAEL,qBAAqB,EAGrB,YAAY,EACZ,kBAAkB,EACnB,MAAM,uBAAuB,CAAC;;AAE/B,qBAMa,qBAAsB,YAAW,aAAa;IACzD,UAAU,uBAAoB;IAC9B,MAAM;;MAAU;IAGhB,aAAa,EAAE,IAAI,CAAC;IAGpB,aAAa,EAAE,IAAI,CAAC;IAGpB,qBAAqB,EAAE,qBAAqB,CAAC;IAG7C,gBAAgB,EAAE,kBAAkB,CAAa;IAGjD,QAAQ,EAAE,YAAY,CAAC,YAAY,CAAC,CAAsB;IAE1D,WAAW,EAAE,IAAI,EAAE,CAAC;IAEpB,eAAe,IAAI,IAAI;IAIvB,cAAc,CAAC,cAAc,EAAE,kBAAkB;IAWjD,iBAAiB,CAAC,KAAK,EAAE,IAAI,EAAE;IAI/B,MAAM;IAQN,OAAO,CAAC,UAAU;IAMlB,OAAO,CAAC,eAAe;IAWvB,OAAO,CAAC,OAAO;IASf,OAAO,CAAC,YAAY;yCA1ET,qBAAqB;2CAArB,qBAAqB;CAgFjC"}
@@ -0,0 +1,33 @@
1
+ import { BsDaterangepickerConfig } from 'ngx-bootstrap/datepicker';
2
+ export interface DateRangePickerConfig extends Partial<BsDaterangepickerConfig> {
3
+ }
4
+ export interface TimeInterval {
5
+ dateFrom: Date;
6
+ dateTo: Date;
7
+ }
8
+ export interface TimeIntervalOption {
9
+ label: string;
10
+ getStartDate?: () => Date;
11
+ }
12
+ export declare const LAST_MINUTE: TimeIntervalOption;
13
+ export declare const LAST_HOUR: {
14
+ label: "Last hour";
15
+ getStartDate: () => Date;
16
+ };
17
+ export declare const LAST_DAY: {
18
+ label: "Last day";
19
+ getStartDate: () => Date;
20
+ };
21
+ export declare const LAST_WEEK: {
22
+ label: "Last week";
23
+ getStartDate: () => Date;
24
+ };
25
+ export declare const LAST_MONTH: {
26
+ label: "Last month";
27
+ getStartDate: () => Date;
28
+ };
29
+ export declare const CUSTOM: {
30
+ label: "Custom";
31
+ };
32
+ export declare const INTERVAL_OPTIONS: TimeIntervalOption[];
33
+ //# sourceMappingURL=time-interval.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"time-interval.model.d.ts","sourceRoot":"","sources":["../../../core/time-interval/time-interval.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,0BAA0B,CAAC;AAInE,MAAM,WAAW,qBAAsB,SAAQ,OAAO,CAAC,uBAAuB,CAAC;CAAG;AAElF,MAAM,WAAW,YAAY;IAC3B,QAAQ,EAAE,IAAI,CAAC;IACf,MAAM,EAAE,IAAI,CAAC;CACd;AAED,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B;AAED,eAAO,MAAM,WAAW,EAAE,kBAOzB,CAAC;AAEF,eAAO,MAAM,SAAS;;;CAOrB,CAAC;AAEF,eAAO,MAAM,QAAQ;;;CAQpB,CAAC;AAEF,eAAO,MAAM,SAAS;;;CAQrB,CAAC;AAEF,eAAO,MAAM,UAAU;;;CAQtB,CAAC;AAEF,eAAO,MAAM,MAAM;;CAA+B,CAAC;AAEnD,eAAO,MAAM,gBAAgB,EAAE,kBAAkB,EAOhD,CAAC"}
@@ -128,7 +128,7 @@ export class ReportDashboardListComponent {
128
128
  : this.reportDashboardService.removeNavigatorNode(report);
129
129
  }
130
130
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ReportDashboardListComponent, deps: [{ token: i1.InventoryService }, { token: i2.ContextDashboardService }, { token: i3.BsModalService }, { token: i4.TranslateService }, { token: i5.ModalService }, { token: i5.AlertService }, { token: i6.ReportDashboardService }, { token: i5.Permissions }], target: i0.ɵɵFactoryTarget.Component }); }
131
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ReportDashboardListComponent, selector: "c8y-report-dashboard-list", viewQueries: [{ propertyName: "filter", first: true, predicate: FilterInputComponent, descendants: true }], ngImport: i0, template: "<c8y-title>\n {{ 'Reports' | translate }}\n</c8y-title>\n\n<c8y-action-bar-item\n [placement]=\"'left'\"\n itemClass=\"navbar-form\"\n>\n <div class=\"input-group input-group-search\">\n <input\n class=\"form-control\"\n [attr.aria-label]=\"'Filter' | translate\"\n placeholder=\"{{ 'Filter\u2026' | translate }}\"\n type=\"search\"\n [ngModel]=\"textFilter$ | async\"\n (ngModelChange)=\"textFilter$.next($event)\"\n />\n <span class=\"input-group-addon\">\n <i\n c8yIcon=\"search\"\n *ngIf=\"(textFilter$ | async).length === 0\"\n ></i>\n <i\n class=\"text-muted\"\n c8yIcon=\"times\"\n *ngIf=\"(textFilter$ | async).length > 0\"\n (click)=\"textFilter$.next('')\"\n px-event=\"Clear filtering reports\"\n ></i>\n </span>\n </div>\n</c8y-action-bar-item>\n\n<c8y-action-bar-item [placement]=\"'right'\">\n <button\n class=\"btn btn-link\"\n title=\"{{ 'Add report' | translate }}\"\n type=\"button\"\n [attr.data-cy]=\"'reports-add-report-action-bar-button'\"\n (click)=\"add()\"\n [disabled]=\"!canAddReport\"\n >\n <i c8yIcon=\"plus-circle\"></i>\n {{ 'Add report' | translate }}\n </button>\n <button\n class=\"btn btn-dot m-r-16\"\n aria-label=\"{{ 'Info' | translate }}\"\n popover=\"{{ 'You don\\'t have permission to add reports' | translate }}\"\n placement=\"top\"\n triggers=\"focus\"\n container=\"body\"\n type=\"button\"\n *ngIf=\"!canAddReport\"\n >\n <i\n class=\"text-primary\"\n [c8yIcon]=\"'info-circle'\"\n ></i>\n </button>\n</c8y-action-bar-item>\n\n<c8y-action-bar-item [placement]=\"'right'\">\n <button\n class=\"btn btn-link\"\n title=\"{{ 'Reload' | translate }}\"\n type=\"button\"\n (click)=\"loadReports()\"\n >\n <i\n c8yIcon=\"refresh\"\n [ngClass]=\"{ 'icon-spin': reloading }\"\n ></i>\n {{ 'Reload' | translate }}\n </button>\n</c8y-action-bar-item>\n\n<c8y-help src=\"/docs/cockpit/working-with-reports/#working-with-reports\"></c8y-help>\n\n<c8y-list-group>\n <c8y-li\n class=\"page-sticky-header hidden-xs hidden-sm\"\n *ngIf=\"(reports$ | async)?.data.length > 0\"\n >\n <c8y-li-icon>\n <i class=\"p-l-24\"></i>\n </c8y-li-icon>\n <c8y-li-body class=\"content-flex-60\">\n <div class=\"col-3\">\n {{ 'Report' | translate }}\n </div>\n <div class=\"col-6\">\n {{ 'Description' | translate }}\n </div>\n <div class=\"col-2\">\n {{ 'Show in navigator' | translate }}\n </div>\n </c8y-li-body>\n </c8y-li>\n\n <c8y-li *c8yFor=\"let report of reports$; let i = index; loadMore: 'auto'\">\n <c8y-li-icon [icon]=\"report.icon\"></c8y-li-icon>\n <c8y-li-body class=\"content-flex-60\">\n <div class=\"col-3\">\n <button\n class=\"btn-clean\"\n title=\"{{ report.name }}\"\n type=\"button\"\n routerLink=\"/reports/{{ report.id }}\"\n >\n <span class=\"text-truncate\">\n {{ report.name }}\n </span>\n </button>\n </div>\n <div class=\"col-6\">\n <p class=\"small text-truncate-wrap\">\n <em\n class=\"text-muted\"\n *ngIf=\"!report.description; else showDescription\"\n >\n {{ 'No description available' | translate }}\n </em>\n <ng-template #showDescription>\n {{ report.description }}\n </ng-template>\n </p>\n </div>\n <div class=\"col-2 fit-h-20 m-t-xs-8\">\n <label\n class=\"c8y-switch c8y-switch--inline\"\n title=\"{{ 'Show in navigator' | translate }}\"\n >\n <input\n type=\"checkbox\"\n [(ngModel)]=\"!!report.c8y_IsNavigatorNode\"\n (change)=\"update(report)\"\n />\n <span></span>\n <span class=\"visible-xs\">\n {{ 'Show in navigator' | translate }}\n </span>\n </label>\n </div>\n <div class=\"col-1 hidden-xs\">\n <button\n class=\"btn btn-dot btn-dot--danger showOnHover m-l-auto d-flex\"\n [attr.aria-label]=\"'Remove report' | translate\"\n tooltip=\"{{ 'Remove report' | translate }}\"\n type=\"button\"\n [delay]=\"500\"\n (click)=\"delete(report)\"\n >\n <i c8yIcon=\"minus-circle\"></i>\n </button>\n </div>\n <div class=\"visible-xs p-t-8 text-right\">\n <button\n class=\"btn btn-default btn-sm\"\n title=\"{{ 'Remove report' | translate }}\"\n type=\"button\"\n (click)=\"delete(report)\"\n >\n <i c8yIcon=\"delete\"></i>\n {{ 'Remove report' | translate }}\n </button>\n </div>\n </c8y-li-body>\n </c8y-li>\n</c8y-list-group>\n\n<c8y-ui-empty-state\n [icon]=\"'c8y-reports'\"\n [title]=\"'There are no reports defined.' | translate\"\n [subtitle]=\"'Add a report first.' | translate\"\n *ngIf=\"(reports$ | async)?.data.length === 0\"\n>\n <p>\n <button\n class=\"btn btn-primary\"\n title=\"{{ 'Add report' | translate }}\"\n type=\"button\"\n [attr.data-cy]=\"'reports-add-report-empty-state-button'\"\n [disabled]=\"!canAddReport\"\n (click)=\"add()\"\n >\n {{ 'Add report' | translate }}\n </button>\n </p>\n <p c8y-guide-docs>\n <small\n translate\n ngNonBindable\n >\n Find out more in the\n <a c8y-guide-href=\"/docs/cockpit/working-with-reports\">user documentation</a>\n .\n </small>\n </p>\n</c8y-ui-empty-state>\n", dependencies: [{ kind: "component", type: i5.ActionBarItemComponent, selector: "c8y-action-bar-item", inputs: ["placement", "priority", "itemClass", "injector", "groupId", "inGroupPriority"] }, { kind: "component", type: i5.EmptyStateComponent, selector: "c8y-ui-empty-state", inputs: ["icon", "title", "subtitle", "horizontal"] }, { kind: "directive", type: i5.IconDirective, selector: "[c8yIcon]", inputs: ["c8yIcon"] }, { kind: "directive", type: i5.C8yTranslateDirective, selector: "[translate],[ngx-translate]" }, { kind: "directive", type: i7.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i5.ForOfDirective, selector: "[c8yFor]", inputs: ["c8yForOf", "c8yForLoadMore", "c8yForPipe", "c8yForNotFound", "c8yForMaxIterations", "c8yForLoadingTemplate", "c8yForLoadNextLabel", "c8yForRealtime", "c8yForRealtimeOptions", "c8yForComparator", "c8yForEnableVirtualScroll", "c8yForVirtualScrollElementSize", "c8yForVirtualScrollStrategy", "c8yForVirtualScrollContainerHeight"], outputs: ["c8yForCount"] }, { kind: "component", type: i5.TitleComponent, selector: "c8y-title", inputs: ["pageTitleUpdate"] }, { kind: "directive", type: i8.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i8.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i8.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i8.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i5.GuideHrefDirective, selector: "[c8y-guide-href]", inputs: ["c8y-guide-href"] }, { kind: "component", type: i5.GuideDocsComponent, selector: "[c8y-guide-docs]" }, { kind: "component", type: i5.ListGroupComponent, selector: "c8y-list-group" }, { kind: "component", type: i5.ListItemComponent, selector: "c8y-list-item, c8y-li", inputs: ["active", "emptyActions", "collapsed", "selectable"], outputs: ["collapsedChange"] }, { kind: "component", type: i5.ListItemIconComponent, selector: "c8y-list-item-icon, c8y-li-icon", inputs: ["icon", "status"] }, { kind: "component", type: i5.ListItemBodyComponent, selector: "c8y-list-item-body, c8y-li-body", inputs: ["body"] }, { kind: "component", type: i5.HelpComponent, selector: "c8y-help", inputs: ["src", "isCollapsed", "priority", "icon"] }, { kind: "directive", type: i9.TooltipDirective, selector: "[tooltip], [tooltipHtml]", inputs: ["adaptivePosition", "tooltip", "placement", "triggers", "container", "containerClass", "boundariesElement", "isOpen", "isDisabled", "delay", "tooltipHtml", "tooltipPlacement", "tooltipIsOpen", "tooltipEnable", "tooltipAppendToBody", "tooltipAnimation", "tooltipClass", "tooltipContext", "tooltipPopupDelay", "tooltipFadeDuration", "tooltipTrigger"], outputs: ["tooltipChange", "onShown", "onHidden", "tooltipStateChanged"], exportAs: ["bs-tooltip"] }, { kind: "directive", type: i10.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "directive", type: i11.PopoverDirective, selector: "[popover]", inputs: ["adaptivePosition", "boundariesElement", "popover", "popoverContext", "popoverTitle", "placement", "outsideClick", "triggers", "container", "containerClass", "isOpen", "delay"], outputs: ["onShown", "onHidden"], exportAs: ["bs-popover"] }, { kind: "pipe", type: i5.C8yTranslatePipe, name: "translate" }, { kind: "pipe", type: i7.AsyncPipe, name: "async" }] }); }
131
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ReportDashboardListComponent, selector: "c8y-report-dashboard-list", viewQueries: [{ propertyName: "filter", first: true, predicate: FilterInputComponent, descendants: true }], ngImport: i0, template: "<c8y-title>\n {{ 'Reports' | translate }}\n</c8y-title>\n\n<c8y-action-bar-item\n [placement]=\"'left'\"\n itemClass=\"navbar-form\"\n>\n <div class=\"input-group input-group-search\">\n <input\n class=\"form-control\"\n [attr.aria-label]=\"'Filter' | translate\"\n placeholder=\"{{ 'Filter\u2026' | translate }}\"\n type=\"search\"\n [ngModel]=\"textFilter$ | async\"\n (ngModelChange)=\"textFilter$.next($event)\"\n />\n <span class=\"input-group-addon\">\n <i\n c8yIcon=\"search\"\n *ngIf=\"(textFilter$ | async).length === 0\"\n ></i>\n <i\n class=\"text-muted\"\n c8yIcon=\"times\"\n *ngIf=\"(textFilter$ | async).length > 0\"\n (click)=\"textFilter$.next('')\"\n px-event=\"Clear filtering reports\"\n ></i>\n </span>\n </div>\n</c8y-action-bar-item>\n\n<c8y-action-bar-item [placement]=\"'right'\">\n <button\n class=\"btn btn-link\"\n title=\"{{ 'Add report' | translate }}\"\n type=\"button\"\n [attr.data-cy]=\"'reports-add-report-action-bar-button'\"\n (click)=\"add()\"\n [disabled]=\"!canAddReport\"\n >\n <i c8yIcon=\"plus-circle\"></i>\n {{ 'Add report' | translate }}\n </button>\n <button\n class=\"btn btn-dot m-r-16\"\n aria-label=\"{{ 'Info' | translate }}\"\n popover=\"{{ 'You don\\'t have permission to add reports' | translate }}\"\n placement=\"top\"\n triggers=\"focus\"\n container=\"body\"\n type=\"button\"\n *ngIf=\"!canAddReport\"\n >\n <i\n class=\"text-primary\"\n [c8yIcon]=\"'info-circle'\"\n ></i>\n </button>\n</c8y-action-bar-item>\n\n<c8y-action-bar-item [placement]=\"'right'\">\n <button\n class=\"btn btn-link\"\n title=\"{{ 'Reload' | translate }}\"\n type=\"button\"\n (click)=\"loadReports()\"\n >\n <i\n c8yIcon=\"refresh\"\n [ngClass]=\"{ 'icon-spin': reloading }\"\n ></i>\n {{ 'Reload' | translate }}\n </button>\n</c8y-action-bar-item>\n\n<c8y-help src=\"/docs/cockpit/working-with-reports/#working-with-reports\"></c8y-help>\n\n<c8y-list-group>\n <c8y-li\n class=\"page-sticky-header hidden-xs hidden-sm\"\n *ngIf=\"(reports$ | async)?.data.length > 0\"\n >\n <c8y-li-icon>\n <i class=\"p-l-24\"></i>\n </c8y-li-icon>\n <c8y-li-body class=\"content-flex-60\">\n <div class=\"col-3\">\n {{ 'Report' | translate }}\n </div>\n <div class=\"col-6\">\n {{ 'Description' | translate }}\n </div>\n <div class=\"col-2\">\n {{ 'Show in navigator' | translate }}\n </div>\n </c8y-li-body>\n </c8y-li>\n\n <c8y-li *c8yFor=\"let report of reports$; let i = index; loadMore: 'auto'\">\n <c8y-li-icon [icon]=\"report.icon\"></c8y-li-icon>\n <c8y-li-body class=\"content-flex-60\">\n <div class=\"col-3\">\n <button\n class=\"btn-clean\"\n title=\"{{ report.name }}\"\n type=\"button\"\n routerLink=\"/reports/{{ report.id }}\"\n >\n <span class=\"text-truncate\">\n {{ report.name }}\n </span>\n </button>\n </div>\n <div class=\"col-6\">\n <p class=\"small text-truncate-wrap\">\n <em\n class=\"text-muted\"\n *ngIf=\"!report.description; else showDescription\"\n >\n {{ 'No description available' | translate }}\n </em>\n <ng-template #showDescription>\n {{ report.description }}\n </ng-template>\n </p>\n </div>\n <div class=\"col-2 fit-h-20 m-t-xs-8\">\n <label\n class=\"c8y-switch c8y-switch--inline\"\n title=\"{{ 'Show in navigator' | translate }}\"\n >\n <input\n type=\"checkbox\"\n [(ngModel)]=\"!!report.c8y_IsNavigatorNode\"\n (change)=\"update(report)\"\n />\n <span></span>\n <span class=\"visible-xs\">\n {{ 'Show in navigator' | translate }}\n </span>\n </label>\n </div>\n <div class=\"col-1 hidden-xs\">\n <button\n class=\"btn btn-dot btn-dot--danger showOnHover m-l-auto d-flex\"\n [attr.aria-label]=\"'Remove report' | translate\"\n tooltip=\"{{ 'Remove report' | translate }}\"\n type=\"button\"\n [delay]=\"500\"\n (click)=\"delete(report)\"\n >\n <i c8yIcon=\"minus-circle\"></i>\n </button>\n </div>\n <div class=\"visible-xs p-t-8 text-right\">\n <button\n class=\"btn btn-default btn-sm\"\n title=\"{{ 'Remove report' | translate }}\"\n type=\"button\"\n (click)=\"delete(report)\"\n >\n <i c8yIcon=\"delete\"></i>\n {{ 'Remove report' | translate }}\n </button>\n </div>\n </c8y-li-body>\n </c8y-li>\n</c8y-list-group>\n\n<c8y-ui-empty-state\n [icon]=\"'c8y-reports'\"\n [title]=\"'There are no reports defined.' | translate\"\n [subtitle]=\"'Add a report first.' | translate\"\n *ngIf=\"(reports$ | async)?.data.length === 0\"\n>\n <p>\n <button\n class=\"btn btn-primary\"\n title=\"{{ 'Add report' | translate }}\"\n type=\"button\"\n [attr.data-cy]=\"'reports-add-report-empty-state-button'\"\n [disabled]=\"!canAddReport\"\n (click)=\"add()\"\n >\n {{ 'Add report' | translate }}\n </button>\n </p>\n <p c8y-guide-docs>\n <small\n translate\n ngNonBindable\n >\n Find out more in the\n <a c8y-guide-href=\"/docs/cockpit/working-with-reports\">user documentation</a>\n .\n </small>\n </p>\n</c8y-ui-empty-state>\n", dependencies: [{ kind: "component", type: i5.ActionBarItemComponent, selector: "c8y-action-bar-item", inputs: ["placement", "priority", "itemClass", "injector", "groupId", "inGroupPriority"] }, { kind: "component", type: i5.EmptyStateComponent, selector: "c8y-ui-empty-state", inputs: ["icon", "title", "subtitle", "horizontal"] }, { kind: "directive", type: i5.IconDirective, selector: "[c8yIcon]", inputs: ["c8yIcon"] }, { kind: "directive", type: i5.C8yTranslateDirective, selector: "[translate],[ngx-translate]" }, { kind: "directive", type: i7.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i5.ForOfDirective, selector: "[c8yFor]", inputs: ["c8yForOf", "c8yForLoadMore", "c8yForPipe", "c8yForNotFound", "c8yForMaxIterations", "c8yForLoadingTemplate", "c8yForLoadNextLabel", "c8yForLoadingLabel", "c8yForRealtime", "c8yForRealtimeOptions", "c8yForComparator", "c8yForEnableVirtualScroll", "c8yForVirtualScrollElementSize", "c8yForVirtualScrollStrategy", "c8yForVirtualScrollContainerHeight"], outputs: ["c8yForCount", "c8yForLoadMoreComponent"] }, { kind: "component", type: i5.TitleComponent, selector: "c8y-title", inputs: ["pageTitleUpdate"] }, { kind: "directive", type: i8.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i8.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i8.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i8.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i5.GuideHrefDirective, selector: "[c8y-guide-href]", inputs: ["c8y-guide-href"] }, { kind: "component", type: i5.GuideDocsComponent, selector: "[c8y-guide-docs]" }, { kind: "component", type: i5.ListGroupComponent, selector: "c8y-list-group" }, { kind: "component", type: i5.ListItemComponent, selector: "c8y-list-item, c8y-li", inputs: ["active", "emptyActions", "collapsed", "selectable"], outputs: ["collapsedChange"] }, { kind: "component", type: i5.ListItemIconComponent, selector: "c8y-list-item-icon, c8y-li-icon", inputs: ["icon", "status"] }, { kind: "component", type: i5.ListItemBodyComponent, selector: "c8y-list-item-body, c8y-li-body", inputs: ["body"] }, { kind: "component", type: i5.HelpComponent, selector: "c8y-help", inputs: ["src", "isCollapsed", "priority", "icon"] }, { kind: "directive", type: i9.TooltipDirective, selector: "[tooltip], [tooltipHtml]", inputs: ["adaptivePosition", "tooltip", "placement", "triggers", "container", "containerClass", "boundariesElement", "isOpen", "isDisabled", "delay", "tooltipHtml", "tooltipPlacement", "tooltipIsOpen", "tooltipEnable", "tooltipAppendToBody", "tooltipAnimation", "tooltipClass", "tooltipContext", "tooltipPopupDelay", "tooltipFadeDuration", "tooltipTrigger"], outputs: ["tooltipChange", "onShown", "onHidden", "tooltipStateChanged"], exportAs: ["bs-tooltip"] }, { kind: "directive", type: i10.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "directive", type: i11.PopoverDirective, selector: "[popover]", inputs: ["adaptivePosition", "boundariesElement", "popover", "popoverContext", "popoverTitle", "placement", "outsideClick", "triggers", "container", "containerClass", "isOpen", "delay"], outputs: ["onShown", "onHidden"], exportAs: ["bs-popover"] }, { kind: "pipe", type: i5.C8yTranslatePipe, name: "translate" }, { kind: "pipe", type: i7.AsyncPipe, name: "async" }] }); }
132
132
  }
133
133
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ReportDashboardListComponent, decorators: [{
134
134
  type: Component,
@@ -34,7 +34,7 @@ export class AuditLogComponent {
34
34
  });
35
35
  }
36
36
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AuditLogComponent, deps: [{ token: i1.AuditService }], target: i0.ɵɵFactoryTarget.Component }); }
37
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: AuditLogComponent, selector: "c8y-audit-log", inputs: { source: "source", type: "type" }, ngImport: i0, template: "<div class=\"inner-scroll\">\n <ul class=\"c8y-list__group c8y-list--timeline m-t-16\">\n <li\n class=\"c8y-list--timeline__item\"\n *c8yFor=\"let record of records | async\"\n >\n <small class=\"c8y-list--timeline__item__date\">\n {{ record.time | c8yDate }}\n </small>\n <div class=\"c8y-list__item\">\n <div class=\"c8y-list__item__block\">\n <div class=\"c8y-list__item__body text-truncate-wrap\">\n <div class=\"row\">\n <div class=\"col-md-5 d-flex a-i-baseline\">\n <span\n class=\"text-truncate\"\n title=\"{{ record.activity | translate }}\"\n >\n {{ record.activity | translate }}\n </span>\n <small class=\"m-l-4 text-muted flex-no-shrink\">{{ record.user }}</small>\n </div>\n <div class=\"col-md-7\">\n <div class=\"small text-truncate-wrap\">{{ record.text | translate }}</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </li>\n </ul>\n</div>\n", dependencies: [{ kind: "directive", type: i2.ForOfDirective, selector: "[c8yFor]", inputs: ["c8yForOf", "c8yForLoadMore", "c8yForPipe", "c8yForNotFound", "c8yForMaxIterations", "c8yForLoadingTemplate", "c8yForLoadNextLabel", "c8yForRealtime", "c8yForRealtimeOptions", "c8yForComparator", "c8yForEnableVirtualScroll", "c8yForVirtualScrollElementSize", "c8yForVirtualScrollStrategy", "c8yForVirtualScrollContainerHeight"], outputs: ["c8yForCount"] }, { kind: "pipe", type: i3.C8yTranslatePipe, name: "translate" }, { kind: "pipe", type: i4.AsyncPipe, name: "async" }, { kind: "pipe", type: i5.DatePipe, name: "c8yDate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
37
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: AuditLogComponent, selector: "c8y-audit-log", inputs: { source: "source", type: "type" }, ngImport: i0, template: "<div class=\"inner-scroll\">\n <ul class=\"c8y-list__group c8y-list--timeline m-t-16\">\n <li\n class=\"c8y-list--timeline__item\"\n *c8yFor=\"let record of records | async\"\n >\n <small class=\"c8y-list--timeline__item__date\">\n {{ record.time | c8yDate }}\n </small>\n <div class=\"c8y-list__item\">\n <div class=\"c8y-list__item__block\">\n <div class=\"c8y-list__item__body text-truncate-wrap\">\n <div class=\"row\">\n <div class=\"col-md-5 d-flex a-i-baseline\">\n <span\n class=\"text-truncate\"\n title=\"{{ record.activity | translate }}\"\n >\n {{ record.activity | translate }}\n </span>\n <small class=\"m-l-4 text-muted flex-no-shrink\">{{ record.user }}</small>\n </div>\n <div class=\"col-md-7\">\n <div class=\"small text-truncate-wrap\">{{ record.text | translate }}</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </li>\n </ul>\n</div>\n", dependencies: [{ kind: "directive", type: i2.ForOfDirective, selector: "[c8yFor]", inputs: ["c8yForOf", "c8yForLoadMore", "c8yForPipe", "c8yForNotFound", "c8yForMaxIterations", "c8yForLoadingTemplate", "c8yForLoadNextLabel", "c8yForLoadingLabel", "c8yForRealtime", "c8yForRealtimeOptions", "c8yForComparator", "c8yForEnableVirtualScroll", "c8yForVirtualScrollElementSize", "c8yForVirtualScrollStrategy", "c8yForVirtualScrollContainerHeight"], outputs: ["c8yForCount", "c8yForLoadMoreComponent"] }, { kind: "pipe", type: i3.C8yTranslatePipe, name: "translate" }, { kind: "pipe", type: i4.AsyncPipe, name: "async" }, { kind: "pipe", type: i5.DatePipe, name: "c8yDate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
38
38
  }
39
39
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AuditLogComponent, decorators: [{
40
40
  type: Component,