@c8y/ngx-components 1023.28.5 → 1023.37.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 (127) hide show
  1. package/alarms/cockpit/index.d.ts.map +1 -1
  2. package/alarms/devicemanagement/index.d.ts.map +1 -1
  3. package/alarms/index.d.ts +25 -2
  4. package/alarms/index.d.ts.map +1 -1
  5. package/asset-properties/index.d.ts +20 -2
  6. package/asset-properties/index.d.ts.map +1 -1
  7. package/bookmarks/index.d.ts +15 -7
  8. package/bookmarks/index.d.ts.map +1 -1
  9. package/cockpit-config/index.d.ts.map +1 -1
  10. package/datapoint-explorer/view/index.d.ts +2 -0
  11. package/datapoint-explorer/view/index.d.ts.map +1 -1
  12. package/datapoint-selector/index.d.ts.map +1 -1
  13. package/device-grid/index.d.ts.map +1 -1
  14. package/echart/index.d.ts +19 -3
  15. package/echart/index.d.ts.map +1 -1
  16. package/feature-toggles/index.d.ts +6 -0
  17. package/feature-toggles/index.d.ts.map +1 -0
  18. package/feature-toggles/list/index.d.ts +63 -0
  19. package/feature-toggles/list/index.d.ts.map +1 -0
  20. package/fesm2022/c8y-ngx-components-alarms-cockpit.mjs +6 -11
  21. package/fesm2022/c8y-ngx-components-alarms-cockpit.mjs.map +1 -1
  22. package/fesm2022/c8y-ngx-components-alarms-devicemanagement.mjs +37 -11
  23. package/fesm2022/c8y-ngx-components-alarms-devicemanagement.mjs.map +1 -1
  24. package/fesm2022/c8y-ngx-components-alarms.mjs +58 -10
  25. package/fesm2022/c8y-ngx-components-alarms.mjs.map +1 -1
  26. package/fesm2022/c8y-ngx-components-asset-properties.mjs +36 -12
  27. package/fesm2022/c8y-ngx-components-asset-properties.mjs.map +1 -1
  28. package/fesm2022/{c8y-ngx-components-asset-property-grid.component-B04ixTyA.mjs → c8y-ngx-components-asset-property-grid.component-BoVrIpap.mjs} +5 -12
  29. package/fesm2022/c8y-ngx-components-asset-property-grid.component-BoVrIpap.mjs.map +1 -0
  30. package/fesm2022/c8y-ngx-components-bookmarks.mjs +86 -39
  31. package/fesm2022/c8y-ngx-components-bookmarks.mjs.map +1 -1
  32. package/fesm2022/c8y-ngx-components-cockpit-config.mjs +9 -9
  33. package/fesm2022/c8y-ngx-components-cockpit-config.mjs.map +1 -1
  34. package/fesm2022/c8y-ngx-components-context-dashboard.mjs +1 -1
  35. package/fesm2022/c8y-ngx-components-context-dashboard.mjs.map +1 -1
  36. package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs +21 -36
  37. package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs.map +1 -1
  38. package/fesm2022/c8y-ngx-components-datapoint-selector.mjs +3 -11
  39. package/fesm2022/c8y-ngx-components-datapoint-selector.mjs.map +1 -1
  40. package/fesm2022/c8y-ngx-components-device-grid.mjs +5 -2
  41. package/fesm2022/c8y-ngx-components-device-grid.mjs.map +1 -1
  42. package/fesm2022/c8y-ngx-components-echart.mjs +101 -42
  43. package/fesm2022/c8y-ngx-components-echart.mjs.map +1 -1
  44. package/fesm2022/c8y-ngx-components-ecosystem-plugin-setup-stepper.mjs +3 -3
  45. package/fesm2022/c8y-ngx-components-ecosystem-plugin-setup-stepper.mjs.map +1 -1
  46. package/fesm2022/c8y-ngx-components-feature-toggles-list.mjs +242 -0
  47. package/fesm2022/c8y-ngx-components-feature-toggles-list.mjs.map +1 -0
  48. package/fesm2022/c8y-ngx-components-feature-toggles.mjs +36 -0
  49. package/fesm2022/c8y-ngx-components-feature-toggles.mjs.map +1 -0
  50. package/fesm2022/c8y-ngx-components-global-context.mjs +21 -6
  51. package/fesm2022/c8y-ngx-components-global-context.mjs.map +1 -1
  52. package/fesm2022/c8y-ngx-components-map.mjs +127 -33
  53. package/fesm2022/c8y-ngx-components-map.mjs.map +1 -1
  54. package/fesm2022/c8y-ngx-components-tenants.mjs +2 -2
  55. package/fesm2022/c8y-ngx-components-tenants.mjs.map +1 -1
  56. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs +5 -1
  57. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs.map +1 -1
  58. package/fesm2022/c8y-ngx-components-upgrade-not-found.component-CuCuYAkK.mjs +19 -0
  59. package/fesm2022/c8y-ngx-components-upgrade-not-found.component-CuCuYAkK.mjs.map +1 -0
  60. package/fesm2022/c8y-ngx-components-upgrade.mjs +33 -3
  61. package/fesm2022/c8y-ngx-components-upgrade.mjs.map +1 -1
  62. package/fesm2022/c8y-ngx-components-widgets-definitions-html-widget.mjs +3 -3
  63. package/fesm2022/c8y-ngx-components-widgets-definitions-html-widget.mjs.map +1 -1
  64. package/fesm2022/c8y-ngx-components-widgets-definitions-pie-chart.mjs +30 -0
  65. package/fesm2022/c8y-ngx-components-widgets-definitions-pie-chart.mjs.map +1 -0
  66. package/fesm2022/c8y-ngx-components-widgets-definitions.mjs +2 -1
  67. package/fesm2022/c8y-ngx-components-widgets-definitions.mjs.map +1 -1
  68. package/fesm2022/c8y-ngx-components-widgets-exports.mjs +8 -1
  69. package/fesm2022/c8y-ngx-components-widgets-exports.mjs.map +1 -1
  70. package/fesm2022/c8y-ngx-components-widgets-implementations-alarms.mjs +4 -4
  71. package/fesm2022/c8y-ngx-components-widgets-implementations-alarms.mjs.map +1 -1
  72. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs +3 -3
  73. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs.map +1 -1
  74. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-table.mjs +2 -2
  75. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-table.mjs.map +1 -1
  76. package/fesm2022/c8y-ngx-components-widgets-implementations-html-widget.mjs +4 -3
  77. package/fesm2022/c8y-ngx-components-widgets-implementations-html-widget.mjs.map +1 -1
  78. package/fesm2022/c8y-ngx-components-widgets-implementations-map.mjs +18 -11
  79. package/fesm2022/c8y-ngx-components-widgets-implementations-map.mjs.map +1 -1
  80. package/fesm2022/c8y-ngx-components-widgets-implementations-pie-chart.mjs +366 -0
  81. package/fesm2022/c8y-ngx-components-widgets-implementations-pie-chart.mjs.map +1 -0
  82. package/fesm2022/c8y-ngx-components-widgets-implementations-three-d-rotation.mjs +4 -0
  83. package/fesm2022/c8y-ngx-components-widgets-implementations-three-d-rotation.mjs.map +1 -1
  84. package/fesm2022/c8y-ngx-components-widgets-widget-providers.mjs +5 -2
  85. package/fesm2022/c8y-ngx-components-widgets-widget-providers.mjs.map +1 -1
  86. package/fesm2022/c8y-ngx-components.mjs +57 -18
  87. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  88. package/global-context/index.d.ts +12 -2
  89. package/global-context/index.d.ts.map +1 -1
  90. package/index.d.ts +9 -3
  91. package/index.d.ts.map +1 -1
  92. package/locales/de.po +88 -66
  93. package/locales/es.po +26 -20
  94. package/locales/fr.po +25 -20
  95. package/locales/ja_JP.po +18 -20
  96. package/locales/ko.po +24 -20
  97. package/locales/locales.pot +130 -32
  98. package/locales/nl.po +26 -20
  99. package/locales/pl.po +26 -20
  100. package/locales/pt_BR.po +24 -20
  101. package/locales/zh_CN.po +26 -20
  102. package/locales/zh_TW.po +26 -20
  103. package/map/index.d.ts +41 -10
  104. package/map/index.d.ts.map +1 -1
  105. package/package.json +1 -1
  106. package/trusted-certificates/index.d.ts +2 -0
  107. package/trusted-certificates/index.d.ts.map +1 -1
  108. package/upgrade/index.d.ts.map +1 -1
  109. package/widgets/cockpit-exports/index.d.ts +6 -0
  110. package/widgets/cockpit-exports/index.d.ts.map +1 -1
  111. package/widgets/definitions/index.d.ts +1 -0
  112. package/widgets/definitions/index.d.ts.map +1 -1
  113. package/widgets/definitions/pie-chart/index.d.ts +25 -0
  114. package/widgets/definitions/pie-chart/index.d.ts.map +1 -0
  115. package/widgets/device-management-exports/index.d.ts +6 -0
  116. package/widgets/device-management-exports/index.d.ts.map +1 -1
  117. package/widgets/exports/index.d.ts +8 -1
  118. package/widgets/exports/index.d.ts.map +1 -1
  119. package/widgets/implementations/html-widget/index.d.ts +2 -2
  120. package/widgets/implementations/html-widget/index.d.ts.map +1 -1
  121. package/widgets/implementations/map/index.d.ts +1 -0
  122. package/widgets/implementations/map/index.d.ts.map +1 -1
  123. package/widgets/implementations/pie-chart/index.d.ts +129 -0
  124. package/widgets/implementations/pie-chart/index.d.ts.map +1 -0
  125. package/widgets/implementations/three-d-rotation/index.d.ts.map +1 -1
  126. package/widgets/widget-providers/index.d.ts.map +1 -1
  127. package/fesm2022/c8y-ngx-components-asset-property-grid.component-B04ixTyA.mjs.map +0 -1
