@coorpacademy/components 11.32.21 → 11.32.23

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.
Files changed (185) hide show
  1. package/es/atom/radio-with-title/index.d.ts +3 -0
  2. package/es/atom/radio-with-title/index.d.ts.map +1 -1
  3. package/es/atom/radio-with-title/types.d.ts +3 -0
  4. package/es/atom/radio-with-title/types.d.ts.map +1 -1
  5. package/es/atom/tag/index.d.ts +5 -1
  6. package/es/atom/tag/index.d.ts.map +1 -1
  7. package/es/atom/tag/index.js +6 -3
  8. package/es/atom/tag/index.js.map +1 -1
  9. package/es/atom/title/index.d.ts +3 -0
  10. package/es/molecule/cm-popin/types.d.ts +7 -0
  11. package/es/molecule/cm-popin/types.d.ts.map +1 -1
  12. package/es/molecule/draggable-list/index.d.ts +12 -0
  13. package/es/molecule/draggable-list/index.d.ts.map +1 -1
  14. package/es/molecule/draggable-list/index.js +4 -2
  15. package/es/molecule/draggable-list/index.js.map +1 -1
  16. package/es/molecule/learning-priority-modal/index.d.ts +30 -0
  17. package/es/molecule/learning-priority-modal/index.d.ts.map +1 -0
  18. package/es/molecule/learning-priority-modal/index.js +242 -0
  19. package/es/molecule/learning-priority-modal/index.js.map +1 -0
  20. package/es/molecule/learning-priority-modal/style.css +70 -0
  21. package/es/molecule/learning-priority-setup-item/index.d.ts +18 -0
  22. package/es/molecule/learning-priority-setup-item/index.d.ts.map +1 -0
  23. package/es/molecule/learning-priority-setup-item/index.js +83 -0
  24. package/es/molecule/learning-priority-setup-item/index.js.map +1 -0
  25. package/es/molecule/learning-priority-setup-item/style.css +47 -0
  26. package/es/molecule/title-and-checkbox-wrapper/index.d.ts +3 -0
  27. package/es/molecule/title-radio-wrapper/index.d.ts +3 -0
  28. package/es/molecule/title-radio-wrapper/index.d.ts.map +1 -1
  29. package/es/molecule/title-radio-wrapper/types.d.ts +3 -0
  30. package/es/molecule/title-radio-wrapper/types.d.ts.map +1 -1
  31. package/es/organism/brand-learning-priorities/index.d.ts +167 -0
  32. package/es/organism/brand-learning-priorities/index.d.ts.map +1 -0
  33. package/es/organism/brand-learning-priorities/index.js +131 -0
  34. package/es/organism/brand-learning-priorities/index.js.map +1 -0
  35. package/es/organism/brand-learning-priorities/style.css +48 -0
  36. package/es/organism/list-item/index.d.ts +34 -2
  37. package/es/organism/list-item/index.d.ts.map +1 -1
  38. package/es/organism/list-item/index.js +58 -14
  39. package/es/organism/list-item/index.js.map +1 -1
  40. package/es/organism/list-item/style.css +25 -1
  41. package/es/organism/list-items/index.d.ts +4 -0
  42. package/es/organism/rewards-form/index.d.ts +3 -0
  43. package/es/organism/select-opponents/index.d.ts +3 -0
  44. package/es/organism/select-opponents/index.d.ts.map +1 -1
  45. package/es/organism/select-opponents/types.d.ts +3 -0
  46. package/es/organism/select-opponents/types.d.ts.map +1 -1
  47. package/es/organism/title-and-input/index.d.ts +6 -0
  48. package/es/organism/title-and-input/index.d.ts.map +1 -1
  49. package/es/organism/title-and-input/types.d.ts +6 -0
  50. package/es/organism/title-and-input/types.d.ts.map +1 -1
  51. package/es/organism/wizard-contents/index.d.ts +3 -0
  52. package/es/template/app-player/loading/index.d.ts +7 -0
  53. package/es/template/app-player/player/index.d.ts +14 -0
  54. package/es/template/app-player/player/slides/index.d.ts +7 -0
  55. package/es/template/app-player/player/slides/index.d.ts.map +1 -1
  56. package/es/template/app-player/popin-correction/index.d.ts +7 -0
  57. package/es/template/app-player/popin-correction/index.d.ts.map +1 -1
  58. package/es/template/app-player/popin-end/index.d.ts +7 -0
  59. package/es/template/app-review/index.d.ts +7 -0
  60. package/es/template/app-review/index.d.ts.map +1 -1
  61. package/es/template/app-review/player/prop-types.d.ts +7 -0
  62. package/es/template/app-review/player/prop-types.d.ts.map +1 -1
  63. package/es/template/app-review/prop-types.d.ts +7 -0
  64. package/es/template/app-review/prop-types.d.ts.map +1 -1
  65. package/es/template/back-office/brand-update/index.d.ts +149 -0
  66. package/es/template/back-office/brand-update/index.d.ts.map +1 -1
  67. package/es/template/back-office/brand-update/index.js +7 -0
  68. package/es/template/back-office/brand-update/index.js.map +1 -1
  69. package/es/template/common/dashboard/index.d.ts +18 -1
  70. package/es/template/common/dashboard/index.d.ts.map +1 -1
  71. package/es/template/common/dashboard/index.js +11 -5
  72. package/es/template/common/dashboard/index.js.map +1 -1
  73. package/es/template/common/search-page/index.d.ts +7 -0
  74. package/es/template/external-course/index.d.ts +7 -0
  75. package/es/template/my-learning/index.d.ts +2 -78
  76. package/es/template/my-learning/index.d.ts.map +1 -1
  77. package/es/template/my-learning/index.js +3 -7
  78. package/es/template/my-learning/index.js.map +1 -1
  79. package/lib/atom/radio-with-title/index.d.ts +3 -0
  80. package/lib/atom/radio-with-title/index.d.ts.map +1 -1
  81. package/lib/atom/radio-with-title/types.d.ts +3 -0
  82. package/lib/atom/radio-with-title/types.d.ts.map +1 -1
  83. package/lib/atom/tag/index.d.ts +5 -1
  84. package/lib/atom/tag/index.d.ts.map +1 -1
  85. package/lib/atom/tag/index.js +6 -3
  86. package/lib/atom/tag/index.js.map +1 -1
  87. package/lib/atom/title/index.d.ts +3 -0
  88. package/lib/molecule/cm-popin/types.d.ts +7 -0
  89. package/lib/molecule/cm-popin/types.d.ts.map +1 -1
  90. package/lib/molecule/draggable-list/index.d.ts +12 -0
  91. package/lib/molecule/draggable-list/index.d.ts.map +1 -1
  92. package/lib/molecule/draggable-list/index.js +5 -2
  93. package/lib/molecule/draggable-list/index.js.map +1 -1
  94. package/lib/molecule/learning-priority-modal/index.d.ts +30 -0
  95. package/lib/molecule/learning-priority-modal/index.d.ts.map +1 -0
  96. package/lib/molecule/learning-priority-modal/index.js +265 -0
  97. package/lib/molecule/learning-priority-modal/index.js.map +1 -0
  98. package/lib/molecule/learning-priority-modal/style.css +70 -0
  99. package/lib/molecule/learning-priority-setup-item/index.d.ts +18 -0
  100. package/lib/molecule/learning-priority-setup-item/index.d.ts.map +1 -0
  101. package/lib/molecule/learning-priority-setup-item/index.js +100 -0
  102. package/lib/molecule/learning-priority-setup-item/index.js.map +1 -0
  103. package/lib/molecule/learning-priority-setup-item/style.css +47 -0
  104. package/lib/molecule/title-and-checkbox-wrapper/index.d.ts +3 -0
  105. package/lib/molecule/title-radio-wrapper/index.d.ts +3 -0
  106. package/lib/molecule/title-radio-wrapper/index.d.ts.map +1 -1
  107. package/lib/molecule/title-radio-wrapper/types.d.ts +3 -0
  108. package/lib/molecule/title-radio-wrapper/types.d.ts.map +1 -1
  109. package/lib/organism/brand-learning-priorities/index.d.ts +167 -0
  110. package/lib/organism/brand-learning-priorities/index.d.ts.map +1 -0
  111. package/lib/organism/brand-learning-priorities/index.js +150 -0
  112. package/lib/organism/brand-learning-priorities/index.js.map +1 -0
  113. package/lib/organism/brand-learning-priorities/style.css +48 -0
  114. package/lib/organism/list-item/index.d.ts +34 -2
  115. package/lib/organism/list-item/index.d.ts.map +1 -1
  116. package/lib/organism/list-item/index.js +62 -16
  117. package/lib/organism/list-item/index.js.map +1 -1
  118. package/lib/organism/list-item/style.css +25 -1
  119. package/lib/organism/list-items/index.d.ts +4 -0
  120. package/lib/organism/rewards-form/index.d.ts +3 -0
  121. package/lib/organism/select-opponents/index.d.ts +3 -0
  122. package/lib/organism/select-opponents/index.d.ts.map +1 -1
  123. package/lib/organism/select-opponents/types.d.ts +3 -0
  124. package/lib/organism/select-opponents/types.d.ts.map +1 -1
  125. package/lib/organism/title-and-input/index.d.ts +6 -0
  126. package/lib/organism/title-and-input/index.d.ts.map +1 -1
  127. package/lib/organism/title-and-input/types.d.ts +6 -0
  128. package/lib/organism/title-and-input/types.d.ts.map +1 -1
  129. package/lib/organism/wizard-contents/index.d.ts +3 -0
  130. package/lib/template/app-player/loading/index.d.ts +7 -0
  131. package/lib/template/app-player/player/index.d.ts +14 -0
  132. package/lib/template/app-player/player/slides/index.d.ts +7 -0
  133. package/lib/template/app-player/player/slides/index.d.ts.map +1 -1
  134. package/lib/template/app-player/popin-correction/index.d.ts +7 -0
  135. package/lib/template/app-player/popin-correction/index.d.ts.map +1 -1
  136. package/lib/template/app-player/popin-end/index.d.ts +7 -0
  137. package/lib/template/app-review/index.d.ts +7 -0
  138. package/lib/template/app-review/index.d.ts.map +1 -1
  139. package/lib/template/app-review/player/prop-types.d.ts +7 -0
  140. package/lib/template/app-review/player/prop-types.d.ts.map +1 -1
  141. package/lib/template/app-review/prop-types.d.ts +7 -0
  142. package/lib/template/app-review/prop-types.d.ts.map +1 -1
  143. package/lib/template/back-office/brand-update/index.d.ts +149 -0
  144. package/lib/template/back-office/brand-update/index.d.ts.map +1 -1
  145. package/lib/template/back-office/brand-update/index.js +8 -0
  146. package/lib/template/back-office/brand-update/index.js.map +1 -1
  147. package/lib/template/common/dashboard/index.d.ts +18 -1
  148. package/lib/template/common/dashboard/index.d.ts.map +1 -1
  149. package/lib/template/common/dashboard/index.js +12 -6
  150. package/lib/template/common/dashboard/index.js.map +1 -1
  151. package/lib/template/common/search-page/index.d.ts +7 -0
  152. package/lib/template/external-course/index.d.ts +7 -0
  153. package/lib/template/my-learning/index.d.ts +2 -78
  154. package/lib/template/my-learning/index.d.ts.map +1 -1
  155. package/lib/template/my-learning/index.js +4 -11
  156. package/lib/template/my-learning/index.js.map +1 -1
  157. package/locales/bs/global.json +13 -1
  158. package/locales/cs/global.json +13 -1
  159. package/locales/de/global.json +13 -1
  160. package/locales/en/global.json +12 -0
  161. package/locales/es/global.json +13 -1
  162. package/locales/et/global.json +13 -1
  163. package/locales/fi/global.json +13 -1
  164. package/locales/fr/global.json +13 -1
  165. package/locales/hr/global.json +13 -1
  166. package/locales/hu/global.json +13 -1
  167. package/locales/hy/global.json +13 -1
  168. package/locales/it/global.json +13 -1
  169. package/locales/ja/global.json +13 -1
  170. package/locales/ko/global.json +13 -1
  171. package/locales/nl/global.json +13 -1
  172. package/locales/pl/global.json +13 -1
  173. package/locales/pt/global.json +13 -1
  174. package/locales/ro/global.json +13 -1
  175. package/locales/ru/global.json +13 -1
  176. package/locales/sk/global.json +13 -1
  177. package/locales/sl/global.json +13 -1
  178. package/locales/sv/global.json +13 -1
  179. package/locales/tl/global.json +13 -1
  180. package/locales/tr/global.json +13 -1
  181. package/locales/uk/global.json +13 -1
  182. package/locales/vi/global.json +13 -1
  183. package/locales/zh/global.json +13 -1
  184. package/locales/zh_TW/global.json +13 -1
  185. package/package.json +2 -2
