@c8y/ngx-components 1021.63.2 → 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.
Files changed (62) hide show
  1. package/core/bottom-drawer/bottom-drawer-ref.d.ts +4 -0
  2. package/core/bottom-drawer/bottom-drawer-ref.d.ts.map +1 -1
  3. package/core/plugins/plugins.model.d.ts +1 -0
  4. package/core/plugins/plugins.model.d.ts.map +1 -1
  5. package/core/plugins/plugins.service.d.ts +5 -2
  6. package/core/plugins/plugins.service.d.ts.map +1 -1
  7. package/ecosystem/application-plugins/application-plugin-readme.component.d.ts +15 -0
  8. package/ecosystem/application-plugins/application-plugin-readme.component.d.ts.map +1 -0
  9. package/ecosystem/application-plugins/application-plugins.component.d.ts +4 -2
  10. package/ecosystem/application-plugins/application-plugins.component.d.ts.map +1 -1
  11. package/ecosystem/application-plugins/application-plugins.module.d.ts +4 -3
  12. package/ecosystem/application-plugins/application-plugins.module.d.ts.map +1 -1
  13. package/ecosystem/application-plugins/install-plugin.component.d.ts +8 -4
  14. package/ecosystem/application-plugins/install-plugin.component.d.ts.map +1 -1
  15. package/ecosystem/application-plugins/plugin-list.component.d.ts +10 -26
  16. package/ecosystem/application-plugins/plugin-list.component.d.ts.map +1 -1
  17. package/ecosystem/application-plugins/plugin-list.service.d.ts +27 -0
  18. package/ecosystem/application-plugins/plugin-list.service.d.ts.map +1 -0
  19. package/ecosystem/packages/package-details/package-details.component.d.ts +7 -9
  20. package/ecosystem/packages/package-details/package-details.component.d.ts.map +1 -1
  21. package/ecosystem/packages/package-versions/package-contents/contents-plugins/contents-plugins.component.d.ts +5 -1
  22. package/ecosystem/packages/package-versions/package-contents/contents-plugins/contents-plugins.component.d.ts.map +1 -1
  23. package/ecosystem/packages/package-versions/package-contents/packages-contents.component.d.ts +6 -3
  24. package/ecosystem/packages/package-versions/package-contents/packages-contents.component.d.ts.map +1 -1
  25. package/ecosystem/packages/package-versions/packages-versions.component.d.ts +9 -2
  26. package/ecosystem/packages/package-versions/packages-versions.component.d.ts.map +1 -1
  27. package/esm2022/core/bottom-drawer/bottom-drawer-ref.mjs +9 -3
  28. package/esm2022/core/plugins/plugins.model.mjs +1 -1
  29. package/esm2022/core/plugins/plugins.service.mjs +25 -5
  30. package/esm2022/ecosystem/application-plugins/application-plugin-readme.component.mjs +26 -0
  31. package/esm2022/ecosystem/application-plugins/application-plugins.component.mjs +26 -11
  32. package/esm2022/ecosystem/application-plugins/application-plugins.module.mjs +6 -3
  33. package/esm2022/ecosystem/application-plugins/install-plugin.component.mjs +21 -15
  34. package/esm2022/ecosystem/application-plugins/plugin-list-item.component.mjs +3 -3
  35. package/esm2022/ecosystem/application-plugins/plugin-list.component.mjs +26 -202
  36. package/esm2022/ecosystem/application-plugins/plugin-list.service.mjs +200 -0
  37. package/esm2022/ecosystem/application-properties/update-application-modal/update-application-modal.component.mjs +1 -1
  38. package/esm2022/ecosystem/packages/package-details/package-details.component.mjs +25 -44
  39. package/esm2022/ecosystem/packages/package-versions/package-contents/contents-plugins/contents-plugins.component.mjs +14 -4
  40. package/esm2022/ecosystem/packages/package-versions/package-contents/packages-contents.component.mjs +13 -6
  41. package/esm2022/ecosystem/packages/package-versions/packages-versions.component.mjs +22 -8
  42. package/esm2022/ecosystem/shared/list-filters/list-filters.component.mjs +3 -3
  43. package/fesm2022/c8y-ngx-components-ecosystem-application-plugins.mjs +205 -138
  44. package/fesm2022/c8y-ngx-components-ecosystem-application-plugins.mjs.map +1 -1
  45. package/fesm2022/c8y-ngx-components-ecosystem-shared.mjs +2 -2
  46. package/fesm2022/c8y-ngx-components-ecosystem-shared.mjs.map +1 -1
  47. package/fesm2022/c8y-ngx-components-ecosystem.mjs +257 -176
  48. package/fesm2022/c8y-ngx-components-ecosystem.mjs.map +1 -1
  49. package/fesm2022/c8y-ngx-components.mjs +31 -5
  50. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  51. package/locales/de.po +3 -0
  52. package/locales/es.po +3 -0
  53. package/locales/fr.po +3 -0
  54. package/locales/ja_JP.po +3 -0
  55. package/locales/ko.po +3 -0
  56. package/locales/locales.pot +33 -6
  57. package/locales/nl.po +3 -0
  58. package/locales/pl.po +3 -0
  59. package/locales/pt_BR.po +3 -0
  60. package/locales/zh_CN.po +3 -0
  61. package/locales/zh_TW.po +3 -0
  62. package/package.json +1 -1
