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.
Files changed (102) hide show
  1. package/dist/yuyeon.js +3456 -3320
  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 +17 -8
  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/icon.mjs.map +1 -1
  37. package/package.json +6 -10
  38. package/types/components/alert/YAlert.d.ts +1 -1
  39. package/types/components/app/YApp.d.ts +1 -1
  40. package/types/components/badge/YBadge.d.ts +2 -2
  41. package/types/components/button/YButton.d.ts +1 -1
  42. package/types/components/card/YCard.d.ts +1 -1
  43. package/types/components/card/YCardBody.d.ts +1 -1
  44. package/types/components/card/YCardFooter.d.ts +1 -1
  45. package/types/components/card/YCardHeader.d.ts +1 -1
  46. package/types/components/checkbox/YCheckbox.d.ts +3 -3
  47. package/types/components/checkbox/YInputCheckbox.d.ts +3 -3
  48. package/types/components/chip/YChip.d.ts +1 -1
  49. package/types/components/date-picker/YDateCalendar.d.ts +1 -1
  50. package/types/components/date-picker/YDatePicker.d.ts +1 -1
  51. package/types/components/date-picker/YDatePickerControl.d.ts +1 -1
  52. package/types/components/date-picker/YMonthPicker.d.ts +1 -1
  53. package/types/components/date-picker/YYearPicker.d.ts +1 -1
  54. package/types/components/dialog/YDialog.d.ts +76 -43
  55. package/types/components/divider/YDivider.d.ts +1 -1
  56. package/types/components/dropdown/YDropdown.d.ts +1 -1
  57. package/types/components/field-input/YFieldInput.d.ts +14 -14
  58. package/types/components/form/YForm.d.ts +2 -2
  59. package/types/components/icon/YIcon.d.ts +1 -1
  60. package/types/components/icons/YIconCheckbox.d.ts +1 -1
  61. package/types/components/icons/YIconClear.d.ts +1 -1
  62. package/types/components/icons/YIconDropdown.d.ts +1 -1
  63. package/types/components/icons/YIconExpand.d.ts +1 -1
  64. package/types/components/icons/YIconPageControl.d.ts +1 -1
  65. package/types/components/icons/YIconSort.d.ts +1 -1
  66. package/types/components/icons/index.d.ts +8 -8
  67. package/types/components/input/YInput.d.ts +9 -9
  68. package/types/components/layer/YLayer.d.ts +68 -35
  69. package/types/components/list/YList.d.ts +1 -1
  70. package/types/components/list/YListItem.d.ts +1 -1
  71. package/types/components/loading/YSpinnerRing.d.ts +1 -1
  72. package/types/components/menu/YMenu.d.ts +69 -36
  73. package/types/components/pagination/YPagination.d.ts +2 -2
  74. package/types/components/panel/YDividePanel.d.ts +1 -1
  75. package/types/components/plate/YPlate.d.ts +1 -1
  76. package/types/components/progress-bar/YProgressBar.d.ts +1 -1
  77. package/types/components/select/YSelect.d.ts +4787 -3589
  78. package/types/components/snackbar/YSnackbar.d.ts +2 -2
  79. package/types/components/switch/YSwitch.d.ts +2 -2
  80. package/types/components/tab/YTab.d.ts +1 -1
  81. package/types/components/tab/YTabs.d.ts +1 -1
  82. package/types/components/table/YDataTable.d.ts +2 -2
  83. package/types/components/table/YDataTableBody.d.ts +1 -1
  84. package/types/components/table/YDataTableCell.d.ts +1 -1
  85. package/types/components/table/YDataTableControl.d.ts +1 -1
  86. package/types/components/table/YDataTableHead.d.ts +1 -1
  87. package/types/components/table/YDataTableLayer.d.ts +1 -1
  88. package/types/components/table/YDataTableRow.d.ts +1 -1
  89. package/types/components/table/YDataTableServer.d.ts +1 -1
  90. package/types/components/table/YTable.d.ts +1 -1
  91. package/types/components/text-highlighter/YTextHighlighter.d.ts +1 -1
  92. package/types/components/textarea/YTextarea.d.ts +179 -232
  93. package/types/components/tooltip/YTooltip.d.ts +69 -36
  94. package/types/components/transitions/expand-transition.d.ts +1 -1
  95. package/types/components/transitions/index.d.ts +2 -2
  96. package/types/components/tree-view/YTreeView.d.ts +5 -5
  97. package/types/components/tree-view/YTreeViewNode.d.ts +1 -1
  98. package/types/composables/coordinate/index.d.ts +67 -34
  99. package/types/composables/icon.d.ts +2 -2
  100. package/types/composables/theme/index.d.ts +1 -1
  101. package/types/composables/validation.d.ts +4 -4
  102. package/types/globals.d.ts +14 -10
