@c8y/ngx-components 1021.31.3 → 1021.34.1

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 (75) hide show
  1. package/alarms/alarms-date-filter.component.d.ts +1 -0
  2. package/alarms/alarms-date-filter.component.d.ts.map +1 -1
  3. package/core/common/ui-state.service.d.ts +0 -1
  4. package/core/common/ui-state.service.d.ts.map +1 -1
  5. package/core/dynamic-component/dynamic-component.component.d.ts +5 -0
  6. package/core/dynamic-component/dynamic-component.component.d.ts.map +1 -1
  7. package/core/plugins/plugins.service.d.ts +3 -0
  8. package/core/plugins/plugins.service.d.ts.map +1 -1
  9. package/core/router/router-tabs.resolver.d.ts +2 -2
  10. package/core/router/router-tabs.resolver.d.ts.map +1 -1
  11. package/esm2022/alarms/alarms-date-filter.component.mjs +5 -3
  12. package/esm2022/alarms/alarms-type-filter.component.mjs +3 -3
  13. package/esm2022/core/common/ui-state.service.mjs +1 -19
  14. package/esm2022/core/dynamic-component/dynamic-component.component.mjs +23 -3
  15. package/esm2022/core/plugins/plugins.service.mjs +7 -1
  16. package/esm2022/core/router/router-tabs.resolver.mjs +22 -8
  17. package/esm2022/ecosystem/application-plugins/application-plugins.component.mjs +2 -2
  18. package/esm2022/protocol-lwm2m/ng1/plugin-checker.service.mjs +5 -1
  19. package/esm2022/services/services-device-tab/service-command.service.mjs +113 -0
  20. package/esm2022/services/services-device-tab/service-device-tab.model.mjs +1 -1
  21. package/esm2022/services/services-device-tab/services-device-tab.component.mjs +13 -7
  22. package/esm2022/widgets/definitions/asset-notes/c8y-ngx-components-widgets-definitions-asset-notes.mjs +5 -0
  23. package/esm2022/widgets/definitions/asset-notes/index.mjs +29 -0
  24. package/esm2022/widgets/definitions/index.mjs +2 -1
  25. package/esm2022/widgets/implementations/asset-notes/asset-notes-widget.component.mjs +67 -0
  26. package/esm2022/widgets/implementations/asset-notes/c8y-ngx-components-widgets-implementations-asset-notes.mjs +5 -0
  27. package/esm2022/widgets/implementations/asset-notes/index.mjs +2 -0
  28. package/fesm2022/c8y-ngx-components-alarms.mjs +5 -4
  29. package/fesm2022/c8y-ngx-components-alarms.mjs.map +1 -1
  30. package/fesm2022/c8y-ngx-components-ecosystem-application-plugins.mjs +1 -1
  31. package/fesm2022/c8y-ngx-components-ecosystem-application-plugins.mjs.map +1 -1
  32. package/fesm2022/c8y-ngx-components-ecosystem.mjs +1 -1
  33. package/fesm2022/c8y-ngx-components-ecosystem.mjs.map +1 -1
  34. package/fesm2022/c8y-ngx-components-protocol-lwm2m.mjs +4 -0
  35. package/fesm2022/c8y-ngx-components-protocol-lwm2m.mjs.map +1 -1
  36. package/fesm2022/c8y-ngx-components-services.mjs +116 -5
  37. package/fesm2022/c8y-ngx-components-services.mjs.map +1 -1
  38. package/fesm2022/c8y-ngx-components-widgets-definitions-asset-notes.mjs +36 -0
  39. package/fesm2022/c8y-ngx-components-widgets-definitions-asset-notes.mjs.map +1 -0
  40. package/fesm2022/c8y-ngx-components-widgets-definitions.mjs +1 -0
  41. package/fesm2022/c8y-ngx-components-widgets-definitions.mjs.map +1 -1
  42. package/fesm2022/c8y-ngx-components-widgets-implementations-asset-notes.mjs +74 -0
  43. package/fesm2022/c8y-ngx-components-widgets-implementations-asset-notes.mjs.map +1 -0
  44. package/fesm2022/c8y-ngx-components.mjs +49 -26
  45. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  46. package/locales/de.po +20 -11
  47. package/locales/es.po +18 -9
  48. package/locales/fr.po +18 -9
  49. package/locales/ja_JP.po +18 -9
  50. package/locales/ko.po +18 -9
  51. package/locales/locales.pot +19 -7
  52. package/locales/nl.po +18 -9
  53. package/locales/pl.po +21 -12
  54. package/locales/pt_BR.po +18 -9
  55. package/locales/zh_CN.po +18 -9
  56. package/locales/zh_TW.po +18 -9
  57. package/package.json +1 -1
  58. package/protocol-lwm2m/ng1/plugin-checker.service.d.ts +4 -0
  59. package/protocol-lwm2m/ng1/plugin-checker.service.d.ts.map +1 -1
  60. package/services/services-device-tab/service-command.service.d.ts +59 -0
  61. package/services/services-device-tab/service-command.service.d.ts.map +1 -0
  62. package/services/services-device-tab/service-device-tab.model.d.ts +9 -0
  63. package/services/services-device-tab/service-device-tab.model.d.ts.map +1 -1
  64. package/services/services-device-tab/services-device-tab.component.d.ts +5 -2
  65. package/services/services-device-tab/services-device-tab.component.d.ts.map +1 -1
  66. package/widgets/definitions/asset-notes/c8y-ngx-components-widgets-definitions-asset-notes.d.ts.map +1 -0
  67. package/widgets/definitions/asset-notes/index.d.ts +16 -0
  68. package/widgets/definitions/asset-notes/index.d.ts.map +1 -0
  69. package/widgets/definitions/index.d.ts +1 -0
  70. package/widgets/definitions/index.d.ts.map +1 -1
  71. package/widgets/implementations/asset-notes/asset-notes-widget.component.d.ts +33 -0
  72. package/widgets/implementations/asset-notes/asset-notes-widget.component.d.ts.map +1 -0
  73. package/widgets/implementations/asset-notes/c8y-ngx-components-widgets-implementations-asset-notes.d.ts.map +1 -0
  74. package/widgets/implementations/asset-notes/index.d.ts +2 -0
  75. package/widgets/implementations/asset-notes/index.d.ts.map +1 -0
