@openuidev/react-ui 0.9.16 → 0.9.18

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 (287) hide show
  1. package/README.md +174 -4
  2. package/dist/components/Charts/ScatterChart/ScatterChart.d.ts.map +1 -1
  3. package/dist/components/Charts/ScatterChart/ScatterChart.js +2 -5
  4. package/dist/components/Charts/ScatterChart/ScatterChart.js.map +1 -1
  5. package/dist/components/FollowUpBlock/FollowUpBlock.d.ts.map +1 -1
  6. package/dist/components/FollowUpBlock/FollowUpBlock.js +2 -2
  7. package/dist/components/FollowUpBlock/FollowUpBlock.js.map +1 -1
  8. package/dist/components/FollowUpBlock/followUpBlock.css +1 -1
  9. package/dist/components/ImageBlock/imageBlock.css +1 -1
  10. package/dist/components/OpenUIChat/GenUIAssistantMessage.d.ts +1 -1
  11. package/dist/components/OpenUIChat/GenUIAssistantMessage.d.ts.map +1 -1
  12. package/dist/components/OpenUIChat/GenUIAssistantMessage.js +49 -6
  13. package/dist/components/OpenUIChat/GenUIAssistantMessage.js.map +1 -1
  14. package/dist/components/OpenUIChat/GenUIUserMessage.d.ts +9 -0
  15. package/dist/components/OpenUIChat/GenUIUserMessage.d.ts.map +1 -0
  16. package/dist/components/OpenUIChat/GenUIUserMessage.js +79 -0
  17. package/dist/components/OpenUIChat/GenUIUserMessage.js.map +1 -0
  18. package/dist/components/OpenUIChat/index.d.ts +1 -0
  19. package/dist/components/OpenUIChat/index.d.ts.map +1 -1
  20. package/dist/components/OpenUIChat/index.js +1 -0
  21. package/dist/components/OpenUIChat/index.js.map +1 -1
  22. package/dist/components/OpenUIChat/types.d.ts +2 -2
  23. package/dist/components/OpenUIChat/types.d.ts.map +1 -1
  24. package/dist/components/OpenUIChat/withChatProvider.d.ts.map +1 -1
  25. package/dist/components/OpenUIChat/withChatProvider.js +10 -0
  26. package/dist/components/OpenUIChat/withChatProvider.js.map +1 -1
  27. package/dist/components/SectionBlock/FoldableSection.d.ts +24 -0
  28. package/dist/components/SectionBlock/FoldableSection.d.ts.map +1 -0
  29. package/dist/components/SectionBlock/FoldableSection.js +17 -0
  30. package/dist/components/SectionBlock/FoldableSection.js.map +1 -0
  31. package/dist/components/SectionBlock/SectionV2.d.ts +9 -0
  32. package/dist/components/SectionBlock/SectionV2.d.ts.map +1 -0
  33. package/dist/components/SectionBlock/SectionV2.js +7 -0
  34. package/dist/components/SectionBlock/SectionV2.js.map +1 -0
  35. package/dist/components/SectionBlock/foldableSection.css +1 -0
  36. package/dist/components/SectionBlock/index.d.ts +3 -0
  37. package/dist/components/SectionBlock/index.d.ts.map +1 -0
  38. package/dist/components/SectionBlock/index.js +3 -0
  39. package/dist/components/SectionBlock/index.js.map +1 -0
  40. package/dist/components/SectionBlock/sectionBlock.css +1 -0
  41. package/dist/components/SectionBlock/sectionV2.css +1 -0
  42. package/dist/components/Shell/shell.css +1 -1
  43. package/dist/components/Shell/thread.css +1 -1
  44. package/dist/components/index.css +1 -1
  45. package/dist/genui-lib/Accordion/index.d.ts +578 -238
  46. package/dist/genui-lib/Accordion/index.d.ts.map +1 -1
  47. package/dist/genui-lib/Accordion/index.js +1 -1
  48. package/dist/genui-lib/Accordion/schema.d.ts +284 -114
  49. package/dist/genui-lib/Accordion/schema.d.ts.map +1 -1
  50. package/dist/genui-lib/Action/schema.d.ts +14 -0
  51. package/dist/genui-lib/Action/schema.d.ts.map +1 -0
  52. package/dist/genui-lib/Action/schema.js +19 -0
  53. package/dist/genui-lib/Action/schema.js.map +1 -0
  54. package/dist/genui-lib/Button/index.d.ts +12 -2
  55. package/dist/genui-lib/Button/index.d.ts.map +1 -1
  56. package/dist/genui-lib/Button/index.js +21 -6
  57. package/dist/genui-lib/Button/index.js.map +1 -1
  58. package/dist/genui-lib/Button/schema.d.ts +11 -1
  59. package/dist/genui-lib/Button/schema.d.ts.map +1 -1
  60. package/dist/genui-lib/Button/schema.js +3 -1
  61. package/dist/genui-lib/Button/schema.js.map +1 -1
  62. package/dist/genui-lib/Buttons/index.d.ts +23 -5
  63. package/dist/genui-lib/Buttons/index.d.ts.map +1 -1
  64. package/dist/genui-lib/Buttons/index.js +1 -1
  65. package/dist/genui-lib/Buttons/schema.d.ts +22 -4
  66. package/dist/genui-lib/Buttons/schema.d.ts.map +1 -1
  67. package/dist/genui-lib/Callout/index.d.ts +1 -1
  68. package/dist/genui-lib/Callout/index.js +1 -1
  69. package/dist/genui-lib/Card/index.d.ts +1135 -257
  70. package/dist/genui-lib/Card/index.d.ts.map +1 -1
  71. package/dist/genui-lib/Card/index.js +1 -1
  72. package/dist/genui-lib/Card/schema.d.ts +2597 -841
  73. package/dist/genui-lib/Card/schema.d.ts.map +1 -1
  74. package/dist/genui-lib/CardHeader/index.d.ts +1 -1
  75. package/dist/genui-lib/CardHeader/index.js +1 -1
  76. package/dist/genui-lib/Carousel/index.d.ts +552 -14
  77. package/dist/genui-lib/Carousel/index.d.ts.map +1 -1
  78. package/dist/genui-lib/Carousel/index.js +5 -5
  79. package/dist/genui-lib/Carousel/index.js.map +1 -1
  80. package/dist/genui-lib/Charts/AreaChartCondensed.d.ts +1 -1
  81. package/dist/genui-lib/Charts/AreaChartCondensed.js +1 -1
  82. package/dist/genui-lib/Charts/BarChartCondensed.d.ts +1 -1
  83. package/dist/genui-lib/Charts/BarChartCondensed.js +1 -1
  84. package/dist/genui-lib/Charts/HorizontalBarChart.d.ts +1 -1
  85. package/dist/genui-lib/Charts/HorizontalBarChart.js +1 -1
  86. package/dist/genui-lib/Charts/LineChartCondensed.d.ts +1 -1
  87. package/dist/genui-lib/Charts/LineChartCondensed.js +1 -1
  88. package/dist/genui-lib/Charts/PieChart.d.ts +1 -1
  89. package/dist/genui-lib/Charts/PieChart.js +1 -1
  90. package/dist/genui-lib/Charts/Point.d.ts +1 -1
  91. package/dist/genui-lib/Charts/Point.js +1 -1
  92. package/dist/genui-lib/Charts/RadarChart.d.ts +1 -1
  93. package/dist/genui-lib/Charts/RadarChart.js +1 -1
  94. package/dist/genui-lib/Charts/RadialChart.d.ts +1 -1
  95. package/dist/genui-lib/Charts/RadialChart.js +1 -1
  96. package/dist/genui-lib/Charts/ScatterChart.d.ts +1 -1
  97. package/dist/genui-lib/Charts/ScatterChart.d.ts.map +1 -1
  98. package/dist/genui-lib/Charts/ScatterChart.js +19 -11
  99. package/dist/genui-lib/Charts/ScatterChart.js.map +1 -1
  100. package/dist/genui-lib/Charts/ScatterSeries.d.ts +1 -1
  101. package/dist/genui-lib/Charts/ScatterSeries.js +1 -1
  102. package/dist/genui-lib/Charts/Series.d.ts +1 -1
  103. package/dist/genui-lib/Charts/Series.js +1 -1
  104. package/dist/genui-lib/Charts/SingleStackedBarChart.d.ts +1 -1
  105. package/dist/genui-lib/Charts/SingleStackedBarChart.js +1 -1
  106. package/dist/genui-lib/Charts/Slice.d.ts +1 -1
  107. package/dist/genui-lib/Charts/Slice.js +1 -1
  108. package/dist/genui-lib/CheckBoxGroup/index.d.ts +14 -4
  109. package/dist/genui-lib/CheckBoxGroup/index.d.ts.map +1 -1
  110. package/dist/genui-lib/CheckBoxGroup/index.js +29 -30
  111. package/dist/genui-lib/CheckBoxGroup/index.js.map +1 -1
  112. package/dist/genui-lib/CheckBoxGroup/schema.d.ts +15 -0
  113. package/dist/genui-lib/CheckBoxGroup/schema.d.ts.map +1 -1
  114. package/dist/genui-lib/CheckBoxGroup/schema.js +6 -0
  115. package/dist/genui-lib/CheckBoxGroup/schema.js.map +1 -1
  116. package/dist/genui-lib/CodeBlock/index.d.ts +1 -1
  117. package/dist/genui-lib/CodeBlock/index.js +1 -1
  118. package/dist/genui-lib/DatePicker/index.d.ts +12 -2
  119. package/dist/genui-lib/DatePicker/index.d.ts.map +1 -1
  120. package/dist/genui-lib/DatePicker/index.js +2 -2
  121. package/dist/genui-lib/DatePicker/index.js.map +1 -1
  122. package/dist/genui-lib/DatePicker/schema.d.ts +11 -1
  123. package/dist/genui-lib/DatePicker/schema.d.ts.map +1 -1
  124. package/dist/genui-lib/DatePicker/schema.js +2 -2
  125. package/dist/genui-lib/DatePicker/schema.js.map +1 -1
  126. package/dist/genui-lib/FollowUpBlock/index.d.ts +9 -0
  127. package/dist/genui-lib/FollowUpBlock/index.d.ts.map +1 -0
  128. package/dist/genui-lib/FollowUpBlock/index.js +23 -0
  129. package/dist/genui-lib/FollowUpBlock/index.js.map +1 -0
  130. package/dist/genui-lib/FollowUpItem/index.d.ts +5 -0
  131. package/dist/genui-lib/FollowUpItem/index.d.ts.map +1 -0
  132. package/dist/genui-lib/FollowUpItem/index.js +12 -0
  133. package/dist/genui-lib/FollowUpItem/index.js.map +1 -0
  134. package/dist/genui-lib/Form/index.d.ts +217 -65
  135. package/dist/genui-lib/Form/index.d.ts.map +1 -1
  136. package/dist/genui-lib/Form/index.js +1 -1
  137. package/dist/genui-lib/Form/schema.d.ts +216 -64
  138. package/dist/genui-lib/Form/schema.d.ts.map +1 -1
  139. package/dist/genui-lib/Form/schema.js +1 -1
  140. package/dist/genui-lib/Form/schema.js.map +1 -1
  141. package/dist/genui-lib/FormControl/index.d.ts +177 -43
  142. package/dist/genui-lib/FormControl/index.d.ts.map +1 -1
  143. package/dist/genui-lib/FormControl/index.js +3 -2
  144. package/dist/genui-lib/FormControl/index.js.map +1 -1
  145. package/dist/genui-lib/FormControl/schema.d.ts +176 -42
  146. package/dist/genui-lib/FormControl/schema.d.ts.map +1 -1
  147. package/dist/genui-lib/Image/index.d.ts +1 -1
  148. package/dist/genui-lib/Image/index.js +1 -1
  149. package/dist/genui-lib/ImageBlock/index.d.ts +1 -1
  150. package/dist/genui-lib/ImageBlock/index.js +1 -1
  151. package/dist/genui-lib/ImageGallery/index.d.ts +1 -1
  152. package/dist/genui-lib/ImageGallery/index.js +1 -1
  153. package/dist/genui-lib/Input/index.d.ts +12 -2
  154. package/dist/genui-lib/Input/index.d.ts.map +1 -1
  155. package/dist/genui-lib/Input/index.js +2 -2
  156. package/dist/genui-lib/Input/index.js.map +1 -1
  157. package/dist/genui-lib/Input/schema.d.ts +11 -1
  158. package/dist/genui-lib/Input/schema.d.ts.map +1 -1
  159. package/dist/genui-lib/Input/schema.js +2 -2
  160. package/dist/genui-lib/Input/schema.js.map +1 -1
  161. package/dist/genui-lib/Label/index.d.ts +1 -1
  162. package/dist/genui-lib/Label/index.js +1 -1
  163. package/dist/genui-lib/ListBlock/index.d.ts +46 -0
  164. package/dist/genui-lib/ListBlock/index.d.ts.map +1 -0
  165. package/dist/genui-lib/ListBlock/index.js +47 -0
  166. package/dist/genui-lib/ListBlock/index.js.map +1 -0
  167. package/dist/genui-lib/ListItem/index.d.ts +21 -0
  168. package/dist/genui-lib/ListItem/index.d.ts.map +1 -0
  169. package/dist/genui-lib/ListItem/index.js +22 -0
  170. package/dist/genui-lib/ListItem/index.js.map +1 -0
  171. package/dist/genui-lib/MarkDownRenderer/index.d.ts +1 -1
  172. package/dist/genui-lib/MarkDownRenderer/index.js +1 -1
  173. package/dist/genui-lib/RadioGroup/index.d.ts +15 -5
  174. package/dist/genui-lib/RadioGroup/index.d.ts.map +1 -1
  175. package/dist/genui-lib/RadioGroup/index.js +19 -17
  176. package/dist/genui-lib/RadioGroup/index.js.map +1 -1
  177. package/dist/genui-lib/SectionBlock/index.d.ts +616 -0
  178. package/dist/genui-lib/SectionBlock/index.d.ts.map +1 -0
  179. package/dist/genui-lib/SectionBlock/index.js +58 -0
  180. package/dist/genui-lib/SectionBlock/index.js.map +1 -0
  181. package/dist/genui-lib/SectionItem/index.d.ts +609 -0
  182. package/dist/genui-lib/SectionItem/index.d.ts.map +1 -0
  183. package/dist/genui-lib/SectionItem/index.js +15 -0
  184. package/dist/genui-lib/SectionItem/index.js.map +1 -0
  185. package/dist/genui-lib/Select/index.d.ts +20 -17
  186. package/dist/genui-lib/Select/index.d.ts.map +1 -1
  187. package/dist/genui-lib/Select/index.js +4 -10
  188. package/dist/genui-lib/Select/index.js.map +1 -1
  189. package/dist/genui-lib/Select/schema.d.ts +11 -1
  190. package/dist/genui-lib/Select/schema.d.ts.map +1 -1
  191. package/dist/genui-lib/Select/schema.js +2 -1
  192. package/dist/genui-lib/Select/schema.js.map +1 -1
  193. package/dist/genui-lib/Separator/index.d.ts +1 -1
  194. package/dist/genui-lib/Separator/index.js +1 -1
  195. package/dist/genui-lib/Slider/index.d.ts +13 -3
  196. package/dist/genui-lib/Slider/index.d.ts.map +1 -1
  197. package/dist/genui-lib/Slider/index.js +4 -4
  198. package/dist/genui-lib/Slider/index.js.map +1 -1
  199. package/dist/genui-lib/Slider/schema.d.ts +12 -2
  200. package/dist/genui-lib/Slider/schema.d.ts.map +1 -1
  201. package/dist/genui-lib/Slider/schema.js +3 -3
  202. package/dist/genui-lib/Slider/schema.js.map +1 -1
  203. package/dist/genui-lib/Stack/index.d.ts +1 -1
  204. package/dist/genui-lib/Stack/index.js +1 -1
  205. package/dist/genui-lib/Steps/index.d.ts +4 -4
  206. package/dist/genui-lib/Steps/index.js +1 -1
  207. package/dist/genui-lib/SwitchGroup/index.d.ts +9 -16
  208. package/dist/genui-lib/SwitchGroup/index.d.ts.map +1 -1
  209. package/dist/genui-lib/SwitchGroup/index.js +24 -3
  210. package/dist/genui-lib/SwitchGroup/index.js.map +1 -1
  211. package/dist/genui-lib/SwitchGroup/schema.d.ts +10 -4
  212. package/dist/genui-lib/SwitchGroup/schema.d.ts.map +1 -1
  213. package/dist/genui-lib/SwitchGroup/schema.js +6 -4
  214. package/dist/genui-lib/SwitchGroup/schema.js.map +1 -1
  215. package/dist/genui-lib/Table/index.d.ts +4 -4
  216. package/dist/genui-lib/Table/index.js +1 -1
  217. package/dist/genui-lib/Tabs/index.d.ts +578 -238
  218. package/dist/genui-lib/Tabs/index.d.ts.map +1 -1
  219. package/dist/genui-lib/Tabs/index.js +1 -1
  220. package/dist/genui-lib/Tabs/schema.d.ts +284 -114
  221. package/dist/genui-lib/Tabs/schema.d.ts.map +1 -1
  222. package/dist/genui-lib/Tag/index.d.ts +1 -1
  223. package/dist/genui-lib/Tag/index.js +1 -1
  224. package/dist/genui-lib/TagBlock/index.d.ts +1 -1
  225. package/dist/genui-lib/TagBlock/index.js +1 -1
  226. package/dist/genui-lib/TextArea/index.d.ts +12 -2
  227. package/dist/genui-lib/TextArea/index.d.ts.map +1 -1
  228. package/dist/genui-lib/TextArea/index.js +2 -2
  229. package/dist/genui-lib/TextArea/index.js.map +1 -1
  230. package/dist/genui-lib/TextArea/schema.d.ts +11 -1
  231. package/dist/genui-lib/TextArea/schema.d.ts.map +1 -1
  232. package/dist/genui-lib/TextArea/schema.js +2 -2
  233. package/dist/genui-lib/TextArea/schema.js.map +1 -1
  234. package/dist/genui-lib/TextCallout/index.d.ts +1 -1
  235. package/dist/genui-lib/TextCallout/index.js +1 -1
  236. package/dist/genui-lib/TextContent/index.d.ts +1 -1
  237. package/dist/genui-lib/TextContent/index.d.ts.map +1 -1
  238. package/dist/genui-lib/TextContent/index.js +3 -2
  239. package/dist/genui-lib/TextContent/index.js.map +1 -1
  240. package/dist/genui-lib/helpers.d.ts.map +1 -1
  241. package/dist/genui-lib/helpers.js +18 -0
  242. package/dist/genui-lib/helpers.js.map +1 -1
  243. package/dist/genui-lib/index.d.ts +2 -1
  244. package/dist/genui-lib/index.d.ts.map +1 -1
  245. package/dist/genui-lib/index.js +2 -1
  246. package/dist/genui-lib/index.js.map +1 -1
  247. package/dist/genui-lib/openuiChatLibrary.d.ts +7 -0
  248. package/dist/genui-lib/openuiChatLibrary.d.ts.map +1 -0
  249. package/dist/genui-lib/openuiChatLibrary.js +315 -0
  250. package/dist/genui-lib/openuiChatLibrary.js.map +1 -0
  251. package/dist/genui-lib/openuiLibrary.d.ts +7 -0
  252. package/dist/genui-lib/openuiLibrary.d.ts.map +1 -0
  253. package/dist/genui-lib/{defaultLibrary.js → openuiLibrary.js} +17 -17
  254. package/dist/genui-lib/openuiLibrary.js.map +1 -0
  255. package/dist/genui-lib/rules.d.ts +19 -0
  256. package/dist/genui-lib/rules.d.ts.map +1 -0
  257. package/dist/genui-lib/rules.js +20 -0
  258. package/dist/genui-lib/rules.js.map +1 -0
  259. package/dist/genui-lib/sectionContentUnion.d.ts +605 -0
  260. package/dist/genui-lib/sectionContentUnion.d.ts.map +1 -0
  261. package/dist/genui-lib/sectionContentUnion.js +50 -0
  262. package/dist/genui-lib/sectionContentUnion.js.map +1 -0
  263. package/dist/genui-lib/unions.d.ts +1494 -105
  264. package/dist/genui-lib/unions.d.ts.map +1 -1
  265. package/dist/genui-lib/unions.js +12 -0
  266. package/dist/genui-lib/unions.js.map +1 -1
  267. package/dist/hooks/useResponsiveContainer.d.ts.map +1 -1
  268. package/dist/hooks/useResponsiveContainer.js +5 -1
  269. package/dist/hooks/useResponsiveContainer.js.map +1 -1
  270. package/dist/index.d.ts +2 -1
  271. package/dist/index.d.ts.map +1 -1
  272. package/dist/index.js +2 -1
  273. package/dist/index.js.map +1 -1
  274. package/dist/styles/followUpBlock.css +1 -1
  275. package/dist/styles/imageBlock.css +1 -1
  276. package/dist/styles/index.css +1 -1
  277. package/dist/styles/sectionBlock.css +1 -0
  278. package/dist/styles/shell.css +1 -1
  279. package/dist/utils/contentParser.d.ts +11 -0
  280. package/dist/utils/contentParser.d.ts.map +1 -0
  281. package/dist/utils/contentParser.js +27 -0
  282. package/dist/utils/contentParser.js.map +1 -0
  283. package/package.json +23 -7
  284. package/dist/genui-lib/defaultLibrary.d.ts +0 -7
  285. package/dist/genui-lib/defaultLibrary.d.ts.map +0 -1
  286. package/dist/genui-lib/defaultLibrary.js.map +0 -1
  287. package/dist/styles/openUiChat.css +0 -1
@@ -1,75 +1,75 @@
1
1
  import { z } from "zod";
