@umbraco-cms/backoffice 14.0.0--preview004-ada18684 → 14.0.0--preview004-9e566cf7
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/custom-elements.json +0 -15
- package/dist-cms/external/uui/index.js +690 -604
- package/dist-cms/packages/core/components/property-editor-config/property-editor-config.element.d.ts +1 -12
- package/dist-cms/packages/core/components/property-editor-config/property-editor-config.element.js +18 -30
- package/dist-cms/packages/core/property-editor/schemas/Umbraco.CheckboxList.js +1 -1
- package/dist-cms/packages/settings/data-types/workspace/data-type-workspace.context.d.ts +6 -3
- package/dist-cms/packages/settings/data-types/workspace/data-type-workspace.context.js +60 -26
- package/dist-cms/packages/settings/data-types/workspace/data-type-workspace.element.js +1 -1
- package/dist-cms/packages/settings/data-types/workspace/views/details/data-type-details-workspace-view.element.d.ts +1 -6
- package/dist-cms/packages/settings/data-types/workspace/views/details/data-type-details-workspace-view.element.js +26 -76
- package/dist-cms/tsconfig.build.tsbuildinfo +1 -1
- package/dist-cms/vscode-html-custom-data.json +3 -8
- package/package.json +3 -3
|
@@ -1759,22 +1759,7 @@
|
|
|
1759
1759
|
{
|
|
1760
1760
|
"name": "umb-property-editor-config",
|
|
1761
1761
|
"path": "./../src/packages/core/components/property-editor-config/property-editor-config.element.ts",
|
|
1762
|
-
"attributes": [
|
|
1763
|
-
{
|
|
1764
|
-
"name": "data",
|
|
1765
|
-
"description": "Data. The element will render configuration editors with values from this data.\nIf a value is not found in this data, the element will use the default value from the configuration.",
|
|
1766
|
-
"type": "Array<{ alias: string; value: unknown }>",
|
|
1767
|
-
"default": "\"[]\""
|
|
1768
|
-
}
|
|
1769
|
-
],
|
|
1770
1762
|
"properties": [
|
|
1771
|
-
{
|
|
1772
|
-
"name": "data",
|
|
1773
|
-
"attribute": "data",
|
|
1774
|
-
"description": "Data. The element will render configuration editors with values from this data.\nIf a value is not found in this data, the element will use the default value from the configuration.",
|
|
1775
|
-
"type": "Array<{ alias: string; value: unknown }>",
|
|
1776
|
-
"default": "\"[]\""
|
|
1777
|
-
},
|
|
1778
1763
|
{
|
|
1779
1764
|
"name": "styles",
|
|
1780
1765
|
"type": "array",
|