@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
|
@@ -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;
|
|
@@ -938,11 +938,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
938
938
|
default: string;
|
|
939
939
|
validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
|
|
940
940
|
};
|
|
941
|
-
theme: {
|
|
942
|
-
type: PropType<"light" | "dark">;
|
|
943
|
-
default: string;
|
|
944
|
-
validator: (val: "light" | "dark") => boolean;
|
|
945
|
-
};
|
|
946
941
|
selectedKeys: {
|
|
947
942
|
type: PropType<(string | number)[]>;
|
|
948
943
|
validator: (val: any[]) => boolean;
|
|
@@ -1000,7 +995,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1000
995
|
}, import("vue").PublicProps, {
|
|
1001
996
|
mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
|
|
1002
997
|
multiple: boolean;
|
|
1003
|
-
theme: "light" | "dark";
|
|
1004
998
|
openKeys: (string | number)[];
|
|
1005
999
|
subMenuOpenDelay: number;
|
|
1006
1000
|
subMenuCloseDelay: number;
|
|
@@ -1028,11 +1022,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1028
1022
|
default: string;
|
|
1029
1023
|
validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
|
|
1030
1024
|
};
|
|
1031
|
-
theme: {
|
|
1032
|
-
type: PropType<"light" | "dark">;
|
|
1033
|
-
default: string;
|
|
1034
|
-
validator: (val: "light" | "dark") => boolean;
|
|
1035
|
-
};
|
|
1036
1025
|
selectedKeys: {
|
|
1037
1026
|
type: PropType<(string | number)[]>;
|
|
1038
1027
|
validator: (val: any[]) => boolean;
|
|
@@ -1083,7 +1072,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1083
1072
|
}, {}, {}, {}, {
|
|
1084
1073
|
mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
|
|
1085
1074
|
multiple: boolean;
|
|
1086
|
-
theme: "light" | "dark";
|
|
1087
1075
|
openKeys: (string | number)[];
|
|
1088
1076
|
subMenuOpenDelay: number;
|
|
1089
1077
|
subMenuCloseDelay: number;
|
|
@@ -1099,11 +1087,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1099
1087
|
default: string;
|
|
1100
1088
|
validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
|
|
1101
1089
|
};
|
|
1102
|
-
theme: {
|
|
1103
|
-
type: PropType<"light" | "dark">;
|
|
1104
|
-
default: string;
|
|
1105
|
-
validator: (val: "light" | "dark") => boolean;
|
|
1106
|
-
};
|
|
1107
1090
|
selectedKeys: {
|
|
1108
1091
|
type: PropType<(string | number)[]>;
|
|
1109
1092
|
validator: (val: any[]) => boolean;
|
|
@@ -1161,7 +1144,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1161
1144
|
}, string, {
|
|
1162
1145
|
mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
|
|
1163
1146
|
multiple: boolean;
|
|
1164
|
-
theme: "light" | "dark";
|
|
1165
1147
|
openKeys: (string | number)[];
|
|
1166
1148
|
subMenuOpenDelay: number;
|
|
1167
1149
|
subMenuCloseDelay: number;
|
|
@@ -1954,7 +1936,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1954
1936
|
titleStyle: import("vue").ComputedRef<{}>;
|
|
1955
1937
|
mode: import("vue").ComputedRef<"inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right">;
|
|
1956
1938
|
subMode: import("vue").ComputedRef<"inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right">;
|
|
1957
|
-
theme: import("vue").Ref<"light" | "dark", "light" | "dark">;
|
|
1958
1939
|
isOpen: import("vue").ComputedRef<boolean>;
|
|
1959
1940
|
isSelected: import("vue").ComputedRef<boolean>;
|
|
1960
1941
|
menuId: import("vue").ComputedRef<string>;
|
|
@@ -3149,6 +3130,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3149
3130
|
};
|
|
3150
3131
|
}>> & Readonly<{
|
|
3151
3132
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
3133
|
+
onClick?: (ev: Event) => any;
|
|
3152
3134
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
3153
3135
|
}>, {
|
|
3154
3136
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -3165,6 +3147,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3165
3147
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3166
3148
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
3167
3149
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
3150
|
+
click: (ev: Event) => boolean;
|
|
3168
3151
|
}, import("vue").PublicProps, {
|
|
3169
3152
|
name: string;
|
|
3170
3153
|
disabled: boolean;
|
|
@@ -3345,6 +3328,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3345
3328
|
};
|
|
3346
3329
|
}>> & Readonly<{
|
|
3347
3330
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
3331
|
+
onClick?: (ev: Event) => any;
|
|
3348
3332
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
3349
3333
|
}>, {
|
|
3350
3334
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -3401,6 +3385,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3401
3385
|
};
|
|
3402
3386
|
}>> & Readonly<{
|
|
3403
3387
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
3388
|
+
onClick?: (ev: Event) => any;
|
|
3404
3389
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
3405
3390
|
}>, {
|
|
3406
3391
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -3417,6 +3402,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3417
3402
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3418
3403
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
3419
3404
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
3405
|
+
click: (ev: Event) => boolean;
|
|
3420
3406
|
}, string, {
|
|
3421
3407
|
name: string;
|
|
3422
3408
|
disabled: boolean;
|
|
@@ -3843,6 +3829,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3843
3829
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3844
3830
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
3845
3831
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
3832
|
+
click: (ev: Event) => boolean;
|
|
3846
3833
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3847
3834
|
modelValue: {
|
|
3848
3835
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -3874,6 +3861,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3874
3861
|
};
|
|
3875
3862
|
}>> & Readonly<{
|
|
3876
3863
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
3864
|
+
onClick?: (ev: Event) => any;
|
|
3877
3865
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
3878
3866
|
}>, {
|
|
3879
3867
|
name: string;
|
|
@@ -7895,11 +7883,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7895
7883
|
default: string;
|
|
7896
7884
|
validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
|
|
7897
7885
|
};
|
|
7898
|
-
theme: {
|
|
7899
|
-
type: PropType<"light" | "dark">;
|
|
7900
|
-
default: string;
|
|
7901
|
-
validator: (val: "light" | "dark") => boolean;
|
|
7902
|
-
};
|
|
7903
7886
|
selectedKeys: {
|
|
7904
7887
|
type: PropType<(string | number)[]>;
|
|
7905
7888
|
validator: (val: any[]) => boolean;
|
|
@@ -7957,7 +7940,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7957
7940
|
}, import("vue").PublicProps, {
|
|
7958
7941
|
mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
|
|
7959
7942
|
multiple: boolean;
|
|
7960
|
-
theme: "light" | "dark";
|
|
7961
7943
|
openKeys: (string | number)[];
|
|
7962
7944
|
subMenuOpenDelay: number;
|
|
7963
7945
|
subMenuCloseDelay: number;
|
|
@@ -7985,11 +7967,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7985
7967
|
default: string;
|
|
7986
7968
|
validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
|
|
7987
7969
|
};
|
|
7988
|
-
theme: {
|
|
7989
|
-
type: PropType<"light" | "dark">;
|
|
7990
|
-
default: string;
|
|
7991
|
-
validator: (val: "light" | "dark") => boolean;
|
|
7992
|
-
};
|
|
7993
7970
|
selectedKeys: {
|
|
7994
7971
|
type: PropType<(string | number)[]>;
|
|
7995
7972
|
validator: (val: any[]) => boolean;
|
|
@@ -8040,7 +8017,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8040
8017
|
}, {}, {}, {}, {
|
|
8041
8018
|
mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
|
|
8042
8019
|
multiple: boolean;
|
|
8043
|
-
theme: "light" | "dark";
|
|
8044
8020
|
openKeys: (string | number)[];
|
|
8045
8021
|
subMenuOpenDelay: number;
|
|
8046
8022
|
subMenuCloseDelay: number;
|
|
@@ -8056,11 +8032,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8056
8032
|
default: string;
|
|
8057
8033
|
validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
|
|
8058
8034
|
};
|
|
8059
|
-
theme: {
|
|
8060
|
-
type: PropType<"light" | "dark">;
|
|
8061
|
-
default: string;
|
|
8062
|
-
validator: (val: "light" | "dark") => boolean;
|
|
8063
|
-
};
|
|
8064
8035
|
selectedKeys: {
|
|
8065
8036
|
type: PropType<(string | number)[]>;
|
|
8066
8037
|
validator: (val: any[]) => boolean;
|
|
@@ -8118,7 +8089,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8118
8089
|
}, string, {
|
|
8119
8090
|
mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
|
|
8120
8091
|
multiple: boolean;
|
|
8121
|
-
theme: "light" | "dark";
|
|
8122
8092
|
openKeys: (string | number)[];
|
|
8123
8093
|
subMenuOpenDelay: number;
|
|
8124
8094
|
subMenuCloseDelay: number;
|
|
@@ -8911,7 +8881,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8911
8881
|
titleStyle: import("vue").ComputedRef<{}>;
|
|
8912
8882
|
mode: import("vue").ComputedRef<"inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right">;
|
|
8913
8883
|
subMode: import("vue").ComputedRef<"inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right">;
|
|
8914
|
-
theme: import("vue").Ref<"light" | "dark", "light" | "dark">;
|
|
8915
8884
|
isOpen: import("vue").ComputedRef<boolean>;
|
|
8916
8885
|
isSelected: import("vue").ComputedRef<boolean>;
|
|
8917
8886
|
menuId: import("vue").ComputedRef<string>;
|
|
@@ -10106,6 +10075,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10106
10075
|
};
|
|
10107
10076
|
}>> & Readonly<{
|
|
10108
10077
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
10078
|
+
onClick?: (ev: Event) => any;
|
|
10109
10079
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
10110
10080
|
}>, {
|
|
10111
10081
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -10122,6 +10092,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10122
10092
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10123
10093
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
10124
10094
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
10095
|
+
click: (ev: Event) => boolean;
|
|
10125
10096
|
}, import("vue").PublicProps, {
|
|
10126
10097
|
name: string;
|
|
10127
10098
|
disabled: boolean;
|
|
@@ -10302,6 +10273,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10302
10273
|
};
|
|
10303
10274
|
}>> & Readonly<{
|
|
10304
10275
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
10276
|
+
onClick?: (ev: Event) => any;
|
|
10305
10277
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
10306
10278
|
}>, {
|
|
10307
10279
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -10358,6 +10330,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10358
10330
|
};
|
|
10359
10331
|
}>> & Readonly<{
|
|
10360
10332
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
10333
|
+
onClick?: (ev: Event) => any;
|
|
10361
10334
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
10362
10335
|
}>, {
|
|
10363
10336
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -10374,6 +10347,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10374
10347
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10375
10348
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
10376
10349
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
10350
|
+
click: (ev: Event) => boolean;
|
|
10377
10351
|
}, string, {
|
|
10378
10352
|
name: string;
|
|
10379
10353
|
disabled: boolean;
|
|
@@ -10800,6 +10774,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10800
10774
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10801
10775
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
10802
10776
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
10777
|
+
click: (ev: Event) => boolean;
|
|
10803
10778
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10804
10779
|
modelValue: {
|
|
10805
10780
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -10831,6 +10806,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10831
10806
|
};
|
|
10832
10807
|
}>> & Readonly<{
|
|
10833
10808
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
10809
|
+
onClick?: (ev: Event) => any;
|
|
10834
10810
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
10835
10811
|
}>, {
|
|
10836
10812
|
name: string;
|