package/locales/de.po CHANGED
@@ -1454,6 +1454,9 @@ msgstr "Anzahl Alarme (heute)"
1454
1454
  msgid "Alarm created"
1455
1455
  msgstr "Alarm erstellt"
1456
1456
 
1457
+ msgid "Alarm details"
1458
+ msgstr "Details zum Alarm"
1459
+
1457
1460
  msgid "Alarm list"
1458
1461
  msgstr "Alarmliste"
1459
1462
 
package/locales/es.po CHANGED
@@ -1456,6 +1456,9 @@ msgstr "Alarma cuenta hoy"
1456
1456
  msgid "Alarm created"
1457
1457
  msgstr "Alarma creada"
1458
1458
 
1459
+ msgid "Alarm details"
1460
+ msgstr "Detalles de la alarma"
1461
+
1459
1462
  msgid "Alarm list"
1460
1463
  msgstr "Lista de Alarmas"
1461
1464
 
package/locales/fr.po CHANGED
@@ -1455,6 +1455,9 @@ msgstr "Nombre d'alarmes aujourd'hui"
1455
1455
  msgid "Alarm created"
1456
1456
  msgstr "Alarme créée"
1457
1457
 
1458
+ msgid "Alarm details"
1459
+ msgstr "Détails de l'alarme"
1460
+
1458
1461
  msgid "Alarm list"
1459
1462
  msgstr "Liste d'alarmes"
1460
1463
 
package/locales/ja_JP.po CHANGED
@@ -1436,6 +1436,9 @@ msgstr "本日のアラーム数"
1436
1436
  msgid "Alarm created"
1437
1437
  msgstr "アラームが作成されました"
1438
1438
 
1439
+ msgid "Alarm details"
1440
+ msgstr ""
1441
+
1439
1442
  msgid "Alarm list"
1440
1443
  msgstr "アラーム リスト"
1441
1444
 
package/locales/ko.po CHANGED
@@ -1439,6 +1439,9 @@ msgstr "알람 수(오늘)"
1439
1439
  msgid "Alarm created"
1440
1440
  msgstr "알람 생성됨"
1441
1441
 
1442
+ msgid "Alarm details"
1443
+ msgstr "알람 상세 정보"
1444
+
1442
1445
  msgid "Alarm list"
1443
1446
  msgstr "알람 목록"
1444
1447
 
@@ -2173,6 +2173,12 @@ msgstr ""
2173
2173
  msgid "Back"
2174
2174
  msgstr ""
2175
2175
 
2176
+ msgid "Back to package overview"
2177
+ msgstr ""
2178
+
2179
+ msgid "Back to package versions overview"
2180
+ msgstr ""
2181
+
2176
2182
  msgid "Backend"
2177
2183
  msgstr ""
2178
2184
 
@@ -5666,6 +5672,9 @@ msgstr ""
5666
5672
  msgid "Documentation"
5667
5673
  msgstr ""
5668
5674
 
5675
+ msgid "Documentation availability varies by plugin."
5676
+ msgstr ""
5677
+
5669
5678
  msgid "Does not match pattern {{ requiredPattern }}."
5670
5679
  msgstr ""
5671
5680
 
@@ -9924,6 +9933,9 @@ msgstr ""
9924
9933
  msgid "No README.md found"
9925
9934
  msgstr ""
9926
9935
 
9936
+ msgid "No README.md found for plugin"
9937
+ msgstr ""
9938
+
9927
9939
  msgid "No REST API custom fields. Click below to add the first one."
9928
9940
  msgstr ""
9929
9941
 
@@ -10336,6 +10348,9 @@ msgstr ""
10336
10348
  msgid "No matching microservices."
10337
10349
  msgstr ""
10338
10350
 
10351
+ msgid "No matching plugins"
10352
+ msgstr ""
10353
+
10339
10354
  msgid "No matching smart rules available."
10340
10355
  msgstr ""
10341
10356
 
@@ -10402,6 +10417,9 @@ msgstr ""
10402
10417
  msgid "No permissions required."
10403
10418
  msgstr ""
10404
10419
 
10420
+ msgid "No plugin selected"
10421
+ msgstr ""
10422
+
10405
10423
  msgid "No plugins available"
10406
10424
  msgstr ""
10407
10425
 
@@ -11206,9 +11224,6 @@ msgstr ""
11206
11224
  msgid "Package availability"
11207
11225
  msgstr ""
11208
11226
 
11209
- msgid "Package contents"
11210
- msgstr ""
11211
-
11212
11227
  msgid "Package contents could not be determined."
