@c8y/ngx-components 1022.44.3 → 1022.45.2
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/asset-properties/asset-properties.model.d.ts +1 -1
- package/asset-properties/asset-properties.model.d.ts.map +1 -1
- package/asset-properties/asset-property-list/asset-property-value.pipe.d.ts.map +1 -1
- package/computed-asset-properties/last-measurement/last-measurement-value.d.ts +2 -1
- package/computed-asset-properties/last-measurement/last-measurement-value.d.ts.map +1 -1
- package/computed-asset-properties/strategies/last-measurement-strategy.d.ts +4 -3
- package/computed-asset-properties/strategies/last-measurement-strategy.d.ts.map +1 -1
- package/context-dashboard/context-dashboard.service.d.ts +20 -2
- package/context-dashboard/context-dashboard.service.d.ts.map +1 -1
- package/context-dashboard/widget-config/widget-asset-selector.component.d.ts +8 -2
- package/context-dashboard/widget-config/widget-asset-selector.component.d.ts.map +1 -1
- package/context-dashboard/widget-config.component.d.ts.map +1 -1
- package/context-dashboard/widget-config.service.d.ts +7 -1
- package/context-dashboard/widget-config.service.d.ts.map +1 -1
- package/core/bottom-drawer/bottom-drawer.component.d.ts +16 -2
- package/core/bottom-drawer/bottom-drawer.component.d.ts.map +1 -1
- package/core/bottom-drawer/bottom-drawer.service.d.ts +13 -5
- package/core/bottom-drawer/bottom-drawer.service.d.ts.map +1 -1
- package/core/dashboard/widgets-dashboard.component.d.ts +8 -0
- package/core/dashboard/widgets-dashboard.component.d.ts.map +1 -1
- package/core/router/router.service.d.ts +1 -0
- package/core/router/router.service.d.ts.map +1 -1
- package/dashboard-manager/dashboard-manager.service.d.ts +5 -4
- package/dashboard-manager/dashboard-manager.service.d.ts.map +1 -1
- package/dashboard-manager/devicemanagement/dashboard-manager-navigation.factory.d.ts +10 -0
- package/dashboard-manager/devicemanagement/dashboard-manager-navigation.factory.d.ts.map +1 -0
- package/dashboard-manager/devicemanagement/dashboard-manager-tabs.factory.d.ts +11 -0
- package/dashboard-manager/devicemanagement/dashboard-manager-tabs.factory.d.ts.map +1 -0
- package/dashboard-manager/devicemanagement/index.d.ts +4 -0
- package/dashboard-manager/devicemanagement/index.d.ts.map +1 -1
- package/dashboard-manager/index.d.ts +2 -1
- package/dashboard-manager/index.d.ts.map +1 -1
- package/dashboard-manager/type-dashboards-list/index.d.ts +2 -0
- package/dashboard-manager/type-dashboards-list/index.d.ts.map +1 -0
- package/editor/editor.component.d.ts +1 -0
- package/editor/editor.component.d.ts.map +1 -1
- package/fesm2022/c8y-ngx-components-asset-properties.mjs +1 -1
- package/fesm2022/c8y-ngx-components-asset-properties.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-computed-asset-properties.mjs +1 -1
- package/fesm2022/c8y-ngx-components-computed-asset-properties.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-context-dashboard.mjs +56 -26
- package/fesm2022/c8y-ngx-components-context-dashboard.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-dashboard-manager-devicemanagement.mjs +81 -6
- package/fesm2022/c8y-ngx-components-dashboard-manager-devicemanagement.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-dashboard-manager.mjs +185 -166
- package/fesm2022/c8y-ngx-components-dashboard-manager.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-editor.mjs +24 -1
- package/fesm2022/c8y-ngx-components-editor.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-map.mjs +1 -1
- package/fesm2022/c8y-ngx-components-map.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-sub-assets.mjs +11 -8
- package/fesm2022/c8y-ngx-components-sub-assets.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-implementations-cockpit-welcome.mjs +2 -2
- package/fesm2022/c8y-ngx-components-widgets-implementations-cockpit-welcome.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-implementations-html-widget.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-implementations-map.mjs +12 -7
- package/fesm2022/c8y-ngx-components-widgets-implementations-map.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components.mjs +111 -31
- package/fesm2022/c8y-ngx-components.mjs.map +1 -1
- package/locales/de.po +19 -0
- package/locales/es.po +19 -0
- package/locales/fr.po +19 -0
- package/locales/ja_JP.po +17 -0
- package/locales/ko.po +18 -0
- package/locales/locales.pot +18 -0
- package/locales/nl.po +19 -0
- package/locales/pl.po +19 -0
- package/locales/pt_BR.po +19 -0
- package/locales/zh_CN.po +18 -0
- package/locales/zh_TW.po +18 -0
- package/package.json +1 -1
- package/sub-assets/add-group/add-group.component.d.ts.map +1 -1
- package/sub-assets/sub-assets.component.d.ts.map +1 -1
- package/widgets/implementations/html-widget/widget-code-editor-section/widget-code-editor.component.d.ts.map +1 -1
- package/widgets/implementations/map/map-widget.component.d.ts +1 -0
- package/widgets/implementations/map/map-widget.component.d.ts.map +1 -1
|
@@ -96,7 +96,7 @@ class WelcomeToCockpitComponent {
|
|
|
96
96
|
createQuickLinkReports() {
|
|
97
97
|
const label = gettext('Reports');
|
|
98
98
|
const reports = {
|
|
99
|
-
icon: '
|
|
99
|
+
icon: 'c8y-reports',
|
|
100
100
|
label,
|
|
101
101
|
url: '/reports'
|
|
102
102
|
};
|
|
@@ -112,7 +112,7 @@ class WelcomeToCockpitComponent {
|
|
|
112
112
|
createQuickLinkExports() {
|
|
113
113
|
const label = gettext('Exports');
|
|
114
114
|
const exports = {
|
|
115
|
-
icon: '
|
|
115
|
+
icon: 'graph-report',
|
|
116
116
|
label,
|
|
117
117
|
url: '/export'
|
|
118
118
|
};
|