@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.
- package/CHANGELOG.md +31 -0
- package/dist/components/Accordion/Accordion.vue.d.ts +13 -72
- package/dist/components/Alert/Alert.vue.d.ts +28 -146
- package/dist/components/Alert/Version1dot1.vue.d.ts +14 -73
- package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +13 -72
- package/dist/components/AudioRecorder/AudioPlayer.vue.d.ts +13 -72
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +39 -216
- package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +13 -72
- package/dist/components/Banner/Banner.vue.d.ts +13 -72
- package/dist/components/Banner/InfoBanner.vue.d.ts +13 -72
- package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts +13 -72
- package/dist/components/Button/Button.vue.d.ts +21 -180
- package/dist/components/Button/Button.vue.d.ts.map +1 -1
- package/dist/components/Button/ButtonIcon.vue.d.ts +13 -72
- package/dist/components/Button/types.d.ts +16 -0
- package/dist/components/Button/types.d.ts.map +1 -0
- package/dist/components/Card/AccountCard.vue.d.ts +13 -72
- package/dist/components/Card/BlankCard.vue.d.ts +13 -72
- package/dist/components/Card/Card.vue.d.ts +107 -579
- package/dist/components/Card/CardCompany.vue.d.ts +40 -217
- package/dist/components/Card/CardData.vue.d.ts +13 -72
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +26 -144
- package/dist/components/Card/ContentCard.vue.d.ts +13 -72
- package/dist/components/Card/DashCard.vue.d.ts +26 -144
- package/dist/components/Card/MarketplaceCard.vue.d.ts +13 -72
- package/dist/components/Card/SimpleCard.vue.d.ts +13 -72
- package/dist/components/Card/StatusCard.vue.d.ts +13 -72
- package/dist/components/Card/TitleCard.vue.d.ts +14 -73
- package/dist/components/CardImage/CardImage.vue.d.ts +39 -216
- package/dist/components/CardInformation/CardInformation.vue.d.ts +26 -144
- package/dist/components/CardProject/CardProject.vue.d.ts +14 -73
- package/dist/components/Carousel/Carousel.vue.d.ts +55 -291
- package/dist/components/Carousel/TagCarousel.vue.d.ts +53 -289
- package/dist/components/ChartBar/ChartBar.vue.d.ts +57 -252
- package/dist/components/ChatText/ChatText.vue.d.ts +13 -72
- package/dist/components/ChatsContact/ChatsContact.vue.d.ts +79 -433
- package/dist/components/ChatsDashboardTagLive/ChatsDashboardTagLive.vue.d.ts +13 -72
- package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +112 -291
- package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts.map +1 -1
- package/dist/components/ChatsMessage/ChatsMessageStatusBackdrop.vue.d.ts +26 -144
- package/dist/components/ChatsMessage/ChatsMessageText.vue.d.ts +42 -3
- package/dist/components/ChatsMessage/ChatsMessageText.vue.d.ts.map +1 -1
- package/dist/components/ChatsNavbar/ChatsNavbar.vue.d.ts +13 -72
- package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +13 -72
- package/dist/components/Checkbox/Checkbox.vue.d.ts +13 -72
- package/dist/components/DateFilter/DateFilter.vue.d.ts +17 -76
- package/dist/components/DatePicker/DatePicker.vue.d.ts +45 -181
- package/dist/components/Disclaimer/Disclaimer.vue.d.ts +5 -110
- package/dist/components/Disclaimer/Disclaimer.vue.d.ts.map +1 -1
- package/dist/components/Disclaimer/types.d.ts +7 -0
- package/dist/components/Disclaimer/types.d.ts.map +1 -0
- package/dist/components/Drawer/Drawer.vue.d.ts +57 -252
- package/dist/components/Dropdown/LanguageSelect.vue.d.ts +26 -144
- package/dist/components/Flag.vue.d.ts +13 -72
- package/dist/components/FormElement/FormElement.vue.d.ts +13 -72
- package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
- package/dist/components/Icon/types.d.ts +13 -0
- package/dist/components/Icon/types.d.ts.map +1 -0
- package/dist/components/Icon.vue.d.ts +15 -72
- package/dist/components/Icon.vue.d.ts.map +1 -1
- package/dist/components/IconLoading/IconLoading.vue.d.ts +13 -72
- package/dist/components/ImportCard/ImportCard.vue.d.ts +57 -252
- package/dist/components/Input/BaseInput.vue.d.ts +1 -1
- package/dist/components/Input/Input.vue.d.ts +17 -76
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +16 -75
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +63 -258
- package/dist/components/InputNext/InputNext.vue.d.ts +14 -73
- package/dist/components/Modal/Modal.vue.d.ts +13 -72
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +58 -253
- package/dist/components/ModalNext/ModalNext.vue.d.ts +74 -328
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +114 -504
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +13 -72
- package/dist/components/Pagination/Pagination.vue.d.ts +44 -180
- package/dist/components/ProgressBar/ProgressBar.vue.d.ts +13 -72
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +83 -437
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +40 -217
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +13 -72
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts.map +1 -1
- package/dist/components/SelectTime/index.vue.d.ts +16 -75
- package/dist/components/Slider/Slider.vue.d.ts +13 -72
- package/dist/components/StarRating/StarRating.vue.d.ts +13 -72
- package/dist/components/Switch/Switch.vue.d.ts +15 -74
- package/dist/components/Tab/Tab.vue.d.ts +13 -72
- package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
- package/dist/components/TableNext/TablePagination.vue.d.ts +44 -180
- package/dist/components/TabsExpanded/TabsExpanded.vue.d.ts +13 -72
- package/dist/components/Tag/BrandTag.vue.d.ts +13 -72
- package/dist/components/Tag/DefaultTag.vue.d.ts +13 -72
- package/dist/components/Tag/IndicatorTag.vue.d.ts +13 -72
- package/dist/components/Tag/Tag.vue.d.ts +40 -217
- package/dist/components/TextArea/TextArea.vue.d.ts +14 -73
- package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
- package/dist/components/Tour/Tour.vue.d.ts +44 -180
- package/dist/components/Tour/TourPopover.vue.d.ts +44 -180
- package/dist/components/UploadArea/UploadArea.vue.d.ts +57 -252
- package/dist/components/index.d.ts +13873 -7950
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-a01fbef6.mjs → es-cc886436.mjs} +1 -1
- package/dist/{index-653c8f92.mjs → index-d36790a8.mjs} +5832 -5834
- package/dist/{pt-br-8c017501.mjs → pt-br-5f433748.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +177 -90
- package/dist/unnnic.umd.js +40 -40
- package/package.json +2 -2
- package/src/components/Button/Button.vue +99 -128
- package/src/components/Button/types.ts +23 -0
- package/src/components/ChatsMessage/ChatsMessage.vue +15 -0
- package/src/components/ChatsMessage/ChatsMessageText.vue +58 -4
- package/src/components/Checkbox/__tests__/Checkbox.spec.js +3 -3
- package/src/components/Disclaimer/Disclaimer.vue +27 -25
- package/src/components/Disclaimer/__tests__/Disclaimer.spec.js +24 -10
- package/src/components/Disclaimer/types.ts +7 -0
- package/src/components/Icon/types.ts +114 -0
- package/src/components/Icon.vue +44 -76
- package/src/components/Switch/__tests__/Switch.spec.js +9 -9
- package/src/components/TableNext/__test__/__snapshots__/TableNext.spec.js.snap +5 -5
- package/src/components/TableNext/__test__/__snapshots__/TablePagination.spec.js.snap +9 -9
- package/src/components/__tests__/Icon.spec.js +32 -18
- package/src/components/index.ts +93 -0
- package/src/stories/ChatsMessage.stories.js +7 -0
|
@@ -83,87 +83,28 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
83
83
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
84
84
|
onChangeProjectStatus?: ((...args: any[]) => any) | undefined;
|
|
85
85
|
}>, {
|
|
86
|
-
clickable: boolean;
|
|
87
86
|
name: string;
|
|
87
|
+
clickable: boolean;
|
|
88
88
|
description: string;
|
|
89
89
|
canUpdateStatus: boolean;
|
|
90
90
|
}, {}, {
|
|
91
|
-
UnnnicIcon: import('vue').DefineComponent<import('vue').
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
type: StringConstructor;
|
|
100
|
-
default: null;
|
|
101
|
-
};
|
|
102
|
-
clickable: {
|
|
103
|
-
type: BooleanConstructor;
|
|
104
|
-
default: boolean;
|
|
105
|
-
};
|
|
106
|
-
size: {
|
|
107
|
-
type: StringConstructor;
|
|
108
|
-
default: string;
|
|
109
|
-
validator(value: unknown): boolean;
|
|
110
|
-
};
|
|
111
|
-
lineHeight: {
|
|
112
|
-
type: StringConstructor;
|
|
113
|
-
default: null;
|
|
114
|
-
validator(value: unknown): boolean;
|
|
115
|
-
};
|
|
116
|
-
scheme: {
|
|
117
|
-
type: StringConstructor;
|
|
118
|
-
default: string;
|
|
119
|
-
};
|
|
120
|
-
}>, {}, {}, {
|
|
121
|
-
svg(): any;
|
|
122
|
-
materialSymbolsName(): any;
|
|
123
|
-
}, {
|
|
124
|
-
onClick($event: any): void;
|
|
125
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
126
|
-
filled: {
|
|
127
|
-
type: BooleanConstructor;
|
|
128
|
-
};
|
|
129
|
-
next: {
|
|
130
|
-
type: BooleanConstructor;
|
|
131
|
-
};
|
|
132
|
-
icon: {
|
|
133
|
-
type: StringConstructor;
|
|
134
|
-
default: null;
|
|
135
|
-
};
|
|
136
|
-
clickable: {
|
|
137
|
-
type: BooleanConstructor;
|
|
138
|
-
default: boolean;
|
|
139
|
-
};
|
|
140
|
-
size: {
|
|
141
|
-
type: StringConstructor;
|
|
142
|
-
default: string;
|
|
143
|
-
validator(value: unknown): boolean;
|
|
144
|
-
};
|
|
145
|
-
lineHeight: {
|
|
146
|
-
type: StringConstructor;
|
|
147
|
-
default: null;
|
|
148
|
-
validator(value: unknown): boolean;
|
|
149
|
-
};
|
|
150
|
-
scheme: {
|
|
151
|
-
type: StringConstructor;
|
|
152
|
-
default: string;
|
|
153
|
-
};
|
|
154
|
-
}>> & Readonly<{
|
|
155
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
156
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
157
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
91
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
92
|
+
click: (event: Event) => any;
|
|
93
|
+
mousedown: (event: Event) => any;
|
|
94
|
+
mouseup: (event: Event) => any;
|
|
95
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
96
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
97
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
98
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
158
99
|
}>, {
|
|
159
100
|
filled: boolean;
|
|
160
101
|
next: boolean;
|
|
161
|
-
icon: string;
|
|
102
|
+
icon: string | null;
|
|
162
103
|
clickable: boolean;
|
|
163
|
-
size:
|
|
164
|
-
lineHeight:
|
|
165
|
-
scheme:
|
|
166
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
104
|
+
size: import('../Icon.vue').IconSize;
|
|
105
|
+
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
106
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
107
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
167
108
|
UnnnicDropdown: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
168
109
|
useOpenProp: {
|
|
169
110
|
type: BooleanConstructor;
|
|
@@ -177,82 +177,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
177
177
|
leftIcon: string;
|
|
178
178
|
rightIcon: string;
|
|
179
179
|
}, {}, {
|
|
180
|
-
UnnnicIcon: import('vue').DefineComponent<import('vue').
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
type: StringConstructor;
|
|
189
|
-
default: null;
|
|
190
|
-
};
|
|
191
|
-
clickable: {
|
|
192
|
-
type: BooleanConstructor;
|
|
193
|
-
default: boolean;
|
|
194
|
-
};
|
|
195
|
-
size: {
|
|
196
|
-
type: StringConstructor;
|
|
197
|
-
default: string;
|
|
198
|
-
validator(value: unknown): boolean;
|
|
199
|
-
};
|
|
200
|
-
lineHeight: {
|
|
201
|
-
type: StringConstructor;
|
|
202
|
-
default: null;
|
|
203
|
-
validator(value: unknown): boolean;
|
|
204
|
-
};
|
|
205
|
-
scheme: {
|
|
206
|
-
type: StringConstructor;
|
|
207
|
-
default: string;
|
|
208
|
-
};
|
|
209
|
-
}>, {}, {}, {
|
|
210
|
-
svg(): any;
|
|
211
|
-
materialSymbolsName(): any;
|
|
212
|
-
}, {
|
|
213
|
-
onClick($event: any): void;
|
|
214
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
215
|
-
filled: {
|
|
216
|
-
type: BooleanConstructor;
|
|
217
|
-
};
|
|
218
|
-
next: {
|
|
219
|
-
type: BooleanConstructor;
|
|
220
|
-
};
|
|
221
|
-
icon: {
|
|
222
|
-
type: StringConstructor;
|
|
223
|
-
default: null;
|
|
224
|
-
};
|
|
225
|
-
clickable: {
|
|
226
|
-
type: BooleanConstructor;
|
|
227
|
-
default: boolean;
|
|
228
|
-
};
|
|
229
|
-
size: {
|
|
230
|
-
type: StringConstructor;
|
|
231
|
-
default: string;
|
|
232
|
-
validator(value: unknown): boolean;
|
|
233
|
-
};
|
|
234
|
-
lineHeight: {
|
|
235
|
-
type: StringConstructor;
|
|
236
|
-
default: null;
|
|
237
|
-
validator(value: unknown): boolean;
|
|
238
|
-
};
|
|
239
|
-
scheme: {
|
|
240
|
-
type: StringConstructor;
|
|
241
|
-
default: string;
|
|
242
|
-
};
|
|
243
|
-
}>> & Readonly<{
|
|
244
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
245
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
246
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
180
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
181
|
+
click: (event: Event) => any;
|
|
182
|
+
mousedown: (event: Event) => any;
|
|
183
|
+
mouseup: (event: Event) => any;
|
|
184
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
185
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
186
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
187
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
247
188
|
}>, {
|
|
248
189
|
filled: boolean;
|
|
249
190
|
next: boolean;
|
|
250
|
-
icon: string;
|
|
191
|
+
icon: string | null;
|
|
251
192
|
clickable: boolean;
|
|
252
|
-
size:
|
|
253
|
-
lineHeight:
|
|
254
|
-
scheme:
|
|
255
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
193
|
+
size: import('../Icon.vue').IconSize;
|
|
194
|
+
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
195
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
196
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
256
197
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
257
198
|
text: {
|
|
258
199
|
type: StringConstructor;
|
|
@@ -311,82 +252,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
311
252
|
hasBackButton: boolean;
|
|
312
253
|
enableTooltip: boolean;
|
|
313
254
|
}, {}, {
|
|
314
|
-
UnnnicIcon: import('vue').DefineComponent<import('vue').
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
type: StringConstructor;
|
|
323
|
-
default: null;
|
|
324
|
-
};
|
|
325
|
-
clickable: {
|
|
326
|
-
type: BooleanConstructor;
|
|
327
|
-
default: boolean;
|
|
328
|
-
};
|
|
329
|
-
size: {
|
|
330
|
-
type: StringConstructor;
|
|
331
|
-
default: string;
|
|
332
|
-
validator(value: unknown): boolean;
|
|
333
|
-
};
|
|
334
|
-
lineHeight: {
|
|
335
|
-
type: StringConstructor;
|
|
336
|
-
default: null;
|
|
337
|
-
validator(value: unknown): boolean;
|
|
338
|
-
};
|
|
339
|
-
scheme: {
|
|
340
|
-
type: StringConstructor;
|
|
341
|
-
default: string;
|
|
342
|
-
};
|
|
343
|
-
}>, {}, {}, {
|
|
344
|
-
svg(): any;
|
|
345
|
-
materialSymbolsName(): any;
|
|
346
|
-
}, {
|
|
347
|
-
onClick($event: any): void;
|
|
348
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
349
|
-
filled: {
|
|
350
|
-
type: BooleanConstructor;
|
|
351
|
-
};
|
|
352
|
-
next: {
|
|
353
|
-
type: BooleanConstructor;
|
|
354
|
-
};
|
|
355
|
-
icon: {
|
|
356
|
-
type: StringConstructor;
|
|
357
|
-
default: null;
|
|
358
|
-
};
|
|
359
|
-
clickable: {
|
|
360
|
-
type: BooleanConstructor;
|
|
361
|
-
default: boolean;
|
|
362
|
-
};
|
|
363
|
-
size: {
|
|
364
|
-
type: StringConstructor;
|
|
365
|
-
default: string;
|
|
366
|
-
validator(value: unknown): boolean;
|
|
367
|
-
};
|
|
368
|
-
lineHeight: {
|
|
369
|
-
type: StringConstructor;
|
|
370
|
-
default: null;
|
|
371
|
-
validator(value: unknown): boolean;
|
|
372
|
-
};
|
|
373
|
-
scheme: {
|
|
374
|
-
type: StringConstructor;
|
|
375
|
-
default: string;
|
|
376
|
-
};
|
|
377
|
-
}>> & Readonly<{
|
|
378
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
379
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
380
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
255
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
256
|
+
click: (event: Event) => any;
|
|
257
|
+
mousedown: (event: Event) => any;
|
|
258
|
+
mouseup: (event: Event) => any;
|
|
259
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
260
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
261
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
262
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
381
263
|
}>, {
|
|
382
264
|
filled: boolean;
|
|
383
265
|
next: boolean;
|
|
384
|
-
icon: string;
|
|
266
|
+
icon: string | null;
|
|
385
267
|
clickable: boolean;
|
|
386
|
-
size:
|
|
387
|
-
lineHeight:
|
|
388
|
-
scheme:
|
|
389
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
268
|
+
size: import('../Icon.vue').IconSize;
|
|
269
|
+
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
270
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
271
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
390
272
|
ToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
391
273
|
text: {
|
|
392
274
|
type: StringConstructor;
|
|
@@ -495,82 +377,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
495
377
|
clickable: boolean;
|
|
496
378
|
disabled: boolean;
|
|
497
379
|
}, {}, {
|
|
498
|
-
UnnnicIcon: import('vue').DefineComponent<import('vue').
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
type: StringConstructor;
|
|
507
|
-
default: null;
|
|
508
|
-
};
|
|
509
|
-
clickable: {
|
|
510
|
-
type: BooleanConstructor;
|
|
511
|
-
default: boolean;
|
|
512
|
-
};
|
|
513
|
-
size: {
|
|
514
|
-
type: StringConstructor;
|
|
515
|
-
default: string;
|
|
516
|
-
validator(value: unknown): boolean;
|
|
517
|
-
};
|
|
518
|
-
lineHeight: {
|
|
519
|
-
type: StringConstructor;
|
|
520
|
-
default: null;
|
|
521
|
-
validator(value: unknown): boolean;
|
|
522
|
-
};
|
|
523
|
-
scheme: {
|
|
524
|
-
type: StringConstructor;
|
|
525
|
-
default: string;
|
|
526
|
-
};
|
|
527
|
-
}>, {}, {}, {
|
|
528
|
-
svg(): any;
|
|
529
|
-
materialSymbolsName(): any;
|
|
530
|
-
}, {
|
|
531
|
-
onClick($event: any): void;
|
|
532
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
533
|
-
filled: {
|
|
534
|
-
type: BooleanConstructor;
|
|
535
|
-
};
|
|
536
|
-
next: {
|
|
537
|
-
type: BooleanConstructor;
|
|
538
|
-
};
|
|
539
|
-
icon: {
|
|
540
|
-
type: StringConstructor;
|
|
541
|
-
default: null;
|
|
542
|
-
};
|
|
543
|
-
clickable: {
|
|
544
|
-
type: BooleanConstructor;
|
|
545
|
-
default: boolean;
|
|
546
|
-
};
|
|
547
|
-
size: {
|
|
548
|
-
type: StringConstructor;
|
|
549
|
-
default: string;
|
|
550
|
-
validator(value: unknown): boolean;
|
|
551
|
-
};
|
|
552
|
-
lineHeight: {
|
|
553
|
-
type: StringConstructor;
|
|
554
|
-
default: null;
|
|
555
|
-
validator(value: unknown): boolean;
|
|
556
|
-
};
|
|
557
|
-
scheme: {
|
|
558
|
-
type: StringConstructor;
|
|
559
|
-
default: string;
|
|
560
|
-
};
|
|
561
|
-
}>> & Readonly<{
|
|
562
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
563
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
564
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
380
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
381
|
+
click: (event: Event) => any;
|
|
382
|
+
mousedown: (event: Event) => any;
|
|
383
|
+
mouseup: (event: Event) => any;
|
|
384
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
385
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
386
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
387
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
565
388
|
}>, {
|
|
566
389
|
filled: boolean;
|
|
567
390
|
next: boolean;
|
|
568
|
-
icon: string;
|
|
391
|
+
icon: string | null;
|
|
569
392
|
clickable: boolean;
|
|
570
|
-
size:
|
|
571
|
-
lineHeight:
|
|
572
|
-
scheme:
|
|
573
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
393
|
+
size: import('../Icon.vue').IconSize;
|
|
394
|
+
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
395
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
396
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
574
397
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
575
398
|
text: {
|
|
576
399
|
type: StringConstructor;
|
|
@@ -645,9 +468,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
645
468
|
};
|
|
646
469
|
}>> & Readonly<{}>, {
|
|
647
470
|
text: string;
|
|
648
|
-
type: string;
|
|
649
471
|
clickable: boolean;
|
|
650
472
|
scheme: string;
|
|
473
|
+
type: string;
|
|
651
474
|
disabled: boolean;
|
|
652
475
|
hasCloseIcon: boolean;
|
|
653
476
|
leftIcon: string;
|
|
@@ -657,82 +480,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
657
480
|
hasBackButton: boolean;
|
|
658
481
|
enableTooltip: boolean;
|
|
659
482
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
660
|
-
UnnnicIcon: import('vue').DefineComponent<import('vue').
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
type: StringConstructor;
|
|
669
|
-
default: null;
|
|
670
|
-
};
|
|
671
|
-
clickable: {
|
|
672
|
-
type: BooleanConstructor;
|
|
673
|
-
default: boolean;
|
|
674
|
-
};
|
|
675
|
-
size: {
|
|
676
|
-
type: StringConstructor;
|
|
677
|
-
default: string;
|
|
678
|
-
validator(value: unknown): boolean;
|
|
679
|
-
};
|
|
680
|
-
lineHeight: {
|
|
681
|
-
type: StringConstructor;
|
|
682
|
-
default: null;
|
|
683
|
-
validator(value: unknown): boolean;
|
|
684
|
-
};
|
|
685
|
-
scheme: {
|
|
686
|
-
type: StringConstructor;
|
|
687
|
-
default: string;
|
|
688
|
-
};
|
|
689
|
-
}>, {}, {}, {
|
|
690
|
-
svg(): any;
|
|
691
|
-
materialSymbolsName(): any;
|
|
692
|
-
}, {
|
|
693
|
-
onClick($event: any): void;
|
|
694
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
695
|
-
filled: {
|
|
696
|
-
type: BooleanConstructor;
|
|
697
|
-
};
|
|
698
|
-
next: {
|
|
699
|
-
type: BooleanConstructor;
|
|
700
|
-
};
|
|
701
|
-
icon: {
|
|
702
|
-
type: StringConstructor;
|
|
703
|
-
default: null;
|
|
704
|
-
};
|
|
705
|
-
clickable: {
|
|
706
|
-
type: BooleanConstructor;
|
|
707
|
-
default: boolean;
|
|
708
|
-
};
|
|
709
|
-
size: {
|
|
710
|
-
type: StringConstructor;
|
|
711
|
-
default: string;
|
|
712
|
-
validator(value: unknown): boolean;
|
|
713
|
-
};
|
|
714
|
-
lineHeight: {
|
|
715
|
-
type: StringConstructor;
|
|
716
|
-
default: null;
|
|
717
|
-
validator(value: unknown): boolean;
|
|
718
|
-
};
|
|
719
|
-
scheme: {
|
|
720
|
-
type: StringConstructor;
|
|
721
|
-
default: string;
|
|
722
|
-
};
|
|
723
|
-
}>> & Readonly<{
|
|
724
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
725
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
726
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
483
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
484
|
+
click: (event: Event) => any;
|
|
485
|
+
mousedown: (event: Event) => any;
|
|
486
|
+
mouseup: (event: Event) => any;
|
|
487
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
488
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
489
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
490
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
727
491
|
}>, {
|
|
728
492
|
filled: boolean;
|
|
729
493
|
next: boolean;
|
|
730
|
-
icon: string;
|
|
494
|
+
icon: string | null;
|
|
731
495
|
clickable: boolean;
|
|
732
|
-
size:
|
|
733
|
-
lineHeight:
|
|
734
|
-
scheme:
|
|
735
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
496
|
+
size: import('../Icon.vue').IconSize;
|
|
497
|
+
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
498
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
499
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
736
500
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
737
501
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
738
502
|
modelValue: {
|
|
@@ -761,10 +525,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
761
525
|
default: boolean;
|
|
762
526
|
};
|
|
763
527
|
}>> & Readonly<{}>, {
|
|
764
|
-
|
|
528
|
+
name: string;
|
|
765
529
|
icon: string;
|
|
766
530
|
clickable: boolean;
|
|
767
|
-
|
|
531
|
+
type: string;
|
|
768
532
|
modelValue: unknown[];
|
|
769
533
|
tagItems: unknown[];
|
|
770
534
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|