@weni/unnnic-system 3.2.1 → 3.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +31 -0
- package/dist/components/Accordion/Accordion.vue.d.ts +13 -72
- package/dist/components/Alert/Alert.vue.d.ts +28 -146
- package/dist/components/Alert/Version1dot1.vue.d.ts +14 -73
- package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +13 -72
- package/dist/components/AudioRecorder/AudioPlayer.vue.d.ts +13 -72
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +39 -216
- package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +13 -72
- package/dist/components/Banner/Banner.vue.d.ts +13 -72
- package/dist/components/Banner/InfoBanner.vue.d.ts +13 -72
- package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts +13 -72
- package/dist/components/Button/Button.vue.d.ts +21 -180
- package/dist/components/Button/Button.vue.d.ts.map +1 -1
- package/dist/components/Button/ButtonIcon.vue.d.ts +13 -72
- package/dist/components/Button/types.d.ts +16 -0
- package/dist/components/Button/types.d.ts.map +1 -0
- package/dist/components/Card/AccountCard.vue.d.ts +13 -72
- package/dist/components/Card/BlankCard.vue.d.ts +13 -72
- package/dist/components/Card/Card.vue.d.ts +107 -579
- package/dist/components/Card/CardCompany.vue.d.ts +40 -217
- package/dist/components/Card/CardData.vue.d.ts +13 -72
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +26 -144
- package/dist/components/Card/ContentCard.vue.d.ts +13 -72
- package/dist/components/Card/DashCard.vue.d.ts +26 -144
- package/dist/components/Card/MarketplaceCard.vue.d.ts +13 -72
- package/dist/components/Card/SimpleCard.vue.d.ts +13 -72
- package/dist/components/Card/StatusCard.vue.d.ts +13 -72
- package/dist/components/Card/TitleCard.vue.d.ts +14 -73
- package/dist/components/CardImage/CardImage.vue.d.ts +39 -216
- package/dist/components/CardInformation/CardInformation.vue.d.ts +26 -144
- package/dist/components/CardProject/CardProject.vue.d.ts +14 -73
- package/dist/components/Carousel/Carousel.vue.d.ts +55 -291
- package/dist/components/Carousel/TagCarousel.vue.d.ts +53 -289
- package/dist/components/ChartBar/ChartBar.vue.d.ts +57 -252
- package/dist/components/ChatText/ChatText.vue.d.ts +13 -72
- package/dist/components/ChatsContact/ChatsContact.vue.d.ts +79 -433
- package/dist/components/ChatsDashboardTagLive/ChatsDashboardTagLive.vue.d.ts +13 -72
- package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +112 -291
- package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts.map +1 -1
- package/dist/components/ChatsMessage/ChatsMessageStatusBackdrop.vue.d.ts +26 -144
- package/dist/components/ChatsMessage/ChatsMessageText.vue.d.ts +42 -3
- package/dist/components/ChatsMessage/ChatsMessageText.vue.d.ts.map +1 -1
- package/dist/components/ChatsNavbar/ChatsNavbar.vue.d.ts +13 -72
- package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +13 -72
- package/dist/components/Checkbox/Checkbox.vue.d.ts +13 -72
- package/dist/components/DateFilter/DateFilter.vue.d.ts +17 -76
- package/dist/components/DatePicker/DatePicker.vue.d.ts +45 -181
- package/dist/components/Disclaimer/Disclaimer.vue.d.ts +5 -110
- package/dist/components/Disclaimer/Disclaimer.vue.d.ts.map +1 -1
- package/dist/components/Disclaimer/types.d.ts +7 -0
- package/dist/components/Disclaimer/types.d.ts.map +1 -0
- package/dist/components/Drawer/Drawer.vue.d.ts +57 -252
- package/dist/components/Dropdown/LanguageSelect.vue.d.ts +26 -144
- package/dist/components/Flag.vue.d.ts +13 -72
- package/dist/components/FormElement/FormElement.vue.d.ts +13 -72
- package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
- package/dist/components/Icon/types.d.ts +13 -0
- package/dist/components/Icon/types.d.ts.map +1 -0
- package/dist/components/Icon.vue.d.ts +15 -72
- package/dist/components/Icon.vue.d.ts.map +1 -1
- package/dist/components/IconLoading/IconLoading.vue.d.ts +13 -72
- package/dist/components/ImportCard/ImportCard.vue.d.ts +57 -252
- package/dist/components/Input/BaseInput.vue.d.ts +1 -1
- package/dist/components/Input/Input.vue.d.ts +17 -76
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +16 -75
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +63 -258
- package/dist/components/InputNext/InputNext.vue.d.ts +14 -73
- package/dist/components/Modal/Modal.vue.d.ts +13 -72
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +58 -253
- package/dist/components/ModalNext/ModalNext.vue.d.ts +74 -328
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +114 -504
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +13 -72
- package/dist/components/Pagination/Pagination.vue.d.ts +44 -180
- package/dist/components/ProgressBar/ProgressBar.vue.d.ts +13 -72
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +83 -437
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +40 -217
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +13 -72
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts.map +1 -1
- package/dist/components/SelectTime/index.vue.d.ts +16 -75
- package/dist/components/Slider/Slider.vue.d.ts +13 -72
- package/dist/components/StarRating/StarRating.vue.d.ts +13 -72
- package/dist/components/Switch/Switch.vue.d.ts +15 -74
- package/dist/components/Tab/Tab.vue.d.ts +13 -72
- package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
- package/dist/components/TableNext/TablePagination.vue.d.ts +44 -180
- package/dist/components/TabsExpanded/TabsExpanded.vue.d.ts +13 -72
- package/dist/components/Tag/BrandTag.vue.d.ts +13 -72
- package/dist/components/Tag/DefaultTag.vue.d.ts +13 -72
- package/dist/components/Tag/IndicatorTag.vue.d.ts +13 -72
- package/dist/components/Tag/Tag.vue.d.ts +40 -217
- package/dist/components/TextArea/TextArea.vue.d.ts +14 -73
- package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
- package/dist/components/Tour/Tour.vue.d.ts +44 -180
- package/dist/components/Tour/TourPopover.vue.d.ts +44 -180
- package/dist/components/UploadArea/UploadArea.vue.d.ts +57 -252
- package/dist/components/index.d.ts +13873 -7950
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-a01fbef6.mjs → es-cc886436.mjs} +1 -1
- package/dist/{index-653c8f92.mjs → index-d36790a8.mjs} +5832 -5834
- package/dist/{pt-br-8c017501.mjs → pt-br-5f433748.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +177 -90
- package/dist/unnnic.umd.js +40 -40
- package/package.json +2 -2
- package/src/components/Button/Button.vue +99 -128
- package/src/components/Button/types.ts +23 -0
- package/src/components/ChatsMessage/ChatsMessage.vue +15 -0
- package/src/components/ChatsMessage/ChatsMessageText.vue +58 -4
- package/src/components/Checkbox/__tests__/Checkbox.spec.js +3 -3
- package/src/components/Disclaimer/Disclaimer.vue +27 -25
- package/src/components/Disclaimer/__tests__/Disclaimer.spec.js +24 -10
- package/src/components/Disclaimer/types.ts +7 -0
- package/src/components/Icon/types.ts +114 -0
- package/src/components/Icon.vue +44 -76
- package/src/components/Switch/__tests__/Switch.spec.js +9 -9
- package/src/components/TableNext/__test__/__snapshots__/TableNext.spec.js.snap +5 -5
- package/src/components/TableNext/__test__/__snapshots__/TablePagination.spec.js.snap +9 -9
- package/src/components/__tests__/Icon.spec.js +32 -18
- package/src/components/index.ts +93 -0
- package/src/stories/ChatsMessage.stories.js +7 -0
|
@@ -193,8 +193,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
193
193
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
194
194
|
"onUpdate:equivalentOption"?: ((...args: any[]) => any) | undefined;
|
|
195
195
|
}>, {
|
|
196
|
-
type: string;
|
|
197
196
|
size: string;
|
|
197
|
+
type: string;
|
|
198
198
|
initialStartDate: string;
|
|
199
199
|
initialEndDate: string;
|
|
200
200
|
minDate: string;
|
|
@@ -207,110 +207,47 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
207
207
|
options: unknown[];
|
|
208
208
|
disableClear: boolean;
|
|
209
209
|
}, {}, {
|
|
210
|
-
UnnnicButton:
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
disabled: {
|
|
248
|
-
type: BooleanConstructor;
|
|
249
|
-
default: boolean;
|
|
250
|
-
};
|
|
251
|
-
loading: {
|
|
252
|
-
type: BooleanConstructor;
|
|
253
|
-
default: boolean;
|
|
254
|
-
};
|
|
255
|
-
}>, {}, {}, {
|
|
256
|
-
buttonDisabled(): boolean;
|
|
257
|
-
iconSize(): "md" | "sm";
|
|
258
|
-
hasText(): boolean | "";
|
|
259
|
-
iconScheme(): any;
|
|
260
|
-
isSizePropValid(): boolean;
|
|
261
|
-
isTypePropValid(): boolean;
|
|
262
|
-
}, {
|
|
263
|
-
validateProps(): void;
|
|
264
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
265
|
-
size: {
|
|
266
|
-
type: StringConstructor;
|
|
267
|
-
default: string;
|
|
268
|
-
};
|
|
269
|
-
text: {
|
|
270
|
-
type: StringConstructor;
|
|
271
|
-
default: string;
|
|
272
|
-
};
|
|
273
|
-
type: {
|
|
274
|
-
type: StringConstructor;
|
|
275
|
-
default: string;
|
|
276
|
-
};
|
|
277
|
-
float: {
|
|
278
|
-
type: BooleanConstructor;
|
|
279
|
-
default: boolean;
|
|
280
|
-
};
|
|
281
|
-
iconLeft: {
|
|
282
|
-
type: StringConstructor;
|
|
283
|
-
default: string;
|
|
284
|
-
};
|
|
285
|
-
iconRight: {
|
|
286
|
-
type: StringConstructor;
|
|
287
|
-
default: string;
|
|
288
|
-
};
|
|
289
|
-
iconCenter: {
|
|
290
|
-
type: StringConstructor;
|
|
291
|
-
default: string;
|
|
292
|
-
};
|
|
293
|
-
iconsFilled: {
|
|
294
|
-
type: BooleanConstructor;
|
|
295
|
-
default: boolean;
|
|
296
|
-
};
|
|
297
|
-
next: {
|
|
298
|
-
type: BooleanConstructor;
|
|
299
|
-
default: boolean;
|
|
300
|
-
};
|
|
301
|
-
disabled: {
|
|
302
|
-
type: BooleanConstructor;
|
|
303
|
-
default: boolean;
|
|
304
|
-
};
|
|
305
|
-
loading: {
|
|
306
|
-
type: BooleanConstructor;
|
|
307
|
-
default: boolean;
|
|
308
|
-
};
|
|
309
|
-
}>> & Readonly<{}>, {
|
|
210
|
+
UnnnicButton: {
|
|
211
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types.js').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
212
|
+
text: string;
|
|
213
|
+
next: boolean;
|
|
214
|
+
size: import('../Button/types.js').ButtonSize;
|
|
215
|
+
type: import('../Button/types.js').ButtonType;
|
|
216
|
+
disabled: boolean;
|
|
217
|
+
iconLeft: string;
|
|
218
|
+
iconRight: string;
|
|
219
|
+
float: boolean;
|
|
220
|
+
iconCenter: string;
|
|
221
|
+
iconsFilled: boolean;
|
|
222
|
+
loading: boolean;
|
|
223
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLButtonElement, import('vue').ComponentProvideOptions, {
|
|
224
|
+
P: {};
|
|
225
|
+
B: {};
|
|
226
|
+
D: {};
|
|
227
|
+
C: {};
|
|
228
|
+
M: {};
|
|
229
|
+
Defaults: {};
|
|
230
|
+
}, Readonly<import('../Button/types.js').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
231
|
+
text: string;
|
|
232
|
+
next: boolean;
|
|
233
|
+
size: import('../Button/types.js').ButtonSize;
|
|
234
|
+
type: import('../Button/types.js').ButtonType;
|
|
235
|
+
disabled: boolean;
|
|
236
|
+
iconLeft: string;
|
|
237
|
+
iconRight: string;
|
|
238
|
+
float: boolean;
|
|
239
|
+
iconCenter: string;
|
|
240
|
+
iconsFilled: boolean;
|
|
241
|
+
loading: boolean;
|
|
242
|
+
}>;
|
|
243
|
+
__isFragment?: never;
|
|
244
|
+
__isTeleport?: never;
|
|
245
|
+
__isSuspense?: never;
|
|
246
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types.js').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
310
247
|
text: string;
|
|
311
|
-
type: string;
|
|
312
248
|
next: boolean;
|
|
313
|
-
size:
|
|
249
|
+
size: import('../Button/types.js').ButtonSize;
|
|
250
|
+
type: import('../Button/types.js').ButtonType;
|
|
314
251
|
disabled: boolean;
|
|
315
252
|
iconLeft: string;
|
|
316
253
|
iconRight: string;
|
|
@@ -318,84 +255,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
318
255
|
iconCenter: string;
|
|
319
256
|
iconsFilled: boolean;
|
|
320
257
|
loading: boolean;
|
|
321
|
-
}, {}, {
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
next: {
|
|
327
|
-
type: BooleanConstructor;
|
|
328
|
-
};
|
|
329
|
-
icon: {
|
|
330
|
-
type: StringConstructor;
|
|
331
|
-
default: null;
|
|
332
|
-
};
|
|
333
|
-
clickable: {
|
|
334
|
-
type: BooleanConstructor;
|
|
335
|
-
default: boolean;
|
|
336
|
-
};
|
|
337
|
-
size: {
|
|
338
|
-
type: StringConstructor;
|
|
339
|
-
default: string;
|
|
340
|
-
validator(value: unknown): boolean;
|
|
341
|
-
};
|
|
342
|
-
lineHeight: {
|
|
343
|
-
type: StringConstructor;
|
|
344
|
-
default: null;
|
|
345
|
-
validator(value: unknown): boolean;
|
|
346
|
-
};
|
|
347
|
-
scheme: {
|
|
348
|
-
type: StringConstructor;
|
|
349
|
-
default: string;
|
|
350
|
-
};
|
|
351
|
-
}>, {}, {}, {
|
|
352
|
-
svg(): any;
|
|
353
|
-
materialSymbolsName(): any;
|
|
354
|
-
}, {
|
|
355
|
-
onClick($event: any): void;
|
|
356
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
357
|
-
filled: {
|
|
358
|
-
type: BooleanConstructor;
|
|
359
|
-
};
|
|
360
|
-
next: {
|
|
361
|
-
type: BooleanConstructor;
|
|
362
|
-
};
|
|
363
|
-
icon: {
|
|
364
|
-
type: StringConstructor;
|
|
365
|
-
default: null;
|
|
366
|
-
};
|
|
367
|
-
clickable: {
|
|
368
|
-
type: BooleanConstructor;
|
|
369
|
-
default: boolean;
|
|
370
|
-
};
|
|
371
|
-
size: {
|
|
372
|
-
type: StringConstructor;
|
|
373
|
-
default: string;
|
|
374
|
-
validator(value: unknown): boolean;
|
|
375
|
-
};
|
|
376
|
-
lineHeight: {
|
|
377
|
-
type: StringConstructor;
|
|
378
|
-
default: null;
|
|
379
|
-
validator(value: unknown): boolean;
|
|
380
|
-
};
|
|
381
|
-
scheme: {
|
|
382
|
-
type: StringConstructor;
|
|
383
|
-
default: string;
|
|
384
|
-
};
|
|
385
|
-
}>> & Readonly<{
|
|
386
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
387
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
388
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
389
|
-
}>, {
|
|
390
|
-
filled: boolean;
|
|
391
|
-
next: boolean;
|
|
392
|
-
icon: string;
|
|
393
|
-
clickable: boolean;
|
|
394
|
-
size: string;
|
|
395
|
-
lineHeight: string;
|
|
396
|
-
scheme: string;
|
|
397
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
398
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
258
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
259
|
+
$slots: {
|
|
260
|
+
default?(_: {}): any;
|
|
261
|
+
};
|
|
262
|
+
});
|
|
399
263
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
400
264
|
export default _default;
|
|
401
265
|
//# sourceMappingURL=DatePicker.vue.d.ts.map
|
|
@@ -1,113 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
|
-
icon: {
|
|
7
|
-
type: StringConstructor;
|
|
8
|
-
default: string;
|
|
9
|
-
validator(value: unknown): boolean;
|
|
10
|
-
};
|
|
11
|
-
iconColor: {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
default: string;
|
|
14
|
-
validator(value: unknown): boolean;
|
|
15
|
-
};
|
|
16
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
17
|
-
text: {
|
|
18
|
-
type: StringConstructor;
|
|
19
|
-
required: true;
|
|
20
|
-
};
|
|
21
|
-
icon: {
|
|
22
|
-
type: StringConstructor;
|
|
23
|
-
default: string;
|
|
24
|
-
validator(value: unknown): boolean;
|
|
25
|
-
};
|
|
26
|
-
iconColor: {
|
|
27
|
-
type: StringConstructor;
|
|
28
|
-
default: string;
|
|
29
|
-
validator(value: unknown): boolean;
|
|
30
|
-
};
|
|
31
|
-
}>> & Readonly<{}>, {
|
|
1
|
+
import { DisclaimerProps } from './types';
|
|
2
|
+
export type { DisclaimerProps };
|
|
3
|
+
declare const _default: import('vue').DefineComponent<DisclaimerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<DisclaimerProps> & Readonly<{}>, {
|
|
32
4
|
icon: string;
|
|
33
|
-
iconColor:
|
|
34
|
-
}, {}, {
|
|
35
|
-
unnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
36
|
-
filled: {
|
|
37
|
-
type: BooleanConstructor;
|
|
38
|
-
};
|
|
39
|
-
next: {
|
|
40
|
-
type: BooleanConstructor;
|
|
41
|
-
};
|
|
42
|
-
icon: {
|
|
43
|
-
type: StringConstructor;
|
|
44
|
-
default: null;
|
|
45
|
-
};
|
|
46
|
-
clickable: {
|
|
47
|
-
type: BooleanConstructor;
|
|
48
|
-
default: boolean;
|
|
49
|
-
};
|
|
50
|
-
size: {
|
|
51
|
-
type: StringConstructor;
|
|
52
|
-
default: string;
|
|
53
|
-
validator(value: unknown): boolean;
|
|
54
|
-
};
|
|
55
|
-
lineHeight: {
|
|
56
|
-
type: StringConstructor;
|
|
57
|
-
default: null;
|
|
58
|
-
validator(value: unknown): boolean;
|
|
59
|
-
};
|
|
60
|
-
scheme: {
|
|
61
|
-
type: StringConstructor;
|
|
62
|
-
default: string;
|
|
63
|
-
};
|
|
64
|
-
}>, {}, {}, {
|
|
65
|
-
svg(): any;
|
|
66
|
-
materialSymbolsName(): any;
|
|
67
|
-
}, {
|
|
68
|
-
onClick($event: any): void;
|
|
69
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
70
|
-
filled: {
|
|
71
|
-
type: BooleanConstructor;
|
|
72
|
-
};
|
|
73
|
-
next: {
|
|
74
|
-
type: BooleanConstructor;
|
|
75
|
-
};
|
|
76
|
-
icon: {
|
|
77
|
-
type: StringConstructor;
|
|
78
|
-
default: null;
|
|
79
|
-
};
|
|
80
|
-
clickable: {
|
|
81
|
-
type: BooleanConstructor;
|
|
82
|
-
default: boolean;
|
|
83
|
-
};
|
|
84
|
-
size: {
|
|
85
|
-
type: StringConstructor;
|
|
86
|
-
default: string;
|
|
87
|
-
validator(value: unknown): boolean;
|
|
88
|
-
};
|
|
89
|
-
lineHeight: {
|
|
90
|
-
type: StringConstructor;
|
|
91
|
-
default: null;
|
|
92
|
-
validator(value: unknown): boolean;
|
|
93
|
-
};
|
|
94
|
-
scheme: {
|
|
95
|
-
type: StringConstructor;
|
|
96
|
-
default: string;
|
|
97
|
-
};
|
|
98
|
-
}>> & Readonly<{
|
|
99
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
100
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
101
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
102
|
-
}>, {
|
|
103
|
-
filled: boolean;
|
|
104
|
-
next: boolean;
|
|
105
|
-
icon: string;
|
|
106
|
-
clickable: boolean;
|
|
107
|
-
size: string;
|
|
108
|
-
lineHeight: string;
|
|
109
|
-
scheme: string;
|
|
110
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
111
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5
|
+
iconColor: import('../Icon.vue').SchemeColor;
|
|
6
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
112
7
|
export default _default;
|
|
113
8
|
//# sourceMappingURL=Disclaimer.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Disclaimer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Disclaimer/Disclaimer.vue"],"names":[],"mappings":"AAgBA;"}
|
|
1
|
+
{"version":3,"file":"Disclaimer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Disclaimer/Disclaimer.vue"],"names":[],"mappings":"AAgBA;AA4EA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAM/C,YAAY,EAAE,eAAe,EAAE,CAAC;;;;;AA6FhC,wBAQG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Disclaimer/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAEjD,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,WAAW,CAAC;CACzB"}
|