@a2ui/web_core 0.8.0 → 0.9.1-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (435) hide show
  1. package/.tsbuildinfo +1 -0
  2. package/LICENSE +203 -0
  3. package/README.md +50 -4
  4. package/package.json +42 -72
  5. package/{dist/src → src}/v0_8/data/guards.js +13 -13
  6. package/src/v0_8/data/guards.test.d.ts +2 -0
  7. package/src/v0_8/data/guards.test.d.ts.map +1 -0
  8. package/src/v0_8/data/guards.test.js +174 -0
  9. package/src/v0_8/data/guards.test.js.map +1 -0
  10. package/{dist/src → src}/v0_8/data/model-processor.d.ts +1 -1
  11. package/{dist/src → src}/v0_8/data/model-processor.d.ts.map +1 -1
  12. package/{dist/src → src}/v0_8/data/model-processor.js +51 -40
  13. package/src/v0_8/data/model-processor.js.map +1 -0
  14. package/src/v0_8/data/model-processor.test.d.ts +2 -0
  15. package/src/v0_8/data/model-processor.test.d.ts.map +1 -0
  16. package/src/v0_8/data/model-processor.test.js +712 -0
  17. package/src/v0_8/data/model-processor.test.js.map +1 -0
  18. package/src/v0_8/errors.d.ts +35 -0
  19. package/src/v0_8/errors.d.ts.map +1 -0
  20. package/src/v0_8/errors.js +65 -0
  21. package/src/v0_8/errors.js.map +1 -0
  22. package/src/v0_8/events/validation-event.d.ts.map +1 -0
  23. package/{dist/src → src}/v0_8/events/validation-event.js.map +1 -1
  24. package/{dist/src → src}/v0_8/index.d.ts +35 -4
  25. package/{dist/src → src}/v0_8/index.d.ts.map +1 -1
  26. package/src/v0_8/index.js +28 -0
  27. package/src/v0_8/index.js.map +1 -0
  28. package/src/v0_8/schema/common-types.d.ts +1189 -0
  29. package/src/v0_8/schema/common-types.d.ts.map +1 -0
  30. package/src/v0_8/schema/common-types.js +381 -0
  31. package/src/v0_8/schema/common-types.js.map +1 -0
  32. package/src/v0_8/schema/server-to-client.d.ts +17949 -0
  33. package/src/v0_8/schema/server-to-client.d.ts.map +1 -0
  34. package/src/v0_8/schema/server-to-client.js +228 -0
  35. package/src/v0_8/schema/server-to-client.js.map +1 -0
  36. package/src/v0_8/schema/verify-schema.test.d.ts +17 -0
  37. package/src/v0_8/schema/verify-schema.test.d.ts.map +1 -0
  38. package/src/v0_8/schema/verify-schema.test.js +167 -0
  39. package/src/v0_8/schema/verify-schema.test.js.map +1 -0
  40. package/{dist/src → src}/v0_8/schemas/server_to_client.json +1 -1
  41. package/src/v0_8/schemas/server_to_client_with_standard_catalog.json +817 -787
  42. package/{dist/src → src}/v0_8/schemas/standard_catalog_definition.json +26 -0
  43. package/{dist/src → src}/v0_8/styles/behavior.js +13 -13
  44. package/{dist/src → src}/v0_8/styles/border.js +13 -13
  45. package/{dist/src → src}/v0_8/styles/colors.js +13 -13
  46. package/{dist/src → src}/v0_8/styles/colors.js.map +1 -1
  47. package/src/v0_8/styles/icons.d.ts +11 -0
  48. package/{dist/src → src}/v0_8/styles/icons.d.ts.map +1 -1
  49. package/{dist/src → src}/v0_8/styles/icons.js +17 -14
  50. package/{dist/src → src}/v0_8/styles/icons.js.map +1 -1
  51. package/src/v0_8/styles/index.js +35 -0
  52. package/{dist/src → src}/v0_8/styles/layout.js +13 -13
  53. package/{dist/src → src}/v0_8/styles/layout.js.map +1 -1
  54. package/src/v0_8/styles/opacity.js +24 -0
  55. package/src/v0_8/{events/index.ts → styles/shared.js} +3 -4
  56. package/src/v0_8/styles/styles.test.d.ts +2 -0
  57. package/src/v0_8/styles/styles.test.d.ts.map +1 -0
  58. package/src/v0_8/styles/styles.test.js +86 -0
  59. package/src/v0_8/styles/styles.test.js.map +1 -0
  60. package/{dist/src → src}/v0_8/styles/type.js +13 -13
  61. package/{dist/src → src}/v0_8/styles/utils.js +13 -13
  62. package/{dist/src → src}/v0_8/types/client-event.d.ts +10 -8
  63. package/src/v0_8/types/client-event.d.ts.map +1 -0
  64. package/src/v0_8/types/client-event.js +17 -0
  65. package/src/v0_8/types/colors.js +19 -0
  66. package/src/v0_8/types/components.d.ts +41 -0
  67. package/src/v0_8/types/components.d.ts.map +1 -0
  68. package/src/v0_8/types/components.js +17 -0
  69. package/src/v0_8/types/primitives.d.ts +9 -0
  70. package/src/v0_8/types/primitives.d.ts.map +1 -0
  71. package/src/v0_8/types/primitives.js +17 -0
  72. package/{dist/src → src}/v0_8/types/types.d.ts +44 -22
  73. package/src/v0_8/types/types.d.ts.map +1 -0
  74. package/src/v0_8/types/types.js +17 -0
  75. package/src/v0_9/basic_catalog/components/basic_components.d.ts +3359 -0
  76. package/src/v0_9/basic_catalog/components/basic_components.d.ts.map +1 -0
  77. package/src/v0_9/basic_catalog/components/basic_components.js +448 -0
  78. package/src/v0_9/basic_catalog/components/basic_components.js.map +1 -0
  79. package/src/v0_9/basic_catalog/components/basic_components.test.d.ts +2 -0
  80. package/src/v0_9/basic_catalog/components/basic_components.test.d.ts.map +1 -0
  81. package/src/v0_9/basic_catalog/components/basic_components.test.js +46 -0
  82. package/src/v0_9/basic_catalog/components/basic_components.test.js.map +1 -0
  83. package/src/v0_9/basic_catalog/expressions/expression_parser.d.ts +38 -0
  84. package/src/v0_9/basic_catalog/expressions/expression_parser.d.ts.map +1 -0
  85. package/src/v0_9/basic_catalog/expressions/expression_parser.js +294 -0
  86. package/src/v0_9/basic_catalog/expressions/expression_parser.js.map +1 -0
  87. package/src/v0_9/basic_catalog/expressions/expression_parser.test.d.ts +2 -0
  88. package/src/v0_9/basic_catalog/expressions/expression_parser.test.d.ts.map +1 -0
  89. package/src/v0_9/basic_catalog/expressions/expression_parser.test.js +126 -0
  90. package/src/v0_9/basic_catalog/expressions/expression_parser.test.js.map +1 -0
  91. package/src/v0_9/basic_catalog/functions/basic_functions.d.ts +136 -0
  92. package/src/v0_9/basic_catalog/functions/basic_functions.d.ts.map +1 -0
  93. package/src/v0_9/basic_catalog/functions/basic_functions.js +316 -0
  94. package/src/v0_9/basic_catalog/functions/basic_functions.js.map +1 -0
  95. package/src/v0_9/basic_catalog/functions/basic_functions.test.d.ts +2 -0
  96. package/src/v0_9/basic_catalog/functions/basic_functions.test.d.ts.map +1 -0
  97. package/src/v0_9/basic_catalog/functions/basic_functions.test.js +301 -0
  98. package/src/v0_9/basic_catalog/functions/basic_functions.test.js.map +1 -0
  99. package/src/v0_9/basic_catalog/functions/basic_functions_api.d.ts +930 -0
  100. package/src/v0_9/basic_catalog/functions/basic_functions_api.d.ts.map +1 -0
  101. package/src/v0_9/basic_catalog/functions/basic_functions_api.js +466 -0
  102. package/src/v0_9/basic_catalog/functions/basic_functions_api.js.map +1 -0
  103. package/src/v0_9/basic_catalog/index.d.ts +5 -0
  104. package/src/v0_9/basic_catalog/index.d.ts.map +1 -0
  105. package/src/v0_9/basic_catalog/index.js +20 -0
  106. package/src/v0_9/basic_catalog/index.js.map +1 -0
  107. package/src/v0_9/catalog/function_invoker.d.ts +12 -0
  108. package/src/v0_9/catalog/function_invoker.d.ts.map +1 -0
  109. package/src/v0_9/catalog/function_invoker.js +17 -0
  110. package/src/v0_9/catalog/function_invoker.js.map +1 -0
  111. package/src/v0_9/catalog/types.d.ts +80 -0
  112. package/src/v0_9/catalog/types.d.ts.map +1 -0
  113. package/src/v0_9/catalog/types.js +68 -0
  114. package/src/v0_9/catalog/types.js.map +1 -0
  115. package/src/v0_9/catalog/types.test.d.ts +2 -0
  116. package/src/v0_9/catalog/types.test.d.ts.map +1 -0
  117. package/src/v0_9/catalog/types.test.js +89 -0
  118. package/src/v0_9/catalog/types.test.js.map +1 -0
  119. package/src/v0_9/common/events.d.ts +45 -0
  120. package/src/v0_9/common/events.d.ts.map +1 -0
  121. package/src/v0_9/common/events.js +58 -0
  122. package/src/v0_9/common/events.js.map +1 -0
  123. package/src/v0_9/common/events.test.d.ts +2 -0
  124. package/src/v0_9/common/events.test.d.ts.map +1 -0
  125. package/src/v0_9/common/events.test.js +58 -0
  126. package/src/v0_9/common/events.test.js.map +1 -0
  127. package/src/v0_9/errors.d.ts +40 -0
  128. package/src/v0_9/errors.d.ts.map +1 -0
  129. package/src/v0_9/errors.js +69 -0
  130. package/src/v0_9/errors.js.map +1 -0
  131. package/src/v0_9/index.d.ts +152 -0
  132. package/src/v0_9/index.d.ts.map +1 -0
  133. package/src/v0_9/index.js +41 -0
  134. package/src/v0_9/index.js.map +1 -0
  135. package/src/v0_9/processing/message-processor.d.ts +70 -0
  136. package/src/v0_9/processing/message-processor.d.ts.map +1 -0
  137. package/src/v0_9/processing/message-processor.js +289 -0
  138. package/src/v0_9/processing/message-processor.js.map +1 -0
  139. package/src/v0_9/processing/message-processor.test.js +547 -0
  140. package/src/v0_9/processing/message-processor.test.js.map +1 -0
  141. package/src/v0_9/reactivity/signals.d.ts +51 -0
  142. package/src/v0_9/reactivity/signals.d.ts.map +1 -0
  143. package/src/v0_9/reactivity/signals.js +17 -0
  144. package/src/v0_9/reactivity/signals.js.map +1 -0
  145. package/src/{v0_8/events/base.ts → v0_9/reactivity/signals.test.d.ts} +14 -10
  146. package/src/v0_9/reactivity/signals.test.d.ts.map +1 -0
  147. package/src/v0_9/reactivity/signals.test.js +108 -0
  148. package/src/v0_9/reactivity/signals.test.js.map +1 -0
  149. package/src/v0_9/rendering/component-context.d.ts +37 -0
  150. package/src/v0_9/rendering/component-context.d.ts.map +1 -0
  151. package/src/v0_9/rendering/component-context.js +50 -0
  152. package/src/v0_9/rendering/component-context.js.map +1 -0
  153. package/src/v0_9/rendering/component-context.test.d.ts +2 -0
  154. package/src/v0_9/rendering/component-context.test.d.ts.map +1 -0
  155. package/src/v0_9/rendering/component-context.test.js +68 -0
  156. package/src/v0_9/rendering/component-context.test.js.map +1 -0
  157. package/src/v0_9/rendering/data-context.d.ts +99 -0
  158. package/src/v0_9/rendering/data-context.d.ts.map +1 -0
  159. package/src/v0_9/rendering/data-context.js +311 -0
  160. package/src/v0_9/rendering/data-context.js.map +1 -0
  161. package/src/v0_9/rendering/data-context.test.js +379 -0
  162. package/src/v0_9/rendering/data-context.test.js.map +1 -0
  163. package/src/v0_9/rendering/generic-binder.d.ts +122 -0
  164. package/src/v0_9/rendering/generic-binder.d.ts.map +1 -0
  165. package/src/v0_9/rendering/generic-binder.js +315 -0
  166. package/src/v0_9/rendering/generic-binder.js.map +1 -0
  167. package/src/v0_9/rendering/generic-binder.test.d.ts +2 -0
  168. package/src/v0_9/rendering/generic-binder.test.d.ts.map +1 -0
  169. package/src/v0_9/rendering/generic-binder.test.js +166 -0
  170. package/src/v0_9/rendering/generic-binder.test.js.map +1 -0
  171. package/src/v0_9/schema/client-capabilities.d.ts +34 -0
  172. package/src/v0_9/schema/client-capabilities.d.ts.map +1 -0
  173. package/src/v0_9/schema/client-capabilities.js +17 -0
  174. package/src/v0_9/schema/client-capabilities.js.map +1 -0
  175. package/src/v0_9/schema/client-to-server.d.ts +208 -0
  176. package/src/v0_9/schema/client-to-server.d.ts.map +1 -0
  177. package/src/v0_9/schema/client-to-server.js +104 -0
  178. package/src/v0_9/schema/client-to-server.js.map +1 -0
  179. package/src/v0_9/schema/client-to-server.test.d.ts +2 -0
  180. package/src/v0_9/schema/client-to-server.test.d.ts.map +1 -0
  181. package/src/v0_9/schema/client-to-server.test.js +85 -0
  182. package/src/v0_9/schema/client-to-server.test.js.map +1 -0
  183. package/{dist/src → src}/v0_9/schema/common-types.d.ts +318 -88
  184. package/src/v0_9/schema/common-types.d.ts.map +1 -0
  185. package/src/v0_9/schema/common-types.js +141 -0
  186. package/src/v0_9/schema/common-types.js.map +1 -0
  187. package/src/v0_9/schema/index.d.ts +5 -0
  188. package/src/v0_9/schema/index.d.ts.map +1 -0
  189. package/src/v0_9/schema/index.js +20 -0
  190. package/src/v0_9/schema/index.js.map +1 -0
  191. package/src/v0_9/schema/server-to-client.d.ts +307 -0
  192. package/src/v0_9/schema/server-to-client.d.ts.map +1 -0
  193. package/src/v0_9/schema/server-to-client.js +92 -0
  194. package/src/v0_9/schema/server-to-client.js.map +1 -0
  195. package/src/v0_9/schema/verify-schema.test.d.ts +17 -0
  196. package/src/v0_9/schema/verify-schema.test.d.ts.map +1 -0
  197. package/src/v0_9/schema/verify-schema.test.js +174 -0
  198. package/src/v0_9/schema/verify-schema.test.js.map +1 -0
  199. package/src/v0_9/schemas/basic_catalog.json +1387 -0
  200. package/src/v0_9/schemas/client_capabilities.json +97 -0
  201. package/src/v0_9/schemas/client_data_model.json +22 -0
  202. package/src/v0_9/schemas/client_to_server.json +104 -0
  203. package/src/v0_9/schemas/client_to_server_list.json +19 -0
  204. package/src/v0_9/schemas/common_types.json +315 -0
  205. package/src/v0_9/schemas/sample.json +22 -0
  206. package/src/v0_9/schemas/server_capabilities.json +26 -0
  207. package/src/v0_9/schemas/server_to_client.json +131 -0
  208. package/src/v0_9/schemas/server_to_client_list.json +19 -0
  209. package/src/v0_9/state/component-model.d.ts +36 -0
  210. package/src/v0_9/state/component-model.d.ts.map +1 -0
  211. package/src/v0_9/state/component-model.js +65 -0
  212. package/src/v0_9/state/component-model.js.map +1 -0
  213. package/{dist/src → src}/v0_9/state/component-model.test.js +23 -0
  214. package/src/v0_9/state/component-model.test.js.map +1 -0
  215. package/src/v0_9/state/data-model.d.ts +75 -0
  216. package/src/v0_9/state/data-model.d.ts.map +1 -0
  217. package/src/v0_9/state/data-model.js +235 -0
  218. package/src/v0_9/state/data-model.js.map +1 -0
  219. package/{dist/src → src}/v0_9/state/data-model.test.js +77 -17
  220. package/src/v0_9/state/data-model.test.js.map +1 -0
  221. package/src/v0_9/state/surface-components-model.d.ts +45 -0
  222. package/src/v0_9/state/surface-components-model.d.ts.map +1 -0
  223. package/src/v0_9/state/surface-components-model.js +86 -0
  224. package/src/v0_9/state/surface-components-model.js.map +1 -0
  225. package/{dist/src → src}/v0_9/state/surface-components-model.test.js +44 -2
  226. package/src/v0_9/state/surface-components-model.test.js.map +1 -0
  227. package/{dist/src → src}/v0_9/state/surface-group-model.d.ts +28 -1
  228. package/src/v0_9/state/surface-group-model.d.ts.map +1 -0
  229. package/{dist/src → src}/v0_9/state/surface-group-model.js +44 -1
  230. package/src/v0_9/state/surface-group-model.js.map +1 -0
  231. package/{dist/src → src}/v0_9/state/surface-group-model.test.js +47 -6
  232. package/src/v0_9/state/surface-group-model.test.js.map +1 -0
  233. package/src/v0_9/state/surface-model.d.ts +62 -0
  234. package/src/v0_9/state/surface-model.d.ts.map +1 -0
  235. package/src/v0_9/state/surface-model.js +101 -0
  236. package/src/v0_9/state/surface-model.js.map +1 -0
  237. package/src/v0_9/state/surface-model.test.js +93 -0
  238. package/src/v0_9/state/surface-model.test.js.map +1 -0
  239. package/src/v0_9/test/function_execution.spec.d.ts +17 -0
  240. package/src/v0_9/test/function_execution.spec.d.ts.map +1 -0
  241. package/src/v0_9/test/function_execution.spec.js +127 -0
  242. package/src/v0_9/test/function_execution.spec.js.map +1 -0
  243. package/src/v0_9/test/test-utils.d.ts.map +1 -0
  244. package/{dist/src → src}/v0_9/test/test-utils.js +15 -0
  245. package/src/v0_9/test/test-utils.js.map +1 -0
  246. package/dist/.tsbuildinfo +0 -1
  247. package/dist/src/v0_8/data/model-processor.js.map +0 -1
  248. package/dist/src/v0_8/events/validation-event.d.ts.map +0 -1
  249. package/dist/src/v0_8/index.js +0 -12
  250. package/dist/src/v0_8/index.js.map +0 -1
  251. package/dist/src/v0_8/schemas/server_to_client_with_standard_catalog.json +0 -823
  252. package/dist/src/v0_8/styles/icons.d.ts +0 -11
  253. package/dist/src/v0_8/styles/index.js +0 -35
  254. package/dist/src/v0_8/styles/opacity.js +0 -24
  255. package/dist/src/v0_8/styles/shared.js +0 -17
  256. package/dist/src/v0_8/types/client-event.d.ts.map +0 -1
  257. package/dist/src/v0_8/types/client-event.js +0 -17
  258. package/dist/src/v0_8/types/colors.js +0 -19
  259. package/dist/src/v0_8/types/components.d.ts +0 -176
  260. package/dist/src/v0_8/types/components.d.ts.map +0 -1
  261. package/dist/src/v0_8/types/components.js +0 -17
  262. package/dist/src/v0_8/types/primitives.d.ts +0 -43
  263. package/dist/src/v0_8/types/primitives.d.ts.map +0 -1
  264. package/dist/src/v0_8/types/primitives.js +0 -17
  265. package/dist/src/v0_8/types/types.d.ts.map +0 -1
  266. package/dist/src/v0_8/types/types.js +0 -17
  267. package/dist/src/v0_9/catalog/types.d.ts +0 -27
  268. package/dist/src/v0_9/catalog/types.d.ts.map +0 -1
  269. package/dist/src/v0_9/catalog/types.js +0 -11
  270. package/dist/src/v0_9/catalog/types.js.map +0 -1
  271. package/dist/src/v0_9/common/events.d.ts +0 -24
  272. package/dist/src/v0_9/common/events.d.ts.map +0 -1
  273. package/dist/src/v0_9/common/events.js +0 -29
  274. package/dist/src/v0_9/common/events.js.map +0 -1
  275. package/dist/src/v0_9/index.d.ts +0 -11
  276. package/dist/src/v0_9/index.d.ts.map +0 -1
  277. package/dist/src/v0_9/index.js +0 -11
  278. package/dist/src/v0_9/index.js.map +0 -1
  279. package/dist/src/v0_9/processing/message-processor.d.ts +0 -34
  280. package/dist/src/v0_9/processing/message-processor.d.ts.map +0 -1
  281. package/dist/src/v0_9/processing/message-processor.js +0 -128
  282. package/dist/src/v0_9/processing/message-processor.js.map +0 -1
  283. package/dist/src/v0_9/processing/message-processor.test.js +0 -112
  284. package/dist/src/v0_9/processing/message-processor.test.js.map +0 -1
  285. package/dist/src/v0_9/rendering/component-context.d.ts +0 -17
  286. package/dist/src/v0_9/rendering/component-context.d.ts.map +0 -1
  287. package/dist/src/v0_9/rendering/component-context.js +0 -21
  288. package/dist/src/v0_9/rendering/component-context.js.map +0 -1
  289. package/dist/src/v0_9/rendering/data-context.d.ts +0 -37
  290. package/dist/src/v0_9/rendering/data-context.d.ts.map +0 -1
  291. package/dist/src/v0_9/rendering/data-context.js +0 -97
  292. package/dist/src/v0_9/rendering/data-context.js.map +0 -1
  293. package/dist/src/v0_9/rendering/data-context.test.js +0 -71
  294. package/dist/src/v0_9/rendering/data-context.test.js.map +0 -1
  295. package/dist/src/v0_9/schema/common-types.d.ts.map +0 -1
  296. package/dist/src/v0_9/schema/common-types.js +0 -92
  297. package/dist/src/v0_9/schema/common-types.js.map +0 -1
  298. package/dist/src/v0_9/schema/index.d.ts +0 -3
  299. package/dist/src/v0_9/schema/index.d.ts.map +0 -1
  300. package/dist/src/v0_9/schema/index.js +0 -3
  301. package/dist/src/v0_9/schema/index.js.map +0 -1
  302. package/dist/src/v0_9/schema/server-to-client.d.ts +0 -84
  303. package/dist/src/v0_9/schema/server-to-client.d.ts.map +0 -1
  304. package/dist/src/v0_9/schema/server-to-client.js +0 -21
  305. package/dist/src/v0_9/schema/server-to-client.js.map +0 -1
  306. package/dist/src/v0_9/state/component-model.d.ts +0 -16
  307. package/dist/src/v0_9/state/component-model.d.ts.map +0 -1
  308. package/dist/src/v0_9/state/component-model.js +0 -24
  309. package/dist/src/v0_9/state/component-model.js.map +0 -1
  310. package/dist/src/v0_9/state/component-model.test.js.map +0 -1
  311. package/dist/src/v0_9/state/data-model.d.ts +0 -47
  312. package/dist/src/v0_9/state/data-model.d.ts.map +0 -1
  313. package/dist/src/v0_9/state/data-model.js +0 -191
  314. package/dist/src/v0_9/state/data-model.js.map +0 -1
  315. package/dist/src/v0_9/state/data-model.test.js.map +0 -1
  316. package/dist/src/v0_9/state/surface-components-model.d.ts +0 -19
  317. package/dist/src/v0_9/state/surface-components-model.d.ts.map +0 -1
  318. package/dist/src/v0_9/state/surface-components-model.js +0 -42
  319. package/dist/src/v0_9/state/surface-components-model.js.map +0 -1
  320. package/dist/src/v0_9/state/surface-components-model.test.js.map +0 -1
  321. package/dist/src/v0_9/state/surface-group-model.d.ts.map +0 -1
  322. package/dist/src/v0_9/state/surface-group-model.js.map +0 -1
  323. package/dist/src/v0_9/state/surface-group-model.test.js.map +0 -1
  324. package/dist/src/v0_9/state/surface-model.d.ts +0 -23
  325. package/dist/src/v0_9/state/surface-model.d.ts.map +0 -1
  326. package/dist/src/v0_9/state/surface-model.js +0 -28
  327. package/dist/src/v0_9/state/surface-model.js.map +0 -1
  328. package/dist/src/v0_9/state/surface-model.test.js +0 -39
  329. package/dist/src/v0_9/state/surface-model.test.js.map +0 -1
  330. package/dist/src/v0_9/test/test-utils.d.ts.map +0 -1
  331. package/dist/src/v0_9/test/test-utils.js.map +0 -1
  332. package/src/v0_8/data/guards.ts +0 -236
  333. package/src/v0_8/data/model-processor.ts +0 -855
  334. package/src/v0_8/events/validation-event.ts +0 -66
  335. package/src/v0_8/index.ts +0 -12
  336. package/src/v0_8/styles/behavior.ts +0 -55
  337. package/src/v0_8/styles/border.ts +0 -42
  338. package/src/v0_8/styles/colors.ts +0 -100
  339. package/src/v0_8/styles/icons.ts +0 -60
  340. package/src/v0_8/styles/index.ts +0 -37
  341. package/src/v0_8/styles/layout.ts +0 -235
  342. package/src/v0_8/styles/opacity.ts +0 -24
  343. package/src/v0_8/styles/shared.ts +0 -17
  344. package/src/v0_8/styles/type.ts +0 -156
  345. package/src/v0_8/styles/utils.ts +0 -104
  346. package/src/v0_8/types/client-event.ts +0 -80
  347. package/src/v0_8/types/colors.ts +0 -66
  348. package/src/v0_8/types/components.ts +0 -213
  349. package/src/v0_8/types/primitives.ts +0 -60
  350. package/src/v0_8/types/types.ts +0 -557
  351. package/src/v0_9/catalog/types.ts +0 -38
  352. package/src/v0_9/common/events.ts +0 -44
  353. package/src/v0_9/index.ts +0 -12
  354. package/src/v0_9/processing/message-processor.test.ts +0 -133
  355. package/src/v0_9/processing/message-processor.ts +0 -150
  356. package/src/v0_9/rendering/component-context.ts +0 -36
  357. package/src/v0_9/rendering/data-context.test.ts +0 -85
  358. package/src/v0_9/rendering/data-context.ts +0 -110
  359. package/src/v0_9/schema/common-types.ts +0 -125
  360. package/src/v0_9/schema/index.ts +0 -2
  361. package/src/v0_9/schema/server-to-client.ts +0 -23
  362. package/src/v0_9/state/component-model.test.ts +0 -50
  363. package/src/v0_9/state/component-model.ts +0 -32
  364. package/src/v0_9/state/data-model.test.ts +0 -257
  365. package/src/v0_9/state/data-model.ts +0 -239
  366. package/src/v0_9/state/surface-components-model.test.ts +0 -59
  367. package/src/v0_9/state/surface-components-model.ts +0 -48
  368. package/src/v0_9/state/surface-group-model.test.ts +0 -82
  369. package/src/v0_9/state/surface-group-model.ts +0 -66
  370. package/src/v0_9/state/surface-model.test.ts +0 -44
  371. package/src/v0_9/state/surface-model.ts +0 -39
  372. package/src/v0_9/test/test-utils.ts +0 -22
  373. /package/{dist/src → src}/v0_8/data/guards.d.ts +0 -0
  374. /package/{dist/src → src}/v0_8/data/guards.d.ts.map +0 -0
  375. /package/{dist/src → src}/v0_8/data/guards.js.map +0 -0
  376. /package/{dist/src → src}/v0_8/events/base.d.ts +0 -0
  377. /package/{dist/src → src}/v0_8/events/base.d.ts.map +0 -0
  378. /package/{dist/src → src}/v0_8/events/base.js +0 -0
  379. /package/{dist/src → src}/v0_8/events/base.js.map +0 -0
  380. /package/{dist/src → src}/v0_8/events/index.d.ts +0 -0
  381. /package/{dist/src → src}/v0_8/events/index.d.ts.map +0 -0
  382. /package/{dist/src → src}/v0_8/events/index.js +0 -0
  383. /package/{dist/src → src}/v0_8/events/index.js.map +0 -0
  384. /package/{dist/src → src}/v0_8/events/validation-event.d.ts +0 -0
  385. /package/{dist/src → src}/v0_8/events/validation-event.js +0 -0
  386. /package/{dist/src → src}/v0_8/schemas/a2ui_client_capabilities_schema.json +0 -0
  387. /package/{dist/src → src}/v0_8/schemas/catalog_description_schema.json +0 -0
  388. /package/{dist/src → src}/v0_8/schemas/client_to_server.json +0 -0
  389. /package/{dist/src → src}/v0_8/styles/behavior.d.ts +0 -0
  390. /package/{dist/src → src}/v0_8/styles/behavior.d.ts.map +0 -0
  391. /package/{dist/src → src}/v0_8/styles/behavior.js.map +0 -0
  392. /package/{dist/src → src}/v0_8/styles/border.d.ts +0 -0
  393. /package/{dist/src → src}/v0_8/styles/border.d.ts.map +0 -0
  394. /package/{dist/src → src}/v0_8/styles/border.js.map +0 -0
  395. /package/{dist/src → src}/v0_8/styles/colors.d.ts +0 -0
  396. /package/{dist/src → src}/v0_8/styles/colors.d.ts.map +0 -0
  397. /package/{dist/src → src}/v0_8/styles/index.d.ts +0 -0
  398. /package/{dist/src → src}/v0_8/styles/index.d.ts.map +0 -0
  399. /package/{dist/src → src}/v0_8/styles/index.js.map +0 -0
  400. /package/{dist/src → src}/v0_8/styles/layout.d.ts +0 -0
  401. /package/{dist/src → src}/v0_8/styles/layout.d.ts.map +0 -0
  402. /package/{dist/src → src}/v0_8/styles/opacity.d.ts +0 -0
  403. /package/{dist/src → src}/v0_8/styles/opacity.d.ts.map +0 -0
  404. /package/{dist/src → src}/v0_8/styles/opacity.js.map +0 -0
  405. /package/{dist/src → src}/v0_8/styles/shared.d.ts +0 -0
  406. /package/{dist/src → src}/v0_8/styles/shared.d.ts.map +0 -0
  407. /package/{dist/src → src}/v0_8/styles/shared.js.map +0 -0
  408. /package/{dist/src → src}/v0_8/styles/type.d.ts +0 -0
  409. /package/{dist/src → src}/v0_8/styles/type.d.ts.map +0 -0
  410. /package/{dist/src → src}/v0_8/styles/type.js.map +0 -0
  411. /package/{dist/src → src}/v0_8/styles/utils.d.ts +0 -0
  412. /package/{dist/src → src}/v0_8/styles/utils.d.ts.map +0 -0
  413. /package/{dist/src → src}/v0_8/styles/utils.js.map +0 -0
  414. /package/{dist/src → src}/v0_8/types/client-event.js.map +0 -0
  415. /package/{dist/src → src}/v0_8/types/colors.d.ts +0 -0
  416. /package/{dist/src → src}/v0_8/types/colors.d.ts.map +0 -0
  417. /package/{dist/src → src}/v0_8/types/colors.js.map +0 -0
  418. /package/{dist/src → src}/v0_8/types/components.js.map +0 -0
  419. /package/{dist/src → src}/v0_8/types/primitives.js.map +0 -0
  420. /package/{dist/src → src}/v0_8/types/types.js.map +0 -0
  421. /package/{dist/src → src}/v0_9/processing/message-processor.test.d.ts +0 -0
  422. /package/{dist/src → src}/v0_9/processing/message-processor.test.d.ts.map +0 -0
  423. /package/{dist/src → src}/v0_9/rendering/data-context.test.d.ts +0 -0
  424. /package/{dist/src → src}/v0_9/rendering/data-context.test.d.ts.map +0 -0
  425. /package/{dist/src → src}/v0_9/state/component-model.test.d.ts +0 -0
  426. /package/{dist/src → src}/v0_9/state/component-model.test.d.ts.map +0 -0
  427. /package/{dist/src → src}/v0_9/state/data-model.test.d.ts +0 -0
  428. /package/{dist/src → src}/v0_9/state/data-model.test.d.ts.map +0 -0
  429. /package/{dist/src → src}/v0_9/state/surface-components-model.test.d.ts +0 -0
  430. /package/{dist/src → src}/v0_9/state/surface-components-model.test.d.ts.map +0 -0
  431. /package/{dist/src → src}/v0_9/state/surface-group-model.test.d.ts +0 -0
  432. /package/{dist/src → src}/v0_9/state/surface-group-model.test.d.ts.map +0 -0
  433. /package/{dist/src → src}/v0_9/state/surface-model.test.d.ts +0 -0
  434. /package/{dist/src → src}/v0_9/state/surface-model.test.d.ts.map +0 -0
  435. /package/{dist/src → src}/v0_9/test/test-utils.d.ts +0 -0
