@c8y/ngx-components 1021.67.0 → 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.
- package/branding/shared/lazy/branding-import-modal/branding-import-modal.component.d.ts.map +1 -1
- package/core/beta-feature/beta-feature-show-notification.service.d.ts +10 -0
- package/core/beta-feature/beta-feature-show-notification.service.d.ts.map +1 -0
- package/core/beta-feature/beta-feature.providers.d.ts +3 -0
- package/core/beta-feature/beta-feature.providers.d.ts.map +1 -0
- package/core/beta-feature/beta-preview-button.component.d.ts +17 -0
- package/core/beta-feature/beta-preview-button.component.d.ts.map +1 -0
- package/core/beta-feature/beta-preview-drawer.factory.d.ts +19 -0
- package/core/beta-feature/beta-preview-drawer.factory.d.ts.map +1 -0
- package/core/beta-feature/beta-preview.component.d.ts +25 -0
- package/core/beta-feature/beta-preview.component.d.ts.map +1 -0
- package/core/beta-feature/beta-preview.model.d.ts +24 -0
- package/core/beta-feature/beta-preview.model.d.ts.map +1 -0
- package/core/beta-feature/beta-preview.service.d.ts +47 -0
- package/core/beta-feature/beta-preview.service.d.ts.map +1 -0
- package/core/beta-feature/feature-cache.service.d.ts +26 -0
- package/core/beta-feature/feature-cache.service.d.ts.map +1 -0
- package/core/beta-feature/feature-state.pipe.d.ts +12 -0
- package/core/beta-feature/feature-state.pipe.d.ts.map +1 -0
- package/core/beta-feature/index.d.ts +7 -0
- package/core/beta-feature/index.d.ts.map +1 -0
- package/core/bottom-drawer/bottom-drawer-ref.d.ts.map +1 -1
- package/core/bottom-drawer/bottom-drawer.component.d.ts +1 -0
- package/core/bottom-drawer/bottom-drawer.component.d.ts.map +1 -1
- package/core/bottom-drawer/bottom-drawer.model.d.ts +4 -0
- package/core/bottom-drawer/bottom-drawer.model.d.ts.map +1 -1
- package/core/common/ApplicationOptions.d.ts +8 -0
- package/core/common/ApplicationOptions.d.ts.map +1 -1
- package/core/common/bytes.pipe.d.ts +26 -10
- package/core/common/bytes.pipe.d.ts.map +1 -1
- package/core/common/index.d.ts +1 -0
- package/core/common/index.d.ts.map +1 -1
- package/core/common/notification-display.service.d.ts +19 -0
- package/core/common/notification-display.service.d.ts.map +1 -0
- package/core/core.module.d.ts.map +1 -1
- package/core/header/header-bar/header-bar.component.d.ts +1 -0
- package/core/header/header-bar/header-bar.component.d.ts.map +1 -1
- package/core/header/header.service.d.ts +4 -1
- package/core/header/header.service.d.ts.map +1 -1
- package/core/index.d.ts +1 -0
- package/core/index.d.ts.map +1 -1
- package/datapoint-explorer/datapoint-explorer-navigation-factory.d.ts +10 -0
- package/datapoint-explorer/datapoint-explorer-navigation-factory.d.ts.map +1 -0
- package/datapoint-explorer/datapoint-explorer-route-factory.d.ts +10 -0
- package/datapoint-explorer/datapoint-explorer-route-factory.d.ts.map +1 -0
- package/datapoint-explorer/datapoint-explorer.module.d.ts.map +1 -1
- package/echart/charts.component.d.ts +14 -3
- package/echart/charts.component.d.ts.map +1 -1
- package/esm2022/branding/shared/lazy/branding-import-modal/branding-import-modal.component.mjs +4 -7
- package/esm2022/core/beta-feature/beta-feature-show-notification.service.mjs +17 -0
- package/esm2022/core/beta-feature/beta-feature.providers.mjs +9 -0
- package/esm2022/core/beta-feature/beta-preview-button.component.mjs +53 -0
- package/esm2022/core/beta-feature/beta-preview-drawer.factory.mjs +52 -0
- package/esm2022/core/beta-feature/beta-preview.component.mjs +64 -0
- package/esm2022/core/beta-feature/beta-preview.model.mjs +2 -0
- package/esm2022/core/beta-feature/beta-preview.service.mjs +114 -0
- package/esm2022/core/beta-feature/feature-cache.service.mjs +48 -0
- package/esm2022/core/beta-feature/feature-state.pipe.mjs +22 -0
- package/esm2022/core/beta-feature/index.mjs +7 -0
- package/esm2022/core/bottom-drawer/bottom-drawer-ref.mjs +4 -1
- package/esm2022/core/bottom-drawer/bottom-drawer.component.mjs +4 -3
- package/esm2022/core/bottom-drawer/bottom-drawer.model.mjs +1 -1
- package/esm2022/core/common/ApplicationOptions.mjs +1 -1
- package/esm2022/core/common/bytes.pipe.mjs +47 -18
- package/esm2022/core/common/index.mjs +2 -1
- package/esm2022/core/common/notification-display.service.mjs +2 -0
- package/esm2022/core/core.module.mjs +4 -2
- package/esm2022/core/data-grid/data-grid.component.mjs +3 -3
- package/esm2022/core/docs/legal-notices-outlet/legal-notices-outlet.component.mjs +3 -3
- package/esm2022/core/header/header-bar/header-bar.component.mjs +4 -3
- package/esm2022/core/header/header.service.mjs +12 -6
- package/esm2022/core/index.mjs +2 -1
- package/esm2022/core/user/user-details-drawer/user-details-drawer.component.mjs +3 -3
- package/esm2022/core/version/version-list/version-list.component.mjs +3 -3
- package/esm2022/datapoint-explorer/datapoint-explorer-navigation-factory.mjs +31 -0
- package/esm2022/datapoint-explorer/datapoint-explorer-route-factory.mjs +37 -0
- package/esm2022/datapoint-explorer/datapoint-explorer.module.mjs +22 -48
- package/esm2022/echart/charts.component.mjs +50 -3
- package/esm2022/messaging-management/api/model/backlogQuota.mjs +2 -0
- package/esm2022/messaging-management/api/model/namespace.mjs +2 -0
- package/esm2022/messaging-management/api/model/namespaceDetails.mjs +2 -0
- package/esm2022/messaging-management/api/model/namespaceList.mjs +2 -0
- package/esm2022/messaging-management/api/model/namespacePolicies.mjs +2 -0
- package/esm2022/messaging-management/api/model/namespacePublishers.mjs +2 -0
- package/esm2022/messaging-management/api/model/namespaceSubscribers.mjs +2 -0
- package/esm2022/messaging-management/api/model/namespaceTopics.mjs +2 -0
- package/esm2022/messaging-management/api/model/pageStatistics.mjs +2 -0
- package/esm2022/messaging-management/api/model/pageable.mjs +2 -0
- package/esm2022/messaging-management/api/model/sortable.mjs +2 -0
- package/esm2022/messaging-management/api/model/subscriber.mjs +2 -0
- package/esm2022/messaging-management/api/model/subscriberFilters.mjs +2 -0
- package/esm2022/messaging-management/api/model/subscriberList.mjs +2 -0
- package/esm2022/messaging-management/api/model/subscriberToDelete.mjs +2 -0
- package/esm2022/messaging-management/api/model/topic.mjs +2 -0
- package/esm2022/messaging-management/api/model/topicDetailFilters.mjs +2 -0
- package/esm2022/messaging-management/api/model/topicList.mjs +2 -0
- package/esm2022/messaging-management/api/model/topicListFilters.mjs +2 -0
- package/esm2022/messaging-management/api/model/topicType.mjs +9 -0
- package/esm2022/messaging-management/api/services/messaging-namespaces.service.mjs +83 -0
- package/esm2022/messaging-management/api/services/messaging-subscribers.service.mjs +55 -0
- package/esm2022/messaging-management/api/services/messaging-topics.service.mjs +48 -0
- package/esm2022/messaging-management/c8y-ngx-components-messaging-management.mjs +5 -0
- package/esm2022/messaging-management/constants.mjs +4 -0
- package/esm2022/messaging-management/index.mjs +2 -0
- package/esm2022/messaging-management/messaging/namespace-list/namespace-item/namespace-item-card/namespace-item-card.component.mjs +43 -0
- package/esm2022/messaging-management/messaging/namespace-list/namespace-item/namespace-item.component.mjs +36 -0
- package/esm2022/messaging-management/messaging/namespace-list/namespace-list.component.mjs +51 -0
- package/esm2022/messaging-management/messaging/shared/usage/usage.component.mjs +68 -0
- package/esm2022/messaging-management/messaging/topic/topic-list-view.component.mjs +81 -0
- package/esm2022/messaging-management/messaging/topic/topic-subscribers-view/topic-subscribers-data-grid.service.mjs +220 -0
- package/esm2022/messaging-management/messaging/topic/topic-subscribers-view/topic-subscribers-view.component.mjs +137 -0
- package/esm2022/messaging-management/messaging/topic/topics-data-grid.service.mjs +113 -0
- package/esm2022/messaging-management/messaging-management.guard.mjs +40 -0
- package/esm2022/messaging-management/messaging-management.module.mjs +72 -0
- package/esm2022/messaging-management/navigator/messaging-navigator-factory.mjs +55 -0
- package/esm2022/messaging-management/navigator/topic-details-tab.factory.mjs +33 -0
- package/esm2022/messaging-management/utils/backlog-quota-limit.pipe.mjs +32 -0
- package/esm2022/messaging-management/utils/namespace-props.mjs +23 -0
- package/esm2022/messaging-management/utils/time-to-live.pipe.mjs +122 -0
- package/esm2022/operations/device-selector/device-selector.component.mjs +5 -1
- package/esm2022/register-device/bulk/bulk-device-registration-modal.component.mjs +8 -10
- package/esm2022/register-device/general/general-device-registration.component.mjs +8 -10
- package/esm2022/trusted-certificates/list/trusted-certificate-list.component.mjs +10 -12
- package/esm2022/upgrade/ng1/downgraded.services.mjs +3 -2
- package/esm2022/upgrade/ng1/index.mjs +3 -2
- package/esm2022/widgets/cockpit-exports/index.mjs +2 -2
- package/esm2022/widgets/definitions/datapoints-graph/datapoint-graph-widget-factory.mjs +56 -0
- package/esm2022/widgets/definitions/datapoints-graph/index.mjs +12 -29
- package/esm2022/widgets/definitions/index.mjs +3 -2
- package/esm2022/widgets/implementations/datapoints-graph/datapoints-graph-view/datapoints-graph-widget-view.component.mjs +18 -3
- package/fesm2022/c8y-ngx-components-branding-shared-lazy.mjs +3 -6
- package/fesm2022/c8y-ngx-components-branding-shared-lazy.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-datapoint-explorer.mjs +81 -48
- package/fesm2022/c8y-ngx-components-datapoint-explorer.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-echart.mjs +49 -2
- package/fesm2022/c8y-ngx-components-echart.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-messaging-management.mjs +1225 -0
- package/fesm2022/c8y-ngx-components-messaging-management.mjs.map +1 -0
- package/fesm2022/c8y-ngx-components-operations-device-selector.mjs +4 -0
- package/fesm2022/c8y-ngx-components-operations-device-selector.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-register-device.mjs +10 -14
- package/fesm2022/c8y-ngx-components-register-device.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-trusted-certificates.mjs +18 -20
- package/fesm2022/c8y-ngx-components-trusted-certificates.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-upgrade.mjs +3 -1
- package/fesm2022/c8y-ngx-components-upgrade.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-cockpit-exports.mjs +1 -1
- package/fesm2022/c8y-ngx-components-widgets-cockpit-exports.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-definitions-datapoints-graph.mjs +65 -28
- package/fesm2022/c8y-ngx-components-widgets-definitions-datapoints-graph.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-definitions.mjs +2 -1
- package/fesm2022/c8y-ngx-components-widgets-definitions.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs +17 -2
- package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components.mjs +396 -39
- package/fesm2022/c8y-ngx-components.mjs.map +1 -1
- package/locales/de.po +272 -5
- package/locales/es.po +271 -4
- package/locales/fr.po +272 -5
- package/locales/ja_JP.po +272 -5
- package/locales/ko.po +271 -4
- package/locales/locales.pot +271 -8
- package/locales/nl.po +271 -4
- package/locales/pl.po +271 -4
- package/locales/pt_BR.po +272 -5
- package/locales/zh_CN.po +271 -4
- package/locales/zh_TW.po +272 -5
- package/messaging-management/api/model/backlogQuota.d.ts +14 -0
- package/messaging-management/api/model/backlogQuota.d.ts.map +1 -0
- package/messaging-management/api/model/namespace.d.ts +13 -0
- package/messaging-management/api/model/namespace.d.ts.map +1 -0
- package/messaging-management/api/model/namespaceDetails.d.ts +8 -0
- package/messaging-management/api/model/namespaceDetails.d.ts.map +1 -0
- package/messaging-management/api/model/namespaceList.d.ts +5 -0
- package/messaging-management/api/model/namespaceList.d.ts.map +1 -0
- package/messaging-management/api/model/namespacePolicies.d.ts +10 -0
- package/messaging-management/api/model/namespacePolicies.d.ts.map +1 -0
- package/messaging-management/api/model/namespacePublishers.d.ts +4 -0
- package/messaging-management/api/model/namespacePublishers.d.ts.map +1 -0
- package/messaging-management/api/model/namespaceSubscribers.d.ts +4 -0
- package/messaging-management/api/model/namespaceSubscribers.d.ts.map +1 -0
- package/messaging-management/api/model/namespaceTopics.d.ts +5 -0
- package/messaging-management/api/model/namespaceTopics.d.ts.map +1 -0
- package/messaging-management/api/model/pageStatistics.d.ts +12 -0
- package/messaging-management/api/model/pageStatistics.d.ts.map +1 -0
- package/messaging-management/api/model/pageable.d.ts +8 -0
- package/messaging-management/api/model/pageable.d.ts.map +1 -0
- package/messaging-management/api/model/sortable.d.ts +6 -0
- package/messaging-management/api/model/sortable.d.ts.map +1 -0
- package/messaging-management/api/model/subscriber.d.ts +28 -0
- package/messaging-management/api/model/subscriber.d.ts.map +1 -0
- package/messaging-management/api/model/subscriberFilters.d.ts +13 -0
- package/messaging-management/api/model/subscriberFilters.d.ts.map +1 -0
- package/messaging-management/api/model/subscriberList.d.ts +7 -0
- package/messaging-management/api/model/subscriberList.d.ts.map +1 -0
- package/messaging-management/api/model/subscriberToDelete.d.ts +12 -0
- package/messaging-management/api/model/subscriberToDelete.d.ts.map +1 -0
- package/messaging-management/api/model/topic.d.ts +52 -0
- package/messaging-management/api/model/topic.d.ts.map +1 -0
- package/messaging-management/api/model/topicDetailFilters.d.ts +9 -0
- package/messaging-management/api/model/topicDetailFilters.d.ts.map +1 -0
- package/messaging-management/api/model/topicList.d.ts +7 -0
- package/messaging-management/api/model/topicList.d.ts.map +1 -0
- package/messaging-management/api/model/topicListFilters.d.ts +12 -0
- package/messaging-management/api/model/topicListFilters.d.ts.map +1 -0
- package/messaging-management/api/model/topicType.d.ts +8 -0
- package/messaging-management/api/model/topicType.d.ts.map +1 -0
- package/messaging-management/api/services/messaging-namespaces.service.d.ts +52 -0
- package/messaging-management/api/services/messaging-namespaces.service.d.ts.map +1 -0
- package/messaging-management/api/services/messaging-subscribers.service.d.ts +30 -0
- package/messaging-management/api/services/messaging-subscribers.service.d.ts.map +1 -0
- package/messaging-management/api/services/messaging-topics.service.d.ts +21 -0
- package/messaging-management/api/services/messaging-topics.service.d.ts.map +1 -0
- package/messaging-management/c8y-ngx-components-messaging-management.d.ts.map +1 -0
- package/messaging-management/constants.d.ts +4 -0
- package/messaging-management/constants.d.ts.map +1 -0
- package/messaging-management/index.d.ts +2 -0
- package/messaging-management/index.d.ts.map +1 -0
- package/messaging-management/messaging/namespace-list/namespace-item/namespace-item-card/namespace-item-card.component.d.ts +29 -0
- package/messaging-management/messaging/namespace-list/namespace-item/namespace-item-card/namespace-item-card.component.d.ts.map +1 -0
- package/messaging-management/messaging/namespace-list/namespace-item/namespace-item.component.d.ts +15 -0
- package/messaging-management/messaging/namespace-list/namespace-item/namespace-item.component.d.ts.map +1 -0
- package/messaging-management/messaging/namespace-list/namespace-list.component.d.ts +17 -0
- package/messaging-management/messaging/namespace-list/namespace-list.component.d.ts.map +1 -0
- package/messaging-management/messaging/shared/usage/usage.component.d.ts +40 -0
- package/messaging-management/messaging/shared/usage/usage.component.d.ts.map +1 -0
- package/messaging-management/messaging/topic/topic-list-view.component.d.ts +38 -0
- package/messaging-management/messaging/topic/topic-list-view.component.d.ts.map +1 -0
- package/messaging-management/messaging/topic/topic-subscribers-view/topic-subscribers-data-grid.service.d.ts +21 -0
- package/messaging-management/messaging/topic/topic-subscribers-view/topic-subscribers-data-grid.service.d.ts.map +1 -0
- package/messaging-management/messaging/topic/topic-subscribers-view/topic-subscribers-view.component.d.ts +52 -0
- package/messaging-management/messaging/topic/topic-subscribers-view/topic-subscribers-view.component.d.ts.map +1 -0
- package/messaging-management/messaging/topic/topics-data-grid.service.d.ts +13 -0
- package/messaging-management/messaging/topic/topics-data-grid.service.d.ts.map +1 -0
- package/messaging-management/messaging-management.guard.d.ts +12 -0
- package/messaging-management/messaging-management.guard.d.ts.map +1 -0
- package/messaging-management/messaging-management.module.d.ts +7 -0
- package/messaging-management/messaging-management.module.d.ts.map +1 -0
- package/messaging-management/navigator/messaging-navigator-factory.d.ts +18 -0
- package/messaging-management/navigator/messaging-navigator-factory.d.ts.map +1 -0
- package/messaging-management/navigator/topic-details-tab.factory.d.ts +15 -0
- package/messaging-management/navigator/topic-details-tab.factory.d.ts.map +1 -0
- package/messaging-management/utils/backlog-quota-limit.pipe.d.ts +13 -0
- package/messaging-management/utils/backlog-quota-limit.pipe.d.ts.map +1 -0
- package/messaging-management/utils/namespace-props.d.ts +10 -0
- package/messaging-management/utils/namespace-props.d.ts.map +1 -0
- package/messaging-management/utils/time-to-live.pipe.d.ts +16 -0
- package/messaging-management/utils/time-to-live.pipe.d.ts.map +1 -0
- package/operations/device-selector/device-selector.component.d.ts.map +1 -1
- package/package.json +1 -1
- package/register-device/bulk/bulk-device-registration-modal.component.d.ts +5 -5
- package/register-device/bulk/bulk-device-registration-modal.component.d.ts.map +1 -1
- package/register-device/general/general-device-registration.component.d.ts +5 -5
- package/register-device/general/general-device-registration.component.d.ts.map +1 -1
- package/trusted-certificates/list/trusted-certificate-list.component.d.ts +4 -4
- package/trusted-certificates/list/trusted-certificate-list.component.d.ts.map +1 -1
- package/upgrade/ng1/downgraded.services.d.ts +1 -0
- package/upgrade/ng1/downgraded.services.d.ts.map +1 -1
- package/upgrade/ng1/index.d.ts.map +1 -1
- package/widgets/cockpit-exports/index.d.ts +1 -1
- package/widgets/definitions/datapoints-graph/datapoint-graph-widget-factory.d.ts +11 -0
- package/widgets/definitions/datapoints-graph/datapoint-graph-widget-factory.d.ts.map +1 -0
- package/widgets/definitions/datapoints-graph/index.d.ts +0 -28
- package/widgets/definitions/datapoints-graph/index.d.ts.map +1 -1
- package/widgets/definitions/index.d.ts +2 -1
- package/widgets/definitions/index.d.ts.map +1 -1
- package/widgets/implementations/datapoints-graph/datapoints-graph-view/datapoints-graph-widget-view.component.d.ts +2 -0
- package/widgets/implementations/datapoints-graph/datapoints-graph-view/datapoints-graph-widget-view.component.d.ts.map +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"general-device-registration.component.d.ts","sourceRoot":"","sources":["../../../register-device/general/general-device-registration.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAEb,iBAAiB,EAEjB,SAAS,EACV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACxE,OAAO,EACL,eAAe,EAEf,UAAU,EAEV,gBAAgB,
|
|
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 {
|
|
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
|
|
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,
|
|
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,
|
|
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":"
|
|
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":"
|
|
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
|
|
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":"
|
|
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
|
|
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
|
|
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"}
|
|
@@ -22,6 +22,8 @@ export declare class DatapointsGraphWidgetViewComponent implements OnChanges, On
|
|
|
22
22
|
hasAtLeastOneAlarmActive: boolean;
|
|
23
23
|
timeControlsFormGroup: ReturnType<DatapointsGraphWidgetViewComponent['initForm']>;
|
|
24
24
|
isMarkedAreaEnabled: boolean;
|
|
25
|
+
loadedDatapoints: DatapointsGraphKPIDetails[];
|
|
26
|
+
loadedAlarmsOrEvents: AlarmOrEventExtended[];
|
|
25
27
|
enabledMarkedAreaAlarmType: string | undefined;
|
|
26
28
|
set config(value: DatapointsGraphWidgetConfig);
|
|
27
29
|
get config(): never;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"datapoints-graph-widget-view.component.d.ts","sourceRoot":"","sources":["../../../../../widgets/implementations/datapoints-graph/datapoints-graph-view/datapoints-graph-widget-view.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,SAAS,EACT,SAAS,EAET,aAAa,EAEd,MAAM,eAAe,CAAC;AACvB,OAAO,EAIL,+BAA+B,EAE/B,iCAAiC,EAClC,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,WAAW,EAAc,MAAM,gBAAgB,CAAC;AAEzD,OAAO,EAIL,eAAe,EAChB,MAAM,aAAa,CAAC;AAErB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,yBAAyB,EAAE,MAAM,uCAAuC,CAAC;AAGlF,OAAO,EACL,eAAe,EACf,yBAAyB,EACzB,2BAA2B,EAC3B,8BAA8B,EAE9B,oBAAoB,EACpB,oBAAoB,EACpB,oBAAoB,EAGpB,gBAAgB,EACjB,MAAM,4BAA4B,CAAC;;AASpC,qBAiBa,kCAAmC,YAAW,SAAS,EAAE,SAAS;
|
|
1
|
+
{"version":3,"file":"datapoints-graph-widget-view.component.d.ts","sourceRoot":"","sources":["../../../../../widgets/implementations/datapoints-graph/datapoints-graph-view/datapoints-graph-widget-view.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,SAAS,EACT,SAAS,EAET,aAAa,EAEd,MAAM,eAAe,CAAC;AACvB,OAAO,EAIL,+BAA+B,EAE/B,iCAAiC,EAClC,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,WAAW,EAAc,MAAM,gBAAgB,CAAC;AAEzD,OAAO,EAIL,eAAe,EAChB,MAAM,aAAa,CAAC;AAErB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,yBAAyB,EAAE,MAAM,uCAAuC,CAAC;AAGlF,OAAO,EACL,eAAe,EACf,yBAAyB,EACzB,2BAA2B,EAC3B,8BAA8B,EAE9B,oBAAoB,EACpB,oBAAoB,EACpB,oBAAoB,EAGpB,gBAAgB,EACjB,MAAM,4BAA4B,CAAC;;AASpC,qBAiBa,kCAAmC,YAAW,SAAS,EAAE,SAAS;IAmD3E,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,iCAAiC;IAC7B,OAAO,CAAC,yBAAyB;IArD/C,MAAM,EAAE,oBAAoB,EAAE,CAAM;IACpC,MAAM,EAAE,oBAAoB,EAAE,CAAM;IACpC,iBAAiB,gDAAqB;IACtC,iBAAiB,6DAAqB;IACtC,MAAM,EAAE,+BAA+B,GAAG,SAAS,CAAC;IACpD,mBAAmB,0CAAiD;IACpE,SAAS,EAAE,8BAA8B,GAAG,SAAS,CAAC;IACtD,4BAA4B,UAAQ;IACpC,wBAAwB,UAAQ;IAChC,qBAAqB,EAAE,UAAU,CAAC,kCAAkC,CAAC,UAAU,CAAC,CAAC,CAAC;IAClF,mBAAmB,UAAS;IAC5B,gBAAgB,EAAE,yBAAyB,EAAE,CAAM;IACnD,oBAAoB,EAAE,oBAAoB,EAAE,CAAM;IAIlD,0BAA0B,EAAE,MAAM,GAAG,SAAS,CAAC;IAE/C,IAAa,MAAM,CAAC,KAAK,EAAE,2BAA2B,EAErD;IACD,IAAI,MAAM,IAAI,KAAK,CAIlB;IAC2B,cAAc,EAAG,eAAe,CAAC;IAC7D,aAAa,EAAE,2BAA2B,GAAG,SAAS,CAAC;IACvD,UAAU,MAYR;IACF,QAAQ,CAAC,kBAAkB,oBAA8B;IACzD,QAAQ,CAAC,iBAAiB,gFAExB;IACF,QAAQ,CAAC,kBAAkB,oBAA8B;IACzD,QAAQ,CAAC,kBAAkB,oBAA8B;IACzD,OAAO,CAAC,QAAQ,CAAuB;gBAG7B,WAAW,EAAE,WAAW,EACxB,SAAS,EAAE,gBAAgB,EAC3B,iCAAiC,EAAE,iCAAiC,EACxD,yBAAyB,EAAE,yBAAyB;IAQ1E,QAAQ;IAgBR,WAAW;IAKX,WAAW,CAAC,OAAO,EAAE,aAAa;IAiBlC,gBAAgB,CAAC,SAAS,EAAE,gBAAgB,GAAG,IAAI;IAWnD,0BAA0B,CAAC,SAAS,EAAE,8BAA8B,GAAG,IAAI;IAQ3E,yBAAyB,CACvB,SAAS,EAAE,IAAI,CAAC,2BAA2B,EAAE,UAAU,GAAG,QAAQ,CAAC,GAClE,IAAI;IAIP,WAAW,CAAC,SAAS,EAAE,yBAAyB,GAAG,IAAI;IAmBvD,wBAAwB,CAAC,WAAW,EAAE,yBAAyB,GAAG,IAAI;IAStE,gBAAgB,CAAC,KAAK,EAAE,oBAAoB,GAAG,IAAI;IAUnD,oBAAoB,CAAC,YAAY,EAAE,oBAAoB,GAAG,IAAI;IAwB9D,qBAAqB,CAAC,mBAAmB,EAAE,oBAAoB,EAAE,GAAG,IAAI;IAYxE,cAAc,CAAC,WAAW,EAAE,GAAG,GAAG,IAAI;IAuBtC,OAAO,CAAC,iCAAiC;IAWzC,OAAO,CAAC,QAAQ;yCAzOL,kCAAkC;2CAAlC,kCAAkC;CAwP9C"}
|