@c8y/ngx-components 1021.49.12 → 1021.51.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 (183) hide show
  1. package/core/aggregation/aggregation.model.d.ts.map +1 -0
  2. package/core/aggregation/aggregation.service.d.ts +44 -0
  3. package/core/aggregation/aggregation.service.d.ts.map +1 -0
  4. package/core/aggregation/index.d.ts +3 -0
  5. package/core/aggregation/index.d.ts.map +1 -0
  6. package/core/common/index.d.ts +0 -2
  7. package/core/common/index.d.ts.map +1 -1
  8. package/core/dashboard/wiget-time-context/aggregation-picker/aggregation-picker.component.d.ts +2 -2
  9. package/core/dashboard/wiget-time-context/aggregation-picker/aggregation-picker.component.d.ts.map +1 -1
  10. package/core/dashboard/wiget-time-context/widget-time-context-icon-bar/widget-time-context-icon-bar.component.d.ts +1 -1
  11. package/core/dashboard/wiget-time-context/widget-time-context-icon-bar/widget-time-context-icon-bar.component.d.ts.map +1 -1
  12. package/core/dashboard/wiget-time-context/widget-time-context.component.d.ts +1 -1
  13. package/core/dashboard/wiget-time-context/widget-time-context.component.d.ts.map +1 -1
  14. package/core/i18n/pattern-messages.data.d.ts +18 -0
  15. package/core/i18n/pattern-messages.data.d.ts.map +1 -1
  16. package/core/index.d.ts +1 -0
  17. package/core/index.d.ts.map +1 -1
  18. package/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/data-fetching.service.d.ts +54 -42
  19. package/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/data-fetching.service.d.ts.map +1 -1
  20. package/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-export-selector-file-exporter.component.d.ts +28 -8
  21. package/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-export-selector-file-exporter.component.d.ts.map +1 -1
  22. package/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-export-selector-file-exporter.service.d.ts +3 -52
  23. package/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-export-selector-file-exporter.service.d.ts.map +1 -1
  24. package/datapoints-export-selector/datapoints-export-selector.model.d.ts +5 -14
  25. package/datapoints-export-selector/datapoints-export-selector.model.d.ts.map +1 -1
  26. package/device-grid/device-grid.component.d.ts.map +1 -1
  27. package/device-grid/device-grid.service.d.ts +2 -0
  28. package/device-grid/device-grid.service.d.ts.map +1 -1
  29. package/esm2022/alarms/alarms-type-filter.component.mjs +3 -3
  30. package/esm2022/core/aggregation/aggregation.model.mjs +46 -0
  31. package/esm2022/core/aggregation/aggregation.service.mjs +76 -0
  32. package/esm2022/core/aggregation/index.mjs +3 -0
  33. package/esm2022/core/common/index.mjs +1 -3
  34. package/esm2022/core/dashboard/wiget-time-context/aggregation-picker/aggregation-picker.component.mjs +2 -2
  35. package/esm2022/core/dashboard/wiget-time-context/widget-time-context-icon-bar/widget-time-context-icon-bar.component.mjs +2 -2
  36. package/esm2022/core/dashboard/wiget-time-context/widget-time-context.component.mjs +4 -4
  37. package/esm2022/core/i18n/pattern-messages.data.mjs +19 -1
  38. package/esm2022/core/index.mjs +2 -1
  39. package/esm2022/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/data-fetching.service.mjs +166 -164
  40. package/esm2022/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-export-selector-file-exporter.component.mjs +82 -48
  41. package/esm2022/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-export-selector-file-exporter.service.mjs +5 -95
  42. package/esm2022/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-exports-selector-data-scope/datapoints-exports-selector-data-scope.component.mjs +3 -3
  43. package/esm2022/datapoints-export-selector/datapoints-export-selector.component.mjs +3 -3
  44. package/esm2022/datapoints-export-selector/datapoints-export-selector.model.mjs +1 -9
  45. package/esm2022/device-grid/device-grid.component.mjs +3 -3
  46. package/esm2022/device-grid/device-grid.service.mjs +16 -1
  47. package/esm2022/device-list/add-smart-group.component.mjs +3 -3
  48. package/esm2022/interval-picker/interval-picker.model.mjs +5 -1
  49. package/esm2022/operations/bulk-operation-list-item/bulk-operation-list-item.service.mjs +5 -4
  50. package/esm2022/operations/operation-details/operation-details.module.mjs +7 -7
  51. package/esm2022/operations/operations-list/device-control.feature.mjs +20 -0
  52. package/esm2022/operations/operations-list/index.mjs +4 -3
  53. package/esm2022/operations/operations-list/operations-list-item.component.mjs +11 -9
  54. package/esm2022/operations/operations-list/operations-list.component.mjs +15 -10
  55. package/esm2022/operations/operations-list/operations-list.module.mjs +16 -41
  56. package/esm2022/operations/operations-list/operations-list.service.mjs +4 -3
  57. package/esm2022/operations/operations.module.mjs +21 -14
  58. package/esm2022/operations/shared/operations.service.mjs +4 -3
  59. package/esm2022/services/index.mjs +14 -3
  60. package/esm2022/services/service-command-tab/c8y-ngx-components-services-service-command-tab.mjs +5 -0
  61. package/esm2022/services/service-command-tab/index.mjs +3 -0
  62. package/esm2022/services/service-command-tab/service-command-tab.component.mjs +33 -0
  63. package/esm2022/services/service-command-tab/service-command.feature.mjs +14 -0
  64. package/esm2022/services/services-device-tab/index.mjs +9 -3
  65. package/esm2022/services/services-device-tab/services-device-tab.component.mjs +3 -4
  66. package/esm2022/services/services-device-tab/services-device-tab.guard.mjs +2 -2
  67. package/esm2022/services/services-device-tab/services.breadcrumb-factory.mjs +13 -1
  68. package/esm2022/services/services.module.mjs +4 -2
  69. package/esm2022/services/shared/c8y-ngx-components-services-shared.mjs +5 -0
  70. package/esm2022/services/shared/index.mjs +3 -0
  71. package/esm2022/services/shared/service-command.service.mjs +118 -0
  72. package/esm2022/services/shared/services.model.mjs +23 -0
  73. package/esm2022/widgets/implementations/datapoints-table/datapoints-table-config/datapoints-table-config.component.mjs +25 -41
  74. package/esm2022/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-reload/datapoints-reload.component.mjs +3 -3
  75. package/esm2022/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-table-view.component.mjs +55 -49
  76. package/esm2022/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-table-view.service.mjs +25 -73
  77. package/esm2022/widgets/implementations/datapoints-table/datapoints-table-widget.model.mjs +20 -20
  78. package/esm2022/widgets/implementations/datapoints-table/datapoints-table.service.mjs +19 -19
  79. package/fesm2022/c8y-ngx-components-alarms.mjs +2 -2
  80. package/fesm2022/c8y-ngx-components-alarms.mjs.map +1 -1
  81. package/fesm2022/c8y-ngx-components-datapoints-export-selector.mjs +248 -308
  82. package/fesm2022/c8y-ngx-components-datapoints-export-selector.mjs.map +1 -1
  83. package/fesm2022/c8y-ngx-components-device-grid.mjs +17 -2
  84. package/fesm2022/c8y-ngx-components-device-grid.mjs.map +1 -1
  85. package/fesm2022/c8y-ngx-components-device-list.mjs +2 -2
  86. package/fesm2022/c8y-ngx-components-device-list.mjs.map +1 -1
  87. package/fesm2022/c8y-ngx-components-interval-picker.mjs +5 -1
  88. package/fesm2022/c8y-ngx-components-interval-picker.mjs.map +1 -1
  89. package/fesm2022/c8y-ngx-components-operations-bulk-operation-list-item.mjs +3 -2
  90. package/fesm2022/c8y-ngx-components-operations-bulk-operation-list-item.mjs.map +1 -1
  91. package/fesm2022/c8y-ngx-components-operations-operation-details.mjs +5 -5
  92. package/fesm2022/c8y-ngx-components-operations-operation-details.mjs.map +1 -1
  93. package/fesm2022/c8y-ngx-components-operations-operations-list.mjs +57 -52
  94. package/fesm2022/c8y-ngx-components-operations-operations-list.mjs.map +1 -1
  95. package/fesm2022/c8y-ngx-components-operations-shared.mjs +3 -2
  96. package/fesm2022/c8y-ngx-components-operations-shared.mjs.map +1 -1
  97. package/fesm2022/c8y-ngx-components-operations.mjs +42 -35
  98. package/fesm2022/c8y-ngx-components-operations.mjs.map +1 -1
  99. package/fesm2022/c8y-ngx-components-services-service-command-tab.mjs +49 -0
  100. package/fesm2022/c8y-ngx-components-services-service-command-tab.mjs.map +1 -0
  101. package/fesm2022/c8y-ngx-components-services-shared.mjs +145 -0
  102. package/fesm2022/c8y-ngx-components-services-shared.mjs.map +1 -0
  103. package/fesm2022/c8y-ngx-components-services.mjs +20 -113
  104. package/fesm2022/c8y-ngx-components-services.mjs.map +1 -1
  105. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-table.mjs +1075 -1253
  106. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-table.mjs.map +1 -1
  107. package/fesm2022/c8y-ngx-components.mjs +136 -76
  108. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  109. package/interval-picker/interval-picker.model.d.ts +6 -0
  110. package/interval-picker/interval-picker.model.d.ts.map +1 -1
  111. package/locales/de.po +52 -41
  112. package/locales/es.po +52 -41
  113. package/locales/fr.po +51 -40
  114. package/locales/ja_JP.po +53 -43
  115. package/locales/ko.po +51 -34
  116. package/locales/locales.pot +42 -31
  117. package/locales/nl.po +52 -41
  118. package/locales/pl.po +52 -40
  119. package/locales/pt_BR.po +51 -40
  120. package/locales/zh_CN.po +50 -33
  121. package/locales/zh_TW.po +50 -33
  122. package/operations/bulk-operation-list-item/bulk-operation-list-item.service.d.ts +2 -2
  123. package/operations/bulk-operation-list-item/bulk-operation-list-item.service.d.ts.map +1 -1
  124. package/operations/operation-details/operation-details.module.d.ts +1 -1
  125. package/operations/operations-list/device-control.feature.d.ts +4 -0
  126. package/operations/operations-list/device-control.feature.d.ts.map +1 -0
  127. package/operations/operations-list/index.d.ts +3 -2
  128. package/operations/operations-list/index.d.ts.map +1 -1
  129. package/operations/operations-list/operations-list-item.component.d.ts +1 -1
  130. package/operations/operations-list/operations-list-item.component.d.ts.map +1 -1
  131. package/operations/operations-list/operations-list.component.d.ts +3 -1
  132. package/operations/operations-list/operations-list.component.d.ts.map +1 -1
  133. package/operations/operations-list/operations-list.module.d.ts +3 -9
  134. package/operations/operations-list/operations-list.module.d.ts.map +1 -1
  135. package/operations/operations.module.d.ts +1 -2
  136. package/operations/operations.module.d.ts.map +1 -1
  137. package/package.json +1 -1
  138. package/services/index.d.ts +13 -2
  139. package/services/index.d.ts.map +1 -1
  140. package/services/service-command-tab/c8y-ngx-components-services-service-command-tab.d.ts.map +1 -0
  141. package/services/service-command-tab/index.d.ts +3 -0
  142. package/services/service-command-tab/index.d.ts.map +1 -0
  143. package/services/service-command-tab/service-command-tab.component.d.ts +12 -0
  144. package/services/service-command-tab/service-command-tab.component.d.ts.map +1 -0
  145. package/services/service-command-tab/service-command.feature.d.ts +3 -0
  146. package/services/service-command-tab/service-command.feature.d.ts.map +1 -0
  147. package/services/services-device-tab/index.d.ts +8 -2
  148. package/services/services-device-tab/index.d.ts.map +1 -1
  149. package/services/services-device-tab/services-device-tab.component.d.ts +2 -2
  150. package/services/services-device-tab/services-device-tab.component.d.ts.map +1 -1
  151. package/services/services-device-tab/services.breadcrumb-factory.d.ts.map +1 -1
  152. package/services/services.module.d.ts.map +1 -1
  153. package/services/shared/c8y-ngx-components-services-shared.d.ts.map +1 -0
  154. package/services/shared/index.d.ts +3 -0
  155. package/services/shared/index.d.ts.map +1 -0
  156. package/services/{services-device-tab → shared}/service-command.service.d.ts +10 -7
  157. package/services/shared/service-command.service.d.ts.map +1 -0
  158. package/services/shared/services.model.d.ts +31 -0
  159. package/services/shared/services.model.d.ts.map +1 -0
  160. package/widgets/implementations/datapoints-table/datapoints-table-config/datapoints-table-config.component.d.ts +3 -5
  161. package/widgets/implementations/datapoints-table/datapoints-table-config/datapoints-table-config.component.d.ts.map +1 -1
  162. package/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-table-view.component.d.ts +7 -2
  163. package/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-table-view.component.d.ts.map +1 -1
  164. package/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-table-view.service.d.ts +7 -27
  165. package/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-table-view.service.d.ts.map +1 -1
  166. package/widgets/implementations/datapoints-table/datapoints-table-widget.model.d.ts +4 -3
  167. package/widgets/implementations/datapoints-table/datapoints-table-widget.model.d.ts.map +1 -1
  168. package/widgets/implementations/datapoints-table/datapoints-table.service.d.ts +5 -5
  169. package/widgets/implementations/datapoints-table/datapoints-table.service.d.ts.map +1 -1
  170. package/core/common/aggregation/aggregation.model.d.ts.map +0 -1
  171. package/core/common/aggregation/aggregation.service.d.ts +0 -17
  172. package/core/common/aggregation/aggregation.service.d.ts.map +0 -1
  173. package/esm2022/core/common/aggregation/aggregation.model.mjs +0 -46
  174. package/esm2022/core/common/aggregation/aggregation.service.mjs +0 -34
  175. package/esm2022/services/services-device-tab/service-command.service.mjs +0 -113
  176. package/esm2022/services/services-device-tab/service-device-tab.model.mjs +0 -2
  177. package/esm2022/widgets/implementations/datapoints-table/datapoints-table-config/datapoints-table-config.service.mjs +0 -124
  178. package/services/services-device-tab/service-command.service.d.ts.map +0 -1
  179. package/services/services-device-tab/service-device-tab.model.d.ts +0 -11
  180. package/services/services-device-tab/service-device-tab.model.d.ts.map +0 -1
  181. package/widgets/implementations/datapoints-table/datapoints-table-config/datapoints-table-config.service.d.ts +0 -56
  182. package/widgets/implementations/datapoints-table/datapoints-table-config/datapoints-table-config.service.d.ts.map +0 -1
  183. /package/core/{common/aggregation → aggregation}/aggregation.model.d.ts +0 -0
