rotion 0.4.1 → 1.0.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 (243) hide show
  1. package/dist/ui/cjs/index.css +1 -1
  2. package/dist/ui/cjs/index.js +1 -1
  3. package/dist/ui/cjs/index.js.map +1 -1
  4. package/dist/ui/cjs/types/ui/components/Gallery/Gallery.d.ts +1 -1
  5. package/dist/ui/cjs/types/ui/components/Gallery/Gallery.types.d.ts +14 -4
  6. package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryCard.d.ts +1 -1
  7. package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryCard.types.d.ts +2 -9
  8. package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryHandler.d.ts +1 -1
  9. package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryHandler.types.d.ts +6 -2
  10. package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryLinkedCard.d.ts +1 -1
  11. package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryLinkedCard.types.d.ts +1 -1
  12. package/dist/ui/cjs/types/ui/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.d.ts +1 -1
  13. package/dist/ui/cjs/types/ui/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.types.d.ts +2 -0
  14. package/dist/ui/cjs/types/ui/components/Gallery/GalleryFormulaField/GalleryFormulaField.d.ts +5 -0
  15. package/dist/ui/cjs/types/ui/components/Gallery/GalleryFormulaField/GalleryFormulaField.types.d.ts +5 -0
  16. package/dist/ui/cjs/types/ui/components/Gallery/GalleryFormulaField/index.d.ts +2 -0
  17. package/dist/ui/cjs/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.d.ts +1 -1
  18. package/dist/ui/cjs/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.types.d.ts +2 -6
  19. package/dist/ui/cjs/types/ui/components/Gallery/GalleryMultiSelectField/LinkedTag.types.d.ts +1 -1
  20. package/dist/ui/cjs/types/ui/components/Gallery/GalleryNumberField/GalleryNumberField.d.ts +1 -1
  21. package/dist/ui/cjs/types/ui/components/Gallery/GalleryNumberField/GalleryNumberField.types.d.ts +2 -0
  22. package/dist/ui/cjs/types/ui/components/Gallery/GalleryPreview/GalleryPreview.d.ts +5 -0
  23. package/dist/ui/cjs/types/ui/components/Gallery/GalleryPreview/GalleryPreview.types.d.ts +14 -0
  24. package/dist/ui/cjs/types/ui/components/Gallery/GalleryPreview/index.d.ts +2 -0
  25. package/dist/ui/cjs/types/ui/components/Gallery/GallerySelectField/GallerySelectField.d.ts +5 -0
  26. package/dist/ui/cjs/types/ui/components/Gallery/GallerySelectField/GallerySelectField.types.d.ts +6 -0
  27. package/dist/ui/cjs/types/ui/components/Gallery/GallerySelectField/LinkedTag.d.ts +5 -0
  28. package/dist/ui/cjs/types/ui/components/Gallery/GallerySelectField/LinkedTag.types.d.ts +10 -0
  29. package/dist/ui/cjs/types/ui/components/Gallery/GallerySelectField/index.d.ts +2 -0
  30. package/dist/ui/cjs/types/ui/components/List/Column.d.ts +1 -1
  31. package/dist/ui/cjs/types/ui/components/List/Column.types.d.ts +2 -6
  32. package/dist/ui/cjs/types/ui/components/List/List.d.ts +1 -1
  33. package/dist/ui/cjs/types/ui/components/List/List.types.d.ts +13 -2
  34. package/dist/ui/cjs/types/ui/components/List/ListCheckboxField/ListCheckboxField.d.ts +1 -1
  35. package/dist/ui/cjs/types/ui/components/List/ListCheckboxField/ListCheckboxField.types.d.ts +2 -0
  36. package/dist/ui/cjs/types/ui/components/List/ListFormulaField/ListFormulaField.d.ts +5 -0
  37. package/dist/ui/cjs/types/ui/components/List/ListFormulaField/ListFormulaField.types.d.ts +5 -0
  38. package/dist/ui/cjs/types/ui/components/List/ListFormulaField/index.d.ts +2 -0
  39. package/dist/ui/cjs/types/ui/components/List/ListHandler.d.ts +1 -1
  40. package/dist/ui/cjs/types/ui/components/List/ListHandler.types.d.ts +7 -3
  41. package/dist/ui/cjs/types/ui/components/List/ListMultiSelectField/LinkedTagIfLinked.types.d.ts +1 -1
  42. package/dist/ui/cjs/types/ui/components/List/ListMultiSelectField/ListMultiSelectField.d.ts +1 -1
  43. package/dist/ui/cjs/types/ui/components/List/ListMultiSelectField/ListMultiSelectField.types.d.ts +2 -6
  44. package/dist/ui/cjs/types/ui/components/List/ListNumberField/ListNumberField.d.ts +1 -1
  45. package/dist/ui/cjs/types/ui/components/List/ListNumberField/ListNumberField.types.d.ts +2 -0
  46. package/dist/ui/cjs/types/ui/components/List/ListSelectField/LinkedTagIfLinked.d.ts +5 -0
  47. package/dist/ui/cjs/types/ui/components/List/ListSelectField/LinkedTagIfLinked.types.d.ts +11 -0
  48. package/dist/ui/cjs/types/ui/components/List/ListSelectField/ListSelectField.d.ts +5 -0
  49. package/dist/ui/cjs/types/ui/components/List/ListSelectField/ListSelectField.types.d.ts +6 -0
  50. package/dist/ui/cjs/types/ui/components/List/ListSelectField/index.d.ts +2 -0
  51. package/dist/ui/cjs/types/ui/components/List/ListTitleField/LinkedTitle.d.ts +1 -1
  52. package/dist/ui/cjs/types/ui/components/List/ListTitleField/LinkedTitle.types.d.ts +2 -6
  53. package/dist/ui/cjs/types/ui/components/List/ListTitleField/ListTitleField.d.ts +1 -1
  54. package/dist/ui/cjs/types/ui/components/List/ListTitleField/ListTitleField.types.d.ts +2 -7
  55. package/dist/ui/cjs/types/ui/components/PrefixSuffix/PrefixSuffix.d.ts +5 -0
  56. package/dist/ui/cjs/types/ui/components/PrefixSuffix/PrefixSuffix.types.d.ts +6 -0
  57. package/dist/ui/cjs/types/ui/components/PrefixSuffix/index.d.ts +2 -0
  58. package/dist/ui/cjs/types/ui/components/Table/Column.d.ts +1 -1
  59. package/dist/ui/cjs/types/ui/components/Table/Column.types.d.ts +2 -6
  60. package/dist/ui/cjs/types/ui/components/Table/Table.d.ts +1 -1
  61. package/dist/ui/cjs/types/ui/components/Table/Table.types.d.ts +14 -2
  62. package/dist/ui/cjs/types/ui/components/Table/TableCheckboxField/TableCheckboxField.d.ts +1 -1
  63. package/dist/ui/cjs/types/ui/components/Table/TableCheckboxField/TableCheckboxField.types.d.ts +2 -0
  64. package/dist/ui/cjs/types/ui/components/Table/TableFormulaField/TableFormulaField.d.ts +1 -1
  65. package/dist/ui/cjs/types/ui/components/Table/TableFormulaField/TableFormulaField.types.d.ts +2 -0
  66. package/dist/ui/cjs/types/ui/components/Table/TableHandler.d.ts +1 -1
  67. package/dist/ui/cjs/types/ui/components/Table/TableHandler.types.d.ts +6 -2
  68. package/dist/ui/cjs/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.d.ts +1 -1
  69. package/dist/ui/cjs/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.types.d.ts +2 -6
  70. package/dist/ui/cjs/types/ui/components/Table/TableNumberField/TableNumberField.d.ts +1 -1
  71. package/dist/ui/cjs/types/ui/components/Table/TableNumberField/TableNumberField.types.d.ts +2 -0
  72. package/dist/ui/cjs/types/ui/components/Table/TableSelectField/TableSelectField.d.ts +1 -1
  73. package/dist/ui/cjs/types/ui/components/Table/TableSelectField/TableSelectField.types.d.ts +2 -6
  74. package/dist/ui/cjs/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.d.ts +1 -1
  75. package/dist/ui/cjs/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.types.d.ts +2 -7
  76. package/dist/ui/cjs/types/ui/components/Table/TableTitleField/TableTitleField.d.ts +1 -1
  77. package/dist/ui/cjs/types/ui/components/Table/TableTitleField/TableTitleField.types.d.ts +2 -7
  78. package/dist/ui/cjs/types/ui/components/index.d.ts +7 -2
  79. package/dist/ui/cjs/types/ui/components/lib.d.ts +2 -1
  80. package/dist/ui/esm/index.css +1 -1
  81. package/dist/ui/esm/index.js +1 -1
  82. package/dist/ui/esm/index.js.map +1 -1
  83. package/dist/ui/esm/types/ui/components/Gallery/Gallery.d.ts +1 -1
  84. package/dist/ui/esm/types/ui/components/Gallery/Gallery.types.d.ts +14 -4
  85. package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryCard.d.ts +1 -1
  86. package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryCard.types.d.ts +2 -9
  87. package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryHandler.d.ts +1 -1
  88. package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryHandler.types.d.ts +6 -2
  89. package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryLinkedCard.d.ts +1 -1
  90. package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryLinkedCard.types.d.ts +1 -1
  91. package/dist/ui/esm/types/ui/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.d.ts +1 -1
  92. package/dist/ui/esm/types/ui/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.types.d.ts +2 -0
  93. package/dist/ui/esm/types/ui/components/Gallery/GalleryFormulaField/GalleryFormulaField.d.ts +5 -0
  94. package/dist/ui/esm/types/ui/components/Gallery/GalleryFormulaField/GalleryFormulaField.types.d.ts +5 -0
  95. package/dist/ui/esm/types/ui/components/Gallery/GalleryFormulaField/index.d.ts +2 -0
  96. package/dist/ui/esm/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.d.ts +1 -1
  97. package/dist/ui/esm/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.types.d.ts +2 -6
  98. package/dist/ui/esm/types/ui/components/Gallery/GalleryMultiSelectField/LinkedTag.types.d.ts +1 -1
  99. package/dist/ui/esm/types/ui/components/Gallery/GalleryNumberField/GalleryNumberField.d.ts +1 -1
  100. package/dist/ui/esm/types/ui/components/Gallery/GalleryNumberField/GalleryNumberField.types.d.ts +2 -0
  101. package/dist/ui/esm/types/ui/components/Gallery/GalleryPreview/GalleryPreview.d.ts +5 -0
  102. package/dist/ui/esm/types/ui/components/Gallery/GalleryPreview/GalleryPreview.types.d.ts +14 -0
  103. package/dist/ui/esm/types/ui/components/Gallery/GalleryPreview/index.d.ts +2 -0
  104. package/dist/ui/esm/types/ui/components/Gallery/GallerySelectField/GallerySelectField.d.ts +5 -0
  105. package/dist/ui/esm/types/ui/components/Gallery/GallerySelectField/GallerySelectField.types.d.ts +6 -0
  106. package/dist/ui/esm/types/ui/components/Gallery/GallerySelectField/LinkedTag.d.ts +5 -0
  107. package/dist/ui/esm/types/ui/components/Gallery/GallerySelectField/LinkedTag.types.d.ts +10 -0
  108. package/dist/ui/esm/types/ui/components/Gallery/GallerySelectField/index.d.ts +2 -0
  109. package/dist/ui/esm/types/ui/components/List/Column.d.ts +1 -1
  110. package/dist/ui/esm/types/ui/components/List/Column.types.d.ts +2 -6
  111. package/dist/ui/esm/types/ui/components/List/List.d.ts +1 -1
  112. package/dist/ui/esm/types/ui/components/List/List.types.d.ts +13 -2
  113. package/dist/ui/esm/types/ui/components/List/ListCheckboxField/ListCheckboxField.d.ts +1 -1
  114. package/dist/ui/esm/types/ui/components/List/ListCheckboxField/ListCheckboxField.types.d.ts +2 -0
  115. package/dist/ui/esm/types/ui/components/List/ListFormulaField/ListFormulaField.d.ts +5 -0
  116. package/dist/ui/esm/types/ui/components/List/ListFormulaField/ListFormulaField.types.d.ts +5 -0
  117. package/dist/ui/esm/types/ui/components/List/ListFormulaField/index.d.ts +2 -0
  118. package/dist/ui/esm/types/ui/components/List/ListHandler.d.ts +1 -1
  119. package/dist/ui/esm/types/ui/components/List/ListHandler.types.d.ts +7 -3
  120. package/dist/ui/esm/types/ui/components/List/ListMultiSelectField/LinkedTagIfLinked.types.d.ts +1 -1
  121. package/dist/ui/esm/types/ui/components/List/ListMultiSelectField/ListMultiSelectField.d.ts +1 -1
  122. package/dist/ui/esm/types/ui/components/List/ListMultiSelectField/ListMultiSelectField.types.d.ts +2 -6
  123. package/dist/ui/esm/types/ui/components/List/ListNumberField/ListNumberField.d.ts +1 -1
  124. package/dist/ui/esm/types/ui/components/List/ListNumberField/ListNumberField.types.d.ts +2 -0
  125. package/dist/ui/esm/types/ui/components/List/ListSelectField/LinkedTagIfLinked.d.ts +5 -0
  126. package/dist/ui/esm/types/ui/components/List/ListSelectField/LinkedTagIfLinked.types.d.ts +11 -0
  127. package/dist/ui/esm/types/ui/components/List/ListSelectField/ListSelectField.d.ts +5 -0
  128. package/dist/ui/esm/types/ui/components/List/ListSelectField/ListSelectField.types.d.ts +6 -0
  129. package/dist/ui/esm/types/ui/components/List/ListSelectField/index.d.ts +2 -0
  130. package/dist/ui/esm/types/ui/components/List/ListTitleField/LinkedTitle.d.ts +1 -1
  131. package/dist/ui/esm/types/ui/components/List/ListTitleField/LinkedTitle.types.d.ts +2 -6
  132. package/dist/ui/esm/types/ui/components/List/ListTitleField/ListTitleField.d.ts +1 -1
  133. package/dist/ui/esm/types/ui/components/List/ListTitleField/ListTitleField.types.d.ts +2 -7
  134. package/dist/ui/esm/types/ui/components/PrefixSuffix/PrefixSuffix.d.ts +5 -0
  135. package/dist/ui/esm/types/ui/components/PrefixSuffix/PrefixSuffix.types.d.ts +6 -0
  136. package/dist/ui/esm/types/ui/components/PrefixSuffix/index.d.ts +2 -0
  137. package/dist/ui/esm/types/ui/components/Table/Column.d.ts +1 -1
  138. package/dist/ui/esm/types/ui/components/Table/Column.types.d.ts +2 -6
  139. package/dist/ui/esm/types/ui/components/Table/Table.d.ts +1 -1
  140. package/dist/ui/esm/types/ui/components/Table/Table.types.d.ts +14 -2
  141. package/dist/ui/esm/types/ui/components/Table/TableCheckboxField/TableCheckboxField.d.ts +1 -1
  142. package/dist/ui/esm/types/ui/components/Table/TableCheckboxField/TableCheckboxField.types.d.ts +2 -0
  143. package/dist/ui/esm/types/ui/components/Table/TableFormulaField/TableFormulaField.d.ts +1 -1
  144. package/dist/ui/esm/types/ui/components/Table/TableFormulaField/TableFormulaField.types.d.ts +2 -0
  145. package/dist/ui/esm/types/ui/components/Table/TableHandler.d.ts +1 -1
  146. package/dist/ui/esm/types/ui/components/Table/TableHandler.types.d.ts +6 -2
  147. package/dist/ui/esm/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.d.ts +1 -1
  148. package/dist/ui/esm/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.types.d.ts +2 -6
  149. package/dist/ui/esm/types/ui/components/Table/TableNumberField/TableNumberField.d.ts +1 -1
  150. package/dist/ui/esm/types/ui/components/Table/TableNumberField/TableNumberField.types.d.ts +2 -0
  151. package/dist/ui/esm/types/ui/components/Table/TableSelectField/TableSelectField.d.ts +1 -1
  152. package/dist/ui/esm/types/ui/components/Table/TableSelectField/TableSelectField.types.d.ts +2 -6
  153. package/dist/ui/esm/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.d.ts +1 -1
  154. package/dist/ui/esm/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.types.d.ts +2 -7
  155. package/dist/ui/esm/types/ui/components/Table/TableTitleField/TableTitleField.d.ts +1 -1
  156. package/dist/ui/esm/types/ui/components/Table/TableTitleField/TableTitleField.types.d.ts +2 -7
  157. package/dist/ui/esm/types/ui/components/index.d.ts +7 -2
  158. package/dist/ui/esm/types/ui/components/lib.d.ts +2 -1
  159. package/dist/ui/style-without-dark.css +1 -1
  160. package/dist/ui/types.d.ts +160 -68
  161. package/dist/ui/umd/index.css +1 -1
  162. package/dist/ui/umd/index.js +1 -1
  163. package/dist/ui/umd/index.js.map +1 -1
  164. package/dist/ui/umd/types/ui/components/Gallery/Gallery.d.ts +1 -1
  165. package/dist/ui/umd/types/ui/components/Gallery/Gallery.types.d.ts +14 -4
  166. package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryCard.d.ts +1 -1
  167. package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryCard.types.d.ts +2 -9
  168. package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryHandler.d.ts +1 -1
  169. package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryHandler.types.d.ts +6 -2
  170. package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryLinkedCard.d.ts +1 -1
  171. package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryLinkedCard.types.d.ts +1 -1
  172. package/dist/ui/umd/types/ui/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.d.ts +1 -1
  173. package/dist/ui/umd/types/ui/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.types.d.ts +2 -0
  174. package/dist/ui/umd/types/ui/components/Gallery/GalleryFormulaField/GalleryFormulaField.d.ts +5 -0
  175. package/dist/ui/umd/types/ui/components/Gallery/GalleryFormulaField/GalleryFormulaField.types.d.ts +5 -0
  176. package/dist/ui/umd/types/ui/components/Gallery/GalleryFormulaField/index.d.ts +2 -0
  177. package/dist/ui/umd/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.d.ts +1 -1
  178. package/dist/ui/umd/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.types.d.ts +2 -6
  179. package/dist/ui/umd/types/ui/components/Gallery/GalleryMultiSelectField/LinkedTag.types.d.ts +1 -1
  180. package/dist/ui/umd/types/ui/components/Gallery/GalleryNumberField/GalleryNumberField.d.ts +1 -1
  181. package/dist/ui/umd/types/ui/components/Gallery/GalleryNumberField/GalleryNumberField.types.d.ts +2 -0
  182. package/dist/ui/umd/types/ui/components/Gallery/GalleryPreview/GalleryPreview.d.ts +5 -0
  183. package/dist/ui/umd/types/ui/components/Gallery/GalleryPreview/GalleryPreview.types.d.ts +14 -0
  184. package/dist/ui/umd/types/ui/components/Gallery/GalleryPreview/index.d.ts +2 -0
  185. package/dist/ui/umd/types/ui/components/Gallery/GallerySelectField/GallerySelectField.d.ts +5 -0
  186. package/dist/ui/umd/types/ui/components/Gallery/GallerySelectField/GallerySelectField.types.d.ts +6 -0
  187. package/dist/ui/umd/types/ui/components/Gallery/GallerySelectField/LinkedTag.d.ts +5 -0
  188. package/dist/ui/umd/types/ui/components/Gallery/GallerySelectField/LinkedTag.types.d.ts +10 -0
  189. package/dist/ui/umd/types/ui/components/Gallery/GallerySelectField/index.d.ts +2 -0
  190. package/dist/ui/umd/types/ui/components/List/Column.d.ts +1 -1
  191. package/dist/ui/umd/types/ui/components/List/Column.types.d.ts +2 -6
  192. package/dist/ui/umd/types/ui/components/List/List.d.ts +1 -1
  193. package/dist/ui/umd/types/ui/components/List/List.types.d.ts +13 -2
  194. package/dist/ui/umd/types/ui/components/List/ListCheckboxField/ListCheckboxField.d.ts +1 -1
  195. package/dist/ui/umd/types/ui/components/List/ListCheckboxField/ListCheckboxField.types.d.ts +2 -0
  196. package/dist/ui/umd/types/ui/components/List/ListFormulaField/ListFormulaField.d.ts +5 -0
  197. package/dist/ui/umd/types/ui/components/List/ListFormulaField/ListFormulaField.types.d.ts +5 -0
  198. package/dist/ui/umd/types/ui/components/List/ListFormulaField/index.d.ts +2 -0
  199. package/dist/ui/umd/types/ui/components/List/ListHandler.d.ts +1 -1
  200. package/dist/ui/umd/types/ui/components/List/ListHandler.types.d.ts +7 -3
  201. package/dist/ui/umd/types/ui/components/List/ListMultiSelectField/LinkedTagIfLinked.types.d.ts +1 -1
  202. package/dist/ui/umd/types/ui/components/List/ListMultiSelectField/ListMultiSelectField.d.ts +1 -1
  203. package/dist/ui/umd/types/ui/components/List/ListMultiSelectField/ListMultiSelectField.types.d.ts +2 -6
  204. package/dist/ui/umd/types/ui/components/List/ListNumberField/ListNumberField.d.ts +1 -1
  205. package/dist/ui/umd/types/ui/components/List/ListNumberField/ListNumberField.types.d.ts +2 -0
  206. package/dist/ui/umd/types/ui/components/List/ListSelectField/LinkedTagIfLinked.d.ts +5 -0
  207. package/dist/ui/umd/types/ui/components/List/ListSelectField/LinkedTagIfLinked.types.d.ts +11 -0
  208. package/dist/ui/umd/types/ui/components/List/ListSelectField/ListSelectField.d.ts +5 -0
  209. package/dist/ui/umd/types/ui/components/List/ListSelectField/ListSelectField.types.d.ts +6 -0
  210. package/dist/ui/umd/types/ui/components/List/ListSelectField/index.d.ts +2 -0
  211. package/dist/ui/umd/types/ui/components/List/ListTitleField/LinkedTitle.d.ts +1 -1
  212. package/dist/ui/umd/types/ui/components/List/ListTitleField/LinkedTitle.types.d.ts +2 -6
  213. package/dist/ui/umd/types/ui/components/List/ListTitleField/ListTitleField.d.ts +1 -1
  214. package/dist/ui/umd/types/ui/components/List/ListTitleField/ListTitleField.types.d.ts +2 -7
  215. package/dist/ui/umd/types/ui/components/PrefixSuffix/PrefixSuffix.d.ts +5 -0
  216. package/dist/ui/umd/types/ui/components/PrefixSuffix/PrefixSuffix.types.d.ts +6 -0
  217. package/dist/ui/umd/types/ui/components/PrefixSuffix/index.d.ts +2 -0
  218. package/dist/ui/umd/types/ui/components/Table/Column.d.ts +1 -1
  219. package/dist/ui/umd/types/ui/components/Table/Column.types.d.ts +2 -6
  220. package/dist/ui/umd/types/ui/components/Table/Table.d.ts +1 -1
  221. package/dist/ui/umd/types/ui/components/Table/Table.types.d.ts +14 -2
  222. package/dist/ui/umd/types/ui/components/Table/TableCheckboxField/TableCheckboxField.d.ts +1 -1
  223. package/dist/ui/umd/types/ui/components/Table/TableCheckboxField/TableCheckboxField.types.d.ts +2 -0
  224. package/dist/ui/umd/types/ui/components/Table/TableFormulaField/TableFormulaField.d.ts +1 -1
  225. package/dist/ui/umd/types/ui/components/Table/TableFormulaField/TableFormulaField.types.d.ts +2 -0
  226. package/dist/ui/umd/types/ui/components/Table/TableHandler.d.ts +1 -1
  227. package/dist/ui/umd/types/ui/components/Table/TableHandler.types.d.ts +6 -2
  228. package/dist/ui/umd/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.d.ts +1 -1
  229. package/dist/ui/umd/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.types.d.ts +2 -6
  230. package/dist/ui/umd/types/ui/components/Table/TableNumberField/TableNumberField.d.ts +1 -1
  231. package/dist/ui/umd/types/ui/components/Table/TableNumberField/TableNumberField.types.d.ts +2 -0
  232. package/dist/ui/umd/types/ui/components/Table/TableSelectField/TableSelectField.d.ts +1 -1
  233. package/dist/ui/umd/types/ui/components/Table/TableSelectField/TableSelectField.types.d.ts +2 -6
  234. package/dist/ui/umd/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.d.ts +1 -1
  235. package/dist/ui/umd/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.types.d.ts +2 -7
  236. package/dist/ui/umd/types/ui/components/Table/TableTitleField/TableTitleField.d.ts +1 -1
  237. package/dist/ui/umd/types/ui/components/Table/TableTitleField/TableTitleField.types.d.ts +2 -7
  238. package/dist/ui/umd/types/ui/components/index.d.ts +7 -2
  239. package/dist/ui/umd/types/ui/components/lib.d.ts +2 -1
  240. package/package.json +1 -1
  241. package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryPreview.d.ts +0 -9
  242. package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryPreview.d.ts +0 -9
  243. package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryPreview.d.ts +0 -9
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  import type { GalleryProps } from './Gallery.types';
3
3
  import '../tokens.css';
