sprof 0.0.123 → 0.0.124

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 (63) hide show
  1. package/dist/core/components/ContextWindow.vue.d.ts +1 -1
  2. package/dist/core/components/DateInputRange.vue.d.ts +1 -1
  3. package/dist/core/components/DropList.vue.d.ts +1 -1
  4. package/dist/core/components/GeneralItem.vue.d.ts +1 -1
  5. package/dist/core/components/GridContainer.vue.d.ts +1 -1
  6. package/dist/core/components/ImageCropper.vue.d.ts +133 -1
  7. package/dist/core/components/InfoItem.vue.d.ts +1 -1
  8. package/dist/core/components/LeftRightContainer.vue.d.ts +1 -1
  9. package/dist/core/components/MessageBody.vue.d.ts +1 -1
  10. package/dist/core/components/PPagination.vue.d.ts +1 -1
  11. package/dist/core/components/PhoneForm.vue.d.ts +2 -2
  12. package/dist/core/components/RemoteSearch.vue.d.ts +3 -1
  13. package/dist/core/components/ResearcheContainer.vue.d.ts +1 -1
  14. package/dist/core/components/RightSliderContainer.vue.d.ts +1 -1
  15. package/dist/core/components/RightTabsContainer.vue.d.ts +2 -2
  16. package/dist/core/components/SingleNameToggleForm.vue.d.ts +3 -1
  17. package/dist/core/components/Switch3Pos.vue.d.ts +1 -1
  18. package/dist/core/components/ThemeWrapper.vue.d.ts +1 -1
  19. package/dist/core/components/atoms/PCheckbox/PCheckBox.stories.d.ts +6 -2
  20. package/dist/core/components/atoms/PCheckbox/PCheckBox.vue.d.ts +3 -1
  21. package/dist/core/components/atoms/PDatePicker/PDatePicker.vue.d.ts +3 -1
  22. package/dist/core/components/atoms/PInput/PInput.stories.d.ts +12 -2
  23. package/dist/core/components/atoms/PInput/PInput.vue.d.ts +3 -1
  24. package/dist/core/components/atoms/PInputDate/PInputDate.stories.d.ts +2 -2
  25. package/dist/core/components/atoms/PInputDate/PInputDate.vue.d.ts +1 -1
  26. package/dist/core/components/atoms/PInputNumber/PInputNumber.stories.d.ts +23 -109
  27. package/dist/core/components/atoms/PInputNumber/PInputNumber.vue.d.ts +16 -3
  28. package/dist/core/components/atoms/PList/PList.stories.d.ts +2 -2
  29. package/dist/core/components/atoms/PList/PList.vue.d.ts +1 -1
  30. package/dist/core/components/atoms/PListItem/PListItem.stories.d.ts +3 -3
  31. package/dist/core/components/atoms/PListItem/PListItem.vue.d.ts +1 -1
  32. package/dist/core/components/atoms/PRadio/PRadio.stories.d.ts +6 -2
  33. package/dist/core/components/atoms/PRadio/PRadio.vue.d.ts +3 -1
  34. package/dist/core/components/atoms/PRightSlider/PRightSlider.stories.d.ts +2 -2
  35. package/dist/core/components/atoms/PRightSlider/PRightSlider.vue.d.ts +1 -1
  36. package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +10 -0
  37. package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +2 -0
  38. package/dist/core/components/atoms/PSticky/PSticky.stories.d.ts +2 -2
  39. package/dist/core/components/atoms/PSticky/PSticky.vue.d.ts +1 -1
  40. package/dist/core/components/atoms/PString/PString.stories.d.ts +2 -2
  41. package/dist/core/components/atoms/PString/PString.vue.d.ts +1 -1
  42. package/dist/core/components/atoms/PTable/PTable.storeis.d.ts +2 -2
  43. package/dist/core/components/atoms/PTable/PTable.vue.d.ts +1 -1
  44. package/dist/core/components/atoms/PTextarea/PTextarea.stories.d.ts +12 -2
  45. package/dist/core/components/atoms/PTextarea/PTextarea.vue.d.ts +3 -1
  46. package/dist/core/components/molecules/Collapse/VerticalCollapseContainer.vue.d.ts +3 -3
  47. package/dist/core/components/molecules/PAdd/PAdd.vue.d.ts +1 -1
  48. package/dist/core/components/molecules/PAdd/PContainer.vue.d.ts +1 -1
  49. package/dist/core/components/molecules/PDel/PDel.vue.d.ts +1 -1
  50. package/dist/core/components/organisms/AuthForm/AuthForm.vue.d.ts +1 -1
  51. package/dist/core/components/organisms/PTabs/PTabs.stories.d.ts +6 -2
  52. package/dist/core/components/organisms/PTabs/PTabs.vue.d.ts +3 -1
  53. package/dist/core/components/pages/AuthPage.vue.d.ts +1 -1
  54. package/dist/core/components/pages/PageNotFound.vue.d.ts +1 -1
  55. package/dist/core/helpers/BaseRoutes.d.ts +2 -2
  56. package/dist/core/helpers/Numbers.d.ts +3 -0
  57. package/dist/modules/forms/components/admin/Fields/DateFieldEdit.vue.d.ts +1 -1
  58. package/dist/modules/forms/components/admin/Fields/FieldsEditsComponents.d.ts +3 -3
  59. package/dist/modules/forms/components/admin/Fields/StringFieldEdit.vue.d.ts +1 -1
  60. package/dist/sprof.js +1760 -1773
  61. package/dist/sprof.umd.cjs +13 -13
  62. package/dist/style.css +1 -1
  63. package/package.json +1 -1
