{"version":3,"sources":["webpack:///./src/modules/email-editor/src/models/timer.js"],"names":["tag","labelTitle","labelColor","id","value","attributes","basic","margin","title","comp","top","left","right","bottom","hours","number","minutes","seconds","font","fontFamily","fontSize","color","backgroundColor","padding","advanced","cssId","cssClasses","alternateText"],"mappings":"kHAAA,OAAe,cACXA,IAAK,QACLC,WAAY,GACZC,WAAY,GACZC,GAAI,CAACC,MAAO,MACZC,WAAY,CACRC,MAAO,CACHC,OAAQ,CAAEC,MAAO,SAAUC,KAAM,gBAAiBL,MAAO,CAAEM,IAAK,EAAGC,KAAM,EAAGC,MAAO,EAAGC,OAAQ,IAC9FC,MAAO,CAAEN,MAAO,QAASC,KAAM,cAAeL,MAAO,CAAEW,OAAQ,IAC/DC,QAAS,CAAER,MAAO,UAAWC,KAAM,cAAeL,MAAO,CAAEW,OAAQ,KACnEE,QAAS,CAAET,MAAO,UAAWC,KAAM,cAAeL,MAAO,CAAEW,OAAQ,KACnEG,KAAM,CAAEV,MAAO,OAAQC,KAAM,OAAQL,MAAO,CAAEe,WAAY,SAAUC,SAAU,KAC9EC,MAAO,CAAEb,MAAO,QAASC,KAAM,cAAeL,MAAO,WACrDkB,gBAAiB,CAAEd,MAAO,mBAAoBC,KAAM,cAAeL,MAAO,eAC1EmB,QAAS,CAAEf,MAAO,UAAWC,KAAM,gBAAiBL,MAAO,CAAEM,IAAK,EAAGC,KAAM,EAAGC,MAAO,EAAGC,OAAQ,KAEpGW,SAAU,CACNC,MAAO,CAAEjB,MAAO,KAAMC,KAAM,YAAaL,MAAO,IAChDsB,WAAY,CAAElB,MAAO,cAAeC,KAAM,YAAaL,MAAO,IAE9DuB,cAAe,CAAEnB,MAAO,iBAAkBC,KAAM,YAAaL,MAAO","file":"js/chunk-2d0dae5a.0a04ec7a.js","sourcesContent":["export default {\n tag: 'timer',\n labelTitle: '',\n labelColor: '',\n id: {value: null},\n attributes: {\n basic: {\n margin: { title: 'Margin', comp: 'marginPadding', value: { top: 0, left: 0, right: 0, bottom: 0 } },\n hours: { title: 'Hours', comp: 'InputNumber', value: { number: 1 } },\n minutes: { title: 'Minutes', comp: 'InputNumber', value: { number: 45 } },\n seconds: { title: 'Seconds', comp: 'InputNumber', value: { number: 15 } },\n font: { title: 'Font', comp: 'Font', value: { fontFamily: 'Roboto', fontSize: 14} },\n color: { title: 'Color', comp: 'colorPicker', value: '#636A7B' },\n backgroundColor: { title: 'Background color', comp: 'colorPicker', value: 'transparent' },\n padding: { title: 'Padding', comp: 'marginPadding', value: { top: 0, left: 0, right: 0, bottom: 0 } },\n },\n advanced: {\n cssId: { title: 'ID', comp: 'TextInput', value: '' },\n cssClasses: { title: 'CSS Classes', comp: 'TextInput', value: [] },\n // clickAction: {title: 'Click action', comp: 'ClickAction', value: { url: '', toggle: 'no action'} },\n alternateText: { title: 'Alternate text', comp: 'TextInput', value: '' },\n },\n },\n}"],"sourceRoot":""}