@@ -178,7 +178,7 @@ export declare const YDropdown: import("vue").DefineComponent<{
178
178
  modelValue: PropType<boolean>;
179
179
  variation: PropType<string>;
180
180
  color: PropType<string>;
181
- }, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "update:modelValue")[], "click" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
181
+ }, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "update:modelValue")[], "click" | "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
182
182
  items: {
183
183
  type: PropType<any[]>;
184
184
  default: () => never[];
@@ -56,14 +56,14 @@ export declare const pressYFieldInputPropsOptions: <Defaults extends {
56
56
  default: unknown extends Defaults["disabled"] ? boolean : boolean | Defaults["disabled"];
57
57
  };
58
58
  status: unknown extends Defaults["status"] ? {
59
- type: PropType<"success" | "warning" | "error" | undefined>;
59
+ type: PropType<"error" | "success" | "warning" | undefined>;
60
60
  validator(value: string): boolean;
61
61
  } : Omit<{
62
- type: PropType<"success" | "warning" | "error" | undefined>;
62
+ type: PropType<"error" | "success" | "warning" | undefined>;
63
63
  validator(value: string): boolean;
64
64
  }, "type" | "default"> & {
65
- type: PropType<unknown extends Defaults["status"] ? "success" | "warning" | "error" | undefined : NonNullable<"success" | "warning" | "error" | undefined> | Defaults["status"]>;
66
- default: unknown extends Defaults["status"] ? "success" | "warning" | "error" | undefined : NonNullable<"success" | "warning" | "error" | undefined> | Defaults["status"];
65
+ type: PropType<unknown extends Defaults["status"] ? "error" | "success" | "warning" | undefined : NonNullable<"error" | "success" | "warning" | undefined> | Defaults["status"]>;
66
+ default: unknown extends Defaults["status"] ? "error" | "success" | "warning" | undefined : NonNullable<"error" | "success" | "warning" | undefined> | Defaults["status"];
67
67
  };
68
68
  helperText: unknown extends Defaults["helperText"] ? StringConstructor : {
69
69
  type: PropType<unknown extends Defaults["helperText"] ? string : string | Defaults["helperText"]>;
@@ -241,7 +241,7 @@ export declare const YFieldInput: import("vue").DefineComponent<{
241
241
  readonly: PropType<boolean>;
242
242
  disabled: PropType<boolean>;
243
243
  status: {
244
- type: PropType<"success" | "warning" | "error" | undefined>;
244
+ type: PropType<"error" | "success" | "warning" | undefined>;
245
245
  validator(value: string): boolean;
246
246
  };
247
247
  helperText: StringConstructor;
@@ -305,15 +305,15 @@ export declare const YFieldInput: import("vue").DefineComponent<{
305
305
  focused: import("vue").Ref<any> & {
306
306
  readonly rxValue: any;
307
307
  };
308
- inValue: any;
309
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "input" | "blur" | "focus" | "mousedown" | "mouseup" | "mousedown:display" | "update:modelValue" | "update:focused" | "change" | "keydown" | "keyup")[], "click" | "input" | "blur" | "focus" | "mousedown" | "mouseup" | "mousedown:display" | "update:modelValue" | "update:focused" | "change" | "keydown" | "keyup", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
308
+ inValue: import("vue").Ref<any>;
309
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "blur" | "change" | "click" | "focus" | "keydown" | "keyup" | "mousedown" | "mouseup" | "mousedown:display" | "update:modelValue" | "update:focused")[], "input" | "blur" | "change" | "click" | "focus" | "keydown" | "keyup" | "mousedown" | "mouseup" | "mousedown:display" | "update:modelValue" | "update:focused", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
310
310
  extended: PropType<any>;
311
311
  focused: BooleanConstructor;
312
312
  'onUpdate:focused': PropType<(v: boolean) => void>;
313
313
  readonly: PropType<boolean>;
314
314
  disabled: PropType<boolean>;
315
315
  status: {
316
- type: PropType<"success" | "warning" | "error" | undefined>;
316
+ type: PropType<"error" | "success" | "warning" | undefined>;
317
317
  validator(value: string): boolean;
318
318
  };
319
319
  helperText: StringConstructor;
@@ -374,18 +374,18 @@ export declare const YFieldInput: import("vue").DefineComponent<{
374
374
  default: string;
375
375
  };
376
376
  }>> & {
377
- onClick?: ((...args: any[]) => any) | undefined;
378
- "onUpdate:focused"?: ((...args: any[]) => any) | undefined;
377
+ onInput?: ((...args: any[]) => any) | undefined;
379
378
  onBlur?: ((...args: any[]) => any) | undefined;
379
+ onChange?: ((...args: any[]) => any) | undefined;
380
+ onClick?: ((...args: any[]) => any) | undefined;
380
381
  onFocus?: ((...args: any[]) => any) | undefined;
382
+ onKeydown?: ((...args: any[]) => any) | undefined;
383
+ onKeyup?: ((...args: any[]) => any) | undefined;
381
384
  onMousedown?: ((...args: any[]) => any) | undefined;
382
385
  onMouseup?: ((...args: any[]) => any) | undefined;
386
+ "onUpdate:focused"?: ((...args: any[]) => any) | undefined;
383
387
  "onMousedown:display"?: ((...args: any[]) => any) | undefined;
384
388
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
385
- onInput?: ((...args: any[]) => any) | undefined;
386
- onChange?: ((...args: any[]) => any) | undefined;
387
- onKeydown?: ((...args: any[]) => any) | undefined;
388
- onKeyup?: ((...args: any[]) => any) | undefined;
389
389
  }, {
390
390
  type: string;
391
391
  variation: string;
@@ -15,7 +15,7 @@ export declare const YForm: import("vue").DefineComponent<{
15
15
  'update:modelValue': (val: boolean | null) => true;
16
16
  submit: (e: SubmitEventPromise) => true;
17
17
  'keydown.enter': (e: Event) => true;
18
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
18
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
19
19
  readonly: BooleanConstructor;
20
20
  disabled: BooleanConstructor;
21
21
  loading: BooleanConstructor;
@@ -28,8 +28,8 @@ export declare const YForm: import("vue").DefineComponent<{
28
28
  default: string;
29
29
  };
30
30
  }>> & {
31
- "onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
32
31
  onSubmit?: ((e: SubmitEventPromise) => any) | undefined;
32
+ "onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
33
33
  "onKeydown.enter"?: ((e: Event) => any) | undefined;
34
34
  }, {
35
35
  disabled: boolean;
@@ -61,7 +61,7 @@ export declare const YIcon: import("vue").DefineComponent<{
61
61
  type: (StringConstructor | NumberConstructor)[];
62
62
  };
63
63
  class: PropType<any>;
64
- }, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
64
+ }, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
65
65
  theme: PropType<string>;
66
66
  color: StringConstructor;
67
67
  gap: StringConstructor;
@@ -2,7 +2,7 @@ export declare const YIconCheckbox: import("vue").DefineComponent<{
2
2
  checked: BooleanConstructor;
3
3
  indeterminate: BooleanConstructor;
4
4
  disabled: BooleanConstructor;
5
- }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
5
+ }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
6
6
  checked: BooleanConstructor;
