@coorpacademy/components 11.32.20 → 11.32.21
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 +6 -0
- package/es/atom/radio-with-title/index.d.ts.map +1 -1
- package/es/atom/radio-with-title/types.d.ts +6 -0
- package/es/atom/radio-with-title/types.d.ts.map +1 -1
- package/es/atom/tag/style.css +2 -1
- package/es/atom/title/index.d.ts +6 -0
- package/es/atom/title/index.d.ts.map +1 -1
- package/es/atom/title/index.js +16 -4
- package/es/atom/title/index.js.map +1 -1
- package/es/atom/title/style.css +13 -0
- package/es/molecule/cm-popin/types.d.ts +6 -0
- package/es/molecule/cm-popin/types.d.ts.map +1 -1
- package/es/molecule/dashboard/cards-list/index.d.ts +8 -2
- package/es/molecule/dashboard/cards-list/index.d.ts.map +1 -1
- package/es/molecule/dashboard/cards-list/index.js +28 -27
- package/es/molecule/dashboard/cards-list/index.js.map +1 -1
- package/es/molecule/dashboard/cards-list/prop-types.d.ts +1 -0
- package/es/molecule/dashboard/cards-list/prop-types.d.ts.map +1 -1
- package/es/molecule/dashboard/cards-list/prop-types.js.map +1 -1
- package/es/molecule/dashboard/cards-list/style.css +12 -29
- package/es/molecule/learning-priority-card/index.d.ts +1 -3
- package/es/molecule/learning-priority-card/index.d.ts.map +1 -1
- package/es/molecule/learning-priority-card/index.js +1 -3
- package/es/molecule/learning-priority-card/index.js.map +1 -1
- package/es/molecule/learning-priority-card/style.css +2 -0
- package/es/molecule/learning-priority-card/types.d.ts +2 -6
- package/es/molecule/learning-priority-card/types.d.ts.map +1 -1
- package/es/molecule/learning-priority-card/types.js +1 -3
- package/es/molecule/learning-priority-card/types.js.map +1 -1
- package/es/molecule/title-and-checkbox-wrapper/index.d.ts +6 -0
- package/es/molecule/title-radio-wrapper/index.d.ts +6 -0
- package/es/molecule/title-radio-wrapper/index.d.ts.map +1 -1
- package/es/molecule/title-radio-wrapper/types.d.ts +6 -0
- package/es/molecule/title-radio-wrapper/types.d.ts.map +1 -1
- package/es/organism/rewards-form/index.d.ts +6 -0
- package/es/organism/select-opponents/index.d.ts +6 -0
- package/es/organism/select-opponents/index.d.ts.map +1 -1
- package/es/organism/select-opponents/types.d.ts +6 -0
- package/es/organism/select-opponents/types.d.ts.map +1 -1
- package/es/organism/title-and-input/index.d.ts +12 -0
- package/es/organism/title-and-input/index.d.ts.map +1 -1
- package/es/organism/title-and-input/types.d.ts +12 -0
- package/es/organism/title-and-input/types.d.ts.map +1 -1
- package/es/organism/wizard-contents/index.d.ts +6 -0
- package/es/template/app-player/loading/index.d.ts +6 -0
- package/es/template/app-player/player/index.d.ts +12 -0
- package/es/template/app-player/player/slides/index.d.ts +6 -0
- package/es/template/app-player/player/slides/index.d.ts.map +1 -1
- package/es/template/app-player/popin-correction/index.d.ts +6 -0
- package/es/template/app-player/popin-correction/index.d.ts.map +1 -1
- package/es/template/app-player/popin-end/index.d.ts +14 -2
- package/es/template/app-player/popin-end/summary.d.ts +8 -2
- package/es/template/app-review/index.d.ts +6 -0
- package/es/template/app-review/index.d.ts.map +1 -1
- package/es/template/app-review/player/prop-types.d.ts +6 -0
- package/es/template/app-review/player/prop-types.d.ts.map +1 -1
- package/es/template/app-review/prop-types.d.ts +6 -0
- package/es/template/app-review/prop-types.d.ts.map +1 -1
- package/es/template/back-office/brand-update/index.d.ts +6 -0
- package/es/template/common/dashboard/index.d.ts +12 -0
- package/es/template/common/dashboard/index.d.ts.map +1 -1
- package/es/template/common/dashboard/index.js +27 -1
- package/es/template/common/dashboard/index.js.map +1 -1
- package/es/template/common/search-page/index.d.ts +14 -2
- package/es/template/external-course/index.d.ts +6 -0
- package/es/template/my-learning/index.d.ts +151 -1
- package/es/template/my-learning/index.d.ts.map +1 -1
- package/es/template/my-learning/index.js +35 -3
- package/es/template/my-learning/index.js.map +1 -1
- package/es/template/my-learning/style.css +18 -3
- package/es/template/teams-dashboard/index.d.ts +8 -2
- package/lib/atom/radio-with-title/index.d.ts +6 -0
- package/lib/atom/radio-with-title/index.d.ts.map +1 -1
- package/lib/atom/radio-with-title/types.d.ts +6 -0
- package/lib/atom/radio-with-title/types.d.ts.map +1 -1
- package/lib/atom/tag/style.css +2 -1
- package/lib/atom/title/index.d.ts +6 -0
- package/lib/atom/title/index.d.ts.map +1 -1
- package/lib/atom/title/index.js +18 -4
- package/lib/atom/title/index.js.map +1 -1
- package/lib/atom/title/style.css +13 -0
- package/lib/molecule/cm-popin/types.d.ts +6 -0
- package/lib/molecule/cm-popin/types.d.ts.map +1 -1
- package/lib/molecule/dashboard/cards-list/index.d.ts +8 -2
- package/lib/molecule/dashboard/cards-list/index.d.ts.map +1 -1
- package/lib/molecule/dashboard/cards-list/index.js +29 -27
- package/lib/molecule/dashboard/cards-list/index.js.map +1 -1
- package/lib/molecule/dashboard/cards-list/prop-types.d.ts +1 -0
- package/lib/molecule/dashboard/cards-list/prop-types.d.ts.map +1 -1
- package/lib/molecule/dashboard/cards-list/prop-types.js.map +1 -1
- package/lib/molecule/dashboard/cards-list/style.css +12 -29
- package/lib/molecule/learning-priority-card/index.d.ts +1 -3
- package/lib/molecule/learning-priority-card/index.d.ts.map +1 -1
- package/lib/molecule/learning-priority-card/index.js +1 -3
- package/lib/molecule/learning-priority-card/index.js.map +1 -1
- package/lib/molecule/learning-priority-card/style.css +2 -0
- package/lib/molecule/learning-priority-card/types.d.ts +2 -6
- package/lib/molecule/learning-priority-card/types.d.ts.map +1 -1
- package/lib/molecule/learning-priority-card/types.js +1 -3
- package/lib/molecule/learning-priority-card/types.js.map +1 -1
- package/lib/molecule/title-and-checkbox-wrapper/index.d.ts +6 -0
- package/lib/molecule/title-radio-wrapper/index.d.ts +6 -0
- package/lib/molecule/title-radio-wrapper/index.d.ts.map +1 -1
- package/lib/molecule/title-radio-wrapper/types.d.ts +6 -0
- package/lib/molecule/title-radio-wrapper/types.d.ts.map +1 -1
- package/lib/organism/rewards-form/index.d.ts +6 -0
- package/lib/organism/select-opponents/index.d.ts +6 -0
- package/lib/organism/select-opponents/index.d.ts.map +1 -1
- package/lib/organism/select-opponents/types.d.ts +6 -0
- package/lib/organism/select-opponents/types.d.ts.map +1 -1
- package/lib/organism/title-and-input/index.d.ts +12 -0
- package/lib/organism/title-and-input/index.d.ts.map +1 -1
- package/lib/organism/title-and-input/types.d.ts +12 -0
- package/lib/organism/title-and-input/types.d.ts.map +1 -1
- package/lib/organism/wizard-contents/index.d.ts +6 -0
- package/lib/template/app-player/loading/index.d.ts +6 -0
- package/lib/template/app-player/player/index.d.ts +12 -0
- package/lib/template/app-player/player/slides/index.d.ts +6 -0
- package/lib/template/app-player/player/slides/index.d.ts.map +1 -1
- package/lib/template/app-player/popin-correction/index.d.ts +6 -0
- package/lib/template/app-player/popin-correction/index.d.ts.map +1 -1
- package/lib/template/app-player/popin-end/index.d.ts +14 -2
- package/lib/template/app-player/popin-end/summary.d.ts +8 -2
- package/lib/template/app-review/index.d.ts +6 -0
- package/lib/template/app-review/index.d.ts.map +1 -1
- package/lib/template/app-review/player/prop-types.d.ts +6 -0
- package/lib/template/app-review/player/prop-types.d.ts.map +1 -1
- package/lib/template/app-review/prop-types.d.ts +6 -0
- package/lib/template/app-review/prop-types.d.ts.map +1 -1
- package/lib/template/back-office/brand-update/index.d.ts +6 -0
- package/lib/template/common/dashboard/index.d.ts +12 -0
- package/lib/template/common/dashboard/index.d.ts.map +1 -1
- package/lib/template/common/dashboard/index.js +29 -1
- package/lib/template/common/dashboard/index.js.map +1 -1
- package/lib/template/common/search-page/index.d.ts +14 -2
- package/lib/template/external-course/index.d.ts +6 -0
- package/lib/template/my-learning/index.d.ts +151 -1
- package/lib/template/my-learning/index.d.ts.map +1 -1
- package/lib/template/my-learning/index.js +42 -4
- package/lib/template/my-learning/index.js.map +1 -1
- package/lib/template/my-learning/style.css +18 -3
- package/lib/template/teams-dashboard/index.d.ts +8 -2
- package/package.json +2 -2
|
@@ -1,17 +1,13 @@
|
|
|
1
1
|
import PropTypes from 'prop-types';
|
|
2
2
|
export declare type LearningPriorityCardPropTypes = {
|
|
3
3
|
title: string;
|
|
4
|
-
|
|
5
|
-
label: 'Skill' | 'Playlist' | 'Certification';
|
|
6
|
-
};
|
|
4
|
+
tagLabel: 'Skill' | 'Playlist' | 'Certification';
|
|
7
5
|
progression: number;
|
|
8
6
|
onClick: () => void;
|
|
9
7
|
};
|
|
10
8
|
export declare const propTypes: {
|
|
11
9
|
title: PropTypes.Requireable<string>;
|
|
12
|
-
|
|
13
|
-
label: PropTypes.Requireable<string>;
|
|
14
|
-
}>>;
|
|
10
|
+
tagLabel: PropTypes.Requireable<string>;
|
|
15
11
|
progression: PropTypes.Requireable<number>;
|
|
16
12
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
17
13
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/molecule/learning-priority-card/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,oBAAY,6BAA6B,GAAG;IAC1C,KAAK,EAAE,MAAM,CAAC;IACd,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/molecule/learning-priority-card/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,oBAAY,6BAA6B,GAAG;IAC1C,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,GAAG,UAAU,GAAG,eAAe,CAAC;IACjD,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;CAKrB,CAAC"}
|
|
@@ -9,9 +9,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
9
9
|
|
|
10
10
|
const propTypes = {
|
|
11
11
|
title: _propTypes.default.string,
|
|
12
|
-
|
|
13
|
-
label: _propTypes.default.oneOf(['Playlist', 'Certification', 'Skill'])
|
|
14
|
-
}),
|
|
12
|
+
tagLabel: _propTypes.default.oneOf(['Playlist', 'Certification', 'Skill']),
|
|
15
13
|
progression: _propTypes.default.number,
|
|
16
14
|
onClick: _propTypes.default.func
|
|
17
15
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","names":["propTypes","title","PropTypes","string","
|
|
1
|
+
{"version":3,"file":"types.js","names":["propTypes","title","PropTypes","string","tagLabel","oneOf","progression","number","onClick","func"],"sources":["../../../src/molecule/learning-priority-card/types.ts"],"sourcesContent":["import PropTypes from 'prop-types';\n\nexport type LearningPriorityCardPropTypes = {\n title: string;\n tagLabel: 'Skill' | 'Playlist' | 'Certification';\n progression: number;\n onClick: () => void;\n};\n\nexport const propTypes = {\n title: PropTypes.string,\n tagLabel: PropTypes.oneOf(['Playlist', 'Certification', 'Skill']),\n progression: PropTypes.number,\n onClick: PropTypes.func\n};\n"],"mappings":";;;;;AAAA;;;;AASO,MAAMA,SAAS,GAAG;EACvBC,KAAK,EAAEC,kBAAA,CAAUC,MADM;EAEvBC,QAAQ,EAAEF,kBAAA,CAAUG,KAAV,CAAgB,CAAC,UAAD,EAAa,eAAb,EAA8B,OAA9B,CAAhB,CAFa;EAGvBC,WAAW,EAAEJ,kBAAA,CAAUK,MAHA;EAIvBC,OAAO,EAAEN,kBAAA,CAAUO;AAJI,CAAlB"}
|
|
@@ -18,6 +18,12 @@ declare namespace TitleAndCheckBoxWrapper {
|
|
|
18
18
|
'data-name': PropTypes.Requireable<string>;
|
|
19
19
|
titleSize: PropTypes.Requireable<string>;
|
|
20
20
|
subtitleSize: PropTypes.Requireable<string>;
|
|
21
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
22
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
23
|
+
label: PropTypes.Requireable<string>;
|
|
24
|
+
type: PropTypes.Requireable<string>;
|
|
25
|
+
size: PropTypes.Requireable<string>;
|
|
26
|
+
}>>;
|
|
21
27
|
}>>;
|
|
22
28
|
const child: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
|
|
23
29
|
childType: PropTypes.Requireable<string>;
|
|
@@ -11,6 +11,12 @@ declare const TitleRadioWrapper: {
|
|
|
11
11
|
'data-name': import("prop-types").Requireable<string>;
|
|
12
12
|
titleSize: import("prop-types").Requireable<string>;
|
|
13
13
|
subtitleSize: import("prop-types").Requireable<string>;
|
|
14
|
+
icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
|
|
15
|
+
tag: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
16
|
+
label: import("prop-types").Requireable<string>;
|
|
17
|
+
type: import("prop-types").Requireable<string>;
|
|
18
|
+
size: import("prop-types").Requireable<string>;
|
|
19
|
+
}>>;
|
|
14
20
|
}>>>;
|
|
15
21
|
name: import("prop-types").Requireable<string>;
|
|
16
22
|
checked: import("prop-types").Requireable<boolean>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/molecule/title-radio-wrapper/index.tsx"],"names":[],"mappings":";AAKA,OAAkB,EAAC,sBAAsB,EAAC,MAAM,SAAS,CAAC;AAqB1D,QAAA,MAAM,iBAAiB;YAAW,sBAAsB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/molecule/title-radio-wrapper/index.tsx"],"names":[],"mappings":";AAKA,OAAkB,EAAC,sBAAsB,EAAC,MAAM,SAAS,CAAC;AAqB1D,QAAA,MAAM,iBAAiB;YAAW,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQvD,CAAC;AAIF,eAAe,iBAAiB,CAAC"}
|
|
@@ -11,6 +11,12 @@ declare const propTypes: {
|
|
|
11
11
|
'data-name': PropTypes.Requireable<string>;
|
|
12
12
|
titleSize: PropTypes.Requireable<string>;
|
|
13
13
|
subtitleSize: PropTypes.Requireable<string>;
|
|
14
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
15
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
16
|
+
label: PropTypes.Requireable<string>;
|
|
17
|
+
type: PropTypes.Requireable<string>;
|
|
18
|
+
size: PropTypes.Requireable<string>;
|
|
19
|
+
}>>;
|
|
14
20
|
}>>>;
|
|
15
21
|
name: PropTypes.Requireable<string>;
|
|
16
22
|
checked: PropTypes.Requireable<boolean>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/molecule/title-radio-wrapper/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,kBAAkB,MAAM,iCAAiC,CAAC;AAEjE,OAAO,EAAC,mBAAmB,EAAC,MAAM,mCAAmC,CAAC;AACtE,OAAO,cAAc,MAAM,oBAAoB,CAAC;AAEhD,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/molecule/title-radio-wrapper/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,kBAAkB,MAAM,iCAAiC,CAAC;AAEjE,OAAO,EAAC,mBAAmB,EAAC,MAAM,mCAAmC,CAAC;AACtE,OAAO,cAAc,MAAM,oBAAoB,CAAC;AAEhD,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOd,CAAC;AAEF,oBAAY,sBAAsB,GAAG;IACnC,cAAc,EAAE,mBAAmB,CAAC;IACpC,KAAK,EAAE,OAAO,cAAc,CAAC,SAAS,GAAG,OAAO,kBAAkB,CAAC,SAAS,CAAC;IAC7E,SAAS,EAAE,iBAAiB,GAAG,gBAAgB,CAAC;CACjD,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -21,6 +21,12 @@ declare namespace RewardsForm {
|
|
|
21
21
|
'data-name': PropTypes.Requireable<string>;
|
|
22
22
|
titleSize: PropTypes.Requireable<string>;
|
|
23
23
|
subtitleSize: PropTypes.Requireable<string>;
|
|
24
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
25
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
26
|
+
label: PropTypes.Requireable<string>;
|
|
27
|
+
type: PropTypes.Requireable<string>;
|
|
28
|
+
size: PropTypes.Requireable<string>;
|
|
29
|
+
}>>;
|
|
24
30
|
}>>;
|
|
25
31
|
child: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
|
|
26
32
|
childType: PropTypes.Requireable<string>;
|
|
@@ -20,6 +20,12 @@ declare const SelectOpponents: {
|
|
|
20
20
|
'data-name': import("prop-types").Requireable<string>;
|
|
21
21
|
titleSize: import("prop-types").Requireable<string>;
|
|
22
22
|
subtitleSize: import("prop-types").Requireable<string>;
|
|
23
|
+
icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
|
|
24
|
+
tag: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
25
|
+
label: import("prop-types").Requireable<string>;
|
|
26
|
+
type: import("prop-types").Requireable<string>;
|
|
27
|
+
size: import("prop-types").Requireable<string>;
|
|
28
|
+
}>>;
|
|
23
29
|
}>>;
|
|
24
30
|
child: import("prop-types").Requireable<NonNullable<import("prop-types").InferProps<{
|
|
25
31
|
childType: import("prop-types").Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/select-opponents/index.tsx"],"names":[],"mappings":";AAGA,OAAkB,EAAC,oBAAoB,EAA+B,MAAM,SAAS,CAAC;AAMtF,QAAA,MAAM,eAAe;YAAW,oBAAoB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/select-opponents/index.tsx"],"names":[],"mappings":";AAGA,OAAkB,EAAC,oBAAoB,EAA+B,MAAM,SAAS,CAAC;AAMtF,QAAA,MAAM,eAAe;YAAW,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgBnD,CAAC;AAIF,eAAe,eAAe,CAAC"}
|
|
@@ -17,6 +17,12 @@ export declare const propTypes: {
|
|
|
17
17
|
'data-name': PropTypes.Requireable<string>;
|
|
18
18
|
titleSize: PropTypes.Requireable<string>;
|
|
19
19
|
subtitleSize: PropTypes.Requireable<string>;
|
|
20
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
21
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
22
|
+
label: PropTypes.Requireable<string>;
|
|
23
|
+
type: PropTypes.Requireable<string>;
|
|
24
|
+
size: PropTypes.Requireable<string>;
|
|
25
|
+
}>>;
|
|
20
26
|
}>>;
|
|
21
27
|
child: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
|
|
22
28
|
childType: PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/organism/select-opponents/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAGnC,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/organism/select-opponents/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAGnC,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAErB,CAAC;AAEF,oBAAY,4BAA4B,GAAG;IACzC,KAAK,EAAE;QACL,SAAS,EAAE,iBAAiB,GAAG,cAAc,CAAC;QAC9C,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;KACtB,CAAC;IACF,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACtB,CAAC;AAEF,oBAAY,oBAAoB,GAAG;IACjC,KAAK,EAAE,4BAA4B,EAAE,CAAC;CACvC,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -10,6 +10,12 @@ declare const TitleAndInput: {
|
|
|
10
10
|
'data-name': import("prop-types").Requireable<string>;
|
|
11
11
|
titleSize: import("prop-types").Requireable<string>;
|
|
12
12
|
subtitleSize: import("prop-types").Requireable<string>;
|
|
13
|
+
icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
|
|
14
|
+
tag: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
15
|
+
label: import("prop-types").Requireable<string>;
|
|
16
|
+
type: import("prop-types").Requireable<string>;
|
|
17
|
+
size: import("prop-types").Requireable<string>;
|
|
18
|
+
}>>;
|
|
13
19
|
}>>>;
|
|
14
20
|
field: import("prop-types").Requireable<NonNullable<import("prop-types").InferProps<{
|
|
15
21
|
title: import("prop-types").Requireable<string>;
|
|
@@ -65,6 +71,12 @@ declare const TitleAndInput: {
|
|
|
65
71
|
'data-name': import("prop-types").Requireable<string>;
|
|
66
72
|
titleSize: import("prop-types").Requireable<string>;
|
|
67
73
|
subtitleSize: import("prop-types").Requireable<string>;
|
|
74
|
+
icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
|
|
75
|
+
tag: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
76
|
+
label: import("prop-types").Requireable<string>;
|
|
77
|
+
type: import("prop-types").Requireable<string>;
|
|
78
|
+
size: import("prop-types").Requireable<string>;
|
|
79
|
+
}>>;
|
|
68
80
|
}>>;
|
|
69
81
|
child: import("prop-types").Requireable<NonNullable<import("prop-types").InferProps<{
|
|
70
82
|
childType: import("prop-types").Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/title-and-input/index.tsx"],"names":[],"mappings":";AAKA,OAAkB,EAAC,kBAAkB,EAAC,MAAM,SAAS,CAAC;AAiBtD,QAAA,MAAM,aAAa;YAAW,kBAAkB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/title-and-input/index.tsx"],"names":[],"mappings":";AAKA,OAAkB,EAAC,kBAAkB,EAAC,MAAM,SAAS,CAAC;AAiBtD,QAAA,MAAM,aAAa;YAAW,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgB/C,CAAC;AAIF,eAAe,aAAa,CAAC"}
|
|
@@ -11,6 +11,12 @@ declare const propTypes: {
|
|
|
11
11
|
'data-name': PropTypes.Requireable<string>;
|
|
12
12
|
titleSize: PropTypes.Requireable<string>;
|
|
13
13
|
subtitleSize: PropTypes.Requireable<string>;
|
|
14
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
15
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
16
|
+
label: PropTypes.Requireable<string>;
|
|
17
|
+
type: PropTypes.Requireable<string>;
|
|
18
|
+
size: PropTypes.Requireable<string>;
|
|
19
|
+
}>>;
|
|
14
20
|
}>>>;
|
|
15
21
|
field: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
|
|
16
22
|
title: PropTypes.Requireable<string>;
|
|
@@ -66,6 +72,12 @@ declare const propTypes: {
|
|
|
66
72
|
'data-name': PropTypes.Requireable<string>;
|
|
67
73
|
titleSize: PropTypes.Requireable<string>;
|
|
68
74
|
subtitleSize: PropTypes.Requireable<string>;
|
|
75
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
76
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
77
|
+
label: PropTypes.Requireable<string>;
|
|
78
|
+
type: PropTypes.Requireable<string>;
|
|
79
|
+
size: PropTypes.Requireable<string>;
|
|
80
|
+
}>>;
|
|
69
81
|
}>>;
|
|
70
82
|
child: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
|
|
71
83
|
childType: PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/organism/title-and-input/types.ts"],"names":[],"mappings":";AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,YAAY,MAAM,yBAAyB,CAAC;AAEnD,OAAO,cAAc,MAAM,gCAAgC,CAAC;AAE5D,OAAO,EAAC,oBAAoB,EAAC,MAAM,2BAA2B,CAAC;AAE/D,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/organism/title-and-input/types.ts"],"names":[],"mappings":";AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,YAAY,MAAM,yBAAyB,CAAC;AAEnD,OAAO,cAAc,MAAM,gCAAgC,CAAC;AAE5D,OAAO,EAAC,oBAAoB,EAAC,MAAM,2BAA2B,CAAC;AAE/D,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQd,CAAC;AACF,oBAAY,kBAAkB,GAAG;IAC/B,KAAK,EAAE;QACL,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;QACjB,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,EAAE,MAAM,CAAC;KACrB,CAAC;IACF,KAAK,EACD,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,GAC3C,KAAK,CAAC,cAAc,CAAC,OAAO,YAAY,CAAC,GACzC,oBAAoB,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -288,6 +288,12 @@ declare namespace WizardContents {
|
|
|
288
288
|
'data-name': PropTypes.Requireable<string>;
|
|
289
289
|
titleSize: PropTypes.Requireable<string>;
|
|
290
290
|
subtitleSize: PropTypes.Requireable<string>;
|
|
291
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
292
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
293
|
+
label: PropTypes.Requireable<string>;
|
|
294
|
+
type: PropTypes.Requireable<string>;
|
|
295
|
+
size: PropTypes.Requireable<string>;
|
|
296
|
+
}>>;
|
|
291
297
|
}>>;
|
|
292
298
|
child: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
|
|
293
299
|
childType: PropTypes.Requireable<string>;
|
|
@@ -15,6 +15,12 @@ declare namespace PlayerLoading {
|
|
|
15
15
|
'data-name': PropTypes.Requireable<string>;
|
|
16
16
|
titleSize: PropTypes.Requireable<string>;
|
|
17
17
|
subtitleSize: PropTypes.Requireable<string>;
|
|
18
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
19
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
20
|
+
label: PropTypes.Requireable<string>;
|
|
21
|
+
type: PropTypes.Requireable<string>;
|
|
22
|
+
size: PropTypes.Requireable<string>;
|
|
23
|
+
}>>;
|
|
18
24
|
}>>;
|
|
19
25
|
headerIcon: PropTypes.Requireable<string>;
|
|
20
26
|
backgroundImage: PropTypes.Requireable<string>;
|
|
@@ -66,6 +66,12 @@ declare namespace SlidePlayer {
|
|
|
66
66
|
'data-name': PropTypes.Requireable<string>;
|
|
67
67
|
titleSize: PropTypes.Requireable<string>;
|
|
68
68
|
subtitleSize: PropTypes.Requireable<string>;
|
|
69
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
70
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
71
|
+
label: PropTypes.Requireable<string>;
|
|
72
|
+
type: PropTypes.Requireable<string>;
|
|
73
|
+
size: PropTypes.Requireable<string>;
|
|
74
|
+
}>>;
|
|
69
75
|
}>>;
|
|
70
76
|
headerIcon: PropTypes.Requireable<string>;
|
|
71
77
|
backgroundImage: PropTypes.Requireable<string>;
|
|
@@ -343,6 +349,12 @@ declare namespace SlidePlayer {
|
|
|
343
349
|
'data-name': PropTypes.Requireable<string>;
|
|
344
350
|
titleSize: PropTypes.Requireable<string>;
|
|
345
351
|
subtitleSize: PropTypes.Requireable<string>;
|
|
352
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
353
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
354
|
+
label: PropTypes.Requireable<string>;
|
|
355
|
+
type: PropTypes.Requireable<string>;
|
|
356
|
+
size: PropTypes.Requireable<string>;
|
|
357
|
+
}>>;
|
|
346
358
|
}>>;
|
|
347
359
|
headerIcon: PropTypes.Requireable<string>;
|
|
348
360
|
backgroundImage: PropTypes.Requireable<string>;
|
|
@@ -72,6 +72,12 @@ declare namespace SlidesPlayer {
|
|
|
72
72
|
'data-name': PropTypes.Requireable<string>;
|
|
73
73
|
titleSize: PropTypes.Requireable<string>;
|
|
74
74
|
subtitleSize: PropTypes.Requireable<string>;
|
|
75
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
76
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
77
|
+
label: PropTypes.Requireable<string>;
|
|
78
|
+
type: PropTypes.Requireable<string>;
|
|
79
|
+
size: PropTypes.Requireable<string>;
|
|
80
|
+
}>>;
|
|
75
81
|
}>>;
|
|
76
82
|
headerIcon: PropTypes.Requireable<string>;
|
|
77
83
|
backgroundImage: PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/template/app-player/player/slides/index.js"],"names":[],"mappings":";AA+aA,qEAkBC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/template/app-player/player/slides/index.js"],"names":[],"mappings":";AA+aA,qEAkBC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA1ID;;uBAyBC;;;;;;;;;;;;;;;;;;;;;;;;;AArPD;;;gBAaC;;;;;;;;;;;;;AAyDD;;;;gBAEC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlHD,oEAQC;;;;;;;;;AAgND;;gBAiBC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA/GD,qEAaC"}
|
|
@@ -102,6 +102,12 @@ declare class PopinCorrection extends React.Component<any, any, any> {
|
|
|
102
102
|
'data-name': PropTypes.Requireable<string>;
|
|
103
103
|
titleSize: PropTypes.Requireable<string>;
|
|
104
104
|
subtitleSize: PropTypes.Requireable<string>;
|
|
105
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
106
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
107
|
+
label: PropTypes.Requireable<string>;
|
|
108
|
+
type: PropTypes.Requireable<string>;
|
|
109
|
+
size: PropTypes.Requireable<string>;
|
|
110
|
+
}>>;
|
|
105
111
|
}>>;
|
|
106
112
|
headerIcon: PropTypes.Requireable<string>;
|
|
107
113
|
backgroundImage: PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/app-player/popin-correction/index.js"],"names":[],"mappings":";AAmGA;IACE
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/app-player/popin-correction/index.js"],"names":[],"mappings":";AAmGA;IACE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAmBE;IAEF;;;;;;;;;;;;;;;;;;;;;;MAEE;IAEF,wBAIC;IAFC;;MAA0B;IAkB5B,gCAEC;IAhBD,0BAEC;IAED,kBAQC;IALC,gCAIE;IAIF,aAAsB;IAGxB,sBAsEC;CACF"}
|
|
@@ -110,7 +110,7 @@ declare namespace PopinEnd {
|
|
|
110
110
|
dataName: PropTypes.Requireable<string>;
|
|
111
111
|
title: PropTypes.Requireable<NonNullable<PropTypes.ReactNodeLike>>;
|
|
112
112
|
showMore: PropTypes.Requireable<string>;
|
|
113
|
-
cards: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
113
|
+
cards: PropTypes.Requireable<(NonNullable<PropTypes.InferProps<{
|
|
114
114
|
badge: PropTypes.Requireable<string>;
|
|
115
115
|
image: PropTypes.Requireable<string>;
|
|
116
116
|
disabled: PropTypes.Requireable<boolean>;
|
|
@@ -161,7 +161,12 @@ declare namespace PopinEnd {
|
|
|
161
161
|
progression: PropTypes.Requireable<string>;
|
|
162
162
|
adaptive: PropTypes.Requireable<string>;
|
|
163
163
|
}>>;
|
|
164
|
-
}> |
|
|
164
|
+
}> | PropTypes.InferProps<{
|
|
165
|
+
title: PropTypes.Requireable<string>;
|
|
166
|
+
tagLabel: PropTypes.Requireable<string>;
|
|
167
|
+
progression: PropTypes.Requireable<number>;
|
|
168
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
169
|
+
}> | null | undefined> | null | undefined)[]>;
|
|
165
170
|
customStyle: PropTypes.Requireable<{
|
|
166
171
|
[x: string]: string | null | undefined;
|
|
167
172
|
}>;
|
|
@@ -171,6 +176,7 @@ declare namespace PopinEnd {
|
|
|
171
176
|
showMoreOnLeftAriaLabel: PropTypes.Requireable<string>;
|
|
172
177
|
showMoreOnRightAriaLabel: PropTypes.Requireable<string>;
|
|
173
178
|
}>>;
|
|
179
|
+
type: PropTypes.Requireable<string>;
|
|
174
180
|
testingSizes: PropTypes.Requireable<any>;
|
|
175
181
|
}>>;
|
|
176
182
|
feedback: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -196,6 +202,12 @@ declare namespace PopinEnd {
|
|
|
196
202
|
'data-name': PropTypes.Requireable<string>;
|
|
197
203
|
titleSize: PropTypes.Requireable<string>;
|
|
198
204
|
subtitleSize: PropTypes.Requireable<string>;
|
|
205
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
206
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
207
|
+
label: PropTypes.Requireable<string>;
|
|
208
|
+
type: PropTypes.Requireable<string>;
|
|
209
|
+
size: PropTypes.Requireable<string>;
|
|
210
|
+
}>>;
|
|
199
211
|
}>>;
|
|
200
212
|
headerIcon: PropTypes.Requireable<string>;
|
|
201
213
|
backgroundImage: PropTypes.Requireable<string>;
|
|
@@ -116,7 +116,7 @@ declare namespace Summary {
|
|
|
116
116
|
dataName: PropTypes.Requireable<string>;
|
|
117
117
|
title: PropTypes.Requireable<NonNullable<PropTypes.ReactNodeLike>>;
|
|
118
118
|
showMore: PropTypes.Requireable<string>;
|
|
119
|
-
cards: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
119
|
+
cards: PropTypes.Requireable<(NonNullable<PropTypes.InferProps<{
|
|
120
120
|
badge: PropTypes.Requireable<string>;
|
|
121
121
|
image: PropTypes.Requireable<string>;
|
|
122
122
|
disabled: PropTypes.Requireable<boolean>;
|
|
@@ -167,7 +167,12 @@ declare namespace Summary {
|
|
|
167
167
|
progression: PropTypes.Requireable<string>;
|
|
168
168
|
adaptive: PropTypes.Requireable<string>;
|
|
169
169
|
}>>;
|
|
170
|
-
}> |
|
|
170
|
+
}> | PropTypes.InferProps<{
|
|
171
|
+
title: PropTypes.Requireable<string>;
|
|
172
|
+
tagLabel: PropTypes.Requireable<string>;
|
|
173
|
+
progression: PropTypes.Requireable<number>;
|
|
174
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
175
|
+
}> | null | undefined> | null | undefined)[]>;
|
|
171
176
|
customStyle: PropTypes.Requireable<{
|
|
172
177
|
[x: string]: string | null | undefined;
|
|
173
178
|
}>;
|
|
@@ -177,6 +182,7 @@ declare namespace Summary {
|
|
|
177
182
|
showMoreOnLeftAriaLabel: PropTypes.Requireable<string>;
|
|
178
183
|
showMoreOnRightAriaLabel: PropTypes.Requireable<string>;
|
|
179
184
|
}>>;
|
|
185
|
+
type: PropTypes.Requireable<string>;
|
|
180
186
|
testingSizes: PropTypes.Requireable<any>;
|
|
181
187
|
}>>;
|
|
182
188
|
const feedback: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -523,6 +523,12 @@ declare const AppReview: {
|
|
|
523
523
|
'data-name': import("prop-types").Requireable<string>;
|
|
524
524
|
titleSize: import("prop-types").Requireable<string>;
|
|
525
525
|
subtitleSize: import("prop-types").Requireable<string>;
|
|
526
|
+
icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
|
|
527
|
+
tag: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
528
|
+
label: import("prop-types").Requireable<string>;
|
|
529
|
+
type: import("prop-types").Requireable<string>;
|
|
530
|
+
size: import("prop-types").Requireable<string>;
|
|
531
|
+
}>>;
|
|
526
532
|
}>>;
|
|
527
533
|
headerIcon: import("prop-types").Requireable<string>;
|
|
528
534
|
backgroundImage: import("prop-types").Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/index.tsx"],"names":[],"mappings":";AAGA,OAAkB,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AAEvD,QAAA,MAAM,SAAS;2BAAwB,cAAc
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/index.tsx"],"names":[],"mappings":";AAGA,OAAkB,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AAEvD,QAAA,MAAM,SAAS;2BAAwB,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOpD,CAAC;AAIF,eAAe,SAAS,CAAC"}
|
|
@@ -523,6 +523,12 @@ declare const propTypes: {
|
|
|
523
523
|
'data-name': PropTypes.Requireable<string>;
|
|
524
524
|
titleSize: PropTypes.Requireable<string>;
|
|
525
525
|
subtitleSize: PropTypes.Requireable<string>;
|
|
526
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
527
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
528
|
+
label: PropTypes.Requireable<string>;
|
|
529
|
+
type: PropTypes.Requireable<string>;
|
|
530
|
+
size: PropTypes.Requireable<string>;
|
|
531
|
+
}>>;
|
|
526
532
|
}>>;
|
|
527
533
|
headerIcon: PropTypes.Requireable<string>;
|
|
528
534
|
backgroundImage: PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../../src/template/app-review/player/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AACtD,OAAO,EAAC,YAAY,EAAC,MAAM,kCAAkC,CAAC;AAC9D,OAAgC,EAC9B,mBAAmB,EACpB,MAAM,8CAA8C,CAAC;AAEtD,OAA8B,EAAC,WAAW,EAAC,MAAM,uCAAuC,CAAC;AAEzF,OAA+B,EAC7B,gBAAgB,EACjB,MAAM,oDAAoD,CAAC;AAE5D,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../../src/template/app-review/player/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AACtD,OAAO,EAAC,YAAY,EAAC,MAAM,kCAAkC,CAAC;AAC9D,OAAgC,EAC9B,mBAAmB,EACpB,MAAM,8CAA8C,CAAC;AAEtD,OAA8B,EAAC,WAAW,EAAC,MAAM,uCAAuC,CAAC;AAEzF,OAA+B,EAC7B,gBAAgB,EACjB,MAAM,oDAAoD,CAAC;AAE5D,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKd,CAAC;AAEF,eAAe,SAAS,CAAC;AAEzB,oBAAY,iBAAiB,GAAG;IAC9B,MAAM,EAAE,WAAW,CAAC;IACpB,KAAK,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAC/B,eAAe,CAAC,EAAE,mBAAmB,CAAC;IACtC,QAAQ,CAAC,EAAE,mBAAmB,CAAC;IAC/B,SAAS,CAAC,EAAE,YAAY,CAAC;CAC1B,CAAC"}
|
|
@@ -527,6 +527,12 @@ declare const propTypes: {
|
|
|
527
527
|
'data-name': PropTypes.Requireable<string>;
|
|
528
528
|
titleSize: PropTypes.Requireable<string>;
|
|
529
529
|
subtitleSize: PropTypes.Requireable<string>;
|
|
530
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
531
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
532
|
+
label: PropTypes.Requireable<string>;
|
|
533
|
+
type: PropTypes.Requireable<string>;
|
|
534
|
+
size: PropTypes.Requireable<string>;
|
|
535
|
+
}>>;
|
|
530
536
|
}>>;
|
|
531
537
|
headerIcon: PropTypes.Requireable<string>;
|
|
532
538
|
backgroundImage: PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AAEtD,oBAAY,QAAQ,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE3C,oBAAY,cAAc,GAAG;IAC3B,QAAQ,EAAE,QAAQ,CAAC;IACnB,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AAEtD,oBAAY,QAAQ,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE3C,oBAAY,cAAc,GAAG;IAC3B,QAAQ,EAAE,QAAQ,CAAC;IACnB,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGd,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -746,6 +746,12 @@ declare namespace BrandUpdate {
|
|
|
746
746
|
'data-name': PropTypes.Requireable<string>;
|
|
747
747
|
titleSize: PropTypes.Requireable<string>;
|
|
748
748
|
subtitleSize: PropTypes.Requireable<string>;
|
|
749
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
750
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
751
|
+
label: PropTypes.Requireable<string>;
|
|
752
|
+
type: PropTypes.Requireable<string>;
|
|
753
|
+
size: PropTypes.Requireable<string>;
|
|
754
|
+
}>>;
|
|
749
755
|
}>>;
|
|
750
756
|
headerIcon: PropTypes.Requireable<string>;
|
|
751
757
|
backgroundImage: PropTypes.Requireable<string>;
|
|
@@ -16,6 +16,12 @@ declare namespace Dashboard {
|
|
|
16
16
|
'data-name': PropTypes.Requireable<string>;
|
|
17
17
|
titleSize: PropTypes.Requireable<string>;
|
|
18
18
|
subtitleSize: PropTypes.Requireable<string>;
|
|
19
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
20
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
21
|
+
label: PropTypes.Requireable<string>;
|
|
22
|
+
type: PropTypes.Requireable<string>;
|
|
23
|
+
size: PropTypes.Requireable<string>;
|
|
24
|
+
}>>;
|
|
19
25
|
}>>;
|
|
20
26
|
headerIcon: PropTypes.Requireable<string>;
|
|
21
27
|
backgroundImage: PropTypes.Requireable<string>;
|
|
@@ -296,6 +302,12 @@ declare namespace Dashboard {
|
|
|
296
302
|
'data-name': PropTypes.Requireable<string>;
|
|
297
303
|
titleSize: PropTypes.Requireable<string>;
|
|
298
304
|
subtitleSize: PropTypes.Requireable<string>;
|
|
305
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
306
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
307
|
+
label: PropTypes.Requireable<string>;
|
|
308
|
+
type: PropTypes.Requireable<string>;
|
|
309
|
+
size: PropTypes.Requireable<string>;
|
|
310
|
+
}>>;
|
|
299
311
|
}>>;
|
|
300
312
|
headerIcon: PropTypes.Requireable<string>;
|
|
301
313
|
backgroundImage: PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/common/dashboard/index.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/common/dashboard/index.js"],"names":[],"mappings":";AAyBA,oDA8EC"}
|
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports.default = void 0;
|
|
5
5
|
|
|
6
|
+
var _size2 = _interopRequireDefault(require("lodash/fp/size"));
|
|
7
|
+
|
|
6
8
|
var _react = _interopRequireDefault(require("react"));
|
|
7
9
|
|
|
8
10
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
@@ -25,6 +27,10 @@ var _reviewBanner = _interopRequireDefault(require("../../../molecule/dashboard/
|
|
|
25
27
|
|
|
26
28
|
var _learningProfileBanner = _interopRequireDefault(require("../../../molecule/dashboard/learning-profile-banner"));
|
|
27
29
|
|
|
30
|
+
var _title = _interopRequireDefault(require("../../../atom/title"));
|
|
31
|
+
|
|
32
|
+
var _myLearning = require("../../my-learning");
|
|
33
|
+
|
|
28
34
|
var _style = _interopRequireDefault(require("./style.css"));
|
|
29
35
|
|
|
30
36
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
@@ -70,6 +76,28 @@ const Dashboard = props => {
|
|
|
70
76
|
case 'battleRequests':
|
|
71
77
|
return /*#__PURE__*/_react.default.createElement(_battleRequestList.default, section);
|
|
72
78
|
|
|
79
|
+
case 'learningPrioritiesCards':
|
|
80
|
+
{
|
|
81
|
+
return /*#__PURE__*/_react.default.createElement(_cardsList.default, _extends({}, section, {
|
|
82
|
+
title: /*#__PURE__*/_react.default.createElement(_title.default, {
|
|
83
|
+
type: 'form-group',
|
|
84
|
+
title: section.title,
|
|
85
|
+
subtitle: section.subtitle,
|
|
86
|
+
icon: {
|
|
87
|
+
iconName: 'sign-post',
|
|
88
|
+
iconColor: '#A32700',
|
|
89
|
+
borderRadius: '12px',
|
|
90
|
+
backgroundColor: '#FFDCD1'
|
|
91
|
+
},
|
|
92
|
+
tag: {
|
|
93
|
+
label: `${(0, _size2.default)(section.cards)}`,
|
|
94
|
+
size: 'S'
|
|
95
|
+
}
|
|
96
|
+
}),
|
|
97
|
+
"arrows-aria-label": showMoreOnLeftOrRightAriaLabel
|
|
98
|
+
}));
|
|
99
|
+
}
|
|
100
|
+
|
|
73
101
|
case 'cards':
|
|
74
102
|
return /*#__PURE__*/_react.default.createElement(_cardsList.default, _extends({}, section, {
|
|
75
103
|
"arrows-aria-label": showMoreOnLeftOrRightAriaLabel
|
|
@@ -116,7 +144,7 @@ const Dashboard = props => {
|
|
|
116
144
|
Dashboard.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
117
145
|
hero: Hero.propTypes.hero,
|
|
118
146
|
welcome: Hero.propTypes.welcome,
|
|
119
|
-
sections: _propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.shape(_battleRequestList.default.propTypes), _propTypes.default.shape(_cardsList.default.propTypes), _propTypes.default.shape(_newsList.default.propTypes), _propTypes.default.shape(_startBattle.default.propTypes), _propTypes.default.shape(_reviewBanner.default.propTypes), _propTypes.default.shape(_learningProfileBanner.default.propTypes)])),
|
|
147
|
+
sections: _propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.shape(_battleRequestList.default.propTypes), _propTypes.default.shape(_cardsList.default.propTypes), _propTypes.default.shape(_myLearning.learningPrioritiesPropTypes), _propTypes.default.shape(_newsList.default.propTypes), _propTypes.default.shape(_startBattle.default.propTypes), _propTypes.default.shape(_reviewBanner.default.propTypes), _propTypes.default.shape(_learningProfileBanner.default.propTypes)])),
|
|
120
148
|
cookie: _propTypes.default.shape(_cmPopin.default.propTypes),
|
|
121
149
|
'arrows-aria-label': _cardsList.default.propTypes['arrows-aria-label'],
|
|
122
150
|
popinWithCards: _propTypes.default.shape(_cmPopin.default.propTypes)
|