package/locales/pl.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
3
  "Project-Id-Version: c8y-cumulocity-ui\n"
4
4
  "Report-Msgid-Bugs-To: \n"
5
5
  "POT-Creation-Date: \n"
6
- "PO-Revision-Date: 2025-01-14 06:12\n"
6
+ "PO-Revision-Date: 2025-01-22 12:16\n"
7
7
  "Last-Translator: \n"
8
8
  "Language: pl\n"
9
9
  "Language-Team: Polish\n"
@@ -3968,7 +3968,7 @@ msgid "Could not create the device in the LoRa platform."
3968
3968
  msgstr "Nie można utworzyć urządzenia na platformie LoRa."
3969
3969
 
3970
3970
  msgid "Could not create zip file."
3971
- msgstr "Nie utworzono pliku zip."
3971
+ msgstr "Nie można utworzyć pliku zip."
3972
3972
 
3973
3973
  msgid "Could not deactivate smart rules."
3974
3974
  msgstr "Nie można dezaktywować reguł inteligentnych."
@@ -4442,6 +4442,9 @@ msgstr "Niestandardowy CSS"
4442
4442
  msgid "Custom action"
4443
4443
  msgstr "Czynność niestandardowa"
4444
4444
 
4445
+ msgid "Custom alarm type"
4446
+ msgstr "Niestandardowy typ alarmu"
4447
+
4445
4448
  msgid "Custom applications"
4446
4449
  msgstr "Aplikacje niestandardowe"
4447
4450
 
@@ -4476,7 +4479,7 @@ msgid "Custom properties saved."
4476
4479
  msgstr "Zapisano właściwości niestandardowe."
4477
4480
 
4478
4481
  msgid "Custom properties values saved."
4479
- msgstr "Zapisane wartości właściwości niestandardowych."
4482
+ msgstr "Zapisano wartości właściwości niestandardowych."
4480
4483
 
4481
4484
  msgid "Custom`application`"
4482
4485
  msgstr "Niestandardowa"
