@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
@@ -1,56 +1,30 @@
1
- /* hash: tqny3 */
2
- :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
- } /* deprecated */ :root {
1
+ :root {
4
2
  --color-light-neutral-700: #898991;
5
3
  --color-light-neutral-translucent-1300: rgba(3, 3, 6, 0.88);
6
- --color-light-status-info: #2288fa; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
7
- } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
8
- } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
+ --color-light-status-info: #2288fa;
9
5
  } :root {
10
-
11
- /* Hard */
12
-
13
- /* Up */
14
-
15
- /* Hard up */
16
- } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
17
-
18
- /* новые значения, используйте их */
19
- } :root { /* deprecated */ /* deprecated */
20
- --gap-xs: 8px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
21
-
22
- /* новые значения, используйте их */
23
-
24
- /* no-unit может приводить к проблемам в calc (#1559) */
25
- /* stylelint-disable-next-line length-zero-no-unit */
6
+ --gap-xs: 8px;
26
7
  --gap-0: 0px;
27
8
  --gap-8: var(--gap-xs);
28
- } :root {
29
- } /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ :root {
30
- } /* сбрасывает синюю подсветку при нажатии */ .table__content_x3whl {
9
+ } .table__content_1vhqv {
31
10
  display: flex;
32
11
  align-items: flex-start;
33
- } .table__icon_x3whl {
12
+ } .table__icon_1vhqv {
34
13
  cursor: pointer;
35
14
  margin-left: var(--gap-8);
36
-
37
- /**
38
- * иконка сортировки должна быть выровнена по верхнему краю,
39
- * т.к. текст может быть в две строки
40
- */
41
15
  margin-top: 1px;
42
16
  color: var(--color-light-neutral-700);
43
17
  transition: color 0.2s ease;
44
18
  flex-shrink: 0
45
- } .table__icon_x3whl:hover {
19
+ } .table__icon_1vhqv:hover {
46
20
  color: var(--color-light-neutral-translucent-1300);
47
- } .table__reverse_x3whl {
21
+ } .table__reverse_1vhqv {
48
22
  flex-direction: row-reverse
49
- } .table__reverse_x3whl .table__icon_x3whl {
23
+ } .table__reverse_1vhqv .table__icon_1vhqv {
50
24
  margin-left: var(--gap-0);
51
25
  margin-right: var(--gap-8);
52
- } .table__sorted_x3whl {
26
+ } .table__sorted_1vhqv {
53
27
  color: var(--color-light-status-info)
54
- } .table__sorted_x3whl:hover {
28
+ } .table__sorted_1vhqv:hover {
55
29
  color: var(--color-light-status-info);
56
30
  }
@@ -1 +1,2 @@
1
1
  export { TSortableHeadCell } from './Component.js';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import './index.css';
2
+
3
+ var styles = {"content":"table__content_1vhqv","icon":"table__icon_1vhqv","reverse":"table__reverse_1vhqv","sorted":"table__sorted_1vhqv"};
4
+
5
+ export { styles as default };
6
+ //# sourceMappingURL=index.module.css.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.module.css.js","sources":["../../src/components/tsortable-head-cell/index.module.css"],"sourcesContent":["@import '../../../../vars/src/index.css';\n\n.content {\n display: flex;\n align-items: flex-start;\n}\n\n.icon {\n cursor: pointer;\n margin-left: var(--gap-8);\n\n /**\n * иконка сортировки должна быть выровнена по верхнему краю,\n * т.к. текст может быть в две строки\n */\n margin-top: 1px;\n color: var(--color-light-neutral-700);\n transition: color 0.2s ease;\n flex-shrink: 0;\n\n &:hover {\n color: var(--color-light-neutral-translucent-1300);\n }\n}\n\n.reverse {\n flex-direction: row-reverse;\n\n & .icon {\n margin-left: var(--gap-0);\n margin-right: var(--gap-8);\n }\n}\n\n.sorted {\n color: var(--color-light-status-info);\n\n &:hover {\n color: var(--color-light-status-info);\n }\n}\n"],"names":[],"mappings":";;AAEgB,aAAe,CAAC,SAAS,CAAC,sBAAsB,CAAC,MAAM,CAAC,mBAAmB,CAAC,SAAS,CAAC,sBAAsB,CAAC,QAAQ,CAAC,qBAAqB,CAAC;;;;"}
@@ -5,3 +5,4 @@ var SortIconAsc = function (props) { return (React.createElement("svg", __assign
5
5
  React.createElement("path", { d: 'M3.00004 10C3.00004 10 11.4477 10 12 10C12 9.33333 12.0001 8.16667 12.0001 7.5H3.0001C3.00006 8 3.0001 9.5 3.00004 10ZM3.0001 3.5C3.00003 4.16667 3 5.33333 3 6H9C9 5.33333 9 4.16667 9 3.5C9 3.5 3.55238 3.5 3.0001 3.5ZM3.00009 14C3.21041 14 15 14 15 14C15 13.5 15 12 15 11.5C15 11.5 3.55238 11.5 3.00009 11.5C3 12 3 13.5 3.00009 14Z' }))); };
