command-center-v3-common 0.0.118 → 0.0.120
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/command-center-v3-common.js +4310 -4279
- package/dist/command-center-v3-common.umd.cjs +19 -19
- package/dist/index.d.ts +2 -2
- package/dist/style.css +1 -1
- 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;
|