yuyeon 0.3.2-rc.3 → 0.3.2-rc.4
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/yuyeon.js +2210 -2205
- package/dist/yuyeon.umd.cjs +3 -3
- package/lib/components/table/YDataTableRow.js +1 -1
- package/lib/components/table/YDataTableRow.js.map +1 -1
- package/lib/components/tree-view/YTreeView.js +4 -0
- package/lib/components/tree-view/YTreeView.js.map +1 -1
- package/lib/util/color/index.js +1 -1
- package/lib/util/color/index.js.map +1 -1
- package/package.json +1 -1
- package/types/components/date-picker/YDatePicker.d.ts +11 -11
- package/types/components/date-picker/YDatePickerControl.d.ts +5 -5
- package/types/components/dialog/YDialog.d.ts +15 -15
- package/types/components/select/YSelect.d.ts +39 -39
- package/types/components/tree-view/YTreeView.d.ts +8 -0
|
@@ -101,12 +101,12 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
101
101
|
menuProps: unknown extends Defaults["menuProps"] ? {
|
|
102
102
|
type: PropType<Partial<{
|
|
103
103
|
disabled: boolean;
|
|
104
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
105
104
|
closeDelay: number;
|
|
106
105
|
openDelay: number;
|
|
107
106
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
108
107
|
is?: import('vue').Component | undefined;
|
|
109
108
|
})>;
|
|
109
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
110
110
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
111
111
|
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
112
112
|
origin: string;
|
|
@@ -121,12 +121,12 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
121
121
|
closeCondition: boolean | Function;
|
|
122
122
|
}> & Omit<{
|
|
123
123
|
readonly disabled: boolean;
|
|
124
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
125
124
|
readonly closeDelay: number;
|
|
126
125
|
readonly openDelay: number;
|
|
127
126
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
128
127
|
is?: import('vue').Component | undefined;
|
|
129
128
|
})>;
|
|
129
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
130
130
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
131
131
|
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
132
132
|
readonly origin: string;
|
|
@@ -164,16 +164,16 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
164
164
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
165
165
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
166
166
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
167
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "
|
|
167
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
168
168
|
} : Omit<{
|
|
169
169
|
type: PropType<Partial<{
|
|
170
170
|
disabled: boolean;
|
|
171
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
172
171
|
closeDelay: number;
|
|
173
172
|
openDelay: number;
|
|
174
173
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
175
174
|
is?: import('vue').Component | undefined;
|
|
176
175
|
})>;
|
|
176
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
177
177
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
178
178
|
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
179
179
|
origin: string;
|
|
@@ -188,12 +188,12 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
188
188
|
closeCondition: boolean | Function;
|
|
189
189
|
}> & Omit<{
|
|
190
190
|
readonly disabled: boolean;
|
|
191
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
192
191
|
readonly closeDelay: number;
|
|
193
192
|
readonly openDelay: number;
|
|
194
193
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
195
194
|
is?: import('vue').Component | undefined;
|
|
196
195
|
})>;
|
|
196
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
197
197
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
198
198
|
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
199
199
|
readonly origin: string;
|
|
@@ -231,16 +231,16 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
231
231
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
232
232
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
233
233
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
234
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "
|
|
234
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
235
235
|
}, "type" | "default"> & {
|
|
236
236
|
type: PropType<unknown extends Defaults["menuProps"] ? Partial<{
|
|
237
237
|
disabled: boolean;
|
|
238
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
239
238
|
closeDelay: number;
|
|
240
239
|
openDelay: number;
|
|
241
240
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
242
241
|
is?: import('vue').Component | undefined;
|
|
243
242
|
})>;
|
|
243
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
244
244
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
245
245
|
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
246
246
|
origin: string;
|
|
@@ -255,12 +255,12 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
255
255
|
closeCondition: boolean | Function;
|
|
256
256
|
}> & Omit<{
|
|
257
257
|
readonly disabled: boolean;
|
|
258
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
259
258
|
readonly closeDelay: number;
|
|
260
259
|
readonly openDelay: number;
|
|
261
260
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
262
261
|
is?: import('vue').Component | undefined;
|
|
263
262
|
})>;
|
|
263
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
264
264
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
265
265
|
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
266
266
|
readonly origin: string;
|
|
@@ -298,14 +298,14 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
298
298
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
299
299
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
300
300
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
301
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "
|
|
301
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition"> : Defaults["menuProps"] | NonNullable<Partial<{
|
|
302
302
|
disabled: boolean;
|
|
303
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
304
303
|
closeDelay: number;
|
|
305
304
|
openDelay: number;
|
|
306
305
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
307
306
|
is?: import('vue').Component | undefined;
|
|
308
307
|
})>;
|
|
308
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
309
309
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
310
310
|
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
311
311
|
origin: string;
|
|
@@ -320,12 +320,12 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
320
320
|
closeCondition: boolean | Function;
|
|
321
321
|
}> & Omit<{
|
|
322
322
|
readonly disabled: boolean;
|
|
323
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
324
323
|
readonly closeDelay: number;
|
|
325
324
|
readonly openDelay: number;
|
|
326
325
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
327
326
|
is?: import('vue').Component | undefined;
|
|
328
327
|
})>;
|
|
328
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
329
329
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
330
330
|
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
331
331
|
readonly origin: string;
|
|
@@ -363,15 +363,15 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
363
363
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
364
364
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
365
365
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
366
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "
|
|
366
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>>;
|
|
367
367
|
default: unknown extends Defaults["menuProps"] ? Partial<{
|
|
368
368
|
disabled: boolean;
|
|
369
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
370
369
|
closeDelay: number;
|
|
371
370
|
openDelay: number;
|
|
372
371
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
373
372
|
is?: import('vue').Component | undefined;
|
|
374
373
|
})>;
|
|
374
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
375
375
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
376
376
|
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
377
377
|
origin: string;
|
|
@@ -386,12 +386,12 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
386
386
|
closeCondition: boolean | Function;
|
|
387
387
|
}> & Omit<{
|
|
388
388
|
readonly disabled: boolean;
|
|
389
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
390
389
|
readonly closeDelay: number;
|
|
391
390
|
readonly openDelay: number;
|
|
392
391
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
393
392
|
is?: import('vue').Component | undefined;
|
|
394
393
|
})>;
|
|
394
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
395
395
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
396
396
|
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
397
397
|
readonly origin: string;
|
|
@@ -429,14 +429,14 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
429
429
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
430
430
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
431
431
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
432
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "
|
|
432
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition"> : Defaults["menuProps"] | NonNullable<Partial<{
|
|
433
433
|
disabled: boolean;
|
|
434
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
435
434
|
closeDelay: number;
|
|
436
435
|
openDelay: number;
|
|
437
436
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
438
437
|
is?: import('vue').Component | undefined;
|
|
439
438
|
})>;
|
|
439
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
440
440
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
441
441
|
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
442
442
|
origin: string;
|
|
@@ -451,12 +451,12 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
451
451
|
closeCondition: boolean | Function;
|
|
452
452
|
}> & Omit<{
|
|
453
453
|
readonly disabled: boolean;
|
|
454
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
455
454
|
readonly closeDelay: number;
|
|
456
455
|
readonly openDelay: number;
|
|
457
456
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
458
457
|
is?: import('vue').Component | undefined;
|
|
459
458
|
})>;
|
|
459
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
460
460
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
461
461
|
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
462
462
|
readonly origin: string;
|
|
@@ -494,7 +494,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
494
494
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
495
495
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
496
496
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
497
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "
|
|
497
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
498
498
|
};
|
|
499
499
|
};
|
|
500
500
|
export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
@@ -894,12 +894,12 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
894
894
|
menuProps: unknown extends Defaults["menuProps"] ? {
|
|
895
895
|
type: PropType<Partial<{
|
|
896
896
|
disabled: boolean;
|
|
897
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
898
897
|
closeDelay: number;
|
|
899
898
|
openDelay: number;
|
|
900
899
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
901
900
|
is?: import('vue').Component | undefined;
|
|
902
901
|
})>;
|
|
902
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
903
903
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
904
904
|
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
905
905
|
origin: string;
|
|
@@ -914,12 +914,12 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
914
914
|
closeCondition: boolean | Function;
|
|
915
915
|
}> & Omit<{
|
|
916
916
|
readonly disabled: boolean;
|
|
917
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
918
917
|
readonly closeDelay: number;
|
|
919
918
|
readonly openDelay: number;
|
|
920
919
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
921
920
|
is?: import('vue').Component | undefined;
|
|
922
921
|
})>;
|
|
922
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
923
923
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
924
924
|
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
925
925
|
readonly origin: string;
|
|
@@ -957,16 +957,16 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
957
957
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
958
958
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
959
959
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
960
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "
|
|
960
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
961
961
|
} : Omit<{
|
|
962
962
|
type: PropType<Partial<{
|
|
963
963
|
disabled: boolean;
|
|
964
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
965
964
|
closeDelay: number;
|
|
966
965
|
openDelay: number;
|
|
967
966
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
968
967
|
is?: import('vue').Component | undefined;
|
|
969
968
|
})>;
|
|
969
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
970
970
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
971
971
|
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
972
972
|
origin: string;
|
|
@@ -981,12 +981,12 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
981
981
|
closeCondition: boolean | Function;
|
|
982
982
|
}> & Omit<{
|
|
983
983
|
readonly disabled: boolean;
|
|
984
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
985
984
|
readonly closeDelay: number;
|
|
986
985
|
readonly openDelay: number;
|
|
987
986
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
988
987
|
is?: import('vue').Component | undefined;
|
|
989
988
|
})>;
|
|
989
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
990
990
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
991
991
|
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
992
992
|
readonly origin: string;
|
|
@@ -1024,16 +1024,16 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1024
1024
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1025
1025
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1026
1026
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1027
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "
|
|
1027
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
1028
1028
|
}, "type" | "default"> & {
|
|
1029
1029
|
type: PropType<unknown extends Defaults["menuProps"] ? Partial<{
|
|
1030
1030
|
disabled: boolean;
|
|
1031
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
1032
1031
|
closeDelay: number;
|
|
1033
1032
|
openDelay: number;
|
|
1034
1033
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1035
1034
|
is?: import('vue').Component | undefined;
|
|
1036
1035
|
})>;
|
|
1036
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
1037
1037
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1038
1038
|
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
1039
1039
|
origin: string;
|
|
@@ -1048,12 +1048,12 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1048
1048
|
closeCondition: boolean | Function;
|
|
1049
1049
|
}> & Omit<{
|
|
1050
1050
|
readonly disabled: boolean;
|
|
1051
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
1052
1051
|
readonly closeDelay: number;
|
|
1053
1052
|
readonly openDelay: number;
|
|
1054
1053
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1055
1054
|
is?: import('vue').Component | undefined;
|
|
1056
1055
|
})>;
|
|
1056
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
1057
1057
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1058
1058
|
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
1059
1059
|
readonly origin: string;
|
|
@@ -1091,14 +1091,14 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1091
1091
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1092
1092
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1093
1093
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1094
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "
|
|
1094
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition"> : NonNullable<Partial<{
|
|
1095
1095
|
disabled: boolean;
|
|
1096
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
1097
1096
|
closeDelay: number;
|
|
1098
1097
|
openDelay: number;
|
|
1099
1098
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1100
1099
|
is?: import('vue').Component | undefined;
|
|
1101
1100
|
})>;
|
|
1101
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
1102
1102
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1103
1103
|
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
1104
1104
|
origin: string;
|
|
@@ -1113,12 +1113,12 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1113
1113
|
closeCondition: boolean | Function;
|
|
1114
1114
|
}> & Omit<{
|
|
1115
1115
|
readonly disabled: boolean;
|
|
1116
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
1117
1116
|
readonly closeDelay: number;
|
|
1118
1117
|
readonly openDelay: number;
|
|
1119
1118
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1120
1119
|
is?: import('vue').Component | undefined;
|
|
1121
1120
|
})>;
|
|
1121
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
1122
1122
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1123
1123
|
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
1124
1124
|
readonly origin: string;
|
|
@@ -1156,15 +1156,15 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1156
1156
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1157
1157
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1158
1158
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1159
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "
|
|
1159
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">> | Defaults["menuProps"]>;
|
|
1160
1160
|
default: unknown extends Defaults["menuProps"] ? Partial<{
|
|
1161
1161
|
disabled: boolean;
|
|
1162
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
1163
1162
|
closeDelay: number;
|
|
1164
1163
|
openDelay: number;
|
|
1165
1164
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1166
1165
|
is?: import('vue').Component | undefined;
|
|
1167
1166
|
})>;
|
|
1167
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
1168
1168
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1169
1169
|
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
1170
1170
|
origin: string;
|
|
@@ -1179,12 +1179,12 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1179
1179
|
closeCondition: boolean | Function;
|
|
1180
1180
|
}> & Omit<{
|
|
1181
1181
|
readonly disabled: boolean;
|
|
1182
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
1183
1182
|
readonly closeDelay: number;
|
|
1184
1183
|
readonly openDelay: number;
|
|
1185
1184
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1186
1185
|
is?: import('vue').Component | undefined;
|
|
1187
1186
|
})>;
|
|
1187
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
1188
1188
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1189
1189
|
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
1190
1190
|
readonly origin: string;
|
|
@@ -1222,14 +1222,14 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1222
1222
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1223
1223
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1224
1224
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1225
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "
|
|
1225
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition"> : NonNullable<Partial<{
|
|
1226
1226
|
disabled: boolean;
|
|
1227
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
1228
1227
|
closeDelay: number;
|
|
1229
1228
|
openDelay: number;
|
|
1230
1229
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1231
1230
|
is?: import('vue').Component | undefined;
|
|
1232
1231
|
})>;
|
|
1232
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
1233
1233
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1234
1234
|
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
1235
1235
|
origin: string;
|
|
@@ -1244,12 +1244,12 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1244
1244
|
closeCondition: boolean | Function;
|
|
1245
1245
|
}> & Omit<{
|
|
1246
1246
|
readonly disabled: boolean;
|
|
1247
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
1248
1247
|
readonly closeDelay: number;
|
|
1249
1248
|
readonly openDelay: number;
|
|
1250
1249
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1251
1250
|
is?: import('vue').Component | undefined;
|
|
1252
1251
|
})>;
|
|
1252
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
1253
1253
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1254
1254
|
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
1255
1255
|
readonly origin: string;
|
|
@@ -1287,7 +1287,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1287
1287
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1288
1288
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1289
1289
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1290
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "
|
|
1290
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">> | Defaults["menuProps"];
|
|
1291
1291
|
};
|
|
1292
1292
|
maxHeight: unknown extends Defaults["maxHeight"] ? {
|
|
1293
1293
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -1454,12 +1454,12 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
1454
1454
|
menuProps: {
|
|
1455
1455
|
type: PropType<Partial<{
|
|
1456
1456
|
disabled: boolean;
|
|
1457
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
1458
1457
|
closeDelay: number;
|
|
1459
1458
|
openDelay: number;
|
|
1460
1459
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1461
1460
|
is?: import('vue').Component | undefined;
|
|
1462
1461
|
})>;
|
|
1462
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
1463
1463
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1464
1464
|
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
1465
1465
|
origin: string;
|
|
@@ -1474,12 +1474,12 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
1474
1474
|
closeCondition: boolean | Function;
|
|
1475
1475
|
}> & Omit<{
|
|
1476
1476
|
readonly disabled: boolean;
|
|
1477
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
1478
1477
|
readonly closeDelay: number;
|
|
1479
1478
|
readonly openDelay: number;
|
|
1480
1479
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1481
1480
|
is?: import('vue').Component | undefined;
|
|
1482
1481
|
})>;
|
|
1482
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
1483
1483
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1484
1484
|
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
1485
1485
|
readonly origin: string;
|
|
@@ -1517,7 +1517,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
1517
1517
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1518
1518
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1519
1519
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1520
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "
|
|
1520
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
1521
1521
|
};
|
|
1522
1522
|
maxHeight: {
|
|
1523
1523
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -46,6 +46,10 @@ export declare const YTreeView: import('vue').DefineComponent<import('vue').Extr
|
|
|
46
46
|
};
|
|
47
47
|
multipleActive: BooleanConstructor;
|
|
48
48
|
activeStrategy: {
|
|
49
|
+
/**
|
|
50
|
+
* cascade: only descendent leaves
|
|
51
|
+
* relative: cascade after check parent (ancestor)
|
|
52
|
+
*/
|
|
49
53
|
type: PropType<"relative" | "cascade" | "independent">;
|
|
50
54
|
default: string;
|
|
51
55
|
};
|
|
@@ -118,6 +122,10 @@ export declare const YTreeView: import('vue').DefineComponent<import('vue').Extr
|
|
|
118
122
|
};
|
|
119
123
|
multipleActive: BooleanConstructor;
|
|
120
124
|
activeStrategy: {
|
|
125
|
+
/**
|
|
126
|
+
* cascade: only descendent leaves
|
|
127
|
+
* relative: cascade after check parent (ancestor)
|
|
128
|
+
*/
|
|
121
129
|
type: PropType<"relative" | "cascade" | "independent">;
|
|
122
130
|
default: string;
|
|
123
131
|
};
|