6
6
 
7
7
  export { SortIconAsc };
8
+ //# sourceMappingURL=sort-icon-asc.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sort-icon-asc.js","sources":["../../../../src/components/tsortable-head-cell/sort-icon-asc.tsx"],"sourcesContent":["import React, { SVGProps } from 'react';\n\nexport const SortIconAsc: React.FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n width='18'\n height='18'\n viewBox='0 0 18 18'\n fill='currentColor'\n xmlns='http://www.w3.org/2000/svg'\n focusable='false'\n role='img'\n {...props}\n >\n <path d='M3.00004 10C3.00004 10 11.4477 10 12 10C12 9.33333 12.0001 8.16667 12.0001 7.5H3.0001C3.00006 8 3.0001 9.5 3.00004 10ZM3.0001 3.5C3.00003 4.16667 3 5.33333 3 6H9C9 5.33333 9 4.16667 9 3.5C9 3.5 3.55238 3.5 3.0001 3.5ZM3.00009 14C3.21041 14 15 14 15 14C15 13.5 15 12 15 11.5C15 11.5 3.55238 11.5 3.00009 11.5C3 12 3 13.5 3.00009 14Z' />\n </svg>\n);\n"],"names":[],"mappings":";;;AAEa,IAAA,WAAW,GAAsC,UAAC,KAAK,EAAK,EAAA,QACrE,KAAA,CAAA,aAAA,CAAA,KAAA,EAAA,QAAA,CAAA,EACI,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,cAAc,EACnB,KAAK,EAAC,4BAA4B,EAClC,SAAS,EAAC,OAAO,EACjB,IAAI,EAAC,KAAK,IACN,KAAK,CAAA;IAET,KAAM,CAAA,aAAA,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,6UAA6U,EAAA,CAAG,CACtV,EACT;;;;"}
@@ -5,3 +5,4 @@ var SortIconDesc = function (props) { return (React.createElement("svg", __assig
5
5
  React.createElement("path", { d: 'M3.00004 10C3.00004 10 11.4477 10 12 10C12 9.33333 12.0001 8.16667 12.0001 7.5H3.0001C3.00006 8 3.0001 9.5 3.00004 10ZM3.0001 3.5C3.00003 4.16667 3 5.33333 3 6H15C15 5.33333 15 4.16667 15 3.5C15 3.5 3.55238 3.5 3.0001 3.5ZM3.00009 14C3.21041 14 9 14 9 14C9 13.5 9 12 9 11.5C9 11.5 3.55238 11.5 3.00009 11.5C3 12 3 13.5 3.00009 14Z' }))); };
6
6
 
7
7
  export { SortIconDesc };
8
+ //# sourceMappingURL=sort-icon-desc.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sort-icon-desc.js","sources":["../../../../src/components/tsortable-head-cell/sort-icon-desc.tsx"],"sourcesContent":["import React, { SVGProps } from 'react';\n\nexport const SortIconDesc: React.FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n width='18'\n height='18'\n viewBox='0 0 18 18'\n fill='currentColor'\n xmlns='http://www.w3.org/2000/svg'\n focusable='false'\n role='img'\n {...props}\n >\n <path d='M3.00004 10C3.00004 10 11.4477 10 12 10C12 9.33333 12.0001 8.16667 12.0001 7.5H3.0001C3.00006 8 3.0001 9.5 3.00004 10ZM3.0001 3.5C3.00003 4.16667 3 5.33333 3 6H15C15 5.33333 15 4.16667 15 3.5C15 3.5 3.55238 3.5 3.0001 3.5ZM3.00009 14C3.21041 14 9 14 9 14C9 13.5 9 12 9 11.5C9 11.5 3.55238 11.5 3.00009 11.5C3 12 3 13.5 3.00009 14Z' />\n </svg>\n);\n"],"names":[],"mappings":";;;AAEa,IAAA,YAAY,GAAsC,UAAC,KAAK,EAAK,EAAA,QACtE,KAAA,CAAA,aAAA,CAAA,KAAA,EAAA,QAAA,CAAA,EACI,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,cAAc,EACnB,KAAK,EAAC,4BAA4B,EAClC,SAAS,EAAC,OAAO,EACjB,IAAI,EAAC,KAAK,IACN,KAAK,CAAA;IAET,KAAM,CAAA,aAAA,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,4UAA4U,EAAA,CAAG,CACrV,EACT;;;;"}
@@ -5,3 +5,4 @@ var SortIconUnset = function (props) { return (React.createElement("svg", __assi
5
5
  React.createElement("path", { d: 'M3 10C3 10 10.4477 10 11 10C11 9.33333 11.0001 8.16667 11.0001 7.5H3.00006C3.00002 8 3.00006 9.5 3 10ZM3.0001 3.5C3.00003 4.16667 3 5.33333 3 6H15C15 5.33333 15 4.16667 15 3.5C15 3.5 3.55238 3.5 3.0001 3.5ZM3 14C3.21032 14 14 14 14 14C14 13.5 14 12 14 11.5C14 11.5 3.55228 11.5 3 11.5C2.99991 12 2.99991 13.5 3 14Z' }))); };