@@ -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":";AAoMA,sDA6CC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/back-office/brand-update/index.js"],"names":[],"mappings":";AAuMA,sDA6CC"}
@@ -37,6 +37,8 @@ var _wizardContents = _interopRequireDefault(require("../../../organism/wizard-c
37
37
 
38
38
  var _listItems = _interopRequireDefault(require("../../../organism/list-items"));
39
39
 
40
+ var _brandLearningPriorities = _interopRequireDefault(require("../../../organism/brand-learning-priorities"));
41
+
40
42
  var _banner = _interopRequireDefault(require("../../../molecule/banner"));
41
43
 
42
44
  var _setupHeader = _interopRequireDefault(require("../../../organism/setup-header"));
@@ -221,6 +223,9 @@ const buildContentView = content => {
221
223
 
222
224
  case 'table-pending':
223
225
  return /*#__PURE__*/_react.default.createElement(_expandibleActionableTable.default, content);
226
+
227
+ case 'learning-priorities':
228
+ return /*#__PURE__*/_react.default.createElement(_brandLearningPriorities.default, content);
224
229
  }
225
230
  };
226
231
 
@@ -320,6 +325,9 @@ BrandUpdate.propTypes = process.env.NODE_ENV !== "production" ? {
320
325
  content: _propTypes.default.shape(_extends({}, _expandibleActionableTable.default.propTypes, _wizardContents.default.propTypes.content.propTypes)),
321
326
  key: _propTypes.default.string,
322
327
  type: _propTypes.default.oneOf(['expandible-table'])
328
+ })), _propTypes.default.shape(_extends({}, _brandLearningPriorities.default.propTypes, {
329
+ key: _propTypes.default.string,
330
+ type: _propTypes.default.oneOf(['learning-priorities'])
323
331
  }))]),
