@objectstack/spec 0.3.3 → 0.4.2

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 (304) hide show
  1. package/dist/ai/conversation.zod.d.ts +14 -14
  2. package/dist/ai/cost.zod.d.ts +112 -112
  3. package/dist/ai/model-registry.zod.d.ts +44 -44
  4. package/dist/ai/nlq.zod.d.ts +2 -2
  5. package/dist/ai/orchestration.zod.d.ts +6 -6
  6. package/dist/ai/predictive.zod.d.ts +8 -8
  7. package/dist/ai/rag-pipeline.zod.d.ts +62 -62
  8. package/dist/api/contract.zod.d.ts +92 -92
  9. package/dist/api/discovery.zod.d.ts +2 -2
  10. package/dist/api/index.d.ts +2 -0
  11. package/dist/api/index.d.ts.map +1 -1
  12. package/dist/api/index.js +2 -0
  13. package/dist/api/odata.zod.d.ts +482 -0
  14. package/dist/api/odata.zod.d.ts.map +1 -0
  15. package/dist/api/odata.zod.js +401 -0
  16. package/dist/api/router.zod.d.ts +4 -4
  17. package/dist/auth/config.zod.d.ts +21 -21
  18. package/dist/auth/index.d.ts +1 -0
  19. package/dist/auth/index.d.ts.map +1 -1
  20. package/dist/auth/index.js +1 -0
  21. package/dist/auth/organization.zod.d.ts +2 -2
  22. package/dist/auth/role.zod.d.ts +14 -0
  23. package/dist/auth/role.zod.d.ts.map +1 -1
  24. package/dist/auth/role.zod.js +16 -1
  25. package/dist/auth/scim.zod.d.ts +2732 -0
  26. package/dist/auth/scim.zod.d.ts.map +1 -0
  27. package/dist/auth/scim.zod.js +811 -0
  28. package/dist/automation/approval.zod.d.ts +643 -0
  29. package/dist/automation/approval.zod.d.ts.map +1 -0
  30. package/dist/automation/approval.zod.js +84 -0
  31. package/dist/automation/connector.zod.d.ts +1284 -0
  32. package/dist/automation/connector.zod.d.ts.map +1 -0
  33. package/dist/automation/connector.zod.js +500 -0
  34. package/dist/automation/etl.zod.d.ts +623 -0
  35. package/dist/automation/etl.zod.d.ts.map +1 -0
  36. package/dist/automation/etl.zod.js +359 -0
  37. package/dist/automation/flow.zod.d.ts +6 -6
  38. package/dist/automation/index.d.ts +4 -0
  39. package/dist/automation/index.d.ts.map +1 -1
  40. package/dist/automation/index.js +4 -0
  41. package/dist/automation/sync.zod.d.ts +854 -0
  42. package/dist/automation/sync.zod.d.ts.map +1 -0
  43. package/dist/automation/sync.zod.js +444 -0
  44. package/dist/automation/webhook.zod.d.ts +24 -1
  45. package/dist/automation/webhook.zod.d.ts.map +1 -1
  46. package/dist/automation/webhook.zod.js +27 -3
  47. package/dist/automation/workflow.zod.d.ts +14 -0
  48. package/dist/automation/workflow.zod.d.ts.map +1 -1
  49. package/dist/automation/workflow.zod.js +16 -1
  50. package/dist/data/field.zod.d.ts +338 -8
  51. package/dist/data/field.zod.d.ts.map +1 -1
  52. package/dist/data/field.zod.js +100 -16
  53. package/dist/data/mapping.zod.d.ts +22 -10
  54. package/dist/data/mapping.zod.d.ts.map +1 -1
  55. package/dist/data/mapping.zod.js +16 -3
  56. package/dist/data/object.zod.d.ts +116 -22
  57. package/dist/data/object.zod.d.ts.map +1 -1
  58. package/dist/data/object.zod.js +4 -4
  59. package/dist/data/validation.zod.d.ts +18 -18
  60. package/dist/hub/composer.zod.d.ts +43 -1940
  61. package/dist/hub/composer.zod.d.ts.map +1 -1
  62. package/dist/hub/composer.zod.js +1 -1
  63. package/dist/hub/license.zod.d.ts +2 -2
  64. package/dist/hub/marketplace.zod.d.ts +6 -6
  65. package/dist/index.d.ts +2 -2
  66. package/dist/index.d.ts.map +1 -1
  67. package/dist/index.js +6 -3
  68. package/dist/permission/index.d.ts +7 -5
  69. package/dist/permission/index.d.ts.map +1 -1
  70. package/dist/permission/index.js +7 -5
  71. package/dist/permission/permission.zod.d.ts +14 -0
  72. package/dist/permission/permission.zod.d.ts.map +1 -1
  73. package/dist/permission/permission.zod.js +16 -1
  74. package/dist/permission/rls.zod.d.ts +605 -0
  75. package/dist/permission/rls.zod.d.ts.map +1 -0
  76. package/dist/permission/rls.zod.js +615 -0
  77. package/dist/permission/territory.zod.d.ts +13 -0
  78. package/dist/permission/territory.zod.d.ts.map +1 -1
  79. package/dist/permission/territory.zod.js +15 -1
  80. package/dist/shared/identifiers.zod.d.ts +87 -0
  81. package/dist/shared/identifiers.zod.d.ts.map +1 -0
  82. package/dist/shared/identifiers.zod.js +101 -0
  83. package/dist/shared/index.d.ts +6 -0
  84. package/dist/shared/index.d.ts.map +1 -0
  85. package/dist/{driver → shared}/index.js +5 -4
  86. package/dist/stack.zod.d.ts +19869 -0
  87. package/dist/stack.zod.d.ts.map +1 -0
  88. package/dist/stack.zod.js +248 -0
  89. package/dist/system/audit.zod.d.ts +12 -12
  90. package/dist/{kernel → system}/context.zod.d.ts.map +1 -1
  91. package/dist/{driver → system}/datasource.zod.d.ts +2 -2
  92. package/dist/{driver → system}/datasource.zod.d.ts.map +1 -1
  93. package/dist/{driver → system/driver}/mongo.zod.d.ts +2 -2
  94. package/dist/system/driver/mongo.zod.d.ts.map +1 -0
  95. package/dist/{driver → system/driver}/postgres.zod.d.ts +4 -4
  96. package/dist/system/driver/postgres.zod.d.ts.map +1 -0
  97. package/dist/{driver → system}/driver.zod.d.ts +14 -14
  98. package/dist/{driver → system}/driver.zod.d.ts.map +1 -1
  99. package/dist/system/events.zod.d.ts +15 -12
  100. package/dist/system/events.zod.d.ts.map +1 -1
  101. package/dist/system/events.zod.js +5 -1
  102. package/dist/system/feature.zod.d.ts +131 -0
  103. package/dist/system/feature.zod.d.ts.map +1 -0
  104. package/dist/system/feature.zod.js +45 -0
  105. package/dist/system/index.d.ts +10 -0
  106. package/dist/system/index.d.ts.map +1 -1
  107. package/dist/system/index.js +12 -0
  108. package/dist/system/job.zod.d.ts +8 -8
  109. package/dist/{kernel → system}/logger.zod.d.ts +4 -4
  110. package/dist/{kernel → system}/logger.zod.d.ts.map +1 -1
  111. package/dist/system/manifest.zod.d.ts +518 -0
  112. package/dist/system/manifest.zod.d.ts.map +1 -0
  113. package/dist/{kernel → system}/manifest.zod.js +8 -17
  114. package/dist/{kernel → system}/plugin.zod.d.ts.map +1 -1
  115. package/dist/{kernel → system}/scoped-storage.zod.d.ts +2 -2
  116. package/dist/{kernel → system}/scoped-storage.zod.d.ts.map +1 -1
  117. package/dist/ui/action.zod.d.ts +35 -10
  118. package/dist/ui/action.zod.d.ts.map +1 -1
  119. package/dist/ui/action.zod.js +30 -1
  120. package/dist/ui/app.zod.d.ts +23 -8
  121. package/dist/ui/app.zod.d.ts.map +1 -1
  122. package/dist/ui/app.zod.js +32 -4
  123. package/dist/ui/block.zod.d.ts +265 -0
  124. package/dist/ui/block.zod.d.ts.map +1 -0
  125. package/dist/ui/block.zod.js +90 -0
  126. package/dist/ui/component.zod.d.ts +265 -0
  127. package/dist/ui/component.zod.d.ts.map +1 -0
  128. package/dist/ui/component.zod.js +90 -0
  129. package/dist/ui/dashboard.zod.d.ts +15 -15
  130. package/dist/ui/dashboard.zod.d.ts.map +1 -1
  131. package/dist/ui/dashboard.zod.js +18 -8
  132. package/dist/ui/index.d.ts +1 -0
  133. package/dist/ui/index.d.ts.map +1 -1
  134. package/dist/ui/index.js +1 -0
  135. package/dist/ui/page.zod.d.ts +21 -3
  136. package/dist/ui/page.zod.d.ts.map +1 -1
  137. package/dist/ui/page.zod.js +37 -4
  138. package/dist/ui/report.zod.d.ts +7 -7
  139. package/dist/ui/view.zod.d.ts +252 -240
  140. package/dist/ui/view.zod.d.ts.map +1 -1
  141. package/dist/ui/view.zod.js +32 -3
  142. package/dist/ui/widget.zod.d.ts +673 -5
  143. package/dist/ui/widget.zod.d.ts.map +1 -1
  144. package/dist/ui/widget.zod.js +294 -1
  145. package/json-schema/api/ODataError.json +65 -0
  146. package/json-schema/api/ODataFilterFunction.json +39 -0
  147. package/json-schema/api/ODataFilterOperator.json +24 -0
  148. package/json-schema/api/ODataMetadata.json +115 -0
  149. package/json-schema/api/ODataQuery.json +89 -0
  150. package/json-schema/api/ODataResponse.json +37 -0
  151. package/json-schema/auth/Role.json +3 -2
  152. package/json-schema/auth/SCIMAddress.json +50 -0
  153. package/json-schema/auth/SCIMEmail.json +38 -0
  154. package/json-schema/auth/SCIMEnterpriseUser.json +55 -0
  155. package/json-schema/auth/SCIMError.json +52 -0
  156. package/json-schema/auth/SCIMGroup.json +102 -0
  157. package/json-schema/auth/SCIMGroupReference.json +36 -0
  158. package/json-schema/auth/SCIMListResponse.json +606 -0
  159. package/json-schema/auth/SCIMMemberReference.json +36 -0
  160. package/json-schema/auth/SCIMMeta.json +35 -0
  161. package/json-schema/auth/SCIMName.json +36 -0
  162. package/json-schema/auth/SCIMPatchOperation.json +31 -0
  163. package/json-schema/auth/SCIMPatchRequest.json +56 -0
  164. package/json-schema/auth/SCIMPhoneNumber.json +40 -0
  165. package/json-schema/auth/SCIMUser.json +462 -0
  166. package/json-schema/automation/ApprovalAction.json +35 -0
  167. package/json-schema/automation/ApprovalActionType.json +15 -0
  168. package/json-schema/automation/ApprovalProcess.json +326 -0
  169. package/json-schema/automation/ApprovalStep.json +147 -0
  170. package/json-schema/automation/ApproverType.json +16 -0
  171. package/json-schema/automation/AuthField.json +73 -0
  172. package/json-schema/automation/Authentication.json +159 -0
  173. package/json-schema/automation/AuthenticationType.json +18 -0
  174. package/json-schema/automation/ConflictResolution.json +16 -0
  175. package/json-schema/automation/Connector.json +440 -0
  176. package/json-schema/automation/ConnectorCategory.json +26 -0
  177. package/json-schema/automation/ConnectorInstance.json +69 -0
  178. package/json-schema/automation/ConnectorOperation.json +117 -0
  179. package/json-schema/automation/ConnectorTrigger.json +54 -0
  180. package/json-schema/automation/DataDestinationConfig.json +89 -0
  181. package/json-schema/automation/DataSourceConfig.json +34 -0
  182. package/json-schema/automation/DataSyncConfig.json +355 -0
  183. package/json-schema/automation/ETLDestination.json +57 -0
  184. package/json-schema/automation/ETLEndpointType.json +19 -0
  185. package/json-schema/automation/ETLPipeline.json +252 -0
  186. package/json-schema/automation/ETLPipelineRun.json +107 -0
  187. package/json-schema/automation/ETLRunStatus.json +17 -0
  188. package/json-schema/automation/ETLSource.json +60 -0
  189. package/json-schema/automation/ETLSyncMode.json +14 -0
  190. package/json-schema/automation/ETLTransformation.json +46 -0
  191. package/json-schema/automation/ETLTransformationType.json +21 -0
  192. package/json-schema/automation/FieldMapping.json +36 -0
  193. package/json-schema/automation/OAuth2Config.json +43 -0
  194. package/json-schema/automation/OperationParameter.json +59 -0
  195. package/json-schema/automation/OperationType.json +17 -0
  196. package/json-schema/automation/SyncDirection.json +14 -0
  197. package/json-schema/automation/SyncExecutionResult.json +135 -0
  198. package/json-schema/automation/SyncExecutionStatus.json +17 -0
  199. package/json-schema/automation/SyncMode.json +14 -0
  200. package/json-schema/automation/Webhook.json +3 -1
  201. package/json-schema/automation/WebhookReceiver.json +3 -1
  202. package/json-schema/automation/WorkflowRule.json +3 -2
  203. package/json-schema/data/Field.json +62 -4
  204. package/json-schema/data/FieldType.json +12 -2
  205. package/json-schema/data/Object.json +62 -4
  206. package/json-schema/data/SelectOption.json +4 -2
  207. package/json-schema/data/VectorConfig.json +51 -0
  208. package/json-schema/hub/ComposerResponse.json +4 -2163
  209. package/json-schema/permission/PermissionSet.json +3 -1
  210. package/json-schema/permission/RLSConfig.json +59 -0
  211. package/json-schema/permission/RLSEvaluationResult.json +40 -0
  212. package/json-schema/permission/RLSOperation.json +16 -0
  213. package/json-schema/permission/RLSUserContext.json +51 -0
  214. package/json-schema/permission/RowLevelSecurityPolicy.json +77 -0
  215. package/json-schema/permission/Territory.json +3 -1
  216. package/json-schema/shared/EventName.json +12 -0
  217. package/json-schema/shared/SnakeCaseIdentifier.json +12 -0
  218. package/json-schema/shared/SystemIdentifier.json +12 -0
  219. package/json-schema/system/Event.json +3 -2
  220. package/json-schema/system/FeatureFlag.json +87 -0
  221. package/json-schema/system/FeatureStrategy.json +16 -0
  222. package/json-schema/system/Manifest.json +398 -0
  223. package/json-schema/ui/Action.json +25 -4
  224. package/json-schema/ui/ActionParam.json +12 -2
  225. package/json-schema/ui/App.json +18 -7
  226. package/json-schema/ui/ChartType.json +9 -1
  227. package/json-schema/ui/Dashboard.json +9 -1
  228. package/json-schema/ui/DashboardNavItem.json +3 -1
  229. package/json-schema/ui/DashboardWidget.json +9 -1
  230. package/json-schema/ui/FieldWidgetProps.json +62 -4
  231. package/json-schema/ui/FormView.json +4 -1
  232. package/json-schema/ui/GroupNavItem.json +3 -1
  233. package/json-schema/ui/ListView.json +7 -1
  234. package/json-schema/ui/NavigationItem.json +15 -5
  235. package/json-schema/ui/ObjectNavItem.json +3 -1
  236. package/json-schema/ui/Page.json +36 -4
  237. package/json-schema/ui/PageCardProps.json +32 -0
  238. package/json-schema/ui/PageComponent.json +33 -3
  239. package/json-schema/ui/PageComponentType.json +32 -0
  240. package/json-schema/ui/PageHeaderProps.json +39 -0
  241. package/json-schema/ui/PageNavItem.json +3 -1
  242. package/json-schema/ui/PageRegion.json +33 -3
  243. package/json-schema/ui/PageTabsProps.json +55 -0
  244. package/json-schema/ui/RecordDetailsProps.json +37 -0
  245. package/json-schema/ui/RecordHighlightsProps.json +24 -0
  246. package/json-schema/ui/RecordRelatedListProps.json +39 -0
  247. package/json-schema/ui/UrlNavItem.json +3 -1
  248. package/json-schema/ui/View.json +22 -4
  249. package/json-schema/ui/WidgetEvent.json +42 -0
  250. package/json-schema/ui/WidgetLifecycle.json +40 -0
  251. package/json-schema/ui/WidgetManifest.json +262 -0
  252. package/json-schema/ui/WidgetProperty.json +58 -0
  253. package/package.json +1 -1
  254. package/prompts/architecture.md +5 -5
  255. package/prompts/create-new-project.md +85 -0
  256. package/dist/driver/index.d.ts +0 -5
  257. package/dist/driver/index.d.ts.map +0 -1
  258. package/dist/driver/mongo.zod.d.ts.map +0 -1
  259. package/dist/driver/postgres.zod.d.ts.map +0 -1
  260. package/dist/kernel/index.d.ts +0 -12
  261. package/dist/kernel/index.d.ts.map +0 -1
  262. package/dist/kernel/index.js +0 -27
  263. package/dist/kernel/manifest.zod.d.ts +0 -2153
  264. package/dist/kernel/manifest.zod.d.ts.map +0 -1
  265. package/json-schema/kernel/Manifest.json +0 -2557
  266. /package/dist/{kernel → system}/context.zod.d.ts +0 -0
  267. /package/dist/{kernel → system}/context.zod.js +0 -0
  268. /package/dist/{driver → system}/datasource.zod.js +0 -0
  269. /package/dist/{driver → system/driver}/mongo.zod.js +0 -0
  270. /package/dist/{driver → system/driver}/postgres.zod.js +0 -0
  271. /package/dist/{driver → system}/driver.zod.js +0 -0
  272. /package/dist/{kernel → system}/logger.zod.js +0 -0
  273. /package/dist/{kernel → system}/plugin.zod.d.ts +0 -0
  274. /package/dist/{kernel → system}/plugin.zod.js +0 -0
  275. /package/dist/{kernel → system}/scoped-storage.zod.js +0 -0
  276. /package/json-schema/{driver → system}/Datasource.json +0 -0
  277. /package/json-schema/{driver → system}/DatasourceCapabilities.json +0 -0
  278. /package/json-schema/{driver → system}/DriverCapabilities.json +0 -0
  279. /package/json-schema/{driver → system}/DriverDefinition.json +0 -0
  280. /package/json-schema/{driver → system}/DriverInterface.json +0 -0
  281. /package/json-schema/{driver → system}/DriverOptions.json +0 -0
  282. /package/json-schema/{driver → system}/DriverType.json +0 -0
  283. /package/json-schema/{kernel → system}/FileMetadata.json +0 -0
  284. /package/json-schema/{kernel → system}/I18nContext.json +0 -0
  285. /package/json-schema/{kernel → system}/KernelContext.json +0 -0
  286. /package/json-schema/{kernel → system}/LogEntry.json +0 -0
  287. /package/json-schema/{kernel → system}/LogFormat.json +0 -0
  288. /package/json-schema/{kernel → system}/LogLevel.json +0 -0
  289. /package/json-schema/{kernel → system}/Logger.json +0 -0
  290. /package/json-schema/{kernel → system}/LoggerConfig.json +0 -0
  291. /package/json-schema/{driver → system}/MongoConfig.json +0 -0
  292. /package/json-schema/{kernel → system}/ObjectQLClient.json +0 -0
  293. /package/json-schema/{kernel → system}/Plugin.json +0 -0
  294. /package/json-schema/{kernel → system}/PluginContext.json +0 -0
  295. /package/json-schema/{kernel → system}/PluginLifecycle.json +0 -0
  296. /package/json-schema/{driver → system}/PostgresConfig.json +0 -0
  297. /package/json-schema/{kernel → system}/Router.json +0 -0
  298. /package/json-schema/{kernel → system}/RuntimeMode.json +0 -0
  299. /package/json-schema/{kernel → system}/Scheduler.json +0 -0
  300. /package/json-schema/{kernel → system}/ScopedStorage.json +0 -0
  301. /package/json-schema/{kernel → system}/ScopedStorageConfig.json +0 -0
  302. /package/json-schema/{kernel → system}/StorageAdapterType.json +0 -0
  303. /package/json-schema/{kernel → system}/StorageScope.json +0 -0
  304. /package/json-schema/{kernel → system}/SystemAPI.json +0 -0
