@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"}
|
|
@@ -53,16 +53,16 @@ const Discipline = (props, context) => {
|
|
|
53
53
|
startLabel: startLabel,
|
|
54
54
|
buyLabel: buyLabel
|
|
55
55
|
});
|
|
56
|
-
const disciplineContent =
|
|
56
|
+
const disciplineContent = /*#__PURE__*/React.createElement("div", {
|
|
57
57
|
className: style.content
|
|
58
58
|
}, content ? /*#__PURE__*/React.createElement(ScopeContent, {
|
|
59
59
|
content: content
|
|
60
|
-
}) : null,
|
|
60
|
+
}) : null, /*#__PURE__*/React.createElement(DisciplineScope, {
|
|
61
61
|
content: level,
|
|
62
62
|
levels: levels,
|
|
63
63
|
selected: selected,
|
|
64
64
|
onClick: changeLevel
|
|
65
|
-
})
|
|
65
|
+
}));
|
|
66
66
|
const disciplineHeader = /*#__PURE__*/React.createElement("div", {
|
|
67
67
|
className: style.header
|
|
68
68
|
}, /*#__PURE__*/React.createElement(DisciplineHeader, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["React","isEmpty","PropTypes","DisciplineCTA","DisciplineHeader","DisciplinePartners","DisciplineScope","DisciplineAssociatedSkills","Share","ShareFeedback","ShareStatusProvider","AddToMyList","AddToMyListFeedback","AddToMyListStatusProvider","ScopeContent","style","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","createElement","className","partners","disciplineCTA","type","disciplineContent","onClick","disciplineHeader","header","discipline","container","key","leftSection","mobileAuthorCtaSection","columnReverse","cta","addToMyListBtn","shareBtn","wording","text","rightSection","stickySection","buttons","shareFeedBack","errorWording","successWording","addToMyListFeedback","addToMyListProviderWrap","Fragment","shareProviderWrap","propTypes","process","env","NODE_ENV","arrayOf","shape","ref","string","locale","focused","bool","func","contextTypes","translate"],"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","isEmpty","PropTypes","DisciplineCTA","DisciplineHeader","DisciplinePartners","DisciplineScope","DisciplineAssociatedSkills","Share","ShareFeedback","ShareStatusProvider","AddToMyList","AddToMyListFeedback","AddToMyListStatusProvider","ScopeContent","style","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","createElement","className","partners","disciplineCTA","type","disciplineContent","onClick","disciplineHeader","header","discipline","container","key","leftSection","mobileAuthorCtaSection","columnReverse","cta","addToMyListBtn","shareBtn","wording","text","rightSection","stickySection","buttons","shareFeedBack","errorWording","successWording","addToMyListFeedback","addToMyListProviderWrap","Fragment","shareProviderWrap","propTypes","process","env","NODE_ENV","arrayOf","shape","ref","string","locale","focused","bool","func","contextTypes","translate"],"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
|
}>>;
|
|
@@ -38,6 +38,8 @@ declare const ButtonLink: {
|
|
|
38
38
|
customStyle: import("prop-types").Requireable<{
|
|
39
39
|
[x: string]: NonNullable<string | number | null | undefined> | null | undefined;
|
|
40
40
|
}>;
|
|
41
|
+
useTitle: import("prop-types").Requireable<boolean>;
|
|
42
|
+
customLabelClassName: import("prop-types").Requireable<string>;
|
|
41
43
|
};
|
|
42
44
|
};
|
|
43
45
|
export default ButtonLink;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atom/button-link/index.tsx"],"names":[],"mappings":";AAOA,OAAkB,EAAC,eAAe,EAAW,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atom/button-link/index.tsx"],"names":[],"mappings":";AAOA,OAAkB,EAAC,eAAe,EAAW,MAAM,SAAS,CAAC;AAqD7D,QAAA,MAAM,UAAU;YAAW,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4IzC,CAAC;AAIF,eAAe,UAAU,CAAC"}
|