@@ -23,7 +23,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
23
23
  }>, {
24
24
  y: number;
25
25
  x: number;
26
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
26
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
27
27
  default?(_: {}): any;
28
28
  }>;
29
29
  export default _default;
@@ -29,5 +29,5 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
29
29
  }>, {
30
30
  end: Date;
31
31
  start: Date;
32
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
32
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
33
33
  export default _default;
@@ -19,7 +19,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
19
19
  }>> & Readonly<{}>, {
20
20
  name: string;
21
21
  rolledUp: boolean;
22
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
22
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
23
23
  default?(_: {}): any;
24
24
  }>;
25
25
  export default _default;
@@ -112,7 +112,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
112
112
  scale: boolean;
113
113
  withIcon: boolean;
114
114
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
115
- "general-item"?(_: {}): any;
115
+ 'general-item'?(_: {}): any;
116
116
  }>;
117
117
  export default _default;
118
118
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -89,7 +89,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
89
89
  gridGap: string;
90
90
  gridTemplateColumns: string;
91
91
  gridTemplateRows: string;
92
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
92
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
93
93
  default?(_: {}): any;
94
94
  }>;
95
95
  export default _default;
@@ -26,5 +26,137 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
26
26
  onCrop?: ((...args: any[]) => any) | undefined;
