@weni/unnnic-system 3.2.2 → 3.2.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 (115) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/dist/components/Accordion/Accordion.vue.d.ts +13 -72
  3. package/dist/components/Alert/Alert.vue.d.ts +28 -146
  4. package/dist/components/Alert/Version1dot1.vue.d.ts +14 -73
  5. package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +13 -72
  6. package/dist/components/AudioRecorder/AudioPlayer.vue.d.ts +13 -72
  7. package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +39 -216
  8. package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +13 -72
  9. package/dist/components/Banner/Banner.vue.d.ts +13 -72
  10. package/dist/components/Banner/InfoBanner.vue.d.ts +13 -72
  11. package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts +13 -72
  12. package/dist/components/Button/Button.vue.d.ts +21 -180
  13. package/dist/components/Button/Button.vue.d.ts.map +1 -1
  14. package/dist/components/Button/ButtonIcon.vue.d.ts +13 -72
  15. package/dist/components/Button/types.d.ts +16 -0
  16. package/dist/components/Button/types.d.ts.map +1 -0
  17. package/dist/components/Card/AccountCard.vue.d.ts +13 -72
  18. package/dist/components/Card/BlankCard.vue.d.ts +13 -72
  19. package/dist/components/Card/Card.vue.d.ts +107 -579
  20. package/dist/components/Card/CardCompany.vue.d.ts +40 -217
  21. package/dist/components/Card/CardData.vue.d.ts +13 -72
  22. package/dist/components/Card/CardStatusesContainer.vue.d.ts +26 -144
  23. package/dist/components/Card/ContentCard.vue.d.ts +13 -72
  24. package/dist/components/Card/DashCard.vue.d.ts +26 -144
  25. package/dist/components/Card/MarketplaceCard.vue.d.ts +13 -72
  26. package/dist/components/Card/SimpleCard.vue.d.ts +13 -72
  27. package/dist/components/Card/StatusCard.vue.d.ts +13 -72
  28. package/dist/components/Card/TitleCard.vue.d.ts +14 -73
  29. package/dist/components/CardImage/CardImage.vue.d.ts +39 -216
  30. package/dist/components/CardInformation/CardInformation.vue.d.ts +26 -144
  31. package/dist/components/CardProject/CardProject.vue.d.ts +14 -73
  32. package/dist/components/Carousel/Carousel.vue.d.ts +55 -291
  33. package/dist/components/Carousel/TagCarousel.vue.d.ts +53 -289
  34. package/dist/components/ChartBar/ChartBar.vue.d.ts +57 -252
  35. package/dist/components/ChatText/ChatText.vue.d.ts +13 -72
  36. package/dist/components/ChatsContact/ChatsContact.vue.d.ts +79 -433
  37. package/dist/components/ChatsDashboardTagLive/ChatsDashboardTagLive.vue.d.ts +13 -72
  38. package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +52 -288
  39. package/dist/components/ChatsMessage/ChatsMessageStatusBackdrop.vue.d.ts +26 -144
  40. package/dist/components/ChatsNavbar/ChatsNavbar.vue.d.ts +13 -72
  41. package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +13 -72
  42. package/dist/components/Checkbox/Checkbox.vue.d.ts +13 -72
  43. package/dist/components/DateFilter/DateFilter.vue.d.ts +17 -76
  44. package/dist/components/DatePicker/DatePicker.vue.d.ts +45 -181
  45. package/dist/components/Disclaimer/Disclaimer.vue.d.ts +5 -110
  46. package/dist/components/Disclaimer/Disclaimer.vue.d.ts.map +1 -1
  47. package/dist/components/Disclaimer/types.d.ts +7 -0
  48. package/dist/components/Disclaimer/types.d.ts.map +1 -0
  49. package/dist/components/Drawer/Drawer.vue.d.ts +57 -252
  50. package/dist/components/Dropdown/LanguageSelect.vue.d.ts +26 -144
  51. package/dist/components/Flag.vue.d.ts +13 -72
  52. package/dist/components/FormElement/FormElement.vue.d.ts +13 -72
  53. package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
  54. package/dist/components/Icon/types.d.ts +13 -0
  55. package/dist/components/Icon/types.d.ts.map +1 -0
  56. package/dist/components/Icon.vue.d.ts +15 -72
  57. package/dist/components/Icon.vue.d.ts.map +1 -1
  58. package/dist/components/IconLoading/IconLoading.vue.d.ts +13 -72
  59. package/dist/components/ImportCard/ImportCard.vue.d.ts +57 -252
  60. package/dist/components/Input/BaseInput.vue.d.ts +1 -1
  61. package/dist/components/Input/Input.vue.d.ts +17 -76
  62. package/dist/components/Input/Input.vue.d.ts.map +1 -1
  63. package/dist/components/Input/TextInput.vue.d.ts +16 -75
  64. package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +63 -258
  65. package/dist/components/InputNext/InputNext.vue.d.ts +14 -73
  66. package/dist/components/Modal/Modal.vue.d.ts +13 -72
  67. package/dist/components/ModalDialog/ModalDialog.vue.d.ts +58 -253
  68. package/dist/components/ModalNext/ModalNext.vue.d.ts +74 -328
  69. package/dist/components/ModalUpload/ModalUpload.vue.d.ts +114 -504
  70. package/dist/components/MultiSelect/MultiSelect.vue.d.ts +13 -72
  71. package/dist/components/Pagination/Pagination.vue.d.ts +44 -180
  72. package/dist/components/ProgressBar/ProgressBar.vue.d.ts +13 -72
  73. package/dist/components/SelectSmart/SelectSmart.vue.d.ts +83 -437
  74. package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +40 -217
  75. package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +13 -72
  76. package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts.map +1 -1
  77. package/dist/components/SelectTime/index.vue.d.ts +16 -75
  78. package/dist/components/Slider/Slider.vue.d.ts +13 -72
  79. package/dist/components/StarRating/StarRating.vue.d.ts +13 -72
  80. package/dist/components/Switch/Switch.vue.d.ts +15 -74
  81. package/dist/components/Tab/Tab.vue.d.ts +13 -72
  82. package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
  83. package/dist/components/TableNext/TablePagination.vue.d.ts +44 -180
  84. package/dist/components/TabsExpanded/TabsExpanded.vue.d.ts +13 -72
  85. package/dist/components/Tag/BrandTag.vue.d.ts +13 -72
  86. package/dist/components/Tag/DefaultTag.vue.d.ts +13 -72
  87. package/dist/components/Tag/IndicatorTag.vue.d.ts +13 -72
  88. package/dist/components/Tag/Tag.vue.d.ts +40 -217
  89. package/dist/components/TextArea/TextArea.vue.d.ts +14 -73
  90. package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
  91. package/dist/components/Tour/Tour.vue.d.ts +44 -180
  92. package/dist/components/Tour/TourPopover.vue.d.ts +44 -180
  93. package/dist/components/UploadArea/UploadArea.vue.d.ts +57 -252
  94. package/dist/components/index.d.ts +13836 -7970
  95. package/dist/components/index.d.ts.map +1 -1
  96. package/dist/{es-b22a2af8.mjs → es-cc886436.mjs} +1 -1
  97. package/dist/{index-3e3537cb.mjs → index-d36790a8.mjs} +5864 -5904
  98. package/dist/{pt-br-7a4de77d.mjs → pt-br-5f433748.mjs} +1 -1
  99. package/dist/style.css +1 -1
  100. package/dist/unnnic.mjs +177 -90
  101. package/dist/unnnic.umd.js +40 -40
  102. package/package.json +1 -1
  103. package/src/components/Button/Button.vue +99 -128
  104. package/src/components/Button/types.ts +23 -0
  105. package/src/components/Checkbox/__tests__/Checkbox.spec.js +3 -3
  106. package/src/components/Disclaimer/Disclaimer.vue +27 -25
  107. package/src/components/Disclaimer/__tests__/Disclaimer.spec.js +24 -10
  108. package/src/components/Disclaimer/types.ts +7 -0
  109. package/src/components/Icon/types.ts +114 -0
  110. package/src/components/Icon.vue +44 -76
  111. package/src/components/Switch/__tests__/Switch.spec.js +9 -9
  112. package/src/components/TableNext/__test__/__snapshots__/TableNext.spec.js.snap +5 -5
  113. package/src/components/TableNext/__test__/__snapshots__/TablePagination.spec.js.snap +9 -9
  114. package/src/components/__tests__/Icon.spec.js +32 -18
  115. package/src/components/index.ts +93 -0
