@c8y/ngx-components 1021.22.0 → 1021.22.27
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/alarms/alarms-date-filter.component.d.ts +23 -10
- package/alarms/alarms-date-filter.component.d.ts.map +1 -1
- package/alarms/alarms-type-filter.component.d.ts +21 -14
- package/alarms/alarms-type-filter.component.d.ts.map +1 -1
- package/alarms/alarms-view.service.d.ts +7 -0
- package/alarms/alarms-view.service.d.ts.map +1 -1
- package/alarms/alarms.model.d.ts +1 -6
- package/alarms/alarms.model.d.ts.map +1 -1
- package/alarms/alarms.module.d.ts +1 -1
- package/alarms/index.d.ts +1 -0
- package/alarms/index.d.ts.map +1 -1
- package/branding/shared/data/branding-tracking.service.d.ts +20 -0
- package/branding/shared/data/branding-tracking.service.d.ts.map +1 -0
- package/branding/shared/data/branding-version.service.d.ts.map +1 -1
- package/branding/shared/data/index.d.ts +1 -0
- package/branding/shared/data/index.d.ts.map +1 -1
- package/branding/shared/data/store-branding.service.d.ts +8 -1
- package/branding/shared/data/store-branding.service.d.ts.map +1 -1
- package/branding/shared/lazy/branding/branding.component.d.ts +3 -2
- package/branding/shared/lazy/branding/branding.component.d.ts.map +1 -1
- package/branding/shared/lazy/branding-theme-form/branding-theme-form.component.d.ts.map +1 -1
- package/branding/shared/lazy/edit-branding-router-outlet/edit-branding-router-outlet.component.d.ts.map +1 -1
- package/cockpit-config/cockpit-config.module.d.ts +1 -1
- package/cockpit-config/cockpit-config.module.d.ts.map +1 -1
- package/context-dashboard/context-dashboard.service.d.ts +1 -1
- package/context-dashboard/context-dashboard.service.d.ts.map +1 -1
- package/core/bootstrap/bootstrap.component.d.ts.map +1 -1
- package/core/common/service-registry.model.d.ts +2 -1
- package/core/common/service-registry.model.d.ts.map +1 -1
- package/core/common/ui-state.service.d.ts +0 -1
- package/core/common/ui-state.service.d.ts.map +1 -1
- package/core/i18n/missing-translation-custom.handler.d.ts +1 -0
- package/core/i18n/missing-translation-custom.handler.d.ts.map +1 -1
- package/core/plugins/index.d.ts +1 -0
- package/core/plugins/index.d.ts.map +1 -1
- package/core/plugins/plugin-loaded.pipe.d.ts +12 -0
- package/core/plugins/plugin-loaded.pipe.d.ts.map +1 -0
- package/core/plugins/plugins-resolve.service.d.ts +4 -2
- package/core/plugins/plugins-resolve.service.d.ts.map +1 -1
- package/core/plugins/plugins.model.d.ts +3 -1
- package/core/plugins/plugins.model.d.ts.map +1 -1
- package/core/plugins/plugins.service.d.ts +3 -0
- package/core/plugins/plugins.service.d.ts.map +1 -1
- package/core/router/router-tabs.resolver.d.ts +2 -2
- package/core/router/router-tabs.resolver.d.ts.map +1 -1
- package/core/router/scoped-context-route.service.d.ts.map +1 -1
- package/ecosystem/application-plugins/application-plugins.component.d.ts.map +1 -1
- package/ecosystem/application-plugins/application-plugins.guard.d.ts.map +1 -1
- package/ecosystem/application-plugins/orphaned-status-cell-renderer.component.d.ts.map +1 -1
- package/esm2022/alarms/alarm-info.component.mjs +3 -3
- package/esm2022/alarms/alarm-severity-to-label.pipe.mjs +2 -2
- package/esm2022/alarms/alarms-date-filter.component.mjs +94 -42
- package/esm2022/alarms/alarms-type-filter.component.mjs +102 -72
- package/esm2022/alarms/alarms-view.service.mjs +16 -2
- package/esm2022/alarms/alarms.component.mjs +3 -3
- package/esm2022/alarms/alarms.model.mjs +1 -1
- package/esm2022/alarms/alarms.module.mjs +3 -3
- package/esm2022/alarms/index.mjs +2 -1
- package/esm2022/branding/shared/data/branding-tracking.service.mjs +58 -0
- package/esm2022/branding/shared/data/branding-version.service.mjs +9 -5
- package/esm2022/branding/shared/data/index.mjs +2 -1
- package/esm2022/branding/shared/data/store-branding.service.mjs +15 -4
- package/esm2022/branding/shared/lazy/branding/branding.component.mjs +16 -12
- package/esm2022/branding/shared/lazy/branding-theme-form/branding-theme-form.component.mjs +5 -2
- package/esm2022/branding/shared/lazy/edit-branding-router-outlet/edit-branding-router-outlet.component.mjs +2 -2
- package/esm2022/cockpit-config/cockpit-config.module.mjs +6 -3
- package/esm2022/cockpit-config/feature-config.component.mjs +5 -4
- package/esm2022/context-dashboard/context-dashboard.service.mjs +47 -13
- package/esm2022/core/bootstrap/bootstrap.component.mjs +4 -3
- package/esm2022/core/common/service-registry.model.mjs +1 -1
- package/esm2022/core/common/ui-state.service.mjs +1 -19
- package/esm2022/core/i18n/missing-translation-custom.handler.mjs +5 -1
- package/esm2022/core/i18n/translation-loader.service.mjs +2 -2
- package/esm2022/core/plugins/index.mjs +2 -1
- package/esm2022/core/plugins/plugin-loaded.pipe.mjs +26 -0
- package/esm2022/core/plugins/plugins-resolve.service.mjs +5 -1
- package/esm2022/core/plugins/plugins.model.mjs +2 -1
- package/esm2022/core/plugins/plugins.service.mjs +13 -5
- package/esm2022/core/router/router-tabs.resolver.mjs +22 -8
- package/esm2022/core/router/scoped-context-route.service.mjs +9 -4
- package/esm2022/core/tabs/tabs-outlet.component.mjs +3 -3
- package/esm2022/core/version/websdk-plugin-version.factory.mjs +2 -2
- package/esm2022/datapoint-selector/datapoint-selection-list/datapoint-selection-list.component.mjs +3 -3
- package/esm2022/ecosystem/activity-log/activity-log.component.mjs +3 -3
- package/esm2022/ecosystem/application-plugins/application-plugins.component.mjs +67 -23
- package/esm2022/ecosystem/application-plugins/application-plugins.guard.mjs +8 -2
- package/esm2022/ecosystem/application-plugins/orphaned-status-cell-renderer.component.mjs +7 -1
- package/esm2022/interval-picker/interval-picker.component.mjs +1 -1
- package/esm2022/interval-picker/interval-picker.model.mjs +1 -1
- package/esm2022/protocol-lwm2m/ng1/plugin-checker.service.mjs +5 -1
- package/esm2022/widgets/definitions/alarms/alarm-list/index.mjs +2 -1
- package/esm2022/widgets/implementations/alarms/alarm-list-widget-config/alarm-list-widget-config.component.mjs +73 -4
- package/esm2022/widgets/implementations/alarms/alarm-list-widget-view/alarm-list-widget.component.mjs +29 -5
- package/esm2022/widgets/implementations/alarms/alarm-list-widget.model.mjs +7 -1
- package/esm2022/widgets/implementations/alarms/alarm-widget.service.mjs +12 -2
- package/fesm2022/c8y-ngx-components-alarms.mjs +200 -107
- package/fesm2022/c8y-ngx-components-alarms.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-branding-shared-data.mjs +76 -9
- package/fesm2022/c8y-ngx-components-branding-shared-data.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-branding-shared-lazy.mjs +19 -12
- package/fesm2022/c8y-ngx-components-branding-shared-lazy.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-cockpit-config.mjs +7 -5
- package/fesm2022/c8y-ngx-components-cockpit-config.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-context-dashboard.mjs +46 -12
- package/fesm2022/c8y-ngx-components-context-dashboard.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-datapoint-selector.mjs +2 -2
- package/fesm2022/c8y-ngx-components-datapoint-selector.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-ecosystem-application-plugins.mjs +79 -23
- package/fesm2022/c8y-ngx-components-ecosystem-application-plugins.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-ecosystem.mjs +81 -25
- package/fesm2022/c8y-ngx-components-ecosystem.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-interval-picker.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-protocol-lwm2m.mjs +4 -0
- package/fesm2022/c8y-ngx-components-protocol-lwm2m.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-definitions-alarms-alarm-list.mjs +1 -0
- package/fesm2022/c8y-ngx-components-widgets-definitions-alarms-alarm-list.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-implementations-alarms.mjs +124 -15
- package/fesm2022/c8y-ngx-components-widgets-implementations-alarms.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components.mjs +91 -50
- package/fesm2022/c8y-ngx-components.mjs.map +1 -1
- package/interval-picker/interval-picker.component.d.ts +2 -2
- package/interval-picker/interval-picker.component.d.ts.map +1 -1
- package/interval-picker/interval-picker.model.d.ts +5 -0
- package/interval-picker/interval-picker.model.d.ts.map +1 -1
- package/locales/de.po +431 -538
- package/locales/en.po +2 -889
- package/locales/en_US.po +2 -880
- package/locales/es.po +462 -540
- package/locales/fr.po +470 -549
- package/locales/ja_JP.po +405 -598
- package/locales/ko.po +649 -502
- package/locales/locales.pot +27 -12
- package/locales/nl.po +463 -541
- package/locales/pl.po +502 -552
- package/locales/pt_BR.po +466 -543
- package/locales/zh_CN.po +650 -498
- package/locales/zh_TW.po +650 -498
- package/package.json +1 -1
- package/protocol-lwm2m/ng1/plugin-checker.service.d.ts +4 -0
- package/protocol-lwm2m/ng1/plugin-checker.service.d.ts.map +1 -1
- package/widgets/definitions/alarms/alarm-list/index.d.ts.map +1 -1
- package/widgets/implementations/alarms/alarm-list-widget-config/alarm-list-widget-config.component.d.ts +12 -1
- package/widgets/implementations/alarms/alarm-list-widget-config/alarm-list-widget-config.component.d.ts.map +1 -1
- package/widgets/implementations/alarms/alarm-list-widget-view/alarm-list-widget.component.d.ts +12 -1
- package/widgets/implementations/alarms/alarm-list-widget-view/alarm-list-widget.component.d.ts.map +1 -1
- package/widgets/implementations/alarms/alarm-list-widget.model.d.ts +11 -1
- package/widgets/implementations/alarms/alarm-list-widget.model.d.ts.map +1 -1
- package/widgets/implementations/alarms/alarm-widget.service.d.ts.map +1 -1
package/locales/locales.pot
CHANGED
|
@@ -501,6 +501,9 @@ msgstr ""
|
|
|
501
501
|
msgid "AUTH_PRIV"
|
|
502
502
|
msgstr ""
|
|
503
503
|
|
|
504
|
+
msgid "AUTO`plugin status`"
|
|
505
|
+
msgstr ""
|
|
506
|
+
|
|
504
507
|
msgid "About community packages"
|
|
505
508
|
msgstr ""
|
|
506
509
|
|
|
@@ -1367,9 +1370,6 @@ msgstr ""
|
|
|
1367
1370
|
msgid "Alarm type"
|
|
1368
1371
|
msgstr ""
|
|
1369
1372
|
|
|
1370
|
-
msgid "Alarm type filter"
|
|
1371
|
-
msgstr ""
|
|
1372
|
-
|
|
1373
1373
|
msgid "Alarm type to match"
|
|
1374
1374
|
msgstr ""
|
|
1375
1375
|
|
|
@@ -2928,6 +2928,24 @@ msgid ""
|
|
|
2928
2928
|
" </ul>"
|
|
2929
2929
|
msgstr ""
|
|
2930
2930
|
|
|
2931
|
+
msgid ""
|
|
2932
|
+
"Choose how to select a date range, the available options are:\n"
|
|
2933
|
+
" <ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
|
|
2934
|
+
" <li>\n"
|
|
2935
|
+
" <b>Widget configuration:</b>\n"
|
|
2936
|
+
" restricts the date selection only to the widget configuration\n"
|
|
2937
|
+
" </li>\n"
|
|
2938
|
+
" <li>\n"
|
|
2939
|
+
" <b>Widget and widget configuration:</b>\n"
|
|
2940
|
+
" restricts the date selection to the widget view and widget configuration only\n"
|
|
2941
|
+
" </li>\n"
|
|
2942
|
+
" <li>\n"
|
|
2943
|
+
" <b>Dashboard time range:</b>\n"
|
|
2944
|
+
" restricts date selection to the global dashboard configuration only\n"
|
|
2945
|
+
" </li>\n"
|
|
2946
|
+
" </ul>"
|
|
2947
|
+
msgstr ""
|
|
2948
|
+
|
|
2931
2949
|
msgid "Choose type of an export to generate, the available options are:"
|
|
2932
2950
|
msgstr ""
|
|
2933
2951
|
|
|
@@ -4244,6 +4262,9 @@ msgstr ""
|
|
|
4244
4262
|
msgid "Custom action"
|
|
4245
4263
|
msgstr ""
|
|
4246
4264
|
|
|
4265
|
+
msgid "Custom alarm type"
|
|
4266
|
+
msgstr ""
|
|
4267
|
+
|
|
4247
4268
|
msgid "Custom applications"
|
|
4248
4269
|
msgstr ""
|
|
4249
4270
|
|
|
@@ -7943,9 +7964,6 @@ msgstr ""
|
|
|
7943
7964
|
msgid "If not specified, LWM2M Agent generates the URL"
|
|
7944
7965
|
msgstr ""
|
|
7945
7966
|
|
|
7946
|
-
msgid "If selected, it ignores empty values on all resources below."
|
|
7947
|
-
msgstr ""
|
|
7948
|
-
|
|
7949
7967
|
msgid "If selected, it will process the result of the request using response templates."
|
|
7950
7968
|
msgstr ""
|
|
7951
7969
|
|
|
@@ -9064,9 +9082,6 @@ msgstr ""
|
|
|
9064
9082
|
msgid "Make sure that:"
|
|
9065
9083
|
msgstr ""
|
|
9066
9084
|
|
|
9067
|
-
msgid "Manage alarm types"
|
|
9068
|
-
msgstr ""
|
|
9069
|
-
|
|
9070
9085
|
msgid "Manage the application plugins."
|
|
9071
9086
|
msgstr ""
|
|
9072
9087
|
|
|
@@ -12473,9 +12488,6 @@ msgstr ""
|
|
|
12473
12488
|
msgid "Reset`dashboard`"
|
|
12474
12489
|
msgstr ""
|
|
12475
12490
|
|
|
12476
|
-
msgid "Resource update complete."
|
|
12477
|
-
msgstr ""
|
|
12478
|
-
|
|
12479
12491
|
msgid "Resources"
|
|
12480
12492
|
msgstr ""
|
|
12481
12493
|
|
|
@@ -14994,6 +15006,9 @@ msgstr ""
|
|
|
14994
15006
|
msgid "Tag has been set."
|
|
14995
15007
|
msgstr ""
|
|
14996
15008
|
|
|
15009
|
+
msgid "Tag`noun`"
|
|
15010
|
+
msgstr ""
|
|
15011
|
+
|
|
14997
15012
|
msgid "Takes a value between -32768 and 32767 minutes (a negative value indicates that the device is under maintenance)."
|
|
14998
15013
|
msgstr ""
|
|
14999
15014
|
|