@rippling/rippling-sdk 0.2.0-alpha.34 → 0.2.0-alpha.36

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 (270) hide show
  1. package/client.d.mts +6 -0
  2. package/client.d.mts.map +1 -1
  3. package/client.d.ts +6 -0
  4. package/client.d.ts.map +1 -1
  5. package/client.js +6 -0
  6. package/client.js.map +1 -1
  7. package/client.mjs +6 -0
  8. package/client.mjs.map +1 -1
  9. package/examples/.keep +4 -0
  10. package/examples/manifest/dental-practice-management/dental-practice-management.ts +651 -0
  11. package/examples/manifest/dental-practice-management/manifest.json +1870 -0
  12. package/examples/manifest/gym-membership-management/gym-membership-management.ts +757 -0
  13. package/examples/manifest/gym-membership-management/manifest.json +1975 -0
  14. package/examples/sdui/sdui-crud-todo/rippling-function.ts +367 -0
  15. package/examples/sdui/sdui-crud-todo/sdui-crud-todo.ts +282 -0
  16. package/examples/sdui/sdui-showcase/rippling-function.ts +381 -0
  17. package/examples/sdui/sdui-showcase/sdui-showcase.ts +351 -0
  18. package/examples/sdui/sdui-tab-multi-view/rippling-function.ts +1061 -0
  19. package/examples/sdui/sdui-tab-multi-view/sdui-tab-multi-view.ts +924 -0
  20. package/examples/sdui/vote/rippling-function.ts +330 -0
  21. package/examples/sdui/vote/vote.ts +298 -0
  22. package/lib/manifest/app.d.mts +81 -13
  23. package/lib/manifest/app.d.mts.map +1 -1
  24. package/lib/manifest/app.d.ts +81 -13
  25. package/lib/manifest/app.d.ts.map +1 -1
  26. package/lib/manifest/app.js +37 -16
  27. package/lib/manifest/app.js.map +1 -1
  28. package/lib/manifest/app.mjs +37 -16
  29. package/lib/manifest/app.mjs.map +1 -1
  30. package/lib/manifest/category.d.mts +63 -7
  31. package/lib/manifest/category.d.mts.map +1 -1
  32. package/lib/manifest/category.d.ts +63 -7
  33. package/lib/manifest/category.d.ts.map +1 -1
  34. package/lib/manifest/category.js +45 -10
  35. package/lib/manifest/category.js.map +1 -1
  36. package/lib/manifest/category.mjs +43 -8
  37. package/lib/manifest/category.mjs.map +1 -1
  38. package/lib/manifest/custom-object-field-section.d.mts +56 -6
  39. package/lib/manifest/custom-object-field-section.d.mts.map +1 -1
  40. package/lib/manifest/custom-object-field-section.d.ts +56 -6
  41. package/lib/manifest/custom-object-field-section.d.ts.map +1 -1
  42. package/lib/manifest/custom-object-field-section.js +41 -14
  43. package/lib/manifest/custom-object-field-section.js.map +1 -1
  44. package/lib/manifest/custom-object-field-section.mjs +39 -12
  45. package/lib/manifest/custom-object-field-section.mjs.map +1 -1
  46. package/lib/manifest/custom-object-page-layout.d.mts +201 -41
  47. package/lib/manifest/custom-object-page-layout.d.mts.map +1 -1
  48. package/lib/manifest/custom-object-page-layout.d.ts +201 -41
  49. package/lib/manifest/custom-object-page-layout.d.ts.map +1 -1
  50. package/lib/manifest/custom-object-page-layout.js +76 -30
  51. package/lib/manifest/custom-object-page-layout.js.map +1 -1
  52. package/lib/manifest/custom-object-page-layout.mjs +74 -28
  53. package/lib/manifest/custom-object-page-layout.mjs.map +1 -1
  54. package/lib/manifest/custom-object.d.mts +128 -15
  55. package/lib/manifest/custom-object.d.mts.map +1 -1
  56. package/lib/manifest/custom-object.d.ts +128 -15
  57. package/lib/manifest/custom-object.d.ts.map +1 -1
  58. package/lib/manifest/custom-object.js +61 -26
  59. package/lib/manifest/custom-object.js.map +1 -1
  60. package/lib/manifest/custom-object.mjs +61 -26
  61. package/lib/manifest/custom-object.mjs.map +1 -1
  62. package/lib/manifest/field.d.mts +265 -54
  63. package/lib/manifest/field.d.mts.map +1 -1
  64. package/lib/manifest/field.d.ts +265 -54
  65. package/lib/manifest/field.d.ts.map +1 -1
  66. package/lib/manifest/field.js +100 -57
  67. package/lib/manifest/field.js.map +1 -1
  68. package/lib/manifest/field.mjs +100 -57
  69. package/lib/manifest/field.mjs.map +1 -1
  70. package/lib/manifest/list-view.d.mts +105 -14
  71. package/lib/manifest/list-view.d.mts.map +1 -1
  72. package/lib/manifest/list-view.d.ts +105 -14
  73. package/lib/manifest/list-view.d.ts.map +1 -1
  74. package/lib/manifest/list-view.js +50 -14
  75. package/lib/manifest/list-view.js.map +1 -1
  76. package/lib/manifest/list-view.mjs +48 -12
  77. package/lib/manifest/list-view.mjs.map +1 -1
  78. package/lib/manifest/manifest-builder.d.mts +77 -11
  79. package/lib/manifest/manifest-builder.d.mts.map +1 -1
  80. package/lib/manifest/manifest-builder.d.ts +77 -11
  81. package/lib/manifest/manifest-builder.d.ts.map +1 -1
  82. package/lib/manifest/manifest-builder.js +46 -24
  83. package/lib/manifest/manifest-builder.js.map +1 -1
  84. package/lib/manifest/manifest-builder.mjs +44 -22
  85. package/lib/manifest/manifest-builder.mjs.map +1 -1
  86. package/lib/manifest/manifest-function.d.mts +92 -12
  87. package/lib/manifest/manifest-function.d.mts.map +1 -1
  88. package/lib/manifest/manifest-function.d.ts +92 -12
  89. package/lib/manifest/manifest-function.d.ts.map +1 -1
  90. package/lib/manifest/manifest-function.js +40 -11
  91. package/lib/manifest/manifest-function.js.map +1 -1
  92. package/lib/manifest/manifest-function.mjs +38 -9
  93. package/lib/manifest/manifest-function.mjs.map +1 -1
  94. package/lib/manifest/rule.d.mts +94 -16
  95. package/lib/manifest/rule.d.mts.map +1 -1
  96. package/lib/manifest/rule.d.ts +94 -16
  97. package/lib/manifest/rule.d.ts.map +1 -1
  98. package/lib/manifest/rule.js +36 -15
  99. package/lib/manifest/rule.js.map +1 -1
  100. package/lib/manifest/rule.mjs +36 -15
  101. package/lib/manifest/rule.mjs.map +1 -1
  102. package/lib/manifest/sdui-page.d.mts +67 -11
  103. package/lib/manifest/sdui-page.d.mts.map +1 -1
  104. package/lib/manifest/sdui-page.d.ts +67 -11
  105. package/lib/manifest/sdui-page.d.ts.map +1 -1
  106. package/lib/manifest/sdui-page.js +44 -13
  107. package/lib/manifest/sdui-page.js.map +1 -1
  108. package/lib/manifest/sdui-page.mjs +42 -11
  109. package/lib/manifest/sdui-page.mjs.map +1 -1
  110. package/lib/manifest/validation.d.mts +87 -12
  111. package/lib/manifest/validation.d.mts.map +1 -1
  112. package/lib/manifest/validation.d.ts +87 -12
  113. package/lib/manifest/validation.d.ts.map +1 -1
  114. package/lib/manifest/validation.js +41 -15
  115. package/lib/manifest/validation.js.map +1 -1
  116. package/lib/manifest/validation.mjs +39 -13
  117. package/lib/manifest/validation.mjs.map +1 -1
  118. package/lib/sdui/actions.d.mts +25 -0
  119. package/lib/sdui/actions.d.mts.map +1 -0
  120. package/lib/sdui/actions.d.ts +25 -0
  121. package/lib/sdui/actions.d.ts.map +1 -0
  122. package/lib/sdui/actions.js +53 -0
  123. package/lib/sdui/actions.js.map +1 -0
  124. package/lib/sdui/actions.mjs +42 -0
  125. package/lib/sdui/actions.mjs.map +1 -0
  126. package/lib/sdui/component.d.mts +41 -0
  127. package/lib/sdui/component.d.mts.map +1 -0
  128. package/lib/sdui/component.d.ts +41 -0
  129. package/lib/sdui/component.d.ts.map +1 -0
  130. package/lib/sdui/component.js +95 -0
  131. package/lib/sdui/component.js.map +1 -0
  132. package/lib/sdui/component.mjs +91 -0
  133. package/lib/sdui/component.mjs.map +1 -0
  134. package/lib/sdui/components.d.mts +149 -0
  135. package/lib/sdui/components.d.mts.map +1 -0
  136. package/lib/sdui/components.d.ts +149 -0
  137. package/lib/sdui/components.d.ts.map +1 -0
  138. package/lib/sdui/components.js +303 -0
  139. package/lib/sdui/components.js.map +1 -0
  140. package/lib/sdui/components.mjs +298 -0
  141. package/lib/sdui/components.mjs.map +1 -0
  142. package/lib/sdui/conditions.d.mts +25 -0
  143. package/lib/sdui/conditions.d.mts.map +1 -0
  144. package/lib/sdui/conditions.d.ts +25 -0
  145. package/lib/sdui/conditions.d.ts.map +1 -0
  146. package/lib/sdui/conditions.js +47 -0
  147. package/lib/sdui/conditions.js.map +1 -0
  148. package/lib/sdui/conditions.mjs +35 -0
  149. package/lib/sdui/conditions.mjs.map +1 -0
  150. package/lib/sdui/directives.d.mts +18 -0
  151. package/lib/sdui/directives.d.mts.map +1 -0
  152. package/lib/sdui/directives.d.ts +18 -0
  153. package/lib/sdui/directives.d.ts.map +1 -0
  154. package/lib/sdui/directives.js +28 -0
  155. package/lib/sdui/directives.js.map +1 -0
  156. package/lib/sdui/directives.mjs +21 -0
  157. package/lib/sdui/directives.mjs.map +1 -0
  158. package/lib/sdui/index.d.mts +362 -0
  159. package/lib/sdui/index.d.mts.map +1 -0
  160. package/lib/sdui/index.d.ts +362 -0
  161. package/lib/sdui/index.d.ts.map +1 -0
  162. package/lib/sdui/index.js +375 -0
  163. package/lib/sdui/index.js.map +1 -0
  164. package/lib/sdui/index.mjs +199 -0
  165. package/lib/sdui/index.mjs.map +1 -0
  166. package/lib/sdui/props.d.mts +12 -0
  167. package/lib/sdui/props.d.mts.map +1 -0
  168. package/lib/sdui/props.d.ts +12 -0
  169. package/lib/sdui/props.d.ts.map +1 -0
  170. package/lib/sdui/props.js +25 -0
  171. package/lib/sdui/props.js.map +1 -0
  172. package/lib/sdui/props.mjs +21 -0
  173. package/lib/sdui/props.mjs.map +1 -0
  174. package/lib/sdui/render.d.mts +23 -0
  175. package/lib/sdui/render.d.mts.map +1 -0
  176. package/lib/sdui/render.d.ts +23 -0
  177. package/lib/sdui/render.d.ts.map +1 -0
  178. package/lib/sdui/render.js +40 -0
  179. package/lib/sdui/render.js.map +1 -0
  180. package/lib/sdui/render.mjs +37 -0
  181. package/lib/sdui/render.mjs.map +1 -0
  182. package/lib/sdui/state.d.mts +22 -0
  183. package/lib/sdui/state.d.mts.map +1 -0
  184. package/lib/sdui/state.d.ts +22 -0
  185. package/lib/sdui/state.d.ts.map +1 -0
  186. package/lib/sdui/state.js +57 -0
  187. package/lib/sdui/state.js.map +1 -0
  188. package/lib/sdui/state.mjs +53 -0
  189. package/lib/sdui/state.mjs.map +1 -0
  190. package/package.json +11 -1
  191. package/resources/company-legal-entity-workers.d.mts +79 -0
  192. package/resources/company-legal-entity-workers.d.mts.map +1 -0
  193. package/resources/company-legal-entity-workers.d.ts +79 -0
  194. package/resources/company-legal-entity-workers.d.ts.map +1 -0
  195. package/resources/company-legal-entity-workers.js +30 -0
  196. package/resources/company-legal-entity-workers.js.map +1 -0
  197. package/resources/company-legal-entity-workers.mjs +26 -0
  198. package/resources/company-legal-entity-workers.mjs.map +1 -0
  199. package/resources/draft-hires.d.mts +4 -0
  200. package/resources/draft-hires.d.mts.map +1 -1
  201. package/resources/draft-hires.d.ts +4 -0
  202. package/resources/draft-hires.d.ts.map +1 -1
  203. package/resources/files.d.mts +16 -1
  204. package/resources/files.d.mts.map +1 -1
  205. package/resources/files.d.ts +16 -1
  206. package/resources/files.d.ts.map +1 -1
  207. package/resources/headcount-positions.d.mts +2 -2
  208. package/resources/headcount-positions.d.mts.map +1 -1
  209. package/resources/headcount-positions.d.ts +2 -2
  210. package/resources/headcount-positions.d.ts.map +1 -1
  211. package/resources/index.d.mts +1 -0
  212. package/resources/index.d.mts.map +1 -1
  213. package/resources/index.d.ts +1 -0
  214. package/resources/index.d.ts.map +1 -1
  215. package/resources/index.js +4 -2
  216. package/resources/index.js.map +1 -1
  217. package/resources/index.mjs +1 -0
  218. package/resources/index.mjs.map +1 -1
  219. package/resources/legal-entities.d.mts +1 -1
  220. package/resources/legal-entities.d.mts.map +1 -1
  221. package/resources/legal-entities.d.ts +1 -1
  222. package/resources/legal-entities.d.ts.map +1 -1
  223. package/resources/location-factors.d.mts +2 -2
  224. package/resources/location-factors.d.mts.map +1 -1
  225. package/resources/location-factors.d.ts +2 -2
  226. package/resources/location-factors.d.ts.map +1 -1
  227. package/resources/shared.d.mts +1 -1
  228. package/resources/shared.d.mts.map +1 -1
  229. package/resources/shared.d.ts +1 -1
  230. package/resources/shared.d.ts.map +1 -1
  231. package/resources/workers.d.mts +2 -2
  232. package/resources/workers.d.mts.map +1 -1
  233. package/resources/workers.d.ts +2 -2
  234. package/resources/workers.d.ts.map +1 -1
  235. package/src/client.ts +20 -0
  236. package/src/lib/manifest/app.ts +81 -26
  237. package/src/lib/manifest/category.ts +63 -14
  238. package/src/lib/manifest/custom-object-field-section.ts +56 -17
  239. package/src/lib/manifest/custom-object-page-layout.ts +201 -66
  240. package/src/lib/manifest/custom-object.ts +128 -37
  241. package/src/lib/manifest/field.ts +265 -75
  242. package/src/lib/manifest/list-view.ts +105 -25
  243. package/src/lib/manifest/manifest-builder.ts +75 -32
  244. package/src/lib/manifest/manifest-function.ts +92 -22
  245. package/src/lib/manifest/rule.ts +95 -29
  246. package/src/lib/manifest/sdui-page.ts +67 -21
  247. package/src/lib/manifest/validation.ts +87 -24
  248. package/src/lib/sdui/actions.ts +58 -0
  249. package/src/lib/sdui/component.ts +122 -0
  250. package/src/lib/sdui/components.ts +308 -0
  251. package/src/lib/sdui/conditions.ts +59 -0
  252. package/src/lib/sdui/directives.ts +42 -0
  253. package/src/lib/sdui/index.ts +365 -0
  254. package/src/lib/sdui/props.ts +32 -0
  255. package/src/lib/sdui/render.ts +58 -0
  256. package/src/lib/sdui/state.ts +60 -0
  257. package/src/resources/company-legal-entity-workers.ts +115 -0
  258. package/src/resources/draft-hires.ts +5 -0
  259. package/src/resources/files.ts +18 -1
  260. package/src/resources/headcount-positions.ts +2 -0
  261. package/src/resources/index.ts +7 -0
  262. package/src/resources/legal-entities.ts +1 -0
  263. package/src/resources/location-factors.ts +2 -0
  264. package/src/resources/shared.ts +1 -0
  265. package/src/resources/workers.ts +2 -0
  266. package/src/version.ts +1 -1
  267. package/version.d.mts +1 -1
  268. package/version.d.ts +1 -1
  269. package/version.js +1 -1
  270. package/version.mjs +1 -1