27
27
  }>, {
28
28
  defaultRatio: number;
29
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
29
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
30
+ cropperRef: ({
31
+ $: import('vue').ComponentInternalInstance;
32
+ $data: {};
33
+ $props: Partial<{} | {
34
+ [x: string]: any;
35
+ }> & Omit<{
36
+ readonly [x: string]: any;
37
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>;
38
+ $attrs: {
39
+ [x: string]: unknown;
40
+ };
41
+ $refs: {
42
+ [x: string]: unknown;
43
+ };
44
+ $slots: Readonly<{
45
+ [name: string]: import('vue').Slot<any> | undefined;
46
+ }>;
47
+ $root: globalThis.ComponentPublicInstance | null;
48
+ $parent: globalThis.ComponentPublicInstance | null;
49
+ $host: Element | null;
50
+ $emit: (event: string, ...args: any[]) => void;
51
+ $el: any;
52
+ $options: import('vue').ComponentOptionsBase<Readonly<any>, {
53
+ getResult: () => import('vue-advanced-cropper').CropperResult;
54
+ setCoordinates: (transform: import('vue-advanced-cropper').Transform | import('vue-advanced-cropper').Transform[]) => void;
55
+ refresh: () => void;
56
+ zoom: (factor: number, center?: import('vue-advanced-cropper').Point | undefined) => void;
57
+ move: (left: number, top?: number | undefined) => void;
58
+ rotate: (angle: number) => void;
59
+ flip: (horizontal: boolean, vertical?: boolean | undefined) => void;
60
+ reset: () => void;
61
+ }, {}, import('vue').ComputedOptions, import('vue').MethodOptions, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {} | {
62
+ [x: string]: any;
63
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
64
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
65
+ created?: ((() => void) | (() => void)[]) | undefined;
66
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
67
+ mounted?: ((() => void) | (() => void)[]) | undefined;
68
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
69
+ updated?: ((() => void) | (() => void)[]) | undefined;
70
+ activated?: ((() => void) | (() => void)[]) | undefined;
71
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
72
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
73
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
74
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
75
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
76
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
77
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
78
+ errorCaptured?: (((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void)[]) | undefined;
79
+ };
80
+ $forceUpdate: () => void;
81
+ $nextTick: typeof import('vue').nextTick;
82
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
83
+ } & Readonly<{}> & Omit<Readonly<any>, "refresh" | "reset" | "move" | "getResult" | "setCoordinates" | "zoom" | "rotate" | "flip"> & import('vue').ShallowUnwrapRef<{
84
+ getResult: () => import('vue-advanced-cropper').CropperResult;
85
+ setCoordinates: (transform: import('vue-advanced-cropper').Transform | import('vue-advanced-cropper').Transform[]) => void;
86
+ refresh: () => void;
87
+ zoom: (factor: number, center?: import('vue-advanced-cropper').Point | undefined) => void;
88
+ move: (left: number, top?: number | undefined) => void;
89
+ rotate: (angle: number) => void;
90
+ flip: (horizontal: boolean, vertical?: boolean | undefined) => void;
91
+ reset: () => void;
92
+ }> & {
93
+ [x: string]: never;
94
+ } & import('vue').MethodOptions & import('vue').ComponentCustomProperties & {}) | ({
95
+ $: import('vue').ComponentInternalInstance;
96
+ $data: {};
97
+ $props: Partial<{} | {
98
+ [x: string]: any;
99
+ }> & Omit<{
100
+ readonly [x: string]: any;
101
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>;
102
+ $attrs: {
103
+ [x: string]: unknown;
104
+ };
105
+ $refs: {
106
+ [x: string]: unknown;
107
+ };
108
+ $slots: Readonly<{
109
+ [name: string]: import('vue').Slot<any> | undefined;
110
+ }>;
111
+ $root: globalThis.ComponentPublicInstance | null;
112
+ $parent: globalThis.ComponentPublicInstance | null;
113
+ $host: Element | null;
114
+ $emit: (event: string, ...args: any[]) => void;
115
+ $el: any;
116
+ $options: import('vue').ComponentOptionsBase<Readonly<any>, {
117
+ getResult: () => import('vue-advanced-cropper').CropperResult;
118
+ setCoordinates: (transform: import('vue-advanced-cropper').Transform | import('vue-advanced-cropper').Transform[]) => void;
119
+ refresh: () => void;
120
+ zoom: (factor: number, center?: import('vue-advanced-cropper').Point | undefined) => void;
121
+ move: (left: number, top?: number | undefined) => void;
122
+ rotate: (angle: number) => void;
123
+ flip: (horizontal: boolean, vertical?: boolean | undefined) => void;
124
+ reset: () => void;
125
+ }, {}, import('vue').ComputedOptions, import('vue').MethodOptions, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {} | {
126
+ [x: string]: any;
127
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
128
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
129
+ created?: ((() => void) | (() => void)[]) | undefined;
130
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
131
+ mounted?: ((() => void) | (() => void)[]) | undefined;
132
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
133
+ updated?: ((() => void) | (() => void)[]) | undefined;
134
+ activated?: ((() => void) | (() => void)[]) | undefined;
135
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
136
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
137
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
138
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
139
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
140
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
141
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
142
+ errorCaptured?: (((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void)[]) | undefined;
143
+ };
144
+ $forceUpdate: () => void;
145
+ $nextTick: typeof import('vue').nextTick;
146
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
147
+ } & Readonly<{
148
+ [x: string]: any;
149
+ }> & Omit<Readonly<any>, "refresh" | "reset" | "move" | "getResult" | "setCoordinates" | "zoom" | "rotate" | "flip"> & import('vue').ShallowUnwrapRef<{
150
+ getResult: () => import('vue-advanced-cropper').CropperResult;
151
+ setCoordinates: (transform: import('vue-advanced-cropper').Transform | import('vue-advanced-cropper').Transform[]) => void;
152
+ refresh: () => void;
153
+ zoom: (factor: number, center?: import('vue-advanced-cropper').Point | undefined) => void;
154
+ move: (left: number, top?: number | undefined) => void;
155
+ rotate: (angle: number) => void;
156
+ flip: (horizontal: boolean, vertical?: boolean | undefined) => void;
157
+ reset: () => void;
158
+ }> & {
159
+ [x: string]: never;
160
+ } & import('vue').MethodOptions & import('vue').ComponentCustomProperties & {}) | null;
161
+ }, any>;
30
162
  export default _default;
@@ -220,7 +220,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
220
220
  showSaveDialog: boolean;
221
221
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
222
222
  default?(_: {}): any;
223
- "open-inside-content"?(_: {}): any;
223
+ 'open-inside-content'?(_: {}): any;
224
224
  title?(_: {}): any;
225
225
  }>;
226
226
  export default _default;
@@ -23,7 +23,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
23
23
  }>> & Readonly<{}>, {
24
24
  leftWidth: string;
25
25
  background: string;
26
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
26
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
27
27
  left?(_: {}): any;
28
28
  right?(_: {}): any;
29
29
  }>;
@@ -23,5 +23,5 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
23
23
  }>> & Readonly<{}>, {
24
24
  text: string;
25
25
  title: string;
26
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
26
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
27
27
  export default _default;
@@ -34,5 +34,5 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
34
34
  }>, {
35
35
  justifyContent: string;
36
36
  showConfirm: boolean;
37
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
37
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
38
38
  export default _default;
@@ -3,8 +3,8 @@ type __VLS_PublicProps = {
3
3
  modelValue?: Phone;
4
4
  };
5
5
  declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6
- "update:modelValue": (modelValue: Phone) => any;
6
+ "update:modelValue": (value: Phone) => any;
7
7
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
8
- "onUpdate:modelValue"?: ((modelValue: Phone) => any) | undefined;
8
+ "onUpdate:modelValue"?: ((value: Phone) => any) | undefined;
9
9
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
10
10
  export default _default;
@@ -72,5 +72,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
72
72
  modelValue: string;
73
73
  keyValue: string;
74
74
  showSuggestions: boolean;
75
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
75
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
76
+ searchForm: unknown;
77
+ }, any>;
76
78
  export default _default;
@@ -23,7 +23,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
23
23
  }>> & Readonly<{}>, {
24
24
  background: string;
25
25
  padding: string;
26
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
26
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
27
27
  header?(_: {}): any;
28
28
  body?(_: {}): any;
29
29
  footer?(_: {}): any;
@@ -69,7 +69,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
69
69
  titleClose: string;
70
70
  sliderOffWidth: string;
71
71
  sliderOnWidth: string;
72
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
72
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
73
73
  header?(_: {}): any;
74
74
  default?(_: {}): any;
75
75
  button?(_: {}): any;
@@ -60,9 +60,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
60
60
  isToggle: boolean;
61
61
  sliderOffWidth: string;
62
62
  sliderOnWidth: string;
63
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
63
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
64
64
  icon?(_: {}): any;
65
- "slider-body"?(_: {}): any;
65
+ 'slider-body'?(_: {}): any;
66
66
  body?(_: {}): any;
67
67
  tabs?(_: {}): any;
68
68
  }>;
