{"version":3,"file":"night_hours_controller-Bm0mKA_X.js","sources":["../../../app/javascript/controllers/business/night_hours_controller.js"],"sourcesContent":["import ApplicationController from '@/controllers/application_controller'\n\nexport default class extends ApplicationController {\n static values = {\n disabled: String\n }\n\n static targets = [\n 'startsAt',\n 'endsAt',\n 'switch'\n ]\n\n toggle() {\n console.log(this.switchTarget.checked)\n\n if(this.switchTarget.checked) {\n this.dispatch('enable', {\n target: this.startsAtTarget,\n })\n\n this.dispatch('enable', {\n target: this.endsAtTarget,\n })\n\n return\n }\n\n this.dispatch('disable', {\n target: this.startsAtTarget,\n })\n\n this.dispatch('disable', {\n target: this.endsAtTarget,\n })\n }\n\n disabledValueChanged() {\n if(this.disabledValue) {\n console.log('false')\n\n\n return\n }\n\n console.log('here')\n\n }\n}\n"],"names":["night_hours_controller","ApplicationController","__publicField"],"mappings":"uNAEe,MAAKA,UAASC,CAAsB,CAWjD,QAAS,CAGP,GAFA,QAAQ,IAAI,KAAK,aAAa,OAAO,EAElC,KAAK,aAAa,QAAS,CAC5B,KAAK,SAAS,SAAU,CACtB,OAAQ,KAAK,cACd,CAAA,EAED,KAAK,SAAS,SAAU,CACtB,OAAQ,KAAK,YACd,CAAA,EAED,MACN,CAEI,KAAK,SAAS,UAAW,CACvB,OAAQ,KAAK,cACd,CAAA,EAED,KAAK,SAAS,UAAW,CACvB,OAAQ,KAAK,YACd,CAAA,CACL,CAEE,sBAAuB,CACrB,GAAG,KAAK,cAAe,CACrB,QAAQ,IAAI,OAAO,EAGnB,MACN,CAEI,QAAQ,IAAI,MAAM,CAEtB,CACA,CA7CEC,EADkBF,EACX,SAAS,CACd,SAAU,MACd,GAEEE,EALkBF,EAKX,UAAU,CACf,WACA,SACA,QACJ"}