package/locales/zh_TW.po CHANGED
@@ -1308,7 +1308,7 @@ msgid "After clicking \"Download\":<br>\n"
1308
1308
  " <li><strong>{{$emailDeliverableCount}}</strong> datapoint(s) exports require further processing. The files will be sent to you via separate emails once completed, which may take some time.</li>\n"
1309
1309
  " <li><strong>{{$nonRetrievableCount}}</strong> datapoint(s) exports exceeded 1,000,000 records, which is the limit for backend processing. To export these data, please reduce the date range. Otherwise, the data will neither be downloaded nor sent via email.</li>\n"
1310
1310
  " </ul>\n"
1311
- " <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.\n"
1311
+ " <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.</p>\n"
1312
1312
  " <p><strong>Note:</strong> The file name convention of files within zip file is: <code>[source]_[fragment_series].[csv/xls]</code></p>"
1313
1313
  msgstr ""
1314
1314
 
@@ -1594,7 +1594,7 @@ msgid "Altitude (m)"
1594
1594
  msgstr "海拔 (m)"
1595
1595
 
1596
1596
  msgid "Altitude:"
1597
- msgstr ""
1597
+ msgstr "海拔:"
1598
1598
 
1599
1599
  msgid "Always"
1600
1600
  msgstr "总是"