4
4
  import './Gallery.css';
5
- declare const Gallery: ({ keys, db, href, link, query, preview, size, fit }: GalleryProps) => React.JSX.Element;
5
+ declare const Gallery: ({ keys, db, options }: GalleryProps) => React.JSX.Element;
6
6
  export default Gallery;
@@ -2,13 +2,23 @@
2
2
  import type { FetchDatabaseRes } from '../../../exporter';
3
3
  import type { ParsedUrlQueryInput } from 'node:querystring';
4
4
  import type { Link } from '../types';
5
+ import { GalleryPreviewOptions } from './GalleryPreview/GalleryPreview.types';
5
6
  export interface GalleryProps {
6
7
  keys: string[];
7
8
  db: FetchDatabaseRes;
8
- href?: string;
9
+ options?: GalleryOptions;
10
+ }
11
+ export interface GalleryOptions {
12
+ href?: {
13
+ [key: string]: string;
14
+ };
9
15
  link?: Link;
10
16
  query?: ParsedUrlQueryInput;
11
- preview?: 'cover' | 'content';
12
- size?: 'small' | 'medium' | 'large';
13
- fit?: boolean;
17
+ image?: GalleryPreviewOptions;
18
+ prefix?: {
19
+ [key: string]: string;
20
+ };
21
+ suffix?: {
22
+ [key: string]: string;
23
+ };
14
24
  }
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
2
  import type { GalleryCardProps } from './GalleryCard.types';