package/locales/pt_BR.po CHANGED
@@ -2495,10 +2495,11 @@ msgstr "Cuidado para não se trancar fora da plataforma."
2495
2495
  msgid "Before activating the custom domain name, make sure that:"
2496
2496
  msgstr "Antes de ativar o nome de domínio personalizado, verifique se:"
2497
2497
 
2498
- msgid "Before modifying permissions for the \"Device User`role`\" role, please be aware that such changes can significantly impact platform security.\n"
2499
- " When defining permissions for the \"Device User`role`\", please consider that individual devices might get compromised."
2500
- msgstr "Antes de modificar as permissões para o papel \"Usuário do dispositivo\", leve em consideração que essas alterações podem afetar significativamente a segurança da plataforma.\n"
2501
- " Ao definir permissões para o papel \"Usuário do dispositivo\", leve em consideração que os dispositivos podem ser comprometidos."
2498
+ msgid "Before modifying permissions for the \"Device User`role`\" role, please be aware that such\n"
2499
+ " changes can significantly impact platform security. When defining permissions for the\n"
2500
+ " \"Device User`role`\", please consider that individual devices might get compromised."
2501
+ msgstr "\n\n"
2502
+ " Antes de modificar as permissões para a função “Usuário do dispositivo`role`”, esteja ciente de que tais alterações podem afetar significativamente a segurança da plataforma. Ao definir permissões para a função “Usuário do dispositivo`role`”, considere que dispositivos individuais podem ser comprometidos."
2502
2503
 
