@coorpacademy/components 11.32.19 → 11.32.20-alpha.34
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/circular-progress-bar/index.d.ts +15 -0
- package/es/atom/circular-progress-bar/index.d.ts.map +1 -0
- package/es/atom/circular-progress-bar/index.js +86 -0
- package/es/atom/circular-progress-bar/index.js.map +1 -0
- package/es/atom/circular-progress-bar/style.css +51 -0
- package/es/atom/circular-progress-bar/types.d.ts +18 -0
- package/es/atom/circular-progress-bar/types.d.ts.map +1 -0
- package/es/atom/circular-progress-bar/types.js +10 -0
- package/es/atom/circular-progress-bar/types.js.map +1 -0
- 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/index.d.ts +6 -1
- package/es/atom/tag/index.d.ts.map +1 -1
- package/es/atom/tag/index.js +16 -11
- package/es/atom/tag/index.js.map +1 -1
- package/es/atom/tag/style.css +39 -19
- 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 +2 -0
- package/es/molecule/dashboard/cards-list/index.d.ts.map +1 -1
- package/es/molecule/dashboard/cards-list/index.js +24 -25
- package/es/molecule/dashboard/cards-list/index.js.map +1 -1
- package/es/molecule/dashboard/cards-list/prop-types.d.ts +2 -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 +41 -0
- package/es/molecule/learning-priority-card/index.d.ts.map +1 -0
- package/es/molecule/learning-priority-card/index.js +80 -0
- package/es/molecule/learning-priority-card/index.js.map +1 -0
- package/es/molecule/learning-priority-card/style.css +36 -0
- package/es/molecule/learning-priority-card/types.d.ts +20 -0
- package/es/molecule/learning-priority-card/types.d.ts.map +1 -0
- package/es/molecule/learning-priority-card/types.js +11 -0
- package/es/molecule/learning-priority-card/types.js.map +1 -0
- 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 +8 -0
- package/es/template/app-player/popin-end/summary.d.ts +2 -0
- 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/search-page/index.d.ts +8 -0
- package/es/template/external-course/index.d.ts +6 -0
- package/es/template/my-learning/index.d.ts +70 -0
- package/es/template/my-learning/index.d.ts.map +1 -1
- package/es/template/my-learning/index.js +12 -2
- 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 +2 -0
- package/lib/atom/circular-progress-bar/index.d.ts +15 -0
- package/lib/atom/circular-progress-bar/index.d.ts.map +1 -0
- package/lib/atom/circular-progress-bar/index.js +101 -0
- package/lib/atom/circular-progress-bar/index.js.map +1 -0
- package/lib/atom/circular-progress-bar/style.css +51 -0
- package/lib/atom/circular-progress-bar/types.d.ts +18 -0
- package/lib/atom/circular-progress-bar/types.d.ts.map +1 -0
- package/lib/atom/circular-progress-bar/types.js +19 -0
- package/lib/atom/circular-progress-bar/types.js.map +1 -0
- 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/index.d.ts +6 -1
- package/lib/atom/tag/index.d.ts.map +1 -1
- package/lib/atom/tag/index.js +17 -11
- package/lib/atom/tag/index.js.map +1 -1
- package/lib/atom/tag/style.css +39 -19
- 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 +2 -0
- package/lib/molecule/dashboard/cards-list/index.d.ts.map +1 -1
- package/lib/molecule/dashboard/cards-list/index.js +25 -25
- package/lib/molecule/dashboard/cards-list/index.js.map +1 -1
- package/lib/molecule/dashboard/cards-list/prop-types.d.ts +2 -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 +41 -0
- package/lib/molecule/learning-priority-card/index.d.ts.map +1 -0
- package/lib/molecule/learning-priority-card/index.js +98 -0
- package/lib/molecule/learning-priority-card/index.js.map +1 -0
- package/lib/molecule/learning-priority-card/style.css +36 -0
- package/lib/molecule/learning-priority-card/types.d.ts +20 -0
- package/lib/molecule/learning-priority-card/types.d.ts.map +1 -0
- package/lib/molecule/learning-priority-card/types.js +20 -0
- package/lib/molecule/learning-priority-card/types.js.map +1 -0
- 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 +8 -0
- package/lib/template/app-player/popin-end/summary.d.ts +2 -0
- 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/search-page/index.d.ts +8 -0
- package/lib/template/external-course/index.d.ts +6 -0
- package/lib/template/my-learning/index.d.ts +70 -0
- package/lib/template/my-learning/index.d.ts.map +1 -1
- package/lib/template/my-learning/index.js +12 -2
- 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 +2 -0
- package/locales/bs/global.json +1 -0
- package/locales/cs/global.json +1 -0
- package/locales/de/global.json +1 -0
- package/locales/en/global.json +1 -0
- package/locales/es/global.json +1 -0
- package/locales/et/global.json +1 -0
- package/locales/fi/global.json +1 -0
- package/locales/fr/global.json +2 -1
- package/locales/hr/global.json +1 -0
- package/locales/hu/global.json +1 -0
- package/locales/hy/global.json +1 -0
- package/locales/it/global.json +1 -0
- package/locales/ja/global.json +1 -0
- package/locales/ko/global.json +1 -0
- package/locales/nl/global.json +1 -0
- package/locales/pl/global.json +1 -0
- package/locales/pt/global.json +1 -0
- package/locales/ro/global.json +1 -0
- package/locales/ru/global.json +1 -0
- package/locales/sk/global.json +1 -0
- package/locales/sl/global.json +1 -0
- package/locales/sv/global.json +1 -0
- package/locales/tl/global.json +1 -0
- package/locales/tr/global.json +1 -0
- package/locales/uk/global.json +1 -0
- package/locales/vi/global.json +1 -0
- package/locales/zh/global.json +1 -0
- package/locales/zh_TW/global.json +1 -0
- package/package.json +2 -2
|
@@ -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"}
|
|
@@ -284,6 +284,12 @@ declare namespace WizardContents {
|
|
|
284
284
|
'data-name': PropTypes.Requireable<string>;
|
|
285
285
|
titleSize: PropTypes.Requireable<string>;
|
|
286
286
|
subtitleSize: PropTypes.Requireable<string>;
|
|
287
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
288
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
289
|
+
label: PropTypes.Requireable<string>;
|
|
290
|
+
type: PropTypes.Requireable<string>;
|
|
291
|
+
size: PropTypes.Requireable<string>;
|
|
292
|
+
}>>;
|
|
287
293
|
}>>;
|
|
288
294
|
child: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
|
|
289
295
|
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>;
|
|
@@ -339,6 +345,12 @@ declare namespace SlidePlayer {
|
|
|
339
345
|
'data-name': PropTypes.Requireable<string>;
|
|
340
346
|
titleSize: PropTypes.Requireable<string>;
|
|
341
347
|
subtitleSize: PropTypes.Requireable<string>;
|
|
348
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
349
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
350
|
+
label: PropTypes.Requireable<string>;
|
|
351
|
+
type: PropTypes.Requireable<string>;
|
|
352
|
+
size: PropTypes.Requireable<string>;
|
|
353
|
+
}>>;
|
|
342
354
|
}>>;
|
|
343
355
|
headerIcon: PropTypes.Requireable<string>;
|
|
344
356
|
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"}
|
|
@@ -171,6 +171,8 @@ declare namespace PopinEnd {
|
|
|
171
171
|
showMoreOnLeftAriaLabel: PropTypes.Requireable<string>;
|
|
172
172
|
showMoreOnRightAriaLabel: PropTypes.Requireable<string>;
|
|
173
173
|
}>>;
|
|
174
|
+
type: PropTypes.Requireable<string>;
|
|
175
|
+
key: PropTypes.Requireable<string>;
|
|
174
176
|
testingSizes: PropTypes.Requireable<any>;
|
|
175
177
|
}>>;
|
|
176
178
|
feedback: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -196,6 +198,12 @@ declare namespace PopinEnd {
|
|
|
196
198
|
'data-name': PropTypes.Requireable<string>;
|
|
197
199
|
titleSize: PropTypes.Requireable<string>;
|
|
198
200
|
subtitleSize: PropTypes.Requireable<string>;
|
|
201
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
202
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
203
|
+
label: PropTypes.Requireable<string>;
|
|
204
|
+
type: PropTypes.Requireable<string>;
|
|
205
|
+
size: PropTypes.Requireable<string>;
|
|
206
|
+
}>>;
|
|
199
207
|
}>>;
|
|
200
208
|
headerIcon: PropTypes.Requireable<string>;
|
|
201
209
|
backgroundImage: PropTypes.Requireable<string>;
|
|
@@ -177,6 +177,8 @@ declare namespace Summary {
|
|
|
177
177
|
showMoreOnLeftAriaLabel: PropTypes.Requireable<string>;
|
|
178
178
|
showMoreOnRightAriaLabel: PropTypes.Requireable<string>;
|
|
179
179
|
}>>;
|
|
180
|
+
type: PropTypes.Requireable<string>;
|
|
181
|
+
key: PropTypes.Requireable<string>;
|
|
180
182
|
testingSizes: PropTypes.Requireable<any>;
|
|
181
183
|
}>>;
|
|
182
184
|
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"}
|
|
@@ -728,6 +728,12 @@ declare namespace BrandUpdate {
|
|
|
728
728
|
'data-name': PropTypes.Requireable<string>;
|
|
729
729
|
titleSize: PropTypes.Requireable<string>;
|
|
730
730
|
subtitleSize: PropTypes.Requireable<string>;
|
|
731
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
732
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
733
|
+
label: PropTypes.Requireable<string>;
|
|
734
|
+
type: PropTypes.Requireable<string>;
|
|
735
|
+
size: PropTypes.Requireable<string>;
|
|
736
|
+
}>>;
|
|
731
737
|
}>>;
|
|
732
738
|
headerIcon: PropTypes.Requireable<string>;
|
|
733
739
|
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>;
|
|
@@ -292,6 +298,12 @@ declare namespace Dashboard {
|
|
|
292
298
|
'data-name': PropTypes.Requireable<string>;
|
|
293
299
|
titleSize: PropTypes.Requireable<string>;
|
|
294
300
|
subtitleSize: PropTypes.Requireable<string>;
|
|
301
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
302
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
303
|
+
label: PropTypes.Requireable<string>;
|
|
304
|
+
type: PropTypes.Requireable<string>;
|
|
305
|
+
size: PropTypes.Requireable<string>;
|
|
306
|
+
}>>;
|
|
295
307
|
}>>;
|
|
296
308
|
headerIcon: PropTypes.Requireable<string>;
|
|
297
309
|
backgroundImage: PropTypes.Requireable<string>;
|
|
@@ -177,6 +177,8 @@ declare namespace SearchPage {
|
|
|
177
177
|
showMoreOnLeftAriaLabel: PropTypes.Requireable<string>;
|
|
178
178
|
showMoreOnRightAriaLabel: PropTypes.Requireable<string>;
|
|
179
179
|
}>>;
|
|
180
|
+
type: PropTypes.Requireable<string>;
|
|
181
|
+
key: PropTypes.Requireable<string>;
|
|
180
182
|
testingSizes: PropTypes.Requireable<any>;
|
|
181
183
|
}>>;
|
|
182
184
|
const moreSortAriaLabel: PropTypes.Requireable<string>;
|
|
@@ -194,6 +196,12 @@ declare namespace SearchPage {
|
|
|
194
196
|
'data-name': PropTypes.Requireable<string>;
|
|
195
197
|
titleSize: PropTypes.Requireable<string>;
|
|
196
198
|
subtitleSize: PropTypes.Requireable<string>;
|
|
199
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
200
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
201
|
+
label: PropTypes.Requireable<string>;
|
|
202
|
+
type: PropTypes.Requireable<string>;
|
|
203
|
+
size: PropTypes.Requireable<string>;
|
|
204
|
+
}>>;
|
|
197
205
|
}>>;
|
|
198
206
|
headerIcon: PropTypes.Requireable<string>;
|
|
199
207
|
backgroundImage: PropTypes.Requireable<string>;
|
|
@@ -33,6 +33,12 @@ declare namespace ExternalCourse {
|
|
|
33
33
|
'data-name': PropTypes.Requireable<string>;
|
|
34
34
|
titleSize: PropTypes.Requireable<string>;
|
|
35
35
|
subtitleSize: PropTypes.Requireable<string>;
|
|
36
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
37
|
+
tag: PropTypes.Requireable<PropTypes.InferProps<{
|
|
38
|
+
label: PropTypes.Requireable<string>;
|
|
39
|
+
type: PropTypes.Requireable<string>;
|
|
40
|
+
size: PropTypes.Requireable<string>;
|
|
41
|
+
}>>;
|
|
36
42
|
}>>;
|
|
37
43
|
headerIcon: PropTypes.Requireable<string>;
|
|
38
44
|
backgroundImage: PropTypes.Requireable<string>;
|
|
@@ -48,6 +48,76 @@ declare namespace MyLearning {
|
|
|
48
48
|
const onSkillFocusConfirm: PropTypes.Requireable<(...args: any[]) => any>;
|
|
49
49
|
const onReviewSkill: PropTypes.Requireable<(...args: any[]) => any>;
|
|
50
50
|
const onExploreSkill: PropTypes.Requireable<(...args: any[]) => any>;
|
|
51
|
+
const learningPriorities: PropTypes.Requireable<PropTypes.InferProps<{
|
|
52
|
+
contentType: PropTypes.Requireable<string>;
|
|
53
|
+
dataName: PropTypes.Requireable<string>;
|
|
54
|
+
title: PropTypes.Requireable<NonNullable<PropTypes.ReactNodeLike>>;
|
|
55
|
+
showMore: PropTypes.Requireable<string>;
|
|
56
|
+
cards: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
57
|
+
badge: PropTypes.Requireable<string>;
|
|
58
|
+
image: PropTypes.Requireable<string>;
|
|
59
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
60
|
+
adaptiv: PropTypes.Requireable<boolean>;
|
|
61
|
+
type: PropTypes.Requireable<string>;
|
|
62
|
+
title: PropTypes.Requireable<string>;
|
|
63
|
+
author: PropTypes.Requireable<string>;
|
|
64
|
+
certifiedAuthor: PropTypes.Requireable<boolean>;
|
|
65
|
+
customer: PropTypes.Requireable<PropTypes.InferProps<{
|
|
66
|
+
theme: PropTypes.Requireable<string>;
|
|
67
|
+
type: PropTypes.Requireable<string>;
|
|
68
|
+
name: PropTypes.Requireable<string>;
|
|
69
|
+
coorpOriginal: PropTypes.Validator<boolean>;
|
|
70
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
71
|
+
'aria-label': PropTypes.Requireable<string>;
|
|
72
|
+
}>>;
|
|
73
|
+
progress: PropTypes.Requireable<number>;
|
|
74
|
+
favorite: PropTypes.Requireable<boolean>;
|
|
75
|
+
addFavoriteToolTip: PropTypes.Requireable<string>;
|
|
76
|
+
removeFavoriteToolTip: PropTypes.Requireable<string>;
|
|
77
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
78
|
+
onFavoriteClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
79
|
+
isSelected: PropTypes.Requireable<boolean>;
|
|
80
|
+
notification: PropTypes.Requireable<PropTypes.InferProps<{
|
|
81
|
+
message: PropTypes.Validator<string>;
|
|
82
|
+
icon: PropTypes.Validator<string>;
|
|
83
|
+
}>>;
|
|
84
|
+
badgeCategory: PropTypes.Requireable<string>;
|
|
85
|
+
badgeLabel: PropTypes.Requireable<string>;
|
|
86
|
+
theme: PropTypes.Requireable<string>;
|
|
87
|
+
disabledContent: PropTypes.Requireable<string>;
|
|
88
|
+
'aria-label': PropTypes.Requireable<string>;
|
|
89
|
+
'background-aria-label': PropTypes.Requireable<string>;
|
|
90
|
+
'favorite-aria-label': PropTypes.Requireable<PropTypes.InferProps<{
|
|
91
|
+
favorite: PropTypes.Requireable<string>;
|
|
92
|
+
addToFavorite: PropTypes.Requireable<string>;
|
|
93
|
+
removeFromFavorite: PropTypes.Requireable<string>;
|
|
94
|
+
}>>;
|
|
95
|
+
'selectable-aria-label': PropTypes.Requireable<PropTypes.InferProps<{
|
|
96
|
+
select: PropTypes.Requireable<string>;
|
|
97
|
+
unSelect: PropTypes.Requireable<string>;
|
|
98
|
+
}>>;
|
|
99
|
+
'customer-aria-label': PropTypes.Requireable<string>;
|
|
100
|
+
'badge-aria-label': PropTypes.Requireable<string>;
|
|
101
|
+
'disabled-aria-label': PropTypes.Requireable<string>;
|
|
102
|
+
'card-content-aria-label': PropTypes.Requireable<PropTypes.InferProps<{
|
|
103
|
+
author: PropTypes.Requireable<string>;
|
|
104
|
+
progression: PropTypes.Requireable<string>;
|
|
105
|
+
adaptive: PropTypes.Requireable<string>;
|
|
106
|
+
}>>;
|
|
107
|
+
}> | null | undefined)[]>;
|
|
108
|
+
customStyle: PropTypes.Requireable<{
|
|
109
|
+
[x: string]: string | null | undefined;
|
|
110
|
+
}>;
|
|
111
|
+
onScroll: PropTypes.Requireable<(...args: any[]) => any>;
|
|
112
|
+
onShowMore: PropTypes.Requireable<(...args: any[]) => any>;
|
|
113
|
+
'arrows-aria-label': PropTypes.Requireable<PropTypes.InferProps<{
|
|
114
|
+
showMoreOnLeftAriaLabel: PropTypes.Requireable<string>;
|
|
115
|
+
showMoreOnRightAriaLabel: PropTypes.Requireable<string>;
|
|
116
|
+
}>>;
|
|
117
|
+
type: PropTypes.Requireable<string>;
|
|
118
|
+
key: PropTypes.Requireable<string>;
|
|
119
|
+
testingSizes: PropTypes.Requireable<any>;
|
|
120
|
+
}>>;
|
|
51
121
|
}
|
|
52
122
|
}
|
|
53
123
|
import PropTypes from "prop-types";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/template/my-learning/index.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/template/my-learning/index.js"],"names":[],"mappings":";AA0HA,mEAoYC"}
|
|
@@ -6,6 +6,9 @@ import _fromPairs from "lodash/fp/fromPairs";
|
|
|
6
6
|
import _map from "lodash/fp/map";
|
|
7
7
|
import _keys from "lodash/fp/keys";
|
|
8
8
|
import _get from "lodash/fp/get";
|
|
9
|
+
|
|
10
|
+
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); }
|
|
11
|
+
|
|
9
12
|
import React, { useCallback, useState, useMemo } from 'react';
|
|
10
13
|
import PropTypes from 'prop-types';
|
|
11
14
|
import { convert } from 'css-color-function';
|
|
@@ -22,6 +25,7 @@ import SkillsChartSideInformationPanel from '../../molecule/skills-chart-side-in
|
|
|
22
25
|
import LearnerSkillCard from '../../molecule/learner-skill-card';
|
|
23
26
|
import searchValueIncluded from '../../util/search-value-included';
|
|
24
27
|
import { formatMinutes } from '../../util/time-format';
|
|
28
|
+
import CardsList from '../../molecule/dashboard/cards-list';
|
|
25
29
|
import style from './style.css';
|
|
26
30
|
|
|
27
31
|
const ChangeSkillFocusButton = (props, context) => {
|
|
@@ -126,7 +130,8 @@ const MyLearning = (props, context) => {
|
|
|
126
130
|
isLoading,
|
|
127
131
|
onSkillFocusConfirm,
|
|
128
132
|
onReviewSkill,
|
|
129
|
-
onExploreSkill
|
|
133
|
+
onExploreSkill,
|
|
134
|
+
learningPriorities
|
|
130
135
|
} = props;
|
|
131
136
|
const {
|
|
132
137
|
skin,
|
|
@@ -213,6 +218,10 @@ const MyLearning = (props, context) => {
|
|
|
213
218
|
return /*#__PURE__*/React.createElement("div", {
|
|
214
219
|
className: style.backgroundContainer
|
|
215
220
|
}, /*#__PURE__*/React.createElement("div", {
|
|
221
|
+
className: style.cardsListContainer
|
|
222
|
+
}, /*#__PURE__*/React.createElement(CardsList, _extends({}, learningPriorities, {
|
|
223
|
+
"arrows-aria-label": ''
|
|
224
|
+
}))), /*#__PURE__*/React.createElement("div", {
|
|
216
225
|
className: style.container
|
|
217
226
|
}, /*#__PURE__*/React.createElement(SkillPickerModal, {
|
|
218
227
|
skills: skills,
|
|
@@ -429,7 +438,8 @@ MyLearning.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
429
438
|
isLoading: PropTypes.bool,
|
|
430
439
|
onSkillFocusConfirm: PropTypes.func,
|
|
431
440
|
onReviewSkill: PropTypes.func,
|
|
432
|
-
onExploreSkill: PropTypes.func
|
|
441
|
+
onExploreSkill: PropTypes.func,
|
|
442
|
+
learningPriorities: PropTypes.shape(CardsList.propTypes)
|
|
433
443
|
} : {};
|
|
434
444
|
export default MyLearning;
|
|
435
445
|
//# sourceMappingURL=index.js.map
|