@umbraco-cms/backoffice 1.0.0-next.d924405b → 1.0.0-next.f1bd6ec7
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 +6 -5
- package/custom-elements.json +516 -92
- package/element.d.ts +3 -3
- package/entity-action.d.ts +30 -13
- package/extensions-api.d.ts +4 -3
- package/extensions-registry.d.ts +8 -8
- package/modal.d.ts +285 -12
- package/models.d.ts +13 -8
- package/observable-api.d.ts +44 -15
- package/package.json +1 -1
- package/repository.d.ts +50 -26
- package/resources.d.ts +3 -3
- package/router.d.ts +380 -0
- package/store.d.ts +14 -14
- package/utils.d.ts +3 -1
- package/vscode-html-custom-data.json +261 -84
- package/workspace.d.ts +19 -12
package/custom-elements.json
CHANGED
|
@@ -107,8 +107,8 @@
|
|
|
107
107
|
]
|
|
108
108
|
},
|
|
109
109
|
{
|
|
110
|
-
"name": "umb-document-type-workspace-
|
|
111
|
-
"path": "./src/backoffice/documents/document-types/workspace/document-type-workspace-
|
|
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",
|
|
@@ -129,8 +129,8 @@
|
|
|
129
129
|
]
|
|
130
130
|
},
|
|
131
131
|
{
|
|
132
|
-
"name": "umb-workspace-view-
|
|
133
|
-
"path": "./src/backoffice/documents/document-types/workspace/views/design/workspace-view-
|
|
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
134
|
"properties": [
|
|
135
135
|
{
|
|
136
136
|
"name": "styles",
|
|
@@ -140,8 +140,120 @@
|
|
|
140
140
|
]
|
|
141
141
|
},
|
|
142
142
|
{
|
|
143
|
-
"name": "umb-workspace-view-
|
|
144
|
-
"path": "./src/backoffice/documents/document-types/workspace/views/
|
|
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-name",
|
|
148
|
+
"type": "string | undefined"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"name": "container-type",
|
|
152
|
+
"type": "PropertyContainerTypes | undefined"
|
|
153
|
+
}
|
|
154
|
+
],
|
|
155
|
+
"properties": [
|
|
156
|
+
{
|
|
157
|
+
"name": "containerId",
|
|
158
|
+
"type": "string | undefined"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"name": "containerName",
|
|
162
|
+
"attribute": "container-name",
|
|
163
|
+
"type": "string | undefined"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"name": "containerType",
|
|
167
|
+
"attribute": "container-type",
|
|
168
|
+
"type": "PropertyContainerTypes | undefined"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"name": "styles",
|
|
172
|
+
"type": "CSSResult[]",
|
|
173
|
+
"default": "[\"UUITextStyles\",null]"
|
|
174
|
+
}
|
|
175
|
+
]
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"name": "document-type-workspace-view-edit-property",
|
|
179
|
+
"path": "./src/backoffice/documents/document-types/workspace/views/design/document-type-workspace-view-edit-property.element.ts",
|
|
180
|
+
"attributes": [
|
|
181
|
+
{
|
|
182
|
+
"name": "property",
|
|
183
|
+
"description": "Property, the data object for the property.",
|
|
184
|
+
"type": "string",
|
|
185
|
+
"default": "\"''\""
|
|
186
|
+
}
|
|
187
|
+
],
|
|
188
|
+
"properties": [
|
|
189
|
+
{
|
|
190
|
+
"name": "property",
|
|
191
|
+
"attribute": "property",
|
|
192
|
+
"description": "Property, the data object for the property.",
|
|
193
|
+
"type": "string",
|
|
194
|
+
"default": "\"''\""
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"name": "styles",
|
|
198
|
+
"type": "CSSResult[]",
|
|
199
|
+
"default": "[\"UUITextStyles\",null]"
|
|
200
|
+
}
|
|
201
|
+
],
|
|
202
|
+
"events": [
|
|
203
|
+
{
|
|
204
|
+
"name": "partial-property-update"
|
|
205
|
+
}
|
|
206
|
+
],
|
|
207
|
+
"slots": [
|
|
208
|
+
{
|
|
209
|
+
"name": "editor",
|
|
210
|
+
"description": "Slot for rendering the Property Editor"
|
|
211
|
+
}
|
|
212
|
+
]
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"name": "umb-document-type-workspace-view-edit-tab",
|
|
216
|
+
"path": "./src/backoffice/documents/document-types/workspace/views/design/document-type-workspace-view-edit-tab.element.ts",
|
|
217
|
+
"attributes": [
|
|
218
|
+
{
|
|
219
|
+
"name": "ownerTabId",
|
|
220
|
+
"type": "string | undefined"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"name": "tabName",
|
|
224
|
+
"type": "string | undefined"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"name": "noTabName",
|
|
228
|
+
"type": "boolean"
|
|
229
|
+
}
|
|
230
|
+
],
|
|
231
|
+
"properties": [
|
|
232
|
+
{
|
|
233
|
+
"name": "styles",
|
|
234
|
+
"type": "CSSResult[]",
|
|
235
|
+
"default": "[\"UUITextStyles\",null]"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"name": "ownerTabId",
|
|
239
|
+
"attribute": "ownerTabId",
|
|
240
|
+
"type": "string | undefined"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"name": "tabName",
|
|
244
|
+
"attribute": "tabName",
|
|
245
|
+
"type": "string | undefined"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"name": "noTabName",
|
|
249
|
+
"attribute": "noTabName",
|
|
250
|
+
"type": "boolean"
|
|
251
|
+
}
|
|
252
|
+
]
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"name": "umb-document-type-workspace-view-edit",
|
|
256
|
+
"path": "./src/backoffice/documents/document-types/workspace/views/design/document-type-workspace-view-edit.element.ts",
|
|
145
257
|
"properties": [
|
|
146
258
|
{
|
|
147
259
|
"name": "styles",
|
|
@@ -151,8 +263,8 @@
|
|
|
151
263
|
]
|
|
152
264
|
},
|
|
153
265
|
{
|
|
154
|
-
"name": "umb-workspace-view-
|
|
155
|
-
"path": "./src/backoffice/documents/document-types/workspace/views/
|
|
266
|
+
"name": "umb-document-type-workspace-view-details",
|
|
267
|
+
"path": "./src/backoffice/documents/document-types/workspace/views/details/document-type-workspace-view-details.element.ts",
|
|
156
268
|
"properties": [
|
|
157
269
|
{
|
|
158
270
|
"name": "styles",
|
|
@@ -162,8 +274,19 @@
|
|
|
162
274
|
]
|
|
163
275
|
},
|
|
164
276
|
{
|
|
165
|
-
"name": "umb-workspace-view-
|
|
166
|
-
"path": "./src/backoffice/documents/document-types/workspace/views/
|
|
277
|
+
"name": "umb-document-type-workspace-view-structure",
|
|
278
|
+
"path": "./src/backoffice/documents/document-types/workspace/views/structure/document-type-workspace-view-structure.element.ts",
|
|
279
|
+
"properties": [
|
|
280
|
+
{
|
|
281
|
+
"name": "styles",
|
|
282
|
+
"type": "CSSResult[]",
|
|
283
|
+
"default": "[\"UUITextStyles\",null]"
|
|
284
|
+
}
|
|
285
|
+
]
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"name": "umb-document-type-workspace-view-templates",
|
|
289
|
+
"path": "./src/backoffice/documents/document-types/workspace/views/templates/document-type-workspace-view-templates.element.ts",
|
|
167
290
|
"properties": [
|
|
168
291
|
{
|
|
169
292
|
"name": "styles",
|
|
@@ -257,8 +380,8 @@
|
|
|
257
380
|
]
|
|
258
381
|
},
|
|
259
382
|
{
|
|
260
|
-
"name": "umb-document-workspace-
|
|
261
|
-
"path": "./src/backoffice/documents/documents/workspace/document-workspace-
|
|
383
|
+
"name": "umb-document-workspace-editor",
|
|
384
|
+
"path": "./src/backoffice/documents/documents/workspace/document-workspace-editor.element.ts",
|
|
262
385
|
"properties": [
|
|
263
386
|
{
|
|
264
387
|
"name": "styles",
|
|
@@ -299,7 +422,7 @@
|
|
|
299
422
|
},
|
|
300
423
|
{
|
|
301
424
|
"name": "container-type",
|
|
302
|
-
"type": "
|
|
425
|
+
"type": "PropertyContainerTypes | undefined"
|
|
303
426
|
}
|
|
304
427
|
],
|
|
305
428
|
"properties": [
|
|
@@ -316,7 +439,7 @@
|
|
|
316
439
|
{
|
|
317
440
|
"name": "containerType",
|
|
318
441
|
"attribute": "container-type",
|
|
319
|
-
"type": "
|
|
442
|
+
"type": "PropertyContainerTypes | undefined"
|
|
320
443
|
}
|
|
321
444
|
]
|
|
322
445
|
},
|
|
@@ -591,7 +714,7 @@
|
|
|
591
714
|
"path": "./src/backoffice/packages/package-builder/workspace/workspace-package-builder.element.ts",
|
|
592
715
|
"attributes": [
|
|
593
716
|
{
|
|
594
|
-
"name": "
|
|
717
|
+
"name": "entityId",
|
|
595
718
|
"type": "string | undefined"
|
|
596
719
|
}
|
|
597
720
|
],
|
|
@@ -602,8 +725,8 @@
|
|
|
602
725
|
"default": "[\"UUITextStyles\",null]"
|
|
603
726
|
},
|
|
604
727
|
{
|
|
605
|
-
"name": "
|
|
606
|
-
"attribute": "
|
|
728
|
+
"name": "entityId",
|
|
729
|
+
"attribute": "entityId",
|
|
607
730
|
"type": "string | undefined"
|
|
608
731
|
}
|
|
609
732
|
]
|
|
@@ -613,7 +736,7 @@
|
|
|
613
736
|
"path": "./src/backoffice/packages/package-repo/workspace/workspace-package.element.ts",
|
|
614
737
|
"attributes": [
|
|
615
738
|
{
|
|
616
|
-
"name": "
|
|
739
|
+
"name": "entityId",
|
|
617
740
|
"type": "string | undefined"
|
|
618
741
|
}
|
|
619
742
|
],
|
|
@@ -624,8 +747,8 @@
|
|
|
624
747
|
"default": "[\"UUITextStyles\",null]"
|
|
625
748
|
},
|
|
626
749
|
{
|
|
627
|
-
"name": "
|
|
628
|
-
"attribute": "
|
|
750
|
+
"name": "entityId",
|
|
751
|
+
"attribute": "entityId",
|
|
629
752
|
"type": "string | undefined"
|
|
630
753
|
}
|
|
631
754
|
]
|
|
@@ -943,6 +1066,31 @@
|
|
|
943
1066
|
}
|
|
944
1067
|
]
|
|
945
1068
|
},
|
|
1069
|
+
{
|
|
1070
|
+
"name": "umb-data-type-create-options-modal",
|
|
1071
|
+
"path": "./src/backoffice/settings/data-types/entity-actions/create/modal/data-type-create-options-modal.element.ts",
|
|
1072
|
+
"attributes": [
|
|
1073
|
+
{
|
|
1074
|
+
"name": "data",
|
|
1075
|
+
"type": "UmbDataTypeCreateOptionsModalData | undefined"
|
|
1076
|
+
}
|
|
1077
|
+
],
|
|
1078
|
+
"properties": [
|
|
1079
|
+
{
|
|
1080
|
+
"name": "styles",
|
|
1081
|
+
"type": "CSSResult[]",
|
|
1082
|
+
"default": "[\"UUITextStyles\"]"
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"name": "modalHandler"
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
"name": "data",
|
|
1089
|
+
"attribute": "data",
|
|
1090
|
+
"type": "UmbDataTypeCreateOptionsModalData | undefined"
|
|
1091
|
+
}
|
|
1092
|
+
]
|
|
1093
|
+
},
|
|
946
1094
|
{
|
|
947
1095
|
"name": "umb-data-type-workspace-edit-element",
|
|
948
1096
|
"path": "./src/backoffice/settings/data-types/workspace/data-type-workspace-edit.element.ts",
|
|
@@ -1077,7 +1225,7 @@
|
|
|
1077
1225
|
]
|
|
1078
1226
|
},
|
|
1079
1227
|
{
|
|
1080
|
-
"name": "umb-language-workspace-
|
|
1228
|
+
"name": "umb-language-workspace-edit",
|
|
1081
1229
|
"path": "./src/backoffice/settings/languages/workspace/language/language-workspace-edit.element.ts",
|
|
1082
1230
|
"properties": [
|
|
1083
1231
|
{
|
|
@@ -1154,7 +1302,7 @@
|
|
|
1154
1302
|
{
|
|
1155
1303
|
"name": "levelMap",
|
|
1156
1304
|
"type": "Record<any, LevelMapStyles>",
|
|
1157
|
-
"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\"}}"
|
|
1305
|
+
"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)\"}}"
|
|
1158
1306
|
}
|
|
1159
1307
|
]
|
|
1160
1308
|
},
|
|
@@ -1257,7 +1405,7 @@
|
|
|
1257
1405
|
{
|
|
1258
1406
|
"name": "setLogLevelDebounce",
|
|
1259
1407
|
"type": "DebouncedFunc<() => void>",
|
|
1260
|
-
"default": "\"
|
|
1408
|
+
"default": "\"debounce(this.#setLogLevel, 300)\""
|
|
1261
1409
|
}
|
|
1262
1410
|
]
|
|
1263
1411
|
},
|
|
@@ -1373,6 +1521,17 @@
|
|
|
1373
1521
|
}
|
|
1374
1522
|
]
|
|
1375
1523
|
},
|
|
1524
|
+
{
|
|
1525
|
+
"name": "umb-log-viewer-save-search-modal",
|
|
1526
|
+
"path": "./src/backoffice/settings/logviewer/workspace/views/search/components/log-viewer-search-input-modal.element.ts",
|
|
1527
|
+
"properties": [
|
|
1528
|
+
{
|
|
1529
|
+
"name": "styles",
|
|
1530
|
+
"type": "CSSResult[]",
|
|
1531
|
+
"default": "[\"UUITextStyles\",null]"
|
|
1532
|
+
}
|
|
1533
|
+
]
|
|
1534
|
+
},
|
|
1376
1535
|
{
|
|
1377
1536
|
"name": "umb-log-viewer-search-input",
|
|
1378
1537
|
"path": "./src/backoffice/settings/logviewer/workspace/views/search/components/log-viewer-search-input.element.ts",
|
|
@@ -1845,7 +2004,7 @@
|
|
|
1845
2004
|
"path": "./src/backoffice/shared/components/debug/debug.element.ts",
|
|
1846
2005
|
"attributes": [
|
|
1847
2006
|
{
|
|
1848
|
-
"name": "
|
|
2007
|
+
"name": "visible",
|
|
1849
2008
|
"type": "boolean",
|
|
1850
2009
|
"default": "false"
|
|
1851
2010
|
},
|
|
@@ -1853,11 +2012,6 @@
|
|
|
1853
2012
|
"name": "dialog",
|
|
1854
2013
|
"type": "boolean",
|
|
1855
2014
|
"default": "false"
|
|
1856
|
-
},
|
|
1857
|
-
{
|
|
1858
|
-
"name": "contexts",
|
|
1859
|
-
"type": "Map<any, any>",
|
|
1860
|
-
"default": "\"new Map()\""
|
|
1861
2015
|
}
|
|
1862
2016
|
],
|
|
1863
2017
|
"properties": [
|
|
@@ -1867,8 +2021,8 @@
|
|
|
1867
2021
|
"default": "[\"UUITextStyles\",null]"
|
|
1868
2022
|
},
|
|
1869
2023
|
{
|
|
1870
|
-
"name": "
|
|
1871
|
-
"attribute": "
|
|
2024
|
+
"name": "visible",
|
|
2025
|
+
"attribute": "visible",
|
|
1872
2026
|
"type": "boolean",
|
|
1873
2027
|
"default": "false"
|
|
1874
2028
|
},
|
|
@@ -1879,10 +2033,9 @@
|
|
|
1879
2033
|
"default": "false"
|
|
1880
2034
|
},
|
|
1881
2035
|
{
|
|
1882
|
-
"name": "
|
|
1883
|
-
"
|
|
1884
|
-
"
|
|
1885
|
-
"default": "\"new Map()\""
|
|
2036
|
+
"name": "contextData",
|
|
2037
|
+
"type": "array",
|
|
2038
|
+
"default": "\"Array<DebugContextData>()\""
|
|
1886
2039
|
}
|
|
1887
2040
|
]
|
|
1888
2041
|
},
|
|
@@ -2179,7 +2332,7 @@
|
|
|
2179
2332
|
},
|
|
2180
2333
|
{
|
|
2181
2334
|
"name": "renderMethod",
|
|
2182
|
-
"type": "(extension: InitializedExtension) => HTMLElement | TemplateResult<
|
|
2335
|
+
"type": "(extension: InitializedExtension) => HTMLElement | TemplateResult<1 | 2> | null",
|
|
2183
2336
|
"default": "\"(extension) =>\\n\\t\\textension.component\""
|
|
2184
2337
|
}
|
|
2185
2338
|
],
|
|
@@ -2213,7 +2366,7 @@
|
|
|
2213
2366
|
{
|
|
2214
2367
|
"name": "renderMethod",
|
|
2215
2368
|
"attribute": "renderMethod",
|
|
2216
|
-
"type": "(extension: InitializedExtension) => HTMLElement | TemplateResult<
|
|
2369
|
+
"type": "(extension: InitializedExtension) => HTMLElement | TemplateResult<1 | 2> | null",
|
|
2217
2370
|
"default": "\"(extension) =>\\n\\t\\textension.component\""
|
|
2218
2371
|
}
|
|
2219
2372
|
],
|
|
@@ -2620,7 +2773,7 @@
|
|
|
2620
2773
|
"default": "\"\""
|
|
2621
2774
|
},
|
|
2622
2775
|
{
|
|
2623
|
-
"name": "
|
|
2776
|
+
"name": "selectedIds",
|
|
2624
2777
|
"type": "string[]"
|
|
2625
2778
|
},
|
|
2626
2779
|
{
|
|
@@ -2675,9 +2828,6 @@
|
|
|
2675
2828
|
"name": "umb-input-document-type-picker",
|
|
2676
2829
|
"path": "./src/backoffice/shared/components/input-document-type-picker/input-document-type-picker.element.ts",
|
|
2677
2830
|
"attributes": [
|
|
2678
|
-
{
|
|
2679
|
-
"name": "currentDocumentType"
|
|
2680
|
-
},
|
|
2681
2831
|
{
|
|
2682
2832
|
"name": "value",
|
|
2683
2833
|
"type": "string"
|
|
@@ -2690,13 +2840,9 @@
|
|
|
2690
2840
|
"default": "[\"UUITextStyles\",null]"
|
|
2691
2841
|
},
|
|
2692
2842
|
{
|
|
2693
|
-
"name": "
|
|
2843
|
+
"name": "selectedIds",
|
|
2694
2844
|
"type": "string[]"
|
|
2695
2845
|
},
|
|
2696
|
-
{
|
|
2697
|
-
"name": "currentDocumentType",
|
|
2698
|
-
"attribute": "currentDocumentType"
|
|
2699
|
-
},
|
|
2700
2846
|
{
|
|
2701
2847
|
"name": "formAssociated",
|
|
2702
2848
|
"type": "boolean"
|
|
@@ -3012,7 +3158,7 @@
|
|
|
3012
3158
|
"default": "\"\""
|
|
3013
3159
|
},
|
|
3014
3160
|
{
|
|
3015
|
-
"name": "
|
|
3161
|
+
"name": "selectedIds",
|
|
3016
3162
|
"type": "string[]"
|
|
3017
3163
|
},
|
|
3018
3164
|
{
|
|
@@ -3067,6 +3213,14 @@
|
|
|
3067
3213
|
"name": "umb-input-multi-url-picker",
|
|
3068
3214
|
"path": "./src/backoffice/shared/components/input-multi-url-picker/input-multi-url-picker.element.ts",
|
|
3069
3215
|
"attributes": [
|
|
3216
|
+
{
|
|
3217
|
+
"name": "alias",
|
|
3218
|
+
"type": "string | undefined"
|
|
3219
|
+
},
|
|
3220
|
+
{
|
|
3221
|
+
"name": "variantId",
|
|
3222
|
+
"type": "string | UmbVariantId | undefined"
|
|
3223
|
+
},
|
|
3070
3224
|
{
|
|
3071
3225
|
"name": "min",
|
|
3072
3226
|
"description": "This is a minimum amount of selected items in this input.",
|
|
@@ -3111,6 +3265,16 @@
|
|
|
3111
3265
|
"type": "CSSResult[]",
|
|
3112
3266
|
"default": "[\"UUITextStyles\",null]"
|
|
3113
3267
|
},
|
|
3268
|
+
{
|
|
3269
|
+
"name": "alias",
|
|
3270
|
+
"attribute": "alias",
|
|
3271
|
+
"type": "string | undefined"
|
|
3272
|
+
},
|
|
3273
|
+
{
|
|
3274
|
+
"name": "variantId",
|
|
3275
|
+
"attribute": "variantId",
|
|
3276
|
+
"type": "string | UmbVariantId | undefined"
|
|
3277
|
+
},
|
|
3114
3278
|
{
|
|
3115
3279
|
"name": "min",
|
|
3116
3280
|
"attribute": "min",
|
|
@@ -3810,6 +3974,101 @@
|
|
|
3810
3974
|
}
|
|
3811
3975
|
]
|
|
3812
3976
|
},
|
|
3977
|
+
{
|
|
3978
|
+
"name": "umb-input-upload-field",
|
|
3979
|
+
"path": "./src/backoffice/shared/components/input-upload-field/input-upload-field.element.ts",
|
|
3980
|
+
"attributes": [
|
|
3981
|
+
{
|
|
3982
|
+
"name": "keys",
|
|
3983
|
+
"type": "Array<String>",
|
|
3984
|
+
"default": "\"[]\""
|
|
3985
|
+
},
|
|
3986
|
+
{
|
|
3987
|
+
"name": "fileExtensions",
|
|
3988
|
+
"type": "Array<String>",
|
|
3989
|
+
"default": "\"undefined\""
|
|
3990
|
+
},
|
|
3991
|
+
{
|
|
3992
|
+
"name": "multiple",
|
|
3993
|
+
"type": "Boolean",
|
|
3994
|
+
"default": "\"false\""
|
|
3995
|
+
}
|
|
3996
|
+
],
|
|
3997
|
+
"properties": [
|
|
3998
|
+
{
|
|
3999
|
+
"name": "styles",
|
|
4000
|
+
"type": "CSSResult[]",
|
|
4001
|
+
"default": "[\"UUITextStyles\",null]"
|
|
4002
|
+
},
|
|
4003
|
+
{
|
|
4004
|
+
"name": "keys",
|
|
4005
|
+
"attribute": "keys",
|
|
4006
|
+
"type": "Array<String>",
|
|
4007
|
+
"default": "\"[]\""
|
|
4008
|
+
},
|
|
4009
|
+
{
|
|
4010
|
+
"name": "fileExtensions",
|
|
4011
|
+
"attribute": "fileExtensions",
|
|
4012
|
+
"type": "Array<String>",
|
|
4013
|
+
"default": "\"undefined\""
|
|
4014
|
+
},
|
|
4015
|
+
{
|
|
4016
|
+
"name": "multiple",
|
|
4017
|
+
"attribute": "multiple",
|
|
4018
|
+
"type": "Boolean",
|
|
4019
|
+
"default": "\"false\""
|
|
4020
|
+
},
|
|
4021
|
+
{
|
|
4022
|
+
"name": "extensions",
|
|
4023
|
+
"type": "string[] | undefined"
|
|
4024
|
+
},
|
|
4025
|
+
{
|
|
4026
|
+
"name": "formAssociated",
|
|
4027
|
+
"type": "boolean"
|
|
4028
|
+
},
|
|
4029
|
+
{
|
|
4030
|
+
"name": "value",
|
|
4031
|
+
"type": "FormDataEntryValue | FormData"
|
|
4032
|
+
},
|
|
4033
|
+
{
|
|
4034
|
+
"name": "name",
|
|
4035
|
+
"type": "string"
|
|
4036
|
+
},
|
|
4037
|
+
{
|
|
4038
|
+
"name": "validationMessage",
|
|
4039
|
+
"type": "string"
|
|
4040
|
+
},
|
|
4041
|
+
{
|
|
4042
|
+
"name": "validity",
|
|
4043
|
+
"type": "ValidityState"
|
|
4044
|
+
},
|
|
4045
|
+
{
|
|
4046
|
+
"name": "pristine",
|
|
4047
|
+
"type": "boolean"
|
|
4048
|
+
},
|
|
4049
|
+
{
|
|
4050
|
+
"name": "required",
|
|
4051
|
+
"type": "boolean"
|
|
4052
|
+
},
|
|
4053
|
+
{
|
|
4054
|
+
"name": "requiredMessage",
|
|
4055
|
+
"type": "string"
|
|
4056
|
+
},
|
|
4057
|
+
{
|
|
4058
|
+
"name": "error",
|
|
4059
|
+
"type": "boolean"
|
|
4060
|
+
},
|
|
4061
|
+
{
|
|
4062
|
+
"name": "errorMessage",
|
|
4063
|
+
"type": "string"
|
|
4064
|
+
}
|
|
4065
|
+
],
|
|
4066
|
+
"events": [
|
|
4067
|
+
{
|
|
4068
|
+
"name": "change"
|
|
4069
|
+
}
|
|
4070
|
+
]
|
|
4071
|
+
},
|
|
3813
4072
|
{
|
|
3814
4073
|
"name": "umb-input-user-group",
|
|
3815
4074
|
"path": "./src/backoffice/shared/components/input-user-group/input-user-group.element.ts",
|
|
@@ -3931,14 +4190,69 @@
|
|
|
3931
4190
|
]
|
|
3932
4191
|
},
|
|
3933
4192
|
{
|
|
3934
|
-
"name": "umb-menu-item",
|
|
3935
|
-
"path": "./src/backoffice/shared/components/menu-item/menu-item.element.ts",
|
|
4193
|
+
"name": "umb-menu-item-base",
|
|
4194
|
+
"path": "./src/backoffice/shared/components/menu/menu-item-base/menu-item-base.element.ts",
|
|
4195
|
+
"attributes": [
|
|
4196
|
+
{
|
|
4197
|
+
"name": "entity-type",
|
|
4198
|
+
"type": "string | undefined"
|
|
4199
|
+
},
|
|
4200
|
+
{
|
|
4201
|
+
"name": "icon-name",
|
|
4202
|
+
"type": "string",
|
|
4203
|
+
"default": "\"\""
|
|
4204
|
+
},
|
|
4205
|
+
{
|
|
4206
|
+
"name": "label",
|
|
4207
|
+
"type": "string",
|
|
4208
|
+
"default": "\"\""
|
|
4209
|
+
},
|
|
4210
|
+
{
|
|
4211
|
+
"name": "has-children",
|
|
4212
|
+
"type": "boolean",
|
|
4213
|
+
"default": "false"
|
|
4214
|
+
}
|
|
4215
|
+
],
|
|
3936
4216
|
"properties": [
|
|
3937
4217
|
{
|
|
3938
4218
|
"name": "styles",
|
|
3939
4219
|
"type": "CSSResult[]",
|
|
3940
4220
|
"default": "[\"UUITextStyles\",null]"
|
|
3941
4221
|
},
|
|
4222
|
+
{
|
|
4223
|
+
"name": "entityType",
|
|
4224
|
+
"attribute": "entity-type",
|
|
4225
|
+
"type": "string | undefined"
|
|
4226
|
+
},
|
|
4227
|
+
{
|
|
4228
|
+
"name": "iconName",
|
|
4229
|
+
"attribute": "icon-name",
|
|
4230
|
+
"type": "string",
|
|
4231
|
+
"default": "\"\""
|
|
4232
|
+
},
|
|
4233
|
+
{
|
|
4234
|
+
"name": "label",
|
|
4235
|
+
"attribute": "label",
|
|
4236
|
+
"type": "string",
|
|
4237
|
+
"default": "\"\""
|
|
4238
|
+
},
|
|
4239
|
+
{
|
|
4240
|
+
"name": "hasChildren",
|
|
4241
|
+
"attribute": "has-children",
|
|
4242
|
+
"type": "boolean",
|
|
4243
|
+
"default": "false"
|
|
4244
|
+
}
|
|
4245
|
+
]
|
|
4246
|
+
},
|
|
4247
|
+
{
|
|
4248
|
+
"name": "umb-menu-item",
|
|
4249
|
+
"path": "./src/backoffice/shared/components/menu/menu-item/menu-item.element.ts",
|
|
4250
|
+
"properties": [
|
|
4251
|
+
{
|
|
4252
|
+
"name": "styles",
|
|
4253
|
+
"type": "CSSResult[]",
|
|
4254
|
+
"default": "[\"UUITextStyles\"]"
|
|
4255
|
+
},
|
|
3942
4256
|
{
|
|
3943
4257
|
"name": "manifest"
|
|
3944
4258
|
}
|
|
@@ -4277,7 +4591,7 @@
|
|
|
4277
4591
|
"default": "false"
|
|
4278
4592
|
},
|
|
4279
4593
|
{
|
|
4280
|
-
"name": "
|
|
4594
|
+
"name": "id",
|
|
4281
4595
|
"type": "string"
|
|
4282
4596
|
},
|
|
4283
4597
|
{
|
|
@@ -4287,11 +4601,6 @@
|
|
|
4287
4601
|
}
|
|
4288
4602
|
],
|
|
4289
4603
|
"properties": [
|
|
4290
|
-
{
|
|
4291
|
-
"name": "styles",
|
|
4292
|
-
"type": "CSSResult[]",
|
|
4293
|
-
"default": "[\"UUITextStyles\",null]"
|
|
4294
|
-
},
|
|
4295
4604
|
{
|
|
4296
4605
|
"name": "default",
|
|
4297
4606
|
"attribute": "default",
|
|
@@ -4299,10 +4608,15 @@
|
|
|
4299
4608
|
"default": "false"
|
|
4300
4609
|
},
|
|
4301
4610
|
{
|
|
4302
|
-
"name": "
|
|
4303
|
-
"attribute": "
|
|
4611
|
+
"name": "id",
|
|
4612
|
+
"attribute": "id",
|
|
4304
4613
|
"type": "string"
|
|
4305
4614
|
},
|
|
4615
|
+
{
|
|
4616
|
+
"name": "styles",
|
|
4617
|
+
"type": "CSSResult[]",
|
|
4618
|
+
"default": "[\"UUITextStyles\",null]"
|
|
4619
|
+
},
|
|
4306
4620
|
{
|
|
4307
4621
|
"name": "formAssociated",
|
|
4308
4622
|
"type": "boolean"
|
|
@@ -4779,6 +5093,10 @@
|
|
|
4779
5093
|
"name": "icon",
|
|
4780
5094
|
"description": "Slot for icon"
|
|
4781
5095
|
},
|
|
5096
|
+
{
|
|
5097
|
+
"name": "header",
|
|
5098
|
+
"description": "Slot for workspace header"
|
|
5099
|
+
},
|
|
4782
5100
|
{
|
|
4783
5101
|
"name": "name",
|
|
4784
5102
|
"description": "Slot for name"
|
|
@@ -4827,11 +5145,6 @@
|
|
|
4827
5145
|
}
|
|
4828
5146
|
],
|
|
4829
5147
|
"properties": [
|
|
4830
|
-
{
|
|
4831
|
-
"name": "styles",
|
|
4832
|
-
"type": "CSSResult[]",
|
|
4833
|
-
"default": "[\"UUITextStyles\",null]"
|
|
4834
|
-
},
|
|
4835
5148
|
{
|
|
4836
5149
|
"name": "alias",
|
|
4837
5150
|
"attribute": "alias",
|
|
@@ -4859,6 +5172,11 @@
|
|
|
4859
5172
|
"description": "Description: render a description underneath the label.",
|
|
4860
5173
|
"type": "string",
|
|
4861
5174
|
"default": "\"''\""
|
|
5175
|
+
},
|
|
5176
|
+
{
|
|
5177
|
+
"name": "styles",
|
|
5178
|
+
"type": "CSSResult[]",
|
|
5179
|
+
"default": "[\"UUITextStyles\",null]"
|
|
4862
5180
|
}
|
|
4863
5181
|
],
|
|
4864
5182
|
"slots": [
|
|
@@ -4953,8 +5271,7 @@
|
|
|
4953
5271
|
"path": "./src/backoffice/shared/modals/confirm/confirm-modal.element.ts",
|
|
4954
5272
|
"attributes": [
|
|
4955
5273
|
{
|
|
4956
|
-
"name": "data"
|
|
4957
|
-
"type": "UmbConfirmModalData | undefined"
|
|
5274
|
+
"name": "data"
|
|
4958
5275
|
}
|
|
4959
5276
|
],
|
|
4960
5277
|
"properties": [
|
|
@@ -4968,8 +5285,7 @@
|
|
|
4968
5285
|
},
|
|
4969
5286
|
{
|
|
4970
5287
|
"name": "data",
|
|
4971
|
-
"attribute": "data"
|
|
4972
|
-
"type": "UmbConfirmModalData | undefined"
|
|
5288
|
+
"attribute": "data"
|
|
4973
5289
|
}
|
|
4974
5290
|
]
|
|
4975
5291
|
},
|
|
@@ -4978,8 +5294,7 @@
|
|
|
4978
5294
|
"path": "./src/backoffice/shared/modals/embedded-media/embedded-media-modal.element.ts",
|
|
4979
5295
|
"attributes": [
|
|
4980
5296
|
{
|
|
4981
|
-
"name": "data"
|
|
4982
|
-
"type": "UmbEmbeddedMediaModalData | undefined"
|
|
5297
|
+
"name": "data"
|
|
4983
5298
|
}
|
|
4984
5299
|
],
|
|
4985
5300
|
"properties": [
|
|
@@ -4993,8 +5308,24 @@
|
|
|
4993
5308
|
},
|
|
4994
5309
|
{
|
|
4995
5310
|
"name": "data",
|
|
4996
|
-
"attribute": "data"
|
|
4997
|
-
|
|
5311
|
+
"attribute": "data"
|
|
5312
|
+
}
|
|
5313
|
+
]
|
|
5314
|
+
},
|
|
5315
|
+
{
|
|
5316
|
+
"name": "umb-folder-modal",
|
|
5317
|
+
"path": "./src/backoffice/shared/modals/folder/folder-modal.element.ts",
|
|
5318
|
+
"properties": [
|
|
5319
|
+
{
|
|
5320
|
+
"name": "styles",
|
|
5321
|
+
"type": "CSSResult[]",
|
|
5322
|
+
"default": "[\"UUITextStyles\",null]"
|
|
5323
|
+
},
|
|
5324
|
+
{
|
|
5325
|
+
"name": "modalHandler"
|
|
5326
|
+
},
|
|
5327
|
+
{
|
|
5328
|
+
"name": "data"
|
|
4998
5329
|
}
|
|
4999
5330
|
]
|
|
5000
5331
|
},
|
|
@@ -5221,8 +5552,7 @@
|
|
|
5221
5552
|
"path": "./src/backoffice/shared/property-editors/modals/property-editor-ui-picker/property-editor-ui-picker-modal.element.ts",
|
|
5222
5553
|
"attributes": [
|
|
5223
5554
|
{
|
|
5224
|
-
"name": "data"
|
|
5225
|
-
"type": "UmbPropertyEditorUIPickerModalData | undefined"
|
|
5555
|
+
"name": "data"
|
|
5226
5556
|
}
|
|
5227
5557
|
],
|
|
5228
5558
|
"properties": [
|
|
@@ -5233,8 +5563,7 @@
|
|
|
5233
5563
|
},
|
|
5234
5564
|
{
|
|
5235
5565
|
"name": "data",
|
|
5236
|
-
"attribute": "data"
|
|
5237
|
-
"type": "UmbPropertyEditorUIPickerModalData | undefined"
|
|
5566
|
+
"attribute": "data"
|
|
5238
5567
|
},
|
|
5239
5568
|
{
|
|
5240
5569
|
"name": "modalHandler"
|
|
@@ -6032,7 +6361,7 @@
|
|
|
6032
6361
|
"attributes": [
|
|
6033
6362
|
{
|
|
6034
6363
|
"name": "value",
|
|
6035
|
-
"type": "
|
|
6364
|
+
"type": "array",
|
|
6036
6365
|
"default": "[]"
|
|
6037
6366
|
}
|
|
6038
6367
|
],
|
|
@@ -6045,7 +6374,7 @@
|
|
|
6045
6374
|
{
|
|
6046
6375
|
"name": "value",
|
|
6047
6376
|
"attribute": "value",
|
|
6048
|
-
"type": "
|
|
6377
|
+
"type": "array",
|
|
6049
6378
|
"default": "[]"
|
|
6050
6379
|
},
|
|
6051
6380
|
{
|
|
@@ -6820,8 +7149,12 @@
|
|
|
6820
7149
|
},
|
|
6821
7150
|
{
|
|
6822
7151
|
"name": "config",
|
|
6823
|
-
"type": "
|
|
6824
|
-
|
|
7152
|
+
"type": "array"
|
|
7153
|
+
}
|
|
7154
|
+
],
|
|
7155
|
+
"events": [
|
|
7156
|
+
{
|
|
7157
|
+
"name": "property-value-change"
|
|
6825
7158
|
}
|
|
6826
7159
|
]
|
|
6827
7160
|
},
|
|
@@ -6953,8 +7286,8 @@
|
|
|
6953
7286
|
]
|
|
6954
7287
|
},
|
|
6955
7288
|
{
|
|
6956
|
-
"name": "umb-export-dictionary-modal
|
|
6957
|
-
"path": "./src/backoffice/translation/dictionary/entity-actions/export/export-dictionary-modal
|
|
7289
|
+
"name": "umb-export-dictionary-modal",
|
|
7290
|
+
"path": "./src/backoffice/translation/dictionary/entity-actions/export/export-dictionary-modal.element.ts",
|
|
6958
7291
|
"properties": [
|
|
6959
7292
|
{
|
|
6960
7293
|
"name": "styles",
|
|
@@ -6964,8 +7297,8 @@
|
|
|
6964
7297
|
]
|
|
6965
7298
|
},
|
|
6966
7299
|
{
|
|
6967
|
-
"name": "umb-import-dictionary-modal
|
|
6968
|
-
"path": "./src/backoffice/translation/dictionary/entity-actions/import/import-dictionary-modal
|
|
7300
|
+
"name": "umb-import-dictionary-modal",
|
|
7301
|
+
"path": "./src/backoffice/translation/dictionary/entity-actions/import/import-dictionary-modal.element.ts",
|
|
6969
7302
|
"properties": [
|
|
6970
7303
|
{
|
|
6971
7304
|
"name": "styles",
|
|
@@ -7027,8 +7360,7 @@
|
|
|
7027
7360
|
"path": "./src/backoffice/users/current-user/modals/change-password/change-password-modal.element.ts",
|
|
7028
7361
|
"attributes": [
|
|
7029
7362
|
{
|
|
7030
|
-
"name": "data"
|
|
7031
|
-
"type": "UmbChangePasswordModalData | undefined"
|
|
7363
|
+
"name": "data"
|
|
7032
7364
|
}
|
|
7033
7365
|
],
|
|
7034
7366
|
"properties": [
|
|
@@ -7042,8 +7374,7 @@
|
|
|
7042
7374
|
},
|
|
7043
7375
|
{
|
|
7044
7376
|
"name": "data",
|
|
7045
|
-
"attribute": "data"
|
|
7046
|
-
"type": "UmbChangePasswordModalData | undefined"
|
|
7377
|
+
"attribute": "data"
|
|
7047
7378
|
}
|
|
7048
7379
|
]
|
|
7049
7380
|
},
|
|
@@ -7061,18 +7392,58 @@
|
|
|
7061
7392
|
}
|
|
7062
7393
|
]
|
|
7063
7394
|
},
|
|
7395
|
+
{
|
|
7396
|
+
"name": "umb-user-profile-app-external-login-providers",
|
|
7397
|
+
"path": "./src/backoffice/users/current-user/user-profile-apps/user-profile-app-external-login-providers.element.ts",
|
|
7398
|
+
"properties": [
|
|
7399
|
+
{
|
|
7400
|
+
"name": "styles",
|
|
7401
|
+
"type": "CSSResult[]",
|
|
7402
|
+
"default": "[\"UUITextStyles\",null]"
|
|
7403
|
+
}
|
|
7404
|
+
]
|
|
7405
|
+
},
|
|
7406
|
+
{
|
|
7407
|
+
"name": "umb-user-profile-app-history",
|
|
7408
|
+
"path": "./src/backoffice/users/current-user/user-profile-apps/user-profile-app-history.element.ts",
|
|
7409
|
+
"properties": [
|
|
7410
|
+
{
|
|
7411
|
+
"name": "styles",
|
|
7412
|
+
"type": "CSSResult[]",
|
|
7413
|
+
"default": "[\"UUITextStyles\",null]"
|
|
7414
|
+
}
|
|
7415
|
+
]
|
|
7416
|
+
},
|
|
7064
7417
|
{
|
|
7065
7418
|
"name": "umb-user-dashboard-test",
|
|
7066
|
-
"path": "./src/backoffice/users/current-user/user-
|
|
7419
|
+
"path": "./src/backoffice/users/current-user/user-profile-apps/user-profile-app-history.element.ts",
|
|
7067
7420
|
"properties": [
|
|
7068
7421
|
{
|
|
7069
7422
|
"name": "styles",
|
|
7070
7423
|
"type": "CSSResult[]",
|
|
7071
7424
|
"default": "[\"UUITextStyles\",null]"
|
|
7072
|
-
}
|
|
7425
|
+
}
|
|
7426
|
+
]
|
|
7427
|
+
},
|
|
7428
|
+
{
|
|
7429
|
+
"name": "umb-user-profile-app-profile",
|
|
7430
|
+
"path": "./src/backoffice/users/current-user/user-profile-apps/user-profile-app-profile.element.ts",
|
|
7431
|
+
"properties": [
|
|
7073
7432
|
{
|
|
7074
|
-
"name": "
|
|
7075
|
-
"type": "
|
|
7433
|
+
"name": "styles",
|
|
7434
|
+
"type": "CSSResult[]",
|
|
7435
|
+
"default": "[\"UUITextStyles\",null]"
|
|
7436
|
+
}
|
|
7437
|
+
]
|
|
7438
|
+
},
|
|
7439
|
+
{
|
|
7440
|
+
"name": "umb-user-profile-app-themes",
|
|
7441
|
+
"path": "./src/backoffice/users/current-user/user-profile-apps/user-profile-app-themes.element.ts",
|
|
7442
|
+
"properties": [
|
|
7443
|
+
{
|
|
7444
|
+
"name": "styles",
|
|
7445
|
+
"type": "CSSResult[]",
|
|
7446
|
+
"default": "[\"UUITextStyles\",null]"
|
|
7076
7447
|
}
|
|
7077
7448
|
]
|
|
7078
7449
|
},
|
|
@@ -7452,7 +7823,7 @@
|
|
|
7452
7823
|
"attributes": [
|
|
7453
7824
|
{
|
|
7454
7825
|
"name": "routes",
|
|
7455
|
-
"type": "
|
|
7826
|
+
"type": "any[] | undefined"
|
|
7456
7827
|
}
|
|
7457
7828
|
],
|
|
7458
7829
|
"properties": [
|
|
@@ -7464,7 +7835,60 @@
|
|
|
7464
7835
|
{
|
|
7465
7836
|
"name": "routes",
|
|
7466
7837
|
"attribute": "routes",
|
|
7467
|
-
"type": "
|
|
7838
|
+
"type": "any[] | undefined"
|
|
7839
|
+
},
|
|
7840
|
+
{
|
|
7841
|
+
"name": "absoluteRouterPath",
|
|
7842
|
+
"type": "string | undefined"
|
|
7843
|
+
},
|
|
7844
|
+
{
|
|
7845
|
+
"name": "localActiveViewPath",
|
|
7846
|
+
"type": "string | undefined"
|
|
7847
|
+
},
|
|
7848
|
+
{
|
|
7849
|
+
"name": "absoluteActiveViewPath",
|
|
7850
|
+
"type": "string"
|
|
7851
|
+
}
|
|
7852
|
+
],
|
|
7853
|
+
"events": [
|
|
7854
|
+
{
|
|
7855
|
+
"name": "init",
|
|
7856
|
+
"description": "fires when the router is connected"
|
|
7857
|
+
},
|
|
7858
|
+
{
|
|
7859
|
+
"name": "change",
|
|
7860
|
+
"description": "fires when a path of this router is changed"
|
|
7861
|
+
}
|
|
7862
|
+
]
|
|
7863
|
+
},
|
|
7864
|
+
{
|
|
7865
|
+
"name": "umb-variant-router-slot",
|
|
7866
|
+
"path": "./src/core/router/variant-router-slot.element.ts",
|
|
7867
|
+
"attributes": [
|
|
7868
|
+
{
|
|
7869
|
+
"name": "variantId",
|
|
7870
|
+
"type": "UmbVariantId[]"
|
|
7871
|
+
},
|
|
7872
|
+
{
|
|
7873
|
+
"name": "routes",
|
|
7874
|
+
"type": "any[] | undefined"
|
|
7875
|
+
}
|
|
7876
|
+
],
|
|
7877
|
+
"properties": [
|
|
7878
|
+
{
|
|
7879
|
+
"name": "variantId",
|
|
7880
|
+
"attribute": "variantId",
|
|
7881
|
+
"type": "UmbVariantId[]"
|
|
7882
|
+
},
|
|
7883
|
+
{
|
|
7884
|
+
"name": "styles",
|
|
7885
|
+
"type": "CSSResult[]",
|
|
7886
|
+
"default": "[null]"
|
|
7887
|
+
},
|
|
7888
|
+
{
|
|
7889
|
+
"name": "routes",
|
|
7890
|
+
"attribute": "routes",
|
|
7891
|
+
"type": "any[] | undefined"
|
|
7468
7892
|
},
|
|
7469
7893
|
{
|
|
7470
7894
|
"name": "absoluteRouterPath",
|