@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
|
@@ -126,8 +126,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
126
126
|
}>, {
|
|
127
127
|
label: string;
|
|
128
128
|
mask: string | unknown[];
|
|
129
|
-
type: string;
|
|
130
129
|
size: string;
|
|
130
|
+
type: string;
|
|
131
131
|
message: string;
|
|
132
132
|
modelValue: string;
|
|
133
133
|
nativeType: string;
|
|
@@ -195,7 +195,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
195
195
|
}, {
|
|
196
196
|
isDisabled(): unknown;
|
|
197
197
|
iconRightSvg(): string;
|
|
198
|
-
iconScheme(): "
|
|
198
|
+
iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
|
|
199
199
|
attributes(): any;
|
|
200
200
|
}, {
|
|
201
201
|
focus(): void;
|
|
@@ -257,8 +257,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
257
257
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
258
258
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
259
259
|
}>, {
|
|
260
|
-
type: string;
|
|
261
260
|
size: string;
|
|
261
|
+
type: string;
|
|
262
262
|
modelValue: string;
|
|
263
263
|
nativeType: string;
|
|
264
264
|
placeholder: string;
|
|
@@ -330,8 +330,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
330
330
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
331
331
|
}>, {
|
|
332
332
|
mask: string | unknown[];
|
|
333
|
-
type: string;
|
|
334
333
|
size: string;
|
|
334
|
+
type: string;
|
|
335
335
|
hasIconLeft: boolean;
|
|
336
336
|
hasIconRight: boolean;
|
|
337
337
|
modelValue: string;
|
|
@@ -339,82 +339,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
339
339
|
}, {}, {}, {
|
|
340
340
|
mask: any;
|
|
341
341
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
342
|
-
UnnnicIcon: import('vue').DefineComponent<import('vue').
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
type: StringConstructor;
|
|
351
|
-
default: null;
|
|
352
|
-
};
|
|
353
|
-
clickable: {
|
|
354
|
-
type: BooleanConstructor;
|
|
355
|
-
default: boolean;
|
|
356
|
-
};
|
|
357
|
-
size: {
|
|
358
|
-
type: StringConstructor;
|
|
359
|
-
default: string;
|
|
360
|
-
validator(value: unknown): boolean;
|
|
361
|
-
};
|
|
362
|
-
lineHeight: {
|
|
363
|
-
type: StringConstructor;
|
|
364
|
-
default: null;
|
|
365
|
-
validator(value: unknown): boolean;
|
|
366
|
-
};
|
|
367
|
-
scheme: {
|
|
368
|
-
type: StringConstructor;
|
|
369
|
-
default: string;
|
|
370
|
-
};
|
|
371
|
-
}>, {}, {}, {
|
|
372
|
-
svg(): any;
|
|
373
|
-
materialSymbolsName(): any;
|
|
374
|
-
}, {
|
|
375
|
-
onClick($event: any): void;
|
|
376
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
377
|
-
filled: {
|
|
378
|
-
type: BooleanConstructor;
|
|
379
|
-
};
|
|
380
|
-
next: {
|
|
381
|
-
type: BooleanConstructor;
|
|
382
|
-
};
|
|
383
|
-
icon: {
|
|
384
|
-
type: StringConstructor;
|
|
385
|
-
default: null;
|
|
386
|
-
};
|
|
387
|
-
clickable: {
|
|
388
|
-
type: BooleanConstructor;
|
|
389
|
-
default: boolean;
|
|
390
|
-
};
|
|
391
|
-
size: {
|
|
392
|
-
type: StringConstructor;
|
|
393
|
-
default: string;
|
|
394
|
-
validator(value: unknown): boolean;
|
|
395
|
-
};
|
|
396
|
-
lineHeight: {
|
|
397
|
-
type: StringConstructor;
|
|
398
|
-
default: null;
|
|
399
|
-
validator(value: unknown): boolean;
|
|
400
|
-
};
|
|
401
|
-
scheme: {
|
|
402
|
-
type: StringConstructor;
|
|
403
|
-
default: string;
|
|
404
|
-
};
|
|
405
|
-
}>> & Readonly<{
|
|
406
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
407
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
408
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
342
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
343
|
+
click: (event: Event) => any;
|
|
344
|
+
mousedown: (event: Event) => any;
|
|
345
|
+
mouseup: (event: Event) => any;
|
|
346
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
347
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
348
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
349
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
409
350
|
}>, {
|
|
410
351
|
filled: boolean;
|
|
411
352
|
next: boolean;
|
|
412
|
-
icon: string;
|
|
353
|
+
icon: string | null;
|
|
413
354
|
clickable: boolean;
|
|
414
|
-
size:
|
|
415
|
-
lineHeight:
|
|
416
|
-
scheme:
|
|
417
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
355
|
+
size: import('../Icon.vue').IconSize;
|
|
356
|
+
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
357
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
358
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
418
359
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
419
360
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
420
361
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Input.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/Input.vue"],"names":[],"mappings":"AAwCA
|
|
1
|
+
{"version":3,"file":"Input.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/Input.vue"],"names":[],"mappings":"AAwCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAsK8B,sBAAsB"}
|
|
@@ -54,7 +54,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
54
54
|
}, {
|
|
55
55
|
isDisabled(): unknown;
|
|
56
56
|
iconRightSvg(): string;
|
|
57
|
-
iconScheme(): "
|
|
57
|
+
iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
|
|
58
58
|
attributes(): any;
|
|
59
59
|
}, {
|
|
60
60
|
focus(): void;
|
|
@@ -116,8 +116,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
116
116
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
117
117
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
118
118
|
}>, {
|
|
119
|
-
type: string;
|
|
120
119
|
size: string;
|
|
120
|
+
type: string;
|
|
121
121
|
modelValue: string;
|
|
122
122
|
nativeType: string;
|
|
123
123
|
placeholder: string;
|
|
@@ -189,8 +189,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
189
189
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
190
190
|
}>, {
|
|
191
191
|
mask: string | unknown[];
|
|
192
|
-
type: string;
|
|
193
192
|
size: string;
|
|
193
|
+
type: string;
|
|
194
194
|
hasIconLeft: boolean;
|
|
195
195
|
hasIconRight: boolean;
|
|
196
196
|
modelValue: string;
|
|
@@ -198,82 +198,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
198
198
|
}, {}, {}, {
|
|
199
199
|
mask: any;
|
|
200
200
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
201
|
-
UnnnicIcon: import('vue').DefineComponent<import('vue').
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
type: StringConstructor;
|
|
210
|
-
default: null;
|
|
211
|
-
};
|
|
212
|
-
clickable: {
|
|
213
|
-
type: BooleanConstructor;
|
|
214
|
-
default: boolean;
|
|
215
|
-
};
|
|
216
|
-
size: {
|
|
217
|
-
type: StringConstructor;
|
|
218
|
-
default: string;
|
|
219
|
-
validator(value: unknown): boolean;
|
|
220
|
-
};
|
|
221
|
-
lineHeight: {
|
|
222
|
-
type: StringConstructor;
|
|
223
|
-
default: null;
|
|
224
|
-
validator(value: unknown): boolean;
|
|
225
|
-
};
|
|
226
|
-
scheme: {
|
|
227
|
-
type: StringConstructor;
|
|
228
|
-
default: string;
|
|
229
|
-
};
|
|
230
|
-
}>, {}, {}, {
|
|
231
|
-
svg(): any;
|
|
232
|
-
materialSymbolsName(): any;
|
|
233
|
-
}, {
|
|
234
|
-
onClick($event: any): void;
|
|
235
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
236
|
-
filled: {
|
|
237
|
-
type: BooleanConstructor;
|
|
238
|
-
};
|
|
239
|
-
next: {
|
|
240
|
-
type: BooleanConstructor;
|
|
241
|
-
};
|
|
242
|
-
icon: {
|
|
243
|
-
type: StringConstructor;
|
|
244
|
-
default: null;
|
|
245
|
-
};
|
|
246
|
-
clickable: {
|
|
247
|
-
type: BooleanConstructor;
|
|
248
|
-
default: boolean;
|
|
249
|
-
};
|
|
250
|
-
size: {
|
|
251
|
-
type: StringConstructor;
|
|
252
|
-
default: string;
|
|
253
|
-
validator(value: unknown): boolean;
|
|
254
|
-
};
|
|
255
|
-
lineHeight: {
|
|
256
|
-
type: StringConstructor;
|
|
257
|
-
default: null;
|
|
258
|
-
validator(value: unknown): boolean;
|
|
259
|
-
};
|
|
260
|
-
scheme: {
|
|
261
|
-
type: StringConstructor;
|
|
262
|
-
default: string;
|
|
263
|
-
};
|
|
264
|
-
}>> & Readonly<{
|
|
265
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
266
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
267
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
201
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
202
|
+
click: (event: Event) => any;
|
|
203
|
+
mousedown: (event: Event) => any;
|
|
204
|
+
mouseup: (event: Event) => any;
|
|
205
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
206
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
207
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
208
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
268
209
|
}>, {
|
|
269
210
|
filled: boolean;
|
|
270
211
|
next: boolean;
|
|
271
|
-
icon: string;
|
|
212
|
+
icon: string | null;
|
|
272
213
|
clickable: boolean;
|
|
273
|
-
size:
|
|
274
|
-
lineHeight:
|
|
275
|
-
scheme:
|
|
276
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
214
|
+
size: import('../Icon.vue').IconSize;
|
|
215
|
+
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
216
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
217
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
277
218
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
278
219
|
export default _default;
|
|
279
220
|
//# sourceMappingURL=TextInput.vue.d.ts.map
|
|
@@ -153,9 +153,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
153
153
|
onSelectDate?: ((...args: any[]) => any) | undefined;
|
|
154
154
|
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
155
155
|
}>, {
|
|
156
|
-
type: string;
|
|
157
156
|
next: boolean;
|
|
158
157
|
size: string;
|
|
158
|
+
type: string;
|
|
159
159
|
minDate: string;
|
|
160
160
|
maxDate: string;
|
|
161
161
|
months: unknown[];
|
|
@@ -297,8 +297,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
297
297
|
}>, {
|
|
298
298
|
label: string;
|
|
299
299
|
mask: string | unknown[];
|
|
300
|
-
type: string;
|
|
301
300
|
size: string;
|
|
301
|
+
type: string;
|
|
302
302
|
message: string;
|
|
303
303
|
modelValue: string;
|
|
304
304
|
nativeType: string;
|
|
@@ -366,7 +366,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
366
366
|
}, {
|
|
367
367
|
isDisabled(): unknown;
|
|
368
368
|
iconRightSvg(): string;
|
|
369
|
-
iconScheme(): "
|
|
369
|
+
iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
|
|
370
370
|
attributes(): any;
|
|
371
371
|
}, {
|
|
372
372
|
focus(): void;
|
|
@@ -428,8 +428,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
428
428
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
429
429
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
430
430
|
}>, {
|
|
431
|
-
type: string;
|
|
432
431
|
size: string;
|
|
432
|
+
type: string;
|
|
433
433
|
modelValue: string;
|
|
434
434
|
nativeType: string;
|
|
435
435
|
placeholder: string;
|
|
@@ -501,8 +501,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
501
501
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
502
502
|
}>, {
|
|
503
503
|
mask: string | unknown[];
|
|
504
|
-
type: string;
|
|
505
504
|
size: string;
|
|
505
|
+
type: string;
|
|
506
506
|
hasIconLeft: boolean;
|
|
507
507
|
hasIconRight: boolean;
|
|
508
508
|
modelValue: string;
|
|
@@ -510,82 +510,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
510
510
|
}, {}, {}, {
|
|
511
511
|
mask: any;
|
|
512
512
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
513
|
-
UnnnicIcon: import('vue').DefineComponent<import('vue').
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
type: StringConstructor;
|
|
522
|
-
default: null;
|
|
523
|
-
};
|
|
524
|
-
clickable: {
|
|
525
|
-
type: BooleanConstructor;
|
|
526
|
-
default: boolean;
|
|
527
|
-
};
|
|
528
|
-
size: {
|
|
529
|
-
type: StringConstructor;
|
|
530
|
-
default: string;
|
|
531
|
-
validator(value: unknown): boolean;
|
|
532
|
-
};
|
|
533
|
-
lineHeight: {
|
|
534
|
-
type: StringConstructor;
|
|
535
|
-
default: null;
|
|
536
|
-
validator(value: unknown): boolean;
|
|
537
|
-
};
|
|
538
|
-
scheme: {
|
|
539
|
-
type: StringConstructor;
|
|
540
|
-
default: string;
|
|
541
|
-
};
|
|
542
|
-
}>, {}, {}, {
|
|
543
|
-
svg(): any;
|
|
544
|
-
materialSymbolsName(): any;
|
|
545
|
-
}, {
|
|
546
|
-
onClick($event: any): void;
|
|
547
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
548
|
-
filled: {
|
|
549
|
-
type: BooleanConstructor;
|
|
550
|
-
};
|
|
551
|
-
next: {
|
|
552
|
-
type: BooleanConstructor;
|
|
553
|
-
};
|
|
554
|
-
icon: {
|
|
555
|
-
type: StringConstructor;
|
|
556
|
-
default: null;
|
|
557
|
-
};
|
|
558
|
-
clickable: {
|
|
559
|
-
type: BooleanConstructor;
|
|
560
|
-
default: boolean;
|
|
561
|
-
};
|
|
562
|
-
size: {
|
|
563
|
-
type: StringConstructor;
|
|
564
|
-
default: string;
|
|
565
|
-
validator(value: unknown): boolean;
|
|
566
|
-
};
|
|
567
|
-
lineHeight: {
|
|
568
|
-
type: StringConstructor;
|
|
569
|
-
default: null;
|
|
570
|
-
validator(value: unknown): boolean;
|
|
571
|
-
};
|
|
572
|
-
scheme: {
|
|
573
|
-
type: StringConstructor;
|
|
574
|
-
default: string;
|
|
575
|
-
};
|
|
576
|
-
}>> & Readonly<{
|
|
577
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
578
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
579
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
513
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
514
|
+
click: (event: Event) => any;
|
|
515
|
+
mousedown: (event: Event) => any;
|
|
516
|
+
mouseup: (event: Event) => any;
|
|
517
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
518
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
519
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
520
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
580
521
|
}>, {
|
|
581
522
|
filled: boolean;
|
|
582
523
|
next: boolean;
|
|
583
|
-
icon: string;
|
|
524
|
+
icon: string | null;
|
|
584
525
|
clickable: boolean;
|
|
585
|
-
size:
|
|
586
|
-
lineHeight:
|
|
587
|
-
scheme:
|
|
588
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
526
|
+
size: import('../Icon.vue').IconSize;
|
|
527
|
+
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
528
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
529
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
589
530
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
590
531
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
591
532
|
UnnnicDatePicker: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -783,8 +724,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
783
724
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
784
725
|
"onUpdate:equivalentOption"?: ((...args: any[]) => any) | undefined;
|
|
785
726
|
}>, {
|
|
786
|
-
type: string;
|
|
787
727
|
size: string;
|
|
728
|
+
type: string;
|
|
788
729
|
initialStartDate: string;
|
|
789
730
|
initialEndDate: string;
|
|
790
731
|
minDate: string;
|
|
@@ -797,110 +738,47 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
797
738
|
options: unknown[];
|
|
798
739
|
disableClear: boolean;
|
|
799
740
|
}, {}, {
|
|
800
|
-
UnnnicButton:
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
}
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
}
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
disabled: {
|
|
838
|
-
type: BooleanConstructor;
|
|
839
|
-
default: boolean;
|
|
840
|
-
};
|
|
841
|
-
loading: {
|
|
842
|
-
type: BooleanConstructor;
|
|
843
|
-
default: boolean;
|
|
844
|
-
};
|
|
845
|
-
}>, {}, {}, {
|
|
846
|
-
buttonDisabled(): boolean;
|
|
847
|
-
iconSize(): "md" | "sm";
|
|
848
|
-
hasText(): boolean | "";
|
|
849
|
-
iconScheme(): any;
|
|
850
|
-
isSizePropValid(): boolean;
|
|
851
|
-
isTypePropValid(): boolean;
|
|
852
|
-
}, {
|
|
853
|
-
validateProps(): void;
|
|
854
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
855
|
-
size: {
|
|
856
|
-
type: StringConstructor;
|
|
857
|
-
default: string;
|
|
858
|
-
};
|
|
859
|
-
text: {
|
|
860
|
-
type: StringConstructor;
|
|
861
|
-
default: string;
|
|
862
|
-
};
|
|
863
|
-
type: {
|
|
864
|
-
type: StringConstructor;
|
|
865
|
-
default: string;
|
|
866
|
-
};
|
|
867
|
-
float: {
|
|
868
|
-
type: BooleanConstructor;
|
|
869
|
-
default: boolean;
|
|
870
|
-
};
|
|
871
|
-
iconLeft: {
|
|
872
|
-
type: StringConstructor;
|
|
873
|
-
default: string;
|
|
874
|
-
};
|
|
875
|
-
iconRight: {
|
|
876
|
-
type: StringConstructor;
|
|
877
|
-
default: string;
|
|
878
|
-
};
|
|
879
|
-
iconCenter: {
|
|
880
|
-
type: StringConstructor;
|
|
881
|
-
default: string;
|
|
882
|
-
};
|
|
883
|
-
iconsFilled: {
|
|
884
|
-
type: BooleanConstructor;
|
|
885
|
-
default: boolean;
|
|
886
|
-
};
|
|
887
|
-
next: {
|
|
888
|
-
type: BooleanConstructor;
|
|
889
|
-
default: boolean;
|
|
890
|
-
};
|
|
891
|
-
disabled: {
|
|
892
|
-
type: BooleanConstructor;
|
|
893
|
-
default: boolean;
|
|
894
|
-
};
|
|
895
|
-
loading: {
|
|
896
|
-
type: BooleanConstructor;
|
|
897
|
-
default: boolean;
|
|
898
|
-
};
|
|
899
|
-
}>> & Readonly<{}>, {
|
|
741
|
+
UnnnicButton: {
|
|
742
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
743
|
+
text: string;
|
|
744
|
+
next: boolean;
|
|
745
|
+
size: import('../Button/types').ButtonSize;
|
|
746
|
+
type: import('../Button/types').ButtonType;
|
|
747
|
+
disabled: boolean;
|
|
748
|
+
iconLeft: string;
|
|
749
|
+
iconRight: string;
|
|
750
|
+
float: boolean;
|
|
751
|
+
iconCenter: string;
|
|
752
|
+
iconsFilled: boolean;
|
|
753
|
+
loading: boolean;
|
|
754
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLButtonElement, import('vue').ComponentProvideOptions, {
|
|
755
|
+
P: {};
|
|
756
|
+
B: {};
|
|
757
|
+
D: {};
|
|
758
|
+
C: {};
|
|
759
|
+
M: {};
|
|
760
|
+
Defaults: {};
|
|
761
|
+
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
762
|
+
text: string;
|
|
763
|
+
next: boolean;
|
|
764
|
+
size: import('../Button/types').ButtonSize;
|
|
765
|
+
type: import('../Button/types').ButtonType;
|
|
766
|
+
disabled: boolean;
|
|
767
|
+
iconLeft: string;
|
|
768
|
+
iconRight: string;
|
|
769
|
+
float: boolean;
|
|
770
|
+
iconCenter: string;
|
|
771
|
+
iconsFilled: boolean;
|
|
772
|
+
loading: boolean;
|
|
773
|
+
}>;
|
|
774
|
+
__isFragment?: never;
|
|
775
|
+
__isTeleport?: never;
|
|
776
|
+
__isSuspense?: never;
|
|
777
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
900
778
|
text: string;
|
|
901
|
-
type: string;
|
|
902
779
|
next: boolean;
|
|
903
|
-
size:
|
|
780
|
+
size: import('../Button/types').ButtonSize;
|
|
781
|
+
type: import('../Button/types').ButtonType;
|
|
904
782
|
disabled: boolean;
|
|
905
783
|
iconLeft: string;
|
|
906
784
|
iconRight: string;
|
|
@@ -908,84 +786,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
908
786
|
iconCenter: string;
|
|
909
787
|
iconsFilled: boolean;
|
|
910
788
|
loading: boolean;
|
|
911
|
-
}, {}, {
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
next: {
|
|
917
|
-
type: BooleanConstructor;
|
|
918
|
-
};
|
|
919
|
-
icon: {
|
|
920
|
-
type: StringConstructor;
|
|
921
|
-
default: null;
|
|
922
|
-
};
|
|
923
|
-
clickable: {
|
|
924
|
-
type: BooleanConstructor;
|
|
925
|
-
default: boolean;
|
|
926
|
-
};
|
|
927
|
-
size: {
|
|
928
|
-
type: StringConstructor;
|
|
929
|
-
default: string;
|
|
930
|
-
validator(value: unknown): boolean;
|
|
931
|
-
};
|
|
932
|
-
lineHeight: {
|
|
933
|
-
type: StringConstructor;
|
|
934
|
-
default: null;
|
|
935
|
-
validator(value: unknown): boolean;
|
|
936
|
-
};
|
|
937
|
-
scheme: {
|
|
938
|
-
type: StringConstructor;
|
|
939
|
-
default: string;
|
|
940
|
-
};
|
|
941
|
-
}>, {}, {}, {
|
|
942
|
-
svg(): any;
|
|
943
|
-
materialSymbolsName(): any;
|
|
944
|
-
}, {
|
|
945
|
-
onClick($event: any): void;
|
|
946
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
947
|
-
filled: {
|
|
948
|
-
type: BooleanConstructor;
|
|
949
|
-
};
|
|
950
|
-
next: {
|
|
951
|
-
type: BooleanConstructor;
|
|
952
|
-
};
|
|
953
|
-
icon: {
|
|
954
|
-
type: StringConstructor;
|
|
955
|
-
default: null;
|
|
956
|
-
};
|
|
957
|
-
clickable: {
|
|
958
|
-
type: BooleanConstructor;
|
|
959
|
-
default: boolean;
|
|
960
|
-
};
|
|
961
|
-
size: {
|
|
962
|
-
type: StringConstructor;
|
|
963
|
-
default: string;
|
|
964
|
-
validator(value: unknown): boolean;
|
|
965
|
-
};
|
|
966
|
-
lineHeight: {
|
|
967
|
-
type: StringConstructor;
|
|
968
|
-
default: null;
|
|
969
|
-
validator(value: unknown): boolean;
|
|
970
|
-
};
|
|
971
|
-
scheme: {
|
|
972
|
-
type: StringConstructor;
|
|
973
|
-
default: string;
|
|
974
|
-
};
|
|
975
|
-
}>> & Readonly<{
|
|
976
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
977
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
978
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
979
|
-
}>, {
|
|
980
|
-
filled: boolean;
|
|
981
|
-
next: boolean;
|
|
982
|
-
icon: string;
|
|
983
|
-
clickable: boolean;
|
|
984
|
-
size: string;
|
|
985
|
-
lineHeight: string;
|
|
986
|
-
scheme: string;
|
|
987
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
988
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
789
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
790
|
+
$slots: {
|
|
791
|
+
default?(_: {}): any;
|
|
792
|
+
};
|
|
793
|
+
});
|
|
989
794
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
990
795
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
991
796
|
export default _default;
|