@@ -14,5 +14,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
14
14
  };
15
15
  }>> & Readonly<{
16
16
  onSubmit?: ((...args: any[]) => any) | undefined;
17
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
17
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
18
+ form: unknown;
19
+ }, any>;
18
20
  export default _default;
@@ -31,5 +31,5 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
31
31
  onLoad?: ((...args: any[]) => any) | undefined;
32
32
  }>, {
33
33
  defaultLabel: string;
34
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
34
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
35
35
  export default _default;
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
1
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
2
2
  default?(_: {}): any;
3
3
  }>;
4
4
  export default _default;
@@ -39,6 +39,7 @@ declare const _default: {
39
39
  };
40
40
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
41
41
  change: (...args: any[]) => void;
42
+ "update:modelValue": (value: boolean) => void;
42
43
  }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
43
44
  label: {
44
45
  type: StringConstructor;
@@ -77,6 +78,7 @@ declare const _default: {
77
78
  };
78
79
  }>> & Readonly<{
79
80
  onChange?: ((...args: any[]) => any) | undefined;
81
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
80
82
  }>, {
81
83
  label: string;
82
84
  size: string;
@@ -86,7 +88,7 @@ declare const _default: {
86
88
  padding: string;
87
89
  fontSize: string;
88
90
  borderRadius: string;
89
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
91
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
90
92
  tags: string[];
91
93
  parameters: {
92
94
  docs: {
@@ -169,6 +171,7 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
169
171
  };
170
172
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
171
173
  change: (...args: any[]) => void;
174
+ "update:modelValue": (value: boolean) => void;
172
175
  }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
173
176
  label: {
174
177
  type: StringConstructor;
@@ -207,6 +210,7 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
207
210
  };
208
211
  }>> & Readonly<{
209
212
  onChange?: ((...args: any[]) => any) | undefined;
213
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
210
214
  }>, {
211
215
  label: string;
212
216
  size: string;
@@ -216,4 +220,4 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
216
220
  padding: string;
217
221
  fontSize: string;
218
222
  borderRadius: string;
219
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>>;
223
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>>;
@@ -36,6 +36,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
36
36
  };
37
37
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
38
38
  change: (...args: any[]) => void;
39
+ "update:modelValue": (value: boolean) => void;
39
40
  }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