3
3
  import './GalleryCard.css';
4
- declare const GalleryCard: ({ keys, page, href, link, query, preview, size, fit }: GalleryCardProps) => React.JSX.Element;
4
+ declare const GalleryCard: ({ keys, page, options }: GalleryCardProps) => React.JSX.Element;
5
5
  export default GalleryCard;
@@ -1,14 +1,7 @@
1
- /// <reference types="node" />
2
1
  import type { PageObjectResponseEx } from '../../../../exporter';
3
- import type { ParsedUrlQueryInput } from 'node:querystring';
4
- import type { Link } from '../../types';
2
+ import { GalleryOptions } from '../Gallery.types';
5
3
  export interface GalleryCardProps {
6
4
  keys: string[];
7
5
  page: PageObjectResponseEx;
8
- href: string;
9
- link?: Link;
10
- query?: ParsedUrlQueryInput;
11
- preview?: 'cover' | 'content';
12
- size: 'small' | 'medium' | 'large';
13
- fit: boolean;
6
+ options?: GalleryOptions;
14
7
  }
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import type { GalleryHandlerProps } from './GalleryHandler.types';
3
- declare const GalleryHandler: ({ property, path, link, query }: GalleryHandlerProps) => React.JSX.Element;
3
+ declare const GalleryHandler: ({ property, options }: GalleryHandlerProps) => React.JSX.Element;
4
4
  export default GalleryHandler;
