@powerhousedao/document-engineering 1.11.0 → 1.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (235) hide show
  1. package/dist/src/scalars/components/amount-field/amount-field-validations.d.ts +1 -1
  2. package/dist/src/scalars/components/amount-field/amount-field-validations.d.ts.map +1 -1
  3. package/dist/src/scalars/components/amount-field/amount-field-validations.js +1 -12
  4. package/dist/src/scalars/components/amount-field/amount-field-validations.js.map +1 -1
  5. package/dist/src/scalars/components/country-code-field/country-code-field.d.ts +2 -7
  6. package/dist/src/scalars/components/country-code-field/country-code-field.d.ts.map +1 -1
  7. package/dist/src/scalars/components/country-code-field/country-code-field.js +4 -29
  8. package/dist/src/scalars/components/country-code-field/country-code-field.js.map +1 -1
  9. package/dist/src/scalars/components/country-code-field/index.d.ts +2 -1
  10. package/dist/src/scalars/components/country-code-field/index.d.ts.map +1 -1
  11. package/dist/src/scalars/components/country-code-field/index.js +1 -1
  12. package/dist/src/scalars/components/country-code-field/index.js.map +1 -1
  13. package/dist/src/scalars/components/country-code-field/types.d.ts +4 -10
  14. package/dist/src/scalars/components/country-code-field/types.d.ts.map +1 -1
  15. package/dist/src/scalars/components/enum-field/enum-field.d.ts.map +1 -1
  16. package/dist/src/scalars/components/enum-field/enum-field.js +4 -2
  17. package/dist/src/scalars/components/enum-field/enum-field.js.map +1 -1
  18. package/dist/src/ui/components/data-entry/amount-input/amount-input.d.ts +6 -2
  19. package/dist/src/ui/components/data-entry/amount-input/amount-input.d.ts.map +1 -1
  20. package/dist/src/ui/components/data-entry/amount-input/amount-input.js +3 -5
  21. package/dist/src/ui/components/data-entry/amount-input/amount-input.js.map +1 -1
  22. package/dist/src/ui/components/data-entry/amount-input/use-amount-input.d.ts +1 -1
  23. package/dist/src/ui/components/data-entry/amount-input/use-amount-input.d.ts.map +1 -1
  24. package/dist/src/ui/components/data-entry/amount-input/use-amount-input.js.map +1 -1
  25. package/dist/src/ui/components/data-entry/amount-input/utils.d.ts.map +1 -1
  26. package/dist/src/ui/components/data-entry/amount-input/utils.js +1 -2
  27. package/dist/src/ui/components/data-entry/amount-input/utils.js.map +1 -1
  28. package/dist/src/ui/components/data-entry/checkbox/checkbox.d.ts +2 -2
  29. package/dist/src/ui/components/data-entry/checkbox/checkbox.d.ts.map +1 -1
  30. package/dist/src/ui/components/data-entry/checkbox/checkbox.js +8 -2
  31. package/dist/src/ui/components/data-entry/checkbox/checkbox.js.map +1 -1
  32. package/dist/src/ui/components/data-entry/checkbox/subcomponents/checkbox-diff.d.ts +15 -0
  33. package/dist/src/ui/components/data-entry/checkbox/subcomponents/checkbox-diff.d.ts.map +1 -0
  34. package/dist/src/ui/components/data-entry/checkbox/subcomponents/checkbox-diff.js +30 -0
  35. package/dist/src/ui/components/data-entry/checkbox/subcomponents/checkbox-diff.js.map +1 -0
  36. package/dist/src/ui/components/data-entry/country-code-picker/country-code-picker-diff.d.ts +9 -0
  37. package/dist/src/ui/components/data-entry/country-code-picker/country-code-picker-diff.d.ts.map +1 -0
  38. package/dist/src/ui/components/data-entry/country-code-picker/country-code-picker-diff.js +8 -0
  39. package/dist/src/ui/components/data-entry/country-code-picker/country-code-picker-diff.js.map +1 -0
  40. package/dist/src/ui/components/data-entry/country-code-picker/country-code-picker.d.ts +5 -0
  41. package/dist/src/ui/components/data-entry/country-code-picker/country-code-picker.d.ts.map +1 -0
  42. package/dist/src/ui/components/data-entry/country-code-picker/country-code-picker.js +50 -0
  43. package/dist/src/ui/components/data-entry/country-code-picker/country-code-picker.js.map +1 -0
  44. package/dist/src/ui/components/data-entry/country-code-picker/index.d.ts +3 -0
  45. package/dist/src/ui/components/data-entry/country-code-picker/index.d.ts.map +1 -0
  46. package/dist/src/ui/components/data-entry/country-code-picker/index.js +2 -0
  47. package/dist/src/ui/components/data-entry/country-code-picker/index.js.map +1 -0
  48. package/dist/src/ui/components/data-entry/country-code-picker/types.d.ts +16 -0
  49. package/dist/src/ui/components/data-entry/country-code-picker/types.d.ts.map +1 -0
  50. package/dist/src/ui/components/data-entry/country-code-picker/types.js +2 -0
  51. package/dist/src/ui/components/data-entry/country-code-picker/types.js.map +1 -0
  52. package/dist/src/ui/components/data-entry/currency-code-picker/currency-code-picker-diff.d.ts +9 -0
  53. package/dist/src/ui/components/data-entry/currency-code-picker/currency-code-picker-diff.d.ts.map +1 -0
  54. package/dist/src/ui/components/data-entry/currency-code-picker/currency-code-picker-diff.js +8 -0
  55. package/dist/src/ui/components/data-entry/currency-code-picker/currency-code-picker-diff.js.map +1 -0
  56. package/dist/src/ui/components/data-entry/currency-code-picker/currency-code-picker.d.ts.map +1 -1
  57. package/dist/src/ui/components/data-entry/currency-code-picker/currency-code-picker.js +24 -4
  58. package/dist/src/ui/components/data-entry/currency-code-picker/currency-code-picker.js.map +1 -1
  59. package/dist/src/ui/components/data-entry/currency-code-picker/types.d.ts +6 -6
  60. package/dist/src/ui/components/data-entry/currency-code-picker/types.d.ts.map +1 -1
  61. package/dist/src/ui/components/data-entry/date-picker/date-picker.d.ts +2 -2
  62. package/dist/src/ui/components/data-entry/date-picker/date-picker.d.ts.map +1 -1
  63. package/dist/src/ui/components/data-entry/date-picker/date-picker.js +38 -29
  64. package/dist/src/ui/components/data-entry/date-picker/date-picker.js.map +1 -1
  65. package/dist/src/ui/components/data-entry/date-picker/subcomponents/date-picker-diff/date-picker-diff.d.ts +13 -0
  66. package/dist/src/ui/components/data-entry/date-picker/subcomponents/date-picker-diff/date-picker-diff.d.ts.map +1 -0
  67. package/dist/src/ui/components/data-entry/date-picker/subcomponents/date-picker-diff/date-picker-diff.js +16 -0
  68. package/dist/src/ui/components/data-entry/date-picker/subcomponents/date-picker-diff/date-picker-diff.js.map +1 -0
  69. package/dist/src/ui/components/data-entry/date-time-picker/base-picker.d.ts.map +1 -1
  70. package/dist/src/ui/components/data-entry/date-time-picker/base-picker.js +4 -4
  71. package/dist/src/ui/components/data-entry/date-time-picker/base-picker.js.map +1 -1
  72. package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker.d.ts +2 -2
  73. package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker.d.ts.map +1 -1
  74. package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker.js +17 -9
  75. package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker.js.map +1 -1
  76. package/dist/src/ui/components/data-entry/date-time-picker/subcomponent/date-time-picker-diff.d.ts +15 -0
  77. package/dist/src/ui/components/data-entry/date-time-picker/subcomponent/date-time-picker-diff.d.ts.map +1 -0
  78. package/dist/src/ui/components/data-entry/date-time-picker/subcomponent/date-time-picker-diff.js +24 -0
  79. package/dist/src/ui/components/data-entry/date-time-picker/subcomponent/date-time-picker-diff.js.map +1 -0
  80. package/dist/src/ui/components/data-entry/date-time-picker/use-date-time-picker.d.ts +1 -0
  81. package/dist/src/ui/components/data-entry/date-time-picker/use-date-time-picker.d.ts.map +1 -1
  82. package/dist/src/ui/components/data-entry/date-time-picker/use-date-time-picker.js +1 -1
  83. package/dist/src/ui/components/data-entry/date-time-picker/use-date-time-picker.js.map +1 -1
  84. package/dist/src/ui/components/data-entry/input/splitted-input-diff.d.ts +2 -2
  85. package/dist/src/ui/components/data-entry/input/splitted-input-diff.d.ts.map +1 -1
  86. package/dist/src/ui/components/data-entry/input/splitted-input-diff.js +2 -2
  87. package/dist/src/ui/components/data-entry/input/splitted-input-diff.js.map +1 -1
  88. package/dist/src/ui/components/data-entry/input/subcomponent/input-diff.d.ts +2 -2
  89. package/dist/src/ui/components/data-entry/input/subcomponent/input-diff.d.ts.map +1 -1
  90. package/dist/src/ui/components/data-entry/input/subcomponent/input-diff.js +2 -2
  91. package/dist/src/ui/components/data-entry/input/subcomponent/input-diff.js.map +1 -1
  92. package/dist/src/ui/components/data-entry/input/subcomponent/text-diff.d.ts.map +1 -1
  93. package/dist/src/ui/components/data-entry/input/subcomponent/text-diff.js +56 -21
  94. package/dist/src/ui/components/data-entry/input/subcomponent/text-diff.js.map +1 -1
  95. package/dist/src/ui/components/data-entry/number-input/number-input.d.ts.map +1 -1
  96. package/dist/src/ui/components/data-entry/number-input/number-input.js +26 -21
  97. package/dist/src/ui/components/data-entry/number-input/number-input.js.map +1 -1
  98. package/dist/src/ui/components/data-entry/number-input/types.d.ts +2 -2
  99. package/dist/src/ui/components/data-entry/number-input/types.d.ts.map +1 -1
  100. package/dist/src/ui/components/data-entry/number-input/use-number-input.d.ts +1 -5
  101. package/dist/src/ui/components/data-entry/number-input/use-number-input.d.ts.map +1 -1
  102. package/dist/src/ui/components/data-entry/number-input/use-number-input.js +4 -14
  103. package/dist/src/ui/components/data-entry/number-input/use-number-input.js.map +1 -1
  104. package/dist/src/ui/components/data-entry/select/command-list-item.d.ts +1 -1
  105. package/dist/src/ui/components/data-entry/select/command-list-item.d.ts.map +1 -1
  106. package/dist/src/ui/components/data-entry/select/command-list-item.js +2 -2
  107. package/dist/src/ui/components/data-entry/select/command-list-item.js.map +1 -1
  108. package/dist/src/ui/components/data-entry/select/content.d.ts +0 -1
  109. package/dist/src/ui/components/data-entry/select/content.d.ts.map +1 -1
  110. package/dist/src/ui/components/data-entry/select/content.js +8 -7
  111. package/dist/src/ui/components/data-entry/select/content.js.map +1 -1
  112. package/dist/src/ui/components/data-entry/select/select-diff.d.ts +4 -3
  113. package/dist/src/ui/components/data-entry/select/select-diff.d.ts.map +1 -1
  114. package/dist/src/ui/components/data-entry/select/select-diff.js +2 -2
  115. package/dist/src/ui/components/data-entry/select/select-diff.js.map +1 -1
  116. package/dist/src/ui/components/data-entry/select/select.d.ts.map +1 -1
  117. package/dist/src/ui/components/data-entry/select/select.js +16 -14
  118. package/dist/src/ui/components/data-entry/select/select.js.map +1 -1
  119. package/dist/src/ui/components/data-entry/select/selected-content.d.ts +0 -1
  120. package/dist/src/ui/components/data-entry/select/selected-content.d.ts.map +1 -1
  121. package/dist/src/ui/components/data-entry/select/selected-content.js +4 -4
  122. package/dist/src/ui/components/data-entry/select/selected-content.js.map +1 -1
  123. package/dist/src/ui/components/data-entry/select/types.d.ts +7 -9
  124. package/dist/src/ui/components/data-entry/select/types.d.ts.map +1 -1
  125. package/dist/src/ui/components/data-entry/select/use-select.js +1 -1
  126. package/dist/src/ui/components/data-entry/select/use-select.js.map +1 -1
  127. package/dist/src/ui/components/data-entry/text-input/text-input-diff.d.ts +2 -2
  128. package/dist/src/ui/components/data-entry/text-input/text-input-diff.d.ts.map +1 -1
  129. package/dist/src/ui/components/data-entry/text-input/text-input-diff.js +2 -2
  130. package/dist/src/ui/components/data-entry/text-input/text-input-diff.js.map +1 -1
  131. package/dist/src/ui/components/data-entry/time-picker/time-picker.d.ts +2 -2
  132. package/dist/src/ui/components/data-entry/time-picker/time-picker.d.ts.map +1 -1
  133. package/dist/src/ui/components/data-entry/time-picker/time-picker.js +17 -6
  134. package/dist/src/ui/components/data-entry/time-picker/time-picker.js.map +1 -1
  135. package/dist/src/ui/components/data-entry/url-input/types.d.ts +2 -4
  136. package/dist/src/ui/components/data-entry/url-input/types.d.ts.map +1 -1
  137. package/dist/src/ui/components/data-entry/url-input/url-input-diff.d.ts +1 -1
  138. package/dist/src/ui/components/data-entry/url-input/url-input-diff.d.ts.map +1 -1
  139. package/dist/src/ui/components/data-entry/url-input/url-input-diff.js +2 -2
  140. package/dist/src/ui/components/data-entry/url-input/url-input-diff.js.map +1 -1
  141. package/dist/src/ui/components/data-entry/url-input/url-input.d.ts.map +1 -1
  142. package/dist/src/ui/components/data-entry/url-input/url-input.js +2 -2
  143. package/dist/src/ui/components/data-entry/url-input/url-input.js.map +1 -1
  144. package/dist/src/ui/components/icon-components/ArrowDownUp.d.ts +7 -0
  145. package/dist/src/ui/components/icon-components/ArrowDownUp.d.ts.map +1 -0
  146. package/dist/src/ui/components/icon-components/ArrowDownUp.js +7 -0
  147. package/dist/src/ui/components/icon-components/ArrowDownUp.js.map +1 -0
  148. package/dist/src/ui/components/icon-components/index.d.ts +1 -1
  149. package/dist/src/ui/components/icon-components/index.d.ts.map +1 -1
  150. package/dist/src/ui/components/icon-components/index.js +3 -0
  151. package/dist/src/ui/components/icon-components/index.js.map +1 -1
  152. package/dist/src/ui/components/index.d.ts +2 -0
  153. package/dist/src/ui/components/index.d.ts.map +1 -1
  154. package/dist/src/ui/components/index.js +2 -0
  155. package/dist/src/ui/components/index.js.map +1 -1
  156. package/dist/src/ui/components/object-set-table/examples/api-usage/api-usage.d.ts.map +1 -1
  157. package/dist/src/ui/components/object-set-table/examples/api-usage/api-usage.js +5 -2
  158. package/dist/src/ui/components/object-set-table/examples/api-usage/api-usage.js.map +1 -1
  159. package/dist/src/ui/components/object-set-table/examples/computed-columns/computed-columns.d.ts +3 -1
  160. package/dist/src/ui/components/object-set-table/examples/computed-columns/computed-columns.d.ts.map +1 -1
  161. package/dist/src/ui/components/object-set-table/examples/computed-columns/computed-columns.js +3 -2
  162. package/dist/src/ui/components/object-set-table/examples/computed-columns/computed-columns.js.map +1 -1
  163. package/dist/src/ui/components/object-set-table/examples/custom-rendering/custom-rendering.d.ts +3 -1
  164. package/dist/src/ui/components/object-set-table/examples/custom-rendering/custom-rendering.d.ts.map +1 -1
  165. package/dist/src/ui/components/object-set-table/examples/custom-rendering/custom-rendering.js +5 -2
  166. package/dist/src/ui/components/object-set-table/examples/custom-rendering/custom-rendering.js.map +1 -1
  167. package/dist/src/ui/components/object-set-table/index.d.ts +2 -0
  168. package/dist/src/ui/components/object-set-table/index.d.ts.map +1 -1
  169. package/dist/src/ui/components/object-set-table/index.js +2 -0
  170. package/dist/src/ui/components/object-set-table/index.js.map +1 -1
  171. package/dist/src/ui/components/object-set-table/logic/selection-manager.d.ts.map +1 -1
  172. package/dist/src/ui/components/object-set-table/logic/selection-manager.js +2 -0
  173. package/dist/src/ui/components/object-set-table/logic/selection-manager.js.map +1 -1
  174. package/dist/src/ui/components/object-set-table/logic/table-api.d.ts +33 -2
  175. package/dist/src/ui/components/object-set-table/logic/table-api.d.ts.map +1 -1
  176. package/dist/src/ui/components/object-set-table/logic/table-api.js +53 -0
  177. package/dist/src/ui/components/object-set-table/logic/table-api.js.map +1 -1
  178. package/dist/src/ui/components/object-set-table/logic/types.d.ts +9 -1
  179. package/dist/src/ui/components/object-set-table/logic/types.d.ts.map +1 -1
  180. package/dist/src/ui/components/object-set-table/mock-data.js +14 -14
  181. package/dist/src/ui/components/object-set-table/mock-data.js.map +1 -1
  182. package/dist/src/ui/components/object-set-table/object-set-table.d.ts +1 -1
  183. package/dist/src/ui/components/object-set-table/object-set-table.d.ts.map +1 -1
  184. package/dist/src/ui/components/object-set-table/object-set-table.js +12 -5
  185. package/dist/src/ui/components/object-set-table/object-set-table.js.map +1 -1
  186. package/dist/src/ui/components/object-set-table/subcomponents/body.d.ts +2 -6
  187. package/dist/src/ui/components/object-set-table/subcomponents/body.d.ts.map +1 -1
  188. package/dist/src/ui/components/object-set-table/subcomponents/body.js +7 -106
  189. package/dist/src/ui/components/object-set-table/subcomponents/body.js.map +1 -1
  190. package/dist/src/ui/components/object-set-table/subcomponents/cells/render-cell.d.ts +11 -0
  191. package/dist/src/ui/components/object-set-table/subcomponents/cells/render-cell.d.ts.map +1 -0
  192. package/dist/src/ui/components/object-set-table/subcomponents/cells/render-cell.js +62 -0
  193. package/dist/src/ui/components/object-set-table/subcomponents/cells/render-cell.js.map +1 -0
  194. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/get-render-fn.d.ts +2 -2
  195. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/get-render-fn.d.ts.map +1 -1
  196. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/get-render-fn.js.map +1 -1
  197. package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-column-config.d.ts +2 -2
  198. package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-column-config.d.ts.map +1 -1
  199. package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-column-config.js +2 -2
  200. package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-column-config.js.map +1 -1
  201. package/dist/src/ui/components/object-set-table/subcomponents/default-header-renderers/{default-header.renderer.d.ts → default-header-renderer.d.ts} +1 -1
  202. package/dist/src/ui/components/object-set-table/subcomponents/default-header-renderers/default-header-renderer.d.ts.map +1 -0
  203. package/dist/src/ui/components/object-set-table/subcomponents/default-header-renderers/default-header-renderer.js +36 -0
  204. package/dist/src/ui/components/object-set-table/subcomponents/default-header-renderers/default-header-renderer.js.map +1 -0
  205. package/dist/src/ui/components/object-set-table/subcomponents/default-sort-columns/default-sort-fns.d.ts +3 -0
  206. package/dist/src/ui/components/object-set-table/subcomponents/default-sort-columns/default-sort-fns.d.ts.map +1 -0
  207. package/dist/src/ui/components/object-set-table/subcomponents/default-sort-columns/default-sort-fns.js +17 -0
  208. package/dist/src/ui/components/object-set-table/subcomponents/default-sort-columns/default-sort-fns.js.map +1 -0
  209. package/dist/src/ui/components/object-set-table/subcomponents/header.d.ts.map +1 -1
  210. package/dist/src/ui/components/object-set-table/subcomponents/header.js +32 -17
  211. package/dist/src/ui/components/object-set-table/subcomponents/header.js.map +1 -1
  212. package/dist/src/ui/components/object-set-table/subcomponents/rows/render-row.d.ts +9 -0
  213. package/dist/src/ui/components/object-set-table/subcomponents/rows/render-row.d.ts.map +1 -0
  214. package/dist/src/ui/components/object-set-table/subcomponents/rows/render-row.js +62 -0
  215. package/dist/src/ui/components/object-set-table/subcomponents/rows/render-row.js.map +1 -0
  216. package/dist/src/ui/components/object-set-table/subcomponents/sort-indicator.d.ts +7 -0
  217. package/dist/src/ui/components/object-set-table/subcomponents/sort-indicator.d.ts.map +1 -0
  218. package/dist/src/ui/components/object-set-table/subcomponents/sort-indicator.js +7 -0
  219. package/dist/src/ui/components/object-set-table/subcomponents/sort-indicator.js.map +1 -0
  220. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-provider.d.ts +1 -1
  221. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-provider.d.ts.map +1 -1
  222. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-provider.js +2 -0
  223. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-provider.js.map +1 -1
  224. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-reducer.d.ts +19 -1
  225. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-reducer.d.ts.map +1 -1
  226. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-reducer.js +49 -6
  227. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-reducer.js.map +1 -1
  228. package/dist/src/ui/components/object-set-table/types.d.ts +64 -3
  229. package/dist/src/ui/components/object-set-table/types.d.ts.map +1 -1
  230. package/dist/style.css +310 -32
  231. package/dist/tsconfig.lib.tsbuildinfo +1 -1
  232. package/package.json +1 -1
  233. package/dist/src/ui/components/object-set-table/subcomponents/default-header-renderers/default-header.renderer.d.ts.map +0 -1
  234. package/dist/src/ui/components/object-set-table/subcomponents/default-header-renderers/default-header.renderer.js +0 -16
  235. package/dist/src/ui/components/object-set-table/subcomponents/default-header-renderers/default-header.renderer.js.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/document-engineering",