@@ -2956,6 +2956,9 @@ msgstr "已分配子設備。"
2956
2956
  msgid "Children"
2957
2957
  msgstr "子"
2958
2958
 
2959
+ msgid "Choose export type from available options:"
2960
+ msgstr ""
2961
+
2959
2962
  msgid "Choose how to select a date range, the available options are:\n"
2960
2963
  " <ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
2961
2964
  " <!-- Will be re-enabled in MTM-61920 -->\n"
@@ -3015,9 +3018,6 @@ msgid "Choose how to select a date range, the available options are:\n"
3015
3018
  " </ul>"
3016
3019
  msgstr ""
3017
3020
 
3018
- msgid "Choose type of an export to generate, the available options are:"
3019
- msgstr ""
3020
-
3021
3021
  msgid "Circular $refs."
3022
3022
  msgstr "循环 $refs。"
3023
3023
 
@@ -3866,7 +3866,7 @@ msgstr "无法创建租户。具有给定域/URL 的租户已存在。"
3866
3866
  msgid "Could not create application."
3867
3867
  msgstr "无法创建应用程序。"
3868
3868
 
3869
- msgid "Could not create operaion."
3869
+ msgid "Could not create operation."
3870
3870
  msgstr ""
3871
3871
 
3872
3872
  msgid "Could not create the device in the LoRa platform."
@@ -4233,13 +4233,6 @@ msgstr "创建日期"
4233
4233
  msgid "Created to`date`"
4234
4234
  msgstr "創建終止日期"
4235
4235
 
4236
- msgid "Creates a compressed ZIP file that contains separate data files for each of your\n"
4237
- " selected points"
4238
- msgstr ""
4239
-
4240
- msgid "Creates a single merged file containing all the data"
4241
- msgstr ""
4242
-
4243
4236
  msgid "Creates alarm when measurements are missing"
4244
4237
  msgstr "缺少测量时创建警报"
4245
4238
 
@@ -5989,6 +5982,9 @@ msgstr "电子邮件地址"
5989
5982
  msgid "Email addresses"
5990
5983
  msgstr "电子邮件地址"
5991
5984
 
5985
+ msgid "Email delivery if exceeds 50,000 records"
5986
+ msgstr ""
5987
+
5992
5988
  msgid "Email server"
