@coorpacademy/components 11.32.21 → 11.32.23
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/radio-with-title/index.d.ts +3 -0
- package/es/atom/radio-with-title/index.d.ts.map +1 -1
- package/es/atom/radio-with-title/types.d.ts +3 -0
- package/es/atom/radio-with-title/types.d.ts.map +1 -1
- package/es/atom/tag/index.d.ts +5 -1
- package/es/atom/tag/index.d.ts.map +1 -1
- package/es/atom/tag/index.js +6 -3
- package/es/atom/tag/index.js.map +1 -1
- package/es/atom/title/index.d.ts +3 -0
- package/es/molecule/cm-popin/types.d.ts +7 -0
- package/es/molecule/cm-popin/types.d.ts.map +1 -1
- package/es/molecule/draggable-list/index.d.ts +12 -0
- package/es/molecule/draggable-list/index.d.ts.map +1 -1
- package/es/molecule/draggable-list/index.js +4 -2
- package/es/molecule/draggable-list/index.js.map +1 -1
- package/es/molecule/learning-priority-modal/index.d.ts +30 -0
- package/es/molecule/learning-priority-modal/index.d.ts.map +1 -0
- package/es/molecule/learning-priority-modal/index.js +242 -0
- package/es/molecule/learning-priority-modal/index.js.map +1 -0
- package/es/molecule/learning-priority-modal/style.css +70 -0
- package/es/molecule/learning-priority-setup-item/index.d.ts +18 -0
- package/es/molecule/learning-priority-setup-item/index.d.ts.map +1 -0
- package/es/molecule/learning-priority-setup-item/index.js +83 -0
- package/es/molecule/learning-priority-setup-item/index.js.map +1 -0
- package/es/molecule/learning-priority-setup-item/style.css +47 -0
- package/es/molecule/title-and-checkbox-wrapper/index.d.ts +3 -0
- package/es/molecule/title-radio-wrapper/index.d.ts +3 -0
- package/es/molecule/title-radio-wrapper/index.d.ts.map +1 -1
- package/es/molecule/title-radio-wrapper/types.d.ts +3 -0
- package/es/molecule/title-radio-wrapper/types.d.ts.map +1 -1
- package/es/organism/brand-learning-priorities/index.d.ts +167 -0
- package/es/organism/brand-learning-priorities/index.d.ts.map +1 -0
- package/es/organism/brand-learning-priorities/index.js +131 -0
- package/es/organism/brand-learning-priorities/index.js.map +1 -0
- package/es/organism/brand-learning-priorities/style.css +48 -0
- package/es/organism/list-item/index.d.ts +34 -2
- package/es/organism/list-item/index.d.ts.map +1 -1
- package/es/organism/list-item/index.js +58 -14
- package/es/organism/list-item/index.js.map +1 -1
- package/es/organism/list-item/style.css +25 -1
- package/es/organism/list-items/index.d.ts +4 -0
- package/es/organism/rewards-form/index.d.ts +3 -0
- package/es/organism/select-opponents/index.d.ts +3 -0
- package/es/organism/select-opponents/index.d.ts.map +1 -1
- package/es/organism/select-opponents/types.d.ts +3 -0
- package/es/organism/select-opponents/types.d.ts.map +1 -1
- package/es/organism/title-and-input/index.d.ts +6 -0
- package/es/organism/title-and-input/index.d.ts.map +1 -1
- package/es/organism/title-and-input/types.d.ts +6 -0
- package/es/organism/title-and-input/types.d.ts.map +1 -1
- package/es/organism/wizard-contents/index.d.ts +3 -0
- package/es/template/app-player/loading/index.d.ts +7 -0
- package/es/template/app-player/player/index.d.ts +14 -0
- package/es/template/app-player/player/slides/index.d.ts +7 -0
- package/es/template/app-player/player/slides/index.d.ts.map +1 -1
- package/es/template/app-player/popin-correction/index.d.ts +7 -0
- package/es/template/app-player/popin-correction/index.d.ts.map +1 -1
- package/es/template/app-player/popin-end/index.d.ts +7 -0
- package/es/template/app-review/index.d.ts +7 -0
- package/es/template/app-review/index.d.ts.map +1 -1
- package/es/template/app-review/player/prop-types.d.ts +7 -0
- package/es/template/app-review/player/prop-types.d.ts.map +1 -1
- package/es/template/app-review/prop-types.d.ts +7 -0
- package/es/template/app-review/prop-types.d.ts.map +1 -1
- package/es/template/back-office/brand-update/index.d.ts +149 -0
- package/es/template/back-office/brand-update/index.d.ts.map +1 -1
- package/es/template/back-office/brand-update/index.js +7 -0
- package/es/template/back-office/brand-update/index.js.map +1 -1
- package/es/template/common/dashboard/index.d.ts +18 -1
- package/es/template/common/dashboard/index.d.ts.map +1 -1
- package/es/template/common/dashboard/index.js +11 -5
- package/es/template/common/dashboard/index.js.map +1 -1
- package/es/template/common/search-page/index.d.ts +7 -0
- package/es/template/external-course/index.d.ts +7 -0
- package/es/template/my-learning/index.d.ts +2 -78
- package/es/template/my-learning/index.d.ts.map +1 -1
- package/es/template/my-learning/index.js +3 -7
- package/es/template/my-learning/index.js.map +1 -1
- package/lib/atom/radio-with-title/index.d.ts +3 -0
- package/lib/atom/radio-with-title/index.d.ts.map +1 -1
- package/lib/atom/radio-with-title/types.d.ts +3 -0
- package/lib/atom/radio-with-title/types.d.ts.map +1 -1
- package/lib/atom/tag/index.d.ts +5 -1
- package/lib/atom/tag/index.d.ts.map +1 -1
- package/lib/atom/tag/index.js +6 -3
- package/lib/atom/tag/index.js.map +1 -1
- package/lib/atom/title/index.d.ts +3 -0
- package/lib/molecule/cm-popin/types.d.ts +7 -0
- package/lib/molecule/cm-popin/types.d.ts.map +1 -1
- package/lib/molecule/draggable-list/index.d.ts +12 -0
- package/lib/molecule/draggable-list/index.d.ts.map +1 -1
- package/lib/molecule/draggable-list/index.js +5 -2
- package/lib/molecule/draggable-list/index.js.map +1 -1
- package/lib/molecule/learning-priority-modal/index.d.ts +30 -0
- package/lib/molecule/learning-priority-modal/index.d.ts.map +1 -0
- package/lib/molecule/learning-priority-modal/index.js +265 -0
- package/lib/molecule/learning-priority-modal/index.js.map +1 -0
- package/lib/molecule/learning-priority-modal/style.css +70 -0
- package/lib/molecule/learning-priority-setup-item/index.d.ts +18 -0
- package/lib/molecule/learning-priority-setup-item/index.d.ts.map +1 -0
- package/lib/molecule/learning-priority-setup-item/index.js +100 -0
- package/lib/molecule/learning-priority-setup-item/index.js.map +1 -0
- package/lib/molecule/learning-priority-setup-item/style.css +47 -0
- package/lib/molecule/title-and-checkbox-wrapper/index.d.ts +3 -0
- package/lib/molecule/title-radio-wrapper/index.d.ts +3 -0
- package/lib/molecule/title-radio-wrapper/index.d.ts.map +1 -1
- package/lib/molecule/title-radio-wrapper/types.d.ts +3 -0
- package/lib/molecule/title-radio-wrapper/types.d.ts.map +1 -1
- package/lib/organism/brand-learning-priorities/index.d.ts +167 -0
- package/lib/organism/brand-learning-priorities/index.d.ts.map +1 -0
- package/lib/organism/brand-learning-priorities/index.js +150 -0
- package/lib/organism/brand-learning-priorities/index.js.map +1 -0
- package/lib/organism/brand-learning-priorities/style.css +48 -0
- package/lib/organism/list-item/index.d.ts +34 -2
- package/lib/organism/list-item/index.d.ts.map +1 -1
- package/lib/organism/list-item/index.js +62 -16
- package/lib/organism/list-item/index.js.map +1 -1
- package/lib/organism/list-item/style.css +25 -1
- package/lib/organism/list-items/index.d.ts +4 -0
- package/lib/organism/rewards-form/index.d.ts +3 -0
- package/lib/organism/select-opponents/index.d.ts +3 -0
- package/lib/organism/select-opponents/index.d.ts.map +1 -1
- package/lib/organism/select-opponents/types.d.ts +3 -0
- package/lib/organism/select-opponents/types.d.ts.map +1 -1
- package/lib/organism/title-and-input/index.d.ts +6 -0
- package/lib/organism/title-and-input/index.d.ts.map +1 -1
- package/lib/organism/title-and-input/types.d.ts +6 -0
- package/lib/organism/title-and-input/types.d.ts.map +1 -1
- package/lib/organism/wizard-contents/index.d.ts +3 -0
- package/lib/template/app-player/loading/index.d.ts +7 -0
- package/lib/template/app-player/player/index.d.ts +14 -0
- package/lib/template/app-player/player/slides/index.d.ts +7 -0
- package/lib/template/app-player/player/slides/index.d.ts.map +1 -1
- package/lib/template/app-player/popin-correction/index.d.ts +7 -0
- package/lib/template/app-player/popin-correction/index.d.ts.map +1 -1
- package/lib/template/app-player/popin-end/index.d.ts +7 -0
- package/lib/template/app-review/index.d.ts +7 -0
- package/lib/template/app-review/index.d.ts.map +1 -1
- package/lib/template/app-review/player/prop-types.d.ts +7 -0
- package/lib/template/app-review/player/prop-types.d.ts.map +1 -1
- package/lib/template/app-review/prop-types.d.ts +7 -0
- package/lib/template/app-review/prop-types.d.ts.map +1 -1
- package/lib/template/back-office/brand-update/index.d.ts +149 -0
- package/lib/template/back-office/brand-update/index.d.ts.map +1 -1
- package/lib/template/back-office/brand-update/index.js +8 -0
- package/lib/template/back-office/brand-update/index.js.map +1 -1
- package/lib/template/common/dashboard/index.d.ts +18 -1
- package/lib/template/common/dashboard/index.d.ts.map +1 -1
- package/lib/template/common/dashboard/index.js +12 -6
- package/lib/template/common/dashboard/index.js.map +1 -1
- package/lib/template/common/search-page/index.d.ts +7 -0
- package/lib/template/external-course/index.d.ts +7 -0
- package/lib/template/my-learning/index.d.ts +2 -78
- package/lib/template/my-learning/index.d.ts.map +1 -1
- package/lib/template/my-learning/index.js +4 -11
- package/lib/template/my-learning/index.js.map +1 -1
- package/locales/bs/global.json +13 -1
- package/locales/cs/global.json +13 -1
- package/locales/de/global.json +13 -1
- package/locales/en/global.json +12 -0
- package/locales/es/global.json +13 -1
- package/locales/et/global.json +13 -1
- package/locales/fi/global.json +13 -1
- package/locales/fr/global.json +13 -1
- package/locales/hr/global.json +13 -1
- package/locales/hu/global.json +13 -1
- package/locales/hy/global.json +13 -1
- package/locales/it/global.json +13 -1
- package/locales/ja/global.json +13 -1
- package/locales/ko/global.json +13 -1
- package/locales/nl/global.json +13 -1
- package/locales/pl/global.json +13 -1
- package/locales/pt/global.json +13 -1
- package/locales/ro/global.json +13 -1
- package/locales/ru/global.json +13 -1
- package/locales/sk/global.json +13 -1
- package/locales/sl/global.json +13 -1
- package/locales/sv/global.json +13 -1
- package/locales/tl/global.json +13 -1
- package/locales/tr/global.json +13 -1
- package/locales/uk/global.json +13 -1
- package/locales/vi/global.json +13 -1
- package/locales/zh/global.json +13 -1
- package/locales/zh_TW/global.json +13 -1
- package/package.json +2 -2
|
@@ -15,6 +15,9 @@ declare const RadioWithTitle: {
|
|
|
15
15
|
label: import("prop-types").Requireable<string>;
|
|
16
16
|
type: import("prop-types").Requireable<string>;
|
|
17
17
|
size: import("prop-types").Requireable<string>;
|
|
18
|
+
customStyle: import("prop-types").Requireable<{
|
|
19
|
+
[x: string]: string | null | undefined;
|
|
20
|
+
}>;
|
|
18
21
|
}>>;
|
|
19
22
|
}>>>;
|
|
20
23
|
name: import("prop-types").Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atom/radio-with-title/index.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAY,mBAAmB,EAAC,MAAM,SAAS,CAAC;AAEvD,QAAA,MAAM,cAAc;YAAW,mBAAmB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atom/radio-with-title/index.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAY,mBAAmB,EAAC,MAAM,SAAS,CAAC;AAEvD,QAAA,MAAM,cAAc;YAAW,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;CAwBjD,CAAC;AAIF,eAAe,cAAc,CAAC"}
|
|
@@ -12,6 +12,9 @@ export declare const propTypes: {
|
|
|
12
12
|
label: PropTypes.Requireable<string>;
|
|
13
13
|
type: PropTypes.Requireable<string>;
|
|
14
14
|
size: PropTypes.Requireable<string>;
|
|
15
|
+
customStyle: PropTypes.Requireable<{
|
|
16
|
+
[x: string]: string | null | undefined;
|
|
17
|
+
}>;
|
|
15
18
|
}>>;
|
|
16
19
|
}>>>;
|
|
17
20
|
name: PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/atom/radio-with-title/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAGnC,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/atom/radio-with-title/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAGnC,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;CAOrB,CAAC;AAEF,oBAAY,mBAAmB,GAAG;IAChC,KAAK,EAAE;QACL,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;QACjB,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,EAAE,MAAM,CAAC;QACpB,YAAY,EAAE,MAAM,CAAC;KACtB,CAAC;IACF,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACnC,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC"}
|
package/es/atom/tag/index.d.ts
CHANGED
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
export default Tag;
|
|
2
|
-
declare function Tag({ label, type, size }: {
|
|
2
|
+
declare function Tag({ label, type, size, customStyle }: {
|
|
3
3
|
label: any;
|
|
4
4
|
type?: string | undefined;
|
|
5
5
|
size?: string | undefined;
|
|
6
|
+
customStyle?: {} | undefined;
|
|
6
7
|
}): JSX.Element;
|
|
7
8
|
declare namespace Tag {
|
|
8
9
|
namespace propTypes {
|
|
9
10
|
const label: PropTypes.Requireable<string>;
|
|
10
11
|
const type: PropTypes.Requireable<string>;
|
|
11
12
|
const size: PropTypes.Requireable<string>;
|
|
13
|
+
const customStyle: PropTypes.Requireable<{
|
|
14
|
+
[x: string]: string | null | undefined;
|
|
15
|
+
}>;
|
|
12
16
|
}
|
|
13
17
|
}
|
|
14
18
|
import PropTypes from "prop-types";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atom/tag/index.js"],"names":[],"mappings":";AAoBA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atom/tag/index.js"],"names":[],"mappings":";AAoBA;;;;;gBAQC"}
|
package/es/atom/tag/index.js
CHANGED
|
@@ -19,16 +19,19 @@ const TAG_SIZE = {
|
|
|
19
19
|
const Tag = ({
|
|
20
20
|
label,
|
|
21
21
|
type = 'default',
|
|
22
|
-
size = 'M'
|
|
22
|
+
size = 'M',
|
|
23
|
+
customStyle = {}
|
|
23
24
|
}) => /*#__PURE__*/React.createElement("span", {
|
|
24
25
|
className: classnames(TAG_STYLES[type], TAG_SIZE[size]),
|
|
25
|
-
"data-name": `content-tag-${label}
|
|
26
|
+
"data-name": `content-tag-${label}`,
|
|
27
|
+
style: customStyle
|
|
26
28
|
}, label);
|
|
27
29
|
|
|
28
30
|
Tag.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
29
31
|
label: PropTypes.string,
|
|
30
32
|
type: PropTypes.oneOf(_keys(TAG_STYLES)),
|
|
31
|
-
size: PropTypes.oneOf(['S', 'M', 'L'])
|
|
33
|
+
size: PropTypes.oneOf(['S', 'M', 'L']),
|
|
34
|
+
customStyle: PropTypes.objectOf(PropTypes.string)
|
|
32
35
|
} : {};
|
|
33
36
|
export default Tag;
|
|
34
37
|
//# sourceMappingURL=index.js.map
|
package/es/atom/tag/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["React","PropTypes","classnames","style","TAG_STYLES","default","success","failure","warning","progress","TAG_SIZE","S","small","M","medium","L","large","Tag","label","type","size","propTypes","string","oneOf"],"sources":["../../../src/atom/tag/index.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport classnames from 'classnames';\nimport {keys} from 'lodash/fp';\nimport style from './style.css';\n\nconst TAG_STYLES = {\n default: style.default,\n success: style.success,\n failure: style.failure,\n warning: style.warning,\n progress: style.progress\n};\n\nconst TAG_SIZE = {\n S: style.small,\n M: style.medium,\n L: style.large\n};\n\nconst Tag = ({label, type = 'default', size = 'M'}) => (\n <span
|
|
1
|
+
{"version":3,"file":"index.js","names":["React","PropTypes","classnames","style","TAG_STYLES","default","success","failure","warning","progress","TAG_SIZE","S","small","M","medium","L","large","Tag","label","type","size","customStyle","propTypes","string","oneOf","objectOf"],"sources":["../../../src/atom/tag/index.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport classnames from 'classnames';\nimport {keys} from 'lodash/fp';\nimport style from './style.css';\n\nconst TAG_STYLES = {\n default: style.default,\n success: style.success,\n failure: style.failure,\n warning: style.warning,\n progress: style.progress\n};\n\nconst TAG_SIZE = {\n S: style.small,\n M: style.medium,\n L: style.large\n};\n\nconst Tag = ({label, type = 'default', size = 'M', customStyle = {}}) => (\n <span\n className={classnames(TAG_STYLES[type], TAG_SIZE[size])}\n data-name={`content-tag-${label}`}\n style={customStyle}\n >\n {label}\n </span>\n);\n\nTag.propTypes = {\n label: PropTypes.string,\n type: PropTypes.oneOf(keys(TAG_STYLES)),\n size: PropTypes.oneOf(['S', 'M', 'L']),\n customStyle: PropTypes.objectOf(PropTypes.string)\n};\n\nexport default Tag;\n"],"mappings":";AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,OAAOC,SAAP,MAAsB,YAAtB;AACA,OAAOC,UAAP,MAAuB,YAAvB;AAEA,OAAOC,KAAP,MAAkB,aAAlB;AAEA,MAAMC,UAAU,GAAG;EACjBC,OAAO,EAAEF,KAAK,CAACE,OADE;EAEjBC,OAAO,EAAEH,KAAK,CAACG,OAFE;EAGjBC,OAAO,EAAEJ,KAAK,CAACI,OAHE;EAIjBC,OAAO,EAAEL,KAAK,CAACK,OAJE;EAKjBC,QAAQ,EAAEN,KAAK,CAACM;AALC,CAAnB;AAQA,MAAMC,QAAQ,GAAG;EACfC,CAAC,EAAER,KAAK,CAACS,KADM;EAEfC,CAAC,EAAEV,KAAK,CAACW,MAFM;EAGfC,CAAC,EAAEZ,KAAK,CAACa;AAHM,CAAjB;;AAMA,MAAMC,GAAG,GAAG,CAAC;EAACC,KAAD;EAAQC,IAAI,GAAG,SAAf;EAA0BC,IAAI,GAAG,GAAjC;EAAsCC,WAAW,GAAG;AAApD,CAAD,kBACV;EACE,SAAS,EAAEnB,UAAU,CAACE,UAAU,CAACe,IAAD,CAAX,EAAmBT,QAAQ,CAACU,IAAD,CAA3B,CADvB;EAEE,aAAY,eAAcF,KAAM,EAFlC;EAGE,KAAK,EAAEG;AAHT,GAKGH,KALH,CADF;;AAUAD,GAAG,CAACK,SAAJ,2CAAgB;EACdJ,KAAK,EAAEjB,SAAS,CAACsB,MADH;EAEdJ,IAAI,EAAElB,SAAS,CAACuB,KAAV,CAAgB,MAAKpB,UAAL,CAAhB,CAFQ;EAGdgB,IAAI,EAAEnB,SAAS,CAACuB,KAAV,CAAgB,CAAC,GAAD,EAAM,GAAN,EAAW,GAAX,CAAhB,CAHQ;EAIdH,WAAW,EAAEpB,SAAS,CAACwB,QAAV,CAAmBxB,SAAS,CAACsB,MAA7B;AAJC,CAAhB;AAOA,eAAeN,GAAf"}
|
package/es/atom/title/index.d.ts
CHANGED
|
@@ -19,6 +19,9 @@ declare const propTypes: {
|
|
|
19
19
|
label: PropTypes.Requireable<string>;
|
|
20
20
|
type: PropTypes.Requireable<string>;
|
|
21
21
|
size: PropTypes.Requireable<string>;
|
|
22
|
+
customStyle: PropTypes.Requireable<{
|
|
23
|
+
[x: string]: string | null | undefined;
|
|
24
|
+
}>;
|
|
22
25
|
}>>;
|
|
23
26
|
}>>;
|
|
24
27
|
headerIcon: PropTypes.Requireable<string>;
|
|
@@ -130,6 +133,8 @@ declare const propTypes: {
|
|
|
130
133
|
content: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
|
|
131
134
|
items: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
132
135
|
title: PropTypes.Validator<string>;
|
|
136
|
+
subtitle: PropTypes.Requireable<string>;
|
|
137
|
+
selected: PropTypes.Requireable<boolean>;
|
|
133
138
|
dataColumns: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
134
139
|
label: PropTypes.Requireable<string>;
|
|
135
140
|
type: PropTypes.Requireable<string>;
|
|
@@ -172,6 +177,8 @@ declare const propTypes: {
|
|
|
172
177
|
label: PropTypes.Requireable<string>;
|
|
173
178
|
type: PropTypes.Requireable<string>;
|
|
174
179
|
}> | null | undefined)[]>;
|
|
180
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
181
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
175
182
|
isBulkStyle: PropTypes.Requireable<boolean>;
|
|
176
183
|
isOverflowHidden: PropTypes.Requireable<boolean>;
|
|
177
184
|
order: PropTypes.Requireable<number>;
|
|
@@ -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"}
|
|
@@ -61,6 +61,8 @@ declare namespace DraggableList {
|
|
|
61
61
|
id: PropTypes.Requireable<string>;
|
|
62
62
|
}> | PropTypes.InferProps<{
|
|
63
63
|
title: PropTypes.Validator<string>;
|
|
64
|
+
subtitle: PropTypes.Requireable<string>;
|
|
65
|
+
selected: PropTypes.Requireable<boolean>;
|
|
64
66
|
dataColumns: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
65
67
|
label: PropTypes.Requireable<string>;
|
|
66
68
|
type: PropTypes.Requireable<string>;
|
|
@@ -103,12 +105,22 @@ declare namespace DraggableList {
|
|
|
103
105
|
label: PropTypes.Requireable<string>;
|
|
104
106
|
type: PropTypes.Requireable<string>;
|
|
105
107
|
}> | null | undefined)[]>;
|
|
108
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
109
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
106
110
|
isBulkStyle: PropTypes.Requireable<boolean>;
|
|
107
111
|
isOverflowHidden: PropTypes.Requireable<boolean>;
|
|
108
112
|
order: PropTypes.Requireable<number>;
|
|
109
113
|
'aria-label': PropTypes.Requireable<string>;
|
|
110
114
|
contentType: PropTypes.Requireable<string>;
|
|
111
115
|
id: PropTypes.Requireable<string>;
|
|
116
|
+
}> | PropTypes.InferProps<{
|
|
117
|
+
'aria-label': PropTypes.Requireable<string>;
|
|
118
|
+
id: PropTypes.Requireable<string>;
|
|
119
|
+
priorityRef: PropTypes.Requireable<string>;
|
|
120
|
+
title: PropTypes.Requireable<string>;
|
|
121
|
+
courses: PropTypes.Requireable<number>;
|
|
122
|
+
type: PropTypes.Requireable<string>;
|
|
123
|
+
onRemove: PropTypes.Requireable<(...args: any[]) => any>;
|
|
112
124
|
}> | null | undefined> | null | undefined)[]>;
|
|
113
125
|
const onDrop: PropTypes.Requireable<(...args: any[]) => any>;
|
|
114
126
|
const itemType: PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/molecule/draggable-list/index.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/molecule/draggable-list/index.js"],"names":[],"mappings":";AAeA;;;;gBAmDC"}
|
|
@@ -6,10 +6,12 @@ import Draggable from '../draggable';
|
|
|
6
6
|
import SetupSection from '../setup-section';
|
|
7
7
|
import CourseSection from '../course-section';
|
|
8
8
|
import ListItem from '../../organism/list-item';
|
|
9
|
+
import LearningPrioritySetupItem from '../learning-priority-setup-item';
|
|
9
10
|
const ITEMS = {
|
|
10
11
|
'setup-section': SetupSection,
|
|
11
12
|
'course-section': CourseSection,
|
|
12
|
-
'list-item': ListItem
|
|
13
|
+
'list-item': ListItem,
|
|
14
|
+
'learning-priority-setup-item': LearningPrioritySetupItem
|
|
13
15
|
};
|
|
14
16
|
|
|
15
17
|
const DraggableList = ({
|
|
@@ -51,7 +53,7 @@ const DraggableList = ({
|
|
|
51
53
|
};
|
|
52
54
|
|
|
53
55
|
DraggableList.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
54
|
-
items: PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.shape(SetupSection.propTypes), PropTypes.shape(CourseSection.propTypes), PropTypes.shape(ListItem.propTypes)])),
|
|
56
|
+
items: PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.shape(SetupSection.propTypes), PropTypes.shape(CourseSection.propTypes), PropTypes.shape(ListItem.propTypes), PropTypes.shape(LearningPrioritySetupItem.propTypes)])),
|
|
55
57
|
onDrop: PropTypes.func,
|
|
56
58
|
itemType: PropTypes.string
|
|
57
59
|
} : {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["React","useState","useCallback","PropTypes","Draggable","SetupSection","CourseSection","ListItem","ITEMS","DraggableList","items","onDrop","itemType","dragTo","setDragTo","dragFrom","setDragFrom","dragStartHandler","id","dragOverHandler","dragLeaveHandler","dropHandler","Item","itemsView","map","item","index","propTypes","arrayOf","oneOfType","shape","func","string"],"sources":["../../../src/molecule/draggable-list/index.js"],"sourcesContent":["import React, {useState, useCallback} from 'react';\nimport PropTypes from 'prop-types';\nimport Draggable from '../draggable';\nimport SetupSection from '../setup-section';\nimport CourseSection from '../course-section';\nimport ListItem from '../../organism/list-item';\n\nconst ITEMS = {\n 'setup-section': SetupSection,\n 'course-section': CourseSection,\n 'list-item': ListItem\n};\n\nconst DraggableList = ({items, onDrop, itemType}) => {\n const [dragTo, setDragTo] = useState(null);\n const [dragFrom, setDragFrom] = useState(null);\n\n const dragStartHandler = useCallback(\n id => {\n setDragFrom(id);\n },\n [setDragFrom]\n );\n\n const dragOverHandler = useCallback(\n id => {\n if (dragTo === id) return;\n setDragTo(id);\n },\n [dragTo, setDragTo]\n );\n\n const dragLeaveHandler = useCallback(\n id => {\n setDragTo(null);\n },\n [setDragTo]\n );\n\n const dropHandler = useCallback(\n id => {\n if (onDrop && dragFrom) onDrop(dragFrom, id);\n\n setDragTo(null);\n setDragFrom(null);\n },\n [onDrop, setDragTo, setDragFrom, dragFrom]\n );\n\n const Item = ITEMS[itemType];\n const itemsView = items.map((item, index) => (\n <Draggable\n key={item.id}\n id={item.id}\n dragging={dragTo === item.id}\n onDragStart={dragStartHandler}\n onDragOver={dragOverHandler}\n onDragLeave={dragLeaveHandler}\n onDrop={dropHandler}\n >\n <Item {...item} key={item.id} order={index} />\n </Draggable>\n ));\n return <div>{itemsView}</div>;\n};\n\nDraggableList.propTypes = {\n items: PropTypes.arrayOf(\n PropTypes.oneOfType([\n PropTypes.shape(SetupSection.propTypes),\n PropTypes.shape(CourseSection.propTypes),\n PropTypes.shape(ListItem.propTypes)\n ])\n ),\n onDrop: PropTypes.func,\n itemType: PropTypes.string\n};\n\nexport default DraggableList;\n"],"mappings":";;AAAA,OAAOA,KAAP,IAAeC,QAAf,EAAyBC,WAAzB,QAA2C,OAA3C;AACA,OAAOC,SAAP,MAAsB,YAAtB;AACA,OAAOC,SAAP,MAAsB,cAAtB;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,aAAP,MAA0B,mBAA1B;AACA,OAAOC,QAAP,MAAqB,0BAArB;AAEA,MAAMC,KAAK,GAAG;EACZ,
|
|
1
|
+
{"version":3,"file":"index.js","names":["React","useState","useCallback","PropTypes","Draggable","SetupSection","CourseSection","ListItem","LearningPrioritySetupItem","ITEMS","DraggableList","items","onDrop","itemType","dragTo","setDragTo","dragFrom","setDragFrom","dragStartHandler","id","dragOverHandler","dragLeaveHandler","dropHandler","Item","itemsView","map","item","index","propTypes","arrayOf","oneOfType","shape","func","string"],"sources":["../../../src/molecule/draggable-list/index.js"],"sourcesContent":["import React, {useState, useCallback} from 'react';\nimport PropTypes from 'prop-types';\nimport Draggable from '../draggable';\nimport SetupSection from '../setup-section';\nimport CourseSection from '../course-section';\nimport ListItem from '../../organism/list-item';\nimport LearningPrioritySetupItem from '../learning-priority-setup-item';\n\nconst ITEMS = {\n 'setup-section': SetupSection,\n 'course-section': CourseSection,\n 'list-item': ListItem,\n 'learning-priority-setup-item': LearningPrioritySetupItem\n};\n\nconst DraggableList = ({items, onDrop, itemType}) => {\n const [dragTo, setDragTo] = useState(null);\n const [dragFrom, setDragFrom] = useState(null);\n\n const dragStartHandler = useCallback(\n id => {\n setDragFrom(id);\n },\n [setDragFrom]\n );\n\n const dragOverHandler = useCallback(\n id => {\n if (dragTo === id) return;\n setDragTo(id);\n },\n [dragTo, setDragTo]\n );\n\n const dragLeaveHandler = useCallback(\n id => {\n setDragTo(null);\n },\n [setDragTo]\n );\n\n const dropHandler = useCallback(\n id => {\n if (onDrop && dragFrom) onDrop(dragFrom, id);\n\n setDragTo(null);\n setDragFrom(null);\n },\n [onDrop, setDragTo, setDragFrom, dragFrom]\n );\n\n const Item = ITEMS[itemType];\n const itemsView = items.map((item, index) => (\n <Draggable\n key={item.id}\n id={item.id}\n dragging={dragTo === item.id}\n onDragStart={dragStartHandler}\n onDragOver={dragOverHandler}\n onDragLeave={dragLeaveHandler}\n onDrop={dropHandler}\n >\n <Item {...item} key={item.id} order={index} />\n </Draggable>\n ));\n return <div>{itemsView}</div>;\n};\n\nDraggableList.propTypes = {\n items: PropTypes.arrayOf(\n PropTypes.oneOfType([\n PropTypes.shape(SetupSection.propTypes),\n PropTypes.shape(CourseSection.propTypes),\n PropTypes.shape(ListItem.propTypes),\n PropTypes.shape(LearningPrioritySetupItem.propTypes)\n ])\n ),\n onDrop: PropTypes.func,\n itemType: PropTypes.string\n};\n\nexport default DraggableList;\n"],"mappings":"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"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export default LearningPriorityModal;
|
|
2
|
+
declare function LearningPriorityModal(props: any, context: any): JSX.Element | null;
|
|
3
|
+
declare namespace LearningPriorityModal {
|
|
4
|
+
namespace contextTypes {
|
|
5
|
+
const translate: PropTypes.Requireable<(...args: any[]) => any>;
|
|
6
|
+
}
|
|
7
|
+
namespace propTypes {
|
|
8
|
+
const priorities: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
9
|
+
priorityRef: PropTypes.Requireable<string>;
|
|
10
|
+
title: PropTypes.Requireable<string>;
|
|
11
|
+
courses: PropTypes.Requireable<number>;
|
|
12
|
+
type: PropTypes.Requireable<string>;
|
|
13
|
+
}> | null | undefined)[]>;
|
|
14
|
+
const preselected: PropTypes.Requireable<(string | null | undefined)[]>;
|
|
15
|
+
const isOpen: PropTypes.Requireable<boolean>;
|
|
16
|
+
const isLoading: PropTypes.Requireable<boolean>;
|
|
17
|
+
const filters: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
18
|
+
count: PropTypes.Requireable<number>;
|
|
19
|
+
name: PropTypes.Validator<string>;
|
|
20
|
+
value: PropTypes.Requireable<NonNullable<string | number | null | undefined>>;
|
|
21
|
+
selected: PropTypes.Requireable<boolean>;
|
|
22
|
+
validOption: PropTypes.Requireable<boolean>;
|
|
23
|
+
}> | null | undefined)[]>;
|
|
24
|
+
const onCancel: PropTypes.Requireable<(...args: any[]) => any>;
|
|
25
|
+
const onAdd: PropTypes.Requireable<(...args: any[]) => any>;
|
|
26
|
+
const onClose: PropTypes.Requireable<(...args: any[]) => any>;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
import PropTypes from "prop-types";
|
|
30
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/molecule/learning-priority-modal/index.js"],"names":[],"mappings":";AAgEA,qFAuKC"}
|
|
@@ -0,0 +1,242 @@
|
|
|
1
|
+
import _pick from "lodash/fp/pick";
|
|
2
|
+
import _assign from "lodash/fp/assign";
|
|
3
|
+
import _get from "lodash/fp/get";
|
|
4
|
+
|
|
5
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
6
|
+
|
|
7
|
+
import React, { useEffect, useMemo, useState, useCallback } from 'react';
|
|
8
|
+
import PropTypes from 'prop-types';
|
|
9
|
+
import { convert } from 'css-color-function';
|
|
10
|
+
import BaseModal from '../base-modal';
|
|
11
|
+
import ListItem from '../../organism/list-item';
|
|
12
|
+
import ButtonLink from '../../atom/button-link';
|
|
13
|
+
import Loader from '../../atom/loader';
|
|
14
|
+
import Provider from '../../atom/provider';
|
|
15
|
+
import { SelectOptionPropTypes } from '../../atom/select';
|
|
16
|
+
import SearchForm from '../search-form';
|
|
17
|
+
import searchValueIncluded from '../../util/search-value-included';
|
|
18
|
+
import style from './style.css';
|
|
19
|
+
|
|
20
|
+
const FilterButton = (props, context) => {
|
|
21
|
+
const {
|
|
22
|
+
active,
|
|
23
|
+
filter,
|
|
24
|
+
itemTotal,
|
|
25
|
+
onClick
|
|
26
|
+
} = props;
|
|
27
|
+
const {
|
|
28
|
+
skin
|
|
29
|
+
} = context;
|
|
30
|
+
|
|
31
|
+
const primarySkinColor = _get('common.primary', skin);
|
|
32
|
+
|
|
33
|
+
const Content = useCallback(() => /*#__PURE__*/React.createElement("div", null, filter, /*#__PURE__*/React.createElement("span", {
|
|
34
|
+
className: active ? style.skillFilterNumber : style.skillFilterNumberInActive,
|
|
35
|
+
style: {
|
|
36
|
+
backgroundColor: active ? convert(`color(${primarySkinColor} a(0.07))`) : '#EAEAEB',
|
|
37
|
+
color: active ? primarySkinColor : '#515161'
|
|
38
|
+
}
|
|
39
|
+
}, itemTotal)), [filter, itemTotal, active, primarySkinColor]);
|
|
40
|
+
const buttonProps = {
|
|
41
|
+
customStyle: {
|
|
42
|
+
backgroundColor: active ? convert(`color(${primarySkinColor} a(0.07))`) : 'transparent',
|
|
43
|
+
color: active ? primarySkinColor : '#9999A8',
|
|
44
|
+
transition: 'background-color 0.15s ease-in-out, color 0.15s ease-in-out',
|
|
45
|
+
width: 'fit-content'
|
|
46
|
+
},
|
|
47
|
+
onClick,
|
|
48
|
+
content: /*#__PURE__*/React.createElement(Content, null),
|
|
49
|
+
'data-name': 'change-skill-focus-button'
|
|
50
|
+
};
|
|
51
|
+
return /*#__PURE__*/React.createElement(ButtonLink, buttonProps);
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
FilterButton.contextTypes = {
|
|
55
|
+
skin: Provider.childContextTypes.skin,
|
|
56
|
+
translate: Provider.childContextTypes.translate
|
|
57
|
+
};
|
|
58
|
+
FilterButton.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
59
|
+
active: PropTypes.bool,
|
|
60
|
+
filter: PropTypes.string,
|
|
61
|
+
itemTotal: PropTypes.number,
|
|
62
|
+
onClick: PropTypes.func
|
|
63
|
+
} : {};
|
|
64
|
+
|
|
65
|
+
const LearningPriorityModal = (props, context) => {
|
|
66
|
+
const {
|
|
67
|
+
priorities,
|
|
68
|
+
preselected,
|
|
69
|
+
isOpen,
|
|
70
|
+
isLoading,
|
|
71
|
+
filters,
|
|
72
|
+
onCancel,
|
|
73
|
+
onAdd,
|
|
74
|
+
onClose
|
|
75
|
+
} = props;
|
|
76
|
+
const {
|
|
77
|
+
translate
|
|
78
|
+
} = context;
|
|
79
|
+
const [selectedPriority, setSelectedPriority] = useState('');
|
|
80
|
+
const [selectedPriorityType, setSelectedPriorityType] = useState('');
|
|
81
|
+
const [searchValue, setSearchValue] = useState('');
|
|
82
|
+
const [filterValue, setFilterValue] = useState('all');
|
|
83
|
+
const [searchResults, setSearchResults] = useState(priorities);
|
|
84
|
+
const handleCancel = useCallback(() => {
|
|
85
|
+
setSelectedPriority('');
|
|
86
|
+
setSelectedPriorityType('');
|
|
87
|
+
onCancel();
|
|
88
|
+
}, [setSelectedPriority, setSelectedPriorityType, onCancel]);
|
|
89
|
+
const handleClose = useCallback(() => {
|
|
90
|
+
setSelectedPriority('');
|
|
91
|
+
setSelectedPriorityType('');
|
|
92
|
+
onClose();
|
|
93
|
+
}, [setSelectedPriority, setSelectedPriorityType, onClose]);
|
|
94
|
+
const handleSearch = useCallback(value => {
|
|
95
|
+
setSearchValue(value);
|
|
96
|
+
setSearchResults(priorities.filter(priority => searchValueIncluded(priority.title, value)));
|
|
97
|
+
}, [priorities, setSearchValue, setSearchResults]);
|
|
98
|
+
const handleSearchReset = useCallback(() => {
|
|
99
|
+
setSearchValue('');
|
|
100
|
+
setSearchResults(priorities);
|
|
101
|
+
}, [priorities, setSearchValue, setSearchResults]);
|
|
102
|
+
useEffect(() => {
|
|
103
|
+
setSearchResults(priorities);
|
|
104
|
+
}, [priorities]);
|
|
105
|
+
const priorityList = useMemo(() => {
|
|
106
|
+
return searchResults.map(priority => {
|
|
107
|
+
const isPreSelectedPriority = preselected.some(selected => selected === priority.priorityRef);
|
|
108
|
+
return _assign({
|
|
109
|
+
selected: isPreSelectedPriority,
|
|
110
|
+
disabled: isPreSelectedPriority
|
|
111
|
+
}, _pick(['title', 'priorityRef', 'type', 'courses'], priority));
|
|
112
|
+
});
|
|
113
|
+
}, [searchResults, preselected]);
|
|
114
|
+
const footer = useMemo(() => {
|
|
115
|
+
return {
|
|
116
|
+
cancelButton: {
|
|
117
|
+
onCancel: handleCancel,
|
|
118
|
+
label: translate('cancel')
|
|
119
|
+
},
|
|
120
|
+
confirmButton: {
|
|
121
|
+
onConfirm: () => {
|
|
122
|
+
onAdd(selectedPriority, selectedPriorityType);
|
|
123
|
+
setSelectedPriority('');
|
|
124
|
+
setSelectedPriorityType('');
|
|
125
|
+
onClose();
|
|
126
|
+
},
|
|
127
|
+
label: translate('add'),
|
|
128
|
+
iconName: 'plus',
|
|
129
|
+
disabled: isLoading || !selectedPriority
|
|
130
|
+
}
|
|
131
|
+
};
|
|
132
|
+
}, [handleCancel, setSelectedPriority, setSelectedPriorityType, onAdd, translate, selectedPriority, selectedPriorityType, isLoading]);
|
|
133
|
+
if (!isLoading && !priorities || !isOpen) return null;
|
|
134
|
+
return /*#__PURE__*/React.createElement(BaseModal, {
|
|
135
|
+
title: translate('learning_priority_modal_title'),
|
|
136
|
+
description: translate('learning_priority_modal_description'),
|
|
137
|
+
isOpen: isOpen,
|
|
138
|
+
onClose: handleClose,
|
|
139
|
+
footer: footer
|
|
140
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
141
|
+
className: style.LearningPriorityContainer
|
|
142
|
+
}, isLoading ? /*#__PURE__*/React.createElement("div", {
|
|
143
|
+
className: style.loaderContainer
|
|
144
|
+
}, /*#__PURE__*/React.createElement(Loader, {
|
|
145
|
+
className: style.loader,
|
|
146
|
+
theme: "coorpmanager"
|
|
147
|
+
})) : /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
|
148
|
+
className: style.searchWrapper
|
|
149
|
+
}, /*#__PURE__*/React.createElement(SearchForm, {
|
|
150
|
+
search: {
|
|
151
|
+
placeholder: translate('search_priority_place_holder'),
|
|
152
|
+
value: searchValue,
|
|
153
|
+
onChange: handleSearch
|
|
154
|
+
},
|
|
155
|
+
onReset: handleSearchReset
|
|
156
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
157
|
+
className: style.filterWrapper
|
|
158
|
+
}, searchResults.length > 0 ? filters.map((filter, index) => {
|
|
159
|
+
const {
|
|
160
|
+
name,
|
|
161
|
+
value,
|
|
162
|
+
count
|
|
163
|
+
} = filter;
|
|
164
|
+
|
|
165
|
+
function handleChange() {
|
|
166
|
+
setFilterValue(value);
|
|
167
|
+
handleSearchReset();
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
if (count === 0) return null;
|
|
171
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
172
|
+
key: index,
|
|
173
|
+
className: style.filterButtonWrapper
|
|
174
|
+
}, /*#__PURE__*/React.createElement(FilterButton, {
|
|
175
|
+
active: filterValue === value,
|
|
176
|
+
filter: name,
|
|
177
|
+
onClick: handleChange,
|
|
178
|
+
itemTotal: count
|
|
179
|
+
}));
|
|
180
|
+
}) : null), /*#__PURE__*/React.createElement("div", {
|
|
181
|
+
className: style.priorityListWrapper
|
|
182
|
+
}, priorityList.map(priority => {
|
|
183
|
+
const {
|
|
184
|
+
title,
|
|
185
|
+
priorityRef,
|
|
186
|
+
courses = null,
|
|
187
|
+
type,
|
|
188
|
+
selected,
|
|
189
|
+
disabled
|
|
190
|
+
} = priority;
|
|
191
|
+
|
|
192
|
+
function handlePriorityClick() {
|
|
193
|
+
if (selectedPriority === priorityRef) {
|
|
194
|
+
setSelectedPriority('');
|
|
195
|
+
setSelectedPriorityType('');
|
|
196
|
+
return;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
setSelectedPriority(priorityRef);
|
|
200
|
+
setSelectedPriorityType(type);
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
if (filterValue !== 'all' && type !== filterValue) return null;
|
|
204
|
+
return /*#__PURE__*/React.createElement(ListItem, _extends({}, courses !== null ? {
|
|
205
|
+
subtitle: `${courses} ${translate('courses')}`
|
|
206
|
+
} : {}, {
|
|
207
|
+
title: title,
|
|
208
|
+
selected: selected || selectedPriority === priorityRef,
|
|
209
|
+
disabled: disabled,
|
|
210
|
+
onClick: handlePriorityClick,
|
|
211
|
+
tags: [{
|
|
212
|
+
label: type,
|
|
213
|
+
type: 'default'
|
|
214
|
+
}],
|
|
215
|
+
key: priorityRef,
|
|
216
|
+
backgroundColor: "skin"
|
|
217
|
+
}));
|
|
218
|
+
})))));
|
|
219
|
+
};
|
|
220
|
+
|
|
221
|
+
LearningPriorityModal.contextTypes = {
|
|
222
|
+
translate: Provider.childContextTypes.translate
|
|
223
|
+
};
|
|
224
|
+
LearningPriorityModal.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
225
|
+
priorities: PropTypes.arrayOf(PropTypes.shape({
|
|
226
|
+
priorityRef: PropTypes.string,
|
|
227
|
+
title: PropTypes.string,
|
|
228
|
+
courses: PropTypes.number,
|
|
229
|
+
type: PropTypes.oneOf(['skill', 'playlist', 'certificate'])
|
|
230
|
+
})),
|
|
231
|
+
preselected: PropTypes.arrayOf(PropTypes.string),
|
|
232
|
+
isOpen: PropTypes.bool,
|
|
233
|
+
isLoading: PropTypes.bool,
|
|
234
|
+
filters: PropTypes.arrayOf(PropTypes.shape(_extends({}, SelectOptionPropTypes, {
|
|
235
|
+
count: PropTypes.number
|
|
236
|
+
}))),
|
|
237
|
+
onCancel: PropTypes.func,
|
|
238
|
+
onAdd: PropTypes.func,
|
|
239
|
+
onClose: PropTypes.func
|
|
240
|
+
} : {};
|
|
241
|
+
export default LearningPriorityModal;
|
|
242
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","names":["React","useEffect","useMemo","useState","useCallback","PropTypes","convert","BaseModal","ListItem","ButtonLink","Loader","Provider","SelectOptionPropTypes","SearchForm","searchValueIncluded","style","FilterButton","props","context","active","filter","itemTotal","onClick","skin","primarySkinColor","Content","skillFilterNumber","skillFilterNumberInActive","backgroundColor","color","buttonProps","customStyle","transition","width","content","contextTypes","childContextTypes","translate","propTypes","bool","string","number","func","LearningPriorityModal","priorities","preselected","isOpen","isLoading","filters","onCancel","onAdd","onClose","selectedPriority","setSelectedPriority","selectedPriorityType","setSelectedPriorityType","searchValue","setSearchValue","filterValue","setFilterValue","searchResults","setSearchResults","handleCancel","handleClose","handleSearch","value","priority","title","handleSearchReset","priorityList","map","isPreSelectedPriority","some","selected","priorityRef","disabled","footer","cancelButton","label","confirmButton","onConfirm","iconName","LearningPriorityContainer","loaderContainer","loader","searchWrapper","placeholder","onChange","filterWrapper","length","index","name","count","handleChange","filterButtonWrapper","priorityListWrapper","courses","type","handlePriorityClick","subtitle","arrayOf","shape","oneOf"],"sources":["../../../src/molecule/learning-priority-modal/index.js"],"sourcesContent":["import React, {useEffect, useMemo, useState, useCallback} from 'react';\nimport PropTypes from 'prop-types';\nimport {get, assign, pick} from 'lodash/fp';\nimport {convert} from 'css-color-function';\nimport BaseModal from '../base-modal';\nimport ListItem from '../../organism/list-item';\nimport ButtonLink from '../../atom/button-link';\nimport Loader from '../../atom/loader';\nimport Provider from '../../atom/provider';\nimport {SelectOptionPropTypes} from '../../atom/select';\nimport SearchForm from '../search-form';\nimport searchValueIncluded from '../../util/search-value-included';\nimport style from './style.css';\n\nconst FilterButton = (props, context) => {\n const {active, filter, itemTotal, onClick} = props;\n const {skin} = context;\n const primarySkinColor = get('common.primary', skin);\n\n const Content = useCallback(\n () => (\n <div>\n {filter}\n <span\n className={active ? style.skillFilterNumber : style.skillFilterNumberInActive}\n style={{\n backgroundColor: active ? convert(`color(${primarySkinColor} a(0.07))`) : '#EAEAEB',\n color: active ? primarySkinColor : '#515161'\n }}\n >\n {itemTotal}\n </span>\n </div>\n ),\n [filter, itemTotal, active, primarySkinColor]\n );\n\n const buttonProps = {\n customStyle: {\n backgroundColor: active ? convert(`color(${primarySkinColor} a(0.07))`) : 'transparent',\n color: active ? primarySkinColor : '#9999A8',\n transition: 'background-color 0.15s ease-in-out, color 0.15s ease-in-out',\n width: 'fit-content'\n },\n onClick,\n content: <Content />,\n 'data-name': 'change-skill-focus-button'\n };\n\n return <ButtonLink {...buttonProps} />;\n};\n\nFilterButton.contextTypes = {\n skin: Provider.childContextTypes.skin,\n translate: Provider.childContextTypes.translate\n};\n\nFilterButton.propTypes = {\n active: PropTypes.bool,\n filter: PropTypes.string,\n itemTotal: PropTypes.number,\n onClick: PropTypes.func\n};\n\nconst LearningPriorityModal = (props, context) => {\n const {priorities, preselected, isOpen, isLoading, filters, onCancel, onAdd, onClose} = props;\n const {translate} = context;\n\n const [selectedPriority, setSelectedPriority] = useState('');\n const [selectedPriorityType, setSelectedPriorityType] = useState('');\n const [searchValue, setSearchValue] = useState('');\n const [filterValue, setFilterValue] = useState('all');\n const [searchResults, setSearchResults] = useState(priorities);\n\n const handleCancel = useCallback(() => {\n setSelectedPriority('');\n setSelectedPriorityType('');\n onCancel();\n }, [setSelectedPriority, setSelectedPriorityType, onCancel]);\n\n const handleClose = useCallback(() => {\n setSelectedPriority('');\n setSelectedPriorityType('');\n onClose();\n }, [setSelectedPriority, setSelectedPriorityType, onClose]);\n\n const handleSearch = useCallback(\n value => {\n setSearchValue(value);\n setSearchResults(priorities.filter(priority => searchValueIncluded(priority.title, value)));\n },\n [priorities, setSearchValue, setSearchResults]\n );\n\n const handleSearchReset = useCallback(() => {\n setSearchValue('');\n setSearchResults(priorities);\n }, [priorities, setSearchValue, setSearchResults]);\n\n useEffect(() => {\n setSearchResults(priorities);\n }, [priorities]);\n\n const priorityList = useMemo(() => {\n return searchResults.map(priority => {\n const isPreSelectedPriority = preselected.some(selected => selected === priority.priorityRef);\n return assign(\n {\n selected: isPreSelectedPriority,\n disabled: isPreSelectedPriority\n },\n pick(['title', 'priorityRef', 'type', 'courses'], priority)\n );\n });\n }, [searchResults, preselected]);\n\n const footer = useMemo(() => {\n return {\n cancelButton: {\n onCancel: handleCancel,\n label: translate('cancel')\n },\n confirmButton: {\n onConfirm: () => {\n onAdd(selectedPriority, selectedPriorityType);\n setSelectedPriority('');\n setSelectedPriorityType('');\n onClose();\n },\n label: translate('add'),\n iconName: 'plus',\n disabled: isLoading || !selectedPriority\n }\n };\n }, [\n handleCancel,\n setSelectedPriority,\n setSelectedPriorityType,\n onAdd,\n translate,\n selectedPriority,\n selectedPriorityType,\n isLoading\n ]);\n\n if ((!isLoading && !priorities) || !isOpen) return null;\n\n return (\n <BaseModal\n title={translate('learning_priority_modal_title')}\n description={translate('learning_priority_modal_description')}\n isOpen={isOpen}\n onClose={handleClose}\n footer={footer}\n >\n <div className={style.LearningPriorityContainer}>\n {isLoading ? (\n <div className={style.loaderContainer}>\n <Loader className={style.loader} theme=\"coorpmanager\" />\n </div>\n ) : (\n <>\n <div className={style.searchWrapper}>\n <SearchForm\n search={{\n placeholder: translate('search_priority_place_holder'),\n value: searchValue,\n onChange: handleSearch\n }}\n onReset={handleSearchReset}\n />\n </div>\n <div className={style.filterWrapper}>\n {searchResults.length > 0\n ? filters.map((filter, index) => {\n const {name, value, count} = filter;\n\n function handleChange() {\n setFilterValue(value);\n handleSearchReset();\n }\n\n if (count === 0) return null;\n\n return (\n <div key={index} className={style.filterButtonWrapper}>\n <FilterButton\n active={filterValue === value}\n filter={name}\n onClick={handleChange}\n itemTotal={count}\n />\n </div>\n );\n })\n : null}\n </div>\n <div className={style.priorityListWrapper}>\n {priorityList.map(priority => {\n const {title, priorityRef, courses = null, type, selected, disabled} = priority;\n function handlePriorityClick() {\n if (selectedPriority === priorityRef) {\n setSelectedPriority('');\n setSelectedPriorityType('');\n return;\n }\n setSelectedPriority(priorityRef);\n setSelectedPriorityType(type);\n }\n\n if (filterValue !== 'all' && type !== filterValue) return null;\n\n return (\n <ListItem\n {...(courses !== null ? {subtitle: `${courses} ${translate('courses')}`} : {})}\n title={title}\n selected={selected || selectedPriority === priorityRef}\n disabled={disabled}\n onClick={handlePriorityClick}\n tags={[{label: type, type: 'default'}]}\n key={priorityRef}\n backgroundColor=\"skin\"\n />\n );\n })}\n </div>\n </>\n )}\n </div>\n </BaseModal>\n );\n};\n\nLearningPriorityModal.contextTypes = {\n translate: Provider.childContextTypes.translate\n};\n\nLearningPriorityModal.propTypes = {\n priorities: PropTypes.arrayOf(\n PropTypes.shape({\n priorityRef: PropTypes.string,\n title: PropTypes.string,\n courses: PropTypes.number,\n type: PropTypes.oneOf(['skill', 'playlist', 'certificate'])\n })\n ),\n preselected: PropTypes.arrayOf(PropTypes.string),\n isOpen: PropTypes.bool,\n isLoading: PropTypes.bool,\n filters: PropTypes.arrayOf(\n PropTypes.shape({\n ...SelectOptionPropTypes,\n count: PropTypes.number\n })\n ),\n onCancel: PropTypes.func,\n onAdd: PropTypes.func,\n onClose: PropTypes.func\n};\n\nexport default LearningPriorityModal;\n"],"mappings":"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"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
@value colors: "../../variables/colors.css";
|
|
2
|
+
@value cm_grey_100 from colors;
|
|
3
|
+
|
|
4
|
+
.LearningPriorityContainer {
|
|
5
|
+
height: 485px;
|
|
6
|
+
width: calc(71vw - 68px);
|
|
7
|
+
max-width: 660px;
|
|
8
|
+
overflow-y: auto;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.loaderContainer {
|
|
12
|
+
display: flex;
|
|
13
|
+
justify-content: center;
|
|
14
|
+
align-items: center;
|
|
15
|
+
height: 100%;
|
|
16
|
+
width: 100%;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.loader {
|
|
20
|
+
width: 40px;
|
|
21
|
+
height: 40px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.searchWrapper {
|
|
25
|
+
border-radius: 12px;
|
|
26
|
+
width: 300px;
|
|
27
|
+
background-color: cm_grey_100;
|
|
28
|
+
margin-bottom: 20px;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.filterWrapper {
|
|
32
|
+
display: flex;
|
|
33
|
+
gap: 12px;
|
|
34
|
+
margin-bottom: 32px;
|
|
35
|
+
overflow-x: auto;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.filterButtonWrapper {
|
|
39
|
+
display: flex;
|
|
40
|
+
align-items: center;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.skillFilterNumber,
|
|
44
|
+
.skillFilterNumberInActive {
|
|
45
|
+
border-radius: 50%;
|
|
46
|
+
background-color: #D6E6FF;
|
|
47
|
+
color: #0061FF;
|
|
48
|
+
padding: 2px 4px;
|
|
49
|
+
margin-left: 8px;
|
|
50
|
+
font-size: 10px;
|
|
51
|
+
font-weight: 600;
|
|
52
|
+
line-height: 12px;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.skillFilterNumberInActive {
|
|
56
|
+
background-color: #EAEAEB;
|
|
57
|
+
color: #515161;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.priorityListWrapper {
|
|
61
|
+
display: flex;
|
|
62
|
+
flex-direction: column;
|
|
63
|
+
gap: 16px;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
@media mobile {
|
|
67
|
+
.LearningPriorityContainer {
|
|
68
|
+
width: 100%;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export default LearningPrioritySetupItem;
|
|
2
|
+
declare function LearningPrioritySetupItem(props: any, context: any): JSX.Element;
|
|
3
|
+
declare namespace LearningPrioritySetupItem {
|
|
4
|
+
namespace contextTypes {
|
|
5
|
+
const translate: PropTypes.Requireable<(...args: any[]) => any>;
|
|
6
|
+
}
|
|
7
|
+
const propTypes: {
|
|
8
|
+
'aria-label': PropTypes.Requireable<string>;
|
|
9
|
+
id: PropTypes.Requireable<string>;
|
|
10
|
+
priorityRef: PropTypes.Requireable<string>;
|
|
11
|
+
title: PropTypes.Requireable<string>;
|
|
12
|
+
courses: PropTypes.Requireable<number>;
|
|
13
|
+
type: PropTypes.Requireable<string>;
|
|
14
|
+
onRemove: PropTypes.Requireable<(...args: any[]) => any>;
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
import PropTypes from "prop-types";
|
|
18
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/molecule/learning-priority-setup-item/index.js"],"names":[],"mappings":";AAOA,kFAsDC"}
|