@umbraco-cms/backoffice 1.0.0-next.b82f3242 → 1.0.0-next.ba26bec7
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/backend-api.d.ts +198 -72
- package/collection.d.ts +32 -0
- package/content-type.d.ts +127 -0
- package/custom-elements.json +997 -949
- package/entity-action.d.ts +1 -1
- package/extensions-api.d.ts +11 -11
- package/extensions-registry.d.ts +123 -82
- package/id.d.ts +6 -0
- package/modal.d.ts +13 -9
- package/models.d.ts +6 -1
- package/observable-api.d.ts +13 -1
- package/package.json +1 -1
- package/repository.d.ts +29 -19
- package/resources.d.ts +18 -11
- package/router.d.ts +1 -13
- package/sorter.d.ts +103 -0
- package/umbraco-package-schema.json +37046 -1736
- package/utils.d.ts +1 -11
- package/vscode-html-custom-data.json +384 -417
- package/workspace.d.ts +18 -17
- package/property-editor.d.ts +0 -8
package/custom-elements.json
CHANGED
|
@@ -67,23 +67,12 @@
|
|
|
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"
|
|
80
|
-
}
|
|
81
|
-
]
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"name": "umb-dashboard-welcome",
|
|
85
|
-
"path": "./../../src/backoffice/documents/dashboards/welcome/dashboard-welcome.element.ts",
|
|
86
|
-
"properties": [
|
|
75
|
+
},
|
|
87
76
|
{
|
|
88
77
|
"name": "styles",
|
|
89
78
|
"type": "CSSResult[]",
|
|
@@ -143,18 +132,22 @@
|
|
|
143
132
|
"name": "umb-document-type-workspace-view-edit-properties",
|
|
144
133
|
"path": "./../../src/backoffice/documents/document-types/workspace/views/design/document-type-workspace-view-edit-properties.element.ts",
|
|
145
134
|
"attributes": [
|
|
135
|
+
{
|
|
136
|
+
"name": "container-id",
|
|
137
|
+
"type": "string | undefined"
|
|
138
|
+
},
|
|
146
139
|
{
|
|
147
140
|
"name": "container-name",
|
|
148
141
|
"type": "string | undefined"
|
|
149
142
|
},
|
|
150
143
|
{
|
|
151
|
-
"name": "container-type"
|
|
152
|
-
"type": "PropertyContainerTypes | undefined"
|
|
144
|
+
"name": "container-type"
|
|
153
145
|
}
|
|
154
146
|
],
|
|
155
147
|
"properties": [
|
|
156
148
|
{
|
|
157
149
|
"name": "containerId",
|
|
150
|
+
"attribute": "container-id",
|
|
158
151
|
"type": "string | undefined"
|
|
159
152
|
},
|
|
160
153
|
{
|
|
@@ -164,8 +157,7 @@
|
|
|
164
157
|
},
|
|
165
158
|
{
|
|
166
159
|
"name": "containerType",
|
|
167
|
-
"attribute": "container-type"
|
|
168
|
-
"type": "PropertyContainerTypes | undefined"
|
|
160
|
+
"attribute": "container-type"
|
|
169
161
|
},
|
|
170
162
|
{
|
|
171
163
|
"name": "styles",
|
|
@@ -181,8 +173,14 @@
|
|
|
181
173
|
{
|
|
182
174
|
"name": "property",
|
|
183
175
|
"description": "Property, the data object for the property.",
|
|
184
|
-
"type": "
|
|
185
|
-
"default": "\"
|
|
176
|
+
"type": "PropertyTypeResponseModelBaseModel",
|
|
177
|
+
"default": "\"undefined\""
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"name": "inherited",
|
|
181
|
+
"description": "Inherited, Determines if the property is part of the main document type thats being edited.\nIf true, then the property is inherited from another document type, not a part of the main document type.",
|
|
182
|
+
"type": "boolean",
|
|
183
|
+
"default": "\"undefined\""
|
|
186
184
|
}
|
|
187
185
|
],
|
|
188
186
|
"properties": [
|
|
@@ -190,8 +188,15 @@
|
|
|
190
188
|
"name": "property",
|
|
191
189
|
"attribute": "property",
|
|
192
190
|
"description": "Property, the data object for the property.",
|
|
193
|
-
"type": "
|
|
194
|
-
"default": "\"
|
|
191
|
+
"type": "PropertyTypeResponseModelBaseModel",
|
|
192
|
+
"default": "\"undefined\""
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"name": "inherited",
|
|
196
|
+
"attribute": "inherited",
|
|
197
|
+
"description": "Inherited, Determines if the property is part of the main document type thats being edited.\nIf true, then the property is inherited from another document type, not a part of the main document type.",
|
|
198
|
+
"type": "boolean",
|
|
199
|
+
"default": "\"undefined\""
|
|
195
200
|
},
|
|
196
201
|
{
|
|
197
202
|
"name": "styles",
|
|
@@ -229,11 +234,6 @@
|
|
|
229
234
|
}
|
|
230
235
|
],
|
|
231
236
|
"properties": [
|
|
232
|
-
{
|
|
233
|
-
"name": "styles",
|
|
234
|
-
"type": "CSSResult[]",
|
|
235
|
-
"default": "[\"UUITextStyles\",null]"
|
|
236
|
-
},
|
|
237
237
|
{
|
|
238
238
|
"name": "ownerTabId",
|
|
239
239
|
"attribute": "ownerTabId",
|
|
@@ -248,6 +248,11 @@
|
|
|
248
248
|
"name": "noTabName",
|
|
249
249
|
"attribute": "noTabName",
|
|
250
250
|
"type": "boolean"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"name": "styles",
|
|
254
|
+
"type": "CSSResult[]",
|
|
255
|
+
"default": "[\"UUITextStyles\",null]"
|
|
251
256
|
}
|
|
252
257
|
]
|
|
253
258
|
},
|
|
@@ -299,11 +304,6 @@
|
|
|
299
304
|
"name": "umb-document-table-actions-column-layout",
|
|
300
305
|
"path": "./../../src/backoffice/documents/documents/collection/views/table/column-layouts/document-table-actions-column-layout.element.ts",
|
|
301
306
|
"properties": [
|
|
302
|
-
{
|
|
303
|
-
"name": "styles",
|
|
304
|
-
"type": "CSSResult[]",
|
|
305
|
-
"default": "[null]"
|
|
306
|
-
},
|
|
307
307
|
{
|
|
308
308
|
"name": "column",
|
|
309
309
|
"type": "UmbTableColumn"
|
|
@@ -314,6 +314,11 @@
|
|
|
314
314
|
},
|
|
315
315
|
{
|
|
316
316
|
"name": "value"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"name": "styles",
|
|
320
|
+
"type": "CSSResult[]",
|
|
321
|
+
"default": "[null]"
|
|
317
322
|
}
|
|
318
323
|
]
|
|
319
324
|
},
|
|
@@ -369,13 +374,13 @@
|
|
|
369
374
|
"name": "umb-document-tree-item",
|
|
370
375
|
"path": "./../../src/backoffice/documents/documents/tree/tree-item/document-tree-item.element.ts",
|
|
371
376
|
"properties": [
|
|
377
|
+
{
|
|
378
|
+
"name": "item"
|
|
379
|
+
},
|
|
372
380
|
{
|
|
373
381
|
"name": "styles",
|
|
374
382
|
"type": "CSSResult[]",
|
|
375
383
|
"default": "[\"UUITextStyles\",null]"
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"name": "item"
|
|
379
384
|
}
|
|
380
385
|
]
|
|
381
386
|
},
|
|
@@ -421,16 +426,10 @@
|
|
|
421
426
|
"type": "string | undefined"
|
|
422
427
|
},
|
|
423
428
|
{
|
|
424
|
-
"name": "container-type"
|
|
425
|
-
"type": "PropertyContainerTypes | undefined"
|
|
429
|
+
"name": "container-type"
|
|
426
430
|
}
|
|
427
431
|
],
|
|
428
432
|
"properties": [
|
|
429
|
-
{
|
|
430
|
-
"name": "styles",
|
|
431
|
-
"type": "CSSResult[]",
|
|
432
|
-
"default": "[\"UUITextStyles\",null]"
|
|
433
|
-
},
|
|
434
433
|
{
|
|
435
434
|
"name": "containerName",
|
|
436
435
|
"attribute": "container-name",
|
|
@@ -438,8 +437,12 @@
|
|
|
438
437
|
},
|
|
439
438
|
{
|
|
440
439
|
"name": "containerType",
|
|
441
|
-
"attribute": "container-type"
|
|
442
|
-
|
|
440
|
+
"attribute": "container-type"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"name": "styles",
|
|
444
|
+
"type": "CSSResult[]",
|
|
445
|
+
"default": "[\"UUITextStyles\",null]"
|
|
443
446
|
}
|
|
444
447
|
]
|
|
445
448
|
},
|
|
@@ -457,11 +460,6 @@
|
|
|
457
460
|
}
|
|
458
461
|
],
|
|
459
462
|
"properties": [
|
|
460
|
-
{
|
|
461
|
-
"name": "styles",
|
|
462
|
-
"type": "CSSResult[]",
|
|
463
|
-
"default": "[\"UUITextStyles\",null]"
|
|
464
|
-
},
|
|
465
463
|
{
|
|
466
464
|
"name": "tabName",
|
|
467
465
|
"attribute": "tabName",
|
|
@@ -471,6 +469,11 @@
|
|
|
471
469
|
"name": "noTabName",
|
|
472
470
|
"attribute": "noTabName",
|
|
473
471
|
"type": "boolean"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"name": "styles",
|
|
475
|
+
"type": "CSSResult[]",
|
|
476
|
+
"default": "[\"UUITextStyles\",null]"
|
|
474
477
|
}
|
|
475
478
|
]
|
|
476
479
|
},
|
|
@@ -719,15 +722,15 @@
|
|
|
719
722
|
}
|
|
720
723
|
],
|
|
721
724
|
"properties": [
|
|
722
|
-
{
|
|
723
|
-
"name": "styles",
|
|
724
|
-
"type": "CSSResult[]",
|
|
725
|
-
"default": "[\"UUITextStyles\",null]"
|
|
726
|
-
},
|
|
727
725
|
{
|
|
728
726
|
"name": "entityId",
|
|
729
727
|
"attribute": "entityId",
|
|
730
728
|
"type": "string | undefined"
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"name": "styles",
|
|
732
|
+
"type": "CSSResult[]",
|
|
733
|
+
"default": "[\"UUITextStyles\",null]"
|
|
731
734
|
}
|
|
732
735
|
]
|
|
733
736
|
},
|
|
@@ -741,15 +744,15 @@
|
|
|
741
744
|
}
|
|
742
745
|
],
|
|
743
746
|
"properties": [
|
|
744
|
-
{
|
|
745
|
-
"name": "styles",
|
|
746
|
-
"type": "CSSResult[]",
|
|
747
|
-
"default": "[\"UUITextStyles\",null]"
|
|
748
|
-
},
|
|
749
747
|
{
|
|
750
748
|
"name": "entityId",
|
|
751
749
|
"attribute": "entityId",
|
|
752
750
|
"type": "string | undefined"
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"name": "styles",
|
|
754
|
+
"type": "CSSResult[]",
|
|
755
|
+
"default": "[\"UUITextStyles\",null]"
|
|
753
756
|
}
|
|
754
757
|
]
|
|
755
758
|
},
|
|
@@ -791,11 +794,6 @@
|
|
|
791
794
|
}
|
|
792
795
|
],
|
|
793
796
|
"properties": [
|
|
794
|
-
{
|
|
795
|
-
"name": "styles",
|
|
796
|
-
"type": "CSSResult",
|
|
797
|
-
"default": "\"css`\\n\\t\\t:host {\\n\\t\\t\\tdisplay: flex;\\n\\t\\t\\tmin-height: 47px;\\n\\t\\t}\\n\\t`\""
|
|
798
|
-
},
|
|
799
797
|
{
|
|
800
798
|
"name": "name",
|
|
801
799
|
"attribute": "name",
|
|
@@ -816,6 +814,11 @@
|
|
|
816
814
|
"name": "customIcon",
|
|
817
815
|
"attribute": "customIcon",
|
|
818
816
|
"type": "string | undefined"
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"name": "styles",
|
|
820
|
+
"type": "CSSResult",
|
|
821
|
+
"default": "\"css`\\n\\t\\t:host {\\n\\t\\t\\tdisplay: flex;\\n\\t\\t\\tmin-height: 47px;\\n\\t\\t}\\n\\t`\""
|
|
819
822
|
}
|
|
820
823
|
]
|
|
821
824
|
},
|
|
@@ -841,16 +844,16 @@
|
|
|
841
844
|
}
|
|
842
845
|
],
|
|
843
846
|
"properties": [
|
|
844
|
-
{
|
|
845
|
-
"name": "styles",
|
|
846
|
-
"type": "CSSResult[]",
|
|
847
|
-
"default": "[null]"
|
|
848
|
-
},
|
|
849
847
|
{
|
|
850
848
|
"name": "marketplaceUrl",
|
|
851
849
|
"attribute": "marketplaceUrl",
|
|
852
850
|
"type": "string",
|
|
853
851
|
"default": "\"https://marketplace.umbraco.com/?umbversion=11.1.0&style=backoffice\""
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"name": "styles",
|
|
855
|
+
"type": "CSSResult[]",
|
|
856
|
+
"default": "[null]"
|
|
854
857
|
}
|
|
855
858
|
]
|
|
856
859
|
},
|
|
@@ -922,14 +925,14 @@
|
|
|
922
925
|
}
|
|
923
926
|
],
|
|
924
927
|
"properties": [
|
|
928
|
+
{
|
|
929
|
+
"name": "action",
|
|
930
|
+
"attribute": "action"
|
|
931
|
+
},
|
|
925
932
|
{
|
|
926
933
|
"name": "styles",
|
|
927
934
|
"type": "CSSResult[]",
|
|
928
935
|
"default": "[\"UUITextStyles\",null]"
|
|
929
|
-
},
|
|
930
|
-
{
|
|
931
|
-
"name": "action",
|
|
932
|
-
"attribute": "action"
|
|
933
936
|
}
|
|
934
937
|
],
|
|
935
938
|
"events": [
|
|
@@ -947,14 +950,14 @@
|
|
|
947
950
|
}
|
|
948
951
|
],
|
|
949
952
|
"properties": [
|
|
953
|
+
{
|
|
954
|
+
"name": "manifest",
|
|
955
|
+
"attribute": "manifest"
|
|
956
|
+
},
|
|
950
957
|
{
|
|
951
958
|
"name": "styles",
|
|
952
959
|
"type": "CSSResult[]",
|
|
953
960
|
"default": "[\"UUITextStyles\",null]"
|
|
954
|
-
},
|
|
955
|
-
{
|
|
956
|
-
"name": "manifest",
|
|
957
|
-
"attribute": "manifest"
|
|
958
961
|
}
|
|
959
962
|
]
|
|
960
963
|
},
|
|
@@ -967,14 +970,14 @@
|
|
|
967
970
|
}
|
|
968
971
|
],
|
|
969
972
|
"properties": [
|
|
973
|
+
{
|
|
974
|
+
"name": "manifest",
|
|
975
|
+
"attribute": "manifest"
|
|
976
|
+
},
|
|
970
977
|
{
|
|
971
978
|
"name": "styles",
|
|
972
979
|
"type": "CSSResult[]",
|
|
973
980
|
"default": "[\"UUITextStyles\",null]"
|
|
974
|
-
},
|
|
975
|
-
{
|
|
976
|
-
"name": "manifest",
|
|
977
|
-
"attribute": "manifest"
|
|
978
981
|
}
|
|
979
982
|
]
|
|
980
983
|
},
|
|
@@ -988,15 +991,15 @@
|
|
|
988
991
|
}
|
|
989
992
|
],
|
|
990
993
|
"properties": [
|
|
991
|
-
{
|
|
992
|
-
"name": "styles",
|
|
993
|
-
"type": "CSSResult[]",
|
|
994
|
-
"default": "[\"UUITextStyles\",null]"
|
|
995
|
-
},
|
|
996
994
|
{
|
|
997
995
|
"name": "groupName",
|
|
998
996
|
"attribute": "groupName",
|
|
999
997
|
"type": "string"
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"name": "styles",
|
|
1001
|
+
"type": "CSSResult[]",
|
|
1002
|
+
"default": "[\"UUITextStyles\",null]"
|
|
1000
1003
|
}
|
|
1001
1004
|
]
|
|
1002
1005
|
},
|
|
@@ -1190,11 +1193,6 @@
|
|
|
1190
1193
|
}
|
|
1191
1194
|
],
|
|
1192
1195
|
"properties": [
|
|
1193
|
-
{
|
|
1194
|
-
"name": "styles",
|
|
1195
|
-
"type": "CSSResult[]",
|
|
1196
|
-
"default": "[\"UUITextStyles\"]"
|
|
1197
|
-
},
|
|
1198
1196
|
{
|
|
1199
1197
|
"name": "modalHandler"
|
|
1200
1198
|
},
|
|
@@ -1202,6 +1200,11 @@
|
|
|
1202
1200
|
"name": "data",
|
|
1203
1201
|
"attribute": "data",
|
|
1204
1202
|
"type": "UmbDataTypeCreateOptionsModalData | undefined"
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"name": "styles",
|
|
1206
|
+
"type": "CSSResult[]",
|
|
1207
|
+
"default": "[\"UUITextStyles\"]"
|
|
1205
1208
|
}
|
|
1206
1209
|
]
|
|
1207
1210
|
},
|
|
@@ -1209,16 +1212,16 @@
|
|
|
1209
1212
|
"name": "umb-data-type-picker-modal",
|
|
1210
1213
|
"path": "./../../src/backoffice/settings/data-types/modal/data-type-picker/data-type-picker-modal.element.ts",
|
|
1211
1214
|
"properties": [
|
|
1212
|
-
{
|
|
1213
|
-
"name": "styles",
|
|
1214
|
-
"type": "CSSResult[]",
|
|
1215
|
-
"default": "[\"UUITextStyles\",null]"
|
|
1216
|
-
},
|
|
1217
1215
|
{
|
|
1218
1216
|
"name": "modalHandler"
|
|
1219
1217
|
},
|
|
1220
1218
|
{
|
|
1221
1219
|
"name": "data"
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
"name": "styles",
|
|
1223
|
+
"type": "CSSResult[]",
|
|
1224
|
+
"default": "[\"UUITextStyles\",null]"
|
|
1222
1225
|
}
|
|
1223
1226
|
]
|
|
1224
1227
|
},
|
|
@@ -1228,24 +1231,17 @@
|
|
|
1228
1231
|
"attributes": [
|
|
1229
1232
|
{
|
|
1230
1233
|
"name": "manifest"
|
|
1231
|
-
},
|
|
1232
|
-
{
|
|
1233
|
-
"name": "location"
|
|
1234
1234
|
}
|
|
1235
1235
|
],
|
|
1236
1236
|
"properties": [
|
|
1237
|
-
{
|
|
1238
|
-
"name": "styles",
|
|
1239
|
-
"type": "CSSResult[]",
|
|
1240
|
-
"default": "[\"UUITextStyles\",null]"
|
|
1241
|
-
},
|
|
1242
1237
|
{
|
|
1243
1238
|
"name": "manifest",
|
|
1244
1239
|
"attribute": "manifest"
|
|
1245
1240
|
},
|
|
1246
1241
|
{
|
|
1247
|
-
"name": "
|
|
1248
|
-
"
|
|
1242
|
+
"name": "styles",
|
|
1243
|
+
"type": "CSSResult[]",
|
|
1244
|
+
"default": "[\"UUITextStyles\",null]"
|
|
1249
1245
|
}
|
|
1250
1246
|
]
|
|
1251
1247
|
},
|
|
@@ -1319,13 +1315,13 @@
|
|
|
1319
1315
|
"name": "umb-language-root-table-delete-column-layout",
|
|
1320
1316
|
"path": "./../../src/backoffice/settings/languages/workspace/language-root/components/language-root-table-delete-column-layout.element.ts",
|
|
1321
1317
|
"properties": [
|
|
1318
|
+
{
|
|
1319
|
+
"name": "value"
|
|
1320
|
+
},
|
|
1322
1321
|
{
|
|
1323
1322
|
"name": "styles",
|
|
1324
1323
|
"type": "CSSResult[]",
|
|
1325
1324
|
"default": "[\"UUITextStyles\",null]"
|
|
1326
|
-
},
|
|
1327
|
-
{
|
|
1328
|
-
"name": "value"
|
|
1329
1325
|
}
|
|
1330
1326
|
]
|
|
1331
1327
|
},
|
|
@@ -1333,14 +1329,14 @@
|
|
|
1333
1329
|
"name": "umb-language-root-table-name-column-layout",
|
|
1334
1330
|
"path": "./../../src/backoffice/settings/languages/workspace/language-root/components/language-root-table-name-column-layout.element.ts",
|
|
1335
1331
|
"properties": [
|
|
1332
|
+
{
|
|
1333
|
+
"name": "value",
|
|
1334
|
+
"type": "{ isoCode: string; name: string; }"
|
|
1335
|
+
},
|
|
1336
1336
|
{
|
|
1337
1337
|
"name": "styles",
|
|
1338
1338
|
"type": "CSSResult[]",
|
|
1339
1339
|
"default": "[\"UUITextStyles\",null]"
|
|
1340
|
-
},
|
|
1341
|
-
{
|
|
1342
|
-
"name": "value",
|
|
1343
|
-
"type": "{ isoCode: string; name: string; }"
|
|
1344
1340
|
}
|
|
1345
1341
|
]
|
|
1346
1342
|
},
|
|
@@ -1399,16 +1395,16 @@
|
|
|
1399
1395
|
}
|
|
1400
1396
|
],
|
|
1401
1397
|
"properties": [
|
|
1402
|
-
{
|
|
1403
|
-
"name": "styles",
|
|
1404
|
-
"type": "CSSResult[]",
|
|
1405
|
-
"default": "[\"UUITextStyles\",null]"
|
|
1406
|
-
},
|
|
1407
1398
|
{
|
|
1408
1399
|
"name": "horizontal",
|
|
1409
1400
|
"attribute": "horizontal",
|
|
1410
1401
|
"type": "boolean",
|
|
1411
1402
|
"default": "false"
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
"name": "styles",
|
|
1406
|
+
"type": "CSSResult[]",
|
|
1407
|
+
"default": "[\"UUITextStyles\",null]"
|
|
1412
1408
|
}
|
|
1413
1409
|
]
|
|
1414
1410
|
},
|
|
@@ -1421,11 +1417,6 @@
|
|
|
1421
1417
|
}
|
|
1422
1418
|
],
|
|
1423
1419
|
"properties": [
|
|
1424
|
-
{
|
|
1425
|
-
"name": "styles",
|
|
1426
|
-
"type": "CSSResult[]",
|
|
1427
|
-
"default": "[\"UUITextStyles\",null]"
|
|
1428
|
-
},
|
|
1429
1420
|
{
|
|
1430
1421
|
"name": "level",
|
|
1431
1422
|
"attribute": "level"
|
|
@@ -1434,6 +1425,11 @@
|
|
|
1434
1425
|
"name": "levelMap",
|
|
1435
1426
|
"type": "Record<any, LevelMapStyles>",
|
|
1436
1427
|
"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)\"}}"
|
|
1428
|
+
},
|
|
1429
|
+
{
|
|
1430
|
+
"name": "styles",
|
|
1431
|
+
"type": "CSSResult[]",
|
|
1432
|
+
"default": "[\"UUITextStyles\",null]"
|
|
1437
1433
|
}
|
|
1438
1434
|
]
|
|
1439
1435
|
},
|
|
@@ -1528,15 +1524,15 @@
|
|
|
1528
1524
|
"name": "umb-log-viewer-log-level-filter-menu",
|
|
1529
1525
|
"path": "./../../src/backoffice/settings/logviewer/workspace/views/search/components/log-viewer-log-level-filter-menu.element.ts",
|
|
1530
1526
|
"properties": [
|
|
1531
|
-
{
|
|
1532
|
-
"name": "styles",
|
|
1533
|
-
"type": "CSSResult[]",
|
|
1534
|
-
"default": "[\"UUITextStyles\",null]"
|
|
1535
|
-
},
|
|
1536
1527
|
{
|
|
1537
1528
|
"name": "setLogLevelDebounce",
|
|
1538
1529
|
"type": "DebouncedFunc<() => void>",
|
|
1539
1530
|
"default": "\"debounce(this.#setLogLevel, 300)\""
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
"name": "styles",
|
|
1534
|
+
"type": "CSSResult[]",
|
|
1535
|
+
"default": "[\"UUITextStyles\",null]"
|
|
1540
1536
|
}
|
|
1541
1537
|
]
|
|
1542
1538
|
},
|
|
@@ -1575,11 +1571,6 @@
|
|
|
1575
1571
|
}
|
|
1576
1572
|
],
|
|
1577
1573
|
"properties": [
|
|
1578
|
-
{
|
|
1579
|
-
"name": "styles",
|
|
1580
|
-
"type": "CSSResult[]",
|
|
1581
|
-
"default": "[\"UUITextStyles\",null]"
|
|
1582
|
-
},
|
|
1583
1574
|
{
|
|
1584
1575
|
"name": "details",
|
|
1585
1576
|
"type": "HTMLDetailsElement"
|
|
@@ -1627,6 +1618,11 @@
|
|
|
1627
1618
|
"attribute": "exception",
|
|
1628
1619
|
"type": "string",
|
|
1629
1620
|
"default": "\"\""
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"name": "styles",
|
|
1624
|
+
"type": "CSSResult[]",
|
|
1625
|
+
"default": "[\"UUITextStyles\",null]"
|
|
1630
1626
|
}
|
|
1631
1627
|
]
|
|
1632
1628
|
},
|
|
@@ -1730,121 +1726,23 @@
|
|
|
1730
1726
|
]
|
|
1731
1727
|
},
|
|
1732
1728
|
{
|
|
1733
|
-
"name": "umb-
|
|
1734
|
-
"path": "./../../src/backoffice/shared/
|
|
1735
|
-
"
|
|
1729
|
+
"name": "umb-backoffice-header-apps",
|
|
1730
|
+
"path": "./../../src/backoffice/shared/components/backoffice-frame/backoffice-header-apps.element.ts",
|
|
1731
|
+
"properties": [
|
|
1736
1732
|
{
|
|
1737
|
-
"name": "
|
|
1738
|
-
"type": "
|
|
1733
|
+
"name": "styles",
|
|
1734
|
+
"type": "CSSResultGroup",
|
|
1735
|
+
"default": "[\"UUITextStyles\",null]"
|
|
1739
1736
|
}
|
|
1740
|
-
]
|
|
1737
|
+
]
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
"name": "umb-backoffice-header-sections",
|
|
1741
|
+
"path": "./../../src/backoffice/shared/components/backoffice-frame/backoffice-header-sections.element.ts",
|
|
1741
1742
|
"properties": [
|
|
1742
1743
|
{
|
|
1743
1744
|
"name": "styles",
|
|
1744
|
-
"type": "
|
|
1745
|
-
"default": "[\"UUITextStyles\",null]"
|
|
1746
|
-
},
|
|
1747
|
-
{
|
|
1748
|
-
"name": "entityType",
|
|
1749
|
-
"attribute": "entityType",
|
|
1750
|
-
"type": "string | null"
|
|
1751
|
-
}
|
|
1752
|
-
]
|
|
1753
|
-
},
|
|
1754
|
-
{
|
|
1755
|
-
"name": "umb-collection-toolbar",
|
|
1756
|
-
"path": "./../../src/backoffice/shared/collection/collection-toolbar.element.ts",
|
|
1757
|
-
"attributes": [
|
|
1758
|
-
{
|
|
1759
|
-
"name": "actions",
|
|
1760
|
-
"type": "TooltipMenuItem[]",
|
|
1761
|
-
"default": "[{\"label\":\"File\",\"icon\":\"umb:document\"},{\"label\":\"Folder\",\"icon\":\"umb:folder\"}]"
|
|
1762
|
-
},
|
|
1763
|
-
{
|
|
1764
|
-
"name": "useSearch",
|
|
1765
|
-
"type": "boolean",
|
|
1766
|
-
"default": "true"
|
|
1767
|
-
}
|
|
1768
|
-
],
|
|
1769
|
-
"properties": [
|
|
1770
|
-
{
|
|
1771
|
-
"name": "styles",
|
|
1772
|
-
"type": "CSSResult[]",
|
|
1773
|
-
"default": "[\"UUITextStyles\",null]"
|
|
1774
|
-
},
|
|
1775
|
-
{
|
|
1776
|
-
"name": "actions",
|
|
1777
|
-
"attribute": "actions",
|
|
1778
|
-
"type": "TooltipMenuItem[]",
|
|
1779
|
-
"default": "[{\"label\":\"File\",\"icon\":\"umb:document\"},{\"label\":\"Folder\",\"icon\":\"umb:folder\"}]"
|
|
1780
|
-
},
|
|
1781
|
-
{
|
|
1782
|
-
"name": "useSearch",
|
|
1783
|
-
"attribute": "useSearch",
|
|
1784
|
-
"type": "boolean",
|
|
1785
|
-
"default": "true"
|
|
1786
|
-
}
|
|
1787
|
-
],
|
|
1788
|
-
"events": [
|
|
1789
|
-
{
|
|
1790
|
-
"name": "search"
|
|
1791
|
-
}
|
|
1792
|
-
]
|
|
1793
|
-
},
|
|
1794
|
-
{
|
|
1795
|
-
"name": "umb-collection",
|
|
1796
|
-
"path": "./../../src/backoffice/shared/collection/collection.element.ts",
|
|
1797
|
-
"attributes": [
|
|
1798
|
-
{
|
|
1799
|
-
"name": "entity-type",
|
|
1800
|
-
"type": "string"
|
|
1801
|
-
}
|
|
1802
|
-
],
|
|
1803
|
-
"properties": [
|
|
1804
|
-
{
|
|
1805
|
-
"name": "styles",
|
|
1806
|
-
"type": "CSSResult[]",
|
|
1807
|
-
"default": "[\"UUITextStyles\",null]"
|
|
1808
|
-
},
|
|
1809
|
-
{
|
|
1810
|
-
"name": "entityType",
|
|
1811
|
-
"attribute": "entity-type",
|
|
1812
|
-
"type": "string"
|
|
1813
|
-
}
|
|
1814
|
-
]
|
|
1815
|
-
},
|
|
1816
|
-
{
|
|
1817
|
-
"name": "umb-dashboard-collection",
|
|
1818
|
-
"path": "./../../src/backoffice/shared/collection/dashboards/dashboard-collection.element.ts",
|
|
1819
|
-
"properties": [
|
|
1820
|
-
{
|
|
1821
|
-
"name": "styles",
|
|
1822
|
-
"type": "CSSResult[]",
|
|
1823
|
-
"default": "[\"UUITextStyles\",null]"
|
|
1824
|
-
},
|
|
1825
|
-
{
|
|
1826
|
-
"name": "manifest"
|
|
1827
|
-
}
|
|
1828
|
-
]
|
|
1829
|
-
},
|
|
1830
|
-
{
|
|
1831
|
-
"name": "umb-backoffice-header-apps",
|
|
1832
|
-
"path": "./../../src/backoffice/shared/components/backoffice-frame/backoffice-header-apps.element.ts",
|
|
1833
|
-
"properties": [
|
|
1834
|
-
{
|
|
1835
|
-
"name": "styles",
|
|
1836
|
-
"type": "CSSResultGroup",
|
|
1837
|
-
"default": "[\"UUITextStyles\",null]"
|
|
1838
|
-
}
|
|
1839
|
-
]
|
|
1840
|
-
},
|
|
1841
|
-
{
|
|
1842
|
-
"name": "umb-backoffice-header-sections",
|
|
1843
|
-
"path": "./../../src/backoffice/shared/components/backoffice-frame/backoffice-header-sections.element.ts",
|
|
1844
|
-
"properties": [
|
|
1845
|
-
{
|
|
1846
|
-
"name": "styles",
|
|
1847
|
-
"type": "CSSResultGroup",
|
|
1745
|
+
"type": "CSSResultGroup",
|
|
1848
1746
|
"default": "[\"UUITextStyles\",null]"
|
|
1849
1747
|
}
|
|
1850
1748
|
]
|
|
@@ -1905,17 +1803,17 @@
|
|
|
1905
1803
|
}
|
|
1906
1804
|
],
|
|
1907
1805
|
"properties": [
|
|
1908
|
-
{
|
|
1909
|
-
"name": "styles",
|
|
1910
|
-
"type": "CSSResult[]",
|
|
1911
|
-
"default": "[\"UUITextStyles\",null]"
|
|
1912
|
-
},
|
|
1913
1806
|
{
|
|
1914
1807
|
"name": "headline",
|
|
1915
1808
|
"attribute": "headline",
|
|
1916
1809
|
"description": "Renders a headline in the header.",
|
|
1917
1810
|
"type": "string",
|
|
1918
1811
|
"default": "\"''\""
|
|
1812
|
+
},
|
|
1813
|
+
{
|
|
1814
|
+
"name": "styles",
|
|
1815
|
+
"type": "CSSResult[]",
|
|
1816
|
+
"default": "[\"UUITextStyles\",null]"
|
|
1919
1817
|
}
|
|
1920
1818
|
],
|
|
1921
1819
|
"slots": [
|
|
@@ -1972,11 +1870,6 @@
|
|
|
1972
1870
|
}
|
|
1973
1871
|
],
|
|
1974
1872
|
"properties": [
|
|
1975
|
-
{
|
|
1976
|
-
"name": "styles",
|
|
1977
|
-
"type": "CSSResult[]",
|
|
1978
|
-
"default": "[\"UUITextStyles\",null]"
|
|
1979
|
-
},
|
|
1980
1873
|
{
|
|
1981
1874
|
"name": "label",
|
|
1982
1875
|
"attribute": "label",
|
|
@@ -2014,6 +1907,11 @@
|
|
|
2014
1907
|
{
|
|
2015
1908
|
"name": "popover",
|
|
2016
1909
|
"type": "UUIPopoverElement"
|
|
1910
|
+
},
|
|
1911
|
+
{
|
|
1912
|
+
"name": "styles",
|
|
1913
|
+
"type": "CSSResult[]",
|
|
1914
|
+
"default": "[\"UUITextStyles\",null]"
|
|
2017
1915
|
}
|
|
2018
1916
|
]
|
|
2019
1917
|
},
|
|
@@ -2071,15 +1969,15 @@
|
|
|
2071
1969
|
}
|
|
2072
1970
|
],
|
|
2073
1971
|
"properties": [
|
|
1972
|
+
{
|
|
1973
|
+
"name": "editor",
|
|
1974
|
+
"type": "UmbCodeEditorController | undefined"
|
|
1975
|
+
},
|
|
2074
1976
|
{
|
|
2075
1977
|
"name": "styles",
|
|
2076
1978
|
"type": "CSSResult[]",
|
|
2077
1979
|
"default": "[\"monacoEditorStyles\",\"monacoJumpingCursorHack\",null]"
|
|
2078
1980
|
},
|
|
2079
|
-
{
|
|
2080
|
-
"name": "editor",
|
|
2081
|
-
"type": "UmbCodeEditorController | undefined"
|
|
2082
|
-
},
|
|
2083
1981
|
{
|
|
2084
1982
|
"name": "container",
|
|
2085
1983
|
"type": "HTMLElement"
|
|
@@ -2130,6 +2028,93 @@
|
|
|
2130
2028
|
}
|
|
2131
2029
|
]
|
|
2132
2030
|
},
|
|
2031
|
+
{
|
|
2032
|
+
"name": "umb-collection-selection-actions",
|
|
2033
|
+
"path": "./../../src/backoffice/shared/components/collection/collection-selection-actions.element.ts",
|
|
2034
|
+
"properties": [
|
|
2035
|
+
{
|
|
2036
|
+
"name": "styles",
|
|
2037
|
+
"type": "CSSResult[]",
|
|
2038
|
+
"default": "[\"UUITextStyles\",null]"
|
|
2039
|
+
}
|
|
2040
|
+
]
|
|
2041
|
+
},
|
|
2042
|
+
{
|
|
2043
|
+
"name": "umb-collection-toolbar",
|
|
2044
|
+
"path": "./../../src/backoffice/shared/components/collection/collection-toolbar.element.ts",
|
|
2045
|
+
"attributes": [
|
|
2046
|
+
{
|
|
2047
|
+
"name": "actions",
|
|
2048
|
+
"type": "TooltipMenuItem[]",
|
|
2049
|
+
"default": "[{\"label\":\"File\",\"icon\":\"umb:document\"},{\"label\":\"Folder\",\"icon\":\"umb:folder\"}]"
|
|
2050
|
+
},
|
|
2051
|
+
{
|
|
2052
|
+
"name": "useSearch",
|
|
2053
|
+
"type": "boolean",
|
|
2054
|
+
"default": "true"
|
|
2055
|
+
}
|
|
2056
|
+
],
|
|
2057
|
+
"properties": [
|
|
2058
|
+
{
|
|
2059
|
+
"name": "actions",
|
|
2060
|
+
"attribute": "actions",
|
|
2061
|
+
"type": "TooltipMenuItem[]",
|
|
2062
|
+
"default": "[{\"label\":\"File\",\"icon\":\"umb:document\"},{\"label\":\"Folder\",\"icon\":\"umb:folder\"}]"
|
|
2063
|
+
},
|
|
2064
|
+
{
|
|
2065
|
+
"name": "useSearch",
|
|
2066
|
+
"attribute": "useSearch",
|
|
2067
|
+
"type": "boolean",
|
|
2068
|
+
"default": "true"
|
|
2069
|
+
},
|
|
2070
|
+
{
|
|
2071
|
+
"name": "styles",
|
|
2072
|
+
"type": "CSSResult[]",
|
|
2073
|
+
"default": "[\"UUITextStyles\",null]"
|
|
2074
|
+
}
|
|
2075
|
+
],
|
|
2076
|
+
"events": [
|
|
2077
|
+
{
|
|
2078
|
+
"name": "search"
|
|
2079
|
+
}
|
|
2080
|
+
]
|
|
2081
|
+
},
|
|
2082
|
+
{
|
|
2083
|
+
"name": "umb-collection",
|
|
2084
|
+
"path": "./../../src/backoffice/shared/components/collection/collection.element.ts",
|
|
2085
|
+
"attributes": [
|
|
2086
|
+
{
|
|
2087
|
+
"name": "entity-type",
|
|
2088
|
+
"type": "string"
|
|
2089
|
+
}
|
|
2090
|
+
],
|
|
2091
|
+
"properties": [
|
|
2092
|
+
{
|
|
2093
|
+
"name": "entityType",
|
|
2094
|
+
"attribute": "entity-type",
|
|
2095
|
+
"type": "string"
|
|
2096
|
+
},
|
|
2097
|
+
{
|
|
2098
|
+
"name": "styles",
|
|
2099
|
+
"type": "CSSResult[]",
|
|
2100
|
+
"default": "[\"UUITextStyles\",null]"
|
|
2101
|
+
}
|
|
2102
|
+
]
|
|
2103
|
+
},
|
|
2104
|
+
{
|
|
2105
|
+
"name": "umb-dashboard-collection",
|
|
2106
|
+
"path": "./../../src/backoffice/shared/components/collection/dashboards/dashboard-collection.element.ts",
|
|
2107
|
+
"properties": [
|
|
2108
|
+
{
|
|
2109
|
+
"name": "manifest"
|
|
2110
|
+
},
|
|
2111
|
+
{
|
|
2112
|
+
"name": "styles",
|
|
2113
|
+
"type": "CSSResult[]",
|
|
2114
|
+
"default": "[\"UUITextStyles\",null]"
|
|
2115
|
+
}
|
|
2116
|
+
]
|
|
2117
|
+
},
|
|
2133
2118
|
{
|
|
2134
2119
|
"name": "umb-debug",
|
|
2135
2120
|
"path": "./../../src/backoffice/shared/components/debug/debug.element.ts",
|
|
@@ -2146,11 +2131,6 @@
|
|
|
2146
2131
|
}
|
|
2147
2132
|
],
|
|
2148
2133
|
"properties": [
|
|
2149
|
-
{
|
|
2150
|
-
"name": "styles",
|
|
2151
|
-
"type": "CSSResult[]",
|
|
2152
|
-
"default": "[\"UUITextStyles\",null]"
|
|
2153
|
-
},
|
|
2154
2134
|
{
|
|
2155
2135
|
"name": "visible",
|
|
2156
2136
|
"attribute": "visible",
|
|
@@ -2167,6 +2147,11 @@
|
|
|
2167
2147
|
"name": "contextData",
|
|
2168
2148
|
"type": "array",
|
|
2169
2149
|
"default": "\"Array<DebugContextData>()\""
|
|
2150
|
+
},
|
|
2151
|
+
{
|
|
2152
|
+
"name": "styles",
|
|
2153
|
+
"type": "CSSResult[]",
|
|
2154
|
+
"default": "[\"UUITextStyles\",null]"
|
|
2170
2155
|
}
|
|
2171
2156
|
]
|
|
2172
2157
|
},
|
|
@@ -2218,11 +2203,6 @@
|
|
|
2218
2203
|
}
|
|
2219
2204
|
],
|
|
2220
2205
|
"properties": [
|
|
2221
|
-
{
|
|
2222
|
-
"name": "styles",
|
|
2223
|
-
"type": "CSSResult[]",
|
|
2224
|
-
"default": "[\"UUITextStyles\",null]"
|
|
2225
|
-
},
|
|
2226
2206
|
{
|
|
2227
2207
|
"name": "radius",
|
|
2228
2208
|
"attribute": "radius",
|
|
@@ -2257,6 +2237,11 @@
|
|
|
2257
2237
|
"description": "Hides the box that appears oh hover with the details of the slice",
|
|
2258
2238
|
"type": "boolean",
|
|
2259
2239
|
"default": "false"
|
|
2240
|
+
},
|
|
2241
|
+
{
|
|
2242
|
+
"name": "styles",
|
|
2243
|
+
"type": "CSSResult[]",
|
|
2244
|
+
"default": "[\"UUITextStyles\",null]"
|
|
2260
2245
|
}
|
|
2261
2246
|
]
|
|
2262
2247
|
},
|
|
@@ -2338,16 +2323,16 @@
|
|
|
2338
2323
|
}
|
|
2339
2324
|
],
|
|
2340
2325
|
"properties": [
|
|
2341
|
-
{
|
|
2342
|
-
"name": "styles",
|
|
2343
|
-
"type": "CSSResult[]",
|
|
2344
|
-
"default": "[\"UUITextStyles\",null]"
|
|
2345
|
-
},
|
|
2346
2326
|
{
|
|
2347
2327
|
"name": "open",
|
|
2348
2328
|
"attribute": "open",
|
|
2349
2329
|
"type": "boolean",
|
|
2350
2330
|
"default": "false"
|
|
2331
|
+
},
|
|
2332
|
+
{
|
|
2333
|
+
"name": "styles",
|
|
2334
|
+
"type": "CSSResult[]",
|
|
2335
|
+
"default": "[\"UUITextStyles\",null]"
|
|
2351
2336
|
}
|
|
2352
2337
|
]
|
|
2353
2338
|
},
|
|
@@ -2368,11 +2353,6 @@
|
|
|
2368
2353
|
}
|
|
2369
2354
|
],
|
|
2370
2355
|
"properties": [
|
|
2371
|
-
{
|
|
2372
|
-
"name": "styles",
|
|
2373
|
-
"type": "CSSResult[]",
|
|
2374
|
-
"default": "[\"UUITextStyles\",null]"
|
|
2375
|
-
},
|
|
2376
2356
|
{
|
|
2377
2357
|
"name": "size",
|
|
2378
2358
|
"attribute": "size",
|
|
@@ -2385,6 +2365,11 @@
|
|
|
2385
2365
|
"attribute": "position",
|
|
2386
2366
|
"description": "Set the element position\n'center' => element is absolutely centered\nundefined => element has auto margin, to center in parent",
|
|
2387
2367
|
"type": "\"center\" | undefined"
|
|
2368
|
+
},
|
|
2369
|
+
{
|
|
2370
|
+
"name": "styles",
|
|
2371
|
+
"type": "CSSResult[]",
|
|
2372
|
+
"default": "[\"UUITextStyles\",null]"
|
|
2388
2373
|
}
|
|
2389
2374
|
]
|
|
2390
2375
|
},
|
|
@@ -2468,11 +2453,6 @@
|
|
|
2468
2453
|
}
|
|
2469
2454
|
],
|
|
2470
2455
|
"properties": [
|
|
2471
|
-
{
|
|
2472
|
-
"name": "styles",
|
|
2473
|
-
"type": "CSSResult",
|
|
2474
|
-
"default": "\"css`\\n\\t\\t:host {\\n\\t\\t\\tdisplay: contents;\\n\\t\\t}\\n\\t`\""
|
|
2475
|
-
},
|
|
2476
2456
|
{
|
|
2477
2457
|
"name": "type",
|
|
2478
2458
|
"attribute": "type",
|
|
@@ -2499,6 +2479,11 @@
|
|
|
2499
2479
|
"attribute": "renderMethod",
|
|
2500
2480
|
"type": "(extension: InitializedExtension) => HTMLElement | TemplateResult<1 | 2> | null",
|
|
2501
2481
|
"default": "\"(extension) =>\\n\\t\\textension.component\""
|
|
2482
|
+
},
|
|
2483
|
+
{
|
|
2484
|
+
"name": "styles",
|
|
2485
|
+
"type": "CSSResult",
|
|
2486
|
+
"default": "\"css`\\n\\t\\t:host {\\n\\t\\t\\tdisplay: contents;\\n\\t\\t}\\n\\t`\""
|
|
2502
2487
|
}
|
|
2503
2488
|
],
|
|
2504
2489
|
"slots": [
|
|
@@ -2533,13 +2518,13 @@
|
|
|
2533
2518
|
"name": "umb-header-app-button",
|
|
2534
2519
|
"path": "./../../src/backoffice/shared/components/header-app/header-app-button.element.ts",
|
|
2535
2520
|
"properties": [
|
|
2521
|
+
{
|
|
2522
|
+
"name": "manifest"
|
|
2523
|
+
},
|
|
2536
2524
|
{
|
|
2537
2525
|
"name": "styles",
|
|
2538
2526
|
"type": "CSSResultGroup",
|
|
2539
2527
|
"default": "[\"UUITextStyles\",null]"
|
|
2540
|
-
},
|
|
2541
|
-
{
|
|
2542
|
-
"name": "manifest"
|
|
2543
2528
|
}
|
|
2544
2529
|
]
|
|
2545
2530
|
},
|
|
@@ -2561,11 +2546,6 @@
|
|
|
2561
2546
|
}
|
|
2562
2547
|
],
|
|
2563
2548
|
"properties": [
|
|
2564
|
-
{
|
|
2565
|
-
"name": "styles",
|
|
2566
|
-
"type": "CSSResult[]",
|
|
2567
|
-
"default": "[\"UUITextStyles\",null]"
|
|
2568
|
-
},
|
|
2569
2549
|
{
|
|
2570
2550
|
"name": "src",
|
|
2571
2551
|
"attribute": "src",
|
|
@@ -2580,6 +2560,11 @@
|
|
|
2580
2560
|
"name": "detail",
|
|
2581
2561
|
"attribute": "detail",
|
|
2582
2562
|
"type": "string | undefined"
|
|
2563
|
+
},
|
|
2564
|
+
{
|
|
2565
|
+
"name": "styles",
|
|
2566
|
+
"type": "CSSResult[]",
|
|
2567
|
+
"default": "[\"UUITextStyles\",null]"
|
|
2583
2568
|
}
|
|
2584
2569
|
]
|
|
2585
2570
|
},
|
|
@@ -2610,11 +2595,6 @@
|
|
|
2610
2595
|
}
|
|
2611
2596
|
],
|
|
2612
2597
|
"properties": [
|
|
2613
|
-
{
|
|
2614
|
-
"name": "styles",
|
|
2615
|
-
"type": "CSSResult[]",
|
|
2616
|
-
"default": "[\"UUITextStyles\",null]"
|
|
2617
|
-
},
|
|
2618
2598
|
{
|
|
2619
2599
|
"name": "list",
|
|
2620
2600
|
"attribute": "list",
|
|
@@ -2626,6 +2606,11 @@
|
|
|
2626
2606
|
"name": "selected",
|
|
2627
2607
|
"type": "string[]"
|
|
2628
2608
|
},
|
|
2609
|
+
{
|
|
2610
|
+
"name": "styles",
|
|
2611
|
+
"type": "CSSResult[]",
|
|
2612
|
+
"default": "[\"UUITextStyles\",null]"
|
|
2613
|
+
},
|
|
2629
2614
|
{
|
|
2630
2615
|
"name": "formAssociated",
|
|
2631
2616
|
"type": "boolean"
|
|
@@ -2690,11 +2675,6 @@
|
|
|
2690
2675
|
}
|
|
2691
2676
|
],
|
|
2692
2677
|
"properties": [
|
|
2693
|
-
{
|
|
2694
|
-
"name": "styles",
|
|
2695
|
-
"type": "CSSResult[]",
|
|
2696
|
-
"default": "[\"UUITextStyles\"]"
|
|
2697
|
-
},
|
|
2698
2678
|
{
|
|
2699
2679
|
"name": "showLabels",
|
|
2700
2680
|
"attribute": "showLabels",
|
|
@@ -2706,6 +2686,11 @@
|
|
|
2706
2686
|
"attribute": "swatches",
|
|
2707
2687
|
"type": "any[] | undefined"
|
|
2708
2688
|
},
|
|
2689
|
+
{
|
|
2690
|
+
"name": "styles",
|
|
2691
|
+
"type": "CSSResult[]",
|
|
2692
|
+
"default": "[\"UUITextStyles\"]"
|
|
2693
|
+
},
|
|
2709
2694
|
{
|
|
2710
2695
|
"name": "formAssociated",
|
|
2711
2696
|
"type": "boolean"
|
|
@@ -2771,11 +2756,6 @@
|
|
|
2771
2756
|
}
|
|
2772
2757
|
],
|
|
2773
2758
|
"properties": [
|
|
2774
|
-
{
|
|
2775
|
-
"name": "styles",
|
|
2776
|
-
"type": "CSSResult[]",
|
|
2777
|
-
"default": "[\"UUITextStyles\",null]"
|
|
2778
|
-
},
|
|
2779
2759
|
{
|
|
2780
2760
|
"name": "disabled",
|
|
2781
2761
|
"attribute": "disabled",
|
|
@@ -2794,6 +2774,11 @@
|
|
|
2794
2774
|
"name": "selectedCultureName",
|
|
2795
2775
|
"type": "string | undefined"
|
|
2796
2776
|
},
|
|
2777
|
+
{
|
|
2778
|
+
"name": "styles",
|
|
2779
|
+
"type": "CSSResult[]",
|
|
2780
|
+
"default": "[\"UUITextStyles\",null]"
|
|
2781
|
+
},
|
|
2797
2782
|
{
|
|
2798
2783
|
"name": "formAssociated",
|
|
2799
2784
|
"type": "boolean"
|
|
@@ -2870,11 +2855,6 @@
|
|
|
2870
2855
|
}
|
|
2871
2856
|
],
|
|
2872
2857
|
"properties": [
|
|
2873
|
-
{
|
|
2874
|
-
"name": "styles",
|
|
2875
|
-
"type": "CSSResult[]",
|
|
2876
|
-
"default": "[\"UUITextStyles\",null]"
|
|
2877
|
-
},
|
|
2878
2858
|
{
|
|
2879
2859
|
"name": "min",
|
|
2880
2860
|
"attribute": "min",
|
|
@@ -2907,6 +2887,11 @@
|
|
|
2907
2887
|
"name": "selectedIds",
|
|
2908
2888
|
"type": "string[]"
|
|
2909
2889
|
},
|
|
2890
|
+
{
|
|
2891
|
+
"name": "styles",
|
|
2892
|
+
"type": "CSSResult[]",
|
|
2893
|
+
"default": "[\"UUITextStyles\",null]"
|
|
2894
|
+
},
|
|
2910
2895
|
{
|
|
2911
2896
|
"name": "formAssociated",
|
|
2912
2897
|
"type": "boolean"
|
|
@@ -2959,21 +2944,26 @@
|
|
|
2959
2944
|
"name": "umb-input-document-type-picker",
|
|
2960
2945
|
"path": "./../../src/backoffice/shared/components/input-document-type-picker/input-document-type-picker.element.ts",
|
|
2961
2946
|
"attributes": [
|
|
2947
|
+
{
|
|
2948
|
+
"name": "selectedIds",
|
|
2949
|
+
"type": "string[]"
|
|
2950
|
+
},
|
|
2962
2951
|
{
|
|
2963
2952
|
"name": "value",
|
|
2964
2953
|
"type": "string"
|
|
2965
2954
|
}
|
|
2966
2955
|
],
|
|
2967
2956
|
"properties": [
|
|
2957
|
+
{
|
|
2958
|
+
"name": "selectedIds",
|
|
2959
|
+
"attribute": "selectedIds",
|
|
2960
|
+
"type": "string[]"
|
|
2961
|
+
},
|
|
2968
2962
|
{
|
|
2969
2963
|
"name": "styles",
|
|
2970
2964
|
"type": "CSSResult[]",
|
|
2971
2965
|
"default": "[\"UUITextStyles\",null]"
|
|
2972
2966
|
},
|
|
2973
|
-
{
|
|
2974
|
-
"name": "selectedIds",
|
|
2975
|
-
"type": "string[]"
|
|
2976
|
-
},
|
|
2977
2967
|
{
|
|
2978
2968
|
"name": "formAssociated",
|
|
2979
2969
|
"type": "boolean"
|
|
@@ -3038,11 +3028,6 @@
|
|
|
3038
3028
|
}
|
|
3039
3029
|
],
|
|
3040
3030
|
"properties": [
|
|
3041
|
-
{
|
|
3042
|
-
"name": "styles",
|
|
3043
|
-
"type": "CSSResult[]",
|
|
3044
|
-
"default": "[\"UUITextStyles\",null]"
|
|
3045
|
-
},
|
|
3046
3031
|
{
|
|
3047
3032
|
"name": "opacity",
|
|
3048
3033
|
"attribute": "opacity",
|
|
@@ -3055,6 +3040,11 @@
|
|
|
3055
3040
|
"type": "string[]",
|
|
3056
3041
|
"default": "[]"
|
|
3057
3042
|
},
|
|
3043
|
+
{
|
|
3044
|
+
"name": "styles",
|
|
3045
|
+
"type": "CSSResult[]",
|
|
3046
|
+
"default": "[\"UUITextStyles\",null]"
|
|
3047
|
+
},
|
|
3058
3048
|
{
|
|
3059
3049
|
"name": "formAssociated",
|
|
3060
3050
|
"type": "boolean"
|
|
@@ -3255,11 +3245,6 @@
|
|
|
3255
3245
|
}
|
|
3256
3246
|
],
|
|
3257
3247
|
"properties": [
|
|
3258
|
-
{
|
|
3259
|
-
"name": "styles",
|
|
3260
|
-
"type": "CSSResult[]",
|
|
3261
|
-
"default": "[\"UUITextStyles\",null]"
|
|
3262
|
-
},
|
|
3263
3248
|
{
|
|
3264
3249
|
"name": "min",
|
|
3265
3250
|
"attribute": "min",
|
|
@@ -3292,6 +3277,11 @@
|
|
|
3292
3277
|
"name": "selectedIds",
|
|
3293
3278
|
"type": "string[]"
|
|
3294
3279
|
},
|
|
3280
|
+
{
|
|
3281
|
+
"name": "styles",
|
|
3282
|
+
"type": "CSSResult[]",
|
|
3283
|
+
"default": "[\"UUITextStyles\",null]"
|
|
3284
|
+
},
|
|
3295
3285
|
{
|
|
3296
3286
|
"name": "formAssociated",
|
|
3297
3287
|
"type": "boolean"
|
|
@@ -3391,11 +3381,6 @@
|
|
|
3391
3381
|
}
|
|
3392
3382
|
],
|
|
3393
3383
|
"properties": [
|
|
3394
|
-
{
|
|
3395
|
-
"name": "styles",
|
|
3396
|
-
"type": "CSSResult[]",
|
|
3397
|
-
"default": "[\"UUITextStyles\",null]"
|
|
3398
|
-
},
|
|
3399
3384
|
{
|
|
3400
3385
|
"name": "alias",
|
|
3401
3386
|
"attribute": "alias",
|
|
@@ -3455,6 +3440,11 @@
|
|
|
3455
3440
|
"type": "Array<UmbLinkPickerLink>",
|
|
3456
3441
|
"default": "\"[]\""
|
|
3457
3442
|
},
|
|
3443
|
+
{
|
|
3444
|
+
"name": "styles",
|
|
3445
|
+
"type": "CSSResult[]",
|
|
3446
|
+
"default": "[\"UUITextStyles\",null]"
|
|
3447
|
+
},
|
|
3458
3448
|
{
|
|
3459
3449
|
"name": "formAssociated",
|
|
3460
3450
|
"type": "boolean"
|
|
@@ -3539,11 +3529,6 @@
|
|
|
3539
3529
|
}
|
|
3540
3530
|
],
|
|
3541
3531
|
"properties": [
|
|
3542
|
-
{
|
|
3543
|
-
"name": "styles",
|
|
3544
|
-
"type": "CSSResult[]",
|
|
3545
|
-
"default": "[\"UUITextStyles\",null]"
|
|
3546
|
-
},
|
|
3547
3532
|
{
|
|
3548
3533
|
"name": "minLabel",
|
|
3549
3534
|
"attribute": "min-label",
|
|
@@ -3566,6 +3551,11 @@
|
|
|
3566
3551
|
"attribute": "maxValue",
|
|
3567
3552
|
"type": "number | undefined"
|
|
3568
3553
|
},
|
|
3554
|
+
{
|
|
3555
|
+
"name": "styles",
|
|
3556
|
+
"type": "CSSResult[]",
|
|
3557
|
+
"default": "[\"UUITextStyles\",null]"
|
|
3558
|
+
},
|
|
3569
3559
|
{
|
|
3570
3560
|
"name": "formAssociated",
|
|
3571
3561
|
"type": "boolean"
|
|
@@ -3630,11 +3620,6 @@
|
|
|
3630
3620
|
}
|
|
3631
3621
|
],
|
|
3632
3622
|
"properties": [
|
|
3633
|
-
{
|
|
3634
|
-
"name": "styles",
|
|
3635
|
-
"type": "CSSResult[]",
|
|
3636
|
-
"default": "[\"UUITextStyles\",null]"
|
|
3637
|
-
},
|
|
3638
3623
|
{
|
|
3639
3624
|
"name": "list",
|
|
3640
3625
|
"attribute": "list",
|
|
@@ -3646,6 +3631,11 @@
|
|
|
3646
3631
|
"name": "selected",
|
|
3647
3632
|
"type": "string"
|
|
3648
3633
|
},
|
|
3634
|
+
{
|
|
3635
|
+
"name": "styles",
|
|
3636
|
+
"type": "CSSResult[]",
|
|
3637
|
+
"default": "[\"UUITextStyles\",null]"
|
|
3638
|
+
},
|
|
3649
3639
|
{
|
|
3650
3640
|
"name": "formAssociated",
|
|
3651
3641
|
"type": "boolean"
|
|
@@ -3790,11 +3780,6 @@
|
|
|
3790
3780
|
}
|
|
3791
3781
|
],
|
|
3792
3782
|
"properties": [
|
|
3793
|
-
{
|
|
3794
|
-
"name": "styles",
|
|
3795
|
-
"type": "CSSResult[]",
|
|
3796
|
-
"default": "[\"UUITextStyles\",null]"
|
|
3797
|
-
},
|
|
3798
3783
|
{
|
|
3799
3784
|
"name": "min",
|
|
3800
3785
|
"attribute": "min",
|
|
@@ -3831,6 +3816,11 @@
|
|
|
3831
3816
|
"type": "boolean",
|
|
3832
3817
|
"default": "false"
|
|
3833
3818
|
},
|
|
3819
|
+
{
|
|
3820
|
+
"name": "styles",
|
|
3821
|
+
"type": "CSSResult[]",
|
|
3822
|
+
"default": "[\"UUITextStyles\",null]"
|
|
3823
|
+
},
|
|
3834
3824
|
{
|
|
3835
3825
|
"name": "formAssociated",
|
|
3836
3826
|
"type": "boolean"
|
|
@@ -3879,8 +3869,8 @@
|
|
|
3879
3869
|
]
|
|
3880
3870
|
},
|
|
3881
3871
|
{
|
|
3882
|
-
"name": "umb-input-template
|
|
3883
|
-
"path": "./../../src/backoffice/shared/components/input-template
|
|
3872
|
+
"name": "umb-input-template",
|
|
3873
|
+
"path": "./../../src/backoffice/shared/components/input-template/input-template.element.ts",
|
|
3884
3874
|
"attributes": [
|
|
3885
3875
|
{
|
|
3886
3876
|
"name": "min",
|
|
@@ -3907,11 +3897,11 @@
|
|
|
3907
3897
|
"default": "\"\""
|
|
3908
3898
|
},
|
|
3909
3899
|
{
|
|
3910
|
-
"name": "
|
|
3900
|
+
"name": "selectedIds",
|
|
3911
3901
|
"type": "string[]"
|
|
3912
3902
|
},
|
|
3913
3903
|
{
|
|
3914
|
-
"name": "
|
|
3904
|
+
"name": "defaultId",
|
|
3915
3905
|
"type": "string"
|
|
3916
3906
|
}
|
|
3917
3907
|
],
|
|
@@ -3945,13 +3935,13 @@
|
|
|
3945
3935
|
"default": "\"\""
|
|
3946
3936
|
},
|
|
3947
3937
|
{
|
|
3948
|
-
"name": "
|
|
3949
|
-
"attribute": "
|
|
3938
|
+
"name": "selectedIds",
|
|
3939
|
+
"attribute": "selectedIds",
|
|
3950
3940
|
"type": "string[]"
|
|
3951
3941
|
},
|
|
3952
3942
|
{
|
|
3953
|
-
"name": "
|
|
3954
|
-
"attribute": "
|
|
3943
|
+
"name": "defaultId",
|
|
3944
|
+
"attribute": "defaultId",
|
|
3955
3945
|
"type": "string"
|
|
3956
3946
|
},
|
|
3957
3947
|
{
|
|
@@ -4002,10 +3992,7 @@
|
|
|
4002
3992
|
],
|
|
4003
3993
|
"events": [
|
|
4004
3994
|
{
|
|
4005
|
-
"name": "change
|
|
4006
|
-
},
|
|
4007
|
-
{
|
|
4008
|
-
"name": "change-allowed"
|
|
3995
|
+
"name": "change"
|
|
4009
3996
|
}
|
|
4010
3997
|
]
|
|
4011
3998
|
},
|
|
@@ -4032,11 +4019,6 @@
|
|
|
4032
4019
|
}
|
|
4033
4020
|
],
|
|
4034
4021
|
"properties": [
|
|
4035
|
-
{
|
|
4036
|
-
"name": "styles",
|
|
4037
|
-
"type": "CSSResult[]",
|
|
4038
|
-
"default": "[\"UUITextStyles\",null]"
|
|
4039
|
-
},
|
|
4040
4022
|
{
|
|
4041
4023
|
"name": "checked",
|
|
4042
4024
|
"attribute": "checked",
|
|
@@ -4058,6 +4040,11 @@
|
|
|
4058
4040
|
"attribute": "labelOff",
|
|
4059
4041
|
"type": "string | undefined"
|
|
4060
4042
|
},
|
|
4043
|
+
{
|
|
4044
|
+
"name": "styles",
|
|
4045
|
+
"type": "CSSResult[]",
|
|
4046
|
+
"default": "[\"UUITextStyles\",null]"
|
|
4047
|
+
},
|
|
4061
4048
|
{
|
|
4062
4049
|
"name": "formAssociated",
|
|
4063
4050
|
"type": "boolean"
|
|
@@ -4126,11 +4113,6 @@
|
|
|
4126
4113
|
}
|
|
4127
4114
|
],
|
|
4128
4115
|
"properties": [
|
|
4129
|
-
{
|
|
4130
|
-
"name": "styles",
|
|
4131
|
-
"type": "CSSResult[]",
|
|
4132
|
-
"default": "[\"UUITextStyles\",null]"
|
|
4133
|
-
},
|
|
4134
4116
|
{
|
|
4135
4117
|
"name": "keys",
|
|
4136
4118
|
"attribute": "keys",
|
|
@@ -4153,6 +4135,11 @@
|
|
|
4153
4135
|
"name": "extensions",
|
|
4154
4136
|
"type": "string[] | undefined"
|
|
4155
4137
|
},
|
|
4138
|
+
{
|
|
4139
|
+
"name": "styles",
|
|
4140
|
+
"type": "CSSResult[]",
|
|
4141
|
+
"default": "[\"UUITextStyles\",null]"
|
|
4142
|
+
},
|
|
4156
4143
|
{
|
|
4157
4144
|
"name": "formAssociated",
|
|
4158
4145
|
"type": "boolean"
|
|
@@ -4260,66 +4247,6 @@
|
|
|
4260
4247
|
}
|
|
4261
4248
|
]
|
|
4262
4249
|
},
|
|
4263
|
-
{
|
|
4264
|
-
"name": "umb-input-user",
|
|
4265
|
-
"path": "./../../src/backoffice/shared/components/input-user/input-user.element.ts",
|
|
4266
|
-
"attributes": [
|
|
4267
|
-
{
|
|
4268
|
-
"name": "value",
|
|
4269
|
-
"type": "string[]",
|
|
4270
|
-
"default": "[]"
|
|
4271
|
-
},
|
|
4272
|
-
{
|
|
4273
|
-
"name": "multiple",
|
|
4274
|
-
"type": "boolean",
|
|
4275
|
-
"default": "true"
|
|
4276
|
-
},
|
|
4277
|
-
{
|
|
4278
|
-
"name": "modalType",
|
|
4279
|
-
"default": "\"sidebar\""
|
|
4280
|
-
},
|
|
4281
|
-
{
|
|
4282
|
-
"name": "modalSize",
|
|
4283
|
-
"type": "UUIModalSidebarSize",
|
|
4284
|
-
"default": "\"small\""
|
|
4285
|
-
}
|
|
4286
|
-
],
|
|
4287
|
-
"properties": [
|
|
4288
|
-
{
|
|
4289
|
-
"name": "styles",
|
|
4290
|
-
"type": "CSSResult[]",
|
|
4291
|
-
"default": "[\"UUITextStyles\",null]"
|
|
4292
|
-
},
|
|
4293
|
-
{
|
|
4294
|
-
"name": "value",
|
|
4295
|
-
"attribute": "value",
|
|
4296
|
-
"type": "string[]",
|
|
4297
|
-
"default": "[]"
|
|
4298
|
-
},
|
|
4299
|
-
{
|
|
4300
|
-
"name": "multiple",
|
|
4301
|
-
"attribute": "multiple",
|
|
4302
|
-
"type": "boolean",
|
|
4303
|
-
"default": "true"
|
|
4304
|
-
},
|
|
4305
|
-
{
|
|
4306
|
-
"name": "modalType",
|
|
4307
|
-
"attribute": "modalType",
|
|
4308
|
-
"default": "\"sidebar\""
|
|
4309
|
-
},
|
|
4310
|
-
{
|
|
4311
|
-
"name": "modalSize",
|
|
4312
|
-
"attribute": "modalSize",
|
|
4313
|
-
"type": "UUIModalSidebarSize",
|
|
4314
|
-
"default": "\"small\""
|
|
4315
|
-
}
|
|
4316
|
-
],
|
|
4317
|
-
"events": [
|
|
4318
|
-
{
|
|
4319
|
-
"name": "change"
|
|
4320
|
-
}
|
|
4321
|
-
]
|
|
4322
|
-
},
|
|
4323
4250
|
{
|
|
4324
4251
|
"name": "umb-menu-item-base",
|
|
4325
4252
|
"path": "./../../src/backoffice/shared/components/menu/menu-item-base/menu-item-base.element.ts",
|
|
@@ -4345,11 +4272,6 @@
|
|
|
4345
4272
|
}
|
|
4346
4273
|
],
|
|
4347
4274
|
"properties": [
|
|
4348
|
-
{
|
|
4349
|
-
"name": "styles",
|
|
4350
|
-
"type": "CSSResult[]",
|
|
4351
|
-
"default": "[\"UUITextStyles\",null]"
|
|
4352
|
-
},
|
|
4353
4275
|
{
|
|
4354
4276
|
"name": "entityType",
|
|
4355
4277
|
"attribute": "entity-type",
|
|
@@ -4372,6 +4294,11 @@
|
|
|
4372
4294
|
"attribute": "has-children",
|
|
4373
4295
|
"type": "boolean",
|
|
4374
4296
|
"default": "false"
|
|
4297
|
+
},
|
|
4298
|
+
{
|
|
4299
|
+
"name": "styles",
|
|
4300
|
+
"type": "CSSResult[]",
|
|
4301
|
+
"default": "[\"UUITextStyles\",null]"
|
|
4375
4302
|
}
|
|
4376
4303
|
]
|
|
4377
4304
|
},
|
|
@@ -4398,14 +4325,14 @@
|
|
|
4398
4325
|
}
|
|
4399
4326
|
],
|
|
4400
4327
|
"properties": [
|
|
4328
|
+
{
|
|
4329
|
+
"name": "manifest",
|
|
4330
|
+
"attribute": "manifest"
|
|
4331
|
+
},
|
|
4401
4332
|
{
|
|
4402
4333
|
"name": "styles",
|
|
4403
4334
|
"type": "CSSResult[]",
|
|
4404
4335
|
"default": "[\"UUITextStyles\"]"
|
|
4405
|
-
},
|
|
4406
|
-
{
|
|
4407
|
-
"name": "manifest",
|
|
4408
|
-
"attribute": "manifest"
|
|
4409
4336
|
}
|
|
4410
4337
|
]
|
|
4411
4338
|
},
|
|
@@ -4421,11 +4348,6 @@
|
|
|
4421
4348
|
}
|
|
4422
4349
|
],
|
|
4423
4350
|
"properties": [
|
|
4424
|
-
{
|
|
4425
|
-
"name": "styles",
|
|
4426
|
-
"type": "CSSResult[]",
|
|
4427
|
-
"default": "[\"UUITextStyles\",null]"
|
|
4428
|
-
},
|
|
4429
4351
|
{
|
|
4430
4352
|
"name": "property"
|
|
4431
4353
|
},
|
|
@@ -4435,6 +4357,11 @@
|
|
|
4435
4357
|
"description": "propertyVariantId. A VariantID to identify which the variant of this properties value.",
|
|
4436
4358
|
"type": "UmbVariantId",
|
|
4437
4359
|
"default": "\"undefined\""
|
|
4360
|
+
},
|
|
4361
|
+
{
|
|
4362
|
+
"name": "styles",
|
|
4363
|
+
"type": "CSSResult[]",
|
|
4364
|
+
"default": "[\"UUITextStyles\",null]"
|
|
4438
4365
|
}
|
|
4439
4366
|
]
|
|
4440
4367
|
},
|
|
@@ -4592,14 +4519,14 @@
|
|
|
4592
4519
|
}
|
|
4593
4520
|
],
|
|
4594
4521
|
"properties": [
|
|
4522
|
+
{
|
|
4523
|
+
"name": "manifest",
|
|
4524
|
+
"attribute": "manifest"
|
|
4525
|
+
},
|
|
4595
4526
|
{
|
|
4596
4527
|
"name": "styles",
|
|
4597
4528
|
"type": "CSSResult[]",
|
|
4598
4529
|
"default": "[\"UUITextStyles\",null]"
|
|
4599
|
-
},
|
|
4600
|
-
{
|
|
4601
|
-
"name": "manifest",
|
|
4602
|
-
"attribute": "manifest"
|
|
4603
4530
|
}
|
|
4604
4531
|
]
|
|
4605
4532
|
},
|
|
@@ -4624,20 +4551,20 @@
|
|
|
4624
4551
|
}
|
|
4625
4552
|
],
|
|
4626
4553
|
"properties": [
|
|
4627
|
-
{
|
|
4628
|
-
"name": "styles",
|
|
4629
|
-
"type": "CSSResult[]",
|
|
4630
|
-
"default": "[\"UUITextStyles\",null]"
|
|
4631
|
-
},
|
|
4632
4554
|
{
|
|
4633
4555
|
"name": "sectionAlias",
|
|
4634
4556
|
"attribute": "section-alias",
|
|
4635
4557
|
"type": "string | undefined"
|
|
4558
|
+
},
|
|
4559
|
+
{
|
|
4560
|
+
"name": "styles",
|
|
4561
|
+
"type": "CSSResult[]",
|
|
4562
|
+
"default": "[\"UUITextStyles\",null]"
|
|
4636
4563
|
}
|
|
4637
4564
|
]
|
|
4638
4565
|
},
|
|
4639
4566
|
{
|
|
4640
|
-
"name": "umb-section",
|
|
4567
|
+
"name": "umb-section-default",
|
|
4641
4568
|
"path": "./../../src/backoffice/shared/components/section/section.element.ts",
|
|
4642
4569
|
"attributes": [
|
|
4643
4570
|
{
|
|
@@ -4645,14 +4572,14 @@
|
|
|
4645
4572
|
}
|
|
4646
4573
|
],
|
|
4647
4574
|
"properties": [
|
|
4648
|
-
{
|
|
4649
|
-
"name": "styles",
|
|
4650
|
-
"type": "CSSResult[]",
|
|
4651
|
-
"default": "[\"UUITextStyles\",null]"
|
|
4652
|
-
},
|
|
4653
4575
|
{
|
|
4654
4576
|
"name": "manifest",
|
|
4655
4577
|
"attribute": "manifest"
|
|
4578
|
+
},
|
|
4579
|
+
{
|
|
4580
|
+
"name": "styles",
|
|
4581
|
+
"type": "CSSResult[]",
|
|
4582
|
+
"default": "[\"UUITextStyles\",null]"
|
|
4656
4583
|
}
|
|
4657
4584
|
]
|
|
4658
4585
|
},
|
|
@@ -4660,11 +4587,6 @@
|
|
|
4660
4587
|
"name": "umb-table",
|
|
4661
4588
|
"path": "./../../src/backoffice/shared/components/table/table.element.ts",
|
|
4662
4589
|
"properties": [
|
|
4663
|
-
{
|
|
4664
|
-
"name": "styles",
|
|
4665
|
-
"type": "CSSResult[]",
|
|
4666
|
-
"default": "[\"UUITextStyles\",null]"
|
|
4667
|
-
},
|
|
4668
4590
|
{
|
|
4669
4591
|
"name": "items",
|
|
4670
4592
|
"description": "Table Items",
|
|
@@ -4695,6 +4617,11 @@
|
|
|
4695
4617
|
"name": "orderingDesc",
|
|
4696
4618
|
"type": "boolean",
|
|
4697
4619
|
"default": "false"
|
|
4620
|
+
},
|
|
4621
|
+
{
|
|
4622
|
+
"name": "styles",
|
|
4623
|
+
"type": "CSSResult[]",
|
|
4624
|
+
"default": "[\"UUITextStyles\",null]"
|
|
4698
4625
|
}
|
|
4699
4626
|
],
|
|
4700
4627
|
"events": [
|
|
@@ -4799,7 +4726,7 @@
|
|
|
4799
4726
|
"name": "selected"
|
|
4800
4727
|
},
|
|
4801
4728
|
{
|
|
4802
|
-
"name": "change
|
|
4729
|
+
"name": "change"
|
|
4803
4730
|
}
|
|
4804
4731
|
],
|
|
4805
4732
|
"slots": [
|
|
@@ -4824,11 +4751,6 @@
|
|
|
4824
4751
|
}
|
|
4825
4752
|
],
|
|
4826
4753
|
"properties": [
|
|
4827
|
-
{
|
|
4828
|
-
"name": "styles",
|
|
4829
|
-
"type": "CSSResult[]",
|
|
4830
|
-
"default": "[\"UUITextStyles\",null]"
|
|
4831
|
-
},
|
|
4832
4754
|
{
|
|
4833
4755
|
"name": "iconOnly",
|
|
4834
4756
|
"attribute": "icon-only",
|
|
@@ -4840,6 +4762,11 @@
|
|
|
4840
4762
|
"attribute": "items",
|
|
4841
4763
|
"type": "TooltipMenuItem[]",
|
|
4842
4764
|
"default": "[]"
|
|
4765
|
+
},
|
|
4766
|
+
{
|
|
4767
|
+
"name": "styles",
|
|
4768
|
+
"type": "CSSResult[]",
|
|
4769
|
+
"default": "[\"UUITextStyles\",null]"
|
|
4843
4770
|
}
|
|
4844
4771
|
]
|
|
4845
4772
|
},
|
|
@@ -4847,13 +4774,13 @@
|
|
|
4847
4774
|
"name": "umb-entity-tree-item",
|
|
4848
4775
|
"path": "./../../src/backoffice/shared/components/tree/entity-tree-item/entity-tree-item.element.ts",
|
|
4849
4776
|
"properties": [
|
|
4777
|
+
{
|
|
4778
|
+
"name": "item"
|
|
4779
|
+
},
|
|
4850
4780
|
{
|
|
4851
4781
|
"name": "styles",
|
|
4852
4782
|
"type": "CSSResult[]",
|
|
4853
4783
|
"default": "[\"UUITextStyles\",null]"
|
|
4854
|
-
},
|
|
4855
|
-
{
|
|
4856
|
-
"name": "item"
|
|
4857
4784
|
}
|
|
4858
4785
|
]
|
|
4859
4786
|
},
|
|
@@ -4872,13 +4799,13 @@
|
|
|
4872
4799
|
"name": "umb-tree-item",
|
|
4873
4800
|
"path": "./../../src/backoffice/shared/components/tree/tree-item/tree-item.element.ts",
|
|
4874
4801
|
"properties": [
|
|
4802
|
+
{
|
|
4803
|
+
"name": "item"
|
|
4804
|
+
},
|
|
4875
4805
|
{
|
|
4876
4806
|
"name": "styles",
|
|
4877
4807
|
"type": "CSSResult[]",
|
|
4878
4808
|
"default": "[\"UUITextStyles\",null]"
|
|
4879
|
-
},
|
|
4880
|
-
{
|
|
4881
|
-
"name": "item"
|
|
4882
4809
|
}
|
|
4883
4810
|
]
|
|
4884
4811
|
},
|
|
@@ -4956,15 +4883,15 @@
|
|
|
4956
4883
|
}
|
|
4957
4884
|
],
|
|
4958
4885
|
"properties": [
|
|
4959
|
-
{
|
|
4960
|
-
"name": "styles",
|
|
4961
|
-
"type": "CSSResult[]",
|
|
4962
|
-
"default": "[\"UUITextStyles\",null]"
|
|
4963
|
-
},
|
|
4964
4886
|
{
|
|
4965
4887
|
"name": "alias",
|
|
4966
4888
|
"attribute": "alias",
|
|
4967
4889
|
"type": "string"
|
|
4890
|
+
},
|
|
4891
|
+
{
|
|
4892
|
+
"name": "styles",
|
|
4893
|
+
"type": "CSSResult[]",
|
|
4894
|
+
"default": "[\"UUITextStyles\",null]"
|
|
4968
4895
|
}
|
|
4969
4896
|
]
|
|
4970
4897
|
},
|
|
@@ -4972,13 +4899,13 @@
|
|
|
4972
4899
|
"name": "umb-variantable-property",
|
|
4973
4900
|
"path": "./../../src/backoffice/shared/components/variantable-property/variantable-property.element.ts",
|
|
4974
4901
|
"properties": [
|
|
4902
|
+
{
|
|
4903
|
+
"name": "property"
|
|
4904
|
+
},
|
|
4975
4905
|
{
|
|
4976
4906
|
"name": "styles",
|
|
4977
4907
|
"type": "CSSResult[]",
|
|
4978
4908
|
"default": "[\"UUITextStyles\",null]"
|
|
4979
|
-
},
|
|
4980
|
-
{
|
|
4981
|
-
"name": "property"
|
|
4982
4909
|
}
|
|
4983
4910
|
]
|
|
4984
4911
|
},
|
|
@@ -5034,11 +4961,6 @@
|
|
|
5034
4961
|
}
|
|
5035
4962
|
],
|
|
5036
4963
|
"properties": [
|
|
5037
|
-
{
|
|
5038
|
-
"name": "styles",
|
|
5039
|
-
"type": "CSSResult[]",
|
|
5040
|
-
"default": "[\"UUITextStyles\",null]"
|
|
5041
|
-
},
|
|
5042
4964
|
{
|
|
5043
4965
|
"name": "label",
|
|
5044
4966
|
"attribute": "label",
|
|
@@ -5092,6 +5014,11 @@
|
|
|
5092
5014
|
"description": "PropertyVariantId. A Variant ID to identify which variant its value is stored on.",
|
|
5093
5015
|
"type": "UmbVariantId",
|
|
5094
5016
|
"default": "\"null\""
|
|
5017
|
+
},
|
|
5018
|
+
{
|
|
5019
|
+
"name": "styles",
|
|
5020
|
+
"type": "CSSResult[]",
|
|
5021
|
+
"default": "[\"UUITextStyles\",null]"
|
|
5095
5022
|
}
|
|
5096
5023
|
]
|
|
5097
5024
|
},
|
|
@@ -5110,13 +5037,13 @@
|
|
|
5110
5037
|
"name": "umb-workspace-action",
|
|
5111
5038
|
"path": "./../../src/backoffice/shared/components/workspace/workspace-action/workspace-action.element.ts",
|
|
5112
5039
|
"properties": [
|
|
5040
|
+
{
|
|
5041
|
+
"name": "manifest"
|
|
5042
|
+
},
|
|
5113
5043
|
{
|
|
5114
5044
|
"name": "styles",
|
|
5115
5045
|
"type": "CSSResult[]",
|
|
5116
5046
|
"default": "[\"UUITextStyles\",null]"
|
|
5117
|
-
},
|
|
5118
|
-
{
|
|
5119
|
-
"name": "manifest"
|
|
5120
5047
|
}
|
|
5121
5048
|
]
|
|
5122
5049
|
},
|
|
@@ -5124,55 +5051,19 @@
|
|
|
5124
5051
|
"name": "umb-workspace-view-collection",
|
|
5125
5052
|
"path": "./../../src/backoffice/shared/components/workspace/workspace-content/views/collection/workspace-view-collection.element.ts",
|
|
5126
5053
|
"properties": [
|
|
5127
|
-
{
|
|
5128
|
-
"name": "styles",
|
|
5129
|
-
"type": "CSSResult[]",
|
|
5130
|
-
"default": "[\"UUITextStyles\",null]"
|
|
5131
|
-
},
|
|
5132
5054
|
{
|
|
5133
5055
|
"name": "manifest"
|
|
5134
|
-
}
|
|
5135
|
-
]
|
|
5136
|
-
},
|
|
5137
|
-
{
|
|
5138
|
-
"name": "umb-workspace-footer-layout",
|
|
5139
|
-
"path": "./../../src/backoffice/shared/components/workspace/workspace-footer-layout/workspace-footer-layout.element.ts",
|
|
5140
|
-
"attributes": [
|
|
5141
|
-
{
|
|
5142
|
-
"name": "alias",
|
|
5143
|
-
"description": "Alias of the workspace. The Layout will render the workspace actions that are registered for this workspace alias.",
|
|
5144
|
-
"type": "string",
|
|
5145
|
-
"default": "\"''\""
|
|
5146
|
-
}
|
|
5147
|
-
],
|
|
5148
|
-
"properties": [
|
|
5056
|
+
},
|
|
5149
5057
|
{
|
|
5150
5058
|
"name": "styles",
|
|
5151
5059
|
"type": "CSSResult[]",
|
|
5152
5060
|
"default": "[\"UUITextStyles\",null]"
|
|
5153
|
-
},
|
|
5154
|
-
{
|
|
5155
|
-
"name": "alias",
|
|
5156
|
-
"attribute": "alias",
|
|
5157
|
-
"description": "Alias of the workspace. The Layout will render the workspace actions that are registered for this workspace alias.",
|
|
5158
|
-
"type": "string",
|
|
5159
|
-
"default": "\"''\""
|
|
5160
|
-
}
|
|
5161
|
-
],
|
|
5162
|
-
"slots": [
|
|
5163
|
-
{
|
|
5164
|
-
"name": "",
|
|
5165
|
-
"description": "Slot for workspace footer items"
|
|
5166
|
-
},
|
|
5167
|
-
{
|
|
5168
|
-
"name": "actions",
|
|
5169
|
-
"description": "Slot for workspace actions"
|
|
5170
5061
|
}
|
|
5171
5062
|
]
|
|
5172
5063
|
},
|
|
5173
5064
|
{
|
|
5174
|
-
"name": "umb-workspace-
|
|
5175
|
-
"path": "./../../src/backoffice/shared/components/workspace/workspace-
|
|
5065
|
+
"name": "umb-workspace-editor",
|
|
5066
|
+
"path": "./../../src/backoffice/shared/components/workspace/workspace-editor/workspace-editor.element.ts",
|
|
5176
5067
|
"attributes": [
|
|
5177
5068
|
{
|
|
5178
5069
|
"name": "headline",
|
|
@@ -5197,11 +5088,6 @@
|
|
|
5197
5088
|
}
|
|
5198
5089
|
],
|
|
5199
5090
|
"properties": [
|
|
5200
|
-
{
|
|
5201
|
-
"name": "styles",
|
|
5202
|
-
"type": "CSSResult[]",
|
|
5203
|
-
"default": "[\"UUITextStyles\",null]"
|
|
5204
|
-
},
|
|
5205
5091
|
{
|
|
5206
5092
|
"name": "headline",
|
|
5207
5093
|
"attribute": "headline",
|
|
@@ -5226,6 +5112,11 @@
|
|
|
5226
5112
|
"description": "Alias of the workspace. The Layout will render the workspace views that are registered for this workspace alias.",
|
|
5227
5113
|
"type": "string",
|
|
5228
5114
|
"default": "\"''\""
|
|
5115
|
+
},
|
|
5116
|
+
{
|
|
5117
|
+
"name": "styles",
|
|
5118
|
+
"type": "CSSResult[]",
|
|
5119
|
+
"default": "[\"UUITextStyles\",null]"
|
|
5229
5120
|
}
|
|
5230
5121
|
],
|
|
5231
5122
|
"slots": [
|
|
@@ -5255,6 +5146,42 @@
|
|
|
5255
5146
|
}
|
|
5256
5147
|
]
|
|
5257
5148
|
},
|
|
5149
|
+
{
|
|
5150
|
+
"name": "umb-workspace-footer",
|
|
5151
|
+
"path": "./../../src/backoffice/shared/components/workspace/workspace-footer/workspace-footer.element.ts",
|
|
5152
|
+
"attributes": [
|
|
5153
|
+
{
|
|
5154
|
+
"name": "alias",
|
|
5155
|
+
"description": "Alias of the workspace. The Layout will render the workspace actions that are registered for this workspace alias.",
|
|
5156
|
+
"type": "string",
|
|
5157
|
+
"default": "\"''\""
|
|
5158
|
+
}
|
|
5159
|
+
],
|
|
5160
|
+
"properties": [
|
|
5161
|
+
{
|
|
5162
|
+
"name": "alias",
|
|
5163
|
+
"attribute": "alias",
|
|
5164
|
+
"description": "Alias of the workspace. The Layout will render the workspace actions that are registered for this workspace alias.",
|
|
5165
|
+
"type": "string",
|
|
5166
|
+
"default": "\"''\""
|
|
5167
|
+
},
|
|
5168
|
+
{
|
|
5169
|
+
"name": "styles",
|
|
5170
|
+
"type": "CSSResult[]",
|
|
5171
|
+
"default": "[\"UUITextStyles\",null]"
|
|
5172
|
+
}
|
|
5173
|
+
],
|
|
5174
|
+
"slots": [
|
|
5175
|
+
{
|
|
5176
|
+
"name": "",
|
|
5177
|
+
"description": "Slot for workspace footer items"
|
|
5178
|
+
},
|
|
5179
|
+
{
|
|
5180
|
+
"name": "actions",
|
|
5181
|
+
"description": "Slot for workspace actions"
|
|
5182
|
+
}
|
|
5183
|
+
]
|
|
5184
|
+
},
|
|
5258
5185
|
{
|
|
5259
5186
|
"name": "umb-workspace-property-layout",
|
|
5260
5187
|
"path": "./../../src/backoffice/shared/components/workspace/workspace-property-layout/workspace-property-layout.element.ts",
|
|
@@ -5354,11 +5281,6 @@
|
|
|
5354
5281
|
}
|
|
5355
5282
|
],
|
|
5356
5283
|
"properties": [
|
|
5357
|
-
{
|
|
5358
|
-
"name": "styles",
|
|
5359
|
-
"type": "CSSResult[]",
|
|
5360
|
-
"default": "[\"UUITextStyles\",null]"
|
|
5361
|
-
},
|
|
5362
5284
|
{
|
|
5363
5285
|
"name": "alias",
|
|
5364
5286
|
"attribute": "alias",
|
|
@@ -5379,6 +5301,11 @@
|
|
|
5379
5301
|
"name": "variantContext",
|
|
5380
5302
|
"type": "UmbWorkspaceVariantContext",
|
|
5381
5303
|
"default": "\"new UmbWorkspaceVariantContext(this)\""
|
|
5304
|
+
},
|
|
5305
|
+
{
|
|
5306
|
+
"name": "styles",
|
|
5307
|
+
"type": "CSSResult[]",
|
|
5308
|
+
"default": "[\"UUITextStyles\",null]"
|
|
5382
5309
|
}
|
|
5383
5310
|
]
|
|
5384
5311
|
},
|
|
@@ -5393,16 +5320,16 @@
|
|
|
5393
5320
|
}
|
|
5394
5321
|
],
|
|
5395
5322
|
"properties": [
|
|
5396
|
-
{
|
|
5397
|
-
"name": "styles",
|
|
5398
|
-
"type": "CSSResult[]",
|
|
5399
|
-
"default": "[\"UUITextStyles\",null]"
|
|
5400
|
-
},
|
|
5401
5323
|
{
|
|
5402
5324
|
"name": "entityType",
|
|
5403
5325
|
"attribute": "entity-type",
|
|
5404
5326
|
"type": "string",
|
|
5405
5327
|
"default": "\"\""
|
|
5328
|
+
},
|
|
5329
|
+
{
|
|
5330
|
+
"name": "styles",
|
|
5331
|
+
"type": "CSSResult[]",
|
|
5332
|
+
"default": "[\"UUITextStyles\",null]"
|
|
5406
5333
|
}
|
|
5407
5334
|
]
|
|
5408
5335
|
},
|
|
@@ -5415,17 +5342,17 @@
|
|
|
5415
5342
|
}
|
|
5416
5343
|
],
|
|
5417
5344
|
"properties": [
|
|
5418
|
-
{
|
|
5419
|
-
"name": "styles",
|
|
5420
|
-
"type": "CSSResult[]",
|
|
5421
|
-
"default": "[\"UUITextStyles\"]"
|
|
5422
|
-
},
|
|
5423
5345
|
{
|
|
5424
5346
|
"name": "modalHandler"
|
|
5425
5347
|
},
|
|
5426
5348
|
{
|
|
5427
5349
|
"name": "data",
|
|
5428
5350
|
"attribute": "data"
|
|
5351
|
+
},
|
|
5352
|
+
{
|
|
5353
|
+
"name": "styles",
|
|
5354
|
+
"type": "CSSResult[]",
|
|
5355
|
+
"default": "[\"UUITextStyles\"]"
|
|
5429
5356
|
}
|
|
5430
5357
|
]
|
|
5431
5358
|
},
|
|
@@ -5438,17 +5365,17 @@
|
|
|
5438
5365
|
}
|
|
5439
5366
|
],
|
|
5440
5367
|
"properties": [
|
|
5441
|
-
{
|
|
5442
|
-
"name": "styles",
|
|
5443
|
-
"type": "CSSResult[]",
|
|
5444
|
-
"default": "[\"UUITextStyles\",null]"
|
|
5445
|
-
},
|
|
5446
5368
|
{
|
|
5447
5369
|
"name": "modalHandler"
|
|
5448
5370
|
},
|
|
5449
5371
|
{
|
|
5450
5372
|
"name": "data",
|
|
5451
5373
|
"attribute": "data"
|
|
5374
|
+
},
|
|
5375
|
+
{
|
|
5376
|
+
"name": "styles",
|
|
5377
|
+
"type": "CSSResult[]",
|
|
5378
|
+
"default": "[\"UUITextStyles\",null]"
|
|
5452
5379
|
}
|
|
5453
5380
|
]
|
|
5454
5381
|
},
|
|
@@ -5456,60 +5383,27 @@
|
|
|
5456
5383
|
"name": "umb-folder-modal",
|
|
5457
5384
|
"path": "./../../src/backoffice/shared/modals/folder/folder-modal.element.ts",
|
|
5458
5385
|
"properties": [
|
|
5459
|
-
{
|
|
5460
|
-
"name": "styles",
|
|
5461
|
-
"type": "CSSResult[]",
|
|
5462
|
-
"default": "[\"UUITextStyles\",null]"
|
|
5463
|
-
},
|
|
5464
5386
|
{
|
|
5465
5387
|
"name": "modalHandler"
|
|
5466
5388
|
},
|
|
5467
5389
|
{
|
|
5468
5390
|
"name": "data"
|
|
5391
|
+
},
|
|
5392
|
+
{
|
|
5393
|
+
"name": "styles",
|
|
5394
|
+
"type": "CSSResult[]",
|
|
5395
|
+
"default": "[\"UUITextStyles\",null]"
|
|
5469
5396
|
}
|
|
5470
5397
|
]
|
|
5471
5398
|
},
|
|
5472
5399
|
{
|
|
5473
5400
|
"name": "umb-icon-picker-modal",
|
|
5474
5401
|
"path": "./../../src/backoffice/shared/modals/icon-picker/icon-picker-modal.element.ts",
|
|
5475
|
-
"attributes": [
|
|
5476
|
-
{
|
|
5477
|
-
"name": "iconlist",
|
|
5478
|
-
"default": "\"icons.map((icon) => icon.name)\""
|
|
5479
|
-
},
|
|
5480
|
-
{
|
|
5481
|
-
"name": "iconlistFiltered",
|
|
5482
|
-
"type": "string[]",
|
|
5483
|
-
"default": "[]"
|
|
5484
|
-
},
|
|
5485
|
-
{
|
|
5486
|
-
"name": "colorlist",
|
|
5487
|
-
"type": "string[]",
|
|
5488
|
-
"default": "[\"#000000\",\"#373737\",\"#9e9e9e\",\"#607d8b\",\"#2196f3\",\"#03a9f4\",\"#3f51b5\",\"#9c27b0\",\"#673ab7\",\"#00bcd4\",\"#4caf50\",\"#8bc34a\",\"#cddc39\",\"#ffeb3b\",\"#ffc107\",\"#ff9800\",\"#ff5722\",\"#f44336\",\"#e91e63\",\"#795548\"]"
|
|
5489
|
-
}
|
|
5490
|
-
],
|
|
5491
5402
|
"properties": [
|
|
5492
5403
|
{
|
|
5493
5404
|
"name": "styles",
|
|
5494
5405
|
"type": "CSSResult[]",
|
|
5495
5406
|
"default": "[\"UUITextStyles\",null]"
|
|
5496
|
-
},
|
|
5497
|
-
{
|
|
5498
|
-
"name": "iconlist",
|
|
5499
|
-
"attribute": "iconlist",
|
|
5500
|
-
"default": "\"icons.map((icon) => icon.name)\""
|
|
5501
|
-
},
|
|
5502
|
-
{
|
|
5503
|
-
"name": "iconlistFiltered",
|
|
5504
|
-
"attribute": "iconlistFiltered",
|
|
5505
|
-
"type": "string[]",
|
|
5506
|
-
"default": "[]"
|
|
5507
|
-
},
|
|
5508
|
-
{
|
|
5509
|
-
"name": "colorlist",
|
|
5510
|
-
"attribute": "colorlist",
|
|
5511
|
-
"type": "string[]",
|
|
5512
|
-
"default": "[\"#000000\",\"#373737\",\"#9e9e9e\",\"#607d8b\",\"#2196f3\",\"#03a9f4\",\"#3f51b5\",\"#9c27b0\",\"#673ab7\",\"#00bcd4\",\"#4caf50\",\"#8bc34a\",\"#cddc39\",\"#ffeb3b\",\"#ffc107\",\"#ff9800\",\"#ff5722\",\"#f44336\",\"#e91e63\",\"#795548\"]"
|
|
5513
5407
|
}
|
|
5514
5408
|
]
|
|
5515
5409
|
},
|
|
@@ -5630,11 +5524,6 @@
|
|
|
5630
5524
|
}
|
|
5631
5525
|
],
|
|
5632
5526
|
"properties": [
|
|
5633
|
-
{
|
|
5634
|
-
"name": "styles",
|
|
5635
|
-
"type": "CSSResultGroup",
|
|
5636
|
-
"default": "[\"UUITextStyles\",null]"
|
|
5637
|
-
},
|
|
5638
5527
|
{
|
|
5639
5528
|
"name": "value",
|
|
5640
5529
|
"attribute": "value",
|
|
@@ -5644,6 +5533,11 @@
|
|
|
5644
5533
|
"name": "propertyEditorUiAlias",
|
|
5645
5534
|
"attribute": "propertyEditorUiAlias",
|
|
5646
5535
|
"type": "string"
|
|
5536
|
+
},
|
|
5537
|
+
{
|
|
5538
|
+
"name": "styles",
|
|
5539
|
+
"type": "CSSResultGroup",
|
|
5540
|
+
"default": "[\"UUITextStyles\",null]"
|
|
5647
5541
|
}
|
|
5648
5542
|
]
|
|
5649
5543
|
},
|
|
@@ -5660,15 +5554,15 @@
|
|
|
5660
5554
|
}
|
|
5661
5555
|
],
|
|
5662
5556
|
"properties": [
|
|
5557
|
+
{
|
|
5558
|
+
"name": "propertyAction",
|
|
5559
|
+
"attribute": "propertyAction"
|
|
5560
|
+
},
|
|
5663
5561
|
{
|
|
5664
5562
|
"name": "styles",
|
|
5665
5563
|
"type": "CSSResultGroup",
|
|
5666
5564
|
"default": "[\"UUITextStyles\"]"
|
|
5667
5565
|
},
|
|
5668
|
-
{
|
|
5669
|
-
"name": "propertyAction",
|
|
5670
|
-
"attribute": "propertyAction"
|
|
5671
|
-
},
|
|
5672
5566
|
{
|
|
5673
5567
|
"name": "value",
|
|
5674
5568
|
"attribute": "value",
|
|
@@ -5696,17 +5590,17 @@
|
|
|
5696
5590
|
}
|
|
5697
5591
|
],
|
|
5698
5592
|
"properties": [
|
|
5699
|
-
{
|
|
5700
|
-
"name": "styles",
|
|
5701
|
-
"type": "CSSResult[]",
|
|
5702
|
-
"default": "[\"UUITextStyles\",null]"
|
|
5703
|
-
},
|
|
5704
5593
|
{
|
|
5705
5594
|
"name": "data",
|
|
5706
5595
|
"attribute": "data"
|
|
5707
5596
|
},
|
|
5708
5597
|
{
|
|
5709
5598
|
"name": "modalHandler"
|
|
5599
|
+
},
|
|
5600
|
+
{
|
|
5601
|
+
"name": "styles",
|
|
5602
|
+
"type": "CSSResult[]",
|
|
5603
|
+
"default": "[\"UUITextStyles\",null]"
|
|
5710
5604
|
}
|
|
5711
5605
|
]
|
|
5712
5606
|
},
|
|
@@ -5726,11 +5620,6 @@
|
|
|
5726
5620
|
}
|
|
5727
5621
|
],
|
|
5728
5622
|
"properties": [
|
|
5729
|
-
{
|
|
5730
|
-
"name": "styles",
|
|
5731
|
-
"type": "CSSResult[]",
|
|
5732
|
-
"default": "[\"UUITextStyles\"]"
|
|
5733
|
-
},
|
|
5734
5623
|
{
|
|
5735
5624
|
"name": "propertyEditorUiAlias",
|
|
5736
5625
|
"attribute": "property-editor-ui-alias",
|
|
@@ -5742,7 +5631,12 @@
|
|
|
5742
5631
|
"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.",
|
|
5743
5632
|
"type": "Array<{ alias: string; value: unknown }>",
|
|
5744
5633
|
"default": "\"[]\""
|
|
5745
|
-
}
|
|
5634
|
+
},
|
|
5635
|
+
{
|
|
5636
|
+
"name": "styles",
|
|
5637
|
+
"type": "CSSResult[]",
|
|
5638
|
+
"default": "[\"UUITextStyles\"]"
|
|
5639
|
+
}
|
|
5746
5640
|
]
|
|
5747
5641
|
},
|
|
5748
5642
|
{
|
|
@@ -5756,11 +5650,6 @@
|
|
|
5756
5650
|
}
|
|
5757
5651
|
],
|
|
5758
5652
|
"properties": [
|
|
5759
|
-
{
|
|
5760
|
-
"name": "styles",
|
|
5761
|
-
"type": "CSSResult[]",
|
|
5762
|
-
"default": "[\"UUITextStyles\"]"
|
|
5763
|
-
},
|
|
5764
5653
|
{
|
|
5765
5654
|
"name": "value",
|
|
5766
5655
|
"attribute": "value",
|
|
@@ -5771,6 +5660,11 @@
|
|
|
5771
5660
|
"name": "config",
|
|
5772
5661
|
"type": "never[]",
|
|
5773
5662
|
"default": "[]"
|
|
5663
|
+
},
|
|
5664
|
+
{
|
|
5665
|
+
"name": "styles",
|
|
5666
|
+
"type": "CSSResult[]",
|
|
5667
|
+
"default": "[\"UUITextStyles\"]"
|
|
5774
5668
|
}
|
|
5775
5669
|
]
|
|
5776
5670
|
},
|
|
@@ -5785,11 +5679,6 @@
|
|
|
5785
5679
|
}
|
|
5786
5680
|
],
|
|
5787
5681
|
"properties": [
|
|
5788
|
-
{
|
|
5789
|
-
"name": "styles",
|
|
5790
|
-
"type": "CSSResult[]",
|
|
5791
|
-
"default": "[\"UUITextStyles\"]"
|
|
5792
|
-
},
|
|
5793
5682
|
{
|
|
5794
5683
|
"name": "value",
|
|
5795
5684
|
"attribute": "value",
|
|
@@ -5800,6 +5689,11 @@
|
|
|
5800
5689
|
"name": "config",
|
|
5801
5690
|
"type": "never[]",
|
|
5802
5691
|
"default": "[]"
|
|
5692
|
+
},
|
|
5693
|
+
{
|
|
5694
|
+
"name": "styles",
|
|
5695
|
+
"type": "CSSResult[]",
|
|
5696
|
+
"default": "[\"UUITextStyles\"]"
|
|
5803
5697
|
}
|
|
5804
5698
|
]
|
|
5805
5699
|
},
|
|
@@ -5814,11 +5708,6 @@
|
|
|
5814
5708
|
}
|
|
5815
5709
|
],
|
|
5816
5710
|
"properties": [
|
|
5817
|
-
{
|
|
5818
|
-
"name": "styles",
|
|
5819
|
-
"type": "CSSResult[]",
|
|
5820
|
-
"default": "[\"UUITextStyles\"]"
|
|
5821
|
-
},
|
|
5822
5711
|
{
|
|
5823
5712
|
"name": "value",
|
|
5824
5713
|
"attribute": "value",
|
|
@@ -5829,6 +5718,11 @@
|
|
|
5829
5718
|
"name": "config",
|
|
5830
5719
|
"type": "never[]",
|
|
5831
5720
|
"default": "[]"
|
|
5721
|
+
},
|
|
5722
|
+
{
|
|
5723
|
+
"name": "styles",
|
|
5724
|
+
"type": "CSSResult[]",
|
|
5725
|
+
"default": "[\"UUITextStyles\"]"
|
|
5832
5726
|
}
|
|
5833
5727
|
]
|
|
5834
5728
|
},
|
|
@@ -5843,16 +5737,16 @@
|
|
|
5843
5737
|
}
|
|
5844
5738
|
],
|
|
5845
5739
|
"properties": [
|
|
5846
|
-
{
|
|
5847
|
-
"name": "styles",
|
|
5848
|
-
"type": "CSSResult[]",
|
|
5849
|
-
"default": "[\"UUITextStyles\"]"
|
|
5850
|
-
},
|
|
5851
5740
|
{
|
|
5852
5741
|
"name": "name",
|
|
5853
5742
|
"attribute": "name",
|
|
5854
5743
|
"type": "string",
|
|
5855
5744
|
"default": "\"\""
|
|
5745
|
+
},
|
|
5746
|
+
{
|
|
5747
|
+
"name": "styles",
|
|
5748
|
+
"type": "CSSResult[]",
|
|
5749
|
+
"default": "[\"UUITextStyles\"]"
|
|
5856
5750
|
}
|
|
5857
5751
|
]
|
|
5858
5752
|
},
|
|
@@ -5867,11 +5761,6 @@
|
|
|
5867
5761
|
}
|
|
5868
5762
|
],
|
|
5869
5763
|
"properties": [
|
|
5870
|
-
{
|
|
5871
|
-
"name": "styles",
|
|
5872
|
-
"type": "CSSResult[]",
|
|
5873
|
-
"default": "[\"UUITextStyles\"]"
|
|
5874
|
-
},
|
|
5875
5764
|
{
|
|
5876
5765
|
"name": "value",
|
|
5877
5766
|
"attribute": "value",
|
|
@@ -5882,6 +5771,11 @@
|
|
|
5882
5771
|
"name": "config",
|
|
5883
5772
|
"type": "never[]",
|
|
5884
5773
|
"default": "[]"
|
|
5774
|
+
},
|
|
5775
|
+
{
|
|
5776
|
+
"name": "styles",
|
|
5777
|
+
"type": "CSSResult[]",
|
|
5778
|
+
"default": "[\"UUITextStyles\"]"
|
|
5885
5779
|
}
|
|
5886
5780
|
]
|
|
5887
5781
|
},
|
|
@@ -5896,11 +5790,6 @@
|
|
|
5896
5790
|
}
|
|
5897
5791
|
],
|
|
5898
5792
|
"properties": [
|
|
5899
|
-
{
|
|
5900
|
-
"name": "styles",
|
|
5901
|
-
"type": "CSSResult[]",
|
|
5902
|
-
"default": "[\"UUITextStyles\"]"
|
|
5903
|
-
},
|
|
5904
5793
|
{
|
|
5905
5794
|
"name": "value",
|
|
5906
5795
|
"attribute": "value",
|
|
@@ -5911,6 +5800,11 @@
|
|
|
5911
5800
|
"name": "config",
|
|
5912
5801
|
"type": "never[]",
|
|
5913
5802
|
"default": "[]"
|
|
5803
|
+
},
|
|
5804
|
+
{
|
|
5805
|
+
"name": "styles",
|
|
5806
|
+
"type": "CSSResult[]",
|
|
5807
|
+
"default": "[\"UUITextStyles\"]"
|
|
5914
5808
|
}
|
|
5915
5809
|
]
|
|
5916
5810
|
},
|
|
@@ -5925,11 +5819,6 @@
|
|
|
5925
5819
|
}
|
|
5926
5820
|
],
|
|
5927
5821
|
"properties": [
|
|
5928
|
-
{
|
|
5929
|
-
"name": "styles",
|
|
5930
|
-
"type": "CSSResult[]",
|
|
5931
|
-
"default": "[\"UUITextStyles\"]"
|
|
5932
|
-
},
|
|
5933
5822
|
{
|
|
5934
5823
|
"name": "value",
|
|
5935
5824
|
"attribute": "value",
|
|
@@ -5940,6 +5829,11 @@
|
|
|
5940
5829
|
"name": "config",
|
|
5941
5830
|
"type": "never[]",
|
|
5942
5831
|
"default": "[]"
|
|
5832
|
+
},
|
|
5833
|
+
{
|
|
5834
|
+
"name": "styles",
|
|
5835
|
+
"type": "CSSResult[]",
|
|
5836
|
+
"default": "[\"UUITextStyles\"]"
|
|
5943
5837
|
}
|
|
5944
5838
|
]
|
|
5945
5839
|
},
|
|
@@ -5953,11 +5847,6 @@
|
|
|
5953
5847
|
}
|
|
5954
5848
|
],
|
|
5955
5849
|
"properties": [
|
|
5956
|
-
{
|
|
5957
|
-
"name": "styles",
|
|
5958
|
-
"type": "CSSResult[]",
|
|
5959
|
-
"default": "[\"UUITextStyles\"]"
|
|
5960
|
-
},
|
|
5961
5850
|
{
|
|
5962
5851
|
"name": "value",
|
|
5963
5852
|
"attribute": "value",
|
|
@@ -5966,6 +5855,11 @@
|
|
|
5966
5855
|
{
|
|
5967
5856
|
"name": "config",
|
|
5968
5857
|
"type": "array"
|
|
5858
|
+
},
|
|
5859
|
+
{
|
|
5860
|
+
"name": "styles",
|
|
5861
|
+
"type": "CSSResult[]",
|
|
5862
|
+
"default": "[\"UUITextStyles\"]"
|
|
5969
5863
|
}
|
|
5970
5864
|
],
|
|
5971
5865
|
"events": [
|
|
@@ -5985,11 +5879,6 @@
|
|
|
5985
5879
|
}
|
|
5986
5880
|
],
|
|
5987
5881
|
"properties": [
|
|
5988
|
-
{
|
|
5989
|
-
"name": "styles",
|
|
5990
|
-
"type": "CSSResult[]",
|
|
5991
|
-
"default": "[\"UUITextStyles\"]"
|
|
5992
|
-
},
|
|
5993
5882
|
{
|
|
5994
5883
|
"name": "value",
|
|
5995
5884
|
"attribute": "value",
|
|
@@ -6000,6 +5889,11 @@
|
|
|
6000
5889
|
"name": "config",
|
|
6001
5890
|
"type": "never[]",
|
|
6002
5891
|
"default": "[]"
|
|
5892
|
+
},
|
|
5893
|
+
{
|
|
5894
|
+
"name": "styles",
|
|
5895
|
+
"type": "CSSResult[]",
|
|
5896
|
+
"default": "[\"UUITextStyles\"]"
|
|
6003
5897
|
}
|
|
6004
5898
|
]
|
|
6005
5899
|
},
|
|
@@ -6014,11 +5908,6 @@
|
|
|
6014
5908
|
}
|
|
6015
5909
|
],
|
|
6016
5910
|
"properties": [
|
|
6017
|
-
{
|
|
6018
|
-
"name": "styles",
|
|
6019
|
-
"type": "CSSResult[]",
|
|
6020
|
-
"default": "[\"UUITextStyles\"]"
|
|
6021
|
-
},
|
|
6022
5911
|
{
|
|
6023
5912
|
"name": "value",
|
|
6024
5913
|
"attribute": "value",
|
|
@@ -6029,6 +5918,11 @@
|
|
|
6029
5918
|
"name": "config",
|
|
6030
5919
|
"type": "never[]",
|
|
6031
5920
|
"default": "[]"
|
|
5921
|
+
},
|
|
5922
|
+
{
|
|
5923
|
+
"name": "styles",
|
|
5924
|
+
"type": "CSSResult[]",
|
|
5925
|
+
"default": "[\"UUITextStyles\"]"
|
|
6032
5926
|
}
|
|
6033
5927
|
]
|
|
6034
5928
|
},
|
|
@@ -6043,11 +5937,6 @@
|
|
|
6043
5937
|
}
|
|
6044
5938
|
],
|
|
6045
5939
|
"properties": [
|
|
6046
|
-
{
|
|
6047
|
-
"name": "styles",
|
|
6048
|
-
"type": "CSSResult[]",
|
|
6049
|
-
"default": "[\"UUITextStyles\"]"
|
|
6050
|
-
},
|
|
6051
5940
|
{
|
|
6052
5941
|
"name": "value",
|
|
6053
5942
|
"attribute": "value",
|
|
@@ -6058,6 +5947,11 @@
|
|
|
6058
5947
|
"name": "config",
|
|
6059
5948
|
"type": "never[]",
|
|
6060
5949
|
"default": "[]"
|
|
5950
|
+
},
|
|
5951
|
+
{
|
|
5952
|
+
"name": "styles",
|
|
5953
|
+
"type": "CSSResult[]",
|
|
5954
|
+
"default": "[\"UUITextStyles\"]"
|
|
6061
5955
|
}
|
|
6062
5956
|
]
|
|
6063
5957
|
},
|
|
@@ -6072,11 +5966,6 @@
|
|
|
6072
5966
|
}
|
|
6073
5967
|
],
|
|
6074
5968
|
"properties": [
|
|
6075
|
-
{
|
|
6076
|
-
"name": "styles",
|
|
6077
|
-
"type": "CSSResult[]",
|
|
6078
|
-
"default": "[\"UUITextStyles\"]"
|
|
6079
|
-
},
|
|
6080
5969
|
{
|
|
6081
5970
|
"name": "value",
|
|
6082
5971
|
"attribute": "value",
|
|
@@ -6087,6 +5976,11 @@
|
|
|
6087
5976
|
"name": "config",
|
|
6088
5977
|
"type": "never[]",
|
|
6089
5978
|
"default": "[]"
|
|
5979
|
+
},
|
|
5980
|
+
{
|
|
5981
|
+
"name": "styles",
|
|
5982
|
+
"type": "CSSResult[]",
|
|
5983
|
+
"default": "[\"UUITextStyles\"]"
|
|
6090
5984
|
}
|
|
6091
5985
|
]
|
|
6092
5986
|
},
|
|
@@ -6101,11 +5995,6 @@
|
|
|
6101
5995
|
}
|
|
6102
5996
|
],
|
|
6103
5997
|
"properties": [
|
|
6104
|
-
{
|
|
6105
|
-
"name": "styles",
|
|
6106
|
-
"type": "CSSResult[]",
|
|
6107
|
-
"default": "[\"UUITextStyles\"]"
|
|
6108
|
-
},
|
|
6109
5998
|
{
|
|
6110
5999
|
"name": "value",
|
|
6111
6000
|
"attribute": "value",
|
|
@@ -6116,6 +6005,11 @@
|
|
|
6116
6005
|
"name": "config",
|
|
6117
6006
|
"type": "never[]",
|
|
6118
6007
|
"default": "[]"
|
|
6008
|
+
},
|
|
6009
|
+
{
|
|
6010
|
+
"name": "styles",
|
|
6011
|
+
"type": "CSSResult[]",
|
|
6012
|
+
"default": "[\"UUITextStyles\"]"
|
|
6119
6013
|
}
|
|
6120
6014
|
]
|
|
6121
6015
|
},
|
|
@@ -6130,11 +6024,6 @@
|
|
|
6130
6024
|
}
|
|
6131
6025
|
],
|
|
6132
6026
|
"properties": [
|
|
6133
|
-
{
|
|
6134
|
-
"name": "styles",
|
|
6135
|
-
"type": "CSSResult[]",
|
|
6136
|
-
"default": "[\"UUITextStyles\"]"
|
|
6137
|
-
},
|
|
6138
6027
|
{
|
|
6139
6028
|
"name": "value",
|
|
6140
6029
|
"attribute": "value",
|
|
@@ -6144,6 +6033,11 @@
|
|
|
6144
6033
|
{
|
|
6145
6034
|
"name": "config",
|
|
6146
6035
|
"type": "array"
|
|
6036
|
+
},
|
|
6037
|
+
{
|
|
6038
|
+
"name": "styles",
|
|
6039
|
+
"type": "CSSResult[]",
|
|
6040
|
+
"default": "[\"UUITextStyles\"]"
|
|
6147
6041
|
}
|
|
6148
6042
|
],
|
|
6149
6043
|
"events": [
|
|
@@ -6162,11 +6056,6 @@
|
|
|
6162
6056
|
}
|
|
6163
6057
|
],
|
|
6164
6058
|
"properties": [
|
|
6165
|
-
{
|
|
6166
|
-
"name": "styles",
|
|
6167
|
-
"type": "CSSResult[]",
|
|
6168
|
-
"default": "[\"UUITextStyles\"]"
|
|
6169
|
-
},
|
|
6170
6059
|
{
|
|
6171
6060
|
"name": "value",
|
|
6172
6061
|
"attribute": "value",
|
|
@@ -6175,6 +6064,11 @@
|
|
|
6175
6064
|
{
|
|
6176
6065
|
"name": "config",
|
|
6177
6066
|
"type": "array"
|
|
6067
|
+
},
|
|
6068
|
+
{
|
|
6069
|
+
"name": "styles",
|
|
6070
|
+
"type": "CSSResult[]",
|
|
6071
|
+
"default": "[\"UUITextStyles\"]"
|
|
6178
6072
|
}
|
|
6179
6073
|
]
|
|
6180
6074
|
},
|
|
@@ -6215,11 +6109,6 @@
|
|
|
6215
6109
|
}
|
|
6216
6110
|
],
|
|
6217
6111
|
"properties": [
|
|
6218
|
-
{
|
|
6219
|
-
"name": "styles",
|
|
6220
|
-
"type": "CSSResult[]",
|
|
6221
|
-
"default": "[\"UUITextStyles\"]"
|
|
6222
|
-
},
|
|
6223
6112
|
{
|
|
6224
6113
|
"name": "value",
|
|
6225
6114
|
"attribute": "value",
|
|
@@ -6230,6 +6119,11 @@
|
|
|
6230
6119
|
"name": "config",
|
|
6231
6120
|
"type": "never[]",
|
|
6232
6121
|
"default": "[]"
|
|
6122
|
+
},
|
|
6123
|
+
{
|
|
6124
|
+
"name": "styles",
|
|
6125
|
+
"type": "CSSResult[]",
|
|
6126
|
+
"default": "[\"UUITextStyles\"]"
|
|
6233
6127
|
}
|
|
6234
6128
|
]
|
|
6235
6129
|
},
|
|
@@ -6244,11 +6138,6 @@
|
|
|
6244
6138
|
}
|
|
6245
6139
|
],
|
|
6246
6140
|
"properties": [
|
|
6247
|
-
{
|
|
6248
|
-
"name": "styles",
|
|
6249
|
-
"type": "CSSResult[]",
|
|
6250
|
-
"default": "[\"UUITextStyles\"]"
|
|
6251
|
-
},
|
|
6252
6141
|
{
|
|
6253
6142
|
"name": "value",
|
|
6254
6143
|
"attribute": "value",
|
|
@@ -6258,6 +6147,11 @@
|
|
|
6258
6147
|
{
|
|
6259
6148
|
"name": "config",
|
|
6260
6149
|
"type": "array"
|
|
6150
|
+
},
|
|
6151
|
+
{
|
|
6152
|
+
"name": "styles",
|
|
6153
|
+
"type": "CSSResult[]",
|
|
6154
|
+
"default": "[\"UUITextStyles\"]"
|
|
6261
6155
|
}
|
|
6262
6156
|
],
|
|
6263
6157
|
"events": [
|
|
@@ -6277,11 +6171,6 @@
|
|
|
6277
6171
|
}
|
|
6278
6172
|
],
|
|
6279
6173
|
"properties": [
|
|
6280
|
-
{
|
|
6281
|
-
"name": "styles",
|
|
6282
|
-
"type": "CSSResult[]",
|
|
6283
|
-
"default": "[\"UUITextStyles\"]"
|
|
6284
|
-
},
|
|
6285
6174
|
{
|
|
6286
6175
|
"name": "value",
|
|
6287
6176
|
"attribute": "value",
|
|
@@ -6292,6 +6181,11 @@
|
|
|
6292
6181
|
"name": "config",
|
|
6293
6182
|
"type": "never[]",
|
|
6294
6183
|
"default": "[]"
|
|
6184
|
+
},
|
|
6185
|
+
{
|
|
6186
|
+
"name": "styles",
|
|
6187
|
+
"type": "CSSResult[]",
|
|
6188
|
+
"default": "[\"UUITextStyles\"]"
|
|
6295
6189
|
}
|
|
6296
6190
|
]
|
|
6297
6191
|
},
|
|
@@ -6306,11 +6200,6 @@
|
|
|
6306
6200
|
}
|
|
6307
6201
|
],
|
|
6308
6202
|
"properties": [
|
|
6309
|
-
{
|
|
6310
|
-
"name": "styles",
|
|
6311
|
-
"type": "CSSResult[]",
|
|
6312
|
-
"default": "[\"UUITextStyles\"]"
|
|
6313
|
-
},
|
|
6314
6203
|
{
|
|
6315
6204
|
"name": "value",
|
|
6316
6205
|
"attribute": "value",
|
|
@@ -6321,6 +6210,11 @@
|
|
|
6321
6210
|
"name": "config",
|
|
6322
6211
|
"type": "never[]",
|
|
6323
6212
|
"default": "[]"
|
|
6213
|
+
},
|
|
6214
|
+
{
|
|
6215
|
+
"name": "styles",
|
|
6216
|
+
"type": "CSSResult[]",
|
|
6217
|
+
"default": "[\"UUITextStyles\"]"
|
|
6324
6218
|
}
|
|
6325
6219
|
]
|
|
6326
6220
|
},
|
|
@@ -6335,11 +6229,6 @@
|
|
|
6335
6229
|
}
|
|
6336
6230
|
],
|
|
6337
6231
|
"properties": [
|
|
6338
|
-
{
|
|
6339
|
-
"name": "styles",
|
|
6340
|
-
"type": "CSSResult[]",
|
|
6341
|
-
"default": "[\"UUITextStyles\"]"
|
|
6342
|
-
},
|
|
6343
6232
|
{
|
|
6344
6233
|
"name": "value",
|
|
6345
6234
|
"attribute": "value",
|
|
@@ -6350,6 +6239,11 @@
|
|
|
6350
6239
|
"name": "config",
|
|
6351
6240
|
"type": "never[]",
|
|
6352
6241
|
"default": "[]"
|
|
6242
|
+
},
|
|
6243
|
+
{
|
|
6244
|
+
"name": "styles",
|
|
6245
|
+
"type": "CSSResult[]",
|
|
6246
|
+
"default": "[\"UUITextStyles\"]"
|
|
6353
6247
|
}
|
|
6354
6248
|
]
|
|
6355
6249
|
},
|
|
@@ -6364,11 +6258,6 @@
|
|
|
6364
6258
|
}
|
|
6365
6259
|
],
|
|
6366
6260
|
"properties": [
|
|
6367
|
-
{
|
|
6368
|
-
"name": "styles",
|
|
6369
|
-
"type": "CSSResult[]",
|
|
6370
|
-
"default": "[\"UUITextStyles\"]"
|
|
6371
|
-
},
|
|
6372
6261
|
{
|
|
6373
6262
|
"name": "value",
|
|
6374
6263
|
"attribute": "value",
|
|
@@ -6379,6 +6268,11 @@
|
|
|
6379
6268
|
"name": "config",
|
|
6380
6269
|
"type": "never[]",
|
|
6381
6270
|
"default": "[]"
|
|
6271
|
+
},
|
|
6272
|
+
{
|
|
6273
|
+
"name": "styles",
|
|
6274
|
+
"type": "CSSResult[]",
|
|
6275
|
+
"default": "[\"UUITextStyles\"]"
|
|
6382
6276
|
}
|
|
6383
6277
|
]
|
|
6384
6278
|
},
|
|
@@ -6393,11 +6287,6 @@
|
|
|
6393
6287
|
}
|
|
6394
6288
|
],
|
|
6395
6289
|
"properties": [
|
|
6396
|
-
{
|
|
6397
|
-
"name": "styles",
|
|
6398
|
-
"type": "CSSResult[]",
|
|
6399
|
-
"default": "[\"UUITextStyles\"]"
|
|
6400
|
-
},
|
|
6401
6290
|
{
|
|
6402
6291
|
"name": "value",
|
|
6403
6292
|
"attribute": "value",
|
|
@@ -6408,6 +6297,11 @@
|
|
|
6408
6297
|
"name": "config",
|
|
6409
6298
|
"type": "never[]",
|
|
6410
6299
|
"default": "[]"
|
|
6300
|
+
},
|
|
6301
|
+
{
|
|
6302
|
+
"name": "styles",
|
|
6303
|
+
"type": "CSSResult[]",
|
|
6304
|
+
"default": "[\"UUITextStyles\"]"
|
|
6411
6305
|
}
|
|
6412
6306
|
]
|
|
6413
6307
|
},
|
|
@@ -6448,11 +6342,6 @@
|
|
|
6448
6342
|
}
|
|
6449
6343
|
],
|
|
6450
6344
|
"properties": [
|
|
6451
|
-
{
|
|
6452
|
-
"name": "styles",
|
|
6453
|
-
"type": "CSSResult[]",
|
|
6454
|
-
"default": "[\"UUITextStyles\"]"
|
|
6455
|
-
},
|
|
6456
6345
|
{
|
|
6457
6346
|
"name": "value",
|
|
6458
6347
|
"attribute": "value",
|
|
@@ -6463,6 +6352,11 @@
|
|
|
6463
6352
|
"name": "config",
|
|
6464
6353
|
"type": "never[]",
|
|
6465
6354
|
"default": "[]"
|
|
6355
|
+
},
|
|
6356
|
+
{
|
|
6357
|
+
"name": "styles",
|
|
6358
|
+
"type": "CSSResult[]",
|
|
6359
|
+
"default": "[\"UUITextStyles\"]"
|
|
6466
6360
|
}
|
|
6467
6361
|
]
|
|
6468
6362
|
},
|
|
@@ -6477,11 +6371,6 @@
|
|
|
6477
6371
|
}
|
|
6478
6372
|
],
|
|
6479
6373
|
"properties": [
|
|
6480
|
-
{
|
|
6481
|
-
"name": "styles",
|
|
6482
|
-
"type": "CSSResult[]",
|
|
6483
|
-
"default": "[\"UUITextStyles\"]"
|
|
6484
|
-
},
|
|
6485
6374
|
{
|
|
6486
6375
|
"name": "value",
|
|
6487
6376
|
"attribute": "value",
|
|
@@ -6492,6 +6381,11 @@
|
|
|
6492
6381
|
"name": "config",
|
|
6493
6382
|
"type": "never[]",
|
|
6494
6383
|
"default": "[]"
|
|
6384
|
+
},
|
|
6385
|
+
{
|
|
6386
|
+
"name": "styles",
|
|
6387
|
+
"type": "CSSResult[]",
|
|
6388
|
+
"default": "[\"UUITextStyles\"]"
|
|
6495
6389
|
}
|
|
6496
6390
|
]
|
|
6497
6391
|
},
|
|
@@ -6506,11 +6400,6 @@
|
|
|
6506
6400
|
}
|
|
6507
6401
|
],
|
|
6508
6402
|
"properties": [
|
|
6509
|
-
{
|
|
6510
|
-
"name": "styles",
|
|
6511
|
-
"type": "CSSResult[]",
|
|
6512
|
-
"default": "[\"UUITextStyles\"]"
|
|
6513
|
-
},
|
|
6514
6403
|
{
|
|
6515
6404
|
"name": "value",
|
|
6516
6405
|
"attribute": "value",
|
|
@@ -6520,6 +6409,11 @@
|
|
|
6520
6409
|
{
|
|
6521
6410
|
"name": "config",
|
|
6522
6411
|
"type": "array"
|
|
6412
|
+
},
|
|
6413
|
+
{
|
|
6414
|
+
"name": "styles",
|
|
6415
|
+
"type": "CSSResult[]",
|
|
6416
|
+
"default": "[\"UUITextStyles\"]"
|
|
6523
6417
|
}
|
|
6524
6418
|
],
|
|
6525
6419
|
"events": [
|
|
@@ -6546,11 +6440,6 @@
|
|
|
6546
6440
|
}
|
|
6547
6441
|
],
|
|
6548
6442
|
"properties": [
|
|
6549
|
-
{
|
|
6550
|
-
"name": "styles",
|
|
6551
|
-
"type": "CSSResult[]",
|
|
6552
|
-
"default": "[\"UUITextStyles\",null]"
|
|
6553
|
-
},
|
|
6554
6443
|
{
|
|
6555
6444
|
"name": "disabled",
|
|
6556
6445
|
"attribute": "disabled",
|
|
@@ -6565,6 +6454,11 @@
|
|
|
6565
6454
|
"type": "boolean",
|
|
6566
6455
|
"default": "\"false\""
|
|
6567
6456
|
},
|
|
6457
|
+
{
|
|
6458
|
+
"name": "styles",
|
|
6459
|
+
"type": "CSSResult[]",
|
|
6460
|
+
"default": "[\"UUITextStyles\",null]"
|
|
6461
|
+
},
|
|
6568
6462
|
{
|
|
6569
6463
|
"name": "formAssociated",
|
|
6570
6464
|
"type": "boolean"
|
|
@@ -6653,11 +6547,6 @@
|
|
|
6653
6547
|
}
|
|
6654
6548
|
],
|
|
6655
6549
|
"properties": [
|
|
6656
|
-
{
|
|
6657
|
-
"name": "styles",
|
|
6658
|
-
"type": "CSSResult[]",
|
|
6659
|
-
"default": "[\"UUITextStyles\",null]"
|
|
6660
|
-
},
|
|
6661
6550
|
{
|
|
6662
6551
|
"name": "min",
|
|
6663
6552
|
"attribute": "min",
|
|
@@ -6705,6 +6594,11 @@
|
|
|
6705
6594
|
"attribute": "items",
|
|
6706
6595
|
"type": "MultipleTextStringValue"
|
|
6707
6596
|
},
|
|
6597
|
+
{
|
|
6598
|
+
"name": "styles",
|
|
6599
|
+
"type": "CSSResult[]",
|
|
6600
|
+
"default": "[\"UUITextStyles\",null]"
|
|
6601
|
+
},
|
|
6708
6602
|
{
|
|
6709
6603
|
"name": "formAssociated",
|
|
6710
6604
|
"type": "boolean"
|
|
@@ -6813,11 +6707,6 @@
|
|
|
6813
6707
|
"name": "umb-property-editor-ui-number-range",
|
|
6814
6708
|
"path": "./../../src/backoffice/shared/property-editors/uis/number-range/property-editor-ui-number-range.element.ts",
|
|
6815
6709
|
"properties": [
|
|
6816
|
-
{
|
|
6817
|
-
"name": "styles",
|
|
6818
|
-
"type": "CSSResult[]",
|
|
6819
|
-
"default": "[\"UUITextStyles\"]"
|
|
6820
|
-
},
|
|
6821
6710
|
{
|
|
6822
6711
|
"name": "value",
|
|
6823
6712
|
"type": "ValueType | undefined"
|
|
@@ -6826,6 +6715,11 @@
|
|
|
6826
6715
|
"name": "config",
|
|
6827
6716
|
"type": "never[]",
|
|
6828
6717
|
"default": "[]"
|
|
6718
|
+
},
|
|
6719
|
+
{
|
|
6720
|
+
"name": "styles",
|
|
6721
|
+
"type": "CSSResult[]",
|
|
6722
|
+
"default": "[\"UUITextStyles\"]"
|
|
6829
6723
|
}
|
|
6830
6724
|
],
|
|
6831
6725
|
"events": [
|
|
@@ -6845,11 +6739,6 @@
|
|
|
6845
6739
|
}
|
|
6846
6740
|
],
|
|
6847
6741
|
"properties": [
|
|
6848
|
-
{
|
|
6849
|
-
"name": "styles",
|
|
6850
|
-
"type": "CSSResult[]",
|
|
6851
|
-
"default": "[\"UUITextStyles\",null]"
|
|
6852
|
-
},
|
|
6853
6742
|
{
|
|
6854
6743
|
"name": "value",
|
|
6855
6744
|
"attribute": "value",
|
|
@@ -6860,6 +6749,11 @@
|
|
|
6860
6749
|
"name": "config",
|
|
6861
6750
|
"type": "never[]",
|
|
6862
6751
|
"default": "[]"
|
|
6752
|
+
},
|
|
6753
|
+
{
|
|
6754
|
+
"name": "styles",
|
|
6755
|
+
"type": "CSSResult[]",
|
|
6756
|
+
"default": "[\"UUITextStyles\",null]"
|
|
6863
6757
|
}
|
|
6864
6758
|
],
|
|
6865
6759
|
"events": [
|
|
@@ -6879,11 +6773,6 @@
|
|
|
6879
6773
|
}
|
|
6880
6774
|
],
|
|
6881
6775
|
"properties": [
|
|
6882
|
-
{
|
|
6883
|
-
"name": "styles",
|
|
6884
|
-
"type": "CSSResult[]",
|
|
6885
|
-
"default": "[\"UUITextStyles\"]"
|
|
6886
|
-
},
|
|
6887
6776
|
{
|
|
6888
6777
|
"name": "value",
|
|
6889
6778
|
"attribute": "value",
|
|
@@ -6894,6 +6783,11 @@
|
|
|
6894
6783
|
"name": "config",
|
|
6895
6784
|
"type": "never[]",
|
|
6896
6785
|
"default": "[]"
|
|
6786
|
+
},
|
|
6787
|
+
{
|
|
6788
|
+
"name": "styles",
|
|
6789
|
+
"type": "CSSResult[]",
|
|
6790
|
+
"default": "[\"UUITextStyles\"]"
|
|
6897
6791
|
}
|
|
6898
6792
|
]
|
|
6899
6793
|
},
|
|
@@ -6908,11 +6802,6 @@
|
|
|
6908
6802
|
}
|
|
6909
6803
|
],
|
|
6910
6804
|
"properties": [
|
|
6911
|
-
{
|
|
6912
|
-
"name": "styles",
|
|
6913
|
-
"type": "CSSResult[]",
|
|
6914
|
-
"default": "[\"UUITextStyles\"]"
|
|
6915
|
-
},
|
|
6916
6805
|
{
|
|
6917
6806
|
"name": "value",
|
|
6918
6807
|
"attribute": "value",
|
|
@@ -6923,6 +6812,11 @@
|
|
|
6923
6812
|
"name": "config",
|
|
6924
6813
|
"type": "never[]",
|
|
6925
6814
|
"default": "[]"
|
|
6815
|
+
},
|
|
6816
|
+
{
|
|
6817
|
+
"name": "styles",
|
|
6818
|
+
"type": "CSSResult[]",
|
|
6819
|
+
"default": "[\"UUITextStyles\"]"
|
|
6926
6820
|
}
|
|
6927
6821
|
]
|
|
6928
6822
|
},
|
|
@@ -6936,11 +6830,6 @@
|
|
|
6936
6830
|
}
|
|
6937
6831
|
],
|
|
6938
6832
|
"properties": [
|
|
6939
|
-
{
|
|
6940
|
-
"name": "styles",
|
|
6941
|
-
"type": "CSSResult[]",
|
|
6942
|
-
"default": "[\"UUITextStyles\"]"
|
|
6943
|
-
},
|
|
6944
6833
|
{
|
|
6945
6834
|
"name": "value",
|
|
6946
6835
|
"attribute": "value",
|
|
@@ -6949,6 +6838,11 @@
|
|
|
6949
6838
|
{
|
|
6950
6839
|
"name": "config",
|
|
6951
6840
|
"type": "array"
|
|
6841
|
+
},
|
|
6842
|
+
{
|
|
6843
|
+
"name": "styles",
|
|
6844
|
+
"type": "CSSResult[]",
|
|
6845
|
+
"default": "[\"UUITextStyles\"]"
|
|
6952
6846
|
}
|
|
6953
6847
|
],
|
|
6954
6848
|
"events": [
|
|
@@ -6968,11 +6862,6 @@
|
|
|
6968
6862
|
}
|
|
6969
6863
|
],
|
|
6970
6864
|
"properties": [
|
|
6971
|
-
{
|
|
6972
|
-
"name": "styles",
|
|
6973
|
-
"type": "CSSResult[]",
|
|
6974
|
-
"default": "[\"UUITextStyles\"]"
|
|
6975
|
-
},
|
|
6976
6865
|
{
|
|
6977
6866
|
"name": "value",
|
|
6978
6867
|
"attribute": "value",
|
|
@@ -6982,6 +6871,11 @@
|
|
|
6982
6871
|
{
|
|
6983
6872
|
"name": "config",
|
|
6984
6873
|
"type": "array"
|
|
6874
|
+
},
|
|
6875
|
+
{
|
|
6876
|
+
"name": "styles",
|
|
6877
|
+
"type": "CSSResult[]",
|
|
6878
|
+
"default": "[\"UUITextStyles\"]"
|
|
6985
6879
|
}
|
|
6986
6880
|
],
|
|
6987
6881
|
"events": [
|
|
@@ -7001,11 +6895,6 @@
|
|
|
7001
6895
|
}
|
|
7002
6896
|
],
|
|
7003
6897
|
"properties": [
|
|
7004
|
-
{
|
|
7005
|
-
"name": "styles",
|
|
7006
|
-
"type": "CSSResult[]",
|
|
7007
|
-
"default": "[\"UUITextStyles\"]"
|
|
7008
|
-
},
|
|
7009
6898
|
{
|
|
7010
6899
|
"name": "value",
|
|
7011
6900
|
"attribute": "value",
|
|
@@ -7016,6 +6905,11 @@
|
|
|
7016
6905
|
"name": "config",
|
|
7017
6906
|
"type": "never[]",
|
|
7018
6907
|
"default": "[]"
|
|
6908
|
+
},
|
|
6909
|
+
{
|
|
6910
|
+
"name": "styles",
|
|
6911
|
+
"type": "CSSResult[]",
|
|
6912
|
+
"default": "[\"UUITextStyles\"]"
|
|
7019
6913
|
}
|
|
7020
6914
|
]
|
|
7021
6915
|
},
|
|
@@ -7030,11 +6924,6 @@
|
|
|
7030
6924
|
}
|
|
7031
6925
|
],
|
|
7032
6926
|
"properties": [
|
|
7033
|
-
{
|
|
7034
|
-
"name": "styles",
|
|
7035
|
-
"type": "CSSResult[]",
|
|
7036
|
-
"default": "[\"UUITextStyles\"]"
|
|
7037
|
-
},
|
|
7038
6927
|
{
|
|
7039
6928
|
"name": "value",
|
|
7040
6929
|
"attribute": "value",
|
|
@@ -7045,6 +6934,11 @@
|
|
|
7045
6934
|
"name": "config",
|
|
7046
6935
|
"type": "never[]",
|
|
7047
6936
|
"default": "[]"
|
|
6937
|
+
},
|
|
6938
|
+
{
|
|
6939
|
+
"name": "styles",
|
|
6940
|
+
"type": "CSSResult[]",
|
|
6941
|
+
"default": "[\"UUITextStyles\"]"
|
|
7048
6942
|
}
|
|
7049
6943
|
]
|
|
7050
6944
|
},
|
|
@@ -7059,11 +6953,6 @@
|
|
|
7059
6953
|
}
|
|
7060
6954
|
],
|
|
7061
6955
|
"properties": [
|
|
7062
|
-
{
|
|
7063
|
-
"name": "styles",
|
|
7064
|
-
"type": "CSSResult[]",
|
|
7065
|
-
"default": "[\"UUITextStyles\",null]"
|
|
7066
|
-
},
|
|
7067
6956
|
{
|
|
7068
6957
|
"name": "value",
|
|
7069
6958
|
"attribute": "value",
|
|
@@ -7074,6 +6963,11 @@
|
|
|
7074
6963
|
"name": "config",
|
|
7075
6964
|
"type": "never[]",
|
|
7076
6965
|
"default": "[]"
|
|
6966
|
+
},
|
|
6967
|
+
{
|
|
6968
|
+
"name": "styles",
|
|
6969
|
+
"type": "CSSResult[]",
|
|
6970
|
+
"default": "[\"UUITextStyles\",null]"
|
|
7077
6971
|
}
|
|
7078
6972
|
],
|
|
7079
6973
|
"events": [
|
|
@@ -7093,11 +6987,6 @@
|
|
|
7093
6987
|
}
|
|
7094
6988
|
],
|
|
7095
6989
|
"properties": [
|
|
7096
|
-
{
|
|
7097
|
-
"name": "styles",
|
|
7098
|
-
"type": "CSSResult[]",
|
|
7099
|
-
"default": "[\"UUITextStyles\",null]"
|
|
7100
|
-
},
|
|
7101
6990
|
{
|
|
7102
6991
|
"name": "value",
|
|
7103
6992
|
"attribute": "value",
|
|
@@ -7108,6 +6997,11 @@
|
|
|
7108
6997
|
"name": "config",
|
|
7109
6998
|
"type": "never[]",
|
|
7110
6999
|
"default": "[]"
|
|
7000
|
+
},
|
|
7001
|
+
{
|
|
7002
|
+
"name": "styles",
|
|
7003
|
+
"type": "CSSResult[]",
|
|
7004
|
+
"default": "[\"UUITextStyles\",null]"
|
|
7111
7005
|
}
|
|
7112
7006
|
],
|
|
7113
7007
|
"events": [
|
|
@@ -7127,11 +7021,6 @@
|
|
|
7127
7021
|
}
|
|
7128
7022
|
],
|
|
7129
7023
|
"properties": [
|
|
7130
|
-
{
|
|
7131
|
-
"name": "styles",
|
|
7132
|
-
"type": "CSSResult[]",
|
|
7133
|
-
"default": "[\"UUITextStyles\"]"
|
|
7134
|
-
},
|
|
7135
7024
|
{
|
|
7136
7025
|
"name": "value",
|
|
7137
7026
|
"attribute": "value",
|
|
@@ -7142,6 +7031,11 @@
|
|
|
7142
7031
|
"name": "config",
|
|
7143
7032
|
"type": "never[]",
|
|
7144
7033
|
"default": "[]"
|
|
7034
|
+
},
|
|
7035
|
+
{
|
|
7036
|
+
"name": "styles",
|
|
7037
|
+
"type": "CSSResult[]",
|
|
7038
|
+
"default": "[\"UUITextStyles\"]"
|
|
7145
7039
|
}
|
|
7146
7040
|
]
|
|
7147
7041
|
},
|
|
@@ -7156,11 +7050,6 @@
|
|
|
7156
7050
|
}
|
|
7157
7051
|
],
|
|
7158
7052
|
"properties": [
|
|
7159
|
-
{
|
|
7160
|
-
"name": "styles",
|
|
7161
|
-
"type": "CSSResult[]",
|
|
7162
|
-
"default": "[\"UUITextStyles\"]"
|
|
7163
|
-
},
|
|
7164
7053
|
{
|
|
7165
7054
|
"name": "value",
|
|
7166
7055
|
"attribute": "value",
|
|
@@ -7171,6 +7060,11 @@
|
|
|
7171
7060
|
"name": "config",
|
|
7172
7061
|
"type": "never[]",
|
|
7173
7062
|
"default": "[]"
|
|
7063
|
+
},
|
|
7064
|
+
{
|
|
7065
|
+
"name": "styles",
|
|
7066
|
+
"type": "CSSResult[]",
|
|
7067
|
+
"default": "[\"UUITextStyles\"]"
|
|
7174
7068
|
}
|
|
7175
7069
|
]
|
|
7176
7070
|
},
|
|
@@ -7185,11 +7079,6 @@
|
|
|
7185
7079
|
}
|
|
7186
7080
|
],
|
|
7187
7081
|
"properties": [
|
|
7188
|
-
{
|
|
7189
|
-
"name": "styles",
|
|
7190
|
-
"type": "CSSResult[]",
|
|
7191
|
-
"default": "[\"UUITextStyles\"]"
|
|
7192
|
-
},
|
|
7193
7082
|
{
|
|
7194
7083
|
"name": "value",
|
|
7195
7084
|
"attribute": "value",
|
|
@@ -7199,6 +7088,11 @@
|
|
|
7199
7088
|
{
|
|
7200
7089
|
"name": "config",
|
|
7201
7090
|
"type": "array"
|
|
7091
|
+
},
|
|
7092
|
+
{
|
|
7093
|
+
"name": "styles",
|
|
7094
|
+
"type": "CSSResult[]",
|
|
7095
|
+
"default": "[\"UUITextStyles\"]"
|
|
7202
7096
|
}
|
|
7203
7097
|
],
|
|
7204
7098
|
"events": [
|
|
@@ -7218,11 +7112,6 @@
|
|
|
7218
7112
|
}
|
|
7219
7113
|
],
|
|
7220
7114
|
"properties": [
|
|
7221
|
-
{
|
|
7222
|
-
"name": "styles",
|
|
7223
|
-
"type": "CSSResult[]",
|
|
7224
|
-
"default": "[\"UUITextStyles\"]"
|
|
7225
|
-
},
|
|
7226
7115
|
{
|
|
7227
7116
|
"name": "value",
|
|
7228
7117
|
"attribute": "value",
|
|
@@ -7233,6 +7122,11 @@
|
|
|
7233
7122
|
"name": "config",
|
|
7234
7123
|
"type": "never[]",
|
|
7235
7124
|
"default": "[]"
|
|
7125
|
+
},
|
|
7126
|
+
{
|
|
7127
|
+
"name": "styles",
|
|
7128
|
+
"type": "CSSResult[]",
|
|
7129
|
+
"default": "[\"UUITextStyles\"]"
|
|
7236
7130
|
}
|
|
7237
7131
|
]
|
|
7238
7132
|
},
|
|
@@ -7247,11 +7141,6 @@
|
|
|
7247
7141
|
}
|
|
7248
7142
|
],
|
|
7249
7143
|
"properties": [
|
|
7250
|
-
{
|
|
7251
|
-
"name": "styles",
|
|
7252
|
-
"type": "CSSResult[]",
|
|
7253
|
-
"default": "[\"UUITextStyles\"]"
|
|
7254
|
-
},
|
|
7255
7144
|
{
|
|
7256
7145
|
"name": "value",
|
|
7257
7146
|
"attribute": "value",
|
|
@@ -7262,6 +7151,11 @@
|
|
|
7262
7151
|
"name": "config",
|
|
7263
7152
|
"type": "never[]",
|
|
7264
7153
|
"default": "[]"
|
|
7154
|
+
},
|
|
7155
|
+
{
|
|
7156
|
+
"name": "styles",
|
|
7157
|
+
"type": "CSSResult[]",
|
|
7158
|
+
"default": "[\"UUITextStyles\"]"
|
|
7265
7159
|
}
|
|
7266
7160
|
]
|
|
7267
7161
|
},
|
|
@@ -7276,11 +7170,6 @@
|
|
|
7276
7170
|
}
|
|
7277
7171
|
],
|
|
7278
7172
|
"properties": [
|
|
7279
|
-
{
|
|
7280
|
-
"name": "styles",
|
|
7281
|
-
"type": "CSSResult[]",
|
|
7282
|
-
"default": "[\"UUITextStyles\"]"
|
|
7283
|
-
},
|
|
7284
7173
|
{
|
|
7285
7174
|
"name": "value",
|
|
7286
7175
|
"attribute": "value",
|
|
@@ -7290,6 +7179,11 @@
|
|
|
7290
7179
|
{
|
|
7291
7180
|
"name": "config",
|
|
7292
7181
|
"type": "array"
|
|
7182
|
+
},
|
|
7183
|
+
{
|
|
7184
|
+
"name": "styles",
|
|
7185
|
+
"type": "CSSResult[]",
|
|
7186
|
+
"default": "[\"UUITextStyles\"]"
|
|
7293
7187
|
}
|
|
7294
7188
|
],
|
|
7295
7189
|
"events": [
|
|
@@ -7309,11 +7203,6 @@
|
|
|
7309
7203
|
}
|
|
7310
7204
|
],
|
|
7311
7205
|
"properties": [
|
|
7312
|
-
{
|
|
7313
|
-
"name": "styles",
|
|
7314
|
-
"type": "CSSResult[]",
|
|
7315
|
-
"default": "[\"UUITextStyles\"]"
|
|
7316
|
-
},
|
|
7317
7206
|
{
|
|
7318
7207
|
"name": "value",
|
|
7319
7208
|
"attribute": "value",
|
|
@@ -7324,6 +7213,11 @@
|
|
|
7324
7213
|
"name": "config",
|
|
7325
7214
|
"type": "never[]",
|
|
7326
7215
|
"default": "[]"
|
|
7216
|
+
},
|
|
7217
|
+
{
|
|
7218
|
+
"name": "styles",
|
|
7219
|
+
"type": "CSSResult[]",
|
|
7220
|
+
"default": "[\"UUITextStyles\"]"
|
|
7327
7221
|
}
|
|
7328
7222
|
]
|
|
7329
7223
|
},
|
|
@@ -7338,11 +7232,6 @@
|
|
|
7338
7232
|
}
|
|
7339
7233
|
],
|
|
7340
7234
|
"properties": [
|
|
7341
|
-
{
|
|
7342
|
-
"name": "styles",
|
|
7343
|
-
"type": "CSSResult[]",
|
|
7344
|
-
"default": "[\"UUITextStyles\"]"
|
|
7345
|
-
},
|
|
7346
7235
|
{
|
|
7347
7236
|
"name": "value",
|
|
7348
7237
|
"attribute": "value",
|
|
@@ -7353,6 +7242,11 @@
|
|
|
7353
7242
|
"name": "config",
|
|
7354
7243
|
"type": "never[]",
|
|
7355
7244
|
"default": "[]"
|
|
7245
|
+
},
|
|
7246
|
+
{
|
|
7247
|
+
"name": "styles",
|
|
7248
|
+
"type": "CSSResult[]",
|
|
7249
|
+
"default": "[\"UUITextStyles\"]"
|
|
7356
7250
|
}
|
|
7357
7251
|
]
|
|
7358
7252
|
},
|
|
@@ -7360,13 +7254,13 @@
|
|
|
7360
7254
|
"name": "umb-file-system-tree-item",
|
|
7361
7255
|
"path": "./../../src/backoffice/templating/components/file-system-tree-item/file-system-tree-item.element.ts",
|
|
7362
7256
|
"properties": [
|
|
7257
|
+
{
|
|
7258
|
+
"name": "item"
|
|
7259
|
+
},
|
|
7363
7260
|
{
|
|
7364
7261
|
"name": "styles",
|
|
7365
7262
|
"type": "CSSResult[]",
|
|
7366
7263
|
"default": "[\"UUITextStyles\",null]"
|
|
7367
|
-
},
|
|
7368
|
-
{
|
|
7369
|
-
"name": "item"
|
|
7370
7264
|
}
|
|
7371
7265
|
]
|
|
7372
7266
|
},
|
|
@@ -7484,6 +7378,17 @@
|
|
|
7484
7378
|
}
|
|
7485
7379
|
]
|
|
7486
7380
|
},
|
|
7381
|
+
{
|
|
7382
|
+
"name": "umb-umbraco-news-dashboard",
|
|
7383
|
+
"path": "./../../src/backoffice/umbraco-news/umbraco-news-dashboard.element.ts",
|
|
7384
|
+
"properties": [
|
|
7385
|
+
{
|
|
7386
|
+
"name": "styles",
|
|
7387
|
+
"type": "CSSResult[]",
|
|
7388
|
+
"default": "[\"UUITextStyles\",null]"
|
|
7389
|
+
}
|
|
7390
|
+
]
|
|
7391
|
+
},
|
|
7487
7392
|
{
|
|
7488
7393
|
"name": "umb-current-user-header-app",
|
|
7489
7394
|
"path": "./../../src/backoffice/users/current-user/current-user-header-app.element.ts",
|
|
@@ -7504,17 +7409,17 @@
|
|
|
7504
7409
|
}
|
|
7505
7410
|
],
|
|
7506
7411
|
"properties": [
|
|
7507
|
-
{
|
|
7508
|
-
"name": "styles",
|
|
7509
|
-
"type": "CSSResultGroup",
|
|
7510
|
-
"default": "[\"UUITextStyles\",null]"
|
|
7511
|
-
},
|
|
7512
7412
|
{
|
|
7513
7413
|
"name": "modalHandler"
|
|
7514
7414
|
},
|
|
7515
7415
|
{
|
|
7516
7416
|
"name": "data",
|
|
7517
7417
|
"attribute": "data"
|
|
7418
|
+
},
|
|
7419
|
+
{
|
|
7420
|
+
"name": "styles",
|
|
7421
|
+
"type": "CSSResultGroup",
|
|
7422
|
+
"default": "[\"UUITextStyles\",null]"
|
|
7518
7423
|
}
|
|
7519
7424
|
]
|
|
7520
7425
|
},
|
|
@@ -7522,13 +7427,13 @@
|
|
|
7522
7427
|
"name": "umb-current-user-modal",
|
|
7523
7428
|
"path": "./../../src/backoffice/users/current-user/modals/current-user/current-user-modal.element.ts",
|
|
7524
7429
|
"properties": [
|
|
7430
|
+
{
|
|
7431
|
+
"name": "modalHandler"
|
|
7432
|
+
},
|
|
7525
7433
|
{
|
|
7526
7434
|
"name": "styles",
|
|
7527
7435
|
"type": "CSSResultGroup",
|
|
7528
7436
|
"default": "[\"UUITextStyles\",null]"
|
|
7529
|
-
},
|
|
7530
|
-
{
|
|
7531
|
-
"name": "modalHandler"
|
|
7532
7437
|
}
|
|
7533
7438
|
]
|
|
7534
7439
|
},
|
|
@@ -7599,8 +7504,8 @@
|
|
|
7599
7504
|
]
|
|
7600
7505
|
},
|
|
7601
7506
|
{
|
|
7602
|
-
"name": "umb-
|
|
7603
|
-
"path": "./../../src/backoffice/users/user-groups/
|
|
7507
|
+
"name": "umb-section-view-user-groups",
|
|
7508
|
+
"path": "./../../src/backoffice/users/user-groups/section-view/section-view-user-groups.element.ts",
|
|
7604
7509
|
"properties": [
|
|
7605
7510
|
{
|
|
7606
7511
|
"name": "styles",
|
|
@@ -7610,40 +7515,51 @@
|
|
|
7610
7515
|
]
|
|
7611
7516
|
},
|
|
7612
7517
|
{
|
|
7613
|
-
"name": "umb-user-group-
|
|
7614
|
-
"path": "./../../src/backoffice/users/user-groups/workspace/user-group-
|
|
7518
|
+
"name": "umb-workspace-action-user-group-save",
|
|
7519
|
+
"path": "./../../src/backoffice/users/user-groups/workspace/actions/workspace-action-user-group-save.element.ts",
|
|
7615
7520
|
"properties": [
|
|
7616
7521
|
{
|
|
7617
7522
|
"name": "styles",
|
|
7618
7523
|
"type": "CSSResult[]",
|
|
7619
7524
|
"default": "[\"UUITextStyles\",null]"
|
|
7620
|
-
},
|
|
7621
|
-
{
|
|
7622
|
-
"name": "defaultPermissions",
|
|
7623
|
-
"type": "{ name: string; permissions: { name: string; description: string; value: boolean; }[]; }[]",
|
|
7624
|
-
"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}]}]"
|
|
7625
7525
|
}
|
|
7626
7526
|
]
|
|
7627
7527
|
},
|
|
7628
7528
|
{
|
|
7629
|
-
"name": "umb-user-group-
|
|
7630
|
-
"path": "./../../src/backoffice/users/user-groups/workspace/user-group-
|
|
7529
|
+
"name": "umb-user-group-table-name-column-layout",
|
|
7530
|
+
"path": "./../../src/backoffice/users/user-groups/workspace/user-group-table-name-column-layout.element.ts",
|
|
7631
7531
|
"properties": [
|
|
7632
7532
|
{
|
|
7633
|
-
"name": "
|
|
7634
|
-
"type": "
|
|
7635
|
-
|
|
7533
|
+
"name": "item",
|
|
7534
|
+
"type": "UmbTableItem"
|
|
7535
|
+
},
|
|
7536
|
+
{
|
|
7537
|
+
"name": "value"
|
|
7636
7538
|
}
|
|
7637
7539
|
]
|
|
7638
7540
|
},
|
|
7639
7541
|
{
|
|
7640
|
-
"name": "umb-
|
|
7641
|
-
"path": "./../../src/backoffice/users/user-
|
|
7642
|
-
},
|
|
7643
|
-
{
|
|
7644
|
-
"name": "umb-section-view-user-groups",
|
|
7645
|
-
"path": "./../../src/backoffice/users/user-section/views/user-groups/section-view-user-groups.element.ts",
|
|
7542
|
+
"name": "umb-user-group-table-sections-column-layout",
|
|
7543
|
+
"path": "./../../src/backoffice/users/user-groups/workspace/user-group-table-sections-column-layout.element.ts",
|
|
7646
7544
|
"properties": [
|
|
7545
|
+
{
|
|
7546
|
+
"name": "item",
|
|
7547
|
+
"type": "UmbTableItem"
|
|
7548
|
+
},
|
|
7549
|
+
{
|
|
7550
|
+
"name": "value"
|
|
7551
|
+
}
|
|
7552
|
+
]
|
|
7553
|
+
},
|
|
7554
|
+
{
|
|
7555
|
+
"name": "umb-user-group-workspace-edit",
|
|
7556
|
+
"path": "./../../src/backoffice/users/user-groups/workspace/user-group-workspace-edit.element.ts",
|
|
7557
|
+
"properties": [
|
|
7558
|
+
{
|
|
7559
|
+
"name": "defaultPermissions",
|
|
7560
|
+
"type": "{ name: string; permissions: { name: string; description: string; value: boolean; }[]; }[]",
|
|
7561
|
+
"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}]}]"
|
|
7562
|
+
},
|
|
7647
7563
|
{
|
|
7648
7564
|
"name": "styles",
|
|
7649
7565
|
"type": "CSSResult[]",
|
|
@@ -7652,34 +7568,41 @@
|
|
|
7652
7568
|
]
|
|
7653
7569
|
},
|
|
7654
7570
|
{
|
|
7655
|
-
"name": "umb-user-group-
|
|
7656
|
-
"path": "./../../src/backoffice/users/user-
|
|
7571
|
+
"name": "umb-user-group-workspace",
|
|
7572
|
+
"path": "./../../src/backoffice/users/user-groups/workspace/user-group-workspace.element.ts",
|
|
7657
7573
|
"properties": [
|
|
7658
7574
|
{
|
|
7659
|
-
"name": "
|
|
7660
|
-
"type": "
|
|
7661
|
-
|
|
7662
|
-
{
|
|
7663
|
-
"name": "value"
|
|
7575
|
+
"name": "styles",
|
|
7576
|
+
"type": "CSSResult[]",
|
|
7577
|
+
"default": "[\"UUITextStyles\"]"
|
|
7664
7578
|
}
|
|
7665
7579
|
]
|
|
7666
7580
|
},
|
|
7667
7581
|
{
|
|
7668
|
-
"name": "umb-
|
|
7669
|
-
"path": "./../../src/backoffice/users/user-
|
|
7582
|
+
"name": "umb-workspace-view-user-groups",
|
|
7583
|
+
"path": "./../../src/backoffice/users/user-groups/workspace/workspace-view-user-groups.element.ts",
|
|
7670
7584
|
"properties": [
|
|
7671
7585
|
{
|
|
7672
|
-
"name": "
|
|
7673
|
-
"type": "
|
|
7674
|
-
|
|
7586
|
+
"name": "styles",
|
|
7587
|
+
"type": "CSSResult[]",
|
|
7588
|
+
"default": "[\"UUITextStyles\",null]"
|
|
7589
|
+
}
|
|
7590
|
+
]
|
|
7591
|
+
},
|
|
7592
|
+
{
|
|
7593
|
+
"name": "umb-user-collection-header",
|
|
7594
|
+
"path": "./../../src/backoffice/users/users/collection/user-collection-header.element.ts",
|
|
7595
|
+
"properties": [
|
|
7675
7596
|
{
|
|
7676
|
-
"name": "
|
|
7597
|
+
"name": "styles",
|
|
7598
|
+
"type": "CSSResult[]",
|
|
7599
|
+
"default": "[\"UUITextStyles\",null]"
|
|
7677
7600
|
}
|
|
7678
7601
|
]
|
|
7679
7602
|
},
|
|
7680
7603
|
{
|
|
7681
|
-
"name": "umb-
|
|
7682
|
-
"path": "./../../src/backoffice/users/
|
|
7604
|
+
"name": "umb-user-collection",
|
|
7605
|
+
"path": "./../../src/backoffice/users/users/collection/user-collection.element.ts",
|
|
7683
7606
|
"properties": [
|
|
7684
7607
|
{
|
|
7685
7608
|
"name": "styles",
|
|
@@ -7689,8 +7612,8 @@
|
|
|
7689
7612
|
]
|
|
7690
7613
|
},
|
|
7691
7614
|
{
|
|
7692
|
-
"name": "umb-
|
|
7693
|
-
"path": "./../../src/backoffice/users/
|
|
7615
|
+
"name": "umb-user-grid-collection-view",
|
|
7616
|
+
"path": "./../../src/backoffice/users/users/collection/views/grid/user-grid-collection-view.element.ts",
|
|
7694
7617
|
"properties": [
|
|
7695
7618
|
{
|
|
7696
7619
|
"name": "styles",
|
|
@@ -7701,7 +7624,7 @@
|
|
|
7701
7624
|
},
|
|
7702
7625
|
{
|
|
7703
7626
|
"name": "umb-user-table-name-column-layout",
|
|
7704
|
-
"path": "./../../src/backoffice/users/
|
|
7627
|
+
"path": "./../../src/backoffice/users/users/collection/views/table/column-layouts/name/user-table-name-column-layout.element.ts",
|
|
7705
7628
|
"properties": [
|
|
7706
7629
|
{
|
|
7707
7630
|
"name": "column",
|
|
@@ -7718,7 +7641,7 @@
|
|
|
7718
7641
|
},
|
|
7719
7642
|
{
|
|
7720
7643
|
"name": "umb-user-table-status-column-layout",
|
|
7721
|
-
"path": "./../../src/backoffice/users/
|
|
7644
|
+
"path": "./../../src/backoffice/users/users/collection/views/table/column-layouts/status/user-table-status-column-layout.element.ts",
|
|
7722
7645
|
"properties": [
|
|
7723
7646
|
{
|
|
7724
7647
|
"name": "value"
|
|
@@ -7726,8 +7649,8 @@
|
|
|
7726
7649
|
]
|
|
7727
7650
|
},
|
|
7728
7651
|
{
|
|
7729
|
-
"name": "umb-
|
|
7730
|
-
"path": "./../../src/backoffice/users/
|
|
7652
|
+
"name": "umb-user-table-collection-view",
|
|
7653
|
+
"path": "./../../src/backoffice/users/users/collection/views/table/user-table-collection-view.element.ts",
|
|
7731
7654
|
"properties": [
|
|
7732
7655
|
{
|
|
7733
7656
|
"name": "styles",
|
|
@@ -7737,42 +7660,133 @@
|
|
|
7737
7660
|
]
|
|
7738
7661
|
},
|
|
7739
7662
|
{
|
|
7740
|
-
"name": "umb-
|
|
7741
|
-
"path": "./../../src/backoffice/users/
|
|
7663
|
+
"name": "umb-workspace-view-users-table",
|
|
7664
|
+
"path": "./../../src/backoffice/users/users/collection/views/table/user-table-collection-view.element.ts",
|
|
7742
7665
|
"properties": [
|
|
7743
7666
|
{
|
|
7744
7667
|
"name": "styles",
|
|
7745
7668
|
"type": "CSSResult[]",
|
|
7746
7669
|
"default": "[\"UUITextStyles\",null]"
|
|
7670
|
+
}
|
|
7671
|
+
]
|
|
7672
|
+
},
|
|
7673
|
+
{
|
|
7674
|
+
"name": "umb-user-input",
|
|
7675
|
+
"path": "./../../src/backoffice/users/users/components/user-input/user-input.element.ts",
|
|
7676
|
+
"attributes": [
|
|
7677
|
+
{
|
|
7678
|
+
"name": "min",
|
|
7679
|
+
"description": "This is a minimum amount of selected items in this input.",
|
|
7680
|
+
"type": "number",
|
|
7681
|
+
"default": "\"0\""
|
|
7747
7682
|
},
|
|
7748
7683
|
{
|
|
7749
|
-
"name": "
|
|
7750
|
-
"
|
|
7684
|
+
"name": "max",
|
|
7685
|
+
"description": "This is a maximum amount of selected items in this input.",
|
|
7686
|
+
"type": "number",
|
|
7687
|
+
"default": "\"Infinity\""
|
|
7688
|
+
},
|
|
7689
|
+
{
|
|
7690
|
+
"name": "min-message",
|
|
7691
|
+
"description": "Min validation message.",
|
|
7692
|
+
"type": "boolean",
|
|
7693
|
+
"default": "\"\""
|
|
7751
7694
|
},
|
|
7752
7695
|
{
|
|
7753
|
-
"name": "
|
|
7754
|
-
"
|
|
7696
|
+
"name": "maxMessage",
|
|
7697
|
+
"description": "Max validation message.",
|
|
7698
|
+
"type": "boolean",
|
|
7699
|
+
"default": "\"\""
|
|
7755
7700
|
},
|
|
7756
7701
|
{
|
|
7757
|
-
"name": "
|
|
7758
|
-
"
|
|
7702
|
+
"name": "value",
|
|
7703
|
+
"type": "string"
|
|
7759
7704
|
}
|
|
7760
|
-
]
|
|
7761
|
-
},
|
|
7762
|
-
{
|
|
7763
|
-
"name": "umb-workspace-view-users-overview",
|
|
7764
|
-
"path": "./../../src/backoffice/users/user-section/views/users/workspace-view-users-overview.element.ts",
|
|
7705
|
+
],
|
|
7765
7706
|
"properties": [
|
|
7707
|
+
{
|
|
7708
|
+
"name": "min",
|
|
7709
|
+
"attribute": "min",
|
|
7710
|
+
"description": "This is a minimum amount of selected items in this input.",
|
|
7711
|
+
"type": "number",
|
|
7712
|
+
"default": "\"0\""
|
|
7713
|
+
},
|
|
7714
|
+
{
|
|
7715
|
+
"name": "max",
|
|
7716
|
+
"attribute": "max",
|
|
7717
|
+
"description": "This is a maximum amount of selected items in this input.",
|
|
7718
|
+
"type": "number",
|
|
7719
|
+
"default": "\"Infinity\""
|
|
7720
|
+
},
|
|
7721
|
+
{
|
|
7722
|
+
"name": "minMessage",
|
|
7723
|
+
"attribute": "min-message",
|
|
7724
|
+
"description": "Min validation message.",
|
|
7725
|
+
"type": "boolean",
|
|
7726
|
+
"default": "\"\""
|
|
7727
|
+
},
|
|
7728
|
+
{
|
|
7729
|
+
"name": "maxMessage",
|
|
7730
|
+
"attribute": "maxMessage",
|
|
7731
|
+
"description": "Max validation message.",
|
|
7732
|
+
"type": "boolean",
|
|
7733
|
+
"default": "\"\""
|
|
7734
|
+
},
|
|
7735
|
+
{
|
|
7736
|
+
"name": "selectedIds",
|
|
7737
|
+
"type": "string[]"
|
|
7738
|
+
},
|
|
7766
7739
|
{
|
|
7767
7740
|
"name": "styles",
|
|
7768
7741
|
"type": "CSSResult[]",
|
|
7769
7742
|
"default": "[\"UUITextStyles\",null]"
|
|
7743
|
+
},
|
|
7744
|
+
{
|
|
7745
|
+
"name": "formAssociated",
|
|
7746
|
+
"type": "boolean"
|
|
7747
|
+
},
|
|
7748
|
+
{
|
|
7749
|
+
"name": "value",
|
|
7750
|
+
"attribute": "value",
|
|
7751
|
+
"type": "string"
|
|
7752
|
+
},
|
|
7753
|
+
{
|
|
7754
|
+
"name": "name",
|
|
7755
|
+
"type": "string"
|
|
7756
|
+
},
|
|
7757
|
+
{
|
|
7758
|
+
"name": "validationMessage",
|
|
7759
|
+
"type": "string"
|
|
7760
|
+
},
|
|
7761
|
+
{
|
|
7762
|
+
"name": "validity",
|
|
7763
|
+
"type": "ValidityState"
|
|
7764
|
+
},
|
|
7765
|
+
{
|
|
7766
|
+
"name": "pristine",
|
|
7767
|
+
"type": "boolean"
|
|
7768
|
+
},
|
|
7769
|
+
{
|
|
7770
|
+
"name": "required",
|
|
7771
|
+
"type": "boolean"
|
|
7772
|
+
},
|
|
7773
|
+
{
|
|
7774
|
+
"name": "requiredMessage",
|
|
7775
|
+
"type": "string"
|
|
7776
|
+
},
|
|
7777
|
+
{
|
|
7778
|
+
"name": "error",
|
|
7779
|
+
"type": "boolean"
|
|
7780
|
+
},
|
|
7781
|
+
{
|
|
7782
|
+
"name": "errorMessage",
|
|
7783
|
+
"type": "string"
|
|
7770
7784
|
}
|
|
7771
7785
|
]
|
|
7772
7786
|
},
|
|
7773
7787
|
{
|
|
7774
|
-
"name": "umb-
|
|
7775
|
-
"path": "./../../src/backoffice/users/
|
|
7788
|
+
"name": "umb-create-user-modal",
|
|
7789
|
+
"path": "./../../src/backoffice/users/users/modals/create-user/create-user-modal.element.ts",
|
|
7776
7790
|
"properties": [
|
|
7777
7791
|
{
|
|
7778
7792
|
"name": "styles",
|
|
@@ -7782,8 +7796,8 @@
|
|
|
7782
7796
|
]
|
|
7783
7797
|
},
|
|
7784
7798
|
{
|
|
7785
|
-
"name": "umb-
|
|
7786
|
-
"path": "./../../src/backoffice/users/users/modals/
|
|
7799
|
+
"name": "umb-invite-user-modal",
|
|
7800
|
+
"path": "./../../src/backoffice/users/users/modals/invite-user/invite-user-modal.element.ts",
|
|
7787
7801
|
"properties": [
|
|
7788
7802
|
{
|
|
7789
7803
|
"name": "styles",
|
|
@@ -7793,9 +7807,15 @@
|
|
|
7793
7807
|
]
|
|
7794
7808
|
},
|
|
7795
7809
|
{
|
|
7796
|
-
"name": "umb-
|
|
7797
|
-
"path": "./../../src/backoffice/users/users/modals/
|
|
7810
|
+
"name": "umb-user-picker-modal",
|
|
7811
|
+
"path": "./../../src/backoffice/users/users/modals/user-picker/user-picker-modal.element.ts",
|
|
7798
7812
|
"properties": [
|
|
7813
|
+
{
|
|
7814
|
+
"name": "modalHandler"
|
|
7815
|
+
},
|
|
7816
|
+
{
|
|
7817
|
+
"name": "data"
|
|
7818
|
+
},
|
|
7799
7819
|
{
|
|
7800
7820
|
"name": "styles",
|
|
7801
7821
|
"type": "CSSResult[]",
|
|
@@ -7804,8 +7824,8 @@
|
|
|
7804
7824
|
]
|
|
7805
7825
|
},
|
|
7806
7826
|
{
|
|
7807
|
-
"name": "umb-
|
|
7808
|
-
"path": "./../../src/backoffice/users/users/
|
|
7827
|
+
"name": "umb-section-view-users",
|
|
7828
|
+
"path": "./../../src/backoffice/users/users/section-view/users-section-view.element.ts",
|
|
7809
7829
|
"properties": [
|
|
7810
7830
|
{
|
|
7811
7831
|
"name": "styles",
|
|
@@ -7815,8 +7835,8 @@
|
|
|
7815
7835
|
]
|
|
7816
7836
|
},
|
|
7817
7837
|
{
|
|
7818
|
-
"name": "umb-workspace-action-
|
|
7819
|
-
"path": "./../../src/backoffice/users/users/workspace/actions/workspace-action-
|
|
7838
|
+
"name": "umb-user-workspace-action-save",
|
|
7839
|
+
"path": "./../../src/backoffice/users/users/workspace/actions/user-workspace-action-save.element.ts",
|
|
7820
7840
|
"properties": [
|
|
7821
7841
|
{
|
|
7822
7842
|
"name": "styles",
|
|
@@ -7893,19 +7913,6 @@
|
|
|
7893
7913
|
}
|
|
7894
7914
|
]
|
|
7895
7915
|
},
|
|
7896
|
-
{
|
|
7897
|
-
"name": "umb-modal-element",
|
|
7898
|
-
"path": "./../../src/core/modal/modal-element.element.ts",
|
|
7899
|
-
"properties": [
|
|
7900
|
-
{
|
|
7901
|
-
"name": "modalHandler"
|
|
7902
|
-
},
|
|
7903
|
-
{
|
|
7904
|
-
"name": "data",
|
|
7905
|
-
"type": "UmbModalData | undefined"
|
|
7906
|
-
}
|
|
7907
|
-
]
|
|
7908
|
-
},
|
|
7909
7916
|
{
|
|
7910
7917
|
"name": "umb-story-modal-context-example",
|
|
7911
7918
|
"path": "./../../src/core/modal/stories/story-modal-service-example.element.ts",
|
|
@@ -7939,17 +7946,17 @@
|
|
|
7939
7946
|
}
|
|
7940
7947
|
],
|
|
7941
7948
|
"properties": [
|
|
7942
|
-
{
|
|
7943
|
-
"name": "styles",
|
|
7944
|
-
"type": "CSSResult[]",
|
|
7945
|
-
"default": "[\"UUITextStyles\"]"
|
|
7946
|
-
},
|
|
7947
7949
|
{
|
|
7948
7950
|
"name": "notificationHandler"
|
|
7949
7951
|
},
|
|
7950
7952
|
{
|
|
7951
7953
|
"name": "data",
|
|
7952
7954
|
"attribute": "data"
|
|
7955
|
+
},
|
|
7956
|
+
{
|
|
7957
|
+
"name": "styles",
|
|
7958
|
+
"type": "CSSResult[]",
|
|
7959
|
+
"default": "[\"UUITextStyles\"]"
|
|
7953
7960
|
}
|
|
7954
7961
|
]
|
|
7955
7962
|
},
|
|
@@ -7967,11 +7974,6 @@
|
|
|
7967
7974
|
}
|
|
7968
7975
|
],
|
|
7969
7976
|
"properties": [
|
|
7970
|
-
{
|
|
7971
|
-
"name": "styles",
|
|
7972
|
-
"type": "CSSResult[]",
|
|
7973
|
-
"default": "[null]"
|
|
7974
|
-
},
|
|
7975
7977
|
{
|
|
7976
7978
|
"name": "routes",
|
|
7977
7979
|
"attribute": "routes",
|
|
@@ -7988,6 +7990,11 @@
|
|
|
7988
7990
|
{
|
|
7989
7991
|
"name": "absoluteActiveViewPath",
|
|
7990
7992
|
"type": "string"
|
|
7993
|
+
},
|
|
7994
|
+
{
|
|
7995
|
+
"name": "styles",
|
|
7996
|
+
"type": "CSSResult[]",
|
|
7997
|
+
"default": "[null]"
|
|
7991
7998
|
}
|
|
7992
7999
|
],
|
|
7993
8000
|
"events": [
|
|
@@ -8020,11 +8027,6 @@
|
|
|
8020
8027
|
"attribute": "variantId",
|
|
8021
8028
|
"type": "UmbVariantId[]"
|
|
8022
8029
|
},
|
|
8023
|
-
{
|
|
8024
|
-
"name": "styles",
|
|
8025
|
-
"type": "CSSResult[]",
|
|
8026
|
-
"default": "[null]"
|
|
8027
|
-
},
|
|
8028
8030
|
{
|
|
8029
8031
|
"name": "routes",
|
|
8030
8032
|
"attribute": "routes",
|
|
@@ -8041,6 +8043,11 @@
|
|
|
8041
8043
|
{
|
|
8042
8044
|
"name": "absoluteActiveViewPath",
|
|
8043
8045
|
"type": "string"
|
|
8046
|
+
},
|
|
8047
|
+
{
|
|
8048
|
+
"name": "styles",
|
|
8049
|
+
"type": "CSSResult[]",
|
|
8050
|
+
"default": "[null]"
|
|
8044
8051
|
}
|
|
8045
8052
|
],
|
|
8046
8053
|
"events": [
|
|
@@ -8054,6 +8061,47 @@
|
|
|
8054
8061
|
}
|
|
8055
8062
|
]
|
|
8056
8063
|
},
|
|
8064
|
+
{
|
|
8065
|
+
"name": "umb-error",
|
|
8066
|
+
"path": "./../../src/error/error.element.ts",
|
|
8067
|
+
"description": "A full page error element that can be used either solo or for instance as the error 500 page and BootFailed",
|
|
8068
|
+
"attributes": [
|
|
8069
|
+
{
|
|
8070
|
+
"name": "errorMessage",
|
|
8071
|
+
"description": "The error message to display",
|
|
8072
|
+
"type": "string | undefined"
|
|
8073
|
+
},
|
|
8074
|
+
{
|
|
8075
|
+
"name": "error",
|
|
8076
|
+
"description": "The error to display",
|
|
8077
|
+
"type": "unknown"
|
|
8078
|
+
}
|
|
8079
|
+
],
|
|
8080
|
+
"properties": [
|
|
8081
|
+
{
|
|
8082
|
+
"name": "errorMessage",
|
|
8083
|
+
"attribute": "errorMessage",
|
|
8084
|
+
"description": "The error message to display",
|
|
8085
|
+
"type": "string | undefined"
|
|
8086
|
+
},
|
|
8087
|
+
{
|
|
8088
|
+
"name": "error",
|
|
8089
|
+
"attribute": "error",
|
|
8090
|
+
"description": "The error to display",
|
|
8091
|
+
"type": "unknown"
|
|
8092
|
+
},
|
|
8093
|
+
{
|
|
8094
|
+
"name": "render",
|
|
8095
|
+
"type": "() => TemplateResult<1>",
|
|
8096
|
+
"default": "\"() => html`\\n\\t\\t<div id=\\\"background\\\"></div>\\n\\n\\t\\t<div id=\\\"logo\\\">\\n\\t\\t\\t<img src=\\\"${logoImg}\\\" alt=\\\"Umbraco\\\" />\\n\\t\\t</div>\\n\\n\\t\\t<div id=\\\"container\\\">\\n\\t\\t\\t<uui-box id=\\\"box\\\">\\n\\t\\t\\t\\t<h1>Something went wrong</h1>\\n\\t\\t\\t\\t<p>${this.errorMessage}</p>\\n\\t\\t\\t\\t${this.error\\n\\t\\t\\t\\t\\t? html`\\n\\t\\t\\t\\t\\t\\t\\t<details>\\n\\t\\t\\t\\t\\t\\t\\t\\t<summary>Details</summary>\\n\\t\\t\\t\\t\\t\\t\\t\\t${this.renderError(this.error)}\\n\\t\\t\\t\\t\\t\\t\\t</details>\\n\\t\\t\\t\\t\\t `\\n\\t\\t\\t\\t\\t: nothing}\\n\\t\\t\\t</uui-box>\\n\\t\\t</div>\\n\\t`\""
|
|
8097
|
+
},
|
|
8098
|
+
{
|
|
8099
|
+
"name": "styles",
|
|
8100
|
+
"type": "CSSResult",
|
|
8101
|
+
"default": "\"css`\\n\\t\\t#background {\\n\\t\\t\\tposition: fixed;\\n\\t\\t\\toverflow: hidden;\\n\\t\\t\\tbackground-position: 50%;\\n\\t\\t\\tbackground-repeat: no-repeat;\\n\\t\\t\\tbackground-size: cover;\\n\\t\\t\\tbackground-image: url('${unsafeCSS(backgroundImg)}');\\n\\t\\t\\twidth: 100vw;\\n\\t\\t\\theight: 100vh;\\n\\t\\t}\\n\\n\\t\\t#logo {\\n\\t\\t\\tposition: fixed;\\n\\t\\t\\ttop: var(--uui-size-space-5);\\n\\t\\t\\tleft: var(--uui-size-space-5);\\n\\t\\t\\theight: 30px;\\n\\t\\t}\\n\\n\\t\\t#logo img {\\n\\t\\t\\theight: 100%;\\n\\t\\t}\\n\\n\\t\\t#container {\\n\\t\\t\\tposition: relative;\\n\\t\\t\\tdisplay: flex;\\n\\t\\t\\talign-items: center;\\n\\t\\t\\tjustify-content: center;\\n\\t\\t\\twidth: 100vw;\\n\\t\\t\\theight: 100vh;\\n\\t\\t}\\n\\n\\t\\t#box {\\n\\t\\t\\twidth: 50vw;\\n\\t\\t\\tpadding: var(--uui-size-space-6) var(--uui-size-space-5) var(--uui-size-space-5) var(--uui-size-space-5);\\n\\t\\t}\\n\\n\\t\\tdetails {\\n\\t\\t\\tpadding: var(--uui-size-space-2) var(--uui-size-space-3);\\n\\t\\t\\tbackground: var(--uui-color-surface-alt);\\n\\t\\t}\\n\\n\\t\\tpre {\\n\\t\\t\\twidth: 100%;\\n\\t\\t\\toverflow: auto;\\n\\t\\t}\\n\\t`\""
|
|
8102
|
+
}
|
|
8103
|
+
]
|
|
8104
|
+
},
|
|
8057
8105
|
{
|
|
8058
8106
|
"name": "umb-installer-consent",
|
|
8059
8107
|
"path": "./../../src/installer/consent/installer-consent.element.ts",
|
|
@@ -8069,13 +8117,13 @@
|
|
|
8069
8117
|
"name": "umb-installer-database",
|
|
8070
8118
|
"path": "./../../src/installer/database/installer-database.element.ts",
|
|
8071
8119
|
"properties": [
|
|
8120
|
+
{
|
|
8121
|
+
"name": "databaseFormData"
|
|
8122
|
+
},
|
|
8072
8123
|
{
|
|
8073
8124
|
"name": "styles",
|
|
8074
8125
|
"type": "CSSResultGroup",
|
|
8075
8126
|
"default": "[null]"
|
|
8076
|
-
},
|
|
8077
|
-
{
|
|
8078
|
-
"name": "databaseFormData"
|
|
8079
8127
|
}
|
|
8080
8128
|
]
|
|
8081
8129
|
},
|
|
@@ -8094,15 +8142,15 @@
|
|
|
8094
8142
|
"name": "umb-installer",
|
|
8095
8143
|
"path": "./../../src/installer/installer.element.ts",
|
|
8096
8144
|
"properties": [
|
|
8097
|
-
{
|
|
8098
|
-
"name": "styles",
|
|
8099
|
-
"type": "CSSResultGroup",
|
|
8100
|
-
"default": "[null]"
|
|
8101
|
-
},
|
|
8102
8145
|
{
|
|
8103
8146
|
"name": "step",
|
|
8104
8147
|
"type": "number",
|
|
8105
8148
|
"default": "1"
|
|
8149
|
+
},
|
|
8150
|
+
{
|
|
8151
|
+
"name": "styles",
|
|
8152
|
+
"type": "CSSResultGroup",
|
|
8153
|
+
"default": "[null]"
|
|
8106
8154
|
}
|
|
8107
8155
|
]
|
|
8108
8156
|
},
|
|
@@ -8163,11 +8211,6 @@
|
|
|
8163
8211
|
}
|
|
8164
8212
|
],
|
|
8165
8213
|
"properties": [
|
|
8166
|
-
{
|
|
8167
|
-
"name": "styles",
|
|
8168
|
-
"type": "CSSResultGroup",
|
|
8169
|
-
"default": "[null]"
|
|
8170
|
-
},
|
|
8171
8214
|
{
|
|
8172
8215
|
"name": "fetching",
|
|
8173
8216
|
"attribute": "fetching",
|
|
@@ -8189,6 +8232,11 @@
|
|
|
8189
8232
|
{
|
|
8190
8233
|
"name": "settings",
|
|
8191
8234
|
"attribute": "settings"
|
|
8235
|
+
},
|
|
8236
|
+
{
|
|
8237
|
+
"name": "styles",
|
|
8238
|
+
"type": "CSSResultGroup",
|
|
8239
|
+
"default": "[null]"
|
|
8192
8240
|
}
|
|
8193
8241
|
],
|
|
8194
8242
|
"events": [
|