@@ -5596,7 +5599,7 @@ msgid "Display a configurable SVG."
5596
5599
  msgstr "Wyświetl konfigurowalny plik SVG."
5597
5600
 
5598
5601
  msgid "Display a link to the Dashboard manager under the Configuration navigator menu."
5599
- msgstr "Wyświetl łącze do Menedżera pulpitów w menu Nawigator konfiguracji."
5602
+ msgstr "Wyświetl łącze do Menedżera pulpitów w menu Konfiguracja."
5600
5603
 
5601
5604
  msgid "Display a link to the Data point library under the Configuration navigator menu."
5602
5605
  msgstr "Wyświetl łącze do Biblioteki punktów danych w menu nawigatora Konfiguracja."
@@ -8203,9 +8206,6 @@ msgstr "Jeśli nie określono klucza certyfikatu produktu, urządzenie jest uwa
8203
8206
  msgid "If not specified, LWM2M Agent generates the URL"
8204
8207
  msgstr "Jeśli wartość nie zostanie określona, agent LWM2M wygeneruje adres URL"
8205
8208
 
8206
- msgid "If selected, it ignores empty values on all resources below."
8207
- msgstr "W przypadku zaznaczenia tej opcji puste wartości będą ignorowane we wszystkich zasobach poniżej."
8208
-
8209
8209
  msgid "If selected, it will process the result of the request using response templates."
8210
8210
  msgstr "W przypadku zaznaczenia tej opcji wynik żądania będzie przetwarzany przy użyciu szablonów odpowiedzi."
8211
8211
 
@@ -11517,6 +11517,9 @@ msgstr "Hasło musi spełniać poniższe wymagania:"
11517
11517
  msgid "Password only"
11518
11518
  msgstr "Tylko hasło"
11519
11519
 
11520
+ msgid "Password options"
11521
+ msgstr "Opcje hasła"
11522
+
11520
11523
  msgid "Password reset"
11521
11524
  msgstr "Zresetowano hasło"
11522
11525
 
@@ -12752,9 +12755,6 @@ msgstr "Resetuj widżety"
12752
12755
  msgid "Reset`dashboard`"
12753
12756
  msgstr "Resetuj"
12754
12757
 
12755
- msgid "Resource update complete."
12756
- msgstr "Zakończono aktualizację zasobu."
12757
-
12758
12758
  msgid "Resources"
12759
12759
  msgstr "Zasoby"
12760
12760
 
@@ -14234,6 +14234,12 @@ msgstr "Ustaw operację na zakończoną POMYŚLNIE"
14234
14234
  msgid "Set password"
14235
14235
  msgstr "Ustaw hasło"
14236
14236
 
14237
+ msgid "Set password for the user (no change required)"
14238
+ msgstr "Ustaw hasło dla użytkownika (nie jest wymagana zmiana)"
14239
+
14240
+ msgid "Set password that must be changed on the first login"
14241
+ msgstr "Ustaw hasło, które musi zostać zmienione przy pierwszym logowaniu."
14242
+
14237
14243
  msgid "Set pullup voltage (in volts)"
14238
14244
  msgstr "Ustaw napięcie podwyższające (w woltach)"
14239
14245
 
@@ -17024,8 +17030,8 @@ msgstr "Resetowanie hasła zarządzania użytkownikami"
17024
17030
  msgid "User menu"
17025
17031
  msgstr "Menu użytkownika"
17026
17032
 
17027
- msgid "User must reset password on next login"
17028
- msgstr "Użytkownik musi zresetować hasło przy następnym logowaniu"
17033
+ msgid "User must change password on the next login"
17034
+ msgstr "Użytkownik musi zmienić hasło przy następnym logowaniu"
17029
17035
 
17030
17036
  msgid "User password update"
17031
17037
  msgstr "Aktualizacja hasła użytkownika"
@@ -19180,6 +19186,9 @@ msgstr "{{ intervalInSeconds }} s"
19180
19186
  msgid "{{ label }} properties"
19181
19187
  msgstr "{{ label }} - właściwości"
19182
19188
 
