command-center-v3-common 0.0.119 → 0.0.120

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.
package/dist/index.d.ts CHANGED
@@ -243,8 +243,8 @@ defaultGetData: boolean;
243
243
  showCheckbox: boolean;
244
244
  parentCheckbox: boolean;
245
245
  defaultCheckedList: any[];
246
- hideDevice: boolean;
247
246
  hideOrgNoData: boolean;
247
+ hideDevice: boolean;
248
248
  showOnlineOnly: boolean;
249
249
  itemSize: number;
250
250
  highlightSelected: boolean;
@@ -404,8 +404,8 @@ defaultGetData: boolean;
404
404
  showCheckbox: boolean;
405
405
  parentCheckbox: boolean;
406
406
  defaultCheckedList: any[];
407
- hideDevice: boolean;
408
407
  hideOrgNoData: boolean;
408
+ hideDevice: boolean;
409
409
  hideGroup: boolean;
410
410
  itemSize: number;
411
411
  highlightSelected: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "command-center-v3-common",
3
3
  "type": "module",
4
- "version": "0.0.119",
4
+ "version": "0.0.120",
5
5
  "main": "dist/command-center-v3-common.js",
6
6
  "module": "dist/command-center-v3-common.umd.cjs",
7
7
  "types": "dist/index.d.ts",