excel-collab 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +124 -0
- package/lib/Chart-BOZ0_05B.js +19 -0
- package/lib/Chart-BOZ0_05B.js.map +1 -0
- package/lib/Chart-BiiKrUFB.mjs +8791 -0
- package/lib/Chart-BiiKrUFB.mjs.map +1 -0
- package/lib/browser-CEzw3XJq.js +2 -0
- package/lib/browser-CEzw3XJq.js.map +1 -0
- package/lib/browser-CLXapNii.mjs +18 -0
- package/lib/browser-CLXapNii.mjs.map +1 -0
- package/lib/demo/index.d.ts +0 -0
- package/lib/demo/sentry.d.ts +1 -0
- package/lib/demo/simple.d.ts +0 -0
- package/lib/demo/worker.d.ts +1 -0
- package/lib/e2e/ccp.test.d.ts +1 -0
- package/lib/e2e/input.test.d.ts +1 -0
- package/lib/e2e/page.test.d.ts +1 -0
- package/lib/e2e/performance.test.d.ts +1 -0
- package/lib/e2e/util.d.ts +7 -0
- package/lib/excel.js +2 -0
- package/lib/excel.js.map +1 -0
- package/lib/excel.mjs +194 -0
- package/lib/excel.mjs.map +1 -0
- package/lib/icon/android-icon-144x144.png +0 -0
- package/lib/icon/android-icon-192x192.png +0 -0
- package/lib/icon/android-icon-36x36.png +0 -0
- package/lib/icon/android-icon-48x48.png +0 -0
- package/lib/icon/android-icon-72x72.png +0 -0
- package/lib/icon/android-icon-96x96.png +0 -0
- package/lib/icon/apple-icon-114x114.png +0 -0
- package/lib/icon/apple-icon-120x120.png +0 -0
- package/lib/icon/apple-icon-144x144.png +0 -0
- package/lib/icon/apple-icon-152x152.png +0 -0
- package/lib/icon/apple-icon-180x180.png +0 -0
- package/lib/icon/apple-icon-57x57.png +0 -0
- package/lib/icon/apple-icon-60x60.png +0 -0
- package/lib/icon/apple-icon-72x72.png +0 -0
- package/lib/icon/apple-icon-76x76.png +0 -0
- package/lib/icon/apple-icon-precomposed.png +0 -0
- package/lib/icon/apple-icon.png +0 -0
- package/lib/icon/browserconfig.xml +11 -0
- package/lib/icon/favicon-16x16.png +0 -0
- package/lib/icon/favicon-32x32.png +0 -0
- package/lib/icon/favicon-96x96.png +0 -0
- package/lib/icon/favicon.ico +0 -0
- package/lib/icon/manifest.json +41 -0
- package/lib/icon/ms-icon-144x144.png +0 -0
- package/lib/icon/ms-icon-150x150.png +0 -0
- package/lib/icon/ms-icon-310x310.png +0 -0
- package/lib/icon/ms-icon-70x70.png +0 -0
- package/lib/icon/rotate.png +0 -0
- package/lib/index-CPQtoL_o.js +1717 -0
- package/lib/index-CPQtoL_o.js.map +1 -0
- package/lib/index-hodLtYAe.mjs +49234 -0
- package/lib/index-hodLtYAe.mjs.map +1 -0
- package/lib/jszip.min-BwVBTZW7.js +13 -0
- package/lib/jszip.min-BwVBTZW7.js.map +1 -0
- package/lib/jszip.min-D50cKJUj.mjs +2344 -0
- package/lib/jszip.min-D50cKJUj.mjs.map +1 -0
- package/lib/src/__tests__/Border.test.d.ts +0 -0
- package/lib/src/__tests__/Export.test.d.ts +0 -0
- package/lib/src/__tests__/Filter.test.d.ts +0 -0
- package/lib/src/__tests__/FloatElement.test.d.ts +0 -0
- package/lib/src/__tests__/FormularBar.test.d.ts +0 -0
- package/lib/src/__tests__/HorizontalAlign.test.d.ts +0 -0
- package/lib/src/__tests__/Import.test.d.ts +0 -0
- package/lib/src/__tests__/Menubar.test.d.ts +0 -0
- package/lib/src/__tests__/MergeCell.test.d.ts +0 -0
- package/lib/src/__tests__/NumberFormat.test.d.ts +0 -0
- package/lib/src/__tests__/SheetBar.test.d.ts +0 -0
- package/lib/src/__tests__/Toolbar.test.d.ts +0 -0
- package/lib/src/__tests__/VerticalAlign.test.d.ts +0 -0
- package/lib/src/__tests__/canvas.test.d.ts +0 -0
- package/lib/src/__tests__/global.mock.d.ts +0 -0
- package/lib/src/__tests__/shortcut.test.d.ts +0 -0
- package/lib/src/__tests__/util.d.ts +5 -0
- package/lib/src/canvas/MainCanvas.d.ts +9 -0
- package/lib/src/canvas/__tests__/MainCanvas.test.d.ts +1 -0
- package/lib/src/canvas/__tests__/border.test.d.ts +1 -0
- package/lib/src/canvas/__tests__/ccp.test.d.ts +1 -0
- package/lib/src/canvas/__tests__/cell-style.test.d.ts +1 -0
- package/lib/src/canvas/__tests__/cell-value.test.d.ts +1 -0
- package/lib/src/canvas/__tests__/filter.test.d.ts +1 -0
- package/lib/src/canvas/__tests__/merge-cell.test.d.ts +1 -0
- package/lib/src/canvas/__tests__/number-format.test.d.ts +1 -0
- package/lib/src/canvas/__tests__/range.test.d.ts +1 -0
- package/lib/src/canvas/__tests__/shortcut.test.d.ts +1 -0
- package/lib/src/canvas/__tests__/theme.test.d.ts +1 -0
- package/lib/src/canvas/__tests__/util.d.ts +6 -0
- package/lib/src/canvas/__tests__/worker.test.d.ts +1 -0
- package/lib/src/canvas/__tests__/wrap-text.test.d.ts +1 -0
- package/lib/src/canvas/constant.d.ts +2 -0
- package/lib/src/canvas/event.d.ts +2 -0
- package/lib/src/canvas/index.d.ts +4 -0
- package/lib/src/canvas/offScreenWorker.d.ts +45 -0
- package/lib/src/canvas/shortcut.d.ts +20 -0
- package/lib/src/canvas/util.d.ts +12 -0
- package/lib/src/canvas/worker.d.ts +3 -0
- package/lib/src/collaboration/__tests__/util.test.d.ts +1 -0
- package/lib/src/collaboration/index.d.ts +6 -0
- package/lib/src/collaboration/local.d.ts +15 -0
- package/lib/src/collaboration/server.d.ts +31 -0
- package/lib/src/collaboration/type.d.ts +41 -0
- package/lib/src/collaboration/util.d.ts +2 -0
- package/lib/src/components/BaseIcon/BaseIcon.d.ts +12 -0
- package/lib/src/components/BaseIcon/FillColorIcon.d.ts +1 -0
- package/lib/src/components/BaseIcon/icon.d.ts +3 -0
- package/lib/src/components/BaseIcon/index.d.ts +9 -0
- package/lib/src/components/Button/index.d.ts +14 -0
- package/lib/src/components/ColorPicker/ColorPickerPanel.d.ts +2 -0
- package/lib/src/components/ColorPicker/Hue.d.ts +11 -0
- package/lib/src/components/ColorPicker/Interactive.d.ts +12 -0
- package/lib/src/components/ColorPicker/Pointer.d.ts +8 -0
- package/lib/src/components/ColorPicker/Saturation.d.ts +12 -0
- package/lib/src/components/ColorPicker/clamp.d.ts +1 -0
- package/lib/src/components/ColorPicker/convert.d.ts +5 -0
- package/lib/src/components/ColorPicker/index.d.ts +9 -0
- package/lib/src/components/ColorPicker/round.d.ts +1 -0
- package/lib/src/components/ColorPicker/types.d.ts +38 -0
- package/lib/src/components/ColorPicker/useColorManipulation.d.ts +2 -0
- package/lib/src/components/Dialog/index.d.ts +17 -0
- package/lib/src/components/Github/index.d.ts +2 -0
- package/lib/src/components/Loading/index.d.ts +2 -0
- package/lib/src/components/Menu/index.d.ts +20 -0
- package/lib/src/components/Select/index.d.ts +25 -0
- package/lib/src/components/Toast/index.d.ts +17 -0
- package/lib/src/components/__tests__/BaseIcon.test.d.ts +0 -0
- package/lib/src/components/__tests__/Button.test.d.ts +1 -0
- package/lib/src/components/__tests__/ColorPicker.test.d.ts +1 -0
- package/lib/src/components/__tests__/Dialog.test.d.ts +1 -0
- package/lib/src/components/__tests__/Loading.test.d.ts +1 -0
- package/lib/src/components/__tests__/Menu.test.d.ts +1 -0
- package/lib/src/components/__tests__/Select.test.d.ts +1 -0
- package/lib/src/components/__tests__/Toast.test.d.ts +0 -0
- package/lib/src/components/index.d.ts +9 -0
- package/lib/src/containers/Excel/ImportCSV.d.ts +2 -0
- package/lib/src/containers/Excel/__tests__/exportCSV.test.d.ts +1 -0
- package/lib/src/containers/Excel/__tests__/exportXLSX.test.d.ts +1 -0
- package/lib/src/containers/Excel/__tests__/importXLSX.test.d.ts +1 -0
- package/lib/src/containers/Excel/exportCSV.d.ts +2 -0
- package/lib/src/containers/Excel/exportConfig.d.ts +20 -0
- package/lib/src/containers/Excel/exportXLSX.d.ts +3 -0
- package/lib/src/containers/Excel/importXLSX.d.ts +174 -0
- package/lib/src/containers/Excel/index.d.ts +4 -0
- package/lib/src/containers/FloatElement/Chart.d.ts +16 -0
- package/lib/src/containers/FloatElement/ContextMenu.d.ts +11 -0
- package/lib/src/containers/FloatElement/FloatElement.d.ts +11 -0
- package/lib/src/containers/FloatElement/Image.d.ts +8 -0
- package/lib/src/containers/FloatElement/Toolbar.d.ts +3 -0
- package/lib/src/containers/FloatElement/index.d.ts +8 -0
- package/lib/src/containers/FloatElement/util.d.ts +32 -0
- package/lib/src/containers/FormulaBar/DefineName.d.ts +7 -0
- package/lib/src/containers/FormulaBar/FormulaEditor.d.ts +14 -0
- package/lib/src/containers/FormulaBar/index.d.ts +2 -0
- package/lib/src/containers/MenuBar/FPS.d.ts +2 -0
- package/lib/src/containers/MenuBar/File.d.ts +1 -0
- package/lib/src/containers/MenuBar/I18N.d.ts +2 -0
- package/lib/src/containers/MenuBar/Theme.d.ts +2 -0
- package/lib/src/containers/MenuBar/User.d.ts +5 -0
- package/lib/src/containers/MenuBar/index.d.ts +7 -0
- package/lib/src/containers/SheetBar/SheetBarContextMenu.d.ts +11 -0
- package/lib/src/containers/SheetBar/index.d.ts +3 -0
- package/lib/src/containers/ToolBar/Border.d.ts +1 -0
- package/lib/src/containers/ToolBar/constant.d.ts +8 -0
- package/lib/src/containers/ToolBar/index.d.ts +3 -0
- package/lib/src/containers/__tests__/FPS.test.d.ts +0 -0
- package/lib/src/containers/__tests__/FormulaEditor.test.d.ts +1 -0
- package/lib/src/containers/canvas/BottomBar.d.ts +2 -0
- package/lib/src/containers/canvas/Collaboration.d.ts +7 -0
- package/lib/src/containers/canvas/ContextMenu.d.ts +8 -0
- package/lib/src/containers/canvas/ScrollBar.d.ts +2 -0
- package/lib/src/containers/canvas/__tests__/isSupportFontFamily.test.d.ts +1 -0
- package/lib/src/containers/canvas/event/__tests__/filter.test.d.ts +1 -0
- package/lib/src/containers/canvas/event/filter.d.ts +6 -0
- package/lib/src/containers/canvas/event/index.d.ts +3 -0
- package/lib/src/containers/canvas/event/main.d.ts +7 -0
- package/lib/src/containers/canvas/index.d.ts +3 -0
- package/lib/src/containers/canvas/isSupportFontFamily.d.ts +4 -0
- package/lib/src/containers/canvas/modal/Filter.d.ts +2 -0
- package/lib/src/containers/canvas/modal/index.d.ts +3 -0
- package/lib/src/containers/canvas/util.d.ts +2 -0
- package/lib/src/containers/hooks/__tests__/useClickOutSide.test.d.ts +1 -0
- package/lib/src/containers/hooks/__tests__/useEventCallback.test.d.ts +1 -0
- package/lib/src/containers/hooks/__tests__/useFPS.test.d.ts +1 -0
- package/lib/src/containers/hooks/index.d.ts +3 -0
- package/lib/src/containers/hooks/useClickOutSide.d.ts +1 -0
- package/lib/src/containers/hooks/useEventCallback.d.ts +1 -0
- package/lib/src/containers/hooks/useFPS.d.ts +1 -0
- package/lib/src/containers/index.d.ts +19 -0
- package/lib/src/containers/store/__tests__/base.test.d.ts +1 -0
- package/lib/src/containers/store/activeCell.d.ts +12 -0
- package/lib/src/containers/store/base.d.ts +8 -0
- package/lib/src/containers/store/context.d.ts +8 -0
- package/lib/src/containers/store/core.d.ts +11 -0
- package/lib/src/containers/store/defineName.d.ts +2 -0
- package/lib/src/containers/store/file.d.ts +7 -0
- package/lib/src/containers/store/floatElement.d.ts +12 -0
- package/lib/src/containers/store/fontFamily.d.ts +3 -0
- package/lib/src/containers/store/index.d.ts +15 -0
- package/lib/src/containers/store/scroll.d.ts +12 -0
- package/lib/src/containers/store/sheetList.d.ts +4 -0
- package/lib/src/containers/store/style.d.ts +7 -0
- package/lib/src/containers/store/user.d.ts +3 -0
- package/lib/src/controller/Controller.d.ts +102 -0
- package/lib/src/controller/__tests__/col.test.d.ts +1 -0
- package/lib/src/controller/__tests__/controller.test.d.ts +1 -0
- package/lib/src/controller/__tests__/definedName.test.d.ts +1 -0
- package/lib/src/controller/__tests__/drawing.test.d.ts +1 -0
- package/lib/src/controller/__tests__/filter.test.d.ts +1 -0
- package/lib/src/controller/__tests__/getHitInfo.test.d.ts +1 -0
- package/lib/src/controller/__tests__/mergeCell.test.d.ts +1 -0
- package/lib/src/controller/__tests__/rangeMap.test.d.ts +1 -0
- package/lib/src/controller/__tests__/row.test.d.ts +1 -0
- package/lib/src/controller/__tests__/workbook.test.d.ts +1 -0
- package/lib/src/controller/__tests__/worksheet.test.d.ts +1 -0
- package/lib/src/controller/decorator.d.ts +2 -0
- package/lib/src/controller/index.d.ts +2 -0
- package/lib/src/controller/init.d.ts +3 -0
- package/lib/src/formula/__tests__/formula/math.test.d.ts +1 -0
- package/lib/src/formula/__tests__/formula/text.test.d.ts +1 -0
- package/lib/src/formula/__tests__/interpreter/array.test.d.ts +1 -0
- package/lib/src/formula/__tests__/interpreter/error.test.d.ts +1 -0
- package/lib/src/formula/__tests__/interpreter/function.test.d.ts +1 -0
- package/lib/src/formula/__tests__/interpreter/logical.test.d.ts +1 -0
- package/lib/src/formula/__tests__/interpreter/math.test.d.ts +1 -0
- package/lib/src/formula/__tests__/interpreter/primary.test.d.ts +1 -0
- package/lib/src/formula/__tests__/interpreter/r1c1.test.d.ts +1 -0
- package/lib/src/formula/__tests__/interpreter/reference.test.d.ts +1 -0
- package/lib/src/formula/__tests__/interpreter/util.d.ts +3 -0
- package/lib/src/formula/__tests__/interpreter/variable.test.d.ts +1 -0
- package/lib/src/formula/__tests__/numberFormat.test.d.ts +1 -0
- package/lib/src/formula/__tests__/parser/basic-expressions.test.d.ts +1 -0
- package/lib/src/formula/__tests__/parser/cell-range.test.d.ts +1 -0
- package/lib/src/formula/__tests__/parser/function-call.test.d.ts +1 -0
- package/lib/src/formula/__tests__/parser/invalid-expressions.test.d.ts +1 -0
- package/lib/src/formula/__tests__/parser/operators.test.d.ts +1 -0
- package/lib/src/formula/__tests__/parser/util.d.ts +3 -0
- package/lib/src/formula/__tests__/scanner/arithmetic-expression.test.d.ts +1 -0
- package/lib/src/formula/__tests__/scanner/arrays.test.d.ts +1 -0
- package/lib/src/formula/__tests__/scanner/cell-ranges.test.d.ts +1 -0
- package/lib/src/formula/__tests__/scanner/comparison-expression.test.d.ts +1 -0
- package/lib/src/formula/__tests__/scanner/define-name.test.d.ts +1 -0
- package/lib/src/formula/__tests__/scanner/functions.test.d.ts +1 -0
- package/lib/src/formula/__tests__/scanner/logical-expression.test.d.ts +1 -0
- package/lib/src/formula/__tests__/scanner/primary.test.d.ts +1 -0
- package/lib/src/formula/__tests__/scanner/r1c1.test.d.ts +1 -0
- package/lib/src/formula/__tests__/scanner/range-operator.test.d.ts +1 -0
- package/lib/src/formula/__tests__/scanner/string-expression.test.d.ts +1 -0
- package/lib/src/formula/__tests__/scanner/util.d.ts +5 -0
- package/lib/src/formula/eval.d.ts +19 -0
- package/lib/src/formula/expression.d.ts +79 -0
- package/lib/src/formula/formula/error.d.ts +11 -0
- package/lib/src/formula/formula/float.d.ts +1 -0
- package/lib/src/formula/formula/index.d.ts +12 -0
- package/lib/src/formula/formula/math.d.ts +49 -0
- package/lib/src/formula/formula/text.d.ts +27 -0
- package/lib/src/formula/index.d.ts +2 -0
- package/lib/src/formula/interpreter.d.ts +23 -0
- package/lib/src/formula/numberFormat.d.ts +9 -0
- package/lib/src/formula/parser.d.ts +28 -0
- package/lib/src/formula/scanner.d.ts +24 -0
- package/lib/src/formula/token.d.ts +7 -0
- package/lib/src/i18n/__tests__/i18n.test.d.ts +1 -0
- package/lib/src/i18n/index.d.ts +6 -0
- package/lib/src/i18n/lang/en.json.d.ts +113 -0
- package/lib/src/i18n/lang/zh.json.d.ts +113 -0
- package/lib/src/index.d.ts +11 -0
- package/lib/src/model/Model.d.ts +121 -0
- package/lib/src/model/__tests__/mergeCell.test.d.ts +1 -0
- package/lib/src/model/__tests__/model.test.d.ts +1 -0
- package/lib/src/model/__tests__/rangeMap.test.d.ts +1 -0
- package/lib/src/model/__tests__/util.d.ts +2 -0
- package/lib/src/model/__tests__/workbook.test.d.ts +1 -0
- package/lib/src/model/col.d.ts +14 -0
- package/lib/src/model/definedName.d.ts +13 -0
- package/lib/src/model/drawing.d.ts +17 -0
- package/lib/src/model/filter.d.ts +43 -0
- package/lib/src/model/index.d.ts +1 -0
- package/lib/src/model/mergeCell.d.ts +12 -0
- package/lib/src/model/mockModel.d.ts +3 -0
- package/lib/src/model/rangeMap.d.ts +29 -0
- package/lib/src/model/row.d.ts +14 -0
- package/lib/src/model/scroll.d.ts +16 -0
- package/lib/src/model/workbook.d.ts +22 -0
- package/lib/src/model/worksheet.d.ts +31 -0
- package/lib/src/theme/__tests__/theme.test.d.ts +1 -0
- package/lib/src/theme/color.d.ts +20 -0
- package/lib/src/theme/convert.d.ts +1 -0
- package/lib/src/theme/index.d.ts +25 -0
- package/lib/src/theme/size.d.ts +15 -0
- package/lib/src/theme/zIndex.d.ts +7 -0
- package/lib/src/types/canvas.d.ts +18 -0
- package/lib/src/types/components.d.ts +25 -0
- package/lib/src/types/controller.d.ts +56 -0
- package/lib/src/types/event.d.ts +89 -0
- package/lib/src/types/formula.d.ts +2 -0
- package/lib/src/types/index.d.ts +10 -0
- package/lib/src/types/model.d.ts +263 -0
- package/lib/src/types/parser.d.ts +57 -0
- package/lib/src/types/range.d.ts +12 -0
- package/lib/src/types/yjs.d.ts +54 -0
- package/lib/src/util/EventEmitter.d.ts +10 -0
- package/lib/src/util/__tests__/EventEmitter.test.d.ts +1 -0
- package/lib/src/util/__tests__/assert.test.d.ts +1 -0
- package/lib/src/util/__tests__/classnames.test.d.ts +1 -0
- package/lib/src/util/__tests__/color.test.d.ts +1 -0
- package/lib/src/util/__tests__/convert.test.d.ts +1 -0
- package/lib/src/util/__tests__/copy.test.d.ts +1 -0
- package/lib/src/util/__tests__/debug.test.d.ts +1 -0
- package/lib/src/util/__tests__/deepEqual.test.d.ts +1 -0
- package/lib/src/util/__tests__/get.test.d.ts +1 -0
- package/lib/src/util/__tests__/image.test.d.ts +1 -0
- package/lib/src/util/__tests__/isEmpty.test.d.ts +1 -0
- package/lib/src/util/__tests__/lodash.test.d.ts +1 -0
- package/lib/src/util/__tests__/range.test.d.ts +1 -0
- package/lib/src/util/__tests__/reference.test.d.ts +1 -0
- package/lib/src/util/__tests__/saveAs.test.d.ts +1 -0
- package/lib/src/util/__tests__/split.test.d.ts +1 -0
- package/lib/src/util/__tests__/style.test.d.ts +1 -0
- package/lib/src/util/__tests__/util.test.d.ts +1 -0
- package/lib/src/util/assert.d.ts +1 -0
- package/lib/src/util/classnames.d.ts +1 -0
- package/lib/src/util/color.d.ts +2 -0
- package/lib/src/util/constant.d.ts +51 -0
- package/lib/src/util/convert.d.ts +3 -0
- package/lib/src/util/copy.d.ts +10 -0
- package/lib/src/util/debug.d.ts +14 -0
- package/lib/src/util/dpr.d.ts +3 -0
- package/lib/src/util/event.d.ts +2 -0
- package/lib/src/util/font.d.ts +3 -0
- package/lib/src/util/image.d.ts +20 -0
- package/lib/src/util/index.d.ts +19 -0
- package/lib/src/util/lodash.d.ts +9 -0
- package/lib/src/util/range.d.ts +18 -0
- package/lib/src/util/reference.d.ts +11 -0
- package/lib/src/util/saveAs.d.ts +1 -0
- package/lib/src/util/split.d.ts +1 -0
- package/lib/src/util/style.d.ts +13 -0
- package/lib/src/util/util.d.ts +22 -0
- package/lib/src/worker.d.ts +3 -0
- package/lib/style.css +1 -0
- package/lib/worker-DpzVx228.js +12 -0
- package/lib/worker-DpzVx228.js.map +1 -0
- package/lib/worker-J2oMRUdY.mjs +4327 -0
- package/lib/worker-J2oMRUdY.mjs.map +1 -0
- package/lib/worker.js +2 -0
- package/lib/worker.js.map +1 -0
- package/lib/worker.mjs +6 -0
- package/lib/worker.mjs.map +1 -0
- package/package.json +100 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";const o=require("./worker-DpzVx228.js");var r,e;function t(){return e||(e=1,r=function(){throw new Error("ws does not work in the browser. Browser clients must use the native WebSocket object")}),r}var s=t();const n=o.getDefaultExportFromCjs(s),u=Object.freeze(Object.defineProperty({__proto__:null,default:n},Symbol.toStringTag,{value:"Module"}));exports.browser=u;
|
|
2
|
+
//# sourceMappingURL=browser-CEzw3XJq.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"browser-CEzw3XJq.js","sources":["../node_modules/.pnpm/ws@8.18.0/node_modules/ws/browser.js"],"sourcesContent":["'use strict';\n\nmodule.exports = function () {\n throw new Error(\n 'ws does not work in the browser. Browser clients must use the native ' +\n 'WebSocket object'\n );\n};\n"],"names":["browser"],"mappings":"yFAEAA,EAAiB,UAAY,CAC3B,MAAM,IAAI,MACR,uFAED,CACF","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { g as o } from "./worker-J2oMRUdY.mjs";
|
|
2
|
+
var r, e;
|
|
3
|
+
function t() {
|
|
4
|
+
return e || (e = 1, r = function() {
|
|
5
|
+
throw new Error(
|
|
6
|
+
"ws does not work in the browser. Browser clients must use the native WebSocket object"
|
|
7
|
+
);
|
|
8
|
+
}), r;
|
|
9
|
+
}
|
|
10
|
+
var s = t();
|
|
11
|
+
const n = /* @__PURE__ */ o(s), w = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
12
|
+
__proto__: null,
|
|
13
|
+
default: n
|
|
14
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
15
|
+
export {
|
|
16
|
+
w as b
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=browser-CLXapNii.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"browser-CLXapNii.mjs","sources":["../node_modules/.pnpm/ws@8.18.0/node_modules/ws/browser.js"],"sourcesContent":["'use strict';\n\nmodule.exports = function () {\n throw new Error(\n 'ws does not work in the browser. Browser clients must use the native ' +\n 'WebSocket object'\n );\n};\n"],"names":["browser"],"mappings":";;;sBAEAA,IAAiB,WAAY;AAC3B,UAAM,IAAI;AAAA,MACR;AAAA,IAED;AAAA,EACF;;;;;;;","x_google_ignoreList":[0]}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Page } from '@playwright/test';
|
|
2
|
+
export declare const INDEX_PAGE = "/app";
|
|
3
|
+
export declare const MAIN_CANVAS = "canvas-main";
|
|
4
|
+
export declare function getByTestId(selector: string): string;
|
|
5
|
+
export declare function goto(page: Page): Promise<void>;
|
|
6
|
+
export declare function clickFirstCell(page: Page, isDbClick?: boolean): Promise<void>;
|
|
7
|
+
export declare function sleep(ms: number): Promise<unknown>;
|
package/lib/excel.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./index-CPQtoL_o.js"),e=require("./worker-DpzVx228.js");exports.App=t.App;exports.AppWithCollaboration=t.AppWithCollaboration;exports.Button=t.Button;exports.CUSTOM_FORMAT=t.CUSTOM_FORMAT;exports.CanvasContainer=t.CanvasContainer;exports.CollaborationProvider=t.CollaborationProvider;exports.ColorPicker=t.ColorPicker;exports.Dialog=t.Dialog;exports.EBorderLineType=t.EBorderLineType;exports.EditorStatus=t.EditorStatus;exports.EventEmitter=t.EventEmitter;exports.FONT_FAMILY_LIST=t.FONT_FAMILY_LIST;exports.FillColorIcon=t.FillColorIcon;exports.FormulaBarContainer=t.FormulaBarContainer;exports.Github=t.Github;exports.HTML_FORMAT=t.HTML_FORMAT;exports.IMAGE_FORMAT=t.IMAGE_FORMAT;exports.IMAGE_TYPE_MAP=t.IMAGE_TYPE_MAP;exports.Icon=t.Icon;exports.LOCAL_FONT_KEY=t.LOCAL_FONT_KEY;exports.Loading=t.Loading;exports.Menu=t.Menu;exports.MenuBarContainer=t.MenuBarContainer;exports.MenuItem=t.MenuItem;exports.PLAIN_FORMAT=t.PLAIN_FORMAT;exports.ProviderStatus=t.ProviderStatus;exports.QUERY_ALL_LOCAL_FONT=t.QUERY_ALL_LOCAL_FONT;exports.ScrollStatus=t.ScrollStatus;exports.Select=t.Select;exports.SelectList=t.SelectList;exports.SelectPopup=t.SelectPopup;exports.SheetBarContainer=t.SheetBarContainer;exports.StateContext=t.StateContext;exports.SubMenu=t.SubMenu;exports.Toast=t.Toast;exports.ToolbarContainer=t.ToolbarContainer;exports.activeCellStore=t.activeCellStore;exports.applyUpdate=t.applyUpdate;exports.assert=t.assert;exports.classnames=t.classnames;exports.colorMap=t.colorMap;exports.convertBase64toBlob=t.convertBase64toBlob;exports.convertColorToHex=t.convertColorToHex;exports.convertFileToTextOrBase64=t.convertFileToTextOrBase64;exports.copyOrCut=t.copyOrCut;exports.coreStore=t.coreStore;exports.defineNameStore=t.defineNameStore;exports.eventEmitter=t.eventEmitter;exports.extractCustomData=t.extractCustomData;exports.extractImageType=t.extractImageType;exports.fileStore=t.fileStore;exports.floatElementStore=t.floatElementStore;exports.fontFamilyStore=t.fontFamilyStore;exports.formatCustomData=t.formatCustomData;exports.generateHTML=t.generateHTML;exports.getHitInfo=t.getHitInfo;exports.getImageSize=t.getImageSize;exports.info=t.info;exports.initCollaboration=t.initCollaboration;exports.initController=t.initController;exports.initDoc=t.initDoc;exports.paste=t.paste;exports.saveAs=t.saveAs;exports.scrollStore=t.scrollStore;exports.sheetListStore=t.sheetListStore;exports.shouldSkipUpdate=t.shouldSkipUpdate;exports.styleStore=t.styleStore;exports.toast=t.toast;exports.useCollaboration=t.useCollaboration;exports.useExcel=t.useExcel;exports.userStore=t.userStore;exports.version=t.version;exports.BORDER_TYPE_MAP=e.BORDER_TYPE_MAP;exports.BUILT_IN_FUNCTION_SET=e.BUILT_IN_FUNCTION_SET;exports.CELL_HEIGHT=e.CELL_HEIGHT;exports.CELL_REG_EXP=e.CELL_REG_EXP;exports.CELL_WIDTH=e.CELL_WIDTH;exports.CHART_TYPE_LIST=e.CHART_TYPE_LIST;exports.COLOR_PICKER_COLOR_LIST=e.COLOR_PICKER_COLOR_LIST;exports.COLUMN_REG_EXP=e.COLUMN_REG_EXP;exports.COL_TITLE_WIDTH=e.COL_TITLE_WIDTH;exports.CSV_SPLITTER=e.CSV_SPLITTER;exports.DEFAULT_COL_COUNT=e.DEFAULT_COL_COUNT;exports.DEFAULT_EXCEL_ID=e.DEFAULT_EXCEL_ID;exports.DEFAULT_FONT_SIZE=e.DEFAULT_FONT_SIZE;exports.DEFAULT_FORMAT_CODE=e.DEFAULT_FORMAT_CODE;exports.DEFAULT_LINE_WIDTH=e.DEFAULT_LINE_WIDTH;exports.DEFAULT_POSITION=e.DEFAULT_POSITION;exports.DEFAULT_ROW_COUNT=e.DEFAULT_ROW_COUNT;exports.DEFAULT_TEXT_FORMAT_CODE=e.DEFAULT_TEXT_FORMAT_CODE;exports.DEFINED_NAME_REG_EXP=e.DEFINED_NAME_REG_EXP;exports.Debug=e.Debug;exports.EHorizontalAlign=e.EHorizontalAlign;exports.EMergeCellType=e.EMergeCellType;exports.ERROR_SET=e.ERROR_SET;exports.EUnderLine=e.EUnderLine;exports.EVerticalAlign=e.EVerticalAlign;exports.FILTER_RECT_SIZE=e.FILTER_RECT_SIZE;exports.FONT_SIZE_LIST=e.FONT_SIZE_LIST;exports.FORMULA_EDITOR_ROLE=e.FORMULA_EDITOR_ROLE;exports.FORMULA_MAX_PRECISION=e.FORMULA_MAX_PRECISION;exports.FORMULA_PREFIX=e.FORMULA_PREFIX;exports.HIDE_CELL=e.HIDE_CELL;exports.KEY_LIST=e.KEY_LIST;exports.LINE_BREAK=e.LINE_BREAK;exports.MAX_ADD_ROW_THRESHOLD=e.MAX_ADD_ROW_THRESHOLD;exports.MAX_NAME_LENGTH=e.MAX_NAME_LENGTH;exports.MAX_PARAMS_COUNT=e.MAX_PARAMS_COUNT;exports.MERGE_CELL_LINE_BREAK=e.MERGE_CELL_LINE_BREAK;exports.MUST_FONT_FAMILY=e.MUST_FONT_FAMILY;exports.NUMBER_FORMAT_LIST=e.NUMBER_FORMAT_LIST;exports.R1C1_REG=e.R1C1_REG;exports.ROW_REG_EXP=e.ROW_REG_EXP;exports.ROW_TITLE_HEIGHT=e.ROW_TITLE_HEIGHT;exports.SHEET_ITEM_TEST_ID_PREFIX=e.SHEET_ITEM_TEST_ID_PREFIX;exports.SHEET_NAME_PREFIX=e.SHEET_NAME_PREFIX;exports.SPLITTER=e.SPLITTER;exports.SYNC_FLAG=e.SYNC_FLAG;exports.SheetRange=e.SheetRange;exports.TEXTAREA_MAX_ROWS=e.TEXTAREA_MAX_ROWS;exports.TEXT_FLAG=e.TEXT_FLAG;exports.TokenType=e.TokenType;exports.XLSX_MAX_COL_COUNT=e.XLSX_MAX_COL_COUNT;exports.XLSX_MAX_ROW_COUNT=e.XLSX_MAX_ROW_COUNT;exports.camelCase=e.camelCase;exports.collaborationLog=e.collaborationLog;exports.columnNameToInt=e.columnNameToInt;exports.containRange=e.containRange;exports.convertPxToPt=e.convertPxToPt;exports.convertStringToResultType=e.convertStringToResultType;exports.convertToCssString=e.convertToCssString;exports.convertToPx=e.convertToPx;exports.convertToReference=e.convertToReference;exports.convertWorksheetKey=e.convertWorksheetKey;exports.createEndpoint=e.createEndpoint;exports.deepEqual=e.deepEqual;exports.dpr=e.dpr;exports.expose=e.expose;exports.finalizer=e.finalizer;exports.get=e.get;exports.getCustomWidthOrHeightKey=e.getCustomWidthOrHeightKey;exports.getDefaultSheetInfo=e.getDefaultSheetInfo;exports.getDocId=e.getDocId;exports.getFormatCode=e.getFormatCode;exports.getListMaxNum=e.getListMaxNum;exports.getRandomColor=e.getRandomColor;exports.getWorksheetKey=e.getWorksheetKey;exports.intToColumnName=e.intToColumnName;exports.isAlpha=e.isAlpha;exports.isCol=e.isCol;exports.isDigit=e.isDigit;exports.isEmpty=e.isEmpty;exports.isFormula=e.isFormula;exports.isMac=e.isMac;exports.isMergeContent=e.isMergeContent;exports.isMobile=e.isMobile;exports.isRow=e.isRow;exports.isSameRange=e.isSameRange;exports.isSheet=e.isSheet;exports.isTestEnv=e.isTestEnv;exports.iterateRange=e.iterateRange;exports.makeFont=e.makeFont;exports.mergeRange=e.mergeRange;exports.modelLog=e.modelLog;exports.noop=e.noop;exports.npx=e.npx;exports.omit=e.omit;exports.parseHTML=e.parseHTML;exports.parseNumber=e.parseNumber;exports.parseR1C1=e.parseR1C1;exports.parseReference=e.parseReference;exports.parseText=e.parseText;exports.proxy=e.proxy;exports.proxyMarker=e.proxyMarker;exports.reactLog=e.reactLog;exports.releaseProxy=e.releaseProxy;exports.rowLabelToInt=e.rowLabelToInt;exports.setDpr=e.setDpr;exports.sleep=e.sleep;exports.splitToWords=e.splitToWords;exports.stringToCoordinate=e.stringToCoordinate;exports.throttle=e.throttle;exports.toIRange=e.toIRange;exports.transfer=e.transfer;exports.transferHandlers=e.transferHandlers;exports.widthOrHeightKeyToData=e.widthOrHeightKeyToData;exports.windowEndpoint=e.windowEndpoint;exports.workerMethod=e.workerMethod;exports.wrap=e.wrap;
|
|
2
|
+
//# sourceMappingURL=excel.js.map
|
package/lib/excel.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"excel.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
package/lib/excel.mjs
ADDED
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
import { A as e, l as t, B as o, W as r, o as T, C as _, k as E, D as n, ah as i, ag as L, a8 as l, a3 as C, F as R, n as I, G as S, V as A, X as O, aa as M, I as p, a2 as F, L as c, h as g, P as D, M as N, U as m, ai as u, a1 as P, af as d, S as U, e as b, d as H, p as X, J as h, g as v, T as x, m as y, r as f, c as G, Q as W, R as B, a6 as K, ae as Y, a7 as k, ac as w, Y as z, w as Z, E as V, a9 as q, a0 as Q, ab as J, O as $, z as j, x as aa, $ as sa, _ as ea, a4 as ta, ad as oa, f as ra, b as Ta, a as _a, i as Ea, Z as na, a5 as ia, y as La, q as la, s as Ca, H as Ra, t as Ia, u as Sa, K as Aa, N as Oa, v as Ma } from "./index-hodLtYAe.mjs";
|
|
2
|
+
import { G as Fa, b0 as ca, a1 as ga, aZ as Da, _ as Na, X as ma, C as ua, a_ as Pa, ag as da, aa as Ua, ao as ba, aW as Ha, f as Xa, j as ha, aY as va, D as xa, ap as ya, as as fa, y as Ga, b6 as Wa, i as Ba, K as Ka, aX as Ya, E as ka, h as wa, Y as za, O as Za, F as Va, aV as qa, a3 as Qa, Q as Ja, P as $a, L as ja, V as as, l as ss, z as es, M as ts, J as os, a5 as rs, b4 as Ts, a$ as _s, ah as Es, u as ns, aT as is, aU as Ls, S as ls, b1 as Cs, T as Rs, au as Is, ba as Ss, a2 as As, a0 as Os, b8 as Ms, e as ps, aQ as Fs, aw as cs, al as gs, at as Ds, am as Ns, aH as ms, A as us, a7 as Ps, ay as ds, d as Us, r as bs, az as Hs, aA as Xs, Z as hs, $ as vs, an as xs, aO as ys, N as fs, aK as Gs, aP as Ws, a4 as Bs, aR as Ks, b2 as Ys, I as ks, b3 as ws, a9 as zs, ar as Zs, s as Vs, k as qs, aM as Qs, H as Js, W as $s, aj as js, w as ae, aq as se, aG as ee, a6 as te, av as oe, n as re, aI as Te, o as _e, ak as Ee, p as ne, b5 as ie, x as Le, ab as le, q as Ce, aB as Re, b7 as Ie, aC as Se, aS as Ae, aJ as Oe, aN as Me, b9 as pe, aL as Fe, v as ce, B as ge, t as De, aD as Ne, a8 as me, aE as ue, ax as Pe, aF as de } from "./worker-J2oMRUdY.mjs";
|
|
3
|
+
export {
|
|
4
|
+
e as App,
|
|
5
|
+
t as AppWithCollaboration,
|
|
6
|
+
Fa as BORDER_TYPE_MAP,
|
|
7
|
+
ca as BUILT_IN_FUNCTION_SET,
|
|
8
|
+
o as Button,
|
|
9
|
+
ga as CELL_HEIGHT,
|
|
10
|
+
Da as CELL_REG_EXP,
|
|
11
|
+
Na as CELL_WIDTH,
|
|
12
|
+
ma as CHART_TYPE_LIST,
|
|
13
|
+
ua as COLOR_PICKER_COLOR_LIST,
|
|
14
|
+
Pa as COLUMN_REG_EXP,
|
|
15
|
+
da as COL_TITLE_WIDTH,
|
|
16
|
+
Ua as CSV_SPLITTER,
|
|
17
|
+
r as CUSTOM_FORMAT,
|
|
18
|
+
T as CanvasContainer,
|
|
19
|
+
_ as CollaborationProvider,
|
|
20
|
+
E as ColorPicker,
|
|
21
|
+
ba as DEFAULT_COL_COUNT,
|
|
22
|
+
Ha as DEFAULT_EXCEL_ID,
|
|
23
|
+
Xa as DEFAULT_FONT_SIZE,
|
|
24
|
+
ha as DEFAULT_FORMAT_CODE,
|
|
25
|
+
va as DEFAULT_LINE_WIDTH,
|
|
26
|
+
xa as DEFAULT_POSITION,
|
|
27
|
+
ya as DEFAULT_ROW_COUNT,
|
|
28
|
+
fa as DEFAULT_TEXT_FORMAT_CODE,
|
|
29
|
+
Ga as DEFINED_NAME_REG_EXP,
|
|
30
|
+
Wa as Debug,
|
|
31
|
+
n as Dialog,
|
|
32
|
+
i as EBorderLineType,
|
|
33
|
+
Ba as EHorizontalAlign,
|
|
34
|
+
Ka as EMergeCellType,
|
|
35
|
+
Ya as ERROR_SET,
|
|
36
|
+
ka as EUnderLine,
|
|
37
|
+
wa as EVerticalAlign,
|
|
38
|
+
L as EditorStatus,
|
|
39
|
+
l as EventEmitter,
|
|
40
|
+
za as FILTER_RECT_SIZE,
|
|
41
|
+
C as FONT_FAMILY_LIST,
|
|
42
|
+
Za as FONT_SIZE_LIST,
|
|
43
|
+
Va as FORMULA_EDITOR_ROLE,
|
|
44
|
+
qa as FORMULA_MAX_PRECISION,
|
|
45
|
+
Qa as FORMULA_PREFIX,
|
|
46
|
+
R as FillColorIcon,
|
|
47
|
+
I as FormulaBarContainer,
|
|
48
|
+
S as Github,
|
|
49
|
+
Ja as HIDE_CELL,
|
|
50
|
+
A as HTML_FORMAT,
|
|
51
|
+
O as IMAGE_FORMAT,
|
|
52
|
+
M as IMAGE_TYPE_MAP,
|
|
53
|
+
p as Icon,
|
|
54
|
+
$a as KEY_LIST,
|
|
55
|
+
ja as LINE_BREAK,
|
|
56
|
+
F as LOCAL_FONT_KEY,
|
|
57
|
+
c as Loading,
|
|
58
|
+
as as MAX_ADD_ROW_THRESHOLD,
|
|
59
|
+
ss as MAX_NAME_LENGTH,
|
|
60
|
+
es as MAX_PARAMS_COUNT,
|
|
61
|
+
ts as MERGE_CELL_LINE_BREAK,
|
|
62
|
+
os as MUST_FONT_FAMILY,
|
|
63
|
+
g as Menu,
|
|
64
|
+
D as MenuBarContainer,
|
|
65
|
+
N as MenuItem,
|
|
66
|
+
rs as NUMBER_FORMAT_LIST,
|
|
67
|
+
m as PLAIN_FORMAT,
|
|
68
|
+
u as ProviderStatus,
|
|
69
|
+
P as QUERY_ALL_LOCAL_FONT,
|
|
70
|
+
Ts as R1C1_REG,
|
|
71
|
+
_s as ROW_REG_EXP,
|
|
72
|
+
Es as ROW_TITLE_HEIGHT,
|
|
73
|
+
ns as SHEET_ITEM_TEST_ID_PREFIX,
|
|
74
|
+
is as SHEET_NAME_PREFIX,
|
|
75
|
+
Ls as SPLITTER,
|
|
76
|
+
ls as SYNC_FLAG,
|
|
77
|
+
d as ScrollStatus,
|
|
78
|
+
U as Select,
|
|
79
|
+
b as SelectList,
|
|
80
|
+
H as SelectPopup,
|
|
81
|
+
X as SheetBarContainer,
|
|
82
|
+
Cs as SheetRange,
|
|
83
|
+
h as StateContext,
|
|
84
|
+
v as SubMenu,
|
|
85
|
+
Rs as TEXTAREA_MAX_ROWS,
|
|
86
|
+
Is as TEXT_FLAG,
|
|
87
|
+
x as Toast,
|
|
88
|
+
Ss as TokenType,
|
|
89
|
+
y as ToolbarContainer,
|
|
90
|
+
As as XLSX_MAX_COL_COUNT,
|
|
91
|
+
Os as XLSX_MAX_ROW_COUNT,
|
|
92
|
+
f as activeCellStore,
|
|
93
|
+
G as applyUpdate,
|
|
94
|
+
W as assert,
|
|
95
|
+
Ms as camelCase,
|
|
96
|
+
B as classnames,
|
|
97
|
+
ps as collaborationLog,
|
|
98
|
+
K as colorMap,
|
|
99
|
+
Fs as columnNameToInt,
|
|
100
|
+
cs as containRange,
|
|
101
|
+
Y as convertBase64toBlob,
|
|
102
|
+
k as convertColorToHex,
|
|
103
|
+
w as convertFileToTextOrBase64,
|
|
104
|
+
gs as convertPxToPt,
|
|
105
|
+
Ds as convertStringToResultType,
|
|
106
|
+
Ns as convertToCssString,
|
|
107
|
+
ms as convertToPx,
|
|
108
|
+
us as convertToReference,
|
|
109
|
+
Ps as convertWorksheetKey,
|
|
110
|
+
z as copyOrCut,
|
|
111
|
+
Z as coreStore,
|
|
112
|
+
ds as createEndpoint,
|
|
113
|
+
Us as deepEqual,
|
|
114
|
+
V as defineNameStore,
|
|
115
|
+
bs as dpr,
|
|
116
|
+
q as eventEmitter,
|
|
117
|
+
Hs as expose,
|
|
118
|
+
Q as extractCustomData,
|
|
119
|
+
J as extractImageType,
|
|
120
|
+
$ as fileStore,
|
|
121
|
+
Xs as finalizer,
|
|
122
|
+
j as floatElementStore,
|
|
123
|
+
aa as fontFamilyStore,
|
|
124
|
+
sa as formatCustomData,
|
|
125
|
+
ea as generateHTML,
|
|
126
|
+
hs as get,
|
|
127
|
+
vs as getCustomWidthOrHeightKey,
|
|
128
|
+
xs as getDefaultSheetInfo,
|
|
129
|
+
ys as getDocId,
|
|
130
|
+
fs as getFormatCode,
|
|
131
|
+
ta as getHitInfo,
|
|
132
|
+
oa as getImageSize,
|
|
133
|
+
Gs as getListMaxNum,
|
|
134
|
+
Ws as getRandomColor,
|
|
135
|
+
Bs as getWorksheetKey,
|
|
136
|
+
ra as info,
|
|
137
|
+
Ta as initCollaboration,
|
|
138
|
+
_a as initController,
|
|
139
|
+
Ea as initDoc,
|
|
140
|
+
Ks as intToColumnName,
|
|
141
|
+
Ys as isAlpha,
|
|
142
|
+
ks as isCol,
|
|
143
|
+
ws as isDigit,
|
|
144
|
+
zs as isEmpty,
|
|
145
|
+
Zs as isFormula,
|
|
146
|
+
Vs as isMac,
|
|
147
|
+
qs as isMergeContent,
|
|
148
|
+
Qs as isMobile,
|
|
149
|
+
Js as isRow,
|
|
150
|
+
$s as isSameRange,
|
|
151
|
+
js as isSheet,
|
|
152
|
+
ae as isTestEnv,
|
|
153
|
+
se as iterateRange,
|
|
154
|
+
ee as makeFont,
|
|
155
|
+
te as mergeRange,
|
|
156
|
+
oe as modelLog,
|
|
157
|
+
re as noop,
|
|
158
|
+
Te as npx,
|
|
159
|
+
_e as omit,
|
|
160
|
+
Ee as parseHTML,
|
|
161
|
+
ne as parseNumber,
|
|
162
|
+
ie as parseR1C1,
|
|
163
|
+
Le as parseReference,
|
|
164
|
+
le as parseText,
|
|
165
|
+
na as paste,
|
|
166
|
+
Ce as proxy,
|
|
167
|
+
Re as proxyMarker,
|
|
168
|
+
Ie as reactLog,
|
|
169
|
+
Se as releaseProxy,
|
|
170
|
+
Ae as rowLabelToInt,
|
|
171
|
+
ia as saveAs,
|
|
172
|
+
La as scrollStore,
|
|
173
|
+
Oe as setDpr,
|
|
174
|
+
la as sheetListStore,
|
|
175
|
+
Ca as shouldSkipUpdate,
|
|
176
|
+
Me as sleep,
|
|
177
|
+
pe as splitToWords,
|
|
178
|
+
Fe as stringToCoordinate,
|
|
179
|
+
Ra as styleStore,
|
|
180
|
+
ce as throttle,
|
|
181
|
+
ge as toIRange,
|
|
182
|
+
Ia as toast,
|
|
183
|
+
De as transfer,
|
|
184
|
+
Ne as transferHandlers,
|
|
185
|
+
Sa as useCollaboration,
|
|
186
|
+
Aa as useExcel,
|
|
187
|
+
Oa as userStore,
|
|
188
|
+
Ma as version,
|
|
189
|
+
me as widthOrHeightKeyToData,
|
|
190
|
+
ue as windowEndpoint,
|
|
191
|
+
Pe as workerMethod,
|
|
192
|
+
de as wrap
|
|
193
|
+
};
|
|
194
|
+
//# sourceMappingURL=excel.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"excel.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<browserconfig>
|
|
3
|
+
<msapplication>
|
|
4
|
+
<tile>
|
|
5
|
+
<square70x70logo src="./ms-icon-70x70.png"/>
|
|
6
|
+
<square150x150logo src="./ms-icon-150x150.png"/>
|
|
7
|
+
<square310x310logo src="./ms-icon-310x310.png"/>
|
|
8
|
+
<TileColor>#ffffff</TileColor>
|
|
9
|
+
</tile>
|
|
10
|
+
</msapplication>
|
|
11
|
+
</browserconfig>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "App",
|
|
3
|
+
"icons": [
|
|
4
|
+
{
|
|
5
|
+
"src": "./android-icon-36x36.png",
|
|
6
|
+
"sizes": "36x36",
|
|
7
|
+
"type": "image/png",
|
|
8
|
+
"density": "0.75"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"src": "./android-icon-48x48.png",
|
|
12
|
+
"sizes": "48x48",
|
|
13
|
+
"type": "image/png",
|
|
14
|
+
"density": "1.0"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"src": "./android-icon-72x72.png",
|
|
18
|
+
"sizes": "72x72",
|
|
19
|
+
"type": "image/png",
|
|
20
|
+
"density": "1.5"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"src": "./android-icon-96x96.png",
|
|
24
|
+
"sizes": "96x96",
|
|
25
|
+
"type": "image/png",
|
|
26
|
+
"density": "2.0"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"src": "./android-icon-144x144.png",
|
|
30
|
+
"sizes": "144x144",
|
|
31
|
+
"type": "image/png",
|
|
32
|
+
"density": "3.0"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"src": "./android-icon-192x192.png",
|
|
36
|
+
"sizes": "192x192",
|
|
37
|
+
"type": "image/png",
|
|
38
|
+
"density": "4.0"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|