command-center-v3-common 0.0.13 → 0.0.15
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 +49808 -15
- package/dist/command-center-v3-common.umd.cjs +42 -42
- package/dist/index.d.ts +4 -4
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/box-border-demo-Dh91nJs5.js +0 -28
- package/dist/button-demo-CA60mqsh.js +0 -176
- package/dist/command-center-v3-common-BbSatiTO.js +0 -49812
- package/dist/data-time-shortcuts-demo-DtCNlph9.js +0 -31
- package/dist/hy-table-demo-C4u4TNma.js +0 -108
- package/dist/hy-test-BMk3QduK.js +0 -186
- package/dist/image-viewer-demo-OOwssb8m.js +0 -72
- package/dist/round-button-demo-QP1t72o5.js +0 -43
- package/dist/svg-icon-demo-Cjqzl51P.js +0 -36
- package/dist/test-demo-DCJjf5Cm.js +0 -46
- package/dist/tips-modal-demo-0c71esGY.js +0 -98
- package/dist/user-head-demo-C1y4pQvP.js +0 -66
- package/dist/utils/utils/EventBus.ts +0 -71
- package/dist/utils/utils/cache.ts +0 -36
- package/dist/utils/utils/is.ts +0 -102
- package/dist/utils/utils/logger.ts +0 -37
- package/dist/utils/utils/time-utils.ts +0 -145
- package/dist/utils/utils/wujie.ts +0 -6
- package/dist/vue-cropper-demo-DNrZGJ4Y.js +0 -93
package/dist/index.d.ts
CHANGED
@@ -775,8 +775,8 @@ onChange?: (...args: any[]) => any;
|
|
775
775
|
}, {
|
776
776
|
className: string;
|
777
777
|
size: string;
|
778
|
-
disabled: boolean;
|
779
778
|
placeholder: string;
|
779
|
+
disabled: boolean;
|
780
780
|
contentType: boolean;
|
781
781
|
}, {}>, {
|
782
782
|
default?(_: {}): any;
|
@@ -851,15 +851,15 @@ size: string;
|
|
851
851
|
optionLabel: string;
|
852
852
|
optionValue: string;
|
853
853
|
modelValue: any;
|
854
|
-
placeholder: string;
|
855
|
-
clearable: boolean;
|
856
854
|
requestParams: any;
|
857
855
|
controller: string;
|
858
856
|
filterDataList: any[];
|
859
857
|
customDataList: any[];
|
860
858
|
selectedDataList: any[];
|
861
859
|
requestimmediately: boolean;
|
860
|
+
clearable: boolean;
|
862
861
|
multiple: boolean;
|
862
|
+
placeholder: string;
|
863
863
|
}, {}>;
|
864
864
|
|
865
865
|
export declare const HySelectDevice: DefineComponent<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<Props>, {
|
@@ -898,10 +898,10 @@ onOnCurrentDeviceDelete?: (...args: any[]) => any;
|
|
898
898
|
onOnSelectedData?: (...args: any[]) => any;
|
899
899
|
onOnCurrentDepartment?: (...args: any[]) => any;
|
900
900
|
}, {
|
901
|
-
showCheckbox: boolean;
|
902
901
|
getData: () => any;
|
903
902
|
checkStrictly: boolean;
|
904
903
|
defaultCheckedKeys: string[];
|
904
|
+
showCheckbox: boolean;
|
905
905
|
parentCheckbox: boolean;
|
906
906
|
showRadio: boolean;
|
907
907
|
disableDeviceList: Device[];
|