11213
11228
  msgstr ""
11214
11229
 
@@ -13100,6 +13115,9 @@ msgstr ""
13100
13115
  msgid "Select a package from the list to display the package contents."
13101
13116
  msgstr ""
13102
13117
 
13118
+ msgid "Select a plugin from the list to view its documentation."
13119
+ msgstr ""
13120
+
13103
13121
  msgid "Select a predefined command"
13104
13122
  msgstr ""
13105
13123
 
@@ -13403,9 +13421,6 @@ msgstr ""
13403
13421
  msgid "Select the asset, then on the available data points list, click on the plus button on the desired data point."
13404
13422
  msgstr ""
13405
13423
 
13406
- msgid "Select the compatible plugins to install"
13407
- msgstr ""
13408
-
13409
13424
  msgid "Select the global roles for which the dashboard will be available"
13410
13425
  msgstr ""
13411
13426
 
@@ -14320,6 +14335,9 @@ msgstr ""
14320
14335
  msgid "Show percentages"
14321
14336
  msgstr ""
14322
14337
 
14338
+ msgid "Show readme"
14339
+ msgstr ""
14340
+
14323
14341
  msgid "Show services updated`between dates`"
14324
14342
  msgstr ""
14325
14343
 
@@ -16033,6 +16051,9 @@ msgstr ""
16033
16051
  msgid "To view the contents of \"README\", add the file \"README.md\" to the package."
16034
16052
  msgstr ""
16035
16053
 
16054
+ msgid "To view the contents of \"README\", add the file \"README.md\" to the plugin."
16055
+ msgstr ""
16056
+
16036
16057
  msgid "To`date`"
16037
16058
  msgstr ""
16038
16059
 
@@ -17182,6 +17203,9 @@ msgstr ""
17182
17203
  msgid "Version of privacy policy"
17183
17204
  msgstr ""
17184
17205
 
17206
+ msgid "Version {{ selectedVersion }} package contents"
17207
+ msgstr ""
17208
+
17185
17209
  msgid "Version:"
17186
17210
  msgstr ""
17187
17211
 
@@ -19035,6 +19059,9 @@ msgstr ""
19035
19059
  msgid "{{ numberOfReports }} reports selected for widget"
19036
19060
  msgstr ""
19037
19061
 
19062
+ msgid "{{ packageContentsTitle | translate: { selectedVersion } }}"
19063
+ msgstr ""
19064
+
19038
19065
  msgid "{{ pageFirstItemIdx }} - {{ pageLastItemIdx }} of {{ itemsTotal }}"
19039
19066
  msgstr ""
19040
19067
 
package/locales/nl.po CHANGED
@@ -1456,6 +1456,9 @@ msgstr "Aantal alarmen vandaag"
1456
1456
  msgid "Alarm created"
1457
1457
  msgstr "Alarm gemaakt"
1458
1458
 
1459
+ msgid "Alarm details"
1460
+ msgstr "Details Alarm"
1461
+
1459
1462
  msgid "Alarm list"
1460
1463
  msgstr "Alarmlijst"
1461
1464
 
package/locales/pl.po CHANGED
@@ -1493,6 +1493,9 @@ msgstr "Liczba alarmów dzisiaj"
1493
1493
  msgid "Alarm created"
1494
1494
  msgstr "Utworzono alarm"
1495
1495
 
1496
+ msgid "Alarm details"
1497
+ msgstr "Szczegóły alarmu"
1498
+
1496
1499
  msgid "Alarm list"
1497
1500
  msgstr "Lista alarmów"
1498
1501
 
package/locales/pt_BR.po CHANGED
@@ -1456,6 +1456,9 @@ msgstr "Contagem de alarmes hoje"
1456
1456
  msgid "Alarm created"
1457
1457
  msgstr "Alarme criado"
1458
1458
 
1459
+ msgid "Alarm details"
1460
+ msgstr "Detalhes do alarme"
1461
+
1459
1462
  msgid "Alarm list"
1460
1463
  msgstr "Lista de alarmes"
1461
1464
 
package/locales/zh_CN.po CHANGED
@@ -1440,6 +1440,9 @@ msgstr "今天的警报计数"
1440
1440
  msgid "Alarm created"
1441
1441
  msgstr "已创建警报"
1442
1442
 
1443
+ msgid "Alarm details"
1444
+ msgstr "警报详细信息"
1445
+
1443
1446
  msgid "Alarm list"
1444
1447
  msgstr "警报列表"
1445
1448
 
package/locales/zh_TW.po CHANGED
@@ -1440,6 +1440,9 @@ msgstr "今天的警报计数"
1440
1440
  msgid "Alarm created"
1441
1441
  msgstr "已创建警报"
1442
1442
 
1443
+ msgid "Alarm details"
1444
+ msgstr "警报详细信息"
1445
+
1443
1446
  msgid "Alarm list"
1444
1447
  msgstr "警报列表"
1445
1448