@openremote/or-json-forms 1.6.0 → 1.6.3

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.
@@ -17,7 +17,8 @@
17
17
  "type": {
18
18
  "text": "JsonFormsStateContext"
19
19
  },
20
- "privacy": "public"
20
+ "privacy": "public",
21
+ "attribute": "state"
21
22
  },
22
23
  {
23
24
  "kind": "field",
@@ -25,7 +26,8 @@
25
26
  "type": {
26
27
  "text": "T"
27
28
  },
28
- "privacy": "public"
29
+ "privacy": "public",
30
+ "attribute": "uischema"
29
31
  },
30
32
  {
31
33
  "kind": "field",
@@ -33,7 +35,8 @@
33
35
  "type": {
34
36
  "text": "JsonSchema"
35
37
  },
36
- "privacy": "public"
38
+ "privacy": "public",
39
+ "attribute": "schema"
37
40
  },
38
41
  {
39
42
  "kind": "field",
@@ -49,7 +52,8 @@
49
52
  "type": {
50
53
  "text": "JsonFormsRendererRegistryEntry[] | undefined"
51
54
  },
52
- "privacy": "public"
55
+ "privacy": "public",
56
+ "attribute": "renderers"
53
57
  },
54
58
  {
55
59
  "kind": "field",
@@ -57,7 +61,8 @@
57
61
  "type": {
58
62
  "text": "JsonFormsCellRendererRegistryEntry[] | undefined"
59
63
  },
60
- "privacy": "public"
64
+ "privacy": "public",
65
+ "attribute": "cells"
61
66
  },
62
67
  {
63
68
  "kind": "field",
@@ -73,7 +78,8 @@
73
78
  "type": {
74
79
  "text": "JsonFormsUISchemaRegistryEntry[] | undefined"
75
80
  },
76
- "privacy": "public"
81
+ "privacy": "public",
82
+ "attribute": "uischemas"
77
83
  },
78
84
  {
79
85
  "kind": "field",
@@ -81,7 +87,8 @@
81
87
  "type": {
82
88
  "text": "boolean"
83
89
  },
84
- "privacy": "public"
90
+ "privacy": "public",
91
+ "attribute": "enabled"
85
92
  },
86
93
  {
87
94
  "kind": "field",
@@ -89,7 +96,8 @@
89
96
  "type": {
90
97
  "text": "boolean"
91
98
  },
92
- "privacy": "public"
99
+ "privacy": "public",
100
+ "attribute": "visible"
93
101
  },
94
102
  {
95
103
  "kind": "field",
@@ -97,7 +105,8 @@
97
105
  "type": {
98
106
  "text": "string"
99
107
  },
100
- "privacy": "public"
108
+ "privacy": "public",
109
+ "attribute": "path"
101
110
  },
102
111
  {
103
112
  "kind": "field",
@@ -105,7 +114,8 @@
105
114
  "type": {
106
115
  "text": "string"
107
116
  },
108
- "privacy": "public"
117
+ "privacy": "public",
118
+ "attribute": "label"
109
119
  },
110
120
  {
111
121
  "kind": "field",
@@ -113,7 +123,8 @@
113
123
  "type": {
114
124
  "text": "boolean"
115
125
  },
116
- "privacy": "public"
126
+ "privacy": "public",
127
+ "attribute": "required"
117
128
  },
118
129
  {
119
130
  "kind": "field",
@@ -121,7 +132,8 @@
121
132
  "type": {
122
133
  "text": "string"
123
134
  },
124
- "privacy": "public"
135
+ "privacy": "public",
136
+ "attribute": "errors"
125
137
  },
126
138
  {
127
139
  "kind": "field",
@@ -129,6 +141,92 @@
129
141
  "privacy": "public"
130
142
  }
131
143
  ],
144
+ "attributes": [
145
+ {
146
+ "name": "state",
147
+ "type": {
148
+ "text": "JsonFormsStateContext"
149
+ },
150
+ "fieldName": "state"
151
+ },
152
+ {
153
+ "name": "uischema",
154
+ "type": {
155
+ "text": "T"
156
+ },
157
+ "fieldName": "uischema"
158
+ },
159
+ {
160
+ "name": "schema",
161
+ "type": {
162
+ "text": "JsonSchema"
163
+ },
164
+ "fieldName": "schema"
165
+ },
166
+ {
167
+ "name": "renderers",
168
+ "type": {
169
+ "text": "JsonFormsRendererRegistryEntry[] | undefined"
170
+ },
171
+ "fieldName": "renderers"
172
+ },
173
+ {
174
+ "name": "cells",
175
+ "type": {
176
+ "text": "JsonFormsCellRendererRegistryEntry[] | undefined"
177
+ },
178
+ "fieldName": "cells"
179
+ },
180
+ {
181
+ "name": "uischemas",
182
+ "type": {
183
+ "text": "JsonFormsUISchemaRegistryEntry[] | undefined"
184
+ },
185
+ "fieldName": "uischemas"
186
+ },
187
+ {
188
+ "name": "enabled",
189
+ "type": {
190
+ "text": "boolean"
191
+ },
192
+ "fieldName": "enabled"
193
+ },
194
+ {
195
+ "name": "visible",
196
+ "type": {
197
+ "text": "boolean"
198
+ },
199
+ "fieldName": "visible"
200
+ },
201
+ {
202
+ "name": "path",
203
+ "type": {
204
+ "text": "string"
205
+ },
206
+ "fieldName": "path"
207
+ },
208
+ {
209
+ "name": "label",
210
+ "type": {
211
+ "text": "string"
212
+ },
213
+ "fieldName": "label"
214
+ },
215
+ {
216
+ "name": "required",
217
+ "type": {
218
+ "text": "boolean"
219
+ },
220
+ "fieldName": "required"
221
+ },
222
+ {
223
+ "name": "errors",
224
+ "type": {
225
+ "text": "string"
226
+ },
227
+ "fieldName": "errors"
228
+ }
229
+ ],
132
230
  "superclass": {
133
231
  "name": "LitElement",
134
232
  "package": "lit"
@@ -162,7 +260,8 @@
162
260
  "type": {
163
261
  "text": "UISchemaElement | undefined"
164
262
  },
165
- "privacy": "public"
263
+ "privacy": "public",
264
+ "attribute": "uischema"
166
265
  },
167
266
  {
168
267
  "kind": "field",
@@ -170,7 +269,8 @@
170
269
  "type": {
171
270
  "text": "JsonSchema | undefined"
172
271
  },
173
- "privacy": "public"
272
+ "privacy": "public",
273
+ "attribute": "schema"
174
274
  },
175
275
  {
176
276
  "kind": "field",
@@ -187,7 +287,8 @@
187
287
  "text": "JsonFormsRendererRegistryEntry[] | undefined"
188
288
  },
189
289
  "privacy": "public",