5993
5989
  msgstr "电子邮件服务器"
5994
5990
 
@@ -6685,7 +6681,7 @@ msgstr "填充"
6685
6681
  msgid "Filter"
6686
6682
  msgstr "过滤"
6687
6683
 
6688
- msgid "Filter by Alarm types"
6684
+ msgid "Filter by alarm types"
6689
6685
  msgstr ""
6690
6686
 
6691
6687
  msgid "Filter by configuration type"
@@ -6927,7 +6923,11 @@ msgid "Find out more in the\n"
6927
6923
  " user documentation\n"
6928
6924
  " </a>\n"
6929
6925
  " ."
6930
- msgstr ""
6926
+ msgstr "在\n"
6927
+ " <a c8y-guide-href=\"/docs/cockpit/widgets-collection/#data-point-table\">\n"
6928
+ "用戶文檔\n"
6929
+ " </a>\n"
6930
+ "中詳細瞭解。"
6931
6931
 
6932
6932
  msgid "Find out more in the\n"
6933
6933
  " <a c8y-guide-href=\"/docs/concepts/applications\">user documentation</a>\n"
@@ -8142,9 +8142,6 @@ msgstr "如果設定為 true,LWM2M 代理將在啟動實際固件更新操作
8142
8142
  msgid "If the configuration is enabled, the firmware update operation will fail if the update result (resource 5) is not as expected based on the LWM2M firmware state machine."
8143
8143
  msgstr ""
8144
8144
 
8145
- msgid "If the export exceeds 50,000 records, the data will be sent via email"
8146
- msgstr ""
8147
-
8148
8145
  msgid "If the filter is set, the firmware will show up for installation only for devices of that type. If no filter is set, it will be available for all devices."
8149
8146
  msgstr "如果设置了过滤器,则固件将仅针对该类型的设备显示以进行安装。如果未设置过滤器,则它将可用于所有设备。"
8150
8147
 
@@ -10479,6 +10476,9 @@ msgstr "没有要显示的插件。"
10479
10476
  msgid "No position fragment in selected devices"
10480
10477
  msgstr "在选定设备中没有位置片段"
10481
10478
 
10479
+ msgid "No preview available"
10480
+ msgstr ""
10481
+
10482
10482
  msgid "No preview available for log files with MIME type other than <code>text/*</code>."
10483
10483
  msgstr "无预览可用于 <code>text/*</code> 之外的 MIME 类型的日志文件。"
10484
10484
 
@@ -11235,6 +11235,9 @@ msgstr "已删除选项。"
11235
11235
  msgid "Option management"
11236
11236
  msgstr "选项管理"
11237
11237
 
11238
+ msgid "Optional data aggregation supported"
11239
+ msgstr ""
11240
+
11238
11241
  msgid "Optionally you can add a custom alarm."
11239
11242
  msgstr "您可以選擇添加自訂報警。"
11240
11243
 
@@ -11800,6 +11803,9 @@ msgstr "按\n"
11800
11803
  msgid "Preview"
11801
11804
  msgstr "预览"
11802
11805
 
11806
+ msgid "Preview available"
11807
+ msgstr ""
11808
+
11803
11809
  msgid "Preview banner"
11804
11810
  msgstr "預覽橫幅"
11805
11811
 
@@ -11812,12 +11818,6 @@ msgstr "预览配置"
11812
11818
  msgid "Preview file"
11813
11819
  msgstr "预览文件"
11814
11820
 
11815
- msgid "Preview is available"
11816
- msgstr ""
11817
-
11818
- msgid "Preview is not available"
11819
- msgstr ""
11820
-
11821
11821
  msgid "Preview not available"
11822
11822
  msgstr "预览不可用"
11823
11823
 
@@ -12091,6 +12091,9 @@ msgstr "REST API 内置字段"
12091
12091
  msgid "REST API custom fields"
12092
12092
  msgstr "REST API 自定义字段"
12093
12093
 
12094
+ msgid "RESTART`verb, action` {{service}}"
12095
+ msgstr ""
12096
+
12094
12097
  msgid "RETIRED"
12095
12098
  msgstr "已停用"
12096
12099
 
@@ -12988,6 +12991,12 @@ msgstr "SSO 登錄失敗。請聯繫管理員。"
12988
12991
  msgid "SS`SECONDS`"
12989
12992
  msgstr "SS"
12990
12993
 
12994
+ msgid "START`verb, action` {{service}}"
12995
+ msgstr ""
12996
+
12997
+ msgid "STOP`verb, action` {{service}}"
12998
+ msgstr ""
12999
+
12991
13000
  msgid "STRING"
12992
13001
  msgstr "字符串"
12993
13002
 
@@ -13795,6 +13804,9 @@ msgstr "已发送操作以应用 WAN 设置。"
13795
13804
  msgid "Sent to"
13796
13805
  msgstr "已发送到"
13797
13806
 
13807
+ msgid "Separate files for each data point in ZIP format"
13808
+ msgstr ""
13809
+
13798
13810
  msgid "Separator color"
13799
13811
  msgstr "分隔符號顏色"
13800
13812
 
@@ -14591,6 +14603,9 @@ msgstr "单个"
14591
14603
  msgid "Single location"
14592
14604
  msgstr "单个位置"
14593
14605
 
14606
+ msgid "Single merged file for all data"
14607
+ msgstr ""
14608
+
14594
14609
  msgid "Single operation details"
14595
14610
  msgstr "单个操作详细信息"
14596
14611
 
@@ -14918,6 +14933,9 @@ msgstr "后一步"
14918
14933
  msgid "Step before"
14919
14934
  msgstr "前一步"
14920
14935
 
14936
+ msgid "Stop"
14937
+ msgstr ""
14938
+
14921
14939
  msgid "Stop Process"
14922
14940
  msgstr "停止进程"
14923
14941
 
@@ -15143,9 +15161,6 @@ msgstr ""
15143
15161
  msgid "Supported operations"
15144
15162
  msgstr "支持的操作"
15145
15163
 
15146
- msgid "Supports data aggregation (optional)"
15147
- msgstr ""
15148
-
15149
15164
  msgid "Supports markdown. Use {{ headerMark }} for headers, {{ listMark }} for lists, {{ boldMark }} for bold, {{ italicMark }} for italic, and {{ linkMark }} for links."
