@jsonforms/core 3.0.0 → 3.1.0-alpha.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/lib/Helpers.d.ts +1 -1
- package/lib/actions/actions.d.ts +6 -5
- package/lib/generators/Generate.d.ts +1 -1
- package/lib/generators/schema.d.ts +1 -1
- package/lib/i18n/i18nTypes.d.ts +3 -2
- package/lib/i18n/i18nUtil.d.ts +2 -2
- package/lib/jsonforms-core.cjs.js +3 -3
- package/lib/jsonforms-core.cjs.js.map +1 -1
- package/lib/jsonforms-core.esm.js +2 -2
- package/lib/jsonforms-core.esm.js.map +1 -1
- package/lib/models/jsonSchema.d.ts +2 -2
- package/lib/models/uischema.d.ts +1 -1
- package/lib/reducers/cells.d.ts +2 -2
- package/lib/reducers/config.d.ts +1 -1
- package/lib/reducers/core.d.ts +3 -2
- package/lib/reducers/default-data.d.ts +1 -1
- package/lib/reducers/i18n.d.ts +1 -1
- package/lib/reducers/reducers.d.ts +4 -4
- package/lib/reducers/renderers.d.ts +2 -2
- package/lib/reducers/selectors.d.ts +6 -6
- package/lib/reducers/uischemas.d.ts +2 -2
- package/lib/store.d.ts +3 -3
- package/lib/testers/testers.d.ts +1 -1
- package/lib/util/cell.d.ts +3 -3
- package/lib/util/combinators.d.ts +1 -1
- package/lib/util/label.d.ts +1 -1
- package/lib/util/path.d.ts +6 -3
- package/lib/util/renderer.d.ts +5 -5
- package/lib/util/resolvers.d.ts +1 -1
- package/lib/util/runtime.d.ts +2 -2
- package/lib/util/util.d.ts +2 -2
- package/lib/util/validator.d.ts +1 -1
- package/package.json +7 -3
- package/src/Helpers.ts +1 -1
- package/src/actions/actions.ts +6 -5
- package/src/generators/Generate.ts +1 -1
- package/src/generators/schema.ts +1 -1
- package/src/i18n/i18nTypes.ts +3 -2
- package/src/i18n/i18nUtil.ts +2 -2
- package/src/models/jsonSchema.ts +2 -2
- package/src/models/uischema.ts +1 -1
- package/src/reducers/cells.ts +2 -2
- package/src/reducers/config.ts +1 -1
- package/src/reducers/core.ts +4 -3
- package/src/reducers/default-data.ts +1 -1
- package/src/reducers/i18n.ts +1 -1
- package/src/reducers/reducers.ts +4 -4
- package/src/reducers/renderers.ts +2 -2
- package/src/reducers/selectors.ts +6 -6
- package/src/reducers/uischemas.ts +2 -2
- package/src/store.ts +3 -3
- package/src/testers/testers.ts +2 -2
- package/src/util/cell.ts +3 -3
- package/src/util/combinators.ts +1 -1
- package/src/util/label.ts +1 -1
- package/src/util/path.ts +6 -3
- package/src/util/renderer.ts +5 -5
- package/src/util/resolvers.ts +2 -2
- package/src/util/runtime.ts +2 -2
- package/src/util/util.ts +2 -2
- package/src/util/validator.ts +1 -1
- package/.nycrc +0 -6
- package/docs/assets/css/main.css +0 -1
- package/docs/assets/images/icons.png +0 -0
- package/docs/assets/images/icons@2x.png +0 -0
- package/docs/assets/images/widgets.png +0 -0
- package/docs/assets/images/widgets@2x.png +0 -0
- package/docs/assets/js/main.js +0 -51
- package/docs/assets/js/search.json +0 -1
- package/docs/classes/gen.html +0 -406
- package/docs/enums/ruleeffect.html +0 -214
- package/docs/globals.html +0 -10568
- package/docs/index.html +0 -1297
- package/docs/interfaces/action.html +0 -166
- package/docs/interfaces/addcellrendereraction.html +0 -181
- package/docs/interfaces/addrendereraction.html +0 -181
- package/docs/interfaces/adduischemaaction.html +0 -181
- package/docs/interfaces/andcondition.html +0 -181
- package/docs/interfaces/anyaction.html +0 -189
- package/docs/interfaces/arraycontrolprops.html +0 -653
- package/docs/interfaces/arraylayoutprops.html +0 -648
- package/docs/interfaces/categorization.html +0 -281
- package/docs/interfaces/category.html +0 -279
- package/docs/interfaces/cellprops.html +0 -452
- package/docs/interfaces/combinatorrendererprops.html +0 -503
- package/docs/interfaces/combinatorsubschemarenderinfo.html +0 -181
- package/docs/interfaces/composablecondition.html +0 -193
- package/docs/interfaces/condition.html +0 -176
- package/docs/interfaces/controlelement.html +0 -280
- package/docs/interfaces/controlprops.html +0 -497
- package/docs/interfaces/controlstate.html +0 -184
- package/docs/interfaces/controlwithdetailprops.html +0 -501
- package/docs/interfaces/dispatchcellprops.html +0 -388
- package/docs/interfaces/dispatchcellstateprops.html +0 -408
- package/docs/interfaces/dispatchpropsofarraycontrol.html +0 -322
- package/docs/interfaces/dispatchpropsofcontrol.html +0 -204
- package/docs/interfaces/dispatchpropsofmultienumcontrol.html +0 -215
- package/docs/interfaces/enumcellprops.html +0 -467
- package/docs/interfaces/enumoption.html +0 -167
- package/docs/interfaces/formatted.html +0 -226
- package/docs/interfaces/grouplayout.html +0 -284
- package/docs/interfaces/horizontallayout.html +0 -234
- package/docs/interfaces/initaction.html +0 -209
- package/docs/interfaces/initactionoptions.html +0 -181
- package/docs/interfaces/internationalizable.html +0 -170
- package/docs/interfaces/jsonformscellrendererregistryentry.html +0 -167
- package/docs/interfaces/jsonformscore.html +0 -251
- package/docs/interfaces/jsonformsdefaultdataregistryentry.html +0 -167
- package/docs/interfaces/jsonformsextendedstate.html +0 -175
- package/docs/interfaces/jsonformsi18nstate.html +0 -181
- package/docs/interfaces/jsonformsprops.html +0 -321
- package/docs/interfaces/jsonformsrendererregistryentry.html +0 -167
- package/docs/interfaces/jsonformsstate.html +0 -170
- package/docs/interfaces/jsonformsstore.html +0 -376
- package/docs/interfaces/jsonformssubstates.html +0 -276
- package/docs/interfaces/jsonformsuischemaregistryentry.html +0 -167
- package/docs/interfaces/jsonschema4.html +0 -758
- package/docs/interfaces/jsonschema7.html +0 -884
- package/docs/interfaces/labelable.html +0 -184
- package/docs/interfaces/labeldescription.html +0 -184
- package/docs/interfaces/labeled.html +0 -182
- package/docs/interfaces/labelelement.html +0 -251
- package/docs/interfaces/labelprops.html +0 -339
- package/docs/interfaces/layout.html +0 -253
- package/docs/interfaces/layoutprops.html +0 -359
- package/docs/interfaces/leafcondition.html +0 -209
- package/docs/interfaces/orcondition.html +0 -181
- package/docs/interfaces/ownpropsofcell.html +0 -321
- package/docs/interfaces/ownpropsofcontrol.html +0 -305
- package/docs/interfaces/ownpropsofenum.html +0 -161
- package/docs/interfaces/ownpropsofenumcell.html +0 -335
- package/docs/interfaces/ownpropsofjsonformsrenderer.html +0 -296
- package/docs/interfaces/ownpropsoflabel.html +0 -286
- package/docs/interfaces/ownpropsoflayout.html +0 -305
- package/docs/interfaces/ownpropsofmasterlistitem.html +0 -289
- package/docs/interfaces/ownpropsofrenderer.html +0 -292
- package/docs/interfaces/referenceschemamap.html +0 -138
- package/docs/interfaces/registerdefaultdataaction.html +0 -181
- package/docs/interfaces/removecellrendereraction.html +0 -181
- package/docs/interfaces/removerendereraction.html +0 -181
- package/docs/interfaces/removeuischemaaction.html +0 -167
- package/docs/interfaces/rendererprops.html +0 -331
- package/docs/interfaces/rule.html +0 -185
- package/docs/interfaces/schemabasedcondition.html +0 -202
- package/docs/interfaces/scopable.html +0 -171
- package/docs/interfaces/scoped.html +0 -183
- package/docs/interfaces/setajvaction.html +0 -167
- package/docs/interfaces/setconfigaction.html +0 -167
- package/docs/interfaces/setlocaleaction.html +0 -167
- package/docs/interfaces/setschemaaction.html +0 -167
- package/docs/interfaces/settranslatoraction.html +0 -181
- package/docs/interfaces/setuischemaaction.html +0 -167
- package/docs/interfaces/setvalidationmodeaction.html +0 -167
- package/docs/interfaces/statepropsofarraycontrol.html +0 -474
- package/docs/interfaces/statepropsofarraylayout.html +0 -461
- package/docs/interfaces/statepropsofcell.html +0 -408
- package/docs/interfaces/statepropsofcombinator.html +0 -449
- package/docs/interfaces/statepropsofcontrol.html +0 -451
- package/docs/interfaces/statepropsofcontrolwithdetail.html +0 -463
- package/docs/interfaces/statepropsofenumcell.html +0 -422
- package/docs/interfaces/statepropsofjsonformsrenderer.html +0 -324
- package/docs/interfaces/statepropsoflabel.html +0 -343
- package/docs/interfaces/statepropsoflayout.html +0 -369
- package/docs/interfaces/statepropsofmasteritem.html +0 -309
- package/docs/interfaces/statepropsofrenderer.html +0 -331
- package/docs/interfaces/statepropsofscopedrenderer.html +0 -391
- package/docs/interfaces/store.html +0 -386
- package/docs/interfaces/testercontext.html +0 -184
- package/docs/interfaces/uischemaelement.html +0 -225
- package/docs/interfaces/unregisterdefaultdataaction.html +0 -167
- package/docs/interfaces/updateaction.html +0 -202
- package/docs/interfaces/updatecoreaction.html +0 -209
- package/docs/interfaces/updateerrorsaction.html +0 -167
- package/docs/interfaces/updatei18naction.html +0 -195
- package/docs/interfaces/verticallayout.html +0 -234
- package/docs/interfaces/withclassname.html +0 -153
- package/rollup.config.js +0 -44
- package/stats.html +0 -3279
- package/test/actions/actions.test.ts +0 -93
- package/test/generators/schema.test.ts +0 -224
- package/test/generators/uischema.test.ts +0 -576
- package/test/i18n/i18nUtil.test.ts +0 -88
- package/test/reducers/core.test.ts +0 -1682
- package/test/reducers/uischemas.test.ts +0 -173
- package/test/testers.test.ts +0 -948
- package/test/util/array.test.ts +0 -28
- package/test/util/cell.test.ts +0 -354
- package/test/util/derivetype.test.ts +0 -101
- package/test/util/label.test.ts +0 -364
- package/test/util/path.test.ts +0 -259
- package/test/util/renderer.test.ts +0 -1830
- package/test/util/resolvers.test.ts +0 -157
- package/test/util/runtime.test.ts +0 -779
- package/tsconfig.json +0 -13
package/docs/classes/gen.html
DELETED
|
@@ -1,406 +0,0 @@
|
|
|
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>Gen | 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="gen.html">Gen</a>
|
|
58
|
-
</li>
|
|
59
|
-
</ul>
|
|
60
|
-
<h1>Class Gen</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">Gen</span>
|
|
72
|
-
</li>
|
|
73
|
-
</ul>
|
|
74
|
-
</section>
|
|
75
|
-
<section class="tsd-panel-group tsd-index-group">
|
|
76
|
-
<h2>Index</h2>
|
|
77
|
-
<section class="tsd-panel tsd-index-panel">
|
|
78
|
-
<div class="tsd-index-content">
|
|
79
|
-
<section class="tsd-index-section ">
|
|
80
|
-
<h3>Constructors</h3>
|
|
81
|
-
<ul class="tsd-index-list">
|
|
82
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class"><a href="gen.html#constructor" class="tsd-kind-icon">constructor</a></li>
|
|
83
|
-
</ul>
|
|
84
|
-
</section>
|
|
85
|
-
<section class="tsd-index-section tsd-is-private tsd-is-private-protected">
|
|
86
|
-
<h3>Properties</h3>
|
|
87
|
-
<ul class="tsd-index-list">
|
|
88
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><a href="gen.html#findoption" class="tsd-kind-icon">find<wbr>Option</a></li>
|
|
89
|
-
</ul>
|
|
90
|
-
</section>
|
|
91
|
-
<section class="tsd-index-section ">
|
|
92
|
-
<h3>Methods</h3>
|
|
93
|
-
<ul class="tsd-index-list">
|
|
94
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><a href="gen.html#properties" class="tsd-kind-icon">properties</a></li>
|
|
95
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><a href="gen.html#property" class="tsd-kind-icon">property</a></li>
|
|
96
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><a href="gen.html#schemaarray" class="tsd-kind-icon">schema<wbr>Array</a></li>
|
|
97
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><a href="gen.html#schemaobject" class="tsd-kind-icon">schema<wbr>Object</a></li>
|
|
98
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><a href="gen.html#schemaobjectorarray" class="tsd-kind-icon">schema<wbr>Object<wbr>OrArray</a></li>
|
|
99
|
-
</ul>
|
|
100
|
-
</section>
|
|
101
|
-
</div>
|
|
102
|
-
</section>
|
|
103
|
-
</section>
|
|
104
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
105
|
-
<h2>Constructors</h2>
|
|
106
|
-
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class">
|
|
107
|
-
<a name="constructor" class="tsd-anchor"></a>
|
|
108
|
-
<h3>constructor</h3>
|
|
109
|
-
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class">
|
|
110
|
-
<li class="tsd-signature tsd-kind-icon">new <wbr>Gen<span class="tsd-signature-symbol">(</span>findOption<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span>props<span class="tsd-signature-symbol">: </span><a href="../globals.html#properties" class="tsd-signature-type">Properties</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-symbol">(</span>optionName<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">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="gen.html" class="tsd-signature-type">Gen</a></li>
|
|
111
|
-
</ul>
|
|
112
|
-
<ul class="tsd-descriptions">
|
|
113
|
-
<li class="tsd-description">
|
|
114
|
-
<aside class="tsd-sources">
|
|
115
|
-
<ul>
|
|
116
|
-
<li>Defined in packages/core/src/generators/schema.ts:50</li>
|
|
117
|
-
</ul>
|
|
118
|
-
</aside>
|
|
119
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
120
|
-
<ul class="tsd-parameters">
|
|
121
|
-
<li>
|
|
122
|
-
<h5>findOption: <span class="tsd-signature-symbol">(</span>props<span class="tsd-signature-symbol">: </span><a href="../globals.html#properties" class="tsd-signature-type">Properties</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-symbol">(</span>optionName<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">any</span></h5>
|
|
123
|
-
<ul class="tsd-parameters">
|
|
124
|
-
<li class="tsd-parameter-signature">
|
|
125
|
-
<ul class="tsd-signatures tsd-kind-type-literal">
|
|
126
|
-
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>props<span class="tsd-signature-symbol">: </span><a href="../globals.html#properties" class="tsd-signature-type">Properties</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span>optionName<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">any</span></li>
|
|
127
|
-
</ul>
|
|
128
|
-
<ul class="tsd-descriptions">
|
|
129
|
-
<li class="tsd-description">
|
|
130
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
131
|
-
<ul class="tsd-parameters">
|
|
132
|
-
<li>
|
|
133
|
-
<h5>props: <a href="../globals.html#properties" class="tsd-signature-type">Properties</a></h5>
|
|
134
|
-
</li>
|
|
135
|
-
</ul>
|
|
136
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">(</span>optionName<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">any</span></h4>
|
|
137
|
-
<ul class="tsd-parameters">
|
|
138
|
-
<li class="tsd-parameter-signature">
|
|
139
|
-
<ul class="tsd-signatures tsd-kind-type-literal">
|
|
140
|
-
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>optionName<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">any</span></li>
|
|
141
|
-
</ul>
|
|
142
|
-
<ul class="tsd-descriptions">
|
|
143
|
-
<li class="tsd-description">
|
|
144
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
145
|
-
<ul class="tsd-parameters">
|
|
146
|
-
<li>
|
|
147
|
-
<h5>optionName: <span class="tsd-signature-type">string</span></h5>
|
|
148
|
-
</li>
|
|
149
|
-
</ul>
|
|
150
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
|
|
151
|
-
</li>
|
|
152
|
-
</ul>
|
|
153
|
-
</li>
|
|
154
|
-
</ul>
|
|
155
|
-
</li>
|
|
156
|
-
</ul>
|
|
157
|
-
</li>
|
|
158
|
-
</ul>
|
|
159
|
-
</li>
|
|
160
|
-
</ul>
|
|
161
|
-
<h4 class="tsd-returns-title">Returns <a href="gen.html" class="tsd-signature-type">Gen</a></h4>
|
|
162
|
-
</li>
|
|
163
|
-
</ul>
|
|
164
|
-
</section>
|
|
165
|
-
</section>
|
|
166
|
-
<section class="tsd-panel-group tsd-member-group tsd-is-private tsd-is-private-protected">
|
|
167
|
-
<h2>Properties</h2>
|
|
168
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private">
|
|
169
|
-
<a name="findoption" class="tsd-anchor"></a>
|
|
170
|
-
<h3><span class="tsd-flag ts-flagPrivate">Private</span> find<wbr>Option</h3>
|
|
171
|
-
<div class="tsd-signature tsd-kind-icon">find<wbr>Option<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>props<span class="tsd-signature-symbol">: </span><a href="../globals.html#properties" class="tsd-signature-type">Properties</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-symbol">(</span>optionName<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">any</span></div>
|
|
172
|
-
<aside class="tsd-sources">
|
|
173
|
-
<ul>
|
|
174
|
-
<li>Defined in packages/core/src/generators/schema.ts:52</li>
|
|
175
|
-
</ul>
|
|
176
|
-
</aside>
|
|
177
|
-
<div class="tsd-type-declaration">
|
|
178
|
-
<h4>Type declaration</h4>
|
|
179
|
-
<ul class="tsd-parameters">
|
|
180
|
-
<li class="tsd-parameter-signature">
|
|
181
|
-
<ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-class">
|
|
182
|
-
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>props<span class="tsd-signature-symbol">: </span><a href="../globals.html#properties" class="tsd-signature-type">Properties</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span>optionName<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">any</span></li>
|
|
183
|
-
</ul>
|
|
184
|
-
<ul class="tsd-descriptions">
|
|
185
|
-
<li class="tsd-description">
|
|
186
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
187
|
-
<ul class="tsd-parameters">
|
|
188
|
-
<li>
|
|
189
|
-
<h5>props: <a href="../globals.html#properties" class="tsd-signature-type">Properties</a></h5>
|
|
190
|
-
</li>
|
|
191
|
-
</ul>
|
|
192
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">(</span>optionName<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">any</span></h4>
|
|
193
|
-
<ul class="tsd-parameters">
|
|
194
|
-
<li class="tsd-parameter-signature">
|
|
195
|
-
<ul class="tsd-signatures tsd-kind-type-literal">
|
|
196
|
-
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>optionName<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">any</span></li>
|
|
197
|
-
</ul>
|
|
198
|
-
<ul class="tsd-descriptions">
|
|
199
|
-
<li class="tsd-description">
|
|
200
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
201
|
-
<ul class="tsd-parameters">
|
|
202
|
-
<li>
|
|
203
|
-
<h5>optionName: <span class="tsd-signature-type">string</span></h5>
|
|
204
|
-
</li>
|
|
205
|
-
</ul>
|
|
206
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
|
|
207
|
-
</li>
|
|
208
|
-
</ul>
|
|
209
|
-
</li>
|
|
210
|
-
</ul>
|
|
211
|
-
</li>
|
|
212
|
-
</ul>
|
|
213
|
-
</li>
|
|
214
|
-
</ul>
|
|
215
|
-
</div>
|
|
216
|
-
</section>
|
|
217
|
-
</section>
|
|
218
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
219
|
-
<h2>Methods</h2>
|
|
220
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
221
|
-
<a name="properties" class="tsd-anchor"></a>
|
|
222
|
-
<h3>properties</h3>
|
|
223
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
224
|
-
<li class="tsd-signature tsd-kind-icon">properties<span class="tsd-signature-symbol">(</span>data<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../globals.html#properties" class="tsd-signature-type">Properties</a></li>
|
|
225
|
-
</ul>
|
|
226
|
-
<ul class="tsd-descriptions">
|
|
227
|
-
<li class="tsd-description">
|
|
228
|
-
<aside class="tsd-sources">
|
|
229
|
-
<ul>
|
|
230
|
-
<li>Defined in packages/core/src/generators/schema.ts:70</li>
|
|
231
|
-
</ul>
|
|
232
|
-
</aside>
|
|
233
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
234
|
-
<ul class="tsd-parameters">
|
|
235
|
-
<li>
|
|
236
|
-
<h5>data: <span class="tsd-signature-type">any</span></h5>
|
|
237
|
-
</li>
|
|
238
|
-
</ul>
|
|
239
|
-
<h4 class="tsd-returns-title">Returns <a href="../globals.html#properties" class="tsd-signature-type">Properties</a></h4>
|
|
240
|
-
</li>
|
|
241
|
-
</ul>
|
|
242
|
-
</section>
|
|
243
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
244
|
-
<a name="property" class="tsd-anchor"></a>
|
|
245
|
-
<h3>property</h3>
|
|
246
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
247
|
-
<li class="tsd-signature tsd-kind-icon">property<span class="tsd-signature-symbol">(</span>data<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/jsonschema4.html" class="tsd-signature-type">JsonSchema4</a></li>
|
|
248
|
-
</ul>
|
|
249
|
-
<ul class="tsd-descriptions">
|
|
250
|
-
<li class="tsd-description">
|
|
251
|
-
<aside class="tsd-sources">
|
|
252
|
-
<ul>
|
|
253
|
-
<li>Defined in packages/core/src/generators/schema.ts:80</li>
|
|
254
|
-
</ul>
|
|
255
|
-
</aside>
|
|
256
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
257
|
-
<ul class="tsd-parameters">
|
|
258
|
-
<li>
|
|
259
|
-
<h5>data: <span class="tsd-signature-type">any</span></h5>
|
|
260
|
-
</li>
|
|
261
|
-
</ul>
|
|
262
|
-
<h4 class="tsd-returns-title">Returns <a href="../interfaces/jsonschema4.html" class="tsd-signature-type">JsonSchema4</a></h4>
|
|
263
|
-
</li>
|
|
264
|
-
</ul>
|
|
265
|
-
</section>
|
|
266
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
267
|
-
<a name="schemaarray" class="tsd-anchor"></a>
|
|
268
|
-
<h3>schema<wbr>Array</h3>
|
|
269
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
270
|
-
<li class="tsd-signature tsd-kind-icon">schema<wbr>Array<span class="tsd-signature-symbol">(</span>data<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/jsonschema4.html" class="tsd-signature-type">JsonSchema4</a></li>
|
|
271
|
-
</ul>
|
|
272
|
-
<ul class="tsd-descriptions">
|
|
273
|
-
<li class="tsd-description">
|
|
274
|
-
<aside class="tsd-sources">
|
|
275
|
-
<ul>
|
|
276
|
-
<li>Defined in packages/core/src/generators/schema.ts:111</li>
|
|
277
|
-
</ul>
|
|
278
|
-
</aside>
|
|
279
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
280
|
-
<ul class="tsd-parameters">
|
|
281
|
-
<li>
|
|
282
|
-
<h5>data: <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
283
|
-
</li>
|
|
284
|
-
</ul>
|
|
285
|
-
<h4 class="tsd-returns-title">Returns <a href="../interfaces/jsonschema4.html" class="tsd-signature-type">JsonSchema4</a></h4>
|
|
286
|
-
</li>
|
|
287
|
-
</ul>
|
|
288
|
-
</section>
|
|
289
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
290
|
-
<a name="schemaobject" class="tsd-anchor"></a>
|
|
291
|
-
<h3>schema<wbr>Object</h3>
|
|
292
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
293
|
-
<li class="tsd-signature tsd-kind-icon">schema<wbr>Object<span class="tsd-signature-symbol">(</span>data<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Object</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/jsonschema4.html" class="tsd-signature-type">JsonSchema4</a></li>
|
|
294
|
-
</ul>
|
|
295
|
-
<ul class="tsd-descriptions">
|
|
296
|
-
<li class="tsd-description">
|
|
297
|
-
<aside class="tsd-sources">
|
|
298
|
-
<ul>
|
|
299
|
-
<li>Defined in packages/core/src/generators/schema.ts:55</li>
|
|
300
|
-
</ul>
|
|
301
|
-
</aside>
|
|
302
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
303
|
-
<ul class="tsd-parameters">
|
|
304
|
-
<li>
|
|
305
|
-
<h5>data: <span class="tsd-signature-type">Object</span></h5>
|
|
306
|
-
</li>
|
|
307
|
-
</ul>
|
|
308
|
-
<h4 class="tsd-returns-title">Returns <a href="../interfaces/jsonschema4.html" class="tsd-signature-type">JsonSchema4</a></h4>
|
|
309
|
-
</li>
|
|
310
|
-
</ul>
|
|
311
|
-
</section>
|
|
312
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
313
|
-
<a name="schemaobjectorarray" class="tsd-anchor"></a>
|
|
314
|
-
<h3>schema<wbr>Object<wbr>OrArray</h3>
|
|
315
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
316
|
-
<li class="tsd-signature tsd-kind-icon">schema<wbr>Object<wbr>OrArray<span class="tsd-signature-symbol">(</span>data<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/jsonschema4.html" class="tsd-signature-type">JsonSchema4</a></li>
|
|
317
|
-
</ul>
|
|
318
|
-
<ul class="tsd-descriptions">
|
|
319
|
-
<li class="tsd-description">
|
|
320
|
-
<aside class="tsd-sources">
|
|
321
|
-
<ul>
|
|
322
|
-
<li>Defined in packages/core/src/generators/schema.ts:103</li>
|
|
323
|
-
</ul>
|
|
324
|
-
</aside>
|
|
325
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
326
|
-
<ul class="tsd-parameters">
|
|
327
|
-
<li>
|
|
328
|
-
<h5>data: <span class="tsd-signature-type">any</span></h5>
|
|
329
|
-
</li>
|
|
330
|
-
</ul>
|
|
331
|
-
<h4 class="tsd-returns-title">Returns <a href="../interfaces/jsonschema4.html" class="tsd-signature-type">JsonSchema4</a></h4>
|
|
332
|
-
</li>
|
|
333
|
-
</ul>
|
|
334
|
-
</section>
|
|
335
|
-
</section>
|
|
336
|
-
</div>
|
|
337
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
338
|
-
<nav class="tsd-navigation primary">
|
|
339
|
-
<ul>
|
|
340
|
-
<li class="globals ">
|
|
341
|
-
<a href="../globals.html"><em>Globals</em></a>
|
|
342
|
-
</li>
|
|
343
|
-
</ul>
|
|
344
|
-
</nav>
|
|
345
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
346
|
-
<ul class="before-current">
|
|
347
|
-
</ul>
|
|
348
|
-
<ul class="current">
|
|
349
|
-
<li class="current tsd-kind-class">
|
|
350
|
-
<a href="gen.html" class="tsd-kind-icon">Gen</a>
|
|
351
|
-
<ul>
|
|
352
|
-
<li class=" tsd-kind-constructor tsd-parent-kind-class">
|
|
353
|
-
<a href="gen.html#constructor" class="tsd-kind-icon">constructor</a>
|
|
354
|
-
</li>
|
|
355
|
-
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-private">
|
|
356
|
-
<a href="gen.html#findoption" class="tsd-kind-icon">find<wbr>Option</a>
|
|
357
|
-
</li>
|
|
358
|
-
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
359
|
-
<a href="gen.html#properties" class="tsd-kind-icon">properties</a>
|
|
360
|
-
</li>
|
|
361
|
-
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
362
|
-
<a href="gen.html#property" class="tsd-kind-icon">property</a>
|
|
363
|
-
</li>
|
|
364
|
-
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
365
|
-
<a href="gen.html#schemaarray" class="tsd-kind-icon">schema<wbr>Array</a>
|
|
366
|
-
</li>
|
|
367
|
-
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
368
|
-
<a href="gen.html#schemaobject" class="tsd-kind-icon">schema<wbr>Object</a>
|
|
369
|
-
</li>
|
|
370
|
-
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
371
|
-
<a href="gen.html#schemaobjectorarray" class="tsd-kind-icon">schema<wbr>Object<wbr>OrArray</a>
|
|
372
|
-
</li>
|
|
373
|
-
</ul>
|
|
374
|
-
</li>
|
|
375
|
-
</ul>
|
|
376
|
-
<ul class="after-current">
|
|
377
|
-
</ul>
|
|
378
|
-
</nav>
|
|
379
|
-
</div>
|
|
380
|
-
</div>
|
|
381
|
-
</div>
|
|
382
|
-
<footer class="with-border-bottom">
|
|
383
|
-
<div class="container">
|
|
384
|
-
<h2>Legend</h2>
|
|
385
|
-
<div class="tsd-legend-group">
|
|
386
|
-
<ul class="tsd-legend">
|
|
387
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
388
|
-
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
|
|
389
|
-
</ul>
|
|
390
|
-
<ul class="tsd-legend">
|
|
391
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
|
|
392
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
393
|
-
</ul>
|
|
394
|
-
<ul class="tsd-legend">
|
|
395
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
|
|
396
|
-
</ul>
|
|
397
|
-
</div>
|
|
398
|
-
</div>
|
|
399
|
-
</footer>
|
|
400
|
-
<div class="container tsd-generator">
|
|
401
|
-
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
|
402
|
-
</div>
|
|
403
|
-
<div class="overlay"></div>
|
|
404
|
-
<script src="../assets/js/main.js"></script>
|
|
405
|
-
</body>
|
|
406
|
-
</html>
|
|
@@ -1,214 +0,0 @@
|
|
|
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>RuleEffect | 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="ruleeffect.html">RuleEffect</a>
|
|
58
|
-
</li>
|
|
59
|
-
</ul>
|
|
60
|
-
<h1>Enumeration RuleEffect</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>The different rule effects.</p>
|
|
71
|
-
</div>
|
|
72
|
-
</div>
|
|
73
|
-
</section>
|
|
74
|
-
<section class="tsd-panel-group tsd-index-group">
|
|
75
|
-
<h2>Index</h2>
|
|
76
|
-
<section class="tsd-panel tsd-index-panel">
|
|
77
|
-
<div class="tsd-index-content">
|
|
78
|
-
<section class="tsd-index-section ">
|
|
79
|
-
<h3>Enumeration members</h3>
|
|
80
|
-
<ul class="tsd-index-list">
|
|
81
|
-
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="ruleeffect.html#disable" class="tsd-kind-icon">DISABLE</a></li>
|
|
82
|
-
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="ruleeffect.html#enable" class="tsd-kind-icon">ENABLE</a></li>
|
|
83
|
-
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="ruleeffect.html#hide" class="tsd-kind-icon">HIDE</a></li>
|
|
84
|
-
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="ruleeffect.html#show" class="tsd-kind-icon">SHOW</a></li>
|
|
85
|
-
</ul>
|
|
86
|
-
</section>
|
|
87
|
-
</div>
|
|
88
|
-
</section>
|
|
89
|
-
</section>
|
|
90
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
91
|
-
<h2>Enumeration members</h2>
|
|
92
|
-
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
|
|
93
|
-
<a name="disable" class="tsd-anchor"></a>
|
|
94
|
-
<h3>DISABLE</h3>
|
|
95
|
-
<div class="tsd-signature tsd-kind-icon">DISABLE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "DISABLE"</span></div>
|
|
96
|
-
<aside class="tsd-sources">
|
|
97
|
-
<ul>
|
|
98
|
-
<li>Defined in packages/core/src/models/uischema.ts:111</li>
|
|
99
|
-
</ul>
|
|
100
|
-
</aside>
|
|
101
|
-
<div class="tsd-comment tsd-typography">
|
|
102
|
-
<div class="lead">
|
|
103
|
-
<p>Effect that disables the associated element.</p>
|
|
104
|
-
</div>
|
|
105
|
-
</div>
|
|
106
|
-
</section>
|
|
107
|
-
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
|
|
108
|
-
<a name="enable" class="tsd-anchor"></a>
|
|
109
|
-
<h3>ENABLE</h3>
|
|
110
|
-
<div class="tsd-signature tsd-kind-icon">ENABLE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "ENABLE"</span></div>
|
|
111
|
-
<aside class="tsd-sources">
|
|
112
|
-
<ul>
|
|
113
|
-
<li>Defined in packages/core/src/models/uischema.ts:107</li>
|
|
114
|
-
</ul>
|
|
115
|
-
</aside>
|
|
116
|
-
<div class="tsd-comment tsd-typography">
|
|
117
|
-
<div class="lead">
|
|
118
|
-
<p>Effect that enables the associated element.</p>
|
|
119
|
-
</div>
|
|
120
|
-
</div>
|
|
121
|
-
</section>
|
|
122
|
-
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
|
|
123
|
-
<a name="hide" class="tsd-anchor"></a>
|
|
124
|
-
<h3>HIDE</h3>
|
|
125
|
-
<div class="tsd-signature tsd-kind-icon">HIDE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "HIDE"</span></div>
|
|
126
|
-
<aside class="tsd-sources">
|
|
127
|
-
<ul>
|
|
128
|
-
<li>Defined in packages/core/src/models/uischema.ts:99</li>
|
|
129
|
-
</ul>
|
|
130
|
-
</aside>
|
|
131
|
-
<div class="tsd-comment tsd-typography">
|
|
132
|
-
<div class="lead">
|
|
133
|
-
<p>Effect that hides the associated element.</p>
|
|
134
|
-
</div>
|
|
135
|
-
</div>
|
|
136
|
-
</section>
|
|
137
|
-
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
|
|
138
|
-
<a name="show" class="tsd-anchor"></a>
|
|
139
|
-
<h3>SHOW</h3>
|
|
140
|
-
<div class="tsd-signature tsd-kind-icon">SHOW<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "SHOW"</span></div>
|
|
141
|
-
<aside class="tsd-sources">
|
|
142
|
-
<ul>
|
|
143
|
-
<li>Defined in packages/core/src/models/uischema.ts:103</li>
|
|
144
|
-
</ul>
|
|
145
|
-
</aside>
|
|
146
|
-
<div class="tsd-comment tsd-typography">
|
|
147
|
-
<div class="lead">
|
|
148
|
-
<p>Effect that shows the associated element.</p>
|
|
149
|
-
</div>
|
|
150
|
-
</div>
|
|
151
|
-
</section>
|
|
152
|
-
</section>
|
|
153
|
-
</div>
|
|
154
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
155
|
-
<nav class="tsd-navigation primary">
|
|
156
|
-
<ul>
|
|
157
|
-
<li class="globals ">
|
|
158
|
-
<a href="../globals.html"><em>Globals</em></a>
|
|
159
|
-
</li>
|
|
160
|
-
</ul>
|
|
161
|
-
</nav>
|
|
162
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
163
|
-
<ul class="before-current">
|
|
164
|
-
</ul>
|
|
165
|
-
<ul class="current">
|
|
166
|
-
<li class="current tsd-kind-enum">
|
|
167
|
-
<a href="ruleeffect.html" class="tsd-kind-icon">Rule<wbr>Effect</a>
|
|
168
|
-
<ul>
|
|
169
|
-
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
|
170
|
-
<a href="ruleeffect.html#disable" class="tsd-kind-icon">DISABLE</a>
|
|
171
|
-
</li>
|
|
172
|
-
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
|
173
|
-
<a href="ruleeffect.html#enable" class="tsd-kind-icon">ENABLE</a>
|
|
174
|
-
</li>
|
|
175
|
-
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
|
176
|
-
<a href="ruleeffect.html#hide" class="tsd-kind-icon">HIDE</a>
|
|
177
|
-
</li>
|
|
178
|
-
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
|
179
|
-
<a href="ruleeffect.html#show" class="tsd-kind-icon">SHOW</a>
|
|
180
|
-
</li>
|
|
181
|
-
</ul>
|
|
182
|
-
</li>
|
|
183
|
-
</ul>
|
|
184
|
-
<ul class="after-current">
|
|
185
|
-
</ul>
|
|
186
|
-
</nav>
|
|
187
|
-
</div>
|
|
188
|
-
</div>
|
|
189
|
-
</div>
|
|
190
|
-
<footer class="with-border-bottom">
|
|
191
|
-
<div class="container">
|
|
192
|
-
<h2>Legend</h2>
|
|
193
|
-
<div class="tsd-legend-group">
|
|
194
|
-
<ul class="tsd-legend">
|
|
195
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
196
|
-
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
|
|
197
|
-
</ul>
|
|
198
|
-
<ul class="tsd-legend">
|
|
199
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
|
|
200
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
201
|
-
</ul>
|
|
202
|
-
<ul class="tsd-legend">
|
|
203
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
|
|
204
|
-
</ul>
|
|
205
|
-
</div>
|
|
206
|
-
</div>
|
|
207
|
-
</footer>
|
|
208
|
-
<div class="container tsd-generator">
|
|
209
|
-
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
|
210
|
-
</div>
|
|
211
|
-
<div class="overlay"></div>
|
|
212
|
-
<script src="../assets/js/main.js"></script>
|
|
213
|
-
</body>
|
|
214
|
-
</html>
|