@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
|
@@ -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;
|
|
@@ -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').
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
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:
|
|
159
|
-
lineHeight:
|
|
160
|
-
scheme:
|
|
161
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
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').
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
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:
|
|
160
|
-
lineHeight:
|
|
161
|
-
scheme:
|
|
162
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
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
|