@coorpacademy/components 11.40.5 → 11.40.6-alpha.5

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 (199) hide show
  1. package/es/atom/button-link/index.d.ts +15 -8
  2. package/es/atom/button-link/index.d.ts.map +1 -1
  3. package/es/atom/button-link/index.js +75 -37
  4. package/es/atom/button-link/index.js.map +1 -1
  5. package/es/atom/button-link/types.d.ts +20 -14
  6. package/es/atom/button-link/types.d.ts.map +1 -1
  7. package/es/atom/button-link/types.js +4 -3
  8. package/es/atom/button-link/types.js.map +1 -1
  9. package/es/atom/button-menu/index.d.ts +1 -3
  10. package/es/atom/button-menu/index.d.ts.map +1 -1
  11. package/es/atom/button-menu/index.js +1 -7
  12. package/es/atom/button-menu/index.js.map +1 -1
  13. package/es/atom/button-menu/types.d.ts +2 -6
  14. package/es/atom/button-menu/types.d.ts.map +1 -1
  15. package/es/atom/radio-with-title/index.d.ts +15 -8
  16. package/es/atom/radio-with-title/index.d.ts.map +1 -1
  17. package/es/atom/radio-with-title/types.d.ts +15 -8
  18. package/es/atom/radio-with-title/types.d.ts.map +1 -1
  19. package/es/atom/title/index.d.ts +15 -8
  20. package/es/molecule/bullet-point-menu-button/index.d.ts +1 -3
  21. package/es/molecule/bullet-point-menu-button/index.d.ts.map +1 -1
  22. package/es/molecule/bullet-point-menu-button/types.d.ts +1 -3
  23. package/es/molecule/bullet-point-menu-button/types.d.ts.map +1 -1
  24. package/es/molecule/button-menu-action/index.d.ts +19 -11
  25. package/es/molecule/button-menu-action/index.d.ts.map +1 -1
  26. package/es/molecule/button-menu-action/index.js +27 -3
  27. package/es/molecule/button-menu-action/index.js.map +1 -1
  28. package/es/molecule/button-menu-action/types.d.ts +22 -12
  29. package/es/molecule/button-menu-action/types.d.ts.map +1 -1
  30. package/es/molecule/button-menu-action/types.js +7 -2
  31. package/es/molecule/button-menu-action/types.js.map +1 -1
  32. package/es/molecule/cm-popin/types.d.ts +133 -85
  33. package/es/molecule/cm-popin/types.d.ts.map +1 -1
  34. package/es/molecule/expandible-actionable-table/index.d.ts +17 -14
  35. package/es/molecule/expandible-actionable-table/index.d.ts.map +1 -1
  36. package/es/molecule/expandible-actionable-table/types.d.ts +17 -14
  37. package/es/molecule/expandible-actionable-table/types.d.ts.map +1 -1
  38. package/es/molecule/quick-filters/index.d.ts +15 -8
  39. package/es/molecule/quick-filters/index.d.ts.map +1 -1
  40. package/es/molecule/quick-filters/types.d.ts +15 -8
  41. package/es/molecule/quick-filters/types.d.ts.map +1 -1
  42. package/es/molecule/title-and-checkbox-wrapper/index.d.ts +15 -8
  43. package/es/molecule/title-radio-wrapper/index.d.ts +15 -8
  44. package/es/molecule/title-radio-wrapper/index.d.ts.map +1 -1
  45. package/es/molecule/title-radio-wrapper/types.d.ts +15 -8
  46. package/es/molecule/title-radio-wrapper/types.d.ts.map +1 -1
  47. package/es/organism/content-skill-modal/index.d.ts +115 -68
  48. package/es/organism/content-skill-modal/index.d.ts.map +1 -1
  49. package/es/organism/content-skill-modal/types.d.ts +115 -68
  50. package/es/organism/content-skill-modal/types.d.ts.map +1 -1
  51. package/es/organism/icon-editor/index.d.ts +15 -8
  52. package/es/organism/icon-editor/index.d.ts.map +1 -1
  53. package/es/organism/icon-editor/types.d.ts +15 -8
  54. package/es/organism/icon-editor/types.d.ts.map +1 -1
  55. package/es/organism/list-items/index.d.ts +115 -68
  56. package/es/organism/rewards-form/index.d.ts +15 -8
  57. package/es/organism/select-opponents/index.d.ts +15 -8
  58. package/es/organism/select-opponents/index.d.ts.map +1 -1
  59. package/es/organism/select-opponents/types.d.ts +15 -8
  60. package/es/organism/select-opponents/types.d.ts.map +1 -1
  61. package/es/organism/setup-header/index.d.ts +60 -32
  62. package/es/organism/title-and-input/index.d.ts +45 -24
  63. package/es/organism/title-and-input/index.d.ts.map +1 -1
  64. package/es/organism/title-and-input/types.d.ts +45 -24
  65. package/es/organism/title-and-input/types.d.ts.map +1 -1
  66. package/es/organism/wizard-contents/index.d.ts +62 -38
  67. package/es/template/app-player/loading/index.d.ts +133 -85
  68. package/es/template/app-player/player/index.d.ts +274 -170
  69. package/es/template/app-player/player/slides/header/index.d.ts +8 -0
  70. package/es/template/app-player/player/slides/header/index.d.ts.map +1 -1
  71. package/es/template/app-player/player/slides/header/index.js +89 -3
  72. package/es/template/app-player/player/slides/header/index.js.map +1 -1
  73. package/es/template/app-player/player/slides/header/style.css +1 -1
  74. package/es/template/app-player/player/slides/index.d.ts +141 -85
  75. package/es/template/app-player/player/slides/index.d.ts.map +1 -1
  76. package/es/template/app-player/popin-correction/index.d.ts +133 -85
  77. package/es/template/app-player/popin-correction/index.d.ts.map +1 -1
  78. package/es/template/app-player/popin-end/index.d.ts +141 -85
  79. package/es/template/app-review/index.d.ts +133 -85
  80. package/es/template/app-review/index.d.ts.map +1 -1
  81. package/es/template/app-review/player/prop-types.d.ts +133 -85
  82. package/es/template/app-review/player/prop-types.d.ts.map +1 -1
  83. package/es/template/app-review/prop-types.d.ts +133 -85
  84. package/es/template/app-review/prop-types.d.ts.map +1 -1
  85. package/es/template/back-office/brand-create/index.d.ts +60 -32
  86. package/es/template/back-office/brand-create/index.d.ts.map +1 -1
  87. package/es/template/back-office/brand-list/index.d.ts +60 -32
  88. package/es/template/back-office/brand-list/index.d.ts.map +1 -1
  89. package/es/template/back-office/brand-update/index.d.ts +485 -291
  90. package/es/template/back-office/dashboard-preview/index.d.ts +60 -32
  91. package/es/template/back-office/layout/index.d.ts +60 -32
  92. package/es/template/back-office/layout/index.d.ts.map +1 -1
  93. package/es/template/common/dashboard/index.d.ts +266 -170
  94. package/es/template/common/search-page/index.d.ts +133 -85
  95. package/es/template/external-course/index.d.ts +133 -85
  96. package/es/variables/colors.d.ts +1 -0
  97. package/es/variables/colors.d.ts.map +1 -1
  98. package/es/variables/colors.js +1 -0
  99. package/es/variables/colors.js.map +1 -1
  100. package/lib/atom/button-link/index.d.ts +15 -8
  101. package/lib/atom/button-link/index.d.ts.map +1 -1
  102. package/lib/atom/button-link/index.js +75 -37
  103. package/lib/atom/button-link/index.js.map +1 -1
  104. package/lib/atom/button-link/types.d.ts +20 -14
  105. package/lib/atom/button-link/types.d.ts.map +1 -1
  106. package/lib/atom/button-link/types.js +4 -3
  107. package/lib/atom/button-link/types.js.map +1 -1
  108. package/lib/atom/button-menu/index.d.ts +1 -3
  109. package/lib/atom/button-menu/index.d.ts.map +1 -1
  110. package/lib/atom/button-menu/index.js +1 -7
  111. package/lib/atom/button-menu/index.js.map +1 -1
  112. package/lib/atom/button-menu/types.d.ts +2 -6
  113. package/lib/atom/button-menu/types.d.ts.map +1 -1
  114. package/lib/atom/radio-with-title/index.d.ts +15 -8
  115. package/lib/atom/radio-with-title/index.d.ts.map +1 -1
  116. package/lib/atom/radio-with-title/types.d.ts +15 -8
  117. package/lib/atom/radio-with-title/types.d.ts.map +1 -1
  118. package/lib/atom/title/index.d.ts +15 -8
  119. package/lib/molecule/bullet-point-menu-button/index.d.ts +1 -3
  120. package/lib/molecule/bullet-point-menu-button/index.d.ts.map +1 -1
  121. package/lib/molecule/bullet-point-menu-button/types.d.ts +1 -3
  122. package/lib/molecule/bullet-point-menu-button/types.d.ts.map +1 -1
  123. package/lib/molecule/button-menu-action/index.d.ts +19 -11
  124. package/lib/molecule/button-menu-action/index.d.ts.map +1 -1
  125. package/lib/molecule/button-menu-action/index.js +26 -2
  126. package/lib/molecule/button-menu-action/index.js.map +1 -1
  127. package/lib/molecule/button-menu-action/types.d.ts +22 -12
  128. package/lib/molecule/button-menu-action/types.d.ts.map +1 -1
  129. package/lib/molecule/button-menu-action/types.js +7 -2
  130. package/lib/molecule/button-menu-action/types.js.map +1 -1
  131. package/lib/molecule/cm-popin/types.d.ts +133 -85
  132. package/lib/molecule/cm-popin/types.d.ts.map +1 -1
  133. package/lib/molecule/expandible-actionable-table/index.d.ts +17 -14
  134. package/lib/molecule/expandible-actionable-table/index.d.ts.map +1 -1
  135. package/lib/molecule/expandible-actionable-table/types.d.ts +17 -14
  136. package/lib/molecule/expandible-actionable-table/types.d.ts.map +1 -1
  137. package/lib/molecule/quick-filters/index.d.ts +15 -8
  138. package/lib/molecule/quick-filters/index.d.ts.map +1 -1
  139. package/lib/molecule/quick-filters/types.d.ts +15 -8
  140. package/lib/molecule/quick-filters/types.d.ts.map +1 -1
  141. package/lib/molecule/title-and-checkbox-wrapper/index.d.ts +15 -8
  142. package/lib/molecule/title-radio-wrapper/index.d.ts +15 -8
  143. package/lib/molecule/title-radio-wrapper/index.d.ts.map +1 -1
  144. package/lib/molecule/title-radio-wrapper/types.d.ts +15 -8
  145. package/lib/molecule/title-radio-wrapper/types.d.ts.map +1 -1
  146. package/lib/organism/content-skill-modal/index.d.ts +115 -68
  147. package/lib/organism/content-skill-modal/index.d.ts.map +1 -1
  148. package/lib/organism/content-skill-modal/types.d.ts +115 -68
  149. package/lib/organism/content-skill-modal/types.d.ts.map +1 -1
  150. package/lib/organism/icon-editor/index.d.ts +15 -8
  151. package/lib/organism/icon-editor/index.d.ts.map +1 -1
  152. package/lib/organism/icon-editor/types.d.ts +15 -8
  153. package/lib/organism/icon-editor/types.d.ts.map +1 -1
  154. package/lib/organism/list-items/index.d.ts +115 -68
  155. package/lib/organism/rewards-form/index.d.ts +15 -8
  156. package/lib/organism/select-opponents/index.d.ts +15 -8
  157. package/lib/organism/select-opponents/index.d.ts.map +1 -1
  158. package/lib/organism/select-opponents/types.d.ts +15 -8
  159. package/lib/organism/select-opponents/types.d.ts.map +1 -1
  160. package/lib/organism/setup-header/index.d.ts +60 -32
  161. package/lib/organism/title-and-input/index.d.ts +45 -24
  162. package/lib/organism/title-and-input/index.d.ts.map +1 -1
  163. package/lib/organism/title-and-input/types.d.ts +45 -24
  164. package/lib/organism/title-and-input/types.d.ts.map +1 -1
  165. package/lib/organism/wizard-contents/index.d.ts +62 -38
  166. package/lib/template/app-player/loading/index.d.ts +133 -85
  167. package/lib/template/app-player/player/index.d.ts +274 -170
  168. package/lib/template/app-player/player/slides/header/index.d.ts +8 -0
  169. package/lib/template/app-player/player/slides/header/index.d.ts.map +1 -1
  170. package/lib/template/app-player/player/slides/header/index.js +89 -3
  171. package/lib/template/app-player/player/slides/header/index.js.map +1 -1
  172. package/lib/template/app-player/player/slides/header/style.css +1 -1
  173. package/lib/template/app-player/player/slides/index.d.ts +141 -85
  174. package/lib/template/app-player/player/slides/index.d.ts.map +1 -1
  175. package/lib/template/app-player/popin-correction/index.d.ts +133 -85
  176. package/lib/template/app-player/popin-correction/index.d.ts.map +1 -1
  177. package/lib/template/app-player/popin-end/index.d.ts +141 -85
  178. package/lib/template/app-review/index.d.ts +133 -85
  179. package/lib/template/app-review/index.d.ts.map +1 -1
  180. package/lib/template/app-review/player/prop-types.d.ts +133 -85
  181. package/lib/template/app-review/player/prop-types.d.ts.map +1 -1
  182. package/lib/template/app-review/prop-types.d.ts +133 -85
  183. package/lib/template/app-review/prop-types.d.ts.map +1 -1
  184. package/lib/template/back-office/brand-create/index.d.ts +60 -32
  185. package/lib/template/back-office/brand-create/index.d.ts.map +1 -1
  186. package/lib/template/back-office/brand-list/index.d.ts +60 -32
  187. package/lib/template/back-office/brand-list/index.d.ts.map +1 -1
  188. package/lib/template/back-office/brand-update/index.d.ts +485 -291
  189. package/lib/template/back-office/dashboard-preview/index.d.ts +60 -32
  190. package/lib/template/back-office/layout/index.d.ts +60 -32
  191. package/lib/template/back-office/layout/index.d.ts.map +1 -1
  192. package/lib/template/common/dashboard/index.d.ts +266 -170
  193. package/lib/template/common/search-page/index.d.ts +133 -85
  194. package/lib/template/external-course/index.d.ts +133 -85
  195. package/lib/variables/colors.d.ts +1 -0
  196. package/lib/variables/colors.d.ts.map +1 -1
  197. package/lib/variables/colors.js +1 -0
  198. package/lib/variables/colors.js.map +1 -1
  199. package/package.json +2 -2
