@jsonforms/core 3.0.0-beta.2 → 3.0.0-beta.5
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.
- package/README.md +11 -0
- package/docs/assets/js/search.json +1 -1
- package/docs/enums/ruleeffect.html +4 -4
- package/docs/globals.html +307 -89
- package/docs/index.html +47 -4
- package/docs/interfaces/addcellrendereraction.html +3 -3
- package/docs/interfaces/addrendereraction.html +3 -3
- package/docs/interfaces/adduischemaaction.html +3 -3
- package/docs/interfaces/andcondition.html +2 -2
- package/docs/interfaces/arraylayoutprops.html +2 -2
- package/docs/interfaces/categorization.html +24 -16
- package/docs/interfaces/category.html +24 -16
- package/docs/interfaces/combinatorrendererprops.html +6 -6
- package/docs/interfaces/composablecondition.html +2 -2
- package/docs/interfaces/condition.html +1 -1
- package/docs/interfaces/controlelement.html +38 -15
- package/docs/interfaces/grouplayout.html +24 -12
- package/docs/interfaces/horizontallayout.html +4 -4
- package/docs/interfaces/initactionoptions.html +14 -0
- package/docs/interfaces/internationalizable.html +158 -0
- package/docs/interfaces/jsonformscore.html +17 -3
- package/docs/interfaces/labeldescription.html +2 -2
- package/docs/interfaces/labeled.html +182 -0
- package/docs/interfaces/labelelement.html +4 -4
- package/docs/interfaces/lableable.html +184 -0
- package/docs/interfaces/layout.html +4 -4
- package/docs/interfaces/leafcondition.html +9 -8
- package/docs/interfaces/orcondition.html +2 -2
- package/docs/interfaces/registerdefaultdataaction.html +3 -3
- package/docs/interfaces/removecellrendereraction.html +3 -3
- package/docs/interfaces/removerendereraction.html +3 -3
- package/docs/interfaces/removeuischemaaction.html +2 -2
- package/docs/interfaces/rule.html +2 -2
- package/docs/interfaces/schemabasedcondition.html +9 -8
- package/docs/interfaces/scopable.html +3 -9
- package/docs/interfaces/scoped.html +183 -0
- package/docs/interfaces/setajvaction.html +2 -2
- package/docs/interfaces/setconfigaction.html +2 -2
- package/docs/interfaces/setlocaleaction.html +2 -2
- package/docs/interfaces/setschemaaction.html +2 -2
- package/docs/interfaces/settranslatoraction.html +3 -3
- package/docs/interfaces/setuischemaaction.html +2 -2
- package/docs/interfaces/setvalidationmodeaction.html +2 -2
- package/docs/interfaces/statepropsofarraylayout.html +2 -2
- package/docs/interfaces/statepropsofcombinator.html +6 -6
- package/docs/interfaces/uischemaelement.html +3 -3
- package/docs/interfaces/unregisterdefaultdataaction.html +2 -2
- package/docs/interfaces/updatei18naction.html +4 -4
- package/docs/interfaces/verticallayout.html +4 -4
- package/lib/actions/actions.d.ts +1 -0
- package/lib/jsonforms-core.cjs.js +74 -31
- package/lib/jsonforms-core.cjs.js.map +1 -1
- package/lib/jsonforms-core.esm.js +60 -29
- package/lib/jsonforms-core.esm.js.map +1 -1
- package/lib/models/uischema.d.ts +40 -23
- package/lib/reducers/core.d.ts +1 -0
- package/lib/util/runtime.d.ts +1 -2
- package/lib/util/util.d.ts +6 -6
- package/package.json +2 -2
- package/src/actions/actions.ts +1 -0
- package/src/i18n/i18nUtil.ts +10 -7
- package/src/models/uischema.ts +59 -23
- package/src/reducers/core.ts +30 -3
- package/src/testers/testers.ts +10 -13
- package/src/util/path.ts +9 -5
- package/src/util/renderer.ts +6 -3
- package/src/util/runtime.ts +1 -1
- package/src/util/util.ts +8 -8
- package/stats.html +1 -1
- package/test/i18n/i18nUtil.test.ts +41 -1
- package/test/reducers/core.test.ts +203 -1
- package/test/util/renderer.test.ts +1 -1
|
@@ -79,7 +79,13 @@
|
|
|
79
79
|
<a href="uischemaelement.html" class="tsd-signature-type">UISchemaElement</a>
|
|
80
80
|
</li>
|
|
81
81
|
<li>
|
|
82
|
-
<a href="
|
|
82
|
+
<a href="scoped.html" class="tsd-signature-type">Scoped</a>
|
|
83
|
+
</li>
|
|
84
|
+
<li>
|
|
85
|
+
<a href="lableable.html" class="tsd-signature-type">Lableable</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> | </span><a href="labeldescription.html" class="tsd-signature-type">LabelDescription</a><span class="tsd-signature-symbol">></span>
|
|
86
|
+
</li>
|
|
87
|
+
<li>
|
|
88
|
+
<a href="internationalizable.html" class="tsd-signature-type">Internationalizable</a>
|
|
83
89
|
<ul class="tsd-hierarchy">
|
|
84
90
|
<li>
|
|
85
91
|
<span class="target">ControlElement</span>
|
|
@@ -95,10 +101,11 @@
|
|
|
95
101
|
<section class="tsd-index-section ">
|
|
96
102
|
<h3>Properties</h3>
|
|
97
103
|
<ul class="tsd-index-list">
|
|
98
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="controlelement.html#
|
|
104
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="controlelement.html#i18n" class="tsd-kind-icon">i18n</a></li>
|
|
105
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="controlelement.html#label" class="tsd-kind-icon">label</a></li>
|
|
99
106
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="controlelement.html#options" class="tsd-kind-icon">options</a></li>
|
|
100
107
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="controlelement.html#rule" class="tsd-kind-icon">rule</a></li>
|
|
101
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="controlelement.html#scope" class="tsd-kind-icon">scope</a></li>
|
|
108
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited"><a href="controlelement.html#scope" class="tsd-kind-icon">scope</a></li>
|
|
102
109
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite"><a href="controlelement.html#type" class="tsd-kind-icon">type</a></li>
|
|
103
110
|
</ul>
|
|
104
111
|
</section>
|
|
@@ -107,18 +114,30 @@
|
|
|
107
114
|
</section>
|
|
108
115
|
<section class="tsd-panel-group tsd-member-group ">
|
|
109
116
|
<h2>Properties</h2>
|
|
110
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
117
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
118
|
+
<a name="i18n" class="tsd-anchor"></a>
|
|
119
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> i18n</h3>
|
|
120
|
+
<div class="tsd-signature tsd-kind-icon">i18n<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
121
|
+
<aside class="tsd-sources">
|
|
122
|
+
<p>Inherited from <a href="internationalizable.html">Internationalizable</a>.<a href="internationalizable.html#i18n">i18n</a></p>
|
|
123
|
+
<ul>
|
|
124
|
+
<li>Defined in packages/core/src/models/uischema.ts:73</li>
|
|
125
|
+
</ul>
|
|
126
|
+
</aside>
|
|
127
|
+
</section>
|
|
128
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
111
129
|
<a name="label" class="tsd-anchor"></a>
|
|
112
130
|
<h3><span class="tsd-flag ts-flagOptional">Optional</span> label</h3>
|
|
113
|
-
<div class="tsd-signature tsd-kind-icon">label<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> | </span><a href="labeldescription.html" class="tsd-signature-type">LabelDescription</a></div>
|
|
131
|
+
<div class="tsd-signature tsd-kind-icon">label<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> | </span><a href="labeldescription.html" class="tsd-signature-type">LabelDescription</a><span class="tsd-signature-symbol">)</span></div>
|
|
114
132
|
<aside class="tsd-sources">
|
|
133
|
+
<p>Inherited from <a href="lableable.html">Lableable</a>.<a href="lableable.html#label">label</a></p>
|
|
115
134
|
<ul>
|
|
116
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
135
|
+
<li>Defined in packages/core/src/models/uischema.ts:57</li>
|
|
117
136
|
</ul>
|
|
118
137
|
</aside>
|
|
119
138
|
<div class="tsd-comment tsd-typography">
|
|
120
139
|
<div class="lead">
|
|
121
|
-
<p>
|
|
140
|
+
<p>Label for UI schema element.</p>
|
|
122
141
|
</div>
|
|
123
142
|
</div>
|
|
124
143
|
</section>
|
|
@@ -129,7 +148,7 @@
|
|
|
129
148
|
<aside class="tsd-sources">
|
|
130
149
|
<p>Inherited from <a href="uischemaelement.html">UISchemaElement</a>.<a href="uischemaelement.html#options">options</a></p>
|
|
131
150
|
<ul>
|
|
132
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
151
|
+
<li>Defined in packages/core/src/models/uischema.ts:178</li>
|
|
133
152
|
</ul>
|
|
134
153
|
</aside>
|
|
135
154
|
<div class="tsd-comment tsd-typography">
|
|
@@ -153,7 +172,7 @@
|
|
|
153
172
|
<aside class="tsd-sources">
|
|
154
173
|
<p>Inherited from <a href="uischemaelement.html">UISchemaElement</a>.<a href="uischemaelement.html#rule">rule</a></p>
|
|
155
174
|
<ul>
|
|
156
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
175
|
+
<li>Defined in packages/core/src/models/uischema.ts:173</li>
|
|
157
176
|
</ul>
|
|
158
177
|
</aside>
|
|
159
178
|
<div class="tsd-comment tsd-typography">
|
|
@@ -162,14 +181,15 @@
|
|
|
162
181
|
</div>
|
|
163
182
|
</div>
|
|
164
183
|
</section>
|
|
165
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
184
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited">
|
|
166
185
|
<a name="scope" class="tsd-anchor"></a>
|
|
167
186
|
<h3>scope</h3>
|
|
168
187
|
<div class="tsd-signature tsd-kind-icon">scope<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
169
188
|
<aside class="tsd-sources">
|
|
170
|
-
<p>Inherited from <a href="
|
|
189
|
+
<p>Inherited from <a href="scoped.html">Scoped</a>.<a href="scoped.html#scope">scope</a></p>
|
|
190
|
+
<p>Overrides <a href="scopable.html">Scopable</a>.<a href="scopable.html#scope">scope</a></p>
|
|
171
191
|
<ul>
|
|
172
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
192
|
+
<li>Defined in packages/core/src/models/uischema.ts:47</li>
|
|
173
193
|
</ul>
|
|
174
194
|
</aside>
|
|
175
195
|
<div class="tsd-comment tsd-typography">
|
|
@@ -185,7 +205,7 @@
|
|
|
185
205
|
<aside class="tsd-sources">
|
|
186
206
|
<p>Overrides <a href="uischemaelement.html">UISchemaElement</a>.<a href="uischemaelement.html#type">type</a></p>
|
|
187
207
|
<ul>
|
|
188
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
208
|
+
<li>Defined in packages/core/src/models/uischema.ts:244</li>
|
|
189
209
|
</ul>
|
|
190
210
|
</aside>
|
|
191
211
|
</section>
|
|
@@ -206,7 +226,10 @@
|
|
|
206
226
|
<li class="current tsd-kind-interface">
|
|
207
227
|
<a href="controlelement.html" class="tsd-kind-icon">Control<wbr>Element</a>
|
|
208
228
|
<ul>
|
|
209
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
229
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
230
|
+
<a href="controlelement.html#i18n" class="tsd-kind-icon">i18n</a>
|
|
231
|
+
</li>
|
|
232
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
210
233
|
<a href="controlelement.html#label" class="tsd-kind-icon">label</a>
|
|
211
234
|
</li>
|
|
212
235
|
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
@@ -215,7 +238,7 @@
|
|
|
215
238
|
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
216
239
|
<a href="controlelement.html#rule" class="tsd-kind-icon">rule</a>
|
|
217
240
|
</li>
|
|
218
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
241
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited">
|
|
219
242
|
<a href="controlelement.html#scope" class="tsd-kind-icon">scope</a>
|
|
220
243
|
</li>
|
|
221
244
|
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite">
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
<a href="grouplayout.html">GroupLayout</a>
|
|
58
58
|
</li>
|
|
59
59
|
</ul>
|
|
60
|
-
<h1>Interface GroupLayout
|
|
60
|
+
<h1>Interface GroupLayout<T></h1>
|
|
61
61
|
</div>
|
|
62
62
|
</div>
|
|
63
63
|
</header>
|
|
@@ -72,11 +72,22 @@
|
|
|
72
72
|
</div>
|
|
73
73
|
</div>
|
|
74
74
|
</section>
|
|
75
|
+
<section class="tsd-panel tsd-type-parameters">
|
|
76
|
+
<h3>Type parameters</h3>
|
|
77
|
+
<ul class="tsd-type-parameters">
|
|
78
|
+
<li>
|
|
79
|
+
<h4>T = <span class="tsd-signature-type">string</span></h4>
|
|
80
|
+
</li>
|
|
81
|
+
</ul>
|
|
82
|
+
</section>
|
|
75
83
|
<section class="tsd-panel tsd-hierarchy">
|
|
76
84
|
<h3>Hierarchy</h3>
|
|
77
85
|
<ul class="tsd-hierarchy">
|
|
78
86
|
<li>
|
|
79
87
|
<a href="layout.html" class="tsd-signature-type">Layout</a>
|
|
88
|
+
</li>
|
|
89
|
+
<li>
|
|
90
|
+
<a href="lableable.html" class="tsd-signature-type">Lableable</a>
|
|
80
91
|
<ul class="tsd-hierarchy">
|
|
81
92
|
<li>
|
|
82
93
|
<span class="target">GroupLayout</span>
|
|
@@ -93,7 +104,7 @@
|
|
|
93
104
|
<h3>Properties</h3>
|
|
94
105
|
<ul class="tsd-index-list">
|
|
95
106
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="grouplayout.html#elements" class="tsd-kind-icon">elements</a></li>
|
|
96
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="grouplayout.html#label" class="tsd-kind-icon">label</a></li>
|
|
107
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="grouplayout.html#label" class="tsd-kind-icon">label</a></li>
|
|
97
108
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="grouplayout.html#options" class="tsd-kind-icon">options</a></li>
|
|
98
109
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="grouplayout.html#rule" class="tsd-kind-icon">rule</a></li>
|
|
99
110
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite"><a href="grouplayout.html#type" class="tsd-kind-icon">type</a></li>
|
|
@@ -111,7 +122,7 @@
|
|
|
111
122
|
<aside class="tsd-sources">
|
|
112
123
|
<p>Inherited from <a href="layout.html">Layout</a>.<a href="layout.html#elements">elements</a></p>
|
|
113
124
|
<ul>
|
|
114
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
125
|
+
<li>Defined in packages/core/src/models/uischema.ts:189</li>
|
|
115
126
|
</ul>
|
|
116
127
|
</aside>
|
|
117
128
|
<div class="tsd-comment tsd-typography">
|
|
@@ -120,18 +131,19 @@
|
|
|
120
131
|
</div>
|
|
121
132
|
</div>
|
|
122
133
|
</section>
|
|
123
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
134
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
124
135
|
<a name="label" class="tsd-anchor"></a>
|
|
125
136
|
<h3><span class="tsd-flag ts-flagOptional">Optional</span> label</h3>
|
|
126
|
-
<div class="tsd-signature tsd-kind-icon">label<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
137
|
+
<div class="tsd-signature tsd-kind-icon">label<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">T</span></div>
|
|
127
138
|
<aside class="tsd-sources">
|
|
139
|
+
<p>Inherited from <a href="lableable.html">Lableable</a>.<a href="lableable.html#label">label</a></p>
|
|
128
140
|
<ul>
|
|
129
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
141
|
+
<li>Defined in packages/core/src/models/uischema.ts:57</li>
|
|
130
142
|
</ul>
|
|
131
143
|
</aside>
|
|
132
144
|
<div class="tsd-comment tsd-typography">
|
|
133
145
|
<div class="lead">
|
|
134
|
-
<p>
|
|
146
|
+
<p>Label for UI schema element.</p>
|
|
135
147
|
</div>
|
|
136
148
|
</div>
|
|
137
149
|
</section>
|
|
@@ -142,7 +154,7 @@
|
|
|
142
154
|
<aside class="tsd-sources">
|
|
143
155
|
<p>Inherited from <a href="uischemaelement.html">UISchemaElement</a>.<a href="uischemaelement.html#options">options</a></p>
|
|
144
156
|
<ul>
|
|
145
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
157
|
+
<li>Defined in packages/core/src/models/uischema.ts:178</li>
|
|
146
158
|
</ul>
|
|
147
159
|
</aside>
|
|
148
160
|
<div class="tsd-comment tsd-typography">
|
|
@@ -166,7 +178,7 @@
|
|
|
166
178
|
<aside class="tsd-sources">
|
|
167
179
|
<p>Inherited from <a href="uischemaelement.html">UISchemaElement</a>.<a href="uischemaelement.html#rule">rule</a></p>
|
|
168
180
|
<ul>
|
|
169
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
181
|
+
<li>Defined in packages/core/src/models/uischema.ts:173</li>
|
|
170
182
|
</ul>
|
|
171
183
|
</aside>
|
|
172
184
|
<div class="tsd-comment tsd-typography">
|
|
@@ -182,7 +194,7 @@
|
|
|
182
194
|
<aside class="tsd-sources">
|
|
183
195
|
<p>Overrides <a href="uischemaelement.html">UISchemaElement</a>.<a href="uischemaelement.html#type">type</a></p>
|
|
184
196
|
<ul>
|
|
185
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
197
|
+
<li>Defined in packages/core/src/models/uischema.ts:211</li>
|
|
186
198
|
</ul>
|
|
187
199
|
</aside>
|
|
188
200
|
</section>
|
|
@@ -200,13 +212,13 @@
|
|
|
200
212
|
<ul class="before-current">
|
|
201
213
|
</ul>
|
|
202
214
|
<ul class="current">
|
|
203
|
-
<li class="current tsd-kind-interface">
|
|
215
|
+
<li class="current tsd-kind-interface tsd-has-type-parameter">
|
|
204
216
|
<a href="grouplayout.html" class="tsd-kind-icon">Group<wbr>Layout</a>
|
|
205
217
|
<ul>
|
|
206
218
|
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
207
219
|
<a href="grouplayout.html#elements" class="tsd-kind-icon">elements</a>
|
|
208
220
|
</li>
|
|
209
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
221
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
210
222
|
<a href="grouplayout.html#label" class="tsd-kind-icon">label</a>
|
|
211
223
|
</li>
|
|
212
224
|
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
<aside class="tsd-sources">
|
|
110
110
|
<p>Inherited from <a href="layout.html">Layout</a>.<a href="layout.html#elements">elements</a></p>
|
|
111
111
|
<ul>
|
|
112
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
112
|
+
<li>Defined in packages/core/src/models/uischema.ts:189</li>
|
|
113
113
|
</ul>
|
|
114
114
|
</aside>
|
|
115
115
|
<div class="tsd-comment tsd-typography">
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
<aside class="tsd-sources">
|
|
126
126
|
<p>Inherited from <a href="uischemaelement.html">UISchemaElement</a>.<a href="uischemaelement.html#options">options</a></p>
|
|
127
127
|
<ul>
|
|
128
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
128
|
+
<li>Defined in packages/core/src/models/uischema.ts:178</li>
|
|
129
129
|
</ul>
|
|
130
130
|
</aside>
|
|
131
131
|
<div class="tsd-comment tsd-typography">
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
<aside class="tsd-sources">
|
|
150
150
|
<p>Inherited from <a href="uischemaelement.html">UISchemaElement</a>.<a href="uischemaelement.html#rule">rule</a></p>
|
|
151
151
|
<ul>
|
|
152
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
152
|
+
<li>Defined in packages/core/src/models/uischema.ts:173</li>
|
|
153
153
|
</ul>
|
|
154
154
|
</aside>
|
|
155
155
|
<div class="tsd-comment tsd-typography">
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
<aside class="tsd-sources">
|
|
166
166
|
<p>Overrides <a href="uischemaelement.html">UISchemaElement</a>.<a href="uischemaelement.html#type">type</a></p>
|
|
167
167
|
<ul>
|
|
168
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
168
|
+
<li>Defined in packages/core/src/models/uischema.ts:203</li>
|
|
169
169
|
</ul>
|
|
170
170
|
</aside>
|
|
171
171
|
</section>
|
|
@@ -79,6 +79,7 @@
|
|
|
79
79
|
<section class="tsd-index-section ">
|
|
80
80
|
<h3>Properties</h3>
|
|
81
81
|
<ul class="tsd-index-list">
|
|
82
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="initactionoptions.html#additionalerrors" class="tsd-kind-icon">additional<wbr>Errors</a></li>
|
|
82
83
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="initactionoptions.html#ajv" class="tsd-kind-icon">ajv</a></li>
|
|
83
84
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="initactionoptions.html#validationmode" class="tsd-kind-icon">validation<wbr>Mode</a></li>
|
|
84
85
|
</ul>
|
|
@@ -88,6 +89,16 @@
|
|
|
88
89
|
</section>
|
|
89
90
|
<section class="tsd-panel-group tsd-member-group ">
|
|
90
91
|
<h2>Properties</h2>
|
|
92
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
93
|
+
<a name="additionalerrors" class="tsd-anchor"></a>
|
|
94
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> additional<wbr>Errors</h3>
|
|
95
|
+
<div class="tsd-signature tsd-kind-icon">additional<wbr>Errors<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ErrorObject</span><span class="tsd-signature-symbol">[]</span></div>
|
|
96
|
+
<aside class="tsd-sources">
|
|
97
|
+
<ul>
|
|
98
|
+
<li>Defined in packages/core/src/actions/actions.ts:103</li>
|
|
99
|
+
</ul>
|
|
100
|
+
</aside>
|
|
101
|
+
</section>
|
|
91
102
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
92
103
|
<a name="ajv" class="tsd-anchor"></a>
|
|
93
104
|
<h3><span class="tsd-flag ts-flagOptional">Optional</span> ajv</h3>
|
|
@@ -125,6 +136,9 @@
|
|
|
125
136
|
<li class="current tsd-kind-interface">
|
|
126
137
|
<a href="initactionoptions.html" class="tsd-kind-icon">Init<wbr>Action<wbr>Options</a>
|
|
127
138
|
<ul>
|
|
139
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
140
|
+
<a href="initactionoptions.html#additionalerrors" class="tsd-kind-icon">additional<wbr>Errors</a>
|
|
141
|
+
</li>
|
|
128
142
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
129
143
|
<a href="initactionoptions.html#ajv" class="tsd-kind-icon">ajv</a>
|
|
130
144
|
</li>
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html class="default no-js">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
+
<title>Internationalizable | JSON Forms Core</title>
|
|
7
|
+
<meta name="description" content="Documentation for JSON Forms Core">
|
|
8
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
+
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
|
+
</head>
|
|
11
|
+
<body>
|
|
12
|
+
<header>
|
|
13
|
+
<div class="tsd-page-toolbar">
|
|
14
|
+
<div class="container">
|
|
15
|
+
<div class="table-wrap">
|
|
16
|
+
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
|
|
17
|
+
<div class="field">
|
|
18
|
+
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
|
|
19
|
+
<input id="tsd-search-field" type="text" />
|
|
20
|
+
</div>
|
|
21
|
+
<ul class="results">
|
|
22
|
+
<li class="state loading">Preparing search index...</li>
|
|
23
|
+
<li class="state failure">The search index is not available</li>
|
|
24
|
+
</ul>
|
|
25
|
+
<a href="../index.html" class="title">JSON Forms Core</a>
|
|
26
|
+
</div>
|
|
27
|
+
<div class="table-cell" id="tsd-widgets">
|
|
28
|
+
<div id="tsd-filter">
|
|
29
|
+
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
|
|
30
|
+
<div class="tsd-filter-group">
|
|
31
|
+
<div class="tsd-select" id="tsd-filter-visibility">
|
|
32
|
+
<span class="tsd-select-label">All</span>
|
|
33
|
+
<ul class="tsd-select-list">
|
|
34
|
+
<li data-value="public">Public</li>
|
|
35
|
+
<li data-value="protected">Public/Protected</li>
|
|
36
|
+
<li data-value="private" class="selected">All</li>
|
|
37
|
+
</ul>
|
|
38
|
+
</div>
|
|
39
|
+
<input type="checkbox" id="tsd-filter-inherited" checked />
|
|
40
|
+
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
|
|
41
|
+
<input type="checkbox" id="tsd-filter-only-exported" />
|
|
42
|
+
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
|
|
43
|
+
</div>
|
|
44
|
+
</div>
|
|
45
|
+
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
|
|
46
|
+
</div>
|
|
47
|
+
</div>
|
|
48
|
+
</div>
|
|
49
|
+
</div>
|
|
50
|
+
<div class="tsd-page-title">
|
|
51
|
+
<div class="container">
|
|
52
|
+
<ul class="tsd-breadcrumb">
|
|
53
|
+
<li>
|
|
54
|
+
<a href="../globals.html">Globals</a>
|
|
55
|
+
</li>
|
|
56
|
+
<li>
|
|
57
|
+
<a href="internationalizable.html">Internationalizable</a>
|
|
58
|
+
</li>
|
|
59
|
+
</ul>
|
|
60
|
+
<h1>Interface Internationalizable</h1>
|
|
61
|
+
</div>
|
|
62
|
+
</div>
|
|
63
|
+
</header>
|
|
64
|
+
<div class="container container-main">
|
|
65
|
+
<div class="row">
|
|
66
|
+
<div class="col-8 col-content">
|
|
67
|
+
<section class="tsd-panel tsd-hierarchy">
|
|
68
|
+
<h3>Hierarchy</h3>
|
|
69
|
+
<ul class="tsd-hierarchy">
|
|
70
|
+
<li>
|
|
71
|
+
<span class="target">Internationalizable</span>
|
|
72
|
+
<ul class="tsd-hierarchy">
|
|
73
|
+
<li>
|
|
74
|
+
<a href="controlelement.html" class="tsd-signature-type">ControlElement</a>
|
|
75
|
+
</li>
|
|
76
|
+
</ul>
|
|
77
|
+
</li>
|
|
78
|
+
</ul>
|
|
79
|
+
</section>
|
|
80
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
81
|
+
<h2>Index</h2>
|
|
82
|
+
<section class="tsd-panel tsd-index-panel">
|
|
83
|
+
<div class="tsd-index-content">
|
|
84
|
+
<section class="tsd-index-section ">
|
|
85
|
+
<h3>Properties</h3>
|
|
86
|
+
<ul class="tsd-index-list">
|
|
87
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="internationalizable.html#i18n" class="tsd-kind-icon">i18n</a></li>
|
|
88
|
+
</ul>
|
|
89
|
+
</section>
|
|
90
|
+
</div>
|
|
91
|
+
</section>
|
|
92
|
+
</section>
|
|
93
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
94
|
+
<h2>Properties</h2>
|
|
95
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
96
|
+
<a name="i18n" class="tsd-anchor"></a>
|
|
97
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> i18n</h3>
|
|
98
|
+
<div class="tsd-signature tsd-kind-icon">i18n<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
99
|
+
<aside class="tsd-sources">
|
|
100
|
+
<ul>
|
|
101
|
+
<li>Defined in packages/core/src/models/uischema.ts:73</li>
|
|
102
|
+
</ul>
|
|
103
|
+
</aside>
|
|
104
|
+
</section>
|
|
105
|
+
</section>
|
|
106
|
+
</div>
|
|
107
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
108
|
+
<nav class="tsd-navigation primary">
|
|
109
|
+
<ul>
|
|
110
|
+
<li class="globals ">
|
|
111
|
+
<a href="../globals.html"><em>Globals</em></a>
|
|
112
|
+
</li>
|
|
113
|
+
</ul>
|
|
114
|
+
</nav>
|
|
115
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
116
|
+
<ul class="before-current">
|
|
117
|
+
</ul>
|
|
118
|
+
<ul class="current">
|
|
119
|
+
<li class="current tsd-kind-interface">
|
|
120
|
+
<a href="internationalizable.html" class="tsd-kind-icon">Internationalizable</a>
|
|
121
|
+
<ul>
|
|
122
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
123
|
+
<a href="internationalizable.html#i18n" class="tsd-kind-icon">i18n</a>
|
|
124
|
+
</li>
|
|
125
|
+
</ul>
|
|
126
|
+
</li>
|
|
127
|
+
</ul>
|
|
128
|
+
<ul class="after-current">
|
|
129
|
+
</ul>
|
|
130
|
+
</nav>
|
|
131
|
+
</div>
|
|
132
|
+
</div>
|
|
133
|
+
</div>
|
|
134
|
+
<footer class="with-border-bottom">
|
|
135
|
+
<div class="container">
|
|
136
|
+
<h2>Legend</h2>
|
|
137
|
+
<div class="tsd-legend-group">
|
|
138
|
+
<ul class="tsd-legend">
|
|
139
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
140
|
+
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
|
|
141
|
+
</ul>
|
|
142
|
+
<ul class="tsd-legend">
|
|
143
|
+
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
|
|
144
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
145
|
+
</ul>
|
|
146
|
+
<ul class="tsd-legend">
|
|
147
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
|
|
148
|
+
</ul>
|
|
149
|
+
</div>
|
|
150
|
+
</div>
|
|
151
|
+
</footer>
|
|
152
|
+
<div class="container tsd-generator">
|
|
153
|
+
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
|
154
|
+
</div>
|
|
155
|
+
<div class="overlay"></div>
|
|
156
|
+
<script src="../assets/js/main.js"></script>
|
|
157
|
+
</body>
|
|
158
|
+
</html>
|
|
@@ -79,6 +79,7 @@
|
|
|
79
79
|
<section class="tsd-index-section ">
|
|
80
80
|
<h3>Properties</h3>
|
|
81
81
|
<ul class="tsd-index-list">
|
|
82
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="jsonformscore.html#additionalerrors" class="tsd-kind-icon">additional<wbr>Errors</a></li>
|
|
82
83
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="jsonformscore.html#ajv" class="tsd-kind-icon">ajv</a></li>
|
|
83
84
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="jsonformscore.html#data" class="tsd-kind-icon">data</a></li>
|
|
84
85
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="jsonformscore.html#errors" class="tsd-kind-icon">errors</a></li>
|
|
@@ -93,13 +94,23 @@
|
|
|
93
94
|
</section>
|
|
94
95
|
<section class="tsd-panel-group tsd-member-group ">
|
|
95
96
|
<h2>Properties</h2>
|
|
97
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
98
|
+
<a name="additionalerrors" class="tsd-anchor"></a>
|
|
99
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> additional<wbr>Errors</h3>
|
|
100
|
+
<div class="tsd-signature tsd-kind-icon">additional<wbr>Errors<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ErrorObject</span><span class="tsd-signature-symbol">[]</span></div>
|
|
101
|
+
<aside class="tsd-sources">
|
|
102
|
+
<ul>
|
|
103
|
+
<li>Defined in packages/core/src/reducers/core.ts:68</li>
|
|
104
|
+
</ul>
|
|
105
|
+
</aside>
|
|
106
|
+
</section>
|
|
96
107
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
97
108
|
<a name="ajv" class="tsd-anchor"></a>
|
|
98
109
|
<h3><span class="tsd-flag ts-flagOptional">Optional</span> ajv</h3>
|
|
99
110
|
<div class="tsd-signature tsd-kind-icon">ajv<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Ajv</span></div>
|
|
100
111
|
<aside class="tsd-sources">
|
|
101
112
|
<ul>
|
|
102
|
-
<li>Defined in packages/core/src/reducers/core.ts:
|
|
113
|
+
<li>Defined in packages/core/src/reducers/core.ts:70</li>
|
|
103
114
|
</ul>
|
|
104
115
|
</aside>
|
|
105
116
|
</section>
|
|
@@ -149,7 +160,7 @@
|
|
|
149
160
|
<div class="tsd-signature tsd-kind-icon">validation<wbr>Mode<span class="tsd-signature-symbol">:</span> <a href="../globals.html#validationmode" class="tsd-signature-type">ValidationMode</a></div>
|
|
150
161
|
<aside class="tsd-sources">
|
|
151
162
|
<ul>
|
|
152
|
-
<li>Defined in packages/core/src/reducers/core.ts:
|
|
163
|
+
<li>Defined in packages/core/src/reducers/core.ts:71</li>
|
|
153
164
|
</ul>
|
|
154
165
|
</aside>
|
|
155
166
|
</section>
|
|
@@ -159,7 +170,7 @@
|
|
|
159
170
|
<div class="tsd-signature tsd-kind-icon">validator<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ValidateFunction</span></div>
|
|
160
171
|
<aside class="tsd-sources">
|
|
161
172
|
<ul>
|
|
162
|
-
<li>Defined in packages/core/src/reducers/core.ts:
|
|
173
|
+
<li>Defined in packages/core/src/reducers/core.ts:69</li>
|
|
163
174
|
</ul>
|
|
164
175
|
</aside>
|
|
165
176
|
</section>
|
|
@@ -180,6 +191,9 @@
|
|
|
180
191
|
<li class="current tsd-kind-interface">
|
|
181
192
|
<a href="jsonformscore.html" class="tsd-kind-icon">Json<wbr>Forms<wbr>Core</a>
|
|
182
193
|
<ul>
|
|
194
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
195
|
+
<a href="jsonformscore.html#additionalerrors" class="tsd-kind-icon">additional<wbr>Errors</a>
|
|
196
|
+
</li>
|
|
183
197
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
184
198
|
<a href="jsonformscore.html#ajv" class="tsd-kind-icon">ajv</a>
|
|
185
199
|
</li>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class="tsd-signature tsd-kind-icon">show<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
102
102
|
<aside class="tsd-sources">
|
|
103
103
|
<ul>
|
|
104
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
104
|
+
<li>Defined in packages/core/src/models/uischema.ts:225</li>
|
|
105
105
|
</ul>
|
|
106
106
|
</aside>
|
|
107
107
|
<div class="tsd-comment tsd-typography">
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<div class="tsd-signature tsd-kind-icon">text<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
117
117
|
<aside class="tsd-sources">
|
|
118
118
|
<ul>
|
|
119
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
119
|
+
<li>Defined in packages/core/src/models/uischema.ts:221</li>
|
|
120
120
|
</ul>
|
|
121
121
|
</aside>
|
|
122
122
|
<div class="tsd-comment tsd-typography">
|