@c8y/ngx-components 1021.49.12 → 1021.50.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 (108) hide show
  1. package/core/i18n/pattern-messages.data.d.ts +18 -0
  2. package/core/i18n/pattern-messages.data.d.ts.map +1 -1
  3. package/esm2022/alarms/alarms-type-filter.component.mjs +3 -3
  4. package/esm2022/core/i18n/pattern-messages.data.mjs +19 -1
  5. package/esm2022/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/data-fetching.service.mjs +2 -2
  6. package/esm2022/device-list/add-smart-group.component.mjs +3 -3
  7. package/esm2022/operations/bulk-operation-list-item/bulk-operation-list-item.service.mjs +5 -4
  8. package/esm2022/operations/operation-details/operation-details.module.mjs +7 -7
  9. package/esm2022/operations/operations-list/device-control.feature.mjs +20 -0
  10. package/esm2022/operations/operations-list/index.mjs +4 -3
  11. package/esm2022/operations/operations-list/operations-list-item.component.mjs +11 -9
  12. package/esm2022/operations/operations-list/operations-list.component.mjs +15 -10
  13. package/esm2022/operations/operations-list/operations-list.module.mjs +16 -41
  14. package/esm2022/operations/operations-list/operations-list.service.mjs +4 -3
  15. package/esm2022/operations/operations.module.mjs +21 -14
  16. package/esm2022/operations/shared/operations.service.mjs +4 -3
  17. package/esm2022/services/index.mjs +14 -3
  18. package/esm2022/services/service-command-tab/c8y-ngx-components-services-service-command-tab.mjs +5 -0
  19. package/esm2022/services/service-command-tab/index.mjs +3 -0
  20. package/esm2022/services/service-command-tab/service-command-tab.component.mjs +33 -0
  21. package/esm2022/services/service-command-tab/service-command.feature.mjs +14 -0
  22. package/esm2022/services/services-device-tab/index.mjs +9 -3
  23. package/esm2022/services/services-device-tab/services-device-tab.component.mjs +3 -4
  24. package/esm2022/services/services-device-tab/services-device-tab.guard.mjs +2 -2
  25. package/esm2022/services/services-device-tab/services.breadcrumb-factory.mjs +13 -1
  26. package/esm2022/services/services.module.mjs +4 -2
  27. package/esm2022/services/shared/c8y-ngx-components-services-shared.mjs +5 -0
  28. package/esm2022/services/shared/index.mjs +3 -0
  29. package/esm2022/services/shared/service-command.service.mjs +118 -0
  30. package/esm2022/services/shared/services.model.mjs +23 -0
  31. package/fesm2022/c8y-ngx-components-alarms.mjs +2 -2
  32. package/fesm2022/c8y-ngx-components-alarms.mjs.map +1 -1
  33. package/fesm2022/c8y-ngx-components-datapoints-export-selector.mjs +1 -1
  34. package/fesm2022/c8y-ngx-components-datapoints-export-selector.mjs.map +1 -1
  35. package/fesm2022/c8y-ngx-components-device-list.mjs +2 -2
  36. package/fesm2022/c8y-ngx-components-device-list.mjs.map +1 -1
  37. package/fesm2022/c8y-ngx-components-operations-bulk-operation-list-item.mjs +3 -2
  38. package/fesm2022/c8y-ngx-components-operations-bulk-operation-list-item.mjs.map +1 -1
  39. package/fesm2022/c8y-ngx-components-operations-operation-details.mjs +5 -5
  40. package/fesm2022/c8y-ngx-components-operations-operation-details.mjs.map +1 -1
  41. package/fesm2022/c8y-ngx-components-operations-operations-list.mjs +57 -52
  42. package/fesm2022/c8y-ngx-components-operations-operations-list.mjs.map +1 -1
  43. package/fesm2022/c8y-ngx-components-operations-shared.mjs +3 -2
  44. package/fesm2022/c8y-ngx-components-operations-shared.mjs.map +1 -1
  45. package/fesm2022/c8y-ngx-components-operations.mjs +42 -35
  46. package/fesm2022/c8y-ngx-components-operations.mjs.map +1 -1
  47. package/fesm2022/c8y-ngx-components-services-service-command-tab.mjs +49 -0
  48. package/fesm2022/c8y-ngx-components-services-service-command-tab.mjs.map +1 -0
  49. package/fesm2022/c8y-ngx-components-services-shared.mjs +145 -0
  50. package/fesm2022/c8y-ngx-components-services-shared.mjs.map +1 -0
  51. package/fesm2022/c8y-ngx-components-services.mjs +20 -113
  52. package/fesm2022/c8y-ngx-components-services.mjs.map +1 -1
  53. package/fesm2022/c8y-ngx-components.mjs +18 -0
  54. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  55. package/locales/de.po +12 -14
  56. package/locales/es.po +12 -14
  57. package/locales/fr.po +11 -13
  58. package/locales/ja_JP.po +13 -17
  59. package/locales/ko.po +13 -10
  60. package/locales/locales.pot +19 -6
  61. package/locales/nl.po +12 -14
  62. package/locales/pl.po +12 -14
  63. package/locales/pt_BR.po +11 -13
  64. package/locales/zh_CN.po +12 -9
  65. package/locales/zh_TW.po +12 -9
  66. package/operations/bulk-operation-list-item/bulk-operation-list-item.service.d.ts +2 -2
  67. package/operations/bulk-operation-list-item/bulk-operation-list-item.service.d.ts.map +1 -1
  68. package/operations/operation-details/operation-details.module.d.ts +1 -1
  69. package/operations/operations-list/device-control.feature.d.ts +4 -0
  70. package/operations/operations-list/device-control.feature.d.ts.map +1 -0
  71. package/operations/operations-list/index.d.ts +3 -2
  72. package/operations/operations-list/index.d.ts.map +1 -1
  73. package/operations/operations-list/operations-list-item.component.d.ts +1 -1
  74. package/operations/operations-list/operations-list-item.component.d.ts.map +1 -1
  75. package/operations/operations-list/operations-list.component.d.ts +3 -1
  76. package/operations/operations-list/operations-list.component.d.ts.map +1 -1
  77. package/operations/operations-list/operations-list.module.d.ts +3 -9
  78. package/operations/operations-list/operations-list.module.d.ts.map +1 -1
  79. package/operations/operations.module.d.ts +1 -2
  80. package/operations/operations.module.d.ts.map +1 -1
  81. package/package.json +1 -1
  82. package/services/index.d.ts +13 -2
  83. package/services/index.d.ts.map +1 -1
  84. package/services/service-command-tab/c8y-ngx-components-services-service-command-tab.d.ts.map +1 -0
  85. package/services/service-command-tab/index.d.ts +3 -0
  86. package/services/service-command-tab/index.d.ts.map +1 -0
  87. package/services/service-command-tab/service-command-tab.component.d.ts +12 -0
  88. package/services/service-command-tab/service-command-tab.component.d.ts.map +1 -0
  89. package/services/service-command-tab/service-command.feature.d.ts +3 -0
  90. package/services/service-command-tab/service-command.feature.d.ts.map +1 -0
  91. package/services/services-device-tab/index.d.ts +8 -2
  92. package/services/services-device-tab/index.d.ts.map +1 -1
  93. package/services/services-device-tab/services-device-tab.component.d.ts +2 -2
  94. package/services/services-device-tab/services-device-tab.component.d.ts.map +1 -1
  95. package/services/services-device-tab/services.breadcrumb-factory.d.ts.map +1 -1
  96. package/services/services.module.d.ts.map +1 -1
  97. package/services/shared/c8y-ngx-components-services-shared.d.ts.map +1 -0
  98. package/services/shared/index.d.ts +3 -0
  99. package/services/shared/index.d.ts.map +1 -0
  100. package/services/{services-device-tab → shared}/service-command.service.d.ts +10 -7
  101. package/services/shared/service-command.service.d.ts.map +1 -0
  102. package/services/shared/services.model.d.ts +31 -0
  103. package/services/shared/services.model.d.ts.map +1 -0
  104. package/esm2022/services/services-device-tab/service-command.service.mjs +0 -113
  105. package/esm2022/services/services-device-tab/service-device-tab.model.mjs +0 -2
  106. package/services/services-device-tab/service-command.service.d.ts.map +0 -1
  107. package/services/services-device-tab/service-device-tab.model.d.ts +0 -11
  108. package/services/services-device-tab/service-device-tab.model.d.ts.map +0 -1
