@adminiumjs/widgets 0.1.0-rc.1

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 (1324) hide show
  1. package/LICENSE +661 -0
  2. package/dist/binding/StreamTransportContext.d.ts +18 -0
  3. package/dist/binding/StreamTransportContext.d.ts.map +1 -0
  4. package/dist/binding/StreamTransportContext.js +19 -0
  5. package/dist/binding/StreamTransportContext.js.map +1 -0
  6. package/dist/binding/demo-stream.d.ts +59 -0
  7. package/dist/binding/demo-stream.d.ts.map +1 -0
  8. package/dist/binding/demo-stream.js +90 -0
  9. package/dist/binding/demo-stream.js.map +1 -0
  10. package/dist/binding/index.d.ts +14 -0
  11. package/dist/binding/index.d.ts.map +1 -0
  12. package/dist/binding/index.js +13 -0
  13. package/dist/binding/index.js.map +1 -0
  14. package/dist/binding/stream-buffer.d.ts +44 -0
  15. package/dist/binding/stream-buffer.d.ts.map +1 -0
  16. package/dist/binding/stream-buffer.js +65 -0
  17. package/dist/binding/stream-buffer.js.map +1 -0
  18. package/dist/binding/stream-channel.d.ts +24 -0
  19. package/dist/binding/stream-channel.d.ts.map +1 -0
  20. package/dist/binding/stream-channel.js +27 -0
  21. package/dist/binding/stream-channel.js.map +1 -0
  22. package/dist/binding/stream-types.d.ts +67 -0
  23. package/dist/binding/stream-types.d.ts.map +1 -0
  24. package/dist/binding/stream-types.js +19 -0
  25. package/dist/binding/stream-types.js.map +1 -0
  26. package/dist/binding/useWidgetStream.d.ts +56 -0
  27. package/dist/binding/useWidgetStream.d.ts.map +1 -0
  28. package/dist/binding/useWidgetStream.js +144 -0
  29. package/dist/binding/useWidgetStream.js.map +1 -0
  30. package/dist/families/boards/BoardCard.d.ts +48 -0
  31. package/dist/families/boards/BoardCard.d.ts.map +1 -0
  32. package/dist/families/boards/BoardCard.js +58 -0
  33. package/dist/families/boards/BoardCard.js.map +1 -0
  34. package/dist/families/boards/InlineComposeCard.d.ts +35 -0
  35. package/dist/families/boards/InlineComposeCard.d.ts.map +1 -0
  36. package/dist/families/boards/InlineComposeCard.js +65 -0
  37. package/dist/families/boards/InlineComposeCard.js.map +1 -0
  38. package/dist/families/boards/KanbanBoard.d.ts +30 -0
  39. package/dist/families/boards/KanbanBoard.d.ts.map +1 -0
  40. package/dist/families/boards/KanbanBoard.js +141 -0
  41. package/dist/families/boards/KanbanBoard.js.map +1 -0
  42. package/dist/families/boards/KanbanSwimlaneGrid.d.ts +40 -0
  43. package/dist/families/boards/KanbanSwimlaneGrid.d.ts.map +1 -0
  44. package/dist/families/boards/KanbanSwimlaneGrid.js +162 -0
  45. package/dist/families/boards/KanbanSwimlaneGrid.js.map +1 -0
  46. package/dist/families/boards/board-dnd.d.ts +131 -0
  47. package/dist/families/boards/board-dnd.d.ts.map +1 -0
  48. package/dist/families/boards/board-dnd.js +186 -0
  49. package/dist/families/boards/board-dnd.js.map +1 -0
  50. package/dist/families/boards/board-lib.d.ts +124 -0
  51. package/dist/families/boards/board-lib.d.ts.map +1 -0
  52. package/dist/families/boards/board-lib.js +170 -0
  53. package/dist/families/boards/board-lib.js.map +1 -0
  54. package/dist/families/boards/boards-config.d.ts +712 -0
  55. package/dist/families/boards/boards-config.d.ts.map +1 -0
  56. package/dist/families/boards/boards-config.js +220 -0
  57. package/dist/families/boards/boards-config.js.map +1 -0
  58. package/dist/families/boards/boards-track-components.d.ts +13 -0
  59. package/dist/families/boards/boards-track-components.d.ts.map +1 -0
  60. package/dist/families/boards/boards-track-components.js +14 -0
  61. package/dist/families/boards/boards-track-components.js.map +1 -0
  62. package/dist/families/boards/boards-track.definitions.d.ts +20 -0
  63. package/dist/families/boards/boards-track.definitions.d.ts.map +1 -0
  64. package/dist/families/boards/boards-track.definitions.js +80 -0
  65. package/dist/families/boards/boards-track.definitions.js.map +1 -0
  66. package/dist/families/boards/index.d.ts +15 -0
  67. package/dist/families/boards/index.d.ts.map +1 -0
  68. package/dist/families/boards/index.js +15 -0
  69. package/dist/families/boards/index.js.map +1 -0
  70. package/dist/families/calendar/CalendarLegendFilter.d.ts +41 -0
  71. package/dist/families/calendar/CalendarLegendFilter.d.ts.map +1 -0
  72. package/dist/families/calendar/CalendarLegendFilter.js +54 -0
  73. package/dist/families/calendar/CalendarLegendFilter.js.map +1 -0
  74. package/dist/families/calendar/CalendarMonth.d.ts +35 -0
  75. package/dist/families/calendar/CalendarMonth.d.ts.map +1 -0
  76. package/dist/families/calendar/CalendarMonth.js +123 -0
  77. package/dist/families/calendar/CalendarMonth.js.map +1 -0
  78. package/dist/families/calendar/CapacityBoard.d.ts +29 -0
  79. package/dist/families/calendar/CapacityBoard.d.ts.map +1 -0
  80. package/dist/families/calendar/CapacityBoard.js +61 -0
  81. package/dist/families/calendar/CapacityBoard.js.map +1 -0
  82. package/dist/families/calendar/DateRangePicker.d.ts +50 -0
  83. package/dist/families/calendar/DateRangePicker.d.ts.map +1 -0
  84. package/dist/families/calendar/DateRangePicker.js +119 -0
  85. package/dist/families/calendar/DateRangePicker.js.map +1 -0
  86. package/dist/families/calendar/DayAgenda.d.ts +26 -0
  87. package/dist/families/calendar/DayAgenda.d.ts.map +1 -0
  88. package/dist/families/calendar/DayAgenda.js +65 -0
  89. package/dist/families/calendar/DayAgenda.js.map +1 -0
  90. package/dist/families/calendar/ScheduleMatrix.d.ts +37 -0
  91. package/dist/families/calendar/ScheduleMatrix.d.ts.map +1 -0
  92. package/dist/families/calendar/ScheduleMatrix.js +114 -0
  93. package/dist/families/calendar/ScheduleMatrix.js.map +1 -0
  94. package/dist/families/calendar/ScheduledJobsList.d.ts +40 -0
  95. package/dist/families/calendar/ScheduledJobsList.d.ts.map +1 -0
  96. package/dist/families/calendar/ScheduledJobsList.js +72 -0
  97. package/dist/families/calendar/ScheduledJobsList.js.map +1 -0
  98. package/dist/families/calendar/UpcomingEventsList.d.ts +54 -0
  99. package/dist/families/calendar/UpcomingEventsList.d.ts.map +1 -0
  100. package/dist/families/calendar/UpcomingEventsList.js +80 -0
  101. package/dist/families/calendar/UpcomingEventsList.js.map +1 -0
  102. package/dist/families/calendar/calendar-config.d.ts +1267 -0
  103. package/dist/families/calendar/calendar-config.d.ts.map +1 -0
  104. package/dist/families/calendar/calendar-config.js +386 -0
  105. package/dist/families/calendar/calendar-config.js.map +1 -0
  106. package/dist/families/calendar/calendar-lib.d.ts +200 -0
  107. package/dist/families/calendar/calendar-lib.d.ts.map +1 -0
  108. package/dist/families/calendar/calendar-lib.js +365 -0
  109. package/dist/families/calendar/calendar-lib.js.map +1 -0
  110. package/dist/families/calendar/calendar-track-components.d.ts +16 -0
  111. package/dist/families/calendar/calendar-track-components.d.ts.map +1 -0
  112. package/dist/families/calendar/calendar-track-components.js +17 -0
  113. package/dist/families/calendar/calendar-track-components.js.map +1 -0
  114. package/dist/families/calendar/calendar-track.definitions.d.ts +24 -0
  115. package/dist/families/calendar/calendar-track.definitions.d.ts.map +1 -0
  116. package/dist/families/calendar/calendar-track.definitions.js +133 -0
  117. package/dist/families/calendar/calendar-track.definitions.js.map +1 -0
  118. package/dist/families/calendar/calendar-types.d.ts +135 -0
  119. package/dist/families/calendar/calendar-types.d.ts.map +1 -0
  120. package/dist/families/calendar/calendar-types.js +9 -0
  121. package/dist/families/calendar/calendar-types.js.map +1 -0
  122. package/dist/families/calendar/index.d.ts +20 -0
  123. package/dist/families/calendar/index.d.ts.map +1 -0
  124. package/dist/families/calendar/index.js +20 -0
  125. package/dist/families/calendar/index.js.map +1 -0
  126. package/dist/families/charts/BarsRankingWidgets.d.ts +10 -0
  127. package/dist/families/charts/BarsRankingWidgets.d.ts.map +1 -0
  128. package/dist/families/charts/BarsRankingWidgets.js +74 -0
  129. package/dist/families/charts/BarsRankingWidgets.js.map +1 -0
  130. package/dist/families/charts/ChartWidgets.d.ts +23 -0
  131. package/dist/families/charts/ChartWidgets.d.ts.map +1 -0
  132. package/dist/families/charts/ChartWidgets.js +82 -0
  133. package/dist/families/charts/ChartWidgets.js.map +1 -0
  134. package/dist/families/charts/DistributionCorrelationWidgets.d.ts +18 -0
  135. package/dist/families/charts/DistributionCorrelationWidgets.d.ts.map +1 -0
  136. package/dist/families/charts/DistributionCorrelationWidgets.js +132 -0
  137. package/dist/families/charts/DistributionCorrelationWidgets.js.map +1 -0
  138. package/dist/families/charts/MatrixGeoWidgets.d.ts +794 -0
  139. package/dist/families/charts/MatrixGeoWidgets.d.ts.map +1 -0
  140. package/dist/families/charts/MatrixGeoWidgets.js +213 -0
  141. package/dist/families/charts/MatrixGeoWidgets.js.map +1 -0
  142. package/dist/families/charts/PartWholeWidgets.d.ts +10 -0
  143. package/dist/families/charts/PartWholeWidgets.d.ts.map +1 -0
  144. package/dist/families/charts/PartWholeWidgets.js +67 -0
  145. package/dist/families/charts/PartWholeWidgets.js.map +1 -0
  146. package/dist/families/charts/TimeFlowWidgets.d.ts +10 -0
  147. package/dist/families/charts/TimeFlowWidgets.d.ts.map +1 -0
  148. package/dist/families/charts/TimeFlowWidgets.js +73 -0
  149. package/dist/families/charts/TimeFlowWidgets.js.map +1 -0
  150. package/dist/families/charts/bars-ranking-components.d.ts +8 -0
  151. package/dist/families/charts/bars-ranking-components.d.ts.map +1 -0
  152. package/dist/families/charts/bars-ranking-components.js +8 -0
  153. package/dist/families/charts/bars-ranking-components.js.map +1 -0
  154. package/dist/families/charts/bars-ranking-config.d.ts +1035 -0
  155. package/dist/families/charts/bars-ranking-config.d.ts.map +1 -0
  156. package/dist/families/charts/bars-ranking-config.js +72 -0
  157. package/dist/families/charts/bars-ranking-config.js.map +1 -0
  158. package/dist/families/charts/bars-ranking-definitions.d.ts +3 -0
  159. package/dist/families/charts/bars-ranking-definitions.d.ts.map +1 -0
  160. package/dist/families/charts/bars-ranking-definitions.js +107 -0
  161. package/dist/families/charts/bars-ranking-definitions.js.map +1 -0
  162. package/dist/families/charts/bars-ranking-demo.d.ts +41 -0
  163. package/dist/families/charts/bars-ranking-demo.d.ts.map +1 -0
  164. package/dist/families/charts/bars-ranking-demo.js +91 -0
  165. package/dist/families/charts/bars-ranking-demo.js.map +1 -0
  166. package/dist/families/charts/bars-ranking-shapes.d.ts +39 -0
  167. package/dist/families/charts/bars-ranking-shapes.d.ts.map +1 -0
  168. package/dist/families/charts/bars-ranking-shapes.js +115 -0
  169. package/dist/families/charts/bars-ranking-shapes.js.map +1 -0
  170. package/dist/families/charts/charts-config.d.ts +607 -0
  171. package/dist/families/charts/charts-config.d.ts.map +1 -0
  172. package/dist/families/charts/charts-config.js +56 -0
  173. package/dist/families/charts/charts-config.js.map +1 -0
  174. package/dist/families/charts/components.d.ts +6 -0
  175. package/dist/families/charts/components.d.ts.map +1 -0
  176. package/dist/families/charts/components.js +6 -0
  177. package/dist/families/charts/components.js.map +1 -0
  178. package/dist/families/charts/def.part-whole.d.ts +63 -0
  179. package/dist/families/charts/def.part-whole.d.ts.map +1 -0
  180. package/dist/families/charts/def.part-whole.js +203 -0
  181. package/dist/families/charts/def.part-whole.js.map +1 -0
  182. package/dist/families/charts/definitions.d.ts +37 -0
  183. package/dist/families/charts/definitions.d.ts.map +1 -0
  184. package/dist/families/charts/definitions.distribution-correlation.d.ts +3 -0
  185. package/dist/families/charts/definitions.distribution-correlation.d.ts.map +1 -0
  186. package/dist/families/charts/definitions.distribution-correlation.js +124 -0
  187. package/dist/families/charts/definitions.distribution-correlation.js.map +1 -0
  188. package/dist/families/charts/definitions.js +89 -0
  189. package/dist/families/charts/definitions.js.map +1 -0
  190. package/dist/families/charts/defs.matrix-geo.d.ts +63 -0
  191. package/dist/families/charts/defs.matrix-geo.d.ts.map +1 -0
  192. package/dist/families/charts/defs.matrix-geo.js +201 -0
  193. package/dist/families/charts/defs.matrix-geo.js.map +1 -0
  194. package/dist/families/charts/distributionShapes.d.ts +1049 -0
  195. package/dist/families/charts/distributionShapes.d.ts.map +1 -0
  196. package/dist/families/charts/distributionShapes.js +321 -0
  197. package/dist/families/charts/distributionShapes.js.map +1 -0
  198. package/dist/families/charts/index.d.ts +18 -0
  199. package/dist/families/charts/index.d.ts.map +1 -0
  200. package/dist/families/charts/index.js +15 -0
  201. package/dist/families/charts/index.js.map +1 -0
  202. package/dist/families/charts/part-whole-config.d.ts +1058 -0
  203. package/dist/families/charts/part-whole-config.d.ts.map +1 -0
  204. package/dist/families/charts/part-whole-config.js +127 -0
  205. package/dist/families/charts/part-whole-config.js.map +1 -0
  206. package/dist/families/charts/part-whole-shapes.d.ts +40 -0
  207. package/dist/families/charts/part-whole-shapes.d.ts.map +1 -0
  208. package/dist/families/charts/part-whole-shapes.js +89 -0
  209. package/dist/families/charts/part-whole-shapes.js.map +1 -0
  210. package/dist/families/charts/time-flow-adapters.d.ts +73 -0
  211. package/dist/families/charts/time-flow-adapters.d.ts.map +1 -0
  212. package/dist/families/charts/time-flow-adapters.js +196 -0
  213. package/dist/families/charts/time-flow-adapters.js.map +1 -0
  214. package/dist/families/charts/time-flow-components.d.ts +8 -0
  215. package/dist/families/charts/time-flow-components.d.ts.map +1 -0
  216. package/dist/families/charts/time-flow-components.js +8 -0
  217. package/dist/families/charts/time-flow-components.js.map +1 -0
  218. package/dist/families/charts/time-flow-config.d.ts +1014 -0
  219. package/dist/families/charts/time-flow-config.d.ts.map +1 -0
  220. package/dist/families/charts/time-flow-config.js +98 -0
  221. package/dist/families/charts/time-flow-config.js.map +1 -0
  222. package/dist/families/charts/time-flow-definitions.d.ts +3 -0
  223. package/dist/families/charts/time-flow-definitions.d.ts.map +1 -0
  224. package/dist/families/charts/time-flow-definitions.js +107 -0
  225. package/dist/families/charts/time-flow-definitions.js.map +1 -0
  226. package/dist/families/charts/time-flow-demo.d.ts +48 -0
  227. package/dist/families/charts/time-flow-demo.d.ts.map +1 -0
  228. package/dist/families/charts/time-flow-demo.js +179 -0
  229. package/dist/families/charts/time-flow-demo.js.map +1 -0
  230. package/dist/families/chrome/AvatarStackWidget.d.ts +32 -0
  231. package/dist/families/chrome/AvatarStackWidget.d.ts.map +1 -0
  232. package/dist/families/chrome/AvatarStackWidget.js +42 -0
  233. package/dist/families/chrome/AvatarStackWidget.js.map +1 -0
  234. package/dist/families/chrome/Breadcrumb.d.ts +22 -0
  235. package/dist/families/chrome/Breadcrumb.d.ts.map +1 -0
  236. package/dist/families/chrome/Breadcrumb.js +47 -0
  237. package/dist/families/chrome/Breadcrumb.js.map +1 -0
  238. package/dist/families/chrome/CommandPaletteWidget.d.ts +46 -0
  239. package/dist/families/chrome/CommandPaletteWidget.d.ts.map +1 -0
  240. package/dist/families/chrome/CommandPaletteWidget.js +121 -0
  241. package/dist/families/chrome/CommandPaletteWidget.js.map +1 -0
  242. package/dist/families/chrome/GlobalSearch.d.ts +63 -0
  243. package/dist/families/chrome/GlobalSearch.d.ts.map +1 -0
  244. package/dist/families/chrome/GlobalSearch.js +106 -0
  245. package/dist/families/chrome/GlobalSearch.js.map +1 -0
  246. package/dist/families/chrome/NavCard.d.ts +37 -0
  247. package/dist/families/chrome/NavCard.d.ts.map +1 -0
  248. package/dist/families/chrome/NavCard.js +67 -0
  249. package/dist/families/chrome/NavCard.js.map +1 -0
  250. package/dist/families/chrome/ShortcutsPanel.d.ts +42 -0
  251. package/dist/families/chrome/ShortcutsPanel.d.ts.map +1 -0
  252. package/dist/families/chrome/ShortcutsPanel.js +37 -0
  253. package/dist/families/chrome/ShortcutsPanel.js.map +1 -0
  254. package/dist/families/chrome/SidebarNav.d.ts +55 -0
  255. package/dist/families/chrome/SidebarNav.d.ts.map +1 -0
  256. package/dist/families/chrome/SidebarNav.js +90 -0
  257. package/dist/families/chrome/SidebarNav.js.map +1 -0
  258. package/dist/families/chrome/TabBar.d.ts +29 -0
  259. package/dist/families/chrome/TabBar.d.ts.map +1 -0
  260. package/dist/families/chrome/TabBar.js +61 -0
  261. package/dist/families/chrome/TabBar.js.map +1 -0
  262. package/dist/families/chrome/chrome-config.d.ts +1372 -0
  263. package/dist/families/chrome/chrome-config.d.ts.map +1 -0
  264. package/dist/families/chrome/chrome-config.js +356 -0
  265. package/dist/families/chrome/chrome-config.js.map +1 -0
  266. package/dist/families/chrome/chrome-icons.d.ts +6 -0
  267. package/dist/families/chrome/chrome-icons.d.ts.map +1 -0
  268. package/dist/families/chrome/chrome-icons.js +37 -0
  269. package/dist/families/chrome/chrome-icons.js.map +1 -0
  270. package/dist/families/chrome/chrome-lib.d.ts +82 -0
  271. package/dist/families/chrome/chrome-lib.d.ts.map +1 -0
  272. package/dist/families/chrome/chrome-lib.js +202 -0
  273. package/dist/families/chrome/chrome-lib.js.map +1 -0
  274. package/dist/families/chrome/chrome-track-components.d.ts +16 -0
  275. package/dist/families/chrome/chrome-track-components.d.ts.map +1 -0
  276. package/dist/families/chrome/chrome-track-components.js +16 -0
  277. package/dist/families/chrome/chrome-track-components.js.map +1 -0
  278. package/dist/families/chrome/chrome-track.definitions.d.ts +36 -0
  279. package/dist/families/chrome/chrome-track.definitions.d.ts.map +1 -0
  280. package/dist/families/chrome/chrome-track.definitions.js +138 -0
  281. package/dist/families/chrome/chrome-track.definitions.js.map +1 -0
  282. package/dist/families/chrome/index.d.ts +22 -0
  283. package/dist/families/chrome/index.d.ts.map +1 -0
  284. package/dist/families/chrome/index.js +22 -0
  285. package/dist/families/chrome/index.js.map +1 -0
  286. package/dist/families/communication/AiChatPanel.d.ts +51 -0
  287. package/dist/families/communication/AiChatPanel.d.ts.map +1 -0
  288. package/dist/families/communication/AiChatPanel.js +72 -0
  289. package/dist/families/communication/AiChatPanel.js.map +1 -0
  290. package/dist/families/communication/CallWidget.d.ts +45 -0
  291. package/dist/families/communication/CallWidget.d.ts.map +1 -0
  292. package/dist/families/communication/CallWidget.js +64 -0
  293. package/dist/families/communication/CallWidget.js.map +1 -0
  294. package/dist/families/communication/ChatThread.d.ts +49 -0
  295. package/dist/families/communication/ChatThread.d.ts.map +1 -0
  296. package/dist/families/communication/ChatThread.js +71 -0
  297. package/dist/families/communication/ChatThread.js.map +1 -0
  298. package/dist/families/communication/ConversationInbox.d.ts +47 -0
  299. package/dist/families/communication/ConversationInbox.d.ts.map +1 -0
  300. package/dist/families/communication/ConversationInbox.js +74 -0
  301. package/dist/families/communication/ConversationInbox.js.map +1 -0
  302. package/dist/families/communication/TypingIndicator.d.ts +40 -0
  303. package/dist/families/communication/TypingIndicator.d.ts.map +1 -0
  304. package/dist/families/communication/TypingIndicator.js +30 -0
  305. package/dist/families/communication/TypingIndicator.js.map +1 -0
  306. package/dist/families/communication/chat-lib.d.ts +159 -0
  307. package/dist/families/communication/chat-lib.d.ts.map +1 -0
  308. package/dist/families/communication/chat-lib.js +307 -0
  309. package/dist/families/communication/chat-lib.js.map +1 -0
  310. package/dist/families/communication/communication-config.d.ts +849 -0
  311. package/dist/families/communication/communication-config.d.ts.map +1 -0
  312. package/dist/families/communication/communication-config.js +331 -0
  313. package/dist/families/communication/communication-config.js.map +1 -0
  314. package/dist/families/communication/communication-track-components.d.ts +13 -0
  315. package/dist/families/communication/communication-track-components.d.ts.map +1 -0
  316. package/dist/families/communication/communication-track-components.js +13 -0
  317. package/dist/families/communication/communication-track-components.js.map +1 -0
  318. package/dist/families/communication/communication-track.definitions.d.ts +23 -0
  319. package/dist/families/communication/communication-track.definitions.d.ts.map +1 -0
  320. package/dist/families/communication/communication-track.definitions.js +99 -0
  321. package/dist/families/communication/communication-track.definitions.js.map +1 -0
  322. package/dist/families/communication/index.d.ts +16 -0
  323. package/dist/families/communication/index.d.ts.map +1 -0
  324. package/dist/families/communication/index.js +16 -0
  325. package/dist/families/communication/index.js.map +1 -0
  326. package/dist/families/domain/ApiKeysPanel.d.ts +57 -0
  327. package/dist/families/domain/ApiKeysPanel.d.ts.map +1 -0
  328. package/dist/families/domain/ApiKeysPanel.js +121 -0
  329. package/dist/families/domain/ApiKeysPanel.js.map +1 -0
  330. package/dist/families/domain/ApiPlayground.d.ts +51 -0
  331. package/dist/families/domain/ApiPlayground.d.ts.map +1 -0
  332. package/dist/families/domain/ApiPlayground.js +110 -0
  333. package/dist/families/domain/ApiPlayground.js.map +1 -0
  334. package/dist/families/domain/BlockContent.d.ts +11 -0
  335. package/dist/families/domain/BlockContent.d.ts.map +1 -0
  336. package/dist/families/domain/BlockContent.js +42 -0
  337. package/dist/families/domain/BlockContent.js.map +1 -0
  338. package/dist/families/domain/BlockFinancial.d.ts +32 -0
  339. package/dist/families/domain/BlockFinancial.d.ts.map +1 -0
  340. package/dist/families/domain/BlockFinancial.js +205 -0
  341. package/dist/families/domain/BlockFinancial.js.map +1 -0
  342. package/dist/families/domain/BlockReport.d.ts +11 -0
  343. package/dist/families/domain/BlockReport.d.ts.map +1 -0
  344. package/dist/families/domain/BlockReport.js +129 -0
  345. package/dist/families/domain/BlockReport.js.map +1 -0
  346. package/dist/families/domain/BlockShell.d.ts +60 -0
  347. package/dist/families/domain/BlockShell.d.ts.map +1 -0
  348. package/dist/families/domain/BlockShell.js +76 -0
  349. package/dist/families/domain/BlockShell.js.map +1 -0
  350. package/dist/families/domain/BlockStatus.d.ts +30 -0
  351. package/dist/families/domain/BlockStatus.d.ts.map +1 -0
  352. package/dist/families/domain/BlockStatus.js +143 -0
  353. package/dist/families/domain/BlockStatus.js.map +1 -0
  354. package/dist/families/domain/CreditCardTile.d.ts +44 -0
  355. package/dist/families/domain/CreditCardTile.d.ts.map +1 -0
  356. package/dist/families/domain/CreditCardTile.js +105 -0
  357. package/dist/families/domain/CreditCardTile.js.map +1 -0
  358. package/dist/families/domain/DocumentCanvas.d.ts +7 -0
  359. package/dist/families/domain/DocumentCanvas.d.ts.map +1 -0
  360. package/dist/families/domain/DocumentCanvas.js +144 -0
  361. package/dist/families/domain/DocumentCanvas.js.map +1 -0
  362. package/dist/families/domain/ExperimentVariantCompare.d.ts +41 -0
  363. package/dist/families/domain/ExperimentVariantCompare.d.ts.map +1 -0
  364. package/dist/families/domain/ExperimentVariantCompare.js +90 -0
  365. package/dist/families/domain/ExperimentVariantCompare.js.map +1 -0
  366. package/dist/families/domain/GanttChart.d.ts +60 -0
  367. package/dist/families/domain/GanttChart.d.ts.map +1 -0
  368. package/dist/families/domain/GanttChart.js +112 -0
  369. package/dist/families/domain/GanttChart.js.map +1 -0
  370. package/dist/families/domain/OpsApi.d.ts +45 -0
  371. package/dist/families/domain/OpsApi.d.ts.map +1 -0
  372. package/dist/families/domain/OpsApi.js +167 -0
  373. package/dist/families/domain/OpsApi.js.map +1 -0
  374. package/dist/families/domain/OpsEmpty.d.ts +21 -0
  375. package/dist/families/domain/OpsEmpty.d.ts.map +1 -0
  376. package/dist/families/domain/OpsEmpty.js +6 -0
  377. package/dist/families/domain/OpsEmpty.js.map +1 -0
  378. package/dist/families/domain/OpsMonitoring.d.ts +71 -0
  379. package/dist/families/domain/OpsMonitoring.d.ts.map +1 -0
  380. package/dist/families/domain/OpsMonitoring.js +179 -0
  381. package/dist/families/domain/OpsMonitoring.js.map +1 -0
  382. package/dist/families/domain/OpsOnboarding.d.ts +29 -0
  383. package/dist/families/domain/OpsOnboarding.d.ts.map +1 -0
  384. package/dist/families/domain/OpsOnboarding.js +191 -0
  385. package/dist/families/domain/OpsOnboarding.js.map +1 -0
  386. package/dist/families/domain/OpsTrust.d.ts +43 -0
  387. package/dist/families/domain/OpsTrust.d.ts.map +1 -0
  388. package/dist/families/domain/OpsTrust.js +153 -0
  389. package/dist/families/domain/OpsTrust.js.map +1 -0
  390. package/dist/families/domain/OrgChart.d.ts +45 -0
  391. package/dist/families/domain/OrgChart.d.ts.map +1 -0
  392. package/dist/families/domain/OrgChart.js +110 -0
  393. package/dist/families/domain/OrgChart.js.map +1 -0
  394. package/dist/families/domain/PlanPricingCards.d.ts +43 -0
  395. package/dist/families/domain/PlanPricingCards.d.ts.map +1 -0
  396. package/dist/families/domain/PlanPricingCards.js +85 -0
  397. package/dist/families/domain/PlanPricingCards.js.map +1 -0
  398. package/dist/families/domain/SloMonitorCard.d.ts +43 -0
  399. package/dist/families/domain/SloMonitorCard.d.ts.map +1 -0
  400. package/dist/families/domain/SloMonitorCard.js +76 -0
  401. package/dist/families/domain/SloMonitorCard.js.map +1 -0
  402. package/dist/families/domain/UptimeSegmentBar.d.ts +42 -0
  403. package/dist/families/domain/UptimeSegmentBar.d.ts.map +1 -0
  404. package/dist/families/domain/UptimeSegmentBar.js +81 -0
  405. package/dist/families/domain/UptimeSegmentBar.js.map +1 -0
  406. package/dist/families/domain/block-lib.d.ts +159 -0
  407. package/dist/families/domain/block-lib.d.ts.map +1 -0
  408. package/dist/families/domain/block-lib.js +390 -0
  409. package/dist/families/domain/block-lib.js.map +1 -0
  410. package/dist/families/domain/block-types.d.ts +227 -0
  411. package/dist/families/domain/block-types.d.ts.map +1 -0
  412. package/dist/families/domain/block-types.js +23 -0
  413. package/dist/families/domain/block-types.js.map +1 -0
  414. package/dist/families/domain/blocks-config.d.ts +3510 -0
  415. package/dist/families/domain/blocks-config.d.ts.map +1 -0
  416. package/dist/families/domain/blocks-config.js +645 -0
  417. package/dist/families/domain/blocks-config.js.map +1 -0
  418. package/dist/families/domain/blocks-track-components.d.ts +16 -0
  419. package/dist/families/domain/blocks-track-components.d.ts.map +1 -0
  420. package/dist/families/domain/blocks-track-components.js +16 -0
  421. package/dist/families/domain/blocks-track-components.js.map +1 -0
  422. package/dist/families/domain/blocks-track.definitions.d.ts +66 -0
  423. package/dist/families/domain/blocks-track.definitions.d.ts.map +1 -0
  424. package/dist/families/domain/blocks-track.definitions.js +379 -0
  425. package/dist/families/domain/blocks-track.definitions.js.map +1 -0
  426. package/dist/families/domain/domain-config.d.ts +352 -0
  427. package/dist/families/domain/domain-config.d.ts.map +1 -0
  428. package/dist/families/domain/domain-config.js +187 -0
  429. package/dist/families/domain/domain-config.js.map +1 -0
  430. package/dist/families/domain/domain-lib.d.ts +227 -0
  431. package/dist/families/domain/domain-lib.d.ts.map +1 -0
  432. package/dist/families/domain/domain-lib.js +494 -0
  433. package/dist/families/domain/domain-lib.js.map +1 -0
  434. package/dist/families/domain/domain-ops-config.d.ts +2939 -0
  435. package/dist/families/domain/domain-ops-config.d.ts.map +1 -0
  436. package/dist/families/domain/domain-ops-config.js +976 -0
  437. package/dist/families/domain/domain-ops-config.js.map +1 -0
  438. package/dist/families/domain/domain-ops-lib.d.ts +214 -0
  439. package/dist/families/domain/domain-ops-lib.d.ts.map +1 -0
  440. package/dist/families/domain/domain-ops-lib.js +489 -0
  441. package/dist/families/domain/domain-ops-lib.js.map +1 -0
  442. package/dist/families/domain/domain-ops-track-components.d.ts +28 -0
  443. package/dist/families/domain/domain-ops-track-components.d.ts.map +1 -0
  444. package/dist/families/domain/domain-ops-track-components.js +28 -0
  445. package/dist/families/domain/domain-ops-track-components.js.map +1 -0
  446. package/dist/families/domain/domain-ops-track.definitions.d.ts +56 -0
  447. package/dist/families/domain/domain-ops-track.definitions.d.ts.map +1 -0
  448. package/dist/families/domain/domain-ops-track.definitions.js +364 -0
  449. package/dist/families/domain/domain-ops-track.definitions.js.map +1 -0
  450. package/dist/families/domain/domain-ops-types.d.ts +226 -0
  451. package/dist/families/domain/domain-ops-types.d.ts.map +1 -0
  452. package/dist/families/domain/domain-ops-types.js +29 -0
  453. package/dist/families/domain/domain-ops-types.js.map +1 -0
  454. package/dist/families/domain/domain-track-components.d.ts +10 -0
  455. package/dist/families/domain/domain-track-components.d.ts.map +1 -0
  456. package/dist/families/domain/domain-track-components.js +10 -0
  457. package/dist/families/domain/domain-track-components.js.map +1 -0
  458. package/dist/families/domain/domain-track.definitions.d.ts +22 -0
  459. package/dist/families/domain/domain-track.definitions.d.ts.map +1 -0
  460. package/dist/families/domain/domain-track.definitions.js +66 -0
  461. package/dist/families/domain/domain-track.definitions.js.map +1 -0
  462. package/dist/families/domain/domain-types.d.ts +86 -0
  463. package/dist/families/domain/domain-types.d.ts.map +1 -0
  464. package/dist/families/domain/domain-types.js +18 -0
  465. package/dist/families/domain/domain-types.js.map +1 -0
  466. package/dist/families/domain/index.d.ts +44 -0
  467. package/dist/families/domain/index.d.ts.map +1 -0
  468. package/dist/families/domain/index.js +45 -0
  469. package/dist/families/domain/index.js.map +1 -0
  470. package/dist/families/feeds/ActivityFeed.d.ts +28 -0
  471. package/dist/families/feeds/ActivityFeed.d.ts.map +1 -0
  472. package/dist/families/feeds/ActivityFeed.js +41 -0
  473. package/dist/families/feeds/ActivityFeed.js.map +1 -0
  474. package/dist/families/feeds/LoadOlderPaginator.d.ts +45 -0
  475. package/dist/families/feeds/LoadOlderPaginator.d.ts.map +1 -0
  476. package/dist/families/feeds/LoadOlderPaginator.js +59 -0
  477. package/dist/families/feeds/LoadOlderPaginator.js.map +1 -0
  478. package/dist/families/feeds/NotificationFeed.d.ts +33 -0
  479. package/dist/families/feeds/NotificationFeed.d.ts.map +1 -0
  480. package/dist/families/feeds/NotificationFeed.js +122 -0
  481. package/dist/families/feeds/NotificationFeed.js.map +1 -0
  482. package/dist/families/feeds/RealtimeFeed.d.ts +29 -0
  483. package/dist/families/feeds/RealtimeFeed.d.ts.map +1 -0
  484. package/dist/families/feeds/RealtimeFeed.js +110 -0
  485. package/dist/families/feeds/RealtimeFeed.js.map +1 -0
  486. package/dist/families/feeds/TimelineVertical.d.ts +28 -0
  487. package/dist/families/feeds/TimelineVertical.d.ts.map +1 -0
  488. package/dist/families/feeds/TimelineVertical.js +64 -0
  489. package/dist/families/feeds/TimelineVertical.js.map +1 -0
  490. package/dist/families/feeds/ToastStack.d.ts +42 -0
  491. package/dist/families/feeds/ToastStack.d.ts.map +1 -0
  492. package/dist/families/feeds/ToastStack.js +120 -0
  493. package/dist/families/feeds/ToastStack.js.map +1 -0
  494. package/dist/families/feeds/UnreadBadge.d.ts +23 -0
  495. package/dist/families/feeds/UnreadBadge.d.ts.map +1 -0
  496. package/dist/families/feeds/UnreadBadge.js +42 -0
  497. package/dist/families/feeds/UnreadBadge.js.map +1 -0
  498. package/dist/families/feeds/feed-demo-lib.d.ts +22 -0
  499. package/dist/families/feeds/feed-demo-lib.d.ts.map +1 -0
  500. package/dist/families/feeds/feed-demo-lib.js +33 -0
  501. package/dist/families/feeds/feed-demo-lib.js.map +1 -0
  502. package/dist/families/feeds/feed-icons.d.ts +4 -0
  503. package/dist/families/feeds/feed-icons.d.ts.map +1 -0
  504. package/dist/families/feeds/feed-icons.js +39 -0
  505. package/dist/families/feeds/feed-icons.js.map +1 -0
  506. package/dist/families/feeds/feed-lib.d.ts +42 -0
  507. package/dist/families/feeds/feed-lib.d.ts.map +1 -0
  508. package/dist/families/feeds/feed-lib.js +61 -0
  509. package/dist/families/feeds/feed-lib.js.map +1 -0
  510. package/dist/families/feeds/feeds-config.d.ts +1114 -0
  511. package/dist/families/feeds/feeds-config.d.ts.map +1 -0
  512. package/dist/families/feeds/feeds-config.js +278 -0
  513. package/dist/families/feeds/feeds-config.js.map +1 -0
  514. package/dist/families/feeds/feeds-track-f-components.d.ts +15 -0
  515. package/dist/families/feeds/feeds-track-f-components.d.ts.map +1 -0
  516. package/dist/families/feeds/feeds-track-f-components.js +16 -0
  517. package/dist/families/feeds/feeds-track-f-components.js.map +1 -0
  518. package/dist/families/feeds/feeds-track-f.definitions.d.ts +39 -0
  519. package/dist/families/feeds/feeds-track-f.definitions.d.ts.map +1 -0
  520. package/dist/families/feeds/feeds-track-f.definitions.js +129 -0
  521. package/dist/families/feeds/feeds-track-f.definitions.js.map +1 -0
  522. package/dist/families/feeds/feeds-types.d.ts +85 -0
  523. package/dist/families/feeds/feeds-types.d.ts.map +1 -0
  524. package/dist/families/feeds/feeds-types.js +12 -0
  525. package/dist/families/feeds/feeds-types.js.map +1 -0
  526. package/dist/families/feeds/index.d.ts +16 -0
  527. package/dist/families/feeds/index.d.ts.map +1 -0
  528. package/dist/families/feeds/index.js +16 -0
  529. package/dist/families/feeds/index.js.map +1 -0
  530. package/dist/families/forms/ColumnMappingTable.d.ts +37 -0
  531. package/dist/families/forms/ColumnMappingTable.d.ts.map +1 -0
  532. package/dist/families/forms/ColumnMappingTable.js +76 -0
  533. package/dist/families/forms/ColumnMappingTable.js.map +1 -0
  534. package/dist/families/forms/ConnectionStringField.d.ts +74 -0
  535. package/dist/families/forms/ConnectionStringField.d.ts.map +1 -0
  536. package/dist/families/forms/ConnectionStringField.js +103 -0
  537. package/dist/families/forms/ConnectionStringField.js.map +1 -0
  538. package/dist/families/forms/DrawerForm.d.ts +20 -0
  539. package/dist/families/forms/DrawerForm.d.ts.map +1 -0
  540. package/dist/families/forms/DrawerForm.js +60 -0
  541. package/dist/families/forms/DrawerForm.js.map +1 -0
  542. package/dist/families/forms/ExportBuilder.d.ts +31 -0
  543. package/dist/families/forms/ExportBuilder.d.ts.map +1 -0
  544. package/dist/families/forms/ExportBuilder.js +76 -0
  545. package/dist/families/forms/ExportBuilder.js.map +1 -0
  546. package/dist/families/forms/FilterChipBar.d.ts +49 -0
  547. package/dist/families/forms/FilterChipBar.d.ts.map +1 -0
  548. package/dist/families/forms/FilterChipBar.js +82 -0
  549. package/dist/families/forms/FilterChipBar.js.map +1 -0
  550. package/dist/families/forms/FlowBuilder.d.ts +40 -0
  551. package/dist/families/forms/FlowBuilder.d.ts.map +1 -0
  552. package/dist/families/forms/FlowBuilder.js +128 -0
  553. package/dist/families/forms/FlowBuilder.js.map +1 -0
  554. package/dist/families/forms/FormFields.d.ts +28 -0
  555. package/dist/families/forms/FormFields.d.ts.map +1 -0
  556. package/dist/families/forms/FormFields.js +60 -0
  557. package/dist/families/forms/FormFields.js.map +1 -0
  558. package/dist/families/forms/InlineEditableField.d.ts +28 -0
  559. package/dist/families/forms/InlineEditableField.d.ts.map +1 -0
  560. package/dist/families/forms/InlineEditableField.js +130 -0
  561. package/dist/families/forms/InlineEditableField.js.map +1 -0
  562. package/dist/families/forms/InputWidgets.d.ts +35 -0
  563. package/dist/families/forms/InputWidgets.d.ts.map +1 -0
  564. package/dist/families/forms/InputWidgets.js +116 -0
  565. package/dist/families/forms/InputWidgets.js.map +1 -0
  566. package/dist/families/forms/ModalWizard.d.ts +28 -0
  567. package/dist/families/forms/ModalWizard.d.ts.map +1 -0
  568. package/dist/families/forms/ModalWizard.js +77 -0
  569. package/dist/families/forms/ModalWizard.js.map +1 -0
  570. package/dist/families/forms/OptionCards.d.ts +26 -0
  571. package/dist/families/forms/OptionCards.d.ts.map +1 -0
  572. package/dist/families/forms/OptionCards.js +73 -0
  573. package/dist/families/forms/OptionCards.js.map +1 -0
  574. package/dist/families/forms/ProgressBarWidget.d.ts +17 -0
  575. package/dist/families/forms/ProgressBarWidget.d.ts.map +1 -0
  576. package/dist/families/forms/ProgressBarWidget.js +28 -0
  577. package/dist/families/forms/ProgressBarWidget.js.map +1 -0
  578. package/dist/families/forms/QuestionBuilder.d.ts +35 -0
  579. package/dist/families/forms/QuestionBuilder.d.ts.map +1 -0
  580. package/dist/families/forms/QuestionBuilder.js +133 -0
  581. package/dist/families/forms/QuestionBuilder.js.map +1 -0
  582. package/dist/families/forms/RuleBuilder.d.ts +42 -0
  583. package/dist/families/forms/RuleBuilder.d.ts.map +1 -0
  584. package/dist/families/forms/RuleBuilder.js +150 -0
  585. package/dist/families/forms/RuleBuilder.js.map +1 -0
  586. package/dist/families/forms/StepperWidget.d.ts +33 -0
  587. package/dist/families/forms/StepperWidget.d.ts.map +1 -0
  588. package/dist/families/forms/StepperWidget.js +70 -0
  589. package/dist/families/forms/StepperWidget.js.map +1 -0
  590. package/dist/families/forms/TableInclusionChecklist.d.ts +71 -0
  591. package/dist/families/forms/TableInclusionChecklist.d.ts.map +1 -0
  592. package/dist/families/forms/TableInclusionChecklist.js +119 -0
  593. package/dist/families/forms/TableInclusionChecklist.js.map +1 -0
  594. package/dist/families/forms/ToggleSwitchList.d.ts +21 -0
  595. package/dist/families/forms/ToggleSwitchList.d.ts.map +1 -0
  596. package/dist/families/forms/ToggleSwitchList.js +78 -0
  597. package/dist/families/forms/ToggleSwitchList.js.map +1 -0
  598. package/dist/families/forms/ValidationIssuesList.d.ts +35 -0
  599. package/dist/families/forms/ValidationIssuesList.d.ts.map +1 -0
  600. package/dist/families/forms/ValidationIssuesList.js +64 -0
  601. package/dist/families/forms/ValidationIssuesList.js.map +1 -0
  602. package/dist/families/forms/forms-builders.d.ts +106 -0
  603. package/dist/families/forms/forms-builders.d.ts.map +1 -0
  604. package/dist/families/forms/forms-builders.js +211 -0
  605. package/dist/families/forms/forms-builders.js.map +1 -0
  606. package/dist/families/forms/forms-config.d.ts +3399 -0
  607. package/dist/families/forms/forms-config.d.ts.map +1 -0
  608. package/dist/families/forms/forms-config.js +695 -0
  609. package/dist/families/forms/forms-config.js.map +1 -0
  610. package/dist/families/forms/forms-dsn.d.ts +88 -0
  611. package/dist/families/forms/forms-dsn.d.ts.map +1 -0
  612. package/dist/families/forms/forms-dsn.js +173 -0
  613. package/dist/families/forms/forms-dsn.js.map +1 -0
  614. package/dist/families/forms/forms-icons.d.ts +13 -0
  615. package/dist/families/forms/forms-icons.d.ts.map +1 -0
  616. package/dist/families/forms/forms-icons.js +65 -0
  617. package/dist/families/forms/forms-icons.js.map +1 -0
  618. package/dist/families/forms/forms-lib.d.ts +74 -0
  619. package/dist/families/forms/forms-lib.d.ts.map +1 -0
  620. package/dist/families/forms/forms-lib.js +176 -0
  621. package/dist/families/forms/forms-lib.js.map +1 -0
  622. package/dist/families/forms/forms-state.d.ts +62 -0
  623. package/dist/families/forms/forms-state.d.ts.map +1 -0
  624. package/dist/families/forms/forms-state.js +103 -0
  625. package/dist/families/forms/forms-state.js.map +1 -0
  626. package/dist/families/forms/forms-tables.d.ts +49 -0
  627. package/dist/families/forms/forms-tables.d.ts.map +1 -0
  628. package/dist/families/forms/forms-tables.js +42 -0
  629. package/dist/families/forms/forms-tables.js.map +1 -0
  630. package/dist/families/forms/forms-track-components.d.ts +25 -0
  631. package/dist/families/forms/forms-track-components.d.ts.map +1 -0
  632. package/dist/families/forms/forms-track-components.js +25 -0
  633. package/dist/families/forms/forms-track-components.js.map +1 -0
  634. package/dist/families/forms/forms-track.definitions.d.ts +64 -0
  635. package/dist/families/forms/forms-track.definitions.d.ts.map +1 -0
  636. package/dist/families/forms/forms-track.definitions.js +333 -0
  637. package/dist/families/forms/forms-track.definitions.js.map +1 -0
  638. package/dist/families/forms/index.d.ts +37 -0
  639. package/dist/families/forms/index.d.ts.map +1 -0
  640. package/dist/families/forms/index.js +39 -0
  641. package/dist/families/forms/index.js.map +1 -0
  642. package/dist/families/geo/MapBubble.d.ts +27 -0
  643. package/dist/families/geo/MapBubble.d.ts.map +1 -0
  644. package/dist/families/geo/MapBubble.js +209 -0
  645. package/dist/families/geo/MapBubble.js.map +1 -0
  646. package/dist/families/geo/MapChoroplethGrid.d.ts +53 -0
  647. package/dist/families/geo/MapChoroplethGrid.d.ts.map +1 -0
  648. package/dist/families/geo/MapChoroplethGrid.js +42 -0
  649. package/dist/families/geo/MapChoroplethGrid.js.map +1 -0
  650. package/dist/families/geo/geo-config.d.ts +375 -0
  651. package/dist/families/geo/geo-config.d.ts.map +1 -0
  652. package/dist/families/geo/geo-config.js +177 -0
  653. package/dist/families/geo/geo-config.js.map +1 -0
  654. package/dist/families/geo/geo-lib.d.ts +108 -0
  655. package/dist/families/geo/geo-lib.d.ts.map +1 -0
  656. package/dist/families/geo/geo-lib.js +228 -0
  657. package/dist/families/geo/geo-lib.js.map +1 -0
  658. package/dist/families/geo/geo-track-components.d.ts +16 -0
  659. package/dist/families/geo/geo-track-components.d.ts.map +1 -0
  660. package/dist/families/geo/geo-track-components.js +16 -0
  661. package/dist/families/geo/geo-track-components.js.map +1 -0
  662. package/dist/families/geo/geo-track.definitions.d.ts +21 -0
  663. package/dist/families/geo/geo-track.definitions.d.ts.map +1 -0
  664. package/dist/families/geo/geo-track.definitions.js +54 -0
  665. package/dist/families/geo/geo-track.definitions.js.map +1 -0
  666. package/dist/families/geo/index.d.ts +17 -0
  667. package/dist/families/geo/index.d.ts.map +1 -0
  668. package/dist/families/geo/index.js +17 -0
  669. package/dist/families/geo/index.js.map +1 -0
  670. package/dist/families/kpi/AutoInsights.d.ts +47 -0
  671. package/dist/families/kpi/AutoInsights.d.ts.map +1 -0
  672. package/dist/families/kpi/AutoInsights.js +126 -0
  673. package/dist/families/kpi/AutoInsights.js.map +1 -0
  674. package/dist/families/kpi/GaugeArc.d.ts +31 -0
  675. package/dist/families/kpi/GaugeArc.d.ts.map +1 -0
  676. package/dist/families/kpi/GaugeArc.js +121 -0
  677. package/dist/families/kpi/GaugeArc.js.map +1 -0
  678. package/dist/families/kpi/GaugeRing.d.ts +28 -0
  679. package/dist/families/kpi/GaugeRing.d.ts.map +1 -0
  680. package/dist/families/kpi/GaugeRing.js +96 -0
  681. package/dist/families/kpi/GaugeRing.js.map +1 -0
  682. package/dist/families/kpi/KpiStatCard.d.ts +13 -0
  683. package/dist/families/kpi/KpiStatCard.d.ts.map +1 -0
  684. package/dist/families/kpi/KpiStatCard.js +43 -0
  685. package/dist/families/kpi/KpiStatCard.js.map +1 -0
  686. package/dist/families/kpi/KpiStatTileCompact.d.ts +13 -0
  687. package/dist/families/kpi/KpiStatTileCompact.d.ts.map +1 -0
  688. package/dist/families/kpi/KpiStatTileCompact.js +29 -0
  689. package/dist/families/kpi/KpiStatTileCompact.js.map +1 -0
  690. package/dist/families/kpi/MetricHero.d.ts +25 -0
  691. package/dist/families/kpi/MetricHero.d.ts.map +1 -0
  692. package/dist/families/kpi/MetricHero.js +85 -0
  693. package/dist/families/kpi/MetricHero.js.map +1 -0
  694. package/dist/families/kpi/MicroKpiSubtitle.d.ts +24 -0
  695. package/dist/families/kpi/MicroKpiSubtitle.d.ts.map +1 -0
  696. package/dist/families/kpi/MicroKpiSubtitle.js +46 -0
  697. package/dist/families/kpi/MicroKpiSubtitle.js.map +1 -0
  698. package/dist/families/kpi/PeriodComparison.d.ts +20 -0
  699. package/dist/families/kpi/PeriodComparison.d.ts.map +1 -0
  700. package/dist/families/kpi/PeriodComparison.js +49 -0
  701. package/dist/families/kpi/PeriodComparison.js.map +1 -0
  702. package/dist/families/kpi/StatPairCard.d.ts +26 -0
  703. package/dist/families/kpi/StatPairCard.d.ts.map +1 -0
  704. package/dist/families/kpi/StatPairCard.js +54 -0
  705. package/dist/families/kpi/StatPairCard.js.map +1 -0
  706. package/dist/families/kpi/UsageMeter.d.ts +12 -0
  707. package/dist/families/kpi/UsageMeter.d.ts.map +1 -0
  708. package/dist/families/kpi/UsageMeter.js +31 -0
  709. package/dist/families/kpi/UsageMeter.js.map +1 -0
  710. package/dist/families/kpi/components.d.ts +19 -0
  711. package/dist/families/kpi/components.d.ts.map +1 -0
  712. package/dist/families/kpi/components.js +19 -0
  713. package/dist/families/kpi/components.js.map +1 -0
  714. package/dist/families/kpi/definitions.d.ts +22 -0
  715. package/dist/families/kpi/definitions.d.ts.map +1 -0
  716. package/dist/families/kpi/definitions.js +159 -0
  717. package/dist/families/kpi/definitions.js.map +1 -0
  718. package/dist/families/kpi/kpi-config.d.ts +1700 -0
  719. package/dist/families/kpi/kpi-config.d.ts.map +1 -0
  720. package/dist/families/kpi/kpi-config.js +418 -0
  721. package/dist/families/kpi/kpi-config.js.map +1 -0
  722. package/dist/families/kpi/kpi-icons.d.ts +7 -0
  723. package/dist/families/kpi/kpi-icons.d.ts.map +1 -0
  724. package/dist/families/kpi/kpi-icons.js +28 -0
  725. package/dist/families/kpi/kpi-icons.js.map +1 -0
  726. package/dist/families/kpi/kpi-lib.d.ts +173 -0
  727. package/dist/families/kpi/kpi-lib.d.ts.map +1 -0
  728. package/dist/families/kpi/kpi-lib.js +243 -0
  729. package/dist/families/kpi/kpi-lib.js.map +1 -0
  730. package/dist/families/media/AttachmentList.d.ts +43 -0
  731. package/dist/families/media/AttachmentList.d.ts.map +1 -0
  732. package/dist/families/media/AttachmentList.js +52 -0
  733. package/dist/families/media/AttachmentList.js.map +1 -0
  734. package/dist/families/media/FileBrowser.d.ts +57 -0
  735. package/dist/families/media/FileBrowser.d.ts.map +1 -0
  736. package/dist/families/media/FileBrowser.js +158 -0
  737. package/dist/families/media/FileBrowser.js.map +1 -0
  738. package/dist/families/media/ImageBoard.d.ts +41 -0
  739. package/dist/families/media/ImageBoard.d.ts.map +1 -0
  740. package/dist/families/media/ImageBoard.js +67 -0
  741. package/dist/families/media/ImageBoard.js.map +1 -0
  742. package/dist/families/media/LinkList.d.ts +48 -0
  743. package/dist/families/media/LinkList.d.ts.map +1 -0
  744. package/dist/families/media/LinkList.js +89 -0
  745. package/dist/families/media/LinkList.js.map +1 -0
  746. package/dist/families/media/UploadDropzone.d.ts +41 -0
  747. package/dist/families/media/UploadDropzone.d.ts.map +1 -0
  748. package/dist/families/media/UploadDropzone.js +54 -0
  749. package/dist/families/media/UploadDropzone.js.map +1 -0
  750. package/dist/families/media/UploadProgressList.d.ts +58 -0
  751. package/dist/families/media/UploadProgressList.d.ts.map +1 -0
  752. package/dist/families/media/UploadProgressList.js +81 -0
  753. package/dist/families/media/UploadProgressList.js.map +1 -0
  754. package/dist/families/media/index.d.ts +20 -0
  755. package/dist/families/media/index.d.ts.map +1 -0
  756. package/dist/families/media/index.js +20 -0
  757. package/dist/families/media/index.js.map +1 -0
  758. package/dist/families/media/media-config.d.ts +1035 -0
  759. package/dist/families/media/media-config.d.ts.map +1 -0
  760. package/dist/families/media/media-config.js +362 -0
  761. package/dist/families/media/media-config.js.map +1 -0
  762. package/dist/families/media/media-icons.d.ts +14 -0
  763. package/dist/families/media/media-icons.d.ts.map +1 -0
  764. package/dist/families/media/media-icons.js +44 -0
  765. package/dist/families/media/media-icons.js.map +1 -0
  766. package/dist/families/media/media-lib.d.ts +149 -0
  767. package/dist/families/media/media-lib.d.ts.map +1 -0
  768. package/dist/families/media/media-lib.js +333 -0
  769. package/dist/families/media/media-lib.js.map +1 -0
  770. package/dist/families/media/media-track-components.d.ts +14 -0
  771. package/dist/families/media/media-track-components.d.ts.map +1 -0
  772. package/dist/families/media/media-track-components.js +14 -0
  773. package/dist/families/media/media-track-components.js.map +1 -0
  774. package/dist/families/media/media-track.definitions.d.ts +26 -0
  775. package/dist/families/media/media-track.definitions.d.ts.map +1 -0
  776. package/dist/families/media/media-track.definitions.js +107 -0
  777. package/dist/families/media/media-track.definitions.js.map +1 -0
  778. package/dist/families/system/AlertBanner.d.ts +31 -0
  779. package/dist/families/system/AlertBanner.d.ts.map +1 -0
  780. package/dist/families/system/AlertBanner.js +69 -0
  781. package/dist/families/system/AlertBanner.js.map +1 -0
  782. package/dist/families/system/AutosaveIndicatorWidget.d.ts +43 -0
  783. package/dist/families/system/AutosaveIndicatorWidget.d.ts.map +1 -0
  784. package/dist/families/system/AutosaveIndicatorWidget.js +51 -0
  785. package/dist/families/system/AutosaveIndicatorWidget.js.map +1 -0
  786. package/dist/families/system/ConnectionStatus.d.ts +28 -0
  787. package/dist/families/system/ConnectionStatus.d.ts.map +1 -0
  788. package/dist/families/system/ConnectionStatus.js +53 -0
  789. package/dist/families/system/ConnectionStatus.js.map +1 -0
  790. package/dist/families/system/DiagnosticsReadout.d.ts +31 -0
  791. package/dist/families/system/DiagnosticsReadout.d.ts.map +1 -0
  792. package/dist/families/system/DiagnosticsReadout.js +49 -0
  793. package/dist/families/system/DiagnosticsReadout.js.map +1 -0
  794. package/dist/families/system/EmptyStateWidget.d.ts +25 -0
  795. package/dist/families/system/EmptyStateWidget.d.ts.map +1 -0
  796. package/dist/families/system/EmptyStateWidget.js +44 -0
  797. package/dist/families/system/EmptyStateWidget.js.map +1 -0
  798. package/dist/families/system/ProgressLogConsole.d.ts +58 -0
  799. package/dist/families/system/ProgressLogConsole.d.ts.map +1 -0
  800. package/dist/families/system/ProgressLogConsole.js +111 -0
  801. package/dist/families/system/ProgressLogConsole.js.map +1 -0
  802. package/dist/families/system/StateHero.d.ts +34 -0
  803. package/dist/families/system/StateHero.d.ts.map +1 -0
  804. package/dist/families/system/StateHero.js +102 -0
  805. package/dist/families/system/StateHero.js.map +1 -0
  806. package/dist/families/system/StatusBannerHero.d.ts +35 -0
  807. package/dist/families/system/StatusBannerHero.d.ts.map +1 -0
  808. package/dist/families/system/StatusBannerHero.js +65 -0
  809. package/dist/families/system/StatusBannerHero.js.map +1 -0
  810. package/dist/families/system/StatusPill.d.ts +38 -0
  811. package/dist/families/system/StatusPill.d.ts.map +1 -0
  812. package/dist/families/system/StatusPill.js +42 -0
  813. package/dist/families/system/StatusPill.js.map +1 -0
  814. package/dist/families/system/index.d.ts +24 -0
  815. package/dist/families/system/index.d.ts.map +1 -0
  816. package/dist/families/system/index.js +24 -0
  817. package/dist/families/system/index.js.map +1 -0
  818. package/dist/families/system/system-config.d.ts +1505 -0
  819. package/dist/families/system/system-config.d.ts.map +1 -0
  820. package/dist/families/system/system-config.js +339 -0
  821. package/dist/families/system/system-config.js.map +1 -0
  822. package/dist/families/system/system-icons.d.ts +10 -0
  823. package/dist/families/system/system-icons.d.ts.map +1 -0
  824. package/dist/families/system/system-icons.js +58 -0
  825. package/dist/families/system/system-icons.js.map +1 -0
  826. package/dist/families/system/system-lib.d.ts +108 -0
  827. package/dist/families/system/system-lib.d.ts.map +1 -0
  828. package/dist/families/system/system-lib.js +181 -0
  829. package/dist/families/system/system-lib.js.map +1 -0
  830. package/dist/families/system/system-track-components.d.ts +17 -0
  831. package/dist/families/system/system-track-components.d.ts.map +1 -0
  832. package/dist/families/system/system-track-components.js +17 -0
  833. package/dist/families/system/system-track-components.js.map +1 -0
  834. package/dist/families/system/system-track.definitions.d.ts +36 -0
  835. package/dist/families/system/system-track.definitions.d.ts.map +1 -0
  836. package/dist/families/system/system-track.definitions.js +155 -0
  837. package/dist/families/system/system-track.definitions.js.map +1 -0
  838. package/dist/families/tables/AccordionList.d.ts +36 -0
  839. package/dist/families/tables/AccordionList.d.ts.map +1 -0
  840. package/dist/families/tables/AccordionList.js +56 -0
  841. package/dist/families/tables/AccordionList.js.map +1 -0
  842. package/dist/families/tables/BulkActionToolbar.d.ts +35 -0
  843. package/dist/families/tables/BulkActionToolbar.d.ts.map +1 -0
  844. package/dist/families/tables/BulkActionToolbar.js +8 -0
  845. package/dist/families/tables/BulkActionToolbar.js.map +1 -0
  846. package/dist/families/tables/CardGallery.d.ts +30 -0
  847. package/dist/families/tables/CardGallery.d.ts.map +1 -0
  848. package/dist/families/tables/CardGallery.js +80 -0
  849. package/dist/families/tables/CardGallery.js.map +1 -0
  850. package/dist/families/tables/ChipCloud.d.ts +46 -0
  851. package/dist/families/tables/ChipCloud.d.ts.map +1 -0
  852. package/dist/families/tables/ChipCloud.js +72 -0
  853. package/dist/families/tables/ChipCloud.js.map +1 -0
  854. package/dist/families/tables/ComparisonMatrix.d.ts +41 -0
  855. package/dist/families/tables/ComparisonMatrix.d.ts.map +1 -0
  856. package/dist/families/tables/ComparisonMatrix.js +76 -0
  857. package/dist/families/tables/ComparisonMatrix.js.map +1 -0
  858. package/dist/families/tables/DataGrid.d.ts +50 -0
  859. package/dist/families/tables/DataGrid.d.ts.map +1 -0
  860. package/dist/families/tables/DataGrid.js +89 -0
  861. package/dist/families/tables/DataGrid.js.map +1 -0
  862. package/dist/families/tables/DetailKeyValue.d.ts +18 -0
  863. package/dist/families/tables/DetailKeyValue.d.ts.map +1 -0
  864. package/dist/families/tables/DetailKeyValue.js +14 -0
  865. package/dist/families/tables/DetailKeyValue.js.map +1 -0
  866. package/dist/families/tables/GroupedSummaryTable.d.ts +25 -0
  867. package/dist/families/tables/GroupedSummaryTable.d.ts.map +1 -0
  868. package/dist/families/tables/GroupedSummaryTable.js +87 -0
  869. package/dist/families/tables/GroupedSummaryTable.js.map +1 -0
  870. package/dist/families/tables/LogTable.d.ts +36 -0
  871. package/dist/families/tables/LogTable.d.ts.map +1 -0
  872. package/dist/families/tables/LogTable.js +115 -0
  873. package/dist/families/tables/LogTable.js.map +1 -0
  874. package/dist/families/tables/MasterList.d.ts +29 -0
  875. package/dist/families/tables/MasterList.d.ts.map +1 -0
  876. package/dist/families/tables/MasterList.js +77 -0
  877. package/dist/families/tables/MasterList.js.map +1 -0
  878. package/dist/families/tables/MiniTable.d.ts +25 -0
  879. package/dist/families/tables/MiniTable.d.ts.map +1 -0
  880. package/dist/families/tables/MiniTable.js +14 -0
  881. package/dist/families/tables/MiniTable.js.map +1 -0
  882. package/dist/families/tables/PaginationFooter.d.ts +36 -0
  883. package/dist/families/tables/PaginationFooter.d.ts.map +1 -0
  884. package/dist/families/tables/PaginationFooter.js +21 -0
  885. package/dist/families/tables/PaginationFooter.js.map +1 -0
  886. package/dist/families/tables/RankedEntityList.d.ts +41 -0
  887. package/dist/families/tables/RankedEntityList.d.ts.map +1 -0
  888. package/dist/families/tables/RankedEntityList.js +74 -0
  889. package/dist/families/tables/RankedEntityList.js.map +1 -0
  890. package/dist/families/tables/SchemaTree.d.ts +23 -0
  891. package/dist/families/tables/SchemaTree.d.ts.map +1 -0
  892. package/dist/families/tables/SchemaTree.js +89 -0
  893. package/dist/families/tables/SchemaTree.js.map +1 -0
  894. package/dist/families/tables/SparklineTable.d.ts +35 -0
  895. package/dist/families/tables/SparklineTable.d.ts.map +1 -0
  896. package/dist/families/tables/SparklineTable.js +54 -0
  897. package/dist/families/tables/SparklineTable.js.map +1 -0
  898. package/dist/families/tables/ToggleMatrixWidget.d.ts +26 -0
  899. package/dist/families/tables/ToggleMatrixWidget.d.ts.map +1 -0
  900. package/dist/families/tables/ToggleMatrixWidget.js +95 -0
  901. package/dist/families/tables/ToggleMatrixWidget.js.map +1 -0
  902. package/dist/families/tables/TopMoversList.d.ts +37 -0
  903. package/dist/families/tables/TopMoversList.d.ts.map +1 -0
  904. package/dist/families/tables/TopMoversList.js +51 -0
  905. package/dist/families/tables/TopMoversList.js.map +1 -0
  906. package/dist/families/tables/cells.d.ts +38 -0
  907. package/dist/families/tables/cells.d.ts.map +1 -0
  908. package/dist/families/tables/cells.js +107 -0
  909. package/dist/families/tables/cells.js.map +1 -0
  910. package/dist/families/tables/column-spec.d.ts +53 -0
  911. package/dist/families/tables/column-spec.d.ts.map +1 -0
  912. package/dist/families/tables/column-spec.js +158 -0
  913. package/dist/families/tables/column-spec.js.map +1 -0
  914. package/dist/families/tables/definitions.d.ts +12 -0
  915. package/dist/families/tables/definitions.d.ts.map +1 -0
  916. package/dist/families/tables/definitions.js +81 -0
  917. package/dist/families/tables/definitions.js.map +1 -0
  918. package/dist/families/tables/demo-data.d.ts +15 -0
  919. package/dist/families/tables/demo-data.d.ts.map +1 -0
  920. package/dist/families/tables/demo-data.js +97 -0
  921. package/dist/families/tables/demo-data.js.map +1 -0
  922. package/dist/families/tables/index.d.ts +31 -0
  923. package/dist/families/tables/index.d.ts.map +1 -0
  924. package/dist/families/tables/index.js +33 -0
  925. package/dist/families/tables/index.js.map +1 -0
  926. package/dist/families/tables/tables-config.d.ts +908 -0
  927. package/dist/families/tables/tables-config.d.ts.map +1 -0
  928. package/dist/families/tables/tables-config.js +51 -0
  929. package/dist/families/tables/tables-config.js.map +1 -0
  930. package/dist/families/tables/tables-tail-components.d.ts +14 -0
  931. package/dist/families/tables/tables-tail-components.d.ts.map +1 -0
  932. package/dist/families/tables/tables-tail-components.js +14 -0
  933. package/dist/families/tables/tables-tail-components.js.map +1 -0
  934. package/dist/families/tables/tables-tail-config.d.ts +947 -0
  935. package/dist/families/tables/tables-tail-config.d.ts.map +1 -0
  936. package/dist/families/tables/tables-tail-config.js +328 -0
  937. package/dist/families/tables/tables-tail-config.js.map +1 -0
  938. package/dist/families/tables/tables-tail-icons.d.ts +6 -0
  939. package/dist/families/tables/tables-tail-icons.d.ts.map +1 -0
  940. package/dist/families/tables/tables-tail-icons.js +33 -0
  941. package/dist/families/tables/tables-tail-icons.js.map +1 -0
  942. package/dist/families/tables/tables-tail-lib.d.ts +77 -0
  943. package/dist/families/tables/tables-tail-lib.d.ts.map +1 -0
  944. package/dist/families/tables/tables-tail-lib.js +176 -0
  945. package/dist/families/tables/tables-tail-lib.js.map +1 -0
  946. package/dist/families/tables/tables-tail-types.d.ts +129 -0
  947. package/dist/families/tables/tables-tail-types.d.ts.map +1 -0
  948. package/dist/families/tables/tables-tail-types.js +16 -0
  949. package/dist/families/tables/tables-tail-types.js.map +1 -0
  950. package/dist/families/tables/tables-tail.definitions.d.ts +26 -0
  951. package/dist/families/tables/tables-tail.definitions.d.ts.map +1 -0
  952. package/dist/families/tables/tables-tail.definitions.js +108 -0
  953. package/dist/families/tables/tables-tail.definitions.js.map +1 -0
  954. package/dist/families/tables/tables-track-f-components.d.ts +14 -0
  955. package/dist/families/tables/tables-track-f-components.d.ts.map +1 -0
  956. package/dist/families/tables/tables-track-f-components.js +14 -0
  957. package/dist/families/tables/tables-track-f-components.js.map +1 -0
  958. package/dist/families/tables/tables-track-f-config.d.ts +956 -0
  959. package/dist/families/tables/tables-track-f-config.d.ts.map +1 -0
  960. package/dist/families/tables/tables-track-f-config.js +329 -0
  961. package/dist/families/tables/tables-track-f-config.js.map +1 -0
  962. package/dist/families/tables/tables-track-f-types.d.ts +95 -0
  963. package/dist/families/tables/tables-track-f-types.d.ts.map +1 -0
  964. package/dist/families/tables/tables-track-f-types.js +13 -0
  965. package/dist/families/tables/tables-track-f-types.js.map +1 -0
  966. package/dist/families/tables/tables-track-f.definitions.d.ts +19 -0
  967. package/dist/families/tables/tables-track-f.definitions.d.ts.map +1 -0
  968. package/dist/families/tables/tables-track-f.definitions.js +98 -0
  969. package/dist/families/tables/tables-track-f.definitions.js.map +1 -0
  970. package/dist/families/tables/widgets.d.ts +17 -0
  971. package/dist/families/tables/widgets.d.ts.map +1 -0
  972. package/dist/families/tables/widgets.js +132 -0
  973. package/dist/families/tables/widgets.js.map +1 -0
  974. package/dist/frame/ChartDirectionBridge.d.ts +6 -0
  975. package/dist/frame/ChartDirectionBridge.d.ts.map +1 -0
  976. package/dist/frame/ChartDirectionBridge.js +21 -0
  977. package/dist/frame/ChartDirectionBridge.js.map +1 -0
  978. package/dist/frame/SkeletonSilhouette.d.ts +12 -0
  979. package/dist/frame/SkeletonSilhouette.d.ts.map +1 -0
  980. package/dist/frame/SkeletonSilhouette.js +6 -0
  981. package/dist/frame/SkeletonSilhouette.js.map +1 -0
  982. package/dist/frame/WidgetErrorBoundary.d.ts +26 -0
  983. package/dist/frame/WidgetErrorBoundary.d.ts.map +1 -0
  984. package/dist/frame/WidgetErrorBoundary.js +24 -0
  985. package/dist/frame/WidgetErrorBoundary.js.map +1 -0
  986. package/dist/frame/WidgetFrame.d.ts +51 -0
  987. package/dist/frame/WidgetFrame.d.ts.map +1 -0
  988. package/dist/frame/WidgetFrame.js +33 -0
  989. package/dist/frame/WidgetFrame.js.map +1 -0
  990. package/dist/frame/WidgetHost.d.ts +54 -0
  991. package/dist/frame/WidgetHost.d.ts.map +1 -0
  992. package/dist/frame/WidgetHost.js +84 -0
  993. package/dist/frame/WidgetHost.js.map +1 -0
  994. package/dist/frame/WidgetRuntimeContext.d.ts +58 -0
  995. package/dist/frame/WidgetRuntimeContext.d.ts.map +1 -0
  996. package/dist/frame/WidgetRuntimeContext.js +62 -0
  997. package/dist/frame/WidgetRuntimeContext.js.map +1 -0
  998. package/dist/generate/crud-body.d.ts +93 -0
  999. package/dist/generate/crud-body.d.ts.map +1 -0
  1000. package/dist/generate/crud-body.js +323 -0
  1001. package/dist/generate/crud-body.js.map +1 -0
  1002. package/dist/generate/dashboard-domain.d.ts +65 -0
  1003. package/dist/generate/dashboard-domain.d.ts.map +1 -0
  1004. package/dist/generate/dashboard-domain.js +269 -0
  1005. package/dist/generate/dashboard-domain.js.map +1 -0
  1006. package/dist/generate/index.d.ts +51 -0
  1007. package/dist/generate/index.d.ts.map +1 -0
  1008. package/dist/generate/index.js +55 -0
  1009. package/dist/generate/index.js.map +1 -0
  1010. package/dist/grid/DashboardGrid.d.ts +53 -0
  1011. package/dist/grid/DashboardGrid.d.ts.map +1 -0
  1012. package/dist/grid/DashboardGrid.js +278 -0
  1013. package/dist/grid/DashboardGrid.js.map +1 -0
  1014. package/dist/grid/grid-edit.d.ts +95 -0
  1015. package/dist/grid/grid-edit.d.ts.map +1 -0
  1016. package/dist/grid/grid-edit.js +82 -0
  1017. package/dist/grid/grid-edit.js.map +1 -0
  1018. package/dist/grid/index.d.ts +12 -0
  1019. package/dist/grid/index.d.ts.map +1 -0
  1020. package/dist/grid/index.js +12 -0
  1021. package/dist/grid/index.js.map +1 -0
  1022. package/dist/grid/layout-edit.d.ts +114 -0
  1023. package/dist/grid/layout-edit.d.ts.map +1 -0
  1024. package/dist/grid/layout-edit.js +167 -0
  1025. package/dist/grid/layout-edit.js.map +1 -0
  1026. package/dist/grid/layout-math.d.ts +28 -0
  1027. package/dist/grid/layout-math.d.ts.map +1 -0
  1028. package/dist/grid/layout-math.js +45 -0
  1029. package/dist/grid/layout-math.js.map +1 -0
  1030. package/dist/grid/layout-schema.d.ts +31 -0
  1031. package/dist/grid/layout-schema.d.ts.map +1 -0
  1032. package/dist/grid/layout-schema.js +19 -0
  1033. package/dist/grid/layout-schema.js.map +1 -0
  1034. package/dist/index.d.ts +63 -0
  1035. package/dist/index.d.ts.map +1 -0
  1036. package/dist/index.js +104 -0
  1037. package/dist/index.js.map +1 -0
  1038. package/dist/lib/format.d.ts +47 -0
  1039. package/dist/lib/format.d.ts.map +1 -0
  1040. package/dist/lib/format.js +95 -0
  1041. package/dist/lib/format.js.map +1 -0
  1042. package/dist/lib/shapes.d.ts +44 -0
  1043. package/dist/lib/shapes.d.ts.map +1 -0
  1044. package/dist/lib/shapes.js +91 -0
  1045. package/dist/lib/shapes.js.map +1 -0
  1046. package/dist/page-config/data-shapes.d.ts +28 -0
  1047. package/dist/page-config/data-shapes.d.ts.map +1 -0
  1048. package/dist/page-config/data-shapes.js +27 -0
  1049. package/dist/page-config/data-shapes.js.map +1 -0
  1050. package/dist/page-config/grid-column-spec.d.ts +135 -0
  1051. package/dist/page-config/grid-column-spec.d.ts.map +1 -0
  1052. package/dist/page-config/grid-column-spec.js +142 -0
  1053. package/dist/page-config/grid-column-spec.js.map +1 -0
  1054. package/dist/page-config/index.d.ts +16 -0
  1055. package/dist/page-config/index.d.ts.map +1 -0
  1056. package/dist/page-config/index.js +16 -0
  1057. package/dist/page-config/index.js.map +1 -0
  1058. package/dist/page-config/layout.d.ts +31 -0
  1059. package/dist/page-config/layout.d.ts.map +1 -0
  1060. package/dist/page-config/layout.js +23 -0
  1061. package/dist/page-config/layout.js.map +1 -0
  1062. package/dist/page-config/query-descriptor.d.ts +154 -0
  1063. package/dist/page-config/query-descriptor.d.ts.map +1 -0
  1064. package/dist/page-config/query-descriptor.js +72 -0
  1065. package/dist/page-config/query-descriptor.js.map +1 -0
  1066. package/dist/registry/WidgetMissingCard.d.ts +18 -0
  1067. package/dist/registry/WidgetMissingCard.d.ts.map +1 -0
  1068. package/dist/registry/WidgetMissingCard.js +14 -0
  1069. package/dist/registry/WidgetMissingCard.js.map +1 -0
  1070. package/dist/registry/archetypes.d.ts +81 -0
  1071. package/dist/registry/archetypes.d.ts.map +1 -0
  1072. package/dist/registry/archetypes.js +374 -0
  1073. package/dist/registry/archetypes.js.map +1 -0
  1074. package/dist/registry/candidates.d.ts +294 -0
  1075. package/dist/registry/candidates.d.ts.map +1 -0
  1076. package/dist/registry/candidates.js +1408 -0
  1077. package/dist/registry/candidates.js.map +1 -0
  1078. package/dist/registry/data-empty.d.ts +10 -0
  1079. package/dist/registry/data-empty.d.ts.map +1 -0
  1080. package/dist/registry/data-empty.js +52 -0
  1081. package/dist/registry/data-empty.js.map +1 -0
  1082. package/dist/registry/index.d.ts +50 -0
  1083. package/dist/registry/index.d.ts.map +1 -0
  1084. package/dist/registry/index.js +198 -0
  1085. package/dist/registry/index.js.map +1 -0
  1086. package/dist/registry/llm-allowlist.d.ts +56 -0
  1087. package/dist/registry/llm-allowlist.d.ts.map +1 -0
  1088. package/dist/registry/llm-allowlist.js +100 -0
  1089. package/dist/registry/llm-allowlist.js.map +1 -0
  1090. package/dist/registry/offline.d.ts +74 -0
  1091. package/dist/registry/offline.d.ts.map +1 -0
  1092. package/dist/registry/offline.js +68 -0
  1093. package/dist/registry/offline.js.map +1 -0
  1094. package/dist/registry/page-templates.d.ts +79 -0
  1095. package/dist/registry/page-templates.d.ts.map +1 -0
  1096. package/dist/registry/page-templates.js +103 -0
  1097. package/dist/registry/page-templates.js.map +1 -0
  1098. package/dist/registry/registered-ids.d.ts +27 -0
  1099. package/dist/registry/registered-ids.d.ts.map +1 -0
  1100. package/dist/registry/registered-ids.js +208 -0
  1101. package/dist/registry/registered-ids.js.map +1 -0
  1102. package/dist/registry/shared-config.d.ts +146 -0
  1103. package/dist/registry/shared-config.d.ts.map +1 -0
  1104. package/dist/registry/shared-config.js +41 -0
  1105. package/dist/registry/shared-config.js.map +1 -0
  1106. package/dist/registry/types.d.ts +94 -0
  1107. package/dist/registry/types.d.ts.map +1 -0
  1108. package/dist/registry/types.js +27 -0
  1109. package/dist/registry/types.js.map +1 -0
  1110. package/dist/registry/widget-missing.d.ts +150 -0
  1111. package/dist/registry/widget-missing.d.ts.map +1 -0
  1112. package/dist/registry/widget-missing.js +28 -0
  1113. package/dist/registry/widget-missing.js.map +1 -0
  1114. package/dist/templates/compose.d.ts +127 -0
  1115. package/dist/templates/compose.d.ts.map +1 -0
  1116. package/dist/templates/compose.js +216 -0
  1117. package/dist/templates/compose.js.map +1 -0
  1118. package/dist/templates/crosscheck.d.ts +68 -0
  1119. package/dist/templates/crosscheck.d.ts.map +1 -0
  1120. package/dist/templates/crosscheck.js +155 -0
  1121. package/dist/templates/crosscheck.js.map +1 -0
  1122. package/dist/templates/index.d.ts +17 -0
  1123. package/dist/templates/index.d.ts.map +1 -0
  1124. package/dist/templates/index.js +17 -0
  1125. package/dist/templates/index.js.map +1 -0
  1126. package/dist/templates/manifests.d.ts +13 -0
  1127. package/dist/templates/manifests.d.ts.map +1 -0
  1128. package/dist/templates/manifests.js +110 -0
  1129. package/dist/templates/manifests.js.map +1 -0
  1130. package/dist/templates/page-board/PageBoard.d.ts +46 -0
  1131. package/dist/templates/page-board/PageBoard.d.ts.map +1 -0
  1132. package/dist/templates/page-board/PageBoard.js +220 -0
  1133. package/dist/templates/page-board/PageBoard.js.map +1 -0
  1134. package/dist/templates/page-board/index.d.ts +6 -0
  1135. package/dist/templates/page-board/index.d.ts.map +1 -0
  1136. package/dist/templates/page-board/index.js +6 -0
  1137. package/dist/templates/page-board/index.js.map +1 -0
  1138. package/dist/templates/page-board.json +12 -0
  1139. package/dist/templates/page-builder/PageBuilder.d.ts +71 -0
  1140. package/dist/templates/page-builder/PageBuilder.d.ts.map +1 -0
  1141. package/dist/templates/page-builder/PageBuilder.js +209 -0
  1142. package/dist/templates/page-builder/PageBuilder.js.map +1 -0
  1143. package/dist/templates/page-builder/builder-config.d.ts +187 -0
  1144. package/dist/templates/page-builder/builder-config.d.ts.map +1 -0
  1145. package/dist/templates/page-builder/builder-config.js +441 -0
  1146. package/dist/templates/page-builder/builder-config.js.map +1 -0
  1147. package/dist/templates/page-builder/index.d.ts +8 -0
  1148. package/dist/templates/page-builder/index.d.ts.map +1 -0
  1149. package/dist/templates/page-builder/index.js +8 -0
  1150. package/dist/templates/page-builder/index.js.map +1 -0
  1151. package/dist/templates/page-builder.json +17 -0
  1152. package/dist/templates/page-calendar/PageCalendar.d.ts +46 -0
  1153. package/dist/templates/page-calendar/PageCalendar.d.ts.map +1 -0
  1154. package/dist/templates/page-calendar/PageCalendar.js +201 -0
  1155. package/dist/templates/page-calendar/PageCalendar.js.map +1 -0
  1156. package/dist/templates/page-calendar/index.d.ts +6 -0
  1157. package/dist/templates/page-calendar/index.d.ts.map +1 -0
  1158. package/dist/templates/page-calendar/index.js +6 -0
  1159. package/dist/templates/page-calendar/index.js.map +1 -0
  1160. package/dist/templates/page-calendar.json +21 -0
  1161. package/dist/templates/page-chat/PageChat.d.ts +69 -0
  1162. package/dist/templates/page-chat/PageChat.d.ts.map +1 -0
  1163. package/dist/templates/page-chat/PageChat.js +128 -0
  1164. package/dist/templates/page-chat/PageChat.js.map +1 -0
  1165. package/dist/templates/page-chat/chat-mapping.d.ts +45 -0
  1166. package/dist/templates/page-chat/chat-mapping.d.ts.map +1 -0
  1167. package/dist/templates/page-chat/chat-mapping.js +120 -0
  1168. package/dist/templates/page-chat/chat-mapping.js.map +1 -0
  1169. package/dist/templates/page-chat/demo-layout.d.ts +11 -0
  1170. package/dist/templates/page-chat/demo-layout.d.ts.map +1 -0
  1171. package/dist/templates/page-chat/demo-layout.js +41 -0
  1172. package/dist/templates/page-chat/demo-layout.js.map +1 -0
  1173. package/dist/templates/page-chat/index.d.ts +9 -0
  1174. package/dist/templates/page-chat/index.d.ts.map +1 -0
  1175. package/dist/templates/page-chat/index.js +9 -0
  1176. package/dist/templates/page-chat/index.js.map +1 -0
  1177. package/dist/templates/page-chat.json +16 -0
  1178. package/dist/templates/page-crud/PageCrud.d.ts +83 -0
  1179. package/dist/templates/page-crud/PageCrud.d.ts.map +1 -0
  1180. package/dist/templates/page-crud/PageCrud.js +327 -0
  1181. package/dist/templates/page-crud/PageCrud.js.map +1 -0
  1182. package/dist/templates/page-crud/RecordDetail.d.ts +24 -0
  1183. package/dist/templates/page-crud/RecordDetail.d.ts.map +1 -0
  1184. package/dist/templates/page-crud/RecordDetail.js +85 -0
  1185. package/dist/templates/page-crud/RecordDetail.js.map +1 -0
  1186. package/dist/templates/page-crud/RecordForm.d.ts +30 -0
  1187. package/dist/templates/page-crud/RecordForm.d.ts.map +1 -0
  1188. package/dist/templates/page-crud/RecordForm.js +131 -0
  1189. package/dist/templates/page-crud/RecordForm.js.map +1 -0
  1190. package/dist/templates/page-crud/crud-api.d.ts +154 -0
  1191. package/dist/templates/page-crud/crud-api.d.ts.map +1 -0
  1192. package/dist/templates/page-crud/crud-api.js +39 -0
  1193. package/dist/templates/page-crud/crud-api.js.map +1 -0
  1194. package/dist/templates/page-crud/field-mapping.d.ts +20 -0
  1195. package/dist/templates/page-crud/field-mapping.d.ts.map +1 -0
  1196. package/dist/templates/page-crud/field-mapping.js +93 -0
  1197. package/dist/templates/page-crud/field-mapping.js.map +1 -0
  1198. package/dist/templates/page-crud/index.d.ts +12 -0
  1199. package/dist/templates/page-crud/index.d.ts.map +1 -0
  1200. package/dist/templates/page-crud/index.js +12 -0
  1201. package/dist/templates/page-crud/index.js.map +1 -0
  1202. package/dist/templates/page-crud.json +23 -0
  1203. package/dist/templates/page-dashboard/PageDashboard.d.ts +30 -0
  1204. package/dist/templates/page-dashboard/PageDashboard.d.ts.map +1 -0
  1205. package/dist/templates/page-dashboard/PageDashboard.js +34 -0
  1206. package/dist/templates/page-dashboard/PageDashboard.js.map +1 -0
  1207. package/dist/templates/page-dashboard/data-adapter.d.ts +38 -0
  1208. package/dist/templates/page-dashboard/data-adapter.d.ts.map +1 -0
  1209. package/dist/templates/page-dashboard/data-adapter.js +119 -0
  1210. package/dist/templates/page-dashboard/data-adapter.js.map +1 -0
  1211. package/dist/templates/page-dashboard/demo-layout.d.ts +15 -0
  1212. package/dist/templates/page-dashboard/demo-layout.d.ts.map +1 -0
  1213. package/dist/templates/page-dashboard/demo-layout.js +121 -0
  1214. package/dist/templates/page-dashboard/demo-layout.js.map +1 -0
  1215. package/dist/templates/page-dashboard.json +20 -0
  1216. package/dist/templates/page-directory/PageDirectory.d.ts +49 -0
  1217. package/dist/templates/page-directory/PageDirectory.d.ts.map +1 -0
  1218. package/dist/templates/page-directory/PageDirectory.js +141 -0
  1219. package/dist/templates/page-directory/PageDirectory.js.map +1 -0
  1220. package/dist/templates/page-directory/index.d.ts +8 -0
  1221. package/dist/templates/page-directory/index.d.ts.map +1 -0
  1222. package/dist/templates/page-directory/index.js +8 -0
  1223. package/dist/templates/page-directory/index.js.map +1 -0
  1224. package/dist/templates/page-directory.json +15 -0
  1225. package/dist/templates/page-files/PageFiles.d.ts +77 -0
  1226. package/dist/templates/page-files/PageFiles.d.ts.map +1 -0
  1227. package/dist/templates/page-files/PageFiles.js +114 -0
  1228. package/dist/templates/page-files/PageFiles.js.map +1 -0
  1229. package/dist/templates/page-files/demo-layout.d.ts +11 -0
  1230. package/dist/templates/page-files/demo-layout.d.ts.map +1 -0
  1231. package/dist/templates/page-files/demo-layout.js +32 -0
  1232. package/dist/templates/page-files/demo-layout.js.map +1 -0
  1233. package/dist/templates/page-files/file-mapping.d.ts +10 -0
  1234. package/dist/templates/page-files/file-mapping.d.ts.map +1 -0
  1235. package/dist/templates/page-files/file-mapping.js +68 -0
  1236. package/dist/templates/page-files/file-mapping.js.map +1 -0
  1237. package/dist/templates/page-files/index.d.ts +9 -0
  1238. package/dist/templates/page-files/index.d.ts.map +1 -0
  1239. package/dist/templates/page-files/index.js +9 -0
  1240. package/dist/templates/page-files/index.js.map +1 -0
  1241. package/dist/templates/page-files.json +16 -0
  1242. package/dist/templates/page-log-viewer/PageLogViewer.d.ts +70 -0
  1243. package/dist/templates/page-log-viewer/PageLogViewer.d.ts.map +1 -0
  1244. package/dist/templates/page-log-viewer/PageLogViewer.js +109 -0
  1245. package/dist/templates/page-log-viewer/PageLogViewer.js.map +1 -0
  1246. package/dist/templates/page-log-viewer/demo-layout.d.ts +11 -0
  1247. package/dist/templates/page-log-viewer/demo-layout.d.ts.map +1 -0
  1248. package/dist/templates/page-log-viewer/demo-layout.js +50 -0
  1249. package/dist/templates/page-log-viewer/demo-layout.js.map +1 -0
  1250. package/dist/templates/page-log-viewer/index.d.ts +10 -0
  1251. package/dist/templates/page-log-viewer/index.d.ts.map +1 -0
  1252. package/dist/templates/page-log-viewer/index.js +10 -0
  1253. package/dist/templates/page-log-viewer/index.js.map +1 -0
  1254. package/dist/templates/page-log-viewer/log-mapping.d.ts +77 -0
  1255. package/dist/templates/page-log-viewer/log-mapping.d.ts.map +1 -0
  1256. package/dist/templates/page-log-viewer/log-mapping.js +159 -0
  1257. package/dist/templates/page-log-viewer/log-mapping.js.map +1 -0
  1258. package/dist/templates/page-log-viewer.json +17 -0
  1259. package/dist/templates/page-master-detail/PageMasterDetail.d.ts +55 -0
  1260. package/dist/templates/page-master-detail/PageMasterDetail.d.ts.map +1 -0
  1261. package/dist/templates/page-master-detail/PageMasterDetail.js +192 -0
  1262. package/dist/templates/page-master-detail/PageMasterDetail.js.map +1 -0
  1263. package/dist/templates/page-master-detail/index.d.ts +8 -0
  1264. package/dist/templates/page-master-detail/index.d.ts.map +1 -0
  1265. package/dist/templates/page-master-detail/index.js +8 -0
  1266. package/dist/templates/page-master-detail/index.js.map +1 -0
  1267. package/dist/templates/page-master-detail.json +14 -0
  1268. package/dist/templates/page-queue-inbox/PageQueueInbox.d.ts +77 -0
  1269. package/dist/templates/page-queue-inbox/PageQueueInbox.d.ts.map +1 -0
  1270. package/dist/templates/page-queue-inbox/PageQueueInbox.js +292 -0
  1271. package/dist/templates/page-queue-inbox/PageQueueInbox.js.map +1 -0
  1272. package/dist/templates/page-queue-inbox/index.d.ts +11 -0
  1273. package/dist/templates/page-queue-inbox/index.d.ts.map +1 -0
  1274. package/dist/templates/page-queue-inbox/index.js +10 -0
  1275. package/dist/templates/page-queue-inbox/index.js.map +1 -0
  1276. package/dist/templates/page-queue-inbox/queue-api.d.ts +22 -0
  1277. package/dist/templates/page-queue-inbox/queue-api.d.ts.map +1 -0
  1278. package/dist/templates/page-queue-inbox/queue-api.js +13 -0
  1279. package/dist/templates/page-queue-inbox/queue-api.js.map +1 -0
  1280. package/dist/templates/page-queue-inbox.json +17 -0
  1281. package/dist/templates/page-scheduler/PageScheduler.d.ts +68 -0
  1282. package/dist/templates/page-scheduler/PageScheduler.d.ts.map +1 -0
  1283. package/dist/templates/page-scheduler/PageScheduler.js +289 -0
  1284. package/dist/templates/page-scheduler/PageScheduler.js.map +1 -0
  1285. package/dist/templates/page-scheduler/ShiftMatrix.d.ts +49 -0
  1286. package/dist/templates/page-scheduler/ShiftMatrix.d.ts.map +1 -0
  1287. package/dist/templates/page-scheduler/ShiftMatrix.js +144 -0
  1288. package/dist/templates/page-scheduler/ShiftMatrix.js.map +1 -0
  1289. package/dist/templates/page-scheduler/index.d.ts +8 -0
  1290. package/dist/templates/page-scheduler/index.d.ts.map +1 -0
  1291. package/dist/templates/page-scheduler/index.js +8 -0
  1292. package/dist/templates/page-scheduler/index.js.map +1 -0
  1293. package/dist/templates/page-scheduler.json +17 -0
  1294. package/dist/templates/page-settings/PageSettings.d.ts +62 -0
  1295. package/dist/templates/page-settings/PageSettings.d.ts.map +1 -0
  1296. package/dist/templates/page-settings/PageSettings.js +0 -0
  1297. package/dist/templates/page-settings/PageSettings.js.map +1 -0
  1298. package/dist/templates/page-settings/index.d.ts +6 -0
  1299. package/dist/templates/page-settings/index.d.ts.map +1 -0
  1300. package/dist/templates/page-settings/index.js +6 -0
  1301. package/dist/templates/page-settings/index.js.map +1 -0
  1302. package/dist/templates/page-settings.json +14 -0
  1303. package/dist/templates/page-wizard/PageWizard.d.ts +28 -0
  1304. package/dist/templates/page-wizard/PageWizard.d.ts.map +1 -0
  1305. package/dist/templates/page-wizard/PageWizard.js +55 -0
  1306. package/dist/templates/page-wizard/PageWizard.js.map +1 -0
  1307. package/dist/templates/page-wizard/index.d.ts +9 -0
  1308. package/dist/templates/page-wizard/index.d.ts.map +1 -0
  1309. package/dist/templates/page-wizard/index.js +9 -0
  1310. package/dist/templates/page-wizard/index.js.map +1 -0
  1311. package/dist/templates/page-wizard.json +19 -0
  1312. package/dist/templates/planning/planning-lib.d.ts +54 -0
  1313. package/dist/templates/planning/planning-lib.d.ts.map +1 -0
  1314. package/dist/templates/planning/planning-lib.js +154 -0
  1315. package/dist/templates/planning/planning-lib.js.map +1 -0
  1316. package/dist/templates/stored-config.d.ts +107 -0
  1317. package/dist/templates/stored-config.d.ts.map +1 -0
  1318. package/dist/templates/stored-config.js +212 -0
  1319. package/dist/templates/stored-config.js.map +1 -0
  1320. package/dist/templates/template-schema.d.ts +215 -0
  1321. package/dist/templates/template-schema.d.ts.map +1 -0
  1322. package/dist/templates/template-schema.js +111 -0
  1323. package/dist/templates/template-schema.js.map +1 -0
  1324. package/package.json +54 -0
