@vtj/ui 0.13.30 → 0.13.32
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/index.mjs +5 -7
- package/dist/index.umd.js +3 -3
- package/package.json +3 -3
- package/types/components/action/Action.d.ts +175 -19
- package/types/components/action/hooks.d.ts +30 -4
- package/types/components/action-bar/ActionBar.d.ts +117 -13
- package/types/components/data-item/DataItem.d.ts +117 -13
- package/types/components/dialog-grid/DialogGrid.d.ts +4 -4
- package/types/components/grid/Grid.d.ts +1 -1
- package/types/components/grid/hooks/useLoader.d.ts +1 -1
- package/types/components/grid/renderers/components/GridEdit.d.ts +43 -3
- package/types/components/grid-editor/GridEditor.d.ts +43 -3
- package/types/components/mask/Mask.d.ts +117 -13
- package/types/components/picker/Dialog.d.ts +2 -2
- package/types/components/tabs/Tabs.d.ts +59 -7
- package/types/version.d.ts +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vtj/ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.13.
|
|
4
|
+
"version": "0.13.32",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"低代码引擎",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"sortablejs": "~1.15.6",
|
|
30
30
|
"vxe-table": "~4.6.17",
|
|
31
31
|
"vxe-table-plugin-menus": "~4.0.3",
|
|
32
|
-
"@vtj/icons": "~0.13.
|
|
33
|
-
"@vtj/utils": "~0.13.
|
|
32
|
+
"@vtj/icons": "~0.13.32",
|
|
33
|
+
"@vtj/utils": "~0.13.32"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/qrcode": "^1.5.5",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DefineComponent, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, PropType, ComponentOptionsMixin, StyleValue, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
import { IconParam, BaseSize, BaseType } from '..';
|
|
3
3
|
import { ActionMode, ActionMenuItem, ActionDropdown } from './types';
|
|
4
4
|
import { ElTooltipProps, BadgeProps, ButtonProps, TooltipTriggerType, Measurable, PopperEffect } from 'element-plus';
|
|
@@ -212,12 +212,38 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
212
212
|
readonly default: "";
|
|
213
213
|
};
|
|
214
214
|
readonly popperClass: {
|
|
215
|
-
readonly type: PropType<string
|
|
215
|
+
readonly type: PropType<string | {
|
|
216
|
+
[x: string]: boolean;
|
|
217
|
+
} | (string | {
|
|
218
|
+
[x: string]: boolean;
|
|
219
|
+
} | (string | {
|
|
220
|
+
[x: string]: boolean;
|
|
221
|
+
} | (string | {
|
|
222
|
+
[x: string]: boolean;
|
|
223
|
+
} | (string | {
|
|
224
|
+
[x: string]: boolean;
|
|
225
|
+
} | (string | {
|
|
226
|
+
[x: string]: boolean;
|
|
227
|
+
} | (string | {
|
|
228
|
+
[x: string]: boolean;
|
|
229
|
+
} | (string | {
|
|
230
|
+
[x: string]: boolean;
|
|
231
|
+
} | (string | {
|
|
232
|
+
[x: string]: boolean;
|
|
233
|
+
} | (string | {
|
|
234
|
+
[x: string]: boolean;
|
|
235
|
+
} | (string | any[] | {
|
|
236
|
+
[x: string]: boolean;
|
|
237
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
238
|
+
readonly required: false;
|
|
239
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
240
|
+
__epPropKey: true;
|
|
241
|
+
};
|
|
242
|
+
readonly popperStyle: {
|
|
243
|
+
readonly type: PropType<StyleValue>;
|
|
216
244
|
readonly required: false;
|
|
217
245
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
218
246
|
__epPropKey: true;
|
|
219
|
-
} & {
|
|
220
|
-
readonly default: "";
|
|
221
247
|
};
|
|
222
248
|
readonly disabled: BooleanConstructor;
|
|
223
249
|
readonly role: {
|
|
@@ -427,12 +453,38 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
427
453
|
readonly default: "";
|
|
428
454
|
};
|
|
429
455
|
readonly popperClass: {
|
|
430
|
-
readonly type: PropType<string
|
|
456
|
+
readonly type: PropType<string | {
|
|
457
|
+
[x: string]: boolean;
|
|
458
|
+
} | (string | {
|
|
459
|
+
[x: string]: boolean;
|
|
460
|
+
} | (string | {
|
|
461
|
+
[x: string]: boolean;
|
|
462
|
+
} | (string | {
|
|
463
|
+
[x: string]: boolean;
|
|
464
|
+
} | (string | {
|
|
465
|
+
[x: string]: boolean;
|
|
466
|
+
} | (string | {
|
|
467
|
+
[x: string]: boolean;
|
|
468
|
+
} | (string | {
|
|
469
|
+
[x: string]: boolean;
|
|
470
|
+
} | (string | {
|
|
471
|
+
[x: string]: boolean;
|
|
472
|
+
} | (string | {
|
|
473
|
+
[x: string]: boolean;
|
|
474
|
+
} | (string | {
|
|
475
|
+
[x: string]: boolean;
|
|
476
|
+
} | (string | any[] | {
|
|
477
|
+
[x: string]: boolean;
|
|
478
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
479
|
+
readonly required: false;
|
|
480
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
481
|
+
__epPropKey: true;
|
|
482
|
+
};
|
|
483
|
+
readonly popperStyle: {
|
|
484
|
+
readonly type: PropType<StyleValue>;
|
|
431
485
|
readonly required: false;
|
|
432
486
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
433
487
|
__epPropKey: true;
|
|
434
|
-
} & {
|
|
435
|
-
readonly default: "";
|
|
436
488
|
};
|
|
437
489
|
readonly disabled: BooleanConstructor;
|
|
438
490
|
readonly role: {
|
|
@@ -641,12 +693,38 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
641
693
|
readonly default: "";
|
|
642
694
|
};
|
|
643
695
|
readonly popperClass: {
|
|
644
|
-
readonly type: PropType<string
|
|
696
|
+
readonly type: PropType<string | {
|
|
697
|
+
[x: string]: boolean;
|
|
698
|
+
} | (string | {
|
|
699
|
+
[x: string]: boolean;
|
|
700
|
+
} | (string | {
|
|
701
|
+
[x: string]: boolean;
|
|
702
|
+
} | (string | {
|
|
703
|
+
[x: string]: boolean;
|
|
704
|
+
} | (string | {
|
|
705
|
+
[x: string]: boolean;
|
|
706
|
+
} | (string | {
|
|
707
|
+
[x: string]: boolean;
|
|
708
|
+
} | (string | {
|
|
709
|
+
[x: string]: boolean;
|
|
710
|
+
} | (string | {
|
|
711
|
+
[x: string]: boolean;
|
|
712
|
+
} | (string | {
|
|
713
|
+
[x: string]: boolean;
|
|
714
|
+
} | (string | {
|
|
715
|
+
[x: string]: boolean;
|
|
716
|
+
} | (string | any[] | {
|
|
717
|
+
[x: string]: boolean;
|
|
718
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
719
|
+
readonly required: false;
|
|
720
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
721
|
+
__epPropKey: true;
|
|
722
|
+
};
|
|
723
|
+
readonly popperStyle: {
|
|
724
|
+
readonly type: PropType<StyleValue>;
|
|
645
725
|
readonly required: false;
|
|
646
726
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
647
727
|
__epPropKey: true;
|
|
648
|
-
} & {
|
|
649
|
-
readonly default: "";
|
|
650
728
|
};
|
|
651
729
|
readonly disabled: BooleanConstructor;
|
|
652
730
|
readonly role: {
|
|
@@ -911,12 +989,38 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
911
989
|
readonly default: "";
|
|
912
990
|
};
|
|
913
991
|
readonly popperClass: {
|
|
914
|
-
readonly type: PropType<string
|
|
992
|
+
readonly type: PropType<string | {
|
|
993
|
+
[x: string]: boolean;
|
|
994
|
+
} | (string | {
|
|
995
|
+
[x: string]: boolean;
|
|
996
|
+
} | (string | {
|
|
997
|
+
[x: string]: boolean;
|
|
998
|
+
} | (string | {
|
|
999
|
+
[x: string]: boolean;
|
|
1000
|
+
} | (string | {
|
|
1001
|
+
[x: string]: boolean;
|
|
1002
|
+
} | (string | {
|
|
1003
|
+
[x: string]: boolean;
|
|
1004
|
+
} | (string | {
|
|
1005
|
+
[x: string]: boolean;
|
|
1006
|
+
} | (string | {
|
|
1007
|
+
[x: string]: boolean;
|
|
1008
|
+
} | (string | {
|
|
1009
|
+
[x: string]: boolean;
|
|
1010
|
+
} | (string | {
|
|
1011
|
+
[x: string]: boolean;
|
|
1012
|
+
} | (string | any[] | {
|
|
1013
|
+
[x: string]: boolean;
|
|
1014
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
1015
|
+
readonly required: false;
|
|
1016
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1017
|
+
__epPropKey: true;
|
|
1018
|
+
};
|
|
1019
|
+
readonly popperStyle: {
|
|
1020
|
+
readonly type: PropType<StyleValue>;
|
|
915
1021
|
readonly required: false;
|
|
916
1022
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
917
1023
|
__epPropKey: true;
|
|
918
|
-
} & {
|
|
919
|
-
readonly default: "";
|
|
920
1024
|
};
|
|
921
1025
|
readonly disabled: BooleanConstructor;
|
|
922
1026
|
readonly role: {
|
|
@@ -1126,12 +1230,38 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
1126
1230
|
readonly default: "";
|
|
1127
1231
|
};
|
|
1128
1232
|
readonly popperClass: {
|
|
1129
|
-
readonly type: PropType<string
|
|
1233
|
+
readonly type: PropType<string | {
|
|
1234
|
+
[x: string]: boolean;
|
|
1235
|
+
} | (string | {
|
|
1236
|
+
[x: string]: boolean;
|
|
1237
|
+
} | (string | {
|
|
1238
|
+
[x: string]: boolean;
|
|
1239
|
+
} | (string | {
|
|
1240
|
+
[x: string]: boolean;
|
|
1241
|
+
} | (string | {
|
|
1242
|
+
[x: string]: boolean;
|
|
1243
|
+
} | (string | {
|
|
1244
|
+
[x: string]: boolean;
|
|
1245
|
+
} | (string | {
|
|
1246
|
+
[x: string]: boolean;
|
|
1247
|
+
} | (string | {
|
|
1248
|
+
[x: string]: boolean;
|
|
1249
|
+
} | (string | {
|
|
1250
|
+
[x: string]: boolean;
|
|
1251
|
+
} | (string | {
|
|
1252
|
+
[x: string]: boolean;
|
|
1253
|
+
} | (string | any[] | {
|
|
1254
|
+
[x: string]: boolean;
|
|
1255
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
1256
|
+
readonly required: false;
|
|
1257
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1258
|
+
__epPropKey: true;
|
|
1259
|
+
};
|
|
1260
|
+
readonly popperStyle: {
|
|
1261
|
+
readonly type: PropType<StyleValue>;
|
|
1130
1262
|
readonly required: false;
|
|
1131
1263
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1132
1264
|
__epPropKey: true;
|
|
1133
|
-
} & {
|
|
1134
|
-
readonly default: "";
|
|
1135
1265
|
};
|
|
1136
1266
|
readonly disabled: BooleanConstructor;
|
|
1137
1267
|
readonly role: {
|
|
@@ -1340,12 +1470,38 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
1340
1470
|
readonly default: "";
|
|
1341
1471
|
};
|
|
1342
1472
|
readonly popperClass: {
|
|
1343
|
-
readonly type: PropType<string
|
|
1473
|
+
readonly type: PropType<string | {
|
|
1474
|
+
[x: string]: boolean;
|
|
1475
|
+
} | (string | {
|
|
1476
|
+
[x: string]: boolean;
|
|
1477
|
+
} | (string | {
|
|
1478
|
+
[x: string]: boolean;
|
|
1479
|
+
} | (string | {
|
|
1480
|
+
[x: string]: boolean;
|
|
1481
|
+
} | (string | {
|
|
1482
|
+
[x: string]: boolean;
|
|
1483
|
+
} | (string | {
|
|
1484
|
+
[x: string]: boolean;
|
|
1485
|
+
} | (string | {
|
|
1486
|
+
[x: string]: boolean;
|
|
1487
|
+
} | (string | {
|
|
1488
|
+
[x: string]: boolean;
|
|
1489
|
+
} | (string | {
|
|
1490
|
+
[x: string]: boolean;
|
|
1491
|
+
} | (string | {
|
|
1492
|
+
[x: string]: boolean;
|
|
1493
|
+
} | (string | any[] | {
|
|
1494
|
+
[x: string]: boolean;
|
|
1495
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
1496
|
+
readonly required: false;
|
|
1497
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1498
|
+
__epPropKey: true;
|
|
1499
|
+
};
|
|
1500
|
+
readonly popperStyle: {
|
|
1501
|
+
readonly type: PropType<StyleValue>;
|
|
1344
1502
|
readonly required: false;
|
|
1345
1503
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1346
1504
|
__epPropKey: true;
|
|
1347
|
-
} & {
|
|
1348
|
-
readonly default: "";
|
|
1349
1505
|
};
|
|
1350
1506
|
readonly disabled: BooleanConstructor;
|
|
1351
1507
|
readonly role: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ElTooltipProps, BadgeProps, TooltipTriggerType, Measurable, PopperEffect, ButtonProps } from 'element-plus';
|
|
2
2
|
import { ActionProps } from './types';
|
|
3
|
-
import { ComputedRef, ExtractPropTypes, PropType } from 'vue';
|
|
3
|
+
import { ComputedRef, ExtractPropTypes, PropType, StyleValue } from 'vue';
|
|
4
4
|
export declare function useTooltip(props: ActionProps): ComputedRef<Partial<ElTooltipProps> | undefined>;
|
|
5
5
|
export declare function useBadge(props: ActionProps): ComputedRef<Partial<BadgeProps> | undefined>;
|
|
6
6
|
export declare function useDropdown(props: ActionProps): ComputedRef<Partial< ExtractPropTypes<{
|
|
@@ -123,12 +123,38 @@ export declare function useDropdown(props: ActionProps): ComputedRef<Partial< Ex
|
|
|
123
123
|
readonly default: "";
|
|
124
124
|
};
|
|
125
125
|
readonly popperClass: {
|
|
126
|
-
readonly type: PropType<string
|
|
126
|
+
readonly type: PropType<string | {
|
|
127
|
+
[x: string]: boolean;
|
|
128
|
+
} | (string | {
|
|
129
|
+
[x: string]: boolean;
|
|
130
|
+
} | (string | {
|
|
131
|
+
[x: string]: boolean;
|
|
132
|
+
} | (string | {
|
|
133
|
+
[x: string]: boolean;
|
|
134
|
+
} | (string | {
|
|
135
|
+
[x: string]: boolean;
|
|
136
|
+
} | (string | {
|
|
137
|
+
[x: string]: boolean;
|
|
138
|
+
} | (string | {
|
|
139
|
+
[x: string]: boolean;
|
|
140
|
+
} | (string | {
|
|
141
|
+
[x: string]: boolean;
|
|
142
|
+
} | (string | {
|
|
143
|
+
[x: string]: boolean;
|
|
144
|
+
} | (string | {
|
|
145
|
+
[x: string]: boolean;
|
|
146
|
+
} | (string | any[] | {
|
|
147
|
+
[x: string]: boolean;
|
|
148
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
149
|
+
readonly required: false;
|
|
150
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
151
|
+
__epPropKey: true;
|
|
152
|
+
};
|
|
153
|
+
readonly popperStyle: {
|
|
154
|
+
readonly type: PropType<StyleValue>;
|
|
127
155
|
readonly required: false;
|
|
128
156
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
129
157
|
__epPropKey: true;
|
|
130
|
-
} & {
|
|
131
|
-
readonly default: "";
|
|
132
158
|
};
|
|
133
159
|
readonly disabled: BooleanConstructor;
|
|
134
160
|
readonly role: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ActionProps, ActionMenuItem } from '../';
|
|
2
2
|
import { ActionBarItems } from './types';
|
|
3
|
-
import { DefineComponent, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
import { DefineComponent, ExtractPropTypes, PropType, ComponentOptionsMixin, StyleValue, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
4
|
import { ActionMode, ActionDropdown } from '../action';
|
|
5
5
|
import { BaseSize, BaseType } from '../shared';
|
|
6
6
|
import { ElTooltipProps, BadgeProps, ButtonProps, TooltipTriggerType, Measurable, PopperEffect } from 'element-plus';
|
|
@@ -190,12 +190,38 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
190
190
|
readonly default: "";
|
|
191
191
|
};
|
|
192
192
|
readonly popperClass: {
|
|
193
|
-
readonly type: PropType<string
|
|
193
|
+
readonly type: PropType<string | {
|
|
194
|
+
[x: string]: boolean;
|
|
195
|
+
} | (string | {
|
|
196
|
+
[x: string]: boolean;
|
|
197
|
+
} | (string | {
|
|
198
|
+
[x: string]: boolean;
|
|
199
|
+
} | (string | {
|
|
200
|
+
[x: string]: boolean;
|
|
201
|
+
} | (string | {
|
|
202
|
+
[x: string]: boolean;
|
|
203
|
+
} | (string | {
|
|
204
|
+
[x: string]: boolean;
|
|
205
|
+
} | (string | {
|
|
206
|
+
[x: string]: boolean;
|
|
207
|
+
} | (string | {
|
|
208
|
+
[x: string]: boolean;
|
|
209
|
+
} | (string | {
|
|
210
|
+
[x: string]: boolean;
|
|
211
|
+
} | (string | {
|
|
212
|
+
[x: string]: boolean;
|
|
213
|
+
} | (string | any[] | {
|
|
214
|
+
[x: string]: boolean;
|
|
215
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
216
|
+
readonly required: false;
|
|
217
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
218
|
+
__epPropKey: true;
|
|
219
|
+
};
|
|
220
|
+
readonly popperStyle: {
|
|
221
|
+
readonly type: PropType<StyleValue>;
|
|
194
222
|
readonly required: false;
|
|
195
223
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
196
224
|
__epPropKey: true;
|
|
197
|
-
} & {
|
|
198
|
-
readonly default: "";
|
|
199
225
|
};
|
|
200
226
|
readonly disabled: BooleanConstructor;
|
|
201
227
|
readonly role: {
|
|
@@ -404,12 +430,38 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
404
430
|
readonly default: "";
|
|
405
431
|
};
|
|
406
432
|
readonly popperClass: {
|
|
407
|
-
readonly type: PropType<string
|
|
433
|
+
readonly type: PropType<string | {
|
|
434
|
+
[x: string]: boolean;
|
|
435
|
+
} | (string | {
|
|
436
|
+
[x: string]: boolean;
|
|
437
|
+
} | (string | {
|
|
438
|
+
[x: string]: boolean;
|
|
439
|
+
} | (string | {
|
|
440
|
+
[x: string]: boolean;
|
|
441
|
+
} | (string | {
|
|
442
|
+
[x: string]: boolean;
|
|
443
|
+
} | (string | {
|
|
444
|
+
[x: string]: boolean;
|
|
445
|
+
} | (string | {
|
|
446
|
+
[x: string]: boolean;
|
|
447
|
+
} | (string | {
|
|
448
|
+
[x: string]: boolean;
|
|
449
|
+
} | (string | {
|
|
450
|
+
[x: string]: boolean;
|
|
451
|
+
} | (string | {
|
|
452
|
+
[x: string]: boolean;
|
|
453
|
+
} | (string | any[] | {
|
|
454
|
+
[x: string]: boolean;
|
|
455
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
456
|
+
readonly required: false;
|
|
457
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
458
|
+
__epPropKey: true;
|
|
459
|
+
};
|
|
460
|
+
readonly popperStyle: {
|
|
461
|
+
readonly type: PropType<StyleValue>;
|
|
408
462
|
readonly required: false;
|
|
409
463
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
410
464
|
__epPropKey: true;
|
|
411
|
-
} & {
|
|
412
|
-
readonly default: "";
|
|
413
465
|
};
|
|
414
466
|
readonly disabled: BooleanConstructor;
|
|
415
467
|
readonly role: {
|
|
@@ -656,12 +708,38 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
656
708
|
readonly default: "";
|
|
657
709
|
};
|
|
658
710
|
readonly popperClass: {
|
|
659
|
-
readonly type: PropType<string
|
|
711
|
+
readonly type: PropType<string | {
|
|
712
|
+
[x: string]: boolean;
|
|
713
|
+
} | (string | {
|
|
714
|
+
[x: string]: boolean;
|
|
715
|
+
} | (string | {
|
|
716
|
+
[x: string]: boolean;
|
|
717
|
+
} | (string | {
|
|
718
|
+
[x: string]: boolean;
|
|
719
|
+
} | (string | {
|
|
720
|
+
[x: string]: boolean;
|
|
721
|
+
} | (string | {
|
|
722
|
+
[x: string]: boolean;
|
|
723
|
+
} | (string | {
|
|
724
|
+
[x: string]: boolean;
|
|
725
|
+
} | (string | {
|
|
726
|
+
[x: string]: boolean;
|
|
727
|
+
} | (string | {
|
|
728
|
+
[x: string]: boolean;
|
|
729
|
+
} | (string | {
|
|
730
|
+
[x: string]: boolean;
|
|
731
|
+
} | (string | any[] | {
|
|
732
|
+
[x: string]: boolean;
|
|
733
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
734
|
+
readonly required: false;
|
|
735
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
736
|
+
__epPropKey: true;
|
|
737
|
+
};
|
|
738
|
+
readonly popperStyle: {
|
|
739
|
+
readonly type: PropType<StyleValue>;
|
|
660
740
|
readonly required: false;
|
|
661
741
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
662
742
|
__epPropKey: true;
|
|
663
|
-
} & {
|
|
664
|
-
readonly default: "";
|
|
665
743
|
};
|
|
666
744
|
readonly disabled: BooleanConstructor;
|
|
667
745
|
readonly role: {
|
|
@@ -870,12 +948,38 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
870
948
|
readonly default: "";
|
|
871
949
|
};
|
|
872
950
|
readonly popperClass: {
|
|
873
|
-
readonly type: PropType<string
|
|
951
|
+
readonly type: PropType<string | {
|
|
952
|
+
[x: string]: boolean;
|
|
953
|
+
} | (string | {
|
|
954
|
+
[x: string]: boolean;
|
|
955
|
+
} | (string | {
|
|
956
|
+
[x: string]: boolean;
|
|
957
|
+
} | (string | {
|
|
958
|
+
[x: string]: boolean;
|
|
959
|
+
} | (string | {
|
|
960
|
+
[x: string]: boolean;
|
|
961
|
+
} | (string | {
|
|
962
|
+
[x: string]: boolean;
|
|
963
|
+
} | (string | {
|
|
964
|
+
[x: string]: boolean;
|
|
965
|
+
} | (string | {
|
|
966
|
+
[x: string]: boolean;
|
|
967
|
+
} | (string | {
|
|
968
|
+
[x: string]: boolean;
|
|
969
|
+
} | (string | {
|
|
970
|
+
[x: string]: boolean;
|
|
971
|
+
} | (string | any[] | {
|
|
972
|
+
[x: string]: boolean;
|
|
973
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
974
|
+
readonly required: false;
|
|
975
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
976
|
+
__epPropKey: true;
|
|
977
|
+
};
|
|
978
|
+
readonly popperStyle: {
|
|
979
|
+
readonly type: PropType<StyleValue>;
|
|
874
980
|
readonly required: false;
|
|
875
981
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
876
982
|
__epPropKey: true;
|
|
877
|
-
} & {
|
|
878
|
-
readonly default: "";
|
|
879
983
|
};
|
|
880
984
|
readonly disabled: BooleanConstructor;
|
|
881
985
|
readonly role: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ActionBarProps, ActionMenuItem } from '../';
|
|
2
|
-
import { DefineComponent, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
import { DefineComponent, ExtractPropTypes, PropType, ComponentOptionsMixin, StyleValue, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
import { IconParam } from '../icon';
|
|
4
4
|
import { ActionBarItems } from '../action-bar';
|
|
5
5
|
import { ActionMode } from '../action';
|
|
@@ -213,12 +213,38 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
213
213
|
readonly default: "";
|
|
214
214
|
};
|
|
215
215
|
readonly popperClass: {
|
|
216
|
-
readonly type: PropType<string
|
|
216
|
+
readonly type: PropType<string | {
|
|
217
|
+
[x: string]: boolean;
|
|
218
|
+
} | (string | {
|
|
219
|
+
[x: string]: boolean;
|
|
220
|
+
} | (string | {
|
|
221
|
+
[x: string]: boolean;
|
|
222
|
+
} | (string | {
|
|
223
|
+
[x: string]: boolean;
|
|
224
|
+
} | (string | {
|
|
225
|
+
[x: string]: boolean;
|
|
226
|
+
} | (string | {
|
|
227
|
+
[x: string]: boolean;
|
|
228
|
+
} | (string | {
|
|
229
|
+
[x: string]: boolean;
|
|
230
|
+
} | (string | {
|
|
231
|
+
[x: string]: boolean;
|
|
232
|
+
} | (string | {
|
|
233
|
+
[x: string]: boolean;
|
|
234
|
+
} | (string | {
|
|
235
|
+
[x: string]: boolean;
|
|
236
|
+
} | (string | any[] | {
|
|
237
|
+
[x: string]: boolean;
|
|
238
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
239
|
+
readonly required: false;
|
|
240
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
241
|
+
__epPropKey: true;
|
|
242
|
+
};
|
|
243
|
+
readonly popperStyle: {
|
|
244
|
+
readonly type: PropType<StyleValue>;
|
|
217
245
|
readonly required: false;
|
|
218
246
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
219
247
|
__epPropKey: true;
|
|
220
|
-
} & {
|
|
221
|
-
readonly default: "";
|
|
222
248
|
};
|
|
223
249
|
readonly disabled: BooleanConstructor;
|
|
224
250
|
readonly role: {
|
|
@@ -427,12 +453,38 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
427
453
|
readonly default: "";
|
|
428
454
|
};
|
|
429
455
|
readonly popperClass: {
|
|
430
|
-
readonly type: PropType<string
|
|
456
|
+
readonly type: PropType<string | {
|
|
457
|
+
[x: string]: boolean;
|
|
458
|
+
} | (string | {
|
|
459
|
+
[x: string]: boolean;
|
|
460
|
+
} | (string | {
|
|
461
|
+
[x: string]: boolean;
|
|
462
|
+
} | (string | {
|
|
463
|
+
[x: string]: boolean;
|
|
464
|
+
} | (string | {
|
|
465
|
+
[x: string]: boolean;
|
|
466
|
+
} | (string | {
|
|
467
|
+
[x: string]: boolean;
|
|
468
|
+
} | (string | {
|
|
469
|
+
[x: string]: boolean;
|
|
470
|
+
} | (string | {
|
|
471
|
+
[x: string]: boolean;
|
|
472
|
+
} | (string | {
|
|
473
|
+
[x: string]: boolean;
|
|
474
|
+
} | (string | {
|
|
475
|
+
[x: string]: boolean;
|
|
476
|
+
} | (string | any[] | {
|
|
477
|
+
[x: string]: boolean;
|
|
478
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
479
|
+
readonly required: false;
|
|
480
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
481
|
+
__epPropKey: true;
|
|
482
|
+
};
|
|
483
|
+
readonly popperStyle: {
|
|
484
|
+
readonly type: PropType<StyleValue>;
|
|
431
485
|
readonly required: false;
|
|
432
486
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
433
487
|
__epPropKey: true;
|
|
434
|
-
} & {
|
|
435
|
-
readonly default: "";
|
|
436
488
|
};
|
|
437
489
|
readonly disabled: BooleanConstructor;
|
|
438
490
|
readonly role: {
|
|
@@ -691,12 +743,38 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
691
743
|
readonly default: "";
|
|
692
744
|
};
|
|
693
745
|
readonly popperClass: {
|
|
694
|
-
readonly type: PropType<string
|
|
746
|
+
readonly type: PropType<string | {
|
|
747
|
+
[x: string]: boolean;
|
|
748
|
+
} | (string | {
|
|
749
|
+
[x: string]: boolean;
|
|
750
|
+
} | (string | {
|
|
751
|
+
[x: string]: boolean;
|
|
752
|
+
} | (string | {
|
|
753
|
+
[x: string]: boolean;
|
|
754
|
+
} | (string | {
|
|
755
|
+
[x: string]: boolean;
|
|
756
|
+
} | (string | {
|
|
757
|
+
[x: string]: boolean;
|
|
758
|
+
} | (string | {
|
|
759
|
+
[x: string]: boolean;
|
|
760
|
+
} | (string | {
|
|
761
|
+
[x: string]: boolean;
|
|
762
|
+
} | (string | {
|
|
763
|
+
[x: string]: boolean;
|
|
764
|
+
} | (string | {
|
|
765
|
+
[x: string]: boolean;
|
|
766
|
+
} | (string | any[] | {
|
|
767
|
+
[x: string]: boolean;
|
|
768
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
769
|
+
readonly required: false;
|
|
770
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
771
|
+
__epPropKey: true;
|
|
772
|
+
};
|
|
773
|
+
readonly popperStyle: {
|
|
774
|
+
readonly type: PropType<StyleValue>;
|
|
695
775
|
readonly required: false;
|
|
696
776
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
697
777
|
__epPropKey: true;
|
|
698
|
-
} & {
|
|
699
|
-
readonly default: "";
|
|
700
778
|
};
|
|
701
779
|
readonly disabled: BooleanConstructor;
|
|
702
780
|
readonly role: {
|
|
@@ -905,12 +983,38 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
905
983
|
readonly default: "";
|
|
906
984
|
};
|
|
907
985
|
readonly popperClass: {
|
|
908
|
-
readonly type: PropType<string
|
|
986
|
+
readonly type: PropType<string | {
|
|
987
|
+
[x: string]: boolean;
|
|
988
|
+
} | (string | {
|
|
989
|
+
[x: string]: boolean;
|
|
990
|
+
} | (string | {
|
|
991
|
+
[x: string]: boolean;
|
|
992
|
+
} | (string | {
|
|
993
|
+
[x: string]: boolean;
|
|
994
|
+
} | (string | {
|
|
995
|
+
[x: string]: boolean;
|
|
996
|
+
} | (string | {
|
|
997
|
+
[x: string]: boolean;
|
|
998
|
+
} | (string | {
|
|
999
|
+
[x: string]: boolean;
|
|
1000
|
+
} | (string | {
|
|
1001
|
+
[x: string]: boolean;
|
|
1002
|
+
} | (string | {
|
|
1003
|
+
[x: string]: boolean;
|
|
1004
|
+
} | (string | {
|
|
1005
|
+
[x: string]: boolean;
|
|
1006
|
+
} | (string | any[] | {
|
|
1007
|
+
[x: string]: boolean;
|
|
1008
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
1009
|
+
readonly required: false;
|
|
1010
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1011
|
+
__epPropKey: true;
|
|
1012
|
+
};
|
|
1013
|
+
readonly popperStyle: {
|
|
1014
|
+
readonly type: PropType<StyleValue>;
|
|
909
1015
|
readonly required: false;
|
|
910
1016
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
911
1017
|
__epPropKey: true;
|
|
912
|
-
} & {
|
|
913
|
-
readonly default: "";
|
|
914
1018
|
};
|
|
915
1019
|
readonly disabled: BooleanConstructor;
|
|
916
1020
|
readonly role: {
|