yuyeon 0.2.1-rc.11 → 0.2.1-rc.13
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 +744 -724
- package/dist/yuyeon.umd.cjs +1 -1
- package/lib/components/date-picker/YDatePicker.mjs +8 -2
- package/lib/components/date-picker/YDatePicker.mjs.map +1 -1
- package/lib/components/date-picker/YMonthPicker.mjs +8 -1
- package/lib/components/date-picker/YMonthPicker.mjs.map +1 -1
- package/lib/components/date-picker/YYearPicker.mjs +4 -0
- package/lib/components/date-picker/YYearPicker.mjs.map +1 -1
- package/lib/components/layer/YLayer.mjs +2 -1
- package/lib/components/layer/YLayer.mjs.map +1 -1
- package/lib/components/table/YDataTableRow.mjs +1 -1
- package/lib/components/table/YDataTableRow.mjs.map +1 -1
- package/lib/components/table/composibles/items.mjs +6 -1
- package/lib/components/table/composibles/items.mjs.map +1 -1
- package/lib/composables/layer-group.mjs +2 -2
- package/lib/composables/layer-group.mjs.map +1 -1
- package/package.json +1 -1
- package/types/components/date-picker/YMonthPicker.d.ts +1 -1
- package/types/components/date-picker/YYearPicker.d.ts +1 -1
- package/types/components/dialog/YDialog.d.ts +7 -0
- package/types/components/dropdown/YDropdown.d.ts +6 -0
- package/types/components/layer/YLayer.d.ts +6 -0
- package/types/components/menu/YMenu.d.ts +3 -0
- package/types/components/select/YSelect.d.ts +31 -0
- package/types/components/snackbar/YSnackbar.d.ts +6 -0
- package/types/components/tooltip/YTooltip.d.ts +4 -0
- package/types/composables/layer-group.d.ts +1 -1
|
@@ -151,6 +151,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
151
151
|
readonly eager?: boolean | undefined;
|
|
152
152
|
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
153
153
|
readonly closeClickScrim?: boolean | undefined;
|
|
154
|
+
readonly layerGroup?: string | Element | undefined;
|
|
154
155
|
readonly preventCloseBubble?: boolean | undefined;
|
|
155
156
|
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
156
157
|
readonly closeCondition?: boolean | Function | undefined;
|
|
@@ -263,6 +264,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
263
264
|
default: number;
|
|
264
265
|
};
|
|
265
266
|
contained: BooleanConstructor;
|
|
267
|
+
layerGroup: PropType<string | Element>;
|
|
266
268
|
menuClasses: {
|
|
267
269
|
type: PropType<string | string[] | Record<string, any>>;
|
|
268
270
|
};
|
|
@@ -340,6 +342,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
340
342
|
readonly eager?: boolean | undefined;
|
|
341
343
|
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
342
344
|
readonly closeClickScrim?: boolean | undefined;
|
|
345
|
+
readonly layerGroup?: string | Element | undefined;
|
|
343
346
|
readonly preventCloseBubble?: boolean | undefined;
|
|
344
347
|
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
345
348
|
readonly closeCondition?: boolean | Function | undefined;
|
|
@@ -452,6 +455,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
452
455
|
default: number;
|
|
453
456
|
};
|
|
454
457
|
contained: BooleanConstructor;
|
|
458
|
+
layerGroup: PropType<string | Element>;
|
|
455
459
|
menuClasses: {
|
|
456
460
|
type: PropType<string | string[] | Record<string, any>>;
|
|
457
461
|
};
|
|
@@ -529,6 +533,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
529
533
|
readonly eager?: boolean | undefined;
|
|
530
534
|
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
531
535
|
readonly closeClickScrim?: boolean | undefined;
|
|
536
|
+
readonly layerGroup?: string | Element | undefined;
|
|
532
537
|
readonly preventCloseBubble?: boolean | undefined;
|
|
533
538
|
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
534
539
|
readonly closeCondition?: boolean | Function | undefined;
|
|
@@ -641,6 +646,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
641
646
|
default: number;
|
|
642
647
|
};
|
|
643
648
|
contained: BooleanConstructor;
|
|
649
|
+
layerGroup: PropType<string | Element>;
|
|
644
650
|
menuClasses: {
|
|
645
651
|
type: PropType<string | string[] | Record<string, any>>;
|
|
646
652
|
};
|
|
@@ -716,6 +722,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
716
722
|
readonly eager?: boolean | undefined;
|
|
717
723
|
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
718
724
|
readonly closeClickScrim?: boolean | undefined;
|
|
725
|
+
readonly layerGroup?: string | Element | undefined;
|
|
719
726
|
readonly preventCloseBubble?: boolean | undefined;
|
|
720
727
|
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
721
728
|
readonly closeCondition?: boolean | Function | undefined;
|
|
@@ -828,6 +835,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
828
835
|
default: number;
|
|
829
836
|
};
|
|
830
837
|
contained: BooleanConstructor;
|
|
838
|
+
layerGroup: PropType<string | Element>;
|
|
831
839
|
menuClasses: {
|
|
832
840
|
type: PropType<string | string[] | Record<string, any>>;
|
|
833
841
|
};
|
|
@@ -904,6 +912,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
904
912
|
readonly eager?: boolean | undefined;
|
|
905
913
|
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
906
914
|
readonly closeClickScrim?: boolean | undefined;
|
|
915
|
+
readonly layerGroup?: string | Element | undefined;
|
|
907
916
|
readonly preventCloseBubble?: boolean | undefined;
|
|
908
917
|
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
909
918
|
readonly closeCondition?: boolean | Function | undefined;
|
|
@@ -1016,6 +1025,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1016
1025
|
default: number;
|
|
1017
1026
|
};
|
|
1018
1027
|
contained: BooleanConstructor;
|
|
1028
|
+
layerGroup: PropType<string | Element>;
|
|
1019
1029
|
menuClasses: {
|
|
1020
1030
|
type: PropType<string | string[] | Record<string, any>>;
|
|
1021
1031
|
};
|
|
@@ -1091,6 +1101,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1091
1101
|
readonly eager?: boolean | undefined;
|
|
1092
1102
|
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
1093
1103
|
readonly closeClickScrim?: boolean | undefined;
|
|
1104
|
+
readonly layerGroup?: string | Element | undefined;
|
|
1094
1105
|
readonly preventCloseBubble?: boolean | undefined;
|
|
1095
1106
|
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
1096
1107
|
readonly closeCondition?: boolean | Function | undefined;
|
|
@@ -1203,6 +1214,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1203
1214
|
default: number;
|
|
1204
1215
|
};
|
|
1205
1216
|
contained: BooleanConstructor;
|
|
1217
|
+
layerGroup: PropType<string | Element>;
|
|
1206
1218
|
menuClasses: {
|
|
1207
1219
|
type: PropType<string | string[] | Record<string, any>>;
|
|
1208
1220
|
};
|
|
@@ -1666,6 +1678,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1666
1678
|
readonly eager?: boolean | undefined;
|
|
1667
1679
|
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
1668
1680
|
readonly closeClickScrim?: boolean | undefined;
|
|
1681
|
+
readonly layerGroup?: string | Element | undefined;
|
|
1669
1682
|
readonly preventCloseBubble?: boolean | undefined;
|
|
1670
1683
|
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
1671
1684
|
readonly closeCondition?: boolean | Function | undefined;
|
|
@@ -1778,6 +1791,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1778
1791
|
default: number;
|
|
1779
1792
|
};
|
|
1780
1793
|
contained: BooleanConstructor;
|
|
1794
|
+
layerGroup: PropType<string | Element>;
|
|
1781
1795
|
menuClasses: {
|
|
1782
1796
|
type: PropType<string | string[] | Record<string, any>>;
|
|
1783
1797
|
};
|
|
@@ -1855,6 +1869,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1855
1869
|
readonly eager?: boolean | undefined;
|
|
1856
1870
|
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
1857
1871
|
readonly closeClickScrim?: boolean | undefined;
|
|
1872
|
+
readonly layerGroup?: string | Element | undefined;
|
|
1858
1873
|
readonly preventCloseBubble?: boolean | undefined;
|
|
1859
1874
|
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
1860
1875
|
readonly closeCondition?: boolean | Function | undefined;
|
|
@@ -1967,6 +1982,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1967
1982
|
default: number;
|
|
1968
1983
|
};
|
|
1969
1984
|
contained: BooleanConstructor;
|
|
1985
|
+
layerGroup: PropType<string | Element>;
|
|
1970
1986
|
menuClasses: {
|
|
1971
1987
|
type: PropType<string | string[] | Record<string, any>>;
|
|
1972
1988
|
};
|
|
@@ -2044,6 +2060,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2044
2060
|
readonly eager?: boolean | undefined;
|
|
2045
2061
|
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
2046
2062
|
readonly closeClickScrim?: boolean | undefined;
|
|
2063
|
+
readonly layerGroup?: string | Element | undefined;
|
|
2047
2064
|
readonly preventCloseBubble?: boolean | undefined;
|
|
2048
2065
|
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
2049
2066
|
readonly closeCondition?: boolean | Function | undefined;
|
|
@@ -2156,6 +2173,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2156
2173
|
default: number;
|
|
2157
2174
|
};
|
|
2158
2175
|
contained: BooleanConstructor;
|
|
2176
|
+
layerGroup: PropType<string | Element>;
|
|
2159
2177
|
menuClasses: {
|
|
2160
2178
|
type: PropType<string | string[] | Record<string, any>>;
|
|
2161
2179
|
};
|
|
@@ -2231,6 +2249,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2231
2249
|
readonly eager?: boolean | undefined;
|
|
2232
2250
|
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
2233
2251
|
readonly closeClickScrim?: boolean | undefined;
|
|
2252
|
+
readonly layerGroup?: string | Element | undefined;
|
|
2234
2253
|
readonly preventCloseBubble?: boolean | undefined;
|
|
2235
2254
|
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
2236
2255
|
readonly closeCondition?: boolean | Function | undefined;
|
|
@@ -2343,6 +2362,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2343
2362
|
default: number;
|
|
2344
2363
|
};
|
|
2345
2364
|
contained: BooleanConstructor;
|
|
2365
|
+
layerGroup: PropType<string | Element>;
|
|
2346
2366
|
menuClasses: {
|
|
2347
2367
|
type: PropType<string | string[] | Record<string, any>>;
|
|
2348
2368
|
};
|
|
@@ -2419,6 +2439,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2419
2439
|
readonly eager?: boolean | undefined;
|
|
2420
2440
|
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
2421
2441
|
readonly closeClickScrim?: boolean | undefined;
|
|
2442
|
+
readonly layerGroup?: string | Element | undefined;
|
|
2422
2443
|
readonly preventCloseBubble?: boolean | undefined;
|
|
2423
2444
|
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
2424
2445
|
readonly closeCondition?: boolean | Function | undefined;
|
|
@@ -2531,6 +2552,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2531
2552
|
default: number;
|
|
2532
2553
|
};
|
|
2533
2554
|
contained: BooleanConstructor;
|
|
2555
|
+
layerGroup: PropType<string | Element>;
|
|
2534
2556
|
menuClasses: {
|
|
2535
2557
|
type: PropType<string | string[] | Record<string, any>>;
|
|
2536
2558
|
};
|
|
@@ -2606,6 +2628,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2606
2628
|
readonly eager?: boolean | undefined;
|
|
2607
2629
|
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
2608
2630
|
readonly closeClickScrim?: boolean | undefined;
|
|
2631
|
+
readonly layerGroup?: string | Element | undefined;
|
|
2609
2632
|
readonly preventCloseBubble?: boolean | undefined;
|
|
2610
2633
|
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
2611
2634
|
readonly closeCondition?: boolean | Function | undefined;
|
|
@@ -2718,6 +2741,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2718
2741
|
default: number;
|
|
2719
2742
|
};
|
|
2720
2743
|
contained: BooleanConstructor;
|
|
2744
|
+
layerGroup: PropType<string | Element>;
|
|
2721
2745
|
menuClasses: {
|
|
2722
2746
|
type: PropType<string | string[] | Record<string, any>>;
|
|
2723
2747
|
};
|
|
@@ -2956,6 +2980,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
2956
2980
|
readonly eager?: boolean | undefined;
|
|
2957
2981
|
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
2958
2982
|
readonly closeClickScrim?: boolean | undefined;
|
|
2983
|
+
readonly layerGroup?: string | Element | undefined;
|
|
2959
2984
|
readonly preventCloseBubble?: boolean | undefined;
|
|
2960
2985
|
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
2961
2986
|
readonly closeCondition?: boolean | Function | undefined;
|
|
@@ -3068,6 +3093,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
3068
3093
|
default: number;
|
|
3069
3094
|
};
|
|
3070
3095
|
contained: BooleanConstructor;
|
|
3096
|
+
layerGroup: PropType<string | Element>;
|
|
3071
3097
|
menuClasses: {
|
|
3072
3098
|
type: PropType<string | string[] | Record<string, any>>;
|
|
3073
3099
|
};
|
|
@@ -3218,6 +3244,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
3218
3244
|
default: number;
|
|
3219
3245
|
};
|
|
3220
3246
|
contained: BooleanConstructor;
|
|
3247
|
+
layerGroup: PropType<string | Element>;
|
|
3221
3248
|
menuClasses: {
|
|
3222
3249
|
type: PropType<string | string[] | Record<string, any>>;
|
|
3223
3250
|
};
|
|
@@ -3330,6 +3357,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
3330
3357
|
default: number;
|
|
3331
3358
|
};
|
|
3332
3359
|
contained: BooleanConstructor;
|
|
3360
|
+
layerGroup: PropType<string | Element>;
|
|
3333
3361
|
modal: PropType<boolean>;
|
|
3334
3362
|
}, {
|
|
3335
3363
|
complementClickOption: {
|
|
@@ -5069,6 +5097,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5069
5097
|
default: number;
|
|
5070
5098
|
};
|
|
5071
5099
|
contained: BooleanConstructor;
|
|
5100
|
+
layerGroup: PropType<string | Element>;
|
|
5072
5101
|
menuClasses: {
|
|
5073
5102
|
type: PropType<string | string[] | Record<string, any>>;
|
|
5074
5103
|
};
|
|
@@ -5221,6 +5250,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5221
5250
|
default: number;
|
|
5222
5251
|
};
|
|
5223
5252
|
contained: BooleanConstructor;
|
|
5253
|
+
layerGroup: PropType<string | Element>;
|
|
5224
5254
|
menuClasses: {
|
|
5225
5255
|
type: PropType<string | string[] | Record<string, any>>;
|
|
5226
5256
|
};
|
|
@@ -5333,6 +5363,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5333
5363
|
default: number;
|
|
5334
5364
|
};
|
|
5335
5365
|
contained: BooleanConstructor;
|
|
5366
|
+
layerGroup: PropType<string | Element>;
|
|
5336
5367
|
modal: PropType<boolean>;
|
|
5337
5368
|
}, {
|
|
5338
5369
|
complementClickOption: {
|
|
@@ -33,6 +33,7 @@ export declare const pressYSnackbarPropsOptions: <Defaults extends {
|
|
|
33
33
|
closeDelay?: unknown;
|
|
34
34
|
zIndex?: unknown;
|
|
35
35
|
contained?: unknown;
|
|
36
|
+
layerGroup?: unknown;
|
|
36
37
|
} = {}>(defaults?: Defaults | undefined) => {
|
|
37
38
|
modelValue: unknown extends Defaults["modelValue"] ? {
|
|
38
39
|
type: PropType<boolean>;
|
|
@@ -306,6 +307,10 @@ export declare const pressYSnackbarPropsOptions: <Defaults extends {
|
|
|
306
307
|
type: PropType<unknown extends Defaults["contained"] ? boolean : boolean | Defaults["contained"]>;
|
|
307
308
|
default: unknown extends Defaults["contained"] ? boolean : boolean | Defaults["contained"];
|
|
308
309
|
};
|
|
310
|
+
layerGroup: unknown extends Defaults["layerGroup"] ? PropType<string | Element> : {
|
|
311
|
+
type: PropType<unknown extends Defaults["layerGroup"] ? string | Element : NonNullable<string | Element> | Defaults["layerGroup"]>;
|
|
312
|
+
default: unknown extends Defaults["layerGroup"] ? string | Element : NonNullable<string | Element> | Defaults["layerGroup"];
|
|
313
|
+
};
|
|
309
314
|
};
|
|
310
315
|
export declare const YSnackbar: import('vue').DefineComponent<{
|
|
311
316
|
modelValue: {
|
|
@@ -412,6 +417,7 @@ export declare const YSnackbar: import('vue').DefineComponent<{
|
|
|
412
417
|
default: number;
|
|
413
418
|
};
|
|
414
419
|
contained: BooleanConstructor;
|
|
420
|
+
layerGroup: PropType<string | Element>;
|
|
415
421
|
}, {
|
|
416
422
|
active: import('vue').Ref<any> & {
|
|
417
423
|
readonly rxValue: any;
|
|
@@ -117,6 +117,7 @@ export declare const YTooltip: import('vue').DefineComponent<{
|
|
|
117
117
|
default: number;
|
|
118
118
|
};
|
|
119
119
|
contained: BooleanConstructor;
|
|
120
|
+
layerGroup: PropType<string | Element>;
|
|
120
121
|
tooltipClasses: {
|
|
121
122
|
type: PropType<string | string[] | Record<string, any>>;
|
|
122
123
|
};
|
|
@@ -217,6 +218,7 @@ export declare const YTooltip: import('vue').DefineComponent<{
|
|
|
217
218
|
default: number;
|
|
218
219
|
};
|
|
219
220
|
contained: BooleanConstructor;
|
|
221
|
+
layerGroup: PropType<string | Element>;
|
|
220
222
|
modal: PropType<boolean>;
|
|
221
223
|
}, {
|
|
222
224
|
complementClickOption: {
|
|
@@ -1932,6 +1934,7 @@ export declare const YTooltip: import('vue').DefineComponent<{
|
|
|
1932
1934
|
default: number;
|
|
1933
1935
|
};
|
|
1934
1936
|
contained: BooleanConstructor;
|
|
1937
|
+
layerGroup: PropType<string | Element>;
|
|
1935
1938
|
modal: PropType<boolean>;
|
|
1936
1939
|
}, {
|
|
1937
1940
|
complementClickOption: {
|
|
@@ -3671,6 +3674,7 @@ export declare const YTooltip: import('vue').DefineComponent<{
|
|
|
3671
3674
|
default: number;
|
|
3672
3675
|
};
|
|
3673
3676
|
contained: BooleanConstructor;
|
|
3677
|
+
layerGroup: PropType<string | Element>;
|
|
3674
3678
|
tooltipClasses: {
|
|
3675
3679
|
type: PropType<string | string[] | Record<string, any>>;
|
|
3676
3680
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ComponentInternalInstance, Ref } from 'vue';
|
|
2
2
|
|
|
3
3
|
export declare const Y_LAYER_GROUP_CLASS_NAME = "y-layer-group";
|
|
4
|
-
export declare function useLayerGroup(target?: Ref<string | Element>): {
|
|
4
|
+
export declare function useLayerGroup(target?: Ref<string | Element | undefined>): {
|
|
5
5
|
layerGroup: import('vue').ComputedRef<HTMLElement>;
|
|
6
6
|
layerGroupState: WeakMap<HTMLElement, Set<any>>;
|
|
7
7
|
getActiveLayers: () => ComponentInternalInstance[];
|