@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
package/CHANGELOG.md CHANGED
@@ -5,6 +5,37 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ # 3.2.3 (2025-09-12)
9
+
10
+ ### Added
11
+
12
+ - **TypeScript Composition API Migration**: Migrated Icon, Button, and Disclaimer components from Options API to Composition API with full TypeScript support
13
+ - **Component Renaming**: Renamed `Icon` component to `UnnnicIcon` for Pascal Case consistency
14
+ - **Type Definitions**: Added comprehensive TypeScript interfaces and types:
15
+ - `IconSize`, `LineHeight`, `SchemeColor`, `IconProps` for Icon component
16
+ - `ButtonSize`, `ButtonType`, `ButtonProps` for Button component
17
+ - `DisclaimerProps` for Disclaimer component
18
+ - **Type Safety**: Full compile-time type validation for all component props
19
+ - **Modular Types**: Separate type definition files for each component (`types.ts`)
20
+
21
+ ### Changed
22
+
23
+ - **BREAKING**: Icon component name changed from `Icon` to `UnnnicIcon`
24
+ - **BREAKING**: Components migrated to `<script setup lang="ts">` syntax
25
+ - **Test Updates**: Updated all component tests to work with new TypeScript structure
26
+ - **Prop Validation**: Replaced runtime validators with TypeScript compile-time validation
27
+
28
+ ### Fixed
29
+
30
+ - CSS warning for `font-feature-settings` compatibility in Icon component
31
+ - Style property typing issues in Button component
32
+
33
+
34
+ # 3.2.2 (2025-09-12)
35
+
36
+ ### Added
37
+ - **ChatsMessage**: Added automatic message variation
38
+
8
39
  # 3.2.1 (2025-09-11)
9
40
 
10
41
  ### Fixed
