@jsonforms/core 3.0.0-beta.4 → 3.0.0-rc.1
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/docs/assets/js/search.json +1 -1
- package/docs/enums/ruleeffect.html +4 -4
- package/docs/globals.html +335 -110
- package/docs/index.html +43 -4
- package/docs/interfaces/andcondition.html +2 -2
- package/docs/interfaces/arraycontrolprops.html +21 -21
- package/docs/interfaces/arraylayoutprops.html +21 -21
- package/docs/interfaces/categorization.html +24 -16
- package/docs/interfaces/category.html +24 -16
- package/docs/interfaces/cellprops.html +12 -12
- package/docs/interfaces/combinatorrendererprops.html +18 -18
- package/docs/interfaces/composablecondition.html +2 -2
- package/docs/interfaces/condition.html +1 -1
- package/docs/interfaces/controlelement.html +21 -16
- package/docs/interfaces/controlprops.html +16 -16
- package/docs/interfaces/controlstate.html +2 -2
- package/docs/interfaces/controlwithdetailprops.html +17 -17
- package/docs/interfaces/dispatchcellprops.html +10 -10
- package/docs/interfaces/dispatchcellstateprops.html +10 -10
- package/docs/interfaces/dispatchpropsofarraycontrol.html +4 -4
- package/docs/interfaces/dispatchpropsofcontrol.html +1 -1
- package/docs/interfaces/dispatchpropsofmultienumcontrol.html +2 -2
- package/docs/interfaces/enumcellprops.html +13 -13
- package/docs/interfaces/enumoption.html +2 -2
- package/docs/interfaces/grouplayout.html +24 -12
- package/docs/interfaces/horizontallayout.html +4 -4
- package/docs/interfaces/internationalizable.html +4 -10
- package/docs/interfaces/jsonformsprops.html +24 -9
- package/docs/interfaces/labelable.html +184 -0
- package/docs/interfaces/labeldescription.html +2 -2
- package/docs/interfaces/labeled.html +182 -0
- package/docs/interfaces/labelelement.html +22 -4
- package/docs/interfaces/labelprops.html +339 -0
- package/docs/interfaces/layout.html +4 -4
- package/docs/interfaces/layoutprops.html +25 -10
- package/docs/interfaces/leafcondition.html +9 -8
- package/docs/interfaces/orcondition.html +2 -2
- package/docs/interfaces/ownpropsofcell.html +9 -9
- package/docs/interfaces/ownpropsofcontrol.html +9 -9
- package/docs/interfaces/ownpropsofenum.html +1 -1
- package/docs/interfaces/ownpropsofenumcell.html +10 -10
- package/docs/interfaces/ownpropsofjsonformsrenderer.html +8 -8
- package/docs/interfaces/ownpropsoflabel.html +286 -0
- package/docs/interfaces/ownpropsoflayout.html +9 -9
- package/docs/interfaces/ownpropsofmasterlistitem.html +6 -6
- package/docs/interfaces/ownpropsofrenderer.html +11 -8
- package/docs/interfaces/rendererprops.html +9 -9
- 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/statepropsofarraycontrol.html +17 -17
- package/docs/interfaces/statepropsofarraylayout.html +17 -17
- package/docs/interfaces/statepropsofcell.html +11 -11
- package/docs/interfaces/statepropsofcombinator.html +17 -17
- package/docs/interfaces/statepropsofcontrol.html +15 -15
- package/docs/interfaces/statepropsofcontrolwithdetail.html +16 -16
- package/docs/interfaces/statepropsofenumcell.html +12 -12
- package/docs/interfaces/statepropsofjsonformsrenderer.html +23 -9
- package/docs/interfaces/statepropsoflabel.html +343 -0
- package/docs/interfaces/statepropsoflayout.html +24 -10
- package/docs/interfaces/statepropsofmasteritem.html +7 -7
- package/docs/interfaces/statepropsofrenderer.html +12 -9
- package/docs/interfaces/statepropsofscopedrenderer.html +12 -12
- package/docs/interfaces/testercontext.html +184 -0
- package/docs/interfaces/uischemaelement.html +3 -3
- package/docs/interfaces/verticallayout.html +4 -4
- package/docs/interfaces/withclassname.html +1 -1
- package/lib/i18n/i18nUtil.d.ts +9 -4
- package/lib/jsonforms-core.cjs.js +103 -49
- package/lib/jsonforms-core.cjs.js.map +1 -1
- package/lib/jsonforms-core.esm.js +89 -52
- package/lib/jsonforms-core.esm.js.map +1 -1
- package/lib/models/uischema.d.ts +35 -27
- package/lib/reducers/i18n.d.ts +1 -1
- package/lib/testers/testers.d.ts +15 -6
- package/lib/util/renderer.d.ts +18 -1
- package/lib/util/runtime.d.ts +1 -2
- package/lib/util/util.d.ts +6 -6
- package/package.json +2 -2
- package/src/i18n/i18nUtil.ts +24 -7
- package/src/models/uischema.ts +50 -27
- package/src/reducers/i18n.ts +1 -1
- package/src/testers/testers.ts +44 -34
- package/src/util/path.ts +9 -5
- package/src/util/renderer.ts +61 -28
- package/src/util/runtime.ts +1 -1
- package/src/util/util.ts +8 -8
- package/stats.html +1 -1
- package/test/testers.test.ts +95 -23
- package/test/util/renderer.test.ts +105 -7
package/docs/index.html
CHANGED
|
@@ -149,10 +149,10 @@
|
|
|
149
149
|
<li class=" tsd-kind-interface">
|
|
150
150
|
<a href="interfaces/arraylayoutprops.html" class="tsd-kind-icon">Array<wbr>Layout<wbr>Props</a>
|
|
151
151
|
</li>
|
|
152
|
-
<li class=" tsd-kind-interface">
|
|
152
|
+
<li class=" tsd-kind-interface tsd-has-type-parameter">
|
|
153
153
|
<a href="interfaces/categorization.html" class="tsd-kind-icon">Categorization</a>
|
|
154
154
|
</li>
|
|
155
|
-
<li class=" tsd-kind-interface">
|
|
155
|
+
<li class=" tsd-kind-interface tsd-has-type-parameter">
|
|
156
156
|
<a href="interfaces/category.html" class="tsd-kind-icon">Category</a>
|
|
157
157
|
</li>
|
|
158
158
|
<li class=" tsd-kind-interface">
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
<li class=" tsd-kind-interface tsd-has-type-parameter">
|
|
207
207
|
<a href="interfaces/formatted.html" class="tsd-kind-icon">Formatted</a>
|
|
208
208
|
</li>
|
|
209
|
-
<li class=" tsd-kind-interface">
|
|
209
|
+
<li class=" tsd-kind-interface tsd-has-type-parameter">
|
|
210
210
|
<a href="interfaces/grouplayout.html" class="tsd-kind-icon">Group<wbr>Layout</a>
|
|
211
211
|
</li>
|
|
212
212
|
<li class=" tsd-kind-interface">
|
|
@@ -266,6 +266,15 @@
|
|
|
266
266
|
<li class=" tsd-kind-interface">
|
|
267
267
|
<a href="interfaces/labelelement.html" class="tsd-kind-icon">Label<wbr>Element</a>
|
|
268
268
|
</li>
|
|
269
|
+
<li class=" tsd-kind-interface">
|
|
270
|
+
<a href="interfaces/labelprops.html" class="tsd-kind-icon">Label<wbr>Props</a>
|
|
271
|
+
</li>
|
|
272
|
+
<li class=" tsd-kind-interface tsd-has-type-parameter">
|
|
273
|
+
<a href="interfaces/labelable.html" class="tsd-kind-icon">Labelable</a>
|
|
274
|
+
</li>
|
|
275
|
+
<li class=" tsd-kind-interface tsd-has-type-parameter">
|
|
276
|
+
<a href="interfaces/labeled.html" class="tsd-kind-icon">Labeled</a>
|
|
277
|
+
</li>
|
|
269
278
|
<li class=" tsd-kind-interface">
|
|
270
279
|
<a href="interfaces/layout.html" class="tsd-kind-icon">Layout</a>
|
|
271
280
|
</li>
|
|
@@ -293,6 +302,9 @@
|
|
|
293
302
|
<li class=" tsd-kind-interface">
|
|
294
303
|
<a href="interfaces/ownpropsofjsonformsrenderer.html" class="tsd-kind-icon">Own<wbr>Props<wbr>OfJson<wbr>Forms<wbr>Renderer</a>
|
|
295
304
|
</li>
|
|
305
|
+
<li class=" tsd-kind-interface">
|
|
306
|
+
<a href="interfaces/ownpropsoflabel.html" class="tsd-kind-icon">Own<wbr>Props<wbr>OfLabel</a>
|
|
307
|
+
</li>
|
|
296
308
|
<li class=" tsd-kind-interface">
|
|
297
309
|
<a href="interfaces/ownpropsoflayout.html" class="tsd-kind-icon">Own<wbr>Props<wbr>OfLayout</a>
|
|
298
310
|
</li>
|
|
@@ -329,6 +341,9 @@
|
|
|
329
341
|
<li class=" tsd-kind-interface">
|
|
330
342
|
<a href="interfaces/scopable.html" class="tsd-kind-icon">Scopable</a>
|
|
331
343
|
</li>
|
|
344
|
+
<li class=" tsd-kind-interface">
|
|
345
|
+
<a href="interfaces/scoped.html" class="tsd-kind-icon">Scoped</a>
|
|
346
|
+
</li>
|
|
332
347
|
<li class=" tsd-kind-interface">
|
|
333
348
|
<a href="interfaces/setajvaction.html" class="tsd-kind-icon">Set<wbr>Ajv<wbr>Action</a>
|
|
334
349
|
</li>
|
|
@@ -374,6 +389,9 @@
|
|
|
374
389
|
<li class=" tsd-kind-interface">
|
|
375
390
|
<a href="interfaces/statepropsofjsonformsrenderer.html" class="tsd-kind-icon">State<wbr>Props<wbr>OfJson<wbr>Forms<wbr>Renderer</a>
|
|
376
391
|
</li>
|
|
392
|
+
<li class=" tsd-kind-interface">
|
|
393
|
+
<a href="interfaces/statepropsoflabel.html" class="tsd-kind-icon">State<wbr>Props<wbr>OfLabel</a>
|
|
394
|
+
</li>
|
|
377
395
|
<li class=" tsd-kind-interface">
|
|
378
396
|
<a href="interfaces/statepropsoflayout.html" class="tsd-kind-icon">State<wbr>Props<wbr>OfLayout</a>
|
|
379
397
|
</li>
|
|
@@ -389,6 +407,9 @@
|
|
|
389
407
|
<li class=" tsd-kind-interface tsd-has-type-parameter">
|
|
390
408
|
<a href="interfaces/store.html" class="tsd-kind-icon">Store</a>
|
|
391
409
|
</li>
|
|
410
|
+
<li class=" tsd-kind-interface">
|
|
411
|
+
<a href="interfaces/testercontext.html" class="tsd-kind-icon">Tester<wbr>Context</a>
|
|
412
|
+
</li>
|
|
392
413
|
<li class=" tsd-kind-interface">
|
|
393
414
|
<a href="interfaces/uischemaelement.html" class="tsd-kind-icon">UISchema<wbr>Element</a>
|
|
394
415
|
</li>
|
|
@@ -713,6 +734,9 @@
|
|
|
713
734
|
<li class=" tsd-kind-function">
|
|
714
735
|
<a href="globals.html#derivelabel" class="tsd-kind-icon">derive<wbr>Label</a>
|
|
715
736
|
</li>
|
|
737
|
+
<li class=" tsd-kind-function">
|
|
738
|
+
<a href="globals.html#derivelabelforuischemaelement" class="tsd-kind-icon">derive<wbr>Label<wbr>ForUISchema<wbr>Element</a>
|
|
739
|
+
</li>
|
|
716
740
|
<li class=" tsd-kind-function">
|
|
717
741
|
<a href="globals.html#derivetypes" class="tsd-kind-icon">derive<wbr>Types</a>
|
|
718
742
|
</li>
|
|
@@ -780,7 +804,7 @@
|
|
|
780
804
|
<a href="globals.html#formatis" class="tsd-kind-icon">format<wbr>Is</a>
|
|
781
805
|
</li>
|
|
782
806
|
<li class=" tsd-kind-function">
|
|
783
|
-
<a href="globals.html#
|
|
807
|
+
<a href="globals.html#fromscoped" class="tsd-kind-icon">from<wbr>Scoped</a>
|
|
784
808
|
</li>
|
|
785
809
|
<li class=" tsd-kind-function">
|
|
786
810
|
<a href="globals.html#generatedefaultuischema" class="tsd-kind-icon">generate<wbr>DefaultUISchema</a>
|
|
@@ -935,6 +959,12 @@
|
|
|
935
959
|
<li class=" tsd-kind-function">
|
|
936
960
|
<a href="globals.html#isinternationalized" class="tsd-kind-icon">is<wbr>Internationalized</a>
|
|
937
961
|
</li>
|
|
962
|
+
<li class=" tsd-kind-function">
|
|
963
|
+
<a href="globals.html#islabelable" class="tsd-kind-icon">is<wbr>Labelable</a>
|
|
964
|
+
</li>
|
|
965
|
+
<li class=" tsd-kind-function tsd-has-type-parameter">
|
|
966
|
+
<a href="globals.html#islabeled" class="tsd-kind-icon">is<wbr>Labeled</a>
|
|
967
|
+
</li>
|
|
938
968
|
<li class=" tsd-kind-function">
|
|
939
969
|
<a href="globals.html#islayout" class="tsd-kind-icon">is<wbr>Layout</a>
|
|
940
970
|
</li>
|
|
@@ -959,6 +989,12 @@
|
|
|
959
989
|
<li class=" tsd-kind-function">
|
|
960
990
|
<a href="globals.html#isschemacondition" class="tsd-kind-icon">is<wbr>Schema<wbr>Condition</a>
|
|
961
991
|
</li>
|
|
992
|
+
<li class=" tsd-kind-function">
|
|
993
|
+
<a href="globals.html#isscopable" class="tsd-kind-icon">is<wbr>Scopable</a>
|
|
994
|
+
</li>
|
|
995
|
+
<li class=" tsd-kind-function">
|
|
996
|
+
<a href="globals.html#isscoped" class="tsd-kind-icon">is<wbr>Scoped</a>
|
|
997
|
+
</li>
|
|
962
998
|
<li class=" tsd-kind-function">
|
|
963
999
|
<a href="globals.html#isuniqueid" class="tsd-kind-icon">is<wbr>Unique<wbr>Id</a>
|
|
964
1000
|
</li>
|
|
@@ -1016,6 +1052,9 @@
|
|
|
1016
1052
|
<li class=" tsd-kind-function">
|
|
1017
1053
|
<a href="globals.html#mapstatetojsonformsrendererprops" class="tsd-kind-icon">map<wbr>State<wbr>ToJson<wbr>Forms<wbr>Renderer<wbr>Props</a>
|
|
1018
1054
|
</li>
|
|
1055
|
+
<li class=" tsd-kind-function">
|
|
1056
|
+
<a href="globals.html#mapstatetolabelprops" class="tsd-kind-icon">map<wbr>State<wbr>ToLabel<wbr>Props</a>
|
|
1057
|
+
</li>
|
|
1019
1058
|
<li class=" tsd-kind-function">
|
|
1020
1059
|
<a href="globals.html#mapstatetolayoutprops" class="tsd-kind-icon">map<wbr>State<wbr>ToLayout<wbr>Props</a>
|
|
1021
1060
|
</li>
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
<aside class="tsd-sources">
|
|
108
108
|
<p>Inherited from <a href="composablecondition.html">ComposableCondition</a>.<a href="composablecondition.html#conditions">conditions</a></p>
|
|
109
109
|
<ul>
|
|
110
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
110
|
+
<li>Defined in packages/core/src/models/uischema.ts:144</li>
|
|
111
111
|
</ul>
|
|
112
112
|
</aside>
|
|
113
113
|
</section>
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
<aside class="tsd-sources">
|
|
119
119
|
<p>Overrides <a href="condition.html">Condition</a>.<a href="condition.html#type">type</a></p>
|
|
120
120
|
<ul>
|
|
121
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
121
|
+
<li>Defined in packages/core/src/models/uischema.ts:158</li>
|
|
122
122
|
</ul>
|
|
123
123
|
</aside>
|
|
124
124
|
</section>
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
<p>Inherited from <a href="statepropsofcontrolwithdetail.html">StatePropsOfControlWithDetail</a>.<a href="statepropsofcontrolwithdetail.html#cells">cells</a></p>
|
|
136
136
|
<p>Overrides <a href="statepropsofcontrol.html">StatePropsOfControl</a>.<a href="statepropsofcontrol.html#cells">cells</a></p>
|
|
137
137
|
<ul>
|
|
138
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
138
|
+
<li>Defined in packages/core/src/util/renderer.ts:640</li>
|
|
139
139
|
</ul>
|
|
140
140
|
</aside>
|
|
141
141
|
</section>
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
<aside class="tsd-sources">
|
|
147
147
|
<p>Inherited from <a href="statepropsofarraycontrol.html">StatePropsOfArrayControl</a>.<a href="statepropsofarraycontrol.html#childerrors">childErrors</a></p>
|
|
148
148
|
<ul>
|
|
149
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
149
|
+
<li>Defined in packages/core/src/util/renderer.ts:684</li>
|
|
150
150
|
</ul>
|
|
151
151
|
</aside>
|
|
152
152
|
</section>
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
<aside class="tsd-sources">
|
|
158
158
|
<p>Inherited from <a href="statepropsofrenderer.html">StatePropsOfRenderer</a>.<a href="statepropsofrenderer.html#config">config</a></p>
|
|
159
159
|
<ul>
|
|
160
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
160
|
+
<li>Defined in packages/core/src/util/renderer.ts:276</li>
|
|
161
161
|
</ul>
|
|
162
162
|
</aside>
|
|
163
163
|
<div class="tsd-comment tsd-typography">
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
<p>Inherited from <a href="statepropsofscopedrenderer.html">StatePropsOfScopedRenderer</a>.<a href="statepropsofscopedrenderer.html#data">data</a></p>
|
|
175
175
|
<p>Overrides <a href="statepropsofrenderer.html">StatePropsOfRenderer</a>.<a href="statepropsofrenderer.html#data">data</a></p>
|
|
176
176
|
<ul>
|
|
177
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
177
|
+
<li>Defined in packages/core/src/util/renderer.ts:334</li>
|
|
178
178
|
</ul>
|
|
179
179
|
</aside>
|
|
180
180
|
<div class="tsd-comment tsd-typography">
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
<aside class="tsd-sources">
|
|
191
191
|
<p>Inherited from <a href="statepropsofcontrol.html">StatePropsOfControl</a>.<a href="statepropsofcontrol.html#description">description</a></p>
|
|
192
192
|
<ul>
|
|
193
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
193
|
+
<li>Defined in packages/core/src/util/renderer.ts:366</li>
|
|
194
194
|
</ul>
|
|
195
195
|
</aside>
|
|
196
196
|
<div class="tsd-comment tsd-typography">
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
<aside class="tsd-sources">
|
|
207
207
|
<p>Inherited from <a href="statepropsofrenderer.html">StatePropsOfRenderer</a>.<a href="statepropsofrenderer.html#enabled">enabled</a></p>
|
|
208
208
|
<ul>
|
|
209
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
209
|
+
<li>Defined in packages/core/src/util/renderer.ts:296</li>
|
|
210
210
|
</ul>
|
|
211
211
|
</aside>
|
|
212
212
|
<div class="tsd-comment tsd-typography">
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
<aside class="tsd-sources">
|
|
223
223
|
<p>Inherited from <a href="statepropsofscopedrenderer.html">StatePropsOfScopedRenderer</a>.<a href="statepropsofscopedrenderer.html#errors">errors</a></p>
|
|
224
224
|
<ul>
|
|
225
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
225
|
+
<li>Defined in packages/core/src/util/renderer.ts:329</li>
|
|
226
226
|
</ul>
|
|
227
227
|
</aside>
|
|
228
228
|
<div class="tsd-comment tsd-typography">
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
<aside class="tsd-sources">
|
|
239
239
|
<p>Inherited from <a href="statepropsofscopedrenderer.html">StatePropsOfScopedRenderer</a>.<a href="statepropsofscopedrenderer.html#id">id</a></p>
|
|
240
240
|
<ul>
|
|
241
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
241
|
+
<li>Defined in packages/core/src/util/renderer.ts:344</li>
|
|
242
242
|
</ul>
|
|
243
243
|
</aside>
|
|
244
244
|
<div class="tsd-comment tsd-typography">
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
<aside class="tsd-sources">
|
|
255
255
|
<p>Inherited from <a href="statepropsofcontrol.html">StatePropsOfControl</a>.<a href="statepropsofcontrol.html#label">label</a></p>
|
|
256
256
|
<ul>
|
|
257
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
257
|
+
<li>Defined in packages/core/src/util/renderer.ts:361</li>
|
|
258
258
|
</ul>
|
|
259
259
|
</aside>
|
|
260
260
|
<div class="tsd-comment tsd-typography">
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
<aside class="tsd-sources">
|
|
271
271
|
<p>Inherited from <a href="statepropsofrenderer.html">StatePropsOfRenderer</a>.<a href="statepropsofrenderer.html#path">path</a></p>
|
|
272
272
|
<ul>
|
|
273
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
273
|
+
<li>Defined in packages/core/src/util/renderer.ts:305</li>
|
|
274
274
|
</ul>
|
|
275
275
|
</aside>
|
|
276
276
|
<div class="tsd-comment tsd-typography">
|
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
<p>Inherited from <a href="statepropsofcontrolwithdetail.html">StatePropsOfControlWithDetail</a>.<a href="statepropsofcontrolwithdetail.html#renderers">renderers</a></p>
|
|
288
288
|
<p>Overrides <a href="statepropsofrenderer.html">StatePropsOfRenderer</a>.<a href="statepropsofrenderer.html#renderers">renderers</a></p>
|
|
289
289
|
<ul>
|
|
290
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
290
|
+
<li>Defined in packages/core/src/util/renderer.ts:639</li>
|
|
291
291
|
</ul>
|
|
292
292
|
</aside>
|
|
293
293
|
</section>
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
<aside class="tsd-sources">
|
|
299
299
|
<p>Inherited from <a href="statepropsofcontrol.html">StatePropsOfControl</a>.<a href="statepropsofcontrol.html#required">required</a></p>
|
|
300
300
|
<ul>
|
|
301
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
301
|
+
<li>Defined in packages/core/src/util/renderer.ts:371</li>
|
|
302
302
|
</ul>
|
|
303
303
|
</aside>
|
|
304
304
|
<div class="tsd-comment tsd-typography">
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
<aside class="tsd-sources">
|
|
315
315
|
<p>Inherited from <a href="statepropsofscopedrenderer.html">StatePropsOfScopedRenderer</a>.<a href="statepropsofscopedrenderer.html#rootschema">rootSchema</a></p>
|
|
316
316
|
<ul>
|
|
317
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
317
|
+
<li>Defined in packages/core/src/util/renderer.ts:339</li>
|
|
318
318
|
</ul>
|
|
319
319
|
</aside>
|
|
320
320
|
<div class="tsd-comment tsd-typography">
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
<aside class="tsd-sources">
|
|
331
331
|
<p>Inherited from <a href="statepropsofrenderer.html">StatePropsOfRenderer</a>.<a href="statepropsofrenderer.html#schema">schema</a></p>
|
|
332
332
|
<ul>
|
|
333
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
333
|
+
<li>Defined in packages/core/src/util/renderer.ts:286</li>
|
|
334
334
|
</ul>
|
|
335
335
|
</aside>
|
|
336
336
|
<div class="tsd-comment tsd-typography">
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
<p>Inherited from <a href="statepropsofscopedrenderer.html">StatePropsOfScopedRenderer</a>.<a href="statepropsofscopedrenderer.html#uischema">uischema</a></p>
|
|
348
348
|
<p>Overrides <a href="statepropsofrenderer.html">StatePropsOfRenderer</a>.<a href="statepropsofrenderer.html#uischema">uischema</a></p>
|
|
349
349
|
<ul>
|
|
350
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
350
|
+
<li>Defined in packages/core/src/util/renderer.ts:324</li>
|
|
351
351
|
</ul>
|
|
352
352
|
</aside>
|
|
353
353
|
</section>
|
|
@@ -358,7 +358,7 @@
|
|
|
358
358
|
<aside class="tsd-sources">
|
|
359
359
|
<p>Inherited from <a href="statepropsofcontrolwithdetail.html">StatePropsOfControlWithDetail</a>.<a href="statepropsofcontrolwithdetail.html#uischemas">uischemas</a></p>
|
|
360
360
|
<ul>
|
|
361
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
361
|
+
<li>Defined in packages/core/src/util/renderer.ts:638</li>
|
|
362
362
|
</ul>
|
|
363
363
|
</aside>
|
|
364
364
|
</section>
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
<aside class="tsd-sources">
|
|
370
370
|
<p>Inherited from <a href="statepropsofrenderer.html">StatePropsOfRenderer</a>.<a href="statepropsofrenderer.html#visible">visible</a></p>
|
|
371
371
|
<ul>
|
|
372
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
372
|
+
<li>Defined in packages/core/src/util/renderer.ts:300</li>
|
|
373
373
|
</ul>
|
|
374
374
|
</aside>
|
|
375
375
|
<div class="tsd-comment tsd-typography">
|
|
@@ -392,7 +392,7 @@
|
|
|
392
392
|
<aside class="tsd-sources">
|
|
393
393
|
<p>Inherited from <a href="dispatchpropsofarraycontrol.html">DispatchPropsOfArrayControl</a>.<a href="dispatchpropsofarraycontrol.html#additem">addItem</a></p>
|
|
394
394
|
<ul>
|
|
395
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
395
|
+
<li>Defined in packages/core/src/util/renderer.ts:721</li>
|
|
396
396
|
</ul>
|
|
397
397
|
</aside>
|
|
398
398
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -431,7 +431,7 @@
|
|
|
431
431
|
<aside class="tsd-sources">
|
|
432
432
|
<p>Inherited from <a href="dispatchpropsofarraycontrol.html">DispatchPropsOfArrayControl</a>.<a href="dispatchpropsofarraycontrol.html#movedown">moveDown</a></p>
|
|
433
433
|
<ul>
|
|
434
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
434
|
+
<li>Defined in packages/core/src/util/renderer.ts:724</li>
|
|
435
435
|
</ul>
|
|
436
436
|
</aside>
|
|
437
437
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -470,7 +470,7 @@
|
|
|
470
470
|
<aside class="tsd-sources">
|
|
471
471
|
<p>Inherited from <a href="dispatchpropsofarraycontrol.html">DispatchPropsOfArrayControl</a>.<a href="dispatchpropsofarraycontrol.html#moveup">moveUp</a></p>
|
|
472
472
|
<ul>
|
|
473
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
473
|
+
<li>Defined in packages/core/src/util/renderer.ts:723</li>
|
|
474
474
|
</ul>
|
|
475
475
|
</aside>
|
|
476
476
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -509,7 +509,7 @@
|
|
|
509
509
|
<aside class="tsd-sources">
|
|
510
510
|
<p>Inherited from <a href="dispatchpropsofarraycontrol.html">DispatchPropsOfArrayControl</a>.<a href="dispatchpropsofarraycontrol.html#removeitems">removeItems</a></p>
|
|
511
511
|
<ul>
|
|
512
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
512
|
+
<li>Defined in packages/core/src/util/renderer.ts:722</li>
|
|
513
513
|
</ul>
|
|
514
514
|
</aside>
|
|
515
515
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
<p>Inherited from <a href="statepropsofcontrolwithdetail.html">StatePropsOfControlWithDetail</a>.<a href="statepropsofcontrolwithdetail.html#cells">cells</a></p>
|
|
136
136
|
<p>Overrides <a href="statepropsofcontrol.html">StatePropsOfControl</a>.<a href="statepropsofcontrol.html#cells">cells</a></p>
|
|
137
137
|
<ul>
|
|
138
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
138
|
+
<li>Defined in packages/core/src/util/renderer.ts:640</li>
|
|
139
139
|
</ul>
|
|
140
140
|
</aside>
|
|
141
141
|
</section>
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
<aside class="tsd-sources">
|
|
147
147
|
<p>Inherited from <a href="statepropsofrenderer.html">StatePropsOfRenderer</a>.<a href="statepropsofrenderer.html#config">config</a></p>
|
|
148
148
|
<ul>
|
|
149
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
149
|
+
<li>Defined in packages/core/src/util/renderer.ts:276</li>
|
|
150
150
|
</ul>
|
|
151
151
|
</aside>
|
|
152
152
|
<div class="tsd-comment tsd-typography">
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
<p>Inherited from <a href="statepropsofarraylayout.html">StatePropsOfArrayLayout</a>.<a href="statepropsofarraylayout.html#data">data</a></p>
|
|
164
164
|
<p>Overrides <a href="statepropsofscopedrenderer.html">StatePropsOfScopedRenderer</a>.<a href="statepropsofscopedrenderer.html#data">data</a></p>
|
|
165
165
|
<ul>
|
|
166
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
166
|
+
<li>Defined in packages/core/src/util/renderer.ts:1013</li>
|
|
167
167
|
</ul>
|
|
168
168
|
</aside>
|
|
169
169
|
</section>
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
<aside class="tsd-sources">
|
|
175
175
|
<p>Inherited from <a href="statepropsofcontrol.html">StatePropsOfControl</a>.<a href="statepropsofcontrol.html#description">description</a></p>
|
|
176
176
|
<ul>
|
|
177
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
177
|
+
<li>Defined in packages/core/src/util/renderer.ts:366</li>
|
|
178
178
|
</ul>
|
|
179
179
|
</aside>
|
|
180
180
|
<div class="tsd-comment tsd-typography">
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
<aside class="tsd-sources">
|
|
191
191
|
<p>Inherited from <a href="statepropsofrenderer.html">StatePropsOfRenderer</a>.<a href="statepropsofrenderer.html#enabled">enabled</a></p>
|
|
192
192
|
<ul>
|
|
193
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
193
|
+
<li>Defined in packages/core/src/util/renderer.ts:296</li>
|
|
194
194
|
</ul>
|
|
195
195
|
</aside>
|
|
196
196
|
<div class="tsd-comment tsd-typography">
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
<aside class="tsd-sources">
|
|
207
207
|
<p>Inherited from <a href="statepropsofscopedrenderer.html">StatePropsOfScopedRenderer</a>.<a href="statepropsofscopedrenderer.html#errors">errors</a></p>
|
|
208
208
|
<ul>
|
|
209
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
209
|
+
<li>Defined in packages/core/src/util/renderer.ts:329</li>
|
|
210
210
|
</ul>
|
|
211
211
|
</aside>
|
|
212
212
|
<div class="tsd-comment tsd-typography">
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
<aside class="tsd-sources">
|
|
223
223
|
<p>Inherited from <a href="statepropsofscopedrenderer.html">StatePropsOfScopedRenderer</a>.<a href="statepropsofscopedrenderer.html#id">id</a></p>
|
|
224
224
|
<ul>
|
|
225
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
225
|
+
<li>Defined in packages/core/src/util/renderer.ts:344</li>
|
|
226
226
|
</ul>
|
|
227
227
|
</aside>
|
|
228
228
|
<div class="tsd-comment tsd-typography">
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
<aside class="tsd-sources">
|
|
239
239
|
<p>Inherited from <a href="statepropsofcontrol.html">StatePropsOfControl</a>.<a href="statepropsofcontrol.html#label">label</a></p>
|
|
240
240
|
<ul>
|
|
241
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
241
|
+
<li>Defined in packages/core/src/util/renderer.ts:361</li>
|
|
242
242
|
</ul>
|
|
243
243
|
</aside>
|
|
244
244
|
<div class="tsd-comment tsd-typography">
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
<aside class="tsd-sources">
|
|
255
255
|
<p>Inherited from <a href="statepropsofarraylayout.html">StatePropsOfArrayLayout</a>.<a href="statepropsofarraylayout.html#minitems">minItems</a></p>
|
|
256
256
|
<ul>
|
|
257
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
257
|
+
<li>Defined in packages/core/src/util/renderer.ts:1014</li>
|
|
258
258
|
</ul>
|
|
259
259
|
</aside>
|
|
260
260
|
</section>
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
<aside class="tsd-sources">
|
|
266
266
|
<p>Inherited from <a href="statepropsofrenderer.html">StatePropsOfRenderer</a>.<a href="statepropsofrenderer.html#path">path</a></p>
|
|
267
267
|
<ul>
|
|
268
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
268
|
+
<li>Defined in packages/core/src/util/renderer.ts:305</li>
|
|
269
269
|
</ul>
|
|
270
270
|
</aside>
|
|
271
271
|
<div class="tsd-comment tsd-typography">
|
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
<p>Inherited from <a href="statepropsofcontrolwithdetail.html">StatePropsOfControlWithDetail</a>.<a href="statepropsofcontrolwithdetail.html#renderers">renderers</a></p>
|
|
283
283
|
<p>Overrides <a href="statepropsofrenderer.html">StatePropsOfRenderer</a>.<a href="statepropsofrenderer.html#renderers">renderers</a></p>
|
|
284
284
|
<ul>
|
|
285
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
285
|
+
<li>Defined in packages/core/src/util/renderer.ts:639</li>
|
|
286
286
|
</ul>
|
|
287
287
|
</aside>
|
|
288
288
|
</section>
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
<aside class="tsd-sources">
|
|
294
294
|
<p>Inherited from <a href="statepropsofcontrol.html">StatePropsOfControl</a>.<a href="statepropsofcontrol.html#required">required</a></p>
|
|
295
295
|
<ul>
|
|
296
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
296
|
+
<li>Defined in packages/core/src/util/renderer.ts:371</li>
|
|
297
297
|
</ul>
|
|
298
298
|
</aside>
|
|
299
299
|
<div class="tsd-comment tsd-typography">
|
|
@@ -309,7 +309,7 @@
|
|
|
309
309
|
<aside class="tsd-sources">
|
|
310
310
|
<p>Inherited from <a href="statepropsofscopedrenderer.html">StatePropsOfScopedRenderer</a>.<a href="statepropsofscopedrenderer.html#rootschema">rootSchema</a></p>
|
|
311
311
|
<ul>
|
|
312
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
312
|
+
<li>Defined in packages/core/src/util/renderer.ts:339</li>
|
|
313
313
|
</ul>
|
|
314
314
|
</aside>
|
|
315
315
|
<div class="tsd-comment tsd-typography">
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
<aside class="tsd-sources">
|
|
326
326
|
<p>Inherited from <a href="statepropsofrenderer.html">StatePropsOfRenderer</a>.<a href="statepropsofrenderer.html#schema">schema</a></p>
|
|
327
327
|
<ul>
|
|
328
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
328
|
+
<li>Defined in packages/core/src/util/renderer.ts:286</li>
|
|
329
329
|
</ul>
|
|
330
330
|
</aside>
|
|
331
331
|
<div class="tsd-comment tsd-typography">
|
|
@@ -342,7 +342,7 @@
|
|
|
342
342
|
<p>Inherited from <a href="statepropsofscopedrenderer.html">StatePropsOfScopedRenderer</a>.<a href="statepropsofscopedrenderer.html#uischema">uischema</a></p>
|
|
343
343
|
<p>Overrides <a href="statepropsofrenderer.html">StatePropsOfRenderer</a>.<a href="statepropsofrenderer.html#uischema">uischema</a></p>
|
|
344
344
|
<ul>
|
|
345
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
345
|
+
<li>Defined in packages/core/src/util/renderer.ts:324</li>
|
|
346
346
|
</ul>
|
|
347
347
|
</aside>
|
|
348
348
|
</section>
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
<aside class="tsd-sources">
|
|
354
354
|
<p>Inherited from <a href="statepropsofcontrolwithdetail.html">StatePropsOfControlWithDetail</a>.<a href="statepropsofcontrolwithdetail.html#uischemas">uischemas</a></p>
|
|
355
355
|
<ul>
|
|
356
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
356
|
+
<li>Defined in packages/core/src/util/renderer.ts:638</li>
|
|
357
357
|
</ul>
|
|
358
358
|
</aside>
|
|
359
359
|
</section>
|
|
@@ -364,7 +364,7 @@
|
|
|
364
364
|
<aside class="tsd-sources">
|
|
365
365
|
<p>Inherited from <a href="statepropsofrenderer.html">StatePropsOfRenderer</a>.<a href="statepropsofrenderer.html#visible">visible</a></p>
|
|
366
366
|
<ul>
|
|
367
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
367
|
+
<li>Defined in packages/core/src/util/renderer.ts:300</li>
|
|
368
368
|
</ul>
|
|
369
369
|
</aside>
|
|
370
370
|
<div class="tsd-comment tsd-typography">
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
<aside class="tsd-sources">
|
|
388
388
|
<p>Inherited from <a href="dispatchpropsofarraycontrol.html">DispatchPropsOfArrayControl</a>.<a href="dispatchpropsofarraycontrol.html#additem">addItem</a></p>
|
|
389
389
|
<ul>
|
|
390
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
390
|
+
<li>Defined in packages/core/src/util/renderer.ts:721</li>
|
|
391
391
|
</ul>
|
|
392
392
|
</aside>
|
|
393
393
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -426,7 +426,7 @@
|
|
|
426
426
|
<aside class="tsd-sources">
|
|
427
427
|
<p>Inherited from <a href="dispatchpropsofarraycontrol.html">DispatchPropsOfArrayControl</a>.<a href="dispatchpropsofarraycontrol.html#movedown">moveDown</a></p>
|
|
428
428
|
<ul>
|
|
429
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
429
|
+
<li>Defined in packages/core/src/util/renderer.ts:724</li>
|
|
430
430
|
</ul>
|
|
431
431
|
</aside>
|
|
432
432
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -465,7 +465,7 @@
|
|
|
465
465
|
<aside class="tsd-sources">
|
|
466
466
|
<p>Inherited from <a href="dispatchpropsofarraycontrol.html">DispatchPropsOfArrayControl</a>.<a href="dispatchpropsofarraycontrol.html#moveup">moveUp</a></p>
|
|
467
467
|
<ul>
|
|
468
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
468
|
+
<li>Defined in packages/core/src/util/renderer.ts:723</li>
|
|
469
469
|
</ul>
|
|
470
470
|
</aside>
|
|
471
471
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -504,7 +504,7 @@
|
|
|
504
504
|
<aside class="tsd-sources">
|
|
505
505
|
<p>Inherited from <a href="dispatchpropsofarraycontrol.html">DispatchPropsOfArrayControl</a>.<a href="dispatchpropsofarraycontrol.html#removeitems">removeItems</a></p>
|
|
506
506
|
<ul>
|
|
507
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
507
|
+
<li>Defined in packages/core/src/util/renderer.ts:722</li>
|
|
508
508
|
</ul>
|
|
509
509
|
</aside>
|
|
510
510
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
<a href="categorization.html">Categorization</a>
|
|
58
58
|
</li>
|
|
59
59
|
</ul>
|
|
60
|
-
<h1>Interface Categorization
|
|
60
|
+
<h1>Interface Categorization<T></h1>
|
|
61
61
|
</div>
|
|
62
62
|
</div>
|
|
63
63
|
</header>
|
|
@@ -73,11 +73,22 @@
|
|
|
73
73
|
</div>
|
|
74
74
|
</div>
|
|
75
75
|
</section>
|
|
76
|
+
<section class="tsd-panel tsd-type-parameters">
|
|
77
|
+
<h3>Type parameters</h3>
|
|
78
|
+
<ul class="tsd-type-parameters">
|
|
79
|
+
<li>
|
|
80
|
+
<h4>T = <span class="tsd-signature-type">string</span></h4>
|
|
81
|
+
</li>
|
|
82
|
+
</ul>
|
|
83
|
+
</section>
|
|
76
84
|
<section class="tsd-panel tsd-hierarchy">
|
|
77
85
|
<h3>Hierarchy</h3>
|
|
78
86
|
<ul class="tsd-hierarchy">
|
|
79
87
|
<li>
|
|
80
88
|
<a href="uischemaelement.html" class="tsd-signature-type">UISchemaElement</a>
|
|
89
|
+
</li>
|
|
90
|
+
<li>
|
|
91
|
+
<a href="labeled.html" class="tsd-signature-type">Labeled</a>
|
|
81
92
|
<ul class="tsd-hierarchy">
|
|
82
93
|
<li>
|
|
83
94
|
<span class="target">Categorization</span>
|
|
@@ -94,7 +105,7 @@
|
|
|
94
105
|
<h3>Properties</h3>
|
|
95
106
|
<ul class="tsd-index-list">
|
|
96
107
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="categorization.html#elements" class="tsd-kind-icon">elements</a></li>
|
|
97
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="categorization.html#label" class="tsd-kind-icon">label</a></li>
|
|
108
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited"><a href="categorization.html#label" class="tsd-kind-icon">label</a></li>
|
|
98
109
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="categorization.html#options" class="tsd-kind-icon">options</a></li>
|
|
99
110
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="categorization.html#rule" class="tsd-kind-icon">rule</a></li>
|
|
100
111
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite"><a href="categorization.html#type" class="tsd-kind-icon">type</a></li>
|
|
@@ -111,7 +122,7 @@
|
|
|
111
122
|
<div class="tsd-signature tsd-kind-icon">elements<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><a href="category.html" class="tsd-signature-type">Category</a><span class="tsd-signature-symbol"> | </span><a href="categorization.html" class="tsd-signature-type">Categorization</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div>
|
|
112
123
|
<aside class="tsd-sources">
|
|
113
124
|
<ul>
|
|
114
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
125
|
+
<li>Defined in packages/core/src/models/uischema.ts:265</li>
|
|
115
126
|
</ul>
|
|
116
127
|
</aside>
|
|
117
128
|
<div class="tsd-comment tsd-typography">
|
|
@@ -121,20 +132,17 @@
|
|
|
121
132
|
</div>
|
|
122
133
|
</div>
|
|
123
134
|
</section>
|
|
124
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
135
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited">
|
|
125
136
|
<a name="label" class="tsd-anchor"></a>
|
|
126
137
|
<h3>label</h3>
|
|
127
|
-
<div class="tsd-signature tsd-kind-icon">label<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
138
|
+
<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>
|
|
128
139
|
<aside class="tsd-sources">
|
|
140
|
+
<p>Inherited from <a href="labeled.html">Labeled</a>.<a href="labeled.html#label">label</a></p>
|
|
141
|
+
<p>Overrides <a href="labelable.html">Labelable</a>.<a href="labelable.html#label">label</a></p>
|
|
129
142
|
<ul>
|
|
130
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
143
|
+
<li>Defined in packages/core/src/models/uischema.ts:64</li>
|
|
131
144
|
</ul>
|
|
132
145
|
</aside>
|
|
133
|
-
<div class="tsd-comment tsd-typography">
|
|
134
|
-
<div class="lead">
|
|
135
|
-
<p>The label of this categorization.</p>
|
|
136
|
-
</div>
|
|
137
|
-
</div>
|
|
138
146
|
</section>
|
|
139
147
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
140
148
|
<a name="options" class="tsd-anchor"></a>
|
|
@@ -143,7 +151,7 @@
|
|
|
143
151
|
<aside class="tsd-sources">
|
|
144
152
|
<p>Inherited from <a href="uischemaelement.html">UISchemaElement</a>.<a href="uischemaelement.html#options">options</a></p>
|
|
145
153
|
<ul>
|
|
146
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
154
|
+
<li>Defined in packages/core/src/models/uischema.ts:178</li>
|
|
147
155
|
</ul>
|
|
148
156
|
</aside>
|
|
149
157
|
<div class="tsd-comment tsd-typography">
|
|
@@ -167,7 +175,7 @@
|
|
|
167
175
|
<aside class="tsd-sources">
|
|
168
176
|
<p>Inherited from <a href="uischemaelement.html">UISchemaElement</a>.<a href="uischemaelement.html#rule">rule</a></p>
|
|
169
177
|
<ul>
|
|
170
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
178
|
+
<li>Defined in packages/core/src/models/uischema.ts:173</li>
|
|
171
179
|
</ul>
|
|
172
180
|
</aside>
|
|
173
181
|
<div class="tsd-comment tsd-typography">
|
|
@@ -183,7 +191,7 @@
|
|
|
183
191
|
<aside class="tsd-sources">
|
|
184
192
|
<p>Overrides <a href="uischemaelement.html">UISchemaElement</a>.<a href="uischemaelement.html#type">type</a></p>
|
|
185
193
|
<ul>
|
|
186
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
194
|
+
<li>Defined in packages/core/src/models/uischema.ts:260</li>
|
|
187
195
|
</ul>
|
|
188
196
|
</aside>
|
|
189
197
|
</section>
|
|
@@ -201,13 +209,13 @@
|
|
|
201
209
|
<ul class="before-current">
|
|
202
210
|
</ul>
|
|
203
211
|
<ul class="current">
|
|
204
|
-
<li class="current tsd-kind-interface">
|
|
212
|
+
<li class="current tsd-kind-interface tsd-has-type-parameter">
|
|
205
213
|
<a href="categorization.html" class="tsd-kind-icon">Categorization</a>
|
|
206
214
|
<ul>
|
|
207
215
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
208
216
|
<a href="categorization.html#elements" class="tsd-kind-icon">elements</a>
|
|
209
217
|
</li>
|
|
210
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
218
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited">
|
|
211
219
|
<a href="categorization.html#label" class="tsd-kind-icon">label</a>
|
|
212
220
|
</li>
|
|
213
221
|
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|