19189
+ msgid "{{ lastUpdated }} by {{ user }}"
19190
+ msgstr "{{ lastUpdated }} przez {{ user }}"
19191
+
19183
19192
  msgid "{{ name }} (v. {{ version }}) is already installed on this device"
19184
19193
  msgstr "{{ name }} (wer. {{ version }}) – już zainstalowano na tym urządzeniu."
19185
19194
 
package/locales/pt_BR.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
3
  "Project-Id-Version: c8y-cumulocity-ui\n"
4
4
  "Report-Msgid-Bugs-To: \n"
5
5
  "POT-Creation-Date: \n"
6
- "PO-Revision-Date: 2025-01-13 18:13\n"
6
+ "PO-Revision-Date: 2025-01-22 12:16\n"
7
7
  "Last-Translator: \n"
8
8
  "Language: pt_BR\n"
9
9
  "Language-Team: Portuguese, Brazilian\n"
@@ -4401,6 +4401,9 @@ msgstr "CSS personalizado"
4401
4401
  msgid "Custom action"
4402
4402
  msgstr "Ação personalizada"
4403
4403
 
4404
+ msgid "Custom alarm type"
4405
+ msgstr "Tipo de alarme personalizado"
4406
+
4404
4407
  msgid "Custom applications"
4405
4408
  msgstr "Aplicações personalizadas"
4406
4409
 
@@ -8162,9 +8165,6 @@ msgstr "Se nenhuma chave de certificado de produto for especificada, o dispositi
8162
8165
  msgid "If not specified, LWM2M Agent generates the URL"
8163
8166
  msgstr "Se não for especificado, o Agente LWM2M gera o URL"
8164
8167
 
8165
- msgid "If selected, it ignores empty values on all resources below."
8166
- msgstr "Se selecionado, ignorará valores vazios em todos os recursos abaixo."
8167
-
8168
8168
  msgid "If selected, it will process the result of the request using response templates."
8169
8169
  msgstr "Se selecionado, processará o resultado da solicitação usando templates de resposta."
8170
8170
 
@@ -11470,6 +11470,9 @@ msgstr "A senha deve atender aos requisitos abaixo:"
11470
11470
  msgid "Password only"
11471
11471
  msgstr "Apenas senha"
11472
11472
 
11473
+ msgid "Password options"
11474
+ msgstr "Opções de senha"
11475
+
11473
11476
  msgid "Password reset"
11474
11477
  msgstr "Redefinição de senha"
11475
11478
 
@@ -12705,9 +12708,6 @@ msgstr "Reinicializar widgets"
12705
12708
  msgid "Reset`dashboard`"
12706
12709
  msgstr "Reinicializar"
12707
12710
 
12708
- msgid "Resource update complete."
12709
- msgstr "Atualização de recursos concluída."
12710
-
12711
12711
  msgid "Resources"
12712
12712
  msgstr "Recursos"
12713
12713
 
@@ -14187,6 +14187,12 @@ msgstr "Definir operação como BEM-SUCEDIDA"
14187
14187
  msgid "Set password"
14188
14188
  msgstr "Definir senha"
14189
14189
 
14190
+ msgid "Set password for the user (no change required)"
14191
+ msgstr "Definir a senha do usuário (não é necessária nenhuma alteração)"
14192
+
14193
+ msgid "Set password that must be changed on the first login"
14194
+ msgstr "Definir a senha que deve ser alterada no primeiro login"
14195
+
14190
14196
  msgid "Set pullup voltage (in volts)"
14191
14197
  msgstr "Definir voltagem de pullup (em volts)"
14192
14198
 
@@ -16976,8 +16982,8 @@ msgstr "Redefinição de senha de gerenciamento de usuários"
16976
16982
  msgid "User menu"
16977
16983
  msgstr "Menu de usuário"
16978
16984
 
16979
- msgid "User must reset password on next login"
16980
- msgstr "O usuário deve redefinir a senha no próximo login"
16985
+ msgid "User must change password on the next login"
16986
+ msgstr "O usuário deve alterar a senha no próximo login"
16981
16987
 
16982
16988
  msgid "User password update"
16983
16989
  msgstr "Atualização da senha do usuário"
@@ -19124,6 +19130,9 @@ msgstr "{{ intervalInSeconds }} s"
19124
19130
  msgid "{{ label }} properties"