40
41
  label: {
41
42
  type: StringConstructor;
@@ -74,6 +75,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
74
75
  };
75
76
  }>> & Readonly<{
76
77
  onChange?: ((...args: any[]) => any) | undefined;
78
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
77
79
  }>, {
78
80
  label: string;
79
81
  size: string;
@@ -83,5 +85,5 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
83
85
  padding: string;
84
86
  fontSize: string;
85
87
  borderRadius: string;
86
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
88
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
87
89
  export default _default;
@@ -31,6 +31,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
31
31
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
32
32
  input: (...args: any[]) => void;
33
33
  blur: (...args: any[]) => void;
34
+ "update:modelValue": (value: Date | null) => void;
34
35
  }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
35
36
  text: {
36
37
  type: StringConstructor;
@@ -64,13 +65,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
64
65
  }>> & Readonly<{
65
66
  onInput?: ((...args: any[]) => any) | undefined;
66
67
  onBlur?: ((...args: any[]) => any) | undefined;
68
+ "onUpdate:modelValue"?: ((value: Date | null) => any) | undefined;
67
69
  }>, {
68
70
  label: string;
69
71
  text: string;
70
72
  margin: string;
71
73
  placeholder: string;
72
74
  padding: string;
73
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
75
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
74
76
  default?(_: {}): any;
75
77
  right?(_: {}): any;
76
78
  }>;