3
- "version": "1.11.0",
3
+ "version": "1.13.0",
4
4
  "description": "",
5
5
  "files": [
6
6
  "/dist"
@@ -1 +0,0 @@
1
- {"version":3,"file":"default-header.renderer.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/components/object-set-table/subcomponents/default-header-renderers/default-header.renderer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;AAEjD,QAAA,MAAM,qBAAqB,GAAI,CAAC,EAAE,CAAC,GAAG,MAAM,EAAE,OAAO,CAAC,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,4CAY9E,CAAA;AAED,OAAO,EAAE,qBAAqB,EAAE,CAAA"}
@@ -1,16 +0,0 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- import { cn } from '../../../../../scalars/lib/utils.js';
3
- const defaultHeaderRenderer = (value, context) => {
4
- let classes = '';
5
- if (context.column.width)
6
- classes += ` w-[${context.column.width}]`;
7
- if (context.column.minWidth)
8
- classes += ` min-w-[${context.column.minWidth}]`;
9
- if (context.column.maxWidth)
10
- classes += ` max-w-[${context.column.maxWidth}]`;
11
- if (context.column.align)
12
- classes += ` text-${context.column.align}`;
13
- return (_jsx("div", { className: cn('px-[12px] py-[15px] text-left text-[14px] font-medium leading-[14px] text-gray-500', classes), children: value }));
14
- };
15
- export { defaultHeaderRenderer };
16
- //# sourceMappingURL=default-header.renderer.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"default-header.renderer.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/object-set-table/subcomponents/default-header-renderers/default-header.renderer.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,qCAAqC,CAAA;AAGxD,MAAM,qBAAqB,GAAG,CAAgB,KAAQ,EAAE,OAAuB,EAAE,EAAE;IACjF,IAAI,OAAO,GAAG,EAAE,CAAA;IAChB,IAAI,OAAO,CAAC,MAAM,CAAC,KAAK;QAAE,OAAO,IAAI,OAAO,OAAO,CAAC,MAAM,CAAC,KAAK,GAAG,CAAA;IACnE,IAAI,OAAO,CAAC,MAAM,CAAC,QAAQ;QAAE,OAAO,IAAI,WAAW,OAAO,CAAC,MAAM,CAAC,QAAQ,GAAG,CAAA;IAC7E,IAAI,OAAO,CAAC,MAAM,CAAC,QAAQ;QAAE,OAAO,IAAI,WAAW,OAAO,CAAC,MAAM,CAAC,QAAQ,GAAG,CAAA;IAC7E,IAAI,OAAO,CAAC,MAAM,CAAC,KAAK;QAAE,OAAO,IAAI,SAAS,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,CAAA;IAEpE,OAAO,CACL,cAAK,SAAS,EAAE,EAAE,CAAC,oFAAoF,EAAE,OAAO,CAAC,YAC9G,KAAe,GACZ,CACP,CAAA;AACH,CAAC,CAAA;AAED,OAAO,EAAE,qBAAqB,EAAE,CAAA"}