@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
@@ -71,8 +71,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
71
71
  }>> & Readonly<{
72
72
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
73
73
  }>, {
74
- type: string;
75
74
  size: string;
75
+ type: string;
76
76
  message: string;
77
77
  disabled: boolean;
78
78
  errors: unknown[];
@@ -115,82 +115,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
115
115
  fixedLabel: boolean;
116
116
  disabled: boolean;
117
117
  }, {}, {
118
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
119
- filled: {
120
- type: BooleanConstructor;
121
- };
122
- next: {
123
- type: BooleanConstructor;
124
- };
125
- icon: {
126
- type: StringConstructor;
127
- default: null;
128
- };
129
- clickable: {
130
- type: BooleanConstructor;
131
- default: boolean;
132
- };
133
- size: {
134
- type: StringConstructor;
135
- default: string;
136
- validator(value: unknown): boolean;
137
- };
138
- lineHeight: {
139
- type: StringConstructor;
140
- default: null;
141
- validator(value: unknown): boolean;
142
- };
143
- scheme: {
144
- type: StringConstructor;
145
- default: string;
146
- };
147
- }>, {}, {}, {
148
- svg(): any;
149
- materialSymbolsName(): any;
150
- }, {
151
- onClick($event: any): void;
152
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<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
- }>> & Readonly<{
182
- onClick?: ((...args: any[]) => any) | undefined;
183
- onMousedown?: ((...args: any[]) => any) | undefined;
184
- onMouseup?: ((...args: any[]) => any) | undefined;
118
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
119
+ click: (event: Event) => any;
120
+ mousedown: (event: Event) => any;
121
+ mouseup: (event: Event) => any;
122
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
123
+ onClick?: ((event: Event) => any) | undefined;
124
+ onMousedown?: ((event: Event) => any) | undefined;
125
+ onMouseup?: ((event: Event) => any) | undefined;
185
126
  }>, {
186
127
  filled: boolean;
187
128
  next: boolean;
188
- icon: string;
129
+ icon: string | null;
189
130
  clickable: boolean;
190
- size: string;
191
- lineHeight: string;
192
- scheme: string;
193
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
131
+ size: import('../Icon.vue').IconSize;
132
+ lineHeight: import('../Icon.vue').LineHeight | null;
133
+ scheme: import('../Icon.vue').SchemeColor;
134
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
194
135
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
195
136
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
196
137
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"TextArea.vue.d.ts","sourceRoot":"","sources":["../../../src/components/TextArea/TextArea.vue"],"names":[],"mappings":"AA6BA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAqI8B,sBAAsB"}
1
+ {"version":3,"file":"TextArea.vue.d.ts","sourceRoot":"","sources":["../../../src/components/TextArea/TextArea.vue"],"names":[],"mappings":"AA6BA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAqI8B,sBAAsB"}
@@ -160,110 +160,47 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
160
160
  onEnd?: ((...args: any[]) => any) | undefined;
161
161
  onNextStep?: ((...args: any[]) => any) | undefined;
162
162
  }>, {}, {}, {
163
- UnnnicButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
164
- size: {
165
- type: StringConstructor;
166
- default: string;
167
- };
168
- text: {
169
- type: StringConstructor;
170
- default: string;
171
- };
172
- type: {
173
- type: StringConstructor;
174
- default: string;
175
- };
176
- float: {
177
- type: BooleanConstructor;
178
- default: boolean;
179
- };
180
- iconLeft: {
181
- type: StringConstructor;
182
- default: string;
183
- };
184
- iconRight: {
185
- type: StringConstructor;
186
- default: string;
187
- };
188
- iconCenter: {
189
- type: StringConstructor;
190
- default: string;
191
- };
192
- iconsFilled: {
193
- type: BooleanConstructor;
194
- default: boolean;
195
- };
196
- next: {
197
- type: BooleanConstructor;
198
- default: boolean;
199
- };
200
- disabled: {
201
- type: BooleanConstructor;
202
- default: boolean;
203
- };
204
- loading: {
205
- type: BooleanConstructor;
206
- default: boolean;
207
- };
208
- }>, {}, {}, {
209
- buttonDisabled(): boolean;
210
- iconSize(): "md" | "sm";
211
- hasText(): boolean | "";
212
- iconScheme(): any;
213
- isSizePropValid(): boolean;
214
- isTypePropValid(): boolean;
215
- }, {
216
- validateProps(): void;
217
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
218
- size: {
219
- type: StringConstructor;
220
- default: string;
221
- };
222
- text: {
223
- type: StringConstructor;
224
- default: string;
225
- };
226
- type: {
227
- type: StringConstructor;
228
- default: string;
229
- };
230
- float: {
231
- type: BooleanConstructor;
232
- default: boolean;
233
- };
234
- iconLeft: {
235
- type: StringConstructor;
236
- default: string;
237
- };
238
- iconRight: {
239
- type: StringConstructor;
240
- default: string;
241
- };
242
- iconCenter: {
243
- type: StringConstructor;
244
- default: string;
245
- };
246
- iconsFilled: {
247
- type: BooleanConstructor;
248
- default: boolean;
249
- };
250
- next: {
251
- type: BooleanConstructor;
252
- default: boolean;
253
- };
254
- disabled: {
255
- type: BooleanConstructor;
256
- default: boolean;
257
- };
258
- loading: {
259
- type: BooleanConstructor;
260
- default: boolean;
261
- };
262
- }>> & Readonly<{}>, {
163
+ UnnnicButton: {
164
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
165
+ text: string;
166
+ next: boolean;
167
+ size: import('../Button/types').ButtonSize;
168
+ type: import('../Button/types').ButtonType;
169
+ disabled: boolean;
170
+ iconLeft: string;
171
+ iconRight: string;
172
+ float: boolean;
173
+ iconCenter: string;
174
+ iconsFilled: boolean;
175
+ loading: boolean;
176
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLButtonElement, import('vue').ComponentProvideOptions, {
177
+ P: {};
178
+ B: {};
179
+ D: {};
180
+ C: {};
181
+ M: {};
182
+ Defaults: {};
183
+ }, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
184
+ text: string;
185
+ next: boolean;
186
+ size: import('../Button/types').ButtonSize;
187
+ type: import('../Button/types').ButtonType;
188
+ disabled: boolean;
189
+ iconLeft: string;
190
+ iconRight: string;
191
+ float: boolean;
192
+ iconCenter: string;
193
+ iconsFilled: boolean;
194
+ loading: boolean;
195
+ }>;
196
+ __isFragment?: never;
197
+ __isTeleport?: never;
198
+ __isSuspense?: never;
199
+ } & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
263
200
  text: string;
