{
  "version": 1,
  "tags": [
    {
      "name": "example-table-collection-view",
      "description": "Properties:\n\n  * `_tableConfig` - \n\n  * `_tableColumns` {`UmbTableColumn[]`} - \n\n  * `_tableItems` {`UmbTableItem[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "example-dashboard-with-collection",
      "attributes": []
    },
    {
      "name": "example-custom-modal-dashboard",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "example-modal-element",
      "description": "This class defines a custom design for the modal it self, in the same was as\nUUIModalSidebarElement and UUIModalDialogElement.\n\nProperties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "example-modal-view",
      "description": "Properties:\n\n  * `modalContext` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-dashboard",
      "description": "Properties:\n\n  * `_routes` {`UmbRoute[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-dashboard2",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-example-modal",
      "description": "Properties:\n\n  * `_routes` {`UmbRoute[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-example-modal-step1",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-example-modal-step2",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-dashboard-tab1",
      "description": "Properties:\n\n  * `_editLinkPath` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-dashboard-tab2",
      "description": "Properties:\n\n  * `_editLinkPath` {`string | undefined`} - \n\n  * `styles` {`any[]`} - \n\n  * `#workspaceModal` - ",
      "attributes": []
    },
    {
      "name": "example-section-sidebar-menu-playground-dashboard",
      "description": "Properties:\n\n  * `_globalExpansion` {`UmbSectionMenuItemExpansionEntryModel[]`} - \n\n  * `_sectionExpansion` {`UmbSectionMenuItemExpansionEntryModel[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "example-dashboard-with-tree",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "example-workspace-content-type-alias-condition-workspace-view",
      "description": "Properties:\n\n  * `_contentTypeAliases` {`string[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "example-workspace-content-type-unique-condition-workspace-view",
      "description": "Properties:\n\n  * `_contentTypeUniques` {`string[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "example-counter-status-footer-app",
      "description": "Properties:\n\n  * `_counter` {`number`} - ",
      "attributes": []
    },
    {
      "name": "umb-app-auth",
      "attributes": []
    },
    {
      "name": "umb-app-error",
      "description": "A full page error element that can be used either solo or for instance as the error 500 page and BootFailed\n\nAttributes:\n\n  * `errorHeadline` {`string | null | undefined`} - The headline to display\n\n  * `errorMessage` {`string | null | undefined`} - The error message to display\n\n  * `error` {`unknown`} - The error to display\n\n  * `hide-back-button` {`boolean`} - Hide the back button\n\nProperties:\n\n  * `errorHeadline` {`string | null | undefined`} - The headline to display\n\n  * `errorMessage` {`string | null | undefined`} - The error message to display\n\n  * `error` {`unknown`} - The error to display\n\n  * `hideBackButton` {`boolean`} - Hide the back button\n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "errorHeadline",
          "description": "`errorHeadline` {`string | null | undefined`} - The headline to display\n\nProperty: errorHeadline",
          "values": []
        },
        {
          "name": "errorMessage",
          "description": "`errorMessage` {`string | null | undefined`} - The error message to display\n\nProperty: errorMessage",
          "values": []
        },
        {
          "name": "error",
          "description": "`error` {`unknown`} - The error to display\n\nProperty: error"
        },
        {
          "name": "hide-back-button",
          "description": "`hide-back-button` {`boolean`} - Hide the back button\n\nProperty: hideBackButton\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-app-logo",
      "description": "Attributes:\n\n  * `loading` {'lazy' | 'eager'} - The loading attribute of the image.\n\n  * `logo-type` {'mark' | 'logo'} - The type of logo to display. Mark will display the mark logo, and logo will display the full logo with text.\n\n  * `override-theme` {string} - Override the application theme, for example if you want to display the dark theme logo on a light theme.\n\nProperties:\n\n  * `loading` {'lazy' | 'eager'} - The loading attribute of the image.\n\n  * `logoType` {'mark' | 'logo'} - The type of logo to display. Mark will display the mark logo, and logo will display the full logo with text.\n\n  * `overrideTheme` {string} - Override the application theme, for example if you want to display the dark theme logo on a light theme.\n\n  * `_serverUrl` {`string | undefined`} - \n\n  * `_theme` {`string | undefined`} - The theme of the application.",
      "attributes": [
        {
          "name": "loading",
          "description": "`loading` {'lazy' | 'eager'} - The loading attribute of the image.\n\nProperty: loading\n\nDefault: 'eager'",
          "values": [
            {
              "name": "lazy"
            },
            {
              "name": "eager"
            }
          ]
        },
        {
          "name": "logo-type",
          "description": "`logo-type` {'mark' | 'logo'} - The type of logo to display. Mark will display the mark logo, and logo will display the full logo with text.\n\nProperty: logoType\n\nDefault: 'mark'",
          "values": [
            {
              "name": "mark"
            },
            {
              "name": "logo"
            }
          ]
        },
        {
          "name": "override-theme",
          "description": "`override-theme` {string} - Override the application theme, for example if you want to display the dark theme logo on a light theme.\n\nProperty: overrideTheme\n\nDefault: undefined",
          "values": []
        }
      ]
    },
    {
      "name": "umb-app-oauth",
      "description": "A full page error element that can be used either solo or for instance as the error 500 page and BootFailed\n\nAttributes:\n\n  * `failure` {`boolean`} - Set to true if the login failed. A message will be shown instead of the loader.\n\nProperties:\n\n  * `failure` {`boolean`} - Set to true if the login failed. A message will be shown instead of the loader.",
      "attributes": [
        {
          "name": "failure",
          "description": "`failure` {`boolean`} - Set to true if the login failed. A message will be shown instead of the loader.\n\nProperty: failure\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-app",
      "description": "Attributes:\n\n  * `server-url` {`string`} - The base URL of the configured Umbraco server.\n\n  * `backoffice-path` {`string`} - The base path of the backoffice.\n\n  * `bypass-auth` {`boolean`} - Bypass authentication.\n\n  * `keep-user-logged-in` {`boolean`} - Keep the user logged in by automatically refreshing the session before it expires.\n\nProperties:\n\n  * `serverUrl` {`string`} - The base URL of the configured Umbraco server.\n\n  * `backofficePath` {`string`} - The base path of the backoffice.\n\n  * `bypassAuth` {`boolean`} - Bypass authentication.\n\n  * `keepUserLoggedIn` {`boolean`} - Keep the user logged in by automatically refreshing the session before it expires.\n\n  * `_routes` {`UmbRoute[]`} - \n\n  * `styles` - ",
      "attributes": [
        {
          "name": "server-url",
          "description": "`server-url` {`string`} - The base URL of the configured Umbraco server.\n\nProperty: serverUrl\n\nDefault: origin"
        },
        {
          "name": "backoffice-path",
          "description": "`backoffice-path` {`string`} - The base path of the backoffice.\n\nProperty: backofficePath\n\nDefault: /umbraco"
        },
        {
          "name": "bypass-auth",
          "description": "`bypass-auth` {`boolean`} - Bypass authentication.\n\nProperty: bypassAuth\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "keep-user-logged-in",
          "description": "`keep-user-logged-in` {`boolean`} - Keep the user logged in by automatically refreshing the session before it expires.\n\nProperty: keepUserLoggedIn\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-backoffice",
      "description": "Properties:\n\n  * `extensionRegistry` - Backoffice extension registry.\nThis enables to register and unregister extensions via DevTools, or just via querying this element via the DOM.\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-backoffice-header-apps",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-backoffice-header-logo",
      "description": "The backoffice header logo element.\n\nProperties:\n\n  * `_version` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-backoffice-header-sections",
      "description": "Properties:\n\n  * `_sections` {`ManifestSection[]`} - \n\n  * `_currentSectionAlias` {`string`} - \n\n  * `_backofficeContext` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-backoffice-header",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-backoffice-main",
      "description": "Properties:\n\n  * `_routes` {`UmbRoute[]`} - \n\n  * `_sections` {`ManifestSection[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-installer-consent",
      "description": "Properties:\n\n  * `_telemetryLevels` {`ConsentLevelPresentationModel[]`} - \n\n  * `_telemetryFormData` - \n\n  * `_installerContext` - \n\n  * `_selectedTelemetryIndex` {`number`} - \n\n  * `_selectedTelemetry` - \n\n  * `styles` - ",
      "attributes": []
    },
    {
      "name": "umb-installer-database",
      "description": "Properties:\n\n  * `_installButton` - \n\n  * `databaseFormData` - \n\n  * `_options` {`Option[]`} - \n\n  * `_databases` {`DatabaseSettingsPresentationModel[]`} - \n\n  * `_preConfiguredDatabase` - \n\n  * `_validationErrorMessage` {`string`} - \n\n  * `_installerContext` - \n\n  * `_handleSubmit` - \n\n  * `_selectedDatabase` - \n\n  * `_renderServer` - \n\n  * `_renderDatabaseName` - \n\n  * `_renderCredentials` - \n\n  * `_renderCustom` - \n\n  * `_renderDatabaseSelection` - \n\n  * `_renderPreConfiguredDatabase` - \n\n  * `styles` - ",
      "attributes": []
    },
    {
      "name": "umb-installer-error",
      "description": "Properties:\n\n  * `_error` - \n\n  * `_installerContext` - \n\n  * `styles` - ",
      "attributes": []
    },
    {
      "name": "umb-installer",
      "description": "Properties:\n\n  * `step` {`number`} - \n\n  * `_umbInstallerContext` - ",
      "attributes": []
    },
    {
      "name": "umb-installer-installing",
      "description": "Properties:\n\n  * `styles` - ",
      "attributes": []
    },
    {
      "name": "umb-installer-layout",
      "description": "Properties:\n\n  * `styles` - ",
      "attributes": []
    },
    {
      "name": "umb-installer-user",
      "description": "Properties:\n\n  * `_userFormData` {`{ name: string; password: string; email: string; subscribeToNewsletter: boolean; } | undefined`} - \n\n  * `_minimumPasswordLength` {`number`} - \n\n  * `_handleSubmit` - \n\n  * `styles` - ",
      "attributes": []
    },
    {
      "name": "umb-preview",
      "description": "Properties:\n\n  * `_iframeReady` {`boolean | undefined`} - \n\n  * `_previewUrl` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-upgrader-view",
      "description": "Events:\n\n  * `onAuthorizeUpgrade` {`CustomEvent<SubmitEvent>`} - fires when the user clicks the continue button\n\nAttributes:\n\n  * `fetching` {`boolean`} - \n\n  * `upgrading` {`boolean`} - \n\n  * `errorMessage` {`string`} - \n\n  * `settings` - \n\nProperties:\n\n  * `fetching` {`boolean`} - \n\n  * `upgrading` {`boolean`} - \n\n  * `errorMessage` {`string`} - \n\n  * `settings` - \n\n  * `styles` - ",
      "attributes": [
        {
          "name": "fetching",
          "description": "`fetching` {`boolean`} - \n\nProperty: fetching\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "upgrading",
          "description": "`upgrading` {`boolean`} - \n\nProperty: upgrading\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "errorMessage",
          "description": "`errorMessage` {`string`} - \n\nProperty: errorMessage\n\nDefault: "
        },
        {
          "name": "settings",
          "description": "`settings` - \n\nProperty: settings"
        },
        {
          "name": "ononAuthorizeUpgrade",
          "description": "`onAuthorizeUpgrade` {`CustomEvent<SubmitEvent>`} - fires when the user clicks the continue button"
        }
      ]
    },
    {
      "name": "umb-upgrader",
      "description": "Properties:\n\n  * `_upgradeSettings` - \n\n  * `_fetching` {`boolean`} - \n\n  * `_upgrading` {`boolean`} - \n\n  * `_errorMessage` {`string`} - ",
      "attributes": []
    },
    {
      "name": "umb-context-provider",
      "description": "Provides a value to the context down the DOM tree.\n\nSlots:\n\n  * ` ` {} - The context will be available to all descendants given in the default slot.\n\nAttributes:\n\n  * `value` {`UmbContextMinimal | undefined`} - The value to provide to the context.\n\n  * `key` - The key to provide to the context.\n\nProperties:\n\n  * `create` - The value to provide to the context.\n\n  * `value` {`UmbContextMinimal | undefined`} - The value to provide to the context.\n\n  * `key` - The key to provide to the context.",
      "attributes": [
        {
          "name": "value",
          "description": "`value` {`UmbContextMinimal | undefined`} - The value to provide to the context.\n\nProperty: value",
          "values": []
        },
        {
          "name": "key",
          "description": "`key` - The key to provide to the context.\n\nProperty: key",
          "values": []
        }
      ]
    },
    {
      "name": "umb-controller-host-provider",
      "description": "Properties:\n\n  * `create` - A way to initialize controllers.",
      "attributes": []
    },
    {
      "name": "umb-block-area-config-entry",
      "description": "Attributes:\n\n  * `workspacePath` {`string | undefined`} - \n\nProperties:\n\n  * `key` {`string | undefined`} - \n\n  * `_key` {`string | undefined`} - \n\n  * `workspacePath` {`string | undefined`} - \n\n  * `_columnSpan` {`number | undefined`} - \n\n  * `_rowSpan` {`number | undefined`} - \n\n  * `_alias` {`string`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "workspacePath",
          "description": "`workspacePath` {`string | undefined`} - \n\nProperty: workspacePath",
          "values": []
        }
      ]
    },
    {
      "name": "umb-block-grid-area-type-workspace-editor",
      "description": "Properties:\n\n  * `_name` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-block-grid-area-type-workspace-view",
      "description": "Properties:\n\n  * `_minValue` {`number | undefined`} - \n\n  * `_maxValue` {`number | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-block-grid-area-type-workspace-view-settings",
      "description": "Properties:\n\n  * `_minValue` {`number | undefined`} - \n\n  * `_maxValue` {`number | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-block-grid-area",
      "description": "Attributes:\n\n  * `area-key` {`string | null | undefined`} - \n\nProperties:\n\n  * `areaKey` {`string | null | undefined`} - \n\n  * `layoutColumns` {`number | undefined`} - \n\n  * `_areaKey` {`string | null | undefined`} - \n\n  * `_allowedBlockTypes` {`UmbBlockGridTypeModel[] | undefined`} - \n\n  * `_configCreateLabel` {`string | undefined`} - \n\n  * `_createLabel` {`string | undefined`} - \n\n  * `_isReadOnly` {`boolean`} - \n\n  * `_layoutEntries` {`UmbBlockGridLayoutModel[]`} - \n\n  * `_limitMax` {`number | undefined`} - \n\n  * `_styleElement` {`HTMLLinkElement | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "area-key",
          "description": "`area-key` {`string | null | undefined`} - \n\nProperty: areaKey",
          "values": []
        }
      ]
    },
    {
      "name": "umb-block-grid-areas-container",
      "description": "Properties:\n\n  * `_styleElement` {`HTMLLinkElement | undefined`} - \n\n  * `_areas` {`UmbBlockGridTypeAreaType[] | undefined`} - \n\n  * `_areaGridColumns` {`number | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-block-grid-block-inline",
      "description": "Attributes:\n\n  * `label` {`string | undefined`} - \n\n  * `icon` {`string | undefined`} - \n\n  * `unpublished` {`boolean | undefined`} - \n\nProperties:\n\n  * `config` - \n\n  * `label` {`string | undefined`} - \n\n  * `icon` {`string | undefined`} - \n\n  * `index` {`number | undefined`} - \n\n  * `unpublished` {`boolean | undefined`} - \n\n  * `content` - \n\n  * `settings` - \n\n  * `_inlineProperty` - \n\n  * `_inlinePropertyDataTypeDetail` - \n\n  * `_inlinePropertyDataPath` {`string | undefined`} - \n\n  * `_ownerContentTypeName` {`string | undefined`} - \n\n  * `_variantName` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "label",
          "description": "`label` {`string | undefined`} - \n\nProperty: label",
          "values": []
        },
        {
          "name": "icon",
          "description": "`icon` {`string | undefined`} - \n\nProperty: icon",
          "values": []
        },
        {
          "name": "unpublished",
          "description": "`unpublished` {`boolean | undefined`} - \n\nProperty: unpublished",
          "values": []
        }
      ]
    },
    {
      "name": "umb-block-grid-block-unsupported",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-block-grid-block",
      "description": "Attributes:\n\n  * `icon` {`string | undefined`} - \n\n  * `unpublished` {`boolean | undefined`} - \n\nProperties:\n\n  * `label` {`string | undefined`} - \n\n  * `icon` {`string | undefined`} - \n\n  * `index` {`number | undefined`} - \n\n  * `config` - \n\n  * `unpublished` {`boolean | undefined`} - \n\n  * `content` - \n\n  * `settings` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "icon",
          "description": "`icon` {`string | undefined`} - \n\nProperty: icon",
          "values": []
        },
        {
          "name": "unpublished",
          "description": "`unpublished` {`boolean | undefined`} - \n\nProperty: unpublished",
          "values": []
        }
      ]
    },
    {
      "name": "umb-block-grid-entries",
      "description": "Attributes:\n\n  * `area-key` {`string | null | undefined`} - \n\nProperties:\n\n  * `areaKey` {`string | null | undefined`} - \n\n  * `layoutColumns` {`number | undefined`} - \n\n  * `_areaKey` {`string | null | undefined`} - \n\n  * `_allowedBlockTypes` {`UmbBlockGridTypeModel[] | undefined`} - \n\n  * `_configCreateLabel` {`string | undefined`} - \n\n  * `_createLabel` {`string | undefined`} - \n\n  * `_isReadOnly` {`boolean`} - \n\n  * `_layoutEntries` {`UmbBlockGridLayoutModel[]`} - \n\n  * `_limitMax` {`number | undefined`} - \n\n  * `_styleElement` {`HTMLLinkElement | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "area-key",
          "description": "`area-key` {`string | null | undefined`} - \n\nProperty: areaKey",
          "values": []
        }
      ]
    },
    {
      "name": "umb-block-grid-entry",
      "description": "Attributes:\n\n  * `index` {`number | undefined`} - \n\n  * `location-invalid` {`boolean | undefined`} - \n\n  * `content-invalid` {`boolean | undefined`} - \n\n  * `settings-invalid` {`boolean | undefined`} - \n\nProperties:\n\n  * `index` {`number | undefined`} - \n\n  * `contentKey` {`string | undefined`} - \n\n  * `_contentKey` {`string | undefined`} - \n\n  * `_contentTypeAlias` {`string | undefined`} - \n\n  * `_contentTypeName` {`string | undefined`} - \n\n  * `_columnSpan` {`number | undefined`} - \n\n  * `_rowSpan` {`number | undefined`} - \n\n  * `_showContentEdit` {`boolean`} - \n\n  * `_hasSettings` {`boolean`} - \n\n  * `_createBeforePath` {`string | undefined`} - \n\n  * `_createAfterPath` {`string | undefined`} - \n\n  * `_label` {`string`} - \n\n  * `_icon` {`string | undefined`} - \n\n  * `_exposed` {`boolean | undefined`} - \n\n  * `_unsupported` {`boolean | undefined`} - \n\n  * `_showActions` {`boolean | undefined`} - \n\n  * `_workspaceEditContentPath` {`string | undefined`} - \n\n  * `_workspaceEditSettingsPath` {`string | undefined`} - \n\n  * `_inlineEditingMode` {`boolean | undefined`} - \n\n  * `_isSortMode` {`boolean | undefined`} - \n\n  * `_canScale` {`boolean | undefined`} - \n\n  * `_showInlineCreateBefore` {`boolean | undefined`} - \n\n  * `_showInlineCreateAfter` {`boolean | undefined`} - \n\n  * `_inlineCreateAboveWidth` {`string | undefined`} - \n\n  * `_invalidLocation` {`boolean | undefined`} - \n\n  * `_contentInvalid` {`boolean | undefined`} - \n\n  * `_settingsInvalid` {`boolean | undefined`} - \n\n  * `_blockViewProps` - \n\n  * `_isReadOnly` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "index",
          "description": "`index` {`number | undefined`} - \n\nProperty: index",
          "values": []
        },
        {
          "name": "location-invalid",
          "description": "`location-invalid` {`boolean | undefined`} - \n\nProperty: _invalidLocation",
          "values": []
        },
        {
          "name": "content-invalid",
          "description": "`content-invalid` {`boolean | undefined`} - \n\nProperty: _contentInvalid",
          "values": []
        },
        {
          "name": "settings-invalid",
          "description": "`settings-invalid` {`boolean | undefined`} - \n\nProperty: _settingsInvalid",
          "values": []
        }
      ]
    },
    {
      "name": "umb-block-scale-handler",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-ref-grid-block",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-property-editor-ui-block-grid-area-type-permission",
      "description": "Attributes:\n\n  * `value` {`UmbBlockGridTypeAreaTypePermission[]`} - \n\nProperties:\n\n  * `value` {`UmbBlockGridTypeAreaTypePermission[]`} - \n\n  * `_value` {`UmbBlockGridTypeAreaTypePermission[]`} - \n\n  * `_blockTypes` {`UmbBlockTypeWithGroupKey[] | undefined`} - \n\n  * `_blockTypesWithElementName` {`{ type: UmbBlockTypeWithGroupKey; name: string; icon: string | null | undefined; }[]`} - \n\n  * `_blockGroups` {`UmbBlockGridTypeGroupType[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` {`UmbBlockGridTypeAreaTypePermission[]`} - \n\nProperty: value"
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-block-grid-areas-config",
      "description": "Attributes:\n\n  * `value` {`UmbBlockGridTypeAreaType[]`} - \n\nProperties:\n\n  * `value` {`UmbBlockGridTypeAreaType[]`} - \n\n  * `_value` {`UmbBlockGridTypeAreaType[]`} - \n\n  * `config` - \n\n  * `_workspacePath` {`string | undefined`} - \n\n  * `_styleElement` {`HTMLLinkElement | undefined`} - \n\n  * `_areaGridColumns` {`number | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` {`UmbBlockGridTypeAreaType[]`} - \n\nProperty: value"
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-block-grid-column-span",
      "description": "Attributes:\n\n  * `value` {`UmbBlockGridTypeColumnSpanOption[]`} - \n\nProperties:\n\n  * `value` {`UmbBlockGridTypeColumnSpanOption[]`} - \n\n  * `_columnsArray` {`number[]`} - \n\n  * `config` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` {`UmbBlockGridTypeColumnSpanOption[]`} - \n\nProperty: value\n\nDefault: "
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-block-grid",
      "description": "Attributes:\n\n  * `mandatory` {`boolean | undefined`} - \n\n  * `mandatoryMessage` - \n\nProperties:\n\n  * `_layoutColumns` {`number | undefined`} - \n\n  * `_notSupportedVariantSetting` {`boolean | undefined`} - \n\n  * `_isSortMode` {`boolean`} - \n\n  * `config` - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {`boolean | undefined`} - \n\n  * `mandatoryMessage` - \n\n  * `value` {`UmbBlockGridValueModel | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "mandatory",
          "description": "`mandatory` {`boolean | undefined`} - \n\nProperty: mandatory",
          "values": []
        },
        {
          "name": "mandatoryMessage",
          "description": "`mandatoryMessage` - \n\nProperty: mandatoryMessage\n\nDefault: UMB_VALIDATION_EMPTY_LOCALIZATION_KEY"
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-block-grid-group-configuration",
      "description": "Attributes:\n\n  * `value` {`UmbBlockGridTypeGroupType[]`} - \n\nProperties:\n\n  * `_value` {`UmbBlockGridTypeGroupType[]`} - \n\n  * `value` {`UmbBlockGridTypeGroupType[]`} - \n\n  * `config` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` {`UmbBlockGridTypeGroupType[]`} - \n\nProperty: value"
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-block-grid-layout-stylesheet",
      "description": "Properties:\n\n  * `_value` {`string | string[] | undefined`} - \n\n  * `value` {`string | string[] | undefined`} - \n\n  * `config` - \n\n  * `_limitMin` {`number`} - \n\n  * `_limitMax` {`number`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-property-editor-ui-block-grid-type-configuration",
      "description": "Properties:\n\n  * `value` {`UmbBlockTypeWithGroupKey[]`} - \n\n  * `_alias` {`string | undefined`} - \n\n  * `config` - \n\n  * `_groupsWithBlockTypes` {`MappedGroupWithBlockTypes[]`} - \n\n  * `_notGroupedBlockTypes` {`UmbBlockTypeWithGroupKey[]`} - \n\n  * `_workspacePath` {`string | undefined`} - \n\n  * `styles` {`any[]`} - \n\n  * `#blockTypeWorkspaceModalRegistration` - ",
      "attributes": []
    },
    {
      "name": "umb-block-grid-type-workspace-view-advanced",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-block-grid-type-workspace-view-areas",
      "description": "Properties:\n\n  * `_areaColumnsConfigurationObject` - \n\n  * `_areaConfigConfigurationObject` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-block-grid-type-workspace-view",
      "description": "Properties:\n\n  * `_showSizeOptions` {`boolean`} - \n\n  * `_rowMinSpan` {`number | undefined`} - \n\n  * `_rowMaxSpan` {`number | undefined`} - \n\n  * `_dataTypeGridColumns` {`number | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-block-grid-type-workspace-view-settings",
      "description": "Properties:\n\n  * `_showSizeOptions` {`boolean`} - \n\n  * `_rowMinSpan` {`number | undefined`} - \n\n  * `_rowMaxSpan` {`number | undefined`} - \n\n  * `_dataTypeGridColumns` {`number | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-block-list-entry",
      "description": "Attributes:\n\n  * `index` {`number | undefined`} - \n\n  * `content-invalid` {`boolean | undefined`} - \n\n  * `settings-invalid` {`boolean | undefined`} - \n\nProperties:\n\n  * `index` {`number | undefined`} - \n\n  * `contentKey` {`string | undefined`} - \n\n  * `_contentKey` {`string | undefined`} - \n\n  * `_contentTypeAlias` {`string | undefined`} - \n\n  * `_contentTypeName` {`string | undefined`} - \n\n  * `_showContentEdit` {`boolean`} - \n\n  * `_hasSettings` {`boolean`} - \n\n  * `_label` {`string`} - \n\n  * `_icon` {`string | undefined`} - \n\n  * `_exposed` {`boolean | undefined`} - \n\n  * `_unsupported` {`boolean | undefined`} - \n\n  * `_showActions` {`boolean | undefined`} - \n\n  * `_workspaceEditContentPath` {`string | undefined`} - \n\n  * `_workspaceEditSettingsPath` {`string | undefined`} - \n\n  * `_inlineEditingMode` {`boolean | undefined`} - \n\n  * `_isSortMode` {`boolean | undefined`} - \n\n  * `_contentInvalid` {`boolean | undefined`} - \n\n  * `_settingsInvalid` {`boolean | undefined`} - \n\n  * `_blockViewProps` - \n\n  * `_isReadOnly` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "index",
          "description": "`index` {`number | undefined`} - \n\nProperty: index",
          "values": []
        },
        {
          "name": "content-invalid",
          "description": "`content-invalid` {`boolean | undefined`} - \n\nProperty: _contentInvalid",
          "values": []
        },
        {
          "name": "settings-invalid",
          "description": "`settings-invalid` {`boolean | undefined`} - \n\nProperty: _settingsInvalid",
          "values": []
        }
      ]
    },
    {
      "name": "umb-inline-list-block",
      "description": "Attributes:\n\n  * `label` {`string | undefined`} - \n\n  * `icon` {`string | undefined`} - \n\n  * `unpublished` {`boolean | undefined`} - \n\nProperties:\n\n  * `label` {`string | undefined`} - \n\n  * `icon` {`string | undefined`} - \n\n  * `index` {`number | undefined`} - \n\n  * `unpublished` {`boolean | undefined`} - \n\n  * `content` - \n\n  * `settings` - \n\n  * `_exposed` {`boolean | undefined`} - \n\n  * `_isOpen` {`boolean`} - \n\n  * `_ownerContentTypeName` {`string | undefined`} - \n\n  * `_variantName` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "label",
          "description": "`label` {`string | undefined`} - \n\nProperty: label",
          "values": []
        },
        {
          "name": "icon",
          "description": "`icon` {`string | undefined`} - \n\nProperty: icon",
          "values": []
        },
        {
          "name": "unpublished",
          "description": "`unpublished` {`boolean | undefined`} - \n\nProperty: unpublished",
          "values": []
        }
      ]
    },
    {
      "name": "umb-ref-list-block",
      "description": "Attributes:\n\n  * `label` {`string | undefined`} - \n\n  * `icon` {`string | undefined`} - \n\n  * `unpublished` {`boolean | undefined`} - \n\nProperties:\n\n  * `label` {`string | undefined`} - \n\n  * `icon` {`string | undefined`} - \n\n  * `index` {`number | undefined`} - \n\n  * `unpublished` {`boolean | undefined`} - \n\n  * `content` - \n\n  * `settings` - \n\n  * `config` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "label",
          "description": "`label` {`string | undefined`} - \n\nProperty: label",
          "values": []
        },
        {
          "name": "icon",
          "description": "`icon` {`string | undefined`} - \n\nProperty: icon",
          "values": []
        },
        {
          "name": "unpublished",
          "description": "`unpublished` {`boolean | undefined`} - \n\nProperty: unpublished",
          "values": []
        }
      ]
    },
    {
      "name": "umb-unsupported-list-block",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-property-editor-ui-block-list",
      "description": "Attributes:\n\n  * `mandatory` {`boolean | undefined`} - \n\n  * `mandatoryMessage` {`string | undefined`} - \n\nProperties:\n\n  * `value` {`UmbBlockListValueModel | undefined`} - \n\n  * `_createButtonLabel` - \n\n  * `config` - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {`boolean | undefined`} - \n\n  * `mandatoryMessage` {`string | undefined`} - \n\n  * `_limitMin` {`number | undefined`} - \n\n  * `_limitMax` {`number | undefined`} - \n\n  * `_blocks` {`UmbBlockTypeBaseModel[] | undefined`} - \n\n  * `_layouts` {`UmbBlockLayoutBaseModel[]`} - \n\n  * `_catalogueRouteBuilder` - \n\n  * `_notSupportedVariantSetting` {`boolean | undefined`} - \n\n  * `_isSortMode` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "mandatory",
          "description": "`mandatory` {`boolean | undefined`} - \n\nProperty: mandatory",
          "values": []
        },
        {
          "name": "mandatoryMessage",
          "description": "`mandatoryMessage` {`string | undefined`} - \n\nProperty: mandatoryMessage",
          "values": []
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-block-list-type-configuration",
      "description": "Properties:\n\n  * `value` {`UmbBlockTypeBaseModel[]`} - \n\n  * `config` - \n\n  * `_workspacePath` {`string | undefined`} - \n\n  * `#blockTypeWorkspaceModalRegistration` - ",
      "attributes": []
    },
    {
      "name": "umb-block-list-type-workspace-view-settings",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-rte-block-inline",
      "description": "Implementation for the inline component, inherited code from the umb-rte-block element.\n\nAttributes:\n\n  * `data-content-key` {`string | undefined`} - \n\n  * `content-invalid` {`boolean | undefined`} - \n\n  * `settings-invalid` {`boolean | undefined`} - \n\nProperties:\n\n  * `contentKey` {`string | undefined`} - \n\n  * `_contentKey` {`string | undefined`} - \n\n  * `_showContentEdit` {`boolean`} - \n\n  * `_hasSettings` {`boolean`} - \n\n  * `_label` {`string`} - \n\n  * `_icon` {`string | undefined`} - \n\n  * `_exposed` {`boolean | undefined`} - \n\n  * `_showActions` {`boolean | undefined`} - \n\n  * `_workspaceEditContentPath` {`string | undefined`} - \n\n  * `_workspaceEditSettingsPath` {`string | undefined`} - \n\n  * `_contentTypeAlias` {`string | undefined`} - \n\n  * `_contentTypeName` {`string | undefined`} - \n\n  * `_isReadOnly` {`boolean`} - \n\n  * `_blockViewProps` - \n\n  * `_contentInvalid` {`boolean | undefined`} - \n\n  * `_settingsInvalid` {`boolean | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "data-content-key",
          "description": "`data-content-key` {`string | undefined`} - \n\nProperty: contentKey",
          "values": []
        },
        {
          "name": "content-invalid",
          "description": "`content-invalid` {`boolean | undefined`} - \n\nProperty: _contentInvalid",
          "values": []
        },
        {
          "name": "settings-invalid",
          "description": "`settings-invalid` {`boolean | undefined`} - \n\nProperty: _settingsInvalid",
          "values": []
        }
      ]
    },
    {
      "name": "umb-rte-block",
      "description": "Attributes:\n\n  * `data-content-key` {`string | undefined`} - \n\n  * `content-invalid` {`boolean | undefined`} - \n\n  * `settings-invalid` {`boolean | undefined`} - \n\nProperties:\n\n  * `contentKey` {`string | undefined`} - \n\n  * `_contentKey` {`string | undefined`} - \n\n  * `_showContentEdit` {`boolean`} - \n\n  * `_hasSettings` {`boolean`} - \n\n  * `_label` {`string`} - \n\n  * `_icon` {`string | undefined`} - \n\n  * `_exposed` {`boolean | undefined`} - \n\n  * `_showActions` {`boolean | undefined`} - \n\n  * `_workspaceEditContentPath` {`string | undefined`} - \n\n  * `_workspaceEditSettingsPath` {`string | undefined`} - \n\n  * `_contentTypeAlias` {`string | undefined`} - \n\n  * `_contentTypeName` {`string | undefined`} - \n\n  * `_isReadOnly` {`boolean`} - \n\n  * `_blockViewProps` - \n\n  * `_contentInvalid` {`boolean | undefined`} - \n\n  * `_settingsInvalid` {`boolean | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "data-content-key",
          "description": "`data-content-key` {`string | undefined`} - \n\nProperty: contentKey",
          "values": []
        },
        {
          "name": "content-invalid",
          "description": "`content-invalid` {`boolean | undefined`} - \n\nProperty: _contentInvalid",
          "values": []
        },
        {
          "name": "settings-invalid",
          "description": "`settings-invalid` {`boolean | undefined`} - \n\nProperty: _settingsInvalid",
          "values": []
        }
      ]
    },
    {
      "name": "umb-ref-rte-block",
      "description": "Attributes:\n\n  * `label` {`string | undefined`} - \n\n  * `icon` {`string | undefined`} - \n\n  * `unpublished` {`boolean | undefined`} - \n\nProperties:\n\n  * `label` {`string | undefined`} - \n\n  * `icon` {`string | undefined`} - \n\n  * `index` {`number | undefined`} - \n\n  * `unpublished` {`boolean | undefined`} - \n\n  * `content` - \n\n  * `settings` - \n\n  * `config` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "label",
          "description": "`label` {`string | undefined`} - \n\nProperty: label",
          "values": []
        },
        {
          "name": "icon",
          "description": "`icon` {`string | undefined`} - \n\nProperty: icon",
          "values": []
        },
        {
          "name": "unpublished",
          "description": "`unpublished` {`boolean | undefined`} - \n\nProperty: unpublished",
          "values": []
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-block-rte-type-configuration",
      "description": "Properties:\n\n  * `value` {`UmbBlockTypeBaseModel[]`} - \n\n  * `config` - \n\n  * `_workspacePath` {`string | undefined`} - \n\n  * `#blockTypeWorkspaceModalRegistration` - ",
      "attributes": []
    },
    {
      "name": "umb-block-rte-type-workspace-view-settings",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-block-single-entry",
      "description": "Attributes:\n\n  * `index` {`number | undefined`} - \n\n  * `content-invalid` {`boolean | undefined`} - \n\n  * `settings-invalid` {`boolean | undefined`} - \n\nProperties:\n\n  * `index` {`number | undefined`} - \n\n  * `contentKey` {`string | undefined`} - \n\n  * `_contentKey` {`string | undefined`} - \n\n  * `_contentTypeAlias` {`string | undefined`} - \n\n  * `_contentTypeName` {`string | undefined`} - \n\n  * `_showContentEdit` {`boolean`} - \n\n  * `_hasSettings` {`boolean`} - \n\n  * `_label` {`string`} - \n\n  * `_icon` {`string | undefined`} - \n\n  * `_exposed` {`boolean | undefined`} - \n\n  * `_unsupported` {`boolean | undefined`} - \n\n  * `_showActions` {`boolean | undefined`} - \n\n  * `_workspaceEditContentPath` {`string | undefined`} - \n\n  * `_workspaceEditSettingsPath` {`string | undefined`} - \n\n  * `_inlineEditingMode` {`boolean | undefined`} - \n\n  * `_contentInvalid` {`boolean | undefined`} - \n\n  * `_settingsInvalid` {`boolean | undefined`} - \n\n  * `_blockViewProps` - \n\n  * `_isReadOnly` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "index",
          "description": "`index` {`number | undefined`} - \n\nProperty: index",
          "values": []
        },
        {
          "name": "content-invalid",
          "description": "`content-invalid` {`boolean | undefined`} - \n\nProperty: _contentInvalid",
          "values": []
        },
        {
          "name": "settings-invalid",
          "description": "`settings-invalid` {`boolean | undefined`} - \n\nProperty: _settingsInvalid",
          "values": []
        }
      ]
    },
    {
      "name": "umb-inline-single-block",
      "description": "Attributes:\n\n  * `label` {`string | undefined`} - \n\n  * `icon` {`string | undefined`} - \n\n  * `unpublished` {`boolean | undefined`} - \n\nProperties:\n\n  * `label` {`string | undefined`} - \n\n  * `icon` {`string | undefined`} - \n\n  * `unpublished` {`boolean | undefined`} - \n\n  * `content` - \n\n  * `settings` - \n\n  * `_exposed` {`boolean | undefined`} - \n\n  * `_isOpen` {`boolean`} - \n\n  * `_ownerContentTypeName` {`string | undefined`} - \n\n  * `_variantName` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "label",
          "description": "`label` {`string | undefined`} - \n\nProperty: label",
          "values": []
        },
        {
          "name": "icon",
          "description": "`icon` {`string | undefined`} - \n\nProperty: icon",
          "values": []
        },
        {
          "name": "unpublished",
          "description": "`unpublished` {`boolean | undefined`} - \n\nProperty: unpublished",
          "values": []
        }
      ]
    },
    {
      "name": "umb-ref-single-block",
      "description": "Attributes:\n\n  * `label` {`string | undefined`} - \n\n  * `icon` {`string | undefined`} - \n\n  * `unpublished` {`boolean | undefined`} - \n\nProperties:\n\n  * `label` {`string | undefined`} - \n\n  * `icon` {`string | undefined`} - \n\n  * `unpublished` {`boolean | undefined`} - \n\n  * `content` - \n\n  * `settings` - \n\n  * `config` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "label",
          "description": "`label` {`string | undefined`} - \n\nProperty: label",
          "values": []
        },
        {
          "name": "icon",
          "description": "`icon` {`string | undefined`} - \n\nProperty: icon",
          "values": []
        },
        {
          "name": "unpublished",
          "description": "`unpublished` {`boolean | undefined`} - \n\nProperty: unpublished",
          "values": []
        }
      ]
    },
    {
      "name": "umb-unsupported-single-block",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-property-editor-ui-block-single",
      "description": "Attributes:\n\n  * `mandatory` {`boolean | undefined`} - \n\n  * `mandatoryMessage` {`string | undefined`} - \n\nProperties:\n\n  * `value` {`UmbBlockSingleValueModel | undefined`} - \n\n  * `_createButtonLabel` - \n\n  * `config` - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {`boolean | undefined`} - \n\n  * `mandatoryMessage` {`string | undefined`} - \n\n  * `_blocks` {`UmbBlockTypeBaseModel[] | undefined`} - \n\n  * `_layouts` {`UmbBlockLayoutBaseModel[]`} - \n\n  * `_catalogueRouteBuilder` - \n\n  * `_notSupportedVariantSetting` {`boolean | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "mandatory",
          "description": "`mandatory` {`boolean | undefined`} - \n\nProperty: mandatory",
          "values": []
        },
        {
          "name": "mandatoryMessage",
          "description": "`mandatoryMessage` {`string | undefined`} - \n\nProperty: mandatoryMessage",
          "values": []
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-block-single-type-configuration",
      "description": "Properties:\n\n  * `value` {`UmbBlockTypeBaseModel[]`} - \n\n  * `config` - \n\n  * `_workspacePath` {`string | undefined`} - \n\n  * `#blockTypeWorkspaceModalRegistration` - ",
      "attributes": []
    },
    {
      "name": "umb-block-single-type-workspace-view-settings",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-block-type-card",
      "description": "Attributes:\n\n  * `href` {`string | undefined`} - \n\nProperties:\n\n  * `href` {`string | undefined`} - \n\n  * `iconFile` {`string | undefined`} - \n\n  * `_iconFile` {`string | undefined`} - \n\n  * `iconColor` {`string | undefined`} - \n\n  * `backgroundColor` {`string | undefined`} - \n\n  * `contentElementTypeKey` {`string | undefined`} - \n\n  * `_elementTypeKey` {`string | undefined`} - \n\n  * `_name` {`string`} - \n\n  * `_description` {`string | undefined`} - \n\n  * `_fallbackIcon` {`string | null | undefined`} - \n\n  * `#init` - ",
      "attributes": [
        {
          "name": "href",
          "description": "`href` {`string | undefined`} - \n\nProperty: href",
          "values": []
        }
      ]
    },
    {
      "name": "umb-block-type-custom-view-guide",
      "description": "Attributes:\n\n  * `block-editor-type` {`string | undefined`} - \n\nProperties:\n\n  * `blockEditorType` {`string | undefined`} - \n\n  * `_manifests` {`ManifestBlockEditorCustomView[] | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "block-editor-type",
          "description": "`block-editor-type` {`string | undefined`} - \n\nProperty: blockEditorType",
          "values": []
        }
      ]
    },
    {
      "name": "umb-input-block-type",
      "description": "TODO: Look into sending a \"change\" event when there is a change, rather than create, delete, and change event. Make sure it doesn't break move for RTE/List/Grid. [LI]\n\nEvents:\n\n  * `container-change` {`CustomEvent<{ item: any; model: any; }>`} - \n\n  * `create` {`CustomEvent<{ contentElementTypeKey: any; }>`} - \n\nAttributes:\n\n  * `propertyAlias` {`string | undefined`} - \n\n  * `workspacePath` {`string | undefined`} - \n\nProperties:\n\n  * `value` {`BlockType[]`} - \n\n  * `propertyAlias` {`string | undefined`} - \n\n  * `workspacePath` {`string | undefined`} - \n\n  * `_pickerPath` {`string | undefined`} - \n\n  * `_value` {`BlockType[]`} - \n\n  * `styles` {`any[]`} - \n\n  * `#elementPickerModal` - ",
      "attributes": [
        {
          "name": "propertyAlias",
          "description": "`propertyAlias` {`string | undefined`} - \n\nProperty: propertyAlias",
          "values": []
        },
        {
          "name": "workspacePath",
          "description": "`workspacePath` {`string | undefined`} - \n\nProperty: workspacePath",
          "values": []
        },
        {
          "name": "oncontainer-change",
          "description": "`container-change` {`CustomEvent<{ item: any; model: any; }>`} - "
        },
        {
          "name": "oncreate",
          "description": "`create` {`CustomEvent<{ contentElementTypeKey: any; }>`} - "
        }
      ]
    },
    {
      "name": "umb-block-type-workspace-editor",
      "description": "Properties:\n\n  * `_name` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-block-overlay-expose-button",
      "description": "Properties:\n\n  * `contentTypeName` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-block-catalogue-modal",
      "description": "Properties:\n\n  * `_groupedBlocks` {`{ name?: string | undefined; blocks: any[]; }[]`} - \n\n  * `_openClipboard` {`boolean | undefined`} - \n\n  * `_workspacePath` {`string | undefined`} - \n\n  * `_filtered` {`{ name?: string | undefined; blocks: any[]; }[]`} - \n\n  * `_manager` - \n\n  * `_loading` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-block-workspace-editor",
      "description": "Properties:\n\n  * `_headline` {`string`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-block-workspace-view-edit-content-no-router",
      "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  * `_hintMap` {`Map<string | null, UmbVariantHint>`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-block-workspace-view-edit-properties",
      "description": "Attributes:\n\n  * `container-name` {`string | null | undefined`} - \n\nProperties:\n\n  * `managerName` {`UmbBlockWorkspaceElementManagerNames | undefined`} - \n\n  * `containerId` {`string | null | undefined`} - \n\n  * `_dataOwner` - \n\n  * `_workspaceVariantId` - \n\n  * `_visibleProperties` {`UmbPropertyTypeModel[] | undefined`} - \n\n  * `_ownerEntityType` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "container-name",
          "description": "`container-name` {`string | null | undefined`} - \n\nProperty: containerId",
          "values": []
        }
      ]
    },
    {
      "name": "umb-block-workspace-view-edit-property",
      "description": "Properties:\n\n  * `variantId` - \n\n  * `property` - \n\n  * `_dataPath` {`string | undefined`} - \n\n  * `_writeable` {`boolean | undefined`} - \n\n  * `_dataTypeDetail` - \n\n  * `ownerContext` - ",
      "attributes": []
    },
    {
      "name": "umb-block-workspace-view-edit-tab",
      "description": "Attributes:\n\n  * `containerId` {`string | null | undefined`} - \n\n  * `hideSingleGroup` {`boolean`} - If true, the group box will be hidden, if we are to only represents one group.\nThis is used by Inline Editing Mode of Block List Editor.\n\nProperties:\n\n  * `managerName` {`UmbBlockWorkspaceElementManagerNames | undefined`} - \n\n  * `containerId` {`string | null | undefined`} - \n\n  * `_containerId` {`string | null | undefined`} - \n\n  * `hideSingleGroup` {`boolean`} - If true, the group box will be hidden, if we are to only represents one group.\nThis is used by Inline Editing Mode of Block List Editor.\n\n  * `_groups` {`UmbPropertyTypeContainerMergedModel[]`} - \n\n  * `_hasProperties` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "containerId",
          "description": "`containerId` {`string | null | undefined`} - \n\nProperty: containerId",
          "values": []
        },
        {
          "name": "hideSingleGroup",
          "description": "`hideSingleGroup` {`boolean`} - If true, the group box will be hidden, if we are to only represents one group.\nThis is used by Inline Editing Mode of Block List Editor.\n\nProperty: hideSingleGroup\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-block-workspace-view-edit",
      "description": "Properties:\n\n  * `manifest` - \n\n  * `_hasRootProperties` {`boolean`} - \n\n  * `_hasRootGroups` {`boolean`} - \n\n  * `_routes` {`UmbRoute[]`} - \n\n  * `_tabs` {`UmbPropertyTypeContainerMergedModel[] | undefined`} - \n\n  * `_routerPath` {`string | undefined`} - \n\n  * `_activePath` {`string`} - \n\n  * `_hintMap` {`Map<string | null, UmbVariantHint>`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-manifest-viewer-modal",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-clipboard-entry-picker-modal",
      "attributes": []
    },
    {
      "name": "umb-clipboard-entry-picker",
      "description": "Attributes:\n\n  * `selection` {`UmbEntityUnique[]`} - \n\n  * `config` - \n\nProperties:\n\n  * `selection` {`UmbEntityUnique[]`} - \n\n  * `config` - \n\n  * `_items` {`UmbClipboardEntryDetailModel<object>[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "selection",
          "description": "`selection` {`UmbEntityUnique[]`} - \n\nProperty: selection\n\nDefault: "
        },
        {
          "name": "config",
          "description": "`config` - \n\nProperty: config"
        }
      ]
    },
    {
      "name": "umb-clipboard-table-collection-view",
      "description": "Properties:\n\n  * `_tableConfig` - \n\n  * `_tableColumns` {`UmbTableColumn[]`} - \n\n  * `_tableItems` {`UmbTableItem[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-code-editor-modal",
      "description": "Properties:\n\n  * `_codeEditor` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-code-editor",
      "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`.\n\nEvents:\n\n  * `input` {} - Fired when the value of the editor changes.\n\n  * `change` {} - Fired when the entire model of editor is replaced.\n\n  * `loaded` {} - Fired when the editor is loaded and ready to use.\n\nAttributes:\n\n  * `disable-line-numbers` {`boolean`} - Whether to show line numbers.\n\n  * `disable-minimap` {`boolean`} - Whether to show minimap.\n\n  * `word-wrap` {`boolean`} - Whether to enable word wrap. Default is false.\n\n  * `disable-folding` {`boolean`} - Whether to enable folding. Default is true.\n\n  * `language` {CodeEditorLanguage} - Language of the editor. Default is javascript.\n\n  * `theme` {CodeEditorTheme} - Theme of the editor. Default is light. Element will listen to the theme context and update the theme accordingly.\n\n  * `code` {`string`} - Value of the editor. Default is empty string.\n\n  * `readonly` {`boolean`} - Whether the editor is readonly.\n\n  * `label` {`string | undefined`} - Label of the editor. Default is 'Code Editor'.\n\nProperties:\n\n  * `editor` - \n\n  * `disableLineNumbers` {`boolean`} - Whether to show line numbers.\n\n  * `disableMinimap` {`boolean`} - Whether to show minimap.\n\n  * `wordWrap` {`boolean`} - Whether to enable word wrap. Default is false.\n\n  * `disableFolding` {`boolean`} - Whether to enable folding. Default is true.\n\n  * `_loading` {`boolean`} - \n\n  * `_styles` {`string | undefined`} - \n\n  * `styles` {`any[]`} - \n\n  * `container` - \n\n  * `language` {CodeEditorLanguage} - Language of the editor. Default is javascript.\n\n  * `theme` {CodeEditorTheme} - Theme of the editor. Default is light. Element will listen to the theme context and update the theme accordingly.\n\n  * `code` {`string`} - Value of the editor. Default is empty string.\n\n  * `readonly` {`boolean`} - Whether the editor is readonly.\n\n  * `label` {`string | undefined`} - Label of the editor. Default is 'Code Editor'.",
      "attributes": [
        {
          "name": "disable-line-numbers",
          "description": "`disable-line-numbers` {`boolean`} - Whether to show line numbers.\n\nProperty: disableLineNumbers\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "disable-minimap",
          "description": "`disable-minimap` {`boolean`} - Whether to show minimap.\n\nProperty: disableMinimap\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "word-wrap",
          "description": "`word-wrap` {`boolean`} - Whether to enable word wrap. Default is false.\n\nProperty: wordWrap\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "disable-folding",
          "description": "`disable-folding` {`boolean`} - Whether to enable folding. Default is true.\n\nProperty: disableFolding\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "language",
          "description": "`language` {CodeEditorLanguage} - Language of the editor. Default is javascript.\n\nProperty: language\n\nDefault: javascript",
          "values": [
            {
              "name": "csharp"
            },
            {
              "name": "razor"
            },
            {
              "name": "typescript"
            },
            {
              "name": "javascript"
            },
            {
              "name": "css"
            },
            {
              "name": "markdown"
            },
            {
              "name": "json"
            },
            {
              "name": "html"
            }
          ]
        },
        {
          "name": "theme",
          "description": "`theme` {CodeEditorTheme} - Theme of the editor. Default is light. Element will listen to the theme context and update the theme accordingly.\n\nProperty: theme\n\nDefault: umb-light",
          "values": [
            {
              "name": "umb-light"
            },
            {
              "name": "umb-dark"
            },
            {
              "name": "umb-hc-light"
            },
            {
              "name": "umb-hc-dark"
            }
          ]
        },
        {
          "name": "code",
          "description": "`code` {`string`} - Value of the editor. Default is empty string.\n\nProperty: code"
        },
        {
          "name": "readonly",
          "description": "`readonly` {`boolean`} - Whether the editor is readonly.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "label",
          "description": "`label` {`string | undefined`} - Label of the editor. Default is 'Code Editor'.\n\nProperty: label",
          "values": []
        },
        {
          "name": "oninput",
          "description": "`input` {} - Fired when the value of the editor changes."
        },
        {
          "name": "onchange",
          "description": "`change` {} - Fired when the entire model of editor is replaced."
        },
        {
          "name": "onloaded",
          "description": "`loaded` {} - Fired when the editor is loaded and ready to use."
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-code-editor",
      "description": "Attributes:\n\n  * `mandatoryMessage` - \n\nProperties:\n\n  * `_language` {`CodeEditorLanguage | undefined`} - \n\n  * `_height` {`number`} - \n\n  * `_lineNumbers` {`boolean`} - \n\n  * `_minimap` {`boolean`} - \n\n  * `_wordWrap` {`boolean`} - \n\n  * `mandatory` {`boolean | undefined`} - \n\n  * `mandatoryMessage` - \n\n  * `config` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "mandatoryMessage",
          "description": "`mandatoryMessage` - \n\nProperty: mandatoryMessage\n\nDefault: UMB_VALIDATION_EMPTY_LOCALIZATION_KEY"
        }
      ]
    },
    {
      "name": "umb-content-type-workspace-editor-header",
      "description": "Properties:\n\n  * `_name` {`string | undefined`} - \n\n  * `_alias` {`string | undefined`} - \n\n  * `_description` {`string | undefined`} - \n\n  * `_icon` {`string | undefined`} - \n\n  * `_isNew` {`boolean | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-input-content-type-collection-configuration",
      "description": "Attributes:\n\n  * `default-value` {`string | undefined`} - \n\nProperties:\n\n  * `_dataTypePickerModalPath` {`string | undefined`} - \n\n  * `defaultValue` {`string | undefined`} - \n\n  * `styles` {`any[]`} - \n\n  * `#dataTypeModal` - ",
      "attributes": [
        {
          "name": "default-value",
          "description": "`default-value` {`string | undefined`} - \n\nProperty: defaultValue",
          "values": []
        }
      ]
    },
    {
      "name": "umb-composition-picker-modal",
      "description": "Properties:\n\n  * `_references` {`UmbContentTypeCompositionReferenceModel[]`} - \n\n  * `_compatibleCompositions` {`CompatibleCompositions[] | undefined`} - \n\n  * `_selection` {`string[]`} - \n\n  * `_usedForInheritance` {`string[]`} - \n\n  * `_usedForComposition` {`string[]`} - \n\n  * `_loading` {`boolean`} - Loading state for the composition data fetch.\nInitialized to true to show loader immediately when modal opens.\nSet to false when data is successfully loaded or an error occurs.\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-content-type-design-editor-group",
      "description": "Attributes:\n\n  * `sort-mode-active` {`boolean`} - \n\n  * `has-owner-container` {`boolean | undefined`} - \n\n  * `inherited` {`boolean | undefined`} - \n\nProperties:\n\n  * `group` {`UmbPropertyTypeContainerMergedModel | undefined`} - \n\n  * `_group` {`UmbPropertyTypeContainerMergedModel | undefined`} - \n\n  * `groupStructureHelper` - \n\n  * `_groupStructureHelper` - \n\n  * `sortModeActive` {`boolean`} - \n\n  * `editContentTypePath` {`string | undefined`} - \n\n  * `_groupId` {`string | undefined`} - \n\n  * `_hasOwnerContainer` {`boolean | undefined`} - \n\n  * `_inherited` {`boolean | undefined`} - \n\n  * `_inheritedFrom` {`UmbContentTypeModel[] | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "sort-mode-active",
          "description": "`sort-mode-active` {`boolean`} - \n\nProperty: sortModeActive\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "has-owner-container",
          "description": "`has-owner-container` {`boolean | undefined`} - \n\nProperty: _hasOwnerContainer",
          "values": []
        },
        {
          "name": "inherited",
          "description": "`inherited` {`boolean | undefined`} - \n\nProperty: _inherited",
          "values": []
        }
      ]
    },
    {
      "name": "umb-content-type-design-editor-properties",
      "description": "Attributes:\n\n  * `container-id` {`string | null | undefined`} - \n\nProperties:\n\n  * `_containerId` {`string | null | undefined`} - \n\n  * `containerId` {`string | null | undefined`} - \n\n  * `editContentTypePath` {`string | undefined`} - \n\n  * `_properties` {`UmbPropertyTypeModel[]`} - \n\n  * `_ownerContentTypeUnique` {`string | undefined`} - \n\n  * `_ownerContentTypeVariesByCulture` {`boolean | undefined`} - \n\n  * `_ownerContentTypeVariesBySegment` {`boolean | undefined`} - \n\n  * `_newPropertyPath` {`string | undefined`} - \n\n  * `_editPropertyTypePath` {`string | undefined`} - \n\n  * `_sortModeActive` {`boolean | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "container-id",
          "description": "`container-id` {`string | null | undefined`} - \n\nProperty: containerId",
          "values": []
        }
      ]
    },
    {
      "name": "umb-content-type-design-editor-property",
      "description": "Slots:\n\n  * `editor` {} - Slot for rendering the Property Editor\n\nAttributes:\n\n  * `property` {UmbPropertyTypeModel | UmbPropertyTypeScaffoldModel | undefined} - Property, the data object for the property.\n\n  * `sort-mode-active` {`boolean`} - \n\n  * `_inherited` {`boolean | undefined`} - \n\n  * `editPropertyTypePath` {`string | undefined`} - \n\nProperties:\n\n  * `propertyStructureHelper` - \n\n  * `_propertyStructureHelper` - \n\n  * `property` {UmbPropertyTypeModel | UmbPropertyTypeScaffoldModel | undefined} - Property, the data object for the property.\n\n  * `_property` {`UmbPropertyTypeModel | UmbPropertyTypeScaffoldModel | undefined`} - \n\n  * `sortModeActive` {`boolean`} - \n\n  * `editContentTypePath` {`string | undefined`} - \n\n  * `ownerVariesByCulture` {`boolean | undefined`} - \n\n  * `ownerVariesBySegment` {`boolean | undefined`} - \n\n  * `_inherited` {`boolean | undefined`} - \n\n  * `_inheritedContentTypeId` {`string | undefined`} - \n\n  * `_inheritedContentTypeName` {`string | undefined`} - \n\n  * `editPropertyTypePath` {`string | undefined`} - \n\n  * `_dataTypeName` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "property",
          "description": "`property` {UmbPropertyTypeModel | UmbPropertyTypeScaffoldModel | undefined} - Property, the data object for the property.\n\nProperty: property\n\nDefault: ",
          "values": []
        },
        {
          "name": "sort-mode-active",
          "description": "`sort-mode-active` {`boolean`} - \n\nProperty: sortModeActive\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "_inherited",
          "description": "`_inherited` {`boolean | undefined`} - \n\nProperty: _inherited",
          "values": []
        },
        {
          "name": "editPropertyTypePath",
          "description": "`editPropertyTypePath` {`string | undefined`} - \n\nProperty: editPropertyTypePath",
          "values": []
        }
      ]
    },
    {
      "name": "umb-content-type-design-editor-tab",
      "description": "Attributes:\n\n  * `containerId` {`string | null | undefined`} - \n\nProperties:\n\n  * `containerId` {`string | null | undefined`} - \n\n  * `_groups` {`UmbPropertyTypeContainerMergedModel[]`} - \n\n  * `_hasProperties` {`boolean`} - \n\n  * `_sortModeActive` {`boolean | undefined`} - \n\n  * `_editContentTypePath` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "containerId",
          "description": "`containerId` {`string | null | undefined`} - \n\nProperty: containerId",
          "values": []
        }
      ]
    },
    {
      "name": "umb-content-type-design-editor",
      "description": "Properties:\n\n  * `manifest` - \n\n  * `_compositionRepositoryAlias` {`string | undefined`} - \n\n  * `_hasRootProperties` {`boolean`} - \n\n  * `_hasRootGroups` {`boolean`} - \n\n  * `_routes` {`UmbRoute[] | undefined`} - \n\n  * `_tabs` {`UmbPropertyTypeContainerMergedModel[] | undefined`} - \n\n  * `_routerPath` {`string | undefined`} - \n\n  * `_activePath` {`string`} - \n\n  * `_sortModeActive` {`boolean | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-audit-log-action",
      "description": "Attributes:\n\n  * `entityType` {`string | null | undefined`} - \n\n  * `unique` {`string | null | undefined`} - \n\nProperties:\n\n  * `entityType` {`string | null | undefined`} - \n\n  * `unique` {`string | null | undefined`} - \n\n  * `manifest` {`ManifestAuditLogAction<MetaType> | undefined`} - \n\n  * `api` {`ApiType | undefined`} - ",
      "attributes": [
        {
          "name": "entityType",
          "description": "`entityType` {`string | null | undefined`} - \n\nProperty: entityType",
          "values": []
        },
        {
          "name": "unique",
          "description": "`unique` {`string | null | undefined`} - \n\nProperty: unique",
          "values": []
        }
      ]
    },
    {
      "name": "umb-content-audit-log-workspace-info-app",
      "description": "Attributes:\n\n  * `_manifest` {`ManifestWorkspaceInfoAppAuditLogKind | undefined`} - \n\nProperties:\n\n  * `_manifest` {`ManifestWorkspaceInfoAppAuditLogKind | undefined`} - \n\n  * `manifest` {`ManifestWorkspaceInfoAppAuditLogKind | undefined`} - \n\n  * `_currentPageNumber` {`number`} - \n\n  * `_entityType` {`string | undefined`} - \n\n  * `_items` {`UmbAuditLogModel[]`} - \n\n  * `_totalPages` {`number`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "_manifest",
          "description": "`_manifest` {`ManifestWorkspaceInfoAppAuditLogKind | undefined`} - \n\nProperty: _manifest",
          "values": []
        }
      ]
    },
    {
      "name": "umb-content-collection-workspace-view",
      "description": "Properties:\n\n  * `_loading` {`boolean`} - \n\n  * `_config` - \n\n  * `_collectionAlias` {`string | undefined`} - ",
      "attributes": []
    },
    {
      "name": "umb-property-type-based-property",
      "description": "Attributes:\n\n  * `data-path` {`string | undefined`} - \n\n  * `ownerEntityType` {`string | undefined`} - \n\n  * `readonly` {boolean} - Sets the property to readonly, meaning value cannot be changed but still able to read and select its content.\n\nProperties:\n\n  * `property` - \n\n  * `dataTypeDetail` {UmbDataTypeDetailModel} - Optional pre-loaded data type detail. When provided, the element uses this directly instead of loading individually.\n\n  * `dataPath` {`string | undefined`} - \n\n  * `ownerEntityType` {`string | undefined`} - \n\n  * `_ownerEntityType` {`string | undefined`} - \n\n  * `readonly` {boolean} - Sets the property to readonly, meaning value cannot be changed but still able to read and select its content.\n\n  * `_propertyEditorUiAlias` {`string | undefined`} - \n\n  * `_propertyEditorSchemaAlias` {`string | undefined`} - \n\n  * `_propertyEditorDataSourceAlias` {`string | undefined`} - \n\n  * `_isUnsupported` {`boolean | undefined`} - \n\n  * `_dataTypeValues` - \n\n  * `_dataTypeDetailRepository` - \n\n  * `_dataTypeObserver` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "data-path",
          "description": "`data-path` {`string | undefined`} - \n\nProperty: dataPath",
          "values": []
        },
        {
          "name": "ownerEntityType",
          "description": "`ownerEntityType` {`string | undefined`} - \n\nProperty: ownerEntityType",
          "values": []
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the property to readonly, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-content-workspace-property",
      "description": "Attributes:\n\n  * `alias` {`string | undefined`} - \n\nProperties:\n\n  * `_alias` {`string | undefined`} - \n\n  * `alias` {`string | undefined`} - \n\n  * `_datasetVariantId` - \n\n  * `_dataPath` {`string | undefined`} - \n\n  * `_viewable` {`boolean | undefined`} - \n\n  * `_writeable` {`boolean | undefined`} - \n\n  * `_workspaceContext` - \n\n  * `_propertyType` - \n\n  * `_dataTypeDetail` - \n\n  * `_hasAccessToSensitiveData` {`boolean`} - ",
      "attributes": [
        {
          "name": "alias",
          "description": "`alias` {`string | undefined`} - \n\nProperty: alias",
          "values": []
        }
      ]
    },
    {
      "name": "umb-content-rollback-modal",
      "description": "Properties:\n\n  * `_versions` {`ContentVersion[]`} - \n\n  * `_selectedVersion` {`{ date: string; name: string; user: string; id: string; properties: { alias: string; value: string; }[]; } | undefined`} - \n\n  * `_selectedCulture` {`string | null`} - \n\n  * `_isInvariant` {`boolean`} - \n\n  * `_availableVariants` {`Option[]`} - \n\n  * `_diffs` {`{ alias: string; diff: UmbDiffChange[]; }[]`} - \n\n  * `_showDiff` {`boolean`} - \n\n  * `currentVersionHeader` {`string`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-sort-children-of-content-modal",
      "attributes": []
    },
    {
      "name": "umb-content-workspace-view-edit-properties",
      "description": "Attributes:\n\n  * `container-id` {`string | null | undefined`} - \n\nProperties:\n\n  * `containerId` {`string | null | undefined`} - \n\n  * `_properties` {`string[]`} - \n\n  * `_visibleProperties` {`UmbPropertyTypeModel[] | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "container-id",
          "description": "`container-id` {`string | null | undefined`} - \n\nProperty: containerId",
          "values": []
        }
      ]
    },
    {
      "name": "umb-content-workspace-view-edit-tab",
      "description": "Attributes:\n\n  * `containerId` {`string | null | undefined`} - \n\nProperties:\n\n  * `containerId` {`string | null | undefined`} - \n\n  * `_containerId` {`string | null | undefined`} - \n\n  * `_groups` {`UmbPropertyTypeContainerMergedModel[]`} - \n\n  * `_hasProperties` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "containerId",
          "description": "`containerId` {`string | null | undefined`} - \n\nProperty: containerId",
          "values": []
        }
      ]
    },
    {
      "name": "umb-content-workspace-view-edit",
      "description": "Properties:\n\n  * `_hasRootProperties` {`boolean`} - \n\n  * `_loaded` {`boolean`} - \n\n  * `_hasRootGroups` {`boolean`} - \n\n  * `_routes` {`UmbRoute[]`} - \n\n  * `_tabs` {`UmbPropertyTypeContainerMergedModel[] | undefined`} - \n\n  * `_routerPath` {`string | undefined`} - \n\n  * `_activePath` {`string`} - \n\n  * `_hintMap` {`Map<string | null, UmbVariantHint>`} - \n\n  * `_tabsStructureHelper` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-property-type-workspace-editor",
      "description": "Properties:\n\n  * `_isNew` {`boolean | undefined`} - \n\n  * `_name` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-property-type-workspace-view-settings",
      "description": "Properties:\n\n  * `_customValidationOptions` {`Option[]`} - \n\n  * `_data` - \n\n  * `_contentTypeVariesByCulture` {`boolean | undefined`} - \n\n  * `_contentTypeVariesBySegment` {`boolean | undefined`} - \n\n  * `_entityType` {`string | undefined`} - \n\n  * `_isNew` {`boolean | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-auth-provider-default",
      "description": "Properties:\n\n  * `onSubmit` - \n\n  * `styles` {`any[]`} - \n\n  * `manifest` {`ManifestAuthProvider`} - The manifest for the registered provider.\n\n  * `userLoginState` {`UmbUserLoginState | undefined`} - The current user login state.",
      "attributes": []
    },
    {
      "name": "umb-auth-view",
      "description": "A reusable auth login view that renders the full login screen (background, logo, greeting, providers).\nCan be used standalone as a page or composed inside a modal wrapper.\n\nProperties:\n\n  * `userLoginState` {`UmbUserLoginState`} - \n\n  * `onSuccess` - \n\n  * `_error` {`string | undefined`} - \n\n  * `_serverUrl` {`string`} - \n\n  * `_loading` {`boolean`} - \n\n  * `_allowLocalLogin` {`boolean`} - \n\n  * `props` {`UmbAuthProviderDefaultProps`} - \n\n  * `headline` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-app-auth-modal",
      "description": "Properties:\n\n  * `_data` {`ModalDataType | undefined`} - \n\n  * `value` {`ModalValueType`} - \n\n  * `manifest` {`ModalManifestType | undefined`} - \n\n  * `modalContext` - \n\n  * `data` {`ModalDataType | undefined`} - ",
      "attributes": []
    },
    {
      "name": "umb-auth-timeout-modal",
      "description": "Properties:\n\n  * `_remainingTimeInSeconds` {`number`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-collection-action-button",
      "description": "Properties:\n\n  * `manifest` {`ManifestCollectionAction | undefined`} - \n\n  * `_manifest` {`ManifestCollectionAction | undefined`} - \n\n  * `_buttonState` - \n\n  * `_additionalOptions` {`boolean | undefined`} - \n\n  * `_href` {`string | undefined`} - ",
      "attributes": []
    },
    {
      "name": "umb-collection-create-action-button",
      "description": "Properties:\n\n  * `_popoverOpen` {`boolean`} - \n\n  * `_multipleOptions` {`boolean`} - \n\n  * `_apiControllers` {`UmbExtensionApiInitializer<ManifestEntityCreateOptionAction>[]`} - \n\n  * `_hrefList` {`(string | undefined)[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-collection-item-picker-modal",
      "description": "Properties:\n\n  * `_selectionConfiguration` {`UmbCollectionSelectionConfiguration`} - \n\n  * `_hasSelection` {`boolean`} - \n\n  * `_isSearchable` {`boolean`} - \n\n  * `_searchQuery` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-collection",
      "description": "Properties:\n\n  * `config` {`ConfigType | undefined`} - \n\n  * `filter` {`FilterType | undefined`} - ",
      "attributes": []
    },
    {
      "name": "umb-boolean-table-column-view",
      "description": "Properties:\n\n  * `value` {`boolean`} - ",
      "attributes": []
    },
    {
      "name": "umb-collection-action-bundle",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-collection-filter-field",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-collection-selection-actions",
      "description": "Properties:\n\n  * `_entityType` {`string | null | undefined`} - \n\n  * `_totalItems` {`number`} - \n\n  * `_selectionLength` {`number`} - \n\n  * `_apiProps` - \n\n  * `_hasBulkActions` {`boolean`} - \n\n  * `_selection` {`(string | null)[]`} - \n\n  * `_collectionContext` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-collection-toolbar",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-collection-view-bundle",
      "description": "Properties:\n\n  * `_views` {`UmbCollectionViewLayout[]`} - \n\n  * `_currentView` {`UmbCollectionViewLayout | undefined`} - \n\n  * `_collectionRootPathName` {`string | undefined`} - \n\n  * `_entityUnique` {`string | undefined`} - \n\n  * `_popover` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-date-table-column-view",
      "description": "Properties:\n\n  * `value` {`string | undefined`} - ",
      "attributes": []
    },
    {
      "name": "umb-collection-pagination",
      "description": "Properties:\n\n  * `_totalPages` {`number`} - \n\n  * `_currentPage` {`number`} - \n\n  * `_totalItems` {`number`} - \n\n  * `_currentItemsCount` {`number`} - \n\n  * `_collectionContext` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-collection-default",
      "description": "Properties:\n\n  * `_routes` {`UmbRoute[]`} - \n\n  * `_hasItems` {`boolean`} - \n\n  * `_emptyLabel` {`string | undefined`} - \n\n  * `_initialLoadDone` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-default-collection-text-filter",
      "description": "[object Object],[object Object],[object Object]\n\nProperties:\n\n  * `_text` {`string | undefined`} - \n\n  * `api` {`UmbCollectionTextFilterApi | undefined`} - The API instance that handles the filter logic.\nThis is set by the extension system when the element is created.\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-default-collection-item-card",
      "description": "Attributes:\n\n  * `item` - The collection item model to render.\n\n  * `selectable` {`boolean`} - Whether the item should render with selection affordances.\n\n  * `selectOnly` {`boolean`} - When true, the item only supports selection (no navigation).\n\n  * `selected` {`boolean`} - Whether the item is currently selected.\n\n  * `disabled` {`boolean`} - Whether the item is disabled.\n\n  * `href` {`string | undefined`} - Optional href used by card/ref renderers to provide a link.\n\nProperties:\n\n  * `item` - The collection item model to render.\n\n  * `selectable` {`boolean`} - Whether the item should render with selection affordances.\n\n  * `selectOnly` {`boolean`} - When true, the item only supports selection (no navigation).\n\n  * `selected` {`boolean`} - Whether the item is currently selected.\n\n  * `disabled` {`boolean`} - Whether the item is disabled.\n\n  * `href` {`string | undefined`} - Optional href used by card/ref renderers to provide a link.",
      "attributes": [
        {
          "name": "item",
          "description": "`item` - The collection item model to render.\n\nProperty: item"
        },
        {
          "name": "selectable",
          "description": "`selectable` {`boolean`} - Whether the item should render with selection affordances.\n\nProperty: selectable\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "selectOnly",
          "description": "`selectOnly` {`boolean`} - When true, the item only supports selection (no navigation).\n\nProperty: selectOnly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "selected",
          "description": "`selected` {`boolean`} - Whether the item is currently selected.\n\nProperty: selected\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "disabled",
          "description": "`disabled` {`boolean`} - Whether the item is disabled.\n\nProperty: disabled\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "href",
          "description": "`href` {`string | undefined`} - Optional href used by card/ref renderers to provide a link.\n\nProperty: href",
          "values": []
        }
      ]
    },
    {
      "name": "umb-entity-collection-item-card",
      "description": "Attributes:\n\n  * `selectable` {`boolean`} - \n\n  * `select-only` {`boolean`} - \n\n  * `selected` {`boolean`} - \n\n  * `disabled` {`boolean`} - \n\n  * `href` {`string | undefined`} - \n\nProperties:\n\n  * `styles` {`any[]`} - \n\n  * `_component` - \n\n  * `item` {`UmbCollectionItemModel | undefined`} - \n\n  * `selectable` {`boolean`} - \n\n  * `selectOnly` {`boolean`} - \n\n  * `selected` {`boolean`} - \n\n  * `disabled` {`boolean`} - \n\n  * `href` {`string | undefined`} - \n\n  * `detailProperties` {`UmbCollectionItemDetailPropertyConfig[] | undefined`} - ",
      "attributes": [
        {
          "name": "selectable",
          "description": "`selectable` {`boolean`} - \n\nProperty: selectable",
          "valueSet": "v"
        },
        {
          "name": "select-only",
          "description": "`select-only` {`boolean`} - \n\nProperty: selectOnly",
          "valueSet": "v"
        },
        {
          "name": "selected",
          "description": "`selected` {`boolean`} - \n\nProperty: selected",
          "valueSet": "v"
        },
        {
          "name": "disabled",
          "description": "`disabled` {`boolean`} - \n\nProperty: disabled",
          "valueSet": "v"
        },
        {
          "name": "href",
          "description": "`href` {`string | undefined`} - \n\nProperty: href",
          "values": []
        }
      ]
    },
    {
      "name": "umb-default-collection-item-ref",
      "description": "Attributes:\n\n  * `item` - The collection item model to render.\n\n  * `selectable` {`boolean`} - Whether the item should render with selection affordances.\n\n  * `selectOnly` {`boolean`} - When true, the item only supports selection (no navigation).\n\n  * `selected` {`boolean`} - Whether the item is currently selected.\n\n  * `disabled` {`boolean`} - Whether the item is disabled.\n\n  * `href` {`string | undefined`} - Optional href used by card/ref renderers to provide a link.\n\nProperties:\n\n  * `item` - The collection item model to render.\n\n  * `selectable` {`boolean`} - Whether the item should render with selection affordances.\n\n  * `selectOnly` {`boolean`} - When true, the item only supports selection (no navigation).\n\n  * `selected` {`boolean`} - Whether the item is currently selected.\n\n  * `disabled` {`boolean`} - Whether the item is disabled.\n\n  * `href` {`string | undefined`} - Optional href used by card/ref renderers to provide a link.",
      "attributes": [
        {
          "name": "item",
          "description": "`item` - The collection item model to render.\n\nProperty: item"
        },
        {
          "name": "selectable",
          "description": "`selectable` {`boolean`} - Whether the item should render with selection affordances.\n\nProperty: selectable\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "selectOnly",
          "description": "`selectOnly` {`boolean`} - When true, the item only supports selection (no navigation).\n\nProperty: selectOnly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "selected",
          "description": "`selected` {`boolean`} - Whether the item is currently selected.\n\nProperty: selected\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "disabled",
          "description": "`disabled` {`boolean`} - Whether the item is disabled.\n\nProperty: disabled\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "href",
          "description": "`href` {`string | undefined`} - Optional href used by card/ref renderers to provide a link.\n\nProperty: href",
          "values": []
        }
      ]
    },
    {
      "name": "umb-entity-collection-item-ref",
      "description": "Attributes:\n\n  * `selectable` {`boolean`} - \n\n  * `select-only` {`boolean`} - \n\n  * `selected` {`boolean`} - \n\n  * `disabled` {`boolean`} - \n\n  * `href` {`string | undefined`} - \n\nProperties:\n\n  * `styles` {`any[]`} - \n\n  * `_component` - \n\n  * `item` {`UmbCollectionItemModel | undefined`} - \n\n  * `selectable` {`boolean`} - \n\n  * `selectOnly` {`boolean`} - \n\n  * `selected` {`boolean`} - \n\n  * `disabled` {`boolean`} - \n\n  * `href` {`string | undefined`} - \n\n  * `detailProperties` {`UmbCollectionItemDetailPropertyConfig[] | undefined`} - ",
      "attributes": [
        {
          "name": "selectable",
          "description": "`selectable` {`boolean`} - \n\nProperty: selectable",
          "valueSet": "v"
        },
        {
          "name": "select-only",
          "description": "`select-only` {`boolean`} - \n\nProperty: selectOnly",
          "valueSet": "v"
        },
        {
          "name": "selected",
          "description": "`selected` {`boolean`} - \n\nProperty: selected",
          "valueSet": "v"
        },
        {
          "name": "disabled",
          "description": "`disabled` {`boolean`} - \n\nProperty: disabled",
          "valueSet": "v"
        },
        {
          "name": "href",
          "description": "`href` {`string | undefined`} - \n\nProperty: href",
          "values": []
        }
      ]
    },
    {
      "name": "umb-collection-menu",
      "attributes": []
    },
    {
      "name": "umb-default-collection-menu",
      "description": "Properties:\n\n  * `_api` - \n\n  * `api` - \n\n  * `_selectionConfiguration` {`UmbCollectionSelectionConfiguration`} - \n\n  * `selectionConfiguration` {`UmbCollectionSelectionConfiguration`} - \n\n  * `selectableFilter` - \n\n  * `filter` - \n\n  * `filterArgs` - \n\n  * `_items` {`UmbCollectionItemModel[]`} - \n\n  * `_currentPage` {`number`} - \n\n  * `_totalPages` {`number`} - \n\n  * `styles` - ",
      "attributes": []
    },
    {
      "name": "umb-collection-menu-item",
      "description": "Attributes:\n\n  * `entityType` {`string | undefined`} - \n\nProperties:\n\n  * `entityType` {`string | undefined`} - \n\n  * `props` - ",
      "attributes": [
        {
          "name": "entityType",
          "description": "`entityType` {`string | undefined`} - \n\nProperty: entityType",
          "values": []
        }
      ]
    },
    {
      "name": "umb-default-collection-menu-item",
      "description": "Properties:\n\n  * `item` {`UmbCollectionItemModel | undefined`} - \n\n  * `_item` {`UmbCollectionItemModel | undefined`} - \n\n  * `api` {`UmbCollectionMenuItemContext<UmbCollectionItemModel> | undefined`} - \n\n  * `_isActive` {`boolean`} - \n\n  * `_isSelected` {`boolean`} - \n\n  * `_isSelectable` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-card-collection-view",
      "description": "Properties:\n\n  * `styles` {`any[]`} - \n\n  * `_items` {`CollectionItemType[]`} - \n\n  * `_selectable` {`boolean`} - \n\n  * `_multiple` {`boolean`} - \n\n  * `_selectOnly` {`boolean`} - \n\n  * `_selection` {`(string | null)[]`} - \n\n  * `_loading` {`boolean`} - \n\n  * `_itemHrefs` {`Map<string, string>`} - ",
      "attributes": []
    },
    {
      "name": "umb-ref-collection-view",
      "description": "Properties:\n\n  * `styles` {`any[]`} - \n\n  * `_items` {`CollectionItemType[]`} - \n\n  * `_selectable` {`boolean`} - \n\n  * `_multiple` {`boolean`} - \n\n  * `_selectOnly` {`boolean`} - \n\n  * `_selection` {`(string | null)[]`} - \n\n  * `_loading` {`boolean`} - \n\n  * `_itemHrefs` {`Map<string, string>`} - ",
      "attributes": []
    },
    {
      "name": "umb-collection-workspace-view",
      "description": "Properties:\n\n  * `manifest` {`ManifestWorkspaceViewCollectionKind | undefined`} - \n\n  * `_config` {`UmbCollectionConfiguration | undefined`} - \n\n  * `_filter` {`unknown`} - ",
      "attributes": []
    },
    {
      "name": "umb-backoffice-modal-container",
      "description": "Attributes:\n\n  * `fill-background` {`boolean`} - \n\nProperties:\n\n  * `_modalElementMap` {`Map<string, UmbModalElement>`} - \n\n  * `_modals` {`UmbModalContext[]`} - \n\n  * `fillBackground` {`boolean`} - \n\n  * `_modalManager` - \n\n  * `styles` - ",
      "attributes": [
        {
          "name": "fill-background",
          "description": "`fill-background` {`boolean`} - \n\nProperty: fillBackground\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-backoffice-notification-container",
      "description": "Properties:\n\n  * `_notificationsElement` {`HTMLElement | undefined`} - \n\n  * `_notifications` {`UmbNotificationHandler[] | undefined`} - \n\n  * `_notificationContext` - \n\n  * `styles` - ",
      "attributes": []
    },
    {
      "name": "umb-badge",
      "description": "Attributes:\n\n  * `color` {\"default\" | \"positive\" | \"warning\" | \"danger\"} - Changes the look of the button to one of the predefined, symbolic looks.\n\n  * `look` {\"default\" | \"primary\" | \"secondary\" | \"outline\" | \"placeholder\"} - Changes the look of the button to one of the predefined, symbolic looks.\n\n  * `attention` {`boolean | undefined`} - Bring attention to this badge by applying a bounce animation.\n\nProperties:\n\n  * `color` {\"default\" | \"positive\" | \"warning\" | \"danger\"} - Changes the look of the button to one of the predefined, symbolic looks.\n\n  * `look` {\"default\" | \"primary\" | \"secondary\" | \"outline\" | \"placeholder\"} - Changes the look of the button to one of the predefined, symbolic looks.\n\n  * `attention` {`boolean | undefined`} - Bring attention to this badge by applying a bounce animation.\n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "color",
          "description": "`color` {\"default\" | \"positive\" | \"warning\" | \"danger\"} - Changes the look of the button to one of the predefined, symbolic looks.\n\nProperty: color\n\nDefault: \"default\""
        },
        {
          "name": "look",
          "description": "`look` {\"default\" | \"primary\" | \"secondary\" | \"outline\" | \"placeholder\"} - Changes the look of the button to one of the predefined, symbolic looks.\n\nProperty: look\n\nDefault: \"default\""
        },
        {
          "name": "attention",
          "description": "`attention` {`boolean | undefined`} - Bring attention to this badge by applying a bounce animation.\n\nProperty: attention\n\nDefault: false",
          "values": []
        }
      ]
    },
    {
      "name": "umb-body-layout",
      "description": "Slots:\n\n  * ` ` {} - Slot for main content\n\n  * `icon` {} - Slot for icon\n\n  * `name` {} - Slot for name\n\n  * `header` {} - Slot for header element\n\n  * `footer` {} - Slot for footer element\n\n  * `footer-info` {} - Slot for info in the footer\n\n  * `actions` {} - Slot for actions in the footer\n\n  * `default` {} - slot for main content\n\nAttributes:\n\n  * `headline` {`string`} - \n\n  * `header-transparent` {`boolean`} - \n\n  * `loading` {`boolean`} - \n\nProperties:\n\n  * `_scrollContainer` {`HTMLElement | undefined`} - \n\n  * `headline` {`string`} - \n\n  * `headerTransparent` {`boolean`} - \n\n  * `loading` {`boolean`} - \n\n  * `_headerSlotHasChildren` {`boolean`} - \n\n  * `_navigationSlotHasChildren` {`boolean`} - \n\n  * `_actionsMenuSlotHasChildren` {`boolean`} - \n\n  * `_footerSlotHasChildren` {`boolean`} - \n\n  * `_actionsSlotHasChildren` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "headline",
          "description": "`headline` {`string`} - \n\nProperty: headline\n\nDefault: "
        },
        {
          "name": "header-transparent",
          "description": "`header-transparent` {`boolean`} - \n\nProperty: headerTransparent\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "loading",
          "description": "`loading` {`boolean`} - \n\nProperty: loading\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-code-block",
      "description": "A simple styled box for showing code-based error messages or blocks od code.\n\nSlots:\n\n  * ` ` {} - the default slot where the full message resides\n\nAttributes:\n\n  * `language` {`string`} - \n\n  * `copy` {`boolean`} - \n\nProperties:\n\n  * `language` {`string`} - \n\n  * `copy` {`boolean`} - \n\n  * `_copyState` {`\"idle\" | \"success\"`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "language",
          "description": "`language` {`string`} - \n\nProperty: language\n\nDefault: "
        },
        {
          "name": "copy",
          "description": "`copy` {`boolean`} - \n\nProperty: copy\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-dropdown",
      "description": "Attributes:\n\n  * `open` {`boolean`} - \n\n  * `label` {`string | undefined`} - \n\n  * `look` - \n\n  * `color` - \n\n  * `placement` - \n\n  * `compact` {`boolean`} - \n\n  * `disabled` {`boolean`} - \n\n  * `hide-expand` {`boolean`} - \n\nProperties:\n\n  * `open` {`boolean`} - \n\n  * `label` {`string | undefined`} - \n\n  * `look` - \n\n  * `color` - \n\n  * `placement` - \n\n  * `compact` {`boolean`} - \n\n  * `disabled` {`boolean`} - \n\n  * `hideExpand` {`boolean`} - \n\n  * `popoverContainerElement` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "open",
          "description": "`open` {`boolean`} - \n\nProperty: open",
          "valueSet": "v"
        },
        {
          "name": "label",
          "description": "`label` {`string | undefined`} - \n\nProperty: label",
          "values": []
        },
        {
          "name": "look",
          "description": "`look` - \n\nProperty: look\n\nDefault: default"
        },
        {
          "name": "color",
          "description": "`color` - \n\nProperty: color\n\nDefault: default"
        },
        {
          "name": "placement",
          "description": "`placement` - \n\nProperty: placement\n\nDefault: bottom-start"
        },
        {
          "name": "compact",
          "description": "`compact` {`boolean`} - \n\nProperty: compact\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "disabled",
          "description": "`disabled` {`boolean`} - \n\nProperty: disabled\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "hide-expand",
          "description": "`hide-expand` {`boolean`} - \n\nProperty: hideExpand\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-entity-actions-bundle",
      "description": "Attributes:\n\n  * `entity-type` {`string | undefined`} - \n\n  * `unique` {`string | null | undefined`} - \n\n  * `label` {`string | undefined`} - \n\nProperties:\n\n  * `entityType` {`string | undefined`} - \n\n  * `unique` {`string | null | undefined`} - \n\n  * `label` {`string | undefined`} - \n\n  * `_numberOfActions` {`number`} - \n\n  * `_firstActionManifest` - \n\n  * `_firstActionApi` - \n\n  * `_firstActionHref` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "entity-type",
          "description": "`entity-type` {`string | undefined`} - \n\nProperty: entityType",
          "values": []
        },
        {
          "name": "unique",
          "description": "`unique` {`string | null | undefined`} - \n\nProperty: unique",
          "values": []
        },
        {
          "name": "label",
          "description": "`label` {`string | undefined`} - \n\nProperty: label",
          "values": []
        }
      ]
    },
    {
      "name": "umb-figure-card",
      "description": "Slots:\n\n  * ` ` {} - slot for the default content area\n\n  * `tag` {} - slot for the tag with support for `<uui-tag>` elements\n\n  * `actions` {} - slot for the actions with support for the `<uui-action-bar>` element\n\nAttributes:\n\n  * `name` {string} - Name\n\n  * `description` {string} - Description\n\n  * `background-color` {`string | undefined`} - \n\nProperties:\n\n  * `name` {string} - Name\n\n  * `description` {string} - Description\n\n  * `backgroundColor` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "name",
          "description": "`name` {string} - Name\n\nProperty: name\n\nDefault: ''"
        },
        {
          "name": "description",
          "description": "`description` {string} - Description\n\nProperty: description\n\nDefault: undefined",
          "values": []
        },
        {
          "name": "background-color",
          "description": "`background-color` {`string | undefined`} - \n\nProperty: backgroundColor",
          "values": []
        }
      ]
    },
    {
      "name": "umb-footer-layout",
      "description": "Slots:\n\n  * `default` {} - Slot footer items\n\n  * `actions` {} - Slot actions\n\nProperties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-header-app-button",
      "description": "Properties:\n\n  * `manifest` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-history-item",
      "description": "Attributes:\n\n  * `name` {`string | undefined`} - \n\n  * `detail` {`string | undefined`} - \n\nProperties:\n\n  * `name` {`string | undefined`} - \n\n  * `detail` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "name",
          "description": "`name` {`string | undefined`} - \n\nProperty: name",
          "values": []
        },
        {
          "name": "detail",
          "description": "`detail` {`string | undefined`} - \n\nProperty: detail",
          "values": []
        }
      ]
    },
    {
      "name": "umb-history-list",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-icon",
      "description": "Attributes:\n\n  * `color` {`string | undefined`} - Color alias or a color code directly.\nIf a color has been set via the name property, this property will override it.\nExample **color-pink**\n\n  * `name` {`string | undefined`} - The icon name. Can be appended with a color.\nExample **icon-heart color-red**\n\nProperties:\n\n  * `_icon` {`string | undefined`} - \n\n  * `_style` - \n\n  * `color` {`string | undefined`} - Color alias or a color code directly.\nIf a color has been set via the name property, this property will override it.\nExample **color-pink**\n\n  * `name` {`string | undefined`} - The icon name. Can be appended with a color.\nExample **icon-heart color-red**\n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "color",
          "description": "`color` {`string | undefined`} - Color alias or a color code directly.\nIf a color has been set via the name property, this property will override it.\nExample **color-pink**\n\nProperty: color",
          "values": []
        },
        {
          "name": "name",
          "description": "`name` {`string | undefined`} - The icon name. Can be appended with a color.\nExample **icon-heart color-red**\n\nProperty: name",
          "values": []
        }
      ]
    },
    {
      "name": "umb-input-color",
      "description": "This wraps the UUI library uui-color-swatches component\n\nAttributes:\n\n  * `readonly` {`boolean`} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `required` {`boolean`} - \n\n  * `requiredMessage` {`string`} - \n\n  * `showLabels` {`boolean`} - \n\n  * `swatches` {`UmbSwatchDetails[] | undefined`} - \n\nProperties:\n\n  * `readonly` {`boolean`} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `required` {`boolean`} - \n\n  * `requiredMessage` {`string`} - \n\n  * `showLabels` {`boolean`} - \n\n  * `swatches` {`UmbSwatchDetails[] | undefined`} - ",
      "attributes": [
        {
          "name": "readonly",
          "description": "`readonly` {`boolean`} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "required",
          "description": "`required` {`boolean`} - \n\nProperty: required\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "requiredMessage",
          "description": "`requiredMessage` {`string`} - \n\nProperty: requiredMessage\n\nDefault: UMB_VALIDATION_EMPTY_LOCALIZATION_KEY"
        },
        {
          "name": "showLabels",
          "description": "`showLabels` {`boolean`} - \n\nProperty: showLabels\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "swatches",
          "description": "`swatches` {`UmbSwatchDetails[] | undefined`} - \n\nProperty: swatches",
          "values": []
        }
      ]
    },
    {
      "name": "umb-input-date",
      "description": "This element passes a datetime string to a regular HTML input element.\nBe aware that you cannot include a time demonination, i.e. \"10:44:00\" if you\nset the input type of this element to \"date\". If you do, the browser will not show\nthe value at all.\n\nProperties:\n\n  * `styles` {`any[]`} - \n\n  * `type` {InputDateType} - Specifies the date and time type of the input that will be rendered.",
      "attributes": []
    },
    {
      "name": "umb-input-dropdown-list",
      "description": "Attributes:\n\n  * `options` {`Option[] | undefined`} - \n\n  * `placeholder` {`string | undefined`} - \n\n  * `multiple` {`boolean | undefined`} - \n\n  * `name` {`string | undefined`} - \n\n  * `required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\n  * `requiredMessage` {`string | undefined`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperties:\n\n  * `options` {`Option[] | undefined`} - \n\n  * `placeholder` {`string | undefined`} - \n\n  * `multiple` {`boolean | undefined`} - \n\n  * `name` {`string | undefined`} - \n\n  * `required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\n  * `requiredMessage` {`string | undefined`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "options",
          "description": "`options` {`Option[] | undefined`} - \n\nProperty: options",
          "values": []
        },
        {
          "name": "placeholder",
          "description": "`placeholder` {`string | undefined`} - \n\nProperty: placeholder",
          "values": []
        },
        {
          "name": "multiple",
          "description": "`multiple` {`boolean | undefined`} - \n\nProperty: multiple",
          "values": []
        },
        {
          "name": "name",
          "description": "`name` {`string | undefined`} - \n\nProperty: name\n\nDefault: Dropdown",
          "values": []
        },
        {
          "name": "required",
          "description": "`required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\nProperty: required",
          "values": []
        },
        {
          "name": "requiredMessage",
          "description": "`requiredMessage` {`string | undefined`} - \n\nProperty: requiredMessage",
          "values": []
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-input-entity",
      "description": "Attributes:\n\n  * `min` {`number`} - \n\n  * `max` {`number`} - \n\n  * `min-message` {`string`} - \n\n  * `selection` {`string[]`} - \n\n  * `value` {`string | undefined`} - \n\nProperties:\n\n  * `min` {`number`} - \n\n  * `max` {`number`} - \n\n  * `getIcon` - \n\n  * `minMessage` {`string`} - \n\n  * `maxMessage` {`string`} - \n\n  * `selection` {`string[]`} - \n\n  * `value` {`string | undefined`} - \n\n  * `pickerContext` - \n\n  * `_items` {`UmbItemModel[] | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "min",
          "description": "`min` {`number`} - \n\nProperty: min"
        },
        {
          "name": "max",
          "description": "`max` {`number`} - \n\nProperty: max"
        },
        {
          "name": "min-message",
          "description": "`min-message` {`string`} - \n\nProperty: minMessage\n\nDefault: This field need more items"
        },
        {
          "name": "selection",
          "description": "`selection` {`string[]`} - \n\nProperty: selection"
        },
        {
          "name": "value",
          "description": "`value` {`string | undefined`} - \n\nProperty: value",
          "values": []
        }
      ]
    },
    {
      "name": "umb-input-eye-dropper",
      "description": "Attributes:\n\n  * `readonly` {`boolean`} - \n\n  * `required` {`boolean`} - \n\n  * `requiredMessage` - \n\n  * `opacity` {`boolean`} - \n\n  * `showPalette` {`boolean`} - \n\n  * `swatches` {`string[] | undefined`} - \n\nProperties:\n\n  * `readonly` {`boolean`} - \n\n  * `required` {`boolean`} - \n\n  * `requiredMessage` - \n\n  * `opacity` {`boolean`} - \n\n  * `showPalette` {`boolean`} - \n\n  * `swatches` {`string[] | undefined`} - ",
      "attributes": [
        {
          "name": "readonly",
          "description": "`readonly` {`boolean`} - \n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "required",
          "description": "`required` {`boolean`} - \n\nProperty: required\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "requiredMessage",
          "description": "`requiredMessage` - \n\nProperty: requiredMessage\n\nDefault: UMB_VALIDATION_EMPTY_LOCALIZATION_KEY"
        },
        {
          "name": "opacity",
          "description": "`opacity` {`boolean`} - \n\nProperty: opacity\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "showPalette",
          "description": "`showPalette` {`boolean`} - \n\nProperty: showPalette\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "swatches",
          "description": "`swatches` {`string[] | undefined`} - \n\nProperty: swatches",
          "values": []
        }
      ]
    },
    {
      "name": "umb-input-manifest",
      "description": "Attributes:\n\n  * `extension-type` {`string | undefined`} - \n\n  * `max` {`number`} - \n\nProperties:\n\n  * `extensionType` {`string | undefined`} - \n\n  * `value` - \n\n  * `max` {`number`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "extension-type",
          "description": "`extension-type` {`string | undefined`} - \n\nProperty: extensionType",
          "values": []
        },
        {
          "name": "max",
          "description": "`max` {`number`} - \n\nProperty: max\n\nDefault: Infinity"
        }
      ]
    },
    {
      "name": "umb-input-number-range",
      "description": "Attributes:\n\n  * `min-label` {`string`} - \n\n  * `max-label` {`string`} - \n\n  * `minValue` {`number | undefined`} - \n\n  * `required` {`boolean`} - \n\n  * `requiredMessage` - \n\n  * `maxValue` {`number | undefined`} - \n\n  * `validationRange` - \n\n  * `value` {`string | undefined`} - \n\nProperties:\n\n  * `minLabel` {`string`} - \n\n  * `maxLabel` {`string`} - \n\n  * `_minValue` {`number | undefined`} - \n\n  * `minValue` {`number | undefined`} - \n\n  * `required` {`boolean`} - \n\n  * `requiredMessage` - \n\n  * `_maxValue` {`number | undefined`} - \n\n  * `maxValue` {`number | undefined`} - \n\n  * `validationRange` - \n\n  * `_minPlaceholder` {`string`} - \n\n  * `_maxPlaceholder` {`string`} - \n\n  * `value` {`string | undefined`} - \n\n  * `styles` - ",
      "attributes": [
        {
          "name": "min-label",
          "description": "`min-label` {`string`} - \n\nProperty: minLabel\n\nDefault: Low value"
        },
        {
          "name": "max-label",
          "description": "`max-label` {`string`} - \n\nProperty: maxLabel\n\nDefault: High value"
        },
        {
          "name": "minValue",
          "description": "`minValue` {`number | undefined`} - \n\nProperty: minValue",
          "values": []
        },
        {
          "name": "required",
          "description": "`required` {`boolean`} - \n\nProperty: required\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "requiredMessage",
          "description": "`requiredMessage` - \n\nProperty: requiredMessage\n\nDefault: UMB_VALIDATION_EMPTY_LOCALIZATION_KEY"
        },
        {
          "name": "maxValue",
          "description": "`maxValue` {`number | undefined`} - \n\nProperty: maxValue",
          "values": []
        },
        {
          "name": "validationRange",
          "description": "`validationRange` - \n\nProperty: validationRange"
        },
        {
          "name": "value",
          "description": "`value` {`string | undefined`} - \n\nProperty: value",
          "values": []
        }
      ]
    },
    {
      "name": "umb-input-radio-button-list",
      "description": "Attributes:\n\n  * `value` {`string`} - \n\n  * `list` {`UmbRadioButtonItem[]`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\n  * `requiredMessage` {`string | undefined`} - \n\nProperties:\n\n  * `value` {`string`} - \n\n  * `list` {`UmbRadioButtonItem[]`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\n  * `requiredMessage` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` {`string`} - \n\nProperty: value"
        },
        {
          "name": "list",
          "description": "`list` {`UmbRadioButtonItem[]`} - \n\nProperty: list\n\nDefault: "
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "required",
          "description": "`required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\nProperty: required",
          "values": []
        },
        {
          "name": "requiredMessage",
          "description": "`requiredMessage` {`string | undefined`} - \n\nProperty: requiredMessage",
          "values": []
        }
      ]
    },
    {
      "name": "umb-input-slider",
      "description": "Attributes:\n\n  * `label` {`string`} - \n\n  * `min` {`number`} - \n\n  * `max` {`number`} - \n\n  * `step` {`number`} - \n\n  * `required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\n  * `requiredMessage` {`string | undefined`} - \n\n  * `valueLow` {`number | undefined`} - \n\n  * `valueHigh` {`number | undefined`} - \n\n  * `enable-range` {`boolean`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `value` {string} - Value of this form control.\n\n  * `pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperties:\n\n  * `label` {`string`} - \n\n  * `min` {`number`} - \n\n  * `max` {`number`} - \n\n  * `step` {`number`} - \n\n  * `required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\n  * `requiredMessage` {`string | undefined`} - \n\n  * `valueLow` {`number | undefined`} - \n\n  * `valueHigh` {`number | undefined`} - \n\n  * `enableRange` {`boolean`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `formAssociated` {boolean} - This is a static class field indicating that the element is can be used inside a native form and participate in its events.\nIt may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals.\nRead more about form controls here https://web.dev/more-capable-form-controls/\n\n  * `value` {string} - Value of this form control.\n\n  * `pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\n  * `_pristine` {`boolean`} - \n\n  * `_customValidityObject` {`UmbFormControlValidatorConfig | undefined`} - \n\n  * `validity` {`ValidityState`} - \n\n  * `validationMessage` {`string`} - \n\n  * `_internals` {`ElementInternals`} - ",
      "attributes": [
        {
          "name": "label",
          "description": "`label` {`string`} - \n\nProperty: label\n\nDefault: "
        },
        {
          "name": "min",
          "description": "`min` {`number`} - \n\nProperty: min\n\nDefault: 0"
        },
        {
          "name": "max",
          "description": "`max` {`number`} - \n\nProperty: max\n\nDefault: 100"
        },
        {
          "name": "step",
          "description": "`step` {`number`} - \n\nProperty: step\n\nDefault: 1"
        },
        {
          "name": "required",
          "description": "`required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\nProperty: required",
          "values": []
        },
        {
          "name": "requiredMessage",
          "description": "`requiredMessage` {`string | undefined`} - \n\nProperty: requiredMessage",
          "values": []
        },
        {
          "name": "valueLow",
          "description": "`valueLow` {`number | undefined`} - \n\nProperty: valueLow",
          "values": []
        },
        {
          "name": "valueHigh",
          "description": "`valueHigh` {`number | undefined`} - \n\nProperty: valueHigh",
          "values": []
        },
        {
          "name": "enable-range",
          "description": "`enable-range` {`boolean`} - \n\nProperty: enableRange\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "value",
          "description": "`value` {string} - Value of this form control.\n\nProperty: value\n\nDefault: "
        },
        {
          "name": "pristine",
          "description": "`pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperty: pristine\n\nDefault: ",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-input-time-zone-item",
      "description": "Attributes:\n\n  * `disabled` {boolean} - Disables the input\n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperties:\n\n  * `disabled` {boolean} - Disables the input\n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "disabled",
          "description": "`disabled` {boolean} - Disables the input\n\nProperty: disabled\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-input-time-zone-picker",
      "description": "Attributes:\n\n  * `disabled` {boolean} - Disables the input\n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `options` {`UmbTimeZoneOption[]`} - \n\nProperties:\n\n  * `disabled` {boolean} - Disables the input\n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `options` {`UmbTimeZoneOption[]`} - \n\n  * `_input` - \n\n  * `styles` {`any[]`} - \n\n  * `_filteredOptions` {`UmbTimeZone[]`} - ",
      "attributes": [
        {
          "name": "disabled",
          "description": "`disabled` {boolean} - Disables the input\n\nProperty: disabled\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "options",
          "description": "`options` {`UmbTimeZoneOption[]`} - \n\nProperty: options"
        }
      ]
    },
    {
      "name": "umb-input-time-zone",
      "description": "Attributes:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `disabled` {boolean} - Disables the input\n\n  * `readonly` {boolean} - Makes the input readonly\n\n  * `required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\n  * `value` {`string[]`} - \n\nProperties:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `disabled` {boolean} - Disables the input\n\n  * `readonly` {boolean} - Makes the input readonly\n\n  * `required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\n  * `value` {`string[]`} - \n\n  * `_timeZonePickerValue` {`string`} - \n\n  * `styles` {`any[]`} - \n\n  * `#timeZoneList` - ",
      "attributes": [
        {
          "name": "min",
          "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min"
        },
        {
          "name": "max",
          "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max",
          "values": []
        },
        {
          "name": "disabled",
          "description": "`disabled` {boolean} - Disables the input\n\nProperty: disabled\n\nDefault: ",
          "valueSet": "v"
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Makes the input readonly\n\nProperty: readonly\n\nDefault: ",
          "valueSet": "v"
        },
        {
          "name": "required",
          "description": "`required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\nProperty: required",
          "values": []
        },
        {
          "name": "value",
          "description": "`value` {`string[]`} - \n\nProperty: value"
        }
      ]
    },
    {
      "name": "umb-input-toggle",
      "description": "Attributes:\n\n  * `required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\n  * `requiredMessage` {`string | undefined`} - \n\n  * `checked` {`boolean`} - \n\n  * `showLabels` {`boolean`} - \n\n  * `labelOn` {`string | undefined`} - \n\n  * `labelOff` {`string | undefined`} - \n\n  * `aria-label` {`string | null`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperties:\n\n  * `required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\n  * `requiredMessage` {`string | undefined`} - \n\n  * `checked` {`boolean`} - \n\n  * `showLabels` {`boolean`} - \n\n  * `labelOn` {`string | undefined`} - \n\n  * `labelOff` {`string | undefined`} - \n\n  * `ariaLabel` {`string | null`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.",
      "attributes": [
        {
          "name": "required",
          "description": "`required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\nProperty: required",
          "values": []
        },
        {
          "name": "requiredMessage",
          "description": "`requiredMessage` {`string | undefined`} - \n\nProperty: requiredMessage",
          "values": []
        },
        {
          "name": "checked",
          "description": "`checked` {`boolean`} - \n\nProperty: checked",
          "valueSet": "v"
        },
        {
          "name": "showLabels",
          "description": "`showLabels` {`boolean`} - \n\nProperty: showLabels\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "labelOn",
          "description": "`labelOn` {`string | undefined`} - \n\nProperty: labelOn",
          "values": []
        },
        {
          "name": "labelOff",
          "description": "`labelOff` {`string | undefined`} - \n\nProperty: labelOff",
          "values": []
        },
        {
          "name": "aria-label",
          "description": "`aria-label` {`string | null`} - \n\nProperty: ariaLabel\n\nDefault: null",
          "values": []
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-input-with-alias",
      "description": "Attributes:\n\n  * `label` {`string`} - \n\n  * `placeholder` {`string | undefined`} - \n\n  * `alias` {`string`} - \n\n  * `required` {`boolean`} - \n\n  * `readonly` {`boolean`} - \n\n  * `alias-readonly` {`boolean`} - \n\n  * `auto-generate-alias` {`boolean | undefined`} - \n\n  * `alias-pattern` {`string`} - \n\nProperties:\n\n  * `label` {`string`} - \n\n  * `placeholder` {`string | undefined`} - \n\n  * `alias` {`string`} - \n\n  * `required` {`boolean`} - \n\n  * `readonly` {`boolean`} - \n\n  * `aliasReadonly` {`boolean`} - \n\n  * `autoGenerateAlias` {`boolean | undefined`} - \n\n  * `aliasPattern` {`string`} - \n\n  * `_aliasLocked` {`boolean`} - \n\n  * `styles` - ",
      "attributes": [
        {
          "name": "label",
          "description": "`label` {`string`} - \n\nProperty: label\n\nDefault: "
        },
        {
          "name": "placeholder",
          "description": "`placeholder` {`string | undefined`} - \n\nProperty: placeholder",
          "values": []
        },
        {
          "name": "alias",
          "description": "`alias` {`string`} - \n\nProperty: alias\n\nDefault: "
        },
        {
          "name": "required",
          "description": "`required` {`boolean`} - \n\nProperty: required\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "readonly",
          "description": "`readonly` {`boolean`} - \n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "alias-readonly",
          "description": "`alias-readonly` {`boolean`} - \n\nProperty: aliasReadonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "auto-generate-alias",
          "description": "`auto-generate-alias` {`boolean | undefined`} - \n\nProperty: autoGenerateAlias",
          "values": []
        },
        {
          "name": "alias-pattern",
          "description": "`alias-pattern` {`string`} - \n\nProperty: aliasPattern\n\nDefault: ^[A-Za-z][A-Za-z0-9_-]{0,254}$"
        }
      ]
    },
    {
      "name": "umb-multiple-color-picker-input",
      "description": "Attributes:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `min-message` {boolean} - Min validation message.\n\n  * `maxMessage` {boolean} - Max validation message.\n\n  * `disabled` {boolean} - Disables the input\n\n  * `readonly` {boolean} - Makes the input readonly\n\n  * `showLabels` {`boolean`} - \n\n  * `items` {`UmbSwatchDetails[]`} - \n\nProperties:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `minMessage` {boolean} - Min validation message.\n\n  * `maxMessage` {boolean} - Max validation message.\n\n  * `disabled` {boolean} - Disables the input\n\n  * `readonly` {boolean} - Makes the input readonly\n\n  * `showLabels` {`boolean`} - \n\n  * `_items` {`UmbSwatchDetails[]`} - \n\n  * `items` {`UmbSwatchDetails[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "min",
          "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: undefined",
          "values": []
        },
        {
          "name": "max",
          "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: undefined",
          "values": []
        },
        {
          "name": "min-message",
          "description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
        },
        {
          "name": "maxMessage",
          "description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
        },
        {
          "name": "disabled",
          "description": "`disabled` {boolean} - Disables the input\n\nProperty: disabled\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Makes the input readonly\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "showLabels",
          "description": "`showLabels` {`boolean`} - \n\nProperty: showLabels\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "items",
          "description": "`items` {`UmbSwatchDetails[]`} - \n\nProperty: items"
        }
      ]
    },
    {
      "name": "umb-multiple-color-picker-item-input",
      "description": "Events:\n\n  * `enter` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n  * `value` {`string`} - \n\n  * `disabled` {boolean} - Disables the input\n\n  * `readonly` {boolean} - Disables the input\n\n  * `label` {`string | undefined`} - \n\n  * `showLabels` {`boolean`} - \n\nProperties:\n\n  * `value` {`string`} - \n\n  * `_valueHex` {`string`} - \n\n  * `disabled` {boolean} - Disables the input\n\n  * `readonly` {boolean} - Disables the input\n\n  * `label` {`string | undefined`} - \n\n  * `_input` - \n\n  * `_colorPicker` - \n\n  * `showLabels` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` {`string`} - \n\nProperty: value"
        },
        {
          "name": "disabled",
          "description": "`disabled` {boolean} - Disables the input\n\nProperty: disabled\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Disables the input\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "label",
          "description": "`label` {`string | undefined`} - \n\nProperty: label",
          "values": []
        },
        {
          "name": "showLabels",
          "description": "`showLabels` {`boolean`} - \n\nProperty: showLabels\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "onenter",
          "description": "`enter` {`CustomEvent<unknown>`} - "
        }
      ]
    },
    {
      "name": "umb-input-multiple-text-string-item",
      "description": "Events:\n\n  * `enter` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n  * `disabled` {boolean} - Disables the input\n\n  * `readonly` {boolean} - Disables the input\n\nProperties:\n\n  * `disabled` {boolean} - Disables the input\n\n  * `readonly` {boolean} - Disables the input\n\n  * `_input` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "disabled",
          "description": "`disabled` {boolean} - Disables the input\n\nProperty: disabled\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Disables the input\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "onenter",
          "description": "`enter` {`CustomEvent<unknown>`} - "
        }
      ]
    },
    {
      "name": "umb-input-multiple-text-string",
      "description": "Attributes:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `min-message` {boolean} - Min validation message.\n\n  * `maxMessage` {boolean} - Max validation message.\n\n  * `disabled` {boolean} - Disables the input\n\n  * `readonly` {boolean} - Makes the input readonly\n\n  * `items` {`string[]`} - \n\nProperties:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `minMessage` {boolean} - Min validation message.\n\n  * `maxMessage` {boolean} - Max validation message.\n\n  * `disabled` {boolean} - Disables the input\n\n  * `readonly` {boolean} - Makes the input readonly\n\n  * `_items` {`string[]`} - \n\n  * `items` {`string[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "min",
          "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: undefined",
          "values": []
        },
        {
          "name": "max",
          "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: undefined",
          "values": []
        },
        {
          "name": "min-message",
          "description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
        },
        {
          "name": "maxMessage",
          "description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
        },
        {
          "name": "disabled",
          "description": "`disabled` {boolean} - Disables the input\n\nProperty: disabled\n\nDefault: ",
          "valueSet": "v"
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Makes the input readonly\n\nProperty: readonly\n\nDefault: ",
          "valueSet": "v"
        },
        {
          "name": "items",
          "description": "`items` {`string[]`} - \n\nProperty: items"
        }
      ]
    },
    {
      "name": "umb-popover-layout",
      "description": "Popover layout element.\n\nProperties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-ref-item",
      "description": "Attributes:\n\n  * `icon` {`string | undefined`} - \n\nProperties:\n\n  * `icon` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "icon",
          "description": "`icon` {`string | undefined`} - \n\nProperty: icon\n\nDefault: ",
          "values": []
        }
      ]
    },
    {
      "name": "umb-split-panel",
      "description": "Custom element for a split panel with adjustable divider.\n\nEvents:\n\n  * `position-changed` {`CustomEvent<{ position: string; }>`} - \n\nSlots:\n\n  * `start` {} - Content for the start panel.\n\n  * `end` {} - Content for the end panel.\n\nAttributes:\n\n  * `snap` {`string | undefined`} - Snap points for the divider position.\nPixel or percent space-separated values: e.g., \"100px 50% -75% -200px\".\nNegative values are relative to the end of the container.\n\n  * `lock` {`\"start\" | \"end\" | \"none\"`} - Locking mode for the split panel.\nPossible values: \"start\", \"end\", \"none\" (default).\n\n  * `position` {`string`} - Initial position of the divider.\nPixel or percent value: e.g., \"100px\" or \"25%\".\nDefaults to a CSS variable if not set: \"var(--umb-split-panel-initial-position) which defaults to 50%\".\n\nProperties:\n\n  * `mainElement` {`HTMLElement`} - \n\n  * `dividerTouchAreaElement` {`HTMLElement`} - \n\n  * `dividerElement` {`HTMLElement`} - \n\n  * `snap` {`string | undefined`} - Snap points for the divider position.\nPixel or percent space-separated values: e.g., \"100px 50% -75% -200px\".\nNegative values are relative to the end of the container.\n\n  * `lock` {`\"start\" | \"end\" | \"none\"`} - Locking mode for the split panel.\nPossible values: \"start\", \"end\", \"none\" (default).\n\n  * `position` {`string`} - Initial position of the divider.\nPixel or percent value: e.g., \"100px\" or \"25%\".\nDefaults to a CSS variable if not set: \"var(--umb-split-panel-initial-position) which defaults to 50%\".\n\n  * `_hasStartPanel` {`boolean`} - \n\n  * `_hasEndPanel` {`boolean`} - \n\n  * `styles` - ",
      "attributes": [
        {
          "name": "snap",
          "description": "`snap` {`string | undefined`} - Snap points for the divider position.\nPixel or percent space-separated values: e.g., \"100px 50% -75% -200px\".\nNegative values are relative to the end of the container.\n\nProperty: snap",
          "values": []
        },
        {
          "name": "lock",
          "description": "`lock` {`\"start\" | \"end\" | \"none\"`} - Locking mode for the split panel.\nPossible values: \"start\", \"end\", \"none\" (default).\n\nProperty: lock\n\nDefault: none",
          "values": [
            {
              "name": "start"
            },
            {
              "name": "end"
            },
            {
              "name": "none"
            }
          ]
        },
        {
          "name": "position",
          "description": "`position` {`string`} - Initial position of the divider.\nPixel or percent value: e.g., \"100px\" or \"25%\".\nDefaults to a CSS variable if not set: \"var(--umb-split-panel-initial-position) which defaults to 50%\".\n\nProperty: position\n\nDefault: var(--umb-split-panel-initial-position)"
        },
        {
          "name": "onposition-changed",
          "description": "`position-changed` {`CustomEvent<{ position: string; }>`} - "
        }
      ]
    },
    {
      "name": "umb-stack",
      "description": "Attributes:\n\n  * `look` {string} - Look\n\n  * `divide` {boolean} - Divide\n\nProperties:\n\n  * `look` {string} - Look\n\n  * `divide` {boolean} - Divide\n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "look",
          "description": "`look` {string} - Look\n\nProperty: look\n\nDefault: default",
          "values": [
            {
              "name": "compact"
            },
            {
              "name": "default"
            }
          ]
        },
        {
          "name": "divide",
          "description": "`divide` {boolean} - Divide\n\nProperty: divide\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-table",
      "description": "Events:\n\n  * `selected` - fires when a row is selected\n\n  * `deselected` - fires when a row is deselected\n\n  * `sort` - fires when a column order is changed\n\nAttributes:\n\n  * `sortable` {`boolean`} - \n\nProperties:\n\n  * `_items` {Array<UmbTableItem>} - Table Items\n\n  * `items` {`UmbTableItem[]`} - \n\n  * `columns` {Array<UmbTableColumn>} - \n\n  * `config` {UmbTableConfig} - \n\n  * `selection` {Array<string>} - \n\n  * `orderingColumn` {`string`} - \n\n  * `orderingDesc` {`boolean`} - \n\n  * `_sortable` {`boolean`} - \n\n  * `sortable` {`boolean`} - \n\n  * `_selectionMode` {`boolean`} - \n\n  * `_renderRow` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "sortable",
          "description": "`sortable` {`boolean`} - \n\nProperty: sortable",
          "valueSet": "v"
        },
        {
          "name": "onselected",
          "description": "`selected` - fires when a row is selected"
        },
        {
          "name": "ondeselected",
          "description": "`deselected` - fires when a row is deselected"
        },
        {
          "name": "onsort",
          "description": "`sort` - fires when a column order is changed"
        }
      ]
    },
    {
      "name": "umb-view-loader",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-input-culture-select",
      "description": "Attributes:\n\n  * `disabled` {boolean} - Disables the input\n\n  * `readonly` {boolean} - Disables the input\n\nProperties:\n\n  * `disabled` {boolean} - Disables the input\n\n  * `readonly` {boolean} - Disables the input\n\n  * `_cultures` {`CultureReponseModel[]`} - \n\n  * `_search` {`string`} - \n\n  * `selectedCultureName` {`string | undefined`} - ",
      "attributes": [
        {
          "name": "disabled",
          "description": "`disabled` {boolean} - Disables the input\n\nProperty: disabled\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Disables the input\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-context-debugger-modal",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-debug",
      "description": "Attributes:\n\n  * `visible` {`boolean`} - \n\n  * `dialog` {`boolean`} - \n\nProperties:\n\n  * `visible` {`boolean`} - \n\n  * `dialog` {`boolean`} - \n\n  * `_contexts` {`Map<any, any>`} - \n\n  * `_debugPaneOpen` {`boolean`} - \n\n  * `_modalContext` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "visible",
          "description": "`visible` {`boolean`} - \n\nProperty: visible\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "dialog",
          "description": "`dialog` {`boolean`} - \n\nProperty: dialog\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-entity-create-option-action-list-modal",
      "description": "Properties:\n\n  * `_apiControllers` {`UmbExtensionApiInitializer<ManifestEntityCreateOptionAction>[]`} - \n\n  * `_hrefList` {`(string | undefined)[]`} - \n\n  * `styles` - ",
      "attributes": []
    },
    {
      "name": "umb-entity-action",
      "description": "Attributes:\n\n  * `entityType` {`string | null | undefined`} - \n\n  * `unique` {`string | null | undefined`} - \n\nProperties:\n\n  * `entityType` {`string | null | undefined`} - \n\n  * `unique` {`string | null | undefined`} - \n\n  * `manifest` {`ManifestEntityAction<MetaType> | undefined`} - \n\n  * `api` {`ApiType | undefined`} - \n\n  * `_href` {`string | undefined`} - ",
      "attributes": [
        {
          "name": "entityType",
          "description": "`entityType` {`string | null | undefined`} - \n\nProperty: entityType",
          "values": []
        },
        {
          "name": "unique",
          "description": "`unique` {`string | null | undefined`} - \n\nProperty: unique",
          "values": []
        }
      ]
    },
    {
      "name": "umb-entity-action-list",
      "description": "Attributes:\n\n  * `entity-type` {`string | undefined`} - \n\n  * `unique` {`string | null | undefined`} - \n\nProperties:\n\n  * `entityType` {`string | undefined`} - \n\n  * `unique` {`string | null | undefined`} - \n\n  * `_filter` - \n\n  * `_props` {`Partial<UmbEntityActionArgs<unknown>>`} - \n\n  * `_apiArgs` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "entity-type",
          "description": "`entity-type` {`string | undefined`} - \n\nProperty: entityType",
          "values": []
        },
        {
          "name": "unique",
          "description": "`unique` {`string | null | undefined`} - \n\nProperty: unique",
          "values": []
        }
      ]
    },
    {
      "name": "umb-entity-actions-dropdown",
      "description": "Attributes:\n\n  * `compact` {`boolean`} - \n\n  * `label` {`string | undefined`} - \n\nProperties:\n\n  * `compact` {`boolean`} - \n\n  * `label` {`string | undefined`} - \n\n  * `_dropdownElement` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "compact",
          "description": "`compact` {`boolean`} - \n\nProperty: compact\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "label",
          "description": "`label` {`string | undefined`} - \n\nProperty: label",
          "values": []
        }
      ]
    },
    {
      "name": "umb-entity-actions-table-column-view",
      "description": "Properties:\n\n  * `value` - ",
      "attributes": []
    },
    {
      "name": "umb-entity-bulk-action",
      "description": "Properties:\n\n  * `manifest` - \n\n  * `api` {`ApiType | undefined`} - ",
      "attributes": []
    },
    {
      "name": "umb-default-item-ref",
      "description": "Attributes:\n\n  * `item` - \n\n  * `standalone` {`boolean`} - \n\n  * `selectable` {`boolean`} - \n\nProperties:\n\n  * `item` - \n\n  * `standalone` {`boolean`} - \n\n  * `selectable` {`boolean`} - ",
      "attributes": [
        {
          "name": "item",
          "description": "`item` - \n\nProperty: item"
        },
        {
          "name": "standalone",
          "description": "`standalone` {`boolean`} - \n\nProperty: standalone\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "selectable",
          "description": "`selectable` {`boolean`} - \n\nProperty: selectable\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-entity-item-ref",
      "description": "Attributes:\n\n  * `readonly` {`boolean`} - \n\n  * `standalone` {`boolean`} - \n\n  * `select-only` {`boolean`} - \n\n  * `selectable` {`boolean`} - \n\n  * `selected` {`boolean`} - \n\n  * `disabled` {`boolean`} - \n\n  * `error` {`boolean | undefined`} - \n\n  * `error-message` {`string | null | undefined`} - \n\n  * `error-detail` {`string | null | undefined`} - \n\nProperties:\n\n  * `_component` - \n\n  * `item` - \n\n  * `readonly` {`boolean`} - \n\n  * `standalone` {`boolean`} - \n\n  * `selectOnly` {`boolean`} - \n\n  * `selectable` {`boolean`} - \n\n  * `selected` {`boolean`} - \n\n  * `disabled` {`boolean`} - \n\n  * `error` {`boolean | undefined`} - \n\n  * `errorMessage` {`string | null | undefined`} - \n\n  * `errorDetail` {`string | null | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "readonly",
          "description": "`readonly` {`boolean`} - \n\nProperty: readonly",
          "valueSet": "v"
        },
        {
          "name": "standalone",
          "description": "`standalone` {`boolean`} - \n\nProperty: standalone",
          "valueSet": "v"
        },
        {
          "name": "select-only",
          "description": "`select-only` {`boolean`} - \n\nProperty: selectOnly",
          "valueSet": "v"
        },
        {
          "name": "selectable",
          "description": "`selectable` {`boolean`} - \n\nProperty: selectable",
          "valueSet": "v"
        },
        {
          "name": "selected",
          "description": "`selected` {`boolean`} - \n\nProperty: selected",
          "valueSet": "v"
        },
        {
          "name": "disabled",
          "description": "`disabled` {`boolean`} - \n\nProperty: disabled",
          "valueSet": "v"
        },
        {
          "name": "error",
          "description": "`error` {`boolean | undefined`} - \n\nProperty: error",
          "values": []
        },
        {
          "name": "error-message",
          "description": "`error-message` {`string | null | undefined`} - \n\nProperty: errorMessage",
          "values": []
        },
        {
          "name": "error-detail",
          "description": "`error-detail` {`string | null | undefined`} - \n\nProperty: errorDetail",
          "values": []
        }
      ]
    },
    {
      "name": "umb-entity-sign-bundle",
      "description": "Attributes:\n\n  * `entity-type` {`string | undefined`} - \n\n  * `dir` {`\"\" | \"rtl\" | \"ltr\"`} - The direction of the element.\n\n  * `lang` {`string`} - The language of the element.\n\nProperties:\n\n  * `entityType` {`string | undefined`} - \n\n  * `entityFlags` {`UmbEntityFlag[] | undefined`} - \n\n  * `_signs` {`any[] | undefined`} - \n\n  * `_labels` {`Map<string, string>`} - \n\n  * `_popoverOpen` {`boolean`} - \n\n  * `_hoverTimer` {`number | undefined`} - \n\n  * `_popoverSigns` {`(HTMLElement | undefined)[] | undefined`} - \n\n  * `styles` {`any[]`} - \n\n  * `dir` {`\"\" | \"rtl\" | \"ltr\"`} - The direction of the element.\n\n  * `lang` {`string`} - The language of the element.",
      "attributes": [
        {
          "name": "entity-type",
          "description": "`entity-type` {`string | undefined`} - \n\nProperty: entityType",
          "values": []
        },
        {
          "name": "dir",
          "description": "`dir` {`\"\" | \"rtl\" | \"ltr\"`} - The direction of the element.\n\nProperty: dir\n\nDefault: ",
          "values": [
            {
              "name": ""
            },
            {
              "name": "rtl"
            },
            {
              "name": "ltr"
            }
          ]
        },
        {
          "name": "lang",
          "description": "`lang` {`string`} - The language of the element.\n\nProperty: lang\n\nDefault: "
        }
      ]
    },
    {
      "name": "umb-entity-sign-icon",
      "description": "Properties:\n\n  * `styles` {`any[]`} - \n\n  * `manifest` {`ManifestEntitySignIconKind | undefined`} - ",
      "attributes": []
    },
    {
      "name": "umb-extension-slot",
      "description": "A custom element that dynamically renders extensions registered in the extension registry.\n\nThis element observes the extension registry and renders all permitted extensions matching the specified type(s).\nExtensions are automatically filtered by their conditions and can be further filtered using the `filter` property.\nThe element handles extension lifecycle, property passing, and event binding.\n\nSlots:\n\n  * `default` {} - Fallback content shown when no extensions are permitted (unless `fallbackRenderMethod` is provided).\n\nAttributes:\n\n  * `single` {`boolean | undefined`} - When true, only renders the highest weighted permitted extension.\nUseful for extension types where only one instance should be displayed (e.g., menus).\n\n  * `type` {`string | string[] | undefined`} - The type or types of extensions to render. Required for the slot to display anything.\nCan be a single type string or an array of type strings to render extensions from multiple types.\n\n  * `default-element` {`string | undefined`} - Fallback element tag name to use when an extension manifest doesn't specify its own element.\nThis allows extensions to rely on a default UI implementation while still being registered.\n\nProperties:\n\n  * `_permitted` {`UmbExtensionElementInitializer[] | undefined`} - \n\n  * `single` {`boolean | undefined`} - When true, only renders the highest weighted permitted extension.\nUseful for extension types where only one instance should be displayed (e.g., menus).\n\n  * `type` {`string | string[] | undefined`} - The type or types of extensions to render. Required for the slot to display anything.\nCan be a single type string or an array of type strings to render extensions from multiple types.\n\n  * `filter` - Filter function for extension manifests.\nThis is an initial filter taking effect before conditions or overwrites are applied.\nExtensions will still be filtered by their manifest-defined conditions after this filter.\nThe filter function receives the extension manifest and should return true to include it.\n\n  * `props` - Properties to pass to all rendered extension elements.\nThese properties are spread onto each extension element instance.\nNote: The extension's manifest is always passed automatically regardless of this setting.\n\n  * `events` - Event listeners to attach to all rendered extension elements.\nThe key is the event name, and the value is the event handler function.\nListeners are automatically added when extensions are rendered and removed on disconnect.\n\n  * `defaultElement` {`string | undefined`} - Fallback element tag name to use when an extension manifest doesn't specify its own element.\nThis allows extensions to rely on a default UI implementation while still being registered.\n\n  * `renderMethod` - Custom render function for controlling how each extension is rendered.\nWhen provided, this function is called for each permitted extension instead of the default rendering.\nThe function receives the extension initializer (with `component` and `manifest` properties) and the index,\nand should return a TemplateResult, HTMLElement, null, or nothing.\n\n  * `fallbackRenderMethod` - Render function called when no extensions are permitted.\nWhen provided, this function is called instead of rendering the default slot content.\nUseful for providing custom empty states or fallback UI.\nThe function should return a TemplateResult, HTMLElement, null, or nothing.\n\n  * `styles` - ",
      "attributes": [
        {
          "name": "single",
          "description": "`single` {`boolean | undefined`} - When true, only renders the highest weighted permitted extension.\nUseful for extension types where only one instance should be displayed (e.g., menus).\n\nProperty: single",
          "values": []
        },
        {
          "name": "type",
          "description": "`type` {`string | string[] | undefined`} - The type or types of extensions to render. Required for the slot to display anything.\nCan be a single type string or an array of type strings to render extensions from multiple types.\n\nProperty: type",
          "values": []
        },
        {
          "name": "default-element",
          "description": "`default-element` {`string | undefined`} - Fallback element tag name to use when an extension manifest doesn't specify its own element.\nThis allows extensions to rely on a default UI implementation while still being registered.\n\nProperty: defaultElement",
          "values": []
        }
      ]
    },
    {
      "name": "umb-extension-with-api-slot",
      "description": "A custom element that dynamically renders extensions with both UI elements and API classes.\n\nSimilar to `umb-extension-slot`, this element observes the extension registry and renders permitted extensions.\nThe key difference is that this slot also initializes an API class for each extension, allowing extensions\nto have both a visual component and associated business logic. The API instance is created with configurable\nconstructor arguments and can receive properties.\n\nSlots:\n\n  * `default` {} - Fallback content shown when no extensions are permitted (unless `fallbackRenderMethod` is provided).\n\nAttributes:\n\n  * `single` {`boolean | undefined`} - When true, only renders the highest weighted permitted extension.\nUseful for extension types where only one instance should be displayed.\n\n  * `type` {`string | string[] | undefined`} - The type or types of extensions to render. Required for the slot to display anything.\nCan be a single type string or an array of type strings to render extensions from multiple types.\n\n  * `default-element` {`string | undefined`} - Fallback element tag name to use when an extension manifest doesn't specify its own element.\nThis allows extensions to rely on a default UI implementation while still being registered.\n\n  * `default-api` - Fallback API loader to use when an extension manifest doesn't specify its own API.\nThis allows extensions to rely on a default API implementation while still being registered.\nCan be a string path to the API module or an API loader function.\n\n  * `renderMethod` - Custom render function for controlling how each extension is rendered.\nWhen provided, this function is called for each permitted extension instead of the default rendering.\nThe function receives the extension initializer (with `component`, `api`, and `manifest` properties) and the index,\nand should return a TemplateResult, HTMLElement, null, or nothing.\n\nProperties:\n\n  * `_permitted` {`UmbExtensionElementAndApiInitializer[] | undefined`} - \n\n  * `single` {`boolean | undefined`} - When true, only renders the highest weighted permitted extension.\nUseful for extension types where only one instance should be displayed.\n\n  * `type` {`string | string[] | undefined`} - The type or types of extensions to render. Required for the slot to display anything.\nCan be a single type string or an array of type strings to render extensions from multiple types.\n\n  * `filter` - Filter function for extension manifests.\nThis is an initial filter taking effect before conditions or overwrites are applied.\nExtensions will still be filtered by their manifest-defined conditions after this filter.\nThe filter function receives the extension manifest and should return true to include it.\n\n  * `elementProps` - Properties to pass to all rendered extension elements.\nThese properties are spread onto each extension element instance.\nNote: The extension's manifest is always passed automatically regardless of this setting.\n\n  * `apiArgs` - Constructor arguments to pass when instantiating the extension APIs.\nCan be an array of arguments or a function that receives the manifest and returns arguments.\nNote: The host controller is always prepended as the first argument automatically.\n\n  * `apiProps` - Properties to pass to all extension API instances after construction.\nThese properties are spread onto each API instance.\nNote: The extension's manifest is always passed automatically regardless of this setting.\n\n  * `defaultElement` {`string | undefined`} - Fallback element tag name to use when an extension manifest doesn't specify its own element.\nThis allows extensions to rely on a default UI implementation while still being registered.\n\n  * `defaultApi` - Fallback API loader to use when an extension manifest doesn't specify its own API.\nThis allows extensions to rely on a default API implementation while still being registered.\nCan be a string path to the API module or an API loader function.\n\n  * `renderMethod` - Custom render function for controlling how each extension is rendered.\nWhen provided, this function is called for each permitted extension instead of the default rendering.\nThe function receives the extension initializer (with `component`, `api`, and `manifest` properties) and the index,\nand should return a TemplateResult, HTMLElement, null, or nothing.\n\n  * `fallbackRenderMethod` - Render function called when no extensions are permitted.\nWhen provided, this function is called instead of rendering the default slot content.\nUseful for providing custom empty states or fallback UI.\nThe function should return a TemplateResult, HTMLElement, null, or nothing.\n\n  * `styles` - ",
      "attributes": [
        {
          "name": "single",
          "description": "`single` {`boolean | undefined`} - When true, only renders the highest weighted permitted extension.\nUseful for extension types where only one instance should be displayed.\n\nProperty: single",
          "values": []
        },
        {
          "name": "type",
          "description": "`type` {`string | string[] | undefined`} - The type or types of extensions to render. Required for the slot to display anything.\nCan be a single type string or an array of type strings to render extensions from multiple types.\n\nProperty: type",
          "values": []
        },
        {
          "name": "default-element",
          "description": "`default-element` {`string | undefined`} - Fallback element tag name to use when an extension manifest doesn't specify its own element.\nThis allows extensions to rely on a default UI implementation while still being registered.\n\nProperty: defaultElement",
          "values": []
        },
        {
          "name": "default-api",
          "description": "`default-api` - Fallback API loader to use when an extension manifest doesn't specify its own API.\nThis allows extensions to rely on a default API implementation while still being registered.\nCan be a string path to the API module or an API loader function.\n\nProperty: defaultApi"
        },
        {
          "name": "renderMethod",
          "description": "`renderMethod` - Custom render function for controlling how each extension is rendered.\nWhen provided, this function is called for each permitted extension instead of the default rendering.\nThe function receives the extension initializer (with `component`, `api`, and `manifest` properties) and the index,\nand should return a TemplateResult, HTMLElement, null, or nothing.\n\nProperty: renderMethod",
          "values": []
        }
      ]
    },
    {
      "name": "umb-ref-manifest",
      "description": "Properties:\n\n  * `manifest` - \n\n  * `_alias` {`string | undefined`} - ",
      "attributes": []
    },
    {
      "name": "umb-extension-collection",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-extension-table-collection-view",
      "description": "Properties:\n\n  * `_tableConfig` - \n\n  * `_tableColumns` {`UmbTableColumn[]`} - \n\n  * `_tableItems` {`UmbTableItem[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-input-extension",
      "description": "Attributes:\n\n  * `min` {`number`} - \n\n  * `max` {`number`} - \n\n  * `selection` {`string[]`} - \n\n  * `readonly` {`boolean`} - \n\nProperties:\n\n  * `allowedExtensionTypes` {`string[] | undefined`} - \n\n  * `min` {`number`} - \n\n  * `max` {`number`} - \n\n  * `selection` {`string[]`} - \n\n  * `readonly` {`boolean`} - ",
      "attributes": [
        {
          "name": "min",
          "description": "`min` {`number`} - \n\nProperty: min\n\nDefault: 0"
        },
        {
          "name": "max",
          "description": "`max` {`number`} - \n\nProperty: max\n\nDefault: Infinity"
        },
        {
          "name": "selection",
          "description": "`selection` {`string[]`} - \n\nProperty: selection\n\nDefault: "
        },
        {
          "name": "readonly",
          "description": "`readonly` {`boolean`} - \n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-icon-picker-modal",
      "description": "Properties:\n\n  * `_searchInput` {`HTMLInputElement | undefined`} - \n\n  * `_iconsFiltered` {`UmbIconDefinition<any>[] | undefined`} - \n\n  * `_colorList` - \n\n  * `_isSearching` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-ui-culture-input",
      "description": "Attributes:\n\n  * `value` {`string | undefined`} - \n\nProperties:\n\n  * `_options` {`UmbCultureInputOption[]`} - \n\n  * `value` {`string | undefined`} - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` {`string | undefined`} - \n\nProperty: value",
          "values": []
        }
      ]
    },
    {
      "name": "umb-localize-date",
      "description": "This element allows you to localize a date\n\nSlots:\n\n  * ` ` {} - The fallback value if the key is not found.\n\nAttributes:\n\n  * `date` {`string | Date | undefined`} - The date to localize.\n\n  * `options` {`DateTimeFormatOptions | undefined`} - Formatting options\n\n  * `skipDuration` {`boolean`} - Do not show the duration in the title.\n\nProperties:\n\n  * `date` {`string | Date | undefined`} - The date to localize.\n\n  * `options` {`DateTimeFormatOptions | undefined`} - Formatting options\n\n  * `skipDuration` {`boolean`} - Do not show the duration in the title.\n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "date",
          "description": "`date` {`string | Date | undefined`} - The date to localize.\n\nProperty: date",
          "values": []
        },
        {
          "name": "options",
          "description": "`options` {`DateTimeFormatOptions | undefined`} - Formatting options\n\nProperty: options",
          "values": []
        },
        {
          "name": "skipDuration",
          "description": "`skipDuration` {`boolean`} - Do not show the duration in the title.\n\nProperty: skipDuration\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-localize-number",
      "description": "This element allows you to localize a number\n\nSlots:\n\n  * ` ` {} - The fallback value if the key is not found.\n\nAttributes:\n\n  * `number` {`string | number`} - The number to localize.\n\n  * `options` {`NumberFormatOptions | undefined`} - Formatting options\n\nProperties:\n\n  * `number` {`string | number`} - The number to localize.\n\n  * `options` {`NumberFormatOptions | undefined`} - Formatting options\n\n  * `text` {`string | null`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "number",
          "description": "`number` {`string | number`} - The number to localize.\n\nProperty: number",
          "values": []
        },
        {
          "name": "options",
          "description": "`options` {`NumberFormatOptions | undefined`} - Formatting options\n\nProperty: options",
          "values": []
        }
      ]
    },
    {
      "name": "umb-localize-relative-time",
      "description": "This element allows you to localize a relative time\n\nSlots:\n\n  * ` ` {} - The fallback value if the key is not found.\n\nAttributes:\n\n  * `time` {`number`} - The date to localize.\n\n  * `options` {`RelativeTimeFormatOptions | undefined`} - Formatting options\n\n  * `unit` {`RelativeTimeFormatUnit`} - Unit\n\nProperties:\n\n  * `time` {`number`} - The date to localize.\n\n  * `options` {`RelativeTimeFormatOptions | undefined`} - Formatting options\n\n  * `unit` {`RelativeTimeFormatUnit`} - Unit\n\n  * `text` {`string | null`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "time",
          "description": "`time` {`number`} - The date to localize.\n\nProperty: time"
        },
        {
          "name": "options",
          "description": "`options` {`RelativeTimeFormatOptions | undefined`} - Formatting options\n\nProperty: options",
          "values": []
        },
        {
          "name": "unit",
          "description": "`unit` {`RelativeTimeFormatUnit`} - Unit\n\nProperty: unit\n\nDefault: seconds",
          "values": [
            {
              "name": "year"
            },
            {
              "name": "years"
            },
            {
              "name": "quarter"
            },
            {
              "name": "quarters"
            },
            {
              "name": "month"
            },
            {
              "name": "months"
            },
            {
              "name": "week"
            },
            {
              "name": "weeks"
            },
            {
              "name": "day"
            },
            {
              "name": "days"
            },
            {
              "name": "hour"
            },
            {
              "name": "hours"
            },
            {
              "name": "minute"
            },
            {
              "name": "minutes"
            },
            {
              "name": "second"
            },
            {
              "name": "seconds"
            }
          ]
        }
      ]
    },
    {
      "name": "umb-localize",
      "description": "This element allows you to localize a string with optional interpolation values.\n\nSlots:\n\n  * ` ` {} - The fallback value if the key is not found.\n\nAttributes:\n\n  * `key` {`string`} - The key to localize. The key is case sensitive.\n\n  * `args` {unknown[] | undefined} - The values to forward to the localization function (must be JSON compatible).\n\n  * `debug` {`boolean`} - If true, the key will be rendered instead of the fallback value if the key is not found.\n\nProperties:\n\n  * `key` {`string`} - The key to localize. The key is case sensitive.\n\n  * `args` {unknown[] | undefined} - The values to forward to the localization function (must be JSON compatible).\n\n  * `debug` {`boolean`} - If true, the key will be rendered instead of the fallback value if the key is not found.\n\n  * `text` {`string | null`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "key",
          "description": "`key` {`string`} - The key to localize. The key is case sensitive.\n\nProperty: key"
        },
        {
          "name": "args",
          "description": "`args` {unknown[] | undefined} - The values to forward to the localization function (must be JSON compatible).\n\nProperty: args",
          "values": []
        },
        {
          "name": "debug",
          "description": "`debug` {`boolean`} - If true, the key will be rendered instead of the fallback value if the key is not found.\n\nProperty: debug\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-menu-item-layout",
      "description": "Attributes:\n\n  * `entity-type` {`string | undefined`} - \n\n  * `icon-name` {`string`} - The icon name for the icon to show in this menu item.\n\n  * `label` {`string`} - The label for this menu item.\n\n  * `has-children` {`boolean`} - Declare if this item has children, this will show the expand symbol.\n\n  * `href` {`string | undefined`} - Define a href for this menu item.\n\n  * `target` {string} - Set an anchor tag target, only used when using href.\n\nProperties:\n\n  * `entityType` {`string | undefined`} - \n\n  * `iconName` {`string`} - The icon name for the icon to show in this menu item.\n\n  * `label` {`string`} - The label for this menu item.\n\n  * `hasChildren` {`boolean`} - Declare if this item has children, this will show the expand symbol.\n\n  * `href` {`string | undefined`} - Define a href for this menu item.\n\n  * `target` {string} - Set an anchor tag target, only used when using href.\n\n  * `_isActive` {`boolean`} - ",
      "attributes": [
        {
          "name": "entity-type",
          "description": "`entity-type` {`string | undefined`} - \n\nProperty: entityType",
          "values": []
        },
        {
          "name": "icon-name",
          "description": "`icon-name` {`string`} - The icon name for the icon to show in this menu item.\n\nProperty: iconName\n\nDefault: "
        },
        {
          "name": "label",
          "description": "`label` {`string`} - The label for this menu item.\n\nProperty: label\n\nDefault: "
        },
        {
          "name": "has-children",
          "description": "`has-children` {`boolean`} - Declare if this item has children, this will show the expand symbol.\n\nProperty: hasChildren\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "href",
          "description": "`href` {`string | undefined`} - Define a href for this menu item.\n\nProperty: href",
          "values": []
        },
        {
          "name": "target",
          "description": "`target` {string} - Set an anchor tag target, only used when using href.\n\nProperty: target\n\nDefault: undefined",
          "values": [
            {
              "name": "_blank"
            },
            {
              "name": "_parent"
            },
            {
              "name": "_self"
            },
            {
              "name": "_top"
            }
          ]
        }
      ]
    },
    {
      "name": "umb-action-menu-item",
      "description": "Properties:\n\n  * `api` {`UmbMenuItemActionApi<never> | undefined`} - \n\n  * `manifest` {`ManifestMenuItemActionKind | undefined`} - ",
      "attributes": []
    },
    {
      "name": "umb-link-menu-item",
      "description": "Properties:\n\n  * `manifest` {`ManifestMenuItemLinkKind | undefined`} - ",
      "attributes": []
    },
    {
      "name": "umb-menu-item-default",
      "description": "Properties:\n\n  * `_manifest` {`ManifestMenuItem`} - \n\n  * `_href` {`string | undefined`} - \n\n  * `manifest` {`ManifestMenuItem`} - ",
      "attributes": []
    },
    {
      "name": "umb-menu",
      "description": "Properties:\n\n  * `manifest` {`ManifestMenu | undefined`} - \n\n  * `expansion` - ",
      "attributes": []
    },
    {
      "name": "umb-section-sidebar-menu-with-entity-actions",
      "description": "Properties:\n\n  * `_unique` {`null`} - \n\n  * `_entityType` {`string | null | undefined`} - \n\n  * `manifest` {`ManifestType | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-section-sidebar-menu",
      "description": "Properties:\n\n  * `manifest` {`ManifestType | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-confirm-modal",
      "description": "Properties:\n\n  * `modalContext` - \n\n  * `data` {`UmbConfirmModalData | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-discard-changes-modal",
      "description": "Properties:\n\n  * `styles` {`any[]`} - \n\n  * `_data` {`ModalDataType | undefined`} - \n\n  * `value` {`ModalValueType`} - \n\n  * `manifest` {`ModalManifestType | undefined`} - \n\n  * `modalContext` - \n\n  * `data` {`ModalDataType | undefined`} - ",
      "attributes": []
    },
    {
      "name": "umb-error-viewer-modal",
      "description": "Properties:\n\n  * `_displayError` {`string | undefined`} - \n\n  * `_displayLang` {`string | undefined`} - \n\n  * `styles` {`any[]`} - \n\n  * `_data` {`ModalDataType | undefined`} - \n\n  * `value` {`ModalValueType`} - \n\n  * `manifest` {`ModalManifestType | undefined`} - \n\n  * `modalContext` - \n\n  * `data` {`UmbErrorViewerModalData | undefined`} - ",
      "attributes": []
    },
    {
      "name": "umb-info-modal",
      "description": "Properties:\n\n  * `modalContext` - \n\n  * `data` {`UmbInfoModalData | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-item-picker-modal",
      "description": "Properties:\n\n  * `_filtered` {`UmbItemPickerModel[]`} - \n\n  * `styles` {`any[]`} - \n\n  * `_data` {`ModalDataType | undefined`} - \n\n  * `value` {`ModalValueType`} - \n\n  * `manifest` {`ModalManifestType | undefined`} - \n\n  * `modalContext` - \n\n  * `data` {`ModalDataType | undefined`} - ",
      "attributes": []
    },
    {
      "name": "umb-modal",
      "description": "Properties:\n\n  * `element` - \n\n  * `styles` - ",
      "attributes": []
    },
    {
      "name": "umb-persistent-modal-dialog",
      "description": "A modal dialog element that cannot be dismissed by pressing ESC.\nUse this when the user must interact with the modal content (e.g. re-authentication on timeout).\n\n",
      "attributes": []
    },
    {
      "name": "umb-peek-error-notification",
      "description": "Properties:\n\n  * `data` {`UmbPeekErrorArgs | undefined`} - \n\n  * `notificationHandler` - ",
      "attributes": []
    },
    {
      "name": "umb-notification-layout-default",
      "description": "Attributes:\n\n  * `data` {`UmbNotificationDefaultData`} - \n\nProperties:\n\n  * `notificationHandler` - \n\n  * `data` {`UmbNotificationDefaultData`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "data",
          "description": "`data` {`UmbNotificationDefaultData`} - \n\nProperty: data"
        }
      ]
    },
    {
      "name": "umb-input-object-type",
      "description": "Events:\n\n  * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n  * `value` - \n\nProperties:\n\n  * `_select` - \n\n  * `value` - \n\n  * `_options` - \n\n  * `styles` {`never[]`} - \n\n  * `#repository` - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` - \n\nProperty: value"
        },
        {
          "name": "onchange",
          "description": "`change` {`CustomEvent<unknown>`} - "
        }
      ]
    },
    {
      "name": "umb-picker-search-field",
      "description": "Properties:\n\n  * `_query` {`string`} - \n\n  * `_searching` {`boolean`} - \n\n  * `_isSearchable` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-picker-search-result",
      "description": "Properties:\n\n  * `_executedQuery` - \n\n  * `_searching` {`boolean`} - \n\n  * `_items` {`UmbItemModel[]`} - \n\n  * `_isSearchable` {`boolean`} - \n\n  * `_currentPage` {`number`} - \n\n  * `_totalPages` {`number`} - \n\n  * `_totalItems` {`number`} - \n\n  * `pickableFilter` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-default-picker-search-result-item",
      "description": "Attributes:\n\n  * `item` {`ItemType | undefined`} - \n\n  * `disabled` {`boolean | undefined`} - \n\nProperties:\n\n  * `styles` {`any[]`} - \n\n  * `pickerContext` - \n\n  * `item` {`ItemType | undefined`} - \n\n  * `disabled` {`boolean | undefined`} - \n\n  * `_isSelected` {`boolean`} - ",
      "attributes": [
        {
          "name": "item",
          "description": "`item` {`ItemType | undefined`} - \n\nProperty: item",
          "values": []
        },
        {
          "name": "disabled",
          "description": "`disabled` {`boolean | undefined`} - \n\nProperty: disabled",
          "values": []
        }
      ]
    },
    {
      "name": "umb-property-action-menu",
      "description": "Attributes:\n\n  * `propertyEditorUiAlias` {`string`} - \n\nProperties:\n\n  * `_actions` {`UmbExtensionElementAndApiInitializer<ManifestPropertyAction<MetaPropertyAction>, never>[]`} - \n\n  * `propertyEditorUiAlias` {`string`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "propertyEditorUiAlias",
          "description": "`propertyEditorUiAlias` {`string`} - \n\nProperty: propertyEditorUiAlias"
        }
      ]
    },
    {
      "name": "umb-property-action",
      "description": "Properties:\n\n  * `_href` {`string | undefined`} - \n\n  * `manifest` {`ManifestPropertyActionDefaultKind<MetaType> | undefined`} - \n\n  * `api` {`ApiType | undefined`} - ",
      "attributes": []
    },
    {
      "name": "umb-input-property-editor-data-source",
      "description": "Attributes:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `min-message` {boolean} - Min validation message.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `max-message` {boolean} - Max validation message.\n\n  * `selection` {`string[]`} - \n\n  * `value` {`string`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `data-source-types` {`string[]`} - \n\nProperties:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `minMessage` {boolean} - Min validation message.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `maxMessage` {boolean} - Max validation message.\n\n  * `selection` {`string[]`} - \n\n  * `value` {`string`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `dataSourceTypes` {`string[]`} - \n\n  * `_items` {`UmbPropertyEditorDataSourceItemModel[]`} - \n\n  * `_statuses` {`UmbRepositoryItemsStatus[] | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "min",
          "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: "
        },
        {
          "name": "min-message",
          "description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
        },
        {
          "name": "max",
          "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: "
        },
        {
          "name": "max-message",
          "description": "`max-message` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
        },
        {
          "name": "selection",
          "description": "`selection` {`string[]`} - \n\nProperty: selection"
        },
        {
          "name": "value",
          "description": "`value` {`string`} - \n\nProperty: value"
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: ",
          "valueSet": "v"
        },
        {
          "name": "data-source-types",
          "description": "`data-source-types` {`string[]`} - \n\nProperty: dataSourceTypes"
        }
      ]
    },
    {
      "name": "umb-property-editor-data-source-item-ref",
      "description": "Attributes:\n\n  * `item` {`UmbPropertyEditorDataSourceItemModel | undefined`} - \n\n  * `readonly` {`boolean`} - \n\n  * `standalone` {`boolean`} - \n\nProperties:\n\n  * `item` {`UmbPropertyEditorDataSourceItemModel | undefined`} - \n\n  * `readonly` {`boolean`} - \n\n  * `standalone` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "item",
          "description": "`item` {`UmbPropertyEditorDataSourceItemModel | undefined`} - \n\nProperty: item",
          "values": []
        },
        {
          "name": "readonly",
          "description": "`readonly` {`boolean`} - \n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "standalone",
          "description": "`standalone` {`boolean`} - \n\nProperty: standalone\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-ref-property-editor-ui",
      "description": "Attributes:\n\n  * `alias` {string} - Alias\n\n  * `property-editor-schema-alias` {string} - Property Editor Alias\n\nProperties:\n\n  * `fallbackIcon` {`string`} - \n\n  * `alias` {string} - Alias\n\n  * `propertyEditorSchemaAlias` {string} - Property Editor Alias\n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "alias",
          "description": "`alias` {string} - Alias\n\nProperty: alias\n\nDefault: ''"
        },
        {
          "name": "property-editor-schema-alias",
          "description": "`property-editor-schema-alias` {string} - Property Editor Alias\n\nProperty: propertyEditorSchemaAlias\n\nDefault: ''"
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-picker-modal",
      "description": "Properties:\n\n  * `_groupedPropertyEditorUIs` {`{ key: string; items: ManifestPropertyEditorUi[]; }[]`} - \n\n  * `_propertyEditorUIs` {`ManifestPropertyEditorUi[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-property-sort-mode-toolbar",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-property-sort-mode-property-action",
      "description": "Properties:\n\n  * `_isSortMode` {`boolean`} - \n\n  * `manifest` {`ManifestPropertyActionSortModeKind<MetaPropertyActionDefaultKind> | undefined`} - \n\n  * `api` - ",
      "attributes": []
    },
    {
      "name": "umb-property-layout",
      "description": "Slots:\n\n  * `editor` {} - Slot for rendering the Property Editor\n\n  * `description` {} - Slot for rendering things below the label.\n\n  * `action-menu` {} - Slot for rendering the Property Action Menu\n\nAttributes:\n\n  * `alias` {string} - Alias. The technical name of the property.\n\n  * `label` {string} - Label. Name of the property.\n\n  * `orientation` {`\"horizontal\" | \"vertical\"`} - Orientation: Horizontal is the default where label goes left and editor right.\nVertical is where label goes above the editor.\n\n  * `description` {string} - Description: render a description underneath the label.\n\n  * `invalid` {boolean} - \n\n  * `mandatory` {boolean} - \n\nProperties:\n\n  * `alias` {string} - Alias. The technical name of the property.\n\n  * `label` {string} - Label. Name of the property.\n\n  * `orientation` {`\"horizontal\" | \"vertical\"`} - Orientation: Horizontal is the default where label goes left and editor right.\nVertical is where label goes above the editor.\n\n  * `description` {string} - Description: render a description underneath the label.\n\n  * `invalid` {boolean} - \n\n  * `mandatory` {boolean} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "alias",
          "description": "`alias` {string} - Alias. The technical name of the property.\n\nProperty: alias\n\nDefault: ''"
        },
        {
          "name": "label",
          "description": "`label` {string} - Label. Name of the property.\n\nProperty: label\n\nDefault: ''"
        },
        {
          "name": "orientation",
          "description": "`orientation` {`\"horizontal\" | \"vertical\"`} - Orientation: Horizontal is the default where label goes left and editor right.\nVertical is where label goes above the editor.\n\nProperty: orientation\n\nDefault: ''",
          "values": [
            {
              "name": "horizontal"
            },
            {
              "name": "vertical"
            }
          ]
        },
        {
          "name": "description",
          "description": "`description` {string} - Description: render a description underneath the label.\n\nProperty: description\n\nDefault: ''"
        },
        {
          "name": "invalid",
          "description": "`invalid` {boolean} - \n\nProperty: invalid\n\nDefault: undefined",
          "values": []
        },
        {
          "name": "mandatory",
          "description": "`mandatory` {boolean} - \n\nProperty: mandatory\n\nDefault: false",
          "values": []
        }
      ]
    },
    {
      "name": "umb-property",
      "description": "Attributes:\n\n  * `label` {string} - Label. Name of the property\n\n  * `description` {string} - Description: render a description underneath the label.\n\n  * `alias` {string} - Alias\n\n  * `property-editor-ui-alias` {string} - Property Editor UI Alias. Render the Property Editor UI registered for this alias.\n\n  * `property-editor-data-source-alias` {`string | undefined`} - \n\n  * `data-path` {string} - DataPath, declare the path to the value of the data that this property represents.\n\n  * `readonly` {`boolean`} - \n\nProperties:\n\n  * `label` {string} - Label. Name of the property\n\n  * `description` {string} - Description: render a description underneath the label.\n\n  * `appearance` - Appearance: Appearance settings for the property.\n\n  * `alias` {string} - Alias\n\n  * `propertyEditorUiAlias` {string} - Property Editor UI Alias. Render the Property Editor UI registered for this alias.\n\n  * `_propertyEditorUiAlias` {`string | undefined`} - \n\n  * `propertyEditorDataSourceAlias` {`string | undefined`} - \n\n  * `config` {string} - Config. Configuration to pass to the Property Editor UI. This is also the configuration data stored on the Data Type.\n\n  * `validation` - Validation: Validation settings for the property.\n\n  * `dataPath` {string} - DataPath, declare the path to the value of the data that this property represents.\n\n  * `_readonly` {boolean} - Sets the property to readonly, meaning value cannot be changed but still able to read and select its content.\n\n  * `readonly` {`boolean`} - \n\n  * `_variantDifferenceTerm` {`string | undefined`} - \n\n  * `_element` - \n\n  * `_invalid` {`boolean | undefined`} - \n\n  * `_alias` {`string | undefined`} - \n\n  * `_label` {`string | undefined`} - \n\n  * `_description` {`string | undefined`} - \n\n  * `_orientation` {`\"horizontal\" | \"vertical\"`} - \n\n  * `_mandatory` {`boolean | undefined`} - \n\n  * `_supportsReadOnly` {`boolean`} - \n\n  * `_isReadOnly` {`boolean`} - \n\n  * `_onPropertyEditorChange` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "label",
          "description": "`label` {string} - Label. Name of the property\n\nProperty: label\n\nDefault: ",
          "values": []
        },
        {
          "name": "description",
          "description": "`description` {string} - Description: render a description underneath the label.\n\nProperty: description\n\nDefault: ",
          "values": []
        },
        {
          "name": "alias",
          "description": "`alias` {string} - Alias\n\nProperty: alias\n\nDefault: "
        },
        {
          "name": "property-editor-ui-alias",
          "description": "`property-editor-ui-alias` {string} - Property Editor UI Alias. Render the Property Editor UI registered for this alias.\n\nProperty: propertyEditorUiAlias\n\nDefault: "
        },
        {
          "name": "property-editor-data-source-alias",
          "description": "`property-editor-data-source-alias` {`string | undefined`} - \n\nProperty: propertyEditorDataSourceAlias",
          "values": []
        },
        {
          "name": "data-path",
          "description": "`data-path` {string} - DataPath, declare the path to the value of the data that this property represents.\n\nProperty: dataPath\n\nDefault: ",
          "values": []
        },
        {
          "name": "readonly",
          "description": "`readonly` {`boolean`} - \n\nProperty: readonly",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-unsupported-property",
      "description": "Attributes:\n\n  * `alias` {`string`} - \n\n  * `schema` {`string`} - \n\nProperties:\n\n  * `alias` {`string`} - \n\n  * `schema` {`string`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "alias",
          "description": "`alias` {`string`} - \n\nProperty: alias\n\nDefault: "
        },
        {
          "name": "schema",
          "description": "`schema` {`string`} - \n\nProperty: schema\n\nDefault: "
        }
      ]
    },
    {
      "name": "umb-property-dataset",
      "description": "Slots:\n\n  * `default` {} - Slot for rendering content within.\n\nProperties:\n\n  * `value` {`UmbPropertyValueData<unknown>[]`} - \n\n  * `name` {`string | undefined`} - \n\n  * `context` - \n\n  * `#allowChangeEvent` {`boolean`} - ",
      "attributes": []
    },
    {
      "name": "umb-restore-from-recycle-bin-modal",
      "description": "Properties:\n\n  * `_isAutomaticRestore` {`boolean`} - \n\n  * `_destinationItem` - \n\n  * `_destinationItemName` {`string | undefined`} - \n\n  * `_restoreItemName` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-route-forbidden",
      "description": "A component that displays a \"Forbidden\" message when a user tries to access a route they do not have permission for.\nThis is typically used in routing scenarios where access control is enforced.\nIt informs the user that they do not have the necessary permissions to view the requested resource.\n\nProperties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-route-not-found",
      "description": "A fallback view to be used in Workspace Views, maybe this can be upgraded at a later point.\n\nProperties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-router-slot",
      "description": "Events:\n\n  * `init` - fires when the router is connected\n\n  * `change` - fires when a path of this router is changed\n\nAttributes:\n\n  * `inherit-addendum` {`boolean | undefined`} - \n\nProperties:\n\n  * `inheritAddendum` {`boolean | undefined`} - \n\n  * `routes` {`IRoute[] | undefined`} - \n\n  * `parent` {`IRouterSlot<any, any> | null | undefined`} - \n\n  * `_routerPath` {`string | undefined`} - \n\n  * `absoluteRouterPath` {`string | undefined`} - \n\n  * `_activeLocalPath` {`string | undefined`} - \n\n  * `localActiveViewPath` {`string | undefined`} - \n\n  * `absoluteActiveViewPath` {`string`} - \n\n  * `_updateRouterPath` - \n\n  * `_onNavigationChanged` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "inherit-addendum",
          "description": "`inherit-addendum` {`boolean | undefined`} - \n\nProperty: inheritAddendum",
          "values": []
        },
        {
          "name": "oninit",
          "description": "`init` - fires when the router is connected"
        },
        {
          "name": "onchange",
          "description": "`change` - fires when a path of this router is changed"
        }
      ]
    },
    {
      "name": "umb-dashboard-examine-management",
      "description": "Properties:\n\n  * `_routes` {`UmbRoute[]`} - \n\n  * `_routerPath` {`string | undefined`} - \n\n  * `_activePath` {`string`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-examine-fields-settings-modal",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-examine-fields-viewer-modal",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-search-modal",
      "description": "Properties:\n\n  * `_inputFakeCursor` {`HTMLElement`} - \n\n  * `_input` {`HTMLInputElement`} - \n\n  * `modalContext` - \n\n  * `_search` {`string`} - \n\n  * `_searchResults` {`UmbSearchResultItemModel[]`} - \n\n  * `_globalSearchers` {`GlobalSearchers[]`} - \n\n  * `_currentGlobalSearcher` {`GlobalSearchers | undefined`} - \n\n  * `_loading` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-search-result-item",
      "description": "Attributes:\n\n  * `item` {`UmbSearchResultItemModel | undefined`} - \n\nProperties:\n\n  * `item` {`UmbSearchResultItemModel | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "item",
          "description": "`item` {`UmbSearchResultItemModel | undefined`} - \n\nProperty: item",
          "values": []
        }
      ]
    },
    {
      "name": "umb-search-header-app",
      "description": "Properties:\n\n  * `styles` - ",
      "attributes": []
    },
    {
      "name": "umb-input-section",
      "description": "Attributes:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `min-message` {boolean} - Min validation message.\n\n  * `maxMessage` {boolean} - Max validation message.\n\n  * `value` {`string | undefined`} - \n\nProperties:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `minMessage` {boolean} - Min validation message.\n\n  * `maxMessage` {boolean} - Max validation message.\n\n  * `selection` {`string[]`} - \n\n  * `value` {`string | undefined`} - \n\n  * `_items` {`UmbSectionItemModel[] | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "min",
          "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: "
        },
        {
          "name": "max",
          "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: "
        },
        {
          "name": "min-message",
          "description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
        },
        {
          "name": "maxMessage",
          "description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
        },
        {
          "name": "value",
          "description": "`value` {`string | undefined`} - \n\nProperty: value",
          "values": []
        }
      ]
    },
    {
      "name": "umb-ref-section",
      "description": "Properties:\n\n  * `item` {`UmbSectionItemModel | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-section-default",
      "description": "Properties:\n\n  * `_routes` {`UmbRoute[] | undefined`} - \n\n  * `_sidebarApps` {`UmbExtensionElementInitializer<any>[] | undefined`} - \n\n  * `_splitPanelPosition` {`string`} - \n\n  * `styles` {`any[]`} - \n\n  * `manifest` {`ManifestSection | undefined`} - ",
      "attributes": []
    },
    {
      "name": "umb-section-main-views",
      "description": "Attributes:\n\n  * `section-alias` {`string | undefined`} - \n\nProperties:\n\n  * `sectionAlias` {`string | undefined`} - \n\n  * `_views` {`ManifestSectionView[]`} - \n\n  * `_dashboards` {`ManifestDashboard[]`} - \n\n  * `_routerPath` {`string | undefined`} - \n\n  * `_activePath` {`string | undefined`} - \n\n  * `_defaultView` {`string | undefined`} - \n\n  * `_routes` {`UmbRoute[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "section-alias",
          "description": "`section-alias` {`string | undefined`} - \n\nProperty: sectionAlias",
          "values": []
        }
      ]
    },
    {
      "name": "umb-section-main",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-section-picker-modal",
      "description": "Properties:\n\n  * `_sections` {`ManifestSection[]`} - \n\n  * `_selectable` {`boolean`} - ",
      "attributes": []
    },
    {
      "name": "umb-section-sidebar",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-rename-modal",
      "description": "Properties:\n\n  * `_name` {`string`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-temporary-file-badge",
      "description": "Attributes:\n\n  * `progress` {`number`} - \n\n  * `complete` {`boolean`} - \n\n  * `error` {`boolean`} - \n\nProperties:\n\n  * `progress` {`number`} - \n\n  * `complete` {`boolean`} - \n\n  * `error` {`boolean`} - \n\n  * `styles` - ",
      "attributes": [
        {
          "name": "progress",
          "description": "`progress` {`number`} - \n\nProperty: progress"
        },
        {
          "name": "complete",
          "description": "`complete` {`boolean`} - \n\nProperty: complete\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "error",
          "description": "`error` {`boolean`} - \n\nProperty: error\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-tree-load-more-button",
      "description": "Attributes:\n\n  * `loading` {`boolean`} - \n\nProperties:\n\n  * `loading` {`boolean`} - \n\n  * `_dataMark` {`string`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "loading",
          "description": "`loading` {`boolean`} - \n\nProperty: loading\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-tree-load-prev-button",
      "description": "Attributes:\n\n  * `loading` {`boolean`} - \n\nProperties:\n\n  * `loading` {`boolean`} - \n\n  * `_dataMark` {`string`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "loading",
          "description": "`loading` {`boolean`} - \n\nProperty: loading\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-default-tree",
      "description": "Properties:\n\n  * `_selectionConfiguration` {`UmbTreeSelectionConfiguration`} - \n\n  * `_api` - \n\n  * `api` - \n\n  * `selectionConfiguration` {`UmbTreeSelectionConfiguration`} - \n\n  * `hideTreeItemActions` {`boolean`} - \n\n  * `hideTreeRoot` {`boolean`} - \n\n  * `expandTreeRoot` {`boolean`} - \n\n  * `startNode` {`UmbTreeStartNode | undefined`} - \n\n  * `foldersOnly` {`boolean | undefined`} - \n\n  * `isMenu` {`boolean | undefined`} - \n\n  * `selectableFilter` - \n\n  * `filter` - \n\n  * `expansion` - \n\n  * `_rootItems` {`UmbTreeItemModel[]`} - \n\n  * `_treeRoot` {`UmbTreeRootModel | undefined`} - \n\n  * `_currentPage` {`number`} - \n\n  * `_hasPreviousItems` {`boolean`} - \n\n  * `_hasNextItems` {`boolean`} - \n\n  * `_isLoadingPrevChildren` {`boolean`} - \n\n  * `_isLoadingNextChildren` {`boolean`} - \n\n  * `styles` - ",
      "attributes": []
    },
    {
      "name": "umb-duplicate-to-modal",
      "description": "Properties:\n\n  * `_destinationUnique` {`string | null | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-sort-children-of-modal",
      "description": "Properties:\n\n  * `_children` {`TreeItemModelType[]`} - \n\n  * `_currentPage` {`number`} - \n\n  * `_totalPages` {`number`} - \n\n  * `_tableColumns` {`UmbTableColumn[]`} - \n\n  * `_tableConfig` - \n\n  * `_tableItems` {`UmbTableItem[]`} - \n\n  * `_sortable` {`boolean`} - \n\n  * `_sortedUniques` {`Set<string>`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-folder-create-modal",
      "description": "Properties:\n\n  * `_folderScaffold` {`UmbFolderModel | undefined`} - \n\n  * `_isNew` {`boolean`} - \n\n  * `folderRepository` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-folder-update-modal",
      "description": "Properties:\n\n  * `_isNew` {`boolean`} - \n\n  * `folderRepository` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-folder-workspace-editor",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-default-tree-item",
      "description": "Attributes:\n\n  * `no-access` {`boolean`} - \n\nProperties:\n\n  * `item` {`TreeItemModelType | undefined`} - \n\n  * `_item` {`TreeItemModelType | undefined`} - \n\n  * `_noAccess` {`boolean`} - \n\n  * `_flags` {`UmbEntityFlag[] | undefined`} - \n\n  * `_label` {`string | undefined`} - \n\n  * `_isLoadingPrevChildren` {`boolean`} - \n\n  * `_isLoadingNextChildren` {`boolean`} - \n\n  * `api` {`TreeItemContextType | undefined`} - \n\n  * `hideActions` {`boolean`} - \n\n  * `_isActive` {`boolean`} - \n\n  * `_childItems` {`TreeItemModelType[] | undefined`} - \n\n  * `_href` {`string | undefined`} - \n\n  * `_isLoading` {`boolean`} - \n\n  * `_isSelectableContext` {`boolean`} - \n\n  * `_isSelectable` {`boolean`} - \n\n  * `_isSelected` {`boolean`} - \n\n  * `_hasChildren` {`boolean`} - \n\n  * `_forceShowExpand` {`boolean`} - \n\n  * `_isOpen` {`boolean`} - \n\n  * `_iconSlotHasChildren` {`boolean`} - \n\n  * `_totalPages` {`number`} - \n\n  * `_currentPage` {`number`} - \n\n  * `_hasPreviousItems` {`boolean`} - \n\n  * `_hasNextItems` {`boolean`} - \n\n  * `_isMenu` {`boolean`} - \n\n  * `isMenu` {`boolean`} - \n\n  * `_renderExpandSymbol` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "no-access",
          "description": "`no-access` {`boolean`} - \n\nProperty: _noAccess\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-tree-item",
      "description": "Attributes:\n\n  * `entityType` {`string | undefined`} - \n\nProperties:\n\n  * `entityType` {`string | undefined`} - \n\n  * `props` - ",
      "attributes": [
        {
          "name": "entityType",
          "description": "`entityType` {`string | undefined`} - \n\nProperty: entityType",
          "values": []
        }
      ]
    },
    {
      "name": "umb-menu-item-tree-default",
      "description": "Attributes:\n\n  * `manifest` {`ManifestMenuItemTreeKind | undefined`} - \n\nProperties:\n\n  * `manifest` {`ManifestMenuItemTreeKind | undefined`} - \n\n  * `_menuItemExpansion` - ",
      "attributes": [
        {
          "name": "manifest",
          "description": "`manifest` {`ManifestMenuItemTreeKind | undefined`} - \n\nProperty: manifest",
          "values": []
        }
      ]
    },
    {
      "name": "umb-tree-picker-modal",
      "description": "Properties:\n\n  * `_selectionConfiguration` {`UmbTreeSelectionConfiguration`} - \n\n  * `_hasSelection` {`boolean`} - \n\n  * `_createPath` {`string | undefined`} - \n\n  * `_createLabel` {`string | undefined`} - \n\n  * `_searchQuery` {`string | undefined`} - \n\n  * `_treeExpansion` - \n\n  * `_pickerContext` - ",
      "attributes": []
    },
    {
      "name": "umb-tree",
      "attributes": []
    },
    {
      "name": "umb-form-validation-message",
      "description": "Slots:\n\n  * ` ` {} - for button contents\n\n  * `message` {} - for extras in the messages container\n\nAttributes:\n\n  * `for` {string} - Set the element containing Form Controls of interest.\n\nProperties:\n\n  * `for` {string} - Set the element containing Form Controls of interest.\n\n  * `_for` {`HTMLElement | null`} - \n\n  * `_messages` {`Map<UmbFormControlMixinInterface<unknown>, string>`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "for",
          "description": "`for` {string} - Set the element containing Form Controls of interest.\n\nProperty: for\n\nDefault: ",
          "values": []
        }
      ]
    },
    {
      "name": "umb-workspace-action-menu-item",
      "description": "Properties:\n\n  * `_href` {`string | undefined`} - \n\n  * `manifest` {`ManifestWorkspaceActionMenuItemDefaultKind<MetaType> | undefined`} - \n\n  * `api` {`ApiType | undefined`} - ",
      "attributes": []
    },
    {
      "name": "umb-workspace-action-menu",
      "description": "Attributes:\n\n  * `look` - \n\n  * `color` - \n\nProperties:\n\n  * `look` - \n\n  * `color` - \n\n  * `items` {`UmbExtensionElementAndApiInitializer<ManifestWorkspaceActionMenuItem<MetaWorkspaceActionMenuItem>>[]`} - \n\n  * `_popoverOpen` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "look",
          "description": "`look` - \n\nProperty: look\n\nDefault: secondary"
        },
        {
          "name": "color",
          "description": "`color` - \n\nProperty: color\n\nDefault: default"
        }
      ]
    },
    {
      "name": "umb-workspace-action",
      "description": "Properties:\n\n  * `_extensionsController` - \n\n  * `manifest` {`ManifestWorkspaceAction<MetaType, UmbWorkspaceAction<MetaType>> | undefined`} - \n\n  * `api` {`ApiType | undefined`} - \n\n  * `_actionApi` - \n\n  * `_buttonLabel` {`string | undefined`} - \n\n  * `_buttonState` - \n\n  * `_additionalOptions` {`boolean | undefined`} - \n\n  * `_href` {`string | undefined`} - \n\n  * `_isDisabled` {`boolean`} - \n\n  * `_items` {`UmbExtensionElementAndApiInitializer<ManifestWorkspaceActionMenuItem<MetaWorkspaceActionMenuItem>>[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-workspace-breadcrumb",
      "description": "Properties:\n\n  * `_name` {`string`} - \n\n  * `_structure` {`UmbStructureItemModel[]`} - \n\n  * `_isNew` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-workspace-variant-menu-breadcrumb",
      "description": "Properties:\n\n  * `_name` {`string`} - \n\n  * `_structure` {`UmbVariantStructureItemModel[]`} - \n\n  * `_workspaceActiveVariantId` - \n\n  * `_appDefaultCulture` {`string | undefined`} - \n\n  * `_appCurrentCulture` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-workspace-editor",
      "description": "Slots:\n\n  * `header` {} - Slot for workspace header\n\n  * `action-menu` {} - Slot for workspace header\n\n  * `footer-info` {} - Slot for workspace footer\n\n  * `actions` {} - Slot for workspace footer actions\n\n  * ` ` {} - slot for main content\n\nAttributes:\n\n  * `headline` {`string`} - \n\n  * `hideNavigation` {`boolean`} - \n\n  * `enforceNoFooter` {`boolean`} - \n\n  * `back-path` {`string | undefined`} - \n\n  * `loading` {`boolean`} - \n\nProperties:\n\n  * `headline` {`string`} - \n\n  * `hideNavigation` {`boolean`} - \n\n  * `enforceNoFooter` {`boolean`} - \n\n  * `backPath` {`string | undefined`} - \n\n  * `loading` {`boolean`} - \n\n  * `variantId` - \n\n  * `_variantId` - \n\n  * `overrides` {`UmbDeepPartialObject<ManifestWorkspaceView<MetaWorkspaceView>>[] | undefined`} - \n\n  * `_workspaceViews` {`UmbWorkspaceViewContext[]`} - \n\n  * `_hintMap` {`Map<string, UmbVariantHint>`} - \n\n  * `_routes` {`UmbRoute[] | undefined`} - \n\n  * `_routerPath` {`string | undefined`} - \n\n  * `_activePath` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "headline",
          "description": "`headline` {`string`} - \n\nProperty: headline\n\nDefault: "
        },
        {
          "name": "hideNavigation",
          "description": "`hideNavigation` {`boolean`} - \n\nProperty: hideNavigation\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "enforceNoFooter",
          "description": "`enforceNoFooter` {`boolean`} - \n\nProperty: enforceNoFooter\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "back-path",
          "description": "`back-path` {`string | undefined`} - \n\nProperty: backPath",
          "values": []
        },
        {
          "name": "loading",
          "description": "`loading` {`boolean`} - \n\nProperty: loading\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-workspace-entity-action-menu",
      "description": "Properties:\n\n  * `_workspaceContext` - \n\n  * `_unique` - \n\n  * `_entityType` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-workspace-footer",
      "description": "Slots:\n\n  * ` ` {} - Slot for workspace footer items\n\n  * `actions` {} - Slot for workspace actions\n\nProperties:\n\n  * `_modalContext` - \n\n  * `_isNew` {`boolean | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-workspace-header-name-editable",
      "description": "Attributes:\n\n  * `label` {`string | undefined`} - The label for the inner input.\n\n  * `placeholder` {`string | undefined`} - The placeholder for the inner input.\n\n  * `readonly` {`boolean`} - The readonly state of the inner input.\n\nProperties:\n\n  * `label` {`string | undefined`} - The label for the inner input.\n\n  * `placeholder` {`string | undefined`} - The placeholder for the inner input.\n\n  * `readonly` {`boolean`} - The readonly state of the inner input.\n\n  * `_name` {`string`} - \n\n  * `_isWritableName` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "label",
          "description": "`label` {`string | undefined`} - The label for the inner input.\n\nProperty: label",
          "values": []
        },
        {
          "name": "placeholder",
          "description": "`placeholder` {`string | undefined`} - The placeholder for the inner input.\n\nProperty: placeholder",
          "values": []
        },
        {
          "name": "readonly",
          "description": "`readonly` {`boolean`} - The readonly state of the inner input.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-workspace-split-view-variant-selector",
      "description": "Properties:\n\n  * `_popoverElement` - \n\n  * `_variantOptions` {`VariantOptionModelType[]`} - \n\n  * `_cultureVariantOptions` {`VariantOptionModelType[]`} - \n\n  * `_activeVariants` {`UmbVariantId[]`} - \n\n  * `_name` {`string | undefined`} - \n\n  * `_activeVariant` {`VariantOptionModelType | undefined`} - \n\n  * `_variantId` - \n\n  * `_variantSelectorOpen` {`boolean`} - \n\n  * `_readOnlyCultures` {`(string | null)[]`} - \n\n  * `_variesByCulture` {`boolean`} - \n\n  * `_variesBySegment` {`boolean`} - \n\n  * `_expandedVariants` {`UmbVariantId[]`} - \n\n  * `_variantSorter` - Method to sort variants in the selector.\nShould be overwritten by actual implementation.\n\n  * `_hintMap` {`Map<string, UmbVariantHint>`} - \n\n  * `styles` {`any[]`} - \n\n  * `_labelDefault` {`string`} - ",
      "attributes": []
    },
    {
      "name": "umb-workspace-split-view",
      "description": "\nExample. Document Workspace would use a Variant-component(variant component would talk directly to the workspace-context)\nAs well breadcrumbs etc.\n\nAttributes:\n\n  * `loading` {`boolean`} - \n\n  * `displayNavigation` {`boolean`} - \n\n  * `back-path` {`string | undefined`} - \n\n  * `splitViewIndex` {`number`} - \n\nProperties:\n\n  * `loading` {`boolean`} - \n\n  * `displayNavigation` {`boolean`} - \n\n  * `backPath` {`string | undefined`} - \n\n  * `overrides` {`UmbDeepPartialObject<ManifestWorkspaceView<MetaWorkspaceView>>[] | undefined`} - \n\n  * `splitViewIndex` {`number`} - \n\n  * `_variantSelectorSlotHasContent` {`boolean`} - \n\n  * `_isNew` {`boolean`} - \n\n  * `_variantId` - \n\n  * `splitViewContext` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "loading",
          "description": "`loading` {`boolean`} - \n\nProperty: loading\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "displayNavigation",
          "description": "`displayNavigation` {`boolean`} - \n\nProperty: displayNavigation\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "back-path",
          "description": "`back-path` {`string | undefined`} - \n\nProperty: backPath",
          "values": []
        },
        {
          "name": "splitViewIndex",
          "description": "`splitViewIndex` {`number`} - \n\nProperty: splitViewIndex"
        }
      ]
    },
    {
      "name": "umb-entity-detail-forbidden",
      "description": "Attributes:\n\n  * `entity-type` {`string`} - \n\nProperties:\n\n  * `entityType` {`string`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "entity-type",
          "description": "`entity-type` {`string`} - \n\nProperty: entityType\n\nDefault: "
        }
      ]
    },
    {
      "name": "umb-entity-detail-not-found",
      "description": "Attributes:\n\n  * `entity-type` {`string`} - \n\nProperties:\n\n  * `entityType` {`string`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "entity-type",
          "description": "`entity-type` {`string`} - \n\nProperty: entityType\n\nDefault: "
        }
      ]
    },
    {
      "name": "umb-entity-detail-workspace-editor",
      "description": "Attributes:\n\n  * `back-path` {`string | undefined`} - \n\nProperties:\n\n  * `backPath` {`string | undefined`} - \n\n  * `_entityType` {`string | undefined`} - \n\n  * `_isLoading` {`boolean`} - \n\n  * `_isForbidden` {`boolean`} - \n\n  * `_exists` {`boolean`} - \n\n  * `_isNew` {`boolean | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "back-path",
          "description": "`back-path` {`string | undefined`} - \n\nProperty: backPath",
          "values": []
        }
      ]
    },
    {
      "name": "umb-workspace-info-app-layout",
      "description": "Attributes:\n\n  * `headline` {`string | undefined`} - \n\nProperties:\n\n  * `headline` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "headline",
          "description": "`headline` {`string | undefined`} - \n\nProperty: headline",
          "values": []
        }
      ]
    },
    {
      "name": "umb-default-workspace",
      "description": "Properties:\n\n  * `manifest` {`ManifestWorkspaceDefaultKind | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-routable-workspace",
      "description": "Properties:\n\n  * `_routes` {`UmbRoute[]`} - \n\n  * `api` {`UmbRoutableWorkspaceContext`} - ",
      "attributes": []
    },
    {
      "name": "umb-workspace-modal",
      "description": "Properties:\n\n  * `data` {`UmbWorkspaceModalData<unknown> | undefined`} - \n\n  * `_data` {`UmbWorkspaceModalData<unknown> | undefined`} - \n\n  * `styles` - ",
      "attributes": []
    },
    {
      "name": "umb-workspace",
      "description": "Attributes:\n\n  * `entity-type` {`string | undefined`} - \n\nProperties:\n\n  * `_component` {`HTMLElement | undefined`} - \n\n  * `entityType` {`string | undefined`} - ",
      "attributes": [
        {
          "name": "entity-type",
          "description": "`entity-type` {`string | undefined`} - \n\nProperty: entityType",
          "values": []
        }
      ]
    },
    {
      "name": "umb-data-type-flow-input",
      "description": "Form control for picking or creating a data type.\n\nEvents:\n\n  * `change` {} - when the value of the input changes\n\n  * `blur` {} - when the input loses focus\n\n  * `focus` {} - when the input gains focus\n\nProperties:\n\n  * `_ids` {`string[] | undefined`} - \n\n  * `value` {`string`} - \n\n  * `_createRoute` {`string | undefined`} - \n\n  * `styles` {`any[]`} - \n\n  * `#editDataTypeModal` - ",
      "attributes": [
        {
          "name": "onchange",
          "description": "`change` {} - when the value of the input changes"
        },
        {
          "name": "onblur",
          "description": "`blur` {} - when the input loses focus"
        },
        {
          "name": "onfocus",
          "description": "`focus` {} - when the input gains focus"
        }
      ]
    },
    {
      "name": "umb-data-type-input",
      "description": "Attributes:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `min-message` {boolean} - Min validation message.\n\n  * `maxMessage` {boolean} - Max validation message.\n\n  * `selection` {`string[]`} - \n\n  * `value` {`string`} - \n\nProperties:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `minMessage` {boolean} - Min validation message.\n\n  * `maxMessage` {boolean} - Max validation message.\n\n  * `selection` {`string[]`} - \n\n  * `value` {`string`} - \n\n  * `_items` {`UmbDataTypeItemModel[] | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "min",
          "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: "
        },
        {
          "name": "max",
          "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: "
        },
        {
          "name": "min-message",
          "description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
        },
        {
          "name": "maxMessage",
          "description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
        },
        {
          "name": "selection",
          "description": "`selection` {`string[]`} - \n\nProperty: selection"
        },
        {
          "name": "value",
          "description": "`value` {`string`} - \n\nProperty: value"
        }
      ]
    },
    {
      "name": "umb-property-editor-config",
      "description": "Properties:\n\n  * `_properties` {`PropertyEditorSettingsProperty[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-ref-data-type",
      "description": "Attributes:\n\n  * `data-type-id` {`string | undefined`} - \n\nProperties:\n\n  * `fallbackIcon` {`string`} - \n\n  * `dataTypeId` {`string | undefined`} - \n\n  * `repository` - \n\n  * `propertyEditorUiAlias` {`string`} - Property Editor UI Alias\n\n  * `propertyEditorSchemaAlias` {`string`} - Property Editor Model Alias\n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "data-type-id",
          "description": "`data-type-id` {`string | undefined`} - \n\nProperty: dataTypeId",
          "values": []
        }
      ]
    },
    {
      "name": "umb-data-type-picker-flow-data-type-picker-modal",
      "description": "Properties:\n\n  * `_dataTypes` {`UmbDataTypeItemModel[] | undefined`} - \n\n  * `_propertyEditorUiAlias` {`string`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-data-type-picker-flow-modal",
      "description": "Properties:\n\n  * `data` {`object`} - \n\n  * `_groupedDataTypes` {`{ key: string; items: UmbDataTypeItemModel[]; }[] | undefined`} - \n\n  * `_groupedPropertyEditorUIs` {`{ key: string; items: ManifestPropertyEditorUi[]; }[]`} - \n\n  * `_currentPage` {`number`} - \n\n  * `_dataTypePickerModalRouteBuilder` - \n\n  * `_isFiltering` {`boolean`} - \n\n  * `pagination` - \n\n  * `styles` {`any[]`} - \n\n  * `#collectionRepository` - ",
      "attributes": []
    },
    {
      "name": "umb-data-type-folder-workspace-editor",
      "attributes": []
    },
    {
      "name": "umb-data-type-tree-item-table-collection-view",
      "description": "Properties:\n\n  * `_tableConfig` - \n\n  * `_tableColumns` {`UmbTableColumn[]`} - \n\n  * `_tableItems` {`UmbTableItem[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-data-type-workspace-editor",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-data-type-details-workspace-property-editor-picker",
      "description": "Attributes:\n\n  * `propertyEditorUiIcon` {`string | undefined`} - \n\n  * `propertyEditorUiName` {`string | undefined`} - \n\n  * `propertyEditorUiAlias` {`string | undefined`} - \n\n  * `propertyEditorSchemaAlias` {`string | undefined`} - \n\nProperties:\n\n  * `propertyEditorUiIcon` {`string | undefined`} - \n\n  * `propertyEditorUiName` {`string | undefined`} - \n\n  * `propertyEditorUiAlias` {`string | undefined`} - \n\n  * `propertyEditorSchemaAlias` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "propertyEditorUiIcon",
          "description": "`propertyEditorUiIcon` {`string | undefined`} - \n\nProperty: propertyEditorUiIcon",
          "values": []
        },
        {
          "name": "propertyEditorUiName",
          "description": "`propertyEditorUiName` {`string | undefined`} - \n\nProperty: propertyEditorUiName",
          "values": []
        },
        {
          "name": "propertyEditorUiAlias",
          "description": "`propertyEditorUiAlias` {`string | undefined`} - \n\nProperty: propertyEditorUiAlias",
          "values": []
        },
        {
          "name": "propertyEditorSchemaAlias",
          "description": "`propertyEditorSchemaAlias` {`string | undefined`} - \n\nProperty: propertyEditorSchemaAlias",
          "values": []
        }
      ]
    },
    {
      "name": "umb-data-type-details-workspace-view",
      "description": "Properties:\n\n  * `_propertyEditorUiIcon` {`string | undefined`} - \n\n  * `_propertyEditorUiName` {`string | undefined`} - \n\n  * `_propertyEditorUiAlias` {`string | undefined`} - \n\n  * `_propertyEditorSchemaAlias` {`string | undefined`} - \n\n  * `_propertyEditorDataSourceAlias` {`string | null | undefined`} - \n\n  * `_supportsDataSource` {`boolean`} - \n\n  * `_supportedDataSourceTypes` {`string[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-workspace-view-data-type-info",
      "description": "Properties:\n\n  * `_unique` {`string`} - \n\n  * `_schemaAlias` {`string | undefined`} - \n\n  * `_uiAlias` {`string | null | undefined`} - \n\n  * `_dataSourceAlias` {`string | null | undefined`} - \n\n  * `_workspaceContext` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-dictionary-collection",
      "attributes": []
    },
    {
      "name": "umb-dictionary-table-collection-view",
      "description": "Properties:\n\n  * `_tableConfig` - \n\n  * `_tableColumns` {`UmbTableColumn[]`} - \n\n  * `_tableItems` {`UmbTableItem[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-dictionary-collection-dashboard",
      "description": "Properties:\n\n  * `_tableConfig` - ",
      "attributes": []
    },
    {
      "name": "umb-export-dictionary-modal",
      "description": "Properties:\n\n  * `_form` {`HTMLFormElement`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-import-dictionary-modal",
      "description": "Properties:\n\n  * `_selectionConfiguration` - \n\n  * `_parentUnique` {`string | null`} - \n\n  * `_temporaryFileId` {`string`} - \n\n  * `_importButtonState` - \n\n  * `_importAllowed` {`boolean`} - \n\n  * `_form` {`HTMLFormElement`} - \n\n  * `styles` {`any[]`} - \n\n  * `#fileReader` - ",
      "attributes": []
    },
    {
      "name": "umb-dictionary-workspace-editor",
      "attributes": []
    },
    {
      "name": "umb-workspace-view-dictionary-editor",
      "description": "Properties:\n\n  * `_dictionary` {`UmbDictionaryDetailModel | undefined`} - \n\n  * `_languages` {`UmbLanguageDetailModel[]`} - \n\n  * `_currentUserLanguageAccess` {`string[] | undefined`} - \n\n  * `_currentUserHasAccessToAllLanguages` {`boolean | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-document-blueprint-options-create-modal",
      "description": "Properties:\n\n  * `_parentName` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-document-blueprint-create-options-modal",
      "description": "Properties:\n\n  * `_parentName` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-document-blueprint-folder-workspace-editor",
      "attributes": []
    },
    {
      "name": "umb-document-blueprint-workspace-editor",
      "description": "Properties:\n\n  * `_splitViewElement` - \n\n  * `_routes` {`UmbRoute[] | undefined`} - \n\n  * `_gotWorkspaceRoute` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-document-blueprint-workspace-split-view",
      "description": "Properties:\n\n  * `_workspaceContext` - \n\n  * `_variants` {`UmbActiveVariant[] | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-dashboard-redirect-management",
      "description": "Attributes:\n\n  * `items-per-page` {`number`} - \n\n  * `page` {`number`} - \n\nProperties:\n\n  * `itemsPerPage` {`number`} - \n\n  * `page` {`number`} - \n\n  * `_trackerEnabled` {`boolean`} - \n\n  * `_total` {`number`} - \n\n  * `_redirectData` {`RedirectUrlResponseModel[] | undefined`} - \n\n  * `_buttonState` - \n\n  * `_filter` {`string | undefined`} - \n\n  * `_search` {`HTMLInputElement`} - \n\n  * `_pagination` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "items-per-page",
          "description": "`items-per-page` {`number`} - \n\nProperty: itemsPerPage\n\nDefault: 20"
        },
        {
          "name": "page",
          "description": "`page` {`number`} - \n\nProperty: page\n\nDefault: 1"
        }
      ]
    },
    {
      "name": "umb-input-document-type",
      "description": "Attributes:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `min-message` {boolean} - Min validation message.\n\n  * `selection` {`string[]`} - \n\n  * `value` {`string | undefined`} - \n\n  * `readonly` {`boolean | undefined`} - \n\nProperties:\n\n  * `elementTypesOnly` {boolean} - Limits to only select Element Types\n\n  * `documentTypesOnly` {boolean} - Limits to only select Document Types\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `minMessage` {boolean} - Min validation message.\n\n  * `maxMessage` {boolean} - Max validation message.\n\n  * `selection` {`string[]`} - \n\n  * `value` {`string | undefined`} - \n\n  * `readonly` {`boolean | undefined`} - \n\n  * `_items` {`UmbDocumentTypeItemModel[] | undefined`} - \n\n  * `_statuses` {`UmbRepositoryItemsStatus[] | undefined`} - \n\n  * `_editPath` {`string`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "min",
          "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: "
        },
        {
          "name": "max",
          "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: "
        },
        {
          "name": "min-message",
          "description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
        },
        {
          "name": "selection",
          "description": "`selection` {`string[]`} - \n\nProperty: selection"
        },
        {
          "name": "value",
          "description": "`value` {`string | undefined`} - \n\nProperty: value",
          "values": []
        },
        {
          "name": "readonly",
          "description": "`readonly` {`boolean | undefined`} - \n\nProperty: readonly",
          "values": []
        }
      ]
    },
    {
      "name": "umb-document-type-import-modal",
      "description": "Properties:\n\n  * `_fileContent` {`UmbDocumentTypePreview[]`} - \n\n  * `styles` {`any[]`} - \n\n  * `#fileReader` - ",
      "attributes": []
    },
    {
      "name": "umb-document-type-picker-search-result-item",
      "attributes": []
    },
    {
      "name": "umb-property-editor-ui-document-type-picker",
      "description": "Attributes:\n\n  * `value` {`string | undefined`} - \n\n  * `readonly` {`boolean`} - \n\nProperties:\n\n  * `value` {`string | undefined`} - \n\n  * `config` - \n\n  * `readonly` {`boolean`} - \n\n  * `_min` {`number`} - \n\n  * `_max` {`number`} - \n\n  * `_elementTypesOnly` {`boolean | undefined`} - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` {`string | undefined`} - \n\nProperty: value",
          "values": []
        },
        {
          "name": "readonly",
          "description": "`readonly` {`boolean`} - \n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-document-type-property-type-item-ref",
      "description": "Attributes:\n\n  * `item` {`UmbDocumentTypePropertyTypeReferenceModel | undefined`} - \n\n  * `readonly` {`boolean`} - \n\n  * `standalone` {`boolean`} - \n\nProperties:\n\n  * `item` {`UmbDocumentTypePropertyTypeReferenceModel | undefined`} - \n\n  * `readonly` {`boolean`} - \n\n  * `standalone` {`boolean`} - \n\n  * `_editPath` {`string`} - ",
      "attributes": [
        {
          "name": "item",
          "description": "`item` {`UmbDocumentTypePropertyTypeReferenceModel | undefined`} - \n\nProperty: item",
          "values": []
        },
        {
          "name": "readonly",
          "description": "`readonly` {`boolean`} - \n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "standalone",
          "description": "`standalone` {`boolean`} - \n\nProperty: standalone\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-document-type-search-result-item",
      "description": "Attributes:\n\n  * `item` - \n\nProperties:\n\n  * `item` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "item",
          "description": "`item` - \n\nProperty: item"
        }
      ]
    },
    {
      "name": "umb-document-type-folder-workspace-editor",
      "attributes": []
    },
    {
      "name": "umb-document-type-tree-item-table-collection-view",
      "description": "Properties:\n\n  * `_tableConfig` - \n\n  * `_tableColumns` {`UmbTableColumn[]`} - \n\n  * `_tableItems` {`UmbTableItem[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-document-type-workspace-editor",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-document-type-workspace-view-settings",
      "description": "Properties:\n\n  * `_variesByCulture` {`boolean | undefined`} - \n\n  * `_variesBySegment` {`boolean | undefined`} - \n\n  * `_isElement` {`boolean | undefined`} - \n\n  * `_keepAllVersionsNewerThanDays` {`number | null | undefined`} - \n\n  * `_keepLatestVersionPerDayForDays` {`number | null | undefined`} - \n\n  * `_preventCleanup` {`boolean | undefined`} - \n\n  * `_useSegments` {`boolean | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-document-type-workspace-view-structure",
      "description": "Properties:\n\n  * `_allowedAtRoot` {`boolean | undefined`} - \n\n  * `_allowedContentTypeUniques` {`string[] | undefined`} - \n\n  * `_collection` {`string | null | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-document-type-workspace-view-templates",
      "description": "Properties:\n\n  * `_isElementType` {`boolean`} - \n\n  * `_defaultTemplateId` {`string | null`} - \n\n  * `_allowedTemplateIds` {`string[] | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-document-history-workspace-info-app",
      "description": "Properties:\n\n  * `_currentPageNumber` {`number`} - \n\n  * `_items` {`UmbDocumentAuditLogModel[]`} - \n\n  * `_totalPages` {`number`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-create-document-collection-action",
      "description": "Properties:\n\n  * `_allowedDocumentTypes` {`UmbAllowedDocumentTypeModel[]`} - \n\n  * `_documentUnique` - \n\n  * `_documentTypeUnique` {`string | undefined`} - \n\n  * `_popoverOpen` {`boolean`} - \n\n  * `manifest` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-document-collection",
      "attributes": []
    },
    {
      "name": "umb-document-collection-item-card",
      "description": "Attributes:\n\n  * `item` {`UmbDocumentCollectionItemModel | undefined`} - \n\n  * `selectable` {`boolean`} - \n\n  * `selected` {`boolean`} - \n\n  * `selectOnly` {`boolean`} - \n\n  * `disabled` {`boolean`} - \n\n  * `href` {`string | undefined`} - \n\nProperties:\n\n  * `item` {`UmbDocumentCollectionItemModel | undefined`} - \n\n  * `selectable` {`boolean`} - \n\n  * `selected` {`boolean`} - \n\n  * `selectOnly` {`boolean`} - \n\n  * `disabled` {`boolean`} - \n\n  * `href` {`string | undefined`} - \n\n  * `_name` {`string | undefined`} - \n\n  * `_state` {`string | undefined`} - \n\n  * `_createDate` {`Date | undefined`} - \n\n  * `_updateDate` {`Date | undefined`} - \n\n  * `_userDefinedProperties` {`UmbCollectionColumnConfiguration[] | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "item",
          "description": "`item` {`UmbDocumentCollectionItemModel | undefined`} - \n\nProperty: item",
          "values": []
        },
        {
          "name": "selectable",
          "description": "`selectable` {`boolean`} - \n\nProperty: selectable\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "selected",
          "description": "`selected` {`boolean`} - \n\nProperty: selected\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "selectOnly",
          "description": "`selectOnly` {`boolean`} - \n\nProperty: selectOnly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "disabled",
          "description": "`disabled` {`boolean`} - \n\nProperty: disabled\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "href",
          "description": "`href` {`string | undefined`} - \n\nProperty: href",
          "values": []
        }
      ]
    },
    {
      "name": "umb-document-entity-actions-table-column-view",
      "description": "Properties:\n\n  * `value` {`UmbDocumentCollectionItemModel | undefined`} - ",
      "attributes": []
    },
    {
      "name": "umb-document-table-column-name",
      "description": "Properties:\n\n  * `_name` {`string`} - \n\n  * `column` - \n\n  * `item` - \n\n  * `value` {`UmbEditableDocumentCollectionItemModel`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-document-table-column-property-value",
      "description": "Properties:\n\n  * `_createDate` {`Date | undefined`} - \n\n  * `_state` {`string | undefined`} - \n\n  * `_updateDate` {`Date | undefined`} - \n\n  * `column` - \n\n  * `item` - \n\n  * `value` {`UmbEditableDocumentCollectionItemModel`} - ",
      "attributes": []
    },
    {
      "name": "umb-document-table-column-state",
      "description": "Properties:\n\n  * `_state` {`string`} - \n\n  * `column` - \n\n  * `item` - \n\n  * `value` {`UmbEditableDocumentCollectionItemModel`} - ",
      "attributes": []
    },
    {
      "name": "umb-document-table-collection-view",
      "description": "Properties:\n\n  * `_userDefinedProperties` {`UmbCollectionColumnConfiguration[] | undefined`} - \n\n  * `_items` {`UmbDocumentCollectionItemModel[] | undefined`} - \n\n  * `_tableConfig` - \n\n  * `_tableColumns` {`UmbTableColumn[]`} - \n\n  * `_tableItems` {`UmbTableItem[]`} - \n\n  * `_selection` {`string[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-input-document",
      "description": "Attributes:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `min-message` {boolean} - Min validation message.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `max-message` {boolean} - Max validation message.\n\n  * `allowedContentTypeIds` {`string[] | undefined`} - \n\n  * `include-trashed` {`boolean`} - \n\n  * `value` {`string | undefined`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `required` {`boolean`} - \n\n  * `requiredMessage` - \n\nProperties:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `minMessage` {boolean} - Min validation message.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `maxMessage` {boolean} - Max validation message.\n\n  * `selection` {`string[]`} - \n\n  * `startNode` - \n\n  * `allowedContentTypeIds` {`string[] | undefined`} - \n\n  * `includeTrashed` {`boolean`} - \n\n  * `value` {`string | undefined`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `required` {`boolean`} - \n\n  * `requiredMessage` - \n\n  * `interactionMemories` {`UmbInteractionMemoryModel[] | undefined`} - \n\n  * `_items` {`UmbDocumentItemModel[] | undefined`} - \n\n  * `_statuses` {`UmbRepositoryItemsStatus[] | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "min",
          "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: "
        },
        {
          "name": "min-message",
          "description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
        },
        {
          "name": "max",
          "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: "
        },
        {
          "name": "max-message",
          "description": "`max-message` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
        },
        {
          "name": "allowedContentTypeIds",
          "description": "`allowedContentTypeIds` {`string[] | undefined`} - \n\nProperty: allowedContentTypeIds",
          "values": []
        },
        {
          "name": "include-trashed",
          "description": "`include-trashed` {`boolean`} - \n\nProperty: includeTrashed\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "value",
          "description": "`value` {`string | undefined`} - \n\nProperty: value",
          "values": []
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: ",
          "valueSet": "v"
        },
        {
          "name": "required",
          "description": "`required` {`boolean`} - \n\nProperty: required\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "requiredMessage",
          "description": "`requiredMessage` - \n\nProperty: requiredMessage\n\nDefault: UMB_VALIDATION_EMPTY_LOCALIZATION_KEY"
        }
      ]
    },
    {
      "name": "umb-create-blueprint-modal",
      "description": "Properties:\n\n  * `_documentName` {`string`} - \n\n  * `_blueprintName` {`string`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-document-create-options-modal",
      "description": "Properties:\n\n  * `_allowedDocumentTypes` {`UmbAllowedDocumentTypeModel[]`} - \n\n  * `_headline` {`string`} - \n\n  * `_availableBlueprints` {`UmbDocumentBlueprintItemBaseModel[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-culture-and-hostnames-modal",
      "description": "Properties:\n\n  * `_languageModel` {`UmbLanguageDetailModel[] | undefined`} - \n\n  * `_defaultIsoCode` {`string | null | undefined`} - \n\n  * `_domains` {`UmbDomainPresentationModel[] | undefined`} - \n\n  * `popoverContainerElement` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-document-duplicate-to-modal",
      "description": "Properties:\n\n  * `_destinationUnique` {`string | null | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-document-notifications-modal",
      "description": "Properties:\n\n  * `_settings` - \n\n  * `_documentName` {`string`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-document-item-ref",
      "description": "Attributes:\n\n  * `item` {`UmbDocumentItemModel | undefined`} - \n\n  * `readonly` {`boolean`} - \n\n  * `standalone` {`boolean`} - \n\n  * `select-only` {`boolean`} - \n\n  * `selectable` {`boolean`} - \n\n  * `selected` {`boolean`} - \n\n  * `disabled` {`boolean`} - \n\nProperties:\n\n  * `item` {`UmbDocumentItemModel | undefined`} - \n\n  * `readonly` {`boolean`} - \n\n  * `standalone` {`boolean`} - \n\n  * `selectOnly` {`boolean`} - \n\n  * `selectable` {`boolean`} - \n\n  * `selected` {`boolean`} - \n\n  * `disabled` {`boolean`} - \n\n  * `_unique` {`string`} - \n\n  * `_name` {`string`} - \n\n  * `_icon` {`string`} - \n\n  * `_isTrashed` {`boolean`} - \n\n  * `_isDraft` {`boolean`} - \n\n  * `_editPath` {`string`} - ",
      "attributes": [
        {
          "name": "item",
          "description": "`item` {`UmbDocumentItemModel | undefined`} - \n\nProperty: item",
          "values": []
        },
        {
          "name": "readonly",
          "description": "`readonly` {`boolean`} - \n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "standalone",
          "description": "`standalone` {`boolean`} - \n\nProperty: standalone\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "select-only",
          "description": "`select-only` {`boolean`} - \n\nProperty: selectOnly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "selectable",
          "description": "`selectable` {`boolean`} - \n\nProperty: selectable\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "selected",
          "description": "`selected` {`boolean`} - \n\nProperty: selected\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "disabled",
          "description": "`disabled` {`boolean`} - \n\nProperty: disabled\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-document-save-modal",
      "description": "Properties:\n\n  * `_options` {`UmbDocumentVariantOptionModel[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-document-variant-language-picker",
      "description": "Properties:\n\n  * `variantLanguageOptions` {`UmbDocumentVariantOptionModel[]`} - \n\n  * `selectionManager` - \n\n  * `_selection` {`string[]`} - \n\n  * `_isAllSelected` {`boolean`} - \n\n  * `pickableFilter` - A filter function that determines if an item is pickableFilter or not.\n\n  * `requiredFilter` - A filter function that determines if an item should be highlighted as a must select.\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-document-picker-search-result-item",
      "attributes": []
    },
    {
      "name": "umb-save-and-preview-workspace-action",
      "attributes": []
    },
    {
      "name": "umb-property-editor-ui-document-picker",
      "description": "Attributes:\n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {`boolean`} - \n\n  * `mandatoryMessage` - \n\nProperties:\n\n  * `config` - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {`boolean`} - \n\n  * `mandatoryMessage` - \n\n  * `_min` {`number`} - \n\n  * `_max` {`number`} - \n\n  * `_startNodeId` {`string | undefined`} - \n\n  * `_interactionMemories` {`UmbInteractionMemoryModel[]`} - ",
      "attributes": [
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "mandatory",
          "description": "`mandatory` {`boolean`} - \n\nProperty: mandatory\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "mandatoryMessage",
          "description": "`mandatoryMessage` - \n\nProperty: mandatoryMessage\n\nDefault: UMB_VALIDATION_EMPTY_LOCALIZATION_KEY"
        }
      ]
    },
    {
      "name": "umb-document-publish-with-descendants-modal",
      "description": "Properties:\n\n  * `_options` {`UmbDocumentVariantOptionModel[]`} - \n\n  * `_hasNotSelectedMandatory` {`boolean | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-document-publish-modal",
      "description": "Properties:\n\n  * `_options` {`UmbDocumentVariantOptionModel[]`} - \n\n  * `_hasNotSelectedMandatory` {`boolean | undefined`} - \n\n  * `_hasInvalidSelection` {`boolean`} - \n\n  * `_isInvariant` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-document-schedule-modal",
      "description": "Properties:\n\n  * `_options` {`UmbDocumentVariantOptionModel[]`} - \n\n  * `_hasNotSelectedMandatory` {`boolean | undefined`} - \n\n  * `_selection` {`UmbDocumentScheduleSelectionModel[]`} - \n\n  * `_isAllSelected` {`boolean`} - \n\n  * `_internalValues` {`UmbDocumentScheduleSelectionModel[]`} - \n\n  * `_submitButtonState` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-document-unpublish-modal",
      "description": "Properties:\n\n  * `_selectionManager` - \n\n  * `_options` {`UmbDocumentVariantOptionModel[]`} - \n\n  * `_selection` {`string[]`} - \n\n  * `_canUnpublish` {`boolean`} - \n\n  * `_hasInvalidSelection` {`boolean`} - \n\n  * `_isInvariant` {`boolean`} - \n\n  * `_referencesConfig` - \n\n  * `_requiredFilter` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-document-recycle-bin-tree-item-table-collection-view",
      "description": "Properties:\n\n  * `_tableConfig` - \n\n  * `_tableColumns` {`UmbTableColumn[]`} - \n\n  * `_tableItems` {`UmbTableItem[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-trashed-document-name-table-column",
      "description": "Properties:\n\n  * `_name` {`string`} - \n\n  * `_editPath` {`string`} - \n\n  * `column` - \n\n  * `item` - \n\n  * `value` {`UmbDocumentRecycleBinTreeItemModel`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-rollback-modal",
      "description": "Properties:\n\n  * `_versions` {`DocumentVersion[]`} - \n\n  * `_selectedVersion` {`{ date: string; name: string; user: string; id: string; properties: { alias: string; value: string; }[]; } | undefined`} - \n\n  * `_selectedCulture` {`string | null`} - \n\n  * `_isInvariant` {`boolean`} - \n\n  * `_availableVariants` {`Option[]`} - \n\n  * `_diffs` {`{ alias: string; diff: UmbDiffChange[]; }[]`} - \n\n  * `_showDiff` {`boolean`} - \n\n  * `currentVersionHeader` {`string`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-document-search-result-item",
      "description": "Attributes:\n\n  * `item` - \n\nProperties:\n\n  * `item` - \n\n  * `_currentCulture` {`string | undefined`} - \n\n  * `_defaultCulture` {`string | undefined`} - \n\n  * `_variant` {`UmbDocumentItemVariantModel | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "item",
          "description": "`item` - \n\nProperty: item"
        }
      ]
    },
    {
      "name": "umb-document-tree",
      "attributes": []
    },
    {
      "name": "umb-document-tree-item",
      "description": "Attributes:\n\n  * `draft` {`boolean`} - \n\nProperties:\n\n  * `api` - \n\n  * `_name` {`string`} - \n\n  * `_isDraft` {`boolean`} - \n\n  * `_renderExpandSymbol` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "draft",
          "description": "`draft` {`boolean`} - \n\nProperty: _isDraft\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-document-links-workspace-info-app",
      "description": "Properties:\n\n  * `_isNew` {`boolean`} - \n\n  * `_unique` {`string | undefined`} - \n\n  * `_variantOptions` {`UmbDocumentVariantOptionModel[] | undefined`} - \n\n  * `_loading` {`boolean`} - \n\n  * `_links` {`UmbDocumentInfoViewLink[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-document-property-value-user-permission-flow-modal",
      "description": "Properties:\n\n  * `_selection` {`string[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-document-property-value-user-permission-flow-property-type-modal",
      "description": "Properties:\n\n  * `_documentTypeProperties` {`UmbPropertyTypeModel[]`} - \n\n  * `_documentTypeName` {`string | undefined`} - \n\n  * `_selectedItem` - \n\n  * `_pickableFilter` - ",
      "attributes": []
    },
    {
      "name": "umb-input-document-property-value-user-permission",
      "description": "Properties:\n\n  * `permissions` {`UmbDocumentPropertyValueUserPermissionModel[]`} - \n\n  * `fallbackPermissions` {`string[]`} - \n\n  * `_documentTypes` {`UmbDocumentTypeDetailModel[] | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-input-document-granular-user-permission",
      "description": "Properties:\n\n  * `permissions` {`UmbDocumentUserPermissionModel[]`} - \n\n  * `fallbackPermissions` {`string[]`} - \n\n  * `_items` {`UmbDocumentItemModel[] | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-document-granular-user-permission",
      "description": "Properties:\n\n  * `permissions` {`UmbDocumentUserPermissionModel[]`} - \n\n  * `fallbackPermissions` {`string[]`} - \n\n  * `_items` {`UmbDocumentItemModel[] | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-document-workspace-editor",
      "description": "Properties:\n\n  * `_splitViewElement` - \n\n  * `_routes` {`UmbRoute[] | undefined`} - \n\n  * `_loading` {`boolean | undefined`} - \n\n  * `_gotWorkspaceRoute` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-document-workspace-split-view-variant-selector",
      "description": "Properties:\n\n  * `_variantSorter` - \n\n  * `_variantsWithPendingChanges` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-document-workspace-split-view",
      "description": "Properties:\n\n  * `_workspaceContext` - \n\n  * `_variants` {`UmbActiveVariant[] | undefined`} - \n\n  * `_icon` {`string | undefined`} - \n\n  * `_overrides` {`UmbDeepPartialObject<ManifestWorkspaceView>[] | undefined`} - \n\n  * `_loading` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-document-workspace-view-info",
      "description": "Properties:\n\n  * `_documentUnique` {`string`} - \n\n  * `_documentTypeUnique` {`string | undefined`} - \n\n  * `_documentTypeName` {`string | undefined`} - \n\n  * `_documentTypeIcon` {`string | undefined`} - \n\n  * `_allowedTemplates` - \n\n  * `_templateUnique` {`string`} - \n\n  * `_templateName` {`string | undefined`} - \n\n  * `_variant` {`UmbDocumentVariantModel | undefined`} - \n\n  * `_variantsWithPendingChanges` {`any[]`} - \n\n  * `_hasSettingsAccess` {`boolean`} - \n\n  * `_isTrashed` {`boolean`} - \n\n  * `_routeBuilder` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-embedded-media-modal",
      "description": "Properties:\n\n  * `_loading` - \n\n  * `_width` {`number`} - \n\n  * `_height` {`number`} - \n\n  * `_url` {`string`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-dashboard-health-check",
      "description": "Properties:\n\n  * `_routes` {`UmbRoute[]`} - \n\n  * `_healthCheckDashboardContext` - ",
      "attributes": []
    },
    {
      "name": "umb-dashboard-health-check-action",
      "description": "Events:\n\n  * `action-executed` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n  * `action` - \n\nProperties:\n\n  * `action` - \n\n  * `_buttonState` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "action",
          "description": "`action` - \n\nProperty: action"
        },
        {
          "name": "onaction-executed",
          "description": "`action-executed` {`CustomEvent<unknown>`} - "
        }
      ]
    },
    {
      "name": "umb-health-check-group-box-overview",
      "description": "Attributes:\n\n  * `manifest` {`ManifestHealthCheck | undefined`} - \n\nProperties:\n\n  * `manifest` {`ManifestHealthCheck | undefined`} - \n\n  * `_healthCheckContext` - \n\n  * `_api` - \n\n  * `_tagResults` - \n\n  * `_keyResults` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "manifest",
          "description": "`manifest` {`ManifestHealthCheck | undefined`} - \n\nProperty: manifest",
          "values": []
        }
      ]
    },
    {
      "name": "umb-health-check--group-box-overview",
      "description": "Attributes:\n\n  * `manifest` {`ManifestHealthCheck | undefined`} - \n\nProperties:\n\n  * `manifest` {`ManifestHealthCheck | undefined`} - \n\n  * `_healthCheckContext` - \n\n  * `_api` - \n\n  * `_tagResults` - \n\n  * `_keyResults` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "manifest",
          "description": "`manifest` {`ManifestHealthCheck | undefined`} - \n\nProperty: manifest",
          "values": []
        }
      ]
    },
    {
      "name": "umb-dashboard-health-check-group",
      "description": "Attributes:\n\n  * `groupName` {`string`} - \n\nProperties:\n\n  * `groupName` {`string`} - \n\n  * `_buttonState` - \n\n  * `_group` - \n\n  * `_healthCheckContext` - \n\n  * `_idResults` {`HealthCheckWithResultPresentationModel[] | undefined`} - \n\n  * `_api` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "groupName",
          "description": "`groupName` {`string`} - \n\nProperty: groupName"
        }
      ]
    },
    {
      "name": "umb-dashboard-health-check-overview",
      "description": "Properties:\n\n  * `_buttonState` - \n\n  * `_healthCheckDashboardContext` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-help-header-app",
      "description": "Properties:\n\n  * `_helpMenuHasMenuItems` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-app-language-select",
      "description": "Properties:\n\n  * `_popoverElement` - \n\n  * `_languages` {`UmbLanguageDetailModel[]`} - \n\n  * `_appLanguage` {`UmbLanguageDetailModel | undefined`} - \n\n  * `_appLanguageIsReadOnly` {`boolean`} - \n\n  * `_isOpen` {`boolean`} - \n\n  * `_disallowedLanguages` {`UmbLanguageDetailModel[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-language-table-name-column-layout",
      "description": "Properties:\n\n  * `value` {`{ unique: string; name: string; }`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-language-table-collection-view",
      "description": "Properties:\n\n  * `_tableConfig` - \n\n  * `_tableColumns` {`UmbTableColumn[]`} - \n\n  * `_tableItems` {`UmbTableItem[]`} - \n\n  * `_cultureNames` {`DisplayNames`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-input-language",
      "description": "Attributes:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `min-message` {boolean} - Min validation message.\n\n  * `maxMessage` {boolean} - Max validation message.\n\n  * `selection` {`string[]`} - \n\n  * `value` {`string`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperties:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `minMessage` {boolean} - Min validation message.\n\n  * `maxMessage` {boolean} - Max validation message.\n\n  * `filter` - \n\n  * `selection` {`string[]`} - \n\n  * `value` {`string`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `_items` {`UmbLanguageItemModel[]`} - \n\n  * `_statuses` {`UmbRepositoryItemsStatus[] | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "min",
          "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: "
        },
        {
          "name": "max",
          "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: "
        },
        {
          "name": "min-message",
          "description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
        },
        {
          "name": "maxMessage",
          "description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
        },
        {
          "name": "selection",
          "description": "`selection` {`string[]`} - \n\nProperty: selection"
        },
        {
          "name": "value",
          "description": "`value` {`string`} - \n\nProperty: value"
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: ",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-language-item-ref",
      "description": "Attributes:\n\n  * `item` {`UmbLanguageItemModel | undefined`} - \n\n  * `readonly` {`boolean`} - \n\n  * `standalone` {`boolean`} - \n\nProperties:\n\n  * `item` {`UmbLanguageItemModel | undefined`} - \n\n  * `readonly` {`boolean`} - \n\n  * `standalone` {`boolean`} - \n\n  * `_editPath` {`string`} - ",
      "attributes": [
        {
          "name": "item",
          "description": "`item` {`UmbLanguageItemModel | undefined`} - \n\nProperty: item",
          "values": []
        },
        {
          "name": "readonly",
          "description": "`readonly` {`boolean`} - \n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "standalone",
          "description": "`standalone` {`boolean`} - \n\nProperty: standalone\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-language-picker-modal",
      "description": "Properties:\n\n  * `_languages` {`UmbLanguageItemModel[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-language-workspace-editor",
      "description": "Properties:\n\n  * `_isNew` {`boolean | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-language-details-workspace-view",
      "description": "Properties:\n\n  * `_language` {`UmbLanguageDetailModel | undefined`} - \n\n  * `_isDefaultLanguage` {`boolean`} - \n\n  * `_isNew` {`boolean | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-donut-chart",
      "description": "This is a donut chart component that can be used to display data in a circular way.\n\nAttributes:\n\n  * `radius` {`number`} - Circle radius in pixels\n\n  * `border-size` {`number`} - The circle thickness in pixels\n\n  * `svg-size` {`number`} - The size of SVG element in pixels\n\n  * `description` {`string`} - Description of the graph, added for accessibility purposes\n\n  * `hideDetailBox` {`boolean`} - Hides the box that appears oh hover with the details of the slice\n\n  * `show-description` {`boolean`} - Shows the description text below the chart\n\nProperties:\n\n  * `MIN_SLICE_PERCENT` {`number`} - Minimum visual percentage for rendering a slice.\nSlices below this percentage will be visually expanded to this size to remain visible.\n\n  * `radius` {`number`} - Circle radius in pixels\n\n  * `borderSize` {`number`} - The circle thickness in pixels\n\n  * `svgSize` {`number`} - The size of SVG element in pixels\n\n  * `description` {`string`} - Description of the graph, added for accessibility purposes\n\n  * `hideDetailBox` {`boolean`} - Hides the box that appears oh hover with the details of the slice\n\n  * `showDescription` {`boolean`} - Shows the description text below the chart\n\n  * `_slices` {`UmbDonutSliceElement[]`} - \n\n  * `_container` {`HTMLDivElement`} - \n\n  * `_detailsBox` {`HTMLDivElement`} - \n\n  * `_circles` {`CircleWithCommands[]`} - \n\n  * `_viewBox` {`number`} - \n\n  * `_posY` {`number`} - \n\n  * `_posX` {`number`} - \n\n  * `_detailName` {`string`} - \n\n  * `_detailAmount` {`string`} - \n\n  * `_detailColor` {`string`} - \n\n  * `_totalAmount` {`number`} - \n\n  * `_detailKind` {`string`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "radius",
          "description": "`radius` {`number`} - Circle radius in pixels\n\nProperty: radius\n\nDefault: 45"
        },
        {
          "name": "border-size",
          "description": "`border-size` {`number`} - The circle thickness in pixels\n\nProperty: borderSize\n\nDefault: 20"
        },
        {
          "name": "svg-size",
          "description": "`svg-size` {`number`} - The size of SVG element in pixels\n\nProperty: svgSize\n\nDefault: 100"
        },
        {
          "name": "description",
          "description": "`description` {`string`} - Description of the graph, added for accessibility purposes\n\nProperty: description\n\nDefault: "
        },
        {
          "name": "hideDetailBox",
          "description": "`hideDetailBox` {`boolean`} - Hides the box that appears oh hover with the details of the slice\n\nProperty: hideDetailBox\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "show-description",
          "description": "`show-description` {`boolean`} - Shows the description text below the chart\n\nProperty: showDescription\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-donut-slice",
      "description": "This component is used to display a single slice of a donut chart. It only makes sense insice the donut chart\n\nEvents:\n\n  * `slice-update` {`CustomEvent<unknown>`} - This event is fired when the slice is updated\n\nAttributes:\n\n  * `amount` {`number`} - Number of items that this slice represents\n\n  * `color` {`string`} - Color of the slice. Any valid css color is accepted, custom properties are also supported\n\n  * `name` {`string`} - Name of the slice. This is used to display the name of the slice in the donut chart\n\n  * `kind` {`string`} - Kind of the slice. This is shown on a details box when hovering over the slice\n\n  * `href` {`string`} - Optional href to make the slice clickable\n\nProperties:\n\n  * `amount` {`number`} - Number of items that this slice represents\n\n  * `color` {`string`} - Color of the slice. Any valid css color is accepted, custom properties are also supported\n\n  * `name` {`string`} - Name of the slice. This is used to display the name of the slice in the donut chart\n\n  * `kind` {`string`} - Kind of the slice. This is shown on a details box when hovering over the slice\n\n  * `href` {`string`} - Optional href to make the slice clickable",
      "attributes": [
        {
          "name": "amount",
          "description": "`amount` {`number`} - Number of items that this slice represents\n\nProperty: amount\n\nDefault: 0"
        },
        {
          "name": "color",
          "description": "`color` {`string`} - Color of the slice. Any valid css color is accepted, custom properties are also supported\n\nProperty: color\n\nDefault: red"
        },
        {
          "name": "name",
          "description": "`name` {`string`} - Name of the slice. This is used to display the name of the slice in the donut chart\n\nProperty: name\n\nDefault: "
        },
        {
          "name": "kind",
          "description": "`kind` {`string`} - Kind of the slice. This is shown on a details box when hovering over the slice\n\nProperty: kind\n\nDefault: "
        },
        {
          "name": "href",
          "description": "`href` {`string`} - Optional href to make the slice clickable\n\nProperty: href\n\nDefault: "
        },
        {
          "name": "onslice-update",
          "description": "`slice-update` {`CustomEvent<unknown>`} - This event is fired when the slice is updated"
        }
      ]
    },
    {
      "name": "umb-log-viewer-date-range-selector",
      "description": "Attributes:\n\n  * `horizontal` {`boolean`} - \n\nProperties:\n\n  * `_startDate` {`string`} - \n\n  * `_endDate` {`string`} - \n\n  * `horizontal` {`boolean`} - \n\n  * `_logViewerContext` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "horizontal",
          "description": "`horizontal` {`boolean`} - \n\nProperty: horizontal\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-log-viewer-too-many-logs-warning",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-logviewer-workspace",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-log-viewer-log-level-overview",
      "description": "Attributes:\n\n  * `loggerName` {`string`} - The name of the logger to get the level for. Defaults to 'Global'.\n\nProperties:\n\n  * `_logViewerContext` - \n\n  * `_loggers` {`LoggerResponseModel[]`} - \n\n  * `loggerName` {`string`} - The name of the logger to get the level for. Defaults to 'Global'.",
      "attributes": [
        {
          "name": "loggerName",
          "description": "`loggerName` {`string`} - The name of the logger to get the level for. Defaults to 'Global'.\n\nProperty: loggerName\n\nDefault: Global"
        }
      ]
    },
    {
      "name": "umb-log-viewer-log-types-chart",
      "description": "Properties:\n\n  * `_logViewerContext` - \n\n  * `_dateRange` {`{ startDate: string; endDate: string; }`} - \n\n  * `_logLevelCounts` - \n\n  * `_logLevelCount` {`[string, number][]`} - \n\n  * `_logLevelCountFilter` {`string[]`} - \n\n  * `_logLevelKeys` {`[string, number][]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-log-viewer-message-templates-overview",
      "description": "Properties:\n\n  * `_total` {`number`} - \n\n  * `_messageTemplates` {`LogTemplateResponseModel[]`} - \n\n  * `_logViewerContext` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-log-viewer-saved-searches-overview",
      "description": "Properties:\n\n  * `_savedSearches` {`SavedLogSearchResponseModel[]`} - \n\n  * `_total` {`number`} - \n\n  * `_logViewerContext` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-log-viewer-overview-view",
      "description": "Properties:\n\n  * `_errorCount` {`number | undefined`} - \n\n  * `_canShowLogs` {`boolean`} - \n\n  * `_logViewerContext` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-log-viewer-level-tag",
      "description": "Attributes:\n\n  * `level` - \n\nProperties:\n\n  * `level` - \n\n  * `levelMap` - ",
      "attributes": [
        {
          "name": "level",
          "description": "`level` - \n\nProperty: level"
        }
      ]
    },
    {
      "name": "umb-log-viewer-log-level-filter-menu",
      "description": "Properties:\n\n  * `_logLevelSelectorCheckboxes` {`NodeListOf<UUICheckboxElement>`} - \n\n  * `_logLevelFilter` {`LogLevelModel[]`} - \n\n  * `_logViewerContext` - \n\n  * `setLogLevelDebounce` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-log-viewer-message",
      "description": "Attributes:\n\n  * `timestamp` {`string`} - \n\n  * `level` - \n\n  * `messageTemplate` {`string`} - \n\n  * `renderedMessage` {`string`} - \n\n  * `open` {`boolean`} - \n\n  * `exception` {`string`} - \n\nProperties:\n\n  * `details` {`HTMLDetailsElement`} - \n\n  * `timestamp` {`string`} - \n\n  * `date` {`Date | undefined`} - \n\n  * `level` - \n\n  * `messageTemplate` {`string`} - \n\n  * `renderedMessage` {`string`} - \n\n  * `properties` {`LogMessagePropertyPresentationModel[]`} - \n\n  * `open` {`boolean`} - \n\n  * `exception` {`string`} - \n\n  * `_propertiesWithSearchMenu` {`string[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "timestamp",
          "description": "`timestamp` {`string`} - \n\nProperty: timestamp\n\nDefault: "
        },
        {
          "name": "level",
          "description": "`level` - \n\nProperty: level\n\nDefault: "
        },
        {
          "name": "messageTemplate",
          "description": "`messageTemplate` {`string`} - \n\nProperty: messageTemplate\n\nDefault: "
        },
        {
          "name": "renderedMessage",
          "description": "`renderedMessage` {`string`} - \n\nProperty: renderedMessage\n\nDefault: "
        },
        {
          "name": "open",
          "description": "`open` {`boolean`} - \n\nProperty: open\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "exception",
          "description": "`exception` {`string`} - \n\nProperty: exception\n\nDefault: "
        }
      ]
    },
    {
      "name": "umb-log-viewer-messages-list",
      "description": "Properties:\n\n  * `_logsScrollContainer` - \n\n  * `_sortingDirection` - \n\n  * `_logs` {`LogMessageResponseModel[]`} - \n\n  * `_logsTotal` {`number`} - \n\n  * `_isLoading` {`boolean`} - \n\n  * `_logViewerContext` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-log-viewer-polling-button",
      "description": "Properties:\n\n  * `_dropdownElement` - \n\n  * `_poolingConfig` {`UmbPoolingConfig`} - \n\n  * `_logViewerContext` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-log-viewer-save-search-modal",
      "description": "Properties:\n\n  * `_input` - \n\n  * `_hasValue` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-log-viewer-search-input",
      "description": "Properties:\n\n  * `_searchDropdownElement` - \n\n  * `_savedSearches` {`SavedLogSearchResponseModel[]`} - \n\n  * `_inputQuery` {`string`} - \n\n  * `_isQuerySaved` {`boolean`} - \n\n  * `_logViewerContext` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-log-viewer-search-view",
      "description": "Properties:\n\n  * `_canShowLogs` {`boolean`} - \n\n  * `_logViewerContext` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-input-markdown",
      "description": "Events:\n\n  * `change` {} - when the value of the input changes\n\nAttributes:\n\n  * `preview` {`boolean`} - \n\n  * `overlaySize` - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `required` {`boolean | undefined`} - \n\n  * `requiredMessage` {`string | undefined`} - \n\nProperties:\n\n  * `preview` {`boolean`} - \n\n  * `overlaySize` - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `required` {`boolean | undefined`} - \n\n  * `requiredMessage` {`string | undefined`} - \n\n  * `_codeEditor` - \n\n  * `_actionExtensions` {`UmbMarkdownEditorAction[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "preview",
          "description": "`preview` {`boolean`} - \n\nProperty: preview\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "overlaySize",
          "description": "`overlaySize` - \n\nProperty: overlaySize"
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: ",
          "valueSet": "v"
        },
        {
          "name": "required",
          "description": "`required` {`boolean | undefined`} - \n\nProperty: required",
          "values": []
        },
        {
          "name": "requiredMessage",
          "description": "`requiredMessage` {`string | undefined`} - \n\nProperty: requiredMessage",
          "values": []
        },
        {
          "name": "onchange",
          "description": "`change` {} - when the value of the input changes"
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-markdown-editor",
      "description": "Attributes:\n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {boolean} - Sets the input to mandatory, meaning validation will fail if the value is empty.\n\n  * `mandatoryMessage` - \n\nProperties:\n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {boolean} - Sets the input to mandatory, meaning validation will fail if the value is empty.\n\n  * `mandatoryMessage` - \n\n  * `_preview` {`boolean | undefined`} - \n\n  * `_overlaySize` - \n\n  * `config` - ",
      "attributes": [
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "mandatory",
          "description": "`mandatory` {boolean} - Sets the input to mandatory, meaning validation will fail if the value is empty.\n\nProperty: mandatory",
          "values": []
        },
        {
          "name": "mandatoryMessage",
          "description": "`mandatoryMessage` - \n\nProperty: mandatoryMessage\n\nDefault: UMB_VALIDATION_EMPTY_LOCALIZATION_KEY"
        }
      ]
    },
    {
      "name": "umb-input-dropzone",
      "description": "A dropzone for uploading files and folders.\nThe files will be uploaded to the server as temporary files and can be used in the backoffice.\n\nEvents:\n\n  * `ProgressEvent` {} - When the progress of the upload changes.\n\n  * `UmbDropzoneChangeEvent` {} - When the upload is complete.\n\n  * `UmbDropzoneSubmittedEvent` {} - When the upload is submitted.\n\n  * `progress` {`ProgressEvent<EventTarget>`} - \n\nSlots:\n\n  * ` ` {} - The default slot.\n\n  * `text` {} - A text shown above the dropzone graphic.\n\nAttributes:\n\n  * `accept` {`string | undefined`} - Comma-separated list of accepted mime types or file extensions.\n\n  * `disable-folder-upload` {`boolean`} - Disable folder uploads.\n\n  * `disabled` {`boolean`} - Disables the dropzone.\n\n  * `multiple` {`boolean`} - Determines if the dropzone should accept multiple files.\n\n  * `standalone` {`boolean`} - Style the dropzone with a border.\n\n  * `label` {`string`} - The label for the dropzone.\n\nProperties:\n\n  * `accept` {`string | undefined`} - Comma-separated list of accepted mime types or file extensions.\n\n  * `disableFolderUpload` {`boolean`} - Disable folder uploads.\n\n  * `disabled` {`boolean`} - Disables the dropzone.\n\n  * `multiple` {`boolean`} - Determines if the dropzone should accept multiple files.\n\n  * `standalone` {`boolean`} - Style the dropzone with a border.\n\n  * `label` {`string`} - The label for the dropzone.\n\n  * `_dropzone` - \n\n  * `_progressItems` {`UmbUploadableItem[]`} - \n\n  * `_manager` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "accept",
          "description": "`accept` {`string | undefined`} - Comma-separated list of accepted mime types or file extensions.\n\nProperty: accept",
          "values": []
        },
        {
          "name": "disable-folder-upload",
          "description": "`disable-folder-upload` {`boolean`} - Disable folder uploads.\n\nProperty: disableFolderUpload\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "disabled",
          "description": "`disabled` {`boolean`} - Disables the dropzone.\n\nProperty: disabled\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "multiple",
          "description": "`multiple` {`boolean`} - Determines if the dropzone should accept multiple files.\n\nProperty: multiple\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "standalone",
          "description": "`standalone` {`boolean`} - Style the dropzone with a border.\n\nProperty: standalone\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "label",
          "description": "`label` {`string`} - The label for the dropzone.\n\nProperty: label\n\nDefault: dropzone"
        },
        {
          "name": "onProgressEvent",
          "description": "`ProgressEvent` {} - When the progress of the upload changes."
        },
        {
          "name": "onUmbDropzoneChangeEvent",
          "description": "`UmbDropzoneChangeEvent` {} - When the upload is complete."
        },
        {
          "name": "onUmbDropzoneSubmittedEvent",
          "description": "`UmbDropzoneSubmittedEvent` {} - When the upload is submitted."
        },
        {
          "name": "onprogress",
          "description": "`progress` {`ProgressEvent<EventTarget>`} - "
        }
      ]
    },
    {
      "name": "umb-imaging-thumbnail",
      "description": "Attributes:\n\n  * `unique` {`string | undefined`} - The unique identifier for the media item.\n\n  * `width` {`number`} - The width of the thumbnail in pixels.\n\n  * `height` {`number`} - The height of the thumbnail in pixels.\n\n  * `mode` - The mode of the thumbnail.\n\n  * `format` {`string | undefined`} - The output format of the thumbnail.\n\n  * `alt` {`string`} - The alt text for the thumbnail.\n\n  * `icon` {`string`} - The fallback icon for the thumbnail.\n\n  * `loading` {`\"lazy\" | \"eager\"`} - The `loading` state of the thumbnail.\n\n  * `external-loading` {`boolean`} - External loading state (e.g., when parent is waiting for metadata)\n\nProperties:\n\n  * `unique` {`string | undefined`} - The unique identifier for the media item.\n\n  * `width` {`number`} - The width of the thumbnail in pixels.\n\n  * `height` {`number`} - The height of the thumbnail in pixels.\n\n  * `mode` - The mode of the thumbnail.\n\n  * `format` {`string | undefined`} - The output format of the thumbnail.\n\n  * `alt` {`string`} - The alt text for the thumbnail.\n\n  * `icon` {`string`} - The fallback icon for the thumbnail.\n\n  * `loading` {`\"lazy\" | \"eager\"`} - The `loading` state of the thumbnail.\n\n  * `externalLoading` {`boolean`} - External loading state (e.g., when parent is waiting for metadata)\n\n  * `_isLoading` {`boolean`} - \n\n  * `_thumbnailUrl` {`string`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "unique",
          "description": "`unique` {`string | undefined`} - The unique identifier for the media item.\n\nProperty: unique",
          "values": []
        },
        {
          "name": "width",
          "description": "`width` {`number`} - The width of the thumbnail in pixels.\n\nProperty: width\n\nDefault: 300"
        },
        {
          "name": "height",
          "description": "`height` {`number`} - The height of the thumbnail in pixels.\n\nProperty: height\n\nDefault: 300"
        },
        {
          "name": "mode",
          "description": "`mode` - The mode of the thumbnail.\n\nProperty: mode\n\nDefault: MIN"
        },
        {
          "name": "format",
          "description": "`format` {`string | undefined`} - The output format of the thumbnail.\n\nProperty: format",
          "values": []
        },
        {
          "name": "alt",
          "description": "`alt` {`string`} - The alt text for the thumbnail.\n\nProperty: alt\n\nDefault: "
        },
        {
          "name": "icon",
          "description": "`icon` {`string`} - The fallback icon for the thumbnail.\n\nProperty: icon\n\nDefault: icon-picture"
        },
        {
          "name": "loading",
          "description": "`loading` {`\"lazy\" | \"eager\"`} - The `loading` state of the thumbnail.\n\nProperty: loading\n\nDefault: 'lazy'",
          "values": [
            {
              "name": "lazy"
            },
            {
              "name": "eager"
            }
          ]
        },
        {
          "name": "external-loading",
          "description": "`external-loading` {`boolean`} - External loading state (e.g., when parent is waiting for metadata)\n\nProperty: externalLoading\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-media-image",
      "description": "Attributes:\n\n  * `unique` {`string | undefined`} - The unique identifier for the media item.\n\n  * `alt` {`string | undefined`} - The alt text for the thumbnail.\n\n  * `icon` {`string`} - The fallback icon for the thumbnail.\n\n  * `loading` {`\"lazy\" | \"eager\"`} - The `loading` state of the thumbnail.\n\nProperties:\n\n  * `unique` {`string | undefined`} - The unique identifier for the media item.\n\n  * `alt` {`string | undefined`} - The alt text for the thumbnail.\n\n  * `icon` {`string`} - The fallback icon for the thumbnail.\n\n  * `loading` {`\"lazy\" | \"eager\"`} - The `loading` state of the thumbnail.\n\n  * `_isLoading` {`boolean`} - \n\n  * `_imageUrl` {`string`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "unique",
          "description": "`unique` {`string | undefined`} - The unique identifier for the media item.\n\nProperty: unique",
          "values": []
        },
        {
          "name": "alt",
          "description": "`alt` {`string | undefined`} - The alt text for the thumbnail.\n\nProperty: alt",
          "values": []
        },
        {
          "name": "icon",
          "description": "`icon` {`string`} - The fallback icon for the thumbnail.\n\nProperty: icon\n\nDefault: icon-picture"
        },
        {
          "name": "loading",
          "description": "`loading` {`\"lazy\" | \"eager\"`} - The `loading` state of the thumbnail.\n\nProperty: loading\n\nDefault: 'lazy'",
          "values": [
            {
              "name": "lazy"
            },
            {
              "name": "eager"
            }
          ]
        }
      ]
    },
    {
      "name": "umb-input-media-type",
      "description": "Attributes:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `min-message` {boolean} - Min validation message.\n\n  * `maxMessage` {boolean} - Max validation message.\n\n  * `selection` {`string[]`} - \n\n  * `value` {`string | undefined`} - \n\nProperties:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `minMessage` {boolean} - Min validation message.\n\n  * `maxMessage` {boolean} - Max validation message.\n\n  * `selection` {`string[]`} - \n\n  * `value` {`string | undefined`} - \n\n  * `_items` {`UmbMediaTypeItemModel[] | undefined`} - \n\n  * `_statuses` {`UmbRepositoryItemsStatus[] | undefined`} - \n\n  * `_editPath` {`string`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "min",
          "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: "
        },
        {
          "name": "max",
          "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: "
        },
        {
          "name": "min-message",
          "description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
        },
        {
          "name": "maxMessage",
          "description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
        },
        {
          "name": "selection",
          "description": "`selection` {`string[]`} - \n\nProperty: selection"
        },
        {
          "name": "value",
          "description": "`value` {`string | undefined`} - \n\nProperty: value",
          "values": []
        }
      ]
    },
    {
      "name": "umb-media-type-import-modal",
      "description": "Properties:\n\n  * `_fileContent` {`UmbMediaTypePreview[]`} - \n\n  * `styles` {`any[]`} - \n\n  * `#fileReader` - ",
      "attributes": []
    },
    {
      "name": "umb-property-editor-ui-media-type-picker",
      "description": "Attributes:\n\n  * `value` {`string | undefined`} - \n\nProperties:\n\n  * `value` {`string | undefined`} - \n\n  * `config` - \n\n  * `_min` {`number`} - \n\n  * `_max` {`number`} - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` {`string | undefined`} - \n\nProperty: value",
          "values": []
        }
      ]
    },
    {
      "name": "umb-media-type-property-type-item-ref",
      "description": "Attributes:\n\n  * `item` {`UmbMediaTypePropertyTypeReferenceModel | undefined`} - \n\n  * `readonly` {`boolean`} - \n\n  * `standalone` {`boolean`} - \n\nProperties:\n\n  * `item` {`UmbMediaTypePropertyTypeReferenceModel | undefined`} - \n\n  * `readonly` {`boolean`} - \n\n  * `standalone` {`boolean`} - \n\n  * `_editPath` {`string`} - ",
      "attributes": [
        {
          "name": "item",
          "description": "`item` {`UmbMediaTypePropertyTypeReferenceModel | undefined`} - \n\nProperty: item",
          "values": []
        },
        {
          "name": "readonly",
          "description": "`readonly` {`boolean`} - \n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "standalone",
          "description": "`standalone` {`boolean`} - \n\nProperty: standalone\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-media-type-folder-workspace-editor",
      "attributes": []
    },
    {
      "name": "umb-media-type-tree-item-table-collection-view",
      "description": "Properties:\n\n  * `_tableConfig` - \n\n  * `_tableColumns` {`UmbTableColumn[]`} - \n\n  * `_tableItems` {`UmbTableItem[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-media-type-workspace-editor",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-media-type-workspace-view-structure",
      "description": "Properties:\n\n  * `_allowedAtRoot` {`boolean | undefined`} - \n\n  * `_allowedContentTypeIDs` {`string[] | undefined`} - \n\n  * `_collection` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-media-history-workspace-info-app",
      "description": "Properties:\n\n  * `_currentPageNumber` {`number`} - \n\n  * `_totalPages` {`number`} - \n\n  * `_items` {`UmbMediaAuditLogModel[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-media-workspace-view-info-history",
      "description": "Properties:\n\n  * `_currentPageNumber` {`number`} - \n\n  * `_totalPages` {`number`} - \n\n  * `_items` {`UmbMediaAuditLogModel[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-create-media-collection-action",
      "description": "Properties:\n\n  * `_allowedMediaTypes` {`UmbAllowedMediaTypeModel[]`} - \n\n  * `_mediaUnique` - \n\n  * `_mediaTypeUnique` {`string | undefined`} - \n\n  * `_popoverOpen` {`boolean`} - \n\n  * `manifest` - ",
      "attributes": []
    },
    {
      "name": "umb-media-collection-item-card",
      "description": "Attributes:\n\n  * `item` {`UmbMediaCollectionItemModel | undefined`} - \n\n  * `selectable` {`boolean`} - \n\n  * `selected` {`boolean`} - \n\n  * `selectOnly` {`boolean`} - \n\n  * `disabled` {`boolean`} - \n\n  * `href` {`string | undefined`} - \n\nProperties:\n\n  * `item` {`UmbMediaCollectionItemModel | undefined`} - \n\n  * `selectable` {`boolean`} - \n\n  * `selected` {`boolean`} - \n\n  * `selectOnly` {`boolean`} - \n\n  * `disabled` {`boolean`} - \n\n  * `href` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "item",
          "description": "`item` {`UmbMediaCollectionItemModel | undefined`} - \n\nProperty: item",
          "values": []
        },
        {
          "name": "selectable",
          "description": "`selectable` {`boolean`} - \n\nProperty: selectable\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "selected",
          "description": "`selected` {`boolean`} - \n\nProperty: selected\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "selectOnly",
          "description": "`selectOnly` {`boolean`} - \n\nProperty: selectOnly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "disabled",
          "description": "`disabled` {`boolean`} - \n\nProperty: disabled\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "href",
          "description": "`href` {`string | undefined`} - \n\nProperty: href",
          "values": []
        }
      ]
    },
    {
      "name": "umb-media-collection",
      "description": "Properties:\n\n  * `_progress` {`number`} - \n\n  * `_unique` {`string | null`} - ",
      "attributes": []
    },
    {
      "name": "umb-media-grid-collection-view",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-media-table-column-name",
      "description": "Properties:\n\n  * `column` - \n\n  * `item` - \n\n  * `value` {`UmbEditableMediaCollectionItemModel`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-media-table-collection-view",
      "description": "Properties:\n\n  * `_userDefinedProperties` {`UmbCollectionColumnConfiguration[] | undefined`} - \n\n  * `_items` {`UmbMediaCollectionItemModel[] | undefined`} - \n\n  * `_tableConfig` - \n\n  * `_tableColumns` {`UmbTableColumn[]`} - \n\n  * `_tableItems` {`UmbTableItem[]`} - \n\n  * `_selection` {`string[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-image-cropper-field",
      "description": "Attributes:\n\n  * `fileDataUrl` {`string | undefined`} - \n\n  * `hideFocalPoint` {`boolean`} - \n\nProperties:\n\n  * `value` {`UmbImageCropperPropertyEditorValue | undefined`} - \n\n  * `crops` {`UmbCropModel[]`} - \n\n  * `currentCrop` {`UmbCropModel | undefined`} - \n\n  * `file` {`File | undefined`} - \n\n  * `fileDataUrl` {`string | undefined`} - \n\n  * `focalPoint` {`UmbFocalPointModel`} - \n\n  * `hideFocalPoint` {`boolean`} - \n\n  * `src` {`string`} - \n\n  * `_serverUrl` {`string`} - \n\n  * `source` {`string`} - \n\n  * `onResetFocalPoint` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "fileDataUrl",
          "description": "`fileDataUrl` {`string | undefined`} - \n\nProperty: fileDataUrl",
          "values": []
        },
        {
          "name": "hideFocalPoint",
          "description": "`hideFocalPoint` {`boolean`} - \n\nProperty: hideFocalPoint\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-image-cropper-focus-setter",
      "description": "Attributes:\n\n  * `hideFocalPoint` {`boolean`} - \n\n  * `disabled` {`boolean`} - \n\n  * `src` {`string | undefined`} - \n\nProperties:\n\n  * `imageElement` {`HTMLImageElement`} - \n\n  * `wrapperElement` {`HTMLElement | undefined`} - \n\n  * `focalPointElement` {`HTMLElement`} - \n\n  * `_isDraggingGridHandle` {`boolean`} - \n\n  * `_coords` {`{ x: number; y: number; }`} - \n\n  * `focalPoint` {`UmbFocalPointModel`} - \n\n  * `hideFocalPoint` {`boolean`} - \n\n  * `disabled` {`boolean`} - \n\n  * `src` {`string | undefined`} - \n\n  * `styles` - ",
      "attributes": [
        {
          "name": "hideFocalPoint",
          "description": "`hideFocalPoint` {`boolean`} - \n\nProperty: hideFocalPoint\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "disabled",
          "description": "`disabled` {`boolean`} - \n\nProperty: disabled\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "src",
          "description": "`src` {`string | undefined`} - \n\nProperty: src",
          "values": []
        }
      ]
    },
    {
      "name": "umb-image-cropper-preview",
      "description": "Attributes:\n\n  * `label` {`string | undefined`} - \n\nProperties:\n\n  * `imageElement` {`HTMLImageElement`} - \n\n  * `imageContainerElement` {`HTMLImageElement`} - \n\n  * `crop` {`UmbCropModel | undefined`} - \n\n  * `src` {`string`} - \n\n  * `label` {`string | undefined`} - \n\n  * `focalPoint` {`UmbFocalPointModel`} - \n\n  * `styles` - ",
      "attributes": [
        {
          "name": "label",
          "description": "`label` {`string | undefined`} - \n\nProperty: label",
          "values": []
        }
      ]
    },
    {
      "name": "umb-image-cropper",
      "description": "Attributes:\n\n  * `src` {`string`} - \n\n  * `zoom` {`number`} - \n\nProperties:\n\n  * `viewportElement` {`HTMLElement`} - \n\n  * `maskElement` {`HTMLElement`} - \n\n  * `imageElement` {`HTMLImageElement`} - \n\n  * `value` {`UmbCropModel | undefined`} - \n\n  * `src` {`string`} - \n\n  * `focalPoint` {`UmbFocalPointModel`} - \n\n  * `zoom` {`number`} - \n\n  * `styles` - ",
      "attributes": [
        {
          "name": "src",
          "description": "`src` {`string`} - \n\nProperty: src\n\nDefault: "
        },
        {
          "name": "zoom",
          "description": "`zoom` {`number`} - \n\nProperty: zoom"
        }
      ]
    },
    {
      "name": "umb-input-image-cropper",
      "description": "Attributes:\n\n  * `required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\n  * `requiredMessage` {`string | undefined`} - \n\nProperties:\n\n  * `required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\n  * `requiredMessage` {`string | undefined`} - \n\n  * `crops` {`UmbCropModel[]`} - \n\n  * `_file` - \n\n  * `_accept` {`string | undefined`} - \n\n  * `_loading` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "required",
          "description": "`required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\nProperty: required",
          "values": []
        },
        {
          "name": "requiredMessage",
          "description": "`requiredMessage` {`string | undefined`} - \n\nProperty: requiredMessage",
          "values": []
        }
      ]
    },
    {
      "name": "umb-input-media",
      "description": "Attributes:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `min-message` {boolean} - Min validation message.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `max-message` {boolean} - Max validation message.\n\n  * `allowedContentTypeIds` {`string[] | undefined`} - \n\n  * `include-trashed` {`boolean`} - \n\n  * `folder-filter` {`UmbMediaPickerFolderFilter`} - \n\n  * `value` {`string | undefined`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperties:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `minMessage` {boolean} - Min validation message.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `maxMessage` {boolean} - Max validation message.\n\n  * `selection` {`string[]`} - \n\n  * `allowedContentTypeIds` {`string[] | undefined`} - \n\n  * `includeTrashed` {`boolean`} - \n\n  * `folderFilter` {`UmbMediaPickerFolderFilter`} - \n\n  * `startNode` - \n\n  * `value` {`string | undefined`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `interactionMemories` {`UmbInteractionMemoryModel[] | undefined`} - \n\n  * `_editMediaPath` {`string`} - \n\n  * `_cards` {`UmbMediaCardItemModel[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "min",
          "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: "
        },
        {
          "name": "min-message",
          "description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
        },
        {
          "name": "max",
          "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: "
        },
        {
          "name": "max-message",
          "description": "`max-message` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
        },
        {
          "name": "allowedContentTypeIds",
          "description": "`allowedContentTypeIds` {`string[] | undefined`} - \n\nProperty: allowedContentTypeIds",
          "values": []
        },
        {
          "name": "include-trashed",
          "description": "`include-trashed` {`boolean`} - \n\nProperty: includeTrashed\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "folder-filter",
          "description": "`folder-filter` {`UmbMediaPickerFolderFilter`} - \n\nProperty: folderFilter\n\nDefault: filesAndFolders",
          "values": [
            {
              "name": "filesOnly"
            },
            {
              "name": "foldersOnly"
            },
            {
              "name": "filesAndFolders"
            }
          ]
        },
        {
          "name": "value",
          "description": "`value` {`string | undefined`} - \n\nProperty: value",
          "values": []
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: ",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-input-rich-media",
      "description": "Attributes:\n\n  * `required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\n  * `requiredMessage` {`string | undefined`} - \n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `min-message` {boolean} - Min validation message.\n\n  * `maxMessage` {boolean} - Max validation message.\n\n  * `value` {`UmbMediaPickerPropertyValueEntry[] | undefined`} - \n\n  * `allowedContentTypeIds` {`string[] | undefined`} - \n\n  * `multiple` {`boolean`} - \n\n  * `preselectedCrops` {`UmbCropModel[] | undefined`} - \n\n  * `focalPointEnabled` {`boolean`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperties:\n\n  * `required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\n  * `requiredMessage` {`string | undefined`} - \n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `minMessage` {boolean} - Min validation message.\n\n  * `maxMessage` {boolean} - Max validation message.\n\n  * `value` {`UmbMediaPickerPropertyValueEntry[] | undefined`} - \n\n  * `allowedContentTypeIds` {`string[] | undefined`} - \n\n  * `startNode` - \n\n  * `multiple` {`boolean`} - \n\n  * `preselectedCrops` {`UmbCropModel[] | undefined`} - \n\n  * `focalPointEnabled` {`boolean`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `interactionMemories` {`UmbInteractionMemoryModel[] | undefined`} - \n\n  * `_cards` {`UmbRichMediaCardModel[]`} - \n\n  * `_routeBuilder` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "required",
          "description": "`required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\nProperty: required",
          "values": []
        },
        {
          "name": "requiredMessage",
          "description": "`requiredMessage` {`string | undefined`} - \n\nProperty: requiredMessage",
          "values": []
        },
        {
          "name": "min",
          "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: 0"
        },
        {
          "name": "max",
          "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: Infinity"
        },
        {
          "name": "min-message",
          "description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
        },
        {
          "name": "maxMessage",
          "description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
        },
        {
          "name": "value",
          "description": "`value` {`UmbMediaPickerPropertyValueEntry[] | undefined`} - \n\nProperty: value",
          "values": []
        },
        {
          "name": "allowedContentTypeIds",
          "description": "`allowedContentTypeIds` {`string[] | undefined`} - \n\nProperty: allowedContentTypeIds",
          "values": []
        },
        {
          "name": "multiple",
          "description": "`multiple` {`boolean`} - \n\nProperty: multiple\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "preselectedCrops",
          "description": "`preselectedCrops` {`UmbCropModel[] | undefined`} - \n\nProperty: preselectedCrops",
          "values": []
        },
        {
          "name": "focalPointEnabled",
          "description": "`focalPointEnabled` {`boolean`} - \n\nProperty: focalPointEnabled",
          "valueSet": "v"
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: ",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-file-upload-preview",
      "description": "Attributes:\n\n  * `path` {`string | undefined`} - \n\n  * `file` {`File | undefined`} - \n\nProperties:\n\n  * `_previewAlias` {`string | undefined`} - \n\n  * `styles` {`any[]`} - \n\n  * `path` {`string | undefined`} - \n\n  * `file` {`File | undefined`} - ",
      "attributes": [
        {
          "name": "path",
          "description": "`path` {`string | undefined`} - \n\nProperty: path",
          "values": []
        },
        {
          "name": "file",
          "description": "`file` {`File | undefined`} - \n\nProperty: file",
          "values": []
        }
      ]
    },
    {
      "name": "umb-input-upload-field",
      "description": "Attributes:\n\n  * `allowed-file-extensions` {Array<string>} - \n\nProperties:\n\n  * `value` {`UmbMediaValueType | undefined`} - \n\n  * `allowedFileExtensions` {Array<string>} - \n\n  * `temporaryFile` - \n\n  * `_previewAlias` {`string | undefined`} - \n\n  * `_serverUrl` {`string`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "allowed-file-extensions",
          "description": "`allowed-file-extensions` {Array<string>} - \n\nProperty: allowedFileExtensions\n\nDefault: ",
          "values": []
        }
      ]
    },
    {
      "name": "umb-input-upload-field-audio",
      "description": "Attributes:\n\n  * `path` {`string`} - \n\nProperties:\n\n  * `styles` {`any[]`} - \n\n  * `path` {`string`} - \n\n  * `file` {`File | undefined`} - ",
      "attributes": [
        {
          "name": "path",
          "description": "`path` {`string`} - \n\nProperty: path\n\nDefault: "
        }
      ]
    },
    {
      "name": "umb-input-upload-field-file",
      "description": "Attributes:\n\n  * `path` {`string`} - \n\nProperties:\n\n  * `path` {`string`} - \n\n  * `file` {`File | undefined`} - ",
      "attributes": [
        {
          "name": "path",
          "description": "`path` {`string`} - \n\nProperty: path\n\nDefault: "
        }
      ]
    },
    {
      "name": "umb-input-upload-field-image",
      "description": "Attributes:\n\n  * `path` {`string`} - \n\nProperties:\n\n  * `styles` {`any[]`} - \n\n  * `path` {`string`} - \n\n  * `file` {`File | undefined`} - ",
      "attributes": [
        {
          "name": "path",
          "description": "`path` {`string`} - \n\nProperty: path\n\nDefault: "
        }
      ]
    },
    {
      "name": "umb-input-upload-field-svg",
      "description": "Attributes:\n\n  * `path` {`string`} - \n\nProperties:\n\n  * `styles` {`any[]`} - \n\n  * `path` {`string`} - \n\n  * `file` {`File | undefined`} - ",
      "attributes": [
        {
          "name": "path",
          "description": "`path` {`string`} - \n\nProperty: path\n\nDefault: "
        }
      ]
    },
    {
      "name": "umb-input-upload-field-video",
      "description": "Attributes:\n\n  * `path` {`string`} - \n\nProperties:\n\n  * `styles` {`any[]`} - \n\n  * `path` {`string`} - \n\n  * `file` {`File | undefined`} - ",
      "attributes": [
        {
          "name": "path",
          "description": "`path` {`string`} - \n\nProperty: path\n\nDefault: "
        }
      ]
    },
    {
      "name": "umb-media-dashboard",
      "description": "Properties:\n\n  * `_routes` {`UmbRoute[] | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-dropzone-media",
      "description": "A dropzone for uploading files and folders as media items. It is hidden by default and will be shown when dragging files over the window.\n\nEvents:\n\n  * `ProgressEvent` {} - When the progress of the upload changes.\n\n  * `UmbDropzoneSubmittedEvent` {} - When the upload is submitted.\n\n  * `UmbDropzoneChangeEvent` {} - When any upload changes.\n\n  * `object Object],[object Object],[object Object` {} - \n\n  * `complete` {`CustomEvent<UmbUploadableItem[]>`} - \n\nSlots:\n\n  * ` ` {} - The default slot.\n\nAttributes:\n\n  * `parent-unique` {`string | null`} - \n\nProperties:\n\n  * `parentUnique` {`string | null`} - \n\n  * `_manager` - \n\n  * `progressItems` - \n\n  * `progress` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "parent-unique",
          "description": "`parent-unique` {`string | null`} - \n\nProperty: parentUnique\n\nDefault: null",
          "values": []
        },
        {
          "name": "onProgressEvent",
          "description": "`ProgressEvent` {} - When the progress of the upload changes."
        },
        {
          "name": "onUmbDropzoneSubmittedEvent",
          "description": "`UmbDropzoneSubmittedEvent` {} - When the upload is submitted."
        },
        {
          "name": "onUmbDropzoneChangeEvent",
          "description": "`UmbDropzoneChangeEvent` {} - When any upload changes."
        },
        {
          "name": "onobject Object],[object Object],[object Object",
          "description": "`object Object],[object Object],[object Object` {} - "
        },
        {
          "name": "oncomplete",
          "description": "`complete` {`CustomEvent<UmbUploadableItem[]>`} - "
        }
      ]
    },
    {
      "name": "umb-dropzone",
      "description": "Events:\n\n  * `ProgressEvent` {} - When the progress of the upload changes.\n\n  * `UmbDropzoneSubmittedEvent` {} - When the upload is submitted.\n\n  * `UmbDropzoneChangeEvent` {} - When any upload changes.\n\n  * `object Object],[object Object],[object Object` {} - \n\n  * `complete` {`CustomEvent<UmbUploadableItem[]>`} - \n\nSlots:\n\n  * ` ` {} - The default slot.\n\nAttributes:\n\n  * `parent-unique` {`string | null`} - \n\nProperties:\n\n  * `parentUnique` {`string | null`} - \n\n  * `_manager` - \n\n  * `progressItems` - \n\n  * `progress` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "parent-unique",
          "description": "`parent-unique` {`string | null`} - \n\nProperty: parentUnique\n\nDefault: null",
          "values": []
        },
        {
          "name": "onProgressEvent",
          "description": "`ProgressEvent` {} - When the progress of the upload changes."
        },
        {
          "name": "onUmbDropzoneSubmittedEvent",
          "description": "`UmbDropzoneSubmittedEvent` {} - When the upload is submitted."
        },
        {
          "name": "onUmbDropzoneChangeEvent",
          "description": "`UmbDropzoneChangeEvent` {} - When any upload changes."
        },
        {
          "name": "onobject Object],[object Object],[object Object",
          "description": "`object Object],[object Object],[object Object` {} - "
        },
        {
          "name": "oncomplete",
          "description": "`complete` {`CustomEvent<UmbUploadableItem[]>`} - "
        }
      ]
    },
    {
      "name": "umb-dropzone-media-type-picker-modal",
      "description": "Properties:\n\n  * `_options` {`UmbAllowedMediaTypeModel[]`} - \n\n  * `_buttonAuto` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-media-create-options-modal",
      "description": "Properties:\n\n  * `_allowedMediaTypes` {`UmbAllowedMediaTypeModel[]`} - \n\n  * `_headline` {`string`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-media-item-ref",
      "description": "Attributes:\n\n  * `item` {`UmbMediaItemModel | undefined`} - \n\n  * `readonly` {`boolean`} - \n\n  * `standalone` {`boolean`} - \n\nProperties:\n\n  * `item` {`UmbMediaItemModel | undefined`} - \n\n  * `readonly` {`boolean`} - \n\n  * `standalone` {`boolean`} - \n\n  * `_editPath` {`string`} - \n\n  * `_userHasSectionAccess` {`boolean`} - ",
      "attributes": [
        {
          "name": "item",
          "description": "`item` {`UmbMediaItemModel | undefined`} - \n\nProperty: item",
          "values": []
        },
        {
          "name": "readonly",
          "description": "`readonly` {`boolean`} - \n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "standalone",
          "description": "`standalone` {`boolean`} - \n\nProperty: standalone\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-image-cropper-editor-field",
      "description": "Attributes:\n\n  * `fileDataUrl` {`string | undefined`} - \n\n  * `hideFocalPoint` {`boolean`} - \n\nProperties:\n\n  * `value` {`UmbImageCropperPropertyEditorValue | undefined`} - \n\n  * `crops` {`UmbCropModel[]`} - \n\n  * `currentCrop` {`UmbCropModel | undefined`} - \n\n  * `file` {`File | undefined`} - \n\n  * `fileDataUrl` {`string | undefined`} - \n\n  * `focalPoint` {`UmbFocalPointModel`} - \n\n  * `hideFocalPoint` {`boolean`} - \n\n  * `src` {`string`} - \n\n  * `_serverUrl` {`string`} - \n\n  * `source` {`string`} - \n\n  * `onResetFocalPoint` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "fileDataUrl",
          "description": "`fileDataUrl` {`string | undefined`} - \n\nProperty: fileDataUrl",
          "values": []
        },
        {
          "name": "hideFocalPoint",
          "description": "`hideFocalPoint` {`boolean`} - \n\nProperty: hideFocalPoint\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-image-cropper-editor-modal",
      "description": "Properties:\n\n  * `_imageCropperValue` {`UmbImageCropperPropertyEditorValue | undefined`} - \n\n  * `_key` {`string`} - \n\n  * `_unique` {`string`} - \n\n  * `_hideFocalPoint` {`boolean`} - \n\n  * `_crops` {`UmbCropModel[]`} - \n\n  * `_editMediaPath` {`string`} - \n\n  * `_pickableFilter` - \n\n  * `_isCroppable` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-media-caption-alt-text-modal",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-media-picker-folder-path",
      "description": "Properties:\n\n  * `startNode` {`UmbMediaPathModel | undefined`} - \n\n  * `currentMedia` {`UmbMediaPathModel`} - \n\n  * `_currentMedia` {`UmbMediaPathModel`} - \n\n  * `_paths` {`UmbMediaPathModel[]`} - \n\n  * `_typingNewFolder` {`boolean`} - \n\n  * `_allowedFolderTypes` {`UmbAllowedMediaTypeModel[]`} - \n\n  * `_selectingFolderType` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-media-picker-modal",
      "description": "Properties:\n\n  * `_pickerContext` - \n\n  * `_selectableFilter` - \n\n  * `_currentChildren` {`UmbMediaTreeItemModel[]`} - \n\n  * `_currentPage` {`number`} - \n\n  * `_currentTotalPages` {`number`} - \n\n  * `_searchResult` {`UmbMediaSearchItemModel[]`} - \n\n  * `_searchFrom` - \n\n  * `_searchQuery` {`string`} - \n\n  * `_currentMediaEntity` {`UmbMediaPathModel`} - \n\n  * `_isSelectionMode` {`boolean`} - \n\n  * `_startNode` {`UmbMediaItemModel | undefined`} - \n\n  * `_searching` {`boolean`} - \n\n  * `_dropzone` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-property-editor-ui-image-cropper",
      "description": "Attributes:\n\n  * `mandatory` {boolean} - Sets the input to mandatory, meaning validation will fail if the value is empty.\n\n  * `mandatoryMessage` - \n\nProperties:\n\n  * `mandatory` {boolean} - Sets the input to mandatory, meaning validation will fail if the value is empty.\n\n  * `mandatoryMessage` - \n\n  * `crops` {`UmbCropModel[]`} - \n\n  * `config` - ",
      "attributes": [
        {
          "name": "mandatory",
          "description": "`mandatory` {boolean} - Sets the input to mandatory, meaning validation will fail if the value is empty.\n\nProperty: mandatory",
          "values": []
        },
        {
          "name": "mandatoryMessage",
          "description": "`mandatoryMessage` - \n\nProperty: mandatoryMessage\n\nDefault: UMB_VALIDATION_EMPTY_LOCALIZATION_KEY"
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-image-crops",
      "description": "Attributes:\n\n  * `value` {`UmbCrop[]`} - \n\nProperties:\n\n  * `_labelInput` {`HTMLInputElement`} - \n\n  * `_value` {`UmbCrop[]`} - \n\n  * `_isCreating` {`boolean`} - \n\n  * `value` {`UmbCrop[]`} - \n\n  * `editCropAlias` {`string`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` {`UmbCrop[]`} - \n\nProperty: value"
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-media-entity-picker",
      "description": "Attributes:\n\n  * `value` {`string | undefined`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperties:\n\n  * `value` {`string | undefined`} - \n\n  * `config` - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `_min` {`number`} - \n\n  * `_max` {`number`} - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` {`string | undefined`} - \n\nProperty: value",
          "values": []
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-media-picker",
      "description": "Attributes:\n\n  * `mandatory` {boolean} - Sets the input to mandatory, meaning validation will fail if the value is empty.\n\n  * `mandatoryMessage` - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperties:\n\n  * `config` - \n\n  * `mandatory` {boolean} - Sets the input to mandatory, meaning validation will fail if the value is empty.\n\n  * `mandatoryMessage` - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `_startNode` - \n\n  * `_focalPointEnabled` {`boolean`} - \n\n  * `_preselectedCrops` {`UmbCropModel[]`} - \n\n  * `_allowedMediaTypes` {`string[] | undefined`} - \n\n  * `_multiple` {`boolean`} - \n\n  * `_min` {`number`} - \n\n  * `_max` {`number`} - \n\n  * `_alias` {`string | undefined`} - \n\n  * `_variantId` {`string | undefined`} - \n\n  * `_interactionMemories` {`UmbInteractionMemoryModel[]`} - ",
      "attributes": [
        {
          "name": "mandatory",
          "description": "`mandatory` {boolean} - Sets the input to mandatory, meaning validation will fail if the value is empty.\n\nProperty: mandatory",
          "values": []
        },
        {
          "name": "mandatoryMessage",
          "description": "`mandatoryMessage` - \n\nProperty: mandatoryMessage\n\nDefault: UMB_VALIDATION_EMPTY_LOCALIZATION_KEY"
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-upload-field",
      "description": "Properties:\n\n  * `_fileExtensions` {`string[] | undefined`} - \n\n  * `config` - ",
      "attributes": []
    },
    {
      "name": "umb-media-recycle-bin-tree-item-table-collection-view",
      "description": "Properties:\n\n  * `_tableConfig` - \n\n  * `_tableColumns` {`UmbTableColumn[]`} - \n\n  * `_tableItems` {`UmbTableItem[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-trashed-media-name-table-column",
      "description": "Properties:\n\n  * `_name` {`string`} - \n\n  * `_editPath` {`string`} - \n\n  * `column` - \n\n  * `item` - \n\n  * `value` {`UmbMediaRecycleBinTreeItemModel`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-media-search-result-item",
      "description": "Attributes:\n\n  * `item` - \n\nProperties:\n\n  * `item` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "item",
          "description": "`item` - \n\nProperty: item"
        }
      ]
    },
    {
      "name": "umb-media-tree",
      "attributes": []
    },
    {
      "name": "umb-media-tree-item",
      "description": "Properties:\n\n  * `api` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-media-links-workspace-info-app",
      "description": "Properties:\n\n  * `_isNew` {`boolean`} - \n\n  * `_unique` {`string | undefined`} - \n\n  * `_loading` {`boolean`} - \n\n  * `_links` {`UmbMediaInfoViewLink[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-media-workspace-editor",
      "description": "Properties:\n\n  * `_splitViewElement` - \n\n  * `_routes` {`UmbRoute[] | undefined`} - \n\n  * `_loading` {`boolean | undefined`} - \n\n  * `_gotWorkspaceRoute` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-media-workspace-split-view",
      "description": "Properties:\n\n  * `_workspaceContext` - \n\n  * `_variants` {`UmbActiveVariant[] | undefined`} - \n\n  * `_icon` {`string | undefined`} - \n\n  * `_overrides` {`UmbDeepPartialObject<ManifestWorkspaceView>[] | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-media-workspace-view-info",
      "description": "Properties:\n\n  * `_mediaTypeUnique` {`string | undefined`} - \n\n  * `_mediaTypeName` - \n\n  * `_mediaTypeIcon` - \n\n  * `_editMediaTypePath` {`string`} - \n\n  * `_mediaUnique` {`string`} - \n\n  * `_createDate` {`string | null | undefined`} - \n\n  * `_updateDate` {`string | null | undefined`} - \n\n  * `_hasSettingsAccess` {`boolean`} - \n\n  * `_isTrashed` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-member-group-table-collection-view",
      "description": "Properties:\n\n  * `_tableConfig` - \n\n  * `_tableColumns` {`UmbTableColumn[]`} - \n\n  * `_tableItems` {`UmbTableItem[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-input-member-group",
      "description": "Attributes:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `min-message` {boolean} - Min validation message.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `max-message` {boolean} - Max validation message.\n\n  * `value` {`string | undefined`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\n  * `requiredMessage` {`string | undefined`} - \n\nProperties:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `minMessage` {boolean} - Min validation message.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `maxMessage` {boolean} - Max validation message.\n\n  * `selection` {`string[]`} - \n\n  * `value` {`string | undefined`} - \n\n  * `filter` - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\n  * `requiredMessage` {`string | undefined`} - \n\n  * `_editMemberGroupPath` {`string`} - \n\n  * `_items` {`UmbMemberGroupItemModel[] | undefined`} - \n\n  * `_statuses` {`UmbRepositoryItemsStatus[] | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "min",
          "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: "
        },
        {
          "name": "min-message",
          "description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
        },
        {
          "name": "max",
          "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: "
        },
        {
          "name": "max-message",
          "description": "`max-message` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
        },
        {
          "name": "value",
          "description": "`value` {`string | undefined`} - \n\nProperty: value",
          "values": []
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: ",
          "valueSet": "v"
        },
        {
          "name": "required",
          "description": "`required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\nProperty: required",
          "values": []
        },
        {
          "name": "requiredMessage",
          "description": "`requiredMessage` {`string | undefined`} - \n\nProperty: requiredMessage",
          "values": []
        }
      ]
    },
    {
      "name": "umb-member-group-picker-modal",
      "description": "Properties:\n\n  * `_memberGroups` {`UmbMemberGroupDetailModel[]`} - \n\n  * `_currentPage` {`number`} - \n\n  * `_totalPages` {`number`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-property-editor-ui-member-group-picker",
      "description": "Attributes:\n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {`boolean | undefined`} - \n\n  * `mandatoryMessage` - \n\nProperties:\n\n  * `config` - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {`boolean | undefined`} - \n\n  * `mandatoryMessage` - \n\n  * `_min` {`number`} - \n\n  * `_max` {`number`} - ",
      "attributes": [
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "mandatory",
          "description": "`mandatory` {`boolean | undefined`} - \n\nProperty: mandatory",
          "values": []
        },
        {
          "name": "mandatoryMessage",
          "description": "`mandatoryMessage` - \n\nProperty: mandatoryMessage\n\nDefault: UMB_VALIDATION_EMPTY_LOCALIZATION_KEY"
        }
      ]
    },
    {
      "name": "umb-member-group-workspace-editor",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-member-type-workspace-view-member-info",
      "description": "Properties:\n\n  * `_workspaceContext` - \n\n  * `_unique` {`string`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-public-access-modal",
      "description": "Properties:\n\n  * `_documentName` {`string`} - \n\n  * `_specific` {`boolean | undefined`} - \n\n  * `_initalSpecific` {`boolean | undefined`} - \n\n  * `_startPage` {`boolean`} - \n\n  * `_selection` {`string[]`} - \n\n  * `_loginDocumentId` {`string | undefined`} - \n\n  * `_errorDocumentId` {`string | undefined`} - \n\n  * `_isLoading` {`boolean`} - \n\n  * `_loadError` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-input-member-type",
      "description": "Attributes:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `min-message` {boolean} - Min validation message.\n\n  * `maxMessage` {boolean} - Max validation message.\n\n  * `value` {`string | undefined`} - \n\nProperties:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `minMessage` {boolean} - Min validation message.\n\n  * `maxMessage` {boolean} - Max validation message.\n\n  * `selection` {`string[]`} - \n\n  * `value` {`string | undefined`} - \n\n  * `_items` {`UmbUniqueItemModel[] | undefined`} - \n\n  * `_statuses` {`UmbRepositoryItemsStatus[] | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "min",
          "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: "
        },
        {
          "name": "max",
          "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: "
        },
        {
          "name": "min-message",
          "description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
        },
        {
          "name": "maxMessage",
          "description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
        },
        {
          "name": "value",
          "description": "`value` {`string | undefined`} - \n\nProperty: value",
          "values": []
        }
      ]
    },
    {
      "name": "umb-member-type-import-modal",
      "description": "Properties:\n\n  * `_fileContent` {`UmbMemberTypePreview[]`} - \n\n  * `styles` {`any[]`} - \n\n  * `#fileReader` - ",
      "attributes": []
    },
    {
      "name": "umb-member-type-property-type-item-ref",
      "description": "Attributes:\n\n  * `item` {`UmbMemberTypePropertyTypeReferenceModel | undefined`} - \n\n  * `readonly` {`boolean`} - \n\n  * `standalone` {`boolean`} - \n\nProperties:\n\n  * `item` {`UmbMemberTypePropertyTypeReferenceModel | undefined`} - \n\n  * `readonly` {`boolean`} - \n\n  * `standalone` {`boolean`} - \n\n  * `_editPath` {`string`} - ",
      "attributes": [
        {
          "name": "item",
          "description": "`item` {`UmbMemberTypePropertyTypeReferenceModel | undefined`} - \n\nProperty: item",
          "values": []
        },
        {
          "name": "readonly",
          "description": "`readonly` {`boolean`} - \n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "standalone",
          "description": "`standalone` {`boolean`} - \n\nProperty: standalone\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-member-type-folder-workspace-editor",
      "attributes": []
    },
    {
      "name": "umb-member-type-tree-item-table-collection-view",
      "description": "Properties:\n\n  * `_tableConfig` - \n\n  * `_tableColumns` {`UmbTableColumn[]`} - \n\n  * `_tableItems` {`UmbTableItem[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-member-type-workspace-editor",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-create-member-collection-action",
      "description": "Properties:\n\n  * `_options` {`{ label: string; unique: string; icon: string; }[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-member-collection-header",
      "description": "Properties:\n\n  * `_contentTypes` {`UmbMemberTypeItemModel[]`} - \n\n  * `_selectedContentTypeUnique` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-member-collection",
      "attributes": []
    },
    {
      "name": "umb-member-table-collection-view",
      "description": "Properties:\n\n  * `_tableConfig` - \n\n  * `_tableColumns` {`UmbTableColumn[]`} - \n\n  * `_tableItems` {`UmbTableItem[]`} - \n\n  * `_orderingColumn` {`string`} - \n\n  * `_orderingDesc` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-input-member",
      "description": "Attributes:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `min-message` {boolean} - Min validation message.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `max-message` {boolean} - Max validation message.\n\n  * `allowedContentTypeIds` {`string[] | undefined`} - \n\n  * `value` {`string | undefined`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\n  * `requiredMessage` {`string | undefined`} - \n\nProperties:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `minMessage` {boolean} - Min validation message.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `maxMessage` {boolean} - Max validation message.\n\n  * `selection` {`string[]`} - \n\n  * `allowedContentTypeIds` {`string[] | undefined`} - \n\n  * `value` {`string | undefined`} - \n\n  * `filter` - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\n  * `requiredMessage` {`string | undefined`} - \n\n  * `_items` {`UmbMemberItemModel[] | undefined`} - \n\n  * `_statuses` {`UmbRepositoryItemsStatus[] | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "min",
          "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: "
        },
        {
          "name": "min-message",
          "description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
        },
        {
          "name": "max",
          "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: "
        },
        {
          "name": "max-message",
          "description": "`max-message` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
        },
        {
          "name": "allowedContentTypeIds",
          "description": "`allowedContentTypeIds` {`string[] | undefined`} - \n\nProperty: allowedContentTypeIds",
          "values": []
        },
        {
          "name": "value",
          "description": "`value` {`string | undefined`} - \n\nProperty: value",
          "values": []
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: ",
          "valueSet": "v"
        },
        {
          "name": "required",
          "description": "`required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\nProperty: required",
          "values": []
        },
        {
          "name": "requiredMessage",
          "description": "`requiredMessage` {`string | undefined`} - \n\nProperty: requiredMessage",
          "values": []
        }
      ]
    },
    {
      "name": "umb-member-picker-modal",
      "description": "Properties:\n\n  * `_members` {`(UmbMemberItemModel | UmbMemberDetailModel)[]`} - \n\n  * `_searchQuery` {`string | undefined`} - \n\n  * `_selectableFilter` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-member-create-options-modal",
      "description": "Properties:\n\n  * `_options` {`{ label: string; unique: string; icon: string; }[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-member-item-ref",
      "description": "Attributes:\n\n  * `item` {`UmbMemberItemModel | undefined`} - \n\n  * `readonly` {`boolean`} - \n\n  * `standalone` {`boolean`} - \n\nProperties:\n\n  * `item` {`UmbMemberItemModel | undefined`} - \n\n  * `readonly` {`boolean`} - \n\n  * `standalone` {`boolean`} - \n\n  * `_editPath` {`string`} - \n\n  * `_userHasSectionAccess` {`boolean`} - ",
      "attributes": [
        {
          "name": "item",
          "description": "`item` {`UmbMemberItemModel | undefined`} - \n\nProperty: item",
          "values": []
        },
        {
          "name": "readonly",
          "description": "`readonly` {`boolean`} - \n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "standalone",
          "description": "`standalone` {`boolean`} - \n\nProperty: standalone\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-member-picker-search-result-item",
      "attributes": []
    },
    {
      "name": "umb-property-editor-ui-member-picker",
      "description": "Attributes:\n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {`boolean | undefined`} - \n\n  * `mandatoryMessage` - \n\nProperties:\n\n  * `config` - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {`boolean | undefined`} - \n\n  * `mandatoryMessage` - ",
      "attributes": [
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "mandatory",
          "description": "`mandatory` {`boolean | undefined`} - \n\nProperty: mandatory",
          "values": []
        },
        {
          "name": "mandatoryMessage",
          "description": "`mandatoryMessage` - \n\nProperty: mandatoryMessage\n\nDefault: UMB_VALIDATION_EMPTY_LOCALIZATION_KEY"
        }
      ]
    },
    {
      "name": "umb-member-workspace-editor",
      "description": "Properties:\n\n  * `_splitViewElement` - \n\n  * `_isForbidden` {`boolean`} - \n\n  * `_routes` {`UmbRoute[] | undefined`} - \n\n  * `_gotWorkspaceRoute` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-member-workspace-split-view",
      "description": "Properties:\n\n  * `_workspaceContext` - \n\n  * `_variants` {`UmbActiveVariant[] | undefined`} - \n\n  * `_icon` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-member-workspace-view-member-info",
      "description": "Properties:\n\n  * `_memberTypeUnique` {`string | undefined`} - \n\n  * `_memberTypeName` {`string`} - \n\n  * `_memberTypeIcon` {`string`} - \n\n  * `_editMemberTypePath` {`string`} - \n\n  * `_createDate` - \n\n  * `_updateDate` - \n\n  * `_unique` {`string`} - \n\n  * `_memberKind` {`UmbMemberKindType | undefined`} - \n\n  * `_hasSettingsAccess` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-member-workspace-view-member",
      "description": "Properties:\n\n  * `_workspaceContext` - \n\n  * `_showChangePasswordForm` {`boolean`} - \n\n  * `_newPasswordError` {`string`} - \n\n  * `_isNew` {`boolean`} - \n\n  * `_hasAccessToSensitiveData` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-models-builder-dashboard",
      "description": "Properties:\n\n  * `_modelsBuilder` - \n\n  * `_buttonStateBuild` - \n\n  * `_buttonStateReload` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-input-multi-url",
      "description": "Events:\n\n  * `change` {} - when the value of the input changes\n\n  * `blur` {} - when the input loses focus\n\n  * `focus` {} - when the input gains focus\n\nAttributes:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `min-message` {boolean} - Min validation message.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `max-message` {boolean} - Max validation message.\n\n  * `hide-anchor` {`boolean | undefined`} - \n\n  * `overlaySize` {UUIModalSidebarSize} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `required` {`boolean`} - \n\n  * `requiredMessage` - \n\nProperties:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `minMessage` {boolean} - Min validation message.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `maxMessage` {boolean} - Max validation message.\n\n  * `hideAnchor` {`boolean | undefined`} - \n\n  * `documentLinksConfig` {`UmbLinkPickerDocumentLinksConfig | undefined`} - \n\n  * `overlaySize` {UUIModalSidebarSize} - \n\n  * `urls` {Array<UmbLinkPickerLink>} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `required` {`boolean`} - \n\n  * `requiredMessage` - \n\n  * `_modalRoute` - \n\n  * `_resolvedLinkNames` {`{ unique: string; name: string; }[]`} - \n\n  * `_resolvedLinkUrls` {`{ unique: string; url: string; }[]`} - \n\n  * `styles` {`any[]`} - \n\n  * `#linkPickerModal` - ",
      "attributes": [
        {
          "name": "min",
          "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: undefined",
          "values": []
        },
        {
          "name": "min-message",
          "description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
        },
        {
          "name": "max",
          "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: undefined",
          "values": []
        },
        {
          "name": "max-message",
          "description": "`max-message` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
        },
        {
          "name": "hide-anchor",
          "description": "`hide-anchor` {`boolean | undefined`} - \n\nProperty: hideAnchor",
          "values": []
        },
        {
          "name": "overlaySize",
          "description": "`overlaySize` {UUIModalSidebarSize} - \n\nProperty: overlaySize\n\nDefault: \"small\""
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: ",
          "valueSet": "v"
        },
        {
          "name": "required",
          "description": "`required` {`boolean`} - \n\nProperty: required\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "requiredMessage",
          "description": "`requiredMessage` - \n\nProperty: requiredMessage\n\nDefault: UMB_VALIDATION_EMPTY_LOCALIZATION_KEY"
        },
        {
          "name": "onchange",
          "description": "`change` {} - when the value of the input changes"
        },
        {
          "name": "onblur",
          "description": "`blur` {} - when the input loses focus"
        },
        {
          "name": "onfocus",
          "description": "`focus` {} - when the input gains focus"
        }
      ]
    },
    {
      "name": "umb-document-link-picker-modal",
      "description": "Properties:\n\n  * `_languages` {`UmbLanguageDetailModel[]`} - \n\n  * `_selectedCulture` {`string | null | undefined`} - \n\n  * `_hasSelection` {`boolean`} - \n\n  * `_selectionConfiguration` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-link-picker-modal",
      "description": "Events:\n\n  * `click` {`Event`} - \n\nProperties:\n\n  * `_config` {`UmbLinkPickerConfig`} - \n\n  * `_missingType` {`boolean`} - \n\n  * `_mediaPickerElement` - \n\n  * `_documentItem` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "onclick",
          "description": "`click` {`Event`} - "
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-multi-url-picker",
      "description": "Attributes:\n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {`boolean`} - \n\n  * `mandatoryMessage` - \n\nProperties:\n\n  * `config` - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {`boolean`} - \n\n  * `mandatoryMessage` - \n\n  * `_overlaySize` - \n\n  * `_hideAnchor` {`boolean | undefined`} - \n\n  * `_documentLinksConfig` {`UmbLinkPickerDocumentLinksConfig | undefined`} - \n\n  * `_min` {`number`} - \n\n  * `_max` {`number`} - \n\n  * `_label` {`string | undefined`} - \n\n  * `_alias` {`string | undefined`} - \n\n  * `_variantId` {`string | undefined`} - ",
      "attributes": [
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "mandatory",
          "description": "`mandatory` {`boolean`} - \n\nProperty: mandatory\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "mandatoryMessage",
          "description": "`mandatoryMessage` - \n\nProperty: mandatoryMessage\n\nDefault: UMB_VALIDATION_EMPTY_LOCALIZATION_KEY"
        }
      ]
    },
    {
      "name": "umb-workspace-package-builder",
      "description": "Attributes:\n\n  * `entityUnique` {`string | undefined`} - \n\nProperties:\n\n  * `entityUnique` {`string | undefined`} - \n\n  * `_package` {`UmbCreatedPackageDefinition | undefined`} - \n\n  * `_packageNameInput` - \n\n  * `_submitState` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "entityUnique",
          "description": "`entityUnique` {`string | undefined`} - \n\nProperty: entityUnique",
          "values": []
        }
      ]
    },
    {
      "name": "umb-workspace-package",
      "description": "Attributes:\n\n  * `entityId` {`string | undefined`} - \n\nProperties:\n\n  * `entityId` {`string | undefined`} - \n\n  * `_package` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "entityId",
          "description": "`entityId` {`string | undefined`} - \n\nProperty: entityId",
          "values": []
        }
      ]
    },
    {
      "name": "umb-created-packages-section-view",
      "description": "Properties:\n\n  * `_routes` {`UmbRoute[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-packages-created-overview",
      "description": "Properties:\n\n  * `_loading` {`boolean`} - \n\n  * `_createdPackages` {`UmbCreatedPackage[]`} - \n\n  * `_currentPage` {`number`} - \n\n  * `_total` {`number | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-installed-packages-section-view-item",
      "description": "Attributes:\n\n  * `name` {`string | undefined`} - \n\n  * `version` {`string | null | undefined`} - \n\nProperties:\n\n  * `name` {`string | undefined`} - \n\n  * `version` {`string | null | undefined`} - \n\n  * `hasPendingMigrations` {`boolean`} - \n\n  * `_migrationButtonState` - \n\n  * `_packageView` - \n\n  * `styles` - ",
      "attributes": [
        {
          "name": "name",
          "description": "`name` {`string | undefined`} - \n\nProperty: name",
          "values": []
        },
        {
          "name": "version",
          "description": "`version` {`string | null | undefined`} - \n\nProperty: version",
          "values": []
        }
      ]
    },
    {
      "name": "umb-installed-packages-section-view",
      "description": "Properties:\n\n  * `_installedPackages` {`any[]`} - \n\n  * `_migrationPackages` {`any[]`} - \n\n  * `styles` {`any[]`} - \n\n  * `#packageRepository` - ",
      "attributes": []
    },
    {
      "name": "umb-packages-marketplace-section-view",
      "description": "Properties:\n\n  * `_marketplaceUrl` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-dashboard-performance-profiling",
      "description": "Properties:\n\n  * `_profilingStatus` {`boolean`} - \n\n  * `_isDebugMode` {`boolean`} - \n\n  * `_isLoading` {`boolean`} - \n\n  * `_toggle` {`HTMLInputElement`} - \n\n  * `_notificationContext` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-preview-culture",
      "description": "Properties:\n\n  * `_popoverElement` - \n\n  * `_culture` - \n\n  * `_cultures` {`UmbLanguageDetailModel[]`} - \n\n  * `_popoverOpen` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-preview-device",
      "description": "Properties:\n\n  * `_popoverElement` - \n\n  * `device` {`UmbPreviewDevice`} - \n\n  * `_popoverOpen` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-preview-environments",
      "description": "Properties:\n\n  * `_culture` {`string | undefined`} - \n\n  * `_items` {`UmbPreviewEnvironmentItem[]`} - \n\n  * `_popoverOpen` {`boolean`} - \n\n  * `_segment` {`string | undefined`} - \n\n  * `_unique` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-preview-exit",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-preview-open-website",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-preview-segment",
      "description": "Properties:\n\n  * `_popoverElement` - \n\n  * `_segment` - \n\n  * `_segments` {`UmbSegmentCollectionItemModel[]`} - \n\n  * `_popoverOpen` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-property-editor-ui-accepted-upload-types",
      "description": "Attributes:\n\n  * `disabled` {boolean} - Disables the Multiple Text String Property Editor UI\n\n  * `readonly` {boolean} - Makes the Multiple Text String Property Editor UI readonly\n\n  * `required` {boolean} - Makes the Multiple Text String Property Editor UI mandatory\n\nProperties:\n\n  * `config` - \n\n  * `disabled` {boolean} - Disables the Multiple Text String Property Editor UI\n\n  * `readonly` {boolean} - Makes the Multiple Text String Property Editor UI readonly\n\n  * `required` {boolean} - Makes the Multiple Text String Property Editor UI mandatory\n\n  * `_label` {`string | undefined`} - \n\n  * `_min` {`number`} - \n\n  * `_max` {`number`} - ",
      "attributes": [
        {
          "name": "disabled",
          "description": "`disabled` {boolean} - Disables the Multiple Text String Property Editor UI\n\nProperty: disabled\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Makes the Multiple Text String Property Editor UI readonly\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "required",
          "description": "`required` {boolean} - Makes the Multiple Text String Property Editor UI mandatory\n\nProperty: required\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-input-checkbox-list",
      "description": "Attributes:\n\n  * `selection` {`string[]`} - \n\n  * `value` {`string`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\n  * `requiredMessage` {`string | undefined`} - \n\nProperties:\n\n  * `list` {`UmbCheckboxListItem[]`} - \n\n  * `selection` {`string[]`} - \n\n  * `value` {`string`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\n  * `requiredMessage` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "selection",
          "description": "`selection` {`string[]`} - \n\nProperty: selection"
        },
        {
          "name": "value",
          "description": "`value` {`string`} - \n\nProperty: value"
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "required",
          "description": "`required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\nProperty: required",
          "values": []
        },
        {
          "name": "requiredMessage",
          "description": "`requiredMessage` {`string | undefined`} - \n\nProperty: requiredMessage",
          "values": []
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-checkbox-list",
      "description": "Attributes:\n\n  * `value` {`string[] | undefined`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {boolean} - Sets the input to mandatory, meaning validation will fail if the value is empty.\n\n  * `mandatoryMessage` - \n\nProperties:\n\n  * `value` {`string[] | undefined`} - \n\n  * `config` - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {boolean} - Sets the input to mandatory, meaning validation will fail if the value is empty.\n\n  * `mandatoryMessage` - \n\n  * `_list` {`UmbCheckboxListItem[]`} - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` {`string[] | undefined`} - \n\nProperty: value",
          "values": []
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "mandatory",
          "description": "`mandatory` {boolean} - Sets the input to mandatory, meaning validation will fail if the value is empty.\n\nProperty: mandatory",
          "values": []
        },
        {
          "name": "mandatoryMessage",
          "description": "`mandatoryMessage` - \n\nProperty: mandatoryMessage\n\nDefault: UMB_VALIDATION_EMPTY_LOCALIZATION_KEY"
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-collection-column-configuration",
      "description": "Attributes:\n\n  * `value` {`UmbCollectionColumnConfiguration[]`} - \n\nProperties:\n\n  * `value` {`UmbCollectionColumnConfiguration[]`} - \n\n  * `config` - \n\n  * `_field` {`UmbContentTypePropertyValue | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` {`UmbCollectionColumnConfiguration[]`} - \n\nProperty: value"
        }
      ]
    },
    {
      "name": "umb-input-collection-content-type-property",
      "description": "Attributes:\n\n  * `document-types` {`boolean`} - \n\n  * `element-types` {`boolean`} - \n\n  * `media-types` {`boolean`} - \n\n  * `member-types` {`boolean`} - \n\nProperties:\n\n  * `selectedProperty` {`UmbContentTypePropertyValue | undefined`} - \n\n  * `documentTypes` {`boolean`} - \n\n  * `elementTypes` {`boolean`} - \n\n  * `mediaTypes` {`boolean`} - \n\n  * `memberTypes` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "document-types",
          "description": "`document-types` {`boolean`} - \n\nProperty: documentTypes\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "element-types",
          "description": "`element-types` {`boolean`} - \n\nProperty: elementTypes\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "media-types",
          "description": "`media-types` {`boolean`} - \n\nProperty: mediaTypes\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "member-types",
          "description": "`member-types` {`boolean`} - \n\nProperty: memberTypes\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-collection-layout-configuration",
      "description": "Attributes:\n\n  * `value` {`UmbCollectionLayoutConfiguration[]`} - \n\nProperties:\n\n  * `value` {`UmbCollectionLayoutConfiguration[]`} - \n\n  * `config` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` {`UmbCollectionLayoutConfiguration[]`} - \n\nProperty: value"
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-collection-order-by",
      "description": "Attributes:\n\n  * `value` {`string`} - \n\nProperties:\n\n  * `value` {`string`} - \n\n  * `config` - \n\n  * `_options` {`Option[]`} - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-collection",
      "description": "Attributes:\n\n  * `value` {`string | undefined`} - \n\nProperties:\n\n  * `value` {`string | undefined`} - \n\n  * `_collectionAlias` {`string`} - \n\n  * `_config` - \n\n  * `config` - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` {`string | undefined`} - \n\nProperty: value",
          "values": []
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-color-picker",
      "description": "Attributes:\n\n  * `value` - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {`boolean`} - \n\n  * `mandatoryMessage` - \n\nProperties:\n\n  * `value` - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {`boolean`} - \n\n  * `mandatoryMessage` - \n\n  * `_showLabels` {`boolean`} - \n\n  * `_swatches` {`UmbSwatchDetails[]`} - \n\n  * `config` - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` - \n\nProperty: value"
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "mandatory",
          "description": "`mandatory` {`boolean`} - \n\nProperty: mandatory\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "mandatoryMessage",
          "description": "`mandatoryMessage` - \n\nProperty: mandatoryMessage\n\nDefault: UMB_VALIDATION_EMPTY_LOCALIZATION_KEY"
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-color-swatches-editor",
      "description": "Attributes:\n\n  * `value` {`UmbSwatchDetails[]`} - \n\nProperties:\n\n  * `value` {`UmbSwatchDetails[]`} - \n\n  * `_showLabels` {`boolean`} - \n\n  * `config` - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` {`UmbSwatchDetails[]`} - \n\nProperty: value\n\nDefault: "
        }
      ]
    },
    {
      "name": "umb-input-content",
      "description": "Attributes:\n\n  * `type` {`UmbContentPickerSourceType`} - \n\n  * `min` {`number`} - \n\n  * `min-message` {`string`} - \n\n  * `max` {`number`} - \n\n  * `max-message` {`string`} - \n\n  * `allowedContentTypeIds` {`string | undefined`} - \n\n  * `selection` {`UmbReferenceByUniqueAndType[]`} - \n\n  * `value` {`string | undefined`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `required` {`boolean`} - \n\n  * `requiredMessage` {`string`} - \n\nProperties:\n\n  * `type` {`UmbContentPickerSourceType`} - \n\n  * `min` {`number`} - \n\n  * `minMessage` {`string`} - \n\n  * `max` {`number`} - \n\n  * `maxMessage` {`string`} - \n\n  * `startNode` - \n\n  * `allowedContentTypeIds` {`string | undefined`} - \n\n  * `selection` {`UmbReferenceByUniqueAndType[]`} - \n\n  * `value` {`string | undefined`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `required` {`boolean`} - \n\n  * `requiredMessage` {`string`} - \n\n  * `interactionMemories` {`UmbInteractionMemoryModel[] | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "type",
          "description": "`type` {`UmbContentPickerSourceType`} - \n\nProperty: type",
          "values": [
            {
              "name": "content"
            },
            {
              "name": "media"
            },
            {
              "name": "member"
            }
          ]
        },
        {
          "name": "min",
          "description": "`min` {`number`} - \n\nProperty: min\n\nDefault: 0"
        },
        {
          "name": "min-message",
          "description": "`min-message` {`string`} - \n\nProperty: minMessage\n\nDefault: This field need more items"
        },
        {
          "name": "max",
          "description": "`max` {`number`} - \n\nProperty: max\n\nDefault: 0"
        },
        {
          "name": "max-message",
          "description": "`max-message` {`string`} - \n\nProperty: maxMessage\n\nDefault: This field exceeds the allowed amount of items"
        },
        {
          "name": "allowedContentTypeIds",
          "description": "`allowedContentTypeIds` {`string | undefined`} - \n\nProperty: allowedContentTypeIds",
          "values": []
        },
        {
          "name": "selection",
          "description": "`selection` {`UmbReferenceByUniqueAndType[]`} - \n\nProperty: selection"
        },
        {
          "name": "value",
          "description": "`value` {`string | undefined`} - \n\nProperty: value",
          "values": []
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "required",
          "description": "`required` {`boolean`} - \n\nProperty: required\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "requiredMessage",
          "description": "`requiredMessage` {`string`} - \n\nProperty: requiredMessage\n\nDefault: UMB_VALIDATION_EMPTY_LOCALIZATION_KEY"
        }
      ]
    },
    {
      "name": "umb-input-content-picker-source",
      "description": "Attributes:\n\n  * `type` {`UmbContentPickerSourceType`} - \n\n  * `node-id` {`string | undefined`} - \n\nProperties:\n\n  * `type` {`UmbContentPickerSourceType`} - \n\n  * `nodeId` {`string | undefined`} - \n\n  * `dynamicRoot` {`UmbContentPickerDynamicRoot | undefined`} - \n\n  * `_options` {`Option[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "type",
          "description": "`type` {`UmbContentPickerSourceType`} - \n\nProperty: type",
          "values": [
            {
              "name": "content"
            },
            {
              "name": "media"
            },
            {
              "name": "member"
            }
          ]
        },
        {
          "name": "node-id",
          "description": "`node-id` {`string | undefined`} - \n\nProperty: nodeId",
          "values": []
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-content-picker-source",
      "description": "Attributes:\n\n  * `value` {`UmbContentPickerSource | undefined`} - \n\nProperties:\n\n  * `value` {`UmbContentPickerSource | undefined`} - \n\n  * `config` - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` {`UmbContentPickerSource | undefined`} - \n\nProperty: value",
          "values": []
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-content-picker-source-type",
      "description": "Attributes:\n\n  * `value` {`string`} - \n\nProperties:\n\n  * `value` {`string`} - \n\n  * `_sourceType` {`string`} - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` {`string`} - \n\nProperty: value"
        }
      ]
    },
    {
      "name": "umb-input-content-picker-document-root",
      "description": "Properties:\n\n  * `_originManifests` {`ManifestDynamicRootOrigin[]`} - \n\n  * `_queryStepManifests` {`ManifestDynamicRootQueryStep[]`} - \n\n  * `data` {`UmbContentPickerDynamicRoot | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-dynamic-root-origin-picker-modal",
      "description": "Properties:\n\n  * `_origins` {`ManifestDynamicRootOrigin[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-dynamic-root-query-step-picker-modal",
      "description": "Properties:\n\n  * `_querySteps` {`ManifestDynamicRootQueryStep[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-property-editor-ui-content-picker",
      "description": "Attributes:\n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {`boolean`} - \n\n  * `mandatoryMessage` - \n\nProperties:\n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {`boolean`} - \n\n  * `mandatoryMessage` - \n\n  * `_type` {`UmbContentPickerSourceType`} - \n\n  * `_min` {`number`} - \n\n  * `_minMessage` {`string`} - \n\n  * `_max` {`number`} - \n\n  * `_maxMessage` {`string`} - \n\n  * `_allowedContentTypeUniques` {`string | undefined`} - \n\n  * `_rootUnique` {`string | null | undefined`} - \n\n  * `_rootEntityType` {`string | undefined`} - \n\n  * `_invalidData` {`UmbReferenceByUniqueAndType[] | undefined`} - \n\n  * `_interactionMemories` {`UmbInteractionMemoryModel[]`} - \n\n  * `config` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "mandatory",
          "description": "`mandatory` {`boolean`} - \n\nProperty: mandatory\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "mandatoryMessage",
          "description": "`mandatoryMessage` - \n\nProperty: mandatoryMessage\n\nDefault: UMB_VALIDATION_EMPTY_LOCALIZATION_KEY"
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-date-picker",
      "description": "This property editor allows the user to pick a date, datetime-local, or time.\nIt uses raw datetime strings back and forth, and therefore it has no knowledge\nof timezones. It uses a regular HTML input element underneath, which supports the known\ndefinitions of \"date\", \"datetime-local\", and \"time\".\n\nThe underlying input element reports the value differently depending on the type configuration. Here\nare some examples from the change event:\n\ndate: 2024-05-03\ndatetime-local: 2024-05-03T10:44\ntime: 10:44\n\nThese values are approximately similar to what Umbraco expects for the Umbraco.DateTime\ndata editor with one exception: the \"T\" character in \"datetime-local\". To be backwards compatible, we are\nreplacing the T character with a whitespace, which also happens to work just fine\nwith the \"datetime-local\" type.\n\nAttributes:\n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {`boolean`} - \n\n  * `value` {`string | undefined`} - \n\nProperties:\n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {`boolean`} - \n\n  * `value` {`string | undefined`} - \n\n  * `_inputType` - \n\n  * `_min` {`string | undefined`} - \n\n  * `_max` {`string | undefined`} - \n\n  * `_step` {`number | undefined`} - \n\n  * `_inputValue` {`string | undefined`} - \n\n  * `config` - ",
      "attributes": [
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "mandatory",
          "description": "`mandatory` {`boolean`} - \n\nProperty: mandatory\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "value",
          "description": "`value` {`string | undefined`} - \n\nProperty: value",
          "values": []
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-date-only-picker",
      "description": "Attributes:\n\n  * `readonly` {`boolean`} - \n\n  * `mandatory` {`boolean | undefined`} - \n\n  * `mandatoryMessage` {`string | undefined`} - \n\nProperties:\n\n  * `_timeZoneOptions` {`UmbTimeZonePickerOption[]`} - \n\n  * `_clientTimeZone` - \n\n  * `_timeZoneMode` {`string | undefined`} - \n\n  * `readonly` {`boolean`} - \n\n  * `mandatory` {`boolean | undefined`} - \n\n  * `mandatoryMessage` {`string | undefined`} - \n\n  * `_dateInputFormat` {`string`} - \n\n  * `_dateInputStep` {`number`} - \n\n  * `_selectedDate` - \n\n  * `_datePickerValue` {`string`} - \n\n  * `_filteredTimeZoneOptions` {`UmbTimeZonePickerOption[]`} - \n\n  * `_selectedTimeZone` {`string | undefined`} - \n\n  * `config` - \n\n  * `styles` {`any[]`} - \n\n  * `_dateInputType` - \n\n  * `_displayTimeZone` {`boolean`} - ",
      "attributes": [
        {
          "name": "readonly",
          "description": "`readonly` {`boolean`} - \n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "mandatory",
          "description": "`mandatory` {`boolean | undefined`} - \n\nProperty: mandatory",
          "values": []
        },
        {
          "name": "mandatoryMessage",
          "description": "`mandatoryMessage` {`string | undefined`} - \n\nProperty: mandatoryMessage",
          "values": []
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-date-time-picker",
      "description": "Attributes:\n\n  * `readonly` {`boolean`} - \n\n  * `mandatory` {`boolean | undefined`} - \n\n  * `mandatoryMessage` {`string | undefined`} - \n\nProperties:\n\n  * `_timeZoneOptions` {`UmbTimeZonePickerOption[]`} - \n\n  * `_clientTimeZone` - \n\n  * `_timeZoneMode` {`string | undefined`} - \n\n  * `readonly` {`boolean`} - \n\n  * `mandatory` {`boolean | undefined`} - \n\n  * `mandatoryMessage` {`string | undefined`} - \n\n  * `_dateInputFormat` {`string`} - \n\n  * `_dateInputStep` {`number`} - \n\n  * `_selectedDate` - \n\n  * `_datePickerValue` {`string`} - \n\n  * `_filteredTimeZoneOptions` {`UmbTimeZonePickerOption[]`} - \n\n  * `_selectedTimeZone` {`string | undefined`} - \n\n  * `config` - \n\n  * `styles` {`any[]`} - \n\n  * `_dateInputType` - \n\n  * `_displayTimeZone` {`boolean`} - ",
      "attributes": [
        {
          "name": "readonly",
          "description": "`readonly` {`boolean`} - \n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "mandatory",
          "description": "`mandatory` {`boolean | undefined`} - \n\nProperty: mandatory",
          "values": []
        },
        {
          "name": "mandatoryMessage",
          "description": "`mandatoryMessage` {`string | undefined`} - \n\nProperty: mandatoryMessage",
          "values": []
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-date-time-with-time-zone-picker",
      "description": "Attributes:\n\n  * `readonly` {`boolean`} - \n\n  * `mandatory` {`boolean | undefined`} - \n\n  * `mandatoryMessage` {`string | undefined`} - \n\nProperties:\n\n  * `_timeZoneOptions` {`UmbTimeZonePickerOption[]`} - \n\n  * `_clientTimeZone` - \n\n  * `_timeZoneMode` {`string | undefined`} - \n\n  * `readonly` {`boolean`} - \n\n  * `mandatory` {`boolean | undefined`} - \n\n  * `mandatoryMessage` {`string | undefined`} - \n\n  * `_dateInputFormat` {`string`} - \n\n  * `_dateInputStep` {`number`} - \n\n  * `_selectedDate` - \n\n  * `_datePickerValue` {`string`} - \n\n  * `_filteredTimeZoneOptions` {`UmbTimeZonePickerOption[]`} - \n\n  * `_selectedTimeZone` {`string | undefined`} - \n\n  * `config` - \n\n  * `styles` {`any[]`} - \n\n  * `_dateInputType` - \n\n  * `_displayTimeZone` {`boolean`} - ",
      "attributes": [
        {
          "name": "readonly",
          "description": "`readonly` {`boolean`} - \n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "mandatory",
          "description": "`mandatory` {`boolean | undefined`} - \n\nProperty: mandatory",
          "values": []
        },
        {
          "name": "mandatoryMessage",
          "description": "`mandatoryMessage` {`string | undefined`} - \n\nProperty: mandatoryMessage",
          "values": []
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-time-only-picker",
      "description": "Attributes:\n\n  * `readonly` {`boolean`} - \n\n  * `mandatory` {`boolean | undefined`} - \n\n  * `mandatoryMessage` {`string | undefined`} - \n\nProperties:\n\n  * `_timeZoneOptions` {`UmbTimeZonePickerOption[]`} - \n\n  * `_clientTimeZone` - \n\n  * `_timeZoneMode` {`string | undefined`} - \n\n  * `readonly` {`boolean`} - \n\n  * `mandatory` {`boolean | undefined`} - \n\n  * `mandatoryMessage` {`string | undefined`} - \n\n  * `_dateInputFormat` {`string`} - \n\n  * `_dateInputStep` {`number`} - \n\n  * `_selectedDate` - \n\n  * `_datePickerValue` {`string`} - \n\n  * `_filteredTimeZoneOptions` {`UmbTimeZonePickerOption[]`} - \n\n  * `_selectedTimeZone` {`string | undefined`} - \n\n  * `config` - \n\n  * `styles` {`any[]`} - \n\n  * `_dateInputType` - \n\n  * `_displayTimeZone` {`boolean`} - ",
      "attributes": [
        {
          "name": "readonly",
          "description": "`readonly` {`boolean`} - \n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "mandatory",
          "description": "`mandatory` {`boolean | undefined`} - \n\nProperty: mandatory",
          "values": []
        },
        {
          "name": "mandatoryMessage",
          "description": "`mandatoryMessage` {`string | undefined`} - \n\nProperty: mandatoryMessage",
          "values": []
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-dimensions",
      "description": "Attributes:\n\n  * `value` {`{ width?: number | undefined; height?: number | undefined; }`} - \n\nProperties:\n\n  * `value` {`{ width?: number | undefined; height?: number | undefined; }`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` {`{ width?: number | undefined; height?: number | undefined; }`} - \n\nProperty: value\n\nDefault: [object Object]"
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-dropdown",
      "description": "Attributes:\n\n  * `value` {`string[] | undefined`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {boolean} - Sets the input to mandatory, meaning validation will fail if the value is empty.\n\n  * `mandatoryMessage` - \n\n  * `name` {`string | undefined`} - \n\nProperties:\n\n  * `_multiple` {`boolean`} - \n\n  * `_options` {`any[]`} - \n\n  * `value` {`string[] | undefined`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {boolean} - Sets the input to mandatory, meaning validation will fail if the value is empty.\n\n  * `mandatoryMessage` - \n\n  * `name` {`string | undefined`} - \n\n  * `config` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` {`string[] | undefined`} - \n\nProperty: value",
          "values": []
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "mandatory",
          "description": "`mandatory` {boolean} - Sets the input to mandatory, meaning validation will fail if the value is empty.\n\nProperty: mandatory",
          "values": []
        },
        {
          "name": "mandatoryMessage",
          "description": "`mandatoryMessage` - \n\nProperty: mandatoryMessage\n\nDefault: UMB_VALIDATION_EMPTY_LOCALIZATION_KEY"
        },
        {
          "name": "name",
          "description": "`name` {`string | undefined`} - \n\nProperty: name",
          "values": []
        }
      ]
    },
    {
      "name": "umb-input-entity-data",
      "description": "Attributes:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `min-message` {boolean} - Min validation message.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `max-message` {boolean} - Max validation message.\n\n  * `selection` {`string[]`} - \n\n  * `value` {`string | undefined`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperties:\n\n  * `dataSourceApi` - \n\n  * `dataSourceConfig` - \n\n  * `pickerViews` {`{ alias: string; }[] | undefined`} - \n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `minMessage` {boolean} - Min validation message.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `maxMessage` {boolean} - Max validation message.\n\n  * `selection` {`string[]`} - \n\n  * `value` {`string | undefined`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `_items` {`UmbItemModel[]`} - \n\n  * `_statuses` {`UmbRepositoryItemsStatus[] | undefined`} - \n\n  * `_modalRoute` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "min",
          "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: "
        },
        {
          "name": "min-message",
          "description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
        },
        {
          "name": "max",
          "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: "
        },
        {
          "name": "max-message",
          "description": "`max-message` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
        },
        {
          "name": "selection",
          "description": "`selection` {`string[]`} - \n\nProperty: selection"
        },
        {
          "name": "value",
          "description": "`value` {`string | undefined`} - \n\nProperty: value",
          "values": []
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: ",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-entity-data-picker-picker-views-configuration-property-editor-ui",
      "description": "Attributes:\n\n  * `value` {`UmbEntityDataPickerPickerViewsConfigurationPropertyValue`} - \n\nProperties:\n\n  * `value` {`UmbEntityDataPickerPickerViewsConfigurationPropertyValue`} - \n\n  * `config` - \n\n  * `_isCollectionDataSource` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` {`UmbEntityDataPickerPickerViewsConfigurationPropertyValue`} - \n\nProperty: value"
        }
      ]
    },
    {
      "name": "umb-entity-data-picker-property-editor-ui",
      "description": "Attributes:\n\n  * `_dataSourceAlias` {string} - The data source alias to use for this property editor.\n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperties:\n\n  * `_dataSourceAlias` {string} - The data source alias to use for this property editor.\n\n  * `dataSourceAlias` {`string | undefined`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `_min` {`number`} - \n\n  * `_minMessage` {`string`} - \n\n  * `_max` {`number`} - \n\n  * `_maxMessage` {`string`} - \n\n  * `_dataSourceConfig` - \n\n  * `_dataSourceApi` - \n\n  * `_pickerViews` {`UmbEntityDataPickerPickerViewsConfigurationPropertyValue | undefined`} - \n\n  * `config` - ",
      "attributes": [
        {
          "name": "_dataSourceAlias",
          "description": "`_dataSourceAlias` {string} - The data source alias to use for this property editor.\n\nProperty: _dataSourceAlias",
          "values": []
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-entity-data-property-editor-ui",
      "description": "Attributes:\n\n  * `_dataSourceAlias` {string} - The data source alias to use for this property editor.\n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperties:\n\n  * `_dataSourceAlias` {string} - The data source alias to use for this property editor.\n\n  * `dataSourceAlias` {`string | undefined`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `_min` {`number`} - \n\n  * `_minMessage` {`string`} - \n\n  * `_max` {`number`} - \n\n  * `_maxMessage` {`string`} - \n\n  * `_dataSourceConfig` - \n\n  * `_dataSourceApi` - \n\n  * `_pickerViews` {`UmbEntityDataPickerPickerViewsConfigurationPropertyValue | undefined`} - \n\n  * `config` - ",
      "attributes": [
        {
          "name": "_dataSourceAlias",
          "description": "`_dataSourceAlias` {string} - The data source alias to use for this property editor.\n\nProperty: _dataSourceAlias",
          "values": []
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-eye-dropper",
      "description": "Attributes:\n\n  * `readonly` {`boolean`} - \n\n  * `mandatory` {`boolean`} - \n\n  * `mandatoryMessage` - \n\nProperties:\n\n  * `readonly` {`boolean`} - \n\n  * `mandatory` {`boolean`} - \n\n  * `mandatoryMessage` - \n\n  * `_opacity` {`boolean`} - \n\n  * `_showPalette` {`boolean`} - \n\n  * `config` - ",
      "attributes": [
        {
          "name": "readonly",
          "description": "`readonly` {`boolean`} - \n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "mandatory",
          "description": "`mandatory` {`boolean`} - \n\nProperty: mandatory\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "mandatoryMessage",
          "description": "`mandatoryMessage` - \n\nProperty: mandatoryMessage\n\nDefault: UMB_VALIDATION_EMPTY_LOCALIZATION_KEY"
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-icon-picker",
      "description": "Attributes:\n\n  * `mandatory` {`boolean`} - \n\n  * `value` {`string`} - \n\nProperties:\n\n  * `mandatory` {`boolean`} - \n\n  * `value` {`string`} - \n\n  * `_icon` {`string`} - \n\n  * `_color` {`string`} - \n\n  * `_placeholderIcon` {`string`} - \n\n  * `_hideColors` {`boolean`} - \n\n  * `config` - ",
      "attributes": [
        {
          "name": "mandatory",
          "description": "`mandatory` {`boolean`} - \n\nProperty: mandatory\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "value",
          "description": "`value` {`string`} - \n\nProperty: value"
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-label",
      "description": "Attributes:\n\n  * `value` {`string`} - \n\nProperties:\n\n  * `_labelTemplate` {`string | undefined`} - \n\n  * `value` {`string`} - \n\n  * `config` - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-missing-ui",
      "description": "Attributes:\n\n  * `value` {`string`} - \n\nProperties:\n\n  * `value` {`string`} - \n\n  * `_expanded` {`boolean`} - \n\n  * `focalPointElement` {`HTMLElement`} - \n\n  * `_dataTypeDetailModel` - \n\n  * `_dataTypeDetailRepository` - \n\n  * `_titleKey` {`string`} - \n\n  * `_detailsDescriptionKey` {`string`} - \n\n  * `_displayPropertyEditorUi` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-missing",
      "description": "Attributes:\n\n  * `value` {`string`} - \n\nProperties:\n\n  * `value` {`string`} - \n\n  * `_expanded` {`boolean`} - \n\n  * `focalPointElement` {`HTMLElement`} - \n\n  * `_dataTypeDetailModel` - \n\n  * `_dataTypeDetailRepository` - \n\n  * `_titleKey` {`string`} - \n\n  * `_detailsDescriptionKey` {`string`} - \n\n  * `_displayPropertyEditorUi` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-multiple-text-string",
      "description": "Attributes:\n\n  * `disabled` {boolean} - Disables the Multiple Text String Property Editor UI\n\n  * `readonly` {boolean} - Makes the Multiple Text String Property Editor UI readonly\n\n  * `required` {boolean} - Makes the Multiple Text String Property Editor UI mandatory\n\nProperties:\n\n  * `config` - \n\n  * `disabled` {boolean} - Disables the Multiple Text String Property Editor UI\n\n  * `readonly` {boolean} - Makes the Multiple Text String Property Editor UI readonly\n\n  * `required` {boolean} - Makes the Multiple Text String Property Editor UI mandatory\n\n  * `_label` {`string | undefined`} - \n\n  * `_min` {`number`} - \n\n  * `_max` {`number`} - ",
      "attributes": [
        {
          "name": "disabled",
          "description": "`disabled` {boolean} - Disables the Multiple Text String Property Editor UI\n\nProperty: disabled\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Makes the Multiple Text String Property Editor UI readonly\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "required",
          "description": "`required` {boolean} - Makes the Multiple Text String Property Editor UI mandatory\n\nProperty: required\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-number-range",
      "description": "Attributes:\n\n  * `mandatory` {`boolean`} - \n\n  * `mandatoryMessage` - \n\n  * `value` - \n\nProperties:\n\n  * `_minValue` {`number | undefined`} - \n\n  * `_maxValue` {`number | undefined`} - \n\n  * `_validationRange` - \n\n  * `mandatory` {`boolean`} - \n\n  * `mandatoryMessage` - \n\n  * `value` - \n\n  * `config` - ",
      "attributes": [
        {
          "name": "mandatory",
          "description": "`mandatory` {`boolean`} - \n\nProperty: mandatory\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "mandatoryMessage",
          "description": "`mandatoryMessage` - \n\nProperty: mandatoryMessage\n\nDefault: UMB_VALIDATION_EMPTY_LOCALIZATION_KEY"
        },
        {
          "name": "value",
          "description": "`value` - \n\nProperty: value"
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-number",
      "description": "Attributes:\n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {boolean} - Sets the input to mandatory, meaning validation will fail if the value is empty.\n\n  * `mandatoryMessage` - \n\nProperties:\n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {boolean} - Sets the input to mandatory, meaning validation will fail if the value is empty.\n\n  * `mandatoryMessage` - \n\n  * `_label` {`string | undefined`} - \n\n  * `_max` {`number | undefined`} - \n\n  * `_min` {`number | undefined`} - \n\n  * `_step` {`number | undefined`} - \n\n  * `_placeholder` {`string | undefined`} - \n\n  * `config` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "mandatory",
          "description": "`mandatory` {boolean} - Sets the input to mandatory, meaning validation will fail if the value is empty.\n\nProperty: mandatory",
          "values": []
        },
        {
          "name": "mandatoryMessage",
          "description": "`mandatoryMessage` - \n\nProperty: mandatoryMessage\n\nDefault: UMB_VALIDATION_EMPTY_LOCALIZATION_KEY"
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-order-direction",
      "description": "Attributes:\n\n  * `value` {`string`} - \n\nProperties:\n\n  * `value` {`string`} - \n\n  * `config` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: asc"
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-overlay-size",
      "description": "Attributes:\n\n  * `value` - \n\nProperties:\n\n  * `value` - \n\n  * `_list` {`Option[]`} - \n\n  * `config` - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` - \n\nProperty: value\n\nDefault: "
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-radio-button-list",
      "description": "Attributes:\n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {boolean} - Sets the input to mandatory, meaning validation will fail if the value is empty.\n\n  * `mandatoryMessage` - \n\nProperties:\n\n  * `_list` {`UmbRadioButtonItem[]`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {boolean} - Sets the input to mandatory, meaning validation will fail if the value is empty.\n\n  * `mandatoryMessage` - \n\n  * `config` - ",
      "attributes": [
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "mandatory",
          "description": "`mandatory` {boolean} - Sets the input to mandatory, meaning validation will fail if the value is empty.\n\nProperty: mandatory",
          "values": []
        },
        {
          "name": "mandatoryMessage",
          "description": "`mandatoryMessage` - \n\nProperty: mandatoryMessage\n\nDefault: UMB_VALIDATION_EMPTY_LOCALIZATION_KEY"
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-select",
      "description": "Attributes:\n\n  * `value` {`string`} - \n\nProperties:\n\n  * `_value` {`string`} - \n\n  * `value` {`string`} - \n\n  * `config` - \n\n  * `_options` {`Option[]`} - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` {`string`} - \n\nProperty: value"
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-slider",
      "description": "Attributes:\n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {boolean} - Sets the input to mandatory, meaning validation will fail if the value is empty.\n\n  * `mandatoryMessage` - \n\nProperties:\n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {boolean} - Sets the input to mandatory, meaning validation will fail if the value is empty.\n\n  * `mandatoryMessage` - \n\n  * `_enableRange` {`boolean`} - \n\n  * `_initVal1` {`number`} - \n\n  * `_initVal2` {`number`} - \n\n  * `_label` {`string | undefined`} - \n\n  * `_step` {`number`} - \n\n  * `_min` {`number`} - \n\n  * `_max` {`number`} - \n\n  * `config` - ",
      "attributes": [
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "mandatory",
          "description": "`mandatory` {boolean} - Sets the input to mandatory, meaning validation will fail if the value is empty.\n\nProperty: mandatory",
          "values": []
        },
        {
          "name": "mandatoryMessage",
          "description": "`mandatoryMessage` - \n\nProperty: mandatoryMessage\n\nDefault: UMB_VALIDATION_EMPTY_LOCALIZATION_KEY"
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-text-box",
      "description": "Attributes:\n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {boolean} - Sets the input to mandatory, meaning validation will fail if the value is empty.\n\n  * `mandatoryMessage` - \n\n  * `name` {string} - The name of this field.\n\nProperties:\n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {boolean} - Sets the input to mandatory, meaning validation will fail if the value is empty.\n\n  * `mandatoryMessage` - \n\n  * `name` {string} - The name of this field.\n\n  * `_type` - \n\n  * `_inputMode` - \n\n  * `_maxChars` {`number | undefined`} - \n\n  * `_placeholder` {`string | undefined`} - \n\n  * `config` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "mandatory",
          "description": "`mandatory` {boolean} - Sets the input to mandatory, meaning validation will fail if the value is empty.\n\nProperty: mandatory",
          "values": []
        },
        {
          "name": "mandatoryMessage",
          "description": "`mandatoryMessage` - \n\nProperty: mandatoryMessage\n\nDefault: UMB_VALIDATION_EMPTY_LOCALIZATION_KEY"
        },
        {
          "name": "name",
          "description": "`name` {string} - The name of this field.\n\nProperty: name",
          "values": []
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-textarea",
      "description": "Attributes:\n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {boolean} - Sets the input to mandatory, meaning validation will fail if the value is empty.\n\n  * `mandatoryMessage` - \n\n  * `name` {string} - The name of this field.\n\nProperties:\n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {boolean} - Sets the input to mandatory, meaning validation will fail if the value is empty.\n\n  * `mandatoryMessage` - \n\n  * `name` {string} - The name of this field.\n\n  * `_maxChars` {`number | undefined`} - \n\n  * `_rows` {`number | undefined`} - \n\n  * `_css` - \n\n  * `config` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "mandatory",
          "description": "`mandatory` {boolean} - Sets the input to mandatory, meaning validation will fail if the value is empty.\n\nProperty: mandatory",
          "values": []
        },
        {
          "name": "mandatoryMessage",
          "description": "`mandatoryMessage` - \n\nProperty: mandatoryMessage\n\nDefault: UMB_VALIDATION_EMPTY_LOCALIZATION_KEY"
        },
        {
          "name": "name",
          "description": "`name` {string} - The name of this field.\n\nProperty: name",
          "values": []
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-time-zone-picker",
      "description": "Attributes:\n\n  * `readonly` {`boolean`} - \n\nProperties:\n\n  * `_supportedModes` {`string[]`} - \n\n  * `_selectedTimeZones` {`string[]`} - \n\n  * `value` {`UmbTimeZonePickerValue | undefined`} - \n\n  * `readonly` {`boolean`} - \n\n  * `config` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "readonly",
          "description": "`readonly` {`boolean`} - \n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-toggle",
      "description": "Attributes:\n\n  * `name` {`string | undefined`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {boolean} - Sets the input to mandatory, meaning validation will fail if the value is empty.\n\n  * `mandatoryMessage` - \n\nProperties:\n\n  * `name` {`string | undefined`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {boolean} - Sets the input to mandatory, meaning validation will fail if the value is empty.\n\n  * `mandatoryMessage` - \n\n  * `_ariaLabel` {`string | undefined`} - \n\n  * `_labelOff` {`string | undefined`} - \n\n  * `_labelOn` {`string | undefined`} - \n\n  * `_showLabels` {`boolean`} - \n\n  * `config` - ",
      "attributes": [
        {
          "name": "name",
          "description": "`name` {`string | undefined`} - \n\nProperty: name",
          "values": []
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "mandatory",
          "description": "`mandatory` {boolean} - Sets the input to mandatory, meaning validation will fail if the value is empty.\n\nProperty: mandatory",
          "values": []
        },
        {
          "name": "mandatoryMessage",
          "description": "`mandatoryMessage` - \n\nProperty: mandatoryMessage\n\nDefault: UMB_VALIDATION_FALSE_LOCALIZATION_KEY"
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-value-type",
      "description": "Attributes:\n\n  * `value` {`string | undefined`} - \n\nProperties:\n\n  * `_value` {`string | undefined`} - \n\n  * `value` {`string | undefined`} - \n\n  * `selectEl` - \n\n  * `_options` {`Option[]`} - \n\n  * `config` - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` {`string | undefined`} - \n\nProperty: value",
          "values": []
        }
      ]
    },
    {
      "name": "umb-dashboard-published-status",
      "description": "Properties:\n\n  * `_buttonStateReload` - \n\n  * `_buttonStateRebuild` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-relation-type-collection",
      "attributes": []
    },
    {
      "name": "umb-relation-type-table-collection-view",
      "description": "Properties:\n\n  * `_tableConfig` - \n\n  * `_tableColumns` {`UmbTableColumn[]`} - \n\n  * `_tableItems` {`UmbTableItem[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-relation-type-workspace-editor",
      "description": "Properties:\n\n  * `_name` {`string | undefined`} - \n\n  * `_alias` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-relation-type-detail-workspace-view",
      "description": "Properties:\n\n  * `_relations` {`UmbRelationDetailModel[]`} - \n\n  * `_parent` {`{ objectType: { unique: string; name: string; }; } | null | undefined`} - \n\n  * `_child` {`{ objectType: { unique: string; name: string; }; } | null | undefined`} - \n\n  * `_isBidirectional` {`boolean | undefined`} - \n\n  * `_isDependency` {`boolean | undefined`} - \n\n  * `_currentPageNumber` {`number`} - \n\n  * `_totalPages` {`number`} - \n\n  * `_loading` {`boolean`} - \n\n  * `_tableConfig` - \n\n  * `_tableColumns` {`UmbTableColumn[]`} - \n\n  * `_tableItems` {`UmbTableItem[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-bulk-delete-with-relation-confirm-modal",
      "description": "Properties:\n\n  * `_referencesConfig` {`UmbConfirmBulkActionModalEntityReferencesConfig | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-bulk-trash-with-relation-confirm-modal",
      "description": "Properties:\n\n  * `_referencesConfig` {`UmbConfirmBulkActionModalEntityReferencesConfig | undefined`} - \n\n  * `_canTrash` {`boolean | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-delete-with-relation-confirm-modal",
      "description": "Properties:\n\n  * `_name` {`string | undefined`} - \n\n  * `_referencesConfig` {`UmbConfirmActionModalEntityReferencesConfig | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-trash-with-relation-confirm-modal",
      "description": "Properties:\n\n  * `_name` {`string | undefined`} - \n\n  * `_referencesConfig` {`UmbConfirmActionModalEntityReferencesConfig | undefined`} - \n\n  * `_canTrash` {`boolean | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-confirm-action-modal-entity-references",
      "description": "Properties:\n\n  * `config` {`UmbConfirmActionModalEntityReferencesConfig | undefined`} - \n\n  * `_referencedByItems` {`UmbReferenceItemModel[]`} - \n\n  * `_totalReferencedByItems` {`number`} - \n\n  * `_totalDescendantsWithReferences` {`number`} - \n\n  * `_descendantsWithReferences` {`any[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-confirm-bulk-action-modal-entity-references",
      "description": "Properties:\n\n  * `config` {`{ uniques: string[]; itemRepositoryAlias: string; referenceRepositoryAlias: string; } | undefined`} - \n\n  * `_items` {`any[]`} - \n\n  * `_totalItems` {`number`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-entity-references-workspace-info-app",
      "description": "Attributes:\n\n  * `_manifest` {`ManifestWorkspaceInfoAppEntityReferencesKind | undefined`} - \n\nProperties:\n\n  * `_manifest` {`ManifestWorkspaceInfoAppEntityReferencesKind | undefined`} - \n\n  * `manifest` {`ManifestWorkspaceInfoAppEntityReferencesKind | undefined`} - \n\n  * `_currentPage` {`number`} - \n\n  * `_total` {`number`} - \n\n  * `_items` {`UmbReferenceItemModel[] | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "_manifest",
          "description": "`_manifest` {`ManifestWorkspaceInfoAppEntityReferencesKind | undefined`} - \n\nProperty: _manifest",
          "values": []
        }
      ]
    },
    {
      "name": "umb-settings-welcome-dashboard",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-input-static-file",
      "description": "Attributes:\n\n  * `min` {number} - This is a minimum amount of selected files in this input.\n\n  * `max` {number} - This is a maximum amount of selected files in this input.\n\n  * `min-message` {boolean} - Min validation message.\n\n  * `maxMessage` {boolean} - Max validation message.\n\n  * `value` {`string | undefined`} - \n\n  * `pickableFilter` - \n\nProperties:\n\n  * `min` {number} - This is a minimum amount of selected files in this input.\n\n  * `max` {number} - This is a maximum amount of selected files in this input.\n\n  * `minMessage` {boolean} - Min validation message.\n\n  * `maxMessage` {boolean} - Max validation message.\n\n  * `selection` {`string[]`} - \n\n  * `value` {`string | undefined`} - \n\n  * `pickableFilter` - \n\n  * `_items` {`UmbStaticFileItemModel[] | undefined`} - \n\n  * `_statuses` {`UmbRepositoryItemsStatus[] | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "min",
          "description": "`min` {number} - This is a minimum amount of selected files in this input.\n\nProperty: min\n\nDefault: "
        },
        {
          "name": "max",
          "description": "`max` {number} - This is a maximum amount of selected files in this input.\n\nProperty: max\n\nDefault: "
        },
        {
          "name": "min-message",
          "description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
        },
        {
          "name": "maxMessage",
          "description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
        },
        {
          "name": "value",
          "description": "`value` {`string | undefined`} - \n\nProperty: value",
          "values": []
        },
        {
          "name": "pickableFilter",
          "description": "`pickableFilter` - \n\nProperty: pickableFilter",
          "values": []
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-static-file-picker",
      "description": "Properties:\n\n  * `_value` {`string | string[] | undefined`} - \n\n  * `value` {`string | string[] | undefined`} - \n\n  * `config` - \n\n  * `_limitMin` {`number`} - \n\n  * `_limitMax` {`number`} - ",
      "attributes": []
    },
    {
      "name": "umb-sysinfo",
      "description": "Properties:\n\n  * `_systemInformation` {`string`} - \n\n  * `_loading` {`boolean`} - \n\n  * `_buttonState` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-tags-input",
      "description": "Attributes:\n\n  * `group` {`string | undefined`} - \n\n  * `culture` {`string | null | undefined`} - \n\n  * `required` {`boolean`} - \n\n  * `requiredMessage` {`string`} - \n\n  * `items` {`string[]`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperties:\n\n  * `group` {`string | undefined`} - \n\n  * `culture` {`string | null | undefined`} - \n\n  * `required` {`boolean`} - \n\n  * `requiredMessage` {`string`} - \n\n  * `items` {`string[]`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `_matches` {`TagResponseModel[]`} - \n\n  * `_currentInput` {`string`} - \n\n  * `_mainTag` - \n\n  * `_tagInput` - \n\n  * `_widthTracker` {`HTMLElement`} - \n\n  * `_optionCollection` {`HTMLCollectionOf<HTMLInputElement> | undefined`} - \n\n  * `_tagEls` {`NodeListOf<HTMLElement> | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "group",
          "description": "`group` {`string | undefined`} - \n\nProperty: group",
          "values": []
        },
        {
          "name": "culture",
          "description": "`culture` {`string | null | undefined`} - \n\nProperty: culture",
          "values": []
        },
        {
          "name": "required",
          "description": "`required` {`boolean`} - \n\nProperty: required\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "requiredMessage",
          "description": "`requiredMessage` {`string`} - \n\nProperty: requiredMessage\n\nDefault: This field is required"
        },
        {
          "name": "items",
          "description": "`items` {`string[]`} - \n\nProperty: items"
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-tags",
      "description": "Attributes:\n\n  * `value` {`string[]`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {`boolean | undefined`} - \n\n  * `mandatoryMessage` - \n\nProperties:\n\n  * `value` {`string[]`} - \n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `mandatory` {`boolean | undefined`} - \n\n  * `mandatoryMessage` - \n\n  * `_group` {`string | undefined`} - \n\n  * `_storageType` {`string | undefined`} - \n\n  * `_culture` {`string | null | undefined`} - \n\n  * `config` - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` {`string[]`} - \n\nProperty: value"
        },
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "mandatory",
          "description": "`mandatory` {`boolean | undefined`} - \n\nProperty: mandatory",
          "values": []
        },
        {
          "name": "mandatoryMessage",
          "description": "`mandatoryMessage` - \n\nProperty: mandatoryMessage\n\nDefault: UMB_VALIDATION_EMPTY_LOCALIZATION_KEY"
        }
      ]
    },
    {
      "name": "umb-dashboard-telemetry",
      "description": "Properties:\n\n  * `_telemetryFormData` - \n\n  * `_telemetryLevels` {`TelemetryResponseModel[]`} - \n\n  * `_errorMessage` {`string`} - \n\n  * `_buttonState` - \n\n  * `_handleSubmit` - \n\n  * `_selectedTelemetryIndex` {`number`} - \n\n  * `_selectedTelemetry` - \n\n  * `_selectedTelemetryDescription` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-templating-insert-menu",
      "description": "Events:\n\n  * `insert` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n  * `value` {`string`} - \n\n  * `disabled` {`boolean`} - \n\n  * `hidePartialViews` {`boolean`} - \n\nProperties:\n\n  * `value` {`string`} - \n\n  * `disabled` {`boolean`} - \n\n  * `hidePartialViews` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
        },
        {
          "name": "disabled",
          "description": "`disabled` {`boolean`} - \n\nProperty: disabled\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "hidePartialViews",
          "description": "`hidePartialViews` {`boolean`} - \n\nProperty: hidePartialViews\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "oninsert",
          "description": "`insert` {`CustomEvent<unknown>`} - "
        }
      ]
    },
    {
      "name": "umb-templating-production-mode-workspace-action",
      "description": "Properties:\n\n  * `api` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-templating-item-picker-modal",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-template-field-dropdown-list",
      "description": "Attributes:\n\n  * `required` {`boolean | undefined`} - \n\n  * `requiredMessage` - \n\n  * `exclude-media-type` {`boolean`} - \n\n  * `value` {`FieldPickerValue | undefined`} - \n\nProperties:\n\n  * `required` {`boolean | undefined`} - \n\n  * `requiredMessage` - \n\n  * `excludeMediaType` {`boolean`} - \n\n  * `_value` {`FieldPickerValue | undefined`} - \n\n  * `value` {`FieldPickerValue | undefined`} - \n\n  * `_type` {`FieldType | undefined`} - \n\n  * `_uniqueName` {`string | undefined`} - \n\n  * `_unique` {`string | undefined`} - \n\n  * `_valueElement` - \n\n  * `_customFields` {`UmbPropertyTypeModel[]`} - \n\n  * `_systemFields` {`UmbPropertyTypeModel[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "required",
          "description": "`required` {`boolean | undefined`} - \n\nProperty: required",
          "values": []
        },
        {
          "name": "requiredMessage",
          "description": "`requiredMessage` - \n\nProperty: requiredMessage\n\nDefault: UMB_VALIDATION_EMPTY_LOCALIZATION_KEY"
        },
        {
          "name": "exclude-media-type",
          "description": "`exclude-media-type` {`boolean`} - \n\nProperty: excludeMediaType\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "value",
          "description": "`value` {`FieldPickerValue | undefined`} - \n\nProperty: value",
          "values": []
        }
      ]
    },
    {
      "name": "umb-templating-page-field-builder-modal",
      "description": "Properties:\n\n  * `_field` {`string | undefined`} - \n\n  * `_haveDefault` {`boolean`} - \n\n  * `_default` {`string | undefined`} - \n\n  * `_recursive` {`boolean`} - \n\n  * `_submitButtonState` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-templating-section-picker-modal",
      "description": "Properties:\n\n  * `_renderNamedSectionNameInput` - \n\n  * `_defineNamedSectionNameInput` - \n\n  * `_renderNamedSectionIsMandatoryCheckbox` - \n\n  * `_pickedSection` {`TemplatingSectionType`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-partial-view-create-options-modal",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-partial-view-folder-workspace-editor",
      "attributes": []
    },
    {
      "name": "umb-partial-view-workspace-editor",
      "description": "Properties:\n\n  * `_content` {`string | null | undefined`} - \n\n  * `_isNew` {`boolean | undefined`} - \n\n  * `_isRestricted` {`boolean`} - Whether editing is restricted. True when in production mode OR when runtime mode is still unknown.\nThis ensures a safe default (restricted) until we confirm the runtime mode.\n\n  * `_codeEditor` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-script-create-options-modal",
      "attributes": []
    },
    {
      "name": "umb-script-folder-workspace-editor",
      "attributes": []
    },
    {
      "name": "umb-script-workspace-editor",
      "description": "Properties:\n\n  * `_content` {`string | null | undefined`} - \n\n  * `_isNew` {`boolean | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-stylesheet-create-options-modal",
      "attributes": []
    },
    {
      "name": "umb-stylesheet-input",
      "description": "Attributes:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `min-message` {boolean} - Min validation message.\n\n  * `maxMessage` {boolean} - Max validation message.\n\n  * `selection` {`string[] | undefined`} - \n\n  * `value` {`string`} - \n\nProperties:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `minMessage` {boolean} - Min validation message.\n\n  * `maxMessage` {boolean} - Max validation message.\n\n  * `selection` {`string[] | undefined`} - \n\n  * `value` {`string`} - \n\n  * `_items` {`UmbStylesheetItemModel[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "min",
          "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: "
        },
        {
          "name": "max",
          "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: "
        },
        {
          "name": "min-message",
          "description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
        },
        {
          "name": "maxMessage",
          "description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
        },
        {
          "name": "selection",
          "description": "`selection` {`string[] | undefined`} - \n\nProperty: selection",
          "values": []
        },
        {
          "name": "value",
          "description": "`value` {`string`} - \n\nProperty: value"
        }
      ]
    },
    {
      "name": "umb-property-editor-ui-stylesheet-picker",
      "description": "Attributes:\n\n  * `value` {`string[]`} - \n\nProperties:\n\n  * `value` {`string[]`} - \n\n  * `config` - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` {`string[]`} - \n\nProperty: value"
        }
      ]
    },
    {
      "name": "umb-stylesheet-folder-workspace-editor",
      "attributes": []
    },
    {
      "name": "umb-stylesheet-workspace-editor",
      "description": "Properties:\n\n  * `_isNew` {`boolean | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-stylesheet-code-editor-workspace-view",
      "description": "Properties:\n\n  * `_content` {`string | null | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-input-template",
      "description": "Attributes:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `min-message` {boolean} - Min validation message.\n\n  * `maxMessage` {boolean} - Max validation message.\n\n  * `selection` {`string[] | undefined`} - \n\n  * `defaultUnique` {`string`} - \n\nProperties:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `minMessage` {boolean} - Min validation message.\n\n  * `maxMessage` {boolean} - Max validation message.\n\n  * `selection` {`string[] | undefined`} - \n\n  * `defaultUnique` {`string`} - \n\n  * `_pickedTemplates` {`UmbTemplateItemModel[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "min",
          "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: undefined",
          "values": []
        },
        {
          "name": "max",
          "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: undefined",
          "values": []
        },
        {
          "name": "min-message",
          "description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
        },
        {
          "name": "maxMessage",
          "description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
        },
        {
          "name": "selection",
          "description": "`selection` {`string[] | undefined`} - \n\nProperty: selection",
          "values": []
        },
        {
          "name": "defaultUnique",
          "description": "`defaultUnique` {`string`} - \n\nProperty: defaultUnique"
        }
      ]
    },
    {
      "name": "umb-template-card",
      "description": "Events:\n\n  * `open` {`CustomEvent<unknown>`} - \n\n  * `selected` {} - \n\n  * `change` {`CustomEvent<unknown>`} - \n\nSlots:\n\n  * `actions` {} - \n\nAttributes:\n\n  * `name` {`string`} - \n\n  * `default` {`boolean`} - \n\n  * `id` {`string`} - \n\nProperties:\n\n  * `name` {`string`} - \n\n  * `default` {`boolean`} - \n\n  * `id` {`string`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "name",
          "description": "`name` {`string`} - \n\nProperty: name\n\nDefault: "
        },
        {
          "name": "default",
          "description": "`default` {`boolean`} - \n\nProperty: default\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "id",
          "description": "`id` {`string`} - \n\nProperty: id"
        },
        {
          "name": "onopen",
          "description": "`open` {`CustomEvent<unknown>`} - "
        },
        {
          "name": "onselected",
          "description": "`selected` {} - "
        },
        {
          "name": "onchange",
          "description": "`change` {`CustomEvent<unknown>`} - "
        }
      ]
    },
    {
      "name": "umb-template-query-builder-filter",
      "description": "Events:\n\n  * `remove-filter` {`Event`} - \n\n  * `add-filter` {`Event`} - \n\n  * `update-query` {`Event`} - \n\nAttributes:\n\n  * `unremovable` {`boolean`} - \n\nProperties:\n\n  * `filter` - \n\n  * `unremovable` {`boolean`} - \n\n  * `settings` - \n\n  * `currentPropertyType` - \n\n  * `isFilterValid` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "unremovable",
          "description": "`unremovable` {`boolean`} - \n\nProperty: unremovable\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "onremove-filter",
          "description": "`remove-filter` {`Event`} - "
        },
        {
          "name": "onadd-filter",
          "description": "`add-filter` {`Event`} - "
        },
        {
          "name": "onupdate-query",
          "description": "`update-query` {`Event`} - "
        }
      ]
    },
    {
      "name": "umb-template-query-builder-modal",
      "description": "Properties:\n\n  * `_filterContainer` {`HTMLElement | undefined`} - \n\n  * `_filterElements` {`UmbTemplateQueryBuilderFilterElement[]`} - \n\n  * `_templateQuery` - \n\n  * `_queryRequest` {`UmbExecuteTemplateQueryRequestModel`} - \n\n  * `_queryBuilderSettings` - \n\n  * `_selectedRootContentName` - \n\n  * `_defaultSortDirection` {`SortOrder`} - \n\n  * `styles` {`any[]`} - \n\n  * `#templateQueryRepository` - \n\n  * `#documentItemRepository` - ",
      "attributes": []
    },
    {
      "name": "umb-template-workspace-editor",
      "description": "Properties:\n\n  * `_name` {`string | undefined`} - \n\n  * `_content` {`string | null | undefined`} - \n\n  * `_alias` {`string | undefined`} - \n\n  * `_masterTemplateName` {`string | null | undefined`} - \n\n  * `_isRestricted` {`boolean`} - Whether editing is restricted. True when in production mode OR when runtime mode is still unknown.\nThis ensures a safe default (restricted) until we confirm the runtime mode.\n\n  * `_codeEditor` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-cascading-menu-popover",
      "description": "Attributes:\n\n  * `items` {`UmbCascadingMenuItem[] | undefined`} - \n\nProperties:\n\n  * `items` {`UmbCascadingMenuItem[] | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "items",
          "description": "`items` {`UmbCascadingMenuItem[] | undefined`} - \n\nProperty: items",
          "values": []
        }
      ]
    },
    {
      "name": "umb-input-tiptap",
      "description": "Attributes:\n\n  * `value` {`string`} - \n\n  * `label` {`string | undefined`} - \n\n  * `required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\n  * `requiredMessage` {`string | undefined`} - \n\n  * `readonly` {`boolean`} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperties:\n\n  * `value` {`string`} - \n\n  * `configuration` - \n\n  * `label` {`string | undefined`} - \n\n  * `required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\n  * `requiredMessage` {`string | undefined`} - \n\n  * `readonly` {`boolean`} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `_editor` - \n\n  * `_extensions` {`UmbTiptapExtensionApi[]`} - \n\n  * `_extensionStyles` - \n\n  * `_toolbar` {`UmbTiptapToolbarValue`} - \n\n  * `_statusbar` {`UmbTiptapStatusbarValue`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "value",
          "description": "`value` {`string`} - \n\nProperty: value"
        },
        {
          "name": "label",
          "description": "`label` {`string | undefined`} - \n\nProperty: label",
          "values": []
        },
        {
          "name": "required",
          "description": "`required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\nProperty: required",
          "values": []
        },
        {
          "name": "requiredMessage",
          "description": "`requiredMessage` {`string | undefined`} - \n\nProperty: requiredMessage",
          "values": []
        },
        {
          "name": "readonly",
          "description": "`readonly` {`boolean`} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-tiptap-menu",
      "description": "Attributes:\n\n  * `menuAlias` {`string | undefined`} - \n\nProperties:\n\n  * `menuAlias` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "menuAlias",
          "description": "`menuAlias` {`string | undefined`} - \n\nProperty: menuAlias",
          "values": []
        }
      ]
    },
    {
      "name": "umb-tiptap-statusbar",
      "description": "[object Object],[object Object]\n\nAttributes:\n\n  * `readonly` {`boolean`} - \n\nProperties:\n\n  * `readonly` {`boolean`} - \n\n  * `editor` - \n\n  * `configuration` - \n\n  * `statusbar` {`UmbTiptapStatusbarValue`} - \n\n  * `styles` - ",
      "attributes": [
        {
          "name": "readonly",
          "description": "`readonly` {`boolean`} - \n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-tiptap-toolbar-button-action",
      "description": "Properties:\n\n  * `api` {`UmbTiptapToolbarElementApi | undefined`} - \n\n  * `editor` - \n\n  * `manifest` {`ManifestType | undefined`} - \n\n  * `isActive` {`boolean`} - ",
      "attributes": []
    },
    {
      "name": "umb-tiptap-toolbar-button-disabled",
      "description": "Properties:\n\n  * `api` {`UmbTiptapToolbarElementApi | undefined`} - \n\n  * `editor` - \n\n  * `manifest` {`ManifestType | undefined`} - \n\n  * `isActive` {`boolean`} - ",
      "attributes": []
    },
    {
      "name": "umb-tiptap-toolbar-button",
      "description": "Properties:\n\n  * `api` {`UmbTiptapToolbarElementApi | undefined`} - \n\n  * `editor` - \n\n  * `manifest` {`ManifestType | undefined`} - \n\n  * `isActive` {`boolean`} - ",
      "attributes": []
    },
    {
      "name": "umb-tiptap-toolbar-color-picker-button",
      "description": "Properties:\n\n  * `_selectedColor` {`string | undefined`} - \n\n  * `styles` {`any[]`} - \n\n  * `api` {`UmbTiptapToolbarElementApi | undefined`} - \n\n  * `editor` - \n\n  * `manifest` {`ManifestType | undefined`} - \n\n  * `isActive` {`boolean`} - ",
      "attributes": []
    },
    {
      "name": "umb-tiptap-toolbar-menu",
      "description": "Properties:\n\n  * `isActive` {`boolean`} - \n\n  * `api` {`UmbTiptapToolbarElementApi | undefined`} - \n\n  * `editor` - \n\n  * `manifest` {`ManifestTiptapToolbarExtensionMenuKind | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-tiptap-toolbar",
      "description": "[object Object],[object Object]\n\nAttributes:\n\n  * `readonly` {`boolean`} - \n\nProperties:\n\n  * `readonly` {`boolean`} - \n\n  * `editor` - \n\n  * `configuration` - \n\n  * `toolbar` {`UmbTiptapToolbarValue`} - \n\n  * `styles` - ",
      "attributes": [
        {
          "name": "readonly",
          "description": "`readonly` {`boolean`} - \n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-tiptap-anchor-modal",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-character-map-modal",
      "description": "Properties:\n\n  * `_filterQuery` {`string`} - \n\n  * `_hoverLabel` {`string`} - \n\n  * `_selectedGroup` {`string`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-tiptap-table-insert",
      "description": "Properties:\n\n  * `editor` - \n\n  * `_selectedColumn` {`number`} - \n\n  * `_selectedRow` {`number`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-tiptap-table-toolbar-menu",
      "description": "Properties:\n\n  * `isActive` {`boolean`} - \n\n  * `api` {`UmbTiptapToolbarElementApi | undefined`} - \n\n  * `editor` - \n\n  * `manifest` {`ManifestTiptapToolbarExtensionMenuKind | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-tiptap-table-properties-modal",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-property-editor-ui-tiptap-extensions-configuration",
      "description": "Properties:\n\n  * `value` {`string[] | undefined`} - \n\n  * `config` - \n\n  * `_extensions` {`UmbTiptapExtension[]`} - \n\n  * `_groups` {`UmbTiptapExtensionGroup[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-property-editor-ui-tiptap-statusbar-configuration",
      "description": "Properties:\n\n  * `_availableExtensions` {`UmbTiptapExtensionBase[]`} - \n\n  * `_statusbar` {`UmbTiptapStatusbarViewModel[]`} - \n\n  * `value` {`UmbTiptapStatusbarValue | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-property-editor-ui-tiptap",
      "description": "Properties:\n\n  * `styles` - ",
      "attributes": []
    },
    {
      "name": "umb-property-editor-ui-tiptap-toolbar-configuration",
      "description": "Properties:\n\n  * `_availableExtensions` {`UmbTiptapExtensionBase[]`} - \n\n  * `_toolbar` {`UmbTiptapToolbarRowViewModel[]`} - \n\n  * `value` {`UmbTiptapToolbarValue | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-tiptap-toolbar-group-configuration",
      "description": "Events:\n\n  * `container-change` {`CustomEvent<{ item: any; model: any; }>`} - \n\n  * `remove` {`CustomEvent<{ rowIndex: number; groupIndex: number; index: number; }>`} - \n\nAttributes:\n\n  * `rowIndex` {`number`} - \n\n  * `groupIndex` {`number`} - \n\nProperties:\n\n  * `items` {`TiptapToolbarItem[]`} - \n\n  * `rowIndex` {`number`} - \n\n  * `groupIndex` {`number`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "rowIndex",
          "description": "`rowIndex` {`number`} - \n\nProperty: rowIndex\n\nDefault: 0"
        },
        {
          "name": "groupIndex",
          "description": "`groupIndex` {`number`} - \n\nProperty: groupIndex\n\nDefault: 0"
        },
        {
          "name": "oncontainer-change",
          "description": "`container-change` {`CustomEvent<{ item: any; model: any; }>`} - "
        },
        {
          "name": "onremove",
          "description": "`remove` {`CustomEvent<{ rowIndex: number; groupIndex: number; index: number; }>`} - "
        }
      ]
    },
    {
      "name": "ufm-content-name",
      "description": "Attributes:\n\n  * `alias` {`string | undefined`} - \n\n  * `filters` {`string | undefined`} - \n\nProperties:\n\n  * `alias` {`string | undefined`} - \n\n  * `filters` {`string | undefined`} - \n\n  * `value` {`unknown`} - ",
      "attributes": [
        {
          "name": "alias",
          "description": "`alias` {`string | undefined`} - \n\nProperty: alias",
          "values": []
        },
        {
          "name": "filters",
          "description": "`filters` {`string | undefined`} - \n\nProperty: filters",
          "values": []
        }
      ]
    },
    {
      "name": "ufm-label-value",
      "description": "Attributes:\n\n  * `alias` {`string | undefined`} - \n\n  * `filters` {`string | undefined`} - \n\nProperties:\n\n  * `alias` {`string | undefined`} - \n\n  * `filters` {`string | undefined`} - \n\n  * `value` {`unknown`} - ",
      "attributes": [
        {
          "name": "alias",
          "description": "`alias` {`string | undefined`} - \n\nProperty: alias",
          "values": []
        },
        {
          "name": "filters",
          "description": "`filters` {`string | undefined`} - \n\nProperty: filters",
          "values": []
        }
      ]
    },
    {
      "name": "ufm-link",
      "description": "Attributes:\n\n  * `alias` {`string | undefined`} - \n\n  * `filters` {`string | undefined`} - \n\nProperties:\n\n  * `alias` {`string | undefined`} - \n\n  * `filters` {`string | undefined`} - \n\n  * `value` {`unknown`} - ",
      "attributes": [
        {
          "name": "alias",
          "description": "`alias` {`string | undefined`} - \n\nProperty: alias",
          "values": []
        },
        {
          "name": "filters",
          "description": "`filters` {`string | undefined`} - \n\nProperty: filters",
          "values": []
        }
      ]
    },
    {
      "name": "ufm-localize",
      "description": "Attributes:\n\n  * `alias` {`string | undefined`} - \n\n  * `filters` {`string | undefined`} - \n\nProperties:\n\n  * `alias` {`string | undefined`} - \n\n  * `filters` {`string | undefined`} - \n\n  * `value` {`unknown`} - ",
      "attributes": [
        {
          "name": "alias",
          "description": "`alias` {`string | undefined`} - \n\nProperty: alias",
          "values": []
        },
        {
          "name": "filters",
          "description": "`filters` {`string | undefined`} - \n\nProperty: filters",
          "values": []
        }
      ]
    },
    {
      "name": "umb-ufm-js-expression",
      "description": "Properties:\n\n  * `value` {`unknown`} - ",
      "attributes": []
    },
    {
      "name": "umb-ufm-render",
      "description": "Attributes:\n\n  * `inline` {`boolean`} - \n\n  * `markdown` {`string | undefined`} - \n\nProperties:\n\n  * `inline` {`boolean`} - \n\n  * `markdown` {`string | undefined`} - \n\n  * `value` {`unknown`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "inline",
          "description": "`inline` {`boolean`} - \n\nProperty: inline\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "markdown",
          "description": "`markdown` {`string | undefined`} - \n\nProperty: markdown",
          "values": []
        }
      ]
    },
    {
      "name": "umb-news-card",
      "description": "Attributes:\n\n  * `item` - \n\n  * `priority` {`number`} - \n\nProperties:\n\n  * `item` - \n\n  * `priority` {`number`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "item",
          "description": "`item` - \n\nProperty: item"
        },
        {
          "name": "priority",
          "description": "`priority` {`number`} - \n\nProperty: priority\n\nDefault: 3"
        }
      ]
    },
    {
      "name": "umb-news-container",
      "description": "Attributes:\n\n  * `items` {`NewsDashboardItemResponseModel[]`} - \n\nProperties:\n\n  * `items` {`NewsDashboardItemResponseModel[]`} - \n\n  * `styles` - ",
      "attributes": [
        {
          "name": "items",
          "description": "`items` {`NewsDashboardItemResponseModel[]`} - \n\nProperty: items\n\nDefault: "
        }
      ]
    },
    {
      "name": "umb-umbraco-news-dashboard",
      "description": "Properties:\n\n  * `_items` {`NewsDashboardItemResponseModel[]`} - \n\n  * `_loaded` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-change-password-modal",
      "description": "Properties:\n\n  * `_newPasswordInput` - \n\n  * `_confirmPasswordInput` - \n\n  * `_headline` {`string`} - \n\n  * `_isCurrentUser` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-current-user-app-button",
      "description": "Properties:\n\n  * `_href` {`string | undefined`} - \n\n  * `manifest` {`ManifestCurrentUserActionDefaultKind<MetaType> | undefined`} - \n\n  * `api` {`ApiType | undefined`} - \n\n  * `label` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-mfa-provider-default",
      "description": "A default MFA provider configuration element.\n\nProperties:\n\n  * `_loading` {`boolean`} - \n\n  * `_secret` {`string`} - \n\n  * `_qrCodeSetupImageUrl` {`string`} - \n\n  * `_buttonState` - \n\n  * `notificationContext` - \n\n  * `codeField` {`HTMLInputElement | undefined`} - \n\n  * `styles` {`any[]`} - \n\n  * `providerName` {`string`} - The name of the provider reflecting the provider name in the backend.\n\n  * `displayName` {`string`} - The display name of the provider. If this is not set, the provider name will be used.\n\n  * `callback` - Call this function to execute the action for the given provider, e.g. to enable or disable it.\n\n  * `close` - Call this function to close the modal.",
      "attributes": []
    },
    {
      "name": "umb-current-user-header-app",
      "description": "Properties:\n\n  * `_currentUser` {`UmbCurrentUserModel | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-current-user-external-login-modal",
      "description": "Properties:\n\n  * `modalContext` - \n\n  * `_items` {`any[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-current-user-history-user-profile-app",
      "description": "Properties:\n\n  * `_history` {`UmbCurrentUserHistoryItem[]`} - \n\n  * `_currentPageNumber` {`number`} - \n\n  * `_totalPages` {`number`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-current-user-mfa-disable-modal",
      "description": "Properties:\n\n  * `_buttonState` - \n\n  * `_codeInput` {`HTMLInputElement`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-current-user-mfa-enable-modal",
      "attributes": []
    },
    {
      "name": "umb-current-user-mfa-modal",
      "description": "Properties:\n\n  * `modalContext` - \n\n  * `_items` {`any[]`} - \n\n  * `_isLoading` {`boolean`} - \n\n  * `_error` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-current-user-modal",
      "description": "Properties:\n\n  * `modalContext` - \n\n  * `_currentUser` {`UmbCurrentUserModel | undefined`} - \n\n  * `_logOutButtonState` - \n\n  * `styles` - ",
      "attributes": []
    },
    {
      "name": "umb-current-user-profile-user-profile-app",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-current-user-theme-user-profile-app",
      "description": "Properties:\n\n  * `_themeAlias` {`string | undefined`} - \n\n  * `_themes` {`Option[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-user-group-table-name-column-layout",
      "description": "Properties:\n\n  * `item` - \n\n  * `value` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-user-group-table-sections-column-layout",
      "description": "Properties:\n\n  * `item` - \n\n  * `value` - \n\n  * `_sectionsNames` {`string[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-user-group-collection-table-view",
      "description": "Properties:\n\n  * `_tableConfig` - \n\n  * `_tableColumns` {`UmbTableColumn[]`} - \n\n  * `_tableItems` {`UmbTableItem[]`} - \n\n  * `_selection` {`string[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-user-group-input",
      "description": "Attributes:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `min-message` {boolean} - Min validation message.\n\n  * `maxMessage` {boolean} - Max validation message.\n\n  * `value` {`string`} - \n\nProperties:\n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `minMessage` {boolean} - Min validation message.\n\n  * `maxMessage` {boolean} - Max validation message.\n\n  * `selection` {`string[]`} - \n\n  * `value` {`string`} - \n\n  * `_items` {`UmbUserGroupItemModel[] | undefined`} - \n\n  * `_statuses` {`UmbRepositoryItemsStatus[] | undefined`} - \n\n  * `_editUserGroupPath` {`string`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "min",
          "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: "
        },
        {
          "name": "max",
          "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: "
        },
        {
          "name": "min-message",
          "description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
        },
        {
          "name": "maxMessage",
          "description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
        },
        {
          "name": "value",
          "description": "`value` {`string`} - \n\nProperty: value"
        }
      ]
    },
    {
      "name": "umb-user-group-ref",
      "description": "Attributes:\n\n  * `documentRootAccess` {`boolean`} - \n\n  * `documentStartNode` {`string | null | undefined`} - \n\n  * `mediaRootAccess` {`boolean`} - \n\n  * `mediaStartNode` {`string | null | undefined`} - \n\n  * `description` {`string | null`} - \n\n  * `sections` {`string[]`} - \n\n  * `user-permission-aliases` {`string[]`} - \n\nProperties:\n\n  * `documentRootAccess` {`boolean`} - \n\n  * `documentStartNode` {`string | null | undefined`} - \n\n  * `mediaRootAccess` {`boolean`} - \n\n  * `mediaStartNode` {`string | null | undefined`} - \n\n  * `description` {`string | null`} - \n\n  * `sections` {`string[]`} - \n\n  * `userPermissionAliases` {`string[]`} - \n\n  * `_documentLabel` {`string`} - \n\n  * `_mediaLabel` {`string`} - \n\n  * `_sectionLabels` {`string[]`} - \n\n  * `_userPermissionLabels` {`string[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "documentRootAccess",
          "description": "`documentRootAccess` {`boolean`} - \n\nProperty: documentRootAccess\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "documentStartNode",
          "description": "`documentStartNode` {`string | null | undefined`} - \n\nProperty: documentStartNode",
          "values": []
        },
        {
          "name": "mediaRootAccess",
          "description": "`mediaRootAccess` {`boolean`} - \n\nProperty: mediaRootAccess\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "mediaStartNode",
          "description": "`mediaStartNode` {`string | null | undefined`} - \n\nProperty: mediaStartNode",
          "values": []
        },
        {
          "name": "description",
          "description": "`description` {`string | null`} - \n\nProperty: description\n\nDefault: null",
          "values": []
        },
        {
          "name": "sections",
          "description": "`sections` {`string[]`} - \n\nProperty: sections"
        },
        {
          "name": "user-permission-aliases",
          "description": "`user-permission-aliases` {`string[]`} - \n\nProperty: userPermissionAliases"
        }
      ]
    },
    {
      "name": "umb-user-group-picker-modal",
      "description": "Properties:\n\n  * `_filteredItems` {`UmbUserGroupDetailModel[]`} - \n\n  * `_userGroups` {`UmbUserGroupDetailModel[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-user-group-entity-type-granular-permissions",
      "description": "Attributes:\n\n  * `entityType` {`string | undefined`} - \n\nProperties:\n\n  * `entityType` {`string | undefined`} - \n\n  * `_userGroupPermissions` {`any[] | undefined`} - \n\n  * `_userGroupFallbackPermissions` {`string[] | undefined`} - ",
      "attributes": [
        {
          "name": "entityType",
          "description": "`entityType` {`string | undefined`} - \n\nProperty: entityType",
          "values": []
        }
      ]
    },
    {
      "name": "umb-user-group-entity-type-permission-groups",
      "description": "Properties:\n\n  * `_groups` {`{ entityType: string; headline: string; }[]`} - \n\n  * `_hasGranularPermissionsWithNoEntityType` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-user-group-entity-type-permissions",
      "description": "Attributes:\n\n  * `entityType` {`string | undefined`} - \n\nProperties:\n\n  * `entityType` {`string | undefined`} - \n\n  * `_fallBackPermissions` {`string[] | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "entityType",
          "description": "`entityType` {`string | undefined`} - \n\nProperty: entityType",
          "values": []
        }
      ]
    },
    {
      "name": "umb-user-group-workspace-editor",
      "description": "Properties:\n\n  * `_isNew` {`boolean | undefined`} - \n\n  * `_name` {`string | undefined`} - \n\n  * `_alias` {`string | undefined`} - \n\n  * `_aliasCanBeChanged` {`boolean | undefined`} - \n\n  * `_icon` {`string | null | undefined`} - \n\n  * `_description` {`string | null | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-user-group-details-workspace-view",
      "description": "Properties:\n\n  * `_unique` {`string | undefined`} - \n\n  * `_sections` {`string[]`} - \n\n  * `_languages` {`string[]`} - \n\n  * `_hasAccessToAllLanguages` {`boolean`} - \n\n  * `_documentStartNode` {`{ unique: string; } | null | undefined`} - \n\n  * `_documentRootAccess` {`boolean`} - \n\n  * `_mediaStartNode` {`{ unique: string; } | null | undefined`} - \n\n  * `_mediaRootAccess` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-input-entity-user-permission",
      "description": "Attributes:\n\n  * `entity-type` {`string`} - \n\nProperties:\n\n  * `entityType` {`string`} - \n\n  * `_entityType` {`string`} - \n\n  * `allowedVerbs` {`string[]`} - \n\n  * `_groupedPermissions` {`[string, ManifestEntityUserPermission[]][]`} - \n\n  * `styles` - ",
      "attributes": [
        {
          "name": "entity-type",
          "description": "`entity-type` {`string`} - \n\nProperty: entityType"
        }
      ]
    },
    {
      "name": "umb-input-user-permission-verb",
      "description": "Attributes:\n\n  * `label` {`string`} - \n\n  * `description` {`string | undefined`} - \n\n  * `allowed` {`boolean`} - \n\nProperties:\n\n  * `label` {`string`} - \n\n  * `description` {`string | undefined`} - \n\n  * `allowed` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "label",
          "description": "`label` {`string`} - \n\nProperty: label\n\nDefault: "
        },
        {
          "name": "description",
          "description": "`description` {`string | undefined`} - \n\nProperty: description\n\nDefault: ",
          "values": []
        },
        {
          "name": "allowed",
          "description": "`allowed` {`boolean`} - \n\nProperty: allowed\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-entity-user-permission-settings-modal",
      "description": "Properties:\n\n  * `data` {`UmbEntityUserPermissionSettingsModalData | undefined`} - \n\n  * `_headline` {`string`} - \n\n  * `_entityType` {`string | undefined`} - \n\n  * `_preset` {`UmbEntityUserPermissionSettingsModalValue | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-entity-user-permission-modal",
      "description": "Properties:\n\n  * `data` {`UmbEntityUserPermissionSettingsModalData | undefined`} - \n\n  * `_headline` {`string`} - \n\n  * `_entityType` {`string | undefined`} - \n\n  * `_preset` {`UmbEntityUserPermissionSettingsModalValue | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-create-user-client-credential-modal",
      "description": "Properties:\n\n  * `_inputUniqueElement` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-user-collection-item-card",
      "description": "Attributes:\n\n  * `item` {`UmbUserDetailModel | undefined`} - \n\n  * `selectable` {`boolean`} - \n\n  * `selected` {`boolean`} - \n\n  * `selectOnly` {`boolean`} - \n\n  * `disabled` {`boolean`} - \n\n  * `href` {`string | undefined`} - \n\nProperties:\n\n  * `item` {`UmbUserDetailModel | undefined`} - \n\n  * `selectable` {`boolean`} - \n\n  * `selected` {`boolean`} - \n\n  * `selectOnly` {`boolean`} - \n\n  * `disabled` {`boolean`} - \n\n  * `href` {`string | undefined`} - \n\n  * `_userGroupItems` {`UmbUserGroupItemModel[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "item",
          "description": "`item` {`UmbUserDetailModel | undefined`} - \n\nProperty: item",
          "values": []
        },
        {
          "name": "selectable",
          "description": "`selectable` {`boolean`} - \n\nProperty: selectable\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "selected",
          "description": "`selected` {`boolean`} - \n\nProperty: selected\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "selectOnly",
          "description": "`selectOnly` {`boolean`} - \n\nProperty: selectOnly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "disabled",
          "description": "`disabled` {`boolean`} - \n\nProperty: disabled\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "href",
          "description": "`href` {`string | undefined`} - \n\nProperty: href",
          "values": []
        }
      ]
    },
    {
      "name": "umb-user-collection-menu-item",
      "description": "Properties:\n\n  * `item` {`UmbUserDetailModel | undefined`} - \n\n  * `_item` {`UmbUserDetailModel | undefined`} - \n\n  * `api` - \n\n  * `_isActive` {`boolean`} - \n\n  * `_isSelected` {`boolean`} - \n\n  * `_isSelectable` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-user-collection-header",
      "description": "Properties:\n\n  * `_stateFilterOptions` {`UmbUserStateFilterType[]`} - \n\n  * `_stateFilterSelection` {`UmbUserStateFilterType[]`} - \n\n  * `_userGroups` {`UmbUserGroupDetailModel[]`} - \n\n  * `_userGroupFilterSelection` {`UmbUserGroupDetailModel[]`} - \n\n  * `_orderByOptions` {`UmbUserOrderByOption[]`} - \n\n  * `_activeOrderByOption` {`UmbUserOrderByOption | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-user-collection",
      "attributes": []
    },
    {
      "name": "umb-user-table-name-column-layout",
      "description": "Properties:\n\n  * `column` - \n\n  * `value` {`{ name: string; unique: string; kind: string; avatarUrls: Record<string, string>; href?: string | undefined; }`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-user-table-status-column-layout",
      "description": "Properties:\n\n  * `value` - ",
      "attributes": []
    },
    {
      "name": "umb-user-table-collection-view",
      "description": "Properties:\n\n  * `_tableColumns` {`UmbTableColumn[]`} - \n\n  * `_tableItems` {`UmbTableItem[]`} - \n\n  * `_userGroupItems` {`UmbUserGroupItemModel[]`} - \n\n  * `_items` {`UmbUserDetailModel[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-user-avatar",
      "description": "Attributes:\n\n  * `name` {`string | undefined`} - \n\n  * `kind` {`UmbUserKindType | undefined`} - \n\nProperties:\n\n  * `name` {`string | undefined`} - \n\n  * `kind` {`UmbUserKindType | undefined`} - \n\n  * `imgUrls` {`string[]`} - \n\n  * `_imgSrcSizes` {`{ w: number; url: string; }[]`} - \n\n  * `_imgSrc` {`string`} - \n\n  * `_hasImgUrls` {`boolean`} - \n\n  * `avatarElement` - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "name",
          "description": "`name` {`string | undefined`} - \n\nProperty: name",
          "values": []
        },
        {
          "name": "kind",
          "description": "`kind` {`UmbUserKindType | undefined`} - \n\nProperty: kind\n\nDefault: DEFAULT",
          "values": [
            {
              "name": "Default"
            },
            {
              "name": "Api"
            }
          ]
        }
      ]
    },
    {
      "name": "umb-user-document-start-node",
      "description": "Attributes:\n\n  * `readonly` {`boolean`} - \n\nProperties:\n\n  * `uniques` {`string[]`} - \n\n  * `readonly` {`boolean`} - \n\n  * `_displayValue` {`any[]`} - ",
      "attributes": [
        {
          "name": "readonly",
          "description": "`readonly` {`boolean`} - \n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-user-input",
      "description": "Attributes:\n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\n  * `requiredMessage` {`string | undefined`} - \n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `min-message` {boolean} - Min validation message.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `max-message` {boolean} - Max validation message.\n\n  * `selection` {`string[]`} - \n\n  * `value` {`string | undefined`} - \n\nProperties:\n\n  * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n  * `required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\n  * `requiredMessage` {`string | undefined`} - \n\n  * `min` {number} - This is a minimum amount of selected items in this input.\n\n  * `minMessage` {boolean} - Min validation message.\n\n  * `max` {number} - This is a maximum amount of selected items in this input.\n\n  * `maxMessage` {boolean} - Max validation message.\n\n  * `selection` {`string[]`} - \n\n  * `value` {`string | undefined`} - \n\n  * `_items` {`UmbUserItemModel[] | undefined`} - \n\n  * `_statuses` {`UmbRepositoryItemsStatus[] | undefined`} - \n\n  * `_modalRoute` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "readonly",
          "description": "`readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "required",
          "description": "`required` {boolean} - Sets the input to required, meaning validation will fail if the value is empty.\n\nProperty: required",
          "values": []
        },
        {
          "name": "requiredMessage",
          "description": "`requiredMessage` {`string | undefined`} - \n\nProperty: requiredMessage",
          "values": []
        },
        {
          "name": "min",
          "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: "
        },
        {
          "name": "min-message",
          "description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
        },
        {
          "name": "max",
          "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: "
        },
        {
          "name": "max-message",
          "description": "`max-message` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
        },
        {
          "name": "selection",
          "description": "`selection` {`string[]`} - \n\nProperty: selection"
        },
        {
          "name": "value",
          "description": "`value` {`string | undefined`} - \n\nProperty: value",
          "values": []
        }
      ]
    },
    {
      "name": "umb-user-media-start-node",
      "description": "Attributes:\n\n  * `readonly` {`boolean`} - \n\nProperties:\n\n  * `uniques` {`string[]`} - \n\n  * `readonly` {`boolean`} - \n\n  * `_displayValue` {`any[]`} - ",
      "attributes": [
        {
          "name": "readonly",
          "description": "`readonly` {`boolean`} - \n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-create-user-modal",
      "description": "Properties:\n\n  * `_form` {`HTMLFormElement | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-create-user-success-modal",
      "description": "Properties:\n\n  * `_userItem` {`UmbUserItemModel | undefined`} - \n\n  * `_initialPassword` {`string`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-invite-user-modal",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-resend-invite-to-user-modal",
      "attributes": []
    },
    {
      "name": "umb-user-item-ref",
      "description": "Attributes:\n\n  * `item` {`UmbUserItemModel | undefined`} - \n\n  * `readonly` {`boolean`} - \n\n  * `standalone` {`boolean`} - \n\nProperties:\n\n  * `item` {`UmbUserItemModel | undefined`} - \n\n  * `readonly` {`boolean`} - \n\n  * `standalone` {`boolean`} - \n\n  * `_editPath` {`string`} - \n\n  * `_userHasSectionAccess` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "item",
          "description": "`item` {`UmbUserItemModel | undefined`} - \n\nProperty: item",
          "values": []
        },
        {
          "name": "readonly",
          "description": "`readonly` {`boolean`} - \n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "standalone",
          "description": "`standalone` {`boolean`} - \n\nProperty: standalone\n\nDefault: false",
          "valueSet": "v"
        }
      ]
    },
    {
      "name": "umb-user-mfa-modal",
      "description": "Properties:\n\n  * `modalContext` - \n\n  * `_items` {`any[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-property-editor-ui-user-picker",
      "description": "Attributes:\n\n  * `readonly` {`boolean`} - \n\n  * `mandatory` {`boolean | undefined`} - \n\n  * `mandatoryMessage` - \n\nProperties:\n\n  * `readonly` {`boolean`} - \n\n  * `mandatory` {`boolean | undefined`} - \n\n  * `mandatoryMessage` - \n\n  * `config` - ",
      "attributes": [
        {
          "name": "readonly",
          "description": "`readonly` {`boolean`} - \n\nProperty: readonly\n\nDefault: false",
          "valueSet": "v"
        },
        {
          "name": "mandatory",
          "description": "`mandatory` {`boolean | undefined`} - \n\nProperty: mandatory",
          "values": []
        },
        {
          "name": "mandatoryMessage",
          "description": "`mandatoryMessage` - \n\nProperty: mandatoryMessage\n\nDefault: UMB_VALIDATION_EMPTY_LOCALIZATION_KEY"
        }
      ]
    },
    {
      "name": "umb-user-workspace-action-save",
      "description": "Properties:\n\n  * `_saveButtonState` - \n\n  * `_workspaceContext` - ",
      "attributes": []
    },
    {
      "name": "umb-user-workspace-access",
      "description": "Properties:\n\n  * `_calculatedStartNodes` {`UmbUserStartNodesModel | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-user-workspace-assign-access",
      "description": "Properties:\n\n  * `_userGroupUniques` {`UmbReferenceByUnique[]`} - \n\n  * `_documentStartNodeUniques` {`UmbReferenceByUnique[]`} - \n\n  * `_documentRootAccess` {`boolean`} - \n\n  * `_mediaStartNodeUniques` {`UmbReferenceByUnique[]`} - \n\n  * `_mediaRootAccess` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-user-workspace-avatar",
      "description": "Properties:\n\n  * `_user` {`UmbUserDetailModel | undefined`} - \n\n  * `_allowedFileTypes` {`string`} - \n\n  * `_avatarFileField` {`HTMLInputElement | undefined`} - \n\n  * `_selectElement` {`HTMLInputElement`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-user-workspace-client-credentials",
      "description": "Properties:\n\n  * `_userUnique` {`string | undefined`} - \n\n  * `_userKind` {`string | undefined`} - \n\n  * `_clientCredentials` {`UmbUserClientCredentialModel[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-user-workspace-info",
      "description": "Properties:\n\n  * `_userInfo` {`UmbUserWorkspaceInfoItem[]`} - \n\n  * `_userDisplayState` {`UmbUserDisplayStatus | null`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-user-workspace-profile-settings",
      "description": "Properties:\n\n  * `_user` {`UmbUserDetailModel | undefined`} - \n\n  * `_usernameIsEmail` {`boolean`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-user-workspace-editor",
      "description": "Properties:\n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-user-details-workspace-view",
      "description": "Properties:\n\n  * `_user` {`UmbUserDetailModel | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-input-webhook-headers",
      "description": "Attributes:\n\n  * `headers` - \n\nProperties:\n\n  * `headers` - \n\n  * `_headers` {`{ name: string; value: string; }[]`} - \n\n  * `_headerNames` {`string[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": [
        {
          "name": "headers",
          "description": "`headers` - \n\nProperty: headers\n\nDefault: [object Object]"
        }
      ]
    },
    {
      "name": "umb-webhook-delivery-table-status-code-column-layout",
      "description": "Properties:\n\n  * `value` {`string`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-webhook-delivery-table-collection-view",
      "description": "Properties:\n\n  * `_tableConfig` - \n\n  * `_tableColumns` {`UmbTableColumn[]`} - \n\n  * `_tableItems` {`UmbTableItem[]`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-webhook-delivery-collection-workspace-view",
      "attributes": []
    },
    {
      "name": "umb-input-webhook-events",
      "description": "Properties:\n\n  * `events` {`UmbWebhookEventModel[]`} - \n\n  * `_modalContext` - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-webhook-events-modal",
      "description": "Properties:\n\n  * `_events` {`UmbWebhookEventModel[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-webhook-table-content-type-column-layout",
      "description": "Properties:\n\n  * `value` {`{ contentTypeName: string; contentTypes: string[]; } | undefined`} - \n\n  * `_contentTypes` {`string`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-webhook-table-name-column-layout",
      "description": "Properties:\n\n  * `value` {`{ unique: string; name: string; } | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-webhook-table-collection-view",
      "description": "Properties:\n\n  * `_tableConfig` - \n\n  * `_tableColumns` {`UmbTableColumn[]`} - \n\n  * `_tableItems` {`UmbTableItem[]`} - \n\n  * `styles` {`any[]`} - \n\n  * `#enabledLabel` - \n\n  * `#disabledLabel` - \n\n  * `#unnamedWebhookLabel` - ",
      "attributes": []
    },
    {
      "name": "umb-webhook-details-workspace-view",
      "description": "Properties:\n\n  * `_webhook` {`UmbWebhookDetailModel | undefined`} - \n\n  * `_contentType` {`string | undefined`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    },
    {
      "name": "umb-webhook-workspace-editor",
      "description": "Properties:\n\n  * `_url` {`string`} - \n\n  * `_name` {`string`} - \n\n  * `_description` {`string`} - \n\n  * `styles` {`any[]`} - ",
      "attributes": []
    }
  ],
  "globalAttributes": [],
  "valueSets": []
}