@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
@@ -76,89 +76,30 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
76
76
  default: boolean;
77
77
  };
78
78
  }>> & Readonly<{}>, {
79
- type: string;
80
79
  size: string;
80
+ type: string;
81
81
  disabled: boolean;
82
82
  nativeType: string;
83
83
  allowTogglePassword: boolean;
84
84
  readonly: boolean;
85
85
  }, {}, {
86
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
87
- filled: {
88
- type: BooleanConstructor;
89
- };
90
- next: {
91
- type: BooleanConstructor;
92
- };
93
- icon: {
94
- type: StringConstructor;
95
- default: null;
96
- };
97
- clickable: {
98
- type: BooleanConstructor;
99
- default: boolean;
100
- };
101
- size: {
102
- type: StringConstructor;
103
- default: string;
104
- validator(value: unknown): boolean;
105
- };
106
- lineHeight: {
107
- type: StringConstructor;
108
- default: null;
109
- validator(value: unknown): boolean;
110
- };
111
- scheme: {
112
- type: StringConstructor;
113
- default: string;
114
- };
115
- }>, {}, {}, {
116
- svg(): any;
117
- materialSymbolsName(): any;
118
- }, {
119
- onClick($event: any): void;
120
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
121
- filled: {
122
- type: BooleanConstructor;
123
- };
124
- next: {
125
- type: BooleanConstructor;
126
- };
127
- icon: {
128
- type: StringConstructor;
129
- default: null;
130
- };
131
- clickable: {
132
- type: BooleanConstructor;
133
- default: boolean;
134
- };
135
- size: {
136
- type: StringConstructor;
137
- default: string;
138
- validator(value: unknown): boolean;
139
- };
140
- lineHeight: {
141
- type: StringConstructor;
142
- default: null;
143
- validator(value: unknown): boolean;
144
- };
145
- scheme: {
146
- type: StringConstructor;
147
- default: string;
148
- };
149
- }>> & Readonly<{
150
- onClick?: ((...args: any[]) => any) | undefined;
151
- onMousedown?: ((...args: any[]) => any) | undefined;
152
- onMouseup?: ((...args: any[]) => any) | undefined;
86
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
87
+ click: (event: Event) => any;
88
+ mousedown: (event: Event) => any;
89
+ mouseup: (event: Event) => any;
90
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
91
+ onClick?: ((event: Event) => any) | undefined;
92
+ onMousedown?: ((event: Event) => any) | undefined;
93
+ onMouseup?: ((event: Event) => any) | undefined;
153
94
  }>, {
154
95
  filled: boolean;
155
96
  next: boolean;
156
- icon: string;
97
+ icon: string | null;
157
98
  clickable: boolean;
158
- size: string;
159
- lineHeight: string;
160
- scheme: string;
161
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
99
+ size: import('../Icon.vue').IconSize;
100
+ lineHeight: import('../Icon.vue').LineHeight | null;
101
+ scheme: import('../Icon.vue').SchemeColor;
102
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
162
103
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
163
104
  export default _default;
164
105
  //# sourceMappingURL=InputNext.vue.d.ts.map
@@ -84,82 +84,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
84
84
  showModal: boolean;
85
85
  persistent: boolean;
86
86
  }, {}, {
87
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
88
- filled: {
89
- type: BooleanConstructor;
90
- };
91
- next: {
92
- type: BooleanConstructor;
93
- };
94
- icon: {
95
- type: StringConstructor;
96
- default: null;
97
- };
98
- clickable: {
99
- type: BooleanConstructor;
100
- default: boolean;
101
- };
102
- size: {
103
- type: StringConstructor;
104
- default: string;
105
- validator(value: unknown): boolean;
106
- };
107
- lineHeight: {
108
- type: StringConstructor;
109
- default: null;
110
- validator(value: unknown): boolean;
111
- };
112
- scheme: {
113
- type: StringConstructor;
114
- default: string;
115
- };
116
- }>, {}, {}, {
117
- svg(): any;
118
- materialSymbolsName(): any;
119
- }, {
120
- onClick($event: any): void;
121
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
122
- filled: {
123
- type: BooleanConstructor;
124
- };
125
- next: {
126
- type: BooleanConstructor;
127
- };
128
- icon: {
129
- type: StringConstructor;
130
- default: null;
131
- };
132
- clickable: {
133
- type: BooleanConstructor;
134
- default: boolean;
135
- };
136
- size: {
137
- type: StringConstructor;
138
- default: string;
139
- validator(value: unknown): boolean;
140
- };
141
- lineHeight: {
142
- type: StringConstructor;
143
- default: null;
144
- validator(value: unknown): boolean;
145
- };
146
- scheme: {
147
- type: StringConstructor;
148
- default: string;
149
- };
150
- }>> & Readonly<{
151
- onClick?: ((...args: any[]) => any) | undefined;
152
- onMousedown?: ((...args: any[]) => any) | undefined;
153
- onMouseup?: ((...args: any[]) => any) | undefined;
87
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
88
+ click: (event: Event) => any;
89
+ mousedown: (event: Event) => any;
90
+ mouseup: (event: Event) => any;
91
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
92
+ onClick?: ((event: Event) => any) | undefined;
93
+ onMousedown?: ((event: Event) => any) | undefined;
94
+ onMouseup?: ((event: Event) => any) | undefined;
154
95
  }>, {
155
96
  filled: boolean;
156
97
  next: boolean;
157
- icon: string;
98
+ icon: string | null;
158
99
  clickable: boolean;
159
- size: string;
160
- lineHeight: string;
161
- scheme: string;
162
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
100
+ size: import('../Icon.vue').IconSize;
101
+ lineHeight: import('../Icon.vue').LineHeight | null;
102
+ scheme: import('../Icon.vue').SchemeColor;
103
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
163
104
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
164
105
  export default _default;
165
106
  //# sourceMappingURL=Modal.vue.d.ts.map
@@ -148,9 +148,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
148
148
  onSecondaryButtonClick?: ((...args: any[]) => any) | undefined;
149
149
  }>, {
150
150
  title: string;
151
- type: string;
152
151
  icon: string;
153
152
  size: string;
153
+ type: string;
154
154
  iconScheme: string;
155
155
  persistent: boolean;
156
156
  showCloseIcon: boolean;
@@ -159,186 +159,64 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
159
159
  hideSecondaryButton: boolean;
160
160
  secondaryButtonProps: Record<string, any>;
161
161
  }, {}, {
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;
162
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
163
+ click: (event: Event) => any;
164
+ mousedown: (event: Event) => any;
165
+ mouseup: (event: Event) => any;
166
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
167
+ onClick?: ((event: Event) => any) | undefined;
168
+ onMousedown?: ((event: Event) => any) | undefined;
169
+ onMouseup?: ((event: Event) => any) | undefined;
229
170
  }>, {
230
171
  filled: boolean;
231
172
  next: boolean;
232
- icon: string;
173
+ icon: string | null;
233
174
  clickable: boolean;
234
- size: string;
235
- lineHeight: string;
236
- scheme: string;
237
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
238
- UnnnicButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
239
- size: {
240
- type: StringConstructor;
241
- default: string;
242
- };
243
- text: {
244
- type: StringConstructor;
245
- default: string;
246
- };
247
- type: {
248
- type: StringConstructor;
249
- default: string;
250
- };
251
- float: {
252
- type: BooleanConstructor;
253
- default: boolean;
254
- };
255
- iconLeft: {
256
- type: StringConstructor;
257
- default: string;
258
- };
259
- iconRight: {
260
- type: StringConstructor;
261
- default: string;
262
- };
263
- iconCenter: {
264
- type: StringConstructor;
265
- default: string;
266
- };
267
- iconsFilled: {
268
- type: BooleanConstructor;
269
- default: boolean;
270
- };
271
- next: {
272
- type: BooleanConstructor;
273
- default: boolean;
274
- };
275
- disabled: {
276
- type: BooleanConstructor;
277
- default: boolean;
278
- };
279
- loading: {
280
- type: BooleanConstructor;
281
- default: boolean;
282
- };
283
- }>, {}, {}, {
284
- buttonDisabled(): boolean;
285
- iconSize(): "md" | "sm";
286
- hasText(): boolean | "";
287
- iconScheme(): any;
288
- isSizePropValid(): boolean;
289
- isTypePropValid(): boolean;
290
- }, {
291
- validateProps(): void;
292
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
293
- size: {
294
- type: StringConstructor;
295
- default: string;
296
- };
297
- text: {
298
- type: StringConstructor;
299
- default: string;
300
- };
301
- type: {
302
- type: StringConstructor;
303
- default: string;
304
- };
305
- float: {
306
- type: BooleanConstructor;
307
- default: boolean;
308
- };
309
- iconLeft: {
310
- type: StringConstructor;
311
- default: string;
312
- };
313
- iconRight: {
314
- type: StringConstructor;
315
- default: string;
316
- };
317
- iconCenter: {
318
- type: StringConstructor;
319
- default: string;
320
- };
321
- iconsFilled: {
322
- type: BooleanConstructor;
323
- default: boolean;
324
- };
325
- next: {
326
- type: BooleanConstructor;
327
- default: boolean;
328
- };
329
- disabled: {
330
- type: BooleanConstructor;
331
- default: boolean;
332
- };
333
- loading: {
334
- type: BooleanConstructor;
335
- default: boolean;
336
- };
337
- }>> & Readonly<{}>, {
175
+ size: import('../Icon.vue').IconSize;
176
+ lineHeight: import('../Icon.vue').LineHeight | null;
177
+ scheme: import('../Icon.vue').SchemeColor;
178
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
179
+ UnnnicButton: {
180
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
181
+ text: string;
182
+ next: boolean;
183
+ size: import('../Button/types').ButtonSize;
184
+ type: import('../Button/types').ButtonType;
185
+ disabled: boolean;
186
+ iconLeft: string;
187
+ iconRight: string;
188
+ float: boolean;
189
+ iconCenter: string;
190
+ iconsFilled: boolean;
191
+ loading: boolean;
192
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLButtonElement, import('vue').ComponentProvideOptions, {
193
+ P: {};
194
+ B: {};
195
+ D: {};
196
+ C: {};
197
+ M: {};
198
+ Defaults: {};
199
+ }, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
200
+ text: string;
201
+ next: boolean;
202
+ size: import('../Button/types').ButtonSize;
203
+ type: import('../Button/types').ButtonType;
204
+ disabled: boolean;
205
+ iconLeft: string;
206
+ iconRight: string;
207
+ float: boolean;
208
+ iconCenter: string;
209
+ iconsFilled: boolean;
210
+ loading: boolean;
211
+ }>;
212
+ __isFragment?: never;
213
+ __isTeleport?: never;
214
+ __isSuspense?: never;
215
+ } & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
338
216
  text: string;