@@ -80,110 +80,47 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
80
80
  acceptedFormats: string;
81
81
  uploadIcon: string;
82
82
  }, {}, {
83
- UnnnicButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
84
- size: {
85
- type: StringConstructor;
86
- default: string;
87
- };
88
- text: {
89
- type: StringConstructor;
90
- default: string;
91
- };
92
- type: {
93
- type: StringConstructor;
94
- default: string;
95
- };
96
- float: {
97
- type: BooleanConstructor;
98
- default: boolean;
99
- };
100
- iconLeft: {
101
- type: StringConstructor;
102
- default: string;
103
- };
104
- iconRight: {
105
- type: StringConstructor;
106
- default: string;
107
- };
108
- iconCenter: {
109
- type: StringConstructor;
110
- default: string;
111
- };
112
- iconsFilled: {
113
- type: BooleanConstructor;
114
- default: boolean;
115
- };
116
- next: {
117
- type: BooleanConstructor;
118
- default: boolean;
119
- };
120
- disabled: {
121
- type: BooleanConstructor;
122
- default: boolean;
123
- };
124
- loading: {
125
- type: BooleanConstructor;
126
- default: boolean;
127
- };
128
- }>, {}, {}, {
129
- buttonDisabled(): boolean;
130
- iconSize(): "md" | "sm";
131
- hasText(): boolean | "";
132
- iconScheme(): any;
133
- isSizePropValid(): boolean;
134
- isTypePropValid(): boolean;
135
- }, {
136
- validateProps(): void;
137
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
138
- size: {
139
- type: StringConstructor;
140
- default: string;
141
- };
142
- text: {
143
- type: StringConstructor;
144
- default: string;
145
- };
146
- type: {
147
- type: StringConstructor;
148
- default: string;
149
- };
150
- float: {
151
- type: BooleanConstructor;
152
- default: boolean;
153
- };
154
- iconLeft: {
155
- type: StringConstructor;
156
- default: string;
157
- };
158
- iconRight: {
159
- type: StringConstructor;
160
- default: string;
161
- };
162
- iconCenter: {
163
- type: StringConstructor;
164
- default: string;
165
- };
166
- iconsFilled: {
167
- type: BooleanConstructor;
168
- default: boolean;
169
- };
170
- next: {
171
- type: BooleanConstructor;
172
- default: boolean;
173
- };
174
- disabled: {
175
- type: BooleanConstructor;
176
- default: boolean;
177
- };
178
- loading: {
179
- type: BooleanConstructor;
180
- default: boolean;
181
- };
182
- }>> & Readonly<{}>, {
83
+ UnnnicButton: {
84
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
85
+ text: string;
86
+ next: boolean;
87
+ size: import('../Button/types').ButtonSize;
88
+ type: import('../Button/types').ButtonType;
89
+ disabled: boolean;
90
+ iconLeft: string;
91
+ iconRight: string;
92
+ float: boolean;
93
+ iconCenter: string;
94
+ iconsFilled: boolean;
95
+ loading: boolean;
96
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLButtonElement, import('vue').ComponentProvideOptions, {
97
+ P: {};
98
+ B: {};
99
+ D: {};
100
+ C: {};
101
+ M: {};
102
+ Defaults: {};
103
+ }, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
104
+ text: string;
105
+ next: boolean;
106
+ size: import('../Button/types').ButtonSize;
107
+ type: import('../Button/types').ButtonType;
108
+ disabled: boolean;
109
+ iconLeft: string;
110
+ iconRight: string;
111
+ float: boolean;
112
+ iconCenter: string;
113
+ iconsFilled: boolean;
114
+ loading: boolean;
115
+ }>;
116
+ __isFragment?: never;
117
+ __isTeleport?: never;
118
+ __isSuspense?: never;
119
+ } & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
183
120
  text: string;