@@ -240,11 +240,23 @@ export declare const GanttConfigSchema: z.ZodObject<{
240
240
  }>;
241
241
  /**
242
242
  * List View Schema (Expanded)
243
+ *
244
+ * **NAMING CONVENTION:**
245
+ * View names (when provided) are machine identifiers and must be lowercase snake_case.
246
+ *
247
+ * @example Good view names
248
+ * - 'all_accounts'
249
+ * - 'my_open_leads'
250
+ * - 'high_priority_cases'
251
+ *
252
+ * @example Bad view names (will be rejected)
253
+ * - 'AllAccounts' (PascalCase)
254
+ * - 'My Open Leads' (spaces)
243
255
  */
244
256
  export declare const ListViewSchema: z.ZodObject<{
245
257
  name: z.ZodOptional<z.ZodString>;
246
258
  label: z.ZodOptional<z.ZodString>;
247
- type: z.ZodDefault<z.ZodEnum<["grid", "kanban", "calendar", "gantt", "map"]>>;
259
+ type: z.ZodDefault<z.ZodEnum<["grid", "spreadsheet", "kanban", "gallery", "calendar", "timeline", "gantt", "map"]>>;
248
260
  /** Data Source Configuration */
249
261
  data: z.ZodOptional<z.ZodDiscriminatedUnion<"provider", [z.ZodObject<{
250
262
  provider: z.ZodLiteral<"object">;
@@ -455,7 +467,7 @@ export declare const ListViewSchema: z.ZodObject<{
455
467
  dependenciesField?: string | undefined;
456
468
  }>>;
457
469
  }, "strip", z.ZodTypeAny, {
458
- type: "map" | "grid" | "kanban" | "calendar" | "gantt";
470
+ type: "map" | "grid" | "spreadsheet" | "kanban" | "gallery" | "calendar" | "timeline" | "gantt";
459
471
  columns: string[] | {
460
472
  field: string;
461
473
  type?: string | undefined;
@@ -474,6 +486,25 @@ export declare const ListViewSchema: z.ZodObject<{
474
486
  filter?: any[] | undefined;
475
487
  label?: string | undefined;
476
488
  name?: string | undefined;
489
+ resizable?: boolean | undefined;
490
+ kanban?: {
491
+ groupByField: string;
492
+ columns: string[];
493
+ summarizeField?: string | undefined;
494
+ } | undefined;
495
+ calendar?: {
496
+ startDateField: string;
497
+ titleField: string;
498
+ endDateField?: string | undefined;
499
+ colorField?: string | undefined;
500
+ } | undefined;
501
+ gantt?: {
502
+ startDateField: string;
503
+ endDateField: string;
504
+ titleField: string;
505
+ progressField?: string | undefined;
506
+ dependenciesField?: string | undefined;
507
+ } | undefined;
477
508
  data?: {
478
509
  object: string;
479
510
  provider: "object";
@@ -497,25 +528,6 @@ export declare const ListViewSchema: z.ZodObject<{
497
528
  provider: "value";
498
529
  items: unknown[];
499
530
  } | undefined;
500
- resizable?: boolean | undefined;
501
- kanban?: {
502
- groupByField: string;
503
- columns: string[];
504
- summarizeField?: string | undefined;
505
- } | undefined;
506
- calendar?: {
507
- startDateField: string;
508
- titleField: string;
509
- endDateField?: string | undefined;
510
- colorField?: string | undefined;
511
- } | undefined;
512
- gantt?: {
513
- startDateField: string;
514
- endDateField: string;
515
- titleField: string;
516
- progressField?: string | undefined;
517
- dependenciesField?: string | undefined;
518
- } | undefined;
519
531
  searchableFields?: string[] | undefined;
520
532
  striped?: boolean | undefined;
521
533
  bordered?: boolean | undefined;
@@ -538,14 +550,33 @@ export declare const ListViewSchema: z.ZodObject<{
538
550
  resizable?: boolean | undefined;
539
551
  wrap?: boolean | undefined;
540
552
  }[];
541
- type?: "map" | "grid" | "kanban" | "calendar" | "gantt" | undefined;
542
553
  sort?: string | {
543
554
  field: string;
544
555
  order: "asc" | "desc";
545
556
  }[] | undefined;
546
557
  filter?: any[] | undefined;
558
+ type?: "map" | "grid" | "spreadsheet" | "kanban" | "gallery" | "calendar" | "timeline" | "gantt" | undefined;
547
559
  label?: string | undefined;
548
560
  name?: string | undefined;
561
+ resizable?: boolean | undefined;
562
+ kanban?: {
563
+ groupByField: string;
564
+ columns: string[];
565
+ summarizeField?: string | undefined;
566
+ } | undefined;
567
+ calendar?: {
568
+ startDateField: string;
569
+ titleField: string;
570
+ endDateField?: string | undefined;
571
+ colorField?: string | undefined;
572
+ } | undefined;
573
+ gantt?: {
574
+ startDateField: string;
575
+ endDateField: string;
576
+ titleField: string;
577
+ progressField?: string | undefined;
578
+ dependenciesField?: string | undefined;
579
+ } | undefined;
549
580
  data?: {
550
581
  object: string;
551
582
  provider: "object";
@@ -569,25 +600,6 @@ export declare const ListViewSchema: z.ZodObject<{
569
600
  provider: "value";
570
601
  items: unknown[];
571
602
  } | undefined;
572
- resizable?: boolean | undefined;
573
- kanban?: {
574
- groupByField: string;
575
- columns: string[];
576
- summarizeField?: string | undefined;
577
- } | undefined;
578
- calendar?: {
579
- startDateField: string;
580
- titleField: string;
581
- endDateField?: string | undefined;
582
- colorField?: string | undefined;
583
- } | undefined;
584
- gantt?: {
585
- startDateField: string;
586
- endDateField: string;
587
- titleField: string;
588
- progressField?: string | undefined;
589
- dependenciesField?: string | undefined;
590
- } | undefined;
591
603
  searchableFields?: string[] | undefined;
592
604
  striped?: boolean | undefined;
593
605
  bordered?: boolean | undefined;
@@ -647,7 +659,7 @@ export declare const FormSectionSchema: z.ZodObject<{
647
659
  label: z.ZodOptional<z.ZodString>;
648
660
  collapsible: z.ZodDefault<z.ZodBoolean>;
649
661
  collapsed: z.ZodDefault<z.ZodBoolean>;
650
- columns: z.ZodEffects<z.ZodDefault<z.ZodEnum<["1", "2", "3", "4"]>>, 1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | undefined>;
662
+ columns: z.ZodEffects<z.ZodDefault<z.ZodEnum<["1", "2", "3", "4"]>>, 2 | 3 | 1 | 4, "1" | "2" | "3" | "4" | undefined>;
651
663
  fields: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
652
664
  field: z.ZodString;
653
665
  label: z.ZodOptional<z.ZodString>;
@@ -699,7 +711,7 @@ export declare const FormSectionSchema: z.ZodObject<{
699
711
  dependsOn?: string | undefined;
700
712
  visibleOn?: string | undefined;
701
713
  })[];
702
- columns: 1 | 2 | 3 | 4;
714
+ columns: 2 | 3 | 1 | 4;
703
715
  collapsible: boolean;
704
716
  collapsed: boolean;
705
717
  label?: string | undefined;
@@ -726,7 +738,7 @@ export declare const FormSectionSchema: z.ZodObject<{
726
738
  * Form View Schema
727
739
  */
728
740
  export declare const FormViewSchema: z.ZodObject<{
729
- type: z.ZodDefault<z.ZodEnum<["simple", "tabbed", "wizard"]>>;
741
+ type: z.ZodDefault<z.ZodEnum<["simple", "tabbed", "wizard", "split", "drawer", "modal"]>>;
730
742
  /** Data Source Configuration */
731
743
  data: z.ZodOptional<z.ZodDiscriminatedUnion<"provider", [z.ZodObject<{
732
744
  provider: z.ZodLiteral<"object">;
@@ -823,7 +835,7 @@ export declare const FormViewSchema: z.ZodObject<{
823
835
  label: z.ZodOptional<z.ZodString>;
824
836
  collapsible: z.ZodDefault<z.ZodBoolean>;
825
837
  collapsed: z.ZodDefault<z.ZodBoolean>;
826
- columns: z.ZodEffects<z.ZodDefault<z.ZodEnum<["1", "2", "3", "4"]>>, 1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | undefined>;
838
+ columns: z.ZodEffects<z.ZodDefault<z.ZodEnum<["1", "2", "3", "4"]>>, 2 | 3 | 1 | 4, "1" | "2" | "3" | "4" | undefined>;
827
839
  fields: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
828
840
  field: z.ZodString;
829
841
  label: z.ZodOptional<z.ZodString>;
@@ -875,7 +887,7 @@ export declare const FormViewSchema: z.ZodObject<{
875
887
  dependsOn?: string | undefined;
876
888
  visibleOn?: string | undefined;
877
889
  })[];
878
- columns: 1 | 2 | 3 | 4;
890
+ columns: 2 | 3 | 1 | 4;
879
891
  collapsible: boolean;
880
892
  collapsed: boolean;
881
893
  label?: string | undefined;
@@ -902,7 +914,7 @@ export declare const FormViewSchema: z.ZodObject<{
902
914
  label: z.ZodOptional<z.ZodString>;
903
915
  collapsible: z.ZodDefault<z.ZodBoolean>;
904
916
  collapsed: z.ZodDefault<z.ZodBoolean>;
905
- columns: z.ZodEffects<z.ZodDefault<z.ZodEnum<["1", "2", "3", "4"]>>, 1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | undefined>;
917
+ columns: z.ZodEffects<z.ZodDefault<z.ZodEnum<["1", "2", "3", "4"]>>, 2 | 3 | 1 | 4, "1" | "2" | "3" | "4" | undefined>;
906
918
  fields: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
907
919
  field: z.ZodString;
908
920
  label: z.ZodOptional<z.ZodString>;
@@ -954,7 +966,7 @@ export declare const FormViewSchema: z.ZodObject<{
954
966
  dependsOn?: string | undefined;
955
967
  visibleOn?: string | undefined;
956
968
  })[];
957
- columns: 1 | 2 | 3 | 4;
969
+ columns: 2 | 3 | 1 | 4;
958
970
  collapsible: boolean;
959
971
  collapsed: boolean;
960
972
  label?: string | undefined;
@@ -978,7 +990,7 @@ export declare const FormViewSchema: z.ZodObject<{
978
990
  collapsed?: boolean | undefined;
979
991
  }>, "many">>;
980
992
  }, "strip", z.ZodTypeAny, {
981
- type: "simple" | "tabbed" | "wizard";
993
+ type: "simple" | "tabbed" | "wizard" | "split" | "drawer" | "modal";
982
994
  data?: {
983
995
  object: string;
984
996
  provider: "object";
@@ -1016,7 +1028,7 @@ export declare const FormViewSchema: z.ZodObject<{
1016
1028
  dependsOn?: string | undefined;
1017
1029
  visibleOn?: string | undefined;
1018
1030
  })[];
1019
- columns: 1 | 2 | 3 | 4;
1031
+ columns: 2 | 3 | 1 | 4;
1020
1032
  collapsible: boolean;
1021
1033
  collapsed: boolean;
1022
1034
  label?: string | undefined;
@@ -1035,13 +1047,13 @@ export declare const FormViewSchema: z.ZodObject<{
1035
1047
  dependsOn?: string | undefined;
1036
1048
  visibleOn?: string | undefined;
1037
1049
  })[];
1038
- columns: 1 | 2 | 3 | 4;
1050
+ columns: 2 | 3 | 1 | 4;
1039
1051
  collapsible: boolean;
1040
1052
  collapsed: boolean;
1041
1053
  label?: string | undefined;
1042
1054
  }[] | undefined;
1043
1055
  }, {
1044
- type?: "simple" | "tabbed" | "wizard" | undefined;
1056
+ type?: "simple" | "tabbed" | "wizard" | "split" | "drawer" | "modal" | undefined;
1045
1057
  data?: {
1046
1058
  object: string;
1047
1059
  provider: "object";
@@ -1112,7 +1124,7 @@ export declare const ViewSchema: z.ZodObject<{
1112
1124
  list: z.ZodOptional<z.ZodObject<{
1113
1125
  name: z.ZodOptional<z.ZodString>;
1114
1126
  label: z.ZodOptional<z.ZodString>;
1115
- type: z.ZodDefault<z.ZodEnum<["grid", "kanban", "calendar", "gantt", "map"]>>;
1127
+ type: z.ZodDefault<z.ZodEnum<["grid", "spreadsheet", "kanban", "gallery", "calendar", "timeline", "gantt", "map"]>>;
1116
1128
  /** Data Source Configuration */
1117
1129
  data: z.ZodOptional<z.ZodDiscriminatedUnion<"provider", [z.ZodObject<{
1118
1130
  provider: z.ZodLiteral<"object">;
@@ -1323,7 +1335,7 @@ export declare const ViewSchema: z.ZodObject<{
1323
1335
  dependenciesField?: string | undefined;
1324
1336
  }>>;
1325
1337
  }, "strip", z.ZodTypeAny, {
1326
- type: "map" | "grid" | "kanban" | "calendar" | "gantt";
1338
+ type: "map" | "grid" | "spreadsheet" | "kanban" | "gallery" | "calendar" | "timeline" | "gantt";
1327
1339
  columns: string[] | {
1328
1340
  field: string;
1329
1341
  type?: string | undefined;
@@ -1342,6 +1354,25 @@ export declare const ViewSchema: z.ZodObject<{
1342
1354
  filter?: any[] | undefined;
1343
1355
  label?: string | undefined;
1344
1356
  name?: string | undefined;
1357
+ resizable?: boolean | undefined;
1358
+ kanban?: {
1359
+ groupByField: string;
1360
+ columns: string[];
1361
+ summarizeField?: string | undefined;
1362
+ } | undefined;
1363
+ calendar?: {
1364
+ startDateField: string;
1365
+ titleField: string;
1366
+ endDateField?: string | undefined;
1367
+ colorField?: string | undefined;
1368
+ } | undefined;
1369
+ gantt?: {
1370
+ startDateField: string;
1371
+ endDateField: string;
1372
+ titleField: string;
1373
+ progressField?: string | undefined;
1374
+ dependenciesField?: string | undefined;
1375
+ } | undefined;
1345
1376
  data?: {
1346
1377
  object: string;
1347
1378
  provider: "object";
@@ -1365,25 +1396,6 @@ export declare const ViewSchema: z.ZodObject<{
1365
1396
  provider: "value";
1366
1397
  items: unknown[];
1367
1398
  } | undefined;
1368
- resizable?: boolean | undefined;
1369
- kanban?: {
1370
- groupByField: string;
1371
- columns: string[];
1372
- summarizeField?: string | undefined;
1373
- } | undefined;
1374
- calendar?: {
1375
- startDateField: string;
1376
- titleField: string;
1377
- endDateField?: string | undefined;
1378
- colorField?: string | undefined;
1379
- } | undefined;
1380
- gantt?: {
1381
- startDateField: string;
1382
- endDateField: string;
1383
- titleField: string;
1384
- progressField?: string | undefined;
1385
- dependenciesField?: string | undefined;
1386
- } | undefined;
1387
1399
  searchableFields?: string[] | undefined;
1388
1400
  striped?: boolean | undefined;
1389
1401
  bordered?: boolean | undefined;
@@ -1406,14 +1418,33 @@ export declare const ViewSchema: z.ZodObject<{
1406
1418
  resizable?: boolean | undefined;
1407
1419
  wrap?: boolean | undefined;
1408
1420
  }[];
1409
- type?: "map" | "grid" | "kanban" | "calendar" | "gantt" | undefined;
1410
1421
  sort?: string | {
1411
1422
  field: string;
1412
1423
  order: "asc" | "desc";
1413
1424
  }[] | undefined;
1414
1425
  filter?: any[] | undefined;
1426
+ type?: "map" | "grid" | "spreadsheet" | "kanban" | "gallery" | "calendar" | "timeline" | "gantt" | undefined;
1415
1427
  label?: string | undefined;
1416
1428
  name?: string | undefined;
1429
+ resizable?: boolean | undefined;
1430
+ kanban?: {
1431
+ groupByField: string;
1432
+ columns: string[];
1433
+ summarizeField?: string | undefined;
1434
+ } | undefined;
1435
+ calendar?: {
1436
+ startDateField: string;
1437
+ titleField: string;
1438
+ endDateField?: string | undefined;
1439
+ colorField?: string | undefined;
1440
+ } | undefined;
1441
+ gantt?: {
1442
+ startDateField: string;
1443
+ endDateField: string;
1444
+ titleField: string;
1445
+ progressField?: string | undefined;
1446
+ dependenciesField?: string | undefined;
1447
+ } | undefined;
1417
1448
  data?: {
1418
1449
  object: string;
1419
1450
  provider: "object";
@@ -1437,25 +1468,6 @@ export declare const ViewSchema: z.ZodObject<{
1437
1468
  provider: "value";
1438
1469
  items: unknown[];
1439
1470
  } | undefined;
1440
- resizable?: boolean | undefined;
1441
- kanban?: {
1442
- groupByField: string;
1443
- columns: string[];
1444
- summarizeField?: string | undefined;
1445
- } | undefined;
1446
- calendar?: {
1447
- startDateField: string;
1448
- titleField: string;
1449
- endDateField?: string | undefined;
1450
- colorField?: string | undefined;
1451
- } | undefined;
1452
- gantt?: {
1453
- startDateField: string;
1454
- endDateField: string;
1455
- titleField: string;
1456
- progressField?: string | undefined;
1457
- dependenciesField?: string | undefined;
1458
- } | undefined;
1459
1471
  searchableFields?: string[] | undefined;
1460
1472
  striped?: boolean | undefined;
1461
1473
  bordered?: boolean | undefined;
@@ -1468,7 +1480,7 @@ export declare const ViewSchema: z.ZodObject<{
1468
1480
  } | undefined;
1469
1481
  }>>;
1470
1482
  form: z.ZodOptional<z.ZodObject<{
1471
- type: z.ZodDefault<z.ZodEnum<["simple", "tabbed", "wizard"]>>;
1483
+ type: z.ZodDefault<z.ZodEnum<["simple", "tabbed", "wizard", "split", "drawer", "modal"]>>;
1472
1484
  /** Data Source Configuration */
1473
1485
  data: z.ZodOptional<z.ZodDiscriminatedUnion<"provider", [z.ZodObject<{
1474
1486
  provider: z.ZodLiteral<"object">;
@@ -1565,7 +1577,7 @@ export declare const ViewSchema: z.ZodObject<{
1565
1577
  label: z.ZodOptional<z.ZodString>;
1566
1578
  collapsible: z.ZodDefault<z.ZodBoolean>;
1567
1579
  collapsed: z.ZodDefault<z.ZodBoolean>;
1568
- columns: z.ZodEffects<z.ZodDefault<z.ZodEnum<["1", "2", "3", "4"]>>, 1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | undefined>;
1580
+ columns: z.ZodEffects<z.ZodDefault<z.ZodEnum<["1", "2", "3", "4"]>>, 2 | 3 | 1 | 4, "1" | "2" | "3" | "4" | undefined>;
1569
1581
  fields: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
1570
1582
  field: z.ZodString;
1571
1583
  label: z.ZodOptional<z.ZodString>;
@@ -1617,7 +1629,7 @@ export declare const ViewSchema: z.ZodObject<{
1617
1629
  dependsOn?: string | undefined;
1618
1630
  visibleOn?: string | undefined;
1619
1631
  })[];
1620
- columns: 1 | 2 | 3 | 4;
1632
+ columns: 2 | 3 | 1 | 4;
1621
1633
  collapsible: boolean;
1622
1634
  collapsed: boolean;
1623
1635
  label?: string | undefined;
@@ -1644,7 +1656,7 @@ export declare const ViewSchema: z.ZodObject<{
1644
1656
  label: z.ZodOptional<z.ZodString>;
1645
1657
  collapsible: z.ZodDefault<z.ZodBoolean>;
1646
1658
  collapsed: z.ZodDefault<z.ZodBoolean>;
1647
- columns: z.ZodEffects<z.ZodDefault<z.ZodEnum<["1", "2", "3", "4"]>>, 1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | undefined>;
1659
+ columns: z.ZodEffects<z.ZodDefault<z.ZodEnum<["1", "2", "3", "4"]>>, 2 | 3 | 1 | 4, "1" | "2" | "3" | "4" | undefined>;
1648
1660
  fields: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
1649
1661
  field: z.ZodString;
1650
1662
  label: z.ZodOptional<z.ZodString>;
@@ -1696,7 +1708,7 @@ export declare const ViewSchema: z.ZodObject<{
1696
1708
  dependsOn?: string | undefined;
1697
1709
  visibleOn?: string | undefined;
1698
1710
  })[];
1699
- columns: 1 | 2 | 3 | 4;
1711
+ columns: 2 | 3 | 1 | 4;
1700
1712
  collapsible: boolean;
1701
1713
  collapsed: boolean;
1702
1714
  label?: string | undefined;
@@ -1720,7 +1732,7 @@ export declare const ViewSchema: z.ZodObject<{
1720
1732
  collapsed?: boolean | undefined;
1721
1733
  }>, "many">>;
1722
1734
  }, "strip", z.ZodTypeAny, {
1723
- type: "simple" | "tabbed" | "wizard";
1735
+ type: "simple" | "tabbed" | "wizard" | "split" | "drawer" | "modal";
1724
1736
  data?: {
1725
1737
  object: string;
1726
1738
  provider: "object";
@@ -1758,7 +1770,7 @@ export declare const ViewSchema: z.ZodObject<{
1758
1770
  dependsOn?: string | undefined;
1759
1771
  visibleOn?: string | undefined;
1760
1772
  })[];
1761
- columns: 1 | 2 | 3 | 4;
1773
+ columns: 2 | 3 | 1 | 4;
1762
1774
  collapsible: boolean;
1763
1775
  collapsed: boolean;
1764
1776
  label?: string | undefined;
@@ -1777,13 +1789,13 @@ export declare const ViewSchema: z.ZodObject<{
1777
1789
  dependsOn?: string | undefined;
1778
1790
  visibleOn?: string | undefined;
1779
1791
  })[];
1780
- columns: 1 | 2 | 3 | 4;
1792
+ columns: 2 | 3 | 1 | 4;
1781
1793
  collapsible: boolean;
1782
1794
  collapsed: boolean;
1783
1795
  label?: string | undefined;
1784
1796
  }[] | undefined;
1785
1797
  }, {
1786
- type?: "simple" | "tabbed" | "wizard" | undefined;
1798
+ type?: "simple" | "tabbed" | "wizard" | "split" | "drawer" | "modal" | undefined;
1787
1799
  data?: {
1788
1800
  object: string;
1789
1801
  provider: "object";
@@ -1849,7 +1861,7 @@ export declare const ViewSchema: z.ZodObject<{
1849
1861
  listViews: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
1850
1862
  name: z.ZodOptional<z.ZodString>;
1851
1863
  label: z.ZodOptional<z.ZodString>;
1852
- type: z.ZodDefault<z.ZodEnum<["grid", "kanban", "calendar", "gantt", "map"]>>;
1864
+ type: z.ZodDefault<z.ZodEnum<["grid", "spreadsheet", "kanban", "gallery", "calendar", "timeline", "gantt", "map"]>>;
1853
1865
  /** Data Source Configuration */
1854
1866
  data: z.ZodOptional<z.ZodDiscriminatedUnion<"provider", [z.ZodObject<{
1855
1867
  provider: z.ZodLiteral<"object">;
@@ -2060,7 +2072,7 @@ export declare const ViewSchema: z.ZodObject<{
2060
2072
  dependenciesField?: string | undefined;
2061
2073
  }>>;
2062
2074
  }, "strip", z.ZodTypeAny, {
2063
- type: "map" | "grid" | "kanban" | "calendar" | "gantt";
2075
+ type: "map" | "grid" | "spreadsheet" | "kanban" | "gallery" | "calendar" | "timeline" | "gantt";
2064
2076
  columns: string[] | {
2065
2077
  field: string;
2066
2078
  type?: string | undefined;
@@ -2079,6 +2091,25 @@ export declare const ViewSchema: z.ZodObject<{
2079
2091
  filter?: any[] | undefined;
2080
2092
  label?: string | undefined;
2081
2093
  name?: string | undefined;
2094
+ resizable?: boolean | undefined;
2095
+ kanban?: {
2096
+ groupByField: string;
2097
+ columns: string[];
2098
+ summarizeField?: string | undefined;
2099
+ } | undefined;
2100
+ calendar?: {
2101
+ startDateField: string;
2102
+ titleField: string;
2103
+ endDateField?: string | undefined;
2104
+ colorField?: string | undefined;
2105
+ } | undefined;
2106
+ gantt?: {
2107
+ startDateField: string;
2108
+ endDateField: string;
2109
+ titleField: string;
2110
+ progressField?: string | undefined;
2111
+ dependenciesField?: string | undefined;
2112
+ } | undefined;
2082
2113
  data?: {
2083
2114
  object: string;
2084
2115
  provider: "object";
@@ -2102,25 +2133,6 @@ export declare const ViewSchema: z.ZodObject<{
2102
2133
  provider: "value";
2103
2134
  items: unknown[];
2104
2135
  } | undefined;
2105
- resizable?: boolean | undefined;
2106
- kanban?: {
2107
- groupByField: string;
2108
- columns: string[];
2109
- summarizeField?: string | undefined;
2110
- } | undefined;
2111
- calendar?: {
2112
- startDateField: string;
2113
- titleField: string;
2114
- endDateField?: string | undefined;
2115
- colorField?: string | undefined;
2116
- } | undefined;
2117
- gantt?: {
2118
- startDateField: string;
2119
- endDateField: string;
2120
- titleField: string;
2121
- progressField?: string | undefined;
2122
- dependenciesField?: string | undefined;
2123
- } | undefined;
2124
2136
  searchableFields?: string[] | undefined;
2125
2137
  striped?: boolean | undefined;
2126
2138
  bordered?: boolean | undefined;
@@ -2143,14 +2155,33 @@ export declare const ViewSchema: z.ZodObject<{
2143
2155
  resizable?: boolean | undefined;
2144
2156
  wrap?: boolean | undefined;
2145
2157
  }[];
2146
- type?: "map" | "grid" | "kanban" | "calendar" | "gantt" | undefined;
2147
2158
  sort?: string | {
2148
2159
  field: string;
2149
2160
  order: "asc" | "desc";
2150
2161
  }[] | undefined;
2151
2162
  filter?: any[] | undefined;
2163
+ type?: "map" | "grid" | "spreadsheet" | "kanban" | "gallery" | "calendar" | "timeline" | "gantt" | undefined;
2152
2164
  label?: string | undefined;
2153
2165
  name?: string | undefined;
2166
+ resizable?: boolean | undefined;
2167
+ kanban?: {
2168
+ groupByField: string;
2169
+ columns: string[];
2170
+ summarizeField?: string | undefined;
2171
+ } | undefined;
2172
+ calendar?: {
2173
+ startDateField: string;
2174
+ titleField: string;
2175
+ endDateField?: string | undefined;
2176
+ colorField?: string | undefined;
2177
+ } | undefined;
2178
+ gantt?: {
2179
+ startDateField: string;
2180
+ endDateField: string;
2181
+ titleField: string;
2182
+ progressField?: string | undefined;
2183
+ dependenciesField?: string | undefined;
2184
+ } | undefined;
2154
2185
  data?: {
2155
2186
  object: string;
2156
2187
  provider: "object";
@@ -2174,25 +2205,6 @@ export declare const ViewSchema: z.ZodObject<{
2174
2205
  provider: "value";
2175
2206
  items: unknown[];
2176
2207
  } | undefined;
2177
- resizable?: boolean | undefined;
2178
- kanban?: {
2179
- groupByField: string;
2180
- columns: string[];
2181
- summarizeField?: string | undefined;
2182
- } | undefined;
2183
- calendar?: {
2184
- startDateField: string;
2185
- titleField: string;
2186
- endDateField?: string | undefined;
2187
- colorField?: string | undefined;
2188
- } | undefined;
2189
- gantt?: {
2190
- startDateField: string;
2191
- endDateField: string;
2192
- titleField: string;
2193
- progressField?: string | undefined;
2194
- dependenciesField?: string | undefined;
2195
- } | undefined;
2196
2208
  searchableFields?: string[] | undefined;
2197
2209
  striped?: boolean | undefined;
2198
2210
  bordered?: boolean | undefined;
@@ -2205,7 +2217,7 @@ export declare const ViewSchema: z.ZodObject<{
2205
2217
  } | undefined;
2206
2218
  }>>>;
2207
2219
  formViews: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
2208
- type: z.ZodDefault<z.ZodEnum<["simple", "tabbed", "wizard"]>>;
2220
+ type: z.ZodDefault<z.ZodEnum<["simple", "tabbed", "wizard", "split", "drawer", "modal"]>>;
2209
2221
  /** Data Source Configuration */
2210
2222
  data: z.ZodOptional<z.ZodDiscriminatedUnion<"provider", [z.ZodObject<{
2211
2223
  provider: z.ZodLiteral<"object">;
@@ -2302,7 +2314,7 @@ export declare const ViewSchema: z.ZodObject<{
2302
2314
  label: z.ZodOptional<z.ZodString>;
2303
2315
  collapsible: z.ZodDefault<z.ZodBoolean>;
2304
2316
  collapsed: z.ZodDefault<z.ZodBoolean>;
2305
- columns: z.ZodEffects<z.ZodDefault<z.ZodEnum<["1", "2", "3", "4"]>>, 1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | undefined>;
2317
+ columns: z.ZodEffects<z.ZodDefault<z.ZodEnum<["1", "2", "3", "4"]>>, 2 | 3 | 1 | 4, "1" | "2" | "3" | "4" | undefined>;
2306
2318
  fields: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
2307
2319
  field: z.ZodString;
2308
2320
  label: z.ZodOptional<z.ZodString>;
@@ -2354,7 +2366,7 @@ export declare const ViewSchema: z.ZodObject<{
2354
2366
  dependsOn?: string | undefined;
2355
2367
  visibleOn?: string | undefined;
2356
2368
  })[];
2357
- columns: 1 | 2 | 3 | 4;
2369
+ columns: 2 | 3 | 1 | 4;
2358
2370
  collapsible: boolean;
2359
2371
  collapsed: boolean;
2360
2372
  label?: string | undefined;
@@ -2381,7 +2393,7 @@ export declare const ViewSchema: z.ZodObject<{
2381
2393
  label: z.ZodOptional<z.ZodString>;
2382
2394
  collapsible: z.ZodDefault<z.ZodBoolean>;
2383
2395
  collapsed: z.ZodDefault<z.ZodBoolean>;
2384
- columns: z.ZodEffects<z.ZodDefault<z.ZodEnum<["1", "2", "3", "4"]>>, 1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | undefined>;
2396
+ columns: z.ZodEffects<z.ZodDefault<z.ZodEnum<["1", "2", "3", "4"]>>, 2 | 3 | 1 | 4, "1" | "2" | "3" | "4" | undefined>;
2385
2397
  fields: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
2386
2398
  field: z.ZodString;
2387
2399
  label: z.ZodOptional<z.ZodString>;
@@ -2433,7 +2445,7 @@ export declare const ViewSchema: z.ZodObject<{
2433
2445
  dependsOn?: string | undefined;
2434
2446
  visibleOn?: string | undefined;
2435
2447
  })[];
2436
- columns: 1 | 2 | 3 | 4;
2448
+ columns: 2 | 3 | 1 | 4;
2437
2449
  collapsible: boolean;
2438
2450
  collapsed: boolean;
2439
2451
  label?: string | undefined;
@@ -2457,7 +2469,7 @@ export declare const ViewSchema: z.ZodObject<{
2457
2469
  collapsed?: boolean | undefined;
2458
2470
  }>, "many">>;
2459
2471
  }, "strip", z.ZodTypeAny, {
2460
- type: "simple" | "tabbed" | "wizard";
2472
+ type: "simple" | "tabbed" | "wizard" | "split" | "drawer" | "modal";
2461
2473
  data?: {
2462
2474
  object: string;
2463
2475
  provider: "object";
@@ -2495,7 +2507,7 @@ export declare const ViewSchema: z.ZodObject<{
2495
2507
  dependsOn?: string | undefined;
2496
2508
  visibleOn?: string | undefined;
2497
2509
  })[];
2498
- columns: 1 | 2 | 3 | 4;
2510
+ columns: 2 | 3 | 1 | 4;
2499
2511
  collapsible: boolean;
2500
2512
  collapsed: boolean;
2501
2513
  label?: string | undefined;
@@ -2514,13 +2526,13 @@ export declare const ViewSchema: z.ZodObject<{
2514
2526
  dependsOn?: string | undefined;
2515
2527
  visibleOn?: string | undefined;
2516
2528
  })[];
2517
- columns: 1 | 2 | 3 | 4;
2529
+ columns: 2 | 3 | 1 | 4;
2518
2530
  collapsible: boolean;
2519
2531
  collapsed: boolean;
2520
2532
  label?: string | undefined;
2521
2533
  }[] | undefined;
2522
2534
  }, {
2523
- type?: "simple" | "tabbed" | "wizard" | undefined;
2535
+ type?: "simple" | "tabbed" | "wizard" | "split" | "drawer" | "modal" | undefined;
2524
2536
  data?: {
2525
2537
  object: string;
2526
2538
  provider: "object";
@@ -2585,7 +2597,7 @@ export declare const ViewSchema: z.ZodObject<{
2585
2597
  }>>>;
2586
2598
  }, "strip", z.ZodTypeAny, {
2587
2599
  list?: {
2588
- type: "map" | "grid" | "kanban" | "calendar" | "gantt";
2600
+ type: "map" | "grid" | "spreadsheet" | "kanban" | "gallery" | "calendar" | "timeline" | "gantt";
2589
2601
  columns: string[] | {
2590
2602
  field: string;
2591
2603
  type?: string | undefined;
@@ -2604,6 +2616,25 @@ export declare const ViewSchema: z.ZodObject<{
2604
2616
  filter?: any[] | undefined;
2605
2617
  label?: string | undefined;
2606
2618
  name?: string | undefined;
2619
+ resizable?: boolean | undefined;
2620
+ kanban?: {
2621
+ groupByField: string;
2622
+ columns: string[];
2623
+ summarizeField?: string | undefined;
2624
+ } | undefined;
2625
+ calendar?: {
2626
+ startDateField: string;
2627
+ titleField: string;
2628
+ endDateField?: string | undefined;
2629
+ colorField?: string | undefined;
2630
+ } | undefined;
2631
+ gantt?: {
2632
+ startDateField: string;
2633
+ endDateField: string;
2634
+ titleField: string;
2635
+ progressField?: string | undefined;
2636
+ dependenciesField?: string | undefined;
2637
+ } | undefined;
2607
2638
  data?: {
2608
2639
  object: string;
2609
2640
  provider: "object";
@@ -2627,25 +2658,6 @@ export declare const ViewSchema: z.ZodObject<{
2627
2658
  provider: "value";
2628
2659
  items: unknown[];
2629
2660
  } | undefined;
2630
- resizable?: boolean | undefined;
2631
- kanban?: {
2632
- groupByField: string;
2633
- columns: string[];
2634
- summarizeField?: string | undefined;
2635
- } | undefined;
2636
- calendar?: {
2637
- startDateField: string;
2638
- titleField: string;
2639
- endDateField?: string | undefined;
2640
- colorField?: string | undefined;
2641
- } | undefined;
2642
- gantt?: {
2643
- startDateField: string;
2644
- endDateField: string;
2645
- titleField: string;
2646
- progressField?: string | undefined;
2647
- dependenciesField?: string | undefined;
2648
- } | undefined;
2649
2661
  searchableFields?: string[] | undefined;
2650
2662
  striped?: boolean | undefined;
2651
2663
  bordered?: boolean | undefined;
@@ -2658,7 +2670,7 @@ export declare const ViewSchema: z.ZodObject<{
2658
2670
  } | undefined;
2659
2671
  } | undefined;
2660
2672
  form?: {
2661
- type: "simple" | "tabbed" | "wizard";
2673
+ type: "simple" | "tabbed" | "wizard" | "split" | "drawer" | "modal";
2662
2674
  data?: {
2663
2675
  object: string;
2664
2676
  provider: "object";
@@ -2696,7 +2708,7 @@ export declare const ViewSchema: z.ZodObject<{
2696
2708
  dependsOn?: string | undefined;
2697
2709
  visibleOn?: string | undefined;
2698
2710
  })[];
2699
- columns: 1 | 2 | 3 | 4;
2711
+ columns: 2 | 3 | 1 | 4;
2700
2712
  collapsible: boolean;
2701
2713
  collapsed: boolean;
2702
2714
  label?: string | undefined;
@@ -2715,14 +2727,14 @@ export declare const ViewSchema: z.ZodObject<{
2715
2727
  dependsOn?: string | undefined;
2716
2728
  visibleOn?: string | undefined;
2717
2729
  })[];
2718
- columns: 1 | 2 | 3 | 4;
2730
+ columns: 2 | 3 | 1 | 4;
2719
2731
  collapsible: boolean;
2720
2732
  collapsed: boolean;
2721
2733
  label?: string | undefined;
2722
2734
  }[] | undefined;
2723
2735
  } | undefined;
2724
2736
  listViews?: Record<string, {
2725
- type: "map" | "grid" | "kanban" | "calendar" | "gantt";
2737
+ type: "map" | "grid" | "spreadsheet" | "kanban" | "gallery" | "calendar" | "timeline" | "gantt";
2726
2738
  columns: string[] | {
2727
2739
  field: string;
2728
2740
  type?: string | undefined;
@@ -2741,6 +2753,25 @@ export declare const ViewSchema: z.ZodObject<{
2741
2753
  filter?: any[] | undefined;
2742
2754
  label?: string | undefined;
2743
2755
  name?: string | undefined;
2756
+ resizable?: boolean | undefined;
2757
+ kanban?: {
2758
+ groupByField: string;
2759
+ columns: string[];
2760
+ summarizeField?: string | undefined;
2761
+ } | undefined;
2762
+ calendar?: {
2763
+ startDateField: string;
2764
+ titleField: string;
2765
+ endDateField?: string | undefined;
2766
+ colorField?: string | undefined;
2767
+ } | undefined;
2768
+ gantt?: {
2769
+ startDateField: string;
2770
+ endDateField: string;
2771
+ titleField: string;
2772
+ progressField?: string | undefined;
2773
+ dependenciesField?: string | undefined;
2774
+ } | undefined;
2744
2775
  data?: {
2745
2776
  object: string;
2746
2777
  provider: "object";
@@ -2764,25 +2795,6 @@ export declare const ViewSchema: z.ZodObject<{
2764
2795
  provider: "value";
2765
2796
  items: unknown[];
2766
2797
  } | undefined;
2767
- resizable?: boolean | undefined;
2768
- kanban?: {
2769
- groupByField: string;
2770
- columns: string[];
2771
- summarizeField?: string | undefined;
2772
- } | undefined;
2773
- calendar?: {
2774
- startDateField: string;
2775
- titleField: string;
2776
- endDateField?: string | undefined;
2777
- colorField?: string | undefined;
2778
- } | undefined;
2779
- gantt?: {
2780
- startDateField: string;
2781
- endDateField: string;
2782
- titleField: string;
2783
- progressField?: string | undefined;
2784
- dependenciesField?: string | undefined;
2785
- } | undefined;
2786
2798
  searchableFields?: string[] | undefined;
2787
2799
  striped?: boolean | undefined;
2788
2800
  bordered?: boolean | undefined;
@@ -2795,7 +2807,7 @@ export declare const ViewSchema: z.ZodObject<{
2795
2807
  } | undefined;
2796
2808
  }> | undefined;
2797
2809
  formViews?: Record<string, {
2798
- type: "simple" | "tabbed" | "wizard";
2810
+ type: "simple" | "tabbed" | "wizard" | "split" | "drawer" | "modal";
2799
2811
  data?: {
2800
2812
  object: string;
2801
2813
  provider: "object";
@@ -2833,7 +2845,7 @@ export declare const ViewSchema: z.ZodObject<{
2833
2845
  dependsOn?: string | undefined;
2834
2846
  visibleOn?: string | undefined;
2835
2847
  })[];
2836
- columns: 1 | 2 | 3 | 4;
2848
+ columns: 2 | 3 | 1 | 4;
2837
2849
  collapsible: boolean;
2838
2850
  collapsed: boolean;
2839
2851
  label?: string | undefined;
@@ -2852,7 +2864,7 @@ export declare const ViewSchema: z.ZodObject<{
2852
2864
  dependsOn?: string | undefined;
2853
2865
  visibleOn?: string | undefined;
2854
2866
  })[];
2855
- columns: 1 | 2 | 3 | 4;
2867
+ columns: 2 | 3 | 1 | 4;
2856
2868
  collapsible: boolean;
2857
2869
  collapsed: boolean;
2858
2870
  label?: string | undefined;
@@ -2871,14 +2883,33 @@ export declare const ViewSchema: z.ZodObject<{
2871
2883
  resizable?: boolean | undefined;
2872
2884
  wrap?: boolean | undefined;
2873
2885
  }[];
2874
- type?: "map" | "grid" | "kanban" | "calendar" | "gantt" | undefined;
2875
2886
  sort?: string | {
2876
2887
  field: string;
2877
2888
  order: "asc" | "desc";
2878
2889
  }[] | undefined;
2879
2890
  filter?: any[] | undefined;
2891
+ type?: "map" | "grid" | "spreadsheet" | "kanban" | "gallery" | "calendar" | "timeline" | "gantt" | undefined;
2880
2892
  label?: string | undefined;
2881
2893
  name?: string | undefined;
2894
+ resizable?: boolean | undefined;
2895
+ kanban?: {
2896
+ groupByField: string;
2897
+ columns: string[];
2898
+ summarizeField?: string | undefined;
2899
+ } | undefined;
2900
+ calendar?: {
2901
+ startDateField: string;
2902
+ titleField: string;
2903
+ endDateField?: string | undefined;
2904
+ colorField?: string | undefined;
2905
+ } | undefined;
2906
+ gantt?: {
2907
+ startDateField: string;
2908
+ endDateField: string;
2909
+ titleField: string;
2910
+ progressField?: string | undefined;
2911
+ dependenciesField?: string | undefined;
2912
+ } | undefined;
2882
2913
  data?: {
2883
2914
  object: string;
2884
2915
  provider: "object";
@@ -2902,25 +2933,6 @@ export declare const ViewSchema: z.ZodObject<{
2902
2933
  provider: "value";
2903
2934
  items: unknown[];
2904
2935
  } | undefined;
2905
- resizable?: boolean | undefined;
2906
- kanban?: {
2907
- groupByField: string;
2908
- columns: string[];
2909
- summarizeField?: string | undefined;
2910
- } | undefined;
2911
- calendar?: {
2912
- startDateField: string;
2913
- titleField: string;
2914
- endDateField?: string | undefined;
2915
- colorField?: string | undefined;
2916
- } | undefined;
2917
- gantt?: {
2918
- startDateField: string;
2919
- endDateField: string;
2920
- titleField: string;
2921
- progressField?: string | undefined;
2922
- dependenciesField?: string | undefined;
2923
- } | undefined;
2924
2936
  searchableFields?: string[] | undefined;
2925
2937
  striped?: boolean | undefined;
2926
2938
  bordered?: boolean | undefined;
@@ -2933,7 +2945,7 @@ export declare const ViewSchema: z.ZodObject<{
2933
2945
  } | undefined;
2934
2946
  } | undefined;
2935
2947
  form?: {
2936
- type?: "simple" | "tabbed" | "wizard" | undefined;
2948
+ type?: "simple" | "tabbed" | "wizard" | "split" | "drawer" | "modal" | undefined;
2937
2949
  data?: {
2938
2950
  object: string;
2939
2951
  provider: "object";
@@ -3008,14 +3020,33 @@ export declare const ViewSchema: z.ZodObject<{
3008
3020
  resizable?: boolean | undefined;
3009
3021
  wrap?: boolean | undefined;
3010
3022
  }[];
3011
- type?: "map" | "grid" | "kanban" | "calendar" | "gantt" | undefined;
3012
3023
  sort?: string | {
3013
3024
  field: string;
3014
3025
  order: "asc" | "desc";
3015
3026
  }[] | undefined;
3016
3027
  filter?: any[] | undefined;
3028
+ type?: "map" | "grid" | "spreadsheet" | "kanban" | "gallery" | "calendar" | "timeline" | "gantt" | undefined;
3017
3029
  label?: string | undefined;
3018
3030
  name?: string | undefined;
3031
+ resizable?: boolean | undefined;
3032
+ kanban?: {
3033
+ groupByField: string;
3034
+ columns: string[];
3035
+ summarizeField?: string | undefined;
3036
+ } | undefined;
3037
+ calendar?: {
3038
+ startDateField: string;
3039
+ titleField: string;
3040
+ endDateField?: string | undefined;
3041
+ colorField?: string | undefined;
3042
+ } | undefined;
3043
+ gantt?: {
3044
+ startDateField: string;
3045
+ endDateField: string;
3046
+ titleField: string;
3047
+ progressField?: string | undefined;
3048
+ dependenciesField?: string | undefined;
3049
+ } | undefined;
3019
3050
  data?: {
3020
3051
  object: string;
3021
3052
  provider: "object";
@@ -3039,25 +3070,6 @@ export declare const ViewSchema: z.ZodObject<{
3039
3070
  provider: "value";
3040
3071
  items: unknown[];
3041
3072
  } | undefined;
3042
- resizable?: boolean | undefined;
3043
- kanban?: {
3044
- groupByField: string;
3045
- columns: string[];
3046
- summarizeField?: string | undefined;
3047
- } | undefined;
3048
- calendar?: {
3049
- startDateField: string;
3050
- titleField: string;
3051
- endDateField?: string | undefined;
3052
- colorField?: string | undefined;
3053
- } | undefined;
3054
- gantt?: {
3055
- startDateField: string;
3056
- endDateField: string;
3057
- titleField: string;
3058
- progressField?: string | undefined;
3059
- dependenciesField?: string | undefined;
3060
- } | undefined;
3061
3073
  searchableFields?: string[] | undefined;
3062
3074
  striped?: boolean | undefined;
3063
3075
  bordered?: boolean | undefined;
@@ -3070,7 +3082,7 @@ export declare const ViewSchema: z.ZodObject<{
3070
3082
  } | undefined;
3071
3083
  }> | undefined;
3072
3084
  formViews?: Record<string, {
3073
- type?: "simple" | "tabbed" | "wizard" | undefined;
3085
+ type?: "simple" | "tabbed" | "wizard" | "split" | "drawer" | "modal" | undefined;
3074
3086
  data?: {
3075
3087
  object: string;
3076
3088
  provider: "object";