@weni/unnnic-system 3.2.1 → 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 (121) hide show
  1. package/CHANGELOG.md +31 -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 +112 -291
  39. package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts.map +1 -1
  40. package/dist/components/ChatsMessage/ChatsMessageStatusBackdrop.vue.d.ts +26 -144
  41. package/dist/components/ChatsMessage/ChatsMessageText.vue.d.ts +42 -3
  42. package/dist/components/ChatsMessage/ChatsMessageText.vue.d.ts.map +1 -1
  43. package/dist/components/ChatsNavbar/ChatsNavbar.vue.d.ts +13 -72
  44. package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +13 -72
  45. package/dist/components/Checkbox/Checkbox.vue.d.ts +13 -72
  46. package/dist/components/DateFilter/DateFilter.vue.d.ts +17 -76
  47. package/dist/components/DatePicker/DatePicker.vue.d.ts +45 -181
  48. package/dist/components/Disclaimer/Disclaimer.vue.d.ts +5 -110
  49. package/dist/components/Disclaimer/Disclaimer.vue.d.ts.map +1 -1
  50. package/dist/components/Disclaimer/types.d.ts +7 -0
  51. package/dist/components/Disclaimer/types.d.ts.map +1 -0
  52. package/dist/components/Drawer/Drawer.vue.d.ts +57 -252
  53. package/dist/components/Dropdown/LanguageSelect.vue.d.ts +26 -144
  54. package/dist/components/Flag.vue.d.ts +13 -72
  55. package/dist/components/FormElement/FormElement.vue.d.ts +13 -72
  56. package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
  57. package/dist/components/Icon/types.d.ts +13 -0
  58. package/dist/components/Icon/types.d.ts.map +1 -0
  59. package/dist/components/Icon.vue.d.ts +15 -72
  60. package/dist/components/Icon.vue.d.ts.map +1 -1
  61. package/dist/components/IconLoading/IconLoading.vue.d.ts +13 -72
  62. package/dist/components/ImportCard/ImportCard.vue.d.ts +57 -252
  63. package/dist/components/Input/BaseInput.vue.d.ts +1 -1
  64. package/dist/components/Input/Input.vue.d.ts +17 -76
  65. package/dist/components/Input/Input.vue.d.ts.map +1 -1
  66. package/dist/components/Input/TextInput.vue.d.ts +16 -75
  67. package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +63 -258
  68. package/dist/components/InputNext/InputNext.vue.d.ts +14 -73
  69. package/dist/components/Modal/Modal.vue.d.ts +13 -72
  70. package/dist/components/ModalDialog/ModalDialog.vue.d.ts +58 -253
  71. package/dist/components/ModalNext/ModalNext.vue.d.ts +74 -328
  72. package/dist/components/ModalUpload/ModalUpload.vue.d.ts +114 -504
  73. package/dist/components/MultiSelect/MultiSelect.vue.d.ts +13 -72
  74. package/dist/components/Pagination/Pagination.vue.d.ts +44 -180
  75. package/dist/components/ProgressBar/ProgressBar.vue.d.ts +13 -72
  76. package/dist/components/SelectSmart/SelectSmart.vue.d.ts +83 -437
  77. package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +40 -217
  78. package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +13 -72
  79. package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts.map +1 -1
  80. package/dist/components/SelectTime/index.vue.d.ts +16 -75
  81. package/dist/components/Slider/Slider.vue.d.ts +13 -72
  82. package/dist/components/StarRating/StarRating.vue.d.ts +13 -72
  83. package/dist/components/Switch/Switch.vue.d.ts +15 -74
  84. package/dist/components/Tab/Tab.vue.d.ts +13 -72
  85. package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
  86. package/dist/components/TableNext/TablePagination.vue.d.ts +44 -180
  87. package/dist/components/TabsExpanded/TabsExpanded.vue.d.ts +13 -72
  88. package/dist/components/Tag/BrandTag.vue.d.ts +13 -72
  89. package/dist/components/Tag/DefaultTag.vue.d.ts +13 -72
  90. package/dist/components/Tag/IndicatorTag.vue.d.ts +13 -72
  91. package/dist/components/Tag/Tag.vue.d.ts +40 -217
  92. package/dist/components/TextArea/TextArea.vue.d.ts +14 -73
  93. package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
  94. package/dist/components/Tour/Tour.vue.d.ts +44 -180
  95. package/dist/components/Tour/TourPopover.vue.d.ts +44 -180
  96. package/dist/components/UploadArea/UploadArea.vue.d.ts +57 -252
  97. package/dist/components/index.d.ts +13873 -7950
  98. package/dist/components/index.d.ts.map +1 -1
  99. package/dist/{es-a01fbef6.mjs → es-cc886436.mjs} +1 -1
  100. package/dist/{index-653c8f92.mjs → index-d36790a8.mjs} +5832 -5834
  101. package/dist/{pt-br-8c017501.mjs → pt-br-5f433748.mjs} +1 -1
  102. package/dist/style.css +1 -1
  103. package/dist/unnnic.mjs +177 -90
  104. package/dist/unnnic.umd.js +40 -40
  105. package/package.json +2 -2
  106. package/src/components/Button/Button.vue +99 -128
  107. package/src/components/Button/types.ts +23 -0
  108. package/src/components/ChatsMessage/ChatsMessage.vue +15 -0
  109. package/src/components/ChatsMessage/ChatsMessageText.vue +58 -4
  110. package/src/components/Checkbox/__tests__/Checkbox.spec.js +3 -3
  111. package/src/components/Disclaimer/Disclaimer.vue +27 -25
  112. package/src/components/Disclaimer/__tests__/Disclaimer.spec.js +24 -10
  113. package/src/components/Disclaimer/types.ts +7 -0
  114. package/src/components/Icon/types.ts +114 -0
  115. package/src/components/Icon.vue +44 -76
  116. package/src/components/Switch/__tests__/Switch.spec.js +9 -9
  117. package/src/components/TableNext/__test__/__snapshots__/TableNext.spec.js.snap +5 -5
  118. package/src/components/TableNext/__test__/__snapshots__/TablePagination.spec.js.snap +9 -9
  119. package/src/components/__tests__/Icon.spec.js +32 -18
  120. package/src/components/index.ts +93 -0
  121. package/src/stories/ChatsMessage.stories.js +7 -0