7
7
  indeterminate: BooleanConstructor;
8
8
  disabled: BooleanConstructor;
@@ -1 +1 @@
1
- export declare const YIconClear: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ export declare const YIconClear: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
@@ -1 +1 @@
1
- export declare const YIconDropdown: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ export declare const YIconDropdown: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
@@ -1 +1 @@
1
- export declare const YIconExpand: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ export declare const YIconExpand: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
@@ -10,7 +10,7 @@ export declare const YIconPageControl: import("vue").DefineComponent<{
10
10
  type: PropType<"next" | "prev" | "first" | "last">;
11
11
  default: string;
12
12
  };
13
- }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
13
+ }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
14
  type: {
15
15
  type: PropType<"next" | "prev" | "first" | "last">;
16
16
  default: string;
@@ -6,7 +6,7 @@ export declare const YIconSort: import("vue").DefineComponent<{
6
6
  disabled: {
7
7
  type: BooleanConstructor;
8
8
  };
9
- }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
9
+ }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
10
10
  direction: {
11
11
  type: PropType<"asc" | "desc">;
12
12
  };
@@ -4,14 +4,14 @@ export * from './YIconCheckbox';
4
4
  export * from './YIconPageControl';
5
5
  export * from './YIconSort';
6
6
  export declare const builtSet: {
7
- expand: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
8
- dropdown: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
9
- clear: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
7
+ expand: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
8
+ dropdown: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
9
+ clear: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
10
10
  checkbox: import("vue").DefineComponent<{
11
11
  checked: BooleanConstructor;
12
12
  indeterminate: BooleanConstructor;
13
13
  disabled: BooleanConstructor;
14
- }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
14
+ }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
15
  checked: BooleanConstructor;
