@coorpacademy/components 11.33.7 → 11.33.8-alpha.1
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/es/atom/button-link/index.d.ts +13 -2
- package/es/atom/button-link/index.d.ts.map +1 -1
- package/es/atom/button-link/index.js +2 -2
- package/es/atom/button-link/index.js.map +1 -1
- package/es/atom/button-link/style.css +2 -2
- package/es/atom/button-link/types.d.ts +28 -4
- package/es/atom/button-link/types.d.ts.map +1 -1
- package/es/atom/button-link/types.js +14 -5
- package/es/atom/button-link/types.js.map +1 -1
- package/es/atom/button-link-icon/style.css +2 -2
- package/es/atom/button-menu/index.d.ts +18 -0
- package/es/atom/button-menu/index.d.ts.map +1 -1
- package/es/atom/button-menu/index.js +19 -3
- package/es/atom/button-menu/index.js.map +1 -1
- package/es/atom/button-menu/style.css +19 -6
- package/es/atom/button-menu/types.d.ts +39 -0
- package/es/atom/button-menu/types.d.ts.map +1 -1
- package/es/atom/button-menu/types.js +7 -2
- package/es/atom/button-menu/types.js.map +1 -1
- package/es/atom/tag/style.css +10 -6
- package/es/molecule/bullet-point-menu-button/index.d.ts +17 -0
- package/es/molecule/bullet-point-menu-button/index.d.ts.map +1 -1
- package/es/molecule/bullet-point-menu-button/style.css +19 -16
- package/es/molecule/bullet-point-menu-button/types.d.ts +17 -0
- package/es/molecule/bullet-point-menu-button/types.d.ts.map +1 -1
- package/es/molecule/cm-popin/types.d.ts +69 -7
- package/es/molecule/cm-popin/types.d.ts.map +1 -1
- package/es/molecule/expandible-actionable-table/index.d.ts +47 -2
- package/es/molecule/expandible-actionable-table/index.d.ts.map +1 -1
- package/es/molecule/expandible-actionable-table/types.d.ts +47 -2
- package/es/molecule/expandible-actionable-table/types.d.ts.map +1 -1
- package/es/molecule/filters/index.js +2 -2
- package/es/molecule/filters/index.js.map +1 -1
- package/es/molecule/filters/style.css +7 -7
- package/es/organism/header-with-actions/index.d.ts +95 -0
- package/es/organism/header-with-actions/index.d.ts.map +1 -0
- package/es/organism/header-with-actions/index.js +48 -0
- package/es/organism/header-with-actions/index.js.map +1 -0
- package/es/organism/header-with-actions/style.css +55 -0
- package/es/organism/header-with-actions/types.d.ts +120 -0
- package/es/organism/header-with-actions/types.d.ts.map +1 -0
- package/es/organism/header-with-actions/types.js +27 -0
- package/es/organism/header-with-actions/types.js.map +1 -0
- package/es/organism/list-items/index.d.ts +60 -4
- package/es/organism/setup-header/index.d.ts +52 -8
- package/es/organism/wizard-contents/index.d.ts +73 -6
- package/es/template/app-player/loading/index.d.ts +69 -7
- package/es/template/app-player/player/index.d.ts +138 -14
- package/es/template/app-player/player/slides/index.d.ts +69 -7
- package/es/template/app-player/player/slides/index.d.ts.map +1 -1
- package/es/template/app-player/popin-correction/index.d.ts +69 -7
- package/es/template/app-player/popin-correction/index.d.ts.map +1 -1
- package/es/template/app-player/popin-end/index.d.ts +69 -7
- package/es/template/app-review/index.d.ts +69 -7
- package/es/template/app-review/index.d.ts.map +1 -1
- package/es/template/app-review/player/prop-types.d.ts +69 -7
- package/es/template/app-review/player/prop-types.d.ts.map +1 -1
- package/es/template/app-review/prop-types.d.ts +69 -7
- package/es/template/app-review/prop-types.d.ts.map +1 -1
- package/es/template/back-office/brand-create/index.d.ts +52 -8
- package/es/template/back-office/brand-create/index.d.ts.map +1 -1
- package/es/template/back-office/brand-list/index.d.ts +52 -8
- package/es/template/back-office/brand-list/index.d.ts.map +1 -1
- package/es/template/back-office/brand-update/index.d.ts +254 -25
- package/es/template/back-office/dashboard-preview/index.d.ts +52 -8
- package/es/template/back-office/layout/index.d.ts +52 -8
- package/es/template/back-office/layout/index.d.ts.map +1 -1
- package/es/template/common/dashboard/index.d.ts +138 -14
- package/es/template/common/search-page/index.d.ts +69 -7
- package/es/template/external-course/index.d.ts +69 -7
- package/es/variables/colors.css +5 -1
- package/es/variables/colors.d.ts +1 -0
- package/es/variables/colors.d.ts.map +1 -1
- package/es/variables/colors.js +1 -0
- package/es/variables/colors.js.map +1 -1
- package/lib/atom/button-link/index.d.ts +13 -2
- package/lib/atom/button-link/index.d.ts.map +1 -1
- package/lib/atom/button-link/index.js +2 -2
- package/lib/atom/button-link/index.js.map +1 -1
- package/lib/atom/button-link/style.css +2 -2
- package/lib/atom/button-link/types.d.ts +28 -4
- package/lib/atom/button-link/types.d.ts.map +1 -1
- package/lib/atom/button-link/types.js +15 -6
- package/lib/atom/button-link/types.js.map +1 -1
- package/lib/atom/button-link-icon/style.css +2 -2
- package/lib/atom/button-menu/index.d.ts +18 -0
- package/lib/atom/button-menu/index.d.ts.map +1 -1
- package/lib/atom/button-menu/index.js +19 -3
- package/lib/atom/button-menu/index.js.map +1 -1
- package/lib/atom/button-menu/style.css +19 -6
- package/lib/atom/button-menu/types.d.ts +39 -0
- package/lib/atom/button-menu/types.d.ts.map +1 -1
- package/lib/atom/button-menu/types.js +7 -2
- package/lib/atom/button-menu/types.js.map +1 -1
- package/lib/atom/tag/style.css +10 -6
- package/lib/molecule/bullet-point-menu-button/index.d.ts +17 -0
- package/lib/molecule/bullet-point-menu-button/index.d.ts.map +1 -1
- package/lib/molecule/bullet-point-menu-button/style.css +19 -16
- package/lib/molecule/bullet-point-menu-button/types.d.ts +17 -0
- package/lib/molecule/bullet-point-menu-button/types.d.ts.map +1 -1
- package/lib/molecule/cm-popin/types.d.ts +69 -7
- package/lib/molecule/cm-popin/types.d.ts.map +1 -1
- package/lib/molecule/expandible-actionable-table/index.d.ts +47 -2
- package/lib/molecule/expandible-actionable-table/index.d.ts.map +1 -1
- package/lib/molecule/expandible-actionable-table/types.d.ts +47 -2
- package/lib/molecule/expandible-actionable-table/types.d.ts.map +1 -1
- package/lib/molecule/filters/index.js +2 -2
- package/lib/molecule/filters/index.js.map +1 -1
- package/lib/molecule/filters/style.css +7 -7
- package/lib/organism/header-with-actions/index.d.ts +95 -0
- package/lib/organism/header-with-actions/index.d.ts.map +1 -0
- package/lib/organism/header-with-actions/index.js +53 -0
- package/lib/organism/header-with-actions/index.js.map +1 -0
- package/lib/organism/header-with-actions/style.css +55 -0
- package/lib/organism/header-with-actions/types.d.ts +120 -0
- package/lib/organism/header-with-actions/types.d.ts.map +1 -0
- package/lib/organism/header-with-actions/types.js +32 -0
- package/lib/organism/header-with-actions/types.js.map +1 -0
- package/lib/organism/list-items/index.d.ts +60 -4
- package/lib/organism/setup-header/index.d.ts +52 -8
- package/lib/organism/wizard-contents/index.d.ts +73 -6
- package/lib/template/app-player/loading/index.d.ts +69 -7
- package/lib/template/app-player/player/index.d.ts +138 -14
- package/lib/template/app-player/player/slides/index.d.ts +69 -7
- package/lib/template/app-player/player/slides/index.d.ts.map +1 -1
- package/lib/template/app-player/popin-correction/index.d.ts +69 -7
- package/lib/template/app-player/popin-correction/index.d.ts.map +1 -1
- package/lib/template/app-player/popin-end/index.d.ts +69 -7
- package/lib/template/app-review/index.d.ts +69 -7
- package/lib/template/app-review/index.d.ts.map +1 -1
- package/lib/template/app-review/player/prop-types.d.ts +69 -7
- package/lib/template/app-review/player/prop-types.d.ts.map +1 -1
- package/lib/template/app-review/prop-types.d.ts +69 -7
- package/lib/template/app-review/prop-types.d.ts.map +1 -1
- package/lib/template/back-office/brand-create/index.d.ts +52 -8
- package/lib/template/back-office/brand-create/index.d.ts.map +1 -1
- package/lib/template/back-office/brand-list/index.d.ts +52 -8
- package/lib/template/back-office/brand-list/index.d.ts.map +1 -1
- package/lib/template/back-office/brand-update/index.d.ts +254 -25
- package/lib/template/back-office/dashboard-preview/index.d.ts +52 -8
- package/lib/template/back-office/layout/index.d.ts +52 -8
- package/lib/template/back-office/layout/index.d.ts.map +1 -1
- package/lib/template/common/dashboard/index.d.ts +138 -14
- package/lib/template/common/search-page/index.d.ts +69 -7
- package/lib/template/external-course/index.d.ts +69 -7
- package/lib/variables/colors.css +5 -1
- package/lib/variables/colors.d.ts +1 -0
- package/lib/variables/colors.d.ts.map +1 -1
- package/lib/variables/colors.js +1 -0
- package/lib/variables/colors.js.map +1 -1
- package/package.json +2 -2
- package/LICENSE +0 -201
|
@@ -543,7 +543,9 @@ declare const propTypes: {
|
|
|
543
543
|
'aria-label': PropTypes.Requireable<string>;
|
|
544
544
|
largeButton: PropTypes.Requireable<boolean>;
|
|
545
545
|
type: PropTypes.Requireable<string>;
|
|
546
|
-
customStyle: PropTypes.Requireable<
|
|
546
|
+
customStyle: PropTypes.Requireable<{
|
|
547
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
548
|
+
}>;
|
|
547
549
|
}>>;
|
|
548
550
|
secondButton: PropTypes.Requireable<PropTypes.InferProps<{
|
|
549
551
|
label: PropTypes.Requireable<string>;
|
|
@@ -551,7 +553,9 @@ declare const propTypes: {
|
|
|
551
553
|
type: PropTypes.Requireable<string>;
|
|
552
554
|
'aria-label': PropTypes.Requireable<string>;
|
|
553
555
|
largeButton: PropTypes.Requireable<boolean>;
|
|
554
|
-
customStyle: PropTypes.Requireable<
|
|
556
|
+
customStyle: PropTypes.Requireable<{
|
|
557
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
558
|
+
}>;
|
|
555
559
|
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
556
560
|
position: PropTypes.Requireable<string>;
|
|
557
561
|
type: PropTypes.Requireable<string>;
|
|
@@ -563,7 +567,9 @@ declare const propTypes: {
|
|
|
563
567
|
type: PropTypes.Requireable<string>;
|
|
564
568
|
'aria-label': PropTypes.Requireable<string>;
|
|
565
569
|
largeButton: PropTypes.Requireable<boolean>;
|
|
566
|
-
customStyle: PropTypes.Requireable<
|
|
570
|
+
customStyle: PropTypes.Requireable<{
|
|
571
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
572
|
+
}>;
|
|
567
573
|
}>>;
|
|
568
574
|
onClose: PropTypes.Requireable<(...args: any[]) => any>;
|
|
569
575
|
icon: PropTypes.Requireable<string>;
|
|
@@ -610,8 +616,17 @@ declare const propTypes: {
|
|
|
610
616
|
'data-name': PropTypes.Requireable<string>;
|
|
611
617
|
'data-testid': PropTypes.Requireable<string>;
|
|
612
618
|
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
613
|
-
position: PropTypes.
|
|
619
|
+
position: PropTypes.Validator<string>;
|
|
614
620
|
type: PropTypes.Requireable<string>;
|
|
621
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
622
|
+
name: PropTypes.Validator<string>;
|
|
623
|
+
color: PropTypes.Requireable<string>;
|
|
624
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
625
|
+
size: PropTypes.Requireable<number>;
|
|
626
|
+
customStyle: PropTypes.Requireable<{
|
|
627
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
628
|
+
}>;
|
|
629
|
+
}>>;
|
|
615
630
|
}>>;
|
|
616
631
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
617
632
|
link: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -623,7 +638,9 @@ declare const propTypes: {
|
|
|
623
638
|
hoverColor: PropTypes.Requireable<string>;
|
|
624
639
|
disabled: PropTypes.Requireable<boolean>;
|
|
625
640
|
className: PropTypes.Requireable<string>;
|
|
626
|
-
customStyle: PropTypes.Requireable<
|
|
641
|
+
customStyle: PropTypes.Requireable<{
|
|
642
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
643
|
+
}>;
|
|
627
644
|
}>>;
|
|
628
645
|
selectMultiple: PropTypes.Requireable<PropTypes.InferProps<{
|
|
629
646
|
title: PropTypes.Requireable<string>;
|
|
@@ -741,6 +758,23 @@ declare const propTypes: {
|
|
|
741
758
|
label: PropTypes.Validator<string>;
|
|
742
759
|
onClick: PropTypes.Validator<(...args: any[]) => any>;
|
|
743
760
|
type: PropTypes.Requireable<string>;
|
|
761
|
+
buttonLinkType: PropTypes.Requireable<string>;
|
|
762
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
763
|
+
position: PropTypes.Validator<string>;
|
|
764
|
+
type: PropTypes.Requireable<string>;
|
|
765
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
766
|
+
name: PropTypes.Validator<string>;
|
|
767
|
+
color: PropTypes.Requireable<string>;
|
|
768
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
769
|
+
size: PropTypes.Requireable<number>;
|
|
770
|
+
customStyle: PropTypes.Requireable<{
|
|
771
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
772
|
+
}>;
|
|
773
|
+
}>>;
|
|
774
|
+
}>>;
|
|
775
|
+
customStyle: PropTypes.Requireable<{
|
|
776
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
777
|
+
}>;
|
|
744
778
|
}> | null | undefined)[]>;
|
|
745
779
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
746
780
|
menuButtonClassName: PropTypes.Requireable<string>;
|
|
@@ -763,8 +797,17 @@ declare const propTypes: {
|
|
|
763
797
|
'data-name': PropTypes.Requireable<string>;
|
|
764
798
|
'data-testid': PropTypes.Requireable<string>;
|
|
765
799
|
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
766
|
-
position: PropTypes.
|
|
800
|
+
position: PropTypes.Validator<string>;
|
|
767
801
|
type: PropTypes.Requireable<string>;
|
|
802
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
803
|
+
name: PropTypes.Validator<string>;
|
|
804
|
+
color: PropTypes.Requireable<string>;
|
|
805
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
806
|
+
size: PropTypes.Requireable<number>;
|
|
807
|
+
customStyle: PropTypes.Requireable<{
|
|
808
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
809
|
+
}>;
|
|
810
|
+
}>>;
|
|
768
811
|
}>>;
|
|
769
812
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
770
813
|
link: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -776,7 +819,9 @@ declare const propTypes: {
|
|
|
776
819
|
hoverColor: PropTypes.Requireable<string>;
|
|
777
820
|
disabled: PropTypes.Requireable<boolean>;
|
|
778
821
|
className: PropTypes.Requireable<string>;
|
|
779
|
-
customStyle: PropTypes.Requireable<
|
|
822
|
+
customStyle: PropTypes.Requireable<{
|
|
823
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
824
|
+
}>;
|
|
780
825
|
}> | PropTypes.InferProps<{
|
|
781
826
|
componentType: PropTypes.Requireable<string>;
|
|
782
827
|
disabled: PropTypes.Requireable<boolean>;
|
|
@@ -788,6 +833,23 @@ declare const propTypes: {
|
|
|
788
833
|
label: PropTypes.Validator<string>;
|
|
789
834
|
onClick: PropTypes.Validator<(...args: any[]) => any>;
|
|
790
835
|
type: PropTypes.Requireable<string>;
|
|
836
|
+
buttonLinkType: PropTypes.Requireable<string>;
|
|
837
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
838
|
+
position: PropTypes.Validator<string>;
|
|
839
|
+
type: PropTypes.Requireable<string>;
|
|
840
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
841
|
+
name: PropTypes.Validator<string>;
|
|
842
|
+
color: PropTypes.Requireable<string>;
|
|
843
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
844
|
+
size: PropTypes.Requireable<number>;
|
|
845
|
+
customStyle: PropTypes.Requireable<{
|
|
846
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
847
|
+
}>;
|
|
848
|
+
}>>;
|
|
849
|
+
}>>;
|
|
850
|
+
customStyle: PropTypes.Requireable<{
|
|
851
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
852
|
+
}>;
|
|
791
853
|
}> | null | undefined)[]>;
|
|
792
854
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
793
855
|
menuButtonClassName: PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../../src/template/app-review/player/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AACtD,OAAO,EAAC,YAAY,EAAC,MAAM,kCAAkC,CAAC;AAC9D,OAAgC,EAC9B,mBAAmB,EACpB,MAAM,8CAA8C,CAAC;AAEtD,OAA8B,EAAC,WAAW,EAAC,MAAM,uCAAuC,CAAC;AAEzF,OAA+B,EAC7B,gBAAgB,EACjB,MAAM,oDAAoD,CAAC;AAE5D,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../../src/template/app-review/player/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AACtD,OAAO,EAAC,YAAY,EAAC,MAAM,kCAAkC,CAAC;AAC9D,OAAgC,EAC9B,mBAAmB,EACpB,MAAM,8CAA8C,CAAC;AAEtD,OAA8B,EAAC,WAAW,EAAC,MAAM,uCAAuC,CAAC;AAEzF,OAA+B,EAC7B,gBAAgB,EACjB,MAAM,oDAAoD,CAAC;AAE5D,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKd,CAAC;AAEF,eAAe,SAAS,CAAC;AAEzB,oBAAY,iBAAiB,GAAG;IAC9B,MAAM,EAAE,WAAW,CAAC;IACpB,KAAK,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAC/B,eAAe,CAAC,EAAE,mBAAmB,CAAC;IACtC,QAAQ,CAAC,EAAE,mBAAmB,CAAC;IAC/B,SAAS,CAAC,EAAE,YAAY,CAAC;CAC1B,CAAC"}
|
|
@@ -547,7 +547,9 @@ declare const propTypes: {
|
|
|
547
547
|
'aria-label': PropTypes.Requireable<string>;
|
|
548
548
|
largeButton: PropTypes.Requireable<boolean>;
|
|
549
549
|
type: PropTypes.Requireable<string>;
|
|
550
|
-
customStyle: PropTypes.Requireable<
|
|
550
|
+
customStyle: PropTypes.Requireable<{
|
|
551
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
552
|
+
}>;
|
|
551
553
|
}>>;
|
|
552
554
|
secondButton: PropTypes.Requireable<PropTypes.InferProps<{
|
|
553
555
|
label: PropTypes.Requireable<string>;
|
|
@@ -555,7 +557,9 @@ declare const propTypes: {
|
|
|
555
557
|
type: PropTypes.Requireable<string>;
|
|
556
558
|
'aria-label': PropTypes.Requireable<string>;
|
|
557
559
|
largeButton: PropTypes.Requireable<boolean>;
|
|
558
|
-
customStyle: PropTypes.Requireable<
|
|
560
|
+
customStyle: PropTypes.Requireable<{
|
|
561
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
562
|
+
}>;
|
|
559
563
|
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
560
564
|
position: PropTypes.Requireable<string>;
|
|
561
565
|
type: PropTypes.Requireable<string>;
|
|
@@ -567,7 +571,9 @@ declare const propTypes: {
|
|
|
567
571
|
type: PropTypes.Requireable<string>;
|
|
568
572
|
'aria-label': PropTypes.Requireable<string>;
|
|
569
573
|
largeButton: PropTypes.Requireable<boolean>;
|
|
570
|
-
customStyle: PropTypes.Requireable<
|
|
574
|
+
customStyle: PropTypes.Requireable<{
|
|
575
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
576
|
+
}>;
|
|
571
577
|
}>>;
|
|
572
578
|
onClose: PropTypes.Requireable<(...args: any[]) => any>;
|
|
573
579
|
icon: PropTypes.Requireable<string>;
|
|
@@ -614,8 +620,17 @@ declare const propTypes: {
|
|
|
614
620
|
'data-name': PropTypes.Requireable<string>;
|
|
615
621
|
'data-testid': PropTypes.Requireable<string>;
|
|
616
622
|
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
617
|
-
position: PropTypes.
|
|
623
|
+
position: PropTypes.Validator<string>;
|
|
618
624
|
type: PropTypes.Requireable<string>;
|
|
625
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
626
|
+
name: PropTypes.Validator<string>;
|
|
627
|
+
color: PropTypes.Requireable<string>;
|
|
628
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
629
|
+
size: PropTypes.Requireable<number>;
|
|
630
|
+
customStyle: PropTypes.Requireable<{
|
|
631
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
632
|
+
}>;
|
|
633
|
+
}>>;
|
|
619
634
|
}>>;
|
|
620
635
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
621
636
|
link: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -627,7 +642,9 @@ declare const propTypes: {
|
|
|
627
642
|
hoverColor: PropTypes.Requireable<string>;
|
|
628
643
|
disabled: PropTypes.Requireable<boolean>;
|
|
629
644
|
className: PropTypes.Requireable<string>;
|
|
630
|
-
customStyle: PropTypes.Requireable<
|
|
645
|
+
customStyle: PropTypes.Requireable<{
|
|
646
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
647
|
+
}>;
|
|
631
648
|
}>>;
|
|
632
649
|
selectMultiple: PropTypes.Requireable<PropTypes.InferProps<{
|
|
633
650
|
title: PropTypes.Requireable<string>;
|
|
@@ -745,6 +762,23 @@ declare const propTypes: {
|
|
|
745
762
|
label: PropTypes.Validator<string>;
|
|
746
763
|
onClick: PropTypes.Validator<(...args: any[]) => any>;
|
|
747
764
|
type: PropTypes.Requireable<string>;
|
|
765
|
+
buttonLinkType: PropTypes.Requireable<string>;
|
|
766
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
767
|
+
position: PropTypes.Validator<string>;
|
|
768
|
+
type: PropTypes.Requireable<string>;
|
|
769
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
770
|
+
name: PropTypes.Validator<string>;
|
|
771
|
+
color: PropTypes.Requireable<string>;
|
|
772
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
773
|
+
size: PropTypes.Requireable<number>;
|
|
774
|
+
customStyle: PropTypes.Requireable<{
|
|
775
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
776
|
+
}>;
|
|
777
|
+
}>>;
|
|
778
|
+
}>>;
|
|
779
|
+
customStyle: PropTypes.Requireable<{
|
|
780
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
781
|
+
}>;
|
|
748
782
|
}> | null | undefined)[]>;
|
|
749
783
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
750
784
|
menuButtonClassName: PropTypes.Requireable<string>;
|
|
@@ -767,8 +801,17 @@ declare const propTypes: {
|
|
|
767
801
|
'data-name': PropTypes.Requireable<string>;
|
|
768
802
|
'data-testid': PropTypes.Requireable<string>;
|
|
769
803
|
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
770
|
-
position: PropTypes.
|
|
804
|
+
position: PropTypes.Validator<string>;
|
|
771
805
|
type: PropTypes.Requireable<string>;
|
|
806
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
807
|
+
name: PropTypes.Validator<string>;
|
|
808
|
+
color: PropTypes.Requireable<string>;
|
|
809
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
810
|
+
size: PropTypes.Requireable<number>;
|
|
811
|
+
customStyle: PropTypes.Requireable<{
|
|
812
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
813
|
+
}>;
|
|
814
|
+
}>>;
|
|
772
815
|
}>>;
|
|
773
816
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
774
817
|
link: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -780,7 +823,9 @@ declare const propTypes: {
|
|
|
780
823
|
hoverColor: PropTypes.Requireable<string>;
|
|
781
824
|
disabled: PropTypes.Requireable<boolean>;
|
|
782
825
|
className: PropTypes.Requireable<string>;
|
|
783
|
-
customStyle: PropTypes.Requireable<
|
|
826
|
+
customStyle: PropTypes.Requireable<{
|
|
827
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
828
|
+
}>;
|
|
784
829
|
}> | PropTypes.InferProps<{
|
|
785
830
|
componentType: PropTypes.Requireable<string>;
|
|
786
831
|
disabled: PropTypes.Requireable<boolean>;
|
|
@@ -792,6 +837,23 @@ declare const propTypes: {
|
|
|
792
837
|
label: PropTypes.Validator<string>;
|
|
793
838
|
onClick: PropTypes.Validator<(...args: any[]) => any>;
|
|
794
839
|
type: PropTypes.Requireable<string>;
|
|
840
|
+
buttonLinkType: PropTypes.Requireable<string>;
|
|
841
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
842
|
+
position: PropTypes.Validator<string>;
|
|
843
|
+
type: PropTypes.Requireable<string>;
|
|
844
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
845
|
+
name: PropTypes.Validator<string>;
|
|
846
|
+
color: PropTypes.Requireable<string>;
|
|
847
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
848
|
+
size: PropTypes.Requireable<number>;
|
|
849
|
+
customStyle: PropTypes.Requireable<{
|
|
850
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
851
|
+
}>;
|
|
852
|
+
}>>;
|
|
853
|
+
}>>;
|
|
854
|
+
customStyle: PropTypes.Requireable<{
|
|
855
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
856
|
+
}>;
|
|
795
857
|
}> | null | undefined)[]>;
|
|
796
858
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
797
859
|
menuButtonClassName: PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AAEtD,oBAAY,QAAQ,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE3C,oBAAY,cAAc,GAAG;IAC3B,QAAQ,EAAE,QAAQ,CAAC;IACnB,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AAEtD,oBAAY,QAAQ,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE3C,oBAAY,cAAc,GAAG;IAC3B,QAAQ,EAAE,QAAQ,CAAC;IACnB,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGd,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -15,8 +15,17 @@ declare const BrandCreate: {
|
|
|
15
15
|
'data-name': PropTypes.Requireable<string>;
|
|
16
16
|
'data-testid': PropTypes.Requireable<string>;
|
|
17
17
|
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
18
|
-
position: PropTypes.
|
|
18
|
+
position: PropTypes.Validator<string>;
|
|
19
19
|
type: PropTypes.Requireable<string>;
|
|
20
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
21
|
+
name: PropTypes.Validator<string>;
|
|
22
|
+
color: PropTypes.Requireable<string>;
|
|
23
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
24
|
+
size: PropTypes.Requireable<number>;
|
|
25
|
+
customStyle: PropTypes.Requireable<{
|
|
26
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
27
|
+
}>;
|
|
28
|
+
}>>;
|
|
20
29
|
}>>;
|
|
21
30
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
22
31
|
link: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -28,7 +37,9 @@ declare const BrandCreate: {
|
|
|
28
37
|
hoverColor: PropTypes.Requireable<string>;
|
|
29
38
|
disabled: PropTypes.Requireable<boolean>;
|
|
30
39
|
className: PropTypes.Requireable<string>;
|
|
31
|
-
customStyle: PropTypes.Requireable<
|
|
40
|
+
customStyle: PropTypes.Requireable<{
|
|
41
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
42
|
+
}>;
|
|
32
43
|
}>>;
|
|
33
44
|
logOut: PropTypes.Requireable<PropTypes.InferProps<{
|
|
34
45
|
type: PropTypes.Requireable<string>;
|
|
@@ -41,8 +52,17 @@ declare const BrandCreate: {
|
|
|
41
52
|
'data-name': PropTypes.Requireable<string>;
|
|
42
53
|
'data-testid': PropTypes.Requireable<string>;
|
|
43
54
|
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
44
|
-
position: PropTypes.
|
|
55
|
+
position: PropTypes.Validator<string>;
|
|
45
56
|
type: PropTypes.Requireable<string>;
|
|
57
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
58
|
+
name: PropTypes.Validator<string>;
|
|
59
|
+
color: PropTypes.Requireable<string>;
|
|
60
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
61
|
+
size: PropTypes.Requireable<number>;
|
|
62
|
+
customStyle: PropTypes.Requireable<{
|
|
63
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
64
|
+
}>;
|
|
65
|
+
}>>;
|
|
46
66
|
}>>;
|
|
47
67
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
48
68
|
link: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -54,7 +74,9 @@ declare const BrandCreate: {
|
|
|
54
74
|
hoverColor: PropTypes.Requireable<string>;
|
|
55
75
|
disabled: PropTypes.Requireable<boolean>;
|
|
56
76
|
className: PropTypes.Requireable<string>;
|
|
57
|
-
customStyle: PropTypes.Requireable<
|
|
77
|
+
customStyle: PropTypes.Requireable<{
|
|
78
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
79
|
+
}>;
|
|
58
80
|
}>>;
|
|
59
81
|
globalAnalytics: PropTypes.Requireable<PropTypes.InferProps<{
|
|
60
82
|
type: PropTypes.Requireable<string>;
|
|
@@ -67,8 +89,17 @@ declare const BrandCreate: {
|
|
|
67
89
|
'data-name': PropTypes.Requireable<string>;
|
|
68
90
|
'data-testid': PropTypes.Requireable<string>;
|
|
69
91
|
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
70
|
-
position: PropTypes.
|
|
92
|
+
position: PropTypes.Validator<string>;
|
|
71
93
|
type: PropTypes.Requireable<string>;
|
|
94
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
95
|
+
name: PropTypes.Validator<string>;
|
|
96
|
+
color: PropTypes.Requireable<string>;
|
|
97
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
98
|
+
size: PropTypes.Requireable<number>;
|
|
99
|
+
customStyle: PropTypes.Requireable<{
|
|
100
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
101
|
+
}>;
|
|
102
|
+
}>>;
|
|
72
103
|
}>>;
|
|
73
104
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
74
105
|
link: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -80,7 +111,9 @@ declare const BrandCreate: {
|
|
|
80
111
|
hoverColor: PropTypes.Requireable<string>;
|
|
81
112
|
disabled: PropTypes.Requireable<boolean>;
|
|
82
113
|
className: PropTypes.Requireable<string>;
|
|
83
|
-
customStyle: PropTypes.Requireable<
|
|
114
|
+
customStyle: PropTypes.Requireable<{
|
|
115
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
116
|
+
}>;
|
|
84
117
|
}>>;
|
|
85
118
|
platformList: PropTypes.Requireable<PropTypes.InferProps<{
|
|
86
119
|
type: PropTypes.Requireable<string>;
|
|
@@ -93,8 +126,17 @@ declare const BrandCreate: {
|
|
|
93
126
|
'data-name': PropTypes.Requireable<string>;
|
|
94
127
|
'data-testid': PropTypes.Requireable<string>;
|
|
95
128
|
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
96
|
-
position: PropTypes.
|
|
129
|
+
position: PropTypes.Validator<string>;
|
|
97
130
|
type: PropTypes.Requireable<string>;
|
|
131
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
132
|
+
name: PropTypes.Validator<string>;
|
|
133
|
+
color: PropTypes.Requireable<string>;
|
|
134
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
135
|
+
size: PropTypes.Requireable<number>;
|
|
136
|
+
customStyle: PropTypes.Requireable<{
|
|
137
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
138
|
+
}>;
|
|
139
|
+
}>>;
|
|
98
140
|
}>>;
|
|
99
141
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
100
142
|
link: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -106,7 +148,9 @@ declare const BrandCreate: {
|
|
|
106
148
|
hoverColor: PropTypes.Requireable<string>;
|
|
107
149
|
disabled: PropTypes.Requireable<boolean>;
|
|
108
150
|
className: PropTypes.Requireable<string>;
|
|
109
|
-
customStyle: PropTypes.Requireable<
|
|
151
|
+
customStyle: PropTypes.Requireable<{
|
|
152
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
153
|
+
}>;
|
|
110
154
|
}>>;
|
|
111
155
|
}>>;
|
|
112
156
|
platformName: PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/back-office/brand-create/index.js"],"names":[],"mappings":";AAOA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/back-office/brand-create/index.js"],"names":[],"mappings":";AAOA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBG"}
|
|
@@ -15,8 +15,17 @@ declare const BrandList: {
|
|
|
15
15
|
'data-name': PropTypes.Requireable<string>;
|
|
16
16
|
'data-testid': PropTypes.Requireable<string>;
|
|
17
17
|
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
18
|
-
position: PropTypes.
|
|
18
|
+
position: PropTypes.Validator<string>;
|
|
19
19
|
type: PropTypes.Requireable<string>;
|
|
20
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
21
|
+
name: PropTypes.Validator<string>;
|
|
22
|
+
color: PropTypes.Requireable<string>;
|
|
23
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
24
|
+
size: PropTypes.Requireable<number>;
|
|
25
|
+
customStyle: PropTypes.Requireable<{
|
|
26
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
27
|
+
}>;
|
|
28
|
+
}>>;
|
|
20
29
|
}>>;
|
|
21
30
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
22
31
|
link: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -28,7 +37,9 @@ declare const BrandList: {
|
|
|
28
37
|
hoverColor: PropTypes.Requireable<string>;
|
|
29
38
|
disabled: PropTypes.Requireable<boolean>;
|
|
30
39
|
className: PropTypes.Requireable<string>;
|
|
31
|
-
customStyle: PropTypes.Requireable<
|
|
40
|
+
customStyle: PropTypes.Requireable<{
|
|
41
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
42
|
+
}>;
|
|
32
43
|
}>>;
|
|
33
44
|
logOut: PropTypes.Requireable<PropTypes.InferProps<{
|
|
34
45
|
type: PropTypes.Requireable<string>;
|
|
@@ -41,8 +52,17 @@ declare const BrandList: {
|
|
|
41
52
|
'data-name': PropTypes.Requireable<string>;
|
|
42
53
|
'data-testid': PropTypes.Requireable<string>;
|
|
43
54
|
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
44
|
-
position: PropTypes.
|
|
55
|
+
position: PropTypes.Validator<string>;
|
|
45
56
|
type: PropTypes.Requireable<string>;
|
|
57
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
58
|
+
name: PropTypes.Validator<string>;
|
|
59
|
+
color: PropTypes.Requireable<string>;
|
|
60
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
61
|
+
size: PropTypes.Requireable<number>;
|
|
62
|
+
customStyle: PropTypes.Requireable<{
|
|
63
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
64
|
+
}>;
|
|
65
|
+
}>>;
|
|
46
66
|
}>>;
|
|
47
67
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
48
68
|
link: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -54,7 +74,9 @@ declare const BrandList: {
|
|
|
54
74
|
hoverColor: PropTypes.Requireable<string>;
|
|
55
75
|
disabled: PropTypes.Requireable<boolean>;
|
|
56
76
|
className: PropTypes.Requireable<string>;
|
|
57
|
-
customStyle: PropTypes.Requireable<
|
|
77
|
+
customStyle: PropTypes.Requireable<{
|
|
78
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
79
|
+
}>;
|
|
58
80
|
}>>;
|
|
59
81
|
globalAnalytics: PropTypes.Requireable<PropTypes.InferProps<{
|
|
60
82
|
type: PropTypes.Requireable<string>;
|
|
@@ -67,8 +89,17 @@ declare const BrandList: {
|
|
|
67
89
|
'data-name': PropTypes.Requireable<string>;
|
|
68
90
|
'data-testid': PropTypes.Requireable<string>;
|
|
69
91
|
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
70
|
-
position: PropTypes.
|
|
92
|
+
position: PropTypes.Validator<string>;
|
|
71
93
|
type: PropTypes.Requireable<string>;
|
|
94
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
95
|
+
name: PropTypes.Validator<string>;
|
|
96
|
+
color: PropTypes.Requireable<string>;
|
|
97
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
98
|
+
size: PropTypes.Requireable<number>;
|
|
99
|
+
customStyle: PropTypes.Requireable<{
|
|
100
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
101
|
+
}>;
|
|
102
|
+
}>>;
|
|
72
103
|
}>>;
|
|
73
104
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
74
105
|
link: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -80,7 +111,9 @@ declare const BrandList: {
|
|
|
80
111
|
hoverColor: PropTypes.Requireable<string>;
|
|
81
112
|
disabled: PropTypes.Requireable<boolean>;
|
|
82
113
|
className: PropTypes.Requireable<string>;
|
|
83
|
-
customStyle: PropTypes.Requireable<
|
|
114
|
+
customStyle: PropTypes.Requireable<{
|
|
115
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
116
|
+
}>;
|
|
84
117
|
}>>;
|
|
85
118
|
platformList: PropTypes.Requireable<PropTypes.InferProps<{
|
|
86
119
|
type: PropTypes.Requireable<string>;
|
|
@@ -93,8 +126,17 @@ declare const BrandList: {
|
|
|
93
126
|
'data-name': PropTypes.Requireable<string>;
|
|
94
127
|
'data-testid': PropTypes.Requireable<string>;
|
|
95
128
|
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
96
|
-
position: PropTypes.
|
|
129
|
+
position: PropTypes.Validator<string>;
|
|
97
130
|
type: PropTypes.Requireable<string>;
|
|
131
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
132
|
+
name: PropTypes.Validator<string>;
|
|
133
|
+
color: PropTypes.Requireable<string>;
|
|
134
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
135
|
+
size: PropTypes.Requireable<number>;
|
|
136
|
+
customStyle: PropTypes.Requireable<{
|
|
137
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
138
|
+
}>;
|
|
139
|
+
}>>;
|
|
98
140
|
}>>;
|
|
99
141
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
100
142
|
link: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -106,7 +148,9 @@ declare const BrandList: {
|
|
|
106
148
|
hoverColor: PropTypes.Requireable<string>;
|
|
107
149
|
disabled: PropTypes.Requireable<boolean>;
|
|
108
150
|
className: PropTypes.Requireable<string>;
|
|
109
|
-
customStyle: PropTypes.Requireable<
|
|
151
|
+
customStyle: PropTypes.Requireable<{
|
|
152
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
153
|
+
}>;
|
|
110
154
|
}>>;
|
|
111
155
|
}>>;
|
|
112
156
|
platformName: PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/back-office/brand-list/index.js"],"names":[],"mappings":";AAYA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/back-office/brand-list/index.js"],"names":[],"mappings":";AAYA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+CG"}
|