@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
@@ -1,113 +1,8 @@
1
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
- text: {
3
- type: StringConstructor;
4
- required: true;
5
- };
6
- icon: {
7
- type: StringConstructor;
8
- default: string;
9
- validator(value: unknown): boolean;
10
- };
11
- iconColor: {
12
- type: StringConstructor;
13
- default: string;
14
- validator(value: unknown): boolean;
15
- };
16
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
17
- text: {
18
- type: StringConstructor;
19
- required: true;
20
- };
21
- icon: {
22
- type: StringConstructor;
23
- default: string;
24
- validator(value: unknown): boolean;
25
- };
26
- iconColor: {
27
- type: StringConstructor;
28
- default: string;
29
- validator(value: unknown): boolean;
30
- };
31
- }>> & Readonly<{}>, {
1
+ import { DisclaimerProps } from './types';
2
+ export type { DisclaimerProps };
3
+ declare const _default: import('vue').DefineComponent<DisclaimerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<DisclaimerProps> & Readonly<{}>, {
32
4
  icon: string;
33
- iconColor: string;
34
- }, {}, {
35
- unnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
36
- filled: {
37
- type: BooleanConstructor;
38
- };
39
- next: {
40
- type: BooleanConstructor;
41
- };
42
- icon: {
43
- type: StringConstructor;
44
- default: null;
45
- };
46
- clickable: {
47
- type: BooleanConstructor;
48
- default: boolean;
49
- };
50
- size: {
51
- type: StringConstructor;
52
- default: string;
53
- validator(value: unknown): boolean;
54
- };
55
- lineHeight: {
56
- type: StringConstructor;
57
- default: null;
58
- validator(value: unknown): boolean;
59
- };
60
- scheme: {
61
- type: StringConstructor;
62
- default: string;
63
- };
64
- }>, {}, {}, {
65
- svg(): any;
66
- materialSymbolsName(): any;
67
- }, {
68
- onClick($event: any): void;
69
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
70
- filled: {
71
- type: BooleanConstructor;
72
- };
73
- next: {
74
- type: BooleanConstructor;
75
- };
76
- icon: {
77
- type: StringConstructor;
78
- default: null;
79
- };
80
- clickable: {
81
- type: BooleanConstructor;
82
- default: boolean;
83
- };
84
- size: {
85
- type: StringConstructor;
86
- default: string;
87
- validator(value: unknown): boolean;
88
- };
89
- lineHeight: {
90
- type: StringConstructor;
91
- default: null;
92
- validator(value: unknown): boolean;
93
- };
94
- scheme: {
95
- type: StringConstructor;
96
- default: string;
97
- };
98
- }>> & Readonly<{
99
- onClick?: ((...args: any[]) => any) | undefined;
100
- onMousedown?: ((...args: any[]) => any) | undefined;
101
- onMouseup?: ((...args: any[]) => any) | undefined;
102
- }>, {
103
- filled: boolean;
104
- next: boolean;
105
- icon: string;
106
- clickable: boolean;
107
- size: string;
108
- lineHeight: string;
109
- scheme: string;
110
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
111
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
5
+ iconColor: import('../Icon.vue').SchemeColor;
6
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
112
7
  export default _default;
113
8
  //# sourceMappingURL=Disclaimer.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Disclaimer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Disclaimer/Disclaimer.vue"],"names":[],"mappings":"AAgBA;"}
1
+ {"version":3,"file":"Disclaimer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Disclaimer/Disclaimer.vue"],"names":[],"mappings":"AAgBA;AA4EA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAM/C,YAAY,EAAE,eAAe,EAAE,CAAC;;;;;AA6FhC,wBAQG"}
@@ -0,0 +1,7 @@
1
+ import { SchemeColor } from '../Icon/types';
2
+ export interface DisclaimerProps {
3
+ text: string;
4
+ icon?: string;
5
+ iconColor?: SchemeColor;
6
+ }
7
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Disclaimer/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAEjD,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,WAAW,CAAC;CACzB"}
@@ -150,186 +150,64 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
150
150
  withoutOverlay: boolean;
151
151
  distinctCloseBack: boolean;
152
152
  }, {}, {
153
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
154
- filled: {
155
- type: BooleanConstructor;
156
- };
157
- next: {
158
- type: BooleanConstructor;
159
- };
160
- icon: {
161
- type: StringConstructor;
162
- default: null;
163
- };
164
- clickable: {
165
- type: BooleanConstructor;
166
- default: boolean;
167
- };
168
- size: {
169
- type: StringConstructor;
170
- default: string;
171
- validator(value: unknown): boolean;
172
- };
173
- lineHeight: {
174
- type: StringConstructor;
175
- default: null;
176
- validator(value: unknown): boolean;
177
- };
178
- scheme: {
179
- type: StringConstructor;
180
- default: string;
181
- };
182
- }>, {}, {}, {
183
- svg(): any;
184
- materialSymbolsName(): any;
185
- }, {
186
- onClick($event: any): void;
187
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
188
- filled: {
189
- type: BooleanConstructor;
190
- };
191
- next: {
192
- type: BooleanConstructor;
193
- };
194
- icon: {
195
- type: StringConstructor;
196
- default: null;
197
- };
198
- clickable: {
199
- type: BooleanConstructor;
200
- default: boolean;
201
- };
202
- size: {
203
- type: StringConstructor;
204
- default: string;
205
- validator(value: unknown): boolean;
206
- };
207
- lineHeight: {
208
- type: StringConstructor;
209
- default: null;
210
- validator(value: unknown): boolean;
211
- };
212
- scheme: {
213
- type: StringConstructor;
214
- default: string;
215
- };
216
- }>> & Readonly<{
217
- onClick?: ((...args: any[]) => any) | undefined;
218
- onMousedown?: ((...args: any[]) => any) | undefined;
219
- onMouseup?: ((...args: any[]) => any) | undefined;
153
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
154
+ click: (event: Event) => any;
155
+ mousedown: (event: Event) => any;
156
+ mouseup: (event: Event) => any;
157
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
158
+ onClick?: ((event: Event) => any) | undefined;
159
+ onMousedown?: ((event: Event) => any) | undefined;
160
+ onMouseup?: ((event: Event) => any) | undefined;
220
161
  }>, {
221
162
  filled: boolean;
222
163
  next: boolean;
223
- icon: string;
164
+ icon: string | null;
224
165
  clickable: boolean;
225
- size: string;
226
- lineHeight: string;
227
- scheme: string;
228
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
229
- UnnnicButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
230
- size: {
231
- type: StringConstructor;
232
- default: string;
233
- };
234
- text: {
235
- type: StringConstructor;
236
- default: string;
237
- };
238
- type: {
239
- type: StringConstructor;
240
- default: string;
241
- };
242
- float: {
243
- type: BooleanConstructor;
244
- default: boolean;
245
- };
246
- iconLeft: {
247
- type: StringConstructor;
248
- default: string;
249
- };
250
- iconRight: {
251
- type: StringConstructor;
252
- default: string;
253
- };
254
- iconCenter: {
255
- type: StringConstructor;
256
- default: string;
257
- };
258
- iconsFilled: {
259
- type: BooleanConstructor;
260
- default: boolean;
261
- };
262
- next: {
263
- type: BooleanConstructor;
264
- default: boolean;
265
- };
266
- disabled: {
267
- type: BooleanConstructor;
268
- default: boolean;
269
- };
270
- loading: {
271
- type: BooleanConstructor;
272
- default: boolean;
273
- };
274
- }>, {}, {}, {
275
- buttonDisabled(): boolean;
276
- iconSize(): "md" | "sm";
277
- hasText(): boolean | "";
278
- iconScheme(): any;
279
- isSizePropValid(): boolean;
280
- isTypePropValid(): boolean;
281
- }, {
282
- validateProps(): void;
283
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
284
- size: {
285
- type: StringConstructor;
286
- default: string;
287
- };
288
- text: {
289
- type: StringConstructor;
290
- default: string;
291
- };
292
- type: {
293
- type: StringConstructor;
294
- default: string;
295
- };
296
- float: {
297
- type: BooleanConstructor;
298
- default: boolean;
299
- };
300
- iconLeft: {
301
- type: StringConstructor;
302
- default: string;
303
- };
304
- iconRight: {
305
- type: StringConstructor;
306
- default: string;
307
- };
308
- iconCenter: {
309
- type: StringConstructor;
310
- default: string;
311
- };
312
- iconsFilled: {
313
- type: BooleanConstructor;
314
- default: boolean;
315
- };
316
- next: {
317
- type: BooleanConstructor;
318
- default: boolean;
319
- };
320
- disabled: {
321
- type: BooleanConstructor;
322
- default: boolean;
323
- };
324
- loading: {
325
- type: BooleanConstructor;
326
- default: boolean;
327
- };
328
- }>> & Readonly<{}>, {
166
+ size: import('../Icon.vue').IconSize;
167
+ lineHeight: import('../Icon.vue').LineHeight | null;
168
+ scheme: import('../Icon.vue').SchemeColor;
169
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
170
+ UnnnicButton: {
171
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
172
+ text: string;
173
+ next: boolean;
174
+ size: import('../Button/types').ButtonSize;
175
+ type: import('../Button/types').ButtonType;
176
+ disabled: boolean;
177
+ iconLeft: string;
178
+ iconRight: string;
179
+ float: boolean;
180
+ iconCenter: string;
181
+ iconsFilled: boolean;
182
+ loading: boolean;
183
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLButtonElement, import('vue').ComponentProvideOptions, {
184
+ P: {};
185
+ B: {};
186
+ D: {};
187
+ C: {};
188
+ M: {};
189
+ Defaults: {};
190
+ }, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
191
+ text: string;
192
+ next: boolean;
193
+ size: import('../Button/types').ButtonSize;
194
+ type: import('../Button/types').ButtonType;
195
+ disabled: boolean;
196
+ iconLeft: string;
197
+ iconRight: string;
198
+ float: boolean;
199
+ iconCenter: string;
200
+ iconsFilled: boolean;
201
+ loading: boolean;
202
+ }>;
203
+ __isFragment?: never;
204
+ __isTeleport?: never;
205
+ __isSuspense?: never;
206
+ } & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
329
207
  text: string;
