@weni/unnnic-system 3.2.2 → 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 +26 -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 +52 -288
- package/dist/components/ChatsMessage/ChatsMessageStatusBackdrop.vue.d.ts +26 -144
- 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 +13836 -7970
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-b22a2af8.mjs → es-cc886436.mjs} +1 -1
- package/dist/{index-3e3537cb.mjs → index-d36790a8.mjs} +5864 -5904
- package/dist/{pt-br-7a4de77d.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 +1 -1
- package/src/components/Button/Button.vue +99 -128
- package/src/components/Button/types.ts +23 -0
- 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
|
@@ -58,82 +58,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
58
58
|
showCloseButton: boolean;
|
|
59
59
|
actionPrimaryButtonType: string;
|
|
60
60
|
}, {}, {
|
|
61
|
-
UnnnicIcon: import('vue').DefineComponent<import('vue').
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
type: StringConstructor;
|
|
70
|
-
default: null;
|
|
71
|
-
};
|
|
72
|
-
clickable: {
|
|
73
|
-
type: BooleanConstructor;
|
|
74
|
-
default: boolean;
|
|
75
|
-
};
|
|
76
|
-
size: {
|
|
77
|
-
type: StringConstructor;
|
|
78
|
-
default: string;
|
|
79
|
-
validator(value: unknown): boolean;
|
|
80
|
-
};
|
|
81
|
-
lineHeight: {
|
|
82
|
-
type: StringConstructor;
|
|
83
|
-
default: null;
|
|
84
|
-
validator(value: unknown): boolean;
|
|
85
|
-
};
|
|
86
|
-
scheme: {
|
|
87
|
-
type: StringConstructor;
|
|
88
|
-
default: string;
|
|
89
|
-
};
|
|
90
|
-
}>, {}, {}, {
|
|
91
|
-
svg(): any;
|
|
92
|
-
materialSymbolsName(): any;
|
|
93
|
-
}, {
|
|
94
|
-
onClick($event: any): void;
|
|
95
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
96
|
-
filled: {
|
|
97
|
-
type: BooleanConstructor;
|
|
98
|
-
};
|
|
99
|
-
next: {
|
|
100
|
-
type: BooleanConstructor;
|
|
101
|
-
};
|
|
102
|
-
icon: {
|
|
103
|
-
type: StringConstructor;
|
|
104
|
-
default: null;
|
|
105
|
-
};
|
|
106
|
-
clickable: {
|
|
107
|
-
type: BooleanConstructor;
|
|
108
|
-
default: boolean;
|
|
109
|
-
};
|
|
110
|
-
size: {
|
|
111
|
-
type: StringConstructor;
|
|
112
|
-
default: string;
|
|
113
|
-
validator(value: unknown): boolean;
|
|
114
|
-
};
|
|
115
|
-
lineHeight: {
|
|
116
|
-
type: StringConstructor;
|
|
117
|
-
default: null;
|
|
118
|
-
validator(value: unknown): boolean;
|
|
119
|
-
};
|
|
120
|
-
scheme: {
|
|
121
|
-
type: StringConstructor;
|
|
122
|
-
default: string;
|
|
123
|
-
};
|
|
124
|
-
}>> & Readonly<{
|
|
125
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
126
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
127
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
61
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
62
|
+
click: (event: Event) => any;
|
|
63
|
+
mousedown: (event: Event) => any;
|
|
64
|
+
mouseup: (event: Event) => any;
|
|
65
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
66
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
67
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
68
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
128
69
|
}>, {
|
|
129
70
|
filled: boolean;
|
|
130
71
|
next: boolean;
|
|
131
|
-
icon: string;
|
|
72
|
+
icon: string | null;
|
|
132
73
|
clickable: boolean;
|
|
133
|
-
size:
|
|
134
|
-
lineHeight:
|
|
135
|
-
scheme:
|
|
136
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
74
|
+
size: import('../Icon.vue').IconSize;
|
|
75
|
+
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
76
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
77
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
137
78
|
UnnnicInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
138
79
|
placeholder: {
|
|
139
80
|
type: StringConstructor;
|
|
@@ -261,8 +202,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
261
202
|
}>, {
|
|
262
203
|
label: string;
|
|
263
204
|
mask: string | unknown[];
|
|
264
|
-
type: string;
|
|
265
205
|
size: string;
|
|
206
|
+
type: string;
|
|
266
207
|
message: string;
|
|
267
208
|
modelValue: string;
|
|
268
209
|
nativeType: string;
|
|
@@ -330,7 +271,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
330
271
|
}, {
|
|
331
272
|
isDisabled(): unknown;
|
|
332
273
|
iconRightSvg(): string;
|
|
333
|
-
iconScheme(): "
|
|
274
|
+
iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
|
|
334
275
|
attributes(): any;
|
|
335
276
|
}, {
|
|
336
277
|
focus(): void;
|
|
@@ -392,8 +333,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
392
333
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
393
334
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
394
335
|
}>, {
|
|
395
|
-
type: string;
|
|
396
336
|
size: string;
|
|
337
|
+
type: string;
|
|
397
338
|
modelValue: string;
|
|
398
339
|
nativeType: string;
|
|
399
340
|
placeholder: string;
|
|
@@ -465,8 +406,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
465
406
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
466
407
|
}>, {
|
|
467
408
|
mask: string | unknown[];
|
|
468
|
-
type: string;
|
|
469
409
|
size: string;
|
|
410
|
+
type: string;
|
|
470
411
|
hasIconLeft: boolean;
|
|
471
412
|
hasIconRight: boolean;
|
|
472
413
|
modelValue: string;
|
|
@@ -474,188 +415,66 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
474
415
|
}, {}, {}, {
|
|
475
416
|
mask: any;
|
|
476
417
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
477
|
-
UnnnicIcon: import('vue').DefineComponent<import('vue').
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
type: StringConstructor;
|
|
486
|
-
default: null;
|
|
487
|
-
};
|
|
488
|
-
clickable: {
|
|
489
|
-
type: BooleanConstructor;
|
|
490
|
-
default: boolean;
|
|
491
|
-
};
|
|
492
|
-
size: {
|
|
493
|
-
type: StringConstructor;
|
|
494
|
-
default: string;
|
|
495
|
-
validator(value: unknown): boolean;
|
|
496
|
-
};
|
|
497
|
-
lineHeight: {
|
|
498
|
-
type: StringConstructor;
|
|
499
|
-
default: null;
|
|
500
|
-
validator(value: unknown): boolean;
|
|
501
|
-
};
|
|
502
|
-
scheme: {
|
|
503
|
-
type: StringConstructor;
|
|
504
|
-
default: string;
|
|
505
|
-
};
|
|
506
|
-
}>, {}, {}, {
|
|
507
|
-
svg(): any;
|
|
508
|
-
materialSymbolsName(): any;
|
|
509
|
-
}, {
|
|
510
|
-
onClick($event: any): void;
|
|
511
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
512
|
-
filled: {
|
|
513
|
-
type: BooleanConstructor;
|
|
514
|
-
};
|
|
515
|
-
next: {
|
|
516
|
-
type: BooleanConstructor;
|
|
517
|
-
};
|
|
518
|
-
icon: {
|
|
519
|
-
type: StringConstructor;
|
|
520
|
-
default: null;
|
|
521
|
-
};
|
|
522
|
-
clickable: {
|
|
523
|
-
type: BooleanConstructor;
|
|
524
|
-
default: boolean;
|
|
525
|
-
};
|
|
526
|
-
size: {
|
|
527
|
-
type: StringConstructor;
|
|
528
|
-
default: string;
|
|
529
|
-
validator(value: unknown): boolean;
|
|
530
|
-
};
|
|
531
|
-
lineHeight: {
|
|
532
|
-
type: StringConstructor;
|
|
533
|
-
default: null;
|
|
534
|
-
validator(value: unknown): boolean;
|
|
535
|
-
};
|
|
536
|
-
scheme: {
|
|
537
|
-
type: StringConstructor;
|
|
538
|
-
default: string;
|
|
539
|
-
};
|
|
540
|
-
}>> & Readonly<{
|
|
541
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
542
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
543
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
418
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
419
|
+
click: (event: Event) => any;
|
|
420
|
+
mousedown: (event: Event) => any;
|
|
421
|
+
mouseup: (event: Event) => any;
|
|
422
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
423
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
424
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
425
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
544
426
|
}>, {
|
|
545
427
|
filled: boolean;
|
|
546
428
|
next: boolean;
|
|
547
|
-
icon: string;
|
|
429
|
+
icon: string | null;
|
|
548
430
|
clickable: boolean;
|
|
549
|
-
size:
|
|
550
|
-
lineHeight:
|
|
551
|
-
scheme:
|
|
552
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
431
|
+
size: import('../Icon.vue').IconSize;
|
|
432
|
+
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
433
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
434
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
553
435
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
554
436
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
555
|
-
UnnnicButton:
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
}
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
}
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
disabled: {
|
|
593
|
-
type: BooleanConstructor;
|
|
594
|
-
default: boolean;
|
|
595
|
-
};
|
|
596
|
-
loading: {
|
|
597
|
-
type: BooleanConstructor;
|
|
598
|
-
default: boolean;
|
|
599
|
-
};
|
|
600
|
-
}>, {}, {}, {
|
|
601
|
-
buttonDisabled(): boolean;
|
|
602
|
-
iconSize(): "md" | "sm";
|
|
603
|
-
hasText(): boolean | "";
|
|
604
|
-
iconScheme(): any;
|
|
605
|
-
isSizePropValid(): boolean;
|
|
606
|
-
isTypePropValid(): boolean;
|
|
607
|
-
}, {
|
|
608
|
-
validateProps(): void;
|
|
609
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
610
|
-
size: {
|
|
611
|
-
type: StringConstructor;
|
|
612
|
-
default: string;
|
|
613
|
-
};
|
|
614
|
-
text: {
|
|
615
|
-
type: StringConstructor;
|
|
616
|
-
default: string;
|
|
617
|
-
};
|
|
618
|
-
type: {
|
|
619
|
-
type: StringConstructor;
|
|
620
|
-
default: string;
|
|
621
|
-
};
|
|
622
|
-
float: {
|
|
623
|
-
type: BooleanConstructor;
|
|
624
|
-
default: boolean;
|
|
625
|
-
};
|
|
626
|
-
iconLeft: {
|
|
627
|
-
type: StringConstructor;
|
|
628
|
-
default: string;
|
|
629
|
-
};
|
|
630
|
-
iconRight: {
|
|
631
|
-
type: StringConstructor;
|
|
632
|
-
default: string;
|
|
633
|
-
};
|
|
634
|
-
iconCenter: {
|
|
635
|
-
type: StringConstructor;
|
|
636
|
-
default: string;
|
|
637
|
-
};
|
|
638
|
-
iconsFilled: {
|
|
639
|
-
type: BooleanConstructor;
|
|
640
|
-
default: boolean;
|
|
641
|
-
};
|
|
642
|
-
next: {
|
|
643
|
-
type: BooleanConstructor;
|
|
644
|
-
default: boolean;
|
|
645
|
-
};
|
|
646
|
-
disabled: {
|
|
647
|
-
type: BooleanConstructor;
|
|
648
|
-
default: boolean;
|
|
649
|
-
};
|
|
650
|
-
loading: {
|
|
651
|
-
type: BooleanConstructor;
|
|
652
|
-
default: boolean;
|
|
653
|
-
};
|
|
654
|
-
}>> & Readonly<{}>, {
|
|
437
|
+
UnnnicButton: {
|
|
438
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
439
|
+
text: string;
|
|
440
|
+
next: boolean;
|
|
441
|
+
size: import('../Button/types').ButtonSize;
|
|
442
|
+
type: import('../Button/types').ButtonType;
|
|
443
|
+
disabled: boolean;
|
|
444
|
+
iconLeft: string;
|
|
445
|
+
iconRight: string;
|
|
446
|
+
float: boolean;
|
|
447
|
+
iconCenter: string;
|
|
448
|
+
iconsFilled: boolean;
|
|
449
|
+
loading: boolean;
|
|
450
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLButtonElement, import('vue').ComponentProvideOptions, {
|
|
451
|
+
P: {};
|
|
452
|
+
B: {};
|
|
453
|
+
D: {};
|
|
454
|
+
C: {};
|
|
455
|
+
M: {};
|
|
456
|
+
Defaults: {};
|
|
457
|
+
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
458
|
+
text: string;
|
|
459
|
+
next: boolean;
|
|
460
|
+
size: import('../Button/types').ButtonSize;
|
|
461
|
+
type: import('../Button/types').ButtonType;
|
|
462
|
+
disabled: boolean;
|
|
463
|
+
iconLeft: string;
|
|
464
|
+
iconRight: string;
|
|
465
|
+
float: boolean;
|
|
466
|
+
iconCenter: string;
|
|
467
|
+
iconsFilled: boolean;
|
|
468
|
+
loading: boolean;
|
|
469
|
+
}>;
|
|
470
|
+
__isFragment?: never;
|
|
471
|
+
__isTeleport?: never;
|
|
472
|
+
__isSuspense?: never;
|
|
473
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
655
474
|
text: string;
|
|
656
|
-
type: string;
|
|
657
475
|
next: boolean;
|
|
658
|
-
size:
|
|
476
|
+
size: import('../Button/types').ButtonSize;
|
|
477
|
+
type: import('../Button/types').ButtonType;
|
|
659
478
|
disabled: boolean;
|
|
660
479
|
iconLeft: string;
|
|
661
480
|
iconRight: string;
|
|
@@ -663,84 +482,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
663
482
|
iconCenter: string;
|
|
664
483
|
iconsFilled: boolean;
|
|
665
484
|
loading: boolean;
|
|
666
|
-
}, {}, {
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
next: {
|
|
672
|
-
type: BooleanConstructor;
|
|
673
|
-
};
|
|
674
|
-
icon: {
|
|
675
|
-
type: StringConstructor;
|
|
676
|
-
default: null;
|
|
677
|
-
};
|
|
678
|
-
clickable: {
|
|
679
|
-
type: BooleanConstructor;
|
|
680
|
-
default: boolean;
|
|
681
|
-
};
|
|
682
|
-
size: {
|
|
683
|
-
type: StringConstructor;
|
|
684
|
-
default: string;
|
|
685
|
-
validator(value: unknown): boolean;
|
|
686
|
-
};
|
|
687
|
-
lineHeight: {
|
|
688
|
-
type: StringConstructor;
|
|
689
|
-
default: null;
|
|
690
|
-
validator(value: unknown): boolean;
|
|
691
|
-
};
|
|
692
|
-
scheme: {
|
|
693
|
-
type: StringConstructor;
|
|
694
|
-
default: string;
|
|
695
|
-
};
|
|
696
|
-
}>, {}, {}, {
|
|
697
|
-
svg(): any;
|
|
698
|
-
materialSymbolsName(): any;
|
|
699
|
-
}, {
|
|
700
|
-
onClick($event: any): void;
|
|
701
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
702
|
-
filled: {
|
|
703
|
-
type: BooleanConstructor;
|
|
704
|
-
};
|
|
705
|
-
next: {
|
|
706
|
-
type: BooleanConstructor;
|
|
707
|
-
};
|
|
708
|
-
icon: {
|
|
709
|
-
type: StringConstructor;
|
|
710
|
-
default: null;
|
|
711
|
-
};
|
|
712
|
-
clickable: {
|
|
713
|
-
type: BooleanConstructor;
|
|
714
|
-
default: boolean;
|
|
715
|
-
};
|
|
716
|
-
size: {
|
|
717
|
-
type: StringConstructor;
|
|
718
|
-
default: string;
|
|
719
|
-
validator(value: unknown): boolean;
|
|
720
|
-
};
|
|
721
|
-
lineHeight: {
|
|
722
|
-
type: StringConstructor;
|
|
723
|
-
default: null;
|
|
724
|
-
validator(value: unknown): boolean;
|
|
725
|
-
};
|
|
726
|
-
scheme: {
|
|
727
|
-
type: StringConstructor;
|
|
728
|
-
default: string;
|
|
729
|
-
};
|
|
730
|
-
}>> & Readonly<{
|
|
731
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
732
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
733
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
734
|
-
}>, {
|
|
735
|
-
filled: boolean;
|
|
736
|
-
next: boolean;
|
|
737
|
-
icon: string;
|
|
738
|
-
clickable: boolean;
|
|
739
|
-
size: string;
|
|
740
|
-
lineHeight: string;
|
|
741
|
-
scheme: string;
|
|
742
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
743
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
485
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
486
|
+
$slots: {
|
|
487
|
+
default?(_: {}): any;
|
|
488
|
+
};
|
|
489
|
+
});
|
|
744
490
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
745
491
|
export default _default;
|
|
746
492
|
//# sourceMappingURL=ModalNext.vue.d.ts.map
|