@@ -0,0 +1,25 @@
1
+ export interface StateCondition {
2
+ $state: string;
3
+ eq?: unknown;
4
+ neq?: unknown;
5
+ gt?: number;
6
+ gte?: number;
7
+ lt?: number;
8
+ lte?: number;
9
+ not?: boolean;
10
+ }
11
+ export type OrCondition = {
12
+ $or: VisibilityCondition[];
13
+ };
14
+ export type VisibilityCondition = StateCondition | StateCondition[] | OrCondition;
15
+ export declare function eq(ref: unknown, value: unknown): StateCondition;
16
+ export declare function neq(ref: unknown, value: unknown): StateCondition;
17
+ export declare function gt(ref: unknown, value: number): StateCondition;
18
+ export declare function gte(ref: unknown, value: number): StateCondition;
19
+ export declare function lt(ref: unknown, value: number): StateCondition;
20
+ export declare function lte(ref: unknown, value: number): StateCondition;
21
+ export declare function truthy(ref: unknown): StateCondition;
22
+ export declare function falsy(ref: unknown): StateCondition;
23
+ export declare function and(...conditions: StateCondition[]): StateCondition[];
24
+ export declare function or(...conditions: VisibilityCondition[]): OrCondition;
25
+ //# sourceMappingURL=conditions.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conditions.d.mts","sourceRoot":"","sources":["../../src/lib/sdui/conditions.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,cAAc;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,OAAO,CAAC;CACf;AAED,MAAM,MAAM,WAAW,GAAG;IAAE,GAAG,EAAE,mBAAmB,EAAE,CAAA;CAAE,CAAC;AACzD,MAAM,MAAM,mBAAmB,GAAG,cAAc,GAAG,cAAc,EAAE,GAAG,WAAW,CAAC;AAMlF,wBAAgB,EAAE,CAAC,GAAG,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,GAAG,cAAc,CAE/D;AAED,wBAAgB,GAAG,CAAC,GAAG,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,GAAG,cAAc,CAEhE;AAED,wBAAgB,EAAE,CAAC,GAAG,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,GAAG,cAAc,CAE9D;AAED,wBAAgB,GAAG,CAAC,GAAG,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,GAAG,cAAc,CAE/D;AAED,wBAAgB,EAAE,CAAC,GAAG,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,GAAG,cAAc,CAE9D;AAED,wBAAgB,GAAG,CAAC,GAAG,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,GAAG,cAAc,CAE/D;AAED,wBAAgB,MAAM,CAAC,GAAG,EAAE,OAAO,GAAG,cAAc,CAEnD;AAED,wBAAgB,KAAK,CAAC,GAAG,EAAE,OAAO,GAAG,cAAc,CAElD;AAED,wBAAgB,GAAG,CAAC,GAAG,UAAU,EAAE,cAAc,EAAE,GAAG,cAAc,EAAE,CAErE;AAED,wBAAgB,EAAE,CAAC,GAAG,UAAU,EAAE,mBAAmB,EAAE,GAAG,WAAW,CAEpE"}
@@ -0,0 +1,25 @@
1
+ export interface StateCondition {
2
+ $state: string;
3
+ eq?: unknown;
4
+ neq?: unknown;
5
+ gt?: number;
6
+ gte?: number;
7
+ lt?: number;
8
+ lte?: number;
9
+ not?: boolean;
10
+ }
11
+ export type OrCondition = {
12
+ $or: VisibilityCondition[];
13
+ };
14
+ export type VisibilityCondition = StateCondition | StateCondition[] | OrCondition;
15
+ export declare function eq(ref: unknown, value: unknown): StateCondition;
16
+ export declare function neq(ref: unknown, value: unknown): StateCondition;
17
+ export declare function gt(ref: unknown, value: number): StateCondition;
18
+ export declare function gte(ref: unknown, value: number): StateCondition;
19
+ export declare function lt(ref: unknown, value: number): StateCondition;
20
+ export declare function lte(ref: unknown, value: number): StateCondition;
21
+ export declare function truthy(ref: unknown): StateCondition;
22
+ export declare function falsy(ref: unknown): StateCondition;
23
+ export declare function and(...conditions: StateCondition[]): StateCondition[];
24
+ export declare function or(...conditions: VisibilityCondition[]): OrCondition;
25
+ //# sourceMappingURL=conditions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conditions.d.ts","sourceRoot":"","sources":["../../src/lib/sdui/conditions.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,cAAc;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,OAAO,CAAC;CACf;AAED,MAAM,MAAM,WAAW,GAAG;IAAE,GAAG,EAAE,mBAAmB,EAAE,CAAA;CAAE,CAAC;AACzD,MAAM,MAAM,mBAAmB,GAAG,cAAc,GAAG,cAAc,EAAE,GAAG,WAAW,CAAC;AAMlF,wBAAgB,EAAE,CAAC,GAAG,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,GAAG,cAAc,CAE/D;AAED,wBAAgB,GAAG,CAAC,GAAG,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,GAAG,cAAc,CAEhE;AAED,wBAAgB,EAAE,CAAC,GAAG,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,GAAG,cAAc,CAE9D;AAED,wBAAgB,GAAG,CAAC,GAAG,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,GAAG,cAAc,CAE/D;AAED,wBAAgB,EAAE,CAAC,GAAG,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,GAAG,cAAc,CAE9D;AAED,wBAAgB,GAAG,CAAC,GAAG,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,GAAG,cAAc,CAE/D;AAED,wBAAgB,MAAM,CAAC,GAAG,EAAE,OAAO,GAAG,cAAc,CAEnD;AAED,wBAAgB,KAAK,CAAC,GAAG,EAAE,OAAO,GAAG,cAAc,CAElD;AAED,wBAAgB,GAAG,CAAC,GAAG,UAAU,EAAE,cAAc,EAAE,GAAG,cAAc,EAAE,CAErE;AAED,wBAAgB,EAAE,CAAC,GAAG,UAAU,EAAE,mBAAmB,EAAE,GAAG,WAAW,CAEpE"}
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.eq = eq;
4
+ exports.neq = neq;
5
+ exports.gt = gt;
6
+ exports.gte = gte;
7
+ exports.lt = lt;
8
+ exports.lte = lte;
9
+ exports.truthy = truthy;
10
+ exports.falsy = falsy;
11
+ exports.and = and;
12
+ exports.or = or;
13
+ const state_1 = require("./state.js");
14
+ function pathOf(ref) {
15
+ return (0, state_1.extractPath)(ref);
16
+ }
17
+ function eq(ref, value) {
18
+ return { $state: pathOf(ref), eq: value };
19
+ }
20
+ function neq(ref, value) {
21
+ return { $state: pathOf(ref), neq: value };
22
+ }
23
+ function gt(ref, value) {
24
+ return { $state: pathOf(ref), gt: value };
25
+ }
26
+ function gte(ref, value) {
27
+ return { $state: pathOf(ref), gte: value };
28
+ }
29
+ function lt(ref, value) {
30
+ return { $state: pathOf(ref), lt: value };
31
+ }
32
+ function lte(ref, value) {
33
+ return { $state: pathOf(ref), lte: value };
34
+ }
35
+ function truthy(ref) {
36
+ return { $state: pathOf(ref) };
37
+ }
38
+ function falsy(ref) {
39
+ return { $state: pathOf(ref), not: true };
40
+ }
41
+ function and(...conditions) {
42
+ return conditions;
43
+ }
44
+ function or(...conditions) {
45
+ return { $or: conditions };
46
+ }
47
+ //# sourceMappingURL=conditions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conditions.js","sourceRoot":"","sources":["../../src/lib/sdui/conditions.ts"],"names":[],"mappings":";;AAoBA,gBAEC;AAED,kBAEC;AAED,gBAEC;AAED,kBAEC;AAED,gBAEC;AAED,kBAEC;AAED,wBAEC;AAED,sBAEC;AAED,kBAEC;AAED,gBAEC;AA1DD,sCAAsC;AAgBtC,SAAS,MAAM,CAAC,GAAY;IAC1B,OAAO,IAAA,mBAAW,EAAC,GAAG,CAAC,CAAC;AAC1B,CAAC;AAED,SAAgB,EAAE,CAAC,GAAY,EAAE,KAAc;IAC7C,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC,GAAG,CAAC,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC;AAC5C,CAAC;AAED,SAAgB,GAAG,CAAC,GAAY,EAAE,KAAc;IAC9C,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC,GAAG,CAAC,EAAE,GAAG,EAAE,KAAK,EAAE,CAAC;AAC7C,CAAC;AAED,SAAgB,EAAE,CAAC,GAAY,EAAE,KAAa;IAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC,GAAG,CAAC,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC;AAC5C,CAAC;AAED,SAAgB,GAAG,CAAC,GAAY,EAAE,KAAa;IAC7C,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC,GAAG,CAAC,EAAE,GAAG,EAAE,KAAK,EAAE,CAAC;AAC7C,CAAC;AAED,SAAgB,EAAE,CAAC,GAAY,EAAE,KAAa;IAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC,GAAG,CAAC,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC;AAC5C,CAAC;AAED,SAAgB,GAAG,CAAC,GAAY,EAAE,KAAa;IAC7C,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC,GAAG,CAAC,EAAE,GAAG,EAAE,KAAK,EAAE,CAAC;AAC7C,CAAC;AAED,SAAgB,MAAM,CAAC,GAAY;IACjC,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC,GAAG,CAAC,EAAE,CAAC;AACjC,CAAC;AAED,SAAgB,KAAK,CAAC,GAAY;IAChC,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC,GAAG,CAAC,EAAE,GAAG,EAAE,IAAI,EAAE,CAAC;AAC5C,CAAC;AAED,SAAgB,GAAG,CAAC,GAAG,UAA4B;IACjD,OAAO,UAAU,CAAC;AACpB,CAAC;AAED,SAAgB,EAAE,CAAC,GAAG,UAAiC;IACrD,OAAO,EAAE,GAAG,EAAE,UAAU,EAAE,CAAC;AAC7B,CAAC"}
@@ -0,0 +1,35 @@
1
+ import { extractPath } from "./state.mjs";
2
+ function pathOf(ref) {
3
+ return extractPath(ref);
4
+ }
5
+ export function eq(ref, value) {
6
+ return { $state: pathOf(ref), eq: value };
7
+ }
8
+ export function neq(ref, value) {
9
+ return { $state: pathOf(ref), neq: value };
10
+ }
11
+ export function gt(ref, value) {
12
+ return { $state: pathOf(ref), gt: value };
13
+ }
14
+ export function gte(ref, value) {
15
+ return { $state: pathOf(ref), gte: value };
16
+ }
17
+ export function lt(ref, value) {
18
+ return { $state: pathOf(ref), lt: value };
19
+ }
20
+ export function lte(ref, value) {
21
+ return { $state: pathOf(ref), lte: value };
22
+ }
23
+ export function truthy(ref) {
24
+ return { $state: pathOf(ref) };
25
+ }
26
+ export function falsy(ref) {
27
+ return { $state: pathOf(ref), not: true };
28
+ }
29
+ export function and(...conditions) {
30
+ return conditions;
31
+ }
32
+ export function or(...conditions) {
33
+ return { $or: conditions };
34
+ }
35
+ //# sourceMappingURL=conditions.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conditions.mjs","sourceRoot":"","sources":["../../src/lib/sdui/conditions.ts"],"names":[],"mappings":"OAAO,EAAE,WAAW,EAAE;AAgBtB,SAAS,MAAM,CAAC,GAAY;IAC1B,OAAO,WAAW,CAAC,GAAG,CAAC,CAAC;AAC1B,CAAC;AAED,MAAM,UAAU,EAAE,CAAC,GAAY,EAAE,KAAc;IAC7C,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC,GAAG,CAAC,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC;AAC5C,CAAC;AAED,MAAM,UAAU,GAAG,CAAC,GAAY,EAAE,KAAc;IAC9C,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC,GAAG,CAAC,EAAE,GAAG,EAAE,KAAK,EAAE,CAAC;AAC7C,CAAC;AAED,MAAM,UAAU,EAAE,CAAC,GAAY,EAAE,KAAa;IAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC,GAAG,CAAC,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC;AAC5C,CAAC;AAED,MAAM,UAAU,GAAG,CAAC,GAAY,EAAE,KAAa;IAC7C,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC,GAAG,CAAC,EAAE,GAAG,EAAE,KAAK,EAAE,CAAC;AAC7C,CAAC;AAED,MAAM,UAAU,EAAE,CAAC,GAAY,EAAE,KAAa;IAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC,GAAG,CAAC,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC;AAC5C,CAAC;AAED,MAAM,UAAU,GAAG,CAAC,GAAY,EAAE,KAAa;IAC7C,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC,GAAG,CAAC,EAAE,GAAG,EAAE,KAAK,EAAE,CAAC;AAC7C,CAAC;AAED,MAAM,UAAU,MAAM,CAAC,GAAY;IACjC,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC,GAAG,CAAC,EAAE,CAAC;AACjC,CAAC;AAED,MAAM,UAAU,KAAK,CAAC,GAAY;IAChC,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC,GAAG,CAAC,EAAE,GAAG,EAAE,IAAI,EAAE,CAAC;AAC5C,CAAC;AAED,MAAM,UAAU,GAAG,CAAC,GAAG,UAA4B;IACjD,OAAO,UAAU,CAAC;AACpB,CAAC;AAED,MAAM,UAAU,EAAE,CAAC,GAAG,UAAiC;IACrD,OAAO,EAAE,GAAG,EAAE,UAAU,EAAE,CAAC;AAC7B,CAAC"}
@@ -0,0 +1,18 @@
1
+ import type { SpecNode } from "./components.mjs";
2
+ export interface ItemRef {
3
+ $item: string;
4
+ }
5
+ export interface BindItemRef {
6
+ $bindItem: string;
7
+ }
8
+ export interface IndexRef {
9
+ $index: true;
10
+ }
11
+ export declare function $item(field: string): ItemRef;
12
+ export declare function $bindItem(field: string): BindItemRef;
13
+ export declare function $index(): IndexRef;
14
+ export declare function visible(condition: unknown, element: SpecNode): SpecNode;
15
+ export declare function repeat(stateRef: unknown, opts: {
16
+ key?: string;
17
+ }, childFn: (item: typeof $item, index: typeof $index, bindItem: typeof $bindItem) => SpecNode): SpecNode;
18
+ //# sourceMappingURL=directives.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"directives.d.mts","sourceRoot":"","sources":["../../src/lib/sdui/directives.ts"],"names":[],"mappings":"OAAO,KAAK,EAAE,QAAQ,EAAE;AAGxB,MAAM,WAAW,OAAO;IACtB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,WAAW;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,QAAQ;IACvB,MAAM,EAAE,IAAI,CAAC;CACd;AAED,wBAAgB,KAAK,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAE5C;AAED,wBAAgB,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,WAAW,CAEpD;AAED,wBAAgB,MAAM,IAAI,QAAQ,CAEjC;AAED,wBAAgB,OAAO,CAAC,SAAS,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,GAAG,QAAQ,CAEvE;AAED,wBAAgB,MAAM,CACpB,QAAQ,EAAE,OAAO,EACjB,IAAI,EAAE;IAAE,GAAG,CAAC,EAAE,MAAM,CAAA;CAAE,EACtB,OAAO,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,EAAE,KAAK,EAAE,OAAO,MAAM,EAAE,QAAQ,EAAE,OAAO,SAAS,KAAK,QAAQ,GAC1F,QAAQ,CAMV"}
@@ -0,0 +1,18 @@
1
+ import type { SpecNode } from "./components.js";
2
+ export interface ItemRef {
3
+ $item: string;
4
+ }
5
+ export interface BindItemRef {
6
+ $bindItem: string;
7
+ }
8
+ export interface IndexRef {
9
+ $index: true;
10
+ }
11
+ export declare function $item(field: string): ItemRef;
12
+ export declare function $bindItem(field: string): BindItemRef;
13
+ export declare function $index(): IndexRef;
14
+ export declare function visible(condition: unknown, element: SpecNode): SpecNode;
15
+ export declare function repeat(stateRef: unknown, opts: {
16
+ key?: string;
17
+ }, childFn: (item: typeof $item, index: typeof $index, bindItem: typeof $bindItem) => SpecNode): SpecNode;
18
+ //# sourceMappingURL=directives.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"directives.d.ts","sourceRoot":"","sources":["../../src/lib/sdui/directives.ts"],"names":[],"mappings":"OAAO,KAAK,EAAE,QAAQ,EAAE;AAGxB,MAAM,WAAW,OAAO;IACtB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,WAAW;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,QAAQ;IACvB,MAAM,EAAE,IAAI,CAAC;CACd;AAED,wBAAgB,KAAK,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAE5C;AAED,wBAAgB,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,WAAW,CAEpD;AAED,wBAAgB,MAAM,IAAI,QAAQ,CAEjC;AAED,wBAAgB,OAAO,CAAC,SAAS,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,GAAG,QAAQ,CAEvE;AAED,wBAAgB,MAAM,CACpB,QAAQ,EAAE,OAAO,EACjB,IAAI,EAAE;IAAE,GAAG,CAAC,EAAE,MAAM,CAAA;CAAE,EACtB,OAAO,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,EAAE,KAAK,EAAE,OAAO,MAAM,EAAE,QAAQ,EAAE,OAAO,SAAS,KAAK,QAAQ,GAC1F,QAAQ,CAMV"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.$item = $item;
4
+ exports.$bindItem = $bindItem;
5
+ exports.$index = $index;
6
+ exports.visible = visible;
7
+ exports.repeat = repeat;
8
+ const state_1 = require("./state.js");
9
+ function $item(field) {
10
+ return { $item: field };
11
+ }
12
+ function $bindItem(field) {
13
+ return { $bindItem: field };
14
+ }
15
+ function $index() {
16
+ return { $index: true };
17
+ }
18
+ function visible(condition, element) {
19
+ return { ...element, visible: condition };
20
+ }
21
+ function repeat(stateRef, opts, childFn) {
22
+ const child = childFn($item, $index, $bindItem);
23
+ return {
24
+ ...child,
25
+ repeat: { statePath: (0, state_1.extractPath)(stateRef), ...(opts.key ? { key: opts.key } : {}) },
26
+ };
27
+ }
28
+ //# sourceMappingURL=directives.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"directives.js","sourceRoot":"","sources":["../../src/lib/sdui/directives.ts"],"names":[],"mappings":";;AAeA,sBAEC;AAED,8BAEC;AAED,wBAEC;AAED,0BAEC;AAED,wBAUC;AAxCD,sCAAsC;AActC,SAAgB,KAAK,CAAC,KAAa;IACjC,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC;AAC1B,CAAC;AAED,SAAgB,SAAS,CAAC,KAAa;IACrC,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,CAAC;AAC9B,CAAC;AAED,SAAgB,MAAM;IACpB,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;AAC1B,CAAC;AAED,SAAgB,OAAO,CAAC,SAAkB,EAAE,OAAiB;IAC3D,OAAO,EAAE,GAAG,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,CAAC;AAC5C,CAAC;AAED,SAAgB,MAAM,CACpB,QAAiB,EACjB,IAAsB,EACtB,OAA2F;IAE3F,MAAM,KAAK,GAAG,OAAO,CAAC,KAAK,EAAE,MAAM,EAAE,SAAS,CAAC,CAAC;IAChD,OAAO;QACL,GAAG,KAAK;QACR,MAAM,EAAE,EAAE,SAAS,EAAE,IAAA,mBAAW,EAAC,QAAQ,CAAC,EAAE,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE;KACrF,CAAC;AACJ,CAAC"}
@@ -0,0 +1,21 @@
1
+ import { extractPath } from "./state.mjs";
2
+ export function $item(field) {
3
+ return { $item: field };
4
+ }
5
+ export function $bindItem(field) {
6
+ return { $bindItem: field };
7
+ }
8
+ export function $index() {
9
+ return { $index: true };
10
+ }
11
+ export function visible(condition, element) {
12
+ return { ...element, visible: condition };
13
+ }
14
+ export function repeat(stateRef, opts, childFn) {
15
+ const child = childFn($item, $index, $bindItem);
16
+ return {
17
+ ...child,
18
+ repeat: { statePath: extractPath(stateRef), ...(opts.key ? { key: opts.key } : {}) },
19
+ };
20
+ }
21
+ //# sourceMappingURL=directives.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"directives.mjs","sourceRoot":"","sources":["../../src/lib/sdui/directives.ts"],"names":[],"mappings":"OACO,EAAE,WAAW,EAAE;AActB,MAAM,UAAU,KAAK,CAAC,KAAa;IACjC,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC;AAC1B,CAAC;AAED,MAAM,UAAU,SAAS,CAAC,KAAa;IACrC,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,CAAC;AAC9B,CAAC;AAED,MAAM,UAAU,MAAM;IACpB,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;AAC1B,CAAC;AAED,MAAM,UAAU,OAAO,CAAC,SAAkB,EAAE,OAAiB;IAC3D,OAAO,EAAE,GAAG,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,CAAC;AAC5C,CAAC;AAED,MAAM,UAAU,MAAM,CACpB,QAAiB,EACjB,IAAsB,EACtB,OAA2F;IAE3F,MAAM,KAAK,GAAG,OAAO,CAAC,KAAK,EAAE,MAAM,EAAE,SAAS,CAAC,CAAC;IAChD,OAAO;QACL,GAAG,KAAK;QACR,MAAM,EAAE,EAAE,SAAS,EAAE,WAAW,CAAC,QAAQ,CAAC,EAAE,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE;KACrF,CAAC;AACJ,CAAC"}
@@ -0,0 +1,362 @@
1
+ /**
2
+ * AUTO-GENERATED — component exports are generated from component-manifest.json
3
+ * Generated at: 2026-04-17T04:10:01.127Z
4
+ * Components: 128
5
+ *
6
+ * Do not edit manually. Run: npx tsx scripts/codegen-builder.ts
7
+ */
8
+ export { createState, extractPath } from "./state.mjs";
9
+ export type { StateProxy, StateRef, BindStateRef } from "./state.mjs";
10
+ export { eq, neq, gt, gte, lt, lte, truthy, falsy, and, or } from "./conditions.mjs";
11
+ export type { StateCondition, OrCondition, VisibilityCondition } from "./conditions.mjs";
12
+ export { cond, template } from "./props.mjs";
13
+ export type { CondRef, TemplateRef } from "./props.mjs";
14
+ export { set, push, remove, callFunction, nav, notify, validate, openModal, closeModal } from "./actions.mjs";
15
+ export type { ActionBinding } from "./actions.mjs";
16
+ export { TextInput, Select, AppGroupSelect, Checkbox, CheckboxGroup, Email, Number, Date, DateRange, DateInlineMulti, Textarea, Radio, Phone, Password, Switch, FileDrop, TextAutoSuggest, Currency, WorkEmail, Percentage, SegmentedControl, Time, TimeRange, Timezone, Slider, RangeSlider, Masker, DaySelector, ColorPicker, SelectableGroup, Ssn, Sin, Signature, Survey, Tree, TreeSelect, File, InputGroup, Field, ActionCard, Alert, Avatar, Badge, Chip, Card, ContentLoader, Divider, Icon, Label, ListItem, Modal, ModalFooter, ProgressBar, Skeleton, Spinner, Stepper, TextClip, TextSnippet, Tip, CheckList, DistributionBar, ImageViewer, ObjectUI, ObjectUITemplate, ObjectUIHeader, ObjectUIContent, ObjectUIStats, SnackBar, Video, AvatarList, Image, AtomsSeparator, Carousel, TableBasic, LocationCard, LoaderCard, LayoutCard, AppGroupLoader, ChartLoader, ReportLoader, ReportShareLoader, ReportViewerLoader, SettingsLoader, ChipGroup, ModalCloseButton, Status, ApiError, Circle, CountDown, Country, ToggleableArrow, TitleCaption, AiIcon, Breadcrumb, Button, ButtonGroup, DraggableList, Drawer, Dropdown, ExpansionPanel, ExpansionPanelGroup, FloatingButton, IconButton, ItemNavigator, Link, MenuList, NestedList, Paginate, SelectableMenu, ShowMore, Tab, Heading, Text, Box, Grid, HStack, LabelGroup, Layout, PageContent, PageHeader, PageAppLogo, PageFooter, Pane, Responsive, SplitPane, VStack, CustomObjectGrid, ObjectListView, } from "./components.mjs";
17
+ export type { SpecNode } from "./components.mjs";
18
+ export { visible, repeat, $item, $bindItem, $index } from "./directives.mjs";
19
+ export type { ItemRef, BindItemRef, IndexRef } from "./directives.mjs";
20
+ export { render } from "./render.mjs";
21
+ export type { FlatElement, Spec } from "./render.mjs";
22
+ export { component } from "./component.mjs";
23
+ export type { StateScope } from "./component.mjs";
24
+ import * as _conditions from "./conditions.mjs";
25
+ import * as _actions from "./actions.mjs";
26
+ import * as _components from "./components.mjs";
27
+ import * as _directives from "./directives.mjs";
28
+ export declare const conditions: {
29
+ eq: typeof _conditions.eq;
30
+ neq: typeof _conditions.neq;
31
+ gt: typeof _conditions.gt;
32
+ gte: typeof _conditions.gte;
33
+ lt: typeof _conditions.lt;
34
+ lte: typeof _conditions.lte;
35
+ truthy: typeof _conditions.truthy;
36
+ falsy: typeof _conditions.falsy;
37
+ and: typeof _conditions.and;
38
+ or: typeof _conditions.or;
39
+ };
40
+ export declare const actions: {
41
+ set: typeof _actions.set;
42
+ push: typeof _actions.push;
43
+ remove: typeof _actions.remove;
44
+ callFunction: typeof _actions.callFunction;
45
+ nav: typeof _actions.nav;
46
+ notify: typeof _actions.notify;
47
+ validate: typeof _actions.validate;
48
+ openModal: typeof _actions.openModal;
49
+ closeModal: typeof _actions.closeModal;
50
+ };
51
+ export declare const components: {
52
+ TextInput: (props?: Record<string, unknown>) => _components.SpecNode;
53
+ Select: (props?: Record<string, unknown>) => _components.SpecNode;
54
+ AppGroupSelect: (props?: Record<string, unknown>) => _components.SpecNode;
55
+ Checkbox: (props?: Record<string, unknown>) => _components.SpecNode;
56
+ CheckboxGroup: (props?: Record<string, unknown>) => _components.SpecNode;
57
+ Email: (props?: Record<string, unknown>) => _components.SpecNode;
58
+ Number: (props?: Record<string, unknown>) => _components.SpecNode;
59
+ Date: (props?: Record<string, unknown>) => _components.SpecNode;
60
+ DateRange: (props?: Record<string, unknown>) => _components.SpecNode;
61
+ DateInlineMulti: (props?: Record<string, unknown>) => _components.SpecNode;
62
+ Textarea: (props?: Record<string, unknown>) => _components.SpecNode;
63
+ Radio: (props?: Record<string, unknown>) => _components.SpecNode;
64
+ Phone: (props?: Record<string, unknown>) => _components.SpecNode;
65
+ Password: (props?: Record<string, unknown>) => _components.SpecNode;
66
+ Switch: (props?: Record<string, unknown>) => _components.SpecNode;
67
+ FileDrop: (props?: Record<string, unknown>) => _components.SpecNode;
68
+ TextAutoSuggest: (props?: Record<string, unknown>) => _components.SpecNode;
69
+ Currency: (props?: Record<string, unknown>) => _components.SpecNode;
70
+ WorkEmail: (props?: Record<string, unknown>) => _components.SpecNode;
71
+ Percentage: (props?: Record<string, unknown>) => _components.SpecNode;
72
+ SegmentedControl: (props?: Record<string, unknown>) => _components.SpecNode;
73
+ Time: (props?: Record<string, unknown>) => _components.SpecNode;
74
+ TimeRange: (props?: Record<string, unknown>) => _components.SpecNode;
75
+ Timezone: (props?: Record<string, unknown>) => _components.SpecNode;
76
+ Slider: (props?: Record<string, unknown>) => _components.SpecNode;
77
+ RangeSlider: (props?: Record<string, unknown>) => _components.SpecNode;
78
+ Masker: (props?: Record<string, unknown>) => _components.SpecNode;
79
+ DaySelector: (props?: Record<string, unknown>) => _components.SpecNode;
80
+ ColorPicker: (props?: Record<string, unknown>) => _components.SpecNode;
81
+ SelectableGroup: (props?: Record<string, unknown>) => _components.SpecNode;
82
+ Ssn: (props?: Record<string, unknown>) => _components.SpecNode;
83
+ Sin: (props?: Record<string, unknown>) => _components.SpecNode;
84
+ Signature: (props?: Record<string, unknown>) => _components.SpecNode;
85
+ Survey: (props?: Record<string, unknown>) => _components.SpecNode;
86
+ Tree: (props?: Record<string, unknown>) => _components.SpecNode;
87
+ TreeSelect: (props?: Record<string, unknown>) => _components.SpecNode;
88
+ File: (props?: Record<string, unknown>) => _components.SpecNode;
89
+ InputGroup: (props?: Record<string, unknown>) => _components.SpecNode;
90
+ Field: (props?: Record<string, unknown>) => _components.SpecNode;
91
+ ActionCard: (props?: Record<string, unknown>) => _components.SpecNode;
92
+ Alert: (props?: Record<string, unknown>) => _components.SpecNode;
93
+ Avatar: (props?: Record<string, unknown>) => _components.SpecNode;
94
+ Badge: (props?: Record<string, unknown>) => _components.SpecNode;
95
+ Chip: (props?: Record<string, unknown>) => _components.SpecNode;
96
+ Card: (props?: Record<string, unknown>) => _components.SpecNode;
97
+ ContentLoader: (props?: Record<string, unknown>) => _components.SpecNode;
98
+ Divider: (props?: Record<string, unknown>) => _components.SpecNode;
99
+ Icon: (props?: Record<string, unknown>) => _components.SpecNode;
100
+ Label: (props?: Record<string, unknown>) => _components.SpecNode;
101
+ ListItem: (props?: Record<string, unknown>) => _components.SpecNode;
102
+ Modal: (props?: Record<string, unknown>) => _components.SpecNode;
103
+ ModalFooter: (props?: Record<string, unknown>) => _components.SpecNode;
104
+ ProgressBar: (props?: Record<string, unknown>) => _components.SpecNode;
105
+ Skeleton: (props?: Record<string, unknown>) => _components.SpecNode;
106
+ Spinner: (props?: Record<string, unknown>) => _components.SpecNode;
107
+ Stepper: (props?: Record<string, unknown>) => _components.SpecNode;
108
+ TextClip: (props?: Record<string, unknown>) => _components.SpecNode;
109
+ TextSnippet: (props?: Record<string, unknown>) => _components.SpecNode;
110
+ Tip: (props?: Record<string, unknown>) => _components.SpecNode;
111
+ CheckList: (props?: Record<string, unknown>) => _components.SpecNode;
112
+ DistributionBar: (props?: Record<string, unknown>) => _components.SpecNode;
113
+ ImageViewer: (props?: Record<string, unknown>) => _components.SpecNode;
114
+ ObjectUI: (props?: Record<string, unknown>) => _components.SpecNode;
115
+ ObjectUITemplate: (props?: Record<string, unknown>) => _components.SpecNode;
116
+ ObjectUIHeader: (props?: Record<string, unknown>) => _components.SpecNode;
117
+ ObjectUIContent: (props?: Record<string, unknown>) => _components.SpecNode;
118
+ ObjectUIStats: (props?: Record<string, unknown>) => _components.SpecNode;
119
+ SnackBar: (props?: Record<string, unknown>) => _components.SpecNode;
120
+ Video: (props?: Record<string, unknown>) => _components.SpecNode;
121
+ AvatarList: (props?: Record<string, unknown>) => _components.SpecNode;
122
+ Image: (props?: Record<string, unknown>) => _components.SpecNode;
123
+ AtomsSeparator: (props?: Record<string, unknown>) => _components.SpecNode;
124
+ Carousel: (props?: Record<string, unknown>) => _components.SpecNode;
125
+ TableBasic: (props?: Record<string, unknown>) => _components.SpecNode;
126
+ LocationCard: (props?: Record<string, unknown>) => _components.SpecNode;
127
+ LoaderCard: (props?: Record<string, unknown>) => _components.SpecNode;
128
+ LayoutCard: (props?: Record<string, unknown>) => _components.SpecNode;
129
+ AppGroupLoader: (props?: Record<string, unknown>) => _components.SpecNode;
130
+ ChartLoader: (props?: Record<string, unknown>) => _components.SpecNode;
131
+ ReportLoader: (props?: Record<string, unknown>) => _components.SpecNode;
132
+ ReportShareLoader: (props?: Record<string, unknown>) => _components.SpecNode;
133
+ ReportViewerLoader: (props?: Record<string, unknown>) => _components.SpecNode;
134
+ SettingsLoader: (props?: Record<string, unknown>) => _components.SpecNode;
135
+ ChipGroup: (props?: Record<string, unknown>) => _components.SpecNode;
136
+ ModalCloseButton: (props?: Record<string, unknown>) => _components.SpecNode;
137
+ Status: (props?: Record<string, unknown>) => _components.SpecNode;
138
+ ApiError: (props?: Record<string, unknown>) => _components.SpecNode;
139
+ Circle: (props?: Record<string, unknown>) => _components.SpecNode;
140
+ CountDown: (props?: Record<string, unknown>) => _components.SpecNode;
141
+ Country: (props?: Record<string, unknown>) => _components.SpecNode;
142
+ ToggleableArrow: (props?: Record<string, unknown>) => _components.SpecNode;
143
+ TitleCaption: (props?: Record<string, unknown>) => _components.SpecNode;
144
+ AiIcon: (props?: Record<string, unknown>) => _components.SpecNode;
145
+ Breadcrumb: (props?: Record<string, unknown>) => _components.SpecNode;
146
+ Button: (props?: Record<string, unknown>) => _components.SpecNode;
147
+ ButtonGroup: (props?: Record<string, unknown>) => _components.SpecNode;
148
+ DraggableList: (props?: Record<string, unknown>) => _components.SpecNode;
149
+ Drawer: (props?: Record<string, unknown>) => _components.SpecNode;
150
+ Dropdown: (props?: Record<string, unknown>) => _components.SpecNode;
151
+ ExpansionPanel: (props?: Record<string, unknown>) => _components.SpecNode;
152
+ ExpansionPanelGroup: (props?: Record<string, unknown>) => _components.SpecNode;
153
+ FloatingButton: (props?: Record<string, unknown>) => _components.SpecNode;
154
+ IconButton: (props?: Record<string, unknown>) => _components.SpecNode;
155
+ ItemNavigator: (props?: Record<string, unknown>) => _components.SpecNode;
156
+ Link: (props?: Record<string, unknown>) => _components.SpecNode;
157
+ MenuList: (props?: Record<string, unknown>) => _components.SpecNode;
158
+ NestedList: (props?: Record<string, unknown>) => _components.SpecNode;
159
+ Paginate: (props?: Record<string, unknown>) => _components.SpecNode;
160
+ SelectableMenu: (props?: Record<string, unknown>) => _components.SpecNode;
161
+ ShowMore: (props?: Record<string, unknown>) => _components.SpecNode;
162
+ Tab: (props?: Record<string, unknown>) => _components.SpecNode;
163
+ Heading: (props?: Record<string, unknown>) => _components.SpecNode;
164
+ Text: (props?: Record<string, unknown>) => _components.SpecNode;
165
+ Box: (props?: Record<string, unknown>) => _components.SpecNode;
166
+ Grid: (props?: Record<string, unknown>) => _components.SpecNode;
167
+ HStack: (props?: Record<string, unknown>) => _components.SpecNode;
168
+ LabelGroup: (props?: Record<string, unknown>) => _components.SpecNode;
169
+ Layout: (props?: Record<string, unknown>) => _components.SpecNode;
170
+ PageContent: (props?: Record<string, unknown>) => _components.SpecNode;
171
+ PageHeader: (props?: Record<string, unknown>) => _components.SpecNode;
172
+ PageAppLogo: (props?: Record<string, unknown>) => _components.SpecNode;
173
+ PageFooter: (props?: Record<string, unknown>) => _components.SpecNode;
174
+ Pane: (props?: Record<string, unknown>) => _components.SpecNode;
175
+ Responsive: (props?: Record<string, unknown>) => _components.SpecNode;
176
+ SplitPane: (props?: Record<string, unknown>) => _components.SpecNode;
177
+ VStack: (props?: Record<string, unknown>) => _components.SpecNode;
178
+ CustomObjectGrid: (props?: Record<string, unknown>) => _components.SpecNode;
179
+ ObjectListView: (props?: Record<string, unknown>) => _components.SpecNode;
180
+ };
181
+ export declare const directives: {
182
+ visible: typeof _directives.visible;
183
+ repeat: typeof _directives.repeat;
184
+ $item: typeof _directives.$item;
185
+ $bindItem: typeof _directives.$bindItem;
186
+ $index: typeof _directives.$index;
187
+ };
188
+ import { createState } from "./state.mjs";
189
+ import { cond, template } from "./props.mjs";
190
+ import { render } from "./render.mjs";
191
+ import { component } from "./component.mjs";
192
+ declare const SDUI: {
193
+ createState: typeof createState;
194
+ render: typeof render;
195
+ visible: typeof _directives.visible;
196
+ repeat: typeof _directives.repeat;
197
+ cond: typeof cond;
198
+ component: typeof component;
199
+ template: typeof template;
200
+ components: {
201
+ TextInput: (props?: Record<string, unknown>) => _components.SpecNode;
202
+ Select: (props?: Record<string, unknown>) => _components.SpecNode;
203
+ AppGroupSelect: (props?: Record<string, unknown>) => _components.SpecNode;
204
+ Checkbox: (props?: Record<string, unknown>) => _components.SpecNode;
205
+ CheckboxGroup: (props?: Record<string, unknown>) => _components.SpecNode;
206
+ Email: (props?: Record<string, unknown>) => _components.SpecNode;
207
+ Number: (props?: Record<string, unknown>) => _components.SpecNode;
208
+ Date: (props?: Record<string, unknown>) => _components.SpecNode;
209
+ DateRange: (props?: Record<string, unknown>) => _components.SpecNode;
210
+ DateInlineMulti: (props?: Record<string, unknown>) => _components.SpecNode;
211
+ Textarea: (props?: Record<string, unknown>) => _components.SpecNode;
212
+ Radio: (props?: Record<string, unknown>) => _components.SpecNode;
213
+ Phone: (props?: Record<string, unknown>) => _components.SpecNode;
214
+ Password: (props?: Record<string, unknown>) => _components.SpecNode;
215
+ Switch: (props?: Record<string, unknown>) => _components.SpecNode;
216
+ FileDrop: (props?: Record<string, unknown>) => _components.SpecNode;
217
+ TextAutoSuggest: (props?: Record<string, unknown>) => _components.SpecNode;
218
+ Currency: (props?: Record<string, unknown>) => _components.SpecNode;
219
+ WorkEmail: (props?: Record<string, unknown>) => _components.SpecNode;
220
+ Percentage: (props?: Record<string, unknown>) => _components.SpecNode;
221
+ SegmentedControl: (props?: Record<string, unknown>) => _components.SpecNode;
222
+ Time: (props?: Record<string, unknown>) => _components.SpecNode;
223
+ TimeRange: (props?: Record<string, unknown>) => _components.SpecNode;
224
+ Timezone: (props?: Record<string, unknown>) => _components.SpecNode;
225
+ Slider: (props?: Record<string, unknown>) => _components.SpecNode;
226
+ RangeSlider: (props?: Record<string, unknown>) => _components.SpecNode;
227
+ Masker: (props?: Record<string, unknown>) => _components.SpecNode;
228
+ DaySelector: (props?: Record<string, unknown>) => _components.SpecNode;
229
+ ColorPicker: (props?: Record<string, unknown>) => _components.SpecNode;
230
+ SelectableGroup: (props?: Record<string, unknown>) => _components.SpecNode;
231
+ Ssn: (props?: Record<string, unknown>) => _components.SpecNode;
232
+ Sin: (props?: Record<string, unknown>) => _components.SpecNode;
233
+ Signature: (props?: Record<string, unknown>) => _components.SpecNode;
234
+ Survey: (props?: Record<string, unknown>) => _components.SpecNode;
235
+ Tree: (props?: Record<string, unknown>) => _components.SpecNode;
236
+ TreeSelect: (props?: Record<string, unknown>) => _components.SpecNode;
237
+ File: (props?: Record<string, unknown>) => _components.SpecNode;
238
+ InputGroup: (props?: Record<string, unknown>) => _components.SpecNode;
239
+ Field: (props?: Record<string, unknown>) => _components.SpecNode;
240
+ ActionCard: (props?: Record<string, unknown>) => _components.SpecNode;
241
+ Alert: (props?: Record<string, unknown>) => _components.SpecNode;
242
+ Avatar: (props?: Record<string, unknown>) => _components.SpecNode;
243
+ Badge: (props?: Record<string, unknown>) => _components.SpecNode;
244
+ Chip: (props?: Record<string, unknown>) => _components.SpecNode;
245
+ Card: (props?: Record<string, unknown>) => _components.SpecNode;
246
+ ContentLoader: (props?: Record<string, unknown>) => _components.SpecNode;
247
+ Divider: (props?: Record<string, unknown>) => _components.SpecNode;
248
+ Icon: (props?: Record<string, unknown>) => _components.SpecNode;
249
+ Label: (props?: Record<string, unknown>) => _components.SpecNode;
250
+ ListItem: (props?: Record<string, unknown>) => _components.SpecNode;
251
+ Modal: (props?: Record<string, unknown>) => _components.SpecNode;
252
+ ModalFooter: (props?: Record<string, unknown>) => _components.SpecNode;
253
+ ProgressBar: (props?: Record<string, unknown>) => _components.SpecNode;
254
+ Skeleton: (props?: Record<string, unknown>) => _components.SpecNode;
255
+ Spinner: (props?: Record<string, unknown>) => _components.SpecNode;
256
+ Stepper: (props?: Record<string, unknown>) => _components.SpecNode;
257
+ TextClip: (props?: Record<string, unknown>) => _components.SpecNode;
258
+ TextSnippet: (props?: Record<string, unknown>) => _components.SpecNode;
259
+ Tip: (props?: Record<string, unknown>) => _components.SpecNode;
260
+ CheckList: (props?: Record<string, unknown>) => _components.SpecNode;
261
+ DistributionBar: (props?: Record<string, unknown>) => _components.SpecNode;
262
+ ImageViewer: (props?: Record<string, unknown>) => _components.SpecNode;
263
+ ObjectUI: (props?: Record<string, unknown>) => _components.SpecNode;
264
+ ObjectUITemplate: (props?: Record<string, unknown>) => _components.SpecNode;
265
+ ObjectUIHeader: (props?: Record<string, unknown>) => _components.SpecNode;
266
+ ObjectUIContent: (props?: Record<string, unknown>) => _components.SpecNode;
267
+ ObjectUIStats: (props?: Record<string, unknown>) => _components.SpecNode;
268
+ SnackBar: (props?: Record<string, unknown>) => _components.SpecNode;
269
+ Video: (props?: Record<string, unknown>) => _components.SpecNode;
270
+ AvatarList: (props?: Record<string, unknown>) => _components.SpecNode;
271
+ Image: (props?: Record<string, unknown>) => _components.SpecNode;
272
+ AtomsSeparator: (props?: Record<string, unknown>) => _components.SpecNode;
273
+ Carousel: (props?: Record<string, unknown>) => _components.SpecNode;
274
+ TableBasic: (props?: Record<string, unknown>) => _components.SpecNode;
275
+ LocationCard: (props?: Record<string, unknown>) => _components.SpecNode;
276
+ LoaderCard: (props?: Record<string, unknown>) => _components.SpecNode;
277
+ LayoutCard: (props?: Record<string, unknown>) => _components.SpecNode;
278
+ AppGroupLoader: (props?: Record<string, unknown>) => _components.SpecNode;
279
+ ChartLoader: (props?: Record<string, unknown>) => _components.SpecNode;
280
+ ReportLoader: (props?: Record<string, unknown>) => _components.SpecNode;
281
+ ReportShareLoader: (props?: Record<string, unknown>) => _components.SpecNode;
282
+ ReportViewerLoader: (props?: Record<string, unknown>) => _components.SpecNode;
283
+ SettingsLoader: (props?: Record<string, unknown>) => _components.SpecNode;
284
+ ChipGroup: (props?: Record<string, unknown>) => _components.SpecNode;
285
+ ModalCloseButton: (props?: Record<string, unknown>) => _components.SpecNode;
286
+ Status: (props?: Record<string, unknown>) => _components.SpecNode;
287
+ ApiError: (props?: Record<string, unknown>) => _components.SpecNode;
288
+ Circle: (props?: Record<string, unknown>) => _components.SpecNode;
289
+ CountDown: (props?: Record<string, unknown>) => _components.SpecNode;
290
+ Country: (props?: Record<string, unknown>) => _components.SpecNode;
291
+ ToggleableArrow: (props?: Record<string, unknown>) => _components.SpecNode;
292
+ TitleCaption: (props?: Record<string, unknown>) => _components.SpecNode;
293
+ AiIcon: (props?: Record<string, unknown>) => _components.SpecNode;
294
+ Breadcrumb: (props?: Record<string, unknown>) => _components.SpecNode;
295
+ Button: (props?: Record<string, unknown>) => _components.SpecNode;
296
+ ButtonGroup: (props?: Record<string, unknown>) => _components.SpecNode;
297
+ DraggableList: (props?: Record<string, unknown>) => _components.SpecNode;
298
+ Drawer: (props?: Record<string, unknown>) => _components.SpecNode;
299
+ Dropdown: (props?: Record<string, unknown>) => _components.SpecNode;
300
+ ExpansionPanel: (props?: Record<string, unknown>) => _components.SpecNode;
301
+ ExpansionPanelGroup: (props?: Record<string, unknown>) => _components.SpecNode;
302
+ FloatingButton: (props?: Record<string, unknown>) => _components.SpecNode;
303
+ IconButton: (props?: Record<string, unknown>) => _components.SpecNode;
304
+ ItemNavigator: (props?: Record<string, unknown>) => _components.SpecNode;
305
+ Link: (props?: Record<string, unknown>) => _components.SpecNode;
306
+ MenuList: (props?: Record<string, unknown>) => _components.SpecNode;
307
+ NestedList: (props?: Record<string, unknown>) => _components.SpecNode;
308
+ Paginate: (props?: Record<string, unknown>) => _components.SpecNode;
309
+ SelectableMenu: (props?: Record<string, unknown>) => _components.SpecNode;
310
+ ShowMore: (props?: Record<string, unknown>) => _components.SpecNode;
311
+ Tab: (props?: Record<string, unknown>) => _components.SpecNode;
312
+ Heading: (props?: Record<string, unknown>) => _components.SpecNode;
313
+ Text: (props?: Record<string, unknown>) => _components.SpecNode;
314
+ Box: (props?: Record<string, unknown>) => _components.SpecNode;
315
+ Grid: (props?: Record<string, unknown>) => _components.SpecNode;
316
+ HStack: (props?: Record<string, unknown>) => _components.SpecNode;
317
+ LabelGroup: (props?: Record<string, unknown>) => _components.SpecNode;
318
+ Layout: (props?: Record<string, unknown>) => _components.SpecNode;
319
+ PageContent: (props?: Record<string, unknown>) => _components.SpecNode;
320
+ PageHeader: (props?: Record<string, unknown>) => _components.SpecNode;
321
+ PageAppLogo: (props?: Record<string, unknown>) => _components.SpecNode;
322
+ PageFooter: (props?: Record<string, unknown>) => _components.SpecNode;
323
+ Pane: (props?: Record<string, unknown>) => _components.SpecNode;
324
+ Responsive: (props?: Record<string, unknown>) => _components.SpecNode;
325
+ SplitPane: (props?: Record<string, unknown>) => _components.SpecNode;
326
+ VStack: (props?: Record<string, unknown>) => _components.SpecNode;
327
+ CustomObjectGrid: (props?: Record<string, unknown>) => _components.SpecNode;
328
+ ObjectListView: (props?: Record<string, unknown>) => _components.SpecNode;
329
+ };
330
+ actions: {
331
+ set: typeof _actions.set;
332
+ push: typeof _actions.push;
333
+ remove: typeof _actions.remove;
334
+ callFunction: typeof _actions.callFunction;
335
+ nav: typeof _actions.nav;
336
+ notify: typeof _actions.notify;
337
+ validate: typeof _actions.validate;
338
+ openModal: typeof _actions.openModal;
339
+ closeModal: typeof _actions.closeModal;
340
+ };
341
+ conditions: {
342
+ eq: typeof _conditions.eq;
343
+ neq: typeof _conditions.neq;
344
+ gt: typeof _conditions.gt;
345
+ gte: typeof _conditions.gte;
346
+ lt: typeof _conditions.lt;
347
+ lte: typeof _conditions.lte;
348
+ truthy: typeof _conditions.truthy;
349
+ falsy: typeof _conditions.falsy;
350
+ and: typeof _conditions.and;
351
+ or: typeof _conditions.or;
352
+ };
353
+ directives: {
354
+ visible: typeof _directives.visible;
355
+ repeat: typeof _directives.repeat;
356
+ $item: typeof _directives.$item;
357
+ $bindItem: typeof _directives.$bindItem;
358
+ $index: typeof _directives.$index;
359
+ };
360
+ };
361
+ export default SDUI;
362
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/lib/sdui/index.ts"],"names":[],"mappings":"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"}