@alfalab/core-components-table 2.10.9 → 2.10.10-snapshot-1393ffa

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 (659) hide show
  1. package/component.js +19 -18
  2. package/component.js.map +1 -0
  3. package/components/index.js +19 -18
  4. package/components/index.js.map +1 -0
  5. package/components/pagination/Component.js +8 -9
  6. package/components/pagination/Component.js.map +1 -0
  7. package/components/pagination/index.css +15 -36
  8. package/components/pagination/index.js +3 -2
  9. package/components/pagination/index.js.map +1 -0
  10. package/components/pagination/index.module.css.js +8 -0
  11. package/components/pagination/index.module.css.js.map +1 -0
  12. package/components/pagination/select-field/index.css +5 -27
  13. package/components/pagination/select-field/index.js +3 -4
  14. package/components/pagination/select-field/index.js.map +1 -0
  15. package/components/pagination/select-field/index.module.css.js +8 -0
  16. package/components/pagination/select-field/index.module.css.js.map +1 -0
  17. package/components/table/Component.js +11 -12
  18. package/components/table/Component.js.map +1 -0
  19. package/components/table/index.css +12 -33
  20. package/components/table/index.js +3 -2
  21. package/components/table/index.js.map +1 -0
  22. package/components/table/index.module.css.js +8 -0
  23. package/components/table/index.module.css.js.map +1 -0
  24. package/components/table/utils.js +3 -2
  25. package/components/table/utils.js.map +1 -0
  26. package/components/table-context/index.js +1 -0
  27. package/components/table-context/index.js.map +1 -0
  28. package/components/tbody/Component.js +3 -4
  29. package/components/tbody/Component.js.map +1 -0
  30. package/components/tbody/index.css +1 -24
  31. package/components/tbody/index.js +3 -2
  32. package/components/tbody/index.js.map +1 -0
  33. package/components/tbody/index.module.css.js +8 -0
  34. package/components/tbody/index.module.css.js.map +1 -0
  35. package/components/tcell/Component.js +7 -8
  36. package/components/tcell/Component.js.map +1 -0
  37. package/components/tcell/index.css +11 -32
  38. package/components/tcell/index.js +3 -2
  39. package/components/tcell/index.js.map +1 -0
  40. package/components/tcell/index.module.css.js +8 -0
  41. package/components/tcell/index.module.css.js.map +1 -0
  42. package/components/texpandable-row/Component.js +7 -8
  43. package/components/texpandable-row/Component.js.map +1 -0
  44. package/components/texpandable-row/index.css +5 -27
  45. package/components/texpandable-row/index.js +3 -2
  46. package/components/texpandable-row/index.js.map +1 -0
  47. package/components/texpandable-row/index.module.css.js +8 -0
  48. package/components/texpandable-row/index.module.css.js.map +1 -0
  49. package/components/thead/Component.js +4 -5
  50. package/components/thead/Component.js.map +1 -0
  51. package/components/thead/index.css +8 -29
  52. package/components/thead/index.js +3 -2
  53. package/components/thead/index.js.map +1 -0
  54. package/components/thead/index.module.css.js +8 -0
  55. package/components/thead/index.module.css.js.map +1 -0
  56. package/components/thead-cell/Component.js +6 -7
  57. package/components/thead-cell/Component.js.map +1 -0
  58. package/components/thead-cell/index.css +14 -35
  59. package/components/thead-cell/index.js +3 -2
  60. package/components/thead-cell/index.js.map +1 -0
  61. package/components/thead-cell/index.module.css.js +8 -0
  62. package/components/thead-cell/index.module.css.js.map +1 -0
  63. package/components/trow/Component.js +6 -7
  64. package/components/trow/Component.js.map +1 -0
  65. package/components/trow/index.css +11 -32
  66. package/components/trow/index.js +3 -2
  67. package/components/trow/index.js.map +1 -0
  68. package/components/trow/index.module.css.js +8 -0
  69. package/components/trow/index.module.css.js.map +1 -0
  70. package/components/tsortable-head-cell/Component.js +12 -13
  71. package/components/tsortable-head-cell/Component.js.map +1 -0
  72. package/components/tsortable-head-cell/index.css +10 -36
  73. package/components/tsortable-head-cell/index.js +3 -2
  74. package/components/tsortable-head-cell/index.js.map +1 -0
  75. package/components/tsortable-head-cell/index.module.css.js +8 -0
  76. package/components/tsortable-head-cell/index.module.css.js.map +1 -0
  77. package/components/tsortable-head-cell/sort-icon-asc.js +1 -0
  78. package/components/tsortable-head-cell/sort-icon-asc.js.map +1 -0
  79. package/components/tsortable-head-cell/sort-icon-desc.js +1 -0
  80. package/components/tsortable-head-cell/sort-icon-desc.js.map +1 -0
  81. package/components/tsortable-head-cell/sort-icon-unset.js +1 -0
  82. package/components/tsortable-head-cell/sort-icon-unset.js.map +1 -0
  83. package/cssm/component.js +19 -18
  84. package/cssm/component.js.map +1 -0
  85. package/cssm/components/index.js +19 -18
  86. package/cssm/components/index.js.map +1 -0
  87. package/cssm/components/pagination/Component.js +7 -6
  88. package/cssm/components/pagination/Component.js.map +1 -0
  89. package/cssm/components/pagination/index.js +3 -2
  90. package/cssm/components/pagination/index.js.map +1 -0
  91. package/cssm/components/pagination/index.module.css +8 -28
  92. package/cssm/components/pagination/select-field/index.js +3 -2
  93. package/cssm/components/pagination/select-field/index.js.map +1 -0
  94. package/cssm/components/pagination/select-field/index.module.css +3 -24
  95. package/cssm/components/table/Component.js +5 -4
  96. package/cssm/components/table/Component.js.map +1 -0
  97. package/cssm/components/table/index.js +3 -2
  98. package/cssm/components/table/index.js.map +1 -0
  99. package/cssm/components/table/index.module.css +7 -27
  100. package/cssm/components/table/utils.js +3 -2
  101. package/cssm/components/table/utils.js.map +1 -0
  102. package/cssm/components/table-context/index.js +1 -0
  103. package/cssm/components/table-context/index.js.map +1 -0
  104. package/cssm/components/tbody/Component.js +1 -0
  105. package/cssm/components/tbody/Component.js.map +1 -0
  106. package/cssm/components/tbody/index.js +3 -2
  107. package/cssm/components/tbody/index.js.map +1 -0
  108. package/cssm/components/tbody/index.module.css +1 -23
  109. package/cssm/components/tcell/Component.js +5 -4
  110. package/cssm/components/tcell/Component.js.map +1 -0
  111. package/cssm/components/tcell/index.js +3 -2
  112. package/cssm/components/tcell/index.js.map +1 -0
  113. package/cssm/components/tcell/index.module.css +7 -27
  114. package/cssm/components/texpandable-row/Component.js +3 -2
  115. package/cssm/components/texpandable-row/Component.js.map +1 -0
  116. package/cssm/components/texpandable-row/index.js +3 -2
  117. package/cssm/components/texpandable-row/index.js.map +1 -0
  118. package/cssm/components/texpandable-row/index.module.css +2 -23
  119. package/cssm/components/thead/Component.js +1 -0
  120. package/cssm/components/thead/Component.js.map +1 -0
  121. package/cssm/components/thead/index.js +3 -2
  122. package/cssm/components/thead/index.js.map +1 -0
  123. package/cssm/components/thead/index.module.css +4 -24
  124. package/cssm/components/thead-cell/Component.js +3 -2
  125. package/cssm/components/thead-cell/Component.js.map +1 -0
  126. package/cssm/components/thead-cell/index.js +3 -2
  127. package/cssm/components/thead-cell/index.js.map +1 -0
  128. package/cssm/components/thead-cell/index.module.css +7 -27
  129. package/cssm/components/trow/Component.js +1 -0
  130. package/cssm/components/trow/Component.js.map +1 -0
  131. package/cssm/components/trow/index.js +3 -2
  132. package/cssm/components/trow/index.js.map +1 -0
  133. package/cssm/components/trow/index.module.css +5 -25
  134. package/cssm/components/tsortable-head-cell/Component.js +8 -7
  135. package/cssm/components/tsortable-head-cell/Component.js.map +1 -0
  136. package/cssm/components/tsortable-head-cell/index.js +3 -2
  137. package/cssm/components/tsortable-head-cell/index.js.map +1 -0
  138. package/cssm/components/tsortable-head-cell/index.module.css +4 -29
  139. package/cssm/components/tsortable-head-cell/sort-icon-asc.js +1 -0
  140. package/cssm/components/tsortable-head-cell/sort-icon-asc.js.map +1 -0
  141. package/cssm/components/tsortable-head-cell/sort-icon-desc.js +1 -0
  142. package/cssm/components/tsortable-head-cell/sort-icon-desc.js.map +1 -0
  143. package/cssm/components/tsortable-head-cell/sort-icon-unset.js +1 -0
  144. package/cssm/components/tsortable-head-cell/sort-icon-unset.js.map +1 -0
  145. package/cssm/index.js +1 -0
  146. package/cssm/index.js.map +1 -0
  147. package/{component.d.ts → cssm/src/component.d.ts} +8 -9
  148. package/cssm/src/components/index.d.ts +9 -0
  149. package/{esm → cssm/src}/components/pagination/Component.d.ts +3 -4
  150. package/cssm/src/components/pagination/index.d.ts +1 -0
  151. package/cssm/src/components/pagination/select-field/index.d.ts +2 -0
  152. package/cssm/{components → src/components}/table/Component.d.ts +3 -6
  153. package/cssm/src/components/table/index.d.ts +1 -0
  154. package/cssm/src/components/table/utils.d.ts +3 -0
  155. package/cssm/src/components/table-context/index.d.ts +17 -0
  156. package/{esm → cssm/src}/components/tbody/Component.d.ts +3 -6
  157. package/cssm/src/components/tbody/index.d.ts +1 -0
  158. package/cssm/{components → src/components}/tcell/Component.d.ts +3 -6
  159. package/cssm/src/components/tcell/index.d.ts +1 -0
  160. package/cssm/src/components/texpandable-row/Component.d.ts +22 -0
  161. package/cssm/src/components/texpandable-row/index.d.ts +1 -0
  162. package/{esm → cssm/src}/components/thead/Component.d.ts +3 -6
  163. package/cssm/src/components/thead/index.d.ts +1 -0
  164. package/{components → cssm/src/components}/thead-cell/Component.d.ts +4 -7
  165. package/cssm/src/components/thead-cell/index.d.ts +1 -0
  166. package/{esm → cssm/src}/components/trow/Component.d.ts +6 -8
  167. package/cssm/src/components/trow/index.d.ts +1 -0
  168. package/cssm/src/components/tsortable-head-cell/Component.d.ts +8 -0
  169. package/cssm/src/components/tsortable-head-cell/index.d.ts +1 -0
  170. package/cssm/src/components/tsortable-head-cell/sort-icon-asc.d.ts +2 -0
  171. package/cssm/src/components/tsortable-head-cell/sort-icon-desc.d.ts +2 -0
  172. package/cssm/src/components/tsortable-head-cell/sort-icon-unset.d.ts +2 -0
  173. package/cssm/src/index.d.ts +1 -0
  174. package/cssm/src/typings.d.ts +1 -0
  175. package/cssm/src/utils.d.ts +2 -0
  176. package/cssm/typings.js +1 -0
  177. package/cssm/typings.js.map +1 -0
  178. package/cssm/utils.js +1 -0
  179. package/cssm/utils.js.map +1 -0
  180. package/esm/component.js +1 -0
  181. package/esm/component.js.map +1 -0
  182. package/esm/components/index.js +1 -0
  183. package/esm/components/index.js.map +1 -0
  184. package/esm/components/pagination/Component.js +2 -3
  185. package/esm/components/pagination/Component.js.map +1 -0
  186. package/esm/components/pagination/index.css +15 -36
  187. package/esm/components/pagination/index.js +1 -0
  188. package/esm/components/pagination/index.js.map +1 -0
  189. package/esm/components/pagination/index.module.css.js +6 -0
  190. package/esm/components/pagination/index.module.css.js.map +1 -0
  191. package/esm/components/pagination/select-field/index.css +5 -27
  192. package/esm/components/pagination/select-field/index.js +2 -3
  193. package/esm/components/pagination/select-field/index.js.map +1 -0
  194. package/esm/components/pagination/select-field/index.module.css.js +6 -0
  195. package/esm/components/pagination/select-field/index.module.css.js.map +1 -0
  196. package/esm/components/table/Component.js +2 -3
  197. package/esm/components/table/Component.js.map +1 -0
  198. package/esm/components/table/index.css +12 -33
  199. package/esm/components/table/index.js +1 -0
  200. package/esm/components/table/index.js.map +1 -0
  201. package/esm/components/table/index.module.css.js +6 -0
  202. package/esm/components/table/index.module.css.js.map +1 -0
  203. package/esm/components/table/utils.js +1 -0
  204. package/esm/components/table/utils.js.map +1 -0
  205. package/esm/components/table-context/index.js +1 -0
  206. package/esm/components/table-context/index.js.map +1 -0
  207. package/esm/components/tbody/Component.js +2 -3
  208. package/esm/components/tbody/Component.js.map +1 -0
  209. package/esm/components/tbody/index.css +1 -24
  210. package/esm/components/tbody/index.js +1 -0
  211. package/esm/components/tbody/index.js.map +1 -0
  212. package/esm/components/tbody/index.module.css.js +6 -0
  213. package/esm/components/tbody/index.module.css.js.map +1 -0
  214. package/esm/components/tcell/Component.js +2 -3
  215. package/esm/components/tcell/Component.js.map +1 -0
  216. package/esm/components/tcell/index.css +11 -32
  217. package/esm/components/tcell/index.js +1 -0
  218. package/esm/components/tcell/index.js.map +1 -0
  219. package/esm/components/tcell/index.module.css.js +6 -0
  220. package/esm/components/tcell/index.module.css.js.map +1 -0
  221. package/esm/components/texpandable-row/Component.js +2 -3
  222. package/esm/components/texpandable-row/Component.js.map +1 -0
  223. package/esm/components/texpandable-row/index.css +5 -27
  224. package/esm/components/texpandable-row/index.js +1 -0
  225. package/esm/components/texpandable-row/index.js.map +1 -0
  226. package/esm/components/texpandable-row/index.module.css.js +6 -0
  227. package/esm/components/texpandable-row/index.module.css.js.map +1 -0
  228. package/esm/components/thead/Component.js +2 -3
  229. package/esm/components/thead/Component.js.map +1 -0
  230. package/esm/components/thead/index.css +8 -29
  231. package/esm/components/thead/index.js +1 -0
  232. package/esm/components/thead/index.js.map +1 -0
  233. package/esm/components/thead/index.module.css.js +6 -0
  234. package/esm/components/thead/index.module.css.js.map +1 -0
  235. package/esm/components/thead-cell/Component.js +2 -3
  236. package/esm/components/thead-cell/Component.js.map +1 -0
  237. package/esm/components/thead-cell/index.css +14 -35
  238. package/esm/components/thead-cell/index.js +1 -0
  239. package/esm/components/thead-cell/index.js.map +1 -0
  240. package/esm/components/thead-cell/index.module.css.js +6 -0
  241. package/esm/components/thead-cell/index.module.css.js.map +1 -0
  242. package/esm/components/trow/Component.js +2 -3
  243. package/esm/components/trow/Component.js.map +1 -0
  244. package/esm/components/trow/index.css +11 -32
  245. package/esm/components/trow/index.js +1 -0
  246. package/esm/components/trow/index.js.map +1 -0
  247. package/esm/components/trow/index.module.css.js +6 -0
  248. package/esm/components/trow/index.module.css.js.map +1 -0
  249. package/esm/components/tsortable-head-cell/Component.js +2 -3
  250. package/esm/components/tsortable-head-cell/Component.js.map +1 -0
  251. package/esm/components/tsortable-head-cell/index.css +10 -36
  252. package/esm/components/tsortable-head-cell/index.js +1 -0
  253. package/esm/components/tsortable-head-cell/index.js.map +1 -0
  254. package/esm/components/tsortable-head-cell/index.module.css.js +6 -0
  255. package/esm/components/tsortable-head-cell/index.module.css.js.map +1 -0
  256. package/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -0
  257. package/esm/components/tsortable-head-cell/sort-icon-asc.js.map +1 -0
  258. package/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -0
  259. package/esm/components/tsortable-head-cell/sort-icon-desc.js.map +1 -0
  260. package/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -0
  261. package/esm/components/tsortable-head-cell/sort-icon-unset.js.map +1 -0
  262. package/esm/index.js +1 -0
  263. package/esm/index.js.map +1 -0
  264. package/esm/{component.d.ts → src/component.d.ts} +8 -9
  265. package/esm/src/components/index.d.ts +9 -0
  266. package/{cssm → esm/src}/components/pagination/Component.d.ts +3 -4
  267. package/esm/src/components/pagination/index.d.ts +1 -0
  268. package/esm/src/components/pagination/select-field/index.d.ts +2 -0
  269. package/{components → esm/src/components}/table/Component.d.ts +3 -6
  270. package/esm/src/components/table/index.d.ts +1 -0
  271. package/esm/src/components/table/utils.d.ts +3 -0
  272. package/esm/src/components/table-context/index.d.ts +17 -0
  273. package/{cssm → esm/src}/components/tbody/Component.d.ts +3 -6
  274. package/esm/src/components/tbody/index.d.ts +1 -0
  275. package/{components → esm/src/components}/tcell/Component.d.ts +3 -6
  276. package/esm/src/components/tcell/index.d.ts +1 -0
  277. package/esm/src/components/texpandable-row/Component.d.ts +22 -0
  278. package/esm/src/components/texpandable-row/index.d.ts +1 -0
  279. package/{modern → esm/src}/components/thead/Component.d.ts +3 -6
  280. package/esm/src/components/thead/index.d.ts +1 -0
  281. package/esm/{components → src/components}/thead-cell/Component.d.ts +4 -7
  282. package/esm/src/components/thead-cell/index.d.ts +1 -0
  283. package/{modern → esm/src}/components/trow/Component.d.ts +6 -8
  284. package/esm/src/components/trow/index.d.ts +1 -0
  285. package/esm/src/components/tsortable-head-cell/Component.d.ts +8 -0
  286. package/esm/src/components/tsortable-head-cell/index.d.ts +1 -0
  287. package/esm/src/components/tsortable-head-cell/sort-icon-asc.d.ts +2 -0
  288. package/esm/src/components/tsortable-head-cell/sort-icon-desc.d.ts +2 -0
  289. package/esm/src/components/tsortable-head-cell/sort-icon-unset.d.ts +2 -0
  290. package/esm/src/index.d.ts +1 -0
  291. package/esm/src/typings.d.ts +1 -0
  292. package/esm/src/utils.d.ts +2 -0
  293. package/esm/typings.js +1 -0
  294. package/esm/typings.js.map +1 -0
  295. package/esm/utils.js +1 -0
  296. package/esm/utils.js.map +1 -0
  297. package/index.js +1 -0
  298. package/index.js.map +1 -0
  299. package/modern/component.js +1 -0
  300. package/modern/component.js.map +1 -0
  301. package/modern/components/index.js +1 -0
  302. package/modern/components/index.js.map +1 -0
  303. package/modern/components/pagination/Component.js +2 -3
  304. package/modern/components/pagination/Component.js.map +1 -0
  305. package/modern/components/pagination/index.css +15 -36
  306. package/modern/components/pagination/index.js +1 -0
  307. package/modern/components/pagination/index.js.map +1 -0
  308. package/modern/components/pagination/index.module.css.js +6 -0
  309. package/modern/components/pagination/index.module.css.js.map +1 -0
  310. package/modern/components/pagination/select-field/index.css +5 -27
  311. package/modern/components/pagination/select-field/index.js +2 -3
  312. package/modern/components/pagination/select-field/index.js.map +1 -0
  313. package/modern/components/pagination/select-field/index.module.css.js +6 -0
  314. package/modern/components/pagination/select-field/index.module.css.js.map +1 -0
  315. package/modern/components/table/Component.js +2 -3
  316. package/modern/components/table/Component.js.map +1 -0
  317. package/modern/components/table/index.css +12 -33
  318. package/modern/components/table/index.js +1 -0
  319. package/modern/components/table/index.js.map +1 -0
  320. package/modern/components/table/index.module.css.js +6 -0
  321. package/modern/components/table/index.module.css.js.map +1 -0
  322. package/modern/components/table/utils.js +1 -0
  323. package/modern/components/table/utils.js.map +1 -0
  324. package/modern/components/table-context/index.js +1 -0
  325. package/modern/components/table-context/index.js.map +1 -0
  326. package/modern/components/tbody/Component.js +2 -3
  327. package/modern/components/tbody/Component.js.map +1 -0
  328. package/modern/components/tbody/index.css +1 -24
  329. package/modern/components/tbody/index.js +1 -0
  330. package/modern/components/tbody/index.js.map +1 -0
  331. package/modern/components/tbody/index.module.css.js +6 -0
  332. package/modern/components/tbody/index.module.css.js.map +1 -0
  333. package/modern/components/tcell/Component.js +2 -3
  334. package/modern/components/tcell/Component.js.map +1 -0
  335. package/modern/components/tcell/index.css +11 -32
  336. package/modern/components/tcell/index.js +1 -0
  337. package/modern/components/tcell/index.js.map +1 -0
  338. package/modern/components/tcell/index.module.css.js +6 -0
  339. package/modern/components/tcell/index.module.css.js.map +1 -0
  340. package/modern/components/texpandable-row/Component.js +2 -3
  341. package/modern/components/texpandable-row/Component.js.map +1 -0
  342. package/modern/components/texpandable-row/index.css +5 -27
  343. package/modern/components/texpandable-row/index.js +1 -0
  344. package/modern/components/texpandable-row/index.js.map +1 -0
  345. package/modern/components/texpandable-row/index.module.css.js +6 -0
  346. package/modern/components/texpandable-row/index.module.css.js.map +1 -0
  347. package/modern/components/thead/Component.js +2 -3
  348. package/modern/components/thead/Component.js.map +1 -0
  349. package/modern/components/thead/index.css +8 -29
  350. package/modern/components/thead/index.js +1 -0
  351. package/modern/components/thead/index.js.map +1 -0
  352. package/modern/components/thead/index.module.css.js +6 -0
  353. package/modern/components/thead/index.module.css.js.map +1 -0
  354. package/modern/components/thead-cell/Component.js +2 -3
  355. package/modern/components/thead-cell/Component.js.map +1 -0
  356. package/modern/components/thead-cell/index.css +14 -35
  357. package/modern/components/thead-cell/index.js +1 -0
  358. package/modern/components/thead-cell/index.js.map +1 -0
  359. package/modern/components/thead-cell/index.module.css.js +6 -0
  360. package/modern/components/thead-cell/index.module.css.js.map +1 -0
  361. package/modern/components/trow/Component.js +2 -3
  362. package/modern/components/trow/Component.js.map +1 -0
  363. package/modern/components/trow/index.css +11 -32
  364. package/modern/components/trow/index.js +1 -0
  365. package/modern/components/trow/index.js.map +1 -0
  366. package/modern/components/trow/index.module.css.js +6 -0
  367. package/modern/components/trow/index.module.css.js.map +1 -0
  368. package/modern/components/tsortable-head-cell/Component.js +2 -3
  369. package/modern/components/tsortable-head-cell/Component.js.map +1 -0
  370. package/modern/components/tsortable-head-cell/index.css +10 -36
  371. package/modern/components/tsortable-head-cell/index.js +1 -0
  372. package/modern/components/tsortable-head-cell/index.js.map +1 -0
  373. package/modern/components/tsortable-head-cell/index.module.css.js +6 -0
  374. package/modern/components/tsortable-head-cell/index.module.css.js.map +1 -0
  375. package/modern/components/tsortable-head-cell/sort-icon-asc.js +1 -0
  376. package/modern/components/tsortable-head-cell/sort-icon-asc.js.map +1 -0
  377. package/modern/components/tsortable-head-cell/sort-icon-desc.js +1 -0
  378. package/modern/components/tsortable-head-cell/sort-icon-desc.js.map +1 -0
  379. package/modern/components/tsortable-head-cell/sort-icon-unset.js +1 -0
  380. package/modern/components/tsortable-head-cell/sort-icon-unset.js.map +1 -0
  381. package/modern/index.js +1 -0
  382. package/modern/index.js.map +1 -0
  383. package/{cssm → modern/src}/component.d.ts +8 -9
  384. package/modern/src/components/index.d.ts +9 -0
  385. package/{components → modern/src/components}/pagination/Component.d.ts +3 -4
  386. package/modern/src/components/pagination/index.d.ts +1 -0
  387. package/modern/src/components/pagination/select-field/index.d.ts +2 -0
  388. package/{esm → modern/src}/components/table/Component.d.ts +3 -6
  389. package/modern/src/components/table/index.d.ts +1 -0
  390. package/modern/src/components/table/utils.d.ts +3 -0
  391. package/modern/src/components/table-context/index.d.ts +17 -0
  392. package/modern/{components → src/components}/tbody/Component.d.ts +3 -6
  393. package/modern/src/components/tbody/index.d.ts +1 -0
  394. package/{esm → modern/src}/components/tcell/Component.d.ts +3 -6
  395. package/modern/src/components/tcell/index.d.ts +1 -0
  396. package/modern/src/components/texpandable-row/Component.d.ts +22 -0
  397. package/modern/src/components/texpandable-row/index.d.ts +1 -0
  398. package/{components → modern/src/components}/thead/Component.d.ts +3 -6
  399. package/modern/src/components/thead/index.d.ts +1 -0
  400. package/{cssm → modern/src}/components/thead-cell/Component.d.ts +4 -7
  401. package/modern/src/components/thead-cell/index.d.ts +1 -0
  402. package/{cssm → modern/src}/components/trow/Component.d.ts +6 -8
  403. package/modern/src/components/trow/index.d.ts +1 -0
  404. package/modern/src/components/tsortable-head-cell/Component.d.ts +8 -0
  405. package/modern/src/components/tsortable-head-cell/index.d.ts +1 -0
  406. package/modern/src/components/tsortable-head-cell/sort-icon-asc.d.ts +2 -0
  407. package/modern/src/components/tsortable-head-cell/sort-icon-desc.d.ts +2 -0
  408. package/modern/src/components/tsortable-head-cell/sort-icon-unset.d.ts +2 -0
  409. package/modern/src/index.d.ts +1 -0
  410. package/modern/src/typings.d.ts +1 -0
  411. package/modern/src/utils.d.ts +2 -0
  412. package/modern/typings.js +1 -0
  413. package/modern/typings.js.map +1 -0
  414. package/modern/utils.js +1 -0
  415. package/modern/utils.js.map +1 -0
  416. package/moderncssm/component.js +1 -0
  417. package/moderncssm/component.js.map +1 -0
  418. package/moderncssm/components/index.js +1 -0
  419. package/moderncssm/components/index.js.map +1 -0
  420. package/moderncssm/components/pagination/Component.js +1 -0
  421. package/moderncssm/components/pagination/Component.js.map +1 -0
  422. package/moderncssm/components/pagination/index.js +1 -0
  423. package/moderncssm/components/pagination/index.js.map +1 -0
  424. package/moderncssm/components/pagination/index.module.css +0 -2
  425. package/moderncssm/components/pagination/select-field/index.js +1 -0
  426. package/moderncssm/components/pagination/select-field/index.js.map +1 -0
  427. package/moderncssm/components/pagination/select-field/index.module.css +0 -2
  428. package/moderncssm/components/table/Component.js +1 -0
  429. package/moderncssm/components/table/Component.js.map +1 -0
  430. package/moderncssm/components/table/index.js +1 -0
  431. package/moderncssm/components/table/index.js.map +1 -0
  432. package/moderncssm/components/table/index.module.css +0 -4
  433. package/moderncssm/components/table/utils.js +1 -0
  434. package/moderncssm/components/table/utils.js.map +1 -0
  435. package/moderncssm/components/table-context/index.js +1 -0
  436. package/moderncssm/components/table-context/index.js.map +1 -0
  437. package/moderncssm/components/tbody/Component.js +1 -0
  438. package/moderncssm/components/tbody/Component.js.map +1 -0
  439. package/moderncssm/components/tbody/index.js +1 -0
  440. package/moderncssm/components/tbody/index.js.map +1 -0
  441. package/moderncssm/components/tbody/index.module.css +0 -2
  442. package/moderncssm/components/tcell/Component.js +1 -0
  443. package/moderncssm/components/tcell/Component.js.map +1 -0
  444. package/moderncssm/components/tcell/index.js +1 -0
  445. package/moderncssm/components/tcell/index.js.map +1 -0
  446. package/moderncssm/components/tcell/index.module.css +0 -2
  447. package/moderncssm/components/texpandable-row/Component.js +1 -0
  448. package/moderncssm/components/texpandable-row/Component.js.map +1 -0
  449. package/moderncssm/components/texpandable-row/index.js +1 -0
  450. package/moderncssm/components/texpandable-row/index.js.map +1 -0
  451. package/moderncssm/components/texpandable-row/index.module.css +0 -2
  452. package/moderncssm/components/thead/Component.js +1 -0
  453. package/moderncssm/components/thead/Component.js.map +1 -0
  454. package/moderncssm/components/thead/index.js +1 -0
  455. package/moderncssm/components/thead/index.js.map +1 -0
  456. package/moderncssm/components/thead/index.module.css +0 -2
  457. package/moderncssm/components/thead-cell/Component.js +1 -0
  458. package/moderncssm/components/thead-cell/Component.js.map +1 -0
  459. package/moderncssm/components/thead-cell/index.js +1 -0
  460. package/moderncssm/components/thead-cell/index.js.map +1 -0
  461. package/moderncssm/components/thead-cell/index.module.css +0 -2
  462. package/moderncssm/components/trow/Component.js +1 -0
  463. package/moderncssm/components/trow/Component.js.map +1 -0
  464. package/moderncssm/components/trow/index.js +1 -0
  465. package/moderncssm/components/trow/index.js.map +1 -0
  466. package/moderncssm/components/trow/index.module.css +1 -3
  467. package/moderncssm/components/tsortable-head-cell/Component.js +1 -0
  468. package/moderncssm/components/tsortable-head-cell/Component.js.map +1 -0
  469. package/moderncssm/components/tsortable-head-cell/index.js +1 -0
  470. package/moderncssm/components/tsortable-head-cell/index.js.map +1 -0
  471. package/moderncssm/components/tsortable-head-cell/index.module.css +0 -7
  472. package/moderncssm/components/tsortable-head-cell/sort-icon-asc.js +1 -0
  473. package/moderncssm/components/tsortable-head-cell/sort-icon-asc.js.map +1 -0
  474. package/moderncssm/components/tsortable-head-cell/sort-icon-desc.js +1 -0
  475. package/moderncssm/components/tsortable-head-cell/sort-icon-desc.js.map +1 -0
  476. package/moderncssm/components/tsortable-head-cell/sort-icon-unset.js +1 -0
  477. package/moderncssm/components/tsortable-head-cell/sort-icon-unset.js.map +1 -0
  478. package/moderncssm/index.js +1 -0
  479. package/moderncssm/index.js.map +1 -0
  480. package/{modern → moderncssm/src}/component.d.ts +8 -9
  481. package/moderncssm/src/components/index.d.ts +9 -0
  482. package/{modern → moderncssm/src}/components/pagination/Component.d.ts +3 -4
  483. package/moderncssm/src/components/pagination/index.d.ts +1 -0
  484. package/moderncssm/src/components/pagination/select-field/index.d.ts +2 -0
  485. package/{modern → moderncssm/src}/components/table/Component.d.ts +3 -6
  486. package/moderncssm/src/components/table/index.d.ts +1 -0
  487. package/moderncssm/src/components/table/utils.d.ts +3 -0
  488. package/moderncssm/src/components/table-context/index.d.ts +17 -0
  489. package/{components → moderncssm/src/components}/tbody/Component.d.ts +3 -6
  490. package/moderncssm/src/components/tbody/index.d.ts +1 -0
  491. package/{modern → moderncssm/src}/components/tcell/Component.d.ts +3 -6
  492. package/moderncssm/src/components/tcell/index.d.ts +1 -0
  493. package/moderncssm/src/components/texpandable-row/Component.d.ts +22 -0
  494. package/moderncssm/src/components/texpandable-row/index.d.ts +1 -0
  495. package/{cssm → moderncssm/src}/components/thead/Component.d.ts +3 -6
  496. package/moderncssm/src/components/thead/index.d.ts +1 -0
  497. package/{modern → moderncssm/src}/components/thead-cell/Component.d.ts +4 -7
  498. package/moderncssm/src/components/thead-cell/index.d.ts +1 -0
  499. package/{components → moderncssm/src/components}/trow/Component.d.ts +6 -8
  500. package/moderncssm/src/components/trow/index.d.ts +1 -0
  501. package/moderncssm/src/components/tsortable-head-cell/Component.d.ts +8 -0
  502. package/moderncssm/src/components/tsortable-head-cell/index.d.ts +1 -0
  503. package/moderncssm/src/components/tsortable-head-cell/sort-icon-asc.d.ts +2 -0
  504. package/moderncssm/src/components/tsortable-head-cell/sort-icon-desc.d.ts +2 -0
  505. package/moderncssm/src/components/tsortable-head-cell/sort-icon-unset.d.ts +2 -0
  506. package/moderncssm/src/index.d.ts +1 -0
  507. package/moderncssm/src/typings.d.ts +1 -0
  508. package/moderncssm/src/utils.d.ts +2 -0
  509. package/moderncssm/typings.js +1 -0
  510. package/moderncssm/typings.js.map +1 -0
  511. package/moderncssm/utils.js +1 -0
  512. package/moderncssm/utils.js.map +1 -0
  513. package/package.json +6 -6
  514. package/src/component.d.ts +41 -0
  515. package/src/components/index.d.ts +9 -0
  516. package/src/components/pagination/Component.d.ts +25 -0
  517. package/src/components/pagination/index.d.ts +1 -0
  518. package/src/components/pagination/select-field/index.d.ts +2 -0
  519. package/src/components/table/Component.d.ts +69 -0
  520. package/src/components/table/index.d.ts +1 -0
  521. package/src/components/table/utils.d.ts +3 -0
  522. package/src/components/table-context/index.d.ts +17 -0
  523. package/src/components/tbody/Component.d.ts +21 -0
  524. package/src/components/tbody/index.d.ts +1 -0
  525. package/src/components/tcell/Component.d.ts +16 -0
  526. package/src/components/tcell/index.d.ts +1 -0
  527. package/src/components/texpandable-row/Component.d.ts +22 -0
  528. package/src/components/texpandable-row/index.d.ts +1 -0
  529. package/src/components/thead/Component.d.ts +16 -0
  530. package/src/components/thead/index.d.ts +1 -0
  531. package/src/components/thead-cell/Component.d.ts +25 -0
  532. package/src/components/thead-cell/index.d.ts +1 -0
  533. package/src/components/trow/Component.d.ts +48 -0
  534. package/src/components/trow/index.d.ts +1 -0
  535. package/src/components/tsortable-head-cell/Component.d.ts +8 -0
  536. package/src/components/tsortable-head-cell/index.d.ts +1 -0
  537. package/src/components/tsortable-head-cell/sort-icon-asc.d.ts +2 -0
  538. package/src/components/tsortable-head-cell/sort-icon-desc.d.ts +2 -0
  539. package/src/components/tsortable-head-cell/sort-icon-unset.d.ts +2 -0
  540. package/src/index.d.ts +1 -0
  541. package/src/typings.d.ts +1 -0
  542. package/src/utils.d.ts +2 -0
  543. package/typings.js +1 -0
  544. package/typings.js.map +1 -0
  545. package/utils.js +1 -0
  546. package/utils.js.map +1 -0
  547. package/components/index.d.ts +0 -9
  548. package/components/pagination/index.d.ts +0 -1
  549. package/components/pagination/select-field/index.d.ts +0 -3
  550. package/components/table/index.d.ts +0 -1
  551. package/components/table/utils.d.ts +0 -5
  552. package/components/table-context/index.d.ts +0 -20
  553. package/components/tbody/index.d.ts +0 -1
  554. package/components/tcell/index.d.ts +0 -1
  555. package/components/texpandable-row/Component.d.ts +0 -25
  556. package/components/texpandable-row/index.d.ts +0 -1
  557. package/components/thead/index.d.ts +0 -1
  558. package/components/thead-cell/index.d.ts +0 -1
  559. package/components/trow/index.d.ts +0 -1
  560. package/components/tsortable-head-cell/Component.d.ts +0 -10
  561. package/components/tsortable-head-cell/index.d.ts +0 -1
  562. package/components/tsortable-head-cell/sort-icon-asc.d.ts +0 -5
  563. package/components/tsortable-head-cell/sort-icon-desc.d.ts +0 -5
  564. package/components/tsortable-head-cell/sort-icon-unset.d.ts +0 -5
  565. package/cssm/components/index.d.ts +0 -9
  566. package/cssm/components/pagination/index.d.ts +0 -1
  567. package/cssm/components/pagination/select-field/index.d.ts +0 -3
  568. package/cssm/components/table/index.d.ts +0 -1
  569. package/cssm/components/table/utils.d.ts +0 -5
  570. package/cssm/components/table-context/index.d.ts +0 -20
  571. package/cssm/components/tbody/index.d.ts +0 -1
  572. package/cssm/components/tcell/index.d.ts +0 -1
  573. package/cssm/components/texpandable-row/Component.d.ts +0 -25
  574. package/cssm/components/texpandable-row/index.d.ts +0 -1
  575. package/cssm/components/thead/index.d.ts +0 -1
  576. package/cssm/components/thead-cell/index.d.ts +0 -1
  577. package/cssm/components/trow/index.d.ts +0 -1
  578. package/cssm/components/tsortable-head-cell/Component.d.ts +0 -10
  579. package/cssm/components/tsortable-head-cell/index.d.ts +0 -1
  580. package/cssm/components/tsortable-head-cell/sort-icon-asc.d.ts +0 -5
  581. package/cssm/components/tsortable-head-cell/sort-icon-desc.d.ts +0 -5
  582. package/cssm/components/tsortable-head-cell/sort-icon-unset.d.ts +0 -5
  583. package/cssm/index.d.ts +0 -1
  584. package/cssm/typings.d.ts +0 -2
  585. package/cssm/utils.d.ts +0 -4
  586. package/esm/components/index.d.ts +0 -9
  587. package/esm/components/pagination/index.d.ts +0 -1
  588. package/esm/components/pagination/select-field/index.d.ts +0 -3
  589. package/esm/components/table/index.d.ts +0 -1
  590. package/esm/components/table/utils.d.ts +0 -5
  591. package/esm/components/table-context/index.d.ts +0 -20
  592. package/esm/components/tbody/index.d.ts +0 -1
  593. package/esm/components/tcell/index.d.ts +0 -1
  594. package/esm/components/texpandable-row/Component.d.ts +0 -25
  595. package/esm/components/texpandable-row/index.d.ts +0 -1
  596. package/esm/components/thead/index.d.ts +0 -1
  597. package/esm/components/thead-cell/index.d.ts +0 -1
  598. package/esm/components/trow/index.d.ts +0 -1
  599. package/esm/components/tsortable-head-cell/Component.d.ts +0 -10
  600. package/esm/components/tsortable-head-cell/index.d.ts +0 -1
  601. package/esm/components/tsortable-head-cell/sort-icon-asc.d.ts +0 -5
  602. package/esm/components/tsortable-head-cell/sort-icon-desc.d.ts +0 -5
  603. package/esm/components/tsortable-head-cell/sort-icon-unset.d.ts +0 -5
  604. package/esm/index.d.ts +0 -1
  605. package/esm/typings.d.ts +0 -2
  606. package/esm/utils.d.ts +0 -4
  607. package/index.d.ts +0 -1
  608. package/modern/components/index.d.ts +0 -9
  609. package/modern/components/pagination/index.d.ts +0 -1
  610. package/modern/components/pagination/select-field/index.d.ts +0 -3
  611. package/modern/components/table/index.d.ts +0 -1
  612. package/modern/components/table/utils.d.ts +0 -5
  613. package/modern/components/table-context/index.d.ts +0 -20
  614. package/modern/components/tbody/index.d.ts +0 -1
  615. package/modern/components/tcell/index.d.ts +0 -1
  616. package/modern/components/texpandable-row/Component.d.ts +0 -25
  617. package/modern/components/texpandable-row/index.d.ts +0 -1
  618. package/modern/components/thead/index.d.ts +0 -1
  619. package/modern/components/thead-cell/index.d.ts +0 -1
  620. package/modern/components/trow/index.d.ts +0 -1
  621. package/modern/components/tsortable-head-cell/Component.d.ts +0 -10
  622. package/modern/components/tsortable-head-cell/index.d.ts +0 -1
  623. package/modern/components/tsortable-head-cell/sort-icon-asc.d.ts +0 -5
  624. package/modern/components/tsortable-head-cell/sort-icon-desc.d.ts +0 -5
  625. package/modern/components/tsortable-head-cell/sort-icon-unset.d.ts +0 -5
  626. package/modern/index.d.ts +0 -1
  627. package/modern/typings.d.ts +0 -2
  628. package/modern/utils.d.ts +0 -4
  629. package/moderncssm/component.d.ts +0 -42
  630. package/moderncssm/components/index.d.ts +0 -9
  631. package/moderncssm/components/pagination/Component.d.ts +0 -26
  632. package/moderncssm/components/pagination/index.d.ts +0 -1
  633. package/moderncssm/components/pagination/select-field/index.d.ts +0 -3
  634. package/moderncssm/components/table/Component.d.ts +0 -72
  635. package/moderncssm/components/table/index.d.ts +0 -1
  636. package/moderncssm/components/table/utils.d.ts +0 -5
  637. package/moderncssm/components/table-context/index.d.ts +0 -20
  638. package/moderncssm/components/tbody/Component.d.ts +0 -24
  639. package/moderncssm/components/tbody/index.d.ts +0 -1
  640. package/moderncssm/components/tcell/Component.d.ts +0 -19
  641. package/moderncssm/components/tcell/index.d.ts +0 -1
  642. package/moderncssm/components/texpandable-row/Component.d.ts +0 -25
  643. package/moderncssm/components/texpandable-row/index.d.ts +0 -1
  644. package/moderncssm/components/thead/Component.d.ts +0 -19
  645. package/moderncssm/components/thead/index.d.ts +0 -1
  646. package/moderncssm/components/thead-cell/Component.d.ts +0 -28
  647. package/moderncssm/components/thead-cell/index.d.ts +0 -1
  648. package/moderncssm/components/trow/Component.d.ts +0 -50
  649. package/moderncssm/components/trow/index.d.ts +0 -1
  650. package/moderncssm/components/tsortable-head-cell/Component.d.ts +0 -10
  651. package/moderncssm/components/tsortable-head-cell/index.d.ts +0 -1
  652. package/moderncssm/components/tsortable-head-cell/sort-icon-asc.d.ts +0 -5
  653. package/moderncssm/components/tsortable-head-cell/sort-icon-desc.d.ts +0 -5
  654. package/moderncssm/components/tsortable-head-cell/sort-icon-unset.d.ts +0 -5
  655. package/moderncssm/index.d.ts +0 -1
  656. package/moderncssm/typings.d.ts +0 -2
  657. package/moderncssm/utils.d.ts +0 -4
  658. package/typings.d.ts +0 -2
  659. package/utils.d.ts +0 -4