339
- type: string;
340
217
  next: boolean;
341
- size: string;
218
+ size: import('../Button/types').ButtonSize;
219
+ type: import('../Button/types').ButtonType;
342
220
  disabled: boolean;
343
221
  iconLeft: string;
344
222
  iconRight: string;
@@ -346,84 +224,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
346
224
  iconCenter: string;
347
225
  iconsFilled: boolean;
348
226
  loading: boolean;
349
- }, {}, {
350
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
351
- filled: {
352
- type: BooleanConstructor;
353
- };
354
- next: {
355
- type: BooleanConstructor;
356
- };
357
- icon: {
358
- type: StringConstructor;
359
- default: null;
360
- };
361
- clickable: {
362
- type: BooleanConstructor;
363
- default: boolean;
364
- };
365
- size: {
366
- type: StringConstructor;
367
- default: string;
368
- validator(value: unknown): boolean;
369
- };
370
- lineHeight: {
371
- type: StringConstructor;
372
- default: null;
373
- validator(value: unknown): boolean;
374
- };
375
- scheme: {
376
- type: StringConstructor;
377
- default: string;
378
- };
379
- }>, {}, {}, {
380
- svg(): any;
381
- materialSymbolsName(): any;
382
- }, {
383
- onClick($event: any): void;
384
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
385
- filled: {
386
- type: BooleanConstructor;
387
- };
388
- next: {
389
- type: BooleanConstructor;
390
- };
391
- icon: {
392
- type: StringConstructor;
393
- default: null;
394
- };
395
- clickable: {
396
- type: BooleanConstructor;
397
- default: boolean;
398
- };
399
- size: {
400
- type: StringConstructor;
401
- default: string;
402
- validator(value: unknown): boolean;
403
- };
404
- lineHeight: {
405
- type: StringConstructor;
406
- default: null;
407
- validator(value: unknown): boolean;
408
- };
409
- scheme: {
410
- type: StringConstructor;
411
- default: string;
412
- };
413
- }>> & Readonly<{
414
- onClick?: ((...args: any[]) => any) | undefined;
415
- onMousedown?: ((...args: any[]) => any) | undefined;
416
- onMouseup?: ((...args: any[]) => any) | undefined;
417
- }>, {
418
- filled: boolean;
419
- next: boolean;
420
- icon: string;
421
- clickable: boolean;
422
- size: string;
423
- lineHeight: string;
424
- scheme: string;
425
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
426
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
227
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
228
+ $slots: {
229
+ default?(_: {}): any;
230
+ };
231
+ });
427
232
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
428
233
  export default _default;
429
234
  //# sourceMappingURL=ModalDialog.vue.d.ts.map