15150
15165
  msgstr "支援標記。使用 {{ headerMark }} 表示頁眉,使用 {{ listMark }} 表示清單,使用 {{ boldMark }} 表示粗體,使用 {{ italicMark }} 表示斜體,使用 {{ linkMark }} 表示連結。"
15151
15166
 
@@ -16103,8 +16118,7 @@ msgstr "超过阈值"
16103
16118
  msgid "Thresholds exceeded"
16104
16119
  msgstr "已超过阈值"
16105
16120
 
16106
- msgid "Thе smart group will be created based on the filters currently applied in the device list.\n"
16107
- " <br>"
16121
+ msgid "Thе smart group will be created based on the filters currently applied in the device list."
16108
16122
  msgstr ""
16109
16123
 
16110
16124
  msgid "Time"
@@ -16645,13 +16659,13 @@ msgstr "不支持的跟踪器型号 \"{{ tracker.device.c8y_Hardware.model }}\"
16645
16659
  msgid "Up"
16646
16660
  msgstr "上"
16647
16661
 
16648
- msgid "Up to 1,000,000 records per data point, or up to the data retention limit"
16662
+ msgid "Up to 1,000,000 records per data point or data retention limit"
16649
16663
  msgstr ""
16650
16664
 
16651
16665
  msgid "Up to 120 characters allowed."
16652
16666
  msgstr "最多允许 120 个字符。"
16653
16667
 
16654
- msgid "Up to 5,000 records per data point, or up to the data retention limit"
16668
+ msgid "Up to 5,000 records per data point or data retention limit"
16655
16669
  msgstr ""
16656
16670
 
16657
16671
  msgid "Up to 6 archives can be saved in the platform. If you upload a new archive, the oldest archive that is not active will be deleted. Do you want to proceed?"
@@ -18221,7 +18235,7 @@ msgid "children of current device or group, you can access their properties e.g.
18221
18235
  msgstr "当前设备或组的子项,例如,您可以访问其属性"
18222
18236
 
18223
18237
  msgid "close"
18224
- msgstr ""
18238
+ msgstr "關閉"
18225
18239
 
18226
18240
  msgid "coaps://<LWM2M-server-domain>:<coaps-port>"
18227
18241
  msgstr "coaps://<LWM2M-server-domain>:<coaps-port>"
@@ -18967,7 +18981,7 @@ msgid "roles {{list}} removed"
18967
18981
  msgstr "已删除角色 {{list}}"
18968
18982
 
18969
18983
  msgid "search"
18970
- msgstr ""
18984
+ msgstr "搜索"
18971
18985
 
18972
18986
  msgid "searching \"{{ searchHint }}\""
18973
18987
  msgstr "正在搜索 \"{{ searchHint }}\""
@@ -19117,6 +19131,9 @@ msgstr ""
19117
19131
  msgid "yellow"
19118
19132
  msgstr "黄色"
19119
19133
 
19134
+ msgid "{{ action.text }}"
19135
+ msgstr ""
19136
+
19120
19137
  msgid "{{ appName | translate }} (public)"
19121
19138
  msgstr "{{ appName | translate }}(公共)"
19122
19139
 
@@ -1,6 +1,6 @@
1
- import { BsModalService } from 'ngx-bootstrap/modal';
2
- import { BulkOperationsService } from '@c8y/ngx-components/operations/bulk-operations-service';
3
1
  import { BulkOperationModalDetailsService } from '@c8y/ngx-components/operations/bulk-operation-modal-details';