324
332
  documentation: _propTypes.default.shape({
325
333
  content: _propTypes.default.string,
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["getStyle","isSelected","style","selectedElement","unselectedElement","subTabsView","_subTabs","map","convert","cap","subTab","_index","title","type","selected","buildLeftNavigation","logo","items","onItemClick","formattedTabs","key","href","index","children","iconType","formattedTabsViews","tab","tabs","navigation","buildNotifications","notifications","isEmpty","notificationsList","notification","temporary","permanentNotification","find","permanentNotifications","buildHeader","header","buildPopin","popin","buildDocumentation","documentation","show","onClose","content","classNames","open","documentationContent","__html","closeButton","buildTabs","selectedTab","pipe","e","get","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","PropTypes","arrayOf","shape","Banner","Header","string","isRequired","bool","oneOfType","BrandForm","oneOf","BrandTable","BrandUpload","BrandAnalytics","BrandDashboard","WizardContents","ListItems","BulkInfos","ExpandibleActionableTable","func","CmPopin"],"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":["getStyle","isSelected","style","selectedElement","unselectedElement","subTabsView","_subTabs","map","convert","cap","subTab","_index","title","type","selected","buildLeftNavigation","logo","items","onItemClick","formattedTabs","key","href","index","children","iconType","formattedTabsViews","tab","tabs","navigation","buildNotifications","notifications","isEmpty","notificationsList","notification","temporary","permanentNotification","find","permanentNotifications","buildHeader","header","buildPopin","popin","buildDocumentation","documentation","show","onClose","content","classNames","open","documentationContent","__html","closeButton","buildTabs","selectedTab","pipe","e","get","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","PropTypes","arrayOf","shape","Banner","Header","string","isRequired","bool","oneOfType","BrandForm","oneOf","BrandTable","BrandUpload","BrandAnalytics","BrandDashboard","WizardContents","ListItems","BulkInfos","ExpandibleActionableTable","BrandLearningPriorities","func","CmPopin"],"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":";;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;;;;;AAEA,MAAMA,QAAQ,GAAGC,UAAU,IAAKA,UAAU,GAAGC,cAAA,CAAMC,eAAT,GAA2BD,cAAA,CAAME,iBAA3E;;AAEA,MAAMC,WAAW,GAAG,CAACC,QAAQ,GAAG,EAAZ,KAClBC,YAAA,CAAIC,OAAJ,CAAY;EAACC,GAAG,EAAE;AAAN,CAAZ,EAA0B,CAACC,MAAD,EAASC,MAAT,kBACxB;EAAK,GAAG,EAAED,MAAM,CAACE;AAAjB,GACGF,MAAM,CAACG,IAAP,KAAgB,UAAhB,gBACC,6BAAC,qBAAD,eACMH,MADN;EAEE,MAAM,EAAEV,QAAQ,CAACU,MAAM,CAACI,QAAR,CAFlB;EAGE,SAAS,EAAE,KAHb;EAIE,MAAM,EAAE;AAJV,GADD,gBAQC,6BAAC,iBAAD,eACMJ,MADN;EAEE,MAAM,EAAEV,QAAQ,CAACU,MAAM,CAACI,QAAR,CAFlB;EAGE,SAAS,EAAE,KAHb;EAIE,iBAAiB,EAAE;AAJrB,GATJ,CADF,EAkBGR,QAlBH,CADF,C,CAqBA;;;AACA,MAAMS,mBAAmB,GAAG,CAACC,IAAD,EAAOC,KAAP,EAAcC,WAAd,KAA8B;EACxD,MAAMC,aAAa,GAAGF,KAAK,CAACV,GAAN,CAAU,CAAC;IAACa,GAAD;IAAMR,KAAN;IAAaS,IAAb;IAAmBP,QAAnB;IAA6BD,IAAI,GAAG;EAApC,CAAD,EAAmDS,KAAnD,MAA8D;IAC5FV,KAD4F;IAE5FE,QAF4F;IAG5FD,IAH4F;IAI5FQ,IAJ4F;IAK5FC,KAL4F;IAM5FC,QAAQ,EAAE,EANkF;IAO5FC,QAAQ,EAAEJ,GAAG,IAAI;EAP2E,CAA9D,CAAV,CAAtB;EAUA,MAAMK,kBAAkB,GAAG,IAAAlB,YAAA,EAAImB,GAAG,iBAChC;IAAK,GAAG,EAAEA,GAAG,CAACd,KAAd;IAAqB,SAAS,EAAEV,cAAA,CAAMG;EAAtC,GACGA,WAAW,CAACqB,GAAG,CAACC,IAAL,CADd,CADyB,EAIxBV,KAJwB,CAA3B;EAMA,oBACE;IAAK,SAAS,EAAEf,cAAA,CAAM0B;EAAtB,gBACE;IAAK,SAAS,EAAE1B,cAAA,CAAMc;EAAtB,gBACE;IAAG,IAAI,EAAC;EAAR,gBACE;IAAK,GAAG,EAAEA;EAAV,EADF,CADF,CADF,eAME,6BAAC,qBAAD;IAAW,QAAQ,EAAEG,aAArB;IAAoC,KAAK,EAAE,OAA3C;IAAoD,OAAO,EAAED;EAA7D,GACGO,kBADH,CANF,CADF;AAYD,CA7BD;;AA+BA,MAAMI,kBAAkB,GAAGC,aAAa,IAAI;EAC1C,IAAI,IAAAC,gBAAA,EAAQD,aAAR,CAAJ,EAA4B;IAC1B,OAAO,IAAP;EACD;;EAED,MAAME,iBAAiB,GAAGF,aAAa,CAACvB,GAAd,CAAkB,CAAC0B,YAAD,EAAeX,KAAf,KAAyB;IACnE,oBACE;MAAK,SAAS,EAAE,CAACW,YAAY,CAACC,SAAd,GAA0BhC,cAAA,CAAMiC,qBAAhC,GAAwD,IAAxE;MAA8E,GAAG,EAAEb;IAAnF,gBACE,6BAAC,eAAD,EAAYW,YAAZ,CADF,CADF;EAKD,CANyB,CAA1B;EAOA,oBACE;IAAK,SAAS,EAAE,CAAC,IAAAG,aAAA,EAAK;MAACF,SAAS,EAAE;IAAZ,CAAL,EAAwBJ,aAAxB,CAAD,GAA0C5B,cAAA,CAAMmC,sBAAhD,GAAyE;EAAzF,GACGL,iBADH,CADF;AAKD,CAjBD;;AAmBA,MAAMM,WAAW,GAAGC,MAAM,IAAI;EAC5B,oBACE;IAAK,SAAS,EAAErC,cAAA,CAAMqC;EAAtB,gBACE,6BAAC,oBAAD,EAAYA,MAAZ,CADF,CADF;AAKD,CAND;;AAQA,MAAMC,UAAU,GAAGC,KAAK,IAAI;EAC1B,OAAOA,KAAK,gBACV;IAAK,SAAS,EAAEvC,cAAA,CAAMuC;EAAtB,gBACE,6BAAC,gBAAD,EAAaA,KAAb,CADF,CADU,GAIR,IAJJ;AAKD,CAND;;AAQA,MAAMC,kBAAkB,GAAGC,aAAa,IAAI;EAC1C,IAAI,CAACA,aAAL,EAAoB,OAAO,IAAP;EACpB,MAAM;IAACC,IAAI,GAAG,KAAR;IAAeC,OAAf;IAAwBC,OAAO,GAAG;EAAlC,IAAwCH,aAA9C;EACA,oBACE;IAAK,SAAS,EAAE,IAAAI,mBAAA,EAAW7C,cAAA,CAAMyC,aAAjB,EAAgCC,IAAI,IAAI1C,cAAA,CAAM8C,IAA9C;EAAhB,gBACE;IACE,SAAS,EAAE9C,cAAA,CAAM+C,oBADnB,CAEE;IAFF;IAGE,uBAAuB,EAAE;MAACC,MAAM,EAAEJ;IAAT;EAH3B,EADF,EAMGD,OAAO,gBACN,6BAAC,2BAAD;IACE,SAAS,EAAE3C,cAAA,CAAMiD,WADnB;IAEE,OAAO,EAAEN,OAFX;IAGE,aAAW,YAHb;IAIE,cAAY,YAJd;IAKE,IAAI,EAAC,OALP;IAME,IAAI,EAAC;EANP,EADM,GASJ,IAfN,CADF;AAmBD,CAtBD;;AAwBA,MAAMO,SAAS,GAAGnC,KAAK,IAAI;EACzB,MAAMoC,WAAW,GAAG,IAAAC,aAAA,EAClB,IAAAlB,aAAA,EAAKmB,CAAC,IAAIA,CAAC,CAACzC,QAAZ,CADkB,EAElB,IAAA0C,YAAA,EAAI,MAAJ,CAFkB,EAGlB,IAAApB,aAAA,EAAKmB,CAAC,IAAIA,CAAC,CAACzC,QAAZ,CAHkB,EAIlBG,KAJkB,CAApB;EAMA,MAAMwC,QAAQ,GAAGJ,WAAW,GAAG,IAAAjB,aAAA,EAAKmB,CAAC,IAAIA,CAAC,CAACzC,QAAZ,EAAsBuC,WAAW,CAACK,OAAlC,CAAH,GAAgDC,SAA5E;EACA,IAAI,CAACF,QAAL,EAAe,OAAO,IAAP;EACf,oBACE;IAAK,SAAS,EAAEvD,cAAA,CAAMyB;EAAtB,gBACE,6BAAC,kBAAD;IAAW,IAAI,EAAC,OAAhB;IAAwB,IAAI,EAAE0B,WAAW,CAACK;EAA1C,EADF,CADF;AAKD,CAdD;;AAgBA,MAAME,gBAAgB,GAAGd,OAAO,IAAI;EAClC,IAAI,CAACA,OAAL,EAAc;IACZ,oBACE;MAAK,SAAS,EAAE5C,cAAA,CAAM2D;IAAtB,gBACE,6BAAC,eAAD;MAAQ,SAAS,EAAE3D,cAAA,CAAM4D,MAAzB;MAAiC,KAAK,EAAC;IAAvC,EADF,CADF;EAKD;;EAED,MAAM;IAACjD;EAAD,IAASiC,OAAf;;EACA,QAAQjC,IAAR;IACE,KAAK,MAAL;MACE,oBAAO,6BAAC,kBAAD,EAAeiC,OAAf,CAAP;;IACF,KAAK,MAAL;MACE,oBAAO,6BAAC,mBAAD,EAAgBA,OAAhB,CAAP;;IACF,KAAK,QAAL;MACE,oBAAO,6BAAC,oBAAD,EAAiBA,OAAjB,CAAP;;IACF,KAAK,sBAAL;MACE,oBAAO,6BAAC,uBAAD,EAAoBA,OAApB,CAAP;;IACF,KAAK,cAAL;IACA,KAAK,6BAAL;MACE,oBAAO,6BAAC,kBAAD,EAAeA,OAAf,CAAP;;IACF,KAAK,MAAL;MACE,oBAAO,6BAAC,uBAAD,EAAoBA,OAApB,CAAP;;IACF,KAAK,QAAL;IACA,KAAK,kBAAL;MACE,oBAAO,6BAAC,uBAAD,EAAoBA,OAApB,CAAP;;IACF,KAAK,sBAAL;MACE,oBAAO,6BAAC,kBAAD,EAAeA,OAAf,CAAP;;IACF,KAAK,eAAL;MACE,oBAAO,6BAAC,kCAAD,EAA+BA,OAA/B,CAAP;;IACF,KAAK,qBAAL;MACE,oBAAO,6BAAC,gCAAD,EAA6BA,OAA7B,CAAP;EAtBJ;AAwBD,CAlCD;;AAoCA,MAAMiB,gBAAgB,GAAGC,OAAO,IAAI;EAClC,IAAI,CAACA,OAAL,EAAc;EACd,oBAAO,6BAAC,mBAAD,EAAgBA,OAAhB,CAAP;AACD,CAHD;;AAKA,MAAMC,WAAW,GAAGC,KAAK,IAAI;EAC3B,MAAM;IACJpC,aADI;IAEJS,MAFI;IAGJtB,KAHI;IAIJ6B,OAJI;IAKJkB,OALI;IAMJvB,KANI;IAOJvB,WAPI;IAQJyB,aARI;IASJwB;EATI,IAUFD,KAVJ;EAWA,MAAMlD,IAAI,GAAG,wDAAb;EAEA,MAAMoD,cAAc,GAAGrD,mBAAmB,CAACC,IAAD,EAAOC,KAAP,EAAcC,WAAd,CAA1C;EACA,MAAMmD,iBAAiB,GAAGxC,kBAAkB,CAACC,aAAD,CAA5C;EACA,MAAMwC,iBAAiB,GAAG5B,kBAAkB,CAACC,aAAD,CAA5C;EACA,MAAM4B,UAAU,GAAGjC,WAAW,CAACC,MAAD,EAAST,aAAT,CAA9B;EACA,MAAM0C,QAAQ,GAAGpB,SAAS,CAACnC,KAAD,CAA1B;EACA,MAAMwD,WAAW,GAAGb,gBAAgB,CAACd,OAAD,CAApC;EACA,MAAM4B,WAAW,GAAGX,gBAAgB,CAACC,OAAD,CAApC;EACA,MAAMW,SAAS,GAAGnC,UAAU,CAACC,KAAD,CAA5B;EAEA,MAAMmC,YAAY,GAAG,IAAA7B,mBAAA,EAAW,CAC9B7C,cAAA,CAAM4C,OADwB,EAE9B,CAAC,IAAAf,gBAAA,EAAQD,aAAR,CAAD,IAA2B5B,cAAA,CAAM2E,wBAFH,EAG9BV,gBAAgB,IAAIjE,cAAA,CAAMiE,gBAHI,CAAX,CAArB;EAMA,oBACE;IAAK,SAAS,EAAEjE,cAAA,CAAM4E;EAAtB,gBACE;IAAK,SAAS,EAAE5E,cAAA,CAAM6E;EAAtB,GAA6BX,cAA7B,CADF,eAEE;IAAK,SAAS,EAAElE,cAAA,CAAM8E;EAAtB,gBACE;IAAK,SAAS,EAAE9E,cAAA,CAAM+E;EAAtB,GAAqCV,UAArC,CADF,eAEE;IAAK,SAAS,EAAEK;EAAhB,GACGP,iBADH,EAEGG,QAFH,EAGGC,WAHH,EAIGC,WAJH,EAKGJ,iBALH,CAFF,CAFF,EAYGK,SAZH,CADF;AAgBD,CA7CD;;AA+CAV,WAAW,CAACiB,YAAZ,GAA2B;EACzBpD,aAAa,EAAE;AADU,CAA3B;AAIAmC,WAAW,CAACkB,SAAZ,2CAAwB;EACtBrD,aAAa,EAAEsD,kBAAA,CAAUC,OAAV,CACbD,kBAAA,CAAUE,KAAV,cACKC,eAAA,CAAOJ,SADZ,EADa,CADO;EAMtB5C,MAAM,EAAE6C,kBAAA,CAAUE,KAAV,cAAoBE,oBAAA,CAAOL,SAA3B,EANc;EAOtBlE,KAAK,EAAEmE,kBAAA,CAAUC,OAAV,CACLD,kBAAA,CAAUE,KAAV,CAAgB;IACdlE,GAAG,EAAEgE,kBAAA,CAAUK,MADD;IAEd7E,KAAK,EAAEwE,kBAAA,CAAUK,MAAV,CAAiBC,UAFV;IAGdrE,IAAI,EAAE+D,kBAAA,CAAUK,MAAV,CAAiBC,UAHT;IAId5E,QAAQ,EAAEsE,kBAAA,CAAUO,IAAV,CAAeD,UAJX;IAKd7E,IAAI,EAAEuE,kBAAA,CAAUK,MALF;IAMd9D,IAAI,EAAEyD,kBAAA,CAAUC,OAAV,CACJD,kBAAA,CAAUE,KAAV,CAAgB;MACd1E,KAAK,EAAEwE,kBAAA,CAAUK,MAAV,CAAiBC,UADV;MAEdrE,IAAI,EAAE+D,kBAAA,CAAUK,MAAV,CAAiBC,UAFT;MAGd5E,QAAQ,EAAEsE,kBAAA,CAAUO,IAAV,CAAeD,UAHX;MAId7E,IAAI,EAAEuE,kBAAA,CAAUK,MAJF;MAKd/B,OAAO,EAAE0B,kBAAA,CAAUC,OAAV,CACPD,kBAAA,CAAUE,KAAV,CAAgB;QACd1E,KAAK,EAAEwE,kBAAA,CAAUK,MAAV,CAAiBC,UADV;QAEdrE,IAAI,EAAE+D,kBAAA,CAAUK,MAAV,CAAiBC,UAFT;QAGd5E,QAAQ,EAAEsE,kBAAA,CAAUO,IAAV,CAAeD,UAHX;QAId7E,IAAI,EAAEuE,kBAAA,CAAUK;MAJF,CAAhB,CADO;IALK,CAAhB,CADI;EANQ,CAAhB,CADK,EAwBLC,UA/BoB;EAgCtB5C,OAAO,EAAEsC,kBAAA,CAAUQ,SAAV,CAAoB,CAC3BR,kBAAA,CAAUE,KAAV,cACKO,kBAAA,CAAUV,SADf;IAEE/D,GAAG,EAAEgE,kBAAA,CAAUK,MAFjB;IAGE5E,IAAI,EAAEuE,kBAAA,CAAUU,KAAV,CAAgB,CAAC,MAAD,CAAhB;EAHR,GAD2B,EAM3BV,kBAAA,CAAUE,KAAV,cACKS,mBAAA,CAAWZ,SADhB;IAEE/D,GAAG,EAAEgE,kBAAA,CAAUK,MAFjB;IAGE5E,IAAI,EAAEuE,kBAAA,CAAUU,KAAV,CAAgB,CAAC,MAAD,CAAhB;EAHR,GAN2B,EAW3BV,kBAAA,CAAUE,KAAV,cACKU,oBAAA,CAAYb,SADjB;IAEE/D,GAAG,EAAEgE,kBAAA,CAAUK,MAFjB;IAGE5E,IAAI,EAAEuE,kBAAA,CAAUU,KAAV,CAAgB,CAAC,QAAD,CAAhB;EAHR,GAX2B,EAgB3BV,kBAAA,CAAUE,KAAV,cACKW,uBAAA,CAAed,SADpB;IAEE/D,GAAG,EAAEgE,kBAAA,CAAUK,MAFjB;IAGE5E,IAAI,EAAEuE,kBAAA,CAAUU,KAAV,CAAgB,CAAC,sBAAD,CAAhB;EAHR,GAhB2B,EAqB3BV,kBAAA,CAAUE,KAAV,cACKY,uBAAA,CAAef,SADpB;IAEE/D,GAAG,EAAEgE,kBAAA,CAAUK,MAFjB;IAGE5E,IAAI,EAAEuE,kBAAA,CAAUU,KAAV,CAAgB,CAAC,MAAD,CAAhB;EAHR,GArB2B,EA0B3BV,kBAAA,CAAUE,KAAV,cACKa,uBAAA,CAAehB,SADpB;IAEE/D,GAAG,EAAEgE,kBAAA,CAAUK,MAFjB;IAGE5E,IAAI,EAAEuE,kBAAA,CAAUU,KAAV,CAAgB,CAAC,QAAD,CAAhB;EAHR,GA1B2B,EA+B3BV,kBAAA,CAAUE,KAAV,cACKc,kBAAA,CAAUjB,SADf;IAEE/D,GAAG,EAAEgE,kBAAA,CAAUK,MAFjB;IAGE5E,IAAI,EAAEuE,kBAAA,CAAUU,KAAV,CAAgB,CAAC,cAAD,EAAiB,6BAAjB,CAAhB;EAHR,GA/B2B,EAoC3BV,kBAAA,CAAUE,KAAV,cACKe,kBAAA,CAAUlB,SADf;IAEE/D,GAAG,EAAEgE,kBAAA,CAAUK,MAFjB;IAGE5E,IAAI,EAAEuE,kBAAA,CAAUU,KAAV,CAAgB,CAAC,sBAAD,CAAhB;EAHR,GApC2B,EAyC3BV,kBAAA,CAAUE,KAAV,cACKgB,kCAAA,CAA0BnB,SAD/B;IAEE/D,GAAG,EAAEgE,kBAAA,CAAUK,MAFjB;IAGE5E,IAAI,EAAEuE,kBAAA,CAAUU,KAAV,CAAgB,CAAC,eAAD,CAAhB;EAHR,GAzC2B,EA8C3BV,kBAAA,CAAUE,KAAV,cACKa,uBAAA,CAAehB,SADpB;IAEErC,OAAO,EAAEsC,kBAAA,CAAUE,KAAV,cACJgB,kCAAA,CAA0BnB,SADtB,EAEJgB,uBAAA,CAAehB,SAAf,CAAyBrC,OAAzB,CAAiCqC,SAF7B,EAFX;IAME/D,GAAG,EAAEgE,kBAAA,CAAUK,MANjB;IAOE5E,IAAI,EAAEuE,kBAAA,CAAUU,KAAV,CAAgB,CAAC,kBAAD,CAAhB;EAPR,GA9C2B,EAuD3BV,kBAAA,CAAUE,KAAV,cACKiB,gCAAA,CAAwBpB,SAD7B;IAEE/D,GAAG,EAAEgE,kBAAA,CAAUK,MAFjB;IAGE5E,IAAI,EAAEuE,kBAAA,CAAUU,KAAV,CAAgB,CAAC,qBAAD,CAAhB;EAHR,GAvD2B,CAApB,CAhCa;EA6FtBnD,aAAa,EAAEyC,kBAAA,CAAUE,KAAV,CAAgB;IAC7BxC,OAAO,EAAEsC,kBAAA,CAAUK,MADU;IAE7B7C,IAAI,EAAEwC,kBAAA,CAAUO,IAFa;IAG7B9C,OAAO,EAAEuC,kBAAA,CAAUoB;EAHU,CAAhB,CA7FO;EAkGtB/D,KAAK,EAAE2C,kBAAA,CAAUE,KAAV,cAAoBmB,gBAAA,CAAQtB,SAA5B,EAlGe;EAmGtBnB,OAAO,EAAEoB,kBAAA,CAAUE,KAAV,cACJS,mBAAA,CAAWZ,SADP;IAEP/D,GAAG,EAAEgE,kBAAA,CAAUK,MAFR;IAGP5E,IAAI,EAAEuE,kBAAA,CAAUU,KAAV,CAAgB,CAAC,MAAD,CAAhB;EAHC,GAnGa;EAwGtB5E,WAAW,EAAEkE,kBAAA,CAAUoB,IAxGD;EAyGtBrC,gBAAgB,EAAEiB,kBAAA,CAAUO;AAzGN,CAAxB;eA4Ge1B,W"}
@@ -1,6 +1,9 @@
1
1
  export default Dashboard;
2
- declare function Dashboard(props: any): JSX.Element;
2
+ declare function Dashboard(props: any, context: any): JSX.Element;
3
3
  declare namespace Dashboard {
4
+ namespace contextTypes {
5
+ const translate: PropTypes.Requireable<(...args: any[]) => any>;
6
+ }
4
7
  const propTypes: {
5
8
  hero: any;
6
9
  welcome: any;
@@ -21,6 +24,9 @@ declare namespace Dashboard {
21
24
  label: PropTypes.Requireable<string>;
22
25
  type: PropTypes.Requireable<string>;
23
26
  size: PropTypes.Requireable<string>;
27
+ customStyle: PropTypes.Requireable<{
28
+ [x: string]: string | null | undefined;
29
+ }>;
24
30
  }>>;
25
31
  }>>;
26
32
  headerIcon: PropTypes.Requireable<string>;
@@ -132,6 +138,8 @@ declare namespace Dashboard {
132
138
  content: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
133
139
  items: PropTypes.Requireable<(PropTypes.InferProps<{
134
140
  title: PropTypes.Validator<string>;
141
+ subtitle: PropTypes.Requireable<string>;
142
+ selected: PropTypes.Requireable<boolean>;
135
143
  dataColumns: PropTypes.Requireable<(PropTypes.InferProps<{
136
144
  label: PropTypes.Requireable<string>;
137
145
  type: PropTypes.Requireable<string>;
@@ -174,6 +182,8 @@ declare namespace Dashboard {
174
182
  label: PropTypes.Requireable<string>;
175
183
  type: PropTypes.Requireable<string>;
176
184
  }> | null | undefined)[]>;
185
+ disabled: PropTypes.Requireable<boolean>;
186
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
177
187
  isBulkStyle: PropTypes.Requireable<boolean>;
178
188
  isOverflowHidden: PropTypes.Requireable<boolean>;
179
189
  order: PropTypes.Requireable<number>;
@@ -307,6 +317,9 @@ declare namespace Dashboard {
307
317
  label: PropTypes.Requireable<string>;
308
318
  type: PropTypes.Requireable<string>;
309
319
  size: PropTypes.Requireable<string>;
320
+ customStyle: PropTypes.Requireable<{
321
+ [x: string]: string | null | undefined;
322
+ }>;
310
323
  }>>;
311
324
  }>>;
312
325
  headerIcon: PropTypes.Requireable<string>;
@@ -418,6 +431,8 @@ declare namespace Dashboard {
418
431
  content: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
419
432
  items: PropTypes.Requireable<(PropTypes.InferProps<{
420
433
  title: PropTypes.Validator<string>;
434
+ subtitle: PropTypes.Requireable<string>;
435
+ selected: PropTypes.Requireable<boolean>;
421
436
  dataColumns: PropTypes.Requireable<(PropTypes.InferProps<{
422
437
  label: PropTypes.Requireable<string>;
423
438
  type: PropTypes.Requireable<string>;
@@ -460,6 +475,8 @@ declare namespace Dashboard {
460
475
  label: PropTypes.Requireable<string>;
461
476
  type: PropTypes.Requireable<string>;
462
477
  }> | null | undefined)[]>;
478
+ disabled: PropTypes.Requireable<boolean>;
479
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
463
480
  isBulkStyle: PropTypes.Requireable<boolean>;
464
481
  isOverflowHidden: PropTypes.Requireable<boolean>;
465
482
  order: PropTypes.Requireable<number>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/common/dashboard/index.js"],"names":[],"mappings":";AAyBA,oDA8EC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/common/dashboard/index.js"],"names":[],"mappings":";AAyBA,kEA+EC"}
@@ -9,6 +9,8 @@ var _react = _interopRequireDefault(require("react"));
9
9
 
10
10
  var _propTypes = _interopRequireDefault(require("prop-types"));
11
11
 
12
+ var _provider = _interopRequireDefault(require("../../../atom/provider"));
13
+
12
14
  var _slide = _interopRequireDefault(require("../../../atom/slide"));
13
15
 
14
16
  var _hero = _interopRequireDefault(require("../../../molecule/hero"));
@@ -29,8 +31,6 @@ var _learningProfileBanner = _interopRequireDefault(require("../../../molecule/d
29
31
 
30
32
  var _title = _interopRequireDefault(require("../../../atom/title"));
31
33
 
32
- var _myLearning = require("../../my-learning");
33
-
34
34
  var _style = _interopRequireDefault(require("./style.css"));
35
35
 
36
36
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
@@ -51,7 +51,10 @@ Hero.propTypes = process.env.NODE_ENV !== "production" ? {
51
51
  welcome: _propTypes.default.shape(_slide.default.propTypes)
52
52
  } : {};
53
53
 
54
- const Dashboard = props => {
54
+ const Dashboard = (props, context) => {
55
+ const {
56
+ translate
57
+ } = context;
55
58
  const {
56
59
  sections = [],
57
60
  hero,
@@ -81,8 +84,8 @@ const Dashboard = props => {
81
84
  return /*#__PURE__*/_react.default.createElement(_cardsList.default, _extends({}, section, {
82
85
  title: /*#__PURE__*/_react.default.createElement(_title.default, {
83
86
  type: 'form-group',
84
- title: section.title,
85
- subtitle: section.subtitle,
87
+ title: translate('learning_priorities'),
88
+ subtitle: translate('learning_priorities_description'),
86
89
  icon: {
87
90
  iconName: 'sign-post',
88
91
  iconColor: '#A32700',
@@ -141,10 +144,13 @@ const Dashboard = props => {
141
144
  }, /*#__PURE__*/_react.default.createElement(_cmPopin.default, popinWithCards)) : null);
142
145
  };
143
146
 
147
+ Dashboard.contextTypes = {
148
+ translate: _provider.default.childContextTypes.translate
149
+ };
144
150
  Dashboard.propTypes = process.env.NODE_ENV !== "production" ? {
145
151
  hero: Hero.propTypes.hero,
146
152
  welcome: Hero.propTypes.welcome,
147
- sections: _propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.shape(_battleRequestList.default.propTypes), _propTypes.default.shape(_cardsList.default.propTypes), _propTypes.default.shape(_myLearning.learningPrioritiesPropTypes), _propTypes.default.shape(_newsList.default.propTypes), _propTypes.default.shape(_startBattle.default.propTypes), _propTypes.default.shape(_reviewBanner.default.propTypes), _propTypes.default.shape(_learningProfileBanner.default.propTypes)])),
153
+ sections: _propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.shape(_battleRequestList.default.propTypes), _propTypes.default.shape(_cardsList.default.propTypes), _propTypes.default.shape(_newsList.default.propTypes), _propTypes.default.shape(_startBattle.default.propTypes), _propTypes.default.shape(_reviewBanner.default.propTypes), _propTypes.default.shape(_learningProfileBanner.default.propTypes)])),
148
154
  cookie: _propTypes.default.shape(_cmPopin.default.propTypes),
149
155
  'arrows-aria-label': _cardsList.default.propTypes['arrows-aria-label'],
150
156
  popinWithCards: _propTypes.default.shape(_cmPopin.default.propTypes)
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["Hero","React","memo","hero","welcome","style","propTypes","PropTypes","shape","HeroCard","Slide","Dashboard","props","sections","cookie","popinWithCards","showMoreOnLeftOrRightAriaLabel","buildSectionComponent","section","type","title","subtitle","icon","iconName","iconColor","borderRadius","backgroundColor","tag","label","cards","size","buildSection","index","sectionView","sectionsList","key","map","wrapper","arrayOf","oneOfType","BattleRequestList","CardsList","learningPrioritiesPropTypes","NewsList","StartBattle","ReviewBanner","LearningProfileBanner","CMPopin"],"sources":["../../../../src/template/common/dashboard/index.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport {size} from 'lodash/fp';\nimport Slide from '../../../atom/slide';\nimport HeroCard from '../../../molecule/hero';\nimport BattleRequestList from '../../../molecule/dashboard/battle-request-list';\nimport CardsList from '../../../molecule/dashboard/cards-list';\nimport NewsList from '../../../molecule/dashboard/news-list';\nimport StartBattle from '../../../molecule/dashboard/start-battle';\nimport CMPopin from '../../../molecule/cm-popin';\nimport ReviewBanner from '../../../molecule/dashboard/review-banner';\nimport LearningProfileBanner from '../../../molecule/dashboard/learning-profile-banner';\nimport Title from '../../../atom/title';\nimport {learningPrioritiesPropTypes} from '../../my-learning';\nimport style from './style.css';\n\nconst Hero = React.memo(function Hero({hero, welcome}) {\n return <div className={style.hero}>{hero ? <HeroCard {...hero} /> : <Slide {...welcome} />}</div>;\n});\n\nHero.propTypes = {\n hero: PropTypes.shape(HeroCard.propTypes),\n welcome: PropTypes.shape(Slide.propTypes)\n};\n\nconst Dashboard = props => {\n const {\n sections = [],\n hero,\n welcome,\n cookie,\n popinWithCards,\n 'arrows-aria-label': showMoreOnLeftOrRightAriaLabel\n } = props;\n const buildSectionComponent = section => {\n const {type} = section;\n switch (type) {\n case 'hero':\n return <Hero hero={hero} welcome={welcome} />;\n case 'battleRequests':\n return <BattleRequestList {...section} />;\n case 'learningPrioritiesCards': {\n return (\n <CardsList\n {...section}\n title={\n <Title\n {...{\n type: 'form-group',\n title: section.title,\n subtitle: section.subtitle,\n icon: {\n iconName: 'sign-post',\n iconColor: '#A32700',\n borderRadius: '12px',\n backgroundColor: '#FFDCD1'\n },\n tag: {\n label: `${size(section.cards)}`,\n size: 'S'\n }\n }}\n />\n }\n arrows-aria-label={showMoreOnLeftOrRightAriaLabel}\n />\n );\n }\n case 'cards':\n return <CardsList {...section} arrows-aria-label={showMoreOnLeftOrRightAriaLabel} />;\n case 'news':\n return <NewsList {...section} />;\n case 'battle':\n return <StartBattle {...section} />;\n case 'review':\n return <ReviewBanner {...section} />;\n case 'learningProfile':\n return <LearningProfileBanner {...section} />;\n default:\n return null;\n }\n };\n\n const buildSection = (section, index) => {\n const sectionView = buildSectionComponent(section);\n\n return <div key={index}>{sectionView}</div>;\n };\n\n const sectionsList = [{type: 'hero', key: 'hero'}, ...sections].map(section => (\n <div key={section.key}>{buildSection(section)}</div>\n ));\n return (\n <div className={style.wrapper} data-name=\"dashboard\">\n {sectionsList}\n {cookie ? <CMPopin {...cookie} /> : null}\n {popinWithCards ? (\n <div className={style.popinWithCards}>\n <CMPopin {...popinWithCards} />\n </div>\n ) : null}\n </div>\n );\n};\n\nDashboard.propTypes = {\n hero: Hero.propTypes.hero,\n welcome: Hero.propTypes.welcome,\n sections: PropTypes.arrayOf(\n PropTypes.oneOfType([\n PropTypes.shape(BattleRequestList.propTypes),\n PropTypes.shape(CardsList.propTypes),\n PropTypes.shape(learningPrioritiesPropTypes),\n PropTypes.shape(NewsList.propTypes),\n PropTypes.shape(StartBattle.propTypes),\n PropTypes.shape(ReviewBanner.propTypes),\n PropTypes.shape(LearningProfileBanner.propTypes)\n ])\n ),\n cookie: PropTypes.shape(CMPopin.propTypes),\n 'arrows-aria-label': CardsList.propTypes['arrows-aria-label'],\n popinWithCards: PropTypes.shape(CMPopin.propTypes)\n};\nexport default Dashboard;\n"],"mappings":"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"}
1
+ {"version":3,"file":"index.js","names":["Hero","React","memo","hero","welcome","style","propTypes","PropTypes","shape","HeroCard","Slide","Dashboard","props","context","translate","sections","cookie","popinWithCards","showMoreOnLeftOrRightAriaLabel","buildSectionComponent","section","type","title","subtitle","icon","iconName","iconColor","borderRadius","backgroundColor","tag","label","cards","size","buildSection","index","sectionView","sectionsList","key","map","wrapper","contextTypes","Provider","childContextTypes","arrayOf","oneOfType","BattleRequestList","CardsList","NewsList","StartBattle","ReviewBanner","LearningProfileBanner","CMPopin"],"sources":["../../../../src/template/common/dashboard/index.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport {size} from 'lodash/fp';\nimport Provider from '../../../atom/provider';\nimport Slide from '../../../atom/slide';\nimport HeroCard from '../../../molecule/hero';\nimport BattleRequestList from '../../../molecule/dashboard/battle-request-list';\nimport CardsList from '../../../molecule/dashboard/cards-list';\nimport NewsList from '../../../molecule/dashboard/news-list';\nimport StartBattle from '../../../molecule/dashboard/start-battle';\nimport CMPopin from '../../../molecule/cm-popin';\nimport ReviewBanner from '../../../molecule/dashboard/review-banner';\nimport LearningProfileBanner from '../../../molecule/dashboard/learning-profile-banner';\nimport Title from '../../../atom/title';\nimport style from './style.css';\n\nconst Hero = React.memo(function Hero({hero, welcome}) {\n return <div className={style.hero}>{hero ? <HeroCard {...hero} /> : <Slide {...welcome} />}</div>;\n});\n\nHero.propTypes = {\n hero: PropTypes.shape(HeroCard.propTypes),\n welcome: PropTypes.shape(Slide.propTypes)\n};\n\nconst Dashboard = (props, context) => {\n const {translate} = context;\n const {\n sections = [],\n hero,\n welcome,\n cookie,\n popinWithCards,\n 'arrows-aria-label': showMoreOnLeftOrRightAriaLabel\n } = props;\n const buildSectionComponent = section => {\n const {type} = section;\n switch (type) {\n case 'hero':\n return <Hero hero={hero} welcome={welcome} />;\n case 'battleRequests':\n return <BattleRequestList {...section} />;\n case 'learningPrioritiesCards': {\n return (\n <CardsList\n {...section}\n title={\n <Title\n {...{\n type: 'form-group',\n title: translate('learning_priorities'),\n subtitle: translate('learning_priorities_description'),\n icon: {\n iconName: 'sign-post',\n iconColor: '#A32700',\n borderRadius: '12px',\n backgroundColor: '#FFDCD1'\n },\n tag: {\n label: `${size(section.cards)}`,\n size: 'S'\n }\n }}\n />\n }\n arrows-aria-label={showMoreOnLeftOrRightAriaLabel}\n />\n );\n }\n case 'cards':\n return <CardsList {...section} arrows-aria-label={showMoreOnLeftOrRightAriaLabel} />;\n case 'news':\n return <NewsList {...section} />;\n case 'battle':\n return <StartBattle {...section} />;\n case 'review':\n return <ReviewBanner {...section} />;\n case 'learningProfile':\n return <LearningProfileBanner {...section} />;\n default:\n return null;\n }\n };\n\n const buildSection = (section, index) => {\n const sectionView = buildSectionComponent(section);\n\n return <div key={index}>{sectionView}</div>;\n };\n\n const sectionsList = [{type: 'hero', key: 'hero'}, ...sections].map(section => (\n <div key={section.key}>{buildSection(section)}</div>\n ));\n return (\n <div className={style.wrapper} data-name=\"dashboard\">\n {sectionsList}\n {cookie ? <CMPopin {...cookie} /> : null}\n {popinWithCards ? (\n <div className={style.popinWithCards}>\n <CMPopin {...popinWithCards} />\n </div>\n ) : null}\n </div>\n );\n};\n\nDashboard.contextTypes = {\n translate: Provider.childContextTypes.translate\n};\n\nDashboard.propTypes = {\n hero: Hero.propTypes.hero,\n welcome: Hero.propTypes.welcome,\n sections: PropTypes.arrayOf(\n PropTypes.oneOfType([\n PropTypes.shape(BattleRequestList.propTypes),\n PropTypes.shape(CardsList.propTypes),\n PropTypes.shape(NewsList.propTypes),\n PropTypes.shape(StartBattle.propTypes),\n PropTypes.shape(ReviewBanner.propTypes),\n PropTypes.shape(LearningProfileBanner.propTypes)\n ])\n ),\n cookie: PropTypes.shape(CMPopin.propTypes),\n 'arrows-aria-label': CardsList.propTypes['arrows-aria-label'],\n popinWithCards: PropTypes.shape(CMPopin.propTypes)\n};\nexport default Dashboard;\n"],"mappings":";;;;;;;AAAA;;AACA;;AAEA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;;;;;AAEA,MAAMA,IAAI,gBAAGC,cAAA,CAAMC,IAAN,CAAW,SAASF,IAAT,CAAc;EAACG,IAAD;EAAOC;AAAP,CAAd,EAA+B;EACrD,oBAAO;IAAK,SAAS,EAAEC,cAAA,CAAMF;EAAtB,GAA6BA,IAAI,gBAAG,6BAAC,aAAD,EAAcA,IAAd,CAAH,gBAA4B,6BAAC,cAAD,EAAWC,OAAX,CAA7D,CAAP;AACD,CAFY,CAAb;;AAIAJ,IAAI,CAACM,SAAL,2CAAiB;EACfH,IAAI,EAAEI,kBAAA,CAAUC,KAAV,CAAgBC,aAAA,CAASH,SAAzB,CADS;EAEfF,OAAO,EAAEG,kBAAA,CAAUC,KAAV,CAAgBE,cAAA,CAAMJ,SAAtB;AAFM,CAAjB;;AAKA,MAAMK,SAAS,GAAG,CAACC,KAAD,EAAQC,OAAR,KAAoB;EACpC,MAAM;IAACC;EAAD,IAAcD,OAApB;EACA,MAAM;IACJE,QAAQ,GAAG,EADP;IAEJZ,IAFI;IAGJC,OAHI;IAIJY,MAJI;IAKJC,cALI;IAMJ,qBAAqBC;EANjB,IAOFN,KAPJ;;EAQA,MAAMO,qBAAqB,GAAGC,OAAO,IAAI;IACvC,MAAM;MAACC;IAAD,IAASD,OAAf;;IACA,QAAQC,IAAR;MACE,KAAK,MAAL;QACE,oBAAO,6BAAC,IAAD;UAAM,IAAI,EAAElB,IAAZ;UAAkB,OAAO,EAAEC;QAA3B,EAAP;;MACF,KAAK,gBAAL;QACE,oBAAO,6BAAC,0BAAD,EAAuBgB,OAAvB,CAAP;;MACF,KAAK,yBAAL;QAAgC;UAC9B,oBACE,6BAAC,kBAAD,eACMA,OADN;YAEE,KAAK,eACH,6BAAC,cAAD;cAEIC,IAAI,EAAE,YAFV;cAGIC,KAAK,EAAER,SAAS,CAAC,qBAAD,CAHpB;cAIIS,QAAQ,EAAET,SAAS,CAAC,iCAAD,CAJvB;cAKIU,IAAI,EAAE;gBACJC,QAAQ,EAAE,WADN;gBAEJC,SAAS,EAAE,SAFP;gBAGJC,YAAY,EAAE,MAHV;gBAIJC,eAAe,EAAE;cAJb,CALV;cAWIC,GAAG,EAAE;gBACHC,KAAK,EAAG,GAAE,oBAAKV,OAAO,CAACW,KAAb,CAAoB,EAD3B;gBAEHC,IAAI,EAAE;cAFH;YAXT,EAHJ;YAqBE,qBAAmBd;UArBrB,GADF;QAyBD;;MACD,KAAK,OAAL;QACE,oBAAO,6BAAC,kBAAD,eAAeE,OAAf;UAAwB,qBAAmBF;QAA3C,GAAP;;MACF,KAAK,MAAL;QACE,oBAAO,6BAAC,iBAAD,EAAcE,OAAd,CAAP;;MACF,KAAK,QAAL;QACE,oBAAO,6BAAC,oBAAD,EAAiBA,OAAjB,CAAP;;MACF,KAAK,QAAL;QACE,oBAAO,6BAAC,qBAAD,EAAkBA,OAAlB,CAAP;;MACF,KAAK,iBAAL;QACE,oBAAO,6BAAC,8BAAD,EAA2BA,OAA3B,CAAP;;MACF;QACE,OAAO,IAAP;IA3CJ;EA6CD,CA/CD;;EAiDA,MAAMa,YAAY,GAAG,CAACb,OAAD,EAAUc,KAAV,KAAoB;IACvC,MAAMC,WAAW,GAAGhB,qBAAqB,CAACC,OAAD,CAAzC;IAEA,oBAAO;MAAK,GAAG,EAAEc;IAAV,GAAkBC,WAAlB,CAAP;EACD,CAJD;;EAMA,MAAMC,YAAY,GAAG,CAAC;IAACf,IAAI,EAAE,MAAP;IAAegB,GAAG,EAAE;EAApB,CAAD,EAA8B,GAAGtB,QAAjC,EAA2CuB,GAA3C,CAA+ClB,OAAO,iBACzE;IAAK,GAAG,EAAEA,OAAO,CAACiB;EAAlB,GAAwBJ,YAAY,CAACb,OAAD,CAApC,CADmB,CAArB;EAGA,oBACE;IAAK,SAAS,EAAEf,cAAA,CAAMkC,OAAtB;IAA+B,aAAU;EAAzC,GACGH,YADH,EAEGpB,MAAM,gBAAG,6BAAC,gBAAD,EAAaA,MAAb,CAAH,GAA6B,IAFtC,EAGGC,cAAc,gBACb;IAAK,SAAS,EAAEZ,cAAA,CAAMY;EAAtB,gBACE,6BAAC,gBAAD,EAAaA,cAAb,CADF,CADa,GAIX,IAPN,CADF;AAWD,CA/ED;;AAiFAN,SAAS,CAAC6B,YAAV,GAAyB;EACvB1B,SAAS,EAAE2B,iBAAA,CAASC,iBAAT,CAA2B5B;AADf,CAAzB;AAIAH,SAAS,CAACL,SAAV,2CAAsB;EACpBH,IAAI,EAAEH,IAAI,CAACM,SAAL,CAAeH,IADD;EAEpBC,OAAO,EAAEJ,IAAI,CAACM,SAAL,CAAeF,OAFJ;EAGpBW,QAAQ,EAAER,kBAAA,CAAUoC,OAAV,CACRpC,kBAAA,CAAUqC,SAAV,CAAoB,CAClBrC,kBAAA,CAAUC,KAAV,CAAgBqC,0BAAA,CAAkBvC,SAAlC,CADkB,EAElBC,kBAAA,CAAUC,KAAV,CAAgBsC,kBAAA,CAAUxC,SAA1B,CAFkB,EAGlBC,kBAAA,CAAUC,KAAV,CAAgBuC,iBAAA,CAASzC,SAAzB,CAHkB,EAIlBC,kBAAA,CAAUC,KAAV,CAAgBwC,oBAAA,CAAY1C,SAA5B,CAJkB,EAKlBC,kBAAA,CAAUC,KAAV,CAAgByC,qBAAA,CAAa3C,SAA7B,CALkB,EAMlBC,kBAAA,CAAUC,KAAV,CAAgB0C,8BAAA,CAAsB5C,SAAtC,CANkB,CAApB,CADQ,CAHU;EAapBU,MAAM,EAAET,kBAAA,CAAUC,KAAV,CAAgB2C,gBAAA,CAAQ7C,SAAxB,CAbY;EAcpB,qBAAqBwC,kBAAA,CAAUxC,SAAV,CAAoB,mBAApB,CAdD;EAepBW,cAAc,EAAEV,kBAAA,CAAUC,KAAV,CAAgB2C,gBAAA,CAAQ7C,SAAxB;AAfI,CAAtB;eAiBeK,S"}
@@ -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>;