190
- "default": "StandardRenderers"
290
+ "default": "StandardRenderers",
291
+ "attribute": "renderers"
191
292
  },
192
293
  {
193
294
  "kind": "field",
@@ -195,7 +296,8 @@
195
296
  "type": {
196
297
  "text": "JsonFormsCellRendererRegistryEntry[] | undefined"
197
298
  },
198
- "privacy": "public"
299
+ "privacy": "public",
300
+ "attribute": "cells"
199
301
  },
200
302
  {
201
303
  "kind": "field",
@@ -219,7 +321,8 @@
219
321
  "type": {
220
322
  "text": "JsonFormsUISchemaRegistryEntry[] | undefined"
221
323
  },
222
- "privacy": "public"
324
+ "privacy": "public",
325
+ "attribute": "uischemas"
223
326
  },
224
327
  {
225
328
  "kind": "field",
@@ -228,7 +331,8 @@
228
331
  "text": "boolean"
229
332
  },
230
333
  "privacy": "public",
231
- "default": "false"
334
+ "default": "false",
335
+ "attribute": "readonly"
232
336
  },
233
337
  {
234
338
  "kind": "field",
@@ -236,7 +340,8 @@
236
340
  "type": {
237
341
  "text": "string"
238
342
  },
239
- "privacy": "public"
343
+ "privacy": "public",
344
+ "attribute": "label"
240
345
  },
241
346
  {
242
347
  "kind": "field",
@@ -245,14 +350,8 @@
245
350
  "text": "boolean"
246
351
  },
247
352
  "privacy": "public",
248
- "default": "false"
249
- },
250
- {
251
- "kind": "field",
252
- "name": "styles",
253
- "privacy": "public",
254
- "static": true,
255
- "readonly": true
353
+ "default": "false",
354
+ "attribute": "required"
256
355
  },
257
356
  {
258
357
  "kind": "field",
@@ -292,18 +391,6 @@
292
391
  "name": "checkValidity",
293
392
  "privacy": "public"
294
393
  },
295
- {
296
- "kind": "method",
297
- "name": "shouldUpdate",
298
- "parameters": [
299
- {
300
- "name": "_changedProperties",
301
- "type": {
302
- "text": "PropertyValues"
303
- }
304
- }
305
- ]
306
- },
307
394
  {
308
395
  "kind": "method",
309
396
  "name": "updateCore",
@@ -320,16 +407,74 @@
320
407
  }
321
408
  }
322
409
  ]
410
+ }
411
+ ],
412
+ "attributes": [
413
+ {
414
+ "name": "uischema",
415
+ "type": {
416
+ "text": "UISchemaElement | undefined"
417
+ },
418
+ "fieldName": "uischema"
323
419
  },
324
420
  {
325
- "kind": "method",
326
- "name": "render"
421
+ "name": "schema",
422
+ "type": {
423
+ "text": "JsonSchema | undefined"
424
+ },
425
+ "fieldName": "schema"
426
+ },
427
+ {
428
+ "name": "renderers",
429
+ "type": {
430
+ "text": "JsonFormsRendererRegistryEntry[] | undefined"
431
+ },
432
+ "default": "StandardRenderers",
433
+ "fieldName": "renderers"
434
+ },
435
+ {
436
+ "name": "cells",
437
+ "type": {
438
+ "text": "JsonFormsCellRendererRegistryEntry[] | undefined"
439
+ },
440
+ "fieldName": "cells"
441
+ },
442
+ {
443
+ "name": "uischemas",
444
+ "type": {
445
+ "text": "JsonFormsUISchemaRegistryEntry[] | undefined"
446
+ },
447
+ "fieldName": "uischemas"
448
+ },
449
+ {
450
+ "name": "readonly",
451
+ "type": {
452
+ "text": "boolean"
453
+ },
454
+ "default": "false",
455
+ "fieldName": "readonly"
456
+ },
457
+ {
458
+ "name": "label",
459
+ "type": {
460
+ "text": "string"
461
+ },
462
+ "fieldName": "label"
463
+ },
464
+ {
465
+ "name": "required",
466
+ "type": {
467
+ "text": "boolean"
468
+ },
469
+ "default": "false",
470
+ "fieldName": "required"
327
471
  }
328
472
  ],
329
473
  "superclass": {
330
474
  "name": "LitElement",
331
475
  "package": "lit"
332
476
  },
477
+ "tagName": "or-json-forms",
333
478
  "customElement": true
334
479
  }
335
480
  ],
@@ -381,6 +526,14 @@
381
526
  "name": "OrJSONForms",
382
527
  "module": "src/index.ts"
383
528
  }
529
+ },
530
+ {
531
+ "kind": "custom-element-definition",
532
+ "name": "or-json-forms",
533
+ "declaration": {
534
+ "name": "OrJSONForms",
535
+ "module": "src/index.ts"
536
+ }
384
537
  }
385
538
  ]
386
539
  },
@@ -1165,1551 +1318,6 @@
1165
1318
  }
1166
1319
  }
1167
1320
  ]
