@weni/unnnic-system 3.2.2 → 3.2.4

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 (116) hide show
  1. package/CHANGELOG.md +32 -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 +88 -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 +13853 -7969
  95. package/dist/components/index.d.ts.map +1 -1
  96. package/dist/{es-b22a2af8.mjs → es-d628da75.mjs} +1 -1
  97. package/dist/{index-3e3537cb.mjs → index-9a407ee0.mjs} +5871 -5907
  98. package/dist/{pt-br-7a4de77d.mjs → pt-br-d5be1f83.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/ChatsContact/ChatsContact.vue +5 -1
  106. package/src/components/Checkbox/__tests__/Checkbox.spec.js +3 -3
  107. package/src/components/Disclaimer/Disclaimer.vue +27 -25
  108. package/src/components/Disclaimer/__tests__/Disclaimer.spec.js +24 -10
  109. package/src/components/Disclaimer/types.ts +7 -0
  110. package/src/components/Icon/types.ts +114 -0
  111. package/src/components/Icon.vue +44 -76
  112. package/src/components/Switch/__tests__/Switch.spec.js +9 -9
  113. package/src/components/TableNext/__test__/__snapshots__/TableNext.spec.js.snap +5 -5
  114. package/src/components/TableNext/__test__/__snapshots__/TablePagination.spec.js.snap +9 -9
  115. package/src/components/__tests__/Icon.spec.js +32 -18
  116. package/src/components/index.ts +93 -0
@@ -165,82 +165,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
165
165
  leftIcon: string;
166
166
  rightIcon: string;
167
167
  }, {}, {
168
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
169
- filled: {
170
- type: BooleanConstructor;
171
- };
172
- next: {
173
- type: BooleanConstructor;
174
- };
175
- icon: {
176
- type: StringConstructor;
177
- default: null;
178
- };
179
- clickable: {
180
- type: BooleanConstructor;
181
- default: boolean;
182
- };
183
- size: {
184
- type: StringConstructor;
185
- default: string;
186
- validator(value: unknown): boolean;
187
- };
188
- lineHeight: {
189
- type: StringConstructor;
190
- default: null;
191
- validator(value: unknown): boolean;
192
- };
193
- scheme: {
194
- type: StringConstructor;
195
- default: string;
196
- };
197
- }>, {}, {}, {
198
- svg(): any;
199
- materialSymbolsName(): any;
200
- }, {
201
- onClick($event: any): void;
202
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
203
- filled: {
204
- type: BooleanConstructor;
205
- };
206
- next: {
207
- type: BooleanConstructor;
208
- };
209
- icon: {
210
- type: StringConstructor;
211
- default: null;
212
- };
213
- clickable: {
214
- type: BooleanConstructor;
215
- default: boolean;
216
- };
217
- size: {
218
- type: StringConstructor;
219
- default: string;
220
- validator(value: unknown): boolean;
221
- };
222
- lineHeight: {
223
- type: StringConstructor;
224
- default: null;
225
- validator(value: unknown): boolean;
226
- };
227
- scheme: {
228
- type: StringConstructor;
229
- default: string;
230
- };
231
- }>> & Readonly<{
232
- onClick?: ((...args: any[]) => any) | undefined;
233
- onMousedown?: ((...args: any[]) => any) | undefined;
234
- onMouseup?: ((...args: any[]) => any) | undefined;
168
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
169
+ click: (event: Event) => any;
170
+ mousedown: (event: Event) => any;
171
+ mouseup: (event: Event) => any;
172
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
173
+ onClick?: ((event: Event) => any) | undefined;
174
+ onMousedown?: ((event: Event) => any) | undefined;
175
+ onMouseup?: ((event: Event) => any) | undefined;
235
176
  }>, {
236
177
  filled: boolean;
237
178
  next: boolean;
238
- icon: string;
179
+ icon: string | null;
239
180
  clickable: boolean;
240
- size: string;
241
- lineHeight: string;
242
- scheme: string;
243
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
181
+ size: import('../Icon.vue').IconSize;
182
+ lineHeight: import('../Icon.vue').LineHeight | null;
183
+ scheme: import('../Icon.vue').SchemeColor;
184
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
244
185
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
245
186
  text: {
246
187
  type: StringConstructor;
@@ -299,82 +240,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
299
240
  hasBackButton: boolean;
300
241
  enableTooltip: boolean;
301
242
  }, {}, {
302
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
303
- filled: {
304
- type: BooleanConstructor;
305
- };
306
- next: {
307
- type: BooleanConstructor;
308
- };
309
- icon: {
310
- type: StringConstructor;
311
- default: null;
312
- };
313
- clickable: {
314
- type: BooleanConstructor;
315
- default: boolean;
316
- };
317
- size: {
318
- type: StringConstructor;
319
- default: string;
320
- validator(value: unknown): boolean;
321
- };
322
- lineHeight: {
323
- type: StringConstructor;
324
- default: null;
325
- validator(value: unknown): boolean;
326
- };
327
- scheme: {
328
- type: StringConstructor;
329
- default: string;
330
- };
331
- }>, {}, {}, {
332
- svg(): any;
333
- materialSymbolsName(): any;
334
- }, {
335
- onClick($event: any): void;
336
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
337
- filled: {
338
- type: BooleanConstructor;
339
- };
340
- next: {
341
- type: BooleanConstructor;
342
- };
343
- icon: {
344
- type: StringConstructor;
345
- default: null;
346
- };
347
- clickable: {
348
- type: BooleanConstructor;
349
- default: boolean;
350
- };
351
- size: {
352
- type: StringConstructor;
353
- default: string;
354
- validator(value: unknown): boolean;
355
- };
356
- lineHeight: {
357
- type: StringConstructor;
358
- default: null;
359
- validator(value: unknown): boolean;
360
- };
361
- scheme: {
362
- type: StringConstructor;
363
- default: string;
364
- };
365
- }>> & Readonly<{
366
- onClick?: ((...args: any[]) => any) | undefined;
367
- onMousedown?: ((...args: any[]) => any) | undefined;
368
- onMouseup?: ((...args: any[]) => any) | undefined;
243
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
244
+ click: (event: Event) => any;
245
+ mousedown: (event: Event) => any;
246
+ mouseup: (event: Event) => any;
247
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
248
+ onClick?: ((event: Event) => any) | undefined;
249
+ onMousedown?: ((event: Event) => any) | undefined;
250
+ onMouseup?: ((event: Event) => any) | undefined;
369
251
  }>, {
370
252
  filled: boolean;
371
253
  next: boolean;
372
- icon: string;
254
+ icon: string | null;
373
255
  clickable: boolean;
374
- size: string;
375
- lineHeight: string;
376
- scheme: string;
377
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
256
+ size: import('../Icon.vue').IconSize;
257
+ lineHeight: import('../Icon.vue').LineHeight | null;
258
+ scheme: import('../Icon.vue').SchemeColor;
259
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
378
260
  ToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
379
261
  text: {
380
262
  type: StringConstructor;
@@ -483,82 +365,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
483
365
  clickable: boolean;
484
366
  disabled: boolean;
485
367
  }, {}, {
486
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
487
- filled: {
488
- type: BooleanConstructor;
489
- };
490
- next: {
491
- type: BooleanConstructor;
492
- };
493
- icon: {
494
- type: StringConstructor;
495
- default: null;
496
- };
497
- clickable: {
498
- type: BooleanConstructor;
499
- default: boolean;
500
- };
501
- size: {
502
- type: StringConstructor;
503
- default: string;
504
- validator(value: unknown): boolean;
505
- };
506
- lineHeight: {
507
- type: StringConstructor;
508
- default: null;
509
- validator(value: unknown): boolean;
510
- };
511
- scheme: {
512
- type: StringConstructor;
513
- default: string;
514
- };
515
- }>, {}, {}, {
516
- svg(): any;
517
- materialSymbolsName(): any;
518
- }, {
519
- onClick($event: any): void;
520
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
521
- filled: {
522
- type: BooleanConstructor;
523
- };
524
- next: {
525
- type: BooleanConstructor;
526
- };
527
- icon: {
528
- type: StringConstructor;
529
- default: null;
530
- };
531
- clickable: {
532
- type: BooleanConstructor;
533
- default: boolean;
534
- };
535
- size: {
536
- type: StringConstructor;
537
- default: string;
538
- validator(value: unknown): boolean;
539
- };
540
- lineHeight: {
541
- type: StringConstructor;
542
- default: null;
543
- validator(value: unknown): boolean;
544
- };
545
- scheme: {
546
- type: StringConstructor;
547
- default: string;
548
- };
549
- }>> & Readonly<{
550
- onClick?: ((...args: any[]) => any) | undefined;
551
- onMousedown?: ((...args: any[]) => any) | undefined;
552
- onMouseup?: ((...args: any[]) => any) | undefined;
368
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
369
+ click: (event: Event) => any;
370
+ mousedown: (event: Event) => any;
371
+ mouseup: (event: Event) => any;
372
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
373
+ onClick?: ((event: Event) => any) | undefined;
374
+ onMousedown?: ((event: Event) => any) | undefined;
375
+ onMouseup?: ((event: Event) => any) | undefined;
553
376
  }>, {
554
377
  filled: boolean;
555
378
  next: boolean;
556
- icon: string;
379
+ icon: string | null;
557
380
  clickable: boolean;
558
- size: string;
559
- lineHeight: string;
560
- scheme: string;
561
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
381
+ size: import('../Icon.vue').IconSize;
382
+ lineHeight: import('../Icon.vue').LineHeight | null;
383
+ scheme: import('../Icon.vue').SchemeColor;
384
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
562
385
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
563
386
  text: {
564
387
  type: StringConstructor;
@@ -633,9 +456,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
633
456
  };
634
457
  }>> & Readonly<{}>, {
635
458
  text: string;
636
- type: string;
637
459
  clickable: boolean;
638
460
  scheme: string;
461
+ type: string;
639
462
  disabled: boolean;
640
463
  hasCloseIcon: boolean;
641
464
  leftIcon: string;
@@ -148,82 +148,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
148
148
  modelValue: string | boolean;
149
149
  textRight: string;
150
150
  }, {}, {
151
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
152
- filled: {
153
- type: BooleanConstructor;
154
- };
155
- next: {
156
- type: BooleanConstructor;
157
- };
158
- icon: {
159
- type: StringConstructor;
160
- default: null;
161
- };
162
- clickable: {
163
- type: BooleanConstructor;
164
- default: boolean;
165
- };
166
- size: {
167
- type: StringConstructor;
168
- default: string;
169
- validator(value: unknown): boolean;
170
- };
171
- lineHeight: {
172
- type: StringConstructor;
173
- default: null;
174
- validator(value: unknown): boolean;
175
- };
176
- scheme: {
177
- type: StringConstructor;
178
- default: string;
179
- };
180
- }>, {}, {}, {
181
- svg(): any;
182
- materialSymbolsName(): any;
183
- }, {
184
- onClick($event: any): void;
185
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
186
- filled: {
187
- type: BooleanConstructor;
188
- };
189
- next: {
190
- type: BooleanConstructor;
191
- };
192
- icon: {
193
- type: StringConstructor;
194
- default: null;
195
- };
196
- clickable: {
197
- type: BooleanConstructor;
198
- default: boolean;
199
- };
200
- size: {
201
- type: StringConstructor;
202
- default: string;
203
- validator(value: unknown): boolean;
204
- };
205
- lineHeight: {
206
- type: StringConstructor;
207
- default: null;
208
- validator(value: unknown): boolean;
209
- };
210
- scheme: {
211
- type: StringConstructor;
212
- default: string;
213
- };
214
- }>> & Readonly<{
215
- onClick?: ((...args: any[]) => any) | undefined;
216
- onMousedown?: ((...args: any[]) => any) | undefined;
217
- onMouseup?: ((...args: any[]) => any) | undefined;
151
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
152
+ click: (event: Event) => any;
153
+ mousedown: (event: Event) => any;
154
+ mouseup: (event: Event) => any;
155
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
156
+ onClick?: ((event: Event) => any) | undefined;
157
+ onMousedown?: ((event: Event) => any) | undefined;
158
+ onMouseup?: ((event: Event) => any) | undefined;
218
159
  }>, {
219
160
  filled: boolean;
220
161
  next: boolean;
221
- icon: string;
162
+ icon: string | null;
222
163
  clickable: boolean;
223
- size: string;
224
- lineHeight: string;
225
- scheme: string;
226
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
164
+ size: import('../Icon.vue').IconSize;
165
+ lineHeight: import('../Icon.vue').LineHeight | null;
166
+ scheme: import('../Icon.vue').SchemeColor;
167
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
227
168
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
228
169
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
229
170
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"SelectSmartOption.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SelectSmart/SelectSmartOption.vue"],"names":[],"mappings":"AA6CA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAqL8B,sBAAsB"}
1
+ {"version":3,"file":"SelectSmartOption.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SelectSmart/SelectSmartOption.vue"],"names":[],"mappings":"AA6CA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAqL8B,sBAAsB"}
@@ -165,7 +165,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
165
165
  }, {
166
166
  isDisabled(): unknown;
167
167
  iconRightSvg(): string;
168
- iconScheme(): "aux-red-500" | "neutral-cleanest" | "neutral-dark" | "neutral-cloudy";
168
+ iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
169
169
  attributes(): any;
170
170
  }, {
171
171
  focus(): void;
@@ -227,8 +227,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
227
227
  "onIcon-left-click"?: ((...args: any[]) => any) | undefined;
228
228
  "onIcon-right-click"?: ((...args: any[]) => any) | undefined;
229
229
  }>, {
230
- type: string;
231
230
  size: string;
231
+ type: string;
232
232
  modelValue: string;
233
233
  nativeType: string;
234
234
  placeholder: string;
@@ -300,8 +300,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
300
300
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
301
301
  }>, {
302
302
  mask: string | unknown[];
303
- type: string;
304
303
  size: string;
304
+ type: string;
305
305
  hasIconLeft: boolean;
306
306
  hasIconRight: boolean;
307
307
  modelValue: string;
@@ -309,82 +309,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
309
309
  }, {}, {}, {
310
310
  mask: any;
311
311
  }, string, import('vue').ComponentProvideOptions, true, {}, any>;
