@c8y/ngx-components 1021.70.1 → 1021.71.0

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 (116) hide show
  1. package/branding/shared/lazy/branding-import-modal/branding-import-modal.component.d.ts.map +1 -1
  2. package/core/beta-feature/beta-feature-show-notification.service.d.ts +10 -0
  3. package/core/beta-feature/beta-feature-show-notification.service.d.ts.map +1 -0
  4. package/core/beta-feature/beta-feature.providers.d.ts +3 -0
  5. package/core/beta-feature/beta-feature.providers.d.ts.map +1 -0
  6. package/core/beta-feature/beta-preview-button.component.d.ts +17 -0
  7. package/core/beta-feature/beta-preview-button.component.d.ts.map +1 -0
  8. package/core/beta-feature/beta-preview-drawer.factory.d.ts +19 -0
  9. package/core/beta-feature/beta-preview-drawer.factory.d.ts.map +1 -0
  10. package/core/beta-feature/beta-preview.component.d.ts +25 -0
  11. package/core/beta-feature/beta-preview.component.d.ts.map +1 -0
  12. package/core/beta-feature/beta-preview.model.d.ts +24 -0
  13. package/core/beta-feature/beta-preview.model.d.ts.map +1 -0
  14. package/core/beta-feature/beta-preview.service.d.ts +47 -0
  15. package/core/beta-feature/beta-preview.service.d.ts.map +1 -0
  16. package/core/beta-feature/feature-cache.service.d.ts +26 -0
  17. package/core/beta-feature/feature-cache.service.d.ts.map +1 -0
  18. package/core/beta-feature/feature-state.pipe.d.ts +12 -0
  19. package/core/beta-feature/feature-state.pipe.d.ts.map +1 -0
  20. package/core/beta-feature/index.d.ts +7 -0
  21. package/core/beta-feature/index.d.ts.map +1 -0
  22. package/core/bottom-drawer/bottom-drawer-ref.d.ts.map +1 -1
  23. package/core/bottom-drawer/bottom-drawer.component.d.ts +1 -0
  24. package/core/bottom-drawer/bottom-drawer.component.d.ts.map +1 -1
  25. package/core/bottom-drawer/bottom-drawer.model.d.ts +4 -0
  26. package/core/bottom-drawer/bottom-drawer.model.d.ts.map +1 -1
  27. package/core/common/ApplicationOptions.d.ts +8 -0
  28. package/core/common/ApplicationOptions.d.ts.map +1 -1
  29. package/core/common/index.d.ts +1 -0
  30. package/core/common/index.d.ts.map +1 -1
  31. package/core/common/notification-display.service.d.ts +19 -0
  32. package/core/common/notification-display.service.d.ts.map +1 -0
  33. package/core/core.module.d.ts.map +1 -1
  34. package/core/header/header-bar/header-bar.component.d.ts +1 -0
  35. package/core/header/header-bar/header-bar.component.d.ts.map +1 -1
  36. package/core/header/header.service.d.ts +4 -1
  37. package/core/header/header.service.d.ts.map +1 -1
  38. package/core/index.d.ts +1 -0
  39. package/core/index.d.ts.map +1 -1
  40. package/datapoint-explorer/datapoint-explorer-navigation-factory.d.ts +10 -0
  41. package/datapoint-explorer/datapoint-explorer-navigation-factory.d.ts.map +1 -0
  42. package/datapoint-explorer/datapoint-explorer-route-factory.d.ts +10 -0
  43. package/datapoint-explorer/datapoint-explorer-route-factory.d.ts.map +1 -0
  44. package/datapoint-explorer/datapoint-explorer.module.d.ts.map +1 -1
  45. package/esm2022/branding/shared/lazy/branding-import-modal/branding-import-modal.component.mjs +4 -7
  46. package/esm2022/core/beta-feature/beta-feature-show-notification.service.mjs +17 -0
  47. package/esm2022/core/beta-feature/beta-feature.providers.mjs +9 -0
  48. package/esm2022/core/beta-feature/beta-preview-button.component.mjs +53 -0
  49. package/esm2022/core/beta-feature/beta-preview-drawer.factory.mjs +52 -0
  50. package/esm2022/core/beta-feature/beta-preview.component.mjs +64 -0
  51. package/esm2022/core/beta-feature/beta-preview.model.mjs +2 -0
  52. package/esm2022/core/beta-feature/beta-preview.service.mjs +114 -0
  53. package/esm2022/core/beta-feature/feature-cache.service.mjs +48 -0
  54. package/esm2022/core/beta-feature/feature-state.pipe.mjs +22 -0
  55. package/esm2022/core/beta-feature/index.mjs +7 -0
  56. package/esm2022/core/bottom-drawer/bottom-drawer-ref.mjs +4 -1
  57. package/esm2022/core/bottom-drawer/bottom-drawer.component.mjs +4 -3
  58. package/esm2022/core/bottom-drawer/bottom-drawer.model.mjs +1 -1
  59. package/esm2022/core/common/ApplicationOptions.mjs +1 -1
  60. package/esm2022/core/common/index.mjs +2 -1
  61. package/esm2022/core/common/notification-display.service.mjs +2 -0
  62. package/esm2022/core/core.module.mjs +4 -2
  63. package/esm2022/core/docs/legal-notices-outlet/legal-notices-outlet.component.mjs +3 -3
  64. package/esm2022/core/header/header-bar/header-bar.component.mjs +4 -3
  65. package/esm2022/core/header/header.service.mjs +12 -6
  66. package/esm2022/core/index.mjs +2 -1
  67. package/esm2022/core/user/user-details-drawer/user-details-drawer.component.mjs +3 -3
  68. package/esm2022/core/version/version-list/version-list.component.mjs +3 -3
  69. package/esm2022/datapoint-explorer/datapoint-explorer-navigation-factory.mjs +31 -0
  70. package/esm2022/datapoint-explorer/datapoint-explorer-route-factory.mjs +37 -0
  71. package/esm2022/datapoint-explorer/datapoint-explorer.module.mjs +22 -48
  72. package/esm2022/register-device/bulk/bulk-device-registration-modal.component.mjs +8 -10
  73. package/esm2022/register-device/general/general-device-registration.component.mjs +8 -10
  74. package/esm2022/trusted-certificates/list/trusted-certificate-list.component.mjs +10 -12
  75. package/esm2022/upgrade/ng1/downgraded.services.mjs +3 -2
  76. package/esm2022/upgrade/ng1/index.mjs +3 -2
  77. package/esm2022/widgets/cockpit-exports/index.mjs +2 -2
  78. package/esm2022/widgets/definitions/datapoints-graph/datapoint-graph-widget-factory.mjs +56 -0
  79. package/esm2022/widgets/definitions/datapoints-graph/index.mjs +12 -29
  80. package/esm2022/widgets/definitions/index.mjs +3 -2
  81. package/fesm2022/c8y-ngx-components-branding-shared-lazy.mjs +3 -6
  82. package/fesm2022/c8y-ngx-components-branding-shared-lazy.mjs.map +1 -1
  83. package/fesm2022/c8y-ngx-components-datapoint-explorer.mjs +81 -48
  84. package/fesm2022/c8y-ngx-components-datapoint-explorer.mjs.map +1 -1
  85. package/fesm2022/c8y-ngx-components-register-device.mjs +10 -14
  86. package/fesm2022/c8y-ngx-components-register-device.mjs.map +1 -1
  87. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs +18 -20
  88. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs.map +1 -1
  89. package/fesm2022/c8y-ngx-components-upgrade.mjs +3 -1
  90. package/fesm2022/c8y-ngx-components-upgrade.mjs.map +1 -1
  91. package/fesm2022/c8y-ngx-components-widgets-cockpit-exports.mjs +1 -1
  92. package/fesm2022/c8y-ngx-components-widgets-cockpit-exports.mjs.map +1 -1
  93. package/fesm2022/c8y-ngx-components-widgets-definitions-datapoints-graph.mjs +65 -28
  94. package/fesm2022/c8y-ngx-components-widgets-definitions-datapoints-graph.mjs.map +1 -1
  95. package/fesm2022/c8y-ngx-components-widgets-definitions.mjs +2 -1
  96. package/fesm2022/c8y-ngx-components-widgets-definitions.mjs.map +1 -1
  97. package/fesm2022/c8y-ngx-components.mjs +347 -17
  98. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  99. package/locales/locales.pot +31 -8
  100. package/package.json +1 -1
  101. package/register-device/bulk/bulk-device-registration-modal.component.d.ts +5 -5
  102. package/register-device/bulk/bulk-device-registration-modal.component.d.ts.map +1 -1
  103. package/register-device/general/general-device-registration.component.d.ts +5 -5
  104. package/register-device/general/general-device-registration.component.d.ts.map +1 -1
  105. package/trusted-certificates/list/trusted-certificate-list.component.d.ts +4 -4
  106. package/trusted-certificates/list/trusted-certificate-list.component.d.ts.map +1 -1
  107. package/upgrade/ng1/downgraded.services.d.ts +1 -0
  108. package/upgrade/ng1/downgraded.services.d.ts.map +1 -1
  109. package/upgrade/ng1/index.d.ts.map +1 -1
  110. package/widgets/cockpit-exports/index.d.ts +1 -1
  111. package/widgets/definitions/datapoints-graph/datapoint-graph-widget-factory.d.ts +11 -0
  112. package/widgets/definitions/datapoints-graph/datapoint-graph-widget-factory.d.ts.map +1 -0
  113. package/widgets/definitions/datapoints-graph/index.d.ts +0 -28
  114. package/widgets/definitions/datapoints-graph/index.d.ts.map +1 -1
  115. package/widgets/definitions/index.d.ts +2 -1
  116. package/widgets/definitions/index.d.ts.map +1 -1
