@weni/unnnic-system 3.8.2-alpha.1 → 3.8.2-alpha.2
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/dist/assets/tokens/colors.json.d.ts +376 -0
- package/dist/components/Card/CardCompany.vue.d.ts +11 -414
- package/dist/components/Carousel/Carousel.vue.d.ts +11 -414
- package/dist/components/Carousel/TagCarousel.vue.d.ts +11 -414
- package/dist/components/ChatsContact/ChatsContact.vue.d.ts +0 -418
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +1 -1
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +12 -415
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +11 -414
- package/dist/components/Tag/DefaultTag.vue.d.ts +4 -83
- package/dist/components/Tag/DefaultTag.vue.d.ts.map +1 -1
- package/dist/components/Tag/Tag.vue.d.ts +12 -414
- package/dist/components/Tag/Tag.vue.d.ts.map +1 -1
- package/dist/components/Tag/types.d.ts +18 -0
- package/dist/components/Tag/types.d.ts.map +1 -0
- package/dist/components/index.d.ts +12229 -15483
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-dc440fef.mjs → es-4f3d094b.mjs} +1 -1
- package/dist/{index-6b5eeee8.mjs → index-43281ff3.mjs} +6991 -6829
- package/dist/{pt-br-a2cfd62d.mjs → pt-br-8a34ccb7.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +1 -1
- package/dist/unnnic.umd.js +32 -36
- package/package.json +1 -1
- package/src/components/ChatsContact/ChatsContact.vue +10 -6
- package/src/components/Tag/DefaultTag.vue +46 -107
- package/src/components/Tag/Tag.vue +32 -79
- package/src/components/Tag/types.ts +19 -0
- package/src/stories/Tag.stories.js +24 -43
- package/dist/components/Tag/BrandTag.vue.d.ts +0 -51
- package/dist/components/Tag/BrandTag.vue.d.ts.map +0 -1
- package/dist/components/Tag/IndicatorTag.vue.d.ts +0 -151
- package/dist/components/Tag/IndicatorTag.vue.d.ts.map +0 -1
- package/dist/components/Tag/TagNext.vue.d.ts +0 -24
- package/dist/components/Tag/TagNext.vue.d.ts.map +0 -1
- package/src/components/Tag/BrandTag.vue +0 -96
- package/src/components/Tag/IndicatorTag.vue +0 -107
- package/src/components/Tag/TagNext.vue +0 -60
|
@@ -398,424 +398,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
398
398
|
helper: string;
|
|
399
399
|
textRight: string;
|
|
400
400
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
401
|
-
UnnnicTag: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
402
|
-
type: {
|
|
403
|
-
type: StringConstructor;
|
|
404
|
-
default: string;
|
|
405
|
-
validator(value: unknown): boolean;
|
|
406
|
-
};
|
|
407
|
-
text: {
|
|
408
|
-
type: StringConstructor;
|
|
409
|
-
default: null;
|
|
410
|
-
};
|
|
411
|
-
tooltipText: {
|
|
412
|
-
type: StringConstructor;
|
|
413
|
-
default: null;
|
|
414
|
-
};
|
|
415
|
-
clickable: {
|
|
416
|
-
type: BooleanConstructor;
|
|
417
|
-
default: boolean;
|
|
418
|
-
};
|
|
419
|
-
count: {
|
|
420
|
-
type: NumberConstructor;
|
|
421
|
-
default: number;
|
|
422
|
-
};
|
|
423
|
-
disabled: {
|
|
424
|
-
type: BooleanConstructor;
|
|
425
|
-
default: boolean;
|
|
426
|
-
};
|
|
427
|
-
hasCloseIcon: {
|
|
428
|
-
type: BooleanConstructor;
|
|
429
|
-
default: boolean;
|
|
430
|
-
};
|
|
431
|
-
scheme: {
|
|
432
|
-
type: StringConstructor;
|
|
433
|
-
default: string;
|
|
434
|
-
};
|
|
435
|
-
hasBackButton: {
|
|
436
|
-
type: BooleanConstructor;
|
|
437
|
-
default: boolean;
|
|
438
|
-
};
|
|
439
|
-
enableTooltip: {
|
|
440
|
-
type: BooleanConstructor;
|
|
441
|
-
default: boolean;
|
|
442
|
-
};
|
|
443
|
-
leftIcon: {
|
|
444
|
-
type: StringConstructor;
|
|
445
|
-
default: string;
|
|
446
|
-
};
|
|
447
|
-
rightIcon: {
|
|
448
|
-
type: StringConstructor;
|
|
449
|
-
default: string;
|
|
450
|
-
};
|
|
451
|
-
}>, {}, {}, {
|
|
452
|
-
currentComponent(): import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
453
|
-
text: {
|
|
454
|
-
type: StringConstructor;
|
|
455
|
-
default: null;
|
|
456
|
-
};
|
|
457
|
-
clickable: {
|
|
458
|
-
type: BooleanConstructor;
|
|
459
|
-
default: boolean;
|
|
460
|
-
};
|
|
461
|
-
disabled: {
|
|
462
|
-
type: BooleanConstructor;
|
|
463
|
-
default: boolean;
|
|
464
|
-
};
|
|
465
|
-
hasCloseIcon: {
|
|
466
|
-
type: BooleanConstructor;
|
|
467
|
-
default: boolean;
|
|
468
|
-
};
|
|
469
|
-
scheme: {
|
|
470
|
-
type: StringConstructor;
|
|
471
|
-
default: string;
|
|
472
|
-
};
|
|
473
|
-
leftIcon: {
|
|
474
|
-
type: StringConstructor;
|
|
475
|
-
default: null;
|
|
476
|
-
};
|
|
477
|
-
rightIcon: {
|
|
478
|
-
type: StringConstructor;
|
|
479
|
-
default: null;
|
|
480
|
-
};
|
|
481
|
-
}>, {}, {}, {}, {
|
|
482
|
-
closeClicked(): void;
|
|
483
|
-
emitClose(): void;
|
|
484
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
485
|
-
text: {
|
|
486
|
-
type: StringConstructor;
|
|
487
|
-
default: null;
|
|
488
|
-
};
|
|
489
|
-
clickable: {
|
|
490
|
-
type: BooleanConstructor;
|
|
491
|
-
default: boolean;
|
|
492
|
-
};
|
|
493
|
-
disabled: {
|
|
494
|
-
type: BooleanConstructor;
|
|
495
|
-
default: boolean;
|
|
496
|
-
};
|
|
497
|
-
hasCloseIcon: {
|
|
498
|
-
type: BooleanConstructor;
|
|
499
|
-
default: boolean;
|
|
500
|
-
};
|
|
501
|
-
scheme: {
|
|
502
|
-
type: StringConstructor;
|
|
503
|
-
default: string;
|
|
504
|
-
};
|
|
505
|
-
leftIcon: {
|
|
506
|
-
type: StringConstructor;
|
|
507
|
-
default: null;
|
|
508
|
-
};
|
|
509
|
-
rightIcon: {
|
|
510
|
-
type: StringConstructor;
|
|
511
|
-
default: null;
|
|
512
|
-
};
|
|
513
|
-
}>> & Readonly<{}>, {
|
|
514
|
-
text: string;
|
|
515
|
-
clickable: boolean;
|
|
516
|
-
scheme: string;
|
|
517
|
-
disabled: boolean;
|
|
518
|
-
hasCloseIcon: boolean;
|
|
519
|
-
leftIcon: string;
|
|
520
|
-
rightIcon: string;
|
|
521
|
-
}, {}, {
|
|
522
|
-
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
523
|
-
click: (event: Event) => any;
|
|
524
|
-
mousedown: (event: Event) => any;
|
|
525
|
-
mouseup: (event: Event) => any;
|
|
526
|
-
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
527
|
-
onClick?: ((event: Event) => any) | undefined;
|
|
528
|
-
onMousedown?: ((event: Event) => any) | undefined;
|
|
529
|
-
onMouseup?: ((event: Event) => any) | undefined;
|
|
530
|
-
}>, {
|
|
531
|
-
size: import('../Icon.vue').IconSize;
|
|
532
|
-
filled: boolean;
|
|
533
|
-
icon: string | null;
|
|
534
|
-
clickable: boolean;
|
|
535
|
-
scheme: import('../Icon.vue').SchemeColor;
|
|
536
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
537
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
538
|
-
text: {
|
|
539
|
-
type: StringConstructor;
|
|
540
|
-
default: null;
|
|
541
|
-
};
|
|
542
|
-
tooltipText: {
|
|
543
|
-
type: StringConstructor;
|
|
544
|
-
default: null;
|
|
545
|
-
};
|
|
546
|
-
count: {
|
|
547
|
-
type: NumberConstructor;
|
|
548
|
-
default: number;
|
|
549
|
-
};
|
|
550
|
-
clickable: {
|
|
551
|
-
type: BooleanConstructor;
|
|
552
|
-
default: boolean;
|
|
553
|
-
};
|
|
554
|
-
hasBackButton: {
|
|
555
|
-
type: BooleanConstructor;
|
|
556
|
-
default: boolean;
|
|
557
|
-
};
|
|
558
|
-
enableTooltip: {
|
|
559
|
-
type: BooleanConstructor;
|
|
560
|
-
default: boolean;
|
|
561
|
-
};
|
|
562
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
563
|
-
text: {
|
|
564
|
-
type: StringConstructor;
|
|
565
|
-
default: null;
|
|
566
|
-
};
|
|
567
|
-
tooltipText: {
|
|
568
|
-
type: StringConstructor;
|
|
569
|
-
default: null;
|
|
570
|
-
};
|
|
571
|
-
count: {
|
|
572
|
-
type: NumberConstructor;
|
|
573
|
-
default: number;
|
|
574
|
-
};
|
|
575
|
-
clickable: {
|
|
576
|
-
type: BooleanConstructor;
|
|
577
|
-
default: boolean;
|
|
578
|
-
};
|
|
579
|
-
hasBackButton: {
|
|
580
|
-
type: BooleanConstructor;
|
|
581
|
-
default: boolean;
|
|
582
|
-
};
|
|
583
|
-
enableTooltip: {
|
|
584
|
-
type: BooleanConstructor;
|
|
585
|
-
default: boolean;
|
|
586
|
-
};
|
|
587
|
-
}>> & Readonly<{}>, {
|
|
588
|
-
text: string;
|
|
589
|
-
clickable: boolean;
|
|
590
|
-
tooltipText: string;
|
|
591
|
-
count: number;
|
|
592
|
-
hasBackButton: boolean;
|
|
593
|
-
enableTooltip: boolean;
|
|
594
|
-
}, {}, {
|
|
595
|
-
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
596
|
-
click: (event: Event) => any;
|
|
597
|
-
mousedown: (event: Event) => any;
|
|
598
|
-
mouseup: (event: Event) => any;
|
|
599
|
-
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
600
|
-
onClick?: ((event: Event) => any) | undefined;
|
|
601
|
-
onMousedown?: ((event: Event) => any) | undefined;
|
|
602
|
-
onMouseup?: ((event: Event) => any) | undefined;
|
|
603
|
-
}>, {
|
|
604
|
-
size: import('../Icon.vue').IconSize;
|
|
605
|
-
filled: boolean;
|
|
606
|
-
icon: string | null;
|
|
607
|
-
clickable: boolean;
|
|
608
|
-
scheme: import('../Icon.vue').SchemeColor;
|
|
609
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
610
|
-
ToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
611
|
-
text: {
|
|
612
|
-
type: StringConstructor;
|
|
613
|
-
default: string;
|
|
614
|
-
};
|
|
615
|
-
enabled: {
|
|
616
|
-
type: BooleanConstructor;
|
|
617
|
-
default: boolean;
|
|
618
|
-
};
|
|
619
|
-
forceOpen: {
|
|
620
|
-
type: BooleanConstructor;
|
|
621
|
-
default: boolean;
|
|
622
|
-
};
|
|
623
|
-
side: {
|
|
624
|
-
type: StringConstructor;
|
|
625
|
-
default: string;
|
|
626
|
-
validator(value: unknown): boolean;
|
|
627
|
-
};
|
|
628
|
-
maxWidth: {
|
|
629
|
-
type: StringConstructor;
|
|
630
|
-
default: string;
|
|
631
|
-
};
|
|
632
|
-
shortcutText: {
|
|
633
|
-
type: StringConstructor;
|
|
634
|
-
default: null;
|
|
635
|
-
};
|
|
636
|
-
enableHtml: {
|
|
637
|
-
type: BooleanConstructor;
|
|
638
|
-
default: boolean;
|
|
639
|
-
};
|
|
640
|
-
}>, {}, {
|
|
641
|
-
topPos: null;
|
|
642
|
-
leftPos: null;
|
|
643
|
-
}, {}, {
|
|
644
|
-
handleResize(): void;
|
|
645
|
-
getRightPost(element: any): void;
|
|
646
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
647
|
-
text: {
|
|
648
|
-
type: StringConstructor;
|
|
649
|
-
default: string;
|
|
650
|
-
};
|
|
651
|
-
enabled: {
|
|
652
|
-
type: BooleanConstructor;
|
|
653
|
-
default: boolean;
|
|
654
|
-
};
|
|
655
|
-
forceOpen: {
|
|
656
|
-
type: BooleanConstructor;
|
|
657
|
-
default: boolean;
|
|
658
|
-
};
|
|
659
|
-
side: {
|
|
660
|
-
type: StringConstructor;
|
|
661
|
-
default: string;
|
|
662
|
-
validator(value: unknown): boolean;
|
|
663
|
-
};
|
|
664
|
-
maxWidth: {
|
|
665
|
-
type: StringConstructor;
|
|
666
|
-
default: string;
|
|
667
|
-
};
|
|
668
|
-
shortcutText: {
|
|
669
|
-
type: StringConstructor;
|
|
670
|
-
default: null;
|
|
671
|
-
};
|
|
672
|
-
enableHtml: {
|
|
673
|
-
type: BooleanConstructor;
|
|
674
|
-
default: boolean;
|
|
675
|
-
};
|
|
676
|
-
}>> & Readonly<{}>, {
|
|
677
|
-
text: string;
|
|
678
|
-
enabled: boolean;
|
|
679
|
-
forceOpen: boolean;
|
|
680
|
-
side: string;
|
|
681
|
-
maxWidth: string;
|
|
682
|
-
shortcutText: string;
|
|
683
|
-
enableHtml: boolean;
|
|
684
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
685
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
686
|
-
text: {
|
|
687
|
-
type: StringConstructor;
|
|
688
|
-
default: null;
|
|
689
|
-
};
|
|
690
|
-
clickable: {
|
|
691
|
-
type: BooleanConstructor;
|
|
692
|
-
default: boolean;
|
|
693
|
-
};
|
|
694
|
-
disabled: {
|
|
695
|
-
type: BooleanConstructor;
|
|
696
|
-
default: boolean;
|
|
697
|
-
};
|
|
698
|
-
}>, {}, {}, {}, {
|
|
699
|
-
closeClicked(): void;
|
|
700
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
701
|
-
text: {
|
|
702
|
-
type: StringConstructor;
|
|
703
|
-
default: null;
|
|
704
|
-
};
|
|
705
|
-
clickable: {
|
|
706
|
-
type: BooleanConstructor;
|
|
707
|
-
default: boolean;
|
|
708
|
-
};
|
|
709
|
-
disabled: {
|
|
710
|
-
type: BooleanConstructor;
|
|
711
|
-
default: boolean;
|
|
712
|
-
};
|
|
713
|
-
}>> & Readonly<{}>, {
|
|
714
|
-
text: string;
|
|
715
|
-
clickable: boolean;
|
|
716
|
-
disabled: boolean;
|
|
717
|
-
}, {}, {
|
|
718
|
-
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
719
|
-
click: (event: Event) => any;
|
|
720
|
-
mousedown: (event: Event) => any;
|
|
721
|
-
mouseup: (event: Event) => any;
|
|
722
|
-
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
723
|
-
onClick?: ((event: Event) => any) | undefined;
|
|
724
|
-
onMousedown?: ((event: Event) => any) | undefined;
|
|
725
|
-
onMouseup?: ((event: Event) => any) | undefined;
|
|
726
|
-
}>, {
|
|
727
|
-
size: import('../Icon.vue').IconSize;
|
|
728
|
-
filled: boolean;
|
|
729
|
-
icon: string | null;
|
|
730
|
-
clickable: boolean;
|
|
731
|
-
scheme: import('../Icon.vue').SchemeColor;
|
|
732
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
733
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
734
|
-
text: {
|
|
735
|
-
type: StringConstructor;
|
|
736
|
-
default: null;
|
|
737
|
-
};
|
|
738
|
-
scheme: {
|
|
739
|
-
type: StringConstructor;
|
|
740
|
-
default: string;
|
|
741
|
-
};
|
|
742
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
743
|
-
text: {
|
|
744
|
-
type: StringConstructor;
|
|
745
|
-
default: null;
|
|
746
|
-
};
|
|
747
|
-
scheme: {
|
|
748
|
-
type: StringConstructor;
|
|
749
|
-
default: string;
|
|
750
|
-
};
|
|
751
|
-
}>> & Readonly<{}>, {
|
|
752
|
-
text: string;
|
|
753
|
-
scheme: string;
|
|
754
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
755
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
756
|
-
type: {
|
|
757
|
-
type: StringConstructor;
|
|
758
|
-
default: string;
|
|
759
|
-
validator(value: unknown): boolean;
|
|
760
|
-
};
|
|
761
|
-
text: {
|
|
762
|
-
type: StringConstructor;
|
|
763
|
-
default: null;
|
|
764
|
-
};
|
|
765
|
-
tooltipText: {
|
|
766
|
-
type: StringConstructor;
|
|
767
|
-
default: null;
|
|
768
|
-
};
|
|
769
|
-
clickable: {
|
|
770
|
-
type: BooleanConstructor;
|
|
771
|
-
default: boolean;
|
|
772
|
-
};
|
|
773
|
-
count: {
|
|
774
|
-
type: NumberConstructor;
|
|
775
|
-
default: number;
|
|
776
|
-
};
|
|
777
|
-
disabled: {
|
|
778
|
-
type: BooleanConstructor;
|
|
779
|
-
default: boolean;
|
|
780
|
-
};
|
|
781
|
-
hasCloseIcon: {
|
|
782
|
-
type: BooleanConstructor;
|
|
783
|
-
default: boolean;
|
|
784
|
-
};
|
|
785
|
-
scheme: {
|
|
786
|
-
type: StringConstructor;
|
|
787
|
-
default: string;
|
|
788
|
-
};
|
|
789
|
-
hasBackButton: {
|
|
790
|
-
type: BooleanConstructor;
|
|
791
|
-
default: boolean;
|
|
792
|
-
};
|
|
793
|
-
enableTooltip: {
|
|
794
|
-
type: BooleanConstructor;
|
|
795
|
-
default: boolean;
|
|
796
|
-
};
|
|
797
|
-
leftIcon: {
|
|
798
|
-
type: StringConstructor;
|
|
799
|
-
default: string;
|
|
800
|
-
};
|
|
801
|
-
rightIcon: {
|
|
802
|
-
type: StringConstructor;
|
|
803
|
-
default: string;
|
|
804
|
-
};
|
|
805
|
-
}>> & Readonly<{}>, {
|
|
806
|
-
text: string;
|
|
807
|
-
type: string;
|
|
808
|
-
clickable: boolean;
|
|
809
|
-
scheme: string;
|
|
810
|
-
disabled: boolean;
|
|
811
|
-
hasCloseIcon: boolean;
|
|
812
|
-
leftIcon: string;
|
|
813
|
-
rightIcon: string;
|
|
814
|
-
tooltipText: string;
|
|
815
|
-
count: number;
|
|
816
|
-
hasBackButton: boolean;
|
|
817
|
-
enableTooltip: boolean;
|
|
818
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
819
401
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
820
402
|
export default _default;
|
|
821
403
|
//# sourceMappingURL=ChatsContact.vue.d.ts.map
|
|
@@ -107,8 +107,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
107
107
|
default: string;
|
|
108
108
|
};
|
|
109
109
|
}>> & Readonly<{
|
|
110
|
-
onCancel?: ((...args: any[]) => any) | undefined;
|
|
111
110
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
111
|
+
onCancel?: ((...args: any[]) => any) | undefined;
|
|
112
112
|
"onFile-change"?: ((...args: any[]) => any) | undefined;
|
|
113
113
|
onAction?: ((...args: any[]) => any) | undefined;
|
|
114
114
|
}>, {
|