2503
2504
  msgid "Below you can configure one or more OPC UA servers. The OPC UA agent will connect to these servers if they are enabled and the connection state is set to connected."
2504
2505
  msgstr "Abaixo, você pode configurar um ou mais servidores OPC UA. O agente OPC UA se conectará a esses servidores se eles estiverem ativados e o estado da conexão estiver definido como conectado."
@@ -16479,9 +16480,9 @@ msgid "The counter for the total number of items might be inaccurate."
16479
16480
  msgstr "O contador para o número total de itens pode estar incorreto."
16480
16481
 
16481
16482
  msgid "The current application is not owned by this tenant. Clone the application before\n"
16482
- " running the setup."
16483
- msgstr "A aplicação atual não é de propriedade deste tenant. Clone a aplicação antes de\n"
16484
- " executar a configuração."
16483
+ " running the setup."
16484
+ msgstr "\n"
16485
+ " Aplicação atual não pertence a este Tenant. Clone a aplicação antes de executar a configuração."
16485
16486
 
16486
16487
  msgid "The current version of the blueprint that you are trying to install does not satisfy the requirements for the following API version \"{{ apiVersion }}\" or SDK version \"{{ sdkVersion }}\". Do you want to proceed?"
16487
16488
  msgstr "A versão atual do blueprint que você está tentando instalar não atende aos requisitos da seguinte versão da API \"{{ apiVersion }}\" ou versão de SDK \"{{ sdkVersion }}\". Deseja continuar?"
@@ -16905,12 +16906,12 @@ msgstr "Esta ação revogará o TOTP secreto do usuário que está armazenado ex
16905
16906
  msgid "This address is already in use."
16906
16907
  msgstr "Este endereço já está em uso."
16907
16908
 
16908
- msgid "This application (or any plugin that you added recently) has pre-requirements that needs\n"
16909
- " to be configured first. This wizard will guide you through the steps that are necessary\n"
16910
- " to get your customized application up and running."
16911
- msgstr "Esta aplicação (ou qualquer plugin que você adicionou recentemente) tem pré-requisitos que precisam\n"
16912
- " ser configurados primeiro. Este assistente o guiará pelas etapas necessárias\n"
16913
- " para que sua aplicação personalizada entre em funcionamento."
16909
+ msgid "This application (or any plugin that you added recently) has pre-requirements that\n"
16910
+ " needs to be configured first. This wizard will guide you through the steps that are\n"
16911
+ " necessary to get your customized application up and running."
16912
+ msgstr "Esta aplicação (ou qualquer plugin que você adicionou recentemente) tem pré-requisitos que\n"
16913
+ " precisam ser configurados primeiro. Este assistente irá guiá-lo pelas etapas\n"
16914
+ " necessárias para colocar sua aplicação personalizada em funcionamento."
16914
16915
 
16915
16916
  msgid "This application doesn't have any plugin. Click below to install."
16916
16917
  msgstr "Esta aplicação não tem nenhum plugin. Clique abaixo para instalar."
@@ -18949,8 +18950,9 @@ msgstr "Você está prestes a excluir o painel \"{{ dashboardName }}\". Deseja c
18949
18950
  msgid "You are about to delete the external ID \"{{externalId}}\" of the type \"{{type}}\". Do you want to proceed?"
18950
18951
  msgstr "Você está prestes a excluir a ID externa \"{{externalId}}\" do tipo \"{{type}}\". Deseja continuar?"
18951
18952
 
18952
- msgid "You are about to delete the global role. To apply these changes immediately, you'll need to terminate the sessions of all users with this role."
18953
- msgstr "Você está prestes a excluir o papel global. Para aplicar essas alterações imediatamente, será preciso encerrar as sessões de todos os usuários com esse papel."
18953
+ msgid "You are about to delete the global role. To apply these changes immediately, you'll need to\n"
18954
+ " terminate the sessions of all users with this role."
18955
+ msgstr "Você está prestes a excluir o Papel global. Para aplicar essas alterações imediatamente, você precisará encerrar as sessões de todos os usuários com esse papel.\n"
18954
18956
 
18955
18957
  msgid "You are about to delete the report \"{{ reportName }}\". Be aware that the report has a locked dashboard assigned. Do you want to proceed?"
18956
18958
  msgstr "Você está prestes a excluir o relatório \"{{ reportName }}\". Note que o relatório tem um painel bloqueado atribuído. Deseja continuar?"
@@ -19027,8 +19029,10 @@ msgstr "Você está prestes a revogar o certificado provisionado com o número d
19027
19029
  msgid "You are about to revoke the provisioned certificates with serial numbers: {{ serialNumbers }}. Do you want to proceed?"
19028
19030
  msgstr "Você está prestes a revogar os certificados provisionados com os números de série: {{ serialNumbers }}. Deseja continuar?"
