@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":"branding-import-modal.component.d.ts","sourceRoot":"","sources":["../../../../../branding/shared/lazy/branding-import-modal/branding-import-modal.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAc,WAAW,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAC1F,OAAO,EAAE,uBAAuB,EAAE,MAAM,6DAA6D,CAAC;AAEtG,OAAO,EAAe,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAC1F,OAAO,EAAE,oBAAoB,EAAE,MAAM,0CAA0C,CAAC;;AAEhF,qBAMa,4BAA4B;IAcrC,OAAO,CAAC,uBAAuB;IAC/B,OAAO,CAAC,GAAG;IACX,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,SAAS;IAhB0B,KAAK,EAAE,cAAc,CAAC;IAEnE,MAAM,gBAGH;IACH,KAAK,EAAE,WAAW,EAAE,CAAM;IAC1B,OAAO,UAAS;IAEhB,OAAO,CAAC,QAAQ,CAAa;IAC7B,OAAO,CAAC,OAAO,CAAyB;gBAG9B,uBAAuB,EAAE,uBAAuB,EAChD,GAAG,EAAE,UAAU,EACf,YAAY,EAAE,mBAAmB,EACjC,SAAS,EAAE,oBAAoB;IAGnC,WAAW,CAAC,KAAK,EAAE,WAAW,EAAE;IAehC,MAAM,CAAC,IAAI,EAAE,IAAI;
|
|
1
|
+
{"version":3,"file":"branding-import-modal.component.d.ts","sourceRoot":"","sources":["../../../../../branding/shared/lazy/branding-import-modal/branding-import-modal.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAc,WAAW,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAC1F,OAAO,EAAE,uBAAuB,EAAE,MAAM,6DAA6D,CAAC;AAEtG,OAAO,EAAe,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAC1F,OAAO,EAAE,oBAAoB,EAAE,MAAM,0CAA0C,CAAC;;AAEhF,qBAMa,4BAA4B;IAcrC,OAAO,CAAC,uBAAuB;IAC/B,OAAO,CAAC,GAAG;IACX,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,SAAS;IAhB0B,KAAK,EAAE,cAAc,CAAC;IAEnE,MAAM,gBAGH;IACH,KAAK,EAAE,WAAW,EAAE,CAAM;IAC1B,OAAO,UAAS;IAEhB,OAAO,CAAC,QAAQ,CAAa;IAC7B,OAAO,CAAC,OAAO,CAAyB;gBAG9B,uBAAuB,EAAE,uBAAuB,EAChD,GAAG,EAAE,UAAU,EACf,YAAY,EAAE,mBAAmB,EACjC,SAAS,EAAE,oBAAoB;IAGnC,WAAW,CAAC,KAAK,EAAE,WAAW,EAAE;IAehC,MAAM,CAAC,IAAI,EAAE,IAAI;IAsFvB,MAAM;yCAzHK,4BAA4B;2CAA5B,4BAA4B;CA4HxC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PreviewService } from './beta-preview.service';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BetaFeatureShowNotification implements CumulocityServiceRegistry.NotificationServiceProvider {
|
|
4
|
+
private previewService;
|
|
5
|
+
shouldShowNotification$: import("rxjs").Observable<boolean>;
|
|
6
|
+
constructor(previewService: PreviewService);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BetaFeatureShowNotification, never>;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<BetaFeatureShowNotification>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=beta-feature-show-notification.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"beta-feature-show-notification.service.d.ts","sourceRoot":"","sources":["../../../core/beta-feature/beta-feature-show-notification.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;;AAExD,qBACa,2BACX,YAAW,yBAAyB,CAAC,2BAA2B;IAIpD,OAAO,CAAC,cAAc;IAFlC,uBAAuB,qCAA0C;gBAE7C,cAAc,EAAE,cAAc;yCALvC,2BAA2B;6CAA3B,2BAA2B;CAMvC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"beta-feature.providers.d.ts","sourceRoot":"","sources":["../../../core/beta-feature/beta-feature.providers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAMzC,eAAO,MAAM,sBAAsB,EAAE,QAAQ,EAG5C,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { OnDestroy } from '@angular/core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BetaPreviewButtonComponent implements OnDestroy {
|
|
5
|
+
open$: Observable<boolean>;
|
|
6
|
+
hasUnseenFeatures$: Observable<boolean>;
|
|
7
|
+
private readonly previewService;
|
|
8
|
+
private readonly bottomDrawerService;
|
|
9
|
+
private readonly headerService;
|
|
10
|
+
private destroy$;
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
openBetaPreview(): Promise<void>;
|
|
13
|
+
ngOnDestroy(): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BetaPreviewButtonComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BetaPreviewButtonComponent, "c8y-beta-preview-button", never, {}, {}, never, never, true, never>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=beta-preview-button.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"beta-preview-button.component.d.ts","sourceRoot":"","sources":["../../../core/beta-feature/beta-preview-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,SAAS,EAAE,MAAM,eAAe,CAAC;AAI7D,OAAO,EAAE,UAAU,EAAsB,MAAM,MAAM,CAAC;;AAKtD,qBAMa,0BAA2B,YAAW,SAAS;IAC1D,KAAK,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC3B,kBAAkB,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IACxC,OAAO,CAAC,QAAQ,CAAC,cAAc,CAA0B;IACzD,OAAO,CAAC,QAAQ,CAAC,mBAAmB,CAA+B;IACnE,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAyB;IACvD,OAAO,CAAC,QAAQ,CAAuB;IAEvC,QAAQ;IAKF,eAAe;IAqBrB,WAAW,IAAI,IAAI;yCAlCR,0BAA0B;2CAA1B,0BAA0B;CAsCtC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ExtensionFactory } from '../common/extension-hooks';
|
|
2
|
+
import { OptionsService } from '../common/options.service';
|
|
3
|
+
import { DrawerItem } from '../drawer/drawer.model';
|
|
4
|
+
import { Observable } from 'rxjs';
|
|
5
|
+
import { PreviewService } from './beta-preview.service';
|
|
6
|
+
import { Permissions } from '../common/permissions.service';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class BetaPreviewDrawerFactory implements ExtensionFactory<DrawerItem> {
|
|
9
|
+
private options;
|
|
10
|
+
private previewService;
|
|
11
|
+
private permissions;
|
|
12
|
+
protected drawerItem: DrawerItem;
|
|
13
|
+
constructor(options: OptionsService, previewService: PreviewService, permissions: Permissions);
|
|
14
|
+
get(): Observable<DrawerItem[] | DrawerItem>;
|
|
15
|
+
private shouldShowBetaPreview$;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BetaPreviewDrawerFactory, never>;
|
|
17
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<BetaPreviewDrawerFactory>;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=beta-preview-drawer.factory.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"beta-preview-drawer.factory.d.ts","sourceRoot":"","sources":["../../../core/beta-feature/beta-preview-drawer.factory.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAiB,UAAU,EAAE,MAAM,MAAM,CAAC;AAGjD,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;;AAE5D,qBACa,wBAAyB,YAAW,gBAAgB,CAAC,UAAU,CAAC;IASzE,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,WAAW;IAVrB,SAAS,CAAC,UAAU,EAAE,UAAU,CAK9B;gBAGQ,OAAO,EAAE,cAAc,EACvB,cAAc,EAAE,cAAc,EAC9B,WAAW,EAAE,WAAW;IAGlC,GAAG,IAAI,UAAU,CAAC,UAAU,EAAE,GAAG,UAAU,CAAC;IAY5C,OAAO,CAAC,sBAAsB;yCA1BnB,wBAAwB;6CAAxB,wBAAwB;CA4CpC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Type } from '@angular/core';
|
|
2
|
+
import { BetaFeature } from './beta-preview.model';
|
|
3
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BetaPreviewComponent {
|
|
6
|
+
selectedFeature: BetaFeature;
|
|
7
|
+
shouldClose: Promise<boolean>;
|
|
8
|
+
description$: BehaviorSubject<string | Type<any> | Promise<string | Type<any>>>;
|
|
9
|
+
private resolveClose;
|
|
10
|
+
private readonly betaPreviewService;
|
|
11
|
+
private readonly featureCacheService;
|
|
12
|
+
private readonly markdownToHtmlPipe;
|
|
13
|
+
features$: Observable<BetaFeature[]>;
|
|
14
|
+
constructor();
|
|
15
|
+
ngOnInit(): Promise<void>;
|
|
16
|
+
updateSelectedFeature(feature: BetaFeature): Promise<void>;
|
|
17
|
+
updateDescription(): Promise<void>;
|
|
18
|
+
isComponent(description: string | Type<any> | Promise<string | Type<any>>): description is Type<any>;
|
|
19
|
+
onToggle(feature: BetaFeature, event: Event): Promise<void>;
|
|
20
|
+
featureKeyExists(key: string): Observable<boolean>;
|
|
21
|
+
close(): void;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BetaPreviewComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BetaPreviewComponent, "c8y-beta-preview", never, {}, {}, never, never, true, never>;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=beta-preview.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"beta-preview.component.d.ts","sourceRoot":"","sources":["../../../core/beta-feature/beta-preview.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,IAAI,EAAE,MAAM,eAAe,CAAC;AACxD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,eAAe,EAAkB,UAAU,EAAE,MAAM,MAAM,CAAC;;AAQnE,qBAQa,oBAAoB;IAC/B,eAAe,EAAE,WAAW,CAAC;IAC7B,WAAW,EAAE,OAAO,CAAC,OAAO,CAAC,CAAC;IAC9B,YAAY,EAAE,eAAe,CAAC,MAAM,GAAG,IAAI,CAAC,GAAG,CAAC,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CACrD;IAC1B,OAAO,CAAC,YAAY,CAAmD;IAEvE,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAA0B;IAC7D,OAAO,CAAC,QAAQ,CAAC,mBAAmB,CAA+B;IACnE,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAA8B;IAEjE,SAAS,EAAE,UAAU,CAAC,WAAW,EAAE,CAAC,CAAkC;;IAQhE,QAAQ;IAMR,qBAAqB,CAAC,OAAO,EAAE,WAAW;IAK1C,iBAAiB;IAUvB,WAAW,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC,GAAG,CAAC,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC;IAInE,QAAQ,CAAC,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,GAAG,OAAO,CAAC,IAAI,CAAC;IAKjE,gBAAgB,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,OAAO,CAAC;IAIlD,KAAK;yCArDM,oBAAoB;2CAApB,oBAAoB;CAwDhC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { Type } from '@angular/core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
export declare const SHOW_BETA_PREVIEW = "showBetaPreview";
|
|
4
|
+
export type BetaFeature = BetaFeatureCustom | BetaFeatureDefault;
|
|
5
|
+
export interface BetaFeatureCustom extends BaseBetaFeature {
|
|
6
|
+
key?: never;
|
|
7
|
+
scope?: never;
|
|
8
|
+
onToggle: (state: any) => Promise<boolean>;
|
|
9
|
+
active$: Observable<boolean>;
|
|
10
|
+
}
|
|
11
|
+
export interface BetaFeatureDefault extends BaseBetaFeature {
|
|
12
|
+
key: string;
|
|
13
|
+
scope?: 'user' | 'tenant' | 'temp' | 'platform';
|
|
14
|
+
onToggle?: never;
|
|
15
|
+
active$?: never;
|
|
16
|
+
}
|
|
17
|
+
export interface BaseBetaFeature {
|
|
18
|
+
label: string;
|
|
19
|
+
description: () => Promise<string | Type<any>>;
|
|
20
|
+
settings?: {
|
|
21
|
+
reload?: boolean;
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=beta-preview.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"beta-preview.model.d.ts","sourceRoot":"","sources":["../../../core/beta-feature/beta-preview.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,eAAO,MAAM,iBAAiB,oBAAoB,CAAC;AAEnD,MAAM,MAAM,WAAW,GAAG,iBAAiB,GAAG,kBAAkB,CAAC;AACjE,MAAM,WAAW,iBAAkB,SAAQ,eAAe;IACxD,GAAG,CAAC,EAAE,KAAK,CAAC;IACZ,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IAC3C,OAAO,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;CAC9B;AAED,MAAM,WAAW,kBAAmB,SAAQ,eAAe;IACzD,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,GAAG,UAAU,CAAC;IAChD,QAAQ,CAAC,EAAE,KAAK,CAAC;IACjB,OAAO,CAAC,EAAE,KAAK,CAAC;CACjB;AAED,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC;IAC/C,QAAQ,CAAC,EAAE;QACT,MAAM,CAAC,EAAE,OAAO,CAAC;KAClB,CAAC;CACH"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { InjectionToken, Injector } from '@angular/core';
|
|
2
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
3
|
+
import { GenericHookOptions, GenericHookType, ExtensionPointForPlugins } from '../common/extension-hooks';
|
|
4
|
+
import { BetaFeature } from './beta-preview.model';
|
|
5
|
+
import { PluginsResolveService } from '../plugins/plugins-resolve.service';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare const HOOK_PREVIEW: InjectionToken<BetaFeature[]>;
|
|
8
|
+
export declare function hookPreview(preview: GenericHookType<BetaFeature>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").ClassProvider | import("@angular/core").ExistingProvider;
|
|
9
|
+
export declare class PreviewService extends ExtensionPointForPlugins<BetaFeature> {
|
|
10
|
+
items$: Observable<BetaFeature[]>;
|
|
11
|
+
reload$: BehaviorSubject<boolean>;
|
|
12
|
+
private readonly LOCAL_STORAGE_KEY;
|
|
13
|
+
private seenFeatures$;
|
|
14
|
+
hasUnseenFeatures$: Observable<boolean>;
|
|
15
|
+
private readonly featureService;
|
|
16
|
+
private readonly featureCacheService;
|
|
17
|
+
private readonly optionsService;
|
|
18
|
+
private toggledFeaturesWithReload;
|
|
19
|
+
constructor(rootInjector: Injector, pluginService: PluginsResolveService);
|
|
20
|
+
get state(): Set<BetaFeature>;
|
|
21
|
+
/**
|
|
22
|
+
* Get the state of a specific feature.
|
|
23
|
+
* @param key The unique key for the feature.
|
|
24
|
+
* @returns Observable<boolean> representing the state of the feature.
|
|
25
|
+
*/
|
|
26
|
+
getState$(key: string): Observable<boolean>;
|
|
27
|
+
/**
|
|
28
|
+
* Toggle the state of a specific feature.
|
|
29
|
+
* @param key The unique key or label for the feature. Label is used to find the custom features.
|
|
30
|
+
* @returns Promise<void> after toggling the state.
|
|
31
|
+
*/
|
|
32
|
+
setFeatureActiveState(key: string, toggleValue: boolean): Promise<void>;
|
|
33
|
+
/**
|
|
34
|
+
* Marks all features as seen by the user and updates the local storage.
|
|
35
|
+
* This assumes all features are provided via the `items$` observable.
|
|
36
|
+
*/
|
|
37
|
+
markAllFeaturesAsSeen(): Promise<void>;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @returns An array of feature names that have been seen by the user. This is retrieved from local storage.
|
|
41
|
+
*/
|
|
42
|
+
private getSeenFeatures;
|
|
43
|
+
protected setupItemsObservable(): Observable<BetaFeature[]>;
|
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PreviewService, never>;
|
|
45
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<PreviewService>;
|
|
46
|
+
}
|
|
47
|
+
//# sourceMappingURL=beta-preview.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"beta-preview.service.d.ts","sourceRoot":"","sources":["../../../core/beta-feature/beta-preview.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,cAAc,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAE,eAAe,EAAiC,UAAU,EAAM,MAAM,MAAM,CAAC;AAEtF,OAAO,EACL,kBAAkB,EAClB,eAAe,EAGf,wBAAwB,EAIzB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;;AAK3E,eAAO,MAAM,YAAY,+BAAoD,CAAC;AAE9E,wBAAgB,WAAW,CACzB,OAAO,EAAE,eAAe,CAAC,WAAW,CAAC,EACrC,OAAO,CAAC,EAAE,OAAO,CAAC,kBAAkB,CAAC,4HAGtC;AAED,qBACa,cAAe,SAAQ,wBAAwB,CAAC,WAAW,CAAC;IACvE,MAAM,EAAE,UAAU,CAAC,WAAW,EAAE,CAAC,CAA+B;IAChE,OAAO,EAAE,eAAe,CAAC,OAAO,CAAC,CAAuC;IACxE,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAA4B;IAC9D,OAAO,CAAC,aAAa,CAAyD;IAC9E,kBAAkB,sBAGhB;IACF,OAAO,CAAC,QAAQ,CAAC,cAAc,CAA0B;IACzD,OAAO,CAAC,QAAQ,CAAC,mBAAmB,CAA+B;IACnE,OAAO,CAAC,QAAQ,CAAC,cAAc,CAA0B;IAEzD,OAAO,CAAC,yBAAyB,CAA0B;gBAE/C,YAAY,EAAE,QAAQ,EAAE,aAAa,EAAE,qBAAqB;IAIxE,IAAI,KAAK,IAAI,GAAG,CAAC,WAAW,CAAC,CAE5B;IAED;;;;OAIG;IACH,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,OAAO,CAAC;IAuB3C;;;;OAIG;IACG,qBAAqB,CAAC,GAAG,EAAE,MAAM,EAAE,WAAW,EAAE,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC;IA+B7E;;;OAGG;IACG,qBAAqB,IAAI,OAAO,CAAC,IAAI,CAAC;IAQ5C;;;OAGG;IACH,OAAO,CAAC,eAAe;IAKvB,SAAS,CAAC,oBAAoB,IAAI,UAAU,CAAC,WAAW,EAAE,CAAC;yCA5GhD,cAAc;6CAAd,cAAc;CAuH1B"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { FeatureService } from '@c8y/client';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class FeatureCacheService {
|
|
5
|
+
private featureService;
|
|
6
|
+
private refreshTrigger;
|
|
7
|
+
private features$;
|
|
8
|
+
constructor(featureService: FeatureService);
|
|
9
|
+
/**
|
|
10
|
+
* Needed for the angularJS implmentation to show/hide some old features.
|
|
11
|
+
* Returns a promise
|
|
12
|
+
*/
|
|
13
|
+
getFeatureStatePromise(key: string): Promise<boolean>;
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @param key - The feature key to check
|
|
17
|
+
* @returns true if the feature key exists in the list of features.
|
|
18
|
+
*/
|
|
19
|
+
featureExists(key: string): Observable<boolean>;
|
|
20
|
+
getFeatureState(key: string): Observable<boolean>;
|
|
21
|
+
resetFeatureState(): void;
|
|
22
|
+
private loadFeatures;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureCacheService, never>;
|
|
24
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<FeatureCacheService>;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=feature-cache.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"feature-cache.service.d.ts","sourceRoot":"","sources":["../../../core/beta-feature/feature-cache.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAkB,MAAM,aAAa,CAAC;AAC7D,OAAO,EAAmC,UAAU,EAAE,MAAM,MAAM,CAAC;;AAEnE,qBACa,mBAAmB;IAMlB,OAAO,CAAC,cAAc;IALlC,OAAO,CAAC,cAAc,CAAwC;IAC9D,OAAO,CAAC,SAAS,CAGf;gBACkB,cAAc,EAAE,cAAc;IAElD;;;OAGG;IACH,sBAAsB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAIrD;;;;OAIG;IACH,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,OAAO,CAAC;IAI/C,eAAe,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,OAAO,CAAC;IASjD,iBAAiB,IAAI,IAAI;YAIX,YAAY;yCAtCf,mBAAmB;6CAAnB,mBAAmB;CA0C/B"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { PreviewService } from './beta-preview.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class FeatureStatePipe implements PipeTransform {
|
|
6
|
+
private previewService;
|
|
7
|
+
constructor(previewService: PreviewService);
|
|
8
|
+
transform(featureKey: string): Observable<boolean>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureStatePipe, never>;
|
|
10
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FeatureStatePipe, "featureState", true>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=feature-state.pipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"feature-state.pipe.d.ts","sourceRoot":"","sources":["../../../core/beta-feature/feature-state.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;;AAExD,qBAIa,gBAAiB,YAAW,aAAa;IACxC,OAAO,CAAC,cAAc;gBAAd,cAAc,EAAE,cAAc;IAElD,SAAS,CAAC,UAAU,EAAE,MAAM,GAAG,UAAU,CAAC,OAAO,CAAC;yCAHvC,gBAAgB;uCAAhB,gBAAgB;CAM5B"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from './beta-preview.service';
|
|
2
|
+
export * from './beta-preview.model';
|
|
3
|
+
export * from './beta-preview-button.component';
|
|
4
|
+
export * from './feature-cache.service';
|
|
5
|
+
export * from './beta-feature.providers';
|
|
6
|
+
export * from './beta-feature-show-notification.service';
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../core/beta-feature/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iCAAiC,CAAC;AAChD,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0CAA0C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bottom-drawer-ref.d.ts","sourceRoot":"","sources":["../../../core/bottom-drawer/bottom-drawer-ref.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EAKd,IAAI,EACL,MAAM,eAAe,CAAC;AACvB,OAAO,EAAmB,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAE1D,OAAO,EAAE,UAAU,EAAW,MAAM,MAAM,CAAC;AAG3C,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAEtD,eAAO,MAAM,qBAAqB,MAAM,CAAC;AACzC,qBAAa,eAAe,CAAC,CAAC;IAoB1B,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,OAAO,CAAC;IArBlB;;OAEG;IACH,IAAI,SAAS,IAAI,UAAU,CAAC,IAAI,CAAC,CAEhC;IAED;;OAEG;IACH,QAAQ,EAAE,CAAC,CAAC;IAEZ,OAAO,CAAC,kBAAkB,CAAsC;IAEhE,OAAO,CAAC,cAAc,CAAgC;IACtD,OAAO,CAAC,UAAU,CAA4E;gBAG5F,SAAS,EAAE,IAAI,CAAC,CAAC,CAAC,EACV,cAAc,EAAE,cAAc,EAC9B,MAAM,EAAE,MAAM,EACd,OAAO,CAAC,EAAE,aAAa,CAAC,CAAC,CAAC;IAKpC;;OAEG;IACH,KAAK;IAML,OAAO,CAAC,kBAAkB;
|
|
1
|
+
{"version":3,"file":"bottom-drawer-ref.d.ts","sourceRoot":"","sources":["../../../core/bottom-drawer/bottom-drawer-ref.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EAKd,IAAI,EACL,MAAM,eAAe,CAAC;AACvB,OAAO,EAAmB,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAE1D,OAAO,EAAE,UAAU,EAAW,MAAM,MAAM,CAAC;AAG3C,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAEtD,eAAO,MAAM,qBAAqB,MAAM,CAAC;AACzC,qBAAa,eAAe,CAAC,CAAC;IAoB1B,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,OAAO,CAAC;IArBlB;;OAEG;IACH,IAAI,SAAS,IAAI,UAAU,CAAC,IAAI,CAAC,CAEhC;IAED;;OAEG;IACH,QAAQ,EAAE,CAAC,CAAC;IAEZ,OAAO,CAAC,kBAAkB,CAAsC;IAEhE,OAAO,CAAC,cAAc,CAAgC;IACtD,OAAO,CAAC,UAAU,CAA4E;gBAG5F,SAAS,EAAE,IAAI,CAAC,CAAC,CAAC,EACV,cAAc,EAAE,cAAc,EAC9B,MAAM,EAAE,MAAM,EACd,OAAO,CAAC,EAAE,aAAa,CAAC,CAAC,CAAC;IAKpC;;OAEG;IACH,KAAK;IAML,OAAO,CAAC,kBAAkB;IAiC1B,OAAO,CAAC,oBAAoB;IAK5B,OAAO,CAAC,8BAA8B;IAQtC,OAAO,CAAC,gBAAgB;CAkBzB"}
|
|
@@ -2,6 +2,7 @@ import { ViewContainerRef } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class BottomDrawerComponent {
|
|
4
4
|
drawerHost: ViewContainerRef;
|
|
5
|
+
disableClickOutside: boolean;
|
|
5
6
|
get drawerOpen$(): import("rxjs").Observable<boolean>;
|
|
6
7
|
private drawerOpenSubject$;
|
|
7
8
|
private drawerOpenObs$;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bottom-drawer.component.d.ts","sourceRoot":"","sources":["../../../core/bottom-drawer/bottom-drawer.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAwB,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAIvE,qBAMa,qBAAqB;IAEhC,UAAU,EAAE,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"bottom-drawer.component.d.ts","sourceRoot":"","sources":["../../../core/bottom-drawer/bottom-drawer.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAwB,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAIvE,qBAMa,qBAAqB;IAEhC,UAAU,EAAE,gBAAgB,CAAC;IAC7B,mBAAmB,UAAS;IAE5B,IAAI,WAAW,uCAEd;IAED,OAAO,CAAC,kBAAkB,CAA6B;IACvD,OAAO,CAAC,cAAc,CAAwE;IAE9F,IAAI;yCAZO,qBAAqB;2CAArB,qBAAqB;CAgBjC"}
|
|
@@ -11,5 +11,9 @@ export interface DrawerOptions<C> {
|
|
|
11
11
|
* Defines whether the drawer should be closed when navigation start is detected. Defaults to <code>true</code>.
|
|
12
12
|
*/
|
|
13
13
|
closeOnNavigation?: boolean;
|
|
14
|
+
/**
|
|
15
|
+
* Defines whether it should be possible to click outside of the drawer to close the drawer.
|
|
16
|
+
*/
|
|
17
|
+
disableClickOutside?: boolean;
|
|
14
18
|
}
|
|
15
19
|
//# sourceMappingURL=bottom-drawer.model.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bottom-drawer.model.d.ts","sourceRoot":"","sources":["../../../core/bottom-drawer/bottom-drawer.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa,CAAC,CAAC;IAC9B;;OAEG;IACH,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC;IAC1B;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"bottom-drawer.model.d.ts","sourceRoot":"","sources":["../../../core/bottom-drawer/bottom-drawer.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa,CAAC,CAAC;IAC9B;;OAEG;IACH,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC;IAC1B;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;CAC/B"}
|
|
@@ -13,6 +13,14 @@ export declare class ApplicationOptions implements AppOptions {
|
|
|
13
13
|
* @deprecated Add your global styles via the angular.json file.
|
|
14
14
|
*/
|
|
15
15
|
brandingEntry?: false;
|
|
16
|
+
/**
|
|
17
|
+
* Enables all beta features in the application.
|
|
18
|
+
*/
|
|
19
|
+
enableAllBetaFeatures?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* Hides the beta preview section in the right drawer.
|
|
22
|
+
*/
|
|
23
|
+
hideBetaPreview?: boolean;
|
|
16
24
|
/** Path to tsccnfig.json file if TypeScript is used (default: ./tsconfig.json). */
|
|
17
25
|
tsConfigPath?: string;
|
|
18
26
|
/** Entry module for Angular compiler (only used with lazy loaded routes), e.g. `'app.module.ts#AppModule'`. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApplicationOptions.d.ts","sourceRoot":"","sources":["../../../core/common/ApplicationOptions.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"ApplicationOptions.d.ts","sourceRoot":"","sources":["../../../core/common/ApplicationOptions.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,24 +1,40 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
interface BytesOptions {
|
|
5
|
+
precision?: number;
|
|
6
|
+
binary?: boolean;
|
|
7
|
+
}
|
|
3
8
|
/**
|
|
4
9
|
* Converts the file size to a readable format.
|
|
5
|
-
*
|
|
10
|
+
* Supports both decimal (default) and binary units.
|
|
6
11
|
*
|
|
12
|
+
* Usage:
|
|
7
13
|
* ```html
|
|
8
|
-
*
|
|
14
|
+
* {{ myData | bytes }} <!-- e.g. 100.1 MB (decimal) -->
|
|
15
|
+
* {{ myData | bytes:2 }} <!-- e.g. 100.12 MB (decimal) -->
|
|
16
|
+
* {{ myData | bytes:1:true }} <!-- e.g. 97.7 MiB (binary) -->
|
|
17
|
+
* {{ myData | bytes:{binary: true} }} <!-- e.g. 97.7 MiB (binary) -->
|
|
18
|
+
* {{ myData | bytes:{precision: 2, binary: true} }} <!-- e.g. 97.66 MiB (binary) -->
|
|
9
19
|
* ```
|
|
10
20
|
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
21
|
+
* @param value The number of bytes to convert
|
|
22
|
+
* @param precisionOrOptions Number of decimal places or options object
|
|
23
|
+
* @param binary Whether to use binary (1024) or decimal (1000) units (legacy parameter)
|
|
24
|
+
*
|
|
25
|
+
* Options object properties:
|
|
26
|
+
* - precision: number of decimal places (default: 1)
|
|
27
|
+
* - binary: whether to use binary units (default: false)
|
|
28
|
+
*
|
|
29
|
+
* Decimal units: bytes, kB, MB, GB, TB, PB
|
|
30
|
+
* Binary units: bytes, KiB, MiB, GiB, TiB, PiB
|
|
17
31
|
*/
|
|
18
32
|
export declare class BytesPipe implements PipeTransform {
|
|
19
|
-
static bytes(bytes: number,
|
|
20
|
-
|
|
33
|
+
static bytes(bytes: number, precisionOrOptions?: number | BytesOptions, binary?: boolean, translateService?: TranslateService): string | number;
|
|
34
|
+
private translateService;
|
|
35
|
+
transform(value: number, precisionOrOptions?: number | BytesOptions, binary?: boolean): string | number;
|
|
21
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<BytesPipe, never>;
|
|
22
37
|
static ɵpipe: i0.ɵɵPipeDeclaration<BytesPipe, "bytes", true>;
|
|
23
38
|
}
|
|
39
|
+
export {};
|
|
24
40
|
//# sourceMappingURL=bytes.pipe.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bytes.pipe.d.ts","sourceRoot":"","sources":["../../../core/common/bytes.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"bytes.pipe.d.ts","sourceRoot":"","sources":["../../../core/common/bytes.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgB,aAAa,EAAE,MAAM,eAAe,CAAC;AAE5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;;AAGvD,UAAU,YAAY;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,qBACa,SAAU,YAAW,aAAa;IAC7C,MAAM,CAAC,KAAK,CACV,KAAK,EAAE,MAAM,EACb,kBAAkB,GAAE,MAAM,GAAG,YAAgB,EAC7C,MAAM,UAAQ,EACd,gBAAgB,CAAC,EAAE,gBAAgB,GAClC,MAAM,GAAG,MAAM;IAiClB,OAAO,CAAC,gBAAgB,CAA4B;IAEpD,SAAS,CACP,KAAK,EAAE,MAAM,EACb,kBAAkB,GAAE,MAAM,GAAG,YAAgB,EAC7C,MAAM,UAAQ,GACb,MAAM,GAAG,MAAM;yCA7CP,SAAS;uCAAT,SAAS;CAgDrB"}
|
package/core/common/index.d.ts
CHANGED
|
@@ -67,5 +67,6 @@ export * from './virtual-scroll/virtual-scroller-wrapper.component';
|
|
|
67
67
|
export * from './zip.service';
|
|
68
68
|
export * from './inter-app.service';
|
|
69
69
|
export * from './interval-based-reload.abstract';
|
|
70
|
+
export * from './notification-display.service';
|
|
70
71
|
export * from './date-format.service';
|
|
71
72
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../core/common/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAC3D,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6CAA6C,CAAC;AAC5D,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,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,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;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kCAAkC,CAAC;AACjD,cAAc,uBAAuB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../core/common/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAC3D,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6CAA6C,CAAC;AAC5D,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,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,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;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kCAAkC,CAAC;AACjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace CumulocityServiceRegistry {
|
|
4
|
+
interface SpecificExtensionKeys {
|
|
5
|
+
notificationService: NotificationServiceProvider;
|
|
6
|
+
}
|
|
7
|
+
interface NotificationServiceProvider {
|
|
8
|
+
/**
|
|
9
|
+
* Observable that determines whether a notification should be displayed.
|
|
10
|
+
* Emits `true` if a notification should be shown, otherwise `false`.
|
|
11
|
+
*/
|
|
12
|
+
shouldShowNotification$: Observable<boolean>;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
export interface NotificationService {
|
|
17
|
+
shouldShowNotification$: Observable<boolean>;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=notification-display.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notification-display.service.d.ts","sourceRoot":"","sources":["../../../core/common/notification-display.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,OAAO,CAAC,MAAM,CAAC;IAEb,UAAU,yBAAyB,CAAC;QAClC,UAAU,qBAAqB;YAC7B,mBAAmB,EAAE,2BAA2B,CAAC;SAClD;QAED,UAAU,2BAA2B;YACnC;;;eAGG;YACH,uBAAuB,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;SAC9C;KACF;CACF;AAED,MAAM,WAAW,mBAAmB;IAClC,uBAAuB,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;CAC9C"}
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"core.module.d.ts","sourceRoot":"","sources":["../../core/core.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAY,MAAM,eAAe,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqD9D,qBAuDa,UAAU;IACrB,MAAM,CAAC,OAAO,IAAI,mBAAmB,CAAC,UAAU,CAAC;yCADtC,UAAU;0CAAV,UAAU;0CAAV,UAAU;CAkBtB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"header-bar.component.d.ts","sourceRoot":"","sources":["../../../../core/header/header-bar/header-bar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAoB,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAC3C,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AACrD,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AACxE,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;;AAElD,qBAIa,kBAAmB,YAAW,aAAa;
|
|
1
|
+
{"version":3,"file":"header-bar.component.d.ts","sourceRoot":"","sources":["../../../../core/header/header-bar/header-bar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAoB,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAC3C,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AACrD,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AACxE,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;;AAElD,qBAIa,kBAAmB,YAAW,aAAa;IAe7C,aAAa,EAAE,aAAa;IAC5B,aAAa,EAAE,aAAa;IAC5B,iBAAiB,EAAE,iBAAiB;IACpC,aAAa,EAAE,aAAa;IAC5B,QAAQ,EAAE,eAAe;IACzB,eAAe,EAAE,eAAe;IAChC,IAAI,EAAE,WAAW;IACjB,UAAU,EAAE,UAAU;IArB/B,UAAU,EAAE,UAAU,CAAC,OAAO,CAAC,CAA0C;IACzE,SAAS,kBAAuC;IAChD,IAAI,EAAE,UAAU,CAAC,YAAY,CAAC,CAAC;IAC/B,UAAU,UAAS;IACnB,aAAa;gBAA4B,OAAO;OAAM;IACtD,iBAAiB,sBAAwC;IACzD;;;OAGG;IAEH,MAAM,UAAS;gBAGN,aAAa,EAAE,aAAa,EAC5B,aAAa,EAAE,aAAa,EAC5B,iBAAiB,EAAE,iBAAiB,EACpC,aAAa,EAAE,aAAa,EAC5B,QAAQ,EAAE,eAAe,EACzB,eAAe,EAAE,eAAe,EAChC,IAAI,EAAE,WAAW,EACjB,UAAU,EAAE,UAAU;IAM/B,eAAe;IAIf,YAAY;IAIZ,WAAW;yCApCA,kBAAkB;2CAAlB,kBAAkB;CAuC9B"}
|
|
@@ -4,6 +4,7 @@ import { StateService } from '../common/state-service.abstract';
|
|
|
4
4
|
import { Header } from './header.model';
|
|
5
5
|
import { HumanizeAppNamePipe } from '../common/humanize-app-name.pipe';
|
|
6
6
|
import { DrawerService } from '../drawer/drawer.service';
|
|
7
|
+
import { ServiceRegistry } from '../common';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
9
|
/**
|
|
9
10
|
* A service which defines header functions.
|
|
@@ -12,11 +13,13 @@ export declare class HeaderService extends StateService {
|
|
|
12
13
|
private options;
|
|
13
14
|
private humanizeAppName;
|
|
14
15
|
private drawerService;
|
|
16
|
+
private serviceRegistry;
|
|
15
17
|
headerOpen: boolean;
|
|
16
18
|
header$: Observable<Header>;
|
|
17
19
|
navigatorOpen$: Observable<boolean>;
|
|
18
20
|
rightDrawerOpen$: Observable<boolean>;
|
|
19
21
|
canToggleNavigator$: Observable<boolean>;
|
|
22
|
+
showNotification$: Observable<boolean>;
|
|
20
23
|
hideHeader: boolean;
|
|
21
24
|
state$: BehaviorSubject<Header>;
|
|
22
25
|
title: {
|
|
@@ -25,7 +28,7 @@ export declare class HeaderService extends StateService {
|
|
|
25
28
|
titlePrefix: string;
|
|
26
29
|
} | undefined;
|
|
27
30
|
readonly DELAY_TO_AVOID_FLICKERING_ON_ASYNC_NODES = 1000;
|
|
28
|
-
constructor(options: OptionsService, humanizeAppName: HumanizeAppNamePipe, drawerService: DrawerService);
|
|
31
|
+
constructor(options: OptionsService, humanizeAppName: HumanizeAppNamePipe, drawerService: DrawerService, serviceRegistry: ServiceRegistry);
|
|
29
32
|
get state(): Header;
|
|
30
33
|
get navigatorHiddenOnStartup(): boolean;
|
|
31
34
|
get largeWidth(): boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"header.service.d.ts","sourceRoot":"","sources":["../../../core/header/header.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAiB,eAAe,EAAE,UAAU,
|
|
1
|
+
{"version":3,"file":"header.service.d.ts","sourceRoot":"","sources":["../../../core/header/header.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAiB,eAAe,EAAE,UAAU,EAAS,MAAM,MAAM,CAAC;AAEzE,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAChE,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AACxC,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AACvE,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;;AAG5C;;GAEG;AACH,qBAGa,aAAc,SAAQ,YAAY;IAuB3C,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,eAAe;IACvB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,eAAe;IAzBzB,UAAU,UAAS;IACnB,OAAO,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC;IAC5B,cAAc,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IACpC,gBAAgB,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IACtC,mBAAmB,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IACzC,iBAAiB,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IACvC,UAAU,UAAS;IAEnB,MAAM,EAAE,eAAe,CAAC,MAAM,CAAC,CAQ5B;IAEH,KAAK,EAAE;QAAE,UAAU,CAAC,EAAE,gBAAgB,CAAC;QAAC,WAAW,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IAC/F,QAAQ,CAAC,wCAAwC,QAAQ;gBAG/C,OAAO,EAAE,cAAc,EACvB,eAAe,EAAE,mBAAmB,EACpC,aAAa,EAAE,aAAa,EAC5B,eAAe,EAAE,eAAe;IA8C1C,IAAI,KAAK,WAER;IAED,IAAI,wBAAwB,YAE3B;IAED,IAAI,UAAU,YAEb;IAED,IAAI,YAAY,YAEf;IAED;;OAEG;IACH,MAAM;IAIN;;OAEG;IACH,eAAe;IAKf;;OAEG;IACH,cAAc;IAKd;;OAEG;IACH,iBAAiB;IAKjB;;OAEG;IACH,gBAAgB;IAKhB;;;;OAIG;IACH,eAAe,CAAC,MAAM,GAAE,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,CAAM;IAKnD;;;OAGG;IACH,WAAW,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,eAAe,UAAO;IAOtD;;;OAGG;IACH,eAAe,CAAC,QAAQ,CAAC,EAAE,MAAM;IAWjC;;;;OAIG;IACH,eAAe;IAMf,qBAAqB;IAIrB,OAAO,CAAC,kBAAkB;yCAlLf,aAAa;6CAAb,aAAa;CAqLzB"}
|
package/core/index.d.ts
CHANGED
package/core/index.d.ts.map
CHANGED
|
@@ -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,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,4BAA4B,CAAC;AAC3C,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,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,4BAA4B,CAAC;AAC3C,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { NavigatorNode, NavigatorNodeFactory } from '@c8y/ngx-components';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class DatapointExplorerNavigationFactory implements NavigatorNodeFactory {
|
|
5
|
+
private readonly betaPreviewService;
|
|
6
|
+
get(): Observable<NavigatorNode[]>;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DatapointExplorerNavigationFactory, never>;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DatapointExplorerNavigationFactory>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=datapoint-explorer-navigation-factory.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"datapoint-explorer-navigation-factory.d.ts","sourceRoot":"","sources":["../../datapoint-explorer/datapoint-explorer-navigation-factory.ts"],"names":[],"mappings":"AACA,OAAO,EAAW,aAAa,EAAE,oBAAoB,EAAkB,MAAM,qBAAqB,CAAC;AACnG,OAAO,EAAO,UAAU,EAAE,MAAM,MAAM,CAAC;;AAEvC,qBACa,kCAAmC,YAAW,oBAAoB;IAC7E,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAA0B;IAE7D,GAAG,IAAI,UAAU,CAAC,aAAa,EAAE,CAAC;yCAHvB,kCAAkC;6CAAlC,kCAAkC;CAqB9C"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ExtensionFactory, Route } from '@c8y/ngx-components';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class DatapointExplorerRouteFactory implements ExtensionFactory<Route> {
|
|
5
|
+
private readonly betaPreviewService;
|
|
6
|
+
get(): Observable<Route[]>;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DatapointExplorerRouteFactory, never>;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DatapointExplorerRouteFactory>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=datapoint-explorer-route-factory.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"datapoint-explorer-route-factory.d.ts","sourceRoot":"","sources":["../../datapoint-explorer/datapoint-explorer-route-factory.ts"],"names":[],"mappings":"AACA,OAAO,EACL,gBAAgB,EAGhB,KAAK,EAGN,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAO,UAAU,EAAE,MAAM,MAAM,CAAC;;AAEvC,qBACa,6BAA8B,YAAW,gBAAgB,CAAC,KAAK,CAAC;IAC3E,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAA0B;IAE7D,GAAG,IAAI,UAAU,CAAC,KAAK,EAAE,CAAC;yCAHf,6BAA6B;6CAA7B,6BAA6B;CAiCzC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"datapoint-explorer.module.d.ts","sourceRoot":"","sources":["../../datapoint-explorer/datapoint-explorer.module.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"datapoint-explorer.module.d.ts","sourceRoot":"","sources":["../../datapoint-explorer/datapoint-explorer.module.ts"],"names":[],"mappings":";AAKA,qBAea,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CAAG"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit } from '@angular/core';
|
|
1
|
+
import { ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import type { ECharts, EChartsOption } from 'echarts';
|
|
3
|
-
import { AlarmOrEventExtended, DatapointsGraphKPIDetails, DatapointsGraphWidgetConfig } from './models';
|
|
3
|
+
import { AlarmDetailsExtended, AlarmOrEventExtended, DatapointsGraphKPIDetails, DatapointsGraphWidgetConfig, EventDetailsExtended } from './models';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
5
5
|
import { DynamicComponentAlertAggregator } from '@c8y/ngx-components';
|
|
6
6
|
import { IAlarm, IEvent } from '@c8y/client';
|
|
@@ -32,8 +32,9 @@ export declare class ChartsComponent implements OnChanges, OnInit, OnDestroy {
|
|
|
32
32
|
private readonly chartEventsService;
|
|
33
33
|
private readonly chartAlarmsService;
|
|
34
34
|
private readonly widgetTimeContextDateRangeService;
|
|
35
|
+
private loadedTimeRange;
|
|
35
36
|
constructor();
|
|
36
|
-
ngOnChanges(): void;
|
|
37
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
37
38
|
ngOnInit(): void;
|
|
38
39
|
ngOnDestroy(): void;
|
|
39
40
|
onChartInit(ec: ECharts): void;
|
|
@@ -47,6 +48,16 @@ export declare class ChartsComponent implements OnChanges, OnInit, OnDestroy {
|
|
|
47
48
|
saveAsImage(): void;
|
|
48
49
|
loadMoreData(): void;
|
|
49
50
|
debounce<T extends (...args: any[]) => void>(func: T, wait: number): (...args: Parameters<T>) => void;
|
|
51
|
+
/**
|
|
52
|
+
* Toggles the visibility of a series in the chart based on the provided datapoint.
|
|
53
|
+
* @param datapoint - The datapoint to toggle visibility for.
|
|
54
|
+
*/
|
|
55
|
+
toggleDatapointSeriesVisibility(datapoint: DatapointsGraphKPIDetails): void;
|
|
56
|
+
/**
|
|
57
|
+
* Toggles the visibility of a series in the chart based on the provided alarm or event.
|
|
58
|
+
* @param alarmOrEvent - The alarm or event to toggle visibility for.
|
|
59
|
+
*/
|
|
60
|
+
toggleAlarmEventSeriesVisibility(alarmOrEvent: AlarmDetailsExtended | EventDetailsExtended): void;
|
|
50
61
|
private getDefaultChartOptions;
|
|
51
62
|
private getMarkedAreaData;
|
|
52
63
|
private getMarkedLineData;
|