312
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
313
- filled: {
314
- type: BooleanConstructor;
315
- };
316
- next: {
317
- type: BooleanConstructor;
318
- };
319
- icon: {
320
- type: StringConstructor;
321
- default: null;
322
- };
323
- clickable: {
324
- type: BooleanConstructor;
325
- default: boolean;
326
- };
327
- size: {
328
- type: StringConstructor;
329
- default: string;
330
- validator(value: unknown): boolean;
331
- };
332
- lineHeight: {
333
- type: StringConstructor;
334
- default: null;
335
- validator(value: unknown): boolean;
336
- };
337
- scheme: {
338
- type: StringConstructor;
339
- default: string;
340
- };
341
- }>, {}, {}, {
342
- svg(): any;
343
- materialSymbolsName(): any;
344
- }, {
345
- onClick($event: any): void;
346
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
347
- filled: {
348
- type: BooleanConstructor;
349
- };
350
- next: {
351
- type: BooleanConstructor;
352
- };
353
- icon: {
354
- type: StringConstructor;
355
- default: null;
356
- };
357
- clickable: {
358
- type: BooleanConstructor;
359
- default: boolean;
360
- };
361
- size: {
362
- type: StringConstructor;
363
- default: string;
364
- validator(value: unknown): boolean;
365
- };
366
- lineHeight: {
367
- type: StringConstructor;
368
- default: null;
369
- validator(value: unknown): boolean;
370
- };
371
- scheme: {
372
- type: StringConstructor;
373
- default: string;
374
- };
375
- }>> & Readonly<{
376
- onClick?: ((...args: any[]) => any) | undefined;
377
- onMousedown?: ((...args: any[]) => any) | undefined;
378
- onMouseup?: ((...args: any[]) => any) | undefined;
312
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
313
+ click: (event: Event) => any;
314
+ mousedown: (event: Event) => any;
315
+ mouseup: (event: Event) => any;
316
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
317
+ onClick?: ((event: Event) => any) | undefined;
318
+ onMousedown?: ((event: Event) => any) | undefined;
319
+ onMouseup?: ((event: Event) => any) | undefined;
379
320
  }>, {
380
321
  filled: boolean;
381
322
  next: boolean;
382
- icon: string;
323
+ icon: string | null;
383
324
  clickable: boolean;
384
- size: string;
385
- lineHeight: string;
386
- scheme: string;
387
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
325
+ size: import('../Icon.vue').IconSize;
326
+ lineHeight: import('../Icon.vue').LineHeight | null;
327
+ scheme: import('../Icon.vue').SchemeColor;
328
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
388
329
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
389
330
  }, {
390
331
  onClickOutside: any;
@@ -179,82 +179,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
179
179
  shortcutText: string;
180
180
  enableHtml: boolean;
181
181
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
182
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
183
- filled: {
184
- type: BooleanConstructor;
185
- };
186
- next: {
187
- type: BooleanConstructor;
188
- };
189
- icon: {
190
- type: StringConstructor;
191
- default: null;
192
- };
193
- clickable: {
194
- type: BooleanConstructor;
195
- default: boolean;
196
- };
197
- size: {
198
- type: StringConstructor;
199
- default: string;
200
- validator(value: unknown): boolean;
201
- };
202
- lineHeight: {
203
- type: StringConstructor;
204
- default: null;
205
- validator(value: unknown): boolean;
206
- };
207
- scheme: {
208
- type: StringConstructor;
209
- default: string;
210
- };
211
- }>, {}, {}, {
212
- svg(): any;
213
- materialSymbolsName(): any;
214
- }, {
215
- onClick($event: any): void;
216
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
217
- filled: {
218
- type: BooleanConstructor;
219
- };
220
- next: {
221
- type: BooleanConstructor;
222
- };
223
- icon: {
224
- type: StringConstructor;
225
- default: null;
226
- };
227
- clickable: {
228
- type: BooleanConstructor;
229
- default: boolean;
230
- };
231
- size: {
232
- type: StringConstructor;
233
- default: string;
234
- validator(value: unknown): boolean;
235
- };
236
- lineHeight: {
237
- type: StringConstructor;
238
- default: null;
239
- validator(value: unknown): boolean;
240
- };
241
- scheme: {
242
- type: StringConstructor;
243
- default: string;
244
- };
245
- }>> & Readonly<{
246
- onClick?: ((...args: any[]) => any) | undefined;
247
- onMousedown?: ((...args: any[]) => any) | undefined;
248
- onMouseup?: ((...args: any[]) => any) | undefined;
182
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
183
+ click: (event: Event) => any;
184
+ mousedown: (event: Event) => any;
185
+ mouseup: (event: Event) => any;
186
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
187
+ onClick?: ((event: Event) => any) | undefined;
188
+ onMousedown?: ((event: Event) => any) | undefined;
189
+ onMouseup?: ((event: Event) => any) | undefined;
249
190
  }>, {
250
191
  filled: boolean;
251
192
  next: boolean;
252
- icon: string;
193
+ icon: string | null;
253
194
  clickable: boolean;
254
- size: string;
255
- lineHeight: string;
256
- scheme: string;
257
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
195
+ size: import('../Icon.vue').IconSize;
196
+ lineHeight: import('../Icon.vue').LineHeight | null;
197
+ scheme: import('../Icon.vue').SchemeColor;
198
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
258
199
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
259
200
  export default _default;
260
201
  //# sourceMappingURL=Slider.vue.d.ts.map