@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
|
@@ -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"}
|