yuyeon 0.0.52-rc.1 → 0.1.0-rc.1
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 +3516 -3383
- package/dist/yuyeon.umd.cjs +20 -6
- package/lib/components/badge/YBadge.mjs.map +1 -1
- package/lib/components/checkbox/YCheckbox.mjs.map +1 -1
- package/lib/components/checkbox/YInputCheckbox.mjs.map +1 -1
- package/lib/components/chip/YChip.mjs.map +1 -1
- package/lib/components/date-picker/YDateCalendar.mjs.map +1 -1
- package/lib/components/date-picker/YDatePicker.mjs.map +1 -1
- package/lib/components/date-picker/YDatePickerControl.mjs.map +1 -1
- package/lib/components/dropdown/YDropdown.mjs.map +1 -1
- package/lib/components/icons/YIconCheckbox.mjs.map +1 -1
- package/lib/components/icons/YIconClear.mjs.map +1 -1
- package/lib/components/icons/YIconDropdown.mjs.map +1 -1
- package/lib/components/icons/YIconExpand.mjs.map +1 -1
- package/lib/components/icons/YIconPageControl.mjs.map +1 -1
- package/lib/components/icons/YIconSort.mjs.map +1 -1
- package/lib/components/layer/YLayer.mjs.map +1 -1
- package/lib/components/list/YList.mjs.map +1 -1
- package/lib/components/loading/YSpinnerRing.mjs.map +1 -1
- package/lib/components/pagination/YPagination.mjs.map +1 -1
- package/lib/components/panel/YDividePanel.mjs.map +1 -1
- package/lib/components/progress-bar/YProgressBar.mjs.map +1 -1
- package/lib/components/select/YSelect.mjs +21 -9
- package/lib/components/select/YSelect.mjs.map +1 -1
- package/lib/components/snackbar/YSnackbar.mjs +6 -6
- package/lib/components/snackbar/YSnackbar.mjs.map +1 -1
- package/lib/components/switch/YSwitch.mjs +1 -1
- package/lib/components/switch/YSwitch.mjs.map +1 -1
- package/lib/components/tab/YTabs.mjs.map +1 -1
- package/lib/components/table/YDataTableBody.mjs.map +1 -1
- package/lib/components/table/YDataTableControl.mjs.map +1 -1
- package/lib/components/table/YDataTableHead.mjs.map +1 -1
- package/lib/components/tooltip/YTooltip.mjs.map +1 -1
- package/lib/components/tree-view/YTreeView.mjs.map +1 -1
- package/lib/components/tree-view/YTreeViewNode.mjs.map +1 -1
- package/lib/composables/icon.mjs.map +1 -1
- package/package.json +6 -10
- package/types/components/alert/YAlert.d.ts +1 -1
- package/types/components/app/YApp.d.ts +1 -1
- package/types/components/badge/YBadge.d.ts +2 -2
- package/types/components/button/YButton.d.ts +1 -1
- package/types/components/card/YCard.d.ts +1 -1
- package/types/components/card/YCardBody.d.ts +1 -1
- package/types/components/card/YCardFooter.d.ts +1 -1
- package/types/components/card/YCardHeader.d.ts +1 -1
- package/types/components/checkbox/YCheckbox.d.ts +3 -3
- package/types/components/checkbox/YInputCheckbox.d.ts +3 -3
- package/types/components/chip/YChip.d.ts +1 -1
- package/types/components/date-picker/YDateCalendar.d.ts +1 -1
- package/types/components/date-picker/YDatePicker.d.ts +1 -1
- package/types/components/date-picker/YDatePickerControl.d.ts +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 +76 -43
- package/types/components/divider/YDivider.d.ts +1 -1
- package/types/components/dropdown/YDropdown.d.ts +1 -1
- package/types/components/field-input/YFieldInput.d.ts +14 -14
- package/types/components/form/YForm.d.ts +2 -2
- package/types/components/icon/YIcon.d.ts +1 -1
- package/types/components/icons/YIconCheckbox.d.ts +1 -1
- package/types/components/icons/YIconClear.d.ts +1 -1
- package/types/components/icons/YIconDropdown.d.ts +1 -1
- package/types/components/icons/YIconExpand.d.ts +1 -1
- package/types/components/icons/YIconPageControl.d.ts +1 -1
- package/types/components/icons/YIconSort.d.ts +1 -1
- package/types/components/icons/index.d.ts +8 -8
- package/types/components/input/YInput.d.ts +9 -9
- package/types/components/layer/YLayer.d.ts +68 -35
- package/types/components/list/YList.d.ts +1 -1
- package/types/components/list/YListItem.d.ts +1 -1
- package/types/components/loading/YSpinnerRing.d.ts +1 -1
- package/types/components/menu/YMenu.d.ts +69 -36
- package/types/components/pagination/YPagination.d.ts +2 -2
- package/types/components/panel/YDividePanel.d.ts +1 -1
- package/types/components/plate/YPlate.d.ts +1 -1
- package/types/components/progress-bar/YProgressBar.d.ts +1 -1
- package/types/components/select/YSelect.d.ts +4782 -3589
- package/types/components/snackbar/YSnackbar.d.ts +2 -2
- package/types/components/switch/YSwitch.d.ts +2 -2
- package/types/components/tab/YTab.d.ts +1 -1
- package/types/components/tab/YTabs.d.ts +1 -1
- package/types/components/table/YDataTable.d.ts +2 -2
- package/types/components/table/YDataTableBody.d.ts +1 -1
- package/types/components/table/YDataTableCell.d.ts +1 -1
- package/types/components/table/YDataTableControl.d.ts +1 -1
- package/types/components/table/YDataTableHead.d.ts +1 -1
- package/types/components/table/YDataTableLayer.d.ts +1 -1
- package/types/components/table/YDataTableRow.d.ts +1 -1
- package/types/components/table/YDataTableServer.d.ts +1 -1
- package/types/components/table/YTable.d.ts +1 -1
- package/types/components/text-highlighter/YTextHighlighter.d.ts +1 -1
- package/types/components/textarea/YTextarea.d.ts +179 -232
- package/types/components/tooltip/YTooltip.d.ts +69 -36
- package/types/components/transitions/expand-transition.d.ts +1 -1
- package/types/components/transitions/index.d.ts +2 -2
- package/types/components/tree-view/YTreeView.d.ts +5 -5
- package/types/components/tree-view/YTreeViewNode.d.ts +1 -1
- package/types/composables/coordinate/index.d.ts +67 -34
- package/types/composables/icon.d.ts +2 -2
- package/types/composables/theme/index.d.ts +1 -1
- package/types/composables/validation.d.ts +4 -4
- package/types/globals.d.ts +14 -10
|
@@ -225,6 +225,8 @@ export declare const YTooltip: import("vue").DefineComponent<{
|
|
|
225
225
|
animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
226
226
|
animationName?: import("csstype").Property.AnimationName | undefined;
|
|
227
227
|
animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
228
|
+
animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
|
|
229
|
+
animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
|
|
228
230
|
animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
|
|
229
231
|
animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
230
232
|
appearance?: import("csstype").Property.Appearance | undefined;
|
|
@@ -346,6 +348,10 @@ export declare const YTooltip: import("vue").DefineComponent<{
|
|
|
346
348
|
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
347
349
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
348
350
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
351
|
+
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
352
|
+
fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
|
|
353
|
+
fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
|
|
354
|
+
fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
|
|
349
355
|
fontVariant?: import("csstype").Property.FontVariant | undefined;
|
|
350
356
|
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
|
351
357
|
fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
|
|
@@ -419,6 +425,7 @@ export declare const YTooltip: import("vue").DefineComponent<{
|
|
|
419
425
|
maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
|
|
420
426
|
maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
|
|
421
427
|
maskType?: import("csstype").Property.MaskType | undefined;
|
|
428
|
+
masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
|
|
422
429
|
mathDepth?: import("csstype").Property.MathDepth | undefined;
|
|
423
430
|
mathShift?: import("csstype").Property.MathShift | undefined;
|
|
424
431
|
mathStyle?: import("csstype").Property.MathStyle | undefined;
|
|
@@ -458,6 +465,7 @@ export declare const YTooltip: import("vue").DefineComponent<{
|
|
|
458
465
|
overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
|
|
459
466
|
overflowX?: import("csstype").Property.OverflowX | undefined;
|
|
460
467
|
overflowY?: import("csstype").Property.OverflowY | undefined;
|
|
468
|
+
overlay?: import("csstype").Property.Overlay | undefined;
|
|
461
469
|
overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
|
|
462
470
|
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
|
|
463
471
|
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
|
|
@@ -545,12 +553,15 @@ export declare const YTooltip: import("vue").DefineComponent<{
|
|
|
545
553
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
546
554
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
547
555
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
556
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
557
|
+
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
548
558
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
549
559
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
550
560
|
transform?: import("csstype").Property.Transform | undefined;
|
|
551
561
|
transformBox?: import("csstype").Property.TransformBox | undefined;
|
|
552
562
|
transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
553
563
|
transformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
564
|
+
transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
|
|
554
565
|
transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
555
566
|
transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
556
567
|
transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
@@ -559,9 +570,14 @@ export declare const YTooltip: import("vue").DefineComponent<{
|
|
|
559
570
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
560
571
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
561
572
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
573
|
+
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
574
|
+
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
575
|
+
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
562
576
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
563
577
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
564
578
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
579
|
+
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
580
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
565
581
|
widows?: import("csstype").Property.Widows | undefined;
|
|
566
582
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
567
583
|
willChange?: import("csstype").Property.WillChange | undefined;
|
|
@@ -573,6 +589,7 @@ export declare const YTooltip: import("vue").DefineComponent<{
|
|
|
573
589
|
zoom?: import("csstype").Property.Zoom | undefined;
|
|
574
590
|
all?: import("csstype").Globals | undefined;
|
|
575
591
|
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
592
|
+
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
|
576
593
|
background?: import("csstype").Property.Background<string | number> | undefined;
|
|
577
594
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
578
595
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
@@ -637,6 +654,7 @@ export declare const YTooltip: import("vue").DefineComponent<{
|
|
|
637
654
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
638
655
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
639
656
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
657
|
+
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
640
658
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
641
659
|
MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
642
660
|
MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
@@ -646,7 +664,6 @@ export declare const YTooltip: import("vue").DefineComponent<{
|
|
|
646
664
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
647
665
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
648
666
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
649
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
650
667
|
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
651
668
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
652
669
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -673,20 +690,16 @@ export declare const YTooltip: import("vue").DefineComponent<{
|
|
|
673
690
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
674
691
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
675
692
|
MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
693
|
+
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
694
|
+
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
695
|
+
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
696
|
+
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
676
697
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
677
698
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
678
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
679
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
680
699
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
681
700
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
682
701
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
683
702
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
684
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
685
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
686
|
-
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
687
|
-
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
688
|
-
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
689
|
-
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
690
703
|
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
691
704
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
692
705
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
@@ -866,7 +879,7 @@ export declare const YTooltip: import("vue").DefineComponent<{
|
|
|
866
879
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
867
880
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
868
881
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
869
|
-
|
|
882
|
+
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
870
883
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
871
884
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
872
885
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -924,6 +937,7 @@ export declare const YTooltip: import("vue").DefineComponent<{
|
|
|
924
937
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
925
938
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
926
939
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
940
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
927
941
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
928
942
|
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
929
943
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
@@ -945,17 +959,22 @@ export declare const YTooltip: import("vue").DefineComponent<{
|
|
|
945
959
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
946
960
|
MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
|
|
947
961
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
948
|
-
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
949
|
-
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
950
|
-
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
951
|
-
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
952
|
-
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
953
962
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
954
963
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
964
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
965
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
955
966
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
956
967
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
957
968
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
958
969
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
970
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
971
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
972
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
973
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
974
|
+
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
975
|
+
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
976
|
+
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
977
|
+
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
959
978
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
960
979
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
961
980
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -988,8 +1007,6 @@ export declare const YTooltip: import("vue").DefineComponent<{
|
|
|
988
1007
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
989
1008
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
990
1009
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
991
|
-
WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
992
|
-
WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
|
993
1010
|
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
994
1011
|
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
995
1012
|
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
@@ -1033,6 +1050,8 @@ export declare const YTooltip: import("vue").DefineComponent<{
|
|
|
1033
1050
|
"animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
1034
1051
|
"animation-name"?: import("csstype").Property.AnimationName | undefined;
|
|
1035
1052
|
"animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
|
|
1053
|
+
"animation-range-end"?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
|
|
1054
|
+
"animation-range-start"?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
|
|
1036
1055
|
"animation-timeline"?: import("csstype").Property.AnimationTimeline | undefined;
|
|
1037
1056
|
"animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
1038
1057
|
"aspect-ratio"?: import("csstype").Property.AspectRatio | undefined;
|
|
@@ -1143,6 +1162,10 @@ export declare const YTooltip: import("vue").DefineComponent<{
|
|
|
1143
1162
|
"font-stretch"?: import("csstype").Property.FontStretch | undefined;
|
|
1144
1163
|
"font-style"?: import("csstype").Property.FontStyle | undefined;
|
|
1145
1164
|
"font-synthesis"?: import("csstype").Property.FontSynthesis | undefined;
|
|
1165
|
+
"font-synthesis-position"?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
1166
|
+
"font-synthesis-small-caps"?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
|
|
1167
|
+
"font-synthesis-style"?: import("csstype").Property.FontSynthesisStyle | undefined;
|
|
1168
|
+
"font-synthesis-weight"?: import("csstype").Property.FontSynthesisWeight | undefined;
|
|
1146
1169
|
"font-variant"?: import("csstype").Property.FontVariant | undefined;
|
|
1147
1170
|
"font-variant-alternates"?: import("csstype").Property.FontVariantAlternates | undefined;
|
|
1148
1171
|
"font-variant-caps"?: import("csstype").Property.FontVariantCaps | undefined;
|
|
@@ -1212,6 +1235,7 @@ export declare const YTooltip: import("vue").DefineComponent<{
|
|
|
1212
1235
|
"mask-repeat"?: import("csstype").Property.MaskRepeat | undefined;
|
|
1213
1236
|
"mask-size"?: import("csstype").Property.MaskSize<string | number> | undefined;
|
|
1214
1237
|
"mask-type"?: import("csstype").Property.MaskType | undefined;
|
|
1238
|
+
"masonry-auto-flow"?: import("csstype").Property.MasonryAutoFlow | undefined;
|
|
1215
1239
|
"math-depth"?: import("csstype").Property.MathDepth | undefined;
|
|
1216
1240
|
"math-shift"?: import("csstype").Property.MathShift | undefined;
|
|
1217
1241
|
"math-style"?: import("csstype").Property.MathStyle | undefined;
|
|
@@ -1327,10 +1351,13 @@ export declare const YTooltip: import("vue").DefineComponent<{
|
|
|
1327
1351
|
"text-transform"?: import("csstype").Property.TextTransform | undefined;
|
|
1328
1352
|
"text-underline-offset"?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
1329
1353
|
"text-underline-position"?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
1354
|
+
"text-wrap"?: import("csstype").Property.TextWrap | undefined;
|
|
1355
|
+
"timeline-scope"?: import("csstype").Property.TimelineScope | undefined;
|
|
1330
1356
|
"touch-action"?: import("csstype").Property.TouchAction | undefined;
|
|
1331
1357
|
"transform-box"?: import("csstype").Property.TransformBox | undefined;
|
|
1332
1358
|
"transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
1333
1359
|
"transform-style"?: import("csstype").Property.TransformStyle | undefined;
|
|
1360
|
+
"transition-behavior"?: import("csstype").Property.TransitionBehavior | undefined;
|
|
1334
1361
|
"transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
1335
1362
|
"transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
1336
1363
|
"transition-property"?: import("csstype").Property.TransitionProperty | undefined;
|
|
@@ -1338,14 +1365,20 @@ export declare const YTooltip: import("vue").DefineComponent<{
|
|
|
1338
1365
|
"unicode-bidi"?: import("csstype").Property.UnicodeBidi | undefined;
|
|
1339
1366
|
"user-select"?: import("csstype").Property.UserSelect | undefined;
|
|
1340
1367
|
"vertical-align"?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
1368
|
+
"view-timeline-axis"?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
1369
|
+
"view-timeline-inset"?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
1370
|
+
"view-timeline-name"?: import("csstype").Property.ViewTimelineName | undefined;
|
|
1341
1371
|
"view-transition-name"?: import("csstype").Property.ViewTransitionName | undefined;
|
|
1342
1372
|
"white-space"?: import("csstype").Property.WhiteSpace | undefined;
|
|
1373
|
+
"white-space-collapse"?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
1374
|
+
"white-space-trim"?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
1343
1375
|
"will-change"?: import("csstype").Property.WillChange | undefined;
|
|
1344
1376
|
"word-break"?: import("csstype").Property.WordBreak | undefined;
|
|
1345
1377
|
"word-spacing"?: import("csstype").Property.WordSpacing<string | number> | undefined;
|
|
1346
1378
|
"word-wrap"?: import("csstype").Property.WordWrap | undefined;
|
|
1347
1379
|
"writing-mode"?: import("csstype").Property.WritingMode | undefined;
|
|
1348
1380
|
"z-index"?: import("csstype").Property.ZIndex | undefined;
|
|
1381
|
+
"animation-range"?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
|
1349
1382
|
"background-position"?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
1350
1383
|
"border-block"?: import("csstype").Property.BorderBlock<string | number> | undefined;
|
|
1351
1384
|
"border-block-end"?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
|
|
@@ -1392,6 +1425,7 @@ export declare const YTooltip: import("vue").DefineComponent<{
|
|
|
1392
1425
|
"scroll-timeline"?: import("csstype").Property.ScrollTimeline | undefined;
|
|
1393
1426
|
"text-decoration"?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
1394
1427
|
"text-emphasis"?: import("csstype").Property.TextEmphasis | undefined;
|
|
1428
|
+
"view-timeline"?: import("csstype").Property.ViewTimeline | undefined;
|
|
1395
1429
|
"-moz-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
1396
1430
|
"-moz-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
|
|
1397
1431
|
"-moz-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
@@ -1401,7 +1435,6 @@ export declare const YTooltip: import("vue").DefineComponent<{
|
|
|
1401
1435
|
"-moz-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
|
|
1402
1436
|
"-moz-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
1403
1437
|
"-moz-appearance"?: import("csstype").Property.MozAppearance | undefined;
|
|
1404
|
-
"-moz-backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
1405
1438
|
"-moz-binding"?: import("csstype").Property.MozBinding | undefined;
|
|
1406
1439
|
"-moz-border-bottom-colors"?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
1407
1440
|
"-moz-border-end-color"?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -1428,20 +1461,16 @@ export declare const YTooltip: import("vue").DefineComponent<{
|
|
|
1428
1461
|
"-moz-margin-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
1429
1462
|
"-moz-orient"?: import("csstype").Property.MozOrient | undefined;
|
|
1430
1463
|
"-moz-osx-font-smoothing"?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
1464
|
+
"-moz-outline-radius-bottomleft"?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
1465
|
+
"-moz-outline-radius-bottomright"?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
1466
|
+
"-moz-outline-radius-topleft"?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
1467
|
+
"-moz-outline-radius-topright"?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
1431
1468
|
"-moz-padding-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
1432
1469
|
"-moz-padding-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
1433
|
-
"-moz-perspective"?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
1434
|
-
"-moz-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
1435
1470
|
"-moz-stack-sizing"?: import("csstype").Property.MozStackSizing | undefined;
|
|
1436
1471
|
"-moz-tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
1437
1472
|
"-moz-text-blink"?: import("csstype").Property.MozTextBlink | undefined;
|
|
1438
1473
|
"-moz-text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
1439
|
-
"-moz-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
1440
|
-
"-moz-transform-style"?: import("csstype").Property.TransformStyle | undefined;
|
|
1441
|
-
"-moz-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
1442
|
-
"-moz-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
1443
|
-
"-moz-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
|
|
1444
|
-
"-moz-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
1445
1474
|
"-moz-user-focus"?: import("csstype").Property.MozUserFocus | undefined;
|
|
1446
1475
|
"-moz-user-modify"?: import("csstype").Property.MozUserModify | undefined;
|
|
1447
1476
|
"-moz-user-select"?: import("csstype").Property.UserSelect | undefined;
|
|
@@ -1621,7 +1650,7 @@ export declare const YTooltip: import("vue").DefineComponent<{
|
|
|
1621
1650
|
"-moz-border-image"?: import("csstype").Property.BorderImage | undefined;
|
|
1622
1651
|
"-moz-column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
1623
1652
|
"-moz-columns"?: import("csstype").Property.Columns<string | number> | undefined;
|
|
1624
|
-
"-moz-
|
|
1653
|
+
"-moz-outline-radius"?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
1625
1654
|
"-ms-content-zoom-limit"?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
1626
1655
|
"-ms-content-zoom-snap"?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
1627
1656
|
"-ms-flex"?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -1677,6 +1706,7 @@ export declare const YTooltip: import("vue").DefineComponent<{
|
|
|
1677
1706
|
"-khtml-line-break"?: import("csstype").Property.LineBreak | undefined;
|
|
1678
1707
|
"-khtml-opacity"?: import("csstype").Property.Opacity | undefined;
|
|
1679
1708
|
"-khtml-user-select"?: import("csstype").Property.UserSelect | undefined;
|
|
1709
|
+
"-moz-backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
1680
1710
|
"-moz-background-clip"?: import("csstype").Property.BackgroundClip | undefined;
|
|
1681
1711
|
"-moz-background-inline-policy"?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
1682
1712
|
"-moz-background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
@@ -1698,17 +1728,22 @@ export declare const YTooltip: import("vue").DefineComponent<{
|
|
|
1698
1728
|
"-moz-opacity"?: import("csstype").Property.Opacity | undefined;
|
|
1699
1729
|
"-moz-outline"?: import("csstype").Property.Outline<string | number> | undefined;
|
|
1700
1730
|
"-moz-outline-color"?: import("csstype").Property.OutlineColor | undefined;
|
|
1701
|
-
"-moz-outline-radius"?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
1702
|
-
"-moz-outline-radius-bottomleft"?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
1703
|
-
"-moz-outline-radius-bottomright"?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
1704
|
-
"-moz-outline-radius-topleft"?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
1705
|
-
"-moz-outline-radius-topright"?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
1706
1731
|
"-moz-outline-style"?: import("csstype").Property.OutlineStyle | undefined;
|
|
1707
1732
|
"-moz-outline-width"?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
1733
|
+
"-moz-perspective"?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
1734
|
+
"-moz-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
1708
1735
|
"-moz-text-align-last"?: import("csstype").Property.TextAlignLast | undefined;
|
|
1709
1736
|
"-moz-text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
|
|
1710
1737
|
"-moz-text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
|
|
1711
1738
|
"-moz-text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
1739
|
+
"-moz-transform"?: import("csstype").Property.Transform | undefined;
|
|
1740
|
+
"-moz-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
1741
|
+
"-moz-transform-style"?: import("csstype").Property.TransformStyle | undefined;
|
|
1742
|
+
"-moz-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
1743
|
+
"-moz-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
1744
|
+
"-moz-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
1745
|
+
"-moz-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
|
|
1746
|
+
"-moz-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
1712
1747
|
"-moz-user-input"?: import("csstype").Property.MozUserInput | undefined;
|
|
1713
1748
|
"-ms-ime-mode"?: import("csstype").Property.ImeMode | undefined;
|
|
1714
1749
|
"-o-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -1741,8 +1776,6 @@ export declare const YTooltip: import("vue").DefineComponent<{
|
|
|
1741
1776
|
"-webkit-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
1742
1777
|
"-webkit-box-orient"?: import("csstype").Property.BoxOrient | undefined;
|
|
1743
1778
|
"-webkit-box-pack"?: import("csstype").Property.BoxPack | undefined;
|
|
1744
|
-
"-webkit-scroll-snap-points-x"?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
1745
|
-
"-webkit-scroll-snap-points-y"?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
|
1746
1779
|
"alignment-baseline"?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
1747
1780
|
"baseline-shift"?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
1748
1781
|
"clip-rule"?: import("csstype").Property.ClipRule | undefined;
|
|
@@ -1777,7 +1810,7 @@ export declare const YTooltip: import("vue").DefineComponent<{
|
|
|
1777
1810
|
'update:modelValue': (value: boolean) => true;
|
|
1778
1811
|
'click:complement': (mouseEvent: MouseEvent) => true;
|
|
1779
1812
|
afterLeave: () => true;
|
|
1780
|
-
}, string, import("vue").
|
|
1813
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1781
1814
|
minWidth: PropType<string | number>;
|
|
1782
1815
|
width: PropType<string | number>;
|
|
1783
1816
|
maxWidth: PropType<string | number>;
|
|
@@ -1887,7 +1920,7 @@ export declare const YTooltip: import("vue").DefineComponent<{
|
|
|
1887
1920
|
baseEl: import("vue").Ref<HTMLElement | undefined>;
|
|
1888
1921
|
baseSlot: import("vue").Ref<any>;
|
|
1889
1922
|
active: import("vue").WritableComputedRef<boolean>;
|
|
1890
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").
|
|
1923
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1891
1924
|
transition: {
|
|
1892
1925
|
default: string;
|
|
1893
1926
|
type: PropType<string | (import("vue").TransitionProps & {
|
|
@@ -6,7 +6,7 @@ export declare function createExpandTransition(isHorizon?: boolean): import("vue
|
|
|
6
6
|
};
|
|
7
7
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
8
8
|
[key: string]: any;
|
|
9
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
9
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
10
|
disabled: {
|
|
11
11
|
type: PropType<boolean>;
|
|
12
12
|
default: boolean;
|
|
@@ -5,7 +5,7 @@ export declare const YExpandVTransition: import("vue").DefineComponent<{
|
|
|
5
5
|
};
|
|
6
6
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
7
7
|
[key: string]: any;
|
|
8
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
8
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
9
|
disabled: {
|
|
10
10
|
type: import("vue").PropType<boolean>;
|
|
11
11
|
default: boolean;
|
|
@@ -20,7 +20,7 @@ export declare const YExpandHTransition: import("vue").DefineComponent<{
|
|
|
20
20
|
};
|
|
21
21
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
22
22
|
[key: string]: any;
|
|
23
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
23
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
24
|
disabled: {
|
|
25
25
|
type: import("vue").PropType<boolean>;
|
|
26
26
|
default: boolean;
|
|
@@ -62,13 +62,13 @@ export declare const YTreeView: import("vue").DefineComponent<{
|
|
|
62
62
|
};
|
|
63
63
|
}, {
|
|
64
64
|
nodes: Ref<Record<CandidateKey, any>>;
|
|
65
|
-
expandedSet: Ref<Set<CandidateKey
|
|
66
|
-
selectedSet: Ref<Set<CandidateKey
|
|
67
|
-
activeSet: Ref<Set<CandidateKey
|
|
68
|
-
excludedSet: Ref<Set<CandidateKey
|
|
65
|
+
expandedSet: Ref<Set<CandidateKey> & Omit<Set<CandidateKey>, keyof Set<any>>>;
|
|
66
|
+
selectedSet: Ref<Set<CandidateKey> & Omit<Set<CandidateKey>, keyof Set<any>>>;
|
|
67
|
+
activeSet: Ref<Set<CandidateKey> & Omit<Set<CandidateKey>, keyof Set<any>>>;
|
|
68
|
+
excludedSet: Ref<Set<CandidateKey> & Omit<Set<CandidateKey>, keyof Set<any>>>;
|
|
69
69
|
searchLoading: import("vue").ShallowRef<boolean>;
|
|
70
70
|
expandedCache: Ref<CandidateKey[]>;
|
|
71
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:expanded" | "update:active" | "update:selected")[], "update:expanded" | "update:active" | "update:selected", import("vue").
|
|
71
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:expanded" | "update:active" | "update:selected")[], "update:expanded" | "update:active" | "update:selected", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
72
72
|
items: {
|
|
73
73
|
type: PropType<any[]>;
|
|
74
74
|
default: () => never[];
|
|
@@ -143,7 +143,7 @@ export declare const YTreeViewNode: import("vue").DefineComponent<{
|
|
|
143
143
|
active: import("vue").Ref<boolean>;
|
|
144
144
|
selected: import("vue").Ref<boolean>;
|
|
145
145
|
immediate: import("vue").Ref<boolean>;
|
|
146
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
146
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
147
147
|
items: {
|
|
148
148
|
type: PropType<any[]>;
|
|
149
149
|
default: () => never[];
|