@@ -47,7 +47,7 @@ declare const propTypes: {
47
47
  tooltipPlacement: PropTypes.Requireable<string>;
48
48
  'data-name': PropTypes.Requireable<string>;
49
49
  'data-testid': PropTypes.Requireable<string>;
50
- icon: PropTypes.Requireable<PropTypes.InferProps<{
50
+ icon: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
51
51
  position: PropTypes.Requireable<string>;
52
52
  type: PropTypes.Requireable<string>;
53
53
  faIcon: PropTypes.Requireable<PropTypes.InferProps<{
@@ -55,11 +55,19 @@ declare const propTypes: {
55
55
  color: PropTypes.Requireable<string>;
56
56
  backgroundColor: PropTypes.Requireable<string>;
57
57
  size: PropTypes.Requireable<number>;
58
- customStyle: PropTypes.Requireable<{
59
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
60
- }>;
58
+ customStyle: PropTypes.Requireable<object>;
61
59
  }>>;
62
- }>>;
60
+ }> | (PropTypes.InferProps<{
61
+ position: PropTypes.Requireable<string>;
62
+ type: PropTypes.Requireable<string>;
63
+ faIcon: PropTypes.Requireable<PropTypes.InferProps<{
64
+ name: PropTypes.Validator<string>;
65
+ color: PropTypes.Requireable<string>;
66
+ backgroundColor: PropTypes.Requireable<string>;
67
+ size: PropTypes.Requireable<number>;
68
+ customStyle: PropTypes.Requireable<object>;
69
+ }>>;
70
+ }> | null | undefined)[] | null | undefined>>;
63
71
  onClick: PropTypes.Requireable<(...args: any[]) => any>;
64
72
  link: PropTypes.Requireable<PropTypes.InferProps<{
65
73
  href: PropTypes.Requireable<string>;
@@ -70,9 +78,8 @@ declare const propTypes: {
70
78
  hoverColor: PropTypes.Requireable<string>;
71
79
  disabled: PropTypes.Requireable<boolean>;
72
80
  className: PropTypes.Requireable<string>;
73
- customStyle: PropTypes.Requireable<{
74
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
75
- }>;
81
+ customStyle: PropTypes.Requireable<object>;
82
+ contentCustomStyle: PropTypes.Requireable<object>;
76
83
  useTitle: PropTypes.Requireable<boolean>;
77
84
  customLabelClassName: PropTypes.Requireable<string>;
78
85
  }>>;
@@ -87,9 +94,7 @@ declare const propTypes: {
87
94
  'aria-label': PropTypes.Requireable<string>;
88
95
  largeButton: PropTypes.Requireable<boolean>;
89
96
  type: PropTypes.Requireable<string>;
90
- customStyle: PropTypes.Requireable<{
91
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
92
- }>;
97
+ customStyle: PropTypes.Requireable<object>;
93
98
  }>>;
94
99
  secondButton: PropTypes.Requireable<PropTypes.InferProps<{
95
100
  label: PropTypes.Requireable<string>;
@@ -97,9 +102,7 @@ declare const propTypes: {
97
102
  type: PropTypes.Requireable<string>;
98
103
  'aria-label': PropTypes.Requireable<string>;
99
104
  largeButton: PropTypes.Requireable<boolean>;
100
- customStyle: PropTypes.Requireable<{
101
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
102
- }>;
105
+ customStyle: PropTypes.Requireable<object>;
103
106
  icon: PropTypes.Requireable<PropTypes.InferProps<{
104
107
  position: PropTypes.Requireable<string>;
105
108
  type: PropTypes.Requireable<string>;
@@ -111,9 +114,7 @@ declare const propTypes: {
111
114
  type: PropTypes.Requireable<string>;
112
115
  'aria-label': PropTypes.Requireable<string>;
113
116
  largeButton: PropTypes.Requireable<boolean>;
114
- customStyle: PropTypes.Requireable<{
115
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
116
- }>;
117
+ customStyle: PropTypes.Requireable<object>;
117
118
  }>>;
118
119
  onClose: PropTypes.Requireable<(...args: any[]) => any>;
119
120
  icon: PropTypes.Requireable<NonNullable<string | PropTypes.InferProps<{
@@ -174,7 +175,7 @@ declare const propTypes: {
174
175
  tooltipPlacement: PropTypes.Requireable<string>;
175
176
  'data-name': PropTypes.Requireable<string>;
176
177
  'data-testid': PropTypes.Requireable<string>;
177
- icon: PropTypes.Requireable<PropTypes.InferProps<{
178
+ icon: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
178
179
  position: PropTypes.Requireable<string>;
179
180
  type: PropTypes.Requireable<string>;
180
181
  faIcon: PropTypes.Requireable<PropTypes.InferProps<{
@@ -182,11 +183,19 @@ declare const propTypes: {
182
183
  color: PropTypes.Requireable<string>;
183
184
  backgroundColor: PropTypes.Requireable<string>;
184
185
  size: PropTypes.Requireable<number>;
185
- customStyle: PropTypes.Requireable<{
186
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
187
- }>;
186
+ customStyle: PropTypes.Requireable<object>;
188
187
  }>>;
189
- }>>;
188
+ }> | (PropTypes.InferProps<{
189
+ position: PropTypes.Requireable<string>;
190
+ type: PropTypes.Requireable<string>;
191
+ faIcon: PropTypes.Requireable<PropTypes.InferProps<{
192
+ name: PropTypes.Validator<string>;
193
+ color: PropTypes.Requireable<string>;
194
+ backgroundColor: PropTypes.Requireable<string>;
195
+ size: PropTypes.Requireable<number>;
196
+ customStyle: PropTypes.Requireable<object>;
197
+ }>>;
198
+ }> | null | undefined)[] | null | undefined>>;
190
199
  onClick: PropTypes.Requireable<(...args: any[]) => any>;
191
200
  link: PropTypes.Requireable<PropTypes.InferProps<{
192
201
  href: PropTypes.Requireable<string>;
@@ -197,9 +206,8 @@ declare const propTypes: {
197
206
  hoverColor: PropTypes.Requireable<string>;
198
207
  disabled: PropTypes.Requireable<boolean>;
199
208
  className: PropTypes.Requireable<string>;
200
- customStyle: PropTypes.Requireable<{
201
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
202
- }>;
209
+ customStyle: PropTypes.Requireable<object>;
210
+ contentCustomStyle: PropTypes.Requireable<object>;
203
211
  useTitle: PropTypes.Requireable<boolean>;
204
212
  customLabelClassName: PropTypes.Requireable<string>;
205
213
  }>>;
@@ -328,7 +336,7 @@ declare const propTypes: {
328
336
  tooltipPlacement: PropTypes.Requireable<string>;
329
337
  'data-name': PropTypes.Requireable<string>;
330
338
  'data-testid': PropTypes.Requireable<string>;
331
- icon: PropTypes.Requireable<PropTypes.InferProps<{
339
+ icon: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
332
340
  position: PropTypes.Requireable<string>;
333
341
  type: PropTypes.Requireable<string>;
334
342
  faIcon: PropTypes.Requireable<PropTypes.InferProps<{
@@ -336,11 +344,19 @@ declare const propTypes: {
336
344
  color: PropTypes.Requireable<string>;
337
345
  backgroundColor: PropTypes.Requireable<string>;
338
346
  size: PropTypes.Requireable<number>;
339
- customStyle: PropTypes.Requireable<{
340
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
341
- }>;
347
+ customStyle: PropTypes.Requireable<object>;
342
348
  }>>;
343
- }>>;
349
+ }> | (PropTypes.InferProps<{
350
+ position: PropTypes.Requireable<string>;
351
+ type: PropTypes.Requireable<string>;
352
+ faIcon: PropTypes.Requireable<PropTypes.InferProps<{
353
+ name: PropTypes.Validator<string>;
354
+ color: PropTypes.Requireable<string>;
355
+ backgroundColor: PropTypes.Requireable<string>;
356
+ size: PropTypes.Requireable<number>;
357
+ customStyle: PropTypes.Requireable<object>;
358
+ }>>;
359
+ }> | null | undefined)[] | null | undefined>>;
344
360
  onClick: PropTypes.Requireable<(...args: any[]) => any>;
345
361
  link: PropTypes.Requireable<PropTypes.InferProps<{
346
362
  href: PropTypes.Requireable<string>;
@@ -351,13 +367,13 @@ declare const propTypes: {
351
367
  hoverColor: PropTypes.Requireable<string>;
352
368
  disabled: PropTypes.Requireable<boolean>;
353
369
  className: PropTypes.Requireable<string>;
354
- customStyle: PropTypes.Requireable<{
355
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
356
- }>;
370
+ customStyle: PropTypes.Requireable<object>;
371
+ contentCustomStyle: PropTypes.Requireable<object>;
357
372
  useTitle: PropTypes.Requireable<boolean>;
358
373
  customLabelClassName: PropTypes.Requireable<string>;
359
374
  }> | PropTypes.InferProps<{
360
375
  button: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
376
+ withChevron: PropTypes.Requireable<boolean>;
361
377
  type: PropTypes.Requireable<string>;
362
378
  usage: PropTypes.Requireable<string>;
363
379
  label: PropTypes.Requireable<string>;
@@ -367,7 +383,7 @@ declare const propTypes: {
367
383
  tooltipPlacement: PropTypes.Requireable<string>;
368
384
  'data-name': PropTypes.Requireable<string>;
369
385
  'data-testid': PropTypes.Requireable<string>;
370
- icon: PropTypes.Requireable<PropTypes.InferProps<{
386
+ icon: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
371
387
  position: PropTypes.Requireable<string>;
372
388
  type: PropTypes.Requireable<string>;
373
389
  faIcon: PropTypes.Requireable<PropTypes.InferProps<{
@@ -375,11 +391,19 @@ declare const propTypes: {
375
391
  color: PropTypes.Requireable<string>;
376
392
  backgroundColor: PropTypes.Requireable<string>;
377
393
  size: PropTypes.Requireable<number>;
378
- customStyle: PropTypes.Requireable<{
379
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
380
- }>;
394
+ customStyle: PropTypes.Requireable<object>;
381
395
  }>>;
382
- }>>;
396
+ }> | (PropTypes.InferProps<{
397
+ position: PropTypes.Requireable<string>;
398
+ type: PropTypes.Requireable<string>;
399
+ faIcon: PropTypes.Requireable<PropTypes.InferProps<{
400
+ name: PropTypes.Validator<string>;
401
+ color: PropTypes.Requireable<string>;
402
+ backgroundColor: PropTypes.Requireable<string>;
403
+ size: PropTypes.Requireable<number>;
404
+ customStyle: PropTypes.Requireable<object>;
405
+ }>>;
406
+ }> | null | undefined)[] | null | undefined>>;
383
407
  onClick: PropTypes.Requireable<(...args: any[]) => any>;
384
408
  link: PropTypes.Requireable<PropTypes.InferProps<{
385
409
  href: PropTypes.Requireable<string>;
@@ -390,9 +414,8 @@ declare const propTypes: {
390
414
  hoverColor: PropTypes.Requireable<string>;
391
415
  disabled: PropTypes.Requireable<boolean>;
392
416
  className: PropTypes.Requireable<string>;
393
- customStyle: PropTypes.Requireable<{
394
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
395
- }>;
417
+ customStyle: PropTypes.Requireable<object>;
418
+ contentCustomStyle: PropTypes.Requireable<object>;
396
419
  useTitle: PropTypes.Requireable<boolean>;
397
420
  customLabelClassName: PropTypes.Requireable<string>;
398
421
  }>>>;
@@ -413,9 +436,7 @@ declare const propTypes: {
413
436
  color: PropTypes.Requireable<string>;
414
437
  backgroundColor: PropTypes.Requireable<string>;
415
438
  size: PropTypes.Requireable<number>;
416
- customStyle: PropTypes.Requireable<{
417
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
418
- }>;
439
+ customStyle: PropTypes.Requireable<object>;
419
440
  }>>;
420
441
  }>>;
421
442
  customStyle: PropTypes.Requireable<{
@@ -437,6 +458,8 @@ declare const propTypes: {
437
458
  primaryColor: PropTypes.Requireable<string>;
438
459
  closeOnClick: PropTypes.Requireable<boolean>;
439
460
  enableScroll: PropTypes.Requireable<boolean>;
461
+ containerCustom: PropTypes.Requireable<object>;
462
+ showFade: PropTypes.Requireable<boolean>;
440
463
  }> | null | undefined>>;
441
464
  }>>;
442
465
  }> | PropTypes.InferProps<{
@@ -475,9 +498,7 @@ declare const propTypes: {
475
498
  color: PropTypes.Requireable<string>;
476
499
  backgroundColor: PropTypes.Requireable<string>;
477
500
  size: PropTypes.Requireable<number>;
478
- customStyle: PropTypes.Requireable<{
479
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
480
- }>;
501
+ customStyle: PropTypes.Requireable<object>;
481
502
  }>>;
482
503
  }>>;
483
504
  customStyle: PropTypes.Requireable<{
@@ -505,7 +526,7 @@ declare const propTypes: {
505
526
  tooltipPlacement: PropTypes.Requireable<string>;
506
527
  'data-name': PropTypes.Requireable<string>;
507
528
  'data-testid': PropTypes.Requireable<string>;
508
- icon: PropTypes.Requireable<PropTypes.InferProps<{
529
+ icon: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
509
530
  position: PropTypes.Requireable<string>;
510
531
  type: PropTypes.Requireable<string>;
511
532
  faIcon: PropTypes.Requireable<PropTypes.InferProps<{
@@ -513,11 +534,19 @@ declare const propTypes: {
513
534
  color: PropTypes.Requireable<string>;
514
535
  backgroundColor: PropTypes.Requireable<string>;
515
536
  size: PropTypes.Requireable<number>;
516
- customStyle: PropTypes.Requireable<{
517
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
518
- }>;
537
+ customStyle: PropTypes.Requireable<object>;
519
538
  }>>;
520
- }>>;
539
+ }> | (PropTypes.InferProps<{
540
+ position: PropTypes.Requireable<string>;
541
+ type: PropTypes.Requireable<string>;
542
+ faIcon: PropTypes.Requireable<PropTypes.InferProps<{
543
+ name: PropTypes.Validator<string>;
544
+ color: PropTypes.Requireable<string>;
545
+ backgroundColor: PropTypes.Requireable<string>;
546
+ size: PropTypes.Requireable<number>;
547
+ customStyle: PropTypes.Requireable<object>;
548
+ }>>;
549
+ }> | null | undefined)[] | null | undefined>>;
521
550
  onClick: PropTypes.Requireable<(...args: any[]) => any>;
522
551
  link: PropTypes.Requireable<PropTypes.InferProps<{
523
552
  href: PropTypes.Requireable<string>;
@@ -528,9 +557,8 @@ declare const propTypes: {
528
557
  hoverColor: PropTypes.Requireable<string>;
529
558
  disabled: PropTypes.Requireable<boolean>;
530
559
  className: PropTypes.Requireable<string>;
531
- customStyle: PropTypes.Requireable<{
532
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
533
- }>;
560
+ customStyle: PropTypes.Requireable<object>;
561
+ contentCustomStyle: PropTypes.Requireable<object>;
534
562
  useTitle: PropTypes.Requireable<boolean>;
535
563
  customLabelClassName: PropTypes.Requireable<string>;
536
564
  }> | PropTypes.InferProps<{
@@ -555,9 +583,7 @@ declare const propTypes: {
555
583
  color: PropTypes.Requireable<string>;
556
584
  backgroundColor: PropTypes.Requireable<string>;
557
585
  size: PropTypes.Requireable<number>;
558
- customStyle: PropTypes.Requireable<{
559
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
560
- }>;
586
+ customStyle: PropTypes.Requireable<object>;
561
587
  }>>;
562
588
  }>>;
563
589
  customStyle: PropTypes.Requireable<{
@@ -611,7 +637,7 @@ declare const propTypes: {
611
637
  tooltipPlacement: PropTypes.Requireable<string>;
612
638
  'data-name': PropTypes.Requireable<string>;
613
639
  'data-testid': PropTypes.Requireable<string>;
614
- icon: PropTypes.Requireable<PropTypes.InferProps<{
640
+ icon: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
615
641
  position: PropTypes.Requireable<string>;
616
642
  type: PropTypes.Requireable<string>;
617
643
  faIcon: PropTypes.Requireable<PropTypes.InferProps<{
@@ -619,11 +645,19 @@ declare const propTypes: {
619
645
  color: PropTypes.Requireable<string>;
620
646
  backgroundColor: PropTypes.Requireable<string>;
621
647
  size: PropTypes.Requireable<number>;
622
- customStyle: PropTypes.Requireable<{
623
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
624
- }>;
648
+ customStyle: PropTypes.Requireable<object>;
625
649
  }>>;
626
- }>>;
650
+ }> | (PropTypes.InferProps<{
651
+ position: PropTypes.Requireable<string>;
652
+ type: PropTypes.Requireable<string>;
653
+ faIcon: PropTypes.Requireable<PropTypes.InferProps<{
654
+ name: PropTypes.Validator<string>;
655
+ color: PropTypes.Requireable<string>;
656
+ backgroundColor: PropTypes.Requireable<string>;
657
+ size: PropTypes.Requireable<number>;
658
+ customStyle: PropTypes.Requireable<object>;
659
+ }>>;
660
+ }> | null | undefined)[] | null | undefined>>;
627
661
  onClick: PropTypes.Requireable<(...args: any[]) => any>;
628
662
  link: PropTypes.Requireable<PropTypes.InferProps<{
629
663
  href: PropTypes.Requireable<string>;
@@ -634,9 +668,8 @@ declare const propTypes: {
634
668
  hoverColor: PropTypes.Requireable<string>;
635
669
  disabled: PropTypes.Requireable<boolean>;
636
670
  className: PropTypes.Requireable<string>;
637
- customStyle: PropTypes.Requireable<{
638
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
639
- }>;
671
+ customStyle: PropTypes.Requireable<object>;
672
+ contentCustomStyle: PropTypes.Requireable<object>;
640
673
  useTitle: PropTypes.Requireable<boolean>;
641
674
  customLabelClassName: PropTypes.Requireable<string>;
642
675
  }>>;
@@ -682,7 +715,7 @@ declare const propTypes: {
682
715
  tooltipPlacement: PropTypes.Requireable<string>;
683
716
  'data-name': PropTypes.Requireable<string>;
684
717
  'data-testid': PropTypes.Requireable<string>;
685
- icon: PropTypes.Requireable<PropTypes.InferProps<{
718
+ icon: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
686
719
  position: PropTypes.Requireable<string>;
687
720
  type: PropTypes.Requireable<string>;
688
721
  faIcon: PropTypes.Requireable<PropTypes.InferProps<{
@@ -690,11 +723,19 @@ declare const propTypes: {
690
723
  color: PropTypes.Requireable<string>;
691
724
  backgroundColor: PropTypes.Requireable<string>;
692
725
  size: PropTypes.Requireable<number>;
693
- customStyle: PropTypes.Requireable<{
694
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
695
- }>;
726
+ customStyle: PropTypes.Requireable<object>;
696
727
  }>>;
697
- }>>;
728
+ }> | (PropTypes.InferProps<{
729
+ position: PropTypes.Requireable<string>;
730
+ type: PropTypes.Requireable<string>;
731
+ faIcon: PropTypes.Requireable<PropTypes.InferProps<{
732
+ name: PropTypes.Validator<string>;
733
+ color: PropTypes.Requireable<string>;
734
+ backgroundColor: PropTypes.Requireable<string>;
735
+ size: PropTypes.Requireable<number>;
736
+ customStyle: PropTypes.Requireable<object>;
737
+ }>>;
738
+ }> | null | undefined)[] | null | undefined>>;
698
739
  onClick: PropTypes.Requireable<(...args: any[]) => any>;
699
740
  link: PropTypes.Requireable<PropTypes.InferProps<{
700
741
  href: PropTypes.Requireable<string>;
@@ -705,14 +746,14 @@ declare const propTypes: {
705
746
  hoverColor: PropTypes.Requireable<string>;
706
747
  disabled: PropTypes.Requireable<boolean>;
707
748
  className: PropTypes.Requireable<string>;
708
- customStyle: PropTypes.Requireable<{
709
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
710
- }>;
749
+ customStyle: PropTypes.Requireable<object>;
750
+ contentCustomStyle: PropTypes.Requireable<object>;
711
751
  useTitle: PropTypes.Requireable<boolean>;
712
752
  customLabelClassName: PropTypes.Requireable<string>;
713
753
  }> | null | undefined)[]>;
714
754
  buttonMenuAction: PropTypes.Requireable<PropTypes.InferProps<{
715
755
  button: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
756
+ withChevron: PropTypes.Requireable<boolean>;
716
757
  type: PropTypes.Requireable<string>;
717
758
  usage: PropTypes.Requireable<string>;
718
759
  label: PropTypes.Requireable<string>;
@@ -722,7 +763,7 @@ declare const propTypes: {
722
763
  tooltipPlacement: PropTypes.Requireable<string>;
723
764
  'data-name': PropTypes.Requireable<string>;
724
765
  'data-testid': PropTypes.Requireable<string>;
725
- icon: PropTypes.Requireable<PropTypes.InferProps<{
766
+ icon: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
726
767
  position: PropTypes.Requireable<string>;
727
768
  type: PropTypes.Requireable<string>;
728
769
  faIcon: PropTypes.Requireable<PropTypes.InferProps<{
@@ -730,11 +771,19 @@ declare const propTypes: {
730
771
  color: PropTypes.Requireable<string>;
731
772
  backgroundColor: PropTypes.Requireable<string>;
732
773
  size: PropTypes.Requireable<number>;
733
- customStyle: PropTypes.Requireable<{
734
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
735
- }>;
774
+ customStyle: PropTypes.Requireable<object>;
736
775
  }>>;
737
- }>>;
776
+ }> | (PropTypes.InferProps<{
777
+ position: PropTypes.Requireable<string>;
778
+ type: PropTypes.Requireable<string>;
779
+ faIcon: PropTypes.Requireable<PropTypes.InferProps<{
780
+ name: PropTypes.Validator<string>;
781
+ color: PropTypes.Requireable<string>;
782
+ backgroundColor: PropTypes.Requireable<string>;
783
+ size: PropTypes.Requireable<number>;
784
+ customStyle: PropTypes.Requireable<object>;
785
+ }>>;
786
+ }> | null | undefined)[] | null | undefined>>;
738
787
  onClick: PropTypes.Requireable<(...args: any[]) => any>;
739
788
  link: PropTypes.Requireable<PropTypes.InferProps<{
740
789
  href: PropTypes.Requireable<string>;
@@ -745,9 +794,8 @@ declare const propTypes: {
745
794
  hoverColor: PropTypes.Requireable<string>;
746
795
  disabled: PropTypes.Requireable<boolean>;
747
796
  className: PropTypes.Requireable<string>;
748
- customStyle: PropTypes.Requireable<{
749
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
750
- }>;
797
+ customStyle: PropTypes.Requireable<object>;
798
+ contentCustomStyle: PropTypes.Requireable<object>;
751
799
  useTitle: PropTypes.Requireable<boolean>;
752
800
  customLabelClassName: PropTypes.Requireable<string>;
753
801
  }>>>;
@@ -768,9 +816,7 @@ declare const propTypes: {
768
816
  color: PropTypes.Requireable<string>;
769
817
  backgroundColor: PropTypes.Requireable<string>;
770
818
  size: PropTypes.Requireable<number>;
771
- customStyle: PropTypes.Requireable<{
772
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
773
- }>;
819
+ customStyle: PropTypes.Requireable<object>;
774
820
  }>>;
775
821
  }>>;
776
822
  customStyle: PropTypes.Requireable<{
@@ -792,6 +838,8 @@ declare const propTypes: {
792
838
  primaryColor: PropTypes.Requireable<string>;
793
839
  closeOnClick: PropTypes.Requireable<boolean>;
794
840
  enableScroll: PropTypes.Requireable<boolean>;
841
+ containerCustom: PropTypes.Requireable<object>;
842
+ showFade: PropTypes.Requireable<boolean>;
795
843
  }>>;
796
844
  }> | null | undefined>>;
797
845
  }>>;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/molecule/cm-popin/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/molecule/cm-popin/types.ts"],"names":[],"mappings":"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"}
@@ -62,9 +62,7 @@ declare const ActionableExpandableTable: {
62
62
  color: import("prop-types").Requireable<string>;
63
63
  backgroundColor: import("prop-types").Requireable<string>;
64
64
  size: import("prop-types").Requireable<number>;
65
- customStyle: import("prop-types").Requireable<{
66
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
67
- }>;
65
+ customStyle: import("prop-types").Requireable<object>;
68
66
  }>>;
69
67
  }>>;
70
68
  customStyle: import("prop-types").Requireable<{
@@ -92,7 +90,7 @@ declare const ActionableExpandableTable: {
92
90
  tooltipPlacement: import("prop-types").Requireable<string>;
93
91
  'data-name': import("prop-types").Requireable<string>;
94
92
  'data-testid': import("prop-types").Requireable<string>;
95
- icon: import("prop-types").Requireable<import("prop-types").InferProps<{
93
+ icon: import("prop-types").Requireable<NonNullable<import("prop-types").InferProps<{
96
94
  position: import("prop-types").Requireable<string>;
97
95
  type: import("prop-types").Requireable<string>;
98
96
  faIcon: import("prop-types").Requireable<import("prop-types").InferProps<{
@@ -100,11 +98,19 @@ declare const ActionableExpandableTable: {
100
98
  color: import("prop-types").Requireable<string>;
101
99
  backgroundColor: import("prop-types").Requireable<string>;
102
100
  size: import("prop-types").Requireable<number>;
103
- customStyle: import("prop-types").Requireable<{
104
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
105
- }>;
101
+ customStyle: import("prop-types").Requireable<object>;
106
102
  }>>;
107
- }>>;
103
+ }> | (import("prop-types").InferProps<{
104
+ position: import("prop-types").Requireable<string>;
105
+ type: import("prop-types").Requireable<string>;
106
+ faIcon: import("prop-types").Requireable<import("prop-types").InferProps<{
107
+ name: import("prop-types").Validator<string>;
108
+ color: import("prop-types").Requireable<string>;
109
+ backgroundColor: import("prop-types").Requireable<string>;
110
+ size: import("prop-types").Requireable<number>;
111
+ customStyle: import("prop-types").Requireable<object>;
112
+ }>>;
113
+ }> | null | undefined)[] | null | undefined>>;
108
114
  onClick: import("prop-types").Requireable<(...args: any[]) => any>;
109
115
  link: import("prop-types").Requireable<import("prop-types").InferProps<{
110
116
  href: import("prop-types").Requireable<string>;
@@ -115,9 +121,8 @@ declare const ActionableExpandableTable: {
115
121
  hoverColor: import("prop-types").Requireable<string>;
116
122
  disabled: import("prop-types").Requireable<boolean>;
117
123
  className: import("prop-types").Requireable<string>;
118
- customStyle: import("prop-types").Requireable<{
119
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
120
- }>;
124
+ customStyle: import("prop-types").Requireable<object>;
125
+ contentCustomStyle: import("prop-types").Requireable<object>;
121
126
  useTitle: import("prop-types").Requireable<boolean>;
122
127
  customLabelClassName: import("prop-types").Requireable<string>;
123
128
  }> | import("prop-types").InferProps<{
@@ -142,9 +147,7 @@ declare const ActionableExpandableTable: {
142
147
  color: import("prop-types").Requireable<string>;
143
148
  backgroundColor: import("prop-types").Requireable<string>;
144
149
  size: import("prop-types").Requireable<number>;
145
- customStyle: import("prop-types").Requireable<{
146
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
147
- }>;
150
+ customStyle: import("prop-types").Requireable<object>;
148
151
  }>>;
149
152
  }>>;
150
153
  customStyle: import("prop-types").Requireable<{
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/molecule/expandible-actionable-table/index.tsx"],"names":[],"mappings":";AAMA,OAAO,EAAC,gBAAgB,EAAC,MAAM,iCAAiC,CAAC;AAOjE,OAAO,EAA2C,KAAK,EAAY,MAAM,SAAS,CAAC;AAqCnF,QAAA,MAAM,yBAAyB;YAAW,KAAK,iBAAiB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoL/E,CAAC;AASF,eAAe,yBAAyB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/molecule/expandible-actionable-table/index.tsx"],"names":[],"mappings":";AAMA,OAAO,EAAC,gBAAgB,EAAC,MAAM,iCAAiC,CAAC;AAOjE,OAAO,EAA2C,KAAK,EAAY,MAAM,SAAS,CAAC;AAqCnF,QAAA,MAAM,yBAAyB;YAAW,KAAK,iBAAiB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoL/E,CAAC;AASF,eAAe,yBAAyB,CAAC"}
@@ -39,9 +39,7 @@ export declare const propTypes: {
39
39
  color: PropTypes.Requireable<string>;
40
40
  backgroundColor: PropTypes.Requireable<string>;
41
41
  size: PropTypes.Requireable<number>;
42
- customStyle: PropTypes.Requireable<{
43
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
44
- }>;
42
+ customStyle: PropTypes.Requireable<object>;
45
43
  }>>;
46
44
  }>>;
47
45
  customStyle: PropTypes.Requireable<{
@@ -69,7 +67,7 @@ export declare const propTypes: {
69
67
  tooltipPlacement: PropTypes.Requireable<string>;
70
68
  'data-name': PropTypes.Requireable<string>;
71
69
  'data-testid': PropTypes.Requireable<string>;
72
- icon: PropTypes.Requireable<PropTypes.InferProps<{
70
+ icon: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
73
71
  position: PropTypes.Requireable<string>;
74
72
  type: PropTypes.Requireable<string>;
75
73
  faIcon: PropTypes.Requireable<PropTypes.InferProps<{
@@ -77,11 +75,19 @@ export declare const propTypes: {
77
75
  color: PropTypes.Requireable<string>;
78
76
  backgroundColor: PropTypes.Requireable<string>;
79
77
  size: PropTypes.Requireable<number>;
80
- customStyle: PropTypes.Requireable<{
81
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
82
- }>;
78
+ customStyle: PropTypes.Requireable<object>;
83
79
  }>>;
84
- }>>;
80
+ }> | (PropTypes.InferProps<{
81
+ position: PropTypes.Requireable<string>;
82
+ type: PropTypes.Requireable<string>;
83
+ faIcon: PropTypes.Requireable<PropTypes.InferProps<{
84
+ name: PropTypes.Validator<string>;
85
+ color: PropTypes.Requireable<string>;
86
+ backgroundColor: PropTypes.Requireable<string>;
87
+ size: PropTypes.Requireable<number>;
88
+ customStyle: PropTypes.Requireable<object>;
89
+ }>>;
90
+ }> | null | undefined)[] | null | undefined>>;
85
91
  onClick: PropTypes.Requireable<(...args: any[]) => any>;
86
92
  link: PropTypes.Requireable<PropTypes.InferProps<{
87
93
  href: PropTypes.Requireable<string>;
@@ -92,9 +98,8 @@ export declare const propTypes: {
92
98
  hoverColor: PropTypes.Requireable<string>;
93
99
  disabled: PropTypes.Requireable<boolean>;
94
100
  className: PropTypes.Requireable<string>;
95
- customStyle: PropTypes.Requireable<{
96
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
97
- }>;
101
+ customStyle: PropTypes.Requireable<object>;
102
+ contentCustomStyle: PropTypes.Requireable<object>;
98
103
  useTitle: PropTypes.Requireable<boolean>;
99
104
  customLabelClassName: PropTypes.Requireable<string>;
100
105
  }> | PropTypes.InferProps<{
@@ -119,9 +124,7 @@ export declare const propTypes: {
119
124
  color: PropTypes.Requireable<string>;
120
125
  backgroundColor: PropTypes.Requireable<string>;
121
126
  size: PropTypes.Requireable<number>;
122
- customStyle: PropTypes.Requireable<{
123
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
124
- }>;
127
+ customStyle: PropTypes.Requireable<object>;
125
128
  }>>;
126
129
  }>>;
127
130
  customStyle: PropTypes.Requireable<{
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/molecule/expandible-actionable-table/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAInC,OAAO,EAAC,0BAA0B,EAAC,MAAM,mCAAmC,CAAC;AAC7E,OAAO,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAC,KAAK,IAAI,gBAAgB,EAAC,MAAM,uBAAuB,CAAC;AAChE,OAAO,EAAC,KAAK,IAAI,oBAAoB,EAAC,MAAM,4BAA4B,CAAC;AA0BzE,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoBrB,CAAC;AAEF,oBAAY,KAAK,GACb,MAAM,GACN,CAAC,eAAe,GAAG;IACjB,aAAa,EAAE,QAAQ,CAAC;CACzB,CAAC,GACF,CAAC,oBAAoB,GAAG;IACtB,aAAa,EAAE,cAAc,CAAC;CAC/B,CAAC,CAAC;AAEP,oBAAY,SAAS,GACjB,CAAC,eAAe,GAAG;IACjB,aAAa,EAAE,aAAa,CAAC;CAC9B,CAAC,GACF,CAAC,0BAA0B,GAAG;IAC5B,aAAa,EAAE,MAAM,CAAC;CACvB,CAAC,CAAC;AAEP,oBAAY,SAAS,GACjB,CAAC,gBAAgB,GAAG;IAClB,aAAa,EAAE,cAAc,CAAC;CAC/B,CAAC,GACF,CAAC,KAAK,GAAG;IACP,aAAa,EAAE,yBAAyB,CAAC;CAC1C,CAAC,CAAC;AAEP,oBAAY,MAAM,GAAG;IAAC,KAAK,EAAE,MAAM,CAAA;CAAC,CAAC;AACrC,oBAAY,GAAG,GAAG;IAChB,MAAM,EAAE,KAAK,EAAE,CAAC;IAEhB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AACF,oBAAY,OAAO,GAAG,MAAM,EAAE,CAAC;AAC/B,oBAAY,IAAI,GAAG,GAAG,EAAE,CAAC;AAEzB,oBAAY,KAAK,GAAG;IAClB,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,WAAW,CAAC,EAAE,GAAG,MAAM,GAAG,IAAI,GAAG,GAAG,EAAE,CAAC;IACvC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,uBAAuB,CAAC,EAAE,MAAM,CAAC;CAClC,CAAC;AAEF,oBAAY,WAAW,GAAG;IAAC,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAC,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/molecule/expandible-actionable-table/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAInC,OAAO,EAAC,0BAA0B,EAAC,MAAM,mCAAmC,CAAC;AAC7E,OAAO,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAC,KAAK,IAAI,gBAAgB,EAAC,MAAM,uBAAuB,CAAC;AAChE,OAAO,EAAC,KAAK,IAAI,oBAAoB,EAAC,MAAM,4BAA4B,CAAC;AA0BzE,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoBrB,CAAC;AAEF,oBAAY,KAAK,GACb,MAAM,GACN,CAAC,eAAe,GAAG;IACjB,aAAa,EAAE,QAAQ,CAAC;CACzB,CAAC,GACF,CAAC,oBAAoB,GAAG;IACtB,aAAa,EAAE,cAAc,CAAC;CAC/B,CAAC,CAAC;AAEP,oBAAY,SAAS,GACjB,CAAC,eAAe,GAAG;IACjB,aAAa,EAAE,aAAa,CAAC;CAC9B,CAAC,GACF,CAAC,0BAA0B,GAAG;IAC5B,aAAa,EAAE,MAAM,CAAC;CACvB,CAAC,CAAC;AAEP,oBAAY,SAAS,GACjB,CAAC,gBAAgB,GAAG;IAClB,aAAa,EAAE,cAAc,CAAC;CAC/B,CAAC,GACF,CAAC,KAAK,GAAG;IACP,aAAa,EAAE,yBAAyB,CAAC;CAC1C,CAAC,CAAC;AAEP,oBAAY,MAAM,GAAG;IAAC,KAAK,EAAE,MAAM,CAAA;CAAC,CAAC;AACrC,oBAAY,GAAG,GAAG;IAChB,MAAM,EAAE,KAAK,EAAE,CAAC;IAEhB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AACF,oBAAY,OAAO,GAAG,MAAM,EAAE,CAAC;AAC/B,oBAAY,IAAI,GAAG,GAAG,EAAE,CAAC;AAEzB,oBAAY,KAAK,GAAG;IAClB,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,WAAW,CAAC,EAAE,GAAG,MAAM,GAAG,IAAI,GAAG,GAAG,EAAE,CAAC;IACvC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,uBAAuB,CAAC,EAAE,MAAM,CAAC;CAClC,CAAC;AAEF,oBAAY,WAAW,GAAG;IAAC,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAC,CAAC"}