@c8y/ngx-components 1021.62.9 → 1021.64.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/core/bottom-drawer/bottom-drawer-ref.d.ts +4 -0
- package/core/bottom-drawer/bottom-drawer-ref.d.ts.map +1 -1
- package/core/plugins/plugins.model.d.ts +1 -0
- package/core/plugins/plugins.model.d.ts.map +1 -1
- package/core/plugins/plugins.service.d.ts +5 -2
- package/core/plugins/plugins.service.d.ts.map +1 -1
- package/echart/services/echarts-options.service.d.ts +3 -1
- package/echart/services/echarts-options.service.d.ts.map +1 -1
- package/ecosystem/application-plugins/application-plugin-readme.component.d.ts +15 -0
- package/ecosystem/application-plugins/application-plugin-readme.component.d.ts.map +1 -0
- package/ecosystem/application-plugins/application-plugins.component.d.ts +4 -2
- package/ecosystem/application-plugins/application-plugins.component.d.ts.map +1 -1
- package/ecosystem/application-plugins/application-plugins.module.d.ts +4 -3
- package/ecosystem/application-plugins/application-plugins.module.d.ts.map +1 -1
- package/ecosystem/application-plugins/install-plugin.component.d.ts +8 -4
- package/ecosystem/application-plugins/install-plugin.component.d.ts.map +1 -1
- package/ecosystem/application-plugins/plugin-list.component.d.ts +10 -26
- package/ecosystem/application-plugins/plugin-list.component.d.ts.map +1 -1
- package/ecosystem/application-plugins/plugin-list.service.d.ts +27 -0
- package/ecosystem/application-plugins/plugin-list.service.d.ts.map +1 -0
- package/ecosystem/packages/package-details/package-details.component.d.ts +7 -9
- package/ecosystem/packages/package-details/package-details.component.d.ts.map +1 -1
- package/ecosystem/packages/package-versions/package-contents/contents-plugins/contents-plugins.component.d.ts +5 -1
- package/ecosystem/packages/package-versions/package-contents/contents-plugins/contents-plugins.component.d.ts.map +1 -1
- package/ecosystem/packages/package-versions/package-contents/packages-contents.component.d.ts +6 -3
- package/ecosystem/packages/package-versions/package-contents/packages-contents.component.d.ts.map +1 -1
- package/ecosystem/packages/package-versions/packages-versions.component.d.ts +9 -2
- package/ecosystem/packages/package-versions/packages-versions.component.d.ts.map +1 -1
- package/esm2022/alarms/alarm-details.component.mjs +3 -3
- package/esm2022/alarms/alarms-filter.component.mjs +3 -3
- package/esm2022/alarms/alarms-icon.component.mjs +3 -3
- package/esm2022/alarms/alarms-interval-refresh.component.mjs +3 -3
- package/esm2022/alarms/alarms-list.component.mjs +3 -3
- package/esm2022/alarms/alarms.component.mjs +3 -3
- package/esm2022/auth-configuration/sso-configuration/sso-configuration.component.mjs +3 -3
- package/esm2022/core/bottom-drawer/bottom-drawer-ref.mjs +9 -3
- package/esm2022/core/countdown-interval/countdown-interval.component.mjs +3 -3
- package/esm2022/core/plugins/plugins.model.mjs +1 -1
- package/esm2022/core/plugins/plugins.service.mjs +25 -5
- package/esm2022/echart/services/echarts-options.service.mjs +28 -12
- package/esm2022/ecosystem/application-plugins/application-plugin-readme.component.mjs +26 -0
- package/esm2022/ecosystem/application-plugins/application-plugins.component.mjs +26 -11
- package/esm2022/ecosystem/application-plugins/application-plugins.module.mjs +6 -3
- package/esm2022/ecosystem/application-plugins/install-plugin.component.mjs +21 -15
- package/esm2022/ecosystem/application-plugins/plugin-list-item.component.mjs +3 -3
- package/esm2022/ecosystem/application-plugins/plugin-list.component.mjs +26 -202
- package/esm2022/ecosystem/application-plugins/plugin-list.service.mjs +200 -0
- package/esm2022/ecosystem/application-properties/update-application-modal/update-application-modal.component.mjs +1 -1
- package/esm2022/ecosystem/packages/package-details/package-details.component.mjs +25 -44
- package/esm2022/ecosystem/packages/package-versions/package-contents/contents-plugins/contents-plugins.component.mjs +14 -4
- package/esm2022/ecosystem/packages/package-versions/package-contents/packages-contents.component.mjs +13 -6
- package/esm2022/ecosystem/packages/package-versions/packages-versions.component.mjs +22 -8
- package/esm2022/ecosystem/shared/list-filters/list-filters.component.mjs +3 -3
- package/esm2022/register-device/device-registration-view.component.mjs +39 -9
- package/esm2022/register-device/general/general-device-registration-button.component.mjs +13 -14
- package/esm2022/register-device/general/general-device-registration.component.mjs +19 -5
- package/esm2022/register-device/general/general-device-registration.service.mjs +30 -0
- package/esm2022/register-device/index.mjs +2 -1
- package/esm2022/widgets/implementations/alarms/alarm-list-widget-config/alarm-list-widget-config.component.mjs +3 -3
- package/fesm2022/c8y-ngx-components-alarms.mjs +12 -12
- package/fesm2022/c8y-ngx-components-alarms.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-auth-configuration.mjs +2 -2
- package/fesm2022/c8y-ngx-components-auth-configuration.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-echart.mjs +26 -11
- package/fesm2022/c8y-ngx-components-echart.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-ecosystem-application-plugins.mjs +205 -138
- package/fesm2022/c8y-ngx-components-ecosystem-application-plugins.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-ecosystem-shared.mjs +2 -2
- package/fesm2022/c8y-ngx-components-ecosystem-shared.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-ecosystem.mjs +257 -176
- package/fesm2022/c8y-ngx-components-ecosystem.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-register-device.mjs +86 -19
- package/fesm2022/c8y-ngx-components-register-device.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-implementations-alarms.mjs +2 -2
- package/fesm2022/c8y-ngx-components-widgets-implementations-alarms.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components.mjs +33 -7
- package/fesm2022/c8y-ngx-components.mjs.map +1 -1
- package/locales/de.po +3 -0
- package/locales/es.po +3 -0
- package/locales/fr.po +3 -0
- package/locales/ja_JP.po +3 -0
- package/locales/ko.po +3 -0
- package/locales/locales.pot +36 -6
- package/locales/nl.po +3 -0
- package/locales/pl.po +3 -0
- package/locales/pt_BR.po +3 -0
- package/locales/zh_CN.po +3 -0
- package/locales/zh_TW.po +3 -0
- package/package.json +1 -1
- package/register-device/device-registration-view.component.d.ts +6 -1
- package/register-device/device-registration-view.component.d.ts.map +1 -1
- package/register-device/general/general-device-registration-button.component.d.ts +3 -3
- package/register-device/general/general-device-registration-button.component.d.ts.map +1 -1
- package/register-device/general/general-device-registration.component.d.ts +5 -0
- package/register-device/general/general-device-registration.component.d.ts.map +1 -1
- package/register-device/general/general-device-registration.service.d.ts +9 -0
- package/register-device/general/general-device-registration.service.d.ts.map +1 -0
- package/register-device/index.d.ts +1 -0
- package/register-device/index.d.ts.map +1 -1
package/locales/de.po
CHANGED
package/locales/es.po
CHANGED
package/locales/fr.po
CHANGED
package/locales/ja_JP.po
CHANGED
package/locales/ko.po
CHANGED
package/locales/locales.pot
CHANGED
|
@@ -1357,6 +1357,9 @@ msgstr ""
|
|
|
1357
1357
|
msgid "Alarm created"
|
|
1358
1358
|
msgstr ""
|
|
1359
1359
|
|
|
1360
|
+
msgid "Alarm details"
|
|
1361
|
+
msgstr ""
|
|
1362
|
+
|
|
1360
1363
|
msgid "Alarm list"
|
|
1361
1364
|
msgstr ""
|
|
1362
1365
|
|
|
@@ -2170,6 +2173,12 @@ msgstr ""
|
|
|
2170
2173
|
msgid "Back"
|
|
2171
2174
|
msgstr ""
|
|
2172
2175
|
|
|
2176
|
+
msgid "Back to package overview"
|
|
2177
|
+
msgstr ""
|
|
2178
|
+
|
|
2179
|
+
msgid "Back to package versions overview"
|
|
2180
|
+
msgstr ""
|
|
2181
|
+
|
|
2173
2182
|
msgid "Backend"
|
|
2174
2183
|
msgstr ""
|
|
2175
2184
|
|
|
@@ -5663,6 +5672,9 @@ msgstr ""
|
|
|
5663
5672
|
msgid "Documentation"
|
|
5664
5673
|
msgstr ""
|
|
5665
5674
|
|
|
5675
|
+
msgid "Documentation availability varies by plugin."
|
|
5676
|
+
msgstr ""
|
|
5677
|
+
|
|
5666
5678
|
msgid "Does not match pattern {{ requiredPattern }}."
|
|
5667
5679
|
msgstr ""
|
|
5668
5680
|
|
|
@@ -9921,6 +9933,9 @@ msgstr ""
|
|
|
9921
9933
|
msgid "No README.md found"
|
|
9922
9934
|
msgstr ""
|
|
9923
9935
|
|
|
9936
|
+
msgid "No README.md found for plugin"
|
|
9937
|
+
msgstr ""
|
|
9938
|
+
|
|
9924
9939
|
msgid "No REST API custom fields. Click below to add the first one."
|
|
9925
9940
|
msgstr ""
|
|
9926
9941
|
|
|
@@ -10333,6 +10348,9 @@ msgstr ""
|
|
|
10333
10348
|
msgid "No matching microservices."
|
|
10334
10349
|
msgstr ""
|
|
10335
10350
|
|
|
10351
|
+
msgid "No matching plugins"
|
|
10352
|
+
msgstr ""
|
|
10353
|
+
|
|
10336
10354
|
msgid "No matching smart rules available."
|
|
10337
10355
|
msgstr ""
|
|
10338
10356
|
|
|
@@ -10399,6 +10417,9 @@ msgstr ""
|
|
|
10399
10417
|
msgid "No permissions required."
|
|
10400
10418
|
msgstr ""
|
|
10401
10419
|
|
|
10420
|
+
msgid "No plugin selected"
|
|
10421
|
+
msgstr ""
|
|
10422
|
+
|
|
10402
10423
|
msgid "No plugins available"
|
|
10403
10424
|
msgstr ""
|
|
10404
10425
|
|
|
@@ -11203,9 +11224,6 @@ msgstr ""
|
|
|
11203
11224
|
msgid "Package availability"
|
|
11204
11225
|
msgstr ""
|
|
11205
11226
|
|
|
11206
|
-
msgid "Package contents"
|
|
11207
|
-
msgstr ""
|
|
11208
|
-
|
|
11209
11227
|
msgid "Package contents could not be determined."
|
|
11210
11228
|
msgstr ""
|
|
11211
11229
|
|
|
@@ -13097,6 +13115,9 @@ msgstr ""
|
|
|
13097
13115
|
msgid "Select a package from the list to display the package contents."
|
|
13098
13116
|
msgstr ""
|
|
13099
13117
|
|
|
13118
|
+
msgid "Select a plugin from the list to view its documentation."
|
|
13119
|
+
msgstr ""
|
|
13120
|
+
|
|
13100
13121
|
msgid "Select a predefined command"
|
|
13101
13122
|
msgstr ""
|
|
13102
13123
|
|
|
@@ -13400,9 +13421,6 @@ msgstr ""
|
|
|
13400
13421
|
msgid "Select the asset, then on the available data points list, click on the plus button on the desired data point."
|
|
13401
13422
|
msgstr ""
|
|
13402
13423
|
|
|
13403
|
-
msgid "Select the compatible plugins to install"
|
|
13404
|
-
msgstr ""
|
|
13405
|
-
|
|
13406
13424
|
msgid "Select the global roles for which the dashboard will be available"
|
|
13407
13425
|
msgstr ""
|
|
13408
13426
|
|
|
@@ -14317,6 +14335,9 @@ msgstr ""
|
|
|
14317
14335
|
msgid "Show percentages"
|
|
14318
14336
|
msgstr ""
|
|
14319
14337
|
|
|
14338
|
+
msgid "Show readme"
|
|
14339
|
+
msgstr ""
|
|
14340
|
+
|
|
14320
14341
|
msgid "Show services updated`between dates`"
|
|
14321
14342
|
msgstr ""
|
|
14322
14343
|
|
|
@@ -16030,6 +16051,9 @@ msgstr ""
|
|
|
16030
16051
|
msgid "To view the contents of \"README\", add the file \"README.md\" to the package."
|
|
16031
16052
|
msgstr ""
|
|
16032
16053
|
|
|
16054
|
+
msgid "To view the contents of \"README\", add the file \"README.md\" to the plugin."
|
|
16055
|
+
msgstr ""
|
|
16056
|
+
|
|
16033
16057
|
msgid "To`date`"
|
|
16034
16058
|
msgstr ""
|
|
16035
16059
|
|
|
@@ -17179,6 +17203,9 @@ msgstr ""
|
|
|
17179
17203
|
msgid "Version of privacy policy"
|
|
17180
17204
|
msgstr ""
|
|
17181
17205
|
|
|
17206
|
+
msgid "Version {{ selectedVersion }} package contents"
|
|
17207
|
+
msgstr ""
|
|
17208
|
+
|
|
17182
17209
|
msgid "Version:"
|
|
17183
17210
|
msgstr ""
|
|
17184
17211
|
|
|
@@ -19032,6 +19059,9 @@ msgstr ""
|
|
|
19032
19059
|
msgid "{{ numberOfReports }} reports selected for widget"
|
|
19033
19060
|
msgstr ""
|
|
19034
19061
|
|
|
19062
|
+
msgid "{{ packageContentsTitle | translate: { selectedVersion } }}"
|
|
19063
|
+
msgstr ""
|
|
19064
|
+
|
|
19035
19065
|
msgid "{{ pageFirstItemIdx }} - {{ pageLastItemIdx }} of {{ itemsTotal }}"
|
|
19036
19066
|
msgstr ""
|
|
19037
19067
|
|
package/locales/nl.po
CHANGED
package/locales/pl.po
CHANGED
package/locales/pt_BR.po
CHANGED
package/locales/zh_CN.po
CHANGED