@wikicasa-dev/components 1.9.1 → 1.9.3

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 (58) hide show
  1. package/dist/AccessibleSelect.js +1 -1
  2. package/dist/BaseShimmerLoader.js +20 -11
  3. package/dist/BaseTabView.js +1 -1
  4. package/dist/BaseToggle.js +17 -17
  5. package/dist/SwiperCarousel.js +1 -1
  6. package/dist/UIKit/AccessibleSelect.vue.d.ts +5 -5
  7. package/dist/UIKit/Accordion/BaseAccordion.vue.d.ts +4 -4
  8. package/dist/UIKit/Accordion/BaseAccordionBtn.vue.d.ts +5 -5
  9. package/dist/UIKit/Accordion/BaseAccordionContent.vue.d.ts +3 -3
  10. package/dist/UIKit/Accordion/BaseAccordionItem.vue.d.ts +5 -5
  11. package/dist/UIKit/BaseAlert.vue.d.ts +4 -4
  12. package/dist/UIKit/BaseAutocomplete.vue.d.ts +7 -7
  13. package/dist/UIKit/BaseBadge.vue.d.ts +4 -4
  14. package/dist/UIKit/BaseButton.vue.d.ts +5 -5
  15. package/dist/UIKit/BaseCard.vue.d.ts +5 -5
  16. package/dist/UIKit/BaseComplexToggle.vue.d.ts +4 -4
  17. package/dist/UIKit/BaseDropDown.vue.d.ts +5 -5
  18. package/dist/UIKit/BaseFloatingLabel.vue.d.ts +5 -5
  19. package/dist/UIKit/BaseIcon.vue.d.ts +4 -4
  20. package/dist/UIKit/BaseInput.vue.d.ts +7 -7
  21. package/dist/UIKit/BaseModal.vue.d.ts +5 -5
  22. package/dist/UIKit/BaseNavItem.vue.d.ts +55 -5
  23. package/dist/UIKit/BasePagination.vue.d.ts +4 -4
  24. package/dist/UIKit/BasePaper.vue.d.ts +1 -1
  25. package/dist/UIKit/BaseSelect/SelectItem.vue.d.ts +5 -5
  26. package/dist/UIKit/BaseSlider.vue.d.ts +182 -5
  27. package/dist/UIKit/BaseSnackbar.vue.d.ts +5 -5
  28. package/dist/UIKit/BaseTextarea.vue.d.ts +7 -7
  29. package/dist/UIKit/BaseToggle.vue.d.ts +4 -4
  30. package/dist/UIKit/BaseTooltip.vue.d.ts +4 -4
  31. package/dist/UIKit/BaseUploadFile.vue.d.ts +5 -5
  32. package/dist/UIKit/Checkbox/CheckboxBtn.vue.d.ts +6 -6
  33. package/dist/UIKit/Checkbox/CheckboxGroup.vue.d.ts +5 -5
  34. package/dist/UIKit/Radio/RadioButton.vue.d.ts +5 -5
  35. package/dist/UIKit/Radio/RadioGroup.vue.d.ts +5 -5
  36. package/dist/UIKit/ShimmerLoader/BaseShimmerLoader.vue.d.ts +16 -1
  37. package/dist/UIKit/ShimmerLoader/ShimmerMultiLine.vue.d.ts +4 -4
  38. package/dist/UIKit/StaticSpinner.vue.d.ts +4 -4
  39. package/dist/UIKit/Tab/BaseTab.vue.d.ts +3 -3
  40. package/dist/UIKit/Tab/BaseTabList.vue.d.ts +5 -5
  41. package/dist/UIKit/Tab/BaseTabPanel.vue.d.ts +4 -4
  42. package/dist/UIKit/Tab/BaseTabView.vue.d.ts +4 -8
  43. package/dist/assets/BaseShimmerLoader.css +1 -1
  44. package/dist/assets/SwiperCarousel.css +1 -1
  45. package/dist/chart/DoughnutChart.vue.d.ts +3 -3
  46. package/dist/chart/LineChart.vue.d.ts +3 -3
  47. package/dist/chart/composables/useChartjsModules.d.ts +1 -1
  48. package/dist/chunks/{AccessibleSelect.vue_vue_type_script_setup_true_lang.CM86-jVN.js → AccessibleSelect.vue_vue_type_script_setup_true_lang.B6xZ5URR.js} +46 -41
  49. package/dist/chunks/{BaseTabView.vue_vue_type_script_setup_true_lang.Cs-5T5J3.js → BaseTabView.vue_vue_type_script_setup_true_lang.DSlvTOkB.js} +21 -21
  50. package/dist/chunks/{SwiperCarousel.vue_vue_type_style_index_0_lang.BiS3BhWj.js → SwiperCarousel.vue_vue_type_style_index_0_lang.PH6iC0qV.js} +8 -8
  51. package/dist/chunks/index.BbdLcPJo.js +885 -0
  52. package/dist/components/IntersectionObserver/IntersectionObservable.vue.d.ts +4 -4
  53. package/dist/components/IntersectionObserver/IntersectionObserver.vue.d.ts +5 -5
  54. package/dist/components/carousel/SwiperCarousel.vue.d.ts +7 -7
  55. package/dist/components/carousel/SwiperSlide.vue.d.ts +1 -1
  56. package/dist/index.js +3 -3
  57. package/package.json +19 -19
  58. package/dist/chunks/index.C70510OV.js +0 -878
