@alfalab/core-components-table 1.5.1 → 1.5.7

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 (283) hide show
  1. package/CHANGELOG.md +52 -0
  2. package/{dist/component.d.ts → component.d.ts} +0 -0
  3. package/{dist/component.js → component.js} +1 -1
  4. package/{dist/components → components}/index.d.ts +0 -0
  5. package/{dist/components → components}/index.js +1 -1
  6. package/{dist/components → components}/pagination/Component.d.ts +0 -0
  7. package/{dist/components → components}/pagination/Component.js +2 -2
  8. package/{dist/components → components}/pagination/index.css +8 -8
  9. package/{dist/components → components}/pagination/index.d.ts +0 -0
  10. package/{dist/components → components}/pagination/index.js +1 -1
  11. package/{dist/esm/components → components}/pagination/select-field/index.css +4 -4
  12. package/{dist/components → components}/pagination/select-field/index.d.ts +0 -0
  13. package/{dist/components → components}/pagination/select-field/index.js +2 -2
  14. package/{dist/components → components}/table/Component.d.ts +0 -0
  15. package/{dist/components → components}/table/Component.js +2 -2
  16. package/{dist/modern/components → components}/table/index.css +5 -5
  17. package/{dist/components → components}/table/index.d.ts +0 -0
  18. package/{dist/components → components}/table/index.js +1 -1
  19. package/{dist/components → components}/table/utils.d.ts +0 -0
  20. package/{dist/components → components}/table/utils.js +1 -1
  21. package/{dist/components → components}/table-context/index.d.ts +0 -0
  22. package/{dist/components → components}/table-context/index.js +0 -0
  23. package/{dist/components → components}/tbody/Component.d.ts +0 -0
  24. package/{dist/components → components}/tbody/Component.js +2 -2
  25. package/{dist/modern/components → components}/tbody/index.css +2 -2
  26. package/{dist/components → components}/tbody/index.d.ts +0 -0
  27. package/{dist/components → components}/tbody/index.js +1 -1
  28. package/{dist/components → components}/tcell/Component.d.ts +0 -0
  29. package/{dist/components → components}/tcell/Component.js +2 -2
  30. package/{dist/esm/components → components}/tcell/index.css +4 -4
  31. package/{dist/components → components}/tcell/index.d.ts +0 -0
  32. package/{dist/components → components}/tcell/index.js +1 -1
  33. package/{dist/components → components}/texpandable-row/Component.d.ts +0 -0
  34. package/{dist/components → components}/texpandable-row/Component.js +2 -2
  35. package/{dist/esm/components → components}/texpandable-row/index.css +5 -5
  36. package/{dist/components → components}/texpandable-row/index.d.ts +0 -0
  37. package/{dist/components → components}/texpandable-row/index.js +1 -1
  38. package/{dist/components → components}/thead/Component.d.ts +0 -0
  39. package/{dist/components → components}/thead/Component.js +2 -2
  40. package/{dist/components → components}/thead/index.css +6 -6
  41. package/{dist/components → components}/thead/index.d.ts +0 -0
  42. package/{dist/components → components}/thead/index.js +1 -1
  43. package/{dist/components → components}/thead-cell/Component.d.ts +0 -0
  44. package/{dist/components → components}/thead-cell/Component.js +2 -2
  45. package/{dist/esm/components → components}/thead-cell/index.css +5 -5
  46. package/{dist/components → components}/thead-cell/index.d.ts +0 -0
  47. package/{dist/components → components}/thead-cell/index.js +1 -1
  48. package/{dist/components → components}/trow/Component.d.ts +0 -0
  49. package/{dist/components → components}/trow/Component.js +2 -2
  50. package/{dist/esm/components → components}/trow/index.css +8 -8
  51. package/{dist/components → components}/trow/index.d.ts +0 -0
  52. package/{dist/components → components}/trow/index.js +1 -1
  53. package/{dist/components → components}/tsortable-head-cell/Component.d.ts +0 -0
  54. package/{dist/components → components}/tsortable-head-cell/Component.js +2 -2
  55. package/{dist/components → components}/tsortable-head-cell/index.css +9 -9
  56. package/{dist/components → components}/tsortable-head-cell/index.d.ts +0 -0
  57. package/{dist/components → components}/tsortable-head-cell/index.js +1 -1
  58. package/{dist/components → components}/tsortable-head-cell/sort-icon-asc.d.ts +0 -0
  59. package/{dist/components → components}/tsortable-head-cell/sort-icon-asc.js +1 -1
  60. package/{dist/components → components}/tsortable-head-cell/sort-icon-desc.d.ts +0 -0
  61. package/{dist/components → components}/tsortable-head-cell/sort-icon-desc.js +1 -1
  62. package/{dist/components → components}/tsortable-head-cell/sort-icon-unset.d.ts +0 -0
  63. package/{dist/components → components}/tsortable-head-cell/sort-icon-unset.js +1 -1
  64. package/{dist/cssm → cssm}/component.d.ts +0 -0
  65. package/{dist/cssm → cssm}/component.js +3 -3
  66. package/{dist/cssm → cssm}/components/index.d.ts +0 -0
  67. package/{dist/cssm → cssm}/components/index.js +3 -3
  68. package/{dist/cssm → cssm}/components/pagination/Component.d.ts +0 -0
  69. package/{dist/cssm → cssm}/components/pagination/Component.js +3 -3
  70. package/{dist/cssm → cssm}/components/pagination/index.d.ts +0 -0
  71. package/{dist/cssm → cssm}/components/pagination/index.js +3 -3
  72. package/{dist/cssm → cssm}/components/pagination/index.module.css +0 -0
  73. package/{dist/cssm → cssm}/components/pagination/select-field/index.d.ts +0 -0
  74. package/{dist/cssm → cssm}/components/pagination/select-field/index.js +1 -1
  75. package/{dist/cssm → cssm}/components/pagination/select-field/index.module.css +0 -0
  76. package/{dist/cssm → cssm}/components/table/Component.d.ts +0 -0
  77. package/{dist/cssm → cssm}/components/table/Component.js +0 -0
  78. package/{dist/cssm → cssm}/components/table/index.d.ts +0 -0
  79. package/{dist/cssm → cssm}/components/table/index.js +0 -0
  80. package/{dist/cssm → cssm}/components/table/index.module.css +0 -0
  81. package/{dist/cssm → cssm}/components/table/utils.d.ts +0 -0
  82. package/{dist/cssm → cssm}/components/table/utils.js +0 -0
  83. package/{dist/cssm → cssm}/components/table-context/index.d.ts +0 -0
  84. package/{dist/cssm → cssm}/components/table-context/index.js +0 -0
  85. package/{dist/cssm → cssm}/components/tbody/Component.d.ts +0 -0
  86. package/{dist/cssm → cssm}/components/tbody/Component.js +0 -0
  87. package/{dist/cssm → cssm}/components/tbody/index.d.ts +0 -0
  88. package/{dist/cssm → cssm}/components/tbody/index.js +0 -0
  89. package/{dist/cssm → cssm}/components/tbody/index.module.css +0 -0
  90. package/{dist/cssm → cssm}/components/tcell/Component.d.ts +0 -0
  91. package/{dist/cssm → cssm}/components/tcell/Component.js +0 -0
  92. package/{dist/cssm → cssm}/components/tcell/index.d.ts +0 -0
  93. package/{dist/cssm → cssm}/components/tcell/index.js +0 -0
  94. package/{dist/cssm → cssm}/components/tcell/index.module.css +0 -0
  95. package/{dist/cssm → cssm}/components/texpandable-row/Component.d.ts +0 -0
  96. package/{dist/cssm → cssm}/components/texpandable-row/Component.js +0 -0
  97. package/{dist/cssm → cssm}/components/texpandable-row/index.d.ts +0 -0
  98. package/{dist/cssm → cssm}/components/texpandable-row/index.js +0 -0
  99. package/{dist/cssm → cssm}/components/texpandable-row/index.module.css +0 -0
  100. package/{dist/cssm → cssm}/components/thead/Component.d.ts +0 -0
  101. package/{dist/cssm → cssm}/components/thead/Component.js +0 -0
  102. package/{dist/cssm → cssm}/components/thead/index.d.ts +0 -0
  103. package/{dist/cssm → cssm}/components/thead/index.js +0 -0
  104. package/{dist/cssm → cssm}/components/thead/index.module.css +0 -0
  105. package/{dist/cssm → cssm}/components/thead-cell/Component.d.ts +0 -0
  106. package/{dist/cssm → cssm}/components/thead-cell/Component.js +0 -0
  107. package/{dist/cssm → cssm}/components/thead-cell/index.d.ts +0 -0
  108. package/{dist/cssm → cssm}/components/thead-cell/index.js +0 -0
  109. package/{dist/cssm → cssm}/components/thead-cell/index.module.css +0 -0
  110. package/{dist/cssm → cssm}/components/trow/Component.d.ts +0 -0
  111. package/{dist/cssm → cssm}/components/trow/Component.js +0 -0
  112. package/{dist/cssm → cssm}/components/trow/index.d.ts +0 -0
  113. package/{dist/cssm → cssm}/components/trow/index.js +0 -0
  114. package/{dist/cssm → cssm}/components/trow/index.module.css +0 -0
  115. package/{dist/cssm → cssm}/components/tsortable-head-cell/Component.d.ts +0 -0
  116. package/{dist/cssm → cssm}/components/tsortable-head-cell/Component.js +0 -0
  117. package/{dist/cssm → cssm}/components/tsortable-head-cell/index.d.ts +0 -0
  118. package/{dist/cssm → cssm}/components/tsortable-head-cell/index.js +0 -0
  119. package/{dist/cssm → cssm}/components/tsortable-head-cell/index.module.css +0 -0
  120. package/{dist/cssm → cssm}/components/tsortable-head-cell/sort-icon-asc.d.ts +0 -0
  121. package/{dist/cssm → cssm}/components/tsortable-head-cell/sort-icon-asc.js +0 -0
  122. package/{dist/cssm → cssm}/components/tsortable-head-cell/sort-icon-desc.d.ts +0 -0
  123. package/{dist/cssm → cssm}/components/tsortable-head-cell/sort-icon-desc.js +0 -0
  124. package/{dist/cssm → cssm}/components/tsortable-head-cell/sort-icon-unset.d.ts +0 -0
  125. package/{dist/cssm → cssm}/components/tsortable-head-cell/sort-icon-unset.js +0 -0
  126. package/{dist/cssm → cssm}/index.d.ts +0 -0
  127. package/{dist/cssm → cssm}/index.js +3 -3
  128. package/{dist/cssm → cssm}/tslib.es6-ce870b46.d.ts +0 -0
  129. package/{dist/cssm → cssm}/tslib.es6-ce870b46.js +0 -0
  130. package/{dist/cssm → cssm}/typings.d.ts +0 -0
  131. package/{dist/cssm → cssm}/typings.js +0 -0
  132. package/{dist/cssm → cssm}/utils.d.ts +0 -0
  133. package/{dist/cssm → cssm}/utils.js +0 -0
  134. package/{dist/esm → esm}/component.d.ts +0 -0
  135. package/{dist/esm → esm}/component.js +4 -4
  136. package/{dist/esm → esm}/components/index.d.ts +0 -0
  137. package/{dist/esm → esm}/components/index.js +4 -4
  138. package/{dist/esm → esm}/components/pagination/Component.d.ts +0 -0
  139. package/{dist/esm → esm}/components/pagination/Component.js +5 -5
  140. package/{dist/esm → esm}/components/pagination/index.css +8 -8
  141. package/{dist/esm → esm}/components/pagination/index.d.ts +0 -0
  142. package/esm/components/pagination/index.js +9 -0
  143. package/{dist → esm}/components/pagination/select-field/index.css +4 -4
  144. package/{dist/esm → esm}/components/pagination/select-field/index.d.ts +0 -0
  145. package/{dist/esm → esm}/components/pagination/select-field/index.js +3 -3
  146. package/{dist/esm → esm}/components/table/Component.d.ts +0 -0
  147. package/{dist/esm → esm}/components/table/Component.js +2 -2
  148. package/{dist/esm → esm}/components/table/index.css +5 -5
  149. package/{dist/esm → esm}/components/table/index.d.ts +0 -0
  150. package/{dist/esm → esm}/components/table/index.js +1 -1
  151. package/{dist/esm → esm}/components/table/utils.d.ts +0 -0
  152. package/{dist/esm → esm}/components/table/utils.js +1 -1
  153. package/{dist/esm → esm}/components/table-context/index.d.ts +0 -0
  154. package/{dist/esm → esm}/components/table-context/index.js +0 -0
  155. package/{dist/esm → esm}/components/tbody/Component.d.ts +0 -0
  156. package/{dist/esm → esm}/components/tbody/Component.js +2 -2
  157. package/{dist/esm → esm}/components/tbody/index.css +2 -2
  158. package/{dist/esm → esm}/components/tbody/index.d.ts +0 -0
  159. package/{dist/esm → esm}/components/tbody/index.js +1 -1
  160. package/{dist/esm → esm}/components/tcell/Component.d.ts +0 -0
  161. package/{dist/esm → esm}/components/tcell/Component.js +2 -2
  162. package/{dist → esm}/components/tcell/index.css +4 -4
  163. package/{dist/esm → esm}/components/tcell/index.d.ts +0 -0
  164. package/{dist/esm → esm}/components/tcell/index.js +1 -1
  165. package/{dist/esm → esm}/components/texpandable-row/Component.d.ts +0 -0
  166. package/{dist/esm → esm}/components/texpandable-row/Component.js +2 -2
  167. package/{dist/modern → esm}/components/texpandable-row/index.css +5 -5
  168. package/{dist/esm → esm}/components/texpandable-row/index.d.ts +0 -0
  169. package/{dist/esm → esm}/components/texpandable-row/index.js +1 -1
  170. package/{dist/esm → esm}/components/thead/Component.d.ts +0 -0
  171. package/{dist/esm → esm}/components/thead/Component.js +2 -2
  172. package/{dist/modern → esm}/components/thead/index.css +6 -6
  173. package/{dist/esm → esm}/components/thead/index.d.ts +0 -0
  174. package/{dist/esm → esm}/components/thead/index.js +1 -1
  175. package/{dist/esm → esm}/components/thead-cell/Component.d.ts +0 -0
  176. package/{dist/esm → esm}/components/thead-cell/Component.js +2 -2
  177. package/{dist → esm}/components/thead-cell/index.css +5 -5
  178. package/{dist/esm → esm}/components/thead-cell/index.d.ts +0 -0
  179. package/{dist/esm → esm}/components/thead-cell/index.js +1 -1
  180. package/{dist/esm → esm}/components/trow/Component.d.ts +0 -0
  181. package/{dist/esm → esm}/components/trow/Component.js +2 -2
  182. package/{dist → esm}/components/trow/index.css +8 -8
  183. package/{dist/esm → esm}/components/trow/index.d.ts +0 -0
  184. package/{dist/esm → esm}/components/trow/index.js +1 -1
  185. package/{dist/esm → esm}/components/tsortable-head-cell/Component.d.ts +0 -0
  186. package/{dist/esm → esm}/components/tsortable-head-cell/Component.js +2 -2
  187. package/{dist/esm → esm}/components/tsortable-head-cell/index.css +9 -9
  188. package/{dist/esm → esm}/components/tsortable-head-cell/index.d.ts +0 -0
  189. package/{dist/esm → esm}/components/tsortable-head-cell/index.js +1 -1
  190. package/{dist/esm → esm}/components/tsortable-head-cell/sort-icon-asc.d.ts +0 -0
  191. package/{dist/esm → esm}/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  192. package/{dist/esm → esm}/components/tsortable-head-cell/sort-icon-desc.d.ts +0 -0
  193. package/{dist/esm → esm}/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  194. package/{dist/esm → esm}/components/tsortable-head-cell/sort-icon-unset.d.ts +0 -0
  195. package/{dist/esm → esm}/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  196. package/{dist/esm → esm}/index.d.ts +0 -0
  197. package/{dist/esm → esm}/index.js +4 -4
  198. package/{dist/esm/tslib.es6-389f959c.d.ts → esm/tslib.es6-c2477daa.d.ts} +0 -0
  199. package/{dist/esm/tslib.es6-389f959c.js → esm/tslib.es6-c2477daa.js} +0 -0
  200. package/{dist/esm → esm}/typings.d.ts +0 -0
  201. package/{dist/esm → esm}/typings.js +0 -0
  202. package/{dist/esm → esm}/utils.d.ts +0 -0
  203. package/{dist/esm → esm}/utils.js +0 -0
  204. package/{dist/index.d.ts → index.d.ts} +0 -0
  205. package/{dist/index.js → index.js} +1 -1
  206. package/{dist/modern → modern}/component.d.ts +0 -0
  207. package/{dist/modern → modern}/component.js +3 -3
  208. package/{dist/modern → modern}/components/index.d.ts +0 -0
  209. package/{dist/modern → modern}/components/index.js +3 -3
  210. package/{dist/modern → modern}/components/pagination/Component.d.ts +0 -0
  211. package/{dist/modern → modern}/components/pagination/Component.js +4 -4
  212. package/{dist/modern → modern}/components/pagination/index.css +8 -8
  213. package/{dist/modern → modern}/components/pagination/index.d.ts +0 -0
  214. package/modern/components/pagination/index.js +8 -0
  215. package/{dist/modern → modern}/components/pagination/select-field/index.css +4 -4
  216. package/{dist/modern → modern}/components/pagination/select-field/index.d.ts +0 -0
  217. package/{dist/modern → modern}/components/pagination/select-field/index.js +2 -2
  218. package/{dist/modern → modern}/components/table/Component.d.ts +0 -0
  219. package/{dist/modern → modern}/components/table/Component.js +1 -1
  220. package/{dist → modern}/components/table/index.css +5 -5
  221. package/{dist/modern → modern}/components/table/index.d.ts +0 -0
  222. package/{dist/modern → modern}/components/table/index.js +0 -0
  223. package/{dist/modern → modern}/components/table/utils.d.ts +0 -0
  224. package/{dist/modern → modern}/components/table/utils.js +0 -0
  225. package/{dist/modern → modern}/components/table-context/index.d.ts +0 -0
  226. package/{dist/modern → modern}/components/table-context/index.js +0 -0
  227. package/{dist/modern → modern}/components/tbody/Component.d.ts +0 -0
  228. package/{dist/modern → modern}/components/tbody/Component.js +1 -1
  229. package/{dist → modern}/components/tbody/index.css +2 -2
  230. package/{dist/modern → modern}/components/tbody/index.d.ts +0 -0
  231. package/{dist/modern → modern}/components/tbody/index.js +0 -0
  232. package/{dist/modern → modern}/components/tcell/Component.d.ts +0 -0
  233. package/{dist/modern → modern}/components/tcell/Component.js +1 -1
  234. package/{dist/modern → modern}/components/tcell/index.css +4 -4
  235. package/{dist/modern → modern}/components/tcell/index.d.ts +0 -0
  236. package/{dist/modern → modern}/components/tcell/index.js +0 -0
  237. package/{dist/modern → modern}/components/texpandable-row/Component.d.ts +0 -0
  238. package/{dist/modern → modern}/components/texpandable-row/Component.js +1 -1
  239. package/{dist → modern}/components/texpandable-row/index.css +5 -5
  240. package/{dist/modern → modern}/components/texpandable-row/index.d.ts +0 -0
  241. package/{dist/modern → modern}/components/texpandable-row/index.js +0 -0
  242. package/{dist/modern → modern}/components/thead/Component.d.ts +0 -0
  243. package/{dist/modern → modern}/components/thead/Component.js +1 -1
  244. package/{dist/esm → modern}/components/thead/index.css +6 -6
  245. package/{dist/modern → modern}/components/thead/index.d.ts +0 -0
  246. package/{dist/modern → modern}/components/thead/index.js +0 -0
  247. package/{dist/modern → modern}/components/thead-cell/Component.d.ts +0 -0
  248. package/{dist/modern → modern}/components/thead-cell/Component.js +1 -1
  249. package/{dist/modern → modern}/components/thead-cell/index.css +5 -5
  250. package/{dist/modern → modern}/components/thead-cell/index.d.ts +0 -0
  251. package/{dist/modern → modern}/components/thead-cell/index.js +0 -0
  252. package/{dist/modern → modern}/components/trow/Component.d.ts +0 -0
  253. package/{dist/modern → modern}/components/trow/Component.js +1 -1
  254. package/{dist/modern → modern}/components/trow/index.css +8 -8
  255. package/{dist/modern → modern}/components/trow/index.d.ts +0 -0
  256. package/{dist/modern → modern}/components/trow/index.js +0 -0
  257. package/{dist/modern → modern}/components/tsortable-head-cell/Component.d.ts +0 -0
  258. package/{dist/modern → modern}/components/tsortable-head-cell/Component.js +1 -1
  259. package/{dist/modern → modern}/components/tsortable-head-cell/index.css +9 -9
  260. package/{dist/modern → modern}/components/tsortable-head-cell/index.d.ts +0 -0
  261. package/{dist/modern → modern}/components/tsortable-head-cell/index.js +0 -0
  262. package/{dist/modern → modern}/components/tsortable-head-cell/sort-icon-asc.d.ts +0 -0
  263. package/{dist/modern → modern}/components/tsortable-head-cell/sort-icon-asc.js +0 -0
  264. package/{dist/modern → modern}/components/tsortable-head-cell/sort-icon-desc.d.ts +0 -0
  265. package/{dist/modern → modern}/components/tsortable-head-cell/sort-icon-desc.js +0 -0
  266. package/{dist/modern → modern}/components/tsortable-head-cell/sort-icon-unset.d.ts +0 -0
  267. package/{dist/modern → modern}/components/tsortable-head-cell/sort-icon-unset.js +0 -0
  268. package/{dist/modern → modern}/index.d.ts +0 -0
  269. package/{dist/modern → modern}/index.js +3 -3
  270. package/{dist/modern → modern}/typings.d.ts +0 -0
  271. package/{dist/modern → modern}/typings.js +0 -0
  272. package/{dist/modern → modern}/utils.d.ts +0 -0
  273. package/{dist/modern → modern}/utils.js +0 -0
  274. package/package.json +9 -12
  275. package/{dist/send-stats.js → send-stats.js} +0 -0
  276. package/{dist/tslib.es6-953f1097.d.ts → tslib.es6-f111e04d.d.ts} +0 -0
  277. package/{dist/tslib.es6-953f1097.js → tslib.es6-f111e04d.js} +0 -0
  278. package/{dist/typings.d.ts → typings.d.ts} +0 -0
  279. package/{dist/typings.js → typings.js} +0 -0
  280. package/{dist/utils.d.ts → utils.d.ts} +0 -0
  281. package/{dist/utils.js → utils.js} +0 -0
  282. package/dist/esm/components/pagination/index.js +0 -9
  283. package/dist/modern/components/pagination/index.js +0 -8
