{"version":3,"file":"lit-element.element-DSl77dV-.js","sources":["../../../src/packages/core/lit-element/lit-element.element.ts"],"sourcesContent":["import { LitElement, property } from '@umbraco-cms/backoffice/external/lit';\nimport { UmbElementMixin } from '@umbraco-cms/backoffice/element-api';\n\n/**\n * The base class for all Umbraco LitElement elements.\n * @abstract\n * @remarks This class is a wrapper around the LitElement class.\n * @remarks The `dir` and `lang` properties are defined here as reactive properties so they react to language changes.\n */\nexport class UmbLitElement extends UmbElementMixin(LitElement) {\n\t/**\n\t * The direction of the element.\n\t * @attr\n\t * @remarks This is the direction of the element, not the direction of the backoffice.\n\t * @example 'ltr'\n\t * @example 'rtl'\n\t */\n\t@property() override dir: 'rtl' | 'ltr' | '' = '';\n\n\t/**\n\t * The language of the element.\n\t * @attr\n\t * @remarks This is the language of the element, not the language of the backoffice.\n\t * @example 'en-us'\n\t * @example 'en'\n\t */\n\t@property() override lang = '';\n}\n"],"names":["UmbLitElement","UmbElementMixin","LitElement","__decorateClass","property"],"mappings":";;;;;;;AASa,MAAAA,UAAsBC,EAAgBC,CAAU,EAAE;AAAA,EAAxD,cAAA;AAAA,UAAA,GAAA,SAAA,GAQM,KAAS,MAA0B,IASnC,KAAS,OAAO;AAAA,EAAA;AAC7B;AAVsBC,EAAA;AAAA,EAApBC,EAAS;AAAA,GAREJ,EAQS,WAAA,KAAA;AASAG,EAAA;AAAA,EAApBC,EAAS;AAAA,GAjBEJ,EAiBS,WAAA,MAAA;"}