19029
19031
 
19030
- msgid "You are about to save changes in the global role which might affect security. To apply these changes immediately, you'll need to terminate the sessions of all users with this role."
19031
- msgstr "Você está prestes a salvar as alterações no papel global que podem afetar a segurança. Para aplicar essas alterações imediatamente, será preciso encerrar as sessões de todos os usuários com esse papel."
19032
+ msgid "You are about to save changes in the global role which might affect security. To apply these\n"
19033
+ " changes immediately, you'll need to terminate the sessions of all users with this role."
19034
+ msgstr "Você está prestes a salvar alterações no Papel global que podem afetar a segurança. Para aplicar essas\n"
19035
+ " alterações imediatamente, você precisará encerrar as sessões de todos os usuários com esse papel."
19032
19036
 
19033
19037
  msgid "You are about to save changes to the SSO configuration. For these changes to take effect immediately, it is recommended to log out all affected users. If you prefer, you may skip the logout by unchecking the box below."
19034
19038
  msgstr "Você está prestes a salvar as alterações na configuração do SSO. Para que essas alterações tenham efeito imediato, é recomendável que todos os usuários afetados façam logout. Se preferir, você pode ignorar o logout desmarcando a caixa abaixo."
@@ -19143,9 +19147,9 @@ msgid "You don't have permissions to read the following series:"
19143
19147
  msgstr "Você não tem permissão para ler a série a seguir:"
19144
19148
 
19145
19149
  msgid "You don't have sufficient rights to setup this application. Contact an application\n"
19146
- " administrator to setup the required steps."
19147
- msgstr "Você não tem direitos suficientes para configurar esta aplicação. Entre em contato com um\n"
19148
- " administrador de aplicação para configurar as etapas necessárias."
19150
+ " administrator to setup the required steps."
19151
+ msgstr "\n"
19152
+ " Você não tem direitos suficientes para configurar esta aplicação. Entre em contato com um administrador da aplicação para configurar as etapas obrigatórias."
19149
19153
 
19150
19154
  msgid "You don't have the permission required to manage application access for {{ user.userName }}."
19151
19155
  msgstr "Você não tem a permissão necessária para gerenciar o acesso de aplicação para {{ user.userName }}."
package/locales/zh_CN.po CHANGED
@@ -2478,10 +2478,12 @@ msgstr "注意不要将自己锁在平台之外。"
2478
2478
  msgid "Before activating the custom domain name, make sure that:"
2479
2479
  msgstr "激活自定义域名前,请确保:"
2480
2480
 
2481
- msgid "Before modifying permissions for the \"Device User`role`\" role, please be aware that such changes can significantly impact platform security.\n"
2482
- " When defining permissions for the \"Device User`role`\", please consider that individual devices might get compromised."
2483
- msgstr "在修改 \"设备用户\" 角色的权限前,请注意此类更改可能会严重影响平台安全性。\n"
2484
- " 定义 \"设备用户\" 的权限时,请考虑各个设备可能会受到影响。"
2481
+ msgid "Before modifying permissions for the \"Device User`role`\" role, please be aware that such\n"
2482
+ " changes can significantly impact platform security. When defining permissions for the\n"
2483
+ " \"Device User`role`\", please consider that individual devices might get compromised."
2484
+ msgstr "在修改\"设备用户`角色`\"角色的权限前,请注意此类\n"
2485
+ " 更改可能对平台安全性产生重大影响。为\n"
2486
+ " \"设备用户`角色`\"定义权限时,请考虑单个设备可能遭到入侵的风险。"
2485
2487
 
2486
2488
  msgid "Below you can configure one or more OPC UA servers. The OPC UA agent will connect to these servers if they are enabled and the connection state is set to connected."
2487
2489
  msgstr "您可以在下方配置一台或多台 OPC UA 服务器。如果启用了这些服务器并将连接状态设置为已连接,则 OPC UA 代理将连接到这些服务器。"
@@ -16458,9 +16460,9 @@ msgid "The counter for the total number of items might be inaccurate."
16458
16460
  msgstr "项总数的计数器可能不准确。"
16459
16461
 
16460
16462
  msgid "The current application is not owned by this tenant. Clone the application before\n"
16461
- " running the setup."
16462
- msgstr "当前应用程序不归此租户所有。在运行设置之前,\n"
16463
- "请先克隆应用程序。"
16463
+ " running the setup."
16464
+ msgstr "\n"
16465
+ " 当前应用程序不属于此租户。在运行设置程序前请克隆该应用程序。"
16464
16466
 
16465
16467
  msgid "The current version of the blueprint that you are trying to install does not satisfy the requirements for the following API version \"{{ apiVersion }}\" or SDK version \"{{ sdkVersion }}\". Do you want to proceed?"
16466
16468
  msgstr "要尝试安装的蓝图的当前版本不满足以下 API 版本 \"{{ apiVersion }}\" 或 SDK 版本 \"{{ sdkVersion }}\" 的要求。是否要继续?"
@@ -16884,12 +16886,12 @@ msgstr "此操作将撤消用户存储的 TOTP 密钥,因此将需要新设置
16884
16886
  msgid "This address is already in use."
16885
16887
  msgstr "此地址已被使用。"
16886
16888
 
