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.
Files changed (108) hide show
  1. package/dist/yuyeon.js +3516 -3383
  2. package/dist/yuyeon.umd.cjs +20 -6
  3. package/lib/components/badge/YBadge.mjs.map +1 -1
  4. package/lib/components/checkbox/YCheckbox.mjs.map +1 -1
  5. package/lib/components/checkbox/YInputCheckbox.mjs.map +1 -1
  6. package/lib/components/chip/YChip.mjs.map +1 -1
  7. package/lib/components/date-picker/YDateCalendar.mjs.map +1 -1
  8. package/lib/components/date-picker/YDatePicker.mjs.map +1 -1
  9. package/lib/components/date-picker/YDatePickerControl.mjs.map +1 -1
  10. package/lib/components/dropdown/YDropdown.mjs.map +1 -1
  11. package/lib/components/icons/YIconCheckbox.mjs.map +1 -1
  12. package/lib/components/icons/YIconClear.mjs.map +1 -1
  13. package/lib/components/icons/YIconDropdown.mjs.map +1 -1
  14. package/lib/components/icons/YIconExpand.mjs.map +1 -1
  15. package/lib/components/icons/YIconPageControl.mjs.map +1 -1
  16. package/lib/components/icons/YIconSort.mjs.map +1 -1
  17. package/lib/components/layer/YLayer.mjs.map +1 -1
  18. package/lib/components/list/YList.mjs.map +1 -1
  19. package/lib/components/loading/YSpinnerRing.mjs.map +1 -1
  20. package/lib/components/pagination/YPagination.mjs.map +1 -1
  21. package/lib/components/panel/YDividePanel.mjs.map +1 -1
  22. package/lib/components/progress-bar/YProgressBar.mjs.map +1 -1
  23. package/lib/components/select/YSelect.mjs +21 -9
  24. package/lib/components/select/YSelect.mjs.map +1 -1
  25. package/lib/components/snackbar/YSnackbar.mjs +6 -6
  26. package/lib/components/snackbar/YSnackbar.mjs.map +1 -1
  27. package/lib/components/switch/YSwitch.mjs +1 -1
  28. package/lib/components/switch/YSwitch.mjs.map +1 -1
  29. package/lib/components/tab/YTabs.mjs.map +1 -1
  30. package/lib/components/table/YDataTableBody.mjs.map +1 -1
  31. package/lib/components/table/YDataTableControl.mjs.map +1 -1
  32. package/lib/components/table/YDataTableHead.mjs.map +1 -1
  33. package/lib/components/tooltip/YTooltip.mjs.map +1 -1
  34. package/lib/components/tree-view/YTreeView.mjs.map +1 -1
  35. package/lib/components/tree-view/YTreeViewNode.mjs.map +1 -1
  36. package/lib/composables/communication.mjs.map +1 -1
  37. package/lib/composables/icon.mjs.map +1 -1
  38. package/package.json +6 -10
  39. package/types/components/alert/YAlert.d.ts +1 -1
  40. package/types/components/app/YApp.d.ts +1 -1
  41. package/types/components/badge/YBadge.d.ts +2 -2
  42. package/types/components/button/YButton.d.ts +1 -1
  43. package/types/components/card/YCard.d.ts +1 -1
  44. package/types/components/card/YCardBody.d.ts +1 -1
  45. package/types/components/card/YCardFooter.d.ts +1 -1
  46. package/types/components/card/YCardHeader.d.ts +1 -1
  47. package/types/components/checkbox/YCheckbox.d.ts +3 -3
  48. package/types/components/checkbox/YInputCheckbox.d.ts +3 -3
  49. package/types/components/chip/YChip.d.ts +1 -1
  50. package/types/components/date-picker/YDateCalendar.d.ts +4 -4
  51. package/types/components/date-picker/YDatePicker.d.ts +1 -1
  52. package/types/components/date-picker/YDatePickerControl.d.ts +1 -1
  53. package/types/components/date-picker/YMonthPicker.d.ts +1 -1
  54. package/types/components/date-picker/YYearPicker.d.ts +1 -1
  55. package/types/components/dialog/YDialog.d.ts +77 -44
  56. package/types/components/divider/YDivider.d.ts +1 -1
  57. package/types/components/dropdown/YDropdown.d.ts +1 -1
  58. package/types/components/field-input/YFieldInput.d.ts +15 -15
  59. package/types/components/form/YForm.d.ts +2 -2
  60. package/types/components/icon/YIcon.d.ts +1 -1
  61. package/types/components/icons/YIconCheckbox.d.ts +1 -1
  62. package/types/components/icons/YIconClear.d.ts +1 -1
  63. package/types/components/icons/YIconDropdown.d.ts +1 -1
  64. package/types/components/icons/YIconExpand.d.ts +1 -1
  65. package/types/components/icons/YIconPageControl.d.ts +1 -1
  66. package/types/components/icons/YIconSort.d.ts +1 -1
  67. package/types/components/icons/index.d.ts +8 -8
  68. package/types/components/input/YInput.d.ts +9 -9
  69. package/types/components/layer/YLayer.d.ts +68 -35
  70. package/types/components/list/YList.d.ts +1 -1
  71. package/types/components/list/YListItem.d.ts +1 -1
  72. package/types/components/loading/YSpinnerRing.d.ts +1 -1
  73. package/types/components/menu/YMenu.d.ts +69 -36
  74. package/types/components/pagination/YPagination.d.ts +3 -3
  75. package/types/components/panel/YDividePanel.d.ts +1 -1
  76. package/types/components/plate/YPlate.d.ts +1 -1
  77. package/types/components/progress-bar/YProgressBar.d.ts +1 -1
  78. package/types/components/select/YSelect.d.ts +4782 -3589
  79. package/types/components/snackbar/YSnackbar.d.ts +3 -3
  80. package/types/components/switch/YSwitch.d.ts +2 -2
  81. package/types/components/tab/YTab.d.ts +1 -1
  82. package/types/components/tab/YTabs.d.ts +1 -1
  83. package/types/components/table/YDataTable.d.ts +2 -2
  84. package/types/components/table/YDataTableBody.d.ts +1 -1
  85. package/types/components/table/YDataTableCell.d.ts +1 -1
  86. package/types/components/table/YDataTableControl.d.ts +1 -1
  87. package/types/components/table/YDataTableHead.d.ts +1 -1
  88. package/types/components/table/YDataTableLayer.d.ts +1 -1
  89. package/types/components/table/YDataTableRow.d.ts +1 -1
  90. package/types/components/table/YDataTableServer.d.ts +1 -1
  91. package/types/components/table/YTable.d.ts +1 -1
  92. package/types/components/table/composibles/pagination.d.ts +2 -2
  93. package/types/components/table/composibles/sorting.d.ts +1 -1
  94. package/types/components/text-highlighter/YTextHighlighter.d.ts +1 -1
  95. package/types/components/textarea/YTextarea.d.ts +179 -232
  96. package/types/components/tooltip/YTooltip.d.ts +69 -36
  97. package/types/components/transitions/expand-transition.d.ts +1 -1
  98. package/types/components/transitions/index.d.ts +2 -2
  99. package/types/components/tree-view/YTreeView.d.ts +5 -5
  100. package/types/components/tree-view/YTreeViewNode.d.ts +1 -1
  101. package/types/composables/communication.d.ts +2 -3
  102. package/types/composables/coordinate/index.d.ts +67 -34
  103. package/types/composables/focus.d.ts +1 -1
  104. package/types/composables/form.d.ts +1 -1
  105. package/types/composables/icon.d.ts +2 -2
  106. package/types/composables/theme/index.d.ts +1 -1
  107. package/types/composables/validation.d.ts +4 -4
  108. package/types/globals.d.ts +14 -10
