{"remainingRequest":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\eslint-loader\\index.js??ref--13-0!D:\\jenkins\\workspace\\xq-web-bpm\\src\\store\\styleSetting.js","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\store\\styleSetting.js","mtime":1675071992428},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\eslint-loader\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["var state = {\n  styleSetting: {\n    tabsStyle: {\n      tabType: null\n    },\n    elementUI: {\n      theme: \"day-theme\"\n    }\n  }\n};\nvar styleSetting = localStorage.getItem(\"styleSetting\");\n\nif (styleSetting && styleSetting != \"null\") {\n  styleSetting = JSON.parse(styleSetting);\n  state.styleSetting = styleSetting;\n}\n\nvar getters = {\n  tabsStyle: function tabsStyle(state) {\n    var tabsStyle = state.styleSetting.tabsStyle;\n\n    if (tabsStyle) {\n      return tabsStyle;\n    }\n  },\n  theme: function theme(state) {\n    return state.styleSetting.elementUI.theme;\n  }\n};\nvar actions = {\n  actionStyleSetting: function actionStyleSetting(_ref, styleSetting) {\n    var commit = _ref.commit,\n        state = _ref.state;\n    commit(\"mutationStyleSetting\", styleSetting);\n  }\n};\nvar mutations = {\n  mutationStyleSetting: function mutationStyleSetting(state, styleSetting) {\n    state.styleSetting = styleSetting;\n  }\n};\nexport default {\n  namespaced: true,\n  state: state,\n  getters: getters,\n  actions: actions,\n  mutations: mutations\n};",null]}