16887
- msgid "This application (or any plugin that you added recently) has pre-requirements that needs\n"
16888
- " to be configured first. This wizard will guide you through the steps that are necessary\n"
16889
- " to get your customized application up and running."
16890
- msgstr "此应用程序(或您最近添加的任何插件)具有需要先配置的先决要求。\n"
16891
- "此向导将指导您完成启动和运行\n"
16892
- "自定义应用程序所需的步骤。"
16889
+ msgid "This application (or any plugin that you added recently) has pre-requirements that\n"
16890
+ " needs to be configured first. This wizard will guide you through the steps that are\n"
16891
+ " necessary to get your customized application up and running."
16892
+ msgstr "此应用程序(或您最近添加的任何插件)存在先决条件,需要先配置\n"
16893
+ " 。本向导将引导您完成\n"
16894
+ " 使自定义应用程序正常运行的必要步骤。"
16893
16895
 
16894
16896
  msgid "This application doesn't have any plugin. Click below to install."
16895
16897
  msgstr "此应用程序没有任何插件。请在下面单击以进行安装。"
@@ -18926,8 +18928,10 @@ msgstr "您将要删除面板 \"{{ dashboardName }}\"。是否要继续?"
18926
18928
  msgid "You are about to delete the external ID \"{{externalId}}\" of the type \"{{type}}\". Do you want to proceed?"
18927
18929
  msgstr "您将要删除 \"{{type}}\" 类型的外部 ID \"{{externalId}}\"。是否要继续?"
18928
18930
 
18929
- msgid "You are about to delete the global role. To apply these changes immediately, you'll need to terminate the sessions of all users with this role."
18930
- msgstr "您即将删除全局角色。要立即应用这些更改,您需要终止所有具有此角色的用户的会话。"
18931
+ msgid "You are about to delete the global role. To apply these changes immediately, you'll need to\n"
18932
+ " terminate the sessions of all users with this role."
18933
+ msgstr "\n"
18934
+ " 您即将删除全局角色。要立即应用这些更改,您需要终止全部具有此角色的用户的会话。"
18931
18935
 
18932
18936
  msgid "You are about to delete the report \"{{ reportName }}\". Be aware that the report has a locked dashboard assigned. Do you want to proceed?"
18933
18937
  msgstr "您即将删除报表 \"{{ reportName }}\"。请注意,该报表分配了一个锁定的仪表板。是否要继续?"
@@ -19004,8 +19008,10 @@ msgstr "您即将撤消序列号为 {{ serialNumber }}的预配证书。是否
19004
19008
  msgid "You are about to revoke the provisioned certificates with serial numbers: {{ serialNumbers }}. Do you want to proceed?"
19005
19009
  msgstr "您即将撤消序列号为 {{ serialNumbers }}的已分配证书。是否要继续?"
19006
19010
 
19007
- msgid "You are about to save changes in the global role which might affect security. To apply these changes immediately, you'll need to terminate the sessions of all users with this role."
19008
- msgstr "您即将保存可能会影响安全性的全局角色更改。要立即应用这些更改,您需要终止所有具有此角色的用户的会话。"
19011
+ msgid "You are about to save changes in the global role which might affect security. To apply these\n"
19012
+ " changes immediately, you'll need to terminate the sessions of all users with this role."
19013
+ msgstr "您即将保存可能影响安全的全局角色更改。要立即应用这些\n"
19014
+ " 更改,您需要终止全部具有此角色的用户的会话。"
19009
19015
 
19010
19016
  msgid "You are about to save changes to the SSO configuration. For these changes to take effect immediately, it is recommended to log out all affected users. If you prefer, you may skip the logout by unchecking the box below."
19011
19017
  msgstr "您即将保存对单点登录配置的更改。为使这些更改立即生效,建议注销所有受影响的用户。若您希望跳过注销步骤,可取消勾选下方复选框。"
@@ -19120,9 +19126,9 @@ msgid "You don't have permissions to read the following series:"
19120
19126
  msgstr "您没有权限阅读以下系列内容:"
19121
19127
 
19122
19128
  msgid "You don't have sufficient rights to setup this application. Contact an application\n"
19123
- " administrator to setup the required steps."
19124
- msgstr "您没有足够的权限设置此应用程序。请与应用程序管理员联系\n"
19125
- "以设置所需的步骤。"
19129
+ " administrator to setup the required steps."
19130
+ msgstr "\n"
19131
+ " 您没有足够的权限来设置此应用程序。请联系应用程序管理员来执行必需的设置步骤。"
19126
19132
 
19127
19133
  msgid "You don't have the permission required to manage application access for {{ user.userName }}."
19128
19134
  msgstr "您没有管理 {{ user.userName }} 的应用程序访问权限所需的权限。"
package/locales/zh_TW.po CHANGED
@@ -2478,10 +2478,12 @@ msgstr "注意不要将自己锁在平台之外。"
2478
2478
  msgid "Before activating the custom domain name, make sure that:"
2479
2479
  msgstr "激活自定义域名前,请确保:"
2480
2480
 
2481
- msgid "Before modifying permissions for the \"Device User`role`\" role, please be aware that such changes can significantly impact platform security.\n"
2482
- " When defining permissions for the \"Device User`role`\", please consider that individual devices might get compromised."
2483
- msgstr "在修改 ”設備使用者” 角色的許可權前,請注意此類更改可能會嚴重影響平臺安全性。\n"
2484
- " 定義 ”設備使用者” 的許可權時,請考慮各個設備可能會受到影響。"
2481
+ msgid "Before modifying permissions for the \"Device User`role`\" role, please be aware that such\n"
2482
+ " changes can significantly impact platform security. When defining permissions for the\n"
2483
+ " \"Device User`role`\", please consider that individual devices might get compromised."
2484
+ msgstr "在更改「设备用户`角色`」权限前,请注意此类\n"
2485
+ " 更改可能对平台安全性造成重大影响。定义\n"
2486
+ " «设备用户`角色`」权限时,请考虑个别设备可能遭受入侵的风险。"
2485
2487
 
