1 |
- {"ast":null,"code":"export default {\n getProjectOptions(state) {\n return state.projectOptions;\n },\n getCarlineOptions(state) {\n return state.carlineOptions;\n },\n getVariantOptions(state) {\n return state.variantOptions;\n },\n getClusterOptions(state) {\n return state.clusterOptions;\n },\n getMarketOptions(state) {\n return state.marketOptions;\n },\n getResultOptions(state) {\n return state.resultOptions;\n },\n getTBTypeOptions(state) {\n return state.TBTypeOptions;\n },\n getSquareStatus(state) {\n return state.isOpenSquare;\n },\n getConnectedStatus(state) {\n return state.isConnected;\n }\n};","map":{"version":3,"names":["getProjectOptions","state","projectOptions","getCarlineOptions","carlineOptions","getVariantOptions","variantOptions","getClusterOptions","clusterOptions","getMarketOptions","marketOptions","getResultOptions","resultOptions","getTBTypeOptions","TBTypeOptions","getSquareStatus","isOpenSquare","getConnectedStatus","isConnected"],"sources":["/Users/mac/projects/mime/mine/src/store/modules/common/getters.js"],"sourcesContent":["export default {\n getProjectOptions(state) {\n return state.projectOptions\n },\n getCarlineOptions(state) {\n return state.carlineOptions\n },\n getVariantOptions(state) {\n return state.variantOptions\n },\n getClusterOptions(state) {\n return state.clusterOptions\n },\n getMarketOptions(state) {\n return state.marketOptions\n },\n getResultOptions(state) {\n return state.resultOptions\n },\n getTBTypeOptions(state) {\n return state.TBTypeOptions\n },\n getSquareStatus(state) {\n return state.isOpenSquare\n },\n getConnectedStatus(state) {\n return state.isConnected\n }\n};\n"],"mappings":"AAAA,eAAe;EACbA,iBAAiBA,CAACC,KAAK,EAAE;IACvB,OAAOA,KAAK,CAACC,cAAc;EAC7B,CAAC;EACDC,iBAAiBA,CAACF,KAAK,EAAE;IACvB,OAAOA,KAAK,CAACG,cAAc;EAC7B,CAAC;EACDC,iBAAiBA,CAACJ,KAAK,EAAE;IACvB,OAAOA,KAAK,CAACK,cAAc;EAC7B,CAAC;EACDC,iBAAiBA,CAACN,KAAK,EAAE;IACvB,OAAOA,KAAK,CAACO,cAAc;EAC7B,CAAC;EACDC,gBAAgBA,CAACR,KAAK,EAAE;IACtB,OAAOA,KAAK,CAACS,aAAa;EAC5B,CAAC;EACDC,gBAAgBA,CAACV,KAAK,EAAE;IACtB,OAAOA,KAAK,CAACW,aAAa;EAC5B,CAAC;EACDC,gBAAgBA,CAACZ,KAAK,EAAE;IACtB,OAAOA,KAAK,CAACa,aAAa;EAC5B,CAAC;EACDC,eAAeA,CAACd,KAAK,EAAE;IACrB,OAAOA,KAAK,CAACe,YAAY;EAC3B,CAAC;EACDC,kBAAkBA,CAAChB,KAAK,EAAE;IACxB,OAAOA,KAAK,CAACiB,WAAW;EAC1B;AACF,CAAC"},"metadata":{},"sourceType":"module","externalDependencies":[]}
|