6
6
 
7
7
  export { SortIconUnset };
8
+ //# sourceMappingURL=sort-icon-unset.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sort-icon-unset.js","sources":["../../../../src/components/tsortable-head-cell/sort-icon-unset.tsx"],"sourcesContent":["import React, { SVGProps } from 'react';\n\nexport const SortIconUnset: React.FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n width='18'\n height='18'\n viewBox='0 0 18 18'\n fill='currentColor'\n xmlns='http://www.w3.org/2000/svg'\n focusable='false'\n role='img'\n {...props}\n >\n <path d='M3 10C3 10 10.4477 10 11 10C11 9.33333 11.0001 8.16667 11.0001 7.5H3.00006C3.00002 8 3.00006 9.5 3 10ZM3.0001 3.5C3.00003 4.16667 3 5.33333 3 6H15C15 5.33333 15 4.16667 15 3.5C15 3.5 3.55238 3.5 3.0001 3.5ZM3 14C3.21032 14 14 14 14 14C14 13.5 14 12 14 11.5C14 11.5 3.55228 11.5 3 11.5C2.99991 12 2.99991 13.5 3 14Z' />\n </svg>\n);\n"],"names":[],"mappings":";;;AAEa,IAAA,aAAa,GAAsC,UAAC,KAAK,EAAK,EAAA,QACvE,KAAA,CAAA,aAAA,CAAA,KAAA,EAAA,QAAA,CAAA,EACI,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,cAAc,EACnB,KAAK,EAAC,4BAA4B,EAClC,SAAS,EAAC,OAAO,EACjB,IAAI,EAAC,KAAK,IACN,KAAK,CAAA;IAET,KAAM,CAAA,aAAA,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,4TAA4T,EAAA,CAAG,CACrU,EACT;;;;"}
package/esm/index.js CHANGED
@@ -1 +1,2 @@
1
1
  export { Table } from './component.js';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare const Table: import("react").ForwardRefExoticComponent<import("react").TableHTMLAttributes<HTMLTableElement> & {
2
+ export declare const Table: import("react").ForwardRefExoticComponent<import("react").TableHTMLAttributes<HTMLTableElement> & {
3
3
  compactView?: boolean | undefined;
4
4
  compactHorizontal?: boolean | undefined;
5
5
  className?: string | undefined;
@@ -13,19 +13,19 @@ declare const Table: import("react").ForwardRefExoticComponent<import("react").T
13
13
  className?: string | undefined;
14
14
  dataTestId?: string | undefined;
15
15
  } & import("react").RefAttributes<HTMLTableSectionElement>>;
16
- THead: import("react").FC<import("./components/index").THeadProps>;
17
- THeadCell: ({ children, className, dataTestId, style, width, textAlign, hidden, ...restProps }: import("./components/index").THeadCellProps) => import("react").JSX.Element | null;
18
- TSortableHeadCell: ({ children, className, defaultIsSortedDesc, isSortedDesc, textAlign, onSort, ...restProps }: import("./components/index").TSortableHeadCellProps) => import("react").JSX.Element;
19
- TCell: ({ className, style, dataTestId, children, index, ...restProps }: import("./components/index").TCellProps) => import("react").JSX.Element | null;
16
+ THead: import("react").FC<import("./components").THeadProps>;
17
+ THeadCell: ({ children, className, dataTestId, style, width, textAlign, hidden, ...restProps }: import("./components").THeadCellProps) => import("react").JSX.Element | null;
18
+ TSortableHeadCell: ({ children, className, defaultIsSortedDesc, isSortedDesc, textAlign, onSort, ...restProps }: import("./components").TSortableHeadCellProps) => import("react").JSX.Element;
19
+ TCell: ({ className, style, dataTestId, children, index, ...restProps }: import("./components").TCellProps) => import("react").JSX.Element | null;
20
20
  TRow: import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLTableRowElement> & {
21
- children: import("react").ReactElement<import("./components/index").TCellProps, ({ className, style, dataTestId, children, index, ...restProps }: import("./components/index").TCellProps) => import("react").JSX.Element | null> | import("react").ReactElement<import("./components/index").TCellProps, ({ className, style, dataTestId, children, index, ...restProps }: import("./components/index").TCellProps) => import("react").JSX.Element | null>[];
21
+ children: import("react").ReactElement<import("./components").TCellProps, ({ className, style, dataTestId, children, index, ...restProps }: import("./components").TCellProps) => import("react").JSX.Element | null> | import("react").ReactElement<import("./components").TCellProps, ({ className, style, dataTestId, children, index, ...restProps }: import("./components").TCellProps) => import("react").JSX.Element | null>[];
22
22
  className?: string | undefined;
23
23
  selected?: boolean | undefined;
24
24
  withoutBorder?: boolean | undefined;
25
25
  dataTestId?: string | undefined;
26
26
  } & import("react").RefAttributes<HTMLTableRowElement>>;
27
27
  TExpandableRow: import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLTableRowElement> & {
28
- children: import("react").ReactElement<import("./components/index").TCellProps, ({ className, style, dataTestId, children, index, ...restProps }: import("./components/index").TCellProps) => import("react").JSX.Element | null> | import("react").ReactElement<import("./components/index").TCellProps, ({ className, style, dataTestId, children, index, ...restProps }: import("./components/index").TCellProps) => import("react").JSX.Element | null>[];
28
+ children: import("react").ReactElement<import("./components").TCellProps, ({ className, style, dataTestId, children, index, ...restProps }: import("./components").TCellProps) => import("react").JSX.Element | null> | import("react").ReactElement<import("./components").TCellProps, ({ className, style, dataTestId, children, index, ...restProps }: import("./components").TCellProps) => import("react").JSX.Element | null>[];
29
29
  className?: string | undefined;
30
30
  selected?: boolean | undefined;
31
31
  withoutBorder?: boolean | undefined;
@@ -37,6 +37,5 @@ declare const Table: import("react").ForwardRefExoticComponent<import("react").T
37
37
  renderContent: (expanded: boolean) => import("react").ReactNode;
38
38
  rowRef?: import("react").Ref<HTMLTableRowElement> | undefined;
39
39
  } & import("react").RefAttributes<HTMLTableRowElement>>;
40
- Pagination: import("react").FC<import("./components/index").PaginationProps>;
40
+ Pagination: import("react").FC<import("./components").PaginationProps>;
41
41
  };
