@coorpacademy/components 11.32.20 → 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.
Files changed (235) hide show
  1. package/es/atom/radio-with-title/index.d.ts +9 -0
  2. package/es/atom/radio-with-title/index.d.ts.map +1 -1
  3. package/es/atom/radio-with-title/types.d.ts +9 -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/tag/style.css +2 -1
  10. package/es/atom/title/index.d.ts +9 -0
  11. package/es/atom/title/index.d.ts.map +1 -1
  12. package/es/atom/title/index.js +16 -4
  13. package/es/atom/title/index.js.map +1 -1
  14. package/es/atom/title/style.css +13 -0
  15. package/es/molecule/cm-popin/types.d.ts +13 -0
  16. package/es/molecule/cm-popin/types.d.ts.map +1 -1
  17. package/es/molecule/dashboard/cards-list/index.d.ts +8 -2
  18. package/es/molecule/dashboard/cards-list/index.d.ts.map +1 -1
  19. package/es/molecule/dashboard/cards-list/index.js +28 -27
  20. package/es/molecule/dashboard/cards-list/index.js.map +1 -1
  21. package/es/molecule/dashboard/cards-list/prop-types.d.ts +1 -0
  22. package/es/molecule/dashboard/cards-list/prop-types.d.ts.map +1 -1
  23. package/es/molecule/dashboard/cards-list/prop-types.js.map +1 -1
  24. package/es/molecule/dashboard/cards-list/style.css +12 -29
  25. package/es/molecule/draggable-list/index.d.ts +12 -0
  26. package/es/molecule/draggable-list/index.d.ts.map +1 -1
  27. package/es/molecule/draggable-list/index.js +4 -2
  28. package/es/molecule/draggable-list/index.js.map +1 -1
  29. package/es/molecule/learning-priority-card/index.d.ts +1 -3
  30. package/es/molecule/learning-priority-card/index.d.ts.map +1 -1
  31. package/es/molecule/learning-priority-card/index.js +1 -3
  32. package/es/molecule/learning-priority-card/index.js.map +1 -1
  33. package/es/molecule/learning-priority-card/style.css +2 -0
  34. package/es/molecule/learning-priority-card/types.d.ts +2 -6
  35. package/es/molecule/learning-priority-card/types.d.ts.map +1 -1
  36. package/es/molecule/learning-priority-card/types.js +1 -3
  37. package/es/molecule/learning-priority-card/types.js.map +1 -1
  38. package/es/molecule/learning-priority-modal/index.d.ts +30 -0
  39. package/es/molecule/learning-priority-modal/index.d.ts.map +1 -0
  40. package/es/molecule/learning-priority-modal/index.js +242 -0
  41. package/es/molecule/learning-priority-modal/index.js.map +1 -0
  42. package/es/molecule/learning-priority-modal/style.css +70 -0
  43. package/es/molecule/learning-priority-setup-item/index.d.ts +18 -0
  44. package/es/molecule/learning-priority-setup-item/index.d.ts.map +1 -0
  45. package/es/molecule/learning-priority-setup-item/index.js +83 -0
  46. package/es/molecule/learning-priority-setup-item/index.js.map +1 -0
  47. package/es/molecule/learning-priority-setup-item/style.css +47 -0
  48. package/es/molecule/title-and-checkbox-wrapper/index.d.ts +9 -0
  49. package/es/molecule/title-radio-wrapper/index.d.ts +9 -0
  50. package/es/molecule/title-radio-wrapper/index.d.ts.map +1 -1
  51. package/es/molecule/title-radio-wrapper/types.d.ts +9 -0
  52. package/es/molecule/title-radio-wrapper/types.d.ts.map +1 -1
  53. package/es/organism/brand-learning-priorities/index.d.ts +167 -0
  54. package/es/organism/brand-learning-priorities/index.d.ts.map +1 -0
  55. package/es/organism/brand-learning-priorities/index.js +128 -0
  56. package/es/organism/brand-learning-priorities/index.js.map +1 -0
  57. package/es/organism/brand-learning-priorities/style.css +40 -0
  58. package/es/organism/list-item/index.d.ts +34 -2
  59. package/es/organism/list-item/index.d.ts.map +1 -1
  60. package/es/organism/list-item/index.js +58 -14
  61. package/es/organism/list-item/index.js.map +1 -1
  62. package/es/organism/list-item/style.css +25 -1
  63. package/es/organism/list-items/index.d.ts +4 -0
  64. package/es/organism/rewards-form/index.d.ts +9 -0
  65. package/es/organism/select-opponents/index.d.ts +9 -0
  66. package/es/organism/select-opponents/index.d.ts.map +1 -1
  67. package/es/organism/select-opponents/types.d.ts +9 -0
  68. package/es/organism/select-opponents/types.d.ts.map +1 -1
  69. package/es/organism/title-and-input/index.d.ts +18 -0
  70. package/es/organism/title-and-input/index.d.ts.map +1 -1
  71. package/es/organism/title-and-input/types.d.ts +18 -0
  72. package/es/organism/title-and-input/types.d.ts.map +1 -1
  73. package/es/organism/wizard-contents/index.d.ts +9 -0
  74. package/es/template/app-player/loading/index.d.ts +13 -0
  75. package/es/template/app-player/player/index.d.ts +26 -0
  76. package/es/template/app-player/player/slides/index.d.ts +13 -0
  77. package/es/template/app-player/player/slides/index.d.ts.map +1 -1
  78. package/es/template/app-player/popin-correction/index.d.ts +13 -0
  79. package/es/template/app-player/popin-correction/index.d.ts.map +1 -1
  80. package/es/template/app-player/popin-end/index.d.ts +21 -2
  81. package/es/template/app-player/popin-end/summary.d.ts +8 -2
  82. package/es/template/app-review/index.d.ts +13 -0
  83. package/es/template/app-review/index.d.ts.map +1 -1
  84. package/es/template/app-review/player/prop-types.d.ts +13 -0
  85. package/es/template/app-review/player/prop-types.d.ts.map +1 -1
  86. package/es/template/app-review/prop-types.d.ts +13 -0
  87. package/es/template/app-review/prop-types.d.ts.map +1 -1
  88. package/es/template/back-office/brand-update/index.d.ts +155 -0
  89. package/es/template/back-office/brand-update/index.d.ts.map +1 -1
  90. package/es/template/back-office/brand-update/index.js +7 -0
  91. package/es/template/back-office/brand-update/index.js.map +1 -1
  92. package/es/template/common/dashboard/index.d.ts +26 -0
  93. package/es/template/common/dashboard/index.d.ts.map +1 -1
  94. package/es/template/common/dashboard/index.js +27 -1
  95. package/es/template/common/dashboard/index.js.map +1 -1
  96. package/es/template/common/search-page/index.d.ts +21 -2
  97. package/es/template/external-course/index.d.ts +13 -0
  98. package/es/template/my-learning/index.d.ts +151 -1
  99. package/es/template/my-learning/index.d.ts.map +1 -1
  100. package/es/template/my-learning/index.js +35 -3
  101. package/es/template/my-learning/index.js.map +1 -1
  102. package/es/template/my-learning/style.css +18 -3
  103. package/es/template/teams-dashboard/index.d.ts +8 -2
  104. package/lib/atom/radio-with-title/index.d.ts +9 -0
  105. package/lib/atom/radio-with-title/index.d.ts.map +1 -1
  106. package/lib/atom/radio-with-title/types.d.ts +9 -0
  107. package/lib/atom/radio-with-title/types.d.ts.map +1 -1
  108. package/lib/atom/tag/index.d.ts +5 -1
  109. package/lib/atom/tag/index.d.ts.map +1 -1
  110. package/lib/atom/tag/index.js +6 -3
  111. package/lib/atom/tag/index.js.map +1 -1
  112. package/lib/atom/tag/style.css +2 -1
  113. package/lib/atom/title/index.d.ts +9 -0
  114. package/lib/atom/title/index.d.ts.map +1 -1
  115. package/lib/atom/title/index.js +18 -4
  116. package/lib/atom/title/index.js.map +1 -1
  117. package/lib/atom/title/style.css +13 -0
  118. package/lib/molecule/cm-popin/types.d.ts +13 -0
  119. package/lib/molecule/cm-popin/types.d.ts.map +1 -1
  120. package/lib/molecule/dashboard/cards-list/index.d.ts +8 -2
  121. package/lib/molecule/dashboard/cards-list/index.d.ts.map +1 -1
  122. package/lib/molecule/dashboard/cards-list/index.js +29 -27
  123. package/lib/molecule/dashboard/cards-list/index.js.map +1 -1
  124. package/lib/molecule/dashboard/cards-list/prop-types.d.ts +1 -0
  125. package/lib/molecule/dashboard/cards-list/prop-types.d.ts.map +1 -1
  126. package/lib/molecule/dashboard/cards-list/prop-types.js.map +1 -1
  127. package/lib/molecule/dashboard/cards-list/style.css +12 -29
  128. package/lib/molecule/draggable-list/index.d.ts +12 -0
  129. package/lib/molecule/draggable-list/index.d.ts.map +1 -1
  130. package/lib/molecule/draggable-list/index.js +5 -2
  131. package/lib/molecule/draggable-list/index.js.map +1 -1
  132. package/lib/molecule/learning-priority-card/index.d.ts +1 -3
  133. package/lib/molecule/learning-priority-card/index.d.ts.map +1 -1
  134. package/lib/molecule/learning-priority-card/index.js +1 -3
  135. package/lib/molecule/learning-priority-card/index.js.map +1 -1
  136. package/lib/molecule/learning-priority-card/style.css +2 -0
  137. package/lib/molecule/learning-priority-card/types.d.ts +2 -6
  138. package/lib/molecule/learning-priority-card/types.d.ts.map +1 -1
  139. package/lib/molecule/learning-priority-card/types.js +1 -3
  140. package/lib/molecule/learning-priority-card/types.js.map +1 -1
  141. package/lib/molecule/learning-priority-modal/index.d.ts +30 -0
  142. package/lib/molecule/learning-priority-modal/index.d.ts.map +1 -0
  143. package/lib/molecule/learning-priority-modal/index.js +265 -0
  144. package/lib/molecule/learning-priority-modal/index.js.map +1 -0
  145. package/lib/molecule/learning-priority-modal/style.css +70 -0
  146. package/lib/molecule/learning-priority-setup-item/index.d.ts +18 -0
  147. package/lib/molecule/learning-priority-setup-item/index.d.ts.map +1 -0
  148. package/lib/molecule/learning-priority-setup-item/index.js +100 -0
  149. package/lib/molecule/learning-priority-setup-item/index.js.map +1 -0
  150. package/lib/molecule/learning-priority-setup-item/style.css +47 -0
  151. package/lib/molecule/title-and-checkbox-wrapper/index.d.ts +9 -0
  152. package/lib/molecule/title-radio-wrapper/index.d.ts +9 -0
  153. package/lib/molecule/title-radio-wrapper/index.d.ts.map +1 -1
  154. package/lib/molecule/title-radio-wrapper/types.d.ts +9 -0
  155. package/lib/molecule/title-radio-wrapper/types.d.ts.map +1 -1
  156. package/lib/organism/brand-learning-priorities/index.d.ts +167 -0
  157. package/lib/organism/brand-learning-priorities/index.d.ts.map +1 -0
  158. package/lib/organism/brand-learning-priorities/index.js +147 -0
  159. package/lib/organism/brand-learning-priorities/index.js.map +1 -0
  160. package/lib/organism/brand-learning-priorities/style.css +40 -0
  161. package/lib/organism/list-item/index.d.ts +34 -2
  162. package/lib/organism/list-item/index.d.ts.map +1 -1
  163. package/lib/organism/list-item/index.js +62 -16
  164. package/lib/organism/list-item/index.js.map +1 -1
  165. package/lib/organism/list-item/style.css +25 -1
  166. package/lib/organism/list-items/index.d.ts +4 -0
  167. package/lib/organism/rewards-form/index.d.ts +9 -0
  168. package/lib/organism/select-opponents/index.d.ts +9 -0
  169. package/lib/organism/select-opponents/index.d.ts.map +1 -1
  170. package/lib/organism/select-opponents/types.d.ts +9 -0
  171. package/lib/organism/select-opponents/types.d.ts.map +1 -1
  172. package/lib/organism/title-and-input/index.d.ts +18 -0
  173. package/lib/organism/title-and-input/index.d.ts.map +1 -1
  174. package/lib/organism/title-and-input/types.d.ts +18 -0
  175. package/lib/organism/title-and-input/types.d.ts.map +1 -1
  176. package/lib/organism/wizard-contents/index.d.ts +9 -0
  177. package/lib/template/app-player/loading/index.d.ts +13 -0
  178. package/lib/template/app-player/player/index.d.ts +26 -0
  179. package/lib/template/app-player/player/slides/index.d.ts +13 -0
  180. package/lib/template/app-player/player/slides/index.d.ts.map +1 -1
  181. package/lib/template/app-player/popin-correction/index.d.ts +13 -0
  182. package/lib/template/app-player/popin-correction/index.d.ts.map +1 -1
  183. package/lib/template/app-player/popin-end/index.d.ts +21 -2
  184. package/lib/template/app-player/popin-end/summary.d.ts +8 -2
  185. package/lib/template/app-review/index.d.ts +13 -0
  186. package/lib/template/app-review/index.d.ts.map +1 -1
  187. package/lib/template/app-review/player/prop-types.d.ts +13 -0
  188. package/lib/template/app-review/player/prop-types.d.ts.map +1 -1
  189. package/lib/template/app-review/prop-types.d.ts +13 -0
  190. package/lib/template/app-review/prop-types.d.ts.map +1 -1
  191. package/lib/template/back-office/brand-update/index.d.ts +155 -0
  192. package/lib/template/back-office/brand-update/index.d.ts.map +1 -1
  193. package/lib/template/back-office/brand-update/index.js +8 -0
  194. package/lib/template/back-office/brand-update/index.js.map +1 -1
  195. package/lib/template/common/dashboard/index.d.ts +26 -0
  196. package/lib/template/common/dashboard/index.d.ts.map +1 -1
  197. package/lib/template/common/dashboard/index.js +29 -1
  198. package/lib/template/common/dashboard/index.js.map +1 -1
  199. package/lib/template/common/search-page/index.d.ts +21 -2
  200. package/lib/template/external-course/index.d.ts +13 -0
  201. package/lib/template/my-learning/index.d.ts +151 -1
  202. package/lib/template/my-learning/index.d.ts.map +1 -1
  203. package/lib/template/my-learning/index.js +42 -4
  204. package/lib/template/my-learning/index.js.map +1 -1
  205. package/lib/template/my-learning/style.css +18 -3
  206. package/lib/template/teams-dashboard/index.d.ts +8 -2
  207. package/locales/bs/global.json +13 -1
  208. package/locales/cs/global.json +13 -1
  209. package/locales/de/global.json +13 -1
  210. package/locales/en/global.json +12 -0
  211. package/locales/es/global.json +13 -1
  212. package/locales/et/global.json +13 -1
  213. package/locales/fi/global.json +13 -1
  214. package/locales/fr/global.json +13 -1
  215. package/locales/hr/global.json +13 -1
  216. package/locales/hu/global.json +13 -1
  217. package/locales/hy/global.json +13 -1
  218. package/locales/it/global.json +13 -1
  219. package/locales/ja/global.json +13 -1
  220. package/locales/ko/global.json +13 -1
  221. package/locales/nl/global.json +13 -1
  222. package/locales/pl/global.json +13 -1
  223. package/locales/pt/global.json +13 -1
  224. package/locales/ro/global.json +13 -1
  225. package/locales/ru/global.json +13 -1
  226. package/locales/sk/global.json +13 -1
  227. package/locales/sl/global.json +13 -1
  228. package/locales/sv/global.json +13 -1
  229. package/locales/tl/global.json +13 -1
  230. package/locales/tr/global.json +13 -1
  231. package/locales/uk/global.json +13 -1
  232. package/locales/vi/global.json +13 -1
  233. package/locales/zh/global.json +13 -1
  234. package/locales/zh_TW/global.json +13 -1
  235. package/package.json +2 -2