@@ -0,0 +1,2 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const SortIconDesc: React.FC<SVGProps<SVGSVGElement>>;
@@ -0,0 +1,2 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const SortIconUnset: React.FC<SVGProps<SVGSVGElement>>;
package/src/index.d.ts ADDED
@@ -0,0 +1 @@
1
+ export * from './component';
@@ -0,0 +1 @@
1
+ export declare type TextAlignProperty = 'center' | 'end' | 'justify' | 'left' | 'match-parent' | 'right' | 'start';
package/src/utils.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare function isChildInstanceOf<P>(child: React.ReactElement, Component: React.ComponentType<P>): boolean;
package/typings.js CHANGED
@@ -1,2 +1,3 @@
1
1
  'use strict';
2
2
 
3
+ //# sourceMappingURL=typings.js.map
package/typings.js.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"typings.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
package/utils.js CHANGED
@@ -14,3 +14,4 @@ function isChildInstanceOf(child, Component) {
14
14
  }
15
15
 
16
16
  exports.isChildInstanceOf = isChildInstanceOf;
17
+ //# sourceMappingURL=utils.js.map
package/utils.js.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.js","sources":["../src/utils.ts"],"sourcesContent":["import React from 'react';\n\nexport function isChildInstanceOf<P>(child: React.ReactElement, Component: React.ComponentType<P>) {\n // мы не можем полагаться на child.type === Component, см. https://github.com/gaearon/react-hot-loader/issues/304\n return child.type === React.createElement(Component).type;\n}\n"],"names":["React"],"mappings":";;;;;;;;;;AAEgB,SAAA,iBAAiB,CAAI,KAAyB,EAAE,SAAiC,EAAA;;AAE7F,IAAA,OAAO,KAAK,CAAC,IAAI,KAAKA,sBAAK,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC,IAAI;AAC7D;;;;"}
@@ -1,9 +0,0 @@
1
- export * from "./table/index";
2
- export * from "./pagination/index";
3
- export * from "./thead/index";
4
- export * from "./thead-cell/index";
5
- export * from "./tsortable-head-cell/index";
6
- export * from "./tbody/index";
7
- export * from "./tcell/index";
8
- export * from "./trow/index";
9
- export * from "./texpandable-row/index";
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1,3 +0,0 @@
1
- import { SelectProps } from "@alfalab/core-components-select";
2
- declare const CustomSelectField: SelectProps['Field'];
3
- export { CustomSelectField };
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { THeadCellProps } from "../thead-cell/index";
4
- declare function findAllHeadCellsProps(children: React.ReactElement | React.ReactElement[]): THeadCellProps[];
5
- export { findAllHeadCellsProps };
@@ -1,20 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { RefObject } from "react";
4
- import { TextAlignProperty } from "../../typings";
5
- type ColumnConfiguration = {
6
- width?: string | number;
7
- textAlign?: TextAlignProperty;
8
- hidden?: boolean;
9
- index: number;
10
- };
11
- type TableContextType = {
12
- columnsConfiguration: ColumnConfiguration[];
13
- stickyHeader: boolean;
14
- compactView: boolean;
15
- compactHorizontal: boolean;
16
- wrapperRef: RefObject<HTMLDivElement>;
17
- };
18
- declare const DEFAULT_TABLE_CONTEXT: TableContextType;
19
- declare const TableContext: React.Context<TableContextType>;
20
- export { ColumnConfiguration, TableContextType, DEFAULT_TABLE_CONTEXT, TableContext };
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1,25 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { ReactNode, Ref } from "react";
4
- import { TRowProps } from "../trow/index";
5
- type TExpandableRowProps = TRowProps & {
6
- defaultExpanded?: boolean;
7
- expanded?: boolean;
8
- onToggle?: (expanded: boolean) => void;
9
- renderContent: (expanded: boolean) => ReactNode;
10
- rowRef?: Ref<HTMLTableRowElement>;
11
- };
12
- declare const TExpandableRow: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableRowElement> & {
13
- children: React.ReactElement<import("../index").TCellProps, ({ className, style, dataTestId, children, index, ...restProps }: import("../index").TCellProps) => React.JSX.Element | null> | React.ReactElement<import("../index").TCellProps, ({ className, style, dataTestId, children, index, ...restProps }: import("../index").TCellProps) => React.JSX.Element | null>[];
14
- className?: string | undefined;
15
- selected?: boolean | undefined;
16
- withoutBorder?: boolean | undefined;
17
- dataTestId?: string | undefined;
18
- } & {
19
- defaultExpanded?: boolean | undefined;
20
- expanded?: boolean | undefined;
21
- onToggle?: ((expanded: boolean) => void) | undefined;
22
- renderContent: (expanded: boolean) => ReactNode;
23
- rowRef?: React.Ref<HTMLTableRowElement> | undefined;
24
- } & React.RefAttributes<HTMLTableRowElement>>;
25
- export { TExpandableRowProps, TExpandableRow };
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { THeadCellProps } from "../thead-cell/index";
4
- type TSortableHeadCellProps = THeadCellProps & {
5
- isSortedDesc?: boolean;
6
- defaultIsSortedDesc?: boolean;
7
- onSort?: () => void;
8
- };
9
- declare const TSortableHeadCell: ({ children, className, defaultIsSortedDesc, isSortedDesc, textAlign, onSort, ...restProps }: TSortableHeadCellProps) => React.JSX.Element;
10
- export { TSortableHeadCellProps, TSortableHeadCell };
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { SVGProps } from "react";
4
- declare const SortIconAsc: React.FC<SVGProps<SVGSVGElement>>;
5
- export { SortIconAsc };
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { SVGProps } from "react";
4
- declare const SortIconDesc: React.FC<SVGProps<SVGSVGElement>>;
5
- export { SortIconDesc };
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { SVGProps } from "react";
4
- declare const SortIconUnset: React.FC<SVGProps<SVGSVGElement>>;
5
- export { SortIconUnset };
@@ -1,9 +0,0 @@
1
- export * from "./table/index";
2
- export * from "./pagination/index";
3
- export * from "./thead/index";
4
- export * from "./thead-cell/index";
5
- export * from "./tsortable-head-cell/index";
6
- export * from "./tbody/index";
7
- export * from "./tcell/index";
8
- export * from "./trow/index";
9
- export * from "./texpandable-row/index";
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1,3 +0,0 @@
1
- import { SelectProps } from "@alfalab/core-components-select";
2
- declare const CustomSelectField: SelectProps['Field'];
3
- export { CustomSelectField };
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { THeadCellProps } from "../thead-cell/index";
4
- declare function findAllHeadCellsProps(children: React.ReactElement | React.ReactElement[]): THeadCellProps[];
5
- export { findAllHeadCellsProps };
@@ -1,20 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { RefObject } from "react";
4
- import { TextAlignProperty } from "../../typings";
5
- type ColumnConfiguration = {
6
- width?: string | number;
7
- textAlign?: TextAlignProperty;
8
- hidden?: boolean;
9
- index: number;
10
- };
11
- type TableContextType = {
12
- columnsConfiguration: ColumnConfiguration[];
13
- stickyHeader: boolean;
14
- compactView: boolean;
15
- compactHorizontal: boolean;
16
- wrapperRef: RefObject<HTMLDivElement>;
17
- };
18
- declare const DEFAULT_TABLE_CONTEXT: TableContextType;
19
- declare const TableContext: React.Context<TableContextType>;
20
- export { ColumnConfiguration, TableContextType, DEFAULT_TABLE_CONTEXT, TableContext };
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1,25 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { ReactNode, Ref } from "react";
4
- import { TRowProps } from "../trow/index";
5
- type TExpandableRowProps = TRowProps & {
6
- defaultExpanded?: boolean;
7
- expanded?: boolean;
8
- onToggle?: (expanded: boolean) => void;
9
- renderContent: (expanded: boolean) => ReactNode;
10
- rowRef?: Ref<HTMLTableRowElement>;
11
- };
12
- declare const TExpandableRow: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableRowElement> & {
13
- children: React.ReactElement<import("../index").TCellProps, ({ className, style, dataTestId, children, index, ...restProps }: import("../index").TCellProps) => React.JSX.Element | null> | React.ReactElement<import("../index").TCellProps, ({ className, style, dataTestId, children, index, ...restProps }: import("../index").TCellProps) => React.JSX.Element | null>[];
14
- className?: string | undefined;
15
- selected?: boolean | undefined;
16
- withoutBorder?: boolean | undefined;
17
- dataTestId?: string | undefined;
18
- } & {
19
- defaultExpanded?: boolean | undefined;
20
- expanded?: boolean | undefined;
21
- onToggle?: ((expanded: boolean) => void) | undefined;
22
- renderContent: (expanded: boolean) => ReactNode;
23
- rowRef?: React.Ref<HTMLTableRowElement> | undefined;
24
- } & React.RefAttributes<HTMLTableRowElement>>;
25
- export { TExpandableRowProps, TExpandableRow };
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { THeadCellProps } from "../thead-cell/index";
4
- type TSortableHeadCellProps = THeadCellProps & {
5
- isSortedDesc?: boolean;
6
- defaultIsSortedDesc?: boolean;
7
- onSort?: () => void;
8
- };
9
- declare const TSortableHeadCell: ({ children, className, defaultIsSortedDesc, isSortedDesc, textAlign, onSort, ...restProps }: TSortableHeadCellProps) => React.JSX.Element;
10
- export { TSortableHeadCellProps, TSortableHeadCell };
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { SVGProps } from "react";
4
- declare const SortIconAsc: React.FC<SVGProps<SVGSVGElement>>;
5
- export { SortIconAsc };
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { SVGProps } from "react";
4
- declare const SortIconDesc: React.FC<SVGProps<SVGSVGElement>>;
5
- export { SortIconDesc };
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { SVGProps } from "react";
4
- declare const SortIconUnset: React.FC<SVGProps<SVGSVGElement>>;
5
- export { SortIconUnset };
package/cssm/index.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from "./component";
package/cssm/typings.d.ts DELETED
@@ -1,2 +0,0 @@
1
- type TextAlignProperty = 'center' | 'end' | 'justify' | 'left' | 'match-parent' | 'right' | 'start';
2
- export { TextAlignProperty };
package/cssm/utils.d.ts DELETED
@@ -1,4 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- declare function isChildInstanceOf<P>(child: React.ReactElement, Component: React.ComponentType<P>): boolean;
4
- export { isChildInstanceOf };
@@ -1,9 +0,0 @@
1
- export * from "./table/index";
2
- export * from "./pagination/index";
3
- export * from "./thead/index";
4
- export * from "./thead-cell/index";
5
- export * from "./tsortable-head-cell/index";
6
- export * from "./tbody/index";
7
- export * from "./tcell/index";
8
- export * from "./trow/index";
9
- export * from "./texpandable-row/index";
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1,3 +0,0 @@
1
- import { SelectProps } from "@alfalab/core-components-select";
2
- declare const CustomSelectField: SelectProps['Field'];
3
- export { CustomSelectField };
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { THeadCellProps } from "../thead-cell/index";
4
- declare function findAllHeadCellsProps(children: React.ReactElement | React.ReactElement[]): THeadCellProps[];
5
- export { findAllHeadCellsProps };
@@ -1,20 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { RefObject } from "react";
4
- import { TextAlignProperty } from "../../typings";
5
- type ColumnConfiguration = {
6
- width?: string | number;
7
- textAlign?: TextAlignProperty;
8
- hidden?: boolean;
9
- index: number;
10
- };
11
- type TableContextType = {
12
- columnsConfiguration: ColumnConfiguration[];
13
- stickyHeader: boolean;
14
- compactView: boolean;
15
- compactHorizontal: boolean;
16
- wrapperRef: RefObject<HTMLDivElement>;
17
- };
18
- declare const DEFAULT_TABLE_CONTEXT: TableContextType;
19
- declare const TableContext: React.Context<TableContextType>;
20
- export { ColumnConfiguration, TableContextType, DEFAULT_TABLE_CONTEXT, TableContext };
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1,25 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { ReactNode, Ref } from "react";
4
- import { TRowProps } from "../trow/index";
5
- type TExpandableRowProps = TRowProps & {
6
- defaultExpanded?: boolean;
7
- expanded?: boolean;
8
- onToggle?: (expanded: boolean) => void;
9
- renderContent: (expanded: boolean) => ReactNode;
10
- rowRef?: Ref<HTMLTableRowElement>;
11
- };
12
- declare const TExpandableRow: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableRowElement> & {
13
- children: React.ReactElement<import("../index").TCellProps, ({ className, style, dataTestId, children, index, ...restProps }: import("../index").TCellProps) => React.JSX.Element | null> | React.ReactElement<import("../index").TCellProps, ({ className, style, dataTestId, children, index, ...restProps }: import("../index").TCellProps) => React.JSX.Element | null>[];
14
- className?: string | undefined;
15
- selected?: boolean | undefined;
16
- withoutBorder?: boolean | undefined;
17
- dataTestId?: string | undefined;
18
- } & {
19
- defaultExpanded?: boolean | undefined;
20
- expanded?: boolean | undefined;
21
- onToggle?: ((expanded: boolean) => void) | undefined;
22
- renderContent: (expanded: boolean) => ReactNode;
23
- rowRef?: React.Ref<HTMLTableRowElement> | undefined;
24
- } & React.RefAttributes<HTMLTableRowElement>>;
25
- export { TExpandableRowProps, TExpandableRow };
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { THeadCellProps } from "../thead-cell/index";
4
- type TSortableHeadCellProps = THeadCellProps & {
5
- isSortedDesc?: boolean;
6
- defaultIsSortedDesc?: boolean;
7
- onSort?: () => void;
8
- };
9
- declare const TSortableHeadCell: ({ children, className, defaultIsSortedDesc, isSortedDesc, textAlign, onSort, ...restProps }: TSortableHeadCellProps) => React.JSX.Element;
10
- export { TSortableHeadCellProps, TSortableHeadCell };
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { SVGProps } from "react";
4
- declare const SortIconAsc: React.FC<SVGProps<SVGSVGElement>>;
5
- export { SortIconAsc };
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { SVGProps } from "react";
4
- declare const SortIconDesc: React.FC<SVGProps<SVGSVGElement>>;
5
- export { SortIconDesc };
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { SVGProps } from "react";
4
- declare const SortIconUnset: React.FC<SVGProps<SVGSVGElement>>;
5
- export { SortIconUnset };
package/esm/index.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from "./component";
package/esm/typings.d.ts DELETED
@@ -1,2 +0,0 @@
1
- type TextAlignProperty = 'center' | 'end' | 'justify' | 'left' | 'match-parent' | 'right' | 'start';
2
- export { TextAlignProperty };
package/esm/utils.d.ts DELETED
@@ -1,4 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- declare function isChildInstanceOf<P>(child: React.ReactElement, Component: React.ComponentType<P>): boolean;
4
- export { isChildInstanceOf };
package/index.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from "./component";
@@ -1,9 +0,0 @@
1
- export * from "./table/index";
2
- export * from "./pagination/index";
3
- export * from "./thead/index";
4
- export * from "./thead-cell/index";
5
- export * from "./tsortable-head-cell/index";
6
- export * from "./tbody/index";
7
- export * from "./tcell/index";
8
- export * from "./trow/index";
9
- export * from "./texpandable-row/index";
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1,3 +0,0 @@
1
- import { SelectProps } from "@alfalab/core-components-select";
2
- declare const CustomSelectField: SelectProps['Field'];
3
- export { CustomSelectField };
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { THeadCellProps } from "../thead-cell/index";
4
- declare function findAllHeadCellsProps(children: React.ReactElement | React.ReactElement[]): THeadCellProps[];
5
- export { findAllHeadCellsProps };
@@ -1,20 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { RefObject } from "react";
4
- import { TextAlignProperty } from "../../typings";
5
- type ColumnConfiguration = {
6
- width?: string | number;
7
- textAlign?: TextAlignProperty;
8
- hidden?: boolean;
9
- index: number;
10
- };
11
- type TableContextType = {
12
- columnsConfiguration: ColumnConfiguration[];
13
- stickyHeader: boolean;
14
- compactView: boolean;
15
- compactHorizontal: boolean;
16
- wrapperRef: RefObject<HTMLDivElement>;
17
- };
18
- declare const DEFAULT_TABLE_CONTEXT: TableContextType;
19
- declare const TableContext: React.Context<TableContextType>;
20
- export { ColumnConfiguration, TableContextType, DEFAULT_TABLE_CONTEXT, TableContext };
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1,25 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { ReactNode, Ref } from "react";
4
- import { TRowProps } from "../trow/index";
5
- type TExpandableRowProps = TRowProps & {
6
- defaultExpanded?: boolean;
7
- expanded?: boolean;
8
- onToggle?: (expanded: boolean) => void;
9
- renderContent: (expanded: boolean) => ReactNode;
10
- rowRef?: Ref<HTMLTableRowElement>;
11
- };
12
- declare const TExpandableRow: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableRowElement> & {
13
- children: React.ReactElement<import("../index").TCellProps, ({ className, style, dataTestId, children, index, ...restProps }: import("../index").TCellProps) => React.JSX.Element | null> | React.ReactElement<import("../index").TCellProps, ({ className, style, dataTestId, children, index, ...restProps }: import("../index").TCellProps) => React.JSX.Element | null>[];
14
- className?: string | undefined;
15
- selected?: boolean | undefined;
16
- withoutBorder?: boolean | undefined;
17
- dataTestId?: string | undefined;
18
- } & {
19
- defaultExpanded?: boolean | undefined;
20
- expanded?: boolean | undefined;
21
- onToggle?: ((expanded: boolean) => void) | undefined;
22
- renderContent: (expanded: boolean) => ReactNode;
23
- rowRef?: React.Ref<HTMLTableRowElement> | undefined;
24
- } & React.RefAttributes<HTMLTableRowElement>>;
25
- export { TExpandableRowProps, TExpandableRow };
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { THeadCellProps } from "../thead-cell/index";
4
- type TSortableHeadCellProps = THeadCellProps & {
5
- isSortedDesc?: boolean;
6
- defaultIsSortedDesc?: boolean;
7
- onSort?: () => void;
8
- };
9
- declare const TSortableHeadCell: ({ children, className, defaultIsSortedDesc, isSortedDesc, textAlign, onSort, ...restProps }: TSortableHeadCellProps) => React.JSX.Element;
10
- export { TSortableHeadCellProps, TSortableHeadCell };
@@ -1 +0,0 @@
1
- export * from "./Component";
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { SVGProps } from "react";
4
- declare const SortIconAsc: React.FC<SVGProps<SVGSVGElement>>;
5
- export { SortIconAsc };
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { SVGProps } from "react";
4
- declare const SortIconDesc: React.FC<SVGProps<SVGSVGElement>>;
5
- export { SortIconDesc };
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { SVGProps } from "react";
4
- declare const SortIconUnset: React.FC<SVGProps<SVGSVGElement>>;
5
- export { SortIconUnset };