@umbraco-cms/backoffice 17.2.0-rc → 17.2.0
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/dist-cms/external/uui/package.json +2 -2
- package/dist-cms/packages/block/block/workspace/views/edit/block-workspace-view-edit-content-no-router.element.d.ts +2 -2
- package/dist-cms/packages/block/block/workspace/views/edit/block-workspace-view-edit-content-no-router.element.js +7 -8
- package/dist-cms/packages/block/block/workspace/views/edit/block-workspace-view-edit.element.js +37 -34
- package/dist-cms/packages/content/content-type/structure/content-type-structure-manager.class.js +1 -0
- package/dist-cms/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/vscode-html-custom-data.json +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-cms/backoffice",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "17.2.0
|
|
4
|
+
"version": "17.2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": null,
|
|
@@ -244,8 +244,8 @@
|
|
|
244
244
|
"monaco-editor": "^0.55.1",
|
|
245
245
|
"rxjs": "^7.8.2",
|
|
246
246
|
"@microsoft/signalr": "^10.0.0",
|
|
247
|
-
"@umbraco-ui/uui": "^1.17.0
|
|
248
|
-
"@umbraco-ui/uui-css": "^1.17.0
|
|
247
|
+
"@umbraco-ui/uui": "^1.17.0",
|
|
248
|
+
"@umbraco-ui/uui-css": "^1.17.0",
|
|
249
249
|
"@types/diff": "^7.0.2",
|
|
250
250
|
"diff": "^8.0.3",
|
|
251
251
|
"uuid": "^13.0.0",
|
|
@@ -844,7 +844,7 @@
|
|
|
844
844
|
},
|
|
845
845
|
{
|
|
846
846
|
"name": "umb-block-workspace-view-edit-content-no-router",
|
|
847
|
-
"description": "Properties:\n\n * `_hasRootProperties` {`boolean`} - \n\n * `_hasRootGroups` {`boolean`} - \n\n * `_tabs` {`UmbPropertyTypeContainerMergedModel[] | undefined`} - \n\n * `_activeTabKey` {`string | null | undefined`} - \n\n * `styles` {`any[]`} - ",
|
|
847
|
+
"description": "Properties:\n\n * `_hasRootProperties` {`boolean | undefined`} - \n\n * `_hasRootGroups` {`boolean | undefined`} - \n\n * `_tabs` {`UmbPropertyTypeContainerMergedModel[] | undefined`} - \n\n * `_activeTabKey` {`string | null | undefined`} - \n\n * `styles` {`any[]`} - ",
|
|
848
848
|
"attributes": []
|
|
849
849
|
},
|
|
850
850
|
{
|