@@ -20,82 +20,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
20
20
  }>> & Readonly<{}>, {
21
21
  open: 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
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
100
41
  export default _default;
101
42
  //# sourceMappingURL=Accordion.vue.d.ts.map
@@ -99,9 +99,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
99
99
  }>> & Readonly<{}>, {
100
100
  title: string;
101
101
  text: string;
102
- type: string;
103
102
  icon: string;
104
103
  scheme: string;
104
+ type: string;
105
105
  position: string;
106
106
  version: string;
107
107
  onClose: Function;
@@ -110,82 +110,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
110
110
  linkText: string;
111
111
  closeText: string;
112
112
  }, {}, {
113
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
114
- filled: {
115
- type: BooleanConstructor;
116
- };
117
- next: {
118
- type: BooleanConstructor;
119
- };
120
- icon: {
121
- type: StringConstructor;
122
- default: null;
123
- };
124
- clickable: {
125
- type: BooleanConstructor;
126
- default: boolean;
127
- };
128
- size: {
129
- type: StringConstructor;
130
- default: string;
131
- validator(value: unknown): boolean;
132
- };
133
- lineHeight: {
134
- type: StringConstructor;
135
- default: null;
136
- validator(value: unknown): boolean;
137
- };
138
- scheme: {
139
- type: StringConstructor;
140
- default: string;
141
- };
142
- }>, {}, {}, {
143
- svg(): any;
144
- materialSymbolsName(): any;
145
- }, {
146
- onClick($event: any): void;
147
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
148
- filled: {
149
- type: BooleanConstructor;
150
- };
151
- next: {
152
- type: BooleanConstructor;
153
- };
154
- icon: {
155
- type: StringConstructor;
156
- default: null;
157
- };
158
- clickable: {
159
- type: BooleanConstructor;
160
- default: boolean;
161
- };
162
- size: {
163
- type: StringConstructor;
164
- default: string;
165
- validator(value: unknown): boolean;
166
- };
167
- lineHeight: {
168
- type: StringConstructor;
169
- default: null;
170
- validator(value: unknown): boolean;
171
- };
172
- scheme: {
173
- type: StringConstructor;
174
- default: string;
175
- };
176
- }>> & Readonly<{
177
- onClick?: ((...args: any[]) => any) | undefined;
178
- onMousedown?: ((...args: any[]) => any) | undefined;
179
- onMouseup?: ((...args: any[]) => any) | undefined;
113
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
114
+ click: (event: Event) => any;
115
+ mousedown: (event: Event) => any;
116
+ mouseup: (event: Event) => any;
117
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
118
+ onClick?: ((event: Event) => any) | undefined;
119
+ onMousedown?: ((event: Event) => any) | undefined;
120
+ onMouseup?: ((event: Event) => any) | undefined;
180
121
  }>, {
181
122
  filled: boolean;
182
123
  next: boolean;
183
- icon: string;
124
+ icon: string | null;
184
125
  clickable: boolean;
185
- size: string;
186
- lineHeight: string;
187
- scheme: string;
188
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
126
+ size: import('../Icon.vue').IconSize;
127
+ lineHeight: import('../Icon.vue').LineHeight | null;
128
+ scheme: import('../Icon.vue').SchemeColor;
129
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
189
130
  Version1dot1: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
190
131
  version: {
191
132
  type: StringConstructor;
@@ -258,90 +199,31 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
258
199
  onClose?: ((...args: any[]) => any) | undefined;
259
200
  }>, {
260
201
  text: string;
261
- type: string;
262
202
  scheme: string;
203
+ type: string;
263
204
  version: string;
264
205
  onClose: Function;
265
206
  linkHref: string;
266
207
  linkTarget: string;
267
208
  linkText: string;
268
209
  }, {}, {
269
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
270
- filled: {
271
- type: BooleanConstructor;
272
- };
273
- next: {
274
- type: BooleanConstructor;
275
- };
276
- icon: {
277
- type: StringConstructor;
278
- default: null;
279
- };
280
- clickable: {
281
- type: BooleanConstructor;
282
- default: boolean;
283
- };
284
- size: {
285
- type: StringConstructor;
286
- default: string;
287
- validator(value: unknown): boolean;
288
- };
289
- lineHeight: {
290
- type: StringConstructor;
291
- default: null;
292
- validator(value: unknown): boolean;
293
- };
294
- scheme: {
295
- type: StringConstructor;
296
- default: string;
297
- };
298
- }>, {}, {}, {
299
- svg(): any;
300
- materialSymbolsName(): any;
301
- }, {
302
- onClick($event: any): void;
303
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
304
- filled: {
305
- type: BooleanConstructor;
306
- };
307
- next: {
308
- type: BooleanConstructor;
309
- };
310
- icon: {
311
- type: StringConstructor;
312
- default: null;
313
- };
314
- clickable: {
315
- type: BooleanConstructor;
316
- default: boolean;
317
- };
318
- size: {
319
- type: StringConstructor;
320
- default: string;
321
- validator(value: unknown): boolean;
322
- };
323
- lineHeight: {
324
- type: StringConstructor;
325
- default: null;
326
- validator(value: unknown): boolean;
327
- };
328
- scheme: {
329
- type: StringConstructor;
330
- default: string;
331
- };
332
- }>> & Readonly<{
333
- onClick?: ((...args: any[]) => any) | undefined;
334
- onMousedown?: ((...args: any[]) => any) | undefined;
335
- onMouseup?: ((...args: any[]) => any) | undefined;
210
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
211
+ click: (event: Event) => any;
212
+ mousedown: (event: Event) => any;
213
+ mouseup: (event: Event) => any;
214
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
215
+ onClick?: ((event: Event) => any) | undefined;
216
+ onMousedown?: ((event: Event) => any) | undefined;
217
+ onMouseup?: ((event: Event) => any) | undefined;
336
218
  }>, {
337
219
  filled: boolean;
338
220
  next: boolean;
339
- icon: string;
221
+ icon: string | null;
340
222
  clickable: boolean;
341
- size: string;
342
- lineHeight: string;
343
- scheme: string;
344
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
223
+ size: import('../Icon.vue').IconSize;
224
+ lineHeight: import('../Icon.vue').LineHeight | null;
225
+ scheme: import('../Icon.vue').SchemeColor;
226
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
345
227
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
346
228
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
347
229
  export default _default;
@@ -70,90 +70,31 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
70
70
  onClose?: ((...args: any[]) => any) | undefined;
71
71
  }>, {
72
72
  text: string;
73
- type: string;
74
73
  scheme: string;
74
+ type: string;
75
75
  version: string;
76
76
  onClose: Function;
77
77
  linkHref: string;
78
78
  linkTarget: string;
79
79
  linkText: string;
80
80
  }, {}, {
81
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
82
- filled: {
83
- type: BooleanConstructor;
84
- };
85
- next: {
86
- type: BooleanConstructor;
87
- };
88
- icon: {
89
- type: StringConstructor;
90
- default: null;
91
- };
92
- clickable: {
93
- type: BooleanConstructor;
94
- default: boolean;
95
- };
96
- size: {
97
- type: StringConstructor;
98
- default: string;
99
- validator(value: unknown): boolean;
100
- };
101
- lineHeight: {
102
- type: StringConstructor;
103
- default: null;
104
- validator(value: unknown): boolean;
105
- };
106
- scheme: {
107
- type: StringConstructor;
108
- default: string;
109
- };
110
- }>, {}, {}, {
111
- svg(): any;
112
- materialSymbolsName(): any;
113
- }, {
114
- onClick($event: any): void;
115
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
116
- filled: {
117
- type: BooleanConstructor;
118
- };
119
- next: {
120
- type: BooleanConstructor;
121
- };
122
- icon: {
123
- type: StringConstructor;
124
- default: null;
125
- };
126
- clickable: {
127
- type: BooleanConstructor;
128
- default: boolean;
129
- };
130
- size: {
131
- type: StringConstructor;
132
- default: string;
133
- validator(value: unknown): boolean;
134
- };
135
- lineHeight: {
136
- type: StringConstructor;
137
- default: null;
138
- validator(value: unknown): boolean;
139
- };
140
- scheme: {
141
- type: StringConstructor;
142
- default: string;
143
- };
144
- }>> & Readonly<{
145
- onClick?: ((...args: any[]) => any) | undefined;
146
- onMousedown?: ((...args: any[]) => any) | undefined;
147
- onMouseup?: ((...args: any[]) => any) | undefined;
81
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
82
+ click: (event: Event) => any;
83
+ mousedown: (event: Event) => any;
84
+ mouseup: (event: Event) => any;
85
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
86
+ onClick?: ((event: Event) => any) | undefined;
87
+ onMousedown?: ((event: Event) => any) | undefined;
88
+ onMouseup?: ((event: Event) => any) | undefined;
148
89
  }>, {
149
90
  filled: boolean;
150
91
  next: boolean;
151
- icon: string;
92
+ icon: string | null;
152
93
  clickable: boolean;
153
- size: string;
154
- lineHeight: string;
155
- scheme: string;
156
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
94
+ size: import('../Icon.vue').IconSize;
95
+ lineHeight: import('../Icon.vue').LineHeight | null;
96
+ scheme: import('../Icon.vue').SchemeColor;
97
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
157
98
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
158
99
  export default _default;
159
100
  //# sourceMappingURL=Version1dot1.vue.d.ts.map
@@ -24,82 +24,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
24
24
  time: string;
25
25
  isRecording: boolean;
26
26
  }, {}, {
27
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
28
- filled: {
29
- type: BooleanConstructor;
30
- };
31
- next: {
32
- type: BooleanConstructor;
33
- };
34
- icon: {
35
- type: StringConstructor;
36
- default: null;
37
- };
38
- clickable: {
39
- type: BooleanConstructor;
40
- default: boolean;
41
- };
42
- size: {
43
- type: StringConstructor;
44
- default: string;
45
- validator(value: unknown): boolean;
46
- };
47
- lineHeight: {
48
- type: StringConstructor;
49
- default: null;
50
- validator(value: unknown): boolean;
51
- };
52
- scheme: {
53
- type: StringConstructor;
54
- default: string;
55
- };
56
- }>, {}, {}, {
57
- svg(): any;
58
- materialSymbolsName(): any;
59
- }, {
60
- onClick($event: any): void;
61
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
62
- filled: {
63
- type: BooleanConstructor;
64
- };
65
- next: {
66
- type: BooleanConstructor;
67
- };
68
- icon: {
69
- type: StringConstructor;
70
- default: null;
71
- };
72
- clickable: {
73
- type: BooleanConstructor;
74
- default: boolean;
75
- };
76
- size: {
77
- type: StringConstructor;
78
- default: string;
79
- validator(value: unknown): boolean;
80
- };
81
- lineHeight: {
82
- type: StringConstructor;
83
- default: null;
84
- validator(value: unknown): boolean;
85
- };
86
- scheme: {
87
- type: StringConstructor;
88
- default: string;
89
- };
90
- }>> & Readonly<{
91
- onClick?: ((...args: any[]) => any) | undefined;
92
- onMousedown?: ((...args: any[]) => any) | undefined;
93
- onMouseup?: ((...args: any[]) => any) | undefined;
27
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
28
+ click: (event: Event) => any;
29
+ mousedown: (event: Event) => any;
30
+ mouseup: (event: Event) => any;
31
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
32
+ onClick?: ((event: Event) => any) | undefined;
33
+ onMousedown?: ((event: Event) => any) | undefined;
34
+ onMouseup?: ((event: Event) => any) | undefined;
94
35
  }>, {
95
36
  filled: boolean;
96
37
  next: boolean;
97
- icon: string;
38
+ icon: string | null;
98
39
  clickable: boolean;
99
- size: string;
100
- lineHeight: string;
101
- scheme: string;
102
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
40
+ size: import('../Icon.vue').IconSize;
41
+ lineHeight: import('../Icon.vue').LineHeight | null;
42
+ scheme: import('../Icon.vue').SchemeColor;
43
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
103
44
  UnnnicToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
104
45
  text: {
105
46
  type: StringConstructor;
@@ -75,82 +75,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
75
75
  isPlaying: boolean;
76
76
  progressBarPercentualValue: number;
77
77
  }, {}, {
78
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
79
- filled: {
80
- type: BooleanConstructor;
81
- };
82
- next: {
83
- type: BooleanConstructor;
84
- };
85
- icon: {
86
- type: StringConstructor;
87
- default: null;
88
- };
89
- clickable: {
90
- type: BooleanConstructor;
91
- default: boolean;
92
- };
93
- size: {
94
- type: StringConstructor;
95
- default: string;
96
- validator(value: unknown): boolean;
97
- };
98
- lineHeight: {
99
- type: StringConstructor;
100
- default: null;
101
- validator(value: unknown): boolean;
102
- };
103
- scheme: {
104
- type: StringConstructor;
105
- default: string;
106
- };
107
- }>, {}, {}, {
108
- svg(): any;
109
- materialSymbolsName(): any;
110
- }, {
111
- onClick($event: any): void;
112
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
113
- filled: {
114
- type: BooleanConstructor;
115
- };
116
- next: {
117
- type: BooleanConstructor;
118
- };
119
- icon: {
120
- type: StringConstructor;
121
- default: null;
122
- };
123
- clickable: {
124
- type: BooleanConstructor;
125
- default: boolean;
126
- };
127
- size: {
128
- type: StringConstructor;
129
- default: string;
130
- validator(value: unknown): boolean;
131
- };
132
- lineHeight: {
133
- type: StringConstructor;
134
- default: null;
135
- validator(value: unknown): boolean;
136
- };
137
- scheme: {
138
- type: StringConstructor;
139
- default: string;
140
- };
141
- }>> & Readonly<{
142
- onClick?: ((...args: any[]) => any) | undefined;
143
- onMousedown?: ((...args: any[]) => any) | undefined;
144
- onMouseup?: ((...args: any[]) => any) | undefined;
78
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
79
+ click: (event: Event) => any;
80
+ mousedown: (event: Event) => any;
81
+ mouseup: (event: Event) => any;
82
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
83
+ onClick?: ((event: Event) => any) | undefined;
84
+ onMousedown?: ((event: Event) => any) | undefined;
85
+ onMouseup?: ((event: Event) => any) | undefined;
145
86
  }>, {
146
87
  filled: boolean;
147
88
  next: boolean;
148
- icon: string;
89
+ icon: string | null;
149
90
  clickable: boolean;
150
- size: string;
151
- lineHeight: string;
152
- scheme: string;
153
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
91
+ size: import('../Icon.vue').IconSize;
92
+ lineHeight: import('../Icon.vue').LineHeight | null;
93
+ scheme: import('../Icon.vue').SchemeColor;
94
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
154
95
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
155
96
  export default _default;
156
97
  //# sourceMappingURL=AudioPlayer.vue.d.ts.map