@@ -1,4 +1,4 @@
1
- /* hash: rbngo */
1
+ /* hash: a1paf */
2
2
  :root {
3
3
  --color-light-border-primary: #dbdee1;
4
4
  }
@@ -17,7 +17,7 @@
17
17
  --gap-xl: 24px;
18
18
  --gap-2xl: 32px;
19
19
  }
20
- .table__component_im0oh {
20
+ .table__component_1ot4p {
21
21
  display: flex;
22
22
  justify-content: space-between;
23
23
  align-items: flex-start;
@@ -26,24 +26,24 @@
26
26
  border-top: 1px solid var(--color-light-border-primary);
27
27
  box-sizing: border-box;
28
28
  }
29
- .table__pagesWrapper_im0oh {
29
+ .table__pagesWrapper_1ot4p {
30
30
  display: flex;
31
31
  }
32
- .table__tag_im0oh.table__tag_im0oh {
32
+ .table__tag_1ot4p.table__tag_1ot4p {
33
33
  flex-shrink: 0;
34
34
  margin-right: var(--gap-xs);
35
35
  padding: 0 var(--gap-xs);
36
36
  min-width: 32px
37
37
  }
38
- .table__tag_im0oh.table__tag_im0oh:last-child {
38
+ .table__tag_1ot4p.table__tag_1ot4p:last-child {
39
39
  margin-right: 0;
40
40
  }
41
- .table__tag_im0oh.table__tag_im0oh.table__tagActive_im0oh {
41
+ .table__tag_1ot4p.table__tag_1ot4p.table__tagActive_1ot4p {
42
42
  cursor: default;
43
43
  }
44
- .table__menu_im0oh {
44
+ .table__menu_1ot4p {
45
45
  margin: var(--gap-2xs) 0;
46
46
  }
47
- .table__option_im0oh {
47
+ .table__option_1ot4p {
48
48
  min-width: 208px;
49
49
  }
@@ -0,0 +1,8 @@
1
+ import 'react';
2
+ import 'classnames';
3
+ import '../table-context/index.js';
4
+ import '@alfalab/core-components-select/modern';
5
+ import '@alfalab/core-components-pagination/modern';
6
+ import '@alfalab/core-components-button/modern';
7
+ import './select-field/index.js';
8
+ export { Pagination } from './Component.js';
@@ -1,4 +1,4 @@
1
- /* hash: 15k4e */
1
+ /* hash: oa67x */
2
2
  :root {
3
3
  --color-light-specialbg-component-shade-7: rgba(10, 29, 49, 0.1351);
4
4
  }
@@ -10,11 +10,11 @@
10
10
 
11
11
  /* Hard up */
12
12
  }
13
- .table__field_f03ur svg {
13
+ .table__field_1l77v svg {
14
14
  width: 18px;
15
15
  height: 18px;
16
16
  }
17
- .table__open_f03ur,
18
- .table__open_f03ur:hover {
17
+ .table__open_1l77v,
18
+ .table__open_1l77v:hover {
19
19
  background-color: var(--color-light-specialbg-component-shade-7);
20
20
  }
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
- import { Button } from '@alfalab/core-components-button/dist/modern';
3
+ import { Button } from '@alfalab/core-components-button/modern';
4
4
 
5
- var styles = {"field":"table__field_f03ur","open":"table__open_f03ur"};
5
+ var styles = {"field":"table__field_1l77v","open":"table__open_1l77v"};
6
6
  require('./index.css')
7
7
 
8
8
  const CustomSelectField = ({ selected, innerProps, Arrow, open }) => {
@@ -5,7 +5,7 @@ import '../../utils.js';
5
5
  import { findAllHeadCellsProps } from './utils.js';
6
6
  import { TableContext } from '../table-context/index.js';
7
7
 
8
- var styles = {"component":"table__component_k5bk0","wrapper":"table__wrapper_k5bk0","hasPagination":"table__hasPagination_k5bk0","table":"table__table_k5bk0"};
8
+ var styles = {"component":"table__component_1qcfl","wrapper":"table__wrapper_1qcfl","hasPagination":"table__hasPagination_1qcfl","table":"table__table_1qcfl"};
9
9
  require('./index.css')
10
10
 
11
11
  const Table = forwardRef(({ className, children, compactView = false, wrapper = true, pagination, dataTestId, ...restProps }, ref) => {
@@ -1,4 +1,4 @@
1
- /* hash: 6h276 */
1
+ /* hash: 1h65u */
2
2
  :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  }
@@ -18,20 +18,20 @@
18
18
  :root {
19
19
  --border-radius-m: 8px;
20
20
  }
21
- .table__component_k5bk0 {
21
+ .table__component_1qcfl {
22
22
  box-sizing: border-box;
23
23
  }
24
- .table__wrapper_k5bk0 {
24
+ .table__wrapper_1qcfl {
25
25
  padding: 0 var(--gap-m) var(--gap-m);
26
26
  background: var(--color-light-bg-primary);
27
27
  box-shadow: var(--shadow-xs-hard);
28
28
  border-radius: var(--border-radius-m);
29
29
  overflow: auto;
30
30
  }
31
- .table__hasPagination_k5bk0 {
31
+ .table__hasPagination_1qcfl {
32
32
  padding-bottom: 0;
33
33
  }
34
- .table__table_k5bk0 {
34
+ .table__table_1qcfl {
35
35
  width: 100%;
36
36
  border-collapse: collapse;
37
37
  box-sizing: border-box
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
 
4
- var styles = {"component":"table__component_58h2c"};
4
+ var styles = {"component":"table__component_1bfl3"};
5
5
  require('./index.css')
6
6
 
7
7
  const TBody = ({ className, children, dataTestId, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: 1539t */
1
+ /* hash: huzal */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -7,7 +7,7 @@
7
7
 
8
8
  /* Hard up */
9
9
  }
10
- .table__component_58h2c {
10
+ .table__component_1bfl3 {
11
11
  width: 100%;
12
12
  box-sizing: border-box;
13
13
  }
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
2
2
  import cn from 'classnames';
3
3
  import { TableContext } from '../table-context/index.js';
4
4
 
5
- var styles = {"component":"table__component_tpr7t","hidden":"table__hidden_tpr7t","compact":"table__compact_tpr7t"};
5
+ var styles = {"component":"table__component_1mjr8","hidden":"table__hidden_1mjr8","compact":"table__compact_1mjr8"};
6
6
  require('./index.css')
7
7
 
8
8
  const TCell = ({ className, style, dataTestId, children, index, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: 11nk9 */
1
+ /* hash: hqfb3 */
2
2
  :root {
3
3
  --color-light-border-primary: #dbdee1;
4
4
  --color-light-text-primary: #0b1f35;
@@ -16,7 +16,7 @@
16
16
  --gap-m: 16px;
17
17
  --gap-xl: 24px;
18
18
  }
19
- .table__component_tpr7t {
19
+ .table__component_1mjr8 {
20
20
  font-size: 14px;
21
21
  line-height: 20px;
22
22
  font-weight: 400;
@@ -28,10 +28,10 @@
28
28
  vertical-align: top;
29
29
  box-sizing: border-box;
30
30
  }
31
- .table__hidden_tpr7t {
31
+ .table__hidden_1mjr8 {
32
32
  display: none;
33
33
  }
34
- .table__compact_tpr7t {
34
+ .table__compact_1mjr8 {
35
35
  padding-top: var(--gap-xs);
36
36
  padding-bottom: var(--gap-xs);
37
37
 
@@ -2,7 +2,7 @@ import React, { useState } from 'react';
2
2
  import cn from 'classnames';
3
3
  import { TRow } from '../trow/Component.js';
4
4
 
5
- var styles = {"row":"table__row_1jkd6","selected":"table__selected_1jkd6","expanded":"table__expanded_1jkd6","expandable":"table__expandable_1jkd6"};
5
+ var styles = {"row":"table__row_qqd5s","selected":"table__selected_qqd5s","expanded":"table__expanded_qqd5s","expandable":"table__expandable_qqd5s"};
6
6
  require('./index.css')
7
7
 
8
8
  const TExpandableRow = ({ className, selected, expanded, defaultExpanded = false, onToggle = () => null, renderContent = () => null, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: pqd2l */
1
+ /* hash: 14bba */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -7,16 +7,16 @@
7
7
 
8
8
  /* Hard up */
9
9
  }
10
- .table__row_1jkd6 {
10
+ .table__row_qqd5s {
11
11
  cursor: pointer;
12
12
  }
13
- .table__selected_1jkd6.table__expanded_1jkd6 {
13
+ .table__selected_qqd5s.table__expanded_qqd5s {
14
14
  background-color: inherit;
15
15
  }
16
- .table__expanded_1jkd6:hover {
16
+ .table__expanded_qqd5s:hover {
17
17
  background-color: inherit;
18
18
  }
19
- .table__expandable_1jkd6 td {
19
+ .table__expandable_qqd5s td {
20
20
  margin: 0;
21
21
  padding-top: 0;
22
22
  padding-bottom: 0;
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
 
4
- var styles = {"component":"table__component_tbxsl","row":"table__row_tbxsl"};
4
+ var styles = {"component":"table__component_hxrtc","row":"table__row_hxrtc"};
5
5
  require('./index.css')
6
6
 
7
7
  const THead = ({ className, rowClassName, children, dataTestId, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: 15oor */
1
+ /* hash: 1suqh */
2
2
  :root {
3
3
  --color-light-graphic-quaternary: #dbdee1;
4
4
  }
@@ -10,12 +10,12 @@
10
10
 
11
11
  /* Hard up */
12
12
  }
13
- .table__component_tbxsl {
13
+ .table__component_hxrtc {
14
14
  position: relative;
15
15
  width: 100%;
16
16
  box-sizing: border-box
17
17
  }
18
- .table__component_tbxsl th:not(:last-child):not(:empty):after {
18
+ .table__component_hxrtc th:not(:last-child):not(:empty):after {
19
19
  transition: opacity 0.2s;
20
20
  position: absolute;
21
21
  content: '';
@@ -27,12 +27,12 @@
27
27
  bottom: 8px;
28
28
  background-color: var(--color-light-graphic-quaternary);
29
29
  }
30
- .table__component_tbxsl th:after {
30
+ .table__component_hxrtc th:after {
31
31
  opacity: 0;
32
32
  }
33
- .table__component_tbxsl:hover th:after {
33
+ .table__component_hxrtc:hover th:after {
34
34
  opacity: 1;
35
35
  }
36
- .table__row_tbxsl {
36
+ .table__row_hxrtc {
37
37
  height: 72px;
38
38
  }
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
 
4
- var styles = {"component":"table__component_1omyo","sortable":"table__sortable_1omyo","sorted":"table__sorted_1omyo","hidden":"table__hidden_1omyo"};
4
+ var styles = {"component":"table__component_vsyo3","sortable":"table__sortable_vsyo3","sorted":"table__sorted_vsyo3","hidden":"table__hidden_vsyo3"};
5
5
  require('./index.css')
6
6
 
7
7
  const THeadCell = ({ children, className, dataTestId, style, width, textAlign, hidden, ...restProps }) => (React.createElement("th", Object.assign({ className: cn(styles.component, className, hidden && styles.hidden), style: { ...style, width, textAlign }, "data-test-id": dataTestId }, restProps), children));
@@ -1,4 +1,4 @@
1
- /* hash: 1xwbt */
1
+ /* hash: 1hw5v */
2
2
  :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  --color-light-border-primary: #dbdee1;
@@ -17,7 +17,7 @@
17
17
  --gap-m: 16px;
18
18
  --gap-2xl: 32px;
19
19
  }
20
- .table__component_1omyo {
20
+ .table__component_vsyo3 {
21
21
  font-size: 12px;
22
22
  line-height: 16px;
23
23
  font-weight: 500;
@@ -34,12 +34,12 @@
34
34
  vertical-align: top;
35
35
  box-sizing: border-box;
36
36
  }
37
- .table__sortable_1omyo {
37
+ .table__sortable_vsyo3 {
38
38
  cursor: pointer;
39
39
  }
40
- .table__sorted_1omyo {
40
+ .table__sorted_vsyo3 {
41
41
  color: var(--color-light-text-primary);
42
42
  }
43
- .table__hidden_1omyo {
43
+ .table__hidden_vsyo3 {
44
44
  display: none;
45
45
  }
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
 
4
- var styles = {"component":"table__component_1igt2","withoutBorder":"table__withoutBorder_1igt2","clickable":"table__clickable_1igt2","selected":"table__selected_1igt2"};
4
+ var styles = {"component":"table__component_pmt26","withoutBorder":"table__withoutBorder_pmt26","clickable":"table__clickable_pmt26","selected":"table__selected_pmt26"};
5
5
  require('./index.css')
6
6
 
7
7
  const TRow = ({ children, className, selected, withoutBorder, dataTestId, ...restProps }) => (React.createElement("tr", Object.assign({ className: cn(styles.component, className, {
@@ -1,4 +1,4 @@
1
- /* hash: dw41z */
1
+ /* hash: vpz14 */
2
2
  :root {
3
3
  --color-static-graphic-solitude: #e8f2fe;
4
4
  }
@@ -14,30 +14,30 @@
14
14
 
15
15
  /* Hard up */
16
16
  }
17
- .table__component_1igt2 {
17
+ .table__component_pmt26 {
18
18
  padding-top: 1px;
19
19
  width: 100%;
20
20
  transition: background-color 0.2s;
21
21
  box-sizing: border-box;
22
22
  background: var(--color-light-bg-primary)
23
23
  }
24
- .table__component_1igt2:first-child td {
24
+ .table__component_pmt26:first-child td {
25
25
  border-top: 0;
26
26
  }
27
- .table__withoutBorder_1igt2 {
27
+ .table__withoutBorder_pmt26 {
28
28
  td {
29
29
  border: none;
30
30
  }
31
31
  }
32
- .table__clickable_1igt2 {
32
+ .table__clickable_pmt26 {
33
33
  cursor: pointer
34
34
  }
35
- .table__clickable_1igt2:hover {
35
+ .table__clickable_pmt26:hover {
36
36
  background-color: var(--color-light-bg-secondary);
37
37
  }
38
- .table__selected_1igt2 {
38
+ .table__selected_pmt26 {
39
39
  background-color: #f2f8ff /* нет цвета в палитре */
40
40
  }
41
- .table__selected_1igt2:hover {
41
+ .table__selected_pmt26:hover {
42
42
  background-color: var(--color-static-graphic-solitude);
43
43
  }
File without changes
@@ -5,7 +5,7 @@ import { SortIconAsc } from './sort-icon-asc.js';
5
5
  import { SortIconDesc } from './sort-icon-desc.js';
6
6
  import { SortIconUnset } from './sort-icon-unset.js';
7
7
 
8
- var styles = {"component":"table__component_1l2o9","content":"table__content_1l2o9","icon":"table__icon_1l2o9","reverse":"table__reverse_1l2o9","sorted":"table__sorted_1l2o9"};
8
+ var styles = {"component":"table__component_evk7w","content":"table__content_evk7w","icon":"table__icon_evk7w","reverse":"table__reverse_evk7w","sorted":"table__sorted_evk7w"};
9
9
  require('./index.css')
10
10
 
11
11
  const TSortableHeadCell = ({ children, className, defaultIsSortedDesc, isSortedDesc, textAlign, onSort, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: gce5b */
1
+ /* hash: pahva */
2
2
  :root {
3
3
  --color-light-graphic-link: #007aff;
4
4
  --color-light-graphic-primary: #0b1f35;
@@ -15,14 +15,14 @@
15
15
  :root {
16
16
  --gap-xs: 8px;
17
17
  }
18
- .table__component_1l2o9 {
18
+ .table__component_evk7w {
19
19
  position: relative;
20
20
  }
21
- .table__content_1l2o9 {
21
+ .table__content_evk7w {
22
22
  display: flex;
23
23
  align-items: flex-start;
24
24
  }
25
- .table__icon_1l2o9 {
25
+ .table__icon_evk7w {
26
26
  cursor: pointer;
27
27
  margin-left: var(--gap-xs);
28
28
 
@@ -35,19 +35,19 @@
35
35
  transition: color 0.2s ease;
36
36
  flex-shrink: 0
37
37
  }
38
- .table__icon_1l2o9:hover {
38
+ .table__icon_evk7w:hover {
39
39
  color: var(--color-light-graphic-primary);
40
40
  }
41
- .table__reverse_1l2o9 {
41
+ .table__reverse_evk7w {
42
42
  flex-direction: row-reverse
43
43
  }
44
- .table__reverse_1l2o9 .table__icon_1l2o9 {
44
+ .table__reverse_evk7w .table__icon_evk7w {
45
45
  margin-left: 0;
46
46
  margin-right: var(--gap-xs);
47
47
  }
48
- .table__sorted_1l2o9 {
48
+ .table__sorted_evk7w {
49
49
  color: var(--color-light-graphic-link)
50
50
  }
51
- .table__sorted_1l2o9:hover {
51
+ .table__sorted_evk7w:hover {
52
52
  color: var(--color-light-graphic-link);
53
53
  }
File without changes
@@ -5,9 +5,9 @@ import './utils.js';
5
5
  import './components/table/utils.js';
6
6
  import './components/table-context/index.js';
7
7
  import './components/table/Component.js';
8
- import '@alfalab/core-components-select/dist/modern';
9
- import '@alfalab/core-components-pagination/dist/modern';
10
- import '@alfalab/core-components-button/dist/modern';
8
+ import '@alfalab/core-components-select/modern';
9
+ import '@alfalab/core-components-pagination/modern';
10
+ import '@alfalab/core-components-button/modern';
11
11
  import './components/pagination/select-field/index.js';
12
12
  import './components/pagination/Component.js';
13
13
  import './components/thead-cell/Component.js';
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,26 +1,23 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-table",
3
- "version": "1.5.1",
3
+ "version": "1.5.7",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
- "main": "dist/index.js",
8
- "module": "./dist/esm/index.js",
9
- "files": [
10
- "dist"
11
- ],
7
+ "main": "index.js",
8
+ "module": "./esm/index.js",
12
9
  "publishConfig": {
13
- "access": "public"
10
+ "access": "public",
11
+ "directory": "dist"
14
12
  },
15
13
  "peerDependencies": {
16
14
  "react": "^16.9.0 || ^17.0.1",
17
15
  "react-dom": "^16.9.0 || ^17.0.1"
18
16
  },
19
17
  "dependencies": {
20
- "@alfalab/core-components-button": "^5.2.0",
21
- "@alfalab/core-components-pagination": "^1.3.0",
22
- "@alfalab/core-components-select": "^10.12.1",
18
+ "@alfalab/core-components-button": "^5.2.3",
19
+ "@alfalab/core-components-pagination": "^1.3.3",
20
+ "@alfalab/core-components-select": "^10.12.7",
23
21
  "classnames": "^2.2.6"
24
- },
25
- "gitHead": "62c863f937c2b78ab35b8ca55863b11a0ebdd631"
22
+ }
26
23
  }
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,9 +0,0 @@
1
- import '../../tslib.es6-389f959c.js';
2
- import 'react';
3
- import 'classnames';
4
- import '../table-context/index.js';
5
- import '@alfalab/core-components-select/dist/esm';
6
- import '@alfalab/core-components-pagination/dist/esm';
7
- import '@alfalab/core-components-button/dist/esm';
8
- import './select-field/index.js';
9
- export { Pagination } from './Component.js';
@@ -1,8 +0,0 @@
1
- import 'react';
2
- import 'classnames';
3
- import '../table-context/index.js';
4
- import '@alfalab/core-components-select/dist/modern';
5
- import '@alfalab/core-components-pagination/dist/modern';
6
- import '@alfalab/core-components-button/dist/modern';
7
- import './select-field/index.js';
8
- export { Pagination } from './Component.js';