16
16
  indeterminate: BooleanConstructor;
17
17
  disabled: BooleanConstructor;
@@ -25,7 +25,7 @@ export declare const builtSet: {
25
25
  type: import("vue").PropType<"next" | "prev" | "first" | "last">;
26
26
  default: string;
27
27
  };
28
- }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
28
+ }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
29
29
  type: {
30
30
  type: import("vue").PropType<"next" | "prev" | "first" | "last">;
31
31
  default: string;
@@ -39,7 +39,7 @@ export declare const builtSet: {
39
39
  type: import("vue").PropType<"next" | "prev" | "first" | "last">;
40
40
  default: string;
41
41
  };
42
- }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
42
+ }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
43
43
  type: {
44
44
  type: import("vue").PropType<"next" | "prev" | "first" | "last">;
45
45
  default: string;
@@ -57,7 +57,7 @@ export declare const builtSet: {
57
57
  type: import("vue").PropType<"next" | "prev" | "first" | "last">;
58
58
  default: string;
59
59
  };
60
- }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
60
+ }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
61
61
  type: {
62
62
  type: import("vue").PropType<"next" | "prev" | "first" | "last">;
63
63
  default: string;
@@ -76,7 +76,7 @@ export declare const builtSet: {
76
76
  disabled: {
77
77
  type: BooleanConstructor;
78
78
  };
79
- }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
79
+ }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
80
80
  direction: {
81
81
  type: import("vue").PropType<"asc" | "desc">;
82
82
  };
@@ -49,14 +49,14 @@ export declare const pressYInputPropsOptions: <Defaults extends {
49
49
  default: unknown extends Defaults["disabled"] ? boolean : boolean | Defaults["disabled"];
50
50
  };