2486
2488
  msgid "Below you can configure one or more OPC UA servers. The OPC UA agent will connect to these servers if they are enabled and the connection state is set to connected."
2487
2489
  msgstr "您可以在下方配置一台或多台 OPC UA 服务器。如果启用了这些服务器并将连接状态设置为已连接,则 OPC UA 代理将连接到这些服务器。"
@@ -16462,9 +16464,9 @@ msgid "The counter for the total number of items might be inaccurate."
16462
16464
  msgstr "项总数的计数器可能不准确。"
16463
16465
 
16464
16466
  msgid "The current application is not owned by this tenant. Clone the application before\n"
16465
- " running the setup."
16466
- msgstr "当前应用程序不归此租户所有。在运行设置之前,\n"
16467
- "请先克隆应用程序。"
16467
+ " running the setup."
16468
+ msgstr "\n"
16469
+ " 当前应用程序并非由本租户所拥有。请在运行设置程序前先复制该应用程序。"
16468
16470
 
16469
16471
  msgid "The current version of the blueprint that you are trying to install does not satisfy the requirements for the following API version \"{{ apiVersion }}\" or SDK version \"{{ sdkVersion }}\". Do you want to proceed?"
16470
16472
  msgstr "要嘗試安裝的藍圖的當前版本不滿足以下 API 版本 \"{{ apiVersion }}\" 或 SDK 版本 \"{{ sdkVersion }}\" 的要求。是否要繼續?"
@@ -16888,12 +16890,12 @@ msgstr "此操作将撤消用户存储的 TOTP 密钥,因此将需要新设置
16888
16890
  msgid "This address is already in use."
16889
16891
  msgstr "此地址已被使用。"
16890
16892
 
16891
- msgid "This application (or any plugin that you added recently) has pre-requirements that needs\n"
16892
- " to be configured first. This wizard will guide you through the steps that are necessary\n"
16893
- " to get your customized application up and running."
16894
- msgstr "此应用程序(或您最近添加的任何插件)具有需要先配置的先决要求。\n"
16895
- "此向导将指导您完成启动和运行\n"
16896
- "自定义应用程序所需的步骤。"
16893
+ msgid "This application (or any plugin that you added recently) has pre-requirements that\n"
16894
+ " needs to be configured first. This wizard will guide you through the steps that are\n"
16895
+ " necessary to get your customized application up and running."
16896
+ msgstr "此应用程序(或您最近添加的任何插件)具有预先需求,必须先完成\n"
16897
+ " 的设置。本精灵将引导您完成\n"
16898
+ " 所需步骤,让您的自定义应用程序顺利启动并运行。"
16897
16899
 
16898
16900
  msgid "This application doesn't have any plugin. Click below to install."
16899
16901
  msgstr "此应用程序没有任何插件。请在下面单击以进行安装。"
@@ -18930,8 +18932,10 @@ msgstr "您将要删除面板 \"{{ dashboardName }}\"。是否要继续?"
18930
18932
  msgid "You are about to delete the external ID \"{{externalId}}\" of the type \"{{type}}\". Do you want to proceed?"
18931
18933
  msgstr "您将要删除 \"{{type}}\" 类型的外部 ID \"{{externalId}}\"。是否要继续?"
18932
18934
 
18933
- msgid "You are about to delete the global role. To apply these changes immediately, you'll need to terminate the sessions of all users with this role."
18934
- msgstr "您即將刪除全域角色。要立即應用這些更改,您需要終止所有具有此角色的用戶的會話。"
18935
+ msgid "You are about to delete the global role. To apply these changes immediately, you'll need to\n"
18936
+ " terminate the sessions of all users with this role."
18937
+ msgstr "\n"
18938
+ " 您即将删除全局角色。若要立即应用这些更改,您需要终止所有具备此角色的用户会话。"
18935
18939
 
18936
18940
  msgid "You are about to delete the report \"{{ reportName }}\". Be aware that the report has a locked dashboard assigned. Do you want to proceed?"
18937
18941
  msgstr "您即将删除报表 \"{{ reportName }}\"。请注意,该报表分配了一个锁定的仪表板。是否要继续?"
@@ -19008,8 +19012,10 @@ msgstr "您即将撤消序列号为: {{ serialNumber }}的已配置证书。
19008
19012
  msgid "You are about to revoke the provisioned certificates with serial numbers: {{ serialNumbers }}. Do you want to proceed?"
19009
19013
  msgstr "您即将撤消序列号为 {{ serialNumbers }}的预配证书。是否要继续?"
19010
19014
 
19011
- msgid "You are about to save changes in the global role which might affect security. To apply these changes immediately, you'll need to terminate the sessions of all users with this role."
19012
- msgstr "您即將儲存可能會影響安全性的全域角色更改。要立即應用這些更改,您需要終止所有具有此角色的用戶的會話。"
19015
+ msgid "You are about to save changes in the global role which might affect security. To apply these\n"
19016
+ " changes immediately, you'll need to terminate the sessions of all users with this role."
19017
+ msgstr "\n"
19018
+ " 您即将保存可能影响安全的全局角色更改。若要立即应用这些更改,您需要终止所有具备此角色的用户会话。"
19013
19019
 