package/locales/zh_CN.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 "总是"
@@ -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."
@@ -6685,7 +6685,7 @@ msgstr "填充"
6685
6685
  msgid "Filter"
6686
6686
  msgstr "过滤器"
6687
6687
 
6688
- msgid "Filter by Alarm types"
6688
+ msgid "Filter by alarm types"
6689
6689
  msgstr ""
6690
6690
 
6691
6691
  msgid "Filter by configuration type"
@@ -6927,7 +6927,11 @@ msgid "Find out more in the\n"
6927
6927
  " user documentation\n"
6928
6928
  " </a>\n"
6929
6929
  " ."
6930
- msgstr ""
6930
+ msgstr "在\n"
6931
+ " <a c8y-guide-href=\"/docs/cockpit/widgets-collection/#data-point-table\">\n"
6932
+ "用户文档\n"
6933
+ " </a>\n"
6934
+ "中详细了解。"
6931
6935
 
6932
6936
  msgid "Find out more in the\n"
6933
6937
  " <a c8y-guide-href=\"/docs/concepts/applications\">user documentation</a>\n"
@@ -16103,8 +16107,7 @@ msgstr "超过阈值"
16103
16107
  msgid "Thresholds exceeded"
16104
16108
  msgstr "已超过阈值"
16105
16109
 