19125
19131
  msgstr "{{ label }} propriedades"
19126
19132
 
19133
+ msgid "{{ lastUpdated }} by {{ user }}"
19134
+ msgstr "{{ lastUpdated }} por {{ user }}"
19135
+
19127
19136
  msgid "{{ name }} (v. {{ version }}) is already installed on this device"
19128
19137
  msgstr "{{ name }} (v. {{ version }}) já está instalado neste dispositivo"
19129
19138
 
package/locales/zh_CN.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
3
  "Project-Id-Version: c8y-cumulocity-ui\n"
4
4
  "Report-Msgid-Bugs-To: \n"
5
5
  "POT-Creation-Date: \n"
6
- "PO-Revision-Date: 2025-01-13 18:13\n"
6
+ "PO-Revision-Date: 2025-01-22 12:16\n"
7
7
  "Last-Translator: \n"
8
8
  "Language: zh_CN\n"
9
9
  "Language-Team: Chinese Simplified\n"
@@ -4305,6 +4305,9 @@ msgstr "自定义 CSS"
4305
4305
  msgid "Custom action"
4306
4306
  msgstr "自定义操作"
4307
4307
 
4308
+ msgid "Custom alarm type"
4309
+ msgstr ""
4310
+
4308
4311
  msgid "Custom applications"
4309
4312
  msgstr "自定义应用程序"
4310
4313
 
@@ -8059,9 +8062,6 @@ msgstr "如果未指定产品证书密钥,则认为设备是原型。"
8059
8062
  msgid "If not specified, LWM2M Agent generates the URL"
8060
8063
  msgstr "如果未指定,LWM2M 代理将生成 URL"
8061
8064
 
8062
- msgid "If selected, it ignores empty values on all resources below."
8063
- msgstr "如果选中,则将忽略以下所有资源上的空值。"
8064
-
8065
8065
  msgid "If selected, it will process the result of the request using response templates."
8066
8066
  msgstr "如果选定,将使用响应模板处理请求的结果。"
8067
8067
 
@@ -11364,6 +11364,9 @@ msgstr "密码必须满足以下要求:"
11364
11364
  msgid "Password only"
11365
11365
  msgstr "仅密码"
11366
11366
 
11367
+ msgid "Password options"
11368
+ msgstr ""
11369
+
11367
11370
  msgid "Password reset"
11368
11371
  msgstr "密码重置"
11369
11372
 
@@ -12599,9 +12602,6 @@ msgstr "重置小组件"
12599
12602
  msgid "Reset`dashboard`"
12600
12603
  msgstr "重置"
12601
12604
 
12602
- msgid "Resource update complete."
12603
- msgstr "资源更新完成。"
12604
-
12605
12605
  msgid "Resources"
12606
12606
  msgstr "资源"
12607
12607
 
@@ -14081,6 +14081,12 @@ msgstr "操作设置为成功"
14081
14081
  msgid "Set password"
14082
14082
  msgstr "设置密码"
14083
14083
 
14084
+ msgid "Set password for the user (no change required)"
14085
+ msgstr ""
14086
+
14087
+ msgid "Set password that must be changed on the first login"
14088
+ msgstr ""
14089
+
14084
14090
  msgid "Set pullup voltage (in volts)"
14085
14091
  msgstr "设置上拉电压(伏)"
14086
14092
 
@@ -16868,8 +16874,8 @@ msgstr "用户管理密码重置"
16868
16874
  msgid "User menu"
16869
16875
  msgstr "用户菜单"
16870
16876
 
16871
- msgid "User must reset password on next login"
16872
- msgstr "用户必须在下次登录时重置密码"
16877
+ msgid "User must change password on the next login"
16878
+ msgstr ""
16873
16879
 
16874
16880
  msgid "User password update"
16875
16881
  msgstr "用户密码更新"
@@ -19012,6 +19018,9 @@ msgstr "{{ intervalInSeconds }} 秒"
19012
19018
  msgid "{{ label }} properties"
19013
19019
  msgstr "{{ label }} 属性"
19014
19020
 