51
51
  status: unknown extends Defaults["status"] ? {
52
- type: PropType<"success" | "warning" | "error" | undefined>;
52
+ type: PropType<"error" | "success" | "warning" | undefined>;
53
53
  validator(value: string): boolean;
54
54
  } : Omit<{
55
- type: PropType<"success" | "warning" | "error" | undefined>;
55
+ type: PropType<"error" | "success" | "warning" | undefined>;
56
56
  validator(value: string): boolean;
57
57
  }, "type" | "default"> & {
58
- type: PropType<unknown extends Defaults["status"] ? "success" | "warning" | "error" | undefined : NonNullable<"success" | "warning" | "error" | undefined> | Defaults["status"]>;
59
- default: unknown extends Defaults["status"] ? "success" | "warning" | "error" | undefined : NonNullable<"success" | "warning" | "error" | undefined> | Defaults["status"];
58
+ type: PropType<unknown extends Defaults["status"] ? "error" | "success" | "warning" | undefined : NonNullable<"error" | "success" | "warning" | undefined> | Defaults["status"]>;
59
+ default: unknown extends Defaults["status"] ? "error" | "success" | "warning" | undefined : NonNullable<"error" | "success" | "warning" | undefined> | Defaults["status"];
60
60
  };
61
61
  helperText: unknown extends Defaults["helperText"] ? StringConstructor : {
62
62
  type: PropType<unknown extends Defaults["helperText"] ? string : string | Defaults["helperText"]>;
@@ -197,7 +197,7 @@ export declare const YInput: import("vue").DefineComponent<{
197
197
  readonly: PropType<boolean>;
198
198
  disabled: PropType<boolean>;
199
199
  status: {
200
- type: PropType<"success" | "warning" | "error" | undefined>;
200
+ type: PropType<"error" | "success" | "warning" | undefined>;
201
201
  validator(value: string): boolean;
202
202
  };
203
203
  helperText: StringConstructor;
@@ -243,14 +243,14 @@ export declare const YInput: import("vue").DefineComponent<{
243
243
  filled: PropType<boolean>;
244
244
  ceramic: PropType<boolean>;
245
245
  theme: PropType<string>;
246
- }, any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "error" | "blur" | "focus" | "mousedown" | "mouseup" | "mousedown:display" | "mouseup:display" | "click:leading" | "update:modelValue" | "update:focused")[], "click" | "error" | "blur" | "focus" | "mousedown" | "mouseup" | "mousedown:display" | "mouseup:display" | "click:leading" | "update:modelValue" | "update:focused", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
246
+ }, any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "click" | "error" | "focus" | "mousedown" | "mouseup" | "mousedown:display" | "mouseup:display" | "click:leading" | "update:modelValue" | "update:focused")[], "blur" | "click" | "error" | "focus" | "mousedown" | "mouseup" | "mousedown:display" | "mouseup:display" | "click:leading" | "update:modelValue" | "update:focused", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
247
247
  extended: PropType<any>;
248
248
  focused: BooleanConstructor;
249
249
  'onUpdate:focused': PropType<(v: boolean) => void>;
250
250
  readonly: PropType<boolean>;
251
251
  disabled: PropType<boolean>;
252
252
  status: {
253
- type: PropType<"success" | "warning" | "error" | undefined>;
253
+ type: PropType<"error" | "success" | "warning" | undefined>;
254
254
  validator(value: string): boolean;
255
255
  };
256
256
  helperText: StringConstructor;
@@ -297,13 +297,13 @@ export declare const YInput: import("vue").DefineComponent<{
297
297
  ceramic: PropType<boolean>;
298
298
  theme: PropType<string>;
299
299
  }>> & {
300
+ onBlur?: ((...args: any[]) => any) | undefined;
300
301
  onClick?: ((...args: any[]) => any) | undefined;
301
- "onUpdate:focused"?: ((...args: any[]) => any) | undefined;
302
302
  onError?: ((...args: any[]) => any) | undefined;
303
- onBlur?: ((...args: any[]) => any) | undefined;
304
303
  onFocus?: ((...args: any[]) => any) | undefined;
305
304
  onMousedown?: ((...args: any[]) => any) | undefined;
306
305
  onMouseup?: ((...args: any[]) => any) | undefined;
306
+ "onUpdate:focused"?: ((...args: any[]) => any) | undefined;
307
307
  "onMousedown:display"?: ((...args: any[]) => any) | undefined;
308
308
  "onMouseup:display"?: ((...args: any[]) => any) | undefined;
309
309
  "onClick:leading"?: ((...args: any[]) => any) | undefined;