@coorpacademy/components 11.32.21 → 11.32.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/atom/radio-with-title/index.d.ts +3 -0
- package/es/atom/radio-with-title/index.d.ts.map +1 -1
- package/es/atom/radio-with-title/types.d.ts +3 -0
- package/es/atom/radio-with-title/types.d.ts.map +1 -1
- package/es/atom/tag/index.d.ts +5 -1
- package/es/atom/tag/index.d.ts.map +1 -1
- package/es/atom/tag/index.js +6 -3
- package/es/atom/tag/index.js.map +1 -1
- package/es/atom/title/index.d.ts +3 -0
- package/es/molecule/cm-popin/types.d.ts +7 -0
- package/es/molecule/cm-popin/types.d.ts.map +1 -1
- package/es/molecule/draggable-list/index.d.ts +12 -0
- package/es/molecule/draggable-list/index.d.ts.map +1 -1
- package/es/molecule/draggable-list/index.js +4 -2
- package/es/molecule/draggable-list/index.js.map +1 -1
- package/es/molecule/learning-priority-modal/index.d.ts +30 -0
- package/es/molecule/learning-priority-modal/index.d.ts.map +1 -0
- package/es/molecule/learning-priority-modal/index.js +242 -0
- package/es/molecule/learning-priority-modal/index.js.map +1 -0
- package/es/molecule/learning-priority-modal/style.css +70 -0
- package/es/molecule/learning-priority-setup-item/index.d.ts +18 -0
- package/es/molecule/learning-priority-setup-item/index.d.ts.map +1 -0
- package/es/molecule/learning-priority-setup-item/index.js +83 -0
- package/es/molecule/learning-priority-setup-item/index.js.map +1 -0
- package/es/molecule/learning-priority-setup-item/style.css +47 -0
- package/es/molecule/title-and-checkbox-wrapper/index.d.ts +3 -0
- package/es/molecule/title-radio-wrapper/index.d.ts +3 -0
- package/es/molecule/title-radio-wrapper/index.d.ts.map +1 -1
- package/es/molecule/title-radio-wrapper/types.d.ts +3 -0
- package/es/molecule/title-radio-wrapper/types.d.ts.map +1 -1
- package/es/organism/brand-learning-priorities/index.d.ts +167 -0
- package/es/organism/brand-learning-priorities/index.d.ts.map +1 -0
- package/es/organism/brand-learning-priorities/index.js +128 -0
- package/es/organism/brand-learning-priorities/index.js.map +1 -0
- package/es/organism/brand-learning-priorities/style.css +40 -0
- package/es/organism/list-item/index.d.ts +34 -2
- package/es/organism/list-item/index.d.ts.map +1 -1
- package/es/organism/list-item/index.js +58 -14
- package/es/organism/list-item/index.js.map +1 -1
- package/es/organism/list-item/style.css +25 -1
- package/es/organism/list-items/index.d.ts +4 -0
- package/es/organism/rewards-form/index.d.ts +3 -0
- package/es/organism/select-opponents/index.d.ts +3 -0
- package/es/organism/select-opponents/index.d.ts.map +1 -1
- package/es/organism/select-opponents/types.d.ts +3 -0
- package/es/organism/select-opponents/types.d.ts.map +1 -1
- package/es/organism/title-and-input/index.d.ts +6 -0
- package/es/organism/title-and-input/index.d.ts.map +1 -1
- package/es/organism/title-and-input/types.d.ts +6 -0
- package/es/organism/title-and-input/types.d.ts.map +1 -1
- package/es/organism/wizard-contents/index.d.ts +3 -0
- package/es/template/app-player/loading/index.d.ts +7 -0
- package/es/template/app-player/player/index.d.ts +14 -0
- package/es/template/app-player/player/slides/index.d.ts +7 -0
- package/es/template/app-player/player/slides/index.d.ts.map +1 -1
- package/es/template/app-player/popin-correction/index.d.ts +7 -0
- package/es/template/app-player/popin-correction/index.d.ts.map +1 -1
- package/es/template/app-player/popin-end/index.d.ts +7 -0
- package/es/template/app-review/index.d.ts +7 -0
- package/es/template/app-review/index.d.ts.map +1 -1
- package/es/template/app-review/player/prop-types.d.ts +7 -0
- package/es/template/app-review/player/prop-types.d.ts.map +1 -1
- package/es/template/app-review/prop-types.d.ts +7 -0
- package/es/template/app-review/prop-types.d.ts.map +1 -1
- package/es/template/back-office/brand-update/index.d.ts +149 -0
- package/es/template/back-office/brand-update/index.d.ts.map +1 -1
- package/es/template/back-office/brand-update/index.js +7 -0
- package/es/template/back-office/brand-update/index.js.map +1 -1
- package/es/template/common/dashboard/index.d.ts +14 -0
- package/es/template/common/search-page/index.d.ts +7 -0
- package/es/template/external-course/index.d.ts +7 -0
- package/lib/atom/radio-with-title/index.d.ts +3 -0
- package/lib/atom/radio-with-title/index.d.ts.map +1 -1
- package/lib/atom/radio-with-title/types.d.ts +3 -0
- package/lib/atom/radio-with-title/types.d.ts.map +1 -1
- package/lib/atom/tag/index.d.ts +5 -1
- package/lib/atom/tag/index.d.ts.map +1 -1
- package/lib/atom/tag/index.js +6 -3
- package/lib/atom/tag/index.js.map +1 -1
- package/lib/atom/title/index.d.ts +3 -0
- package/lib/molecule/cm-popin/types.d.ts +7 -0
- package/lib/molecule/cm-popin/types.d.ts.map +1 -1
- package/lib/molecule/draggable-list/index.d.ts +12 -0
- package/lib/molecule/draggable-list/index.d.ts.map +1 -1
- package/lib/molecule/draggable-list/index.js +5 -2
- package/lib/molecule/draggable-list/index.js.map +1 -1
- package/lib/molecule/learning-priority-modal/index.d.ts +30 -0
- package/lib/molecule/learning-priority-modal/index.d.ts.map +1 -0
- package/lib/molecule/learning-priority-modal/index.js +265 -0
- package/lib/molecule/learning-priority-modal/index.js.map +1 -0
- package/lib/molecule/learning-priority-modal/style.css +70 -0
- package/lib/molecule/learning-priority-setup-item/index.d.ts +18 -0
- package/lib/molecule/learning-priority-setup-item/index.d.ts.map +1 -0
- package/lib/molecule/learning-priority-setup-item/index.js +100 -0
- package/lib/molecule/learning-priority-setup-item/index.js.map +1 -0
- package/lib/molecule/learning-priority-setup-item/style.css +47 -0
- package/lib/molecule/title-and-checkbox-wrapper/index.d.ts +3 -0
- package/lib/molecule/title-radio-wrapper/index.d.ts +3 -0
- package/lib/molecule/title-radio-wrapper/index.d.ts.map +1 -1
- package/lib/molecule/title-radio-wrapper/types.d.ts +3 -0
- package/lib/molecule/title-radio-wrapper/types.d.ts.map +1 -1
- package/lib/organism/brand-learning-priorities/index.d.ts +167 -0
- package/lib/organism/brand-learning-priorities/index.d.ts.map +1 -0
- package/lib/organism/brand-learning-priorities/index.js +147 -0
- package/lib/organism/brand-learning-priorities/index.js.map +1 -0
- package/lib/organism/brand-learning-priorities/style.css +40 -0
- package/lib/organism/list-item/index.d.ts +34 -2
- package/lib/organism/list-item/index.d.ts.map +1 -1
- package/lib/organism/list-item/index.js +62 -16
- package/lib/organism/list-item/index.js.map +1 -1
- package/lib/organism/list-item/style.css +25 -1
- package/lib/organism/list-items/index.d.ts +4 -0
- package/lib/organism/rewards-form/index.d.ts +3 -0
- package/lib/organism/select-opponents/index.d.ts +3 -0
- package/lib/organism/select-opponents/index.d.ts.map +1 -1
- package/lib/organism/select-opponents/types.d.ts +3 -0
- package/lib/organism/select-opponents/types.d.ts.map +1 -1
- package/lib/organism/title-and-input/index.d.ts +6 -0
- package/lib/organism/title-and-input/index.d.ts.map +1 -1
- package/lib/organism/title-and-input/types.d.ts +6 -0
- package/lib/organism/title-and-input/types.d.ts.map +1 -1
- package/lib/organism/wizard-contents/index.d.ts +3 -0
- package/lib/template/app-player/loading/index.d.ts +7 -0
- package/lib/template/app-player/player/index.d.ts +14 -0
- package/lib/template/app-player/player/slides/index.d.ts +7 -0
- package/lib/template/app-player/player/slides/index.d.ts.map +1 -1
- package/lib/template/app-player/popin-correction/index.d.ts +7 -0
- package/lib/template/app-player/popin-correction/index.d.ts.map +1 -1
- package/lib/template/app-player/popin-end/index.d.ts +7 -0
- package/lib/template/app-review/index.d.ts +7 -0
- package/lib/template/app-review/index.d.ts.map +1 -1
- package/lib/template/app-review/player/prop-types.d.ts +7 -0
- package/lib/template/app-review/player/prop-types.d.ts.map +1 -1
- package/lib/template/app-review/prop-types.d.ts +7 -0
- package/lib/template/app-review/prop-types.d.ts.map +1 -1
- package/lib/template/back-office/brand-update/index.d.ts +149 -0
- package/lib/template/back-office/brand-update/index.d.ts.map +1 -1
- package/lib/template/back-office/brand-update/index.js +8 -0
- package/lib/template/back-office/brand-update/index.js.map +1 -1
- package/lib/template/common/dashboard/index.d.ts +14 -0
- package/lib/template/common/search-page/index.d.ts +7 -0
- package/lib/template/external-course/index.d.ts +7 -0
- package/locales/bs/global.json +13 -1
- package/locales/cs/global.json +13 -1
- package/locales/de/global.json +13 -1
- package/locales/en/global.json +12 -0
- package/locales/es/global.json +13 -1
- package/locales/et/global.json +13 -1
- package/locales/fi/global.json +13 -1
- package/locales/fr/global.json +13 -1
- package/locales/hr/global.json +13 -1
- package/locales/hu/global.json +13 -1
- package/locales/hy/global.json +13 -1
- package/locales/it/global.json +13 -1
- package/locales/ja/global.json +13 -1
- package/locales/ko/global.json +13 -1
- package/locales/nl/global.json +13 -1
- package/locales/pl/global.json +13 -1
- package/locales/pt/global.json +13 -1
- package/locales/ro/global.json +13 -1
- package/locales/ru/global.json +13 -1
- package/locales/sk/global.json +13 -1
- package/locales/sl/global.json +13 -1
- package/locales/sv/global.json +13 -1
- package/locales/tl/global.json +13 -1
- package/locales/tr/global.json +13 -1
- package/locales/uk/global.json +13 -1
- package/locales/vi/global.json +13 -1
- package/locales/zh/global.json +13 -1
- package/locales/zh_TW/global.json +13 -1
- package/package.json +2 -2
|
@@ -532,6 +532,9 @@ declare const propTypes: {
|
|
|
532
532
|
label: PropTypes.Requireable<string>;
|
|
533
533
|
type: PropTypes.Requireable<string>;
|
|
534
534
|
size: PropTypes.Requireable<string>;
|
|
535
|
+
customStyle: PropTypes.Requireable<{
|
|
536
|
+
[x: string]: string | null | undefined;
|
|
537
|
+
}>;
|
|
535
538
|
}>>;
|
|
536
539
|
}>>;
|
|
537
540
|
headerIcon: PropTypes.Requireable<string>;
|
|
@@ -643,6 +646,8 @@ declare const propTypes: {
|
|
|
643
646
|
content: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
|
|
644
647
|
items: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
645
648
|
title: PropTypes.Validator<string>;
|
|
649
|
+
subtitle: PropTypes.Requireable<string>;
|
|
650
|
+
selected: PropTypes.Requireable<boolean>;
|
|
646
651
|
dataColumns: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
647
652
|
label: PropTypes.Requireable<string>;
|
|
648
653
|
type: PropTypes.Requireable<string>;
|
|
@@ -685,6 +690,8 @@ declare const propTypes: {
|
|
|
685
690
|
label: PropTypes.Requireable<string>;
|
|
686
691
|
type: PropTypes.Requireable<string>;
|
|
687
692
|
}> | null | undefined)[]>;
|
|
693
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
694
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
688
695
|
isBulkStyle: PropTypes.Requireable<boolean>;
|
|
689
696
|
isOverflowHidden: PropTypes.Requireable<boolean>;
|
|
690
697
|
order: PropTypes.Requireable<number>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AAEtD,oBAAY,QAAQ,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE3C,oBAAY,cAAc,GAAG;IAC3B,QAAQ,EAAE,QAAQ,CAAC;IACnB,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AAEtD,oBAAY,QAAQ,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE3C,oBAAY,cAAc,GAAG;IAC3B,QAAQ,EAAE,QAAQ,CAAC;IACnB,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGd,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -361,6 +361,8 @@ declare namespace BrandUpdate {
|
|
|
361
361
|
content: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
|
|
362
362
|
items: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
363
363
|
title: PropTypes.Validator<string>;
|
|
364
|
+
subtitle: PropTypes.Requireable<string>;
|
|
365
|
+
selected: PropTypes.Requireable<boolean>;
|
|
364
366
|
dataColumns: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
365
367
|
label: PropTypes.Requireable<string>;
|
|
366
368
|
type: PropTypes.Requireable<string>;
|
|
@@ -403,6 +405,8 @@ declare namespace BrandUpdate {
|
|
|
403
405
|
label: PropTypes.Requireable<string>;
|
|
404
406
|
type: PropTypes.Requireable<string>;
|
|
405
407
|
}> | null | undefined)[]>;
|
|
408
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
409
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
406
410
|
isBulkStyle: PropTypes.Requireable<boolean>;
|
|
407
411
|
isOverflowHidden: PropTypes.Requireable<boolean>;
|
|
408
412
|
order: PropTypes.Requireable<number>;
|
|
@@ -729,6 +733,144 @@ declare namespace BrandUpdate {
|
|
|
729
733
|
label: PropTypes.Requireable<string>;
|
|
730
734
|
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
731
735
|
}>>;
|
|
736
|
+
}> | PropTypes.InferProps<{
|
|
737
|
+
key: PropTypes.Requireable<string>;
|
|
738
|
+
type: PropTypes.Requireable<string>;
|
|
739
|
+
content: PropTypes.Requireable<PropTypes.InferProps<{
|
|
740
|
+
items: PropTypes.Requireable<(NonNullable<PropTypes.InferProps<{
|
|
741
|
+
title: PropTypes.Validator<string>;
|
|
742
|
+
onUp: PropTypes.Requireable<(...args: any[]) => any>;
|
|
743
|
+
onDown: PropTypes.Requireable<(...args: any[]) => any>;
|
|
744
|
+
display: PropTypes.Requireable<PropTypes.InferProps<{
|
|
745
|
+
title: PropTypes.Requireable<string>;
|
|
746
|
+
name: PropTypes.Requireable<string>;
|
|
747
|
+
id: PropTypes.Requireable<string>;
|
|
748
|
+
value: PropTypes.Requireable<boolean>;
|
|
749
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
750
|
+
onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
751
|
+
description: PropTypes.Requireable<string>;
|
|
752
|
+
'aria-labelledby': PropTypes.Requireable<string>;
|
|
753
|
+
'aria-label': PropTypes.Requireable<string>;
|
|
754
|
+
modified: PropTypes.Requireable<boolean>;
|
|
755
|
+
titlePosition: PropTypes.Requireable<string>;
|
|
756
|
+
theme: PropTypes.Requireable<string>;
|
|
757
|
+
details: PropTypes.Requireable<string>;
|
|
758
|
+
'data-name': PropTypes.Requireable<string>;
|
|
759
|
+
requiredSelection: PropTypes.Requireable<boolean>;
|
|
760
|
+
}>>;
|
|
761
|
+
contentTypes: PropTypes.Requireable<PropTypes.InferProps<{
|
|
762
|
+
modified: PropTypes.Requireable<boolean>;
|
|
763
|
+
color: PropTypes.Requireable<string>;
|
|
764
|
+
theme: PropTypes.Requireable<string>;
|
|
765
|
+
className: PropTypes.Requireable<string>;
|
|
766
|
+
list: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
767
|
+
color: PropTypes.Requireable<string>;
|
|
768
|
+
value: PropTypes.Validator<string>;
|
|
769
|
+
name: PropTypes.Requireable<string>;
|
|
770
|
+
theme: PropTypes.Requireable<string>;
|
|
771
|
+
checked: PropTypes.Requireable<boolean>;
|
|
772
|
+
label: PropTypes.Requireable<string>;
|
|
773
|
+
onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
774
|
+
}> | null | undefined)[]>;
|
|
775
|
+
onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
776
|
+
}>>;
|
|
777
|
+
}> | PropTypes.InferProps<{
|
|
778
|
+
'aria-label': PropTypes.Requireable<PropTypes.InferProps<{
|
|
779
|
+
title: PropTypes.Requireable<string>;
|
|
780
|
+
author: PropTypes.Requireable<string>;
|
|
781
|
+
modules: PropTypes.Requireable<string>;
|
|
782
|
+
position: PropTypes.Requireable<string>;
|
|
783
|
+
}>>;
|
|
784
|
+
image: PropTypes.Requireable<string>;
|
|
785
|
+
badgeList: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
786
|
+
category: PropTypes.Requireable<string>;
|
|
787
|
+
label: PropTypes.Requireable<string>;
|
|
788
|
+
}> | null | undefined)[]>;
|
|
789
|
+
title: PropTypes.Requireable<string>;
|
|
790
|
+
author: PropTypes.Requireable<string>;
|
|
791
|
+
position: PropTypes.Requireable<number>;
|
|
792
|
+
id: PropTypes.Requireable<string>;
|
|
793
|
+
}> | PropTypes.InferProps<{
|
|
794
|
+
title: PropTypes.Validator<string>;
|
|
795
|
+
subtitle: PropTypes.Requireable<string>;
|
|
796
|
+
selected: PropTypes.Requireable<boolean>;
|
|
797
|
+
dataColumns: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
798
|
+
label: PropTypes.Requireable<string>;
|
|
799
|
+
type: PropTypes.Requireable<string>;
|
|
800
|
+
className: PropTypes.Requireable<string>;
|
|
801
|
+
}> | null | undefined)[]>;
|
|
802
|
+
buttonLink: PropTypes.Requireable<PropTypes.InferProps<{
|
|
803
|
+
type: PropTypes.Requireable<string>;
|
|
804
|
+
label: PropTypes.Requireable<string>;
|
|
805
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
806
|
+
dataName: PropTypes.Requireable<string>;
|
|
807
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
808
|
+
position: PropTypes.Requireable<string>;
|
|
809
|
+
type: PropTypes.Requireable<string>;
|
|
810
|
+
}>>;
|
|
811
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
812
|
+
}>>;
|
|
813
|
+
secondButtonLink: PropTypes.Requireable<PropTypes.InferProps<{
|
|
814
|
+
type: PropTypes.Requireable<string>;
|
|
815
|
+
label: PropTypes.Requireable<string>;
|
|
816
|
+
ariaLabel: PropTypes.Requireable<string>;
|
|
817
|
+
dataName: PropTypes.Requireable<string>;
|
|
818
|
+
icon: PropTypes.Requireable<PropTypes.InferProps<{
|
|
819
|
+
position: PropTypes.Requireable<string>;
|
|
820
|
+
type: PropTypes.Requireable<string>;
|
|
821
|
+
}>>;
|
|
822
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
823
|
+
}>>;
|
|
824
|
+
bulletPointMenuButton: PropTypes.Requireable<PropTypes.InferProps<{
|
|
825
|
+
buttonAriaLabel: PropTypes.Requireable<string>;
|
|
826
|
+
menuAriaLabel: PropTypes.Requireable<string>;
|
|
827
|
+
buttons: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
828
|
+
'data-name': PropTypes.Requireable<string>;
|
|
829
|
+
label: PropTypes.Requireable<string>;
|
|
830
|
+
type: PropTypes.Requireable<string>;
|
|
831
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
832
|
+
}> | null | undefined)[]>;
|
|
833
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
834
|
+
}>>;
|
|
835
|
+
tags: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
836
|
+
label: PropTypes.Requireable<string>;
|
|
837
|
+
type: PropTypes.Requireable<string>;
|
|
838
|
+
}> | null | undefined)[]>;
|
|
839
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
840
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
841
|
+
isBulkStyle: PropTypes.Requireable<boolean>;
|
|
842
|
+
isOverflowHidden: PropTypes.Requireable<boolean>;
|
|
843
|
+
order: PropTypes.Requireable<number>;
|
|
844
|
+
'aria-label': PropTypes.Requireable<string>;
|
|
845
|
+
contentType: PropTypes.Requireable<string>;
|
|
846
|
+
id: PropTypes.Requireable<string>;
|
|
847
|
+
}> | PropTypes.InferProps<{
|
|
848
|
+
'aria-label': PropTypes.Requireable<string>;
|
|
849
|
+
id: PropTypes.Requireable<string>;
|
|
850
|
+
priorityRef: PropTypes.Requireable<string>;
|
|
851
|
+
title: PropTypes.Requireable<string>;
|
|
852
|
+
courses: PropTypes.Requireable<number>;
|
|
853
|
+
type: PropTypes.Requireable<string>;
|
|
854
|
+
onRemove: PropTypes.Requireable<(...args: any[]) => any>;
|
|
855
|
+
}> | null | undefined> | null | undefined)[]>;
|
|
856
|
+
onDrop: PropTypes.Requireable<(...args: any[]) => any>;
|
|
857
|
+
itemType: PropTypes.Requireable<string>;
|
|
858
|
+
}>>;
|
|
859
|
+
priorities: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
860
|
+
ref: PropTypes.Requireable<string>;
|
|
861
|
+
title: PropTypes.Requireable<string>;
|
|
862
|
+
courses: PropTypes.Requireable<number>;
|
|
863
|
+
type: PropTypes.Requireable<string>;
|
|
864
|
+
}> | null | undefined)[]>;
|
|
865
|
+
filters: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
866
|
+
count: PropTypes.Requireable<number>;
|
|
867
|
+
name: PropTypes.Validator<string>;
|
|
868
|
+
value: PropTypes.Requireable<NonNullable<string | number | null | undefined>>;
|
|
869
|
+
selected: PropTypes.Requireable<boolean>;
|
|
870
|
+
validOption: PropTypes.Requireable<boolean>;
|
|
871
|
+
}> | null | undefined)[]>;
|
|
872
|
+
isLoading: PropTypes.Requireable<boolean>;
|
|
873
|
+
onAdd: PropTypes.Requireable<(...args: any[]) => any>;
|
|
732
874
|
}> | null | undefined>>;
|
|
733
875
|
export const documentation: PropTypes.Requireable<PropTypes.InferProps<{
|
|
734
876
|
content: PropTypes.Requireable<string>;
|
|
@@ -751,6 +893,9 @@ declare namespace BrandUpdate {
|
|
|
751
893
|
label: PropTypes.Requireable<string>;
|
|
752
894
|
type: PropTypes.Requireable<string>;
|
|
753
895
|
size: PropTypes.Requireable<string>;
|
|
896
|
+
customStyle: PropTypes.Requireable<{
|
|
897
|
+
[x: string]: string | null | undefined;
|
|
898
|
+
}>;
|
|
754
899
|
}>>;
|
|
755
900
|
}>>;
|
|
756
901
|
headerIcon: PropTypes.Requireable<string>;
|
|
@@ -862,6 +1007,8 @@ declare namespace BrandUpdate {
|
|
|
862
1007
|
content: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
|
|
863
1008
|
items: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
864
1009
|
title: PropTypes.Validator<string>;
|
|
1010
|
+
subtitle: PropTypes.Requireable<string>;
|
|
1011
|
+
selected: PropTypes.Requireable<boolean>;
|
|
865
1012
|
dataColumns: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
866
1013
|
label: PropTypes.Requireable<string>;
|
|
867
1014
|
type: PropTypes.Requireable<string>;
|
|
@@ -904,6 +1051,8 @@ declare namespace BrandUpdate {
|
|
|
904
1051
|
label: PropTypes.Requireable<string>;
|
|
905
1052
|
type: PropTypes.Requireable<string>;
|
|
906
1053
|
}> | null | undefined)[]>;
|
|
1054
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
1055
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
907
1056
|
isBulkStyle: PropTypes.Requireable<boolean>;
|
|
908
1057
|
isOverflowHidden: PropTypes.Requireable<boolean>;
|
|
909
1058
|
order: PropTypes.Requireable<number>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/back-office/brand-update/index.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/back-office/brand-update/index.js"],"names":[],"mappings":";AAuMA,sDA6CC"}
|
|
@@ -17,6 +17,7 @@ import BrandAnalytics from '../../../organism/brand-analytics';
|
|
|
17
17
|
import BrandDashboard from '../../../organism/brand-dashboard';
|
|
18
18
|
import WizardContents from '../../../organism/wizard-contents';
|
|
19
19
|
import ListItems from '../../../organism/list-items';
|
|
20
|
+
import BrandLearningPriorities from '../../../organism/brand-learning-priorities';
|
|
20
21
|
import Banner from '../../../molecule/banner';
|
|
21
22
|
import Header from '../../../organism/setup-header';
|
|
22
23
|
import Loader from '../../../atom/loader';
|
|
@@ -189,6 +190,9 @@ const buildContentView = content => {
|
|
|
189
190
|
|
|
190
191
|
case 'table-pending':
|
|
191
192
|
return /*#__PURE__*/React.createElement(ExpandibleActionableTable, content);
|
|
193
|
+
|
|
194
|
+
case 'learning-priorities':
|
|
195
|
+
return /*#__PURE__*/React.createElement(BrandLearningPriorities, content);
|
|
192
196
|
}
|
|
193
197
|
};
|
|
194
198
|
|
|
@@ -288,6 +292,9 @@ BrandUpdate.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
288
292
|
content: PropTypes.shape(_extends({}, ExpandibleActionableTable.propTypes, WizardContents.propTypes.content.propTypes)),
|
|
289
293
|
key: PropTypes.string,
|
|
290
294
|
type: PropTypes.oneOf(['expandible-table'])
|
|
295
|
+
})), PropTypes.shape(_extends({}, BrandLearningPriorities.propTypes, {
|
|
296
|
+
key: PropTypes.string,
|
|
297
|
+
type: PropTypes.oneOf(['learning-priorities'])
|
|
291
298
|
}))]),
|
|
292
299
|
documentation: PropTypes.shape({
|
|
293
300
|
content: PropTypes.string,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["React","PropTypes","map","pipe","get","isEmpty","find","classNames","BrandTabs","IconLinkItem","LinkItem","BrandForm","BrandTable","BrandUpload","BrandAnalytics","BrandDashboard","WizardContents","ListItems","Banner","Header","Loader","Accordion","CmPopin","ButtonLinkIconOnly","ExpandibleActionableTable","BulkInfos","style","getStyle","isSelected","selectedElement","unselectedElement","subTabsView","_subTabs","convert","cap","subTab","_index","title","type","selected","buildLeftNavigation","logo","items","onItemClick","formattedTabs","key","href","index","children","iconType","formattedTabsViews","tab","tabs","navigation","buildNotifications","notifications","notificationsList","notification","temporary","permanentNotification","permanentNotifications","buildHeader","header","buildPopin","popin","buildDocumentation","documentation","show","onClose","content","open","documentationContent","__html","closeButton","buildTabs","selectedTab","e","showTabs","subTabs","undefined","buildContentView","loaderContainer","loader","buildDetailsView","details","BrandUpdate","props","contentFixHeight","leftNavigation","notificationsView","documentationView","headerView","tabsView","contentView","detailsView","popinView","contentStyle","contentWithNotifications","container","left","contentWrapper","headerSticky","defaultProps","propTypes","arrayOf","shape","string","isRequired","bool","oneOfType","oneOf","func"],"sources":["../../../../src/template/back-office/brand-update/index.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport map from 'lodash/fp/map';\nimport pipe from 'lodash/fp/pipe';\nimport get from 'lodash/fp/get';\nimport isEmpty from 'lodash/fp/isEmpty';\nimport find from 'lodash/fp/find';\nimport classNames from 'classnames';\nimport BrandTabs from '../../../molecule/brand-tabs';\nimport {IconLinkItem, LinkItem} from '../../../organism/sidebar';\nimport BrandForm from '../../../organism/brand-form';\nimport BrandTable from '../../../organism/brand-table';\nimport BrandUpload from '../../../organism/brand-upload';\nimport BrandAnalytics from '../../../organism/brand-analytics';\nimport BrandDashboard from '../../../organism/brand-dashboard';\nimport WizardContents from '../../../organism/wizard-contents';\nimport ListItems from '../../../organism/list-items';\nimport Banner from '../../../molecule/banner';\nimport Header from '../../../organism/setup-header';\nimport Loader from '../../../atom/loader';\nimport Accordion from '../../../organism/accordion/coorp-manager';\nimport CmPopin from '../../../molecule/cm-popin';\nimport ButtonLinkIconOnly from '../../../atom/button-link-icon-only';\nimport ExpandibleActionableTable from '../../../molecule/expandible-actionable-table';\nimport BulkInfos from '../../../molecule/bulk-infos';\nimport style from './style.css';\n\nconst getStyle = isSelected => (isSelected ? style.selectedElement : style.unselectedElement);\n\nconst subTabsView = (_subTabs = []) =>\n map.convert({cap: false})((subTab, _index) => (\n <div key={subTab.title}>\n {subTab.type === 'iconLink' ? (\n <IconLinkItem\n {...subTab}\n styles={getStyle(subTab.selected)}\n uppercase={false}\n target={'_blank'}\n />\n ) : (\n <LinkItem\n {...subTab}\n styles={getStyle(subTab.selected)}\n uppercase={false}\n setChildrenAsHtml={false}\n />\n )}\n </div>\n ))(_subTabs);\n\n// TODO: this fonction should be replaced by a molecule to avoid this file to be unreadable\nconst buildLeftNavigation = (logo, items, onItemClick) => {\n const formattedTabs = items.map(({key, title, href, selected, type = 'simpleTab'}, index) => ({\n title,\n selected,\n type,\n href,\n index,\n children: [],\n iconType: key || 'arrow'\n }));\n\n const formattedTabsViews = map(tab => (\n <div key={tab.title} className={style.subTabsView}>\n {subTabsView(tab.tabs)}\n </div>\n ))(items);\n\n return (\n <div className={style.navigation}>\n <div className={style.logo}>\n <a href=\"/\">\n <img src={logo} />\n </a>\n </div>\n <Accordion tabProps={formattedTabs} theme={'setup'} onClick={onItemClick}>\n {formattedTabsViews}\n </Accordion>\n </div>\n );\n};\n\nconst buildNotifications = notifications => {\n if (isEmpty(notifications)) {\n return null;\n }\n\n const notificationsList = notifications.map((notification, index) => {\n return (\n <div className={!notification.temporary ? style.permanentNotification : null} key={index}>\n <Banner {...notification} />\n </div>\n );\n });\n return (\n <div className={!find({temporary: true}, notifications) ? style.permanentNotifications : null}>\n {notificationsList}\n </div>\n );\n};\n\nconst buildHeader = header => {\n return (\n <div className={style.header}>\n <Header {...header} />\n </div>\n );\n};\n\nconst buildPopin = popin => {\n return popin ? (\n <div className={style.popin}>\n <CmPopin {...popin} />\n </div>\n ) : null;\n};\n\nconst buildDocumentation = documentation => {\n if (!documentation) return null;\n const {show = false, onClose, content = ''} = documentation;\n return (\n <div className={classNames(style.documentation, show && style.open)}>\n <div\n className={style.documentationContent}\n // eslint-disable-next-line react/no-danger\n dangerouslySetInnerHTML={{__html: content}}\n />\n {onClose ? (\n <ButtonLinkIconOnly\n className={style.closeButton}\n onClick={onClose}\n data-name={'close-icon'}\n aria-label={'close-icon'}\n size=\"small\"\n icon=\"close\"\n />\n ) : null}\n </div>\n );\n};\n\nconst buildTabs = items => {\n const selectedTab = pipe(\n find(e => e.selected),\n get('tabs'),\n find(e => e.selected)\n )(items);\n\n const showTabs = selectedTab ? find(e => e.selected, selectedTab.subTabs) : undefined;\n if (!showTabs) return null;\n return (\n <div className={style.tabs}>\n <BrandTabs type=\"light\" tabs={selectedTab.subTabs} />\n </div>\n );\n};\n\nconst buildContentView = content => {\n if (!content) {\n return (\n <div className={style.loaderContainer}>\n <Loader className={style.loader} theme=\"coorpmanager\" />\n </div>\n );\n }\n\n const {type} = content;\n switch (type) {\n case 'form':\n return <BrandForm {...content} />;\n case 'list':\n return <BrandTable {...content} />;\n case 'upload':\n return <BrandUpload {...content} />;\n case 'analytics-dashboards':\n return <BrandAnalytics {...content} />;\n case 'list-content':\n case 'expandible-actionable-table':\n return <ListItems {...content} />;\n case 'home':\n return <BrandDashboard {...content} />;\n case 'wizard':\n case 'expandible-table':\n return <WizardContents {...content} />;\n case 'bulk-empty-dashboard':\n return <BulkInfos {...content} />;\n case 'table-pending':\n return <ExpandibleActionableTable {...content} />;\n }\n};\n\nconst buildDetailsView = details => {\n if (!details) return;\n return <BrandTable {...details} />;\n};\n\nconst BrandUpdate = props => {\n const {\n notifications,\n header,\n items,\n content,\n details,\n popin,\n onItemClick,\n documentation,\n contentFixHeight\n } = props;\n const logo = 'https://static.coorpacademy.com/logo/coorp-manager.svg';\n\n const leftNavigation = buildLeftNavigation(logo, items, onItemClick);\n const notificationsView = buildNotifications(notifications);\n const documentationView = buildDocumentation(documentation);\n const headerView = buildHeader(header, notifications);\n const tabsView = buildTabs(items);\n const contentView = buildContentView(content);\n const detailsView = buildDetailsView(details);\n const popinView = buildPopin(popin);\n\n const contentStyle = classNames([\n style.content,\n !isEmpty(notifications) && style.contentWithNotifications,\n contentFixHeight && style.contentFixHeight\n ]);\n\n return (\n <div className={style.container}>\n <div className={style.left}>{leftNavigation}</div>\n <div className={style.contentWrapper}>\n <div className={style.headerSticky}>{headerView}</div>\n <div className={contentStyle}>\n {notificationsView}\n {tabsView}\n {contentView}\n {detailsView}\n {documentationView}\n </div>\n </div>\n {popinView}\n </div>\n );\n};\n\nBrandUpdate.defaultProps = {\n notifications: []\n};\n\nBrandUpdate.propTypes = {\n notifications: PropTypes.arrayOf(\n PropTypes.shape({\n ...Banner.propTypes\n })\n ),\n header: PropTypes.shape({...Header.propTypes}),\n items: PropTypes.arrayOf(\n PropTypes.shape({\n key: PropTypes.string,\n title: PropTypes.string.isRequired,\n href: PropTypes.string.isRequired,\n selected: PropTypes.bool.isRequired,\n type: PropTypes.string,\n tabs: PropTypes.arrayOf(\n PropTypes.shape({\n title: PropTypes.string.isRequired,\n href: PropTypes.string.isRequired,\n selected: PropTypes.bool.isRequired,\n type: PropTypes.string,\n subTabs: PropTypes.arrayOf(\n PropTypes.shape({\n title: PropTypes.string.isRequired,\n href: PropTypes.string.isRequired,\n selected: PropTypes.bool.isRequired,\n type: PropTypes.string\n })\n )\n })\n )\n })\n ).isRequired,\n content: PropTypes.oneOfType([\n PropTypes.shape({\n ...BrandForm.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['form'])\n }),\n PropTypes.shape({\n ...BrandTable.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['list'])\n }),\n PropTypes.shape({\n ...BrandUpload.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['upload'])\n }),\n PropTypes.shape({\n ...BrandAnalytics.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['analytics-dashboards'])\n }),\n PropTypes.shape({\n ...BrandDashboard.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['home'])\n }),\n PropTypes.shape({\n ...WizardContents.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['wizard'])\n }),\n PropTypes.shape({\n ...ListItems.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['list-content', 'expandible-actionable-table'])\n }),\n PropTypes.shape({\n ...BulkInfos.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['bulk-empty-dashboard'])\n }),\n PropTypes.shape({\n ...ExpandibleActionableTable.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['table-pending'])\n }),\n PropTypes.shape({\n ...WizardContents.propTypes,\n content: PropTypes.shape({\n ...ExpandibleActionableTable.propTypes,\n ...WizardContents.propTypes.content.propTypes\n }),\n key: PropTypes.string,\n type: PropTypes.oneOf(['expandible-table'])\n })\n ]),\n documentation: PropTypes.shape({\n content: PropTypes.string,\n show: PropTypes.bool,\n onClose: PropTypes.func\n }),\n popin: PropTypes.shape({...CmPopin.propTypes}),\n details: PropTypes.shape({\n ...BrandTable.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['list'])\n }),\n onItemClick: PropTypes.func,\n contentFixHeight: PropTypes.bool\n};\n\nexport default BrandUpdate;\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","names":["React","PropTypes","map","pipe","get","isEmpty","find","classNames","BrandTabs","IconLinkItem","LinkItem","BrandForm","BrandTable","BrandUpload","BrandAnalytics","BrandDashboard","WizardContents","ListItems","BrandLearningPriorities","Banner","Header","Loader","Accordion","CmPopin","ButtonLinkIconOnly","ExpandibleActionableTable","BulkInfos","style","getStyle","isSelected","selectedElement","unselectedElement","subTabsView","_subTabs","convert","cap","subTab","_index","title","type","selected","buildLeftNavigation","logo","items","onItemClick","formattedTabs","key","href","index","children","iconType","formattedTabsViews","tab","tabs","navigation","buildNotifications","notifications","notificationsList","notification","temporary","permanentNotification","permanentNotifications","buildHeader","header","buildPopin","popin","buildDocumentation","documentation","show","onClose","content","open","documentationContent","__html","closeButton","buildTabs","selectedTab","e","showTabs","subTabs","undefined","buildContentView","loaderContainer","loader","buildDetailsView","details","BrandUpdate","props","contentFixHeight","leftNavigation","notificationsView","documentationView","headerView","tabsView","contentView","detailsView","popinView","contentStyle","contentWithNotifications","container","left","contentWrapper","headerSticky","defaultProps","propTypes","arrayOf","shape","string","isRequired","bool","oneOfType","oneOf","func"],"sources":["../../../../src/template/back-office/brand-update/index.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport map from 'lodash/fp/map';\nimport pipe from 'lodash/fp/pipe';\nimport get from 'lodash/fp/get';\nimport isEmpty from 'lodash/fp/isEmpty';\nimport find from 'lodash/fp/find';\nimport classNames from 'classnames';\nimport BrandTabs from '../../../molecule/brand-tabs';\nimport {IconLinkItem, LinkItem} from '../../../organism/sidebar';\nimport BrandForm from '../../../organism/brand-form';\nimport BrandTable from '../../../organism/brand-table';\nimport BrandUpload from '../../../organism/brand-upload';\nimport BrandAnalytics from '../../../organism/brand-analytics';\nimport BrandDashboard from '../../../organism/brand-dashboard';\nimport WizardContents from '../../../organism/wizard-contents';\nimport ListItems from '../../../organism/list-items';\nimport BrandLearningPriorities from '../../../organism/brand-learning-priorities';\nimport Banner from '../../../molecule/banner';\nimport Header from '../../../organism/setup-header';\nimport Loader from '../../../atom/loader';\nimport Accordion from '../../../organism/accordion/coorp-manager';\nimport CmPopin from '../../../molecule/cm-popin';\nimport ButtonLinkIconOnly from '../../../atom/button-link-icon-only';\nimport ExpandibleActionableTable from '../../../molecule/expandible-actionable-table';\nimport BulkInfos from '../../../molecule/bulk-infos';\nimport style from './style.css';\n\nconst getStyle = isSelected => (isSelected ? style.selectedElement : style.unselectedElement);\n\nconst subTabsView = (_subTabs = []) =>\n map.convert({cap: false})((subTab, _index) => (\n <div key={subTab.title}>\n {subTab.type === 'iconLink' ? (\n <IconLinkItem\n {...subTab}\n styles={getStyle(subTab.selected)}\n uppercase={false}\n target={'_blank'}\n />\n ) : (\n <LinkItem\n {...subTab}\n styles={getStyle(subTab.selected)}\n uppercase={false}\n setChildrenAsHtml={false}\n />\n )}\n </div>\n ))(_subTabs);\n\n// TODO: this fonction should be replaced by a molecule to avoid this file to be unreadable\nconst buildLeftNavigation = (logo, items, onItemClick) => {\n const formattedTabs = items.map(({key, title, href, selected, type = 'simpleTab'}, index) => ({\n title,\n selected,\n type,\n href,\n index,\n children: [],\n iconType: key || 'arrow'\n }));\n\n const formattedTabsViews = map(tab => (\n <div key={tab.title} className={style.subTabsView}>\n {subTabsView(tab.tabs)}\n </div>\n ))(items);\n\n return (\n <div className={style.navigation}>\n <div className={style.logo}>\n <a href=\"/\">\n <img src={logo} />\n </a>\n </div>\n <Accordion tabProps={formattedTabs} theme={'setup'} onClick={onItemClick}>\n {formattedTabsViews}\n </Accordion>\n </div>\n );\n};\n\nconst buildNotifications = notifications => {\n if (isEmpty(notifications)) {\n return null;\n }\n\n const notificationsList = notifications.map((notification, index) => {\n return (\n <div className={!notification.temporary ? style.permanentNotification : null} key={index}>\n <Banner {...notification} />\n </div>\n );\n });\n return (\n <div className={!find({temporary: true}, notifications) ? style.permanentNotifications : null}>\n {notificationsList}\n </div>\n );\n};\n\nconst buildHeader = header => {\n return (\n <div className={style.header}>\n <Header {...header} />\n </div>\n );\n};\n\nconst buildPopin = popin => {\n return popin ? (\n <div className={style.popin}>\n <CmPopin {...popin} />\n </div>\n ) : null;\n};\n\nconst buildDocumentation = documentation => {\n if (!documentation) return null;\n const {show = false, onClose, content = ''} = documentation;\n return (\n <div className={classNames(style.documentation, show && style.open)}>\n <div\n className={style.documentationContent}\n // eslint-disable-next-line react/no-danger\n dangerouslySetInnerHTML={{__html: content}}\n />\n {onClose ? (\n <ButtonLinkIconOnly\n className={style.closeButton}\n onClick={onClose}\n data-name={'close-icon'}\n aria-label={'close-icon'}\n size=\"small\"\n icon=\"close\"\n />\n ) : null}\n </div>\n );\n};\n\nconst buildTabs = items => {\n const selectedTab = pipe(\n find(e => e.selected),\n get('tabs'),\n find(e => e.selected)\n )(items);\n\n const showTabs = selectedTab ? find(e => e.selected, selectedTab.subTabs) : undefined;\n if (!showTabs) return null;\n return (\n <div className={style.tabs}>\n <BrandTabs type=\"light\" tabs={selectedTab.subTabs} />\n </div>\n );\n};\n\nconst buildContentView = content => {\n if (!content) {\n return (\n <div className={style.loaderContainer}>\n <Loader className={style.loader} theme=\"coorpmanager\" />\n </div>\n );\n }\n\n const {type} = content;\n switch (type) {\n case 'form':\n return <BrandForm {...content} />;\n case 'list':\n return <BrandTable {...content} />;\n case 'upload':\n return <BrandUpload {...content} />;\n case 'analytics-dashboards':\n return <BrandAnalytics {...content} />;\n case 'list-content':\n case 'expandible-actionable-table':\n return <ListItems {...content} />;\n case 'home':\n return <BrandDashboard {...content} />;\n case 'wizard':\n case 'expandible-table':\n return <WizardContents {...content} />;\n case 'bulk-empty-dashboard':\n return <BulkInfos {...content} />;\n case 'table-pending':\n return <ExpandibleActionableTable {...content} />;\n case 'learning-priorities':\n return <BrandLearningPriorities {...content} />;\n }\n};\n\nconst buildDetailsView = details => {\n if (!details) return;\n return <BrandTable {...details} />;\n};\n\nconst BrandUpdate = props => {\n const {\n notifications,\n header,\n items,\n content,\n details,\n popin,\n onItemClick,\n documentation,\n contentFixHeight\n } = props;\n const logo = 'https://static.coorpacademy.com/logo/coorp-manager.svg';\n\n const leftNavigation = buildLeftNavigation(logo, items, onItemClick);\n const notificationsView = buildNotifications(notifications);\n const documentationView = buildDocumentation(documentation);\n const headerView = buildHeader(header, notifications);\n const tabsView = buildTabs(items);\n const contentView = buildContentView(content);\n const detailsView = buildDetailsView(details);\n const popinView = buildPopin(popin);\n\n const contentStyle = classNames([\n style.content,\n !isEmpty(notifications) && style.contentWithNotifications,\n contentFixHeight && style.contentFixHeight\n ]);\n\n return (\n <div className={style.container}>\n <div className={style.left}>{leftNavigation}</div>\n <div className={style.contentWrapper}>\n <div className={style.headerSticky}>{headerView}</div>\n <div className={contentStyle}>\n {notificationsView}\n {tabsView}\n {contentView}\n {detailsView}\n {documentationView}\n </div>\n </div>\n {popinView}\n </div>\n );\n};\n\nBrandUpdate.defaultProps = {\n notifications: []\n};\n\nBrandUpdate.propTypes = {\n notifications: PropTypes.arrayOf(\n PropTypes.shape({\n ...Banner.propTypes\n })\n ),\n header: PropTypes.shape({...Header.propTypes}),\n items: PropTypes.arrayOf(\n PropTypes.shape({\n key: PropTypes.string,\n title: PropTypes.string.isRequired,\n href: PropTypes.string.isRequired,\n selected: PropTypes.bool.isRequired,\n type: PropTypes.string,\n tabs: PropTypes.arrayOf(\n PropTypes.shape({\n title: PropTypes.string.isRequired,\n href: PropTypes.string.isRequired,\n selected: PropTypes.bool.isRequired,\n type: PropTypes.string,\n subTabs: PropTypes.arrayOf(\n PropTypes.shape({\n title: PropTypes.string.isRequired,\n href: PropTypes.string.isRequired,\n selected: PropTypes.bool.isRequired,\n type: PropTypes.string\n })\n )\n })\n )\n })\n ).isRequired,\n content: PropTypes.oneOfType([\n PropTypes.shape({\n ...BrandForm.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['form'])\n }),\n PropTypes.shape({\n ...BrandTable.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['list'])\n }),\n PropTypes.shape({\n ...BrandUpload.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['upload'])\n }),\n PropTypes.shape({\n ...BrandAnalytics.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['analytics-dashboards'])\n }),\n PropTypes.shape({\n ...BrandDashboard.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['home'])\n }),\n PropTypes.shape({\n ...WizardContents.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['wizard'])\n }),\n PropTypes.shape({\n ...ListItems.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['list-content', 'expandible-actionable-table'])\n }),\n PropTypes.shape({\n ...BulkInfos.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['bulk-empty-dashboard'])\n }),\n PropTypes.shape({\n ...ExpandibleActionableTable.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['table-pending'])\n }),\n PropTypes.shape({\n ...WizardContents.propTypes,\n content: PropTypes.shape({\n ...ExpandibleActionableTable.propTypes,\n ...WizardContents.propTypes.content.propTypes\n }),\n key: PropTypes.string,\n type: PropTypes.oneOf(['expandible-table'])\n }),\n PropTypes.shape({\n ...BrandLearningPriorities.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['learning-priorities'])\n })\n ]),\n documentation: PropTypes.shape({\n content: PropTypes.string,\n show: PropTypes.bool,\n onClose: PropTypes.func\n }),\n popin: PropTypes.shape({...CmPopin.propTypes}),\n details: PropTypes.shape({\n ...BrandTable.propTypes,\n key: PropTypes.string,\n type: PropTypes.oneOf(['list'])\n }),\n onItemClick: PropTypes.func,\n contentFixHeight: PropTypes.bool\n};\n\nexport default BrandUpdate;\n"],"mappings":"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"}
|
|
@@ -21,6 +21,9 @@ declare namespace Dashboard {
|
|
|
21
21
|
label: PropTypes.Requireable<string>;
|
|
22
22
|
type: PropTypes.Requireable<string>;
|
|
23
23
|
size: PropTypes.Requireable<string>;
|
|
24
|
+
customStyle: PropTypes.Requireable<{
|
|
25
|
+
[x: string]: string | null | undefined;
|
|
26
|
+
}>;
|
|
24
27
|
}>>;
|
|
25
28
|
}>>;
|
|
26
29
|
headerIcon: PropTypes.Requireable<string>;
|
|
@@ -132,6 +135,8 @@ declare namespace Dashboard {
|
|
|
132
135
|
content: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
|
|
133
136
|
items: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
134
137
|
title: PropTypes.Validator<string>;
|
|
138
|
+
subtitle: PropTypes.Requireable<string>;
|
|
139
|
+
selected: PropTypes.Requireable<boolean>;
|
|
135
140
|
dataColumns: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
136
141
|
label: PropTypes.Requireable<string>;
|
|
137
142
|
type: PropTypes.Requireable<string>;
|
|
@@ -174,6 +179,8 @@ declare namespace Dashboard {
|
|
|
174
179
|
label: PropTypes.Requireable<string>;
|
|
175
180
|
type: PropTypes.Requireable<string>;
|
|
176
181
|
}> | null | undefined)[]>;
|
|
182
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
183
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
177
184
|
isBulkStyle: PropTypes.Requireable<boolean>;
|
|
178
185
|
isOverflowHidden: PropTypes.Requireable<boolean>;
|
|
179
186
|
order: PropTypes.Requireable<number>;
|
|
@@ -307,6 +314,9 @@ declare namespace Dashboard {
|
|
|
307
314
|
label: PropTypes.Requireable<string>;
|
|
308
315
|
type: PropTypes.Requireable<string>;
|
|
309
316
|
size: PropTypes.Requireable<string>;
|
|
317
|
+
customStyle: PropTypes.Requireable<{
|
|
318
|
+
[x: string]: string | null | undefined;
|
|
319
|
+
}>;
|
|
310
320
|
}>>;
|
|
311
321
|
}>>;
|
|
312
322
|
headerIcon: PropTypes.Requireable<string>;
|
|
@@ -418,6 +428,8 @@ declare namespace Dashboard {
|
|
|
418
428
|
content: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
|
|
419
429
|
items: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
420
430
|
title: PropTypes.Validator<string>;
|
|
431
|
+
subtitle: PropTypes.Requireable<string>;
|
|
432
|
+
selected: PropTypes.Requireable<boolean>;
|
|
421
433
|
dataColumns: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
422
434
|
label: PropTypes.Requireable<string>;
|
|
423
435
|
type: PropTypes.Requireable<string>;
|
|
@@ -460,6 +472,8 @@ declare namespace Dashboard {
|
|
|
460
472
|
label: PropTypes.Requireable<string>;
|
|
461
473
|
type: PropTypes.Requireable<string>;
|
|
462
474
|
}> | null | undefined)[]>;
|
|
475
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
476
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
463
477
|
isBulkStyle: PropTypes.Requireable<boolean>;
|
|
464
478
|
isOverflowHidden: PropTypes.Requireable<boolean>;
|
|
465
479
|
order: PropTypes.Requireable<number>;
|
|
@@ -205,6 +205,9 @@ declare namespace SearchPage {
|
|
|
205
205
|
label: PropTypes.Requireable<string>;
|
|
206
206
|
type: PropTypes.Requireable<string>;
|
|
207
207
|
size: PropTypes.Requireable<string>;
|
|
208
|
+
customStyle: PropTypes.Requireable<{
|
|
209
|
+
[x: string]: string | null | undefined;
|
|
210
|
+
}>;
|
|
208
211
|
}>>;
|
|
209
212
|
}>>;
|
|
210
213
|
headerIcon: PropTypes.Requireable<string>;
|
|
@@ -316,6 +319,8 @@ declare namespace SearchPage {
|
|
|
316
319
|
content: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
|
|
317
320
|
items: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
318
321
|
title: PropTypes.Validator<string>;
|
|
322
|
+
subtitle: PropTypes.Requireable<string>;
|
|
323
|
+
selected: PropTypes.Requireable<boolean>;
|
|
319
324
|
dataColumns: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
320
325
|
label: PropTypes.Requireable<string>;
|
|
321
326
|
type: PropTypes.Requireable<string>;
|
|
@@ -358,6 +363,8 @@ declare namespace SearchPage {
|
|
|
358
363
|
label: PropTypes.Requireable<string>;
|
|
359
364
|
type: PropTypes.Requireable<string>;
|
|
360
365
|
}> | null | undefined)[]>;
|
|
366
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
367
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
361
368
|
isBulkStyle: PropTypes.Requireable<boolean>;
|
|
362
369
|
isOverflowHidden: PropTypes.Requireable<boolean>;
|
|
363
370
|
order: PropTypes.Requireable<number>;
|
|
@@ -38,6 +38,9 @@ declare namespace ExternalCourse {
|
|
|
38
38
|
label: PropTypes.Requireable<string>;
|
|
39
39
|
type: PropTypes.Requireable<string>;
|
|
40
40
|
size: PropTypes.Requireable<string>;
|
|
41
|
+
customStyle: PropTypes.Requireable<{
|
|
42
|
+
[x: string]: string | null | undefined;
|
|
43
|
+
}>;
|
|
41
44
|
}>>;
|
|
42
45
|
}>>;
|
|
43
46
|
headerIcon: PropTypes.Requireable<string>;
|
|
@@ -149,6 +152,8 @@ declare namespace ExternalCourse {
|
|
|
149
152
|
content: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
|
|
150
153
|
items: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
151
154
|
title: PropTypes.Validator<string>;
|
|
155
|
+
subtitle: PropTypes.Requireable<string>;
|
|
156
|
+
selected: PropTypes.Requireable<boolean>;
|
|
152
157
|
dataColumns: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
153
158
|
label: PropTypes.Requireable<string>;
|
|
154
159
|
type: PropTypes.Requireable<string>;
|
|
@@ -191,6 +196,8 @@ declare namespace ExternalCourse {
|
|
|
191
196
|
label: PropTypes.Requireable<string>;
|
|
192
197
|
type: PropTypes.Requireable<string>;
|
|
193
198
|
}> | null | undefined)[]>;
|
|
199
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
200
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
194
201
|
isBulkStyle: PropTypes.Requireable<boolean>;
|
|
195
202
|
isOverflowHidden: PropTypes.Requireable<boolean>;
|
|
196
203
|
order: PropTypes.Requireable<number>;
|
|
@@ -15,6 +15,9 @@ declare const RadioWithTitle: {
|
|
|
15
15
|
label: import("prop-types").Requireable<string>;
|
|
16
16
|
type: import("prop-types").Requireable<string>;
|
|
17
17
|
size: import("prop-types").Requireable<string>;
|
|
18
|
+
customStyle: import("prop-types").Requireable<{
|
|
19
|
+
[x: string]: string | null | undefined;
|
|
20
|
+
}>;
|
|
18
21
|
}>>;
|
|
19
22
|
}>>>;
|
|
20
23
|
name: import("prop-types").Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atom/radio-with-title/index.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAY,mBAAmB,EAAC,MAAM,SAAS,CAAC;AAEvD,QAAA,MAAM,cAAc;YAAW,mBAAmB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atom/radio-with-title/index.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAY,mBAAmB,EAAC,MAAM,SAAS,CAAC;AAEvD,QAAA,MAAM,cAAc;YAAW,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;CAwBjD,CAAC;AAIF,eAAe,cAAc,CAAC"}
|
|
@@ -12,6 +12,9 @@ export declare const propTypes: {
|
|
|
12
12
|
label: PropTypes.Requireable<string>;
|
|
13
13
|
type: PropTypes.Requireable<string>;
|
|
14
14
|
size: PropTypes.Requireable<string>;
|
|
15
|
+
customStyle: PropTypes.Requireable<{
|
|
16
|
+
[x: string]: string | null | undefined;
|
|
17
|
+
}>;
|
|
15
18
|
}>>;
|
|
16
19
|
}>>>;
|
|
17
20
|
name: PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/atom/radio-with-title/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAGnC,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/atom/radio-with-title/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAGnC,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;CAOrB,CAAC;AAEF,oBAAY,mBAAmB,GAAG;IAChC,KAAK,EAAE;QACL,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;QACjB,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,EAAE,MAAM,CAAC;QACpB,YAAY,EAAE,MAAM,CAAC;KACtB,CAAC;IACF,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACnC,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC"}
|
package/lib/atom/tag/index.d.ts
CHANGED
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
export default Tag;
|
|
2
|
-
declare function Tag({ label, type, size }: {
|
|
2
|
+
declare function Tag({ label, type, size, customStyle }: {
|
|
3
3
|
label: any;
|
|
4
4
|
type?: string | undefined;
|
|
5
5
|
size?: string | undefined;
|
|
6
|
+
customStyle?: {} | undefined;
|
|
6
7
|
}): JSX.Element;
|
|
7
8
|
declare namespace Tag {
|
|
8
9
|
namespace propTypes {
|
|
9
10
|
const label: PropTypes.Requireable<string>;
|
|
10
11
|
const type: PropTypes.Requireable<string>;
|
|
11
12
|
const size: PropTypes.Requireable<string>;
|
|
13
|
+
const customStyle: PropTypes.Requireable<{
|
|
14
|
+
[x: string]: string | null | undefined;
|
|
15
|
+
}>;
|
|
12
16
|
}
|
|
13
17
|
}
|
|
14
18
|
import PropTypes from "prop-types";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atom/tag/index.js"],"names":[],"mappings":";AAoBA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atom/tag/index.js"],"names":[],"mappings":";AAoBA;;;;;gBAQC"}
|
package/lib/atom/tag/index.js
CHANGED
|
@@ -31,16 +31,19 @@ const TAG_SIZE = {
|
|
|
31
31
|
const Tag = ({
|
|
32
32
|
label,
|
|
33
33
|
type = 'default',
|
|
34
|
-
size = 'M'
|
|
34
|
+
size = 'M',
|
|
35
|
+
customStyle = {}
|
|
35
36
|
}) => /*#__PURE__*/_react.default.createElement("span", {
|
|
36
37
|
className: (0, _classnames.default)(TAG_STYLES[type], TAG_SIZE[size]),
|
|
37
|
-
"data-name": `content-tag-${label}
|
|
38
|
+
"data-name": `content-tag-${label}`,
|
|
39
|
+
style: customStyle
|
|
38
40
|
}, label);
|
|
39
41
|
|
|
40
42
|
Tag.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
41
43
|
label: _propTypes.default.string,
|
|
42
44
|
type: _propTypes.default.oneOf((0, _keys2.default)(TAG_STYLES)),
|
|
43
|
-
size: _propTypes.default.oneOf(['S', 'M', 'L'])
|
|
45
|
+
size: _propTypes.default.oneOf(['S', 'M', 'L']),
|
|
46
|
+
customStyle: _propTypes.default.objectOf(_propTypes.default.string)
|
|
44
47
|
} : {};
|
|
45
48
|
var _default = Tag;
|
|
46
49
|
exports.default = _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["TAG_STYLES","default","style","success","failure","warning","progress","TAG_SIZE","S","small","M","medium","L","large","Tag","label","type","size","classnames","propTypes","PropTypes","string","oneOf"],"sources":["../../../src/atom/tag/index.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport classnames from 'classnames';\nimport {keys} from 'lodash/fp';\nimport style from './style.css';\n\nconst TAG_STYLES = {\n default: style.default,\n success: style.success,\n failure: style.failure,\n warning: style.warning,\n progress: style.progress\n};\n\nconst TAG_SIZE = {\n S: style.small,\n M: style.medium,\n L: style.large\n};\n\nconst Tag = ({label, type = 'default', size = 'M'}) => (\n <span
|
|
1
|
+
{"version":3,"file":"index.js","names":["TAG_STYLES","default","style","success","failure","warning","progress","TAG_SIZE","S","small","M","medium","L","large","Tag","label","type","size","customStyle","classnames","propTypes","PropTypes","string","oneOf","objectOf"],"sources":["../../../src/atom/tag/index.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport classnames from 'classnames';\nimport {keys} from 'lodash/fp';\nimport style from './style.css';\n\nconst TAG_STYLES = {\n default: style.default,\n success: style.success,\n failure: style.failure,\n warning: style.warning,\n progress: style.progress\n};\n\nconst TAG_SIZE = {\n S: style.small,\n M: style.medium,\n L: style.large\n};\n\nconst Tag = ({label, type = 'default', size = 'M', customStyle = {}}) => (\n <span\n className={classnames(TAG_STYLES[type], TAG_SIZE[size])}\n data-name={`content-tag-${label}`}\n style={customStyle}\n >\n {label}\n </span>\n);\n\nTag.propTypes = {\n label: PropTypes.string,\n type: PropTypes.oneOf(keys(TAG_STYLES)),\n size: PropTypes.oneOf(['S', 'M', 'L']),\n customStyle: PropTypes.objectOf(PropTypes.string)\n};\n\nexport default Tag;\n"],"mappings":";;;;;;;AAAA;;AACA;;AACA;;AAEA;;;;AAEA,MAAMA,UAAU,GAAG;EACjBC,OAAO,EAAEC,cAAA,CAAMD,OADE;EAEjBE,OAAO,EAAED,cAAA,CAAMC,OAFE;EAGjBC,OAAO,EAAEF,cAAA,CAAME,OAHE;EAIjBC,OAAO,EAAEH,cAAA,CAAMG,OAJE;EAKjBC,QAAQ,EAAEJ,cAAA,CAAMI;AALC,CAAnB;AAQA,MAAMC,QAAQ,GAAG;EACfC,CAAC,EAAEN,cAAA,CAAMO,KADM;EAEfC,CAAC,EAAER,cAAA,CAAMS,MAFM;EAGfC,CAAC,EAAEV,cAAA,CAAMW;AAHM,CAAjB;;AAMA,MAAMC,GAAG,GAAG,CAAC;EAACC,KAAD;EAAQC,IAAI,GAAG,SAAf;EAA0BC,IAAI,GAAG,GAAjC;EAAsCC,WAAW,GAAG;AAApD,CAAD,kBACV;EACE,SAAS,EAAE,IAAAC,mBAAA,EAAWnB,UAAU,CAACgB,IAAD,CAArB,EAA6BT,QAAQ,CAACU,IAAD,CAArC,CADb;EAEE,aAAY,eAAcF,KAAM,EAFlC;EAGE,KAAK,EAAEG;AAHT,GAKGH,KALH,CADF;;AAUAD,GAAG,CAACM,SAAJ,2CAAgB;EACdL,KAAK,EAAEM,kBAAA,CAAUC,MADH;EAEdN,IAAI,EAAEK,kBAAA,CAAUE,KAAV,CAAgB,oBAAKvB,UAAL,CAAhB,CAFQ;EAGdiB,IAAI,EAAEI,kBAAA,CAAUE,KAAV,CAAgB,CAAC,GAAD,EAAM,GAAN,EAAW,GAAX,CAAhB,CAHQ;EAIdL,WAAW,EAAEG,kBAAA,CAAUG,QAAV,CAAmBH,kBAAA,CAAUC,MAA7B;AAJC,CAAhB;eAOeR,G"}
|
|
@@ -19,6 +19,9 @@ declare const propTypes: {
|
|
|
19
19
|
label: PropTypes.Requireable<string>;
|
|
20
20
|
type: PropTypes.Requireable<string>;
|
|
21
21
|
size: PropTypes.Requireable<string>;
|
|
22
|
+
customStyle: PropTypes.Requireable<{
|
|
23
|
+
[x: string]: string | null | undefined;
|
|
24
|
+
}>;
|
|
22
25
|
}>>;
|
|
23
26
|
}>>;
|
|
24
27
|
headerIcon: PropTypes.Requireable<string>;
|
|
@@ -130,6 +133,8 @@ declare const propTypes: {
|
|
|
130
133
|
content: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
|
|
131
134
|
items: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
132
135
|
title: PropTypes.Validator<string>;
|
|
136
|
+
subtitle: PropTypes.Requireable<string>;
|
|
137
|
+
selected: PropTypes.Requireable<boolean>;
|
|
133
138
|
dataColumns: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
134
139
|
label: PropTypes.Requireable<string>;
|
|
135
140
|
type: PropTypes.Requireable<string>;
|
|
@@ -172,6 +177,8 @@ declare const propTypes: {
|
|
|
172
177
|
label: PropTypes.Requireable<string>;
|
|
173
178
|
type: PropTypes.Requireable<string>;
|
|
174
179
|
}> | null | undefined)[]>;
|
|
180
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
181
|
+
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
175
182
|
isBulkStyle: PropTypes.Requireable<boolean>;
|
|
176
183
|
isOverflowHidden: PropTypes.Requireable<boolean>;
|
|
177
184
|
order: PropTypes.Requireable<number>;
|