19021
+ msgid "{{ lastUpdated }} by {{ user }}"
19022
+ msgstr ""
19023
+
19015
19024
  msgid "{{ name }} (v. {{ version }}) is already installed on this device"
19016
19025
  msgstr "此设备上已安装 {{ name }} (v. {{ version }})"
19017
19026
 
package/locales/zh_TW.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
3
  "Project-Id-Version: c8y-cumulocity-ui\n"
4
4
  "Report-Msgid-Bugs-To: \n"
5
5
  "POT-Creation-Date: \n"
6
- "PO-Revision-Date: 2025-01-13 18:13\n"
6
+ "PO-Revision-Date: 2025-01-22 12:16\n"
7
7
  "Last-Translator: \n"
8
8
  "Language: zh_TW\n"
9
9
  "Language-Team: Chinese Traditional\n"
@@ -4305,6 +4305,9 @@ msgstr "自訂 CSS"
4305
4305
  msgid "Custom action"
4306
4306
  msgstr "自定义操作"
4307
4307
 
4308
+ msgid "Custom alarm type"
4309
+ msgstr ""
4310
+
4308
4311
  msgid "Custom applications"
4309
4312
  msgstr "自定义应用程序"
4310
4313
 
@@ -8059,9 +8062,6 @@ msgstr "如果未指定产品证书密钥,则认为设备是原型。"
8059
8062
  msgid "If not specified, LWM2M Agent generates the URL"
8060
8063
  msgstr "如果未指定,LWM2M 代理將生成 URL"
8061
8064
 
8062
- msgid "If selected, it ignores empty values on all resources below."
8063
- msgstr "如果選中,則將忽略以下所有資源上的空值。"
8064
-
8065
8065
  msgid "If selected, it will process the result of the request using response templates."
8066
8066
  msgstr "如果选定,将使用响应模板处理请求的结果。"
8067
8067
 
@@ -11364,6 +11364,9 @@ msgstr "密碼必須滿足以下要求:"
11364
11364
  msgid "Password only"
11365
11365
  msgstr "仅密碼"
11366
11366
 
11367
+ msgid "Password options"
11368
+ msgstr ""
11369
+
11367
11370
  msgid "Password reset"
11368
11371
  msgstr "密碼重置"
11369
11372
 
@@ -12599,9 +12602,6 @@ msgstr "重置小組件"
12599
12602
  msgid "Reset`dashboard`"
12600
12603
  msgstr "重置"
12601
12604
 
12602
- msgid "Resource update complete."
12603
- msgstr "資源更新完成。"
12604
-
12605
12605
  msgid "Resources"
12606
12606
  msgstr "資源"
12607
12607
 
@@ -14081,6 +14081,12 @@ msgstr "操作设置为成功"
14081
14081
  msgid "Set password"
14082
14082
  msgstr "设置密码"
14083
14083
 
14084
+ msgid "Set password for the user (no change required)"
14085
+ msgstr ""
14086
+
14087
+ msgid "Set password that must be changed on the first login"
14088
+ msgstr ""
14089
+
14084
14090
  msgid "Set pullup voltage (in volts)"
14085
14091
  msgstr "设置上拉电压(伏)"
14086
14092
 
@@ -16868,8 +16874,8 @@ msgstr "用戶管理密码重置"
16868
16874
  msgid "User menu"
16869
16875
  msgstr "用戶功能表"
16870
16876
 
16871
- msgid "User must reset password on next login"
16872
- msgstr "用戶必须在下次登录时重置密码"
16877
+ msgid "User must change password on the next login"
16878
+ msgstr ""
16873
16879
 
16874
16880
  msgid "User password update"
16875
16881
  msgstr "用戶密码更新"
@@ -19012,6 +19018,9 @@ msgstr "{{ intervalInSeconds }} 秒"
19012
19018
  msgid "{{ label }} properties"
19013
19019
  msgstr "{{ label }} 属性"
19014
19020
 
19021
+ msgid "{{ lastUpdated }} by {{ user }}"
19022
+ msgstr ""
19023
+
19015
19024
  msgid "{{ name }} (v. {{ version }}) is already installed on this device"
19016
19025
  msgstr "此設備上已安裝 {{ name }} (v. {{ version }})"
19017
19026