@umbraco-cms/backoffice 1.0.0-next.c1172939 → 1.0.0-next.c62aa1ac
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 +594 -272
- package/context-api.d.ts +76 -6
- package/controller.d.ts +7 -6
- package/custom-elements.json +1361 -443
- package/element.d.ts +6 -6
- package/entity-action.d.ts +29 -19
- package/extensions-api.d.ts +7 -5
- package/extensions-registry.d.ts +178 -17
- package/modal.d.ts +295 -13
- package/models.d.ts +14 -9
- package/notification.d.ts +1 -1
- package/observable-api.d.ts +90 -49
- package/package.json +1 -1
- package/picker-input.d.ts +24 -0
- package/property-editor.d.ts +1 -1
- package/repository.d.ts +85 -30
- package/resources.d.ts +9 -7
- package/router.d.ts +380 -0
- package/sorter.d.ts +103 -0
- package/store.d.ts +51 -56
- package/umbraco-package-schema.json +2439 -0
- package/utils.d.ts +4 -2
- package/vscode-html-custom-data.json +421 -94
- package/workspace.d.ts +19 -12
package/custom-elements.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"tags": [
|
|
4
4
|
{
|
|
5
5
|
"name": "umb-auth-layout",
|
|
6
|
-
"path": "
|
|
6
|
+
"path": "./../../apps/auth/src/auth-layout.element.ts",
|
|
7
7
|
"properties": [
|
|
8
8
|
{
|
|
9
9
|
"name": "styles",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "umb-external-login-provider-test",
|
|
17
|
-
"path": "
|
|
17
|
+
"path": "./../../apps/auth/src/external-login-providers/external-login-provider-test.element.ts",
|
|
18
18
|
"properties": [
|
|
19
19
|
{
|
|
20
20
|
"name": "styles",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
27
|
"name": "umb-external-login-provider-test2",
|
|
28
|
-
"path": "
|
|
28
|
+
"path": "./../../apps/auth/src/external-login-providers/external-login-provider-test2.element.ts",
|
|
29
29
|
"properties": [
|
|
30
30
|
{
|
|
31
31
|
"name": "styles",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
"name": "umb-login",
|
|
39
|
-
"path": "
|
|
39
|
+
"path": "./../../apps/auth/src/login.element.ts",
|
|
40
40
|
"properties": [
|
|
41
41
|
{
|
|
42
42
|
"name": "styles",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
49
|
"name": "umb-backoffice",
|
|
50
|
-
"path": "
|
|
50
|
+
"path": "./../../src/backoffice/backoffice.element.ts",
|
|
51
51
|
"properties": [
|
|
52
52
|
{
|
|
53
53
|
"name": "styles",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
},
|
|
59
59
|
{
|
|
60
60
|
"name": "umb-dashboard-redirect-management",
|
|
61
|
-
"path": "
|
|
61
|
+
"path": "./../../src/backoffice/documents/dashboards/redirect-management/dashboard-redirect-management.element.ts",
|
|
62
62
|
"attributes": [
|
|
63
63
|
{
|
|
64
64
|
"name": "items-per-page",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
84
|
"name": "umb-dashboard-welcome",
|
|
85
|
-
"path": "
|
|
85
|
+
"path": "./../../src/backoffice/documents/dashboards/welcome/dashboard-welcome.element.ts",
|
|
86
86
|
"properties": [
|
|
87
87
|
{
|
|
88
88
|
"name": "styles",
|
|
@@ -93,11 +93,11 @@
|
|
|
93
93
|
},
|
|
94
94
|
{
|
|
95
95
|
"name": "umb-document-blueprint-root-workspace",
|
|
96
|
-
"path": "
|
|
96
|
+
"path": "./../../src/backoffice/documents/document-blueprints/workspace/document-blueprint-root-workspace.element.ts"
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"name": "umb-allowed-document-types-modal",
|
|
100
|
-
"path": "
|
|
100
|
+
"path": "./../../src/backoffice/documents/document-types/modals/allowed-document-types/allowed-document-types-modal.element.ts",
|
|
101
101
|
"properties": [
|
|
102
102
|
{
|
|
103
103
|
"name": "styles",
|
|
@@ -107,8 +107,8 @@
|
|
|
107
107
|
]
|
|
108
108
|
},
|
|
109
109
|
{
|
|
110
|
-
"name": "umb-document-type-workspace-
|
|
111
|
-
"path": "
|
|
110
|
+
"name": "umb-document-type-workspace-editor",
|
|
111
|
+
"path": "./../../src/backoffice/documents/document-types/workspace/document-type-workspace-editor.element.ts",
|
|
112
112
|
"properties": [
|
|
113
113
|
{
|
|
114
114
|
"name": "styles",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
"name": "umb-document-type-workspace",
|
|
122
|
-
"path": "
|
|
122
|
+
"path": "./../../src/backoffice/documents/document-types/workspace/document-type-workspace.element.ts",
|
|
123
123
|
"properties": [
|
|
124
124
|
{
|
|
125
125
|
"name": "styles",
|
|
@@ -129,8 +129,182 @@
|
|
|
129
129
|
]
|
|
130
130
|
},
|
|
131
131
|
{
|
|
132
|
-
"name": "umb-workspace-view-
|
|
133
|
-
"path": "
|
|
132
|
+
"name": "umb-document-type-workspace-view-design",
|
|
133
|
+
"path": "./../../src/backoffice/documents/document-types/workspace/views/design/document-type-workspace-view-design.element.ts",
|
|
134
|
+
"properties": [
|
|
135
|
+
{
|
|
136
|
+
"name": "styles",
|
|
137
|
+
"type": "CSSResult[]",
|
|
138
|
+
"default": "[\"UUITextStyles\",null]"
|
|
139
|
+
}
|
|
140
|
+
]
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"name": "umb-document-type-workspace-view-edit-properties",
|
|
144
|
+
"path": "./../../src/backoffice/documents/document-types/workspace/views/design/document-type-workspace-view-edit-properties.element.ts",
|
|
145
|
+
"attributes": [
|
|
146
|
+
{
|
|
147
|
+
"name": "container-id",
|
|
148
|
+
"type": "string | undefined"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"name": "container-name",
|
|
152
|
+
"type": "string | undefined"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"name": "container-type",
|
|
156
|
+
"type": "PropertyContainerTypes | undefined"
|
|
157
|
+
}
|
|
158
|
+
],
|
|
159
|
+
"properties": [
|
|
160
|
+
{
|
|
161
|
+
"name": "containerId",
|
|
162
|
+
"attribute": "container-id",
|
|
163
|
+
"type": "string | undefined"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"name": "containerName",
|
|
167
|
+
"attribute": "container-name",
|
|
168
|
+
"type": "string | undefined"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"name": "containerType",
|
|
172
|
+
"attribute": "container-type",
|
|
173
|
+
"type": "PropertyContainerTypes | undefined"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"name": "styles",
|
|
177
|
+
"type": "CSSResult[]",
|
|
178
|
+
"default": "[\"UUITextStyles\",null]"
|
|
179
|
+
}
|
|
180
|
+
]
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"name": "document-type-workspace-view-edit-property",
|
|
184
|
+
"path": "./../../src/backoffice/documents/document-types/workspace/views/design/document-type-workspace-view-edit-property.element.ts",
|
|
185
|
+
"attributes": [
|
|
186
|
+
{
|
|
187
|
+
"name": "property",
|
|
188
|
+
"description": "Property, the data object for the property.",
|
|
189
|
+
"type": "PropertyTypeResponseModelBaseModel",
|
|
190
|
+
"default": "\"undefined\""
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"name": "inherited",
|
|
194
|
+
"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.",
|
|
195
|
+
"type": "boolean",
|
|
196
|
+
"default": "\"undefined\""
|
|
197
|
+
}
|
|
198
|
+
],
|
|
199
|
+
"properties": [
|
|
200
|
+
{
|
|
201
|
+
"name": "property",
|
|
202
|
+
"attribute": "property",
|
|
203
|
+
"description": "Property, the data object for the property.",
|
|
204
|
+
"type": "PropertyTypeResponseModelBaseModel",
|
|
205
|
+
"default": "\"undefined\""
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"name": "inherited",
|
|
209
|
+
"attribute": "inherited",
|
|
210
|
+
"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.",
|
|
211
|
+
"type": "boolean",
|
|
212
|
+
"default": "\"undefined\""
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"name": "styles",
|
|
216
|
+
"type": "CSSResult[]",
|
|
217
|
+
"default": "[\"UUITextStyles\",null]"
|
|
218
|
+
}
|
|
219
|
+
],
|
|
220
|
+
"events": [
|
|
221
|
+
{
|
|
222
|
+
"name": "partial-property-update"
|
|
223
|
+
}
|
|
224
|
+
],
|
|
225
|
+
"slots": [
|
|
226
|
+
{
|
|
227
|
+
"name": "editor",
|
|
228
|
+
"description": "Slot for rendering the Property Editor"
|
|
229
|
+
}
|
|
230
|
+
]
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"name": "umb-document-type-workspace-view-edit-tab",
|
|
234
|
+
"path": "./../../src/backoffice/documents/document-types/workspace/views/design/document-type-workspace-view-edit-tab.element.ts",
|
|
235
|
+
"attributes": [
|
|
236
|
+
{
|
|
237
|
+
"name": "ownerTabId",
|
|
238
|
+
"type": "string | undefined"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"name": "tabName",
|
|
242
|
+
"type": "string | undefined"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"name": "noTabName",
|
|
246
|
+
"type": "boolean"
|
|
247
|
+
}
|
|
248
|
+
],
|
|
249
|
+
"properties": [
|
|
250
|
+
{
|
|
251
|
+
"name": "styles",
|
|
252
|
+
"type": "CSSResult[]",
|
|
253
|
+
"default": "[\"UUITextStyles\",null]"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"name": "ownerTabId",
|
|
257
|
+
"attribute": "ownerTabId",
|
|
258
|
+
"type": "string | undefined"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"name": "tabName",
|
|
262
|
+
"attribute": "tabName",
|
|
263
|
+
"type": "string | undefined"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"name": "noTabName",
|
|
267
|
+
"attribute": "noTabName",
|
|
268
|
+
"type": "boolean"
|
|
269
|
+
}
|
|
270
|
+
]
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"name": "umb-document-type-workspace-view-edit",
|
|
274
|
+
"path": "./../../src/backoffice/documents/document-types/workspace/views/design/document-type-workspace-view-edit.element.ts",
|
|
275
|
+
"properties": [
|
|
276
|
+
{
|
|
277
|
+
"name": "styles",
|
|
278
|
+
"type": "CSSResult[]",
|
|
279
|
+
"default": "[\"UUITextStyles\",null]"
|
|
280
|
+
}
|
|
281
|
+
]
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"name": "umb-document-type-workspace-view-details",
|
|
285
|
+
"path": "./../../src/backoffice/documents/document-types/workspace/views/details/document-type-workspace-view-details.element.ts",
|
|
286
|
+
"properties": [
|
|
287
|
+
{
|
|
288
|
+
"name": "styles",
|
|
289
|
+
"type": "CSSResult[]",
|
|
290
|
+
"default": "[\"UUITextStyles\",null]"
|
|
291
|
+
}
|
|
292
|
+
]
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"name": "umb-document-type-workspace-view-structure",
|
|
296
|
+
"path": "./../../src/backoffice/documents/document-types/workspace/views/structure/document-type-workspace-view-structure.element.ts",
|
|
297
|
+
"properties": [
|
|
298
|
+
{
|
|
299
|
+
"name": "styles",
|
|
300
|
+
"type": "CSSResult[]",
|
|
301
|
+
"default": "[\"UUITextStyles\",null]"
|
|
302
|
+
}
|
|
303
|
+
]
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"name": "umb-document-type-workspace-view-templates",
|
|
307
|
+
"path": "./../../src/backoffice/documents/document-types/workspace/views/templates/document-type-workspace-view-templates.element.ts",
|
|
134
308
|
"properties": [
|
|
135
309
|
{
|
|
136
310
|
"name": "styles",
|
|
@@ -141,7 +315,7 @@
|
|
|
141
315
|
},
|
|
142
316
|
{
|
|
143
317
|
"name": "umb-document-table-actions-column-layout",
|
|
144
|
-
"path": "
|
|
318
|
+
"path": "./../../src/backoffice/documents/documents/collection/views/table/column-layouts/document-table-actions-column-layout.element.ts",
|
|
145
319
|
"properties": [
|
|
146
320
|
{
|
|
147
321
|
"name": "styles",
|
|
@@ -163,7 +337,7 @@
|
|
|
163
337
|
},
|
|
164
338
|
{
|
|
165
339
|
"name": "umb-document-table-collection-view",
|
|
166
|
-
"path": "
|
|
340
|
+
"path": "./../../src/backoffice/documents/documents/collection/views/table/document-table-collection-view.element.ts",
|
|
167
341
|
"properties": [
|
|
168
342
|
{
|
|
169
343
|
"name": "styles",
|
|
@@ -174,7 +348,7 @@
|
|
|
174
348
|
},
|
|
175
349
|
{
|
|
176
350
|
"name": "umb-collection-view-document-table",
|
|
177
|
-
"path": "
|
|
351
|
+
"path": "./../../src/backoffice/documents/documents/collection/views/table/document-table-collection-view.element.ts",
|
|
178
352
|
"properties": [
|
|
179
353
|
{
|
|
180
354
|
"name": "styles",
|
|
@@ -185,11 +359,22 @@
|
|
|
185
359
|
},
|
|
186
360
|
{
|
|
187
361
|
"name": "umb-document-menu-item",
|
|
188
|
-
"path": "
|
|
362
|
+
"path": "./../../src/backoffice/documents/documents/menu-item/document-menu-item.element.ts"
|
|
189
363
|
},
|
|
190
364
|
{
|
|
191
365
|
"name": "umb-document-picker-modal",
|
|
192
|
-
"path": "
|
|
366
|
+
"path": "./../../src/backoffice/documents/documents/modals/document-picker/document-picker-modal.element.ts",
|
|
367
|
+
"properties": [
|
|
368
|
+
{
|
|
369
|
+
"name": "styles",
|
|
370
|
+
"type": "CSSResult[]",
|
|
371
|
+
"default": "[\"UUITextStyles\",null]"
|
|
372
|
+
}
|
|
373
|
+
]
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"name": "umb-document-type-picker-modal",
|
|
377
|
+
"path": "./../../src/backoffice/documents/documents/modals/document-type-picker/document-type-picker-modal.element.ts",
|
|
193
378
|
"properties": [
|
|
194
379
|
{
|
|
195
380
|
"name": "styles",
|
|
@@ -200,7 +385,7 @@
|
|
|
200
385
|
},
|
|
201
386
|
{
|
|
202
387
|
"name": "umb-document-tree-item",
|
|
203
|
-
"path": "
|
|
388
|
+
"path": "./../../src/backoffice/documents/documents/tree/tree-item/document-tree-item.element.ts",
|
|
204
389
|
"properties": [
|
|
205
390
|
{
|
|
206
391
|
"name": "styles",
|
|
@@ -213,8 +398,8 @@
|
|
|
213
398
|
]
|
|
214
399
|
},
|
|
215
400
|
{
|
|
216
|
-
"name": "umb-document-workspace-
|
|
217
|
-
"path": "
|
|
401
|
+
"name": "umb-document-workspace-editor",
|
|
402
|
+
"path": "./../../src/backoffice/documents/documents/workspace/document-workspace-editor.element.ts",
|
|
218
403
|
"properties": [
|
|
219
404
|
{
|
|
220
405
|
"name": "styles",
|
|
@@ -225,7 +410,7 @@
|
|
|
225
410
|
},
|
|
226
411
|
{
|
|
227
412
|
"name": "umb-document-workspace-split-view",
|
|
228
|
-
"path": "
|
|
413
|
+
"path": "./../../src/backoffice/documents/documents/workspace/document-workspace-split-view.element.ts",
|
|
229
414
|
"properties": [
|
|
230
415
|
{
|
|
231
416
|
"name": "styles",
|
|
@@ -236,7 +421,7 @@
|
|
|
236
421
|
},
|
|
237
422
|
{
|
|
238
423
|
"name": "umb-document-workspace",
|
|
239
|
-
"path": "
|
|
424
|
+
"path": "./../../src/backoffice/documents/documents/workspace/document-workspace.element.ts",
|
|
240
425
|
"properties": [
|
|
241
426
|
{
|
|
242
427
|
"name": "styles",
|
|
@@ -247,7 +432,7 @@
|
|
|
247
432
|
},
|
|
248
433
|
{
|
|
249
434
|
"name": "umb-document-workspace-view-edit-properties",
|
|
250
|
-
"path": "
|
|
435
|
+
"path": "./../../src/backoffice/documents/documents/workspace/views/edit/document-workspace-view-edit-properties.element.ts",
|
|
251
436
|
"attributes": [
|
|
252
437
|
{
|
|
253
438
|
"name": "container-name",
|
|
@@ -255,7 +440,7 @@
|
|
|
255
440
|
},
|
|
256
441
|
{
|
|
257
442
|
"name": "container-type",
|
|
258
|
-
"type": "
|
|
443
|
+
"type": "PropertyContainerTypes | undefined"
|
|
259
444
|
}
|
|
260
445
|
],
|
|
261
446
|
"properties": [
|
|
@@ -272,13 +457,13 @@
|
|
|
272
457
|
{
|
|
273
458
|
"name": "containerType",
|
|
274
459
|
"attribute": "container-type",
|
|
275
|
-
"type": "
|
|
460
|
+
"type": "PropertyContainerTypes | undefined"
|
|
276
461
|
}
|
|
277
462
|
]
|
|
278
463
|
},
|
|
279
464
|
{
|
|
280
465
|
"name": "umb-document-workspace-view-edit-tab",
|
|
281
|
-
"path": "
|
|
466
|
+
"path": "./../../src/backoffice/documents/documents/workspace/views/edit/document-workspace-view-edit-tab.element.ts",
|
|
282
467
|
"attributes": [
|
|
283
468
|
{
|
|
284
469
|
"name": "tabName",
|
|
@@ -309,7 +494,7 @@
|
|
|
309
494
|
},
|
|
310
495
|
{
|
|
311
496
|
"name": "umb-document-workspace-view-edit",
|
|
312
|
-
"path": "
|
|
497
|
+
"path": "./../../src/backoffice/documents/documents/workspace/views/edit/document-workspace-view-edit.element.ts",
|
|
313
498
|
"properties": [
|
|
314
499
|
{
|
|
315
500
|
"name": "styles",
|
|
@@ -320,7 +505,7 @@
|
|
|
320
505
|
},
|
|
321
506
|
{
|
|
322
507
|
"name": "umb-document-info-workspace-view",
|
|
323
|
-
"path": "
|
|
508
|
+
"path": "./../../src/backoffice/documents/documents/workspace/views/info/document-info-workspace-view.element.ts",
|
|
324
509
|
"properties": [
|
|
325
510
|
{
|
|
326
511
|
"name": "styles",
|
|
@@ -331,7 +516,7 @@
|
|
|
331
516
|
},
|
|
332
517
|
{
|
|
333
518
|
"name": "umb-media-type-workspace-edit",
|
|
334
|
-
"path": "
|
|
519
|
+
"path": "./../../src/backoffice/media/media-types/workspace/media-type-workspace-edit.element.ts",
|
|
335
520
|
"properties": [
|
|
336
521
|
{
|
|
337
522
|
"name": "styles",
|
|
@@ -342,7 +527,7 @@
|
|
|
342
527
|
},
|
|
343
528
|
{
|
|
344
529
|
"name": "umb-media-type-workspace",
|
|
345
|
-
"path": "
|
|
530
|
+
"path": "./../../src/backoffice/media/media-types/workspace/media-type-workspace.element.ts",
|
|
346
531
|
"properties": [
|
|
347
532
|
{
|
|
348
533
|
"name": "styles",
|
|
@@ -353,7 +538,7 @@
|
|
|
353
538
|
},
|
|
354
539
|
{
|
|
355
540
|
"name": "umb-media-type-workspace-",
|
|
356
|
-
"path": "
|
|
541
|
+
"path": "./../../src/backoffice/media/media-types/workspace/media-type-workspace.element.ts",
|
|
357
542
|
"properties": [
|
|
358
543
|
{
|
|
359
544
|
"name": "styles",
|
|
@@ -364,7 +549,7 @@
|
|
|
364
549
|
},
|
|
365
550
|
{
|
|
366
551
|
"name": "umb-collection-view-media-test",
|
|
367
|
-
"path": "
|
|
552
|
+
"path": "./../../src/backoffice/media/media/collection-view/collection-view-media-test.element.ts",
|
|
368
553
|
"properties": [
|
|
369
554
|
{
|
|
370
555
|
"name": "styles",
|
|
@@ -375,7 +560,7 @@
|
|
|
375
560
|
},
|
|
376
561
|
{
|
|
377
562
|
"name": "umb-media-grid-collection-view",
|
|
378
|
-
"path": "
|
|
563
|
+
"path": "./../../src/backoffice/media/media/collection-view/media-grid-collection-view.element.ts",
|
|
379
564
|
"properties": [
|
|
380
565
|
{
|
|
381
566
|
"name": "styles",
|
|
@@ -386,7 +571,7 @@
|
|
|
386
571
|
},
|
|
387
572
|
{
|
|
388
573
|
"name": "umb-media-table-collection-view",
|
|
389
|
-
"path": "
|
|
574
|
+
"path": "./../../src/backoffice/media/media/collection-view/media-table-collection-view.element.ts",
|
|
390
575
|
"properties": [
|
|
391
576
|
{
|
|
392
577
|
"name": "styles",
|
|
@@ -397,11 +582,11 @@
|
|
|
397
582
|
},
|
|
398
583
|
{
|
|
399
584
|
"name": "umb-media-menu-item",
|
|
400
|
-
"path": "
|
|
585
|
+
"path": "./../../src/backoffice/media/media/menu-item/media-menu-item.element.ts"
|
|
401
586
|
},
|
|
402
587
|
{
|
|
403
588
|
"name": "umb-media-picker-modal",
|
|
404
|
-
"path": "
|
|
589
|
+
"path": "./../../src/backoffice/media/media/modals/media-picker/media-picker-modal.element.ts",
|
|
405
590
|
"properties": [
|
|
406
591
|
{
|
|
407
592
|
"name": "styles",
|
|
@@ -412,7 +597,7 @@
|
|
|
412
597
|
},
|
|
413
598
|
{
|
|
414
599
|
"name": "umb-media-workspace-edit",
|
|
415
|
-
"path": "
|
|
600
|
+
"path": "./../../src/backoffice/media/media/workspace/media-workspace-edit.element.ts",
|
|
416
601
|
"properties": [
|
|
417
602
|
{
|
|
418
603
|
"name": "styles",
|
|
@@ -423,7 +608,7 @@
|
|
|
423
608
|
},
|
|
424
609
|
{
|
|
425
610
|
"name": "umb-media-workspace",
|
|
426
|
-
"path": "
|
|
611
|
+
"path": "./../../src/backoffice/media/media/workspace/media-workspace.element.ts",
|
|
427
612
|
"properties": [
|
|
428
613
|
{
|
|
429
614
|
"name": "styles",
|
|
@@ -434,7 +619,7 @@
|
|
|
434
619
|
},
|
|
435
620
|
{
|
|
436
621
|
"name": "umb-media-edit-workspace-view",
|
|
437
|
-
"path": "
|
|
622
|
+
"path": "./../../src/backoffice/media/media/workspace/views/edit/media-edit-workspace-view.element.ts",
|
|
438
623
|
"properties": [
|
|
439
624
|
{
|
|
440
625
|
"name": "styles",
|
|
@@ -445,7 +630,7 @@
|
|
|
445
630
|
},
|
|
446
631
|
{
|
|
447
632
|
"name": "umb-media-info-workspace-view",
|
|
448
|
-
"path": "
|
|
633
|
+
"path": "./../../src/backoffice/media/media/workspace/views/info/media-info-workspace-view.element.ts",
|
|
449
634
|
"properties": [
|
|
450
635
|
{
|
|
451
636
|
"name": "styles",
|
|
@@ -456,7 +641,7 @@
|
|
|
456
641
|
},
|
|
457
642
|
{
|
|
458
643
|
"name": "umb-dashboard-members-welcome",
|
|
459
|
-
"path": "
|
|
644
|
+
"path": "./../../src/backoffice/members/dashboards/welcome/dashboard-members-welcome.element.ts",
|
|
460
645
|
"properties": [
|
|
461
646
|
{
|
|
462
647
|
"name": "styles",
|
|
@@ -467,7 +652,7 @@
|
|
|
467
652
|
},
|
|
468
653
|
{
|
|
469
654
|
"name": "umb-member-group-workspace-edit",
|
|
470
|
-
"path": "
|
|
655
|
+
"path": "./../../src/backoffice/members/member-groups/workspace/member-group-workspace-edit.element.ts",
|
|
471
656
|
"properties": [
|
|
472
657
|
{
|
|
473
658
|
"name": "styles",
|
|
@@ -478,7 +663,7 @@
|
|
|
478
663
|
},
|
|
479
664
|
{
|
|
480
665
|
"name": "umb-member-group-workspace",
|
|
481
|
-
"path": "
|
|
666
|
+
"path": "./../../src/backoffice/members/member-groups/workspace/member-group-workspace.element.ts",
|
|
482
667
|
"properties": [
|
|
483
668
|
{
|
|
484
669
|
"name": "styles",
|
|
@@ -489,7 +674,7 @@
|
|
|
489
674
|
},
|
|
490
675
|
{
|
|
491
676
|
"name": "umb-workspace-view-member-group-info",
|
|
492
|
-
"path": "
|
|
677
|
+
"path": "./../../src/backoffice/members/member-groups/workspace/views/info/workspace-view-member-group-info.element.ts",
|
|
493
678
|
"properties": [
|
|
494
679
|
{
|
|
495
680
|
"name": "styles",
|
|
@@ -500,7 +685,7 @@
|
|
|
500
685
|
},
|
|
501
686
|
{
|
|
502
687
|
"name": "umb-member-type-workspace-edit",
|
|
503
|
-
"path": "
|
|
688
|
+
"path": "./../../src/backoffice/members/member-types/workspace/member-type-workspace-edit.element.ts",
|
|
504
689
|
"properties": [
|
|
505
690
|
{
|
|
506
691
|
"name": "styles",
|
|
@@ -511,7 +696,7 @@
|
|
|
511
696
|
},
|
|
512
697
|
{
|
|
513
698
|
"name": "umb-member-type-workspace",
|
|
514
|
-
"path": "
|
|
699
|
+
"path": "./../../src/backoffice/members/member-types/workspace/member-type-workspace.element.ts",
|
|
515
700
|
"properties": [
|
|
516
701
|
{
|
|
517
702
|
"name": "styles",
|
|
@@ -522,7 +707,7 @@
|
|
|
522
707
|
},
|
|
523
708
|
{
|
|
524
709
|
"name": "umb-member-workspace-edit",
|
|
525
|
-
"path": "
|
|
710
|
+
"path": "./../../src/backoffice/members/members/workspace/member-workspace-edit.element.ts",
|
|
526
711
|
"properties": [
|
|
527
712
|
{
|
|
528
713
|
"name": "styles",
|
|
@@ -533,7 +718,7 @@
|
|
|
533
718
|
},
|
|
534
719
|
{
|
|
535
720
|
"name": "umb-member-workspace",
|
|
536
|
-
"path": "
|
|
721
|
+
"path": "./../../src/backoffice/members/members/workspace/member-workspace.element.ts",
|
|
537
722
|
"properties": [
|
|
538
723
|
{
|
|
539
724
|
"name": "styles",
|
|
@@ -544,10 +729,10 @@
|
|
|
544
729
|
},
|
|
545
730
|
{
|
|
546
731
|
"name": "umb-workspace-package-builder",
|
|
547
|
-
"path": "
|
|
732
|
+
"path": "./../../src/backoffice/packages/package-builder/workspace/workspace-package-builder.element.ts",
|
|
548
733
|
"attributes": [
|
|
549
734
|
{
|
|
550
|
-
"name": "
|
|
735
|
+
"name": "entityId",
|
|
551
736
|
"type": "string | undefined"
|
|
552
737
|
}
|
|
553
738
|
],
|
|
@@ -558,18 +743,18 @@
|
|
|
558
743
|
"default": "[\"UUITextStyles\",null]"
|
|
559
744
|
},
|
|
560
745
|
{
|
|
561
|
-
"name": "
|
|
562
|
-
"attribute": "
|
|
746
|
+
"name": "entityId",
|
|
747
|
+
"attribute": "entityId",
|
|
563
748
|
"type": "string | undefined"
|
|
564
749
|
}
|
|
565
750
|
]
|
|
566
751
|
},
|
|
567
752
|
{
|
|
568
753
|
"name": "umb-workspace-package",
|
|
569
|
-
"path": "
|
|
754
|
+
"path": "./../../src/backoffice/packages/package-repo/workspace/workspace-package.element.ts",
|
|
570
755
|
"attributes": [
|
|
571
756
|
{
|
|
572
|
-
"name": "
|
|
757
|
+
"name": "entityId",
|
|
573
758
|
"type": "string | undefined"
|
|
574
759
|
}
|
|
575
760
|
],
|
|
@@ -580,19 +765,19 @@
|
|
|
580
765
|
"default": "[\"UUITextStyles\",null]"
|
|
581
766
|
},
|
|
582
767
|
{
|
|
583
|
-
"name": "
|
|
584
|
-
"attribute": "
|
|
768
|
+
"name": "entityId",
|
|
769
|
+
"attribute": "entityId",
|
|
585
770
|
"type": "string | undefined"
|
|
586
771
|
}
|
|
587
772
|
]
|
|
588
773
|
},
|
|
589
774
|
{
|
|
590
775
|
"name": "umb-created-packages-section-view",
|
|
591
|
-
"path": "
|
|
776
|
+
"path": "./../../src/backoffice/packages/package-section/views/created/created-packages-section-view.element.ts"
|
|
592
777
|
},
|
|
593
778
|
{
|
|
594
779
|
"name": "umb-packages-created-overview",
|
|
595
|
-
"path": "
|
|
780
|
+
"path": "./../../src/backoffice/packages/package-section/views/created/packages-created-overview.element.ts",
|
|
596
781
|
"properties": [
|
|
597
782
|
{
|
|
598
783
|
"name": "styles",
|
|
@@ -603,7 +788,7 @@
|
|
|
603
788
|
},
|
|
604
789
|
{
|
|
605
790
|
"name": "umb-installed-packages-section-view-item",
|
|
606
|
-
"path": "
|
|
791
|
+
"path": "./../../src/backoffice/packages/package-section/views/installed/installed-packages-section-view-item.element.ts",
|
|
607
792
|
"attributes": [
|
|
608
793
|
{
|
|
609
794
|
"name": "name",
|
|
@@ -654,7 +839,7 @@
|
|
|
654
839
|
},
|
|
655
840
|
{
|
|
656
841
|
"name": "umb-installed-packages-section-view",
|
|
657
|
-
"path": "
|
|
842
|
+
"path": "./../../src/backoffice/packages/package-section/views/installed/installed-packages-section-view.element.ts",
|
|
658
843
|
"properties": [
|
|
659
844
|
{
|
|
660
845
|
"name": "styles",
|
|
@@ -665,7 +850,7 @@
|
|
|
665
850
|
},
|
|
666
851
|
{
|
|
667
852
|
"name": "umb-packages-market-place-section-view",
|
|
668
|
-
"path": "
|
|
853
|
+
"path": "./../../src/backoffice/packages/package-section/views/market-place/packages-market-place-section-view.element.ts",
|
|
669
854
|
"attributes": [
|
|
670
855
|
{
|
|
671
856
|
"name": "marketplaceUrl",
|
|
@@ -689,7 +874,7 @@
|
|
|
689
874
|
},
|
|
690
875
|
{
|
|
691
876
|
"name": "umb-search-modal",
|
|
692
|
-
"path": "
|
|
877
|
+
"path": "./../../src/backoffice/search/modals/search/search-modal.element.ts",
|
|
693
878
|
"properties": [
|
|
694
879
|
{
|
|
695
880
|
"name": "styles",
|
|
@@ -700,7 +885,7 @@
|
|
|
700
885
|
},
|
|
701
886
|
{
|
|
702
887
|
"name": "umb-search-header-app",
|
|
703
|
-
"path": "
|
|
888
|
+
"path": "./../../src/backoffice/search/umb-search-header-app.element.ts",
|
|
704
889
|
"properties": [
|
|
705
890
|
{
|
|
706
891
|
"name": "styles",
|
|
@@ -711,7 +896,7 @@
|
|
|
711
896
|
},
|
|
712
897
|
{
|
|
713
898
|
"name": "umb-dashboard-examine-management",
|
|
714
|
-
"path": "
|
|
899
|
+
"path": "./../../src/backoffice/settings/dashboards/examine-management/dashboard-examine-management.element.ts",
|
|
715
900
|
"properties": [
|
|
716
901
|
{
|
|
717
902
|
"name": "styles",
|
|
@@ -722,7 +907,7 @@
|
|
|
722
907
|
},
|
|
723
908
|
{
|
|
724
909
|
"name": "umb-examine-fields-settings-modal",
|
|
725
|
-
"path": "
|
|
910
|
+
"path": "./../../src/backoffice/settings/dashboards/examine-management/views/modal-views/fields-settings.element.ts",
|
|
726
911
|
"properties": [
|
|
727
912
|
{
|
|
728
913
|
"name": "styles",
|
|
@@ -733,7 +918,7 @@
|
|
|
733
918
|
},
|
|
734
919
|
{
|
|
735
920
|
"name": "umb-modal-element-fields-viewer",
|
|
736
|
-
"path": "
|
|
921
|
+
"path": "./../../src/backoffice/settings/dashboards/examine-management/views/modal-views/fields-viewer.element.ts",
|
|
737
922
|
"properties": [
|
|
738
923
|
{
|
|
739
924
|
"name": "styles",
|
|
@@ -744,11 +929,11 @@
|
|
|
744
929
|
},
|
|
745
930
|
{
|
|
746
931
|
"name": "umb-dashboard-health-check",
|
|
747
|
-
"path": "
|
|
932
|
+
"path": "./../../src/backoffice/settings/dashboards/health-check/dashboard-health-check.element.ts"
|
|
748
933
|
},
|
|
749
934
|
{
|
|
750
935
|
"name": "umb-dashboard-health-check-action",
|
|
751
|
-
"path": "
|
|
936
|
+
"path": "./../../src/backoffice/settings/dashboards/health-check/views/health-check-action.element.ts",
|
|
752
937
|
"attributes": [
|
|
753
938
|
{
|
|
754
939
|
"name": "action"
|
|
@@ -773,7 +958,7 @@
|
|
|
773
958
|
},
|
|
774
959
|
{
|
|
775
960
|
"name": "umb-health-check-group-box-overview",
|
|
776
|
-
"path": "
|
|
961
|
+
"path": "./../../src/backoffice/settings/dashboards/health-check/views/health-check-group-box-overview.element.ts",
|
|
777
962
|
"attributes": [
|
|
778
963
|
{
|
|
779
964
|
"name": "manifest"
|
|
@@ -793,7 +978,7 @@
|
|
|
793
978
|
},
|
|
794
979
|
{
|
|
795
980
|
"name": "umb-health-check--group-box-overview",
|
|
796
|
-
"path": "
|
|
981
|
+
"path": "./../../src/backoffice/settings/dashboards/health-check/views/health-check-group-box-overview.element.ts",
|
|
797
982
|
"attributes": [
|
|
798
983
|
{
|
|
799
984
|
"name": "manifest"
|
|
@@ -813,7 +998,7 @@
|
|
|
813
998
|
},
|
|
814
999
|
{
|
|
815
1000
|
"name": "umb-dashboard-health-check-group",
|
|
816
|
-
"path": "
|
|
1001
|
+
"path": "./../../src/backoffice/settings/dashboards/health-check/views/health-check-group.element.ts",
|
|
817
1002
|
"attributes": [
|
|
818
1003
|
{
|
|
819
1004
|
"name": "groupName",
|
|
@@ -835,7 +1020,7 @@
|
|
|
835
1020
|
},
|
|
836
1021
|
{
|
|
837
1022
|
"name": "umb-dashboard-health-check-overview",
|
|
838
|
-
"path": "
|
|
1023
|
+
"path": "./../../src/backoffice/settings/dashboards/health-check/views/health-check-overview.element.ts",
|
|
839
1024
|
"properties": [
|
|
840
1025
|
{
|
|
841
1026
|
"name": "styles",
|
|
@@ -846,7 +1031,7 @@
|
|
|
846
1031
|
},
|
|
847
1032
|
{
|
|
848
1033
|
"name": "umb-dashboard-models-builder",
|
|
849
|
-
"path": "
|
|
1034
|
+
"path": "./../../src/backoffice/settings/dashboards/models-builder/dashboard-models-builder.element.ts",
|
|
850
1035
|
"properties": [
|
|
851
1036
|
{
|
|
852
1037
|
"name": "styles",
|
|
@@ -857,7 +1042,7 @@
|
|
|
857
1042
|
},
|
|
858
1043
|
{
|
|
859
1044
|
"name": "umb-dashboard-performance-profiling",
|
|
860
|
-
"path": "
|
|
1045
|
+
"path": "./../../src/backoffice/settings/dashboards/performance-profiling/dashboard-performance-profiling.element.ts",
|
|
861
1046
|
"properties": [
|
|
862
1047
|
{
|
|
863
1048
|
"name": "styles",
|
|
@@ -868,7 +1053,7 @@
|
|
|
868
1053
|
},
|
|
869
1054
|
{
|
|
870
1055
|
"name": "umb-dashboard-published-status",
|
|
871
|
-
"path": "
|
|
1056
|
+
"path": "./../../src/backoffice/settings/dashboards/published-status/dashboard-published-status.element.ts",
|
|
872
1057
|
"properties": [
|
|
873
1058
|
{
|
|
874
1059
|
"name": "styles",
|
|
@@ -879,7 +1064,7 @@
|
|
|
879
1064
|
},
|
|
880
1065
|
{
|
|
881
1066
|
"name": "umb-dashboard-settings-welcome",
|
|
882
|
-
"path": "
|
|
1067
|
+
"path": "./../../src/backoffice/settings/dashboards/settings-welcome/dashboard-settings-welcome.element.ts",
|
|
883
1068
|
"properties": [
|
|
884
1069
|
{
|
|
885
1070
|
"name": "styles",
|
|
@@ -890,7 +1075,7 @@
|
|
|
890
1075
|
},
|
|
891
1076
|
{
|
|
892
1077
|
"name": "umb-dashboard-telemetry",
|
|
893
|
-
"path": "
|
|
1078
|
+
"path": "./../../src/backoffice/settings/dashboards/telemetry/dashboard-telemetry.element.ts",
|
|
894
1079
|
"properties": [
|
|
895
1080
|
{
|
|
896
1081
|
"name": "styles",
|
|
@@ -900,57 +1085,213 @@
|
|
|
900
1085
|
]
|
|
901
1086
|
},
|
|
902
1087
|
{
|
|
903
|
-
"name": "umb-data-type-
|
|
904
|
-
"path": "
|
|
1088
|
+
"name": "umb-data-type-input",
|
|
1089
|
+
"path": "./../../src/backoffice/settings/data-types/components/data-type-input/data-type-input.element.ts",
|
|
905
1090
|
"attributes": [
|
|
906
1091
|
{
|
|
907
|
-
"name": "
|
|
1092
|
+
"name": "min",
|
|
1093
|
+
"description": "This is a minimum amount of selected items in this input.",
|
|
1094
|
+
"type": "number",
|
|
1095
|
+
"default": "\"0\""
|
|
908
1096
|
},
|
|
909
1097
|
{
|
|
910
|
-
"name": "
|
|
1098
|
+
"name": "max",
|
|
1099
|
+
"description": "This is a maximum amount of selected items in this input.",
|
|
1100
|
+
"type": "number",
|
|
1101
|
+
"default": "\"Infinity\""
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
"name": "min-message",
|
|
1105
|
+
"description": "Min validation message.",
|
|
1106
|
+
"type": "boolean",
|
|
1107
|
+
"default": "\"\""
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"name": "maxMessage",
|
|
1111
|
+
"description": "Max validation message.",
|
|
1112
|
+
"type": "boolean",
|
|
1113
|
+
"default": "\"\""
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
"name": "value",
|
|
1117
|
+
"type": "string"
|
|
911
1118
|
}
|
|
912
1119
|
],
|
|
913
1120
|
"properties": [
|
|
1121
|
+
{
|
|
1122
|
+
"name": "min",
|
|
1123
|
+
"attribute": "min",
|
|
1124
|
+
"description": "This is a minimum amount of selected items in this input.",
|
|
1125
|
+
"type": "number",
|
|
1126
|
+
"default": "\"0\""
|
|
1127
|
+
},
|
|
1128
|
+
{
|
|
1129
|
+
"name": "max",
|
|
1130
|
+
"attribute": "max",
|
|
1131
|
+
"description": "This is a maximum amount of selected items in this input.",
|
|
1132
|
+
"type": "number",
|
|
1133
|
+
"default": "\"Infinity\""
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
"name": "minMessage",
|
|
1137
|
+
"attribute": "min-message",
|
|
1138
|
+
"description": "Min validation message.",
|
|
1139
|
+
"type": "boolean",
|
|
1140
|
+
"default": "\"\""
|
|
1141
|
+
},
|
|
1142
|
+
{
|
|
1143
|
+
"name": "maxMessage",
|
|
1144
|
+
"attribute": "maxMessage",
|
|
1145
|
+
"description": "Max validation message.",
|
|
1146
|
+
"type": "boolean",
|
|
1147
|
+
"default": "\"\""
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
"name": "selectedIds",
|
|
1151
|
+
"type": "string[]"
|
|
1152
|
+
},
|
|
914
1153
|
{
|
|
915
1154
|
"name": "styles",
|
|
916
1155
|
"type": "CSSResult[]",
|
|
917
1156
|
"default": "[\"UUITextStyles\",null]"
|
|
918
1157
|
},
|
|
919
1158
|
{
|
|
920
|
-
"name": "
|
|
921
|
-
"
|
|
1159
|
+
"name": "formAssociated",
|
|
1160
|
+
"type": "boolean"
|
|
922
1161
|
},
|
|
923
1162
|
{
|
|
924
|
-
"name": "
|
|
925
|
-
"attribute": "
|
|
1163
|
+
"name": "value",
|
|
1164
|
+
"attribute": "value",
|
|
1165
|
+
"type": "string"
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"name": "name",
|
|
1169
|
+
"type": "string"
|
|
1170
|
+
},
|
|
1171
|
+
{
|
|
1172
|
+
"name": "validationMessage",
|
|
1173
|
+
"type": "string"
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
"name": "validity",
|
|
1177
|
+
"type": "ValidityState"
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
"name": "pristine",
|
|
1181
|
+
"type": "boolean"
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"name": "required",
|
|
1185
|
+
"type": "boolean"
|
|
1186
|
+
},
|
|
1187
|
+
{
|
|
1188
|
+
"name": "requiredMessage",
|
|
1189
|
+
"type": "string"
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
"name": "error",
|
|
1193
|
+
"type": "boolean"
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
"name": "errorMessage",
|
|
1197
|
+
"type": "string"
|
|
926
1198
|
}
|
|
927
1199
|
]
|
|
928
1200
|
},
|
|
929
1201
|
{
|
|
930
|
-
"name": "umb-data-type-
|
|
931
|
-
"path": "
|
|
932
|
-
"
|
|
1202
|
+
"name": "umb-data-type-create-options-modal",
|
|
1203
|
+
"path": "./../../src/backoffice/settings/data-types/entity-actions/create/modal/data-type-create-options-modal.element.ts",
|
|
1204
|
+
"attributes": [
|
|
933
1205
|
{
|
|
934
|
-
"name": "
|
|
935
|
-
"type": "
|
|
936
|
-
"default": "[\"UUITextStyles\",null]"
|
|
1206
|
+
"name": "data",
|
|
1207
|
+
"type": "UmbDataTypeCreateOptionsModalData | undefined"
|
|
937
1208
|
}
|
|
938
|
-
]
|
|
939
|
-
},
|
|
940
|
-
{
|
|
941
|
-
"name": "umb-data-type-details-workspace-view",
|
|
942
|
-
"path": "./src/backoffice/settings/data-types/workspace/views/details/data-type-details-workspace-view.element.ts",
|
|
1209
|
+
],
|
|
943
1210
|
"properties": [
|
|
944
1211
|
{
|
|
945
1212
|
"name": "styles",
|
|
946
1213
|
"type": "CSSResult[]",
|
|
947
|
-
"default": "[\"UUITextStyles\"
|
|
1214
|
+
"default": "[\"UUITextStyles\"]"
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"name": "modalHandler"
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"name": "data",
|
|
1221
|
+
"attribute": "data",
|
|
1222
|
+
"type": "UmbDataTypeCreateOptionsModalData | undefined"
|
|
1223
|
+
}
|
|
1224
|
+
]
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"name": "umb-data-type-picker-modal",
|
|
1228
|
+
"path": "./../../src/backoffice/settings/data-types/modal/data-type-picker/data-type-picker-modal.element.ts",
|
|
1229
|
+
"properties": [
|
|
1230
|
+
{
|
|
1231
|
+
"name": "styles",
|
|
1232
|
+
"type": "CSSResult[]",
|
|
1233
|
+
"default": "[\"UUITextStyles\",null]"
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
"name": "modalHandler"
|
|
1237
|
+
},
|
|
1238
|
+
{
|
|
1239
|
+
"name": "data"
|
|
1240
|
+
}
|
|
1241
|
+
]
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"name": "umb-data-type-workspace-edit-element",
|
|
1245
|
+
"path": "./../../src/backoffice/settings/data-types/workspace/data-type-workspace-edit.element.ts",
|
|
1246
|
+
"attributes": [
|
|
1247
|
+
{
|
|
1248
|
+
"name": "manifest"
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"name": "location"
|
|
1252
|
+
}
|
|
1253
|
+
],
|
|
1254
|
+
"properties": [
|
|
1255
|
+
{
|
|
1256
|
+
"name": "styles",
|
|
1257
|
+
"type": "CSSResult[]",
|
|
1258
|
+
"default": "[\"UUITextStyles\",null]"
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
"name": "manifest",
|
|
1262
|
+
"attribute": "manifest"
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"name": "location",
|
|
1266
|
+
"attribute": "location"
|
|
1267
|
+
}
|
|
1268
|
+
]
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
"name": "umb-data-type-workspace",
|
|
1272
|
+
"path": "./../../src/backoffice/settings/data-types/workspace/data-type-workspace.element.ts",
|
|
1273
|
+
"properties": [
|
|
1274
|
+
{
|
|
1275
|
+
"name": "styles",
|
|
1276
|
+
"type": "CSSResult[]",
|
|
1277
|
+
"default": "[\"UUITextStyles\",null]"
|
|
1278
|
+
}
|
|
1279
|
+
]
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
"name": "umb-data-type-details-workspace-view",
|
|
1283
|
+
"path": "./../../src/backoffice/settings/data-types/workspace/views/details/data-type-details-workspace-view.element.ts",
|
|
1284
|
+
"properties": [
|
|
1285
|
+
{
|
|
1286
|
+
"name": "styles",
|
|
1287
|
+
"type": "CSSResult[]",
|
|
1288
|
+
"default": "[\"UUITextStyles\",null]"
|
|
948
1289
|
}
|
|
949
1290
|
]
|
|
950
1291
|
},
|
|
951
1292
|
{
|
|
952
1293
|
"name": "umb-workspace-view-data-type-info",
|
|
953
|
-
"path": "
|
|
1294
|
+
"path": "./../../src/backoffice/settings/data-types/workspace/views/info/workspace-view-data-type-info.element.ts",
|
|
954
1295
|
"properties": [
|
|
955
1296
|
{
|
|
956
1297
|
"name": "styles",
|
|
@@ -961,7 +1302,7 @@
|
|
|
961
1302
|
},
|
|
962
1303
|
{
|
|
963
1304
|
"name": "umb-extension-root-workspace",
|
|
964
|
-
"path": "
|
|
1305
|
+
"path": "./../../src/backoffice/settings/extensions/workspace/extension-root-workspace.element.ts",
|
|
965
1306
|
"properties": [
|
|
966
1307
|
{
|
|
967
1308
|
"name": "styles",
|
|
@@ -972,7 +1313,7 @@
|
|
|
972
1313
|
},
|
|
973
1314
|
{
|
|
974
1315
|
"name": "umb-app-language-select",
|
|
975
|
-
"path": "
|
|
1316
|
+
"path": "./../../src/backoffice/settings/languages/app-language-select/app-language-select.element.ts",
|
|
976
1317
|
"properties": [
|
|
977
1318
|
{
|
|
978
1319
|
"name": "styles",
|
|
@@ -983,7 +1324,7 @@
|
|
|
983
1324
|
},
|
|
984
1325
|
{
|
|
985
1326
|
"name": "umb-language-picker-modal",
|
|
986
|
-
"path": "
|
|
1327
|
+
"path": "./../../src/backoffice/settings/languages/modals/language-picker/language-picker-modal.element.ts",
|
|
987
1328
|
"properties": [
|
|
988
1329
|
{
|
|
989
1330
|
"name": "styles",
|
|
@@ -994,7 +1335,7 @@
|
|
|
994
1335
|
},
|
|
995
1336
|
{
|
|
996
1337
|
"name": "umb-language-root-table-delete-column-layout",
|
|
997
|
-
"path": "
|
|
1338
|
+
"path": "./../../src/backoffice/settings/languages/workspace/language-root/components/language-root-table-delete-column-layout.element.ts",
|
|
998
1339
|
"properties": [
|
|
999
1340
|
{
|
|
1000
1341
|
"name": "styles",
|
|
@@ -1008,7 +1349,7 @@
|
|
|
1008
1349
|
},
|
|
1009
1350
|
{
|
|
1010
1351
|
"name": "umb-language-root-table-name-column-layout",
|
|
1011
|
-
"path": "
|
|
1352
|
+
"path": "./../../src/backoffice/settings/languages/workspace/language-root/components/language-root-table-name-column-layout.element.ts",
|
|
1012
1353
|
"properties": [
|
|
1013
1354
|
{
|
|
1014
1355
|
"name": "styles",
|
|
@@ -1023,7 +1364,7 @@
|
|
|
1023
1364
|
},
|
|
1024
1365
|
{
|
|
1025
1366
|
"name": "umb-language-root-workspace",
|
|
1026
|
-
"path": "
|
|
1367
|
+
"path": "./../../src/backoffice/settings/languages/workspace/language-root/language-root-workspace.element.ts",
|
|
1027
1368
|
"properties": [
|
|
1028
1369
|
{
|
|
1029
1370
|
"name": "styles",
|
|
@@ -1033,8 +1374,8 @@
|
|
|
1033
1374
|
]
|
|
1034
1375
|
},
|
|
1035
1376
|
{
|
|
1036
|
-
"name": "umb-language-workspace-
|
|
1037
|
-
"path": "
|
|
1377
|
+
"name": "umb-language-workspace-edit",
|
|
1378
|
+
"path": "./../../src/backoffice/settings/languages/workspace/language/language-workspace-edit.element.ts",
|
|
1038
1379
|
"properties": [
|
|
1039
1380
|
{
|
|
1040
1381
|
"name": "styles",
|
|
@@ -1045,7 +1386,7 @@
|
|
|
1045
1386
|
},
|
|
1046
1387
|
{
|
|
1047
1388
|
"name": "umb-language-workspace",
|
|
1048
|
-
"path": "
|
|
1389
|
+
"path": "./../../src/backoffice/settings/languages/workspace/language/language-workspace.element.ts",
|
|
1049
1390
|
"properties": [
|
|
1050
1391
|
{
|
|
1051
1392
|
"name": "styles",
|
|
@@ -1056,7 +1397,7 @@
|
|
|
1056
1397
|
},
|
|
1057
1398
|
{
|
|
1058
1399
|
"name": "umb-language-details-workspace-view",
|
|
1059
|
-
"path": "
|
|
1400
|
+
"path": "./../../src/backoffice/settings/languages/workspace/language/views/details/language-details-workspace-view.element.ts",
|
|
1060
1401
|
"properties": [
|
|
1061
1402
|
{
|
|
1062
1403
|
"name": "styles",
|
|
@@ -1067,7 +1408,7 @@
|
|
|
1067
1408
|
},
|
|
1068
1409
|
{
|
|
1069
1410
|
"name": "umb-log-viewer-date-range-selector",
|
|
1070
|
-
"path": "
|
|
1411
|
+
"path": "./../../src/backoffice/settings/logviewer/workspace/logviewer-root/components/log-viewer-date-range-selector.element.ts",
|
|
1071
1412
|
"attributes": [
|
|
1072
1413
|
{
|
|
1073
1414
|
"name": "horizontal",
|
|
@@ -1091,7 +1432,7 @@
|
|
|
1091
1432
|
},
|
|
1092
1433
|
{
|
|
1093
1434
|
"name": "umb-log-viewer-level-tag",
|
|
1094
|
-
"path": "
|
|
1435
|
+
"path": "./../../src/backoffice/settings/logviewer/workspace/logviewer-root/components/log-viewer-level-tag.element.ts",
|
|
1095
1436
|
"attributes": [
|
|
1096
1437
|
{
|
|
1097
1438
|
"name": "level"
|
|
@@ -1110,13 +1451,13 @@
|
|
|
1110
1451
|
{
|
|
1111
1452
|
"name": "levelMap",
|
|
1112
1453
|
"type": "Record<any, LevelMapStyles>",
|
|
1113
|
-
"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\"}}"
|
|
1454
|
+
"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)\"}}"
|
|
1114
1455
|
}
|
|
1115
1456
|
]
|
|
1116
1457
|
},
|
|
1117
1458
|
{
|
|
1118
1459
|
"name": "umb-log-viewer-to-many-logs-warning",
|
|
1119
|
-
"path": "
|
|
1460
|
+
"path": "./../../src/backoffice/settings/logviewer/workspace/logviewer-root/components/log-viewer-to-many-logs-warning.element.ts",
|
|
1120
1461
|
"properties": [
|
|
1121
1462
|
{
|
|
1122
1463
|
"name": "styles",
|
|
@@ -1127,7 +1468,7 @@
|
|
|
1127
1468
|
},
|
|
1128
1469
|
{
|
|
1129
1470
|
"name": "umb-logviewer-workspace",
|
|
1130
|
-
"path": "
|
|
1471
|
+
"path": "./../../src/backoffice/settings/logviewer/workspace/logviewer-root/logviewer-root-workspace.element.ts",
|
|
1131
1472
|
"properties": [
|
|
1132
1473
|
{
|
|
1133
1474
|
"name": "styles",
|
|
@@ -1138,7 +1479,7 @@
|
|
|
1138
1479
|
},
|
|
1139
1480
|
{
|
|
1140
1481
|
"name": "umb-log-viewer-log-level-overview",
|
|
1141
|
-
"path": "
|
|
1482
|
+
"path": "./../../src/backoffice/settings/logviewer/workspace/views/overview/components/log-viewer-log-level-overview.element.ts",
|
|
1142
1483
|
"attributes": [
|
|
1143
1484
|
{
|
|
1144
1485
|
"name": "loggerName",
|
|
@@ -1159,7 +1500,7 @@
|
|
|
1159
1500
|
},
|
|
1160
1501
|
{
|
|
1161
1502
|
"name": "umb-log-viewer-log-types-chart",
|
|
1162
|
-
"path": "
|
|
1503
|
+
"path": "./../../src/backoffice/settings/logviewer/workspace/views/overview/components/log-viewer-log-types-chart.element.ts",
|
|
1163
1504
|
"properties": [
|
|
1164
1505
|
{
|
|
1165
1506
|
"name": "styles",
|
|
@@ -1170,7 +1511,7 @@
|
|
|
1170
1511
|
},
|
|
1171
1512
|
{
|
|
1172
1513
|
"name": "umb-log-viewer-message-templates-overview",
|
|
1173
|
-
"path": "
|
|
1514
|
+
"path": "./../../src/backoffice/settings/logviewer/workspace/views/overview/components/log-viewer-message-templates-overview.element.ts",
|
|
1174
1515
|
"properties": [
|
|
1175
1516
|
{
|
|
1176
1517
|
"name": "styles",
|
|
@@ -1181,7 +1522,7 @@
|
|
|
1181
1522
|
},
|
|
1182
1523
|
{
|
|
1183
1524
|
"name": "umb-log-viewer-saved-searches-overview",
|
|
1184
|
-
"path": "
|
|
1525
|
+
"path": "./../../src/backoffice/settings/logviewer/workspace/views/overview/components/log-viewer-saved-searches-overview.element.ts",
|
|
1185
1526
|
"properties": [
|
|
1186
1527
|
{
|
|
1187
1528
|
"name": "styles",
|
|
@@ -1192,7 +1533,7 @@
|
|
|
1192
1533
|
},
|
|
1193
1534
|
{
|
|
1194
1535
|
"name": "umb-log-viewer-overview-view",
|
|
1195
|
-
"path": "
|
|
1536
|
+
"path": "./../../src/backoffice/settings/logviewer/workspace/views/overview/log-overview-view.element.ts",
|
|
1196
1537
|
"properties": [
|
|
1197
1538
|
{
|
|
1198
1539
|
"name": "styles",
|
|
@@ -1203,7 +1544,7 @@
|
|
|
1203
1544
|
},
|
|
1204
1545
|
{
|
|
1205
1546
|
"name": "umb-log-viewer-log-level-filter-menu",
|
|
1206
|
-
"path": "
|
|
1547
|
+
"path": "./../../src/backoffice/settings/logviewer/workspace/views/search/components/log-viewer-log-level-filter-menu.element.ts",
|
|
1207
1548
|
"properties": [
|
|
1208
1549
|
{
|
|
1209
1550
|
"name": "styles",
|
|
@@ -1213,13 +1554,13 @@
|
|
|
1213
1554
|
{
|
|
1214
1555
|
"name": "setLogLevelDebounce",
|
|
1215
1556
|
"type": "DebouncedFunc<() => void>",
|
|
1216
|
-
"default": "\"
|
|
1557
|
+
"default": "\"debounce(this.#setLogLevel, 300)\""
|
|
1217
1558
|
}
|
|
1218
1559
|
]
|
|
1219
1560
|
},
|
|
1220
1561
|
{
|
|
1221
1562
|
"name": "umb-log-viewer-message",
|
|
1222
|
-
"path": "
|
|
1563
|
+
"path": "./../../src/backoffice/settings/logviewer/workspace/views/search/components/log-viewer-message.element.ts",
|
|
1223
1564
|
"attributes": [
|
|
1224
1565
|
{
|
|
1225
1566
|
"name": "timestamp",
|
|
@@ -1309,7 +1650,7 @@
|
|
|
1309
1650
|
},
|
|
1310
1651
|
{
|
|
1311
1652
|
"name": "umb-log-viewer-messages-list",
|
|
1312
|
-
"path": "
|
|
1653
|
+
"path": "./../../src/backoffice/settings/logviewer/workspace/views/search/components/log-viewer-messages-list.element.ts",
|
|
1313
1654
|
"properties": [
|
|
1314
1655
|
{
|
|
1315
1656
|
"name": "styles",
|
|
@@ -1320,7 +1661,18 @@
|
|
|
1320
1661
|
},
|
|
1321
1662
|
{
|
|
1322
1663
|
"name": "umb-log-viewer-polling-button",
|
|
1323
|
-
"path": "
|
|
1664
|
+
"path": "./../../src/backoffice/settings/logviewer/workspace/views/search/components/log-viewer-polling-button.element.ts",
|
|
1665
|
+
"properties": [
|
|
1666
|
+
{
|
|
1667
|
+
"name": "styles",
|
|
1668
|
+
"type": "CSSResult[]",
|
|
1669
|
+
"default": "[\"UUITextStyles\",null]"
|
|
1670
|
+
}
|
|
1671
|
+
]
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
"name": "umb-log-viewer-save-search-modal",
|
|
1675
|
+
"path": "./../../src/backoffice/settings/logviewer/workspace/views/search/components/log-viewer-search-input-modal.element.ts",
|
|
1324
1676
|
"properties": [
|
|
1325
1677
|
{
|
|
1326
1678
|
"name": "styles",
|
|
@@ -1331,7 +1683,7 @@
|
|
|
1331
1683
|
},
|
|
1332
1684
|
{
|
|
1333
1685
|
"name": "umb-log-viewer-search-input",
|
|
1334
|
-
"path": "
|
|
1686
|
+
"path": "./../../src/backoffice/settings/logviewer/workspace/views/search/components/log-viewer-search-input.element.ts",
|
|
1335
1687
|
"properties": [
|
|
1336
1688
|
{
|
|
1337
1689
|
"name": "styles",
|
|
@@ -1342,7 +1694,7 @@
|
|
|
1342
1694
|
},
|
|
1343
1695
|
{
|
|
1344
1696
|
"name": "umb-log-viewer-search-view",
|
|
1345
|
-
"path": "
|
|
1697
|
+
"path": "./../../src/backoffice/settings/logviewer/workspace/views/search/log-search-view.element.ts",
|
|
1346
1698
|
"properties": [
|
|
1347
1699
|
{
|
|
1348
1700
|
"name": "styles",
|
|
@@ -1353,7 +1705,7 @@
|
|
|
1353
1705
|
},
|
|
1354
1706
|
{
|
|
1355
1707
|
"name": "umb-relation-type-workspace-edit-element",
|
|
1356
|
-
"path": "
|
|
1708
|
+
"path": "./../../src/backoffice/settings/relation-types/workspace/relation-type-workspace-edit.element.ts",
|
|
1357
1709
|
"properties": [
|
|
1358
1710
|
{
|
|
1359
1711
|
"name": "styles",
|
|
@@ -1364,7 +1716,7 @@
|
|
|
1364
1716
|
},
|
|
1365
1717
|
{
|
|
1366
1718
|
"name": "umb-relation-type-workspace",
|
|
1367
|
-
"path": "
|
|
1719
|
+
"path": "./../../src/backoffice/settings/relation-types/workspace/relation-type-workspace.element.ts",
|
|
1368
1720
|
"properties": [
|
|
1369
1721
|
{
|
|
1370
1722
|
"name": "styles",
|
|
@@ -1375,7 +1727,7 @@
|
|
|
1375
1727
|
},
|
|
1376
1728
|
{
|
|
1377
1729
|
"name": "umb-relation-type-workspace-view-relation-type",
|
|
1378
|
-
"path": "
|
|
1730
|
+
"path": "./../../src/backoffice/settings/relation-types/workspace/views/relation-type/relation-type-workspace-view-relation-type.element.ts",
|
|
1379
1731
|
"properties": [
|
|
1380
1732
|
{
|
|
1381
1733
|
"name": "styles",
|
|
@@ -1386,7 +1738,7 @@
|
|
|
1386
1738
|
},
|
|
1387
1739
|
{
|
|
1388
1740
|
"name": "umb-workspace-view-relation-type-relation",
|
|
1389
|
-
"path": "
|
|
1741
|
+
"path": "./../../src/backoffice/settings/relation-types/workspace/views/relation/workspace-view-relation-type-relation.element.ts",
|
|
1390
1742
|
"properties": [
|
|
1391
1743
|
{
|
|
1392
1744
|
"name": "styles",
|
|
@@ -1397,7 +1749,7 @@
|
|
|
1397
1749
|
},
|
|
1398
1750
|
{
|
|
1399
1751
|
"name": "umb-collection-selection-actions",
|
|
1400
|
-
"path": "
|
|
1752
|
+
"path": "./../../src/backoffice/shared/collection/collection-selection-actions.element.ts",
|
|
1401
1753
|
"attributes": [
|
|
1402
1754
|
{
|
|
1403
1755
|
"name": "entityType",
|
|
@@ -1419,7 +1771,7 @@
|
|
|
1419
1771
|
},
|
|
1420
1772
|
{
|
|
1421
1773
|
"name": "umb-collection-toolbar",
|
|
1422
|
-
"path": "
|
|
1774
|
+
"path": "./../../src/backoffice/shared/collection/collection-toolbar.element.ts",
|
|
1423
1775
|
"attributes": [
|
|
1424
1776
|
{
|
|
1425
1777
|
"name": "actions",
|
|
@@ -1459,7 +1811,7 @@
|
|
|
1459
1811
|
},
|
|
1460
1812
|
{
|
|
1461
1813
|
"name": "umb-collection",
|
|
1462
|
-
"path": "
|
|
1814
|
+
"path": "./../../src/backoffice/shared/collection/collection.element.ts",
|
|
1463
1815
|
"attributes": [
|
|
1464
1816
|
{
|
|
1465
1817
|
"name": "entity-type",
|
|
@@ -1481,7 +1833,7 @@
|
|
|
1481
1833
|
},
|
|
1482
1834
|
{
|
|
1483
1835
|
"name": "umb-dashboard-collection",
|
|
1484
|
-
"path": "
|
|
1836
|
+
"path": "./../../src/backoffice/shared/collection/dashboards/dashboard-collection.element.ts",
|
|
1485
1837
|
"properties": [
|
|
1486
1838
|
{
|
|
1487
1839
|
"name": "styles",
|
|
@@ -1495,7 +1847,7 @@
|
|
|
1495
1847
|
},
|
|
1496
1848
|
{
|
|
1497
1849
|
"name": "umb-backoffice-header-apps",
|
|
1498
|
-
"path": "
|
|
1850
|
+
"path": "./../../src/backoffice/shared/components/backoffice-frame/backoffice-header-apps.element.ts",
|
|
1499
1851
|
"properties": [
|
|
1500
1852
|
{
|
|
1501
1853
|
"name": "styles",
|
|
@@ -1506,7 +1858,7 @@
|
|
|
1506
1858
|
},
|
|
1507
1859
|
{
|
|
1508
1860
|
"name": "umb-backoffice-header-sections",
|
|
1509
|
-
"path": "
|
|
1861
|
+
"path": "./../../src/backoffice/shared/components/backoffice-frame/backoffice-header-sections.element.ts",
|
|
1510
1862
|
"properties": [
|
|
1511
1863
|
{
|
|
1512
1864
|
"name": "styles",
|
|
@@ -1517,7 +1869,7 @@
|
|
|
1517
1869
|
},
|
|
1518
1870
|
{
|
|
1519
1871
|
"name": "umb-backoffice-header",
|
|
1520
|
-
"path": "
|
|
1872
|
+
"path": "./../../src/backoffice/shared/components/backoffice-frame/backoffice-header.element.ts",
|
|
1521
1873
|
"properties": [
|
|
1522
1874
|
{
|
|
1523
1875
|
"name": "styles",
|
|
@@ -1528,7 +1880,7 @@
|
|
|
1528
1880
|
},
|
|
1529
1881
|
{
|
|
1530
1882
|
"name": "umb-backoffice-main",
|
|
1531
|
-
"path": "
|
|
1883
|
+
"path": "./../../src/backoffice/shared/components/backoffice-frame/backoffice-main.element.ts",
|
|
1532
1884
|
"properties": [
|
|
1533
1885
|
{
|
|
1534
1886
|
"name": "styles",
|
|
@@ -1539,7 +1891,7 @@
|
|
|
1539
1891
|
},
|
|
1540
1892
|
{
|
|
1541
1893
|
"name": "umb-backoffice-modal-container",
|
|
1542
|
-
"path": "
|
|
1894
|
+
"path": "./../../src/backoffice/shared/components/backoffice-frame/backoffice-modal-container.element.ts",
|
|
1543
1895
|
"properties": [
|
|
1544
1896
|
{
|
|
1545
1897
|
"name": "styles",
|
|
@@ -1550,7 +1902,7 @@
|
|
|
1550
1902
|
},
|
|
1551
1903
|
{
|
|
1552
1904
|
"name": "umb-backoffice-notification-container",
|
|
1553
|
-
"path": "
|
|
1905
|
+
"path": "./../../src/backoffice/shared/components/backoffice-frame/backoffice-notification-container.element.ts",
|
|
1554
1906
|
"properties": [
|
|
1555
1907
|
{
|
|
1556
1908
|
"name": "styles",
|
|
@@ -1561,7 +1913,7 @@
|
|
|
1561
1913
|
},
|
|
1562
1914
|
{
|
|
1563
1915
|
"name": "umb-body-layout",
|
|
1564
|
-
"path": "
|
|
1916
|
+
"path": "./../../src/backoffice/shared/components/body-layout/body-layout.element.ts",
|
|
1565
1917
|
"attributes": [
|
|
1566
1918
|
{
|
|
1567
1919
|
"name": "headline",
|
|
@@ -1609,7 +1961,7 @@
|
|
|
1609
1961
|
},
|
|
1610
1962
|
{
|
|
1611
1963
|
"name": "umb-button-with-dropdown",
|
|
1612
|
-
"path": "
|
|
1964
|
+
"path": "./../../src/backoffice/shared/components/button-with-dropdown/button-with-dropdown.element.ts",
|
|
1613
1965
|
"attributes": [
|
|
1614
1966
|
{
|
|
1615
1967
|
"name": "label",
|
|
@@ -1684,8 +2036,8 @@
|
|
|
1684
2036
|
]
|
|
1685
2037
|
},
|
|
1686
2038
|
{
|
|
1687
|
-
"name": "
|
|
1688
|
-
"path": "
|
|
2039
|
+
"name": "umb-code-block",
|
|
2040
|
+
"path": "./../../src/backoffice/shared/components/code-block/code-block.element.ts",
|
|
1689
2041
|
"description": "A simple styled box for showing code-based error messages.",
|
|
1690
2042
|
"properties": [
|
|
1691
2043
|
{
|
|
@@ -1703,7 +2055,7 @@
|
|
|
1703
2055
|
},
|
|
1704
2056
|
{
|
|
1705
2057
|
"name": "umb-code-editor",
|
|
1706
|
-
"path": "
|
|
2058
|
+
"path": "./../../src/backoffice/shared/components/code-editor/code-editor.element.ts",
|
|
1707
2059
|
"description": "A custom element that renders a code editor. Code editor is based on the Monaco Editor library.\nThe element will listen to the theme context and update the theme accordingly.\nParts of the monaco Api is exposed through the `editor` property. You can access the monaco editor instance through `editor.monacoEditor`.",
|
|
1708
2060
|
"attributes": [
|
|
1709
2061
|
{
|
|
@@ -1798,10 +2150,10 @@
|
|
|
1798
2150
|
},
|
|
1799
2151
|
{
|
|
1800
2152
|
"name": "umb-debug",
|
|
1801
|
-
"path": "
|
|
2153
|
+
"path": "./../../src/backoffice/shared/components/debug/debug.element.ts",
|
|
1802
2154
|
"attributes": [
|
|
1803
2155
|
{
|
|
1804
|
-
"name": "
|
|
2156
|
+
"name": "visible",
|
|
1805
2157
|
"type": "boolean",
|
|
1806
2158
|
"default": "false"
|
|
1807
2159
|
},
|
|
@@ -1809,11 +2161,6 @@
|
|
|
1809
2161
|
"name": "dialog",
|
|
1810
2162
|
"type": "boolean",
|
|
1811
2163
|
"default": "false"
|
|
1812
|
-
},
|
|
1813
|
-
{
|
|
1814
|
-
"name": "contexts",
|
|
1815
|
-
"type": "Map<any, any>",
|
|
1816
|
-
"default": "\"new Map()\""
|
|
1817
2164
|
}
|
|
1818
2165
|
],
|
|
1819
2166
|
"properties": [
|
|
@@ -1823,8 +2170,8 @@
|
|
|
1823
2170
|
"default": "[\"UUITextStyles\",null]"
|
|
1824
2171
|
},
|
|
1825
2172
|
{
|
|
1826
|
-
"name": "
|
|
1827
|
-
"attribute": "
|
|
2173
|
+
"name": "visible",
|
|
2174
|
+
"attribute": "visible",
|
|
1828
2175
|
"type": "boolean",
|
|
1829
2176
|
"default": "false"
|
|
1830
2177
|
},
|
|
@@ -1835,16 +2182,15 @@
|
|
|
1835
2182
|
"default": "false"
|
|
1836
2183
|
},
|
|
1837
2184
|
{
|
|
1838
|
-
"name": "
|
|
1839
|
-
"
|
|
1840
|
-
"
|
|
1841
|
-
"default": "\"new Map()\""
|
|
2185
|
+
"name": "contextData",
|
|
2186
|
+
"type": "array",
|
|
2187
|
+
"default": "\"Array<DebugContextData>()\""
|
|
1842
2188
|
}
|
|
1843
2189
|
]
|
|
1844
2190
|
},
|
|
1845
2191
|
{
|
|
1846
2192
|
"name": "umb-context-debugger-modal",
|
|
1847
|
-
"path": "
|
|
2193
|
+
"path": "./../../src/backoffice/shared/components/debug/modals/debug/debug-modal.element.ts",
|
|
1848
2194
|
"properties": [
|
|
1849
2195
|
{
|
|
1850
2196
|
"name": "styles",
|
|
@@ -1855,7 +2201,7 @@
|
|
|
1855
2201
|
},
|
|
1856
2202
|
{
|
|
1857
2203
|
"name": "umb-donut-chart",
|
|
1858
|
-
"path": "
|
|
2204
|
+
"path": "./../../src/backoffice/shared/components/donut-chart/donut-chart.element.ts",
|
|
1859
2205
|
"description": "This is a donut chart component that can be used to display data in a circular way.",
|
|
1860
2206
|
"attributes": [
|
|
1861
2207
|
{
|
|
@@ -1934,7 +2280,7 @@
|
|
|
1934
2280
|
},
|
|
1935
2281
|
{
|
|
1936
2282
|
"name": "umb-donut-slice",
|
|
1937
|
-
"path": "
|
|
2283
|
+
"path": "./../../src/backoffice/shared/components/donut-chart/donut-slice.element.ts",
|
|
1938
2284
|
"description": "This component is used to display a single slice of a donut chart. It only makes sense insice the donut chart",
|
|
1939
2285
|
"attributes": [
|
|
1940
2286
|
{
|
|
@@ -2001,7 +2347,7 @@
|
|
|
2001
2347
|
},
|
|
2002
2348
|
{
|
|
2003
2349
|
"name": "umb-dropdown",
|
|
2004
|
-
"path": "
|
|
2350
|
+
"path": "./../../src/backoffice/shared/components/dropdown/dropdown.element.ts",
|
|
2005
2351
|
"attributes": [
|
|
2006
2352
|
{
|
|
2007
2353
|
"name": "open",
|
|
@@ -2025,7 +2371,7 @@
|
|
|
2025
2371
|
},
|
|
2026
2372
|
{
|
|
2027
2373
|
"name": "umb-empty-state",
|
|
2028
|
-
"path": "
|
|
2374
|
+
"path": "./../../src/backoffice/shared/components/empty-state/empty-state.element.ts",
|
|
2029
2375
|
"attributes": [
|
|
2030
2376
|
{
|
|
2031
2377
|
"name": "size",
|
|
@@ -2062,7 +2408,7 @@
|
|
|
2062
2408
|
},
|
|
2063
2409
|
{
|
|
2064
2410
|
"name": "umb-entity-action-list",
|
|
2065
|
-
"path": "
|
|
2411
|
+
"path": "./../../src/backoffice/shared/components/entity-action/entity-action-list.element.ts",
|
|
2066
2412
|
"attributes": [
|
|
2067
2413
|
{
|
|
2068
2414
|
"name": "entity-type",
|
|
@@ -2088,7 +2434,7 @@
|
|
|
2088
2434
|
},
|
|
2089
2435
|
{
|
|
2090
2436
|
"name": "umb-entity-action",
|
|
2091
|
-
"path": "
|
|
2437
|
+
"path": "./../../src/backoffice/shared/components/entity-action/entity-action.element.ts",
|
|
2092
2438
|
"attributes": [
|
|
2093
2439
|
{
|
|
2094
2440
|
"name": "unique",
|
|
@@ -2108,7 +2454,7 @@
|
|
|
2108
2454
|
},
|
|
2109
2455
|
{
|
|
2110
2456
|
"name": "umb-entity-bulk-action",
|
|
2111
|
-
"path": "
|
|
2457
|
+
"path": "./../../src/backoffice/shared/components/entity-bulk-action/entity-bulk-action.element.ts",
|
|
2112
2458
|
"properties": [
|
|
2113
2459
|
{
|
|
2114
2460
|
"name": "selection",
|
|
@@ -2121,7 +2467,7 @@
|
|
|
2121
2467
|
},
|
|
2122
2468
|
{
|
|
2123
2469
|
"name": "umb-extension-slot",
|
|
2124
|
-
"path": "
|
|
2470
|
+
"path": "./../../src/backoffice/shared/components/extension-slot/extension-slot.element.ts",
|
|
2125
2471
|
"attributes": [
|
|
2126
2472
|
{
|
|
2127
2473
|
"name": "type",
|
|
@@ -2135,7 +2481,7 @@
|
|
|
2135
2481
|
},
|
|
2136
2482
|
{
|
|
2137
2483
|
"name": "renderMethod",
|
|
2138
|
-
"type": "(extension: InitializedExtension) => HTMLElement | TemplateResult<
|
|
2484
|
+
"type": "(extension: InitializedExtension) => HTMLElement | TemplateResult<1 | 2> | null",
|
|
2139
2485
|
"default": "\"(extension) =>\\n\\t\\textension.component\""
|
|
2140
2486
|
}
|
|
2141
2487
|
],
|
|
@@ -2169,7 +2515,7 @@
|
|
|
2169
2515
|
{
|
|
2170
2516
|
"name": "renderMethod",
|
|
2171
2517
|
"attribute": "renderMethod",
|
|
2172
|
-
"type": "(extension: InitializedExtension) => HTMLElement | TemplateResult<
|
|
2518
|
+
"type": "(extension: InitializedExtension) => HTMLElement | TemplateResult<1 | 2> | null",
|
|
2173
2519
|
"default": "\"(extension) =>\\n\\t\\textension.component\""
|
|
2174
2520
|
}
|
|
2175
2521
|
],
|
|
@@ -2182,7 +2528,7 @@
|
|
|
2182
2528
|
},
|
|
2183
2529
|
{
|
|
2184
2530
|
"name": "umb-footer-layout",
|
|
2185
|
-
"path": "
|
|
2531
|
+
"path": "./../../src/backoffice/shared/components/footer-layout/footer-layout.element.ts",
|
|
2186
2532
|
"properties": [
|
|
2187
2533
|
{
|
|
2188
2534
|
"name": "styles",
|
|
@@ -2203,7 +2549,7 @@
|
|
|
2203
2549
|
},
|
|
2204
2550
|
{
|
|
2205
2551
|
"name": "umb-header-app-button",
|
|
2206
|
-
"path": "
|
|
2552
|
+
"path": "./../../src/backoffice/shared/components/header-app/header-app-button.element.ts",
|
|
2207
2553
|
"properties": [
|
|
2208
2554
|
{
|
|
2209
2555
|
"name": "styles",
|
|
@@ -2217,7 +2563,7 @@
|
|
|
2217
2563
|
},
|
|
2218
2564
|
{
|
|
2219
2565
|
"name": "umb-history-item",
|
|
2220
|
-
"path": "
|
|
2566
|
+
"path": "./../../src/backoffice/shared/components/history/history-item.element.ts",
|
|
2221
2567
|
"attributes": [
|
|
2222
2568
|
{
|
|
2223
2569
|
"name": "src",
|
|
@@ -2257,7 +2603,7 @@
|
|
|
2257
2603
|
},
|
|
2258
2604
|
{
|
|
2259
2605
|
"name": "umb-history-list",
|
|
2260
|
-
"path": "
|
|
2606
|
+
"path": "./../../src/backoffice/shared/components/history/history-list.element.ts",
|
|
2261
2607
|
"properties": [
|
|
2262
2608
|
{
|
|
2263
2609
|
"name": "styles",
|
|
@@ -2268,7 +2614,7 @@
|
|
|
2268
2614
|
},
|
|
2269
2615
|
{
|
|
2270
2616
|
"name": "umb-input-checkbox-list",
|
|
2271
|
-
"path": "
|
|
2617
|
+
"path": "./../../src/backoffice/shared/components/input-checkbox-list/input-checkbox-list.element.ts",
|
|
2272
2618
|
"attributes": [
|
|
2273
2619
|
{
|
|
2274
2620
|
"name": "list",
|
|
@@ -2348,7 +2694,7 @@
|
|
|
2348
2694
|
},
|
|
2349
2695
|
{
|
|
2350
2696
|
"name": "umb-input-color-picker",
|
|
2351
|
-
"path": "
|
|
2697
|
+
"path": "./../../src/backoffice/shared/components/input-color-picker/input-color-picker.element.ts",
|
|
2352
2698
|
"description": "This wraps the UUI library uui-color-swatches component",
|
|
2353
2699
|
"attributes": [
|
|
2354
2700
|
{
|
|
@@ -2427,7 +2773,7 @@
|
|
|
2427
2773
|
},
|
|
2428
2774
|
{
|
|
2429
2775
|
"name": "umb-input-culture-select",
|
|
2430
|
-
"path": "
|
|
2776
|
+
"path": "./../../src/backoffice/shared/components/input-culture-select/input-culture-select.element.ts",
|
|
2431
2777
|
"attributes": [
|
|
2432
2778
|
{
|
|
2433
2779
|
"name": "disabled",
|
|
@@ -2510,7 +2856,7 @@
|
|
|
2510
2856
|
},
|
|
2511
2857
|
{
|
|
2512
2858
|
"name": "umb-input-document-picker",
|
|
2513
|
-
"path": "
|
|
2859
|
+
"path": "./../../src/backoffice/shared/components/input-document-picker/input-document-picker.element.ts",
|
|
2514
2860
|
"attributes": [
|
|
2515
2861
|
{
|
|
2516
2862
|
"name": "min",
|
|
@@ -2576,7 +2922,79 @@
|
|
|
2576
2922
|
"default": "\"\""
|
|
2577
2923
|
},
|
|
2578
2924
|
{
|
|
2579
|
-
"name": "
|
|
2925
|
+
"name": "selectedIds",
|
|
2926
|
+
"type": "string[]"
|
|
2927
|
+
},
|
|
2928
|
+
{
|
|
2929
|
+
"name": "formAssociated",
|
|
2930
|
+
"type": "boolean"
|
|
2931
|
+
},
|
|
2932
|
+
{
|
|
2933
|
+
"name": "value",
|
|
2934
|
+
"attribute": "value",
|
|
2935
|
+
"type": "string"
|
|
2936
|
+
},
|
|
2937
|
+
{
|
|
2938
|
+
"name": "name",
|
|
2939
|
+
"type": "string"
|
|
2940
|
+
},
|
|
2941
|
+
{
|
|
2942
|
+
"name": "validationMessage",
|
|
2943
|
+
"type": "string"
|
|
2944
|
+
},
|
|
2945
|
+
{
|
|
2946
|
+
"name": "validity",
|
|
2947
|
+
"type": "ValidityState"
|
|
2948
|
+
},
|
|
2949
|
+
{
|
|
2950
|
+
"name": "pristine",
|
|
2951
|
+
"type": "boolean"
|
|
2952
|
+
},
|
|
2953
|
+
{
|
|
2954
|
+
"name": "required",
|
|
2955
|
+
"type": "boolean"
|
|
2956
|
+
},
|
|
2957
|
+
{
|
|
2958
|
+
"name": "requiredMessage",
|
|
2959
|
+
"type": "string"
|
|
2960
|
+
},
|
|
2961
|
+
{
|
|
2962
|
+
"name": "error",
|
|
2963
|
+
"type": "boolean"
|
|
2964
|
+
},
|
|
2965
|
+
{
|
|
2966
|
+
"name": "errorMessage",
|
|
2967
|
+
"type": "string"
|
|
2968
|
+
}
|
|
2969
|
+
],
|
|
2970
|
+
"events": [
|
|
2971
|
+
{
|
|
2972
|
+
"name": "change"
|
|
2973
|
+
}
|
|
2974
|
+
]
|
|
2975
|
+
},
|
|
2976
|
+
{
|
|
2977
|
+
"name": "umb-input-document-type-picker",
|
|
2978
|
+
"path": "./../../src/backoffice/shared/components/input-document-type-picker/input-document-type-picker.element.ts",
|
|
2979
|
+
"attributes": [
|
|
2980
|
+
{
|
|
2981
|
+
"name": "selectedIds",
|
|
2982
|
+
"type": "string[]"
|
|
2983
|
+
},
|
|
2984
|
+
{
|
|
2985
|
+
"name": "value",
|
|
2986
|
+
"type": "string"
|
|
2987
|
+
}
|
|
2988
|
+
],
|
|
2989
|
+
"properties": [
|
|
2990
|
+
{
|
|
2991
|
+
"name": "styles",
|
|
2992
|
+
"type": "CSSResult[]",
|
|
2993
|
+
"default": "[\"UUITextStyles\",null]"
|
|
2994
|
+
},
|
|
2995
|
+
{
|
|
2996
|
+
"name": "selectedIds",
|
|
2997
|
+
"attribute": "selectedIds",
|
|
2580
2998
|
"type": "string[]"
|
|
2581
2999
|
},
|
|
2582
3000
|
{
|
|
@@ -2629,7 +3047,7 @@
|
|
|
2629
3047
|
},
|
|
2630
3048
|
{
|
|
2631
3049
|
"name": "umb-input-eye-dropper",
|
|
2632
|
-
"path": "
|
|
3050
|
+
"path": "./../../src/backoffice/shared/components/input-eye-dropper/input-eye-dropper.element.ts",
|
|
2633
3051
|
"attributes": [
|
|
2634
3052
|
{
|
|
2635
3053
|
"name": "opacity",
|
|
@@ -2709,19 +3127,19 @@
|
|
|
2709
3127
|
},
|
|
2710
3128
|
{
|
|
2711
3129
|
"name": "umb-input-language-picker",
|
|
2712
|
-
"path": "
|
|
3130
|
+
"path": "./../../src/backoffice/shared/components/input-language-picker/input-language-picker.element.ts",
|
|
2713
3131
|
"attributes": [
|
|
2714
3132
|
{
|
|
2715
3133
|
"name": "min",
|
|
2716
3134
|
"description": "This is a minimum amount of selected items in this input.",
|
|
2717
3135
|
"type": "number",
|
|
2718
|
-
"default": "\"
|
|
3136
|
+
"default": "\"0\""
|
|
2719
3137
|
},
|
|
2720
3138
|
{
|
|
2721
3139
|
"name": "max",
|
|
2722
3140
|
"description": "This is a maximum amount of selected items in this input.",
|
|
2723
3141
|
"type": "number",
|
|
2724
|
-
"default": "\"
|
|
3142
|
+
"default": "\"Infinity\""
|
|
2725
3143
|
},
|
|
2726
3144
|
{
|
|
2727
3145
|
"name": "min-message",
|
|
@@ -2741,24 +3159,19 @@
|
|
|
2741
3159
|
}
|
|
2742
3160
|
],
|
|
2743
3161
|
"properties": [
|
|
2744
|
-
{
|
|
2745
|
-
"name": "styles",
|
|
2746
|
-
"type": "CSSResult[]",
|
|
2747
|
-
"default": "[\"UUITextStyles\",null]"
|
|
2748
|
-
},
|
|
2749
3162
|
{
|
|
2750
3163
|
"name": "min",
|
|
2751
3164
|
"attribute": "min",
|
|
2752
3165
|
"description": "This is a minimum amount of selected items in this input.",
|
|
2753
3166
|
"type": "number",
|
|
2754
|
-
"default": "\"
|
|
3167
|
+
"default": "\"0\""
|
|
2755
3168
|
},
|
|
2756
3169
|
{
|
|
2757
3170
|
"name": "max",
|
|
2758
3171
|
"attribute": "max",
|
|
2759
3172
|
"description": "This is a maximum amount of selected items in this input.",
|
|
2760
3173
|
"type": "number",
|
|
2761
|
-
"default": "\"
|
|
3174
|
+
"default": "\"Infinity\""
|
|
2762
3175
|
},
|
|
2763
3176
|
{
|
|
2764
3177
|
"name": "minMessage",
|
|
@@ -2783,6 +3196,11 @@
|
|
|
2783
3196
|
"name": "selectedIsoCodes",
|
|
2784
3197
|
"type": "string[]"
|
|
2785
3198
|
},
|
|
3199
|
+
{
|
|
3200
|
+
"name": "styles",
|
|
3201
|
+
"type": "CSSResult[]",
|
|
3202
|
+
"default": "[\"UUITextStyles\",null]"
|
|
3203
|
+
},
|
|
2786
3204
|
{
|
|
2787
3205
|
"name": "formAssociated",
|
|
2788
3206
|
"type": "boolean"
|
|
@@ -2828,7 +3246,7 @@
|
|
|
2828
3246
|
},
|
|
2829
3247
|
{
|
|
2830
3248
|
"name": "umb-input-media-picker",
|
|
2831
|
-
"path": "
|
|
3249
|
+
"path": "./../../src/backoffice/shared/components/input-media-picker/input-media-picker.element.ts",
|
|
2832
3250
|
"attributes": [
|
|
2833
3251
|
{
|
|
2834
3252
|
"name": "min",
|
|
@@ -2894,7 +3312,7 @@
|
|
|
2894
3312
|
"default": "\"\""
|
|
2895
3313
|
},
|
|
2896
3314
|
{
|
|
2897
|
-
"name": "
|
|
3315
|
+
"name": "selectedIds",
|
|
2898
3316
|
"type": "string[]"
|
|
2899
3317
|
},
|
|
2900
3318
|
{
|
|
@@ -2947,8 +3365,16 @@
|
|
|
2947
3365
|
},
|
|
2948
3366
|
{
|
|
2949
3367
|
"name": "umb-input-multi-url-picker",
|
|
2950
|
-
"path": "
|
|
3368
|
+
"path": "./../../src/backoffice/shared/components/input-multi-url-picker/input-multi-url-picker.element.ts",
|
|
2951
3369
|
"attributes": [
|
|
3370
|
+
{
|
|
3371
|
+
"name": "alias",
|
|
3372
|
+
"type": "string | undefined"
|
|
3373
|
+
},
|
|
3374
|
+
{
|
|
3375
|
+
"name": "variantId",
|
|
3376
|
+
"type": "string | UmbVariantId | undefined"
|
|
3377
|
+
},
|
|
2952
3378
|
{
|
|
2953
3379
|
"name": "min",
|
|
2954
3380
|
"description": "This is a minimum amount of selected items in this input.",
|
|
@@ -2993,6 +3419,16 @@
|
|
|
2993
3419
|
"type": "CSSResult[]",
|
|
2994
3420
|
"default": "[\"UUITextStyles\",null]"
|
|
2995
3421
|
},
|
|
3422
|
+
{
|
|
3423
|
+
"name": "alias",
|
|
3424
|
+
"attribute": "alias",
|
|
3425
|
+
"type": "string | undefined"
|
|
3426
|
+
},
|
|
3427
|
+
{
|
|
3428
|
+
"name": "variantId",
|
|
3429
|
+
"attribute": "variantId",
|
|
3430
|
+
"type": "string | UmbVariantId | undefined"
|
|
3431
|
+
},
|
|
2996
3432
|
{
|
|
2997
3433
|
"name": "min",
|
|
2998
3434
|
"attribute": "min",
|
|
@@ -3100,7 +3536,7 @@
|
|
|
3100
3536
|
},
|
|
3101
3537
|
{
|
|
3102
3538
|
"name": "umb-input-number-range",
|
|
3103
|
-
"path": "
|
|
3539
|
+
"path": "./../../src/backoffice/shared/components/input-number-range/input-number-range.element.ts",
|
|
3104
3540
|
"attributes": [
|
|
3105
3541
|
{
|
|
3106
3542
|
"name": "min-label",
|
|
@@ -3203,7 +3639,7 @@
|
|
|
3203
3639
|
},
|
|
3204
3640
|
{
|
|
3205
3641
|
"name": "umb-input-radio-button-list",
|
|
3206
|
-
"path": "
|
|
3642
|
+
"path": "./../../src/backoffice/shared/components/input-radio-button-list/input-radio-button-list.element.ts",
|
|
3207
3643
|
"attributes": [
|
|
3208
3644
|
{
|
|
3209
3645
|
"name": "list",
|
|
@@ -3283,7 +3719,7 @@
|
|
|
3283
3719
|
},
|
|
3284
3720
|
{
|
|
3285
3721
|
"name": "umb-input-section",
|
|
3286
|
-
"path": "
|
|
3722
|
+
"path": "./../../src/backoffice/shared/components/input-section/input-section.element.ts",
|
|
3287
3723
|
"attributes": [
|
|
3288
3724
|
{
|
|
3289
3725
|
"name": "value",
|
|
@@ -3343,7 +3779,7 @@
|
|
|
3343
3779
|
},
|
|
3344
3780
|
{
|
|
3345
3781
|
"name": "umb-input-slider",
|
|
3346
|
-
"path": "
|
|
3782
|
+
"path": "./../../src/backoffice/shared/components/input-slider/input-slider.element.ts",
|
|
3347
3783
|
"attributes": [
|
|
3348
3784
|
{
|
|
3349
3785
|
"name": "min",
|
|
@@ -3465,9 +3901,137 @@
|
|
|
3465
3901
|
}
|
|
3466
3902
|
]
|
|
3467
3903
|
},
|
|
3904
|
+
{
|
|
3905
|
+
"name": "umb-input-template",
|
|
3906
|
+
"path": "./../../src/backoffice/shared/components/input-template/input-template.element.ts",
|
|
3907
|
+
"attributes": [
|
|
3908
|
+
{
|
|
3909
|
+
"name": "min",
|
|
3910
|
+
"description": "This is a minimum amount of selected items in this input.",
|
|
3911
|
+
"type": "number",
|
|
3912
|
+
"default": "\"undefined\""
|
|
3913
|
+
},
|
|
3914
|
+
{
|
|
3915
|
+
"name": "max",
|
|
3916
|
+
"description": "This is a maximum amount of selected items in this input.",
|
|
3917
|
+
"type": "number",
|
|
3918
|
+
"default": "\"undefined\""
|
|
3919
|
+
},
|
|
3920
|
+
{
|
|
3921
|
+
"name": "min-message",
|
|
3922
|
+
"description": "Min validation message.",
|
|
3923
|
+
"type": "boolean",
|
|
3924
|
+
"default": "\"\""
|
|
3925
|
+
},
|
|
3926
|
+
{
|
|
3927
|
+
"name": "maxMessage",
|
|
3928
|
+
"description": "Max validation message.",
|
|
3929
|
+
"type": "boolean",
|
|
3930
|
+
"default": "\"\""
|
|
3931
|
+
},
|
|
3932
|
+
{
|
|
3933
|
+
"name": "selectedIds",
|
|
3934
|
+
"type": "string[]"
|
|
3935
|
+
},
|
|
3936
|
+
{
|
|
3937
|
+
"name": "defaultId",
|
|
3938
|
+
"type": "string"
|
|
3939
|
+
}
|
|
3940
|
+
],
|
|
3941
|
+
"properties": [
|
|
3942
|
+
{
|
|
3943
|
+
"name": "min",
|
|
3944
|
+
"attribute": "min",
|
|
3945
|
+
"description": "This is a minimum amount of selected items in this input.",
|
|
3946
|
+
"type": "number",
|
|
3947
|
+
"default": "\"undefined\""
|
|
3948
|
+
},
|
|
3949
|
+
{
|
|
3950
|
+
"name": "max",
|
|
3951
|
+
"attribute": "max",
|
|
3952
|
+
"description": "This is a maximum amount of selected items in this input.",
|
|
3953
|
+
"type": "number",
|
|
3954
|
+
"default": "\"undefined\""
|
|
3955
|
+
},
|
|
3956
|
+
{
|
|
3957
|
+
"name": "minMessage",
|
|
3958
|
+
"attribute": "min-message",
|
|
3959
|
+
"description": "Min validation message.",
|
|
3960
|
+
"type": "boolean",
|
|
3961
|
+
"default": "\"\""
|
|
3962
|
+
},
|
|
3963
|
+
{
|
|
3964
|
+
"name": "maxMessage",
|
|
3965
|
+
"attribute": "maxMessage",
|
|
3966
|
+
"description": "Max validation message.",
|
|
3967
|
+
"type": "boolean",
|
|
3968
|
+
"default": "\"\""
|
|
3969
|
+
},
|
|
3970
|
+
{
|
|
3971
|
+
"name": "selectedIds",
|
|
3972
|
+
"attribute": "selectedIds",
|
|
3973
|
+
"type": "string[]"
|
|
3974
|
+
},
|
|
3975
|
+
{
|
|
3976
|
+
"name": "defaultId",
|
|
3977
|
+
"attribute": "defaultId",
|
|
3978
|
+
"type": "string"
|
|
3979
|
+
},
|
|
3980
|
+
{
|
|
3981
|
+
"name": "styles",
|
|
3982
|
+
"type": "CSSResult[]",
|
|
3983
|
+
"default": "[\"UUITextStyles\",null]"
|
|
3984
|
+
},
|
|
3985
|
+
{
|
|
3986
|
+
"name": "formAssociated",
|
|
3987
|
+
"type": "boolean"
|
|
3988
|
+
},
|
|
3989
|
+
{
|
|
3990
|
+
"name": "value",
|
|
3991
|
+
"type": "FormDataEntryValue | FormData"
|
|
3992
|
+
},
|
|
3993
|
+
{
|
|
3994
|
+
"name": "name",
|
|
3995
|
+
"type": "string"
|
|
3996
|
+
},
|
|
3997
|
+
{
|
|
3998
|
+
"name": "validationMessage",
|
|
3999
|
+
"type": "string"
|
|
4000
|
+
},
|
|
4001
|
+
{
|
|
4002
|
+
"name": "validity",
|
|
4003
|
+
"type": "ValidityState"
|
|
4004
|
+
},
|
|
4005
|
+
{
|
|
4006
|
+
"name": "pristine",
|
|
4007
|
+
"type": "boolean"
|
|
4008
|
+
},
|
|
4009
|
+
{
|
|
4010
|
+
"name": "required",
|
|
4011
|
+
"type": "boolean"
|
|
4012
|
+
},
|
|
4013
|
+
{
|
|
4014
|
+
"name": "requiredMessage",
|
|
4015
|
+
"type": "string"
|
|
4016
|
+
},
|
|
4017
|
+
{
|
|
4018
|
+
"name": "error",
|
|
4019
|
+
"type": "boolean"
|
|
4020
|
+
},
|
|
4021
|
+
{
|
|
4022
|
+
"name": "errorMessage",
|
|
4023
|
+
"type": "string"
|
|
4024
|
+
}
|
|
4025
|
+
],
|
|
4026
|
+
"events": [
|
|
4027
|
+
{
|
|
4028
|
+
"name": "change"
|
|
4029
|
+
}
|
|
4030
|
+
]
|
|
4031
|
+
},
|
|
3468
4032
|
{
|
|
3469
4033
|
"name": "umb-input-toggle",
|
|
3470
|
-
"path": "
|
|
4034
|
+
"path": "./../../src/backoffice/shared/components/input-toggle/input-toggle.element.ts",
|
|
3471
4035
|
"attributes": [
|
|
3472
4036
|
{
|
|
3473
4037
|
"name": "checked",
|
|
@@ -3561,9 +4125,104 @@
|
|
|
3561
4125
|
}
|
|
3562
4126
|
]
|
|
3563
4127
|
},
|
|
4128
|
+
{
|
|
4129
|
+
"name": "umb-input-upload-field",
|
|
4130
|
+
"path": "./../../src/backoffice/shared/components/input-upload-field/input-upload-field.element.ts",
|
|
4131
|
+
"attributes": [
|
|
4132
|
+
{
|
|
4133
|
+
"name": "keys",
|
|
4134
|
+
"type": "Array<String>",
|
|
4135
|
+
"default": "\"[]\""
|
|
4136
|
+
},
|
|
4137
|
+
{
|
|
4138
|
+
"name": "fileExtensions",
|
|
4139
|
+
"type": "Array<String>",
|
|
4140
|
+
"default": "\"undefined\""
|
|
4141
|
+
},
|
|
4142
|
+
{
|
|
4143
|
+
"name": "multiple",
|
|
4144
|
+
"type": "Boolean",
|
|
4145
|
+
"default": "\"false\""
|
|
4146
|
+
}
|
|
4147
|
+
],
|
|
4148
|
+
"properties": [
|
|
4149
|
+
{
|
|
4150
|
+
"name": "styles",
|
|
4151
|
+
"type": "CSSResult[]",
|
|
4152
|
+
"default": "[\"UUITextStyles\",null]"
|
|
4153
|
+
},
|
|
4154
|
+
{
|
|
4155
|
+
"name": "keys",
|
|
4156
|
+
"attribute": "keys",
|
|
4157
|
+
"type": "Array<String>",
|
|
4158
|
+
"default": "\"[]\""
|
|
4159
|
+
},
|
|
4160
|
+
{
|
|
4161
|
+
"name": "fileExtensions",
|
|
4162
|
+
"attribute": "fileExtensions",
|
|
4163
|
+
"type": "Array<String>",
|
|
4164
|
+
"default": "\"undefined\""
|
|
4165
|
+
},
|
|
4166
|
+
{
|
|
4167
|
+
"name": "multiple",
|
|
4168
|
+
"attribute": "multiple",
|
|
4169
|
+
"type": "Boolean",
|
|
4170
|
+
"default": "\"false\""
|
|
4171
|
+
},
|
|
4172
|
+
{
|
|
4173
|
+
"name": "extensions",
|
|
4174
|
+
"type": "string[] | undefined"
|
|
4175
|
+
},
|
|
4176
|
+
{
|
|
4177
|
+
"name": "formAssociated",
|
|
4178
|
+
"type": "boolean"
|
|
4179
|
+
},
|
|
4180
|
+
{
|
|
4181
|
+
"name": "value",
|
|
4182
|
+
"type": "FormDataEntryValue | FormData"
|
|
4183
|
+
},
|
|
4184
|
+
{
|
|
4185
|
+
"name": "name",
|
|
4186
|
+
"type": "string"
|
|
4187
|
+
},
|
|
4188
|
+
{
|
|
4189
|
+
"name": "validationMessage",
|
|
4190
|
+
"type": "string"
|
|
4191
|
+
},
|
|
4192
|
+
{
|
|
4193
|
+
"name": "validity",
|
|
4194
|
+
"type": "ValidityState"
|
|
4195
|
+
},
|
|
4196
|
+
{
|
|
4197
|
+
"name": "pristine",
|
|
4198
|
+
"type": "boolean"
|
|
4199
|
+
},
|
|
4200
|
+
{
|
|
4201
|
+
"name": "required",
|
|
4202
|
+
"type": "boolean"
|
|
4203
|
+
},
|
|
4204
|
+
{
|
|
4205
|
+
"name": "requiredMessage",
|
|
4206
|
+
"type": "string"
|
|
4207
|
+
},
|
|
4208
|
+
{
|
|
4209
|
+
"name": "error",
|
|
4210
|
+
"type": "boolean"
|
|
4211
|
+
},
|
|
4212
|
+
{
|
|
4213
|
+
"name": "errorMessage",
|
|
4214
|
+
"type": "string"
|
|
4215
|
+
}
|
|
4216
|
+
],
|
|
4217
|
+
"events": [
|
|
4218
|
+
{
|
|
4219
|
+
"name": "change"
|
|
4220
|
+
}
|
|
4221
|
+
]
|
|
4222
|
+
},
|
|
3564
4223
|
{
|
|
3565
4224
|
"name": "umb-input-user-group",
|
|
3566
|
-
"path": "
|
|
4225
|
+
"path": "./../../src/backoffice/shared/components/input-user-group/input-user-group.element.ts",
|
|
3567
4226
|
"attributes": [
|
|
3568
4227
|
{
|
|
3569
4228
|
"name": "value",
|
|
@@ -3623,7 +4282,7 @@
|
|
|
3623
4282
|
},
|
|
3624
4283
|
{
|
|
3625
4284
|
"name": "umb-input-user",
|
|
3626
|
-
"path": "
|
|
4285
|
+
"path": "./../../src/backoffice/shared/components/input-user/input-user.element.ts",
|
|
3627
4286
|
"attributes": [
|
|
3628
4287
|
{
|
|
3629
4288
|
"name": "value",
|
|
@@ -3682,14 +4341,69 @@
|
|
|
3682
4341
|
]
|
|
3683
4342
|
},
|
|
3684
4343
|
{
|
|
3685
|
-
"name": "umb-menu-item",
|
|
3686
|
-
"path": "
|
|
4344
|
+
"name": "umb-menu-item-base",
|
|
4345
|
+
"path": "./../../src/backoffice/shared/components/menu/menu-item-base/menu-item-base.element.ts",
|
|
4346
|
+
"attributes": [
|
|
4347
|
+
{
|
|
4348
|
+
"name": "entity-type",
|
|
4349
|
+
"type": "string | undefined"
|
|
4350
|
+
},
|
|
4351
|
+
{
|
|
4352
|
+
"name": "icon-name",
|
|
4353
|
+
"type": "string",
|
|
4354
|
+
"default": "\"\""
|
|
4355
|
+
},
|
|
4356
|
+
{
|
|
4357
|
+
"name": "label",
|
|
4358
|
+
"type": "string",
|
|
4359
|
+
"default": "\"\""
|
|
4360
|
+
},
|
|
4361
|
+
{
|
|
4362
|
+
"name": "has-children",
|
|
4363
|
+
"type": "boolean",
|
|
4364
|
+
"default": "false"
|
|
4365
|
+
}
|
|
4366
|
+
],
|
|
3687
4367
|
"properties": [
|
|
3688
4368
|
{
|
|
3689
4369
|
"name": "styles",
|
|
3690
4370
|
"type": "CSSResult[]",
|
|
3691
4371
|
"default": "[\"UUITextStyles\",null]"
|
|
3692
4372
|
},
|
|
4373
|
+
{
|
|
4374
|
+
"name": "entityType",
|
|
4375
|
+
"attribute": "entity-type",
|
|
4376
|
+
"type": "string | undefined"
|
|
4377
|
+
},
|
|
4378
|
+
{
|
|
4379
|
+
"name": "iconName",
|
|
4380
|
+
"attribute": "icon-name",
|
|
4381
|
+
"type": "string",
|
|
4382
|
+
"default": "\"\""
|
|
4383
|
+
},
|
|
4384
|
+
{
|
|
4385
|
+
"name": "label",
|
|
4386
|
+
"attribute": "label",
|
|
4387
|
+
"type": "string",
|
|
4388
|
+
"default": "\"\""
|
|
4389
|
+
},
|
|
4390
|
+
{
|
|
4391
|
+
"name": "hasChildren",
|
|
4392
|
+
"attribute": "has-children",
|
|
4393
|
+
"type": "boolean",
|
|
4394
|
+
"default": "false"
|
|
4395
|
+
}
|
|
4396
|
+
]
|
|
4397
|
+
},
|
|
4398
|
+
{
|
|
4399
|
+
"name": "umb-menu-item",
|
|
4400
|
+
"path": "./../../src/backoffice/shared/components/menu/menu-item/menu-item.element.ts",
|
|
4401
|
+
"properties": [
|
|
4402
|
+
{
|
|
4403
|
+
"name": "styles",
|
|
4404
|
+
"type": "CSSResult[]",
|
|
4405
|
+
"default": "[\"UUITextStyles\"]"
|
|
4406
|
+
},
|
|
3693
4407
|
{
|
|
3694
4408
|
"name": "manifest"
|
|
3695
4409
|
}
|
|
@@ -3697,7 +4411,7 @@
|
|
|
3697
4411
|
},
|
|
3698
4412
|
{
|
|
3699
4413
|
"name": "umb-menu",
|
|
3700
|
-
"path": "
|
|
4414
|
+
"path": "./../../src/backoffice/shared/components/menu/menu.element.ts",
|
|
3701
4415
|
"attributes": [
|
|
3702
4416
|
{
|
|
3703
4417
|
"name": "manifest"
|
|
@@ -3717,7 +4431,7 @@
|
|
|
3717
4431
|
},
|
|
3718
4432
|
{
|
|
3719
4433
|
"name": "umb-property-type-based-property",
|
|
3720
|
-
"path": "
|
|
4434
|
+
"path": "./../../src/backoffice/shared/components/property-type-based-property/property-type-based-property.element.ts",
|
|
3721
4435
|
"attributes": [
|
|
3722
4436
|
{
|
|
3723
4437
|
"name": "propertyVariantId",
|
|
@@ -3746,7 +4460,7 @@
|
|
|
3746
4460
|
},
|
|
3747
4461
|
{
|
|
3748
4462
|
"name": "umb-ref-property-editor-ui",
|
|
3749
|
-
"path": "
|
|
4463
|
+
"path": "./../../src/backoffice/shared/components/ref-property-editor-ui/ref-property-editor-ui.element.ts",
|
|
3750
4464
|
"attributes": [
|
|
3751
4465
|
{
|
|
3752
4466
|
"name": "alias",
|
|
@@ -3869,7 +4583,7 @@
|
|
|
3869
4583
|
},
|
|
3870
4584
|
{
|
|
3871
4585
|
"name": "umb-section-main",
|
|
3872
|
-
"path": "
|
|
4586
|
+
"path": "./../../src/backoffice/shared/components/section/section-main/section-main.element.ts",
|
|
3873
4587
|
"properties": [
|
|
3874
4588
|
{
|
|
3875
4589
|
"name": "styles",
|
|
@@ -3880,7 +4594,7 @@
|
|
|
3880
4594
|
},
|
|
3881
4595
|
{
|
|
3882
4596
|
"name": "umb-section-sidebar-context-menu",
|
|
3883
|
-
"path": "
|
|
4597
|
+
"path": "./../../src/backoffice/shared/components/section/section-sidebar-context-menu/section-sidebar-context-menu.element.ts",
|
|
3884
4598
|
"properties": [
|
|
3885
4599
|
{
|
|
3886
4600
|
"name": "styles",
|
|
@@ -3891,7 +4605,7 @@
|
|
|
3891
4605
|
},
|
|
3892
4606
|
{
|
|
3893
4607
|
"name": "umb-section-sidebar-menu",
|
|
3894
|
-
"path": "
|
|
4608
|
+
"path": "./../../src/backoffice/shared/components/section/section-sidebar-menu/section-sidebar-menu.element.ts",
|
|
3895
4609
|
"attributes": [
|
|
3896
4610
|
{
|
|
3897
4611
|
"name": "manifest"
|
|
@@ -3911,7 +4625,7 @@
|
|
|
3911
4625
|
},
|
|
3912
4626
|
{
|
|
3913
4627
|
"name": "umb-section-sidebar",
|
|
3914
|
-
"path": "
|
|
4628
|
+
"path": "./../../src/backoffice/shared/components/section/section-sidebar/section-sidebar.element.ts",
|
|
3915
4629
|
"properties": [
|
|
3916
4630
|
{
|
|
3917
4631
|
"name": "styles",
|
|
@@ -3922,7 +4636,7 @@
|
|
|
3922
4636
|
},
|
|
3923
4637
|
{
|
|
3924
4638
|
"name": "umb-section-views",
|
|
3925
|
-
"path": "
|
|
4639
|
+
"path": "./../../src/backoffice/shared/components/section/section-views/section-views.element.ts",
|
|
3926
4640
|
"attributes": [
|
|
3927
4641
|
{
|
|
3928
4642
|
"name": "section-alias",
|
|
@@ -3944,83 +4658,179 @@
|
|
|
3944
4658
|
},
|
|
3945
4659
|
{
|
|
3946
4660
|
"name": "umb-section",
|
|
3947
|
-
"path": "
|
|
4661
|
+
"path": "./../../src/backoffice/shared/components/section/section.element.ts",
|
|
3948
4662
|
"attributes": [
|
|
3949
4663
|
{
|
|
3950
|
-
"name": "manifest"
|
|
4664
|
+
"name": "manifest"
|
|
4665
|
+
}
|
|
4666
|
+
],
|
|
4667
|
+
"properties": [
|
|
4668
|
+
{
|
|
4669
|
+
"name": "styles",
|
|
4670
|
+
"type": "CSSResult[]",
|
|
4671
|
+
"default": "[\"UUITextStyles\",null]"
|
|
4672
|
+
},
|
|
4673
|
+
{
|
|
4674
|
+
"name": "manifest",
|
|
4675
|
+
"attribute": "manifest"
|
|
4676
|
+
}
|
|
4677
|
+
]
|
|
4678
|
+
},
|
|
4679
|
+
{
|
|
4680
|
+
"name": "umb-table",
|
|
4681
|
+
"path": "./../../src/backoffice/shared/components/table/table.element.ts",
|
|
4682
|
+
"properties": [
|
|
4683
|
+
{
|
|
4684
|
+
"name": "styles",
|
|
4685
|
+
"type": "CSSResult[]",
|
|
4686
|
+
"default": "[\"UUITextStyles\",null]"
|
|
4687
|
+
},
|
|
4688
|
+
{
|
|
4689
|
+
"name": "items",
|
|
4690
|
+
"description": "Table Items",
|
|
4691
|
+
"type": "Array<UmbTableItem>",
|
|
4692
|
+
"default": "[]"
|
|
4693
|
+
},
|
|
4694
|
+
{
|
|
4695
|
+
"name": "columns",
|
|
4696
|
+
"type": "Array<UmbTableColumn>",
|
|
4697
|
+
"default": "[]"
|
|
4698
|
+
},
|
|
4699
|
+
{
|
|
4700
|
+
"name": "config",
|
|
4701
|
+
"type": "UmbTableConfig",
|
|
4702
|
+
"default": "{\"allowSelection\":false,\"hideIcon\":false}"
|
|
4703
|
+
},
|
|
4704
|
+
{
|
|
4705
|
+
"name": "selection",
|
|
4706
|
+
"type": "Array<string>",
|
|
4707
|
+
"default": "[]"
|
|
4708
|
+
},
|
|
4709
|
+
{
|
|
4710
|
+
"name": "orderingColumn",
|
|
4711
|
+
"type": "string",
|
|
4712
|
+
"default": "\"\""
|
|
4713
|
+
},
|
|
4714
|
+
{
|
|
4715
|
+
"name": "orderingDesc",
|
|
4716
|
+
"type": "boolean",
|
|
4717
|
+
"default": "false"
|
|
4718
|
+
}
|
|
4719
|
+
],
|
|
4720
|
+
"events": [
|
|
4721
|
+
{
|
|
4722
|
+
"name": "selected",
|
|
4723
|
+
"description": "fires when a row is selected"
|
|
4724
|
+
},
|
|
4725
|
+
{
|
|
4726
|
+
"name": "deselected",
|
|
4727
|
+
"description": "fires when a row is deselected"
|
|
4728
|
+
},
|
|
4729
|
+
{
|
|
4730
|
+
"name": "sort",
|
|
4731
|
+
"description": "fires when a column order is changed"
|
|
4732
|
+
}
|
|
4733
|
+
]
|
|
4734
|
+
},
|
|
4735
|
+
{
|
|
4736
|
+
"name": "umb-template-card",
|
|
4737
|
+
"path": "./../../src/backoffice/shared/components/template-card/template-card.element.ts",
|
|
4738
|
+
"attributes": [
|
|
4739
|
+
{
|
|
4740
|
+
"name": "default",
|
|
4741
|
+
"type": "boolean",
|
|
4742
|
+
"default": "false"
|
|
4743
|
+
},
|
|
4744
|
+
{
|
|
4745
|
+
"name": "id",
|
|
4746
|
+
"type": "string"
|
|
4747
|
+
},
|
|
4748
|
+
{
|
|
4749
|
+
"name": "name",
|
|
4750
|
+
"type": "string",
|
|
4751
|
+
"default": "\"\""
|
|
3951
4752
|
}
|
|
3952
4753
|
],
|
|
3953
4754
|
"properties": [
|
|
3954
4755
|
{
|
|
3955
|
-
"name": "
|
|
3956
|
-
"
|
|
3957
|
-
"
|
|
4756
|
+
"name": "default",
|
|
4757
|
+
"attribute": "default",
|
|
4758
|
+
"type": "boolean",
|
|
4759
|
+
"default": "false"
|
|
3958
4760
|
},
|
|
3959
4761
|
{
|
|
3960
|
-
"name": "
|
|
3961
|
-
"attribute": "
|
|
3962
|
-
|
|
3963
|
-
|
|
3964
|
-
},
|
|
3965
|
-
{
|
|
3966
|
-
"name": "umb-table",
|
|
3967
|
-
"path": "./src/backoffice/shared/components/table/table.element.ts",
|
|
3968
|
-
"properties": [
|
|
4762
|
+
"name": "id",
|
|
4763
|
+
"attribute": "id",
|
|
4764
|
+
"type": "string"
|
|
4765
|
+
},
|
|
3969
4766
|
{
|
|
3970
4767
|
"name": "styles",
|
|
3971
4768
|
"type": "CSSResult[]",
|
|
3972
4769
|
"default": "[\"UUITextStyles\",null]"
|
|
3973
4770
|
},
|
|
3974
4771
|
{
|
|
3975
|
-
"name": "
|
|
3976
|
-
"
|
|
3977
|
-
"type": "Array<UmbTableItem>",
|
|
3978
|
-
"default": "[]"
|
|
4772
|
+
"name": "formAssociated",
|
|
4773
|
+
"type": "boolean"
|
|
3979
4774
|
},
|
|
3980
4775
|
{
|
|
3981
|
-
"name": "
|
|
3982
|
-
"type": "
|
|
3983
|
-
"default": "[]"
|
|
4776
|
+
"name": "value",
|
|
4777
|
+
"type": "FormDataEntryValue | FormData"
|
|
3984
4778
|
},
|
|
3985
4779
|
{
|
|
3986
|
-
"name": "
|
|
3987
|
-
"
|
|
3988
|
-
"
|
|
4780
|
+
"name": "name",
|
|
4781
|
+
"attribute": "name",
|
|
4782
|
+
"type": "string",
|
|
4783
|
+
"default": "\"\""
|
|
3989
4784
|
},
|
|
3990
4785
|
{
|
|
3991
|
-
"name": "
|
|
3992
|
-
"type": "
|
|
3993
|
-
"default": "[]"
|
|
4786
|
+
"name": "validationMessage",
|
|
4787
|
+
"type": "string"
|
|
3994
4788
|
},
|
|
3995
4789
|
{
|
|
3996
|
-
"name": "
|
|
3997
|
-
"type": "
|
|
3998
|
-
"default": "\"\""
|
|
4790
|
+
"name": "validity",
|
|
4791
|
+
"type": "ValidityState"
|
|
3999
4792
|
},
|
|
4000
4793
|
{
|
|
4001
|
-
"name": "
|
|
4002
|
-
"type": "boolean"
|
|
4003
|
-
|
|
4794
|
+
"name": "pristine",
|
|
4795
|
+
"type": "boolean"
|
|
4796
|
+
},
|
|
4797
|
+
{
|
|
4798
|
+
"name": "required",
|
|
4799
|
+
"type": "boolean"
|
|
4800
|
+
},
|
|
4801
|
+
{
|
|
4802
|
+
"name": "requiredMessage",
|
|
4803
|
+
"type": "string"
|
|
4804
|
+
},
|
|
4805
|
+
{
|
|
4806
|
+
"name": "error",
|
|
4807
|
+
"type": "boolean"
|
|
4808
|
+
},
|
|
4809
|
+
{
|
|
4810
|
+
"name": "errorMessage",
|
|
4811
|
+
"type": "string"
|
|
4004
4812
|
}
|
|
4005
4813
|
],
|
|
4006
4814
|
"events": [
|
|
4007
4815
|
{
|
|
4008
|
-
"name": "
|
|
4009
|
-
"description": "fires when a row is selected"
|
|
4816
|
+
"name": "open"
|
|
4010
4817
|
},
|
|
4011
4818
|
{
|
|
4012
|
-
"name": "
|
|
4013
|
-
"description": "fires when a row is deselected"
|
|
4819
|
+
"name": "selected"
|
|
4014
4820
|
},
|
|
4015
4821
|
{
|
|
4016
|
-
"name": "
|
|
4017
|
-
|
|
4822
|
+
"name": "change"
|
|
4823
|
+
}
|
|
4824
|
+
],
|
|
4825
|
+
"slots": [
|
|
4826
|
+
{
|
|
4827
|
+
"name": "actions"
|
|
4018
4828
|
}
|
|
4019
4829
|
]
|
|
4020
4830
|
},
|
|
4021
4831
|
{
|
|
4022
4832
|
"name": "umb-tooltip-menu",
|
|
4023
|
-
"path": "
|
|
4833
|
+
"path": "./../../src/backoffice/shared/components/tooltip-menu/tooltip-menu.element.ts",
|
|
4024
4834
|
"attributes": [
|
|
4025
4835
|
{
|
|
4026
4836
|
"name": "icon-only",
|
|
@@ -4055,7 +4865,7 @@
|
|
|
4055
4865
|
},
|
|
4056
4866
|
{
|
|
4057
4867
|
"name": "umb-entity-tree-item",
|
|
4058
|
-
"path": "
|
|
4868
|
+
"path": "./../../src/backoffice/shared/components/tree/entity-tree-item/entity-tree-item.element.ts",
|
|
4059
4869
|
"properties": [
|
|
4060
4870
|
{
|
|
4061
4871
|
"name": "styles",
|
|
@@ -4069,7 +4879,7 @@
|
|
|
4069
4879
|
},
|
|
4070
4880
|
{
|
|
4071
4881
|
"name": "umb-tree-item-base",
|
|
4072
|
-
"path": "
|
|
4882
|
+
"path": "./../../src/backoffice/shared/components/tree/tree-item-base/tree-item-base.element.ts",
|
|
4073
4883
|
"properties": [
|
|
4074
4884
|
{
|
|
4075
4885
|
"name": "styles",
|
|
@@ -4080,7 +4890,7 @@
|
|
|
4080
4890
|
},
|
|
4081
4891
|
{
|
|
4082
4892
|
"name": "umb-tree-item",
|
|
4083
|
-
"path": "
|
|
4893
|
+
"path": "./../../src/backoffice/shared/components/tree/tree-item/tree-item.element.ts",
|
|
4084
4894
|
"properties": [
|
|
4085
4895
|
{
|
|
4086
4896
|
"name": "styles",
|
|
@@ -4094,7 +4904,7 @@
|
|
|
4094
4904
|
},
|
|
4095
4905
|
{
|
|
4096
4906
|
"name": "umb-menu-item-tree",
|
|
4097
|
-
"path": "
|
|
4907
|
+
"path": "./../../src/backoffice/shared/components/tree/tree-menu-item/tree-menu-item.element.ts",
|
|
4098
4908
|
"attributes": [
|
|
4099
4909
|
{
|
|
4100
4910
|
"name": "manifest"
|
|
@@ -4109,7 +4919,7 @@
|
|
|
4109
4919
|
},
|
|
4110
4920
|
{
|
|
4111
4921
|
"name": "umb-tree",
|
|
4112
|
-
"path": "
|
|
4922
|
+
"path": "./../../src/backoffice/shared/components/tree/tree.element.ts",
|
|
4113
4923
|
"attributes": [
|
|
4114
4924
|
{
|
|
4115
4925
|
"name": "alias",
|
|
@@ -4122,6 +4932,10 @@
|
|
|
4122
4932
|
{
|
|
4123
4933
|
"name": "selection",
|
|
4124
4934
|
"type": "string[]"
|
|
4935
|
+
},
|
|
4936
|
+
{
|
|
4937
|
+
"name": "multiple",
|
|
4938
|
+
"type": "boolean"
|
|
4125
4939
|
}
|
|
4126
4940
|
],
|
|
4127
4941
|
"properties": [
|
|
@@ -4139,6 +4953,11 @@
|
|
|
4139
4953
|
"name": "selection",
|
|
4140
4954
|
"attribute": "selection",
|
|
4141
4955
|
"type": "string[]"
|
|
4956
|
+
},
|
|
4957
|
+
{
|
|
4958
|
+
"name": "multiple",
|
|
4959
|
+
"attribute": "multiple",
|
|
4960
|
+
"type": "boolean"
|
|
4142
4961
|
}
|
|
4143
4962
|
],
|
|
4144
4963
|
"events": [
|
|
@@ -4149,7 +4968,7 @@
|
|
|
4149
4968
|
},
|
|
4150
4969
|
{
|
|
4151
4970
|
"name": "umb-variant-selector",
|
|
4152
|
-
"path": "
|
|
4971
|
+
"path": "./../../src/backoffice/shared/components/variant-selector/variant-selector.element.ts",
|
|
4153
4972
|
"attributes": [
|
|
4154
4973
|
{
|
|
4155
4974
|
"name": "alias",
|
|
@@ -4171,7 +4990,7 @@
|
|
|
4171
4990
|
},
|
|
4172
4991
|
{
|
|
4173
4992
|
"name": "umb-variantable-property",
|
|
4174
|
-
"path": "
|
|
4993
|
+
"path": "./../../src/backoffice/shared/components/variantable-property/variantable-property.element.ts",
|
|
4175
4994
|
"properties": [
|
|
4176
4995
|
{
|
|
4177
4996
|
"name": "styles",
|
|
@@ -4185,7 +5004,7 @@
|
|
|
4185
5004
|
},
|
|
4186
5005
|
{
|
|
4187
5006
|
"name": "umb-workspace-property",
|
|
4188
|
-
"path": "
|
|
5007
|
+
"path": "./../../src/backoffice/shared/components/workspace-property/workspace-property.element.ts",
|
|
4189
5008
|
"attributes": [
|
|
4190
5009
|
{
|
|
4191
5010
|
"name": "label",
|
|
@@ -4298,7 +5117,7 @@
|
|
|
4298
5117
|
},
|
|
4299
5118
|
{
|
|
4300
5119
|
"name": "umb-workspace-action-menu",
|
|
4301
|
-
"path": "
|
|
5120
|
+
"path": "./../../src/backoffice/shared/components/workspace/workspace-action-menu/workspace-action-menu.element.ts",
|
|
4302
5121
|
"properties": [
|
|
4303
5122
|
{
|
|
4304
5123
|
"name": "styles",
|
|
@@ -4309,7 +5128,7 @@
|
|
|
4309
5128
|
},
|
|
4310
5129
|
{
|
|
4311
5130
|
"name": "umb-workspace-action",
|
|
4312
|
-
"path": "
|
|
5131
|
+
"path": "./../../src/backoffice/shared/components/workspace/workspace-action/workspace-action.element.ts",
|
|
4313
5132
|
"properties": [
|
|
4314
5133
|
{
|
|
4315
5134
|
"name": "styles",
|
|
@@ -4323,7 +5142,7 @@
|
|
|
4323
5142
|
},
|
|
4324
5143
|
{
|
|
4325
5144
|
"name": "umb-workspace-view-collection",
|
|
4326
|
-
"path": "
|
|
5145
|
+
"path": "./../../src/backoffice/shared/components/workspace/workspace-content/views/collection/workspace-view-collection.element.ts",
|
|
4327
5146
|
"properties": [
|
|
4328
5147
|
{
|
|
4329
5148
|
"name": "styles",
|
|
@@ -4337,7 +5156,7 @@
|
|
|
4337
5156
|
},
|
|
4338
5157
|
{
|
|
4339
5158
|
"name": "umb-workspace-footer-layout",
|
|
4340
|
-
"path": "
|
|
5159
|
+
"path": "./../../src/backoffice/shared/components/workspace/workspace-footer-layout/workspace-footer-layout.element.ts",
|
|
4341
5160
|
"attributes": [
|
|
4342
5161
|
{
|
|
4343
5162
|
"name": "alias",
|
|
@@ -4373,7 +5192,7 @@
|
|
|
4373
5192
|
},
|
|
4374
5193
|
{
|
|
4375
5194
|
"name": "umb-workspace-layout",
|
|
4376
|
-
"path": "
|
|
5195
|
+
"path": "./../../src/backoffice/shared/components/workspace/workspace-layout/workspace-layout.element.ts",
|
|
4377
5196
|
"attributes": [
|
|
4378
5197
|
{
|
|
4379
5198
|
"name": "headline",
|
|
@@ -4434,6 +5253,10 @@
|
|
|
4434
5253
|
"name": "icon",
|
|
4435
5254
|
"description": "Slot for icon"
|
|
4436
5255
|
},
|
|
5256
|
+
{
|
|
5257
|
+
"name": "header",
|
|
5258
|
+
"description": "Slot for workspace header"
|
|
5259
|
+
},
|
|
4437
5260
|
{
|
|
4438
5261
|
"name": "name",
|
|
4439
5262
|
"description": "Slot for name"
|
|
@@ -4454,7 +5277,7 @@
|
|
|
4454
5277
|
},
|
|
4455
5278
|
{
|
|
4456
5279
|
"name": "umb-workspace-property-layout",
|
|
4457
|
-
"path": "
|
|
5280
|
+
"path": "./../../src/backoffice/shared/components/workspace/workspace-property-layout/workspace-property-layout.element.ts",
|
|
4458
5281
|
"attributes": [
|
|
4459
5282
|
{
|
|
4460
5283
|
"name": "alias",
|
|
@@ -4482,11 +5305,6 @@
|
|
|
4482
5305
|
}
|
|
4483
5306
|
],
|
|
4484
5307
|
"properties": [
|
|
4485
|
-
{
|
|
4486
|
-
"name": "styles",
|
|
4487
|
-
"type": "CSSResult[]",
|
|
4488
|
-
"default": "[\"UUITextStyles\",null]"
|
|
4489
|
-
},
|
|
4490
5308
|
{
|
|
4491
5309
|
"name": "alias",
|
|
4492
5310
|
"attribute": "alias",
|
|
@@ -4514,6 +5332,11 @@
|
|
|
4514
5332
|
"description": "Description: render a description underneath the label.",
|
|
4515
5333
|
"type": "string",
|
|
4516
5334
|
"default": "\"''\""
|
|
5335
|
+
},
|
|
5336
|
+
{
|
|
5337
|
+
"name": "styles",
|
|
5338
|
+
"type": "CSSResult[]",
|
|
5339
|
+
"default": "[\"UUITextStyles\",null]"
|
|
4517
5340
|
}
|
|
4518
5341
|
],
|
|
4519
5342
|
"slots": [
|
|
@@ -4533,7 +5356,7 @@
|
|
|
4533
5356
|
},
|
|
4534
5357
|
{
|
|
4535
5358
|
"name": "umb-workspace-variant",
|
|
4536
|
-
"path": "
|
|
5359
|
+
"path": "./../../src/backoffice/shared/components/workspace/workspace-variant/workspace-variant.element.ts",
|
|
4537
5360
|
"description": "\nExample. Document Workspace would use a Variant-component(variant component would talk directly to the workspace-context)\nAs well breadcrumbs etc.",
|
|
4538
5361
|
"attributes": [
|
|
4539
5362
|
{
|
|
@@ -4581,7 +5404,7 @@
|
|
|
4581
5404
|
},
|
|
4582
5405
|
{
|
|
4583
5406
|
"name": "umb-workspace",
|
|
4584
|
-
"path": "
|
|
5407
|
+
"path": "./../../src/backoffice/shared/components/workspace/workspace.element.ts",
|
|
4585
5408
|
"attributes": [
|
|
4586
5409
|
{
|
|
4587
5410
|
"name": "entity-type",
|
|
@@ -4605,11 +5428,10 @@
|
|
|
4605
5428
|
},
|
|
4606
5429
|
{
|
|
4607
5430
|
"name": "umb-confirm-modal",
|
|
4608
|
-
"path": "
|
|
5431
|
+
"path": "./../../src/backoffice/shared/modals/confirm/confirm-modal.element.ts",
|
|
4609
5432
|
"attributes": [
|
|
4610
5433
|
{
|
|
4611
|
-
"name": "data"
|
|
4612
|
-
"type": "UmbConfirmModalData | undefined"
|
|
5434
|
+
"name": "data"
|
|
4613
5435
|
}
|
|
4614
5436
|
],
|
|
4615
5437
|
"properties": [
|
|
@@ -4623,18 +5445,16 @@
|
|
|
4623
5445
|
},
|
|
4624
5446
|
{
|
|
4625
5447
|
"name": "data",
|
|
4626
|
-
"attribute": "data"
|
|
4627
|
-
"type": "UmbConfirmModalData | undefined"
|
|
5448
|
+
"attribute": "data"
|
|
4628
5449
|
}
|
|
4629
5450
|
]
|
|
4630
5451
|
},
|
|
4631
5452
|
{
|
|
4632
5453
|
"name": "umb-embedded-media-modal",
|
|
4633
|
-
"path": "
|
|
5454
|
+
"path": "./../../src/backoffice/shared/modals/embedded-media/embedded-media-modal.element.ts",
|
|
4634
5455
|
"attributes": [
|
|
4635
5456
|
{
|
|
4636
|
-
"name": "data"
|
|
4637
|
-
"type": "UmbEmbeddedMediaModalData | undefined"
|
|
5457
|
+
"name": "data"
|
|
4638
5458
|
}
|
|
4639
5459
|
],
|
|
4640
5460
|
"properties": [
|
|
@@ -4648,58 +5468,41 @@
|
|
|
4648
5468
|
},
|
|
4649
5469
|
{
|
|
4650
5470
|
"name": "data",
|
|
4651
|
-
"attribute": "data"
|
|
4652
|
-
"type": "UmbEmbeddedMediaModalData | undefined"
|
|
5471
|
+
"attribute": "data"
|
|
4653
5472
|
}
|
|
4654
5473
|
]
|
|
4655
5474
|
},
|
|
4656
5475
|
{
|
|
4657
|
-
"name": "umb-
|
|
4658
|
-
"path": "
|
|
4659
|
-
"
|
|
5476
|
+
"name": "umb-folder-modal",
|
|
5477
|
+
"path": "./../../src/backoffice/shared/modals/folder/folder-modal.element.ts",
|
|
5478
|
+
"properties": [
|
|
4660
5479
|
{
|
|
4661
|
-
"name": "
|
|
4662
|
-
"
|
|
5480
|
+
"name": "styles",
|
|
5481
|
+
"type": "CSSResult[]",
|
|
5482
|
+
"default": "[\"UUITextStyles\",null]"
|
|
4663
5483
|
},
|
|
4664
5484
|
{
|
|
4665
|
-
"name": "
|
|
4666
|
-
"type": "string[]",
|
|
4667
|
-
"default": "[]"
|
|
5485
|
+
"name": "modalHandler"
|
|
4668
5486
|
},
|
|
4669
5487
|
{
|
|
4670
|
-
"name": "
|
|
4671
|
-
"type": "string[]",
|
|
4672
|
-
"default": "[\"#000000\",\"#373737\",\"#9e9e9e\",\"#607d8b\",\"#2196f3\",\"#03a9f4\",\"#3f51b5\",\"#9c27b0\",\"#673ab7\",\"#00bcd4\",\"#4caf50\",\"#8bc34a\",\"#cddc39\",\"#ffeb3b\",\"#ffc107\",\"#ff9800\",\"#ff5722\",\"#f44336\",\"#e91e63\",\"#795548\"]"
|
|
5488
|
+
"name": "data"
|
|
4673
5489
|
}
|
|
4674
|
-
]
|
|
5490
|
+
]
|
|
5491
|
+
},
|
|
5492
|
+
{
|
|
5493
|
+
"name": "umb-icon-picker-modal",
|
|
5494
|
+
"path": "./../../src/backoffice/shared/modals/icon-picker/icon-picker-modal.element.ts",
|
|
4675
5495
|
"properties": [
|
|
4676
5496
|
{
|
|
4677
5497
|
"name": "styles",
|
|
4678
5498
|
"type": "CSSResult[]",
|
|
4679
5499
|
"default": "[\"UUITextStyles\",null]"
|
|
4680
|
-
},
|
|
4681
|
-
{
|
|
4682
|
-
"name": "iconlist",
|
|
4683
|
-
"attribute": "iconlist",
|
|
4684
|
-
"default": "\"icons.map((icon) => icon.name)\""
|
|
4685
|
-
},
|
|
4686
|
-
{
|
|
4687
|
-
"name": "iconlistFiltered",
|
|
4688
|
-
"attribute": "iconlistFiltered",
|
|
4689
|
-
"type": "string[]",
|
|
4690
|
-
"default": "[]"
|
|
4691
|
-
},
|
|
4692
|
-
{
|
|
4693
|
-
"name": "colorlist",
|
|
4694
|
-
"attribute": "colorlist",
|
|
4695
|
-
"type": "string[]",
|
|
4696
|
-
"default": "[\"#000000\",\"#373737\",\"#9e9e9e\",\"#607d8b\",\"#2196f3\",\"#03a9f4\",\"#3f51b5\",\"#9c27b0\",\"#673ab7\",\"#00bcd4\",\"#4caf50\",\"#8bc34a\",\"#cddc39\",\"#ffeb3b\",\"#ffc107\",\"#ff9800\",\"#ff5722\",\"#f44336\",\"#e91e63\",\"#795548\"]"
|
|
4697
5500
|
}
|
|
4698
5501
|
]
|
|
4699
5502
|
},
|
|
4700
5503
|
{
|
|
4701
5504
|
"name": "umb-link-picker-modal",
|
|
4702
|
-
"path": "
|
|
5505
|
+
"path": "./../../src/backoffice/shared/modals/link-picker/link-picker-modal.element.ts",
|
|
4703
5506
|
"properties": [
|
|
4704
5507
|
{
|
|
4705
5508
|
"name": "styles",
|
|
@@ -4710,7 +5513,7 @@
|
|
|
4710
5513
|
},
|
|
4711
5514
|
{
|
|
4712
5515
|
"name": "umb-property-settings-modal",
|
|
4713
|
-
"path": "
|
|
5516
|
+
"path": "./../../src/backoffice/shared/modals/property-settings/property-settings-modal.element.ts",
|
|
4714
5517
|
"properties": [
|
|
4715
5518
|
{
|
|
4716
5519
|
"name": "styles",
|
|
@@ -4721,7 +5524,29 @@
|
|
|
4721
5524
|
},
|
|
4722
5525
|
{
|
|
4723
5526
|
"name": "umb-section-picker-modal",
|
|
4724
|
-
"path": "
|
|
5527
|
+
"path": "./../../src/backoffice/shared/modals/section-picker/section-picker-modal.element.ts",
|
|
5528
|
+
"properties": [
|
|
5529
|
+
{
|
|
5530
|
+
"name": "styles",
|
|
5531
|
+
"type": "CSSResult[]",
|
|
5532
|
+
"default": "[\"UUITextStyles\",null]"
|
|
5533
|
+
}
|
|
5534
|
+
]
|
|
5535
|
+
},
|
|
5536
|
+
{
|
|
5537
|
+
"name": "umb-template-picker-modal",
|
|
5538
|
+
"path": "./../../src/backoffice/shared/modals/template-picker/template-picker-modal.element.ts",
|
|
5539
|
+
"properties": [
|
|
5540
|
+
{
|
|
5541
|
+
"name": "styles",
|
|
5542
|
+
"type": "CSSResult[]",
|
|
5543
|
+
"default": "[\"UUITextStyles\",null]"
|
|
5544
|
+
}
|
|
5545
|
+
]
|
|
5546
|
+
},
|
|
5547
|
+
{
|
|
5548
|
+
"name": "umb-template-modal",
|
|
5549
|
+
"path": "./../../src/backoffice/shared/modals/template/template-modal.element.ts",
|
|
4725
5550
|
"properties": [
|
|
4726
5551
|
{
|
|
4727
5552
|
"name": "styles",
|
|
@@ -4732,7 +5557,7 @@
|
|
|
4732
5557
|
},
|
|
4733
5558
|
{
|
|
4734
5559
|
"name": "umb-property-action-clear",
|
|
4735
|
-
"path": "
|
|
5560
|
+
"path": "./../../src/backoffice/shared/property-actions/clear/property-action-clear.element.ts",
|
|
4736
5561
|
"attributes": [
|
|
4737
5562
|
{
|
|
4738
5563
|
"name": "value",
|
|
@@ -4756,7 +5581,7 @@
|
|
|
4756
5581
|
},
|
|
4757
5582
|
{
|
|
4758
5583
|
"name": "umb-property-action-copy",
|
|
4759
|
-
"path": "
|
|
5584
|
+
"path": "./../../src/backoffice/shared/property-actions/copy/property-action-copy.element.ts",
|
|
4760
5585
|
"attributes": [
|
|
4761
5586
|
{
|
|
4762
5587
|
"name": "value",
|
|
@@ -4780,7 +5605,7 @@
|
|
|
4780
5605
|
},
|
|
4781
5606
|
{
|
|
4782
5607
|
"name": "umb-property-action-menu",
|
|
4783
|
-
"path": "
|
|
5608
|
+
"path": "./../../src/backoffice/shared/property-actions/shared/property-action-menu/property-action-menu.element.ts",
|
|
4784
5609
|
"attributes": [
|
|
4785
5610
|
{
|
|
4786
5611
|
"name": "value",
|
|
@@ -4811,7 +5636,7 @@
|
|
|
4811
5636
|
},
|
|
4812
5637
|
{
|
|
4813
5638
|
"name": "umb-property-action",
|
|
4814
|
-
"path": "
|
|
5639
|
+
"path": "./../../src/backoffice/shared/property-actions/shared/property-action/property-action.element.ts",
|
|
4815
5640
|
"attributes": [
|
|
4816
5641
|
{
|
|
4817
5642
|
"name": "propertyAction"
|
|
@@ -4840,7 +5665,7 @@
|
|
|
4840
5665
|
},
|
|
4841
5666
|
{
|
|
4842
5667
|
"name": "umb-property-creator",
|
|
4843
|
-
"path": "
|
|
5668
|
+
"path": "./../../src/backoffice/shared/property-creator/property-creator.element.ts",
|
|
4844
5669
|
"properties": [
|
|
4845
5670
|
{
|
|
4846
5671
|
"name": "styles",
|
|
@@ -4851,11 +5676,10 @@
|
|
|
4851
5676
|
},
|
|
4852
5677
|
{
|
|
4853
5678
|
"name": "umb-property-editor-ui-picker-modal",
|
|
4854
|
-
"path": "
|
|
5679
|
+
"path": "./../../src/backoffice/shared/property-editors/modals/property-editor-ui-picker/property-editor-ui-picker-modal.element.ts",
|
|
4855
5680
|
"attributes": [
|
|
4856
5681
|
{
|
|
4857
|
-
"name": "data"
|
|
4858
|
-
"type": "UmbPropertyEditorUIPickerModalData | undefined"
|
|
5682
|
+
"name": "data"
|
|
4859
5683
|
}
|
|
4860
5684
|
],
|
|
4861
5685
|
"properties": [
|
|
@@ -4866,8 +5690,7 @@
|
|
|
4866
5690
|
},
|
|
4867
5691
|
{
|
|
4868
5692
|
"name": "data",
|
|
4869
|
-
"attribute": "data"
|
|
4870
|
-
"type": "UmbPropertyEditorUIPickerModalData | undefined"
|
|
5693
|
+
"attribute": "data"
|
|
4871
5694
|
},
|
|
4872
5695
|
{
|
|
4873
5696
|
"name": "modalHandler"
|
|
@@ -4876,7 +5699,7 @@
|
|
|
4876
5699
|
},
|
|
4877
5700
|
{
|
|
4878
5701
|
"name": "umb-property-editor-config",
|
|
4879
|
-
"path": "
|
|
5702
|
+
"path": "./../../src/backoffice/shared/property-editors/shared/property-editor-config/property-editor-config.element.ts",
|
|
4880
5703
|
"attributes": [
|
|
4881
5704
|
{
|
|
4882
5705
|
"name": "property-editor-ui-alias",
|
|
@@ -4911,7 +5734,7 @@
|
|
|
4911
5734
|
},
|
|
4912
5735
|
{
|
|
4913
5736
|
"name": "umb-property-editor-ui-block-grid-block-configuration",
|
|
4914
|
-
"path": "
|
|
5737
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/block-grid/config/block-configuration/property-editor-ui-block-grid-block-configuration.element.ts",
|
|
4915
5738
|
"attributes": [
|
|
4916
5739
|
{
|
|
4917
5740
|
"name": "value",
|
|
@@ -4940,7 +5763,7 @@
|
|
|
4940
5763
|
},
|
|
4941
5764
|
{
|
|
4942
5765
|
"name": "umb-property-editor-ui-block-grid-group-configuration",
|
|
4943
|
-
"path": "
|
|
5766
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/block-grid/config/group-configuration/property-editor-ui-block-grid-group-configuration.element.ts",
|
|
4944
5767
|
"attributes": [
|
|
4945
5768
|
{
|
|
4946
5769
|
"name": "value",
|
|
@@ -4969,7 +5792,7 @@
|
|
|
4969
5792
|
},
|
|
4970
5793
|
{
|
|
4971
5794
|
"name": "umb-property-editor-ui-block-grid-stylesheet-picker",
|
|
4972
|
-
"path": "
|
|
5795
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/block-grid/config/stylesheet-picker/property-editor-ui-block-grid-stylesheet-picker.element.ts",
|
|
4973
5796
|
"attributes": [
|
|
4974
5797
|
{
|
|
4975
5798
|
"name": "value",
|
|
@@ -4998,7 +5821,7 @@
|
|
|
4998
5821
|
},
|
|
4999
5822
|
{
|
|
5000
5823
|
"name": "umb-property-editor-ui-block-grid-inner-test",
|
|
5001
|
-
"path": "
|
|
5824
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/block-grid/property-editor-ui-block-grid-inner-test.element.ts",
|
|
5002
5825
|
"attributes": [
|
|
5003
5826
|
{
|
|
5004
5827
|
"name": "name",
|
|
@@ -5022,7 +5845,7 @@
|
|
|
5022
5845
|
},
|
|
5023
5846
|
{
|
|
5024
5847
|
"name": "umb-property-editor-ui-block-grid",
|
|
5025
|
-
"path": "
|
|
5848
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/block-grid/property-editor-ui-block-grid.element.ts",
|
|
5026
5849
|
"attributes": [
|
|
5027
5850
|
{
|
|
5028
5851
|
"name": "value",
|
|
@@ -5051,7 +5874,7 @@
|
|
|
5051
5874
|
},
|
|
5052
5875
|
{
|
|
5053
5876
|
"name": "umb-property-editor-ui-block-list-block-configuration",
|
|
5054
|
-
"path": "
|
|
5877
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/block-list/config/block-configuration/property-editor-ui-block-list-block-configuration.element.ts",
|
|
5055
5878
|
"attributes": [
|
|
5056
5879
|
{
|
|
5057
5880
|
"name": "value",
|
|
@@ -5080,7 +5903,7 @@
|
|
|
5080
5903
|
},
|
|
5081
5904
|
{
|
|
5082
5905
|
"name": "umb-property-editor-ui-block-list",
|
|
5083
|
-
"path": "
|
|
5906
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/block-list/property-editor-ui-block-list.element.ts",
|
|
5084
5907
|
"attributes": [
|
|
5085
5908
|
{
|
|
5086
5909
|
"name": "value",
|
|
@@ -5109,7 +5932,7 @@
|
|
|
5109
5932
|
},
|
|
5110
5933
|
{
|
|
5111
5934
|
"name": "umb-property-editor-ui-checkbox-list",
|
|
5112
|
-
"path": "
|
|
5935
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/checkbox-list/property-editor-ui-checkbox-list.element.ts",
|
|
5113
5936
|
"attributes": [
|
|
5114
5937
|
{
|
|
5115
5938
|
"name": "value",
|
|
@@ -5140,7 +5963,7 @@
|
|
|
5140
5963
|
},
|
|
5141
5964
|
{
|
|
5142
5965
|
"name": "umb-property-editor-ui-collection-view-bulk-action-permissions",
|
|
5143
|
-
"path": "
|
|
5966
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/collection-view/config/bulk-action-permissions/property-editor-ui-collection-view-bulk-action-permissions.element.ts",
|
|
5144
5967
|
"attributes": [
|
|
5145
5968
|
{
|
|
5146
5969
|
"name": "value",
|
|
@@ -5169,7 +5992,7 @@
|
|
|
5169
5992
|
},
|
|
5170
5993
|
{
|
|
5171
5994
|
"name": "umb-property-editor-ui-collection-view-column-configuration",
|
|
5172
|
-
"path": "
|
|
5995
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/collection-view/config/column-configuration/property-editor-ui-collection-view-column-configuration.element.ts",
|
|
5173
5996
|
"attributes": [
|
|
5174
5997
|
{
|
|
5175
5998
|
"name": "value",
|
|
@@ -5198,7 +6021,7 @@
|
|
|
5198
6021
|
},
|
|
5199
6022
|
{
|
|
5200
6023
|
"name": "umb-property-editor-ui-collection-view-layout-configuration",
|
|
5201
|
-
"path": "
|
|
6024
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/collection-view/config/layout-configuration/property-editor-ui-collection-view-layout-configuration.element.ts",
|
|
5202
6025
|
"attributes": [
|
|
5203
6026
|
{
|
|
5204
6027
|
"name": "value",
|
|
@@ -5227,7 +6050,7 @@
|
|
|
5227
6050
|
},
|
|
5228
6051
|
{
|
|
5229
6052
|
"name": "umb-property-editor-ui-collection-view-order-by",
|
|
5230
|
-
"path": "
|
|
6053
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/collection-view/config/order-by/property-editor-ui-collection-view-order-by.element.ts",
|
|
5231
6054
|
"attributes": [
|
|
5232
6055
|
{
|
|
5233
6056
|
"name": "value",
|
|
@@ -5256,7 +6079,7 @@
|
|
|
5256
6079
|
},
|
|
5257
6080
|
{
|
|
5258
6081
|
"name": "umb-property-editor-ui-collection-view",
|
|
5259
|
-
"path": "
|
|
6082
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/collection-view/property-editor-ui-collection-view.element.ts",
|
|
5260
6083
|
"attributes": [
|
|
5261
6084
|
{
|
|
5262
6085
|
"name": "value",
|
|
@@ -5285,7 +6108,7 @@
|
|
|
5285
6108
|
},
|
|
5286
6109
|
{
|
|
5287
6110
|
"name": "umb-property-editor-ui-color-picker",
|
|
5288
|
-
"path": "
|
|
6111
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/color-picker/property-editor-ui-color-picker.element.ts",
|
|
5289
6112
|
"attributes": [
|
|
5290
6113
|
{
|
|
5291
6114
|
"name": "value",
|
|
@@ -5318,7 +6141,7 @@
|
|
|
5318
6141
|
},
|
|
5319
6142
|
{
|
|
5320
6143
|
"name": "umb-property-editor-ui-date-picker",
|
|
5321
|
-
"path": "
|
|
6144
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/date-picker/property-editor-ui-date-picker.element.ts",
|
|
5322
6145
|
"attributes": [
|
|
5323
6146
|
{
|
|
5324
6147
|
"name": "value",
|
|
@@ -5344,7 +6167,7 @@
|
|
|
5344
6167
|
},
|
|
5345
6168
|
{
|
|
5346
6169
|
"name": "umb-property-editor-ui-document-picker",
|
|
5347
|
-
"path": "
|
|
6170
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/document-picker/property-editor-ui-document-picker.element.ts",
|
|
5348
6171
|
"attributes": [
|
|
5349
6172
|
{
|
|
5350
6173
|
"name": "value",
|
|
@@ -5370,7 +6193,7 @@
|
|
|
5370
6193
|
},
|
|
5371
6194
|
{
|
|
5372
6195
|
"name": "umb-property-editor-ui-dropdown",
|
|
5373
|
-
"path": "
|
|
6196
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/dropdown/property-editor-ui-dropdown.element.ts",
|
|
5374
6197
|
"attributes": [
|
|
5375
6198
|
{
|
|
5376
6199
|
"name": "value",
|
|
@@ -5399,7 +6222,7 @@
|
|
|
5399
6222
|
},
|
|
5400
6223
|
{
|
|
5401
6224
|
"name": "umb-property-editor-ui-eye-dropper",
|
|
5402
|
-
"path": "
|
|
6225
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/eye-dropper/property-editor-ui-eye-dropper.element.ts",
|
|
5403
6226
|
"attributes": [
|
|
5404
6227
|
{
|
|
5405
6228
|
"name": "value",
|
|
@@ -5432,7 +6255,7 @@
|
|
|
5432
6255
|
},
|
|
5433
6256
|
{
|
|
5434
6257
|
"name": "umb-property-editor-ui-icon-picker",
|
|
5435
|
-
"path": "
|
|
6258
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/icon-picker/property-editor-ui-icon-picker.element.ts",
|
|
5436
6259
|
"attributes": [
|
|
5437
6260
|
{
|
|
5438
6261
|
"name": "value",
|
|
@@ -5461,7 +6284,7 @@
|
|
|
5461
6284
|
},
|
|
5462
6285
|
{
|
|
5463
6286
|
"name": "umb-property-editor-ui-image-cropper",
|
|
5464
|
-
"path": "
|
|
6287
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/image-cropper/property-editor-ui-image-cropper.element.ts",
|
|
5465
6288
|
"attributes": [
|
|
5466
6289
|
{
|
|
5467
6290
|
"name": "value",
|
|
@@ -5490,7 +6313,7 @@
|
|
|
5490
6313
|
},
|
|
5491
6314
|
{
|
|
5492
6315
|
"name": "umb-property-editor-ui-image-crops-configuration",
|
|
5493
|
-
"path": "
|
|
6316
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/image-crops-configuration/property-editor-ui-image-crops-configuration.element.ts",
|
|
5494
6317
|
"attributes": [
|
|
5495
6318
|
{
|
|
5496
6319
|
"name": "value",
|
|
@@ -5519,7 +6342,7 @@
|
|
|
5519
6342
|
},
|
|
5520
6343
|
{
|
|
5521
6344
|
"name": "umb-property-editor-ui-label",
|
|
5522
|
-
"path": "
|
|
6345
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/label/property-editor-ui-label.element.ts",
|
|
5523
6346
|
"attributes": [
|
|
5524
6347
|
{
|
|
5525
6348
|
"name": "value",
|
|
@@ -5548,7 +6371,7 @@
|
|
|
5548
6371
|
},
|
|
5549
6372
|
{
|
|
5550
6373
|
"name": "umb-property-editor-ui-markdown-editor",
|
|
5551
|
-
"path": "
|
|
6374
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/markdown-editor/property-editor-ui-markdown-editor.element.ts",
|
|
5552
6375
|
"attributes": [
|
|
5553
6376
|
{
|
|
5554
6377
|
"name": "value",
|
|
@@ -5577,7 +6400,7 @@
|
|
|
5577
6400
|
},
|
|
5578
6401
|
{
|
|
5579
6402
|
"name": "umb-property-editor-ui-media-picker",
|
|
5580
|
-
"path": "
|
|
6403
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/media-picker/property-editor-ui-media-picker.element.ts",
|
|
5581
6404
|
"attributes": [
|
|
5582
6405
|
{
|
|
5583
6406
|
"name": "value",
|
|
@@ -5603,7 +6426,7 @@
|
|
|
5603
6426
|
},
|
|
5604
6427
|
{
|
|
5605
6428
|
"name": "umb-property-editor-ui-member-group-picker",
|
|
5606
|
-
"path": "
|
|
6429
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/member-group-picker/property-editor-ui-member-group-picker.element.ts",
|
|
5607
6430
|
"attributes": [
|
|
5608
6431
|
{
|
|
5609
6432
|
"name": "value",
|
|
@@ -5632,7 +6455,7 @@
|
|
|
5632
6455
|
},
|
|
5633
6456
|
{
|
|
5634
6457
|
"name": "umb-property-editor-ui-member-picker",
|
|
5635
|
-
"path": "
|
|
6458
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/member-picker/property-editor-ui-member-picker.element.ts",
|
|
5636
6459
|
"attributes": [
|
|
5637
6460
|
{
|
|
5638
6461
|
"name": "value",
|
|
@@ -5661,11 +6484,11 @@
|
|
|
5661
6484
|
},
|
|
5662
6485
|
{
|
|
5663
6486
|
"name": "umb-property-editor-ui-multi-url-picker",
|
|
5664
|
-
"path": "
|
|
6487
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/multi-url-picker/property-editor-ui-multi-url-picker.element.ts",
|
|
5665
6488
|
"attributes": [
|
|
5666
6489
|
{
|
|
5667
6490
|
"name": "value",
|
|
5668
|
-
"type": "
|
|
6491
|
+
"type": "array",
|
|
5669
6492
|
"default": "[]"
|
|
5670
6493
|
}
|
|
5671
6494
|
],
|
|
@@ -5678,7 +6501,7 @@
|
|
|
5678
6501
|
{
|
|
5679
6502
|
"name": "value",
|
|
5680
6503
|
"attribute": "value",
|
|
5681
|
-
"type": "
|
|
6504
|
+
"type": "array",
|
|
5682
6505
|
"default": "[]"
|
|
5683
6506
|
},
|
|
5684
6507
|
{
|
|
@@ -5694,7 +6517,7 @@
|
|
|
5694
6517
|
},
|
|
5695
6518
|
{
|
|
5696
6519
|
"name": "umb-input-multiple-text-string-item",
|
|
5697
|
-
"path": "
|
|
6520
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/multiple-text-string/input-multiple-text-string-item/input-multiple-text-string-item.element.ts",
|
|
5698
6521
|
"attributes": [
|
|
5699
6522
|
{
|
|
5700
6523
|
"name": "disabled",
|
|
@@ -5773,7 +6596,7 @@
|
|
|
5773
6596
|
},
|
|
5774
6597
|
{
|
|
5775
6598
|
"name": "umb-input-multiple-text-string",
|
|
5776
|
-
"path": "
|
|
6599
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/multiple-text-string/input-multiple-text-string/input-multiple-text-string.element.ts",
|
|
5777
6600
|
"attributes": [
|
|
5778
6601
|
{
|
|
5779
6602
|
"name": "min",
|
|
@@ -5913,7 +6736,7 @@
|
|
|
5913
6736
|
},
|
|
5914
6737
|
{
|
|
5915
6738
|
"name": "umb-property-editor-ui-multiple-text-string",
|
|
5916
|
-
"path": "
|
|
6739
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/multiple-text-string/property-editor-ui-multiple-text-string.element.ts",
|
|
5917
6740
|
"attributes": [
|
|
5918
6741
|
{
|
|
5919
6742
|
"name": "value",
|
|
@@ -5975,7 +6798,7 @@
|
|
|
5975
6798
|
},
|
|
5976
6799
|
{
|
|
5977
6800
|
"name": "umb-property-editor-ui-number-range",
|
|
5978
|
-
"path": "
|
|
6801
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/number-range/property-editor-ui-number-range.element.ts",
|
|
5979
6802
|
"properties": [
|
|
5980
6803
|
{
|
|
5981
6804
|
"name": "styles",
|
|
@@ -6000,7 +6823,7 @@
|
|
|
6000
6823
|
},
|
|
6001
6824
|
{
|
|
6002
6825
|
"name": "umb-property-editor-ui-number",
|
|
6003
|
-
"path": "
|
|
6826
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/number/property-editor-ui-number.element.ts",
|
|
6004
6827
|
"attributes": [
|
|
6005
6828
|
{
|
|
6006
6829
|
"name": "value",
|
|
@@ -6034,7 +6857,7 @@
|
|
|
6034
6857
|
},
|
|
6035
6858
|
{
|
|
6036
6859
|
"name": "umb-property-editor-ui-order-direction",
|
|
6037
|
-
"path": "
|
|
6860
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/order-direction/property-editor-ui-order-direction.element.ts",
|
|
6038
6861
|
"attributes": [
|
|
6039
6862
|
{
|
|
6040
6863
|
"name": "value",
|
|
@@ -6063,7 +6886,7 @@
|
|
|
6063
6886
|
},
|
|
6064
6887
|
{
|
|
6065
6888
|
"name": "umb-property-editor-ui-overlay-size",
|
|
6066
|
-
"path": "
|
|
6889
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/overlay-size/property-editor-ui-overlay-size.element.ts",
|
|
6067
6890
|
"attributes": [
|
|
6068
6891
|
{
|
|
6069
6892
|
"name": "value",
|
|
@@ -6092,7 +6915,7 @@
|
|
|
6092
6915
|
},
|
|
6093
6916
|
{
|
|
6094
6917
|
"name": "umb-property-editor-ui-radio-button-list",
|
|
6095
|
-
"path": "
|
|
6918
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/radio-button-list/property-editor-ui-radio-button-list.element.ts",
|
|
6096
6919
|
"attributes": [
|
|
6097
6920
|
{
|
|
6098
6921
|
"name": "value",
|
|
@@ -6123,7 +6946,7 @@
|
|
|
6123
6946
|
},
|
|
6124
6947
|
{
|
|
6125
6948
|
"name": "umb-property-editor-ui-slider",
|
|
6126
|
-
"path": "
|
|
6949
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/slider/property-editor-ui-slider.element.ts",
|
|
6127
6950
|
"attributes": [
|
|
6128
6951
|
{
|
|
6129
6952
|
"name": "value",
|
|
@@ -6156,7 +6979,7 @@
|
|
|
6156
6979
|
},
|
|
6157
6980
|
{
|
|
6158
6981
|
"name": "umb-property-editor-ui-tags-storage-type",
|
|
6159
|
-
"path": "
|
|
6982
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/tags/config/storage-type/property-editor-ui-tags-storage-type.element.ts",
|
|
6160
6983
|
"attributes": [
|
|
6161
6984
|
{
|
|
6162
6985
|
"name": "value",
|
|
@@ -6185,7 +7008,7 @@
|
|
|
6185
7008
|
},
|
|
6186
7009
|
{
|
|
6187
7010
|
"name": "umb-property-editor-ui-tags",
|
|
6188
|
-
"path": "
|
|
7011
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/tags/property-editor-ui-tags.element.ts",
|
|
6189
7012
|
"attributes": [
|
|
6190
7013
|
{
|
|
6191
7014
|
"name": "value",
|
|
@@ -6214,7 +7037,7 @@
|
|
|
6214
7037
|
},
|
|
6215
7038
|
{
|
|
6216
7039
|
"name": "umb-property-editor-ui-text-box",
|
|
6217
|
-
"path": "
|
|
7040
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/text-box/property-editor-ui-text-box.element.ts",
|
|
6218
7041
|
"attributes": [
|
|
6219
7042
|
{
|
|
6220
7043
|
"name": "value",
|
|
@@ -6248,7 +7071,7 @@
|
|
|
6248
7071
|
},
|
|
6249
7072
|
{
|
|
6250
7073
|
"name": "umb-property-editor-ui-textarea",
|
|
6251
|
-
"path": "
|
|
7074
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/textarea/property-editor-ui-textarea.element.ts",
|
|
6252
7075
|
"attributes": [
|
|
6253
7076
|
{
|
|
6254
7077
|
"name": "value",
|
|
@@ -6282,7 +7105,7 @@
|
|
|
6282
7105
|
},
|
|
6283
7106
|
{
|
|
6284
7107
|
"name": "umb-property-editor-ui-tiny-mce-configuration",
|
|
6285
|
-
"path": "
|
|
7108
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/tiny-mce/config/configuration/property-editor-ui-tiny-mce-configuration.element.ts",
|
|
6286
7109
|
"attributes": [
|
|
6287
7110
|
{
|
|
6288
7111
|
"name": "value",
|
|
@@ -6311,7 +7134,7 @@
|
|
|
6311
7134
|
},
|
|
6312
7135
|
{
|
|
6313
7136
|
"name": "umb-property-editor-ui-tiny-mce",
|
|
6314
|
-
"path": "
|
|
7137
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/tiny-mce/property-editor-ui-tiny-mce.element.ts",
|
|
6315
7138
|
"attributes": [
|
|
6316
7139
|
{
|
|
6317
7140
|
"name": "value",
|
|
@@ -6340,7 +7163,7 @@
|
|
|
6340
7163
|
},
|
|
6341
7164
|
{
|
|
6342
7165
|
"name": "umb-property-editor-ui-toggle",
|
|
6343
|
-
"path": "
|
|
7166
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/toggle/property-editor-ui-toggle.element.ts",
|
|
6344
7167
|
"attributes": [
|
|
6345
7168
|
{
|
|
6346
7169
|
"name": "value",
|
|
@@ -6373,7 +7196,7 @@
|
|
|
6373
7196
|
},
|
|
6374
7197
|
{
|
|
6375
7198
|
"name": "umb-property-editor-ui-tree-picker-start-node",
|
|
6376
|
-
"path": "
|
|
7199
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/tree-picker/config/start-node/property-editor-ui-tree-picker-start-node.element.ts",
|
|
6377
7200
|
"attributes": [
|
|
6378
7201
|
{
|
|
6379
7202
|
"name": "value",
|
|
@@ -6402,7 +7225,7 @@
|
|
|
6402
7225
|
},
|
|
6403
7226
|
{
|
|
6404
7227
|
"name": "umb-property-editor-ui-tree-picker",
|
|
6405
|
-
"path": "
|
|
7228
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/tree-picker/property-editor-ui-tree-picker.element.ts",
|
|
6406
7229
|
"attributes": [
|
|
6407
7230
|
{
|
|
6408
7231
|
"name": "value",
|
|
@@ -6431,7 +7254,7 @@
|
|
|
6431
7254
|
},
|
|
6432
7255
|
{
|
|
6433
7256
|
"name": "umb-property-editor-ui-upload-field",
|
|
6434
|
-
"path": "
|
|
7257
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/upload-field/property-editor-ui-upload-field.element.ts",
|
|
6435
7258
|
"attributes": [
|
|
6436
7259
|
{
|
|
6437
7260
|
"name": "value",
|
|
@@ -6453,14 +7276,18 @@
|
|
|
6453
7276
|
},
|
|
6454
7277
|
{
|
|
6455
7278
|
"name": "config",
|
|
6456
|
-
"type": "
|
|
6457
|
-
|
|
7279
|
+
"type": "array"
|
|
7280
|
+
}
|
|
7281
|
+
],
|
|
7282
|
+
"events": [
|
|
7283
|
+
{
|
|
7284
|
+
"name": "property-value-change"
|
|
6458
7285
|
}
|
|
6459
7286
|
]
|
|
6460
7287
|
},
|
|
6461
7288
|
{
|
|
6462
7289
|
"name": "umb-property-editor-ui-user-picker",
|
|
6463
|
-
"path": "
|
|
7290
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/user-picker/property-editor-ui-user-picker.element.ts",
|
|
6464
7291
|
"attributes": [
|
|
6465
7292
|
{
|
|
6466
7293
|
"name": "value",
|
|
@@ -6489,7 +7316,7 @@
|
|
|
6489
7316
|
},
|
|
6490
7317
|
{
|
|
6491
7318
|
"name": "umb-property-editor-ui-value-type",
|
|
6492
|
-
"path": "
|
|
7319
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/value-type/property-editor-ui-value-type.element.ts",
|
|
6493
7320
|
"attributes": [
|
|
6494
7321
|
{
|
|
6495
7322
|
"name": "value",
|
|
@@ -6518,7 +7345,7 @@
|
|
|
6518
7345
|
},
|
|
6519
7346
|
{
|
|
6520
7347
|
"name": "umb-file-system-tree-item",
|
|
6521
|
-
"path": "
|
|
7348
|
+
"path": "./../../src/backoffice/templating/components/file-system-tree-item/file-system-tree-item.element.ts",
|
|
6522
7349
|
"properties": [
|
|
6523
7350
|
{
|
|
6524
7351
|
"name": "styles",
|
|
@@ -6532,7 +7359,7 @@
|
|
|
6532
7359
|
},
|
|
6533
7360
|
{
|
|
6534
7361
|
"name": "umb-stylesheet-workspace-edit",
|
|
6535
|
-
"path": "
|
|
7362
|
+
"path": "./../../src/backoffice/templating/stylesheets/workspace/stylesheet-workspace-edit.element.ts",
|
|
6536
7363
|
"properties": [
|
|
6537
7364
|
{
|
|
6538
7365
|
"name": "styles",
|
|
@@ -6543,7 +7370,7 @@
|
|
|
6543
7370
|
},
|
|
6544
7371
|
{
|
|
6545
7372
|
"name": "umb-stylesheet-workspace",
|
|
6546
|
-
"path": "
|
|
7373
|
+
"path": "./../../src/backoffice/templating/stylesheets/workspace/stylesheet-workspace.element.ts",
|
|
6547
7374
|
"properties": [
|
|
6548
7375
|
{
|
|
6549
7376
|
"name": "styles",
|
|
@@ -6554,7 +7381,7 @@
|
|
|
6554
7381
|
},
|
|
6555
7382
|
{
|
|
6556
7383
|
"name": "umb-template-workspace",
|
|
6557
|
-
"path": "
|
|
7384
|
+
"path": "./../../src/backoffice/templating/templates/workspace/template-workspace.element.ts",
|
|
6558
7385
|
"properties": [
|
|
6559
7386
|
{
|
|
6560
7387
|
"name": "styles",
|
|
@@ -6565,7 +7392,7 @@
|
|
|
6565
7392
|
},
|
|
6566
7393
|
{
|
|
6567
7394
|
"name": "umb-dashboard-translation-dictionary",
|
|
6568
|
-
"path": "
|
|
7395
|
+
"path": "./../../src/backoffice/translation/dashboards/dictionary/dashboard-translation-dictionary.element.ts",
|
|
6569
7396
|
"properties": [
|
|
6570
7397
|
{
|
|
6571
7398
|
"name": "styles",
|
|
@@ -6576,7 +7403,7 @@
|
|
|
6576
7403
|
},
|
|
6577
7404
|
{
|
|
6578
7405
|
"name": "umb-create-dictionary-modal",
|
|
6579
|
-
"path": "
|
|
7406
|
+
"path": "./../../src/backoffice/translation/dictionary/entity-actions/create/create-dictionary-modal-layout.element.ts",
|
|
6580
7407
|
"properties": [
|
|
6581
7408
|
{
|
|
6582
7409
|
"name": "styles",
|
|
@@ -6586,8 +7413,8 @@
|
|
|
6586
7413
|
]
|
|
6587
7414
|
},
|
|
6588
7415
|
{
|
|
6589
|
-
"name": "umb-export-dictionary-modal
|
|
6590
|
-
"path": "
|
|
7416
|
+
"name": "umb-export-dictionary-modal",
|
|
7417
|
+
"path": "./../../src/backoffice/translation/dictionary/entity-actions/export/export-dictionary-modal.element.ts",
|
|
6591
7418
|
"properties": [
|
|
6592
7419
|
{
|
|
6593
7420
|
"name": "styles",
|
|
@@ -6597,8 +7424,8 @@
|
|
|
6597
7424
|
]
|
|
6598
7425
|
},
|
|
6599
7426
|
{
|
|
6600
|
-
"name": "umb-import-dictionary-modal
|
|
6601
|
-
"path": "
|
|
7427
|
+
"name": "umb-import-dictionary-modal",
|
|
7428
|
+
"path": "./../../src/backoffice/translation/dictionary/entity-actions/import/import-dictionary-modal.element.ts",
|
|
6602
7429
|
"properties": [
|
|
6603
7430
|
{
|
|
6604
7431
|
"name": "styles",
|
|
@@ -6609,11 +7436,11 @@
|
|
|
6609
7436
|
},
|
|
6610
7437
|
{
|
|
6611
7438
|
"name": "umb-dictionary-menu-item",
|
|
6612
|
-
"path": "
|
|
7439
|
+
"path": "./../../src/backoffice/translation/dictionary/menu-item/dictionary-menu-item.element.ts"
|
|
6613
7440
|
},
|
|
6614
7441
|
{
|
|
6615
7442
|
"name": "umb-dictionary-workspace-edit",
|
|
6616
|
-
"path": "
|
|
7443
|
+
"path": "./../../src/backoffice/translation/dictionary/workspace/dictionary-workspace-edit.element.ts",
|
|
6617
7444
|
"properties": [
|
|
6618
7445
|
{
|
|
6619
7446
|
"name": "styles",
|
|
@@ -6624,7 +7451,7 @@
|
|
|
6624
7451
|
},
|
|
6625
7452
|
{
|
|
6626
7453
|
"name": "umb-dictionary-workspace",
|
|
6627
|
-
"path": "
|
|
7454
|
+
"path": "./../../src/backoffice/translation/dictionary/workspace/dictionary-workspace.element.ts",
|
|
6628
7455
|
"properties": [
|
|
6629
7456
|
{
|
|
6630
7457
|
"name": "styles",
|
|
@@ -6635,7 +7462,7 @@
|
|
|
6635
7462
|
},
|
|
6636
7463
|
{
|
|
6637
7464
|
"name": "umb-workspace-view-dictionary-edit",
|
|
6638
|
-
"path": "
|
|
7465
|
+
"path": "./../../src/backoffice/translation/dictionary/workspace/views/edit/workspace-view-dictionary-edit.element.ts",
|
|
6639
7466
|
"properties": [
|
|
6640
7467
|
{
|
|
6641
7468
|
"name": "styles",
|
|
@@ -6646,7 +7473,7 @@
|
|
|
6646
7473
|
},
|
|
6647
7474
|
{
|
|
6648
7475
|
"name": "umb-current-user-header-app",
|
|
6649
|
-
"path": "
|
|
7476
|
+
"path": "./../../src/backoffice/users/current-user/current-user-header-app.element.ts",
|
|
6650
7477
|
"properties": [
|
|
6651
7478
|
{
|
|
6652
7479
|
"name": "styles",
|
|
@@ -6657,11 +7484,10 @@
|
|
|
6657
7484
|
},
|
|
6658
7485
|
{
|
|
6659
7486
|
"name": "umb-change-password-modal",
|
|
6660
|
-
"path": "
|
|
7487
|
+
"path": "./../../src/backoffice/users/current-user/modals/change-password/change-password-modal.element.ts",
|
|
6661
7488
|
"attributes": [
|
|
6662
7489
|
{
|
|
6663
|
-
"name": "data"
|
|
6664
|
-
"type": "UmbChangePasswordModalData | undefined"
|
|
7490
|
+
"name": "data"
|
|
6665
7491
|
}
|
|
6666
7492
|
],
|
|
6667
7493
|
"properties": [
|
|
@@ -6675,14 +7501,13 @@
|
|
|
6675
7501
|
},
|
|
6676
7502
|
{
|
|
6677
7503
|
"name": "data",
|
|
6678
|
-
"attribute": "data"
|
|
6679
|
-
"type": "UmbChangePasswordModalData | undefined"
|
|
7504
|
+
"attribute": "data"
|
|
6680
7505
|
}
|
|
6681
7506
|
]
|
|
6682
7507
|
},
|
|
6683
7508
|
{
|
|
6684
7509
|
"name": "umb-current-user-modal",
|
|
6685
|
-
"path": "
|
|
7510
|
+
"path": "./../../src/backoffice/users/current-user/modals/current-user/current-user-modal.element.ts",
|
|
6686
7511
|
"properties": [
|
|
6687
7512
|
{
|
|
6688
7513
|
"name": "styles",
|
|
@@ -6694,24 +7519,64 @@
|
|
|
6694
7519
|
}
|
|
6695
7520
|
]
|
|
6696
7521
|
},
|
|
7522
|
+
{
|
|
7523
|
+
"name": "umb-user-profile-app-external-login-providers",
|
|
7524
|
+
"path": "./../../src/backoffice/users/current-user/user-profile-apps/user-profile-app-external-login-providers.element.ts",
|
|
7525
|
+
"properties": [
|
|
7526
|
+
{
|
|
7527
|
+
"name": "styles",
|
|
7528
|
+
"type": "CSSResult[]",
|
|
7529
|
+
"default": "[\"UUITextStyles\",null]"
|
|
7530
|
+
}
|
|
7531
|
+
]
|
|
7532
|
+
},
|
|
7533
|
+
{
|
|
7534
|
+
"name": "umb-user-profile-app-history",
|
|
7535
|
+
"path": "./../../src/backoffice/users/current-user/user-profile-apps/user-profile-app-history.element.ts",
|
|
7536
|
+
"properties": [
|
|
7537
|
+
{
|
|
7538
|
+
"name": "styles",
|
|
7539
|
+
"type": "CSSResult[]",
|
|
7540
|
+
"default": "[\"UUITextStyles\",null]"
|
|
7541
|
+
}
|
|
7542
|
+
]
|
|
7543
|
+
},
|
|
6697
7544
|
{
|
|
6698
7545
|
"name": "umb-user-dashboard-test",
|
|
6699
|
-
"path": "
|
|
7546
|
+
"path": "./../../src/backoffice/users/current-user/user-profile-apps/user-profile-app-history.element.ts",
|
|
6700
7547
|
"properties": [
|
|
6701
7548
|
{
|
|
6702
7549
|
"name": "styles",
|
|
6703
7550
|
"type": "CSSResult[]",
|
|
6704
7551
|
"default": "[\"UUITextStyles\",null]"
|
|
6705
|
-
}
|
|
7552
|
+
}
|
|
7553
|
+
]
|
|
7554
|
+
},
|
|
7555
|
+
{
|
|
7556
|
+
"name": "umb-user-profile-app-profile",
|
|
7557
|
+
"path": "./../../src/backoffice/users/current-user/user-profile-apps/user-profile-app-profile.element.ts",
|
|
7558
|
+
"properties": [
|
|
7559
|
+
{
|
|
7560
|
+
"name": "styles",
|
|
7561
|
+
"type": "CSSResult[]",
|
|
7562
|
+
"default": "[\"UUITextStyles\",null]"
|
|
7563
|
+
}
|
|
7564
|
+
]
|
|
7565
|
+
},
|
|
7566
|
+
{
|
|
7567
|
+
"name": "umb-user-profile-app-themes",
|
|
7568
|
+
"path": "./../../src/backoffice/users/current-user/user-profile-apps/user-profile-app-themes.element.ts",
|
|
7569
|
+
"properties": [
|
|
6706
7570
|
{
|
|
6707
|
-
"name": "
|
|
6708
|
-
"type": "
|
|
7571
|
+
"name": "styles",
|
|
7572
|
+
"type": "CSSResult[]",
|
|
7573
|
+
"default": "[\"UUITextStyles\",null]"
|
|
6709
7574
|
}
|
|
6710
7575
|
]
|
|
6711
7576
|
},
|
|
6712
7577
|
{
|
|
6713
7578
|
"name": "umb-user-group-picker-modal",
|
|
6714
|
-
"path": "
|
|
7579
|
+
"path": "./../../src/backoffice/users/user-groups/modals/user-group-picker/user-group-picker-modal.element.ts",
|
|
6715
7580
|
"properties": [
|
|
6716
7581
|
{
|
|
6717
7582
|
"name": "styles",
|
|
@@ -6722,7 +7587,7 @@
|
|
|
6722
7587
|
},
|
|
6723
7588
|
{
|
|
6724
7589
|
"name": "umb-workspace-action-user-group-save",
|
|
6725
|
-
"path": "
|
|
7590
|
+
"path": "./../../src/backoffice/users/user-groups/workspace/actions/workspace-action-user-group-save.element.ts",
|
|
6726
7591
|
"properties": [
|
|
6727
7592
|
{
|
|
6728
7593
|
"name": "styles",
|
|
@@ -6733,7 +7598,7 @@
|
|
|
6733
7598
|
},
|
|
6734
7599
|
{
|
|
6735
7600
|
"name": "umb-user-group-workspace-edit",
|
|
6736
|
-
"path": "
|
|
7601
|
+
"path": "./../../src/backoffice/users/user-groups/workspace/user-group-workspace-edit.element.ts",
|
|
6737
7602
|
"properties": [
|
|
6738
7603
|
{
|
|
6739
7604
|
"name": "styles",
|
|
@@ -6749,7 +7614,7 @@
|
|
|
6749
7614
|
},
|
|
6750
7615
|
{
|
|
6751
7616
|
"name": "umb-user-group-workspace",
|
|
6752
|
-
"path": "
|
|
7617
|
+
"path": "./../../src/backoffice/users/user-groups/workspace/user-group-workspace.element.ts",
|
|
6753
7618
|
"properties": [
|
|
6754
7619
|
{
|
|
6755
7620
|
"name": "styles",
|
|
@@ -6760,11 +7625,11 @@
|
|
|
6760
7625
|
},
|
|
6761
7626
|
{
|
|
6762
7627
|
"name": "umb-users-section",
|
|
6763
|
-
"path": "
|
|
7628
|
+
"path": "./../../src/backoffice/users/user-section/section-users.element.ts"
|
|
6764
7629
|
},
|
|
6765
7630
|
{
|
|
6766
7631
|
"name": "umb-section-view-user-groups",
|
|
6767
|
-
"path": "
|
|
7632
|
+
"path": "./../../src/backoffice/users/user-section/views/user-groups/section-view-user-groups.element.ts",
|
|
6768
7633
|
"properties": [
|
|
6769
7634
|
{
|
|
6770
7635
|
"name": "styles",
|
|
@@ -6775,7 +7640,7 @@
|
|
|
6775
7640
|
},
|
|
6776
7641
|
{
|
|
6777
7642
|
"name": "umb-user-group-table-name-column-layout",
|
|
6778
|
-
"path": "
|
|
7643
|
+
"path": "./../../src/backoffice/users/user-section/views/user-groups/user-group-table-name-column-layout.element.ts",
|
|
6779
7644
|
"properties": [
|
|
6780
7645
|
{
|
|
6781
7646
|
"name": "item",
|
|
@@ -6788,7 +7653,7 @@
|
|
|
6788
7653
|
},
|
|
6789
7654
|
{
|
|
6790
7655
|
"name": "umb-user-group-table-sections-column-layout",
|
|
6791
|
-
"path": "
|
|
7656
|
+
"path": "./../../src/backoffice/users/user-section/views/user-groups/user-group-table-sections-column-layout.element.ts",
|
|
6792
7657
|
"properties": [
|
|
6793
7658
|
{
|
|
6794
7659
|
"name": "item",
|
|
@@ -6801,7 +7666,7 @@
|
|
|
6801
7666
|
},
|
|
6802
7667
|
{
|
|
6803
7668
|
"name": "umb-workspace-view-user-groups",
|
|
6804
|
-
"path": "
|
|
7669
|
+
"path": "./../../src/backoffice/users/user-section/views/user-groups/workspace-view-user-groups.element.ts",
|
|
6805
7670
|
"properties": [
|
|
6806
7671
|
{
|
|
6807
7672
|
"name": "styles",
|
|
@@ -6812,7 +7677,7 @@
|
|
|
6812
7677
|
},
|
|
6813
7678
|
{
|
|
6814
7679
|
"name": "umb-workspace-view-users-grid",
|
|
6815
|
-
"path": "
|
|
7680
|
+
"path": "./../../src/backoffice/users/user-section/views/users/list-view-layouts/grid/workspace-view-users-grid.element.ts",
|
|
6816
7681
|
"properties": [
|
|
6817
7682
|
{
|
|
6818
7683
|
"name": "styles",
|
|
@@ -6823,7 +7688,7 @@
|
|
|
6823
7688
|
},
|
|
6824
7689
|
{
|
|
6825
7690
|
"name": "umb-user-table-name-column-layout",
|
|
6826
|
-
"path": "
|
|
7691
|
+
"path": "./../../src/backoffice/users/user-section/views/users/list-view-layouts/table/column-layouts/name/user-table-name-column-layout.element.ts",
|
|
6827
7692
|
"properties": [
|
|
6828
7693
|
{
|
|
6829
7694
|
"name": "column",
|
|
@@ -6840,7 +7705,7 @@
|
|
|
6840
7705
|
},
|
|
6841
7706
|
{
|
|
6842
7707
|
"name": "umb-user-table-status-column-layout",
|
|
6843
|
-
"path": "
|
|
7708
|
+
"path": "./../../src/backoffice/users/user-section/views/users/list-view-layouts/table/column-layouts/status/user-table-status-column-layout.element.ts",
|
|
6844
7709
|
"properties": [
|
|
6845
7710
|
{
|
|
6846
7711
|
"name": "value"
|
|
@@ -6849,7 +7714,7 @@
|
|
|
6849
7714
|
},
|
|
6850
7715
|
{
|
|
6851
7716
|
"name": "umb-workspace-view-users-table",
|
|
6852
|
-
"path": "
|
|
7717
|
+
"path": "./../../src/backoffice/users/user-section/views/users/list-view-layouts/table/workspace-view-users-table.element.ts",
|
|
6853
7718
|
"properties": [
|
|
6854
7719
|
{
|
|
6855
7720
|
"name": "styles",
|
|
@@ -6860,7 +7725,7 @@
|
|
|
6860
7725
|
},
|
|
6861
7726
|
{
|
|
6862
7727
|
"name": "umb-section-view-users",
|
|
6863
|
-
"path": "
|
|
7728
|
+
"path": "./../../src/backoffice/users/user-section/views/users/section-view-users.element.ts",
|
|
6864
7729
|
"properties": [
|
|
6865
7730
|
{
|
|
6866
7731
|
"name": "styles",
|
|
@@ -6883,7 +7748,7 @@
|
|
|
6883
7748
|
},
|
|
6884
7749
|
{
|
|
6885
7750
|
"name": "umb-workspace-view-users-overview",
|
|
6886
|
-
"path": "
|
|
7751
|
+
"path": "./../../src/backoffice/users/user-section/views/users/workspace-view-users-overview.element.ts",
|
|
6887
7752
|
"properties": [
|
|
6888
7753
|
{
|
|
6889
7754
|
"name": "styles",
|
|
@@ -6894,7 +7759,7 @@
|
|
|
6894
7759
|
},
|
|
6895
7760
|
{
|
|
6896
7761
|
"name": "umb-workspace-view-users-selection",
|
|
6897
|
-
"path": "
|
|
7762
|
+
"path": "./../../src/backoffice/users/user-section/views/users/workspace-view-users-selection.element.ts",
|
|
6898
7763
|
"properties": [
|
|
6899
7764
|
{
|
|
6900
7765
|
"name": "styles",
|
|
@@ -6905,7 +7770,7 @@
|
|
|
6905
7770
|
},
|
|
6906
7771
|
{
|
|
6907
7772
|
"name": "umb-create-user-modal",
|
|
6908
|
-
"path": "
|
|
7773
|
+
"path": "./../../src/backoffice/users/users/modals/create-user/create-user-modal.element.ts",
|
|
6909
7774
|
"properties": [
|
|
6910
7775
|
{
|
|
6911
7776
|
"name": "styles",
|
|
@@ -6916,7 +7781,7 @@
|
|
|
6916
7781
|
},
|
|
6917
7782
|
{
|
|
6918
7783
|
"name": "umb-invite-user-modal",
|
|
6919
|
-
"path": "
|
|
7784
|
+
"path": "./../../src/backoffice/users/users/modals/invite-user/invite-user-modal.element.ts",
|
|
6920
7785
|
"properties": [
|
|
6921
7786
|
{
|
|
6922
7787
|
"name": "styles",
|
|
@@ -6927,7 +7792,7 @@
|
|
|
6927
7792
|
},
|
|
6928
7793
|
{
|
|
6929
7794
|
"name": "umb-user-picker-modal",
|
|
6930
|
-
"path": "
|
|
7795
|
+
"path": "./../../src/backoffice/users/users/modals/user-picker/user-picker-modal.element.ts",
|
|
6931
7796
|
"properties": [
|
|
6932
7797
|
{
|
|
6933
7798
|
"name": "styles",
|
|
@@ -6938,7 +7803,7 @@
|
|
|
6938
7803
|
},
|
|
6939
7804
|
{
|
|
6940
7805
|
"name": "umb-workspace-action-user-save",
|
|
6941
|
-
"path": "
|
|
7806
|
+
"path": "./../../src/backoffice/users/users/workspace/actions/workspace-action-user-save.element.ts",
|
|
6942
7807
|
"properties": [
|
|
6943
7808
|
{
|
|
6944
7809
|
"name": "styles",
|
|
@@ -6949,7 +7814,7 @@
|
|
|
6949
7814
|
},
|
|
6950
7815
|
{
|
|
6951
7816
|
"name": "umb-user-workspace-edit",
|
|
6952
|
-
"path": "
|
|
7817
|
+
"path": "./../../src/backoffice/users/users/workspace/user-workspace-edit.element.ts",
|
|
6953
7818
|
"properties": [
|
|
6954
7819
|
{
|
|
6955
7820
|
"name": "styles",
|
|
@@ -6960,7 +7825,7 @@
|
|
|
6960
7825
|
},
|
|
6961
7826
|
{
|
|
6962
7827
|
"name": "umb-user-workspace",
|
|
6963
|
-
"path": "
|
|
7828
|
+
"path": "./../../src/backoffice/users/users/workspace/user-workspace.element.ts",
|
|
6964
7829
|
"properties": [
|
|
6965
7830
|
{
|
|
6966
7831
|
"name": "styles",
|
|
@@ -6971,7 +7836,7 @@
|
|
|
6971
7836
|
},
|
|
6972
7837
|
{
|
|
6973
7838
|
"name": "umb-context-provider",
|
|
6974
|
-
"path": "
|
|
7839
|
+
"path": "./../../src/core/context-provider/context-provider.element.ts",
|
|
6975
7840
|
"attributes": [
|
|
6976
7841
|
{
|
|
6977
7842
|
"name": "value",
|
|
@@ -7006,7 +7871,7 @@
|
|
|
7006
7871
|
},
|
|
7007
7872
|
{
|
|
7008
7873
|
"name": "umb-controller-host-test",
|
|
7009
|
-
"path": "
|
|
7874
|
+
"path": "./../../src/core/controller-host/controller-host-test.element.ts",
|
|
7010
7875
|
"properties": [
|
|
7011
7876
|
{
|
|
7012
7877
|
"name": "create",
|
|
@@ -7017,7 +7882,7 @@
|
|
|
7017
7882
|
},
|
|
7018
7883
|
{
|
|
7019
7884
|
"name": "umb-modal-element",
|
|
7020
|
-
"path": "
|
|
7885
|
+
"path": "./../../src/core/modal/modal-element.element.ts",
|
|
7021
7886
|
"properties": [
|
|
7022
7887
|
{
|
|
7023
7888
|
"name": "modalHandler"
|
|
@@ -7029,8 +7894,8 @@
|
|
|
7029
7894
|
]
|
|
7030
7895
|
},
|
|
7031
7896
|
{
|
|
7032
|
-
"name": "story-modal-context-example",
|
|
7033
|
-
"path": "
|
|
7897
|
+
"name": "umb-story-modal-context-example",
|
|
7898
|
+
"path": "./../../src/core/modal/stories/story-modal-service-example.element.ts",
|
|
7034
7899
|
"attributes": [
|
|
7035
7900
|
{
|
|
7036
7901
|
"name": "modalLayout",
|
|
@@ -7054,7 +7919,7 @@
|
|
|
7054
7919
|
},
|
|
7055
7920
|
{
|
|
7056
7921
|
"name": "umb-notification-layout-default",
|
|
7057
|
-
"path": "
|
|
7922
|
+
"path": "./../../src/core/notification/layouts/default/notification-layout-default.element.ts",
|
|
7058
7923
|
"attributes": [
|
|
7059
7924
|
{
|
|
7060
7925
|
"name": "data"
|
|
@@ -7076,19 +7941,72 @@
|
|
|
7076
7941
|
]
|
|
7077
7942
|
},
|
|
7078
7943
|
{
|
|
7079
|
-
"name": "story-notification-default-example",
|
|
7080
|
-
"path": "
|
|
7944
|
+
"name": "umb-story-notification-default-example",
|
|
7945
|
+
"path": "./../../src/core/notification/stories/story-notification-default-example.element.ts"
|
|
7081
7946
|
},
|
|
7082
7947
|
{
|
|
7083
7948
|
"name": "umb-router-slot",
|
|
7084
|
-
"path": "
|
|
7949
|
+
"path": "./../../src/core/router/router-slot.element.ts",
|
|
7950
|
+
"attributes": [
|
|
7951
|
+
{
|
|
7952
|
+
"name": "routes",
|
|
7953
|
+
"type": "any[] | undefined"
|
|
7954
|
+
}
|
|
7955
|
+
],
|
|
7956
|
+
"properties": [
|
|
7957
|
+
{
|
|
7958
|
+
"name": "styles",
|
|
7959
|
+
"type": "CSSResult[]",
|
|
7960
|
+
"default": "[null]"
|
|
7961
|
+
},
|
|
7962
|
+
{
|
|
7963
|
+
"name": "routes",
|
|
7964
|
+
"attribute": "routes",
|
|
7965
|
+
"type": "any[] | undefined"
|
|
7966
|
+
},
|
|
7967
|
+
{
|
|
7968
|
+
"name": "absoluteRouterPath",
|
|
7969
|
+
"type": "string | undefined"
|
|
7970
|
+
},
|
|
7971
|
+
{
|
|
7972
|
+
"name": "localActiveViewPath",
|
|
7973
|
+
"type": "string | undefined"
|
|
7974
|
+
},
|
|
7975
|
+
{
|
|
7976
|
+
"name": "absoluteActiveViewPath",
|
|
7977
|
+
"type": "string"
|
|
7978
|
+
}
|
|
7979
|
+
],
|
|
7980
|
+
"events": [
|
|
7981
|
+
{
|
|
7982
|
+
"name": "init",
|
|
7983
|
+
"description": "fires when the router is connected"
|
|
7984
|
+
},
|
|
7985
|
+
{
|
|
7986
|
+
"name": "change",
|
|
7987
|
+
"description": "fires when a path of this router is changed"
|
|
7988
|
+
}
|
|
7989
|
+
]
|
|
7990
|
+
},
|
|
7991
|
+
{
|
|
7992
|
+
"name": "umb-variant-router-slot",
|
|
7993
|
+
"path": "./../../src/core/router/variant-router-slot.element.ts",
|
|
7085
7994
|
"attributes": [
|
|
7995
|
+
{
|
|
7996
|
+
"name": "variantId",
|
|
7997
|
+
"type": "UmbVariantId[]"
|
|
7998
|
+
},
|
|
7086
7999
|
{
|
|
7087
8000
|
"name": "routes",
|
|
7088
|
-
"type": "
|
|
8001
|
+
"type": "any[] | undefined"
|
|
7089
8002
|
}
|
|
7090
8003
|
],
|
|
7091
8004
|
"properties": [
|
|
8005
|
+
{
|
|
8006
|
+
"name": "variantId",
|
|
8007
|
+
"attribute": "variantId",
|
|
8008
|
+
"type": "UmbVariantId[]"
|
|
8009
|
+
},
|
|
7092
8010
|
{
|
|
7093
8011
|
"name": "styles",
|
|
7094
8012
|
"type": "CSSResult[]",
|
|
@@ -7097,7 +8015,7 @@
|
|
|
7097
8015
|
{
|
|
7098
8016
|
"name": "routes",
|
|
7099
8017
|
"attribute": "routes",
|
|
7100
|
-
"type": "
|
|
8018
|
+
"type": "any[] | undefined"
|
|
7101
8019
|
},
|
|
7102
8020
|
{
|
|
7103
8021
|
"name": "absoluteRouterPath",
|
|
@@ -7125,7 +8043,7 @@
|
|
|
7125
8043
|
},
|
|
7126
8044
|
{
|
|
7127
8045
|
"name": "umb-installer-consent",
|
|
7128
|
-
"path": "
|
|
8046
|
+
"path": "./../../src/installer/consent/installer-consent.element.ts",
|
|
7129
8047
|
"properties": [
|
|
7130
8048
|
{
|
|
7131
8049
|
"name": "styles",
|
|
@@ -7136,7 +8054,7 @@
|
|
|
7136
8054
|
},
|
|
7137
8055
|
{
|
|
7138
8056
|
"name": "umb-installer-database",
|
|
7139
|
-
"path": "
|
|
8057
|
+
"path": "./../../src/installer/database/installer-database.element.ts",
|
|
7140
8058
|
"properties": [
|
|
7141
8059
|
{
|
|
7142
8060
|
"name": "styles",
|
|
@@ -7150,7 +8068,7 @@
|
|
|
7150
8068
|
},
|
|
7151
8069
|
{
|
|
7152
8070
|
"name": "umb-installer-error",
|
|
7153
|
-
"path": "
|
|
8071
|
+
"path": "./../../src/installer/error/installer-error.element.ts",
|
|
7154
8072
|
"properties": [
|
|
7155
8073
|
{
|
|
7156
8074
|
"name": "styles",
|
|
@@ -7161,7 +8079,7 @@
|
|
|
7161
8079
|
},
|
|
7162
8080
|
{
|
|
7163
8081
|
"name": "umb-installer",
|
|
7164
|
-
"path": "
|
|
8082
|
+
"path": "./../../src/installer/installer.element.ts",
|
|
7165
8083
|
"properties": [
|
|
7166
8084
|
{
|
|
7167
8085
|
"name": "styles",
|
|
@@ -7177,7 +8095,7 @@
|
|
|
7177
8095
|
},
|
|
7178
8096
|
{
|
|
7179
8097
|
"name": "umb-installer-installing",
|
|
7180
|
-
"path": "
|
|
8098
|
+
"path": "./../../src/installer/installing/installer-installing.element.ts",
|
|
7181
8099
|
"properties": [
|
|
7182
8100
|
{
|
|
7183
8101
|
"name": "styles",
|
|
@@ -7188,7 +8106,7 @@
|
|
|
7188
8106
|
},
|
|
7189
8107
|
{
|
|
7190
8108
|
"name": "umb-installer-layout",
|
|
7191
|
-
"path": "
|
|
8109
|
+
"path": "./../../src/installer/shared/layout/installer-layout.element.ts",
|
|
7192
8110
|
"properties": [
|
|
7193
8111
|
{
|
|
7194
8112
|
"name": "styles",
|
|
@@ -7199,7 +8117,7 @@
|
|
|
7199
8117
|
},
|
|
7200
8118
|
{
|
|
7201
8119
|
"name": "umb-installer-user",
|
|
7202
|
-
"path": "
|
|
8120
|
+
"path": "./../../src/installer/user/installer-user.element.ts",
|
|
7203
8121
|
"properties": [
|
|
7204
8122
|
{
|
|
7205
8123
|
"name": "styles",
|
|
@@ -7210,7 +8128,7 @@
|
|
|
7210
8128
|
},
|
|
7211
8129
|
{
|
|
7212
8130
|
"name": "umb-upgrader-view",
|
|
7213
|
-
"path": "
|
|
8131
|
+
"path": "./../../src/upgrader/upgrader-view.element.ts",
|
|
7214
8132
|
"attributes": [
|
|
7215
8133
|
{
|
|
7216
8134
|
"name": "fetching",
|
|
@@ -7269,7 +8187,7 @@
|
|
|
7269
8187
|
},
|
|
7270
8188
|
{
|
|
7271
8189
|
"name": "umb-upgrader",
|
|
7272
|
-
"path": "
|
|
8190
|
+
"path": "./../../src/upgrader/upgrader.element.ts"
|
|
7273
8191
|
}
|
|
7274
8192
|
]
|
|
7275
8193
|
}
|