{"version":3,"sources":["webpack:///./src/pages/manage/filters/index.vue","webpack:///./src/pages/manage/filters/index.vue?db60","webpack:///./src/pages/manage/filters/index.vue?c13f","webpack:///./src/pages/manage/filters/index.vue?66c5"],"names":["render","_vm","this","_c","_self","_setupProxy","staticClass","attrs","groups","staticRenderFns","Vue","extend","name","data","caption","id","fields","field","value","type","editor","class","hint","config","validations","validator","errorMessage","watchers","min","max","label","component"],"mappings":"yHAAA,IAAIA,EAAS,WAAkB,IAAIC,EAAIC,KAAKC,EAAGF,EAAIG,MAAMD,GAAUF,EAAIG,MAAMC,YAAY,OAAOF,EAAG,MAAM,CAACG,YAAY,oBAAoB,CAACH,EAAG,MAAM,CAACG,YAAY,mBAAmB,CAACH,EAAG,aAAa,CAACI,MAAM,CAAC,OAASN,EAAIO,WAAW,MAEjOC,EAAkB,G,YCAPC,eAAIC,OAAO,CACxBC,KAAM,UACNC,KAAMA,KAAA,CACJL,OAAQ,CACN,CACEI,KAAM,aACNE,QAAS,WACTC,GAAI,uCACJC,OAAQ,CACN,CACED,GAAI,uCACJE,MAAO,CACLL,KAAM,QACNM,MAAO,EACPC,KAAM,SACNL,QAAS,UAEXM,OAAQ,CACNR,KAAM,SACNL,MAAO,CACLc,MAAO,WACPC,KAAM,mBAERC,OAAQ,GACRC,YAAa,CACX,CACEC,UAAW,MACXP,MAAO,IACPQ,aACE,mDAEJ,CACED,UAAW,MACXP,MAAO,EACPQ,aAAc,kDAGlBC,SAAU,KAGd,CACEZ,GAAI,uCACJE,MAAO,CACLL,KAAM,SACNM,MAAO,EACPC,KAAM,SACNL,QAAS,UAEXM,OAAQ,CACNR,KAAM,SACNL,MAAO,CACLc,MAAO,WACPC,KAAM,mBAERC,OAAQ,GACRC,YAAa,CACX,CACEC,UAAW,MACXP,MAAO,IACPQ,aACE,mDAEJ,CACED,UAAW,MACXP,MAAO,EACPQ,aAAc,kDAGlBC,SAAU,OAKlB,CACEf,KAAM,QACNE,QAAS,aACTC,GAAI,uCACJC,OAAQ,CACN,CACED,GAAI,uCACJE,MAAO,CACLL,KAAM,QACNM,MAAO,CACLU,IAAK,IACLC,IAAK,KAEPV,KAAM,QACNL,QAAS,QAEXM,OAAQ,CACNR,KAAM,QACNL,MAAO,GACPgB,OAAQ,GACRK,IAAK,CACHV,MAAO,IACPY,MAAO,WAETD,IAAK,CACHX,MAAO,IACPY,MAAO,WAETN,YAAa,GACbG,SAAU,OAKlB,CACEf,KAAM,aACNE,QAAS,iBACTC,GAAI,uCACJC,OAAQ,CACN,CACED,GAAI,uCACJE,MAAO,CACLL,KAAM,aACNM,MAAO,EACPC,KAAM,SACNL,QAAS,kCAEXM,OAAQ,CACNR,KAAM,SACNL,MAAO,CACLc,MAAO,YACPC,KAAM,iBAERC,OAAQ,GACRC,YAAa,GACbG,SAAU,YClI2Y,I,YCO/ZI,EAAY,eACd,EACA/B,EACAS,GACA,EACA,KACA,KACA,MAIa,aAAAsB,E","file":"js/chunk-2d0c86a3.aec63615.js","sourcesContent":["var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('div',{staticClass:\"bootstrap-canvas\"},[_c('div',{staticClass:\"container-fluid\"},[_c('app-filter',{attrs:{\"groups\":_vm.groups}})],1)])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\nimport Vue from \"vue\";\nexport default Vue.extend({\n name: \"filters\",\n data: () => ({\n groups: [\n {\n name: \"dimensions\",\n caption: \"Габариты\",\n id: \"0E7108AE-E5A4-4F94-86C4-CB0D7D78FF57\",\n fields: [\n {\n id: \"F8C6F0C5-3133-42F3-8AC0-C82D94FF2AA2\",\n field: {\n name: \"width\",\n value: 0,\n type: \"number\",\n caption: \"Ширина\",\n },\n editor: {\n name: \"number\",\n attrs: {\n class: \"col-md-6\",\n hint: \"До 200 символов\",\n },\n config: {},\n validations: [\n {\n validator: \"max\",\n value: 200,\n errorMessage:\n \"Поле не может содержать больще чем 200 символов\",\n },\n {\n validator: \"min\",\n value: 2,\n errorMessage: \"Поле не может содержать меньше чем 2 символов\",\n },\n ],\n watchers: [],\n },\n },\n {\n id: \"01EB9639-8E70-4F38-92E0-B722FB4D5C67\",\n field: {\n name: \"height\",\n value: 0,\n type: \"number\",\n caption: \"Высота\",\n },\n editor: {\n name: \"number\",\n attrs: {\n class: \"col-md-6\",\n hint: \"До 200 символов\",\n },\n config: {},\n validations: [\n {\n validator: \"max\",\n value: 200,\n errorMessage:\n \"Поле не может содержать больше чем 200 символов\",\n },\n {\n validator: \"min\",\n value: 2,\n errorMessage: \"Поле не может содержать меньше чем 2 символов\",\n },\n ],\n watchers: [],\n },\n },\n ],\n },\n {\n name: \"price\",\n caption: \"Стоиммость\",\n id: \"9E6DE18B-74A0-429B-9878-96418EC773C1\",\n fields: [\n {\n id: \"2618EF35-7989-4B5A-B845-95C47AA111C2\",\n field: {\n name: \"price\",\n value: {\n min: 200,\n max: 30000,\n },\n type: \"range\",\n caption: \"Цена\",\n },\n editor: {\n name: \"range\",\n attrs: {},\n config: {},\n min: {\n value: 200,\n label: \"Цена от\",\n },\n max: {\n value: 300000,\n label: \"Цена до\",\n },\n validations: [],\n watchers: [],\n },\n },\n ],\n },\n {\n name: \"additional\",\n caption: \"Дополниетльное\",\n id: \"79442A30-1F45-44A1-B1C6-C61ACDD5F0EB\",\n fields: [\n {\n id: \"BFDF6B70-A72C-4C7C-89D8-D6EAFB3C3ECD\",\n field: {\n name: \"additional\",\n value: 0,\n type: \"string\",\n caption: \"Согласие на доставку по адресу\",\n },\n editor: {\n name: \"string\",\n attrs: {\n class: \"col-md-12\",\n hint: \"Введите адрес\",\n },\n config: {},\n validations: [],\n watchers: [],\n },\n },\n ],\n },\n ],\n }),\n});\n","import mod from \"-!../../../../node_modules/cache-loader/dist/cjs.js??ref--14-0!../../../../node_modules/thread-loader/dist/cjs.js!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??ref--14-3!../../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./index.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/cache-loader/dist/cjs.js??ref--14-0!../../../../node_modules/thread-loader/dist/cjs.js!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??ref--14-3!../../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./index.vue?vue&type=script&lang=ts\"","import { render, staticRenderFns } from \"./index.vue?vue&type=template&id=bfb4436e\"\nimport script from \"./index.vue?vue&type=script&lang=ts\"\nexport * from \"./index.vue?vue&type=script&lang=ts\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports"],"sourceRoot":""}