184
- type: string;
185
121
  next: boolean;
186
- size: string;
122
+ size: import('../Button/types').ButtonSize;
123
+ type: import('../Button/types').ButtonType;
187
124
  disabled: boolean;
188
125
  iconLeft: string;
189
126
  iconRight: string;
@@ -191,160 +128,28 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
191
128
  iconCenter: string;
192
129
  iconsFilled: boolean;
193
130
  loading: boolean;
194
- }, {}, {
195
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
196
- filled: {
197
- type: BooleanConstructor;
198
- };
199
- next: {
200
- type: BooleanConstructor;
201
- };
202
- icon: {
203
- type: StringConstructor;
204
- default: null;
205
- };
206
- clickable: {
207
- type: BooleanConstructor;
208
- default: boolean;
209
- };
210
- size: {
211
- type: StringConstructor;
212
- default: string;
213
- validator(value: unknown): boolean;
214
- };
215
- lineHeight: {
216
- type: StringConstructor;
217
- default: null;
218
- validator(value: unknown): boolean;
219
- };
220
- scheme: {
221
- type: StringConstructor;
222
- default: string;
223
- };
224
- }>, {}, {}, {
225
- svg(): any;
226
- materialSymbolsName(): any;
227
- }, {
228
- onClick($event: any): void;
229
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
230
- filled: {
231
- type: BooleanConstructor;
232
- };
233
- next: {
234
- type: BooleanConstructor;
235
- };
236
- icon: {
237
- type: StringConstructor;
238
- default: null;
239
- };
240
- clickable: {
241
- type: BooleanConstructor;
242
- default: boolean;
243
- };
244
- size: {
245
- type: StringConstructor;
246
- default: string;
247
- validator(value: unknown): boolean;
248
- };
249
- lineHeight: {
250
- type: StringConstructor;
251
- default: null;
252
- validator(value: unknown): boolean;
253
- };
254
- scheme: {
255
- type: StringConstructor;
256
- default: string;
257
- };
258
- }>> & Readonly<{
259
- onClick?: ((...args: any[]) => any) | undefined;
260
- onMousedown?: ((...args: any[]) => any) | undefined;
261
- onMouseup?: ((...args: any[]) => any) | undefined;
262
- }>, {
263
- filled: boolean;
264
- next: boolean;
265
- icon: string;
266
- clickable: boolean;
267
- size: string;
268
- lineHeight: string;
269
- scheme: string;
270
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
271
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
272
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
273
- filled: {
274
- type: BooleanConstructor;
275
- };
276
- next: {
277
- type: BooleanConstructor;
278
- };
279
- icon: {
280
- type: StringConstructor;
281
- default: null;
282
- };
283
- clickable: {
284
- type: BooleanConstructor;
285
- default: boolean;
286
- };
287
- size: {
288
- type: StringConstructor;
289
- default: string;
290
- validator(value: unknown): boolean;
291
- };
292
- lineHeight: {
293
- type: StringConstructor;
294
- default: null;
295
- validator(value: unknown): boolean;
296
- };
297
- scheme: {
298
- type: StringConstructor;
299
- default: string;
300
- };
301
- }>, {}, {}, {
302
- svg(): any;
303
- materialSymbolsName(): any;
304
- }, {
305
- onClick($event: any): void;
306
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
307
- filled: {
308
- type: BooleanConstructor;
309
- };
310
- next: {
311
- type: BooleanConstructor;
312
- };
313
- icon: {
314
- type: StringConstructor;
315
- default: null;
316
- };
317
- clickable: {
318
- type: BooleanConstructor;
319
- default: boolean;
320
- };
321
- size: {
322
- type: StringConstructor;
323
- default: string;
324
- validator(value: unknown): boolean;
325
- };
326
- lineHeight: {
327
- type: StringConstructor;
328
- default: null;
329
- validator(value: unknown): boolean;
330
- };
331
- scheme: {
332
- type: StringConstructor;
333
- default: string;
334
- };
335
- }>> & Readonly<{
336
- onClick?: ((...args: any[]) => any) | undefined;
337
- onMousedown?: ((...args: any[]) => any) | undefined;
338
- onMouseup?: ((...args: any[]) => any) | undefined;
131
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
132
+ $slots: {
133
+ default?(_: {}): any;
134
+ };
135
+ });
136
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
137
+ click: (event: Event) => any;
138
+ mousedown: (event: Event) => any;
139
+ mouseup: (event: Event) => any;
140
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
141
+ onClick?: ((event: Event) => any) | undefined;
142
+ onMousedown?: ((event: Event) => any) | undefined;
143
+ onMouseup?: ((event: Event) => any) | undefined;
339
144
  }>, {
340
145
  filled: boolean;
341
146
  next: boolean;
342
- icon: string;
147
+ icon: string | null;
343
148
  clickable: boolean;
344
- size: string;
345
- lineHeight: string;
346
- scheme: string;
347
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
149
+ size: import('../Icon.vue').IconSize;
150
+ lineHeight: import('../Icon.vue').LineHeight | null;
151
+ scheme: import('../Icon.vue').SchemeColor;
152
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
348
153
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
349
154
  export default _default;
350
155
  //# sourceMappingURL=ImportCard.vue.d.ts.map
@@ -59,8 +59,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
59
59
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
60
60
  }>, {
61
61
  mask: string | unknown[];
62
- type: string;
63
62
  size: string;
63
+ type: string;
64
64
  hasIconLeft: boolean;
65
65
  hasIconRight: boolean;
66
66
  modelValue: string;
@@ -126,8 +126,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
126
126
  }>, {
127
127
  label: string;
128
128
  mask: string | unknown[];
129
- type: string;
130
129
  size: string;
130
+ type: string;
131
131
  message: string;
132
132
  modelValue: string;
133
133
  nativeType: string;
@@ -195,7 +195,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
195
195
  }, {
196
196
  isDisabled(): unknown;
197
197
  iconRightSvg(): string;
198
- iconScheme(): "aux-red-500" | "neutral-cleanest" | "neutral-dark" | "neutral-cloudy";
198
+ iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
199
199
  attributes(): any;
200
200
  }, {
201
201
  focus(): void;
@@ -257,8 +257,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
257
257
  "onIcon-left-click"?: ((...args: any[]) => any) | undefined;
258
258
  "onIcon-right-click"?: ((...args: any[]) => any) | undefined;
259
259
  }>, {
260
- type: string;
261
260
  size: string;
261
+ type: string;
262
262
  modelValue: string;
263
263
  nativeType: string;
264
264
  placeholder: string;
@@ -330,8 +330,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
330
330
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
331
331
  }>, {
332
332
  mask: string | unknown[];
333
- type: string;
334
333
  size: string;
334
+ type: string;
335
335
  hasIconLeft: boolean;
336
336
  hasIconRight: boolean;
337
337
  modelValue: string;
@@ -339,82 +339,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
339
339
  }, {}, {}, {
340
340
  mask: any;
341
341
  }, string, import('vue').ComponentProvideOptions, true, {}, any>;