@@ -0,0 +1,1387 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "https://a2ui.org/specification/v0_9/basic_catalog.json",
4
+ "title": "A2UI Basic Catalog",
5
+ "description": "Unified catalog of basic A2UI components and functions.",
6
+ "catalogId": "https://a2ui.org/specification/v0_9/basic_catalog.json",
7
+ "components": {
8
+ "Text": {
9
+ "type": "object",
10
+ "allOf": [
11
+ {
12
+ "$ref": "common_types.json#/$defs/ComponentCommon"
13
+ },
14
+ {
15
+ "$ref": "#/$defs/CatalogComponentCommon"
16
+ },
17
+ {
18
+ "type": "object",
19
+ "properties": {
20
+ "component": {
21
+ "const": "Text"
22
+ },
23
+ "text": {
24
+ "$ref": "common_types.json#/$defs/DynamicString",
25
+ "description": "The text content to display. While simple Markdown formatting is supported (i.e. without HTML, images, or links), utilizing dedicated UI components is generally preferred for a richer and more structured presentation."
26
+ },
27
+ "variant": {
28
+ "type": "string",
29
+ "description": "A hint for the base text style.",
30
+ "enum": ["h1", "h2", "h3", "h4", "h5", "caption", "body"],
31
+ "default": "body"
32
+ }
33
+ },
34
+ "required": ["component", "text"]
35
+ }
36
+ ],
37
+ "unevaluatedProperties": false
38
+ },
39
+ "Image": {
40
+ "type": "object",
41
+ "allOf": [
42
+ {
43
+ "$ref": "common_types.json#/$defs/ComponentCommon"
44
+ },
45
+ {
46
+ "$ref": "#/$defs/CatalogComponentCommon"
47
+ },
48
+ {
49
+ "type": "object",
50
+ "properties": {
51
+ "component": {
52
+ "const": "Image"
53
+ },
54
+ "url": {
55
+ "$ref": "common_types.json#/$defs/DynamicString",
56
+ "description": "The URL of the image to display."
57
+ },
58
+ "description": {
59
+ "$ref": "common_types.json#/$defs/DynamicString",
60
+ "description": "Accessibility text for the image."
61
+ },
62
+ "fit": {
63
+ "type": "string",
64
+ "description": "Specifies how the image should be resized to fit its container. This corresponds to the CSS 'object-fit' property.",
65
+ "enum": ["contain", "cover", "fill", "none", "scaleDown"],
66
+ "default": "fill"
67
+ },
68
+ "variant": {
69
+ "type": "string",
70
+ "description": "A hint for the image size and style.",
71
+ "enum": [
72
+ "icon",
73
+ "avatar",
74
+ "smallFeature",
75
+ "mediumFeature",
76
+ "largeFeature",
77
+ "header"
78
+ ],
79
+ "default": "mediumFeature"
80
+ }
81
+ },
82
+ "required": ["component", "url"]
83
+ }
84
+ ],
85
+ "unevaluatedProperties": false
86
+ },
87
+ "Icon": {
88
+ "type": "object",
89
+ "allOf": [
90
+ {
91
+ "$ref": "common_types.json#/$defs/ComponentCommon"
92
+ },
93
+ {
94
+ "$ref": "#/$defs/CatalogComponentCommon"
95
+ },
96
+ {
97
+ "type": "object",
98
+ "properties": {
99
+ "component": {
100
+ "const": "Icon"
101
+ },
102
+ "name": {
103
+ "description": "The name of the icon to display.",
104
+ "oneOf": [
105
+ {
106
+ "type": "string",
107
+ "enum": [
108
+ "accountCircle",
109
+ "add",
110
+ "arrowBack",
111
+ "arrowForward",
112
+ "attachFile",
113
+ "calendarToday",
114
+ "call",
115
+ "camera",
116
+ "check",
117
+ "close",
118
+ "delete",
119
+ "download",
120
+ "edit",
121
+ "event",
122
+ "error",
123
+ "fastForward",
124
+ "favorite",
125
+ "favoriteOff",
126
+ "folder",
127
+ "help",
128
+ "home",
129
+ "info",
130
+ "locationOn",
131
+ "lock",
132
+ "lockOpen",
133
+ "mail",
134
+ "menu",
135
+ "moreVert",
136
+ "moreHoriz",
137
+ "notificationsOff",
138
+ "notifications",
139
+ "pause",
140
+ "payment",
141
+ "person",
142
+ "phone",
143
+ "photo",
144
+ "play",
145
+ "print",
146
+ "refresh",
147
+ "rewind",
148
+ "search",
149
+ "send",
150
+ "settings",
151
+ "share",
152
+ "shoppingCart",
153
+ "skipNext",
154
+ "skipPrevious",
155
+ "star",
156
+ "starHalf",
157
+ "starOff",
158
+ "stop",
159
+ "upload",
160
+ "visibility",
161
+ "visibilityOff",
162
+ "volumeDown",
163
+ "volumeMute",
164
+ "volumeOff",
165
+ "volumeUp",
166
+ "warning"
167
+ ]
168
+ },
169
+ {
170
+ "type": "object",
171
+ "properties": {
172
+ "path": {
173
+ "type": "string"
174
+ }
175
+ },
176
+ "required": ["path"],
177
+ "additionalProperties": false
178
+ }
179
+ ]
180
+ }
181
+ },
182
+ "required": ["component", "name"]
183
+ }
184
+ ],
185
+ "unevaluatedProperties": false
186
+ },
187
+ "Video": {
188
+ "type": "object",
189
+ "allOf": [
190
+ {
191
+ "$ref": "common_types.json#/$defs/ComponentCommon"
192
+ },
193
+ {
194
+ "$ref": "#/$defs/CatalogComponentCommon"
195
+ },
196
+ {
197
+ "type": "object",
198
+ "properties": {
199
+ "component": {
200
+ "const": "Video"
201
+ },
202
+ "url": {
203
+ "$ref": "common_types.json#/$defs/DynamicString",
204
+ "description": "The URL of the video to display."
205
+ }
206
+ },
207
+ "required": ["component", "url"]
208
+ }
209
+ ],
210
+ "unevaluatedProperties": false
211
+ },
212
+ "AudioPlayer": {
213
+ "type": "object",
214
+ "allOf": [
215
+ {
216
+ "$ref": "common_types.json#/$defs/ComponentCommon"
217
+ },
218
+ {
219
+ "$ref": "#/$defs/CatalogComponentCommon"
220
+ },
221
+ {
222
+ "type": "object",
223
+ "properties": {
224
+ "component": {
225
+ "const": "AudioPlayer"
226
+ },
227
+ "url": {
228
+ "$ref": "common_types.json#/$defs/DynamicString",
229
+ "description": "The URL of the audio to be played."
230
+ },
231
+ "description": {
232
+ "description": "A description of the audio, such as a title or summary.",
233
+ "$ref": "common_types.json#/$defs/DynamicString"
234
+ }
235
+ },
236
+ "required": ["component", "url"]
237
+ }
238
+ ],
239
+ "unevaluatedProperties": false
240
+ },
241
+ "Row": {
242
+ "type": "object",
243
+ "allOf": [
244
+ {
245
+ "$ref": "common_types.json#/$defs/ComponentCommon"
246
+ },
247
+ {
248
+ "$ref": "#/$defs/CatalogComponentCommon"
249
+ },
250
+ {
251
+ "type": "object",
252
+ "description": "A layout component that arranges its children horizontally. To create a grid layout, nest Columns within this Row.",
253
+ "properties": {
254
+ "component": {
255
+ "const": "Row"
256
+ },
257
+ "children": {
258
+ "description": "Defines the children. Use an array of strings for a fixed set of children, or a template object to generate children from a data list. Children cannot be defined inline, they must be referred to by ID.",
259
+ "$ref": "common_types.json#/$defs/ChildList"
260
+ },
261
+ "justify": {
262
+ "type": "string",
263
+ "description": "Defines the arrangement of children along the main axis (horizontally). Use 'spaceBetween' to push items to the edges, or 'start'/'end'/'center' to pack them together.",
264
+ "enum": [
265
+ "center",
266
+ "end",
267
+ "spaceAround",
268
+ "spaceBetween",
269
+ "spaceEvenly",
270
+ "start",
271
+ "stretch"
272
+ ],
273
+ "default": "start"
274
+ },
275
+ "align": {
276
+ "type": "string",
277
+ "description": "Defines the alignment of children along the cross axis (vertically). This is similar to the CSS 'align-items' property, but uses camelCase values (e.g., 'start').",
278
+ "enum": ["start", "center", "end", "stretch"],
279
+ "default": "stretch"
280
+ }
281
+ },
282
+ "required": ["component", "children"]
283
+ }
284
+ ],
285
+ "unevaluatedProperties": false
286
+ },
287
+ "Column": {
288
+ "type": "object",
289
+ "allOf": [
290
+ {
291
+ "$ref": "common_types.json#/$defs/ComponentCommon"
292
+ },
293
+ {
294
+ "$ref": "#/$defs/CatalogComponentCommon"
295
+ },
296
+ {
297
+ "type": "object",
298
+ "description": "A layout component that arranges its children vertically. To create a grid layout, nest Rows within this Column.",
299
+ "properties": {
300
+ "component": {
301
+ "const": "Column"
302
+ },
303
+ "children": {
304
+ "description": "Defines the children. Use an array of strings for a fixed set of children, or a template object to generate children from a data list. Children cannot be defined inline, they must be referred to by ID.",
305
+ "$ref": "common_types.json#/$defs/ChildList"
306
+ },
307
+ "justify": {
308
+ "type": "string",
309
+ "description": "Defines the arrangement of children along the main axis (vertically). Use 'spaceBetween' to push items to the edges (e.g. header at top, footer at bottom), or 'start'/'end'/'center' to pack them together.",
310
+ "enum": [
311
+ "start",
312
+ "center",
313
+ "end",
314
+ "spaceBetween",
315
+ "spaceAround",
316
+ "spaceEvenly",
317
+ "stretch"
318
+ ],
319
+ "default": "start"
320
+ },
321
+ "align": {
322
+ "type": "string",
323
+ "description": "Defines the alignment of children along the cross axis (horizontally). This is similar to the CSS 'align-items' property.",
324
+ "enum": ["center", "end", "start", "stretch"],
325
+ "default": "stretch"
326
+ }
327
+ },
328
+ "required": ["component", "children"]
329
+ }
330
+ ],
331
+ "unevaluatedProperties": false
332
+ },
333
+ "List": {
334
+ "type": "object",
335
+ "allOf": [
336
+ {
337
+ "$ref": "common_types.json#/$defs/ComponentCommon"
338
+ },
339
+ {
340
+ "$ref": "#/$defs/CatalogComponentCommon"
341
+ },
342
+ {
343
+ "type": "object",
344
+ "properties": {
345
+ "component": {
346
+ "const": "List"
347
+ },
348
+ "children": {
349
+ "description": "Defines the children. Use an array of strings for a fixed set of children, or a template object to generate children from a data list.",
350
+ "$ref": "common_types.json#/$defs/ChildList"
351
+ },
352
+ "direction": {
353
+ "type": "string",
354
+ "description": "The direction in which the list items are laid out.",
355
+ "enum": ["vertical", "horizontal"],
356
+ "default": "vertical"
357
+ },
358
+ "align": {
359
+ "type": "string",
360
+ "description": "Defines the alignment of children along the cross axis.",
361
+ "enum": ["start", "center", "end", "stretch"],
362
+ "default": "stretch"
363
+ }
364
+ },
365
+ "required": ["component", "children"]
366
+ }
367
+ ],
368
+ "unevaluatedProperties": false
369
+ },
370
+ "Card": {
371
+ "type": "object",
372
+ "allOf": [
373
+ {
374
+ "$ref": "common_types.json#/$defs/ComponentCommon"
375
+ },
376
+ {
377
+ "$ref": "#/$defs/CatalogComponentCommon"
378
+ },
379
+ {
380
+ "type": "object",
381
+ "properties": {
382
+ "component": {
383
+ "const": "Card"
384
+ },
385
+ "child": {
386
+ "$ref": "common_types.json#/$defs/ComponentId",
387
+ "description": "The ID of the single child component to be rendered inside the card. To display multiple elements, you MUST wrap them in a layout component (like Column or Row) and pass that container's ID here. Do NOT pass multiple IDs or a non-existent ID. Do NOT define the child component inline."
388
+ }
389
+ },
390
+ "required": ["component", "child"]
391
+ }
392
+ ],
393
+ "unevaluatedProperties": false
394
+ },
395
+ "Tabs": {
396
+ "type": "object",
397
+ "allOf": [
398
+ {
399
+ "$ref": "common_types.json#/$defs/ComponentCommon"
400
+ },
401
+ {
402
+ "$ref": "#/$defs/CatalogComponentCommon"
403
+ },
404
+ {
405
+ "type": "object",
406
+ "properties": {
407
+ "component": {
408
+ "const": "Tabs"
409
+ },
410
+ "tabs": {
411
+ "type": "array",
412
+ "description": "An array of objects, where each object defines a tab with a title and a child component.",
413
+ "minItems": 1,
414
+ "items": {
415
+ "type": "object",
416
+ "properties": {
417
+ "title": {
418
+ "description": "The tab title.",
419
+ "$ref": "common_types.json#/$defs/DynamicString"
420
+ },
421
+ "child": {
422
+ "$ref": "common_types.json#/$defs/ComponentId",
423
+ "description": "The ID of the child component. Do NOT define the component inline."
424
+ }
425
+ },
426
+ "required": ["title", "child"],
427
+ "additionalProperties": false
428
+ }
429
+ }
430
+ },
431
+ "required": ["component", "tabs"]
432
+ }
433
+ ],
434
+ "unevaluatedProperties": false
435
+ },
436
+ "Modal": {
437
+ "type": "object",
438
+ "allOf": [
439
+ {
440
+ "$ref": "common_types.json#/$defs/ComponentCommon"
441
+ },
442
+ {
443
+ "$ref": "#/$defs/CatalogComponentCommon"
444
+ },
445
+ {
446
+ "type": "object",
447
+ "properties": {
448
+ "component": {
449
+ "const": "Modal"
450
+ },
451
+ "trigger": {
452
+ "$ref": "common_types.json#/$defs/ComponentId",
453
+ "description": "The ID of the component that opens the modal when interacted with (e.g., a button). Do NOT define the component inline."
454
+ },
455
+ "content": {
456
+ "$ref": "common_types.json#/$defs/ComponentId",
457
+ "description": "The ID of the component to be displayed inside the modal. Do NOT define the component inline."
458
+ }
459
+ },
460
+ "required": ["component", "trigger", "content"]
461
+ }
462
+ ],
463
+ "unevaluatedProperties": false
464
+ },
465
+ "Divider": {
466
+ "type": "object",
467
+ "allOf": [
468
+ {
469
+ "$ref": "common_types.json#/$defs/ComponentCommon"
470
+ },
471
+ {
472
+ "$ref": "#/$defs/CatalogComponentCommon"
473
+ },
474
+ {
475
+ "type": "object",
476
+ "properties": {
477
+ "component": {
478
+ "const": "Divider"
479
+ },
480
+ "axis": {
481
+ "type": "string",
482
+ "description": "The orientation of the divider.",
483
+ "enum": ["horizontal", "vertical"],
484
+ "default": "horizontal"
485
+ }
486
+ },
487
+ "required": ["component"]
488
+ }
489
+ ],
490
+ "unevaluatedProperties": false
491
+ },
492
+ "Button": {
493
+ "type": "object",
494
+ "allOf": [
495
+ {
496
+ "$ref": "common_types.json#/$defs/ComponentCommon"
497
+ },
498
+ {
499
+ "$ref": "#/$defs/CatalogComponentCommon"
500
+ },
501
+ {
502
+ "$ref": "common_types.json#/$defs/Checkable"
503
+ },
504
+ {
505
+ "type": "object",
506
+ "properties": {
507
+ "component": {
508
+ "const": "Button"
509
+ },
510
+ "child": {
511
+ "$ref": "common_types.json#/$defs/ComponentId",
512
+ "description": "The ID of the child component. Use a 'Text' component for a labeled button. Only use an 'Icon' if the requirements explicitly ask for an icon-only button. Do NOT define the child component inline."
513
+ },
514
+ "variant": {
515
+ "type": "string",
516
+ "description": "A hint for the button style. If omitted, a default button style is used. 'primary' indicates this is the main call-to-action button. 'borderless' means the button has no visual border or background, making its child content appear like a clickable link.",
517
+ "enum": ["default", "primary", "borderless"],
518
+ "default": "default"
519
+ },
520
+ "action": {
521
+ "$ref": "common_types.json#/$defs/Action"
522
+ }
523
+ },
524
+ "required": ["component", "child", "action"]
525
+ }
526
+ ],
527
+ "unevaluatedProperties": false
528
+ },
529
+ "TextField": {
530
+ "type": "object",
531
+ "allOf": [
532
+ {
533
+ "$ref": "common_types.json#/$defs/ComponentCommon"
534
+ },
535
+ {
536
+ "$ref": "#/$defs/CatalogComponentCommon"
537
+ },
538
+ {
539
+ "$ref": "common_types.json#/$defs/Checkable"
540
+ },
541
+ {
542
+ "type": "object",
543
+ "properties": {
544
+ "component": {
545
+ "const": "TextField"
546
+ },
547
+ "label": {
548
+ "$ref": "common_types.json#/$defs/DynamicString",
549
+ "description": "The text label for the input field."
550
+ },
551
+ "value": {
552
+ "$ref": "common_types.json#/$defs/DynamicString",
553
+ "description": "The value of the text field."
554
+ },
555
+ "variant": {
556
+ "type": "string",
557
+ "description": "The type of input field to display.",
558
+ "enum": ["longText", "number", "shortText", "obscured"],
559
+ "default": "shortText"
560
+ },
561
+ "validationRegexp": {
562
+ "type": "string",
563
+ "description": "A regular expression used for client-side validation of the input."
564
+ }
565
+ },
566
+ "required": ["component", "label"]
567
+ }
568
+ ],
569
+ "unevaluatedProperties": false
570
+ },
571
+ "CheckBox": {
572
+ "type": "object",
573
+ "allOf": [
574
+ {
575
+ "$ref": "common_types.json#/$defs/ComponentCommon"
576
+ },
577
+ {
578
+ "$ref": "#/$defs/CatalogComponentCommon"
579
+ },
580
+ {
581
+ "$ref": "common_types.json#/$defs/Checkable"
582
+ },
583
+ {
584
+ "type": "object",
585
+ "properties": {
586
+ "component": {
587
+ "const": "CheckBox"
588
+ },
589
+ "label": {
590
+ "$ref": "common_types.json#/$defs/DynamicString",
591
+ "description": "The text to display next to the checkbox."
592
+ },
593
+ "value": {
594
+ "$ref": "common_types.json#/$defs/DynamicBoolean",
595
+ "description": "The current state of the checkbox (true for checked, false for unchecked)."
596
+ }
597
+ },
598
+ "required": ["component", "label", "value"]
599
+ }
600
+ ],
601
+ "unevaluatedProperties": false
602
+ },
603
+ "ChoicePicker": {
604
+ "type": "object",
605
+ "allOf": [
606
+ {
607
+ "$ref": "common_types.json#/$defs/ComponentCommon"
608
+ },
609
+ {
610
+ "$ref": "#/$defs/CatalogComponentCommon"
611
+ },
612
+ {
613
+ "$ref": "common_types.json#/$defs/Checkable"
614
+ },
615
+ {
616
+ "type": "object",
617
+ "description": "A component that allows selecting one or more options from a list.",
618
+ "properties": {
619
+ "component": {
620
+ "const": "ChoicePicker"
621
+ },
622
+ "label": {
623
+ "$ref": "common_types.json#/$defs/DynamicString",
624
+ "description": "The label for the group of options."
625
+ },
626
+ "variant": {
627
+ "type": "string",
628
+ "description": "A hint for how the choice picker should be displayed and behave.",
629
+ "enum": ["multipleSelection", "mutuallyExclusive"],
630
+ "default": "mutuallyExclusive"
631
+ },
632
+ "options": {
633
+ "type": "array",
634
+ "description": "The list of available options to choose from.",
635
+ "items": {
636
+ "type": "object",
637
+ "properties": {
638
+ "label": {
639
+ "description": "The text to display for this option.",
640
+ "$ref": "common_types.json#/$defs/DynamicString"
641
+ },
642
+ "value": {
643
+ "type": "string",
644
+ "description": "The stable value associated with this option."
645
+ }
646
+ },
647
+ "required": ["label", "value"],
648
+ "additionalProperties": false
649
+ }
650
+ },
651
+ "value": {
652
+ "$ref": "common_types.json#/$defs/DynamicStringList",
653
+ "description": "The list of currently selected values. This should be bound to a string array in the data model."
654
+ },
655
+ "displayStyle": {
656
+ "type": "string",
657
+ "description": "The display style of the component.",
658
+ "enum": ["checkbox", "chips"],
659
+ "default": "checkbox"
660
+ },
661
+ "filterable": {
662
+ "type": "boolean",
663
+ "description": "If true, displays a search input to filter the options.",
664
+ "default": false
665
+ }
666
+ },
667
+ "required": ["component", "options", "value"]
668
+ }
669
+ ],
670
+ "unevaluatedProperties": false
671
+ },
672
+ "Slider": {
673
+ "type": "object",
674
+ "allOf": [
675
+ {
676
+ "$ref": "common_types.json#/$defs/ComponentCommon"
677
+ },
678
+ {
679
+ "$ref": "#/$defs/CatalogComponentCommon"
680
+ },
681
+ {
682
+ "$ref": "common_types.json#/$defs/Checkable"
683
+ },
684
+ {
685
+ "type": "object",
686
+ "properties": {
687
+ "component": {
688
+ "const": "Slider"
689
+ },
690
+ "label": {
691
+ "$ref": "common_types.json#/$defs/DynamicString",
692
+ "description": "The label for the slider."
693
+ },
694
+ "min": {
695
+ "type": "number",
696
+ "description": "The minimum value of the slider.",
697
+ "default": 0
698
+ },
699
+ "max": {
700
+ "type": "number",
701
+ "description": "The maximum value of the slider."
702
+ },
703
+ "value": {
704
+ "$ref": "common_types.json#/$defs/DynamicNumber",
705
+ "description": "The current value of the slider."
706
+ }
707
+ },
708
+ "required": ["component", "value", "max"]
709
+ }
710
+ ],
711
+ "unevaluatedProperties": false
712
+ },
713
+ "DateTimeInput": {
714
+ "type": "object",
715
+ "allOf": [
716
+ {
717
+ "$ref": "common_types.json#/$defs/ComponentCommon"
718
+ },
719
+ {
720
+ "$ref": "#/$defs/CatalogComponentCommon"
721
+ },
722
+ {
723
+ "$ref": "common_types.json#/$defs/Checkable"
724
+ },
725
+ {
726
+ "type": "object",
727
+ "properties": {
728
+ "component": {
729
+ "const": "DateTimeInput"
730
+ },
731
+ "value": {
732
+ "$ref": "common_types.json#/$defs/DynamicString",
733
+ "description": "The selected date and/or time value in ISO 8601 format. If not yet set, initialize with an empty string."
734
+ },
735
+ "enableDate": {
736
+ "type": "boolean",
737
+ "description": "If true, allows the user to select a date.",
738
+ "default": false
739
+ },
740
+ "enableTime": {
741
+ "type": "boolean",
742
+ "description": "If true, allows the user to select a time.",
743
+ "default": false
744
+ },
745
+ "min": {
746
+ "allOf": [
747
+ {
748
+ "$ref": "common_types.json#/$defs/DynamicString"
749
+ },
750
+ {
751
+ "if": {
752
+ "type": "string"
753
+ },
754
+ "then": {
755
+ "oneOf": [
756
+ {
757
+ "format": "date"
758
+ },
759
+ {
760
+ "format": "time"
761
+ },
762
+ {
763
+ "format": "date-time"
764
+ }
765
+ ]
766
+ }
767
+ }
768
+ ],
769
+ "description": "The minimum allowed date/time in ISO 8601 format."
770
+ },
771
+ "max": {
772
+ "allOf": [
773
+ {
774
+ "$ref": "common_types.json#/$defs/DynamicString"
775
+ },
776
+ {
777
+ "if": {
778
+ "type": "string"
779
+ },
780
+ "then": {
781
+ "oneOf": [
782
+ {
783
+ "format": "date"
784
+ },
785
+ {
786
+ "format": "time"
787
+ },
788
+ {
789
+ "format": "date-time"
790
+ }
791
+ ]
792
+ }
793
+ }
794
+ ],
795
+ "description": "The maximum allowed date/time in ISO 8601 format."
796
+ },
797
+ "label": {
798
+ "$ref": "common_types.json#/$defs/DynamicString",
799
+ "description": "The text label for the input field."
800
+ }
801
+ },
802
+ "required": ["component", "value"]
803
+ }
804
+ ],
805
+ "unevaluatedProperties": false
806
+ }
807
+ },
808
+ "functions": {
809
+ "required": {
810
+ "type": "object",
811
+ "description": "Checks that the value is not null, undefined, or empty.",
812
+ "properties": {
813
+ "call": {
814
+ "const": "required"
815
+ },
816
+ "args": {
817
+ "type": "object",
818
+ "properties": {
819
+ "value": {
820
+ "description": "The value to check."
821
+ }
822
+ },
823
+ "required": ["value"],
824
+ "additionalProperties": false
825
+ },
826
+ "returnType": {
827
+ "const": "boolean"
828
+ }
829
+ },
830
+ "required": ["call", "args"],
831
+ "unevaluatedProperties": false
832
+ },
833
+ "regex": {
834
+ "type": "object",
835
+ "description": "Checks that the value matches a regular expression string.",
836
+ "properties": {
837
+ "call": {
838
+ "const": "regex"
839
+ },
840
+ "args": {
841
+ "type": "object",
842
+ "properties": {
843
+ "value": {
844
+ "$ref": "common_types.json#/$defs/DynamicString"
845
+ },
846
+ "pattern": {
847
+ "type": "string",
848
+ "description": "The regex pattern to match against."
849
+ }
850
+ },
851
+ "required": ["value", "pattern"],
852
+ "unevaluatedProperties": false
853
+ },
854
+ "returnType": {
855
+ "const": "boolean"
856
+ }
857
+ },
858
+ "required": ["call", "args"],
859
+ "unevaluatedProperties": false
860
+ },
861
+ "length": {
862
+ "type": "object",
863
+ "description": "Checks string length constraints.",
864
+ "properties": {
865
+ "call": {
866
+ "const": "length"
867
+ },
868
+ "args": {
869
+ "type": "object",
870
+ "properties": {
871
+ "value": {
872
+ "$ref": "common_types.json#/$defs/DynamicString"
873
+ },
874
+ "min": {
875
+ "type": "integer",
876
+ "minimum": 0,
877
+ "description": "The minimum allowed length."
878
+ },
879
+ "max": {
880
+ "type": "integer",
881
+ "minimum": 0,
882
+ "description": "The maximum allowed length."
883
+ }
884
+ },
885
+ "required": ["value"],
886
+ "anyOf": [
887
+ {
888
+ "required": ["min"]
889
+ },
890
+ {
891
+ "required": ["max"]
892
+ }
893
+ ],
894
+ "unevaluatedProperties": false
895
+ },
896
+ "returnType": {
897
+ "const": "boolean"
898
+ }
899
+ },
900
+ "required": ["call", "args"],
901
+ "unevaluatedProperties": false
902
+ },
903
+ "numeric": {
904
+ "type": "object",
905
+ "description": "Checks numeric range constraints.",
906
+ "properties": {
907
+ "call": {
908
+ "const": "numeric"
909
+ },
910
+ "args": {
911
+ "type": "object",
912
+ "properties": {
913
+ "value": {
914
+ "$ref": "common_types.json#/$defs/DynamicNumber"
915
+ },
916
+ "min": {
917
+ "type": "number",
918
+ "description": "The minimum allowed value."
919
+ },
920
+ "max": {
921
+ "type": "number",
922
+ "description": "The maximum allowed value."
923
+ }
924
+ },
925
+ "required": ["value"],
926
+ "anyOf": [
927
+ {
928
+ "required": ["min"]
929
+ },
930
+ {
931
+ "required": ["max"]
932
+ }
933
+ ],
934
+ "unevaluatedProperties": false
935
+ },
936
+ "returnType": {
937
+ "const": "boolean"
938
+ }
939
+ },
940
+ "required": ["call", "args"],
941
+ "unevaluatedProperties": false
942
+ },
943
+ "email": {
944
+ "type": "object",
945
+ "description": "Checks that the value is a valid email address.",
946
+ "properties": {
947
+ "call": {
948
+ "const": "email"
949
+ },
950
+ "args": {
951
+ "type": "object",
952
+ "properties": {
953
+ "value": {
954
+ "$ref": "common_types.json#/$defs/DynamicString"
955
+ }
956
+ },
957
+ "required": ["value"],
958
+ "unevaluatedProperties": false
959
+ },
960
+ "returnType": {
961
+ "const": "boolean"
962
+ }
963
+ },
964
+ "required": ["call", "args"],
965
+ "unevaluatedProperties": false
966
+ },
967
+ "formatString": {
968
+ "type": "object",
969
+ "description": "Performs string interpolation of data model values and other functions in the catalog functions list and returns the resulting string. The value string can contain interpolated expressions in the `${expression}` format. Supported expression types include: JSON Pointer paths to the data model (e.g., `${/absolute/path}` or `${relative/path}`), and client-side function calls (e.g., `${now()}`). Function arguments must be named (e.g., `${formatDate(value:${/currentDate}, format:'MM-dd')}`). To include a literal `${` sequence, escape it as `\\${`.",
970
+ "properties": {
971
+ "call": {
972
+ "const": "formatString"
973
+ },
974
+ "args": {
975
+ "type": "object",
976
+ "properties": {
977
+ "value": {
978
+ "$ref": "common_types.json#/$defs/DynamicString"
979
+ }
980
+ },
981
+ "required": ["value"],
982
+ "unevaluatedProperties": false
983
+ },
984
+ "returnType": {
985
+ "const": "string"
986
+ }
987
+ },
988
+ "required": ["call", "args"],
989
+ "unevaluatedProperties": false
990
+ },
991
+ "formatNumber": {
992
+ "type": "object",
993
+ "description": "Formats a number with the specified grouping and decimal precision.",
994
+ "properties": {
995
+ "call": {
996
+ "const": "formatNumber"
997
+ },
998
+ "args": {
999
+ "type": "object",
1000
+ "properties": {
1001
+ "value": {
1002
+ "$ref": "common_types.json#/$defs/DynamicNumber",
1003
+ "description": "The number to format."
1004
+ },
1005
+ "decimals": {
1006
+ "$ref": "common_types.json#/$defs/DynamicNumber",
1007
+ "description": "Optional. The number of decimal places to show. Defaults to 0 or 2 depending on locale."
1008
+ },
1009
+ "grouping": {
1010
+ "$ref": "common_types.json#/$defs/DynamicBoolean",
1011
+ "description": "Optional. If true, uses locale-specific grouping separators (e.g. '1,000'). If false, returns raw digits (e.g. '1000'). Defaults to true."
1012
+ }
1013
+ },
1014
+ "required": ["value"],
1015
+ "unevaluatedProperties": false
1016
+ },
1017
+ "returnType": {
1018
+ "const": "string"
1019
+ }
1020
+ },
1021
+ "required": ["call", "args"],
1022
+ "unevaluatedProperties": false
1023
+ },
1024
+ "formatCurrency": {
1025
+ "type": "object",
1026
+ "description": "Formats a number as a currency string.",
1027
+ "properties": {
1028
+ "call": {
1029
+ "const": "formatCurrency"
1030
+ },
1031
+ "args": {
1032
+ "type": "object",
1033
+ "properties": {
1034
+ "value": {
1035
+ "$ref": "common_types.json#/$defs/DynamicNumber",
1036
+ "description": "The monetary amount."
1037
+ },
1038
+ "currency": {
1039
+ "$ref": "common_types.json#/$defs/DynamicString",
1040
+ "description": "The ISO 4217 currency code (e.g., 'USD', 'EUR')."
1041
+ },
1042
+ "decimals": {
1043
+ "$ref": "common_types.json#/$defs/DynamicNumber",
1044
+ "description": "Optional. The number of decimal places to show. Defaults to 0 or 2 depending on locale."
1045
+ },
1046
+ "grouping": {
1047
+ "$ref": "common_types.json#/$defs/DynamicBoolean",
1048
+ "description": "Optional. If true, uses locale-specific grouping separators (e.g. '1,000'). If false, returns raw digits (e.g. '1000'). Defaults to true."
1049
+ }
1050
+ },
1051
+ "required": ["currency", "value"],
1052
+ "unevaluatedProperties": false
1053
+ },
1054
+ "returnType": {
1055
+ "const": "string"
1056
+ }
1057
+ },
1058
+ "required": ["call", "args"],
1059
+ "unevaluatedProperties": false
1060
+ },
1061
+ "formatDate": {
1062
+ "type": "object",
1063
+ "description": "Formats a timestamp into a string using a pattern.",
1064
+ "properties": {
1065
+ "call": {
1066
+ "const": "formatDate"
1067
+ },
1068
+ "args": {
1069
+ "type": "object",
1070
+ "properties": {
1071
+ "value": {
1072
+ "$ref": "common_types.json#/$defs/DynamicValue",
1073
+ "description": "The date to format."
1074
+ },
1075
+ "format": {
1076
+ "$ref": "common_types.json#/$defs/DynamicString",
1077
+ "description": "A Unicode TR35 date pattern string.\n\nToken Reference:\n- Year: 'yy' (26), 'yyyy' (2026)\n- Month: 'M' (1), 'MM' (01), 'MMM' (Jan), 'MMMM' (January)\n- Day: 'd' (1), 'dd' (01), 'E' (Tue), 'EEEE' (Tuesday)\n- Hour (12h): 'h' (1-12), 'hh' (01-12) - requires 'a' for AM/PM\n- Hour (24h): 'H' (0-23), 'HH' (00-23) - Military Time\n- Minute: 'mm' (00-59)\n- Second: 'ss' (00-59)\n- Period: 'a' (AM/PM)\n\nExamples:\n- 'MMM dd, yyyy' -> 'Jan 16, 2026'\n- 'HH:mm' -> '14:30' (Military)\n- 'h:mm a' -> '2:30 PM'\n- 'EEEE, d MMMM' -> 'Friday, 16 January'"
1078
+ }
1079
+ },
1080
+ "required": ["format", "value"],
1081
+ "unevaluatedProperties": false
1082
+ },
1083
+ "returnType": {
1084
+ "const": "string"
1085
+ }
1086
+ },
1087
+ "required": ["call", "args"],
1088
+ "unevaluatedProperties": false
1089
+ },
1090
+ "pluralize": {
1091
+ "type": "object",
1092
+ "description": "Returns a localized string based on the Common Locale Data Repository (CLDR) plural category of the count (zero, one, two, few, many, other). Requires an 'other' fallback. For English, just use 'one' and 'other'.",
1093
+ "properties": {
1094
+ "call": {
1095
+ "const": "pluralize"
1096
+ },
1097
+ "args": {
1098
+ "type": "object",
1099
+ "properties": {
1100
+ "value": {
1101
+ "$ref": "common_types.json#/$defs/DynamicNumber",
1102
+ "description": "The numeric value used to determine the plural category."
1103
+ },
1104
+ "zero": {
1105
+ "$ref": "common_types.json#/$defs/DynamicString",
1106
+ "description": "String for the 'zero' category (e.g., 0 items)."
1107
+ },
1108
+ "one": {
1109
+ "$ref": "common_types.json#/$defs/DynamicString",
1110
+ "description": "String for the 'one' category (e.g., 1 item)."
1111
+ },
1112
+ "two": {
1113
+ "$ref": "common_types.json#/$defs/DynamicString",
1114
+ "description": "String for the 'two' category (used in Arabic, Welsh, etc.)."
1115
+ },
1116
+ "few": {
1117
+ "$ref": "common_types.json#/$defs/DynamicString",
1118
+ "description": "String for the 'few' category (e.g., small groups in Slavic languages)."
1119
+ },
1120
+ "many": {
1121
+ "$ref": "common_types.json#/$defs/DynamicString",
1122
+ "description": "String for the 'many' category (e.g., large groups in various languages)."
1123
+ },
1124
+ "other": {
1125
+ "$ref": "common_types.json#/$defs/DynamicString",
1126
+ "description": "The default/fallback string (used for general plural cases)."
1127
+ }
1128
+ },
1129
+ "required": ["value", "other"],
1130
+ "unevaluatedProperties": false
1131
+ },
1132
+ "returnType": {
1133
+ "const": "string"
1134
+ }
1135
+ },
1136
+ "required": ["call", "args"],
1137
+ "unevaluatedProperties": false
1138
+ },
1139
+ "openUrl": {
1140
+ "type": "object",
1141
+ "description": "Opens the specified URL in a browser or handler. This function has no return value.",
1142
+ "properties": {
1143
+ "call": {
1144
+ "const": "openUrl"
1145
+ },
1146
+ "args": {
1147
+ "type": "object",
1148
+ "properties": {
1149
+ "url": {
1150
+ "type": "string",
1151
+ "format": "uri",
1152
+ "description": "The URL to open."
1153
+ }
1154
+ },
1155
+ "required": ["url"],
1156
+ "additionalProperties": false
1157
+ },
1158
+ "returnType": {
1159
+ "const": "void"
1160
+ }
1161
+ },
1162
+ "required": ["call", "args"],
1163
+ "unevaluatedProperties": false
1164
+ },
1165
+ "and": {
1166
+ "type": "object",
1167
+ "description": "Performs a logical AND operation on a list of boolean values.",
1168
+ "properties": {
1169
+ "call": {
1170
+ "const": "and"
1171
+ },
1172
+ "args": {
1173
+ "type": "object",
1174
+ "properties": {
1175
+ "values": {
1176
+ "type": "array",
1177
+ "description": "The list of boolean values to evaluate.",
1178
+ "items": {
1179
+ "$ref": "common_types.json#/$defs/DynamicBoolean"
1180
+ },
1181
+ "minItems": 2
1182
+ }
1183
+ },
1184
+ "required": ["values"],
1185
+ "unevaluatedProperties": false
1186
+ },
1187
+ "returnType": {
1188
+ "const": "boolean"
1189
+ }
1190
+ },
1191
+ "required": ["call", "args"],
1192
+ "unevaluatedProperties": false
1193
+ },
1194
+ "or": {
1195
+ "type": "object",
1196
+ "description": "Performs a logical OR operation on a list of boolean values.",
1197
+ "properties": {
1198
+ "call": {
1199
+ "const": "or"
1200
+ },
1201
+ "args": {
1202
+ "type": "object",
1203
+ "properties": {
1204
+ "values": {
1205
+ "type": "array",
1206
+ "description": "The list of boolean values to evaluate.",
1207
+ "items": {
1208
+ "$ref": "common_types.json#/$defs/DynamicBoolean"
1209
+ },
1210
+ "minItems": 2
1211
+ }
1212
+ },
1213
+ "required": ["values"],
1214
+ "unevaluatedProperties": false
1215
+ },
1216
+ "returnType": {
1217
+ "const": "boolean"
1218
+ }
1219
+ },
1220
+ "required": ["call", "args"],
1221
+ "unevaluatedProperties": false
1222
+ },
1223
+ "not": {
1224
+ "type": "object",
1225
+ "description": "Performs a logical NOT operation on a boolean value.",
1226
+ "properties": {
1227
+ "call": {
1228
+ "const": "not"
1229
+ },
1230
+ "args": {
1231
+ "type": "object",
1232
+ "properties": {
1233
+ "value": {
1234
+ "$ref": "common_types.json#/$defs/DynamicBoolean",
1235
+ "description": "The boolean value to negate."
1236
+ }
1237
+ },
1238
+ "required": ["value"],
1239
+ "unevaluatedProperties": false
1240
+ },
1241
+ "returnType": {
1242
+ "const": "boolean"
1243
+ }
1244
+ },
1245
+ "required": ["call", "args"],
1246
+ "unevaluatedProperties": false
1247
+ }
1248
+ },
1249
+ "$defs": {
1250
+ "CatalogComponentCommon": {
1251
+ "type": "object",
1252
+ "properties": {
1253
+ "weight": {
1254
+ "type": "number",
1255
+ "description": "The relative weight of this component within a Row or Column. This is similar to the CSS 'flex-grow' property. Note: this may ONLY be set when the component is a direct descendant of a Row or Column."
1256
+ }
1257
+ }
1258
+ },
1259
+ "theme": {
1260
+ "type": "object",
1261
+ "properties": {
1262
+ "primaryColor": {
1263
+ "type": "string",
1264
+ "description": "The primary brand color used for highlights (e.g., primary buttons, active borders). Renderers may generate variants of this color for different contexts. Format: Hexadecimal code (e.g., '#00BFFF').",
1265
+ "pattern": "^#[0-9a-fA-F]{6}$"
1266
+ },
1267
+ "iconUrl": {
1268
+ "type": "string",
1269
+ "format": "uri",
1270
+ "description": "A URL for an image that identifies the agent or tool associated with the surface."
1271
+ },
1272
+ "agentDisplayName": {
1273
+ "type": "string",
1274
+ "description": "Text to be displayed next to the surface to identify the agent or tool that created it."
1275
+ }
1276
+ },
1277
+ "additionalProperties": true
1278
+ },
1279
+ "anyComponent": {
1280
+ "oneOf": [
1281
+ {
1282
+ "$ref": "#/components/Text"
1283
+ },
1284
+ {
1285
+ "$ref": "#/components/Image"
1286
+ },
1287
+ {
1288
+ "$ref": "#/components/Icon"
1289
+ },
1290
+ {
1291
+ "$ref": "#/components/Video"
1292
+ },
1293
+ {
1294
+ "$ref": "#/components/AudioPlayer"
1295
+ },
1296
+ {
1297
+ "$ref": "#/components/Row"
1298
+ },
1299
+ {
1300
+ "$ref": "#/components/Column"
1301
+ },
1302
+ {
1303
+ "$ref": "#/components/List"
1304
+ },
1305
+ {
1306
+ "$ref": "#/components/Card"
1307
+ },
1308
+ {
1309
+ "$ref": "#/components/Tabs"
1310
+ },
1311
+ {
1312
+ "$ref": "#/components/Modal"
1313
+ },
1314
+ {
1315
+ "$ref": "#/components/Divider"
1316
+ },
1317
+ {
1318
+ "$ref": "#/components/Button"
1319
+ },
1320
+ {
1321
+ "$ref": "#/components/TextField"
1322
+ },
1323
+ {
1324
+ "$ref": "#/components/CheckBox"
1325
+ },
1326
+ {
1327
+ "$ref": "#/components/ChoicePicker"
1328
+ },
1329
+ {
1330
+ "$ref": "#/components/Slider"
1331
+ },
1332
+ {
1333
+ "$ref": "#/components/DateTimeInput"
1334
+ }
1335
+ ],
1336
+ "discriminator": {
1337
+ "propertyName": "component"
1338
+ }
1339
+ },
1340
+ "anyFunction": {
1341
+ "oneOf": [
1342
+ {
1343
+ "$ref": "#/functions/required"
1344
+ },
1345
+ {
1346
+ "$ref": "#/functions/regex"
1347
+ },
1348
+ {
1349
+ "$ref": "#/functions/length"
1350
+ },
1351
+ {
1352
+ "$ref": "#/functions/numeric"
1353
+ },
1354
+ {
1355
+ "$ref": "#/functions/email"
1356
+ },
1357
+ {
1358
+ "$ref": "#/functions/formatString"
1359
+ },
1360
+ {
1361
+ "$ref": "#/functions/formatNumber"
1362
+ },
1363
+ {
1364
+ "$ref": "#/functions/formatCurrency"
1365
+ },
1366
+ {
1367
+ "$ref": "#/functions/formatDate"
1368
+ },
1369
+ {
1370
+ "$ref": "#/functions/pluralize"
1371
+ },
1372
+ {
1373
+ "$ref": "#/functions/openUrl"
1374
+ },
1375
+ {
1376
+ "$ref": "#/functions/and"
1377
+ },
1378
+ {
1379
+ "$ref": "#/functions/or"
1380
+ },
1381
+ {
1382
+ "$ref": "#/functions/not"
1383
+ }
1384
+ ]
1385
+ }
1386
+ }
1387
+ }