@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,2939 @@
1
+ /**
2
+ * TRACK OPS — config schemas + deterministic demo generators for the eighteen
3
+ * §13 ops / billing / API / marketing cards. PURE module (zod + domain-lib +
4
+ * domain-ops-lib only; NO React, no component imports).
5
+ *
6
+ * WHY THIS EXISTS: `domain-ops.definitions.ts` imports the schemas and the
7
+ * `demoData` generators. If those lived in the component files, the registry's
8
+ * eager graph — `registry/index.ts` statically imports every family's
9
+ * definitions module — would drag eighteen @adminium/ui-heavy components into
10
+ * the bundle of any page that renders any widget, and the sibling
11
+ * `lazy(() => import('./domain-ops-components.js'))` ref would buy nothing
12
+ * (04 §2.3; qa/chunk-budget.test.ts walks exactly this closure and fails on it).
13
+ * Same convention as `domain-config.ts` / `system-config.ts` / `media-config.ts`.
14
+ *
15
+ * FIELD-NAME CONFIG: every widget here binds a table the user already has, so
16
+ * each schema opens with a field map (`nameField`, `statusField`, …) that
17
+ * projects THEIR columns onto the widget's model. Defaults name the columns the
18
+ * annex's evidence screens use, so a conventionally-named table binds with no
19
+ * config at all.
20
+ *
21
+ * DEMO DETERMINISM (04 §7.7): every generator derives from `mulberry32(seed)`
22
+ * and the fixed `DOMAIN_DEMO_EPOCH` — no `Date.now()`, no `Math.random()`, at
23
+ * module scope or inside a generator. Distinct seeds must yield distinct
24
+ * payloads (the determinism gate asserts the seed genuinely threads through), so
25
+ * every generator varies real content, never just a label.
26
+ */
27
+ import { z } from 'zod';
28
+ import type { OpsListData, OpsRecordData } from './domain-ops-types.js';
29
+ /**
30
+ * The demo "now" — day 34 of the demo window, as epoch ms. Stories and tests pin
31
+ * `format.referenceTime` to this so every relative stamp ("2 hours ago"), the
32
+ * running stopwatch, and the uptime axis land in a fixed place without a single
33
+ * wall-clock read (04 §7.7 / VRT byte-determinism). It matches the gantt's
34
+ * `GANTT_DEMO_TODAY_MS` so a page composing both reads as one moment in time.
35
+ */
36
+ export declare const OPS_DEMO_NOW_MS: number;
37
+ /**
38
+ * `starter-template-picker` config. `docType` + `defs` are the annex's declared
39
+ * config; `defs` lets a host inject its own starters over the bound list.
40
+ */
41
+ export declare const starterTemplatePickerConfigSchema: z.ZodObject<{
42
+ title: z.ZodOptional<z.ZodString>;
43
+ subtitle: z.ZodOptional<z.ZodString>;
44
+ icon: z.ZodOptional<z.ZodString>;
45
+ href: z.ZodOptional<z.ZodString>;
46
+ binding: z.ZodOptional<z.ZodObject<{
47
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
48
+ connectionId: z.ZodString;
49
+ source: z.ZodObject<{
50
+ schema: z.ZodOptional<z.ZodString>;
51
+ name: z.ZodString;
52
+ type: z.ZodDefault<z.ZodEnum<{
53
+ table: "table";
54
+ view: "view";
55
+ }>>;
56
+ }, z.core.$strip>;
57
+ shape: z.ZodEnum<{
58
+ "single-metric": "single-metric";
59
+ "metric+delta": "metric+delta";
60
+ timeseries: "timeseries";
61
+ "multi-timeseries": "multi-timeseries";
62
+ categorical: "categorical";
63
+ "record-list": "record-list";
64
+ record: "record";
65
+ matrix: "matrix";
66
+ "hierarchy/tree": "hierarchy/tree";
67
+ "calendar-events": "calendar-events";
68
+ "geo-points": "geo-points";
69
+ flows: "flows";
70
+ ohlc: "ohlc";
71
+ distribution: "distribution";
72
+ "boolean-map": "boolean-map";
73
+ stream: "stream";
74
+ "form-state": "form-state";
75
+ static: "static";
76
+ }>;
77
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
78
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
79
+ fn: z.ZodEnum<{
80
+ count: "count";
81
+ sum: "sum";
82
+ avg: "avg";
83
+ min: "min";
84
+ max: "max";
85
+ count_distinct: "count_distinct";
86
+ percentile: "percentile";
87
+ }>;
88
+ column: z.ZodOptional<z.ZodString>;
89
+ p: z.ZodOptional<z.ZodNumber>;
90
+ alias: z.ZodString;
91
+ }, z.core.$strip>>>;
92
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
93
+ bucket: z.ZodOptional<z.ZodObject<{
94
+ column: z.ZodString;
95
+ unit: z.ZodEnum<{
96
+ hour: "hour";
97
+ day: "day";
98
+ week: "week";
99
+ month: "month";
100
+ quarter: "quarter";
101
+ year: "year";
102
+ }>;
103
+ }, z.core.$strip>>;
104
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
105
+ column: z.ZodString;
106
+ op: z.ZodEnum<{
107
+ eq: "eq";
108
+ neq: "neq";
109
+ gt: "gt";
110
+ gte: "gte";
111
+ lt: "lt";
112
+ lte: "lte";
113
+ in: "in";
114
+ like: "like";
115
+ ilike: "ilike";
116
+ is_null: "is_null";
117
+ not_null: "not_null";
118
+ between: "between";
119
+ }>;
120
+ value: z.ZodOptional<z.ZodUnknown>;
121
+ param: z.ZodOptional<z.ZodString>;
122
+ }, z.core.$strip>>>;
123
+ window: z.ZodOptional<z.ZodObject<{
124
+ column: z.ZodString;
125
+ last: z.ZodNumber;
126
+ unit: z.ZodEnum<{
127
+ hour: "hour";
128
+ day: "day";
129
+ week: "week";
130
+ month: "month";
131
+ quarter: "quarter";
132
+ year: "year";
133
+ }>;
134
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
135
+ }, z.core.$strip>>;
136
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
137
+ column: z.ZodString;
138
+ dir: z.ZodEnum<{
139
+ asc: "asc";
140
+ desc: "desc";
141
+ }>;
142
+ }, z.core.$strip>>>;
143
+ limit: z.ZodOptional<z.ZodNumber>;
144
+ cursor: z.ZodOptional<z.ZodString>;
145
+ }, z.core.$strip>>;
146
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
147
+ emptyState: z.ZodOptional<z.ZodObject<{
148
+ icon: z.ZodOptional<z.ZodString>;
149
+ titleKey: z.ZodOptional<z.ZodString>;
150
+ bodyKey: z.ZodOptional<z.ZodString>;
151
+ }, z.core.$strip>>;
152
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
153
+ tone: z.ZodOptional<z.ZodEnum<{
154
+ accent: "accent";
155
+ pos: "pos";
156
+ warn: "warn";
157
+ danger: "danger";
158
+ info: "info";
159
+ muted: "muted";
160
+ }>>;
161
+ format: z.ZodOptional<z.ZodObject<{
162
+ locale: z.ZodOptional<z.ZodString>;
163
+ currency: z.ZodOptional<z.ZodString>;
164
+ number: z.ZodOptional<z.ZodEnum<{
165
+ percent: "percent";
166
+ plain: "plain";
167
+ compact: "compact";
168
+ }>>;
169
+ date: z.ZodOptional<z.ZodEnum<{
170
+ relative: "relative";
171
+ short: "short";
172
+ long: "long";
173
+ }>>;
174
+ referenceTime: z.ZodOptional<z.ZodNumber>;
175
+ }, z.core.$strip>>;
176
+ testId: z.ZodOptional<z.ZodString>;
177
+ emptyTitle: z.ZodOptional<z.ZodString>;
178
+ emptyBody: z.ZodOptional<z.ZodString>;
179
+ idField: z.ZodDefault<z.ZodString>;
180
+ titleField: z.ZodDefault<z.ZodString>;
181
+ categoryField: z.ZodDefault<z.ZodString>;
182
+ seriesField: z.ZodDefault<z.ZodString>;
183
+ docType: z.ZodDefault<z.ZodEnum<{
184
+ email: "email";
185
+ invoice: "invoice";
186
+ report: "report";
187
+ }>>;
188
+ defs: z.ZodOptional<z.ZodArray<z.ZodObject<{
189
+ id: z.ZodString;
190
+ title: z.ZodString;
191
+ category: z.ZodOptional<z.ZodString>;
192
+ series: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
193
+ }, z.core.$strip>>>;
194
+ showBlank: z.ZodDefault<z.ZodBoolean>;
195
+ blankLabel: z.ZodOptional<z.ZodString>;
196
+ }, z.core.$strip>;
197
+ export type StarterTemplatePickerConfig = z.infer<typeof starterTemplatePickerConfigSchema>;
198
+ /** Deterministic starter `record-list`. The seed drives each thumbnail's series. */
199
+ export declare function starterTemplatePickerDemoData(seed: number): OpsListData;
200
+ /**
201
+ * `slo-monitor-card` config. `target` / `budgetThresholds` / `windowDays` are
202
+ * the annex's declared config. `budgetThresholds` are REMAINING-budget floors
203
+ * (see `budgetTone`), not consumed-budget ceilings.
204
+ */
205
+ export declare const sloMonitorCardConfigSchema: z.ZodObject<{
206
+ title: z.ZodOptional<z.ZodString>;
207
+ subtitle: z.ZodOptional<z.ZodString>;
208
+ icon: z.ZodOptional<z.ZodString>;
209
+ href: z.ZodOptional<z.ZodString>;
210
+ binding: z.ZodOptional<z.ZodObject<{
211
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
212
+ connectionId: z.ZodString;
213
+ source: z.ZodObject<{
214
+ schema: z.ZodOptional<z.ZodString>;
215
+ name: z.ZodString;
216
+ type: z.ZodDefault<z.ZodEnum<{
217
+ table: "table";
218
+ view: "view";
219
+ }>>;
220
+ }, z.core.$strip>;
221
+ shape: z.ZodEnum<{
222
+ "single-metric": "single-metric";
223
+ "metric+delta": "metric+delta";
224
+ timeseries: "timeseries";
225
+ "multi-timeseries": "multi-timeseries";
226
+ categorical: "categorical";
227
+ "record-list": "record-list";
228
+ record: "record";
229
+ matrix: "matrix";
230
+ "hierarchy/tree": "hierarchy/tree";
231
+ "calendar-events": "calendar-events";
232
+ "geo-points": "geo-points";
233
+ flows: "flows";
234
+ ohlc: "ohlc";
235
+ distribution: "distribution";
236
+ "boolean-map": "boolean-map";
237
+ stream: "stream";
238
+ "form-state": "form-state";
239
+ static: "static";
240
+ }>;
241
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
242
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
243
+ fn: z.ZodEnum<{
244
+ count: "count";
245
+ sum: "sum";
246
+ avg: "avg";
247
+ min: "min";
248
+ max: "max";
249
+ count_distinct: "count_distinct";
250
+ percentile: "percentile";
251
+ }>;
252
+ column: z.ZodOptional<z.ZodString>;
253
+ p: z.ZodOptional<z.ZodNumber>;
254
+ alias: z.ZodString;
255
+ }, z.core.$strip>>>;
256
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
257
+ bucket: z.ZodOptional<z.ZodObject<{
258
+ column: z.ZodString;
259
+ unit: z.ZodEnum<{
260
+ hour: "hour";
261
+ day: "day";
262
+ week: "week";
263
+ month: "month";
264
+ quarter: "quarter";
265
+ year: "year";
266
+ }>;
267
+ }, z.core.$strip>>;
268
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
269
+ column: z.ZodString;
270
+ op: z.ZodEnum<{
271
+ eq: "eq";
272
+ neq: "neq";
273
+ gt: "gt";
274
+ gte: "gte";
275
+ lt: "lt";
276
+ lte: "lte";
277
+ in: "in";
278
+ like: "like";
279
+ ilike: "ilike";
280
+ is_null: "is_null";
281
+ not_null: "not_null";
282
+ between: "between";
283
+ }>;
284
+ value: z.ZodOptional<z.ZodUnknown>;
285
+ param: z.ZodOptional<z.ZodString>;
286
+ }, z.core.$strip>>>;
287
+ window: z.ZodOptional<z.ZodObject<{
288
+ column: z.ZodString;
289
+ last: z.ZodNumber;
290
+ unit: z.ZodEnum<{
291
+ hour: "hour";
292
+ day: "day";
293
+ week: "week";
294
+ month: "month";
295
+ quarter: "quarter";
296
+ year: "year";
297
+ }>;
298
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
299
+ }, z.core.$strip>>;
300
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
301
+ column: z.ZodString;
302
+ dir: z.ZodEnum<{
303
+ asc: "asc";
304
+ desc: "desc";
305
+ }>;
306
+ }, z.core.$strip>>>;
307
+ limit: z.ZodOptional<z.ZodNumber>;
308
+ cursor: z.ZodOptional<z.ZodString>;
309
+ }, z.core.$strip>>;
310
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
311
+ emptyState: z.ZodOptional<z.ZodObject<{
312
+ icon: z.ZodOptional<z.ZodString>;
313
+ titleKey: z.ZodOptional<z.ZodString>;
314
+ bodyKey: z.ZodOptional<z.ZodString>;
315
+ }, z.core.$strip>>;
316
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
317
+ tone: z.ZodOptional<z.ZodEnum<{
318
+ accent: "accent";
319
+ pos: "pos";
320
+ warn: "warn";
321
+ danger: "danger";
322
+ info: "info";
323
+ muted: "muted";
324
+ }>>;
325
+ format: z.ZodOptional<z.ZodObject<{
326
+ locale: z.ZodOptional<z.ZodString>;
327
+ currency: z.ZodOptional<z.ZodString>;
328
+ number: z.ZodOptional<z.ZodEnum<{
329
+ percent: "percent";
330
+ plain: "plain";
331
+ compact: "compact";
332
+ }>>;
333
+ date: z.ZodOptional<z.ZodEnum<{
334
+ relative: "relative";
335
+ short: "short";
336
+ long: "long";
337
+ }>>;
338
+ referenceTime: z.ZodOptional<z.ZodNumber>;
339
+ }, z.core.$strip>>;
340
+ testId: z.ZodOptional<z.ZodString>;
341
+ emptyTitle: z.ZodOptional<z.ZodString>;
342
+ emptyBody: z.ZodOptional<z.ZodString>;
343
+ nameField: z.ZodDefault<z.ZodString>;
344
+ endpointField: z.ZodDefault<z.ZodString>;
345
+ targetField: z.ZodDefault<z.ZodString>;
346
+ currentField: z.ZodDefault<z.ZodString>;
347
+ statusField: z.ZodDefault<z.ZodString>;
348
+ budgetField: z.ZodDefault<z.ZodString>;
349
+ p95Field: z.ZodDefault<z.ZodString>;
350
+ historyField: z.ZodDefault<z.ZodString>;
351
+ target: z.ZodDefault<z.ZodNumber>;
352
+ budgetThresholds: z.ZodOptional<z.ZodObject<{
353
+ warn: z.ZodDefault<z.ZodNumber>;
354
+ danger: z.ZodDefault<z.ZodNumber>;
355
+ }, z.core.$strip>>;
356
+ windowDays: z.ZodDefault<z.ZodNumber>;
357
+ targetLabel: z.ZodOptional<z.ZodString>;
358
+ budgetLabel: z.ZodOptional<z.ZodString>;
359
+ latencyLabel: z.ZodOptional<z.ZodString>;
360
+ }, z.core.$strip>;
361
+ export type SloMonitorCardConfig = z.infer<typeof sloMonitorCardConfigSchema>;
362
+ /** Deterministic monitor `record`. */
363
+ export declare function sloMonitorCardDemoData(seed: number): OpsRecordData;
364
+ /**
365
+ * `uptime-segment-bar` config. `period` / `stateColors` are the annex's declared
366
+ * config; `period` is the 30/90-day toggle's INITIAL value (the toggle is
367
+ * component state, so a stored config pins where it starts, not where it stays).
368
+ */
369
+ export declare const uptimeSegmentBarConfigSchema: z.ZodObject<{
370
+ title: z.ZodOptional<z.ZodString>;
371
+ subtitle: z.ZodOptional<z.ZodString>;
372
+ icon: z.ZodOptional<z.ZodString>;
373
+ href: z.ZodOptional<z.ZodString>;
374
+ binding: z.ZodOptional<z.ZodObject<{
375
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
376
+ connectionId: z.ZodString;
377
+ source: z.ZodObject<{
378
+ schema: z.ZodOptional<z.ZodString>;
379
+ name: z.ZodString;
380
+ type: z.ZodDefault<z.ZodEnum<{
381
+ table: "table";
382
+ view: "view";
383
+ }>>;
384
+ }, z.core.$strip>;
385
+ shape: z.ZodEnum<{
386
+ "single-metric": "single-metric";
387
+ "metric+delta": "metric+delta";
388
+ timeseries: "timeseries";
389
+ "multi-timeseries": "multi-timeseries";
390
+ categorical: "categorical";
391
+ "record-list": "record-list";
392
+ record: "record";
393
+ matrix: "matrix";
394
+ "hierarchy/tree": "hierarchy/tree";
395
+ "calendar-events": "calendar-events";
396
+ "geo-points": "geo-points";
397
+ flows: "flows";
398
+ ohlc: "ohlc";
399
+ distribution: "distribution";
400
+ "boolean-map": "boolean-map";
401
+ stream: "stream";
402
+ "form-state": "form-state";
403
+ static: "static";
404
+ }>;
405
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
406
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
407
+ fn: z.ZodEnum<{
408
+ count: "count";
409
+ sum: "sum";
410
+ avg: "avg";
411
+ min: "min";
412
+ max: "max";
413
+ count_distinct: "count_distinct";
414
+ percentile: "percentile";
415
+ }>;
416
+ column: z.ZodOptional<z.ZodString>;
417
+ p: z.ZodOptional<z.ZodNumber>;
418
+ alias: z.ZodString;
419
+ }, z.core.$strip>>>;
420
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
421
+ bucket: z.ZodOptional<z.ZodObject<{
422
+ column: z.ZodString;
423
+ unit: z.ZodEnum<{
424
+ hour: "hour";
425
+ day: "day";
426
+ week: "week";
427
+ month: "month";
428
+ quarter: "quarter";
429
+ year: "year";
430
+ }>;
431
+ }, z.core.$strip>>;
432
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
433
+ column: z.ZodString;
434
+ op: z.ZodEnum<{
435
+ eq: "eq";
436
+ neq: "neq";
437
+ gt: "gt";
438
+ gte: "gte";
439
+ lt: "lt";
440
+ lte: "lte";
441
+ in: "in";
442
+ like: "like";
443
+ ilike: "ilike";
444
+ is_null: "is_null";
445
+ not_null: "not_null";
446
+ between: "between";
447
+ }>;
448
+ value: z.ZodOptional<z.ZodUnknown>;
449
+ param: z.ZodOptional<z.ZodString>;
450
+ }, z.core.$strip>>>;
451
+ window: z.ZodOptional<z.ZodObject<{
452
+ column: z.ZodString;
453
+ last: z.ZodNumber;
454
+ unit: z.ZodEnum<{
455
+ hour: "hour";
456
+ day: "day";
457
+ week: "week";
458
+ month: "month";
459
+ quarter: "quarter";
460
+ year: "year";
461
+ }>;
462
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
463
+ }, z.core.$strip>>;
464
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
465
+ column: z.ZodString;
466
+ dir: z.ZodEnum<{
467
+ asc: "asc";
468
+ desc: "desc";
469
+ }>;
470
+ }, z.core.$strip>>>;
471
+ limit: z.ZodOptional<z.ZodNumber>;
472
+ cursor: z.ZodOptional<z.ZodString>;
473
+ }, z.core.$strip>>;
474
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
475
+ emptyState: z.ZodOptional<z.ZodObject<{
476
+ icon: z.ZodOptional<z.ZodString>;
477
+ titleKey: z.ZodOptional<z.ZodString>;
478
+ bodyKey: z.ZodOptional<z.ZodString>;
479
+ }, z.core.$strip>>;
480
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
481
+ tone: z.ZodOptional<z.ZodEnum<{
482
+ accent: "accent";
483
+ pos: "pos";
484
+ warn: "warn";
485
+ danger: "danger";
486
+ info: "info";
487
+ muted: "muted";
488
+ }>>;
489
+ format: z.ZodOptional<z.ZodObject<{
490
+ locale: z.ZodOptional<z.ZodString>;
491
+ currency: z.ZodOptional<z.ZodString>;
492
+ number: z.ZodOptional<z.ZodEnum<{
493
+ percent: "percent";
494
+ plain: "plain";
495
+ compact: "compact";
496
+ }>>;
497
+ date: z.ZodOptional<z.ZodEnum<{
498
+ relative: "relative";
499
+ short: "short";
500
+ long: "long";
501
+ }>>;
502
+ referenceTime: z.ZodOptional<z.ZodNumber>;
503
+ }, z.core.$strip>>;
504
+ testId: z.ZodOptional<z.ZodString>;
505
+ emptyTitle: z.ZodOptional<z.ZodString>;
506
+ emptyBody: z.ZodOptional<z.ZodString>;
507
+ dayField: z.ZodDefault<z.ZodString>;
508
+ statusField: z.ZodDefault<z.ZodString>;
509
+ period: z.ZodDefault<z.ZodEnum<{
510
+ 30: "30";
511
+ 90: "90";
512
+ }>>;
513
+ showToggle: z.ZodDefault<z.ZodBoolean>;
514
+ stateColors: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
515
+ daysAgoLabel: z.ZodOptional<z.ZodString>;
516
+ todayLabel: z.ZodOptional<z.ZodString>;
517
+ uptimeLabel: z.ZodOptional<z.ZodString>;
518
+ }, z.core.$strip>;
519
+ export type UptimeSegmentBarConfig = z.infer<typeof uptimeSegmentBarConfigSchema>;
520
+ /**
521
+ * Deterministic daily-status `record-list`, oldest → newest, ending on the demo
522
+ * "today". 90 rows so the widget's own 30/90 toggle has something to switch to.
523
+ */
524
+ export declare function uptimeSegmentBarDemoData(seed: number): OpsListData;
525
+ /**
526
+ * `experiment-variant-compare` config. `confThresholds` is the annex's declared
527
+ * config (the significance meter's ≥95 / ≥80 bands).
528
+ *
529
+ * `confidenceField` is read off the ENVELOPE first, then off the winning row:
530
+ * statistical significance is a property of the TEST, not of one arm, and a
531
+ * server that computes it returns it alongside `rows` — but a denormalized
532
+ * variants table that stores it per row must also bind, so both are accepted.
533
+ */
534
+ export declare const experimentVariantCompareConfigSchema: z.ZodObject<{
535
+ title: z.ZodOptional<z.ZodString>;
536
+ subtitle: z.ZodOptional<z.ZodString>;
537
+ icon: z.ZodOptional<z.ZodString>;
538
+ href: z.ZodOptional<z.ZodString>;
539
+ binding: z.ZodOptional<z.ZodObject<{
540
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
541
+ connectionId: z.ZodString;
542
+ source: z.ZodObject<{
543
+ schema: z.ZodOptional<z.ZodString>;
544
+ name: z.ZodString;
545
+ type: z.ZodDefault<z.ZodEnum<{
546
+ table: "table";
547
+ view: "view";
548
+ }>>;
549
+ }, z.core.$strip>;
550
+ shape: z.ZodEnum<{
551
+ "single-metric": "single-metric";
552
+ "metric+delta": "metric+delta";
553
+ timeseries: "timeseries";
554
+ "multi-timeseries": "multi-timeseries";
555
+ categorical: "categorical";
556
+ "record-list": "record-list";
557
+ record: "record";
558
+ matrix: "matrix";
559
+ "hierarchy/tree": "hierarchy/tree";
560
+ "calendar-events": "calendar-events";
561
+ "geo-points": "geo-points";
562
+ flows: "flows";
563
+ ohlc: "ohlc";
564
+ distribution: "distribution";
565
+ "boolean-map": "boolean-map";
566
+ stream: "stream";
567
+ "form-state": "form-state";
568
+ static: "static";
569
+ }>;
570
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
571
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
572
+ fn: z.ZodEnum<{
573
+ count: "count";
574
+ sum: "sum";
575
+ avg: "avg";
576
+ min: "min";
577
+ max: "max";
578
+ count_distinct: "count_distinct";
579
+ percentile: "percentile";
580
+ }>;
581
+ column: z.ZodOptional<z.ZodString>;
582
+ p: z.ZodOptional<z.ZodNumber>;
583
+ alias: z.ZodString;
584
+ }, z.core.$strip>>>;
585
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
586
+ bucket: z.ZodOptional<z.ZodObject<{
587
+ column: z.ZodString;
588
+ unit: z.ZodEnum<{
589
+ hour: "hour";
590
+ day: "day";
591
+ week: "week";
592
+ month: "month";
593
+ quarter: "quarter";
594
+ year: "year";
595
+ }>;
596
+ }, z.core.$strip>>;
597
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
598
+ column: z.ZodString;
599
+ op: z.ZodEnum<{
600
+ eq: "eq";
601
+ neq: "neq";
602
+ gt: "gt";
603
+ gte: "gte";
604
+ lt: "lt";
605
+ lte: "lte";
606
+ in: "in";
607
+ like: "like";
608
+ ilike: "ilike";
609
+ is_null: "is_null";
610
+ not_null: "not_null";
611
+ between: "between";
612
+ }>;
613
+ value: z.ZodOptional<z.ZodUnknown>;
614
+ param: z.ZodOptional<z.ZodString>;
615
+ }, z.core.$strip>>>;
616
+ window: z.ZodOptional<z.ZodObject<{
617
+ column: z.ZodString;
618
+ last: z.ZodNumber;
619
+ unit: z.ZodEnum<{
620
+ hour: "hour";
621
+ day: "day";
622
+ week: "week";
623
+ month: "month";
624
+ quarter: "quarter";
625
+ year: "year";
626
+ }>;
627
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
628
+ }, z.core.$strip>>;
629
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
630
+ column: z.ZodString;
631
+ dir: z.ZodEnum<{
632
+ asc: "asc";
633
+ desc: "desc";
634
+ }>;
635
+ }, z.core.$strip>>>;
636
+ limit: z.ZodOptional<z.ZodNumber>;
637
+ cursor: z.ZodOptional<z.ZodString>;
638
+ }, z.core.$strip>>;
639
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
640
+ emptyState: z.ZodOptional<z.ZodObject<{
641
+ icon: z.ZodOptional<z.ZodString>;
642
+ titleKey: z.ZodOptional<z.ZodString>;
643
+ bodyKey: z.ZodOptional<z.ZodString>;
644
+ }, z.core.$strip>>;
645
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
646
+ tone: z.ZodOptional<z.ZodEnum<{
647
+ accent: "accent";
648
+ pos: "pos";
649
+ warn: "warn";
650
+ danger: "danger";
651
+ info: "info";
652
+ muted: "muted";
653
+ }>>;
654
+ format: z.ZodOptional<z.ZodObject<{
655
+ locale: z.ZodOptional<z.ZodString>;
656
+ currency: z.ZodOptional<z.ZodString>;
657
+ number: z.ZodOptional<z.ZodEnum<{
658
+ percent: "percent";
659
+ plain: "plain";
660
+ compact: "compact";
661
+ }>>;
662
+ date: z.ZodOptional<z.ZodEnum<{
663
+ relative: "relative";
664
+ short: "short";
665
+ long: "long";
666
+ }>>;
667
+ referenceTime: z.ZodOptional<z.ZodNumber>;
668
+ }, z.core.$strip>>;
669
+ testId: z.ZodOptional<z.ZodString>;
670
+ emptyTitle: z.ZodOptional<z.ZodString>;
671
+ emptyBody: z.ZodOptional<z.ZodString>;
672
+ idField: z.ZodDefault<z.ZodString>;
673
+ nameField: z.ZodDefault<z.ZodString>;
674
+ convField: z.ZodDefault<z.ZodString>;
675
+ usersField: z.ZodDefault<z.ZodString>;
676
+ conversionsField: z.ZodDefault<z.ZodString>;
677
+ controlField: z.ZodDefault<z.ZodString>;
678
+ confidenceField: z.ZodDefault<z.ZodString>;
679
+ confThresholds: z.ZodOptional<z.ZodObject<{
680
+ high: z.ZodDefault<z.ZodNumber>;
681
+ medium: z.ZodDefault<z.ZodNumber>;
682
+ }, z.core.$strip>>;
683
+ showSignificance: z.ZodDefault<z.ZodBoolean>;
684
+ controlLabel: z.ZodOptional<z.ZodString>;
685
+ winnerLabel: z.ZodOptional<z.ZodString>;
686
+ significanceLabel: z.ZodOptional<z.ZodString>;
687
+ verdictSignificantLabel: z.ZodOptional<z.ZodString>;
688
+ verdictInconclusiveLabel: z.ZodOptional<z.ZodString>;
689
+ countsLabel: z.ZodOptional<z.ZodString>;
690
+ }, z.core.$strip>;
691
+ export type ExperimentVariantCompareConfig = z.infer<typeof experimentVariantCompareConfigSchema>;
692
+ /** Deterministic variants `record-list` + the test's envelope-level confidence. */
693
+ export declare function experimentVariantCompareDemoData(seed: number): OpsListData & {
694
+ confidence: number;
695
+ };
696
+ /**
697
+ * `credit-card-tile` config. `brandMeta` / `variant` are the annex's declared
698
+ * config — the three variants ARE this widget (annex: "plus dashed `add-method`
699
+ * ghost card and compact `payment-method-row`"), which is why they are config
700
+ * and not three registry ids (04 §2.1: "visual variants are config, never new
701
+ * registry ids").
702
+ */
703
+ export declare const creditCardTileConfigSchema: z.ZodObject<{
704
+ title: z.ZodOptional<z.ZodString>;
705
+ subtitle: z.ZodOptional<z.ZodString>;
706
+ icon: z.ZodOptional<z.ZodString>;
707
+ href: z.ZodOptional<z.ZodString>;
708
+ binding: z.ZodOptional<z.ZodObject<{
709
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
710
+ connectionId: z.ZodString;
711
+ source: z.ZodObject<{
712
+ schema: z.ZodOptional<z.ZodString>;
713
+ name: z.ZodString;
714
+ type: z.ZodDefault<z.ZodEnum<{
715
+ table: "table";
716
+ view: "view";
717
+ }>>;
718
+ }, z.core.$strip>;
719
+ shape: z.ZodEnum<{
720
+ "single-metric": "single-metric";
721
+ "metric+delta": "metric+delta";
722
+ timeseries: "timeseries";
723
+ "multi-timeseries": "multi-timeseries";
724
+ categorical: "categorical";
725
+ "record-list": "record-list";
726
+ record: "record";
727
+ matrix: "matrix";
728
+ "hierarchy/tree": "hierarchy/tree";
729
+ "calendar-events": "calendar-events";
730
+ "geo-points": "geo-points";
731
+ flows: "flows";
732
+ ohlc: "ohlc";
733
+ distribution: "distribution";
734
+ "boolean-map": "boolean-map";
735
+ stream: "stream";
736
+ "form-state": "form-state";
737
+ static: "static";
738
+ }>;
739
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
740
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
741
+ fn: z.ZodEnum<{
742
+ count: "count";
743
+ sum: "sum";
744
+ avg: "avg";
745
+ min: "min";
746
+ max: "max";
747
+ count_distinct: "count_distinct";
748
+ percentile: "percentile";
749
+ }>;
750
+ column: z.ZodOptional<z.ZodString>;
751
+ p: z.ZodOptional<z.ZodNumber>;
752
+ alias: z.ZodString;
753
+ }, z.core.$strip>>>;
754
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
755
+ bucket: z.ZodOptional<z.ZodObject<{
756
+ column: z.ZodString;
757
+ unit: z.ZodEnum<{
758
+ hour: "hour";
759
+ day: "day";
760
+ week: "week";
761
+ month: "month";
762
+ quarter: "quarter";
763
+ year: "year";
764
+ }>;
765
+ }, z.core.$strip>>;
766
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
767
+ column: z.ZodString;
768
+ op: z.ZodEnum<{
769
+ eq: "eq";
770
+ neq: "neq";
771
+ gt: "gt";
772
+ gte: "gte";
773
+ lt: "lt";
774
+ lte: "lte";
775
+ in: "in";
776
+ like: "like";
777
+ ilike: "ilike";
778
+ is_null: "is_null";
779
+ not_null: "not_null";
780
+ between: "between";
781
+ }>;
782
+ value: z.ZodOptional<z.ZodUnknown>;
783
+ param: z.ZodOptional<z.ZodString>;
784
+ }, z.core.$strip>>>;
785
+ window: z.ZodOptional<z.ZodObject<{
786
+ column: z.ZodString;
787
+ last: z.ZodNumber;
788
+ unit: z.ZodEnum<{
789
+ hour: "hour";
790
+ day: "day";
791
+ week: "week";
792
+ month: "month";
793
+ quarter: "quarter";
794
+ year: "year";
795
+ }>;
796
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
797
+ }, z.core.$strip>>;
798
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
799
+ column: z.ZodString;
800
+ dir: z.ZodEnum<{
801
+ asc: "asc";
802
+ desc: "desc";
803
+ }>;
804
+ }, z.core.$strip>>>;
805
+ limit: z.ZodOptional<z.ZodNumber>;
806
+ cursor: z.ZodOptional<z.ZodString>;
807
+ }, z.core.$strip>>;
808
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
809
+ emptyState: z.ZodOptional<z.ZodObject<{
810
+ icon: z.ZodOptional<z.ZodString>;
811
+ titleKey: z.ZodOptional<z.ZodString>;
812
+ bodyKey: z.ZodOptional<z.ZodString>;
813
+ }, z.core.$strip>>;
814
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
815
+ tone: z.ZodOptional<z.ZodEnum<{
816
+ accent: "accent";
817
+ pos: "pos";
818
+ warn: "warn";
819
+ danger: "danger";
820
+ info: "info";
821
+ muted: "muted";
822
+ }>>;
823
+ format: z.ZodOptional<z.ZodObject<{
824
+ locale: z.ZodOptional<z.ZodString>;
825
+ currency: z.ZodOptional<z.ZodString>;
826
+ number: z.ZodOptional<z.ZodEnum<{
827
+ percent: "percent";
828
+ plain: "plain";
829
+ compact: "compact";
830
+ }>>;
831
+ date: z.ZodOptional<z.ZodEnum<{
832
+ relative: "relative";
833
+ short: "short";
834
+ long: "long";
835
+ }>>;
836
+ referenceTime: z.ZodOptional<z.ZodNumber>;
837
+ }, z.core.$strip>>;
838
+ testId: z.ZodOptional<z.ZodString>;
839
+ emptyTitle: z.ZodOptional<z.ZodString>;
840
+ emptyBody: z.ZodOptional<z.ZodString>;
841
+ brandField: z.ZodDefault<z.ZodString>;
842
+ last4Field: z.ZodDefault<z.ZodString>;
843
+ holderField: z.ZodDefault<z.ZodString>;
844
+ expField: z.ZodDefault<z.ZodString>;
845
+ defaultField: z.ZodDefault<z.ZodString>;
846
+ variant: z.ZodDefault<z.ZodEnum<{
847
+ row: "row";
848
+ ghost: "ghost";
849
+ tile: "tile";
850
+ }>>;
851
+ brandMeta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
852
+ defaultLabel: z.ZodOptional<z.ZodString>;
853
+ setDefaultLabel: z.ZodOptional<z.ZodString>;
854
+ manageLabel: z.ZodOptional<z.ZodString>;
855
+ addLabel: z.ZodOptional<z.ZodString>;
856
+ expiresLabel: z.ZodOptional<z.ZodString>;
857
+ }, z.core.$strip>;
858
+ export type CreditCardTileConfig = z.infer<typeof creditCardTileConfigSchema>;
859
+ /** Deterministic payment-method `record`. */
860
+ export declare function creditCardTileDemoData(seed: number): OpsRecordData;
861
+ /**
862
+ * `plan-pricing-cards` config. `annualDiscount` / `promotedTier` / `selectable`
863
+ * are the annex's declared config. `annualDiscount` is a FRACTION (0.2 = "2
864
+ * months free"), never a percent — the card computes the annual price from the
865
+ * monthly one, so the discount must be a multiplier.
866
+ */
867
+ export declare const planPricingCardsConfigSchema: z.ZodObject<{
868
+ title: z.ZodOptional<z.ZodString>;
869
+ subtitle: z.ZodOptional<z.ZodString>;
870
+ icon: z.ZodOptional<z.ZodString>;
871
+ href: z.ZodOptional<z.ZodString>;
872
+ binding: z.ZodOptional<z.ZodObject<{
873
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
874
+ connectionId: z.ZodString;
875
+ source: z.ZodObject<{
876
+ schema: z.ZodOptional<z.ZodString>;
877
+ name: z.ZodString;
878
+ type: z.ZodDefault<z.ZodEnum<{
879
+ table: "table";
880
+ view: "view";
881
+ }>>;
882
+ }, z.core.$strip>;
883
+ shape: z.ZodEnum<{
884
+ "single-metric": "single-metric";
885
+ "metric+delta": "metric+delta";
886
+ timeseries: "timeseries";
887
+ "multi-timeseries": "multi-timeseries";
888
+ categorical: "categorical";
889
+ "record-list": "record-list";
890
+ record: "record";
891
+ matrix: "matrix";
892
+ "hierarchy/tree": "hierarchy/tree";
893
+ "calendar-events": "calendar-events";
894
+ "geo-points": "geo-points";
895
+ flows: "flows";
896
+ ohlc: "ohlc";
897
+ distribution: "distribution";
898
+ "boolean-map": "boolean-map";
899
+ stream: "stream";
900
+ "form-state": "form-state";
901
+ static: "static";
902
+ }>;
903
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
904
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
905
+ fn: z.ZodEnum<{
906
+ count: "count";
907
+ sum: "sum";
908
+ avg: "avg";
909
+ min: "min";
910
+ max: "max";
911
+ count_distinct: "count_distinct";
912
+ percentile: "percentile";
913
+ }>;
914
+ column: z.ZodOptional<z.ZodString>;
915
+ p: z.ZodOptional<z.ZodNumber>;
916
+ alias: z.ZodString;
917
+ }, z.core.$strip>>>;
918
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
919
+ bucket: z.ZodOptional<z.ZodObject<{
920
+ column: z.ZodString;
921
+ unit: z.ZodEnum<{
922
+ hour: "hour";
923
+ day: "day";
924
+ week: "week";
925
+ month: "month";
926
+ quarter: "quarter";
927
+ year: "year";
928
+ }>;
929
+ }, z.core.$strip>>;
930
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
931
+ column: z.ZodString;
932
+ op: z.ZodEnum<{
933
+ eq: "eq";
934
+ neq: "neq";
935
+ gt: "gt";
936
+ gte: "gte";
937
+ lt: "lt";
938
+ lte: "lte";
939
+ in: "in";
940
+ like: "like";
941
+ ilike: "ilike";
942
+ is_null: "is_null";
943
+ not_null: "not_null";
944
+ between: "between";
945
+ }>;
946
+ value: z.ZodOptional<z.ZodUnknown>;
947
+ param: z.ZodOptional<z.ZodString>;
948
+ }, z.core.$strip>>>;
949
+ window: z.ZodOptional<z.ZodObject<{
950
+ column: z.ZodString;
951
+ last: z.ZodNumber;
952
+ unit: z.ZodEnum<{
953
+ hour: "hour";
954
+ day: "day";
955
+ week: "week";
956
+ month: "month";
957
+ quarter: "quarter";
958
+ year: "year";
959
+ }>;
960
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
961
+ }, z.core.$strip>>;
962
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
963
+ column: z.ZodString;
964
+ dir: z.ZodEnum<{
965
+ asc: "asc";
966
+ desc: "desc";
967
+ }>;
968
+ }, z.core.$strip>>>;
969
+ limit: z.ZodOptional<z.ZodNumber>;
970
+ cursor: z.ZodOptional<z.ZodString>;
971
+ }, z.core.$strip>>;
972
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
973
+ emptyState: z.ZodOptional<z.ZodObject<{
974
+ icon: z.ZodOptional<z.ZodString>;
975
+ titleKey: z.ZodOptional<z.ZodString>;
976
+ bodyKey: z.ZodOptional<z.ZodString>;
977
+ }, z.core.$strip>>;
978
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
979
+ tone: z.ZodOptional<z.ZodEnum<{
980
+ accent: "accent";
981
+ pos: "pos";
982
+ warn: "warn";
983
+ danger: "danger";
984
+ info: "info";
985
+ muted: "muted";
986
+ }>>;
987
+ format: z.ZodOptional<z.ZodObject<{
988
+ locale: z.ZodOptional<z.ZodString>;
989
+ currency: z.ZodOptional<z.ZodString>;
990
+ number: z.ZodOptional<z.ZodEnum<{
991
+ percent: "percent";
992
+ plain: "plain";
993
+ compact: "compact";
994
+ }>>;
995
+ date: z.ZodOptional<z.ZodEnum<{
996
+ relative: "relative";
997
+ short: "short";
998
+ long: "long";
999
+ }>>;
1000
+ referenceTime: z.ZodOptional<z.ZodNumber>;
1001
+ }, z.core.$strip>>;
1002
+ testId: z.ZodOptional<z.ZodString>;
1003
+ emptyTitle: z.ZodOptional<z.ZodString>;
1004
+ emptyBody: z.ZodOptional<z.ZodString>;
1005
+ idField: z.ZodDefault<z.ZodString>;
1006
+ nameField: z.ZodDefault<z.ZodString>;
1007
+ taglineField: z.ZodDefault<z.ZodString>;
1008
+ priceField: z.ZodDefault<z.ZodString>;
1009
+ featuresField: z.ZodDefault<z.ZodString>;
1010
+ promotedField: z.ZodDefault<z.ZodString>;
1011
+ currentField: z.ZodDefault<z.ZodString>;
1012
+ annualDiscount: z.ZodDefault<z.ZodNumber>;
1013
+ promotedTier: z.ZodOptional<z.ZodString>;
1014
+ selectable: z.ZodDefault<z.ZodBoolean>;
1015
+ period: z.ZodDefault<z.ZodEnum<{
1016
+ monthly: "monthly";
1017
+ annual: "annual";
1018
+ }>>;
1019
+ ctaLabel: z.ZodOptional<z.ZodString>;
1020
+ currentLabel: z.ZodOptional<z.ZodString>;
1021
+ popularLabel: z.ZodOptional<z.ZodString>;
1022
+ monthlyLabel: z.ZodOptional<z.ZodString>;
1023
+ annualLabel: z.ZodOptional<z.ZodString>;
1024
+ perMonthLabel: z.ZodOptional<z.ZodString>;
1025
+ billedAnnuallyLabel: z.ZodOptional<z.ZodString>;
1026
+ }, z.core.$strip>;
1027
+ export type PlanPricingCardsConfig = z.infer<typeof planPricingCardsConfigSchema>;
1028
+ /** Deterministic plan `record-list`. The seed drives which tier the viewer is on. */
1029
+ export declare function planPricingCardsDemoData(seed: number): OpsListData;
1030
+ /**
1031
+ * `api-keys-panel` config. `scopes` catalog + `envs` are the annex's declared
1032
+ * config.
1033
+ *
1034
+ * `revealedSecret` is the annex's "one-time full-secret reveal success banner
1035
+ * after creation": the plaintext exists for exactly one render after a create
1036
+ * and is NEVER a bound column (the server stores a hash). It arrives as config
1037
+ * because the HOST owns that ephemeral value — a widget that could read the
1038
+ * plaintext off a row would mean the plaintext was stored.
1039
+ */
1040
+ export declare const apiKeysPanelConfigSchema: z.ZodObject<{
1041
+ title: z.ZodOptional<z.ZodString>;
1042
+ subtitle: z.ZodOptional<z.ZodString>;
1043
+ icon: z.ZodOptional<z.ZodString>;
1044
+ href: z.ZodOptional<z.ZodString>;
1045
+ binding: z.ZodOptional<z.ZodObject<{
1046
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
1047
+ connectionId: z.ZodString;
1048
+ source: z.ZodObject<{
1049
+ schema: z.ZodOptional<z.ZodString>;
1050
+ name: z.ZodString;
1051
+ type: z.ZodDefault<z.ZodEnum<{
1052
+ table: "table";
1053
+ view: "view";
1054
+ }>>;
1055
+ }, z.core.$strip>;
1056
+ shape: z.ZodEnum<{
1057
+ "single-metric": "single-metric";
1058
+ "metric+delta": "metric+delta";
1059
+ timeseries: "timeseries";
1060
+ "multi-timeseries": "multi-timeseries";
1061
+ categorical: "categorical";
1062
+ "record-list": "record-list";
1063
+ record: "record";
1064
+ matrix: "matrix";
1065
+ "hierarchy/tree": "hierarchy/tree";
1066
+ "calendar-events": "calendar-events";
1067
+ "geo-points": "geo-points";
1068
+ flows: "flows";
1069
+ ohlc: "ohlc";
1070
+ distribution: "distribution";
1071
+ "boolean-map": "boolean-map";
1072
+ stream: "stream";
1073
+ "form-state": "form-state";
1074
+ static: "static";
1075
+ }>;
1076
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
1077
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
1078
+ fn: z.ZodEnum<{
1079
+ count: "count";
1080
+ sum: "sum";
1081
+ avg: "avg";
1082
+ min: "min";
1083
+ max: "max";
1084
+ count_distinct: "count_distinct";
1085
+ percentile: "percentile";
1086
+ }>;
1087
+ column: z.ZodOptional<z.ZodString>;
1088
+ p: z.ZodOptional<z.ZodNumber>;
1089
+ alias: z.ZodString;
1090
+ }, z.core.$strip>>>;
1091
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
1092
+ bucket: z.ZodOptional<z.ZodObject<{
1093
+ column: z.ZodString;
1094
+ unit: z.ZodEnum<{
1095
+ hour: "hour";
1096
+ day: "day";
1097
+ week: "week";
1098
+ month: "month";
1099
+ quarter: "quarter";
1100
+ year: "year";
1101
+ }>;
1102
+ }, z.core.$strip>>;
1103
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
1104
+ column: z.ZodString;
1105
+ op: z.ZodEnum<{
1106
+ eq: "eq";
1107
+ neq: "neq";
1108
+ gt: "gt";
1109
+ gte: "gte";
1110
+ lt: "lt";
1111
+ lte: "lte";
1112
+ in: "in";
1113
+ like: "like";
1114
+ ilike: "ilike";
1115
+ is_null: "is_null";
1116
+ not_null: "not_null";
1117
+ between: "between";
1118
+ }>;
1119
+ value: z.ZodOptional<z.ZodUnknown>;
1120
+ param: z.ZodOptional<z.ZodString>;
1121
+ }, z.core.$strip>>>;
1122
+ window: z.ZodOptional<z.ZodObject<{
1123
+ column: z.ZodString;
1124
+ last: z.ZodNumber;
1125
+ unit: z.ZodEnum<{
1126
+ hour: "hour";
1127
+ day: "day";
1128
+ week: "week";
1129
+ month: "month";
1130
+ quarter: "quarter";
1131
+ year: "year";
1132
+ }>;
1133
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
1134
+ }, z.core.$strip>>;
1135
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
1136
+ column: z.ZodString;
1137
+ dir: z.ZodEnum<{
1138
+ asc: "asc";
1139
+ desc: "desc";
1140
+ }>;
1141
+ }, z.core.$strip>>>;
1142
+ limit: z.ZodOptional<z.ZodNumber>;
1143
+ cursor: z.ZodOptional<z.ZodString>;
1144
+ }, z.core.$strip>>;
1145
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
1146
+ emptyState: z.ZodOptional<z.ZodObject<{
1147
+ icon: z.ZodOptional<z.ZodString>;
1148
+ titleKey: z.ZodOptional<z.ZodString>;
1149
+ bodyKey: z.ZodOptional<z.ZodString>;
1150
+ }, z.core.$strip>>;
1151
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
1152
+ tone: z.ZodOptional<z.ZodEnum<{
1153
+ accent: "accent";
1154
+ pos: "pos";
1155
+ warn: "warn";
1156
+ danger: "danger";
1157
+ info: "info";
1158
+ muted: "muted";
1159
+ }>>;
1160
+ format: z.ZodOptional<z.ZodObject<{
1161
+ locale: z.ZodOptional<z.ZodString>;
1162
+ currency: z.ZodOptional<z.ZodString>;
1163
+ number: z.ZodOptional<z.ZodEnum<{
1164
+ percent: "percent";
1165
+ plain: "plain";
1166
+ compact: "compact";
1167
+ }>>;
1168
+ date: z.ZodOptional<z.ZodEnum<{
1169
+ relative: "relative";
1170
+ short: "short";
1171
+ long: "long";
1172
+ }>>;
1173
+ referenceTime: z.ZodOptional<z.ZodNumber>;
1174
+ }, z.core.$strip>>;
1175
+ testId: z.ZodOptional<z.ZodString>;
1176
+ emptyTitle: z.ZodOptional<z.ZodString>;
1177
+ emptyBody: z.ZodOptional<z.ZodString>;
1178
+ idField: z.ZodDefault<z.ZodString>;
1179
+ nameField: z.ZodDefault<z.ZodString>;
1180
+ envField: z.ZodDefault<z.ZodString>;
1181
+ prefixField: z.ZodDefault<z.ZodString>;
1182
+ tailField: z.ZodDefault<z.ZodString>;
1183
+ scopesField: z.ZodDefault<z.ZodString>;
1184
+ lastUsedField: z.ZodDefault<z.ZodString>;
1185
+ kindField: z.ZodDefault<z.ZodString>;
1186
+ scopes: z.ZodOptional<z.ZodArray<z.ZodString>>;
1187
+ envs: z.ZodDefault<z.ZodArray<z.ZodString>>;
1188
+ revealedSecret: z.ZodOptional<z.ZodString>;
1189
+ revealedTitle: z.ZodOptional<z.ZodString>;
1190
+ revealedBody: z.ZodOptional<z.ZodString>;
1191
+ copyLabel: z.ZodOptional<z.ZodString>;
1192
+ copiedLabel: z.ZodOptional<z.ZodString>;
1193
+ revealLabel: z.ZodOptional<z.ZodString>;
1194
+ hideLabel: z.ZodOptional<z.ZodString>;
1195
+ rollLabel: z.ZodOptional<z.ZodString>;
1196
+ revokeLabel: z.ZodOptional<z.ZodString>;
1197
+ neverUsedLabel: z.ZodOptional<z.ZodString>;
1198
+ lastUsedLabel: z.ZodOptional<z.ZodString>;
1199
+ }, z.core.$strip>;
1200
+ export type ApiKeysPanelConfig = z.infer<typeof apiKeysPanelConfigSchema>;
1201
+ /** Deterministic key `record-list`. */
1202
+ export declare function apiKeysPanelDemoData(seed: number): OpsListData;
1203
+ /**
1204
+ * `api-playground` config. `paradigm` / `sandboxMode` are the annex's declared
1205
+ * config.
1206
+ *
1207
+ * `sandboxMode` is DEFAULT TRUE and is the only mode this widget implements: it
1208
+ * composes and displays, it never performs a request (a widget that could issue
1209
+ * arbitrary authenticated calls from a dashboard cell is a confused-deputy hole).
1210
+ * A write method's Send emits a `mutate` INTENT the host executes through the
1211
+ * CRUD API — with its permission checks, undo and audit — which is the same
1212
+ * contract every editing widget in the registry follows (04 §2.1).
1213
+ */
1214
+ export declare const apiPlaygroundConfigSchema: z.ZodObject<{
1215
+ title: z.ZodOptional<z.ZodString>;
1216
+ subtitle: z.ZodOptional<z.ZodString>;
1217
+ icon: z.ZodOptional<z.ZodString>;
1218
+ href: z.ZodOptional<z.ZodString>;
1219
+ binding: z.ZodOptional<z.ZodObject<{
1220
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
1221
+ connectionId: z.ZodString;
1222
+ source: z.ZodObject<{
1223
+ schema: z.ZodOptional<z.ZodString>;
1224
+ name: z.ZodString;
1225
+ type: z.ZodDefault<z.ZodEnum<{
1226
+ table: "table";
1227
+ view: "view";
1228
+ }>>;
1229
+ }, z.core.$strip>;
1230
+ shape: z.ZodEnum<{
1231
+ "single-metric": "single-metric";
1232
+ "metric+delta": "metric+delta";
1233
+ timeseries: "timeseries";
1234
+ "multi-timeseries": "multi-timeseries";
1235
+ categorical: "categorical";
1236
+ "record-list": "record-list";
1237
+ record: "record";
1238
+ matrix: "matrix";
1239
+ "hierarchy/tree": "hierarchy/tree";
1240
+ "calendar-events": "calendar-events";
1241
+ "geo-points": "geo-points";
1242
+ flows: "flows";
1243
+ ohlc: "ohlc";
1244
+ distribution: "distribution";
1245
+ "boolean-map": "boolean-map";
1246
+ stream: "stream";
1247
+ "form-state": "form-state";
1248
+ static: "static";
1249
+ }>;
1250
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
1251
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
1252
+ fn: z.ZodEnum<{
1253
+ count: "count";
1254
+ sum: "sum";
1255
+ avg: "avg";
1256
+ min: "min";
1257
+ max: "max";
1258
+ count_distinct: "count_distinct";
1259
+ percentile: "percentile";
1260
+ }>;
1261
+ column: z.ZodOptional<z.ZodString>;
1262
+ p: z.ZodOptional<z.ZodNumber>;
1263
+ alias: z.ZodString;
1264
+ }, z.core.$strip>>>;
1265
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
1266
+ bucket: z.ZodOptional<z.ZodObject<{
1267
+ column: z.ZodString;
1268
+ unit: z.ZodEnum<{
1269
+ hour: "hour";
1270
+ day: "day";
1271
+ week: "week";
1272
+ month: "month";
1273
+ quarter: "quarter";
1274
+ year: "year";
1275
+ }>;
1276
+ }, z.core.$strip>>;
1277
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
1278
+ column: z.ZodString;
1279
+ op: z.ZodEnum<{
1280
+ eq: "eq";
1281
+ neq: "neq";
1282
+ gt: "gt";
1283
+ gte: "gte";
1284
+ lt: "lt";
1285
+ lte: "lte";
1286
+ in: "in";
1287
+ like: "like";
1288
+ ilike: "ilike";
1289
+ is_null: "is_null";
1290
+ not_null: "not_null";
1291
+ between: "between";
1292
+ }>;
1293
+ value: z.ZodOptional<z.ZodUnknown>;
1294
+ param: z.ZodOptional<z.ZodString>;
1295
+ }, z.core.$strip>>>;
1296
+ window: z.ZodOptional<z.ZodObject<{
1297
+ column: z.ZodString;
1298
+ last: z.ZodNumber;
1299
+ unit: z.ZodEnum<{
1300
+ hour: "hour";
1301
+ day: "day";
1302
+ week: "week";
1303
+ month: "month";
1304
+ quarter: "quarter";
1305
+ year: "year";
1306
+ }>;
1307
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
1308
+ }, z.core.$strip>>;
1309
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
1310
+ column: z.ZodString;
1311
+ dir: z.ZodEnum<{
1312
+ asc: "asc";
1313
+ desc: "desc";
1314
+ }>;
1315
+ }, z.core.$strip>>>;
1316
+ limit: z.ZodOptional<z.ZodNumber>;
1317
+ cursor: z.ZodOptional<z.ZodString>;
1318
+ }, z.core.$strip>>;
1319
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
1320
+ emptyState: z.ZodOptional<z.ZodObject<{
1321
+ icon: z.ZodOptional<z.ZodString>;
1322
+ titleKey: z.ZodOptional<z.ZodString>;
1323
+ bodyKey: z.ZodOptional<z.ZodString>;
1324
+ }, z.core.$strip>>;
1325
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
1326
+ tone: z.ZodOptional<z.ZodEnum<{
1327
+ accent: "accent";
1328
+ pos: "pos";
1329
+ warn: "warn";
1330
+ danger: "danger";
1331
+ info: "info";
1332
+ muted: "muted";
1333
+ }>>;
1334
+ format: z.ZodOptional<z.ZodObject<{
1335
+ locale: z.ZodOptional<z.ZodString>;
1336
+ currency: z.ZodOptional<z.ZodString>;
1337
+ number: z.ZodOptional<z.ZodEnum<{
1338
+ percent: "percent";
1339
+ plain: "plain";
1340
+ compact: "compact";
1341
+ }>>;
1342
+ date: z.ZodOptional<z.ZodEnum<{
1343
+ relative: "relative";
1344
+ short: "short";
1345
+ long: "long";
1346
+ }>>;
1347
+ referenceTime: z.ZodOptional<z.ZodNumber>;
1348
+ }, z.core.$strip>>;
1349
+ testId: z.ZodOptional<z.ZodString>;
1350
+ emptyTitle: z.ZodOptional<z.ZodString>;
1351
+ emptyBody: z.ZodOptional<z.ZodString>;
1352
+ methodField: z.ZodDefault<z.ZodString>;
1353
+ pathField: z.ZodDefault<z.ZodString>;
1354
+ paramsField: z.ZodDefault<z.ZodString>;
1355
+ sampleField: z.ZodDefault<z.ZodString>;
1356
+ statusField: z.ZodDefault<z.ZodString>;
1357
+ latencyField: z.ZodDefault<z.ZodString>;
1358
+ paradigm: z.ZodDefault<z.ZodEnum<{
1359
+ REST: "REST";
1360
+ GraphQL: "GraphQL";
1361
+ }>>;
1362
+ sandboxMode: z.ZodDefault<z.ZodBoolean>;
1363
+ sendLabel: z.ZodOptional<z.ZodString>;
1364
+ sendingLabel: z.ZodOptional<z.ZodString>;
1365
+ requestLabel: z.ZodOptional<z.ZodString>;
1366
+ responseLabel: z.ZodOptional<z.ZodString>;
1367
+ paramsLabel: z.ZodOptional<z.ZodString>;
1368
+ responsePlaceholder: z.ZodOptional<z.ZodString>;
1369
+ }, z.core.$strip>;
1370
+ export type ApiPlaygroundConfig = z.infer<typeof apiPlaygroundConfigSchema>;
1371
+ /** Deterministic endpoint `record` with a canned response body. */
1372
+ export declare function apiPlaygroundDemoData(seed: number): OpsRecordData;
1373
+ /**
1374
+ * `code-snippet-block` config. `languages` / `templates` / `copyButton` are the
1375
+ * annex's declared config.
1376
+ *
1377
+ * SYNTAX HIGHLIGHTING IS OUT OF SCOPE (deliberately, not by omission): a
1378
+ * tokenizer means a highlighter dependency in every bundle that mounts an API
1379
+ * page, for a read-only snippet nobody edits. The block is a mono surface + a
1380
+ * language chip + a copy button; if highlighting is ever wanted it arrives as a
1381
+ * lazily-loaded decorator, not as a static dep on this family's chunk.
1382
+ */
1383
+ export declare const codeSnippetBlockConfigSchema: z.ZodObject<{
1384
+ title: z.ZodOptional<z.ZodString>;
1385
+ subtitle: z.ZodOptional<z.ZodString>;
1386
+ icon: z.ZodOptional<z.ZodString>;
1387
+ href: z.ZodOptional<z.ZodString>;
1388
+ binding: z.ZodOptional<z.ZodObject<{
1389
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
1390
+ connectionId: z.ZodString;
1391
+ source: z.ZodObject<{
1392
+ schema: z.ZodOptional<z.ZodString>;
1393
+ name: z.ZodString;
1394
+ type: z.ZodDefault<z.ZodEnum<{
1395
+ table: "table";
1396
+ view: "view";
1397
+ }>>;
1398
+ }, z.core.$strip>;
1399
+ shape: z.ZodEnum<{
1400
+ "single-metric": "single-metric";
1401
+ "metric+delta": "metric+delta";
1402
+ timeseries: "timeseries";
1403
+ "multi-timeseries": "multi-timeseries";
1404
+ categorical: "categorical";
1405
+ "record-list": "record-list";
1406
+ record: "record";
1407
+ matrix: "matrix";
1408
+ "hierarchy/tree": "hierarchy/tree";
1409
+ "calendar-events": "calendar-events";
1410
+ "geo-points": "geo-points";
1411
+ flows: "flows";
1412
+ ohlc: "ohlc";
1413
+ distribution: "distribution";
1414
+ "boolean-map": "boolean-map";
1415
+ stream: "stream";
1416
+ "form-state": "form-state";
1417
+ static: "static";
1418
+ }>;
1419
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
1420
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
1421
+ fn: z.ZodEnum<{
1422
+ count: "count";
1423
+ sum: "sum";
1424
+ avg: "avg";
1425
+ min: "min";
1426
+ max: "max";
1427
+ count_distinct: "count_distinct";
1428
+ percentile: "percentile";
1429
+ }>;
1430
+ column: z.ZodOptional<z.ZodString>;
1431
+ p: z.ZodOptional<z.ZodNumber>;
1432
+ alias: z.ZodString;
1433
+ }, z.core.$strip>>>;
1434
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
1435
+ bucket: z.ZodOptional<z.ZodObject<{
1436
+ column: z.ZodString;
1437
+ unit: z.ZodEnum<{
1438
+ hour: "hour";
1439
+ day: "day";
1440
+ week: "week";
1441
+ month: "month";
1442
+ quarter: "quarter";
1443
+ year: "year";
1444
+ }>;
1445
+ }, z.core.$strip>>;
1446
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
1447
+ column: z.ZodString;
1448
+ op: z.ZodEnum<{
1449
+ eq: "eq";
1450
+ neq: "neq";
1451
+ gt: "gt";
1452
+ gte: "gte";
1453
+ lt: "lt";
1454
+ lte: "lte";
1455
+ in: "in";
1456
+ like: "like";
1457
+ ilike: "ilike";
1458
+ is_null: "is_null";
1459
+ not_null: "not_null";
1460
+ between: "between";
1461
+ }>;
1462
+ value: z.ZodOptional<z.ZodUnknown>;
1463
+ param: z.ZodOptional<z.ZodString>;
1464
+ }, z.core.$strip>>>;
1465
+ window: z.ZodOptional<z.ZodObject<{
1466
+ column: z.ZodString;
1467
+ last: z.ZodNumber;
1468
+ unit: z.ZodEnum<{
1469
+ hour: "hour";
1470
+ day: "day";
1471
+ week: "week";
1472
+ month: "month";
1473
+ quarter: "quarter";
1474
+ year: "year";
1475
+ }>;
1476
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
1477
+ }, z.core.$strip>>;
1478
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
1479
+ column: z.ZodString;
1480
+ dir: z.ZodEnum<{
1481
+ asc: "asc";
1482
+ desc: "desc";
1483
+ }>;
1484
+ }, z.core.$strip>>>;
1485
+ limit: z.ZodOptional<z.ZodNumber>;
1486
+ cursor: z.ZodOptional<z.ZodString>;
1487
+ }, z.core.$strip>>;
1488
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
1489
+ emptyState: z.ZodOptional<z.ZodObject<{
1490
+ icon: z.ZodOptional<z.ZodString>;
1491
+ titleKey: z.ZodOptional<z.ZodString>;
1492
+ bodyKey: z.ZodOptional<z.ZodString>;
1493
+ }, z.core.$strip>>;
1494
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
1495
+ tone: z.ZodOptional<z.ZodEnum<{
1496
+ accent: "accent";
1497
+ pos: "pos";
1498
+ warn: "warn";
1499
+ danger: "danger";
1500
+ info: "info";
1501
+ muted: "muted";
1502
+ }>>;
1503
+ format: z.ZodOptional<z.ZodObject<{
1504
+ locale: z.ZodOptional<z.ZodString>;
1505
+ currency: z.ZodOptional<z.ZodString>;
1506
+ number: z.ZodOptional<z.ZodEnum<{
1507
+ percent: "percent";
1508
+ plain: "plain";
1509
+ compact: "compact";
1510
+ }>>;
1511
+ date: z.ZodOptional<z.ZodEnum<{
1512
+ relative: "relative";
1513
+ short: "short";
1514
+ long: "long";
1515
+ }>>;
1516
+ referenceTime: z.ZodOptional<z.ZodNumber>;
1517
+ }, z.core.$strip>>;
1518
+ testId: z.ZodOptional<z.ZodString>;
1519
+ emptyTitle: z.ZodOptional<z.ZodString>;
1520
+ emptyBody: z.ZodOptional<z.ZodString>;
1521
+ languageField: z.ZodDefault<z.ZodString>;
1522
+ codeField: z.ZodDefault<z.ZodString>;
1523
+ languages: z.ZodOptional<z.ZodArray<z.ZodString>>;
1524
+ templates: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1525
+ code: z.ZodOptional<z.ZodString>;
1526
+ language: z.ZodOptional<z.ZodString>;
1527
+ copyButton: z.ZodDefault<z.ZodBoolean>;
1528
+ copyLabel: z.ZodOptional<z.ZodString>;
1529
+ copiedLabel: z.ZodOptional<z.ZodString>;
1530
+ }, z.core.$strip>;
1531
+ export type CodeSnippetBlockConfig = z.infer<typeof codeSnippetBlockConfigSchema>;
1532
+ /** Deterministic snippet `record`. */
1533
+ export declare function codeSnippetBlockDemoData(seed: number): OpsRecordData;
1534
+ /** `webhook-endpoints-list` config. `eventCatalog` is the annex's declared config. */
1535
+ export declare const webhookEndpointsListConfigSchema: z.ZodObject<{
1536
+ title: z.ZodOptional<z.ZodString>;
1537
+ subtitle: z.ZodOptional<z.ZodString>;
1538
+ icon: z.ZodOptional<z.ZodString>;
1539
+ href: z.ZodOptional<z.ZodString>;
1540
+ binding: z.ZodOptional<z.ZodObject<{
1541
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
1542
+ connectionId: z.ZodString;
1543
+ source: z.ZodObject<{
1544
+ schema: z.ZodOptional<z.ZodString>;
1545
+ name: z.ZodString;
1546
+ type: z.ZodDefault<z.ZodEnum<{
1547
+ table: "table";
1548
+ view: "view";
1549
+ }>>;
1550
+ }, z.core.$strip>;
1551
+ shape: z.ZodEnum<{
1552
+ "single-metric": "single-metric";
1553
+ "metric+delta": "metric+delta";
1554
+ timeseries: "timeseries";
1555
+ "multi-timeseries": "multi-timeseries";
1556
+ categorical: "categorical";
1557
+ "record-list": "record-list";
1558
+ record: "record";
1559
+ matrix: "matrix";
1560
+ "hierarchy/tree": "hierarchy/tree";
1561
+ "calendar-events": "calendar-events";
1562
+ "geo-points": "geo-points";
1563
+ flows: "flows";
1564
+ ohlc: "ohlc";
1565
+ distribution: "distribution";
1566
+ "boolean-map": "boolean-map";
1567
+ stream: "stream";
1568
+ "form-state": "form-state";
1569
+ static: "static";
1570
+ }>;
1571
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
1572
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
1573
+ fn: z.ZodEnum<{
1574
+ count: "count";
1575
+ sum: "sum";
1576
+ avg: "avg";
1577
+ min: "min";
1578
+ max: "max";
1579
+ count_distinct: "count_distinct";
1580
+ percentile: "percentile";
1581
+ }>;
1582
+ column: z.ZodOptional<z.ZodString>;
1583
+ p: z.ZodOptional<z.ZodNumber>;
1584
+ alias: z.ZodString;
1585
+ }, z.core.$strip>>>;
1586
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
1587
+ bucket: z.ZodOptional<z.ZodObject<{
1588
+ column: z.ZodString;
1589
+ unit: z.ZodEnum<{
1590
+ hour: "hour";
1591
+ day: "day";
1592
+ week: "week";
1593
+ month: "month";
1594
+ quarter: "quarter";
1595
+ year: "year";
1596
+ }>;
1597
+ }, z.core.$strip>>;
1598
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
1599
+ column: z.ZodString;
1600
+ op: z.ZodEnum<{
1601
+ eq: "eq";
1602
+ neq: "neq";
1603
+ gt: "gt";
1604
+ gte: "gte";
1605
+ lt: "lt";
1606
+ lte: "lte";
1607
+ in: "in";
1608
+ like: "like";
1609
+ ilike: "ilike";
1610
+ is_null: "is_null";
1611
+ not_null: "not_null";
1612
+ between: "between";
1613
+ }>;
1614
+ value: z.ZodOptional<z.ZodUnknown>;
1615
+ param: z.ZodOptional<z.ZodString>;
1616
+ }, z.core.$strip>>>;
1617
+ window: z.ZodOptional<z.ZodObject<{
1618
+ column: z.ZodString;
1619
+ last: z.ZodNumber;
1620
+ unit: z.ZodEnum<{
1621
+ hour: "hour";
1622
+ day: "day";
1623
+ week: "week";
1624
+ month: "month";
1625
+ quarter: "quarter";
1626
+ year: "year";
1627
+ }>;
1628
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
1629
+ }, z.core.$strip>>;
1630
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
1631
+ column: z.ZodString;
1632
+ dir: z.ZodEnum<{
1633
+ asc: "asc";
1634
+ desc: "desc";
1635
+ }>;
1636
+ }, z.core.$strip>>>;
1637
+ limit: z.ZodOptional<z.ZodNumber>;
1638
+ cursor: z.ZodOptional<z.ZodString>;
1639
+ }, z.core.$strip>>;
1640
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
1641
+ emptyState: z.ZodOptional<z.ZodObject<{
1642
+ icon: z.ZodOptional<z.ZodString>;
1643
+ titleKey: z.ZodOptional<z.ZodString>;
1644
+ bodyKey: z.ZodOptional<z.ZodString>;
1645
+ }, z.core.$strip>>;
1646
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
1647
+ tone: z.ZodOptional<z.ZodEnum<{
1648
+ accent: "accent";
1649
+ pos: "pos";
1650
+ warn: "warn";
1651
+ danger: "danger";
1652
+ info: "info";
1653
+ muted: "muted";
1654
+ }>>;
1655
+ format: z.ZodOptional<z.ZodObject<{
1656
+ locale: z.ZodOptional<z.ZodString>;
1657
+ currency: z.ZodOptional<z.ZodString>;
1658
+ number: z.ZodOptional<z.ZodEnum<{
1659
+ percent: "percent";
1660
+ plain: "plain";
1661
+ compact: "compact";
1662
+ }>>;
1663
+ date: z.ZodOptional<z.ZodEnum<{
1664
+ relative: "relative";
1665
+ short: "short";
1666
+ long: "long";
1667
+ }>>;
1668
+ referenceTime: z.ZodOptional<z.ZodNumber>;
1669
+ }, z.core.$strip>>;
1670
+ testId: z.ZodOptional<z.ZodString>;
1671
+ emptyTitle: z.ZodOptional<z.ZodString>;
1672
+ emptyBody: z.ZodOptional<z.ZodString>;
1673
+ idField: z.ZodDefault<z.ZodString>;
1674
+ eventField: z.ZodDefault<z.ZodString>;
1675
+ urlField: z.ZodDefault<z.ZodString>;
1676
+ lastFiredField: z.ZodDefault<z.ZodString>;
1677
+ enabledField: z.ZodDefault<z.ZodString>;
1678
+ eventCatalog: z.ZodOptional<z.ZodArray<z.ZodString>>;
1679
+ neverFiredLabel: z.ZodOptional<z.ZodString>;
1680
+ lastFiredLabel: z.ZodOptional<z.ZodString>;
1681
+ enableLabel: z.ZodOptional<z.ZodString>;
1682
+ }, z.core.$strip>;
1683
+ export type WebhookEndpointsListConfig = z.infer<typeof webhookEndpointsListConfigSchema>;
1684
+ /** Deterministic webhook `record-list`. */
1685
+ export declare function webhookEndpointsListDemoData(seed: number): OpsListData;
1686
+ /** `resource-api-card` config. `methods` is the annex's declared config. */
1687
+ export declare const resourceApiCardConfigSchema: z.ZodObject<{
1688
+ title: z.ZodOptional<z.ZodString>;
1689
+ subtitle: z.ZodOptional<z.ZodString>;
1690
+ icon: z.ZodOptional<z.ZodString>;
1691
+ href: z.ZodOptional<z.ZodString>;
1692
+ binding: z.ZodOptional<z.ZodObject<{
1693
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
1694
+ connectionId: z.ZodString;
1695
+ source: z.ZodObject<{
1696
+ schema: z.ZodOptional<z.ZodString>;
1697
+ name: z.ZodString;
1698
+ type: z.ZodDefault<z.ZodEnum<{
1699
+ table: "table";
1700
+ view: "view";
1701
+ }>>;
1702
+ }, z.core.$strip>;
1703
+ shape: z.ZodEnum<{
1704
+ "single-metric": "single-metric";
1705
+ "metric+delta": "metric+delta";
1706
+ timeseries: "timeseries";
1707
+ "multi-timeseries": "multi-timeseries";
1708
+ categorical: "categorical";
1709
+ "record-list": "record-list";
1710
+ record: "record";
1711
+ matrix: "matrix";
1712
+ "hierarchy/tree": "hierarchy/tree";
1713
+ "calendar-events": "calendar-events";
1714
+ "geo-points": "geo-points";
1715
+ flows: "flows";
1716
+ ohlc: "ohlc";
1717
+ distribution: "distribution";
1718
+ "boolean-map": "boolean-map";
1719
+ stream: "stream";
1720
+ "form-state": "form-state";
1721
+ static: "static";
1722
+ }>;
1723
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
1724
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
1725
+ fn: z.ZodEnum<{
1726
+ count: "count";
1727
+ sum: "sum";
1728
+ avg: "avg";
1729
+ min: "min";
1730
+ max: "max";
1731
+ count_distinct: "count_distinct";
1732
+ percentile: "percentile";
1733
+ }>;
1734
+ column: z.ZodOptional<z.ZodString>;
1735
+ p: z.ZodOptional<z.ZodNumber>;
1736
+ alias: z.ZodString;
1737
+ }, z.core.$strip>>>;
1738
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
1739
+ bucket: z.ZodOptional<z.ZodObject<{
1740
+ column: z.ZodString;
1741
+ unit: z.ZodEnum<{
1742
+ hour: "hour";
1743
+ day: "day";
1744
+ week: "week";
1745
+ month: "month";
1746
+ quarter: "quarter";
1747
+ year: "year";
1748
+ }>;
1749
+ }, z.core.$strip>>;
1750
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
1751
+ column: z.ZodString;
1752
+ op: z.ZodEnum<{
1753
+ eq: "eq";
1754
+ neq: "neq";
1755
+ gt: "gt";
1756
+ gte: "gte";
1757
+ lt: "lt";
1758
+ lte: "lte";
1759
+ in: "in";
1760
+ like: "like";
1761
+ ilike: "ilike";
1762
+ is_null: "is_null";
1763
+ not_null: "not_null";
1764
+ between: "between";
1765
+ }>;
1766
+ value: z.ZodOptional<z.ZodUnknown>;
1767
+ param: z.ZodOptional<z.ZodString>;
1768
+ }, z.core.$strip>>>;
1769
+ window: z.ZodOptional<z.ZodObject<{
1770
+ column: z.ZodString;
1771
+ last: z.ZodNumber;
1772
+ unit: z.ZodEnum<{
1773
+ hour: "hour";
1774
+ day: "day";
1775
+ week: "week";
1776
+ month: "month";
1777
+ quarter: "quarter";
1778
+ year: "year";
1779
+ }>;
1780
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
1781
+ }, z.core.$strip>>;
1782
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
1783
+ column: z.ZodString;
1784
+ dir: z.ZodEnum<{
1785
+ asc: "asc";
1786
+ desc: "desc";
1787
+ }>;
1788
+ }, z.core.$strip>>>;
1789
+ limit: z.ZodOptional<z.ZodNumber>;
1790
+ cursor: z.ZodOptional<z.ZodString>;
1791
+ }, z.core.$strip>>;
1792
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
1793
+ emptyState: z.ZodOptional<z.ZodObject<{
1794
+ icon: z.ZodOptional<z.ZodString>;
1795
+ titleKey: z.ZodOptional<z.ZodString>;
1796
+ bodyKey: z.ZodOptional<z.ZodString>;
1797
+ }, z.core.$strip>>;
1798
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
1799
+ tone: z.ZodOptional<z.ZodEnum<{
1800
+ accent: "accent";
1801
+ pos: "pos";
1802
+ warn: "warn";
1803
+ danger: "danger";
1804
+ info: "info";
1805
+ muted: "muted";
1806
+ }>>;
1807
+ format: z.ZodOptional<z.ZodObject<{
1808
+ locale: z.ZodOptional<z.ZodString>;
1809
+ currency: z.ZodOptional<z.ZodString>;
1810
+ number: z.ZodOptional<z.ZodEnum<{
1811
+ percent: "percent";
1812
+ plain: "plain";
1813
+ compact: "compact";
1814
+ }>>;
1815
+ date: z.ZodOptional<z.ZodEnum<{
1816
+ relative: "relative";
1817
+ short: "short";
1818
+ long: "long";
1819
+ }>>;
1820
+ referenceTime: z.ZodOptional<z.ZodNumber>;
1821
+ }, z.core.$strip>>;
1822
+ testId: z.ZodOptional<z.ZodString>;
1823
+ emptyTitle: z.ZodOptional<z.ZodString>;
1824
+ emptyBody: z.ZodOptional<z.ZodString>;
1825
+ nameField: z.ZodDefault<z.ZodString>;
1826
+ rowCountField: z.ZodDefault<z.ZodString>;
1827
+ rlsField: z.ZodDefault<z.ZodString>;
1828
+ methodsField: z.ZodDefault<z.ZodString>;
1829
+ requestsField: z.ZodDefault<z.ZodString>;
1830
+ perDayField: z.ZodDefault<z.ZodString>;
1831
+ methods: z.ZodDefault<z.ZodArray<z.ZodString>>;
1832
+ rlsLabel: z.ZodOptional<z.ZodString>;
1833
+ publicLabel: z.ZodOptional<z.ZodString>;
1834
+ rowsLabel: z.ZodOptional<z.ZodString>;
1835
+ perDayLabel: z.ZodOptional<z.ZodString>;
1836
+ }, z.core.$strip>;
1837
+ export type ResourceApiCardConfig = z.infer<typeof resourceApiCardConfigSchema>;
1838
+ /** Deterministic resource `record`. */
1839
+ export declare function resourceApiCardDemoData(seed: number): OpsRecordData;
1840
+ /** `policy-list` config — RLS policies per table. */
1841
+ export declare const policyListConfigSchema: z.ZodObject<{
1842
+ title: z.ZodOptional<z.ZodString>;
1843
+ subtitle: z.ZodOptional<z.ZodString>;
1844
+ icon: z.ZodOptional<z.ZodString>;
1845
+ href: z.ZodOptional<z.ZodString>;
1846
+ binding: z.ZodOptional<z.ZodObject<{
1847
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
1848
+ connectionId: z.ZodString;
1849
+ source: z.ZodObject<{
1850
+ schema: z.ZodOptional<z.ZodString>;
1851
+ name: z.ZodString;
1852
+ type: z.ZodDefault<z.ZodEnum<{
1853
+ table: "table";
1854
+ view: "view";
1855
+ }>>;
1856
+ }, z.core.$strip>;
1857
+ shape: z.ZodEnum<{
1858
+ "single-metric": "single-metric";
1859
+ "metric+delta": "metric+delta";
1860
+ timeseries: "timeseries";
1861
+ "multi-timeseries": "multi-timeseries";
1862
+ categorical: "categorical";
1863
+ "record-list": "record-list";
1864
+ record: "record";
1865
+ matrix: "matrix";
1866
+ "hierarchy/tree": "hierarchy/tree";
1867
+ "calendar-events": "calendar-events";
1868
+ "geo-points": "geo-points";
1869
+ flows: "flows";
1870
+ ohlc: "ohlc";
1871
+ distribution: "distribution";
1872
+ "boolean-map": "boolean-map";
1873
+ stream: "stream";
1874
+ "form-state": "form-state";
1875
+ static: "static";
1876
+ }>;
1877
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
1878
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
1879
+ fn: z.ZodEnum<{
1880
+ count: "count";
1881
+ sum: "sum";
1882
+ avg: "avg";
1883
+ min: "min";
1884
+ max: "max";
1885
+ count_distinct: "count_distinct";
1886
+ percentile: "percentile";
1887
+ }>;
1888
+ column: z.ZodOptional<z.ZodString>;
1889
+ p: z.ZodOptional<z.ZodNumber>;
1890
+ alias: z.ZodString;
1891
+ }, z.core.$strip>>>;
1892
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
1893
+ bucket: z.ZodOptional<z.ZodObject<{
1894
+ column: z.ZodString;
1895
+ unit: z.ZodEnum<{
1896
+ hour: "hour";
1897
+ day: "day";
1898
+ week: "week";
1899
+ month: "month";
1900
+ quarter: "quarter";
1901
+ year: "year";
1902
+ }>;
1903
+ }, z.core.$strip>>;
1904
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
1905
+ column: z.ZodString;
1906
+ op: z.ZodEnum<{
1907
+ eq: "eq";
1908
+ neq: "neq";
1909
+ gt: "gt";
1910
+ gte: "gte";
1911
+ lt: "lt";
1912
+ lte: "lte";
1913
+ in: "in";
1914
+ like: "like";
1915
+ ilike: "ilike";
1916
+ is_null: "is_null";
1917
+ not_null: "not_null";
1918
+ between: "between";
1919
+ }>;
1920
+ value: z.ZodOptional<z.ZodUnknown>;
1921
+ param: z.ZodOptional<z.ZodString>;
1922
+ }, z.core.$strip>>>;
1923
+ window: z.ZodOptional<z.ZodObject<{
1924
+ column: z.ZodString;
1925
+ last: z.ZodNumber;
1926
+ unit: z.ZodEnum<{
1927
+ hour: "hour";
1928
+ day: "day";
1929
+ week: "week";
1930
+ month: "month";
1931
+ quarter: "quarter";
1932
+ year: "year";
1933
+ }>;
1934
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
1935
+ }, z.core.$strip>>;
1936
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
1937
+ column: z.ZodString;
1938
+ dir: z.ZodEnum<{
1939
+ asc: "asc";
1940
+ desc: "desc";
1941
+ }>;
1942
+ }, z.core.$strip>>>;
1943
+ limit: z.ZodOptional<z.ZodNumber>;
1944
+ cursor: z.ZodOptional<z.ZodString>;
1945
+ }, z.core.$strip>>;
1946
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
1947
+ emptyState: z.ZodOptional<z.ZodObject<{
1948
+ icon: z.ZodOptional<z.ZodString>;
1949
+ titleKey: z.ZodOptional<z.ZodString>;
1950
+ bodyKey: z.ZodOptional<z.ZodString>;
1951
+ }, z.core.$strip>>;
1952
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
1953
+ tone: z.ZodOptional<z.ZodEnum<{
1954
+ accent: "accent";
1955
+ pos: "pos";
1956
+ warn: "warn";
1957
+ danger: "danger";
1958
+ info: "info";
1959
+ muted: "muted";
1960
+ }>>;
1961
+ format: z.ZodOptional<z.ZodObject<{
1962
+ locale: z.ZodOptional<z.ZodString>;
1963
+ currency: z.ZodOptional<z.ZodString>;
1964
+ number: z.ZodOptional<z.ZodEnum<{
1965
+ percent: "percent";
1966
+ plain: "plain";
1967
+ compact: "compact";
1968
+ }>>;
1969
+ date: z.ZodOptional<z.ZodEnum<{
1970
+ relative: "relative";
1971
+ short: "short";
1972
+ long: "long";
1973
+ }>>;
1974
+ referenceTime: z.ZodOptional<z.ZodNumber>;
1975
+ }, z.core.$strip>>;
1976
+ testId: z.ZodOptional<z.ZodString>;
1977
+ emptyTitle: z.ZodOptional<z.ZodString>;
1978
+ emptyBody: z.ZodOptional<z.ZodString>;
1979
+ idField: z.ZodDefault<z.ZodString>;
1980
+ nameField: z.ZodDefault<z.ZodString>;
1981
+ cmdField: z.ZodDefault<z.ZodString>;
1982
+ roleField: z.ZodDefault<z.ZodString>;
1983
+ enabledField: z.ZodDefault<z.ZodString>;
1984
+ commands: z.ZodDefault<z.ZodArray<z.ZodString>>;
1985
+ enableLabel: z.ZodOptional<z.ZodString>;
1986
+ }, z.core.$strip>;
1987
+ export type PolicyListConfig = z.infer<typeof policyListConfigSchema>;
1988
+ /** Deterministic policy `record-list`. */
1989
+ export declare function policyListDemoData(seed: number): OpsListData;
1990
+ /**
1991
+ * `live-timer` config. `minSeconds` / `defaultBillable` are the annex's declared
1992
+ * config (the `projects source` is the host's binding, not a widget concern).
1993
+ *
1994
+ * CLOCK POLICY — the tick is a component concern behind an INJECTED clock:
1995
+ * `format.referenceTime` pins "now" for demo, tests and VRT captures, and only
1996
+ * when it is absent does the component start its own 1s interval. Nothing in
1997
+ * this module reads the wall clock, so `demoData(seed)` is byte-identical
1998
+ * forever (04 §7.7 / the determinism gate) — which a `Date.now()` in a generator
1999
+ * would silently destroy.
2000
+ */
2001
+ export declare const liveTimerConfigSchema: z.ZodObject<{
2002
+ title: z.ZodOptional<z.ZodString>;
2003
+ subtitle: z.ZodOptional<z.ZodString>;
2004
+ icon: z.ZodOptional<z.ZodString>;
2005
+ href: z.ZodOptional<z.ZodString>;
2006
+ binding: z.ZodOptional<z.ZodObject<{
2007
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
2008
+ connectionId: z.ZodString;
2009
+ source: z.ZodObject<{
2010
+ schema: z.ZodOptional<z.ZodString>;
2011
+ name: z.ZodString;
2012
+ type: z.ZodDefault<z.ZodEnum<{
2013
+ table: "table";
2014
+ view: "view";
2015
+ }>>;
2016
+ }, z.core.$strip>;
2017
+ shape: z.ZodEnum<{
2018
+ "single-metric": "single-metric";
2019
+ "metric+delta": "metric+delta";
2020
+ timeseries: "timeseries";
2021
+ "multi-timeseries": "multi-timeseries";
2022
+ categorical: "categorical";
2023
+ "record-list": "record-list";
2024
+ record: "record";
2025
+ matrix: "matrix";
2026
+ "hierarchy/tree": "hierarchy/tree";
2027
+ "calendar-events": "calendar-events";
2028
+ "geo-points": "geo-points";
2029
+ flows: "flows";
2030
+ ohlc: "ohlc";
2031
+ distribution: "distribution";
2032
+ "boolean-map": "boolean-map";
2033
+ stream: "stream";
2034
+ "form-state": "form-state";
2035
+ static: "static";
2036
+ }>;
2037
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
2038
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
2039
+ fn: z.ZodEnum<{
2040
+ count: "count";
2041
+ sum: "sum";
2042
+ avg: "avg";
2043
+ min: "min";
2044
+ max: "max";
2045
+ count_distinct: "count_distinct";
2046
+ percentile: "percentile";
2047
+ }>;
2048
+ column: z.ZodOptional<z.ZodString>;
2049
+ p: z.ZodOptional<z.ZodNumber>;
2050
+ alias: z.ZodString;
2051
+ }, z.core.$strip>>>;
2052
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
2053
+ bucket: z.ZodOptional<z.ZodObject<{
2054
+ column: z.ZodString;
2055
+ unit: z.ZodEnum<{
2056
+ hour: "hour";
2057
+ day: "day";
2058
+ week: "week";
2059
+ month: "month";
2060
+ quarter: "quarter";
2061
+ year: "year";
2062
+ }>;
2063
+ }, z.core.$strip>>;
2064
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
2065
+ column: z.ZodString;
2066
+ op: z.ZodEnum<{
2067
+ eq: "eq";
2068
+ neq: "neq";
2069
+ gt: "gt";
2070
+ gte: "gte";
2071
+ lt: "lt";
2072
+ lte: "lte";
2073
+ in: "in";
2074
+ like: "like";
2075
+ ilike: "ilike";
2076
+ is_null: "is_null";
2077
+ not_null: "not_null";
2078
+ between: "between";
2079
+ }>;
2080
+ value: z.ZodOptional<z.ZodUnknown>;
2081
+ param: z.ZodOptional<z.ZodString>;
2082
+ }, z.core.$strip>>>;
2083
+ window: z.ZodOptional<z.ZodObject<{
2084
+ column: z.ZodString;
2085
+ last: z.ZodNumber;
2086
+ unit: z.ZodEnum<{
2087
+ hour: "hour";
2088
+ day: "day";
2089
+ week: "week";
2090
+ month: "month";
2091
+ quarter: "quarter";
2092
+ year: "year";
2093
+ }>;
2094
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
2095
+ }, z.core.$strip>>;
2096
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
2097
+ column: z.ZodString;
2098
+ dir: z.ZodEnum<{
2099
+ asc: "asc";
2100
+ desc: "desc";
2101
+ }>;
2102
+ }, z.core.$strip>>>;
2103
+ limit: z.ZodOptional<z.ZodNumber>;
2104
+ cursor: z.ZodOptional<z.ZodString>;
2105
+ }, z.core.$strip>>;
2106
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
2107
+ emptyState: z.ZodOptional<z.ZodObject<{
2108
+ icon: z.ZodOptional<z.ZodString>;
2109
+ titleKey: z.ZodOptional<z.ZodString>;
2110
+ bodyKey: z.ZodOptional<z.ZodString>;
2111
+ }, z.core.$strip>>;
2112
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
2113
+ tone: z.ZodOptional<z.ZodEnum<{
2114
+ accent: "accent";
2115
+ pos: "pos";
2116
+ warn: "warn";
2117
+ danger: "danger";
2118
+ info: "info";
2119
+ muted: "muted";
2120
+ }>>;
2121
+ format: z.ZodOptional<z.ZodObject<{
2122
+ locale: z.ZodOptional<z.ZodString>;
2123
+ currency: z.ZodOptional<z.ZodString>;
2124
+ number: z.ZodOptional<z.ZodEnum<{
2125
+ percent: "percent";
2126
+ plain: "plain";
2127
+ compact: "compact";
2128
+ }>>;
2129
+ date: z.ZodOptional<z.ZodEnum<{
2130
+ relative: "relative";
2131
+ short: "short";
2132
+ long: "long";
2133
+ }>>;
2134
+ referenceTime: z.ZodOptional<z.ZodNumber>;
2135
+ }, z.core.$strip>>;
2136
+ testId: z.ZodOptional<z.ZodString>;
2137
+ emptyTitle: z.ZodOptional<z.ZodString>;
2138
+ emptyBody: z.ZodOptional<z.ZodString>;
2139
+ taskField: z.ZodDefault<z.ZodString>;
2140
+ projectField: z.ZodDefault<z.ZodString>;
2141
+ runningField: z.ZodDefault<z.ZodString>;
2142
+ elapsedField: z.ZodDefault<z.ZodString>;
2143
+ startedAtField: z.ZodDefault<z.ZodString>;
2144
+ minSeconds: z.ZodDefault<z.ZodNumber>;
2145
+ defaultBillable: z.ZodDefault<z.ZodBoolean>;
2146
+ startLabel: z.ZodOptional<z.ZodString>;
2147
+ stopLabel: z.ZodOptional<z.ZodString>;
2148
+ taskPlaceholder: z.ZodOptional<z.ZodString>;
2149
+ billableLabel: z.ZodOptional<z.ZodString>;
2150
+ }, z.core.$strip>;
2151
+ export type LiveTimerConfig = z.infer<typeof liveTimerConfigSchema>;
2152
+ /**
2153
+ * Deterministic timer `record`. `started_at` is pinned relative to the demo
2154
+ * "now", so a RUNNING demo timer still renders a fixed elapsed value under a
2155
+ * pinned `format.referenceTime`.
2156
+ */
2157
+ export declare function liveTimerDemoData(seed: number): OpsRecordData;
2158
+ /** `sync-status-card` config. `syncAction` is the annex's declared config. */
2159
+ export declare const syncStatusCardConfigSchema: z.ZodObject<{
2160
+ title: z.ZodOptional<z.ZodString>;
2161
+ subtitle: z.ZodOptional<z.ZodString>;
2162
+ icon: z.ZodOptional<z.ZodString>;
2163
+ href: z.ZodOptional<z.ZodString>;
2164
+ binding: z.ZodOptional<z.ZodObject<{
2165
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
2166
+ connectionId: z.ZodString;
2167
+ source: z.ZodObject<{
2168
+ schema: z.ZodOptional<z.ZodString>;
2169
+ name: z.ZodString;
2170
+ type: z.ZodDefault<z.ZodEnum<{
2171
+ table: "table";
2172
+ view: "view";
2173
+ }>>;
2174
+ }, z.core.$strip>;
2175
+ shape: z.ZodEnum<{
2176
+ "single-metric": "single-metric";
2177
+ "metric+delta": "metric+delta";
2178
+ timeseries: "timeseries";
2179
+ "multi-timeseries": "multi-timeseries";
2180
+ categorical: "categorical";
2181
+ "record-list": "record-list";
2182
+ record: "record";
2183
+ matrix: "matrix";
2184
+ "hierarchy/tree": "hierarchy/tree";
2185
+ "calendar-events": "calendar-events";
2186
+ "geo-points": "geo-points";
2187
+ flows: "flows";
2188
+ ohlc: "ohlc";
2189
+ distribution: "distribution";
2190
+ "boolean-map": "boolean-map";
2191
+ stream: "stream";
2192
+ "form-state": "form-state";
2193
+ static: "static";
2194
+ }>;
2195
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
2196
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
2197
+ fn: z.ZodEnum<{
2198
+ count: "count";
2199
+ sum: "sum";
2200
+ avg: "avg";
2201
+ min: "min";
2202
+ max: "max";
2203
+ count_distinct: "count_distinct";
2204
+ percentile: "percentile";
2205
+ }>;
2206
+ column: z.ZodOptional<z.ZodString>;
2207
+ p: z.ZodOptional<z.ZodNumber>;
2208
+ alias: z.ZodString;
2209
+ }, z.core.$strip>>>;
2210
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
2211
+ bucket: z.ZodOptional<z.ZodObject<{
2212
+ column: z.ZodString;
2213
+ unit: z.ZodEnum<{
2214
+ hour: "hour";
2215
+ day: "day";
2216
+ week: "week";
2217
+ month: "month";
2218
+ quarter: "quarter";
2219
+ year: "year";
2220
+ }>;
2221
+ }, z.core.$strip>>;
2222
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
2223
+ column: z.ZodString;
2224
+ op: z.ZodEnum<{
2225
+ eq: "eq";
2226
+ neq: "neq";
2227
+ gt: "gt";
2228
+ gte: "gte";
2229
+ lt: "lt";
2230
+ lte: "lte";
2231
+ in: "in";
2232
+ like: "like";
2233
+ ilike: "ilike";
2234
+ is_null: "is_null";
2235
+ not_null: "not_null";
2236
+ between: "between";
2237
+ }>;
2238
+ value: z.ZodOptional<z.ZodUnknown>;
2239
+ param: z.ZodOptional<z.ZodString>;
2240
+ }, z.core.$strip>>>;
2241
+ window: z.ZodOptional<z.ZodObject<{
2242
+ column: z.ZodString;
2243
+ last: z.ZodNumber;
2244
+ unit: z.ZodEnum<{
2245
+ hour: "hour";
2246
+ day: "day";
2247
+ week: "week";
2248
+ month: "month";
2249
+ quarter: "quarter";
2250
+ year: "year";
2251
+ }>;
2252
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
2253
+ }, z.core.$strip>>;
2254
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
2255
+ column: z.ZodString;
2256
+ dir: z.ZodEnum<{
2257
+ asc: "asc";
2258
+ desc: "desc";
2259
+ }>;
2260
+ }, z.core.$strip>>>;
2261
+ limit: z.ZodOptional<z.ZodNumber>;
2262
+ cursor: z.ZodOptional<z.ZodString>;
2263
+ }, z.core.$strip>>;
2264
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
2265
+ emptyState: z.ZodOptional<z.ZodObject<{
2266
+ icon: z.ZodOptional<z.ZodString>;
2267
+ titleKey: z.ZodOptional<z.ZodString>;
2268
+ bodyKey: z.ZodOptional<z.ZodString>;
2269
+ }, z.core.$strip>>;
2270
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
2271
+ tone: z.ZodOptional<z.ZodEnum<{
2272
+ accent: "accent";
2273
+ pos: "pos";
2274
+ warn: "warn";
2275
+ danger: "danger";
2276
+ info: "info";
2277
+ muted: "muted";
2278
+ }>>;
2279
+ format: z.ZodOptional<z.ZodObject<{
2280
+ locale: z.ZodOptional<z.ZodString>;
2281
+ currency: z.ZodOptional<z.ZodString>;
2282
+ number: z.ZodOptional<z.ZodEnum<{
2283
+ percent: "percent";
2284
+ plain: "plain";
2285
+ compact: "compact";
2286
+ }>>;
2287
+ date: z.ZodOptional<z.ZodEnum<{
2288
+ relative: "relative";
2289
+ short: "short";
2290
+ long: "long";
2291
+ }>>;
2292
+ referenceTime: z.ZodOptional<z.ZodNumber>;
2293
+ }, z.core.$strip>>;
2294
+ testId: z.ZodOptional<z.ZodString>;
2295
+ emptyTitle: z.ZodOptional<z.ZodString>;
2296
+ emptyBody: z.ZodOptional<z.ZodString>;
2297
+ nameField: z.ZodDefault<z.ZodString>;
2298
+ engineField: z.ZodDefault<z.ZodString>;
2299
+ connectedField: z.ZodDefault<z.ZodString>;
2300
+ latencyField: z.ZodDefault<z.ZodString>;
2301
+ rowsSyncedField: z.ZodDefault<z.ZodString>;
2302
+ tablesField: z.ZodDefault<z.ZodString>;
2303
+ lastSyncField: z.ZodDefault<z.ZodString>;
2304
+ nextSyncField: z.ZodDefault<z.ZodString>;
2305
+ phaseField: z.ZodDefault<z.ZodString>;
2306
+ syncAction: z.ZodOptional<z.ZodString>;
2307
+ connectedLabel: z.ZodOptional<z.ZodString>;
2308
+ disconnectedLabel: z.ZodOptional<z.ZodString>;
2309
+ rowsSyncedLabel: z.ZodOptional<z.ZodString>;
2310
+ tablesLabel: z.ZodOptional<z.ZodString>;
2311
+ lastSyncLabel: z.ZodOptional<z.ZodString>;
2312
+ nextSyncLabel: z.ZodOptional<z.ZodString>;
2313
+ syncingLabel: z.ZodOptional<z.ZodString>;
2314
+ }, z.core.$strip>;
2315
+ export type SyncStatusCardConfig = z.infer<typeof syncStatusCardConfigSchema>;
2316
+ /** Deterministic connection `record`. */
2317
+ export declare function syncStatusCardDemoData(seed: number): OpsRecordData;
2318
+ /**
2319
+ * `ip-allowlist-card` config. The annex gives no config beyond the data; the
2320
+ * copy-feedback window is exposed because the annex pins it ("Copy → 'Copied ✓'
2321
+ * (1.4s)") and a test must be able to drive it without a real timer.
2322
+ */
2323
+ export declare const ipAllowlistCardConfigSchema: z.ZodObject<{
2324
+ title: z.ZodOptional<z.ZodString>;
2325
+ subtitle: z.ZodOptional<z.ZodString>;
2326
+ icon: z.ZodOptional<z.ZodString>;
2327
+ href: z.ZodOptional<z.ZodString>;
2328
+ binding: z.ZodOptional<z.ZodObject<{
2329
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
2330
+ connectionId: z.ZodString;
2331
+ source: z.ZodObject<{
2332
+ schema: z.ZodOptional<z.ZodString>;
2333
+ name: z.ZodString;
2334
+ type: z.ZodDefault<z.ZodEnum<{
2335
+ table: "table";
2336
+ view: "view";
2337
+ }>>;
2338
+ }, z.core.$strip>;
2339
+ shape: z.ZodEnum<{
2340
+ "single-metric": "single-metric";
2341
+ "metric+delta": "metric+delta";
2342
+ timeseries: "timeseries";
2343
+ "multi-timeseries": "multi-timeseries";
2344
+ categorical: "categorical";
2345
+ "record-list": "record-list";
2346
+ record: "record";
2347
+ matrix: "matrix";
2348
+ "hierarchy/tree": "hierarchy/tree";
2349
+ "calendar-events": "calendar-events";
2350
+ "geo-points": "geo-points";
2351
+ flows: "flows";
2352
+ ohlc: "ohlc";
2353
+ distribution: "distribution";
2354
+ "boolean-map": "boolean-map";
2355
+ stream: "stream";
2356
+ "form-state": "form-state";
2357
+ static: "static";
2358
+ }>;
2359
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
2360
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
2361
+ fn: z.ZodEnum<{
2362
+ count: "count";
2363
+ sum: "sum";
2364
+ avg: "avg";
2365
+ min: "min";
2366
+ max: "max";
2367
+ count_distinct: "count_distinct";
2368
+ percentile: "percentile";
2369
+ }>;
2370
+ column: z.ZodOptional<z.ZodString>;
2371
+ p: z.ZodOptional<z.ZodNumber>;
2372
+ alias: z.ZodString;
2373
+ }, z.core.$strip>>>;
2374
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
2375
+ bucket: z.ZodOptional<z.ZodObject<{
2376
+ column: z.ZodString;
2377
+ unit: z.ZodEnum<{
2378
+ hour: "hour";
2379
+ day: "day";
2380
+ week: "week";
2381
+ month: "month";
2382
+ quarter: "quarter";
2383
+ year: "year";
2384
+ }>;
2385
+ }, z.core.$strip>>;
2386
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
2387
+ column: z.ZodString;
2388
+ op: z.ZodEnum<{
2389
+ eq: "eq";
2390
+ neq: "neq";
2391
+ gt: "gt";
2392
+ gte: "gte";
2393
+ lt: "lt";
2394
+ lte: "lte";
2395
+ in: "in";
2396
+ like: "like";
2397
+ ilike: "ilike";
2398
+ is_null: "is_null";
2399
+ not_null: "not_null";
2400
+ between: "between";
2401
+ }>;
2402
+ value: z.ZodOptional<z.ZodUnknown>;
2403
+ param: z.ZodOptional<z.ZodString>;
2404
+ }, z.core.$strip>>>;
2405
+ window: z.ZodOptional<z.ZodObject<{
2406
+ column: z.ZodString;
2407
+ last: z.ZodNumber;
2408
+ unit: z.ZodEnum<{
2409
+ hour: "hour";
2410
+ day: "day";
2411
+ week: "week";
2412
+ month: "month";
2413
+ quarter: "quarter";
2414
+ year: "year";
2415
+ }>;
2416
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
2417
+ }, z.core.$strip>>;
2418
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
2419
+ column: z.ZodString;
2420
+ dir: z.ZodEnum<{
2421
+ asc: "asc";
2422
+ desc: "desc";
2423
+ }>;
2424
+ }, z.core.$strip>>>;
2425
+ limit: z.ZodOptional<z.ZodNumber>;
2426
+ cursor: z.ZodOptional<z.ZodString>;
2427
+ }, z.core.$strip>>;
2428
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
2429
+ emptyState: z.ZodOptional<z.ZodObject<{
2430
+ icon: z.ZodOptional<z.ZodString>;
2431
+ titleKey: z.ZodOptional<z.ZodString>;
2432
+ bodyKey: z.ZodOptional<z.ZodString>;
2433
+ }, z.core.$strip>>;
2434
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
2435
+ tone: z.ZodOptional<z.ZodEnum<{
2436
+ accent: "accent";
2437
+ pos: "pos";
2438
+ warn: "warn";
2439
+ danger: "danger";
2440
+ info: "info";
2441
+ muted: "muted";
2442
+ }>>;
2443
+ format: z.ZodOptional<z.ZodObject<{
2444
+ locale: z.ZodOptional<z.ZodString>;
2445
+ currency: z.ZodOptional<z.ZodString>;
2446
+ number: z.ZodOptional<z.ZodEnum<{
2447
+ percent: "percent";
2448
+ plain: "plain";
2449
+ compact: "compact";
2450
+ }>>;
2451
+ date: z.ZodOptional<z.ZodEnum<{
2452
+ relative: "relative";
2453
+ short: "short";
2454
+ long: "long";
2455
+ }>>;
2456
+ referenceTime: z.ZodOptional<z.ZodNumber>;
2457
+ }, z.core.$strip>>;
2458
+ testId: z.ZodOptional<z.ZodString>;
2459
+ emptyTitle: z.ZodOptional<z.ZodString>;
2460
+ emptyBody: z.ZodOptional<z.ZodString>;
2461
+ ipField: z.ZodDefault<z.ZodString>;
2462
+ labelFieldName: z.ZodDefault<z.ZodString>;
2463
+ copyResetMs: z.ZodDefault<z.ZodNumber>;
2464
+ copyLabel: z.ZodOptional<z.ZodString>;
2465
+ copiedLabel: z.ZodOptional<z.ZodString>;
2466
+ }, z.core.$strip>;
2467
+ export type IpAllowlistCardConfig = z.infer<typeof ipAllowlistCardConfigSchema>;
2468
+ /** Deterministic egress-IP `record-list`. The seed drives which regions are live. */
2469
+ export declare function ipAllowlistCardDemoData(seed: number): OpsListData;
2470
+ /**
2471
+ * `onboarding-checklist` config. `tasks` / `celebrateOnComplete` are the annex's
2472
+ * declared config.
2473
+ *
2474
+ * This is the REUSABLE WIDGET FORM of the reactive checklist already shipped in
2475
+ * apps/dashboard/src/onboarding (M5-T06). It deliberately shares NO code with it:
2476
+ * packages must not import apps (the dependency would invert the architecture),
2477
+ * so this is built from the data contract — steps + done flags — and the app's
2478
+ * own copy stays the app's. The two are expected to converge later, on the app's
2479
+ * side, by mounting this widget.
2480
+ */
2481
+ export declare const onboardingChecklistConfigSchema: z.ZodObject<{
2482
+ title: z.ZodOptional<z.ZodString>;
2483
+ subtitle: z.ZodOptional<z.ZodString>;
2484
+ icon: z.ZodOptional<z.ZodString>;
2485
+ href: z.ZodOptional<z.ZodString>;
2486
+ binding: z.ZodOptional<z.ZodObject<{
2487
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
2488
+ connectionId: z.ZodString;
2489
+ source: z.ZodObject<{
2490
+ schema: z.ZodOptional<z.ZodString>;
2491
+ name: z.ZodString;
2492
+ type: z.ZodDefault<z.ZodEnum<{
2493
+ table: "table";
2494
+ view: "view";
2495
+ }>>;
2496
+ }, z.core.$strip>;
2497
+ shape: z.ZodEnum<{
2498
+ "single-metric": "single-metric";
2499
+ "metric+delta": "metric+delta";
2500
+ timeseries: "timeseries";
2501
+ "multi-timeseries": "multi-timeseries";
2502
+ categorical: "categorical";
2503
+ "record-list": "record-list";
2504
+ record: "record";
2505
+ matrix: "matrix";
2506
+ "hierarchy/tree": "hierarchy/tree";
2507
+ "calendar-events": "calendar-events";
2508
+ "geo-points": "geo-points";
2509
+ flows: "flows";
2510
+ ohlc: "ohlc";
2511
+ distribution: "distribution";
2512
+ "boolean-map": "boolean-map";
2513
+ stream: "stream";
2514
+ "form-state": "form-state";
2515
+ static: "static";
2516
+ }>;
2517
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
2518
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
2519
+ fn: z.ZodEnum<{
2520
+ count: "count";
2521
+ sum: "sum";
2522
+ avg: "avg";
2523
+ min: "min";
2524
+ max: "max";
2525
+ count_distinct: "count_distinct";
2526
+ percentile: "percentile";
2527
+ }>;
2528
+ column: z.ZodOptional<z.ZodString>;
2529
+ p: z.ZodOptional<z.ZodNumber>;
2530
+ alias: z.ZodString;
2531
+ }, z.core.$strip>>>;
2532
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
2533
+ bucket: z.ZodOptional<z.ZodObject<{
2534
+ column: z.ZodString;
2535
+ unit: z.ZodEnum<{
2536
+ hour: "hour";
2537
+ day: "day";
2538
+ week: "week";
2539
+ month: "month";
2540
+ quarter: "quarter";
2541
+ year: "year";
2542
+ }>;
2543
+ }, z.core.$strip>>;
2544
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
2545
+ column: z.ZodString;
2546
+ op: z.ZodEnum<{
2547
+ eq: "eq";
2548
+ neq: "neq";
2549
+ gt: "gt";
2550
+ gte: "gte";
2551
+ lt: "lt";
2552
+ lte: "lte";
2553
+ in: "in";
2554
+ like: "like";
2555
+ ilike: "ilike";
2556
+ is_null: "is_null";
2557
+ not_null: "not_null";
2558
+ between: "between";
2559
+ }>;
2560
+ value: z.ZodOptional<z.ZodUnknown>;
2561
+ param: z.ZodOptional<z.ZodString>;
2562
+ }, z.core.$strip>>>;
2563
+ window: z.ZodOptional<z.ZodObject<{
2564
+ column: z.ZodString;
2565
+ last: z.ZodNumber;
2566
+ unit: z.ZodEnum<{
2567
+ hour: "hour";
2568
+ day: "day";
2569
+ week: "week";
2570
+ month: "month";
2571
+ quarter: "quarter";
2572
+ year: "year";
2573
+ }>;
2574
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
2575
+ }, z.core.$strip>>;
2576
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
2577
+ column: z.ZodString;
2578
+ dir: z.ZodEnum<{
2579
+ asc: "asc";
2580
+ desc: "desc";
2581
+ }>;
2582
+ }, z.core.$strip>>>;
2583
+ limit: z.ZodOptional<z.ZodNumber>;
2584
+ cursor: z.ZodOptional<z.ZodString>;
2585
+ }, z.core.$strip>>;
2586
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
2587
+ emptyState: z.ZodOptional<z.ZodObject<{
2588
+ icon: z.ZodOptional<z.ZodString>;
2589
+ titleKey: z.ZodOptional<z.ZodString>;
2590
+ bodyKey: z.ZodOptional<z.ZodString>;
2591
+ }, z.core.$strip>>;
2592
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
2593
+ tone: z.ZodOptional<z.ZodEnum<{
2594
+ accent: "accent";
2595
+ pos: "pos";
2596
+ warn: "warn";
2597
+ danger: "danger";
2598
+ info: "info";
2599
+ muted: "muted";
2600
+ }>>;
2601
+ format: z.ZodOptional<z.ZodObject<{
2602
+ locale: z.ZodOptional<z.ZodString>;
2603
+ currency: z.ZodOptional<z.ZodString>;
2604
+ number: z.ZodOptional<z.ZodEnum<{
2605
+ percent: "percent";
2606
+ plain: "plain";
2607
+ compact: "compact";
2608
+ }>>;
2609
+ date: z.ZodOptional<z.ZodEnum<{
2610
+ relative: "relative";
2611
+ short: "short";
2612
+ long: "long";
2613
+ }>>;
2614
+ referenceTime: z.ZodOptional<z.ZodNumber>;
2615
+ }, z.core.$strip>>;
2616
+ testId: z.ZodOptional<z.ZodString>;
2617
+ emptyTitle: z.ZodOptional<z.ZodString>;
2618
+ emptyBody: z.ZodOptional<z.ZodString>;
2619
+ idField: z.ZodDefault<z.ZodString>;
2620
+ titleField: z.ZodDefault<z.ZodString>;
2621
+ descField: z.ZodDefault<z.ZodString>;
2622
+ minutesField: z.ZodDefault<z.ZodString>;
2623
+ actionField: z.ZodDefault<z.ZodString>;
2624
+ hrefField: z.ZodDefault<z.ZodString>;
2625
+ doneField: z.ZodDefault<z.ZodString>;
2626
+ tasks: z.ZodOptional<z.ZodArray<z.ZodObject<{
2627
+ id: z.ZodString;
2628
+ title: z.ZodString;
2629
+ description: z.ZodOptional<z.ZodString>;
2630
+ minutes: z.ZodOptional<z.ZodNumber>;
2631
+ action: z.ZodOptional<z.ZodString>;
2632
+ href: z.ZodOptional<z.ZodString>;
2633
+ done: z.ZodOptional<z.ZodBoolean>;
2634
+ }, z.core.$strip>>>;
2635
+ celebrateOnComplete: z.ZodDefault<z.ZodBoolean>;
2636
+ progressLabel: z.ZodOptional<z.ZodString>;
2637
+ celebrateTitle: z.ZodOptional<z.ZodString>;
2638
+ celebrateBody: z.ZodOptional<z.ZodString>;
2639
+ }, z.core.$strip>;
2640
+ export type OnboardingChecklistConfig = z.infer<typeof onboardingChecklistConfigSchema>;
2641
+ /** Deterministic checklist `record-list`. The seed drives how far along the user is. */
2642
+ export declare function onboardingChecklistDemoData(seed: number): OpsListData;
2643
+ /**
2644
+ * `testimonial-card` config. A Cloud/marketing surface (M12/M14 consumers) —
2645
+ * it renders its data contract and carries no logic beyond that.
2646
+ */
2647
+ export declare const testimonialCardConfigSchema: z.ZodObject<{
2648
+ title: z.ZodOptional<z.ZodString>;
2649
+ subtitle: z.ZodOptional<z.ZodString>;
2650
+ icon: z.ZodOptional<z.ZodString>;
2651
+ href: z.ZodOptional<z.ZodString>;
2652
+ binding: z.ZodOptional<z.ZodObject<{
2653
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
2654
+ connectionId: z.ZodString;
2655
+ source: z.ZodObject<{
2656
+ schema: z.ZodOptional<z.ZodString>;
2657
+ name: z.ZodString;
2658
+ type: z.ZodDefault<z.ZodEnum<{
2659
+ table: "table";
2660
+ view: "view";
2661
+ }>>;
2662
+ }, z.core.$strip>;
2663
+ shape: z.ZodEnum<{
2664
+ "single-metric": "single-metric";
2665
+ "metric+delta": "metric+delta";
2666
+ timeseries: "timeseries";
2667
+ "multi-timeseries": "multi-timeseries";
2668
+ categorical: "categorical";
2669
+ "record-list": "record-list";
2670
+ record: "record";
2671
+ matrix: "matrix";
2672
+ "hierarchy/tree": "hierarchy/tree";
2673
+ "calendar-events": "calendar-events";
2674
+ "geo-points": "geo-points";
2675
+ flows: "flows";
2676
+ ohlc: "ohlc";
2677
+ distribution: "distribution";
2678
+ "boolean-map": "boolean-map";
2679
+ stream: "stream";
2680
+ "form-state": "form-state";
2681
+ static: "static";
2682
+ }>;
2683
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
2684
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
2685
+ fn: z.ZodEnum<{
2686
+ count: "count";
2687
+ sum: "sum";
2688
+ avg: "avg";
2689
+ min: "min";
2690
+ max: "max";
2691
+ count_distinct: "count_distinct";
2692
+ percentile: "percentile";
2693
+ }>;
2694
+ column: z.ZodOptional<z.ZodString>;
2695
+ p: z.ZodOptional<z.ZodNumber>;
2696
+ alias: z.ZodString;
2697
+ }, z.core.$strip>>>;
2698
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
2699
+ bucket: z.ZodOptional<z.ZodObject<{
2700
+ column: z.ZodString;
2701
+ unit: z.ZodEnum<{
2702
+ hour: "hour";
2703
+ day: "day";
2704
+ week: "week";
2705
+ month: "month";
2706
+ quarter: "quarter";
2707
+ year: "year";
2708
+ }>;
2709
+ }, z.core.$strip>>;
2710
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
2711
+ column: z.ZodString;
2712
+ op: z.ZodEnum<{
2713
+ eq: "eq";
2714
+ neq: "neq";
2715
+ gt: "gt";
2716
+ gte: "gte";
2717
+ lt: "lt";
2718
+ lte: "lte";
2719
+ in: "in";
2720
+ like: "like";
2721
+ ilike: "ilike";
2722
+ is_null: "is_null";
2723
+ not_null: "not_null";
2724
+ between: "between";
2725
+ }>;
2726
+ value: z.ZodOptional<z.ZodUnknown>;
2727
+ param: z.ZodOptional<z.ZodString>;
2728
+ }, z.core.$strip>>>;
2729
+ window: z.ZodOptional<z.ZodObject<{
2730
+ column: z.ZodString;
2731
+ last: z.ZodNumber;
2732
+ unit: z.ZodEnum<{
2733
+ hour: "hour";
2734
+ day: "day";
2735
+ week: "week";
2736
+ month: "month";
2737
+ quarter: "quarter";
2738
+ year: "year";
2739
+ }>;
2740
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
2741
+ }, z.core.$strip>>;
2742
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
2743
+ column: z.ZodString;
2744
+ dir: z.ZodEnum<{
2745
+ asc: "asc";
2746
+ desc: "desc";
2747
+ }>;
2748
+ }, z.core.$strip>>>;
2749
+ limit: z.ZodOptional<z.ZodNumber>;
2750
+ cursor: z.ZodOptional<z.ZodString>;
2751
+ }, z.core.$strip>>;
2752
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
2753
+ emptyState: z.ZodOptional<z.ZodObject<{
2754
+ icon: z.ZodOptional<z.ZodString>;
2755
+ titleKey: z.ZodOptional<z.ZodString>;
2756
+ bodyKey: z.ZodOptional<z.ZodString>;
2757
+ }, z.core.$strip>>;
2758
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
2759
+ tone: z.ZodOptional<z.ZodEnum<{
2760
+ accent: "accent";
2761
+ pos: "pos";
2762
+ warn: "warn";
2763
+ danger: "danger";
2764
+ info: "info";
2765
+ muted: "muted";
2766
+ }>>;
2767
+ format: z.ZodOptional<z.ZodObject<{
2768
+ locale: z.ZodOptional<z.ZodString>;
2769
+ currency: z.ZodOptional<z.ZodString>;
2770
+ number: z.ZodOptional<z.ZodEnum<{
2771
+ percent: "percent";
2772
+ plain: "plain";
2773
+ compact: "compact";
2774
+ }>>;
2775
+ date: z.ZodOptional<z.ZodEnum<{
2776
+ relative: "relative";
2777
+ short: "short";
2778
+ long: "long";
2779
+ }>>;
2780
+ referenceTime: z.ZodOptional<z.ZodNumber>;
2781
+ }, z.core.$strip>>;
2782
+ testId: z.ZodOptional<z.ZodString>;
2783
+ emptyTitle: z.ZodOptional<z.ZodString>;
2784
+ emptyBody: z.ZodOptional<z.ZodString>;
2785
+ quoteField: z.ZodDefault<z.ZodString>;
2786
+ nameField: z.ZodDefault<z.ZodString>;
2787
+ roleField: z.ZodDefault<z.ZodString>;
2788
+ companyField: z.ZodDefault<z.ZodString>;
2789
+ initialsField: z.ZodDefault<z.ZodString>;
2790
+ }, z.core.$strip>;
2791
+ export type TestimonialCardConfig = z.infer<typeof testimonialCardConfigSchema>;
2792
+ /** Deterministic testimonial `record`. */
2793
+ export declare function testimonialCardDemoData(seed: number): OpsRecordData;
2794
+ /** `trust-badges` config — the dot-separated compliance claims row. */
2795
+ export declare const trustBadgesConfigSchema: z.ZodObject<{
2796
+ title: z.ZodOptional<z.ZodString>;
2797
+ subtitle: z.ZodOptional<z.ZodString>;
2798
+ icon: z.ZodOptional<z.ZodString>;
2799
+ href: z.ZodOptional<z.ZodString>;
2800
+ binding: z.ZodOptional<z.ZodObject<{
2801
+ kind: z.ZodDefault<z.ZodLiteral<"table-query">>;
2802
+ connectionId: z.ZodString;
2803
+ source: z.ZodObject<{
2804
+ schema: z.ZodOptional<z.ZodString>;
2805
+ name: z.ZodString;
2806
+ type: z.ZodDefault<z.ZodEnum<{
2807
+ table: "table";
2808
+ view: "view";
2809
+ }>>;
2810
+ }, z.core.$strip>;
2811
+ shape: z.ZodEnum<{
2812
+ "single-metric": "single-metric";
2813
+ "metric+delta": "metric+delta";
2814
+ timeseries: "timeseries";
2815
+ "multi-timeseries": "multi-timeseries";
2816
+ categorical: "categorical";
2817
+ "record-list": "record-list";
2818
+ record: "record";
2819
+ matrix: "matrix";
2820
+ "hierarchy/tree": "hierarchy/tree";
2821
+ "calendar-events": "calendar-events";
2822
+ "geo-points": "geo-points";
2823
+ flows: "flows";
2824
+ ohlc: "ohlc";
2825
+ distribution: "distribution";
2826
+ "boolean-map": "boolean-map";
2827
+ stream: "stream";
2828
+ "form-state": "form-state";
2829
+ static: "static";
2830
+ }>;
2831
+ select: z.ZodOptional<z.ZodArray<z.ZodString>>;
2832
+ aggregations: z.ZodOptional<z.ZodArray<z.ZodObject<{
2833
+ fn: z.ZodEnum<{
2834
+ count: "count";
2835
+ sum: "sum";
2836
+ avg: "avg";
2837
+ min: "min";
2838
+ max: "max";
2839
+ count_distinct: "count_distinct";
2840
+ percentile: "percentile";
2841
+ }>;
2842
+ column: z.ZodOptional<z.ZodString>;
2843
+ p: z.ZodOptional<z.ZodNumber>;
2844
+ alias: z.ZodString;
2845
+ }, z.core.$strip>>>;
2846
+ groupBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
2847
+ bucket: z.ZodOptional<z.ZodObject<{
2848
+ column: z.ZodString;
2849
+ unit: z.ZodEnum<{
2850
+ hour: "hour";
2851
+ day: "day";
2852
+ week: "week";
2853
+ month: "month";
2854
+ quarter: "quarter";
2855
+ year: "year";
2856
+ }>;
2857
+ }, z.core.$strip>>;
2858
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
2859
+ column: z.ZodString;
2860
+ op: z.ZodEnum<{
2861
+ eq: "eq";
2862
+ neq: "neq";
2863
+ gt: "gt";
2864
+ gte: "gte";
2865
+ lt: "lt";
2866
+ lte: "lte";
2867
+ in: "in";
2868
+ like: "like";
2869
+ ilike: "ilike";
2870
+ is_null: "is_null";
2871
+ not_null: "not_null";
2872
+ between: "between";
2873
+ }>;
2874
+ value: z.ZodOptional<z.ZodUnknown>;
2875
+ param: z.ZodOptional<z.ZodString>;
2876
+ }, z.core.$strip>>>;
2877
+ window: z.ZodOptional<z.ZodObject<{
2878
+ column: z.ZodString;
2879
+ last: z.ZodNumber;
2880
+ unit: z.ZodEnum<{
2881
+ hour: "hour";
2882
+ day: "day";
2883
+ week: "week";
2884
+ month: "month";
2885
+ quarter: "quarter";
2886
+ year: "year";
2887
+ }>;
2888
+ compareToPrior: z.ZodDefault<z.ZodBoolean>;
2889
+ }, z.core.$strip>>;
2890
+ orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
2891
+ column: z.ZodString;
2892
+ dir: z.ZodEnum<{
2893
+ asc: "asc";
2894
+ desc: "desc";
2895
+ }>;
2896
+ }, z.core.$strip>>>;
2897
+ limit: z.ZodOptional<z.ZodNumber>;
2898
+ cursor: z.ZodOptional<z.ZodString>;
2899
+ }, z.core.$strip>>;
2900
+ refreshInterval: z.ZodOptional<z.ZodNumber>;
2901
+ emptyState: z.ZodOptional<z.ZodObject<{
2902
+ icon: z.ZodOptional<z.ZodString>;
2903
+ titleKey: z.ZodOptional<z.ZodString>;
2904
+ bodyKey: z.ZodOptional<z.ZodString>;
2905
+ }, z.core.$strip>>;
2906
+ permissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
2907
+ tone: z.ZodOptional<z.ZodEnum<{
2908
+ accent: "accent";
2909
+ pos: "pos";
2910
+ warn: "warn";
2911
+ danger: "danger";
2912
+ info: "info";
2913
+ muted: "muted";
2914
+ }>>;
2915
+ format: z.ZodOptional<z.ZodObject<{
2916
+ locale: z.ZodOptional<z.ZodString>;
2917
+ currency: z.ZodOptional<z.ZodString>;
2918
+ number: z.ZodOptional<z.ZodEnum<{
2919
+ percent: "percent";
2920
+ plain: "plain";
2921
+ compact: "compact";
2922
+ }>>;
2923
+ date: z.ZodOptional<z.ZodEnum<{
2924
+ relative: "relative";
2925
+ short: "short";
2926
+ long: "long";
2927
+ }>>;
2928
+ referenceTime: z.ZodOptional<z.ZodNumber>;
2929
+ }, z.core.$strip>>;
2930
+ testId: z.ZodOptional<z.ZodString>;
2931
+ emptyTitle: z.ZodOptional<z.ZodString>;
2932
+ emptyBody: z.ZodOptional<z.ZodString>;
2933
+ labelFieldName: z.ZodDefault<z.ZodString>;
2934
+ badges: z.ZodOptional<z.ZodArray<z.ZodString>>;
2935
+ }, z.core.$strip>;
2936
+ export type TrustBadgesConfig = z.infer<typeof trustBadgesConfigSchema>;
2937
+ /** Deterministic claims `record-list`. The seed drives which claims are shown. */
2938
+ export declare function trustBadgesDemoData(seed: number): OpsListData;
2939
+ //# sourceMappingURL=domain-ops-config.d.ts.map