2
- export declare const CardChildUnion: z.ZodUnion<readonly [z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
2
+ export declare const CardChildUnion: z.ZodUnion<readonly [z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
3
3
  text: string;
4
4
  size?: "small" | "large" | "default" | "small-heavy" | "large-heavy" | undefined;
5
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
5
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
6
6
  text: string;
7
7
  size?: "small" | "large" | "default" | "small-heavy" | "large-heavy" | undefined;
8
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
8
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
9
9
  textMarkdown: string;
10
10
  variant?: "clear" | "card" | "sunk" | undefined;
11
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
11
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
12
12
  textMarkdown: string;
13
13
  variant?: "clear" | "card" | "sunk" | undefined;
14
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
14
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
15
15
  title?: string | undefined;
16
16
  subtitle?: string | undefined;
17
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
17
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
18
18
  title?: string | undefined;
19
19
  subtitle?: string | undefined;
20
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
20
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
21
21
  variant: "neutral" | "info" | "warning" | "success" | "error";
22
22
  title: string;
23
23
  description: string;
24
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
24
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
25
25
  variant: "neutral" | "info" | "warning" | "success" | "error";
26
26
  title: string;
27
27
  description: string;
28
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
28
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
29
29
  variant?: "neutral" | "info" | "danger" | "warning" | "success" | undefined;
30
30
  title?: string | undefined;
31
31
  description?: string | undefined;
32
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
32
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
33
33
  variant?: "neutral" | "info" | "danger" | "warning" | "success" | undefined;
34
34
  title?: string | undefined;
35
35
  description?: string | undefined;
36
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
36
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
37
37
  language: string;
38
38
  codeString: string;
39
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
39
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
40
40
  language: string;
41
41
  codeString: string;
42
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
42
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
43
43
  alt: string;
44
44
  src?: string | undefined;
45
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
45
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
46
46
  alt: string;
47
47
  src?: string | undefined;
48
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
48
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
49
49
  src: string;
50
50
  alt?: string | undefined;
51
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
51
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
52
52
  src: string;
53
53
  alt?: string | undefined;
54
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
54
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
55
55
  images: {
56
56
  src: string;
57
57
  alt?: string | undefined;
58
58
  details?: string | undefined;
59
59
  }[];
60
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
60
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
61
61
  images: {
62
62
  src: string;
63
63
  alt?: string | undefined;
64
64
  details?: string | undefined;
65
65
  }[];
66
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
66
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
67
67
  orientation?: "horizontal" | "vertical" | undefined;
68
68
  decorative?: boolean | undefined;
69
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
69
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
70
70
  orientation?: "horizontal" | "vertical" | undefined;
71
71
  decorative?: boolean | undefined;
72
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
72
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
73
73
  labels: string[];
74
74
  series: {
75
75
  category: string;
@@ -78,7 +78,7 @@ export declare const CardChildUnion: z.ZodUnion<readonly [z.ZodType<import("@ope
78
78
  variant?: "stacked" | "grouped" | undefined;
79
79
  xLabel?: string | undefined;
80
80
  yLabel?: string | undefined;
81
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
81
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
82
82
  labels: string[];
83
83
  series: {
84
84
  category: string;
@@ -87,51 +87,51 @@ export declare const CardChildUnion: z.ZodUnion<readonly [z.ZodType<import("@ope
87
87
  variant?: "stacked" | "grouped" | undefined;
88
88
  xLabel?: string | undefined;
89
89
  yLabel?: string | undefined;
90
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
90
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
91
91
  labels: string[];
92
92
  series: {
93
93
  category: string;
94
94
  values: number[];
95
95
  }[];
96
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
96
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
97
97
  labels: string[];
98
98
  series: {
99
99
  category: string;
100
100
  values: number[];
101
101
  }[];
102
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
102
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
103
103
  slices: {
104
104
  category: string;
105
105
  value: number;
106
106
  }[];
107
107
  variant?: "pie" | "donut" | undefined;
108
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
108
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
109
109
  slices: {
110
110
  category: string;
111
111
  value: number;
112
112
  }[];
113
113
  variant?: "pie" | "donut" | undefined;
114
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
114
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
115
115
  slices: {
116
116
  category: string;
117
117
  value: number;
118
118
  }[];
119
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
119
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
120
120
  slices: {
121
121
  category: string;
122
122
  value: number;
123
123
  }[];
124
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
124
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
125
125
  slices: {
126
126
  category: string;
127
127
  value: number;
128
128
  }[];
129
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
129
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
130
130
  slices: {
131
131
  category: string;
132
132
  value: number;
133
133
  }[];
134
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
134
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
135
135
  datasets: {
136
136
  name: string;
137
137
  points: {
@@ -142,7 +142,7 @@ export declare const CardChildUnion: z.ZodUnion<readonly [z.ZodType<import("@ope
142
142
  }[];
143
143
  xLabel?: string | undefined;
144
144
  yLabel?: string | undefined;
145
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
145
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
146
146
  datasets: {
147
147
  name: string;
148
148
  points: {
@@ -153,7 +153,7 @@ export declare const CardChildUnion: z.ZodUnion<readonly [z.ZodType<import("@ope
153
153
  }[];
154
154
  xLabel?: string | undefined;
155
155
  yLabel?: string | undefined;
156
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
156
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
157
157
  labels: string[];
158
158
  series: {
159
159
  category: string;
@@ -162,7 +162,7 @@ export declare const CardChildUnion: z.ZodUnion<readonly [z.ZodType<import("@ope
162
162
  variant?: "step" | "linear" | "natural" | undefined;
163
163
  xLabel?: string | undefined;
164
164
  yLabel?: string | undefined;
165
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
165
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
166
166
  labels: string[];
167
167
  series: {
168
168
  category: string;
@@ -171,7 +171,7 @@ export declare const CardChildUnion: z.ZodUnion<readonly [z.ZodType<import("@ope
171
171
  variant?: "step" | "linear" | "natural" | undefined;
172
172
  xLabel?: string | undefined;
173
173
  yLabel?: string | undefined;
174
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
174
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
175
175
  labels: string[];
176
176
  series: {
177
177
  category: string;
@@ -180,7 +180,7 @@ export declare const CardChildUnion: z.ZodUnion<readonly [z.ZodType<import("@ope
180
180
  variant?: "stacked" | "grouped" | undefined;
181
181
  xLabel?: string | undefined;
182
182
  yLabel?: string | undefined;
183
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
183
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
184
184
  labels: string[];
185
185
  series: {
186
186
  category: string;
@@ -189,7 +189,7 @@ export declare const CardChildUnion: z.ZodUnion<readonly [z.ZodType<import("@ope
189
189
  variant?: "stacked" | "grouped" | undefined;
190
190
  xLabel?: string | undefined;
191
191
  yLabel?: string | undefined;
192
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
192
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
193
193
  labels: string[];
194
194
  series: {
195
195
  category: string;
@@ -198,7 +198,7 @@ export declare const CardChildUnion: z.ZodUnion<readonly [z.ZodType<import("@ope
198
198
  variant?: "step" | "linear" | "natural" | undefined;
199
199
  xLabel?: string | undefined;
200
200
  yLabel?: string | undefined;
201
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
201
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
202
202
  labels: string[];
203
203
  series: {
204
204
  category: string;
@@ -207,229 +207,408 @@ export declare const CardChildUnion: z.ZodUnion<readonly [z.ZodType<import("@ope
207
207
  variant?: "step" | "linear" | "natural" | undefined;
208
208
  xLabel?: string | undefined;
209
209
  yLabel?: string | undefined;
210
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
211
- columns: import("@openuidev/lang-react").SubComponentOf<{
210
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
211
+ columns: import("@openuidev/react-lang").SubComponentOf<{
212
212
  label: string;
213
213
  type?: "string" | "number" | "action" | undefined;
214
214
  }>[];
215
215
  rows: (string | number | boolean)[][];
216
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
217
- columns: import("@openuidev/lang-react").SubComponentOf<{
216
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
217
+ columns: import("@openuidev/react-lang").SubComponentOf<{
218
218
  label: string;
219
219
  type?: "string" | "number" | "action" | undefined;
220
220
  }>[];
221
221
  rows: (string | number | boolean)[][];
222
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
222
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
223
223
  tags: string[];
224
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
224
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
225
225
  tags: string[];
226
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
226
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
227
227
  name: string;
228
- fields: import("@openuidev/lang-react").SubComponentOf<{
228
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
229
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
230
+ label: string;
231
+ action?: {
232
+ type: import("@openuidev/react-lang").BuiltinActionType.ContinueConversation;
233
+ context?: string | undefined;
234
+ } | {
235
+ type: import("@openuidev/react-lang").BuiltinActionType.OpenUrl;
236
+ url: string;
237
+ } | {
238
+ type: string;
239
+ params?: Record<string, any> | undefined;
240
+ } | undefined;
241
+ variant?: "primary" | "secondary" | "tertiary" | undefined;
242
+ type?: "normal" | "destructive" | undefined;
243
+ size?: "small" | "extra-small" | "medium" | "large" | undefined;
244
+ }>[];
245
+ direction?: "row" | "column" | undefined;
246
+ }>;
247
+ fields: import("@openuidev/react-lang").SubComponentOf<{
229
248
  label: string;
230
- input: import("@openuidev/lang-react").SubComponentOf<{
249
+ input: import("@openuidev/react-lang").SubComponentOf<{
231
250
  name: string;
232
251
  placeholder?: string | undefined;
233
252
  type?: "number" | "text" | "url" | "email" | "password" | undefined;
234
- rules?: string[] | undefined;
235
- }> | import("@openuidev/lang-react").SubComponentOf<{
253
+ rules?: {
254
+ required?: boolean | undefined;
255
+ email?: boolean | undefined;
256
+ url?: boolean | undefined;
257
+ numeric?: boolean | undefined;
258
+ min?: number | undefined;
259
+ max?: number | undefined;
260
+ minLength?: number | undefined;
261
+ maxLength?: number | undefined;
262
+ pattern?: string | undefined;
263
+ } | undefined;
264
+ }> | import("@openuidev/react-lang").SubComponentOf<{
236
265
  name: string;
237
266
  placeholder?: string | undefined;
238
267
  rows?: number | undefined;
239
- rules?: string[] | undefined;
240
- }> | import("@openuidev/lang-react").SubComponentOf<{
268
+ rules?: {
269
+ required?: boolean | undefined;
270
+ email?: boolean | undefined;
271
+ url?: boolean | undefined;
272
+ numeric?: boolean | undefined;
273
+ min?: number | undefined;
274
+ max?: number | undefined;
275
+ minLength?: number | undefined;
276
+ maxLength?: number | undefined;
277
+ pattern?: string | undefined;
278
+ } | undefined;
279
+ }> | import("@openuidev/react-lang").SubComponentOf<{
241
280
  name: string;
242
- items: import("@openuidev/lang-react").SubComponentOf<{
243
- value: string;
244
- label: string;
245
- }>[];
281
+ items: unknown[];
246
282
  placeholder?: string | undefined;
247
- rules?: string[] | undefined;
248
- }> | import("@openuidev/lang-react").SubComponentOf<{
283
+ rules?: {
284
+ required?: boolean | undefined;
285
+ email?: boolean | undefined;
286
+ url?: boolean | undefined;
287
+ numeric?: boolean | undefined;
288
+ min?: number | undefined;
289
+ max?: number | undefined;
290
+ minLength?: number | undefined;
291
+ maxLength?: number | undefined;
292
+ pattern?: string | undefined;
293
+ } | undefined;
294
+ }> | import("@openuidev/react-lang").SubComponentOf<{
249
295
  name: string;
250
296
  mode: "single" | "range";
251
- rules?: string[] | undefined;
252
- }> | import("@openuidev/lang-react").SubComponentOf<{
297
+ rules?: {
298
+ required?: boolean | undefined;
299
+ email?: boolean | undefined;
300
+ url?: boolean | undefined;
301
+ numeric?: boolean | undefined;
302
+ min?: number | undefined;
303
+ max?: number | undefined;
304
+ minLength?: number | undefined;
305
+ maxLength?: number | undefined;
306
+ pattern?: string | undefined;
307
+ } | undefined;
308
+ }> | import("@openuidev/react-lang").SubComponentOf<{
253
309
  name: string;
254
310
  variant: "continuous" | "discrete";
255
311
  min: number;
256
312
  max: number;
257
313
  step?: number | undefined;
258
- defaultValue?: number | undefined;
259
- rules?: string[] | undefined;
260
- }> | import("@openuidev/lang-react").SubComponentOf<{
314
+ defaultValue?: number[] | undefined;
315
+ rules?: {
316
+ required?: boolean | undefined;
317
+ email?: boolean | undefined;
318
+ url?: boolean | undefined;
319
+ numeric?: boolean | undefined;
320
+ min?: number | undefined;
321
+ max?: number | undefined;
322
+ minLength?: number | undefined;
323
+ maxLength?: number | undefined;
324
+ pattern?: string | undefined;
325
+ } | undefined;
326
+ }> | import("@openuidev/react-lang").SubComponentOf<{
261
327
  name: string;
262
- items: import("@openuidev/lang-react").SubComponentOf<{
328
+ items: import("@openuidev/react-lang").SubComponentOf<{
263
329
  label: string;
264
330
  description: string;
265
331
  name: string;
266
332
  defaultChecked?: boolean | undefined;
267
333
  }>[];
268
- rules?: string[] | undefined;
269
- }> | import("@openuidev/lang-react").SubComponentOf<{
334
+ rules?: {
335
+ required?: boolean | undefined;
336
+ email?: boolean | undefined;
337
+ url?: boolean | undefined;
338
+ numeric?: boolean | undefined;
339
+ min?: number | undefined;
340
+ max?: number | undefined;
341
+ minLength?: number | undefined;
342
+ maxLength?: number | undefined;
343
+ pattern?: string | undefined;
344
+ } | undefined;
345
+ }> | import("@openuidev/react-lang").SubComponentOf<{
270
346
  name: string;
271
- items: import("@openuidev/lang-react").SubComponentOf<{
347
+ items: import("@openuidev/react-lang").SubComponentOf<{
272
348
  label: string;
273
349
  description: string;
274
350
  value: string;
275
351
  }>[];
276
352
  defaultValue?: string | undefined;
277
- rules?: string[] | undefined;
353
+ rules?: {
354
+ required?: boolean | undefined;
355
+ email?: boolean | undefined;
356
+ url?: boolean | undefined;
357
+ numeric?: boolean | undefined;
358
+ min?: number | undefined;
359
+ max?: number | undefined;
360
+ minLength?: number | undefined;
361
+ maxLength?: number | undefined;
362
+ pattern?: string | undefined;
363
+ } | undefined;
278
364
  }>;
279
365
  hint?: string | undefined;
280
366
  }>[];
281
- buttons: import("@openuidev/lang-react").SubComponentOf<{
282
- buttons: import("@openuidev/lang-react").SubComponentOf<{
367
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
368
+ name: string;
369
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
370
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
283
371
  label: string;
284
- action: string;
372
+ action?: {
373
+ type: import("@openuidev/react-lang").BuiltinActionType.ContinueConversation;
374
+ context?: string | undefined;
375
+ } | {
376
+ type: import("@openuidev/react-lang").BuiltinActionType.OpenUrl;
377
+ url: string;
378
+ } | {
379
+ type: string;
380
+ params?: Record<string, any> | undefined;
381
+ } | undefined;
285
382
  variant?: "primary" | "secondary" | "tertiary" | undefined;
286
383
  type?: "normal" | "destructive" | undefined;
287
384
  size?: "small" | "extra-small" | "medium" | "large" | undefined;
288
385
  }>[];
289
386
  direction?: "row" | "column" | undefined;
290
387
  }>;
291
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
292
- name: string;
293
- fields: import("@openuidev/lang-react").SubComponentOf<{
388
+ fields: import("@openuidev/react-lang").SubComponentOf<{
294
389
  label: string;
295
- input: import("@openuidev/lang-react").SubComponentOf<{
390
+ input: import("@openuidev/react-lang").SubComponentOf<{
296
391
  name: string;
297
392
  placeholder?: string | undefined;
298
393
  type?: "number" | "text" | "url" | "email" | "password" | undefined;
299
- rules?: string[] | undefined;
300
- }> | import("@openuidev/lang-react").SubComponentOf<{
394
+ rules?: {
395
+ required?: boolean | undefined;
396
+ email?: boolean | undefined;
397
+ url?: boolean | undefined;
398
+ numeric?: boolean | undefined;
399
+ min?: number | undefined;
400
+ max?: number | undefined;
401
+ minLength?: number | undefined;
402
+ maxLength?: number | undefined;
403
+ pattern?: string | undefined;
404
+ } | undefined;
405
+ }> | import("@openuidev/react-lang").SubComponentOf<{
301
406
  name: string;
302
407
  placeholder?: string | undefined;
303
408
  rows?: number | undefined;
304
- rules?: string[] | undefined;
305
- }> | import("@openuidev/lang-react").SubComponentOf<{
409
+ rules?: {
410
+ required?: boolean | undefined;
411
+ email?: boolean | undefined;
412
+ url?: boolean | undefined;
413
+ numeric?: boolean | undefined;
414
+ min?: number | undefined;
415
+ max?: number | undefined;
416
+ minLength?: number | undefined;
417
+ maxLength?: number | undefined;
418
+ pattern?: string | undefined;
419
+ } | undefined;
420
+ }> | import("@openuidev/react-lang").SubComponentOf<{
306
421
  name: string;
307
- items: import("@openuidev/lang-react").SubComponentOf<{
308
- value: string;
309
- label: string;
310
- }>[];
422
+ items: unknown[];
311
423
  placeholder?: string | undefined;
312
- rules?: string[] | undefined;
313
- }> | import("@openuidev/lang-react").SubComponentOf<{
424
+ rules?: {
425
+ required?: boolean | undefined;
426
+ email?: boolean | undefined;
427
+ url?: boolean | undefined;
428
+ numeric?: boolean | undefined;
429
+ min?: number | undefined;
430
+ max?: number | undefined;
431
+ minLength?: number | undefined;
432
+ maxLength?: number | undefined;
433
+ pattern?: string | undefined;
434
+ } | undefined;
435
+ }> | import("@openuidev/react-lang").SubComponentOf<{
314
436
  name: string;
315
437
  mode: "single" | "range";
316
- rules?: string[] | undefined;
317
- }> | import("@openuidev/lang-react").SubComponentOf<{
438
+ rules?: {
439
+ required?: boolean | undefined;
440
+ email?: boolean | undefined;
441
+ url?: boolean | undefined;
442
+ numeric?: boolean | undefined;
443
+ min?: number | undefined;
444
+ max?: number | undefined;
445
+ minLength?: number | undefined;
446
+ maxLength?: number | undefined;
447
+ pattern?: string | undefined;
448
+ } | undefined;
449
+ }> | import("@openuidev/react-lang").SubComponentOf<{
318
450
  name: string;
319
451
  variant: "continuous" | "discrete";
320
452
  min: number;
321
453
  max: number;
322
454
  step?: number | undefined;
323
- defaultValue?: number | undefined;
324
- rules?: string[] | undefined;
325
- }> | import("@openuidev/lang-react").SubComponentOf<{
455
+ defaultValue?: number[] | undefined;
456
+ rules?: {
457
+ required?: boolean | undefined;
458
+ email?: boolean | undefined;
459
+ url?: boolean | undefined;
460
+ numeric?: boolean | undefined;
461
+ min?: number | undefined;
462
+ max?: number | undefined;
463
+ minLength?: number | undefined;
464
+ maxLength?: number | undefined;
465
+ pattern?: string | undefined;
466
+ } | undefined;
467
+ }> | import("@openuidev/react-lang").SubComponentOf<{
326
468
  name: string;
327
- items: import("@openuidev/lang-react").SubComponentOf<{
469
+ items: import("@openuidev/react-lang").SubComponentOf<{
328
470
  label: string;
329
471
  description: string;
330
472
  name: string;
331
473
  defaultChecked?: boolean | undefined;
332
474
  }>[];
333
- rules?: string[] | undefined;
334
- }> | import("@openuidev/lang-react").SubComponentOf<{
475
+ rules?: {
476
+ required?: boolean | undefined;
477
+ email?: boolean | undefined;
478
+ url?: boolean | undefined;
479
+ numeric?: boolean | undefined;
480
+ min?: number | undefined;
481
+ max?: number | undefined;
482
+ minLength?: number | undefined;
483
+ maxLength?: number | undefined;
484
+ pattern?: string | undefined;
485
+ } | undefined;
486
+ }> | import("@openuidev/react-lang").SubComponentOf<{
335
487
  name: string;
336
- items: import("@openuidev/lang-react").SubComponentOf<{
488
+ items: import("@openuidev/react-lang").SubComponentOf<{
337
489
  label: string;
338
490
  description: string;
339
491
  value: string;
340
492
  }>[];
341
493
  defaultValue?: string | undefined;
342
- rules?: string[] | undefined;
494
+ rules?: {
495
+ required?: boolean | undefined;
496
+ email?: boolean | undefined;
497
+ url?: boolean | undefined;
498
+ numeric?: boolean | undefined;
499
+ min?: number | undefined;
500
+ max?: number | undefined;
501
+ minLength?: number | undefined;
502
+ maxLength?: number | undefined;
503
+ pattern?: string | undefined;
504
+ } | undefined;
343
505
  }>;
344
506
  hint?: string | undefined;
345
507
  }>[];
346
- buttons: import("@openuidev/lang-react").SubComponentOf<{
347
- buttons: import("@openuidev/lang-react").SubComponentOf<{
348
- label: string;
349
- action: string;
350
- variant?: "primary" | "secondary" | "tertiary" | undefined;
351
- type?: "normal" | "destructive" | undefined;
352
- size?: "small" | "extra-small" | "medium" | "large" | undefined;
353
- }>[];
354
- direction?: "row" | "column" | undefined;
355
- }>;
356
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
357
- buttons: import("@openuidev/lang-react").SubComponentOf<{
508
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
509
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
358
510
  label: string;
359
- action: string;
511
+ action?: {
512
+ type: import("@openuidev/react-lang").BuiltinActionType.ContinueConversation;
513
+ context?: string | undefined;
514
+ } | {
515
+ type: import("@openuidev/react-lang").BuiltinActionType.OpenUrl;
516
+ url: string;
517
+ } | {
518
+ type: string;
519
+ params?: Record<string, any> | undefined;
520
+ } | undefined;
360
521
  variant?: "primary" | "secondary" | "tertiary" | undefined;
361
522
  type?: "normal" | "destructive" | undefined;
362
523
  size?: "small" | "extra-small" | "medium" | "large" | undefined;
363
524
  }>[];
364
525
  direction?: "row" | "column" | undefined;
365
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
366
- buttons: import("@openuidev/lang-react").SubComponentOf<{
526
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
527
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
367
528
  label: string;
368
- action: string;
529
+ action?: {
530
+ type: import("@openuidev/react-lang").BuiltinActionType.ContinueConversation;
531
+ context?: string | undefined;
532
+ } | {
533
+ type: import("@openuidev/react-lang").BuiltinActionType.OpenUrl;
534
+ url: string;
535
+ } | {
536
+ type: string;
537
+ params?: Record<string, any> | undefined;
538
+ } | undefined;
369
539
  variant?: "primary" | "secondary" | "tertiary" | undefined;
370
540
  type?: "normal" | "destructive" | undefined;
371
541
  size?: "small" | "extra-small" | "medium" | "large" | undefined;
372
542
  }>[];
373
543
  direction?: "row" | "column" | undefined;
374
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
375
- items: import("@openuidev/lang-react").SubComponentOf<{
544
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
545
+ items: import("@openuidev/react-lang").SubComponentOf<{
376
546
  title: string;
377
547
  details: string;
378
548
  }>[];
379
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
380
- items: import("@openuidev/lang-react").SubComponentOf<{
549
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
550
+ items: import("@openuidev/react-lang").SubComponentOf<{
381
551
  title: string;
382
552
  details: string;
383
553
  }>[];
384
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
385
- items: import("@openuidev/lang-react").SubComponentOf<{
554
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
555
+ items: import("@openuidev/react-lang").SubComponentOf<{
386
556
  value: string;
387
557
  trigger: string;
388
- content: (import("@openuidev/lang-react").SubComponentOf<{
389
- buttons: import("@openuidev/lang-react").SubComponentOf<{
558
+ content: (import("@openuidev/react-lang").SubComponentOf<{
559
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
390
560
  label: string;
391
- action: string;
561
+ action?: {
562
+ type: import("@openuidev/react-lang").BuiltinActionType.ContinueConversation;
563
+ context?: string | undefined;
564
+ } | {
565
+ type: import("@openuidev/react-lang").BuiltinActionType.OpenUrl;
566
+ url: string;
567
+ } | {
568
+ type: string;
569
+ params?: Record<string, any> | undefined;
570
+ } | undefined;
392
571
  variant?: "primary" | "secondary" | "tertiary" | undefined;
393
572
  type?: "normal" | "destructive" | undefined;
394
573
  size?: "small" | "extra-small" | "medium" | "large" | undefined;
395
574
  }>[];
396
575
  direction?: "row" | "column" | undefined;
397
- }> | import("@openuidev/lang-react").SubComponentOf<{
576
+ }> | import("@openuidev/react-lang").SubComponentOf<{
398
577
  text: string;
399
578
  size?: "small" | "large" | "default" | "small-heavy" | "large-heavy" | undefined;
400
- }> | import("@openuidev/lang-react").SubComponentOf<{
579
+ }> | import("@openuidev/react-lang").SubComponentOf<{
401
580
  textMarkdown: string;
402
581
  variant?: "clear" | "card" | "sunk" | undefined;
403
- }> | import("@openuidev/lang-react").SubComponentOf<{
582
+ }> | import("@openuidev/react-lang").SubComponentOf<{
404
583
  title?: string | undefined;
405
584
  subtitle?: string | undefined;
406
- }> | import("@openuidev/lang-react").SubComponentOf<{
585
+ }> | import("@openuidev/react-lang").SubComponentOf<{
407
586
  variant: "neutral" | "info" | "warning" | "success" | "error";
408
587
  title: string;
409
588
  description: string;
410
- }> | import("@openuidev/lang-react").SubComponentOf<{
589
+ }> | import("@openuidev/react-lang").SubComponentOf<{
411
590
  variant?: "neutral" | "info" | "danger" | "warning" | "success" | undefined;
412
591
  title?: string | undefined;
413
592
  description?: string | undefined;
414
- }> | import("@openuidev/lang-react").SubComponentOf<{
593
+ }> | import("@openuidev/react-lang").SubComponentOf<{
415
594
  language: string;
416
595
  codeString: string;
417
- }> | import("@openuidev/lang-react").SubComponentOf<{
596
+ }> | import("@openuidev/react-lang").SubComponentOf<{
418
597
  alt: string;
419
598
  src?: string | undefined;
420
- }> | import("@openuidev/lang-react").SubComponentOf<{
599
+ }> | import("@openuidev/react-lang").SubComponentOf<{
421
600
  src: string;
422
601
  alt?: string | undefined;
423
- }> | import("@openuidev/lang-react").SubComponentOf<{
602
+ }> | import("@openuidev/react-lang").SubComponentOf<{
424
603
  images: {
425
604
  src: string;
426
605
  alt?: string | undefined;
427
606
  details?: string | undefined;
428
607
  }[];
429
- }> | import("@openuidev/lang-react").SubComponentOf<{
608
+ }> | import("@openuidev/react-lang").SubComponentOf<{
430
609
  orientation?: "horizontal" | "vertical" | undefined;
431
610
  decorative?: boolean | undefined;
432
- }> | import("@openuidev/lang-react").SubComponentOf<{
611
+ }> | import("@openuidev/react-lang").SubComponentOf<{
433
612
  labels: string[];
434
613
  series: {
435
614
  category: string;
@@ -438,29 +617,29 @@ export declare const CardChildUnion: z.ZodUnion<readonly [z.ZodType<import("@ope
438
617
  variant?: "stacked" | "grouped" | undefined;
439
618
  xLabel?: string | undefined;
440
619
  yLabel?: string | undefined;
441
- }> | import("@openuidev/lang-react").SubComponentOf<{
620
+ }> | import("@openuidev/react-lang").SubComponentOf<{
442
621
  labels: string[];
443
622
  series: {
444
623
  category: string;
445
624
  values: number[];
446
625
  }[];
447
- }> | import("@openuidev/lang-react").SubComponentOf<{
626
+ }> | import("@openuidev/react-lang").SubComponentOf<{
448
627
  slices: {
449
628
  category: string;
450
629
  value: number;
451
630
  }[];
452
631
  variant?: "pie" | "donut" | undefined;
453
- }> | import("@openuidev/lang-react").SubComponentOf<{
632
+ }> | import("@openuidev/react-lang").SubComponentOf<{
454
633
  slices: {
455
634
  category: string;
456
635
  value: number;
457
636
  }[];
458
- }> | import("@openuidev/lang-react").SubComponentOf<{
637
+ }> | import("@openuidev/react-lang").SubComponentOf<{
459
638
  slices: {
460
639
  category: string;
461
640
  value: number;
462
641
  }[];
463
- }> | import("@openuidev/lang-react").SubComponentOf<{
642
+ }> | import("@openuidev/react-lang").SubComponentOf<{
464
643
  datasets: {
465
644
  name: string;
466
645
  points: {
@@ -471,7 +650,7 @@ export declare const CardChildUnion: z.ZodUnion<readonly [z.ZodType<import("@ope
471
650
  }[];
472
651
  xLabel?: string | undefined;
473
652
  yLabel?: string | undefined;
474
- }> | import("@openuidev/lang-react").SubComponentOf<{
653
+ }> | import("@openuidev/react-lang").SubComponentOf<{
475
654
  labels: string[];
476
655
  series: {
477
656
  category: string;
@@ -480,7 +659,7 @@ export declare const CardChildUnion: z.ZodUnion<readonly [z.ZodType<import("@ope
480
659
  variant?: "step" | "linear" | "natural" | undefined;
481
660
  xLabel?: string | undefined;
482
661
  yLabel?: string | undefined;
483
- }> | import("@openuidev/lang-react").SubComponentOf<{
662
+ }> | import("@openuidev/react-lang").SubComponentOf<{
484
663
  labels: string[];
485
664
  series: {
486
665
  category: string;
@@ -489,7 +668,7 @@ export declare const CardChildUnion: z.ZodUnion<readonly [z.ZodType<import("@ope
489
668
  variant?: "stacked" | "grouped" | undefined;
490
669
  xLabel?: string | undefined;
491
670
  yLabel?: string | undefined;
492
- }> | import("@openuidev/lang-react").SubComponentOf<{
671
+ }> | import("@openuidev/react-lang").SubComponentOf<{
493
672
  labels: string[];
494
673
  series: {
495
674
  category: string;
@@ -498,135 +677,220 @@ export declare const CardChildUnion: z.ZodUnion<readonly [z.ZodType<import("@ope
498
677
  variant?: "step" | "linear" | "natural" | undefined;
499
678
  xLabel?: string | undefined;
500
679
  yLabel?: string | undefined;
501
- }> | import("@openuidev/lang-react").SubComponentOf<{
502
- columns: import("@openuidev/lang-react").SubComponentOf<{
680
+ }> | import("@openuidev/react-lang").SubComponentOf<{
681
+ columns: import("@openuidev/react-lang").SubComponentOf<{
503
682
  label: string;
504
683
  type?: "string" | "number" | "action" | undefined;
505
684
  }>[];
506
685
  rows: (string | number | boolean)[][];
507
- }> | import("@openuidev/lang-react").SubComponentOf<{
686
+ }> | import("@openuidev/react-lang").SubComponentOf<{
508
687
  tags: string[];
509
- }> | import("@openuidev/lang-react").SubComponentOf<{
688
+ }> | import("@openuidev/react-lang").SubComponentOf<{
510
689
  name: string;
511
- fields: import("@openuidev/lang-react").SubComponentOf<{
690
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
691
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
692
+ label: string;
693
+ action?: {
694
+ type: import("@openuidev/react-lang").BuiltinActionType.ContinueConversation;
695
+ context?: string | undefined;
696
+ } | {
697
+ type: import("@openuidev/react-lang").BuiltinActionType.OpenUrl;
698
+ url: string;
699
+ } | {
700
+ type: string;
701
+ params?: Record<string, any> | undefined;
702
+ } | undefined;
703
+ variant?: "primary" | "secondary" | "tertiary" | undefined;
704
+ type?: "normal" | "destructive" | undefined;
705
+ size?: "small" | "extra-small" | "medium" | "large" | undefined;
706
+ }>[];
707
+ direction?: "row" | "column" | undefined;
708
+ }>;
709
+ fields: import("@openuidev/react-lang").SubComponentOf<{
512
710
  label: string;
513
- input: import("@openuidev/lang-react").SubComponentOf<{
711
+ input: import("@openuidev/react-lang").SubComponentOf<{
514
712
  name: string;
515
713
  placeholder?: string | undefined;
516
714
  type?: "number" | "text" | "url" | "email" | "password" | undefined;
517
- rules?: string[] | undefined;
518
- }> | import("@openuidev/lang-react").SubComponentOf<{
715
+ rules?: {
716
+ required?: boolean | undefined;
717
+ email?: boolean | undefined;
718
+ url?: boolean | undefined;
719
+ numeric?: boolean | undefined;
720
+ min?: number | undefined;
721
+ max?: number | undefined;
722
+ minLength?: number | undefined;
723
+ maxLength?: number | undefined;
724
+ pattern?: string | undefined;
725
+ } | undefined;
726
+ }> | import("@openuidev/react-lang").SubComponentOf<{
519
727
  name: string;
520
728
  placeholder?: string | undefined;
521
729
  rows?: number | undefined;
522
- rules?: string[] | undefined;
523
- }> | import("@openuidev/lang-react").SubComponentOf<{
730
+ rules?: {
731
+ required?: boolean | undefined;
732
+ email?: boolean | undefined;
733
+ url?: boolean | undefined;
734
+ numeric?: boolean | undefined;
735
+ min?: number | undefined;
736
+ max?: number | undefined;
737
+ minLength?: number | undefined;
738
+ maxLength?: number | undefined;
739
+ pattern?: string | undefined;
740
+ } | undefined;
741
+ }> | import("@openuidev/react-lang").SubComponentOf<{
524
742
  name: string;
525
- items: import("@openuidev/lang-react").SubComponentOf<{
526
- value: string;
527
- label: string;
528
- }>[];
743
+ items: unknown[];
529
744
  placeholder?: string | undefined;
530
- rules?: string[] | undefined;
531
- }> | import("@openuidev/lang-react").SubComponentOf<{
745
+ rules?: {
746
+ required?: boolean | undefined;
747
+ email?: boolean | undefined;
748
+ url?: boolean | undefined;
749
+ numeric?: boolean | undefined;
750
+ min?: number | undefined;
751
+ max?: number | undefined;
752
+ minLength?: number | undefined;
753
+ maxLength?: number | undefined;
754
+ pattern?: string | undefined;
755
+ } | undefined;
756
+ }> | import("@openuidev/react-lang").SubComponentOf<{
532
757
  name: string;
533
758
  mode: "single" | "range";
534
- rules?: string[] | undefined;
535
- }> | import("@openuidev/lang-react").SubComponentOf<{
759
+ rules?: {
760
+ required?: boolean | undefined;
761
+ email?: boolean | undefined;
762
+ url?: boolean | undefined;
763
+ numeric?: boolean | undefined;
764
+ min?: number | undefined;
765
+ max?: number | undefined;
766
+ minLength?: number | undefined;
767
+ maxLength?: number | undefined;
768
+ pattern?: string | undefined;
769
+ } | undefined;
770
+ }> | import("@openuidev/react-lang").SubComponentOf<{
536
771
  name: string;
537
772
  variant: "continuous" | "discrete";
538
773
  min: number;
539
774
  max: number;
540
775
  step?: number | undefined;
541
- defaultValue?: number | undefined;
542
- rules?: string[] | undefined;
543
- }> | import("@openuidev/lang-react").SubComponentOf<{
776
+ defaultValue?: number[] | undefined;
777
+ rules?: {
778
+ required?: boolean | undefined;
779
+ email?: boolean | undefined;
780
+ url?: boolean | undefined;
781
+ numeric?: boolean | undefined;
782
+ min?: number | undefined;
783
+ max?: number | undefined;
784
+ minLength?: number | undefined;
785
+ maxLength?: number | undefined;
786
+ pattern?: string | undefined;
787
+ } | undefined;
788
+ }> | import("@openuidev/react-lang").SubComponentOf<{
544
789
  name: string;
545
- items: import("@openuidev/lang-react").SubComponentOf<{
790
+ items: import("@openuidev/react-lang").SubComponentOf<{
546
791
  label: string;
547
792
  description: string;
548
793
  name: string;
549
794
  defaultChecked?: boolean | undefined;
550
795
  }>[];
551
- rules?: string[] | undefined;
552
- }> | import("@openuidev/lang-react").SubComponentOf<{
796
+ rules?: {
797
+ required?: boolean | undefined;
798
+ email?: boolean | undefined;
799
+ url?: boolean | undefined;
800
+ numeric?: boolean | undefined;
801
+ min?: number | undefined;
802
+ max?: number | undefined;
803
+ minLength?: number | undefined;
804
+ maxLength?: number | undefined;
805
+ pattern?: string | undefined;
806
+ } | undefined;
807
+ }> | import("@openuidev/react-lang").SubComponentOf<{
553
808
  name: string;
554
- items: import("@openuidev/lang-react").SubComponentOf<{
809
+ items: import("@openuidev/react-lang").SubComponentOf<{
555
810
  label: string;
556
811
  description: string;
557
812
  value: string;
558
813
  }>[];
559
814
  defaultValue?: string | undefined;
560
- rules?: string[] | undefined;
815
+ rules?: {
816
+ required?: boolean | undefined;
817
+ email?: boolean | undefined;
818
+ url?: boolean | undefined;
819
+ numeric?: boolean | undefined;
820
+ min?: number | undefined;
821
+ max?: number | undefined;
822
+ minLength?: number | undefined;
823
+ maxLength?: number | undefined;
824
+ pattern?: string | undefined;
825
+ } | undefined;
561
826
  }>;
562
827
  hint?: string | undefined;
563
828
  }>[];
564
- buttons: import("@openuidev/lang-react").SubComponentOf<{
565
- buttons: import("@openuidev/lang-react").SubComponentOf<{
566
- label: string;
567
- action: string;
568
- variant?: "primary" | "secondary" | "tertiary" | undefined;
569
- type?: "normal" | "destructive" | undefined;
570
- size?: "small" | "extra-small" | "medium" | "large" | undefined;
571
- }>[];
572
- direction?: "row" | "column" | undefined;
573
- }>;
574
- }> | import("@openuidev/lang-react").SubComponentOf<{
575
- items: import("@openuidev/lang-react").SubComponentOf<{
829
+ }> | import("@openuidev/react-lang").SubComponentOf<{
830
+ items: import("@openuidev/react-lang").SubComponentOf<{
576
831
  title: string;
577
832
  details: string;
578
833
  }>[];
579
834
  }>)[];
580
835
  }>[];
581
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
582
- items: import("@openuidev/lang-react").SubComponentOf<{
836
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
837
+ items: import("@openuidev/react-lang").SubComponentOf<{
583
838
  value: string;
584
839
  trigger: string;
585
- content: (import("@openuidev/lang-react").SubComponentOf<{
586
- buttons: import("@openuidev/lang-react").SubComponentOf<{
840
+ content: (import("@openuidev/react-lang").SubComponentOf<{
841
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
587
842
  label: string;
588
- action: string;
843
+ action?: {
844
+ type: import("@openuidev/react-lang").BuiltinActionType.ContinueConversation;
845
+ context?: string | undefined;
846
+ } | {
847
+ type: import("@openuidev/react-lang").BuiltinActionType.OpenUrl;
848
+ url: string;
849
+ } | {
850
+ type: string;
851
+ params?: Record<string, any> | undefined;
852
+ } | undefined;
589
853
  variant?: "primary" | "secondary" | "tertiary" | undefined;
590
854
  type?: "normal" | "destructive" | undefined;
591
855
  size?: "small" | "extra-small" | "medium" | "large" | undefined;
592
856
  }>[];
593
857
  direction?: "row" | "column" | undefined;
594
- }> | import("@openuidev/lang-react").SubComponentOf<{
858
+ }> | import("@openuidev/react-lang").SubComponentOf<{
595
859
  text: string;
596
860
  size?: "small" | "large" | "default" | "small-heavy" | "large-heavy" | undefined;
597
- }> | import("@openuidev/lang-react").SubComponentOf<{
861
+ }> | import("@openuidev/react-lang").SubComponentOf<{
598
862
  textMarkdown: string;
599
863
  variant?: "clear" | "card" | "sunk" | undefined;
600
- }> | import("@openuidev/lang-react").SubComponentOf<{
864
+ }> | import("@openuidev/react-lang").SubComponentOf<{
601
865
  title?: string | undefined;
602
866
  subtitle?: string | undefined;
603
- }> | import("@openuidev/lang-react").SubComponentOf<{
867
+ }> | import("@openuidev/react-lang").SubComponentOf<{
604
868
  variant: "neutral" | "info" | "warning" | "success" | "error";
605
869
  title: string;
606
870
  description: string;
607
- }> | import("@openuidev/lang-react").SubComponentOf<{
871
+ }> | import("@openuidev/react-lang").SubComponentOf<{
608
872
  variant?: "neutral" | "info" | "danger" | "warning" | "success" | undefined;
609
873
  title?: string | undefined;
610
874
  description?: string | undefined;
611
- }> | import("@openuidev/lang-react").SubComponentOf<{
875
+ }> | import("@openuidev/react-lang").SubComponentOf<{
612
876
  language: string;
613
877
  codeString: string;
614
- }> | import("@openuidev/lang-react").SubComponentOf<{
878
+ }> | import("@openuidev/react-lang").SubComponentOf<{
615
879
  alt: string;
616
880
  src?: string | undefined;
617
- }> | import("@openuidev/lang-react").SubComponentOf<{
881
+ }> | import("@openuidev/react-lang").SubComponentOf<{
618
882
  src: string;
619
883
  alt?: string | undefined;
620
- }> | import("@openuidev/lang-react").SubComponentOf<{
884
+ }> | import("@openuidev/react-lang").SubComponentOf<{
621
885
  images: {
622
886
  src: string;
623
887
  alt?: string | undefined;
624
888
  details?: string | undefined;
625
889
  }[];
626
- }> | import("@openuidev/lang-react").SubComponentOf<{
890
+ }> | import("@openuidev/react-lang").SubComponentOf<{
627
891
  orientation?: "horizontal" | "vertical" | undefined;
628
892
  decorative?: boolean | undefined;
629
- }> | import("@openuidev/lang-react").SubComponentOf<{
893
+ }> | import("@openuidev/react-lang").SubComponentOf<{
630
894
  labels: string[];
631
895
  series: {
632
896
  category: string;
@@ -635,29 +899,29 @@ export declare const CardChildUnion: z.ZodUnion<readonly [z.ZodType<import("@ope
635
899
  variant?: "stacked" | "grouped" | undefined;
636
900
  xLabel?: string | undefined;
637
901
  yLabel?: string | undefined;
638
- }> | import("@openuidev/lang-react").SubComponentOf<{
902
+ }> | import("@openuidev/react-lang").SubComponentOf<{
639
903
  labels: string[];
640
904
  series: {
641
905
  category: string;
642
906
  values: number[];
643
907
  }[];
644
- }> | import("@openuidev/lang-react").SubComponentOf<{
908
+ }> | import("@openuidev/react-lang").SubComponentOf<{
645
909
  slices: {
646
910
  category: string;
647
911
  value: number;
648
912
  }[];
649
913
  variant?: "pie" | "donut" | undefined;
650
- }> | import("@openuidev/lang-react").SubComponentOf<{
914
+ }> | import("@openuidev/react-lang").SubComponentOf<{
651
915
  slices: {
652
916
  category: string;
653
917
  value: number;
654
918
  }[];
655
- }> | import("@openuidev/lang-react").SubComponentOf<{
919
+ }> | import("@openuidev/react-lang").SubComponentOf<{
656
920
  slices: {
657
921
  category: string;
658
922
  value: number;
659
923
  }[];
660
- }> | import("@openuidev/lang-react").SubComponentOf<{
924
+ }> | import("@openuidev/react-lang").SubComponentOf<{
661
925
  datasets: {
662
926
  name: string;
663
927
  points: {
@@ -668,7 +932,7 @@ export declare const CardChildUnion: z.ZodUnion<readonly [z.ZodType<import("@ope
668
932
  }[];
669
933
  xLabel?: string | undefined;
670
934
  yLabel?: string | undefined;
671
- }> | import("@openuidev/lang-react").SubComponentOf<{
935
+ }> | import("@openuidev/react-lang").SubComponentOf<{
672
936
  labels: string[];
673
937
  series: {
674
938
  category: string;
@@ -677,7 +941,7 @@ export declare const CardChildUnion: z.ZodUnion<readonly [z.ZodType<import("@ope
677
941
  variant?: "step" | "linear" | "natural" | undefined;
678
942
  xLabel?: string | undefined;
679
943
  yLabel?: string | undefined;
680
- }> | import("@openuidev/lang-react").SubComponentOf<{
944
+ }> | import("@openuidev/react-lang").SubComponentOf<{
681
945
  labels: string[];
682
946
  series: {
683
947
  category: string;
@@ -686,7 +950,7 @@ export declare const CardChildUnion: z.ZodUnion<readonly [z.ZodType<import("@ope
686
950
  variant?: "stacked" | "grouped" | undefined;
687
951
  xLabel?: string | undefined;
688
952
  yLabel?: string | undefined;
689
- }> | import("@openuidev/lang-react").SubComponentOf<{
953
+ }> | import("@openuidev/react-lang").SubComponentOf<{
690
954
  labels: string[];
691
955
  series: {
692
956
  category: string;
@@ -695,202 +959,217 @@ export declare const CardChildUnion: z.ZodUnion<readonly [z.ZodType<import("@ope
695
959
  variant?: "step" | "linear" | "natural" | undefined;
696
960
  xLabel?: string | undefined;
697
961
  yLabel?: string | undefined;
698
- }> | import("@openuidev/lang-react").SubComponentOf<{
699
- columns: import("@openuidev/lang-react").SubComponentOf<{
962
+ }> | import("@openuidev/react-lang").SubComponentOf<{
963
+ columns: import("@openuidev/react-lang").SubComponentOf<{
700
964
  label: string;
701
965
  type?: "string" | "number" | "action" | undefined;
702
966
  }>[];
703
967
  rows: (string | number | boolean)[][];
704
- }> | import("@openuidev/lang-react").SubComponentOf<{
968
+ }> | import("@openuidev/react-lang").SubComponentOf<{
705
969
  tags: string[];
706
- }> | import("@openuidev/lang-react").SubComponentOf<{
970
+ }> | import("@openuidev/react-lang").SubComponentOf<{
707
971
  name: string;
708
- fields: import("@openuidev/lang-react").SubComponentOf<{
972
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
973
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
974
+ label: string;
975
+ action?: {
976
+ type: import("@openuidev/react-lang").BuiltinActionType.ContinueConversation;
977
+ context?: string | undefined;
978
+ } | {
979
+ type: import("@openuidev/react-lang").BuiltinActionType.OpenUrl;
980
+ url: string;
981
+ } | {
982
+ type: string;
983
+ params?: Record<string, any> | undefined;
984
+ } | undefined;
985
+ variant?: "primary" | "secondary" | "tertiary" | undefined;
986
+ type?: "normal" | "destructive" | undefined;
987
+ size?: "small" | "extra-small" | "medium" | "large" | undefined;
988
+ }>[];
989
+ direction?: "row" | "column" | undefined;
990
+ }>;
991
+ fields: import("@openuidev/react-lang").SubComponentOf<{
709
992
  label: string;
710
- input: import("@openuidev/lang-react").SubComponentOf<{
993
+ input: import("@openuidev/react-lang").SubComponentOf<{
711
994
  name: string;
712
995
  placeholder?: string | undefined;
713
996
  type?: "number" | "text" | "url" | "email" | "password" | undefined;
714
- rules?: string[] | undefined;
715
- }> | import("@openuidev/lang-react").SubComponentOf<{
997
+ rules?: {
998
+ required?: boolean | undefined;
999
+ email?: boolean | undefined;
1000
+ url?: boolean | undefined;
1001
+ numeric?: boolean | undefined;
1002
+ min?: number | undefined;
1003
+ max?: number | undefined;
1004
+ minLength?: number | undefined;
1005
+ maxLength?: number | undefined;
1006
+ pattern?: string | undefined;
1007
+ } | undefined;
1008
+ }> | import("@openuidev/react-lang").SubComponentOf<{
716
1009
  name: string;
717
1010
  placeholder?: string | undefined;
718
1011
  rows?: number | undefined;
719
- rules?: string[] | undefined;
720
- }> | import("@openuidev/lang-react").SubComponentOf<{
1012
+ rules?: {
1013
+ required?: boolean | undefined;
1014
+ email?: boolean | undefined;
1015
+ url?: boolean | undefined;
1016
+ numeric?: boolean | undefined;
1017
+ min?: number | undefined;
1018
+ max?: number | undefined;
1019
+ minLength?: number | undefined;
1020
+ maxLength?: number | undefined;
1021
+ pattern?: string | undefined;
1022
+ } | undefined;
1023
+ }> | import("@openuidev/react-lang").SubComponentOf<{
721
1024
  name: string;
722
- items: import("@openuidev/lang-react").SubComponentOf<{
723
- value: string;
724
- label: string;
725
- }>[];
1025
+ items: unknown[];
726
1026
  placeholder?: string | undefined;
727
- rules?: string[] | undefined;
728
- }> | import("@openuidev/lang-react").SubComponentOf<{
1027
+ rules?: {
1028
+ required?: boolean | undefined;
1029
+ email?: boolean | undefined;
1030
+ url?: boolean | undefined;
1031
+ numeric?: boolean | undefined;
1032
+ min?: number | undefined;
1033
+ max?: number | undefined;
1034
+ minLength?: number | undefined;
1035
+ maxLength?: number | undefined;
1036
+ pattern?: string | undefined;
1037
+ } | undefined;
1038
+ }> | import("@openuidev/react-lang").SubComponentOf<{
729
1039
  name: string;
730
1040
  mode: "single" | "range";
731
- rules?: string[] | undefined;
732
- }> | import("@openuidev/lang-react").SubComponentOf<{
1041
+ rules?: {
1042
+ required?: boolean | undefined;
1043
+ email?: boolean | undefined;
1044
+ url?: boolean | undefined;
1045
+ numeric?: boolean | undefined;
1046
+ min?: number | undefined;
1047
+ max?: number | undefined;
1048
+ minLength?: number | undefined;
1049
+ maxLength?: number | undefined;
1050
+ pattern?: string | undefined;
1051
+ } | undefined;
1052
+ }> | import("@openuidev/react-lang").SubComponentOf<{
733
1053
  name: string;
734
1054
  variant: "continuous" | "discrete";
735
1055
  min: number;
736
1056
  max: number;
737
1057
  step?: number | undefined;
738
- defaultValue?: number | undefined;
739
- rules?: string[] | undefined;
740
- }> | import("@openuidev/lang-react").SubComponentOf<{
1058
+ defaultValue?: number[] | undefined;
1059
+ rules?: {
1060
+ required?: boolean | undefined;
1061
+ email?: boolean | undefined;
1062
+ url?: boolean | undefined;
1063
+ numeric?: boolean | undefined;
1064
+ min?: number | undefined;
1065
+ max?: number | undefined;
1066
+ minLength?: number | undefined;
1067
+ maxLength?: number | undefined;
1068
+ pattern?: string | undefined;
1069
+ } | undefined;
1070
+ }> | import("@openuidev/react-lang").SubComponentOf<{
741
1071
  name: string;
742
- items: import("@openuidev/lang-react").SubComponentOf<{
1072
+ items: import("@openuidev/react-lang").SubComponentOf<{
743
1073
  label: string;
744
1074
  description: string;
745
1075
  name: string;
746
1076
  defaultChecked?: boolean | undefined;
747
1077
  }>[];
748
- rules?: string[] | undefined;
749
- }> | import("@openuidev/lang-react").SubComponentOf<{
1078
+ rules?: {
1079
+ required?: boolean | undefined;
1080
+ email?: boolean | undefined;
1081
+ url?: boolean | undefined;
1082
+ numeric?: boolean | undefined;
1083
+ min?: number | undefined;
1084
+ max?: number | undefined;
1085
+ minLength?: number | undefined;
1086
+ maxLength?: number | undefined;
1087
+ pattern?: string | undefined;
1088
+ } | undefined;
1089
+ }> | import("@openuidev/react-lang").SubComponentOf<{
750
1090
  name: string;
751
- items: import("@openuidev/lang-react").SubComponentOf<{
1091
+ items: import("@openuidev/react-lang").SubComponentOf<{
752
1092
  label: string;
753
1093
  description: string;
754
1094
  value: string;
755
1095
  }>[];
756
1096
  defaultValue?: string | undefined;
757
- rules?: string[] | undefined;
1097
+ rules?: {
1098
+ required?: boolean | undefined;
1099
+ email?: boolean | undefined;
1100
+ url?: boolean | undefined;
1101
+ numeric?: boolean | undefined;
1102
+ min?: number | undefined;
1103
+ max?: number | undefined;
1104
+ minLength?: number | undefined;
1105
+ maxLength?: number | undefined;
1106
+ pattern?: string | undefined;
1107
+ } | undefined;
758
1108
  }>;
759
1109
  hint?: string | undefined;
760
1110
  }>[];
761
- buttons: import("@openuidev/lang-react").SubComponentOf<{
762
- buttons: import("@openuidev/lang-react").SubComponentOf<{
763
- label: string;
764
- action: string;
765
- variant?: "primary" | "secondary" | "tertiary" | undefined;
766
- type?: "normal" | "destructive" | undefined;
767
- size?: "small" | "extra-small" | "medium" | "large" | undefined;
768
- }>[];
769
- direction?: "row" | "column" | undefined;
770
- }>;
771
- }> | import("@openuidev/lang-react").SubComponentOf<{
772
- items: import("@openuidev/lang-react").SubComponentOf<{
1111
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1112
+ items: import("@openuidev/react-lang").SubComponentOf<{
773
1113
  title: string;
774
1114
  details: string;
775
1115
  }>[];
776
1116
  }>)[];
777
1117
  }>[];
778
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
779
- children: import("@openuidev/lang-react").SubComponentOf<{
780
- children: any[];
781
- direction?: "row" | "column" | undefined;
782
- gap?: "s" | "none" | "l" | "xs" | "m" | "xl" | "2xl" | undefined;
783
- align?: "center" | "end" | "start" | "baseline" | "stretch" | undefined;
784
- justify?: "center" | "end" | "start" | "between" | "around" | "evenly" | undefined;
785
- wrap?: boolean | undefined;
786
- }>[];
787
- variant?: "card" | "sunk" | undefined;
788
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
789
- children: import("@openuidev/lang-react").SubComponentOf<{
790
- children: any[];
1118
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
1119
+ children: (import("@openuidev/react-lang").SubComponentOf<{
1120
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
1121
+ label: string;
1122
+ action?: {
1123
+ type: import("@openuidev/react-lang").BuiltinActionType.ContinueConversation;
1124
+ context?: string | undefined;
1125
+ } | {
1126
+ type: import("@openuidev/react-lang").BuiltinActionType.OpenUrl;
1127
+ url: string;
1128
+ } | {
1129
+ type: string;
1130
+ params?: Record<string, any> | undefined;
1131
+ } | undefined;
1132
+ variant?: "primary" | "secondary" | "tertiary" | undefined;
1133
+ type?: "normal" | "destructive" | undefined;
1134
+ size?: "small" | "extra-small" | "medium" | "large" | undefined;
1135
+ }>[];
791
1136
  direction?: "row" | "column" | undefined;
792
- gap?: "s" | "none" | "l" | "xs" | "m" | "xl" | "2xl" | undefined;
793
- align?: "center" | "end" | "start" | "baseline" | "stretch" | undefined;
794
- justify?: "center" | "end" | "start" | "between" | "around" | "evenly" | undefined;
795
- wrap?: boolean | undefined;
796
- }>[];
797
- variant?: "card" | "sunk" | undefined;
798
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
799
- children: any[];
800
- direction?: "row" | "column" | undefined;
801
- gap?: "s" | "none" | "l" | "xs" | "m" | "xl" | "2xl" | undefined;
802
- align?: "center" | "end" | "start" | "baseline" | "stretch" | undefined;
803
- justify?: "center" | "end" | "start" | "between" | "around" | "evenly" | undefined;
804
- wrap?: boolean | undefined;
805
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
806
- children: any[];
807
- direction?: "row" | "column" | undefined;
808
- gap?: "s" | "none" | "l" | "xs" | "m" | "xl" | "2xl" | undefined;
809
- align?: "center" | "end" | "start" | "baseline" | "stretch" | undefined;
810
- justify?: "center" | "end" | "start" | "between" | "around" | "evenly" | undefined;
811
- wrap?: boolean | undefined;
812
- }>, unknown>>]>;
813
- export declare const CardSchema: z.ZodObject<{
814
- children: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
815
- text: string;
816
- size?: "small" | "large" | "default" | "small-heavy" | "large-heavy" | undefined;
817
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
1137
+ }> | import("@openuidev/react-lang").SubComponentOf<{
818
1138
  text: string;
819
1139
  size?: "small" | "large" | "default" | "small-heavy" | "large-heavy" | undefined;
820
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
1140
+ }> | import("@openuidev/react-lang").SubComponentOf<{
821
1141
  textMarkdown: string;
822
1142
  variant?: "clear" | "card" | "sunk" | undefined;
823
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
824
- textMarkdown: string;
825
- variant?: "clear" | "card" | "sunk" | undefined;
826
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
827
- title?: string | undefined;
828
- subtitle?: string | undefined;
829
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
1143
+ }> | import("@openuidev/react-lang").SubComponentOf<{
830
1144
  title?: string | undefined;
831
1145
  subtitle?: string | undefined;
832
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
1146
+ }> | import("@openuidev/react-lang").SubComponentOf<{
833
1147
  variant: "neutral" | "info" | "warning" | "success" | "error";
834
1148
  title: string;
835
1149
  description: string;
836
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
837
- variant: "neutral" | "info" | "warning" | "success" | "error";
838
- title: string;
839
- description: string;
840
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
841
- variant?: "neutral" | "info" | "danger" | "warning" | "success" | undefined;
842
- title?: string | undefined;
843
- description?: string | undefined;
844
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
1150
+ }> | import("@openuidev/react-lang").SubComponentOf<{
845
1151
  variant?: "neutral" | "info" | "danger" | "warning" | "success" | undefined;
846
1152
  title?: string | undefined;
847
1153
  description?: string | undefined;
848
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
849
- language: string;
850
- codeString: string;
851
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
1154
+ }> | import("@openuidev/react-lang").SubComponentOf<{
852
1155
  language: string;
853
1156
  codeString: string;
854
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
1157
+ }> | import("@openuidev/react-lang").SubComponentOf<{
855
1158
  alt: string;
856
1159
  src?: string | undefined;
857
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
858
- alt: string;
859
- src?: string | undefined;
860
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
861
- src: string;
862
- alt?: string | undefined;
863
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
1160
+ }> | import("@openuidev/react-lang").SubComponentOf<{
864
1161
  src: string;
865
1162
  alt?: string | undefined;
866
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
867
- images: {
868
- src: string;
869
- alt?: string | undefined;
870
- details?: string | undefined;
871
- }[];
872
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
1163
+ }> | import("@openuidev/react-lang").SubComponentOf<{
873
1164
  images: {
874
1165
  src: string;
875
1166
  alt?: string | undefined;
876
1167
  details?: string | undefined;
877
1168
  }[];
878
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
879
- orientation?: "horizontal" | "vertical" | undefined;
880
- decorative?: boolean | undefined;
881
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
1169
+ }> | import("@openuidev/react-lang").SubComponentOf<{
882
1170
  orientation?: "horizontal" | "vertical" | undefined;
883
1171
  decorative?: boolean | undefined;
884
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
885
- labels: string[];
886
- series: {
887
- category: string;
888
- values: number[];
889
- }[];
890
- variant?: "stacked" | "grouped" | undefined;
891
- xLabel?: string | undefined;
892
- yLabel?: string | undefined;
893
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
1172
+ }> | import("@openuidev/react-lang").SubComponentOf<{
894
1173
  labels: string[];
895
1174
  series: {
896
1175
  category: string;
@@ -899,62 +1178,29 @@ export declare const CardSchema: z.ZodObject<{
899
1178
  variant?: "stacked" | "grouped" | undefined;
900
1179
  xLabel?: string | undefined;
901
1180
  yLabel?: string | undefined;
902
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
903
- labels: string[];
904
- series: {
905
- category: string;
906
- values: number[];
907
- }[];
908
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
1181
+ }> | import("@openuidev/react-lang").SubComponentOf<{
909
1182
  labels: string[];
910
1183
  series: {
911
1184
  category: string;
912
1185
  values: number[];
913
1186
  }[];
914
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
1187
+ }> | import("@openuidev/react-lang").SubComponentOf<{
915
1188
  slices: {
916
1189
  category: string;
917
1190
  value: number;
918
1191
  }[];
919
1192
  variant?: "pie" | "donut" | undefined;
920
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
1193
+ }> | import("@openuidev/react-lang").SubComponentOf<{
921
1194
  slices: {
922
1195
  category: string;
923
1196
  value: number;
924
1197
  }[];
925
- variant?: "pie" | "donut" | undefined;
926
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
927
- slices: {
928
- category: string;
929
- value: number;
930
- }[];
931
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
932
- slices: {
933
- category: string;
934
- value: number;
935
- }[];
936
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
937
- slices: {
938
- category: string;
939
- value: number;
940
- }[];
941
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
1198
+ }> | import("@openuidev/react-lang").SubComponentOf<{
942
1199
  slices: {
943
1200
  category: string;
944
1201
  value: number;
945
1202
  }[];
946
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
947
- datasets: {
948
- name: string;
949
- points: {
950
- x: number;
951
- y: number;
952
- z?: number | undefined;
953
- }[];
954
- }[];
955
- xLabel?: string | undefined;
956
- yLabel?: string | undefined;
957
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
1203
+ }> | import("@openuidev/react-lang").SubComponentOf<{
958
1204
  datasets: {
959
1205
  name: string;
960
1206
  points: {
@@ -965,16 +1211,7 @@ export declare const CardSchema: z.ZodObject<{
965
1211
  }[];
966
1212
  xLabel?: string | undefined;
967
1213
  yLabel?: string | undefined;
968
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
969
- labels: string[];
970
- series: {
971
- category: string;
972
- values: number[];
973
- }[];
974
- variant?: "step" | "linear" | "natural" | undefined;
975
- xLabel?: string | undefined;
976
- yLabel?: string | undefined;
977
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
1214
+ }> | import("@openuidev/react-lang").SubComponentOf<{
978
1215
  labels: string[];
979
1216
  series: {
980
1217
  category: string;
@@ -983,16 +1220,7 @@ export declare const CardSchema: z.ZodObject<{
983
1220
  variant?: "step" | "linear" | "natural" | undefined;
984
1221
  xLabel?: string | undefined;
985
1222
  yLabel?: string | undefined;
986
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
987
- labels: string[];
988
- series: {
989
- category: string;
990
- values: number[];
991
- }[];
992
- variant?: "stacked" | "grouped" | undefined;
993
- xLabel?: string | undefined;
994
- yLabel?: string | undefined;
995
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
1223
+ }> | import("@openuidev/react-lang").SubComponentOf<{
996
1224
  labels: string[];
997
1225
  series: {
998
1226
  category: string;
@@ -1001,16 +1229,7 @@ export declare const CardSchema: z.ZodObject<{
1001
1229
  variant?: "stacked" | "grouped" | undefined;
1002
1230
  xLabel?: string | undefined;
1003
1231
  yLabel?: string | undefined;
1004
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
1005
- labels: string[];
1006
- series: {
1007
- category: string;
1008
- values: number[];
1009
- }[];
1010
- variant?: "step" | "linear" | "natural" | undefined;
1011
- xLabel?: string | undefined;
1012
- yLabel?: string | undefined;
1013
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
1232
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1014
1233
  labels: string[];
1015
1234
  series: {
1016
1235
  category: string;
@@ -1019,229 +1238,1349 @@ export declare const CardSchema: z.ZodObject<{
1019
1238
  variant?: "step" | "linear" | "natural" | undefined;
1020
1239
  xLabel?: string | undefined;
1021
1240
  yLabel?: string | undefined;
1022
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
1023
- columns: import("@openuidev/lang-react").SubComponentOf<{
1024
- label: string;
1025
- type?: "string" | "number" | "action" | undefined;
1026
- }>[];
1027
- rows: (string | number | boolean)[][];
1028
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
1029
- columns: import("@openuidev/lang-react").SubComponentOf<{
1241
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1242
+ columns: import("@openuidev/react-lang").SubComponentOf<{
1030
1243
  label: string;
1031
1244
  type?: "string" | "number" | "action" | undefined;
1032
1245
  }>[];
1033
1246
  rows: (string | number | boolean)[][];
1034
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
1035
- tags: string[];
1036
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
1247
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1037
1248
  tags: string[];
1038
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
1249
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1039
1250
  name: string;
1040
- fields: import("@openuidev/lang-react").SubComponentOf<{
1041
- label: string;
1042
- input: import("@openuidev/lang-react").SubComponentOf<{
1043
- name: string;
1044
- placeholder?: string | undefined;
1045
- type?: "number" | "text" | "url" | "email" | "password" | undefined;
1046
- rules?: string[] | undefined;
1047
- }> | import("@openuidev/lang-react").SubComponentOf<{
1048
- name: string;
1049
- placeholder?: string | undefined;
1050
- rows?: number | undefined;
1051
- rules?: string[] | undefined;
1052
- }> | import("@openuidev/lang-react").SubComponentOf<{
1053
- name: string;
1054
- items: import("@openuidev/lang-react").SubComponentOf<{
1055
- value: string;
1056
- label: string;
1057
- }>[];
1058
- placeholder?: string | undefined;
1059
- rules?: string[] | undefined;
1060
- }> | import("@openuidev/lang-react").SubComponentOf<{
1061
- name: string;
1062
- mode: "single" | "range";
1063
- rules?: string[] | undefined;
1064
- }> | import("@openuidev/lang-react").SubComponentOf<{
1065
- name: string;
1066
- variant: "continuous" | "discrete";
1067
- min: number;
1068
- max: number;
1069
- step?: number | undefined;
1070
- defaultValue?: number | undefined;
1071
- rules?: string[] | undefined;
1072
- }> | import("@openuidev/lang-react").SubComponentOf<{
1073
- name: string;
1074
- items: import("@openuidev/lang-react").SubComponentOf<{
1075
- label: string;
1076
- description: string;
1077
- name: string;
1078
- defaultChecked?: boolean | undefined;
1079
- }>[];
1080
- rules?: string[] | undefined;
1081
- }> | import("@openuidev/lang-react").SubComponentOf<{
1082
- name: string;
1083
- items: import("@openuidev/lang-react").SubComponentOf<{
1084
- label: string;
1085
- description: string;
1086
- value: string;
1087
- }>[];
1088
- defaultValue?: string | undefined;
1089
- rules?: string[] | undefined;
1090
- }>;
1091
- hint?: string | undefined;
1092
- }>[];
1093
- buttons: import("@openuidev/lang-react").SubComponentOf<{
1094
- buttons: import("@openuidev/lang-react").SubComponentOf<{
1251
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
1252
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
1095
1253
  label: string;
1096
- action: string;
1254
+ action?: {
1255
+ type: import("@openuidev/react-lang").BuiltinActionType.ContinueConversation;
1256
+ context?: string | undefined;
1257
+ } | {
1258
+ type: import("@openuidev/react-lang").BuiltinActionType.OpenUrl;
1259
+ url: string;
1260
+ } | {
1261
+ type: string;
1262
+ params?: Record<string, any> | undefined;
1263
+ } | undefined;
1097
1264
  variant?: "primary" | "secondary" | "tertiary" | undefined;
1098
1265
  type?: "normal" | "destructive" | undefined;
1099
1266
  size?: "small" | "extra-small" | "medium" | "large" | undefined;
1100
1267
  }>[];
1101
1268
  direction?: "row" | "column" | undefined;
1102
1269
  }>;
1103
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
1104
- name: string;
1105
- fields: import("@openuidev/lang-react").SubComponentOf<{
1270
+ fields: import("@openuidev/react-lang").SubComponentOf<{
1106
1271
  label: string;
1107
- input: import("@openuidev/lang-react").SubComponentOf<{
1272
+ input: import("@openuidev/react-lang").SubComponentOf<{
1108
1273
  name: string;
1109
1274
  placeholder?: string | undefined;
1110
1275
  type?: "number" | "text" | "url" | "email" | "password" | undefined;
1111
- rules?: string[] | undefined;
1112
- }> | import("@openuidev/lang-react").SubComponentOf<{
1276
+ rules?: {
1277
+ required?: boolean | undefined;
1278
+ email?: boolean | undefined;
1279
+ url?: boolean | undefined;
1280
+ numeric?: boolean | undefined;
1281
+ min?: number | undefined;
1282
+ max?: number | undefined;
1283
+ minLength?: number | undefined;
1284
+ maxLength?: number | undefined;
1285
+ pattern?: string | undefined;
1286
+ } | undefined;
1287
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1113
1288
  name: string;
1114
1289
  placeholder?: string | undefined;
1115
1290
  rows?: number | undefined;
1116
- rules?: string[] | undefined;
1117
- }> | import("@openuidev/lang-react").SubComponentOf<{
1291
+ rules?: {
1292
+ required?: boolean | undefined;
1293
+ email?: boolean | undefined;
1294
+ url?: boolean | undefined;
1295
+ numeric?: boolean | undefined;
1296
+ min?: number | undefined;
1297
+ max?: number | undefined;
1298
+ minLength?: number | undefined;
1299
+ maxLength?: number | undefined;
1300
+ pattern?: string | undefined;
1301
+ } | undefined;
1302
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1118
1303
  name: string;
1119
- items: import("@openuidev/lang-react").SubComponentOf<{
1120
- value: string;
1121
- label: string;
1122
- }>[];
1304
+ items: unknown[];
1123
1305
  placeholder?: string | undefined;
1124
- rules?: string[] | undefined;
1125
- }> | import("@openuidev/lang-react").SubComponentOf<{
1306
+ rules?: {
1307
+ required?: boolean | undefined;
1308
+ email?: boolean | undefined;
1309
+ url?: boolean | undefined;
1310
+ numeric?: boolean | undefined;
1311
+ min?: number | undefined;
1312
+ max?: number | undefined;
1313
+ minLength?: number | undefined;
1314
+ maxLength?: number | undefined;
1315
+ pattern?: string | undefined;
1316
+ } | undefined;
1317
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1126
1318
  name: string;
1127
1319
  mode: "single" | "range";
1128
- rules?: string[] | undefined;
1129
- }> | import("@openuidev/lang-react").SubComponentOf<{
1320
+ rules?: {
1321
+ required?: boolean | undefined;
1322
+ email?: boolean | undefined;
1323
+ url?: boolean | undefined;
1324
+ numeric?: boolean | undefined;
1325
+ min?: number | undefined;
1326
+ max?: number | undefined;
1327
+ minLength?: number | undefined;
1328
+ maxLength?: number | undefined;
1329
+ pattern?: string | undefined;
1330
+ } | undefined;
1331
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1130
1332
  name: string;
1131
1333
  variant: "continuous" | "discrete";
1132
1334
  min: number;
1133
1335
  max: number;
1134
1336
  step?: number | undefined;
1135
- defaultValue?: number | undefined;
1136
- rules?: string[] | undefined;
1137
- }> | import("@openuidev/lang-react").SubComponentOf<{
1337
+ defaultValue?: number[] | undefined;
1338
+ rules?: {
1339
+ required?: boolean | undefined;
1340
+ email?: boolean | undefined;
1341
+ url?: boolean | undefined;
1342
+ numeric?: boolean | undefined;
1343
+ min?: number | undefined;
1344
+ max?: number | undefined;
1345
+ minLength?: number | undefined;
1346
+ maxLength?: number | undefined;
1347
+ pattern?: string | undefined;
1348
+ } | undefined;
1349
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1138
1350
  name: string;
1139
- items: import("@openuidev/lang-react").SubComponentOf<{
1351
+ items: import("@openuidev/react-lang").SubComponentOf<{
1140
1352
  label: string;
1141
1353
  description: string;
1142
1354
  name: string;
1143
1355
  defaultChecked?: boolean | undefined;
1144
1356
  }>[];
1145
- rules?: string[] | undefined;
1146
- }> | import("@openuidev/lang-react").SubComponentOf<{
1357
+ rules?: {
1358
+ required?: boolean | undefined;
1359
+ email?: boolean | undefined;
1360
+ url?: boolean | undefined;
1361
+ numeric?: boolean | undefined;
1362
+ min?: number | undefined;
1363
+ max?: number | undefined;
1364
+ minLength?: number | undefined;
1365
+ maxLength?: number | undefined;
1366
+ pattern?: string | undefined;
1367
+ } | undefined;
1368
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1147
1369
  name: string;
1148
- items: import("@openuidev/lang-react").SubComponentOf<{
1370
+ items: import("@openuidev/react-lang").SubComponentOf<{
1149
1371
  label: string;
1150
1372
  description: string;
1151
1373
  value: string;
1152
1374
  }>[];
1153
1375
  defaultValue?: string | undefined;
1154
- rules?: string[] | undefined;
1376
+ rules?: {
1377
+ required?: boolean | undefined;
1378
+ email?: boolean | undefined;
1379
+ url?: boolean | undefined;
1380
+ numeric?: boolean | undefined;
1381
+ min?: number | undefined;
1382
+ max?: number | undefined;
1383
+ minLength?: number | undefined;
1384
+ maxLength?: number | undefined;
1385
+ pattern?: string | undefined;
1386
+ } | undefined;
1155
1387
  }>;
1156
1388
  hint?: string | undefined;
1157
1389
  }>[];
1158
- buttons: import("@openuidev/lang-react").SubComponentOf<{
1159
- buttons: import("@openuidev/lang-react").SubComponentOf<{
1160
- label: string;
1161
- action: string;
1162
- variant?: "primary" | "secondary" | "tertiary" | undefined;
1163
- type?: "normal" | "destructive" | undefined;
1164
- size?: "small" | "extra-small" | "medium" | "large" | undefined;
1165
- }>[];
1166
- direction?: "row" | "column" | undefined;
1167
- }>;
1168
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
1169
- buttons: import("@openuidev/lang-react").SubComponentOf<{
1170
- label: string;
1171
- action: string;
1172
- variant?: "primary" | "secondary" | "tertiary" | undefined;
1173
- type?: "normal" | "destructive" | undefined;
1174
- size?: "small" | "extra-small" | "medium" | "large" | undefined;
1390
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1391
+ items: import("@openuidev/react-lang").SubComponentOf<{
1392
+ title: string;
1393
+ details: string;
1175
1394
  }>[];
1176
- direction?: "row" | "column" | undefined;
1177
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
1178
- buttons: import("@openuidev/lang-react").SubComponentOf<{
1395
+ }>)[][];
1396
+ variant?: "card" | "sunk" | undefined;
1397
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
1398
+ children: (import("@openuidev/react-lang").SubComponentOf<{
1399
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
1179
1400
  label: string;
1180
- action: string;
1401
+ action?: {
1402
+ type: import("@openuidev/react-lang").BuiltinActionType.ContinueConversation;
1403
+ context?: string | undefined;
1404
+ } | {
1405
+ type: import("@openuidev/react-lang").BuiltinActionType.OpenUrl;
1406
+ url: string;
1407
+ } | {
1408
+ type: string;
1409
+ params?: Record<string, any> | undefined;
1410
+ } | undefined;
1181
1411
  variant?: "primary" | "secondary" | "tertiary" | undefined;
1182
1412
  type?: "normal" | "destructive" | undefined;
1183
1413
  size?: "small" | "extra-small" | "medium" | "large" | undefined;
1184
1414
  }>[];
1185
1415
  direction?: "row" | "column" | undefined;
1186
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
1187
- items: import("@openuidev/lang-react").SubComponentOf<{
1188
- title: string;
1189
- details: string;
1190
- }>[];
1191
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
1192
- items: import("@openuidev/lang-react").SubComponentOf<{
1193
- title: string;
1194
- details: string;
1195
- }>[];
1196
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
1197
- items: import("@openuidev/lang-react").SubComponentOf<{
1198
- value: string;
1199
- trigger: string;
1200
- content: (import("@openuidev/lang-react").SubComponentOf<{
1201
- buttons: import("@openuidev/lang-react").SubComponentOf<{
1202
- label: string;
1203
- action: string;
1204
- variant?: "primary" | "secondary" | "tertiary" | undefined;
1205
- type?: "normal" | "destructive" | undefined;
1206
- size?: "small" | "extra-small" | "medium" | "large" | undefined;
1207
- }>[];
1208
- direction?: "row" | "column" | undefined;
1209
- }> | import("@openuidev/lang-react").SubComponentOf<{
1210
- text: string;
1211
- size?: "small" | "large" | "default" | "small-heavy" | "large-heavy" | undefined;
1212
- }> | import("@openuidev/lang-react").SubComponentOf<{
1213
- textMarkdown: string;
1214
- variant?: "clear" | "card" | "sunk" | undefined;
1215
- }> | import("@openuidev/lang-react").SubComponentOf<{
1216
- title?: string | undefined;
1217
- subtitle?: string | undefined;
1218
- }> | import("@openuidev/lang-react").SubComponentOf<{
1219
- variant: "neutral" | "info" | "warning" | "success" | "error";
1220
- title: string;
1221
- description: string;
1222
- }> | import("@openuidev/lang-react").SubComponentOf<{
1416
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1417
+ text: string;
1418
+ size?: "small" | "large" | "default" | "small-heavy" | "large-heavy" | undefined;
1419
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1420
+ textMarkdown: string;
1421
+ variant?: "clear" | "card" | "sunk" | undefined;
1422
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1423
+ title?: string | undefined;
1424
+ subtitle?: string | undefined;
1425
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1426
+ variant: "neutral" | "info" | "warning" | "success" | "error";
1427
+ title: string;
1428
+ description: string;
1429
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1430
+ variant?: "neutral" | "info" | "danger" | "warning" | "success" | undefined;
1431
+ title?: string | undefined;
1432
+ description?: string | undefined;
1433
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1434
+ language: string;
1435
+ codeString: string;
1436
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1437
+ alt: string;
1438
+ src?: string | undefined;
1439
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1440
+ src: string;
1441
+ alt?: string | undefined;
1442
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1443
+ images: {
1444
+ src: string;
1445
+ alt?: string | undefined;
1446
+ details?: string | undefined;
1447
+ }[];
1448
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1449
+ orientation?: "horizontal" | "vertical" | undefined;
1450
+ decorative?: boolean | undefined;
1451
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1452
+ labels: string[];
1453
+ series: {
1454
+ category: string;
1455
+ values: number[];
1456
+ }[];
1457
+ variant?: "stacked" | "grouped" | undefined;
1458
+ xLabel?: string | undefined;
1459
+ yLabel?: string | undefined;
1460
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1461
+ labels: string[];
1462
+ series: {
1463
+ category: string;
1464
+ values: number[];
1465
+ }[];
1466
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1467
+ slices: {
1468
+ category: string;
1469
+ value: number;
1470
+ }[];
1471
+ variant?: "pie" | "donut" | undefined;
1472
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1473
+ slices: {
1474
+ category: string;
1475
+ value: number;
1476
+ }[];
1477
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1478
+ slices: {
1479
+ category: string;
1480
+ value: number;
1481
+ }[];
1482
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1483
+ datasets: {
1484
+ name: string;
1485
+ points: {
1486
+ x: number;
1487
+ y: number;
1488
+ z?: number | undefined;
1489
+ }[];
1490
+ }[];
1491
+ xLabel?: string | undefined;
1492
+ yLabel?: string | undefined;
1493
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1494
+ labels: string[];
1495
+ series: {
1496
+ category: string;
1497
+ values: number[];
1498
+ }[];
1499
+ variant?: "step" | "linear" | "natural" | undefined;
1500
+ xLabel?: string | undefined;
1501
+ yLabel?: string | undefined;
1502
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1503
+ labels: string[];
1504
+ series: {
1505
+ category: string;
1506
+ values: number[];
1507
+ }[];
1508
+ variant?: "stacked" | "grouped" | undefined;
1509
+ xLabel?: string | undefined;
1510
+ yLabel?: string | undefined;
1511
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1512
+ labels: string[];
1513
+ series: {
1514
+ category: string;
1515
+ values: number[];
1516
+ }[];
1517
+ variant?: "step" | "linear" | "natural" | undefined;
1518
+ xLabel?: string | undefined;
1519
+ yLabel?: string | undefined;
1520
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1521
+ columns: import("@openuidev/react-lang").SubComponentOf<{
1522
+ label: string;
1523
+ type?: "string" | "number" | "action" | undefined;
1524
+ }>[];
1525
+ rows: (string | number | boolean)[][];
1526
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1527
+ tags: string[];
1528
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1529
+ name: string;
1530
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
1531
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
1532
+ label: string;
1533
+ action?: {
1534
+ type: import("@openuidev/react-lang").BuiltinActionType.ContinueConversation;
1535
+ context?: string | undefined;
1536
+ } | {
1537
+ type: import("@openuidev/react-lang").BuiltinActionType.OpenUrl;
1538
+ url: string;
1539
+ } | {
1540
+ type: string;
1541
+ params?: Record<string, any> | undefined;
1542
+ } | undefined;
1543
+ variant?: "primary" | "secondary" | "tertiary" | undefined;
1544
+ type?: "normal" | "destructive" | undefined;
1545
+ size?: "small" | "extra-small" | "medium" | "large" | undefined;
1546
+ }>[];
1547
+ direction?: "row" | "column" | undefined;
1548
+ }>;
1549
+ fields: import("@openuidev/react-lang").SubComponentOf<{
1550
+ label: string;
1551
+ input: import("@openuidev/react-lang").SubComponentOf<{
1552
+ name: string;
1553
+ placeholder?: string | undefined;
1554
+ type?: "number" | "text" | "url" | "email" | "password" | undefined;
1555
+ rules?: {
1556
+ required?: boolean | undefined;
1557
+ email?: boolean | undefined;
1558
+ url?: boolean | undefined;
1559
+ numeric?: boolean | undefined;
1560
+ min?: number | undefined;
1561
+ max?: number | undefined;
1562
+ minLength?: number | undefined;
1563
+ maxLength?: number | undefined;
1564
+ pattern?: string | undefined;
1565
+ } | undefined;
1566
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1567
+ name: string;
1568
+ placeholder?: string | undefined;
1569
+ rows?: number | undefined;
1570
+ rules?: {
1571
+ required?: boolean | undefined;
1572
+ email?: boolean | undefined;
1573
+ url?: boolean | undefined;
1574
+ numeric?: boolean | undefined;
1575
+ min?: number | undefined;
1576
+ max?: number | undefined;
1577
+ minLength?: number | undefined;
1578
+ maxLength?: number | undefined;
1579
+ pattern?: string | undefined;
1580
+ } | undefined;
1581
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1582
+ name: string;
1583
+ items: unknown[];
1584
+ placeholder?: string | undefined;
1585
+ rules?: {
1586
+ required?: boolean | undefined;
1587
+ email?: boolean | undefined;
1588
+ url?: boolean | undefined;
1589
+ numeric?: boolean | undefined;
1590
+ min?: number | undefined;
1591
+ max?: number | undefined;
1592
+ minLength?: number | undefined;
1593
+ maxLength?: number | undefined;
1594
+ pattern?: string | undefined;
1595
+ } | undefined;
1596
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1597
+ name: string;
1598
+ mode: "single" | "range";
1599
+ rules?: {
1600
+ required?: boolean | undefined;
1601
+ email?: boolean | undefined;
1602
+ url?: boolean | undefined;
1603
+ numeric?: boolean | undefined;
1604
+ min?: number | undefined;
1605
+ max?: number | undefined;
1606
+ minLength?: number | undefined;
1607
+ maxLength?: number | undefined;
1608
+ pattern?: string | undefined;
1609
+ } | undefined;
1610
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1611
+ name: string;
1612
+ variant: "continuous" | "discrete";
1613
+ min: number;
1614
+ max: number;
1615
+ step?: number | undefined;
1616
+ defaultValue?: number[] | undefined;
1617
+ rules?: {
1618
+ required?: boolean | undefined;
1619
+ email?: boolean | undefined;
1620
+ url?: boolean | undefined;
1621
+ numeric?: boolean | undefined;
1622
+ min?: number | undefined;
1623
+ max?: number | undefined;
1624
+ minLength?: number | undefined;
1625
+ maxLength?: number | undefined;
1626
+ pattern?: string | undefined;
1627
+ } | undefined;
1628
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1629
+ name: string;
1630
+ items: import("@openuidev/react-lang").SubComponentOf<{
1631
+ label: string;
1632
+ description: string;
1633
+ name: string;
1634
+ defaultChecked?: boolean | undefined;
1635
+ }>[];
1636
+ rules?: {
1637
+ required?: boolean | undefined;
1638
+ email?: boolean | undefined;
1639
+ url?: boolean | undefined;
1640
+ numeric?: boolean | undefined;
1641
+ min?: number | undefined;
1642
+ max?: number | undefined;
1643
+ minLength?: number | undefined;
1644
+ maxLength?: number | undefined;
1645
+ pattern?: string | undefined;
1646
+ } | undefined;
1647
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1648
+ name: string;
1649
+ items: import("@openuidev/react-lang").SubComponentOf<{
1650
+ label: string;
1651
+ description: string;
1652
+ value: string;
1653
+ }>[];
1654
+ defaultValue?: string | undefined;
1655
+ rules?: {
1656
+ required?: boolean | undefined;
1657
+ email?: boolean | undefined;
1658
+ url?: boolean | undefined;
1659
+ numeric?: boolean | undefined;
1660
+ min?: number | undefined;
1661
+ max?: number | undefined;
1662
+ minLength?: number | undefined;
1663
+ maxLength?: number | undefined;
1664
+ pattern?: string | undefined;
1665
+ } | undefined;
1666
+ }>;
1667
+ hint?: string | undefined;
1668
+ }>[];
1669
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1670
+ items: import("@openuidev/react-lang").SubComponentOf<{
1671
+ title: string;
1672
+ details: string;
1673
+ }>[];
1674
+ }>)[][];
1675
+ variant?: "card" | "sunk" | undefined;
1676
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
1677
+ children: any[];
1678
+ direction?: "row" | "column" | undefined;
1679
+ gap?: "s" | "none" | "l" | "xs" | "m" | "xl" | "2xl" | undefined;
1680
+ align?: "center" | "end" | "start" | "baseline" | "stretch" | undefined;
1681
+ justify?: "center" | "end" | "start" | "between" | "around" | "evenly" | undefined;
1682
+ wrap?: boolean | undefined;
1683
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
1684
+ children: any[];
1685
+ direction?: "row" | "column" | undefined;
1686
+ gap?: "s" | "none" | "l" | "xs" | "m" | "xl" | "2xl" | undefined;
1687
+ align?: "center" | "end" | "start" | "baseline" | "stretch" | undefined;
1688
+ justify?: "center" | "end" | "start" | "between" | "around" | "evenly" | undefined;
1689
+ wrap?: boolean | undefined;
1690
+ }>, unknown>>]>;
1691
+ export declare const CardSchema: z.ZodObject<{
1692
+ children: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
1693
+ text: string;
1694
+ size?: "small" | "large" | "default" | "small-heavy" | "large-heavy" | undefined;
1695
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
1696
+ text: string;
1697
+ size?: "small" | "large" | "default" | "small-heavy" | "large-heavy" | undefined;
1698
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
1699
+ textMarkdown: string;
1700
+ variant?: "clear" | "card" | "sunk" | undefined;
1701
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
1702
+ textMarkdown: string;
1703
+ variant?: "clear" | "card" | "sunk" | undefined;
1704
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
1705
+ title?: string | undefined;
1706
+ subtitle?: string | undefined;
1707
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
1708
+ title?: string | undefined;
1709
+ subtitle?: string | undefined;
1710
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
1711
+ variant: "neutral" | "info" | "warning" | "success" | "error";
1712
+ title: string;
1713
+ description: string;
1714
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
1715
+ variant: "neutral" | "info" | "warning" | "success" | "error";
1716
+ title: string;
1717
+ description: string;
1718
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
1719
+ variant?: "neutral" | "info" | "danger" | "warning" | "success" | undefined;
1720
+ title?: string | undefined;
1721
+ description?: string | undefined;
1722
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
1723
+ variant?: "neutral" | "info" | "danger" | "warning" | "success" | undefined;
1724
+ title?: string | undefined;
1725
+ description?: string | undefined;
1726
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
1727
+ language: string;
1728
+ codeString: string;
1729
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
1730
+ language: string;
1731
+ codeString: string;
1732
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
1733
+ alt: string;
1734
+ src?: string | undefined;
1735
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
1736
+ alt: string;
1737
+ src?: string | undefined;
1738
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
1739
+ src: string;
1740
+ alt?: string | undefined;
1741
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
1742
+ src: string;
1743
+ alt?: string | undefined;
1744
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
1745
+ images: {
1746
+ src: string;
1747
+ alt?: string | undefined;
1748
+ details?: string | undefined;
1749
+ }[];
1750
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
1751
+ images: {
1752
+ src: string;
1753
+ alt?: string | undefined;
1754
+ details?: string | undefined;
1755
+ }[];
1756
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
1757
+ orientation?: "horizontal" | "vertical" | undefined;
1758
+ decorative?: boolean | undefined;
1759
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
1760
+ orientation?: "horizontal" | "vertical" | undefined;
1761
+ decorative?: boolean | undefined;
1762
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
1763
+ labels: string[];
1764
+ series: {
1765
+ category: string;
1766
+ values: number[];
1767
+ }[];
1768
+ variant?: "stacked" | "grouped" | undefined;
1769
+ xLabel?: string | undefined;
1770
+ yLabel?: string | undefined;
1771
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
1772
+ labels: string[];
1773
+ series: {
1774
+ category: string;
1775
+ values: number[];
1776
+ }[];
1777
+ variant?: "stacked" | "grouped" | undefined;
1778
+ xLabel?: string | undefined;
1779
+ yLabel?: string | undefined;
1780
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
1781
+ labels: string[];
1782
+ series: {
1783
+ category: string;
1784
+ values: number[];
1785
+ }[];
1786
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
1787
+ labels: string[];
1788
+ series: {
1789
+ category: string;
1790
+ values: number[];
1791
+ }[];
1792
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
1793
+ slices: {
1794
+ category: string;
1795
+ value: number;
1796
+ }[];
1797
+ variant?: "pie" | "donut" | undefined;
1798
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
1799
+ slices: {
1800
+ category: string;
1801
+ value: number;
1802
+ }[];
1803
+ variant?: "pie" | "donut" | undefined;
1804
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
1805
+ slices: {
1806
+ category: string;
1807
+ value: number;
1808
+ }[];
1809
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
1810
+ slices: {
1811
+ category: string;
1812
+ value: number;
1813
+ }[];
1814
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
1815
+ slices: {
1816
+ category: string;
1817
+ value: number;
1818
+ }[];
1819
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
1820
+ slices: {
1821
+ category: string;
1822
+ value: number;
1823
+ }[];
1824
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
1825
+ datasets: {
1826
+ name: string;
1827
+ points: {
1828
+ x: number;
1829
+ y: number;
1830
+ z?: number | undefined;
1831
+ }[];
1832
+ }[];
1833
+ xLabel?: string | undefined;
1834
+ yLabel?: string | undefined;
1835
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
1836
+ datasets: {
1837
+ name: string;
1838
+ points: {
1839
+ x: number;
1840
+ y: number;
1841
+ z?: number | undefined;
1842
+ }[];
1843
+ }[];
1844
+ xLabel?: string | undefined;
1845
+ yLabel?: string | undefined;
1846
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
1847
+ labels: string[];
1848
+ series: {
1849
+ category: string;
1850
+ values: number[];
1851
+ }[];
1852
+ variant?: "step" | "linear" | "natural" | undefined;
1853
+ xLabel?: string | undefined;
1854
+ yLabel?: string | undefined;
1855
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
1856
+ labels: string[];
1857
+ series: {
1858
+ category: string;
1859
+ values: number[];
1860
+ }[];
1861
+ variant?: "step" | "linear" | "natural" | undefined;
1862
+ xLabel?: string | undefined;
1863
+ yLabel?: string | undefined;
1864
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
1865
+ labels: string[];
1866
+ series: {
1867
+ category: string;
1868
+ values: number[];
1869
+ }[];
1870
+ variant?: "stacked" | "grouped" | undefined;
1871
+ xLabel?: string | undefined;
1872
+ yLabel?: string | undefined;
1873
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
1874
+ labels: string[];
1875
+ series: {
1876
+ category: string;
1877
+ values: number[];
1878
+ }[];
1879
+ variant?: "stacked" | "grouped" | undefined;
1880
+ xLabel?: string | undefined;
1881
+ yLabel?: string | undefined;
1882
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
1883
+ labels: string[];
1884
+ series: {
1885
+ category: string;
1886
+ values: number[];
1887
+ }[];
1888
+ variant?: "step" | "linear" | "natural" | undefined;
1889
+ xLabel?: string | undefined;
1890
+ yLabel?: string | undefined;
1891
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
1892
+ labels: string[];
1893
+ series: {
1894
+ category: string;
1895
+ values: number[];
1896
+ }[];
1897
+ variant?: "step" | "linear" | "natural" | undefined;
1898
+ xLabel?: string | undefined;
1899
+ yLabel?: string | undefined;
1900
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
1901
+ columns: import("@openuidev/react-lang").SubComponentOf<{
1902
+ label: string;
1903
+ type?: "string" | "number" | "action" | undefined;
1904
+ }>[];
1905
+ rows: (string | number | boolean)[][];
1906
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
1907
+ columns: import("@openuidev/react-lang").SubComponentOf<{
1908
+ label: string;
1909
+ type?: "string" | "number" | "action" | undefined;
1910
+ }>[];
1911
+ rows: (string | number | boolean)[][];
1912
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
1913
+ tags: string[];
1914
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
1915
+ tags: string[];
1916
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
1917
+ name: string;
1918
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
1919
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
1920
+ label: string;
1921
+ action?: {
1922
+ type: import("@openuidev/react-lang").BuiltinActionType.ContinueConversation;
1923
+ context?: string | undefined;
1924
+ } | {
1925
+ type: import("@openuidev/react-lang").BuiltinActionType.OpenUrl;
1926
+ url: string;
1927
+ } | {
1928
+ type: string;
1929
+ params?: Record<string, any> | undefined;
1930
+ } | undefined;
1931
+ variant?: "primary" | "secondary" | "tertiary" | undefined;
1932
+ type?: "normal" | "destructive" | undefined;
1933
+ size?: "small" | "extra-small" | "medium" | "large" | undefined;
1934
+ }>[];
1935
+ direction?: "row" | "column" | undefined;
1936
+ }>;
1937
+ fields: import("@openuidev/react-lang").SubComponentOf<{
1938
+ label: string;
1939
+ input: import("@openuidev/react-lang").SubComponentOf<{
1940
+ name: string;
1941
+ placeholder?: string | undefined;
1942
+ type?: "number" | "text" | "url" | "email" | "password" | undefined;
1943
+ rules?: {
1944
+ required?: boolean | undefined;
1945
+ email?: boolean | undefined;
1946
+ url?: boolean | undefined;
1947
+ numeric?: boolean | undefined;
1948
+ min?: number | undefined;
1949
+ max?: number | undefined;
1950
+ minLength?: number | undefined;
1951
+ maxLength?: number | undefined;
1952
+ pattern?: string | undefined;
1953
+ } | undefined;
1954
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1955
+ name: string;
1956
+ placeholder?: string | undefined;
1957
+ rows?: number | undefined;
1958
+ rules?: {
1959
+ required?: boolean | undefined;
1960
+ email?: boolean | undefined;
1961
+ url?: boolean | undefined;
1962
+ numeric?: boolean | undefined;
1963
+ min?: number | undefined;
1964
+ max?: number | undefined;
1965
+ minLength?: number | undefined;
1966
+ maxLength?: number | undefined;
1967
+ pattern?: string | undefined;
1968
+ } | undefined;
1969
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1970
+ name: string;
1971
+ items: unknown[];
1972
+ placeholder?: string | undefined;
1973
+ rules?: {
1974
+ required?: boolean | undefined;
1975
+ email?: boolean | undefined;
1976
+ url?: boolean | undefined;
1977
+ numeric?: boolean | undefined;
1978
+ min?: number | undefined;
1979
+ max?: number | undefined;
1980
+ minLength?: number | undefined;
1981
+ maxLength?: number | undefined;
1982
+ pattern?: string | undefined;
1983
+ } | undefined;
1984
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1985
+ name: string;
1986
+ mode: "single" | "range";
1987
+ rules?: {
1988
+ required?: boolean | undefined;
1989
+ email?: boolean | undefined;
1990
+ url?: boolean | undefined;
1991
+ numeric?: boolean | undefined;
1992
+ min?: number | undefined;
1993
+ max?: number | undefined;
1994
+ minLength?: number | undefined;
1995
+ maxLength?: number | undefined;
1996
+ pattern?: string | undefined;
1997
+ } | undefined;
1998
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1999
+ name: string;
2000
+ variant: "continuous" | "discrete";
2001
+ min: number;
2002
+ max: number;
2003
+ step?: number | undefined;
2004
+ defaultValue?: number[] | undefined;
2005
+ rules?: {
2006
+ required?: boolean | undefined;
2007
+ email?: boolean | undefined;
2008
+ url?: boolean | undefined;
2009
+ numeric?: boolean | undefined;
2010
+ min?: number | undefined;
2011
+ max?: number | undefined;
2012
+ minLength?: number | undefined;
2013
+ maxLength?: number | undefined;
2014
+ pattern?: string | undefined;
2015
+ } | undefined;
2016
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2017
+ name: string;
2018
+ items: import("@openuidev/react-lang").SubComponentOf<{
2019
+ label: string;
2020
+ description: string;
2021
+ name: string;
2022
+ defaultChecked?: boolean | undefined;
2023
+ }>[];
2024
+ rules?: {
2025
+ required?: boolean | undefined;
2026
+ email?: boolean | undefined;
2027
+ url?: boolean | undefined;
2028
+ numeric?: boolean | undefined;
2029
+ min?: number | undefined;
2030
+ max?: number | undefined;
2031
+ minLength?: number | undefined;
2032
+ maxLength?: number | undefined;
2033
+ pattern?: string | undefined;
2034
+ } | undefined;
2035
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2036
+ name: string;
2037
+ items: import("@openuidev/react-lang").SubComponentOf<{
2038
+ label: string;
2039
+ description: string;
2040
+ value: string;
2041
+ }>[];
2042
+ defaultValue?: string | undefined;
2043
+ rules?: {
2044
+ required?: boolean | undefined;
2045
+ email?: boolean | undefined;
2046
+ url?: boolean | undefined;
2047
+ numeric?: boolean | undefined;
2048
+ min?: number | undefined;
2049
+ max?: number | undefined;
2050
+ minLength?: number | undefined;
2051
+ maxLength?: number | undefined;
2052
+ pattern?: string | undefined;
2053
+ } | undefined;
2054
+ }>;
2055
+ hint?: string | undefined;
2056
+ }>[];
2057
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
2058
+ name: string;
2059
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
2060
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
2061
+ label: string;
2062
+ action?: {
2063
+ type: import("@openuidev/react-lang").BuiltinActionType.ContinueConversation;
2064
+ context?: string | undefined;
2065
+ } | {
2066
+ type: import("@openuidev/react-lang").BuiltinActionType.OpenUrl;
2067
+ url: string;
2068
+ } | {
2069
+ type: string;
2070
+ params?: Record<string, any> | undefined;
2071
+ } | undefined;
2072
+ variant?: "primary" | "secondary" | "tertiary" | undefined;
2073
+ type?: "normal" | "destructive" | undefined;
2074
+ size?: "small" | "extra-small" | "medium" | "large" | undefined;
2075
+ }>[];
2076
+ direction?: "row" | "column" | undefined;
2077
+ }>;
2078
+ fields: import("@openuidev/react-lang").SubComponentOf<{
2079
+ label: string;
2080
+ input: import("@openuidev/react-lang").SubComponentOf<{
2081
+ name: string;
2082
+ placeholder?: string | undefined;
2083
+ type?: "number" | "text" | "url" | "email" | "password" | undefined;
2084
+ rules?: {
2085
+ required?: boolean | undefined;
2086
+ email?: boolean | undefined;
2087
+ url?: boolean | undefined;
2088
+ numeric?: boolean | undefined;
2089
+ min?: number | undefined;
2090
+ max?: number | undefined;
2091
+ minLength?: number | undefined;
2092
+ maxLength?: number | undefined;
2093
+ pattern?: string | undefined;
2094
+ } | undefined;
2095
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2096
+ name: string;
2097
+ placeholder?: string | undefined;
2098
+ rows?: number | undefined;
2099
+ rules?: {
2100
+ required?: boolean | undefined;
2101
+ email?: boolean | undefined;
2102
+ url?: boolean | undefined;
2103
+ numeric?: boolean | undefined;
2104
+ min?: number | undefined;
2105
+ max?: number | undefined;
2106
+ minLength?: number | undefined;
2107
+ maxLength?: number | undefined;
2108
+ pattern?: string | undefined;
2109
+ } | undefined;
2110
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2111
+ name: string;
2112
+ items: unknown[];
2113
+ placeholder?: string | undefined;
2114
+ rules?: {
2115
+ required?: boolean | undefined;
2116
+ email?: boolean | undefined;
2117
+ url?: boolean | undefined;
2118
+ numeric?: boolean | undefined;
2119
+ min?: number | undefined;
2120
+ max?: number | undefined;
2121
+ minLength?: number | undefined;
2122
+ maxLength?: number | undefined;
2123
+ pattern?: string | undefined;
2124
+ } | undefined;
2125
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2126
+ name: string;
2127
+ mode: "single" | "range";
2128
+ rules?: {
2129
+ required?: boolean | undefined;
2130
+ email?: boolean | undefined;
2131
+ url?: boolean | undefined;
2132
+ numeric?: boolean | undefined;
2133
+ min?: number | undefined;
2134
+ max?: number | undefined;
2135
+ minLength?: number | undefined;
2136
+ maxLength?: number | undefined;
2137
+ pattern?: string | undefined;
2138
+ } | undefined;
2139
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2140
+ name: string;
2141
+ variant: "continuous" | "discrete";
2142
+ min: number;
2143
+ max: number;
2144
+ step?: number | undefined;
2145
+ defaultValue?: number[] | undefined;
2146
+ rules?: {
2147
+ required?: boolean | undefined;
2148
+ email?: boolean | undefined;
2149
+ url?: boolean | undefined;
2150
+ numeric?: boolean | undefined;
2151
+ min?: number | undefined;
2152
+ max?: number | undefined;
2153
+ minLength?: number | undefined;
2154
+ maxLength?: number | undefined;
2155
+ pattern?: string | undefined;
2156
+ } | undefined;
2157
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2158
+ name: string;
2159
+ items: import("@openuidev/react-lang").SubComponentOf<{
2160
+ label: string;
2161
+ description: string;
2162
+ name: string;
2163
+ defaultChecked?: boolean | undefined;
2164
+ }>[];
2165
+ rules?: {
2166
+ required?: boolean | undefined;
2167
+ email?: boolean | undefined;
2168
+ url?: boolean | undefined;
2169
+ numeric?: boolean | undefined;
2170
+ min?: number | undefined;
2171
+ max?: number | undefined;
2172
+ minLength?: number | undefined;
2173
+ maxLength?: number | undefined;
2174
+ pattern?: string | undefined;
2175
+ } | undefined;
2176
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2177
+ name: string;
2178
+ items: import("@openuidev/react-lang").SubComponentOf<{
2179
+ label: string;
2180
+ description: string;
2181
+ value: string;
2182
+ }>[];
2183
+ defaultValue?: string | undefined;
2184
+ rules?: {
2185
+ required?: boolean | undefined;
2186
+ email?: boolean | undefined;
2187
+ url?: boolean | undefined;
2188
+ numeric?: boolean | undefined;
2189
+ min?: number | undefined;
2190
+ max?: number | undefined;
2191
+ minLength?: number | undefined;
2192
+ maxLength?: number | undefined;
2193
+ pattern?: string | undefined;
2194
+ } | undefined;
2195
+ }>;
2196
+ hint?: string | undefined;
2197
+ }>[];
2198
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
2199
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
2200
+ label: string;
2201
+ action?: {
2202
+ type: import("@openuidev/react-lang").BuiltinActionType.ContinueConversation;
2203
+ context?: string | undefined;
2204
+ } | {
2205
+ type: import("@openuidev/react-lang").BuiltinActionType.OpenUrl;
2206
+ url: string;
2207
+ } | {
2208
+ type: string;
2209
+ params?: Record<string, any> | undefined;
2210
+ } | undefined;
2211
+ variant?: "primary" | "secondary" | "tertiary" | undefined;
2212
+ type?: "normal" | "destructive" | undefined;
2213
+ size?: "small" | "extra-small" | "medium" | "large" | undefined;
2214
+ }>[];
2215
+ direction?: "row" | "column" | undefined;
2216
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
2217
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
2218
+ label: string;
2219
+ action?: {
2220
+ type: import("@openuidev/react-lang").BuiltinActionType.ContinueConversation;
2221
+ context?: string | undefined;
2222
+ } | {
2223
+ type: import("@openuidev/react-lang").BuiltinActionType.OpenUrl;
2224
+ url: string;
2225
+ } | {
2226
+ type: string;
2227
+ params?: Record<string, any> | undefined;
2228
+ } | undefined;
2229
+ variant?: "primary" | "secondary" | "tertiary" | undefined;
2230
+ type?: "normal" | "destructive" | undefined;
2231
+ size?: "small" | "extra-small" | "medium" | "large" | undefined;
2232
+ }>[];
2233
+ direction?: "row" | "column" | undefined;
2234
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
2235
+ items: import("@openuidev/react-lang").SubComponentOf<{
2236
+ title: string;
2237
+ details: string;
2238
+ }>[];
2239
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
2240
+ items: import("@openuidev/react-lang").SubComponentOf<{
2241
+ title: string;
2242
+ details: string;
2243
+ }>[];
2244
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
2245
+ items: import("@openuidev/react-lang").SubComponentOf<{
2246
+ value: string;
2247
+ trigger: string;
2248
+ content: (import("@openuidev/react-lang").SubComponentOf<{
2249
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
2250
+ label: string;
2251
+ action?: {
2252
+ type: import("@openuidev/react-lang").BuiltinActionType.ContinueConversation;
2253
+ context?: string | undefined;
2254
+ } | {
2255
+ type: import("@openuidev/react-lang").BuiltinActionType.OpenUrl;
2256
+ url: string;
2257
+ } | {
2258
+ type: string;
2259
+ params?: Record<string, any> | undefined;
2260
+ } | undefined;
2261
+ variant?: "primary" | "secondary" | "tertiary" | undefined;
2262
+ type?: "normal" | "destructive" | undefined;
2263
+ size?: "small" | "extra-small" | "medium" | "large" | undefined;
2264
+ }>[];
2265
+ direction?: "row" | "column" | undefined;
2266
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2267
+ text: string;
2268
+ size?: "small" | "large" | "default" | "small-heavy" | "large-heavy" | undefined;
2269
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2270
+ textMarkdown: string;
2271
+ variant?: "clear" | "card" | "sunk" | undefined;
2272
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2273
+ title?: string | undefined;
2274
+ subtitle?: string | undefined;
2275
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2276
+ variant: "neutral" | "info" | "warning" | "success" | "error";
2277
+ title: string;
2278
+ description: string;
2279
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2280
+ variant?: "neutral" | "info" | "danger" | "warning" | "success" | undefined;
2281
+ title?: string | undefined;
2282
+ description?: string | undefined;
2283
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2284
+ language: string;
2285
+ codeString: string;
2286
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2287
+ alt: string;
2288
+ src?: string | undefined;
2289
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2290
+ src: string;
2291
+ alt?: string | undefined;
2292
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2293
+ images: {
2294
+ src: string;
2295
+ alt?: string | undefined;
2296
+ details?: string | undefined;
2297
+ }[];
2298
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2299
+ orientation?: "horizontal" | "vertical" | undefined;
2300
+ decorative?: boolean | undefined;
2301
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2302
+ labels: string[];
2303
+ series: {
2304
+ category: string;
2305
+ values: number[];
2306
+ }[];
2307
+ variant?: "stacked" | "grouped" | undefined;
2308
+ xLabel?: string | undefined;
2309
+ yLabel?: string | undefined;
2310
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2311
+ labels: string[];
2312
+ series: {
2313
+ category: string;
2314
+ values: number[];
2315
+ }[];
2316
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2317
+ slices: {
2318
+ category: string;
2319
+ value: number;
2320
+ }[];
2321
+ variant?: "pie" | "donut" | undefined;
2322
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2323
+ slices: {
2324
+ category: string;
2325
+ value: number;
2326
+ }[];
2327
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2328
+ slices: {
2329
+ category: string;
2330
+ value: number;
2331
+ }[];
2332
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2333
+ datasets: {
2334
+ name: string;
2335
+ points: {
2336
+ x: number;
2337
+ y: number;
2338
+ z?: number | undefined;
2339
+ }[];
2340
+ }[];
2341
+ xLabel?: string | undefined;
2342
+ yLabel?: string | undefined;
2343
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2344
+ labels: string[];
2345
+ series: {
2346
+ category: string;
2347
+ values: number[];
2348
+ }[];
2349
+ variant?: "step" | "linear" | "natural" | undefined;
2350
+ xLabel?: string | undefined;
2351
+ yLabel?: string | undefined;
2352
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2353
+ labels: string[];
2354
+ series: {
2355
+ category: string;
2356
+ values: number[];
2357
+ }[];
2358
+ variant?: "stacked" | "grouped" | undefined;
2359
+ xLabel?: string | undefined;
2360
+ yLabel?: string | undefined;
2361
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2362
+ labels: string[];
2363
+ series: {
2364
+ category: string;
2365
+ values: number[];
2366
+ }[];
2367
+ variant?: "step" | "linear" | "natural" | undefined;
2368
+ xLabel?: string | undefined;
2369
+ yLabel?: string | undefined;
2370
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2371
+ columns: import("@openuidev/react-lang").SubComponentOf<{
2372
+ label: string;
2373
+ type?: "string" | "number" | "action" | undefined;
2374
+ }>[];
2375
+ rows: (string | number | boolean)[][];
2376
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2377
+ tags: string[];
2378
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2379
+ name: string;
2380
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
2381
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
2382
+ label: string;
2383
+ action?: {
2384
+ type: import("@openuidev/react-lang").BuiltinActionType.ContinueConversation;
2385
+ context?: string | undefined;
2386
+ } | {
2387
+ type: import("@openuidev/react-lang").BuiltinActionType.OpenUrl;
2388
+ url: string;
2389
+ } | {
2390
+ type: string;
2391
+ params?: Record<string, any> | undefined;
2392
+ } | undefined;
2393
+ variant?: "primary" | "secondary" | "tertiary" | undefined;
2394
+ type?: "normal" | "destructive" | undefined;
2395
+ size?: "small" | "extra-small" | "medium" | "large" | undefined;
2396
+ }>[];
2397
+ direction?: "row" | "column" | undefined;
2398
+ }>;
2399
+ fields: import("@openuidev/react-lang").SubComponentOf<{
2400
+ label: string;
2401
+ input: import("@openuidev/react-lang").SubComponentOf<{
2402
+ name: string;
2403
+ placeholder?: string | undefined;
2404
+ type?: "number" | "text" | "url" | "email" | "password" | undefined;
2405
+ rules?: {
2406
+ required?: boolean | undefined;
2407
+ email?: boolean | undefined;
2408
+ url?: boolean | undefined;
2409
+ numeric?: boolean | undefined;
2410
+ min?: number | undefined;
2411
+ max?: number | undefined;
2412
+ minLength?: number | undefined;
2413
+ maxLength?: number | undefined;
2414
+ pattern?: string | undefined;
2415
+ } | undefined;
2416
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2417
+ name: string;
2418
+ placeholder?: string | undefined;
2419
+ rows?: number | undefined;
2420
+ rules?: {
2421
+ required?: boolean | undefined;
2422
+ email?: boolean | undefined;
2423
+ url?: boolean | undefined;
2424
+ numeric?: boolean | undefined;
2425
+ min?: number | undefined;
2426
+ max?: number | undefined;
2427
+ minLength?: number | undefined;
2428
+ maxLength?: number | undefined;
2429
+ pattern?: string | undefined;
2430
+ } | undefined;
2431
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2432
+ name: string;
2433
+ items: unknown[];
2434
+ placeholder?: string | undefined;
2435
+ rules?: {
2436
+ required?: boolean | undefined;
2437
+ email?: boolean | undefined;
2438
+ url?: boolean | undefined;
2439
+ numeric?: boolean | undefined;
2440
+ min?: number | undefined;
2441
+ max?: number | undefined;
2442
+ minLength?: number | undefined;
2443
+ maxLength?: number | undefined;
2444
+ pattern?: string | undefined;
2445
+ } | undefined;
2446
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2447
+ name: string;
2448
+ mode: "single" | "range";
2449
+ rules?: {
2450
+ required?: boolean | undefined;
2451
+ email?: boolean | undefined;
2452
+ url?: boolean | undefined;
2453
+ numeric?: boolean | undefined;
2454
+ min?: number | undefined;
2455
+ max?: number | undefined;
2456
+ minLength?: number | undefined;
2457
+ maxLength?: number | undefined;
2458
+ pattern?: string | undefined;
2459
+ } | undefined;
2460
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2461
+ name: string;
2462
+ variant: "continuous" | "discrete";
2463
+ min: number;
2464
+ max: number;
2465
+ step?: number | undefined;
2466
+ defaultValue?: number[] | undefined;
2467
+ rules?: {
2468
+ required?: boolean | undefined;
2469
+ email?: boolean | undefined;
2470
+ url?: boolean | undefined;
2471
+ numeric?: boolean | undefined;
2472
+ min?: number | undefined;
2473
+ max?: number | undefined;
2474
+ minLength?: number | undefined;
2475
+ maxLength?: number | undefined;
2476
+ pattern?: string | undefined;
2477
+ } | undefined;
2478
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2479
+ name: string;
2480
+ items: import("@openuidev/react-lang").SubComponentOf<{
2481
+ label: string;
2482
+ description: string;
2483
+ name: string;
2484
+ defaultChecked?: boolean | undefined;
2485
+ }>[];
2486
+ rules?: {
2487
+ required?: boolean | undefined;
2488
+ email?: boolean | undefined;
2489
+ url?: boolean | undefined;
2490
+ numeric?: boolean | undefined;
2491
+ min?: number | undefined;
2492
+ max?: number | undefined;
2493
+ minLength?: number | undefined;
2494
+ maxLength?: number | undefined;
2495
+ pattern?: string | undefined;
2496
+ } | undefined;
2497
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2498
+ name: string;
2499
+ items: import("@openuidev/react-lang").SubComponentOf<{
2500
+ label: string;
2501
+ description: string;
2502
+ value: string;
2503
+ }>[];
2504
+ defaultValue?: string | undefined;
2505
+ rules?: {
2506
+ required?: boolean | undefined;
2507
+ email?: boolean | undefined;
2508
+ url?: boolean | undefined;
2509
+ numeric?: boolean | undefined;
2510
+ min?: number | undefined;
2511
+ max?: number | undefined;
2512
+ minLength?: number | undefined;
2513
+ maxLength?: number | undefined;
2514
+ pattern?: string | undefined;
2515
+ } | undefined;
2516
+ }>;
2517
+ hint?: string | undefined;
2518
+ }>[];
2519
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2520
+ items: import("@openuidev/react-lang").SubComponentOf<{
2521
+ title: string;
2522
+ details: string;
2523
+ }>[];
2524
+ }>)[];
2525
+ }>[];
2526
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
2527
+ items: import("@openuidev/react-lang").SubComponentOf<{
2528
+ value: string;
2529
+ trigger: string;
2530
+ content: (import("@openuidev/react-lang").SubComponentOf<{
2531
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
2532
+ label: string;
2533
+ action?: {
2534
+ type: import("@openuidev/react-lang").BuiltinActionType.ContinueConversation;
2535
+ context?: string | undefined;
2536
+ } | {
2537
+ type: import("@openuidev/react-lang").BuiltinActionType.OpenUrl;
2538
+ url: string;
2539
+ } | {
2540
+ type: string;
2541
+ params?: Record<string, any> | undefined;
2542
+ } | undefined;
2543
+ variant?: "primary" | "secondary" | "tertiary" | undefined;
2544
+ type?: "normal" | "destructive" | undefined;
2545
+ size?: "small" | "extra-small" | "medium" | "large" | undefined;
2546
+ }>[];
2547
+ direction?: "row" | "column" | undefined;
2548
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2549
+ text: string;
2550
+ size?: "small" | "large" | "default" | "small-heavy" | "large-heavy" | undefined;
2551
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2552
+ textMarkdown: string;
2553
+ variant?: "clear" | "card" | "sunk" | undefined;
2554
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2555
+ title?: string | undefined;
2556
+ subtitle?: string | undefined;
2557
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2558
+ variant: "neutral" | "info" | "warning" | "success" | "error";
2559
+ title: string;
2560
+ description: string;
2561
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1223
2562
  variant?: "neutral" | "info" | "danger" | "warning" | "success" | undefined;
1224
2563
  title?: string | undefined;
1225
2564
  description?: string | undefined;
1226
- }> | import("@openuidev/lang-react").SubComponentOf<{
2565
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1227
2566
  language: string;
1228
2567
  codeString: string;
1229
- }> | import("@openuidev/lang-react").SubComponentOf<{
2568
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1230
2569
  alt: string;
1231
2570
  src?: string | undefined;
1232
- }> | import("@openuidev/lang-react").SubComponentOf<{
2571
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1233
2572
  src: string;
1234
2573
  alt?: string | undefined;
1235
- }> | import("@openuidev/lang-react").SubComponentOf<{
2574
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1236
2575
  images: {
1237
2576
  src: string;
1238
2577
  alt?: string | undefined;
1239
2578
  details?: string | undefined;
1240
2579
  }[];
1241
- }> | import("@openuidev/lang-react").SubComponentOf<{
2580
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1242
2581
  orientation?: "horizontal" | "vertical" | undefined;
1243
2582
  decorative?: boolean | undefined;
1244
- }> | import("@openuidev/lang-react").SubComponentOf<{
2583
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1245
2584
  labels: string[];
1246
2585
  series: {
1247
2586
  category: string;
@@ -1250,29 +2589,29 @@ export declare const CardSchema: z.ZodObject<{
1250
2589
  variant?: "stacked" | "grouped" | undefined;
1251
2590
  xLabel?: string | undefined;
1252
2591
  yLabel?: string | undefined;
1253
- }> | import("@openuidev/lang-react").SubComponentOf<{
2592
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1254
2593
  labels: string[];
1255
2594
  series: {
1256
2595
  category: string;
1257
2596
  values: number[];
1258
2597
  }[];
1259
- }> | import("@openuidev/lang-react").SubComponentOf<{
2598
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1260
2599
  slices: {
1261
2600
  category: string;
1262
2601
  value: number;
1263
2602
  }[];
1264
2603
  variant?: "pie" | "donut" | undefined;
1265
- }> | import("@openuidev/lang-react").SubComponentOf<{
2604
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1266
2605
  slices: {
1267
2606
  category: string;
1268
2607
  value: number;
1269
2608
  }[];
1270
- }> | import("@openuidev/lang-react").SubComponentOf<{
2609
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1271
2610
  slices: {
1272
2611
  category: string;
1273
2612
  value: number;
1274
2613
  }[];
1275
- }> | import("@openuidev/lang-react").SubComponentOf<{
2614
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1276
2615
  datasets: {
1277
2616
  name: string;
1278
2617
  points: {
@@ -1283,7 +2622,7 @@ export declare const CardSchema: z.ZodObject<{
1283
2622
  }[];
1284
2623
  xLabel?: string | undefined;
1285
2624
  yLabel?: string | undefined;
1286
- }> | import("@openuidev/lang-react").SubComponentOf<{
2625
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1287
2626
  labels: string[];
1288
2627
  series: {
1289
2628
  category: string;
@@ -1292,7 +2631,7 @@ export declare const CardSchema: z.ZodObject<{
1292
2631
  variant?: "step" | "linear" | "natural" | undefined;
1293
2632
  xLabel?: string | undefined;
1294
2633
  yLabel?: string | undefined;
1295
- }> | import("@openuidev/lang-react").SubComponentOf<{
2634
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1296
2635
  labels: string[];
1297
2636
  series: {
1298
2637
  category: string;
@@ -1301,7 +2640,7 @@ export declare const CardSchema: z.ZodObject<{
1301
2640
  variant?: "stacked" | "grouped" | undefined;
1302
2641
  xLabel?: string | undefined;
1303
2642
  yLabel?: string | undefined;
1304
- }> | import("@openuidev/lang-react").SubComponentOf<{
2643
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1305
2644
  labels: string[];
1306
2645
  series: {
1307
2646
  category: string;
@@ -1310,311 +2649,728 @@ export declare const CardSchema: z.ZodObject<{
1310
2649
  variant?: "step" | "linear" | "natural" | undefined;
1311
2650
  xLabel?: string | undefined;
1312
2651
  yLabel?: string | undefined;
1313
- }> | import("@openuidev/lang-react").SubComponentOf<{
1314
- columns: import("@openuidev/lang-react").SubComponentOf<{
2652
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2653
+ columns: import("@openuidev/react-lang").SubComponentOf<{
1315
2654
  label: string;
1316
2655
  type?: "string" | "number" | "action" | undefined;
1317
2656
  }>[];
1318
2657
  rows: (string | number | boolean)[][];
1319
- }> | import("@openuidev/lang-react").SubComponentOf<{
2658
+ }> | import("@openuidev/react-lang").SubComponentOf<{
1320
2659
  tags: string[];
1321
- }> | import("@openuidev/lang-react").SubComponentOf<{
2660
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2661
+ name: string;
2662
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
2663
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
2664
+ label: string;
2665
+ action?: {
2666
+ type: import("@openuidev/react-lang").BuiltinActionType.ContinueConversation;
2667
+ context?: string | undefined;
2668
+ } | {
2669
+ type: import("@openuidev/react-lang").BuiltinActionType.OpenUrl;
2670
+ url: string;
2671
+ } | {
2672
+ type: string;
2673
+ params?: Record<string, any> | undefined;
2674
+ } | undefined;
2675
+ variant?: "primary" | "secondary" | "tertiary" | undefined;
2676
+ type?: "normal" | "destructive" | undefined;
2677
+ size?: "small" | "extra-small" | "medium" | "large" | undefined;
2678
+ }>[];
2679
+ direction?: "row" | "column" | undefined;
2680
+ }>;
2681
+ fields: import("@openuidev/react-lang").SubComponentOf<{
2682
+ label: string;
2683
+ input: import("@openuidev/react-lang").SubComponentOf<{
2684
+ name: string;
2685
+ placeholder?: string | undefined;
2686
+ type?: "number" | "text" | "url" | "email" | "password" | undefined;
2687
+ rules?: {
2688
+ required?: boolean | undefined;
2689
+ email?: boolean | undefined;
2690
+ url?: boolean | undefined;
2691
+ numeric?: boolean | undefined;
2692
+ min?: number | undefined;
2693
+ max?: number | undefined;
2694
+ minLength?: number | undefined;
2695
+ maxLength?: number | undefined;
2696
+ pattern?: string | undefined;
2697
+ } | undefined;
2698
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2699
+ name: string;
2700
+ placeholder?: string | undefined;
2701
+ rows?: number | undefined;
2702
+ rules?: {
2703
+ required?: boolean | undefined;
2704
+ email?: boolean | undefined;
2705
+ url?: boolean | undefined;
2706
+ numeric?: boolean | undefined;
2707
+ min?: number | undefined;
2708
+ max?: number | undefined;
2709
+ minLength?: number | undefined;
2710
+ maxLength?: number | undefined;
2711
+ pattern?: string | undefined;
2712
+ } | undefined;
2713
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2714
+ name: string;
2715
+ items: unknown[];
2716
+ placeholder?: string | undefined;
2717
+ rules?: {
2718
+ required?: boolean | undefined;
2719
+ email?: boolean | undefined;
2720
+ url?: boolean | undefined;
2721
+ numeric?: boolean | undefined;
2722
+ min?: number | undefined;
2723
+ max?: number | undefined;
2724
+ minLength?: number | undefined;
2725
+ maxLength?: number | undefined;
2726
+ pattern?: string | undefined;
2727
+ } | undefined;
2728
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2729
+ name: string;
2730
+ mode: "single" | "range";
2731
+ rules?: {
2732
+ required?: boolean | undefined;
2733
+ email?: boolean | undefined;
2734
+ url?: boolean | undefined;
2735
+ numeric?: boolean | undefined;
2736
+ min?: number | undefined;
2737
+ max?: number | undefined;
2738
+ minLength?: number | undefined;
2739
+ maxLength?: number | undefined;
2740
+ pattern?: string | undefined;
2741
+ } | undefined;
2742
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2743
+ name: string;
2744
+ variant: "continuous" | "discrete";
2745
+ min: number;
2746
+ max: number;
2747
+ step?: number | undefined;
2748
+ defaultValue?: number[] | undefined;
2749
+ rules?: {
2750
+ required?: boolean | undefined;
2751
+ email?: boolean | undefined;
2752
+ url?: boolean | undefined;
2753
+ numeric?: boolean | undefined;
2754
+ min?: number | undefined;
2755
+ max?: number | undefined;
2756
+ minLength?: number | undefined;
2757
+ maxLength?: number | undefined;
2758
+ pattern?: string | undefined;
2759
+ } | undefined;
2760
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2761
+ name: string;
2762
+ items: import("@openuidev/react-lang").SubComponentOf<{
2763
+ label: string;
2764
+ description: string;
2765
+ name: string;
2766
+ defaultChecked?: boolean | undefined;
2767
+ }>[];
2768
+ rules?: {
2769
+ required?: boolean | undefined;
2770
+ email?: boolean | undefined;
2771
+ url?: boolean | undefined;
2772
+ numeric?: boolean | undefined;
2773
+ min?: number | undefined;
2774
+ max?: number | undefined;
2775
+ minLength?: number | undefined;
2776
+ maxLength?: number | undefined;
2777
+ pattern?: string | undefined;
2778
+ } | undefined;
2779
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2780
+ name: string;
2781
+ items: import("@openuidev/react-lang").SubComponentOf<{
2782
+ label: string;
2783
+ description: string;
2784
+ value: string;
2785
+ }>[];
2786
+ defaultValue?: string | undefined;
2787
+ rules?: {
2788
+ required?: boolean | undefined;
2789
+ email?: boolean | undefined;
2790
+ url?: boolean | undefined;
2791
+ numeric?: boolean | undefined;
2792
+ min?: number | undefined;
2793
+ max?: number | undefined;
2794
+ minLength?: number | undefined;
2795
+ maxLength?: number | undefined;
2796
+ pattern?: string | undefined;
2797
+ } | undefined;
2798
+ }>;
2799
+ hint?: string | undefined;
2800
+ }>[];
2801
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2802
+ items: import("@openuidev/react-lang").SubComponentOf<{
2803
+ title: string;
2804
+ details: string;
2805
+ }>[];
2806
+ }>)[];
2807
+ }>[];
2808
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
2809
+ children: (import("@openuidev/react-lang").SubComponentOf<{
2810
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
2811
+ label: string;
2812
+ action?: {
2813
+ type: import("@openuidev/react-lang").BuiltinActionType.ContinueConversation;
2814
+ context?: string | undefined;
2815
+ } | {
2816
+ type: import("@openuidev/react-lang").BuiltinActionType.OpenUrl;
2817
+ url: string;
2818
+ } | {
2819
+ type: string;
2820
+ params?: Record<string, any> | undefined;
2821
+ } | undefined;
2822
+ variant?: "primary" | "secondary" | "tertiary" | undefined;
2823
+ type?: "normal" | "destructive" | undefined;
2824
+ size?: "small" | "extra-small" | "medium" | "large" | undefined;
2825
+ }>[];
2826
+ direction?: "row" | "column" | undefined;
2827
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2828
+ text: string;
2829
+ size?: "small" | "large" | "default" | "small-heavy" | "large-heavy" | undefined;
2830
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2831
+ textMarkdown: string;
2832
+ variant?: "clear" | "card" | "sunk" | undefined;
2833
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2834
+ title?: string | undefined;
2835
+ subtitle?: string | undefined;
2836
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2837
+ variant: "neutral" | "info" | "warning" | "success" | "error";
2838
+ title: string;
2839
+ description: string;
2840
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2841
+ variant?: "neutral" | "info" | "danger" | "warning" | "success" | undefined;
2842
+ title?: string | undefined;
2843
+ description?: string | undefined;
2844
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2845
+ language: string;
2846
+ codeString: string;
2847
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2848
+ alt: string;
2849
+ src?: string | undefined;
2850
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2851
+ src: string;
2852
+ alt?: string | undefined;
2853
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2854
+ images: {
2855
+ src: string;
2856
+ alt?: string | undefined;
2857
+ details?: string | undefined;
2858
+ }[];
2859
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2860
+ orientation?: "horizontal" | "vertical" | undefined;
2861
+ decorative?: boolean | undefined;
2862
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2863
+ labels: string[];
2864
+ series: {
2865
+ category: string;
2866
+ values: number[];
2867
+ }[];
2868
+ variant?: "stacked" | "grouped" | undefined;
2869
+ xLabel?: string | undefined;
2870
+ yLabel?: string | undefined;
2871
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2872
+ labels: string[];
2873
+ series: {
2874
+ category: string;
2875
+ values: number[];
2876
+ }[];
2877
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2878
+ slices: {
2879
+ category: string;
2880
+ value: number;
2881
+ }[];
2882
+ variant?: "pie" | "donut" | undefined;
2883
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2884
+ slices: {
2885
+ category: string;
2886
+ value: number;
2887
+ }[];
2888
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2889
+ slices: {
2890
+ category: string;
2891
+ value: number;
2892
+ }[];
2893
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2894
+ datasets: {
2895
+ name: string;
2896
+ points: {
2897
+ x: number;
2898
+ y: number;
2899
+ z?: number | undefined;
2900
+ }[];
2901
+ }[];
2902
+ xLabel?: string | undefined;
2903
+ yLabel?: string | undefined;
2904
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2905
+ labels: string[];
2906
+ series: {
2907
+ category: string;
2908
+ values: number[];
2909
+ }[];
2910
+ variant?: "step" | "linear" | "natural" | undefined;
2911
+ xLabel?: string | undefined;
2912
+ yLabel?: string | undefined;
2913
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2914
+ labels: string[];
2915
+ series: {
2916
+ category: string;
2917
+ values: number[];
2918
+ }[];
2919
+ variant?: "stacked" | "grouped" | undefined;
2920
+ xLabel?: string | undefined;
2921
+ yLabel?: string | undefined;
2922
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2923
+ labels: string[];
2924
+ series: {
2925
+ category: string;
2926
+ values: number[];
2927
+ }[];
2928
+ variant?: "step" | "linear" | "natural" | undefined;
2929
+ xLabel?: string | undefined;
2930
+ yLabel?: string | undefined;
2931
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2932
+ columns: import("@openuidev/react-lang").SubComponentOf<{
2933
+ label: string;
2934
+ type?: "string" | "number" | "action" | undefined;
2935
+ }>[];
2936
+ rows: (string | number | boolean)[][];
2937
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2938
+ tags: string[];
2939
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2940
+ name: string;
2941
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
2942
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
2943
+ label: string;
2944
+ action?: {
2945
+ type: import("@openuidev/react-lang").BuiltinActionType.ContinueConversation;
2946
+ context?: string | undefined;
2947
+ } | {
2948
+ type: import("@openuidev/react-lang").BuiltinActionType.OpenUrl;
2949
+ url: string;
2950
+ } | {
2951
+ type: string;
2952
+ params?: Record<string, any> | undefined;
2953
+ } | undefined;
2954
+ variant?: "primary" | "secondary" | "tertiary" | undefined;
2955
+ type?: "normal" | "destructive" | undefined;
2956
+ size?: "small" | "extra-small" | "medium" | "large" | undefined;
2957
+ }>[];
2958
+ direction?: "row" | "column" | undefined;
2959
+ }>;
2960
+ fields: import("@openuidev/react-lang").SubComponentOf<{
2961
+ label: string;
2962
+ input: import("@openuidev/react-lang").SubComponentOf<{
2963
+ name: string;
2964
+ placeholder?: string | undefined;
2965
+ type?: "number" | "text" | "url" | "email" | "password" | undefined;
2966
+ rules?: {
2967
+ required?: boolean | undefined;
2968
+ email?: boolean | undefined;
2969
+ url?: boolean | undefined;
2970
+ numeric?: boolean | undefined;
2971
+ min?: number | undefined;
2972
+ max?: number | undefined;
2973
+ minLength?: number | undefined;
2974
+ maxLength?: number | undefined;
2975
+ pattern?: string | undefined;
2976
+ } | undefined;
2977
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2978
+ name: string;
2979
+ placeholder?: string | undefined;
2980
+ rows?: number | undefined;
2981
+ rules?: {
2982
+ required?: boolean | undefined;
2983
+ email?: boolean | undefined;
2984
+ url?: boolean | undefined;
2985
+ numeric?: boolean | undefined;
2986
+ min?: number | undefined;
2987
+ max?: number | undefined;
2988
+ minLength?: number | undefined;
2989
+ maxLength?: number | undefined;
2990
+ pattern?: string | undefined;
2991
+ } | undefined;
2992
+ }> | import("@openuidev/react-lang").SubComponentOf<{
2993
+ name: string;
2994
+ items: unknown[];
2995
+ placeholder?: string | undefined;
2996
+ rules?: {
2997
+ required?: boolean | undefined;
2998
+ email?: boolean | undefined;
2999
+ url?: boolean | undefined;
3000
+ numeric?: boolean | undefined;
3001
+ min?: number | undefined;
3002
+ max?: number | undefined;
3003
+ minLength?: number | undefined;
3004
+ maxLength?: number | undefined;
3005
+ pattern?: string | undefined;
3006
+ } | undefined;
3007
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3008
+ name: string;
3009
+ mode: "single" | "range";
3010
+ rules?: {
3011
+ required?: boolean | undefined;
3012
+ email?: boolean | undefined;
3013
+ url?: boolean | undefined;
3014
+ numeric?: boolean | undefined;
3015
+ min?: number | undefined;
3016
+ max?: number | undefined;
3017
+ minLength?: number | undefined;
3018
+ maxLength?: number | undefined;
3019
+ pattern?: string | undefined;
3020
+ } | undefined;
3021
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3022
+ name: string;
3023
+ variant: "continuous" | "discrete";
3024
+ min: number;
3025
+ max: number;
3026
+ step?: number | undefined;
3027
+ defaultValue?: number[] | undefined;
3028
+ rules?: {
3029
+ required?: boolean | undefined;
3030
+ email?: boolean | undefined;
3031
+ url?: boolean | undefined;
3032
+ numeric?: boolean | undefined;
3033
+ min?: number | undefined;
3034
+ max?: number | undefined;
3035
+ minLength?: number | undefined;
3036
+ maxLength?: number | undefined;
3037
+ pattern?: string | undefined;
3038
+ } | undefined;
3039
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3040
+ name: string;
3041
+ items: import("@openuidev/react-lang").SubComponentOf<{
3042
+ label: string;
3043
+ description: string;
3044
+ name: string;
3045
+ defaultChecked?: boolean | undefined;
3046
+ }>[];
3047
+ rules?: {
3048
+ required?: boolean | undefined;
3049
+ email?: boolean | undefined;
3050
+ url?: boolean | undefined;
3051
+ numeric?: boolean | undefined;
3052
+ min?: number | undefined;
3053
+ max?: number | undefined;
3054
+ minLength?: number | undefined;
3055
+ maxLength?: number | undefined;
3056
+ pattern?: string | undefined;
3057
+ } | undefined;
3058
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3059
+ name: string;
3060
+ items: import("@openuidev/react-lang").SubComponentOf<{
3061
+ label: string;
3062
+ description: string;
3063
+ value: string;
3064
+ }>[];
3065
+ defaultValue?: string | undefined;
3066
+ rules?: {
3067
+ required?: boolean | undefined;
3068
+ email?: boolean | undefined;
3069
+ url?: boolean | undefined;
3070
+ numeric?: boolean | undefined;
3071
+ min?: number | undefined;
3072
+ max?: number | undefined;
3073
+ minLength?: number | undefined;
3074
+ maxLength?: number | undefined;
3075
+ pattern?: string | undefined;
3076
+ } | undefined;
3077
+ }>;
3078
+ hint?: string | undefined;
3079
+ }>[];
3080
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3081
+ items: import("@openuidev/react-lang").SubComponentOf<{
3082
+ title: string;
3083
+ details: string;
3084
+ }>[];
3085
+ }>)[][];
3086
+ variant?: "card" | "sunk" | undefined;
3087
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
3088
+ children: (import("@openuidev/react-lang").SubComponentOf<{
3089
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
3090
+ label: string;
3091
+ action?: {
3092
+ type: import("@openuidev/react-lang").BuiltinActionType.ContinueConversation;
3093
+ context?: string | undefined;
3094
+ } | {
3095
+ type: import("@openuidev/react-lang").BuiltinActionType.OpenUrl;
3096
+ url: string;
3097
+ } | {
3098
+ type: string;
3099
+ params?: Record<string, any> | undefined;
3100
+ } | undefined;
3101
+ variant?: "primary" | "secondary" | "tertiary" | undefined;
3102
+ type?: "normal" | "destructive" | undefined;
3103
+ size?: "small" | "extra-small" | "medium" | "large" | undefined;
3104
+ }>[];
3105
+ direction?: "row" | "column" | undefined;
3106
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3107
+ text: string;
3108
+ size?: "small" | "large" | "default" | "small-heavy" | "large-heavy" | undefined;
3109
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3110
+ textMarkdown: string;
3111
+ variant?: "clear" | "card" | "sunk" | undefined;
3112
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3113
+ title?: string | undefined;
3114
+ subtitle?: string | undefined;
3115
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3116
+ variant: "neutral" | "info" | "warning" | "success" | "error";
3117
+ title: string;
3118
+ description: string;
3119
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3120
+ variant?: "neutral" | "info" | "danger" | "warning" | "success" | undefined;
3121
+ title?: string | undefined;
3122
+ description?: string | undefined;
3123
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3124
+ language: string;
3125
+ codeString: string;
3126
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3127
+ alt: string;
3128
+ src?: string | undefined;
3129
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3130
+ src: string;
3131
+ alt?: string | undefined;
3132
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3133
+ images: {
3134
+ src: string;
3135
+ alt?: string | undefined;
3136
+ details?: string | undefined;
3137
+ }[];
3138
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3139
+ orientation?: "horizontal" | "vertical" | undefined;
3140
+ decorative?: boolean | undefined;
3141
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3142
+ labels: string[];
3143
+ series: {
3144
+ category: string;
3145
+ values: number[];
3146
+ }[];
3147
+ variant?: "stacked" | "grouped" | undefined;
3148
+ xLabel?: string | undefined;
3149
+ yLabel?: string | undefined;
3150
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3151
+ labels: string[];
3152
+ series: {
3153
+ category: string;
3154
+ values: number[];
3155
+ }[];
3156
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3157
+ slices: {
3158
+ category: string;
3159
+ value: number;
3160
+ }[];
3161
+ variant?: "pie" | "donut" | undefined;
3162
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3163
+ slices: {
3164
+ category: string;
3165
+ value: number;
3166
+ }[];
3167
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3168
+ slices: {
3169
+ category: string;
3170
+ value: number;
3171
+ }[];
3172
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3173
+ datasets: {
1322
3174
  name: string;
1323
- fields: import("@openuidev/lang-react").SubComponentOf<{
1324
- label: string;
1325
- input: import("@openuidev/lang-react").SubComponentOf<{
1326
- name: string;
1327
- placeholder?: string | undefined;
1328
- type?: "number" | "text" | "url" | "email" | "password" | undefined;
1329
- rules?: string[] | undefined;
1330
- }> | import("@openuidev/lang-react").SubComponentOf<{
1331
- name: string;
1332
- placeholder?: string | undefined;
1333
- rows?: number | undefined;
1334
- rules?: string[] | undefined;
1335
- }> | import("@openuidev/lang-react").SubComponentOf<{
1336
- name: string;
1337
- items: import("@openuidev/lang-react").SubComponentOf<{
1338
- value: string;
1339
- label: string;
1340
- }>[];
1341
- placeholder?: string | undefined;
1342
- rules?: string[] | undefined;
1343
- }> | import("@openuidev/lang-react").SubComponentOf<{
1344
- name: string;
1345
- mode: "single" | "range";
1346
- rules?: string[] | undefined;
1347
- }> | import("@openuidev/lang-react").SubComponentOf<{
1348
- name: string;
1349
- variant: "continuous" | "discrete";
1350
- min: number;
1351
- max: number;
1352
- step?: number | undefined;
1353
- defaultValue?: number | undefined;
1354
- rules?: string[] | undefined;
1355
- }> | import("@openuidev/lang-react").SubComponentOf<{
1356
- name: string;
1357
- items: import("@openuidev/lang-react").SubComponentOf<{
1358
- label: string;
1359
- description: string;
1360
- name: string;
1361
- defaultChecked?: boolean | undefined;
1362
- }>[];
1363
- rules?: string[] | undefined;
1364
- }> | import("@openuidev/lang-react").SubComponentOf<{
1365
- name: string;
1366
- items: import("@openuidev/lang-react").SubComponentOf<{
1367
- label: string;
1368
- description: string;
1369
- value: string;
1370
- }>[];
1371
- defaultValue?: string | undefined;
1372
- rules?: string[] | undefined;
1373
- }>;
1374
- hint?: string | undefined;
1375
- }>[];
1376
- buttons: import("@openuidev/lang-react").SubComponentOf<{
1377
- buttons: import("@openuidev/lang-react").SubComponentOf<{
1378
- label: string;
1379
- action: string;
1380
- variant?: "primary" | "secondary" | "tertiary" | undefined;
1381
- type?: "normal" | "destructive" | undefined;
1382
- size?: "small" | "extra-small" | "medium" | "large" | undefined;
1383
- }>[];
1384
- direction?: "row" | "column" | undefined;
1385
- }>;
1386
- }> | import("@openuidev/lang-react").SubComponentOf<{
1387
- items: import("@openuidev/lang-react").SubComponentOf<{
1388
- title: string;
1389
- details: string;
1390
- }>[];
1391
- }>)[];
1392
- }>[];
1393
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
1394
- items: import("@openuidev/lang-react").SubComponentOf<{
1395
- value: string;
1396
- trigger: string;
1397
- content: (import("@openuidev/lang-react").SubComponentOf<{
1398
- buttons: import("@openuidev/lang-react").SubComponentOf<{
3175
+ points: {
3176
+ x: number;
3177
+ y: number;
3178
+ z?: number | undefined;
3179
+ }[];
3180
+ }[];
3181
+ xLabel?: string | undefined;
3182
+ yLabel?: string | undefined;
3183
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3184
+ labels: string[];
3185
+ series: {
3186
+ category: string;
3187
+ values: number[];
3188
+ }[];
3189
+ variant?: "step" | "linear" | "natural" | undefined;
3190
+ xLabel?: string | undefined;
3191
+ yLabel?: string | undefined;
3192
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3193
+ labels: string[];
3194
+ series: {
3195
+ category: string;
3196
+ values: number[];
3197
+ }[];
3198
+ variant?: "stacked" | "grouped" | undefined;
3199
+ xLabel?: string | undefined;
3200
+ yLabel?: string | undefined;
3201
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3202
+ labels: string[];
3203
+ series: {
3204
+ category: string;
3205
+ values: number[];
3206
+ }[];
3207
+ variant?: "step" | "linear" | "natural" | undefined;
3208
+ xLabel?: string | undefined;
3209
+ yLabel?: string | undefined;
3210
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3211
+ columns: import("@openuidev/react-lang").SubComponentOf<{
3212
+ label: string;
3213
+ type?: "string" | "number" | "action" | undefined;
3214
+ }>[];
3215
+ rows: (string | number | boolean)[][];
3216
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3217
+ tags: string[];
3218
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3219
+ name: string;
3220
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
3221
+ buttons: import("@openuidev/react-lang").SubComponentOf<{
1399
3222
  label: string;
1400
- action: string;
3223
+ action?: {
3224
+ type: import("@openuidev/react-lang").BuiltinActionType.ContinueConversation;
3225
+ context?: string | undefined;
3226
+ } | {
3227
+ type: import("@openuidev/react-lang").BuiltinActionType.OpenUrl;
3228
+ url: string;
3229
+ } | {
3230
+ type: string;
3231
+ params?: Record<string, any> | undefined;
3232
+ } | undefined;
1401
3233
  variant?: "primary" | "secondary" | "tertiary" | undefined;
1402
3234
  type?: "normal" | "destructive" | undefined;
1403
3235
  size?: "small" | "extra-small" | "medium" | "large" | undefined;
1404
3236
  }>[];
1405
3237
  direction?: "row" | "column" | undefined;
1406
- }> | import("@openuidev/lang-react").SubComponentOf<{
1407
- text: string;
1408
- size?: "small" | "large" | "default" | "small-heavy" | "large-heavy" | undefined;
1409
- }> | import("@openuidev/lang-react").SubComponentOf<{
1410
- textMarkdown: string;
1411
- variant?: "clear" | "card" | "sunk" | undefined;
1412
- }> | import("@openuidev/lang-react").SubComponentOf<{
1413
- title?: string | undefined;
1414
- subtitle?: string | undefined;
1415
- }> | import("@openuidev/lang-react").SubComponentOf<{
1416
- variant: "neutral" | "info" | "warning" | "success" | "error";
1417
- title: string;
1418
- description: string;
1419
- }> | import("@openuidev/lang-react").SubComponentOf<{
1420
- variant?: "neutral" | "info" | "danger" | "warning" | "success" | undefined;
1421
- title?: string | undefined;
1422
- description?: string | undefined;
1423
- }> | import("@openuidev/lang-react").SubComponentOf<{
1424
- language: string;
1425
- codeString: string;
1426
- }> | import("@openuidev/lang-react").SubComponentOf<{
1427
- alt: string;
1428
- src?: string | undefined;
1429
- }> | import("@openuidev/lang-react").SubComponentOf<{
1430
- src: string;
1431
- alt?: string | undefined;
1432
- }> | import("@openuidev/lang-react").SubComponentOf<{
1433
- images: {
1434
- src: string;
1435
- alt?: string | undefined;
1436
- details?: string | undefined;
1437
- }[];
1438
- }> | import("@openuidev/lang-react").SubComponentOf<{
1439
- orientation?: "horizontal" | "vertical" | undefined;
1440
- decorative?: boolean | undefined;
1441
- }> | import("@openuidev/lang-react").SubComponentOf<{
1442
- labels: string[];
1443
- series: {
1444
- category: string;
1445
- values: number[];
1446
- }[];
1447
- variant?: "stacked" | "grouped" | undefined;
1448
- xLabel?: string | undefined;
1449
- yLabel?: string | undefined;
1450
- }> | import("@openuidev/lang-react").SubComponentOf<{
1451
- labels: string[];
1452
- series: {
1453
- category: string;
1454
- values: number[];
1455
- }[];
1456
- }> | import("@openuidev/lang-react").SubComponentOf<{
1457
- slices: {
1458
- category: string;
1459
- value: number;
1460
- }[];
1461
- variant?: "pie" | "donut" | undefined;
1462
- }> | import("@openuidev/lang-react").SubComponentOf<{
1463
- slices: {
1464
- category: string;
1465
- value: number;
1466
- }[];
1467
- }> | import("@openuidev/lang-react").SubComponentOf<{
1468
- slices: {
1469
- category: string;
1470
- value: number;
1471
- }[];
1472
- }> | import("@openuidev/lang-react").SubComponentOf<{
1473
- datasets: {
3238
+ }>;
3239
+ fields: import("@openuidev/react-lang").SubComponentOf<{
3240
+ label: string;
3241
+ input: import("@openuidev/react-lang").SubComponentOf<{
1474
3242
  name: string;
1475
- points: {
1476
- x: number;
1477
- y: number;
1478
- z?: number | undefined;
1479
- }[];
1480
- }[];
1481
- xLabel?: string | undefined;
1482
- yLabel?: string | undefined;
1483
- }> | import("@openuidev/lang-react").SubComponentOf<{
1484
- labels: string[];
1485
- series: {
1486
- category: string;
1487
- values: number[];
1488
- }[];
1489
- variant?: "step" | "linear" | "natural" | undefined;
1490
- xLabel?: string | undefined;
1491
- yLabel?: string | undefined;
1492
- }> | import("@openuidev/lang-react").SubComponentOf<{
1493
- labels: string[];
1494
- series: {
1495
- category: string;
1496
- values: number[];
1497
- }[];
1498
- variant?: "stacked" | "grouped" | undefined;
1499
- xLabel?: string | undefined;
1500
- yLabel?: string | undefined;
1501
- }> | import("@openuidev/lang-react").SubComponentOf<{
1502
- labels: string[];
1503
- series: {
1504
- category: string;
1505
- values: number[];
1506
- }[];
1507
- variant?: "step" | "linear" | "natural" | undefined;
1508
- xLabel?: string | undefined;
1509
- yLabel?: string | undefined;
1510
- }> | import("@openuidev/lang-react").SubComponentOf<{
1511
- columns: import("@openuidev/lang-react").SubComponentOf<{
1512
- label: string;
1513
- type?: "string" | "number" | "action" | undefined;
1514
- }>[];
1515
- rows: (string | number | boolean)[][];
1516
- }> | import("@openuidev/lang-react").SubComponentOf<{
1517
- tags: string[];
1518
- }> | import("@openuidev/lang-react").SubComponentOf<{
1519
- name: string;
1520
- fields: import("@openuidev/lang-react").SubComponentOf<{
1521
- label: string;
1522
- input: import("@openuidev/lang-react").SubComponentOf<{
1523
- name: string;
1524
- placeholder?: string | undefined;
1525
- type?: "number" | "text" | "url" | "email" | "password" | undefined;
1526
- rules?: string[] | undefined;
1527
- }> | import("@openuidev/lang-react").SubComponentOf<{
1528
- name: string;
1529
- placeholder?: string | undefined;
1530
- rows?: number | undefined;
1531
- rules?: string[] | undefined;
1532
- }> | import("@openuidev/lang-react").SubComponentOf<{
1533
- name: string;
1534
- items: import("@openuidev/lang-react").SubComponentOf<{
1535
- value: string;
1536
- label: string;
1537
- }>[];
1538
- placeholder?: string | undefined;
1539
- rules?: string[] | undefined;
1540
- }> | import("@openuidev/lang-react").SubComponentOf<{
1541
- name: string;
1542
- mode: "single" | "range";
1543
- rules?: string[] | undefined;
1544
- }> | import("@openuidev/lang-react").SubComponentOf<{
1545
- name: string;
1546
- variant: "continuous" | "discrete";
1547
- min: number;
1548
- max: number;
1549
- step?: number | undefined;
1550
- defaultValue?: number | undefined;
1551
- rules?: string[] | undefined;
1552
- }> | import("@openuidev/lang-react").SubComponentOf<{
1553
- name: string;
1554
- items: import("@openuidev/lang-react").SubComponentOf<{
1555
- label: string;
1556
- description: string;
1557
- name: string;
1558
- defaultChecked?: boolean | undefined;
1559
- }>[];
1560
- rules?: string[] | undefined;
1561
- }> | import("@openuidev/lang-react").SubComponentOf<{
3243
+ placeholder?: string | undefined;
3244
+ type?: "number" | "text" | "url" | "email" | "password" | undefined;
3245
+ rules?: {
3246
+ required?: boolean | undefined;
3247
+ email?: boolean | undefined;
3248
+ url?: boolean | undefined;
3249
+ numeric?: boolean | undefined;
3250
+ min?: number | undefined;
3251
+ max?: number | undefined;
3252
+ minLength?: number | undefined;
3253
+ maxLength?: number | undefined;
3254
+ pattern?: string | undefined;
3255
+ } | undefined;
3256
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3257
+ name: string;
3258
+ placeholder?: string | undefined;
3259
+ rows?: number | undefined;
3260
+ rules?: {
3261
+ required?: boolean | undefined;
3262
+ email?: boolean | undefined;
3263
+ url?: boolean | undefined;
3264
+ numeric?: boolean | undefined;
3265
+ min?: number | undefined;
3266
+ max?: number | undefined;
3267
+ minLength?: number | undefined;
3268
+ maxLength?: number | undefined;
3269
+ pattern?: string | undefined;
3270
+ } | undefined;
3271
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3272
+ name: string;
3273
+ items: unknown[];
3274
+ placeholder?: string | undefined;
3275
+ rules?: {
3276
+ required?: boolean | undefined;
3277
+ email?: boolean | undefined;
3278
+ url?: boolean | undefined;
3279
+ numeric?: boolean | undefined;
3280
+ min?: number | undefined;
3281
+ max?: number | undefined;
3282
+ minLength?: number | undefined;
3283
+ maxLength?: number | undefined;
3284
+ pattern?: string | undefined;
3285
+ } | undefined;
3286
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3287
+ name: string;
3288
+ mode: "single" | "range";
3289
+ rules?: {
3290
+ required?: boolean | undefined;
3291
+ email?: boolean | undefined;
3292
+ url?: boolean | undefined;
3293
+ numeric?: boolean | undefined;
3294
+ min?: number | undefined;
3295
+ max?: number | undefined;
3296
+ minLength?: number | undefined;
3297
+ maxLength?: number | undefined;
3298
+ pattern?: string | undefined;
3299
+ } | undefined;
3300
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3301
+ name: string;
3302
+ variant: "continuous" | "discrete";
3303
+ min: number;
3304
+ max: number;
3305
+ step?: number | undefined;
3306
+ defaultValue?: number[] | undefined;
3307
+ rules?: {
3308
+ required?: boolean | undefined;
3309
+ email?: boolean | undefined;
3310
+ url?: boolean | undefined;
3311
+ numeric?: boolean | undefined;
3312
+ min?: number | undefined;
3313
+ max?: number | undefined;
3314
+ minLength?: number | undefined;
3315
+ maxLength?: number | undefined;
3316
+ pattern?: string | undefined;
3317
+ } | undefined;
3318
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3319
+ name: string;
3320
+ items: import("@openuidev/react-lang").SubComponentOf<{
3321
+ label: string;
3322
+ description: string;
1562
3323
  name: string;
1563
- items: import("@openuidev/lang-react").SubComponentOf<{
1564
- label: string;
1565
- description: string;
1566
- value: string;
1567
- }>[];
1568
- defaultValue?: string | undefined;
1569
- rules?: string[] | undefined;
1570
- }>;
1571
- hint?: string | undefined;
1572
- }>[];
1573
- buttons: import("@openuidev/lang-react").SubComponentOf<{
1574
- buttons: import("@openuidev/lang-react").SubComponentOf<{
3324
+ defaultChecked?: boolean | undefined;
3325
+ }>[];
3326
+ rules?: {
3327
+ required?: boolean | undefined;
3328
+ email?: boolean | undefined;
3329
+ url?: boolean | undefined;
3330
+ numeric?: boolean | undefined;
3331
+ min?: number | undefined;
3332
+ max?: number | undefined;
3333
+ minLength?: number | undefined;
3334
+ maxLength?: number | undefined;
3335
+ pattern?: string | undefined;
3336
+ } | undefined;
3337
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3338
+ name: string;
3339
+ items: import("@openuidev/react-lang").SubComponentOf<{
1575
3340
  label: string;
1576
- action: string;
1577
- variant?: "primary" | "secondary" | "tertiary" | undefined;
1578
- type?: "normal" | "destructive" | undefined;
1579
- size?: "small" | "extra-small" | "medium" | "large" | undefined;
3341
+ description: string;
3342
+ value: string;
1580
3343
  }>[];
1581
- direction?: "row" | "column" | undefined;
3344
+ defaultValue?: string | undefined;
3345
+ rules?: {
3346
+ required?: boolean | undefined;
3347
+ email?: boolean | undefined;
3348
+ url?: boolean | undefined;
3349
+ numeric?: boolean | undefined;
3350
+ min?: number | undefined;
3351
+ max?: number | undefined;
3352
+ minLength?: number | undefined;
3353
+ maxLength?: number | undefined;
3354
+ pattern?: string | undefined;
3355
+ } | undefined;
1582
3356
  }>;
1583
- }> | import("@openuidev/lang-react").SubComponentOf<{
1584
- items: import("@openuidev/lang-react").SubComponentOf<{
1585
- title: string;
1586
- details: string;
1587
- }>[];
1588
- }>)[];
1589
- }>[];
1590
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
1591
- children: import("@openuidev/lang-react").SubComponentOf<{
1592
- children: any[];
1593
- direction?: "row" | "column" | undefined;
1594
- gap?: "s" | "none" | "l" | "xs" | "m" | "xl" | "2xl" | undefined;
1595
- align?: "center" | "end" | "start" | "baseline" | "stretch" | undefined;
1596
- justify?: "center" | "end" | "start" | "between" | "around" | "evenly" | undefined;
1597
- wrap?: boolean | undefined;
1598
- }>[];
1599
- variant?: "card" | "sunk" | undefined;
1600
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
1601
- children: import("@openuidev/lang-react").SubComponentOf<{
1602
- children: any[];
1603
- direction?: "row" | "column" | undefined;
1604
- gap?: "s" | "none" | "l" | "xs" | "m" | "xl" | "2xl" | undefined;
1605
- align?: "center" | "end" | "start" | "baseline" | "stretch" | undefined;
1606
- justify?: "center" | "end" | "start" | "between" | "around" | "evenly" | undefined;
1607
- wrap?: boolean | undefined;
1608
- }>[];
3357
+ hint?: string | undefined;
3358
+ }>[];
3359
+ }> | import("@openuidev/react-lang").SubComponentOf<{
3360
+ items: import("@openuidev/react-lang").SubComponentOf<{
3361
+ title: string;
3362
+ details: string;
3363
+ }>[];
3364
+ }>)[][];
1609
3365
  variant?: "card" | "sunk" | undefined;
1610
- }>, unknown>>, z.ZodType<import("@openuidev/lang-react").SubComponentOf<{
3366
+ }>, unknown>>, z.ZodType<import("@openuidev/react-lang").SubComponentOf<{
1611
3367
  children: any[];
1612
3368
  direction?: "row" | "column" | undefined;
1613
3369
  gap?: "s" | "none" | "l" | "xs" | "m" | "xl" | "2xl" | undefined;
1614
3370
  align?: "center" | "end" | "start" | "baseline" | "stretch" | undefined;
1615
3371
  justify?: "center" | "end" | "start" | "between" | "around" | "evenly" | undefined;
1616
3372
  wrap?: boolean | undefined;
1617
- }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/lang-react").SubComponentOf<{
3373
+ }>, unknown, z.core.$ZodTypeInternals<import("@openuidev/react-lang").SubComponentOf<{
1618
3374
  children: any[];
1619
3375
  direction?: "row" | "column" | undefined;
1620
3376
  gap?: "s" | "none" | "l" | "xs" | "m" | "xl" | "2xl" | undefined;