@@ -11,7 +11,7 @@ declare function __VLS_template(): {
11
11
  }): any;
12
12
  "fixed-bottom"?(_: {}): any;
13
13
  };
14
- declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
14
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
15
15
  id?: string;
16
16
  size?: "modal-sm" | "modal-md" | "modal-lg" | "modal-xxl" | "modal-full";
17
17
  customBackdropClasses?: GenericClassType;
@@ -45,7 +45,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
45
45
  fullHeight: boolean;
46
46
  closeOnClickOut: boolean;
47
47
  centered: boolean;
48
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
48
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
49
49
  closed: () => void;
50
50
  opened: () => void;
51
51
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -82,10 +82,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
82
82
  fullHeight: boolean;
83
83
  closeOnClickOut: boolean;
84
84
  centered: boolean;
85
- }>>> & {
85
+ }>>> & Readonly<{
86
86
  onClosed?: (() => any) | undefined;
87
87
  onOpened?: (() => any) | undefined;
88
- }, {
88
+ }>, {
89
89
  id: string;
90
90
  size: "modal-sm" | "modal-md" | "modal-lg" | "modal-xxl" | "modal-full";
91
91
  closeIcon: string;
@@ -100,7 +100,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
100
100
  fullHeight: boolean;
101
101
  closeOnClickOut: boolean;
102
102
  centered: boolean;
103
- }, {}>;
103
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
104
104
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
105
105
  export default _default;
106
106
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,4 +1,4 @@
1
- declare const _default: import('vue').DefineComponent<{
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
2
  text: {
3
3
  type: StringConstructor;
4
4
  };
@@ -16,7 +16,7 @@ declare const _default: import('vue').DefineComponent<{
16
16
  type: BooleanConstructor;
17
17
  default: boolean;
18
18
  };
19
- }, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
19
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
20
20
  text: {
21
21
  type: StringConstructor;
22
22
  };
@@ -34,10 +34,60 @@ declare const _default: import('vue').DefineComponent<{
34
34
  type: BooleanConstructor;
35
35
  default: boolean;
36
36
  };