@@ -4,8 +4,12 @@ import type { ParsedUrlQueryInput } from 'node:querystring';
4
4
  import type { Link } from '../../types';
5
5
  export interface GalleryHandlerProps {
6
6
  property?: DatabaseProperty;
7
- path: string;
8
- size: 'small' | 'medium' | 'large';
7
+ options: GalleryPropertyOptions;
8
+ }
9
+ export interface GalleryPropertyOptions {
10
+ pathname?: string;
9
11
  link?: Link;
10
12
  query?: ParsedUrlQueryInput;
13
+ prefix?: string;
14
+ suffix?: string;
11
15
  }
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import type { GalleryLinkedCardProps } from './GalleryLinkedCard.types';
3
- declare const GalleryLinkedCard: ({ children, link, query, href }: GalleryLinkedCardProps) => React.JSX.Element;
3
+ declare const GalleryLinkedCard: ({ children, link, query, pathname }: GalleryLinkedCardProps) => React.JSX.Element;
4
4
  export default GalleryLinkedCard;
@@ -5,6 +5,6 @@ import type { Link } from '../../types';
5
5
  export interface GalleryLinkedCardProps {
6
6
  link?: Link;
7
7
  query?: ParsedUrlQueryInput;
8
- href: string;
8
+ pathname?: string;
9
9
  children?: ReactNode;
10
10
  }
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
2
  import type { GalleryCheckboxFieldProps } from './GalleryCheckboxField.types';