19014
19020
  msgid "You are about to save changes to the SSO configuration. For these changes to take effect immediately, it is recommended to log out all affected users. If you prefer, you may skip the logout by unchecking the box below."
19015
19021
  msgstr "您即將儲存對單一登入(SSO)設定的變更。為使這些變更立即生效,建議登出所有受影響的使用者。若您希望跳過登出步驟,可取消勾選下方方塊。"
@@ -19124,9 +19130,9 @@ msgid "You don't have permissions to read the following series:"
19124
19130
  msgstr "您沒有閱讀以下系列的權限:"
19125
19131
 
19126
19132
  msgid "You don't have sufficient rights to setup this application. Contact an application\n"
19127
- " administrator to setup the required steps."
19128
- msgstr "您没有足够的权限设置此应用程序。请与应用程序管理员联系\n"
19129
- "以设置所需的步骤。"
19133
+ " administrator to setup the required steps."
19134
+ msgstr "\n"
19135
+ " 您沒有足夠的權限來設定此应用程序。請聯絡应用程序管理員以執行必需設定步驟。"
19130
19136
 
19131
19137
  msgid "You don't have the permission required to manage application access for {{ user.userName }}."
19132
19138
  msgstr "您没有管理 {{ user.userName }} 的应用程序访问权限所需的权限。"
package/map/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { TemplateRef, ElementRef, ViewContainerRef, InjectionToken, EventEmitter, SimpleChanges, SimpleChange, IterableDiffers } from '@angular/core';
3
- import { IManagedObject, IEvent, InventoryService, IIdentified, IResultList } from '@c8y/client';
3
+ import { IManagedObject, IEvent, QueriesUtil, InventoryService, IIdentified, IResultList } from '@c8y/client';
4
4
  import * as i3 from '@c8y/ngx-components';
5
5
  import { GlobalAutoRefreshWidgetConfig, OptionsService, ServiceRegistry, FeatureCacheService, ManagedObjectRealtimeService, GeoService, DatePipe, WidgetGlobalAutoRefreshService, DynamicComponent, CountdownIntervalComponent, DynamicComponentAlertAggregator, ColorService } from '@c8y/ngx-components';
6
6
  import { MapDefaultConfig, MapTileLayer } from '@c8y/options';
@@ -117,6 +117,8 @@ type ClusterMapConfig = MapConfig & {
117
117
  * Optional refresh interval in milliseconds (null for no auto-refresh).
118
118
  */
119
119
  refreshInterval?: number | null;
120
+ /** If set to true, the map will automatically fit to bounds on initialization. */
121
+ autoFitToBounds?: boolean;
120
122
  };
121
123
  /**
122
124
  * General map configuration, including options for following, real-time, icon, color, zoom, pan, and bounds.
@@ -185,6 +187,13 @@ type MapStatusButtonsConfig = {
185
187
  disabled?: boolean;
186
188
  };
187
189
  };
190
+ /**
191
+ * Extension of QueriesUtil to use decimal literals instead of float literals.
192
+ * Used for queries involving longitude and latitude to avoid precision issues.
193
+ */
194
+ declare class QueriesUtilDecimalExtension extends QueriesUtil {
195
+ useAsFloat(operand: string | number): string;
196
+ }
188
197
 
