@weni/unnnic-system 3.2.2 → 3.2.4
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 +32 -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 +88 -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 +13853 -7969
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-b22a2af8.mjs → es-d628da75.mjs} +1 -1
- package/dist/{index-3e3537cb.mjs → index-9a407ee0.mjs} +5871 -5907
- package/dist/{pt-br-7a4de77d.mjs → pt-br-d5be1f83.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/ChatsContact/ChatsContact.vue +5 -1
- 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
|
@@ -1,107 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
};
|
|
14
|
-
float: {
|
|
15
|
-
type: BooleanConstructor;
|
|
16
|
-
default: boolean;
|
|
17
|
-
};
|
|
18
|
-
iconLeft: {
|
|
19
|
-
type: StringConstructor;
|
|
20
|
-
default: string;
|
|
21
|
-
};
|
|
22
|
-
iconRight: {
|
|
23
|
-
type: StringConstructor;
|
|
24
|
-
default: string;
|
|
25
|
-
};
|
|
26
|
-
iconCenter: {
|
|
27
|
-
type: StringConstructor;
|
|
28
|
-
default: string;
|
|
29
|
-
};
|
|
30
|
-
iconsFilled: {
|
|
31
|
-
type: BooleanConstructor;
|
|
32
|
-
default: boolean;
|
|
33
|
-
};
|
|
34
|
-
next: {
|
|
35
|
-
type: BooleanConstructor;
|
|
36
|
-
default: boolean;
|
|
37
|
-
};
|
|
38
|
-
disabled: {
|
|
39
|
-
type: BooleanConstructor;
|
|
40
|
-
default: boolean;
|
|
41
|
-
};
|
|
42
|
-
loading: {
|
|
43
|
-
type: BooleanConstructor;
|
|
44
|
-
default: boolean;
|
|
45
|
-
};
|
|
46
|
-
}>, {}, {}, {
|
|
47
|
-
buttonDisabled(): boolean;
|
|
48
|
-
iconSize(): "md" | "sm";
|
|
49
|
-
hasText(): boolean | "";
|
|
50
|
-
iconScheme(): any;
|
|
51
|
-
isSizePropValid(): boolean;
|
|
52
|
-
isTypePropValid(): boolean;
|
|
53
|
-
}, {
|
|
54
|
-
validateProps(): void;
|
|
55
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
56
|
-
size: {
|
|
57
|
-
type: StringConstructor;
|
|
58
|
-
default: string;
|
|
59
|
-
};
|
|
60
|
-
text: {
|
|
61
|
-
type: StringConstructor;
|
|
62
|
-
default: string;
|
|
63
|
-
};
|
|
64
|
-
type: {
|
|
65
|
-
type: StringConstructor;
|
|
66
|
-
default: string;
|
|
67
|
-
};
|
|
68
|
-
float: {
|
|
69
|
-
type: BooleanConstructor;
|
|
70
|
-
default: boolean;
|
|
71
|
-
};
|
|
72
|
-
iconLeft: {
|
|
73
|
-
type: StringConstructor;
|
|
74
|
-
default: string;
|
|
75
|
-
};
|
|
76
|
-
iconRight: {
|
|
77
|
-
type: StringConstructor;
|
|
78
|
-
default: string;
|
|
79
|
-
};
|
|
80
|
-
iconCenter: {
|
|
81
|
-
type: StringConstructor;
|
|
82
|
-
default: string;
|
|
83
|
-
};
|
|
84
|
-
iconsFilled: {
|
|
85
|
-
type: BooleanConstructor;
|
|
86
|
-
default: boolean;
|
|
87
|
-
};
|
|
88
|
-
next: {
|
|
89
|
-
type: BooleanConstructor;
|
|
90
|
-
default: boolean;
|
|
91
|
-
};
|
|
92
|
-
disabled: {
|
|
93
|
-
type: BooleanConstructor;
|
|
94
|
-
default: boolean;
|
|
95
|
-
};
|
|
96
|
-
loading: {
|
|
97
|
-
type: BooleanConstructor;
|
|
98
|
-
default: boolean;
|
|
99
|
-
};
|
|
100
|
-
}>> & Readonly<{}>, {
|
|
1
|
+
import { ButtonProps, ButtonSize, ButtonType } from './types';
|
|
2
|
+
export type { ButtonProps, ButtonSize, ButtonType };
|
|
3
|
+
declare function __VLS_template(): {
|
|
4
|
+
attrs: Partial<{}>;
|
|
5
|
+
slots: {
|
|
6
|
+
default?(_: {}): any;
|
|
7
|
+
};
|
|
8
|
+
refs: {};
|
|
9
|
+
rootEl: HTMLButtonElement;
|
|
10
|
+
};
|
|
11
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
+
declare const __VLS_component: import('vue').DefineComponent<ButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ButtonProps> & Readonly<{}>, {
|
|
101
13
|
text: string;
|
|
102
|
-
type: string;
|
|
103
14
|
next: boolean;
|
|
104
|
-
size:
|
|
15
|
+
size: ButtonSize;
|
|
16
|
+
type: ButtonType;
|
|
105
17
|
disabled: boolean;
|
|
106
18
|
iconLeft: string;
|
|
107
19
|
iconRight: string;
|
|
@@ -109,83 +21,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
109
21
|
iconCenter: string;
|
|
110
22
|
iconsFilled: boolean;
|
|
111
23
|
loading: boolean;
|
|
112
|
-
}, {}, {
|
|
113
|
-
|
|
114
|
-
filled: {
|
|
115
|
-
type: BooleanConstructor;
|
|
116
|
-
};
|
|
117
|
-
next: {
|
|
118
|
-
type: BooleanConstructor;
|
|
119
|
-
};
|
|
120
|
-
icon: {
|
|
121
|
-
type: StringConstructor;
|
|
122
|
-
default: null;
|
|
123
|
-
};
|
|
124
|
-
clickable: {
|
|
125
|
-
type: BooleanConstructor;
|
|
126
|
-
default: boolean;
|
|
127
|
-
};
|
|
128
|
-
size: {
|
|
129
|
-
type: StringConstructor;
|
|
130
|
-
default: string;
|
|
131
|
-
validator(value: unknown): boolean;
|
|
132
|
-
};
|
|
133
|
-
lineHeight: {
|
|
134
|
-
type: StringConstructor;
|
|
135
|
-
default: null;
|
|
136
|
-
validator(value: unknown): boolean;
|
|
137
|
-
};
|
|
138
|
-
scheme: {
|
|
139
|
-
type: StringConstructor;
|
|
140
|
-
default: string;
|
|
141
|
-
};
|
|
142
|
-
}>, {}, {}, {
|
|
143
|
-
svg(): any;
|
|
144
|
-
materialSymbolsName(): any;
|
|
145
|
-
}, {
|
|
146
|
-
onClick($event: any): void;
|
|
147
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
148
|
-
filled: {
|
|
149
|
-
type: BooleanConstructor;
|
|
150
|
-
};
|
|
151
|
-
next: {
|
|
152
|
-
type: BooleanConstructor;
|
|
153
|
-
};
|
|
154
|
-
icon: {
|
|
155
|
-
type: StringConstructor;
|
|
156
|
-
default: null;
|
|
157
|
-
};
|
|
158
|
-
clickable: {
|
|
159
|
-
type: BooleanConstructor;
|
|
160
|
-
default: boolean;
|
|
161
|
-
};
|
|
162
|
-
size: {
|
|
163
|
-
type: StringConstructor;
|
|
164
|
-
default: string;
|
|
165
|
-
validator(value: unknown): boolean;
|
|
166
|
-
};
|
|
167
|
-
lineHeight: {
|
|
168
|
-
type: StringConstructor;
|
|
169
|
-
default: null;
|
|
170
|
-
validator(value: unknown): boolean;
|
|
171
|
-
};
|
|
172
|
-
scheme: {
|
|
173
|
-
type: StringConstructor;
|
|
174
|
-
default: string;
|
|
175
|
-
};
|
|
176
|
-
}>> & Readonly<{
|
|
177
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
178
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
179
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
180
|
-
}>, {
|
|
181
|
-
filled: boolean;
|
|
182
|
-
next: boolean;
|
|
183
|
-
icon: string;
|
|
184
|
-
clickable: boolean;
|
|
185
|
-
size: string;
|
|
186
|
-
lineHeight: string;
|
|
187
|
-
scheme: string;
|
|
188
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
189
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
24
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
25
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
190
26
|
export default _default;
|
|
27
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
28
|
+
new (): {
|
|
29
|
+
$slots: S;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
191
32
|
//# sourceMappingURL=Button.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/Button.vue"],"names":[],"mappings":"AAsEA;"}
|
|
1
|
+
{"version":3,"file":"Button.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/Button.vue"],"names":[],"mappings":"AAsEA;AAqaA,OAAO,KAAK,EAAE,WAAW,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAOnE,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,UAAU,EAAE,CAAC;AA8GpD,iBAAS,cAAc;WAoJT,OAAO,IAA6B;;yBAXpB,GAAG;;;;EAgBhC;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;2FAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -31,82 +31,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
31
31
|
}>> & Readonly<{}>, {
|
|
32
32
|
type: string;
|
|
33
33
|
}, {}, {
|
|
34
|
-
UnnnicIcon: import('vue').DefineComponent<import('vue').
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
type: StringConstructor;
|
|
43
|
-
default: null;
|
|
44
|
-
};
|
|
45
|
-
clickable: {
|
|
46
|
-
type: BooleanConstructor;
|
|
47
|
-
default: boolean;
|
|
48
|
-
};
|
|
49
|
-
size: {
|
|
50
|
-
type: StringConstructor;
|
|
51
|
-
default: string;
|
|
52
|
-
validator(value: unknown): boolean;
|
|
53
|
-
};
|
|
54
|
-
lineHeight: {
|
|
55
|
-
type: StringConstructor;
|
|
56
|
-
default: null;
|
|
57
|
-
validator(value: unknown): boolean;
|
|
58
|
-
};
|
|
59
|
-
scheme: {
|
|
60
|
-
type: StringConstructor;
|
|
61
|
-
default: string;
|
|
62
|
-
};
|
|
63
|
-
}>, {}, {}, {
|
|
64
|
-
svg(): any;
|
|
65
|
-
materialSymbolsName(): any;
|
|
66
|
-
}, {
|
|
67
|
-
onClick($event: any): void;
|
|
68
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
69
|
-
filled: {
|
|
70
|
-
type: BooleanConstructor;
|
|
71
|
-
};
|
|
72
|
-
next: {
|
|
73
|
-
type: BooleanConstructor;
|
|
74
|
-
};
|
|
75
|
-
icon: {
|
|
76
|
-
type: StringConstructor;
|
|
77
|
-
default: null;
|
|
78
|
-
};
|
|
79
|
-
clickable: {
|
|
80
|
-
type: BooleanConstructor;
|
|
81
|
-
default: boolean;
|
|
82
|
-
};
|
|
83
|
-
size: {
|
|
84
|
-
type: StringConstructor;
|
|
85
|
-
default: string;
|
|
86
|
-
validator(value: unknown): boolean;
|
|
87
|
-
};
|
|
88
|
-
lineHeight: {
|
|
89
|
-
type: StringConstructor;
|
|
90
|
-
default: null;
|
|
91
|
-
validator(value: unknown): boolean;
|
|
92
|
-
};
|
|
93
|
-
scheme: {
|
|
94
|
-
type: StringConstructor;
|
|
95
|
-
default: string;
|
|
96
|
-
};
|
|
97
|
-
}>> & Readonly<{
|
|
98
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
99
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
100
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
34
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
35
|
+
click: (event: Event) => any;
|
|
36
|
+
mousedown: (event: Event) => any;
|
|
37
|
+
mouseup: (event: Event) => any;
|
|
38
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
39
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
40
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
41
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
101
42
|
}>, {
|
|
102
43
|
filled: boolean;
|
|
103
44
|
next: boolean;
|
|
104
|
-
icon: string;
|
|
45
|
+
icon: string | null;
|
|
105
46
|
clickable: boolean;
|
|
106
|
-
size:
|
|
107
|
-
lineHeight:
|
|
108
|
-
scheme:
|
|
109
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
47
|
+
size: import('../Icon.vue').IconSize;
|
|
48
|
+
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
49
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
50
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
110
51
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
111
52
|
export default _default;
|
|
112
53
|
//# sourceMappingURL=ButtonIcon.vue.d.ts.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export type ButtonSize = 'small' | 'large' | 'extra-large';
|
|
2
|
+
export type ButtonType = 'primary' | 'secondary' | 'tertiary' | 'alternative' | 'warning' | 'attention';
|
|
3
|
+
export interface ButtonProps {
|
|
4
|
+
size?: ButtonSize;
|
|
5
|
+
text?: string;
|
|
6
|
+
type?: ButtonType;
|
|
7
|
+
float?: boolean;
|
|
8
|
+
iconLeft?: string;
|
|
9
|
+
iconRight?: string;
|
|
10
|
+
iconCenter?: string;
|
|
11
|
+
iconsFilled?: boolean;
|
|
12
|
+
next?: boolean;
|
|
13
|
+
disabled?: boolean;
|
|
14
|
+
loading?: boolean;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Button/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,OAAO,GAAG,aAAa,CAAC;AAE3D,MAAM,MAAM,UAAU,GAClB,SAAS,GACT,WAAW,GACX,UAAU,GACV,aAAa,GACb,SAAS,GACT,WAAW,CAAC;AAEhB,MAAM,WAAW,WAAW;IAC1B,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB"}
|
|
@@ -109,82 +109,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
109
109
|
enabled: boolean;
|
|
110
110
|
opacity: boolean;
|
|
111
111
|
}, {}, {
|
|
112
|
-
UnnnicIcon: import('vue').DefineComponent<import('vue').
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
type: StringConstructor;
|
|
121
|
-
default: null;
|
|
122
|
-
};
|
|
123
|
-
clickable: {
|
|
124
|
-
type: BooleanConstructor;
|
|
125
|
-
default: boolean;
|
|
126
|
-
};
|
|
127
|
-
size: {
|
|
128
|
-
type: StringConstructor;
|
|
129
|
-
default: string;
|
|
130
|
-
validator(value: unknown): boolean;
|
|
131
|
-
};
|
|
132
|
-
lineHeight: {
|
|
133
|
-
type: StringConstructor;
|
|
134
|
-
default: null;
|
|
135
|
-
validator(value: unknown): boolean;
|
|
136
|
-
};
|
|
137
|
-
scheme: {
|
|
138
|
-
type: StringConstructor;
|
|
139
|
-
default: string;
|
|
140
|
-
};
|
|
141
|
-
}>, {}, {}, {
|
|
142
|
-
svg(): any;
|
|
143
|
-
materialSymbolsName(): any;
|
|
144
|
-
}, {
|
|
145
|
-
onClick($event: any): void;
|
|
146
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
147
|
-
filled: {
|
|
148
|
-
type: BooleanConstructor;
|
|
149
|
-
};
|
|
150
|
-
next: {
|
|
151
|
-
type: BooleanConstructor;
|
|
152
|
-
};
|
|
153
|
-
icon: {
|
|
154
|
-
type: StringConstructor;
|
|
155
|
-
default: null;
|
|
156
|
-
};
|
|
157
|
-
clickable: {
|
|
158
|
-
type: BooleanConstructor;
|
|
159
|
-
default: boolean;
|
|
160
|
-
};
|
|
161
|
-
size: {
|
|
162
|
-
type: StringConstructor;
|
|
163
|
-
default: string;
|
|
164
|
-
validator(value: unknown): boolean;
|
|
165
|
-
};
|
|
166
|
-
lineHeight: {
|
|
167
|
-
type: StringConstructor;
|
|
168
|
-
default: null;
|
|
169
|
-
validator(value: unknown): boolean;
|
|
170
|
-
};
|
|
171
|
-
scheme: {
|
|
172
|
-
type: StringConstructor;
|
|
173
|
-
default: string;
|
|
174
|
-
};
|
|
175
|
-
}>> & Readonly<{
|
|
176
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
177
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
178
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
112
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
113
|
+
click: (event: Event) => any;
|
|
114
|
+
mousedown: (event: Event) => any;
|
|
115
|
+
mouseup: (event: Event) => any;
|
|
116
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
117
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
118
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
119
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
179
120
|
}>, {
|
|
180
121
|
filled: boolean;
|
|
181
122
|
next: boolean;
|
|
182
|
-
icon: string;
|
|
123
|
+
icon: string | null;
|
|
183
124
|
clickable: boolean;
|
|
184
|
-
size:
|
|
185
|
-
lineHeight:
|
|
186
|
-
scheme:
|
|
187
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
125
|
+
size: import('../Icon.vue').IconSize;
|
|
126
|
+
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
127
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
128
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
188
129
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
189
130
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
190
131
|
export default _default;
|
|
@@ -29,82 +29,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
29
29
|
icon: string;
|
|
30
30
|
clickable: boolean;
|
|
31
31
|
}, {}, {
|
|
32
|
-
UnnnicIcon: import('vue').DefineComponent<import('vue').
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
type: StringConstructor;
|
|
41
|
-
default: null;
|
|
42
|
-
};
|
|
43
|
-
clickable: {
|
|
44
|
-
type: BooleanConstructor;
|
|
45
|
-
default: boolean;
|
|
46
|
-
};
|
|
47
|
-
size: {
|
|
48
|
-
type: StringConstructor;
|
|
49
|
-
default: string;
|
|
50
|
-
validator(value: unknown): boolean;
|
|
51
|
-
};
|
|
52
|
-
lineHeight: {
|
|
53
|
-
type: StringConstructor;
|
|
54
|
-
default: null;
|
|
55
|
-
validator(value: unknown): boolean;
|
|
56
|
-
};
|
|
57
|
-
scheme: {
|
|
58
|
-
type: StringConstructor;
|
|
59
|
-
default: string;
|
|
60
|
-
};
|
|
61
|
-
}>, {}, {}, {
|
|
62
|
-
svg(): any;
|
|
63
|
-
materialSymbolsName(): any;
|
|
64
|
-
}, {
|
|
65
|
-
onClick($event: any): void;
|
|
66
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
67
|
-
filled: {
|
|
68
|
-
type: BooleanConstructor;
|
|
69
|
-
};
|
|
70
|
-
next: {
|
|
71
|
-
type: BooleanConstructor;
|
|
72
|
-
};
|
|
73
|
-
icon: {
|
|
74
|
-
type: StringConstructor;
|
|
75
|
-
default: null;
|
|
76
|
-
};
|
|
77
|
-
clickable: {
|
|
78
|
-
type: BooleanConstructor;
|
|
79
|
-
default: boolean;
|
|
80
|
-
};
|
|
81
|
-
size: {
|
|
82
|
-
type: StringConstructor;
|
|
83
|
-
default: string;
|
|
84
|
-
validator(value: unknown): boolean;
|
|
85
|
-
};
|
|
86
|
-
lineHeight: {
|
|
87
|
-
type: StringConstructor;
|
|
88
|
-
default: null;
|
|
89
|
-
validator(value: unknown): boolean;
|
|
90
|
-
};
|
|
91
|
-
scheme: {
|
|
92
|
-
type: StringConstructor;
|
|
93
|
-
default: string;
|
|
94
|
-
};
|
|
95
|
-
}>> & Readonly<{
|
|
96
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
97
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
98
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
32
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
33
|
+
click: (event: Event) => any;
|
|
34
|
+
mousedown: (event: Event) => any;
|
|
35
|
+
mouseup: (event: Event) => any;
|
|
36
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
37
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
38
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
39
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
99
40
|
}>, {
|
|
100
41
|
filled: boolean;
|
|
101
42
|
next: boolean;
|
|
102
|
-
icon: string;
|
|
43
|
+
icon: string | null;
|
|
103
44
|
clickable: boolean;
|
|
104
|
-
size:
|
|
105
|
-
lineHeight:
|
|
106
|
-
scheme:
|
|
107
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
45
|
+
size: import('../Icon.vue').IconSize;
|
|
46
|
+
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
47
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
48
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
108
49
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
109
50
|
export default _default;
|
|
110
51
|
//# sourceMappingURL=BlankCard.vue.d.ts.map
|