342
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
343
- filled: {
344
- type: BooleanConstructor;
345
- };
346
- next: {
347
- type: BooleanConstructor;
348
- };
349
- icon: {
350
- type: StringConstructor;
351
- default: null;
352
- };
353
- clickable: {
354
- type: BooleanConstructor;
355
- default: boolean;
356
- };
357
- size: {
358
- type: StringConstructor;
359
- default: string;
360
- validator(value: unknown): boolean;
361
- };
362
- lineHeight: {
363
- type: StringConstructor;
364
- default: null;
365
- validator(value: unknown): boolean;
366
- };
367
- scheme: {
368
- type: StringConstructor;
369
- default: string;
370
- };
371
- }>, {}, {}, {
372
- svg(): any;
373
- materialSymbolsName(): any;
374
- }, {
375
- onClick($event: any): void;
376
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
377
- filled: {
378
- type: BooleanConstructor;
379
- };
380
- next: {
381
- type: BooleanConstructor;
382
- };
383
- icon: {
384
- type: StringConstructor;
385
- default: null;
386
- };
387
- clickable: {
388
- type: BooleanConstructor;
389
- default: boolean;
390
- };
391
- size: {
392
- type: StringConstructor;
393
- default: string;
394
- validator(value: unknown): boolean;
395
- };
396
- lineHeight: {
397
- type: StringConstructor;
398
- default: null;
399
- validator(value: unknown): boolean;
400
- };
401
- scheme: {
402
- type: StringConstructor;
403
- default: string;
404
- };
405
- }>> & Readonly<{
406
- onClick?: ((...args: any[]) => any) | undefined;
407
- onMousedown?: ((...args: any[]) => any) | undefined;
408
- onMouseup?: ((...args: any[]) => any) | undefined;
342
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
343
+ click: (event: Event) => any;
344
+ mousedown: (event: Event) => any;
345
+ mouseup: (event: Event) => any;
346
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
347
+ onClick?: ((event: Event) => any) | undefined;
348
+ onMousedown?: ((event: Event) => any) | undefined;
349
+ onMouseup?: ((event: Event) => any) | undefined;
409
350
  }>, {
410
351
  filled: boolean;
411
352
  next: boolean;
412
- icon: string;
353
+ icon: string | null;
413
354
  clickable: boolean;
414
- size: string;
415
- lineHeight: string;
416
- scheme: string;
417
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
355
+ size: import('../Icon.vue').IconSize;
356
+ lineHeight: import('../Icon.vue').LineHeight | null;
357
+ scheme: import('../Icon.vue').SchemeColor;
358
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
418
359
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
419
360
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
420
361
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"Input.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/Input.vue"],"names":[],"mappings":"AAwCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAsK8B,sBAAsB"}
1
+ {"version":3,"file":"Input.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/Input.vue"],"names":[],"mappings":"AAwCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAsK8B,sBAAsB"}
@@ -54,7 +54,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
54
54
  }, {
55
55
  isDisabled(): unknown;
56
56
  iconRightSvg(): string;
57
- iconScheme(): "aux-red-500" | "neutral-cleanest" | "neutral-dark" | "neutral-cloudy";
57
+ iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
58
58
  attributes(): any;
59
59
  }, {
60
60
  focus(): void;
@@ -116,8 +116,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
116
116
  "onIcon-left-click"?: ((...args: any[]) => any) | undefined;
117
117
  "onIcon-right-click"?: ((...args: any[]) => any) | undefined;
118
118
  }>, {
119
- type: string;
120
119
  size: string;
120
+ type: string;
121
121
  modelValue: string;
122
122
  nativeType: string;
123
123
  placeholder: string;
@@ -189,8 +189,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
189
189
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
190
190
  }>, {
191
191
  mask: string | unknown[];
192
- type: string;
193
192
  size: string;
193
+ type: string;
194
194
  hasIconLeft: boolean;
195
195
  hasIconRight: boolean;
196
196
  modelValue: string;
@@ -198,82 +198,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
198
198
  }, {}, {}, {
199
199
  mask: any;
200
200
  }, string, import('vue').ComponentProvideOptions, true, {}, any>;