264
- type: string;
265
201
  next: boolean;
266
- size: string;
202
+ size: import('../Button/types').ButtonSize;
203
+ type: import('../Button/types').ButtonType;
267
204
  disabled: boolean;
268
205
  iconLeft: string;
269
206
  iconRight: string;
@@ -271,84 +208,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
271
208
  iconCenter: string;
272
209
  iconsFilled: boolean;
273
210
  loading: boolean;
274
- }, {}, {
275
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
276
- filled: {
277
- type: BooleanConstructor;
278
- };
279
- next: {
280
- type: BooleanConstructor;
281
- };
282
- icon: {
283
- type: StringConstructor;
284
- default: null;
285
- };
286
- clickable: {
287
- type: BooleanConstructor;
288
- default: boolean;
289
- };
290
- size: {
291
- type: StringConstructor;
292
- default: string;
293
- validator(value: unknown): boolean;
294
- };
295
- lineHeight: {
296
- type: StringConstructor;
297
- default: null;
298
- validator(value: unknown): boolean;
299
- };
300
- scheme: {
301
- type: StringConstructor;
302
- default: string;
303
- };
304
- }>, {}, {}, {
305
- svg(): any;
306
- materialSymbolsName(): any;
307
- }, {
308
- onClick($event: any): void;
309
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
310
- filled: {
311
- type: BooleanConstructor;
312
- };
313
- next: {
314
- type: BooleanConstructor;
315
- };
316
- icon: {
317
- type: StringConstructor;
318
- default: null;
319
- };
320
- clickable: {
321
- type: BooleanConstructor;
322
- default: boolean;
323
- };
324
- size: {
325
- type: StringConstructor;
326
- default: string;
327
- validator(value: unknown): boolean;
328
- };
329
- lineHeight: {
330
- type: StringConstructor;
331
- default: null;
332
- validator(value: unknown): boolean;
333
- };
334
- scheme: {
335
- type: StringConstructor;
336
- default: string;
337
- };
338
- }>> & Readonly<{
339
- onClick?: ((...args: any[]) => any) | undefined;
340
- onMousedown?: ((...args: any[]) => any) | undefined;
341
- onMouseup?: ((...args: any[]) => any) | undefined;
342
- }>, {
343
- filled: boolean;
344
- next: boolean;
345
- icon: string;
346
- clickable: boolean;
347
- size: string;
348
- lineHeight: string;
349
- scheme: string;
350
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
351
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
211
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
212
+ $slots: {
213
+ default?(_: {}): any;
214
+ };
215
+ });
352
216
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
353
217
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
354
218
  export default _default;
@@ -71,110 +71,47 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
71
71
  onEnd?: ((...args: any[]) => any) | undefined;
72
72
  onNextStep?: ((...args: any[]) => any) | undefined;
