{"version":3,"file":"taskpane.js","mappings":";;;;;;;;;AAAA;;;;AAIA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA;AAEAA,MAAM,CAACC,OAAO,CAAC;EACb;EACA;EACAC,QAAQ,CAACC,cAAc,CAAC,SAAS,CAAC,CAACC,OAAO,GAAGC,GAAG;AAClD,CAAC,CAAC;AAEF,SAAsBA,GAAG;;;;;;;;UAErB,qBAAMC,KAAK,CAACD,GAAG,CAAC,UAAOE,OAAO;YAAA;;;;;oBACtBC,KAAK,GAAGD,OAAO,CAACE,QAAQ,CAACC,gBAAgB,EAAE;oBAC3CC,KAAK,GAAGJ,OAAO,CAACE,QAAQ,CAACG,UAAU,CAACC,kBAAkB,EAAE;oBAC9DC,YAAY,CAACC,OAAO,CAAC,gBAAgB,EAAE,GAAG,CAAC;oBAC3CJ,KAAK,CAACK,SAAS,CAAC,IAAI,CAAC;oBACrB,qBAAMT,OAAO,CAACU,IAAI,EAAE;;oBAApBC,SAAoB;;;;;WACrB,CAAC;;;UANFA,SAME;;;;UAEFC,OAAO,CAACC,KAAK,CAACC,OAAK,CAAC;;;;;;;;;AAVxBC,WAAAA;;;;;;;UEdA;UACA;UACA;UACA;UACA","sources":["webpack:///./src/taskpane/taskpane.ts?","webpack:///webpack/before-startup?","webpack:///webpack/startup?","webpack:///webpack/after-startup?"],"sourcesContent":["/*\n * Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.\n * See LICENSE in the project root for license information.\n */\n/* global console, document, Excel, Office */\n\n// The initialize function must be run each time a new page is loaded\n\nOffice.onReady(() => {\n // document.getElementById(\"sideload-msg\").style.display = \"none\";\n // document.getElementById(\"app-body\").style.display = \"flex\";\n document.getElementById(\"refresh\").onclick = run;\n});\n\nexport async function run() {\n try {\n await Excel.run(async (context) => {\n const range = context.workbook.getSelectedRange();\n const sheet = context.workbook.worksheets.getActiveWorksheet();\n localStorage.setItem('countPerSecond', '0');\n sheet.calculate(true);\n await context.sync();\n });\n } catch (error) {\n console.error(error);\n }\n}\n","","// startup\n// Load entry module and return exports\n// This entry module is referenced by other modules so it can't be inlined\nvar __webpack_exports__ = {};\n__webpack_modules__[504](0, __webpack_exports__);\n",""],"names":["Office","onReady","document","getElementById","onclick","run","Excel","context","range","workbook","getSelectedRange","sheet","worksheets","getActiveWorksheet","localStorage","setItem","calculate","sync","_a","console","error","error_1","exports"],"sourceRoot":""}