2
+ import { BulkOperationsService } from '@c8y/ngx-components/operations/bulk-operations-service';
3
+ import { BsModalService } from 'ngx-bootstrap/modal';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class BulkOperationListItemService implements BulkOperationModalDetailsService {
6
6
  private bulkOperationsService;
@@ -1 +1 @@
1
- {"version":3,"file":"bulk-operation-list-item.service.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operation-list-item/bulk-operation-list-item.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,qBAAqB,EAAE,MAAM,wDAAwD,CAAC;AAC/F,OAAO,EAAE,gCAAgC,EAAE,MAAM,6DAA6D,CAAC;;AAG/G,qBACa,4BAA6B,YAAW,gCAAgC;IAEjF,OAAO,CAAC,qBAAqB;IAC7B,OAAO,CAAC,YAAY;gBADZ,qBAAqB,EAAE,qBAAqB,EAC5C,YAAY,EAAE,cAAc;IAGhC,WAAW,CAAC,eAAe,EAAE,MAAM,GAAG,MAAM;yCANvC,4BAA4B;6CAA5B,4BAA4B;CAkBxC"}
1
+ {"version":3,"file":"bulk-operation-list-item.service.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operation-list-item/bulk-operation-list-item.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gCAAgC,EAAE,MAAM,6DAA6D,CAAC;AAC/G,OAAO,EAAE,qBAAqB,EAAE,MAAM,wDAAwD,CAAC;AAC/F,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;;AAGrD,qBACa,4BAA6B,YAAW,gCAAgC;IAEjF,OAAO,CAAC,qBAAqB;IAC7B,OAAO,CAAC,YAAY;gBADZ,qBAAqB,EAAE,qBAAqB,EAC5C,YAAY,EAAE,cAAc;IAGhC,WAAW,CAAC,eAAe,EAAE,MAAM,GAAG,MAAM;yCANvC,4BAA4B;6CAA5B,4BAA4B;CAkBxC"}
@@ -11,7 +11,7 @@ import * as i7 from "@c8y/ngx-components/operations/operations-list";
11
11
  */
12
12
  export declare class OperationDetailsModule {
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<OperationDetailsModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<OperationDetailsModule, [typeof i1.OperationDetailsComponent, typeof i2.OperationDetailsModalComponent], [typeof i3.CoreModule, typeof i4.PopoverModule, typeof i5.TooltipModule, typeof i6.CollapseModule, typeof i7.OperationsListModule], [typeof i1.OperationDetailsComponent]>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OperationDetailsModule, [typeof i1.OperationDetailsComponent, typeof i2.OperationDetailsModalComponent], [typeof i3.CoreModule, typeof i4.PopoverModule, typeof i5.TooltipModule, typeof i6.CollapseModule, typeof i7.OperationsListItemComponent], [typeof i1.OperationDetailsComponent]>;
15
15
  static ɵinj: i0.ɵɵInjectorDeclaration<OperationDetailsModule>;
16
16
  }
17
17
  //# sourceMappingURL=operation-details.module.d.ts.map
@@ -0,0 +1,4 @@
1
+ import { EnvironmentProviders } from '@angular/core';
2
+ export declare const deviceControlOverviewFeatureProvider: EnvironmentProviders;
3
+ export declare const deviceControlTabFeatureProvider: EnvironmentProviders;
4
+ //# sourceMappingURL=device-control.feature.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"device-control.feature.d.ts","sourceRoot":"","sources":["../../../operations/operations-list/device-control.feature.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAA4B,MAAM,eAAe,CAAC;AAI/E,eAAO,MAAM,oCAAoC,EAAE,oBAKjD,CAAC;AAEH,eAAO,MAAM,+BAA+B,EAAE,oBAS5C,CAAC"}
@@ -1,5 +1,6 @@
1
+ export * from './device-control.feature';
2
+ export * from './operations-list-item.component';
3
+ export * from './operations-list.component';
1
4
  export * from './operations-list.module';
2
5
  export * from './operations-list.service';
3
- export * from './operations-list.component';
4
- export * from './operations-list-item.component';
5
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../operations/operations-list/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../operations/operations-list/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,kCAAkC,CAAC;AACjD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC"}
@@ -32,6 +32,6 @@ export declare class OperationsListItemComponent implements OnInit, ProductExper
32
32
  createCustomizedBulkOperation($event?: Event): void;
33
33
  private updateOperationTitle;
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<OperationsListItemComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<OperationsListItemComponent, "c8y-operations-list-item", never, { "operation": { "alias": "operation"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "noExpandToggle": { "alias": "noExpandToggle"; "required": false; }; "isSmartRulesMicroserviceAvailable": { "alias": "isSmartRulesMicroserviceAvailable"; "required": false; }; }, {}, never, never, false, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<OperationsListItemComponent, "c8y-operations-list-item", never, { "operation": { "alias": "operation"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "noExpandToggle": { "alias": "noExpandToggle"; "required": false; }; "isSmartRulesMicroserviceAvailable": { "alias": "isSmartRulesMicroserviceAvailable"; "required": false; }; }, {}, never, never, true, never>;
36
36
  }
37
37
  //# sourceMappingURL=operations-list-item.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"operations-list-item.component.d.ts","sourceRoot":"","sources":["../../../operations/operations-list/operations-list-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgC,MAAM,EAAE,aAAa,EAAa,MAAM,eAAe,CAAC;AAC/F,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAC1D,OAAO,EAEL,iBAAiB,EACjB,sBAAsB,EACtB,4BAA4B,EAE7B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,4BAA4B,EAAE,MAAM,yDAAyD,CAAC;AACvG,OAAO,EACL,iBAAiB,EACjB,+BAA+B,EAEhC,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;;AAElE,qBAUa,2BAA4B,YAAW,MAAM,EAAE,4BAA4B;IAwB7E,4BAA4B,EAAE,4BAA4B;IAC1D,aAAa,EAAE,iBAAiB;IAChC,qBAAqB,EAAE,qBAAqB;IACnD,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,MAAM;IA1BhB,SAAS,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;IAE/B,SAAS,UAAQ;IAEjB,QAAQ,UAAS;IAEjB,cAAc,UAAS;IAEvB,iCAAiC,EAAE,OAAO,CAAC;IACF,QAAQ,EAAE,iBAAiB,CAAC;IACrE,cAAc,UAAS;IACvB,gBAAgB,yBAAmB;IACnC,4BAA4B,EAAE,+BAA+B,CAAgC;IAC7F,QAAQ,EAAE,MAAM,GAAG,MAAM,CAE8B;IACvD,oBAAoB,EAAE,MAAM,EAAE,CAAC;IAC/B,yBAAyB,EAAE,MAAM,EAAE,CAAC;IACpC,cAAc,EAAE,MAAM,CAAC;IACvB,sBAAsB,EAAE,sBAAsB,CAAC;gBAGtC,4BAA4B,EAAE,4BAA4B,EAC1D,aAAa,EAAE,iBAAiB,EAChC,qBAAqB,EAAE,qBAAqB,EAC3C,KAAK,EAAE,cAAc,EACrB,MAAM,EAAE,MAAM;IAGxB,QAAQ;IAUR,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAMzC,6BAA6B,CAAC,MAAM,CAAC,EAAE,KAAK;IAQ5C,OAAO,CAAC,oBAAoB;yCAvDjB,2BAA2B;2CAA3B,2BAA2B;CA6DvC"}
1
+ {"version":3,"file":"operations-list-item.component.d.ts","sourceRoot":"","sources":["../../../operations/operations-list/operations-list-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgC,MAAM,EAAE,aAAa,EAAa,MAAM,eAAe,CAAC;AAC/F,OAAO,EAAE,cAAc,EAAE,MAAM,EAAc,MAAM,iBAAiB,CAAC;AAErE,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAC1D,OAAO,EAGL,iBAAiB,EAEjB,sBAAsB,EACtB,4BAA4B,EAC7B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,4BAA4B,EAAE,MAAM,yDAAyD,CAAC;AAEvG,OAAO,EAEL,iBAAiB,EACjB,+BAA+B,EAChC,MAAM,uCAAuC,CAAC;AAE/C,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;;AAElE,qBAYa,2BAA4B,YAAW,MAAM,EAAE,4BAA4B;IAwB7E,4BAA4B,EAAE,4BAA4B;IAC1D,aAAa,EAAE,iBAAiB;IAChC,qBAAqB,EAAE,qBAAqB;IACnD,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,MAAM;IA1BhB,SAAS,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;IAE/B,SAAS,UAAQ;IAEjB,QAAQ,UAAS;IAEjB,cAAc,UAAS;IAEvB,iCAAiC,EAAE,OAAO,CAAC;IACF,QAAQ,EAAE,iBAAiB,CAAC;IACrE,cAAc,UAAS;IACvB,gBAAgB,yBAAmB;IACnC,4BAA4B,EAAE,+BAA+B,CAAgC;IAC7F,QAAQ,EAAE,MAAM,GAAG,MAAM,CAE8B;IACvD,oBAAoB,EAAE,MAAM,EAAE,CAAC;IAC/B,yBAAyB,EAAE,MAAM,EAAE,CAAC;IACpC,cAAc,EAAE,MAAM,CAAC;IACvB,sBAAsB,EAAE,sBAAsB,CAAC;gBAGtC,4BAA4B,EAAE,4BAA4B,EAC1D,aAAa,EAAE,iBAAiB,EAChC,qBAAqB,EAAE,qBAAqB,EAC3C,KAAK,EAAE,cAAc,EACrB,MAAM,EAAE,MAAM;IAGxB,QAAQ;IAUR,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAMzC,6BAA6B,CAAC,MAAM,CAAC,EAAE,KAAK;IAQ5C,OAAO,CAAC,oBAAoB;yCAvDjB,2BAA2B;2CAA3B,2BAA2B;CA6DvC"}
@@ -10,6 +10,8 @@ export declare class OperationsListComponent implements ProductExperienceEventSo
10
10
  realtime: OperationRealtimeService;
11
11
  private operationsListService;
12
12
  private route;
13
+ fragmentType: import("@angular/core").InputSignal<string>;
14
+ readOnlyItems: import("@angular/core").InputSignal<boolean>;
13
15
  deviceId: string | number;
14
16
  OPERATION_STATUS_OPTIONS_MAP: OperationStatusOptionsMapShared;
15
17
  title: string;
@@ -28,6 +30,6 @@ export declare class OperationsListComponent implements ProductExperienceEventSo
28
30
  getOperations(filter?: any): Promise<IResultList<IOperation>>;
29
31
  compareOperations(operationA: IOperation, operationB: IOperation): number;
30
32
  static ɵfac: i0.ɵɵFactoryDeclaration<OperationsListComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<OperationsListComponent, "c8y-operations-list", never, {}, {}, never, never, false, never>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<OperationsListComponent, "c8y-operations-list", never, { "fragmentType": { "alias": "fragmentType"; "required": false; "isSignal": true; }; "readOnlyItems": { "alias": "readOnlyItems"; "required": false; "isSignal": true; }; }, {}, never, ["c8y-help"], true, never>;
32
34
  }
33
35
  //# sourceMappingURL=operations-list.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"operations-list.component.d.ts","sourceRoot":"","sources":["../../../operations/operations-list/operations-list.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AACtD,OAAO,EAEL,wBAAwB,EACxB,sBAAsB,EACtB,4BAA4B,EAE7B,MAAM,qBAAqB,CAAC;AAK7B,OAAO,EACL,qBAAqB,EACrB,+BAA+B,EAEhC,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAE,qBAAqB,EAAE,MAAM,8CAA8C,CAAC;AAErF,OAAO,EAAE,eAAe,EAAiB,UAAU,EAAQ,MAAM,MAAM,CAAC;AAExE,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;;AAElE,qBAWa,uBAAwB,YAAW,4BAA4B;IA0CjE,QAAQ,EAAE,wBAAwB;IACzC,OAAO,CAAC,qBAAqB;IAC7B,OAAO,CAAC,KAAK;IA3Cf,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAmD;IAC5E,4BAA4B,EAAE,+BAA+B,CAAgC;IAE7F,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,UAAS;IACvB,iCAAiC,UAAS;IAC1C,uBAAuB,UAAS;IAChC,aAAa,EAAE,eAAe,CAAC,qBAAqB,EAAE,CAAC,CAA6B;IACpF,OAAO,EAAE,eAAe,CAAC,IAAI,CAAC,CAA6B;IACd,YAAY,EAAE,qBAAqB,CAAC;IAEjF,WAAW,EAAE,UAAU,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC,CAY9C;IAEF,oBAAoB,mFASlB;IAEF,sBAAsB,EAAE,sBAAsB,CAE5C;gBAGO,QAAQ,EAAE,wBAAwB,EACjC,qBAAqB,EAAE,qBAAqB,EAC5C,KAAK,EAAE,cAAc;IAQzB,QAAQ;IAKd,MAAM,CAAC,aAAa,EAAE,qBAAqB,EAAE;IAW7C,aAAa,CAAC,MAAM,CAAC,KAAA;IAKrB,iBAAiB,CAAC,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,GAAG,MAAM;yCAzE9D,uBAAuB;2CAAvB,uBAAuB;CA8EnC"}
1
+ {"version":3,"file":"operations-list.component.d.ts","sourceRoot":"","sources":["../../../operations/operations-list/operations-list.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AACtD,OAAO,EAGL,wBAAwB,EAExB,sBAAsB,EACtB,4BAA4B,EAC7B,MAAM,qBAAqB,CAAC;AAK7B,OAAO,EAEL,qBAAqB,EACrB,+BAA+B,EAChC,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EACL,qBAAqB,EAEtB,MAAM,8CAA8C,CAAC;AAEtD,OAAO,EAAE,eAAe,EAAiB,UAAU,EAAQ,MAAM,MAAM,CAAC;AAGxE,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;;AAElE,qBAaa,uBAAwB,YAAW,4BAA4B;IA4CjE,QAAQ,EAAE,wBAAwB;IACzC,OAAO,CAAC,qBAAqB;IAC7B,OAAO,CAAC,KAAK;IA7Cf,YAAY,8CAAmB;IAC/B,aAAa,+CAAgB;IAC7B,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAmD;IAC5E,4BAA4B,EAAE,+BAA+B,CAAgC;IAE7F,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,UAAS;IACvB,iCAAiC,UAAS;IAC1C,uBAAuB,UAAS;IAChC,aAAa,EAAE,eAAe,CAAC,qBAAqB,EAAE,CAAC,CAA6B;IACpF,OAAO,EAAE,eAAe,CAAC,IAAI,CAAC,CAA6B;IACd,YAAY,EAAE,qBAAqB,CAAC;IAEjF,WAAW,EAAE,UAAU,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC,CAY9C;IAEF,oBAAoB,mFASlB;IAEF,sBAAsB,EAAE,sBAAsB,CAE5C;gBAGO,QAAQ,EAAE,wBAAwB,EACjC,qBAAqB,EAAE,qBAAqB,EAC5C,KAAK,EAAE,cAAc;IAQzB,QAAQ;IAKd,MAAM,CAAC,aAAa,EAAE,qBAAqB,EAAE;IAW7C,aAAa,CAAC,MAAM,CAAC,KAAA;IAQrB,iBAAiB,CAAC,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,GAAG,MAAM;yCA9E9D,uBAAuB;2CAAvB,uBAAuB;CAmFnC"}
@@ -1,20 +1,14 @@
1
- import { Route } from '@c8y/ngx-components';
2
1
  import * as i0 from "@angular/core";
3
2
  import * as i1 from "./operations-list.component";
4
3
  import * as i2 from "./operations-list-item.component";
5
- import * as i3 from "@c8y/ngx-components";
6
- import * as i4 from "@c8y/ngx-components/operations/status-filter";
7
- import * as i5 from "@c8y/ngx-components/operations/operations-list-item-details";
8
- import * as i6 from "@c8y/ngx-components/operations/shared";
9
- import * as i7 from "ngx-bootstrap/tooltip";
10
- import * as i8 from "@angular/router";
11
- export declare const singleOperationListRoutes: Route[];
12
4
  /**
5
+ * @deprecated Use `OperationsListComponent` and `OperationsListItemComponent` as standalone components.
6
+ *
13
7
  * This module allows for displaying the list item details of single and bulk operations.
14
8
  */
15
9
  export declare class OperationsListModule {
16
10
  static ɵfac: i0.ɵɵFactoryDeclaration<OperationsListModule, never>;
17
- static ɵmod: i0.ɵɵNgModuleDeclaration<OperationsListModule, [typeof i1.OperationsListComponent, typeof i2.OperationsListItemComponent], [typeof i3.CoreModule, typeof i4.StatusFilterModule, typeof i5.OperationsListItemDetailsModule, typeof i6.OperationsSharedModule, typeof i7.TooltipModule, typeof i8.RouterModule], [typeof i1.OperationsListComponent, typeof i2.OperationsListItemComponent]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OperationsListModule, never, [typeof i1.OperationsListComponent, typeof i2.OperationsListItemComponent], [typeof i1.OperationsListComponent, typeof i2.OperationsListItemComponent]>;
18
12
  static ɵinj: i0.ɵɵInjectorDeclaration<OperationsListModule>;
19
13
  }
20
14
  //# sourceMappingURL=operations-list.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"operations-list.module.d.ts","sourceRoot":"","sources":["../../../operations/operations-list/operations-list.module.ts"],"names":[],"mappings":"AAGA,OAAO,EAAkC,KAAK,EAAe,MAAM,qBAAqB,CAAC;;;;;;;;;;AAUzF,eAAO,MAAM,yBAAyB,EAAE,KAAK,EAK5C,CAAC;AAEF;;GAEG;AACH,qBAwBa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}
1
+ {"version":3,"file":"operations-list.module.d.ts","sourceRoot":"","sources":["../../../operations/operations-list/operations-list.module.ts"],"names":[],"mappings":";;;AAMA;;;;GAIG;AACH,qBAkBa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}
@@ -10,7 +10,6 @@ import * as i7 from "@c8y/ngx-components/operations/stepper-bulk-type-configurat
10
10
  import * as i8 from "@c8y/ngx-components/operations/stepper-bulk-type-firmware";
11
11
  import * as i9 from "@c8y/ngx-components/operations/stepper-bulk-type-software";
12
12
  import * as i10 from "@c8y/ngx-components/operations/stepper-bulk-type-device-profile";
13
- import * as i11 from "@c8y/ngx-components/operations/operations-list";
14
13
  export declare const operationsRoutes: Route[];
15
14
  /**
16
15
  * This module sets up the 'Device control' view. By importing it in your custom application you will have:
@@ -86,7 +85,7 @@ export declare const operationsRoutes: Route[];
86
85
  */
87
86
  export declare class OperationsModule {
88
87
  static ɵfac: i0.ɵɵFactoryDeclaration<OperationsModule, never>;
89
- static ɵmod: i0.ɵɵNgModuleDeclaration<OperationsModule, never, [typeof i1.CoreModule, typeof i2.RouterModule, typeof i3.BulkOperationFromSingleModule, typeof i4.BulkOperationsListModule, typeof i5.BulkOperationsServiceModule, typeof i6.BulkOperationsStepperContainerModule, typeof i7.StepperBulkTypeConfigurationModule, typeof i8.StepperBulkTypeFirmwareModule, typeof i9.StepperBulkTypeSoftwareModule, typeof i10.StepperBulkTypeDeviceProfileModule, typeof i11.OperationsListModule], never>;
88
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OperationsModule, never, [typeof i1.CoreModule, typeof i2.RouterModule, typeof i3.BulkOperationFromSingleModule, typeof i4.BulkOperationsListModule, typeof i5.BulkOperationsServiceModule, typeof i6.BulkOperationsStepperContainerModule, typeof i7.StepperBulkTypeConfigurationModule, typeof i8.StepperBulkTypeFirmwareModule, typeof i9.StepperBulkTypeSoftwareModule, typeof i10.StepperBulkTypeDeviceProfileModule], never>;
90
89
  static ɵinj: i0.ɵɵInjectorDeclaration<OperationsModule>;
91
90
  }
92
91
  //# sourceMappingURL=operations.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"operations.module.d.ts","sourceRoot":"","sources":["../../operations/operations.module.ts"],"names":[],"mappings":"AAGA,OAAO,EAAsC,KAAK,EAAE,MAAM,qBAAqB,CAAC;;;;;;;;;;;;;AAchF,eAAO,MAAM,gBAAgB,EAAE,KAAK,EAMnC,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuEG;AACH,qBAgBa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAG"}
1
+ {"version":3,"file":"operations.module.d.ts","sourceRoot":"","sources":["../../operations/operations.module.ts"],"names":[],"mappings":"AAGA,OAAO,EAAsC,KAAK,EAAE,MAAM,qBAAqB,CAAC;;;;;;;;;;;;AAiBhF,eAAO,MAAM,gBAAgB,EAAE,KAAK,EAMnC,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuEG;AACH,qBAoBa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAG"}