3
3
  import './GalleryCheckboxField.css';
4
- declare const GalleryCheckboxField: ({ checked }: GalleryCheckboxFieldProps) => React.JSX.Element;
4
+ declare const GalleryCheckboxField: ({ checked, options }: GalleryCheckboxFieldProps) => React.JSX.Element;
5
5
  export default GalleryCheckboxField;
@@ -1,3 +1,5 @@
1
+ import { GalleryPropertyOptions } from '../GalleryCard/GalleryHandler.types';
1
2
  export interface GalleryCheckboxFieldProps {
2
3
  checked: boolean;
4
+ options?: GalleryPropertyOptions;
3
5
  }
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import type { GalleryFormulaFieldProps } from './GalleryFormulaField.types';
3
+ import './GalleryFormulaField.css';
4
+ declare const GalleryFormulaField: ({ number, options }: GalleryFormulaFieldProps) => React.JSX.Element;
5
+ export default GalleryFormulaField;
@@ -0,0 +1,5 @@
1
+ import { GalleryPropertyOptions } from '../GalleryCard/GalleryHandler.types';
2
+ export interface GalleryFormulaFieldProps {
3
+ number: number | null;
4
+ options?: GalleryPropertyOptions;
5
+ }
@@ -0,0 +1,2 @@
1
+ import GalleryFormulaField from './GalleryFormulaField';
2
+ export { GalleryFormulaField };
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
2
  import type { GalleryMultiSelectFieldProps } from './GalleryMultiSelectField.types';
