@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
|
@@ -76,82 +76,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
76
76
|
hideGroupTitle: boolean;
|
|
77
77
|
unselectable: boolean;
|
|
78
78
|
}, {}, {
|
|
79
|
-
UnnnicIcon: import('vue').DefineComponent<import('vue').
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
type: StringConstructor;
|
|
88
|
-
default: null;
|
|
89
|
-
};
|
|
90
|
-
clickable: {
|
|
91
|
-
type: BooleanConstructor;
|
|
92
|
-
default: boolean;
|
|
93
|
-
};
|
|
94
|
-
size: {
|
|
95
|
-
type: StringConstructor;
|
|
96
|
-
default: string;
|
|
97
|
-
validator(value: unknown): boolean;
|
|
98
|
-
};
|
|
99
|
-
lineHeight: {
|
|
100
|
-
type: StringConstructor;
|
|
101
|
-
default: null;
|
|
102
|
-
validator(value: unknown): boolean;
|
|
103
|
-
};
|
|
104
|
-
scheme: {
|
|
105
|
-
type: StringConstructor;
|
|
106
|
-
default: string;
|
|
107
|
-
};
|
|
108
|
-
}>, {}, {}, {
|
|
109
|
-
svg(): any;
|
|
110
|
-
materialSymbolsName(): any;
|
|
111
|
-
}, {
|
|
112
|
-
onClick($event: any): void;
|
|
113
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
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
|
-
}>> & Readonly<{
|
|
143
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
144
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
145
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
79
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
80
|
+
click: (event: Event) => any;
|
|
81
|
+
mousedown: (event: Event) => any;
|
|
82
|
+
mouseup: (event: Event) => any;
|
|
83
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
84
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
85
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
86
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
146
87
|
}>, {
|
|
147
88
|
filled: boolean;
|
|
148
89
|
next: boolean;
|
|
149
|
-
icon: string;
|
|
90
|
+
icon: string | null;
|
|
150
91
|
clickable: boolean;
|
|
151
|
-
size:
|
|
152
|
-
lineHeight:
|
|
153
|
-
scheme:
|
|
154
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
92
|
+
size: import('../Icon.vue').IconSize;
|
|
93
|
+
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
94
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
95
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
155
96
|
UnnnicRadio: {
|
|
156
97
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
157
98
|
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
@@ -51,110 +51,47 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
51
51
|
max: number;
|
|
52
52
|
show: number;
|
|
53
53
|
}, {}, {
|
|
54
|
-
UnnnicButton:
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
disabled: {
|
|
92
|
-
type: BooleanConstructor;
|
|
93
|
-
default: boolean;
|
|
94
|
-
};
|
|
95
|
-
loading: {
|
|
96
|
-
type: BooleanConstructor;
|
|
97
|
-
default: boolean;
|
|
98
|
-
};
|
|
99
|
-
}>, {}, {}, {
|
|
100
|
-
buttonDisabled(): boolean;
|
|
101
|
-
iconSize(): "md" | "sm";
|
|
102
|
-
hasText(): boolean | "";
|
|
103
|
-
iconScheme(): any;
|
|
104
|
-
isSizePropValid(): boolean;
|
|
105
|
-
isTypePropValid(): boolean;
|
|
106
|
-
}, {
|
|
107
|
-
validateProps(): void;
|
|
108
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
109
|
-
size: {
|
|
110
|
-
type: StringConstructor;
|
|
111
|
-
default: string;
|
|
112
|
-
};
|
|
113
|
-
text: {
|
|
114
|
-
type: StringConstructor;
|
|
115
|
-
default: string;
|
|
116
|
-
};
|
|
117
|
-
type: {
|
|
118
|
-
type: StringConstructor;
|
|
119
|
-
default: string;
|
|
120
|
-
};
|
|
121
|
-
float: {
|
|
122
|
-
type: BooleanConstructor;
|
|
123
|
-
default: boolean;
|
|
124
|
-
};
|
|
125
|
-
iconLeft: {
|
|
126
|
-
type: StringConstructor;
|
|
127
|
-
default: string;
|
|
128
|
-
};
|
|
129
|
-
iconRight: {
|
|
130
|
-
type: StringConstructor;
|
|
131
|
-
default: string;
|
|
132
|
-
};
|
|
133
|
-
iconCenter: {
|
|
134
|
-
type: StringConstructor;
|
|
135
|
-
default: string;
|
|
136
|
-
};
|
|
137
|
-
iconsFilled: {
|
|
138
|
-
type: BooleanConstructor;
|
|
139
|
-
default: boolean;
|
|
140
|
-
};
|
|
141
|
-
next: {
|
|
142
|
-
type: BooleanConstructor;
|
|
143
|
-
default: boolean;
|
|
144
|
-
};
|
|
145
|
-
disabled: {
|
|
146
|
-
type: BooleanConstructor;
|
|
147
|
-
default: boolean;
|
|
148
|
-
};
|
|
149
|
-
loading: {
|
|
150
|
-
type: BooleanConstructor;
|
|
151
|
-
default: boolean;
|
|
152
|
-
};
|
|
153
|
-
}>> & Readonly<{}>, {
|
|
54
|
+
UnnnicButton: {
|
|
55
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
56
|
+
text: string;
|
|
57
|
+
next: boolean;
|
|
58
|
+
size: import('../Button/types').ButtonSize;
|
|
59
|
+
type: import('../Button/types').ButtonType;
|
|
60
|
+
disabled: boolean;
|
|
61
|
+
iconLeft: string;
|
|
62
|
+
iconRight: string;
|
|
63
|
+
float: boolean;
|
|
64
|
+
iconCenter: string;
|
|
65
|
+
iconsFilled: boolean;
|
|
66
|
+
loading: boolean;
|
|
67
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLButtonElement, import('vue').ComponentProvideOptions, {
|
|
68
|
+
P: {};
|
|
69
|
+
B: {};
|
|
70
|
+
D: {};
|
|
71
|
+
C: {};
|
|
72
|
+
M: {};
|
|
73
|
+
Defaults: {};
|
|
74
|
+
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
75
|
+
text: string;
|
|
76
|
+
next: boolean;
|
|
77
|
+
size: import('../Button/types').ButtonSize;
|
|
78
|
+
type: import('../Button/types').ButtonType;
|
|
79
|
+
disabled: boolean;
|
|
80
|
+
iconLeft: string;
|
|
81
|
+
iconRight: string;
|
|
82
|
+
float: boolean;
|
|
83
|
+
iconCenter: string;
|
|
84
|
+
iconsFilled: boolean;
|
|
85
|
+
loading: boolean;
|
|
86
|
+
}>;
|
|
87
|
+
__isFragment?: never;
|
|
88
|
+
__isTeleport?: never;
|
|
89
|
+
__isSuspense?: never;
|
|
90
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
154
91
|
text: string;
|
|
155
|
-
type: string;
|
|
156
92
|
next: boolean;
|
|
157
|
-
size:
|
|
93
|
+
size: import('../Button/types').ButtonSize;
|
|
94
|
+
type: import('../Button/types').ButtonType;
|
|
158
95
|
disabled: boolean;
|
|
159
96
|
iconLeft: string;
|
|
160
97
|
iconRight: string;
|
|
@@ -162,84 +99,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
162
99
|
iconCenter: string;
|
|
163
100
|
iconsFilled: boolean;
|
|
164
101
|
loading: boolean;
|
|
165
|
-
}, {}, {
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
next: {
|
|
171
|
-
type: BooleanConstructor;
|
|
172
|
-
};
|
|
173
|
-
icon: {
|
|
174
|
-
type: StringConstructor;
|
|
175
|
-
default: null;
|
|
176
|
-
};
|
|
177
|
-
clickable: {
|
|
178
|
-
type: BooleanConstructor;
|
|
179
|
-
default: boolean;
|
|
180
|
-
};
|
|
181
|
-
size: {
|
|
182
|
-
type: StringConstructor;
|
|
183
|
-
default: string;
|
|
184
|
-
validator(value: unknown): boolean;
|
|
185
|
-
};
|
|
186
|
-
lineHeight: {
|
|
187
|
-
type: StringConstructor;
|
|
188
|
-
default: null;
|
|
189
|
-
validator(value: unknown): boolean;
|
|
190
|
-
};
|
|
191
|
-
scheme: {
|
|
192
|
-
type: StringConstructor;
|
|
193
|
-
default: string;
|
|
194
|
-
};
|
|
195
|
-
}>, {}, {}, {
|
|
196
|
-
svg(): any;
|
|
197
|
-
materialSymbolsName(): any;
|
|
198
|
-
}, {
|
|
199
|
-
onClick($event: any): void;
|
|
200
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
201
|
-
filled: {
|
|
202
|
-
type: BooleanConstructor;
|
|
203
|
-
};
|
|
204
|
-
next: {
|
|
205
|
-
type: BooleanConstructor;
|
|
206
|
-
};
|
|
207
|
-
icon: {
|
|
208
|
-
type: StringConstructor;
|
|
209
|
-
default: null;
|
|
210
|
-
};
|
|
211
|
-
clickable: {
|
|
212
|
-
type: BooleanConstructor;
|
|
213
|
-
default: boolean;
|
|
214
|
-
};
|
|
215
|
-
size: {
|
|
216
|
-
type: StringConstructor;
|
|
217
|
-
default: string;
|
|
218
|
-
validator(value: unknown): boolean;
|
|
219
|
-
};
|
|
220
|
-
lineHeight: {
|
|
221
|
-
type: StringConstructor;
|
|
222
|
-
default: null;
|
|
223
|
-
validator(value: unknown): boolean;
|
|
224
|
-
};
|
|
225
|
-
scheme: {
|
|
226
|
-
type: StringConstructor;
|
|
227
|
-
default: string;
|
|
228
|
-
};
|
|
229
|
-
}>> & Readonly<{
|
|
230
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
231
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
232
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
233
|
-
}>, {
|
|
234
|
-
filled: boolean;
|
|
235
|
-
next: boolean;
|
|
236
|
-
icon: string;
|
|
237
|
-
clickable: boolean;
|
|
238
|
-
size: string;
|
|
239
|
-
lineHeight: string;
|
|
240
|
-
scheme: string;
|
|
241
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
242
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
102
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
103
|
+
$slots: {
|
|
104
|
+
default?(_: {}): any;
|
|
105
|
+
};
|
|
106
|
+
});
|
|
243
107
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
244
108
|
export default _default;
|
|
245
109
|
//# sourceMappingURL=Pagination.vue.d.ts.map
|
|
@@ -45,82 +45,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
45
45
|
inline: boolean;
|
|
46
46
|
canClose: boolean;
|
|
47
47
|
}, {}, {
|
|
48
|
-
UnnnicIcon: import('vue').DefineComponent<import('vue').
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
type: StringConstructor;
|
|
57
|
-
default: null;
|
|
58
|
-
};
|
|
59
|
-
clickable: {
|
|
60
|
-
type: BooleanConstructor;
|
|
61
|
-
default: boolean;
|
|
62
|
-
};
|
|
63
|
-
size: {
|
|
64
|
-
type: StringConstructor;
|
|
65
|
-
default: string;
|
|
66
|
-
validator(value: unknown): boolean;
|
|
67
|
-
};
|
|
68
|
-
lineHeight: {
|
|
69
|
-
type: StringConstructor;
|
|
70
|
-
default: null;
|
|
71
|
-
validator(value: unknown): boolean;
|
|
72
|
-
};
|
|
73
|
-
scheme: {
|
|
74
|
-
type: StringConstructor;
|
|
75
|
-
default: string;
|
|
76
|
-
};
|
|
77
|
-
}>, {}, {}, {
|
|
78
|
-
svg(): any;
|
|
79
|
-
materialSymbolsName(): any;
|
|
80
|
-
}, {
|
|
81
|
-
onClick($event: any): void;
|
|
82
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
83
|
-
filled: {
|
|
84
|
-
type: BooleanConstructor;
|
|
85
|
-
};
|
|
86
|
-
next: {
|
|
87
|
-
type: BooleanConstructor;
|
|
88
|
-
};
|
|
89
|
-
icon: {
|
|
90
|
-
type: StringConstructor;
|
|
91
|
-
default: null;
|
|
92
|
-
};
|
|
93
|
-
clickable: {
|
|
94
|
-
type: BooleanConstructor;
|
|
95
|
-
default: boolean;
|
|
96
|
-
};
|
|
97
|
-
size: {
|
|
98
|
-
type: StringConstructor;
|
|
99
|
-
default: string;
|
|
100
|
-
validator(value: unknown): boolean;
|
|
101
|
-
};
|
|
102
|
-
lineHeight: {
|
|
103
|
-
type: StringConstructor;
|
|
104
|
-
default: null;
|
|
105
|
-
validator(value: unknown): boolean;
|
|
106
|
-
};
|
|
107
|
-
scheme: {
|
|
108
|
-
type: StringConstructor;
|
|
109
|
-
default: string;
|
|
110
|
-
};
|
|
111
|
-
}>> & Readonly<{
|
|
112
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
113
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
114
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
48
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
49
|
+
click: (event: Event) => any;
|
|
50
|
+
mousedown: (event: Event) => any;
|
|
51
|
+
mouseup: (event: Event) => any;
|
|
52
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
53
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
54
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
55
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
115
56
|
}>, {
|
|
116
57
|
filled: boolean;
|
|
117
58
|
next: boolean;
|
|
118
|
-
icon: string;
|
|
59
|
+
icon: string | null;
|
|
119
60
|
clickable: boolean;
|
|
120
|
-
size:
|
|
121
|
-
lineHeight:
|
|
122
|
-
scheme:
|
|
123
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
61
|
+
size: import('../Icon.vue').IconSize;
|
|
62
|
+
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
63
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
64
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
124
65
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
125
66
|
export default _default;
|
|
126
67
|
//# sourceMappingURL=ProgressBar.vue.d.ts.map
|