@fileverse-dev/fortune-react 1.1.0 → 1.1.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/es/assets/paint-roller.png +0 -0
- package/es/components/ChangeColor/index.css +76 -0
- package/{dist/packages/react/src → es}/components/ChangeColor/index.d.ts +7 -7
- package/es/components/ChangeColor/index.js +41 -0
- package/{dist/packages/react/src → es}/components/ConditionFormat/ConditionRules.d.ts +6 -6
- package/es/components/ConditionFormat/ConditionRules.js +323 -0
- package/es/components/ConditionFormat/index.css +210 -0
- package/{dist/packages/react/src → es}/components/ConditionFormat/index.d.ts +7 -7
- package/es/components/ConditionFormat/index.js +252 -0
- package/{dist/packages/react/src → es}/components/ContextMenu/Divider.d.ts +3 -3
- package/es/components/ContextMenu/Divider.js +7 -0
- package/{dist/packages/react/src → es}/components/ContextMenu/FilterMenu.d.ts +3 -3
- package/es/components/ContextMenu/FilterMenu.js +612 -0
- package/{dist/packages/react/src → es}/components/ContextMenu/Menu.d.ts +8 -8
- package/es/components/ContextMenu/Menu.js +25 -0
- package/{dist/packages/react/src → es}/components/ContextMenu/SheetTab.d.ts +4 -4
- package/es/components/ContextMenu/SheetTab.js +223 -0
- package/es/components/ContextMenu/index.css +322 -0
- package/{dist/packages/react/src → es}/components/ContextMenu/index.d.ts +5 -5
- package/es/components/ContextMenu/index.js +1054 -0
- package/es/components/CryptoDenominationSelector/index.css +67 -0
- package/es/components/CryptoDenominationSelector/index.d.ts +8 -0
- package/es/components/CryptoDenominationSelector/index.js +271 -0
- package/es/components/CustomSort/index.css +23 -0
- package/{dist/packages/react/src → es}/components/CustomSort/index.d.ts +4 -4
- package/es/components/CustomSort/index.js +113 -0
- package/{dist/packages/react/src → es}/components/DataVerification/DropdownList.d.ts +4 -4
- package/es/components/DataVerification/DropdownList.js +126 -0
- package/{dist/packages/react/src → es}/components/DataVerification/RangeDialog.d.ts +4 -4
- package/es/components/DataVerification/RangeDialog.js +105 -0
- package/{dist/packages/react/src → es}/components/DataVerification/getDisplayedRangeTxt.d.ts +2 -2
- package/es/components/DataVerification/getDisplayedRangeTxt.js +9 -0
- package/es/components/DataVerification/index.css +202 -0
- package/{dist/packages/react/src → es}/components/DataVerification/index.d.ts +4 -4
- package/es/components/DataVerification/index.js +398 -0
- package/es/components/Dialog/index.css +64 -0
- package/{dist/packages/react/src → es}/components/Dialog/index.d.ts +15 -15
- package/es/components/Dialog/index.js +72 -0
- package/{dist/packages/react/src → es}/components/DuneChartsInputModal/DuneChartsInputModal.d.ts +11 -11
- package/es/components/DuneChartsInputModal/DuneChartsInputModal.js +95 -0
- package/es/components/DuneChartsInputModal/duneChartsInputModal.css +98 -0
- package/{dist/packages/react/src → es}/components/DunePreview/DunePreview.d.ts +13 -13
- package/es/components/DunePreview/DunePreview.js +46 -0
- package/es/components/DunePreview/index.css +57 -0
- package/{dist/packages/react/src → es}/components/FilterOption/index.d.ts +5 -5
- package/es/components/FilterOption/index.js +121 -0
- package/es/components/FormatSearch/index.css +19 -0
- package/{dist/packages/react/src → es}/components/FormatSearch/index.d.ts +6 -6
- package/es/components/FormatSearch/index.js +133 -0
- package/es/components/FormulaSearch/index.css +65 -0
- package/{dist/packages/react/src → es}/components/FormulaSearch/index.d.ts +5 -5
- package/es/components/FormulaSearch/index.js +198 -0
- package/{dist/packages/react/src → es}/components/FxEditor/NameBox.d.ts +3 -3
- package/es/components/FxEditor/NameBox.js +29 -0
- package/es/components/FxEditor/index.css +72 -0
- package/{dist/packages/react/src → es}/components/FxEditor/index.d.ts +4 -4
- package/es/components/FxEditor/index.js +167 -0
- package/es/components/IFrameBoxs/iFrameBoxs.css +16 -0
- package/{dist/packages/react/src → es}/components/IFrameBoxs/iFrameBoxs.d.ts +4 -4
- package/es/components/IFrameBoxs/iFrameBoxs.js +142 -0
- package/{dist/packages/react/src → es}/components/ImgBoxs/index.d.ts +3 -3
- package/es/components/ImgBoxs/index.js +219 -0
- package/es/components/LinkEidtCard/index.css +255 -0
- package/{dist/packages/react/src → es}/components/LinkEidtCard/index.d.ts +5 -5
- package/es/components/LinkEidtCard/index.js +238 -0
- package/es/components/LocationCondition/index.css +74 -0
- package/{dist/packages/react/src → es}/components/LocationCondition/index.d.ts +3 -3
- package/es/components/LocationCondition/index.js +195 -0
- package/{dist/packages/react/src → es}/components/MessageBox/index.d.ts +9 -9
- package/es/components/MessageBox/index.js +16 -0
- package/{dist/packages/react/src → es}/components/NotationBoxes/index.d.ts +3 -3
- package/es/components/NotationBoxes/index.js +105 -0
- package/{dist/packages/react/src → es}/components/ResetColumnWidth/index.d.ts +2 -2
- package/es/components/ResetColumnWidth/index.js +130 -0
- package/{dist/packages/react/src → es}/components/SVGDefines.d.ts +5 -5
- package/es/components/SVGDefines.js +1961 -0
- package/{dist/packages/react/src → es}/components/SVGIcon.d.ts +9 -9
- package/es/components/SVGIcon.js +18 -0
- package/es/components/SearchReplace/index.css +191 -0
- package/{dist/packages/react/src → es}/components/SearchReplace/index.d.ts +6 -6
- package/es/components/SearchReplace/index.js +285 -0
- package/es/components/Sheet/index.css +27 -0
- package/{dist/packages/react/src → es}/components/Sheet/index.d.ts +8 -8
- package/es/components/Sheet/index.js +176 -0
- package/{dist/packages/react/src → es}/components/SheetList/SheetHiddenButton.d.ts +8 -8
- package/es/components/SheetList/SheetHiddenButton.js +35 -0
- package/{dist/packages/react/src → es}/components/SheetList/SheetListItem.d.ts +9 -9
- package/es/components/SheetList/SheetListItem.js +72 -0
- package/es/components/SheetList/index.css +48 -0
- package/{dist/packages/react/src → es}/components/SheetList/index.d.ts +4 -4
- package/es/components/SheetList/index.js +30 -0
- package/{dist/packages/react/src → es}/components/SheetOverlay/ColumnHeader.d.ts +3 -3
- package/es/components/SheetOverlay/ColumnHeader.js +217 -0
- package/{dist/packages/react/src → es}/components/SheetOverlay/ContentEditable.d.ts +11 -11
- package/es/components/SheetOverlay/ContentEditable.js +74 -0
- package/es/components/SheetOverlay/FormulaHint/index.css +180 -0
- package/{dist/packages/react/src → es}/components/SheetOverlay/FormulaHint/index.d.ts +4 -4
- package/es/components/SheetOverlay/FormulaHint/index.js +348 -0
- package/{dist/packages/react/src → es}/components/SheetOverlay/FormulaSearch/constant.d.ts +63 -63
- package/es/components/SheetOverlay/FormulaSearch/constant.js +328 -0
- package/es/components/SheetOverlay/FormulaSearch/index.css +44 -0
- package/{dist/packages/react/src → es}/components/SheetOverlay/FormulaSearch/index.d.ts +4 -4
- package/es/components/SheetOverlay/FormulaSearch/index.js +261 -0
- package/{dist/packages/react/src → es}/components/SheetOverlay/InputBox.d.ts +3 -3
- package/es/components/SheetOverlay/InputBox.js +395 -0
- package/{dist/packages/react/src → es}/components/SheetOverlay/RowHeader.d.ts +3 -3
- package/es/components/SheetOverlay/RowHeader.js +187 -0
- package/es/components/SheetOverlay/ScrollBar/index.css +40 -0
- package/{dist/packages/react/src → es}/components/SheetOverlay/ScrollBar/index.d.ts +7 -7
- package/es/components/SheetOverlay/ScrollBar/index.js +47 -0
- package/es/components/SheetOverlay/index.css +952 -0
- package/{dist/packages/react/src → es}/components/SheetOverlay/index.d.ts +4 -4
- package/es/components/SheetOverlay/index.js +580 -0
- package/{dist/packages/react/src → es}/components/SheetTab/SheetItem.d.ts +8 -8
- package/es/components/SheetTab/SheetItem.js +230 -0
- package/es/components/SheetTab/index.css +278 -0
- package/{dist/packages/react/src → es}/components/SheetTab/index.d.ts +4 -4
- package/es/components/SheetTab/index.js +191 -0
- package/es/components/SplitColumn/index.css +121 -0
- package/{dist/packages/react/src → es}/components/SplitColumn/index.d.ts +3 -3
- package/es/components/SplitColumn/index.js +167 -0
- package/{dist/packages/react/src → es}/components/Toolbar/Button.d.ts +12 -12
- package/es/components/Toolbar/Button.js +32 -0
- package/{dist/packages/react/src → es}/components/Toolbar/ColorPicker.d.ts +6 -6
- package/es/components/Toolbar/ColorPicker.js +27 -0
- package/{dist/packages/react/src → es}/components/Toolbar/Combo.d.ts +13 -12
- package/es/components/Toolbar/Combo.js +123 -0
- package/{dist/packages/react/src → es}/components/Toolbar/CustomBorder.d.ts +7 -7
- package/es/components/Toolbar/CustomBorder.js +211 -0
- package/{dist/packages/react/src → es}/components/Toolbar/CustomButton.d.ts +11 -11
- package/es/components/Toolbar/CustomButton.js +29 -0
- package/{dist/packages/react/src → es}/components/Toolbar/CustomColor.d.ts +8 -8
- package/es/components/Toolbar/CustomColor.js +25 -0
- package/{dist/packages/react/src → es}/components/Toolbar/CustomIcon.d.ts +9 -9
- package/es/components/Toolbar/CustomIcon.js +38 -0
- package/{dist/packages/react/src → es}/components/Toolbar/Divider.d.ts +4 -4
- package/es/components/Toolbar/Divider.js +12 -0
- package/{dist/packages/react/src → es}/components/Toolbar/MoreItemsContainer.d.ts +6 -6
- package/es/components/Toolbar/MoreItemsContainer.js +17 -0
- package/{dist/packages/react/src → es}/components/Toolbar/Select.d.ts +14 -14
- package/es/components/Toolbar/Select.js +34 -0
- package/es/components/Toolbar/index.css +411 -0
- package/es/components/Toolbar/index.d.ts +16 -0
- package/es/components/Toolbar/index.js +1722 -0
- package/{dist/packages/react/src → es}/components/Workbook/api.d.ts +1186 -1177
- package/es/components/Workbook/api.js +405 -0
- package/es/components/Workbook/index.css +48 -0
- package/{dist/packages/react/src → es}/components/Workbook/index.d.ts +1194 -1185
- package/es/components/Workbook/index.js +749 -0
- package/es/components/ZoomControl/index.css +54 -0
- package/{dist/packages/react/src → es}/components/ZoomControl/index.d.ts +4 -4
- package/es/components/ZoomControl/index.js +111 -0
- package/es/components/index.d.ts +5 -0
- package/es/components/index.js +3 -0
- package/es/constants.d.ts +27 -0
- package/es/constants.js +45 -0
- package/{dist/packages/react/src → es}/context/index.d.ts +25 -25
- package/es/context/index.js +34 -0
- package/{dist/packages/react/src → es}/context/modal.d.ts +10 -10
- package/es/context/modal.js +43 -0
- package/{dist/packages/react/src → es}/hooks/useAlert.d.ts +4 -4
- package/es/hooks/useAlert.js +28 -0
- package/{dist/packages/react/src → es}/hooks/useDialog.d.ts +5 -5
- package/es/hooks/useDialog.js +28 -0
- package/{dist/packages/react/src → es}/hooks/useOutsideClick.d.ts +2 -2
- package/es/hooks/useOutsideClick.js +15 -0
- package/{dist/packages/react/src → es}/hooks/usePrevious.d.ts +2 -2
- package/es/hooks/usePrevious.js +9 -0
- package/es/index.css +27 -0
- package/{dist/packages/react/src → es}/index.d.ts +1 -1
- package/es/index.js +1 -0
- package/es/utils/convertCellsToCrypto.d.ts +8 -0
- package/es/utils/convertCellsToCrypto.js +307 -0
- package/es/utils/cryptoApi.d.ts +3 -0
- package/es/utils/cryptoApi.js +190 -0
- package/{dist/packages/react/src → es}/utils/datepickerStyles.d.ts +2 -2
- package/es/utils/datepickerStyles.js +8 -0
- package/es/utils/updateCellsDecimalFormat.d.ts +6 -0
- package/es/utils/updateCellsDecimalFormat.js +80 -0
- package/lib/assets/paint-roller.png +0 -0
- package/lib/components/ChangeColor/index.css +76 -0
- package/lib/components/ChangeColor/index.d.ts +7 -0
- package/lib/components/ChangeColor/index.js +50 -0
- package/lib/components/ConditionFormat/ConditionRules.d.ts +6 -0
- package/lib/components/ConditionFormat/ConditionRules.js +332 -0
- package/lib/components/ConditionFormat/index.css +210 -0
- package/lib/components/ConditionFormat/index.d.ts +7 -0
- package/lib/components/ConditionFormat/index.js +261 -0
- package/lib/components/ContextMenu/Divider.d.ts +3 -0
- package/lib/components/ContextMenu/Divider.js +14 -0
- package/lib/components/ContextMenu/FilterMenu.d.ts +3 -0
- package/lib/components/ContextMenu/FilterMenu.js +621 -0
- package/lib/components/ContextMenu/Menu.d.ts +8 -0
- package/lib/components/ContextMenu/Menu.js +33 -0
- package/lib/components/ContextMenu/SheetTab.d.ts +4 -0
- package/lib/components/ContextMenu/SheetTab.js +232 -0
- package/lib/components/ContextMenu/index.css +322 -0
- package/lib/components/ContextMenu/index.d.ts +5 -0
- package/lib/components/ContextMenu/index.js +1063 -0
- package/lib/components/CryptoDenominationSelector/index.css +67 -0
- package/lib/components/CryptoDenominationSelector/index.d.ts +8 -0
- package/lib/components/CryptoDenominationSelector/index.js +280 -0
- package/lib/components/CustomSort/index.css +23 -0
- package/lib/components/CustomSort/index.d.ts +4 -0
- package/lib/components/CustomSort/index.js +122 -0
- package/lib/components/DataVerification/DropdownList.d.ts +4 -0
- package/lib/components/DataVerification/DropdownList.js +135 -0
- package/lib/components/DataVerification/RangeDialog.d.ts +4 -0
- package/lib/components/DataVerification/RangeDialog.js +114 -0
- package/lib/components/DataVerification/getDisplayedRangeTxt.d.ts +2 -0
- package/lib/components/DataVerification/getDisplayedRangeTxt.js +15 -0
- package/lib/components/DataVerification/index.css +202 -0
- package/lib/components/DataVerification/index.d.ts +4 -0
- package/lib/components/DataVerification/index.js +407 -0
- package/lib/components/Dialog/index.css +64 -0
- package/lib/components/Dialog/index.d.ts +15 -0
- package/lib/components/Dialog/index.js +81 -0
- package/lib/components/DuneChartsInputModal/DuneChartsInputModal.d.ts +11 -0
- package/lib/components/DuneChartsInputModal/DuneChartsInputModal.js +104 -0
- package/lib/components/DuneChartsInputModal/duneChartsInputModal.css +98 -0
- package/lib/components/DunePreview/DunePreview.d.ts +13 -0
- package/lib/components/DunePreview/DunePreview.js +53 -0
- package/lib/components/DunePreview/index.css +57 -0
- package/lib/components/FilterOption/index.d.ts +5 -0
- package/lib/components/FilterOption/index.js +130 -0
- package/lib/components/FormatSearch/index.css +19 -0
- package/lib/components/FormatSearch/index.d.ts +6 -0
- package/lib/components/FormatSearch/index.js +142 -0
- package/lib/components/FormulaSearch/index.css +65 -0
- package/lib/components/FormulaSearch/index.d.ts +5 -0
- package/lib/components/FormulaSearch/index.js +207 -0
- package/lib/components/FxEditor/NameBox.d.ts +3 -0
- package/lib/components/FxEditor/NameBox.js +38 -0
- package/lib/components/FxEditor/index.css +72 -0
- package/lib/components/FxEditor/index.d.ts +4 -0
- package/lib/components/FxEditor/index.js +176 -0
- package/lib/components/IFrameBoxs/iFrameBoxs.css +16 -0
- package/lib/components/IFrameBoxs/iFrameBoxs.d.ts +4 -0
- package/lib/components/IFrameBoxs/iFrameBoxs.js +151 -0
- package/lib/components/ImgBoxs/index.d.ts +3 -0
- package/lib/components/ImgBoxs/index.js +228 -0
- package/lib/components/LinkEidtCard/index.css +255 -0
- package/lib/components/LinkEidtCard/index.d.ts +5 -0
- package/lib/components/LinkEidtCard/index.js +247 -0
- package/lib/components/LocationCondition/index.css +74 -0
- package/lib/components/LocationCondition/index.d.ts +3 -0
- package/lib/components/LocationCondition/index.js +204 -0
- package/lib/components/MessageBox/index.d.ts +9 -0
- package/lib/components/MessageBox/index.js +23 -0
- package/lib/components/NotationBoxes/index.d.ts +3 -0
- package/lib/components/NotationBoxes/index.js +114 -0
- package/lib/components/ResetColumnWidth/index.d.ts +2 -0
- package/lib/components/ResetColumnWidth/index.js +138 -0
- package/lib/components/SVGDefines.d.ts +5 -0
- package/lib/components/SVGDefines.js +1968 -0
- package/lib/components/SVGIcon.d.ts +9 -0
- package/lib/components/SVGIcon.js +25 -0
- package/lib/components/SearchReplace/index.css +191 -0
- package/lib/components/SearchReplace/index.d.ts +6 -0
- package/lib/components/SearchReplace/index.js +294 -0
- package/lib/components/Sheet/index.css +27 -0
- package/lib/components/Sheet/index.d.ts +8 -0
- package/lib/components/Sheet/index.js +185 -0
- package/lib/components/SheetList/SheetHiddenButton.d.ts +8 -0
- package/lib/components/SheetList/SheetHiddenButton.js +44 -0
- package/lib/components/SheetList/SheetListItem.d.ts +9 -0
- package/lib/components/SheetList/SheetListItem.js +81 -0
- package/lib/components/SheetList/index.css +48 -0
- package/lib/components/SheetList/index.d.ts +4 -0
- package/lib/components/SheetList/index.js +39 -0
- package/lib/components/SheetOverlay/ColumnHeader.d.ts +3 -0
- package/lib/components/SheetOverlay/ColumnHeader.js +226 -0
- package/lib/components/SheetOverlay/ContentEditable.d.ts +11 -0
- package/lib/components/SheetOverlay/ContentEditable.js +83 -0
- package/lib/components/SheetOverlay/FormulaHint/index.css +180 -0
- package/lib/components/SheetOverlay/FormulaHint/index.d.ts +4 -0
- package/lib/components/SheetOverlay/FormulaHint/index.js +357 -0
- package/lib/components/SheetOverlay/FormulaSearch/constant.d.ts +63 -0
- package/lib/components/SheetOverlay/FormulaSearch/constant.js +334 -0
- package/lib/components/SheetOverlay/FormulaSearch/index.css +44 -0
- package/lib/components/SheetOverlay/FormulaSearch/index.d.ts +4 -0
- package/lib/components/SheetOverlay/FormulaSearch/index.js +270 -0
- package/lib/components/SheetOverlay/InputBox.d.ts +3 -0
- package/lib/components/SheetOverlay/InputBox.js +404 -0
- package/lib/components/SheetOverlay/RowHeader.d.ts +3 -0
- package/lib/components/SheetOverlay/RowHeader.js +196 -0
- package/lib/components/SheetOverlay/ScrollBar/index.css +40 -0
- package/lib/components/SheetOverlay/ScrollBar/index.d.ts +7 -0
- package/lib/components/SheetOverlay/ScrollBar/index.js +56 -0
- package/lib/components/SheetOverlay/index.css +952 -0
- package/lib/components/SheetOverlay/index.d.ts +4 -0
- package/lib/components/SheetOverlay/index.js +589 -0
- package/lib/components/SheetTab/SheetItem.d.ts +8 -0
- package/lib/components/SheetTab/SheetItem.js +239 -0
- package/lib/components/SheetTab/index.css +278 -0
- package/lib/components/SheetTab/index.d.ts +4 -0
- package/lib/components/SheetTab/index.js +200 -0
- package/lib/components/SplitColumn/index.css +121 -0
- package/lib/components/SplitColumn/index.d.ts +3 -0
- package/lib/components/SplitColumn/index.js +176 -0
- package/lib/components/Toolbar/Button.d.ts +12 -0
- package/lib/components/Toolbar/Button.js +39 -0
- package/lib/components/Toolbar/ColorPicker.d.ts +6 -0
- package/lib/components/Toolbar/ColorPicker.js +34 -0
- package/lib/components/Toolbar/Combo.d.ts +13 -0
- package/lib/components/Toolbar/Combo.js +132 -0
- package/lib/components/Toolbar/CustomBorder.d.ts +7 -0
- package/lib/components/Toolbar/CustomBorder.js +220 -0
- package/lib/components/Toolbar/CustomButton.d.ts +11 -0
- package/lib/components/Toolbar/CustomButton.js +36 -0
- package/lib/components/Toolbar/CustomColor.d.ts +8 -0
- package/lib/components/Toolbar/CustomColor.js +32 -0
- package/lib/components/Toolbar/CustomIcon.d.ts +9 -0
- package/lib/components/Toolbar/CustomIcon.js +46 -0
- package/lib/components/Toolbar/Divider.d.ts +4 -0
- package/lib/components/Toolbar/Divider.js +19 -0
- package/lib/components/Toolbar/MoreItemsContainer.d.ts +6 -0
- package/lib/components/Toolbar/MoreItemsContainer.js +25 -0
- package/lib/components/Toolbar/Select.d.ts +14 -0
- package/lib/components/Toolbar/Select.js +40 -0
- package/lib/components/Toolbar/index.css +411 -0
- package/lib/components/Toolbar/index.d.ts +16 -0
- package/lib/components/Toolbar/index.js +1731 -0
- package/lib/components/Workbook/api.d.ts +1186 -0
- package/lib/components/Workbook/api.js +412 -0
- package/lib/components/Workbook/index.css +48 -0
- package/{dist/stories/API.stories.d.ts → lib/components/Workbook/index.d.ts} +1194 -1210
- package/lib/components/Workbook/index.js +758 -0
- package/lib/components/ZoomControl/index.css +54 -0
- package/lib/components/ZoomControl/index.d.ts +4 -0
- package/lib/components/ZoomControl/index.js +120 -0
- package/lib/components/index.d.ts +5 -0
- package/lib/components/index.js +26 -0
- package/lib/constants.d.ts +27 -0
- package/lib/constants.js +52 -0
- package/lib/context/index.d.ts +25 -0
- package/lib/context/index.js +41 -0
- package/lib/context/modal.d.ts +10 -0
- package/lib/context/modal.js +50 -0
- package/lib/hooks/useAlert.d.ts +4 -0
- package/lib/hooks/useAlert.js +37 -0
- package/lib/hooks/useDialog.d.ts +5 -0
- package/lib/hooks/useDialog.js +37 -0
- package/lib/hooks/useOutsideClick.d.ts +2 -0
- package/lib/hooks/useOutsideClick.js +21 -0
- package/lib/hooks/usePrevious.d.ts +2 -0
- package/lib/hooks/usePrevious.js +15 -0
- package/lib/index.css +27 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +16 -0
- package/lib/utils/convertCellsToCrypto.d.ts +8 -0
- package/lib/utils/convertCellsToCrypto.js +314 -0
- package/lib/utils/cryptoApi.d.ts +3 -0
- package/lib/utils/cryptoApi.js +198 -0
- package/lib/utils/datepickerStyles.d.ts +2 -0
- package/lib/utils/datepickerStyles.js +14 -0
- package/lib/utils/updateCellsDecimalFormat.d.ts +6 -0
- package/lib/utils/updateCellsDecimalFormat.js +86 -0
- package/package.json +8 -7
- package/dist/index.css +0 -3915
- package/dist/index.esm.css +0 -3915
- package/dist/index.esm.js +0 -12975
- package/dist/index.js +0 -12995
- package/dist/index.umd.css +0 -3915
- package/dist/index.umd.js +0 -122445
- package/dist/index.umd.min.css +0 -1
- package/dist/index.umd.min.js +0 -50
- package/dist/packages/core/src/api/cell.d.ts +0 -10
- package/dist/packages/core/src/api/common.d.ts +0 -66
- package/dist/packages/core/src/api/errors.d.ts +0 -2
- package/dist/packages/core/src/api/index.d.ts +0 -9
- package/dist/packages/core/src/api/merge.d.ts +0 -5
- package/dist/packages/core/src/api/range.d.ts +0 -22
- package/dist/packages/core/src/api/rowcol.d.ts +0 -14
- package/dist/packages/core/src/api/sheet.d.ts +0 -10
- package/dist/packages/core/src/api/workbook.d.ts +0 -15
- package/dist/packages/core/src/canvas.d.ts +0 -46
- package/dist/packages/core/src/context.d.ts +0 -197
- package/dist/packages/core/src/events/copy.d.ts +0 -2
- package/dist/packages/core/src/events/index.d.ts +0 -4
- package/dist/packages/core/src/events/keyboard.d.ts +0 -6
- package/dist/packages/core/src/events/mouse.d.ts +0 -22
- package/dist/packages/core/src/events/paste.d.ts +0 -3
- package/dist/packages/core/src/index.d.ts +0 -10
- package/dist/packages/core/src/locale/en.d.ts +0 -992
- package/dist/packages/core/src/locale/es.d.ts +0 -1134
- package/dist/packages/core/src/locale/hi.d.ts +0 -1030
- package/dist/packages/core/src/locale/index.d.ts +0 -1049
- package/dist/packages/core/src/locale/zh.d.ts +0 -1048
- package/dist/packages/core/src/locale/zh_tw.d.ts +0 -1187
- package/dist/packages/core/src/modules/ConditionFormat.d.ts +0 -17
- package/dist/packages/core/src/modules/border.d.ts +0 -3
- package/dist/packages/core/src/modules/cell.d.ts +0 -32
- package/dist/packages/core/src/modules/clipboard.d.ts +0 -3
- package/dist/packages/core/src/modules/color.d.ts +0 -1
- package/dist/packages/core/src/modules/comment.d.ts +0 -97
- package/dist/packages/core/src/modules/conditionalFormat.d.ts +0 -2
- package/dist/packages/core/src/modules/cursor.d.ts +0 -3
- package/dist/packages/core/src/modules/dataVerification.d.ts +0 -11
- package/dist/packages/core/src/modules/dropCell.d.ts +0 -10
- package/dist/packages/core/src/modules/filter.d.ts +0 -45
- package/dist/packages/core/src/modules/format.d.ts +0 -6
- package/dist/packages/core/src/modules/formula.d.ts +0 -54
- package/dist/packages/core/src/modules/freeze.d.ts +0 -5
- package/dist/packages/core/src/modules/hyperlink.d.ts +0 -21
- package/dist/packages/core/src/modules/iframe.d.ts +0 -12
- package/dist/packages/core/src/modules/image.d.ts +0 -31
- package/dist/packages/core/src/modules/index.d.ts +0 -36
- package/dist/packages/core/src/modules/inline-string.d.ts +0 -36
- package/dist/packages/core/src/modules/location.d.ts +0 -6
- package/dist/packages/core/src/modules/locationCondition.d.ts +0 -21
- package/dist/packages/core/src/modules/merge.d.ts +0 -3
- package/dist/packages/core/src/modules/mobile.d.ts +0 -5
- package/dist/packages/core/src/modules/moveCells.d.ts +0 -5
- package/dist/packages/core/src/modules/protection.d.ts +0 -5
- package/dist/packages/core/src/modules/refresh.d.ts +0 -3
- package/dist/packages/core/src/modules/rowcol.d.ts +0 -19
- package/dist/packages/core/src/modules/screenshot.d.ts +0 -2
- package/dist/packages/core/src/modules/searchReplace.d.ts +0 -36
- package/dist/packages/core/src/modules/selection.d.ts +0 -46
- package/dist/packages/core/src/modules/sheet.d.ts +0 -10
- package/dist/packages/core/src/modules/sort.d.ts +0 -7
- package/dist/packages/core/src/modules/splitColumn.d.ts +0 -5
- package/dist/packages/core/src/modules/text.d.ts +0 -10
- package/dist/packages/core/src/modules/toolbar.d.ts +0 -32
- package/dist/packages/core/src/modules/validation.d.ts +0 -19
- package/dist/packages/core/src/modules/zoom.d.ts +0 -3
- package/dist/packages/core/src/settings.d.ts +0 -100
- package/dist/packages/core/src/types.d.ts +0 -371
- package/dist/packages/core/src/utils/freeze.d.ts +0 -7
- package/dist/packages/core/src/utils/index.d.ts +0 -18
- package/dist/packages/core/src/utils/patch.d.ts +0 -37
- package/dist/packages/react/src/components/Toolbar/index.d.ts +0 -10
- package/dist/packages/react/src/components/index.d.ts +0 -4
- package/dist/packages/react/src/constants.d.ts +0 -1
- package/dist/stories/Collabration.stories.d.ts +0 -2359
- package/dist/stories/Features.stories.d.ts +0 -9430
- package/dist/stories/data/cell.d.ts +0 -983
- package/dist/stories/data/dataVerification.d.ts +0 -131
- package/dist/stories/data/empty.d.ts +0 -10
- package/dist/stories/data/formula.d.ts +0 -362
- package/dist/stories/data/freeze.d.ts +0 -34
- package/dist/stories/data/protected.d.ts +0 -40
- package/dist/stories/utils.d.ts +0 -1
package/dist/index.umd.min.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.fortune-container{display:flex;width:100%;height:100%;margin:0;padding:0;flex-direction:column;font-family:Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Heiti SC,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;background-color:#fff;position:relative}.fortune-workarea{width:100%}.fortune-popover-backdrop{position:absolute;top:0;left:0;z-index:1003;height:100%;width:100%}.fortune-modal-container{background:hsla(0,0%,100%,.5);display:flex;align-items:center;justify-content:center}html::-webkit-scrollbar-button{display:none}.fortune-stat-area{display:flex;justify-content:flex-end;align-items:center}.fortune-sheet-container{display:flex;flex:1;flex-direction:column}.fortune-col-body{display:flex;flex:1;flex-direction:row}.fortune-sheet-area{flex:1;position:relative}.fortune-sheet-canvas,.fortune-sheet-canvas-placeholder{width:100%;height:100%;display:block}.fortune-sheet-canvas{position:absolute}.fortune-sheet-overlay{position:absolute;width:100%;height:100%;outline-style:none}.fortune-cell-area{border-collapse:collapse;position:relative;overflow:hidden;outline-style:none;cursor:default}.fortune-row-body{display:flex;flex-direction:row}.fortune-row-header{position:relative;flex-shrink:0;outline-style:none;color:#5e5e5e;overflow:hidden;margin-top:-2px;padding:2px 0 0;cursor:default;width:45px}.fortune-row-header-hover{z-index:11;border:0;background-color:hsla(0,0%,76.1%,.4)}.fortune-row-header-hover,.fortune-row-header-selected{position:absolute;right:0;width:100%;margin-top:2px;display:none}.fortune-row-header-selected{z-index:10;border-right:1px solid #0188fb;background-color:rgba(76,76,76,.1)}.fortune-col-header-wrap{display:flex;flex-direction:row}.fortune-col-header{color:#5e5e5e;overflow:hidden;padding:0;cursor:default;flex:1;height:19px;outline-style:none;position:relative}.fortune-col-header-hover{color:#5e5e5e;cursor:default;position:absolute;z-index:11;border:0;bottom:0;height:100%;margin-left:0;display:none;background-color:hsla(0,0%,76.1%,.4)}.fortune-col-header-hover .header-arrow{position:absolute;right:6px;top:50%;transform:translateY(-44%)}.fortune-col-header-selected{color:#5e5e5e;cursor:default;position:absolute;z-index:10;border-bottom:1px solid #0188fb;bottom:0;height:100%;margin-left:0;display:none;background-color:rgba(76,76,76,.1)}.fortune-left-top{width:44.5px;height:18.5px;position:relative;padding-top:0;border:0 solid #dfdfdf;border-width:0 1px 1px 0;padding-left:0;cursor:pointer;background-color:#fff}.fortune-add-row-button{padding:1px 20px;display:inline-flex;align-items:center;margin:0 8px;border-radius:4px;font-size:14px;line-height:20px;outline:none;cursor:pointer;color:#262a33;background-color:#fff;border:1px solid #c8c8c8}.luckysheet-cell-selected-focus{position:absolute;pointer-events:none;z-index:14;margin:0;background:rgba(0,80,208,.15);display:none}.fortune-selection-copy{position:absolute;pointer-events:none;z-index:18;border:none;margin:0}.fortune-selection-copy .fortune-copy{position:absolute;z-index:18;background-color:transparent}.fortune-selection-highlight{position:absolute;z-index:14;border:none;margin:0}.fortune-cell-selected-extend{pointer-events:none;border:1px dashed #0188fb}.fortune-cell-selected-extend,.fortune-cell-selected-move{position:absolute;z-index:16;margin:-1px 0 0 -1px;display:none}.fortune-cell-selected-move{cursor:move;border:2px solid #0188fb}.luckysheet-cell-selected{position:absolute;pointer-events:none;z-index:15;border:2.5px solid #0188fb;margin:-1px 0 0 -1px;background:rgba(1,136,251,.15);display:none;box-sizing:content-box}.luckysheet-cs-inner-border{pointer-events:none;border:1px solid #fff;position:absolute;top:0;bottom:0;left:0;right:0}.luckysheet-cs-fillhandle{position:absolute;width:6px;height:6px;bottom:-5px;cursor:crosshair;background-color:#0188fb;border:1px solid #fff;z-index:16;pointer-events:auto;right:-5px}.luckysheet-cs-draghandle{position:absolute;cursor:move;background-color:#fff;opacity:.01;z-index:15;pointer-events:auto;border:2px solid #fff}.luckysheet-cs-draghandle-top{top:-4px;left:-2px;right:-2px;height:2px}.luckysheet-cs-draghandle-bottom{right:0;left:-2px;bottom:-4px;height:2px}.luckysheet-cs-draghandle-left{top:0;left:-4px;bottom:0;width:2px}.luckysheet-cs-draghandle-right{top:0;right:-4px;bottom:0;width:2px}.luckysheet-cs-touchhandle{display:none;position:absolute;width:16px;height:16px;padding:5px;z-index:100;pointer-events:auto;touch-action:auto}.luckysheet-cs-touchhandle:before{content:"";display:block;width:16px;height:16px;border:.5px solid rgba(0,0,0,.15);background-color:#fff;box-sizing:border-box;border-radius:50%}.luckysheet-cs-touchhandle-lt{left:-13px;top:-13px}.luckysheet-cs-touchhandle-lb{left:-13px;bottom:-13px}.luckysheet-cs-touchhandle-rt{right:-13px;top:-13px}.luckysheet-cs-touchhandle-rb{right:-13px;bottom:-13px}.luckysheet-cs-touchhandle .luckysheet-cs-touchhandle-btn{position:absolute;width:10px;height:10px;left:8px;top:8px;background-color:#018ffb;background-position:50%;box-sizing:border-box;border-radius:50%;z-index:11}.luckysheet-input-box{position:absolute;font:normal normal 400 13px arial,sans,sans-serif;z-index:15;display:flex;flex-direction:column}.luckysheet-input-box-inner{font:normal normal 400 13px arial,sans,sans-serif;text-align:left;max-height:9900px;max-width:9900px;border:1px solid #5292f7;padding:0 2px;margin:0;resize:none;overflow:hidden;white-space:pre-wrap;outline:none;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);-moz-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4);word-wrap:break-word;background-color:#fff;font-size:13px;right:auto;overflow-y:auto;box-sizing:border-box}.luckysheet-cell-input{width:100%;margin:0;outline:none;cursor:text;white-space:pre-wrap}.luckysheet-formula-text-color{color:#000}.luckysheet-formula-text-string{color:#228b22}.luckysheet-cell-flow{margin:0;padding:0;border:0;position:relative;touch-action:manipulation}.luckysheet-cell-flow-clip{border-collapse:collapse;cursor:default;width:5000000px;touch-action:manipulation;overflow:hidden}.luckysheet-cell-flow-col{margin:0;padding:0;border:0;position:relative;touch-action:manipulation;overflow:hidden;float:left;direction:ltr}.luckysheet-cell-sheettable{position:relative;text-align:left;font-size:11pt;color:#000;text-decoration:none}.luckysheet-bottom-controll-row{position:absolute;height:30px;bottom:38px;left:0;z-index:1000}#luckysheet-bottom-add-row{padding:5px 20px;margin-right:5px;margin-top:-2px}#luckysheet-bottom-add-row-input{width:40px;min-width:40px}#luckysheet-bottom-return-top{padding:5px 6px;margin-left:10px;margin-top:-2px}.luckysheet-cell-flow-column{position:absolute;height:inherit;width:inherit;top:0;left:0;z-index:1;touch-action:manipulation}.luckysheet-cell-flow-column-line{position:absolute;border-right:1px solid #d4d4d4;height:inherit}.luckysheet-cell-flow-row{text-align:left;position:absolute;height:inherit;width:inherit;top:0;left:0;z-index:1;touch-action:manipulation}.luckysheet-cell-flow-row-line{position:absolute;border-bottom:1px solid #d4d4d4;width:inherit}.fortune-change-size-line,.fortune-cols-change-size,.fortune-cols-freeze-handle,.fortune-freeze-drag-line,.fortune-rows-change-size,.fortune-rows-freeze-handle{-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:absolute;z-index:12}.fortune-cols-change-size{width:5px;height:100%;background:#0188fb;cursor:ew-resize;opacity:0}.fortune-rows-change-size{width:100%;height:5px;background:#0188fb;cursor:ns-resize;opacity:0}.fortune-change-size-line{border-color:#0188fb;border-style:solid;z-index:15;cursor:ew-resize}.fortune-cols-freeze-handle{left:0;width:3px;height:100%}.fortune-cols-freeze-handle,.fortune-rows-freeze-handle{position:absolute;background-color:#ddd;cursor:grab;z-index:20}.fortune-rows-freeze-handle{top:0;height:3px;width:100%}.fortune-freeze-drag-line{border-color:#ccc;border-style:solid;z-index:15;cursor:ew-resize}.luckysheet-postil-dialog-move{position:absolute;margin:0;padding:0;top:0;left:0;bottom:0;right:0;pointer-events:none}.luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item{position:absolute;pointer-events:all;cursor:move}.luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item-t{width:100%;height:3px;left:0;top:-4px}.luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item-r{width:3px;height:100%;right:-4px;top:0}.luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item-b{width:100%;height:3px;left:0;bottom:-4px}.luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item-l{width:3px;height:100%;left:-4px;top:0}.luckysheet-postil-show-active .luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item{border-color:#0188fb}.luckysheet-postil-dialog-resize{position:absolute;margin:0;padding:0;top:-2px;left:-2px;bottom:-2px;right:-2px;pointer-events:none}.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item{position:absolute;height:6px;width:6px;border:1px solid #0188fb;pointer-events:all}.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-lt{left:-6px;top:-6px;cursor:nw-resize}.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-mt{left:50%;top:-6px;margin-left:-4px;cursor:n-resize}.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-lm{top:50%;left:-6px;margin-top:-4px;cursor:w-resize}.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-rm{top:50%;right:-6px;margin-top:-4px;cursor:e-resize}.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-rt{right:-6px;top:-6px;cursor:ne-resize}.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-lb{left:-6px;bottom:-6px;cursor:sw-resize}.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-mb{left:50%;bottom:-6px;margin-left:-4px;cursor:s-resize}.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-rb{right:-6px;bottom:-6px;cursor:se-resize}.fortune-selection-copy-top{left:0;right:0;height:2px;top:0;background-position:bottom}.fortune-selection-copy-right{top:0;bottom:0;width:2px;right:0}.fortune-selection-copy-bottom{left:0;right:0;height:2px;bottom:0}.fortune-selection-copy-left{top:0;bottom:0;width:2px;left:0;background-position:100%}.fortune-selection-copy-hc{position:absolute;top:0;right:0;bottom:0;left:0;border:2px dashed #12a5ff;z-index:8}.luckysheet-modal-dialog-resize{position:absolute;border:2px solid #0188fb;margin:0;padding:0;top:-2px;left:-2px;bottom:-2px;right:-2px;pointer-events:none}.luckysheet-modal-dialog-resize-item{position:absolute;height:6px;width:6px;background:#fff;border:2px solid #0188fb;pointer-events:all;border-radius:6px}.luckysheet-modal-dialog-resize-item-lt{left:-6px;top:-6px;cursor:se-resize}.luckysheet-modal-dialog-resize-item-mt{left:50%;top:-6px;margin-left:-4px;cursor:s-resize}.luckysheet-modal-dialog-resize-item-rt{right:-6px;top:-6px;cursor:ne-resize}.luckysheet-modal-dialog-resize-item-lm{top:50%;left:-6px;margin-top:-4px;cursor:w-resize}.luckysheet-modal-dialog-resize-item-rm{top:50%;right:-6px;margin-top:-4px;cursor:w-resize}.luckysheet-modal-dialog-resize-item-lb{left:-6px;bottom:-6px;cursor:ne-resize}.luckysheet-modal-dialog-resize-item-mb{left:50%;bottom:-6px;margin-left:-4px;cursor:s-resize}.luckysheet-modal-dialog-resize-item-rb{right:-6px;bottom:-6px;cursor:se-resize}.fortune-formula-functionrange-highlight .fortune-copy{background-image:none;background:#0188fb;position:absolute;z-index:18;cursor:move;opacity:.9;box-sizing:content-box}.fortune-formula-functionrange-highlight .fortune-selection-copy-top{top:-2px;border-top:2px solid #fff;border-bottom:2px solid #fff}.fortune-formula-functionrange-highlight .fortune-selection-copy-right{right:-2px;border-left:2px solid #fff;border-right:2px solid #fff}.fortune-formula-functionrange-highlight .fortune-selection-copy-bottom{bottom:-2px;border-top:2px solid #fff;border-bottom:2px solid #fff}.fortune-formula-functionrange-highlight .fortune-selection-copy-left{left:-2px;border-left:2px solid #fff;border-right:2px solid #fff}.fortune-formula-functionrange-highlight .fortune-selection-copy-hc{border:2px solid #5e5e5e;opacity:.03;z-index:auto}.fortune-selection-highlight-lt{left:-3px;top:-3px;cursor:se-resize}.fortune-selection-highlight-rt{right:-3px;top:-3px;cursor:ne-resize}.fortune-selection-highlight-lb{left:-3px;bottom:-3px;cursor:ne-resize}.fortune-selection-highlight-rb{right:-3px;bottom:-3px;cursor:se-resize}.fortune-formula-functionrange-highlight .luckysheet-highlight{position:absolute;z-index:19;border:1px solid #fff;background:#0188fb;width:6px;height:6px}.fortune-presence-username{position:absolute;padding:2px 6px;left:-2px;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:content-box;color:#fff}.fortune-presence-selection{position:absolute;border-style:solid;border-width:1;opacity:.7}.luckysheet-filter-options{cursor:pointer;position:absolute;z-index:200;border-radius:2px;top:4px;margin-right:2px;margin-top:2px;font-size:12px;height:15px;padding:1px;background:hsl(var(--color-bg-tertiary))}.luckysheet-filter-options:hover{background:hsl(var(--color-bg-default-hover))}.luckysheet-filter-options-active{background:hsl(var(--color-bg-tertiary))}.caret{margin-top:6px;width:0;height:0;display:inline-block;border:4px solid transparent}.caret.down{border-top-color:#897bff}.luckysheet-filter-options:hover .caret.down{border-top-color:#fff}.luckysheet-filter-selected{background:hsla(0,0%,100%,0)}#luckysheet-dataVerification-showHintBox{display:none;padding:8px;min-width:132px;background-color:hsl(var(--color-bg-default));border:1px solid hsl(var(--color-border-default));border-left:4px solid #f4874a!important;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.2);position:absolute;transform:translateY(4px);z-index:1000;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:default;white-space:nowrap;font-size:14px}#luckysheet-dataVerification-dropdown-btn{display:none;padding:1px;position:absolute;transform:translateY(15%);z-index:10;overflow:hidden;cursor:pointer!important}.luckysheet-formula-search-c{position:absolute;border:1px solid rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2);color:#535353;font-size:12px;background:#fff;z-index:1003;width:300px}.luckysheet-formula-search-c .luckysheet-formula-search-item{background:#fff;padding:5px 10px;cursor:pointer}.luckysheet-formula-search-c .luckysheet-formula-search-item .luckysheet-formula-search-detail{display:none;color:#77818a}.luckysheet-formula-search-c .luckysheet-formula-search-item .luckysheet-formula-search-func{font-size:14px}.luckysheet-formula-search-c .luckysheet-formula-search-item-active{display:block;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb;background:#f2f4f5}.luckysheet-formula-search-c .luckysheet-formula-search-item-active .luckysheet-formula-search-detail{display:block}.luckysheet-formula-help-c{position:absolute;border:1px solid rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2);color:#535353;font-size:12px;background:#fff;z-index:1003;width:300px}.luckysheet-formula-help-content-example{margin-top:5px}.luckysheet-formula-help-title{display:block;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb;background:#f5f5f5;padding:2px 10px;font-size:14px}.luckysheet-formula-help-title,.luckysheet-formula-search-item-active{padding:10px!important;font-size:small;font-weight:600;border-bottom:0!important;border-top:0!important}.luckysheet-formula-help-c,.luckysheet-formula-search-c{padding:6px;-webkit-user-select:text;-moz-user-select:text;user-select:text;border-radius:10px;top:25px;background:#fff;min-width:300px;border:1px solid #e6e6fa;box-shadow:0 4px 8px rgba(0,0,0,.2)}#luckysheet-formula-help-c{border-radius:10px;top:25px;background:#fff}.luckysheet-formula-help-title-formula{width:-moz-fit-content;width:fit-content}.luckysheet-formula-help-content{background-color:#fff;padding:2px;border-radius:0 0 10px 10px}.luckysheet-formula-help-content,.luckysheet-formula-help-content-param{display:flex;flex-direction:column;gap:8px}.luckysheet-formula-help-content-param{padding-top:4px;border-top:1px solid #d3d3d3}.luckysheet-formula-help-content-example{display:flex;flex-direction:column;gap:4px}.luckysheet-arguments-help-section-title{font-size:14px;font-weight:600}.example-title{color:var(--color-text-secondary,#77818a);font-family:Helvetica Neue;font-size:var(--font-size-2xsm,12px);font-style:normal;font-weight:500;line-height:16px}.example-value{font-family:Helvetica Neue}.example-value,.example-value-code{color:var(--color-text-default,#363b3f);font-size:var(--font-size-2xsm,12px);font-style:normal;font-weight:400;line-height:16px}.formula-title{display:flex;justify-content:space-between}.luckysheet-formula-help-title-formula{width:250px;word-break:break-word}.luckysheet-arguments-help-section{margin-top:5px;margin-bottom:5px;color:#222}.luckysheet-arguments-help-section-title{padding:1px 10px;color:#666}.luckysheet-arguments-help-parameter-content{padding:1px 0;display:inline-block;word-wrap:break-word}.luckysheet-arguments-help-formula{padding:1px 10px;font-size:14px}.luckysheet-arguments-help-parameter-active{background-color:#fff9b2}.luckysheet-formula-help-collapse{position:absolute;top:0;right:25px;font-size:16px;cursor:pointer;color:#bbb}.luckysheet-formula-help-close{position:absolute;top:0;right:5px;font-size:16px;cursor:pointer;color:#bbb}.luckysheet-formula-help-close:hover,.luckysheet-formula-help-collapse:hover{color:#555}.luckysheet-scrollbar-ltr{position:absolute;overflow:hidden;z-index:1003}.luckysheet-scrollbar-ltr div{height:1px;width:1px}.luckysheet-scrollbar-x{bottom:0;overflow-x:scroll}.luckysheet-scrollbar-y{right:0;top:0;overflow-y:scroll}.luckysheet-scrollbar-ltr::-webkit-scrollbar{background-color:transparent;width:8px;height:8px}.luckysheet-scrollbar-ltr::-webkit-scrollbar-track{background-color:transparent}.luckysheet-scrollbar-ltr::-webkit-scrollbar-thumb{background-color:#babac0;border-radius:16px}.luckysheet-scrollbar-ltr::-webkit-scrollbar-button{display:none}.fortune-dialog{min-width:368px;max-width:368px;max-height:90%;border-radius:12px;background:hsl(var(--color-bg-default));box-shadow:5px 5px 30px rgba(0,0,0,.1);box-sizing:border-box;overflow:auto}.fortune-dialog-box-button-container{display:flex;align-items:center;justify-content:center}.fortune-dialog-box-content{padding:0 25px}.fortune-dialog-box-button-container{padding-top:10px;padding-bottom:20px}.fortune-message-box-button{display:inline-flex;align-items:center;padding:6px 12px;margin:0 8px;border:none;border-radius:4px;font-size:14px;line-height:20px;outline:none;cursor:pointer}.fortune-message-box-button.button-default{color:#262a33;background-color:#fff;border:1px solid #ebebeb}.fortune-message-box-button.button-primary{color:#fff;background-color:#0188fb}.fortune-modal-dialog-header{outline:0;display:flex;justify-content:flex-end}.fortune-modal-dialog-icon-close{color:#d4d4d4;opacity:.3}.fortune-modal-dialog-icon-close:hover{opacity:.7}@import "@fileverse/ui/styles";#fortune-search-replace{position:absolute;min-width:504px;z-index:1002}#fortune-search-replace .icon-close{position:absolute;right:3px;top:3px}#fortune-search-replace .tabBox{margin-top:10px;font-size:0}#fortune-search-replace .tabBox span{display:inline-block;text-align:center;width:100px;border:1px solid #ebebeb;font-size:14px;line-height:2}#fortune-search-replace .tabBox span.on{background-color:#8c89fe;border-color:#726efe;color:#fff}#fortune-search-replace .ctBox{padding:5px 10px;border:1px solid #ebebeb;font-size:14px;min-width:500px}#fortune-search-replace .ctBox .row{display:flex;flex-direction:row;justify-content:space-between}#fortune-search-replace .inputBox{height:90px;position:relative}#fortune-search-replace .inputBox .textboxs{height:30px;line-height:30px}#fortune-search-replace .checkboxs{height:90px}#fortune-search-replace .checkboxs div{height:30px;line-height:30px}#fortune-search-replace .checkboxs input[type=checkbox]{float:left;margin-top:9px}#fortune-search-replace .btnBox{margin-top:10px}#fortune-search-replace .btnBox .button-default{margin-right:8px;margin-left:0}#fortune-search-replace .close-button{margin-left:0;margin-top:10px}#fortune-search-replace #searchAllbox{overflow-y:scroll;position:relative}#fortune-search-replace #searchAllbox .boxTitle{width:100%;height:30px;line-height:29px;padding:0 5px;background-color:#fff;border-bottom:1px solid #d4d4d4;box-sizing:border-box;position:sticky;left:0;top:0}#fortune-search-replace #searchAllbox .boxTitle span{display:inline-block;text-align:center}#fortune-search-replace #searchAllbox .boxTitle span:first-of-type,#fortune-search-replace #searchAllbox .boxTitle span:nth-of-type(2){width:25%}#fortune-search-replace #searchAllbox .boxTitle span:nth-of-type(3){width:50%}#fortune-search-replace #searchAllbox .boxMain .boxItem{height:30px;line-height:29px;border-bottom:1px solid #d4d4d4;padding:0 5px;box-sizing:border-box}#fortune-search-replace #searchAllbox .boxMain .boxItem.on{background-color:#8c89fe;color:#fff}#fortune-search-replace #searchAllbox .boxMain .boxItem span{display:block;text-align:center;float:left}#fortune-search-replace #searchAllbox .boxMain .boxItem span:first-of-type,#fortune-search-replace #searchAllbox .boxMain .boxItem span:nth-of-type(2){width:25%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#fortune-search-replace #searchAllbox .boxMain .boxItem span:nth-of-type(3){width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.find-replace-label{min-width:100px}.find-replace-table-cell{min-width:154px}#fortune-search-replace .table-container{scrollbar-width:thin;scrollbar-color:#babac0 transparent}#fortune-search-replace .table-container::-webkit-scrollbar{width:8px;height:8px}#fortune-search-replace .table-container::-webkit-scrollbar-track{background-color:transparent}#fortune-search-replace .table-container::-webkit-scrollbar-thumb{background-color:#babac0;border-radius:16px}#fortune-search-replace .table-container::-webkit-scrollbar-button{display:none}.fortune-link-modify-modal{position:absolute;overflow:hidden;background-color:#fff;z-index:300;padding:16px 20px 20px;box-shadow:0 4px 12px rgba(0,0,0,.15);border:1px solid #e5e5e5;border-radius:8px;min-width:320px}.fortune-link-cards-container{position:absolute;display:flex;gap:16px;z-index:300}.fortune-link-card{position:absolute;background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:16px;width:300px;box-shadow:0 4px 12px rgba(0,0,0,.15);display:flex;flex-direction:column;gap:12px;z-index:300}.fortune-link-type-select{width:100%!important}.fortune-link-type-dropdown,.fortune-sheet-dropdown{z-index:999999!important}.fortune-input-with-icon{position:relative;display:flex;align-items:center}.fortune-input-with-icon .input-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#666;z-index:1;display:flex;align-items:center;justify-content:center}.fortune-input-with-icon .input-icon svg{width:16px;height:16px}.fortune-link-input,.fortune-sheet-select{width:100%!important;padding-left:36px!important}[data-radix-portal]{z-index:999999!important}.fortune-insert-button{width:100%!important;border:none!important;border-radius:6px!important;padding:12px!important;font-weight:500!important}.fortune-link-modify-modal.link-toolbar{display:flex;flex-direction:row;padding:2px 8px 2px 16px;align-items:center}.fortune-link-modify-modal .link-content{margin-right:6px}.fortune-link-modify-modal .link-content:hover{color:#2674fb;cursor:pointer}.fortune-link-modify-modal .divider{width:1px;height:16px;margin:0 6px;background-color:#e0e0e0;flex-shrink:0}.fortune-link-modify-modal .fortune-toolbar-button{padding:6px}.fortune-link-modify-modal .fortune-toolbar-button:hover{background-color:rgba(0,0,0,.06);cursor:pointer}.fortune-link-modify-modal.range-selection-modal{width:380px;padding:22px;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;background-color:#fff}.fortune-link-modify-line{padding-top:16px;display:flex;flex-direction:column;gap:8px}.fortune-link-modify-line:first-child{padding-top:0}.fortune-link-modify-title{font-size:14px;font-weight:500;color:#333;margin-bottom:4px}.fortune-link-modify-input,.fortune-link-modify-select{width:100%!important}.input-with-selector{position:relative;display:flex;align-items:center}.input-with-selector .fortune-link-modify-input{padding-right:32px!important}.fortune-link-modify-cell-selector{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:20px;height:20px;padding:2px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;background:transparent;border-radius:4px}.fortune-link-modify-cell-selector:hover{background-color:rgba(0,0,0,.06)}.fortune-link-modify-modal .modal-title{font-weight:600;font-size:18px;color:rgba(0,0,0,.88);margin-bottom:16px;line-height:24px}.fortune-link-modify-modal .range-selection-input{width:100%!important}.fortune-link-modify-modal .modal-icon-close{position:absolute;right:22px;top:22px;cursor:pointer;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:4px}.fortune-link-modify-modal .modal-icon-close:hover{background-color:rgba(0,0,0,.06)}.fortune-link-modify-modal .validation-input-tip{font-size:12px;color:#ef4e2f;margin-top:4px}.fortune-link-modify-modal .button-group{display:flex;gap:12px;justify-content:flex-end}.fortune-link-modify-modal .modal-footer{display:flex;justify-content:flex-end;padding-top:20px;margin-top:8px;border-top:1px solid #f0f0f0}.fortune-link-modify-modal.range-selection-modal .modal-footer{padding-top:16px;border-top:1px solid #f0f0f0}.fortune-link-card .error-input input,.fortune-link-modify-modal .error-input input{border-color:#ef4e2f!important}.fortune-link-card .error-input input:focus,.fortune-link-modify-modal .error-input input:focus{border-color:#ef4e2f!important;box-shadow:0 0 0 2px rgba(239,78,47,.2)!important}#fortune-data-verification{min-width:510px;-webkit-user-select:none;-moz-user-select:none;user-select:none}#fortune-data-verification .title{font-size:16px}#fortune-data-verification .box{font-size:14px}#fortune-data-verification .box .box-item{padding:10px;border-bottom:1px solid #e1e4e8}#fortune-data-verification .box .box-item .box-item-title{font-size:14px;font-weight:600;margin-bottom:10px}#fortune-data-verification .box .box-item .data-verification-range{width:100%;height:30px;border:1px solid #d4d4d4}#fortune-data-verification .box .box-item .show-box-item{margin-top:6px;font-size:12px}#fortune-data-verification .box .box-item .show-box-item .check-box{height:30px;line-height:30px;margin-bottom:10px}#fortune-data-verification .box .box-item .show-box-item .check-box input{height:30px;padding:0 10px;border:1px solid #d4d4d4;box-sizing:border-box}#fortune-data-verification .input-box input{height:30px;padding:4px 10px;border:1px solid #d4d4d4;box-sizing:border-box;margin-top:6px}#fortune-data-verification .input-box span{margin:0 16px}.data-verification-range .formulaInputFocus{width:calc(100% - 30px);height:30px;padding:0 10px px;float:left;border:none;outline-style:none;box-sizing:border-box}.data-verification-range .icon{float:right;margin-top:4px;margin-right:5px;cursor:pointer}#fortune-data-verification .box .box-item .data-verification-type-select{width:100%;height:30px;border-color:#d4d4d4;outline-style:none}#fortune-data-verification .box .box-item .check{font-size:12px;line-height:24px}#fortune-data-verification .box .box-item .check input{vertical-align:text-top}#fortune-data-verification .button-basic{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;white-space:nowrap;padding:4px 8px;font-size:14px;line-height:1.42857143;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-top:10px}#fortune-data-verification .button-primary{background:#0188fb;border:1px solid #0188fb;color:#fff;margin-right:10px}#fortune-data-verification .button-close{color:#333;background-color:#fff;border:1px solid #ccc;margin-right:10px}#range-dialog{box-shadow:2px 2px 10px rgba(0,0,0,.2);background:#fff;border:1px solid hsl(var(--color-border-default));outline:0;position:absolute;z-index:100003;left:50%;top:50%;transform:translate(-50%,-90%);-webkit-user-select:none;-moz-user-select:none;user-select:none}#range-dialog .dialog-title{background-color:#fff;color:#000;cursor:default;font-size:16px;font-weight:400;line-height:24px;margin:0 0 16px}#range-dialog input{height:30px;padding:0 10px;border:1px solid #d4d4d4;outline-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}#range-dialog .button-primary{background:#0188fb;border:1px solid #0188fb;color:#fff;margin-right:10px}#range-dialog .button-close{color:#333;background-color:#fff;border:1px solid #ccc;margin-right:10px}#luckysheet-dataVerification-dropdown-List{background-color:hsl(var(--color-bg-default));border:1px solid hsl(var(--color-border-default));border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.2);transform:translateY(4px);position:absolute;z-index:10000;box-sizing:border-box;font-size:14px;padding:8px;min-width:160px}#luckysheet-dataVerification-dropdown-List .dropdown-List-item{padding:4px 8px;box-sizing:border-box;cursor:pointer!important;border-radius:4px}#luckysheet-dataVerification-dropdown-List .dropdown-List-item:hover{background-color:hsl(var(--color-bg-default-hover));transition:background-color .2s ease}[data-radix-popper-content-wrapper]{z-index:10000!important}.data-verification-checkbox-label{min-width:100px}.condition-format-sub-menu{position:absolute;top:-12px;box-shadow:2px 2px 10px rgba(0,0,0,.2);background:#fff;border:1px solid hsl(var(--color-border-default));border-radius:8px;cursor:default;font-size:14px;z-index:1004;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;padding:8px;min-width:190px}.condition-format-item{display:flex;justify-content:space-between;padding:8px;z-index:1005;border-radius:4px;cursor:pointer}.condition-format-item:hover{background:hsl(var(--color-bg-default-hover));transition:all .2s ease-in-out}.condition-format-item span{font-size:14px;color:hsl(var(--color-text-secondary));font-weight:400}.horizontal-line{border-top:1px solid #ebebeb;margin-top:6px;margin-bottom:6px}.condition-rules .button-basic{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;white-space:nowrap;padding:4px 8px;font-size:14px;line-height:1.42857143;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-top:10px}.condition-rules .button-primary{background:#0188fb;border:1px solid #0188fb;color:#fff;margin-right:10px}.condition-rules .button-close{color:#333;background-color:#fff;border:1px solid #ccc}.condition-rules{font-size:14px;display:flex;flex-direction:column;gap:16px}.condition-rules-title{color:#000;cursor:default;font-size:16px;margin-bottom:18px}.condition-rules-value{margin-bottom:4px}.condition-rules-inpbox{width:198px;height:28px;border:1px solid #d4d4d4}.condition-rules-input{width:150px;height:28px;padding:0 10px;border:none;outline-style:none;float:left}.condition-relues-inputicon{float:right;margin-top:2px;margin-right:5px;cursor:pointer}.condition-rules-set-title{margin:6px 0}.condition-rules-setbox{display:flex;flex-direction:column;gap:8px}.condition-rules-set{width:100%}.condition-rules-color,.condition-rules-set{display:flex;align-items:center;gap:8px}.condition-rules-label{display:inline-block;width:70px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.condition-rules-select-color{background:hsl(var(--color-bg-default));width:2.5rem;height:1.5rem;border-radius:4px;padding:0;margin:0;cursor:pointer}.condition-rules-between-box{display:flex;align-items:center}.condition-rules-between-inpbox{width:108px;height:28px;border:1px solid #d4d4d4}.condition-rules-between-input{width:60px;height:28px;padding:0 10px;border:none;outline-style:none;float:left}.condition-rules-date{width:100%}.condition-rules-select{width:100%;z-index:999999}.condition-rules-project-box{display:flex;align-items:center;gap:8px}.condition-rules-project-input{margin:0;width:-moz-fit-content;width:fit-content;max-width:55px!important}input[type=number].condition-rules-project-input::-webkit-inner-spin-button,input[type=number].condition-rules-project-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number].condition-rules-project-input{-moz-appearance:textfield}.luckysheet-modal-dialog-controll{position:absolute;width:100%;display:flex;justify-content:center;top:-40px;left:0;z-index:301}.fortune-iframe-boxes-delete-button{background-color:#fff;border:1px solid #e8ebec;border-radius:8px;box-shadow:0 4px 16px -4px rgba(0,0,0,.14901960784313725)}.fortune-toolbar{display:flex;flex-direction:row;position:relative;padding:4px 8px;border-bottom:1px solid #d4d4d4;white-space:nowrap;align-items:center;gap:4px;justify-content:space-between}.fortune-toolbar-divider{width:1px;height:20px;margin:0 6px;background-color:#e0e0e0;flex-shrink:0}.fortune-toolbar-menu-line{display:flex;align-items:center;justify-content:space-between;position:relative}.fortune-toolbar-menu-divider{width:"100%";height:1px;margin:8px 0;background-color:#e0e0e0}.fortune-toolbar-button,.fortune-toolbar-combo{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:0;outline:none;padding:2px;list-style:none;text-decoration:none;display:flex;justify-content:center;align-items:center;min-width:30px;height:30px;margin:0}.fortune-toolbar-button svg,.fortune-toolbar-combo svg{width:16px!important;height:16px!important}.fortune-toolbar-combo-arrow,.fortune-toolbar-combo-button{display:flex;align-items:center}.fortune-toolbar-combo-button.show-arrow{border-radius:4px 0 0 4px}.fortune-toolbar-button:hover,.fortune-toolbar-combo-arrow:hover{background-color:#f2f4f5;cursor:pointer}.fortune-toolbar-combo-arrow:hover{height:30px;border-radius:0 4px 4px 0}.fortune-toolbar-button:active,.fortune-toolbar-combo:active{cursor:pointer}.fortune-toobar-combo-container{position:relative}.fortune-toolbar-combo-popup{white-space:nowrap;max-width:240px}.fortune-toolbar-select{box-shadow:2px 2px 10px rgba(0,0,0,.2);padding:.5rem;border:1px solid hsl(var(--color-border-default));border-radius:8px;background:#fff;min-width:240px}.fortune-toolbar-color-picker{z-index:50;height:auto;display:flex;flex-wrap:wrap;gap:2px;overflow-y:auto;scroll-behavior:smooth;background:#fff;transition:all .2s ease;border-radius:0 0 4px 4px}.fortune-toolbar-select{overflow:auto;max-height:75vh}.fortune-toolbar-combo-button{font-size:12px}.fortune-toolbar-select-option{font-size:12px;min-width:60px;padding:8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fortune-toolbar-select-option:hover{background:hsl(var(--color-bg-default-hover));border-radius:4px;transition:all .2s ease-in-out}.fortune-toolbar-select::-webkit-scrollbar{display:none}.fortune-toolbar-color-picker-row{display:flex;flex-direction:row}.fortune-toolbar-combo-text{margin:0 4px;font-weight:500;font-size:14px;line-height:20px}.fortune-toolbar-color-picker-item{width:20px;height:20px;border-radius:9999px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease-in;margin:1px}.fortune-toolbar-color-picker-item:hover{transform:scale(1.05);cursor:pointer}.fortune-tooltip{visibility:hidden;background-color:#666;color:#fff;text-align:center;border-radius:2px;padding:6px;font-size:12px;position:absolute;z-index:25;top:40px;white-space:nowrap}.fortune-toolbar-button:hover .fortune-tooltip,.fortune-toolbar-combo:hover .fortune-tooltip{visibility:visible}.fortune-toolbar-more-container{position:absolute;display:flex;flex-direction:row;align-items:center;align-self:flex-end;top:32px;right:0;max-width:348px;box-shadow:2px 2px 10px rgba(0,0,0,.2);background:#fff;flex-wrap:wrap;z-index:1002;padding:8px;border-radius:8px;border:1px solid hsl(var(--color-border-default))}.fortune-toolbar-subtext{-webkit-transition:all .218s;-moz-transition:all .218s;-o-transition:all .218s;transition:all .218s;left:auto;padding-top:1px;padding-left:24px;text-align:right;opacity:.5;filter:alpha(opacity=50);color:#000;font-family:Arial;line-height:100%}.fortune-toolbar-subtext,.toolbar-item-sub-menu{font-size:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.toolbar-item-sub-menu{position:absolute;box-shadow:0 2px 4px rgba(0,0,0,.2);background:#fff;border:1px solid rgba(0,0,0,.2);cursor:default;z-index:1004;box-sizing:border-box;outline:none;border-radius:6px}#fortune-custom-color{min-width:164px;background:hsl(var(--color-bg-default));border-radius:8px;border:1px solid hsl(var(--color-border-default));font-size:12px;padding:8px;box-shadow:0 2px 4px rgba(0,0,0,.2);max-height:400px;width:-moz-fit-content;width:fit-content;display:flex;flex-direction:column;gap:8px}#fortune-custom-color .color-reset{position:relative;color:#333;cursor:pointer;list-style:none;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:#fff;padding:4px 8px;height:30px;border-radius:4px;display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500;line-height:20px}#fortune-custom-color .color-reset:hover{background:hsl(var(--color-bg-default-hover));transition:all .2s ease-in-out}#fortune-custom-color .custom-color{position:relative;padding:10px;border-radius:6px;background:#fff;align-items:center;margin:1px 0;display:flex;justify-content:space-around}.fortune-border-select-menu{position:absolute;bottom:0}.fortune-border-color-preview{height:3px}.fortune-border-select-option{font-size:12px;height:24px;line-height:24px;min-width:60px;padding:8px 12px}.fortune-border-select-option:hover{background:#efefef;cursor:pointer}.fortune-border-style-preview{height:3px;overflow:hidden}.fortune-border-style-picker-menu{padding:0 10px}.fortune-border-style-picker-menu:hover{background:#efefef;cursor:pointer}.fortune-border-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:4px;padding:8px;min-width:200px}.fortune-border-grid-item{display:flex;align-items:center;justify-content:center;width:32px;height:32px;cursor:pointer;border-radius:4px;transition:background-color .2s ease}.fortune-border-grid-item:hover{background-color:hsl(var(--color-bg-default-hover))}.fortune-toolbar-left{position:relative}.fortune-toolbar-left,.fortune-toolbar-right{display:flex;flex-direction:row;align-items:center;gap:4px}.custom-color-button>svg>path:first-child{display:none!important}#fortune-split-column{width:464px;input[type=checkbox]{accent-color:#000;-moz-appearance:none;appearance:none;-webkit-appearance:none;width:16px;height:16px;border:1.5px solid #000;border-radius:3px;position:relative;cursor:pointer}input[type=checkbox]:checked{background-color:#000;border-color:#000}input[type=checkbox]:checked:before{content:"";position:absolute;top:2px;left:4px;width:4px;height:7px;border:solid #fff;border-width:0 1px 1px 0;transform:rotate(45deg)}}#fortune-split-column label{-webkit-user-select:none;-moz-user-select:none;user-select:none}#fortune-split-column .title{font-size:16px}#fortune-split-column .splitDelimiters{margin-top:20px}.splitSymbols{width:464px}#fortune-split-column .splitSymbols{position:relative;padding:5px 5px 5px 0;margin:5px 0}#fortune-split-column .splitSymbol{font-size:14px}#fortune-split-column .splitSimple{position:absolute;top:114px;left:0}#fortune-split-column #otherValue{margin-left:5px;width:50px;padding:0 5px}#fortune-split-column .splitDataPreview{font-size:14px;margin-bottom:12px}#fortune-split-column .splitColumnData{border:1px solid #dfdfdf;border-radius:4px;background-color:#f8f9fa;padding:5px;margin:5px 0;height:100px;overflow-y:scroll}#fortune-split-column .button-basic{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;white-space:nowrap;padding:4px 8px;font-size:14px;line-height:1.42857143;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;user-select:none}#fortune-split-column .button-primary{background:#0188fb;border:1px solid #0188fb;color:#fff;margin-right:10px}#fortune-split-column .button-close{color:#333;background-color:#fff;border:1px solid #ccc}#fortune-split-column table{border-collapse:collapse}#fortune-split-column tr{display:table-row;vertical-align:inherit;border-color:inherit}#fortune-split-column td{border:1px solid #333;display:table-cell;vertical-align:inherit}label{cursor:default}#fortune-location-condition{min-width:500px}#fortune-location-condition .title{background-color:#fff;color:#000;cursor:default;font-size:16px;font-weight:400;line-height:48px}#fortune-location-condition .listbox{border:1px solid #dfdfdf;padding:10px;font-size:14px;color:#000}#fortune-location-condition .listbox .listItem{padding:5px 0}#fortune-location-condition .listbox .listItem input[type=radio]{float:left;margin-top:5px}#fortune-location-condition .listItem{padding:5px 0}#fortune-location-condition .listItem .subItem{height:30px;padding:0 10px;display:block}#fortune-location-condition input[type=radio]{float:left;margin-top:3px}#fortune-location-condition .listbox .listItem .subbox{height:30px;padding:0 10px}#fortune-location-condition .listbox .listItem .subbox .subItem{float:left;margin-right:5px}#fortune-location-condition .button-basic{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;white-space:nowrap;padding:4px 8px;font-size:14px;line-height:1.42857143;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-top:10px}#fortune-location-condition .button-primary{background:#0188fb;border:1px solid #0188fb;color:#fff;margin-right:10px}#fortune-location-condition .button-close{color:#333;background-color:#fff;border:1px solid #ccc}.listBox{display:flex;justify-content:space-between}.inpbox{margin-bottom:10px}.decimal-places-input{width:70px}.format-list{width:300px;height:170px;border:1px solid #d4d4d4;overflow-y:scroll}.custom-overlay{position:absolute;top:0;left:0;z-index:50;height:100vh;width:100%;display:grid;place-items:center}.input-modal{position:fixed;top:17.5%;left:50%;transform:translateX(-50%);border-radius:.75rem;background-color:#fff;padding:0;border:none;box-shadow:0 8px 32px 0 rgba(0,0,0,.14901960784313725);animation:fadeIn .2s ease-in-out;max-width:480px}.modal-header{display:flex;gap:.5rem;align-items:center;padding:.75rem;border-bottom:1px solid #e5e7eb;height:52px;width:100%}.modal-header svg{width:20px;height:20px}.fetch-url-button{cursor:pointer}.modal-input{border:none;padding:0;outline:none;-webkit-user-select:text;-moz-user-select:text;user-select:text;max-width:218px;flex:1}@media (min-width:768px){.modal-input{max-width:400px;width:380px!important}}.modal-input:disabled{opacity:1}@keyframes fadeIn{0%{opacity:0;transform:translateX(-50%) scale(.95)}to{opacity:1;transform:translateX(-50%) scale(1)}}.modal-footer{display:flex;justify-content:flex-end;padding:8px 16px}.modal-button{width:100%;margin:8px}.modal-error-message{color:#ef4e2f;background:#fff5f5;margin:8px 16px;padding:4px 8px;border-radius:4px;display:flex;align-items:center;gap:8px;font-size:12px;font-weight:400}.fortune-fx-editor{display:flex;flex-direction:row;height:28px;border-bottom:1px solid #d4d4d4}.fortune-fx-icon{display:flex;align-items:center;margin:0 12px}.fortune-name-box-container{width:99px;border-right:1px solid #d4d4d4;font-size:14px;display:flex;align-items:center}.fortune-name-box{width:100%;text-align:center;margin:0;outline:none;cursor:text;white-space:nowrap;overflow:hidden;-webkit-transform:translateZ(0);background-color:#fff;word-wrap:break-word;-webkit-nbsp-mode:space;-webkit-line-break:after-white-space}.fortune-fx-input-container{overflow:visible;padding:0;flex:1;display:flex;align-items:center;position:relative;border-left:1px solid #e5e5e5}.fortune-fx-input{flex:1;height:100%;overflow-y:scroll;padding-left:2px;font-size:14px;line-height:14px;margin:0;outline:none;cursor:text;white-space:pre-wrap;word-wrap:break-word;-webkit-transform:translateZ(0);-webkit-nbsp-mode:space;-webkit-line-break:after-white-space;background-color:#fff;padding-top:7px;box-sizing:border-box;color:#000;text-align:left}.fortune-fx-input[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.luckysheet-sheet-area{width:100%;box-sizing:border-box;background-color:#fafafc;color:#444;height:31px;padding:0 30px 0 44px;margin:0;-webkit-touch-callout:none;cursor:default;transition:all .3s ease;display:flex;align-items:center;justify-content:space-between;position:relative}#luckysheet-sheet-content{width:0;flex:3;display:flex;align-items:center}#luckysheet-bottom-pager{width:0;background-color:#fafafc;z-index:1;flex:2;text-align:right;white-space:nowrap}.luckysheet-sheet-area .luckysheet-sheets-item,.luckysheet-sheet-area>div{display:inline-block}.fortune-sheettab-container{padding:0;margin-left:0;position:relative;max-width:54%;vertical-align:bottom;display:inline-block}.fortune-sheettab-container .boundary{position:absolute;top:0;width:6px;height:100%;z-index:1;background:#fff}.fortune-sheettab-container .boundary-left{left:0;background-image:linear-gradient(90deg,var(--tw-gradient-stops))}.fortune-sheettab-container .boundary-left,.fortune-sheettab-container .boundary-right{--tw-gradient-from:rgba(68,68,68,0.3333333333333333);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,hsla(0,0%,53.3%,0))}.fortune-sheettab-container .boundary-right{right:0;background-image:linear-gradient(270deg,var(--tw-gradient-stops))}.fortune-sheettab-container .fortune-sheettab-container-c{padding:0;margin-left:0;overflow:hidden;white-space:nowrap;position:relative;max-width:100%;vertical-align:bottom;display:inline-block}.luckysheet-sheet-container-menu-hide .luckysheet-sheets-item{padding-right:5px!important}.luckysheet-sheet-container-menu-hide .luckysheet-sheets-item-menu{display:none!important}.luckysheet-sheet-area div.luckysheet-sheets-item{height:29px;line-height:29px;background-color:#fafafc;color:#676464;min-width:30px;top:0;position:relative;margin-right:-1px;cursor:pointer;transition:all .1s;font-size:13px;padding:2px 19px 0 5px;box-sizing:border-box;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;vertical-align:middle}.luckysheet-sheet-area div.luckysheet-sheets-item:last-child{margin-right:1px}.luckysheet-sheet-area div.luckysheet-sheets-item:hover{background-color:#efefef;color:#490500}.luckysheet-sheet-area div.luckysheet-sheets-item .luckysheet-sheets-item-menu{margin-left:2px;display:inline-block;top:-2px;position:relative;color:#a1a1a1;position:absolute;height:100%;width:15px;right:0;text-align:center}.luckysheet-sheet-area div.luckysheet-sheets-item .luckysheet-sheets-item-menu:hover{color:#2a2a2a;cursor:pointer}.luckysheet-sheet-area div.luckysheet-sheets-item .luckysheet-sheets-item-name{padding:0 3px}.luckysheet-sheets-item-color{width:100%;height:10%;position:absolute;bottom:0;left:0}.luckysheet-sheet-area div.luckysheet-sheets-item .luckysheet-sheets-item-name[contenteditable=true]{border:1px solid #d9d9d9;display:inline-block;height:18px;line-height:18px;min-width:8px;margin:-4px -1px;-moz-user-modify:read-write-plaintext-only;-webkit-user-modify:read-write-plaintext-only;-moz-user-select:text!important;-ms-user-select:text!important;-webkit-user-select:text!important}.luckysheet-sheet-area div.luckysheet-sheets-item .luckysheet-sheets-item-name[contenteditable=true]:focus{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3);border:1px solid #4d90fe;outline:none}.luckysheet-sheet-area div.luckysheet-sheets-item-active{height:29px;line-height:29px;background-color:#efefef;border-top-color:#fff;color:#222;cursor:default}.luckysheet-sheet-area div.luckysheet-sheets-item-active:hover{background-color:#ececec;color:#222}.fortune-sheettab-button,.fortune-sheettab-button:hover{display:flex;align-items:center;justify-content:center;height:29px;width:29px}.fortune-sheettab-button:hover{background-color:#efefef}.luckysheet-noselected-text{-moz-user-select:-moz-test;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.fortune-sheettab-scroll{display:flex;align-items:center;padding:0 5px;height:29px;cursor:pointer}.fortune-sheettab-scroll:hover{background-color:#e0e0e0}.fortune-sheettab-placeholder{display:inline-block;width:30px;height:29px;line-height:29px;vertical-align:middle}.sheet-list-container{overflow:visible;display:flex;flex-direction:column;justify-content:flex-end}.luckysheet-sheet-selection-calInfo{display:flex;font-size:12px;align-content:center;padding:0 0 0 44px;height:22px;align-self:flex-end}.luckysheet-sheet-selection-calInfo div{white-space:nowrap;margin:auto 7px auto 0}.luckysheet-sheets-item-function{width:12px;height:24px;position:absolute;top:4px;right:2px}.fortune-sheet-area-right{display:flex!important}.fortune-zoom-container{white-space:nowrap;overflow:visible;display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fortune-zoom-button{display:flex;cursor:pointer;align-items:center;justify-content:center;width:24px;height:24px}.fortune-zoom-button:hover{background:#efefef}.fortune-zoom-ratio{position:relative;display:flex;justify-content:center;width:48px;color:#1e1e1f;font-size:12px;cursor:pointer}.fortune-zoom-ratio-current{width:100%}.fortune-zoom-ratio-item:hover{background:#efefef}.fortune-zoom-ratio-menu{position:absolute;bottom:30px;left:0;line-height:24px;box-shadow:2px 2px 10px rgba(0,0,0,.2);padding:10px 0;border-radius:6px;background:#fff;z-index:1004}.fortune-zoom-ratio-text{padding:0 10px}.fortune-context-menu{min-width:240px;max-height:100%;overflow-y:auto;border-radius:8px;box-shadow:2px 2px 10px rgba(0,0,0,.2);transition:opacity .218s;background:#fff;border:1px solid hsl(var(--color-border-default));cursor:default;margin:0;outline:none;padding:8px;position:absolute;z-index:1004;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;color:hsl(var(--color-text-default));line-height:20px}.context-item{display:flex;align-items:center;height:20px;cursor:pointer;border-radius:4px;gap:12px}.context-item:hover{background:hsl(var(--color-bg-default-hover));transition:all .2s ease-in-out}.context-item svg{width:18px!important;height:18px!important}.fortune-context-menu input.luckysheet-mousedown-cancel{width:35px;text-align:center;margin-left:5px;margin-right:5px}.fortune-context-menu-divider{width:"100%";height:1px;margin:4px 0;background-color:#e0e0e0}.luckysheet-cols-menu .luckysheet-cols-menuitem{position:relative;color:#333;cursor:pointer;list-style:none;margin:0;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:4px}.luckysheet-cols-menu .luckysheet-cols-menuitem-hover,.luckysheet-cols-menu .luckysheet-cols-menuitem:hover{background:hsl(var(--color-bg-default-hover));transition:all .2s ease-in-out}.luckysheet-cols-menu .luckysheet-cols-menuitem .luckysheet-cols-menuitem-content{position:relative;color:#333;cursor:pointer;list-style:none;margin:0;padding:8px!important;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:center;gap:8px}.fortune-filter-menu .luckysheet-cols-menuitem{padding:0}.fortune-filter-menu .luckysheet-cols-menuitem .luckysheet-cols-menuitem-content{padding:7px 24px}.fortune-menuitem-row{display:flex;white-space:pre;align-items:center;gap:8px;justify-content:flex-end}.fortune-byvalue-btn{cursor:pointer;color:#00f;text-decoration:underline}.fortune-filter-menu .button-basic,.luckysheet-filter-bycolor-submenu .button-basic{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;font-size:14px;padding:4px 8px;border-radius:4px;cursor:pointer}.luckysheet-filter-bycolor-submenu .button-basic{margin:5px 20px}.fortune-filter-menu .button-default,.luckysheet-filter-bycolor-submenu .button-default{color:#262a33;background-color:#fff;border:1px solid #ebebeb;margin-left:10px}.fortune-filter-menu .button-default:hover,.luckysheet-filter-bycolor-submenu .button-default:hover{background-color:#e6e6e6}.fortune-filter-menu .button-primary,.luckysheet-filter-bycolor-submenu .button-primary{color:#fff;background-color:#0188fb}.fortune-filter-menu .button-primary:hover,.luckysheet-filter-bycolor-submenu .button-primary:hover{background:#5391ff}.fortune-filter-menu .button-danger{color:#fff;background-color:#d9534f;margin-left:10px}.fortune-filter-menu .button-danger:hover{background-color:#c9302c}.filter-bycolor-container{display:flex;justify-content:space-between;align-items:center}.filtermenu-input-container{padding:0}.filtermenu-input-container input.luckysheet-mousedown-cancel{margin:0 20px;width:230px;box-sizing:border-box;height:26px;border-radius:3px;border:1px solid #d9d9d9;font-size:12px;padding:1px 8px;outline:none;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto;text-align:start;border:1px solid #a1a1a1}.filtermenu-input-container input.luckysheet-mousedown-cancel:focus{border:1px solid #0188fb;outline:none}.byvalue-btn-row{justify-content:space-between;padding-bottom:0;align-items:flex-start}.filter-caret{width:0;height:0;display:inline-block;border:4px solid transparent}.filter-caret.right{margin-left:2px;margin-right:3px;border-left-color:#000}.filter-caret.down{margin-top:5px;margin-right:5px;border-top-color:#000}.filter-checkbox{margin-left:0;margin-right:5px}#luckysheet-filter-byvalue-select{position:relative;min-height:100px;max-height:210px;overflow-y:auto;overflow-x:hidden;padding:8px;display:flex;flex-direction:column;gap:8px;border-radius:4px;border:1px solid hsl(var(--color-border-default))}#luckysheet-filter-byvalue-select .count,#luckysheet-pivotTableFilter-byvalue-select .count{color:hsl(var(--color-text-secondary));font-size:14px}#luckysheet-filter-byvalue-select .select-item{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:14px}.luckysheet-filter-bycolor-submenu{position:absolute;min-width:170px;font-size:12px;padding:5px 0;z-index:1004;border:1px solid rgba(0,0,0,.2);background-color:#fff}.luckysheet-filter-bycolor-submenu .title{padding:10px;font-weight:600;color:#333;background-color:#f4f4f4;text-align:center}.luckysheet-filter-bycolor-submenu .one-color-tip{padding:7px 30px;text-align:center}.luckysheet-filter-bycolor-submenu .color-list{max-height:128px;overflow:auto}.luckysheet-filter-bycolor-submenu .item{padding:5px 40px 5px 20px;cursor:pointer;position:relative;background-color:#fff}.luckysheet-filter-bycolor-submenu .item:hover{background-color:#d3d3d3}.luckysheet-filter-bycolor-submenu .item .color-label{display:block;width:70px;height:20px;border:1px solid #d1d1d1}.luckysheet-filter-bycolor-submenu .item input[type=checkbox]{position:absolute;right:10px;top:6px}.change-color-triangle{position:absolute;top:3px;right:-18px}.tippy-box{background-color:transparent!important}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}#fortune-change-color{min-width:164px;background:hsl(var(--color-bg-default));position:absolute;top:-100px;left:232px;border-radius:6px;padding:8px;box-shadow:2px 2px 10px rgba(0,0,0,.2);border:1px solid hsl(var(--color-border-default));display:flex;flex-direction:column;gap:8px}#fortune-change-color .color-reset{position:relative;color:hsl(var(--color-text-default));cursor:pointer;list-style:none;white-space:nowrap;vertical-align:middle;padding:4px 24px 4px 8px;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:4px;background:hsl(var(--color-bg-default));height:30px;display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500;line-height:20px}#fortune-change-color .color-reset:hover{background:hsl(var(--color-bg-default-hover));transition:all .2s ease-in-out}#fortune-change-color .custom-color{position:relative;padding:10px;border-radius:6px;background:#fff;align-items:center;margin:1px 0;display:flex;justify-content:space-around}.button-basic{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;white-space:nowrap;padding:4px 8px;font-size:12px;line-height:1.42857143;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.button-primary{background:#0188fb;border:1px solid #0188fb;color:#fff;margin-right:-4px}.fortune-sheet-list{overflow-y:auto;overflow-x:hidden;min-width:120px;position:absolute;z-index:10002;bottom:53px;margin-left:72px;max-height:60%}.fortune-sheet-list-item{height:30px;line-height:30px;width:100%;cursor:pointer;border-radius:4px}.fortune-sheet-list-item-name{margin-right:15px;position:relative}.fortune-sheet-list-item-name .luckysheet-sheets-list-item-color{width:6%;height:100%;position:absolute;bottom:0;left:-6px}.fortune-sheet-list :hover{background-color:hsl(var(--color-bg-default-hover));transition:background-color .2s ease-in-out}.fortune-sheet-hidden-button{margin-right:15px;display:inline-flex;position:absolute;right:0;justify-content:flex-end}.fortune-sheet-hidden-button :hover{background-color:#d0d0d0}.fortune-dune-preview{position:absolute;background-color:#fff;border:1px solid #e8ebec;border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.15);width:270px;z-index:1000;display:flex;flex-direction:column;padding:8px;gap:8px}.fortune-dune-preview-header{display:flex;justify-content:space-between;align-items:center}.fortune-dune-preview-title{font-size:14px;font-weight:500;color:#363b3f}.fortune-dune-preview-content{flex:1;overflow:hidden;position:relative;border-radius:4px;border:1px solid #f8f9fa}.fortune-dune-preview-footer{display:flex;justify-content:flex-end;gap:10px}.fortune-dune-preview-button{padding:4px 12px;border-radius:4px;font-size:14px;cursor:pointer;transition:all .2s ease;min-width:80px}.fortune-dune-preview-button:hover{background-color:#f5f5f5}.fortune-dune-preview-button.primary{background-color:#000;color:#fff}
|