@coorpacademy/components 11.36.5-alpha.3 → 11.36.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/atom/button-link/index.d.ts +2 -0
- package/es/atom/button-link/index.d.ts.map +1 -1
- package/es/atom/button-link/index.js +6 -5
- package/es/atom/button-link/index.js.map +1 -1
- package/es/atom/button-link/types.d.ts +3 -0
- package/es/atom/button-link/types.d.ts.map +1 -1
- package/es/atom/button-link/types.js +3 -1
- package/es/atom/button-link/types.js.map +1 -1
- package/es/atom/button-menu/index.d.ts +2 -0
- package/es/atom/button-menu/index.d.ts.map +1 -1
- package/es/atom/button-menu/index.js +9 -3
- package/es/atom/button-menu/index.js.map +1 -1
- package/es/atom/button-menu/style.css +22 -0
- package/es/atom/button-menu/types.d.ts +5 -0
- package/es/atom/button-menu/types.d.ts.map +1 -1
- package/es/atom/button-menu/types.js +4 -2
- package/es/atom/button-menu/types.js.map +1 -1
- package/es/atom/checkbox-with-title/index.d.ts.map +1 -1
- package/es/atom/checkbox-with-title/index.js +2 -2
- package/es/atom/checkbox-with-title/index.js.map +1 -1
- package/es/atom/radio-with-title/index.d.ts +2 -0
- package/es/atom/radio-with-title/index.d.ts.map +1 -1
- package/es/atom/radio-with-title/types.d.ts +2 -0
- package/es/atom/radio-with-title/types.d.ts.map +1 -1
- package/es/atom/tag/index.d.ts +1 -1
- package/es/atom/tag/index.d.ts.map +1 -1
- package/es/atom/tag/index.js +3 -14
- package/es/atom/tag/index.js.map +1 -1
- package/es/atom/title/index.d.ts +2 -0
- package/es/molecule/bullet-point-menu-button/index.d.ts +1 -0
- package/es/molecule/bullet-point-menu-button/index.d.ts.map +1 -1
- package/es/molecule/bullet-point-menu-button/types.d.ts +1 -0
- package/es/molecule/bullet-point-menu-button/types.d.ts.map +1 -1
- package/es/molecule/button-menu-action/index.d.ts +5 -0
- package/es/molecule/button-menu-action/index.d.ts.map +1 -1
- package/es/molecule/button-menu-action/index.js +5 -2
- package/es/molecule/button-menu-action/index.js.map +1 -1
- package/es/molecule/button-menu-action/types.d.ts +9 -3
- package/es/molecule/button-menu-action/types.d.ts.map +1 -1
- package/es/molecule/button-menu-action/types.js +2 -1
- package/es/molecule/button-menu-action/types.js.map +1 -1
- package/es/molecule/cm-popin/types.d.ts +24 -0
- package/es/molecule/cm-popin/types.d.ts.map +1 -1
- package/es/molecule/discipline-scope/index.d.ts.map +1 -1
- package/es/molecule/discipline-scope/index.js +3 -2
- package/es/molecule/discipline-scope/index.js.map +1 -1
- package/es/molecule/expandible-actionable-table/index.d.ts +4 -0
- package/es/molecule/expandible-actionable-table/index.d.ts.map +1 -1
- package/es/molecule/expandible-actionable-table/types.d.ts +4 -0
- package/es/molecule/expandible-actionable-table/types.d.ts.map +1 -1
- package/es/molecule/multi-filter-panel/index.d.ts +17 -7
- package/es/molecule/multi-filter-panel/index.d.ts.map +1 -1
- package/es/molecule/multi-filter-panel/index.js +2 -2
- package/es/molecule/multi-filter-panel/index.js.map +1 -1
- package/es/molecule/multi-filter-panel/prop-types.d.ts +17 -7
- package/es/molecule/multi-filter-panel/prop-types.d.ts.map +1 -1
- package/es/molecule/title-and-checkbox-wrapper/index.d.ts +2 -0
- package/es/molecule/title-radio-wrapper/index.d.ts +2 -0
- package/es/molecule/title-radio-wrapper/index.d.ts.map +1 -1
- package/es/molecule/title-radio-wrapper/types.d.ts +2 -0
- package/es/molecule/title-radio-wrapper/types.d.ts.map +1 -1
- package/es/organism/content-skill-modal/index.d.ts +39 -7
- package/es/organism/content-skill-modal/index.d.ts.map +1 -1
- package/es/organism/content-skill-modal/types.d.ts +39 -7
- package/es/organism/content-skill-modal/types.d.ts.map +1 -1
- package/es/organism/filter-checkbox-and-search/index.d.ts +19 -9
- package/es/organism/filter-checkbox-and-search/index.d.ts.map +1 -1
- package/es/organism/filter-checkbox-and-search/index.js +7 -7
- package/es/organism/filter-checkbox-and-search/index.js.map +1 -1
- package/es/organism/filter-checkbox-and-search/props-types.d.ts +20 -18
- package/es/organism/filter-checkbox-and-search/props-types.d.ts.map +1 -1
- package/es/organism/filter-checkbox-and-search/props-types.js +2 -2
- package/es/organism/filter-checkbox-and-search/props-types.js.map +1 -1
- package/es/organism/header-with-actions/index.d.ts +3 -0
- package/es/organism/header-with-actions/index.d.ts.map +1 -1
- package/es/organism/header-with-actions/types.d.ts +3 -0
- package/es/organism/header-with-actions/types.d.ts.map +1 -1
- package/es/organism/icon-editor/index.d.ts +2 -0
- package/es/organism/icon-editor/index.d.ts.map +1 -1
- package/es/organism/icon-editor/types.d.ts +2 -0
- package/es/organism/icon-editor/types.d.ts.map +1 -1
- package/es/organism/list-items/index.d.ts +22 -0
- package/es/organism/mooc-header/index.d.ts +1 -0
- package/es/organism/mooc-header/index.d.ts.map +1 -1
- package/es/organism/mooc-header/index.js +7 -3
- package/es/organism/mooc-header/index.js.map +1 -1
- package/es/organism/mooc-header/style.css +7 -0
- package/es/organism/rewards-form/index.d.ts +2 -0
- package/es/organism/select-opponents/index.d.ts +2 -0
- package/es/organism/select-opponents/index.d.ts.map +1 -1
- package/es/organism/select-opponents/types.d.ts +2 -0
- package/es/organism/select-opponents/types.d.ts.map +1 -1
- package/es/organism/setup-header/index.d.ts +8 -0
- 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 +10 -0
- package/es/template/app-player/loading/index.d.ts +24 -0
- package/es/template/app-player/player/index.d.ts +48 -0
- package/es/template/app-player/player/slides/index.d.ts +24 -0
- package/es/template/app-player/player/slides/index.d.ts.map +1 -1
- package/es/template/app-player/popin-correction/index.d.ts +24 -0
- package/es/template/app-player/popin-correction/index.d.ts.map +1 -1
- package/es/template/app-player/popin-end/index.d.ts +24 -0
- package/es/template/app-review/index.d.ts +24 -0
- package/es/template/app-review/index.d.ts.map +1 -1
- package/es/template/app-review/player/prop-types.d.ts +24 -0
- package/es/template/app-review/player/prop-types.d.ts.map +1 -1
- package/es/template/app-review/prop-types.d.ts +24 -0
- package/es/template/app-review/prop-types.d.ts.map +1 -1
- package/es/template/back-office/brand-create/index.d.ts +8 -0
- package/es/template/back-office/brand-create/index.d.ts.map +1 -1
- package/es/template/back-office/brand-list/index.d.ts +8 -0
- package/es/template/back-office/brand-list/index.d.ts.map +1 -1
- package/es/template/back-office/brand-update/index.d.ts +106 -7
- package/es/template/back-office/dashboard-preview/index.d.ts +8 -0
- package/es/template/back-office/layout/index.d.ts +8 -0
- package/es/template/back-office/layout/index.d.ts.map +1 -1
- package/es/template/common/dashboard/index.d.ts +48 -0
- package/es/template/common/discipline/index.d.ts.map +1 -1
- package/es/template/common/discipline/index.js +3 -3
- package/es/template/common/discipline/index.js.map +1 -1
- package/es/template/common/search-page/index.d.ts +24 -0
- package/es/template/external-course/index.d.ts +24 -0
- package/lib/atom/button-link/index.d.ts +2 -0
- package/lib/atom/button-link/index.d.ts.map +1 -1
- package/lib/atom/button-link/index.js +6 -5
- package/lib/atom/button-link/index.js.map +1 -1
- package/lib/atom/button-link/types.d.ts +3 -0
- package/lib/atom/button-link/types.d.ts.map +1 -1
- package/lib/atom/button-link/types.js +3 -1
- package/lib/atom/button-link/types.js.map +1 -1
- package/lib/atom/button-menu/index.d.ts +2 -0
- package/lib/atom/button-menu/index.d.ts.map +1 -1
- package/lib/atom/button-menu/index.js +9 -3
- package/lib/atom/button-menu/index.js.map +1 -1
- package/lib/atom/button-menu/style.css +22 -0
- package/lib/atom/button-menu/types.d.ts +5 -0
- package/lib/atom/button-menu/types.d.ts.map +1 -1
- package/lib/atom/button-menu/types.js +4 -2
- package/lib/atom/button-menu/types.js.map +1 -1
- package/lib/atom/checkbox-with-title/index.d.ts.map +1 -1
- package/lib/atom/checkbox-with-title/index.js +2 -2
- package/lib/atom/checkbox-with-title/index.js.map +1 -1
- package/lib/atom/radio-with-title/index.d.ts +2 -0
- package/lib/atom/radio-with-title/index.d.ts.map +1 -1
- package/lib/atom/radio-with-title/types.d.ts +2 -0
- package/lib/atom/radio-with-title/types.d.ts.map +1 -1
- package/lib/atom/tag/index.d.ts +1 -1
- package/lib/atom/tag/index.d.ts.map +1 -1
- package/lib/atom/tag/index.js +3 -14
- package/lib/atom/tag/index.js.map +1 -1
- package/lib/atom/title/index.d.ts +2 -0
- package/lib/molecule/bullet-point-menu-button/index.d.ts +1 -0
- package/lib/molecule/bullet-point-menu-button/index.d.ts.map +1 -1
- package/lib/molecule/bullet-point-menu-button/types.d.ts +1 -0
- package/lib/molecule/bullet-point-menu-button/types.d.ts.map +1 -1
- package/lib/molecule/button-menu-action/index.d.ts +5 -0
- package/lib/molecule/button-menu-action/index.d.ts.map +1 -1
- package/lib/molecule/button-menu-action/index.js +5 -2
- package/lib/molecule/button-menu-action/index.js.map +1 -1
- package/lib/molecule/button-menu-action/types.d.ts +9 -3
- package/lib/molecule/button-menu-action/types.d.ts.map +1 -1
- package/lib/molecule/button-menu-action/types.js +2 -1
- package/lib/molecule/button-menu-action/types.js.map +1 -1
- package/lib/molecule/cm-popin/types.d.ts +24 -0
- package/lib/molecule/cm-popin/types.d.ts.map +1 -1
- package/lib/molecule/discipline-scope/index.d.ts.map +1 -1
- package/lib/molecule/discipline-scope/index.js +3 -2
- package/lib/molecule/discipline-scope/index.js.map +1 -1
- package/lib/molecule/expandible-actionable-table/index.d.ts +4 -0
- package/lib/molecule/expandible-actionable-table/index.d.ts.map +1 -1
- package/lib/molecule/expandible-actionable-table/types.d.ts +4 -0
- package/lib/molecule/expandible-actionable-table/types.d.ts.map +1 -1
- package/lib/molecule/multi-filter-panel/index.d.ts +17 -7
- package/lib/molecule/multi-filter-panel/index.d.ts.map +1 -1
- package/lib/molecule/multi-filter-panel/index.js.map +1 -1
- package/lib/molecule/multi-filter-panel/prop-types.d.ts +17 -7
- package/lib/molecule/multi-filter-panel/prop-types.d.ts.map +1 -1
- package/lib/molecule/title-and-checkbox-wrapper/index.d.ts +2 -0
- package/lib/molecule/title-radio-wrapper/index.d.ts +2 -0
- package/lib/molecule/title-radio-wrapper/index.d.ts.map +1 -1
- package/lib/molecule/title-radio-wrapper/types.d.ts +2 -0
- package/lib/molecule/title-radio-wrapper/types.d.ts.map +1 -1
- package/lib/organism/content-skill-modal/index.d.ts +39 -7
- package/lib/organism/content-skill-modal/index.d.ts.map +1 -1
- package/lib/organism/content-skill-modal/types.d.ts +39 -7
- package/lib/organism/content-skill-modal/types.d.ts.map +1 -1
- package/lib/organism/filter-checkbox-and-search/index.d.ts +19 -9
- package/lib/organism/filter-checkbox-and-search/index.d.ts.map +1 -1
- package/lib/organism/filter-checkbox-and-search/index.js +7 -7
- package/lib/organism/filter-checkbox-and-search/index.js.map +1 -1
- package/lib/organism/filter-checkbox-and-search/props-types.d.ts +20 -18
- package/lib/organism/filter-checkbox-and-search/props-types.d.ts.map +1 -1
- package/lib/organism/filter-checkbox-and-search/props-types.js +2 -2
- package/lib/organism/filter-checkbox-and-search/props-types.js.map +1 -1
- package/lib/organism/header-with-actions/index.d.ts +3 -0
- package/lib/organism/header-with-actions/index.d.ts.map +1 -1
- package/lib/organism/header-with-actions/types.d.ts +3 -0
- package/lib/organism/header-with-actions/types.d.ts.map +1 -1
- package/lib/organism/icon-editor/index.d.ts +2 -0
- package/lib/organism/icon-editor/index.d.ts.map +1 -1
- package/lib/organism/icon-editor/types.d.ts +2 -0
- package/lib/organism/icon-editor/types.d.ts.map +1 -1
- package/lib/organism/list-items/index.d.ts +22 -0
- package/lib/organism/mooc-header/index.d.ts +1 -0
- package/lib/organism/mooc-header/index.d.ts.map +1 -1
- package/lib/organism/mooc-header/index.js +7 -3
- package/lib/organism/mooc-header/index.js.map +1 -1
- package/lib/organism/mooc-header/style.css +7 -0
- package/lib/organism/rewards-form/index.d.ts +2 -0
- package/lib/organism/select-opponents/index.d.ts +2 -0
- package/lib/organism/select-opponents/index.d.ts.map +1 -1
- package/lib/organism/select-opponents/types.d.ts +2 -0
- package/lib/organism/select-opponents/types.d.ts.map +1 -1
- package/lib/organism/setup-header/index.d.ts +8 -0
- 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 +10 -0
- package/lib/template/app-player/loading/index.d.ts +24 -0
- package/lib/template/app-player/player/index.d.ts +48 -0
- package/lib/template/app-player/player/slides/index.d.ts +24 -0
- package/lib/template/app-player/player/slides/index.d.ts.map +1 -1
- package/lib/template/app-player/popin-correction/index.d.ts +24 -0
- package/lib/template/app-player/popin-correction/index.d.ts.map +1 -1
- package/lib/template/app-player/popin-end/index.d.ts +24 -0
- package/lib/template/app-review/index.d.ts +24 -0
- package/lib/template/app-review/index.d.ts.map +1 -1
- package/lib/template/app-review/player/prop-types.d.ts +24 -0
- package/lib/template/app-review/player/prop-types.d.ts.map +1 -1
- package/lib/template/app-review/prop-types.d.ts +24 -0
- package/lib/template/app-review/prop-types.d.ts.map +1 -1
- package/lib/template/back-office/brand-create/index.d.ts +8 -0
- package/lib/template/back-office/brand-create/index.d.ts.map +1 -1
- package/lib/template/back-office/brand-list/index.d.ts +8 -0
- package/lib/template/back-office/brand-list/index.d.ts.map +1 -1
- package/lib/template/back-office/brand-update/index.d.ts +106 -7
- package/lib/template/back-office/dashboard-preview/index.d.ts +8 -0
- package/lib/template/back-office/layout/index.d.ts +8 -0
- package/lib/template/back-office/layout/index.d.ts.map +1 -1
- package/lib/template/common/dashboard/index.d.ts +48 -0
- package/lib/template/common/discipline/index.d.ts.map +1 -1
- package/lib/template/common/discipline/index.js +3 -3
- package/lib/template/common/discipline/index.js.map +1 -1
- package/lib/template/common/search-page/index.d.ts +24 -0
- package/lib/template/external-course/index.d.ts +24 -0
- package/package.json +2 -2
|
@@ -75,6 +75,8 @@ declare namespace Dashboard {
|
|
|
75
75
|
customStyle: PropTypes.Requireable<{
|
|
76
76
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
77
77
|
}>;
|
|
78
|
+
useTitle: PropTypes.Requireable<boolean>;
|
|
79
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
78
80
|
}>>;
|
|
79
81
|
required: PropTypes.Requireable<boolean>;
|
|
80
82
|
}>>;
|
|
@@ -200,6 +202,8 @@ declare namespace Dashboard {
|
|
|
200
202
|
customStyle: PropTypes.Requireable<{
|
|
201
203
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
202
204
|
}>;
|
|
205
|
+
useTitle: PropTypes.Requireable<boolean>;
|
|
206
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
203
207
|
}>>;
|
|
204
208
|
selectMultiple: PropTypes.Requireable<PropTypes.InferProps<{
|
|
205
209
|
title: PropTypes.Requireable<string>;
|
|
@@ -352,6 +356,8 @@ declare namespace Dashboard {
|
|
|
352
356
|
customStyle: PropTypes.Requireable<{
|
|
353
357
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
354
358
|
}>;
|
|
359
|
+
useTitle: PropTypes.Requireable<boolean>;
|
|
360
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
355
361
|
}> | PropTypes.InferProps<{
|
|
356
362
|
button: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
357
363
|
type: PropTypes.Requireable<string>;
|
|
@@ -389,6 +395,8 @@ declare namespace Dashboard {
|
|
|
389
395
|
customStyle: PropTypes.Requireable<{
|
|
390
396
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
391
397
|
}>;
|
|
398
|
+
useTitle: PropTypes.Requireable<boolean>;
|
|
399
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
392
400
|
}>>>;
|
|
393
401
|
menu: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
394
402
|
buttons: PropTypes.Validator<(PropTypes.InferProps<{
|
|
@@ -415,9 +423,11 @@ declare namespace Dashboard {
|
|
|
415
423
|
customStyle: PropTypes.Requireable<{
|
|
416
424
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
417
425
|
}>;
|
|
426
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
418
427
|
}> | null | undefined)[]>;
|
|
419
428
|
'data-name': PropTypes.Requireable<string>;
|
|
420
429
|
'aria-label': PropTypes.Requireable<string>;
|
|
430
|
+
enableScroll: PropTypes.Requireable<boolean>;
|
|
421
431
|
}>>>;
|
|
422
432
|
menuWrapper: PropTypes.Requireable<PropTypes.InferProps<{
|
|
423
433
|
ariaLabel: PropTypes.Requireable<string>;
|
|
@@ -428,6 +438,7 @@ declare namespace Dashboard {
|
|
|
428
438
|
type: PropTypes.Requireable<string>;
|
|
429
439
|
primaryColor: PropTypes.Requireable<string>;
|
|
430
440
|
closeOnClick: PropTypes.Requireable<boolean>;
|
|
441
|
+
enableScroll: PropTypes.Requireable<boolean>;
|
|
431
442
|
}> | null | undefined>>;
|
|
432
443
|
}>>;
|
|
433
444
|
}> | PropTypes.InferProps<{
|
|
@@ -474,6 +485,7 @@ declare namespace Dashboard {
|
|
|
474
485
|
customStyle: PropTypes.Requireable<{
|
|
475
486
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
476
487
|
}>;
|
|
488
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
477
489
|
}> | null | undefined)[]>;
|
|
478
490
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
479
491
|
menuButtonClassName: PropTypes.Requireable<string>;
|
|
@@ -521,6 +533,8 @@ declare namespace Dashboard {
|
|
|
521
533
|
customStyle: PropTypes.Requireable<{
|
|
522
534
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
523
535
|
}>;
|
|
536
|
+
useTitle: PropTypes.Requireable<boolean>;
|
|
537
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
524
538
|
}> | PropTypes.InferProps<{
|
|
525
539
|
componentType: PropTypes.Requireable<string>;
|
|
526
540
|
'data-name': PropTypes.Requireable<string>;
|
|
@@ -551,6 +565,7 @@ declare namespace Dashboard {
|
|
|
551
565
|
customStyle: PropTypes.Requireable<{
|
|
552
566
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
553
567
|
}>;
|
|
568
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
554
569
|
}> | null | undefined)[]>;
|
|
555
570
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
556
571
|
menuButtonClassName: PropTypes.Requireable<string>;
|
|
@@ -623,6 +638,8 @@ declare namespace Dashboard {
|
|
|
623
638
|
customStyle: PropTypes.Requireable<{
|
|
624
639
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
625
640
|
}>;
|
|
641
|
+
useTitle: PropTypes.Requireable<boolean>;
|
|
642
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
626
643
|
}>>;
|
|
627
644
|
required: PropTypes.Requireable<boolean>;
|
|
628
645
|
}> | null | undefined>>;
|
|
@@ -689,6 +706,8 @@ declare namespace Dashboard {
|
|
|
689
706
|
customStyle: PropTypes.Requireable<{
|
|
690
707
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
691
708
|
}>;
|
|
709
|
+
useTitle: PropTypes.Requireable<boolean>;
|
|
710
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
692
711
|
}> | null | undefined)[]>;
|
|
693
712
|
buttonMenuAction: PropTypes.Requireable<PropTypes.InferProps<{
|
|
694
713
|
button: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
@@ -727,6 +746,8 @@ declare namespace Dashboard {
|
|
|
727
746
|
customStyle: PropTypes.Requireable<{
|
|
728
747
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
729
748
|
}>;
|
|
749
|
+
useTitle: PropTypes.Requireable<boolean>;
|
|
750
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
730
751
|
}>>>;
|
|
731
752
|
menu: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
732
753
|
buttons: PropTypes.Validator<(PropTypes.InferProps<{
|
|
@@ -753,9 +774,11 @@ declare namespace Dashboard {
|
|
|
753
774
|
customStyle: PropTypes.Requireable<{
|
|
754
775
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
755
776
|
}>;
|
|
777
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
756
778
|
}> | null | undefined)[]>;
|
|
757
779
|
'data-name': PropTypes.Requireable<string>;
|
|
758
780
|
'aria-label': PropTypes.Requireable<string>;
|
|
781
|
+
enableScroll: PropTypes.Requireable<boolean>;
|
|
759
782
|
}>>>;
|
|
760
783
|
menuWrapper: PropTypes.Requireable<PropTypes.InferProps<{
|
|
761
784
|
ariaLabel: PropTypes.Requireable<string>;
|
|
@@ -766,6 +789,7 @@ declare namespace Dashboard {
|
|
|
766
789
|
type: PropTypes.Requireable<string>;
|
|
767
790
|
primaryColor: PropTypes.Requireable<string>;
|
|
768
791
|
closeOnClick: PropTypes.Requireable<boolean>;
|
|
792
|
+
enableScroll: PropTypes.Requireable<boolean>;
|
|
769
793
|
}>>;
|
|
770
794
|
}> | null | undefined>>;
|
|
771
795
|
}>>;
|
|
@@ -859,6 +883,8 @@ declare namespace Dashboard {
|
|
|
859
883
|
customStyle: PropTypes.Requireable<{
|
|
860
884
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
861
885
|
}>;
|
|
886
|
+
useTitle: PropTypes.Requireable<boolean>;
|
|
887
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
862
888
|
}>>;
|
|
863
889
|
required: PropTypes.Requireable<boolean>;
|
|
864
890
|
}>>;
|
|
@@ -984,6 +1010,8 @@ declare namespace Dashboard {
|
|
|
984
1010
|
customStyle: PropTypes.Requireable<{
|
|
985
1011
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
986
1012
|
}>;
|
|
1013
|
+
useTitle: PropTypes.Requireable<boolean>;
|
|
1014
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
987
1015
|
}>>;
|
|
988
1016
|
selectMultiple: PropTypes.Requireable<PropTypes.InferProps<{
|
|
989
1017
|
title: PropTypes.Requireable<string>;
|
|
@@ -1136,6 +1164,8 @@ declare namespace Dashboard {
|
|
|
1136
1164
|
customStyle: PropTypes.Requireable<{
|
|
1137
1165
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
1138
1166
|
}>;
|
|
1167
|
+
useTitle: PropTypes.Requireable<boolean>;
|
|
1168
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
1139
1169
|
}> | PropTypes.InferProps<{
|
|
1140
1170
|
button: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
1141
1171
|
type: PropTypes.Requireable<string>;
|
|
@@ -1173,6 +1203,8 @@ declare namespace Dashboard {
|
|
|
1173
1203
|
customStyle: PropTypes.Requireable<{
|
|
1174
1204
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
1175
1205
|
}>;
|
|
1206
|
+
useTitle: PropTypes.Requireable<boolean>;
|
|
1207
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
1176
1208
|
}>>>;
|
|
1177
1209
|
menu: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
1178
1210
|
buttons: PropTypes.Validator<(PropTypes.InferProps<{
|
|
@@ -1199,9 +1231,11 @@ declare namespace Dashboard {
|
|
|
1199
1231
|
customStyle: PropTypes.Requireable<{
|
|
1200
1232
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
1201
1233
|
}>;
|
|
1234
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
1202
1235
|
}> | null | undefined)[]>;
|
|
1203
1236
|
'data-name': PropTypes.Requireable<string>;
|
|
1204
1237
|
'aria-label': PropTypes.Requireable<string>;
|
|
1238
|
+
enableScroll: PropTypes.Requireable<boolean>;
|
|
1205
1239
|
}>>>;
|
|
1206
1240
|
menuWrapper: PropTypes.Requireable<PropTypes.InferProps<{
|
|
1207
1241
|
ariaLabel: PropTypes.Requireable<string>;
|
|
@@ -1212,6 +1246,7 @@ declare namespace Dashboard {
|
|
|
1212
1246
|
type: PropTypes.Requireable<string>;
|
|
1213
1247
|
primaryColor: PropTypes.Requireable<string>;
|
|
1214
1248
|
closeOnClick: PropTypes.Requireable<boolean>;
|
|
1249
|
+
enableScroll: PropTypes.Requireable<boolean>;
|
|
1215
1250
|
}> | null | undefined>>;
|
|
1216
1251
|
}>>;
|
|
1217
1252
|
}> | PropTypes.InferProps<{
|
|
@@ -1258,6 +1293,7 @@ declare namespace Dashboard {
|
|
|
1258
1293
|
customStyle: PropTypes.Requireable<{
|
|
1259
1294
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
1260
1295
|
}>;
|
|
1296
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
1261
1297
|
}> | null | undefined)[]>;
|
|
1262
1298
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
1263
1299
|
menuButtonClassName: PropTypes.Requireable<string>;
|
|
@@ -1305,6 +1341,8 @@ declare namespace Dashboard {
|
|
|
1305
1341
|
customStyle: PropTypes.Requireable<{
|
|
1306
1342
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
1307
1343
|
}>;
|
|
1344
|
+
useTitle: PropTypes.Requireable<boolean>;
|
|
1345
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
1308
1346
|
}> | PropTypes.InferProps<{
|
|
1309
1347
|
componentType: PropTypes.Requireable<string>;
|
|
1310
1348
|
'data-name': PropTypes.Requireable<string>;
|
|
@@ -1335,6 +1373,7 @@ declare namespace Dashboard {
|
|
|
1335
1373
|
customStyle: PropTypes.Requireable<{
|
|
1336
1374
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
1337
1375
|
}>;
|
|
1376
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
1338
1377
|
}> | null | undefined)[]>;
|
|
1339
1378
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
1340
1379
|
menuButtonClassName: PropTypes.Requireable<string>;
|
|
@@ -1407,6 +1446,8 @@ declare namespace Dashboard {
|
|
|
1407
1446
|
customStyle: PropTypes.Requireable<{
|
|
1408
1447
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
1409
1448
|
}>;
|
|
1449
|
+
useTitle: PropTypes.Requireable<boolean>;
|
|
1450
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
1410
1451
|
}>>;
|
|
1411
1452
|
required: PropTypes.Requireable<boolean>;
|
|
1412
1453
|
}> | null | undefined>>;
|
|
@@ -1473,6 +1514,8 @@ declare namespace Dashboard {
|
|
|
1473
1514
|
customStyle: PropTypes.Requireable<{
|
|
1474
1515
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
1475
1516
|
}>;
|
|
1517
|
+
useTitle: PropTypes.Requireable<boolean>;
|
|
1518
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
1476
1519
|
}> | null | undefined)[]>;
|
|
1477
1520
|
buttonMenuAction: PropTypes.Requireable<PropTypes.InferProps<{
|
|
1478
1521
|
button: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
@@ -1511,6 +1554,8 @@ declare namespace Dashboard {
|
|
|
1511
1554
|
customStyle: PropTypes.Requireable<{
|
|
1512
1555
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
1513
1556
|
}>;
|
|
1557
|
+
useTitle: PropTypes.Requireable<boolean>;
|
|
1558
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
1514
1559
|
}>>>;
|
|
1515
1560
|
menu: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
1516
1561
|
buttons: PropTypes.Validator<(PropTypes.InferProps<{
|
|
@@ -1537,9 +1582,11 @@ declare namespace Dashboard {
|
|
|
1537
1582
|
customStyle: PropTypes.Requireable<{
|
|
1538
1583
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
1539
1584
|
}>;
|
|
1585
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
1540
1586
|
}> | null | undefined)[]>;
|
|
1541
1587
|
'data-name': PropTypes.Requireable<string>;
|
|
1542
1588
|
'aria-label': PropTypes.Requireable<string>;
|
|
1589
|
+
enableScroll: PropTypes.Requireable<boolean>;
|
|
1543
1590
|
}>>>;
|
|
1544
1591
|
menuWrapper: PropTypes.Requireable<PropTypes.InferProps<{
|
|
1545
1592
|
ariaLabel: PropTypes.Requireable<string>;
|
|
@@ -1550,6 +1597,7 @@ declare namespace Dashboard {
|
|
|
1550
1597
|
type: PropTypes.Requireable<string>;
|
|
1551
1598
|
primaryColor: PropTypes.Requireable<string>;
|
|
1552
1599
|
closeOnClick: PropTypes.Requireable<boolean>;
|
|
1600
|
+
enableScroll: PropTypes.Requireable<boolean>;
|
|
1553
1601
|
}>>;
|
|
1554
1602
|
}> | null | undefined>>;
|
|
1555
1603
|
}>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/common/discipline/index.js"],"names":[],"mappings":";AAgBA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/common/discipline/index.js"],"names":[],"mappings":";AAgBA,mEAqKC"}
|
|
@@ -60,16 +60,16 @@ const Discipline = (props, context) => {
|
|
|
60
60
|
startLabel: startLabel,
|
|
61
61
|
buyLabel: buyLabel
|
|
62
62
|
});
|
|
63
|
-
const disciplineContent =
|
|
63
|
+
const disciplineContent = /*#__PURE__*/_react.default.createElement("div", {
|
|
64
64
|
className: _style.default.content
|
|
65
65
|
}, content ? /*#__PURE__*/_react.default.createElement(_scopeContent.default, {
|
|
66
66
|
content: content
|
|
67
|
-
}) : null,
|
|
67
|
+
}) : null, /*#__PURE__*/_react.default.createElement(_disciplineScope.default, {
|
|
68
68
|
content: level,
|
|
69
69
|
levels: levels,
|
|
70
70
|
selected: selected,
|
|
71
71
|
onClick: changeLevel
|
|
72
|
-
})
|
|
72
|
+
}));
|
|
73
73
|
const disciplineHeader = /*#__PURE__*/_react.default.createElement("div", {
|
|
74
74
|
className: _style.default.header
|
|
75
75
|
}, /*#__PURE__*/_react.default.createElement(_disciplineHeader.default, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["_react","_interopRequireDefault","require","_isEmpty","_propTypes","_disciplineCta","_disciplineHeader","_disciplinePartners","_disciplineScope","_disciplineAssociatedSkills","_share","_interopRequireWildcard","_addToMyList","_scopeContent","_style","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","Discipline","props","context","selected","level","levels","changeLevel","image","title","video","authors","description","content","start","buy","startLabel","skills","onSkillClick","buyLabel","shareWording","shareText","shareSuccessWording","shareErrorWording","addToMyListButton","favorite","onFavoriteClick","addToMyListText","removeFromMyListText","disableShare","disableAddToMyList","lastUpdated","authorSection","isEmpty","createElement","className","style","partners","disciplineCTA","type","disciplineContent","onClick","disciplineHeader","header","discipline","container","key","leftSection","mobileAuthorCtaSection","columnReverse","cta","addToMyListBtn","shareBtn","wording","text","rightSection","stickySection","buttons","shareFeedBack","ShareFeedback","errorWording","successWording","addToMyListFeedback","AddToMyListFeedback","addToMyListProviderWrap","Fragment","AddToMyListStatusProvider","shareProviderWrap","ShareStatusProvider","propTypes","process","env","NODE_ENV","DisciplineHeader","DisciplineCTA","DisciplinePartners","DisciplineScope","ScopeContent","Share","PropTypes","arrayOf","shape","ref","string","locale","focused","bool","func","AddToMyList","contextTypes","translate","_default","exports"],"sources":["../../../../src/template/common/discipline/index.js"],"sourcesContent":["import React from 'react';\nimport isEmpty from 'lodash/fp/isEmpty';\nimport PropTypes from 'prop-types';\nimport DisciplineCTA from '../../../molecule/discipline-cta';\nimport DisciplineHeader from '../../../molecule/discipline-header';\nimport DisciplinePartners from '../../../molecule/discipline-partners';\nimport DisciplineScope from '../../../molecule/discipline-scope';\nimport DisciplineAssociatedSkills from '../../../molecule/discipline-associated-skills';\nimport Share, {ShareFeedback, ShareStatusProvider} from '../../../molecule/share';\nimport AddToMyList, {\n AddToMyListFeedback,\n AddToMyListStatusProvider\n} from '../../../molecule/add-to-my-list';\nimport ScopeContent from '../../../molecule/scope-content';\nimport style from './style.css';\n\nconst Discipline = (props, context) => {\n const {\n selected = 0,\n level,\n levels,\n changeLevel,\n image,\n title = '',\n video,\n authors = [],\n description = '',\n content = null,\n start,\n buy,\n startLabel,\n skills = [],\n onSkillClick,\n buyLabel,\n shareWording,\n shareText,\n shareSuccessWording,\n shareErrorWording,\n addToMyListButton,\n favorite,\n onFavoriteClick,\n addToMyListText,\n removeFromMyListText,\n disableShare = false,\n disableAddToMyList = false,\n lastUpdated\n } = props;\n\n const authorSection = isEmpty(authors) ? null : (\n <div className={style.partners}>\n <DisciplinePartners authors={authors} />\n </div>\n );\n\n const disciplineCTA = (\n <DisciplineCTA\n type={'discipline'}\n start={start}\n buy={buy}\n startLabel={startLabel}\n buyLabel={buyLabel}\n />\n );\n\n const disciplineContent =\n content || !isEmpty(levels) ? (\n <div className={style.content}>\n {content ? <ScopeContent content={content} /> : null}\n {!isEmpty(levels) ? (\n <DisciplineScope\n content={level}\n levels={levels}\n selected={selected}\n onClick={changeLevel}\n />\n ) : null}\n </div>\n ) : null;\n\n const disciplineHeader = (\n <div className={style.header}>\n <DisciplineHeader\n image={image}\n video={video}\n title={title}\n description={description}\n lastUpdated={lastUpdated}\n />\n </div>\n );\n\n const discipline = (\n <div data-name=\"discipline\" className={style.container} key=\"discipline\">\n <div className={style.leftSection}>\n {disciplineHeader}\n <div className={style.mobileAuthorCtaSection}>\n <div className={style.columnReverse}>\n <div className={style.cta}>{disciplineCTA}</div>\n {disableAddToMyList ? null : (\n <AddToMyList\n style={style.addToMyListBtn}\n addToMyListButton={addToMyListButton}\n favorite={favorite}\n onFavoriteClick={onFavoriteClick}\n key={'addToMyListTablet'}\n />\n )}\n {disableShare ? null : (\n <Share\n style={style.shareBtn}\n wording={shareWording}\n text={shareText}\n key={'shareTablet'}\n />\n )}\n </div>\n <DisciplineAssociatedSkills skills={skills} onSkillClick={onSkillClick} />\n {authorSection}\n </div>\n {disciplineContent}\n </div>\n <div className={style.rightSection}>\n <div className={style.stickySection}>\n <div className={style.cta}>\n {disciplineCTA}\n {disableShare && disableAddToMyList ? null : (\n <div className={style.buttons}>\n {disableShare ? null : (\n <Share\n style={style.shareBtn}\n wording={shareWording}\n text={shareText}\n key={'shareDesktop'}\n />\n )}\n {disableAddToMyList ? null : (\n <AddToMyList\n style={style.addToMyListBtn}\n addToMyListButton={addToMyListButton}\n favorite={favorite}\n onFavoriteClick={onFavoriteClick}\n key={'addToMyListDesktop'}\n />\n )}\n </div>\n )}\n </div>\n <DisciplineAssociatedSkills skills={skills} onSkillClick={onSkillClick} />\n {authorSection}\n </div>\n </div>\n </div>\n );\n\n const shareFeedBack = disableShare ? null : (\n <ShareFeedback\n errorWording={shareErrorWording}\n successWording={shareSuccessWording}\n key=\"shareFeedBack\"\n />\n );\n\n const addToMyListFeedback = disableAddToMyList ? null : (\n <AddToMyListFeedback\n addToMyListText={addToMyListText}\n removeFromMyListText={removeFromMyListText}\n favorite={favorite}\n />\n );\n\n const addToMyListProviderWrap = disableAddToMyList ? (\n <>\n {shareFeedBack}\n {discipline}\n </>\n ) : (\n <AddToMyListStatusProvider>\n {shareFeedBack}\n {addToMyListFeedback}\n {discipline}\n </AddToMyListStatusProvider>\n );\n const shareProviderWrap = disableShare ? (\n addToMyListProviderWrap\n ) : (\n <ShareStatusProvider>{addToMyListProviderWrap}</ShareStatusProvider>\n );\n\n return shareProviderWrap;\n};\n\nDiscipline.propTypes = {\n image: DisciplineHeader.propTypes.image,\n video: DisciplineHeader.propTypes.video,\n title: DisciplineHeader.propTypes.title,\n description: DisciplineHeader.propTypes.description,\n start: DisciplineCTA.propTypes.start,\n buy: DisciplineCTA.propTypes.buy,\n startLabel: DisciplineCTA.propTypes.startLabel,\n buyLabel: DisciplineCTA.propTypes.buyLabel,\n authors: DisciplinePartners.propTypes.authors,\n level: DisciplineScope.propTypes.content,\n levels: DisciplineScope.propTypes.levels,\n selected: DisciplineScope.propTypes.selected,\n changeLevel: DisciplineScope.propTypes.onClick,\n content: ScopeContent.propTypes.content,\n shareWording: Share.propTypes.wording,\n shareText: Share.propTypes.text,\n shareSuccessWording: ShareFeedback.propTypes.successWording,\n shareErrorWording: ShareFeedback.propTypes.errorWording,\n skills: PropTypes.arrayOf(\n PropTypes.shape({\n ref: PropTypes.string,\n locale: PropTypes.string,\n focused: PropTypes.bool\n })\n ),\n onSkillClick: PropTypes.func,\n addToMyListText: AddToMyListFeedback.propTypes.addToMyListText,\n removeFromMyListText: AddToMyListFeedback.propTypes.removeFromMyListText,\n addToMyListButton: AddToMyList.propTypes.addToMyListButton,\n onFavoriteClick: AddToMyList.propTypes.onFavoriteClick,\n favorite: AddToMyList.propTypes.favorite,\n disableShare: PropTypes.bool,\n disableAddToMyList: PropTypes.bool\n};\n\nDiscipline.contextTypes = {\n translate: PropTypes.func\n};\n\nexport default Discipline;\n"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"file":"index.js","names":["_react","_interopRequireDefault","require","_isEmpty","_propTypes","_disciplineCta","_disciplineHeader","_disciplinePartners","_disciplineScope","_disciplineAssociatedSkills","_share","_interopRequireWildcard","_addToMyList","_scopeContent","_style","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","Discipline","props","context","selected","level","levels","changeLevel","image","title","video","authors","description","content","start","buy","startLabel","skills","onSkillClick","buyLabel","shareWording","shareText","shareSuccessWording","shareErrorWording","addToMyListButton","favorite","onFavoriteClick","addToMyListText","removeFromMyListText","disableShare","disableAddToMyList","lastUpdated","authorSection","isEmpty","createElement","className","style","partners","disciplineCTA","type","disciplineContent","onClick","disciplineHeader","header","discipline","container","key","leftSection","mobileAuthorCtaSection","columnReverse","cta","addToMyListBtn","shareBtn","wording","text","rightSection","stickySection","buttons","shareFeedBack","ShareFeedback","errorWording","successWording","addToMyListFeedback","AddToMyListFeedback","addToMyListProviderWrap","Fragment","AddToMyListStatusProvider","shareProviderWrap","ShareStatusProvider","propTypes","process","env","NODE_ENV","DisciplineHeader","DisciplineCTA","DisciplinePartners","DisciplineScope","ScopeContent","Share","PropTypes","arrayOf","shape","ref","string","locale","focused","bool","func","AddToMyList","contextTypes","translate","_default","exports"],"sources":["../../../../src/template/common/discipline/index.js"],"sourcesContent":["import React from 'react';\nimport isEmpty from 'lodash/fp/isEmpty';\nimport PropTypes from 'prop-types';\nimport DisciplineCTA from '../../../molecule/discipline-cta';\nimport DisciplineHeader from '../../../molecule/discipline-header';\nimport DisciplinePartners from '../../../molecule/discipline-partners';\nimport DisciplineScope from '../../../molecule/discipline-scope';\nimport DisciplineAssociatedSkills from '../../../molecule/discipline-associated-skills';\nimport Share, {ShareFeedback, ShareStatusProvider} from '../../../molecule/share';\nimport AddToMyList, {\n AddToMyListFeedback,\n AddToMyListStatusProvider\n} from '../../../molecule/add-to-my-list';\nimport ScopeContent from '../../../molecule/scope-content';\nimport style from './style.css';\n\nconst Discipline = (props, context) => {\n const {\n selected = 0,\n level,\n levels,\n changeLevel,\n image,\n title = '',\n video,\n authors = [],\n description = '',\n content = null,\n start,\n buy,\n startLabel,\n skills = [],\n onSkillClick,\n buyLabel,\n shareWording,\n shareText,\n shareSuccessWording,\n shareErrorWording,\n addToMyListButton,\n favorite,\n onFavoriteClick,\n addToMyListText,\n removeFromMyListText,\n disableShare = false,\n disableAddToMyList = false,\n lastUpdated\n } = props;\n\n const authorSection = isEmpty(authors) ? null : (\n <div className={style.partners}>\n <DisciplinePartners authors={authors} />\n </div>\n );\n\n const disciplineCTA = (\n <DisciplineCTA\n type={'discipline'}\n start={start}\n buy={buy}\n startLabel={startLabel}\n buyLabel={buyLabel}\n />\n );\n\n const disciplineContent = (\n <div className={style.content}>\n {content ? <ScopeContent content={content} /> : null}\n <DisciplineScope content={level} levels={levels} selected={selected} onClick={changeLevel} />\n </div>\n );\n\n const disciplineHeader = (\n <div className={style.header}>\n <DisciplineHeader\n image={image}\n video={video}\n title={title}\n description={description}\n lastUpdated={lastUpdated}\n />\n </div>\n );\n\n const discipline = (\n <div data-name=\"discipline\" className={style.container} key=\"discipline\">\n <div className={style.leftSection}>\n {disciplineHeader}\n <div className={style.mobileAuthorCtaSection}>\n <div className={style.columnReverse}>\n <div className={style.cta}>{disciplineCTA}</div>\n {disableAddToMyList ? null : (\n <AddToMyList\n style={style.addToMyListBtn}\n addToMyListButton={addToMyListButton}\n favorite={favorite}\n onFavoriteClick={onFavoriteClick}\n key={'addToMyListTablet'}\n />\n )}\n {disableShare ? null : (\n <Share\n style={style.shareBtn}\n wording={shareWording}\n text={shareText}\n key={'shareTablet'}\n />\n )}\n </div>\n <DisciplineAssociatedSkills skills={skills} onSkillClick={onSkillClick} />\n {authorSection}\n </div>\n {disciplineContent}\n </div>\n <div className={style.rightSection}>\n <div className={style.stickySection}>\n <div className={style.cta}>\n {disciplineCTA}\n {disableShare && disableAddToMyList ? null : (\n <div className={style.buttons}>\n {disableShare ? null : (\n <Share\n style={style.shareBtn}\n wording={shareWording}\n text={shareText}\n key={'shareDesktop'}\n />\n )}\n {disableAddToMyList ? null : (\n <AddToMyList\n style={style.addToMyListBtn}\n addToMyListButton={addToMyListButton}\n favorite={favorite}\n onFavoriteClick={onFavoriteClick}\n key={'addToMyListDesktop'}\n />\n )}\n </div>\n )}\n </div>\n <DisciplineAssociatedSkills skills={skills} onSkillClick={onSkillClick} />\n {authorSection}\n </div>\n </div>\n </div>\n );\n\n const shareFeedBack = disableShare ? null : (\n <ShareFeedback\n errorWording={shareErrorWording}\n successWording={shareSuccessWording}\n key=\"shareFeedBack\"\n />\n );\n\n const addToMyListFeedback = disableAddToMyList ? null : (\n <AddToMyListFeedback\n addToMyListText={addToMyListText}\n removeFromMyListText={removeFromMyListText}\n favorite={favorite}\n />\n );\n\n const addToMyListProviderWrap = disableAddToMyList ? (\n <>\n {shareFeedBack}\n {discipline}\n </>\n ) : (\n <AddToMyListStatusProvider>\n {shareFeedBack}\n {addToMyListFeedback}\n {discipline}\n </AddToMyListStatusProvider>\n );\n const shareProviderWrap = disableShare ? (\n addToMyListProviderWrap\n ) : (\n <ShareStatusProvider>{addToMyListProviderWrap}</ShareStatusProvider>\n );\n\n return shareProviderWrap;\n};\n\nDiscipline.propTypes = {\n image: DisciplineHeader.propTypes.image,\n video: DisciplineHeader.propTypes.video,\n title: DisciplineHeader.propTypes.title,\n description: DisciplineHeader.propTypes.description,\n start: DisciplineCTA.propTypes.start,\n buy: DisciplineCTA.propTypes.buy,\n startLabel: DisciplineCTA.propTypes.startLabel,\n buyLabel: DisciplineCTA.propTypes.buyLabel,\n authors: DisciplinePartners.propTypes.authors,\n level: DisciplineScope.propTypes.content,\n levels: DisciplineScope.propTypes.levels,\n selected: DisciplineScope.propTypes.selected,\n changeLevel: DisciplineScope.propTypes.onClick,\n content: ScopeContent.propTypes.content,\n shareWording: Share.propTypes.wording,\n shareText: Share.propTypes.text,\n shareSuccessWording: ShareFeedback.propTypes.successWording,\n shareErrorWording: ShareFeedback.propTypes.errorWording,\n skills: PropTypes.arrayOf(\n PropTypes.shape({\n ref: PropTypes.string,\n locale: PropTypes.string,\n focused: PropTypes.bool\n })\n ),\n onSkillClick: PropTypes.func,\n addToMyListText: AddToMyListFeedback.propTypes.addToMyListText,\n removeFromMyListText: AddToMyListFeedback.propTypes.removeFromMyListText,\n addToMyListButton: AddToMyList.propTypes.addToMyListButton,\n onFavoriteClick: AddToMyList.propTypes.onFavoriteClick,\n favorite: AddToMyList.propTypes.favorite,\n disableShare: PropTypes.bool,\n disableAddToMyList: PropTypes.bool\n};\n\nDiscipline.contextTypes = {\n translate: PropTypes.func\n};\n\nexport default Discipline;\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -256,6 +256,8 @@ declare namespace SearchPage {
|
|
|
256
256
|
customStyle: PropTypes.Requireable<{
|
|
257
257
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
258
258
|
}>;
|
|
259
|
+
useTitle: PropTypes.Requireable<boolean>;
|
|
260
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
259
261
|
}>>;
|
|
260
262
|
required: PropTypes.Requireable<boolean>;
|
|
261
263
|
}>>;
|
|
@@ -381,6 +383,8 @@ declare namespace SearchPage {
|
|
|
381
383
|
customStyle: PropTypes.Requireable<{
|
|
382
384
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
383
385
|
}>;
|
|
386
|
+
useTitle: PropTypes.Requireable<boolean>;
|
|
387
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
384
388
|
}>>;
|
|
385
389
|
selectMultiple: PropTypes.Requireable<PropTypes.InferProps<{
|
|
386
390
|
title: PropTypes.Requireable<string>;
|
|
@@ -533,6 +537,8 @@ declare namespace SearchPage {
|
|
|
533
537
|
customStyle: PropTypes.Requireable<{
|
|
534
538
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
535
539
|
}>;
|
|
540
|
+
useTitle: PropTypes.Requireable<boolean>;
|
|
541
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
536
542
|
}> | PropTypes.InferProps<{
|
|
537
543
|
button: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
538
544
|
type: PropTypes.Requireable<string>;
|
|
@@ -570,6 +576,8 @@ declare namespace SearchPage {
|
|
|
570
576
|
customStyle: PropTypes.Requireable<{
|
|
571
577
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
572
578
|
}>;
|
|
579
|
+
useTitle: PropTypes.Requireable<boolean>;
|
|
580
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
573
581
|
}>>>;
|
|
574
582
|
menu: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
575
583
|
buttons: PropTypes.Validator<(PropTypes.InferProps<{
|
|
@@ -596,9 +604,11 @@ declare namespace SearchPage {
|
|
|
596
604
|
customStyle: PropTypes.Requireable<{
|
|
597
605
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
598
606
|
}>;
|
|
607
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
599
608
|
}> | null | undefined)[]>;
|
|
600
609
|
'data-name': PropTypes.Requireable<string>;
|
|
601
610
|
'aria-label': PropTypes.Requireable<string>;
|
|
611
|
+
enableScroll: PropTypes.Requireable<boolean>;
|
|
602
612
|
}>>>;
|
|
603
613
|
menuWrapper: PropTypes.Requireable<PropTypes.InferProps<{
|
|
604
614
|
ariaLabel: PropTypes.Requireable<string>;
|
|
@@ -609,6 +619,7 @@ declare namespace SearchPage {
|
|
|
609
619
|
type: PropTypes.Requireable<string>;
|
|
610
620
|
primaryColor: PropTypes.Requireable<string>;
|
|
611
621
|
closeOnClick: PropTypes.Requireable<boolean>;
|
|
622
|
+
enableScroll: PropTypes.Requireable<boolean>;
|
|
612
623
|
}> | null | undefined>>;
|
|
613
624
|
}>>;
|
|
614
625
|
}> | PropTypes.InferProps<{
|
|
@@ -655,6 +666,7 @@ declare namespace SearchPage {
|
|
|
655
666
|
customStyle: PropTypes.Requireable<{
|
|
656
667
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
657
668
|
}>;
|
|
669
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
658
670
|
}> | null | undefined)[]>;
|
|
659
671
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
660
672
|
menuButtonClassName: PropTypes.Requireable<string>;
|
|
@@ -702,6 +714,8 @@ declare namespace SearchPage {
|
|
|
702
714
|
customStyle: PropTypes.Requireable<{
|
|
703
715
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
704
716
|
}>;
|
|
717
|
+
useTitle: PropTypes.Requireable<boolean>;
|
|
718
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
705
719
|
}> | PropTypes.InferProps<{
|
|
706
720
|
componentType: PropTypes.Requireable<string>;
|
|
707
721
|
'data-name': PropTypes.Requireable<string>;
|
|
@@ -732,6 +746,7 @@ declare namespace SearchPage {
|
|
|
732
746
|
customStyle: PropTypes.Requireable<{
|
|
733
747
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
734
748
|
}>;
|
|
749
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
735
750
|
}> | null | undefined)[]>;
|
|
736
751
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
737
752
|
menuButtonClassName: PropTypes.Requireable<string>;
|
|
@@ -804,6 +819,8 @@ declare namespace SearchPage {
|
|
|
804
819
|
customStyle: PropTypes.Requireable<{
|
|
805
820
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
806
821
|
}>;
|
|
822
|
+
useTitle: PropTypes.Requireable<boolean>;
|
|
823
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
807
824
|
}>>;
|
|
808
825
|
required: PropTypes.Requireable<boolean>;
|
|
809
826
|
}> | null | undefined>>;
|
|
@@ -870,6 +887,8 @@ declare namespace SearchPage {
|
|
|
870
887
|
customStyle: PropTypes.Requireable<{
|
|
871
888
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
872
889
|
}>;
|
|
890
|
+
useTitle: PropTypes.Requireable<boolean>;
|
|
891
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
873
892
|
}> | null | undefined)[]>;
|
|
874
893
|
buttonMenuAction: PropTypes.Requireable<PropTypes.InferProps<{
|
|
875
894
|
button: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
@@ -908,6 +927,8 @@ declare namespace SearchPage {
|
|
|
908
927
|
customStyle: PropTypes.Requireable<{
|
|
909
928
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
910
929
|
}>;
|
|
930
|
+
useTitle: PropTypes.Requireable<boolean>;
|
|
931
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
911
932
|
}>>>;
|
|
912
933
|
menu: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
913
934
|
buttons: PropTypes.Validator<(PropTypes.InferProps<{
|
|
@@ -934,9 +955,11 @@ declare namespace SearchPage {
|
|
|
934
955
|
customStyle: PropTypes.Requireable<{
|
|
935
956
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
936
957
|
}>;
|
|
958
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
937
959
|
}> | null | undefined)[]>;
|
|
938
960
|
'data-name': PropTypes.Requireable<string>;
|
|
939
961
|
'aria-label': PropTypes.Requireable<string>;
|
|
962
|
+
enableScroll: PropTypes.Requireable<boolean>;
|
|
940
963
|
}>>>;
|
|
941
964
|
menuWrapper: PropTypes.Requireable<PropTypes.InferProps<{
|
|
942
965
|
ariaLabel: PropTypes.Requireable<string>;
|
|
@@ -947,6 +970,7 @@ declare namespace SearchPage {
|
|
|
947
970
|
type: PropTypes.Requireable<string>;
|
|
948
971
|
primaryColor: PropTypes.Requireable<string>;
|
|
949
972
|
closeOnClick: PropTypes.Requireable<boolean>;
|
|
973
|
+
enableScroll: PropTypes.Requireable<boolean>;
|
|
950
974
|
}>>;
|
|
951
975
|
}> | null | undefined>>;
|
|
952
976
|
}>>;
|
|
@@ -93,6 +93,8 @@ declare namespace ExternalCourse {
|
|
|
93
93
|
customStyle: PropTypes.Requireable<{
|
|
94
94
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
95
95
|
}>;
|
|
96
|
+
useTitle: PropTypes.Requireable<boolean>;
|
|
97
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
96
98
|
}>>;
|
|
97
99
|
required: PropTypes.Requireable<boolean>;
|
|
98
100
|
}>>;
|
|
@@ -218,6 +220,8 @@ declare namespace ExternalCourse {
|
|
|
218
220
|
customStyle: PropTypes.Requireable<{
|
|
219
221
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
220
222
|
}>;
|
|
223
|
+
useTitle: PropTypes.Requireable<boolean>;
|
|
224
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
221
225
|
}>>;
|
|
222
226
|
selectMultiple: PropTypes.Requireable<PropTypes.InferProps<{
|
|
223
227
|
title: PropTypes.Requireable<string>;
|
|
@@ -370,6 +374,8 @@ declare namespace ExternalCourse {
|
|
|
370
374
|
customStyle: PropTypes.Requireable<{
|
|
371
375
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
372
376
|
}>;
|
|
377
|
+
useTitle: PropTypes.Requireable<boolean>;
|
|
378
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
373
379
|
}> | PropTypes.InferProps<{
|
|
374
380
|
button: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
375
381
|
type: PropTypes.Requireable<string>;
|
|
@@ -407,6 +413,8 @@ declare namespace ExternalCourse {
|
|
|
407
413
|
customStyle: PropTypes.Requireable<{
|
|
408
414
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
409
415
|
}>;
|
|
416
|
+
useTitle: PropTypes.Requireable<boolean>;
|
|
417
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
410
418
|
}>>>;
|
|
411
419
|
menu: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
412
420
|
buttons: PropTypes.Validator<(PropTypes.InferProps<{
|
|
@@ -433,9 +441,11 @@ declare namespace ExternalCourse {
|
|
|
433
441
|
customStyle: PropTypes.Requireable<{
|
|
434
442
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
435
443
|
}>;
|
|
444
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
436
445
|
}> | null | undefined)[]>;
|
|
437
446
|
'data-name': PropTypes.Requireable<string>;
|
|
438
447
|
'aria-label': PropTypes.Requireable<string>;
|
|
448
|
+
enableScroll: PropTypes.Requireable<boolean>;
|
|
439
449
|
}>>>;
|
|
440
450
|
menuWrapper: PropTypes.Requireable<PropTypes.InferProps<{
|
|
441
451
|
ariaLabel: PropTypes.Requireable<string>;
|
|
@@ -446,6 +456,7 @@ declare namespace ExternalCourse {
|
|
|
446
456
|
type: PropTypes.Requireable<string>;
|
|
447
457
|
primaryColor: PropTypes.Requireable<string>;
|
|
448
458
|
closeOnClick: PropTypes.Requireable<boolean>;
|
|
459
|
+
enableScroll: PropTypes.Requireable<boolean>;
|
|
449
460
|
}> | null | undefined>>;
|
|
450
461
|
}>>;
|
|
451
462
|
}> | PropTypes.InferProps<{
|
|
@@ -492,6 +503,7 @@ declare namespace ExternalCourse {
|
|
|
492
503
|
customStyle: PropTypes.Requireable<{
|
|
493
504
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
494
505
|
}>;
|
|
506
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
495
507
|
}> | null | undefined)[]>;
|
|
496
508
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
497
509
|
menuButtonClassName: PropTypes.Requireable<string>;
|
|
@@ -539,6 +551,8 @@ declare namespace ExternalCourse {
|
|
|
539
551
|
customStyle: PropTypes.Requireable<{
|
|
540
552
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
541
553
|
}>;
|
|
554
|
+
useTitle: PropTypes.Requireable<boolean>;
|
|
555
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
542
556
|
}> | PropTypes.InferProps<{
|
|
543
557
|
componentType: PropTypes.Requireable<string>;
|
|
544
558
|
'data-name': PropTypes.Requireable<string>;
|
|
@@ -569,6 +583,7 @@ declare namespace ExternalCourse {
|
|
|
569
583
|
customStyle: PropTypes.Requireable<{
|
|
570
584
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
571
585
|
}>;
|
|
586
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
572
587
|
}> | null | undefined)[]>;
|
|
573
588
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
574
589
|
menuButtonClassName: PropTypes.Requireable<string>;
|
|
@@ -641,6 +656,8 @@ declare namespace ExternalCourse {
|
|
|
641
656
|
customStyle: PropTypes.Requireable<{
|
|
642
657
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
643
658
|
}>;
|
|
659
|
+
useTitle: PropTypes.Requireable<boolean>;
|
|
660
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
644
661
|
}>>;
|
|
645
662
|
required: PropTypes.Requireable<boolean>;
|
|
646
663
|
}> | null | undefined>>;
|
|
@@ -707,6 +724,8 @@ declare namespace ExternalCourse {
|
|
|
707
724
|
customStyle: PropTypes.Requireable<{
|
|
708
725
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
709
726
|
}>;
|
|
727
|
+
useTitle: PropTypes.Requireable<boolean>;
|
|
728
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
710
729
|
}> | null | undefined)[]>;
|
|
711
730
|
buttonMenuAction: PropTypes.Requireable<PropTypes.InferProps<{
|
|
712
731
|
button: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
@@ -745,6 +764,8 @@ declare namespace ExternalCourse {
|
|
|
745
764
|
customStyle: PropTypes.Requireable<{
|
|
746
765
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
747
766
|
}>;
|
|
767
|
+
useTitle: PropTypes.Requireable<boolean>;
|
|
768
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
748
769
|
}>>>;
|
|
749
770
|
menu: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
750
771
|
buttons: PropTypes.Validator<(PropTypes.InferProps<{
|
|
@@ -771,9 +792,11 @@ declare namespace ExternalCourse {
|
|
|
771
792
|
customStyle: PropTypes.Requireable<{
|
|
772
793
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
773
794
|
}>;
|
|
795
|
+
customLabelClassName: PropTypes.Requireable<string>;
|
|
774
796
|
}> | null | undefined)[]>;
|
|
775
797
|
'data-name': PropTypes.Requireable<string>;
|
|
776
798
|
'aria-label': PropTypes.Requireable<string>;
|
|
799
|
+
enableScroll: PropTypes.Requireable<boolean>;
|
|
777
800
|
}>>>;
|
|
778
801
|
menuWrapper: PropTypes.Requireable<PropTypes.InferProps<{
|
|
779
802
|
ariaLabel: PropTypes.Requireable<string>;
|
|
@@ -784,6 +807,7 @@ declare namespace ExternalCourse {
|
|
|
784
807
|
type: PropTypes.Requireable<string>;
|
|
785
808
|
primaryColor: PropTypes.Requireable<string>;
|
|
786
809
|
closeOnClick: PropTypes.Requireable<boolean>;
|
|
810
|
+
enableScroll: PropTypes.Requireable<boolean>;
|
|
787
811
|
}>>;
|
|
788
812
|
}> | null | undefined>>;
|
|
789
813
|
}>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coorpacademy/components",
|
|
3
|
-
"version": "11.36.
|
|
3
|
+
"version": "11.36.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -165,5 +165,5 @@
|
|
|
165
165
|
"last 2 versions",
|
|
166
166
|
"IE 11"
|
|
167
167
|
],
|
|
168
|
-
"gitHead": "
|
|
168
|
+
"gitHead": "b65ab5a72271dad5f072656bbc519876956a14ac"
|
|
169
169
|
}
|