189
198
  declare class MapService {
190
199
  private inventory;
@@ -247,10 +256,10 @@ declare class MapService {
247
256
  /**
248
257
  * Counts all managed objects in a given bound with a c8y_Position fragment.
249
258
  * @param bound The lat lng bound to request the managed objects for.
250
- * @param isinhierarchyofMO The group managed object of which direct children should be searched for.
259
+ * @param isInHierarchyOfMO The group managed object of which direct children should be searched for.
251
260
  * @returns The number of all position managed objects in the given bound (and group).
252
261
  */
253
- getPositionMOsFromBoundCount(bound: L.LatLngBounds, isinhierarchyofMO?: IManagedObject): Promise<number>;
262
+ getPositionMOsFromBoundCount(bound: L.LatLngBounds, isInHierarchyOfMO?: IManagedObject): Promise<number>;
254
263
  /**
255
264
  * Returns all managed objects with a c8y_Position fragment in a certain boundary.
256
265
  * @param bound The lat lng bound to request the managed objects for.
@@ -260,17 +269,17 @@ declare class MapService {
260
269
  /**
261
270
  * Returns all managed objects with a c8y_Position fragment in a certain boundary that belongs to a certain group.
262
271
  * @param bound The lat lng bound to request the managed objects for.
263
- * @param isinhierarchyofMO The group managed object of which direct children should be searched for.
272
+ * @param isInHierarchyOfMO The group managed object of which direct children should be searched for.
264
273
  * @returns All position managed objects in the given bound that are children of the given group.
265
274
  */
266
- getPositionMOsFromBound(bound: L.LatLngBounds, isinhierarchyofMO: IManagedObject): Promise<PositionManagedObject[]>;
275
+ getPositionMOsFromBound(bound: L.LatLngBounds, isInHierarchyOfMO: IManagedObject): Promise<PositionManagedObject[]>;
267
276
  /**
268
277
  * Counts the managed objects in a certain boundary belonging to a group.
269
278
  * @param bound The lat lng bound to request the managed objects for.
270
- * @param isinhierarchyofMO The group managed object of which direct children should be searched for.
279
+ * @param isInHierarchyOfMO The group managed object of which direct children should be searched for.
271
280
  * @return The count of the managed objects.
272
281
  */
273
- getPositionMOsFromBound(bound: L.LatLngBounds, isinhierarchyofMO: IManagedObject, count: true): Promise<number>;
282
+ getPositionMOsFromBound(bound: L.LatLngBounds, isInHierarchyOfMO: IManagedObject, count: true): Promise<number>;
274
283
  /**
275
284
  * Returns all devices with c8y_Position.
276
285
  */
@@ -294,17 +303,28 @@ declare class MapService {
294
303
  getPositionDevices(pageSize: number, count: true): Promise<number>;
295
304
  /**
296
305
  * Returns all managed object with a c8y_Position fragment.
297
- * @param isinhierarchyofMO The group managed object of which direct children should be searched for.
306
+ * @param isInHierarchyOfMO The group managed object of which direct children should be searched for.
298
307
  * @param pageSize Defines how many results should be returned.
299
308
  * @returns The managed objects with position.
300
309
  */
301
- getAllPositionMOs(isinhierarchyofMO?: IIdentified, pageSize?: number): Promise<IResultList<PositionManagedObject>>;
310
+ getAllPositionMOs(isInHierarchyOfMO?: IIdentified, pageSize?: number): Promise<IResultList<PositionManagedObject>>;
311
+ /**
312
+ * Gets the bounds of all assets, optionally within a group.
313
+ * @param isInHierarchyOfMO Is inhierachy of managed object to limit the assets to a group.
314
+ * @returns The bounds of all assets.
315
+ */
316
+ getAllBounds(isInHierarchyOfMO?: IIdentified): Promise<L.LatLngBounds>;
302
317
  /**
303
318
  * Determines a rectangular geographical area based on the positions of all devices.
304
319
  *
305
320
  * @returns A [[LatLngBounds]] object fitting all devices' geo positions.
306
321
  */
307
322
  getAllDevicesBounds(): Promise<L.LatLngBounds>;
323
+ /**
324
+ * Calculates the bounding box that contains all given assets.
325
+ * @param assets The assets to calculate the bounds for.
326
+ * @returns The calculated bounds or undefined if no valid positions are found.
327
+ */
308
328
  getAssetsBounds(assets: PositionManagedObject[]): Promise<L.LatLngBounds | undefined>;
309
329
  /**
310
330
  * Returns the cluster size for clustered maps. Counting the position MOs in a bounding
@@ -334,6 +354,13 @@ declare class MapService {
334
354
  */
335
355
  private denormalizePMO;
336
356
  private childrenOfGroupFilter;
357
+ /**
358
+ * Internal method to calculate bounds based on position coordinates.
359
+ * @param queryName The query parameter name to use ('q' or 'query'). Use q to limit to devices only.
360
+ * @param isInHierarchyOfMO Optional managed object to limit the assets to a group.
361
+ * @returns The calculated bounds
362
+ */
363
+ private getBounds;
337
364
  static ɵfac: i0.ɵɵFactoryDeclaration<MapService, never>;
338
365
  static ɵprov: i0.ɵɵInjectableDeclaration<MapService>;
339
366
  }
@@ -555,6 +582,10 @@ declare class ClusterMapComponent extends MapComponent implements DynamicCompone
555
582
  alerts: DynamicComponentAlertAggregator;
556
583
  /** @ignore */
557
584
  errorNotifier: BehaviorSubject<any>;
585
+ /**
586
+ * Indicates if the map was manually changed by the user (e.g., panned or zoomed).
587
+ */
588
+ isDirty: boolean;
558
589
  private reloadTrigger$;
559
590
  private clusters;
560
591
  private readonly EVENT_THROTTLE_TIME;
@@ -824,6 +855,6 @@ declare global {
824
855
  }
825
856
  }
826
857
 
827
- export { ClusterMap, ClusterMapComponent, ClusterSize, MAP_DEFAULT_CONFIG, MAP_TILE_LAYER, MapComponent, MapModule, MapPopupDirective, MapService, MapStatusComponent, MapTenantOptionKeys, defaultFitBoundsOptions, defaultLayer, defaultMapConfig, getC8yMarker };
858
+ export { ClusterMap, ClusterMapComponent, ClusterSize, MAP_DEFAULT_CONFIG, MAP_TILE_LAYER, MapComponent, MapModule, MapPopupDirective, MapService, MapStatusComponent, MapTenantOptionKeys, QueriesUtilDecimalExtension, defaultFitBoundsOptions, defaultLayer, defaultMapConfig, getC8yMarker };
828
859
  export type { C8yMarker, C8yMarkerAttributes, ClusterMapConfig, MapConfig, MapStatusButtonsConfig, PositionManagedObject };
829
860
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sources":["../../map/map-popup.directive.ts","../../map/map.model.ts","../../map/map.service.ts","../../map/map.component.ts","../../map/cluster-map.component.ts","../../map/cluster-map.ts","../../map/map-status.component.ts","../../map/map.module.ts","../../map/map-tile-layer-hook.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sources":["../../map/map-popup.directive.ts","../../map/map.model.ts","../../map/map.service.ts","../../map/map.component.ts","../../map/cluster-map.component.ts","../../map/cluster-map.ts","../../map/map-status.component.ts","../../map/map.module.ts","../../map/map-tile-layer-hook.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null],"names":[],"mappings":"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"}