@geelato/web-vue 2.58.3 → 2.59.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/arco-vue.js +5 -1
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +2 -2
- package/dist/arco-vue.min.js.map +1 -1
- package/dist/arco.css +10 -10
- package/dist/arco.min.css +1 -1
- package/es/_components/picker/input-range.d.ts +2 -2
- package/es/_components/picker/input.d.ts +1 -1
- package/es/_components/virtual-list-v2/virtual-list.d.ts +3 -3
- package/es/date-picker/index.d.ts +2 -2
- package/es/date-picker/picker.d.ts +1 -1
- package/es/date-picker/range-picker.d.ts +2 -2
- package/es/drawer/drawer.d.ts +1 -1
- package/es/drawer/index.d.ts +3 -3
- package/es/index.css +10 -10
- package/es/input-number/index.d.ts +15 -0
- package/es/input-number/input-number.d.ts +9 -0
- package/es/input-number/input-number.js +5 -1
- package/es/mention/index.d.ts +3 -3
- package/es/mention/mention.d.ts +1 -1
- package/es/message/message.d.ts +1 -1
- package/es/modal/index.d.ts +3 -3
- package/es/modal/modal.d.ts +1 -1
- package/es/pagination/page-jumper.d.ts +15 -0
- package/es/slider/index.d.ts +30 -0
- package/es/slider/slider-input.d.ts +15 -0
- package/es/slider/slider.d.ts +15 -0
- package/es/table/style/index.css +10 -10
- package/es/table/style/index.less +19 -6
- package/es/time-picker/index.d.ts +6 -6
- package/es/time-picker/time-picker.d.ts +3 -3
- package/es/tree/index.d.ts +6 -6
- package/es/tree/tree.d.ts +3 -3
- package/es/tree-select/index.d.ts +12 -12
- package/es/tree-select/panel.d.ts +6 -6
- package/es/tree-select/tree-select.d.ts +6 -6
- package/json/vetur-attributes.json +2925 -2921
- package/json/vetur-tags.json +806 -805
- package/json/web-types.json +4656 -4648
- package/lib/index.css +10 -10
- package/lib/input-number/input-number.js +5 -1
- package/lib/table/style/index.css +10 -10
- package/lib/table/style/index.less +19 -6
- package/package.json +1 -1
|
@@ -63,7 +63,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
63
63
|
}, {}, {}, {
|
|
64
64
|
focus(index?: number | undefined): void;
|
|
65
65
|
blur(): void;
|
|
66
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "
|
|
66
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "focused-index-change" | "update:focusedIndex" | "change" | "press-enter")[], "clear" | "focused-index-change" | "update:focusedIndex" | "change" | "press-enter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
67
67
|
size: {
|
|
68
68
|
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
69
69
|
};
|
|
@@ -104,9 +104,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
104
104
|
}>> & Readonly<{
|
|
105
105
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
106
106
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
107
|
-
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
108
107
|
"onFocused-index-change"?: ((...args: any[]) => any) | undefined;
|
|
109
108
|
"onUpdate:focusedIndex"?: ((...args: any[]) => any) | undefined;
|
|
109
|
+
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
110
110
|
}>, {
|
|
111
111
|
disabled: boolean | boolean[];
|
|
112
112
|
placeholder: string[];
|
|
@@ -48,7 +48,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
48
48
|
}, {}, {}, {
|
|
49
49
|
focus(): void;
|
|
50
50
|
blur(): void;
|
|
51
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "blur" | "
|
|
51
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "blur" | "change" | "press-enter")[], "clear" | "blur" | "change" | "press-enter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
52
52
|
size: {
|
|
53
53
|
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
54
54
|
};
|
|
@@ -115,12 +115,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
115
115
|
onReachBottom?: ((ev: Event) => any) | undefined;
|
|
116
116
|
}>, {
|
|
117
117
|
data: Record<string, any>[];
|
|
118
|
-
fixedSize: boolean;
|
|
119
|
-
estimatedSize: number;
|
|
120
|
-
buffer: number;
|
|
121
118
|
height: string | number;
|
|
122
119
|
threshold: number;
|
|
123
120
|
itemKey: string;
|
|
121
|
+
fixedSize: boolean;
|
|
122
|
+
estimatedSize: number;
|
|
123
|
+
buffer: number;
|
|
124
124
|
component: string | Record<string, any>;
|
|
125
125
|
paddingPosition: string;
|
|
126
126
|
}, {}, {
|
|
@@ -4143,7 +4143,7 @@ declare const DatePicker: {
|
|
|
4143
4143
|
}, {}, {}, {
|
|
4144
4144
|
focus(index?: number | undefined): void;
|
|
4145
4145
|
blur(): void;
|
|
4146
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "
|
|
4146
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "focused-index-change" | "update:focusedIndex" | "change" | "press-enter")[], "clear" | "focused-index-change" | "update:focusedIndex" | "change" | "press-enter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4147
4147
|
size: {
|
|
4148
4148
|
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
4149
4149
|
};
|
|
@@ -4184,9 +4184,9 @@ declare const DatePicker: {
|
|
|
4184
4184
|
}>> & Readonly<{
|
|
4185
4185
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
4186
4186
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
4187
|
-
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
4188
4187
|
"onFocused-index-change"?: ((...args: any[]) => any) | undefined;
|
|
4189
4188
|
"onUpdate:focusedIndex"?: ((...args: any[]) => any) | undefined;
|
|
4189
|
+
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
4190
4190
|
}>, {
|
|
4191
4191
|
disabled: boolean | boolean[];
|
|
4192
4192
|
placeholder: string[];
|
|
@@ -406,7 +406,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
406
406
|
}, {}, {}, {
|
|
407
407
|
focus(): void;
|
|
408
408
|
blur(): void;
|
|
409
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "blur" | "
|
|
409
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "blur" | "change" | "press-enter")[], "clear" | "blur" | "change" | "press-enter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
410
410
|
size: {
|
|
411
411
|
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
412
412
|
};
|
|
@@ -3887,7 +3887,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3887
3887
|
}, {}, {}, {
|
|
3888
3888
|
focus(index?: number | undefined): void;
|
|
3889
3889
|
blur(): void;
|
|
3890
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "
|
|
3890
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "focused-index-change" | "update:focusedIndex" | "change" | "press-enter")[], "clear" | "focused-index-change" | "update:focusedIndex" | "change" | "press-enter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3891
3891
|
size: {
|
|
3892
3892
|
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
3893
3893
|
};
|
|
@@ -3928,9 +3928,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3928
3928
|
}>> & Readonly<{
|
|
3929
3929
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
3930
3930
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
3931
|
-
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
3932
3931
|
"onFocused-index-change"?: ((...args: any[]) => any) | undefined;
|
|
3933
3932
|
"onUpdate:focusedIndex"?: ((...args: any[]) => any) | undefined;
|
|
3933
|
+
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
3934
3934
|
}>, {
|
|
3935
3935
|
disabled: boolean | boolean[];
|
|
3936
3936
|
placeholder: string[];
|
package/es/drawer/drawer.d.ts
CHANGED
|
@@ -218,8 +218,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
218
218
|
};
|
|
219
219
|
}>> & Readonly<{
|
|
220
220
|
onOpen?: (() => any) | undefined;
|
|
221
|
-
onCancel?: ((e: Event) => any) | undefined;
|
|
222
221
|
onClose?: (() => any) | undefined;
|
|
222
|
+
onCancel?: ((e: Event) => any) | undefined;
|
|
223
223
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
224
224
|
onOk?: ((e: Event) => any) | undefined;
|
|
225
225
|
"onUpdate:fullscreen"?: ((fullscreen: boolean) => any) | undefined;
|
package/es/drawer/index.d.ts
CHANGED
|
@@ -100,8 +100,8 @@ declare const Drawer: {
|
|
|
100
100
|
};
|
|
101
101
|
}>> & Readonly<{
|
|
102
102
|
onOpen?: (() => any) | undefined;
|
|
103
|
-
onCancel?: ((e: Event) => any) | undefined;
|
|
104
103
|
onClose?: (() => any) | undefined;
|
|
104
|
+
onCancel?: ((e: Event) => any) | undefined;
|
|
105
105
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
106
106
|
onOk?: ((e: Event) => any) | undefined;
|
|
107
107
|
"onUpdate:fullscreen"?: ((fullscreen: boolean) => any) | undefined;
|
|
@@ -497,8 +497,8 @@ declare const Drawer: {
|
|
|
497
497
|
};
|
|
498
498
|
}>> & Readonly<{
|
|
499
499
|
onOpen?: (() => any) | undefined;
|
|
500
|
-
onCancel?: ((e: Event) => any) | undefined;
|
|
501
500
|
onClose?: (() => any) | undefined;
|
|
501
|
+
onCancel?: ((e: Event) => any) | undefined;
|
|
502
502
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
503
503
|
onOk?: ((e: Event) => any) | undefined;
|
|
504
504
|
"onUpdate:fullscreen"?: ((fullscreen: boolean) => any) | undefined;
|
|
@@ -641,8 +641,8 @@ declare const Drawer: {
|
|
|
641
641
|
};
|
|
642
642
|
}>> & Readonly<{
|
|
643
643
|
onOpen?: (() => any) | undefined;
|
|
644
|
-
onCancel?: ((e: Event) => any) | undefined;
|
|
645
644
|
onClose?: (() => any) | undefined;
|
|
645
|
+
onCancel?: ((e: Event) => any) | undefined;
|
|
646
646
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
647
647
|
onOk?: ((e: Event) => any) | undefined;
|
|
648
648
|
"onUpdate:fullscreen"?: ((fullscreen: boolean) => any) | undefined;
|
package/es/index.css
CHANGED
|
@@ -14678,13 +14678,13 @@ body[arco-theme='dark'] .arco-radio-button::after {
|
|
|
14678
14678
|
.arco-table-border-body-cell .arco-table-td:not(:last-child):not(.arco-table-tr-expand) {
|
|
14679
14679
|
border-right: 1px solid var(--color-neutral-3);
|
|
14680
14680
|
}
|
|
14681
|
-
.arco-table-stripe:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not(.arco-table-tr-summary):nth-child(even) .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right),
|
|
14682
|
-
.arco-table-stripe .arco-table-tr-drag .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right) {
|
|
14681
|
+
.arco-table-stripe:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not( .arco-table-tr-summary):nth-child(even) .arco-table-td:not(.arco-table-col-fixed-left):not( .arco-table-col-fixed-right),
|
|
14682
|
+
.arco-table-stripe .arco-table-tr-drag .arco-table-td:not(.arco-table-col-fixed-left):not( .arco-table-col-fixed-right) {
|
|
14683
14683
|
background-color: var(--color-fill-1);
|
|
14684
14684
|
}
|
|
14685
|
-
.arco-table-stripe:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not(.arco-table-tr-summary):nth-child(even) .arco-table-td.arco-table-col-fixed-left::before,
|
|
14685
|
+
.arco-table-stripe:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not( .arco-table-tr-summary):nth-child(even) .arco-table-td.arco-table-col-fixed-left::before,
|
|
14686
14686
|
.arco-table-stripe .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-left::before,
|
|
14687
|
-
.arco-table-stripe:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not(.arco-table-tr-summary):nth-child(even) .arco-table-td.arco-table-col-fixed-right::before,
|
|
14687
|
+
.arco-table-stripe:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not( .arco-table-tr-summary):nth-child(even) .arco-table-td.arco-table-col-fixed-right::before,
|
|
14688
14688
|
.arco-table-stripe .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-right::before {
|
|
14689
14689
|
position: absolute;
|
|
14690
14690
|
top: 0;
|
|
@@ -14698,13 +14698,13 @@ body[arco-theme='dark'] .arco-radio-button::after {
|
|
|
14698
14698
|
.arco-table .arco-table-tr-draggable {
|
|
14699
14699
|
cursor: move;
|
|
14700
14700
|
}
|
|
14701
|
-
.arco-table-hover:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not(.arco-table-tr-summary):hover .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right),
|
|
14702
|
-
.arco-table-hover .arco-table-tr-drag .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right) {
|
|
14701
|
+
.arco-table-hover:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not( .arco-table-tr-summary):hover .arco-table-td:not(.arco-table-col-fixed-left):not( .arco-table-col-fixed-right),
|
|
14702
|
+
.arco-table-hover .arco-table-tr-drag .arco-table-td:not(.arco-table-col-fixed-left):not( .arco-table-col-fixed-right) {
|
|
14703
14703
|
background-color: var(--color-fill-1);
|
|
14704
14704
|
}
|
|
14705
|
-
.arco-table-hover:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not(.arco-table-tr-summary):hover .arco-table-td.arco-table-col-fixed-left::before,
|
|
14705
|
+
.arco-table-hover:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not( .arco-table-tr-summary):hover .arco-table-td.arco-table-col-fixed-left::before,
|
|
14706
14706
|
.arco-table-hover .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-left::before,
|
|
14707
|
-
.arco-table-hover:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not(.arco-table-tr-summary):hover .arco-table-td.arco-table-col-fixed-right::before,
|
|
14707
|
+
.arco-table-hover:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not( .arco-table-tr-summary):hover .arco-table-td.arco-table-col-fixed-right::before,
|
|
14708
14708
|
.arco-table-hover .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-right::before {
|
|
14709
14709
|
position: absolute;
|
|
14710
14710
|
top: 0;
|
|
@@ -14715,10 +14715,10 @@ body[arco-theme='dark'] .arco-radio-button::after {
|
|
|
14715
14715
|
background-color: var(--color-fill-1);
|
|
14716
14716
|
content: '';
|
|
14717
14717
|
}
|
|
14718
|
-
.arco-table-hover .arco-table-tr-expand:not(.arco-table-tr-empty):hover .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right) {
|
|
14718
|
+
.arco-table-hover .arco-table-tr-expand:not(.arco-table-tr-empty):hover .arco-table-td:not(.arco-table-col-fixed-left):not( .arco-table-col-fixed-right) {
|
|
14719
14719
|
background-color: var(--color-fill-1);
|
|
14720
14720
|
}
|
|
14721
|
-
.arco-table-tr-expand .arco-table-td .arco-table-hover .arco-table-tr:not(.arco-table-tr-empty) .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right) {
|
|
14721
|
+
.arco-table-tr-expand .arco-table-td .arco-table-hover .arco-table-tr:not(.arco-table-tr-empty) .arco-table-td:not(.arco-table-col-fixed-left):not( .arco-table-col-fixed-right) {
|
|
14722
14722
|
background-color: transparent;
|
|
14723
14723
|
}
|
|
14724
14724
|
.arco-table-tr-expand .arco-table-td .arco-table-hover .arco-table-tr:not(.arco-table-tr-empty) .arco-table-td.arco-table-col-fixed-left::before,
|
|
@@ -59,6 +59,10 @@ declare const InputNumber: {
|
|
|
59
59
|
inputAttrs: {
|
|
60
60
|
type: ObjectConstructor;
|
|
61
61
|
};
|
|
62
|
+
keyboard: {
|
|
63
|
+
type: BooleanConstructor;
|
|
64
|
+
default: boolean;
|
|
65
|
+
};
|
|
62
66
|
}>> & Readonly<{
|
|
63
67
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
64
68
|
onClear?: ((ev: Event) => any) | undefined;
|
|
@@ -86,6 +90,7 @@ declare const InputNumber: {
|
|
|
86
90
|
mode: "button" | "embed";
|
|
87
91
|
error: boolean;
|
|
88
92
|
allowClear: boolean;
|
|
93
|
+
keyboard: boolean;
|
|
89
94
|
max: number;
|
|
90
95
|
step: number;
|
|
91
96
|
min: number;
|
|
@@ -156,6 +161,10 @@ declare const InputNumber: {
|
|
|
156
161
|
inputAttrs: {
|
|
157
162
|
type: ObjectConstructor;
|
|
158
163
|
};
|
|
164
|
+
keyboard: {
|
|
165
|
+
type: BooleanConstructor;
|
|
166
|
+
default: boolean;
|
|
167
|
+
};
|
|
159
168
|
}>> & Readonly<{
|
|
160
169
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
161
170
|
onClear?: ((ev: Event) => any) | undefined;
|
|
@@ -175,6 +184,7 @@ declare const InputNumber: {
|
|
|
175
184
|
mode: "button" | "embed";
|
|
176
185
|
error: boolean;
|
|
177
186
|
allowClear: boolean;
|
|
187
|
+
keyboard: boolean;
|
|
178
188
|
max: number;
|
|
179
189
|
step: number;
|
|
180
190
|
min: number;
|
|
@@ -242,6 +252,10 @@ declare const InputNumber: {
|
|
|
242
252
|
inputAttrs: {
|
|
243
253
|
type: ObjectConstructor;
|
|
244
254
|
};
|
|
255
|
+
keyboard: {
|
|
256
|
+
type: BooleanConstructor;
|
|
257
|
+
default: boolean;
|
|
258
|
+
};
|
|
245
259
|
}>> & Readonly<{
|
|
246
260
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
247
261
|
onClear?: ((ev: Event) => any) | undefined;
|
|
@@ -269,6 +283,7 @@ declare const InputNumber: {
|
|
|
269
283
|
mode: "button" | "embed";
|
|
270
284
|
error: boolean;
|
|
271
285
|
allowClear: boolean;
|
|
286
|
+
keyboard: boolean;
|
|
272
287
|
max: number;
|
|
273
288
|
step: number;
|
|
274
289
|
min: number;
|
|
@@ -56,6 +56,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
56
56
|
inputAttrs: {
|
|
57
57
|
type: ObjectConstructor;
|
|
58
58
|
};
|
|
59
|
+
keyboard: {
|
|
60
|
+
type: BooleanConstructor;
|
|
61
|
+
default: boolean;
|
|
62
|
+
};
|
|
59
63
|
}>, {
|
|
60
64
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
61
65
|
render: () => import("vue/jsx-runtime").JSX.Element;
|
|
@@ -127,6 +131,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
127
131
|
inputAttrs: {
|
|
128
132
|
type: ObjectConstructor;
|
|
129
133
|
};
|
|
134
|
+
keyboard: {
|
|
135
|
+
type: BooleanConstructor;
|
|
136
|
+
default: boolean;
|
|
137
|
+
};
|
|
130
138
|
}>> & Readonly<{
|
|
131
139
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
132
140
|
onClear?: ((ev: Event) => any) | undefined;
|
|
@@ -140,6 +148,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
140
148
|
mode: "button" | "embed";
|
|
141
149
|
error: boolean;
|
|
142
150
|
allowClear: boolean;
|
|
151
|
+
keyboard: boolean;
|
|
143
152
|
max: number;
|
|
144
153
|
step: number;
|
|
145
154
|
min: number;
|
|
@@ -72,6 +72,10 @@ var _InputNumber = defineComponent({
|
|
|
72
72
|
},
|
|
73
73
|
inputAttrs: {
|
|
74
74
|
type: Object
|
|
75
|
+
},
|
|
76
|
+
keyboard: {
|
|
77
|
+
type: Boolean,
|
|
78
|
+
default: true
|
|
75
79
|
}
|
|
76
80
|
},
|
|
77
81
|
emits: {
|
|
@@ -253,7 +257,7 @@ var _InputNumber = defineComponent({
|
|
|
253
257
|
}]]));
|
|
254
258
|
const onKeyDown = (event) => {
|
|
255
259
|
emit("keydown", event);
|
|
256
|
-
if (!event.defaultPrevented) {
|
|
260
|
+
if (!event.defaultPrevented && props.keyboard) {
|
|
257
261
|
keyDownHandler(event);
|
|
258
262
|
}
|
|
259
263
|
};
|
package/es/mention/index.d.ts
CHANGED
|
@@ -58,8 +58,8 @@ declare const Mention: {
|
|
|
58
58
|
disabled: boolean;
|
|
59
59
|
data: (string | number | import("..").SelectOptionData | import("..").SelectOptionGroup)[];
|
|
60
60
|
type: "textarea" | "input";
|
|
61
|
-
prefix: string | string[];
|
|
62
61
|
defaultValue: string;
|
|
62
|
+
prefix: string | string[];
|
|
63
63
|
allowClear: boolean;
|
|
64
64
|
split: string;
|
|
65
65
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -117,8 +117,8 @@ declare const Mention: {
|
|
|
117
117
|
disabled: boolean;
|
|
118
118
|
data: (string | number | import("..").SelectOptionData | import("..").SelectOptionGroup)[];
|
|
119
119
|
type: "textarea" | "input";
|
|
120
|
-
prefix: string | string[];
|
|
121
120
|
defaultValue: string;
|
|
121
|
+
prefix: string | string[];
|
|
122
122
|
allowClear: boolean;
|
|
123
123
|
split: string;
|
|
124
124
|
}>;
|
|
@@ -181,8 +181,8 @@ declare const Mention: {
|
|
|
181
181
|
disabled: boolean;
|
|
182
182
|
data: (string | number | import("..").SelectOptionData | import("..").SelectOptionGroup)[];
|
|
183
183
|
type: "textarea" | "input";
|
|
184
|
-
prefix: string | string[];
|
|
185
184
|
defaultValue: string;
|
|
185
|
+
prefix: string | string[];
|
|
186
186
|
allowClear: boolean;
|
|
187
187
|
split: string;
|
|
188
188
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
package/es/mention/mention.d.ts
CHANGED
|
@@ -86,8 +86,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
86
86
|
disabled: boolean;
|
|
87
87
|
data: (string | number | SelectOptionData | SelectOptionGroup)[];
|
|
88
88
|
type: "textarea" | "input";
|
|
89
|
-
prefix: string | string[];
|
|
90
89
|
defaultValue: string;
|
|
90
|
+
prefix: string | string[];
|
|
91
91
|
allowClear: boolean;
|
|
92
92
|
split: string;
|
|
93
93
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
package/es/message/message.d.ts
CHANGED
|
@@ -61,8 +61,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
61
61
|
type: "normal" | "error" | "loading" | "success" | "warning" | "info";
|
|
62
62
|
closable: boolean;
|
|
63
63
|
showIcon: boolean;
|
|
64
|
-
resetOnHover: boolean;
|
|
65
64
|
resetOnUpdate: boolean;
|
|
65
|
+
resetOnHover: boolean;
|
|
66
66
|
}, {}, {
|
|
67
67
|
AIconHover: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
68
68
|
prefix: {
|
package/es/modal/index.d.ts
CHANGED
|
@@ -127,8 +127,8 @@ declare const Modal: {
|
|
|
127
127
|
};
|
|
128
128
|
}>> & Readonly<{
|
|
129
129
|
onOpen?: (() => any) | undefined;
|
|
130
|
-
onCancel?: ((e: Event) => any) | undefined;
|
|
131
130
|
onClose?: (() => any) | undefined;
|
|
131
|
+
onCancel?: ((e: Event) => any) | undefined;
|
|
132
132
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
133
133
|
onOk?: ((e: Event) => any) | undefined;
|
|
134
134
|
"onUpdate:fullscreen"?: ((fullscreen: boolean) => any) | undefined;
|
|
@@ -570,8 +570,8 @@ declare const Modal: {
|
|
|
570
570
|
};
|
|
571
571
|
}>> & Readonly<{
|
|
572
572
|
onOpen?: (() => any) | undefined;
|
|
573
|
-
onCancel?: ((e: Event) => any) | undefined;
|
|
574
573
|
onClose?: (() => any) | undefined;
|
|
574
|
+
onCancel?: ((e: Event) => any) | undefined;
|
|
575
575
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
576
576
|
onOk?: ((e: Event) => any) | undefined;
|
|
577
577
|
"onUpdate:fullscreen"?: ((fullscreen: boolean) => any) | undefined;
|
|
@@ -756,8 +756,8 @@ declare const Modal: {
|
|
|
756
756
|
};
|
|
757
757
|
}>> & Readonly<{
|
|
758
758
|
onOpen?: (() => any) | undefined;
|
|
759
|
-
onCancel?: ((e: Event) => any) | undefined;
|
|
760
759
|
onClose?: (() => any) | undefined;
|
|
760
|
+
onCancel?: ((e: Event) => any) | undefined;
|
|
761
761
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
762
762
|
onOk?: ((e: Event) => any) | undefined;
|
|
763
763
|
"onUpdate:fullscreen"?: ((fullscreen: boolean) => any) | undefined;
|
package/es/modal/modal.d.ts
CHANGED
|
@@ -285,8 +285,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
285
285
|
};
|
|
286
286
|
}>> & Readonly<{
|
|
287
287
|
onOpen?: (() => any) | undefined;
|
|
288
|
-
onCancel?: ((e: Event) => any) | undefined;
|
|
289
288
|
onClose?: (() => any) | undefined;
|
|
289
|
+
onCancel?: ((e: Event) => any) | undefined;
|
|
290
290
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
291
291
|
onOk?: ((e: Event) => any) | undefined;
|
|
292
292
|
"onUpdate:fullscreen"?: ((fullscreen: boolean) => any) | undefined;
|
|
@@ -118,6 +118,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
118
118
|
inputAttrs: {
|
|
119
119
|
type: ObjectConstructor;
|
|
120
120
|
};
|
|
121
|
+
keyboard: {
|
|
122
|
+
type: BooleanConstructor;
|
|
123
|
+
default: boolean;
|
|
124
|
+
};
|
|
121
125
|
}>> & Readonly<{
|
|
122
126
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
123
127
|
onClear?: ((ev: Event) => any) | undefined;
|
|
@@ -145,6 +149,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
145
149
|
mode: "button" | "embed";
|
|
146
150
|
error: boolean;
|
|
147
151
|
allowClear: boolean;
|
|
152
|
+
keyboard: boolean;
|
|
148
153
|
max: number;
|
|
149
154
|
step: number;
|
|
150
155
|
min: number;
|
|
@@ -215,6 +220,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
215
220
|
inputAttrs: {
|
|
216
221
|
type: ObjectConstructor;
|
|
217
222
|
};
|
|
223
|
+
keyboard: {
|
|
224
|
+
type: BooleanConstructor;
|
|
225
|
+
default: boolean;
|
|
226
|
+
};
|
|
218
227
|
}>> & Readonly<{
|
|
219
228
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
220
229
|
onClear?: ((ev: Event) => any) | undefined;
|
|
@@ -234,6 +243,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
234
243
|
mode: "button" | "embed";
|
|
235
244
|
error: boolean;
|
|
236
245
|
allowClear: boolean;
|
|
246
|
+
keyboard: boolean;
|
|
237
247
|
max: number;
|
|
238
248
|
step: number;
|
|
239
249
|
min: number;
|
|
@@ -301,6 +311,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
301
311
|
inputAttrs: {
|
|
302
312
|
type: ObjectConstructor;
|
|
303
313
|
};
|
|
314
|
+
keyboard: {
|
|
315
|
+
type: BooleanConstructor;
|
|
316
|
+
default: boolean;
|
|
317
|
+
};
|
|
304
318
|
}>> & Readonly<{
|
|
305
319
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
306
320
|
onClear?: ((ev: Event) => any) | undefined;
|
|
@@ -328,6 +342,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
328
342
|
mode: "button" | "embed";
|
|
329
343
|
error: boolean;
|
|
330
344
|
allowClear: boolean;
|
|
345
|
+
keyboard: boolean;
|
|
331
346
|
max: number;
|
|
332
347
|
step: number;
|
|
333
348
|
min: number;
|
package/es/slider/index.d.ts
CHANGED
|
@@ -1724,6 +1724,10 @@ declare const Slider: {
|
|
|
1724
1724
|
inputAttrs: {
|
|
1725
1725
|
type: ObjectConstructor;
|
|
1726
1726
|
};
|
|
1727
|
+
keyboard: {
|
|
1728
|
+
type: BooleanConstructor;
|
|
1729
|
+
default: boolean;
|
|
1730
|
+
};
|
|
1727
1731
|
}>> & Readonly<{
|
|
1728
1732
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
1729
1733
|
onClear?: ((ev: Event) => any) | undefined;
|
|
@@ -1751,6 +1755,7 @@ declare const Slider: {
|
|
|
1751
1755
|
mode: "button" | "embed";
|
|
1752
1756
|
error: boolean;
|
|
1753
1757
|
allowClear: boolean;
|
|
1758
|
+
keyboard: boolean;
|
|
1754
1759
|
max: number;
|
|
1755
1760
|
step: number;
|
|
1756
1761
|
min: number;
|
|
@@ -1821,6 +1826,10 @@ declare const Slider: {
|
|
|
1821
1826
|
inputAttrs: {
|
|
1822
1827
|
type: ObjectConstructor;
|
|
1823
1828
|
};
|
|
1829
|
+
keyboard: {
|
|
1830
|
+
type: BooleanConstructor;
|
|
1831
|
+
default: boolean;
|
|
1832
|
+
};
|
|
1824
1833
|
}>> & Readonly<{
|
|
1825
1834
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
1826
1835
|
onClear?: ((ev: Event) => any) | undefined;
|
|
@@ -1840,6 +1849,7 @@ declare const Slider: {
|
|
|
1840
1849
|
mode: "button" | "embed";
|
|
1841
1850
|
error: boolean;
|
|
1842
1851
|
allowClear: boolean;
|
|
1852
|
+
keyboard: boolean;
|
|
1843
1853
|
max: number;
|
|
1844
1854
|
step: number;
|
|
1845
1855
|
min: number;
|
|
@@ -1907,6 +1917,10 @@ declare const Slider: {
|
|
|
1907
1917
|
inputAttrs: {
|
|
1908
1918
|
type: ObjectConstructor;
|
|
1909
1919
|
};
|
|
1920
|
+
keyboard: {
|
|
1921
|
+
type: BooleanConstructor;
|
|
1922
|
+
default: boolean;
|
|
1923
|
+
};
|
|
1910
1924
|
}>> & Readonly<{
|
|
1911
1925
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
1912
1926
|
onClear?: ((ev: Event) => any) | undefined;
|
|
@@ -1934,6 +1948,7 @@ declare const Slider: {
|
|
|
1934
1948
|
mode: "button" | "embed";
|
|
1935
1949
|
error: boolean;
|
|
1936
1950
|
allowClear: boolean;
|
|
1951
|
+
keyboard: boolean;
|
|
1937
1952
|
max: number;
|
|
1938
1953
|
step: number;
|
|
1939
1954
|
min: number;
|
|
@@ -3768,6 +3783,10 @@ declare const Slider: {
|
|
|
3768
3783
|
inputAttrs: {
|
|
3769
3784
|
type: ObjectConstructor;
|
|
3770
3785
|
};
|
|
3786
|
+
keyboard: {
|
|
3787
|
+
type: BooleanConstructor;
|
|
3788
|
+
default: boolean;
|
|
3789
|
+
};
|
|
3771
3790
|
}>> & Readonly<{
|
|
3772
3791
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
3773
3792
|
onClear?: ((ev: Event) => any) | undefined;
|
|
@@ -3795,6 +3814,7 @@ declare const Slider: {
|
|
|
3795
3814
|
mode: "button" | "embed";
|
|
3796
3815
|
error: boolean;
|
|
3797
3816
|
allowClear: boolean;
|
|
3817
|
+
keyboard: boolean;
|
|
3798
3818
|
max: number;
|
|
3799
3819
|
step: number;
|
|
3800
3820
|
min: number;
|
|
@@ -3865,6 +3885,10 @@ declare const Slider: {
|
|
|
3865
3885
|
inputAttrs: {
|
|
3866
3886
|
type: ObjectConstructor;
|
|
3867
3887
|
};
|
|
3888
|
+
keyboard: {
|
|
3889
|
+
type: BooleanConstructor;
|
|
3890
|
+
default: boolean;
|
|
3891
|
+
};
|
|
3868
3892
|
}>> & Readonly<{
|
|
3869
3893
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
3870
3894
|
onClear?: ((ev: Event) => any) | undefined;
|
|
@@ -3884,6 +3908,7 @@ declare const Slider: {
|
|
|
3884
3908
|
mode: "button" | "embed";
|
|
3885
3909
|
error: boolean;
|
|
3886
3910
|
allowClear: boolean;
|
|
3911
|
+
keyboard: boolean;
|
|
3887
3912
|
max: number;
|
|
3888
3913
|
step: number;
|
|
3889
3914
|
min: number;
|
|
@@ -3951,6 +3976,10 @@ declare const Slider: {
|
|
|
3951
3976
|
inputAttrs: {
|
|
3952
3977
|
type: ObjectConstructor;
|
|
3953
3978
|
};
|
|
3979
|
+
keyboard: {
|
|
3980
|
+
type: BooleanConstructor;
|
|
3981
|
+
default: boolean;
|
|
3982
|
+
};
|
|
3954
3983
|
}>> & Readonly<{
|
|
3955
3984
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
3956
3985
|
onClear?: ((ev: Event) => any) | undefined;
|
|
@@ -3978,6 +4007,7 @@ declare const Slider: {
|
|
|
3978
4007
|
mode: "button" | "embed";
|
|
3979
4008
|
error: boolean;
|
|
3980
4009
|
allowClear: boolean;
|
|
4010
|
+
keyboard: boolean;
|
|
3981
4011
|
max: number;
|
|
3982
4012
|
step: number;
|
|
3983
4013
|
min: number;
|
|
@@ -106,6 +106,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
106
106
|
inputAttrs: {
|
|
107
107
|
type: ObjectConstructor;
|
|
108
108
|
};
|
|
109
|
+
keyboard: {
|
|
110
|
+
type: BooleanConstructor;
|
|
111
|
+
default: boolean;
|
|
112
|
+
};
|
|
109
113
|
}>> & Readonly<{
|
|
110
114
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
111
115
|
onClear?: ((ev: Event) => any) | undefined;
|
|
@@ -133,6 +137,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
133
137
|
mode: "button" | "embed";
|
|
134
138
|
error: boolean;
|
|
135
139
|
allowClear: boolean;
|
|
140
|
+
keyboard: boolean;
|
|
136
141
|
max: number;
|
|
137
142
|
step: number;
|
|
138
143
|
min: number;
|
|
@@ -203,6 +208,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
203
208
|
inputAttrs: {
|
|
204
209
|
type: ObjectConstructor;
|
|
205
210
|
};
|
|
211
|
+
keyboard: {
|
|
212
|
+
type: BooleanConstructor;
|
|
213
|
+
default: boolean;
|
|
214
|
+
};
|
|
206
215
|
}>> & Readonly<{
|
|
207
216
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
208
217
|
onClear?: ((ev: Event) => any) | undefined;
|
|
@@ -222,6 +231,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
222
231
|
mode: "button" | "embed";
|
|
223
232
|
error: boolean;
|
|
224
233
|
allowClear: boolean;
|
|
234
|
+
keyboard: boolean;
|
|
225
235
|
max: number;
|
|
226
236
|
step: number;
|
|
227
237
|
min: number;
|
|
@@ -289,6 +299,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
289
299
|
inputAttrs: {
|
|
290
300
|
type: ObjectConstructor;
|
|
291
301
|
};
|
|
302
|
+
keyboard: {
|
|
303
|
+
type: BooleanConstructor;
|
|
304
|
+
default: boolean;
|
|
305
|
+
};
|
|
292
306
|
}>> & Readonly<{
|
|
293
307
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
294
308
|
onClear?: ((ev: Event) => any) | undefined;
|
|
@@ -316,6 +330,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
316
330
|
mode: "button" | "embed";
|
|
317
331
|
error: boolean;
|
|
318
332
|
allowClear: boolean;
|
|
333
|
+
keyboard: boolean;
|
|
319
334
|
max: number;
|
|
320
335
|
step: number;
|
|
321
336
|
min: number;
|