16106
- msgid "Thе smart group will be created based on the filters currently applied in the device list.\n"
16107
- " <br>"
16110
+ msgid "Thе smart group will be created based on the filters currently applied in the device list."
16108
16111
  msgstr ""
16109
16112
 
16110
16113
  msgid "Time"
@@ -18221,7 +18224,7 @@ msgid "children of current device or group, you can access their properties e.g.
18221
18224
  msgstr "当前设备或组的子项,例如,您可以访问其属性"
18222
18225
 
18223
18226
  msgid "close"
18224
- msgstr ""
18227
+ msgstr "关闭"
18225
18228
 
18226
18229
  msgid "coaps://<LWM2M-server-domain>:<coaps-port>"
18227
18230
  msgstr "coaps://<LWM2M-server-domain>:<coaps-port>"
@@ -18967,7 +18970,7 @@ msgid "roles {{list}} removed"
18967
18970
  msgstr "已删除角色 {{list}}"
18968
18971
 
18969
18972
  msgid "search"
18970
- msgstr ""
18973
+ msgstr "搜索"
18971
18974
 
18972
18975
  msgid "searching \"{{ searchHint }}\""
18973
18976
  msgstr "正在搜索 \"{{ searchHint }}\""
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 "总是"
@@ -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."
@@ -6685,7 +6685,7 @@ msgstr "填充"
6685
6685
  msgid "Filter"
6686
6686
  msgstr "过滤"
6687
6687
 
6688
- msgid "Filter by Alarm types"
6688
+ msgid "Filter by alarm types"
6689
6689
  msgstr ""
6690
6690
 
6691
6691
  msgid "Filter by configuration type"
@@ -6927,7 +6927,11 @@ msgid "Find out more in the\n"
6927
6927
  " user documentation\n"
6928
6928
  " </a>\n"
6929
6929
  " ."
6930
- msgstr ""
6930
+ msgstr "在\n"
6931
+ " <a c8y-guide-href=\"/docs/cockpit/widgets-collection/#data-point-table\">\n"
6932
+ "用戶文檔\n"
6933
+ " </a>\n"
6934
+ "中詳細瞭解。"
6931
6935
 
6932
6936
  msgid "Find out more in the\n"
6933
6937
  " <a c8y-guide-href=\"/docs/concepts/applications\">user documentation</a>\n"
@@ -16103,8 +16107,7 @@ msgstr "超过阈值"
16103
16107
  msgid "Thresholds exceeded"
16104
16108
  msgstr "已超过阈值"
16105
16109
 
16106
- msgid "Thе smart group will be created based on the filters currently applied in the device list.\n"
16107
- " <br>"
16110
+ msgid "Thе smart group will be created based on the filters currently applied in the device list."
16108
16111
  msgstr ""
16109
16112
 
16110
16113
  msgid "Time"
@@ -18221,7 +18224,7 @@ msgid "children of current device or group, you can access their properties e.g.
18221
18224
  msgstr "当前设备或组的子项,例如,您可以访问其属性"
18222
18225
 
18223
18226
  msgid "close"
18224
- msgstr ""
18227
+ msgstr "關閉"
18225
18228
 
18226
18229
  msgid "coaps://<LWM2M-server-domain>:<coaps-port>"
18227
18230
  msgstr "coaps://<LWM2M-server-domain>:<coaps-port>"
@@ -18967,7 +18970,7 @@ msgid "roles {{list}} removed"
18967
18970
  msgstr "已删除角色 {{list}}"
18968
18971
 
18969
18972
  msgid "search"
18970
- msgstr ""
18973
+ msgstr "搜索"
18971
18974
 
18972
18975
  msgid "searching \"{{ searchHint }}\""
18973
18976
  msgstr "正在搜索 \"{{ searchHint }}\""
@@ -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"}