73
73
  }>, {}, {}, {
74
- UnnnicButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
75
- size: {
76
- type: StringConstructor;
77
- default: string;
78
- };
79
- text: {
80
- type: StringConstructor;
81
- default: string;
82
- };
83
- type: {
84
- type: StringConstructor;
85
- default: string;
86
- };
87
- float: {
88
- type: BooleanConstructor;
89
- default: boolean;
90
- };
91
- iconLeft: {
92
- type: StringConstructor;
93
- default: string;
94
- };
95
- iconRight: {
96
- type: StringConstructor;
97
- default: string;
98
- };
99
- iconCenter: {
100
- type: StringConstructor;
101
- default: string;
102
- };
103
- iconsFilled: {
104
- type: BooleanConstructor;
105
- default: boolean;
106
- };
107
- next: {
108
- type: BooleanConstructor;
109
- default: boolean;
110
- };
111
- disabled: {
112
- type: BooleanConstructor;
113
- default: boolean;
114
- };
115
- loading: {
116
- type: BooleanConstructor;
117
- default: boolean;
118
- };
119
- }>, {}, {}, {
120
- buttonDisabled(): boolean;
121
- iconSize(): "md" | "sm";
122
- hasText(): boolean | "";
123
- iconScheme(): any;
124
- isSizePropValid(): boolean;
125
- isTypePropValid(): boolean;
126
- }, {
127
- validateProps(): void;
128
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
129
- size: {
130
- type: StringConstructor;
131
- default: string;
132
- };
133
- text: {
134
- type: StringConstructor;
135
- default: string;
136
- };
137
- type: {
138
- type: StringConstructor;
139
- default: string;
140
- };
141
- float: {
142
- type: BooleanConstructor;
143
- default: boolean;
144
- };
145
- iconLeft: {
146
- type: StringConstructor;
147
- default: string;
148
- };
149
- iconRight: {
150
- type: StringConstructor;
151
- default: string;
152
- };
153
- iconCenter: {
154
- type: StringConstructor;
155
- default: string;
156
- };
157
- iconsFilled: {
158
- type: BooleanConstructor;
159
- default: boolean;
160
- };
161
- next: {
162
- type: BooleanConstructor;
163
- default: boolean;
164
- };
165
- disabled: {
166
- type: BooleanConstructor;
167
- default: boolean;
168
- };
169
- loading: {
170
- type: BooleanConstructor;
171
- default: boolean;
172
- };
173
- }>> & Readonly<{}>, {
74
+ UnnnicButton: {
75
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/Button.vue').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
76
+ text: string;
77
+ next: boolean;
78
+ size: import('../Button/Button.vue').ButtonSize;
79
+ type: import('../Button/Button.vue').ButtonType;
80
+ disabled: boolean;
81
+ iconLeft: string;
82
+ iconRight: string;
83
+ float: boolean;
84
+ iconCenter: string;
85
+ iconsFilled: boolean;
86
+ loading: boolean;
87
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLButtonElement, import('vue').ComponentProvideOptions, {
88
+ P: {};
89
+ B: {};
90
+ D: {};
91
+ C: {};
92
+ M: {};
93
+ Defaults: {};
94
+ }, Readonly<import('../Button/Button.vue').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
95
+ text: string;
96
+ next: boolean;
97
+ size: import('../Button/Button.vue').ButtonSize;
98
+ type: import('../Button/Button.vue').ButtonType;
99
+ disabled: boolean;
100
+ iconLeft: string;
101
+ iconRight: string;
102
+ float: boolean;
103
+ iconCenter: string;
104
+ iconsFilled: boolean;
105
+ loading: boolean;
106
+ }>;
107
+ __isFragment?: never;
108
+ __isTeleport?: never;
109
+ __isSuspense?: never;
110
+ } & import('vue').ComponentOptionsBase<Readonly<import('../Button/Button.vue').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
174
111
  text: string;
175
- type: string;
176
112
  next: boolean;
177
- size: string;
113
+ size: import('../Button/Button.vue').ButtonSize;
114
+ type: import('../Button/Button.vue').ButtonType;
178
115
  disabled: boolean;
179
116
  iconLeft: string;
180
117
  iconRight: string;
@@ -182,84 +119,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
182
119
  iconCenter: string;
183
120
  iconsFilled: boolean;
184
121
  loading: boolean;
185
- }, {}, {
186
- UnnnicIcon: import('vue').DefineComponent<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
- }>, {}, {}, {
216
- svg(): any;
217
- materialSymbolsName(): any;
218
- }, {
219
- onClick($event: any): void;
220
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
221
- filled: {
222
- type: BooleanConstructor;
223
- };
224
- next: {
225
- type: BooleanConstructor;
226
- };
227
- icon: {
228
- type: StringConstructor;
229
- default: null;
230
- };
231
- clickable: {
232
- type: BooleanConstructor;
233
- default: boolean;
234
- };
235
- size: {
236
- type: StringConstructor;
237
- default: string;
238
- validator(value: unknown): boolean;
239
- };
240
- lineHeight: {
241
- type: StringConstructor;
242
- default: null;
243
- validator(value: unknown): boolean;
244
- };
245
- scheme: {
246
- type: StringConstructor;
247
- default: string;
248
- };
249
- }>> & Readonly<{
250
- onClick?: ((...args: any[]) => any) | undefined;
251
- onMousedown?: ((...args: any[]) => any) | undefined;
252
- onMouseup?: ((...args: any[]) => any) | undefined;
253
- }>, {
254
- filled: boolean;
255
- next: boolean;
256
- icon: string;
257
- clickable: boolean;
258
- size: string;
259
- lineHeight: string;
260
- scheme: string;
261
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
262
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
122
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
123
+ $slots: {
124
+ default?(_: {}): any;
125
+ };
126
+ });
263
127
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
264
128
  export default _default;
265
129
  //# sourceMappingURL=TourPopover.vue.d.ts.map