@@ -1,9 +1,9 @@
1
1
  import { AfterViewInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
2
2
  import { FormlyFieldConfig, FormlyFormOptions } from '@ngx-formly/core';
3
- import { TenantUiService, C8yStepper, GainsightService } from '@c8y/ngx-components';
3
+ import { TenantUiService, C8yStepper, GainsightService, FeatureCacheService } from '@c8y/ngx-components';
4
4
  import { FormGroup } from '@angular/forms';
5
5
  import { Observable, BehaviorSubject } from 'rxjs';
6
- import { DeviceRegistrationBulkService, FeatureService, InventoryService, TenantService } from '@c8y/client';
6
+ import { DeviceRegistrationBulkService, InventoryService, TenantService } from '@c8y/client';
7
7
  import { RegisterDeviceService } from '../register-device.service';
8
8
  import { CdkStep } from '@angular/cdk/stepper';
9
9
  import { BsModalRef } from 'ngx-bootstrap/modal';
@@ -28,11 +28,11 @@ export declare class GeneralDeviceRegistrationComponent implements AfterViewInit
28
28
  bsModalRef: BsModalRef;
29
29
  private gainsightService;
30
30
  private deviceRegistrationService;
31
- private featureService;
31
+ private featureCacheService;
32
32
  readonly MANAGEMENT = "management";
33
33
  readonly FILTER: object;
34
34
  useEST$: BehaviorSubject<boolean>;
35
- certificateAuthorityFeatureEnabled: Promise<boolean>;
35
+ certificateAuthorityFeatureEnabled: Observable<boolean>;
36
36
  form: FormGroup<{}>;
37
37
  model: {
38
38
  devicesToCreate: GeneralDeviceRegistrationModelType[];
@@ -61,7 +61,7 @@ export declare class GeneralDeviceRegistrationComponent implements AfterViewInit
61
61
  private onCancel;
62
62
  private destroy$;
63
63
  private lastCreatedDevices;
64
- constructor(tenantUIService: TenantUiService, tenantService: TenantService, registerDeviceService: RegisterDeviceService, inventoryService: InventoryService, cd: ChangeDetectorRef, bsModalRef: BsModalRef, gainsightService: GainsightService, deviceRegistrationService: DeviceRegistrationBulkService, featureService: FeatureService);
64
+ constructor(tenantUIService: TenantUiService, tenantService: TenantService, registerDeviceService: RegisterDeviceService, inventoryService: InventoryService, cd: ChangeDetectorRef, bsModalRef: BsModalRef, gainsightService: GainsightService, deviceRegistrationService: DeviceRegistrationBulkService, featureCacheService: FeatureCacheService);
65
65
  ngAfterViewInit(): void;
66
66
  ngOnDestroy(): void;
67
67
  registerDevice(eventObject: {
@@ -1 +1 @@
1
- {"version":3,"file":"general-device-registration.component.d.ts","sourceRoot":"","sources":["../../../register-device/general/general-device-registration.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"general-device-registration.component.d.ts","sourceRoot":"","sources":["../../../register-device/general/general-device-registration.component.ts"],"names":[],"mappings":"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"}
@@ -1,7 +1,7 @@
1
1
  import { OnInit } from '@angular/core';
2
- import { AlertService, ClipboardService, ForOfFilterPipe, GainsightService, ModalService } from '@c8y/ngx-components';
2
+ import { AlertService, ClipboardService, FeatureCacheService, ForOfFilterPipe, GainsightService, ModalService } from '@c8y/ngx-components';
3
3
  import { BsModalService } from 'ngx-bootstrap/modal';
4
- import { FeatureService, IResultList, ITrustedCertificate, SystemOptionsService, TrustedCertificateService } from '@c8y/client';
4
+ import { IResultList, ITrustedCertificate, SystemOptionsService, TrustedCertificateService } from '@c8y/client';
5
5
  import { TranslateService } from '@ngx-translate/core';
6
6
  import { BehaviorSubject, Observable } from 'rxjs';
7
7
  import { TrustedCertificate } from './trusted-certificate.model';
@@ -15,7 +15,7 @@ export declare class TrustedCertificateListComponent implements OnInit {
15
15
  private clipboardService;
16
16
  private gainsightService;
17
17
  private systemOptionsService;
18
- private featureService;
18
+ private featureCacheService;
19
19
  PROOF_OF_POSSESSION_POPOVER: "\"Proof of possession\" is a security method used to prove that whoever sends a message is also in the possession of the particular cryptographic key.";
20
20
  SIGNED_VERIFICATION_CODE_POPOVER: "Use the following openssl command to create the signed verification code: openssl dgst -sha256 -sign <private.key> <verification_code.txt> | openssl base64 -A";
21
21
  AUTO_REGISTRATION_POPOVER: "Devices using the MQTT protocol with credentials signed by this certificate will be able to communicate with the platform without prior registration. The option does not support devices using the LWM2M protocol.";
@@ -61,7 +61,7 @@ export declare class TrustedCertificateListComponent implements OnInit {
61
61
  };
62
62
  };
63
63
  certificateAuthorityFeatureEnabled: boolean;
64
- constructor(bsModal: BsModalService, alertService: AlertService, trustedCertificateService: TrustedCertificateService, modalService: ModalService, translateService: TranslateService, clipboardService: ClipboardService, gainsightService: GainsightService, systemOptionsService: SystemOptionsService, featureService: FeatureService);
64
+ constructor(bsModal: BsModalService, alertService: AlertService, trustedCertificateService: TrustedCertificateService, modalService: ModalService, translateService: TranslateService, clipboardService: ClipboardService, gainsightService: GainsightService, systemOptionsService: SystemOptionsService, featureCacheService: FeatureCacheService);
65
65
  ngOnInit(): Promise<void>;
66
66
  loadTrustedCertificates(): Promise<void>;
67
67
  getTrustedCertificates(): Promise<IResultList<ITrustedCertificate>>;
@@ -1 +1 @@
1
- {"version":3,"file":"trusted-certificate-list.component.d.ts","sourceRoot":"","sources":["../../../trusted-certificates/list/trusted-certificate-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EACL,YAAY,EACZ,gBAAgB,EAChB,eAAe,EACf,gBAAgB,EAEhB,YAAY,EAEb,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EACL,cAAc,EACd,WAAW,EACX,mBAAmB,EACnB,oBAAoB,EACpB,yBAAyB,EAC1B,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,OAAO,EAAQ,eAAe,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAGzD,OAAO,EAEL,kBAAkB,EACnB,MAAM,6BAA6B,CAAC;;AAErC,qBAIa,+BAAgC,YAAW,MAAM;IA0C1D,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,yBAAyB;IACjC,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,cAAc;IAjDxB,2BAA2B,2JAEzB;IACF,gCAAgC,mKAE9B;IAEF,yBAAyB,wNAEvB;IAEF,SAAS,EAAE,eAAe,CAAC,OAAO,CAAC,CAA8B;IACjE,MAAM,EAAE,eAAe,CAAC,IAAI,CAAC,CAA6B;IAC1D,mBAAmB,EAAE,UAAU,CAAC,WAAW,CAAC,mBAAmB,CAAC,CAAC,CAU/D;IACF,uBAAuB,EAAE,eAAe,CAAC,mBAAmB,CAAC,CAS3D;IAEF,0BAA0B,UAAS;IACnC,sBAAsB,EAAE,MAAM,CAAC;IAC/B,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAA2C;IAC7D,kCAAkC,UAAS;gBAGjC,OAAO,EAAE,cAAc,EACvB,YAAY,EAAE,YAAY,EAC1B,yBAAyB,EAAE,yBAAyB,EACpD,YAAY,EAAE,YAAY,EAC1B,gBAAgB,EAAE,gBAAgB,EAClC,gBAAgB,EAAE,gBAAgB,EAClC,gBAAgB,EAAE,gBAAgB,EAClC,oBAAoB,EAAE,oBAAoB,EAC1C,cAAc,EAAE,cAAc;IAGlC,QAAQ;IAMR,uBAAuB;IAI7B,sBAAsB;IAQhB,qBAAqB;IAiBrB,gBAAgB;IAUhB,wBAAwB,CAAC,WAAW,KAAA;IA8BpC,iBAAiB,CACrB,kBAAkB,EAAE,mBAAmB,EACvC,YAAY,EAAE,OAAO,CAAC,mBAAmB,CAAC;IAmB5C,oCAAoC,CAAC,IAAI,EAAE,mBAAmB;IAgB9D,kCAAkC,CAAC,kBAAkB,EAAE,mBAAmB;IAiB1E,4BAA4B,CAAC,kBAAkB,EAAE,kBAAkB;IA2BnE,gCAAgC,CAAC,kBAAkB,EAAE,mBAAmB;IAMxE,uCAAuC,CAAC,kBAAkB,EAAE,mBAAmB;IAI/E,WAAW,CAAC,KAAK,KAAA,EAAE,kBAAkB,EAAE,kBAAkB;YAS3C,mBAAmB;IAejC,OAAO,CAAC,gCAAgC;yCAnP7B,+BAA+B;2CAA/B,+BAA+B;CAwP3C"}
1
+ {"version":3,"file":"trusted-certificate-list.component.d.ts","sourceRoot":"","sources":["../../../trusted-certificates/list/trusted-certificate-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EACL,YAAY,EACZ,gBAAgB,EAChB,mBAAmB,EACnB,eAAe,EACf,gBAAgB,EAEhB,YAAY,EAEb,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EACL,WAAW,EACX,mBAAmB,EACnB,oBAAoB,EACpB,yBAAyB,EAC1B,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,OAAO,EAAQ,eAAe,EAAE,UAAU,EAAkB,MAAM,MAAM,CAAC;AAGzE,OAAO,EAEL,kBAAkB,EACnB,MAAM,6BAA6B,CAAC;;AAErC,qBAIa,+BAAgC,YAAW,MAAM;IA0C1D,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,yBAAyB;IACjC,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,mBAAmB;IAjD7B,2BAA2B,2JAEzB;IACF,gCAAgC,mKAE9B;IAEF,yBAAyB,wNAEvB;IAEF,SAAS,EAAE,eAAe,CAAC,OAAO,CAAC,CAA8B;IACjE,MAAM,EAAE,eAAe,CAAC,IAAI,CAAC,CAA6B;IAC1D,mBAAmB,EAAE,UAAU,CAAC,WAAW,CAAC,mBAAmB,CAAC,CAAC,CAU/D;IACF,uBAAuB,EAAE,eAAe,CAAC,mBAAmB,CAAC,CAS3D;IAEF,0BAA0B,UAAS;IACnC,sBAAsB,EAAE,MAAM,CAAC;IAC/B,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAA2C;IAC7D,kCAAkC,UAAS;gBAGjC,OAAO,EAAE,cAAc,EACvB,YAAY,EAAE,YAAY,EAC1B,yBAAyB,EAAE,yBAAyB,EACpD,YAAY,EAAE,YAAY,EAC1B,gBAAgB,EAAE,gBAAgB,EAClC,gBAAgB,EAAE,gBAAgB,EAClC,gBAAgB,EAAE,gBAAgB,EAClC,oBAAoB,EAAE,oBAAoB,EAC1C,mBAAmB,EAAE,mBAAmB;IAG5C,QAAQ;IAMR,uBAAuB;IAI7B,sBAAsB;IAQhB,qBAAqB;IAiBrB,gBAAgB;IAUhB,wBAAwB,CAAC,WAAW,KAAA;IA8BpC,iBAAiB,CACrB,kBAAkB,EAAE,mBAAmB,EACvC,YAAY,EAAE,OAAO,CAAC,mBAAmB,CAAC;IAmB5C,oCAAoC,CAAC,IAAI,EAAE,mBAAmB;IAgB9D,kCAAkC,CAAC,kBAAkB,EAAE,mBAAmB;IAiB1E,4BAA4B,CAAC,kBAAkB,EAAE,kBAAkB;IA2BnE,gCAAgC,CAAC,kBAAkB,EAAE,mBAAmB;IAMxE,uCAAuC,CAAC,kBAAkB,EAAE,mBAAmB;IAI/E,WAAW,CAAC,KAAK,KAAA,EAAE,kBAAkB,EAAE,kBAAkB;YAS3C,mBAAmB;YAenB,gCAAgC;yCAnPnC,+BAA+B;2CAA/B,+BAA+B;CAwP3C"}
@@ -20,6 +20,7 @@ export declare const deviceGridServiceDowngradedInjectable: Function;
20
20
  export declare const serviceRegistryInjectable: Function;
21
21
  export declare const assetLinkPipeDowngradedInjectable: Function;
22
22
  export declare const propertyValueTransformServiceDowngradedInjectable: Function;
23
+ export declare const featureCacheServiceDowngradedInjectable: Function;
23
24
  export declare const datapointSelectorServiceDowngradedInjectable: Function;
24
25
  export declare const dateFormatServiceInjectable: Function;
25
26
  //# sourceMappingURL=downgraded.services.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"downgraded.services.d.ts","sourceRoot":"","sources":["../../../upgrade/ng1/downgraded.services.ts"],"names":[],"mappings":"AA4BA,eAAO,MAAM,uCAAuC,UAA2C,CAAC;AAChG,eAAO,MAAM,iCAAiC,UAAqC,CAAC;AACpF,eAAO,MAAM,qCAAqC,UAAyC,CAAC;AAC5F,eAAO,MAAM,mCAAmC,UAAuC,CAAC;AACxF,eAAO,MAAM,iCAAiC,UAAqC,CAAC;AACpF,eAAO,MAAM,iCAAiC,UAAoC,CAAC;AACnF,eAAO,MAAM,mCAAmC,UAAuC,CAAC;AACxF,eAAO,MAAM,8BAA8B,UAAkC,CAAC;AAC9E,eAAO,MAAM,+BAA+B,UAAmC,CAAC;AAChF,eAAO,MAAM,mCAAmC,UAAuC,CAAC;AACxF,eAAO,MAAM,oCAAoC,UAAwC,CAAC;AAC1F,eAAO,MAAM,iDAAiD,UAE7D,CAAC;AACF,eAAO,MAAM,uCAAuC,UAA2C,CAAC;AAChG,eAAO,MAAM,yCAAyC,UAA6C,CAAC;AACpG,eAAO,MAAM,gCAAgC,UAAoC,CAAC;AAClF,eAAO,MAAM,oCAAoC,UAAwC,CAAC;AAC1F,eAAO,MAAM,gCAAgC,UAAoC,CAAC;AAClF,eAAO,MAAM,iDAAiD,UAE7D,CAAC;AACF,eAAO,MAAM,qCAAqC,UAAyC,CAAC;AAC5F,eAAO,MAAM,yBAAyB,UAAuC,CAAC;AAC9E,eAAO,MAAM,iCAAiC,UAAqC,CAAC;AACpF,eAAO,MAAM,iDAAiD,UAE7D,CAAC;AACF,eAAO,MAAM,4CAA4C,UACV,CAAC;AAChD,eAAO,MAAM,2BAA2B,UAAyC,CAAC"}
1
+ {"version":3,"file":"downgraded.services.d.ts","sourceRoot":"","sources":["../../../upgrade/ng1/downgraded.services.ts"],"names":[],"mappings":"AA6BA,eAAO,MAAM,uCAAuC,UAA2C,CAAC;AAChG,eAAO,MAAM,iCAAiC,UAAqC,CAAC;AACpF,eAAO,MAAM,qCAAqC,UAAyC,CAAC;AAC5F,eAAO,MAAM,mCAAmC,UAAuC,CAAC;AACxF,eAAO,MAAM,iCAAiC,UAAqC,CAAC;AACpF,eAAO,MAAM,iCAAiC,UAAoC,CAAC;AACnF,eAAO,MAAM,mCAAmC,UAAuC,CAAC;AACxF,eAAO,MAAM,8BAA8B,UAAkC,CAAC;AAC9E,eAAO,MAAM,+BAA+B,UAAmC,CAAC;AAChF,eAAO,MAAM,mCAAmC,UAAuC,CAAC;AACxF,eAAO,MAAM,oCAAoC,UAAwC,CAAC;AAC1F,eAAO,MAAM,iDAAiD,UAE7D,CAAC;AACF,eAAO,MAAM,uCAAuC,UAA2C,CAAC;AAChG,eAAO,MAAM,yCAAyC,UAA6C,CAAC;AACpG,eAAO,MAAM,gCAAgC,UAAoC,CAAC;AAClF,eAAO,MAAM,oCAAoC,UAAwC,CAAC;AAC1F,eAAO,MAAM,gCAAgC,UAAoC,CAAC;AAClF,eAAO,MAAM,iDAAiD,UAE7D,CAAC;AACF,eAAO,MAAM,qCAAqC,UAAyC,CAAC;AAC5F,eAAO,MAAM,yBAAyB,UAAuC,CAAC;AAC9E,eAAO,MAAM,iCAAiC,UAAqC,CAAC;AACpF,eAAO,MAAM,iDAAiD,UAE7D,CAAC;AACF,eAAO,MAAM,uCAAuC,UAA2C,CAAC;AAChG,eAAO,MAAM,4CAA4C,UACV,CAAC;AAChD,eAAO,MAAM,2BAA2B,UAAyC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../upgrade/ng1/index.ts"],"names":[],"mappings":"AAqIA,eAAO,MAAM,iBAAiB,UAAwB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../upgrade/ng1/index.ts"],"names":[],"mappings":"AAuIA,eAAO,MAAM,iBAAiB,UAAwB,CAAC"}
@@ -105,7 +105,7 @@ export declare const cockpitWidgetsExports: [{
105
105
  readonly module: "datapointGraphWidgetproviders";
106
106
  readonly path: "@c8y/ngx-components/widgets/definitions/datapoints-graph";
107
107
  readonly description: "Data points graph widget";
108
- readonly scope: "self-optional";
108
+ readonly scope: "self";
109
109
  }, {
110
110
  readonly name: "Widgets: Data Points Table";
111
111
  readonly module: "dataPointsTableWidgetProviders";
@@ -0,0 +1,11 @@
1
+ import { DynamicWidgetDefinition } from '@c8y/ngx-components';
2
+ import { Observable } from 'rxjs';
3
+ import * as i0 from "@angular/core";
4
+ export declare class DatapointGraphFactory {
5
+ private readonly betaPreviewService;
6
+ private readonly baseWidgetDefinition;
7
+ get(): Observable<DynamicWidgetDefinition[]>;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<DatapointGraphFactory, never>;
9
+ static ɵprov: i0.ɵɵInjectableDeclaration<DatapointGraphFactory>;
10
+ }
11
+ //# sourceMappingURL=datapoint-graph-widget-factory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"datapoint-graph-widget-factory.d.ts","sourceRoot":"","sources":["../../../../widgets/definitions/datapoints-graph/datapoint-graph-widget-factory.ts"],"names":[],"mappings":"AACA,OAAO,EAIL,uBAAuB,EACxB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAO,UAAU,EAAE,MAAM,MAAM,CAAC;;AAIvC,qBACa,qBAAqB;IAChC,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAA0B;IAE7D,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAoCnC;IAEF,GAAG,IAAI,UAAU,CAAC,uBAAuB,EAAE,CAAC;yCAzCjC,qBAAqB;6CAArB,qBAAqB;CAuDjC"}
@@ -1,30 +1,2 @@
1
- import { DynamicDatapointsResolver } from '@c8y/ngx-components';
2
- export declare const datapointGraphWidgetDefinition: {
3
- id: "Data points graph 2";
4
- label: "Data points graph \"new\"";
5
- description: "Displays a graph of selected datapoints";
6
- loadComponent: () => Promise<import("@angular/core").Type<any> | typeof import("@c8y/ngx-components/widgets/implementations/datapoints-graph").DatapointsGraphWidgetViewComponent>;
7
- loadConfigComponent: () => Promise<import("@angular/core").Type<any> | typeof import("@c8y/ngx-components/widgets/implementations/datapoints-graph").DatapointsGraphWidgetConfigComponent>;
8
- previewImage: string;
9
- resolve: {
10
- datapoints: typeof DynamicDatapointsResolver;
11
- };
12
- data: {
13
- settings: {
14
- noNewWidgets: false;
15
- widgetDefaults: {
16
- _width: number;
17
- _height: number;
18
- };
19
- noDeviceTarget: boolean;
20
- groupsSelectable: boolean;
21
- };
22
- displaySettings: {
23
- globalTimeContext: true;
24
- globalAggregationContext: true;
25
- globalRealtimeContext: true;
26
- };
27
- };
28
- };
29
1
  export declare const datapointGraphWidgetproviders: (import("@angular/core").ValueProvider | import("@angular/core").ClassProvider | import("@angular/core").ExistingProvider)[];
30
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../widgets/definitions/datapoints-graph/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,yBAAyB,EAAuB,MAAM,qBAAqB,CAAC;AAGrF,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;CAgCR,CAAC;AAEpC,eAAO,MAAM,6BAA6B,8HAA+C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../widgets/definitions/datapoints-graph/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,6BAA6B,8HAWzC,CAAC"}
@@ -19,7 +19,8 @@ export declare const defaultWidgetIds: {
19
19
  readonly LINEAR_GAUGE: "KPI Linear Gauge";
20
20
  readonly SILO: "KPI Silo";
21
21
  readonly RADIAL_GAUGE: "KPI Radial Gauge";
22
- readonly DATAPOINTS_GRAPH: "Data points graph 2";
22
+ readonly DATAPOINTS_GRAPH_NEW: "Data points graph 2";
23
+ readonly DATAPOINTS_GRAPH: "Data points graph";
23
24
  };
24
25
  export type DefaultWidgetIdKeys = keyof typeof defaultWidgetIds;
25
26
  export type DefaultWidgetIdValues = (typeof defaultWidgetIds)[DefaultWidgetIdKeys];
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../widgets/definitions/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;CAsBnB,CAAC;AAEX,MAAM,MAAM,mBAAmB,GAAG,MAAM,OAAO,gBAAgB,CAAC;AAChE,MAAM,MAAM,qBAAqB,GAAG,CAAC,OAAO,gBAAgB,CAAC,CAAC,mBAAmB,CAAC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../widgets/definitions/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;CAuBnB,CAAC;AAEX,MAAM,MAAM,mBAAmB,GAAG,MAAM,OAAO,gBAAgB,CAAC;AAChE,MAAM,MAAM,qBAAqB,GAAG,CAAC,OAAO,gBAAgB,CAAC,CAAC,mBAAmB,CAAC,CAAC"}