3
3
  import './GalleryMultiSelectField.css';
4
- declare const GalleryMultiSelectField: ({ multiSelect, path, link, query }: GalleryMultiSelectFieldProps) => React.JSX.Element;
4
+ declare const GalleryMultiSelectField: ({ multiSelect, options }: GalleryMultiSelectFieldProps) => React.JSX.Element;
5
5
  export default GalleryMultiSelectField;
@@ -1,10 +1,6 @@
1
- /// <reference types="node" />
2
- import type { ParsedUrlQueryInput } from 'node:querystring';
3
1
  import type { SelectPropertyResponse } from '../../../../exporter';
4
- import type { Link } from '../../types';
2
+ import { GalleryPropertyOptions } from '../GalleryCard/GalleryHandler.types';
5
3
  export interface GalleryMultiSelectFieldProps {
6
4
  multiSelect: SelectPropertyResponse[];
7
- path: string;
8
- link?: Link;
9
- query?: ParsedUrlQueryInput;
5
+ options?: GalleryPropertyOptions;
10
6
  }
@@ -3,7 +3,7 @@ import type { ParsedUrlQueryInput } from 'node:querystring';
3
3
  import type { ReactNode } from 'react';
4
4
  import type { Link } from '../../types';
5
5
  export interface LinkedTagIfLinkedProps {
6
- pathname: string;
6
+ pathname?: string;
7
7
  link?: Link;
8
8
  query?: ParsedUrlQueryInput;
9
9
  children?: ReactNode;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
2
  import type { GalleryNumberFieldProps } from './GalleryNumberField.types';
3
3
  import './GalleryNumberField.css';
4
- declare const GalleryNumberField: ({ number }: GalleryNumberFieldProps) => React.JSX.Element;
4
+ declare const GalleryNumberField: ({ number, options }: GalleryNumberFieldProps) => React.JSX.Element;
5
5
  export default GalleryNumberField;
@@ -1,3 +1,5 @@
1
+ import { GalleryPropertyOptions } from '../GalleryCard/GalleryHandler.types';
1
2
  export interface GalleryNumberFieldProps {
2
3
  number: number | null;
4
+ options?: GalleryPropertyOptions;
3
5
  }
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import type { GalleryPreviewProps } from './GalleryPreview.types';
3
+ import './GalleryPreview.css';
4
+ declare const GalleryPreview: ({ src, options }: GalleryPreviewProps) => React.JSX.Element;
5
+ export default GalleryPreview;
@@ -0,0 +1,14 @@
1
+ export interface GalleryPreviewProps {
2
+ src: string;
3
+ options?: GalleryPreviewOptions;
4
+ }
5
+ export interface GalleryPreviewOptions {
6
+ preview?: 'cover' | 'content';
7
+ size?: 'small' | 'medium' | 'large';
8
+ fit?: boolean;
9
+ height?: {
10
+ small: string;
11
+ medium: string;
12
+ large: string;
13
+ } | string;
14
+ }
@@ -0,0 +1,2 @@
1
+ import GalleryPreview from './GalleryPreview';
2
+ export { GalleryPreview };
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import type { GallerySelectFieldProps } from './GallerySelectField.types';
3
+ import './GallerySelectField.css';
4
+ declare const GalleryMultiSelectField: ({ select, options }: GallerySelectFieldProps) => React.JSX.Element;
5
+ export default GalleryMultiSelectField;
@@ -0,0 +1,6 @@
1
+ import type { SelectPropertyResponse } from '../../../../exporter';
2
+ import { GalleryPropertyOptions } from '../GalleryCard/GalleryHandler.types';
3
+ export interface GallerySelectFieldProps {
4
+ select: SelectPropertyResponse;
5
+ options?: GalleryPropertyOptions;
6
+ }
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import type { LinkedTagIfLinkedProps } from './LinkedTag.types';
3
+ import './LinkedTag.css';
4
+ declare const LinkedTagIfLinked: ({ pathname, link, query, children }: LinkedTagIfLinkedProps) => React.JSX.Element;
5
+ export default LinkedTagIfLinked;
@@ -0,0 +1,10 @@
1
+ /// <reference types="node" />
2
+ import type { ParsedUrlQueryInput } from 'node:querystring';
3
+ import type { ReactNode } from 'react';
4
+ import type { Link } from '../../types';
5
+ export interface LinkedTagIfLinkedProps {
6
+ pathname?: string;
7
+ link?: Link;
8
+ query?: ParsedUrlQueryInput;
9
+ children?: ReactNode;
10
+ }
@@ -0,0 +1,2 @@
1
+ import GallerySelectField from './GallerySelectField';
2
+ export { GallerySelectField };
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import type { ColumnProps } from './Column.types';
3
- declare const Column: ({ name, page, href, link, query }: ColumnProps) => React.JSX.Element;
3
+ declare const Column: ({ name, page, options }: ColumnProps) => React.JSX.Element;
4
4
  export default Column;
@@ -1,11 +1,7 @@
1
- /// <reference types="node" />
2
1
  import type { PageObjectResponseEx } from '../../../exporter';
3
- import type { ParsedUrlQueryInput } from 'node:querystring';
4
- import type { Link } from '../types';
2
+ import type { ListOptions } from './List.types';
5
3
  export interface ColumnProps {
6
4
  name: string;
7
5
  page: PageObjectResponseEx;
8
- href: string;
9
- link?: Link;
10
- query?: ParsedUrlQueryInput;
6
+ options?: ListOptions;
11
7
  }
@@ -5,5 +5,5 @@ import './List.css';
5
5
  export interface ListHeaderProps {
6
6
  keys: string[];
7
7
  }
8
- declare const List: ({ keys, db, href, link, query }: ListProps) => React.JSX.Element;
8
+ declare const List: ({ keys, db, options }: ListProps) => React.JSX.Element;
9
9
  export default List;
@@ -6,8 +6,19 @@ import type { Link } from '../types';
6
6
  export interface ListProps {
7
7
  keys: string[];
8
8
  db: QueryDatabaseResponseEx;
9
- href: string;
9
+ children?: ReactNode;
10
+ options?: ListOptions;
11
+ }
12
+ export interface ListOptions {
13
+ href?: {
14
+ [key: string]: string;
15
+ };
10
16
  link?: Link;
11
17
  query?: ParsedUrlQueryInput;
12
- children?: ReactNode;
18
+ suffix?: {
19
+ [key: string]: string;
20
+ };
21
+ prefix?: {
22
+ [key: string]: string;
23
+ };
13
24
  }
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
2
  import type { ListCheckboxFieldProps } from './ListCheckboxField.types';
3
3
  import './ListCheckboxField.css';
4
- declare const ListCheckboxField: ({ checked }: ListCheckboxFieldProps) => React.JSX.Element;
4
+ declare const ListCheckboxField: ({ checked, options }: ListCheckboxFieldProps) => React.JSX.Element;
5
5
  export default ListCheckboxField;
@@ -1,3 +1,5 @@
1
+ import type { ListPropertyOptions } from '../ListHandler.types';
1
2
  export interface ListCheckboxFieldProps {
2
3
  checked: boolean;
4
+ options?: ListPropertyOptions;
3
5
  }
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import type { ListFormulaFieldProps } from './ListFormulaField.types';
3
+ import './ListFormulaField.css';
4
+ declare const ListFormulaField: ({ number, options }: ListFormulaFieldProps) => React.JSX.Element;
5
+ export default ListFormulaField;
@@ -0,0 +1,5 @@
1
+ import { ListPropertyOptions } from '../ListHandler.types';
2
+ export interface ListFormulaFieldProps {
3
+ number: number | null;
4
+ options?: ListPropertyOptions;
5
+ }
@@ -0,0 +1,2 @@
1
+ import ListFormulaField from './ListFormulaField';
2
+ export { ListFormulaField };
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import type { ListHandlerProps } from './ListHandler.types';
3
- declare const ListHandler: ({ property, path, slug, link, query }: ListHandlerProps) => React.JSX.Element;
3
+ declare const ListHandler: ({ property, options }: ListHandlerProps) => React.JSX.Element;
4
4
  export default ListHandler;
@@ -1,11 +1,15 @@
1
1
  /// <reference types="node" />
2
- import type { DatabaseProperty } from '../../../exporter';
3
2
  import type { ParsedUrlQueryInput } from 'node:querystring';
3
+ import type { DatabaseProperty } from '../../../exporter';
4
4
  import type { Link } from '../types';
5
5
  export interface ListHandlerProps {
6
6
  property: DatabaseProperty;
7
- path: string;
8
- slug: string;
7
+ options?: ListPropertyOptions;
8
+ }
9
+ export interface ListPropertyOptions {
10
+ pathname?: string;
9
11
  link?: Link;
10
12
  query?: ParsedUrlQueryInput;
13
+ suffix?: string;
14
+ prefix?: string;
11
15
  }
@@ -3,7 +3,7 @@ import type { ReactNode } from 'react';
3
3
  import type { ParsedUrlQueryInput } from 'node:querystring';
4
4
  import type { Link } from '../../types';
5
5
  export interface LinkedTagIfLinkedProps {
6
- pathname: string;
6
+ pathname?: string;
7
7
  color: string;
8
8
  link?: Link;
9
9
  query?: ParsedUrlQueryInput;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
2
  import type { ListMultiSelectFieldProps } from './ListMultiSelectField.types';
3
3
  import './ListMultiSelectField.css';
4
- declare const ListMultiSelectField: ({ multiSelect, path, link, query }: ListMultiSelectFieldProps) => React.JSX.Element;
4
+ declare const ListMultiSelectField: ({ multiSelect, options }: ListMultiSelectFieldProps) => React.JSX.Element;
5
5
  export default ListMultiSelectField;
@@ -1,10 +1,6 @@
1
- /// <reference types="node" />
2
- import type { ParsedUrlQueryInput } from 'node:querystring';
3
1
  import type { SelectPropertyResponse } from '../../../../exporter';
4
- import type { Link } from '../../types';
2
+ import { ListPropertyOptions } from '../ListHandler.types';
5
3
  export interface ListMultiSelectFieldProps {
6
4
  multiSelect: SelectPropertyResponse[];
7
- path: string;
8
- link?: Link;
9
- query?: ParsedUrlQueryInput;
5
+ options?: ListPropertyOptions;
10
6
  }
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
2
  import type { ListNumberFieldProps } from './ListNumberField.types';
3
3
  import './ListNumberField.css';
4
- declare const ListNumberField: ({ number }: ListNumberFieldProps) => React.JSX.Element;
4
+ declare const ListNumberField: ({ number, options }: ListNumberFieldProps) => React.JSX.Element;
5
5
  export default ListNumberField;
@@ -1,3 +1,5 @@
1
+ import { ListPropertyOptions } from '../ListHandler.types';
1
2
  export interface ListNumberFieldProps {
2
3
  number: number | null;
4
+ options?: ListPropertyOptions;
3
5
  }
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import type { LinkedTagIfLinkedProps } from './LinkedTagIfLinked.types';
3
+ import './LinkedTagIfLinked.css';
4
+ declare const LinkedTagIfLinked: ({ color, pathname, link, query, children }: LinkedTagIfLinkedProps) => React.JSX.Element;
5
+ export default LinkedTagIfLinked;
@@ -0,0 +1,11 @@
1
+ /// <reference types="node" />
2
+ import type { ReactNode } from 'react';
3
+ import type { ParsedUrlQueryInput } from 'node:querystring';
4
+ import type { Link } from '../../types';
5
+ export interface LinkedTagIfLinkedProps {
6
+ pathname?: string;
7
+ color: string;
8
+ link?: Link;
9
+ query?: ParsedUrlQueryInput;
10
+ children?: ReactNode;
11
+ }
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import type { ListSelectFieldProps } from './ListSelectField.types';
3
+ import './ListSelectField.css';
4
+ declare const ListSelectField: ({ select, options }: ListSelectFieldProps) => React.JSX.Element;
5
+ export default ListSelectField;
@@ -0,0 +1,6 @@
1
+ import type { SelectPropertyResponse } from '../../../../exporter';
2
+ import { ListPropertyOptions } from '../ListHandler.types';
3
+ export interface ListSelectFieldProps {
4
+ select: SelectPropertyResponse;
5
+ options?: ListPropertyOptions;
6
+ }
@@ -0,0 +1,2 @@
1
+ import ListSelectField from './ListSelectField';
2
+ export { ListSelectField };
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
2
  import type { LinkedTitleProps } from './LinkedTitle.types';
3
3
  import './LinkedTitle.css';
4
- declare const LinkedTitle: ({ textObjects, href, link, query }: LinkedTitleProps) => React.JSX.Element;
4
+ declare const LinkedTitle: ({ textObjects, options }: LinkedTitleProps) => React.JSX.Element;
5
5
  export default LinkedTitle;
@@ -1,10 +1,6 @@
1
- /// <reference types="node" />
2
- import type { ParsedUrlQueryInput } from 'node:querystring';
3
- import type { Link } from '../../types';
4
1
  import type { RichTextItemResponse, RichTextItemResponseEx } from '../../../../exporter';
2
+ import { ListPropertyOptions } from '../ListHandler.types';
5
3
  export interface LinkedTitleProps {
6
4
  textObjects: RichTextItemResponseEx[] | RichTextItemResponse[];
7
- href: string;
8
- link?: Link;
9
- query?: ParsedUrlQueryInput;
5
+ options?: ListPropertyOptions;
10
6
  }
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
2
  import type { ListTitleFieldProps } from './ListTitleField.types';
3
3
  import './ListTitleField.css';
4
- declare const ListTitleField: ({ textObjects, path, slug, link, query }: ListTitleFieldProps) => React.JSX.Element;
4
+ declare const ListTitleField: ({ textObjects, options }: ListTitleFieldProps) => React.JSX.Element;
5
5
  export default ListTitleField;
@@ -1,11 +1,6 @@
1
- /// <reference types="node" />
2
1
  import type { RichTextItemResponseEx, RichTextItemResponse } from '../../../../exporter';
3
- import type { ParsedUrlQueryInput } from 'node:querystring';
4
- import type { Link } from '../../types';
2
+ import { ListPropertyOptions } from '../ListHandler.types';
5
3
  export interface ListTitleFieldProps {
6
4
  textObjects: RichTextItemResponseEx[] | RichTextItemResponse[];
7
- path: string;
8
- slug: string;
9
- link?: Link;
10
- query?: ParsedUrlQueryInput;
5
+ options?: ListPropertyOptions;
11
6
  }
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import type { PrefixSuffixProps } from './PrefixSuffix.types';
3
+ import './PrefixSuffix.css';
4
+ declare const PrefixSuffix: ({ prefix, suffix, children }: PrefixSuffixProps) => React.JSX.Element;
5
+ export default PrefixSuffix;
@@ -0,0 +1,6 @@
1
+ import type { ReactNode } from 'react';
2
+ export interface PrefixSuffixProps {
3
+ prefix?: string;
4
+ suffix?: string;
5
+ children?: ReactNode;
6
+ }
@@ -0,0 +1,2 @@
1
+ import PrefixSuffix from './PrefixSuffix';
2
+ export { PrefixSuffix };
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import type { ColumnProps } from './Column.types';
3
- declare const Column: ({ name, page, href, link, query }: ColumnProps) => React.JSX.Element;
3
+ declare const Column: ({ name, page, options }: ColumnProps) => React.JSX.Element;
4
4
  export default Column;
@@ -1,11 +1,7 @@
1
- /// <reference types="node" />
2
- import type { ParsedUrlQueryInput } from 'node:querystring';
3
1
  import type { PageObjectResponseEx } from '../../../exporter';
4
- import type { Link } from '../types';
2
+ import { TableOptions } from './Table.types';
5
3
  export interface ColumnProps {
6
4
  name: string;
7
5
  page: PageObjectResponseEx;
8
- href?: string;
9
- link?: Link;
10
- query?: ParsedUrlQueryInput;
6
+ options?: TableOptions;
11
7
  }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  import type { TableProps } from './Table.types';
3
3
  import '../tokens.css';
4
4
  import './Table.css';
5
- export declare const Table: ({ keys, db, href, link, query }: TableProps) => React.JSX.Element;
5
+ export declare const Table: ({ keys, db, options }: TableProps) => React.JSX.Element;
6
6
  export default Table;
@@ -6,8 +6,20 @@ import type { Link } from '../types';
6
6
  export interface TableProps {
7
7
  keys: string[];
8
8
  db: QueryDatabaseResponseEx;
9
- href?: string;
9
+ children?: ReactNode;
10
+ options?: TableOptions;
11
+ }
12
+ export interface TableOptions {
13
+ href?: {
14
+ [key: string]: string;
15
+ };
10
16
  link?: Link;
11
17
  query?: ParsedUrlQueryInput;
12
- children?: ReactNode;
18
+ prefix?: {
19
+ [key: string]: string;
20
+ };
21
+ suffix?: {
22
+ [key: string]: string;
23
+ };
24
+ verticalLines?: boolean;
13
25
  }
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
2
  import type { TableCheckboxFieldProps } from './TableCheckboxField.types';
3
3
  import './TableCheckboxField.css';
4
- export declare const TableCheckboxField: ({ checked }: TableCheckboxFieldProps) => React.JSX.Element;
4
+ export declare const TableCheckboxField: ({ checked, options }: TableCheckboxFieldProps) => React.JSX.Element;
5
5
  export default TableCheckboxField;
@@ -1,3 +1,5 @@
1
+ import type { TablePropertyOptions } from '../TableHandler.types';
1
2
  export interface TableCheckboxFieldProps {
2
3
  checked: boolean;
4
+ options?: TablePropertyOptions;
3
5
  }
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
2
  import type { TableFormulaFieldProps } from './TableFormulaField.types';
3
3
  import './TableFormulaField.css';
4
- declare const TableFormulaField: ({ number }: TableFormulaFieldProps) => React.JSX.Element;
4
+ declare const TableFormulaField: ({ number, options }: TableFormulaFieldProps) => React.JSX.Element;
5
5
  export default TableFormulaField;
@@ -1,3 +1,5 @@
1
+ import { TablePropertyOptions } from '../TableHandler.types';
1
2
  export interface TableFormulaFieldProps {
2
3
  number: number | null;
4
+ options?: TablePropertyOptions;
3
5
  }
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import type { TableHandlerProps } from './TableHandler.types';
3
- declare const TableHandler: ({ property, path, slug, link, query }: TableHandlerProps) => React.JSX.Element;
3
+ declare const TableHandler: ({ property, options }: TableHandlerProps) => React.JSX.Element;
4
4
  export default TableHandler;