@@ -88,6 +88,8 @@ export declare function useCoordinate(props: any, state: CoordinateState): {
88
88
  animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
89
89
  animationName?: import("csstype").Property.AnimationName | undefined;
90
90
  animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
91
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
92
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
91
93
  animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
92
94
  animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
93
95
  appearance?: import("csstype").Property.Appearance | undefined;
@@ -209,6 +211,10 @@ export declare function useCoordinate(props: any, state: CoordinateState): {
209
211
  fontStretch?: import("csstype").Property.FontStretch | undefined;
210
212
  fontStyle?: import("csstype").Property.FontStyle | undefined;
211
213
  fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
214
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
215
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
216
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
217
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
212
218
  fontVariant?: import("csstype").Property.FontVariant | undefined;
213
219
  fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
214
220
  fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
@@ -282,6 +288,7 @@ export declare function useCoordinate(props: any, state: CoordinateState): {
282
288
  maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
283
289
  maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
284
290
  maskType?: import("csstype").Property.MaskType | undefined;
291
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
285
292
  mathDepth?: import("csstype").Property.MathDepth | undefined;
286
293
  mathShift?: import("csstype").Property.MathShift | undefined;
287
294
  mathStyle?: import("csstype").Property.MathStyle | undefined;
@@ -321,6 +328,7 @@ export declare function useCoordinate(props: any, state: CoordinateState): {
321
328
  overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
322
329
  overflowX?: import("csstype").Property.OverflowX | undefined;
323
330
  overflowY?: import("csstype").Property.OverflowY | undefined;
331
+ overlay?: import("csstype").Property.Overlay | undefined;
324
332
  overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
325
333
  overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
326
334
  overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
@@ -408,12 +416,15 @@ export declare function useCoordinate(props: any, state: CoordinateState): {
408
416
  textTransform?: import("csstype").Property.TextTransform | undefined;
409
417
  textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
410
418
  textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
419
+ textWrap?: import("csstype").Property.TextWrap | undefined;
420
+ timelineScope?: import("csstype").Property.TimelineScope | undefined;
411
421
  top?: import("csstype").Property.Top<string | number> | undefined;
412
422
  touchAction?: import("csstype").Property.TouchAction | undefined;
413
423
  transform?: import("csstype").Property.Transform | undefined;
414
424
  transformBox?: import("csstype").Property.TransformBox | undefined;
415
425
  transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
416
426
  transformStyle?: import("csstype").Property.TransformStyle | undefined;
427
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
417
428
  transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
418
429
  transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
419
430
  transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
@@ -422,9 +433,14 @@ export declare function useCoordinate(props: any, state: CoordinateState): {
422
433
  unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
423
434
  userSelect?: import("csstype").Property.UserSelect | undefined;
424
435
  verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
436
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
437
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
438
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
425
439
  viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
426
440
  visibility?: import("csstype").Property.Visibility | undefined;
427
441
  whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
442
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
443
+ whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
428
444
  widows?: import("csstype").Property.Widows | undefined;
429
445
  width?: import("csstype").Property.Width<string | number> | undefined;
430
446
  willChange?: import("csstype").Property.WillChange | undefined;
@@ -436,6 +452,7 @@ export declare function useCoordinate(props: any, state: CoordinateState): {
436
452
  zoom?: import("csstype").Property.Zoom | undefined;
437
453
  all?: import("csstype").Globals | undefined;
438
454
  animation?: import("csstype").Property.Animation<string & {}> | undefined;
455
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
439
456
  background?: import("csstype").Property.Background<string | number> | undefined;
440
457
  backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
441
458
  border?: import("csstype").Property.Border<string | number> | undefined;
@@ -500,6 +517,7 @@ export declare function useCoordinate(props: any, state: CoordinateState): {
500
517
  textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
501
518
  textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
502
519
  transition?: import("csstype").Property.Transition<string & {}> | undefined;
520
+ viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
503
521
  MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
504
522
  MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
505
523
  MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
@@ -509,7 +527,6 @@ export declare function useCoordinate(props: any, state: CoordinateState): {
509
527
  MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
510
528
  MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
511
529
  MozAppearance?: import("csstype").Property.MozAppearance | undefined;
512
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
513
530
  MozBinding?: import("csstype").Property.MozBinding | undefined;
514
531
  MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
515
532
  MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
@@ -536,20 +553,16 @@ export declare function useCoordinate(props: any, state: CoordinateState): {
536
553
  MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
537
554
  MozOrient?: import("csstype").Property.MozOrient | undefined;
538
555
  MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
556
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
557
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
558
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
559
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
539
560
  MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
540
561
  MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
541
- MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
542
- MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
543
562
  MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
544
563
  MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
545
564
  MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
546
565
  MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
547
- MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
548
- MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
549
- MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
550
- MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
551
- MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
552
- MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
553
566
  MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
554
567
  MozUserModify?: import("csstype").Property.MozUserModify | undefined;
555
568
  MozUserSelect?: import("csstype").Property.UserSelect | undefined;
@@ -729,7 +742,7 @@ export declare function useCoordinate(props: any, state: CoordinateState): {
729
742
  MozBorderImage?: import("csstype").Property.BorderImage | undefined;
730
743
  MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
731
744
  MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
732
- MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
745
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
733
746
  msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
734
747
  msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
735
748
  msFlex?: import("csstype").Property.Flex<string | number> | undefined;
@@ -787,6 +800,7 @@ export declare function useCoordinate(props: any, state: CoordinateState): {
787
800
  KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
788
801
  KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
789
802
  KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
803
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
790
804
  MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
791
805
  MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
792
806
  MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
@@ -808,17 +822,22 @@ export declare function useCoordinate(props: any, state: CoordinateState): {
808
822
  MozOpacity?: import("csstype").Property.Opacity | undefined;
809
823
  MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
810
824
  MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
811
- MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
812
- MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
813
- MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
814
- MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
815
- MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
816
825
  MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
817
826
  MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
827
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
828
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
818
829
  MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
819
830
  MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
820
831
  MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
821
832
  MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
833
+ MozTransform?: import("csstype").Property.Transform | undefined;
834
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
835
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
836
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
837
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
838
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
839
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
840
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
822
841
  MozUserInput?: import("csstype").Property.MozUserInput | undefined;
823
842
  msImeMode?: import("csstype").Property.ImeMode | undefined;
824
843
  OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
@@ -851,8 +870,6 @@ export declare function useCoordinate(props: any, state: CoordinateState): {
851
870
  WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
852
871
  WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
853
872
  WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
854
- WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
855
- WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
856
873
  alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
857
874
  baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
858
875
  clipRule?: import("csstype").Property.ClipRule | undefined;
@@ -896,6 +913,8 @@ export declare function useCoordinate(props: any, state: CoordinateState): {
896
913
  "animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
897
914
  "animation-name"?: import("csstype").Property.AnimationName | undefined;
898
915
  "animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
916
+ "animation-range-end"?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
917
+ "animation-range-start"?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
899
918
  "animation-timeline"?: import("csstype").Property.AnimationTimeline | undefined;
900
919
  "animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
901
920
  "aspect-ratio"?: import("csstype").Property.AspectRatio | undefined;
@@ -1006,6 +1025,10 @@ export declare function useCoordinate(props: any, state: CoordinateState): {
1006
1025
  "font-stretch"?: import("csstype").Property.FontStretch | undefined;
1007
1026
  "font-style"?: import("csstype").Property.FontStyle | undefined;
1008
1027
  "font-synthesis"?: import("csstype").Property.FontSynthesis | undefined;
1028
+ "font-synthesis-position"?: import("csstype").Property.FontSynthesisPosition | undefined;
1029
+ "font-synthesis-small-caps"?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
1030
+ "font-synthesis-style"?: import("csstype").Property.FontSynthesisStyle | undefined;
1031
+ "font-synthesis-weight"?: import("csstype").Property.FontSynthesisWeight | undefined;
1009
1032
  "font-variant"?: import("csstype").Property.FontVariant | undefined;
1010
1033
  "font-variant-alternates"?: import("csstype").Property.FontVariantAlternates | undefined;
1011
1034
  "font-variant-caps"?: import("csstype").Property.FontVariantCaps | undefined;
@@ -1075,6 +1098,7 @@ export declare function useCoordinate(props: any, state: CoordinateState): {
1075
1098
  "mask-repeat"?: import("csstype").Property.MaskRepeat | undefined;
1076
1099
  "mask-size"?: import("csstype").Property.MaskSize<string | number> | undefined;
1077
1100
  "mask-type"?: import("csstype").Property.MaskType | undefined;
1101
+ "masonry-auto-flow"?: import("csstype").Property.MasonryAutoFlow | undefined;
1078
1102
  "math-depth"?: import("csstype").Property.MathDepth | undefined;
1079
1103
  "math-shift"?: import("csstype").Property.MathShift | undefined;
1080
1104
  "math-style"?: import("csstype").Property.MathStyle | undefined;
@@ -1190,10 +1214,13 @@ export declare function useCoordinate(props: any, state: CoordinateState): {
1190
1214
  "text-transform"?: import("csstype").Property.TextTransform | undefined;
1191
1215
  "text-underline-offset"?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
1192
1216
  "text-underline-position"?: import("csstype").Property.TextUnderlinePosition | undefined;
1217
+ "text-wrap"?: import("csstype").Property.TextWrap | undefined;
1218
+ "timeline-scope"?: import("csstype").Property.TimelineScope | undefined;
1193
1219
  "touch-action"?: import("csstype").Property.TouchAction | undefined;
1194
1220
  "transform-box"?: import("csstype").Property.TransformBox | undefined;
1195
1221
  "transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1196
1222
  "transform-style"?: import("csstype").Property.TransformStyle | undefined;
1223
+ "transition-behavior"?: import("csstype").Property.TransitionBehavior | undefined;
1197
1224
  "transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1198
1225
  "transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1199
1226
  "transition-property"?: import("csstype").Property.TransitionProperty | undefined;
@@ -1201,14 +1228,20 @@ export declare function useCoordinate(props: any, state: CoordinateState): {
1201
1228
  "unicode-bidi"?: import("csstype").Property.UnicodeBidi | undefined;
1202
1229
  "user-select"?: import("csstype").Property.UserSelect | undefined;
1203
1230
  "vertical-align"?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1231
+ "view-timeline-axis"?: import("csstype").Property.ViewTimelineAxis | undefined;
1232
+ "view-timeline-inset"?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
1233
+ "view-timeline-name"?: import("csstype").Property.ViewTimelineName | undefined;
1204
1234
  "view-transition-name"?: import("csstype").Property.ViewTransitionName | undefined;
1205
1235
  "white-space"?: import("csstype").Property.WhiteSpace | undefined;
1236
+ "white-space-collapse"?: import("csstype").Property.WhiteSpaceCollapse | undefined;
1237
+ "white-space-trim"?: import("csstype").Property.WhiteSpaceTrim | undefined;
1206
1238
  "will-change"?: import("csstype").Property.WillChange | undefined;
1207
1239
  "word-break"?: import("csstype").Property.WordBreak | undefined;
1208
1240
  "word-spacing"?: import("csstype").Property.WordSpacing<string | number> | undefined;
1209
1241
  "word-wrap"?: import("csstype").Property.WordWrap | undefined;
1210
1242
  "writing-mode"?: import("csstype").Property.WritingMode | undefined;
1211
1243
  "z-index"?: import("csstype").Property.ZIndex | undefined;
1244
+ "animation-range"?: import("csstype").Property.AnimationRange<string | number> | undefined;
1212
1245
  "background-position"?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
1213
1246
  "border-block"?: import("csstype").Property.BorderBlock<string | number> | undefined;
1214
1247
  "border-block-end"?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
@@ -1255,6 +1288,7 @@ export declare function useCoordinate(props: any, state: CoordinateState): {
1255
1288
  "scroll-timeline"?: import("csstype").Property.ScrollTimeline | undefined;
1256
1289
  "text-decoration"?: import("csstype").Property.TextDecoration<string | number> | undefined;
1257
1290
  "text-emphasis"?: import("csstype").Property.TextEmphasis | undefined;
1291
+ "view-timeline"?: import("csstype").Property.ViewTimeline | undefined;
1258
1292
  "-moz-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1259
1293
  "-moz-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
1260
1294
  "-moz-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
@@ -1264,7 +1298,6 @@ export declare function useCoordinate(props: any, state: CoordinateState): {
1264
1298
  "-moz-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
1265
1299
  "-moz-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
1266
1300
  "-moz-appearance"?: import("csstype").Property.MozAppearance | undefined;
1267
- "-moz-backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
1268
1301
  "-moz-binding"?: import("csstype").Property.MozBinding | undefined;
1269
1302
  "-moz-border-bottom-colors"?: import("csstype").Property.MozBorderBottomColors | undefined;
1270
1303
  "-moz-border-end-color"?: import("csstype").Property.BorderInlineEndColor | undefined;
@@ -1291,20 +1324,16 @@ export declare function useCoordinate(props: any, state: CoordinateState): {
1291
1324
  "-moz-margin-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1292
1325
  "-moz-orient"?: import("csstype").Property.MozOrient | undefined;
1293
1326
  "-moz-osx-font-smoothing"?: import("csstype").Property.FontSmooth<string | number> | undefined;
1327
+ "-moz-outline-radius-bottomleft"?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
1328
+ "-moz-outline-radius-bottomright"?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
1329
+ "-moz-outline-radius-topleft"?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
1330
+ "-moz-outline-radius-topright"?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
1294
1331
  "-moz-padding-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1295
1332
  "-moz-padding-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1296
- "-moz-perspective"?: import("csstype").Property.Perspective<string | number> | undefined;
1297
- "-moz-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1298
1333
  "-moz-stack-sizing"?: import("csstype").Property.MozStackSizing | undefined;
1299
1334
  "-moz-tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
1300
1335
  "-moz-text-blink"?: import("csstype").Property.MozTextBlink | undefined;
1301
1336
  "-moz-text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
1302
- "-moz-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1303
- "-moz-transform-style"?: import("csstype").Property.TransformStyle | undefined;
1304
- "-moz-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1305
- "-moz-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1306
- "-moz-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
1307
- "-moz-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
1308
1337
  "-moz-user-focus"?: import("csstype").Property.MozUserFocus | undefined;
1309
1338
  "-moz-user-modify"?: import("csstype").Property.MozUserModify | undefined;
1310
1339
  "-moz-user-select"?: import("csstype").Property.UserSelect | undefined;
@@ -1484,7 +1513,7 @@ export declare function useCoordinate(props: any, state: CoordinateState): {
1484
1513
  "-moz-border-image"?: import("csstype").Property.BorderImage | undefined;
1485
1514
  "-moz-column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
1486
1515
  "-moz-columns"?: import("csstype").Property.Columns<string | number> | undefined;
1487
- "-moz-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
1516
+ "-moz-outline-radius"?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
1488
1517
  "-ms-content-zoom-limit"?: import("csstype").Property.MsContentZoomLimit | undefined;
1489
1518
  "-ms-content-zoom-snap"?: import("csstype").Property.MsContentZoomSnap | undefined;
1490
1519
  "-ms-flex"?: import("csstype").Property.Flex<string | number> | undefined;
@@ -1540,6 +1569,7 @@ export declare function useCoordinate(props: any, state: CoordinateState): {
1540
1569
  "-khtml-line-break"?: import("csstype").Property.LineBreak | undefined;
1541
1570
  "-khtml-opacity"?: import("csstype").Property.Opacity | undefined;
1542
1571
  "-khtml-user-select"?: import("csstype").Property.UserSelect | undefined;
1572
+ "-moz-backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
1543
1573
  "-moz-background-clip"?: import("csstype").Property.BackgroundClip | undefined;
1544
1574
  "-moz-background-inline-policy"?: import("csstype").Property.BoxDecorationBreak | undefined;
1545
1575
  "-moz-background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
@@ -1561,17 +1591,22 @@ export declare function useCoordinate(props: any, state: CoordinateState): {
1561
1591
  "-moz-opacity"?: import("csstype").Property.Opacity | undefined;
1562
1592
  "-moz-outline"?: import("csstype").Property.Outline<string | number> | undefined;
1563
1593
  "-moz-outline-color"?: import("csstype").Property.OutlineColor | undefined;
1564
- "-moz-outline-radius"?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
1565
- "-moz-outline-radius-bottomleft"?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
1566
- "-moz-outline-radius-bottomright"?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
1567
- "-moz-outline-radius-topleft"?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
1568
- "-moz-outline-radius-topright"?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
1569
1594
  "-moz-outline-style"?: import("csstype").Property.OutlineStyle | undefined;
1570
1595
  "-moz-outline-width"?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1596
+ "-moz-perspective"?: import("csstype").Property.Perspective<string | number> | undefined;
1597
+ "-moz-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1571
1598
  "-moz-text-align-last"?: import("csstype").Property.TextAlignLast | undefined;
1572
1599
  "-moz-text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
1573
1600
  "-moz-text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
1574
1601
  "-moz-text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
1602
+ "-moz-transform"?: import("csstype").Property.Transform | undefined;
1603
+ "-moz-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1604
+ "-moz-transform-style"?: import("csstype").Property.TransformStyle | undefined;
1605
+ "-moz-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
1606
+ "-moz-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1607
+ "-moz-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1608
+ "-moz-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
1609
+ "-moz-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
1575
1610
  "-moz-user-input"?: import("csstype").Property.MozUserInput | undefined;
1576
1611
  "-ms-ime-mode"?: import("csstype").Property.ImeMode | undefined;
1577
1612
  "-o-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
@@ -1604,8 +1639,6 @@ export declare function useCoordinate(props: any, state: CoordinateState): {
1604
1639
  "-webkit-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
1605
1640
  "-webkit-box-orient"?: import("csstype").Property.BoxOrient | undefined;
1606
1641
  "-webkit-box-pack"?: import("csstype").Property.BoxPack | undefined;
1607
- "-webkit-scroll-snap-points-x"?: import("csstype").Property.ScrollSnapPointsX | undefined;
1608
- "-webkit-scroll-snap-points-y"?: import("csstype").Property.ScrollSnapPointsY | undefined;
1609
1642
  "alignment-baseline"?: import("csstype").Property.AlignmentBaseline | undefined;
1610
1643
  "baseline-shift"?: import("csstype").Property.BaselineShift<string | number> | undefined;
1611
1644
  "clip-rule"?: import("csstype").Property.ClipRule | undefined;
@@ -17,7 +17,7 @@ export declare const pressFocusPropsOptions: <Defaults extends {
17
17
  };
18
18
  };
19
19
  export declare function useFocus(props: ExtractPropTypes<typeof focusPropsOptions>, className: string): {
20
- focused: import("vue").WritableComputedRef<any> & {
20
+ focused: import("vue").Ref<any> & {
21
21
  readonly rxValue: any;
22
22
  };
23
23
  whenFocus: () => void;
@@ -104,7 +104,7 @@ export declare function createForm(props: FormProps): {
104
104
  exposed: any;
105
105
  errors: any[];
106
106
  }[]>;
107
- isValid: import("vue").WritableComputedRef<any> & {
107
+ isValid: Ref<any> & {
108
108
  readonly rxValue: any;
109
109
  };
110
110
  isDisabled: ComputedRef<boolean>;
@@ -54,7 +54,7 @@ export declare const YComponentIcon: import("vue").DefineComponent<{
54
54
  type: StringConstructor;
55
55
  required: true;
56
56
  };
57
- }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
57
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
58
58
  icon: {
59
59
  type: PropType<IconValue>;
60
60
  };
@@ -72,7 +72,7 @@ export declare const YSvgIcon: import("vue").DefineComponent<{
72
72
  type: StringConstructor;
73
73
  required: true;
74
74
  };
75
- }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
75
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
76
76
  icon: {
77
77
  type: PropType<IconValue>;
78
78
  };
@@ -38,7 +38,7 @@ export declare function createThemeModule(options: ThemeOptions): {
38
38
  scheme: Ref<string>;
39
39
  theme: Ref<[string, string]>;
40
40
  };
41
- themes: any;
41
+ themes: Ref<any>;
42
42
  scheme: Ref<string>;
43
43
  theme: Ref<[string, string]>;
44
44
  currentThemeKey: ComputedRef<string>;
@@ -21,14 +21,14 @@ export declare const pressValidationPropsOptions: <Defaults extends {
21
21
  default: unknown extends Defaults["disabled"] ? boolean : boolean | Defaults["disabled"];
22
22
  };
23
23
  status: unknown extends Defaults["status"] ? {
24
- type: PropType<"success" | "warning" | "error" | undefined>;
24
+ type: PropType<"error" | "success" | "warning" | undefined>;
25
25
  validator(value: string): boolean;
26
26
  } : Omit<{
27
- type: PropType<"success" | "warning" | "error" | undefined>;
27
+ type: PropType<"error" | "success" | "warning" | undefined>;
28
28
  validator(value: string): boolean;
29
29
  }, "type" | "default"> & {
30
- type: PropType<unknown extends Defaults["status"] ? "success" | "warning" | "error" | undefined : Defaults["status"] | NonNullable<"success" | "warning" | "error" | undefined>>;
31
- default: unknown extends Defaults["status"] ? "success" | "warning" | "error" | undefined : Defaults["status"] | NonNullable<"success" | "warning" | "error" | undefined>;
30
+ type: PropType<unknown extends Defaults["status"] ? "error" | "success" | "warning" | undefined : Defaults["status"] | NonNullable<"error" | "success" | "warning" | undefined>>;
31
+ default: unknown extends Defaults["status"] ? "error" | "success" | "warning" | undefined : Defaults["status"] | NonNullable<"error" | "success" | "warning" | undefined>;
32
32
  };
33
33
  helperText: unknown extends Defaults["helperText"] ? StringConstructor : {
34
34
  type: PropType<unknown extends Defaults["helperText"] ? string : string | Defaults["helperText"]>;
@@ -1,16 +1,20 @@
1
+
1
2
  import type { VNode } from "vue";
2
- import type {NativeElements, ReservedProps} from "@vue/runtime-dom";
3
3
 
4
- export namespace JSX {
5
- export interface Element extends VNode {}
6
- export interface ElementClass {
7
- $props: {}
4
+ declare global {
5
+ namespace JSX {
6
+ interface Element extends VNode {}
7
+
8
+ interface IntrinsicAttributes {
9
+ [name: string]: any
10
+ }
8
11
  }
9
- export interface ElementAttributesProperty {
10
- $props: {}
12
+ }
13
+
14
+ declare module '@vue/runtime-core' {
15
+ export interface ComponentCustomProperties {
11
16
  }
12
- export interface IntrinsicElements extends NativeElements {
13
- [name: string]: any
17
+
18
+ export interface ComponentInternalInstance {
14
19
  }
15
- export interface IntrinsicAttributes extends ReservedProps {}
16
20
  }