@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
|
@@ -12,6 +12,23 @@ declare const BulletPointMenuButton: {
|
|
|
12
12
|
label: import("prop-types").Validator<string>;
|
|
13
13
|
onClick: import("prop-types").Validator<(...args: any[]) => any>;
|
|
14
14
|
type: import("prop-types").Requireable<string>;
|
|
15
|
+
buttonLinkType: import("prop-types").Requireable<string>;
|
|
16
|
+
icon: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
17
|
+
position: import("prop-types").Validator<string>;
|
|
18
|
+
type: import("prop-types").Requireable<string>;
|
|
19
|
+
faIcon: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
20
|
+
name: import("prop-types").Validator<string>;
|
|
21
|
+
color: import("prop-types").Requireable<string>;
|
|
22
|
+
backgroundColor: import("prop-types").Requireable<string>;
|
|
23
|
+
size: import("prop-types").Requireable<number>;
|
|
24
|
+
customStyle: import("prop-types").Requireable<{
|
|
25
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
26
|
+
}>;
|
|
27
|
+
}>>;
|
|
28
|
+
}>>;
|
|
29
|
+
customStyle: import("prop-types").Requireable<{
|
|
30
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
31
|
+
}>;
|
|
15
32
|
}> | null | undefined)[]>;
|
|
16
33
|
onClick: import("prop-types").Requireable<(...args: any[]) => any>;
|
|
17
34
|
menuButtonClassName: import("prop-types").Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/molecule/bullet-point-menu-button/index.tsx"],"names":[],"mappings":";AAKA,OAAkB,EAAC,0BAA0B,EAAC,MAAM,SAAS,CAAC;AAG9D,QAAA,MAAM,qBAAqB;YAAW,0BAA0B
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/molecule/bullet-point-menu-button/index.tsx"],"names":[],"mappings":";AAKA,OAAkB,EAAC,0BAA0B,EAAC,MAAM,SAAS,CAAC;AAG9D,QAAA,MAAM,qBAAqB;YAAW,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2D/D,CAAC;AAIF,eAAe,qBAAqB,CAAC"}
|
|
@@ -13,38 +13,39 @@
|
|
|
13
13
|
.bulletPointWrapper > button {
|
|
14
14
|
position: relative;
|
|
15
15
|
cursor: pointer;
|
|
16
|
-
|
|
16
|
+
}
|
|
17
17
|
|
|
18
18
|
.bulletPointMenu {
|
|
19
|
-
min-width: 80px;
|
|
20
|
-
/* positioning */
|
|
21
19
|
position: absolute;
|
|
22
|
-
|
|
23
|
-
bottom: 54px;
|
|
20
|
+
top: 48px;
|
|
24
21
|
right: 0px;
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
22
|
+
display: flex;
|
|
23
|
+
flex-direction: column;
|
|
24
|
+
align-self: flex-end;
|
|
25
|
+
padding: 12px;
|
|
26
|
+
min-width: 80px;
|
|
27
|
+
max-height: 135px;
|
|
28
|
+
overflow-y: scroll;
|
|
29
|
+
background: #ffffff;
|
|
30
|
+
box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.07);
|
|
31
|
+
border-radius: 12px;
|
|
30
32
|
overflow: hidden;
|
|
31
|
-
background-color:
|
|
33
|
+
transition: visibility 0.5s ease, opacity 0.5s ease; background-color: #ffffff;
|
|
32
34
|
visibility: hidden;
|
|
33
|
-
opacity:0;
|
|
34
|
-
transition:visibility 0.5s ease,opacity 0.5s ease;
|
|
35
|
+
opacity: 0;
|
|
35
36
|
}
|
|
36
37
|
|
|
37
38
|
.visible {
|
|
38
39
|
/* fade in combo */
|
|
39
40
|
max-height: max-content;
|
|
40
41
|
visibility: visible;
|
|
41
|
-
opacity:1;
|
|
42
|
+
opacity: 1;
|
|
42
43
|
}
|
|
43
44
|
|
|
44
45
|
/*
|
|
45
46
|
bulk theme
|
|
46
47
|
*/
|
|
47
|
-
.bulkBulletPointMenu{
|
|
48
|
+
.bulkBulletPointMenu {
|
|
48
49
|
min-width: 80px;
|
|
49
50
|
/* positioning */
|
|
50
51
|
position: absolute;
|
|
@@ -52,7 +53,9 @@
|
|
|
52
53
|
bottom: 54px;
|
|
53
54
|
right: 0px;
|
|
54
55
|
/* elevation shadow */
|
|
55
|
-
box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
|
|
56
|
+
box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
|
|
57
|
+
rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
|
|
58
|
+
rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
|
|
56
59
|
z-index: 1;
|
|
57
60
|
/* round corners */
|
|
58
61
|
border-radius: 7px;
|
|
@@ -10,6 +10,23 @@ declare const propTypes: {
|
|
|
10
10
|
label: PropTypes.Validator<string>;
|
|
11
11
|
onClick: PropTypes.Validator<(...args: any[]) => any>;
|
|
12
12
|
type: PropTypes.Requireable<string>;
|
|
13
|
+
buttonLinkType: PropTypes.Requireable<string>;
|
|
14
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
15
|
+
position: PropTypes.Validator<string>;
|
|
16
|
+
type: PropTypes.Requireable<string>;
|
|
17
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
18
|
+
name: PropTypes.Validator<string>;
|
|
19
|
+
color: PropTypes.Requireable<string>;
|
|
20
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
21
|
+
size: PropTypes.Requireable<number>;
|
|
22
|
+
customStyle: PropTypes.Requireable<{
|
|
23
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
24
|
+
}>;
|
|
25
|
+
}>>;
|
|
26
|
+
}>>;
|
|
27
|
+
customStyle: PropTypes.Requireable<{
|
|
28
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
29
|
+
}>;
|
|
13
30
|
}> | null | undefined)[]>;
|
|
14
31
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
15
32
|
menuButtonClassName: PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/molecule/bullet-point-menu-button/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,OAAO,EAAC,WAAW,EAAC,MAAM,8BAA8B,CAAC;AAEzD,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/molecule/bullet-point-menu-button/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,OAAO,EAAC,WAAW,EAAC,MAAM,8BAA8B,CAAC;AAEzD,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQd,CAAC;AAEF,eAAe,SAAS,CAAC;AAEzB,oBAAY,0BAA0B,GAAG;IACvC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,EAAE,WAAW,EAAE,CAAC;IACvB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,oBAAY,iCAAiC,GAAG;IAAC,KAAK,EAAE,0BAA0B,CAAA;CAAC,CAAC"}
|
|
@@ -34,7 +34,9 @@ declare const propTypes: {
|
|
|
34
34
|
'aria-label': PropTypes.Requireable<string>;
|
|
35
35
|
largeButton: PropTypes.Requireable<boolean>;
|
|
36
36
|
type: PropTypes.Requireable<string>;
|
|
37
|
-
customStyle: PropTypes.Requireable<
|
|
37
|
+
customStyle: PropTypes.Requireable<{
|
|
38
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
39
|
+
}>;
|
|
38
40
|
}>>;
|
|
39
41
|
secondButton: PropTypes.Requireable<PropTypes.InferProps<{
|
|
40
42
|
label: PropTypes.Requireable<string>;
|
|
@@ -42,7 +44,9 @@ declare const propTypes: {
|
|
|
42
44
|
type: PropTypes.Requireable<string>;
|
|
43
45
|
'aria-label': PropTypes.Requireable<string>;
|
|
44
46
|
largeButton: PropTypes.Requireable<boolean>;
|
|
45
|
-
customStyle: PropTypes.Requireable<
|
|
47
|
+
customStyle: PropTypes.Requireable<{
|
|
48
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
49
|
+
}>;
|
|
46
50
|
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
47
51
|
position: PropTypes.Requireable<string>;
|
|
48
52
|
type: PropTypes.Requireable<string>;
|
|
@@ -54,7 +58,9 @@ declare const propTypes: {
|
|
|
54
58
|
type: PropTypes.Requireable<string>;
|
|
55
59
|
'aria-label': PropTypes.Requireable<string>;
|
|
56
60
|
largeButton: PropTypes.Requireable<boolean>;
|
|
57
|
-
customStyle: PropTypes.Requireable<
|
|
61
|
+
customStyle: PropTypes.Requireable<{
|
|
62
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
63
|
+
}>;
|
|
58
64
|
}>>;
|
|
59
65
|
onClose: PropTypes.Requireable<(...args: any[]) => any>;
|
|
60
66
|
icon: PropTypes.Requireable<string>;
|
|
@@ -101,8 +107,17 @@ declare const propTypes: {
|
|
|
101
107
|
'data-name': PropTypes.Requireable<string>;
|
|
102
108
|
'data-testid': PropTypes.Requireable<string>;
|
|
103
109
|
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
104
|
-
position: PropTypes.
|
|
110
|
+
position: PropTypes.Validator<string>;
|
|
105
111
|
type: PropTypes.Requireable<string>;
|
|
112
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
113
|
+
name: PropTypes.Validator<string>;
|
|
114
|
+
color: PropTypes.Requireable<string>;
|
|
115
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
116
|
+
size: PropTypes.Requireable<number>;
|
|
117
|
+
customStyle: PropTypes.Requireable<{
|
|
118
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
119
|
+
}>;
|
|
120
|
+
}>>;
|
|
106
121
|
}>>;
|
|
107
122
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
108
123
|
link: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -114,7 +129,9 @@ declare const propTypes: {
|
|
|
114
129
|
hoverColor: PropTypes.Requireable<string>;
|
|
115
130
|
disabled: PropTypes.Requireable<boolean>;
|
|
116
131
|
className: PropTypes.Requireable<string>;
|
|
117
|
-
customStyle: PropTypes.Requireable<
|
|
132
|
+
customStyle: PropTypes.Requireable<{
|
|
133
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
134
|
+
}>;
|
|
118
135
|
}>>;
|
|
119
136
|
selectMultiple: PropTypes.Requireable<PropTypes.InferProps<{
|
|
120
137
|
title: PropTypes.Requireable<string>;
|
|
@@ -232,6 +249,23 @@ declare const propTypes: {
|
|
|
232
249
|
label: PropTypes.Validator<string>;
|
|
233
250
|
onClick: PropTypes.Validator<(...args: any[]) => any>;
|
|
234
251
|
type: PropTypes.Requireable<string>;
|
|
252
|
+
buttonLinkType: PropTypes.Requireable<string>;
|
|
253
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
254
|
+
position: PropTypes.Validator<string>;
|
|
255
|
+
type: PropTypes.Requireable<string>;
|
|
256
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
257
|
+
name: PropTypes.Validator<string>;
|
|
258
|
+
color: PropTypes.Requireable<string>;
|
|
259
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
260
|
+
size: PropTypes.Requireable<number>;
|
|
261
|
+
customStyle: PropTypes.Requireable<{
|
|
262
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
263
|
+
}>;
|
|
264
|
+
}>>;
|
|
265
|
+
}>>;
|
|
266
|
+
customStyle: PropTypes.Requireable<{
|
|
267
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
268
|
+
}>;
|
|
235
269
|
}> | null | undefined)[]>;
|
|
236
270
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
237
271
|
menuButtonClassName: PropTypes.Requireable<string>;
|
|
@@ -254,8 +288,17 @@ declare const propTypes: {
|
|
|
254
288
|
'data-name': PropTypes.Requireable<string>;
|
|
255
289
|
'data-testid': PropTypes.Requireable<string>;
|
|
256
290
|
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
257
|
-
position: PropTypes.
|
|
291
|
+
position: PropTypes.Validator<string>;
|
|
258
292
|
type: PropTypes.Requireable<string>;
|
|
293
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
294
|
+
name: PropTypes.Validator<string>;
|
|
295
|
+
color: PropTypes.Requireable<string>;
|
|
296
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
297
|
+
size: PropTypes.Requireable<number>;
|
|
298
|
+
customStyle: PropTypes.Requireable<{
|
|
299
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
300
|
+
}>;
|
|
301
|
+
}>>;
|
|
259
302
|
}>>;
|
|
260
303
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
261
304
|
link: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -267,7 +310,9 @@ declare const propTypes: {
|
|
|
267
310
|
hoverColor: PropTypes.Requireable<string>;
|
|
268
311
|
disabled: PropTypes.Requireable<boolean>;
|
|
269
312
|
className: PropTypes.Requireable<string>;
|
|
270
|
-
customStyle: PropTypes.Requireable<
|
|
313
|
+
customStyle: PropTypes.Requireable<{
|
|
314
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
315
|
+
}>;
|
|
271
316
|
}> | PropTypes.InferProps<{
|
|
272
317
|
componentType: PropTypes.Requireable<string>;
|
|
273
318
|
disabled: PropTypes.Requireable<boolean>;
|
|
@@ -279,6 +324,23 @@ declare const propTypes: {
|
|
|
279
324
|
label: PropTypes.Validator<string>;
|
|
280
325
|
onClick: PropTypes.Validator<(...args: any[]) => any>;
|
|
281
326
|
type: PropTypes.Requireable<string>;
|
|
327
|
+
buttonLinkType: PropTypes.Requireable<string>;
|
|
328
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
329
|
+
position: PropTypes.Validator<string>;
|
|
330
|
+
type: PropTypes.Requireable<string>;
|
|
331
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
332
|
+
name: PropTypes.Validator<string>;
|
|
333
|
+
color: PropTypes.Requireable<string>;
|
|
334
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
335
|
+
size: PropTypes.Requireable<number>;
|
|
336
|
+
customStyle: PropTypes.Requireable<{
|
|
337
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
338
|
+
}>;
|
|
339
|
+
}>>;
|
|
340
|
+
}>>;
|
|
341
|
+
customStyle: PropTypes.Requireable<{
|
|
342
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
343
|
+
}>;
|
|
282
344
|
}> | null | undefined)[]>;
|
|
283
345
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
284
346
|
menuButtonClassName: PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/molecule/cm-popin/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAKnC,OAAO,IAAI,MAAM,iBAAiB,CAAC;AACnC,OAAO,EAAC,UAAU,EAAC,MAAM,wBAAwB,CAAC;AAClD,OAAO,SAAS,MAAM,2BAA2B,CAAC;AAClD,OAAO,SAAS,MAAM,2BAA2B,CAAC;AAGlD,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/molecule/cm-popin/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAKnC,OAAO,IAAI,MAAM,iBAAiB,CAAC;AACnC,OAAO,EAAC,UAAU,EAAC,MAAM,wBAAwB,CAAC;AAClD,OAAO,SAAS,MAAM,2BAA2B,CAAC;AAClD,OAAO,SAAS,MAAM,2BAA2B,CAAC;AAGlD,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoDd,CAAC;AAEF,aAAK,gBAAgB,GAAG;IACtB,KAAK,EAAE,UAAU,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,oBAAY,eAAe,GAAG;IAC5B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE;QACZ,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,aAAa,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,oBAAY,YAAY,GAAG;IACzB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,OAAO,GAAG,aAAa,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAC;IAC5D,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,WAAW,CAAC,EAAE,gBAAgB,CAAC;IAC/B,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,eAAe,CAAC;IAC9B,YAAY,CAAC,EAAE,eAAe,CAAC;IAC/B,KAAK,CAAC,EAAE;QACN,IAAI,EAAE,SAAS,GAAG,MAAM,CAAC;QACzB,IAAI,EACA,SAAS,CAAC,UAAU,CAAC,OAAO,SAAS,CAAC,SAAS,CAAC,GAChD,SAAS,CAAC,UAAU,CAAC,OAAO,SAAS,CAAC,SAAS,CAAC,CAAC;KACtD,CAAC;IACF,IAAI,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC;CACpD,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -51,6 +51,23 @@ declare const ActionableExpandableTable: {
|
|
|
51
51
|
label: import("prop-types").Validator<string>;
|
|
52
52
|
onClick: import("prop-types").Validator<(...args: any[]) => any>;
|
|
53
53
|
type: import("prop-types").Requireable<string>;
|
|
54
|
+
buttonLinkType: import("prop-types").Requireable<string>;
|
|
55
|
+
icon: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
56
|
+
position: import("prop-types").Validator<string>;
|
|
57
|
+
type: import("prop-types").Requireable<string>;
|
|
58
|
+
faIcon: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
59
|
+
name: import("prop-types").Validator<string>;
|
|
60
|
+
color: import("prop-types").Requireable<string>;
|
|
61
|
+
backgroundColor: import("prop-types").Requireable<string>;
|
|
62
|
+
size: import("prop-types").Requireable<number>;
|
|
63
|
+
customStyle: import("prop-types").Requireable<{
|
|
64
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
65
|
+
}>;
|
|
66
|
+
}>>;
|
|
67
|
+
}>>;
|
|
68
|
+
customStyle: import("prop-types").Requireable<{
|
|
69
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
70
|
+
}>;
|
|
54
71
|
}> | null | undefined)[]>;
|
|
55
72
|
onClick: import("prop-types").Requireable<(...args: any[]) => any>;
|
|
56
73
|
menuButtonClassName: import("prop-types").Requireable<string>;
|
|
@@ -73,8 +90,17 @@ declare const ActionableExpandableTable: {
|
|
|
73
90
|
'data-name': import("prop-types").Requireable<string>;
|
|
74
91
|
'data-testid': import("prop-types").Requireable<string>;
|
|
75
92
|
icon: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
76
|
-
position: import("prop-types").
|
|
93
|
+
position: import("prop-types").Validator<string>;
|
|
77
94
|
type: import("prop-types").Requireable<string>;
|
|
95
|
+
faIcon: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
96
|
+
name: import("prop-types").Validator<string>;
|
|
97
|
+
color: import("prop-types").Requireable<string>;
|
|
98
|
+
backgroundColor: import("prop-types").Requireable<string>;
|
|
99
|
+
size: import("prop-types").Requireable<number>;
|
|
100
|
+
customStyle: import("prop-types").Requireable<{
|
|
101
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
102
|
+
}>;
|
|
103
|
+
}>>;
|
|
78
104
|
}>>;
|
|
79
105
|
onClick: import("prop-types").Requireable<(...args: any[]) => any>;
|
|
80
106
|
link: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
@@ -86,7 +112,9 @@ declare const ActionableExpandableTable: {
|
|
|
86
112
|
hoverColor: import("prop-types").Requireable<string>;
|
|
87
113
|
disabled: import("prop-types").Requireable<boolean>;
|
|
88
114
|
className: import("prop-types").Requireable<string>;
|
|
89
|
-
customStyle: import("prop-types").Requireable<
|
|
115
|
+
customStyle: import("prop-types").Requireable<{
|
|
116
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
117
|
+
}>;
|
|
90
118
|
}> | import("prop-types").InferProps<{
|
|
91
119
|
componentType: import("prop-types").Requireable<string>;
|
|
92
120
|
disabled: import("prop-types").Requireable<boolean>;
|
|
@@ -98,6 +126,23 @@ declare const ActionableExpandableTable: {
|
|
|
98
126
|
label: import("prop-types").Validator<string>;
|
|
99
127
|
onClick: import("prop-types").Validator<(...args: any[]) => any>;
|
|
100
128
|
type: import("prop-types").Requireable<string>;
|
|
129
|
+
buttonLinkType: import("prop-types").Requireable<string>;
|
|
130
|
+
icon: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
131
|
+
position: import("prop-types").Validator<string>;
|
|
132
|
+
type: import("prop-types").Requireable<string>;
|
|
133
|
+
faIcon: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
134
|
+
name: import("prop-types").Validator<string>;
|
|
135
|
+
color: import("prop-types").Requireable<string>;
|
|
136
|
+
backgroundColor: import("prop-types").Requireable<string>;
|
|
137
|
+
size: import("prop-types").Requireable<number>;
|
|
138
|
+
customStyle: import("prop-types").Requireable<{
|
|
139
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
140
|
+
}>;
|
|
141
|
+
}>>;
|
|
142
|
+
}>>;
|
|
143
|
+
customStyle: import("prop-types").Requireable<{
|
|
144
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
145
|
+
}>;
|
|
101
146
|
}> | null | undefined)[]>;
|
|
102
147
|
onClick: import("prop-types").Requireable<(...args: any[]) => any>;
|
|
103
148
|
menuButtonClassName: import("prop-types").Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/molecule/expandible-actionable-table/index.tsx"],"names":[],"mappings":";AAMA,OAAO,EAAC,gBAAgB,EAAC,MAAM,iCAAiC,CAAC;AAOjE,OAAO,EAA2C,KAAK,EAAY,MAAM,SAAS,CAAC;AAqCnF,QAAA,MAAM,yBAAyB;YAAW,KAAK,iBAAiB,gBAAgB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/molecule/expandible-actionable-table/index.tsx"],"names":[],"mappings":";AAMA,OAAO,EAAC,gBAAgB,EAAC,MAAM,iCAAiC,CAAC;AAOjE,OAAO,EAA2C,KAAK,EAAY,MAAM,SAAS,CAAC;AAqCnF,QAAA,MAAM,yBAAyB;YAAW,KAAK,iBAAiB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoL/E,CAAC;AASF,eAAe,yBAAyB,CAAC"}
|
|
@@ -28,6 +28,23 @@ export declare const propTypes: {
|
|
|
28
28
|
label: PropTypes.Validator<string>;
|
|
29
29
|
onClick: PropTypes.Validator<(...args: any[]) => any>;
|
|
30
30
|
type: PropTypes.Requireable<string>;
|
|
31
|
+
buttonLinkType: PropTypes.Requireable<string>;
|
|
32
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
33
|
+
position: PropTypes.Validator<string>;
|
|
34
|
+
type: PropTypes.Requireable<string>;
|
|
35
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
36
|
+
name: PropTypes.Validator<string>;
|
|
37
|
+
color: PropTypes.Requireable<string>;
|
|
38
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
39
|
+
size: PropTypes.Requireable<number>;
|
|
40
|
+
customStyle: PropTypes.Requireable<{
|
|
41
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
42
|
+
}>;
|
|
43
|
+
}>>;
|
|
44
|
+
}>>;
|
|
45
|
+
customStyle: PropTypes.Requireable<{
|
|
46
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
47
|
+
}>;
|
|
31
48
|
}> | null | undefined)[]>;
|
|
32
49
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
33
50
|
menuButtonClassName: PropTypes.Requireable<string>;
|
|
@@ -50,8 +67,17 @@ export declare const propTypes: {
|
|
|
50
67
|
'data-name': PropTypes.Requireable<string>;
|
|
51
68
|
'data-testid': PropTypes.Requireable<string>;
|
|
52
69
|
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
53
|
-
position: PropTypes.
|
|
70
|
+
position: PropTypes.Validator<string>;
|
|
54
71
|
type: PropTypes.Requireable<string>;
|
|
72
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
73
|
+
name: PropTypes.Validator<string>;
|
|
74
|
+
color: PropTypes.Requireable<string>;
|
|
75
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
76
|
+
size: PropTypes.Requireable<number>;
|
|
77
|
+
customStyle: PropTypes.Requireable<{
|
|
78
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
79
|
+
}>;
|
|
80
|
+
}>>;
|
|
55
81
|
}>>;
|
|
56
82
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
57
83
|
link: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -63,7 +89,9 @@ export declare const propTypes: {
|
|
|
63
89
|
hoverColor: PropTypes.Requireable<string>;
|
|
64
90
|
disabled: PropTypes.Requireable<boolean>;
|
|
65
91
|
className: PropTypes.Requireable<string>;
|
|
66
|
-
customStyle: PropTypes.Requireable<
|
|
92
|
+
customStyle: PropTypes.Requireable<{
|
|
93
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
94
|
+
}>;
|
|
67
95
|
}> | PropTypes.InferProps<{
|
|
68
96
|
componentType: PropTypes.Requireable<string>;
|
|
69
97
|
disabled: PropTypes.Requireable<boolean>;
|
|
@@ -75,6 +103,23 @@ export declare const propTypes: {
|
|
|
75
103
|
label: PropTypes.Validator<string>;
|
|
76
104
|
onClick: PropTypes.Validator<(...args: any[]) => any>;
|
|
77
105
|
type: PropTypes.Requireable<string>;
|
|
106
|
+
buttonLinkType: PropTypes.Requireable<string>;
|
|
107
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
108
|
+
position: PropTypes.Validator<string>;
|
|
109
|
+
type: PropTypes.Requireable<string>;
|
|
110
|
+
faIcon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
111
|
+
name: PropTypes.Validator<string>;
|
|
112
|
+
color: PropTypes.Requireable<string>;
|
|
113
|
+
backgroundColor: PropTypes.Requireable<string>;
|
|
114
|
+
size: PropTypes.Requireable<number>;
|
|
115
|
+
customStyle: PropTypes.Requireable<{
|
|
116
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
117
|
+
}>;
|
|
118
|
+
}>>;
|
|
119
|
+
}>>;
|
|
120
|
+
customStyle: PropTypes.Requireable<{
|
|
121
|
+
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
122
|
+
}>;
|
|
78
123
|
}> | null | undefined)[]>;
|
|
79
124
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
80
125
|
menuButtonClassName: PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/molecule/expandible-actionable-table/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAInC,OAAO,EAAC,0BAA0B,EAAC,MAAM,mCAAmC,CAAC;AAC7E,OAAO,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAC,KAAK,IAAI,gBAAgB,EAAC,MAAM,uBAAuB,CAAC;AAChE,OAAO,EAAC,KAAK,IAAI,oBAAoB,EAAC,MAAM,4BAA4B,CAAC;AA0BzE,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/molecule/expandible-actionable-table/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAInC,OAAO,EAAC,0BAA0B,EAAC,MAAM,mCAAmC,CAAC;AAC7E,OAAO,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAC,KAAK,IAAI,gBAAgB,EAAC,MAAM,uBAAuB,CAAC;AAChE,OAAO,EAAC,KAAK,IAAI,oBAAoB,EAAC,MAAM,4BAA4B,CAAC;AA0BzE,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoBrB,CAAC;AAEF,oBAAY,KAAK,GACb,MAAM,GACN,CAAC,eAAe,GAAG;IACjB,aAAa,EAAE,QAAQ,CAAC;CACzB,CAAC,GACF,CAAC,oBAAoB,GAAG;IACtB,aAAa,EAAE,cAAc,CAAC;CAC/B,CAAC,CAAC;AAEP,oBAAY,SAAS,GACjB,CAAC,eAAe,GAAG;IACjB,aAAa,EAAE,aAAa,CAAC;CAC9B,CAAC,GACF,CAAC,0BAA0B,GAAG;IAC5B,aAAa,EAAE,MAAM,CAAC;CACvB,CAAC,CAAC;AAEP,oBAAY,SAAS,GACjB,CAAC,gBAAgB,GAAG;IAClB,aAAa,EAAE,cAAc,CAAC;CAC/B,CAAC,GACF,CAAC,KAAK,GAAG;IACP,aAAa,EAAE,yBAAyB,CAAC;CAC1C,CAAC,CAAC;AAEP,oBAAY,MAAM,GAAG;IAAC,KAAK,EAAE,MAAM,CAAA;CAAC,CAAC;AACrC,oBAAY,GAAG,GAAG;IAChB,MAAM,EAAE,KAAK,EAAE,CAAC;IAEhB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AACF,oBAAY,OAAO,GAAG,MAAM,EAAE,CAAC;AAC/B,oBAAY,IAAI,GAAG,GAAG,EAAE,CAAC;AAEzB,oBAAY,KAAK,GAAG;IAClB,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,WAAW,CAAC,EAAE,GAAG,MAAM,GAAG,IAAI,GAAG,GAAG,EAAE,CAAC;IACvC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,uBAAuB,CAAC,EAAE,MAAM,CAAC;CAClC,CAAC;AAEF,oBAAY,WAAW,GAAG;IAAC,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAC,CAAC"}
|
|
@@ -135,7 +135,7 @@ class Filters extends React.Component {
|
|
|
135
135
|
filterGroupAriaLabel: filterGroupAriaLabel
|
|
136
136
|
}), /*#__PURE__*/React.createElement("div", {
|
|
137
137
|
"data-name": "cta",
|
|
138
|
-
className: style.
|
|
138
|
+
className: style.ctaFilter,
|
|
139
139
|
style: {
|
|
140
140
|
backgroundColor: defaultColor
|
|
141
141
|
},
|
|
@@ -145,7 +145,7 @@ class Filters extends React.Component {
|
|
|
145
145
|
className: sortingActive ? style.activeSorting : style.sorting
|
|
146
146
|
}, sortView, /*#__PURE__*/React.createElement("div", {
|
|
147
147
|
"data-name": "cta",
|
|
148
|
-
className: style.
|
|
148
|
+
className: style.ctaFilter,
|
|
149
149
|
style: {
|
|
150
150
|
backgroundColor: defaultColor
|
|
151
151
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["React","PropTypes","NovaCompositionNavigationArrowDown","ArrowDown","Select","Provider","style","FiltersWrapper","Filters","Component","contextTypes","skin","childContextTypes","constructor","props","state","filter","openFilters","sorted","openSorts","handleOpenFilter","bind","handleOpenSort","handleSearch","onToggleFilters","newValue","setState","onToggleSorts","onSearch","render","sorting","filterCTALabel","filterTabLabel","sortCTALabel","sortTabLabel","filters","moreFilterAriaLabel","moreSortAriaLabel","filterGroupAriaLabel","sortAriaLabel","context","defaultColor","_get","darkColor","filtersActive","sortingActive","sortView","undefined","createElement","className","select","_extends","search","activeDefault","defaultStyle","title","onClick","arrow","color","height","activeWrapperSortBy","wrapperSortBy","activeWrapperFilters","wrapperFilters","wrapper","CTAfilter","backgroundColor","activeSorting","propTypes","process","env","NODE_ENV","string","bool","shape","func"],"sources":["../../../src/molecule/filters/index.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport {get} from 'lodash/fp';\nimport {NovaCompositionNavigationArrowDown as ArrowDown} from '@coorpacademy/nova-icons';\nimport Select from '../../atom/select';\nimport Provider from '../../atom/provider';\nimport style from './style.css';\nimport FiltersWrapper from './filters-wrapper';\n\nclass Filters extends React.Component {\n static propTypes = {\n filterCTALabel: PropTypes.string,\n filterTabLabel: PropTypes.string,\n sortCTALabel: PropTypes.string,\n sortTabLabel: PropTypes.string,\n openFilters: PropTypes.bool,\n openSorts: PropTypes.bool,\n filters: FiltersWrapper.propTypes.filters,\n sorting: PropTypes.shape(Select.propTypes),\n onSearch: PropTypes.func,\n onToggleFilters: PropTypes.func,\n onToggleSorts: PropTypes.func,\n moreSortAriaLabel: PropTypes.string,\n moreFilterAriaLabel: PropTypes.string,\n filterGroupAriaLabel: PropTypes.string,\n sortAriaLabel: PropTypes.string\n };\n\n static contextTypes = {\n skin: Provider.childContextTypes.skin\n };\n\n constructor(props) {\n super(props);\n this.state = {\n filter: !!props.openFilters,\n sorted: !!props.openSorts\n };\n this.handleOpenFilter = this.handleOpenFilter.bind(this);\n this.handleOpenSort = this.handleOpenSort.bind(this);\n this.handleSearch = this.handleSearch.bind(this);\n }\n\n handleOpenFilter() {\n const {filter} = this.state;\n const {onToggleFilters} = this.props;\n\n const newValue = !filter;\n\n this.setState({\n filter: newValue,\n sorted: false\n });\n\n if (onToggleFilters) {\n onToggleFilters(newValue);\n }\n }\n\n handleOpenSort() {\n const {sorted} = this.state;\n const {onToggleSorts} = this.props;\n\n const newValue = !sorted;\n\n this.setState({\n sorted: newValue,\n filter: false\n });\n\n if (onToggleSorts) onToggleSorts(newValue);\n }\n\n handleSearch() {\n const {onSearch} = this.props;\n this.setState({\n sorted: false,\n filter: false\n });\n if (onSearch) onSearch();\n }\n\n render() {\n const {\n sorting,\n filterCTALabel,\n filterTabLabel,\n sortCTALabel,\n sortTabLabel,\n filters,\n moreFilterAriaLabel,\n moreSortAriaLabel,\n filterGroupAriaLabel,\n sortAriaLabel\n } = this.props;\n const {filter, sorted} = this.state;\n const {skin} = this.context;\n\n const defaultColor = get('common.primary', skin);\n const darkColor = get('common.dark', skin);\n const filtersActive = filter === true;\n const sortingActive = sorted === true;\n\n const sortView =\n sorting !== undefined ? (\n <div data-name=\"choice\" className={style.select}>\n <Select {...sorting} aria-label={sortAriaLabel} />\n </div>\n ) : null;\n\n return (\n <div data-name=\"search\" className={style.search}>\n <div\n data-name=\"filter\"\n data-open={filtersActive}\n className={filtersActive ? style.activeDefault : style.defaultStyle}\n >\n <div className={style.title} data-name=\"filterButton\" onClick={this.handleOpenFilter}>\n {filterTabLabel}\n <div className={style.arrow}>\n <ArrowDown style={{color: darkColor}} height={14} aria-label={moreFilterAriaLabel} />\n </div>\n </div>\n </div>\n <div\n data-name=\"sortBy\"\n data-open={sortingActive}\n className={sortingActive ? style.activeWrapperSortBy : style.wrapperSortBy}\n >\n <div className={style.title} data-name=\"sortButton\" onClick={this.handleOpenSort}>\n {sortTabLabel}\n <div className={style.arrow}>\n <ArrowDown style={{color: darkColor}} height={14} aria-label={moreSortAriaLabel} />\n </div>\n </div>\n </div>\n <div\n data-name=\"filterWrapper\"\n className={filtersActive ? style.activeWrapperFilters : style.wrapperFilters}\n >\n <FiltersWrapper\n className={style.wrapper}\n filters={filters}\n filterGroupAriaLabel={filterGroupAriaLabel}\n />\n <div\n data-name=\"cta\"\n className={style.CTAfilter}\n style={{\n backgroundColor: defaultColor\n }}\n onClick={this.handleSearch}\n >\n {filterCTALabel}\n </div>\n </div>\n <div\n data-name=\"sortWrapper\"\n className={sortingActive ? style.activeSorting : style.sorting}\n >\n {sortView}\n <div\n data-name=\"cta\"\n className={style.CTAfilter}\n style={{\n backgroundColor: defaultColor\n }}\n onClick={this.handleSearch}\n >\n {sortCTALabel}\n </div>\n </div>\n </div>\n );\n }\n}\n\nexport default Filters;\n"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"file":"index.js","names":["React","PropTypes","NovaCompositionNavigationArrowDown","ArrowDown","Select","Provider","style","FiltersWrapper","Filters","Component","contextTypes","skin","childContextTypes","constructor","props","state","filter","openFilters","sorted","openSorts","handleOpenFilter","bind","handleOpenSort","handleSearch","onToggleFilters","newValue","setState","onToggleSorts","onSearch","render","sorting","filterCTALabel","filterTabLabel","sortCTALabel","sortTabLabel","filters","moreFilterAriaLabel","moreSortAriaLabel","filterGroupAriaLabel","sortAriaLabel","context","defaultColor","_get","darkColor","filtersActive","sortingActive","sortView","undefined","createElement","className","select","_extends","search","activeDefault","defaultStyle","title","onClick","arrow","color","height","activeWrapperSortBy","wrapperSortBy","activeWrapperFilters","wrapperFilters","wrapper","ctaFilter","backgroundColor","activeSorting","propTypes","process","env","NODE_ENV","string","bool","shape","func"],"sources":["../../../src/molecule/filters/index.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport {get} from 'lodash/fp';\nimport {NovaCompositionNavigationArrowDown as ArrowDown} from '@coorpacademy/nova-icons';\nimport Select from '../../atom/select';\nimport Provider from '../../atom/provider';\nimport style from './style.css';\nimport FiltersWrapper from './filters-wrapper';\n\nclass Filters extends React.Component {\n static propTypes = {\n filterCTALabel: PropTypes.string,\n filterTabLabel: PropTypes.string,\n sortCTALabel: PropTypes.string,\n sortTabLabel: PropTypes.string,\n openFilters: PropTypes.bool,\n openSorts: PropTypes.bool,\n filters: FiltersWrapper.propTypes.filters,\n sorting: PropTypes.shape(Select.propTypes),\n onSearch: PropTypes.func,\n onToggleFilters: PropTypes.func,\n onToggleSorts: PropTypes.func,\n moreSortAriaLabel: PropTypes.string,\n moreFilterAriaLabel: PropTypes.string,\n filterGroupAriaLabel: PropTypes.string,\n sortAriaLabel: PropTypes.string\n };\n\n static contextTypes = {\n skin: Provider.childContextTypes.skin\n };\n\n constructor(props) {\n super(props);\n this.state = {\n filter: !!props.openFilters,\n sorted: !!props.openSorts\n };\n this.handleOpenFilter = this.handleOpenFilter.bind(this);\n this.handleOpenSort = this.handleOpenSort.bind(this);\n this.handleSearch = this.handleSearch.bind(this);\n }\n\n handleOpenFilter() {\n const {filter} = this.state;\n const {onToggleFilters} = this.props;\n\n const newValue = !filter;\n\n this.setState({\n filter: newValue,\n sorted: false\n });\n\n if (onToggleFilters) {\n onToggleFilters(newValue);\n }\n }\n\n handleOpenSort() {\n const {sorted} = this.state;\n const {onToggleSorts} = this.props;\n\n const newValue = !sorted;\n\n this.setState({\n sorted: newValue,\n filter: false\n });\n\n if (onToggleSorts) onToggleSorts(newValue);\n }\n\n handleSearch() {\n const {onSearch} = this.props;\n this.setState({\n sorted: false,\n filter: false\n });\n if (onSearch) onSearch();\n }\n\n render() {\n const {\n sorting,\n filterCTALabel,\n filterTabLabel,\n sortCTALabel,\n sortTabLabel,\n filters,\n moreFilterAriaLabel,\n moreSortAriaLabel,\n filterGroupAriaLabel,\n sortAriaLabel\n } = this.props;\n const {filter, sorted} = this.state;\n const {skin} = this.context;\n\n const defaultColor = get('common.primary', skin);\n const darkColor = get('common.dark', skin);\n const filtersActive = filter === true;\n const sortingActive = sorted === true;\n\n const sortView =\n sorting !== undefined ? (\n <div data-name=\"choice\" className={style.select}>\n <Select {...sorting} aria-label={sortAriaLabel} />\n </div>\n ) : null;\n\n return (\n <div data-name=\"search\" className={style.search}>\n <div\n data-name=\"filter\"\n data-open={filtersActive}\n className={filtersActive ? style.activeDefault : style.defaultStyle}\n >\n <div className={style.title} data-name=\"filterButton\" onClick={this.handleOpenFilter}>\n {filterTabLabel}\n <div className={style.arrow}>\n <ArrowDown style={{color: darkColor}} height={14} aria-label={moreFilterAriaLabel} />\n </div>\n </div>\n </div>\n <div\n data-name=\"sortBy\"\n data-open={sortingActive}\n className={sortingActive ? style.activeWrapperSortBy : style.wrapperSortBy}\n >\n <div className={style.title} data-name=\"sortButton\" onClick={this.handleOpenSort}>\n {sortTabLabel}\n <div className={style.arrow}>\n <ArrowDown style={{color: darkColor}} height={14} aria-label={moreSortAriaLabel} />\n </div>\n </div>\n </div>\n <div\n data-name=\"filterWrapper\"\n className={filtersActive ? style.activeWrapperFilters : style.wrapperFilters}\n >\n <FiltersWrapper\n className={style.wrapper}\n filters={filters}\n filterGroupAriaLabel={filterGroupAriaLabel}\n />\n <div\n data-name=\"cta\"\n className={style.ctaFilter}\n style={{\n backgroundColor: defaultColor\n }}\n onClick={this.handleSearch}\n >\n {filterCTALabel}\n </div>\n </div>\n <div\n data-name=\"sortWrapper\"\n className={sortingActive ? style.activeSorting : style.sorting}\n >\n {sortView}\n <div\n data-name=\"cta\"\n className={style.ctaFilter}\n style={{\n backgroundColor: defaultColor\n }}\n onClick={this.handleSearch}\n >\n {sortCTALabel}\n </div>\n </div>\n </div>\n );\n }\n}\n\nexport default Filters;\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
width: 25%;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
-
.
|
|
110
|
+
.ctaFilter {
|
|
111
111
|
composes: hoverFill from '../../atom/button/hover-fill.css';
|
|
112
112
|
display: none;
|
|
113
113
|
}
|
|
@@ -278,10 +278,10 @@
|
|
|
278
278
|
width: 100%;
|
|
279
279
|
}
|
|
280
280
|
|
|
281
|
-
.wrapperFilters .
|
|
282
|
-
.sorting .
|
|
283
|
-
.activeWrapperFilters .
|
|
284
|
-
.activeSorting .
|
|
281
|
+
.wrapperFilters .ctaFilter,
|
|
282
|
+
.sorting .ctaFilter,
|
|
283
|
+
.activeWrapperFilters .ctaFilter,
|
|
284
|
+
.activeSorting .ctaFilter {
|
|
285
285
|
display: block;
|
|
286
286
|
width: 100%;
|
|
287
287
|
height: 49px;
|
|
@@ -295,8 +295,8 @@
|
|
|
295
295
|
bottom: 15px;
|
|
296
296
|
}
|
|
297
297
|
|
|
298
|
-
.activeWrapperFilters .
|
|
299
|
-
.activeSorting .
|
|
298
|
+
.activeWrapperFilters .ctaFilter::before,
|
|
299
|
+
.activeSorting .ctaFilter::before {
|
|
300
300
|
background-color: rgba(0, 0, 0, 0.2);
|
|
301
301
|
}
|
|
302
302
|
}
|