201
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
202
- filled: {
203
- type: BooleanConstructor;
204
- };
205
- next: {
206
- type: BooleanConstructor;
207
- };
208
- icon: {
209
- type: StringConstructor;
210
- default: null;
211
- };
212
- clickable: {
213
- type: BooleanConstructor;
214
- default: boolean;
215
- };
216
- size: {
217
- type: StringConstructor;
218
- default: string;
219
- validator(value: unknown): boolean;
220
- };
221
- lineHeight: {
222
- type: StringConstructor;
223
- default: null;
224
- validator(value: unknown): boolean;
225
- };
226
- scheme: {
227
- type: StringConstructor;
228
- default: string;
229
- };
230
- }>, {}, {}, {
231
- svg(): any;
232
- materialSymbolsName(): any;
233
- }, {
234
- onClick($event: any): void;
235
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
236
- filled: {
237
- type: BooleanConstructor;
238
- };
239
- next: {
240
- type: BooleanConstructor;
241
- };
242
- icon: {
243
- type: StringConstructor;
244
- default: null;
245
- };
246
- clickable: {
247
- type: BooleanConstructor;
248
- default: boolean;
249
- };
250
- size: {
251
- type: StringConstructor;
252
- default: string;
253
- validator(value: unknown): boolean;
254
- };
255
- lineHeight: {
256
- type: StringConstructor;
257
- default: null;
258
- validator(value: unknown): boolean;
259
- };
260
- scheme: {
261
- type: StringConstructor;
262
- default: string;
263
- };
264
- }>> & Readonly<{
265
- onClick?: ((...args: any[]) => any) | undefined;
266
- onMousedown?: ((...args: any[]) => any) | undefined;
267
- onMouseup?: ((...args: any[]) => any) | undefined;
201
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
202
+ click: (event: Event) => any;
203
+ mousedown: (event: Event) => any;
204
+ mouseup: (event: Event) => any;
205
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
206
+ onClick?: ((event: Event) => any) | undefined;
207
+ onMousedown?: ((event: Event) => any) | undefined;
208
+ onMouseup?: ((event: Event) => any) | undefined;
268
209
  }>, {
269
210
  filled: boolean;
270
211
  next: boolean;
271
- icon: string;
212
+ icon: string | null;
272
213
  clickable: boolean;
273
- size: string;
274
- lineHeight: string;
275
- scheme: string;
276
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
214
+ size: import('../Icon.vue').IconSize;
215
+ lineHeight: import('../Icon.vue').LineHeight | null;
216
+ scheme: import('../Icon.vue').SchemeColor;
217
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
277
218
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
278
219
  export default _default;
279
220
  //# sourceMappingURL=TextInput.vue.d.ts.map