@genesislcap/foundation-forms 9.0.1-alpha-b5c5eb7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (199) hide show
  1. package/MODULE_FEDERATION.md +11 -0
  2. package/README.md +56 -0
  3. package/dist/1.0.0.remoteEntry.js +1 -0
  4. package/dist/160.160.124ed2c5959b53210cbd.js +2 -0
  5. package/dist/160.190aff29e1d6cef60fa941e3ecd169b4.js.map +1 -0
  6. package/dist/191.191.0325d5c8852ae4921bad.js +2 -0
  7. package/dist/191.cfb3865153509ec434d0ee1d06702e06.js.map +1 -0
  8. package/dist/211.211.9bb272a936b1d1e91e6d.js +2 -0
  9. package/dist/211.618f438c5ae26e2eca20a00121c574ad.js.map +1 -0
  10. package/dist/259.259.2d238ae3cf8d8bdeba08.js +2 -0
  11. package/dist/259.550ac263c3f91b2416d000cf2f255ebb.js.map +1 -0
  12. package/dist/338.338.124651324d743221ad7e.js +3 -0
  13. package/dist/338.338.124651324d743221ad7e.js.LICENSE.txt +1 -0
  14. package/dist/338.d187d80c4b3697c68e08e173075547f8.js.map +1 -0
  15. package/dist/623.2132bb44d6962138c26ec8c716abfb8c.js.map +1 -0
  16. package/dist/623.623.4eb55ef851cb4acfb42d.js +3 -0
  17. package/dist/623.623.4eb55ef851cb4acfb42d.js.LICENSE.txt +4 -0
  18. package/dist/691.56a1e267854b877284b2dde11aae483b.js.map +1 -0
  19. package/dist/691.691.94bd71f12961486f4d8d.js +308 -0
  20. package/dist/730.730.d1c0de79e754bac881cb.js +2 -0
  21. package/dist/730.a7dfb868a3009f72a7daed20f5f05cd4.js.map +1 -0
  22. package/dist/755.755.d9777bd59664cac307f8.js +2 -0
  23. package/dist/755.ef9ff39a1d56dfd14bc47cd9f22cfc9f.js.map +1 -0
  24. package/dist/817.817.09800be1f64f8771bf91.js +2 -0
  25. package/dist/817.c03de73750c9e91e022d445f10572b93.js.map +1 -0
  26. package/dist/914.3464d6aedd1272b9a7824381f8c69dc5.js.map +1 -0
  27. package/dist/914.914.9c2af15b0145e5b35752.js +3 -0
  28. package/dist/914.914.9c2af15b0145e5b35752.js.LICENSE.txt +4 -0
  29. package/dist/dashboard.json +1 -0
  30. package/dist/dts/form.d.ts +103 -0
  31. package/dist/dts/form.d.ts.map +1 -0
  32. package/dist/dts/form.styles.d.ts +2 -0
  33. package/dist/dts/form.styles.d.ts.map +1 -0
  34. package/dist/dts/form.template.d.ts +3 -0
  35. package/dist/dts/form.template.d.ts.map +1 -0
  36. package/dist/dts/index.d.ts +4 -0
  37. package/dist/dts/index.d.ts.map +1 -0
  38. package/dist/dts/index.federated.d.ts +1 -0
  39. package/dist/dts/index.federated.d.ts.map +1 -0
  40. package/dist/dts/jsonforms/json-forms.d.ts +33 -0
  41. package/dist/dts/jsonforms/json-forms.d.ts.map +1 -0
  42. package/dist/dts/jsonforms/renderers/BooleanControlRenderer.d.ts +5 -0
  43. package/dist/dts/jsonforms/renderers/BooleanControlRenderer.d.ts.map +1 -0
  44. package/dist/dts/jsonforms/renderers/ConnectedMultiselectControlRenderer.d.ts +5 -0
  45. package/dist/dts/jsonforms/renderers/ConnectedMultiselectControlRenderer.d.ts.map +1 -0
  46. package/dist/dts/jsonforms/renderers/ConnectedSelectControlRenderer.d.ts +4 -0
  47. package/dist/dts/jsonforms/renderers/ConnectedSelectControlRenderer.d.ts.map +1 -0
  48. package/dist/dts/jsonforms/renderers/ControlWrapperRenderer.d.ts +9 -0
  49. package/dist/dts/jsonforms/renderers/ControlWrapperRenderer.d.ts.map +1 -0
  50. package/dist/dts/jsonforms/renderers/DateControlRenderer.d.ts +3 -0
  51. package/dist/dts/jsonforms/renderers/DateControlRenderer.d.ts.map +1 -0
  52. package/dist/dts/jsonforms/renderers/EnumControlRenderer.d.ts +5 -0
  53. package/dist/dts/jsonforms/renderers/EnumControlRenderer.d.ts.map +1 -0
  54. package/dist/dts/jsonforms/renderers/LayoutRenderer.d.ts +3 -0
  55. package/dist/dts/jsonforms/renderers/LayoutRenderer.d.ts.map +1 -0
  56. package/dist/dts/jsonforms/renderers/LayoutVertical2ColumnsRenderer.d.ts +3 -0
  57. package/dist/dts/jsonforms/renderers/LayoutVertical2ColumnsRenderer.d.ts.map +1 -0
  58. package/dist/dts/jsonforms/renderers/NumberControlRenderer.d.ts +3 -0
  59. package/dist/dts/jsonforms/renderers/NumberControlRenderer.d.ts.map +1 -0
  60. package/dist/dts/jsonforms/renderers/RenderersRanks.d.ts +9 -0
  61. package/dist/dts/jsonforms/renderers/RenderersRanks.d.ts.map +1 -0
  62. package/dist/dts/jsonforms/renderers/StringControlRenderer.d.ts +3 -0
  63. package/dist/dts/jsonforms/renderers/StringControlRenderer.d.ts.map +1 -0
  64. package/dist/dts/jsonforms/renderers/dispatch-renderer.d.ts +18 -0
  65. package/dist/dts/jsonforms/renderers/dispatch-renderer.d.ts.map +1 -0
  66. package/dist/dts/jsonforms/testers/isDate.d.ts +2 -0
  67. package/dist/dts/jsonforms/testers/isDate.d.ts.map +1 -0
  68. package/dist/dts/jsonforms/testers/isOneOfBoolean.d.ts +2 -0
  69. package/dist/dts/jsonforms/testers/isOneOfBoolean.d.ts.map +1 -0
  70. package/dist/dts/jsonforms/testers/isOneOfEnum.d.ts +2 -0
  71. package/dist/dts/jsonforms/testers/isOneOfEnum.d.ts.map +1 -0
  72. package/dist/dts/jsonforms/testers/isOneOfNumber.d.ts +2 -0
  73. package/dist/dts/jsonforms/testers/isOneOfNumber.d.ts.map +1 -0
  74. package/dist/dts/jsonforms/testers/isOneOfOptionMultiselect.d.ts +2 -0
  75. package/dist/dts/jsonforms/testers/isOneOfOptionMultiselect.d.ts.map +1 -0
  76. package/dist/dts/jsonforms/testers/optionIs.d.ts +3 -0
  77. package/dist/dts/jsonforms/testers/optionIs.d.ts.map +1 -0
  78. package/dist/dts/tsdoc-metadata.json +11 -0
  79. package/dist/dts/types.d.ts +30 -0
  80. package/dist/dts/types.d.ts.map +1 -0
  81. package/dist/dts/utils/index.d.ts +3 -0
  82. package/dist/dts/utils/index.d.ts.map +1 -0
  83. package/dist/dts/utils/translation.d.ts +3 -0
  84. package/dist/dts/utils/translation.d.ts.map +1 -0
  85. package/dist/dts/utils/validation.d.ts +13 -0
  86. package/dist/dts/utils/validation.d.ts.map +1 -0
  87. package/dist/esm/form.js +166 -0
  88. package/dist/esm/form.js.map +1 -0
  89. package/dist/esm/form.styles.js +62 -0
  90. package/dist/esm/form.styles.js.map +1 -0
  91. package/dist/esm/form.template.js +34 -0
  92. package/dist/esm/form.template.js.map +1 -0
  93. package/dist/esm/index.federated.js +2 -0
  94. package/dist/esm/index.federated.js.map +1 -0
  95. package/dist/esm/index.js +4 -0
  96. package/dist/esm/index.js.map +1 -0
  97. package/dist/esm/jsonforms/json-forms.js +175 -0
  98. package/dist/esm/jsonforms/json-forms.js.map +1 -0
  99. package/dist/esm/jsonforms/renderers/BooleanControlRenderer.js +30 -0
  100. package/dist/esm/jsonforms/renderers/BooleanControlRenderer.js.map +1 -0
  101. package/dist/esm/jsonforms/renderers/ConnectedMultiselectControlRenderer.js +34 -0
  102. package/dist/esm/jsonforms/renderers/ConnectedMultiselectControlRenderer.js.map +1 -0
  103. package/dist/esm/jsonforms/renderers/ConnectedSelectControlRenderer.js +40 -0
  104. package/dist/esm/jsonforms/renderers/ConnectedSelectControlRenderer.js.map +1 -0
  105. package/dist/esm/jsonforms/renderers/ControlWrapperRenderer.js +76 -0
  106. package/dist/esm/jsonforms/renderers/ControlWrapperRenderer.js.map +1 -0
  107. package/dist/esm/jsonforms/renderers/DateControlRenderer.js +37 -0
  108. package/dist/esm/jsonforms/renderers/DateControlRenderer.js.map +1 -0
  109. package/dist/esm/jsonforms/renderers/EnumControlRenderer.js +45 -0
  110. package/dist/esm/jsonforms/renderers/EnumControlRenderer.js.map +1 -0
  111. package/dist/esm/jsonforms/renderers/LayoutRenderer.js +29 -0
  112. package/dist/esm/jsonforms/renderers/LayoutRenderer.js.map +1 -0
  113. package/dist/esm/jsonforms/renderers/LayoutVertical2ColumnsRenderer.js +37 -0
  114. package/dist/esm/jsonforms/renderers/LayoutVertical2ColumnsRenderer.js.map +1 -0
  115. package/dist/esm/jsonforms/renderers/NumberControlRenderer.js +34 -0
  116. package/dist/esm/jsonforms/renderers/NumberControlRenderer.js.map +1 -0
  117. package/dist/esm/jsonforms/renderers/RenderersRanks.js +9 -0
  118. package/dist/esm/jsonforms/renderers/RenderersRanks.js.map +1 -0
  119. package/dist/esm/jsonforms/renderers/StringControlRenderer.js +25 -0
  120. package/dist/esm/jsonforms/renderers/StringControlRenderer.js.map +1 -0
  121. package/dist/esm/jsonforms/renderers/dispatch-renderer.js +90 -0
  122. package/dist/esm/jsonforms/renderers/dispatch-renderer.js.map +1 -0
  123. package/dist/esm/jsonforms/testers/isDate.js +3 -0
  124. package/dist/esm/jsonforms/testers/isDate.js.map +1 -0
  125. package/dist/esm/jsonforms/testers/isOneOfBoolean.js +3 -0
  126. package/dist/esm/jsonforms/testers/isOneOfBoolean.js.map +1 -0
  127. package/dist/esm/jsonforms/testers/isOneOfEnum.js +4 -0
  128. package/dist/esm/jsonforms/testers/isOneOfEnum.js.map +1 -0
  129. package/dist/esm/jsonforms/testers/isOneOfNumber.js +6 -0
  130. package/dist/esm/jsonforms/testers/isOneOfNumber.js.map +1 -0
  131. package/dist/esm/jsonforms/testers/isOneOfOptionMultiselect.js +4 -0
  132. package/dist/esm/jsonforms/testers/isOneOfOptionMultiselect.js.map +1 -0
  133. package/dist/esm/jsonforms/testers/optionIs.js +10 -0
  134. package/dist/esm/jsonforms/testers/optionIs.js.map +1 -0
  135. package/dist/esm/types.js +2 -0
  136. package/dist/esm/types.js.map +1 -0
  137. package/dist/esm/utils/index.js +3 -0
  138. package/dist/esm/utils/index.js.map +1 -0
  139. package/dist/esm/utils/translation.js +18 -0
  140. package/dist/esm/utils/translation.js.map +1 -0
  141. package/dist/esm/utils/validation.js +25 -0
  142. package/dist/esm/utils/validation.js.map +1 -0
  143. package/dist/favicon.ico +0 -0
  144. package/dist/foundation-forms.api.json +723 -0
  145. package/dist/foundation-forms.d.ts +176 -0
  146. package/dist/foundation-forms.iife.min.js +28 -0
  147. package/dist/foundation-forms.js +30835 -0
  148. package/dist/foundation-forms.min.js +26 -0
  149. package/dist/foundationForms.a7013ba9c5c4a97d9a7e2d8a551752ba.js.map +1 -0
  150. package/dist/index.ejs +23 -0
  151. package/dist/index.html +18 -0
  152. package/dist/info.ejs +13 -0
  153. package/dist/main.89d08fe81e0159f212e5f7880954ae70.js.map +1 -0
  154. package/dist/main.99a0affb273b317b04e7.js +2 -0
  155. package/dist/npm.ajv.213.0edf0dee76a3e8e16fa5.js +8 -0
  156. package/dist/npm.ajv.a70ac538476d2b86b0c95c3cddc46db2.js.map +1 -0
  157. package/dist/npm.analytics.343.c50e91b7d34234ff5598.js +2 -0
  158. package/dist/npm.analytics.9350473da68aa7584e1ffd2293d7eb64.js.map +1 -0
  159. package/dist/npm.consola.713.0a877d79045b2ced4b28.js +2 -0
  160. package/dist/npm.consola.b723f5d54df2d007a63f167647d0db4f.js.map +1 -0
  161. package/dist/npm.finos.690.a9cbfbb544d61a77cb75.js +2 -0
  162. package/dist/npm.finos.d24836382e0fd4c82511da38f1e2d712.js.map +1 -0
  163. package/dist/npm.jsonforms.832.135f578bfa3e3426340a.js +2 -0
  164. package/dist/npm.jsonforms.d742a744d53545575dc0f741c7f95a16.js.map +1 -0
  165. package/dist/npm.lodash.913.2f761568d7b7540de80a.js +2 -0
  166. package/dist/npm.lodash.a3a76c8fca5de460b782c77b99c930c9.js.map +1 -0
  167. package/dist/npm.microsoft.127.c2ce55cc34c771dd0e4f.js +1469 -0
  168. package/dist/npm.microsoft.127.c2ce55cc34c771dd0e4f.js.LICENSE.txt +14 -0
  169. package/dist/npm.microsoft.351f8b8b5cd6f2b1872524cc47c1a893.js.map +1 -0
  170. package/dist/npm.rxjs.271.c9ec2153535d20987f67.js +2 -0
  171. package/dist/npm.rxjs.d2fed746c0fef18592a807dcc82cba1c.js.map +1 -0
  172. package/dist/npm.uri-js.2c30a8d9b49ce1474de4ba46d0bc69a6.js.map +1 -0
  173. package/dist/npm.uri-js.415.4ffa54936c8e552b506d.js +3 -0
  174. package/dist/npm.uri-js.415.4ffa54936c8e552b506d.js.LICENSE.txt +1 -0
  175. package/dist/remoteEntry.js +2 -0
  176. package/dist/serve.json +3 -0
  177. package/docs/.gitattributes +2 -0
  178. package/docs/api/foundation-forms.form.data.md +13 -0
  179. package/docs/api/foundation-forms.form.disconnectedcallback.md +18 -0
  180. package/docs/api/foundation-forms.form.jsonschema.md +18 -0
  181. package/docs/api/foundation-forms.form.md +35 -0
  182. package/docs/api/foundation-forms.form.readonly.md +14 -0
  183. package/docs/api/foundation-forms.form.renderers.md +13 -0
  184. package/docs/api/foundation-forms.form.resourcename.md +13 -0
  185. package/docs/api/foundation-forms.form.uischema.md +50 -0
  186. package/docs/api/foundation-forms.genesiserrortranslator.md +11 -0
  187. package/docs/api/foundation-forms.logger.md +11 -0
  188. package/docs/api/foundation-forms.md +30 -0
  189. package/docs/api/foundation-forms.mustmatch.md +19 -0
  190. package/docs/api/foundation-forms.rendererentry.md +15 -0
  191. package/docs/api/foundation-forms.uischema.md +16 -0
  192. package/docs/api/foundation-forms.uischemaelement.md +18 -0
  193. package/docs/api/foundation-forms.uischemaelementoptions.md +20 -0
  194. package/docs/api/foundation-forms.uischemaelementtype.md +11 -0
  195. package/docs/api/index.md +12 -0
  196. package/docs/api-report.md +104 -0
  197. package/jsdom.setup.ts +1 -0
  198. package/license.txt +46 -0
  199. package/package.json +124 -0