@@ -24,11 +24,16 @@
24
24
  grid-template-columns: 60% auto;
25
25
  }
26
26
 
27
+ .disabled {
28
+ opacity: 0.5;
29
+ }
30
+
27
31
  .title {
28
32
  color: cm_grey_900;
29
33
  display: flex;
34
+ flex-direction: column;
30
35
  height: 56px;
31
- align-items: center;
36
+ justify-content: center;
32
37
  flex: 2 0 0;
33
38
  font-family: Gilroy;
34
39
  font-size: 16px;
@@ -42,6 +47,17 @@
42
47
  white-space: nowrap;
43
48
  }
44
49
 
50
+ .subtitle {
51
+ font-size: 14px;
52
+ font-weight: 500;
53
+ line-height: 20px;
54
+ color: cm_grey_400;
55
+ }
56
+
57
+ .cursorPointer {
58
+ cursor: pointer;
59
+ }
60
+
45
61
  .settings {
46
62
  align-items: center;
47
63
  display: flex;
@@ -96,4 +112,12 @@
96
112
 
97
113
  .hiddenOverflowX:hover {
98
114
  overflow-x: auto;
115
+ }
116
+
117
+ .withSubtitle {
118
+ padding: 8px 16px;
119
+
120
+ .setting {
121
+ gap: 8px;
122
+ }
99
123
  }
@@ -54,6 +54,8 @@ declare namespace ListItems {
54
54
  content: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
55
55
  items: PropTypes.Requireable<(PropTypes.InferProps<{
56
56
  title: PropTypes.Validator<string>;
57
+ subtitle: PropTypes.Requireable<string>;
58
+ selected: PropTypes.Requireable<boolean>;
57
59
  dataColumns: PropTypes.Requireable<(PropTypes.InferProps<{
58
60
  label: PropTypes.Requireable<string>;
59
61
  type: PropTypes.Requireable<string>;
@@ -96,6 +98,8 @@ declare namespace ListItems {
96
98
  label: PropTypes.Requireable<string>;
97
99
  type: PropTypes.Requireable<string>;
98
100
  }> | null | undefined)[]>;
101
+ disabled: PropTypes.Requireable<boolean>;
102
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
99
103
  isBulkStyle: PropTypes.Requireable<boolean>;
100
104
  isOverflowHidden: PropTypes.Requireable<boolean>;
101
105
  order: PropTypes.Requireable<number>;
@@ -21,6 +21,15 @@ declare namespace RewardsForm {
21
21
  'data-name': PropTypes.Requireable<string>;
22
22
  titleSize: PropTypes.Requireable<string>;
23
23
  subtitleSize: PropTypes.Requireable<string>;
24
+ icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
25
+ tag: PropTypes.Requireable<PropTypes.InferProps<{
26
+ label: PropTypes.Requireable<string>;
27
+ type: PropTypes.Requireable<string>;
28
+ size: PropTypes.Requireable<string>;
29
+ customStyle: PropTypes.Requireable<{
30
+ [x: string]: string | null | undefined;
31
+ }>;
32
+ }>>;
24
33
  }>>;
25
34
  child: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
26
35
  childType: PropTypes.Requireable<string>;
@@ -20,6 +20,15 @@ declare const SelectOpponents: {
20
20
  'data-name': import("prop-types").Requireable<string>;
21
21
  titleSize: import("prop-types").Requireable<string>;
22
22
  subtitleSize: import("prop-types").Requireable<string>;
23
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
24
+ tag: import("prop-types").Requireable<import("prop-types").InferProps<{
25
+ label: import("prop-types").Requireable<string>;
26
+ type: import("prop-types").Requireable<string>;
27
+ size: import("prop-types").Requireable<string>;
28
+ customStyle: import("prop-types").Requireable<{
29
+ [x: string]: string | null | undefined;
30
+ }>;
31
+ }>>;
23
32
  }>>;
24
33
  child: import("prop-types").Requireable<NonNullable<import("prop-types").InferProps<{
25
34
  childType: import("prop-types").Requireable<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/select-opponents/index.tsx"],"names":[],"mappings":";AAGA,OAAkB,EAAC,oBAAoB,EAA+B,MAAM,SAAS,CAAC;AAMtF,QAAA,MAAM,eAAe;YAAW,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgBnD,CAAC;AAIF,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/select-opponents/index.tsx"],"names":[],"mappings":";AAGA,OAAkB,EAAC,oBAAoB,EAA+B,MAAM,SAAS,CAAC;AAMtF,QAAA,MAAM,eAAe;YAAW,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgBnD,CAAC;AAIF,eAAe,eAAe,CAAC"}
@@ -17,6 +17,15 @@ export declare const propTypes: {
17
17
  'data-name': PropTypes.Requireable<string>;
18
18
  titleSize: PropTypes.Requireable<string>;
19
19
  subtitleSize: PropTypes.Requireable<string>;
20
+ icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
21
+ tag: PropTypes.Requireable<PropTypes.InferProps<{
22
+ label: PropTypes.Requireable<string>;
23
+ type: PropTypes.Requireable<string>;
24
+ size: PropTypes.Requireable<string>;
25
+ customStyle: PropTypes.Requireable<{
26
+ [x: string]: string | null | undefined;
27
+ }>;
28
+ }>>;
20
29
  }>>;
21
30
  child: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
22
31
  childType: PropTypes.Requireable<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/organism/select-opponents/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAGnC,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAErB,CAAC;AAEF,oBAAY,4BAA4B,GAAG;IACzC,KAAK,EAAE;QACL,SAAS,EAAE,iBAAiB,GAAG,cAAc,CAAC;QAC9C,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;KACtB,CAAC;IACF,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACtB,CAAC;AAEF,oBAAY,oBAAoB,GAAG;IACjC,KAAK,EAAE,4BAA4B,EAAE,CAAC;CACvC,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/organism/select-opponents/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAGnC,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAErB,CAAC;AAEF,oBAAY,4BAA4B,GAAG;IACzC,KAAK,EAAE;QACL,SAAS,EAAE,iBAAiB,GAAG,cAAc,CAAC;QAC9C,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;KACtB,CAAC;IACF,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACtB,CAAC;AAEF,oBAAY,oBAAoB,GAAG;IACjC,KAAK,EAAE,4BAA4B,EAAE,CAAC;CACvC,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -10,6 +10,15 @@ declare const TitleAndInput: {
10
10
  'data-name': import("prop-types").Requireable<string>;
11
11
  titleSize: import("prop-types").Requireable<string>;
12
12
  subtitleSize: import("prop-types").Requireable<string>;
13
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
14
+ tag: import("prop-types").Requireable<import("prop-types").InferProps<{
15
+ label: import("prop-types").Requireable<string>;
16
+ type: import("prop-types").Requireable<string>;
17
+ size: import("prop-types").Requireable<string>;
18
+ customStyle: import("prop-types").Requireable<{
19
+ [x: string]: string | null | undefined;
20
+ }>;
21
+ }>>;
13
22
  }>>>;
14
23
  field: import("prop-types").Requireable<NonNullable<import("prop-types").InferProps<{
15
24
  title: import("prop-types").Requireable<string>;
@@ -65,6 +74,15 @@ declare const TitleAndInput: {
65
74
  'data-name': import("prop-types").Requireable<string>;
66
75
  titleSize: import("prop-types").Requireable<string>;
67
76
  subtitleSize: import("prop-types").Requireable<string>;
77
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
78
+ tag: import("prop-types").Requireable<import("prop-types").InferProps<{
79
+ label: import("prop-types").Requireable<string>;
80
+ type: import("prop-types").Requireable<string>;
81
+ size: import("prop-types").Requireable<string>;
82
+ customStyle: import("prop-types").Requireable<{
83
+ [x: string]: string | null | undefined;
84
+ }>;
85
+ }>>;
68
86
  }>>;
69
87
  child: import("prop-types").Requireable<NonNullable<import("prop-types").InferProps<{
70
88
  childType: import("prop-types").Requireable<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/title-and-input/index.tsx"],"names":[],"mappings":";AAKA,OAAkB,EAAC,kBAAkB,EAAC,MAAM,SAAS,CAAC;AAiBtD,QAAA,MAAM,aAAa;YAAW,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgB/C,CAAC;AAIF,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/title-and-input/index.tsx"],"names":[],"mappings":";AAKA,OAAkB,EAAC,kBAAkB,EAAC,MAAM,SAAS,CAAC;AAiBtD,QAAA,MAAM,aAAa;YAAW,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgB/C,CAAC;AAIF,eAAe,aAAa,CAAC"}
@@ -11,6 +11,15 @@ declare const propTypes: {
11
11
  'data-name': PropTypes.Requireable<string>;
12
12
  titleSize: PropTypes.Requireable<string>;
13
13
  subtitleSize: PropTypes.Requireable<string>;
14
+ icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
15
+ tag: PropTypes.Requireable<PropTypes.InferProps<{
16
+ label: PropTypes.Requireable<string>;
17
+ type: PropTypes.Requireable<string>;
18
+ size: PropTypes.Requireable<string>;
19
+ customStyle: PropTypes.Requireable<{
20
+ [x: string]: string | null | undefined;
21
+ }>;
22
+ }>>;
14
23
  }>>>;
15
24
  field: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
16
25
  title: PropTypes.Requireable<string>;
@@ -66,6 +75,15 @@ declare const propTypes: {
66
75
  'data-name': PropTypes.Requireable<string>;
67
76
  titleSize: PropTypes.Requireable<string>;
68
77
  subtitleSize: PropTypes.Requireable<string>;
78
+ icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
79
+ tag: PropTypes.Requireable<PropTypes.InferProps<{
80
+ label: PropTypes.Requireable<string>;
81
+ type: PropTypes.Requireable<string>;
82
+ size: PropTypes.Requireable<string>;
83
+ customStyle: PropTypes.Requireable<{
84
+ [x: string]: string | null | undefined;
85
+ }>;
86
+ }>>;
69
87
  }>>;
70
88
  child: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
71
89
  childType: PropTypes.Requireable<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/organism/title-and-input/types.ts"],"names":[],"mappings":";AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,YAAY,MAAM,yBAAyB,CAAC;AAEnD,OAAO,cAAc,MAAM,gCAAgC,CAAC;AAE5D,OAAO,EAAC,oBAAoB,EAAC,MAAM,2BAA2B,CAAC;AAE/D,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQd,CAAC;AACF,oBAAY,kBAAkB,GAAG;IAC/B,KAAK,EAAE;QACL,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;QACjB,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,EAAE,MAAM,CAAC;KACrB,CAAC;IACF,KAAK,EACD,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,GAC3C,KAAK,CAAC,cAAc,CAAC,OAAO,YAAY,CAAC,GACzC,oBAAoB,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/organism/title-and-input/types.ts"],"names":[],"mappings":";AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,YAAY,MAAM,yBAAyB,CAAC;AAEnD,OAAO,cAAc,MAAM,gCAAgC,CAAC;AAE5D,OAAO,EAAC,oBAAoB,EAAC,MAAM,2BAA2B,CAAC;AAE/D,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQd,CAAC;AACF,oBAAY,kBAAkB,GAAG;IAC/B,KAAK,EAAE;QACL,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;QACjB,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,EAAE,MAAM,CAAC;KACrB,CAAC;IACF,KAAK,EACD,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,GAC3C,KAAK,CAAC,cAAc,CAAC,OAAO,YAAY,CAAC,GACzC,oBAAoB,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -288,6 +288,15 @@ declare namespace WizardContents {
288
288
  'data-name': PropTypes.Requireable<string>;
289
289
  titleSize: PropTypes.Requireable<string>;
290
290
  subtitleSize: PropTypes.Requireable<string>;
291
+ icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
292
+ tag: PropTypes.Requireable<PropTypes.InferProps<{
293
+ label: PropTypes.Requireable<string>;
294
+ type: PropTypes.Requireable<string>;
295
+ size: PropTypes.Requireable<string>;
296
+ customStyle: PropTypes.Requireable<{
297
+ [x: string]: string | null | undefined;
298
+ }>;
299
+ }>>;
291
300
  }>>;
292
301
  child: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
293
302
  childType: PropTypes.Requireable<string>;
@@ -15,6 +15,15 @@ declare namespace PlayerLoading {
15
15
  'data-name': PropTypes.Requireable<string>;
16
16
  titleSize: PropTypes.Requireable<string>;
17
17
  subtitleSize: PropTypes.Requireable<string>;
18
+ icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
19
+ tag: PropTypes.Requireable<PropTypes.InferProps<{
20
+ label: PropTypes.Requireable<string>;
21
+ type: PropTypes.Requireable<string>;
22
+ size: PropTypes.Requireable<string>;
23
+ customStyle: PropTypes.Requireable<{
24
+ [x: string]: string | null | undefined;
25
+ }>;
26
+ }>>;
18
27
  }>>;
19
28
  headerIcon: PropTypes.Requireable<string>;
20
29
  backgroundImage: PropTypes.Requireable<string>;
@@ -125,6 +134,8 @@ declare namespace PlayerLoading {
125
134
  content: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
126
135
  items: PropTypes.Requireable<(PropTypes.InferProps<{
127
136
  title: PropTypes.Validator<string>;
137
+ subtitle: PropTypes.Requireable<string>;
138
+ selected: PropTypes.Requireable<boolean>;
128
139
  dataColumns: PropTypes.Requireable<(PropTypes.InferProps<{
129
140
  label: PropTypes.Requireable<string>;
130
141
  type: PropTypes.Requireable<string>;
@@ -167,6 +178,8 @@ declare namespace PlayerLoading {
167
178
  label: PropTypes.Requireable<string>;
168
179
  type: PropTypes.Requireable<string>;
169
180
  }> | null | undefined)[]>;
181
+ disabled: PropTypes.Requireable<boolean>;
182
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
170
183
  isBulkStyle: PropTypes.Requireable<boolean>;
171
184
  isOverflowHidden: PropTypes.Requireable<boolean>;
172
185
  order: PropTypes.Requireable<number>;
@@ -66,6 +66,15 @@ declare namespace SlidePlayer {
66
66
  'data-name': PropTypes.Requireable<string>;
67
67
  titleSize: PropTypes.Requireable<string>;
68
68
  subtitleSize: PropTypes.Requireable<string>;
69
+ icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
70
+ tag: PropTypes.Requireable<PropTypes.InferProps<{
71
+ label: PropTypes.Requireable<string>;
72
+ type: PropTypes.Requireable<string>;
73
+ size: PropTypes.Requireable<string>;
74
+ customStyle: PropTypes.Requireable<{
75
+ [x: string]: string | null | undefined;
76
+ }>;
77
+ }>>;
69
78
  }>>;
70
79
  headerIcon: PropTypes.Requireable<string>;
71
80
  backgroundImage: PropTypes.Requireable<string>;
@@ -176,6 +185,8 @@ declare namespace SlidePlayer {
176
185
  content: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
177
186
  items: PropTypes.Requireable<(PropTypes.InferProps<{
178
187
  title: PropTypes.Validator<string>;
188
+ subtitle: PropTypes.Requireable<string>;
189
+ selected: PropTypes.Requireable<boolean>;
179
190
  dataColumns: PropTypes.Requireable<(PropTypes.InferProps<{
180
191
  label: PropTypes.Requireable<string>;
181
192
  type: PropTypes.Requireable<string>;
@@ -218,6 +229,8 @@ declare namespace SlidePlayer {
218
229
  label: PropTypes.Requireable<string>;
219
230
  type: PropTypes.Requireable<string>;
220
231
  }> | null | undefined)[]>;
232
+ disabled: PropTypes.Requireable<boolean>;
233
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
221
234
  isBulkStyle: PropTypes.Requireable<boolean>;
222
235
  isOverflowHidden: PropTypes.Requireable<boolean>;
223
236
  order: PropTypes.Requireable<number>;
@@ -343,6 +356,15 @@ declare namespace SlidePlayer {
343
356
  'data-name': PropTypes.Requireable<string>;
344
357
  titleSize: PropTypes.Requireable<string>;
345
358
  subtitleSize: PropTypes.Requireable<string>;
359
+ icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
360
+ tag: PropTypes.Requireable<PropTypes.InferProps<{
361
+ label: PropTypes.Requireable<string>;
362
+ type: PropTypes.Requireable<string>;
363
+ size: PropTypes.Requireable<string>;
364
+ customStyle: PropTypes.Requireable<{
365
+ [x: string]: string | null | undefined;
366
+ }>;
367
+ }>>;
346
368
  }>>;
347
369
  headerIcon: PropTypes.Requireable<string>;
348
370
  backgroundImage: PropTypes.Requireable<string>;
@@ -453,6 +475,8 @@ declare namespace SlidePlayer {
453
475
  content: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
454
476
  items: PropTypes.Requireable<(PropTypes.InferProps<{
455
477
  title: PropTypes.Validator<string>;
478
+ subtitle: PropTypes.Requireable<string>;
479
+ selected: PropTypes.Requireable<boolean>;
456
480
  dataColumns: PropTypes.Requireable<(PropTypes.InferProps<{
457
481
  label: PropTypes.Requireable<string>;
458
482
  type: PropTypes.Requireable<string>;
@@ -495,6 +519,8 @@ declare namespace SlidePlayer {
495
519
  label: PropTypes.Requireable<string>;
496
520
  type: PropTypes.Requireable<string>;
497
521
  }> | null | undefined)[]>;
522
+ disabled: PropTypes.Requireable<boolean>;
523
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
498
524
  isBulkStyle: PropTypes.Requireable<boolean>;
499
525
  isOverflowHidden: PropTypes.Requireable<boolean>;
500
526
  order: PropTypes.Requireable<number>;
@@ -72,6 +72,15 @@ declare namespace SlidesPlayer {
72
72
  'data-name': PropTypes.Requireable<string>;
73
73
  titleSize: PropTypes.Requireable<string>;
74
74
  subtitleSize: PropTypes.Requireable<string>;
75
+ icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
76
+ tag: PropTypes.Requireable<PropTypes.InferProps<{
77
+ label: PropTypes.Requireable<string>;
78
+ type: PropTypes.Requireable<string>;
79
+ size: PropTypes.Requireable<string>;
80
+ customStyle: PropTypes.Requireable<{
81
+ [x: string]: string | null | undefined;
82
+ }>;
83
+ }>>;
75
84
  }>>;
76
85
  headerIcon: PropTypes.Requireable<string>;
77
86
  backgroundImage: PropTypes.Requireable<string>;
@@ -182,6 +191,8 @@ declare namespace SlidesPlayer {
182
191
  content: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
183
192
  items: PropTypes.Requireable<(PropTypes.InferProps<{
184
193
  title: PropTypes.Validator<string>;
194
+ subtitle: PropTypes.Requireable<string>;
195
+ selected: PropTypes.Requireable<boolean>;
185
196
  dataColumns: PropTypes.Requireable<(PropTypes.InferProps<{
186
197
  label: PropTypes.Requireable<string>;
187
198
  type: PropTypes.Requireable<string>;
@@ -224,6 +235,8 @@ declare namespace SlidesPlayer {
224
235
  label: PropTypes.Requireable<string>;
225
236
  type: PropTypes.Requireable<string>;
226
237
  }> | null | undefined)[]>;
238
+ disabled: PropTypes.Requireable<boolean>;
239
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
227
240
  isBulkStyle: PropTypes.Requireable<boolean>;
228
241
  isOverflowHidden: PropTypes.Requireable<boolean>;
229
242
  order: PropTypes.Requireable<number>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/template/app-player/player/slides/index.js"],"names":[],"mappings":";AA+aA,qEAkBC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA1ID;;uBAyBC;;;;;;;;;;;;;;;;;;;;;;;;;AArPD;;;gBAaC;;;;;;;;;;;;;AAyDD;;;;gBAEC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlHD,oEAQC;;;;;;;;;AAgND;;gBAiBC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA/GD,qEAaC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/template/app-player/player/slides/index.js"],"names":[],"mappings":";AA+aA,qEAkBC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA1ID;;uBAyBC;;;;;;;;;;;;;;;;;;;;;;;;;AArPD;;;gBAaC;;;;;;;;;;;;;AAyDD;;;;gBAEC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlHD,oEAQC;;;;;;;;;AAgND;;gBAiBC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA/GD,qEAaC"}
@@ -102,6 +102,15 @@ declare class PopinCorrection extends React.Component<any, any, any> {
102
102
  'data-name': PropTypes.Requireable<string>;
103
103
  titleSize: PropTypes.Requireable<string>;
104
104
  subtitleSize: PropTypes.Requireable<string>;
105
+ icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
106
+ tag: PropTypes.Requireable<PropTypes.InferProps<{
107
+ label: PropTypes.Requireable<string>;
108
+ type: PropTypes.Requireable<string>;
109
+ size: PropTypes.Requireable<string>;
110
+ customStyle: PropTypes.Requireable<{
111
+ [x: string]: string | null | undefined;
112
+ }>;
113
+ }>>;
105
114
  }>>;
106
115
  headerIcon: PropTypes.Requireable<string>;
107
116
  backgroundImage: PropTypes.Requireable<string>;
@@ -212,6 +221,8 @@ declare class PopinCorrection extends React.Component<any, any, any> {
212
221
  content: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
213
222
  items: PropTypes.Requireable<(PropTypes.InferProps<{
214
223
  title: PropTypes.Validator<string>;
224
+ subtitle: PropTypes.Requireable<string>;
225
+ selected: PropTypes.Requireable<boolean>;
215
226
  dataColumns: PropTypes.Requireable<(PropTypes.InferProps<{
216
227
  label: PropTypes.Requireable<string>;
217
228
  type: PropTypes.Requireable<string>;
@@ -254,6 +265,8 @@ declare class PopinCorrection extends React.Component<any, any, any> {
254
265
  label: PropTypes.Requireable<string>;
255
266
  type: PropTypes.Requireable<string>;
256
267
  }> | null | undefined)[]>;
268
+ disabled: PropTypes.Requireable<boolean>;
269
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
257
270
  isBulkStyle: PropTypes.Requireable<boolean>;
258
271
  isOverflowHidden: PropTypes.Requireable<boolean>;
259
272
  order: PropTypes.Requireable<number>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/app-player/popin-correction/index.js"],"names":[],"mappings":";AAmGA;IACE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAmBE;IAEF;;;;;;;;;;;;;;;;;;;;;;MAEE;IAEF,wBAIC;IAFC;;MAA0B;IAkB5B,gCAEC;IAhBD,0BAEC;IAED,kBAQC;IALC,gCAIE;IAIF,aAAsB;IAGxB,sBAsEC;CACF"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/app-player/popin-correction/index.js"],"names":[],"mappings":";AAmGA;IACE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAmBE;IAEF;;;;;;;;;;;;;;;;;;;;;;MAEE;IAEF,wBAIC;IAFC;;MAA0B;IAkB5B,gCAEC;IAhBD,0BAEC;IAED,kBAQC;IALC,gCAIE;IAIF,aAAsB;IAGxB,sBAsEC;CACF"}
@@ -110,7 +110,7 @@ declare namespace PopinEnd {
110
110
  dataName: PropTypes.Requireable<string>;
111
111
  title: PropTypes.Requireable<NonNullable<PropTypes.ReactNodeLike>>;
112
112
  showMore: PropTypes.Requireable<string>;
113
- cards: PropTypes.Requireable<(PropTypes.InferProps<{
113
+ cards: PropTypes.Requireable<(NonNullable<PropTypes.InferProps<{
114
114
  badge: PropTypes.Requireable<string>;
115
115
  image: PropTypes.Requireable<string>;
116
116
  disabled: PropTypes.Requireable<boolean>;
@@ -161,7 +161,12 @@ declare namespace PopinEnd {
161
161
  progression: PropTypes.Requireable<string>;
162
162
  adaptive: PropTypes.Requireable<string>;
163
163
  }>>;
164
- }> | null | undefined)[]>;
164
+ }> | PropTypes.InferProps<{
165
+ title: PropTypes.Requireable<string>;
166
+ tagLabel: PropTypes.Requireable<string>;
167
+ progression: PropTypes.Requireable<number>;
168
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
169
+ }> | null | undefined> | null | undefined)[]>;
165
170
  customStyle: PropTypes.Requireable<{
166
171
  [x: string]: string | null | undefined;
167
172
  }>;
@@ -171,6 +176,7 @@ declare namespace PopinEnd {
171
176
  showMoreOnLeftAriaLabel: PropTypes.Requireable<string>;
172
177
  showMoreOnRightAriaLabel: PropTypes.Requireable<string>;
173
178
  }>>;
179
+ type: PropTypes.Requireable<string>;
174
180
  testingSizes: PropTypes.Requireable<any>;
175
181
  }>>;
176
182
  feedback: PropTypes.Requireable<PropTypes.InferProps<{
@@ -196,6 +202,15 @@ declare namespace PopinEnd {
196
202
  'data-name': PropTypes.Requireable<string>;
197
203
  titleSize: PropTypes.Requireable<string>;
198
204
  subtitleSize: PropTypes.Requireable<string>;
205
+ icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
206
+ tag: PropTypes.Requireable<PropTypes.InferProps<{
207
+ label: PropTypes.Requireable<string>;
208
+ type: PropTypes.Requireable<string>;
209
+ size: PropTypes.Requireable<string>;
210
+ customStyle: PropTypes.Requireable<{
211
+ [x: string]: string | null | undefined;
212
+ }>;
213
+ }>>;
199
214
  }>>;
200
215
  headerIcon: PropTypes.Requireable<string>;
201
216
  backgroundImage: PropTypes.Requireable<string>;
@@ -306,6 +321,8 @@ declare namespace PopinEnd {
306
321
  content: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
307
322
  items: PropTypes.Requireable<(PropTypes.InferProps<{
308
323
  title: PropTypes.Validator<string>;
324
+ subtitle: PropTypes.Requireable<string>;
325
+ selected: PropTypes.Requireable<boolean>;
309
326
  dataColumns: PropTypes.Requireable<(PropTypes.InferProps<{
310
327
  label: PropTypes.Requireable<string>;
311
328
  type: PropTypes.Requireable<string>;
@@ -348,6 +365,8 @@ declare namespace PopinEnd {
348
365
  label: PropTypes.Requireable<string>;
349
366
  type: PropTypes.Requireable<string>;
350
367
  }> | null | undefined)[]>;
368
+ disabled: PropTypes.Requireable<boolean>;
369
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
351
370
  isBulkStyle: PropTypes.Requireable<boolean>;
352
371
  isOverflowHidden: PropTypes.Requireable<boolean>;
353
372
  order: PropTypes.Requireable<number>;
@@ -116,7 +116,7 @@ declare namespace Summary {
116
116
  dataName: PropTypes.Requireable<string>;
117
117
  title: PropTypes.Requireable<NonNullable<PropTypes.ReactNodeLike>>;
118
118
  showMore: PropTypes.Requireable<string>;
119
- cards: PropTypes.Requireable<(PropTypes.InferProps<{
119
+ cards: PropTypes.Requireable<(NonNullable<PropTypes.InferProps<{
120
120
  badge: PropTypes.Requireable<string>;
121
121
  image: PropTypes.Requireable<string>;
122
122
  disabled: PropTypes.Requireable<boolean>;
@@ -167,7 +167,12 @@ declare namespace Summary {
167
167
  progression: PropTypes.Requireable<string>;
168
168
  adaptive: PropTypes.Requireable<string>;
169
169
  }>>;
170
- }> | null | undefined)[]>;
170
+ }> | PropTypes.InferProps<{
171
+ title: PropTypes.Requireable<string>;
172
+ tagLabel: PropTypes.Requireable<string>;
173
+ progression: PropTypes.Requireable<number>;
174
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
175
+ }> | null | undefined> | null | undefined)[]>;
171
176
  customStyle: PropTypes.Requireable<{
172
177
  [x: string]: string | null | undefined;
173
178
  }>;
@@ -177,6 +182,7 @@ declare namespace Summary {
177
182
  showMoreOnLeftAriaLabel: PropTypes.Requireable<string>;
178
183
  showMoreOnRightAriaLabel: PropTypes.Requireable<string>;
179
184
  }>>;
185
+ type: PropTypes.Requireable<string>;
180
186
  testingSizes: PropTypes.Requireable<any>;
181
187
  }>>;
182
188
  const feedback: PropTypes.Requireable<PropTypes.InferProps<{
@@ -523,6 +523,15 @@ declare const AppReview: {
523
523
  'data-name': import("prop-types").Requireable<string>;
524
524
  titleSize: import("prop-types").Requireable<string>;
525
525
  subtitleSize: import("prop-types").Requireable<string>;
526
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
527
+ tag: import("prop-types").Requireable<import("prop-types").InferProps<{
528
+ label: import("prop-types").Requireable<string>;
529
+ type: import("prop-types").Requireable<string>;
530
+ size: import("prop-types").Requireable<string>;
531
+ customStyle: import("prop-types").Requireable<{
532
+ [x: string]: string | null | undefined;
533
+ }>;
534
+ }>>;
526
535
  }>>;
527
536
  headerIcon: import("prop-types").Requireable<string>;
528
537
  backgroundImage: import("prop-types").Requireable<string>;
@@ -633,6 +642,8 @@ declare const AppReview: {
633
642
  content: import("prop-types").Requireable<NonNullable<import("prop-types").InferProps<{
634
643
  items: import("prop-types").Requireable<(import("prop-types").InferProps<{
635
644
  title: import("prop-types").Validator<string>;
645
+ subtitle: import("prop-types").Requireable<string>;
646
+ selected: import("prop-types").Requireable<boolean>;
636
647
  dataColumns: import("prop-types").Requireable<(import("prop-types").InferProps<{
637
648
  label: import("prop-types").Requireable<string>;
638
649
  type: import("prop-types").Requireable<string>;
@@ -675,6 +686,8 @@ declare const AppReview: {
675
686
  label: import("prop-types").Requireable<string>;
676
687
  type: import("prop-types").Requireable<string>;
677
688
  }> | null | undefined)[]>;
689
+ disabled: import("prop-types").Requireable<boolean>;
690
+ onClick: import("prop-types").Requireable<(...args: any[]) => any>;
678
691
  isBulkStyle: import("prop-types").Requireable<boolean>;
679
692
  isOverflowHidden: import("prop-types").Requireable<boolean>;
680
693
  order: import("prop-types").Requireable<number>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/index.tsx"],"names":[],"mappings":";AAGA,OAAkB,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AAEvD,QAAA,MAAM,SAAS;2BAAwB,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOpD,CAAC;AAIF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/index.tsx"],"names":[],"mappings":";AAGA,OAAkB,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AAEvD,QAAA,MAAM,SAAS;2BAAwB,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOpD,CAAC;AAIF,eAAe,SAAS,CAAC"}
@@ -523,6 +523,15 @@ declare const propTypes: {
523
523
  'data-name': PropTypes.Requireable<string>;
524
524
  titleSize: PropTypes.Requireable<string>;
525
525
  subtitleSize: PropTypes.Requireable<string>;
526
+ icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
527
+ tag: PropTypes.Requireable<PropTypes.InferProps<{
528
+ label: PropTypes.Requireable<string>;
529
+ type: PropTypes.Requireable<string>;
530
+ size: PropTypes.Requireable<string>;
531
+ customStyle: PropTypes.Requireable<{
532
+ [x: string]: string | null | undefined;
533
+ }>;
534
+ }>>;
526
535
  }>>;
527
536
  headerIcon: PropTypes.Requireable<string>;
528
537
  backgroundImage: PropTypes.Requireable<string>;
@@ -633,6 +642,8 @@ declare const propTypes: {
633
642
  content: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
634
643
  items: PropTypes.Requireable<(PropTypes.InferProps<{
635
644
  title: PropTypes.Validator<string>;
645
+ subtitle: PropTypes.Requireable<string>;
646
+ selected: PropTypes.Requireable<boolean>;
636
647
  dataColumns: PropTypes.Requireable<(PropTypes.InferProps<{
637
648
  label: PropTypes.Requireable<string>;
638
649
  type: PropTypes.Requireable<string>;
@@ -675,6 +686,8 @@ declare const propTypes: {
675
686
  label: PropTypes.Requireable<string>;
676
687
  type: PropTypes.Requireable<string>;
677
688
  }> | null | undefined)[]>;
689
+ disabled: PropTypes.Requireable<boolean>;
690
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
678
691
  isBulkStyle: PropTypes.Requireable<boolean>;
679
692
  isOverflowHidden: PropTypes.Requireable<boolean>;
680
693
  order: PropTypes.Requireable<number>;
@@ -1 +1 @@
1
- {"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../../src/template/app-review/player/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AACtD,OAAO,EAAC,YAAY,EAAC,MAAM,kCAAkC,CAAC;AAC9D,OAAgC,EAC9B,mBAAmB,EACpB,MAAM,8CAA8C,CAAC;AAEtD,OAA8B,EAAC,WAAW,EAAC,MAAM,uCAAuC,CAAC;AAEzF,OAA+B,EAC7B,gBAAgB,EACjB,MAAM,oDAAoD,CAAC;AAE5D,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKd,CAAC;AAEF,eAAe,SAAS,CAAC;AAEzB,oBAAY,iBAAiB,GAAG;IAC9B,MAAM,EAAE,WAAW,CAAC;IACpB,KAAK,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAC/B,eAAe,CAAC,EAAE,mBAAmB,CAAC;IACtC,QAAQ,CAAC,EAAE,mBAAmB,CAAC;IAC/B,SAAS,CAAC,EAAE,YAAY,CAAC;CAC1B,CAAC"}
1
+ {"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../../src/template/app-review/player/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AACtD,OAAO,EAAC,YAAY,EAAC,MAAM,kCAAkC,CAAC;AAC9D,OAAgC,EAC9B,mBAAmB,EACpB,MAAM,8CAA8C,CAAC;AAEtD,OAA8B,EAAC,WAAW,EAAC,MAAM,uCAAuC,CAAC;AAEzF,OAA+B,EAC7B,gBAAgB,EACjB,MAAM,oDAAoD,CAAC;AAE5D,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKd,CAAC;AAEF,eAAe,SAAS,CAAC;AAEzB,oBAAY,iBAAiB,GAAG;IAC9B,MAAM,EAAE,WAAW,CAAC;IACpB,KAAK,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAC/B,eAAe,CAAC,EAAE,mBAAmB,CAAC;IACtC,QAAQ,CAAC,EAAE,mBAAmB,CAAC;IAC/B,SAAS,CAAC,EAAE,YAAY,CAAC;CAC1B,CAAC"}
@@ -527,6 +527,15 @@ declare const propTypes: {
527
527
  'data-name': PropTypes.Requireable<string>;
528
528
  titleSize: PropTypes.Requireable<string>;
529
529
  subtitleSize: PropTypes.Requireable<string>;
530
+ icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
531
+ tag: PropTypes.Requireable<PropTypes.InferProps<{
532
+ label: PropTypes.Requireable<string>;
533
+ type: PropTypes.Requireable<string>;
534
+ size: PropTypes.Requireable<string>;
535
+ customStyle: PropTypes.Requireable<{
536
+ [x: string]: string | null | undefined;
537
+ }>;
538
+ }>>;
530
539
  }>>;
531
540
  headerIcon: PropTypes.Requireable<string>;
532
541
  backgroundImage: PropTypes.Requireable<string>;
@@ -637,6 +646,8 @@ declare const propTypes: {
637
646
  content: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
638
647
  items: PropTypes.Requireable<(PropTypes.InferProps<{
639
648
  title: PropTypes.Validator<string>;
649
+ subtitle: PropTypes.Requireable<string>;
650
+ selected: PropTypes.Requireable<boolean>;
640
651
  dataColumns: PropTypes.Requireable<(PropTypes.InferProps<{
641
652
  label: PropTypes.Requireable<string>;
642
653
  type: PropTypes.Requireable<string>;
@@ -679,6 +690,8 @@ declare const propTypes: {
679
690
  label: PropTypes.Requireable<string>;
680
691
  type: PropTypes.Requireable<string>;
681
692
  }> | null | undefined)[]>;
693
+ disabled: PropTypes.Requireable<boolean>;
694
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
682
695
  isBulkStyle: PropTypes.Requireable<boolean>;
683
696
  isOverflowHidden: PropTypes.Requireable<boolean>;
684
697
  order: PropTypes.Requireable<number>;