37
- }>> & {
37
+ }>> & Readonly<{
38
38
  onClick?: ((...args: any[]) => any) | undefined;
39
- }, {
39
+ }>, {
40
40
  iconClass: string;
41
41
  isActive: boolean;
42
- }, {}>;
42
+ }, {}, {
43
+ BaseIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
44
+ lazyLoading: {
45
+ type: BooleanConstructor;
46
+ default: boolean;
47
+ };
48
+ altAttribute: {
49
+ type: StringConstructor;
50
+ default: string;
51
+ };
52
+ iconName: {
53
+ type: StringConstructor;
54
+ default: string;
55
+ };
56
+ iconType: {
57
+ type: () => "icon-sm" | "icon-md" | "icon-lg" | "icon-xl" | "icon-xxl";
58
+ default: string;
59
+ };
60
+ iconClass: {
61
+ type: StringConstructor;
62
+ default: string;
63
+ };
64
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
65
+ lazyLoading: {
66
+ type: BooleanConstructor;
67
+ default: boolean;
68
+ };
69
+ altAttribute: {
70
+ type: StringConstructor;
71
+ default: string;
72
+ };
73
+ iconName: {
74
+ type: StringConstructor;
75
+ default: string;
76
+ };
77
+ iconType: {
78
+ type: () => "icon-sm" | "icon-md" | "icon-lg" | "icon-xl" | "icon-xxl";
79
+ default: string;
80
+ };
81
+ iconClass: {
82
+ type: StringConstructor;
83
+ default: string;
84
+ };
85
+ }>> & Readonly<{}>, {
86
+ lazyLoading: boolean;
87
+ altAttribute: string;
88
+ iconName: string;
89
+ iconType: "icon-sm" | "icon-md" | "icon-lg" | "icon-xl" | "icon-xxl";
90
+ iconClass: string;
91
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
92
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
43
93
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { Optional } from '@wikicasa-dev/types';
2
2
 
3
- declare const _default: import('vue').DefineComponent<{
3
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4
4
  pageNumber: import('vue').PropType<Optional<number>>;
5
5
  small: {
6
6
  type: import('vue').PropType<boolean>;
@@ -34,7 +34,7 @@ declare const _default: import('vue').DefineComponent<{
34
34
  type: import('vue').PropType<string>;
35
35
  default: string;
36
36
  };
37
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
37
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
38
38
  pageNumber: import('vue').PropType<Optional<number>>;
39
39
  small: {
40
40
  type: import('vue').PropType<boolean>;
@@ -68,7 +68,7 @@ declare const _default: import('vue').DefineComponent<{
68
68
  type: import('vue').PropType<string>;
69
69
  default: string;
70
70
  };
71
- }>>, {
71
+ }>> & Readonly<{}>, {
72
72
  small: boolean;
73
73
  count: number;
74
74
  limit: number;
@@ -77,5 +77,5 @@ declare const _default: import('vue').DefineComponent<{
77
77
  arrowColor: string;
78
78
  prevLabel: string;
79
79
  nextLabel: string;
80
- }, {}>;
80
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
81
81
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -3,7 +3,7 @@ declare function __VLS_template(): {
3
3
  itemIdx: number;
4
4
  }): any;
5
5
  };
6
- declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
6
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
7
7
  label?: string;
8
8
  active?: boolean;
9
9
  idx?: number;
@@ -11,7 +11,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
11
11
  label: string;
12
12
  active: boolean;
13
13
  idx: number;
14
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
14
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
15
  click: (args_0: number) => void;
16
16
  mouseover: (args_0: number) => void;
17
17
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -22,14 +22,14 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
22
22
  label: string;
23
23
  active: boolean;
24
24
  idx: number;
25
- }>>> & {
25
+ }>>> & Readonly<{
26
26
  onClick?: ((args_0: number) => any) | undefined;
27
27
  onMouseover?: ((args_0: number) => any) | undefined;
28
- }, {
28
+ }>, {
29
29
  label: string;
30
30
  idx: number;
31
31
  active: boolean;
32
- }, {}>;
32
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
33
33
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
34
34
  export default _default;
35
35
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,12 +1,12 @@
1
1
  import { Nullable } from '@wikicasa-dev/types';
2
2
 
3
3
  type Inputs = "min-input" | "max-input";
4
- declare const _default: import('vue').DefineComponent<{
4
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
5
5
  type: {
6
6
  type: () => "linear" | "logarithmic";
7
7
  default: string;
8
8
  };
9
- }, unknown, {
9
+ }>, {}, {
10
10
  leftSliderLimit: number;
11
11
  rightSliderLimit: number;
12
12
  minValue: number;
@@ -34,10 +34,187 @@ declare const _default: import('vue').DefineComponent<{
34
34
  type: () => "linear" | "logarithmic";
35
35
  default: string;
36
36
  };
37
- }>> & {
37
+ }>> & Readonly<{
38
38
  onMinChanged?: ((...args: any[]) => any) | undefined;
39
39
  onMaxChanged?: ((...args: any[]) => any) | undefined;
40
- }, {
40
+ }>, {
41
41
  type: "linear" | "logarithmic";
42
- }, {}>;
42
+ }, {}, {
43
+ BaseInput: {
44
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
45
+ modelValue: import('vue').PropType<string | number | undefined>;
46
+ isValid: {
47
+ type: import('vue').PropType<Nullable<boolean>>;
48
+ default: null;
49
+ };
50
+ labelText: {
51
+ type: import('vue').PropType<string>;
52
+ default: string;
53
+ };
54
+ feedback: {
55
+ type: import('vue').PropType<import('@wikicasa-dev/types').FeedbackLabels>;
56
+ };
57
+ inputClass: {
58
+ type: import('vue').PropType<unknown[] | import('@wikicasa-dev/types').ClassType>;
59
+ default: string;
60
+ };
61
+ keepFloatingLabel: {
62
+ type: import('vue').PropType<boolean>;
63
+ default: boolean;
64
+ };
65
+ formatter: {
66
+ type: import('vue').PropType<Nullable<Partial<{
67
+ formatFn: (n: number | string) => string;
68
+ unFormatFn: (v: string) => string | number | null;
69
+ }>>>;
70
+ default: null;
71
+ };
72
+ }>> & Readonly<{
73
+ onClick?: ((args_0: MouseEvent) => any) | undefined;
74
+ onFocusin?: (() => any) | undefined;
75
+ onFocusout?: (() => any) | undefined;
76
+ onKeydown?: ((args_0: KeyboardEvent) => any) | undefined;
77
+ onKeyup?: ((args_0: KeyboardEvent) => any) | undefined;
78
+ onKeydownEnterPressed?: (() => any) | undefined;
79
+ }>, {
80
+ select: () => void;
81
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
82
+ click: (args_0: MouseEvent) => void;
83
+ focusin: () => void;
84
+ focusout: () => void;
85
+ keydown: (args_0: KeyboardEvent) => void;
86
+ keyup: (args_0: KeyboardEvent) => void;
87
+ keydownEnterPressed: () => void;
88
+ }, import('vue').PublicProps, {
89
+ isValid: Nullable<boolean>;
90
+ labelText: string;
91
+ inputClass: import('@wikicasa-dev/types').ClassType | unknown[];
92
+ keepFloatingLabel: boolean;
93
+ formatter: Nullable<Partial<{
94
+ formatFn: (n: number | string) => string;
95
+ unFormatFn: (v: string) => string | number | null;
96
+ }>>;
97
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
98
+ P: {};
99
+ B: {};
100
+ D: {};
101
+ C: {};
102
+ M: {};
103
+ Defaults: {};
104
+ }, Readonly<import('vue').ExtractPropTypes<{
105
+ modelValue: import('vue').PropType<string | number | undefined>;
106
+ isValid: {
107
+ type: import('vue').PropType<Nullable<boolean>>;
108
+ default: null;
109
+ };
110
+ labelText: {
111
+ type: import('vue').PropType<string>;
112
+ default: string;
113
+ };
114
+ feedback: {
115
+ type: import('vue').PropType<import('@wikicasa-dev/types').FeedbackLabels>;
116
+ };
117
+ inputClass: {
118
+ type: import('vue').PropType<unknown[] | import('@wikicasa-dev/types').ClassType>;
119
+ default: string;
120
+ };
121
+ keepFloatingLabel: {
122
+ type: import('vue').PropType<boolean>;
123
+ default: boolean;
124
+ };
125
+ formatter: {
126
+ type: import('vue').PropType<Nullable<Partial<{
127
+ formatFn: (n: number | string) => string;
128
+ unFormatFn: (v: string) => string | number | null;
129
+ }>>>;
130
+ default: null;
131
+ };
132
+ }>> & Readonly<{
133
+ onClick?: ((args_0: MouseEvent) => any) | undefined;
134
+ onFocusin?: (() => any) | undefined;
135
+ onFocusout?: (() => any) | undefined;
136
+ onKeydown?: ((args_0: KeyboardEvent) => any) | undefined;
137
+ onKeyup?: ((args_0: KeyboardEvent) => any) | undefined;
138
+ onKeydownEnterPressed?: (() => any) | undefined;
139
+ }>, {
140
+ select: () => void;
141
+ }, {}, {}, {}, {
142
+ isValid: Nullable<boolean>;
143
+ labelText: string;
144
+ inputClass: import('@wikicasa-dev/types').ClassType | unknown[];
145
+ keepFloatingLabel: boolean;
146
+ formatter: Nullable<Partial<{
147
+ formatFn: (n: number | string) => string;
148
+ unFormatFn: (v: string) => string | number | null;
149
+ }>>;
150
+ }>;
151
+ __isFragment?: never;
152
+ __isTeleport?: never;
153
+ __isSuspense?: never;
154
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
155
+ modelValue: import('vue').PropType<string | number | undefined>;
156
+ isValid: {
157
+ type: import('vue').PropType<Nullable<boolean>>;
158
+ default: null;
159
+ };
160
+ labelText: {
161
+ type: import('vue').PropType<string>;
162
+ default: string;
163
+ };
164
+ feedback: {
165
+ type: import('vue').PropType<import('@wikicasa-dev/types').FeedbackLabels>;
166
+ };
167
+ inputClass: {
168
+ type: import('vue').PropType<unknown[] | import('@wikicasa-dev/types').ClassType>;
169
+ default: string;
170
+ };
171
+ keepFloatingLabel: {
172
+ type: import('vue').PropType<boolean>;
173
+ default: boolean;
174
+ };
175
+ formatter: {
176
+ type: import('vue').PropType<Nullable<Partial<{
177
+ formatFn: (n: number | string) => string;
178
+ unFormatFn: (v: string) => string | number | null;
179
+ }>>>;
180
+ default: null;
181
+ };
182
+ }>> & Readonly<{
183
+ onClick?: ((args_0: MouseEvent) => any) | undefined;
184
+ onFocusin?: (() => any) | undefined;
185
+ onFocusout?: (() => any) | undefined;
186
+ onKeydown?: ((args_0: KeyboardEvent) => any) | undefined;
187
+ onKeyup?: ((args_0: KeyboardEvent) => any) | undefined;
188
+ onKeydownEnterPressed?: (() => any) | undefined;
189
+ }>, {
190
+ select: () => void;
191
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
192
+ click: (args_0: MouseEvent) => void;
193
+ focusin: () => void;
194
+ focusout: () => void;
195
+ keydown: (args_0: KeyboardEvent) => void;
196
+ keyup: (args_0: KeyboardEvent) => void;
197
+ keydownEnterPressed: () => void;
198
+ }, string, {
199
+ isValid: Nullable<boolean>;
200
+ labelText: string;
201
+ inputClass: import('@wikicasa-dev/types').ClassType | unknown[];
202
+ keepFloatingLabel: boolean;
203
+ formatter: Nullable<Partial<{
204
+ formatFn: (n: number | string) => string;
205
+ unFormatFn: (v: string) => string | number | null;
206
+ }>>;
207
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
208
+ $slots: {
209
+ leftIcon?(_: {}): any;
210
+ righticon?(_: {
211
+ handleClean: () => void;
212
+ handleShowPasswd: () => void;
213
+ curType: string;
214
+ }): any;
215
+ feedback?(_: {}): any;
216
+ "under-label"?(_: {}): any;
217
+ };
218
+ });
219
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
43
220
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { Action, Nullable, SnackbarTypes } from '@wikicasa-dev/types';
2
2
 
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
4
4
  type?: SnackbarTypes;