@@ -44,9 +44,11 @@ declare const _default: {
44
44
  }>> & Readonly<{
45
45
  onInput?: ((...args: any[]) => any) | undefined;
46
46
  onBlur?: ((...args: any[]) => any) | undefined;
47
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
47
48
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
48
49
  input: (...args: any[]) => void;
49
50
  blur: (...args: any[]) => void;
51
+ "update:modelValue": (value: string) => void;
50
52
  }, import('vue').PublicProps, {
51
53
  label: string;
52
54
  mask: string;
@@ -55,7 +57,7 @@ declare const _default: {
55
57
  color: string;
56
58
  disabled: boolean;
57
59
  borderColor: string;
58
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
60
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
59
61
  P: {};
60
62
  B: {};
61
63
  D: {};
@@ -104,6 +106,7 @@ declare const _default: {
104
106
  }>> & Readonly<{
105
107
  onInput?: ((...args: any[]) => any) | undefined;
106
108
  onBlur?: ((...args: any[]) => any) | undefined;
109
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
107
110
  }>, {}, {}, {}, {}, {
108
111
  label: string;
109
112
  mask: string;
@@ -158,9 +161,11 @@ declare const _default: {
158
161
  }>> & Readonly<{
159
162
  onInput?: ((...args: any[]) => any) | undefined;
160
163
  onBlur?: ((...args: any[]) => any) | undefined;
164
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
161
165
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
162
166
  input: (...args: any[]) => void;
163
167
  blur: (...args: any[]) => void;
168
+ "update:modelValue": (value: string) => void;
164
169
  }, string, {
165
170
  label: string;
166
171
  mask: string;
@@ -258,9 +263,11 @@ export declare const Default: StoryFn<{
258
263
  }>> & Readonly<{
259
264
  onInput?: ((...args: any[]) => any) | undefined;
260
265
  onBlur?: ((...args: any[]) => any) | undefined;
266
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
261
267
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
262
268
  input: (...args: any[]) => void;
263
269
  blur: (...args: any[]) => void;
270
+ "update:modelValue": (value: string) => void;
264
271
  }, import('vue').PublicProps, {
265
272
  label: string;
266
273
  mask: string;
@@ -269,7 +276,7 @@ export declare const Default: StoryFn<{
269
276
  color: string;
270
277
  disabled: boolean;
271
278
  borderColor: string;
272
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
279
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
273
280
  P: {};
274
281
  B: {};
275
282
  D: {};
@@ -318,6 +325,7 @@ export declare const Default: StoryFn<{
318
325
  }>> & Readonly<{
319
326
  onInput?: ((...args: any[]) => any) | undefined;
320
327
  onBlur?: ((...args: any[]) => any) | undefined;
328
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
321
329
  }>, {}, {}, {}, {}, {
322
330
  label: string;
323
331
  mask: string;
@@ -372,9 +380,11 @@ export declare const Default: StoryFn<{
372
380
  }>> & Readonly<{
373
381
  onInput?: ((...args: any[]) => any) | undefined;
374
382
  onBlur?: ((...args: any[]) => any) | undefined;
383
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
375
384
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
376
385
  input: (...args: any[]) => void;
377
386
  blur: (...args: any[]) => void;
387
+ "update:modelValue": (value: string) => void;
378
388
  }, string, {
379
389
  label: string;
380
390
  mask: string;
@@ -40,6 +40,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
40
40
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
41
41
  input: (...args: any[]) => void;
42
42
  blur: (...args: any[]) => void;
43
+ "update:modelValue": (value: string) => void;
43
44
  }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
44
45
  label: {
45
46
  type: StringConstructor;
@@ -82,6 +83,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
82
83
  }>> & Readonly<{
83
84
  onInput?: ((...args: any[]) => any) | undefined;
84
85
  onBlur?: ((...args: any[]) => any) | undefined;
86
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
85
87
  }>, {
86
88
  label: string;
87
89
  mask: string;
@@ -90,7 +92,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
90
92
  color: string;
91
93
  disabled: boolean;
92
94
  borderColor: string;
93
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
95
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
94
96
  default?(_: {}): any;
95
97
  right?(_: {}): any;
96
98
  }>;
@@ -60,7 +60,7 @@ declare const _default: {
60
60
  width: string;
61
61
  margin: string;
62
62
  placeholder: string;
63
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
63
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
64
64
  tags: string[];
65
65
  parameters: {
66
66
  docs: {
@@ -148,4 +148,4 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
148
148
  width: string;
149
149
  margin: string;
150
150
  placeholder: string;
151
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>>;
151
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>>;
@@ -57,5 +57,5 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
57
57
  width: string;
58
58
  margin: string;
59
59
  placeholder: string;
60
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
60
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
61
61
  export default _default;