{"version":3,"file":"collection-workspace-view.element-BSGEziPX.js","sources":["../../../src/packages/core/collection/workspace-view/collection-workspace-view.element.ts"],"sourcesContent":["import type { UmbCollectionConfiguration } from '../types.js';\r\nimport type { ManifestWorkspaceViewCollectionKind } from './types.js';\r\nimport { html, customElement, property, state } from '@umbraco-cms/backoffice/external/lit';\r\nimport { UmbLitElement } from '@umbraco-cms/backoffice/lit-element';\r\n\r\n@customElement('umb-collection-workspace-view')\r\nexport class UmbCollectionWorkspaceViewElement extends UmbLitElement {\r\n\t@property({ type: Object, attribute: false })\r\n\tpublic manifest?: ManifestWorkspaceViewCollectionKind;\r\n\r\n\t@state()\r\n\tprotected _config?: UmbCollectionConfiguration;\r\n\r\n\t@state()\r\n\tprotected _filter?: unknown;\r\n\r\n\toverride render() {\r\n\t\tif (!this.manifest) return html`