330
- type: string;
331
208
  next: boolean;
332
- size: string;
209
+ size: import('../Button/types').ButtonSize;
210
+ type: import('../Button/types').ButtonType;
333
211
  disabled: boolean;
334
212
  iconLeft: string;
335
213
  iconRight: string;
@@ -337,84 +215,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
337
215
  iconCenter: string;
338
216
  iconsFilled: boolean;
339
217
  loading: boolean;
340
- }, {}, {
341
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
342
- filled: {
343
- type: BooleanConstructor;
344
- };
345
- next: {
346
- type: BooleanConstructor;
347
- };
348
- icon: {
349
- type: StringConstructor;
350
- default: null;
351
- };
352
- clickable: {
353
- type: BooleanConstructor;
354
- default: boolean;
355
- };
356
- size: {
357
- type: StringConstructor;
358
- default: string;
359
- validator(value: unknown): boolean;
360
- };
361
- lineHeight: {
362
- type: StringConstructor;
363
- default: null;
364
- validator(value: unknown): boolean;
365
- };
366
- scheme: {
367
- type: StringConstructor;
368
- default: string;
369
- };
370
- }>, {}, {}, {
371
- svg(): any;
372
- materialSymbolsName(): any;
373
- }, {
374
- onClick($event: any): void;
375
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
376
- filled: {
377
- type: BooleanConstructor;
378
- };
379
- next: {
380
- type: BooleanConstructor;
381
- };
382
- icon: {
383
- type: StringConstructor;
384
- default: null;
385
- };
386
- clickable: {
387
- type: BooleanConstructor;
388
- default: boolean;
389
- };
390
- size: {
391
- type: StringConstructor;
392
- default: string;
393
- validator(value: unknown): boolean;
394
- };
395
- lineHeight: {
396
- type: StringConstructor;
397
- default: null;
398
- validator(value: unknown): boolean;
399
- };
400
- scheme: {
401
- type: StringConstructor;
402
- default: string;
403
- };
404
- }>> & Readonly<{
405
- onClick?: ((...args: any[]) => any) | undefined;
406
- onMousedown?: ((...args: any[]) => any) | undefined;
407
- onMouseup?: ((...args: any[]) => any) | undefined;
408
- }>, {
409
- filled: boolean;
410
- next: boolean;
411
- icon: string;
412
- clickable: boolean;
413
- size: string;
414
- lineHeight: string;
415
- scheme: string;
416
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
417
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
218
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
219
+ $slots: {
220
+ default?(_: {}): any;
221
+ };
222
+ });
418
223
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
419
224
  export default _default;