42
- export { Table };
@@ -0,0 +1,9 @@
1
+ export * from './table';
2
+ export * from './pagination';
3
+ export * from './thead';
4
+ export * from './thead-cell';
5
+ export * from './tsortable-head-cell';
6
+ export * from './tbody';
7
+ export * from './tcell';
8
+ export * from './trow';
9
+ export * from './texpandable-row';
@@ -1,6 +1,6 @@
1
1
  import { FC } from 'react';
2
- import { PaginationProps as CorePaginationProps } from "@alfalab/core-components-pagination";
3
- type PaginationProps = CorePaginationProps & {
2
+ import { PaginationProps as CorePaginationProps } from '@alfalab/core-components-pagination';
3
+ export declare type PaginationProps = CorePaginationProps & {
4
4
  /**
5
5
  * Количество строк на страницу
6
6
  */
@@ -22,5 +22,4 @@ type PaginationProps = CorePaginationProps & {
22
22
  */
23
23
  dataTestId?: string;
24
24
  };
25
- declare const Pagination: FC<PaginationProps>;
26
- export { PaginationProps, Pagination };
25
+ export declare const Pagination: FC<PaginationProps>;
@@ -0,0 +1 @@
1
+ export * from './Component';
@@ -0,0 +1,2 @@
1
+ import { SelectProps } from '@alfalab/core-components-select';
2
+ export declare const CustomSelectField: SelectProps['Field'];
@@ -1,7 +1,5 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { ReactNode, TableHTMLAttributes } from "react";
4
- type TableProps = TableHTMLAttributes<HTMLTableElement> & {
1
+ import React, { ReactNode, TableHTMLAttributes } from 'react';
2
+ export declare type TableProps = TableHTMLAttributes<HTMLTableElement> & {
5
3
  /**
6
4
  * Компактный вид
7
5
  */
@@ -35,7 +33,7 @@ type TableProps = TableHTMLAttributes<HTMLTableElement> & {
35
33
  */
36
34
  stickyHeader?: boolean;
37
35
  };
38
- declare const Table: React.ForwardRefExoticComponent<React.TableHTMLAttributes<HTMLTableElement> & {
36
+ export declare const Table: React.ForwardRefExoticComponent<React.TableHTMLAttributes<HTMLTableElement> & {
39
37
  /**
40
38
  * Компактный вид
41
39
  */
@@ -69,4 +67,3 @@ declare const Table: React.ForwardRefExoticComponent<React.TableHTMLAttributes<H
69
67
  */
70
68
  stickyHeader?: boolean | undefined;
71
69
  } & React.RefAttributes<HTMLTableElement>>;
72
- export { TableProps, Table };
@@ -0,0 +1 @@
1
+ export * from './Component';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { THeadCellProps } from '../thead-cell';
3
+ export declare function findAllHeadCellsProps(children: React.ReactElement | React.ReactElement[]): THeadCellProps[];
@@ -0,0 +1,17 @@
1
+ import React, { RefObject } from 'react';
2
+ import { TextAlignProperty } from '../../typings';
3
+ export declare type ColumnConfiguration = {
4
+ width?: string | number;
5
+ textAlign?: TextAlignProperty;
6
+ hidden?: boolean;
7
+ index: number;
8
+ };
9
+ export declare type TableContextType = {
10
+ columnsConfiguration: ColumnConfiguration[];
11
+ stickyHeader: boolean;
12
+ compactView: boolean;
13
+ compactHorizontal: boolean;
14
+ wrapperRef: RefObject<HTMLDivElement>;
15
+ };
16
+ export declare const DEFAULT_TABLE_CONTEXT: TableContextType;
17
+ export declare const TableContext: React.Context<TableContextType>;
@@ -1,7 +1,5 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { HTMLAttributes } from "react";
4
- type TBodyProps = HTMLAttributes<HTMLTableSectionElement> & {
1
+ import React, { HTMLAttributes } from 'react';
2
+ export declare type TBodyProps = HTMLAttributes<HTMLTableSectionElement> & {
5
3
  /**
6
4
  * Дополнительный класс
7
5
  */
@@ -11,7 +9,7 @@ type TBodyProps = HTMLAttributes<HTMLTableSectionElement> & {
11
9
  */
12
10
  dataTestId?: string;
13
11
  };
14
- declare const TBody: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableSectionElement> & {
12
+ export declare const TBody: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableSectionElement> & {
15
13
  /**
16
14
  * Дополнительный класс
17
15
  */
@@ -21,4 +19,3 @@ declare const TBody: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTa
21
19
  */
22
20
  dataTestId?: string | undefined;
23
21
  } & React.RefAttributes<HTMLTableSectionElement>>;
24
- export { TBodyProps, TBody };
@@ -0,0 +1 @@
1
+ export * from './Component';
@@ -1,7 +1,5 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { TdHTMLAttributes } from "react";
4
- type TCellProps = TdHTMLAttributes<HTMLTableCellElement> & {
1
+ import React, { TdHTMLAttributes } from 'react';
2
+ export declare type TCellProps = TdHTMLAttributes<HTMLTableCellElement> & {
5
3
  /**
6
4
  * Дополнительный класс
7
5
  */
@@ -15,5 +13,4 @@ type TCellProps = TdHTMLAttributes<HTMLTableCellElement> & {
15
13
  */
16
14
  index?: number;
17
15
  };
18
- declare const TCell: ({ className, style, dataTestId, children, index, ...restProps }: TCellProps) => React.JSX.Element | null;
19
- export { TCellProps, TCell };
16
+ export declare const TCell: ({ className, style, dataTestId, children, index, ...restProps }: TCellProps) => React.JSX.Element | null;
@@ -0,0 +1 @@
1
+ export * from './Component';
@@ -0,0 +1,22 @@
1
+ import React, { ReactNode, Ref } from 'react';
2
+ import { TRowProps } from '../trow';
3
+ export declare type TExpandableRowProps = TRowProps & {
4
+ defaultExpanded?: boolean;
5
+ expanded?: boolean;
6
+ onToggle?: (expanded: boolean) => void;
7
+ renderContent: (expanded: boolean) => ReactNode;
8
+ rowRef?: Ref<HTMLTableRowElement>;
9
+ };
10
+ export declare const TExpandableRow: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableRowElement> & {
11
+ children: React.ReactElement<import("..").TCellProps, ({ className, style, dataTestId, children, index, ...restProps }: import("..").TCellProps) => React.JSX.Element | null> | React.ReactElement<import("..").TCellProps, ({ className, style, dataTestId, children, index, ...restProps }: import("..").TCellProps) => React.JSX.Element | null>[];
12
+ className?: string | undefined;
13
+ selected?: boolean | undefined;
14
+ withoutBorder?: boolean | undefined;
15
+ dataTestId?: string | undefined;
16
+ } & {
17
+ defaultExpanded?: boolean | undefined;
18
+ expanded?: boolean | undefined;
19
+ onToggle?: ((expanded: boolean) => void) | undefined;
20
+ renderContent: (expanded: boolean) => ReactNode;
21
+ rowRef?: React.Ref<HTMLTableRowElement> | undefined;
22
+ } & React.RefAttributes<HTMLTableRowElement>>;
@@ -0,0 +1 @@
1
+ export * from './Component';
@@ -1,7 +1,5 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { HTMLAttributes } from "react";
4
- type THeadProps = HTMLAttributes<HTMLTableSectionElement> & {
1
+ import React, { HTMLAttributes } from 'react';
2
+ export declare type THeadProps = HTMLAttributes<HTMLTableSectionElement> & {
5
3
  /**
6
4
  * Дополнительный класс
7
5
  */
@@ -15,5 +13,4 @@ type THeadProps = HTMLAttributes<HTMLTableSectionElement> & {
15
13
  */
16
14
  dataTestId?: string;
17
15
  };
18
- declare const THead: React.FC<THeadProps>;
19
- export { THeadProps, THead };
16
+ export declare const THead: React.FC<THeadProps>;
@@ -0,0 +1 @@
1
+ export * from './Component';
@@ -1,8 +1,6 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { ThHTMLAttributes } from "react";
4
- import { TextAlignProperty } from "../../typings";
5
- type THeadCellProps = ThHTMLAttributes<HTMLHeadingElement> & {
1
+ import React, { ThHTMLAttributes } from 'react';
2
+ import { TextAlignProperty } from '../../typings';
3
+ export declare type THeadCellProps = ThHTMLAttributes<HTMLHeadingElement> & {
6
4
  /**
7
5
  * Дополнительный класс
8
6
  */
@@ -24,5 +22,4 @@ type THeadCellProps = ThHTMLAttributes<HTMLHeadingElement> & {
24
22
  */
25
23
  dataTestId?: string;
26
24
  };
27
- declare const THeadCell: ({ children, className, dataTestId, style, width, textAlign, hidden, ...restProps }: THeadCellProps) => React.JSX.Element | null;
28
- export { THeadCellProps, THeadCell };
25
+ export declare const THeadCell: ({ children, className, dataTestId, style, width, textAlign, hidden, ...restProps }: THeadCellProps) => React.JSX.Element | null;
@@ -0,0 +1 @@
1
+ export * from './Component';
@@ -1,9 +1,7 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { HTMLAttributes } from "react";
4
- import { TCell, TCellProps } from "../tcell/index";
5
- type TCellElement = React.ReactElement<TCellProps, typeof TCell>;
6
- type TRowProps = HTMLAttributes<HTMLTableRowElement> & {
1
+ import React, { HTMLAttributes } from 'react';
2
+ import { TCell, TCellProps } from '../tcell';
3
+ declare type TCellElement = React.ReactElement<TCellProps, typeof TCell>;
4
+ export declare type TRowProps = HTMLAttributes<HTMLTableRowElement> & {
7
5
  /**
8
6
  * Компоненты ячеек
9
7
  */
@@ -25,7 +23,7 @@ type TRowProps = HTMLAttributes<HTMLTableRowElement> & {
25
23
  */
26
24
  dataTestId?: string;
27
25
  };
28
- declare const TRow: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableRowElement> & {
26
+ export declare const TRow: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableRowElement> & {
29
27
  /**
30
28
  * Компоненты ячеек
31
29
  */
@@ -47,4 +45,4 @@ declare const TRow: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTab
47
45
  */
48
46
  dataTestId?: string | undefined;
49
47
  } & React.RefAttributes<HTMLTableRowElement>>;
50
- export { TRowProps, TRow };
48
+ export {};
@@ -0,0 +1 @@
1
+ export * from './Component';
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { THeadCellProps } from '../thead-cell';
3
+ export declare type TSortableHeadCellProps = THeadCellProps & {
4
+ isSortedDesc?: boolean;
5
+ defaultIsSortedDesc?: boolean;
6
+ onSort?: () => void;
7
+ };
8
+ export declare const TSortableHeadCell: ({ children, className, defaultIsSortedDesc, isSortedDesc, textAlign, onSort, ...restProps }: TSortableHeadCellProps) => React.JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './Component';
@@ -0,0 +1,2 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const SortIconAsc: React.FC<SVGProps<SVGSVGElement>>;
@@ -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>>;
@@ -0,0 +1 @@
1
+ export * from './component';
@@ -0,0 +1 @@
1
+ export declare type TextAlignProperty = 'center' | 'end' | 'justify' | 'left' | 'match-parent' | 'right' | 'start';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare function isChildInstanceOf<P>(child: React.ReactElement, Component: React.ComponentType<P>): boolean;
package/esm/typings.js CHANGED
@@ -1 +1,2 @@
1
1
 
2
+ //# sourceMappingURL=typings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"typings.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
package/esm/utils.js CHANGED
@@ -6,3 +6,4 @@ function isChildInstanceOf(child, Component) {
6
6
  }
7
7
 
8
8
  export { isChildInstanceOf };
9
+ //# sourceMappingURL=utils.js.map
@@ -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":[],"mappings":";;AAEgB,SAAA,iBAAiB,CAAI,KAAyB,EAAE,SAAiC,EAAA;;AAE7F,IAAA,OAAO,KAAK,CAAC,IAAI,KAAK,KAAK,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC,IAAI;AAC7D;;;;"}
package/index.js CHANGED
@@ -7,3 +7,4 @@ var component = require('./component.js');
7
7
 
8
8
 
9
9
  exports.Table = component.Table;
10
+ //# sourceMappingURL=index.js.map
package/index.js.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
@@ -20,3 +20,4 @@ const Table = Object.assign(Table$1, {
20
20
  });
21
21
 
22
22
  export { Table };
23
+ //# sourceMappingURL=component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"component.js","sources":["../../src/component.tsx"],"sourcesContent":["import {\n Pagination,\n Table as TableComponent,\n TBody,\n TCell,\n TExpandableRow,\n THead,\n THeadCell,\n TRow,\n TSortableHeadCell,\n} from './components';\n\nexport const Table = Object.assign(TableComponent, {\n TBody,\n THead,\n THeadCell,\n TSortableHeadCell,\n TCell,\n TRow,\n TExpandableRow,\n Pagination,\n});\n"],"names":["TableComponent"],"mappings":";;;;;;;;;;MAYa,KAAK,GAAG,MAAM,CAAC,MAAM,CAACA,OAAc,EAAE;IAC/C,KAAK;IACL,KAAK;IACL,SAAS;IACT,iBAAiB;IACjB,KAAK;IACL,IAAI;IACJ,cAAc;IACd,UAAU;AACb,CAAA;;;;"}
@@ -7,3 +7,4 @@ export { TBody } from './tbody/Component.js';
7
7
  export { TCell } from './tcell/Component.js';
8
8
  export { TRow } from './trow/Component.js';
9
9
  export { TExpandableRow } from './texpandable-row/Component.js';
10
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
@@ -4,9 +4,7 @@ import { Pagination as Pagination$1 } from '@alfalab/core-components-pagination/
4
4
  import { SelectDesktop } from '@alfalab/core-components-select/modern/desktop';
5
5
  import { TableContext } from '../table-context/index.js';
6
6
  import { CustomSelectField } from './select-field/index.js';
7
-
8
- const styles = {"component":"table__component_14767","pagesWrapper":"table__pagesWrapper_14767","tag":"table__tag_14767","tagActive":"table__tagActive_14767","pagination":"table__pagination_14767","menu":"table__menu_14767","option":"table__option_14767"};
9
- require('./index.css')
7
+ import styles from './index.module.css.js';
10
8
 
11
9
  const Pagination = ({ perPage = 25, possiblePerPage = [25, 50, 100], onPerPageChange = () => null, hidePerPageSelect = false, pagesCount, onPageChange = () => null, className, dataTestId, ...restPaginationProps }) => {
12
10
  const { wrapperRef } = useContext(TableContext);
@@ -33,3 +31,4 @@ const Pagination = ({ perPage = 25, possiblePerPage = [25, 50, 100], onPerPageCh
33
31
  };
34
32
 
35
33
  export { Pagination };
34
+ //# sourceMappingURL=Component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Component.js","sources":["../../../../src/components/pagination/Component.tsx"],"sourcesContent":["import React, { FC, useCallback, useContext, useMemo } from 'react';\nimport cn from 'classnames';\n\nimport {\n Pagination as CorePagination,\n PaginationProps as CorePaginationProps,\n} from '@alfalab/core-components-pagination';\nimport { SelectDesktop, SelectDesktopProps } from '@alfalab/core-components-select/desktop';\nimport { BaseSelectChangePayload } from '@alfalab/core-components-select/shared';\n\nimport { TableContext } from '../table-context';\n\nimport { CustomSelectField } from './select-field';\n\nimport styles from './index.module.css';\n\nexport type PaginationProps = CorePaginationProps & {\n /**\n * Количество строк на страницу\n */\n perPage?: number;\n\n /**\n * Возможные варианты разбивки\n */\n possiblePerPage?: number[];\n\n /**\n * Обработчик переключения perPage\n */\n onPerPageChange?: (perPage: number) => void;\n\n /**\n * Скрывает переключатель количества строк на страницу\n */\n hidePerPageSelect?: boolean;\n\n /**\n * Идентификатор для систем автоматизированного тестирования\n */\n dataTestId?: string;\n};\n\nexport const Pagination: FC<PaginationProps> = ({\n perPage = 25,\n possiblePerPage = [25, 50, 100],\n onPerPageChange = () => null,\n hidePerPageSelect = false,\n pagesCount,\n onPageChange = () => null,\n className,\n dataTestId,\n ...restPaginationProps\n}) => {\n const { wrapperRef } = useContext(TableContext);\n\n const options = useMemo(\n () =>\n Array.from(new Set<number>(possiblePerPage.concat(perPage)))\n .sort((a, b) => a - b)\n .map((value) => ({\n key: value.toString(),\n content: `Показывать по ${value}`,\n })),\n [perPage, possiblePerPage],\n );\n\n const handlePerPageChange: SelectDesktopProps['onChange'] = useCallback(\n ({ selected }: BaseSelectChangePayload) => {\n onPerPageChange(Number(selected?.key));\n },\n [onPerPageChange],\n );\n\n const handlePageChange = useCallback(\n (pageIndex: number) => {\n onPageChange(pageIndex);\n\n setTimeout(() => {\n if (wrapperRef.current) {\n wrapperRef.current.scrollIntoView();\n }\n }, 0);\n },\n [onPageChange, wrapperRef],\n );\n\n return (\n <div className={cn(styles.component, className)} data-test-id={dataTestId}>\n {hidePerPageSelect === false && (\n <SelectDesktop\n options={options}\n selected={perPage.toString()}\n onChange={handlePerPageChange}\n preventFlip={false}\n size='s'\n className={styles.select}\n optionsListClassName={styles.menu}\n optionClassName={styles.option}\n Field={CustomSelectField}\n />\n )}\n\n {pagesCount > 1 && (\n <CorePagination\n pagesCount={pagesCount}\n onPageChange={handlePageChange}\n className={styles.pagination}\n {...restPaginationProps}\n />\n )}\n </div>\n );\n};\n"],"names":["CorePagination"],"mappings":";;;;;;;;MA2Ca,UAAU,GAAwB,CAAC,EAC5C,OAAO,GAAG,EAAE,EACZ,eAAe,GAAG,CAAC,EAAE,EAAE,EAAE,EAAE,GAAG,CAAC,EAC/B,eAAe,GAAG,MAAM,IAAI,EAC5B,iBAAiB,GAAG,KAAK,EACzB,UAAU,EACV,YAAY,GAAG,MAAM,IAAI,EACzB,SAAS,EACT,UAAU,EACV,GAAG,mBAAmB,EACzB,KAAI;IACD,MAAM,EAAE,UAAU,EAAE,GAAG,UAAU,CAAC,YAAY,CAAC;IAE/C,MAAM,OAAO,GAAG,OAAO,CACnB,MACI,KAAK,CAAC,IAAI,CAAC,IAAI,GAAG,CAAS,eAAe,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;SACtD,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC;AACpB,SAAA,GAAG,CAAC,CAAC,KAAK,MAAM;AACb,QAAA,GAAG,EAAE,KAAK,CAAC,QAAQ,EAAE;QACrB,OAAO,EAAE,CAAiB,cAAA,EAAA,KAAK,CAAE,CAAA;KACpC,CAAC,CAAC,EACX,CAAC,OAAO,EAAE,eAAe,CAAC,CAC7B;IAED,MAAM,mBAAmB,GAAmC,WAAW,CACnE,CAAC,EAAE,QAAQ,EAA2B,KAAI;QACtC,eAAe,CAAC,MAAM,CAAC,QAAQ,EAAE,GAAG,CAAC,CAAC;AAC1C,KAAC,EACD,CAAC,eAAe,CAAC,CACpB;AAED,IAAA,MAAM,gBAAgB,GAAG,WAAW,CAChC,CAAC,SAAiB,KAAI;QAClB,YAAY,CAAC,SAAS,CAAC;QAEvB,UAAU,CAAC,MAAK;YACZ,IAAI,UAAU,CAAC,OAAO,EAAE;AACpB,gBAAA,UAAU,CAAC,OAAO,CAAC,cAAc,EAAE;AACtC;SACJ,EAAE,CAAC,CAAC;AACT,KAAC,EACD,CAAC,YAAY,EAAE,UAAU,CAAC,CAC7B;AAED,IAAA,QACI,KAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,SAAS,EAAE,EAAE,CAAC,MAAM,CAAC,SAAS,EAAE,SAAS,CAAC,kBAAgB,UAAU,EAAA;QACpE,iBAAiB,KAAK,KAAK,KACxB,KAAA,CAAA,aAAA,CAAC,aAAa,EACV,EAAA,OAAO,EAAE,OAAO,EAChB,QAAQ,EAAE,OAAO,CAAC,QAAQ,EAAE,EAC5B,QAAQ,EAAE,mBAAmB,EAC7B,WAAW,EAAE,KAAK,EAClB,IAAI,EAAC,GAAG,EACR,SAAS,EAAE,MAAM,CAAC,MAAM,EACxB,oBAAoB,EAAE,MAAM,CAAC,IAAI,EACjC,eAAe,EAAE,MAAM,CAAC,MAAM,EAC9B,KAAK,EAAE,iBAAiB,EAAA,CAC1B,CACL;QAEA,UAAU,GAAG,CAAC,KACX,KAAA,CAAA,aAAA,CAACA,YAAc,EAAA,EACX,UAAU,EAAE,UAAU,EACtB,YAAY,EAAE,gBAAgB,EAC9B,SAAS,EAAE,MAAM,CAAC,UAAU,EACxB,GAAA,mBAAmB,EACzB,CAAA,CACL,CACC;AAEd;;;;"}