@koi-design/uxd-ui 14.0.0 → 14.0.2
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/AutoComplete/AutoComplete.vue.d.ts +9 -0
- package/es/components/AutoComplete/index.d.ts +18 -0
- package/es/components/ColorPicker/ColorPicker.vue.d.ts +9 -0
- package/es/components/ColorPicker/index.d.ts +18 -0
- package/es/components/Dropdown/DropdownMenu.mjs +0 -1
- package/es/components/Dropdown/DropdownMenu.mjs.map +1 -1
- package/es/components/Input/Input.d.ts +6 -0
- package/es/components/Input/Input.mjs +1 -0
- package/es/components/Input/Input.mjs.map +1 -1
- package/es/components/Input/Input.type.d.ts +3 -0
- package/es/components/Input/Input.type.mjs +3 -0
- package/es/components/Input/Input.type.mjs.map +1 -1
- package/es/components/Input/index.d.ts +9 -0
- package/es/components/Modal/ConfirmDialog.mjs +24 -27
- package/es/components/Modal/ConfirmDialog.mjs.map +1 -1
- package/es/components/Modal/ConfirmDialog.vue.d.ts +18 -11
- package/es/components/Modal/Modal.mjs +6 -6
- package/es/components/Modal/Modal.mjs.map +1 -1
- package/es/components/Modal/Modal.type.d.ts +8 -5
- package/es/components/Modal/Modal.type.mjs +8 -5
- package/es/components/Modal/Modal.type.mjs.map +1 -1
- package/es/components/Modal/Modal.vue.d.ts +18 -11
- package/es/components/Modal/index.d.ts +30 -18
- package/es/components/Pagination/Options.d.ts +8 -0
- package/es/components/Pagination/Options.mjs +6 -1
- package/es/components/Pagination/Options.mjs.map +1 -1
- package/es/components/Pagination/Pagination.d.ts +8 -0
- package/es/components/Pagination/Pagination.mjs +2 -0
- package/es/components/Pagination/Pagination.mjs.map +1 -1
- package/es/components/Pagination/index.d.ts +16 -0
- package/es/components/Table/Table.vue.d.ts +16 -0
- package/es/components/Transfer/Transfer.vue.d.ts +27 -0
- package/es/components/Transfer/TransferList.vue.d.ts +9 -0
- package/es/components/Transfer/index.d.ts +72 -0
- package/lib/components/AutoComplete/AutoComplete.vue.d.ts +9 -0
- package/lib/components/AutoComplete/index.d.ts +18 -0
- package/lib/components/ColorPicker/ColorPicker.vue.d.ts +9 -0
- package/lib/components/ColorPicker/index.d.ts +18 -0
- package/lib/components/Dropdown/DropdownMenu.js +0 -1
- package/lib/components/Dropdown/DropdownMenu.js.map +1 -1
- package/lib/components/Input/Input.d.ts +6 -0
- package/lib/components/Input/Input.js +1 -0
- package/lib/components/Input/Input.js.map +1 -1
- package/lib/components/Input/Input.type.d.ts +3 -0
- package/lib/components/Input/Input.type.js +3 -0
- package/lib/components/Input/Input.type.js.map +1 -1
- package/lib/components/Input/index.d.ts +9 -0
- package/lib/components/Modal/ConfirmDialog.js +23 -26
- package/lib/components/Modal/ConfirmDialog.js.map +1 -1
- package/lib/components/Modal/ConfirmDialog.vue.d.ts +18 -11
- package/lib/components/Modal/Modal.js +6 -6
- package/lib/components/Modal/Modal.js.map +1 -1
- package/lib/components/Modal/Modal.type.d.ts +8 -5
- package/lib/components/Modal/Modal.type.js +8 -5
- package/lib/components/Modal/Modal.type.js.map +1 -1
- package/lib/components/Modal/Modal.vue.d.ts +18 -11
- package/lib/components/Modal/index.d.ts +30 -18
- package/lib/components/Pagination/Options.d.ts +8 -0
- package/lib/components/Pagination/Options.js +6 -1
- package/lib/components/Pagination/Options.js.map +1 -1
- package/lib/components/Pagination/Pagination.d.ts +8 -0
- package/lib/components/Pagination/Pagination.js +2 -0
- package/lib/components/Pagination/Pagination.js.map +1 -1
- package/lib/components/Pagination/index.d.ts +16 -0
- package/lib/components/Table/Table.vue.d.ts +16 -0
- package/lib/components/Transfer/Transfer.vue.d.ts +27 -0
- package/lib/components/Transfer/TransferList.vue.d.ts +9 -0
- package/lib/components/Transfer/index.d.ts +72 -0
- package/package.json +1 -1
- package/styles/animation/zoom.less +1 -3
- 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/badge/index.css +1 -1
- package/styles/components/badge/var.less +2 -2
- package/styles/components/button/index.css +1 -1
- package/styles/components/carousel/index.css +1 -1
- package/styles/components/cascader/index.css +1 -1
- package/styles/components/colorPicker/index.css +1 -1
- package/styles/components/colorPicker/var.less +1 -1
- package/styles/components/datePicker/index.css +1 -1
- package/styles/components/datePicker/picker.less +1 -1
- package/styles/components/dropdown/index.css +1 -1
- package/styles/components/dropdown/index.less +12 -26
- package/styles/components/dropdown/var.less +6 -19
- package/styles/components/form/index.css +1 -1
- package/styles/components/form/index.less +50 -30
- package/styles/components/form/var.less +5 -8
- package/styles/components/icon/index.css +1 -1
- package/styles/components/input/index.css +1 -1
- package/styles/components/input/index.less +4 -3
- package/styles/components/inputNumber/index.css +1 -1
- package/styles/components/link/index.css +1 -1
- package/styles/components/link/var.less +4 -4
- package/styles/components/loadingBar/index.css +1 -1
- package/styles/components/loadingBar/index.less +1 -1
- package/styles/components/mentions/index.css +1 -1
- package/styles/components/message/index.css +1 -1
- package/styles/components/message/var.less +1 -1
- package/styles/components/modal/confirm.less +15 -32
- package/styles/components/modal/index.css +1 -1
- package/styles/components/modal/index.less +1 -0
- package/styles/components/modal/modal.less +34 -68
- package/styles/components/modal/var.less +20 -26
- package/styles/components/pagination/index.css +1 -1
- package/styles/components/pagination/index.less +41 -178
- package/styles/components/pagination/var.less +8 -21
- package/styles/components/progress/index.css +1 -1
- package/styles/components/progress/index.less +2 -2
- package/styles/components/progress/var.less +1 -1
- package/styles/components/result/index.css +1 -1
- package/styles/components/result/var.less +1 -1
- package/styles/components/select/index.css +1 -1
- package/styles/components/select/index.less +4 -11
- package/styles/components/select/var.less +1 -8
- package/styles/components/spin/index.css +1 -1
- package/styles/components/steps/index.css +1 -1
- package/styles/components/steps/var.less +10 -10
- package/styles/components/tabs/index.css +1 -1
- package/styles/components/tabs/var.less +1 -1
- package/styles/components/tag/index.css +1 -1
- package/styles/components/tag/var.less +1 -1
- package/styles/components/text/index.css +1 -1
- package/styles/components/text/index.less +1 -1
- package/styles/components/timePicker/index.css +1 -1
- package/styles/components/timePicker/index.less +3 -3
- package/styles/components/timeline/index.css +1 -1
- package/styles/components/timeline/index.less +2 -2
- package/styles/components/transfer/index.css +1 -1
- package/styles/components/transfer/var.less +1 -1
- package/styles/components/upload/index.css +1 -1
- package/styles/components/upload/var.less +2 -2
- package/styles/cssVariable.css +1 -1
- package/styles/cssVariable.less +1 -1
- package/styles/index.css +1 -1
- package/types/components/AutoComplete/AutoComplete.vue.d.ts +9 -0
- package/types/components/AutoComplete/index.d.ts +18 -0
- package/types/components/ColorPicker/ColorPicker.vue.d.ts +9 -0
- package/types/components/ColorPicker/index.d.ts +18 -0
- package/types/components/Input/Input.d.ts +6 -0
- package/types/components/Input/Input.type.d.ts +3 -0
- package/types/components/Input/index.d.ts +9 -0
- package/types/components/Modal/ConfirmDialog.vue.d.ts +18 -11
- package/types/components/Modal/Modal.type.d.ts +8 -5
- package/types/components/Modal/Modal.vue.d.ts +18 -11
- package/types/components/Modal/index.d.ts +30 -18
- package/types/components/Pagination/Options.d.ts +8 -0
- package/types/components/Pagination/Pagination.d.ts +8 -0
- package/types/components/Pagination/index.d.ts +16 -0
- package/types/components/Table/Table.vue.d.ts +16 -0
- package/types/components/Transfer/Transfer.vue.d.ts +27 -0
- package/types/components/Transfer/TransferList.vue.d.ts +9 -0
- package/types/components/Transfer/index.d.ts +72 -0
- package/uxd-ui.css +1 -1
- package/uxd-ui.esm.min.mjs +6 -6
- package/uxd-ui.esm.mjs +50 -40
- package/uxd-ui.umd.js +50 -40
- package/uxd-ui.umd.min.js +4 -4
|
@@ -3164,6 +3164,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3164
3164
|
direction: {
|
|
3165
3165
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
3166
3166
|
};
|
|
3167
|
+
inputSize: {
|
|
3168
|
+
type: NumberConstructor;
|
|
3169
|
+
};
|
|
3167
3170
|
}>> & Readonly<{
|
|
3168
3171
|
onSearch?: (v: InputValueType) => any;
|
|
3169
3172
|
onChange?: (v: InputValueType) => any;
|
|
@@ -3502,6 +3505,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3502
3505
|
direction: {
|
|
3503
3506
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
3504
3507
|
};
|
|
3508
|
+
inputSize: {
|
|
3509
|
+
type: NumberConstructor;
|
|
3510
|
+
};
|
|
3505
3511
|
}>> & Readonly<{
|
|
3506
3512
|
onSearch?: (v: InputValueType) => any;
|
|
3507
3513
|
onChange?: (v: InputValueType) => any;
|
|
@@ -3690,6 +3696,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3690
3696
|
direction: {
|
|
3691
3697
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
3692
3698
|
};
|
|
3699
|
+
inputSize: {
|
|
3700
|
+
type: NumberConstructor;
|
|
3701
|
+
};
|
|
3693
3702
|
}>> & Readonly<{
|
|
3694
3703
|
onSearch?: (v: InputValueType) => any;
|
|
3695
3704
|
onChange?: (v: InputValueType) => any;
|
|
@@ -3134,6 +3134,9 @@ export declare const UAutoComplete: {
|
|
|
3134
3134
|
direction: {
|
|
3135
3135
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
3136
3136
|
};
|
|
3137
|
+
inputSize: {
|
|
3138
|
+
type: NumberConstructor;
|
|
3139
|
+
};
|
|
3137
3140
|
}>> & Readonly<{
|
|
3138
3141
|
onSearch?: (v: import("..").InputValueType) => any;
|
|
3139
3142
|
onChange?: (v: import("..").InputValueType) => any;
|
|
@@ -3472,6 +3475,9 @@ export declare const UAutoComplete: {
|
|
|
3472
3475
|
direction: {
|
|
3473
3476
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
3474
3477
|
};
|
|
3478
|
+
inputSize: {
|
|
3479
|
+
type: NumberConstructor;
|
|
3480
|
+
};
|
|
3475
3481
|
}>> & Readonly<{
|
|
3476
3482
|
onSearch?: (v: import("..").InputValueType) => any;
|
|
3477
3483
|
onChange?: (v: import("..").InputValueType) => any;
|
|
@@ -3660,6 +3666,9 @@ export declare const UAutoComplete: {
|
|
|
3660
3666
|
direction: {
|
|
3661
3667
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
3662
3668
|
};
|
|
3669
|
+
inputSize: {
|
|
3670
|
+
type: NumberConstructor;
|
|
3671
|
+
};
|
|
3663
3672
|
}>> & Readonly<{
|
|
3664
3673
|
onSearch?: (v: import("..").InputValueType) => any;
|
|
3665
3674
|
onChange?: (v: import("..").InputValueType) => any;
|
|
@@ -11298,6 +11307,9 @@ export declare const UAutoComplete: {
|
|
|
11298
11307
|
direction: {
|
|
11299
11308
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
11300
11309
|
};
|
|
11310
|
+
inputSize: {
|
|
11311
|
+
type: NumberConstructor;
|
|
11312
|
+
};
|
|
11301
11313
|
}>> & Readonly<{
|
|
11302
11314
|
onSearch?: (v: import("..").InputValueType) => any;
|
|
11303
11315
|
onChange?: (v: import("..").InputValueType) => any;
|
|
@@ -11636,6 +11648,9 @@ export declare const UAutoComplete: {
|
|
|
11636
11648
|
direction: {
|
|
11637
11649
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
11638
11650
|
};
|
|
11651
|
+
inputSize: {
|
|
11652
|
+
type: NumberConstructor;
|
|
11653
|
+
};
|
|
11639
11654
|
}>> & Readonly<{
|
|
11640
11655
|
onSearch?: (v: import("..").InputValueType) => any;
|
|
11641
11656
|
onChange?: (v: import("..").InputValueType) => any;
|
|
@@ -11824,6 +11839,9 @@ export declare const UAutoComplete: {
|
|
|
11824
11839
|
direction: {
|
|
11825
11840
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
11826
11841
|
};
|
|
11842
|
+
inputSize: {
|
|
11843
|
+
type: NumberConstructor;
|
|
11844
|
+
};
|
|
11827
11845
|
}>> & Readonly<{
|
|
11828
11846
|
onSearch?: (v: import("..").InputValueType) => any;
|
|
11829
11847
|
onChange?: (v: import("..").InputValueType) => any;
|
|
@@ -919,6 +919,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
919
919
|
direction: {
|
|
920
920
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
921
921
|
};
|
|
922
|
+
inputSize: {
|
|
923
|
+
type: NumberConstructor;
|
|
924
|
+
};
|
|
922
925
|
}>> & Readonly<{
|
|
923
926
|
onSearch?: (v: import("@koi-design/uxd-ui/es/components/Input").InputValueType) => any;
|
|
924
927
|
onChange?: (v: import("@koi-design/uxd-ui/es/components/Input").InputValueType) => any;
|
|
@@ -1257,6 +1260,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1257
1260
|
direction: {
|
|
1258
1261
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
1259
1262
|
};
|
|
1263
|
+
inputSize: {
|
|
1264
|
+
type: NumberConstructor;
|
|
1265
|
+
};
|
|
1260
1266
|
}>> & Readonly<{
|
|
1261
1267
|
onSearch?: (v: import("@koi-design/uxd-ui/es/components/Input").InputValueType) => any;
|
|
1262
1268
|
onChange?: (v: import("@koi-design/uxd-ui/es/components/Input").InputValueType) => any;
|
|
@@ -1445,6 +1451,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1445
1451
|
direction: {
|
|
1446
1452
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
1447
1453
|
};
|
|
1454
|
+
inputSize: {
|
|
1455
|
+
type: NumberConstructor;
|
|
1456
|
+
};
|
|
1448
1457
|
}>> & Readonly<{
|
|
1449
1458
|
onSearch?: (v: import("@koi-design/uxd-ui/es/components/Input").InputValueType) => any;
|
|
1450
1459
|
onChange?: (v: import("@koi-design/uxd-ui/es/components/Input").InputValueType) => any;
|
|
@@ -882,6 +882,9 @@ export declare const UColorPicker: {
|
|
|
882
882
|
direction: {
|
|
883
883
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
884
884
|
};
|
|
885
|
+
inputSize: {
|
|
886
|
+
type: NumberConstructor;
|
|
887
|
+
};
|
|
885
888
|
}>> & Readonly<{
|
|
886
889
|
onSearch?: (v: import("..").InputValueType) => any;
|
|
887
890
|
onChange?: (v: import("..").InputValueType) => any;
|
|
@@ -1220,6 +1223,9 @@ export declare const UColorPicker: {
|
|
|
1220
1223
|
direction: {
|
|
1221
1224
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
1222
1225
|
};
|
|
1226
|
+
inputSize: {
|
|
1227
|
+
type: NumberConstructor;
|
|
1228
|
+
};
|
|
1223
1229
|
}>> & Readonly<{
|
|
1224
1230
|
onSearch?: (v: import("..").InputValueType) => any;
|
|
1225
1231
|
onChange?: (v: import("..").InputValueType) => any;
|
|
@@ -1408,6 +1414,9 @@ export declare const UColorPicker: {
|
|
|
1408
1414
|
direction: {
|
|
1409
1415
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
1410
1416
|
};
|
|
1417
|
+
inputSize: {
|
|
1418
|
+
type: NumberConstructor;
|
|
1419
|
+
};
|
|
1411
1420
|
}>> & Readonly<{
|
|
1412
1421
|
onSearch?: (v: import("..").InputValueType) => any;
|
|
1413
1422
|
onChange?: (v: import("..").InputValueType) => any;
|
|
@@ -3644,6 +3653,9 @@ export declare const UColorPicker: {
|
|
|
3644
3653
|
direction: {
|
|
3645
3654
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
3646
3655
|
};
|
|
3656
|
+
inputSize: {
|
|
3657
|
+
type: NumberConstructor;
|
|
3658
|
+
};
|
|
3647
3659
|
}>> & Readonly<{
|
|
3648
3660
|
onSearch?: (v: import("..").InputValueType) => any;
|
|
3649
3661
|
onChange?: (v: import("..").InputValueType) => any;
|
|
@@ -3982,6 +3994,9 @@ export declare const UColorPicker: {
|
|
|
3982
3994
|
direction: {
|
|
3983
3995
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
3984
3996
|
};
|
|
3997
|
+
inputSize: {
|
|
3998
|
+
type: NumberConstructor;
|
|
3999
|
+
};
|
|
3985
4000
|
}>> & Readonly<{
|
|
3986
4001
|
onSearch?: (v: import("..").InputValueType) => any;
|
|
3987
4002
|
onChange?: (v: import("..").InputValueType) => any;
|
|
@@ -4170,6 +4185,9 @@ export declare const UColorPicker: {
|
|
|
4170
4185
|
direction: {
|
|
4171
4186
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
4172
4187
|
};
|
|
4188
|
+
inputSize: {
|
|
4189
|
+
type: NumberConstructor;
|
|
4190
|
+
};
|
|
4173
4191
|
}>> & Readonly<{
|
|
4174
4192
|
onSearch?: (v: import("..").InputValueType) => any;
|
|
4175
4193
|
onChange?: (v: import("..").InputValueType) => any;
|
|
@@ -113,6 +113,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
113
113
|
direction: {
|
|
114
114
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
115
115
|
};
|
|
116
|
+
inputSize: {
|
|
117
|
+
type: NumberConstructor;
|
|
118
|
+
};
|
|
116
119
|
}>, {
|
|
117
120
|
prefixCls: import("vue").ComputedRef<string>;
|
|
118
121
|
wordCountRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
|
|
@@ -273,6 +276,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
273
276
|
direction: {
|
|
274
277
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
275
278
|
};
|
|
279
|
+
inputSize: {
|
|
280
|
+
type: NumberConstructor;
|
|
281
|
+
};
|
|
276
282
|
}>> & Readonly<{
|
|
277
283
|
onSearch?: (v: InputValueType) => any;
|
|
278
284
|
onClear?: (ev: Event) => any;
|
|
@@ -121,6 +121,9 @@ export declare const inputProps: {
|
|
|
121
121
|
direction: {
|
|
122
122
|
type: PropType<"ltr" | "rtl">;
|
|
123
123
|
};
|
|
124
|
+
inputSize: {
|
|
125
|
+
type: NumberConstructor;
|
|
126
|
+
};
|
|
124
127
|
};
|
|
125
128
|
export declare type InputProps = ExtractPropTypes<typeof inputProps>;
|
|
126
129
|
export declare const inputEmits: {
|
|
@@ -113,6 +113,9 @@ export declare const UInput: {
|
|
|
113
113
|
direction: {
|
|
114
114
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
115
115
|
};
|
|
116
|
+
inputSize: {
|
|
117
|
+
type: NumberConstructor;
|
|
118
|
+
};
|
|
116
119
|
}>> & Readonly<{
|
|
117
120
|
onSearch?: (v: import("./Input.type").InputValueType) => any;
|
|
118
121
|
onChange?: (v: import("./Input.type").InputValueType) => any;
|
|
@@ -451,6 +454,9 @@ export declare const UInput: {
|
|
|
451
454
|
direction: {
|
|
452
455
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
453
456
|
};
|
|
457
|
+
inputSize: {
|
|
458
|
+
type: NumberConstructor;
|
|
459
|
+
};
|
|
454
460
|
}>> & Readonly<{
|
|
455
461
|
onSearch?: (v: import("./Input.type").InputValueType) => any;
|
|
456
462
|
onChange?: (v: import("./Input.type").InputValueType) => any;
|
|
@@ -639,6 +645,9 @@ export declare const UInput: {
|
|
|
639
645
|
direction: {
|
|
640
646
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
641
647
|
};
|
|
648
|
+
inputSize: {
|
|
649
|
+
type: NumberConstructor;
|
|
650
|
+
};
|
|
642
651
|
}>> & Readonly<{
|
|
643
652
|
onSearch?: (v: import("./Input.type").InputValueType) => any;
|
|
644
653
|
onChange?: (v: import("./Input.type").InputValueType) => any;
|
|
@@ -92,7 +92,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
92
92
|
type: BooleanConstructor;
|
|
93
93
|
default: boolean;
|
|
94
94
|
};
|
|
95
|
-
title:
|
|
95
|
+
title: {
|
|
96
|
+
type: StringConstructor;
|
|
97
|
+
default: string;
|
|
98
|
+
};
|
|
99
|
+
description: {
|
|
100
|
+
type: StringConstructor;
|
|
101
|
+
default: string;
|
|
102
|
+
};
|
|
96
103
|
closable: {
|
|
97
104
|
type: BooleanConstructor;
|
|
98
105
|
default: boolean;
|
|
@@ -133,10 +140,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
133
140
|
default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
134
141
|
};
|
|
135
142
|
afterClose: import("vue").PropType<() => void>;
|
|
136
|
-
vertical: {
|
|
137
|
-
type: BooleanConstructor;
|
|
138
|
-
default: boolean;
|
|
139
|
-
};
|
|
140
143
|
locale: import("vue").PropType<import("../locale/default").ModalLocal>;
|
|
141
144
|
top: {
|
|
142
145
|
type: NumberConstructor;
|
|
@@ -210,7 +213,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
210
213
|
type: BooleanConstructor;
|
|
211
214
|
default: boolean;
|
|
212
215
|
};
|
|
213
|
-
title:
|
|
216
|
+
title: {
|
|
217
|
+
type: StringConstructor;
|
|
218
|
+
default: string;
|
|
219
|
+
};
|
|
220
|
+
description: {
|
|
221
|
+
type: StringConstructor;
|
|
222
|
+
default: string;
|
|
223
|
+
};
|
|
214
224
|
closable: {
|
|
215
225
|
type: BooleanConstructor;
|
|
216
226
|
default: boolean;
|
|
@@ -251,10 +261,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
251
261
|
default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
252
262
|
};
|
|
253
263
|
afterClose: import("vue").PropType<() => void>;
|
|
254
|
-
vertical: {
|
|
255
|
-
type: BooleanConstructor;
|
|
256
|
-
default: boolean;
|
|
257
|
-
};
|
|
258
264
|
locale: import("vue").PropType<import("../locale/default").ModalLocal>;
|
|
259
265
|
top: {
|
|
260
266
|
type: NumberConstructor;
|
|
@@ -292,8 +298,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
292
298
|
size: "small" | "default";
|
|
293
299
|
width: string | number;
|
|
294
300
|
mask: boolean;
|
|
301
|
+
description: string;
|
|
295
302
|
visible: boolean;
|
|
296
|
-
|
|
303
|
+
title: string;
|
|
297
304
|
parentDom: import("..").ParentDom;
|
|
298
305
|
maskClosable: boolean;
|
|
299
306
|
fullScreen: boolean;
|
|
@@ -12,7 +12,14 @@ export declare const modalProps: {
|
|
|
12
12
|
type: BooleanConstructor;
|
|
13
13
|
default: boolean;
|
|
14
14
|
};
|
|
15
|
-
title:
|
|
15
|
+
title: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
description: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
16
23
|
closable: {
|
|
17
24
|
type: BooleanConstructor;
|
|
18
25
|
default: boolean;
|
|
@@ -53,10 +60,6 @@ export declare const modalProps: {
|
|
|
53
60
|
default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
54
61
|
};
|
|
55
62
|
afterClose: PropType<() => void>;
|
|
56
|
-
vertical: {
|
|
57
|
-
type: BooleanConstructor;
|
|
58
|
-
default: boolean;
|
|
59
|
-
};
|
|
60
63
|
locale: PropType<ModalLocal>;
|
|
61
64
|
top: {
|
|
62
65
|
type: NumberConstructor;
|
|
@@ -9,7 +9,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9
9
|
type: BooleanConstructor;
|
|
10
10
|
default: boolean;
|
|
11
11
|
};
|
|
12
|
-
title:
|
|
12
|
+
title: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
description: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
13
20
|
closable: {
|
|
14
21
|
type: BooleanConstructor;
|
|
15
22
|
default: boolean;
|
|
@@ -50,10 +57,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
50
57
|
default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
51
58
|
};
|
|
52
59
|
afterClose: import("vue").PropType<() => void>;
|
|
53
|
-
vertical: {
|
|
54
|
-
type: BooleanConstructor;
|
|
55
|
-
default: boolean;
|
|
56
|
-
};
|
|
57
60
|
locale: import("vue").PropType<import("../locale/default").ModalLocal>;
|
|
58
61
|
top: {
|
|
59
62
|
type: NumberConstructor;
|
|
@@ -127,7 +130,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
127
130
|
type: BooleanConstructor;
|
|
128
131
|
default: boolean;
|
|
129
132
|
};
|
|
130
|
-
title:
|
|
133
|
+
title: {
|
|
134
|
+
type: StringConstructor;
|
|
135
|
+
default: string;
|
|
136
|
+
};
|
|
137
|
+
description: {
|
|
138
|
+
type: StringConstructor;
|
|
139
|
+
default: string;
|
|
140
|
+
};
|
|
131
141
|
closable: {
|
|
132
142
|
type: BooleanConstructor;
|
|
133
143
|
default: boolean;
|
|
@@ -168,10 +178,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
168
178
|
default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
169
179
|
};
|
|
170
180
|
afterClose: import("vue").PropType<() => void>;
|
|
171
|
-
vertical: {
|
|
172
|
-
type: BooleanConstructor;
|
|
173
|
-
default: boolean;
|
|
174
|
-
};
|
|
175
181
|
locale: import("vue").PropType<import("../locale/default").ModalLocal>;
|
|
176
182
|
top: {
|
|
177
183
|
type: NumberConstructor;
|
|
@@ -209,8 +215,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
209
215
|
size: "small" | "default";
|
|
210
216
|
width: string | number;
|
|
211
217
|
mask: boolean;
|
|
218
|
+
description: string;
|
|
212
219
|
visible: boolean;
|
|
213
|
-
|
|
220
|
+
title: string;
|
|
214
221
|
parentDom: import("..").ParentDom;
|
|
215
222
|
maskClosable: boolean;
|
|
216
223
|
fullScreen: boolean;
|
|
@@ -19,7 +19,14 @@ export declare const UModal: ({
|
|
|
19
19
|
type: BooleanConstructor;
|
|
20
20
|
default: boolean;
|
|
21
21
|
};
|
|
22
|
-
title:
|
|
22
|
+
title: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
description: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
23
30
|
closable: {
|
|
24
31
|
type: BooleanConstructor;
|
|
25
32
|
default: boolean;
|
|
@@ -60,10 +67,6 @@ export declare const UModal: ({
|
|
|
60
67
|
default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
61
68
|
};
|
|
62
69
|
afterClose: import("vue").PropType<() => void>;
|
|
63
|
-
vertical: {
|
|
64
|
-
type: BooleanConstructor;
|
|
65
|
-
default: boolean;
|
|
66
|
-
};
|
|
67
70
|
locale: import("vue").PropType<import("../locale/default").ModalLocal>;
|
|
68
71
|
top: {
|
|
69
72
|
type: NumberConstructor;
|
|
@@ -140,8 +143,9 @@ export declare const UModal: ({
|
|
|
140
143
|
size: "small" | "default";
|
|
141
144
|
width: string | number;
|
|
142
145
|
mask: boolean;
|
|
146
|
+
description: string;
|
|
143
147
|
visible: boolean;
|
|
144
|
-
|
|
148
|
+
title: string;
|
|
145
149
|
parentDom: import("..").ParentDom;
|
|
146
150
|
maskClosable: boolean;
|
|
147
151
|
fullScreen: boolean;
|
|
@@ -857,7 +861,14 @@ export declare const UModal: ({
|
|
|
857
861
|
type: BooleanConstructor;
|
|
858
862
|
default: boolean;
|
|
859
863
|
};
|
|
860
|
-
title:
|
|
864
|
+
title: {
|
|
865
|
+
type: StringConstructor;
|
|
866
|
+
default: string;
|
|
867
|
+
};
|
|
868
|
+
description: {
|
|
869
|
+
type: StringConstructor;
|
|
870
|
+
default: string;
|
|
871
|
+
};
|
|
861
872
|
closable: {
|
|
862
873
|
type: BooleanConstructor;
|
|
863
874
|
default: boolean;
|
|
@@ -898,10 +909,6 @@ export declare const UModal: ({
|
|
|
898
909
|
default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
899
910
|
};
|
|
900
911
|
afterClose: import("vue").PropType<() => void>;
|
|
901
|
-
vertical: {
|
|
902
|
-
type: BooleanConstructor;
|
|
903
|
-
default: boolean;
|
|
904
|
-
};
|
|
905
912
|
locale: import("vue").PropType<import("../locale/default").ModalLocal>;
|
|
906
913
|
top: {
|
|
907
914
|
type: NumberConstructor;
|
|
@@ -973,8 +980,9 @@ export declare const UModal: ({
|
|
|
973
980
|
size: "small" | "default";
|
|
974
981
|
width: string | number;
|
|
975
982
|
mask: boolean;
|
|
983
|
+
description: string;
|
|
976
984
|
visible: boolean;
|
|
977
|
-
|
|
985
|
+
title: string;
|
|
978
986
|
parentDom: import("..").ParentDom;
|
|
979
987
|
maskClosable: boolean;
|
|
980
988
|
fullScreen: boolean;
|
|
@@ -996,7 +1004,14 @@ export declare const UModal: ({
|
|
|
996
1004
|
type: BooleanConstructor;
|
|
997
1005
|
default: boolean;
|
|
998
1006
|
};
|
|
999
|
-
title:
|
|
1007
|
+
title: {
|
|
1008
|
+
type: StringConstructor;
|
|
1009
|
+
default: string;
|
|
1010
|
+
};
|
|
1011
|
+
description: {
|
|
1012
|
+
type: StringConstructor;
|
|
1013
|
+
default: string;
|
|
1014
|
+
};
|
|
1000
1015
|
closable: {
|
|
1001
1016
|
type: BooleanConstructor;
|
|
1002
1017
|
default: boolean;
|
|
@@ -1037,10 +1052,6 @@ export declare const UModal: ({
|
|
|
1037
1052
|
default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
1038
1053
|
};
|
|
1039
1054
|
afterClose: import("vue").PropType<() => void>;
|
|
1040
|
-
vertical: {
|
|
1041
|
-
type: BooleanConstructor;
|
|
1042
|
-
default: boolean;
|
|
1043
|
-
};
|
|
1044
1055
|
locale: import("vue").PropType<import("../locale/default").ModalLocal>;
|
|
1045
1056
|
top: {
|
|
1046
1057
|
type: NumberConstructor;
|
|
@@ -1117,8 +1128,9 @@ export declare const UModal: ({
|
|
|
1117
1128
|
size: "small" | "default";
|
|
1118
1129
|
width: string | number;
|
|
1119
1130
|
mask: boolean;
|
|
1131
|
+
description: string;
|
|
1120
1132
|
visible: boolean;
|
|
1121
|
-
|
|
1133
|
+
title: string;
|
|
1122
1134
|
parentDom: import("..").ParentDom;
|
|
1123
1135
|
maskClosable: boolean;
|
|
1124
1136
|
fullScreen: boolean;
|
|
@@ -42,6 +42,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
42
42
|
type: NumberConstructor;
|
|
43
43
|
default: number;
|
|
44
44
|
};
|
|
45
|
+
totalPage: {
|
|
46
|
+
type: NumberConstructor;
|
|
47
|
+
required: true;
|
|
48
|
+
};
|
|
45
49
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
46
50
|
'change-page-size': (v: number) => boolean;
|
|
47
51
|
'change-page': (v: number) => boolean;
|
|
@@ -88,6 +92,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
88
92
|
type: NumberConstructor;
|
|
89
93
|
default: number;
|
|
90
94
|
};
|
|
95
|
+
totalPage: {
|
|
96
|
+
type: NumberConstructor;
|
|
97
|
+
required: true;
|
|
98
|
+
};
|
|
91
99
|
}>> & Readonly<{
|
|
92
100
|
"onChange-page-size"?: (v: number) => any;
|
|
93
101
|
"onChange-page"?: (v: number) => any;
|
|
@@ -436,6 +436,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
436
436
|
type: NumberConstructor;
|
|
437
437
|
default: number;
|
|
438
438
|
};
|
|
439
|
+
totalPage: {
|
|
440
|
+
type: NumberConstructor;
|
|
441
|
+
required: true;
|
|
442
|
+
};
|
|
439
443
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
440
444
|
'change-page-size': (v: number) => boolean;
|
|
441
445
|
'change-page': (v: number) => boolean;
|
|
@@ -482,6 +486,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
482
486
|
type: NumberConstructor;
|
|
483
487
|
default: number;
|
|
484
488
|
};
|
|
489
|
+
totalPage: {
|
|
490
|
+
type: NumberConstructor;
|
|
491
|
+
required: true;
|
|
492
|
+
};
|
|
485
493
|
}>> & Readonly<{
|
|
486
494
|
"onChange-page-size"?: (v: number) => any;
|
|
487
495
|
"onChange-page"?: (v: number) => any;
|
|
@@ -364,6 +364,10 @@ export declare const UPagination: {
|
|
|
364
364
|
type: NumberConstructor;
|
|
365
365
|
default: number;
|
|
366
366
|
};
|
|
367
|
+
totalPage: {
|
|
368
|
+
type: NumberConstructor;
|
|
369
|
+
required: true;
|
|
370
|
+
};
|
|
367
371
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
368
372
|
'change-page-size': (v: number) => boolean;
|
|
369
373
|
'change-page': (v: number) => boolean;
|
|
@@ -410,6 +414,10 @@ export declare const UPagination: {
|
|
|
410
414
|
type: NumberConstructor;
|
|
411
415
|
default: number;
|
|
412
416
|
};
|
|
417
|
+
totalPage: {
|
|
418
|
+
type: NumberConstructor;
|
|
419
|
+
required: true;
|
|
420
|
+
};
|
|
413
421
|
}>> & Readonly<{
|
|
414
422
|
"onChange-page-size"?: (v: number) => any;
|
|
415
423
|
"onChange-page"?: (v: number) => any;
|
|
@@ -1054,6 +1062,10 @@ export declare const UPagination: {
|
|
|
1054
1062
|
type: NumberConstructor;
|
|
1055
1063
|
default: number;
|
|
1056
1064
|
};
|
|
1065
|
+
totalPage: {
|
|
1066
|
+
type: NumberConstructor;
|
|
1067
|
+
required: true;
|
|
1068
|
+
};
|
|
1057
1069
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1058
1070
|
'change-page-size': (v: number) => boolean;
|
|
1059
1071
|
'change-page': (v: number) => boolean;
|
|
@@ -1100,6 +1112,10 @@ export declare const UPagination: {
|
|
|
1100
1112
|
type: NumberConstructor;
|
|
1101
1113
|
default: number;
|
|
1102
1114
|
};
|
|
1115
|
+
totalPage: {
|
|
1116
|
+
type: NumberConstructor;
|
|
1117
|
+
required: true;
|
|
1118
|
+
};
|
|
1103
1119
|
}>> & Readonly<{
|
|
1104
1120
|
"onChange-page-size"?: (v: number) => any;
|
|
1105
1121
|
"onChange-page"?: (v: number) => any;
|
|
@@ -14665,6 +14665,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
14665
14665
|
type: NumberConstructor;
|
|
14666
14666
|
default: number;
|
|
14667
14667
|
};
|
|
14668
|
+
totalPage: {
|
|
14669
|
+
type: NumberConstructor;
|
|
14670
|
+
required: true;
|
|
14671
|
+
};
|
|
14668
14672
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14669
14673
|
'change-page-size': (v: number) => boolean;
|
|
14670
14674
|
'change-page': (v: number) => boolean;
|
|
@@ -14711,6 +14715,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
14711
14715
|
type: NumberConstructor;
|
|
14712
14716
|
default: number;
|
|
14713
14717
|
};
|
|
14718
|
+
totalPage: {
|
|
14719
|
+
type: NumberConstructor;
|
|
14720
|
+
required: true;
|
|
14721
|
+
};
|
|
14714
14722
|
}>> & Readonly<{
|
|
14715
14723
|
"onChange-page-size"?: (v: number) => any;
|
|
14716
14724
|
"onChange-page"?: (v: number) => any;
|
|
@@ -15355,6 +15363,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
15355
15363
|
type: NumberConstructor;
|
|
15356
15364
|
default: number;
|
|
15357
15365
|
};
|
|
15366
|
+
totalPage: {
|
|
15367
|
+
type: NumberConstructor;
|
|
15368
|
+
required: true;
|
|
15369
|
+
};
|
|
15358
15370
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15359
15371
|
'change-page-size': (v: number) => boolean;
|
|
15360
15372
|
'change-page': (v: number) => boolean;
|
|
@@ -15401,6 +15413,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
15401
15413
|
type: NumberConstructor;
|
|
15402
15414
|
default: number;
|
|
15403
15415
|
};
|
|
15416
|
+
totalPage: {
|
|
15417
|
+
type: NumberConstructor;
|
|
15418
|
+
required: true;
|
|
15419
|
+
};
|
|
15404
15420
|
}>> & Readonly<{
|
|
15405
15421
|
"onChange-page-size"?: (v: number) => any;
|
|
15406
15422
|
"onChange-page"?: (v: number) => any;
|