@@ -58,9 +58,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
58
58
  };
59
59
  }>> & Readonly<{}>, {
60
60
  title: string;
61
+ info: string;
61
62
  icon: string;
62
63
  scheme: string;
63
- info: string;
64
64
  enabled: boolean;
65
65
  infoPosition: string;
66
66
  hasInformationIcon: boolean;
@@ -140,82 +140,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
140
140
  shortcutText: string;
141
141
  enableHtml: boolean;
142
142
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
143
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
144
- filled: {
145
- type: BooleanConstructor;
146
- };
147
- next: {
148
- type: BooleanConstructor;
149
- };
150
- icon: {
151
- type: StringConstructor;
152
- default: null;
153
- };
154
- clickable: {
155
- type: BooleanConstructor;
156
- default: boolean;
157
- };
158
- size: {
159
- type: StringConstructor;
160
- default: string;
161
- validator(value: unknown): boolean;
162
- };
163
- lineHeight: {
164
- type: StringConstructor;
165
- default: null;
166
- validator(value: unknown): boolean;
167
- };
168
- scheme: {
169
- type: StringConstructor;
170
- default: string;
171
- };
172
- }>, {}, {}, {
173
- svg(): any;
174
- materialSymbolsName(): any;
175
- }, {
176
- onClick($event: any): void;
177
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
178
- filled: {
179
- type: BooleanConstructor;
180
- };
181
- next: {
182
- type: BooleanConstructor;
183
- };
184
- icon: {
185
- type: StringConstructor;
186
- default: null;
187
- };
188
- clickable: {
189
- type: BooleanConstructor;
190
- default: boolean;
191
- };
192
- size: {
193
- type: StringConstructor;
194
- default: string;
195
- validator(value: unknown): boolean;
196
- };
197
- lineHeight: {
198
- type: StringConstructor;
199
- default: null;
200
- validator(value: unknown): boolean;
201
- };
202
- scheme: {
203
- type: StringConstructor;
204
- default: string;
205
- };
206
- }>> & Readonly<{
207
- onClick?: ((...args: any[]) => any) | undefined;
208
- onMousedown?: ((...args: any[]) => any) | undefined;
209
- onMouseup?: ((...args: any[]) => any) | undefined;
143
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
144
+ click: (event: Event) => any;
145
+ mousedown: (event: Event) => any;
146
+ mouseup: (event: Event) => any;
147
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
148
+ onClick?: ((event: Event) => any) | undefined;
149
+ onMousedown?: ((event: Event) => any) | undefined;
150
+ onMouseup?: ((event: Event) => any) | undefined;
210
151
  }>, {
211
152
  filled: boolean;
212
153
  next: boolean;
213
- icon: string;
154
+ icon: string | null;
214
155
  clickable: boolean;
215
- size: string;
216
- lineHeight: string;
217
- scheme: string;
218
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
156
+ size: import('../Icon.vue').IconSize;
157
+ lineHeight: import('../Icon.vue').LineHeight | null;
158
+ scheme: import('../Icon.vue').SchemeColor;
159
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
219
160
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
220
161
  export default _default;
221
162
  //# sourceMappingURL=TitleCard.vue.d.ts.map
@@ -20,82 +20,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
20
20
  data: unknown[];
21
21
  modelValue: boolean;
22
22
  }, {}, {
23
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
24
- filled: {
25
- type: BooleanConstructor;
26
- };
27
- next: {
28
- type: BooleanConstructor;
29
- };
30
- icon: {
31
- type: StringConstructor;
32
- default: null;
33
- };
34
- clickable: {
35
- type: BooleanConstructor;
36
- default: boolean;
37
- };
38
- size: {
39
- type: StringConstructor;
40
- default: string;
41
- validator(value: unknown): boolean;
42
- };
43
- lineHeight: {
44
- type: StringConstructor;
45
- default: null;
46
- validator(value: unknown): boolean;
47
- };
48
- scheme: {
49
- type: StringConstructor;
50
- default: string;
51
- };
52
- }>, {}, {}, {
53
- svg(): any;
54
- materialSymbolsName(): any;
55
- }, {
56
- onClick($event: any): void;
57
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
58
- filled: {
59
- type: BooleanConstructor;
60
- };
61
- next: {
62
- type: BooleanConstructor;
63
- };
64
- icon: {
65
- type: StringConstructor;
66
- default: null;
67
- };
68
- clickable: {
69
- type: BooleanConstructor;
70
- default: boolean;
71
- };
72
- size: {
73
- type: StringConstructor;
74
- default: string;
75
- validator(value: unknown): boolean;
76
- };
77
- lineHeight: {
78
- type: StringConstructor;
79
- default: null;
80
- validator(value: unknown): boolean;
81
- };
82
- scheme: {
83
- type: StringConstructor;
84
- default: string;
85
- };
86
- }>> & Readonly<{
87
- onClick?: ((...args: any[]) => any) | undefined;
88
- onMousedown?: ((...args: any[]) => any) | undefined;
89
- onMouseup?: ((...args: any[]) => any) | undefined;
23
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
24
+ click: (event: Event) => any;
25
+ mousedown: (event: Event) => any;
26
+ mouseup: (event: Event) => any;
27
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
28
+ onClick?: ((event: Event) => any) | undefined;
29
+ onMousedown?: ((event: Event) => any) | undefined;
30
+ onMouseup?: ((event: Event) => any) | undefined;
90
31
  }>, {
91
32
  filled: boolean;
92
33
  next: boolean;
93
- icon: string;
34
+ icon: string | null;
94
35
  clickable: boolean;
95
- size: string;
96
- lineHeight: string;
97
- scheme: string;
98
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
36
+ size: import('../Icon.vue').IconSize;
37
+ lineHeight: import('../Icon.vue').LineHeight | null;
38
+ scheme: import('../Icon.vue').SchemeColor;
39
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
99
40
  UnnnicCheckbox: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
100
41
  modelValue: {
101
42
  type: (BooleanConstructor | StringConstructor)[];
@@ -149,82 +90,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
149
90
  modelValue: string | boolean;
150
91
  textRight: string;
151
92
  }, {}, {
152
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
153
- filled: {
154
- type: BooleanConstructor;
155
- };
156
- next: {
157
- type: BooleanConstructor;
158
- };
159
- icon: {
160
- type: StringConstructor;
161
- default: null;
162
- };
163
- clickable: {
164
- type: BooleanConstructor;
165
- default: boolean;
166
- };
167
- size: {
168
- type: StringConstructor;
169
- default: string;
170
- validator(value: unknown): boolean;
171
- };
172
- lineHeight: {
173
- type: StringConstructor;
174
- default: null;
175
- validator(value: unknown): boolean;
176
- };
177
- scheme: {
178
- type: StringConstructor;
179
- default: string;
180
- };
181
- }>, {}, {}, {
182
- svg(): any;
183
- materialSymbolsName(): any;
184
- }, {
185
- onClick($event: any): void;
186
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
187
- filled: {
188
- type: BooleanConstructor;
189
- };
190
- next: {
191
- type: BooleanConstructor;
192
- };
193
- icon: {
194
- type: StringConstructor;
195
- default: null;
196
- };
197
- clickable: {
198
- type: BooleanConstructor;
199
- default: boolean;
200
- };
201
- size: {
202
- type: StringConstructor;
203
- default: string;
204
- validator(value: unknown): boolean;
205
- };
206
- lineHeight: {
207
- type: StringConstructor;
208
- default: null;
209
- validator(value: unknown): boolean;
210
- };
211
- scheme: {
212
- type: StringConstructor;
213
- default: string;
214
- };
215
- }>> & Readonly<{
216
- onClick?: ((...args: any[]) => any) | undefined;
217
- onMousedown?: ((...args: any[]) => any) | undefined;
218
- onMouseup?: ((...args: any[]) => any) | undefined;
93
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
94
+ click: (event: Event) => any;
95
+ mousedown: (event: Event) => any;
96
+ mouseup: (event: Event) => any;
97
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
98
+ onClick?: ((event: Event) => any) | undefined;
99
+ onMousedown?: ((event: Event) => any) | undefined;
100
+ onMouseup?: ((event: Event) => any) | undefined;
219
101
  }>, {
220
102
  filled: boolean;
221
103
  next: boolean;
222
- icon: string;
104
+ icon: string | null;
223
105
  clickable: boolean;
224
- size: string;
225
- lineHeight: string;
226
- scheme: string;
227
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
106
+ size: import('../Icon.vue').IconSize;
107
+ lineHeight: import('../Icon.vue').LineHeight | null;
108
+ scheme: import('../Icon.vue').SchemeColor;
109
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
228
110
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
229
111
  UnnnicAvatarIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
230
112
  enabled: {
@@ -288,82 +170,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
288
170
  enabled: boolean;
289
171
  opacity: boolean;
290
172
  }, {}, {
291
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
292
- filled: {
293
- type: BooleanConstructor;
294
- };
295
- next: {
296
- type: BooleanConstructor;
297
- };
298
- icon: {
299
- type: StringConstructor;
300
- default: null;
301
- };
302
- clickable: {
303
- type: BooleanConstructor;
304
- default: boolean;
305
- };
306
- size: {
307
- type: StringConstructor;
308
- default: string;
309
- validator(value: unknown): boolean;
310
- };
311
- lineHeight: {
312
- type: StringConstructor;
313
- default: null;
314
- validator(value: unknown): boolean;
315
- };
316
- scheme: {
317
- type: StringConstructor;
318
- default: string;
319
- };
320
- }>, {}, {}, {
321
- svg(): any;
322
- materialSymbolsName(): any;
323
- }, {
324
- onClick($event: any): void;
325
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
326
- filled: {
327
- type: BooleanConstructor;
328
- };
329
- next: {
330
- type: BooleanConstructor;
331
- };
332
- icon: {
333
- type: StringConstructor;
334
- default: null;
335
- };
336
- clickable: {
337
- type: BooleanConstructor;
338
- default: boolean;
339
- };
340
- size: {
341
- type: StringConstructor;
342
- default: string;
343
- validator(value: unknown): boolean;
344
- };
345
- lineHeight: {
346
- type: StringConstructor;
347
- default: null;
348
- validator(value: unknown): boolean;
349
- };
350
- scheme: {
351
- type: StringConstructor;
352
- default: string;
353
- };
354
- }>> & Readonly<{
355
- onClick?: ((...args: any[]) => any) | undefined;
356
- onMousedown?: ((...args: any[]) => any) | undefined;
357
- onMouseup?: ((...args: any[]) => any) | undefined;
173
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
174
+ click: (event: Event) => any;
175
+ mousedown: (event: Event) => any;
176
+ mouseup: (event: Event) => any;
177
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
178
+ onClick?: ((event: Event) => any) | undefined;
179
+ onMousedown?: ((event: Event) => any) | undefined;
180
+ onMouseup?: ((event: Event) => any) | undefined;
358
181
  }>, {
359
182
  filled: boolean;
360
183
  next: boolean;
361
- icon: string;
184
+ icon: string | null;
362
185
  clickable: boolean;
363
- size: string;
364
- lineHeight: string;
365
- scheme: string;
366
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
186
+ size: import('../Icon.vue').IconSize;
187
+ lineHeight: import('../Icon.vue').LineHeight | null;
188
+ scheme: import('../Icon.vue').SchemeColor;
189
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
367
190
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
368
191
  UnnnicDropdown: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
369
192
  useOpenProp: {
@@ -181,82 +181,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
181
181
  enabled: boolean;
182
182
  opacity: boolean;
183
183
  }, {}, {
184
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
185
- filled: {
186
- type: BooleanConstructor;
187
- };
188
- next: {
189
- type: BooleanConstructor;
190
- };
191
- icon: {
192
- type: StringConstructor;
193
- default: null;
194
- };
195
- clickable: {
196
- type: BooleanConstructor;
197
- default: boolean;
198
- };
199
- size: {
200
- type: StringConstructor;
201
- default: string;
202
- validator(value: unknown): boolean;
203
- };
204
- lineHeight: {
205
- type: StringConstructor;
206
- default: null;
207
- validator(value: unknown): boolean;
208
- };
209
- scheme: {
210
- type: StringConstructor;
211
- default: string;
212
- };
213
- }>, {}, {}, {
214
- svg(): any;
215
- materialSymbolsName(): any;
216
- }, {
217
- onClick($event: any): void;
218
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
219
- filled: {
220
- type: BooleanConstructor;
221
- };
222
- next: {
223
- type: BooleanConstructor;
224
- };
225
- icon: {
226
- type: StringConstructor;
227
- default: null;
228
- };
229
- clickable: {
230
- type: BooleanConstructor;
231
- default: boolean;
232
- };
233
- size: {
234
- type: StringConstructor;
235
- default: string;
236
- validator(value: unknown): boolean;
237
- };
238
- lineHeight: {
239
- type: StringConstructor;
240
- default: null;
241
- validator(value: unknown): boolean;
242
- };
243
- scheme: {
244
- type: StringConstructor;
245
- default: string;
246
- };
247
- }>> & Readonly<{
248
- onClick?: ((...args: any[]) => any) | undefined;
249
- onMousedown?: ((...args: any[]) => any) | undefined;
250
- onMouseup?: ((...args: any[]) => any) | undefined;
184
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
185
+ click: (event: Event) => any;
186
+ mousedown: (event: Event) => any;
187
+ mouseup: (event: Event) => any;
188
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
189
+ onClick?: ((event: Event) => any) | undefined;
190
+ onMousedown?: ((event: Event) => any) | undefined;
191
+ onMouseup?: ((event: Event) => any) | undefined;
251
192
  }>, {
252
193
  filled: boolean;
253
194
  next: boolean;
254
- icon: string;
195
+ icon: string | null;
255
196
  clickable: boolean;
256
- size: string;
257
- lineHeight: string;
258
- scheme: string;
259
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
197
+ size: import('../Icon.vue').IconSize;
198
+ lineHeight: import('../Icon.vue').LineHeight | null;
199
+ scheme: import('../Icon.vue').SchemeColor;
200
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
260
201
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
261
202
  UnnnicToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
262
203
  text: {
@@ -333,82 +274,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
333
274
  shortcutText: string;
334
275
  enableHtml: boolean;
335
276
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
336
- UnnnicIcon: import('vue').DefineComponent<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
- }>, {}, {}, {
366
- svg(): any;
367
- materialSymbolsName(): any;
368
- }, {
369
- onClick($event: any): void;
370
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
371
- filled: {
372
- type: BooleanConstructor;
373
- };
374
- next: {
375
- type: BooleanConstructor;
376
- };
377
- icon: {
378
- type: StringConstructor;
379
- default: null;
380
- };
381
- clickable: {
382
- type: BooleanConstructor;
383
- default: boolean;
384
- };
385
- size: {
386
- type: StringConstructor;
387
- default: string;
388
- validator(value: unknown): boolean;
389
- };
390
- lineHeight: {
391
- type: StringConstructor;
392
- default: null;
393
- validator(value: unknown): boolean;
394
- };
395
- scheme: {
396
- type: StringConstructor;
397
- default: string;
398
- };
399
- }>> & Readonly<{
400
- onClick?: ((...args: any[]) => any) | undefined;
401
- onMousedown?: ((...args: any[]) => any) | undefined;
402
- onMouseup?: ((...args: any[]) => any) | undefined;
277
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
278
+ click: (event: Event) => any;
279
+ mousedown: (event: Event) => any;
280
+ mouseup: (event: Event) => any;
281
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
282
+ onClick?: ((event: Event) => any) | undefined;
283
+ onMousedown?: ((event: Event) => any) | undefined;
284
+ onMouseup?: ((event: Event) => any) | undefined;
403
285
  }>, {
404
286
  filled: boolean;
405
287
  next: boolean;
406
- icon: string;
288
+ icon: string | null;
407
289
  clickable: boolean;
408
- size: string;
409
- lineHeight: string;
410
- scheme: string;
411
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
290
+ size: import('../Icon.vue').IconSize;
291
+ lineHeight: import('../Icon.vue').LineHeight | null;
292
+ scheme: import('../Icon.vue').SchemeColor;
293
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
412
294
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
413
295
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
414
296
  export default _default;