420
225
  //# sourceMappingURL=Drawer.vue.d.ts.map
@@ -82,159 +82,41 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
82
82
  code: string;
83
83
  size: string;
84
84
  }, {}, {
85
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
86
- filled: {
87
- type: BooleanConstructor;
88
- };
89
- next: {
90
- type: BooleanConstructor;
91
- };
92
- icon: {
93
- type: StringConstructor;
94
- default: null;
95
- };
96
- clickable: {
97
- type: BooleanConstructor;
98
- default: boolean;
99
- };
100
- size: {
101
- type: StringConstructor;
102
- default: string;
103
- validator(value: unknown): boolean;
104
- };
105
- lineHeight: {
106
- type: StringConstructor;
107
- default: null;
108
- validator(value: unknown): boolean;
109
- };
110
- scheme: {
111
- type: StringConstructor;
112
- default: string;
113
- };
114
- }>, {}, {}, {
115
- svg(): any;
116
- materialSymbolsName(): any;
117
- }, {
118
- onClick($event: any): void;
119
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
120
- filled: {
121
- type: BooleanConstructor;
122
- };
123
- next: {
124
- type: BooleanConstructor;
125
- };
126
- icon: {
127
- type: StringConstructor;
128
- default: null;
129
- };
130
- clickable: {
131
- type: BooleanConstructor;
132
- default: boolean;
133
- };
134
- size: {
135
- type: StringConstructor;
136
- default: string;
137
- validator(value: unknown): boolean;
138
- };
139
- lineHeight: {
140
- type: StringConstructor;
141
- default: null;
142
- validator(value: unknown): boolean;
143
- };
144
- scheme: {
145
- type: StringConstructor;
146
- default: string;
147
- };
148
- }>> & Readonly<{
149
- onClick?: ((...args: any[]) => any) | undefined;
150
- onMousedown?: ((...args: any[]) => any) | undefined;
151
- onMouseup?: ((...args: any[]) => any) | undefined;
85
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
86
+ click: (event: Event) => any;
87
+ mousedown: (event: Event) => any;
88
+ mouseup: (event: Event) => any;
89
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
90
+ onClick?: ((event: Event) => any) | undefined;
91
+ onMousedown?: ((event: Event) => any) | undefined;
92
+ onMouseup?: ((event: Event) => any) | undefined;
152
93
  }>, {
153
94
  filled: boolean;
154
95
  next: boolean;
155
- icon: string;
96
+ icon: string | null;
156
97
  clickable: boolean;
157
- size: string;
158
- lineHeight: string;
159
- scheme: string;
160
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
98
+ size: import('../Icon.vue').IconSize;
99
+ lineHeight: import('../Icon.vue').LineHeight | null;
100
+ scheme: import('../Icon.vue').SchemeColor;
101
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
161
102
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
162
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
163
- filled: {
164
- type: BooleanConstructor;
165
- };
166
- next: {
167
- type: BooleanConstructor;
168
- };
169
- icon: {
170
- type: StringConstructor;
171
- default: null;
172
- };
173
- clickable: {
174
- type: BooleanConstructor;
175
- default: boolean;
176
- };
177
- size: {
178
- type: StringConstructor;
179
- default: string;
180
- validator(value: unknown): boolean;
181
- };
182
- lineHeight: {
183
- type: StringConstructor;
184
- default: null;
185
- validator(value: unknown): boolean;
186
- };
187
- scheme: {
188
- type: StringConstructor;
189
- default: string;
190
- };
191
- }>, {}, {}, {
192
- svg(): any;
193
- materialSymbolsName(): any;
194
- }, {
195
- onClick($event: any): void;
196
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
197
- filled: {
198
- type: BooleanConstructor;
199
- };
200
- next: {
201
- type: BooleanConstructor;
202
- };
203
- icon: {
204
- type: StringConstructor;
205
- default: null;
206
- };
207
- clickable: {
208
- type: BooleanConstructor;
209
- default: boolean;
210
- };
211
- size: {
212
- type: StringConstructor;
213
- default: string;
214
- validator(value: unknown): boolean;
215
- };
216
- lineHeight: {
217
- type: StringConstructor;
218
- default: null;
219
- validator(value: unknown): boolean;
220
- };
221
- scheme: {
222
- type: StringConstructor;
223
- default: string;
224
- };
225
- }>> & Readonly<{
226
- onClick?: ((...args: any[]) => any) | undefined;
227
- onMousedown?: ((...args: any[]) => any) | undefined;
228
- onMouseup?: ((...args: any[]) => any) | undefined;
103
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
104
+ click: (event: Event) => any;
105
+ mousedown: (event: Event) => any;
106
+ mouseup: (event: Event) => any;
107
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
108
+ onClick?: ((event: Event) => any) | undefined;
109
+ onMousedown?: ((event: Event) => any) | undefined;
110
+ onMouseup?: ((event: Event) => any) | undefined;
229
111
  }>, {
230
112
  filled: boolean;
231
113
  next: boolean;
232
- icon: string;
114
+ icon: string | null;
233
115
  clickable: boolean;
234
- size: string;
235
- lineHeight: string;
236
- scheme: string;
237
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
116
+ size: import('../Icon.vue').IconSize;
117
+ lineHeight: import('../Icon.vue').LineHeight | null;
118
+ scheme: import('../Icon.vue').SchemeColor;
119
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
238
120
  }, {
239
121
  onClickOutside: any;
240
122
  }, string, import('vue').ComponentProvideOptions, true, {}, any>;