@@ -0,0 +1,723 @@
1
+ {
2
+ "metadata": {
3
+ "toolPackage": "@microsoft/api-extractor",
4
+ "toolVersion": "7.34.4",
5
+ "schemaVersion": 1011,
6
+ "oldestForwardsCompatibleVersion": 1001,
7
+ "tsdocConfig": {
8
+ "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
9
+ "noStandardTags": true,
10
+ "tagDefinitions": [
11
+ {
12
+ "tagName": "@alpha",
13
+ "syntaxKind": "modifier"
14
+ },
15
+ {
16
+ "tagName": "@beta",
17
+ "syntaxKind": "modifier"
18
+ },
19
+ {
20
+ "tagName": "@defaultValue",
21
+ "syntaxKind": "block"
22
+ },
23
+ {
24
+ "tagName": "@decorator",
25
+ "syntaxKind": "block",
26
+ "allowMultiple": true
27
+ },
28
+ {
29
+ "tagName": "@deprecated",
30
+ "syntaxKind": "block"
31
+ },
32
+ {
33
+ "tagName": "@eventProperty",
34
+ "syntaxKind": "modifier"
35
+ },
36
+ {
37
+ "tagName": "@example",
38
+ "syntaxKind": "block",
39
+ "allowMultiple": true
40
+ },
41
+ {
42
+ "tagName": "@experimental",
43
+ "syntaxKind": "modifier"
44
+ },
45
+ {
46
+ "tagName": "@inheritDoc",
47
+ "syntaxKind": "inline"
48
+ },
49
+ {
50
+ "tagName": "@internal",
51
+ "syntaxKind": "modifier"
52
+ },
53
+ {
54
+ "tagName": "@label",
55
+ "syntaxKind": "inline"
56
+ },
57
+ {
58
+ "tagName": "@link",
59
+ "syntaxKind": "inline",
60
+ "allowMultiple": true
61
+ },
62
+ {
63
+ "tagName": "@override",
64
+ "syntaxKind": "modifier"
65
+ },
66
+ {
67
+ "tagName": "@packageDocumentation",
68
+ "syntaxKind": "modifier"
69
+ },
70
+ {
71
+ "tagName": "@param",
72
+ "syntaxKind": "block",
73
+ "allowMultiple": true
74
+ },
75
+ {
76
+ "tagName": "@privateRemarks",
77
+ "syntaxKind": "block"
78
+ },
79
+ {
80
+ "tagName": "@public",
81
+ "syntaxKind": "modifier"
82
+ },
83
+ {
84
+ "tagName": "@readonly",
85
+ "syntaxKind": "modifier"
86
+ },
87
+ {
88
+ "tagName": "@remarks",
89
+ "syntaxKind": "block"
90
+ },
91
+ {
92
+ "tagName": "@returns",
93
+ "syntaxKind": "block"
94
+ },
95
+ {
96
+ "tagName": "@sealed",
97
+ "syntaxKind": "modifier"
98
+ },
99
+ {
100
+ "tagName": "@see",
101
+ "syntaxKind": "block"
102
+ },
103
+ {
104
+ "tagName": "@throws",
105
+ "syntaxKind": "block",
106
+ "allowMultiple": true
107
+ },
108
+ {
109
+ "tagName": "@typeParam",
110
+ "syntaxKind": "block",
111
+ "allowMultiple": true
112
+ },
113
+ {
114
+ "tagName": "@virtual",
115
+ "syntaxKind": "modifier"
116
+ },
117
+ {
118
+ "tagName": "@betaDocumentation",
119
+ "syntaxKind": "modifier"
120
+ },
121
+ {
122
+ "tagName": "@internalRemarks",
123
+ "syntaxKind": "block"
124
+ },
125
+ {
126
+ "tagName": "@preapproved",
127
+ "syntaxKind": "modifier"
128
+ }
129
+ ],
130
+ "supportForTags": {
131
+ "@alpha": true,
132
+ "@beta": true,
133
+ "@defaultValue": true,
134
+ "@decorator": true,
135
+ "@deprecated": true,
136
+ "@eventProperty": true,
137
+ "@example": true,
138
+ "@experimental": true,
139
+ "@inheritDoc": true,
140
+ "@internal": true,
141
+ "@label": true,
142
+ "@link": true,
143
+ "@override": true,
144
+ "@packageDocumentation": true,
145
+ "@param": true,
146
+ "@privateRemarks": true,
147
+ "@public": true,
148
+ "@readonly": true,
149
+ "@remarks": true,
150
+ "@returns": true,
151
+ "@sealed": true,
152
+ "@see": true,
153
+ "@throws": true,
154
+ "@typeParam": true,
155
+ "@virtual": true,
156
+ "@betaDocumentation": true,
157
+ "@internalRemarks": true,
158
+ "@preapproved": true
159
+ },
160
+ "reportUnsupportedHtmlElements": false
161
+ }
162
+ },
163
+ "kind": "Package",
164
+ "canonicalReference": "@genesislcap/foundation-forms!",
165
+ "docComment": "",
166
+ "name": "@genesislcap/foundation-forms",
167
+ "preserveMemberOrder": false,
168
+ "members": [
169
+ {
170
+ "kind": "EntryPoint",
171
+ "canonicalReference": "@genesislcap/foundation-forms!",
172
+ "name": "",
173
+ "preserveMemberOrder": false,
174
+ "members": [
175
+ {
176
+ "kind": "Class",
177
+ "canonicalReference": "@genesislcap/foundation-forms!Form:class",
178
+ "docComment": "/**\n * Foundation form component for automatically generated forms based on json schema obtained from the api, supplied initial data or supplied JSON schema. Allowing customisable form elements using UI schema and set of custom renderers\n *\n * @beta\n */\n",
179
+ "excerptTokens": [
180
+ {
181
+ "kind": "Content",
182
+ "text": "export declare class Form extends "
183
+ },
184
+ {
185
+ "kind": "Reference",
186
+ "text": "FoundationElement",
187
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
188
+ },
189
+ {
190
+ "kind": "Content",
191
+ "text": " "
192
+ }
193
+ ],
194
+ "fileUrlPath": "src/form.ts",
195
+ "releaseTag": "Beta",
196
+ "isAbstract": false,
197
+ "name": "Form",
198
+ "preserveMemberOrder": false,
199
+ "members": [
200
+ {
201
+ "kind": "Property",
202
+ "canonicalReference": "@genesislcap/foundation-forms!Form#data:member",
203
+ "docComment": "/**\n * Initial data for the form\n *\n * @public\n */\n",
204
+ "excerptTokens": [
205
+ {
206
+ "kind": "Content",
207
+ "text": "data: "
208
+ },
209
+ {
210
+ "kind": "Content",
211
+ "text": "{}"
212
+ },
213
+ {
214
+ "kind": "Content",
215
+ "text": ";"
216
+ }
217
+ ],
218
+ "isReadonly": false,
219
+ "isOptional": false,
220
+ "releaseTag": "Public",
221
+ "name": "data",
222
+ "propertyTypeTokenRange": {
223
+ "startIndex": 1,
224
+ "endIndex": 2
225
+ },
226
+ "isStatic": false,
227
+ "isProtected": false,
228
+ "isAbstract": false
229
+ },
230
+ {
231
+ "kind": "Method",
232
+ "canonicalReference": "@genesislcap/foundation-forms!Form#disconnectedCallback:member(1)",
233
+ "docComment": "",
234
+ "excerptTokens": [
235
+ {
236
+ "kind": "Content",
237
+ "text": "disconnectedCallback(): "
238
+ },
239
+ {
240
+ "kind": "Content",
241
+ "text": "void"
242
+ },
243
+ {
244
+ "kind": "Content",
245
+ "text": ";"
246
+ }
247
+ ],
248
+ "isStatic": false,
249
+ "returnTypeTokenRange": {
250
+ "startIndex": 1,
251
+ "endIndex": 2
252
+ },
253
+ "releaseTag": "Beta",
254
+ "isProtected": false,
255
+ "overloadIndex": 1,
256
+ "parameters": [],
257
+ "isOptional": false,
258
+ "isAbstract": false,
259
+ "name": "disconnectedCallback"
260
+ },
261
+ {
262
+ "kind": "Property",
263
+ "canonicalReference": "@genesislcap/foundation-forms!Form#jsonSchema:member",
264
+ "docComment": "/**\n * Alternatively to providing {@link Form.resourceName} you can hardcode the JSON schema on the client.\n *\n * @remarks\n *\n * Use this when you want to avoid fetching metadata from the server but be aware that it could get out of sync if metadata changes on the server\n *\n * @public\n */\n",
265
+ "excerptTokens": [
266
+ {
267
+ "kind": "Content",
268
+ "text": "jsonSchema: "
269
+ },
270
+ {
271
+ "kind": "Reference",
272
+ "text": "JSONSchema7",
273
+ "canonicalReference": "@types/json-schema!JSONSchema7:interface"
274
+ },
275
+ {
276
+ "kind": "Content",
277
+ "text": ";"
278
+ }
279
+ ],
280
+ "isReadonly": false,
281
+ "isOptional": false,
282
+ "releaseTag": "Public",
283
+ "name": "jsonSchema",
284
+ "propertyTypeTokenRange": {
285
+ "startIndex": 1,
286
+ "endIndex": 2
287
+ },
288
+ "isStatic": false,
289
+ "isProtected": false,
290
+ "isAbstract": false
291
+ },
292
+ {
293
+ "kind": "Property",
294
+ "canonicalReference": "@genesislcap/foundation-forms!Form#readonly:member",
295
+ "docComment": "",
296
+ "excerptTokens": [
297
+ {
298
+ "kind": "Content",
299
+ "text": "readonly: "
300
+ },
301
+ {
302
+ "kind": "Content",
303
+ "text": "boolean"
304
+ },
305
+ {
306
+ "kind": "Content",
307
+ "text": ";"
308
+ }
309
+ ],
310
+ "isReadonly": false,
311
+ "isOptional": false,
312
+ "releaseTag": "Beta",
313
+ "name": "readonly",
314
+ "propertyTypeTokenRange": {
315
+ "startIndex": 1,
316
+ "endIndex": 2
317
+ },
318
+ "isStatic": false,
319
+ "isProtected": false,
320
+ "isAbstract": false
321
+ },
322
+ {
323
+ "kind": "Property",
324
+ "canonicalReference": "@genesislcap/foundation-forms!Form#renderers:member",
325
+ "docComment": "/**\n * Allows to provide set of renderers used by the form. If not provided it will default to text-field inputs\n *\n * @public\n */\n",
326
+ "excerptTokens": [
327
+ {
328
+ "kind": "Content",
329
+ "text": "renderers: "
330
+ },
331
+ {
332
+ "kind": "Reference",
333
+ "text": "RendererEntry",
334
+ "canonicalReference": "@genesislcap/foundation-forms!RendererEntry:type"
335
+ },
336
+ {
337
+ "kind": "Content",
338
+ "text": "[]"
339
+ },
340
+ {
341
+ "kind": "Content",
342
+ "text": ";"
343
+ }
344
+ ],
345
+ "isReadonly": false,
346
+ "isOptional": false,
347
+ "releaseTag": "Public",
348
+ "name": "renderers",
349
+ "propertyTypeTokenRange": {
350
+ "startIndex": 1,
351
+ "endIndex": 3
352
+ },
353
+ "isStatic": false,
354
+ "isProtected": false,
355
+ "isAbstract": false
356
+ },
357
+ {
358
+ "kind": "Property",
359
+ "canonicalReference": "@genesislcap/foundation-forms!Form#resourceName:member",
360
+ "docComment": "/**\n * Name of the backend resource which will provide metadata used to generate form and later used for submitting data\n *\n * @public\n */\n",
361
+ "excerptTokens": [
362
+ {
363
+ "kind": "Content",
364
+ "text": "resourceName: "
365
+ },
366
+ {
367
+ "kind": "Content",
368
+ "text": "string"
369
+ },
370
+ {
371
+ "kind": "Content",
372
+ "text": ";"
373
+ }
374
+ ],
375
+ "isReadonly": false,
376
+ "isOptional": false,
377
+ "releaseTag": "Public",
378
+ "name": "resourceName",
379
+ "propertyTypeTokenRange": {
380
+ "startIndex": 1,
381
+ "endIndex": 2
382
+ },
383
+ "isStatic": false,
384
+ "isProtected": false,
385
+ "isAbstract": false
386
+ },
387
+ {
388
+ "kind": "Property",
389
+ "canonicalReference": "@genesislcap/foundation-forms!Form#uischema:member",
390
+ "docComment": "/**\n * UI schema used to define configuration of the layout and elements in the form Check {@link UiSchemaElement} for possible options\n *\n * @remarks\n *\n * If not provided will be autogenerated based on json schema or initial data\n *\n * @example\n *\n * Here's a simple example:\n * ```\n * const sampleUISchema = {\n * type: 'VerticalLayout',\n * elements: [\n * {\n * type: 'Control',\n * scope: '#/properties/QUANTITY',\n * label: 'Quantity',\n * },\n * {\n * type: 'Control',\n * scope: '#/properties/INSTRUMENT_ID',\n * options: {\n * allOptionsResourceName: 'INSTRUMENT',\n * valueField: 'INSTRUMENT_ID',\n * labelField: 'INSTRUMENT_ID',\n * },\n * label: 'Instrument',\n * },\n * {\n * type: 'Control',\n * scope: '#/properties/SIDE',\n * label: 'Side',\n * },\n * ],\n * };\n * ```\n *\n * @public\n */\n",
391
+ "excerptTokens": [
392
+ {
393
+ "kind": "Content",
394
+ "text": "uischema: "
395
+ },
396
+ {
397
+ "kind": "Reference",
398
+ "text": "UISchemaElement",
399
+ "canonicalReference": "@jsonforms/core!UISchemaElement:interface"
400
+ },
401
+ {
402
+ "kind": "Content",
403
+ "text": ";"
404
+ }
405
+ ],
406
+ "isReadonly": false,
407
+ "isOptional": false,
408
+ "releaseTag": "Public",
409
+ "name": "uischema",
410
+ "propertyTypeTokenRange": {
411
+ "startIndex": 1,
412
+ "endIndex": 2
413
+ },
414
+ "isStatic": false,
415
+ "isProtected": false,
416
+ "isAbstract": false
417
+ }
418
+ ],
419
+ "extendsTokenRange": {
420
+ "startIndex": 1,
421
+ "endIndex": 2
422
+ },
423
+ "implementsTokenRanges": []
424
+ },
425
+ {
426
+ "kind": "Variable",
427
+ "canonicalReference": "@genesislcap/foundation-forms!genesisErrorTranslator:var",
428
+ "docComment": "",
429
+ "excerptTokens": [
430
+ {
431
+ "kind": "Content",
432
+ "text": "genesisErrorTranslator: "
433
+ },
434
+ {
435
+ "kind": "Reference",
436
+ "text": "ErrorTranslator",
437
+ "canonicalReference": "@jsonforms/core!ErrorTranslator:type"
438
+ }
439
+ ],
440
+ "fileUrlPath": "src/utils/translation.ts",
441
+ "isReadonly": true,
442
+ "releaseTag": "Public",
443
+ "name": "genesisErrorTranslator",
444
+ "variableTypeTokenRange": {
445
+ "startIndex": 1,
446
+ "endIndex": 2
447
+ }
448
+ },
449
+ {
450
+ "kind": "Variable",
451
+ "canonicalReference": "@genesislcap/foundation-forms!logger:var",
452
+ "docComment": "",
453
+ "excerptTokens": [
454
+ {
455
+ "kind": "Content",
456
+ "text": "logger: "
457
+ },
458
+ {
459
+ "kind": "Content",
460
+ "text": "import(\"@genesislcap/foundation-utils\")."
461
+ },
462
+ {
463
+ "kind": "Reference",
464
+ "text": "Logger",
465
+ "canonicalReference": "@genesislcap/foundation-utils!Logger:interface"
466
+ }
467
+ ],
468
+ "fileUrlPath": "src/form.ts",
469
+ "isReadonly": true,
470
+ "releaseTag": "Public",
471
+ "name": "logger",
472
+ "variableTypeTokenRange": {
473
+ "startIndex": 1,
474
+ "endIndex": 3
475
+ }
476
+ },
477
+ {
478
+ "kind": "Variable",
479
+ "canonicalReference": "@genesislcap/foundation-forms!mustMatch:var",
480
+ "docComment": "/**\n * Ensures the value of the current field (the one the validator is on) matches the one of the target field.\n *\n * @param target - any other field\n *\n * @returns a validator function that will be run by the smart form during the client-side validation stage\n */\n",
481
+ "excerptTokens": [
482
+ {
483
+ "kind": "Content",
484
+ "text": "mustMatch: "
485
+ },
486
+ {
487
+ "kind": "Content",
488
+ "text": "(target: string) => (data: any, path: any, label: any) => {\n instancePath: string;\n message: string;\n schemaPath: string;\n keyword: string;\n params: {};\n}[]"
489
+ }
490
+ ],
491
+ "fileUrlPath": "src/utils/validation.ts",
492
+ "isReadonly": true,
493
+ "releaseTag": "Public",
494
+ "name": "mustMatch",
495
+ "variableTypeTokenRange": {
496
+ "startIndex": 1,
497
+ "endIndex": 2
498
+ }
499
+ },
500
+ {
501
+ "kind": "TypeAlias",
502
+ "canonicalReference": "@genesislcap/foundation-forms!RendererEntry:type",
503
+ "docComment": "",
504
+ "excerptTokens": [
505
+ {
506
+ "kind": "Content",
507
+ "text": "export type RendererEntry = "
508
+ },
509
+ {
510
+ "kind": "Content",
511
+ "text": "{\n renderer: "
512
+ },
513
+ {
514
+ "kind": "Reference",
515
+ "text": "ViewTemplate",
516
+ "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
517
+ },
518
+ {
519
+ "kind": "Content",
520
+ "text": "<"
521
+ },
522
+ {
523
+ "kind": "Reference",
524
+ "text": "DispatchRenderer",
525
+ "canonicalReference": "@genesislcap/foundation-forms!~DispatchRenderer:class"
526
+ },
527
+ {
528
+ "kind": "Content",
529
+ "text": ", any>;\n tester: "
530
+ },
531
+ {
532
+ "kind": "Reference",
533
+ "text": "RankedTester",
534
+ "canonicalReference": "@jsonforms/core!RankedTester:type"
535
+ },
536
+ {
537
+ "kind": "Content",
538
+ "text": ";\n mapper: (state: "
539
+ },
540
+ {
541
+ "kind": "Reference",
542
+ "text": "JsonFormsState",
543
+ "canonicalReference": "@jsonforms/core!JsonFormsState:interface"
544
+ },
545
+ {
546
+ "kind": "Content",
547
+ "text": ", ownProps: "
548
+ },
549
+ {
550
+ "kind": "Reference",
551
+ "text": "OwnPropsOfControl",
552
+ "canonicalReference": "@jsonforms/core!OwnPropsOfControl:interface"
553
+ },
554
+ {
555
+ "kind": "Content",
556
+ "text": ") => "
557
+ },
558
+ {
559
+ "kind": "Reference",
560
+ "text": "StatePropsOfControl",
561
+ "canonicalReference": "@jsonforms/core!StatePropsOfControl:interface"
562
+ },
563
+ {
564
+ "kind": "Content",
565
+ "text": ";\n}"
566
+ },
567
+ {
568
+ "kind": "Content",
569
+ "text": ";"
570
+ }
571
+ ],
572
+ "fileUrlPath": "src/types.ts",
573
+ "releaseTag": "Public",
574
+ "name": "RendererEntry",
575
+ "typeTokenRange": {
576
+ "startIndex": 1,
577
+ "endIndex": 14
578
+ }
579
+ },
580
+ {
581
+ "kind": "TypeAlias",
582
+ "canonicalReference": "@genesislcap/foundation-forms!UiSchema:type",
583
+ "docComment": "",
584
+ "excerptTokens": [
585
+ {
586
+ "kind": "Content",
587
+ "text": "export type UiSchema = "
588
+ },
589
+ {
590
+ "kind": "Content",
591
+ "text": "{\n type: "
592
+ },
593
+ {
594
+ "kind": "Reference",
595
+ "text": "UiSchemaElementType",
596
+ "canonicalReference": "@genesislcap/foundation-forms!UiSchemaElementType:type"
597
+ },
598
+ {
599
+ "kind": "Content",
600
+ "text": ";\n elements: "
601
+ },
602
+ {
603
+ "kind": "Reference",
604
+ "text": "UiSchemaElement",
605
+ "canonicalReference": "@genesislcap/foundation-forms!UiSchemaElement:type"
606
+ },
607
+ {
608
+ "kind": "Content",
609
+ "text": "[];\n}"
610
+ },
611
+ {
612
+ "kind": "Content",
613
+ "text": ";"
614
+ }
615
+ ],
616
+ "fileUrlPath": "src/types.ts",
617
+ "releaseTag": "Public",
618
+ "name": "UiSchema",
619
+ "typeTokenRange": {
620
+ "startIndex": 1,
621
+ "endIndex": 6
622
+ }
623
+ },
624
+ {
625
+ "kind": "TypeAlias",
626
+ "canonicalReference": "@genesislcap/foundation-forms!UiSchemaElement:type",
627
+ "docComment": "",
628
+ "excerptTokens": [
629
+ {
630
+ "kind": "Content",
631
+ "text": "export type UiSchemaElement = "
632
+ },
633
+ {
634
+ "kind": "Content",
635
+ "text": "{\n type: "
636
+ },
637
+ {
638
+ "kind": "Reference",
639
+ "text": "UiSchemaElementType",
640
+ "canonicalReference": "@genesislcap/foundation-forms!UiSchemaElementType:type"
641
+ },
642
+ {
643
+ "kind": "Content",
644
+ "text": ";\n scope: string;\n label?: string;\n options?: "
645
+ },
646
+ {
647
+ "kind": "Reference",
648
+ "text": "UiSchemaElementOptions",
649
+ "canonicalReference": "@genesislcap/foundation-forms!UiSchemaElementOptions:type"
650
+ },
651
+ {
652
+ "kind": "Content",
653
+ "text": ";\n}"
654
+ },
655
+ {
656
+ "kind": "Content",
657
+ "text": ";"
658
+ }
659
+ ],
660
+ "fileUrlPath": "src/types.ts",
661
+ "releaseTag": "Public",
662
+ "name": "UiSchemaElement",
663
+ "typeTokenRange": {
664
+ "startIndex": 1,
665
+ "endIndex": 6
666
+ }
667
+ },
668
+ {
669
+ "kind": "TypeAlias",
670
+ "canonicalReference": "@genesislcap/foundation-forms!UiSchemaElementOptions:type",
671
+ "docComment": "",
672
+ "excerptTokens": [
673
+ {
674
+ "kind": "Content",
675
+ "text": "export type UiSchemaElementOptions = "
676
+ },
677
+ {
678
+ "kind": "Content",
679
+ "text": "{\n allOptionsResourceName?: string;\n valueField?: string;\n labelField?: string;\n textarea?: boolean;\n data?: any[];\n i18n?: {\n [key: string]: any;\n };\n}"
680
+ },
681
+ {
682
+ "kind": "Content",
683
+ "text": ";"
684
+ }
685
+ ],
686
+ "fileUrlPath": "src/types.ts",
687
+ "releaseTag": "Public",
688
+ "name": "UiSchemaElementOptions",
689
+ "typeTokenRange": {
690
+ "startIndex": 1,
691
+ "endIndex": 2
692
+ }
693
+ },
694
+ {
695
+ "kind": "TypeAlias",
696
+ "canonicalReference": "@genesislcap/foundation-forms!UiSchemaElementType:type",
697
+ "docComment": "",
698
+ "excerptTokens": [
699
+ {
700
+ "kind": "Content",
701
+ "text": "export type UiSchemaElementType = "
702
+ },
703
+ {
704
+ "kind": "Content",
705
+ "text": "'Control' | 'VerticalLayout' | any"
706
+ },
707
+ {
708
+ "kind": "Content",
709
+ "text": ";"
710
+ }
711
+ ],
712
+ "fileUrlPath": "src/types.ts",
713
+ "releaseTag": "Public",
714
+ "name": "UiSchemaElementType",
715
+ "typeTokenRange": {
716
+ "startIndex": 1,
717
+ "endIndex": 2
718
+ }
719
+ }
720
+ ]
721
+ }
722
+ ]
723
+ }