@koi-design/uxd-ui 14.0.6 → 14.0.8
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/es/components/Card/Card.d.ts +9 -9
- package/es/components/Card/Card.mjs +19 -26
- package/es/components/Card/Card.mjs.map +1 -1
- package/es/components/Card/Card.type.d.ts +4 -4
- package/es/components/Card/Card.type.mjs +4 -4
- package/es/components/Card/Card.type.mjs.map +1 -1
- package/es/components/Card/index.d.ts +15 -15
- package/es/components/Cascader/Cascader.d.ts +3 -3
- package/es/components/Cascader/Cascader.mjs +2 -4
- package/es/components/Cascader/Cascader.mjs.map +1 -1
- package/es/components/Cascader/Cascader.type.d.ts +1 -1
- package/es/components/Cascader/Cascader.type.mjs +1 -1
- package/es/components/Cascader/Cascader.type.mjs.map +1 -1
- package/es/components/Cascader/CascaderMenu.mjs +4 -4
- package/es/components/Cascader/CascaderMenu.mjs.map +1 -1
- package/es/components/Cascader/index.d.ts +6 -6
- package/es/components/Checkbox/Checkbox.mjs +1 -0
- package/es/components/Checkbox/Checkbox.mjs.map +1 -1
- package/es/components/Checkbox/Checkbox.type.d.ts +1 -0
- package/es/components/Checkbox/Checkbox.type.mjs +2 -1
- package/es/components/Checkbox/Checkbox.type.mjs.map +1 -1
- package/es/components/Checkbox/Checkbox.vue.d.ts +2 -0
- package/es/components/Checkbox/CheckboxGroup.vue.d.ts +2 -0
- package/es/components/Checkbox/index.d.ts +7 -0
- package/es/components/DatePicker/DatePicker.mjs +2 -4
- package/es/components/DatePicker/DatePicker.mjs.map +1 -1
- package/es/components/DatePicker/Panel/DatePickerPanel.mjs +1 -0
- package/es/components/DatePicker/Panel/DatePickerPanel.mjs.map +1 -1
- package/es/components/Layout/Layout.type.d.ts +2 -7
- package/es/components/Layout/Layout.type.mjs +2 -7
- package/es/components/Layout/Layout.type.mjs.map +1 -1
- package/es/components/Layout/Sider.mjs +20 -16
- package/es/components/Layout/Sider.mjs.map +1 -1
- package/es/components/Layout/Sider.vue.d.ts +9 -17
- package/es/components/Layout/index.d.ts +9 -17
- package/es/components/Menu/Menu.d.ts +0 -11
- package/es/components/Menu/Menu.mjs +1 -3
- package/es/components/Menu/Menu.mjs.map +1 -1
- package/es/components/Menu/Menu.type.d.ts +0 -6
- package/es/components/Menu/Menu.type.mjs +0 -5
- package/es/components/Menu/Menu.type.mjs.map +1 -1
- package/es/components/Menu/SubMenu.mjs +1 -3
- package/es/components/Menu/SubMenu.mjs.map +1 -1
- package/es/components/Menu/SubMenu.vue.d.ts +0 -1
- package/es/components/Menu/index.d.ts +0 -19
- package/es/components/Progress/Circle.mjs +1 -3
- package/es/components/Progress/Circle.mjs.map +1 -1
- package/es/components/Progress/Progress.mjs +2 -3
- package/es/components/Progress/Progress.mjs.map +1 -1
- package/es/components/Progress/Progress.type.d.ts +1 -6
- package/es/components/Progress/Progress.type.mjs +0 -6
- package/es/components/Progress/Progress.type.mjs.map +1 -1
- package/es/components/Progress/Progress.vue.d.ts +0 -16
- package/es/components/Progress/index.d.ts +0 -33
- package/es/components/Select/RefSelect.vue.d.ts +7 -0
- package/es/components/Table/BaseTable.vue.d.ts +7 -19
- package/es/components/Table/BodyTable.vue.d.ts +7 -19
- package/es/components/Table/HeadTable.vue.d.ts +7 -19
- package/es/components/Table/Table.vue.d.ts +14 -38
- package/es/components/Table/TableBox.vue.d.ts +14 -38
- package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +7 -19
- package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +7 -0
- package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +7 -19
- package/es/components/Table/tableUnits/TableHeader.vue.d.ts +7 -19
- package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +7 -19
- package/es/components/Transfer/Operation.mjs +6 -4
- package/es/components/Transfer/Operation.mjs.map +1 -1
- package/es/components/Transfer/Transfer.mjs +2 -4
- package/es/components/Transfer/Transfer.mjs.map +1 -1
- package/es/components/Transfer/Transfer.type.d.ts +0 -5
- package/es/components/Transfer/Transfer.type.mjs +1 -8
- package/es/components/Transfer/Transfer.type.mjs.map +1 -1
- package/es/components/Transfer/Transfer.vue.d.ts +42 -11
- package/es/components/Transfer/TransferList.mjs +14 -10
- package/es/components/Transfer/TransferList.mjs.map +1 -1
- package/es/components/Transfer/TransferList.vue.d.ts +14 -0
- package/es/components/Transfer/TransferListItem.vue.d.ts +7 -0
- package/es/components/Transfer/index.d.ts +112 -18
- package/es/components/Tree/SubTree.vue.d.ts +7 -0
- package/es/components/Tree/Tree.vue.d.ts +7 -0
- package/es/components/Tree/TreeNode.vue.d.ts +7 -0
- package/es/components/Tree/index.d.ts +14 -0
- package/es/components/TreeSelect/TreeSelect.vue.d.ts +14 -0
- package/es/components/TreeSelect/index.d.ts +28 -0
- package/es/components/Upload/UploadList.vue.d.ts +0 -33
- package/es/components/base/CollapseTransition.mjs +0 -16
- package/es/components/base/CollapseTransition.mjs.map +1 -1
- package/es/components/base/hooks/useGlobalConfig.d.ts +1 -0
- package/es/components/locale/default.d.ts +1 -0
- package/es/components/locale/default.mjs.map +1 -1
- package/lib/components/Card/Card.d.ts +9 -9
- package/lib/components/Card/Card.js +22 -29
- package/lib/components/Card/Card.js.map +1 -1
- package/lib/components/Card/Card.type.d.ts +4 -4
- package/lib/components/Card/Card.type.js +4 -4
- package/lib/components/Card/Card.type.js.map +1 -1
- package/lib/components/Card/index.d.ts +15 -15
- package/lib/components/Cascader/Cascader.d.ts +3 -3
- package/lib/components/Cascader/Cascader.js +2 -4
- package/lib/components/Cascader/Cascader.js.map +1 -1
- package/lib/components/Cascader/Cascader.type.d.ts +1 -1
- package/lib/components/Cascader/Cascader.type.js +1 -1
- package/lib/components/Cascader/Cascader.type.js.map +1 -1
- package/lib/components/Cascader/CascaderMenu.js +3 -3
- package/lib/components/Cascader/CascaderMenu.js.map +1 -1
- package/lib/components/Cascader/index.d.ts +6 -6
- package/lib/components/Checkbox/Checkbox.js +1 -0
- package/lib/components/Checkbox/Checkbox.js.map +1 -1
- package/lib/components/Checkbox/Checkbox.type.d.ts +1 -0
- package/lib/components/Checkbox/Checkbox.type.js +2 -1
- package/lib/components/Checkbox/Checkbox.type.js.map +1 -1
- package/lib/components/Checkbox/Checkbox.vue.d.ts +2 -0
- package/lib/components/Checkbox/CheckboxGroup.vue.d.ts +2 -0
- package/lib/components/Checkbox/index.d.ts +7 -0
- package/lib/components/DatePicker/DatePicker.js +2 -4
- package/lib/components/DatePicker/DatePicker.js.map +1 -1
- package/lib/components/DatePicker/Panel/DatePickerPanel.js +1 -0
- package/lib/components/DatePicker/Panel/DatePickerPanel.js.map +1 -1
- package/lib/components/Layout/Layout.type.d.ts +2 -7
- package/lib/components/Layout/Layout.type.js +2 -7
- package/lib/components/Layout/Layout.type.js.map +1 -1
- package/lib/components/Layout/Sider.js +19 -15
- package/lib/components/Layout/Sider.js.map +1 -1
- package/lib/components/Layout/Sider.vue.d.ts +9 -17
- package/lib/components/Layout/index.d.ts +9 -17
- package/lib/components/Menu/Menu.d.ts +0 -11
- package/lib/components/Menu/Menu.js +1 -3
- package/lib/components/Menu/Menu.js.map +1 -1
- package/lib/components/Menu/Menu.type.d.ts +0 -6
- package/lib/components/Menu/Menu.type.js +0 -5
- package/lib/components/Menu/Menu.type.js.map +1 -1
- package/lib/components/Menu/SubMenu.js +1 -3
- package/lib/components/Menu/SubMenu.js.map +1 -1
- package/lib/components/Menu/SubMenu.vue.d.ts +0 -1
- package/lib/components/Menu/index.d.ts +0 -19
- package/lib/components/Progress/Circle.js +1 -3
- package/lib/components/Progress/Circle.js.map +1 -1
- package/lib/components/Progress/Progress.js +2 -3
- package/lib/components/Progress/Progress.js.map +1 -1
- package/lib/components/Progress/Progress.type.d.ts +1 -6
- package/lib/components/Progress/Progress.type.js +0 -6
- package/lib/components/Progress/Progress.type.js.map +1 -1
- package/lib/components/Progress/Progress.vue.d.ts +0 -16
- package/lib/components/Progress/index.d.ts +0 -33
- package/lib/components/Select/RefSelect.vue.d.ts +7 -0
- package/lib/components/Table/BaseTable.vue.d.ts +7 -19
- package/lib/components/Table/BodyTable.vue.d.ts +7 -19
- package/lib/components/Table/HeadTable.vue.d.ts +7 -19
- package/lib/components/Table/Table.vue.d.ts +14 -38
- package/lib/components/Table/TableBox.vue.d.ts +14 -38
- package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +7 -19
- package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +7 -0
- package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +7 -19
- package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +7 -19
- package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +7 -19
- package/lib/components/Transfer/Operation.js +6 -4
- package/lib/components/Transfer/Operation.js.map +1 -1
- package/lib/components/Transfer/Transfer.js +2 -4
- package/lib/components/Transfer/Transfer.js.map +1 -1
- package/lib/components/Transfer/Transfer.type.d.ts +0 -5
- package/lib/components/Transfer/Transfer.type.js +0 -7
- package/lib/components/Transfer/Transfer.type.js.map +1 -1
- package/lib/components/Transfer/Transfer.vue.d.ts +42 -11
- package/lib/components/Transfer/TransferList.js +14 -10
- package/lib/components/Transfer/TransferList.js.map +1 -1
- package/lib/components/Transfer/TransferList.vue.d.ts +14 -0
- package/lib/components/Transfer/TransferListItem.vue.d.ts +7 -0
- package/lib/components/Transfer/index.d.ts +112 -18
- package/lib/components/Tree/SubTree.vue.d.ts +7 -0
- package/lib/components/Tree/Tree.vue.d.ts +7 -0
- package/lib/components/Tree/TreeNode.vue.d.ts +7 -0
- package/lib/components/Tree/index.d.ts +14 -0
- package/lib/components/TreeSelect/TreeSelect.vue.d.ts +14 -0
- package/lib/components/TreeSelect/index.d.ts +28 -0
- package/lib/components/Upload/UploadList.vue.d.ts +0 -33
- package/lib/components/base/CollapseTransition.js +0 -16
- package/lib/components/base/CollapseTransition.js.map +1 -1
- package/lib/components/base/hooks/useGlobalConfig.d.ts +1 -0
- package/lib/components/locale/default.d.ts +1 -0
- package/lib/components/locale/default.js.map +1 -1
- package/package.json +1 -1
- package/styles/components/alert/index.css +1 -1
- package/styles/components/autoComplete/index.css +1 -1
- package/styles/components/avatar/index.css +1 -1
- package/styles/components/breadcrumb/index.css +1 -1
- package/styles/components/breadcrumb/index.less +5 -6
- package/styles/components/breadcrumb/var.less +4 -6
- package/styles/components/button/index.css +1 -1
- package/styles/components/card/index.css +1 -1
- package/styles/components/card/index.less +64 -70
- package/styles/components/card/var.less +4 -13
- package/styles/components/carousel/index.css +1 -1
- package/styles/components/carousel/index.less +38 -35
- package/styles/components/carousel/var.less +6 -19
- package/styles/components/cascader/index.css +1 -1
- package/styles/components/cascader/index.less +20 -32
- package/styles/components/datePicker/index.css +1 -1
- package/styles/components/form/index.css +1 -1
- package/styles/components/icon/index.css +1 -1
- package/styles/components/input/index.css +1 -1
- package/styles/components/inputNumber/index.css +1 -1
- package/styles/components/layout/index.css +1 -1
- package/styles/components/layout/index.less +40 -55
- package/styles/components/layout/var.less +9 -41
- package/styles/components/link/index.css +1 -1
- package/styles/components/mentions/index.css +1 -1
- package/styles/components/menu/index.css +1 -1
- package/styles/components/menu/index.less +63 -207
- package/styles/components/menu/var.less +40 -69
- package/styles/components/modal/index.css +1 -1
- package/styles/components/progress/index.css +1 -1
- package/styles/components/progress/index.less +42 -56
- package/styles/components/progress/var.less +3 -4
- package/styles/components/select/index.css +1 -1
- package/styles/components/spin/index.css +1 -1
- package/styles/components/timePicker/index.css +1 -1
- package/styles/components/transfer/index.css +1 -1
- package/styles/components/transfer/index.less +38 -42
- package/styles/components/transfer/var.less +8 -42
- package/styles/components/tree/index.css +1 -1
- package/styles/components/tree/index.less +17 -27
- package/styles/components/tree/var.less +5 -16
- package/styles/cssVariable.css +1 -1
- package/styles/cssVariable.less +8 -8
- package/styles/index.css +1 -1
- package/styles/tokens/typography.css +1 -1
- package/types/components/Card/Card.d.ts +9 -9
- package/types/components/Card/Card.type.d.ts +4 -4
- package/types/components/Card/index.d.ts +15 -15
- package/types/components/Cascader/Cascader.d.ts +3 -3
- package/types/components/Cascader/Cascader.type.d.ts +1 -1
- package/types/components/Cascader/index.d.ts +6 -6
- package/types/components/Checkbox/Checkbox.type.d.ts +1 -0
- package/types/components/Checkbox/Checkbox.vue.d.ts +2 -0
- package/types/components/Checkbox/CheckboxGroup.vue.d.ts +2 -0
- package/types/components/Checkbox/index.d.ts +7 -0
- package/types/components/Layout/Layout.type.d.ts +2 -7
- package/types/components/Layout/Sider.vue.d.ts +9 -17
- package/types/components/Layout/index.d.ts +9 -17
- package/types/components/Menu/Menu.d.ts +0 -11
- package/types/components/Menu/Menu.type.d.ts +0 -6
- package/types/components/Menu/SubMenu.vue.d.ts +0 -1
- package/types/components/Menu/index.d.ts +0 -19
- package/types/components/Progress/Progress.type.d.ts +1 -6
- package/types/components/Progress/Progress.vue.d.ts +0 -16
- package/types/components/Progress/index.d.ts +0 -33
- package/types/components/Select/RefSelect.vue.d.ts +7 -0
- package/types/components/Table/BaseTable.vue.d.ts +7 -19
- package/types/components/Table/BodyTable.vue.d.ts +7 -19
- package/types/components/Table/HeadTable.vue.d.ts +7 -19
- package/types/components/Table/Table.vue.d.ts +14 -38
- package/types/components/Table/TableBox.vue.d.ts +14 -38
- package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +7 -19
- package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +7 -0
- package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +7 -19
- package/types/components/Table/tableUnits/TableHeader.vue.d.ts +7 -19
- package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +7 -19
- package/types/components/Transfer/Transfer.type.d.ts +0 -5
- package/types/components/Transfer/Transfer.vue.d.ts +42 -11
- package/types/components/Transfer/TransferList.vue.d.ts +14 -0
- package/types/components/Transfer/TransferListItem.vue.d.ts +7 -0
- package/types/components/Transfer/index.d.ts +112 -18
- package/types/components/Tree/SubTree.vue.d.ts +7 -0
- package/types/components/Tree/Tree.vue.d.ts +7 -0
- package/types/components/Tree/TreeNode.vue.d.ts +7 -0
- package/types/components/Tree/index.d.ts +14 -0
- package/types/components/TreeSelect/TreeSelect.vue.d.ts +14 -0
- package/types/components/TreeSelect/index.d.ts +28 -0
- package/types/components/Upload/UploadList.vue.d.ts +0 -33
- package/types/components/base/hooks/useGlobalConfig.d.ts +1 -0
- package/types/components/locale/default.d.ts +1 -0
- package/uxd-ui.css +1 -1
- package/uxd-ui.esm.min.mjs +6 -6
- package/uxd-ui.esm.mjs +513 -555
- package/uxd-ui.umd.js +512 -554
- package/uxd-ui.umd.min.js +6 -6
|
@@ -905,11 +905,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
905
905
|
default: string;
|
|
906
906
|
validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
|
|
907
907
|
};
|
|
908
|
-
theme: {
|
|
909
|
-
type: PropType<"light" | "dark">;
|
|
910
|
-
default: string;
|
|
911
|
-
validator: (val: "light" | "dark") => boolean;
|
|
912
|
-
};
|
|
913
908
|
selectedKeys: {
|
|
914
909
|
type: PropType<(string | number)[]>;
|
|
915
910
|
validator: (val: any[]) => boolean;
|
|
@@ -967,7 +962,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
967
962
|
}, import("vue").PublicProps, {
|
|
968
963
|
mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
|
|
969
964
|
multiple: boolean;
|
|
970
|
-
theme: "light" | "dark";
|
|
971
965
|
openKeys: (string | number)[];
|
|
972
966
|
subMenuOpenDelay: number;
|
|
973
967
|
subMenuCloseDelay: number;
|
|
@@ -995,11 +989,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
995
989
|
default: string;
|
|
996
990
|
validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
|
|
997
991
|
};
|
|
998
|
-
theme: {
|
|
999
|
-
type: PropType<"light" | "dark">;
|
|
1000
|
-
default: string;
|
|
1001
|
-
validator: (val: "light" | "dark") => boolean;
|
|
1002
|
-
};
|
|
1003
992
|
selectedKeys: {
|
|
1004
993
|
type: PropType<(string | number)[]>;
|
|
1005
994
|
validator: (val: any[]) => boolean;
|
|
@@ -1050,7 +1039,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1050
1039
|
}, {}, {}, {}, {
|
|
1051
1040
|
mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
|
|
1052
1041
|
multiple: boolean;
|
|
1053
|
-
theme: "light" | "dark";
|
|
1054
1042
|
openKeys: (string | number)[];
|
|
1055
1043
|
subMenuOpenDelay: number;
|
|
1056
1044
|
subMenuCloseDelay: number;
|
|
@@ -1066,11 +1054,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1066
1054
|
default: string;
|
|
1067
1055
|
validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
|
|
1068
1056
|
};
|
|
1069
|
-
theme: {
|
|
1070
|
-
type: PropType<"light" | "dark">;
|
|
1071
|
-
default: string;
|
|
1072
|
-
validator: (val: "light" | "dark") => boolean;
|
|
1073
|
-
};
|
|
1074
1057
|
selectedKeys: {
|
|
1075
1058
|
type: PropType<(string | number)[]>;
|
|
1076
1059
|
validator: (val: any[]) => boolean;
|
|
@@ -1128,7 +1111,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1128
1111
|
}, string, {
|
|
1129
1112
|
mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
|
|
1130
1113
|
multiple: boolean;
|
|
1131
|
-
theme: "light" | "dark";
|
|
1132
1114
|
openKeys: (string | number)[];
|
|
1133
1115
|
subMenuOpenDelay: number;
|
|
1134
1116
|
subMenuCloseDelay: number;
|
|
@@ -1921,7 +1903,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1921
1903
|
titleStyle: import("vue").ComputedRef<{}>;
|
|
1922
1904
|
mode: import("vue").ComputedRef<"inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right">;
|
|
1923
1905
|
subMode: import("vue").ComputedRef<"inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right">;
|
|
1924
|
-
theme: import("vue").Ref<"light" | "dark", "light" | "dark">;
|
|
1925
1906
|
isOpen: import("vue").ComputedRef<boolean>;
|
|
1926
1907
|
isSelected: import("vue").ComputedRef<boolean>;
|
|
1927
1908
|
menuId: import("vue").ComputedRef<string>;
|
|
@@ -3116,6 +3097,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3116
3097
|
};
|
|
3117
3098
|
}>> & Readonly<{
|
|
3118
3099
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
3100
|
+
onClick?: (ev: Event) => any;
|
|
3119
3101
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
3120
3102
|
}>, {
|
|
3121
3103
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -3132,6 +3114,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3132
3114
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3133
3115
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
3134
3116
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
3117
|
+
click: (ev: Event) => boolean;
|
|
3135
3118
|
}, import("vue").PublicProps, {
|
|
3136
3119
|
name: string;
|
|
3137
3120
|
disabled: boolean;
|
|
@@ -3312,6 +3295,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3312
3295
|
};
|
|
3313
3296
|
}>> & Readonly<{
|
|
3314
3297
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
3298
|
+
onClick?: (ev: Event) => any;
|
|
3315
3299
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
3316
3300
|
}>, {
|
|
3317
3301
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -3368,6 +3352,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3368
3352
|
};
|
|
3369
3353
|
}>> & Readonly<{
|
|
3370
3354
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
3355
|
+
onClick?: (ev: Event) => any;
|
|
3371
3356
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
3372
3357
|
}>, {
|
|
3373
3358
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -3384,6 +3369,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3384
3369
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3385
3370
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
3386
3371
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
3372
|
+
click: (ev: Event) => boolean;
|
|
3387
3373
|
}, string, {
|
|
3388
3374
|
name: string;
|
|
3389
3375
|
disabled: boolean;
|
|
@@ -3810,6 +3796,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3810
3796
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3811
3797
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
3812
3798
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
3799
|
+
click: (ev: Event) => boolean;
|
|
3813
3800
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3814
3801
|
modelValue: {
|
|
3815
3802
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -3841,6 +3828,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3841
3828
|
};
|
|
3842
3829
|
}>> & Readonly<{
|
|
3843
3830
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
3831
|
+
onClick?: (ev: Event) => any;
|
|
3844
3832
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
3845
3833
|
}>, {
|
|
3846
3834
|
name: string;
|
|
@@ -924,11 +924,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
924
924
|
default: string;
|
|
925
925
|
validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
|
|
926
926
|
};
|
|
927
|
-
theme: {
|
|
928
|
-
type: PropType<"light" | "dark">;
|
|
929
|
-
default: string;
|
|
930
|
-
validator: (val: "light" | "dark") => boolean;
|
|
931
|
-
};
|
|
932
927
|
selectedKeys: {
|
|
933
928
|
type: PropType<(string | number)[]>;
|
|
934
929
|
validator: (val: any[]) => boolean;
|
|
@@ -986,7 +981,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
986
981
|
}, import("vue").PublicProps, {
|
|
987
982
|
mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
|
|
988
983
|
multiple: boolean;
|
|
989
|
-
theme: "light" | "dark";
|
|
990
984
|
openKeys: (string | number)[];
|
|
991
985
|
subMenuOpenDelay: number;
|
|
992
986
|
subMenuCloseDelay: number;
|
|
@@ -1014,11 +1008,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1014
1008
|
default: string;
|
|
1015
1009
|
validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
|
|
1016
1010
|
};
|
|
1017
|
-
theme: {
|
|
1018
|
-
type: PropType<"light" | "dark">;
|
|
1019
|
-
default: string;
|
|
1020
|
-
validator: (val: "light" | "dark") => boolean;
|
|
1021
|
-
};
|
|
1022
1011
|
selectedKeys: {
|
|
1023
1012
|
type: PropType<(string | number)[]>;
|
|
1024
1013
|
validator: (val: any[]) => boolean;
|
|
@@ -1069,7 +1058,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1069
1058
|
}, {}, {}, {}, {
|
|
1070
1059
|
mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
|
|
1071
1060
|
multiple: boolean;
|
|
1072
|
-
theme: "light" | "dark";
|
|
1073
1061
|
openKeys: (string | number)[];
|
|
1074
1062
|
subMenuOpenDelay: number;
|
|
1075
1063
|
subMenuCloseDelay: number;
|
|
@@ -1085,11 +1073,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1085
1073
|
default: string;
|
|
1086
1074
|
validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
|
|
1087
1075
|
};
|
|
1088
|
-
theme: {
|
|
1089
|
-
type: PropType<"light" | "dark">;
|
|
1090
|
-
default: string;
|
|
1091
|
-
validator: (val: "light" | "dark") => boolean;
|
|
1092
|
-
};
|
|
1093
1076
|
selectedKeys: {
|
|
1094
1077
|
type: PropType<(string | number)[]>;
|
|
1095
1078
|
validator: (val: any[]) => boolean;
|
|
@@ -1147,7 +1130,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1147
1130
|
}, string, {
|
|
1148
1131
|
mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
|
|
1149
1132
|
multiple: boolean;
|
|
1150
|
-
theme: "light" | "dark";
|
|
1151
1133
|
openKeys: (string | number)[];
|
|
1152
1134
|
subMenuOpenDelay: number;
|
|
1153
1135
|
subMenuCloseDelay: number;
|
|
@@ -1940,7 +1922,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1940
1922
|
titleStyle: import("vue").ComputedRef<{}>;
|
|
1941
1923
|
mode: import("vue").ComputedRef<"inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right">;
|
|
1942
1924
|
subMode: import("vue").ComputedRef<"inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right">;
|
|
1943
|
-
theme: import("vue").Ref<"light" | "dark", "light" | "dark">;
|
|
1944
1925
|
isOpen: import("vue").ComputedRef<boolean>;
|
|
1945
1926
|
isSelected: import("vue").ComputedRef<boolean>;
|
|
1946
1927
|
menuId: import("vue").ComputedRef<string>;
|
|
@@ -3135,6 +3116,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3135
3116
|
};
|
|
3136
3117
|
}>> & Readonly<{
|
|
3137
3118
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
3119
|
+
onClick?: (ev: Event) => any;
|
|
3138
3120
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
3139
3121
|
}>, {
|
|
3140
3122
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -3151,6 +3133,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3151
3133
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3152
3134
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
3153
3135
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
3136
|
+
click: (ev: Event) => boolean;
|
|
3154
3137
|
}, import("vue").PublicProps, {
|
|
3155
3138
|
name: string;
|
|
3156
3139
|
disabled: boolean;
|
|
@@ -3331,6 +3314,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3331
3314
|
};
|
|
3332
3315
|
}>> & Readonly<{
|
|
3333
3316
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
3317
|
+
onClick?: (ev: Event) => any;
|
|
3334
3318
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
3335
3319
|
}>, {
|
|
3336
3320
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -3387,6 +3371,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3387
3371
|
};
|
|
3388
3372
|
}>> & Readonly<{
|
|
3389
3373
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
3374
|
+
onClick?: (ev: Event) => any;
|
|
3390
3375
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
3391
3376
|
}>, {
|
|
3392
3377
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -3403,6 +3388,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3403
3388
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3404
3389
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
3405
3390
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
3391
|
+
click: (ev: Event) => boolean;
|
|
3406
3392
|
}, string, {
|
|
3407
3393
|
name: string;
|
|
3408
3394
|
disabled: boolean;
|
|
@@ -3829,6 +3815,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3829
3815
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3830
3816
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
3831
3817
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
3818
|
+
click: (ev: Event) => boolean;
|
|
3832
3819
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3833
3820
|
modelValue: {
|
|
3834
3821
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -3860,6 +3847,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3860
3847
|
};
|
|
3861
3848
|
}>> & Readonly<{
|
|
3862
3849
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
3850
|
+
onClick?: (ev: Event) => any;
|
|
3863
3851
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
3864
3852
|
}>, {
|
|
3865
3853
|
name: string;
|
|
@@ -921,11 +921,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
921
921
|
default: string;
|
|
922
922
|
validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
|
|
923
923
|
};
|
|
924
|
-
theme: {
|
|
925
|
-
type: PropType<"light" | "dark">;
|
|
926
|
-
default: string;
|
|
927
|
-
validator: (val: "light" | "dark") => boolean;
|
|
928
|
-
};
|
|
929
924
|
selectedKeys: {
|
|
930
925
|
type: PropType<(string | number)[]>;
|
|
931
926
|
validator: (val: any[]) => boolean;
|
|
@@ -983,7 +978,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
983
978
|
}, import("vue").PublicProps, {
|
|
984
979
|
mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
|
|
985
980
|
multiple: boolean;
|
|
986
|
-
theme: "light" | "dark";
|
|
987
981
|
openKeys: (string | number)[];
|
|
988
982
|
subMenuOpenDelay: number;
|
|
989
983
|
subMenuCloseDelay: number;
|
|
@@ -1011,11 +1005,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1011
1005
|
default: string;
|
|
1012
1006
|
validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
|
|
1013
1007
|
};
|
|
1014
|
-
theme: {
|
|
1015
|
-
type: PropType<"light" | "dark">;
|
|
1016
|
-
default: string;
|
|
1017
|
-
validator: (val: "light" | "dark") => boolean;
|
|
1018
|
-
};
|
|
1019
1008
|
selectedKeys: {
|
|
1020
1009
|
type: PropType<(string | number)[]>;
|
|
1021
1010
|
validator: (val: any[]) => boolean;
|
|
@@ -1066,7 +1055,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1066
1055
|
}, {}, {}, {}, {
|
|
1067
1056
|
mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
|
|
1068
1057
|
multiple: boolean;
|
|
1069
|
-
theme: "light" | "dark";
|
|
1070
1058
|
openKeys: (string | number)[];
|
|
1071
1059
|
subMenuOpenDelay: number;
|
|
1072
1060
|
subMenuCloseDelay: number;
|
|
@@ -1082,11 +1070,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1082
1070
|
default: string;
|
|
1083
1071
|
validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
|
|
1084
1072
|
};
|
|
1085
|
-
theme: {
|
|
1086
|
-
type: PropType<"light" | "dark">;
|
|
1087
|
-
default: string;
|
|
1088
|
-
validator: (val: "light" | "dark") => boolean;
|
|
1089
|
-
};
|
|
1090
1073
|
selectedKeys: {
|
|
1091
1074
|
type: PropType<(string | number)[]>;
|
|
1092
1075
|
validator: (val: any[]) => boolean;
|
|
@@ -1144,7 +1127,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1144
1127
|
}, string, {
|
|
1145
1128
|
mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
|
|
1146
1129
|
multiple: boolean;
|
|
1147
|
-
theme: "light" | "dark";
|
|
1148
1130
|
openKeys: (string | number)[];
|
|
1149
1131
|
subMenuOpenDelay: number;
|
|
1150
1132
|
subMenuCloseDelay: number;
|
|
@@ -1937,7 +1919,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1937
1919
|
titleStyle: import("vue").ComputedRef<{}>;
|
|
1938
1920
|
mode: import("vue").ComputedRef<"inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right">;
|
|
1939
1921
|
subMode: import("vue").ComputedRef<"inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right">;
|
|
1940
|
-
theme: import("vue").Ref<"light" | "dark", "light" | "dark">;
|
|
1941
1922
|
isOpen: import("vue").ComputedRef<boolean>;
|
|
1942
1923
|
isSelected: import("vue").ComputedRef<boolean>;
|
|
1943
1924
|
menuId: import("vue").ComputedRef<string>;
|
|
@@ -3132,6 +3113,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3132
3113
|
};
|
|
3133
3114
|
}>> & Readonly<{
|
|
3134
3115
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
3116
|
+
onClick?: (ev: Event) => any;
|
|
3135
3117
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
3136
3118
|
}>, {
|
|
3137
3119
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -3148,6 +3130,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3148
3130
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3149
3131
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
3150
3132
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
3133
|
+
click: (ev: Event) => boolean;
|
|
3151
3134
|
}, import("vue").PublicProps, {
|
|
3152
3135
|
name: string;
|
|
3153
3136
|
disabled: boolean;
|
|
@@ -3328,6 +3311,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3328
3311
|
};
|
|
3329
3312
|
}>> & Readonly<{
|
|
3330
3313
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
3314
|
+
onClick?: (ev: Event) => any;
|
|
3331
3315
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
3332
3316
|
}>, {
|
|
3333
3317
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -3384,6 +3368,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3384
3368
|
};
|
|
3385
3369
|
}>> & Readonly<{
|
|
3386
3370
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
3371
|
+
onClick?: (ev: Event) => any;
|
|
3387
3372
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
3388
3373
|
}>, {
|
|
3389
3374
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -3400,6 +3385,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3400
3385
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3401
3386
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
3402
3387
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
3388
|
+
click: (ev: Event) => boolean;
|
|
3403
3389
|
}, string, {
|
|
3404
3390
|
name: string;
|
|
3405
3391
|
disabled: boolean;
|
|
@@ -3826,6 +3812,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3826
3812
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3827
3813
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
3828
3814
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
3815
|
+
click: (ev: Event) => boolean;
|
|
3829
3816
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3830
3817
|
modelValue: {
|
|
3831
3818
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -3857,6 +3844,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3857
3844
|
};
|
|
3858
3845
|
}>> & Readonly<{
|
|
3859
3846
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
3847
|
+
onClick?: (ev: Event) => any;
|
|
3860
3848
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
3861
3849
|
}>, {
|
|
3862
3850
|
name: string;
|
|
@@ -1275,11 +1275,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1275
1275
|
default: string;
|
|
1276
1276
|
validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
|
|
1277
1277
|
};
|
|
1278
|
-
theme: {
|
|
1279
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
1280
|
-
default: string;
|
|
1281
|
-
validator: (val: "light" | "dark") => boolean;
|
|
1282
|
-
};
|
|
1283
1278
|
selectedKeys: {
|
|
1284
1279
|
type: import("vue").PropType<(string | number)[]>;
|
|
1285
1280
|
validator: (val: any[]) => boolean;
|
|
@@ -1337,7 +1332,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1337
1332
|
}, import("vue").PublicProps, {
|
|
1338
1333
|
mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
|
|
1339
1334
|
multiple: boolean;
|
|
1340
|
-
theme: "light" | "dark";
|
|
1341
1335
|
openKeys: (string | number)[];
|
|
1342
1336
|
subMenuOpenDelay: number;
|
|
1343
1337
|
subMenuCloseDelay: number;
|
|
@@ -1365,11 +1359,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1365
1359
|
default: string;
|
|
1366
1360
|
validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
|
|
1367
1361
|
};
|
|
1368
|
-
theme: {
|
|
1369
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
1370
|
-
default: string;
|
|
1371
|
-
validator: (val: "light" | "dark") => boolean;
|
|
1372
|
-
};
|
|
1373
1362
|
selectedKeys: {
|
|
1374
1363
|
type: import("vue").PropType<(string | number)[]>;
|
|
1375
1364
|
validator: (val: any[]) => boolean;
|
|
@@ -1420,7 +1409,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1420
1409
|
}, {}, {}, {}, {
|
|
1421
1410
|
mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
|
|
1422
1411
|
multiple: boolean;
|
|
1423
|
-
theme: "light" | "dark";
|
|
1424
1412
|
openKeys: (string | number)[];
|
|
1425
1413
|
subMenuOpenDelay: number;
|
|
1426
1414
|
subMenuCloseDelay: number;
|
|
@@ -1436,11 +1424,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1436
1424
|
default: string;
|
|
1437
1425
|
validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
|
|
1438
1426
|
};
|
|
1439
|
-
theme: {
|
|
1440
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
1441
|
-
default: string;
|
|
1442
|
-
validator: (val: "light" | "dark") => boolean;
|
|
1443
|
-
};
|
|
1444
1427
|
selectedKeys: {
|
|
1445
1428
|
type: import("vue").PropType<(string | number)[]>;
|
|
1446
1429
|
validator: (val: any[]) => boolean;
|
|
@@ -1498,7 +1481,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1498
1481
|
}, string, {
|
|
1499
1482
|
mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
|
|
1500
1483
|
multiple: boolean;
|
|
1501
|
-
theme: "light" | "dark";
|
|
1502
1484
|
openKeys: (string | number)[];
|
|
1503
1485
|
subMenuOpenDelay: number;
|
|
1504
1486
|
subMenuCloseDelay: number;
|
|
@@ -2291,7 +2273,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2291
2273
|
titleStyle: import("vue").ComputedRef<{}>;
|
|
2292
2274
|
mode: import("vue").ComputedRef<"inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right">;
|
|
2293
2275
|
subMode: import("vue").ComputedRef<"inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right">;
|
|
2294
|
-
theme: import("vue").Ref<"light" | "dark", "light" | "dark">;
|
|
2295
2276
|
isOpen: import("vue").ComputedRef<boolean>;
|
|
2296
2277
|
isSelected: import("vue").ComputedRef<boolean>;
|
|
2297
2278
|
menuId: import("vue").ComputedRef<string>;
|
|
@@ -3486,6 +3467,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3486
3467
|
};
|
|
3487
3468
|
}>> & Readonly<{
|
|
3488
3469
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
3470
|
+
onClick?: (ev: Event) => any;
|
|
3489
3471
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
3490
3472
|
}>, {
|
|
3491
3473
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -3502,6 +3484,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3502
3484
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3503
3485
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
3504
3486
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
3487
|
+
click: (ev: Event) => boolean;
|
|
3505
3488
|
}, import("vue").PublicProps, {
|
|
3506
3489
|
name: string;
|
|
3507
3490
|
disabled: boolean;
|
|
@@ -3682,6 +3665,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3682
3665
|
};
|
|
3683
3666
|
}>> & Readonly<{
|
|
3684
3667
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
3668
|
+
onClick?: (ev: Event) => any;
|
|
3685
3669
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
3686
3670
|
}>, {
|
|
3687
3671
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -3738,6 +3722,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3738
3722
|
};
|
|
3739
3723
|
}>> & Readonly<{
|
|
3740
3724
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
3725
|
+
onClick?: (ev: Event) => any;
|
|
3741
3726
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
3742
3727
|
}>, {
|
|
3743
3728
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -3754,6 +3739,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3754
3739
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3755
3740
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
3756
3741
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
3742
|
+
click: (ev: Event) => boolean;
|
|
3757
3743
|
}, string, {
|
|
3758
3744
|
name: string;
|
|
3759
3745
|
disabled: boolean;
|
|
@@ -4180,6 +4166,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4180
4166
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4181
4167
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
4182
4168
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
4169
|
+
click: (ev: Event) => boolean;
|
|
4183
4170
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4184
4171
|
modelValue: {
|
|
4185
4172
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -4211,6 +4198,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4211
4198
|
};
|
|
4212
4199
|
}>> & Readonly<{
|
|
4213
4200
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
4201
|
+
onClick?: (ev: Event) => any;
|
|
4214
4202
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
4215
4203
|
}>, {
|
|
4216
4204
|
name: string;
|
|
@@ -8232,11 +8220,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8232
8220
|
default: string;
|
|
8233
8221
|
validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
|
|
8234
8222
|
};
|
|
8235
|
-
theme: {
|
|
8236
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
8237
|
-
default: string;
|
|
8238
|
-
validator: (val: "light" | "dark") => boolean;
|
|
8239
|
-
};
|
|
8240
8223
|
selectedKeys: {
|
|
8241
8224
|
type: import("vue").PropType<(string | number)[]>;
|
|
8242
8225
|
validator: (val: any[]) => boolean;
|
|
@@ -8294,7 +8277,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8294
8277
|
}, import("vue").PublicProps, {
|
|
8295
8278
|
mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
|
|
8296
8279
|
multiple: boolean;
|
|
8297
|
-
theme: "light" | "dark";
|
|
8298
8280
|
openKeys: (string | number)[];
|
|
8299
8281
|
subMenuOpenDelay: number;
|
|
8300
8282
|
subMenuCloseDelay: number;
|
|
@@ -8322,11 +8304,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8322
8304
|
default: string;
|
|
8323
8305
|
validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
|
|
8324
8306
|
};
|
|
8325
|
-
theme: {
|
|
8326
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
8327
|
-
default: string;
|
|
8328
|
-
validator: (val: "light" | "dark") => boolean;
|
|
8329
|
-
};
|
|
8330
8307
|
selectedKeys: {
|
|
8331
8308
|
type: import("vue").PropType<(string | number)[]>;
|
|
8332
8309
|
validator: (val: any[]) => boolean;
|
|
@@ -8377,7 +8354,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8377
8354
|
}, {}, {}, {}, {
|
|
8378
8355
|
mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
|
|
8379
8356
|
multiple: boolean;
|
|
8380
|
-
theme: "light" | "dark";
|
|
8381
8357
|
openKeys: (string | number)[];
|
|
8382
8358
|
subMenuOpenDelay: number;
|
|
8383
8359
|
subMenuCloseDelay: number;
|
|
@@ -8393,11 +8369,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8393
8369
|
default: string;
|
|
8394
8370
|
validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
|
|
8395
8371
|
};
|
|
8396
|
-
theme: {
|
|
8397
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
8398
|
-
default: string;
|
|
8399
|
-
validator: (val: "light" | "dark") => boolean;
|
|
8400
|
-
};
|
|
8401
8372
|
selectedKeys: {
|
|
8402
8373
|
type: import("vue").PropType<(string | number)[]>;
|
|
8403
8374
|
validator: (val: any[]) => boolean;
|
|
@@ -8455,7 +8426,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8455
8426
|
}, string, {
|
|
8456
8427
|
mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
|
|
8457
8428
|
multiple: boolean;
|
|
8458
|
-
theme: "light" | "dark";
|
|
8459
8429
|
openKeys: (string | number)[];
|
|
8460
8430
|
subMenuOpenDelay: number;
|
|
8461
8431
|
subMenuCloseDelay: number;
|
|
@@ -9248,7 +9218,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9248
9218
|
titleStyle: import("vue").ComputedRef<{}>;
|
|
9249
9219
|
mode: import("vue").ComputedRef<"inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right">;
|
|
9250
9220
|
subMode: import("vue").ComputedRef<"inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right">;
|
|
9251
|
-
theme: import("vue").Ref<"light" | "dark", "light" | "dark">;
|
|
9252
9221
|
isOpen: import("vue").ComputedRef<boolean>;
|
|
9253
9222
|
isSelected: import("vue").ComputedRef<boolean>;
|
|
9254
9223
|
menuId: import("vue").ComputedRef<string>;
|
|
@@ -10443,6 +10412,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10443
10412
|
};
|
|
10444
10413
|
}>> & Readonly<{
|
|
10445
10414
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
10415
|
+
onClick?: (ev: Event) => any;
|
|
10446
10416
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
10447
10417
|
}>, {
|
|
10448
10418
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -10459,6 +10429,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10459
10429
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10460
10430
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
10461
10431
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
10432
|
+
click: (ev: Event) => boolean;
|
|
10462
10433
|
}, import("vue").PublicProps, {
|
|
10463
10434
|
name: string;
|
|
10464
10435
|
disabled: boolean;
|
|
@@ -10639,6 +10610,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10639
10610
|
};
|
|
10640
10611
|
}>> & Readonly<{
|
|
10641
10612
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
10613
|
+
onClick?: (ev: Event) => any;
|
|
10642
10614
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
10643
10615
|
}>, {
|
|
10644
10616
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -10695,6 +10667,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10695
10667
|
};
|
|
10696
10668
|
}>> & Readonly<{
|
|
10697
10669
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
10670
|
+
onClick?: (ev: Event) => any;
|
|
10698
10671
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
10699
10672
|
}>, {
|
|
10700
10673
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -10711,6 +10684,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10711
10684
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10712
10685
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
10713
10686
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
10687
|
+
click: (ev: Event) => boolean;
|
|
10714
10688
|
}, string, {
|
|
10715
10689
|
name: string;
|
|
10716
10690
|
disabled: boolean;
|
|
@@ -11137,6 +11111,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11137
11111
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11138
11112
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
11139
11113
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
11114
|
+
click: (ev: Event) => boolean;
|
|
11140
11115
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11141
11116
|
modelValue: {
|
|
11142
11117
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -11168,6 +11143,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11168
11143
|
};
|
|
11169
11144
|
}>> & Readonly<{
|
|
11170
11145
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
11146
|
+
onClick?: (ev: Event) => any;
|
|
11171
11147
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
11172
11148
|
}>, {
|
|
11173
11149
|
name: string;
|