@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
|
@@ -268,110 +268,47 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
268
268
|
acceptedFormats: string;
|
|
269
269
|
uploadIcon: string;
|
|
270
270
|
}, {}, {
|
|
271
|
-
UnnnicButton:
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
disabled: {
|
|
309
|
-
type: BooleanConstructor;
|
|
310
|
-
default: boolean;
|
|
311
|
-
};
|
|
312
|
-
loading: {
|
|
313
|
-
type: BooleanConstructor;
|
|
314
|
-
default: boolean;
|
|
315
|
-
};
|
|
316
|
-
}>, {}, {}, {
|
|
317
|
-
buttonDisabled(): boolean;
|
|
318
|
-
iconSize(): "md" | "sm";
|
|
319
|
-
hasText(): boolean | "";
|
|
320
|
-
iconScheme(): any;
|
|
321
|
-
isSizePropValid(): boolean;
|
|
322
|
-
isTypePropValid(): boolean;
|
|
323
|
-
}, {
|
|
324
|
-
validateProps(): void;
|
|
325
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
326
|
-
size: {
|
|
327
|
-
type: StringConstructor;
|
|
328
|
-
default: string;
|
|
329
|
-
};
|
|
330
|
-
text: {
|
|
331
|
-
type: StringConstructor;
|
|
332
|
-
default: string;
|
|
333
|
-
};
|
|
334
|
-
type: {
|
|
335
|
-
type: StringConstructor;
|
|
336
|
-
default: string;
|
|
337
|
-
};
|
|
338
|
-
float: {
|
|
339
|
-
type: BooleanConstructor;
|
|
340
|
-
default: boolean;
|
|
341
|
-
};
|
|
342
|
-
iconLeft: {
|
|
343
|
-
type: StringConstructor;
|
|
344
|
-
default: string;
|
|
345
|
-
};
|
|
346
|
-
iconRight: {
|
|
347
|
-
type: StringConstructor;
|
|
348
|
-
default: string;
|
|
349
|
-
};
|
|
350
|
-
iconCenter: {
|
|
351
|
-
type: StringConstructor;
|
|
352
|
-
default: string;
|
|
353
|
-
};
|
|
354
|
-
iconsFilled: {
|
|
355
|
-
type: BooleanConstructor;
|
|
356
|
-
default: boolean;
|
|
357
|
-
};
|
|
358
|
-
next: {
|
|
359
|
-
type: BooleanConstructor;
|
|
360
|
-
default: boolean;
|
|
361
|
-
};
|
|
362
|
-
disabled: {
|
|
363
|
-
type: BooleanConstructor;
|
|
364
|
-
default: boolean;
|
|
365
|
-
};
|
|
366
|
-
loading: {
|
|
367
|
-
type: BooleanConstructor;
|
|
368
|
-
default: boolean;
|
|
369
|
-
};
|
|
370
|
-
}>> & Readonly<{}>, {
|
|
271
|
+
UnnnicButton: {
|
|
272
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
273
|
+
text: string;
|
|
274
|
+
next: boolean;
|
|
275
|
+
size: import('../Button/types').ButtonSize;
|
|
276
|
+
type: import('../Button/types').ButtonType;
|
|
277
|
+
disabled: boolean;
|
|
278
|
+
iconLeft: string;
|
|
279
|
+
iconRight: string;
|
|
280
|
+
float: boolean;
|
|
281
|
+
iconCenter: string;
|
|
282
|
+
iconsFilled: boolean;
|
|
283
|
+
loading: boolean;
|
|
284
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLButtonElement, import('vue').ComponentProvideOptions, {
|
|
285
|
+
P: {};
|
|
286
|
+
B: {};
|
|
287
|
+
D: {};
|
|
288
|
+
C: {};
|
|
289
|
+
M: {};
|
|
290
|
+
Defaults: {};
|
|
291
|
+
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
292
|
+
text: string;
|
|
293
|
+
next: boolean;
|
|
294
|
+
size: import('../Button/types').ButtonSize;
|
|
295
|
+
type: import('../Button/types').ButtonType;
|
|
296
|
+
disabled: boolean;
|
|
297
|
+
iconLeft: string;
|
|
298
|
+
iconRight: string;
|
|
299
|
+
float: boolean;
|
|
300
|
+
iconCenter: string;
|
|
301
|
+
iconsFilled: boolean;
|
|
302
|
+
loading: boolean;
|
|
303
|
+
}>;
|
|
304
|
+
__isFragment?: never;
|
|
305
|
+
__isTeleport?: never;
|
|
306
|
+
__isSuspense?: never;
|
|
307
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
371
308
|
text: string;
|
|
372
|
-
type: string;
|
|
373
309
|
next: boolean;
|
|
374
|
-
size:
|
|
310
|
+
size: import('../Button/types').ButtonSize;
|
|
311
|
+
type: import('../Button/types').ButtonType;
|
|
375
312
|
disabled: boolean;
|
|
376
313
|
iconLeft: string;
|
|
377
314
|
iconRight: string;
|
|
@@ -379,160 +316,28 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
379
316
|
iconCenter: string;
|
|
380
317
|
iconsFilled: boolean;
|
|
381
318
|
loading: boolean;
|
|
382
|
-
}, {}, {
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
type: BooleanConstructor;
|
|
396
|
-
default: boolean;
|
|
397
|
-
};
|
|
398
|
-
size: {
|
|
399
|
-
type: StringConstructor;
|
|
400
|
-
default: string;
|
|
401
|
-
validator(value: unknown): boolean;
|
|
402
|
-
};
|
|
403
|
-
lineHeight: {
|
|
404
|
-
type: StringConstructor;
|
|
405
|
-
default: null;
|
|
406
|
-
validator(value: unknown): boolean;
|
|
407
|
-
};
|
|
408
|
-
scheme: {
|
|
409
|
-
type: StringConstructor;
|
|
410
|
-
default: string;
|
|
411
|
-
};
|
|
412
|
-
}>, {}, {}, {
|
|
413
|
-
svg(): any;
|
|
414
|
-
materialSymbolsName(): any;
|
|
415
|
-
}, {
|
|
416
|
-
onClick($event: any): void;
|
|
417
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
418
|
-
filled: {
|
|
419
|
-
type: BooleanConstructor;
|
|
420
|
-
};
|
|
421
|
-
next: {
|
|
422
|
-
type: BooleanConstructor;
|
|
423
|
-
};
|
|
424
|
-
icon: {
|
|
425
|
-
type: StringConstructor;
|
|
426
|
-
default: null;
|
|
427
|
-
};
|
|
428
|
-
clickable: {
|
|
429
|
-
type: BooleanConstructor;
|
|
430
|
-
default: boolean;
|
|
431
|
-
};
|
|
432
|
-
size: {
|
|
433
|
-
type: StringConstructor;
|
|
434
|
-
default: string;
|
|
435
|
-
validator(value: unknown): boolean;
|
|
436
|
-
};
|
|
437
|
-
lineHeight: {
|
|
438
|
-
type: StringConstructor;
|
|
439
|
-
default: null;
|
|
440
|
-
validator(value: unknown): boolean;
|
|
441
|
-
};
|
|
442
|
-
scheme: {
|
|
443
|
-
type: StringConstructor;
|
|
444
|
-
default: string;
|
|
445
|
-
};
|
|
446
|
-
}>> & Readonly<{
|
|
447
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
448
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
449
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
450
|
-
}>, {
|
|
451
|
-
filled: boolean;
|
|
452
|
-
next: boolean;
|
|
453
|
-
icon: string;
|
|
454
|
-
clickable: boolean;
|
|
455
|
-
size: string;
|
|
456
|
-
lineHeight: string;
|
|
457
|
-
scheme: string;
|
|
458
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
459
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
460
|
-
UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
461
|
-
filled: {
|
|
462
|
-
type: BooleanConstructor;
|
|
463
|
-
};
|
|
464
|
-
next: {
|
|
465
|
-
type: BooleanConstructor;
|
|
466
|
-
};
|
|
467
|
-
icon: {
|
|
468
|
-
type: StringConstructor;
|
|
469
|
-
default: null;
|
|
470
|
-
};
|
|
471
|
-
clickable: {
|
|
472
|
-
type: BooleanConstructor;
|
|
473
|
-
default: boolean;
|
|
474
|
-
};
|
|
475
|
-
size: {
|
|
476
|
-
type: StringConstructor;
|
|
477
|
-
default: string;
|
|
478
|
-
validator(value: unknown): boolean;
|
|
479
|
-
};
|
|
480
|
-
lineHeight: {
|
|
481
|
-
type: StringConstructor;
|
|
482
|
-
default: null;
|
|
483
|
-
validator(value: unknown): boolean;
|
|
484
|
-
};
|
|
485
|
-
scheme: {
|
|
486
|
-
type: StringConstructor;
|
|
487
|
-
default: string;
|
|
488
|
-
};
|
|
489
|
-
}>, {}, {}, {
|
|
490
|
-
svg(): any;
|
|
491
|
-
materialSymbolsName(): any;
|
|
492
|
-
}, {
|
|
493
|
-
onClick($event: any): void;
|
|
494
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
495
|
-
filled: {
|
|
496
|
-
type: BooleanConstructor;
|
|
497
|
-
};
|
|
498
|
-
next: {
|
|
499
|
-
type: BooleanConstructor;
|
|
500
|
-
};
|
|
501
|
-
icon: {
|
|
502
|
-
type: StringConstructor;
|
|
503
|
-
default: null;
|
|
504
|
-
};
|
|
505
|
-
clickable: {
|
|
506
|
-
type: BooleanConstructor;
|
|
507
|
-
default: boolean;
|
|
508
|
-
};
|
|
509
|
-
size: {
|
|
510
|
-
type: StringConstructor;
|
|
511
|
-
default: string;
|
|
512
|
-
validator(value: unknown): boolean;
|
|
513
|
-
};
|
|
514
|
-
lineHeight: {
|
|
515
|
-
type: StringConstructor;
|
|
516
|
-
default: null;
|
|
517
|
-
validator(value: unknown): boolean;
|
|
518
|
-
};
|
|
519
|
-
scheme: {
|
|
520
|
-
type: StringConstructor;
|
|
521
|
-
default: string;
|
|
522
|
-
};
|
|
523
|
-
}>> & Readonly<{
|
|
524
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
525
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
526
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
319
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
320
|
+
$slots: {
|
|
321
|
+
default?(_: {}): any;
|
|
322
|
+
};
|
|
323
|
+
});
|
|
324
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
325
|
+
click: (event: Event) => any;
|
|
326
|
+
mousedown: (event: Event) => any;
|
|
327
|
+
mouseup: (event: Event) => any;
|
|
328
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
329
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
330
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
331
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
527
332
|
}>, {
|
|
528
333
|
filled: boolean;
|
|
529
334
|
next: boolean;
|
|
530
|
-
icon: string;
|
|
335
|
+
icon: string | null;
|
|
531
336
|
clickable: boolean;
|
|
532
|
-
size:
|
|
533
|
-
lineHeight:
|
|
534
|
-
scheme:
|
|
535
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
337
|
+
size: import('../Icon.vue').IconSize;
|
|
338
|
+
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
339
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
340
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
536
341
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
537
342
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
538
343
|
export default _default;
|