@umbraco-cms/backoffice 1.0.0-next.d2c0dcf1 → 1.0.0-next.d4eb00d5
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/custom-elements.json +631 -631
- package/extensions-api.d.ts +1 -0
- package/extensions-registry.d.ts +3 -3
- package/modal.d.ts +2 -2
- package/package.json +1 -1
- package/router.d.ts +1 -6
- package/umbraco-package-schema.json +1 -1
- package/vscode-html-custom-data.json +233 -233
package/custom-elements.json
CHANGED
|
@@ -67,16 +67,16 @@
|
|
|
67
67
|
}
|
|
68
68
|
],
|
|
69
69
|
"properties": [
|
|
70
|
-
{
|
|
71
|
-
"name": "styles",
|
|
72
|
-
"type": "CSSResult[]",
|
|
73
|
-
"default": "[\"UUITextStyles\",null]"
|
|
74
|
-
},
|
|
75
70
|
{
|
|
76
71
|
"name": "itemsPerPage",
|
|
77
72
|
"attribute": "items-per-page",
|
|
78
73
|
"type": "number",
|
|
79
74
|
"default": "20"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "styles",
|
|
78
|
+
"type": "CSSResult[]",
|
|
79
|
+
"default": "[\"UUITextStyles\",null]"
|
|
80
80
|
}
|
|
81
81
|
]
|
|
82
82
|
},
|
|
@@ -247,11 +247,6 @@
|
|
|
247
247
|
}
|
|
248
248
|
],
|
|
249
249
|
"properties": [
|
|
250
|
-
{
|
|
251
|
-
"name": "styles",
|
|
252
|
-
"type": "CSSResult[]",
|
|
253
|
-
"default": "[\"UUITextStyles\",null]"
|
|
254
|
-
},
|
|
255
250
|
{
|
|
256
251
|
"name": "ownerTabId",
|
|
257
252
|
"attribute": "ownerTabId",
|
|
@@ -266,6 +261,11 @@
|
|
|
266
261
|
"name": "noTabName",
|
|
267
262
|
"attribute": "noTabName",
|
|
268
263
|
"type": "boolean"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"name": "styles",
|
|
267
|
+
"type": "CSSResult[]",
|
|
268
|
+
"default": "[\"UUITextStyles\",null]"
|
|
269
269
|
}
|
|
270
270
|
]
|
|
271
271
|
},
|
|
@@ -317,11 +317,6 @@
|
|
|
317
317
|
"name": "umb-document-table-actions-column-layout",
|
|
318
318
|
"path": "./../../src/backoffice/documents/documents/collection/views/table/column-layouts/document-table-actions-column-layout.element.ts",
|
|
319
319
|
"properties": [
|
|
320
|
-
{
|
|
321
|
-
"name": "styles",
|
|
322
|
-
"type": "CSSResult[]",
|
|
323
|
-
"default": "[null]"
|
|
324
|
-
},
|
|
325
320
|
{
|
|
326
321
|
"name": "column",
|
|
327
322
|
"type": "UmbTableColumn"
|
|
@@ -332,6 +327,11 @@
|
|
|
332
327
|
},
|
|
333
328
|
{
|
|
334
329
|
"name": "value"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"name": "styles",
|
|
333
|
+
"type": "CSSResult[]",
|
|
334
|
+
"default": "[null]"
|
|
335
335
|
}
|
|
336
336
|
]
|
|
337
337
|
},
|
|
@@ -387,13 +387,13 @@
|
|
|
387
387
|
"name": "umb-document-tree-item",
|
|
388
388
|
"path": "./../../src/backoffice/documents/documents/tree/tree-item/document-tree-item.element.ts",
|
|
389
389
|
"properties": [
|
|
390
|
+
{
|
|
391
|
+
"name": "item"
|
|
392
|
+
},
|
|
390
393
|
{
|
|
391
394
|
"name": "styles",
|
|
392
395
|
"type": "CSSResult[]",
|
|
393
396
|
"default": "[\"UUITextStyles\",null]"
|
|
394
|
-
},
|
|
395
|
-
{
|
|
396
|
-
"name": "item"
|
|
397
397
|
}
|
|
398
398
|
]
|
|
399
399
|
},
|
|
@@ -444,11 +444,6 @@
|
|
|
444
444
|
}
|
|
445
445
|
],
|
|
446
446
|
"properties": [
|
|
447
|
-
{
|
|
448
|
-
"name": "styles",
|
|
449
|
-
"type": "CSSResult[]",
|
|
450
|
-
"default": "[\"UUITextStyles\",null]"
|
|
451
|
-
},
|
|
452
447
|
{
|
|
453
448
|
"name": "containerName",
|
|
454
449
|
"attribute": "container-name",
|
|
@@ -458,6 +453,11 @@
|
|
|
458
453
|
"name": "containerType",
|
|
459
454
|
"attribute": "container-type",
|
|
460
455
|
"type": "PropertyContainerTypes | undefined"
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"name": "styles",
|
|
459
|
+
"type": "CSSResult[]",
|
|
460
|
+
"default": "[\"UUITextStyles\",null]"
|
|
461
461
|
}
|
|
462
462
|
]
|
|
463
463
|
},
|
|
@@ -475,11 +475,6 @@
|
|
|
475
475
|
}
|
|
476
476
|
],
|
|
477
477
|
"properties": [
|
|
478
|
-
{
|
|
479
|
-
"name": "styles",
|
|
480
|
-
"type": "CSSResult[]",
|
|
481
|
-
"default": "[\"UUITextStyles\",null]"
|
|
482
|
-
},
|
|
483
478
|
{
|
|
484
479
|
"name": "tabName",
|
|
485
480
|
"attribute": "tabName",
|
|
@@ -489,6 +484,11 @@
|
|
|
489
484
|
"name": "noTabName",
|
|
490
485
|
"attribute": "noTabName",
|
|
491
486
|
"type": "boolean"
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"name": "styles",
|
|
490
|
+
"type": "CSSResult[]",
|
|
491
|
+
"default": "[\"UUITextStyles\",null]"
|
|
492
492
|
}
|
|
493
493
|
]
|
|
494
494
|
},
|
|
@@ -737,15 +737,15 @@
|
|
|
737
737
|
}
|
|
738
738
|
],
|
|
739
739
|
"properties": [
|
|
740
|
-
{
|
|
741
|
-
"name": "styles",
|
|
742
|
-
"type": "CSSResult[]",
|
|
743
|
-
"default": "[\"UUITextStyles\",null]"
|
|
744
|
-
},
|
|
745
740
|
{
|
|
746
741
|
"name": "entityId",
|
|
747
742
|
"attribute": "entityId",
|
|
748
743
|
"type": "string | undefined"
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
"name": "styles",
|
|
747
|
+
"type": "CSSResult[]",
|
|
748
|
+
"default": "[\"UUITextStyles\",null]"
|
|
749
749
|
}
|
|
750
750
|
]
|
|
751
751
|
},
|
|
@@ -759,15 +759,15 @@
|
|
|
759
759
|
}
|
|
760
760
|
],
|
|
761
761
|
"properties": [
|
|
762
|
-
{
|
|
763
|
-
"name": "styles",
|
|
764
|
-
"type": "CSSResult[]",
|
|
765
|
-
"default": "[\"UUITextStyles\",null]"
|
|
766
|
-
},
|
|
767
762
|
{
|
|
768
763
|
"name": "entityId",
|
|
769
764
|
"attribute": "entityId",
|
|
770
765
|
"type": "string | undefined"
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"name": "styles",
|
|
769
|
+
"type": "CSSResult[]",
|
|
770
|
+
"default": "[\"UUITextStyles\",null]"
|
|
771
771
|
}
|
|
772
772
|
]
|
|
773
773
|
},
|
|
@@ -809,11 +809,6 @@
|
|
|
809
809
|
}
|
|
810
810
|
],
|
|
811
811
|
"properties": [
|
|
812
|
-
{
|
|
813
|
-
"name": "styles",
|
|
814
|
-
"type": "CSSResult",
|
|
815
|
-
"default": "\"css`\\n\\t\\t:host {\\n\\t\\t\\tdisplay: flex;\\n\\t\\t\\tmin-height: 47px;\\n\\t\\t}\\n\\t`\""
|
|
816
|
-
},
|
|
817
812
|
{
|
|
818
813
|
"name": "name",
|
|
819
814
|
"attribute": "name",
|
|
@@ -834,6 +829,11 @@
|
|
|
834
829
|
"name": "customIcon",
|
|
835
830
|
"attribute": "customIcon",
|
|
836
831
|
"type": "string | undefined"
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"name": "styles",
|
|
835
|
+
"type": "CSSResult",
|
|
836
|
+
"default": "\"css`\\n\\t\\t:host {\\n\\t\\t\\tdisplay: flex;\\n\\t\\t\\tmin-height: 47px;\\n\\t\\t}\\n\\t`\""
|
|
837
837
|
}
|
|
838
838
|
]
|
|
839
839
|
},
|
|
@@ -859,16 +859,16 @@
|
|
|
859
859
|
}
|
|
860
860
|
],
|
|
861
861
|
"properties": [
|
|
862
|
-
{
|
|
863
|
-
"name": "styles",
|
|
864
|
-
"type": "CSSResult[]",
|
|
865
|
-
"default": "[null]"
|
|
866
|
-
},
|
|
867
862
|
{
|
|
868
863
|
"name": "marketplaceUrl",
|
|
869
864
|
"attribute": "marketplaceUrl",
|
|
870
865
|
"type": "string",
|
|
871
866
|
"default": "\"https://marketplace.umbraco.com/?umbversion=11.1.0&style=backoffice\""
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"name": "styles",
|
|
870
|
+
"type": "CSSResult[]",
|
|
871
|
+
"default": "[null]"
|
|
872
872
|
}
|
|
873
873
|
]
|
|
874
874
|
},
|
|
@@ -940,14 +940,14 @@
|
|
|
940
940
|
}
|
|
941
941
|
],
|
|
942
942
|
"properties": [
|
|
943
|
+
{
|
|
944
|
+
"name": "action",
|
|
945
|
+
"attribute": "action"
|
|
946
|
+
},
|
|
943
947
|
{
|
|
944
948
|
"name": "styles",
|
|
945
949
|
"type": "CSSResult[]",
|
|
946
950
|
"default": "[\"UUITextStyles\",null]"
|
|
947
|
-
},
|
|
948
|
-
{
|
|
949
|
-
"name": "action",
|
|
950
|
-
"attribute": "action"
|
|
951
951
|
}
|
|
952
952
|
],
|
|
953
953
|
"events": [
|
|
@@ -965,14 +965,14 @@
|
|
|
965
965
|
}
|
|
966
966
|
],
|
|
967
967
|
"properties": [
|
|
968
|
+
{
|
|
969
|
+
"name": "manifest",
|
|
970
|
+
"attribute": "manifest"
|
|
971
|
+
},
|
|
968
972
|
{
|
|
969
973
|
"name": "styles",
|
|
970
974
|
"type": "CSSResult[]",
|
|
971
975
|
"default": "[\"UUITextStyles\",null]"
|
|
972
|
-
},
|
|
973
|
-
{
|
|
974
|
-
"name": "manifest",
|
|
975
|
-
"attribute": "manifest"
|
|
976
976
|
}
|
|
977
977
|
]
|
|
978
978
|
},
|
|
@@ -985,14 +985,14 @@
|
|
|
985
985
|
}
|
|
986
986
|
],
|
|
987
987
|
"properties": [
|
|
988
|
+
{
|
|
989
|
+
"name": "manifest",
|
|
990
|
+
"attribute": "manifest"
|
|
991
|
+
},
|
|
988
992
|
{
|
|
989
993
|
"name": "styles",
|
|
990
994
|
"type": "CSSResult[]",
|
|
991
995
|
"default": "[\"UUITextStyles\",null]"
|
|
992
|
-
},
|
|
993
|
-
{
|
|
994
|
-
"name": "manifest",
|
|
995
|
-
"attribute": "manifest"
|
|
996
996
|
}
|
|
997
997
|
]
|
|
998
998
|
},
|
|
@@ -1006,15 +1006,15 @@
|
|
|
1006
1006
|
}
|
|
1007
1007
|
],
|
|
1008
1008
|
"properties": [
|
|
1009
|
-
{
|
|
1010
|
-
"name": "styles",
|
|
1011
|
-
"type": "CSSResult[]",
|
|
1012
|
-
"default": "[\"UUITextStyles\",null]"
|
|
1013
|
-
},
|
|
1014
1009
|
{
|
|
1015
1010
|
"name": "groupName",
|
|
1016
1011
|
"attribute": "groupName",
|
|
1017
1012
|
"type": "string"
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"name": "styles",
|
|
1016
|
+
"type": "CSSResult[]",
|
|
1017
|
+
"default": "[\"UUITextStyles\",null]"
|
|
1018
1018
|
}
|
|
1019
1019
|
]
|
|
1020
1020
|
},
|
|
@@ -1208,11 +1208,6 @@
|
|
|
1208
1208
|
}
|
|
1209
1209
|
],
|
|
1210
1210
|
"properties": [
|
|
1211
|
-
{
|
|
1212
|
-
"name": "styles",
|
|
1213
|
-
"type": "CSSResult[]",
|
|
1214
|
-
"default": "[\"UUITextStyles\"]"
|
|
1215
|
-
},
|
|
1216
1211
|
{
|
|
1217
1212
|
"name": "modalHandler"
|
|
1218
1213
|
},
|
|
@@ -1220,6 +1215,11 @@
|
|
|
1220
1215
|
"name": "data",
|
|
1221
1216
|
"attribute": "data",
|
|
1222
1217
|
"type": "UmbDataTypeCreateOptionsModalData | undefined"
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"name": "styles",
|
|
1221
|
+
"type": "CSSResult[]",
|
|
1222
|
+
"default": "[\"UUITextStyles\"]"
|
|
1223
1223
|
}
|
|
1224
1224
|
]
|
|
1225
1225
|
},
|
|
@@ -1227,16 +1227,16 @@
|
|
|
1227
1227
|
"name": "umb-data-type-picker-modal",
|
|
1228
1228
|
"path": "./../../src/backoffice/settings/data-types/modal/data-type-picker/data-type-picker-modal.element.ts",
|
|
1229
1229
|
"properties": [
|
|
1230
|
-
{
|
|
1231
|
-
"name": "styles",
|
|
1232
|
-
"type": "CSSResult[]",
|
|
1233
|
-
"default": "[\"UUITextStyles\",null]"
|
|
1234
|
-
},
|
|
1235
1230
|
{
|
|
1236
1231
|
"name": "modalHandler"
|
|
1237
1232
|
},
|
|
1238
1233
|
{
|
|
1239
1234
|
"name": "data"
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
"name": "styles",
|
|
1238
|
+
"type": "CSSResult[]",
|
|
1239
|
+
"default": "[\"UUITextStyles\",null]"
|
|
1240
1240
|
}
|
|
1241
1241
|
]
|
|
1242
1242
|
},
|
|
@@ -1252,11 +1252,6 @@
|
|
|
1252
1252
|
}
|
|
1253
1253
|
],
|
|
1254
1254
|
"properties": [
|
|
1255
|
-
{
|
|
1256
|
-
"name": "styles",
|
|
1257
|
-
"type": "CSSResult[]",
|
|
1258
|
-
"default": "[\"UUITextStyles\",null]"
|
|
1259
|
-
},
|
|
1260
1255
|
{
|
|
1261
1256
|
"name": "manifest",
|
|
1262
1257
|
"attribute": "manifest"
|
|
@@ -1264,6 +1259,11 @@
|
|
|
1264
1259
|
{
|
|
1265
1260
|
"name": "location",
|
|
1266
1261
|
"attribute": "location"
|
|
1262
|
+
},
|
|
1263
|
+
{
|
|
1264
|
+
"name": "styles",
|
|
1265
|
+
"type": "CSSResult[]",
|
|
1266
|
+
"default": "[\"UUITextStyles\",null]"
|
|
1267
1267
|
}
|
|
1268
1268
|
]
|
|
1269
1269
|
},
|
|
@@ -1337,13 +1337,13 @@
|
|
|
1337
1337
|
"name": "umb-language-root-table-delete-column-layout",
|
|
1338
1338
|
"path": "./../../src/backoffice/settings/languages/workspace/language-root/components/language-root-table-delete-column-layout.element.ts",
|
|
1339
1339
|
"properties": [
|
|
1340
|
+
{
|
|
1341
|
+
"name": "value"
|
|
1342
|
+
},
|
|
1340
1343
|
{
|
|
1341
1344
|
"name": "styles",
|
|
1342
1345
|
"type": "CSSResult[]",
|
|
1343
1346
|
"default": "[\"UUITextStyles\",null]"
|
|
1344
|
-
},
|
|
1345
|
-
{
|
|
1346
|
-
"name": "value"
|
|
1347
1347
|
}
|
|
1348
1348
|
]
|
|
1349
1349
|
},
|
|
@@ -1351,14 +1351,14 @@
|
|
|
1351
1351
|
"name": "umb-language-root-table-name-column-layout",
|
|
1352
1352
|
"path": "./../../src/backoffice/settings/languages/workspace/language-root/components/language-root-table-name-column-layout.element.ts",
|
|
1353
1353
|
"properties": [
|
|
1354
|
+
{
|
|
1355
|
+
"name": "value",
|
|
1356
|
+
"type": "{ isoCode: string; name: string; }"
|
|
1357
|
+
},
|
|
1354
1358
|
{
|
|
1355
1359
|
"name": "styles",
|
|
1356
1360
|
"type": "CSSResult[]",
|
|
1357
1361
|
"default": "[\"UUITextStyles\",null]"
|
|
1358
|
-
},
|
|
1359
|
-
{
|
|
1360
|
-
"name": "value",
|
|
1361
|
-
"type": "{ isoCode: string; name: string; }"
|
|
1362
1362
|
}
|
|
1363
1363
|
]
|
|
1364
1364
|
},
|
|
@@ -1417,16 +1417,16 @@
|
|
|
1417
1417
|
}
|
|
1418
1418
|
],
|
|
1419
1419
|
"properties": [
|
|
1420
|
-
{
|
|
1421
|
-
"name": "styles",
|
|
1422
|
-
"type": "CSSResult[]",
|
|
1423
|
-
"default": "[\"UUITextStyles\",null]"
|
|
1424
|
-
},
|
|
1425
1420
|
{
|
|
1426
1421
|
"name": "horizontal",
|
|
1427
1422
|
"attribute": "horizontal",
|
|
1428
1423
|
"type": "boolean",
|
|
1429
1424
|
"default": "false"
|
|
1425
|
+
},
|
|
1426
|
+
{
|
|
1427
|
+
"name": "styles",
|
|
1428
|
+
"type": "CSSResult[]",
|
|
1429
|
+
"default": "[\"UUITextStyles\",null]"
|
|
1430
1430
|
}
|
|
1431
1431
|
]
|
|
1432
1432
|
},
|
|
@@ -1439,11 +1439,6 @@
|
|
|
1439
1439
|
}
|
|
1440
1440
|
],
|
|
1441
1441
|
"properties": [
|
|
1442
|
-
{
|
|
1443
|
-
"name": "styles",
|
|
1444
|
-
"type": "CSSResult[]",
|
|
1445
|
-
"default": "[\"UUITextStyles\",null]"
|
|
1446
|
-
},
|
|
1447
1442
|
{
|
|
1448
1443
|
"name": "level",
|
|
1449
1444
|
"attribute": "level"
|
|
@@ -1452,6 +1447,11 @@
|
|
|
1452
1447
|
"name": "levelMap",
|
|
1453
1448
|
"type": "Record<any, LevelMapStyles>",
|
|
1454
1449
|
"default": "{\"Verbose\":{\"look\":\"secondary\"},\"Debug\":{\"look\":\"default\",\"style\":\"background-color: var(--umb-log-viewer-debug-color); color: var(--uui-color-surface)\"},\"Information\":{\"look\":\"primary\",\"color\":\"positive\"},\"Warning\":{\"look\":\"primary\",\"color\":\"warning\"},\"Error\":{\"look\":\"primary\",\"color\":\"danger\"},\"Fatal\":{\"look\":\"primary\",\"style\":\"background-color: var(--umb-log-viewer-fatal-color); color: var(--uui-color-surface)\"}}"
|
|
1450
|
+
},
|
|
1451
|
+
{
|
|
1452
|
+
"name": "styles",
|
|
1453
|
+
"type": "CSSResult[]",
|
|
1454
|
+
"default": "[\"UUITextStyles\",null]"
|
|
1455
1455
|
}
|
|
1456
1456
|
]
|
|
1457
1457
|
},
|
|
@@ -1546,15 +1546,15 @@
|
|
|
1546
1546
|
"name": "umb-log-viewer-log-level-filter-menu",
|
|
1547
1547
|
"path": "./../../src/backoffice/settings/logviewer/workspace/views/search/components/log-viewer-log-level-filter-menu.element.ts",
|
|
1548
1548
|
"properties": [
|
|
1549
|
-
{
|
|
1550
|
-
"name": "styles",
|
|
1551
|
-
"type": "CSSResult[]",
|
|
1552
|
-
"default": "[\"UUITextStyles\",null]"
|
|
1553
|
-
},
|
|
1554
1549
|
{
|
|
1555
1550
|
"name": "setLogLevelDebounce",
|
|
1556
1551
|
"type": "DebouncedFunc<() => void>",
|
|
1557
1552
|
"default": "\"debounce(this.#setLogLevel, 300)\""
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"name": "styles",
|
|
1556
|
+
"type": "CSSResult[]",
|
|
1557
|
+
"default": "[\"UUITextStyles\",null]"
|
|
1558
1558
|
}
|
|
1559
1559
|
]
|
|
1560
1560
|
},
|
|
@@ -1593,11 +1593,6 @@
|
|
|
1593
1593
|
}
|
|
1594
1594
|
],
|
|
1595
1595
|
"properties": [
|
|
1596
|
-
{
|
|
1597
|
-
"name": "styles",
|
|
1598
|
-
"type": "CSSResult[]",
|
|
1599
|
-
"default": "[\"UUITextStyles\",null]"
|
|
1600
|
-
},
|
|
1601
1596
|
{
|
|
1602
1597
|
"name": "details",
|
|
1603
1598
|
"type": "HTMLDetailsElement"
|
|
@@ -1645,6 +1640,11 @@
|
|
|
1645
1640
|
"attribute": "exception",
|
|
1646
1641
|
"type": "string",
|
|
1647
1642
|
"default": "\"\""
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"name": "styles",
|
|
1646
|
+
"type": "CSSResult[]",
|
|
1647
|
+
"default": "[\"UUITextStyles\",null]"
|
|
1648
1648
|
}
|
|
1649
1649
|
]
|
|
1650
1650
|
},
|
|
@@ -1757,15 +1757,15 @@
|
|
|
1757
1757
|
}
|
|
1758
1758
|
],
|
|
1759
1759
|
"properties": [
|
|
1760
|
-
{
|
|
1761
|
-
"name": "styles",
|
|
1762
|
-
"type": "CSSResult[]",
|
|
1763
|
-
"default": "[\"UUITextStyles\",null]"
|
|
1764
|
-
},
|
|
1765
1760
|
{
|
|
1766
1761
|
"name": "entityType",
|
|
1767
1762
|
"attribute": "entityType",
|
|
1768
1763
|
"type": "string | null"
|
|
1764
|
+
},
|
|
1765
|
+
{
|
|
1766
|
+
"name": "styles",
|
|
1767
|
+
"type": "CSSResult[]",
|
|
1768
|
+
"default": "[\"UUITextStyles\",null]"
|
|
1769
1769
|
}
|
|
1770
1770
|
]
|
|
1771
1771
|
},
|
|
@@ -1785,11 +1785,6 @@
|
|
|
1785
1785
|
}
|
|
1786
1786
|
],
|
|
1787
1787
|
"properties": [
|
|
1788
|
-
{
|
|
1789
|
-
"name": "styles",
|
|
1790
|
-
"type": "CSSResult[]",
|
|
1791
|
-
"default": "[\"UUITextStyles\",null]"
|
|
1792
|
-
},
|
|
1793
1788
|
{
|
|
1794
1789
|
"name": "actions",
|
|
1795
1790
|
"attribute": "actions",
|
|
@@ -1801,6 +1796,11 @@
|
|
|
1801
1796
|
"attribute": "useSearch",
|
|
1802
1797
|
"type": "boolean",
|
|
1803
1798
|
"default": "true"
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"name": "styles",
|
|
1802
|
+
"type": "CSSResult[]",
|
|
1803
|
+
"default": "[\"UUITextStyles\",null]"
|
|
1804
1804
|
}
|
|
1805
1805
|
],
|
|
1806
1806
|
"events": [
|
|
@@ -1819,15 +1819,15 @@
|
|
|
1819
1819
|
}
|
|
1820
1820
|
],
|
|
1821
1821
|
"properties": [
|
|
1822
|
-
{
|
|
1823
|
-
"name": "styles",
|
|
1824
|
-
"type": "CSSResult[]",
|
|
1825
|
-
"default": "[\"UUITextStyles\",null]"
|
|
1826
|
-
},
|
|
1827
1822
|
{
|
|
1828
1823
|
"name": "entityType",
|
|
1829
1824
|
"attribute": "entity-type",
|
|
1830
1825
|
"type": "string"
|
|
1826
|
+
},
|
|
1827
|
+
{
|
|
1828
|
+
"name": "styles",
|
|
1829
|
+
"type": "CSSResult[]",
|
|
1830
|
+
"default": "[\"UUITextStyles\",null]"
|
|
1831
1831
|
}
|
|
1832
1832
|
]
|
|
1833
1833
|
},
|
|
@@ -1835,13 +1835,13 @@
|
|
|
1835
1835
|
"name": "umb-dashboard-collection",
|
|
1836
1836
|
"path": "./../../src/backoffice/shared/collection/dashboards/dashboard-collection.element.ts",
|
|
1837
1837
|
"properties": [
|
|
1838
|
+
{
|
|
1839
|
+
"name": "manifest"
|
|
1840
|
+
},
|
|
1838
1841
|
{
|
|
1839
1842
|
"name": "styles",
|
|
1840
1843
|
"type": "CSSResult[]",
|
|
1841
1844
|
"default": "[\"UUITextStyles\",null]"
|
|
1842
|
-
},
|
|
1843
|
-
{
|
|
1844
|
-
"name": "manifest"
|
|
1845
1845
|
}
|
|
1846
1846
|
]
|
|
1847
1847
|
},
|
|
@@ -1923,18 +1923,18 @@
|
|
|
1923
1923
|
}
|
|
1924
1924
|
],
|
|
1925
1925
|
"properties": [
|
|
1926
|
-
{
|
|
1927
|
-
"name": "styles",
|
|
1928
|
-
"type": "CSSResult[]",
|
|
1929
|
-
"default": "[\"UUITextStyles\",null]"
|
|
1930
|
-
},
|
|
1931
1926
|
{
|
|
1932
1927
|
"name": "headline",
|
|
1933
1928
|
"attribute": "headline",
|
|
1934
1929
|
"description": "Renders a headline in the header.",
|
|
1935
1930
|
"type": "string",
|
|
1936
1931
|
"default": "\"''\""
|
|
1937
|
-
}
|
|
1932
|
+
},
|
|
1933
|
+
{
|
|
1934
|
+
"name": "styles",
|
|
1935
|
+
"type": "CSSResult[]",
|
|
1936
|
+
"default": "[\"UUITextStyles\",null]"
|
|
1937
|
+
}
|
|
1938
1938
|
],
|
|
1939
1939
|
"slots": [
|
|
1940
1940
|
{
|
|
@@ -1990,11 +1990,6 @@
|
|
|
1990
1990
|
}
|
|
1991
1991
|
],
|
|
1992
1992
|
"properties": [
|
|
1993
|
-
{
|
|
1994
|
-
"name": "styles",
|
|
1995
|
-
"type": "CSSResult[]",
|
|
1996
|
-
"default": "[\"UUITextStyles\",null]"
|
|
1997
|
-
},
|
|
1998
1993
|
{
|
|
1999
1994
|
"name": "label",
|
|
2000
1995
|
"attribute": "label",
|
|
@@ -2032,6 +2027,11 @@
|
|
|
2032
2027
|
{
|
|
2033
2028
|
"name": "popover",
|
|
2034
2029
|
"type": "UUIPopoverElement"
|
|
2030
|
+
},
|
|
2031
|
+
{
|
|
2032
|
+
"name": "styles",
|
|
2033
|
+
"type": "CSSResult[]",
|
|
2034
|
+
"default": "[\"UUITextStyles\",null]"
|
|
2035
2035
|
}
|
|
2036
2036
|
]
|
|
2037
2037
|
},
|
|
@@ -2089,15 +2089,15 @@
|
|
|
2089
2089
|
}
|
|
2090
2090
|
],
|
|
2091
2091
|
"properties": [
|
|
2092
|
+
{
|
|
2093
|
+
"name": "editor",
|
|
2094
|
+
"type": "UmbCodeEditorController | undefined"
|
|
2095
|
+
},
|
|
2092
2096
|
{
|
|
2093
2097
|
"name": "styles",
|
|
2094
2098
|
"type": "CSSResult[]",
|
|
2095
2099
|
"default": "[\"monacoEditorStyles\",\"monacoJumpingCursorHack\",null]"
|
|
2096
2100
|
},
|
|
2097
|
-
{
|
|
2098
|
-
"name": "editor",
|
|
2099
|
-
"type": "UmbCodeEditorController | undefined"
|
|
2100
|
-
},
|
|
2101
2101
|
{
|
|
2102
2102
|
"name": "container",
|
|
2103
2103
|
"type": "HTMLElement"
|
|
@@ -2164,11 +2164,6 @@
|
|
|
2164
2164
|
}
|
|
2165
2165
|
],
|
|
2166
2166
|
"properties": [
|
|
2167
|
-
{
|
|
2168
|
-
"name": "styles",
|
|
2169
|
-
"type": "CSSResult[]",
|
|
2170
|
-
"default": "[\"UUITextStyles\",null]"
|
|
2171
|
-
},
|
|
2172
2167
|
{
|
|
2173
2168
|
"name": "visible",
|
|
2174
2169
|
"attribute": "visible",
|
|
@@ -2185,6 +2180,11 @@
|
|
|
2185
2180
|
"name": "contextData",
|
|
2186
2181
|
"type": "array",
|
|
2187
2182
|
"default": "\"Array<DebugContextData>()\""
|
|
2183
|
+
},
|
|
2184
|
+
{
|
|
2185
|
+
"name": "styles",
|
|
2186
|
+
"type": "CSSResult[]",
|
|
2187
|
+
"default": "[\"UUITextStyles\",null]"
|
|
2188
2188
|
}
|
|
2189
2189
|
]
|
|
2190
2190
|
},
|
|
@@ -2236,11 +2236,6 @@
|
|
|
2236
2236
|
}
|
|
2237
2237
|
],
|
|
2238
2238
|
"properties": [
|
|
2239
|
-
{
|
|
2240
|
-
"name": "styles",
|
|
2241
|
-
"type": "CSSResult[]",
|
|
2242
|
-
"default": "[\"UUITextStyles\",null]"
|
|
2243
|
-
},
|
|
2244
2239
|
{
|
|
2245
2240
|
"name": "radius",
|
|
2246
2241
|
"attribute": "radius",
|
|
@@ -2275,6 +2270,11 @@
|
|
|
2275
2270
|
"description": "Hides the box that appears oh hover with the details of the slice",
|
|
2276
2271
|
"type": "boolean",
|
|
2277
2272
|
"default": "false"
|
|
2273
|
+
},
|
|
2274
|
+
{
|
|
2275
|
+
"name": "styles",
|
|
2276
|
+
"type": "CSSResult[]",
|
|
2277
|
+
"default": "[\"UUITextStyles\",null]"
|
|
2278
2278
|
}
|
|
2279
2279
|
]
|
|
2280
2280
|
},
|
|
@@ -2356,16 +2356,16 @@
|
|
|
2356
2356
|
}
|
|
2357
2357
|
],
|
|
2358
2358
|
"properties": [
|
|
2359
|
-
{
|
|
2360
|
-
"name": "styles",
|
|
2361
|
-
"type": "CSSResult[]",
|
|
2362
|
-
"default": "[\"UUITextStyles\",null]"
|
|
2363
|
-
},
|
|
2364
2359
|
{
|
|
2365
2360
|
"name": "open",
|
|
2366
2361
|
"attribute": "open",
|
|
2367
2362
|
"type": "boolean",
|
|
2368
2363
|
"default": "false"
|
|
2364
|
+
},
|
|
2365
|
+
{
|
|
2366
|
+
"name": "styles",
|
|
2367
|
+
"type": "CSSResult[]",
|
|
2368
|
+
"default": "[\"UUITextStyles\",null]"
|
|
2369
2369
|
}
|
|
2370
2370
|
]
|
|
2371
2371
|
},
|
|
@@ -2386,11 +2386,6 @@
|
|
|
2386
2386
|
}
|
|
2387
2387
|
],
|
|
2388
2388
|
"properties": [
|
|
2389
|
-
{
|
|
2390
|
-
"name": "styles",
|
|
2391
|
-
"type": "CSSResult[]",
|
|
2392
|
-
"default": "[\"UUITextStyles\",null]"
|
|
2393
|
-
},
|
|
2394
2389
|
{
|
|
2395
2390
|
"name": "size",
|
|
2396
2391
|
"attribute": "size",
|
|
@@ -2403,6 +2398,11 @@
|
|
|
2403
2398
|
"attribute": "position",
|
|
2404
2399
|
"description": "Set the element position\n'center' => element is absolutely centered\nundefined => element has auto margin, to center in parent",
|
|
2405
2400
|
"type": "\"center\" | undefined"
|
|
2401
|
+
},
|
|
2402
|
+
{
|
|
2403
|
+
"name": "styles",
|
|
2404
|
+
"type": "CSSResult[]",
|
|
2405
|
+
"default": "[\"UUITextStyles\",null]"
|
|
2406
2406
|
}
|
|
2407
2407
|
]
|
|
2408
2408
|
},
|
|
@@ -2486,11 +2486,6 @@
|
|
|
2486
2486
|
}
|
|
2487
2487
|
],
|
|
2488
2488
|
"properties": [
|
|
2489
|
-
{
|
|
2490
|
-
"name": "styles",
|
|
2491
|
-
"type": "CSSResult",
|
|
2492
|
-
"default": "\"css`\\n\\t\\t:host {\\n\\t\\t\\tdisplay: contents;\\n\\t\\t}\\n\\t`\""
|
|
2493
|
-
},
|
|
2494
2489
|
{
|
|
2495
2490
|
"name": "type",
|
|
2496
2491
|
"attribute": "type",
|
|
@@ -2517,6 +2512,11 @@
|
|
|
2517
2512
|
"attribute": "renderMethod",
|
|
2518
2513
|
"type": "(extension: InitializedExtension) => HTMLElement | TemplateResult<1 | 2> | null",
|
|
2519
2514
|
"default": "\"(extension) =>\\n\\t\\textension.component\""
|
|
2515
|
+
},
|
|
2516
|
+
{
|
|
2517
|
+
"name": "styles",
|
|
2518
|
+
"type": "CSSResult",
|
|
2519
|
+
"default": "\"css`\\n\\t\\t:host {\\n\\t\\t\\tdisplay: contents;\\n\\t\\t}\\n\\t`\""
|
|
2520
2520
|
}
|
|
2521
2521
|
],
|
|
2522
2522
|
"slots": [
|
|
@@ -2551,13 +2551,13 @@
|
|
|
2551
2551
|
"name": "umb-header-app-button",
|
|
2552
2552
|
"path": "./../../src/backoffice/shared/components/header-app/header-app-button.element.ts",
|
|
2553
2553
|
"properties": [
|
|
2554
|
+
{
|
|
2555
|
+
"name": "manifest"
|
|
2556
|
+
},
|
|
2554
2557
|
{
|
|
2555
2558
|
"name": "styles",
|
|
2556
2559
|
"type": "CSSResultGroup",
|
|
2557
2560
|
"default": "[\"UUITextStyles\",null]"
|
|
2558
|
-
},
|
|
2559
|
-
{
|
|
2560
|
-
"name": "manifest"
|
|
2561
2561
|
}
|
|
2562
2562
|
]
|
|
2563
2563
|
},
|
|
@@ -2579,11 +2579,6 @@
|
|
|
2579
2579
|
}
|
|
2580
2580
|
],
|
|
2581
2581
|
"properties": [
|
|
2582
|
-
{
|
|
2583
|
-
"name": "styles",
|
|
2584
|
-
"type": "CSSResult[]",
|
|
2585
|
-
"default": "[\"UUITextStyles\",null]"
|
|
2586
|
-
},
|
|
2587
2582
|
{
|
|
2588
2583
|
"name": "src",
|
|
2589
2584
|
"attribute": "src",
|
|
@@ -2598,6 +2593,11 @@
|
|
|
2598
2593
|
"name": "detail",
|
|
2599
2594
|
"attribute": "detail",
|
|
2600
2595
|
"type": "string | undefined"
|
|
2596
|
+
},
|
|
2597
|
+
{
|
|
2598
|
+
"name": "styles",
|
|
2599
|
+
"type": "CSSResult[]",
|
|
2600
|
+
"default": "[\"UUITextStyles\",null]"
|
|
2601
2601
|
}
|
|
2602
2602
|
]
|
|
2603
2603
|
},
|
|
@@ -2628,11 +2628,6 @@
|
|
|
2628
2628
|
}
|
|
2629
2629
|
],
|
|
2630
2630
|
"properties": [
|
|
2631
|
-
{
|
|
2632
|
-
"name": "styles",
|
|
2633
|
-
"type": "CSSResult[]",
|
|
2634
|
-
"default": "[\"UUITextStyles\",null]"
|
|
2635
|
-
},
|
|
2636
2631
|
{
|
|
2637
2632
|
"name": "list",
|
|
2638
2633
|
"attribute": "list",
|
|
@@ -2644,6 +2639,11 @@
|
|
|
2644
2639
|
"name": "selected",
|
|
2645
2640
|
"type": "string[]"
|
|
2646
2641
|
},
|
|
2642
|
+
{
|
|
2643
|
+
"name": "styles",
|
|
2644
|
+
"type": "CSSResult[]",
|
|
2645
|
+
"default": "[\"UUITextStyles\",null]"
|
|
2646
|
+
},
|
|
2647
2647
|
{
|
|
2648
2648
|
"name": "formAssociated",
|
|
2649
2649
|
"type": "boolean"
|
|
@@ -2708,11 +2708,6 @@
|
|
|
2708
2708
|
}
|
|
2709
2709
|
],
|
|
2710
2710
|
"properties": [
|
|
2711
|
-
{
|
|
2712
|
-
"name": "styles",
|
|
2713
|
-
"type": "CSSResult[]",
|
|
2714
|
-
"default": "[\"UUITextStyles\"]"
|
|
2715
|
-
},
|
|
2716
2711
|
{
|
|
2717
2712
|
"name": "showLabels",
|
|
2718
2713
|
"attribute": "showLabels",
|
|
@@ -2724,6 +2719,11 @@
|
|
|
2724
2719
|
"attribute": "swatches",
|
|
2725
2720
|
"type": "any[] | undefined"
|
|
2726
2721
|
},
|
|
2722
|
+
{
|
|
2723
|
+
"name": "styles",
|
|
2724
|
+
"type": "CSSResult[]",
|
|
2725
|
+
"default": "[\"UUITextStyles\"]"
|
|
2726
|
+
},
|
|
2727
2727
|
{
|
|
2728
2728
|
"name": "formAssociated",
|
|
2729
2729
|
"type": "boolean"
|
|
@@ -2789,11 +2789,6 @@
|
|
|
2789
2789
|
}
|
|
2790
2790
|
],
|
|
2791
2791
|
"properties": [
|
|
2792
|
-
{
|
|
2793
|
-
"name": "styles",
|
|
2794
|
-
"type": "CSSResult[]",
|
|
2795
|
-
"default": "[\"UUITextStyles\",null]"
|
|
2796
|
-
},
|
|
2797
2792
|
{
|
|
2798
2793
|
"name": "disabled",
|
|
2799
2794
|
"attribute": "disabled",
|
|
@@ -2812,6 +2807,11 @@
|
|
|
2812
2807
|
"name": "selectedCultureName",
|
|
2813
2808
|
"type": "string | undefined"
|
|
2814
2809
|
},
|
|
2810
|
+
{
|
|
2811
|
+
"name": "styles",
|
|
2812
|
+
"type": "CSSResult[]",
|
|
2813
|
+
"default": "[\"UUITextStyles\",null]"
|
|
2814
|
+
},
|
|
2815
2815
|
{
|
|
2816
2816
|
"name": "formAssociated",
|
|
2817
2817
|
"type": "boolean"
|
|
@@ -2888,11 +2888,6 @@
|
|
|
2888
2888
|
}
|
|
2889
2889
|
],
|
|
2890
2890
|
"properties": [
|
|
2891
|
-
{
|
|
2892
|
-
"name": "styles",
|
|
2893
|
-
"type": "CSSResult[]",
|
|
2894
|
-
"default": "[\"UUITextStyles\",null]"
|
|
2895
|
-
},
|
|
2896
2891
|
{
|
|
2897
2892
|
"name": "min",
|
|
2898
2893
|
"attribute": "min",
|
|
@@ -2925,6 +2920,11 @@
|
|
|
2925
2920
|
"name": "selectedIds",
|
|
2926
2921
|
"type": "string[]"
|
|
2927
2922
|
},
|
|
2923
|
+
{
|
|
2924
|
+
"name": "styles",
|
|
2925
|
+
"type": "CSSResult[]",
|
|
2926
|
+
"default": "[\"UUITextStyles\",null]"
|
|
2927
|
+
},
|
|
2928
2928
|
{
|
|
2929
2929
|
"name": "formAssociated",
|
|
2930
2930
|
"type": "boolean"
|
|
@@ -2987,16 +2987,16 @@
|
|
|
2987
2987
|
}
|
|
2988
2988
|
],
|
|
2989
2989
|
"properties": [
|
|
2990
|
-
{
|
|
2991
|
-
"name": "styles",
|
|
2992
|
-
"type": "CSSResult[]",
|
|
2993
|
-
"default": "[\"UUITextStyles\",null]"
|
|
2994
|
-
},
|
|
2995
2990
|
{
|
|
2996
2991
|
"name": "selectedIds",
|
|
2997
2992
|
"attribute": "selectedIds",
|
|
2998
2993
|
"type": "string[]"
|
|
2999
2994
|
},
|
|
2995
|
+
{
|
|
2996
|
+
"name": "styles",
|
|
2997
|
+
"type": "CSSResult[]",
|
|
2998
|
+
"default": "[\"UUITextStyles\",null]"
|
|
2999
|
+
},
|
|
3000
3000
|
{
|
|
3001
3001
|
"name": "formAssociated",
|
|
3002
3002
|
"type": "boolean"
|
|
@@ -3061,11 +3061,6 @@
|
|
|
3061
3061
|
}
|
|
3062
3062
|
],
|
|
3063
3063
|
"properties": [
|
|
3064
|
-
{
|
|
3065
|
-
"name": "styles",
|
|
3066
|
-
"type": "CSSResult[]",
|
|
3067
|
-
"default": "[\"UUITextStyles\",null]"
|
|
3068
|
-
},
|
|
3069
3064
|
{
|
|
3070
3065
|
"name": "opacity",
|
|
3071
3066
|
"attribute": "opacity",
|
|
@@ -3078,6 +3073,11 @@
|
|
|
3078
3073
|
"type": "string[]",
|
|
3079
3074
|
"default": "[]"
|
|
3080
3075
|
},
|
|
3076
|
+
{
|
|
3077
|
+
"name": "styles",
|
|
3078
|
+
"type": "CSSResult[]",
|
|
3079
|
+
"default": "[\"UUITextStyles\",null]"
|
|
3080
|
+
},
|
|
3081
3081
|
{
|
|
3082
3082
|
"name": "formAssociated",
|
|
3083
3083
|
"type": "boolean"
|
|
@@ -3278,11 +3278,6 @@
|
|
|
3278
3278
|
}
|
|
3279
3279
|
],
|
|
3280
3280
|
"properties": [
|
|
3281
|
-
{
|
|
3282
|
-
"name": "styles",
|
|
3283
|
-
"type": "CSSResult[]",
|
|
3284
|
-
"default": "[\"UUITextStyles\",null]"
|
|
3285
|
-
},
|
|
3286
3281
|
{
|
|
3287
3282
|
"name": "min",
|
|
3288
3283
|
"attribute": "min",
|
|
@@ -3315,6 +3310,11 @@
|
|
|
3315
3310
|
"name": "selectedIds",
|
|
3316
3311
|
"type": "string[]"
|
|
3317
3312
|
},
|
|
3313
|
+
{
|
|
3314
|
+
"name": "styles",
|
|
3315
|
+
"type": "CSSResult[]",
|
|
3316
|
+
"default": "[\"UUITextStyles\",null]"
|
|
3317
|
+
},
|
|
3318
3318
|
{
|
|
3319
3319
|
"name": "formAssociated",
|
|
3320
3320
|
"type": "boolean"
|
|
@@ -3414,11 +3414,6 @@
|
|
|
3414
3414
|
}
|
|
3415
3415
|
],
|
|
3416
3416
|
"properties": [
|
|
3417
|
-
{
|
|
3418
|
-
"name": "styles",
|
|
3419
|
-
"type": "CSSResult[]",
|
|
3420
|
-
"default": "[\"UUITextStyles\",null]"
|
|
3421
|
-
},
|
|
3422
3417
|
{
|
|
3423
3418
|
"name": "alias",
|
|
3424
3419
|
"attribute": "alias",
|
|
@@ -3478,6 +3473,11 @@
|
|
|
3478
3473
|
"type": "Array<UmbLinkPickerLink>",
|
|
3479
3474
|
"default": "\"[]\""
|
|
3480
3475
|
},
|
|
3476
|
+
{
|
|
3477
|
+
"name": "styles",
|
|
3478
|
+
"type": "CSSResult[]",
|
|
3479
|
+
"default": "[\"UUITextStyles\",null]"
|
|
3480
|
+
},
|
|
3481
3481
|
{
|
|
3482
3482
|
"name": "formAssociated",
|
|
3483
3483
|
"type": "boolean"
|
|
@@ -3562,11 +3562,6 @@
|
|
|
3562
3562
|
}
|
|
3563
3563
|
],
|
|
3564
3564
|
"properties": [
|
|
3565
|
-
{
|
|
3566
|
-
"name": "styles",
|
|
3567
|
-
"type": "CSSResult[]",
|
|
3568
|
-
"default": "[\"UUITextStyles\",null]"
|
|
3569
|
-
},
|
|
3570
3565
|
{
|
|
3571
3566
|
"name": "minLabel",
|
|
3572
3567
|
"attribute": "min-label",
|
|
@@ -3589,6 +3584,11 @@
|
|
|
3589
3584
|
"attribute": "maxValue",
|
|
3590
3585
|
"type": "number | undefined"
|
|
3591
3586
|
},
|
|
3587
|
+
{
|
|
3588
|
+
"name": "styles",
|
|
3589
|
+
"type": "CSSResult[]",
|
|
3590
|
+
"default": "[\"UUITextStyles\",null]"
|
|
3591
|
+
},
|
|
3592
3592
|
{
|
|
3593
3593
|
"name": "formAssociated",
|
|
3594
3594
|
"type": "boolean"
|
|
@@ -3653,11 +3653,6 @@
|
|
|
3653
3653
|
}
|
|
3654
3654
|
],
|
|
3655
3655
|
"properties": [
|
|
3656
|
-
{
|
|
3657
|
-
"name": "styles",
|
|
3658
|
-
"type": "CSSResult[]",
|
|
3659
|
-
"default": "[\"UUITextStyles\",null]"
|
|
3660
|
-
},
|
|
3661
3656
|
{
|
|
3662
3657
|
"name": "list",
|
|
3663
3658
|
"attribute": "list",
|
|
@@ -3669,6 +3664,11 @@
|
|
|
3669
3664
|
"name": "selected",
|
|
3670
3665
|
"type": "string"
|
|
3671
3666
|
},
|
|
3667
|
+
{
|
|
3668
|
+
"name": "styles",
|
|
3669
|
+
"type": "CSSResult[]",
|
|
3670
|
+
"default": "[\"UUITextStyles\",null]"
|
|
3671
|
+
},
|
|
3672
3672
|
{
|
|
3673
3673
|
"name": "formAssociated",
|
|
3674
3674
|
"type": "boolean"
|
|
@@ -3813,11 +3813,6 @@
|
|
|
3813
3813
|
}
|
|
3814
3814
|
],
|
|
3815
3815
|
"properties": [
|
|
3816
|
-
{
|
|
3817
|
-
"name": "styles",
|
|
3818
|
-
"type": "CSSResult[]",
|
|
3819
|
-
"default": "[\"UUITextStyles\",null]"
|
|
3820
|
-
},
|
|
3821
3816
|
{
|
|
3822
3817
|
"name": "min",
|
|
3823
3818
|
"attribute": "min",
|
|
@@ -3854,6 +3849,11 @@
|
|
|
3854
3849
|
"type": "boolean",
|
|
3855
3850
|
"default": "false"
|
|
3856
3851
|
},
|
|
3852
|
+
{
|
|
3853
|
+
"name": "styles",
|
|
3854
|
+
"type": "CSSResult[]",
|
|
3855
|
+
"default": "[\"UUITextStyles\",null]"
|
|
3856
|
+
},
|
|
3857
3857
|
{
|
|
3858
3858
|
"name": "formAssociated",
|
|
3859
3859
|
"type": "boolean"
|
|
@@ -4052,11 +4052,6 @@
|
|
|
4052
4052
|
}
|
|
4053
4053
|
],
|
|
4054
4054
|
"properties": [
|
|
4055
|
-
{
|
|
4056
|
-
"name": "styles",
|
|
4057
|
-
"type": "CSSResult[]",
|
|
4058
|
-
"default": "[\"UUITextStyles\",null]"
|
|
4059
|
-
},
|
|
4060
4055
|
{
|
|
4061
4056
|
"name": "checked",
|
|
4062
4057
|
"attribute": "checked",
|
|
@@ -4078,6 +4073,11 @@
|
|
|
4078
4073
|
"attribute": "labelOff",
|
|
4079
4074
|
"type": "string | undefined"
|
|
4080
4075
|
},
|
|
4076
|
+
{
|
|
4077
|
+
"name": "styles",
|
|
4078
|
+
"type": "CSSResult[]",
|
|
4079
|
+
"default": "[\"UUITextStyles\",null]"
|
|
4080
|
+
},
|
|
4081
4081
|
{
|
|
4082
4082
|
"name": "formAssociated",
|
|
4083
4083
|
"type": "boolean"
|
|
@@ -4146,11 +4146,6 @@
|
|
|
4146
4146
|
}
|
|
4147
4147
|
],
|
|
4148
4148
|
"properties": [
|
|
4149
|
-
{
|
|
4150
|
-
"name": "styles",
|
|
4151
|
-
"type": "CSSResult[]",
|
|
4152
|
-
"default": "[\"UUITextStyles\",null]"
|
|
4153
|
-
},
|
|
4154
4149
|
{
|
|
4155
4150
|
"name": "keys",
|
|
4156
4151
|
"attribute": "keys",
|
|
@@ -4173,6 +4168,11 @@
|
|
|
4173
4168
|
"name": "extensions",
|
|
4174
4169
|
"type": "string[] | undefined"
|
|
4175
4170
|
},
|
|
4171
|
+
{
|
|
4172
|
+
"name": "styles",
|
|
4173
|
+
"type": "CSSResult[]",
|
|
4174
|
+
"default": "[\"UUITextStyles\",null]"
|
|
4175
|
+
},
|
|
4176
4176
|
{
|
|
4177
4177
|
"name": "formAssociated",
|
|
4178
4178
|
"type": "boolean"
|
|
@@ -4365,11 +4365,6 @@
|
|
|
4365
4365
|
}
|
|
4366
4366
|
],
|
|
4367
4367
|
"properties": [
|
|
4368
|
-
{
|
|
4369
|
-
"name": "styles",
|
|
4370
|
-
"type": "CSSResult[]",
|
|
4371
|
-
"default": "[\"UUITextStyles\",null]"
|
|
4372
|
-
},
|
|
4373
4368
|
{
|
|
4374
4369
|
"name": "entityType",
|
|
4375
4370
|
"attribute": "entity-type",
|
|
@@ -4392,6 +4387,11 @@
|
|
|
4392
4387
|
"attribute": "has-children",
|
|
4393
4388
|
"type": "boolean",
|
|
4394
4389
|
"default": "false"
|
|
4390
|
+
},
|
|
4391
|
+
{
|
|
4392
|
+
"name": "styles",
|
|
4393
|
+
"type": "CSSResult[]",
|
|
4394
|
+
"default": "[\"UUITextStyles\",null]"
|
|
4395
4395
|
}
|
|
4396
4396
|
]
|
|
4397
4397
|
},
|
|
@@ -4418,14 +4418,14 @@
|
|
|
4418
4418
|
}
|
|
4419
4419
|
],
|
|
4420
4420
|
"properties": [
|
|
4421
|
+
{
|
|
4422
|
+
"name": "manifest",
|
|
4423
|
+
"attribute": "manifest"
|
|
4424
|
+
},
|
|
4421
4425
|
{
|
|
4422
4426
|
"name": "styles",
|
|
4423
4427
|
"type": "CSSResult[]",
|
|
4424
4428
|
"default": "[\"UUITextStyles\"]"
|
|
4425
|
-
},
|
|
4426
|
-
{
|
|
4427
|
-
"name": "manifest",
|
|
4428
|
-
"attribute": "manifest"
|
|
4429
4429
|
}
|
|
4430
4430
|
]
|
|
4431
4431
|
},
|
|
@@ -4441,11 +4441,6 @@
|
|
|
4441
4441
|
}
|
|
4442
4442
|
],
|
|
4443
4443
|
"properties": [
|
|
4444
|
-
{
|
|
4445
|
-
"name": "styles",
|
|
4446
|
-
"type": "CSSResult[]",
|
|
4447
|
-
"default": "[\"UUITextStyles\",null]"
|
|
4448
|
-
},
|
|
4449
4444
|
{
|
|
4450
4445
|
"name": "property"
|
|
4451
4446
|
},
|
|
@@ -4455,6 +4450,11 @@
|
|
|
4455
4450
|
"description": "propertyVariantId. A VariantID to identify which the variant of this properties value.",
|
|
4456
4451
|
"type": "UmbVariantId",
|
|
4457
4452
|
"default": "\"undefined\""
|
|
4453
|
+
},
|
|
4454
|
+
{
|
|
4455
|
+
"name": "styles",
|
|
4456
|
+
"type": "CSSResult[]",
|
|
4457
|
+
"default": "[\"UUITextStyles\",null]"
|
|
4458
4458
|
}
|
|
4459
4459
|
]
|
|
4460
4460
|
},
|
|
@@ -4612,14 +4612,14 @@
|
|
|
4612
4612
|
}
|
|
4613
4613
|
],
|
|
4614
4614
|
"properties": [
|
|
4615
|
+
{
|
|
4616
|
+
"name": "manifest",
|
|
4617
|
+
"attribute": "manifest"
|
|
4618
|
+
},
|
|
4615
4619
|
{
|
|
4616
4620
|
"name": "styles",
|
|
4617
4621
|
"type": "CSSResult[]",
|
|
4618
4622
|
"default": "[\"UUITextStyles\",null]"
|
|
4619
|
-
},
|
|
4620
|
-
{
|
|
4621
|
-
"name": "manifest",
|
|
4622
|
-
"attribute": "manifest"
|
|
4623
4623
|
}
|
|
4624
4624
|
]
|
|
4625
4625
|
},
|
|
@@ -4644,15 +4644,15 @@
|
|
|
4644
4644
|
}
|
|
4645
4645
|
],
|
|
4646
4646
|
"properties": [
|
|
4647
|
-
{
|
|
4648
|
-
"name": "styles",
|
|
4649
|
-
"type": "CSSResult[]",
|
|
4650
|
-
"default": "[\"UUITextStyles\",null]"
|
|
4651
|
-
},
|
|
4652
4647
|
{
|
|
4653
4648
|
"name": "sectionAlias",
|
|
4654
4649
|
"attribute": "section-alias",
|
|
4655
4650
|
"type": "string | undefined"
|
|
4651
|
+
},
|
|
4652
|
+
{
|
|
4653
|
+
"name": "styles",
|
|
4654
|
+
"type": "CSSResult[]",
|
|
4655
|
+
"default": "[\"UUITextStyles\",null]"
|
|
4656
4656
|
}
|
|
4657
4657
|
]
|
|
4658
4658
|
},
|
|
@@ -4665,14 +4665,14 @@
|
|
|
4665
4665
|
}
|
|
4666
4666
|
],
|
|
4667
4667
|
"properties": [
|
|
4668
|
+
{
|
|
4669
|
+
"name": "manifest",
|
|
4670
|
+
"attribute": "manifest"
|
|
4671
|
+
},
|
|
4668
4672
|
{
|
|
4669
4673
|
"name": "styles",
|
|
4670
4674
|
"type": "CSSResult[]",
|
|
4671
4675
|
"default": "[\"UUITextStyles\",null]"
|
|
4672
|
-
},
|
|
4673
|
-
{
|
|
4674
|
-
"name": "manifest",
|
|
4675
|
-
"attribute": "manifest"
|
|
4676
4676
|
}
|
|
4677
4677
|
]
|
|
4678
4678
|
},
|
|
@@ -4680,11 +4680,6 @@
|
|
|
4680
4680
|
"name": "umb-table",
|
|
4681
4681
|
"path": "./../../src/backoffice/shared/components/table/table.element.ts",
|
|
4682
4682
|
"properties": [
|
|
4683
|
-
{
|
|
4684
|
-
"name": "styles",
|
|
4685
|
-
"type": "CSSResult[]",
|
|
4686
|
-
"default": "[\"UUITextStyles\",null]"
|
|
4687
|
-
},
|
|
4688
4683
|
{
|
|
4689
4684
|
"name": "items",
|
|
4690
4685
|
"description": "Table Items",
|
|
@@ -4715,6 +4710,11 @@
|
|
|
4715
4710
|
"name": "orderingDesc",
|
|
4716
4711
|
"type": "boolean",
|
|
4717
4712
|
"default": "false"
|
|
4713
|
+
},
|
|
4714
|
+
{
|
|
4715
|
+
"name": "styles",
|
|
4716
|
+
"type": "CSSResult[]",
|
|
4717
|
+
"default": "[\"UUITextStyles\",null]"
|
|
4718
4718
|
}
|
|
4719
4719
|
],
|
|
4720
4720
|
"events": [
|
|
@@ -4844,11 +4844,6 @@
|
|
|
4844
4844
|
}
|
|
4845
4845
|
],
|
|
4846
4846
|
"properties": [
|
|
4847
|
-
{
|
|
4848
|
-
"name": "styles",
|
|
4849
|
-
"type": "CSSResult[]",
|
|
4850
|
-
"default": "[\"UUITextStyles\",null]"
|
|
4851
|
-
},
|
|
4852
4847
|
{
|
|
4853
4848
|
"name": "iconOnly",
|
|
4854
4849
|
"attribute": "icon-only",
|
|
@@ -4860,6 +4855,11 @@
|
|
|
4860
4855
|
"attribute": "items",
|
|
4861
4856
|
"type": "TooltipMenuItem[]",
|
|
4862
4857
|
"default": "[]"
|
|
4858
|
+
},
|
|
4859
|
+
{
|
|
4860
|
+
"name": "styles",
|
|
4861
|
+
"type": "CSSResult[]",
|
|
4862
|
+
"default": "[\"UUITextStyles\",null]"
|
|
4863
4863
|
}
|
|
4864
4864
|
]
|
|
4865
4865
|
},
|
|
@@ -4867,13 +4867,13 @@
|
|
|
4867
4867
|
"name": "umb-entity-tree-item",
|
|
4868
4868
|
"path": "./../../src/backoffice/shared/components/tree/entity-tree-item/entity-tree-item.element.ts",
|
|
4869
4869
|
"properties": [
|
|
4870
|
+
{
|
|
4871
|
+
"name": "item"
|
|
4872
|
+
},
|
|
4870
4873
|
{
|
|
4871
4874
|
"name": "styles",
|
|
4872
4875
|
"type": "CSSResult[]",
|
|
4873
4876
|
"default": "[\"UUITextStyles\",null]"
|
|
4874
|
-
},
|
|
4875
|
-
{
|
|
4876
|
-
"name": "item"
|
|
4877
4877
|
}
|
|
4878
4878
|
]
|
|
4879
4879
|
},
|
|
@@ -4892,13 +4892,13 @@
|
|
|
4892
4892
|
"name": "umb-tree-item",
|
|
4893
4893
|
"path": "./../../src/backoffice/shared/components/tree/tree-item/tree-item.element.ts",
|
|
4894
4894
|
"properties": [
|
|
4895
|
+
{
|
|
4896
|
+
"name": "item"
|
|
4897
|
+
},
|
|
4895
4898
|
{
|
|
4896
4899
|
"name": "styles",
|
|
4897
4900
|
"type": "CSSResult[]",
|
|
4898
4901
|
"default": "[\"UUITextStyles\",null]"
|
|
4899
|
-
},
|
|
4900
|
-
{
|
|
4901
|
-
"name": "item"
|
|
4902
4902
|
}
|
|
4903
4903
|
]
|
|
4904
4904
|
},
|
|
@@ -4976,15 +4976,15 @@
|
|
|
4976
4976
|
}
|
|
4977
4977
|
],
|
|
4978
4978
|
"properties": [
|
|
4979
|
-
{
|
|
4980
|
-
"name": "styles",
|
|
4981
|
-
"type": "CSSResult[]",
|
|
4982
|
-
"default": "[\"UUITextStyles\",null]"
|
|
4983
|
-
},
|
|
4984
4979
|
{
|
|
4985
4980
|
"name": "alias",
|
|
4986
4981
|
"attribute": "alias",
|
|
4987
4982
|
"type": "string"
|
|
4983
|
+
},
|
|
4984
|
+
{
|
|
4985
|
+
"name": "styles",
|
|
4986
|
+
"type": "CSSResult[]",
|
|
4987
|
+
"default": "[\"UUITextStyles\",null]"
|
|
4988
4988
|
}
|
|
4989
4989
|
]
|
|
4990
4990
|
},
|
|
@@ -4992,13 +4992,13 @@
|
|
|
4992
4992
|
"name": "umb-variantable-property",
|
|
4993
4993
|
"path": "./../../src/backoffice/shared/components/variantable-property/variantable-property.element.ts",
|
|
4994
4994
|
"properties": [
|
|
4995
|
+
{
|
|
4996
|
+
"name": "property"
|
|
4997
|
+
},
|
|
4995
4998
|
{
|
|
4996
4999
|
"name": "styles",
|
|
4997
5000
|
"type": "CSSResult[]",
|
|
4998
5001
|
"default": "[\"UUITextStyles\",null]"
|
|
4999
|
-
},
|
|
5000
|
-
{
|
|
5001
|
-
"name": "property"
|
|
5002
5002
|
}
|
|
5003
5003
|
]
|
|
5004
5004
|
},
|
|
@@ -5054,11 +5054,6 @@
|
|
|
5054
5054
|
}
|
|
5055
5055
|
],
|
|
5056
5056
|
"properties": [
|
|
5057
|
-
{
|
|
5058
|
-
"name": "styles",
|
|
5059
|
-
"type": "CSSResult[]",
|
|
5060
|
-
"default": "[\"UUITextStyles\",null]"
|
|
5061
|
-
},
|
|
5062
5057
|
{
|
|
5063
5058
|
"name": "label",
|
|
5064
5059
|
"attribute": "label",
|
|
@@ -5112,6 +5107,11 @@
|
|
|
5112
5107
|
"description": "PropertyVariantId. A Variant ID to identify which variant its value is stored on.",
|
|
5113
5108
|
"type": "UmbVariantId",
|
|
5114
5109
|
"default": "\"null\""
|
|
5110
|
+
},
|
|
5111
|
+
{
|
|
5112
|
+
"name": "styles",
|
|
5113
|
+
"type": "CSSResult[]",
|
|
5114
|
+
"default": "[\"UUITextStyles\",null]"
|
|
5115
5115
|
}
|
|
5116
5116
|
]
|
|
5117
5117
|
},
|
|
@@ -5130,13 +5130,13 @@
|
|
|
5130
5130
|
"name": "umb-workspace-action",
|
|
5131
5131
|
"path": "./../../src/backoffice/shared/components/workspace/workspace-action/workspace-action.element.ts",
|
|
5132
5132
|
"properties": [
|
|
5133
|
+
{
|
|
5134
|
+
"name": "manifest"
|
|
5135
|
+
},
|
|
5133
5136
|
{
|
|
5134
5137
|
"name": "styles",
|
|
5135
5138
|
"type": "CSSResult[]",
|
|
5136
5139
|
"default": "[\"UUITextStyles\",null]"
|
|
5137
|
-
},
|
|
5138
|
-
{
|
|
5139
|
-
"name": "manifest"
|
|
5140
5140
|
}
|
|
5141
5141
|
]
|
|
5142
5142
|
},
|
|
@@ -5144,13 +5144,13 @@
|
|
|
5144
5144
|
"name": "umb-workspace-view-collection",
|
|
5145
5145
|
"path": "./../../src/backoffice/shared/components/workspace/workspace-content/views/collection/workspace-view-collection.element.ts",
|
|
5146
5146
|
"properties": [
|
|
5147
|
+
{
|
|
5148
|
+
"name": "manifest"
|
|
5149
|
+
},
|
|
5147
5150
|
{
|
|
5148
5151
|
"name": "styles",
|
|
5149
5152
|
"type": "CSSResult[]",
|
|
5150
5153
|
"default": "[\"UUITextStyles\",null]"
|
|
5151
|
-
},
|
|
5152
|
-
{
|
|
5153
|
-
"name": "manifest"
|
|
5154
5154
|
}
|
|
5155
5155
|
]
|
|
5156
5156
|
},
|
|
@@ -5166,17 +5166,17 @@
|
|
|
5166
5166
|
}
|
|
5167
5167
|
],
|
|
5168
5168
|
"properties": [
|
|
5169
|
-
{
|
|
5170
|
-
"name": "styles",
|
|
5171
|
-
"type": "CSSResult[]",
|
|
5172
|
-
"default": "[\"UUITextStyles\",null]"
|
|
5173
|
-
},
|
|
5174
5169
|
{
|
|
5175
5170
|
"name": "alias",
|
|
5176
5171
|
"attribute": "alias",
|
|
5177
5172
|
"description": "Alias of the workspace. The Layout will render the workspace actions that are registered for this workspace alias.",
|
|
5178
5173
|
"type": "string",
|
|
5179
5174
|
"default": "\"''\""
|
|
5175
|
+
},
|
|
5176
|
+
{
|
|
5177
|
+
"name": "styles",
|
|
5178
|
+
"type": "CSSResult[]",
|
|
5179
|
+
"default": "[\"UUITextStyles\",null]"
|
|
5180
5180
|
}
|
|
5181
5181
|
],
|
|
5182
5182
|
"slots": [
|
|
@@ -5217,11 +5217,6 @@
|
|
|
5217
5217
|
}
|
|
5218
5218
|
],
|
|
5219
5219
|
"properties": [
|
|
5220
|
-
{
|
|
5221
|
-
"name": "styles",
|
|
5222
|
-
"type": "CSSResult[]",
|
|
5223
|
-
"default": "[\"UUITextStyles\",null]"
|
|
5224
|
-
},
|
|
5225
5220
|
{
|
|
5226
5221
|
"name": "headline",
|
|
5227
5222
|
"attribute": "headline",
|
|
@@ -5246,6 +5241,11 @@
|
|
|
5246
5241
|
"description": "Alias of the workspace. The Layout will render the workspace views that are registered for this workspace alias.",
|
|
5247
5242
|
"type": "string",
|
|
5248
5243
|
"default": "\"''\""
|
|
5244
|
+
},
|
|
5245
|
+
{
|
|
5246
|
+
"name": "styles",
|
|
5247
|
+
"type": "CSSResult[]",
|
|
5248
|
+
"default": "[\"UUITextStyles\",null]"
|
|
5249
5249
|
}
|
|
5250
5250
|
],
|
|
5251
5251
|
"slots": [
|
|
@@ -5374,11 +5374,6 @@
|
|
|
5374
5374
|
}
|
|
5375
5375
|
],
|
|
5376
5376
|
"properties": [
|
|
5377
|
-
{
|
|
5378
|
-
"name": "styles",
|
|
5379
|
-
"type": "CSSResult[]",
|
|
5380
|
-
"default": "[\"UUITextStyles\",null]"
|
|
5381
|
-
},
|
|
5382
5377
|
{
|
|
5383
5378
|
"name": "alias",
|
|
5384
5379
|
"attribute": "alias",
|
|
@@ -5399,6 +5394,11 @@
|
|
|
5399
5394
|
"name": "variantContext",
|
|
5400
5395
|
"type": "UmbWorkspaceVariantContext",
|
|
5401
5396
|
"default": "\"new UmbWorkspaceVariantContext(this)\""
|
|
5397
|
+
},
|
|
5398
|
+
{
|
|
5399
|
+
"name": "styles",
|
|
5400
|
+
"type": "CSSResult[]",
|
|
5401
|
+
"default": "[\"UUITextStyles\",null]"
|
|
5402
5402
|
}
|
|
5403
5403
|
]
|
|
5404
5404
|
},
|
|
@@ -5413,16 +5413,16 @@
|
|
|
5413
5413
|
}
|
|
5414
5414
|
],
|
|
5415
5415
|
"properties": [
|
|
5416
|
-
{
|
|
5417
|
-
"name": "styles",
|
|
5418
|
-
"type": "CSSResult[]",
|
|
5419
|
-
"default": "[\"UUITextStyles\",null]"
|
|
5420
|
-
},
|
|
5421
5416
|
{
|
|
5422
5417
|
"name": "entityType",
|
|
5423
5418
|
"attribute": "entity-type",
|
|
5424
5419
|
"type": "string",
|
|
5425
5420
|
"default": "\"\""
|
|
5421
|
+
},
|
|
5422
|
+
{
|
|
5423
|
+
"name": "styles",
|
|
5424
|
+
"type": "CSSResult[]",
|
|
5425
|
+
"default": "[\"UUITextStyles\",null]"
|
|
5426
5426
|
}
|
|
5427
5427
|
]
|
|
5428
5428
|
},
|
|
@@ -5435,17 +5435,17 @@
|
|
|
5435
5435
|
}
|
|
5436
5436
|
],
|
|
5437
5437
|
"properties": [
|
|
5438
|
-
{
|
|
5439
|
-
"name": "styles",
|
|
5440
|
-
"type": "CSSResult[]",
|
|
5441
|
-
"default": "[\"UUITextStyles\"]"
|
|
5442
|
-
},
|
|
5443
5438
|
{
|
|
5444
5439
|
"name": "modalHandler"
|
|
5445
5440
|
},
|
|
5446
5441
|
{
|
|
5447
5442
|
"name": "data",
|
|
5448
5443
|
"attribute": "data"
|
|
5444
|
+
},
|
|
5445
|
+
{
|
|
5446
|
+
"name": "styles",
|
|
5447
|
+
"type": "CSSResult[]",
|
|
5448
|
+
"default": "[\"UUITextStyles\"]"
|
|
5449
5449
|
}
|
|
5450
5450
|
]
|
|
5451
5451
|
},
|
|
@@ -5458,17 +5458,17 @@
|
|
|
5458
5458
|
}
|
|
5459
5459
|
],
|
|
5460
5460
|
"properties": [
|
|
5461
|
-
{
|
|
5462
|
-
"name": "styles",
|
|
5463
|
-
"type": "CSSResult[]",
|
|
5464
|
-
"default": "[\"UUITextStyles\",null]"
|
|
5465
|
-
},
|
|
5466
5461
|
{
|
|
5467
5462
|
"name": "modalHandler"
|
|
5468
5463
|
},
|
|
5469
5464
|
{
|
|
5470
5465
|
"name": "data",
|
|
5471
5466
|
"attribute": "data"
|
|
5467
|
+
},
|
|
5468
|
+
{
|
|
5469
|
+
"name": "styles",
|
|
5470
|
+
"type": "CSSResult[]",
|
|
5471
|
+
"default": "[\"UUITextStyles\",null]"
|
|
5472
5472
|
}
|
|
5473
5473
|
]
|
|
5474
5474
|
},
|
|
@@ -5476,16 +5476,16 @@
|
|
|
5476
5476
|
"name": "umb-folder-modal",
|
|
5477
5477
|
"path": "./../../src/backoffice/shared/modals/folder/folder-modal.element.ts",
|
|
5478
5478
|
"properties": [
|
|
5479
|
-
{
|
|
5480
|
-
"name": "styles",
|
|
5481
|
-
"type": "CSSResult[]",
|
|
5482
|
-
"default": "[\"UUITextStyles\",null]"
|
|
5483
|
-
},
|
|
5484
5479
|
{
|
|
5485
5480
|
"name": "modalHandler"
|
|
5486
5481
|
},
|
|
5487
5482
|
{
|
|
5488
5483
|
"name": "data"
|
|
5484
|
+
},
|
|
5485
|
+
{
|
|
5486
|
+
"name": "styles",
|
|
5487
|
+
"type": "CSSResult[]",
|
|
5488
|
+
"default": "[\"UUITextStyles\",null]"
|
|
5489
5489
|
}
|
|
5490
5490
|
]
|
|
5491
5491
|
},
|
|
@@ -5617,11 +5617,6 @@
|
|
|
5617
5617
|
}
|
|
5618
5618
|
],
|
|
5619
5619
|
"properties": [
|
|
5620
|
-
{
|
|
5621
|
-
"name": "styles",
|
|
5622
|
-
"type": "CSSResultGroup",
|
|
5623
|
-
"default": "[\"UUITextStyles\",null]"
|
|
5624
|
-
},
|
|
5625
5620
|
{
|
|
5626
5621
|
"name": "value",
|
|
5627
5622
|
"attribute": "value",
|
|
@@ -5631,6 +5626,11 @@
|
|
|
5631
5626
|
"name": "propertyEditorUiAlias",
|
|
5632
5627
|
"attribute": "propertyEditorUiAlias",
|
|
5633
5628
|
"type": "string"
|
|
5629
|
+
},
|
|
5630
|
+
{
|
|
5631
|
+
"name": "styles",
|
|
5632
|
+
"type": "CSSResultGroup",
|
|
5633
|
+
"default": "[\"UUITextStyles\",null]"
|
|
5634
5634
|
}
|
|
5635
5635
|
]
|
|
5636
5636
|
},
|
|
@@ -5647,15 +5647,15 @@
|
|
|
5647
5647
|
}
|
|
5648
5648
|
],
|
|
5649
5649
|
"properties": [
|
|
5650
|
+
{
|
|
5651
|
+
"name": "propertyAction",
|
|
5652
|
+
"attribute": "propertyAction"
|
|
5653
|
+
},
|
|
5650
5654
|
{
|
|
5651
5655
|
"name": "styles",
|
|
5652
5656
|
"type": "CSSResultGroup",
|
|
5653
5657
|
"default": "[\"UUITextStyles\"]"
|
|
5654
5658
|
},
|
|
5655
|
-
{
|
|
5656
|
-
"name": "propertyAction",
|
|
5657
|
-
"attribute": "propertyAction"
|
|
5658
|
-
},
|
|
5659
5659
|
{
|
|
5660
5660
|
"name": "value",
|
|
5661
5661
|
"attribute": "value",
|
|
@@ -5683,17 +5683,17 @@
|
|
|
5683
5683
|
}
|
|
5684
5684
|
],
|
|
5685
5685
|
"properties": [
|
|
5686
|
-
{
|
|
5687
|
-
"name": "styles",
|
|
5688
|
-
"type": "CSSResult[]",
|
|
5689
|
-
"default": "[\"UUITextStyles\",null]"
|
|
5690
|
-
},
|
|
5691
5686
|
{
|
|
5692
5687
|
"name": "data",
|
|
5693
5688
|
"attribute": "data"
|
|
5694
5689
|
},
|
|
5695
5690
|
{
|
|
5696
5691
|
"name": "modalHandler"
|
|
5692
|
+
},
|
|
5693
|
+
{
|
|
5694
|
+
"name": "styles",
|
|
5695
|
+
"type": "CSSResult[]",
|
|
5696
|
+
"default": "[\"UUITextStyles\",null]"
|
|
5697
5697
|
}
|
|
5698
5698
|
]
|
|
5699
5699
|
},
|
|
@@ -5713,11 +5713,6 @@
|
|
|
5713
5713
|
}
|
|
5714
5714
|
],
|
|
5715
5715
|
"properties": [
|
|
5716
|
-
{
|
|
5717
|
-
"name": "styles",
|
|
5718
|
-
"type": "CSSResult[]",
|
|
5719
|
-
"default": "[\"UUITextStyles\"]"
|
|
5720
|
-
},
|
|
5721
5716
|
{
|
|
5722
5717
|
"name": "propertyEditorUiAlias",
|
|
5723
5718
|
"attribute": "property-editor-ui-alias",
|
|
@@ -5729,6 +5724,11 @@
|
|
|
5729
5724
|
"description": "Data. The element will render configuration editors with values from this data.\nIf a value is not found in this data, the element will use the default value from the configuration.",
|
|
5730
5725
|
"type": "Array<{ alias: string; value: unknown }>",
|
|
5731
5726
|
"default": "\"[]\""
|
|
5727
|
+
},
|
|
5728
|
+
{
|
|
5729
|
+
"name": "styles",
|
|
5730
|
+
"type": "CSSResult[]",
|
|
5731
|
+
"default": "[\"UUITextStyles\"]"
|
|
5732
5732
|
}
|
|
5733
5733
|
]
|
|
5734
5734
|
},
|
|
@@ -5743,11 +5743,6 @@
|
|
|
5743
5743
|
}
|
|
5744
5744
|
],
|
|
5745
5745
|
"properties": [
|
|
5746
|
-
{
|
|
5747
|
-
"name": "styles",
|
|
5748
|
-
"type": "CSSResult[]",
|
|
5749
|
-
"default": "[\"UUITextStyles\"]"
|
|
5750
|
-
},
|
|
5751
5746
|
{
|
|
5752
5747
|
"name": "value",
|
|
5753
5748
|
"attribute": "value",
|
|
@@ -5758,6 +5753,11 @@
|
|
|
5758
5753
|
"name": "config",
|
|
5759
5754
|
"type": "never[]",
|
|
5760
5755
|
"default": "[]"
|
|
5756
|
+
},
|
|
5757
|
+
{
|
|
5758
|
+
"name": "styles",
|
|
5759
|
+
"type": "CSSResult[]",
|
|
5760
|
+
"default": "[\"UUITextStyles\"]"
|
|
5761
5761
|
}
|
|
5762
5762
|
]
|
|
5763
5763
|
},
|
|
@@ -5772,11 +5772,6 @@
|
|
|
5772
5772
|
}
|
|
5773
5773
|
],
|
|
5774
5774
|
"properties": [
|
|
5775
|
-
{
|
|
5776
|
-
"name": "styles",
|
|
5777
|
-
"type": "CSSResult[]",
|
|
5778
|
-
"default": "[\"UUITextStyles\"]"
|
|
5779
|
-
},
|
|
5780
5775
|
{
|
|
5781
5776
|
"name": "value",
|
|
5782
5777
|
"attribute": "value",
|
|
@@ -5787,6 +5782,11 @@
|
|
|
5787
5782
|
"name": "config",
|
|
5788
5783
|
"type": "never[]",
|
|
5789
5784
|
"default": "[]"
|
|
5785
|
+
},
|
|
5786
|
+
{
|
|
5787
|
+
"name": "styles",
|
|
5788
|
+
"type": "CSSResult[]",
|
|
5789
|
+
"default": "[\"UUITextStyles\"]"
|
|
5790
5790
|
}
|
|
5791
5791
|
]
|
|
5792
5792
|
},
|
|
@@ -5801,11 +5801,6 @@
|
|
|
5801
5801
|
}
|
|
5802
5802
|
],
|
|
5803
5803
|
"properties": [
|
|
5804
|
-
{
|
|
5805
|
-
"name": "styles",
|
|
5806
|
-
"type": "CSSResult[]",
|
|
5807
|
-
"default": "[\"UUITextStyles\"]"
|
|
5808
|
-
},
|
|
5809
5804
|
{
|
|
5810
5805
|
"name": "value",
|
|
5811
5806
|
"attribute": "value",
|
|
@@ -5816,6 +5811,11 @@
|
|
|
5816
5811
|
"name": "config",
|
|
5817
5812
|
"type": "never[]",
|
|
5818
5813
|
"default": "[]"
|
|
5814
|
+
},
|
|
5815
|
+
{
|
|
5816
|
+
"name": "styles",
|
|
5817
|
+
"type": "CSSResult[]",
|
|
5818
|
+
"default": "[\"UUITextStyles\"]"
|
|
5819
5819
|
}
|
|
5820
5820
|
]
|
|
5821
5821
|
},
|
|
@@ -5830,16 +5830,16 @@
|
|
|
5830
5830
|
}
|
|
5831
5831
|
],
|
|
5832
5832
|
"properties": [
|
|
5833
|
-
{
|
|
5834
|
-
"name": "styles",
|
|
5835
|
-
"type": "CSSResult[]",
|
|
5836
|
-
"default": "[\"UUITextStyles\"]"
|
|
5837
|
-
},
|
|
5838
5833
|
{
|
|
5839
5834
|
"name": "name",
|
|
5840
5835
|
"attribute": "name",
|
|
5841
5836
|
"type": "string",
|
|
5842
5837
|
"default": "\"\""
|
|
5838
|
+
},
|
|
5839
|
+
{
|
|
5840
|
+
"name": "styles",
|
|
5841
|
+
"type": "CSSResult[]",
|
|
5842
|
+
"default": "[\"UUITextStyles\"]"
|
|
5843
5843
|
}
|
|
5844
5844
|
]
|
|
5845
5845
|
},
|
|
@@ -5854,11 +5854,6 @@
|
|
|
5854
5854
|
}
|
|
5855
5855
|
],
|
|
5856
5856
|
"properties": [
|
|
5857
|
-
{
|
|
5858
|
-
"name": "styles",
|
|
5859
|
-
"type": "CSSResult[]",
|
|
5860
|
-
"default": "[\"UUITextStyles\"]"
|
|
5861
|
-
},
|
|
5862
5857
|
{
|
|
5863
5858
|
"name": "value",
|
|
5864
5859
|
"attribute": "value",
|
|
@@ -5869,6 +5864,11 @@
|
|
|
5869
5864
|
"name": "config",
|
|
5870
5865
|
"type": "never[]",
|
|
5871
5866
|
"default": "[]"
|
|
5867
|
+
},
|
|
5868
|
+
{
|
|
5869
|
+
"name": "styles",
|
|
5870
|
+
"type": "CSSResult[]",
|
|
5871
|
+
"default": "[\"UUITextStyles\"]"
|
|
5872
5872
|
}
|
|
5873
5873
|
]
|
|
5874
5874
|
},
|
|
@@ -5883,11 +5883,6 @@
|
|
|
5883
5883
|
}
|
|
5884
5884
|
],
|
|
5885
5885
|
"properties": [
|
|
5886
|
-
{
|
|
5887
|
-
"name": "styles",
|
|
5888
|
-
"type": "CSSResult[]",
|
|
5889
|
-
"default": "[\"UUITextStyles\"]"
|
|
5890
|
-
},
|
|
5891
5886
|
{
|
|
5892
5887
|
"name": "value",
|
|
5893
5888
|
"attribute": "value",
|
|
@@ -5898,6 +5893,11 @@
|
|
|
5898
5893
|
"name": "config",
|
|
5899
5894
|
"type": "never[]",
|
|
5900
5895
|
"default": "[]"
|
|
5896
|
+
},
|
|
5897
|
+
{
|
|
5898
|
+
"name": "styles",
|
|
5899
|
+
"type": "CSSResult[]",
|
|
5900
|
+
"default": "[\"UUITextStyles\"]"
|
|
5901
5901
|
}
|
|
5902
5902
|
]
|
|
5903
5903
|
},
|
|
@@ -5912,11 +5912,6 @@
|
|
|
5912
5912
|
}
|
|
5913
5913
|
],
|
|
5914
5914
|
"properties": [
|
|
5915
|
-
{
|
|
5916
|
-
"name": "styles",
|
|
5917
|
-
"type": "CSSResult[]",
|
|
5918
|
-
"default": "[\"UUITextStyles\"]"
|
|
5919
|
-
},
|
|
5920
5915
|
{
|
|
5921
5916
|
"name": "value",
|
|
5922
5917
|
"attribute": "value",
|
|
@@ -5927,6 +5922,11 @@
|
|
|
5927
5922
|
"name": "config",
|
|
5928
5923
|
"type": "never[]",
|
|
5929
5924
|
"default": "[]"
|
|
5925
|
+
},
|
|
5926
|
+
{
|
|
5927
|
+
"name": "styles",
|
|
5928
|
+
"type": "CSSResult[]",
|
|
5929
|
+
"default": "[\"UUITextStyles\"]"
|
|
5930
5930
|
}
|
|
5931
5931
|
]
|
|
5932
5932
|
},
|
|
@@ -5940,11 +5940,6 @@
|
|
|
5940
5940
|
}
|
|
5941
5941
|
],
|
|
5942
5942
|
"properties": [
|
|
5943
|
-
{
|
|
5944
|
-
"name": "styles",
|
|
5945
|
-
"type": "CSSResult[]",
|
|
5946
|
-
"default": "[\"UUITextStyles\"]"
|
|
5947
|
-
},
|
|
5948
5943
|
{
|
|
5949
5944
|
"name": "value",
|
|
5950
5945
|
"attribute": "value",
|
|
@@ -5953,6 +5948,11 @@
|
|
|
5953
5948
|
{
|
|
5954
5949
|
"name": "config",
|
|
5955
5950
|
"type": "array"
|
|
5951
|
+
},
|
|
5952
|
+
{
|
|
5953
|
+
"name": "styles",
|
|
5954
|
+
"type": "CSSResult[]",
|
|
5955
|
+
"default": "[\"UUITextStyles\"]"
|
|
5956
5956
|
}
|
|
5957
5957
|
],
|
|
5958
5958
|
"events": [
|
|
@@ -5972,11 +5972,6 @@
|
|
|
5972
5972
|
}
|
|
5973
5973
|
],
|
|
5974
5974
|
"properties": [
|
|
5975
|
-
{
|
|
5976
|
-
"name": "styles",
|
|
5977
|
-
"type": "CSSResult[]",
|
|
5978
|
-
"default": "[\"UUITextStyles\"]"
|
|
5979
|
-
},
|
|
5980
5975
|
{
|
|
5981
5976
|
"name": "value",
|
|
5982
5977
|
"attribute": "value",
|
|
@@ -5987,6 +5982,11 @@
|
|
|
5987
5982
|
"name": "config",
|
|
5988
5983
|
"type": "never[]",
|
|
5989
5984
|
"default": "[]"
|
|
5985
|
+
},
|
|
5986
|
+
{
|
|
5987
|
+
"name": "styles",
|
|
5988
|
+
"type": "CSSResult[]",
|
|
5989
|
+
"default": "[\"UUITextStyles\"]"
|
|
5990
5990
|
}
|
|
5991
5991
|
]
|
|
5992
5992
|
},
|
|
@@ -6001,11 +6001,6 @@
|
|
|
6001
6001
|
}
|
|
6002
6002
|
],
|
|
6003
6003
|
"properties": [
|
|
6004
|
-
{
|
|
6005
|
-
"name": "styles",
|
|
6006
|
-
"type": "CSSResult[]",
|
|
6007
|
-
"default": "[\"UUITextStyles\"]"
|
|
6008
|
-
},
|
|
6009
6004
|
{
|
|
6010
6005
|
"name": "value",
|
|
6011
6006
|
"attribute": "value",
|
|
@@ -6016,6 +6011,11 @@
|
|
|
6016
6011
|
"name": "config",
|
|
6017
6012
|
"type": "never[]",
|
|
6018
6013
|
"default": "[]"
|
|
6014
|
+
},
|
|
6015
|
+
{
|
|
6016
|
+
"name": "styles",
|
|
6017
|
+
"type": "CSSResult[]",
|
|
6018
|
+
"default": "[\"UUITextStyles\"]"
|
|
6019
6019
|
}
|
|
6020
6020
|
]
|
|
6021
6021
|
},
|
|
@@ -6030,11 +6030,6 @@
|
|
|
6030
6030
|
}
|
|
6031
6031
|
],
|
|
6032
6032
|
"properties": [
|
|
6033
|
-
{
|
|
6034
|
-
"name": "styles",
|
|
6035
|
-
"type": "CSSResult[]",
|
|
6036
|
-
"default": "[\"UUITextStyles\"]"
|
|
6037
|
-
},
|
|
6038
6033
|
{
|
|
6039
6034
|
"name": "value",
|
|
6040
6035
|
"attribute": "value",
|
|
@@ -6045,6 +6040,11 @@
|
|
|
6045
6040
|
"name": "config",
|
|
6046
6041
|
"type": "never[]",
|
|
6047
6042
|
"default": "[]"
|
|
6043
|
+
},
|
|
6044
|
+
{
|
|
6045
|
+
"name": "styles",
|
|
6046
|
+
"type": "CSSResult[]",
|
|
6047
|
+
"default": "[\"UUITextStyles\"]"
|
|
6048
6048
|
}
|
|
6049
6049
|
]
|
|
6050
6050
|
},
|
|
@@ -6059,11 +6059,6 @@
|
|
|
6059
6059
|
}
|
|
6060
6060
|
],
|
|
6061
6061
|
"properties": [
|
|
6062
|
-
{
|
|
6063
|
-
"name": "styles",
|
|
6064
|
-
"type": "CSSResult[]",
|
|
6065
|
-
"default": "[\"UUITextStyles\"]"
|
|
6066
|
-
},
|
|
6067
6062
|
{
|
|
6068
6063
|
"name": "value",
|
|
6069
6064
|
"attribute": "value",
|
|
@@ -6074,6 +6069,11 @@
|
|
|
6074
6069
|
"name": "config",
|
|
6075
6070
|
"type": "never[]",
|
|
6076
6071
|
"default": "[]"
|
|
6072
|
+
},
|
|
6073
|
+
{
|
|
6074
|
+
"name": "styles",
|
|
6075
|
+
"type": "CSSResult[]",
|
|
6076
|
+
"default": "[\"UUITextStyles\"]"
|
|
6077
6077
|
}
|
|
6078
6078
|
]
|
|
6079
6079
|
},
|
|
@@ -6088,11 +6088,6 @@
|
|
|
6088
6088
|
}
|
|
6089
6089
|
],
|
|
6090
6090
|
"properties": [
|
|
6091
|
-
{
|
|
6092
|
-
"name": "styles",
|
|
6093
|
-
"type": "CSSResult[]",
|
|
6094
|
-
"default": "[\"UUITextStyles\"]"
|
|
6095
|
-
},
|
|
6096
6091
|
{
|
|
6097
6092
|
"name": "value",
|
|
6098
6093
|
"attribute": "value",
|
|
@@ -6103,6 +6098,11 @@
|
|
|
6103
6098
|
"name": "config",
|
|
6104
6099
|
"type": "never[]",
|
|
6105
6100
|
"default": "[]"
|
|
6101
|
+
},
|
|
6102
|
+
{
|
|
6103
|
+
"name": "styles",
|
|
6104
|
+
"type": "CSSResult[]",
|
|
6105
|
+
"default": "[\"UUITextStyles\"]"
|
|
6106
6106
|
}
|
|
6107
6107
|
]
|
|
6108
6108
|
},
|
|
@@ -6117,11 +6117,6 @@
|
|
|
6117
6117
|
}
|
|
6118
6118
|
],
|
|
6119
6119
|
"properties": [
|
|
6120
|
-
{
|
|
6121
|
-
"name": "styles",
|
|
6122
|
-
"type": "CSSResult[]",
|
|
6123
|
-
"default": "[\"UUITextStyles\"]"
|
|
6124
|
-
},
|
|
6125
6120
|
{
|
|
6126
6121
|
"name": "value",
|
|
6127
6122
|
"attribute": "value",
|
|
@@ -6131,6 +6126,11 @@
|
|
|
6131
6126
|
{
|
|
6132
6127
|
"name": "config",
|
|
6133
6128
|
"type": "array"
|
|
6129
|
+
},
|
|
6130
|
+
{
|
|
6131
|
+
"name": "styles",
|
|
6132
|
+
"type": "CSSResult[]",
|
|
6133
|
+
"default": "[\"UUITextStyles\"]"
|
|
6134
6134
|
}
|
|
6135
6135
|
],
|
|
6136
6136
|
"events": [
|
|
@@ -6149,11 +6149,6 @@
|
|
|
6149
6149
|
}
|
|
6150
6150
|
],
|
|
6151
6151
|
"properties": [
|
|
6152
|
-
{
|
|
6153
|
-
"name": "styles",
|
|
6154
|
-
"type": "CSSResult[]",
|
|
6155
|
-
"default": "[\"UUITextStyles\"]"
|
|
6156
|
-
},
|
|
6157
6152
|
{
|
|
6158
6153
|
"name": "value",
|
|
6159
6154
|
"attribute": "value",
|
|
@@ -6162,6 +6157,11 @@
|
|
|
6162
6157
|
{
|
|
6163
6158
|
"name": "config",
|
|
6164
6159
|
"type": "array"
|
|
6160
|
+
},
|
|
6161
|
+
{
|
|
6162
|
+
"name": "styles",
|
|
6163
|
+
"type": "CSSResult[]",
|
|
6164
|
+
"default": "[\"UUITextStyles\"]"
|
|
6165
6165
|
}
|
|
6166
6166
|
]
|
|
6167
6167
|
},
|
|
@@ -6202,11 +6202,6 @@
|
|
|
6202
6202
|
}
|
|
6203
6203
|
],
|
|
6204
6204
|
"properties": [
|
|
6205
|
-
{
|
|
6206
|
-
"name": "styles",
|
|
6207
|
-
"type": "CSSResult[]",
|
|
6208
|
-
"default": "[\"UUITextStyles\"]"
|
|
6209
|
-
},
|
|
6210
6205
|
{
|
|
6211
6206
|
"name": "value",
|
|
6212
6207
|
"attribute": "value",
|
|
@@ -6217,6 +6212,11 @@
|
|
|
6217
6212
|
"name": "config",
|
|
6218
6213
|
"type": "never[]",
|
|
6219
6214
|
"default": "[]"
|
|
6215
|
+
},
|
|
6216
|
+
{
|
|
6217
|
+
"name": "styles",
|
|
6218
|
+
"type": "CSSResult[]",
|
|
6219
|
+
"default": "[\"UUITextStyles\"]"
|
|
6220
6220
|
}
|
|
6221
6221
|
]
|
|
6222
6222
|
},
|
|
@@ -6231,11 +6231,6 @@
|
|
|
6231
6231
|
}
|
|
6232
6232
|
],
|
|
6233
6233
|
"properties": [
|
|
6234
|
-
{
|
|
6235
|
-
"name": "styles",
|
|
6236
|
-
"type": "CSSResult[]",
|
|
6237
|
-
"default": "[\"UUITextStyles\"]"
|
|
6238
|
-
},
|
|
6239
6234
|
{
|
|
6240
6235
|
"name": "value",
|
|
6241
6236
|
"attribute": "value",
|
|
@@ -6245,6 +6240,11 @@
|
|
|
6245
6240
|
{
|
|
6246
6241
|
"name": "config",
|
|
6247
6242
|
"type": "array"
|
|
6243
|
+
},
|
|
6244
|
+
{
|
|
6245
|
+
"name": "styles",
|
|
6246
|
+
"type": "CSSResult[]",
|
|
6247
|
+
"default": "[\"UUITextStyles\"]"
|
|
6248
6248
|
}
|
|
6249
6249
|
],
|
|
6250
6250
|
"events": [
|
|
@@ -6264,11 +6264,6 @@
|
|
|
6264
6264
|
}
|
|
6265
6265
|
],
|
|
6266
6266
|
"properties": [
|
|
6267
|
-
{
|
|
6268
|
-
"name": "styles",
|
|
6269
|
-
"type": "CSSResult[]",
|
|
6270
|
-
"default": "[\"UUITextStyles\"]"
|
|
6271
|
-
},
|
|
6272
6267
|
{
|
|
6273
6268
|
"name": "value",
|
|
6274
6269
|
"attribute": "value",
|
|
@@ -6279,6 +6274,11 @@
|
|
|
6279
6274
|
"name": "config",
|
|
6280
6275
|
"type": "never[]",
|
|
6281
6276
|
"default": "[]"
|
|
6277
|
+
},
|
|
6278
|
+
{
|
|
6279
|
+
"name": "styles",
|
|
6280
|
+
"type": "CSSResult[]",
|
|
6281
|
+
"default": "[\"UUITextStyles\"]"
|
|
6282
6282
|
}
|
|
6283
6283
|
]
|
|
6284
6284
|
},
|
|
@@ -6293,11 +6293,6 @@
|
|
|
6293
6293
|
}
|
|
6294
6294
|
],
|
|
6295
6295
|
"properties": [
|
|
6296
|
-
{
|
|
6297
|
-
"name": "styles",
|
|
6298
|
-
"type": "CSSResult[]",
|
|
6299
|
-
"default": "[\"UUITextStyles\"]"
|
|
6300
|
-
},
|
|
6301
6296
|
{
|
|
6302
6297
|
"name": "value",
|
|
6303
6298
|
"attribute": "value",
|
|
@@ -6308,6 +6303,11 @@
|
|
|
6308
6303
|
"name": "config",
|
|
6309
6304
|
"type": "never[]",
|
|
6310
6305
|
"default": "[]"
|
|
6306
|
+
},
|
|
6307
|
+
{
|
|
6308
|
+
"name": "styles",
|
|
6309
|
+
"type": "CSSResult[]",
|
|
6310
|
+
"default": "[\"UUITextStyles\"]"
|
|
6311
6311
|
}
|
|
6312
6312
|
]
|
|
6313
6313
|
},
|
|
@@ -6322,11 +6322,6 @@
|
|
|
6322
6322
|
}
|
|
6323
6323
|
],
|
|
6324
6324
|
"properties": [
|
|
6325
|
-
{
|
|
6326
|
-
"name": "styles",
|
|
6327
|
-
"type": "CSSResult[]",
|
|
6328
|
-
"default": "[\"UUITextStyles\"]"
|
|
6329
|
-
},
|
|
6330
6325
|
{
|
|
6331
6326
|
"name": "value",
|
|
6332
6327
|
"attribute": "value",
|
|
@@ -6337,6 +6332,11 @@
|
|
|
6337
6332
|
"name": "config",
|
|
6338
6333
|
"type": "never[]",
|
|
6339
6334
|
"default": "[]"
|
|
6335
|
+
},
|
|
6336
|
+
{
|
|
6337
|
+
"name": "styles",
|
|
6338
|
+
"type": "CSSResult[]",
|
|
6339
|
+
"default": "[\"UUITextStyles\"]"
|
|
6340
6340
|
}
|
|
6341
6341
|
]
|
|
6342
6342
|
},
|
|
@@ -6351,11 +6351,6 @@
|
|
|
6351
6351
|
}
|
|
6352
6352
|
],
|
|
6353
6353
|
"properties": [
|
|
6354
|
-
{
|
|
6355
|
-
"name": "styles",
|
|
6356
|
-
"type": "CSSResult[]",
|
|
6357
|
-
"default": "[\"UUITextStyles\"]"
|
|
6358
|
-
},
|
|
6359
6354
|
{
|
|
6360
6355
|
"name": "value",
|
|
6361
6356
|
"attribute": "value",
|
|
@@ -6366,6 +6361,11 @@
|
|
|
6366
6361
|
"name": "config",
|
|
6367
6362
|
"type": "never[]",
|
|
6368
6363
|
"default": "[]"
|
|
6364
|
+
},
|
|
6365
|
+
{
|
|
6366
|
+
"name": "styles",
|
|
6367
|
+
"type": "CSSResult[]",
|
|
6368
|
+
"default": "[\"UUITextStyles\"]"
|
|
6369
6369
|
}
|
|
6370
6370
|
]
|
|
6371
6371
|
},
|
|
@@ -6380,11 +6380,6 @@
|
|
|
6380
6380
|
}
|
|
6381
6381
|
],
|
|
6382
6382
|
"properties": [
|
|
6383
|
-
{
|
|
6384
|
-
"name": "styles",
|
|
6385
|
-
"type": "CSSResult[]",
|
|
6386
|
-
"default": "[\"UUITextStyles\"]"
|
|
6387
|
-
},
|
|
6388
6383
|
{
|
|
6389
6384
|
"name": "value",
|
|
6390
6385
|
"attribute": "value",
|
|
@@ -6395,6 +6390,11 @@
|
|
|
6395
6390
|
"name": "config",
|
|
6396
6391
|
"type": "never[]",
|
|
6397
6392
|
"default": "[]"
|
|
6393
|
+
},
|
|
6394
|
+
{
|
|
6395
|
+
"name": "styles",
|
|
6396
|
+
"type": "CSSResult[]",
|
|
6397
|
+
"default": "[\"UUITextStyles\"]"
|
|
6398
6398
|
}
|
|
6399
6399
|
]
|
|
6400
6400
|
},
|
|
@@ -6435,11 +6435,6 @@
|
|
|
6435
6435
|
}
|
|
6436
6436
|
],
|
|
6437
6437
|
"properties": [
|
|
6438
|
-
{
|
|
6439
|
-
"name": "styles",
|
|
6440
|
-
"type": "CSSResult[]",
|
|
6441
|
-
"default": "[\"UUITextStyles\"]"
|
|
6442
|
-
},
|
|
6443
6438
|
{
|
|
6444
6439
|
"name": "value",
|
|
6445
6440
|
"attribute": "value",
|
|
@@ -6450,6 +6445,11 @@
|
|
|
6450
6445
|
"name": "config",
|
|
6451
6446
|
"type": "never[]",
|
|
6452
6447
|
"default": "[]"
|
|
6448
|
+
},
|
|
6449
|
+
{
|
|
6450
|
+
"name": "styles",
|
|
6451
|
+
"type": "CSSResult[]",
|
|
6452
|
+
"default": "[\"UUITextStyles\"]"
|
|
6453
6453
|
}
|
|
6454
6454
|
]
|
|
6455
6455
|
},
|
|
@@ -6464,11 +6464,6 @@
|
|
|
6464
6464
|
}
|
|
6465
6465
|
],
|
|
6466
6466
|
"properties": [
|
|
6467
|
-
{
|
|
6468
|
-
"name": "styles",
|
|
6469
|
-
"type": "CSSResult[]",
|
|
6470
|
-
"default": "[\"UUITextStyles\"]"
|
|
6471
|
-
},
|
|
6472
6467
|
{
|
|
6473
6468
|
"name": "value",
|
|
6474
6469
|
"attribute": "value",
|
|
@@ -6479,6 +6474,11 @@
|
|
|
6479
6474
|
"name": "config",
|
|
6480
6475
|
"type": "never[]",
|
|
6481
6476
|
"default": "[]"
|
|
6477
|
+
},
|
|
6478
|
+
{
|
|
6479
|
+
"name": "styles",
|
|
6480
|
+
"type": "CSSResult[]",
|
|
6481
|
+
"default": "[\"UUITextStyles\"]"
|
|
6482
6482
|
}
|
|
6483
6483
|
]
|
|
6484
6484
|
},
|
|
@@ -6493,11 +6493,6 @@
|
|
|
6493
6493
|
}
|
|
6494
6494
|
],
|
|
6495
6495
|
"properties": [
|
|
6496
|
-
{
|
|
6497
|
-
"name": "styles",
|
|
6498
|
-
"type": "CSSResult[]",
|
|
6499
|
-
"default": "[\"UUITextStyles\"]"
|
|
6500
|
-
},
|
|
6501
6496
|
{
|
|
6502
6497
|
"name": "value",
|
|
6503
6498
|
"attribute": "value",
|
|
@@ -6507,6 +6502,11 @@
|
|
|
6507
6502
|
{
|
|
6508
6503
|
"name": "config",
|
|
6509
6504
|
"type": "array"
|
|
6505
|
+
},
|
|
6506
|
+
{
|
|
6507
|
+
"name": "styles",
|
|
6508
|
+
"type": "CSSResult[]",
|
|
6509
|
+
"default": "[\"UUITextStyles\"]"
|
|
6510
6510
|
}
|
|
6511
6511
|
],
|
|
6512
6512
|
"events": [
|
|
@@ -6533,11 +6533,6 @@
|
|
|
6533
6533
|
}
|
|
6534
6534
|
],
|
|
6535
6535
|
"properties": [
|
|
6536
|
-
{
|
|
6537
|
-
"name": "styles",
|
|
6538
|
-
"type": "CSSResult[]",
|
|
6539
|
-
"default": "[\"UUITextStyles\",null]"
|
|
6540
|
-
},
|
|
6541
6536
|
{
|
|
6542
6537
|
"name": "disabled",
|
|
6543
6538
|
"attribute": "disabled",
|
|
@@ -6552,6 +6547,11 @@
|
|
|
6552
6547
|
"type": "boolean",
|
|
6553
6548
|
"default": "\"false\""
|
|
6554
6549
|
},
|
|
6550
|
+
{
|
|
6551
|
+
"name": "styles",
|
|
6552
|
+
"type": "CSSResult[]",
|
|
6553
|
+
"default": "[\"UUITextStyles\",null]"
|
|
6554
|
+
},
|
|
6555
6555
|
{
|
|
6556
6556
|
"name": "formAssociated",
|
|
6557
6557
|
"type": "boolean"
|
|
@@ -6640,11 +6640,6 @@
|
|
|
6640
6640
|
}
|
|
6641
6641
|
],
|
|
6642
6642
|
"properties": [
|
|
6643
|
-
{
|
|
6644
|
-
"name": "styles",
|
|
6645
|
-
"type": "CSSResult[]",
|
|
6646
|
-
"default": "[\"UUITextStyles\",null]"
|
|
6647
|
-
},
|
|
6648
6643
|
{
|
|
6649
6644
|
"name": "min",
|
|
6650
6645
|
"attribute": "min",
|
|
@@ -6692,6 +6687,11 @@
|
|
|
6692
6687
|
"attribute": "items",
|
|
6693
6688
|
"type": "MultipleTextStringValue"
|
|
6694
6689
|
},
|
|
6690
|
+
{
|
|
6691
|
+
"name": "styles",
|
|
6692
|
+
"type": "CSSResult[]",
|
|
6693
|
+
"default": "[\"UUITextStyles\",null]"
|
|
6694
|
+
},
|
|
6695
6695
|
{
|
|
6696
6696
|
"name": "formAssociated",
|
|
6697
6697
|
"type": "boolean"
|
|
@@ -6800,11 +6800,6 @@
|
|
|
6800
6800
|
"name": "umb-property-editor-ui-number-range",
|
|
6801
6801
|
"path": "./../../src/backoffice/shared/property-editors/uis/number-range/property-editor-ui-number-range.element.ts",
|
|
6802
6802
|
"properties": [
|
|
6803
|
-
{
|
|
6804
|
-
"name": "styles",
|
|
6805
|
-
"type": "CSSResult[]",
|
|
6806
|
-
"default": "[\"UUITextStyles\"]"
|
|
6807
|
-
},
|
|
6808
6803
|
{
|
|
6809
6804
|
"name": "value",
|
|
6810
6805
|
"type": "ValueType | undefined"
|
|
@@ -6813,6 +6808,11 @@
|
|
|
6813
6808
|
"name": "config",
|
|
6814
6809
|
"type": "never[]",
|
|
6815
6810
|
"default": "[]"
|
|
6811
|
+
},
|
|
6812
|
+
{
|
|
6813
|
+
"name": "styles",
|
|
6814
|
+
"type": "CSSResult[]",
|
|
6815
|
+
"default": "[\"UUITextStyles\"]"
|
|
6816
6816
|
}
|
|
6817
6817
|
],
|
|
6818
6818
|
"events": [
|
|
@@ -6832,11 +6832,6 @@
|
|
|
6832
6832
|
}
|
|
6833
6833
|
],
|
|
6834
6834
|
"properties": [
|
|
6835
|
-
{
|
|
6836
|
-
"name": "styles",
|
|
6837
|
-
"type": "CSSResult[]",
|
|
6838
|
-
"default": "[\"UUITextStyles\",null]"
|
|
6839
|
-
},
|
|
6840
6835
|
{
|
|
6841
6836
|
"name": "value",
|
|
6842
6837
|
"attribute": "value",
|
|
@@ -6847,6 +6842,11 @@
|
|
|
6847
6842
|
"name": "config",
|
|
6848
6843
|
"type": "never[]",
|
|
6849
6844
|
"default": "[]"
|
|
6845
|
+
},
|
|
6846
|
+
{
|
|
6847
|
+
"name": "styles",
|
|
6848
|
+
"type": "CSSResult[]",
|
|
6849
|
+
"default": "[\"UUITextStyles\",null]"
|
|
6850
6850
|
}
|
|
6851
6851
|
],
|
|
6852
6852
|
"events": [
|
|
@@ -6863,14 +6863,9 @@
|
|
|
6863
6863
|
"name": "value",
|
|
6864
6864
|
"type": "string",
|
|
6865
6865
|
"default": "\"\""
|
|
6866
|
-
}
|
|
6867
|
-
],
|
|
6868
|
-
"properties": [
|
|
6869
|
-
{
|
|
6870
|
-
"name": "styles",
|
|
6871
|
-
"type": "CSSResult[]",
|
|
6872
|
-
"default": "[\"UUITextStyles\"]"
|
|
6873
|
-
},
|
|
6866
|
+
}
|
|
6867
|
+
],
|
|
6868
|
+
"properties": [
|
|
6874
6869
|
{
|
|
6875
6870
|
"name": "value",
|
|
6876
6871
|
"attribute": "value",
|
|
@@ -6881,6 +6876,11 @@
|
|
|
6881
6876
|
"name": "config",
|
|
6882
6877
|
"type": "never[]",
|
|
6883
6878
|
"default": "[]"
|
|
6879
|
+
},
|
|
6880
|
+
{
|
|
6881
|
+
"name": "styles",
|
|
6882
|
+
"type": "CSSResult[]",
|
|
6883
|
+
"default": "[\"UUITextStyles\"]"
|
|
6884
6884
|
}
|
|
6885
6885
|
]
|
|
6886
6886
|
},
|
|
@@ -6895,11 +6895,6 @@
|
|
|
6895
6895
|
}
|
|
6896
6896
|
],
|
|
6897
6897
|
"properties": [
|
|
6898
|
-
{
|
|
6899
|
-
"name": "styles",
|
|
6900
|
-
"type": "CSSResult[]",
|
|
6901
|
-
"default": "[\"UUITextStyles\"]"
|
|
6902
|
-
},
|
|
6903
6898
|
{
|
|
6904
6899
|
"name": "value",
|
|
6905
6900
|
"attribute": "value",
|
|
@@ -6910,6 +6905,11 @@
|
|
|
6910
6905
|
"name": "config",
|
|
6911
6906
|
"type": "never[]",
|
|
6912
6907
|
"default": "[]"
|
|
6908
|
+
},
|
|
6909
|
+
{
|
|
6910
|
+
"name": "styles",
|
|
6911
|
+
"type": "CSSResult[]",
|
|
6912
|
+
"default": "[\"UUITextStyles\"]"
|
|
6913
6913
|
}
|
|
6914
6914
|
]
|
|
6915
6915
|
},
|
|
@@ -6923,11 +6923,6 @@
|
|
|
6923
6923
|
}
|
|
6924
6924
|
],
|
|
6925
6925
|
"properties": [
|
|
6926
|
-
{
|
|
6927
|
-
"name": "styles",
|
|
6928
|
-
"type": "CSSResult[]",
|
|
6929
|
-
"default": "[\"UUITextStyles\"]"
|
|
6930
|
-
},
|
|
6931
6926
|
{
|
|
6932
6927
|
"name": "value",
|
|
6933
6928
|
"attribute": "value",
|
|
@@ -6936,6 +6931,11 @@
|
|
|
6936
6931
|
{
|
|
6937
6932
|
"name": "config",
|
|
6938
6933
|
"type": "array"
|
|
6934
|
+
},
|
|
6935
|
+
{
|
|
6936
|
+
"name": "styles",
|
|
6937
|
+
"type": "CSSResult[]",
|
|
6938
|
+
"default": "[\"UUITextStyles\"]"
|
|
6939
6939
|
}
|
|
6940
6940
|
],
|
|
6941
6941
|
"events": [
|
|
@@ -6955,11 +6955,6 @@
|
|
|
6955
6955
|
}
|
|
6956
6956
|
],
|
|
6957
6957
|
"properties": [
|
|
6958
|
-
{
|
|
6959
|
-
"name": "styles",
|
|
6960
|
-
"type": "CSSResult[]",
|
|
6961
|
-
"default": "[\"UUITextStyles\"]"
|
|
6962
|
-
},
|
|
6963
6958
|
{
|
|
6964
6959
|
"name": "value",
|
|
6965
6960
|
"attribute": "value",
|
|
@@ -6969,6 +6964,11 @@
|
|
|
6969
6964
|
{
|
|
6970
6965
|
"name": "config",
|
|
6971
6966
|
"type": "array"
|
|
6967
|
+
},
|
|
6968
|
+
{
|
|
6969
|
+
"name": "styles",
|
|
6970
|
+
"type": "CSSResult[]",
|
|
6971
|
+
"default": "[\"UUITextStyles\"]"
|
|
6972
6972
|
}
|
|
6973
6973
|
],
|
|
6974
6974
|
"events": [
|
|
@@ -6988,11 +6988,6 @@
|
|
|
6988
6988
|
}
|
|
6989
6989
|
],
|
|
6990
6990
|
"properties": [
|
|
6991
|
-
{
|
|
6992
|
-
"name": "styles",
|
|
6993
|
-
"type": "CSSResult[]",
|
|
6994
|
-
"default": "[\"UUITextStyles\"]"
|
|
6995
|
-
},
|
|
6996
6991
|
{
|
|
6997
6992
|
"name": "value",
|
|
6998
6993
|
"attribute": "value",
|
|
@@ -7003,6 +6998,11 @@
|
|
|
7003
6998
|
"name": "config",
|
|
7004
6999
|
"type": "never[]",
|
|
7005
7000
|
"default": "[]"
|
|
7001
|
+
},
|
|
7002
|
+
{
|
|
7003
|
+
"name": "styles",
|
|
7004
|
+
"type": "CSSResult[]",
|
|
7005
|
+
"default": "[\"UUITextStyles\"]"
|
|
7006
7006
|
}
|
|
7007
7007
|
]
|
|
7008
7008
|
},
|
|
@@ -7017,11 +7017,6 @@
|
|
|
7017
7017
|
}
|
|
7018
7018
|
],
|
|
7019
7019
|
"properties": [
|
|
7020
|
-
{
|
|
7021
|
-
"name": "styles",
|
|
7022
|
-
"type": "CSSResult[]",
|
|
7023
|
-
"default": "[\"UUITextStyles\"]"
|
|
7024
|
-
},
|
|
7025
7020
|
{
|
|
7026
7021
|
"name": "value",
|
|
7027
7022
|
"attribute": "value",
|
|
@@ -7032,6 +7027,11 @@
|
|
|
7032
7027
|
"name": "config",
|
|
7033
7028
|
"type": "never[]",
|
|
7034
7029
|
"default": "[]"
|
|
7030
|
+
},
|
|
7031
|
+
{
|
|
7032
|
+
"name": "styles",
|
|
7033
|
+
"type": "CSSResult[]",
|
|
7034
|
+
"default": "[\"UUITextStyles\"]"
|
|
7035
7035
|
}
|
|
7036
7036
|
]
|
|
7037
7037
|
},
|
|
@@ -7046,11 +7046,6 @@
|
|
|
7046
7046
|
}
|
|
7047
7047
|
],
|
|
7048
7048
|
"properties": [
|
|
7049
|
-
{
|
|
7050
|
-
"name": "styles",
|
|
7051
|
-
"type": "CSSResult[]",
|
|
7052
|
-
"default": "[\"UUITextStyles\",null]"
|
|
7053
|
-
},
|
|
7054
7049
|
{
|
|
7055
7050
|
"name": "value",
|
|
7056
7051
|
"attribute": "value",
|
|
@@ -7061,6 +7056,11 @@
|
|
|
7061
7056
|
"name": "config",
|
|
7062
7057
|
"type": "never[]",
|
|
7063
7058
|
"default": "[]"
|
|
7059
|
+
},
|
|
7060
|
+
{
|
|
7061
|
+
"name": "styles",
|
|
7062
|
+
"type": "CSSResult[]",
|
|
7063
|
+
"default": "[\"UUITextStyles\",null]"
|
|
7064
7064
|
}
|
|
7065
7065
|
],
|
|
7066
7066
|
"events": [
|
|
@@ -7080,11 +7080,6 @@
|
|
|
7080
7080
|
}
|
|
7081
7081
|
],
|
|
7082
7082
|
"properties": [
|
|
7083
|
-
{
|
|
7084
|
-
"name": "styles",
|
|
7085
|
-
"type": "CSSResult[]",
|
|
7086
|
-
"default": "[\"UUITextStyles\",null]"
|
|
7087
|
-
},
|
|
7088
7083
|
{
|
|
7089
7084
|
"name": "value",
|
|
7090
7085
|
"attribute": "value",
|
|
@@ -7095,6 +7090,11 @@
|
|
|
7095
7090
|
"name": "config",
|
|
7096
7091
|
"type": "never[]",
|
|
7097
7092
|
"default": "[]"
|
|
7093
|
+
},
|
|
7094
|
+
{
|
|
7095
|
+
"name": "styles",
|
|
7096
|
+
"type": "CSSResult[]",
|
|
7097
|
+
"default": "[\"UUITextStyles\",null]"
|
|
7098
7098
|
}
|
|
7099
7099
|
],
|
|
7100
7100
|
"events": [
|
|
@@ -7114,11 +7114,6 @@
|
|
|
7114
7114
|
}
|
|
7115
7115
|
],
|
|
7116
7116
|
"properties": [
|
|
7117
|
-
{
|
|
7118
|
-
"name": "styles",
|
|
7119
|
-
"type": "CSSResult[]",
|
|
7120
|
-
"default": "[\"UUITextStyles\"]"
|
|
7121
|
-
},
|
|
7122
7117
|
{
|
|
7123
7118
|
"name": "value",
|
|
7124
7119
|
"attribute": "value",
|
|
@@ -7129,6 +7124,11 @@
|
|
|
7129
7124
|
"name": "config",
|
|
7130
7125
|
"type": "never[]",
|
|
7131
7126
|
"default": "[]"
|
|
7127
|
+
},
|
|
7128
|
+
{
|
|
7129
|
+
"name": "styles",
|
|
7130
|
+
"type": "CSSResult[]",
|
|
7131
|
+
"default": "[\"UUITextStyles\"]"
|
|
7132
7132
|
}
|
|
7133
7133
|
]
|
|
7134
7134
|
},
|
|
@@ -7143,11 +7143,6 @@
|
|
|
7143
7143
|
}
|
|
7144
7144
|
],
|
|
7145
7145
|
"properties": [
|
|
7146
|
-
{
|
|
7147
|
-
"name": "styles",
|
|
7148
|
-
"type": "CSSResult[]",
|
|
7149
|
-
"default": "[\"UUITextStyles\"]"
|
|
7150
|
-
},
|
|
7151
7146
|
{
|
|
7152
7147
|
"name": "value",
|
|
7153
7148
|
"attribute": "value",
|
|
@@ -7158,6 +7153,11 @@
|
|
|
7158
7153
|
"name": "config",
|
|
7159
7154
|
"type": "never[]",
|
|
7160
7155
|
"default": "[]"
|
|
7156
|
+
},
|
|
7157
|
+
{
|
|
7158
|
+
"name": "styles",
|
|
7159
|
+
"type": "CSSResult[]",
|
|
7160
|
+
"default": "[\"UUITextStyles\"]"
|
|
7161
7161
|
}
|
|
7162
7162
|
]
|
|
7163
7163
|
},
|
|
@@ -7172,11 +7172,6 @@
|
|
|
7172
7172
|
}
|
|
7173
7173
|
],
|
|
7174
7174
|
"properties": [
|
|
7175
|
-
{
|
|
7176
|
-
"name": "styles",
|
|
7177
|
-
"type": "CSSResult[]",
|
|
7178
|
-
"default": "[\"UUITextStyles\"]"
|
|
7179
|
-
},
|
|
7180
7175
|
{
|
|
7181
7176
|
"name": "value",
|
|
7182
7177
|
"attribute": "value",
|
|
@@ -7186,6 +7181,11 @@
|
|
|
7186
7181
|
{
|
|
7187
7182
|
"name": "config",
|
|
7188
7183
|
"type": "array"
|
|
7184
|
+
},
|
|
7185
|
+
{
|
|
7186
|
+
"name": "styles",
|
|
7187
|
+
"type": "CSSResult[]",
|
|
7188
|
+
"default": "[\"UUITextStyles\"]"
|
|
7189
7189
|
}
|
|
7190
7190
|
],
|
|
7191
7191
|
"events": [
|
|
@@ -7205,11 +7205,6 @@
|
|
|
7205
7205
|
}
|
|
7206
7206
|
],
|
|
7207
7207
|
"properties": [
|
|
7208
|
-
{
|
|
7209
|
-
"name": "styles",
|
|
7210
|
-
"type": "CSSResult[]",
|
|
7211
|
-
"default": "[\"UUITextStyles\"]"
|
|
7212
|
-
},
|
|
7213
7208
|
{
|
|
7214
7209
|
"name": "value",
|
|
7215
7210
|
"attribute": "value",
|
|
@@ -7220,6 +7215,11 @@
|
|
|
7220
7215
|
"name": "config",
|
|
7221
7216
|
"type": "never[]",
|
|
7222
7217
|
"default": "[]"
|
|
7218
|
+
},
|
|
7219
|
+
{
|
|
7220
|
+
"name": "styles",
|
|
7221
|
+
"type": "CSSResult[]",
|
|
7222
|
+
"default": "[\"UUITextStyles\"]"
|
|
7223
7223
|
}
|
|
7224
7224
|
]
|
|
7225
7225
|
},
|
|
@@ -7234,11 +7234,6 @@
|
|
|
7234
7234
|
}
|
|
7235
7235
|
],
|
|
7236
7236
|
"properties": [
|
|
7237
|
-
{
|
|
7238
|
-
"name": "styles",
|
|
7239
|
-
"type": "CSSResult[]",
|
|
7240
|
-
"default": "[\"UUITextStyles\"]"
|
|
7241
|
-
},
|
|
7242
7237
|
{
|
|
7243
7238
|
"name": "value",
|
|
7244
7239
|
"attribute": "value",
|
|
@@ -7249,6 +7244,11 @@
|
|
|
7249
7244
|
"name": "config",
|
|
7250
7245
|
"type": "never[]",
|
|
7251
7246
|
"default": "[]"
|
|
7247
|
+
},
|
|
7248
|
+
{
|
|
7249
|
+
"name": "styles",
|
|
7250
|
+
"type": "CSSResult[]",
|
|
7251
|
+
"default": "[\"UUITextStyles\"]"
|
|
7252
7252
|
}
|
|
7253
7253
|
]
|
|
7254
7254
|
},
|
|
@@ -7263,11 +7263,6 @@
|
|
|
7263
7263
|
}
|
|
7264
7264
|
],
|
|
7265
7265
|
"properties": [
|
|
7266
|
-
{
|
|
7267
|
-
"name": "styles",
|
|
7268
|
-
"type": "CSSResult[]",
|
|
7269
|
-
"default": "[\"UUITextStyles\"]"
|
|
7270
|
-
},
|
|
7271
7266
|
{
|
|
7272
7267
|
"name": "value",
|
|
7273
7268
|
"attribute": "value",
|
|
@@ -7277,6 +7272,11 @@
|
|
|
7277
7272
|
{
|
|
7278
7273
|
"name": "config",
|
|
7279
7274
|
"type": "array"
|
|
7275
|
+
},
|
|
7276
|
+
{
|
|
7277
|
+
"name": "styles",
|
|
7278
|
+
"type": "CSSResult[]",
|
|
7279
|
+
"default": "[\"UUITextStyles\"]"
|
|
7280
7280
|
}
|
|
7281
7281
|
],
|
|
7282
7282
|
"events": [
|
|
@@ -7296,11 +7296,6 @@
|
|
|
7296
7296
|
}
|
|
7297
7297
|
],
|
|
7298
7298
|
"properties": [
|
|
7299
|
-
{
|
|
7300
|
-
"name": "styles",
|
|
7301
|
-
"type": "CSSResult[]",
|
|
7302
|
-
"default": "[\"UUITextStyles\"]"
|
|
7303
|
-
},
|
|
7304
7299
|
{
|
|
7305
7300
|
"name": "value",
|
|
7306
7301
|
"attribute": "value",
|
|
@@ -7311,6 +7306,11 @@
|
|
|
7311
7306
|
"name": "config",
|
|
7312
7307
|
"type": "never[]",
|
|
7313
7308
|
"default": "[]"
|
|
7309
|
+
},
|
|
7310
|
+
{
|
|
7311
|
+
"name": "styles",
|
|
7312
|
+
"type": "CSSResult[]",
|
|
7313
|
+
"default": "[\"UUITextStyles\"]"
|
|
7314
7314
|
}
|
|
7315
7315
|
]
|
|
7316
7316
|
},
|
|
@@ -7325,11 +7325,6 @@
|
|
|
7325
7325
|
}
|
|
7326
7326
|
],
|
|
7327
7327
|
"properties": [
|
|
7328
|
-
{
|
|
7329
|
-
"name": "styles",
|
|
7330
|
-
"type": "CSSResult[]",
|
|
7331
|
-
"default": "[\"UUITextStyles\"]"
|
|
7332
|
-
},
|
|
7333
7328
|
{
|
|
7334
7329
|
"name": "value",
|
|
7335
7330
|
"attribute": "value",
|
|
@@ -7340,6 +7335,11 @@
|
|
|
7340
7335
|
"name": "config",
|
|
7341
7336
|
"type": "never[]",
|
|
7342
7337
|
"default": "[]"
|
|
7338
|
+
},
|
|
7339
|
+
{
|
|
7340
|
+
"name": "styles",
|
|
7341
|
+
"type": "CSSResult[]",
|
|
7342
|
+
"default": "[\"UUITextStyles\"]"
|
|
7343
7343
|
}
|
|
7344
7344
|
]
|
|
7345
7345
|
},
|
|
@@ -7347,13 +7347,13 @@
|
|
|
7347
7347
|
"name": "umb-file-system-tree-item",
|
|
7348
7348
|
"path": "./../../src/backoffice/templating/components/file-system-tree-item/file-system-tree-item.element.ts",
|
|
7349
7349
|
"properties": [
|
|
7350
|
+
{
|
|
7351
|
+
"name": "item"
|
|
7352
|
+
},
|
|
7350
7353
|
{
|
|
7351
7354
|
"name": "styles",
|
|
7352
7355
|
"type": "CSSResult[]",
|
|
7353
7356
|
"default": "[\"UUITextStyles\",null]"
|
|
7354
|
-
},
|
|
7355
|
-
{
|
|
7356
|
-
"name": "item"
|
|
7357
7357
|
}
|
|
7358
7358
|
]
|
|
7359
7359
|
},
|
|
@@ -7491,17 +7491,17 @@
|
|
|
7491
7491
|
}
|
|
7492
7492
|
],
|
|
7493
7493
|
"properties": [
|
|
7494
|
-
{
|
|
7495
|
-
"name": "styles",
|
|
7496
|
-
"type": "CSSResultGroup",
|
|
7497
|
-
"default": "[\"UUITextStyles\",null]"
|
|
7498
|
-
},
|
|
7499
7494
|
{
|
|
7500
7495
|
"name": "modalHandler"
|
|
7501
7496
|
},
|
|
7502
7497
|
{
|
|
7503
7498
|
"name": "data",
|
|
7504
7499
|
"attribute": "data"
|
|
7500
|
+
},
|
|
7501
|
+
{
|
|
7502
|
+
"name": "styles",
|
|
7503
|
+
"type": "CSSResultGroup",
|
|
7504
|
+
"default": "[\"UUITextStyles\",null]"
|
|
7505
7505
|
}
|
|
7506
7506
|
]
|
|
7507
7507
|
},
|
|
@@ -7509,13 +7509,13 @@
|
|
|
7509
7509
|
"name": "umb-current-user-modal",
|
|
7510
7510
|
"path": "./../../src/backoffice/users/current-user/modals/current-user/current-user-modal.element.ts",
|
|
7511
7511
|
"properties": [
|
|
7512
|
+
{
|
|
7513
|
+
"name": "modalHandler"
|
|
7514
|
+
},
|
|
7512
7515
|
{
|
|
7513
7516
|
"name": "styles",
|
|
7514
7517
|
"type": "CSSResultGroup",
|
|
7515
7518
|
"default": "[\"UUITextStyles\",null]"
|
|
7516
|
-
},
|
|
7517
|
-
{
|
|
7518
|
-
"name": "modalHandler"
|
|
7519
7519
|
}
|
|
7520
7520
|
]
|
|
7521
7521
|
},
|
|
@@ -7600,15 +7600,15 @@
|
|
|
7600
7600
|
"name": "umb-user-group-workspace-edit",
|
|
7601
7601
|
"path": "./../../src/backoffice/users/user-groups/workspace/user-group-workspace-edit.element.ts",
|
|
7602
7602
|
"properties": [
|
|
7603
|
-
{
|
|
7604
|
-
"name": "styles",
|
|
7605
|
-
"type": "CSSResult[]",
|
|
7606
|
-
"default": "[\"UUITextStyles\",null]"
|
|
7607
|
-
},
|
|
7608
7603
|
{
|
|
7609
7604
|
"name": "defaultPermissions",
|
|
7610
7605
|
"type": "{ name: string; permissions: { name: string; description: string; value: boolean; }[]; }[]",
|
|
7611
7606
|
"default": "[{\"name\":\"Administration\",\"permissions\":[{\"name\":\"Culture and Hostnames\",\"description\":\"Allow access to assign culture and hostnames\",\"value\":false},{\"name\":\"Restrict Public Access\",\"description\":\"Allow access to set and change access restrictions for a node\",\"value\":false},{\"name\":\"Rollback\",\"description\":\"Allow access to roll back a node to a previous state\",\"value\":false}]},{\"name\":\"Content\",\"permissions\":[{\"name\":\"Browse Node\",\"description\":\"Allow access to view a node\",\"value\":false},{\"name\":\"Create Content Template\",\"description\":\"Allow access to create a Content Template\",\"value\":false},{\"name\":\"Delete\",\"description\":\"Allow access to delete nodes\",\"value\":false},{\"name\":\"Create\",\"description\":\"Allow access to create nodes\",\"value\":false},{\"name\":\"Publish\",\"description\":\"Allow access to publish nodes\",\"value\":false},{\"name\":\"Permissions\",\"description\":\"Allow access to change permissions for a node\",\"value\":false},{\"name\":\"Send To Publish\",\"description\":\"Allow access to send a node for approval before publishing\",\"value\":false},{\"name\":\"Unpublish\",\"description\":\"Allow access to unpublish a node\",\"value\":false},{\"name\":\"Update\",\"description\":\"Allow access to save a node\",\"value\":false},{\"name\":\"Full restore\",\"description\":\"Allow the user to restore items\",\"value\":false},{\"name\":\"Partial restore\",\"description\":\"Allow the user to partial restore items\",\"value\":false},{\"name\":\"Queue for transfer\",\"description\":\"Allow the user to queue item(s)\",\"value\":false}]},{\"name\":\"Structure\",\"permissions\":[{\"name\":\"Copy\",\"description\":\"Allow access to copy a node\",\"value\":false},{\"name\":\"Move\",\"description\":\"Allow access to move a node\",\"value\":false},{\"name\":\"Sort\",\"description\":\"Allow access to change the sort order for nodes\",\"value\":false}]}]"
|
|
7607
|
+
},
|
|
7608
|
+
{
|
|
7609
|
+
"name": "styles",
|
|
7610
|
+
"type": "CSSResult[]",
|
|
7611
|
+
"default": "[\"UUITextStyles\",null]"
|
|
7612
7612
|
}
|
|
7613
7613
|
]
|
|
7614
7614
|
},
|
|
@@ -7727,11 +7727,6 @@
|
|
|
7727
7727
|
"name": "umb-section-view-users",
|
|
7728
7728
|
"path": "./../../src/backoffice/users/user-section/views/users/section-view-users.element.ts",
|
|
7729
7729
|
"properties": [
|
|
7730
|
-
{
|
|
7731
|
-
"name": "styles",
|
|
7732
|
-
"type": "CSSResult[]",
|
|
7733
|
-
"default": "[\"UUITextStyles\",null]"
|
|
7734
|
-
},
|
|
7735
7730
|
{
|
|
7736
7731
|
"name": "selection",
|
|
7737
7732
|
"default": "\"this.#selection.asObservable()\""
|
|
@@ -7743,6 +7738,11 @@
|
|
|
7743
7738
|
{
|
|
7744
7739
|
"name": "search",
|
|
7745
7740
|
"default": "\"this.#search.asObservable()\""
|
|
7741
|
+
},
|
|
7742
|
+
{
|
|
7743
|
+
"name": "styles",
|
|
7744
|
+
"type": "CSSResult[]",
|
|
7745
|
+
"default": "[\"UUITextStyles\",null]"
|
|
7746
7746
|
}
|
|
7747
7747
|
]
|
|
7748
7748
|
},
|
|
@@ -7926,17 +7926,17 @@
|
|
|
7926
7926
|
}
|
|
7927
7927
|
],
|
|
7928
7928
|
"properties": [
|
|
7929
|
-
{
|
|
7930
|
-
"name": "styles",
|
|
7931
|
-
"type": "CSSResult[]",
|
|
7932
|
-
"default": "[\"UUITextStyles\"]"
|
|
7933
|
-
},
|
|
7934
7929
|
{
|
|
7935
7930
|
"name": "notificationHandler"
|
|
7936
7931
|
},
|
|
7937
7932
|
{
|
|
7938
7933
|
"name": "data",
|
|
7939
7934
|
"attribute": "data"
|
|
7935
|
+
},
|
|
7936
|
+
{
|
|
7937
|
+
"name": "styles",
|
|
7938
|
+
"type": "CSSResult[]",
|
|
7939
|
+
"default": "[\"UUITextStyles\"]"
|
|
7940
7940
|
}
|
|
7941
7941
|
]
|
|
7942
7942
|
},
|
|
@@ -7954,11 +7954,6 @@
|
|
|
7954
7954
|
}
|
|
7955
7955
|
],
|
|
7956
7956
|
"properties": [
|
|
7957
|
-
{
|
|
7958
|
-
"name": "styles",
|
|
7959
|
-
"type": "CSSResult[]",
|
|
7960
|
-
"default": "[null]"
|
|
7961
|
-
},
|
|
7962
7957
|
{
|
|
7963
7958
|
"name": "routes",
|
|
7964
7959
|
"attribute": "routes",
|
|
@@ -7975,6 +7970,11 @@
|
|
|
7975
7970
|
{
|
|
7976
7971
|
"name": "absoluteActiveViewPath",
|
|
7977
7972
|
"type": "string"
|
|
7973
|
+
},
|
|
7974
|
+
{
|
|
7975
|
+
"name": "styles",
|
|
7976
|
+
"type": "CSSResult[]",
|
|
7977
|
+
"default": "[null]"
|
|
7978
7978
|
}
|
|
7979
7979
|
],
|
|
7980
7980
|
"events": [
|
|
@@ -8007,11 +8007,6 @@
|
|
|
8007
8007
|
"attribute": "variantId",
|
|
8008
8008
|
"type": "UmbVariantId[]"
|
|
8009
8009
|
},
|
|
8010
|
-
{
|
|
8011
|
-
"name": "styles",
|
|
8012
|
-
"type": "CSSResult[]",
|
|
8013
|
-
"default": "[null]"
|
|
8014
|
-
},
|
|
8015
8010
|
{
|
|
8016
8011
|
"name": "routes",
|
|
8017
8012
|
"attribute": "routes",
|
|
@@ -8028,6 +8023,11 @@
|
|
|
8028
8023
|
{
|
|
8029
8024
|
"name": "absoluteActiveViewPath",
|
|
8030
8025
|
"type": "string"
|
|
8026
|
+
},
|
|
8027
|
+
{
|
|
8028
|
+
"name": "styles",
|
|
8029
|
+
"type": "CSSResult[]",
|
|
8030
|
+
"default": "[null]"
|
|
8031
8031
|
}
|
|
8032
8032
|
],
|
|
8033
8033
|
"events": [
|
|
@@ -8056,13 +8056,13 @@
|
|
|
8056
8056
|
"name": "umb-installer-database",
|
|
8057
8057
|
"path": "./../../src/installer/database/installer-database.element.ts",
|
|
8058
8058
|
"properties": [
|
|
8059
|
+
{
|
|
8060
|
+
"name": "databaseFormData"
|
|
8061
|
+
},
|
|
8059
8062
|
{
|
|
8060
8063
|
"name": "styles",
|
|
8061
8064
|
"type": "CSSResultGroup",
|
|
8062
8065
|
"default": "[null]"
|
|
8063
|
-
},
|
|
8064
|
-
{
|
|
8065
|
-
"name": "databaseFormData"
|
|
8066
8066
|
}
|
|
8067
8067
|
]
|
|
8068
8068
|
},
|
|
@@ -8081,15 +8081,15 @@
|
|
|
8081
8081
|
"name": "umb-installer",
|
|
8082
8082
|
"path": "./../../src/installer/installer.element.ts",
|
|
8083
8083
|
"properties": [
|
|
8084
|
-
{
|
|
8085
|
-
"name": "styles",
|
|
8086
|
-
"type": "CSSResultGroup",
|
|
8087
|
-
"default": "[null]"
|
|
8088
|
-
},
|
|
8089
8084
|
{
|
|
8090
8085
|
"name": "step",
|
|
8091
8086
|
"type": "number",
|
|
8092
8087
|
"default": "1"
|
|
8088
|
+
},
|
|
8089
|
+
{
|
|
8090
|
+
"name": "styles",
|
|
8091
|
+
"type": "CSSResultGroup",
|
|
8092
|
+
"default": "[null]"
|
|
8093
8093
|
}
|
|
8094
8094
|
]
|
|
8095
8095
|
},
|
|
@@ -8150,11 +8150,6 @@
|
|
|
8150
8150
|
}
|
|
8151
8151
|
],
|
|
8152
8152
|
"properties": [
|
|
8153
|
-
{
|
|
8154
|
-
"name": "styles",
|
|
8155
|
-
"type": "CSSResultGroup",
|
|
8156
|
-
"default": "[null]"
|
|
8157
|
-
},
|
|
8158
8153
|
{
|
|
8159
8154
|
"name": "fetching",
|
|
8160
8155
|
"attribute": "fetching",
|
|
@@ -8176,6 +8171,11 @@
|
|
|
8176
8171
|
{
|
|
8177
8172
|
"name": "settings",
|
|
8178
8173
|
"attribute": "settings"
|
|
8174
|
+
},
|
|
8175
|
+
{
|
|
8176
|
+
"name": "styles",
|
|
8177
|
+
"type": "CSSResultGroup",
|
|
8178
|
+
"default": "[null]"
|
|
8179
8179
|
}
|
|
8180
8180
|
],
|
|
8181
8181
|
"events": [
|