@@ -0,0 +1,3510 @@
1
+ /**
2
+ * TRACK BUILDER — config schemas + deterministic demo generators for
3
+ * `document-canvas` and the 22 `block-*` document-vocabulary widgets
4
+ * (annex §13). PURE module: zod + block-lib/domain-lib only, no React, no
5
+ * @adminium/ui, no lucide.
6
+ *
7
+ * WHY THIS EXISTS: `blocks-track.definitions.ts` imports these schemas and
8
+ * `demoData` generators for its registry metadata. If they lived beside the
9
+ * components, importing the metadata would drag every block component into the
10
+ * eager registry chunk — the components load ONLY through
11
+ * `lazy(() => import('./blocks-track-components.js'))` (04 §2.3; the
12
+ * chunk-budget gate walks the transitive metadata graph and enforces exactly
13
+ * this). Same convention as `media-config.ts` / `domain-config.ts`.
14
+ *
15
+ * ONE MODULE FOR 23 WIDGETS: the annex specifies the blocks as a single shared
16
+ * library ("Document blocks (shared library used by `document-canvas`)") whose
17
+ * members are a few lines of schema each; splitting them across 23 files would
18
+ * be 23 copies of the same import header for no isolation gain, and they are
19
+ * versioned, reviewed and rendered together.
20
+ *
21
+ * DETERMINISM (04 §7.7): every generator derives from `mulberry32(seed)` and the
22
+ * fixed `BLOCK_DEMO_EPOCH` — never `Math.random()` / `Date.now()`. Distinct
23
+ * seeds must yield distinct payloads (the determinism gate asserts it), so each
24
+ * generator threads the seed into a value the payload actually carries.
25
+ *
26
+ * LABELS: widgets are locale-agnostic (04 §2) — user-visible copy arrives as
27
+ * already-translated strings via config, with English developer fallbacks. The
28
+ * dashboard fills them from `t('…')`; en-US entries live at `widgets.domain.*`.
29
+ */
30
+ import { z } from 'zod';
31
+ import { BLOCK_DEMO_EPOCH, computeTotals } from './block-lib.js';
32
+ import type { BlockApproval, BlockAttachment, BlockContact, BlockDiscountCode, BlockHighlight, BlockImagePlaceholder, BlockKpi, BlockLateFees, BlockLoyalty, BlockMultiCurrency, BlockPayment, BlockQrPay, BlockRecurring, BlockSignature, BlockStep, BlockTaxLine, BlockTerms, CategoricalData, DocLineItem, DocRecord, RowData, RowsData } from './block-types.js';
33
+ /**
34
+ * `document-canvas` config — the annex's declared `docType`, `enabledBlocks`
35
+ * and `brand` (accent, logo), plus the canvas's own interaction switches.
36
+ *
37
+ * `brand.accent` is a TOKEN NAME, never a raw color: the repo bans raw hex, and
38
+ * a doc that could inject an arbitrary color string into the DOM would defeat
39
+ * the theming contract. Unknown accents fall back to the app accent.
40
+ */
41
+ export declare const documentCanvasConfigSchema: z.ZodObject<{
42
+ title: z.ZodOptional<z.ZodString>;
43
+ subtitle: z.ZodOptional<z.ZodString>;
44
+ icon: z.ZodOptional<z.ZodString>;
45
+ href: z.ZodOptional<z.ZodString>;
46
+ binding: z.ZodOptional<z.ZodObject<{
47
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
48
+ connectionId: z.ZodString;
49
+ source: z.ZodObject<{
50
+ schema: z.ZodOptional<z.ZodString>;
51
+ name: z.ZodString;
52
+ type: z.ZodDefault<z.ZodEnum<{
53
+ table: "table";
54
+ view: "view";
55
+ }>>;
56
+ }, z.core.$strip>;
57
+ shape: z.ZodEnum<{
58
+ "single-metric": "single-metric";
59
+ "metric+delta": "metric+delta";
60
+ timeseries: "timeseries";
61
+ "multi-timeseries": "multi-timeseries";
62
+ categorical: "categorical";
63
+ "record-list": "record-list";
64
+ record: "record";
65
+ matrix: "matrix";
66
+ "hierarchy/tree": "hierarchy/tree";
67
+ "calendar-events": "calendar-events";
68
+ "geo-points": "geo-points";
69
+ flows: "flows";
70
+ ohlc: "ohlc";
71
+ distribution: "distribution";
72
+ "boolean-map": "boolean-map";
73
+ stream: "stream";
74
+ "form-state": "form-state";
75
+ static: "static";
76
+ }>;
77
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
78
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
79
+ fn: z.ZodEnum<{
80
+ count: "count";
81
+ sum: "sum";
82
+ avg: "avg";
83
+ min: "min";
84
+ max: "max";
85
+ count_distinct: "count_distinct";
86
+ percentile: "percentile";
87
+ }>;
88
+ column: z.ZodOptional<z.ZodString>;
89
+ p: z.ZodOptional<z.ZodNumber>;
90
+ alias: z.ZodString;
91
+ }, z.core.$strip>>>;
92
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
93
+ bucket: z.ZodOptional<z.ZodObject<{
94
+ column: z.ZodString;
95
+ unit: z.ZodEnum<{
96
+ hour: "hour";
97
+ day: "day";
98
+ week: "week";
99
+ month: "month";
100
+ quarter: "quarter";
101
+ year: "year";
102
+ }>;
103
+ }, z.core.$strip>>;
104
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
105
+ column: z.ZodString;
106
+ op: z.ZodEnum<{
107
+ eq: "eq";
108
+ neq: "neq";
109
+ gt: "gt";
110
+ gte: "gte";
111
+ lt: "lt";
112
+ lte: "lte";
113
+ in: "in";
114
+ like: "like";
115
+ ilike: "ilike";
116
+ is_null: "is_null";
117
+ not_null: "not_null";
118
+ between: "between";
119
+ }>;
120
+ value: z.ZodOptional<z.ZodUnknown>;
121
+ param: z.ZodOptional<z.ZodString>;
122
+ }, z.core.$strip>>>;
123
+ window: z.ZodOptional<z.ZodObject<{
124
+ column: z.ZodString;
125
+ last: z.ZodNumber;
126
+ unit: z.ZodEnum<{
127
+ hour: "hour";
128
+ day: "day";
129
+ week: "week";
130
+ month: "month";
131
+ quarter: "quarter";
132
+ year: "year";
133
+ }>;
134
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
135
+ }, z.core.$strip>>;
136
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
137
+ column: z.ZodString;
138
+ dir: z.ZodEnum<{
139
+ asc: "asc";
140
+ desc: "desc";
141
+ }>;
142
+ }, z.core.$strip>>>;
143
+ limit: z.ZodOptional<z.ZodNumber>;
144
+ cursor: z.ZodOptional<z.ZodString>;
145
+ }, z.core.$strip>>;
146
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
147
+ emptyState: z.ZodOptional<z.ZodObject<{
148
+ icon: z.ZodOptional<z.ZodString>;
149
+ titleKey: z.ZodOptional<z.ZodString>;
150
+ bodyKey: z.ZodOptional<z.ZodString>;
151
+ }, z.core.$strip>>;
152
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
153
+ tone: z.ZodOptional<z.ZodEnum<{
154
+ accent: "accent";
155
+ pos: "pos";
156
+ warn: "warn";
157
+ danger: "danger";
158
+ info: "info";
159
+ muted: "muted";
160
+ }>>;
161
+ format: z.ZodOptional<z.ZodObject<{
162
+ locale: z.ZodOptional<z.ZodString>;
163
+ currency: z.ZodOptional<z.ZodString>;
164
+ number: z.ZodOptional<z.ZodEnum<{
165
+ percent: "percent";
166
+ plain: "plain";
167
+ compact: "compact";
168
+ }>>;
169
+ date: z.ZodOptional<z.ZodEnum<{
170
+ relative: "relative";
171
+ short: "short";
172
+ long: "long";
173
+ }>>;
174
+ referenceTime: z.ZodOptional<z.ZodNumber>;
175
+ }, z.core.$strip>>;
176
+ testId: z.ZodOptional<z.ZodString>;
177
+ addBlockLabel: z.ZodOptional<z.ZodString>;
178
+ removeBlockLabel: z.ZodOptional<z.ZodString>;
179
+ moveUpLabel: z.ZodOptional<z.ZodString>;
180
+ moveDownLabel: z.ZodOptional<z.ZodString>;
181
+ blockListLabel: z.ZodOptional<z.ZodString>;
182
+ billedToLabel: z.ZodOptional<z.ZodString>;
183
+ issuedLabel: z.ZodOptional<z.ZodString>;
184
+ dueLabel: z.ZodOptional<z.ZodString>;
185
+ emptyTitle: z.ZodOptional<z.ZodString>;
186
+ emptyBody: z.ZodOptional<z.ZodString>;
187
+ docType: z.ZodDefault<z.ZodEnum<{
188
+ email: "email";
189
+ invoice: "invoice";
190
+ report: "report";
191
+ }>>;
192
+ enabledBlocks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
193
+ "block-totals-summary": "block-totals-summary";
194
+ "block-line-items": "block-line-items";
195
+ "block-kpi-row": "block-kpi-row";
196
+ "block-bar-chart": "block-bar-chart";
197
+ "block-line-chart": "block-line-chart";
198
+ "block-two-col-table": "block-two-col-table";
199
+ "block-tax-breakdown": "block-tax-breakdown";
200
+ "block-multi-currency": "block-multi-currency";
201
+ "block-payment-history": "block-payment-history";
202
+ "block-discount-codes": "block-discount-codes";
203
+ "block-loyalty-banner": "block-loyalty-banner";
204
+ "block-recurring-banner": "block-recurring-banner";
205
+ "block-qr-pay": "block-qr-pay";
206
+ "block-delivery-stepper": "block-delivery-stepper";
207
+ "block-signature": "block-signature";
208
+ "block-terms-checkbox": "block-terms-checkbox";
209
+ "block-approval": "block-approval";
210
+ "block-attachments": "block-attachments";
211
+ "block-late-fees": "block-late-fees";
212
+ "block-image-placeholder": "block-image-placeholder";
213
+ "block-contact": "block-contact";
214
+ "block-highlight-box": "block-highlight-box";
215
+ }>>>;
216
+ brand: z.ZodOptional<z.ZodObject<{
217
+ accent: z.ZodDefault<z.ZodEnum<{
218
+ neutral: "neutral";
219
+ accent: "accent";
220
+ pos: "pos";
221
+ warn: "warn";
222
+ danger: "danger";
223
+ info: "info";
224
+ }>>;
225
+ logo: z.ZodOptional<z.ZodString>;
226
+ }, z.core.$strip>>;
227
+ selectable: z.ZodDefault<z.ZodBoolean>;
228
+ reorderable: z.ZodDefault<z.ZodBoolean>;
229
+ selectedBlockId: z.ZodOptional<z.ZodString>;
230
+ }, z.core.$strip>;
231
+ export type DocumentCanvasConfig = z.infer<typeof documentCanvasConfigSchema>;
232
+ /**
233
+ * Deterministic `record` doc (04 §7.7) — an invoice-shaped doc object with the
234
+ * items, rates, flags and `blockOrder[]` the canvas renders. The seed varies the
235
+ * document number, the staffed line items and the rates.
236
+ */
237
+ export declare function documentCanvasDemoData(seed: number): RowData<DocRecord>;
238
+ /**
239
+ * `block-line-items` — editable qty/rate/desc rows feeding the totals. Edits
240
+ * emit `mutate` intents; the block never writes (04 §2.1).
241
+ */
242
+ export declare const blockLineItemsConfigSchema: z.ZodObject<{
243
+ title: z.ZodOptional<z.ZodString>;
244
+ subtitle: z.ZodOptional<z.ZodString>;
245
+ icon: z.ZodOptional<z.ZodString>;
246
+ href: z.ZodOptional<z.ZodString>;
247
+ binding: z.ZodOptional<z.ZodObject<{
248
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
249
+ connectionId: z.ZodString;
250
+ source: z.ZodObject<{
251
+ schema: z.ZodOptional<z.ZodString>;
252
+ name: z.ZodString;
253
+ type: z.ZodDefault<z.ZodEnum<{
254
+ table: "table";
255
+ view: "view";
256
+ }>>;
257
+ }, z.core.$strip>;
258
+ shape: z.ZodEnum<{
259
+ "single-metric": "single-metric";
260
+ "metric+delta": "metric+delta";
261
+ timeseries: "timeseries";
262
+ "multi-timeseries": "multi-timeseries";
263
+ categorical: "categorical";
264
+ "record-list": "record-list";
265
+ record: "record";
266
+ matrix: "matrix";
267
+ "hierarchy/tree": "hierarchy/tree";
268
+ "calendar-events": "calendar-events";
269
+ "geo-points": "geo-points";
270
+ flows: "flows";
271
+ ohlc: "ohlc";
272
+ distribution: "distribution";
273
+ "boolean-map": "boolean-map";
274
+ stream: "stream";
275
+ "form-state": "form-state";
276
+ static: "static";
277
+ }>;
278
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
279
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
280
+ fn: z.ZodEnum<{
281
+ count: "count";
282
+ sum: "sum";
283
+ avg: "avg";
284
+ min: "min";
285
+ max: "max";
286
+ count_distinct: "count_distinct";
287
+ percentile: "percentile";
288
+ }>;
289
+ column: z.ZodOptional<z.ZodString>;
290
+ p: z.ZodOptional<z.ZodNumber>;
291
+ alias: z.ZodString;
292
+ }, z.core.$strip>>>;
293
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
294
+ bucket: z.ZodOptional<z.ZodObject<{
295
+ column: z.ZodString;
296
+ unit: z.ZodEnum<{
297
+ hour: "hour";
298
+ day: "day";
299
+ week: "week";
300
+ month: "month";
301
+ quarter: "quarter";
302
+ year: "year";
303
+ }>;
304
+ }, z.core.$strip>>;
305
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
306
+ column: z.ZodString;
307
+ op: z.ZodEnum<{
308
+ eq: "eq";
309
+ neq: "neq";
310
+ gt: "gt";
311
+ gte: "gte";
312
+ lt: "lt";
313
+ lte: "lte";
314
+ in: "in";
315
+ like: "like";
316
+ ilike: "ilike";
317
+ is_null: "is_null";
318
+ not_null: "not_null";
319
+ between: "between";
320
+ }>;
321
+ value: z.ZodOptional<z.ZodUnknown>;
322
+ param: z.ZodOptional<z.ZodString>;
323
+ }, z.core.$strip>>>;
324
+ window: z.ZodOptional<z.ZodObject<{
325
+ column: z.ZodString;
326
+ last: z.ZodNumber;
327
+ unit: z.ZodEnum<{
328
+ hour: "hour";
329
+ day: "day";
330
+ week: "week";
331
+ month: "month";
332
+ quarter: "quarter";
333
+ year: "year";
334
+ }>;
335
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
336
+ }, z.core.$strip>>;
337
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
338
+ column: z.ZodString;
339
+ dir: z.ZodEnum<{
340
+ asc: "asc";
341
+ desc: "desc";
342
+ }>;
343
+ }, z.core.$strip>>>;
344
+ limit: z.ZodOptional<z.ZodNumber>;
345
+ cursor: z.ZodOptional<z.ZodString>;
346
+ }, z.core.$strip>>;
347
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
348
+ emptyState: z.ZodOptional<z.ZodObject<{
349
+ icon: z.ZodOptional<z.ZodString>;
350
+ titleKey: z.ZodOptional<z.ZodString>;
351
+ bodyKey: z.ZodOptional<z.ZodString>;
352
+ }, z.core.$strip>>;
353
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
354
+ tone: z.ZodOptional<z.ZodEnum<{
355
+ accent: "accent";
356
+ pos: "pos";
357
+ warn: "warn";
358
+ danger: "danger";
359
+ info: "info";
360
+ muted: "muted";
361
+ }>>;
362
+ format: z.ZodOptional<z.ZodObject<{
363
+ locale: z.ZodOptional<z.ZodString>;
364
+ currency: z.ZodOptional<z.ZodString>;
365
+ number: z.ZodOptional<z.ZodEnum<{
366
+ percent: "percent";
367
+ plain: "plain";
368
+ compact: "compact";
369
+ }>>;
370
+ date: z.ZodOptional<z.ZodEnum<{
371
+ relative: "relative";
372
+ short: "short";
373
+ long: "long";
374
+ }>>;
375
+ referenceTime: z.ZodOptional<z.ZodNumber>;
376
+ }, z.core.$strip>>;
377
+ testId: z.ZodOptional<z.ZodString>;
378
+ emptyTitle: z.ZodOptional<z.ZodString>;
379
+ emptyBody: z.ZodOptional<z.ZodString>;
380
+ editable: z.ZodDefault<z.ZodBoolean>;
381
+ showAmountColumn: z.ZodDefault<z.ZodBoolean>;
382
+ descHeader: z.ZodOptional<z.ZodString>;
383
+ qtyHeader: z.ZodOptional<z.ZodString>;
384
+ rateHeader: z.ZodOptional<z.ZodString>;
385
+ amountHeader: z.ZodOptional<z.ZodString>;
386
+ idField: z.ZodDefault<z.ZodString>;
387
+ descField: z.ZodDefault<z.ZodString>;
388
+ qtyField: z.ZodDefault<z.ZodString>;
389
+ rateField: z.ZodDefault<z.ZodString>;
390
+ }, z.core.$strip>;
391
+ export type BlockLineItemsConfig = z.infer<typeof blockLineItemsConfigSchema>;
392
+ export declare function blockLineItemsDemoData(seed: number): RowsData<DocLineItem>;
393
+ /**
394
+ * `block-totals-summary` — Subtotal → Discount (green negative) → Tax → Total
395
+ * due (accent mono). Binds the doc's items + rates as ONE `record`, because the
396
+ * annex's data note is "items[] + rates": the block recomputes rather than
397
+ * trusting a stored total (`computeTotals`).
398
+ */
399
+ export declare const blockTotalsSummaryConfigSchema: z.ZodObject<{
400
+ title: z.ZodOptional<z.ZodString>;
401
+ subtitle: z.ZodOptional<z.ZodString>;
402
+ icon: z.ZodOptional<z.ZodString>;
403
+ href: z.ZodOptional<z.ZodString>;
404
+ binding: z.ZodOptional<z.ZodObject<{
405
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
406
+ connectionId: z.ZodString;
407
+ source: z.ZodObject<{
408
+ schema: z.ZodOptional<z.ZodString>;
409
+ name: z.ZodString;
410
+ type: z.ZodDefault<z.ZodEnum<{
411
+ table: "table";
412
+ view: "view";
413
+ }>>;
414
+ }, z.core.$strip>;
415
+ shape: z.ZodEnum<{
416
+ "single-metric": "single-metric";
417
+ "metric+delta": "metric+delta";
418
+ timeseries: "timeseries";
419
+ "multi-timeseries": "multi-timeseries";
420
+ categorical: "categorical";
421
+ "record-list": "record-list";
422
+ record: "record";
423
+ matrix: "matrix";
424
+ "hierarchy/tree": "hierarchy/tree";
425
+ "calendar-events": "calendar-events";
426
+ "geo-points": "geo-points";
427
+ flows: "flows";
428
+ ohlc: "ohlc";
429
+ distribution: "distribution";
430
+ "boolean-map": "boolean-map";
431
+ stream: "stream";
432
+ "form-state": "form-state";
433
+ static: "static";
434
+ }>;
435
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
436
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
437
+ fn: z.ZodEnum<{
438
+ count: "count";
439
+ sum: "sum";
440
+ avg: "avg";
441
+ min: "min";
442
+ max: "max";
443
+ count_distinct: "count_distinct";
444
+ percentile: "percentile";
445
+ }>;
446
+ column: z.ZodOptional<z.ZodString>;
447
+ p: z.ZodOptional<z.ZodNumber>;
448
+ alias: z.ZodString;
449
+ }, z.core.$strip>>>;
450
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
451
+ bucket: z.ZodOptional<z.ZodObject<{
452
+ column: z.ZodString;
453
+ unit: z.ZodEnum<{
454
+ hour: "hour";
455
+ day: "day";
456
+ week: "week";
457
+ month: "month";
458
+ quarter: "quarter";
459
+ year: "year";
460
+ }>;
461
+ }, z.core.$strip>>;
462
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
463
+ column: z.ZodString;
464
+ op: z.ZodEnum<{
465
+ eq: "eq";
466
+ neq: "neq";
467
+ gt: "gt";
468
+ gte: "gte";
469
+ lt: "lt";
470
+ lte: "lte";
471
+ in: "in";
472
+ like: "like";
473
+ ilike: "ilike";
474
+ is_null: "is_null";
475
+ not_null: "not_null";
476
+ between: "between";
477
+ }>;
478
+ value: z.ZodOptional<z.ZodUnknown>;
479
+ param: z.ZodOptional<z.ZodString>;
480
+ }, z.core.$strip>>>;
481
+ window: z.ZodOptional<z.ZodObject<{
482
+ column: z.ZodString;
483
+ last: z.ZodNumber;
484
+ unit: z.ZodEnum<{
485
+ hour: "hour";
486
+ day: "day";
487
+ week: "week";
488
+ month: "month";
489
+ quarter: "quarter";
490
+ year: "year";
491
+ }>;
492
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
493
+ }, z.core.$strip>>;
494
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
495
+ column: z.ZodString;
496
+ dir: z.ZodEnum<{
497
+ asc: "asc";
498
+ desc: "desc";
499
+ }>;
500
+ }, z.core.$strip>>>;
501
+ limit: z.ZodOptional<z.ZodNumber>;
502
+ cursor: z.ZodOptional<z.ZodString>;
503
+ }, z.core.$strip>>;
504
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
505
+ emptyState: z.ZodOptional<z.ZodObject<{
506
+ icon: z.ZodOptional<z.ZodString>;
507
+ titleKey: z.ZodOptional<z.ZodString>;
508
+ bodyKey: z.ZodOptional<z.ZodString>;
509
+ }, z.core.$strip>>;
510
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
511
+ tone: z.ZodOptional<z.ZodEnum<{
512
+ accent: "accent";
513
+ pos: "pos";
514
+ warn: "warn";
515
+ danger: "danger";
516
+ info: "info";
517
+ muted: "muted";
518
+ }>>;
519
+ format: z.ZodOptional<z.ZodObject<{
520
+ locale: z.ZodOptional<z.ZodString>;
521
+ currency: z.ZodOptional<z.ZodString>;
522
+ number: z.ZodOptional<z.ZodEnum<{
523
+ percent: "percent";
524
+ plain: "plain";
525
+ compact: "compact";
526
+ }>>;
527
+ date: z.ZodOptional<z.ZodEnum<{
528
+ relative: "relative";
529
+ short: "short";
530
+ long: "long";
531
+ }>>;
532
+ referenceTime: z.ZodOptional<z.ZodNumber>;
533
+ }, z.core.$strip>>;
534
+ testId: z.ZodOptional<z.ZodString>;
535
+ emptyTitle: z.ZodOptional<z.ZodString>;
536
+ emptyBody: z.ZodOptional<z.ZodString>;
537
+ itemsField: z.ZodDefault<z.ZodString>;
538
+ ratesField: z.ZodDefault<z.ZodString>;
539
+ subtotalLabel: z.ZodOptional<z.ZodString>;
540
+ discountLabel: z.ZodOptional<z.ZodString>;
541
+ taxLabel: z.ZodOptional<z.ZodString>;
542
+ totalLabel: z.ZodOptional<z.ZodString>;
543
+ hideZeroDiscount: z.ZodDefault<z.ZodBoolean>;
544
+ idField: z.ZodDefault<z.ZodString>;
545
+ descField: z.ZodDefault<z.ZodString>;
546
+ qtyField: z.ZodDefault<z.ZodString>;
547
+ rateField: z.ZodDefault<z.ZodString>;
548
+ }, z.core.$strip>;
549
+ export type BlockTotalsSummaryConfig = z.infer<typeof blockTotalsSummaryConfigSchema>;
550
+ export interface BlockTotalsPayload {
551
+ items: readonly DocLineItem[];
552
+ rates: {
553
+ taxRate: number;
554
+ discountRate: number;
555
+ currency: string;
556
+ };
557
+ }
558
+ export declare function blockTotalsSummaryDemoData(seed: number): RowData<BlockTotalsPayload>;
559
+ /**
560
+ * `block-tax-breakdown` — label/rate/amount rows applied to the subtotal. The
561
+ * amount is derived from `rate × subtotal` unless the row carries an explicit
562
+ * one, so an edit to the items reflows the tax lines (annex: "applied to
563
+ * subtotal").
564
+ */
565
+ export declare const blockTaxBreakdownConfigSchema: z.ZodObject<{
566
+ title: z.ZodOptional<z.ZodString>;
567
+ subtitle: z.ZodOptional<z.ZodString>;
568
+ icon: z.ZodOptional<z.ZodString>;
569
+ href: z.ZodOptional<z.ZodString>;
570
+ binding: z.ZodOptional<z.ZodObject<{
571
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
572
+ connectionId: z.ZodString;
573
+ source: z.ZodObject<{
574
+ schema: z.ZodOptional<z.ZodString>;
575
+ name: z.ZodString;
576
+ type: z.ZodDefault<z.ZodEnum<{
577
+ table: "table";
578
+ view: "view";
579
+ }>>;
580
+ }, z.core.$strip>;
581
+ shape: z.ZodEnum<{
582
+ "single-metric": "single-metric";
583
+ "metric+delta": "metric+delta";
584
+ timeseries: "timeseries";
585
+ "multi-timeseries": "multi-timeseries";
586
+ categorical: "categorical";
587
+ "record-list": "record-list";
588
+ record: "record";
589
+ matrix: "matrix";
590
+ "hierarchy/tree": "hierarchy/tree";
591
+ "calendar-events": "calendar-events";
592
+ "geo-points": "geo-points";
593
+ flows: "flows";
594
+ ohlc: "ohlc";
595
+ distribution: "distribution";
596
+ "boolean-map": "boolean-map";
597
+ stream: "stream";
598
+ "form-state": "form-state";
599
+ static: "static";
600
+ }>;
601
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
602
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
603
+ fn: z.ZodEnum<{
604
+ count: "count";
605
+ sum: "sum";
606
+ avg: "avg";
607
+ min: "min";
608
+ max: "max";
609
+ count_distinct: "count_distinct";
610
+ percentile: "percentile";
611
+ }>;
612
+ column: z.ZodOptional<z.ZodString>;
613
+ p: z.ZodOptional<z.ZodNumber>;
614
+ alias: z.ZodString;
615
+ }, z.core.$strip>>>;
616
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
617
+ bucket: z.ZodOptional<z.ZodObject<{
618
+ column: z.ZodString;
619
+ unit: z.ZodEnum<{
620
+ hour: "hour";
621
+ day: "day";
622
+ week: "week";
623
+ month: "month";
624
+ quarter: "quarter";
625
+ year: "year";
626
+ }>;
627
+ }, z.core.$strip>>;
628
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
629
+ column: z.ZodString;
630
+ op: z.ZodEnum<{
631
+ eq: "eq";
632
+ neq: "neq";
633
+ gt: "gt";
634
+ gte: "gte";
635
+ lt: "lt";
636
+ lte: "lte";
637
+ in: "in";
638
+ like: "like";
639
+ ilike: "ilike";
640
+ is_null: "is_null";
641
+ not_null: "not_null";
642
+ between: "between";
643
+ }>;
644
+ value: z.ZodOptional<z.ZodUnknown>;
645
+ param: z.ZodOptional<z.ZodString>;
646
+ }, z.core.$strip>>>;
647
+ window: z.ZodOptional<z.ZodObject<{
648
+ column: z.ZodString;
649
+ last: z.ZodNumber;
650
+ unit: z.ZodEnum<{
651
+ hour: "hour";
652
+ day: "day";
653
+ week: "week";
654
+ month: "month";
655
+ quarter: "quarter";
656
+ year: "year";
657
+ }>;
658
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
659
+ }, z.core.$strip>>;
660
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
661
+ column: z.ZodString;
662
+ dir: z.ZodEnum<{
663
+ asc: "asc";
664
+ desc: "desc";
665
+ }>;
666
+ }, z.core.$strip>>>;
667
+ limit: z.ZodOptional<z.ZodNumber>;
668
+ cursor: z.ZodOptional<z.ZodString>;
669
+ }, z.core.$strip>>;
670
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
671
+ emptyState: z.ZodOptional<z.ZodObject<{
672
+ icon: z.ZodOptional<z.ZodString>;
673
+ titleKey: z.ZodOptional<z.ZodString>;
674
+ bodyKey: z.ZodOptional<z.ZodString>;
675
+ }, z.core.$strip>>;
676
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
677
+ tone: z.ZodOptional<z.ZodEnum<{
678
+ accent: "accent";
679
+ pos: "pos";
680
+ warn: "warn";
681
+ danger: "danger";
682
+ info: "info";
683
+ muted: "muted";
684
+ }>>;
685
+ format: z.ZodOptional<z.ZodObject<{
686
+ locale: z.ZodOptional<z.ZodString>;
687
+ currency: z.ZodOptional<z.ZodString>;
688
+ number: z.ZodOptional<z.ZodEnum<{
689
+ percent: "percent";
690
+ plain: "plain";
691
+ compact: "compact";
692
+ }>>;
693
+ date: z.ZodOptional<z.ZodEnum<{
694
+ relative: "relative";
695
+ short: "short";
696
+ long: "long";
697
+ }>>;
698
+ referenceTime: z.ZodOptional<z.ZodNumber>;
699
+ }, z.core.$strip>>;
700
+ testId: z.ZodOptional<z.ZodString>;
701
+ emptyTitle: z.ZodOptional<z.ZodString>;
702
+ emptyBody: z.ZodOptional<z.ZodString>;
703
+ idField: z.ZodDefault<z.ZodString>;
704
+ labelField: z.ZodDefault<z.ZodString>;
705
+ rateField: z.ZodDefault<z.ZodString>;
706
+ amountField: z.ZodDefault<z.ZodString>;
707
+ subtotal: z.ZodDefault<z.ZodNumber>;
708
+ showRateColumn: z.ZodDefault<z.ZodBoolean>;
709
+ }, z.core.$strip>;
710
+ export type BlockTaxBreakdownConfig = z.infer<typeof blockTaxBreakdownConfigSchema>;
711
+ export declare function blockTaxBreakdownDemoData(seed: number): RowsData<BlockTaxLine>;
712
+ /** `block-kpi-row` — stat tiles with sign-aware delta coloring. */
713
+ export declare const blockKpiRowConfigSchema: z.ZodObject<{
714
+ title: z.ZodOptional<z.ZodString>;
715
+ subtitle: z.ZodOptional<z.ZodString>;
716
+ icon: z.ZodOptional<z.ZodString>;
717
+ href: z.ZodOptional<z.ZodString>;
718
+ binding: z.ZodOptional<z.ZodObject<{
719
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
720
+ connectionId: z.ZodString;
721
+ source: z.ZodObject<{
722
+ schema: z.ZodOptional<z.ZodString>;
723
+ name: z.ZodString;
724
+ type: z.ZodDefault<z.ZodEnum<{
725
+ table: "table";
726
+ view: "view";
727
+ }>>;
728
+ }, z.core.$strip>;
729
+ shape: z.ZodEnum<{
730
+ "single-metric": "single-metric";
731
+ "metric+delta": "metric+delta";
732
+ timeseries: "timeseries";
733
+ "multi-timeseries": "multi-timeseries";
734
+ categorical: "categorical";
735
+ "record-list": "record-list";
736
+ record: "record";
737
+ matrix: "matrix";
738
+ "hierarchy/tree": "hierarchy/tree";
739
+ "calendar-events": "calendar-events";
740
+ "geo-points": "geo-points";
741
+ flows: "flows";
742
+ ohlc: "ohlc";
743
+ distribution: "distribution";
744
+ "boolean-map": "boolean-map";
745
+ stream: "stream";
746
+ "form-state": "form-state";
747
+ static: "static";
748
+ }>;
749
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
750
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
751
+ fn: z.ZodEnum<{
752
+ count: "count";
753
+ sum: "sum";
754
+ avg: "avg";
755
+ min: "min";
756
+ max: "max";
757
+ count_distinct: "count_distinct";
758
+ percentile: "percentile";
759
+ }>;
760
+ column: z.ZodOptional<z.ZodString>;
761
+ p: z.ZodOptional<z.ZodNumber>;
762
+ alias: z.ZodString;
763
+ }, z.core.$strip>>>;
764
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
765
+ bucket: z.ZodOptional<z.ZodObject<{
766
+ column: z.ZodString;
767
+ unit: z.ZodEnum<{
768
+ hour: "hour";
769
+ day: "day";
770
+ week: "week";
771
+ month: "month";
772
+ quarter: "quarter";
773
+ year: "year";
774
+ }>;
775
+ }, z.core.$strip>>;
776
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
777
+ column: z.ZodString;
778
+ op: z.ZodEnum<{
779
+ eq: "eq";
780
+ neq: "neq";
781
+ gt: "gt";
782
+ gte: "gte";
783
+ lt: "lt";
784
+ lte: "lte";
785
+ in: "in";
786
+ like: "like";
787
+ ilike: "ilike";
788
+ is_null: "is_null";
789
+ not_null: "not_null";
790
+ between: "between";
791
+ }>;
792
+ value: z.ZodOptional<z.ZodUnknown>;
793
+ param: z.ZodOptional<z.ZodString>;
794
+ }, z.core.$strip>>>;
795
+ window: z.ZodOptional<z.ZodObject<{
796
+ column: z.ZodString;
797
+ last: z.ZodNumber;
798
+ unit: z.ZodEnum<{
799
+ hour: "hour";
800
+ day: "day";
801
+ week: "week";
802
+ month: "month";
803
+ quarter: "quarter";
804
+ year: "year";
805
+ }>;
806
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
807
+ }, z.core.$strip>>;
808
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
809
+ column: z.ZodString;
810
+ dir: z.ZodEnum<{
811
+ asc: "asc";
812
+ desc: "desc";
813
+ }>;
814
+ }, z.core.$strip>>>;
815
+ limit: z.ZodOptional<z.ZodNumber>;
816
+ cursor: z.ZodOptional<z.ZodString>;
817
+ }, z.core.$strip>>;
818
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
819
+ emptyState: z.ZodOptional<z.ZodObject<{
820
+ icon: z.ZodOptional<z.ZodString>;
821
+ titleKey: z.ZodOptional<z.ZodString>;
822
+ bodyKey: z.ZodOptional<z.ZodString>;
823
+ }, z.core.$strip>>;
824
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
825
+ tone: z.ZodOptional<z.ZodEnum<{
826
+ accent: "accent";
827
+ pos: "pos";
828
+ warn: "warn";
829
+ danger: "danger";
830
+ info: "info";
831
+ muted: "muted";
832
+ }>>;
833
+ format: z.ZodOptional<z.ZodObject<{
834
+ locale: z.ZodOptional<z.ZodString>;
835
+ currency: z.ZodOptional<z.ZodString>;
836
+ number: z.ZodOptional<z.ZodEnum<{
837
+ percent: "percent";
838
+ plain: "plain";
839
+ compact: "compact";
840
+ }>>;
841
+ date: z.ZodOptional<z.ZodEnum<{
842
+ relative: "relative";
843
+ short: "short";
844
+ long: "long";
845
+ }>>;
846
+ referenceTime: z.ZodOptional<z.ZodNumber>;
847
+ }, z.core.$strip>>;
848
+ testId: z.ZodOptional<z.ZodString>;
849
+ emptyTitle: z.ZodOptional<z.ZodString>;
850
+ emptyBody: z.ZodOptional<z.ZodString>;
851
+ idField: z.ZodDefault<z.ZodString>;
852
+ labelField: z.ZodDefault<z.ZodString>;
853
+ valueField: z.ZodDefault<z.ZodString>;
854
+ deltaField: z.ZodDefault<z.ZodString>;
855
+ unitField: z.ZodDefault<z.ZodString>;
856
+ maxTiles: z.ZodDefault<z.ZodNumber>;
857
+ invertDelta: z.ZodDefault<z.ZodBoolean>;
858
+ }, z.core.$strip>;
859
+ export type BlockKpiRowConfig = z.infer<typeof blockKpiRowConfigSchema>;
860
+ export declare function blockKpiRowDemoData(seed: number): RowsData<BlockKpi>;
861
+ export declare const blockBarChartConfigSchema: z.ZodObject<{
862
+ title: z.ZodOptional<z.ZodString>;
863
+ subtitle: z.ZodOptional<z.ZodString>;
864
+ icon: z.ZodOptional<z.ZodString>;
865
+ href: z.ZodOptional<z.ZodString>;
866
+ binding: z.ZodOptional<z.ZodObject<{
867
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
868
+ connectionId: z.ZodString;
869
+ source: z.ZodObject<{
870
+ schema: z.ZodOptional<z.ZodString>;
871
+ name: z.ZodString;
872
+ type: z.ZodDefault<z.ZodEnum<{
873
+ table: "table";
874
+ view: "view";
875
+ }>>;
876
+ }, z.core.$strip>;
877
+ shape: z.ZodEnum<{
878
+ "single-metric": "single-metric";
879
+ "metric+delta": "metric+delta";
880
+ timeseries: "timeseries";
881
+ "multi-timeseries": "multi-timeseries";
882
+ categorical: "categorical";
883
+ "record-list": "record-list";
884
+ record: "record";
885
+ matrix: "matrix";
886
+ "hierarchy/tree": "hierarchy/tree";
887
+ "calendar-events": "calendar-events";
888
+ "geo-points": "geo-points";
889
+ flows: "flows";
890
+ ohlc: "ohlc";
891
+ distribution: "distribution";
892
+ "boolean-map": "boolean-map";
893
+ stream: "stream";
894
+ "form-state": "form-state";
895
+ static: "static";
896
+ }>;
897
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
898
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
899
+ fn: z.ZodEnum<{
900
+ count: "count";
901
+ sum: "sum";
902
+ avg: "avg";
903
+ min: "min";
904
+ max: "max";
905
+ count_distinct: "count_distinct";
906
+ percentile: "percentile";
907
+ }>;
908
+ column: z.ZodOptional<z.ZodString>;
909
+ p: z.ZodOptional<z.ZodNumber>;
910
+ alias: z.ZodString;
911
+ }, z.core.$strip>>>;
912
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
913
+ bucket: z.ZodOptional<z.ZodObject<{
914
+ column: z.ZodString;
915
+ unit: z.ZodEnum<{
916
+ hour: "hour";
917
+ day: "day";
918
+ week: "week";
919
+ month: "month";
920
+ quarter: "quarter";
921
+ year: "year";
922
+ }>;
923
+ }, z.core.$strip>>;
924
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
925
+ column: z.ZodString;
926
+ op: z.ZodEnum<{
927
+ eq: "eq";
928
+ neq: "neq";
929
+ gt: "gt";
930
+ gte: "gte";
931
+ lt: "lt";
932
+ lte: "lte";
933
+ in: "in";
934
+ like: "like";
935
+ ilike: "ilike";
936
+ is_null: "is_null";
937
+ not_null: "not_null";
938
+ between: "between";
939
+ }>;
940
+ value: z.ZodOptional<z.ZodUnknown>;
941
+ param: z.ZodOptional<z.ZodString>;
942
+ }, z.core.$strip>>>;
943
+ window: z.ZodOptional<z.ZodObject<{
944
+ column: z.ZodString;
945
+ last: z.ZodNumber;
946
+ unit: z.ZodEnum<{
947
+ hour: "hour";
948
+ day: "day";
949
+ week: "week";
950
+ month: "month";
951
+ quarter: "quarter";
952
+ year: "year";
953
+ }>;
954
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
955
+ }, z.core.$strip>>;
956
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
957
+ column: z.ZodString;
958
+ dir: z.ZodEnum<{
959
+ asc: "asc";
960
+ desc: "desc";
961
+ }>;
962
+ }, z.core.$strip>>>;
963
+ limit: z.ZodOptional<z.ZodNumber>;
964
+ cursor: z.ZodOptional<z.ZodString>;
965
+ }, z.core.$strip>>;
966
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
967
+ emptyState: z.ZodOptional<z.ZodObject<{
968
+ icon: z.ZodOptional<z.ZodString>;
969
+ titleKey: z.ZodOptional<z.ZodString>;
970
+ bodyKey: z.ZodOptional<z.ZodString>;
971
+ }, z.core.$strip>>;
972
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
973
+ tone: z.ZodOptional<z.ZodEnum<{
974
+ accent: "accent";
975
+ pos: "pos";
976
+ warn: "warn";
977
+ danger: "danger";
978
+ info: "info";
979
+ muted: "muted";
980
+ }>>;
981
+ format: z.ZodOptional<z.ZodObject<{
982
+ locale: z.ZodOptional<z.ZodString>;
983
+ currency: z.ZodOptional<z.ZodString>;
984
+ number: z.ZodOptional<z.ZodEnum<{
985
+ percent: "percent";
986
+ plain: "plain";
987
+ compact: "compact";
988
+ }>>;
989
+ date: z.ZodOptional<z.ZodEnum<{
990
+ relative: "relative";
991
+ short: "short";
992
+ long: "long";
993
+ }>>;
994
+ referenceTime: z.ZodOptional<z.ZodNumber>;
995
+ }, z.core.$strip>>;
996
+ testId: z.ZodOptional<z.ZodString>;
997
+ emptyTitle: z.ZodOptional<z.ZodString>;
998
+ emptyBody: z.ZodOptional<z.ZodString>;
999
+ maxPoints: z.ZodDefault<z.ZodNumber>;
1000
+ showValues: z.ZodDefault<z.ZodBoolean>;
1001
+ showAxis: z.ZodDefault<z.ZodBoolean>;
1002
+ }, z.core.$strip>;
1003
+ export type BlockBarChartConfig = z.infer<typeof blockBarChartConfigSchema>;
1004
+ export declare const blockLineChartConfigSchema: z.ZodObject<{
1005
+ title: z.ZodOptional<z.ZodString>;
1006
+ subtitle: z.ZodOptional<z.ZodString>;
1007
+ icon: z.ZodOptional<z.ZodString>;
1008
+ href: z.ZodOptional<z.ZodString>;
1009
+ binding: z.ZodOptional<z.ZodObject<{
1010
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
1011
+ connectionId: z.ZodString;
1012
+ source: z.ZodObject<{
1013
+ schema: z.ZodOptional<z.ZodString>;
1014
+ name: z.ZodString;
1015
+ type: z.ZodDefault<z.ZodEnum<{
1016
+ table: "table";
1017
+ view: "view";
1018
+ }>>;
1019
+ }, z.core.$strip>;
1020
+ shape: z.ZodEnum<{
1021
+ "single-metric": "single-metric";
1022
+ "metric+delta": "metric+delta";
1023
+ timeseries: "timeseries";
1024
+ "multi-timeseries": "multi-timeseries";
1025
+ categorical: "categorical";
1026
+ "record-list": "record-list";
1027
+ record: "record";
1028
+ matrix: "matrix";
1029
+ "hierarchy/tree": "hierarchy/tree";
1030
+ "calendar-events": "calendar-events";
1031
+ "geo-points": "geo-points";
1032
+ flows: "flows";
1033
+ ohlc: "ohlc";
1034
+ distribution: "distribution";
1035
+ "boolean-map": "boolean-map";
1036
+ stream: "stream";
1037
+ "form-state": "form-state";
1038
+ static: "static";
1039
+ }>;
1040
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
1041
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
1042
+ fn: z.ZodEnum<{
1043
+ count: "count";
1044
+ sum: "sum";
1045
+ avg: "avg";
1046
+ min: "min";
1047
+ max: "max";
1048
+ count_distinct: "count_distinct";
1049
+ percentile: "percentile";
1050
+ }>;
1051
+ column: z.ZodOptional<z.ZodString>;
1052
+ p: z.ZodOptional<z.ZodNumber>;
1053
+ alias: z.ZodString;
1054
+ }, z.core.$strip>>>;
1055
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
1056
+ bucket: z.ZodOptional<z.ZodObject<{
1057
+ column: z.ZodString;
1058
+ unit: z.ZodEnum<{
1059
+ hour: "hour";
1060
+ day: "day";
1061
+ week: "week";
1062
+ month: "month";
1063
+ quarter: "quarter";
1064
+ year: "year";
1065
+ }>;
1066
+ }, z.core.$strip>>;
1067
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
1068
+ column: z.ZodString;
1069
+ op: z.ZodEnum<{
1070
+ eq: "eq";
1071
+ neq: "neq";
1072
+ gt: "gt";
1073
+ gte: "gte";
1074
+ lt: "lt";
1075
+ lte: "lte";
1076
+ in: "in";
1077
+ like: "like";
1078
+ ilike: "ilike";
1079
+ is_null: "is_null";
1080
+ not_null: "not_null";
1081
+ between: "between";
1082
+ }>;
1083
+ value: z.ZodOptional<z.ZodUnknown>;
1084
+ param: z.ZodOptional<z.ZodString>;
1085
+ }, z.core.$strip>>>;
1086
+ window: z.ZodOptional<z.ZodObject<{
1087
+ column: z.ZodString;
1088
+ last: z.ZodNumber;
1089
+ unit: z.ZodEnum<{
1090
+ hour: "hour";
1091
+ day: "day";
1092
+ week: "week";
1093
+ month: "month";
1094
+ quarter: "quarter";
1095
+ year: "year";
1096
+ }>;
1097
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
1098
+ }, z.core.$strip>>;
1099
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
1100
+ column: z.ZodString;
1101
+ dir: z.ZodEnum<{
1102
+ asc: "asc";
1103
+ desc: "desc";
1104
+ }>;
1105
+ }, z.core.$strip>>>;
1106
+ limit: z.ZodOptional<z.ZodNumber>;
1107
+ cursor: z.ZodOptional<z.ZodString>;
1108
+ }, z.core.$strip>>;
1109
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
1110
+ emptyState: z.ZodOptional<z.ZodObject<{
1111
+ icon: z.ZodOptional<z.ZodString>;
1112
+ titleKey: z.ZodOptional<z.ZodString>;
1113
+ bodyKey: z.ZodOptional<z.ZodString>;
1114
+ }, z.core.$strip>>;
1115
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
1116
+ tone: z.ZodOptional<z.ZodEnum<{
1117
+ accent: "accent";
1118
+ pos: "pos";
1119
+ warn: "warn";
1120
+ danger: "danger";
1121
+ info: "info";
1122
+ muted: "muted";
1123
+ }>>;
1124
+ format: z.ZodOptional<z.ZodObject<{
1125
+ locale: z.ZodOptional<z.ZodString>;
1126
+ currency: z.ZodOptional<z.ZodString>;
1127
+ number: z.ZodOptional<z.ZodEnum<{
1128
+ percent: "percent";
1129
+ plain: "plain";
1130
+ compact: "compact";
1131
+ }>>;
1132
+ date: z.ZodOptional<z.ZodEnum<{
1133
+ relative: "relative";
1134
+ short: "short";
1135
+ long: "long";
1136
+ }>>;
1137
+ referenceTime: z.ZodOptional<z.ZodNumber>;
1138
+ }, z.core.$strip>>;
1139
+ testId: z.ZodOptional<z.ZodString>;
1140
+ area: z.ZodDefault<z.ZodBoolean>;
1141
+ emptyTitle: z.ZodOptional<z.ZodString>;
1142
+ emptyBody: z.ZodOptional<z.ZodString>;
1143
+ maxPoints: z.ZodDefault<z.ZodNumber>;
1144
+ showValues: z.ZodDefault<z.ZodBoolean>;
1145
+ showAxis: z.ZodDefault<z.ZodBoolean>;
1146
+ }, z.core.$strip>;
1147
+ export type BlockLineChartConfig = z.infer<typeof blockLineChartConfigSchema>;
1148
+ export declare function blockBarChartDemoData(seed: number): CategoricalData;
1149
+ export declare function blockLineChartDemoData(seed: number): CategoricalData;
1150
+ /**
1151
+ * `block-two-col-table` — first row styled header, right col mono. The payload
1152
+ * is the annex's `rows[][]`, carried in a `record-list` envelope so the shared
1153
+ * `total === 0` predicate routes an empty table to the empty state.
1154
+ */
1155
+ export declare const blockTwoColTableConfigSchema: z.ZodObject<{
1156
+ title: z.ZodOptional<z.ZodString>;
1157
+ subtitle: z.ZodOptional<z.ZodString>;
1158
+ icon: z.ZodOptional<z.ZodString>;
1159
+ href: z.ZodOptional<z.ZodString>;
1160
+ binding: z.ZodOptional<z.ZodObject<{
1161
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
1162
+ connectionId: z.ZodString;
1163
+ source: z.ZodObject<{
1164
+ schema: z.ZodOptional<z.ZodString>;
1165
+ name: z.ZodString;
1166
+ type: z.ZodDefault<z.ZodEnum<{
1167
+ table: "table";
1168
+ view: "view";
1169
+ }>>;
1170
+ }, z.core.$strip>;
1171
+ shape: z.ZodEnum<{
1172
+ "single-metric": "single-metric";
1173
+ "metric+delta": "metric+delta";
1174
+ timeseries: "timeseries";
1175
+ "multi-timeseries": "multi-timeseries";
1176
+ categorical: "categorical";
1177
+ "record-list": "record-list";
1178
+ record: "record";
1179
+ matrix: "matrix";
1180
+ "hierarchy/tree": "hierarchy/tree";
1181
+ "calendar-events": "calendar-events";
1182
+ "geo-points": "geo-points";
1183
+ flows: "flows";
1184
+ ohlc: "ohlc";
1185
+ distribution: "distribution";
1186
+ "boolean-map": "boolean-map";
1187
+ stream: "stream";
1188
+ "form-state": "form-state";
1189
+ static: "static";
1190
+ }>;
1191
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
1192
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
1193
+ fn: z.ZodEnum<{
1194
+ count: "count";
1195
+ sum: "sum";
1196
+ avg: "avg";
1197
+ min: "min";
1198
+ max: "max";
1199
+ count_distinct: "count_distinct";
1200
+ percentile: "percentile";
1201
+ }>;
1202
+ column: z.ZodOptional<z.ZodString>;
1203
+ p: z.ZodOptional<z.ZodNumber>;
1204
+ alias: z.ZodString;
1205
+ }, z.core.$strip>>>;
1206
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
1207
+ bucket: z.ZodOptional<z.ZodObject<{
1208
+ column: z.ZodString;
1209
+ unit: z.ZodEnum<{
1210
+ hour: "hour";
1211
+ day: "day";
1212
+ week: "week";
1213
+ month: "month";
1214
+ quarter: "quarter";
1215
+ year: "year";
1216
+ }>;
1217
+ }, z.core.$strip>>;
1218
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
1219
+ column: z.ZodString;
1220
+ op: z.ZodEnum<{
1221
+ eq: "eq";
1222
+ neq: "neq";
1223
+ gt: "gt";
1224
+ gte: "gte";
1225
+ lt: "lt";
1226
+ lte: "lte";
1227
+ in: "in";
1228
+ like: "like";
1229
+ ilike: "ilike";
1230
+ is_null: "is_null";
1231
+ not_null: "not_null";
1232
+ between: "between";
1233
+ }>;
1234
+ value: z.ZodOptional<z.ZodUnknown>;
1235
+ param: z.ZodOptional<z.ZodString>;
1236
+ }, z.core.$strip>>>;
1237
+ window: z.ZodOptional<z.ZodObject<{
1238
+ column: z.ZodString;
1239
+ last: z.ZodNumber;
1240
+ unit: z.ZodEnum<{
1241
+ hour: "hour";
1242
+ day: "day";
1243
+ week: "week";
1244
+ month: "month";
1245
+ quarter: "quarter";
1246
+ year: "year";
1247
+ }>;
1248
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
1249
+ }, z.core.$strip>>;
1250
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
1251
+ column: z.ZodString;
1252
+ dir: z.ZodEnum<{
1253
+ asc: "asc";
1254
+ desc: "desc";
1255
+ }>;
1256
+ }, z.core.$strip>>>;
1257
+ limit: z.ZodOptional<z.ZodNumber>;
1258
+ cursor: z.ZodOptional<z.ZodString>;
1259
+ }, z.core.$strip>>;
1260
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
1261
+ emptyState: z.ZodOptional<z.ZodObject<{
1262
+ icon: z.ZodOptional<z.ZodString>;
1263
+ titleKey: z.ZodOptional<z.ZodString>;
1264
+ bodyKey: z.ZodOptional<z.ZodString>;
1265
+ }, z.core.$strip>>;
1266
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
1267
+ tone: z.ZodOptional<z.ZodEnum<{
1268
+ accent: "accent";
1269
+ pos: "pos";
1270
+ warn: "warn";
1271
+ danger: "danger";
1272
+ info: "info";
1273
+ muted: "muted";
1274
+ }>>;
1275
+ format: z.ZodOptional<z.ZodObject<{
1276
+ locale: z.ZodOptional<z.ZodString>;
1277
+ currency: z.ZodOptional<z.ZodString>;
1278
+ number: z.ZodOptional<z.ZodEnum<{
1279
+ percent: "percent";
1280
+ plain: "plain";
1281
+ compact: "compact";
1282
+ }>>;
1283
+ date: z.ZodOptional<z.ZodEnum<{
1284
+ relative: "relative";
1285
+ short: "short";
1286
+ long: "long";
1287
+ }>>;
1288
+ referenceTime: z.ZodOptional<z.ZodNumber>;
1289
+ }, z.core.$strip>>;
1290
+ testId: z.ZodOptional<z.ZodString>;
1291
+ emptyTitle: z.ZodOptional<z.ZodString>;
1292
+ emptyBody: z.ZodOptional<z.ZodString>;
1293
+ headerRow: z.ZodDefault<z.ZodBoolean>;
1294
+ monoRightColumn: z.ZodDefault<z.ZodBoolean>;
1295
+ }, z.core.$strip>;
1296
+ export type BlockTwoColTableConfig = z.infer<typeof blockTwoColTableConfigSchema>;
1297
+ export declare function blockTwoColTableDemoData(seed: number): RowsData<readonly [string, string]>;
1298
+ /** `block-multi-currency` — base × rate per currency, indicative-rates footnote. */
1299
+ export declare const blockMultiCurrencyConfigSchema: z.ZodObject<{
1300
+ title: z.ZodOptional<z.ZodString>;
1301
+ subtitle: z.ZodOptional<z.ZodString>;
1302
+ icon: z.ZodOptional<z.ZodString>;
1303
+ href: z.ZodOptional<z.ZodString>;
1304
+ binding: z.ZodOptional<z.ZodObject<{
1305
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
1306
+ connectionId: z.ZodString;
1307
+ source: z.ZodObject<{
1308
+ schema: z.ZodOptional<z.ZodString>;
1309
+ name: z.ZodString;
1310
+ type: z.ZodDefault<z.ZodEnum<{
1311
+ table: "table";
1312
+ view: "view";
1313
+ }>>;
1314
+ }, z.core.$strip>;
1315
+ shape: z.ZodEnum<{
1316
+ "single-metric": "single-metric";
1317
+ "metric+delta": "metric+delta";
1318
+ timeseries: "timeseries";
1319
+ "multi-timeseries": "multi-timeseries";
1320
+ categorical: "categorical";
1321
+ "record-list": "record-list";
1322
+ record: "record";
1323
+ matrix: "matrix";
1324
+ "hierarchy/tree": "hierarchy/tree";
1325
+ "calendar-events": "calendar-events";
1326
+ "geo-points": "geo-points";
1327
+ flows: "flows";
1328
+ ohlc: "ohlc";
1329
+ distribution: "distribution";
1330
+ "boolean-map": "boolean-map";
1331
+ stream: "stream";
1332
+ "form-state": "form-state";
1333
+ static: "static";
1334
+ }>;
1335
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
1336
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
1337
+ fn: z.ZodEnum<{
1338
+ count: "count";
1339
+ sum: "sum";
1340
+ avg: "avg";
1341
+ min: "min";
1342
+ max: "max";
1343
+ count_distinct: "count_distinct";
1344
+ percentile: "percentile";
1345
+ }>;
1346
+ column: z.ZodOptional<z.ZodString>;
1347
+ p: z.ZodOptional<z.ZodNumber>;
1348
+ alias: z.ZodString;
1349
+ }, z.core.$strip>>>;
1350
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
1351
+ bucket: z.ZodOptional<z.ZodObject<{
1352
+ column: z.ZodString;
1353
+ unit: z.ZodEnum<{
1354
+ hour: "hour";
1355
+ day: "day";
1356
+ week: "week";
1357
+ month: "month";
1358
+ quarter: "quarter";
1359
+ year: "year";
1360
+ }>;
1361
+ }, z.core.$strip>>;
1362
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
1363
+ column: z.ZodString;
1364
+ op: z.ZodEnum<{
1365
+ eq: "eq";
1366
+ neq: "neq";
1367
+ gt: "gt";
1368
+ gte: "gte";
1369
+ lt: "lt";
1370
+ lte: "lte";
1371
+ in: "in";
1372
+ like: "like";
1373
+ ilike: "ilike";
1374
+ is_null: "is_null";
1375
+ not_null: "not_null";
1376
+ between: "between";
1377
+ }>;
1378
+ value: z.ZodOptional<z.ZodUnknown>;
1379
+ param: z.ZodOptional<z.ZodString>;
1380
+ }, z.core.$strip>>>;
1381
+ window: z.ZodOptional<z.ZodObject<{
1382
+ column: z.ZodString;
1383
+ last: z.ZodNumber;
1384
+ unit: z.ZodEnum<{
1385
+ hour: "hour";
1386
+ day: "day";
1387
+ week: "week";
1388
+ month: "month";
1389
+ quarter: "quarter";
1390
+ year: "year";
1391
+ }>;
1392
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
1393
+ }, z.core.$strip>>;
1394
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
1395
+ column: z.ZodString;
1396
+ dir: z.ZodEnum<{
1397
+ asc: "asc";
1398
+ desc: "desc";
1399
+ }>;
1400
+ }, z.core.$strip>>>;
1401
+ limit: z.ZodOptional<z.ZodNumber>;
1402
+ cursor: z.ZodOptional<z.ZodString>;
1403
+ }, z.core.$strip>>;
1404
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
1405
+ emptyState: z.ZodOptional<z.ZodObject<{
1406
+ icon: z.ZodOptional<z.ZodString>;
1407
+ titleKey: z.ZodOptional<z.ZodString>;
1408
+ bodyKey: z.ZodOptional<z.ZodString>;
1409
+ }, z.core.$strip>>;
1410
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
1411
+ tone: z.ZodOptional<z.ZodEnum<{
1412
+ accent: "accent";
1413
+ pos: "pos";
1414
+ warn: "warn";
1415
+ danger: "danger";
1416
+ info: "info";
1417
+ muted: "muted";
1418
+ }>>;
1419
+ format: z.ZodOptional<z.ZodObject<{
1420
+ locale: z.ZodOptional<z.ZodString>;
1421
+ currency: z.ZodOptional<z.ZodString>;
1422
+ number: z.ZodOptional<z.ZodEnum<{
1423
+ percent: "percent";
1424
+ plain: "plain";
1425
+ compact: "compact";
1426
+ }>>;
1427
+ date: z.ZodOptional<z.ZodEnum<{
1428
+ relative: "relative";
1429
+ short: "short";
1430
+ long: "long";
1431
+ }>>;
1432
+ referenceTime: z.ZodOptional<z.ZodNumber>;
1433
+ }, z.core.$strip>>;
1434
+ testId: z.ZodOptional<z.ZodString>;
1435
+ emptyTitle: z.ZodOptional<z.ZodString>;
1436
+ emptyBody: z.ZodOptional<z.ZodString>;
1437
+ amountField: z.ZodDefault<z.ZodString>;
1438
+ fxField: z.ZodDefault<z.ZodString>;
1439
+ baseCurrencyField: z.ZodDefault<z.ZodString>;
1440
+ footnote: z.ZodOptional<z.ZodString>;
1441
+ }, z.core.$strip>;
1442
+ export type BlockMultiCurrencyConfig = z.infer<typeof blockMultiCurrencyConfigSchema>;
1443
+ export declare function blockMultiCurrencyDemoData(seed: number): RowData<BlockMultiCurrency>;
1444
+ /** `block-payment-history` — date, masked method, amount, status pill rows. */
1445
+ export declare const blockPaymentHistoryConfigSchema: z.ZodObject<{
1446
+ title: z.ZodOptional<z.ZodString>;
1447
+ subtitle: z.ZodOptional<z.ZodString>;
1448
+ icon: z.ZodOptional<z.ZodString>;
1449
+ href: z.ZodOptional<z.ZodString>;
1450
+ binding: z.ZodOptional<z.ZodObject<{
1451
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
1452
+ connectionId: z.ZodString;
1453
+ source: z.ZodObject<{
1454
+ schema: z.ZodOptional<z.ZodString>;
1455
+ name: z.ZodString;
1456
+ type: z.ZodDefault<z.ZodEnum<{
1457
+ table: "table";
1458
+ view: "view";
1459
+ }>>;
1460
+ }, z.core.$strip>;
1461
+ shape: z.ZodEnum<{
1462
+ "single-metric": "single-metric";
1463
+ "metric+delta": "metric+delta";
1464
+ timeseries: "timeseries";
1465
+ "multi-timeseries": "multi-timeseries";
1466
+ categorical: "categorical";
1467
+ "record-list": "record-list";
1468
+ record: "record";
1469
+ matrix: "matrix";
1470
+ "hierarchy/tree": "hierarchy/tree";
1471
+ "calendar-events": "calendar-events";
1472
+ "geo-points": "geo-points";
1473
+ flows: "flows";
1474
+ ohlc: "ohlc";
1475
+ distribution: "distribution";
1476
+ "boolean-map": "boolean-map";
1477
+ stream: "stream";
1478
+ "form-state": "form-state";
1479
+ static: "static";
1480
+ }>;
1481
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
1482
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
1483
+ fn: z.ZodEnum<{
1484
+ count: "count";
1485
+ sum: "sum";
1486
+ avg: "avg";
1487
+ min: "min";
1488
+ max: "max";
1489
+ count_distinct: "count_distinct";
1490
+ percentile: "percentile";
1491
+ }>;
1492
+ column: z.ZodOptional<z.ZodString>;
1493
+ p: z.ZodOptional<z.ZodNumber>;
1494
+ alias: z.ZodString;
1495
+ }, z.core.$strip>>>;
1496
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
1497
+ bucket: z.ZodOptional<z.ZodObject<{
1498
+ column: z.ZodString;
1499
+ unit: z.ZodEnum<{
1500
+ hour: "hour";
1501
+ day: "day";
1502
+ week: "week";
1503
+ month: "month";
1504
+ quarter: "quarter";
1505
+ year: "year";
1506
+ }>;
1507
+ }, z.core.$strip>>;
1508
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
1509
+ column: z.ZodString;
1510
+ op: z.ZodEnum<{
1511
+ eq: "eq";
1512
+ neq: "neq";
1513
+ gt: "gt";
1514
+ gte: "gte";
1515
+ lt: "lt";
1516
+ lte: "lte";
1517
+ in: "in";
1518
+ like: "like";
1519
+ ilike: "ilike";
1520
+ is_null: "is_null";
1521
+ not_null: "not_null";
1522
+ between: "between";
1523
+ }>;
1524
+ value: z.ZodOptional<z.ZodUnknown>;
1525
+ param: z.ZodOptional<z.ZodString>;
1526
+ }, z.core.$strip>>>;
1527
+ window: z.ZodOptional<z.ZodObject<{
1528
+ column: z.ZodString;
1529
+ last: z.ZodNumber;
1530
+ unit: z.ZodEnum<{
1531
+ hour: "hour";
1532
+ day: "day";
1533
+ week: "week";
1534
+ month: "month";
1535
+ quarter: "quarter";
1536
+ year: "year";
1537
+ }>;
1538
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
1539
+ }, z.core.$strip>>;
1540
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
1541
+ column: z.ZodString;
1542
+ dir: z.ZodEnum<{
1543
+ asc: "asc";
1544
+ desc: "desc";
1545
+ }>;
1546
+ }, z.core.$strip>>>;
1547
+ limit: z.ZodOptional<z.ZodNumber>;
1548
+ cursor: z.ZodOptional<z.ZodString>;
1549
+ }, z.core.$strip>>;
1550
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
1551
+ emptyState: z.ZodOptional<z.ZodObject<{
1552
+ icon: z.ZodOptional<z.ZodString>;
1553
+ titleKey: z.ZodOptional<z.ZodString>;
1554
+ bodyKey: z.ZodOptional<z.ZodString>;
1555
+ }, z.core.$strip>>;
1556
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
1557
+ tone: z.ZodOptional<z.ZodEnum<{
1558
+ accent: "accent";
1559
+ pos: "pos";
1560
+ warn: "warn";
1561
+ danger: "danger";
1562
+ info: "info";
1563
+ muted: "muted";
1564
+ }>>;
1565
+ format: z.ZodOptional<z.ZodObject<{
1566
+ locale: z.ZodOptional<z.ZodString>;
1567
+ currency: z.ZodOptional<z.ZodString>;
1568
+ number: z.ZodOptional<z.ZodEnum<{
1569
+ percent: "percent";
1570
+ plain: "plain";
1571
+ compact: "compact";
1572
+ }>>;
1573
+ date: z.ZodOptional<z.ZodEnum<{
1574
+ relative: "relative";
1575
+ short: "short";
1576
+ long: "long";
1577
+ }>>;
1578
+ referenceTime: z.ZodOptional<z.ZodNumber>;
1579
+ }, z.core.$strip>>;
1580
+ testId: z.ZodOptional<z.ZodString>;
1581
+ emptyTitle: z.ZodOptional<z.ZodString>;
1582
+ emptyBody: z.ZodOptional<z.ZodString>;
1583
+ idField: z.ZodDefault<z.ZodString>;
1584
+ dateField: z.ZodDefault<z.ZodString>;
1585
+ methodField: z.ZodDefault<z.ZodString>;
1586
+ last4Field: z.ZodDefault<z.ZodString>;
1587
+ amountField: z.ZodDefault<z.ZodString>;
1588
+ statusField: z.ZodDefault<z.ZodString>;
1589
+ maxRows: z.ZodDefault<z.ZodNumber>;
1590
+ }, z.core.$strip>;
1591
+ export type BlockPaymentHistoryConfig = z.infer<typeof blockPaymentHistoryConfigSchema>;
1592
+ export declare function blockPaymentHistoryDemoData(seed: number): RowsData<BlockPayment>;
1593
+ /** `block-discount-codes` — mono code chip + label + green amount. */
1594
+ export declare const blockDiscountCodesConfigSchema: z.ZodObject<{
1595
+ title: z.ZodOptional<z.ZodString>;
1596
+ subtitle: z.ZodOptional<z.ZodString>;
1597
+ icon: z.ZodOptional<z.ZodString>;
1598
+ href: z.ZodOptional<z.ZodString>;
1599
+ binding: z.ZodOptional<z.ZodObject<{
1600
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
1601
+ connectionId: z.ZodString;
1602
+ source: z.ZodObject<{
1603
+ schema: z.ZodOptional<z.ZodString>;
1604
+ name: z.ZodString;
1605
+ type: z.ZodDefault<z.ZodEnum<{
1606
+ table: "table";
1607
+ view: "view";
1608
+ }>>;
1609
+ }, z.core.$strip>;
1610
+ shape: z.ZodEnum<{
1611
+ "single-metric": "single-metric";
1612
+ "metric+delta": "metric+delta";
1613
+ timeseries: "timeseries";
1614
+ "multi-timeseries": "multi-timeseries";
1615
+ categorical: "categorical";
1616
+ "record-list": "record-list";
1617
+ record: "record";
1618
+ matrix: "matrix";
1619
+ "hierarchy/tree": "hierarchy/tree";
1620
+ "calendar-events": "calendar-events";
1621
+ "geo-points": "geo-points";
1622
+ flows: "flows";
1623
+ ohlc: "ohlc";
1624
+ distribution: "distribution";
1625
+ "boolean-map": "boolean-map";
1626
+ stream: "stream";
1627
+ "form-state": "form-state";
1628
+ static: "static";
1629
+ }>;
1630
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
1631
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
1632
+ fn: z.ZodEnum<{
1633
+ count: "count";
1634
+ sum: "sum";
1635
+ avg: "avg";
1636
+ min: "min";
1637
+ max: "max";
1638
+ count_distinct: "count_distinct";
1639
+ percentile: "percentile";
1640
+ }>;
1641
+ column: z.ZodOptional<z.ZodString>;
1642
+ p: z.ZodOptional<z.ZodNumber>;
1643
+ alias: z.ZodString;
1644
+ }, z.core.$strip>>>;
1645
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
1646
+ bucket: z.ZodOptional<z.ZodObject<{
1647
+ column: z.ZodString;
1648
+ unit: z.ZodEnum<{
1649
+ hour: "hour";
1650
+ day: "day";
1651
+ week: "week";
1652
+ month: "month";
1653
+ quarter: "quarter";
1654
+ year: "year";
1655
+ }>;
1656
+ }, z.core.$strip>>;
1657
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
1658
+ column: z.ZodString;
1659
+ op: z.ZodEnum<{
1660
+ eq: "eq";
1661
+ neq: "neq";
1662
+ gt: "gt";
1663
+ gte: "gte";
1664
+ lt: "lt";
1665
+ lte: "lte";
1666
+ in: "in";
1667
+ like: "like";
1668
+ ilike: "ilike";
1669
+ is_null: "is_null";
1670
+ not_null: "not_null";
1671
+ between: "between";
1672
+ }>;
1673
+ value: z.ZodOptional<z.ZodUnknown>;
1674
+ param: z.ZodOptional<z.ZodString>;
1675
+ }, z.core.$strip>>>;
1676
+ window: z.ZodOptional<z.ZodObject<{
1677
+ column: z.ZodString;
1678
+ last: z.ZodNumber;
1679
+ unit: z.ZodEnum<{
1680
+ hour: "hour";
1681
+ day: "day";
1682
+ week: "week";
1683
+ month: "month";
1684
+ quarter: "quarter";
1685
+ year: "year";
1686
+ }>;
1687
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
1688
+ }, z.core.$strip>>;
1689
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
1690
+ column: z.ZodString;
1691
+ dir: z.ZodEnum<{
1692
+ asc: "asc";
1693
+ desc: "desc";
1694
+ }>;
1695
+ }, z.core.$strip>>>;
1696
+ limit: z.ZodOptional<z.ZodNumber>;
1697
+ cursor: z.ZodOptional<z.ZodString>;
1698
+ }, z.core.$strip>>;
1699
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
1700
+ emptyState: z.ZodOptional<z.ZodObject<{
1701
+ icon: z.ZodOptional<z.ZodString>;
1702
+ titleKey: z.ZodOptional<z.ZodString>;
1703
+ bodyKey: z.ZodOptional<z.ZodString>;
1704
+ }, z.core.$strip>>;
1705
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
1706
+ tone: z.ZodOptional<z.ZodEnum<{
1707
+ accent: "accent";
1708
+ pos: "pos";
1709
+ warn: "warn";
1710
+ danger: "danger";
1711
+ info: "info";
1712
+ muted: "muted";
1713
+ }>>;
1714
+ format: z.ZodOptional<z.ZodObject<{
1715
+ locale: z.ZodOptional<z.ZodString>;
1716
+ currency: z.ZodOptional<z.ZodString>;
1717
+ number: z.ZodOptional<z.ZodEnum<{
1718
+ percent: "percent";
1719
+ plain: "plain";
1720
+ compact: "compact";
1721
+ }>>;
1722
+ date: z.ZodOptional<z.ZodEnum<{
1723
+ relative: "relative";
1724
+ short: "short";
1725
+ long: "long";
1726
+ }>>;
1727
+ referenceTime: z.ZodOptional<z.ZodNumber>;
1728
+ }, z.core.$strip>>;
1729
+ testId: z.ZodOptional<z.ZodString>;
1730
+ emptyTitle: z.ZodOptional<z.ZodString>;
1731
+ emptyBody: z.ZodOptional<z.ZodString>;
1732
+ idField: z.ZodDefault<z.ZodString>;
1733
+ codeField: z.ZodDefault<z.ZodString>;
1734
+ labelField: z.ZodDefault<z.ZodString>;
1735
+ amountField: z.ZodDefault<z.ZodString>;
1736
+ }, z.core.$strip>;
1737
+ export type BlockDiscountCodesConfig = z.infer<typeof blockDiscountCodesConfigSchema>;
1738
+ export declare function blockDiscountCodesDemoData(seed: number): RowsData<BlockDiscountCode>;
1739
+ /** `block-loyalty-banner` — award icon, balance pts · tier, green earned. */
1740
+ export declare const blockLoyaltyBannerConfigSchema: z.ZodObject<{
1741
+ title: z.ZodOptional<z.ZodString>;
1742
+ subtitle: z.ZodOptional<z.ZodString>;
1743
+ icon: z.ZodOptional<z.ZodString>;
1744
+ href: z.ZodOptional<z.ZodString>;
1745
+ binding: z.ZodOptional<z.ZodObject<{
1746
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
1747
+ connectionId: z.ZodString;
1748
+ source: z.ZodObject<{
1749
+ schema: z.ZodOptional<z.ZodString>;
1750
+ name: z.ZodString;
1751
+ type: z.ZodDefault<z.ZodEnum<{
1752
+ table: "table";
1753
+ view: "view";
1754
+ }>>;
1755
+ }, z.core.$strip>;
1756
+ shape: z.ZodEnum<{
1757
+ "single-metric": "single-metric";
1758
+ "metric+delta": "metric+delta";
1759
+ timeseries: "timeseries";
1760
+ "multi-timeseries": "multi-timeseries";
1761
+ categorical: "categorical";
1762
+ "record-list": "record-list";
1763
+ record: "record";
1764
+ matrix: "matrix";
1765
+ "hierarchy/tree": "hierarchy/tree";
1766
+ "calendar-events": "calendar-events";
1767
+ "geo-points": "geo-points";
1768
+ flows: "flows";
1769
+ ohlc: "ohlc";
1770
+ distribution: "distribution";
1771
+ "boolean-map": "boolean-map";
1772
+ stream: "stream";
1773
+ "form-state": "form-state";
1774
+ static: "static";
1775
+ }>;
1776
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
1777
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
1778
+ fn: z.ZodEnum<{
1779
+ count: "count";
1780
+ sum: "sum";
1781
+ avg: "avg";
1782
+ min: "min";
1783
+ max: "max";
1784
+ count_distinct: "count_distinct";
1785
+ percentile: "percentile";
1786
+ }>;
1787
+ column: z.ZodOptional<z.ZodString>;
1788
+ p: z.ZodOptional<z.ZodNumber>;
1789
+ alias: z.ZodString;
1790
+ }, z.core.$strip>>>;
1791
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
1792
+ bucket: z.ZodOptional<z.ZodObject<{
1793
+ column: z.ZodString;
1794
+ unit: z.ZodEnum<{
1795
+ hour: "hour";
1796
+ day: "day";
1797
+ week: "week";
1798
+ month: "month";
1799
+ quarter: "quarter";
1800
+ year: "year";
1801
+ }>;
1802
+ }, z.core.$strip>>;
1803
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
1804
+ column: z.ZodString;
1805
+ op: z.ZodEnum<{
1806
+ eq: "eq";
1807
+ neq: "neq";
1808
+ gt: "gt";
1809
+ gte: "gte";
1810
+ lt: "lt";
1811
+ lte: "lte";
1812
+ in: "in";
1813
+ like: "like";
1814
+ ilike: "ilike";
1815
+ is_null: "is_null";
1816
+ not_null: "not_null";
1817
+ between: "between";
1818
+ }>;
1819
+ value: z.ZodOptional<z.ZodUnknown>;
1820
+ param: z.ZodOptional<z.ZodString>;
1821
+ }, z.core.$strip>>>;
1822
+ window: z.ZodOptional<z.ZodObject<{
1823
+ column: z.ZodString;
1824
+ last: z.ZodNumber;
1825
+ unit: z.ZodEnum<{
1826
+ hour: "hour";
1827
+ day: "day";
1828
+ week: "week";
1829
+ month: "month";
1830
+ quarter: "quarter";
1831
+ year: "year";
1832
+ }>;
1833
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
1834
+ }, z.core.$strip>>;
1835
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
1836
+ column: z.ZodString;
1837
+ dir: z.ZodEnum<{
1838
+ asc: "asc";
1839
+ desc: "desc";
1840
+ }>;
1841
+ }, z.core.$strip>>>;
1842
+ limit: z.ZodOptional<z.ZodNumber>;
1843
+ cursor: z.ZodOptional<z.ZodString>;
1844
+ }, z.core.$strip>>;
1845
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
1846
+ emptyState: z.ZodOptional<z.ZodObject<{
1847
+ icon: z.ZodOptional<z.ZodString>;
1848
+ titleKey: z.ZodOptional<z.ZodString>;
1849
+ bodyKey: z.ZodOptional<z.ZodString>;
1850
+ }, z.core.$strip>>;
1851
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
1852
+ tone: z.ZodOptional<z.ZodEnum<{
1853
+ accent: "accent";
1854
+ pos: "pos";
1855
+ warn: "warn";
1856
+ danger: "danger";
1857
+ info: "info";
1858
+ muted: "muted";
1859
+ }>>;
1860
+ format: z.ZodOptional<z.ZodObject<{
1861
+ locale: z.ZodOptional<z.ZodString>;
1862
+ currency: z.ZodOptional<z.ZodString>;
1863
+ number: z.ZodOptional<z.ZodEnum<{
1864
+ percent: "percent";
1865
+ plain: "plain";
1866
+ compact: "compact";
1867
+ }>>;
1868
+ date: z.ZodOptional<z.ZodEnum<{
1869
+ relative: "relative";
1870
+ short: "short";
1871
+ long: "long";
1872
+ }>>;
1873
+ referenceTime: z.ZodOptional<z.ZodNumber>;
1874
+ }, z.core.$strip>>;
1875
+ testId: z.ZodOptional<z.ZodString>;
1876
+ emptyTitle: z.ZodOptional<z.ZodString>;
1877
+ emptyBody: z.ZodOptional<z.ZodString>;
1878
+ balanceField: z.ZodDefault<z.ZodString>;
1879
+ earnedField: z.ZodDefault<z.ZodString>;
1880
+ tierField: z.ZodDefault<z.ZodString>;
1881
+ balanceLabel: z.ZodOptional<z.ZodString>;
1882
+ earnedLabel: z.ZodOptional<z.ZodString>;
1883
+ }, z.core.$strip>;
1884
+ export type BlockLoyaltyBannerConfig = z.infer<typeof blockLoyaltyBannerConfigSchema>;
1885
+ export declare function blockLoyaltyBannerDemoData(seed: number): RowData<BlockLoyalty>;
1886
+ /** `block-recurring-banner` — "Recurring — Monthly · Next on … · N cycles". */
1887
+ export declare const blockRecurringBannerConfigSchema: z.ZodObject<{
1888
+ title: z.ZodOptional<z.ZodString>;
1889
+ subtitle: z.ZodOptional<z.ZodString>;
1890
+ icon: z.ZodOptional<z.ZodString>;
1891
+ href: z.ZodOptional<z.ZodString>;
1892
+ binding: z.ZodOptional<z.ZodObject<{
1893
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
1894
+ connectionId: z.ZodString;
1895
+ source: z.ZodObject<{
1896
+ schema: z.ZodOptional<z.ZodString>;
1897
+ name: z.ZodString;
1898
+ type: z.ZodDefault<z.ZodEnum<{
1899
+ table: "table";
1900
+ view: "view";
1901
+ }>>;
1902
+ }, z.core.$strip>;
1903
+ shape: z.ZodEnum<{
1904
+ "single-metric": "single-metric";
1905
+ "metric+delta": "metric+delta";
1906
+ timeseries: "timeseries";
1907
+ "multi-timeseries": "multi-timeseries";
1908
+ categorical: "categorical";
1909
+ "record-list": "record-list";
1910
+ record: "record";
1911
+ matrix: "matrix";
1912
+ "hierarchy/tree": "hierarchy/tree";
1913
+ "calendar-events": "calendar-events";
1914
+ "geo-points": "geo-points";
1915
+ flows: "flows";
1916
+ ohlc: "ohlc";
1917
+ distribution: "distribution";
1918
+ "boolean-map": "boolean-map";
1919
+ stream: "stream";
1920
+ "form-state": "form-state";
1921
+ static: "static";
1922
+ }>;
1923
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
1924
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
1925
+ fn: z.ZodEnum<{
1926
+ count: "count";
1927
+ sum: "sum";
1928
+ avg: "avg";
1929
+ min: "min";
1930
+ max: "max";
1931
+ count_distinct: "count_distinct";
1932
+ percentile: "percentile";
1933
+ }>;
1934
+ column: z.ZodOptional<z.ZodString>;
1935
+ p: z.ZodOptional<z.ZodNumber>;
1936
+ alias: z.ZodString;
1937
+ }, z.core.$strip>>>;
1938
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
1939
+ bucket: z.ZodOptional<z.ZodObject<{
1940
+ column: z.ZodString;
1941
+ unit: z.ZodEnum<{
1942
+ hour: "hour";
1943
+ day: "day";
1944
+ week: "week";
1945
+ month: "month";
1946
+ quarter: "quarter";
1947
+ year: "year";
1948
+ }>;
1949
+ }, z.core.$strip>>;
1950
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
1951
+ column: z.ZodString;
1952
+ op: z.ZodEnum<{
1953
+ eq: "eq";
1954
+ neq: "neq";
1955
+ gt: "gt";
1956
+ gte: "gte";
1957
+ lt: "lt";
1958
+ lte: "lte";
1959
+ in: "in";
1960
+ like: "like";
1961
+ ilike: "ilike";
1962
+ is_null: "is_null";
1963
+ not_null: "not_null";
1964
+ between: "between";
1965
+ }>;
1966
+ value: z.ZodOptional<z.ZodUnknown>;
1967
+ param: z.ZodOptional<z.ZodString>;
1968
+ }, z.core.$strip>>>;
1969
+ window: z.ZodOptional<z.ZodObject<{
1970
+ column: z.ZodString;
1971
+ last: z.ZodNumber;
1972
+ unit: z.ZodEnum<{
1973
+ hour: "hour";
1974
+ day: "day";
1975
+ week: "week";
1976
+ month: "month";
1977
+ quarter: "quarter";
1978
+ year: "year";
1979
+ }>;
1980
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
1981
+ }, z.core.$strip>>;
1982
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
1983
+ column: z.ZodString;
1984
+ dir: z.ZodEnum<{
1985
+ asc: "asc";
1986
+ desc: "desc";
1987
+ }>;
1988
+ }, z.core.$strip>>>;
1989
+ limit: z.ZodOptional<z.ZodNumber>;
1990
+ cursor: z.ZodOptional<z.ZodString>;
1991
+ }, z.core.$strip>>;
1992
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
1993
+ emptyState: z.ZodOptional<z.ZodObject<{
1994
+ icon: z.ZodOptional<z.ZodString>;
1995
+ titleKey: z.ZodOptional<z.ZodString>;
1996
+ bodyKey: z.ZodOptional<z.ZodString>;
1997
+ }, z.core.$strip>>;
1998
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
1999
+ tone: z.ZodOptional<z.ZodEnum<{
2000
+ accent: "accent";
2001
+ pos: "pos";
2002
+ warn: "warn";
2003
+ danger: "danger";
2004
+ info: "info";
2005
+ muted: "muted";
2006
+ }>>;
2007
+ format: z.ZodOptional<z.ZodObject<{
2008
+ locale: z.ZodOptional<z.ZodString>;
2009
+ currency: z.ZodOptional<z.ZodString>;
2010
+ number: z.ZodOptional<z.ZodEnum<{
2011
+ percent: "percent";
2012
+ plain: "plain";
2013
+ compact: "compact";
2014
+ }>>;
2015
+ date: z.ZodOptional<z.ZodEnum<{
2016
+ relative: "relative";
2017
+ short: "short";
2018
+ long: "long";
2019
+ }>>;
2020
+ referenceTime: z.ZodOptional<z.ZodNumber>;
2021
+ }, z.core.$strip>>;
2022
+ testId: z.ZodOptional<z.ZodString>;
2023
+ emptyTitle: z.ZodOptional<z.ZodString>;
2024
+ emptyBody: z.ZodOptional<z.ZodString>;
2025
+ freqField: z.ZodDefault<z.ZodString>;
2026
+ nextField: z.ZodDefault<z.ZodString>;
2027
+ countField: z.ZodDefault<z.ZodString>;
2028
+ template: z.ZodOptional<z.ZodString>;
2029
+ }, z.core.$strip>;
2030
+ export type BlockRecurringBannerConfig = z.infer<typeof blockRecurringBannerConfigSchema>;
2031
+ export declare function blockRecurringBannerDemoData(seed: number): RowData<BlockRecurring>;
2032
+ /**
2033
+ * `block-qr-pay` — forced-white QR tile + caption + amount due.
2034
+ *
2035
+ * The tile is a deterministic PLACEHOLDER matrix, not a real QR encoding: the
2036
+ * annex specifies the visual, and shipping a QR codec here would add a runtime
2037
+ * dependency to render a block whose payload URL the host owns. `qrSeed` keeps
2038
+ * the placeholder's module pattern stable across captures.
2039
+ */
2040
+ export declare const blockQrPayConfigSchema: z.ZodObject<{
2041
+ title: z.ZodOptional<z.ZodString>;
2042
+ subtitle: z.ZodOptional<z.ZodString>;
2043
+ icon: z.ZodOptional<z.ZodString>;
2044
+ href: z.ZodOptional<z.ZodString>;
2045
+ binding: z.ZodOptional<z.ZodObject<{
2046
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
2047
+ connectionId: z.ZodString;
2048
+ source: z.ZodObject<{
2049
+ schema: z.ZodOptional<z.ZodString>;
2050
+ name: z.ZodString;
2051
+ type: z.ZodDefault<z.ZodEnum<{
2052
+ table: "table";
2053
+ view: "view";
2054
+ }>>;
2055
+ }, z.core.$strip>;
2056
+ shape: z.ZodEnum<{
2057
+ "single-metric": "single-metric";
2058
+ "metric+delta": "metric+delta";
2059
+ timeseries: "timeseries";
2060
+ "multi-timeseries": "multi-timeseries";
2061
+ categorical: "categorical";
2062
+ "record-list": "record-list";
2063
+ record: "record";
2064
+ matrix: "matrix";
2065
+ "hierarchy/tree": "hierarchy/tree";
2066
+ "calendar-events": "calendar-events";
2067
+ "geo-points": "geo-points";
2068
+ flows: "flows";
2069
+ ohlc: "ohlc";
2070
+ distribution: "distribution";
2071
+ "boolean-map": "boolean-map";
2072
+ stream: "stream";
2073
+ "form-state": "form-state";
2074
+ static: "static";
2075
+ }>;
2076
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
2077
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
2078
+ fn: z.ZodEnum<{
2079
+ count: "count";
2080
+ sum: "sum";
2081
+ avg: "avg";
2082
+ min: "min";
2083
+ max: "max";
2084
+ count_distinct: "count_distinct";
2085
+ percentile: "percentile";
2086
+ }>;
2087
+ column: z.ZodOptional<z.ZodString>;
2088
+ p: z.ZodOptional<z.ZodNumber>;
2089
+ alias: z.ZodString;
2090
+ }, z.core.$strip>>>;
2091
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
2092
+ bucket: z.ZodOptional<z.ZodObject<{
2093
+ column: z.ZodString;
2094
+ unit: z.ZodEnum<{
2095
+ hour: "hour";
2096
+ day: "day";
2097
+ week: "week";
2098
+ month: "month";
2099
+ quarter: "quarter";
2100
+ year: "year";
2101
+ }>;
2102
+ }, z.core.$strip>>;
2103
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
2104
+ column: z.ZodString;
2105
+ op: z.ZodEnum<{
2106
+ eq: "eq";
2107
+ neq: "neq";
2108
+ gt: "gt";
2109
+ gte: "gte";
2110
+ lt: "lt";
2111
+ lte: "lte";
2112
+ in: "in";
2113
+ like: "like";
2114
+ ilike: "ilike";
2115
+ is_null: "is_null";
2116
+ not_null: "not_null";
2117
+ between: "between";
2118
+ }>;
2119
+ value: z.ZodOptional<z.ZodUnknown>;
2120
+ param: z.ZodOptional<z.ZodString>;
2121
+ }, z.core.$strip>>>;
2122
+ window: z.ZodOptional<z.ZodObject<{
2123
+ column: z.ZodString;
2124
+ last: z.ZodNumber;
2125
+ unit: z.ZodEnum<{
2126
+ hour: "hour";
2127
+ day: "day";
2128
+ week: "week";
2129
+ month: "month";
2130
+ quarter: "quarter";
2131
+ year: "year";
2132
+ }>;
2133
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
2134
+ }, z.core.$strip>>;
2135
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
2136
+ column: z.ZodString;
2137
+ dir: z.ZodEnum<{
2138
+ asc: "asc";
2139
+ desc: "desc";
2140
+ }>;
2141
+ }, z.core.$strip>>>;
2142
+ limit: z.ZodOptional<z.ZodNumber>;
2143
+ cursor: z.ZodOptional<z.ZodString>;
2144
+ }, z.core.$strip>>;
2145
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
2146
+ emptyState: z.ZodOptional<z.ZodObject<{
2147
+ icon: z.ZodOptional<z.ZodString>;
2148
+ titleKey: z.ZodOptional<z.ZodString>;
2149
+ bodyKey: z.ZodOptional<z.ZodString>;
2150
+ }, z.core.$strip>>;
2151
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
2152
+ tone: z.ZodOptional<z.ZodEnum<{
2153
+ accent: "accent";
2154
+ pos: "pos";
2155
+ warn: "warn";
2156
+ danger: "danger";
2157
+ info: "info";
2158
+ muted: "muted";
2159
+ }>>;
2160
+ format: z.ZodOptional<z.ZodObject<{
2161
+ locale: z.ZodOptional<z.ZodString>;
2162
+ currency: z.ZodOptional<z.ZodString>;
2163
+ number: z.ZodOptional<z.ZodEnum<{
2164
+ percent: "percent";
2165
+ plain: "plain";
2166
+ compact: "compact";
2167
+ }>>;
2168
+ date: z.ZodOptional<z.ZodEnum<{
2169
+ relative: "relative";
2170
+ short: "short";
2171
+ long: "long";
2172
+ }>>;
2173
+ referenceTime: z.ZodOptional<z.ZodNumber>;
2174
+ }, z.core.$strip>>;
2175
+ testId: z.ZodOptional<z.ZodString>;
2176
+ emptyTitle: z.ZodOptional<z.ZodString>;
2177
+ emptyBody: z.ZodOptional<z.ZodString>;
2178
+ captionField: z.ZodDefault<z.ZodString>;
2179
+ totalField: z.ZodDefault<z.ZodString>;
2180
+ modules: z.ZodDefault<z.ZodNumber>;
2181
+ qrSeed: z.ZodDefault<z.ZodNumber>;
2182
+ amountLabel: z.ZodOptional<z.ZodString>;
2183
+ }, z.core.$strip>;
2184
+ export type BlockQrPayConfig = z.infer<typeof blockQrPayConfigSchema>;
2185
+ export declare function blockQrPayDemoData(seed: number): RowData<BlockQrPay>;
2186
+ /** `block-delivery-stepper` — horizontal done/current/todo dots with connector. */
2187
+ export declare const blockDeliveryStepperConfigSchema: z.ZodObject<{
2188
+ title: z.ZodOptional<z.ZodString>;
2189
+ subtitle: z.ZodOptional<z.ZodString>;
2190
+ icon: z.ZodOptional<z.ZodString>;
2191
+ href: z.ZodOptional<z.ZodString>;
2192
+ binding: z.ZodOptional<z.ZodObject<{
2193
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
2194
+ connectionId: z.ZodString;
2195
+ source: z.ZodObject<{
2196
+ schema: z.ZodOptional<z.ZodString>;
2197
+ name: z.ZodString;
2198
+ type: z.ZodDefault<z.ZodEnum<{
2199
+ table: "table";
2200
+ view: "view";
2201
+ }>>;
2202
+ }, z.core.$strip>;
2203
+ shape: z.ZodEnum<{
2204
+ "single-metric": "single-metric";
2205
+ "metric+delta": "metric+delta";
2206
+ timeseries: "timeseries";
2207
+ "multi-timeseries": "multi-timeseries";
2208
+ categorical: "categorical";
2209
+ "record-list": "record-list";
2210
+ record: "record";
2211
+ matrix: "matrix";
2212
+ "hierarchy/tree": "hierarchy/tree";
2213
+ "calendar-events": "calendar-events";
2214
+ "geo-points": "geo-points";
2215
+ flows: "flows";
2216
+ ohlc: "ohlc";
2217
+ distribution: "distribution";
2218
+ "boolean-map": "boolean-map";
2219
+ stream: "stream";
2220
+ "form-state": "form-state";
2221
+ static: "static";
2222
+ }>;
2223
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
2224
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
2225
+ fn: z.ZodEnum<{
2226
+ count: "count";
2227
+ sum: "sum";
2228
+ avg: "avg";
2229
+ min: "min";
2230
+ max: "max";
2231
+ count_distinct: "count_distinct";
2232
+ percentile: "percentile";
2233
+ }>;
2234
+ column: z.ZodOptional<z.ZodString>;
2235
+ p: z.ZodOptional<z.ZodNumber>;
2236
+ alias: z.ZodString;
2237
+ }, z.core.$strip>>>;
2238
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
2239
+ bucket: z.ZodOptional<z.ZodObject<{
2240
+ column: z.ZodString;
2241
+ unit: z.ZodEnum<{
2242
+ hour: "hour";
2243
+ day: "day";
2244
+ week: "week";
2245
+ month: "month";
2246
+ quarter: "quarter";
2247
+ year: "year";
2248
+ }>;
2249
+ }, z.core.$strip>>;
2250
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
2251
+ column: z.ZodString;
2252
+ op: z.ZodEnum<{
2253
+ eq: "eq";
2254
+ neq: "neq";
2255
+ gt: "gt";
2256
+ gte: "gte";
2257
+ lt: "lt";
2258
+ lte: "lte";
2259
+ in: "in";
2260
+ like: "like";
2261
+ ilike: "ilike";
2262
+ is_null: "is_null";
2263
+ not_null: "not_null";
2264
+ between: "between";
2265
+ }>;
2266
+ value: z.ZodOptional<z.ZodUnknown>;
2267
+ param: z.ZodOptional<z.ZodString>;
2268
+ }, z.core.$strip>>>;
2269
+ window: z.ZodOptional<z.ZodObject<{
2270
+ column: z.ZodString;
2271
+ last: z.ZodNumber;
2272
+ unit: z.ZodEnum<{
2273
+ hour: "hour";
2274
+ day: "day";
2275
+ week: "week";
2276
+ month: "month";
2277
+ quarter: "quarter";
2278
+ year: "year";
2279
+ }>;
2280
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
2281
+ }, z.core.$strip>>;
2282
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
2283
+ column: z.ZodString;
2284
+ dir: z.ZodEnum<{
2285
+ asc: "asc";
2286
+ desc: "desc";
2287
+ }>;
2288
+ }, z.core.$strip>>>;
2289
+ limit: z.ZodOptional<z.ZodNumber>;
2290
+ cursor: z.ZodOptional<z.ZodString>;
2291
+ }, z.core.$strip>>;
2292
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
2293
+ emptyState: z.ZodOptional<z.ZodObject<{
2294
+ icon: z.ZodOptional<z.ZodString>;
2295
+ titleKey: z.ZodOptional<z.ZodString>;
2296
+ bodyKey: z.ZodOptional<z.ZodString>;
2297
+ }, z.core.$strip>>;
2298
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
2299
+ tone: z.ZodOptional<z.ZodEnum<{
2300
+ accent: "accent";
2301
+ pos: "pos";
2302
+ warn: "warn";
2303
+ danger: "danger";
2304
+ info: "info";
2305
+ muted: "muted";
2306
+ }>>;
2307
+ format: z.ZodOptional<z.ZodObject<{
2308
+ locale: z.ZodOptional<z.ZodString>;
2309
+ currency: z.ZodOptional<z.ZodString>;
2310
+ number: z.ZodOptional<z.ZodEnum<{
2311
+ percent: "percent";
2312
+ plain: "plain";
2313
+ compact: "compact";
2314
+ }>>;
2315
+ date: z.ZodOptional<z.ZodEnum<{
2316
+ relative: "relative";
2317
+ short: "short";
2318
+ long: "long";
2319
+ }>>;
2320
+ referenceTime: z.ZodOptional<z.ZodNumber>;
2321
+ }, z.core.$strip>>;
2322
+ testId: z.ZodOptional<z.ZodString>;
2323
+ emptyTitle: z.ZodOptional<z.ZodString>;
2324
+ emptyBody: z.ZodOptional<z.ZodString>;
2325
+ idField: z.ZodDefault<z.ZodString>;
2326
+ labelField: z.ZodDefault<z.ZodString>;
2327
+ stateField: z.ZodDefault<z.ZodString>;
2328
+ }, z.core.$strip>;
2329
+ export type BlockDeliveryStepperConfig = z.infer<typeof blockDeliveryStepperConfigSchema>;
2330
+ export declare function blockDeliveryStepperDemoData(seed: number): RowsData<BlockStep>;
2331
+ /** `block-signature` — name/title editable signature lines + date. */
2332
+ export declare const blockSignatureConfigSchema: z.ZodObject<{
2333
+ title: z.ZodOptional<z.ZodString>;
2334
+ subtitle: z.ZodOptional<z.ZodString>;
2335
+ icon: z.ZodOptional<z.ZodString>;
2336
+ href: z.ZodOptional<z.ZodString>;
2337
+ binding: z.ZodOptional<z.ZodObject<{
2338
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
2339
+ connectionId: z.ZodString;
2340
+ source: z.ZodObject<{
2341
+ schema: z.ZodOptional<z.ZodString>;
2342
+ name: z.ZodString;
2343
+ type: z.ZodDefault<z.ZodEnum<{
2344
+ table: "table";
2345
+ view: "view";
2346
+ }>>;
2347
+ }, z.core.$strip>;
2348
+ shape: z.ZodEnum<{
2349
+ "single-metric": "single-metric";
2350
+ "metric+delta": "metric+delta";
2351
+ timeseries: "timeseries";
2352
+ "multi-timeseries": "multi-timeseries";
2353
+ categorical: "categorical";
2354
+ "record-list": "record-list";
2355
+ record: "record";
2356
+ matrix: "matrix";
2357
+ "hierarchy/tree": "hierarchy/tree";
2358
+ "calendar-events": "calendar-events";
2359
+ "geo-points": "geo-points";
2360
+ flows: "flows";
2361
+ ohlc: "ohlc";
2362
+ distribution: "distribution";
2363
+ "boolean-map": "boolean-map";
2364
+ stream: "stream";
2365
+ "form-state": "form-state";
2366
+ static: "static";
2367
+ }>;
2368
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
2369
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
2370
+ fn: z.ZodEnum<{
2371
+ count: "count";
2372
+ sum: "sum";
2373
+ avg: "avg";
2374
+ min: "min";
2375
+ max: "max";
2376
+ count_distinct: "count_distinct";
2377
+ percentile: "percentile";
2378
+ }>;
2379
+ column: z.ZodOptional<z.ZodString>;
2380
+ p: z.ZodOptional<z.ZodNumber>;
2381
+ alias: z.ZodString;
2382
+ }, z.core.$strip>>>;
2383
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
2384
+ bucket: z.ZodOptional<z.ZodObject<{
2385
+ column: z.ZodString;
2386
+ unit: z.ZodEnum<{
2387
+ hour: "hour";
2388
+ day: "day";
2389
+ week: "week";
2390
+ month: "month";
2391
+ quarter: "quarter";
2392
+ year: "year";
2393
+ }>;
2394
+ }, z.core.$strip>>;
2395
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
2396
+ column: z.ZodString;
2397
+ op: z.ZodEnum<{
2398
+ eq: "eq";
2399
+ neq: "neq";
2400
+ gt: "gt";
2401
+ gte: "gte";
2402
+ lt: "lt";
2403
+ lte: "lte";
2404
+ in: "in";
2405
+ like: "like";
2406
+ ilike: "ilike";
2407
+ is_null: "is_null";
2408
+ not_null: "not_null";
2409
+ between: "between";
2410
+ }>;
2411
+ value: z.ZodOptional<z.ZodUnknown>;
2412
+ param: z.ZodOptional<z.ZodString>;
2413
+ }, z.core.$strip>>>;
2414
+ window: z.ZodOptional<z.ZodObject<{
2415
+ column: z.ZodString;
2416
+ last: z.ZodNumber;
2417
+ unit: z.ZodEnum<{
2418
+ hour: "hour";
2419
+ day: "day";
2420
+ week: "week";
2421
+ month: "month";
2422
+ quarter: "quarter";
2423
+ year: "year";
2424
+ }>;
2425
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
2426
+ }, z.core.$strip>>;
2427
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
2428
+ column: z.ZodString;
2429
+ dir: z.ZodEnum<{
2430
+ asc: "asc";
2431
+ desc: "desc";
2432
+ }>;
2433
+ }, z.core.$strip>>>;
2434
+ limit: z.ZodOptional<z.ZodNumber>;
2435
+ cursor: z.ZodOptional<z.ZodString>;
2436
+ }, z.core.$strip>>;
2437
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
2438
+ emptyState: z.ZodOptional<z.ZodObject<{
2439
+ icon: z.ZodOptional<z.ZodString>;
2440
+ titleKey: z.ZodOptional<z.ZodString>;
2441
+ bodyKey: z.ZodOptional<z.ZodString>;
2442
+ }, z.core.$strip>>;
2443
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
2444
+ tone: z.ZodOptional<z.ZodEnum<{
2445
+ accent: "accent";
2446
+ pos: "pos";
2447
+ warn: "warn";
2448
+ danger: "danger";
2449
+ info: "info";
2450
+ muted: "muted";
2451
+ }>>;
2452
+ format: z.ZodOptional<z.ZodObject<{
2453
+ locale: z.ZodOptional<z.ZodString>;
2454
+ currency: z.ZodOptional<z.ZodString>;
2455
+ number: z.ZodOptional<z.ZodEnum<{
2456
+ percent: "percent";
2457
+ plain: "plain";
2458
+ compact: "compact";
2459
+ }>>;
2460
+ date: z.ZodOptional<z.ZodEnum<{
2461
+ relative: "relative";
2462
+ short: "short";
2463
+ long: "long";
2464
+ }>>;
2465
+ referenceTime: z.ZodOptional<z.ZodNumber>;
2466
+ }, z.core.$strip>>;
2467
+ testId: z.ZodOptional<z.ZodString>;
2468
+ emptyTitle: z.ZodOptional<z.ZodString>;
2469
+ emptyBody: z.ZodOptional<z.ZodString>;
2470
+ nameField: z.ZodDefault<z.ZodString>;
2471
+ titleField: z.ZodDefault<z.ZodString>;
2472
+ dateField: z.ZodDefault<z.ZodString>;
2473
+ editable: z.ZodDefault<z.ZodBoolean>;
2474
+ showDate: z.ZodDefault<z.ZodBoolean>;
2475
+ namePlaceholder: z.ZodOptional<z.ZodString>;
2476
+ titlePlaceholder: z.ZodOptional<z.ZodString>;
2477
+ dateLabel: z.ZodOptional<z.ZodString>;
2478
+ }, z.core.$strip>;
2479
+ export type BlockSignatureConfig = z.infer<typeof blockSignatureConfigSchema>;
2480
+ export declare function blockSignatureDemoData(seed: number): RowData<BlockSignature>;
2481
+ /**
2482
+ * `block-terms-checkbox` — toggle + editable label. Declared `form-state`
2483
+ * (04 §3): the payload IS the control's own state, so it is never "empty" and
2484
+ * the shared predicate correctly never routes it to the empty card.
2485
+ */
2486
+ export declare const blockTermsCheckboxConfigSchema: z.ZodObject<{
2487
+ title: z.ZodOptional<z.ZodString>;
2488
+ subtitle: z.ZodOptional<z.ZodString>;
2489
+ icon: z.ZodOptional<z.ZodString>;
2490
+ href: z.ZodOptional<z.ZodString>;
2491
+ binding: z.ZodOptional<z.ZodObject<{
2492
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
2493
+ connectionId: z.ZodString;
2494
+ source: z.ZodObject<{
2495
+ schema: z.ZodOptional<z.ZodString>;
2496
+ name: z.ZodString;
2497
+ type: z.ZodDefault<z.ZodEnum<{
2498
+ table: "table";
2499
+ view: "view";
2500
+ }>>;
2501
+ }, z.core.$strip>;
2502
+ shape: z.ZodEnum<{
2503
+ "single-metric": "single-metric";
2504
+ "metric+delta": "metric+delta";
2505
+ timeseries: "timeseries";
2506
+ "multi-timeseries": "multi-timeseries";
2507
+ categorical: "categorical";
2508
+ "record-list": "record-list";
2509
+ record: "record";
2510
+ matrix: "matrix";
2511
+ "hierarchy/tree": "hierarchy/tree";
2512
+ "calendar-events": "calendar-events";
2513
+ "geo-points": "geo-points";
2514
+ flows: "flows";
2515
+ ohlc: "ohlc";
2516
+ distribution: "distribution";
2517
+ "boolean-map": "boolean-map";
2518
+ stream: "stream";
2519
+ "form-state": "form-state";
2520
+ static: "static";
2521
+ }>;
2522
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
2523
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
2524
+ fn: z.ZodEnum<{
2525
+ count: "count";
2526
+ sum: "sum";
2527
+ avg: "avg";
2528
+ min: "min";
2529
+ max: "max";
2530
+ count_distinct: "count_distinct";
2531
+ percentile: "percentile";
2532
+ }>;
2533
+ column: z.ZodOptional<z.ZodString>;
2534
+ p: z.ZodOptional<z.ZodNumber>;
2535
+ alias: z.ZodString;
2536
+ }, z.core.$strip>>>;
2537
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
2538
+ bucket: z.ZodOptional<z.ZodObject<{
2539
+ column: z.ZodString;
2540
+ unit: z.ZodEnum<{
2541
+ hour: "hour";
2542
+ day: "day";
2543
+ week: "week";
2544
+ month: "month";
2545
+ quarter: "quarter";
2546
+ year: "year";
2547
+ }>;
2548
+ }, z.core.$strip>>;
2549
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
2550
+ column: z.ZodString;
2551
+ op: z.ZodEnum<{
2552
+ eq: "eq";
2553
+ neq: "neq";
2554
+ gt: "gt";
2555
+ gte: "gte";
2556
+ lt: "lt";
2557
+ lte: "lte";
2558
+ in: "in";
2559
+ like: "like";
2560
+ ilike: "ilike";
2561
+ is_null: "is_null";
2562
+ not_null: "not_null";
2563
+ between: "between";
2564
+ }>;
2565
+ value: z.ZodOptional<z.ZodUnknown>;
2566
+ param: z.ZodOptional<z.ZodString>;
2567
+ }, z.core.$strip>>>;
2568
+ window: z.ZodOptional<z.ZodObject<{
2569
+ column: z.ZodString;
2570
+ last: z.ZodNumber;
2571
+ unit: z.ZodEnum<{
2572
+ hour: "hour";
2573
+ day: "day";
2574
+ week: "week";
2575
+ month: "month";
2576
+ quarter: "quarter";
2577
+ year: "year";
2578
+ }>;
2579
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
2580
+ }, z.core.$strip>>;
2581
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
2582
+ column: z.ZodString;
2583
+ dir: z.ZodEnum<{
2584
+ asc: "asc";
2585
+ desc: "desc";
2586
+ }>;
2587
+ }, z.core.$strip>>>;
2588
+ limit: z.ZodOptional<z.ZodNumber>;
2589
+ cursor: z.ZodOptional<z.ZodString>;
2590
+ }, z.core.$strip>>;
2591
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
2592
+ emptyState: z.ZodOptional<z.ZodObject<{
2593
+ icon: z.ZodOptional<z.ZodString>;
2594
+ titleKey: z.ZodOptional<z.ZodString>;
2595
+ bodyKey: z.ZodOptional<z.ZodString>;
2596
+ }, z.core.$strip>>;
2597
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
2598
+ tone: z.ZodOptional<z.ZodEnum<{
2599
+ accent: "accent";
2600
+ pos: "pos";
2601
+ warn: "warn";
2602
+ danger: "danger";
2603
+ info: "info";
2604
+ muted: "muted";
2605
+ }>>;
2606
+ format: z.ZodOptional<z.ZodObject<{
2607
+ locale: z.ZodOptional<z.ZodString>;
2608
+ currency: z.ZodOptional<z.ZodString>;
2609
+ number: z.ZodOptional<z.ZodEnum<{
2610
+ percent: "percent";
2611
+ plain: "plain";
2612
+ compact: "compact";
2613
+ }>>;
2614
+ date: z.ZodOptional<z.ZodEnum<{
2615
+ relative: "relative";
2616
+ short: "short";
2617
+ long: "long";
2618
+ }>>;
2619
+ referenceTime: z.ZodOptional<z.ZodNumber>;
2620
+ }, z.core.$strip>>;
2621
+ testId: z.ZodOptional<z.ZodString>;
2622
+ labelField: z.ZodDefault<z.ZodString>;
2623
+ checkedField: z.ZodDefault<z.ZodString>;
2624
+ editableLabel: z.ZodDefault<z.ZodBoolean>;
2625
+ defaultLabel: z.ZodOptional<z.ZodString>;
2626
+ }, z.core.$strip>;
2627
+ export type BlockTermsCheckboxConfig = z.infer<typeof blockTermsCheckboxConfigSchema>;
2628
+ export declare function blockTermsCheckboxDemoData(seed: number): BlockTerms;
2629
+ /** `block-approval` — approver card, status-tinted pill (Pending/Approved/Rejected). */
2630
+ export declare const blockApprovalConfigSchema: z.ZodObject<{
2631
+ title: z.ZodOptional<z.ZodString>;
2632
+ subtitle: z.ZodOptional<z.ZodString>;
2633
+ icon: z.ZodOptional<z.ZodString>;
2634
+ href: z.ZodOptional<z.ZodString>;
2635
+ binding: z.ZodOptional<z.ZodObject<{
2636
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
2637
+ connectionId: z.ZodString;
2638
+ source: z.ZodObject<{
2639
+ schema: z.ZodOptional<z.ZodString>;
2640
+ name: z.ZodString;
2641
+ type: z.ZodDefault<z.ZodEnum<{
2642
+ table: "table";
2643
+ view: "view";
2644
+ }>>;
2645
+ }, z.core.$strip>;
2646
+ shape: z.ZodEnum<{
2647
+ "single-metric": "single-metric";
2648
+ "metric+delta": "metric+delta";
2649
+ timeseries: "timeseries";
2650
+ "multi-timeseries": "multi-timeseries";
2651
+ categorical: "categorical";
2652
+ "record-list": "record-list";
2653
+ record: "record";
2654
+ matrix: "matrix";
2655
+ "hierarchy/tree": "hierarchy/tree";
2656
+ "calendar-events": "calendar-events";
2657
+ "geo-points": "geo-points";
2658
+ flows: "flows";
2659
+ ohlc: "ohlc";
2660
+ distribution: "distribution";
2661
+ "boolean-map": "boolean-map";
2662
+ stream: "stream";
2663
+ "form-state": "form-state";
2664
+ static: "static";
2665
+ }>;
2666
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
2667
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
2668
+ fn: z.ZodEnum<{
2669
+ count: "count";
2670
+ sum: "sum";
2671
+ avg: "avg";
2672
+ min: "min";
2673
+ max: "max";
2674
+ count_distinct: "count_distinct";
2675
+ percentile: "percentile";
2676
+ }>;
2677
+ column: z.ZodOptional<z.ZodString>;
2678
+ p: z.ZodOptional<z.ZodNumber>;
2679
+ alias: z.ZodString;
2680
+ }, z.core.$strip>>>;
2681
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
2682
+ bucket: z.ZodOptional<z.ZodObject<{
2683
+ column: z.ZodString;
2684
+ unit: z.ZodEnum<{
2685
+ hour: "hour";
2686
+ day: "day";
2687
+ week: "week";
2688
+ month: "month";
2689
+ quarter: "quarter";
2690
+ year: "year";
2691
+ }>;
2692
+ }, z.core.$strip>>;
2693
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
2694
+ column: z.ZodString;
2695
+ op: z.ZodEnum<{
2696
+ eq: "eq";
2697
+ neq: "neq";
2698
+ gt: "gt";
2699
+ gte: "gte";
2700
+ lt: "lt";
2701
+ lte: "lte";
2702
+ in: "in";
2703
+ like: "like";
2704
+ ilike: "ilike";
2705
+ is_null: "is_null";
2706
+ not_null: "not_null";
2707
+ between: "between";
2708
+ }>;
2709
+ value: z.ZodOptional<z.ZodUnknown>;
2710
+ param: z.ZodOptional<z.ZodString>;
2711
+ }, z.core.$strip>>>;
2712
+ window: z.ZodOptional<z.ZodObject<{
2713
+ column: z.ZodString;
2714
+ last: z.ZodNumber;
2715
+ unit: z.ZodEnum<{
2716
+ hour: "hour";
2717
+ day: "day";
2718
+ week: "week";
2719
+ month: "month";
2720
+ quarter: "quarter";
2721
+ year: "year";
2722
+ }>;
2723
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
2724
+ }, z.core.$strip>>;
2725
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
2726
+ column: z.ZodString;
2727
+ dir: z.ZodEnum<{
2728
+ asc: "asc";
2729
+ desc: "desc";
2730
+ }>;
2731
+ }, z.core.$strip>>>;
2732
+ limit: z.ZodOptional<z.ZodNumber>;
2733
+ cursor: z.ZodOptional<z.ZodString>;
2734
+ }, z.core.$strip>>;
2735
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
2736
+ emptyState: z.ZodOptional<z.ZodObject<{
2737
+ icon: z.ZodOptional<z.ZodString>;
2738
+ titleKey: z.ZodOptional<z.ZodString>;
2739
+ bodyKey: z.ZodOptional<z.ZodString>;
2740
+ }, z.core.$strip>>;
2741
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
2742
+ tone: z.ZodOptional<z.ZodEnum<{
2743
+ accent: "accent";
2744
+ pos: "pos";
2745
+ warn: "warn";
2746
+ danger: "danger";
2747
+ info: "info";
2748
+ muted: "muted";
2749
+ }>>;
2750
+ format: z.ZodOptional<z.ZodObject<{
2751
+ locale: z.ZodOptional<z.ZodString>;
2752
+ currency: z.ZodOptional<z.ZodString>;
2753
+ number: z.ZodOptional<z.ZodEnum<{
2754
+ percent: "percent";
2755
+ plain: "plain";
2756
+ compact: "compact";
2757
+ }>>;
2758
+ date: z.ZodOptional<z.ZodEnum<{
2759
+ relative: "relative";
2760
+ short: "short";
2761
+ long: "long";
2762
+ }>>;
2763
+ referenceTime: z.ZodOptional<z.ZodNumber>;
2764
+ }, z.core.$strip>>;
2765
+ testId: z.ZodOptional<z.ZodString>;
2766
+ emptyTitle: z.ZodOptional<z.ZodString>;
2767
+ emptyBody: z.ZodOptional<z.ZodString>;
2768
+ nameField: z.ZodDefault<z.ZodString>;
2769
+ titleField: z.ZodDefault<z.ZodString>;
2770
+ statusField: z.ZodDefault<z.ZodString>;
2771
+ actionable: z.ZodDefault<z.ZodBoolean>;
2772
+ approveLabel: z.ZodOptional<z.ZodString>;
2773
+ rejectLabel: z.ZodOptional<z.ZodString>;
2774
+ pendingLabel: z.ZodOptional<z.ZodString>;
2775
+ approvedLabel: z.ZodOptional<z.ZodString>;
2776
+ rejectedLabel: z.ZodOptional<z.ZodString>;
2777
+ }, z.core.$strip>;
2778
+ export type BlockApprovalConfig = z.infer<typeof blockApprovalConfigSchema>;
2779
+ export declare function blockApprovalDemoData(seed: number): RowData<BlockApproval>;
2780
+ /** `block-attachments` — paperclip rows w/ mono sizes. */
2781
+ export declare const blockAttachmentsConfigSchema: z.ZodObject<{
2782
+ title: z.ZodOptional<z.ZodString>;
2783
+ subtitle: z.ZodOptional<z.ZodString>;
2784
+ icon: z.ZodOptional<z.ZodString>;
2785
+ href: z.ZodOptional<z.ZodString>;
2786
+ binding: z.ZodOptional<z.ZodObject<{
2787
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
2788
+ connectionId: z.ZodString;
2789
+ source: z.ZodObject<{
2790
+ schema: z.ZodOptional<z.ZodString>;
2791
+ name: z.ZodString;
2792
+ type: z.ZodDefault<z.ZodEnum<{
2793
+ table: "table";
2794
+ view: "view";
2795
+ }>>;
2796
+ }, z.core.$strip>;
2797
+ shape: z.ZodEnum<{
2798
+ "single-metric": "single-metric";
2799
+ "metric+delta": "metric+delta";
2800
+ timeseries: "timeseries";
2801
+ "multi-timeseries": "multi-timeseries";
2802
+ categorical: "categorical";
2803
+ "record-list": "record-list";
2804
+ record: "record";
2805
+ matrix: "matrix";
2806
+ "hierarchy/tree": "hierarchy/tree";
2807
+ "calendar-events": "calendar-events";
2808
+ "geo-points": "geo-points";
2809
+ flows: "flows";
2810
+ ohlc: "ohlc";
2811
+ distribution: "distribution";
2812
+ "boolean-map": "boolean-map";
2813
+ stream: "stream";
2814
+ "form-state": "form-state";
2815
+ static: "static";
2816
+ }>;
2817
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
2818
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
2819
+ fn: z.ZodEnum<{
2820
+ count: "count";
2821
+ sum: "sum";
2822
+ avg: "avg";
2823
+ min: "min";
2824
+ max: "max";
2825
+ count_distinct: "count_distinct";
2826
+ percentile: "percentile";
2827
+ }>;
2828
+ column: z.ZodOptional<z.ZodString>;
2829
+ p: z.ZodOptional<z.ZodNumber>;
2830
+ alias: z.ZodString;
2831
+ }, z.core.$strip>>>;
2832
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
2833
+ bucket: z.ZodOptional<z.ZodObject<{
2834
+ column: z.ZodString;
2835
+ unit: z.ZodEnum<{
2836
+ hour: "hour";
2837
+ day: "day";
2838
+ week: "week";
2839
+ month: "month";
2840
+ quarter: "quarter";
2841
+ year: "year";
2842
+ }>;
2843
+ }, z.core.$strip>>;
2844
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
2845
+ column: z.ZodString;
2846
+ op: z.ZodEnum<{
2847
+ eq: "eq";
2848
+ neq: "neq";
2849
+ gt: "gt";
2850
+ gte: "gte";
2851
+ lt: "lt";
2852
+ lte: "lte";
2853
+ in: "in";
2854
+ like: "like";
2855
+ ilike: "ilike";
2856
+ is_null: "is_null";
2857
+ not_null: "not_null";
2858
+ between: "between";
2859
+ }>;
2860
+ value: z.ZodOptional<z.ZodUnknown>;
2861
+ param: z.ZodOptional<z.ZodString>;
2862
+ }, z.core.$strip>>>;
2863
+ window: z.ZodOptional<z.ZodObject<{
2864
+ column: z.ZodString;
2865
+ last: z.ZodNumber;
2866
+ unit: z.ZodEnum<{
2867
+ hour: "hour";
2868
+ day: "day";
2869
+ week: "week";
2870
+ month: "month";
2871
+ quarter: "quarter";
2872
+ year: "year";
2873
+ }>;
2874
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
2875
+ }, z.core.$strip>>;
2876
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
2877
+ column: z.ZodString;
2878
+ dir: z.ZodEnum<{
2879
+ asc: "asc";
2880
+ desc: "desc";
2881
+ }>;
2882
+ }, z.core.$strip>>>;
2883
+ limit: z.ZodOptional<z.ZodNumber>;
2884
+ cursor: z.ZodOptional<z.ZodString>;
2885
+ }, z.core.$strip>>;
2886
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
2887
+ emptyState: z.ZodOptional<z.ZodObject<{
2888
+ icon: z.ZodOptional<z.ZodString>;
2889
+ titleKey: z.ZodOptional<z.ZodString>;
2890
+ bodyKey: z.ZodOptional<z.ZodString>;
2891
+ }, z.core.$strip>>;
2892
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
2893
+ tone: z.ZodOptional<z.ZodEnum<{
2894
+ accent: "accent";
2895
+ pos: "pos";
2896
+ warn: "warn";
2897
+ danger: "danger";
2898
+ info: "info";
2899
+ muted: "muted";
2900
+ }>>;
2901
+ format: z.ZodOptional<z.ZodObject<{
2902
+ locale: z.ZodOptional<z.ZodString>;
2903
+ currency: z.ZodOptional<z.ZodString>;
2904
+ number: z.ZodOptional<z.ZodEnum<{
2905
+ percent: "percent";
2906
+ plain: "plain";
2907
+ compact: "compact";
2908
+ }>>;
2909
+ date: z.ZodOptional<z.ZodEnum<{
2910
+ relative: "relative";
2911
+ short: "short";
2912
+ long: "long";
2913
+ }>>;
2914
+ referenceTime: z.ZodOptional<z.ZodNumber>;
2915
+ }, z.core.$strip>>;
2916
+ testId: z.ZodOptional<z.ZodString>;
2917
+ emptyTitle: z.ZodOptional<z.ZodString>;
2918
+ emptyBody: z.ZodOptional<z.ZodString>;
2919
+ idField: z.ZodDefault<z.ZodString>;
2920
+ nameField: z.ZodDefault<z.ZodString>;
2921
+ sizeField: z.ZodDefault<z.ZodString>;
2922
+ maxRows: z.ZodDefault<z.ZodNumber>;
2923
+ }, z.core.$strip>;
2924
+ export type BlockAttachmentsConfig = z.infer<typeof blockAttachmentsConfigSchema>;
2925
+ export declare function blockAttachmentsDemoData(seed: number): RowsData<BlockAttachment>;
2926
+ /** `block-late-fees` — warn callout with templated rate/days copy. */
2927
+ export declare const blockLateFeesConfigSchema: z.ZodObject<{
2928
+ title: z.ZodOptional<z.ZodString>;
2929
+ subtitle: z.ZodOptional<z.ZodString>;
2930
+ icon: z.ZodOptional<z.ZodString>;
2931
+ href: z.ZodOptional<z.ZodString>;
2932
+ binding: z.ZodOptional<z.ZodObject<{
2933
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
2934
+ connectionId: z.ZodString;
2935
+ source: z.ZodObject<{
2936
+ schema: z.ZodOptional<z.ZodString>;
2937
+ name: z.ZodString;
2938
+ type: z.ZodDefault<z.ZodEnum<{
2939
+ table: "table";
2940
+ view: "view";
2941
+ }>>;
2942
+ }, z.core.$strip>;
2943
+ shape: z.ZodEnum<{
2944
+ "single-metric": "single-metric";
2945
+ "metric+delta": "metric+delta";
2946
+ timeseries: "timeseries";
2947
+ "multi-timeseries": "multi-timeseries";
2948
+ categorical: "categorical";
2949
+ "record-list": "record-list";
2950
+ record: "record";
2951
+ matrix: "matrix";
2952
+ "hierarchy/tree": "hierarchy/tree";
2953
+ "calendar-events": "calendar-events";
2954
+ "geo-points": "geo-points";
2955
+ flows: "flows";
2956
+ ohlc: "ohlc";
2957
+ distribution: "distribution";
2958
+ "boolean-map": "boolean-map";
2959
+ stream: "stream";
2960
+ "form-state": "form-state";
2961
+ static: "static";
2962
+ }>;
2963
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
2964
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
2965
+ fn: z.ZodEnum<{
2966
+ count: "count";
2967
+ sum: "sum";
2968
+ avg: "avg";
2969
+ min: "min";
2970
+ max: "max";
2971
+ count_distinct: "count_distinct";
2972
+ percentile: "percentile";
2973
+ }>;
2974
+ column: z.ZodOptional<z.ZodString>;
2975
+ p: z.ZodOptional<z.ZodNumber>;
2976
+ alias: z.ZodString;
2977
+ }, z.core.$strip>>>;
2978
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
2979
+ bucket: z.ZodOptional<z.ZodObject<{
2980
+ column: z.ZodString;
2981
+ unit: z.ZodEnum<{
2982
+ hour: "hour";
2983
+ day: "day";
2984
+ week: "week";
2985
+ month: "month";
2986
+ quarter: "quarter";
2987
+ year: "year";
2988
+ }>;
2989
+ }, z.core.$strip>>;
2990
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
2991
+ column: z.ZodString;
2992
+ op: z.ZodEnum<{
2993
+ eq: "eq";
2994
+ neq: "neq";
2995
+ gt: "gt";
2996
+ gte: "gte";
2997
+ lt: "lt";
2998
+ lte: "lte";
2999
+ in: "in";
3000
+ like: "like";
3001
+ ilike: "ilike";
3002
+ is_null: "is_null";
3003
+ not_null: "not_null";
3004
+ between: "between";
3005
+ }>;
3006
+ value: z.ZodOptional<z.ZodUnknown>;
3007
+ param: z.ZodOptional<z.ZodString>;
3008
+ }, z.core.$strip>>>;
3009
+ window: z.ZodOptional<z.ZodObject<{
3010
+ column: z.ZodString;
3011
+ last: z.ZodNumber;
3012
+ unit: z.ZodEnum<{
3013
+ hour: "hour";
3014
+ day: "day";
3015
+ week: "week";
3016
+ month: "month";
3017
+ quarter: "quarter";
3018
+ year: "year";
3019
+ }>;
3020
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
3021
+ }, z.core.$strip>>;
3022
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
3023
+ column: z.ZodString;
3024
+ dir: z.ZodEnum<{
3025
+ asc: "asc";
3026
+ desc: "desc";
3027
+ }>;
3028
+ }, z.core.$strip>>>;
3029
+ limit: z.ZodOptional<z.ZodNumber>;
3030
+ cursor: z.ZodOptional<z.ZodString>;
3031
+ }, z.core.$strip>>;
3032
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
3033
+ emptyState: z.ZodOptional<z.ZodObject<{
3034
+ icon: z.ZodOptional<z.ZodString>;
3035
+ titleKey: z.ZodOptional<z.ZodString>;
3036
+ bodyKey: z.ZodOptional<z.ZodString>;
3037
+ }, z.core.$strip>>;
3038
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
3039
+ tone: z.ZodOptional<z.ZodEnum<{
3040
+ accent: "accent";
3041
+ pos: "pos";
3042
+ warn: "warn";
3043
+ danger: "danger";
3044
+ info: "info";
3045
+ muted: "muted";
3046
+ }>>;
3047
+ format: z.ZodOptional<z.ZodObject<{
3048
+ locale: z.ZodOptional<z.ZodString>;
3049
+ currency: z.ZodOptional<z.ZodString>;
3050
+ number: z.ZodOptional<z.ZodEnum<{
3051
+ percent: "percent";
3052
+ plain: "plain";
3053
+ compact: "compact";
3054
+ }>>;
3055
+ date: z.ZodOptional<z.ZodEnum<{
3056
+ relative: "relative";
3057
+ short: "short";
3058
+ long: "long";
3059
+ }>>;
3060
+ referenceTime: z.ZodOptional<z.ZodNumber>;
3061
+ }, z.core.$strip>>;
3062
+ testId: z.ZodOptional<z.ZodString>;
3063
+ emptyTitle: z.ZodOptional<z.ZodString>;
3064
+ emptyBody: z.ZodOptional<z.ZodString>;
3065
+ rateField: z.ZodDefault<z.ZodString>;
3066
+ daysField: z.ZodDefault<z.ZodString>;
3067
+ template: z.ZodOptional<z.ZodString>;
3068
+ }, z.core.$strip>;
3069
+ export type BlockLateFeesConfig = z.infer<typeof blockLateFeesConfigSchema>;
3070
+ export declare function blockLateFeesDemoData(seed: number): RowData<BlockLateFees>;
3071
+ /** `block-image-placeholder` — dashed diagonal-stripe box + caption. */
3072
+ export declare const blockImagePlaceholderConfigSchema: z.ZodObject<{
3073
+ title: z.ZodOptional<z.ZodString>;
3074
+ subtitle: z.ZodOptional<z.ZodString>;
3075
+ icon: z.ZodOptional<z.ZodString>;
3076
+ href: z.ZodOptional<z.ZodString>;
3077
+ binding: z.ZodOptional<z.ZodObject<{
3078
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
3079
+ connectionId: z.ZodString;
3080
+ source: z.ZodObject<{
3081
+ schema: z.ZodOptional<z.ZodString>;
3082
+ name: z.ZodString;
3083
+ type: z.ZodDefault<z.ZodEnum<{
3084
+ table: "table";
3085
+ view: "view";
3086
+ }>>;
3087
+ }, z.core.$strip>;
3088
+ shape: z.ZodEnum<{
3089
+ "single-metric": "single-metric";
3090
+ "metric+delta": "metric+delta";
3091
+ timeseries: "timeseries";
3092
+ "multi-timeseries": "multi-timeseries";
3093
+ categorical: "categorical";
3094
+ "record-list": "record-list";
3095
+ record: "record";
3096
+ matrix: "matrix";
3097
+ "hierarchy/tree": "hierarchy/tree";
3098
+ "calendar-events": "calendar-events";
3099
+ "geo-points": "geo-points";
3100
+ flows: "flows";
3101
+ ohlc: "ohlc";
3102
+ distribution: "distribution";
3103
+ "boolean-map": "boolean-map";
3104
+ stream: "stream";
3105
+ "form-state": "form-state";
3106
+ static: "static";
3107
+ }>;
3108
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
3109
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
3110
+ fn: z.ZodEnum<{
3111
+ count: "count";
3112
+ sum: "sum";
3113
+ avg: "avg";
3114
+ min: "min";
3115
+ max: "max";
3116
+ count_distinct: "count_distinct";
3117
+ percentile: "percentile";
3118
+ }>;
3119
+ column: z.ZodOptional<z.ZodString>;
3120
+ p: z.ZodOptional<z.ZodNumber>;
3121
+ alias: z.ZodString;
3122
+ }, z.core.$strip>>>;
3123
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
3124
+ bucket: z.ZodOptional<z.ZodObject<{
3125
+ column: z.ZodString;
3126
+ unit: z.ZodEnum<{
3127
+ hour: "hour";
3128
+ day: "day";
3129
+ week: "week";
3130
+ month: "month";
3131
+ quarter: "quarter";
3132
+ year: "year";
3133
+ }>;
3134
+ }, z.core.$strip>>;
3135
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
3136
+ column: z.ZodString;
3137
+ op: z.ZodEnum<{
3138
+ eq: "eq";
3139
+ neq: "neq";
3140
+ gt: "gt";
3141
+ gte: "gte";
3142
+ lt: "lt";
3143
+ lte: "lte";
3144
+ in: "in";
3145
+ like: "like";
3146
+ ilike: "ilike";
3147
+ is_null: "is_null";
3148
+ not_null: "not_null";
3149
+ between: "between";
3150
+ }>;
3151
+ value: z.ZodOptional<z.ZodUnknown>;
3152
+ param: z.ZodOptional<z.ZodString>;
3153
+ }, z.core.$strip>>>;
3154
+ window: z.ZodOptional<z.ZodObject<{
3155
+ column: z.ZodString;
3156
+ last: z.ZodNumber;
3157
+ unit: z.ZodEnum<{
3158
+ hour: "hour";
3159
+ day: "day";
3160
+ week: "week";
3161
+ month: "month";
3162
+ quarter: "quarter";
3163
+ year: "year";
3164
+ }>;
3165
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
3166
+ }, z.core.$strip>>;
3167
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
3168
+ column: z.ZodString;
3169
+ dir: z.ZodEnum<{
3170
+ asc: "asc";
3171
+ desc: "desc";
3172
+ }>;
3173
+ }, z.core.$strip>>>;
3174
+ limit: z.ZodOptional<z.ZodNumber>;
3175
+ cursor: z.ZodOptional<z.ZodString>;
3176
+ }, z.core.$strip>>;
3177
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
3178
+ emptyState: z.ZodOptional<z.ZodObject<{
3179
+ icon: z.ZodOptional<z.ZodString>;
3180
+ titleKey: z.ZodOptional<z.ZodString>;
3181
+ bodyKey: z.ZodOptional<z.ZodString>;
3182
+ }, z.core.$strip>>;
3183
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
3184
+ tone: z.ZodOptional<z.ZodEnum<{
3185
+ accent: "accent";
3186
+ pos: "pos";
3187
+ warn: "warn";
3188
+ danger: "danger";
3189
+ info: "info";
3190
+ muted: "muted";
3191
+ }>>;
3192
+ format: z.ZodOptional<z.ZodObject<{
3193
+ locale: z.ZodOptional<z.ZodString>;
3194
+ currency: z.ZodOptional<z.ZodString>;
3195
+ number: z.ZodOptional<z.ZodEnum<{
3196
+ percent: "percent";
3197
+ plain: "plain";
3198
+ compact: "compact";
3199
+ }>>;
3200
+ date: z.ZodOptional<z.ZodEnum<{
3201
+ relative: "relative";
3202
+ short: "short";
3203
+ long: "long";
3204
+ }>>;
3205
+ referenceTime: z.ZodOptional<z.ZodNumber>;
3206
+ }, z.core.$strip>>;
3207
+ testId: z.ZodOptional<z.ZodString>;
3208
+ emptyTitle: z.ZodOptional<z.ZodString>;
3209
+ emptyBody: z.ZodOptional<z.ZodString>;
3210
+ textField: z.ZodDefault<z.ZodString>;
3211
+ ratio: z.ZodDefault<z.ZodEnum<{
3212
+ "16/9": "16/9";
3213
+ "4/3": "4/3";
3214
+ "1/1": "1/1";
3215
+ }>>;
3216
+ }, z.core.$strip>;
3217
+ export type BlockImagePlaceholderConfig = z.infer<typeof blockImagePlaceholderConfigSchema>;
3218
+ export declare function blockImagePlaceholderDemoData(seed: number): RowData<BlockImagePlaceholder>;
3219
+ /** `block-contact` — icon rows name/email/phone, mono values. */
3220
+ export declare const blockContactConfigSchema: z.ZodObject<{
3221
+ title: z.ZodOptional<z.ZodString>;
3222
+ subtitle: z.ZodOptional<z.ZodString>;
3223
+ icon: z.ZodOptional<z.ZodString>;
3224
+ href: z.ZodOptional<z.ZodString>;
3225
+ binding: z.ZodOptional<z.ZodObject<{
3226
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
3227
+ connectionId: z.ZodString;
3228
+ source: z.ZodObject<{
3229
+ schema: z.ZodOptional<z.ZodString>;
3230
+ name: z.ZodString;
3231
+ type: z.ZodDefault<z.ZodEnum<{
3232
+ table: "table";
3233
+ view: "view";
3234
+ }>>;
3235
+ }, z.core.$strip>;
3236
+ shape: z.ZodEnum<{
3237
+ "single-metric": "single-metric";
3238
+ "metric+delta": "metric+delta";
3239
+ timeseries: "timeseries";
3240
+ "multi-timeseries": "multi-timeseries";
3241
+ categorical: "categorical";
3242
+ "record-list": "record-list";
3243
+ record: "record";
3244
+ matrix: "matrix";
3245
+ "hierarchy/tree": "hierarchy/tree";
3246
+ "calendar-events": "calendar-events";
3247
+ "geo-points": "geo-points";
3248
+ flows: "flows";
3249
+ ohlc: "ohlc";
3250
+ distribution: "distribution";
3251
+ "boolean-map": "boolean-map";
3252
+ stream: "stream";
3253
+ "form-state": "form-state";
3254
+ static: "static";
3255
+ }>;
3256
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
3257
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
3258
+ fn: z.ZodEnum<{
3259
+ count: "count";
3260
+ sum: "sum";
3261
+ avg: "avg";
3262
+ min: "min";
3263
+ max: "max";
3264
+ count_distinct: "count_distinct";
3265
+ percentile: "percentile";
3266
+ }>;
3267
+ column: z.ZodOptional<z.ZodString>;
3268
+ p: z.ZodOptional<z.ZodNumber>;
3269
+ alias: z.ZodString;
3270
+ }, z.core.$strip>>>;
3271
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
3272
+ bucket: z.ZodOptional<z.ZodObject<{
3273
+ column: z.ZodString;
3274
+ unit: z.ZodEnum<{
3275
+ hour: "hour";
3276
+ day: "day";
3277
+ week: "week";
3278
+ month: "month";
3279
+ quarter: "quarter";
3280
+ year: "year";
3281
+ }>;
3282
+ }, z.core.$strip>>;
3283
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
3284
+ column: z.ZodString;
3285
+ op: z.ZodEnum<{
3286
+ eq: "eq";
3287
+ neq: "neq";
3288
+ gt: "gt";
3289
+ gte: "gte";
3290
+ lt: "lt";
3291
+ lte: "lte";
3292
+ in: "in";
3293
+ like: "like";
3294
+ ilike: "ilike";
3295
+ is_null: "is_null";
3296
+ not_null: "not_null";
3297
+ between: "between";
3298
+ }>;
3299
+ value: z.ZodOptional<z.ZodUnknown>;
3300
+ param: z.ZodOptional<z.ZodString>;
3301
+ }, z.core.$strip>>>;
3302
+ window: z.ZodOptional<z.ZodObject<{
3303
+ column: z.ZodString;
3304
+ last: z.ZodNumber;
3305
+ unit: z.ZodEnum<{
3306
+ hour: "hour";
3307
+ day: "day";
3308
+ week: "week";
3309
+ month: "month";
3310
+ quarter: "quarter";
3311
+ year: "year";
3312
+ }>;
3313
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
3314
+ }, z.core.$strip>>;
3315
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
3316
+ column: z.ZodString;
3317
+ dir: z.ZodEnum<{
3318
+ asc: "asc";
3319
+ desc: "desc";
3320
+ }>;
3321
+ }, z.core.$strip>>>;
3322
+ limit: z.ZodOptional<z.ZodNumber>;
3323
+ cursor: z.ZodOptional<z.ZodString>;
3324
+ }, z.core.$strip>>;
3325
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
3326
+ emptyState: z.ZodOptional<z.ZodObject<{
3327
+ icon: z.ZodOptional<z.ZodString>;
3328
+ titleKey: z.ZodOptional<z.ZodString>;
3329
+ bodyKey: z.ZodOptional<z.ZodString>;
3330
+ }, z.core.$strip>>;
3331
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
3332
+ tone: z.ZodOptional<z.ZodEnum<{
3333
+ accent: "accent";
3334
+ pos: "pos";
3335
+ warn: "warn";
3336
+ danger: "danger";
3337
+ info: "info";
3338
+ muted: "muted";
3339
+ }>>;
3340
+ format: z.ZodOptional<z.ZodObject<{
3341
+ locale: z.ZodOptional<z.ZodString>;
3342
+ currency: z.ZodOptional<z.ZodString>;
3343
+ number: z.ZodOptional<z.ZodEnum<{
3344
+ percent: "percent";
3345
+ plain: "plain";
3346
+ compact: "compact";
3347
+ }>>;
3348
+ date: z.ZodOptional<z.ZodEnum<{
3349
+ relative: "relative";
3350
+ short: "short";
3351
+ long: "long";
3352
+ }>>;
3353
+ referenceTime: z.ZodOptional<z.ZodNumber>;
3354
+ }, z.core.$strip>>;
3355
+ testId: z.ZodOptional<z.ZodString>;
3356
+ emptyTitle: z.ZodOptional<z.ZodString>;
3357
+ emptyBody: z.ZodOptional<z.ZodString>;
3358
+ nameField: z.ZodDefault<z.ZodString>;
3359
+ emailField: z.ZodDefault<z.ZodString>;
3360
+ phoneField: z.ZodDefault<z.ZodString>;
3361
+ }, z.core.$strip>;
3362
+ export type BlockContactConfig = z.infer<typeof blockContactConfigSchema>;
3363
+ export declare function blockContactDemoData(seed: number): RowData<BlockContact>;
3364
+ /** `block-highlight-box` — gray callout, label + large mono value. */
3365
+ export declare const blockHighlightBoxConfigSchema: z.ZodObject<{
3366
+ title: z.ZodOptional<z.ZodString>;
3367
+ subtitle: z.ZodOptional<z.ZodString>;
3368
+ icon: z.ZodOptional<z.ZodString>;
3369
+ href: z.ZodOptional<z.ZodString>;
3370
+ binding: z.ZodOptional<z.ZodObject<{
3371
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
3372
+ connectionId: z.ZodString;
3373
+ source: z.ZodObject<{
3374
+ schema: z.ZodOptional<z.ZodString>;
3375
+ name: z.ZodString;
3376
+ type: z.ZodDefault<z.ZodEnum<{
3377
+ table: "table";
3378
+ view: "view";
3379
+ }>>;
3380
+ }, z.core.$strip>;
3381
+ shape: z.ZodEnum<{
3382
+ "single-metric": "single-metric";
3383
+ "metric+delta": "metric+delta";
3384
+ timeseries: "timeseries";
3385
+ "multi-timeseries": "multi-timeseries";
3386
+ categorical: "categorical";
3387
+ "record-list": "record-list";
3388
+ record: "record";
3389
+ matrix: "matrix";
3390
+ "hierarchy/tree": "hierarchy/tree";
3391
+ "calendar-events": "calendar-events";
3392
+ "geo-points": "geo-points";
3393
+ flows: "flows";
3394
+ ohlc: "ohlc";
3395
+ distribution: "distribution";
3396
+ "boolean-map": "boolean-map";
3397
+ stream: "stream";
3398
+ "form-state": "form-state";
3399
+ static: "static";
3400
+ }>;
3401
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
3402
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
3403
+ fn: z.ZodEnum<{
3404
+ count: "count";
3405
+ sum: "sum";
3406
+ avg: "avg";
3407
+ min: "min";
3408
+ max: "max";
3409
+ count_distinct: "count_distinct";
3410
+ percentile: "percentile";
3411
+ }>;
3412
+ column: z.ZodOptional<z.ZodString>;
3413
+ p: z.ZodOptional<z.ZodNumber>;
3414
+ alias: z.ZodString;
3415
+ }, z.core.$strip>>>;
3416
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
3417
+ bucket: z.ZodOptional<z.ZodObject<{
3418
+ column: z.ZodString;
3419
+ unit: z.ZodEnum<{
3420
+ hour: "hour";
3421
+ day: "day";
3422
+ week: "week";
3423
+ month: "month";
3424
+ quarter: "quarter";
3425
+ year: "year";
3426
+ }>;
3427
+ }, z.core.$strip>>;
3428
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
3429
+ column: z.ZodString;
3430
+ op: z.ZodEnum<{
3431
+ eq: "eq";
3432
+ neq: "neq";
3433
+ gt: "gt";
3434
+ gte: "gte";
3435
+ lt: "lt";
3436
+ lte: "lte";
3437
+ in: "in";
3438
+ like: "like";
3439
+ ilike: "ilike";
3440
+ is_null: "is_null";
3441
+ not_null: "not_null";
3442
+ between: "between";
3443
+ }>;
3444
+ value: z.ZodOptional<z.ZodUnknown>;
3445
+ param: z.ZodOptional<z.ZodString>;
3446
+ }, z.core.$strip>>>;
3447
+ window: z.ZodOptional<z.ZodObject<{
3448
+ column: z.ZodString;
3449
+ last: z.ZodNumber;
3450
+ unit: z.ZodEnum<{
3451
+ hour: "hour";
3452
+ day: "day";
3453
+ week: "week";
3454
+ month: "month";
3455
+ quarter: "quarter";
3456
+ year: "year";
3457
+ }>;
3458
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
3459
+ }, z.core.$strip>>;
3460
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
3461
+ column: z.ZodString;
3462
+ dir: z.ZodEnum<{
3463
+ asc: "asc";
3464
+ desc: "desc";
3465
+ }>;
3466
+ }, z.core.$strip>>>;
3467
+ limit: z.ZodOptional<z.ZodNumber>;
3468
+ cursor: z.ZodOptional<z.ZodString>;
3469
+ }, z.core.$strip>>;
3470
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
3471
+ emptyState: z.ZodOptional<z.ZodObject<{
3472
+ icon: z.ZodOptional<z.ZodString>;
3473
+ titleKey: z.ZodOptional<z.ZodString>;
3474
+ bodyKey: z.ZodOptional<z.ZodString>;
3475
+ }, z.core.$strip>>;
3476
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
3477
+ tone: z.ZodOptional<z.ZodEnum<{
3478
+ accent: "accent";
3479
+ pos: "pos";
3480
+ warn: "warn";
3481
+ danger: "danger";
3482
+ info: "info";
3483
+ muted: "muted";
3484
+ }>>;
3485
+ format: z.ZodOptional<z.ZodObject<{
3486
+ locale: z.ZodOptional<z.ZodString>;
3487
+ currency: z.ZodOptional<z.ZodString>;
3488
+ number: z.ZodOptional<z.ZodEnum<{
3489
+ percent: "percent";
3490
+ plain: "plain";
3491
+ compact: "compact";
3492
+ }>>;
3493
+ date: z.ZodOptional<z.ZodEnum<{
3494
+ relative: "relative";
3495
+ short: "short";
3496
+ long: "long";
3497
+ }>>;
3498
+ referenceTime: z.ZodOptional<z.ZodNumber>;
3499
+ }, z.core.$strip>>;
3500
+ testId: z.ZodOptional<z.ZodString>;
3501
+ emptyTitle: z.ZodOptional<z.ZodString>;
3502
+ emptyBody: z.ZodOptional<z.ZodString>;
3503
+ labelField: z.ZodDefault<z.ZodString>;
3504
+ valueField: z.ZodDefault<z.ZodString>;
3505
+ }, z.core.$strip>;
3506
+ export type BlockHighlightBoxConfig = z.infer<typeof blockHighlightBoxConfigSchema>;
3507
+ export declare function blockHighlightBoxDemoData(seed: number): RowData<BlockHighlight>;
3508
+ /** Re-exported so stories/tests can pin the same anchor the generators use. */
3509
+ export { BLOCK_DEMO_EPOCH, computeTotals };
3510
+ //# sourceMappingURL=blocks-config.d.ts.map