yuyeon 0.0.51 → 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/communication.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 +4 -4
- 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 +77 -44
- 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 +15 -15
- 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 +3 -3
- 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 +3 -3
- 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/table/composibles/pagination.d.ts +2 -2
- package/types/components/table/composibles/sorting.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/communication.d.ts +2 -3
- package/types/composables/coordinate/index.d.ts +67 -34
- package/types/composables/focus.d.ts +1 -1
- package/types/composables/form.d.ts +1 -1
- 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
|
@@ -336,6 +336,8 @@ export declare const YMenu: import("vue").DefineComponent<{
|
|
|
336
336
|
animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
337
337
|
animationName?: import("csstype").Property.AnimationName | undefined;
|
|
338
338
|
animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
339
|
+
animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
|
|
340
|
+
animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
|
|
339
341
|
animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
|
|
340
342
|
animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
341
343
|
appearance?: import("csstype").Property.Appearance | undefined;
|
|
@@ -457,6 +459,10 @@ export declare const YMenu: import("vue").DefineComponent<{
|
|
|
457
459
|
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
458
460
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
459
461
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
462
|
+
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
463
|
+
fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
|
|
464
|
+
fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
|
|
465
|
+
fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
|
|
460
466
|
fontVariant?: import("csstype").Property.FontVariant | undefined;
|
|
461
467
|
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
|
462
468
|
fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
|
|
@@ -530,6 +536,7 @@ export declare const YMenu: import("vue").DefineComponent<{
|
|
|
530
536
|
maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
|
|
531
537
|
maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
|
|
532
538
|
maskType?: import("csstype").Property.MaskType | undefined;
|
|
539
|
+
masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
|
|
533
540
|
mathDepth?: import("csstype").Property.MathDepth | undefined;
|
|
534
541
|
mathShift?: import("csstype").Property.MathShift | undefined;
|
|
535
542
|
mathStyle?: import("csstype").Property.MathStyle | undefined;
|
|
@@ -569,6 +576,7 @@ export declare const YMenu: import("vue").DefineComponent<{
|
|
|
569
576
|
overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
|
|
570
577
|
overflowX?: import("csstype").Property.OverflowX | undefined;
|
|
571
578
|
overflowY?: import("csstype").Property.OverflowY | undefined;
|
|
579
|
+
overlay?: import("csstype").Property.Overlay | undefined;
|
|
572
580
|
overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
|
|
573
581
|
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
|
|
574
582
|
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
|
|
@@ -656,12 +664,15 @@ export declare const YMenu: import("vue").DefineComponent<{
|
|
|
656
664
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
657
665
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
658
666
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
667
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
668
|
+
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
659
669
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
660
670
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
661
671
|
transform?: import("csstype").Property.Transform | undefined;
|
|
662
672
|
transformBox?: import("csstype").Property.TransformBox | undefined;
|
|
663
673
|
transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
664
674
|
transformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
675
|
+
transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
|
|
665
676
|
transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
666
677
|
transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
667
678
|
transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
@@ -670,9 +681,14 @@ export declare const YMenu: import("vue").DefineComponent<{
|
|
|
670
681
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
671
682
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
672
683
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
684
|
+
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
685
|
+
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
686
|
+
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
673
687
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
674
688
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
675
689
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
690
|
+
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
691
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
676
692
|
widows?: import("csstype").Property.Widows | undefined;
|
|
677
693
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
678
694
|
willChange?: import("csstype").Property.WillChange | undefined;
|
|
@@ -684,6 +700,7 @@ export declare const YMenu: import("vue").DefineComponent<{
|
|
|
684
700
|
zoom?: import("csstype").Property.Zoom | undefined;
|
|
685
701
|
all?: import("csstype").Globals | undefined;
|
|
686
702
|
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
703
|
+
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
|
687
704
|
background?: import("csstype").Property.Background<string | number> | undefined;
|
|
688
705
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
689
706
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
@@ -748,6 +765,7 @@ export declare const YMenu: import("vue").DefineComponent<{
|
|
|
748
765
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
749
766
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
750
767
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
768
|
+
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
751
769
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
752
770
|
MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
753
771
|
MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
@@ -757,7 +775,6 @@ export declare const YMenu: import("vue").DefineComponent<{
|
|
|
757
775
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
758
776
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
759
777
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
760
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
761
778
|
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
762
779
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
763
780
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -784,20 +801,16 @@ export declare const YMenu: import("vue").DefineComponent<{
|
|
|
784
801
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
785
802
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
786
803
|
MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
804
|
+
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
805
|
+
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
806
|
+
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
807
|
+
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
787
808
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
788
809
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
789
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
790
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
791
810
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
792
811
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
793
812
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
794
813
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
795
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
796
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
797
|
-
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
798
|
-
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
799
|
-
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
800
|
-
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
801
814
|
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
802
815
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
803
816
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
@@ -977,7 +990,7 @@ export declare const YMenu: import("vue").DefineComponent<{
|
|
|
977
990
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
978
991
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
979
992
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
980
|
-
|
|
993
|
+
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
981
994
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
982
995
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
983
996
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -1035,6 +1048,7 @@ export declare const YMenu: import("vue").DefineComponent<{
|
|
|
1035
1048
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
1036
1049
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
1037
1050
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
1051
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
1038
1052
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
1039
1053
|
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
1040
1054
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
@@ -1056,17 +1070,22 @@ export declare const YMenu: import("vue").DefineComponent<{
|
|
|
1056
1070
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
1057
1071
|
MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
|
|
1058
1072
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
1059
|
-
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
1060
|
-
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
1061
|
-
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
1062
|
-
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
1063
|
-
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
1064
1073
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
1065
1074
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
1075
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
1076
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
1066
1077
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
1067
1078
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
1068
1079
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
1069
1080
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
1081
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
1082
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
1083
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
1084
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
1085
|
+
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
1086
|
+
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
1087
|
+
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
1088
|
+
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
1070
1089
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
1071
1090
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
1072
1091
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -1099,8 +1118,6 @@ export declare const YMenu: import("vue").DefineComponent<{
|
|
|
1099
1118
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
1100
1119
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
1101
1120
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
1102
|
-
WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
1103
|
-
WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
|
1104
1121
|
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
1105
1122
|
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
1106
1123
|
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
@@ -1144,6 +1161,8 @@ export declare const YMenu: import("vue").DefineComponent<{
|
|
|
1144
1161
|
"animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
1145
1162
|
"animation-name"?: import("csstype").Property.AnimationName | undefined;
|
|
1146
1163
|
"animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
|
|
1164
|
+
"animation-range-end"?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
|
|
1165
|
+
"animation-range-start"?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
|
|
1147
1166
|
"animation-timeline"?: import("csstype").Property.AnimationTimeline | undefined;
|
|
1148
1167
|
"animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
1149
1168
|
"aspect-ratio"?: import("csstype").Property.AspectRatio | undefined;
|
|
@@ -1254,6 +1273,10 @@ export declare const YMenu: import("vue").DefineComponent<{
|
|
|
1254
1273
|
"font-stretch"?: import("csstype").Property.FontStretch | undefined;
|
|
1255
1274
|
"font-style"?: import("csstype").Property.FontStyle | undefined;
|
|
1256
1275
|
"font-synthesis"?: import("csstype").Property.FontSynthesis | undefined;
|
|
1276
|
+
"font-synthesis-position"?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
1277
|
+
"font-synthesis-small-caps"?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
|
|
1278
|
+
"font-synthesis-style"?: import("csstype").Property.FontSynthesisStyle | undefined;
|
|
1279
|
+
"font-synthesis-weight"?: import("csstype").Property.FontSynthesisWeight | undefined;
|
|
1257
1280
|
"font-variant"?: import("csstype").Property.FontVariant | undefined;
|
|
1258
1281
|
"font-variant-alternates"?: import("csstype").Property.FontVariantAlternates | undefined;
|
|
1259
1282
|
"font-variant-caps"?: import("csstype").Property.FontVariantCaps | undefined;
|
|
@@ -1323,6 +1346,7 @@ export declare const YMenu: import("vue").DefineComponent<{
|
|
|
1323
1346
|
"mask-repeat"?: import("csstype").Property.MaskRepeat | undefined;
|
|
1324
1347
|
"mask-size"?: import("csstype").Property.MaskSize<string | number> | undefined;
|
|
1325
1348
|
"mask-type"?: import("csstype").Property.MaskType | undefined;
|
|
1349
|
+
"masonry-auto-flow"?: import("csstype").Property.MasonryAutoFlow | undefined;
|
|
1326
1350
|
"math-depth"?: import("csstype").Property.MathDepth | undefined;
|
|
1327
1351
|
"math-shift"?: import("csstype").Property.MathShift | undefined;
|
|
1328
1352
|
"math-style"?: import("csstype").Property.MathStyle | undefined;
|
|
@@ -1438,10 +1462,13 @@ export declare const YMenu: import("vue").DefineComponent<{
|
|
|
1438
1462
|
"text-transform"?: import("csstype").Property.TextTransform | undefined;
|
|
1439
1463
|
"text-underline-offset"?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
1440
1464
|
"text-underline-position"?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
1465
|
+
"text-wrap"?: import("csstype").Property.TextWrap | undefined;
|
|
1466
|
+
"timeline-scope"?: import("csstype").Property.TimelineScope | undefined;
|
|
1441
1467
|
"touch-action"?: import("csstype").Property.TouchAction | undefined;
|
|
1442
1468
|
"transform-box"?: import("csstype").Property.TransformBox | undefined;
|
|
1443
1469
|
"transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
1444
1470
|
"transform-style"?: import("csstype").Property.TransformStyle | undefined;
|
|
1471
|
+
"transition-behavior"?: import("csstype").Property.TransitionBehavior | undefined;
|
|
1445
1472
|
"transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
1446
1473
|
"transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
1447
1474
|
"transition-property"?: import("csstype").Property.TransitionProperty | undefined;
|
|
@@ -1449,14 +1476,20 @@ export declare const YMenu: import("vue").DefineComponent<{
|
|
|
1449
1476
|
"unicode-bidi"?: import("csstype").Property.UnicodeBidi | undefined;
|
|
1450
1477
|
"user-select"?: import("csstype").Property.UserSelect | undefined;
|
|
1451
1478
|
"vertical-align"?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
1479
|
+
"view-timeline-axis"?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
1480
|
+
"view-timeline-inset"?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
1481
|
+
"view-timeline-name"?: import("csstype").Property.ViewTimelineName | undefined;
|
|
1452
1482
|
"view-transition-name"?: import("csstype").Property.ViewTransitionName | undefined;
|
|
1453
1483
|
"white-space"?: import("csstype").Property.WhiteSpace | undefined;
|
|
1484
|
+
"white-space-collapse"?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
1485
|
+
"white-space-trim"?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
1454
1486
|
"will-change"?: import("csstype").Property.WillChange | undefined;
|
|
1455
1487
|
"word-break"?: import("csstype").Property.WordBreak | undefined;
|
|
1456
1488
|
"word-spacing"?: import("csstype").Property.WordSpacing<string | number> | undefined;
|
|
1457
1489
|
"word-wrap"?: import("csstype").Property.WordWrap | undefined;
|
|
1458
1490
|
"writing-mode"?: import("csstype").Property.WritingMode | undefined;
|
|
1459
1491
|
"z-index"?: import("csstype").Property.ZIndex | undefined;
|
|
1492
|
+
"animation-range"?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
|
1460
1493
|
"background-position"?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
1461
1494
|
"border-block"?: import("csstype").Property.BorderBlock<string | number> | undefined;
|
|
1462
1495
|
"border-block-end"?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
|
|
@@ -1503,6 +1536,7 @@ export declare const YMenu: import("vue").DefineComponent<{
|
|
|
1503
1536
|
"scroll-timeline"?: import("csstype").Property.ScrollTimeline | undefined;
|
|
1504
1537
|
"text-decoration"?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
1505
1538
|
"text-emphasis"?: import("csstype").Property.TextEmphasis | undefined;
|
|
1539
|
+
"view-timeline"?: import("csstype").Property.ViewTimeline | undefined;
|
|
1506
1540
|
"-moz-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
1507
1541
|
"-moz-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
|
|
1508
1542
|
"-moz-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
@@ -1512,7 +1546,6 @@ export declare const YMenu: import("vue").DefineComponent<{
|
|
|
1512
1546
|
"-moz-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
|
|
1513
1547
|
"-moz-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
1514
1548
|
"-moz-appearance"?: import("csstype").Property.MozAppearance | undefined;
|
|
1515
|
-
"-moz-backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
1516
1549
|
"-moz-binding"?: import("csstype").Property.MozBinding | undefined;
|
|
1517
1550
|
"-moz-border-bottom-colors"?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
1518
1551
|
"-moz-border-end-color"?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -1539,20 +1572,16 @@ export declare const YMenu: import("vue").DefineComponent<{
|
|
|
1539
1572
|
"-moz-margin-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
1540
1573
|
"-moz-orient"?: import("csstype").Property.MozOrient | undefined;
|
|
1541
1574
|
"-moz-osx-font-smoothing"?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
1575
|
+
"-moz-outline-radius-bottomleft"?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
1576
|
+
"-moz-outline-radius-bottomright"?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
1577
|
+
"-moz-outline-radius-topleft"?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
1578
|
+
"-moz-outline-radius-topright"?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
1542
1579
|
"-moz-padding-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
1543
1580
|
"-moz-padding-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
1544
|
-
"-moz-perspective"?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
1545
|
-
"-moz-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
1546
1581
|
"-moz-stack-sizing"?: import("csstype").Property.MozStackSizing | undefined;
|
|
1547
1582
|
"-moz-tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
1548
1583
|
"-moz-text-blink"?: import("csstype").Property.MozTextBlink | undefined;
|
|
1549
1584
|
"-moz-text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
1550
|
-
"-moz-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
1551
|
-
"-moz-transform-style"?: import("csstype").Property.TransformStyle | undefined;
|
|
1552
|
-
"-moz-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
1553
|
-
"-moz-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
1554
|
-
"-moz-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
|
|
1555
|
-
"-moz-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
1556
1585
|
"-moz-user-focus"?: import("csstype").Property.MozUserFocus | undefined;
|
|
1557
1586
|
"-moz-user-modify"?: import("csstype").Property.MozUserModify | undefined;
|
|
1558
1587
|
"-moz-user-select"?: import("csstype").Property.UserSelect | undefined;
|
|
@@ -1732,7 +1761,7 @@ export declare const YMenu: import("vue").DefineComponent<{
|
|
|
1732
1761
|
"-moz-border-image"?: import("csstype").Property.BorderImage | undefined;
|
|
1733
1762
|
"-moz-column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
1734
1763
|
"-moz-columns"?: import("csstype").Property.Columns<string | number> | undefined;
|
|
1735
|
-
"-moz-
|
|
1764
|
+
"-moz-outline-radius"?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
1736
1765
|
"-ms-content-zoom-limit"?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
1737
1766
|
"-ms-content-zoom-snap"?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
1738
1767
|
"-ms-flex"?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -1788,6 +1817,7 @@ export declare const YMenu: import("vue").DefineComponent<{
|
|
|
1788
1817
|
"-khtml-line-break"?: import("csstype").Property.LineBreak | undefined;
|
|
1789
1818
|
"-khtml-opacity"?: import("csstype").Property.Opacity | undefined;
|
|
1790
1819
|
"-khtml-user-select"?: import("csstype").Property.UserSelect | undefined;
|
|
1820
|
+
"-moz-backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
1791
1821
|
"-moz-background-clip"?: import("csstype").Property.BackgroundClip | undefined;
|
|
1792
1822
|
"-moz-background-inline-policy"?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
1793
1823
|
"-moz-background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
@@ -1809,17 +1839,22 @@ export declare const YMenu: import("vue").DefineComponent<{
|
|
|
1809
1839
|
"-moz-opacity"?: import("csstype").Property.Opacity | undefined;
|
|
1810
1840
|
"-moz-outline"?: import("csstype").Property.Outline<string | number> | undefined;
|
|
1811
1841
|
"-moz-outline-color"?: import("csstype").Property.OutlineColor | undefined;
|
|
1812
|
-
"-moz-outline-radius"?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
1813
|
-
"-moz-outline-radius-bottomleft"?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
1814
|
-
"-moz-outline-radius-bottomright"?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
1815
|
-
"-moz-outline-radius-topleft"?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
1816
|
-
"-moz-outline-radius-topright"?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
1817
1842
|
"-moz-outline-style"?: import("csstype").Property.OutlineStyle | undefined;
|
|
1818
1843
|
"-moz-outline-width"?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
1844
|
+
"-moz-perspective"?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
1845
|
+
"-moz-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
1819
1846
|
"-moz-text-align-last"?: import("csstype").Property.TextAlignLast | undefined;
|
|
1820
1847
|
"-moz-text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
|
|
1821
1848
|
"-moz-text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
|
|
1822
1849
|
"-moz-text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
1850
|
+
"-moz-transform"?: import("csstype").Property.Transform | undefined;
|
|
1851
|
+
"-moz-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
1852
|
+
"-moz-transform-style"?: import("csstype").Property.TransformStyle | undefined;
|
|
1853
|
+
"-moz-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
1854
|
+
"-moz-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
1855
|
+
"-moz-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
1856
|
+
"-moz-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
|
|
1857
|
+
"-moz-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
1823
1858
|
"-moz-user-input"?: import("csstype").Property.MozUserInput | undefined;
|
|
1824
1859
|
"-ms-ime-mode"?: import("csstype").Property.ImeMode | undefined;
|
|
1825
1860
|
"-o-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -1852,8 +1887,6 @@ export declare const YMenu: import("vue").DefineComponent<{
|
|
|
1852
1887
|
"-webkit-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
1853
1888
|
"-webkit-box-orient"?: import("csstype").Property.BoxOrient | undefined;
|
|
1854
1889
|
"-webkit-box-pack"?: import("csstype").Property.BoxPack | undefined;
|
|
1855
|
-
"-webkit-scroll-snap-points-x"?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
1856
|
-
"-webkit-scroll-snap-points-y"?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
|
1857
1890
|
"alignment-baseline"?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
1858
1891
|
"baseline-shift"?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
1859
1892
|
"clip-rule"?: import("csstype").Property.ClipRule | undefined;
|
|
@@ -1888,7 +1921,7 @@ export declare const YMenu: import("vue").DefineComponent<{
|
|
|
1888
1921
|
'update:modelValue': (value: boolean) => true;
|
|
1889
1922
|
'click:complement': (mouseEvent: MouseEvent) => true;
|
|
1890
1923
|
afterLeave: () => true;
|
|
1891
|
-
}, string, import("vue").
|
|
1924
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1892
1925
|
minWidth: PropType<string | number>;
|
|
1893
1926
|
width: PropType<string | number>;
|
|
1894
1927
|
maxWidth: PropType<string | number>;
|
|
@@ -2006,7 +2039,7 @@ export declare const YMenu: import("vue").DefineComponent<{
|
|
|
2006
2039
|
parent: import("../layer/active-stack").ActiveStackProvide | null;
|
|
2007
2040
|
active: import("vue").WritableComputedRef<boolean>;
|
|
2008
2041
|
hovered: import("vue").ComputedRef<boolean>;
|
|
2009
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "afterLeave")[], "update:modelValue" | "afterLeave", import("vue").
|
|
2042
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "afterLeave")[], "update:modelValue" | "afterLeave", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2010
2043
|
transition: {
|
|
2011
2044
|
default: string;
|
|
2012
2045
|
type: PropType<string | (import("vue").TransitionProps & {
|
|
@@ -125,14 +125,14 @@ export declare const YPagination: import("vue").DefineComponent<{
|
|
|
125
125
|
};
|
|
126
126
|
}, {
|
|
127
127
|
itemCount: import("vue").ShallowRef<number>;
|
|
128
|
-
page: import("vue").
|
|
128
|
+
page: import("vue").Ref<any> & {
|
|
129
129
|
readonly rxValue: any;
|
|
130
130
|
};
|
|
131
131
|
refs: import("vue").Ref<(ComponentPublicInstance | undefined)[]>;
|
|
132
132
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
133
133
|
'update:modelValue': (value: number) => true;
|
|
134
134
|
change: (value: number, control?: string) => true;
|
|
135
|
-
}, string, import("vue").
|
|
135
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
136
136
|
start: {
|
|
137
137
|
type: (StringConstructor | NumberConstructor)[];
|
|
138
138
|
default: number;
|
|
@@ -162,8 +162,8 @@ export declare const YPagination: import("vue").DefineComponent<{
|
|
|
162
162
|
default: string;
|
|
163
163
|
};
|
|
164
164
|
}>> & {
|
|
165
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
166
165
|
onChange?: ((value: number, control?: string | undefined) => any) | undefined;
|
|
166
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
167
167
|
}, {
|
|
168
168
|
length: string | number;
|
|
169
169
|
disabled: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const YDividePanel: import("vue").DefineComponent<{}, {
|
|
2
2
|
activeSecondary: import("vue").Ref<boolean>;
|
|
3
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
3
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
4
4
|
export type YDividePanel = InstanceType<typeof YDividePanel>;
|
|
@@ -4,7 +4,7 @@ import { PropType } from 'vue';
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const YPlate: import("vue").DefineComponent<{
|
|
6
6
|
variation: PropType<Record<string, any>>;
|
|
7
|
-
}, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
7
|
+
}, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
8
|
variation: PropType<Record<string, any>>;
|
|
9
9
|
}>>, {}, {}>;
|
|
10
10
|
export type YPlate = InstanceType<typeof YPlate>;
|
|
@@ -38,7 +38,7 @@ export declare const YProgressBar: import("vue").DefineComponent<{
|
|
|
38
38
|
classes(): Record<string, boolean>;
|
|
39
39
|
leadColor(): string;
|
|
40
40
|
styles(): StyleValue;
|
|
41
|
-
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
41
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
42
42
|
value: {
|
|
43
43
|
type: PropType<number>;
|
|
44
44
|
};
|