@koi-design/uxd-ui 14.0.7 → 14.0.9
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/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/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 -0
- package/es/components/Table/BodyTable.vue.d.ts +7 -0
- package/es/components/Table/HeadTable.vue.d.ts +7 -0
- package/es/components/Table/Table.vue.d.ts +14 -0
- package/es/components/Table/TableBox.vue.d.ts +14 -0
- package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +7 -0
- package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +7 -0
- package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +7 -0
- package/es/components/Table/tableUnits/TableHeader.vue.d.ts +7 -0
- package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +7 -0
- 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/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/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 -0
- package/lib/components/Table/BodyTable.vue.d.ts +7 -0
- package/lib/components/Table/HeadTable.vue.d.ts +7 -0
- package/lib/components/Table/Table.vue.d.ts +14 -0
- package/lib/components/Table/TableBox.vue.d.ts +14 -0
- package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +7 -0
- package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +7 -0
- package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +7 -0
- package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +7 -0
- package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +7 -0
- 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/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/button/index.css +1 -1
- 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/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/var.less +3 -2
- 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 +1 -11
- package/styles/index.css +1 -1
- package/styles/tokens/typography.css +1 -1
- 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/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 -0
- package/types/components/Table/BodyTable.vue.d.ts +7 -0
- package/types/components/Table/HeadTable.vue.d.ts +7 -0
- package/types/components/Table/Table.vue.d.ts +14 -0
- package/types/components/Table/TableBox.vue.d.ts +14 -0
- package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +7 -0
- package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +7 -0
- package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +7 -0
- package/types/components/Table/tableUnits/TableHeader.vue.d.ts +7 -0
- package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +7 -0
- 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/uxd-ui.css +1 -1
- package/uxd-ui.esm.min.mjs +6 -6
- package/uxd-ui.esm.mjs +142 -151
- package/uxd-ui.umd.js +141 -150
- package/uxd-ui.umd.min.js +6 -6
|
@@ -82,11 +82,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
82
82
|
type: BooleanConstructor;
|
|
83
83
|
default: boolean;
|
|
84
84
|
};
|
|
85
|
-
color: {
|
|
86
|
-
type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
87
|
-
default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
88
|
-
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
89
|
-
};
|
|
90
85
|
direction: {
|
|
91
86
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
92
87
|
};
|
|
@@ -226,6 +221,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
226
221
|
};
|
|
227
222
|
}>> & Readonly<{
|
|
228
223
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
224
|
+
onClick?: (ev: Event) => any;
|
|
229
225
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
230
226
|
}>, {
|
|
231
227
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -242,6 +238,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
242
238
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
243
239
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
244
240
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
241
|
+
click: (ev: Event) => boolean;
|
|
245
242
|
}, import("vue").PublicProps, {
|
|
246
243
|
name: string;
|
|
247
244
|
disabled: boolean;
|
|
@@ -422,6 +419,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
422
419
|
};
|
|
423
420
|
}>> & Readonly<{
|
|
424
421
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
422
|
+
onClick?: (ev: Event) => any;
|
|
425
423
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
426
424
|
}>, {
|
|
427
425
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -478,6 +476,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
478
476
|
};
|
|
479
477
|
}>> & Readonly<{
|
|
480
478
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
479
|
+
onClick?: (ev: Event) => any;
|
|
481
480
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
482
481
|
}>, {
|
|
483
482
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -494,6 +493,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
494
493
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
495
494
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
496
495
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
496
|
+
click: (ev: Event) => boolean;
|
|
497
497
|
}, string, {
|
|
498
498
|
name: string;
|
|
499
499
|
disabled: boolean;
|
|
@@ -920,6 +920,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
920
920
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
921
921
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
922
922
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
923
|
+
click: (ev: Event) => boolean;
|
|
923
924
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
924
925
|
modelValue: {
|
|
925
926
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -951,6 +952,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
951
952
|
};
|
|
952
953
|
}>> & Readonly<{
|
|
953
954
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
955
|
+
onClick?: (ev: Event) => any;
|
|
954
956
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
955
957
|
}>, {
|
|
956
958
|
name: string;
|
|
@@ -1176,6 +1178,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1176
1178
|
};
|
|
1177
1179
|
}>> & Readonly<{
|
|
1178
1180
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
1181
|
+
onClick?: (ev: Event) => any;
|
|
1179
1182
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
1180
1183
|
}>, {
|
|
1181
1184
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -1192,6 +1195,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1192
1195
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1193
1196
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
1194
1197
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
1198
|
+
click: (ev: Event) => boolean;
|
|
1195
1199
|
}, import("vue").PublicProps, {
|
|
1196
1200
|
name: string;
|
|
1197
1201
|
disabled: boolean;
|
|
@@ -1372,6 +1376,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1372
1376
|
};
|
|
1373
1377
|
}>> & Readonly<{
|
|
1374
1378
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
1379
|
+
onClick?: (ev: Event) => any;
|
|
1375
1380
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
1376
1381
|
}>, {
|
|
1377
1382
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -1428,6 +1433,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1428
1433
|
};
|
|
1429
1434
|
}>> & Readonly<{
|
|
1430
1435
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
1436
|
+
onClick?: (ev: Event) => any;
|
|
1431
1437
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
1432
1438
|
}>, {
|
|
1433
1439
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -1444,6 +1450,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1444
1450
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1445
1451
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
1446
1452
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
1453
|
+
click: (ev: Event) => boolean;
|
|
1447
1454
|
}, string, {
|
|
1448
1455
|
name: string;
|
|
1449
1456
|
disabled: boolean;
|
|
@@ -1870,6 +1877,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1870
1877
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1871
1878
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
1872
1879
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
1880
|
+
click: (ev: Event) => boolean;
|
|
1873
1881
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1874
1882
|
modelValue: {
|
|
1875
1883
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -1901,6 +1909,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1901
1909
|
};
|
|
1902
1910
|
}>> & Readonly<{
|
|
1903
1911
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
1912
|
+
onClick?: (ev: Event) => any;
|
|
1904
1913
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
1905
1914
|
}>, {
|
|
1906
1915
|
name: string;
|
|
@@ -3281,6 +3290,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3281
3290
|
};
|
|
3282
3291
|
}>> & Readonly<{
|
|
3283
3292
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
3293
|
+
onClick?: (ev: Event) => any;
|
|
3284
3294
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
3285
3295
|
}>, {
|
|
3286
3296
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -3297,6 +3307,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3297
3307
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3298
3308
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
3299
3309
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
3310
|
+
click: (ev: Event) => boolean;
|
|
3300
3311
|
}, import("vue").PublicProps, {
|
|
3301
3312
|
name: string;
|
|
3302
3313
|
disabled: boolean;
|
|
@@ -3477,6 +3488,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3477
3488
|
};
|
|
3478
3489
|
}>> & Readonly<{
|
|
3479
3490
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
3491
|
+
onClick?: (ev: Event) => any;
|
|
3480
3492
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
3481
3493
|
}>, {
|
|
3482
3494
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -3533,6 +3545,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3533
3545
|
};
|
|
3534
3546
|
}>> & Readonly<{
|
|
3535
3547
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
3548
|
+
onClick?: (ev: Event) => any;
|
|
3536
3549
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
3537
3550
|
}>, {
|
|
3538
3551
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -3549,6 +3562,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3549
3562
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3550
3563
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
3551
3564
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
3565
|
+
click: (ev: Event) => boolean;
|
|
3552
3566
|
}, string, {
|
|
3553
3567
|
name: string;
|
|
3554
3568
|
disabled: boolean;
|
|
@@ -3975,6 +3989,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3975
3989
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3976
3990
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
3977
3991
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
3992
|
+
click: (ev: Event) => boolean;
|
|
3978
3993
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3979
3994
|
modelValue: {
|
|
3980
3995
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -4006,6 +4021,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4006
4021
|
};
|
|
4007
4022
|
}>> & Readonly<{
|
|
4008
4023
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
4024
|
+
onClick?: (ev: Event) => any;
|
|
4009
4025
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
4010
4026
|
}>, {
|
|
4011
4027
|
name: string;
|
|
@@ -4231,6 +4247,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4231
4247
|
};
|
|
4232
4248
|
}>> & Readonly<{
|
|
4233
4249
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
4250
|
+
onClick?: (ev: Event) => any;
|
|
4234
4251
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
4235
4252
|
}>, {
|
|
4236
4253
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -4247,6 +4264,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4247
4264
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4248
4265
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
4249
4266
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
4267
|
+
click: (ev: Event) => boolean;
|
|
4250
4268
|
}, import("vue").PublicProps, {
|
|
4251
4269
|
name: string;
|
|
4252
4270
|
disabled: boolean;
|
|
@@ -4427,6 +4445,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4427
4445
|
};
|
|
4428
4446
|
}>> & Readonly<{
|
|
4429
4447
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
4448
|
+
onClick?: (ev: Event) => any;
|
|
4430
4449
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
4431
4450
|
}>, {
|
|
4432
4451
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -4483,6 +4502,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4483
4502
|
};
|
|
4484
4503
|
}>> & Readonly<{
|
|
4485
4504
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
4505
|
+
onClick?: (ev: Event) => any;
|
|
4486
4506
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
4487
4507
|
}>, {
|
|
4488
4508
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -4499,6 +4519,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4499
4519
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4500
4520
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
4501
4521
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
4522
|
+
click: (ev: Event) => boolean;
|
|
4502
4523
|
}, string, {
|
|
4503
4524
|
name: string;
|
|
4504
4525
|
disabled: boolean;
|
|
@@ -4925,6 +4946,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4925
4946
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4926
4947
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
4927
4948
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
4949
|
+
click: (ev: Event) => boolean;
|
|
4928
4950
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4929
4951
|
modelValue: {
|
|
4930
4952
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -4956,6 +4978,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4956
4978
|
};
|
|
4957
4979
|
}>> & Readonly<{
|
|
4958
4980
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
4981
|
+
onClick?: (ev: Event) => any;
|
|
4959
4982
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
4960
4983
|
}>, {
|
|
4961
4984
|
name: string;
|
|
@@ -6294,11 +6317,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6294
6317
|
type: BooleanConstructor;
|
|
6295
6318
|
default: boolean;
|
|
6296
6319
|
};
|
|
6297
|
-
color: {
|
|
6298
|
-
type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
6299
|
-
default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
6300
|
-
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
6301
|
-
};
|
|
6302
6320
|
direction: {
|
|
6303
6321
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
6304
6322
|
};
|
|
@@ -6308,7 +6326,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6308
6326
|
"onSelect-change"?: (source: string[], target: string[]) => any;
|
|
6309
6327
|
"onUpdate:targetKeys"?: (target: string[]) => any;
|
|
6310
6328
|
}>, {
|
|
6311
|
-
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
6312
6329
|
loading: boolean;
|
|
6313
6330
|
disabled: boolean;
|
|
6314
6331
|
filterMethod: import("./Transfer.type").TransferFilterMethod;
|
|
@@ -6520,6 +6537,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6520
6537
|
};
|
|
6521
6538
|
}>> & Readonly<{
|
|
6522
6539
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
6540
|
+
onClick?: (ev: Event) => any;
|
|
6523
6541
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
6524
6542
|
}>, {
|
|
6525
6543
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -6536,6 +6554,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6536
6554
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6537
6555
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
6538
6556
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
6557
|
+
click: (ev: Event) => boolean;
|
|
6539
6558
|
}, import("vue").PublicProps, {
|
|
6540
6559
|
name: string;
|
|
6541
6560
|
disabled: boolean;
|
|
@@ -6716,6 +6735,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6716
6735
|
};
|
|
6717
6736
|
}>> & Readonly<{
|
|
6718
6737
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
6738
|
+
onClick?: (ev: Event) => any;
|
|
6719
6739
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
6720
6740
|
}>, {
|
|
6721
6741
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -6772,6 +6792,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6772
6792
|
};
|
|
6773
6793
|
}>> & Readonly<{
|
|
6774
6794
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
6795
|
+
onClick?: (ev: Event) => any;
|
|
6775
6796
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
6776
6797
|
}>, {
|
|
6777
6798
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -6788,6 +6809,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6788
6809
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6789
6810
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
6790
6811
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
6812
|
+
click: (ev: Event) => boolean;
|
|
6791
6813
|
}, string, {
|
|
6792
6814
|
name: string;
|
|
6793
6815
|
disabled: boolean;
|
|
@@ -7214,6 +7236,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7214
7236
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7215
7237
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
7216
7238
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
7239
|
+
click: (ev: Event) => boolean;
|
|
7217
7240
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7218
7241
|
modelValue: {
|
|
7219
7242
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -7245,6 +7268,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7245
7268
|
};
|
|
7246
7269
|
}>> & Readonly<{
|
|
7247
7270
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
7271
|
+
onClick?: (ev: Event) => any;
|
|
7248
7272
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
7249
7273
|
}>, {
|
|
7250
7274
|
name: string;
|
|
@@ -7470,6 +7494,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7470
7494
|
};
|
|
7471
7495
|
}>> & Readonly<{
|
|
7472
7496
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
7497
|
+
onClick?: (ev: Event) => any;
|
|
7473
7498
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
7474
7499
|
}>, {
|
|
7475
7500
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -7486,6 +7511,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7486
7511
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7487
7512
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
7488
7513
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
7514
|
+
click: (ev: Event) => boolean;
|
|
7489
7515
|
}, import("vue").PublicProps, {
|
|
7490
7516
|
name: string;
|
|
7491
7517
|
disabled: boolean;
|
|
@@ -7666,6 +7692,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7666
7692
|
};
|
|
7667
7693
|
}>> & Readonly<{
|
|
7668
7694
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
7695
|
+
onClick?: (ev: Event) => any;
|
|
7669
7696
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
7670
7697
|
}>, {
|
|
7671
7698
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -7722,6 +7749,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7722
7749
|
};
|
|
7723
7750
|
}>> & Readonly<{
|
|
7724
7751
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
7752
|
+
onClick?: (ev: Event) => any;
|
|
7725
7753
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
7726
7754
|
}>, {
|
|
7727
7755
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -7738,6 +7766,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7738
7766
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7739
7767
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
7740
7768
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
7769
|
+
click: (ev: Event) => boolean;
|
|
7741
7770
|
}, string, {
|
|
7742
7771
|
name: string;
|
|
7743
7772
|
disabled: boolean;
|
|
@@ -8164,6 +8193,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8164
8193
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8165
8194
|
'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
|
|
8166
8195
|
change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
|
|
8196
|
+
click: (ev: Event) => boolean;
|
|
8167
8197
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8168
8198
|
modelValue: {
|
|
8169
8199
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -8195,6 +8225,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8195
8225
|
};
|
|
8196
8226
|
}>> & Readonly<{
|
|
8197
8227
|
onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
|
|
8228
|
+
onClick?: (ev: Event) => any;
|
|
8198
8229
|
"onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
|
|
8199
8230
|
}>, {
|
|
8200
8231
|
name: string;
|
|
@@ -199,6 +199,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
199
199
|
};
|
|
200
200
|
}>> & Readonly<{
|
|
201
201
|
onChange?: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType, ev: Event) => any;
|
|
202
|
+
onClick?: (ev: Event) => any;
|
|
202
203
|
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType) => any;
|
|
203
204
|
}>, {
|
|
204
205
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -215,6 +216,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
215
216
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
216
217
|
'update:modelValue': (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType) => boolean;
|
|
217
218
|
change: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType, ev: Event) => boolean;
|
|
219
|
+
click: (ev: Event) => boolean;
|
|
218
220
|
}, import("vue").PublicProps, {
|
|
219
221
|
name: string;
|
|
220
222
|
disabled: boolean;
|
|
@@ -395,6 +397,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
395
397
|
};
|
|
396
398
|
}>> & Readonly<{
|
|
397
399
|
onChange?: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType, ev: Event) => any;
|
|
400
|
+
onClick?: (ev: Event) => any;
|
|
398
401
|
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType) => any;
|
|
399
402
|
}>, {
|
|
400
403
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -451,6 +454,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
451
454
|
};
|
|
452
455
|
}>> & Readonly<{
|
|
453
456
|
onChange?: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType, ev: Event) => any;
|
|
457
|
+
onClick?: (ev: Event) => any;
|
|
454
458
|
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType) => any;
|
|
455
459
|
}>, {
|
|
456
460
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -467,6 +471,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
467
471
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
468
472
|
'update:modelValue': (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType) => boolean;
|
|
469
473
|
change: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType, ev: Event) => boolean;
|
|
474
|
+
click: (ev: Event) => boolean;
|
|
470
475
|
}, string, {
|
|
471
476
|
name: string;
|
|
472
477
|
disabled: boolean;
|
|
@@ -893,6 +898,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
893
898
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
894
899
|
'update:modelValue': (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType) => boolean;
|
|
895
900
|
change: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType, ev: Event) => boolean;
|
|
901
|
+
click: (ev: Event) => boolean;
|
|
896
902
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
897
903
|
modelValue: {
|
|
898
904
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -924,6 +930,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
924
930
|
};
|
|
925
931
|
}>> & Readonly<{
|
|
926
932
|
onChange?: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType, ev: Event) => any;
|
|
933
|
+
onClick?: (ev: Event) => any;
|
|
927
934
|
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType) => any;
|
|
928
935
|
}>, {
|
|
929
936
|
name: string;
|
|
@@ -1149,6 +1156,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1149
1156
|
};
|
|
1150
1157
|
}>> & Readonly<{
|
|
1151
1158
|
onChange?: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType, ev: Event) => any;
|
|
1159
|
+
onClick?: (ev: Event) => any;
|
|
1152
1160
|
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType) => any;
|
|
1153
1161
|
}>, {
|
|
1154
1162
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -1165,6 +1173,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1165
1173
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1166
1174
|
'update:modelValue': (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType) => boolean;
|
|
1167
1175
|
change: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType, ev: Event) => boolean;
|
|
1176
|
+
click: (ev: Event) => boolean;
|
|
1168
1177
|
}, import("vue").PublicProps, {
|
|
1169
1178
|
name: string;
|
|
1170
1179
|
disabled: boolean;
|
|
@@ -1345,6 +1354,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1345
1354
|
};
|
|
1346
1355
|
}>> & Readonly<{
|
|
1347
1356
|
onChange?: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType, ev: Event) => any;
|
|
1357
|
+
onClick?: (ev: Event) => any;
|
|
1348
1358
|
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType) => any;
|
|
1349
1359
|
}>, {
|
|
1350
1360
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -1401,6 +1411,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1401
1411
|
};
|
|
1402
1412
|
}>> & Readonly<{
|
|
1403
1413
|
onChange?: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType, ev: Event) => any;
|
|
1414
|
+
onClick?: (ev: Event) => any;
|
|
1404
1415
|
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType) => any;
|
|
1405
1416
|
}>, {
|
|
1406
1417
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -1417,6 +1428,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1417
1428
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1418
1429
|
'update:modelValue': (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType) => boolean;
|
|
1419
1430
|
change: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType, ev: Event) => boolean;
|
|
1431
|
+
click: (ev: Event) => boolean;
|
|
1420
1432
|
}, string, {
|
|
1421
1433
|
name: string;
|
|
1422
1434
|
disabled: boolean;
|
|
@@ -1843,6 +1855,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1843
1855
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1844
1856
|
'update:modelValue': (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType) => boolean;
|
|
1845
1857
|
change: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType, ev: Event) => boolean;
|
|
1858
|
+
click: (ev: Event) => boolean;
|
|
1846
1859
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1847
1860
|
modelValue: {
|
|
1848
1861
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -1874,6 +1887,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1874
1887
|
};
|
|
1875
1888
|
}>> & Readonly<{
|
|
1876
1889
|
onChange?: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType, ev: Event) => any;
|
|
1890
|
+
onClick?: (ev: Event) => any;
|
|
1877
1891
|
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType) => any;
|
|
1878
1892
|
}>, {
|
|
1879
1893
|
name: string;
|
|
@@ -78,6 +78,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
78
78
|
};
|
|
79
79
|
}>> & Readonly<{
|
|
80
80
|
onChange?: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType, ev: Event) => any;
|
|
81
|
+
onClick?: (ev: Event) => any;
|
|
81
82
|
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType) => any;
|
|
82
83
|
}>, {
|
|
83
84
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -94,6 +95,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
94
95
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
95
96
|
'update:modelValue': (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType) => boolean;
|
|
96
97
|
change: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType, ev: Event) => boolean;
|
|
98
|
+
click: (ev: Event) => boolean;
|
|
97
99
|
}, import("vue").PublicProps, {
|
|
98
100
|
name: string;
|
|
99
101
|
disabled: boolean;
|
|
@@ -274,6 +276,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
274
276
|
};
|
|
275
277
|
}>> & Readonly<{
|
|
276
278
|
onChange?: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType, ev: Event) => any;
|
|
279
|
+
onClick?: (ev: Event) => any;
|
|
277
280
|
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType) => any;
|
|
278
281
|
}>, {
|
|
279
282
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -330,6 +333,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
330
333
|
};
|
|
331
334
|
}>> & Readonly<{
|
|
332
335
|
onChange?: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType, ev: Event) => any;
|
|
336
|
+
onClick?: (ev: Event) => any;
|
|
333
337
|
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType) => any;
|
|
334
338
|
}>, {
|
|
335
339
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -346,6 +350,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
346
350
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
347
351
|
'update:modelValue': (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType) => boolean;
|
|
348
352
|
change: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType, ev: Event) => boolean;
|
|
353
|
+
click: (ev: Event) => boolean;
|
|
349
354
|
}, string, {
|
|
350
355
|
name: string;
|
|
351
356
|
disabled: boolean;
|
|
@@ -772,6 +777,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
772
777
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
773
778
|
'update:modelValue': (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType) => boolean;
|
|
774
779
|
change: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType, ev: Event) => boolean;
|
|
780
|
+
click: (ev: Event) => boolean;
|
|
775
781
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
776
782
|
modelValue: {
|
|
777
783
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -803,6 +809,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
803
809
|
};
|
|
804
810
|
}>> & Readonly<{
|
|
805
811
|
onChange?: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType, ev: Event) => any;
|
|
812
|
+
onClick?: (ev: Event) => any;
|
|
806
813
|
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType) => any;
|
|
807
814
|
}>, {
|
|
808
815
|
name: string;
|