{"version":3,"file":"property-action-clear.controller-cN4JbZhL.js","sources":["../../../src/packages/core/property-action/common/clear/property-action-clear.controller.ts"],"sourcesContent":["import { UmbPropertyActionBase } from '../../components/property-action/property-action-base.controller.js';\nimport { UMB_PROPERTY_CONTEXT } from '@umbraco-cms/backoffice/property';\n\nexport class UmbClearPropertyAction extends UmbPropertyActionBase {\n\toverride async execute() {\n\t\tconst propertyContext = await this.getContext(UMB_PROPERTY_CONTEXT);\n\t\tpropertyContext.clearValue();\n\t}\n}\nexport default UmbClearPropertyAction;\n"],"names":["UmbClearPropertyAction","UmbPropertyActionBase","UMB_PROPERTY_CONTEXT"],"mappings":";;AAGO,MAAMA,UAA+BC,EAAsB;AAAA,EACjE,MAAe,UAAU;AAExB,KADwB,MAAM,KAAK,WAAWC,CAAoB,GAClD,WAAW;AAAA,EAC5B;AACD;"}