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/command-center-v3-common.js +4306 -4273
- package/dist/command-center-v3-common.umd.cjs +19 -19
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
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;
|