yuyeon 0.0.52-rc.1 → 0.1.0-rc.2
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 +3456 -3320
- 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 +17 -8
- 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 +4787 -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
|
@@ -377,6 +377,8 @@ export declare const YLayer: import("vue").DefineComponent<{
|
|
|
377
377
|
animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
378
378
|
animationName?: import("csstype").Property.AnimationName | undefined;
|
|
379
379
|
animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
380
|
+
animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
|
|
381
|
+
animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
|
|
380
382
|
animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
|
|
381
383
|
animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
382
384
|
appearance?: import("csstype").Property.Appearance | undefined;
|
|
@@ -498,6 +500,10 @@ export declare const YLayer: import("vue").DefineComponent<{
|
|
|
498
500
|
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
499
501
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
500
502
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
503
|
+
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
504
|
+
fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
|
|
505
|
+
fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
|
|
506
|
+
fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
|
|
501
507
|
fontVariant?: import("csstype").Property.FontVariant | undefined;
|
|
502
508
|
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
|
503
509
|
fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
|
|
@@ -571,6 +577,7 @@ export declare const YLayer: import("vue").DefineComponent<{
|
|
|
571
577
|
maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
|
|
572
578
|
maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
|
|
573
579
|
maskType?: import("csstype").Property.MaskType | undefined;
|
|
580
|
+
masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
|
|
574
581
|
mathDepth?: import("csstype").Property.MathDepth | undefined;
|
|
575
582
|
mathShift?: import("csstype").Property.MathShift | undefined;
|
|
576
583
|
mathStyle?: import("csstype").Property.MathStyle | undefined;
|
|
@@ -610,6 +617,7 @@ export declare const YLayer: import("vue").DefineComponent<{
|
|
|
610
617
|
overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
|
|
611
618
|
overflowX?: import("csstype").Property.OverflowX | undefined;
|
|
612
619
|
overflowY?: import("csstype").Property.OverflowY | undefined;
|
|
620
|
+
overlay?: import("csstype").Property.Overlay | undefined;
|
|
613
621
|
overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
|
|
614
622
|
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
|
|
615
623
|
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
|
|
@@ -697,12 +705,15 @@ export declare const YLayer: import("vue").DefineComponent<{
|
|
|
697
705
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
698
706
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
699
707
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
708
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
709
|
+
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
700
710
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
701
711
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
702
712
|
transform?: import("csstype").Property.Transform | undefined;
|
|
703
713
|
transformBox?: import("csstype").Property.TransformBox | undefined;
|
|
704
714
|
transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
705
715
|
transformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
716
|
+
transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
|
|
706
717
|
transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
707
718
|
transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
708
719
|
transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
@@ -711,9 +722,14 @@ export declare const YLayer: import("vue").DefineComponent<{
|
|
|
711
722
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
712
723
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
713
724
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
725
|
+
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
726
|
+
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
727
|
+
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
714
728
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
715
729
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
716
730
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
731
|
+
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
732
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
717
733
|
widows?: import("csstype").Property.Widows | undefined;
|
|
718
734
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
719
735
|
willChange?: import("csstype").Property.WillChange | undefined;
|
|
@@ -725,6 +741,7 @@ export declare const YLayer: import("vue").DefineComponent<{
|
|
|
725
741
|
zoom?: import("csstype").Property.Zoom | undefined;
|
|
726
742
|
all?: import("csstype").Globals | undefined;
|
|
727
743
|
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
744
|
+
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
|
728
745
|
background?: import("csstype").Property.Background<string | number> | undefined;
|
|
729
746
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
730
747
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
@@ -789,6 +806,7 @@ export declare const YLayer: import("vue").DefineComponent<{
|
|
|
789
806
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
790
807
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
791
808
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
809
|
+
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
792
810
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
793
811
|
MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
794
812
|
MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
@@ -798,7 +816,6 @@ export declare const YLayer: import("vue").DefineComponent<{
|
|
|
798
816
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
799
817
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
800
818
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
801
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
802
819
|
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
803
820
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
804
821
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -825,20 +842,16 @@ export declare const YLayer: import("vue").DefineComponent<{
|
|
|
825
842
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
826
843
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
827
844
|
MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
845
|
+
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
846
|
+
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
847
|
+
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
848
|
+
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
828
849
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
829
850
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
830
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
831
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
832
851
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
833
852
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
834
853
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
835
854
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
836
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
837
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
838
|
-
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
839
|
-
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
840
|
-
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
841
|
-
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
842
855
|
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
843
856
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
844
857
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
@@ -1018,7 +1031,7 @@ export declare const YLayer: import("vue").DefineComponent<{
|
|
|
1018
1031
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
1019
1032
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
1020
1033
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
1021
|
-
|
|
1034
|
+
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
1022
1035
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
1023
1036
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
1024
1037
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -1076,6 +1089,7 @@ export declare const YLayer: import("vue").DefineComponent<{
|
|
|
1076
1089
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
1077
1090
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
1078
1091
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
1092
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
1079
1093
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
1080
1094
|
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
1081
1095
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
@@ -1097,17 +1111,22 @@ export declare const YLayer: import("vue").DefineComponent<{
|
|
|
1097
1111
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
1098
1112
|
MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
|
|
1099
1113
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
1100
|
-
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
1101
|
-
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
1102
|
-
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
1103
|
-
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
1104
|
-
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
1105
1114
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
1106
1115
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
1116
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
1117
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
1107
1118
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
1108
1119
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
1109
1120
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
1110
1121
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
1122
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
1123
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
1124
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
1125
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
1126
|
+
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
1127
|
+
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
1128
|
+
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
1129
|
+
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
1111
1130
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
1112
1131
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
1113
1132
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -1140,8 +1159,6 @@ export declare const YLayer: import("vue").DefineComponent<{
|
|
|
1140
1159
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
1141
1160
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
1142
1161
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
1143
|
-
WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
1144
|
-
WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
|
1145
1162
|
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
1146
1163
|
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
1147
1164
|
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
@@ -1185,6 +1202,8 @@ export declare const YLayer: import("vue").DefineComponent<{
|
|
|
1185
1202
|
"animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
1186
1203
|
"animation-name"?: import("csstype").Property.AnimationName | undefined;
|
|
1187
1204
|
"animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
|
|
1205
|
+
"animation-range-end"?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
|
|
1206
|
+
"animation-range-start"?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
|
|
1188
1207
|
"animation-timeline"?: import("csstype").Property.AnimationTimeline | undefined;
|
|
1189
1208
|
"animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
1190
1209
|
"aspect-ratio"?: import("csstype").Property.AspectRatio | undefined;
|
|
@@ -1295,6 +1314,10 @@ export declare const YLayer: import("vue").DefineComponent<{
|
|
|
1295
1314
|
"font-stretch"?: import("csstype").Property.FontStretch | undefined;
|
|
1296
1315
|
"font-style"?: import("csstype").Property.FontStyle | undefined;
|
|
1297
1316
|
"font-synthesis"?: import("csstype").Property.FontSynthesis | undefined;
|
|
1317
|
+
"font-synthesis-position"?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
1318
|
+
"font-synthesis-small-caps"?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
|
|
1319
|
+
"font-synthesis-style"?: import("csstype").Property.FontSynthesisStyle | undefined;
|
|
1320
|
+
"font-synthesis-weight"?: import("csstype").Property.FontSynthesisWeight | undefined;
|
|
1298
1321
|
"font-variant"?: import("csstype").Property.FontVariant | undefined;
|
|
1299
1322
|
"font-variant-alternates"?: import("csstype").Property.FontVariantAlternates | undefined;
|
|
1300
1323
|
"font-variant-caps"?: import("csstype").Property.FontVariantCaps | undefined;
|
|
@@ -1364,6 +1387,7 @@ export declare const YLayer: import("vue").DefineComponent<{
|
|
|
1364
1387
|
"mask-repeat"?: import("csstype").Property.MaskRepeat | undefined;
|
|
1365
1388
|
"mask-size"?: import("csstype").Property.MaskSize<string | number> | undefined;
|
|
1366
1389
|
"mask-type"?: import("csstype").Property.MaskType | undefined;
|
|
1390
|
+
"masonry-auto-flow"?: import("csstype").Property.MasonryAutoFlow | undefined;
|
|
1367
1391
|
"math-depth"?: import("csstype").Property.MathDepth | undefined;
|
|
1368
1392
|
"math-shift"?: import("csstype").Property.MathShift | undefined;
|
|
1369
1393
|
"math-style"?: import("csstype").Property.MathStyle | undefined;
|
|
@@ -1479,10 +1503,13 @@ export declare const YLayer: import("vue").DefineComponent<{
|
|
|
1479
1503
|
"text-transform"?: import("csstype").Property.TextTransform | undefined;
|
|
1480
1504
|
"text-underline-offset"?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
1481
1505
|
"text-underline-position"?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
1506
|
+
"text-wrap"?: import("csstype").Property.TextWrap | undefined;
|
|
1507
|
+
"timeline-scope"?: import("csstype").Property.TimelineScope | undefined;
|
|
1482
1508
|
"touch-action"?: import("csstype").Property.TouchAction | undefined;
|
|
1483
1509
|
"transform-box"?: import("csstype").Property.TransformBox | undefined;
|
|
1484
1510
|
"transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
1485
1511
|
"transform-style"?: import("csstype").Property.TransformStyle | undefined;
|
|
1512
|
+
"transition-behavior"?: import("csstype").Property.TransitionBehavior | undefined;
|
|
1486
1513
|
"transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
1487
1514
|
"transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
1488
1515
|
"transition-property"?: import("csstype").Property.TransitionProperty | undefined;
|
|
@@ -1490,14 +1517,20 @@ export declare const YLayer: import("vue").DefineComponent<{
|
|
|
1490
1517
|
"unicode-bidi"?: import("csstype").Property.UnicodeBidi | undefined;
|
|
1491
1518
|
"user-select"?: import("csstype").Property.UserSelect | undefined;
|
|
1492
1519
|
"vertical-align"?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
1520
|
+
"view-timeline-axis"?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
1521
|
+
"view-timeline-inset"?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
1522
|
+
"view-timeline-name"?: import("csstype").Property.ViewTimelineName | undefined;
|
|
1493
1523
|
"view-transition-name"?: import("csstype").Property.ViewTransitionName | undefined;
|
|
1494
1524
|
"white-space"?: import("csstype").Property.WhiteSpace | undefined;
|
|
1525
|
+
"white-space-collapse"?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
1526
|
+
"white-space-trim"?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
1495
1527
|
"will-change"?: import("csstype").Property.WillChange | undefined;
|
|
1496
1528
|
"word-break"?: import("csstype").Property.WordBreak | undefined;
|
|
1497
1529
|
"word-spacing"?: import("csstype").Property.WordSpacing<string | number> | undefined;
|
|
1498
1530
|
"word-wrap"?: import("csstype").Property.WordWrap | undefined;
|
|
1499
1531
|
"writing-mode"?: import("csstype").Property.WritingMode | undefined;
|
|
1500
1532
|
"z-index"?: import("csstype").Property.ZIndex | undefined;
|
|
1533
|
+
"animation-range"?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
|
1501
1534
|
"background-position"?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
1502
1535
|
"border-block"?: import("csstype").Property.BorderBlock<string | number> | undefined;
|
|
1503
1536
|
"border-block-end"?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
|
|
@@ -1544,6 +1577,7 @@ export declare const YLayer: import("vue").DefineComponent<{
|
|
|
1544
1577
|
"scroll-timeline"?: import("csstype").Property.ScrollTimeline | undefined;
|
|
1545
1578
|
"text-decoration"?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
1546
1579
|
"text-emphasis"?: import("csstype").Property.TextEmphasis | undefined;
|
|
1580
|
+
"view-timeline"?: import("csstype").Property.ViewTimeline | undefined;
|
|
1547
1581
|
"-moz-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
1548
1582
|
"-moz-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
|
|
1549
1583
|
"-moz-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
@@ -1553,7 +1587,6 @@ export declare const YLayer: import("vue").DefineComponent<{
|
|
|
1553
1587
|
"-moz-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
|
|
1554
1588
|
"-moz-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
1555
1589
|
"-moz-appearance"?: import("csstype").Property.MozAppearance | undefined;
|
|
1556
|
-
"-moz-backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
1557
1590
|
"-moz-binding"?: import("csstype").Property.MozBinding | undefined;
|
|
1558
1591
|
"-moz-border-bottom-colors"?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
1559
1592
|
"-moz-border-end-color"?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -1580,20 +1613,16 @@ export declare const YLayer: import("vue").DefineComponent<{
|
|
|
1580
1613
|
"-moz-margin-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
1581
1614
|
"-moz-orient"?: import("csstype").Property.MozOrient | undefined;
|
|
1582
1615
|
"-moz-osx-font-smoothing"?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
1616
|
+
"-moz-outline-radius-bottomleft"?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
1617
|
+
"-moz-outline-radius-bottomright"?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
1618
|
+
"-moz-outline-radius-topleft"?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
1619
|
+
"-moz-outline-radius-topright"?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
1583
1620
|
"-moz-padding-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
1584
1621
|
"-moz-padding-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
1585
|
-
"-moz-perspective"?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
1586
|
-
"-moz-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
1587
1622
|
"-moz-stack-sizing"?: import("csstype").Property.MozStackSizing | undefined;
|
|
1588
1623
|
"-moz-tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
1589
1624
|
"-moz-text-blink"?: import("csstype").Property.MozTextBlink | undefined;
|
|
1590
1625
|
"-moz-text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
1591
|
-
"-moz-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
1592
|
-
"-moz-transform-style"?: import("csstype").Property.TransformStyle | undefined;
|
|
1593
|
-
"-moz-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
1594
|
-
"-moz-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
1595
|
-
"-moz-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
|
|
1596
|
-
"-moz-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
1597
1626
|
"-moz-user-focus"?: import("csstype").Property.MozUserFocus | undefined;
|
|
1598
1627
|
"-moz-user-modify"?: import("csstype").Property.MozUserModify | undefined;
|
|
1599
1628
|
"-moz-user-select"?: import("csstype").Property.UserSelect | undefined;
|
|
@@ -1773,7 +1802,7 @@ export declare const YLayer: import("vue").DefineComponent<{
|
|
|
1773
1802
|
"-moz-border-image"?: import("csstype").Property.BorderImage | undefined;
|
|
1774
1803
|
"-moz-column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
1775
1804
|
"-moz-columns"?: import("csstype").Property.Columns<string | number> | undefined;
|
|
1776
|
-
"-moz-
|
|
1805
|
+
"-moz-outline-radius"?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
1777
1806
|
"-ms-content-zoom-limit"?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
1778
1807
|
"-ms-content-zoom-snap"?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
1779
1808
|
"-ms-flex"?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -1829,6 +1858,7 @@ export declare const YLayer: import("vue").DefineComponent<{
|
|
|
1829
1858
|
"-khtml-line-break"?: import("csstype").Property.LineBreak | undefined;
|
|
1830
1859
|
"-khtml-opacity"?: import("csstype").Property.Opacity | undefined;
|
|
1831
1860
|
"-khtml-user-select"?: import("csstype").Property.UserSelect | undefined;
|
|
1861
|
+
"-moz-backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
1832
1862
|
"-moz-background-clip"?: import("csstype").Property.BackgroundClip | undefined;
|
|
1833
1863
|
"-moz-background-inline-policy"?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
1834
1864
|
"-moz-background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
@@ -1850,17 +1880,22 @@ export declare const YLayer: import("vue").DefineComponent<{
|
|
|
1850
1880
|
"-moz-opacity"?: import("csstype").Property.Opacity | undefined;
|
|
1851
1881
|
"-moz-outline"?: import("csstype").Property.Outline<string | number> | undefined;
|
|
1852
1882
|
"-moz-outline-color"?: import("csstype").Property.OutlineColor | undefined;
|
|
1853
|
-
"-moz-outline-radius"?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
1854
|
-
"-moz-outline-radius-bottomleft"?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
1855
|
-
"-moz-outline-radius-bottomright"?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
1856
|
-
"-moz-outline-radius-topleft"?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
1857
|
-
"-moz-outline-radius-topright"?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
1858
1883
|
"-moz-outline-style"?: import("csstype").Property.OutlineStyle | undefined;
|
|
1859
1884
|
"-moz-outline-width"?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
1885
|
+
"-moz-perspective"?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
1886
|
+
"-moz-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
1860
1887
|
"-moz-text-align-last"?: import("csstype").Property.TextAlignLast | undefined;
|
|
1861
1888
|
"-moz-text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
|
|
1862
1889
|
"-moz-text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
|
|
1863
1890
|
"-moz-text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
1891
|
+
"-moz-transform"?: import("csstype").Property.Transform | undefined;
|
|
1892
|
+
"-moz-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
1893
|
+
"-moz-transform-style"?: import("csstype").Property.TransformStyle | undefined;
|
|
1894
|
+
"-moz-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
1895
|
+
"-moz-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
1896
|
+
"-moz-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
1897
|
+
"-moz-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
|
|
1898
|
+
"-moz-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
1864
1899
|
"-moz-user-input"?: import("csstype").Property.MozUserInput | undefined;
|
|
1865
1900
|
"-ms-ime-mode"?: import("csstype").Property.ImeMode | undefined;
|
|
1866
1901
|
"-o-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -1893,8 +1928,6 @@ export declare const YLayer: import("vue").DefineComponent<{
|
|
|
1893
1928
|
"-webkit-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
1894
1929
|
"-webkit-box-orient"?: import("csstype").Property.BoxOrient | undefined;
|
|
1895
1930
|
"-webkit-box-pack"?: import("csstype").Property.BoxPack | undefined;
|
|
1896
|
-
"-webkit-scroll-snap-points-x"?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
1897
|
-
"-webkit-scroll-snap-points-y"?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
|
1898
1931
|
"alignment-baseline"?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
1899
1932
|
"baseline-shift"?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
1900
1933
|
"clip-rule"?: import("csstype").Property.ClipRule | undefined;
|
|
@@ -1929,7 +1962,7 @@ export declare const YLayer: import("vue").DefineComponent<{
|
|
|
1929
1962
|
'update:modelValue': (value: boolean) => true;
|
|
1930
1963
|
'click:complement': (mouseEvent: MouseEvent) => true;
|
|
1931
1964
|
afterLeave: () => true;
|
|
1932
|
-
}, string, import("vue").
|
|
1965
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1933
1966
|
minWidth: PropType<string | number>;
|
|
1934
1967
|
width: PropType<string | number>;
|
|
1935
1968
|
maxWidth: PropType<string | number>;
|
|
@@ -14,7 +14,7 @@ export declare const pressYListPropsOptions: <Defaults extends {
|
|
|
14
14
|
export declare const YList: import("vue").DefineComponent<{
|
|
15
15
|
theme: import("vue").PropType<string>;
|
|
16
16
|
disabled: BooleanConstructor;
|
|
17
|
-
}, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
17
|
+
}, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
18
|
theme: import("vue").PropType<string>;
|
|
19
19
|
disabled: BooleanConstructor;
|
|
20
20
|
}>>, {
|
|
@@ -37,7 +37,7 @@ export declare const YListItem: import("vue").DefineComponent<{
|
|
|
37
37
|
disabled: BooleanConstructor;
|
|
38
38
|
}, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
39
39
|
click: (e: MouseEvent) => true;
|
|
40
|
-
}, string, import("vue").
|
|
40
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
41
41
|
theme: import("vue").PropType<string>;
|
|
42
42
|
tag: {
|
|
43
43
|
type: StringConstructor;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const YSpinnerRing: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
export declare const YSpinnerRing: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export type YSpinnerRing = InstanceType<typeof YSpinnerRing>;
|