5
5
  title: string;
6
6
  body: string;
@@ -14,7 +14,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
14
14
  type: string;
15
15
  timeout: number;
16
16
  cb: null;
17
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
17
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
18
  "snackbar-hidden": () => void;
19
19
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
20
20
  type?: SnackbarTypes;
@@ -30,13 +30,13 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
30
30
  type: string;
31
31
  timeout: number;
32
32
  cb: null;
33
- }>>> & {
33
+ }>>> & Readonly<{
34
34
  "onSnackbar-hidden"?: (() => any) | undefined;
35
- }, {
35
+ }>, {
36
36
  type: SnackbarTypes;
37
37
  timeout: number;
38
38
  cb: Nullable<Action>;
39
- }, {}>;
39
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
40
40
  export default _default;
41
41
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
42
42
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,6 +1,6 @@
1
1
  import { FeedbackLabels, Nullable } from '@wikicasa-dev/types';
2
2
 
3
- declare const _default: import('vue').DefineComponent<{
3
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4
4
  modelValue: import('vue').PropType<string | undefined>;
5
5
  resize: {
6
6
  type: import('vue').PropType<boolean>;
@@ -17,11 +17,11 @@ declare const _default: import('vue').DefineComponent<{
17
17
  feedback: {
18
18
  type: import('vue').PropType<FeedbackLabels>;
19
19
  };
20
- }, {
20
+ }>, {
21
21
  disableTextarea: () => void;
22
22
  clearTextareaElem: () => void;
23
23
  focusDisabledTextarea: () => void;
24
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
24
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
25
25
  click: (args_0: MouseEvent) => void;
26
26
  focusin: () => void;
27
27
  focusout: () => void;
@@ -43,14 +43,14 @@ declare const _default: import('vue').DefineComponent<{
43
43
  feedback: {
44
44
  type: import('vue').PropType<FeedbackLabels>;
45
45
  };
46
- }>> & {
46
+ }>> & Readonly<{
47
+ onClick?: ((args_0: MouseEvent) => any) | undefined;
47
48
  onFocusin?: (() => any) | undefined;
48
49
  onFocusout?: (() => any) | undefined;
49
50
  onKeydown?: ((args_0: KeyboardEvent) => any) | undefined;
50
- onClick?: ((args_0: MouseEvent) => any) | undefined;
51
- }, {
51
+ }>, {
52
52
  resize: boolean;
53
53
  isValid: Nullable<boolean>;
54
54
  labelText: string;
55
- }, {}>;
55
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
56
56
  export default _default;
@@ -2,7 +2,7 @@ declare function __VLS_template(): {
2
2
  leftLabel?(_: {}): any;
3
3
  rightLabel?(_: {}): any;
4
4
  };
5
- declare const __VLS_component: import('vue').DefineComponent<{
5
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
6
6
  modelValue: import('vue').PropType<boolean | undefined>;
7
7
  label: {
8
8
  type: import('vue').PropType<string>;
@@ -12,7 +12,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
12
12
  type: import('vue').PropType<boolean>;
13
13
  default: boolean;
14
14
  };
15
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
15
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
16
16
  modelValue: import('vue').PropType<boolean | undefined>;
17
17
  label: {
18
18
  type: import('vue').PropType<string>;
@@ -22,10 +22,10 @@ declare const __VLS_component: import('vue').DefineComponent<{
22
22
  type: import('vue').PropType<boolean>;
23
23
  default: boolean;
24
24
  };
25
- }>>, {
25
+ }>> & Readonly<{}>, {
26
26
  label: string;
27
27
  withRightLabel: boolean;
28
- }, {}>;
28
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
29
29
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
30
30
  export default _default;
31
31
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -4,7 +4,7 @@ declare function __VLS_template(): {
4
4
  trigger?(_: {}): any;
5
5
  content?(_: {}): any;
6
6
  };
7
- declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
7
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
8
8
  theme?: {
9
9
  color: "blue" | "white";
10
10
  size: "sm" | "md" | "lg";
@@ -22,7 +22,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
22
22
  customTooltipClass: string;
23
23
  showTooltipContentManually: boolean;
24
24
  tooltipContentClasses: string;
25
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
25
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
26
26
  theme?: {
27
27
  color: "blue" | "white";
28
28
  size: "sm" | "md" | "lg";
@@ -40,7 +40,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
40
40
  customTooltipClass: string;
41
41
  showTooltipContentManually: boolean;
42
42
  tooltipContentClasses: string;
43
- }>>>, {
43
+ }>>> & Readonly<{}>, {
44
44
  direction: "top" | "bottom" | "left" | "right" | "top-center" | "bottom-center";
45
45
  theme: {
46
46
  color: "blue" | "white";
@@ -49,7 +49,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
49
49
  customTooltipClass: "mail-alert" | "";
50
50
  showTooltipContentManually: boolean;
51
51
  tooltipContentClasses: ClassType;
52
- }, {}>;
52
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
53
53
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
54
54
  export default _default;
55
55
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -5,7 +5,7 @@ declare function __VLS_template(): {
5
5
  filename: string;
6
6
  }): any;
7
7
  };
8
- declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
8
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
9
9
  id: string;
10
10
  labelText?: string;
11
11
  clear?: boolean;
@@ -20,7 +20,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
20
20
  floatingLabelClasses: string;
21
21
  fieldsetClasses: string;
22
22
  legendClasses: string;
23
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
23
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
24
24
  cleared: () => void;
25
25
  uploaded: (args_0: File) => void;
26
26
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -38,17 +38,17 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
38
38
  floatingLabelClasses: string;
39
39
  fieldsetClasses: string;
40
40
  legendClasses: string;
41
- }>>> & {
41
+ }>>> & Readonly<{
42
42
  onCleared?: (() => any) | undefined;
43
43
  onUploaded?: ((args_0: File) => any) | undefined;
44
- }, {
44
+ }>, {
45
45
  clear: boolean;
46
46
  labelText: string;
47
47
  labelClasses: ClassType;
48
48
  floatingLabelClasses: ClassType;
49
49
  fieldsetClasses: ClassType;
50
50
  legendClasses: ClassType;
51
- }, {}>;
51
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
52
52
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
53
53
  export default _default;
54
54
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -8,7 +8,7 @@ type EventPayload = {
8
8
  declare function __VLS_template(): {
9
9
  label?(_: {}): any;
10
10
  };
11
- declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
11
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
12
12
  id: string | number;
13
13
  inputClass?: string;
14
14
  inline?: boolean;
@@ -29,7 +29,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
29
29
  containerId: string;
30
30
  containerClass: string;
31
31
  handleLabelClick: boolean;
32
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
32
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
33
33
  click: () => void;
34
34
  change: (args_0: EventPayload) => void;
35
35
  "update:modelValue": (args_0: boolean) => void;
@@ -54,11 +54,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
54
54
  containerId: string;
55
55
  containerClass: string;
56
56
  handleLabelClick: boolean;
57
- }>>> & {
58
- onChange?: ((args_0: EventPayload) => any) | undefined;
57
+ }>>> & Readonly<{
59
58
  onClick?: (() => any) | undefined;
59
+ onChange?: ((args_0: EventPayload) => any) | undefined;
60
60
  "onUpdate:modelValue"?: ((args_0: boolean) => any) | undefined;
61
- }, {
61
+ }>, {
62
62
  label: string | number;
63
63
  containerClass: string;
64
64
  isValid: Nullable<boolean>;
@@ -68,7 +68,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
68
68
  labelClass: string;
69
69
  containerId: string;
70
70
  handleLabelClick: boolean;
71
- }, {}>;
71
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
72
72
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
73
73
  export default _default;
74
74
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -12,7 +12,7 @@ declare function __VLS_template(): {
12
12
  checkboxesData: Record<string, CheckboxButtonType>;
13
13
  }): any;
14
14
  };
15
- declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
15
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
16
16
  valuesObj?: Record<string, CheckboxButtonType>;
17
17
  formCheckInline?: boolean;
18
18
  customClass?: string;
@@ -33,7 +33,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
33
33
  autoCheckResetEmpty: boolean;
34
34
  manualToggleResetButton: boolean;
35
35
  getKey(): (checkBtn: CheckboxButtonType) => string | number;
36
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
36
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
37
37
  "update:modelValue": (args_0: CheckboxButtonType[]) => void;
38
38
  resetted: () => void;
39
39
  checkedGroup: (args_0: string) => void;
@@ -58,11 +58,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
58
58
  autoCheckResetEmpty: boolean;
59
59
  manualToggleResetButton: boolean;
60
60
  getKey(): (checkBtn: CheckboxButtonType) => string | number;
61
- }>>> & {
61
+ }>>> & Readonly<{
62
62
  "onUpdate:modelValue"?: ((args_0: CheckboxButtonType[]) => any) | undefined;
63
63
  onResetted?: (() => any) | undefined;
64
64
  onCheckedGroup?: ((args_0: string) => any) | undefined;
65
- }, {
65
+ }>, {
66
66
  reset: boolean;
67
67
  valuesObj: Record<string, CheckboxButtonType>;
68
68
  formCheckInline: boolean;
@@ -71,7 +71,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
71
71
  autoCheckResetEmpty: boolean;
72
72
  manualToggleResetButton: boolean;
73
73
  getKey: GetterIdType;
74
- }, {}>;
74
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
75
75
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
76
76
  export default _default;
77
77
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;