@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
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
<a href="condition.html" class="tsd-signature-type">Condition</a>
|
|
72
72
|
</li>
|
|
73
73
|
<li>
|
|
74
|
-
<a href="
|
|
74
|
+
<a href="scoped.html" class="tsd-signature-type">Scoped</a>
|
|
75
75
|
<ul class="tsd-hierarchy">
|
|
76
76
|
<li>
|
|
77
77
|
<span class="target">SchemaBasedCondition</span>
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
<h3>Properties</h3>
|
|
89
89
|
<ul class="tsd-index-list">
|
|
90
90
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="schemabasedcondition.html#schema" class="tsd-kind-icon">schema</a></li>
|
|
91
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="schemabasedcondition.html#scope" class="tsd-kind-icon">scope</a></li>
|
|
91
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited"><a href="schemabasedcondition.html#scope" class="tsd-kind-icon">scope</a></li>
|
|
92
92
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="schemabasedcondition.html#type" class="tsd-kind-icon">type</a></li>
|
|
93
93
|
</ul>
|
|
94
94
|
</section>
|
|
@@ -103,18 +103,19 @@
|
|
|
103
103
|
<div class="tsd-signature tsd-kind-icon">schema<span class="tsd-signature-symbol">:</span> <a href="../globals.html#jsonschema" class="tsd-signature-type">JsonSchema</a></div>
|
|
104
104
|
<aside class="tsd-sources">
|
|
105
105
|
<ul>
|
|
106
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
106
|
+
<li>Defined in packages/core/src/models/uischema.ts:137</li>
|
|
107
107
|
</ul>
|
|
108
108
|
</aside>
|
|
109
109
|
</section>
|
|
110
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
110
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited">
|
|
111
111
|
<a name="scope" class="tsd-anchor"></a>
|
|
112
112
|
<h3>scope</h3>
|
|
113
113
|
<div class="tsd-signature tsd-kind-icon">scope<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
114
114
|
<aside class="tsd-sources">
|
|
115
|
-
<p>Inherited from <a href="
|
|
115
|
+
<p>Inherited from <a href="scoped.html">Scoped</a>.<a href="scoped.html#scope">scope</a></p>
|
|
116
|
+
<p>Overrides <a href="scopable.html">Scopable</a>.<a href="scopable.html#scope">scope</a></p>
|
|
116
117
|
<ul>
|
|
117
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
118
|
+
<li>Defined in packages/core/src/models/uischema.ts:47</li>
|
|
118
119
|
</ul>
|
|
119
120
|
</aside>
|
|
120
121
|
<div class="tsd-comment tsd-typography">
|
|
@@ -130,7 +131,7 @@
|
|
|
130
131
|
<aside class="tsd-sources">
|
|
131
132
|
<p>Inherited from <a href="condition.html">Condition</a>.<a href="condition.html#type">type</a></p>
|
|
132
133
|
<ul>
|
|
133
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
134
|
+
<li>Defined in packages/core/src/models/uischema.ts:121</li>
|
|
134
135
|
</ul>
|
|
135
136
|
</aside>
|
|
136
137
|
<div class="tsd-comment tsd-typography">
|
|
@@ -159,7 +160,7 @@
|
|
|
159
160
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
160
161
|
<a href="schemabasedcondition.html#schema" class="tsd-kind-icon">schema</a>
|
|
161
162
|
</li>
|
|
162
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
163
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited">
|
|
163
164
|
<a href="schemabasedcondition.html#scope" class="tsd-kind-icon">scope</a>
|
|
164
165
|
</li>
|
|
165
166
|
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
<div class="tsd-comment tsd-typography">
|
|
69
69
|
<div class="lead">
|
|
70
70
|
<p>Interface for describing an UI schema element that is referencing
|
|
71
|
-
a subschema. The value of the scope
|
|
71
|
+
a subschema. The value of the scope may be a JSON Pointer.</p>
|
|
72
72
|
</div>
|
|
73
73
|
</div>
|
|
74
74
|
</section>
|
|
@@ -79,13 +79,7 @@
|
|
|
79
79
|
<span class="target">Scopable</span>
|
|
80
80
|
<ul class="tsd-hierarchy">
|
|
81
81
|
<li>
|
|
82
|
-
<a href="
|
|
83
|
-
</li>
|
|
84
|
-
<li>
|
|
85
|
-
<a href="schemabasedcondition.html" class="tsd-signature-type">SchemaBasedCondition</a>
|
|
86
|
-
</li>
|
|
87
|
-
<li>
|
|
88
|
-
<a href="controlelement.html" class="tsd-signature-type">ControlElement</a>
|
|
82
|
+
<a href="scoped.html" class="tsd-signature-type">Scoped</a>
|
|
89
83
|
</li>
|
|
90
84
|
</ul>
|
|
91
85
|
</li>
|
|
@@ -108,7 +102,7 @@
|
|
|
108
102
|
<h2>Properties</h2>
|
|
109
103
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
110
104
|
<a name="scope" class="tsd-anchor"></a>
|
|
111
|
-
<h3>scope</h3>
|
|
105
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> scope</h3>
|
|
112
106
|
<div class="tsd-signature tsd-kind-icon">scope<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
113
107
|
<aside class="tsd-sources">
|
|
114
108
|
<ul>
|
|
@@ -0,0 +1,183 @@
|
|
|
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>Scoped | 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="scoped.html">Scoped</a>
|
|
58
|
+
</li>
|
|
59
|
+
</ul>
|
|
60
|
+
<h1>Interface Scoped</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-comment">
|
|
68
|
+
<div class="tsd-comment tsd-typography">
|
|
69
|
+
<div class="lead">
|
|
70
|
+
<p>Interface for describing an UI schema element that is referencing
|
|
71
|
+
a subschema. The value of the scope must be a JSON Pointer.</p>
|
|
72
|
+
</div>
|
|
73
|
+
</div>
|
|
74
|
+
</section>
|
|
75
|
+
<section class="tsd-panel tsd-hierarchy">
|
|
76
|
+
<h3>Hierarchy</h3>
|
|
77
|
+
<ul class="tsd-hierarchy">
|
|
78
|
+
<li>
|
|
79
|
+
<a href="scopable.html" class="tsd-signature-type">Scopable</a>
|
|
80
|
+
<ul class="tsd-hierarchy">
|
|
81
|
+
<li>
|
|
82
|
+
<span class="target">Scoped</span>
|
|
83
|
+
<ul class="tsd-hierarchy">
|
|
84
|
+
<li>
|
|
85
|
+
<a href="leafcondition.html" class="tsd-signature-type">LeafCondition</a>
|
|
86
|
+
</li>
|
|
87
|
+
<li>
|
|
88
|
+
<a href="schemabasedcondition.html" class="tsd-signature-type">SchemaBasedCondition</a>
|
|
89
|
+
</li>
|
|
90
|
+
<li>
|
|
91
|
+
<a href="controlelement.html" class="tsd-signature-type">ControlElement</a>
|
|
92
|
+
</li>
|
|
93
|
+
</ul>
|
|
94
|
+
</li>
|
|
95
|
+
</ul>
|
|
96
|
+
</li>
|
|
97
|
+
</ul>
|
|
98
|
+
</section>
|
|
99
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
100
|
+
<h2>Index</h2>
|
|
101
|
+
<section class="tsd-panel tsd-index-panel">
|
|
102
|
+
<div class="tsd-index-content">
|
|
103
|
+
<section class="tsd-index-section ">
|
|
104
|
+
<h3>Properties</h3>
|
|
105
|
+
<ul class="tsd-index-list">
|
|
106
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite"><a href="scoped.html#scope" class="tsd-kind-icon">scope</a></li>
|
|
107
|
+
</ul>
|
|
108
|
+
</section>
|
|
109
|
+
</div>
|
|
110
|
+
</section>
|
|
111
|
+
</section>
|
|
112
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
113
|
+
<h2>Properties</h2>
|
|
114
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite">
|
|
115
|
+
<a name="scope" class="tsd-anchor"></a>
|
|
116
|
+
<h3>scope</h3>
|
|
117
|
+
<div class="tsd-signature tsd-kind-icon">scope<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
118
|
+
<aside class="tsd-sources">
|
|
119
|
+
<p>Overrides <a href="scopable.html">Scopable</a>.<a href="scopable.html#scope">scope</a></p>
|
|
120
|
+
<ul>
|
|
121
|
+
<li>Defined in packages/core/src/models/uischema.ts:47</li>
|
|
122
|
+
</ul>
|
|
123
|
+
</aside>
|
|
124
|
+
<div class="tsd-comment tsd-typography">
|
|
125
|
+
<div class="lead">
|
|
126
|
+
<p>The scope that determines to which part this element should be bound to.</p>
|
|
127
|
+
</div>
|
|
128
|
+
</div>
|
|
129
|
+
</section>
|
|
130
|
+
</section>
|
|
131
|
+
</div>
|
|
132
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
133
|
+
<nav class="tsd-navigation primary">
|
|
134
|
+
<ul>
|
|
135
|
+
<li class="globals ">
|
|
136
|
+
<a href="../globals.html"><em>Globals</em></a>
|
|
137
|
+
</li>
|
|
138
|
+
</ul>
|
|
139
|
+
</nav>
|
|
140
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
141
|
+
<ul class="before-current">
|
|
142
|
+
</ul>
|
|
143
|
+
<ul class="current">
|
|
144
|
+
<li class="current tsd-kind-interface">
|
|
145
|
+
<a href="scoped.html" class="tsd-kind-icon">Scoped</a>
|
|
146
|
+
<ul>
|
|
147
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite">
|
|
148
|
+
<a href="scoped.html#scope" class="tsd-kind-icon">scope</a>
|
|
149
|
+
</li>
|
|
150
|
+
</ul>
|
|
151
|
+
</li>
|
|
152
|
+
</ul>
|
|
153
|
+
<ul class="after-current">
|
|
154
|
+
</ul>
|
|
155
|
+
</nav>
|
|
156
|
+
</div>
|
|
157
|
+
</div>
|
|
158
|
+
</div>
|
|
159
|
+
<footer class="with-border-bottom">
|
|
160
|
+
<div class="container">
|
|
161
|
+
<h2>Legend</h2>
|
|
162
|
+
<div class="tsd-legend-group">
|
|
163
|
+
<ul class="tsd-legend">
|
|
164
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
165
|
+
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
|
|
166
|
+
</ul>
|
|
167
|
+
<ul class="tsd-legend">
|
|
168
|
+
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
|
|
169
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
170
|
+
</ul>
|
|
171
|
+
<ul class="tsd-legend">
|
|
172
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
|
|
173
|
+
</ul>
|
|
174
|
+
</div>
|
|
175
|
+
</div>
|
|
176
|
+
</footer>
|
|
177
|
+
<div class="container tsd-generator">
|
|
178
|
+
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
|
179
|
+
</div>
|
|
180
|
+
<div class="overlay"></div>
|
|
181
|
+
<script src="../assets/js/main.js"></script>
|
|
182
|
+
</body>
|
|
183
|
+
</html>
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
<div class="tsd-signature tsd-kind-icon">ajv<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">AJV</span></div>
|
|
95
95
|
<aside class="tsd-sources">
|
|
96
96
|
<ul>
|
|
97
|
-
<li>Defined in packages/core/src/actions/actions.ts:
|
|
97
|
+
<li>Defined in packages/core/src/actions/actions.ts:162</li>
|
|
98
98
|
</ul>
|
|
99
99
|
</aside>
|
|
100
100
|
</section>
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
<div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"jsonforms/SET_AJV"</span></div>
|
|
105
105
|
<aside class="tsd-sources">
|
|
106
106
|
<ul>
|
|
107
|
-
<li>Defined in packages/core/src/actions/actions.ts:
|
|
107
|
+
<li>Defined in packages/core/src/actions/actions.ts:161</li>
|
|
108
108
|
</ul>
|
|
109
109
|
</aside>
|
|
110
110
|
</section>
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
<div class="tsd-signature tsd-kind-icon">config<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
|
|
95
95
|
<aside class="tsd-sources">
|
|
96
96
|
<ul>
|
|
97
|
-
<li>Defined in packages/core/src/actions/actions.ts:
|
|
97
|
+
<li>Defined in packages/core/src/actions/actions.ts:234</li>
|
|
98
98
|
</ul>
|
|
99
99
|
</aside>
|
|
100
100
|
</section>
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
<div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"jsonforms/SET_CONFIG"</span></div>
|
|
105
105
|
<aside class="tsd-sources">
|
|
106
106
|
<ul>
|
|
107
|
-
<li>Defined in packages/core/src/actions/actions.ts:
|
|
107
|
+
<li>Defined in packages/core/src/actions/actions.ts:233</li>
|
|
108
108
|
</ul>
|
|
109
109
|
</aside>
|
|
110
110
|
</section>
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
<div class="tsd-signature tsd-kind-icon">locale<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span></div>
|
|
95
95
|
<aside class="tsd-sources">
|
|
96
96
|
<ul>
|
|
97
|
-
<li>Defined in packages/core/src/actions/actions.ts:
|
|
97
|
+
<li>Defined in packages/core/src/actions/actions.ts:287</li>
|
|
98
98
|
</ul>
|
|
99
99
|
</aside>
|
|
100
100
|
</section>
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
<div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"jsonforms/SET_LOCALE"</span></div>
|
|
105
105
|
<aside class="tsd-sources">
|
|
106
106
|
<ul>
|
|
107
|
-
<li>Defined in packages/core/src/actions/actions.ts:
|
|
107
|
+
<li>Defined in packages/core/src/actions/actions.ts:286</li>
|
|
108
108
|
</ul>
|
|
109
109
|
</aside>
|
|
110
110
|
</section>
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
<div class="tsd-signature tsd-kind-icon">schema<span class="tsd-signature-symbol">:</span> <a href="../globals.html#jsonschema" class="tsd-signature-type">JsonSchema</a></div>
|
|
95
95
|
<aside class="tsd-sources">
|
|
96
96
|
<ul>
|
|
97
|
-
<li>Defined in packages/core/src/actions/actions.ts:
|
|
97
|
+
<li>Defined in packages/core/src/actions/actions.ts:297</li>
|
|
98
98
|
</ul>
|
|
99
99
|
</aside>
|
|
100
100
|
</section>
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
<div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"jsonforms/SET_SCHEMA"</span></div>
|
|
105
105
|
<aside class="tsd-sources">
|
|
106
106
|
<ul>
|
|
107
|
-
<li>Defined in packages/core/src/actions/actions.ts:
|
|
107
|
+
<li>Defined in packages/core/src/actions/actions.ts:296</li>
|
|
108
108
|
</ul>
|
|
109
109
|
</aside>
|
|
110
110
|
</section>
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
<div class="tsd-signature tsd-kind-icon">error<wbr>Translator<span class="tsd-signature-symbol">:</span> <a href="../globals.html#errortranslator" class="tsd-signature-type">ErrorTranslator</a></div>
|
|
96
96
|
<aside class="tsd-sources">
|
|
97
97
|
<ul>
|
|
98
|
-
<li>Defined in packages/core/src/actions/actions.ts:
|
|
98
|
+
<li>Defined in packages/core/src/actions/actions.ts:308</li>
|
|
99
99
|
</ul>
|
|
100
100
|
</aside>
|
|
101
101
|
</section>
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
<div class="tsd-signature tsd-kind-icon">translator<span class="tsd-signature-symbol">:</span> <a href="../globals.html#translator" class="tsd-signature-type">Translator</a></div>
|
|
106
106
|
<aside class="tsd-sources">
|
|
107
107
|
<ul>
|
|
108
|
-
<li>Defined in packages/core/src/actions/actions.ts:
|
|
108
|
+
<li>Defined in packages/core/src/actions/actions.ts:307</li>
|
|
109
109
|
</ul>
|
|
110
110
|
</aside>
|
|
111
111
|
</section>
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
<div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"jsonforms/SET_TRANSLATOR"</span></div>
|
|
116
116
|
<aside class="tsd-sources">
|
|
117
117
|
<ul>
|
|
118
|
-
<li>Defined in packages/core/src/actions/actions.ts:
|
|
118
|
+
<li>Defined in packages/core/src/actions/actions.ts:306</li>
|
|
119
119
|
</ul>
|
|
120
120
|
</aside>
|
|
121
121
|
</section>
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
<div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"jsonforms/SET_UISCHEMA"</span></div>
|
|
95
95
|
<aside class="tsd-sources">
|
|
96
96
|
<ul>
|
|
97
|
-
<li>Defined in packages/core/src/actions/actions.ts:
|
|
97
|
+
<li>Defined in packages/core/src/actions/actions.ts:339</li>
|
|
98
98
|
</ul>
|
|
99
99
|
</aside>
|
|
100
100
|
</section>
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
<div class="tsd-signature tsd-kind-icon">uischema<span class="tsd-signature-symbol">:</span> <a href="uischemaelement.html" class="tsd-signature-type">UISchemaElement</a></div>
|
|
105
105
|
<aside class="tsd-sources">
|
|
106
106
|
<ul>
|
|
107
|
-
<li>Defined in packages/core/src/actions/actions.ts:
|
|
107
|
+
<li>Defined in packages/core/src/actions/actions.ts:340</li>
|
|
108
108
|
</ul>
|
|
109
109
|
</aside>
|
|
110
110
|
</section>
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
<div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"jsonforms/SET_VALIDATION_MODE"</span></div>
|
|
95
95
|
<aside class="tsd-sources">
|
|
96
96
|
<ul>
|
|
97
|
-
<li>Defined in packages/core/src/actions/actions.ts:
|
|
97
|
+
<li>Defined in packages/core/src/actions/actions.ts:107</li>
|
|
98
98
|
</ul>
|
|
99
99
|
</aside>
|
|
100
100
|
</section>
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
<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>
|
|
105
105
|
<aside class="tsd-sources">
|
|
106
106
|
<ul>
|
|
107
|
-
<li>Defined in packages/core/src/actions/actions.ts:
|
|
107
|
+
<li>Defined in packages/core/src/actions/actions.ts:108</li>
|
|
108
108
|
</ul>
|
|
109
109
|
</aside>
|
|
110
110
|
</section>
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
<aside class="tsd-sources">
|
|
149
149
|
<p>Overrides <a href="statepropsofscopedrenderer.html">StatePropsOfScopedRenderer</a>.<a href="statepropsofscopedrenderer.html#data">data</a></p>
|
|
150
150
|
<ul>
|
|
151
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
151
|
+
<li>Defined in packages/core/src/util/renderer.ts:1012</li>
|
|
152
152
|
</ul>
|
|
153
153
|
</aside>
|
|
154
154
|
</section>
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
<div class="tsd-signature tsd-kind-icon">min<wbr>Items<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
239
239
|
<aside class="tsd-sources">
|
|
240
240
|
<ul>
|
|
241
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
241
|
+
<li>Defined in packages/core/src/util/renderer.ts:1013</li>
|
|
242
242
|
</ul>
|
|
243
243
|
</aside>
|
|
244
244
|
</section>
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
<aside class="tsd-sources">
|
|
149
149
|
<p>Overrides <a href="statepropsofscopedrenderer.html">StatePropsOfScopedRenderer</a>.<a href="statepropsofscopedrenderer.html#data">data</a></p>
|
|
150
150
|
<ul>
|
|
151
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
151
|
+
<li>Defined in packages/core/src/util/renderer.ts:928</li>
|
|
152
152
|
</ul>
|
|
153
153
|
</aside>
|
|
154
154
|
</section>
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
<aside class="tsd-sources">
|
|
208
208
|
<p>Overrides <a href="statepropsofscopedrenderer.html">StatePropsOfScopedRenderer</a>.<a href="statepropsofscopedrenderer.html#id">id</a></p>
|
|
209
209
|
<ul>
|
|
210
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
210
|
+
<li>Defined in packages/core/src/util/renderer.ts:925</li>
|
|
211
211
|
</ul>
|
|
212
212
|
</aside>
|
|
213
213
|
</section>
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
<div class="tsd-signature tsd-kind-icon">index<wbr>OfFitting<wbr>Schema<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
218
218
|
<aside class="tsd-sources">
|
|
219
219
|
<ul>
|
|
220
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
220
|
+
<li>Defined in packages/core/src/util/renderer.ts:926</li>
|
|
221
221
|
</ul>
|
|
222
222
|
</aside>
|
|
223
223
|
</section>
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
<aside class="tsd-sources">
|
|
245
245
|
<p>Overrides <a href="statepropsofrenderer.html">StatePropsOfRenderer</a>.<a href="statepropsofrenderer.html#path">path</a></p>
|
|
246
246
|
<ul>
|
|
247
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
247
|
+
<li>Defined in packages/core/src/util/renderer.ts:924</li>
|
|
248
248
|
</ul>
|
|
249
249
|
</aside>
|
|
250
250
|
</section>
|
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
<aside class="tsd-sources">
|
|
288
288
|
<p>Overrides <a href="statepropsofscopedrenderer.html">StatePropsOfScopedRenderer</a>.<a href="statepropsofscopedrenderer.html#rootschema">rootSchema</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:923</li>
|
|
291
291
|
</ul>
|
|
292
292
|
</aside>
|
|
293
293
|
</section>
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
<div class="tsd-signature tsd-kind-icon">uischemas<span class="tsd-signature-symbol">:</span> <a href="jsonformsuischemaregistryentry.html" class="tsd-signature-type">JsonFormsUISchemaRegistryEntry</a><span class="tsd-signature-symbol">[]</span></div>
|
|
326
326
|
<aside class="tsd-sources">
|
|
327
327
|
<ul>
|
|
328
|
-
<li>Defined in packages/core/src/util/renderer.ts:
|
|
328
|
+
<li>Defined in packages/core/src/util/renderer.ts:927</li>
|
|
329
329
|
</ul>
|
|
330
330
|
</aside>
|
|
331
331
|
</section>
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<div class="tsd-signature tsd-kind-icon">options<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{}</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:178</li>
|
|
120
120
|
</ul>
|
|
121
121
|
</aside>
|
|
122
122
|
<div class="tsd-comment tsd-typography">
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
<div class="tsd-signature tsd-kind-icon">rule<span class="tsd-signature-symbol">:</span> <a href="rule.html" class="tsd-signature-type">Rule</a></div>
|
|
140
140
|
<aside class="tsd-sources">
|
|
141
141
|
<ul>
|
|
142
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
142
|
+
<li>Defined in packages/core/src/models/uischema.ts:173</li>
|
|
143
143
|
</ul>
|
|
144
144
|
</aside>
|
|
145
145
|
<div class="tsd-comment tsd-typography">
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
<div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
155
155
|
<aside class="tsd-sources">
|
|
156
156
|
<ul>
|
|
157
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
157
|
+
<li>Defined in packages/core/src/models/uischema.ts:168</li>
|
|
158
158
|
</ul>
|
|
159
159
|
</aside>
|
|
160
160
|
<div class="tsd-comment tsd-typography">
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
<div class="tsd-signature tsd-kind-icon">schema<wbr>Path<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
95
95
|
<aside class="tsd-sources">
|
|
96
96
|
<ul>
|
|
97
|
-
<li>Defined in packages/core/src/actions/actions.ts:
|
|
97
|
+
<li>Defined in packages/core/src/actions/actions.ts:152</li>
|
|
98
98
|
</ul>
|
|
99
99
|
</aside>
|
|
100
100
|
</section>
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
<div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"jsonforms/REMOVE_DEFAULT_DATA"</span></div>
|
|
105
105
|
<aside class="tsd-sources">
|
|
106
106
|
<ul>
|
|
107
|
-
<li>Defined in packages/core/src/actions/actions.ts:
|
|
107
|
+
<li>Defined in packages/core/src/actions/actions.ts:151</li>
|
|
108
108
|
</ul>
|
|
109
109
|
</aside>
|
|
110
110
|
</section>
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
<div class="tsd-signature tsd-kind-icon">error<wbr>Translator<span class="tsd-signature-symbol">:</span> <a href="../globals.html#errortranslator" class="tsd-signature-type">ErrorTranslator</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span></div>
|
|
97
97
|
<aside class="tsd-sources">
|
|
98
98
|
<ul>
|
|
99
|
-
<li>Defined in packages/core/src/actions/actions.ts:
|
|
99
|
+
<li>Defined in packages/core/src/actions/actions.ts:324</li>
|
|
100
100
|
</ul>
|
|
101
101
|
</aside>
|
|
102
102
|
</section>
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
<div class="tsd-signature tsd-kind-icon">locale<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span></div>
|
|
107
107
|
<aside class="tsd-sources">
|
|
108
108
|
<ul>
|
|
109
|
-
<li>Defined in packages/core/src/actions/actions.ts:
|
|
109
|
+
<li>Defined in packages/core/src/actions/actions.ts:322</li>
|
|
110
110
|
</ul>
|
|
111
111
|
</aside>
|
|
112
112
|
</section>
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<div class="tsd-signature tsd-kind-icon">translator<span class="tsd-signature-symbol">:</span> <a href="../globals.html#translator" class="tsd-signature-type">Translator</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span></div>
|
|
117
117
|
<aside class="tsd-sources">
|
|
118
118
|
<ul>
|
|
119
|
-
<li>Defined in packages/core/src/actions/actions.ts:
|
|
119
|
+
<li>Defined in packages/core/src/actions/actions.ts:323</li>
|
|
120
120
|
</ul>
|
|
121
121
|
</aside>
|
|
122
122
|
</section>
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
<div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"jsonforms/UPDATE_I18N"</span></div>
|
|
127
127
|
<aside class="tsd-sources">
|
|
128
128
|
<ul>
|
|
129
|
-
<li>Defined in packages/core/src/actions/actions.ts:
|
|
129
|
+
<li>Defined in packages/core/src/actions/actions.ts:321</li>
|
|
130
130
|
</ul>
|
|
131
131
|
</aside>
|
|
132
132
|
</section>
|
|
@@ -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:196</li>
|
|
169
169
|
</ul>
|
|
170
170
|
</aside>
|
|
171
171
|
</section>
|
package/lib/actions/actions.d.ts
CHANGED