1168
- },
1169
- {
1170
- "kind": "javascript-module",
1171
- "path": "src/controls/control-array-element.ts",
1172
- "declarations": [
1173
- {
1174
- "kind": "class",
1175
- "description": "",
1176
- "name": "ControlArrayElement",
1177
- "members": [
1178
- {
1179
- "kind": "field",
1180
- "name": "minimal",
1181
- "type": {
1182
- "text": "boolean | undefined"
1183
- },
1184
- "privacy": "protected"
1185
- },
1186
- {
1187
- "kind": "field",
1188
- "name": "resolvedSchema",
1189
- "type": {
1190
- "text": "JsonSchema"
1191
- },
1192
- "privacy": "protected"
1193
- },
1194
- {
1195
- "kind": "field",
1196
- "name": "itemInfos",
1197
- "type": {
1198
- "text": "CombinatorInfo[] | undefined"
1199
- },
1200
- "privacy": "protected"
1201
- },
1202
- {
1203
- "kind": "field",
1204
- "name": "addItem",
1205
- "type": {
1206
- "text": "(value: any) => void"
1207
- },
1208
- "privacy": "protected"
1209
- },
1210
- {
1211
- "kind": "field",
1212
- "name": "removeItem",
1213
- "type": {
1214
- "text": "(index: number) => void"
1215
- },
1216
- "privacy": "protected"
1217
- },
1218
- {
1219
- "kind": "field",
1220
- "name": "moveItem",
1221
- "type": {
1222
- "text": "(fromIndex: number, toIndex: number) => void"
1223
- },
1224
- "privacy": "protected"
1225
- },
1226
- {
1227
- "kind": "field",
1228
- "name": "styles",
1229
- "privacy": "public",
1230
- "static": true,
1231
- "readonly": true
1232
- },
1233
- {
1234
- "kind": "method",
1235
- "name": "shouldUpdate",
1236
- "privacy": "public",
1237
- "return": {
1238
- "type": {
1239
- "text": "boolean"
1240
- }
1241
- },
1242
- "parameters": [
1243
- {
1244
- "name": "_changedProperties",
1245
- "type": {
1246
- "text": "PropertyValues"
1247
- }
1248
- }
1249
- ],
1250
- "inheritedFrom": {
1251
- "name": "ControlBaseElement",
1252
- "module": "src/controls/control-base-element.ts"
1253
- }
1254
- },
1255
- {
1256
- "kind": "method",
1257
- "name": "render"
1258
- },
1259
- {
1260
- "kind": "method",
1261
- "name": "getArrayItemWrapper",
1262
- "privacy": "protected",
1263
- "parameters": [
1264
- {
1265
- "name": "elementTemplate",
1266
- "type": {
1267
- "text": "TemplateResult"
1268
- }
1269
- },
1270
- {
1271
- "name": "index",
1272
- "type": {
1273
- "text": "number"
1274
- }
1275
- }
1276
- ]
1277
- },
1278
- {
1279
- "kind": "method",
1280
- "name": "_onDragStart",
1281
- "privacy": "protected",
1282
- "parameters": [
1283
- {
1284
- "name": "ev",
1285
- "type": {
1286
- "text": "DragEvent"
1287
- }
1288
- }
1289
- ]
1290
- },
1291
- {
1292
- "kind": "method",
1293
- "name": "_onDragEnd",
1294
- "privacy": "protected",
1295
- "parameters": [
1296
- {
1297
- "name": "ev",
1298
- "type": {
1299
- "text": "DragEvent"
1300
- }
1301
- }
1302
- ]
1303
- },
1304
- {
1305
- "kind": "method",
1306
- "name": "_onDragOver",
1307
- "privacy": "protected",
1308
- "parameters": [
1309
- {
1310
- "name": "ev",
1311
- "type": {
1312
- "text": "DragEvent"
1313
- }
1314
- }
1315
- ]
1316
- },
1317
- {
1318
- "kind": "method",
1319
- "name": "_showJson",
1320
- "privacy": "protected",
1321
- "parameters": [
1322
- {
1323
- "name": "ev",
1324
- "type": {
1325
- "text": "Event"
1326
- }
1327
- }
1328
- ]
1329
- },
1330
- {
1331
- "kind": "method",
1332
- "name": "doAddItem",
1333
- "privacy": "protected"
1334
- },
1335
- {
1336
- "kind": "method",
1337
- "name": "showAddDialog",
1338
- "privacy": "protected"
1339
- },
1340
- {
1341
- "kind": "field",
1342
- "name": "description",
1343
- "type": {
1344
- "text": "string | undefined | undefined"
1345
- },
1346
- "privacy": "public",
1347
- "inheritedFrom": {
1348
- "name": "ControlBaseElement",
1349
- "module": "src/controls/control-base-element.ts"
1350
- }
1351
- },
1352
- {
1353
- "kind": "field",
1354
- "name": "rootSchema",
1355
- "type": {
1356
- "text": "JsonSchema"
1357
- },
1358
- "privacy": "public",
1359
- "inheritedFrom": {
1360
- "name": "ControlBaseElement",
1361
- "module": "src/controls/control-base-element.ts"
1362
- }
1363
- },
1364
- {
1365
- "kind": "field",
1366
- "name": "handleChange",
1367
- "type": {
1368
- "text": "(path: string, data: any) => void"
1369
- },
1370
- "privacy": "public",
1371
- "inheritedFrom": {
1372
- "name": "ControlBaseElement",
1373
- "module": "src/controls/control-base-element.ts"
1374
- }
1375
- },
1376
- {
1377
- "kind": "method",
1378
- "name": "updated",
1379
- "parameters": [
1380
- {
1381
- "name": "_changedProperties",
1382
- "type": {
1383
- "text": "PropertyValues"
1384
- }
1385
- }
1386
- ],
1387
- "inheritedFrom": {
1388
- "name": "ControlBaseElement",
1389
- "module": "src/controls/control-base-element.ts"
1390
- }
1391
- },
1392
- {
1393
- "kind": "field",
1394
- "name": "state",
1395
- "type": {
1396
- "text": "JsonFormsStateContext"
1397
- },
1398
- "privacy": "public",
1399
- "inheritedFrom": {
1400
- "name": "BaseElement",
1401
- "module": "src/base-element.ts"
1402
- }
1403
- },
1404
- {
1405
- "kind": "field",
1406
- "name": "uischema",
1407
- "type": {
1408
- "text": "T"
1409
- },
1410
- "privacy": "public",
1411
- "inheritedFrom": {
1412
- "name": "BaseElement",
1413
- "module": "src/base-element.ts"
1414
- }
1415
- },
1416
- {
1417
- "kind": "field",
1418
- "name": "schema",
1419
- "type": {
1420
- "text": "JsonSchema"
1421
- },
1422
- "privacy": "public",
1423
- "inheritedFrom": {
1424
- "name": "BaseElement",
1425
- "module": "src/base-element.ts"
1426
- }
1427
- },
1428
- {
1429
- "kind": "field",
1430
- "name": "data",
1431
- "type": {
1432
- "text": "any"
1433
- },
1434
- "privacy": "public",
1435
- "inheritedFrom": {
1436
- "name": "BaseElement",
1437
- "module": "src/base-element.ts"
1438
- }
1439
- },
1440
- {
1441
- "kind": "field",
1442
- "name": "renderers",
1443
- "type": {
1444
- "text": "JsonFormsRendererRegistryEntry[] | undefined"
1445
- },
1446
- "privacy": "public",
1447
- "inheritedFrom": {
1448
- "name": "BaseElement",
1449
- "module": "src/base-element.ts"
1450
- }
1451
- },
1452
- {
1453
- "kind": "field",
1454
- "name": "cells",
1455
- "type": {
1456
- "text": "JsonFormsCellRendererRegistryEntry[] | undefined"
1457
- },
1458
- "privacy": "public",
1459
- "inheritedFrom": {
1460
- "name": "BaseElement",
1461
- "module": "src/base-element.ts"
1462
- }
1463
- },
1464
- {
1465
- "kind": "field",
1466
- "name": "config",
1467
- "type": {
1468
- "text": "any"
1469
- },
1470
- "privacy": "public",
1471
- "inheritedFrom": {
1472
- "name": "BaseElement",
1473
- "module": "src/base-element.ts"
1474
- }
1475
- },
1476
- {
1477
- "kind": "field",
1478
- "name": "uischemas",
1479
- "type": {
1480
- "text": "JsonFormsUISchemaRegistryEntry[] | undefined"
1481
- },
1482
- "privacy": "public",
1483
- "inheritedFrom": {
1484
- "name": "BaseElement",
1485
- "module": "src/base-element.ts"
1486
- }
1487
- },
1488
- {
1489
- "kind": "field",
1490
- "name": "enabled",
1491
- "type": {
1492
- "text": "boolean"
1493
- },
1494
- "privacy": "public",
1495
- "inheritedFrom": {
1496
- "name": "BaseElement",
1497
- "module": "src/base-element.ts"
1498
- }
1499
- },
1500
- {
1501
- "kind": "field",
1502
- "name": "visible",
1503
- "type": {
1504
- "text": "boolean"
1505
- },
1506
- "privacy": "public",
1507
- "inheritedFrom": {
1508
- "name": "BaseElement",
1509
- "module": "src/base-element.ts"
1510
- }
1511
- },
1512
- {
1513
- "kind": "field",
1514
- "name": "path",
1515
- "type": {
1516
- "text": "string"
1517
- },
1518
- "privacy": "public",
1519
- "inheritedFrom": {
1520
- "name": "BaseElement",
1521
- "module": "src/base-element.ts"
1522
- }
1523
- },
1524
- {
1525
- "kind": "field",
1526
- "name": "label",
1527
- "type": {
1528
- "text": "string"
1529
- },
1530
- "privacy": "public",
1531
- "inheritedFrom": {
1532
- "name": "BaseElement",
1533
- "module": "src/base-element.ts"
1534
- }
1535
- },
1536
- {
1537
- "kind": "field",
1538
- "name": "required",
1539
- "type": {
1540
- "text": "boolean"
1541
- },
1542
- "privacy": "public",
1543
- "inheritedFrom": {
1544
- "name": "BaseElement",
1545
- "module": "src/base-element.ts"
1546
- }
1547
- },
1548
- {
1549
- "kind": "field",
1550
- "name": "errors",
1551
- "type": {
1552
- "text": "string"
1553
- },
1554
- "privacy": "public",
1555
- "inheritedFrom": {
1556
- "name": "BaseElement",
1557
- "module": "src/base-element.ts"
1558
- }
1559
- },
1560
- {
1561
- "kind": "field",
1562
- "name": "props",
1563
- "privacy": "public",
1564
- "inheritedFrom": {
1565
- "name": "BaseElement",
1566
- "module": "src/base-element.ts"
1567
- }
1568
- }
1569
- ],
1570
- "superclass": {
1571
- "name": "ControlBaseElement",
1572
- "module": "/src/controls/control-base-element"
1573
- }
1574
- }
1575
- ],
1576
- "exports": [
1577
- {
1578
- "kind": "js",
1579
- "name": "ControlArrayElement",
1580
- "declaration": {
1581
- "name": "ControlArrayElement",
1582
- "module": "src/controls/control-array-element.ts"
1583
- }
1584
- }
1585
- ]
1586
- },
1587
- {
1588
- "kind": "javascript-module",
1589
- "path": "src/controls/control-base-element.ts",
1590
- "declarations": [
1591
- {
1592
- "kind": "class",
1593
- "description": "",
1594
- "name": "ControlBaseElement",
1595
- "members": [
1596
- {
1597
- "kind": "field",
1598
- "name": "description",
1599
- "type": {
1600
- "text": "string | undefined | undefined"
1601
- },
1602
- "privacy": "public"
1603
- },
1604
- {
1605
- "kind": "field",
1606
- "name": "rootSchema",
1607
- "type": {
1608
- "text": "JsonSchema"
1609
- },
1610
- "privacy": "public"
1611
- },
1612
- {
1613
- "kind": "field",
1614
- "name": "handleChange",
1615
- "type": {
1616
- "text": "(path: string, data: any) => void"
1617
- },
1618
- "privacy": "public"
1619
- },
1620
- {
1621
- "kind": "method",
1622
- "name": "updated",
1623
- "parameters": [
1624
- {
1625
- "name": "_changedProperties",
1626
- "type": {
1627
- "text": "PropertyValues"
1628
- }
1629
- }
1630
- ]
1631
- },
1632
- {
1633
- "kind": "method",
1634
- "name": "shouldUpdate",
1635
- "privacy": "public",
1636
- "return": {
1637
- "type": {
1638
- "text": "boolean"
1639
- }
1640
- },
1641
- "parameters": [
1642
- {
1643
- "name": "changedProperties",
1644
- "type": {
1645
- "text": "PropertyValues"
1646
- }
1647
- }
1648
- ]
1649
- },
1650
- {
1651
- "kind": "field",
1652
- "name": "state",
1653
- "type": {
1654
- "text": "JsonFormsStateContext"
1655
- },
1656
- "privacy": "public",
1657
- "inheritedFrom": {
1658
- "name": "BaseElement",
1659
- "module": "src/base-element.ts"
1660
- }
1661
- },
1662
- {
1663
- "kind": "field",
1664
- "name": "uischema",
1665
- "type": {
1666
- "text": "T"
1667
- },
1668
- "privacy": "public",
1669
- "inheritedFrom": {
1670
- "name": "BaseElement",
1671
- "module": "src/base-element.ts"
1672
- }
1673
- },
1674
- {
1675
- "kind": "field",
1676
- "name": "schema",
1677
- "type": {
1678
- "text": "JsonSchema"
1679
- },
1680
- "privacy": "public",
1681
- "inheritedFrom": {
1682
- "name": "BaseElement",
1683
- "module": "src/base-element.ts"
1684
- }
1685
- },
1686
- {
1687
- "kind": "field",
1688
- "name": "data",
1689
- "type": {
1690
- "text": "any"
1691
- },
1692
- "privacy": "public",
1693
- "inheritedFrom": {
1694
- "name": "BaseElement",
1695
- "module": "src/base-element.ts"
1696
- }
1697
- },
1698
- {
1699
- "kind": "field",
1700
- "name": "renderers",
1701
- "type": {
1702
- "text": "JsonFormsRendererRegistryEntry[] | undefined"
1703
- },
1704
- "privacy": "public",
1705
- "inheritedFrom": {
1706
- "name": "BaseElement",
1707
- "module": "src/base-element.ts"
1708
- }
1709
- },
1710
- {
1711
- "kind": "field",
1712
- "name": "cells",
1713
- "type": {
1714
- "text": "JsonFormsCellRendererRegistryEntry[] | undefined"
1715
- },
1716
- "privacy": "public",
1717
- "inheritedFrom": {
1718
- "name": "BaseElement",
1719
- "module": "src/base-element.ts"
1720
- }
1721
- },
1722
- {
1723
- "kind": "field",
1724
- "name": "config",
1725
- "type": {
1726
- "text": "any"
1727
- },
1728
- "privacy": "public",
1729
- "inheritedFrom": {
1730
- "name": "BaseElement",
1731
- "module": "src/base-element.ts"
1732
- }
1733
- },
1734
- {
1735
- "kind": "field",
1736
- "name": "uischemas",
1737
- "type": {
1738
- "text": "JsonFormsUISchemaRegistryEntry[] | undefined"
1739
- },
1740
- "privacy": "public",
1741
- "inheritedFrom": {
1742
- "name": "BaseElement",
1743
- "module": "src/base-element.ts"
1744
- }
1745
- },
1746
- {
1747
- "kind": "field",
1748
- "name": "enabled",
1749
- "type": {
1750
- "text": "boolean"
1751
- },
1752
- "privacy": "public",
1753
- "inheritedFrom": {
1754
- "name": "BaseElement",
1755
- "module": "src/base-element.ts"
1756
- }
1757
- },
1758
- {
1759
- "kind": "field",
1760
- "name": "visible",
1761
- "type": {
1762
- "text": "boolean"
1763
- },
1764
- "privacy": "public",
1765
- "inheritedFrom": {
1766
- "name": "BaseElement",
1767
- "module": "src/base-element.ts"
1768
- }
1769
- },
1770
- {
1771
- "kind": "field",
1772
- "name": "path",
1773
- "type": {
1774
- "text": "string"
1775
- },
1776
- "privacy": "public",
1777
- "inheritedFrom": {
1778
- "name": "BaseElement",
1779
- "module": "src/base-element.ts"
1780
- }
1781
- },
1782
- {
1783
- "kind": "field",
1784
- "name": "label",
1785
- "type": {
1786
- "text": "string"
1787
- },
1788
- "privacy": "public",
1789
- "inheritedFrom": {
1790
- "name": "BaseElement",
1791
- "module": "src/base-element.ts"
1792
- }
1793
- },
1794
- {
1795
- "kind": "field",
1796
- "name": "required",
1797
- "type": {
1798
- "text": "boolean"
1799
- },
1800
- "privacy": "public",
1801
- "inheritedFrom": {
1802
- "name": "BaseElement",
1803
- "module": "src/base-element.ts"
1804
- }
1805
- },
1806
- {
1807
- "kind": "field",
1808
- "name": "errors",
1809
- "type": {
1810
- "text": "string"
1811
- },
1812
- "privacy": "public",
1813
- "inheritedFrom": {
1814
- "name": "BaseElement",
1815
- "module": "src/base-element.ts"
1816
- }
1817
- },
1818
- {
1819
- "kind": "field",
1820
- "name": "props",
1821
- "privacy": "public",
1822
- "inheritedFrom": {
1823
- "name": "BaseElement",
1824
- "module": "src/base-element.ts"
1825
- }
1826
- }
1827
- ],
1828
- "superclass": {
1829
- "name": "BaseElement",
1830
- "module": "/src/base-element"
1831
- }
1832
- }
1833
- ],
1834
- "exports": [
1835
- {
1836
- "kind": "js",
1837
- "name": "ControlBaseElement",
1838
- "declaration": {
1839
- "name": "ControlBaseElement",
1840
- "module": "src/controls/control-base-element.ts"
1841
- }
1842
- }
1843
- ]
1844
- },
1845
- {
1846
- "kind": "javascript-module",
1847
- "path": "src/controls/control-input-element.ts",
1848
- "declarations": [
1849
- {
1850
- "kind": "class",
1851
- "description": "",
1852
- "name": "ControlInputElement",
1853
- "members": [
1854
- {
1855
- "kind": "field",
1856
- "name": "inputType",
1857
- "type": {
1858
- "text": "InputType"
1859
- },
1860
- "privacy": "protected"
1861
- },
1862
- {
1863
- "kind": "field",
1864
- "name": "styles",
1865
- "privacy": "public",
1866
- "static": true,
1867
- "readonly": true
1868
- },
1869
- {
1870
- "kind": "method",
1871
- "name": "render"
1872
- },
1873
- {
1874
- "kind": "method",
1875
- "name": "onValueChanged",
1876
- "privacy": "protected",
1877
- "parameters": [
1878
- {
1879
- "name": "e",
1880
- "type": {
1881
- "text": "OrInputChangedEvent"
1882
- }
1883
- }
1884
- ]
1885
- },
1886
- {
1887
- "kind": "field",
1888
- "name": "description",
1889
- "type": {
1890
- "text": "string | undefined | undefined"
1891
- },
1892
- "privacy": "public",
1893
- "inheritedFrom": {
1894
- "name": "ControlBaseElement",
1895
- "module": "src/controls/control-base-element.ts"
1896
- }
1897
- },
1898
- {
1899
- "kind": "field",
1900
- "name": "rootSchema",
1901
- "type": {
1902
- "text": "JsonSchema"
1903
- },
1904
- "privacy": "public",
1905
- "inheritedFrom": {
1906
- "name": "ControlBaseElement",
1907
- "module": "src/controls/control-base-element.ts"
1908
- }
1909
- },
1910
- {
1911
- "kind": "field",
1912
- "name": "handleChange",
1913
- "type": {
1914
- "text": "(path: string, data: any) => void"
1915
- },
1916
- "privacy": "public",
1917
- "inheritedFrom": {
1918
- "name": "ControlBaseElement",
1919
- "module": "src/controls/control-base-element.ts"
1920
- }
1921
- },
1922
- {
1923
- "kind": "method",
1924
- "name": "updated",
1925
- "parameters": [
1926
- {
1927
- "name": "_changedProperties",
1928
- "type": {
1929
- "text": "PropertyValues"
1930
- }
1931
- }
1932
- ],
1933
- "inheritedFrom": {
1934
- "name": "ControlBaseElement",
1935
- "module": "src/controls/control-base-element.ts"
1936
- }
1937
- },
1938
- {
1939
- "kind": "method",
1940
- "name": "shouldUpdate",
1941
- "privacy": "public",
1942
- "return": {
1943
- "type": {
1944
- "text": "boolean"
1945
- }
1946
- },
1947
- "parameters": [
1948
- {
1949
- "name": "changedProperties",
1950
- "type": {
1951
- "text": "PropertyValues"
1952
- }
1953
- }
1954
- ],
1955
- "inheritedFrom": {
1956
- "name": "ControlBaseElement",
1957
- "module": "src/controls/control-base-element.ts"
1958
- }
1959
- },
1960
- {
1961
- "kind": "field",
1962
- "name": "state",
1963
- "type": {
1964
- "text": "JsonFormsStateContext"
1965
- },
1966
- "privacy": "public",
1967
- "inheritedFrom": {
1968
- "name": "BaseElement",
1969
- "module": "src/base-element.ts"
1970
- }
1971
- },
1972
- {
1973
- "kind": "field",
1974
- "name": "uischema",
1975
- "type": {
1976
- "text": "T"
1977
- },
1978
- "privacy": "public",
1979
- "inheritedFrom": {
1980
- "name": "BaseElement",
1981
- "module": "src/base-element.ts"
1982
- }
1983
- },
1984
- {
1985
- "kind": "field",
1986
- "name": "schema",
1987
- "type": {
1988
- "text": "JsonSchema"
1989
- },
1990
- "privacy": "public",
1991
- "inheritedFrom": {
1992
- "name": "BaseElement",
1993
- "module": "src/base-element.ts"
1994
- }
1995
- },
1996
- {
1997
- "kind": "field",
1998
- "name": "data",
1999
- "type": {
2000
- "text": "any"
2001
- },
2002
- "privacy": "public",
2003
- "inheritedFrom": {
2004
- "name": "BaseElement",
2005
- "module": "src/base-element.ts"
2006
- }
2007
- },
2008
- {
2009
- "kind": "field",
2010
- "name": "renderers",
2011
- "type": {
2012
- "text": "JsonFormsRendererRegistryEntry[] | undefined"
2013
- },
2014
- "privacy": "public",
2015
- "inheritedFrom": {
2016
- "name": "BaseElement",
2017
- "module": "src/base-element.ts"
2018
- }
2019
- },
2020
- {
2021
- "kind": "field",
2022
- "name": "cells",
2023
- "type": {
2024
- "text": "JsonFormsCellRendererRegistryEntry[] | undefined"
2025
- },
2026
- "privacy": "public",
2027
- "inheritedFrom": {
2028
- "name": "BaseElement",
2029
- "module": "src/base-element.ts"
2030
- }
2031
- },
2032
- {
2033
- "kind": "field",
2034
- "name": "config",
2035
- "type": {
2036
- "text": "any"
2037
- },
2038
- "privacy": "public",
2039
- "inheritedFrom": {
2040
- "name": "BaseElement",
2041
- "module": "src/base-element.ts"
2042
- }
2043
- },
2044
- {
2045
- "kind": "field",
2046
- "name": "uischemas",
2047
- "type": {
2048
- "text": "JsonFormsUISchemaRegistryEntry[] | undefined"
2049
- },
2050
- "privacy": "public",
2051
- "inheritedFrom": {
2052
- "name": "BaseElement",
2053
- "module": "src/base-element.ts"
2054
- }
2055
- },
2056
- {
2057
- "kind": "field",
2058
- "name": "enabled",
2059
- "type": {
2060
- "text": "boolean"
2061
- },
2062
- "privacy": "public",
2063
- "inheritedFrom": {
2064
- "name": "BaseElement",
2065
- "module": "src/base-element.ts"
2066
- }
2067
- },
2068
- {
2069
- "kind": "field",
2070
- "name": "visible",
2071
- "type": {
2072
- "text": "boolean"
2073
- },
2074
- "privacy": "public",
2075
- "inheritedFrom": {
2076
- "name": "BaseElement",
2077
- "module": "src/base-element.ts"
2078
- }
2079
- },
2080
- {
2081
- "kind": "field",
2082
- "name": "path",
2083
- "type": {
2084
- "text": "string"
2085
- },
2086
- "privacy": "public",
2087
- "inheritedFrom": {
2088
- "name": "BaseElement",
2089
- "module": "src/base-element.ts"
2090
- }
2091
- },
2092
- {
2093
- "kind": "field",
2094
- "name": "label",
2095
- "type": {
2096
- "text": "string"
2097
- },
2098
- "privacy": "public",
2099
- "inheritedFrom": {
2100
- "name": "BaseElement",
2101
- "module": "src/base-element.ts"
2102
- }
2103
- },
2104
- {
2105
- "kind": "field",
2106
- "name": "required",
2107
- "type": {
2108
- "text": "boolean"
2109
- },
2110
- "privacy": "public",
2111
- "inheritedFrom": {
2112
- "name": "BaseElement",
2113
- "module": "src/base-element.ts"
2114
- }
2115
- },
2116
- {
2117
- "kind": "field",
2118
- "name": "errors",
2119
- "type": {
2120
- "text": "string"
2121
- },
2122
- "privacy": "public",
2123
- "inheritedFrom": {
2124
- "name": "BaseElement",
2125
- "module": "src/base-element.ts"
2126
- }
2127
- },
2128
- {
2129
- "kind": "field",
2130
- "name": "props",
2131
- "privacy": "public",
2132
- "inheritedFrom": {
2133
- "name": "BaseElement",
2134
- "module": "src/base-element.ts"
2135
- }
2136
- }
2137
- ],
2138
- "superclass": {
2139
- "name": "ControlBaseElement",
2140
- "module": "/src/controls/control-base-element"
2141
- }
2142
- }
2143
- ],
2144
- "exports": [
2145
- {
2146
- "kind": "js",
2147
- "name": "ControlInputElement",
2148
- "declaration": {
2149
- "name": "ControlInputElement",
2150
- "module": "src/controls/control-input-element.ts"
2151
- }
2152
- }
2153
- ]
2154
- },
2155
- {
2156
- "kind": "javascript-module",
2157
- "path": "src/layouts/layout-base-element.ts",
2158
- "declarations": [
2159
- {
2160
- "kind": "class",
2161
- "description": "",
2162
- "name": "LayoutBaseElement",
2163
- "members": [
2164
- {
2165
- "kind": "field",
2166
- "name": "direction",
2167
- "type": {
2168
- "text": "\"row\" | \"column\""
2169
- },
2170
- "privacy": "public",
2171
- "default": "\"column\""
2172
- },
2173
- {
2174
- "kind": "method",
2175
- "name": "getChildProps",
2176
- "privacy": "protected",
2177
- "return": {
2178
- "type": {
2179
- "text": "OwnPropsOfRenderer[]"
2180
- }
2181
- }
2182
- },
2183
- {
2184
- "kind": "field",
2185
- "name": "state",
2186
- "type": {
2187
- "text": "JsonFormsStateContext"
2188
- },
2189
- "privacy": "public",
2190
- "inheritedFrom": {
2191
- "name": "BaseElement",
2192
- "module": "src/base-element.ts"
2193
- }
2194
- },
2195
- {
2196
- "kind": "field",
2197
- "name": "uischema",
2198
- "type": {
2199
- "text": "T"
2200
- },
2201
- "privacy": "public",
2202
- "inheritedFrom": {
2203
- "name": "BaseElement",
2204
- "module": "src/base-element.ts"
2205
- }
2206
- },
2207
- {
2208
- "kind": "field",
2209
- "name": "schema",
2210
- "type": {
2211
- "text": "JsonSchema"
2212
- },
2213
- "privacy": "public",
2214
- "inheritedFrom": {
2215
- "name": "BaseElement",
2216
- "module": "src/base-element.ts"
2217
- }
2218
- },
2219
- {
2220
- "kind": "field",
2221
- "name": "data",
2222
- "type": {
2223
- "text": "any"
2224
- },
2225
- "privacy": "public",
2226
- "inheritedFrom": {
2227
- "name": "BaseElement",
2228
- "module": "src/base-element.ts"
2229
- }
2230
- },
2231
- {
2232
- "kind": "field",
2233
- "name": "renderers",
2234
- "type": {
2235
- "text": "JsonFormsRendererRegistryEntry[] | undefined"
2236
- },
2237
- "privacy": "public",
2238
- "inheritedFrom": {
2239
- "name": "BaseElement",
2240
- "module": "src/base-element.ts"
2241
- }
2242
- },
2243
- {
2244
- "kind": "field",
2245
- "name": "cells",
2246
- "type": {
2247
- "text": "JsonFormsCellRendererRegistryEntry[] | undefined"
2248
- },
2249
- "privacy": "public",
2250
- "inheritedFrom": {
2251
- "name": "BaseElement",
2252
- "module": "src/base-element.ts"
2253
- }
2254
- },
2255
- {
2256
- "kind": "field",
2257
- "name": "config",
2258
- "type": {
2259
- "text": "any"
2260
- },
2261
- "privacy": "public",
2262
- "inheritedFrom": {
2263
- "name": "BaseElement",
2264
- "module": "src/base-element.ts"
2265
- }
2266
- },
2267
- {
2268
- "kind": "field",
2269
- "name": "uischemas",
2270
- "type": {
2271
- "text": "JsonFormsUISchemaRegistryEntry[] | undefined"
2272
- },
2273
- "privacy": "public",
2274
- "inheritedFrom": {
2275
- "name": "BaseElement",
2276
- "module": "src/base-element.ts"
2277
- }
2278
- },
2279
- {
2280
- "kind": "field",
2281
- "name": "enabled",
2282
- "type": {
2283
- "text": "boolean"
2284
- },
2285
- "privacy": "public",
2286
- "inheritedFrom": {
2287
- "name": "BaseElement",
2288
- "module": "src/base-element.ts"
2289
- }
2290
- },
2291
- {
2292
- "kind": "field",
2293
- "name": "visible",
2294
- "type": {
2295
- "text": "boolean"
2296
- },
2297
- "privacy": "public",
2298
- "inheritedFrom": {
2299
- "name": "BaseElement",
2300
- "module": "src/base-element.ts"
2301
- }
2302
- },
2303
- {
2304
- "kind": "field",
2305
- "name": "path",
2306
- "type": {
2307
- "text": "string"
2308
- },
2309
- "privacy": "public",
2310
- "inheritedFrom": {
2311
- "name": "BaseElement",
2312
- "module": "src/base-element.ts"
2313
- }
2314
- },
2315
- {
2316
- "kind": "field",
2317
- "name": "label",
2318
- "type": {
2319
- "text": "string"
2320
- },
2321
- "privacy": "public",
2322
- "inheritedFrom": {
2323
- "name": "BaseElement",
2324
- "module": "src/base-element.ts"
2325
- }
2326
- },
2327
- {
2328
- "kind": "field",
2329
- "name": "required",
2330
- "type": {
2331
- "text": "boolean"
2332
- },
2333
- "privacy": "public",
2334
- "inheritedFrom": {
2335
- "name": "BaseElement",
2336
- "module": "src/base-element.ts"
2337
- }
2338
- },
2339
- {
2340
- "kind": "field",
2341
- "name": "errors",
2342
- "type": {
2343
- "text": "string"
2344
- },
2345
- "privacy": "public",
2346
- "inheritedFrom": {
2347
- "name": "BaseElement",
2348
- "module": "src/base-element.ts"
2349
- }
2350
- },
2351
- {
2352
- "kind": "field",
2353
- "name": "props",
2354
- "privacy": "public",
2355
- "inheritedFrom": {
2356
- "name": "BaseElement",
2357
- "module": "src/base-element.ts"
2358
- }
2359
- }
2360
- ],
2361
- "superclass": {
2362
- "name": "BaseElement",
2363
- "module": "/src/base-element"
2364
- }
2365
- }
2366
- ],
2367
- "exports": [
2368
- {
2369
- "kind": "js",
2370
- "name": "LayoutBaseElement",
2371
- "declaration": {
2372
- "name": "LayoutBaseElement",
2373
- "module": "src/layouts/layout-base-element.ts"
2374
- }
2375
- }
2376
- ]
2377
- },
2378
- {
2379
- "kind": "javascript-module",
2380
- "path": "src/layouts/layout-vertical-element.ts",
2381
- "declarations": [
2382
- {
2383
- "kind": "class",
2384
- "description": "",
2385
- "name": "LayoutVerticalElement",
2386
- "members": [
2387
- {
2388
- "kind": "field",
2389
- "name": "minimal",
2390
- "type": {
2391
- "text": "boolean | undefined"
2392
- },
2393
- "privacy": "protected"
2394
- },
2395
- {
2396
- "kind": "field",
2397
- "name": "type",
2398
- "type": {
2399
- "text": "string | undefined"
2400
- },
2401
- "privacy": "protected"
2402
- },
2403
- {
2404
- "kind": "field",
2405
- "name": "handleChange",
2406
- "type": {
2407
- "text": "(path: string, data: any) => void"
2408
- },
2409
- "privacy": "public"
2410
- },
2411
- {
2412
- "kind": "field",
2413
- "name": "styles",
2414
- "privacy": "public",
2415
- "static": true,
2416
- "readonly": true
2417
- },
2418
- {
2419
- "kind": "method",
2420
- "name": "render"
2421
- },
2422
- {
2423
- "kind": "method",
2424
- "name": "_getDynamicContentTemplate",
2425
- "privacy": "protected",
2426
- "return": {
2427
- "type": {
2428
- "text": "TemplateResult | undefined"
2429
- }
2430
- },
2431
- "parameters": [
2432
- {
2433
- "name": "dynamicPropertyRegex",
2434
- "type": {
2435
- "text": "string"
2436
- }
2437
- },
2438
- {
2439
- "name": "dynamicValueSchema",
2440
- "type": {
2441
- "text": "JsonSchema"
2442
- }
2443
- }
2444
- ]
2445
- },
2446
- {
2447
- "kind": "method",
2448
- "name": "_showJson",
2449
- "privacy": "protected",
2450
- "parameters": [
2451
- {
2452
- "name": "ev",
2453
- "type": {
2454
- "text": "Event"
2455
- }
2456
- }
2457
- ]
2458
- },
2459
- {
2460
- "kind": "method",
2461
- "name": "_addParameter",
2462
- "privacy": "protected",
2463
- "parameters": [
2464
- {
2465
- "name": "rootSchema",
2466
- "type": {
2467
- "text": "JsonSchema"
2468
- }
2469
- },
2470
- {
2471
- "name": "optionalProps",
2472
- "type": {
2473
- "text": "StatePropsOfControl[]"
2474
- }
2475
- },
2476
- {
2477
- "name": "dynamicPropertyRegex",
2478
- "optional": true,
2479
- "type": {
2480
- "text": "string"
2481
- }
2482
- },
2483
- {
2484
- "name": "dynamicValueSchema",
2485
- "optional": true,
2486
- "type": {
2487
- "text": "JsonSchema"
2488
- }
2489
- }
2490
- ]
2491
- },
2492
- {
2493
- "kind": "field",
2494
- "name": "direction",
2495
- "type": {
2496
- "text": "\"row\" | \"column\""
2497
- },
2498
- "privacy": "public",
2499
- "default": "\"column\"",
2500
- "inheritedFrom": {
2501
- "name": "LayoutBaseElement",
2502
- "module": "src/layouts/layout-base-element.ts"
2503
- }
2504
- },
2505
- {
2506
- "kind": "method",
2507
- "name": "getChildProps",
2508
- "privacy": "protected",
2509
- "return": {
2510
- "type": {
2511
- "text": "OwnPropsOfRenderer[]"
2512
- }
2513
- },
2514
- "inheritedFrom": {
2515
- "name": "LayoutBaseElement",
2516
- "module": "src/layouts/layout-base-element.ts"
2517
- }
2518
- },
2519
- {
2520
- "kind": "field",
2521
- "name": "state",
2522
- "type": {
2523
- "text": "JsonFormsStateContext"
2524
- },
2525
- "privacy": "public",
2526
- "inheritedFrom": {
2527
- "name": "BaseElement",
2528
- "module": "src/base-element.ts"
2529
- }
2530
- },
2531
- {
2532
- "kind": "field",
2533
- "name": "uischema",
2534
- "type": {
2535
- "text": "T"
2536
- },
2537
- "privacy": "public",
2538
- "inheritedFrom": {
2539
- "name": "BaseElement",
2540
- "module": "src/base-element.ts"
2541
- }
2542
- },
2543
- {
2544
- "kind": "field",
2545
- "name": "schema",
2546
- "type": {
2547
- "text": "JsonSchema"
2548
- },
2549
- "privacy": "public",
2550
- "inheritedFrom": {
2551
- "name": "BaseElement",
2552
- "module": "src/base-element.ts"
2553
- }
2554
- },
2555
- {
2556
- "kind": "field",
2557
- "name": "data",
2558
- "type": {
2559
- "text": "any"
2560
- },
2561
- "privacy": "public",
2562
- "inheritedFrom": {
2563
- "name": "BaseElement",
2564
- "module": "src/base-element.ts"
2565
- }
2566
- },
2567
- {
2568
- "kind": "field",
2569
- "name": "renderers",
2570
- "type": {
2571
- "text": "JsonFormsRendererRegistryEntry[] | undefined"
2572
- },
2573
- "privacy": "public",
2574
- "inheritedFrom": {
2575
- "name": "BaseElement",
2576
- "module": "src/base-element.ts"
2577
- }
2578
- },
2579
- {
2580
- "kind": "field",
2581
- "name": "cells",
2582
- "type": {
2583
- "text": "JsonFormsCellRendererRegistryEntry[] | undefined"
2584
- },
2585
- "privacy": "public",
2586
- "inheritedFrom": {
2587
- "name": "BaseElement",
2588
- "module": "src/base-element.ts"
2589
- }
2590
- },
2591
- {
2592
- "kind": "field",
2593
- "name": "config",
2594
- "type": {
2595
- "text": "any"
2596
- },
2597
- "privacy": "public",
2598
- "inheritedFrom": {
2599
- "name": "BaseElement",
2600
- "module": "src/base-element.ts"
2601
- }
2602
- },
2603
- {
2604
- "kind": "field",
2605
- "name": "uischemas",
2606
- "type": {
2607
- "text": "JsonFormsUISchemaRegistryEntry[] | undefined"
2608
- },
2609
- "privacy": "public",
2610
- "inheritedFrom": {
2611
- "name": "BaseElement",
2612
- "module": "src/base-element.ts"
2613
- }
2614
- },
2615
- {
2616
- "kind": "field",
2617
- "name": "enabled",
2618
- "type": {
2619
- "text": "boolean"
2620
- },
2621
- "privacy": "public",
2622
- "inheritedFrom": {
2623
- "name": "BaseElement",
2624
- "module": "src/base-element.ts"
2625
- }
2626
- },
2627
- {
2628
- "kind": "field",
2629
- "name": "visible",
2630
- "type": {
2631
- "text": "boolean"
2632
- },
2633
- "privacy": "public",
2634
- "inheritedFrom": {
2635
- "name": "BaseElement",
2636
- "module": "src/base-element.ts"
2637
- }
2638
- },
2639
- {
2640
- "kind": "field",
2641
- "name": "path",
2642
- "type": {
2643
- "text": "string"
2644
- },
2645
- "privacy": "public",
2646
- "inheritedFrom": {
2647
- "name": "BaseElement",
2648
- "module": "src/base-element.ts"
2649
- }
2650
- },
2651
- {
2652
- "kind": "field",
2653
- "name": "label",
2654
- "type": {
2655
- "text": "string"
2656
- },
2657
- "privacy": "public",
2658
- "inheritedFrom": {
2659
- "name": "BaseElement",
2660
- "module": "src/base-element.ts"
2661
- }
2662
- },
2663
- {
2664
- "kind": "field",
2665
- "name": "required",
2666
- "type": {
2667
- "text": "boolean"
2668
- },
2669
- "privacy": "public",
2670
- "inheritedFrom": {
2671
- "name": "BaseElement",
2672
- "module": "src/base-element.ts"
2673
- }
2674
- },
2675
- {
2676
- "kind": "field",
2677
- "name": "errors",
2678
- "type": {
2679
- "text": "string"
2680
- },
2681
- "privacy": "public",
2682
- "inheritedFrom": {
2683
- "name": "BaseElement",
2684
- "module": "src/base-element.ts"
2685
- }
2686
- },
2687
- {
2688
- "kind": "field",
2689
- "name": "props",
2690
- "privacy": "public",
2691
- "inheritedFrom": {
2692
- "name": "BaseElement",
2693
- "module": "src/base-element.ts"
2694
- }
2695
- }
2696
- ],
2697
- "superclass": {
2698
- "name": "LayoutBaseElement",
2699
- "module": "/src/layouts/layout-base-element"
2700
- }
2701
- }
2702
- ],
2703
- "exports": [
2704
- {
2705
- "kind": "js",
2706
- "name": "LayoutVerticalElement",
2707
- "declaration": {
2708
- "name": "LayoutVerticalElement",
2709
- "module": "src/layouts/layout-vertical-element.ts"
2710
- }
2711
- }
2712
- ]
2713
1321
  }
2714
1322
  ]
2715
1323
  }