@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,3399 @@
1
+ /**
2
+ * `forms` family config schemas + deterministic demo generators (annex §10) —
3
+ * PURE module (zod + forms-lib only; no React, no @adminium/ui, no lucide).
4
+ *
5
+ * WHY THIS EXISTS: the registry metadata graph reaches this family through
6
+ * `forms-track.definitions.ts`, which imports these schemas and `demoData`
7
+ * generators. Those must NOT drag the @adminium/ui-heavy components into the
8
+ * eager registry chunk — components load only through
9
+ * `lazy(() => import('./forms-track-components.js'))` (one lazy chunk per family,
10
+ * 04 §2.3; the media/system/chrome `*-config` convention).
11
+ *
12
+ * LABELS: widgets are locale-agnostic (04 §2) — user-visible copy arrives as
13
+ * already-translated strings through config, with English developer fallbacks.
14
+ * The dashboard fills them from `t('…')`; en-US entries live at `widgets.forms.*`.
15
+ *
16
+ * DETERMINISM (04 §7.7): every `demoData(seed)` is a pure function of `seed`.
17
+ */
18
+ import { z } from 'zod';
19
+ import { FORM_TONES, ISSUE_SEVERITIES, STEP_STATES } from './forms-lib.js';
20
+ /**
21
+ * A generated form field (annex §10 auto-instantiation: "column type → control").
22
+ * Shared by `modal-wizard` and `drawer-form`; the control vocabulary is CLOSED so
23
+ * a stored manifest can never name a renderer that does not exist.
24
+ */
25
+ export declare const FIELD_KINDS: readonly ["text", "textarea", "number", "email", "url", "select", "switch", "date"];
26
+ export type FieldKind = (typeof FIELD_KINDS)[number];
27
+ export declare const formFieldSchema: z.ZodObject<{
28
+ name: z.ZodString;
29
+ label: z.ZodOptional<z.ZodString>;
30
+ kind: z.ZodDefault<z.ZodEnum<{
31
+ number: "number";
32
+ date: "date";
33
+ select: "select";
34
+ text: "text";
35
+ email: "email";
36
+ url: "url";
37
+ textarea: "textarea";
38
+ switch: "switch";
39
+ }>>;
40
+ required: z.ZodDefault<z.ZodBoolean>;
41
+ placeholder: z.ZodOptional<z.ZodString>;
42
+ options: z.ZodOptional<z.ZodArray<z.ZodObject<{
43
+ value: z.ZodString;
44
+ label: z.ZodOptional<z.ZodString>;
45
+ }, z.core.$strip>>>;
46
+ unit: z.ZodOptional<z.ZodString>;
47
+ helpText: z.ZodOptional<z.ZodString>;
48
+ }, z.core.$strip>;
49
+ export type FormFieldConfig = z.infer<typeof formFieldSchema>;
50
+ export declare const modalWizardConfigSchema: z.ZodObject<{
51
+ title: z.ZodOptional<z.ZodString>;
52
+ subtitle: z.ZodOptional<z.ZodString>;
53
+ icon: z.ZodOptional<z.ZodString>;
54
+ href: z.ZodOptional<z.ZodString>;
55
+ binding: z.ZodOptional<z.ZodObject<{
56
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
57
+ connectionId: z.ZodString;
58
+ source: z.ZodObject<{
59
+ schema: z.ZodOptional<z.ZodString>;
60
+ name: z.ZodString;
61
+ type: z.ZodDefault<z.ZodEnum<{
62
+ table: "table";
63
+ view: "view";
64
+ }>>;
65
+ }, z.core.$strip>;
66
+ shape: z.ZodEnum<{
67
+ "single-metric": "single-metric";
68
+ "metric+delta": "metric+delta";
69
+ timeseries: "timeseries";
70
+ "multi-timeseries": "multi-timeseries";
71
+ categorical: "categorical";
72
+ "record-list": "record-list";
73
+ record: "record";
74
+ matrix: "matrix";
75
+ "hierarchy/tree": "hierarchy/tree";
76
+ "calendar-events": "calendar-events";
77
+ "geo-points": "geo-points";
78
+ flows: "flows";
79
+ ohlc: "ohlc";
80
+ distribution: "distribution";
81
+ "boolean-map": "boolean-map";
82
+ stream: "stream";
83
+ "form-state": "form-state";
84
+ static: "static";
85
+ }>;
86
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
87
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
88
+ fn: z.ZodEnum<{
89
+ count: "count";
90
+ sum: "sum";
91
+ avg: "avg";
92
+ min: "min";
93
+ max: "max";
94
+ count_distinct: "count_distinct";
95
+ percentile: "percentile";
96
+ }>;
97
+ column: z.ZodOptional<z.ZodString>;
98
+ p: z.ZodOptional<z.ZodNumber>;
99
+ alias: z.ZodString;
100
+ }, z.core.$strip>>>;
101
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
102
+ bucket: z.ZodOptional<z.ZodObject<{
103
+ column: z.ZodString;
104
+ unit: z.ZodEnum<{
105
+ hour: "hour";
106
+ day: "day";
107
+ week: "week";
108
+ month: "month";
109
+ quarter: "quarter";
110
+ year: "year";
111
+ }>;
112
+ }, z.core.$strip>>;
113
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
114
+ column: z.ZodString;
115
+ op: z.ZodEnum<{
116
+ eq: "eq";
117
+ neq: "neq";
118
+ gt: "gt";
119
+ gte: "gte";
120
+ lt: "lt";
121
+ lte: "lte";
122
+ in: "in";
123
+ like: "like";
124
+ ilike: "ilike";
125
+ is_null: "is_null";
126
+ not_null: "not_null";
127
+ between: "between";
128
+ }>;
129
+ value: z.ZodOptional<z.ZodUnknown>;
130
+ param: z.ZodOptional<z.ZodString>;
131
+ }, z.core.$strip>>>;
132
+ window: z.ZodOptional<z.ZodObject<{
133
+ column: z.ZodString;
134
+ last: z.ZodNumber;
135
+ unit: z.ZodEnum<{
136
+ hour: "hour";
137
+ day: "day";
138
+ week: "week";
139
+ month: "month";
140
+ quarter: "quarter";
141
+ year: "year";
142
+ }>;
143
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
144
+ }, z.core.$strip>>;
145
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
146
+ column: z.ZodString;
147
+ dir: z.ZodEnum<{
148
+ asc: "asc";
149
+ desc: "desc";
150
+ }>;
151
+ }, z.core.$strip>>>;
152
+ limit: z.ZodOptional<z.ZodNumber>;
153
+ cursor: z.ZodOptional<z.ZodString>;
154
+ }, z.core.$strip>>;
155
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
156
+ emptyState: z.ZodOptional<z.ZodObject<{
157
+ icon: z.ZodOptional<z.ZodString>;
158
+ titleKey: z.ZodOptional<z.ZodString>;
159
+ bodyKey: z.ZodOptional<z.ZodString>;
160
+ }, z.core.$strip>>;
161
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
162
+ tone: z.ZodOptional<z.ZodEnum<{
163
+ accent: "accent";
164
+ pos: "pos";
165
+ warn: "warn";
166
+ danger: "danger";
167
+ info: "info";
168
+ muted: "muted";
169
+ }>>;
170
+ format: z.ZodOptional<z.ZodObject<{
171
+ locale: z.ZodOptional<z.ZodString>;
172
+ currency: z.ZodOptional<z.ZodString>;
173
+ number: z.ZodOptional<z.ZodEnum<{
174
+ percent: "percent";
175
+ plain: "plain";
176
+ compact: "compact";
177
+ }>>;
178
+ date: z.ZodOptional<z.ZodEnum<{
179
+ relative: "relative";
180
+ short: "short";
181
+ long: "long";
182
+ }>>;
183
+ referenceTime: z.ZodOptional<z.ZodNumber>;
184
+ }, z.core.$strip>>;
185
+ testId: z.ZodOptional<z.ZodString>;
186
+ fields: z.ZodOptional<z.ZodArray<z.ZodObject<{
187
+ name: z.ZodString;
188
+ label: z.ZodOptional<z.ZodString>;
189
+ kind: z.ZodDefault<z.ZodEnum<{
190
+ number: "number";
191
+ date: "date";
192
+ select: "select";
193
+ text: "text";
194
+ email: "email";
195
+ url: "url";
196
+ textarea: "textarea";
197
+ switch: "switch";
198
+ }>>;
199
+ required: z.ZodDefault<z.ZodBoolean>;
200
+ placeholder: z.ZodOptional<z.ZodString>;
201
+ options: z.ZodOptional<z.ZodArray<z.ZodObject<{
202
+ value: z.ZodString;
203
+ label: z.ZodOptional<z.ZodString>;
204
+ }, z.core.$strip>>>;
205
+ unit: z.ZodOptional<z.ZodString>;
206
+ helpText: z.ZodOptional<z.ZodString>;
207
+ }, z.core.$strip>>>;
208
+ size: z.ZodDefault<z.ZodEnum<{
209
+ sm: "sm";
210
+ md: "md";
211
+ lg: "lg";
212
+ }>>;
213
+ triggerLabel: z.ZodOptional<z.ZodString>;
214
+ submitLabel: z.ZodOptional<z.ZodString>;
215
+ cancelLabel: z.ZodOptional<z.ZodString>;
216
+ successTitle: z.ZodOptional<z.ZodString>;
217
+ successBody: z.ZodOptional<z.ZodString>;
218
+ doneLabel: z.ZodOptional<z.ZodString>;
219
+ subtitleText: z.ZodOptional<z.ZodString>;
220
+ }, z.core.$strip>;
221
+ export type ModalWizardConfig = z.infer<typeof modalWizardConfigSchema>;
222
+ export declare function modalWizardDemoData(seed: number): {
223
+ fields: FormFieldConfig[];
224
+ values: Record<string, unknown>;
225
+ };
226
+ export declare const drawerFormConfigSchema: z.ZodObject<{
227
+ title: z.ZodOptional<z.ZodString>;
228
+ subtitle: z.ZodOptional<z.ZodString>;
229
+ icon: z.ZodOptional<z.ZodString>;
230
+ href: z.ZodOptional<z.ZodString>;
231
+ binding: z.ZodOptional<z.ZodObject<{
232
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
233
+ connectionId: z.ZodString;
234
+ source: z.ZodObject<{
235
+ schema: z.ZodOptional<z.ZodString>;
236
+ name: z.ZodString;
237
+ type: z.ZodDefault<z.ZodEnum<{
238
+ table: "table";
239
+ view: "view";
240
+ }>>;
241
+ }, z.core.$strip>;
242
+ shape: z.ZodEnum<{
243
+ "single-metric": "single-metric";
244
+ "metric+delta": "metric+delta";
245
+ timeseries: "timeseries";
246
+ "multi-timeseries": "multi-timeseries";
247
+ categorical: "categorical";
248
+ "record-list": "record-list";
249
+ record: "record";
250
+ matrix: "matrix";
251
+ "hierarchy/tree": "hierarchy/tree";
252
+ "calendar-events": "calendar-events";
253
+ "geo-points": "geo-points";
254
+ flows: "flows";
255
+ ohlc: "ohlc";
256
+ distribution: "distribution";
257
+ "boolean-map": "boolean-map";
258
+ stream: "stream";
259
+ "form-state": "form-state";
260
+ static: "static";
261
+ }>;
262
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
263
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
264
+ fn: z.ZodEnum<{
265
+ count: "count";
266
+ sum: "sum";
267
+ avg: "avg";
268
+ min: "min";
269
+ max: "max";
270
+ count_distinct: "count_distinct";
271
+ percentile: "percentile";
272
+ }>;
273
+ column: z.ZodOptional<z.ZodString>;
274
+ p: z.ZodOptional<z.ZodNumber>;
275
+ alias: z.ZodString;
276
+ }, z.core.$strip>>>;
277
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
278
+ bucket: z.ZodOptional<z.ZodObject<{
279
+ column: z.ZodString;
280
+ unit: z.ZodEnum<{
281
+ hour: "hour";
282
+ day: "day";
283
+ week: "week";
284
+ month: "month";
285
+ quarter: "quarter";
286
+ year: "year";
287
+ }>;
288
+ }, z.core.$strip>>;
289
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
290
+ column: z.ZodString;
291
+ op: z.ZodEnum<{
292
+ eq: "eq";
293
+ neq: "neq";
294
+ gt: "gt";
295
+ gte: "gte";
296
+ lt: "lt";
297
+ lte: "lte";
298
+ in: "in";
299
+ like: "like";
300
+ ilike: "ilike";
301
+ is_null: "is_null";
302
+ not_null: "not_null";
303
+ between: "between";
304
+ }>;
305
+ value: z.ZodOptional<z.ZodUnknown>;
306
+ param: z.ZodOptional<z.ZodString>;
307
+ }, z.core.$strip>>>;
308
+ window: z.ZodOptional<z.ZodObject<{
309
+ column: z.ZodString;
310
+ last: z.ZodNumber;
311
+ unit: z.ZodEnum<{
312
+ hour: "hour";
313
+ day: "day";
314
+ week: "week";
315
+ month: "month";
316
+ quarter: "quarter";
317
+ year: "year";
318
+ }>;
319
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
320
+ }, z.core.$strip>>;
321
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
322
+ column: z.ZodString;
323
+ dir: z.ZodEnum<{
324
+ asc: "asc";
325
+ desc: "desc";
326
+ }>;
327
+ }, z.core.$strip>>>;
328
+ limit: z.ZodOptional<z.ZodNumber>;
329
+ cursor: z.ZodOptional<z.ZodString>;
330
+ }, z.core.$strip>>;
331
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
332
+ emptyState: z.ZodOptional<z.ZodObject<{
333
+ icon: z.ZodOptional<z.ZodString>;
334
+ titleKey: z.ZodOptional<z.ZodString>;
335
+ bodyKey: z.ZodOptional<z.ZodString>;
336
+ }, z.core.$strip>>;
337
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
338
+ tone: z.ZodOptional<z.ZodEnum<{
339
+ accent: "accent";
340
+ pos: "pos";
341
+ warn: "warn";
342
+ danger: "danger";
343
+ info: "info";
344
+ muted: "muted";
345
+ }>>;
346
+ format: z.ZodOptional<z.ZodObject<{
347
+ locale: z.ZodOptional<z.ZodString>;
348
+ currency: z.ZodOptional<z.ZodString>;
349
+ number: z.ZodOptional<z.ZodEnum<{
350
+ percent: "percent";
351
+ plain: "plain";
352
+ compact: "compact";
353
+ }>>;
354
+ date: z.ZodOptional<z.ZodEnum<{
355
+ relative: "relative";
356
+ short: "short";
357
+ long: "long";
358
+ }>>;
359
+ referenceTime: z.ZodOptional<z.ZodNumber>;
360
+ }, z.core.$strip>>;
361
+ testId: z.ZodOptional<z.ZodString>;
362
+ fields: z.ZodOptional<z.ZodArray<z.ZodObject<{
363
+ name: z.ZodString;
364
+ label: z.ZodOptional<z.ZodString>;
365
+ kind: z.ZodDefault<z.ZodEnum<{
366
+ number: "number";
367
+ date: "date";
368
+ select: "select";
369
+ text: "text";
370
+ email: "email";
371
+ url: "url";
372
+ textarea: "textarea";
373
+ switch: "switch";
374
+ }>>;
375
+ required: z.ZodDefault<z.ZodBoolean>;
376
+ placeholder: z.ZodOptional<z.ZodString>;
377
+ options: z.ZodOptional<z.ZodArray<z.ZodObject<{
378
+ value: z.ZodString;
379
+ label: z.ZodOptional<z.ZodString>;
380
+ }, z.core.$strip>>>;
381
+ unit: z.ZodOptional<z.ZodString>;
382
+ helpText: z.ZodOptional<z.ZodString>;
383
+ }, z.core.$strip>>>;
384
+ width: z.ZodDefault<z.ZodEnum<{
385
+ sm: "sm";
386
+ md: "md";
387
+ lg: "lg";
388
+ }>>;
389
+ triggerLabel: z.ZodOptional<z.ZodString>;
390
+ submitLabel: z.ZodOptional<z.ZodString>;
391
+ cancelLabel: z.ZodOptional<z.ZodString>;
392
+ subtitleText: z.ZodOptional<z.ZodString>;
393
+ }, z.core.$strip>;
394
+ export type DrawerFormConfig = z.infer<typeof drawerFormConfigSchema>;
395
+ export declare function drawerFormDemoData(seed: number): {
396
+ fields: FormFieldConfig[];
397
+ values: Record<string, unknown>;
398
+ };
399
+ export declare const stepperConfigSchema: 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
+ keyField: z.ZodDefault<z.ZodString>;
536
+ labelField: z.ZodDefault<z.ZodString>;
537
+ descField: z.ZodDefault<z.ZodString>;
538
+ stateField: z.ZodDefault<z.ZodString>;
539
+ orientation: z.ZodDefault<z.ZodEnum<{
540
+ horizontal: "horizontal";
541
+ vertical: "vertical";
542
+ }>>;
543
+ clickable: z.ZodDefault<z.ZodBoolean>;
544
+ activeIndex: z.ZodDefault<z.ZodNumber>;
545
+ showDescriptions: z.ZodDefault<z.ZodBoolean>;
546
+ a11yLabel: z.ZodOptional<z.ZodString>;
547
+ }, z.core.$strip>;
548
+ export type StepperConfig = z.infer<typeof stepperConfigSchema>;
549
+ export declare function stepperDemoData(seed: number): {
550
+ rows: Record<string, unknown>[];
551
+ columns: {
552
+ name: string;
553
+ label: string;
554
+ }[];
555
+ total: number;
556
+ };
557
+ export declare const progressBarConfigSchema: z.ZodObject<{
558
+ title: z.ZodOptional<z.ZodString>;
559
+ subtitle: z.ZodOptional<z.ZodString>;
560
+ icon: z.ZodOptional<z.ZodString>;
561
+ href: z.ZodOptional<z.ZodString>;
562
+ binding: z.ZodOptional<z.ZodObject<{
563
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
564
+ connectionId: z.ZodString;
565
+ source: z.ZodObject<{
566
+ schema: z.ZodOptional<z.ZodString>;
567
+ name: z.ZodString;
568
+ type: z.ZodDefault<z.ZodEnum<{
569
+ table: "table";
570
+ view: "view";
571
+ }>>;
572
+ }, z.core.$strip>;
573
+ shape: z.ZodEnum<{
574
+ "single-metric": "single-metric";
575
+ "metric+delta": "metric+delta";
576
+ timeseries: "timeseries";
577
+ "multi-timeseries": "multi-timeseries";
578
+ categorical: "categorical";
579
+ "record-list": "record-list";
580
+ record: "record";
581
+ matrix: "matrix";
582
+ "hierarchy/tree": "hierarchy/tree";
583
+ "calendar-events": "calendar-events";
584
+ "geo-points": "geo-points";
585
+ flows: "flows";
586
+ ohlc: "ohlc";
587
+ distribution: "distribution";
588
+ "boolean-map": "boolean-map";
589
+ stream: "stream";
590
+ "form-state": "form-state";
591
+ static: "static";
592
+ }>;
593
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
594
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
595
+ fn: z.ZodEnum<{
596
+ count: "count";
597
+ sum: "sum";
598
+ avg: "avg";
599
+ min: "min";
600
+ max: "max";
601
+ count_distinct: "count_distinct";
602
+ percentile: "percentile";
603
+ }>;
604
+ column: z.ZodOptional<z.ZodString>;
605
+ p: z.ZodOptional<z.ZodNumber>;
606
+ alias: z.ZodString;
607
+ }, z.core.$strip>>>;
608
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
609
+ bucket: z.ZodOptional<z.ZodObject<{
610
+ column: z.ZodString;
611
+ unit: z.ZodEnum<{
612
+ hour: "hour";
613
+ day: "day";
614
+ week: "week";
615
+ month: "month";
616
+ quarter: "quarter";
617
+ year: "year";
618
+ }>;
619
+ }, z.core.$strip>>;
620
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
621
+ column: z.ZodString;
622
+ op: z.ZodEnum<{
623
+ eq: "eq";
624
+ neq: "neq";
625
+ gt: "gt";
626
+ gte: "gte";
627
+ lt: "lt";
628
+ lte: "lte";
629
+ in: "in";
630
+ like: "like";
631
+ ilike: "ilike";
632
+ is_null: "is_null";
633
+ not_null: "not_null";
634
+ between: "between";
635
+ }>;
636
+ value: z.ZodOptional<z.ZodUnknown>;
637
+ param: z.ZodOptional<z.ZodString>;
638
+ }, z.core.$strip>>>;
639
+ window: z.ZodOptional<z.ZodObject<{
640
+ column: z.ZodString;
641
+ last: z.ZodNumber;
642
+ unit: z.ZodEnum<{
643
+ hour: "hour";
644
+ day: "day";
645
+ week: "week";
646
+ month: "month";
647
+ quarter: "quarter";
648
+ year: "year";
649
+ }>;
650
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
651
+ }, z.core.$strip>>;
652
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
653
+ column: z.ZodString;
654
+ dir: z.ZodEnum<{
655
+ asc: "asc";
656
+ desc: "desc";
657
+ }>;
658
+ }, z.core.$strip>>>;
659
+ limit: z.ZodOptional<z.ZodNumber>;
660
+ cursor: z.ZodOptional<z.ZodString>;
661
+ }, z.core.$strip>>;
662
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
663
+ emptyState: z.ZodOptional<z.ZodObject<{
664
+ icon: z.ZodOptional<z.ZodString>;
665
+ titleKey: z.ZodOptional<z.ZodString>;
666
+ bodyKey: z.ZodOptional<z.ZodString>;
667
+ }, z.core.$strip>>;
668
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
669
+ tone: z.ZodOptional<z.ZodEnum<{
670
+ accent: "accent";
671
+ pos: "pos";
672
+ warn: "warn";
673
+ danger: "danger";
674
+ info: "info";
675
+ muted: "muted";
676
+ }>>;
677
+ format: z.ZodOptional<z.ZodObject<{
678
+ locale: z.ZodOptional<z.ZodString>;
679
+ currency: z.ZodOptional<z.ZodString>;
680
+ number: z.ZodOptional<z.ZodEnum<{
681
+ percent: "percent";
682
+ plain: "plain";
683
+ compact: "compact";
684
+ }>>;
685
+ date: z.ZodOptional<z.ZodEnum<{
686
+ relative: "relative";
687
+ short: "short";
688
+ long: "long";
689
+ }>>;
690
+ referenceTime: z.ZodOptional<z.ZodNumber>;
691
+ }, z.core.$strip>>;
692
+ testId: z.ZodOptional<z.ZodString>;
693
+ height: z.ZodDefault<z.ZodEnum<{
694
+ sm: "sm";
695
+ md: "md";
696
+ lg: "lg";
697
+ }>>;
698
+ showPercent: z.ZodDefault<z.ZodBoolean>;
699
+ completeColor: z.ZodDefault<z.ZodBoolean>;
700
+ label: z.ZodOptional<z.ZodString>;
701
+ }, z.core.$strip>;
702
+ export type ProgressBarConfig = z.infer<typeof progressBarConfigSchema>;
703
+ export declare function progressBarDemoData(seed: number): {
704
+ value: number;
705
+ };
706
+ export declare const otpInputConfigSchema: z.ZodObject<{
707
+ title: z.ZodOptional<z.ZodString>;
708
+ subtitle: z.ZodOptional<z.ZodString>;
709
+ icon: z.ZodOptional<z.ZodString>;
710
+ href: z.ZodOptional<z.ZodString>;
711
+ binding: z.ZodOptional<z.ZodObject<{
712
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
713
+ connectionId: z.ZodString;
714
+ source: z.ZodObject<{
715
+ schema: z.ZodOptional<z.ZodString>;
716
+ name: z.ZodString;
717
+ type: z.ZodDefault<z.ZodEnum<{
718
+ table: "table";
719
+ view: "view";
720
+ }>>;
721
+ }, z.core.$strip>;
722
+ shape: z.ZodEnum<{
723
+ "single-metric": "single-metric";
724
+ "metric+delta": "metric+delta";
725
+ timeseries: "timeseries";
726
+ "multi-timeseries": "multi-timeseries";
727
+ categorical: "categorical";
728
+ "record-list": "record-list";
729
+ record: "record";
730
+ matrix: "matrix";
731
+ "hierarchy/tree": "hierarchy/tree";
732
+ "calendar-events": "calendar-events";
733
+ "geo-points": "geo-points";
734
+ flows: "flows";
735
+ ohlc: "ohlc";
736
+ distribution: "distribution";
737
+ "boolean-map": "boolean-map";
738
+ stream: "stream";
739
+ "form-state": "form-state";
740
+ static: "static";
741
+ }>;
742
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
743
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
744
+ fn: z.ZodEnum<{
745
+ count: "count";
746
+ sum: "sum";
747
+ avg: "avg";
748
+ min: "min";
749
+ max: "max";
750
+ count_distinct: "count_distinct";
751
+ percentile: "percentile";
752
+ }>;
753
+ column: z.ZodOptional<z.ZodString>;
754
+ p: z.ZodOptional<z.ZodNumber>;
755
+ alias: z.ZodString;
756
+ }, z.core.$strip>>>;
757
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
758
+ bucket: z.ZodOptional<z.ZodObject<{
759
+ column: z.ZodString;
760
+ unit: z.ZodEnum<{
761
+ hour: "hour";
762
+ day: "day";
763
+ week: "week";
764
+ month: "month";
765
+ quarter: "quarter";
766
+ year: "year";
767
+ }>;
768
+ }, z.core.$strip>>;
769
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
770
+ column: z.ZodString;
771
+ op: z.ZodEnum<{
772
+ eq: "eq";
773
+ neq: "neq";
774
+ gt: "gt";
775
+ gte: "gte";
776
+ lt: "lt";
777
+ lte: "lte";
778
+ in: "in";
779
+ like: "like";
780
+ ilike: "ilike";
781
+ is_null: "is_null";
782
+ not_null: "not_null";
783
+ between: "between";
784
+ }>;
785
+ value: z.ZodOptional<z.ZodUnknown>;
786
+ param: z.ZodOptional<z.ZodString>;
787
+ }, z.core.$strip>>>;
788
+ window: z.ZodOptional<z.ZodObject<{
789
+ column: z.ZodString;
790
+ last: z.ZodNumber;
791
+ unit: z.ZodEnum<{
792
+ hour: "hour";
793
+ day: "day";
794
+ week: "week";
795
+ month: "month";
796
+ quarter: "quarter";
797
+ year: "year";
798
+ }>;
799
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
800
+ }, z.core.$strip>>;
801
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
802
+ column: z.ZodString;
803
+ dir: z.ZodEnum<{
804
+ asc: "asc";
805
+ desc: "desc";
806
+ }>;
807
+ }, z.core.$strip>>>;
808
+ limit: z.ZodOptional<z.ZodNumber>;
809
+ cursor: z.ZodOptional<z.ZodString>;
810
+ }, z.core.$strip>>;
811
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
812
+ emptyState: z.ZodOptional<z.ZodObject<{
813
+ icon: z.ZodOptional<z.ZodString>;
814
+ titleKey: z.ZodOptional<z.ZodString>;
815
+ bodyKey: z.ZodOptional<z.ZodString>;
816
+ }, z.core.$strip>>;
817
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
818
+ tone: z.ZodOptional<z.ZodEnum<{
819
+ accent: "accent";
820
+ pos: "pos";
821
+ warn: "warn";
822
+ danger: "danger";
823
+ info: "info";
824
+ muted: "muted";
825
+ }>>;
826
+ format: z.ZodOptional<z.ZodObject<{
827
+ locale: z.ZodOptional<z.ZodString>;
828
+ currency: z.ZodOptional<z.ZodString>;
829
+ number: z.ZodOptional<z.ZodEnum<{
830
+ percent: "percent";
831
+ plain: "plain";
832
+ compact: "compact";
833
+ }>>;
834
+ date: z.ZodOptional<z.ZodEnum<{
835
+ relative: "relative";
836
+ short: "short";
837
+ long: "long";
838
+ }>>;
839
+ referenceTime: z.ZodOptional<z.ZodNumber>;
840
+ }, z.core.$strip>>;
841
+ testId: z.ZodOptional<z.ZodString>;
842
+ length: z.ZodDefault<z.ZodNumber>;
843
+ label: z.ZodOptional<z.ZodString>;
844
+ helpText: z.ZodOptional<z.ZodString>;
845
+ }, z.core.$strip>;
846
+ export type OtpInputConfig = z.infer<typeof otpInputConfigSchema>;
847
+ export declare function otpInputDemoData(seed: number): {
848
+ fields: never[];
849
+ values: {
850
+ code: string;
851
+ };
852
+ };
853
+ export declare const chipInputConfigSchema: z.ZodObject<{
854
+ title: z.ZodOptional<z.ZodString>;
855
+ subtitle: z.ZodOptional<z.ZodString>;
856
+ icon: z.ZodOptional<z.ZodString>;
857
+ href: z.ZodOptional<z.ZodString>;
858
+ binding: z.ZodOptional<z.ZodObject<{
859
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
860
+ connectionId: z.ZodString;
861
+ source: z.ZodObject<{
862
+ schema: z.ZodOptional<z.ZodString>;
863
+ name: z.ZodString;
864
+ type: z.ZodDefault<z.ZodEnum<{
865
+ table: "table";
866
+ view: "view";
867
+ }>>;
868
+ }, z.core.$strip>;
869
+ shape: z.ZodEnum<{
870
+ "single-metric": "single-metric";
871
+ "metric+delta": "metric+delta";
872
+ timeseries: "timeseries";
873
+ "multi-timeseries": "multi-timeseries";
874
+ categorical: "categorical";
875
+ "record-list": "record-list";
876
+ record: "record";
877
+ matrix: "matrix";
878
+ "hierarchy/tree": "hierarchy/tree";
879
+ "calendar-events": "calendar-events";
880
+ "geo-points": "geo-points";
881
+ flows: "flows";
882
+ ohlc: "ohlc";
883
+ distribution: "distribution";
884
+ "boolean-map": "boolean-map";
885
+ stream: "stream";
886
+ "form-state": "form-state";
887
+ static: "static";
888
+ }>;
889
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
890
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
891
+ fn: z.ZodEnum<{
892
+ count: "count";
893
+ sum: "sum";
894
+ avg: "avg";
895
+ min: "min";
896
+ max: "max";
897
+ count_distinct: "count_distinct";
898
+ percentile: "percentile";
899
+ }>;
900
+ column: z.ZodOptional<z.ZodString>;
901
+ p: z.ZodOptional<z.ZodNumber>;
902
+ alias: z.ZodString;
903
+ }, z.core.$strip>>>;
904
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
905
+ bucket: z.ZodOptional<z.ZodObject<{
906
+ column: z.ZodString;
907
+ unit: z.ZodEnum<{
908
+ hour: "hour";
909
+ day: "day";
910
+ week: "week";
911
+ month: "month";
912
+ quarter: "quarter";
913
+ year: "year";
914
+ }>;
915
+ }, z.core.$strip>>;
916
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
917
+ column: z.ZodString;
918
+ op: z.ZodEnum<{
919
+ eq: "eq";
920
+ neq: "neq";
921
+ gt: "gt";
922
+ gte: "gte";
923
+ lt: "lt";
924
+ lte: "lte";
925
+ in: "in";
926
+ like: "like";
927
+ ilike: "ilike";
928
+ is_null: "is_null";
929
+ not_null: "not_null";
930
+ between: "between";
931
+ }>;
932
+ value: z.ZodOptional<z.ZodUnknown>;
933
+ param: z.ZodOptional<z.ZodString>;
934
+ }, z.core.$strip>>>;
935
+ window: z.ZodOptional<z.ZodObject<{
936
+ column: z.ZodString;
937
+ last: z.ZodNumber;
938
+ unit: z.ZodEnum<{
939
+ hour: "hour";
940
+ day: "day";
941
+ week: "week";
942
+ month: "month";
943
+ quarter: "quarter";
944
+ year: "year";
945
+ }>;
946
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
947
+ }, z.core.$strip>>;
948
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
949
+ column: z.ZodString;
950
+ dir: z.ZodEnum<{
951
+ asc: "asc";
952
+ desc: "desc";
953
+ }>;
954
+ }, z.core.$strip>>>;
955
+ limit: z.ZodOptional<z.ZodNumber>;
956
+ cursor: z.ZodOptional<z.ZodString>;
957
+ }, z.core.$strip>>;
958
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
959
+ emptyState: z.ZodOptional<z.ZodObject<{
960
+ icon: z.ZodOptional<z.ZodString>;
961
+ titleKey: z.ZodOptional<z.ZodString>;
962
+ bodyKey: z.ZodOptional<z.ZodString>;
963
+ }, z.core.$strip>>;
964
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
965
+ tone: z.ZodOptional<z.ZodEnum<{
966
+ accent: "accent";
967
+ pos: "pos";
968
+ warn: "warn";
969
+ danger: "danger";
970
+ info: "info";
971
+ muted: "muted";
972
+ }>>;
973
+ format: z.ZodOptional<z.ZodObject<{
974
+ locale: z.ZodOptional<z.ZodString>;
975
+ currency: z.ZodOptional<z.ZodString>;
976
+ number: z.ZodOptional<z.ZodEnum<{
977
+ percent: "percent";
978
+ plain: "plain";
979
+ compact: "compact";
980
+ }>>;
981
+ date: z.ZodOptional<z.ZodEnum<{
982
+ relative: "relative";
983
+ short: "short";
984
+ long: "long";
985
+ }>>;
986
+ referenceTime: z.ZodOptional<z.ZodNumber>;
987
+ }, z.core.$strip>>;
988
+ testId: z.ZodOptional<z.ZodString>;
989
+ validator: z.ZodDefault<z.ZodEnum<{
990
+ email: "email";
991
+ domain: "domain";
992
+ none: "none";
993
+ }>>;
994
+ placeholder: z.ZodOptional<z.ZodString>;
995
+ mono: z.ZodDefault<z.ZodBoolean>;
996
+ label: z.ZodOptional<z.ZodString>;
997
+ removeLabel: z.ZodOptional<z.ZodString>;
998
+ helpText: z.ZodOptional<z.ZodString>;
999
+ }, z.core.$strip>;
1000
+ export type ChipInputConfig = z.infer<typeof chipInputConfigSchema>;
1001
+ export declare function chipInputDemoData(seed: number): {
1002
+ fields: never[];
1003
+ values: {
1004
+ chips: string[];
1005
+ };
1006
+ };
1007
+ export declare const segmentedControlConfigSchema: z.ZodObject<{
1008
+ title: z.ZodOptional<z.ZodString>;
1009
+ subtitle: z.ZodOptional<z.ZodString>;
1010
+ icon: z.ZodOptional<z.ZodString>;
1011
+ href: z.ZodOptional<z.ZodString>;
1012
+ binding: z.ZodOptional<z.ZodObject<{
1013
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
1014
+ connectionId: z.ZodString;
1015
+ source: z.ZodObject<{
1016
+ schema: z.ZodOptional<z.ZodString>;
1017
+ name: z.ZodString;
1018
+ type: z.ZodDefault<z.ZodEnum<{
1019
+ table: "table";
1020
+ view: "view";
1021
+ }>>;
1022
+ }, z.core.$strip>;
1023
+ shape: z.ZodEnum<{
1024
+ "single-metric": "single-metric";
1025
+ "metric+delta": "metric+delta";
1026
+ timeseries: "timeseries";
1027
+ "multi-timeseries": "multi-timeseries";
1028
+ categorical: "categorical";
1029
+ "record-list": "record-list";
1030
+ record: "record";
1031
+ matrix: "matrix";
1032
+ "hierarchy/tree": "hierarchy/tree";
1033
+ "calendar-events": "calendar-events";
1034
+ "geo-points": "geo-points";
1035
+ flows: "flows";
1036
+ ohlc: "ohlc";
1037
+ distribution: "distribution";
1038
+ "boolean-map": "boolean-map";
1039
+ stream: "stream";
1040
+ "form-state": "form-state";
1041
+ static: "static";
1042
+ }>;
1043
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
1044
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
1045
+ fn: z.ZodEnum<{
1046
+ count: "count";
1047
+ sum: "sum";
1048
+ avg: "avg";
1049
+ min: "min";
1050
+ max: "max";
1051
+ count_distinct: "count_distinct";
1052
+ percentile: "percentile";
1053
+ }>;
1054
+ column: z.ZodOptional<z.ZodString>;
1055
+ p: z.ZodOptional<z.ZodNumber>;
1056
+ alias: z.ZodString;
1057
+ }, z.core.$strip>>>;
1058
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
1059
+ bucket: z.ZodOptional<z.ZodObject<{
1060
+ column: z.ZodString;
1061
+ unit: z.ZodEnum<{
1062
+ hour: "hour";
1063
+ day: "day";
1064
+ week: "week";
1065
+ month: "month";
1066
+ quarter: "quarter";
1067
+ year: "year";
1068
+ }>;
1069
+ }, z.core.$strip>>;
1070
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
1071
+ column: z.ZodString;
1072
+ op: z.ZodEnum<{
1073
+ eq: "eq";
1074
+ neq: "neq";
1075
+ gt: "gt";
1076
+ gte: "gte";
1077
+ lt: "lt";
1078
+ lte: "lte";
1079
+ in: "in";
1080
+ like: "like";
1081
+ ilike: "ilike";
1082
+ is_null: "is_null";
1083
+ not_null: "not_null";
1084
+ between: "between";
1085
+ }>;
1086
+ value: z.ZodOptional<z.ZodUnknown>;
1087
+ param: z.ZodOptional<z.ZodString>;
1088
+ }, z.core.$strip>>>;
1089
+ window: z.ZodOptional<z.ZodObject<{
1090
+ column: z.ZodString;
1091
+ last: z.ZodNumber;
1092
+ unit: z.ZodEnum<{
1093
+ hour: "hour";
1094
+ day: "day";
1095
+ week: "week";
1096
+ month: "month";
1097
+ quarter: "quarter";
1098
+ year: "year";
1099
+ }>;
1100
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
1101
+ }, z.core.$strip>>;
1102
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
1103
+ column: z.ZodString;
1104
+ dir: z.ZodEnum<{
1105
+ asc: "asc";
1106
+ desc: "desc";
1107
+ }>;
1108
+ }, z.core.$strip>>>;
1109
+ limit: z.ZodOptional<z.ZodNumber>;
1110
+ cursor: z.ZodOptional<z.ZodString>;
1111
+ }, z.core.$strip>>;
1112
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
1113
+ emptyState: z.ZodOptional<z.ZodObject<{
1114
+ icon: z.ZodOptional<z.ZodString>;
1115
+ titleKey: z.ZodOptional<z.ZodString>;
1116
+ bodyKey: z.ZodOptional<z.ZodString>;
1117
+ }, z.core.$strip>>;
1118
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
1119
+ tone: z.ZodOptional<z.ZodEnum<{
1120
+ accent: "accent";
1121
+ pos: "pos";
1122
+ warn: "warn";
1123
+ danger: "danger";
1124
+ info: "info";
1125
+ muted: "muted";
1126
+ }>>;
1127
+ format: z.ZodOptional<z.ZodObject<{
1128
+ locale: z.ZodOptional<z.ZodString>;
1129
+ currency: z.ZodOptional<z.ZodString>;
1130
+ number: z.ZodOptional<z.ZodEnum<{
1131
+ percent: "percent";
1132
+ plain: "plain";
1133
+ compact: "compact";
1134
+ }>>;
1135
+ date: z.ZodOptional<z.ZodEnum<{
1136
+ relative: "relative";
1137
+ short: "short";
1138
+ long: "long";
1139
+ }>>;
1140
+ referenceTime: z.ZodOptional<z.ZodNumber>;
1141
+ }, z.core.$strip>>;
1142
+ testId: z.ZodOptional<z.ZodString>;
1143
+ options: z.ZodOptional<z.ZodArray<z.ZodObject<{
1144
+ key: z.ZodString;
1145
+ label: z.ZodOptional<z.ZodString>;
1146
+ dot: z.ZodOptional<z.ZodEnum<{
1147
+ neutral: "neutral";
1148
+ accent: "accent";
1149
+ pos: "pos";
1150
+ warn: "warn";
1151
+ danger: "danger";
1152
+ info: "info";
1153
+ }>>;
1154
+ }, z.core.$strip>>>;
1155
+ style: z.ZodDefault<z.ZodEnum<{
1156
+ track: "track";
1157
+ chips: "chips";
1158
+ }>>;
1159
+ value: z.ZodOptional<z.ZodString>;
1160
+ a11yLabel: z.ZodOptional<z.ZodString>;
1161
+ }, z.core.$strip>;
1162
+ export type SegmentedControlConfig = z.infer<typeof segmentedControlConfigSchema>;
1163
+ export declare function segmentedControlDemoData(seed: number): {
1164
+ fields: never[];
1165
+ values: {
1166
+ value: string;
1167
+ };
1168
+ };
1169
+ /** The default period segments rendered when config supplies no options. */
1170
+ export declare const DEFAULT_SEGMENTS: readonly {
1171
+ key: string;
1172
+ label: string;
1173
+ }[];
1174
+ export declare const filterChipBarConfigSchema: z.ZodObject<{
1175
+ title: z.ZodOptional<z.ZodString>;
1176
+ subtitle: z.ZodOptional<z.ZodString>;
1177
+ icon: z.ZodOptional<z.ZodString>;
1178
+ href: z.ZodOptional<z.ZodString>;
1179
+ binding: z.ZodOptional<z.ZodObject<{
1180
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
1181
+ connectionId: z.ZodString;
1182
+ source: z.ZodObject<{
1183
+ schema: z.ZodOptional<z.ZodString>;
1184
+ name: z.ZodString;
1185
+ type: z.ZodDefault<z.ZodEnum<{
1186
+ table: "table";
1187
+ view: "view";
1188
+ }>>;
1189
+ }, z.core.$strip>;
1190
+ shape: z.ZodEnum<{
1191
+ "single-metric": "single-metric";
1192
+ "metric+delta": "metric+delta";
1193
+ timeseries: "timeseries";
1194
+ "multi-timeseries": "multi-timeseries";
1195
+ categorical: "categorical";
1196
+ "record-list": "record-list";
1197
+ record: "record";
1198
+ matrix: "matrix";
1199
+ "hierarchy/tree": "hierarchy/tree";
1200
+ "calendar-events": "calendar-events";
1201
+ "geo-points": "geo-points";
1202
+ flows: "flows";
1203
+ ohlc: "ohlc";
1204
+ distribution: "distribution";
1205
+ "boolean-map": "boolean-map";
1206
+ stream: "stream";
1207
+ "form-state": "form-state";
1208
+ static: "static";
1209
+ }>;
1210
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
1211
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
1212
+ fn: z.ZodEnum<{
1213
+ count: "count";
1214
+ sum: "sum";
1215
+ avg: "avg";
1216
+ min: "min";
1217
+ max: "max";
1218
+ count_distinct: "count_distinct";
1219
+ percentile: "percentile";
1220
+ }>;
1221
+ column: z.ZodOptional<z.ZodString>;
1222
+ p: z.ZodOptional<z.ZodNumber>;
1223
+ alias: z.ZodString;
1224
+ }, z.core.$strip>>>;
1225
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
1226
+ bucket: z.ZodOptional<z.ZodObject<{
1227
+ column: z.ZodString;
1228
+ unit: z.ZodEnum<{
1229
+ hour: "hour";
1230
+ day: "day";
1231
+ week: "week";
1232
+ month: "month";
1233
+ quarter: "quarter";
1234
+ year: "year";
1235
+ }>;
1236
+ }, z.core.$strip>>;
1237
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
1238
+ column: z.ZodString;
1239
+ op: z.ZodEnum<{
1240
+ eq: "eq";
1241
+ neq: "neq";
1242
+ gt: "gt";
1243
+ gte: "gte";
1244
+ lt: "lt";
1245
+ lte: "lte";
1246
+ in: "in";
1247
+ like: "like";
1248
+ ilike: "ilike";
1249
+ is_null: "is_null";
1250
+ not_null: "not_null";
1251
+ between: "between";
1252
+ }>;
1253
+ value: z.ZodOptional<z.ZodUnknown>;
1254
+ param: z.ZodOptional<z.ZodString>;
1255
+ }, z.core.$strip>>>;
1256
+ window: z.ZodOptional<z.ZodObject<{
1257
+ column: z.ZodString;
1258
+ last: z.ZodNumber;
1259
+ unit: z.ZodEnum<{
1260
+ hour: "hour";
1261
+ day: "day";
1262
+ week: "week";
1263
+ month: "month";
1264
+ quarter: "quarter";
1265
+ year: "year";
1266
+ }>;
1267
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
1268
+ }, z.core.$strip>>;
1269
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
1270
+ column: z.ZodString;
1271
+ dir: z.ZodEnum<{
1272
+ asc: "asc";
1273
+ desc: "desc";
1274
+ }>;
1275
+ }, z.core.$strip>>>;
1276
+ limit: z.ZodOptional<z.ZodNumber>;
1277
+ cursor: z.ZodOptional<z.ZodString>;
1278
+ }, z.core.$strip>>;
1279
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
1280
+ emptyState: z.ZodOptional<z.ZodObject<{
1281
+ icon: z.ZodOptional<z.ZodString>;
1282
+ titleKey: z.ZodOptional<z.ZodString>;
1283
+ bodyKey: z.ZodOptional<z.ZodString>;
1284
+ }, z.core.$strip>>;
1285
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
1286
+ tone: z.ZodOptional<z.ZodEnum<{
1287
+ accent: "accent";
1288
+ pos: "pos";
1289
+ warn: "warn";
1290
+ danger: "danger";
1291
+ info: "info";
1292
+ muted: "muted";
1293
+ }>>;
1294
+ format: z.ZodOptional<z.ZodObject<{
1295
+ locale: z.ZodOptional<z.ZodString>;
1296
+ currency: z.ZodOptional<z.ZodString>;
1297
+ number: z.ZodOptional<z.ZodEnum<{
1298
+ percent: "percent";
1299
+ plain: "plain";
1300
+ compact: "compact";
1301
+ }>>;
1302
+ date: z.ZodOptional<z.ZodEnum<{
1303
+ relative: "relative";
1304
+ short: "short";
1305
+ long: "long";
1306
+ }>>;
1307
+ referenceTime: z.ZodOptional<z.ZodNumber>;
1308
+ }, z.core.$strip>>;
1309
+ testId: z.ZodOptional<z.ZodString>;
1310
+ facetField: z.ZodDefault<z.ZodString>;
1311
+ order: z.ZodOptional<z.ZodArray<z.ZodObject<{
1312
+ key: z.ZodString;
1313
+ label: z.ZodOptional<z.ZodString>;
1314
+ tone: z.ZodOptional<z.ZodEnum<{
1315
+ neutral: "neutral";
1316
+ accent: "accent";
1317
+ pos: "pos";
1318
+ warn: "warn";
1319
+ danger: "danger";
1320
+ info: "info";
1321
+ }>>;
1322
+ }, z.core.$strip>>>;
1323
+ showCounts: z.ZodDefault<z.ZodBoolean>;
1324
+ allLabel: z.ZodOptional<z.ZodString>;
1325
+ value: z.ZodOptional<z.ZodString>;
1326
+ showMeta: z.ZodDefault<z.ZodBoolean>;
1327
+ metaTemplate: z.ZodOptional<z.ZodString>;
1328
+ a11yLabel: z.ZodOptional<z.ZodString>;
1329
+ }, z.core.$strip>;
1330
+ export type FilterChipBarConfig = z.infer<typeof filterChipBarConfigSchema>;
1331
+ export declare function filterChipBarDemoData(seed: number): {
1332
+ rows: Record<string, unknown>[];
1333
+ columns: {
1334
+ name: string;
1335
+ label: string;
1336
+ }[];
1337
+ total: number;
1338
+ };
1339
+ /**
1340
+ * One settings row's metadata, keyed by the same id as the bound `boolean-map`
1341
+ * entry (annex §10: "boolean-map keyed by setting id + row metadata").
1342
+ */
1343
+ export declare const toggleRowSchema: z.ZodObject<{
1344
+ key: z.ZodString;
1345
+ label: z.ZodOptional<z.ZodString>;
1346
+ description: z.ZodOptional<z.ZodString>;
1347
+ icon: z.ZodOptional<z.ZodString>;
1348
+ tone: z.ZodOptional<z.ZodEnum<{
1349
+ neutral: "neutral";
1350
+ accent: "accent";
1351
+ pos: "pos";
1352
+ warn: "warn";
1353
+ danger: "danger";
1354
+ info: "info";
1355
+ }>>;
1356
+ }, z.core.$strip>;
1357
+ export type ToggleRowConfig = z.infer<typeof toggleRowSchema>;
1358
+ export declare const toggleSwitchListConfigSchema: z.ZodObject<{
1359
+ title: z.ZodOptional<z.ZodString>;
1360
+ subtitle: z.ZodOptional<z.ZodString>;
1361
+ icon: z.ZodOptional<z.ZodString>;
1362
+ href: z.ZodOptional<z.ZodString>;
1363
+ binding: z.ZodOptional<z.ZodObject<{
1364
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
1365
+ connectionId: z.ZodString;
1366
+ source: z.ZodObject<{
1367
+ schema: z.ZodOptional<z.ZodString>;
1368
+ name: z.ZodString;
1369
+ type: z.ZodDefault<z.ZodEnum<{
1370
+ table: "table";
1371
+ view: "view";
1372
+ }>>;
1373
+ }, z.core.$strip>;
1374
+ shape: z.ZodEnum<{
1375
+ "single-metric": "single-metric";
1376
+ "metric+delta": "metric+delta";
1377
+ timeseries: "timeseries";
1378
+ "multi-timeseries": "multi-timeseries";
1379
+ categorical: "categorical";
1380
+ "record-list": "record-list";
1381
+ record: "record";
1382
+ matrix: "matrix";
1383
+ "hierarchy/tree": "hierarchy/tree";
1384
+ "calendar-events": "calendar-events";
1385
+ "geo-points": "geo-points";
1386
+ flows: "flows";
1387
+ ohlc: "ohlc";
1388
+ distribution: "distribution";
1389
+ "boolean-map": "boolean-map";
1390
+ stream: "stream";
1391
+ "form-state": "form-state";
1392
+ static: "static";
1393
+ }>;
1394
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
1395
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
1396
+ fn: z.ZodEnum<{
1397
+ count: "count";
1398
+ sum: "sum";
1399
+ avg: "avg";
1400
+ min: "min";
1401
+ max: "max";
1402
+ count_distinct: "count_distinct";
1403
+ percentile: "percentile";
1404
+ }>;
1405
+ column: z.ZodOptional<z.ZodString>;
1406
+ p: z.ZodOptional<z.ZodNumber>;
1407
+ alias: z.ZodString;
1408
+ }, z.core.$strip>>>;
1409
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
1410
+ bucket: z.ZodOptional<z.ZodObject<{
1411
+ column: z.ZodString;
1412
+ unit: z.ZodEnum<{
1413
+ hour: "hour";
1414
+ day: "day";
1415
+ week: "week";
1416
+ month: "month";
1417
+ quarter: "quarter";
1418
+ year: "year";
1419
+ }>;
1420
+ }, z.core.$strip>>;
1421
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
1422
+ column: z.ZodString;
1423
+ op: z.ZodEnum<{
1424
+ eq: "eq";
1425
+ neq: "neq";
1426
+ gt: "gt";
1427
+ gte: "gte";
1428
+ lt: "lt";
1429
+ lte: "lte";
1430
+ in: "in";
1431
+ like: "like";
1432
+ ilike: "ilike";
1433
+ is_null: "is_null";
1434
+ not_null: "not_null";
1435
+ between: "between";
1436
+ }>;
1437
+ value: z.ZodOptional<z.ZodUnknown>;
1438
+ param: z.ZodOptional<z.ZodString>;
1439
+ }, z.core.$strip>>>;
1440
+ window: z.ZodOptional<z.ZodObject<{
1441
+ column: z.ZodString;
1442
+ last: z.ZodNumber;
1443
+ unit: z.ZodEnum<{
1444
+ hour: "hour";
1445
+ day: "day";
1446
+ week: "week";
1447
+ month: "month";
1448
+ quarter: "quarter";
1449
+ year: "year";
1450
+ }>;
1451
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
1452
+ }, z.core.$strip>>;
1453
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
1454
+ column: z.ZodString;
1455
+ dir: z.ZodEnum<{
1456
+ asc: "asc";
1457
+ desc: "desc";
1458
+ }>;
1459
+ }, z.core.$strip>>>;
1460
+ limit: z.ZodOptional<z.ZodNumber>;
1461
+ cursor: z.ZodOptional<z.ZodString>;
1462
+ }, z.core.$strip>>;
1463
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
1464
+ emptyState: z.ZodOptional<z.ZodObject<{
1465
+ icon: z.ZodOptional<z.ZodString>;
1466
+ titleKey: z.ZodOptional<z.ZodString>;
1467
+ bodyKey: z.ZodOptional<z.ZodString>;
1468
+ }, z.core.$strip>>;
1469
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
1470
+ tone: z.ZodOptional<z.ZodEnum<{
1471
+ accent: "accent";
1472
+ pos: "pos";
1473
+ warn: "warn";
1474
+ danger: "danger";
1475
+ info: "info";
1476
+ muted: "muted";
1477
+ }>>;
1478
+ format: z.ZodOptional<z.ZodObject<{
1479
+ locale: z.ZodOptional<z.ZodString>;
1480
+ currency: z.ZodOptional<z.ZodString>;
1481
+ number: z.ZodOptional<z.ZodEnum<{
1482
+ percent: "percent";
1483
+ plain: "plain";
1484
+ compact: "compact";
1485
+ }>>;
1486
+ date: z.ZodOptional<z.ZodEnum<{
1487
+ relative: "relative";
1488
+ short: "short";
1489
+ long: "long";
1490
+ }>>;
1491
+ referenceTime: z.ZodOptional<z.ZodNumber>;
1492
+ }, z.core.$strip>>;
1493
+ testId: z.ZodOptional<z.ZodString>;
1494
+ rows: z.ZodOptional<z.ZodArray<z.ZodObject<{
1495
+ key: z.ZodString;
1496
+ label: z.ZodOptional<z.ZodString>;
1497
+ description: z.ZodOptional<z.ZodString>;
1498
+ icon: z.ZodOptional<z.ZodString>;
1499
+ tone: z.ZodOptional<z.ZodEnum<{
1500
+ neutral: "neutral";
1501
+ accent: "accent";
1502
+ pos: "pos";
1503
+ warn: "warn";
1504
+ danger: "danger";
1505
+ info: "info";
1506
+ }>>;
1507
+ }, z.core.$strip>>>;
1508
+ persistMode: z.ZodDefault<z.ZodEnum<{
1509
+ optimistic: "optimistic";
1510
+ "save-bar": "save-bar";
1511
+ }>>;
1512
+ iconTiles: z.ZodDefault<z.ZodBoolean>;
1513
+ saveLabel: z.ZodOptional<z.ZodString>;
1514
+ dirtyLabel: z.ZodOptional<z.ZodString>;
1515
+ emptyTitle: z.ZodOptional<z.ZodString>;
1516
+ emptyBody: z.ZodOptional<z.ZodString>;
1517
+ }, z.core.$strip>;
1518
+ export type ToggleSwitchListConfig = z.infer<typeof toggleSwitchListConfigSchema>;
1519
+ /**
1520
+ * The default settings rows rendered when config supplies none. Typed as the
1521
+ * schema's own row type so the component sees ONE shape — a narrower literal
1522
+ * type here would make `row.tone` vanish from the union at the use site.
1523
+ */
1524
+ export declare const DEFAULT_TOGGLE_ROWS: readonly ToggleRowConfig[];
1525
+ export declare function toggleSwitchListDemoData(seed: number): {
1526
+ entries: Record<string, boolean>;
1527
+ };
1528
+ export declare const optionCardsConfigSchema: z.ZodObject<{
1529
+ title: z.ZodOptional<z.ZodString>;
1530
+ subtitle: z.ZodOptional<z.ZodString>;
1531
+ icon: z.ZodOptional<z.ZodString>;
1532
+ href: z.ZodOptional<z.ZodString>;
1533
+ binding: z.ZodOptional<z.ZodObject<{
1534
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
1535
+ connectionId: z.ZodString;
1536
+ source: z.ZodObject<{
1537
+ schema: z.ZodOptional<z.ZodString>;
1538
+ name: z.ZodString;
1539
+ type: z.ZodDefault<z.ZodEnum<{
1540
+ table: "table";
1541
+ view: "view";
1542
+ }>>;
1543
+ }, z.core.$strip>;
1544
+ shape: z.ZodEnum<{
1545
+ "single-metric": "single-metric";
1546
+ "metric+delta": "metric+delta";
1547
+ timeseries: "timeseries";
1548
+ "multi-timeseries": "multi-timeseries";
1549
+ categorical: "categorical";
1550
+ "record-list": "record-list";
1551
+ record: "record";
1552
+ matrix: "matrix";
1553
+ "hierarchy/tree": "hierarchy/tree";
1554
+ "calendar-events": "calendar-events";
1555
+ "geo-points": "geo-points";
1556
+ flows: "flows";
1557
+ ohlc: "ohlc";
1558
+ distribution: "distribution";
1559
+ "boolean-map": "boolean-map";
1560
+ stream: "stream";
1561
+ "form-state": "form-state";
1562
+ static: "static";
1563
+ }>;
1564
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
1565
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
1566
+ fn: z.ZodEnum<{
1567
+ count: "count";
1568
+ sum: "sum";
1569
+ avg: "avg";
1570
+ min: "min";
1571
+ max: "max";
1572
+ count_distinct: "count_distinct";
1573
+ percentile: "percentile";
1574
+ }>;
1575
+ column: z.ZodOptional<z.ZodString>;
1576
+ p: z.ZodOptional<z.ZodNumber>;
1577
+ alias: z.ZodString;
1578
+ }, z.core.$strip>>>;
1579
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
1580
+ bucket: z.ZodOptional<z.ZodObject<{
1581
+ column: z.ZodString;
1582
+ unit: z.ZodEnum<{
1583
+ hour: "hour";
1584
+ day: "day";
1585
+ week: "week";
1586
+ month: "month";
1587
+ quarter: "quarter";
1588
+ year: "year";
1589
+ }>;
1590
+ }, z.core.$strip>>;
1591
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
1592
+ column: z.ZodString;
1593
+ op: z.ZodEnum<{
1594
+ eq: "eq";
1595
+ neq: "neq";
1596
+ gt: "gt";
1597
+ gte: "gte";
1598
+ lt: "lt";
1599
+ lte: "lte";
1600
+ in: "in";
1601
+ like: "like";
1602
+ ilike: "ilike";
1603
+ is_null: "is_null";
1604
+ not_null: "not_null";
1605
+ between: "between";
1606
+ }>;
1607
+ value: z.ZodOptional<z.ZodUnknown>;
1608
+ param: z.ZodOptional<z.ZodString>;
1609
+ }, z.core.$strip>>>;
1610
+ window: z.ZodOptional<z.ZodObject<{
1611
+ column: z.ZodString;
1612
+ last: z.ZodNumber;
1613
+ unit: z.ZodEnum<{
1614
+ hour: "hour";
1615
+ day: "day";
1616
+ week: "week";
1617
+ month: "month";
1618
+ quarter: "quarter";
1619
+ year: "year";
1620
+ }>;
1621
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
1622
+ }, z.core.$strip>>;
1623
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
1624
+ column: z.ZodString;
1625
+ dir: z.ZodEnum<{
1626
+ asc: "asc";
1627
+ desc: "desc";
1628
+ }>;
1629
+ }, z.core.$strip>>>;
1630
+ limit: z.ZodOptional<z.ZodNumber>;
1631
+ cursor: z.ZodOptional<z.ZodString>;
1632
+ }, z.core.$strip>>;
1633
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
1634
+ emptyState: z.ZodOptional<z.ZodObject<{
1635
+ icon: z.ZodOptional<z.ZodString>;
1636
+ titleKey: z.ZodOptional<z.ZodString>;
1637
+ bodyKey: z.ZodOptional<z.ZodString>;
1638
+ }, z.core.$strip>>;
1639
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
1640
+ tone: z.ZodOptional<z.ZodEnum<{
1641
+ accent: "accent";
1642
+ pos: "pos";
1643
+ warn: "warn";
1644
+ danger: "danger";
1645
+ info: "info";
1646
+ muted: "muted";
1647
+ }>>;
1648
+ format: z.ZodOptional<z.ZodObject<{
1649
+ locale: z.ZodOptional<z.ZodString>;
1650
+ currency: z.ZodOptional<z.ZodString>;
1651
+ number: z.ZodOptional<z.ZodEnum<{
1652
+ percent: "percent";
1653
+ plain: "plain";
1654
+ compact: "compact";
1655
+ }>>;
1656
+ date: z.ZodOptional<z.ZodEnum<{
1657
+ relative: "relative";
1658
+ short: "short";
1659
+ long: "long";
1660
+ }>>;
1661
+ referenceTime: z.ZodOptional<z.ZodNumber>;
1662
+ }, z.core.$strip>>;
1663
+ testId: z.ZodOptional<z.ZodString>;
1664
+ keyField: z.ZodDefault<z.ZodString>;
1665
+ labelField: z.ZodDefault<z.ZodString>;
1666
+ descField: z.ZodDefault<z.ZodString>;
1667
+ iconField: z.ZodDefault<z.ZodString>;
1668
+ columns: z.ZodDefault<z.ZodNumber>;
1669
+ iconStyle: z.ZodDefault<z.ZodEnum<{
1670
+ plain: "plain";
1671
+ tile: "tile";
1672
+ }>>;
1673
+ value: z.ZodOptional<z.ZodString>;
1674
+ a11yLabel: z.ZodOptional<z.ZodString>;
1675
+ emptyTitle: z.ZodOptional<z.ZodString>;
1676
+ }, z.core.$strip>;
1677
+ export type OptionCardsConfig = z.infer<typeof optionCardsConfigSchema>;
1678
+ export declare function optionCardsDemoData(seed: number): {
1679
+ rows: Record<string, unknown>[];
1680
+ columns: {
1681
+ name: string;
1682
+ label: string;
1683
+ }[];
1684
+ total: number;
1685
+ };
1686
+ export declare const passwordStrengthMeterConfigSchema: z.ZodObject<{
1687
+ title: z.ZodOptional<z.ZodString>;
1688
+ subtitle: z.ZodOptional<z.ZodString>;
1689
+ icon: z.ZodOptional<z.ZodString>;
1690
+ href: z.ZodOptional<z.ZodString>;
1691
+ binding: z.ZodOptional<z.ZodObject<{
1692
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
1693
+ connectionId: z.ZodString;
1694
+ source: z.ZodObject<{
1695
+ schema: z.ZodOptional<z.ZodString>;
1696
+ name: z.ZodString;
1697
+ type: z.ZodDefault<z.ZodEnum<{
1698
+ table: "table";
1699
+ view: "view";
1700
+ }>>;
1701
+ }, z.core.$strip>;
1702
+ shape: z.ZodEnum<{
1703
+ "single-metric": "single-metric";
1704
+ "metric+delta": "metric+delta";
1705
+ timeseries: "timeseries";
1706
+ "multi-timeseries": "multi-timeseries";
1707
+ categorical: "categorical";
1708
+ "record-list": "record-list";
1709
+ record: "record";
1710
+ matrix: "matrix";
1711
+ "hierarchy/tree": "hierarchy/tree";
1712
+ "calendar-events": "calendar-events";
1713
+ "geo-points": "geo-points";
1714
+ flows: "flows";
1715
+ ohlc: "ohlc";
1716
+ distribution: "distribution";
1717
+ "boolean-map": "boolean-map";
1718
+ stream: "stream";
1719
+ "form-state": "form-state";
1720
+ static: "static";
1721
+ }>;
1722
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
1723
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
1724
+ fn: z.ZodEnum<{
1725
+ count: "count";
1726
+ sum: "sum";
1727
+ avg: "avg";
1728
+ min: "min";
1729
+ max: "max";
1730
+ count_distinct: "count_distinct";
1731
+ percentile: "percentile";
1732
+ }>;
1733
+ column: z.ZodOptional<z.ZodString>;
1734
+ p: z.ZodOptional<z.ZodNumber>;
1735
+ alias: z.ZodString;
1736
+ }, z.core.$strip>>>;
1737
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
1738
+ bucket: z.ZodOptional<z.ZodObject<{
1739
+ column: z.ZodString;
1740
+ unit: z.ZodEnum<{
1741
+ hour: "hour";
1742
+ day: "day";
1743
+ week: "week";
1744
+ month: "month";
1745
+ quarter: "quarter";
1746
+ year: "year";
1747
+ }>;
1748
+ }, z.core.$strip>>;
1749
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
1750
+ column: z.ZodString;
1751
+ op: z.ZodEnum<{
1752
+ eq: "eq";
1753
+ neq: "neq";
1754
+ gt: "gt";
1755
+ gte: "gte";
1756
+ lt: "lt";
1757
+ lte: "lte";
1758
+ in: "in";
1759
+ like: "like";
1760
+ ilike: "ilike";
1761
+ is_null: "is_null";
1762
+ not_null: "not_null";
1763
+ between: "between";
1764
+ }>;
1765
+ value: z.ZodOptional<z.ZodUnknown>;
1766
+ param: z.ZodOptional<z.ZodString>;
1767
+ }, z.core.$strip>>>;
1768
+ window: z.ZodOptional<z.ZodObject<{
1769
+ column: z.ZodString;
1770
+ last: z.ZodNumber;
1771
+ unit: z.ZodEnum<{
1772
+ hour: "hour";
1773
+ day: "day";
1774
+ week: "week";
1775
+ month: "month";
1776
+ quarter: "quarter";
1777
+ year: "year";
1778
+ }>;
1779
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
1780
+ }, z.core.$strip>>;
1781
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
1782
+ column: z.ZodString;
1783
+ dir: z.ZodEnum<{
1784
+ asc: "asc";
1785
+ desc: "desc";
1786
+ }>;
1787
+ }, z.core.$strip>>>;
1788
+ limit: z.ZodOptional<z.ZodNumber>;
1789
+ cursor: z.ZodOptional<z.ZodString>;
1790
+ }, z.core.$strip>>;
1791
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
1792
+ emptyState: z.ZodOptional<z.ZodObject<{
1793
+ icon: z.ZodOptional<z.ZodString>;
1794
+ titleKey: z.ZodOptional<z.ZodString>;
1795
+ bodyKey: z.ZodOptional<z.ZodString>;
1796
+ }, z.core.$strip>>;
1797
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
1798
+ tone: z.ZodOptional<z.ZodEnum<{
1799
+ accent: "accent";
1800
+ pos: "pos";
1801
+ warn: "warn";
1802
+ danger: "danger";
1803
+ info: "info";
1804
+ muted: "muted";
1805
+ }>>;
1806
+ format: z.ZodOptional<z.ZodObject<{
1807
+ locale: z.ZodOptional<z.ZodString>;
1808
+ currency: z.ZodOptional<z.ZodString>;
1809
+ number: z.ZodOptional<z.ZodEnum<{
1810
+ percent: "percent";
1811
+ plain: "plain";
1812
+ compact: "compact";
1813
+ }>>;
1814
+ date: z.ZodOptional<z.ZodEnum<{
1815
+ relative: "relative";
1816
+ short: "short";
1817
+ long: "long";
1818
+ }>>;
1819
+ referenceTime: z.ZodOptional<z.ZodNumber>;
1820
+ }, z.core.$strip>>;
1821
+ testId: z.ZodOptional<z.ZodString>;
1822
+ labels: z.ZodOptional<z.ZodArray<z.ZodString>>;
1823
+ label: z.ZodOptional<z.ZodString>;
1824
+ }, z.core.$strip>;
1825
+ export type PasswordStrengthMeterConfig = z.infer<typeof passwordStrengthMeterConfigSchema>;
1826
+ export declare function passwordStrengthMeterDemoData(seed: number): {
1827
+ fields: never[];
1828
+ values: {
1829
+ password: string;
1830
+ };
1831
+ };
1832
+ export declare const validationIssuesListConfigSchema: z.ZodObject<{
1833
+ title: z.ZodOptional<z.ZodString>;
1834
+ subtitle: z.ZodOptional<z.ZodString>;
1835
+ icon: z.ZodOptional<z.ZodString>;
1836
+ href: z.ZodOptional<z.ZodString>;
1837
+ binding: z.ZodOptional<z.ZodObject<{
1838
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
1839
+ connectionId: z.ZodString;
1840
+ source: z.ZodObject<{
1841
+ schema: z.ZodOptional<z.ZodString>;
1842
+ name: z.ZodString;
1843
+ type: z.ZodDefault<z.ZodEnum<{
1844
+ table: "table";
1845
+ view: "view";
1846
+ }>>;
1847
+ }, z.core.$strip>;
1848
+ shape: z.ZodEnum<{
1849
+ "single-metric": "single-metric";
1850
+ "metric+delta": "metric+delta";
1851
+ timeseries: "timeseries";
1852
+ "multi-timeseries": "multi-timeseries";
1853
+ categorical: "categorical";
1854
+ "record-list": "record-list";
1855
+ record: "record";
1856
+ matrix: "matrix";
1857
+ "hierarchy/tree": "hierarchy/tree";
1858
+ "calendar-events": "calendar-events";
1859
+ "geo-points": "geo-points";
1860
+ flows: "flows";
1861
+ ohlc: "ohlc";
1862
+ distribution: "distribution";
1863
+ "boolean-map": "boolean-map";
1864
+ stream: "stream";
1865
+ "form-state": "form-state";
1866
+ static: "static";
1867
+ }>;
1868
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
1869
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
1870
+ fn: z.ZodEnum<{
1871
+ count: "count";
1872
+ sum: "sum";
1873
+ avg: "avg";
1874
+ min: "min";
1875
+ max: "max";
1876
+ count_distinct: "count_distinct";
1877
+ percentile: "percentile";
1878
+ }>;
1879
+ column: z.ZodOptional<z.ZodString>;
1880
+ p: z.ZodOptional<z.ZodNumber>;
1881
+ alias: z.ZodString;
1882
+ }, z.core.$strip>>>;
1883
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
1884
+ bucket: z.ZodOptional<z.ZodObject<{
1885
+ column: z.ZodString;
1886
+ unit: z.ZodEnum<{
1887
+ hour: "hour";
1888
+ day: "day";
1889
+ week: "week";
1890
+ month: "month";
1891
+ quarter: "quarter";
1892
+ year: "year";
1893
+ }>;
1894
+ }, z.core.$strip>>;
1895
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
1896
+ column: z.ZodString;
1897
+ op: z.ZodEnum<{
1898
+ eq: "eq";
1899
+ neq: "neq";
1900
+ gt: "gt";
1901
+ gte: "gte";
1902
+ lt: "lt";
1903
+ lte: "lte";
1904
+ in: "in";
1905
+ like: "like";
1906
+ ilike: "ilike";
1907
+ is_null: "is_null";
1908
+ not_null: "not_null";
1909
+ between: "between";
1910
+ }>;
1911
+ value: z.ZodOptional<z.ZodUnknown>;
1912
+ param: z.ZodOptional<z.ZodString>;
1913
+ }, z.core.$strip>>>;
1914
+ window: z.ZodOptional<z.ZodObject<{
1915
+ column: z.ZodString;
1916
+ last: z.ZodNumber;
1917
+ unit: z.ZodEnum<{
1918
+ hour: "hour";
1919
+ day: "day";
1920
+ week: "week";
1921
+ month: "month";
1922
+ quarter: "quarter";
1923
+ year: "year";
1924
+ }>;
1925
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
1926
+ }, z.core.$strip>>;
1927
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
1928
+ column: z.ZodString;
1929
+ dir: z.ZodEnum<{
1930
+ asc: "asc";
1931
+ desc: "desc";
1932
+ }>;
1933
+ }, z.core.$strip>>>;
1934
+ limit: z.ZodOptional<z.ZodNumber>;
1935
+ cursor: z.ZodOptional<z.ZodString>;
1936
+ }, z.core.$strip>>;
1937
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
1938
+ emptyState: z.ZodOptional<z.ZodObject<{
1939
+ icon: z.ZodOptional<z.ZodString>;
1940
+ titleKey: z.ZodOptional<z.ZodString>;
1941
+ bodyKey: z.ZodOptional<z.ZodString>;
1942
+ }, z.core.$strip>>;
1943
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
1944
+ tone: z.ZodOptional<z.ZodEnum<{
1945
+ accent: "accent";
1946
+ pos: "pos";
1947
+ warn: "warn";
1948
+ danger: "danger";
1949
+ info: "info";
1950
+ muted: "muted";
1951
+ }>>;
1952
+ format: z.ZodOptional<z.ZodObject<{
1953
+ locale: z.ZodOptional<z.ZodString>;
1954
+ currency: z.ZodOptional<z.ZodString>;
1955
+ number: z.ZodOptional<z.ZodEnum<{
1956
+ percent: "percent";
1957
+ plain: "plain";
1958
+ compact: "compact";
1959
+ }>>;
1960
+ date: z.ZodOptional<z.ZodEnum<{
1961
+ relative: "relative";
1962
+ short: "short";
1963
+ long: "long";
1964
+ }>>;
1965
+ referenceTime: z.ZodOptional<z.ZodNumber>;
1966
+ }, z.core.$strip>>;
1967
+ testId: z.ZodOptional<z.ZodString>;
1968
+ severityField: z.ZodDefault<z.ZodString>;
1969
+ titleField: z.ZodDefault<z.ZodString>;
1970
+ descField: z.ZodDefault<z.ZodString>;
1971
+ countField: z.ZodDefault<z.ZodString>;
1972
+ severityMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
1973
+ neutral: "neutral";
1974
+ accent: "accent";
1975
+ pos: "pos";
1976
+ warn: "warn";
1977
+ danger: "danger";
1978
+ info: "info";
1979
+ }>>>;
1980
+ emptyTitle: z.ZodOptional<z.ZodString>;
1981
+ emptyBody: z.ZodOptional<z.ZodString>;
1982
+ }, z.core.$strip>;
1983
+ export type ValidationIssuesListConfig = z.infer<typeof validationIssuesListConfigSchema>;
1984
+ export declare function validationIssuesListDemoData(seed: number): {
1985
+ rows: Record<string, unknown>[];
1986
+ columns: {
1987
+ name: string;
1988
+ label: string;
1989
+ }[];
1990
+ total: number;
1991
+ };
1992
+ /**
1993
+ * One entry of the field catalog the Engine generates from the bound table's
1994
+ * columns (annex §10 `fieldCatalog` — "from schema").
1995
+ */
1996
+ export declare const ruleFieldSchema: z.ZodObject<{
1997
+ name: z.ZodString;
1998
+ label: z.ZodOptional<z.ZodString>;
1999
+ type: z.ZodDefault<z.ZodEnum<{
2000
+ string: "string";
2001
+ number: "number";
2002
+ boolean: "boolean";
2003
+ date: "date";
2004
+ enum: "enum";
2005
+ }>>;
2006
+ options: z.ZodOptional<z.ZodArray<z.ZodObject<{
2007
+ value: z.ZodString;
2008
+ label: z.ZodOptional<z.ZodString>;
2009
+ }, z.core.$strip>>>;
2010
+ }, z.core.$strip>;
2011
+ export type RuleFieldConfig = z.infer<typeof ruleFieldSchema>;
2012
+ export declare const ruleBuilderConfigSchema: z.ZodObject<{
2013
+ title: z.ZodOptional<z.ZodString>;
2014
+ subtitle: z.ZodOptional<z.ZodString>;
2015
+ icon: z.ZodOptional<z.ZodString>;
2016
+ href: z.ZodOptional<z.ZodString>;
2017
+ binding: z.ZodOptional<z.ZodObject<{
2018
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
2019
+ connectionId: z.ZodString;
2020
+ source: z.ZodObject<{
2021
+ schema: z.ZodOptional<z.ZodString>;
2022
+ name: z.ZodString;
2023
+ type: z.ZodDefault<z.ZodEnum<{
2024
+ table: "table";
2025
+ view: "view";
2026
+ }>>;
2027
+ }, z.core.$strip>;
2028
+ shape: z.ZodEnum<{
2029
+ "single-metric": "single-metric";
2030
+ "metric+delta": "metric+delta";
2031
+ timeseries: "timeseries";
2032
+ "multi-timeseries": "multi-timeseries";
2033
+ categorical: "categorical";
2034
+ "record-list": "record-list";
2035
+ record: "record";
2036
+ matrix: "matrix";
2037
+ "hierarchy/tree": "hierarchy/tree";
2038
+ "calendar-events": "calendar-events";
2039
+ "geo-points": "geo-points";
2040
+ flows: "flows";
2041
+ ohlc: "ohlc";
2042
+ distribution: "distribution";
2043
+ "boolean-map": "boolean-map";
2044
+ stream: "stream";
2045
+ "form-state": "form-state";
2046
+ static: "static";
2047
+ }>;
2048
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
2049
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
2050
+ fn: z.ZodEnum<{
2051
+ count: "count";
2052
+ sum: "sum";
2053
+ avg: "avg";
2054
+ min: "min";
2055
+ max: "max";
2056
+ count_distinct: "count_distinct";
2057
+ percentile: "percentile";
2058
+ }>;
2059
+ column: z.ZodOptional<z.ZodString>;
2060
+ p: z.ZodOptional<z.ZodNumber>;
2061
+ alias: z.ZodString;
2062
+ }, z.core.$strip>>>;
2063
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
2064
+ bucket: z.ZodOptional<z.ZodObject<{
2065
+ column: z.ZodString;
2066
+ unit: z.ZodEnum<{
2067
+ hour: "hour";
2068
+ day: "day";
2069
+ week: "week";
2070
+ month: "month";
2071
+ quarter: "quarter";
2072
+ year: "year";
2073
+ }>;
2074
+ }, z.core.$strip>>;
2075
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
2076
+ column: z.ZodString;
2077
+ op: z.ZodEnum<{
2078
+ eq: "eq";
2079
+ neq: "neq";
2080
+ gt: "gt";
2081
+ gte: "gte";
2082
+ lt: "lt";
2083
+ lte: "lte";
2084
+ in: "in";
2085
+ like: "like";
2086
+ ilike: "ilike";
2087
+ is_null: "is_null";
2088
+ not_null: "not_null";
2089
+ between: "between";
2090
+ }>;
2091
+ value: z.ZodOptional<z.ZodUnknown>;
2092
+ param: z.ZodOptional<z.ZodString>;
2093
+ }, z.core.$strip>>>;
2094
+ window: z.ZodOptional<z.ZodObject<{
2095
+ column: z.ZodString;
2096
+ last: z.ZodNumber;
2097
+ unit: z.ZodEnum<{
2098
+ hour: "hour";
2099
+ day: "day";
2100
+ week: "week";
2101
+ month: "month";
2102
+ quarter: "quarter";
2103
+ year: "year";
2104
+ }>;
2105
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
2106
+ }, z.core.$strip>>;
2107
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
2108
+ column: z.ZodString;
2109
+ dir: z.ZodEnum<{
2110
+ asc: "asc";
2111
+ desc: "desc";
2112
+ }>;
2113
+ }, z.core.$strip>>>;
2114
+ limit: z.ZodOptional<z.ZodNumber>;
2115
+ cursor: z.ZodOptional<z.ZodString>;
2116
+ }, z.core.$strip>>;
2117
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
2118
+ emptyState: z.ZodOptional<z.ZodObject<{
2119
+ icon: z.ZodOptional<z.ZodString>;
2120
+ titleKey: z.ZodOptional<z.ZodString>;
2121
+ bodyKey: z.ZodOptional<z.ZodString>;
2122
+ }, z.core.$strip>>;
2123
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
2124
+ tone: z.ZodOptional<z.ZodEnum<{
2125
+ accent: "accent";
2126
+ pos: "pos";
2127
+ warn: "warn";
2128
+ danger: "danger";
2129
+ info: "info";
2130
+ muted: "muted";
2131
+ }>>;
2132
+ format: z.ZodOptional<z.ZodObject<{
2133
+ locale: z.ZodOptional<z.ZodString>;
2134
+ currency: z.ZodOptional<z.ZodString>;
2135
+ number: z.ZodOptional<z.ZodEnum<{
2136
+ percent: "percent";
2137
+ plain: "plain";
2138
+ compact: "compact";
2139
+ }>>;
2140
+ date: z.ZodOptional<z.ZodEnum<{
2141
+ relative: "relative";
2142
+ short: "short";
2143
+ long: "long";
2144
+ }>>;
2145
+ referenceTime: z.ZodOptional<z.ZodNumber>;
2146
+ }, z.core.$strip>>;
2147
+ testId: z.ZodOptional<z.ZodString>;
2148
+ fieldCatalog: z.ZodOptional<z.ZodArray<z.ZodObject<{
2149
+ name: z.ZodString;
2150
+ label: z.ZodOptional<z.ZodString>;
2151
+ type: z.ZodDefault<z.ZodEnum<{
2152
+ string: "string";
2153
+ number: "number";
2154
+ boolean: "boolean";
2155
+ date: "date";
2156
+ enum: "enum";
2157
+ }>>;
2158
+ options: z.ZodOptional<z.ZodArray<z.ZodObject<{
2159
+ value: z.ZodString;
2160
+ label: z.ZodOptional<z.ZodString>;
2161
+ }, z.core.$strip>>>;
2162
+ }, z.core.$strip>>>;
2163
+ operatorsByType: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodEnum<{
2164
+ eq: "eq";
2165
+ neq: "neq";
2166
+ gt: "gt";
2167
+ gte: "gte";
2168
+ lt: "lt";
2169
+ lte: "lte";
2170
+ in: "in";
2171
+ contains: "contains";
2172
+ "not-contains": "not-contains";
2173
+ "starts-with": "starts-with";
2174
+ before: "before";
2175
+ after: "after";
2176
+ "is-null": "is-null";
2177
+ "is-not-null": "is-not-null";
2178
+ }>>>>;
2179
+ maxConditions: z.ZodDefault<z.ZodNumber>;
2180
+ matchMode: z.ZodDefault<z.ZodEnum<{
2181
+ any: "any";
2182
+ all: "all";
2183
+ }>>;
2184
+ operatorLabels: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
2185
+ addLabel: z.ZodOptional<z.ZodString>;
2186
+ removeLabel: z.ZodOptional<z.ZodString>;
2187
+ allLabel: z.ZodOptional<z.ZodString>;
2188
+ anyLabel: z.ZodOptional<z.ZodString>;
2189
+ fieldLabel: z.ZodOptional<z.ZodString>;
2190
+ operatorLabel: z.ZodOptional<z.ZodString>;
2191
+ valueLabel: z.ZodOptional<z.ZodString>;
2192
+ valuePlaceholder: z.ZodOptional<z.ZodString>;
2193
+ emptyBody: z.ZodOptional<z.ZodString>;
2194
+ }, z.core.$strip>;
2195
+ export type RuleBuilderConfig = z.infer<typeof ruleBuilderConfigSchema>;
2196
+ /**
2197
+ * The English operator copy every rule-builder falls back to. A map (not a
2198
+ * switch in the component) so `operatorLabels` can override one entry without
2199
+ * restating the rest.
2200
+ */
2201
+ export declare const DEFAULT_OPERATOR_LABELS: Record<string, string>;
2202
+ export declare function ruleBuilderDemoData(seed: number): {
2203
+ fields: never[];
2204
+ values: {
2205
+ conditions: {
2206
+ field: string;
2207
+ op: string;
2208
+ value: string;
2209
+ }[];
2210
+ match: string;
2211
+ };
2212
+ };
2213
+ /** The default field catalog rendered when config supplies none. */
2214
+ export declare const DEFAULT_RULE_FIELDS: readonly RuleFieldConfig[];
2215
+ export declare const flowNodeSchema: z.ZodObject<{
2216
+ id: z.ZodString;
2217
+ kind: z.ZodDefault<z.ZodEnum<{
2218
+ action: "action";
2219
+ trigger: "trigger";
2220
+ condition: "condition";
2221
+ }>>;
2222
+ icon: z.ZodOptional<z.ZodString>;
2223
+ title: z.ZodOptional<z.ZodString>;
2224
+ sub: z.ZodOptional<z.ZodString>;
2225
+ }, z.core.$strip>;
2226
+ export type FlowNodeConfig = z.infer<typeof flowNodeSchema>;
2227
+ export declare const flowBuilderConfigSchema: z.ZodObject<{
2228
+ title: z.ZodOptional<z.ZodString>;
2229
+ subtitle: z.ZodOptional<z.ZodString>;
2230
+ icon: z.ZodOptional<z.ZodString>;
2231
+ href: z.ZodOptional<z.ZodString>;
2232
+ binding: z.ZodOptional<z.ZodObject<{
2233
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
2234
+ connectionId: z.ZodString;
2235
+ source: z.ZodObject<{
2236
+ schema: z.ZodOptional<z.ZodString>;
2237
+ name: z.ZodString;
2238
+ type: z.ZodDefault<z.ZodEnum<{
2239
+ table: "table";
2240
+ view: "view";
2241
+ }>>;
2242
+ }, z.core.$strip>;
2243
+ shape: z.ZodEnum<{
2244
+ "single-metric": "single-metric";
2245
+ "metric+delta": "metric+delta";
2246
+ timeseries: "timeseries";
2247
+ "multi-timeseries": "multi-timeseries";
2248
+ categorical: "categorical";
2249
+ "record-list": "record-list";
2250
+ record: "record";
2251
+ matrix: "matrix";
2252
+ "hierarchy/tree": "hierarchy/tree";
2253
+ "calendar-events": "calendar-events";
2254
+ "geo-points": "geo-points";
2255
+ flows: "flows";
2256
+ ohlc: "ohlc";
2257
+ distribution: "distribution";
2258
+ "boolean-map": "boolean-map";
2259
+ stream: "stream";
2260
+ "form-state": "form-state";
2261
+ static: "static";
2262
+ }>;
2263
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
2264
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
2265
+ fn: z.ZodEnum<{
2266
+ count: "count";
2267
+ sum: "sum";
2268
+ avg: "avg";
2269
+ min: "min";
2270
+ max: "max";
2271
+ count_distinct: "count_distinct";
2272
+ percentile: "percentile";
2273
+ }>;
2274
+ column: z.ZodOptional<z.ZodString>;
2275
+ p: z.ZodOptional<z.ZodNumber>;
2276
+ alias: z.ZodString;
2277
+ }, z.core.$strip>>>;
2278
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
2279
+ bucket: z.ZodOptional<z.ZodObject<{
2280
+ column: z.ZodString;
2281
+ unit: z.ZodEnum<{
2282
+ hour: "hour";
2283
+ day: "day";
2284
+ week: "week";
2285
+ month: "month";
2286
+ quarter: "quarter";
2287
+ year: "year";
2288
+ }>;
2289
+ }, z.core.$strip>>;
2290
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
2291
+ column: z.ZodString;
2292
+ op: z.ZodEnum<{
2293
+ eq: "eq";
2294
+ neq: "neq";
2295
+ gt: "gt";
2296
+ gte: "gte";
2297
+ lt: "lt";
2298
+ lte: "lte";
2299
+ in: "in";
2300
+ like: "like";
2301
+ ilike: "ilike";
2302
+ is_null: "is_null";
2303
+ not_null: "not_null";
2304
+ between: "between";
2305
+ }>;
2306
+ value: z.ZodOptional<z.ZodUnknown>;
2307
+ param: z.ZodOptional<z.ZodString>;
2308
+ }, z.core.$strip>>>;
2309
+ window: z.ZodOptional<z.ZodObject<{
2310
+ column: z.ZodString;
2311
+ last: z.ZodNumber;
2312
+ unit: z.ZodEnum<{
2313
+ hour: "hour";
2314
+ day: "day";
2315
+ week: "week";
2316
+ month: "month";
2317
+ quarter: "quarter";
2318
+ year: "year";
2319
+ }>;
2320
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
2321
+ }, z.core.$strip>>;
2322
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
2323
+ column: z.ZodString;
2324
+ dir: z.ZodEnum<{
2325
+ asc: "asc";
2326
+ desc: "desc";
2327
+ }>;
2328
+ }, z.core.$strip>>>;
2329
+ limit: z.ZodOptional<z.ZodNumber>;
2330
+ cursor: z.ZodOptional<z.ZodString>;
2331
+ }, z.core.$strip>>;
2332
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
2333
+ emptyState: z.ZodOptional<z.ZodObject<{
2334
+ icon: z.ZodOptional<z.ZodString>;
2335
+ titleKey: z.ZodOptional<z.ZodString>;
2336
+ bodyKey: z.ZodOptional<z.ZodString>;
2337
+ }, z.core.$strip>>;
2338
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
2339
+ tone: z.ZodOptional<z.ZodEnum<{
2340
+ accent: "accent";
2341
+ pos: "pos";
2342
+ warn: "warn";
2343
+ danger: "danger";
2344
+ info: "info";
2345
+ muted: "muted";
2346
+ }>>;
2347
+ format: z.ZodOptional<z.ZodObject<{
2348
+ locale: z.ZodOptional<z.ZodString>;
2349
+ currency: z.ZodOptional<z.ZodString>;
2350
+ number: z.ZodOptional<z.ZodEnum<{
2351
+ percent: "percent";
2352
+ plain: "plain";
2353
+ compact: "compact";
2354
+ }>>;
2355
+ date: z.ZodOptional<z.ZodEnum<{
2356
+ relative: "relative";
2357
+ short: "short";
2358
+ long: "long";
2359
+ }>>;
2360
+ referenceTime: z.ZodOptional<z.ZodNumber>;
2361
+ }, z.core.$strip>>;
2362
+ testId: z.ZodOptional<z.ZodString>;
2363
+ nodeKinds: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2364
+ action: "action";
2365
+ trigger: "trigger";
2366
+ condition: "condition";
2367
+ }>>>;
2368
+ palette: z.ZodOptional<z.ZodArray<z.ZodObject<{
2369
+ id: z.ZodString;
2370
+ kind: z.ZodDefault<z.ZodEnum<{
2371
+ action: "action";
2372
+ trigger: "trigger";
2373
+ condition: "condition";
2374
+ }>>;
2375
+ icon: z.ZodOptional<z.ZodString>;
2376
+ title: z.ZodOptional<z.ZodString>;
2377
+ sub: z.ZodOptional<z.ZodString>;
2378
+ }, z.core.$strip>>>;
2379
+ maxNodes: z.ZodDefault<z.ZodNumber>;
2380
+ addLabel: z.ZodOptional<z.ZodString>;
2381
+ removeLabel: z.ZodOptional<z.ZodString>;
2382
+ paletteTitle: z.ZodOptional<z.ZodString>;
2383
+ statsTemplate: z.ZodOptional<z.ZodString>;
2384
+ emptyTitle: z.ZodOptional<z.ZodString>;
2385
+ emptyBody: z.ZodOptional<z.ZodString>;
2386
+ }, z.core.$strip>;
2387
+ export type FlowBuilderConfig = z.infer<typeof flowBuilderConfigSchema>;
2388
+ /** The addable node types a generated automation flow starts with. */
2389
+ export declare const DEFAULT_FLOW_PALETTE: readonly FlowNodeConfig[];
2390
+ export declare function flowBuilderDemoData(seed: number): {
2391
+ fields: never[];
2392
+ values: {
2393
+ nodes: FlowNodeConfig[];
2394
+ runs: number;
2395
+ successRate: number;
2396
+ };
2397
+ };
2398
+ export declare const connectionStringFieldConfigSchema: z.ZodObject<{
2399
+ title: z.ZodOptional<z.ZodString>;
2400
+ subtitle: z.ZodOptional<z.ZodString>;
2401
+ icon: z.ZodOptional<z.ZodString>;
2402
+ href: z.ZodOptional<z.ZodString>;
2403
+ binding: z.ZodOptional<z.ZodObject<{
2404
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
2405
+ connectionId: z.ZodString;
2406
+ source: z.ZodObject<{
2407
+ schema: z.ZodOptional<z.ZodString>;
2408
+ name: z.ZodString;
2409
+ type: z.ZodDefault<z.ZodEnum<{
2410
+ table: "table";
2411
+ view: "view";
2412
+ }>>;
2413
+ }, z.core.$strip>;
2414
+ shape: z.ZodEnum<{
2415
+ "single-metric": "single-metric";
2416
+ "metric+delta": "metric+delta";
2417
+ timeseries: "timeseries";
2418
+ "multi-timeseries": "multi-timeseries";
2419
+ categorical: "categorical";
2420
+ "record-list": "record-list";
2421
+ record: "record";
2422
+ matrix: "matrix";
2423
+ "hierarchy/tree": "hierarchy/tree";
2424
+ "calendar-events": "calendar-events";
2425
+ "geo-points": "geo-points";
2426
+ flows: "flows";
2427
+ ohlc: "ohlc";
2428
+ distribution: "distribution";
2429
+ "boolean-map": "boolean-map";
2430
+ stream: "stream";
2431
+ "form-state": "form-state";
2432
+ static: "static";
2433
+ }>;
2434
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
2435
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
2436
+ fn: z.ZodEnum<{
2437
+ count: "count";
2438
+ sum: "sum";
2439
+ avg: "avg";
2440
+ min: "min";
2441
+ max: "max";
2442
+ count_distinct: "count_distinct";
2443
+ percentile: "percentile";
2444
+ }>;
2445
+ column: z.ZodOptional<z.ZodString>;
2446
+ p: z.ZodOptional<z.ZodNumber>;
2447
+ alias: z.ZodString;
2448
+ }, z.core.$strip>>>;
2449
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
2450
+ bucket: z.ZodOptional<z.ZodObject<{
2451
+ column: z.ZodString;
2452
+ unit: z.ZodEnum<{
2453
+ hour: "hour";
2454
+ day: "day";
2455
+ week: "week";
2456
+ month: "month";
2457
+ quarter: "quarter";
2458
+ year: "year";
2459
+ }>;
2460
+ }, z.core.$strip>>;
2461
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
2462
+ column: z.ZodString;
2463
+ op: z.ZodEnum<{
2464
+ eq: "eq";
2465
+ neq: "neq";
2466
+ gt: "gt";
2467
+ gte: "gte";
2468
+ lt: "lt";
2469
+ lte: "lte";
2470
+ in: "in";
2471
+ like: "like";
2472
+ ilike: "ilike";
2473
+ is_null: "is_null";
2474
+ not_null: "not_null";
2475
+ between: "between";
2476
+ }>;
2477
+ value: z.ZodOptional<z.ZodUnknown>;
2478
+ param: z.ZodOptional<z.ZodString>;
2479
+ }, z.core.$strip>>>;
2480
+ window: z.ZodOptional<z.ZodObject<{
2481
+ column: z.ZodString;
2482
+ last: z.ZodNumber;
2483
+ unit: z.ZodEnum<{
2484
+ hour: "hour";
2485
+ day: "day";
2486
+ week: "week";
2487
+ month: "month";
2488
+ quarter: "quarter";
2489
+ year: "year";
2490
+ }>;
2491
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
2492
+ }, z.core.$strip>>;
2493
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
2494
+ column: z.ZodString;
2495
+ dir: z.ZodEnum<{
2496
+ asc: "asc";
2497
+ desc: "desc";
2498
+ }>;
2499
+ }, z.core.$strip>>>;
2500
+ limit: z.ZodOptional<z.ZodNumber>;
2501
+ cursor: z.ZodOptional<z.ZodString>;
2502
+ }, z.core.$strip>>;
2503
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
2504
+ emptyState: z.ZodOptional<z.ZodObject<{
2505
+ icon: z.ZodOptional<z.ZodString>;
2506
+ titleKey: z.ZodOptional<z.ZodString>;
2507
+ bodyKey: z.ZodOptional<z.ZodString>;
2508
+ }, z.core.$strip>>;
2509
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
2510
+ tone: z.ZodOptional<z.ZodEnum<{
2511
+ accent: "accent";
2512
+ pos: "pos";
2513
+ warn: "warn";
2514
+ danger: "danger";
2515
+ info: "info";
2516
+ muted: "muted";
2517
+ }>>;
2518
+ format: z.ZodOptional<z.ZodObject<{
2519
+ locale: z.ZodOptional<z.ZodString>;
2520
+ currency: z.ZodOptional<z.ZodString>;
2521
+ number: z.ZodOptional<z.ZodEnum<{
2522
+ percent: "percent";
2523
+ plain: "plain";
2524
+ compact: "compact";
2525
+ }>>;
2526
+ date: z.ZodOptional<z.ZodEnum<{
2527
+ relative: "relative";
2528
+ short: "short";
2529
+ long: "long";
2530
+ }>>;
2531
+ referenceTime: z.ZodOptional<z.ZodNumber>;
2532
+ }, z.core.$strip>>;
2533
+ testId: z.ZodOptional<z.ZodString>;
2534
+ protocols: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2535
+ postgres: "postgres";
2536
+ mysql: "mysql";
2537
+ sqlite: "sqlite";
2538
+ mongodb: "mongodb";
2539
+ mssql: "mssql";
2540
+ }>>>;
2541
+ placeholderEngine: z.ZodDefault<z.ZodEnum<{
2542
+ postgres: "postgres";
2543
+ mysql: "mysql";
2544
+ sqlite: "sqlite";
2545
+ mongodb: "mongodb";
2546
+ mssql: "mssql";
2547
+ }>>;
2548
+ statusLine: z.ZodOptional<z.ZodString>;
2549
+ statusTone: z.ZodOptional<z.ZodEnum<{
2550
+ neutral: "neutral";
2551
+ accent: "accent";
2552
+ pos: "pos";
2553
+ warn: "warn";
2554
+ danger: "danger";
2555
+ info: "info";
2556
+ }>>;
2557
+ shortcut: z.ZodOptional<z.ZodString>;
2558
+ label: z.ZodOptional<z.ZodString>;
2559
+ helpText: z.ZodOptional<z.ZodString>;
2560
+ required: z.ZodDefault<z.ZodBoolean>;
2561
+ showQuickFill: z.ZodDefault<z.ZodBoolean>;
2562
+ quickFillLabel: z.ZodOptional<z.ZodString>;
2563
+ hostLabel: z.ZodOptional<z.ZodString>;
2564
+ invalidSchemeText: z.ZodOptional<z.ZodString>;
2565
+ incompleteText: z.ZodOptional<z.ZodString>;
2566
+ }, z.core.$strip>;
2567
+ export type ConnectionStringFieldConfig = z.infer<typeof connectionStringFieldConfigSchema>;
2568
+ export declare function connectionStringFieldDemoData(seed: number): {
2569
+ fields: never[];
2570
+ values: {
2571
+ dsn: string;
2572
+ };
2573
+ };
2574
+ export declare const tableInclusionChecklistConfigSchema: z.ZodObject<{
2575
+ title: z.ZodOptional<z.ZodString>;
2576
+ subtitle: z.ZodOptional<z.ZodString>;
2577
+ icon: z.ZodOptional<z.ZodString>;
2578
+ href: z.ZodOptional<z.ZodString>;
2579
+ binding: z.ZodOptional<z.ZodObject<{
2580
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
2581
+ connectionId: z.ZodString;
2582
+ source: z.ZodObject<{
2583
+ schema: z.ZodOptional<z.ZodString>;
2584
+ name: z.ZodString;
2585
+ type: z.ZodDefault<z.ZodEnum<{
2586
+ table: "table";
2587
+ view: "view";
2588
+ }>>;
2589
+ }, z.core.$strip>;
2590
+ shape: z.ZodEnum<{
2591
+ "single-metric": "single-metric";
2592
+ "metric+delta": "metric+delta";
2593
+ timeseries: "timeseries";
2594
+ "multi-timeseries": "multi-timeseries";
2595
+ categorical: "categorical";
2596
+ "record-list": "record-list";
2597
+ record: "record";
2598
+ matrix: "matrix";
2599
+ "hierarchy/tree": "hierarchy/tree";
2600
+ "calendar-events": "calendar-events";
2601
+ "geo-points": "geo-points";
2602
+ flows: "flows";
2603
+ ohlc: "ohlc";
2604
+ distribution: "distribution";
2605
+ "boolean-map": "boolean-map";
2606
+ stream: "stream";
2607
+ "form-state": "form-state";
2608
+ static: "static";
2609
+ }>;
2610
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
2611
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
2612
+ fn: z.ZodEnum<{
2613
+ count: "count";
2614
+ sum: "sum";
2615
+ avg: "avg";
2616
+ min: "min";
2617
+ max: "max";
2618
+ count_distinct: "count_distinct";
2619
+ percentile: "percentile";
2620
+ }>;
2621
+ column: z.ZodOptional<z.ZodString>;
2622
+ p: z.ZodOptional<z.ZodNumber>;
2623
+ alias: z.ZodString;
2624
+ }, z.core.$strip>>>;
2625
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
2626
+ bucket: z.ZodOptional<z.ZodObject<{
2627
+ column: z.ZodString;
2628
+ unit: z.ZodEnum<{
2629
+ hour: "hour";
2630
+ day: "day";
2631
+ week: "week";
2632
+ month: "month";
2633
+ quarter: "quarter";
2634
+ year: "year";
2635
+ }>;
2636
+ }, z.core.$strip>>;
2637
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
2638
+ column: z.ZodString;
2639
+ op: z.ZodEnum<{
2640
+ eq: "eq";
2641
+ neq: "neq";
2642
+ gt: "gt";
2643
+ gte: "gte";
2644
+ lt: "lt";
2645
+ lte: "lte";
2646
+ in: "in";
2647
+ like: "like";
2648
+ ilike: "ilike";
2649
+ is_null: "is_null";
2650
+ not_null: "not_null";
2651
+ between: "between";
2652
+ }>;
2653
+ value: z.ZodOptional<z.ZodUnknown>;
2654
+ param: z.ZodOptional<z.ZodString>;
2655
+ }, z.core.$strip>>>;
2656
+ window: z.ZodOptional<z.ZodObject<{
2657
+ column: z.ZodString;
2658
+ last: z.ZodNumber;
2659
+ unit: z.ZodEnum<{
2660
+ hour: "hour";
2661
+ day: "day";
2662
+ week: "week";
2663
+ month: "month";
2664
+ quarter: "quarter";
2665
+ year: "year";
2666
+ }>;
2667
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
2668
+ }, z.core.$strip>>;
2669
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
2670
+ column: z.ZodString;
2671
+ dir: z.ZodEnum<{
2672
+ asc: "asc";
2673
+ desc: "desc";
2674
+ }>;
2675
+ }, z.core.$strip>>>;
2676
+ limit: z.ZodOptional<z.ZodNumber>;
2677
+ cursor: z.ZodOptional<z.ZodString>;
2678
+ }, z.core.$strip>>;
2679
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
2680
+ emptyState: z.ZodOptional<z.ZodObject<{
2681
+ icon: z.ZodOptional<z.ZodString>;
2682
+ titleKey: z.ZodOptional<z.ZodString>;
2683
+ bodyKey: z.ZodOptional<z.ZodString>;
2684
+ }, z.core.$strip>>;
2685
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
2686
+ tone: z.ZodOptional<z.ZodEnum<{
2687
+ accent: "accent";
2688
+ pos: "pos";
2689
+ warn: "warn";
2690
+ danger: "danger";
2691
+ info: "info";
2692
+ muted: "muted";
2693
+ }>>;
2694
+ format: z.ZodOptional<z.ZodObject<{
2695
+ locale: z.ZodOptional<z.ZodString>;
2696
+ currency: z.ZodOptional<z.ZodString>;
2697
+ number: z.ZodOptional<z.ZodEnum<{
2698
+ percent: "percent";
2699
+ plain: "plain";
2700
+ compact: "compact";
2701
+ }>>;
2702
+ date: z.ZodOptional<z.ZodEnum<{
2703
+ relative: "relative";
2704
+ short: "short";
2705
+ long: "long";
2706
+ }>>;
2707
+ referenceTime: z.ZodOptional<z.ZodNumber>;
2708
+ }, z.core.$strip>>;
2709
+ testId: z.ZodOptional<z.ZodString>;
2710
+ nameField: z.ZodDefault<z.ZodString>;
2711
+ rowCountField: z.ZodDefault<z.ZodString>;
2712
+ piiField: z.ZodDefault<z.ZodString>;
2713
+ tagField: z.ZodDefault<z.ZodString>;
2714
+ includedField: z.ZodDefault<z.ZodString>;
2715
+ hiddenField: z.ZodDefault<z.ZodString>;
2716
+ piiDetection: z.ZodDefault<z.ZodBoolean>;
2717
+ maxHeight: z.ZodOptional<z.ZodNumber>;
2718
+ piiLabel: z.ZodOptional<z.ZodString>;
2719
+ highVolumeLabel: z.ZodOptional<z.ZodString>;
2720
+ a11yLabel: z.ZodOptional<z.ZodString>;
2721
+ emptyTitle: z.ZodOptional<z.ZodString>;
2722
+ emptyBody: z.ZodOptional<z.ZodString>;
2723
+ }, z.core.$strip>;
2724
+ export type TableInclusionChecklistConfig = z.infer<typeof tableInclusionChecklistConfigSchema>;
2725
+ export declare function tableInclusionChecklistDemoData(seed: number): {
2726
+ rows: Record<string, unknown>[];
2727
+ columns: {
2728
+ name: string;
2729
+ label: string;
2730
+ }[];
2731
+ total: number;
2732
+ };
2733
+ export declare const columnMappingTableConfigSchema: z.ZodObject<{
2734
+ title: z.ZodOptional<z.ZodString>;
2735
+ subtitle: z.ZodOptional<z.ZodString>;
2736
+ icon: z.ZodOptional<z.ZodString>;
2737
+ href: z.ZodOptional<z.ZodString>;
2738
+ binding: z.ZodOptional<z.ZodObject<{
2739
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
2740
+ connectionId: z.ZodString;
2741
+ source: z.ZodObject<{
2742
+ schema: z.ZodOptional<z.ZodString>;
2743
+ name: z.ZodString;
2744
+ type: z.ZodDefault<z.ZodEnum<{
2745
+ table: "table";
2746
+ view: "view";
2747
+ }>>;
2748
+ }, z.core.$strip>;
2749
+ shape: z.ZodEnum<{
2750
+ "single-metric": "single-metric";
2751
+ "metric+delta": "metric+delta";
2752
+ timeseries: "timeseries";
2753
+ "multi-timeseries": "multi-timeseries";
2754
+ categorical: "categorical";
2755
+ "record-list": "record-list";
2756
+ record: "record";
2757
+ matrix: "matrix";
2758
+ "hierarchy/tree": "hierarchy/tree";
2759
+ "calendar-events": "calendar-events";
2760
+ "geo-points": "geo-points";
2761
+ flows: "flows";
2762
+ ohlc: "ohlc";
2763
+ distribution: "distribution";
2764
+ "boolean-map": "boolean-map";
2765
+ stream: "stream";
2766
+ "form-state": "form-state";
2767
+ static: "static";
2768
+ }>;
2769
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
2770
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
2771
+ fn: z.ZodEnum<{
2772
+ count: "count";
2773
+ sum: "sum";
2774
+ avg: "avg";
2775
+ min: "min";
2776
+ max: "max";
2777
+ count_distinct: "count_distinct";
2778
+ percentile: "percentile";
2779
+ }>;
2780
+ column: z.ZodOptional<z.ZodString>;
2781
+ p: z.ZodOptional<z.ZodNumber>;
2782
+ alias: z.ZodString;
2783
+ }, z.core.$strip>>>;
2784
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
2785
+ bucket: z.ZodOptional<z.ZodObject<{
2786
+ column: z.ZodString;
2787
+ unit: z.ZodEnum<{
2788
+ hour: "hour";
2789
+ day: "day";
2790
+ week: "week";
2791
+ month: "month";
2792
+ quarter: "quarter";
2793
+ year: "year";
2794
+ }>;
2795
+ }, z.core.$strip>>;
2796
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
2797
+ column: z.ZodString;
2798
+ op: z.ZodEnum<{
2799
+ eq: "eq";
2800
+ neq: "neq";
2801
+ gt: "gt";
2802
+ gte: "gte";
2803
+ lt: "lt";
2804
+ lte: "lte";
2805
+ in: "in";
2806
+ like: "like";
2807
+ ilike: "ilike";
2808
+ is_null: "is_null";
2809
+ not_null: "not_null";
2810
+ between: "between";
2811
+ }>;
2812
+ value: z.ZodOptional<z.ZodUnknown>;
2813
+ param: z.ZodOptional<z.ZodString>;
2814
+ }, z.core.$strip>>>;
2815
+ window: z.ZodOptional<z.ZodObject<{
2816
+ column: z.ZodString;
2817
+ last: z.ZodNumber;
2818
+ unit: z.ZodEnum<{
2819
+ hour: "hour";
2820
+ day: "day";
2821
+ week: "week";
2822
+ month: "month";
2823
+ quarter: "quarter";
2824
+ year: "year";
2825
+ }>;
2826
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
2827
+ }, z.core.$strip>>;
2828
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
2829
+ column: z.ZodString;
2830
+ dir: z.ZodEnum<{
2831
+ asc: "asc";
2832
+ desc: "desc";
2833
+ }>;
2834
+ }, z.core.$strip>>>;
2835
+ limit: z.ZodOptional<z.ZodNumber>;
2836
+ cursor: z.ZodOptional<z.ZodString>;
2837
+ }, z.core.$strip>>;
2838
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
2839
+ emptyState: z.ZodOptional<z.ZodObject<{
2840
+ icon: z.ZodOptional<z.ZodString>;
2841
+ titleKey: z.ZodOptional<z.ZodString>;
2842
+ bodyKey: z.ZodOptional<z.ZodString>;
2843
+ }, z.core.$strip>>;
2844
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
2845
+ tone: z.ZodOptional<z.ZodEnum<{
2846
+ accent: "accent";
2847
+ pos: "pos";
2848
+ warn: "warn";
2849
+ danger: "danger";
2850
+ info: "info";
2851
+ muted: "muted";
2852
+ }>>;
2853
+ format: z.ZodOptional<z.ZodObject<{
2854
+ locale: z.ZodOptional<z.ZodString>;
2855
+ currency: z.ZodOptional<z.ZodString>;
2856
+ number: z.ZodOptional<z.ZodEnum<{
2857
+ percent: "percent";
2858
+ plain: "plain";
2859
+ compact: "compact";
2860
+ }>>;
2861
+ date: z.ZodOptional<z.ZodEnum<{
2862
+ relative: "relative";
2863
+ short: "short";
2864
+ long: "long";
2865
+ }>>;
2866
+ referenceTime: z.ZodOptional<z.ZodNumber>;
2867
+ }, z.core.$strip>>;
2868
+ testId: z.ZodOptional<z.ZodString>;
2869
+ columnField: z.ZodDefault<z.ZodString>;
2870
+ sampleField: z.ZodDefault<z.ZodString>;
2871
+ targetField: z.ZodDefault<z.ZodString>;
2872
+ targets: z.ZodOptional<z.ZodArray<z.ZodObject<{
2873
+ key: z.ZodString;
2874
+ label: z.ZodOptional<z.ZodString>;
2875
+ }, z.core.$strip>>>;
2876
+ autoMatch: z.ZodDefault<z.ZodBoolean>;
2877
+ skipLabel: z.ZodOptional<z.ZodString>;
2878
+ sourceHeader: z.ZodOptional<z.ZodString>;
2879
+ sampleHeader: z.ZodOptional<z.ZodString>;
2880
+ targetHeader: z.ZodOptional<z.ZodString>;
2881
+ emptyTitle: z.ZodOptional<z.ZodString>;
2882
+ emptyBody: z.ZodOptional<z.ZodString>;
2883
+ }, z.core.$strip>;
2884
+ export type ColumnMappingTableConfig = z.infer<typeof columnMappingTableConfigSchema>;
2885
+ /** The destination catalog the demo maps onto (a `customers` table). */
2886
+ export declare const DEFAULT_MAPPING_TARGETS: readonly {
2887
+ key: string;
2888
+ label?: string;
2889
+ }[];
2890
+ export declare function columnMappingTableDemoData(seed: number): {
2891
+ rows: Record<string, unknown>[];
2892
+ columns: {
2893
+ name: string;
2894
+ label: string;
2895
+ }[];
2896
+ total: number;
2897
+ };
2898
+ export declare const exportBuilderConfigSchema: z.ZodObject<{
2899
+ title: z.ZodOptional<z.ZodString>;
2900
+ subtitle: z.ZodOptional<z.ZodString>;
2901
+ icon: z.ZodOptional<z.ZodString>;
2902
+ href: z.ZodOptional<z.ZodString>;
2903
+ binding: z.ZodOptional<z.ZodObject<{
2904
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
2905
+ connectionId: z.ZodString;
2906
+ source: z.ZodObject<{
2907
+ schema: z.ZodOptional<z.ZodString>;
2908
+ name: z.ZodString;
2909
+ type: z.ZodDefault<z.ZodEnum<{
2910
+ table: "table";
2911
+ view: "view";
2912
+ }>>;
2913
+ }, z.core.$strip>;
2914
+ shape: z.ZodEnum<{
2915
+ "single-metric": "single-metric";
2916
+ "metric+delta": "metric+delta";
2917
+ timeseries: "timeseries";
2918
+ "multi-timeseries": "multi-timeseries";
2919
+ categorical: "categorical";
2920
+ "record-list": "record-list";
2921
+ record: "record";
2922
+ matrix: "matrix";
2923
+ "hierarchy/tree": "hierarchy/tree";
2924
+ "calendar-events": "calendar-events";
2925
+ "geo-points": "geo-points";
2926
+ flows: "flows";
2927
+ ohlc: "ohlc";
2928
+ distribution: "distribution";
2929
+ "boolean-map": "boolean-map";
2930
+ stream: "stream";
2931
+ "form-state": "form-state";
2932
+ static: "static";
2933
+ }>;
2934
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
2935
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
2936
+ fn: z.ZodEnum<{
2937
+ count: "count";
2938
+ sum: "sum";
2939
+ avg: "avg";
2940
+ min: "min";
2941
+ max: "max";
2942
+ count_distinct: "count_distinct";
2943
+ percentile: "percentile";
2944
+ }>;
2945
+ column: z.ZodOptional<z.ZodString>;
2946
+ p: z.ZodOptional<z.ZodNumber>;
2947
+ alias: z.ZodString;
2948
+ }, z.core.$strip>>>;
2949
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
2950
+ bucket: z.ZodOptional<z.ZodObject<{
2951
+ column: z.ZodString;
2952
+ unit: z.ZodEnum<{
2953
+ hour: "hour";
2954
+ day: "day";
2955
+ week: "week";
2956
+ month: "month";
2957
+ quarter: "quarter";
2958
+ year: "year";
2959
+ }>;
2960
+ }, z.core.$strip>>;
2961
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
2962
+ column: z.ZodString;
2963
+ op: z.ZodEnum<{
2964
+ eq: "eq";
2965
+ neq: "neq";
2966
+ gt: "gt";
2967
+ gte: "gte";
2968
+ lt: "lt";
2969
+ lte: "lte";
2970
+ in: "in";
2971
+ like: "like";
2972
+ ilike: "ilike";
2973
+ is_null: "is_null";
2974
+ not_null: "not_null";
2975
+ between: "between";
2976
+ }>;
2977
+ value: z.ZodOptional<z.ZodUnknown>;
2978
+ param: z.ZodOptional<z.ZodString>;
2979
+ }, z.core.$strip>>>;
2980
+ window: z.ZodOptional<z.ZodObject<{
2981
+ column: z.ZodString;
2982
+ last: z.ZodNumber;
2983
+ unit: z.ZodEnum<{
2984
+ hour: "hour";
2985
+ day: "day";
2986
+ week: "week";
2987
+ month: "month";
2988
+ quarter: "quarter";
2989
+ year: "year";
2990
+ }>;
2991
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
2992
+ }, z.core.$strip>>;
2993
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
2994
+ column: z.ZodString;
2995
+ dir: z.ZodEnum<{
2996
+ asc: "asc";
2997
+ desc: "desc";
2998
+ }>;
2999
+ }, z.core.$strip>>>;
3000
+ limit: z.ZodOptional<z.ZodNumber>;
3001
+ cursor: z.ZodOptional<z.ZodString>;
3002
+ }, z.core.$strip>>;
3003
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
3004
+ emptyState: z.ZodOptional<z.ZodObject<{
3005
+ icon: z.ZodOptional<z.ZodString>;
3006
+ titleKey: z.ZodOptional<z.ZodString>;
3007
+ bodyKey: z.ZodOptional<z.ZodString>;
3008
+ }, z.core.$strip>>;
3009
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
3010
+ tone: z.ZodOptional<z.ZodEnum<{
3011
+ accent: "accent";
3012
+ pos: "pos";
3013
+ warn: "warn";
3014
+ danger: "danger";
3015
+ info: "info";
3016
+ muted: "muted";
3017
+ }>>;
3018
+ format: z.ZodOptional<z.ZodObject<{
3019
+ locale: z.ZodOptional<z.ZodString>;
3020
+ currency: z.ZodOptional<z.ZodString>;
3021
+ number: z.ZodOptional<z.ZodEnum<{
3022
+ percent: "percent";
3023
+ plain: "plain";
3024
+ compact: "compact";
3025
+ }>>;
3026
+ date: z.ZodOptional<z.ZodEnum<{
3027
+ relative: "relative";
3028
+ short: "short";
3029
+ long: "long";
3030
+ }>>;
3031
+ referenceTime: z.ZodOptional<z.ZodNumber>;
3032
+ }, z.core.$strip>>;
3033
+ testId: z.ZodOptional<z.ZodString>;
3034
+ formats: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3035
+ pdf: "pdf";
3036
+ xlsx: "xlsx";
3037
+ csv: "csv";
3038
+ }>>>;
3039
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
3040
+ key: z.ZodString;
3041
+ label: z.ZodOptional<z.ZodString>;
3042
+ }, z.core.$strip>>>;
3043
+ emailOption: z.ZodDefault<z.ZodBoolean>;
3044
+ includeChartsOption: z.ZodDefault<z.ZodBoolean>;
3045
+ formatLabel: z.ZodOptional<z.ZodString>;
3046
+ fromLabel: z.ZodOptional<z.ZodString>;
3047
+ toLabel: z.ZodOptional<z.ZodString>;
3048
+ groupByLabel: z.ZodOptional<z.ZodString>;
3049
+ includeChartsLabel: z.ZodOptional<z.ZodString>;
3050
+ emailLabel: z.ZodOptional<z.ZodString>;
3051
+ submitLabel: z.ZodOptional<z.ZodString>;
3052
+ runningLabel: z.ZodOptional<z.ZodString>;
3053
+ doneLabel: z.ZodOptional<z.ZodString>;
3054
+ failedLabel: z.ZodOptional<z.ZodString>;
3055
+ downloadLabel: z.ZodOptional<z.ZodString>;
3056
+ }, z.core.$strip>;
3057
+ export type ExportBuilderConfig = z.infer<typeof exportBuilderConfigSchema>;
3058
+ export declare function exportBuilderDemoData(seed: number): {
3059
+ fields: never[];
3060
+ values: {
3061
+ format: string;
3062
+ from: string;
3063
+ to: string;
3064
+ includeCharts: boolean;
3065
+ status: string;
3066
+ progress: number;
3067
+ };
3068
+ };
3069
+ export declare const surveyQuestionSchema: z.ZodObject<{
3070
+ id: z.ZodString;
3071
+ kind: z.ZodDefault<z.ZodEnum<{
3072
+ date: "date";
3073
+ dropdown: "dropdown";
3074
+ "single-choice": "single-choice";
3075
+ "multi-choice": "multi-choice";
3076
+ "short-text": "short-text";
3077
+ "long-text": "long-text";
3078
+ rating: "rating";
3079
+ nps: "nps";
3080
+ }>>;
3081
+ q: z.ZodOptional<z.ZodString>;
3082
+ required: z.ZodDefault<z.ZodBoolean>;
3083
+ opts: z.ZodOptional<z.ZodArray<z.ZodString>>;
3084
+ }, z.core.$strip>;
3085
+ export type SurveyQuestionConfig = z.infer<typeof surveyQuestionSchema>;
3086
+ export declare const questionBuilderConfigSchema: z.ZodObject<{
3087
+ title: z.ZodOptional<z.ZodString>;
3088
+ subtitle: z.ZodOptional<z.ZodString>;
3089
+ icon: z.ZodOptional<z.ZodString>;
3090
+ href: z.ZodOptional<z.ZodString>;
3091
+ binding: z.ZodOptional<z.ZodObject<{
3092
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
3093
+ connectionId: z.ZodString;
3094
+ source: z.ZodObject<{
3095
+ schema: z.ZodOptional<z.ZodString>;
3096
+ name: z.ZodString;
3097
+ type: z.ZodDefault<z.ZodEnum<{
3098
+ table: "table";
3099
+ view: "view";
3100
+ }>>;
3101
+ }, z.core.$strip>;
3102
+ shape: z.ZodEnum<{
3103
+ "single-metric": "single-metric";
3104
+ "metric+delta": "metric+delta";
3105
+ timeseries: "timeseries";
3106
+ "multi-timeseries": "multi-timeseries";
3107
+ categorical: "categorical";
3108
+ "record-list": "record-list";
3109
+ record: "record";
3110
+ matrix: "matrix";
3111
+ "hierarchy/tree": "hierarchy/tree";
3112
+ "calendar-events": "calendar-events";
3113
+ "geo-points": "geo-points";
3114
+ flows: "flows";
3115
+ ohlc: "ohlc";
3116
+ distribution: "distribution";
3117
+ "boolean-map": "boolean-map";
3118
+ stream: "stream";
3119
+ "form-state": "form-state";
3120
+ static: "static";
3121
+ }>;
3122
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
3123
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
3124
+ fn: z.ZodEnum<{
3125
+ count: "count";
3126
+ sum: "sum";
3127
+ avg: "avg";
3128
+ min: "min";
3129
+ max: "max";
3130
+ count_distinct: "count_distinct";
3131
+ percentile: "percentile";
3132
+ }>;
3133
+ column: z.ZodOptional<z.ZodString>;
3134
+ p: z.ZodOptional<z.ZodNumber>;
3135
+ alias: z.ZodString;
3136
+ }, z.core.$strip>>>;
3137
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
3138
+ bucket: z.ZodOptional<z.ZodObject<{
3139
+ column: z.ZodString;
3140
+ unit: z.ZodEnum<{
3141
+ hour: "hour";
3142
+ day: "day";
3143
+ week: "week";
3144
+ month: "month";
3145
+ quarter: "quarter";
3146
+ year: "year";
3147
+ }>;
3148
+ }, z.core.$strip>>;
3149
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
3150
+ column: z.ZodString;
3151
+ op: z.ZodEnum<{
3152
+ eq: "eq";
3153
+ neq: "neq";
3154
+ gt: "gt";
3155
+ gte: "gte";
3156
+ lt: "lt";
3157
+ lte: "lte";
3158
+ in: "in";
3159
+ like: "like";
3160
+ ilike: "ilike";
3161
+ is_null: "is_null";
3162
+ not_null: "not_null";
3163
+ between: "between";
3164
+ }>;
3165
+ value: z.ZodOptional<z.ZodUnknown>;
3166
+ param: z.ZodOptional<z.ZodString>;
3167
+ }, z.core.$strip>>>;
3168
+ window: z.ZodOptional<z.ZodObject<{
3169
+ column: z.ZodString;
3170
+ last: z.ZodNumber;
3171
+ unit: z.ZodEnum<{
3172
+ hour: "hour";
3173
+ day: "day";
3174
+ week: "week";
3175
+ month: "month";
3176
+ quarter: "quarter";
3177
+ year: "year";
3178
+ }>;
3179
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
3180
+ }, z.core.$strip>>;
3181
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
3182
+ column: z.ZodString;
3183
+ dir: z.ZodEnum<{
3184
+ asc: "asc";
3185
+ desc: "desc";
3186
+ }>;
3187
+ }, z.core.$strip>>>;
3188
+ limit: z.ZodOptional<z.ZodNumber>;
3189
+ cursor: z.ZodOptional<z.ZodString>;
3190
+ }, z.core.$strip>>;
3191
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
3192
+ emptyState: z.ZodOptional<z.ZodObject<{
3193
+ icon: z.ZodOptional<z.ZodString>;
3194
+ titleKey: z.ZodOptional<z.ZodString>;
3195
+ bodyKey: z.ZodOptional<z.ZodString>;
3196
+ }, z.core.$strip>>;
3197
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
3198
+ tone: z.ZodOptional<z.ZodEnum<{
3199
+ accent: "accent";
3200
+ pos: "pos";
3201
+ warn: "warn";
3202
+ danger: "danger";
3203
+ info: "info";
3204
+ muted: "muted";
3205
+ }>>;
3206
+ format: z.ZodOptional<z.ZodObject<{
3207
+ locale: z.ZodOptional<z.ZodString>;
3208
+ currency: z.ZodOptional<z.ZodString>;
3209
+ number: z.ZodOptional<z.ZodEnum<{
3210
+ percent: "percent";
3211
+ plain: "plain";
3212
+ compact: "compact";
3213
+ }>>;
3214
+ date: z.ZodOptional<z.ZodEnum<{
3215
+ relative: "relative";
3216
+ short: "short";
3217
+ long: "long";
3218
+ }>>;
3219
+ referenceTime: z.ZodOptional<z.ZodNumber>;
3220
+ }, z.core.$strip>>;
3221
+ testId: z.ZodOptional<z.ZodString>;
3222
+ kinds: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3223
+ date: "date";
3224
+ dropdown: "dropdown";
3225
+ "single-choice": "single-choice";
3226
+ "multi-choice": "multi-choice";
3227
+ "short-text": "short-text";
3228
+ "long-text": "long-text";
3229
+ rating: "rating";
3230
+ nps: "nps";
3231
+ }>>>;
3232
+ maxQuestions: z.ZodDefault<z.ZodNumber>;
3233
+ kindLabels: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
3234
+ paletteTitle: z.ZodOptional<z.ZodString>;
3235
+ addLabel: z.ZodOptional<z.ZodString>;
3236
+ removeLabel: z.ZodOptional<z.ZodString>;
3237
+ moveUpLabel: z.ZodOptional<z.ZodString>;
3238
+ moveDownLabel: z.ZodOptional<z.ZodString>;
3239
+ requiredLabel: z.ZodOptional<z.ZodString>;
3240
+ questionPlaceholder: z.ZodOptional<z.ZodString>;
3241
+ emptyTitle: z.ZodOptional<z.ZodString>;
3242
+ emptyBody: z.ZodOptional<z.ZodString>;
3243
+ }, z.core.$strip>;
3244
+ export type QuestionBuilderConfig = z.infer<typeof questionBuilderConfigSchema>;
3245
+ /** The English palette copy every question-builder falls back to. */
3246
+ export declare const DEFAULT_QUESTION_KIND_LABELS: Record<string, string>;
3247
+ export declare function questionBuilderDemoData(seed: number): {
3248
+ fields: never[];
3249
+ values: {
3250
+ questions: SurveyQuestionConfig[];
3251
+ };
3252
+ };
3253
+ export declare const inlineEditableFieldConfigSchema: z.ZodObject<{
3254
+ title: z.ZodOptional<z.ZodString>;
3255
+ subtitle: z.ZodOptional<z.ZodString>;
3256
+ icon: z.ZodOptional<z.ZodString>;
3257
+ href: z.ZodOptional<z.ZodString>;
3258
+ binding: z.ZodOptional<z.ZodObject<{
3259
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
3260
+ connectionId: z.ZodString;
3261
+ source: z.ZodObject<{
3262
+ schema: z.ZodOptional<z.ZodString>;
3263
+ name: z.ZodString;
3264
+ type: z.ZodDefault<z.ZodEnum<{
3265
+ table: "table";
3266
+ view: "view";
3267
+ }>>;
3268
+ }, z.core.$strip>;
3269
+ shape: z.ZodEnum<{
3270
+ "single-metric": "single-metric";
3271
+ "metric+delta": "metric+delta";
3272
+ timeseries: "timeseries";
3273
+ "multi-timeseries": "multi-timeseries";
3274
+ categorical: "categorical";
3275
+ "record-list": "record-list";
3276
+ record: "record";
3277
+ matrix: "matrix";
3278
+ "hierarchy/tree": "hierarchy/tree";
3279
+ "calendar-events": "calendar-events";
3280
+ "geo-points": "geo-points";
3281
+ flows: "flows";
3282
+ ohlc: "ohlc";
3283
+ distribution: "distribution";
3284
+ "boolean-map": "boolean-map";
3285
+ stream: "stream";
3286
+ "form-state": "form-state";
3287
+ static: "static";
3288
+ }>;
3289
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
3290
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
3291
+ fn: z.ZodEnum<{
3292
+ count: "count";
3293
+ sum: "sum";
3294
+ avg: "avg";
3295
+ min: "min";
3296
+ max: "max";
3297
+ count_distinct: "count_distinct";
3298
+ percentile: "percentile";
3299
+ }>;
3300
+ column: z.ZodOptional<z.ZodString>;
3301
+ p: z.ZodOptional<z.ZodNumber>;
3302
+ alias: z.ZodString;
3303
+ }, z.core.$strip>>>;
3304
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
3305
+ bucket: z.ZodOptional<z.ZodObject<{
3306
+ column: z.ZodString;
3307
+ unit: z.ZodEnum<{
3308
+ hour: "hour";
3309
+ day: "day";
3310
+ week: "week";
3311
+ month: "month";
3312
+ quarter: "quarter";
3313
+ year: "year";
3314
+ }>;
3315
+ }, z.core.$strip>>;
3316
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
3317
+ column: z.ZodString;
3318
+ op: z.ZodEnum<{
3319
+ eq: "eq";
3320
+ neq: "neq";
3321
+ gt: "gt";
3322
+ gte: "gte";
3323
+ lt: "lt";
3324
+ lte: "lte";
3325
+ in: "in";
3326
+ like: "like";
3327
+ ilike: "ilike";
3328
+ is_null: "is_null";
3329
+ not_null: "not_null";
3330
+ between: "between";
3331
+ }>;
3332
+ value: z.ZodOptional<z.ZodUnknown>;
3333
+ param: z.ZodOptional<z.ZodString>;
3334
+ }, z.core.$strip>>>;
3335
+ window: z.ZodOptional<z.ZodObject<{
3336
+ column: z.ZodString;
3337
+ last: z.ZodNumber;
3338
+ unit: z.ZodEnum<{
3339
+ hour: "hour";
3340
+ day: "day";
3341
+ week: "week";
3342
+ month: "month";
3343
+ quarter: "quarter";
3344
+ year: "year";
3345
+ }>;
3346
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
3347
+ }, z.core.$strip>>;
3348
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
3349
+ column: z.ZodString;
3350
+ dir: z.ZodEnum<{
3351
+ asc: "asc";
3352
+ desc: "desc";
3353
+ }>;
3354
+ }, z.core.$strip>>>;
3355
+ limit: z.ZodOptional<z.ZodNumber>;
3356
+ cursor: z.ZodOptional<z.ZodString>;
3357
+ }, z.core.$strip>>;
3358
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
3359
+ emptyState: z.ZodOptional<z.ZodObject<{
3360
+ icon: z.ZodOptional<z.ZodString>;
3361
+ titleKey: z.ZodOptional<z.ZodString>;
3362
+ bodyKey: z.ZodOptional<z.ZodString>;
3363
+ }, z.core.$strip>>;
3364
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
3365
+ tone: z.ZodOptional<z.ZodEnum<{
3366
+ accent: "accent";
3367
+ pos: "pos";
3368
+ warn: "warn";
3369
+ danger: "danger";
3370
+ info: "info";
3371
+ muted: "muted";
3372
+ }>>;
3373
+ testId: z.ZodOptional<z.ZodString>;
3374
+ field: z.ZodDefault<z.ZodString>;
3375
+ idField: z.ZodDefault<z.ZodString>;
3376
+ format: z.ZodDefault<z.ZodEnum<{
3377
+ number: "number";
3378
+ select: "select";
3379
+ text: "text";
3380
+ }>>;
3381
+ multiline: z.ZodDefault<z.ZodBoolean>;
3382
+ options: z.ZodOptional<z.ZodArray<z.ZodObject<{
3383
+ value: z.ZodString;
3384
+ label: z.ZodOptional<z.ZodString>;
3385
+ }, z.core.$strip>>>;
3386
+ placeholder: z.ZodOptional<z.ZodString>;
3387
+ label: z.ZodOptional<z.ZodString>;
3388
+ editLabel: z.ZodOptional<z.ZodString>;
3389
+ saveLabel: z.ZodOptional<z.ZodString>;
3390
+ cancelLabel: z.ZodOptional<z.ZodString>;
3391
+ emptyValueLabel: z.ZodOptional<z.ZodString>;
3392
+ }, z.core.$strip>;
3393
+ export type InlineEditableFieldConfig = z.infer<typeof inlineEditableFieldConfigSchema>;
3394
+ export declare function inlineEditableFieldDemoData(seed: number): {
3395
+ row: Record<string, unknown>;
3396
+ };
3397
+ /** Re-exported vocabularies so the component files import one module. */
3398
+ export { FORM_TONES, ISSUE_SEVERITIES, STEP_STATES };
3399
+ //# sourceMappingURL=forms-config.d.ts.map