@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
|
@@ -0,0 +1,952 @@
|
|
|
1
|
+
.fortune-sheet-overlay {
|
|
2
|
+
position: absolute;
|
|
3
|
+
width: 100%;
|
|
4
|
+
height: 100%;
|
|
5
|
+
outline-style: none;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.fortune-cell-area {
|
|
9
|
+
border-collapse: collapse;
|
|
10
|
+
position: relative;
|
|
11
|
+
overflow: hidden;
|
|
12
|
+
outline-style: none;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.fortune-row-body {
|
|
16
|
+
display: flex;
|
|
17
|
+
flex-direction: row;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.fortune-row-header {
|
|
21
|
+
position: relative;
|
|
22
|
+
flex-shrink: 0;
|
|
23
|
+
outline-style: none;
|
|
24
|
+
color: #5e5e5e;
|
|
25
|
+
overflow: hidden;
|
|
26
|
+
padding: 0;
|
|
27
|
+
margin-top: -2px;
|
|
28
|
+
padding-top: 2px;
|
|
29
|
+
cursor: default;
|
|
30
|
+
width: 45px;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.fortune-row-header-hover {
|
|
34
|
+
position: absolute;
|
|
35
|
+
z-index: 11;
|
|
36
|
+
border: 0 none;
|
|
37
|
+
right: 0;
|
|
38
|
+
width: 100%;
|
|
39
|
+
margin-top: 2px;
|
|
40
|
+
display: none;
|
|
41
|
+
background-color: rgba(194, 194, 194, 0.4);
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.fortune-row-header-selected {
|
|
45
|
+
position: absolute;
|
|
46
|
+
z-index: 10;
|
|
47
|
+
border-right: 1px solid #0188fb;
|
|
48
|
+
right: 0;
|
|
49
|
+
width: 100%;
|
|
50
|
+
margin-top: 2px;
|
|
51
|
+
display: none;
|
|
52
|
+
background-color: rgba(76, 76, 76, 0.1);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.fortune-col-header-wrap {
|
|
56
|
+
display: flex;
|
|
57
|
+
flex-direction: row;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.fortune-col-header {
|
|
61
|
+
color: #5e5e5e;
|
|
62
|
+
overflow: hidden;
|
|
63
|
+
padding: 0;
|
|
64
|
+
cursor: default;
|
|
65
|
+
flex: 1;
|
|
66
|
+
height: 19px;
|
|
67
|
+
outline-style: none;
|
|
68
|
+
position: relative;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.fortune-col-header-hover {
|
|
72
|
+
color: #5e5e5e;
|
|
73
|
+
cursor: default;
|
|
74
|
+
position: absolute;
|
|
75
|
+
z-index: 11;
|
|
76
|
+
border: 0 none;
|
|
77
|
+
bottom: 0;
|
|
78
|
+
height: 100%;
|
|
79
|
+
margin-left: 0px;
|
|
80
|
+
display: none;
|
|
81
|
+
background-color: rgba(194, 194, 194, 0.4);
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.fortune-col-header-hover .header-arrow {
|
|
85
|
+
position: absolute;
|
|
86
|
+
right: 6px;
|
|
87
|
+
top: 50%;
|
|
88
|
+
transform: translate(0%, -44%);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.fortune-col-header-selected {
|
|
92
|
+
color: #5e5e5e;
|
|
93
|
+
cursor: default;
|
|
94
|
+
position: absolute;
|
|
95
|
+
z-index: 10;
|
|
96
|
+
border-bottom: 1px solid #0188fb;
|
|
97
|
+
bottom: 0;
|
|
98
|
+
height: 100%;
|
|
99
|
+
margin-left: 0px;
|
|
100
|
+
display: none;
|
|
101
|
+
background-color: rgba(76, 76, 76, 0.1);
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.fortune-left-top {
|
|
105
|
+
width: 44.5px;
|
|
106
|
+
height: 18.5px;
|
|
107
|
+
border: solid 0 #dfdfdf;
|
|
108
|
+
position: relative;
|
|
109
|
+
padding-top: 0;
|
|
110
|
+
border-width: 0 1px 1px 0;
|
|
111
|
+
padding-left: 0;
|
|
112
|
+
cursor: pointer;
|
|
113
|
+
background-color: white;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.fortune-add-row-button {
|
|
117
|
+
padding: 1px 20px;
|
|
118
|
+
margin-right: 5px;
|
|
119
|
+
display: inline-flex;
|
|
120
|
+
align-items: center;
|
|
121
|
+
margin: 0 8px;
|
|
122
|
+
border: none;
|
|
123
|
+
border-radius: 4px;
|
|
124
|
+
font-size: 14px;
|
|
125
|
+
line-height: 20px;
|
|
126
|
+
outline: none;
|
|
127
|
+
cursor: pointer;
|
|
128
|
+
color: rgb(38, 42, 51);
|
|
129
|
+
background-color: rgb(255, 255, 255);
|
|
130
|
+
border: 1px solid rgb(200, 200, 200);
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.luckysheet-cell-selected-focus {
|
|
134
|
+
position: absolute;
|
|
135
|
+
pointer-events: none;
|
|
136
|
+
z-index: 14;
|
|
137
|
+
/*border:1px solid #fff;*/
|
|
138
|
+
margin: 0px 0 0 0px;
|
|
139
|
+
background: rgba(0, 80, 208, 0.15);
|
|
140
|
+
display: none;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.fortune-selection-copy {
|
|
144
|
+
position: absolute;
|
|
145
|
+
pointer-events: none;
|
|
146
|
+
z-index: 18;
|
|
147
|
+
border: none;
|
|
148
|
+
margin: 0px 0 0 0px;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.fortune-selection-copy .fortune-copy {
|
|
152
|
+
position: absolute;
|
|
153
|
+
z-index: 18;
|
|
154
|
+
background-color: transparent;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.fortune-selection-copy-hc {
|
|
158
|
+
position: absolute;
|
|
159
|
+
top: 0;
|
|
160
|
+
right: 0;
|
|
161
|
+
bottom: 0;
|
|
162
|
+
left: 0;
|
|
163
|
+
border: 2px dashed #12a5ff;
|
|
164
|
+
z-index: 8;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.fortune-selection-highlight {
|
|
168
|
+
position: absolute;
|
|
169
|
+
/*pointer-events: none;*/
|
|
170
|
+
z-index: 14;
|
|
171
|
+
border: none;
|
|
172
|
+
margin: 0px 0 0 0px;
|
|
173
|
+
/* display: none; */
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.fortune-cell-selected-extend {
|
|
177
|
+
position: absolute;
|
|
178
|
+
pointer-events: none;
|
|
179
|
+
z-index: 16;
|
|
180
|
+
border: 1px dashed #efc703;
|
|
181
|
+
margin: -1px 0 0 -1px;
|
|
182
|
+
display: none;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.fortune-cell-selected-move {
|
|
186
|
+
cursor: move;
|
|
187
|
+
position: absolute;
|
|
188
|
+
/* pointer-events: none; */
|
|
189
|
+
z-index: 16;
|
|
190
|
+
border: 2px solid #efc703;
|
|
191
|
+
margin: -1px 0 0 -1px;
|
|
192
|
+
display: none;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.luckysheet-cell-selected {
|
|
196
|
+
position: absolute;
|
|
197
|
+
pointer-events: none;
|
|
198
|
+
z-index: 15;
|
|
199
|
+
border: 2.5px solid #efc703;
|
|
200
|
+
margin: -1px 0 0 -1px;
|
|
201
|
+
background: rgba(1, 136, 251, 0.15);
|
|
202
|
+
display: none;
|
|
203
|
+
box-sizing: content-box;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
.luckysheet-cs-inner-border {
|
|
207
|
+
pointer-events: none;
|
|
208
|
+
border: 1px solid #fff;
|
|
209
|
+
position: absolute;
|
|
210
|
+
top: 0;
|
|
211
|
+
bottom: 0;
|
|
212
|
+
left: 0;
|
|
213
|
+
right: 0;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.luckysheet-cs-fillhandle {
|
|
217
|
+
position: absolute;
|
|
218
|
+
width: 6px;
|
|
219
|
+
height: 6px;
|
|
220
|
+
bottom: -5px;
|
|
221
|
+
cursor: crosshair;
|
|
222
|
+
background-color: #efc703;
|
|
223
|
+
border: solid 1px #fff;
|
|
224
|
+
z-index: 16;
|
|
225
|
+
pointer-events: auto;
|
|
226
|
+
right: -5px;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.luckysheet-cs-draghandle {
|
|
230
|
+
position: absolute;
|
|
231
|
+
cursor: move;
|
|
232
|
+
background-color: #fff;
|
|
233
|
+
opacity: 0.01;
|
|
234
|
+
z-index: 15;
|
|
235
|
+
pointer-events: auto;
|
|
236
|
+
border: 2px solid #fff;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.luckysheet-cs-draghandle-top {
|
|
240
|
+
top: -4px;
|
|
241
|
+
left: -2px;
|
|
242
|
+
right: -2px;
|
|
243
|
+
height: 2px;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.luckysheet-cs-draghandle-bottom {
|
|
247
|
+
right: 0;
|
|
248
|
+
left: -2px;
|
|
249
|
+
bottom: -4px;
|
|
250
|
+
height: 2px;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
.luckysheet-cs-draghandle-left {
|
|
254
|
+
top: 0;
|
|
255
|
+
left: -4px;
|
|
256
|
+
bottom: 0;
|
|
257
|
+
width: 2px;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.luckysheet-cs-draghandle-right {
|
|
261
|
+
top: 0;
|
|
262
|
+
right: -4px;
|
|
263
|
+
bottom: 0;
|
|
264
|
+
width: 2px;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.luckysheet-cs-touchhandle {
|
|
268
|
+
display: none;
|
|
269
|
+
position: absolute;
|
|
270
|
+
width: 16px;
|
|
271
|
+
height: 16px;
|
|
272
|
+
padding: 5px;
|
|
273
|
+
z-index: 100;
|
|
274
|
+
pointer-events: auto;
|
|
275
|
+
touch-action: auto;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
.luckysheet-cs-touchhandle:before {
|
|
279
|
+
content: "";
|
|
280
|
+
display: block;
|
|
281
|
+
width: 16px;
|
|
282
|
+
height: 16px;
|
|
283
|
+
border: 0.5px solid rgba(0, 0, 0, 0.15);
|
|
284
|
+
background-color: #ffffff;
|
|
285
|
+
box-sizing: border-box;
|
|
286
|
+
border-radius: 50%;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
.luckysheet-cs-touchhandle-lt {
|
|
290
|
+
left: -13px;
|
|
291
|
+
top: -13px;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
.luckysheet-cs-touchhandle-lb {
|
|
295
|
+
left: -13px;
|
|
296
|
+
bottom: -13px;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
.luckysheet-cs-touchhandle-rt {
|
|
300
|
+
right: -13px;
|
|
301
|
+
top: -13px;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
.luckysheet-cs-touchhandle-rb {
|
|
305
|
+
right: -13px;
|
|
306
|
+
bottom: -13px;
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
.luckysheet-cs-touchhandle .luckysheet-cs-touchhandle-btn {
|
|
310
|
+
position: absolute;
|
|
311
|
+
width: 10px;
|
|
312
|
+
height: 10px;
|
|
313
|
+
left: 8px;
|
|
314
|
+
top: 8px;
|
|
315
|
+
background-color: #018ffb;
|
|
316
|
+
background-position: center;
|
|
317
|
+
box-sizing: border-box;
|
|
318
|
+
border-radius: 50%;
|
|
319
|
+
z-index: 11;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
.luckysheet-input-box {
|
|
323
|
+
position: fixed;
|
|
324
|
+
font: normal normal 400 13px arial, sans, sans-serif;
|
|
325
|
+
z-index: 15;
|
|
326
|
+
display: flex;
|
|
327
|
+
flex-direction: column;
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
.luckysheet-input-box-inner {
|
|
331
|
+
font: normal normal 400 13px arial, sans, sans-serif;
|
|
332
|
+
text-align: left;
|
|
333
|
+
max-height: 9900px;
|
|
334
|
+
max-width: 9900px;
|
|
335
|
+
border: 2px #efc703 solid;
|
|
336
|
+
padding: 0 2px;
|
|
337
|
+
margin: 0;
|
|
338
|
+
resize: none;
|
|
339
|
+
overflow: hidden;
|
|
340
|
+
white-space: pre-wrap;
|
|
341
|
+
outline: none;
|
|
342
|
+
-webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 40%);
|
|
343
|
+
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
|
|
344
|
+
box-shadow: 0 2px 5px rgb(0 0 0 / 40%);
|
|
345
|
+
word-wrap: break-word;
|
|
346
|
+
background-color: rgb(255, 255, 255);
|
|
347
|
+
font-size: 13px;
|
|
348
|
+
right: auto;
|
|
349
|
+
overflow-y: auto;
|
|
350
|
+
box-sizing: border-box;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
.luckysheet-cell-input {
|
|
354
|
+
width: 100%;
|
|
355
|
+
margin: 0;
|
|
356
|
+
outline: none;
|
|
357
|
+
cursor: text;
|
|
358
|
+
white-space: pre-wrap;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
.luckysheet-formula-text-color {
|
|
362
|
+
color: black;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
.luckysheet-formula-text-string {
|
|
366
|
+
color: forestgreen;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
.luckysheet-cell-flow {
|
|
370
|
+
margin: 0;
|
|
371
|
+
padding: 0;
|
|
372
|
+
border: none 0;
|
|
373
|
+
position: relative;
|
|
374
|
+
touch-action: manipulation;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
.luckysheet-cell-flow-clip {
|
|
378
|
+
border-collapse: collapse;
|
|
379
|
+
width: 5000000px;
|
|
380
|
+
touch-action: manipulation;
|
|
381
|
+
overflow: hidden;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.luckysheet-cell-flow-col {
|
|
385
|
+
margin: 0;
|
|
386
|
+
padding: 0;
|
|
387
|
+
border: none 0;
|
|
388
|
+
position: relative;
|
|
389
|
+
touch-action: manipulation;
|
|
390
|
+
overflow: hidden;
|
|
391
|
+
float: left;
|
|
392
|
+
direction: ltr;
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
.luckysheet-cell-sheettable {
|
|
396
|
+
position: relative;
|
|
397
|
+
/*background-color: #fff;*/
|
|
398
|
+
text-align: left;
|
|
399
|
+
font-size: 11pt;
|
|
400
|
+
color: #000000;
|
|
401
|
+
text-decoration: none;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
.luckysheet-bottom-controll-row {
|
|
405
|
+
position: absolute;
|
|
406
|
+
height: 30px;
|
|
407
|
+
/*width: 400px;*/
|
|
408
|
+
/* background: #000; */
|
|
409
|
+
bottom: 38px;
|
|
410
|
+
left: 0px;
|
|
411
|
+
z-index: 1000;
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
#luckysheet-bottom-add-row {
|
|
415
|
+
padding: 5px 20px;
|
|
416
|
+
margin-right: 5px;
|
|
417
|
+
margin-top: -2px;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
#luckysheet-bottom-add-row-input {
|
|
421
|
+
width: 40px;
|
|
422
|
+
min-width: 40px;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
#luckysheet-bottom-return-top {
|
|
426
|
+
padding: 5px 6px;
|
|
427
|
+
margin-left: 10px;
|
|
428
|
+
margin-top: -2px;
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
.luckysheet-cell-flow-column {
|
|
432
|
+
position: absolute;
|
|
433
|
+
height: inherit;
|
|
434
|
+
width: inherit;
|
|
435
|
+
top: 0;
|
|
436
|
+
left: 0;
|
|
437
|
+
z-index: 1;
|
|
438
|
+
touch-action: manipulation;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
.luckysheet-cell-flow-column-line {
|
|
442
|
+
position: absolute;
|
|
443
|
+
border-right: 1px solid #d4d4d4;
|
|
444
|
+
height: inherit;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
.luckysheet-cell-flow-row {
|
|
448
|
+
text-align: left;
|
|
449
|
+
position: absolute;
|
|
450
|
+
height: inherit;
|
|
451
|
+
width: inherit;
|
|
452
|
+
top: 0;
|
|
453
|
+
left: 0;
|
|
454
|
+
z-index: 1;
|
|
455
|
+
touch-action: manipulation;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
.luckysheet-cell-flow-row-line {
|
|
459
|
+
position: absolute;
|
|
460
|
+
border-bottom: 1px solid #d4d4d4;
|
|
461
|
+
width: inherit;
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
.fortune-cols-change-size,
|
|
465
|
+
.fortune-rows-change-size,
|
|
466
|
+
.fortune-change-size-line,
|
|
467
|
+
.fortune-cols-freeze-handle,
|
|
468
|
+
.fortune-rows-freeze-handle,
|
|
469
|
+
.fortune-freeze-drag-line {
|
|
470
|
+
/*display: none;*/
|
|
471
|
+
-webkit-user-drag: none;
|
|
472
|
+
user-select: none;
|
|
473
|
+
position: absolute;
|
|
474
|
+
z-index: 12;
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
.fortune-cols-change-size {
|
|
478
|
+
width: 5px;
|
|
479
|
+
height: 100%;
|
|
480
|
+
background: #0188fb;
|
|
481
|
+
cursor: ew-resize;
|
|
482
|
+
opacity: 0;
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
.fortune-rows-change-size {
|
|
486
|
+
width: 100%;
|
|
487
|
+
height: 5px;
|
|
488
|
+
background: #0188fb;
|
|
489
|
+
cursor: ns-resize;
|
|
490
|
+
opacity: 0;
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
.fortune-change-size-line {
|
|
494
|
+
border-color: #0188fb;
|
|
495
|
+
border-style: solid;
|
|
496
|
+
z-index: 15;
|
|
497
|
+
cursor: ew-resize;
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
.fortune-cols-freeze-handle {
|
|
501
|
+
position: absolute;
|
|
502
|
+
left: 0;
|
|
503
|
+
width: 3px;
|
|
504
|
+
height: 100%;
|
|
505
|
+
background-color: #ddd;
|
|
506
|
+
cursor: grab;
|
|
507
|
+
z-index: 20;
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
.fortune-rows-freeze-handle {
|
|
511
|
+
position: absolute;
|
|
512
|
+
top: 0;
|
|
513
|
+
height: 3px;
|
|
514
|
+
width: 100%;
|
|
515
|
+
background-color: #ddd;
|
|
516
|
+
cursor: grab;
|
|
517
|
+
z-index: 20;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
.fortune-freeze-drag-line {
|
|
521
|
+
border-color: #ccc;
|
|
522
|
+
border-style: solid;
|
|
523
|
+
z-index: 15;
|
|
524
|
+
cursor: ew-resize;
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
/*批注聚焦框 移动 改变大小*/
|
|
528
|
+
.luckysheet-postil-dialog-move {
|
|
529
|
+
position: absolute;
|
|
530
|
+
margin: 0px;
|
|
531
|
+
padding: 0px;
|
|
532
|
+
top: 0;
|
|
533
|
+
left: 0;
|
|
534
|
+
bottom: 0;
|
|
535
|
+
right: 0;
|
|
536
|
+
pointer-events: none;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
.luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item {
|
|
540
|
+
/*background: #000;*/
|
|
541
|
+
position: absolute;
|
|
542
|
+
pointer-events: all;
|
|
543
|
+
cursor: move;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
.luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item-t {
|
|
547
|
+
width: 100%;
|
|
548
|
+
height: 3px;
|
|
549
|
+
/* border-bottom: 1px solid #000; */
|
|
550
|
+
left: 0;
|
|
551
|
+
top: -4px;
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
.luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item-r {
|
|
555
|
+
width: 3px;
|
|
556
|
+
height: 100%;
|
|
557
|
+
/* border-left: 1px solid #000; */
|
|
558
|
+
right: -4px;
|
|
559
|
+
top: 0;
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
.luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item-b {
|
|
563
|
+
width: 100%;
|
|
564
|
+
height: 3px;
|
|
565
|
+
/* border-top: 1px solid #000; */
|
|
566
|
+
left: 0;
|
|
567
|
+
bottom: -4px;
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
.luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item-l {
|
|
571
|
+
width: 3px;
|
|
572
|
+
height: 100%;
|
|
573
|
+
/* border-right: 1px solid #000; */
|
|
574
|
+
left: -4px;
|
|
575
|
+
top: 0;
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
.luckysheet-postil-show-active
|
|
579
|
+
.luckysheet-postil-dialog-move
|
|
580
|
+
.luckysheet-postil-dialog-move-item {
|
|
581
|
+
border-color: #0188fb;
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
.luckysheet-postil-dialog-resize {
|
|
585
|
+
position: absolute;
|
|
586
|
+
margin: 0px;
|
|
587
|
+
padding: 0px;
|
|
588
|
+
top: -2px;
|
|
589
|
+
left: -2px;
|
|
590
|
+
bottom: -2px;
|
|
591
|
+
right: -2px;
|
|
592
|
+
pointer-events: none;
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item {
|
|
596
|
+
position: absolute;
|
|
597
|
+
height: 6px;
|
|
598
|
+
width: 6px;
|
|
599
|
+
border: 1px solid #0188fb;
|
|
600
|
+
pointer-events: all;
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-lt {
|
|
604
|
+
left: -6px;
|
|
605
|
+
top: -6px;
|
|
606
|
+
cursor: nw-resize;
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-mt {
|
|
610
|
+
left: 50%;
|
|
611
|
+
top: -6px;
|
|
612
|
+
margin-left: -4px;
|
|
613
|
+
cursor: n-resize;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-lm {
|
|
617
|
+
top: 50%;
|
|
618
|
+
left: -6px;
|
|
619
|
+
margin-top: -4px;
|
|
620
|
+
cursor: w-resize;
|
|
621
|
+
}
|
|
622
|
+
|
|
623
|
+
.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-rm {
|
|
624
|
+
top: 50%;
|
|
625
|
+
right: -6px;
|
|
626
|
+
margin-top: -4px;
|
|
627
|
+
cursor: e-resize;
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-rt {
|
|
631
|
+
right: -6px;
|
|
632
|
+
top: -6px;
|
|
633
|
+
cursor: ne-resize;
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-lb {
|
|
637
|
+
left: -6px;
|
|
638
|
+
bottom: -6px;
|
|
639
|
+
cursor: sw-resize;
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-mb {
|
|
643
|
+
left: 50%;
|
|
644
|
+
bottom: -6px;
|
|
645
|
+
margin-left: -4px;
|
|
646
|
+
cursor: s-resize;
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-rb {
|
|
650
|
+
right: -6px;
|
|
651
|
+
bottom: -6px;
|
|
652
|
+
cursor: se-resize;
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
.fortune-selection-copy-top {
|
|
656
|
+
left: 0;
|
|
657
|
+
right: 0;
|
|
658
|
+
height: 2px;
|
|
659
|
+
top: 0;
|
|
660
|
+
background-position: bottom;
|
|
661
|
+
/* background-image: url("EwaAntH.gif"); */
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
.fortune-selection-copy-right {
|
|
665
|
+
top: 0;
|
|
666
|
+
bottom: 0;
|
|
667
|
+
width: 2px;
|
|
668
|
+
right: 0;
|
|
669
|
+
/* background-image: url("EwaAntV.gif"); */
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
.fortune-selection-copy-bottom {
|
|
673
|
+
left: 0;
|
|
674
|
+
right: 0;
|
|
675
|
+
height: 2px;
|
|
676
|
+
bottom: 0;
|
|
677
|
+
/* background-image: url("EwaAntH.gif"); */
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
.fortune-selection-copy-left {
|
|
681
|
+
top: 0;
|
|
682
|
+
bottom: 0;
|
|
683
|
+
width: 2px;
|
|
684
|
+
left: 0;
|
|
685
|
+
background-position: right;
|
|
686
|
+
/* background-image: url("EwaAntV.gif"); */
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
.fortune-selection-copy-hc {
|
|
690
|
+
position: absolute;
|
|
691
|
+
top: 0;
|
|
692
|
+
right: 0;
|
|
693
|
+
bottom: 0;
|
|
694
|
+
left: 0;
|
|
695
|
+
border: 2px dashed #12a5ff;
|
|
696
|
+
z-index: 8;
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
.luckysheet-modal-dialog-resize {
|
|
700
|
+
position: absolute;
|
|
701
|
+
border: 2px solid #0188fb;
|
|
702
|
+
margin: 0px;
|
|
703
|
+
padding: 0px;
|
|
704
|
+
top: -2px;
|
|
705
|
+
left: -2px;
|
|
706
|
+
bottom: -2px;
|
|
707
|
+
right: -2px;
|
|
708
|
+
pointer-events: none;
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
.luckysheet-modal-dialog-resize-item {
|
|
712
|
+
position: absolute;
|
|
713
|
+
height: 6px;
|
|
714
|
+
width: 6px;
|
|
715
|
+
background: #ffffff;
|
|
716
|
+
border: 2px solid #0188fb;
|
|
717
|
+
pointer-events: all;
|
|
718
|
+
border-radius: 6px;
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
.luckysheet-modal-dialog-resize-item-lt {
|
|
722
|
+
left: -6px;
|
|
723
|
+
top: -6px;
|
|
724
|
+
cursor: se-resize;
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
.luckysheet-modal-dialog-resize-item-mt {
|
|
728
|
+
left: 50%;
|
|
729
|
+
top: -6px;
|
|
730
|
+
margin-left: -4px;
|
|
731
|
+
cursor: s-resize;
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
.luckysheet-modal-dialog-resize-item-rt {
|
|
735
|
+
right: -6px;
|
|
736
|
+
top: -6px;
|
|
737
|
+
cursor: ne-resize;
|
|
738
|
+
}
|
|
739
|
+
|
|
740
|
+
.luckysheet-modal-dialog-resize-item-lm {
|
|
741
|
+
top: 50%;
|
|
742
|
+
left: -6px;
|
|
743
|
+
margin-top: -4px;
|
|
744
|
+
cursor: w-resize;
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
.luckysheet-modal-dialog-resize-item-rm {
|
|
748
|
+
top: 50%;
|
|
749
|
+
right: -6px;
|
|
750
|
+
margin-top: -4px;
|
|
751
|
+
cursor: w-resize;
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
.luckysheet-modal-dialog-resize-item-lb {
|
|
755
|
+
left: -6px;
|
|
756
|
+
bottom: -6px;
|
|
757
|
+
cursor: ne-resize;
|
|
758
|
+
}
|
|
759
|
+
|
|
760
|
+
.luckysheet-modal-dialog-resize-item-mb {
|
|
761
|
+
left: 50%;
|
|
762
|
+
bottom: -6px;
|
|
763
|
+
margin-left: -4px;
|
|
764
|
+
cursor: s-resize;
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
.luckysheet-modal-dialog-resize-item-rb {
|
|
768
|
+
right: -6px;
|
|
769
|
+
bottom: -6px;
|
|
770
|
+
cursor: se-resize;
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
.fortune-formula-functionrange-highlight .fortune-copy {
|
|
774
|
+
background-image: none;
|
|
775
|
+
background: #0188fb;
|
|
776
|
+
position: absolute;
|
|
777
|
+
z-index: 18;
|
|
778
|
+
cursor: move;
|
|
779
|
+
opacity: 0.9;
|
|
780
|
+
box-sizing: content-box;
|
|
781
|
+
/*border: 1px solid #fff;*/
|
|
782
|
+
}
|
|
783
|
+
|
|
784
|
+
.fortune-formula-functionrange-highlight .fortune-selection-copy-top {
|
|
785
|
+
top: -2px;
|
|
786
|
+
border-top: 2px solid #fff;
|
|
787
|
+
border-bottom: 2px solid #fff;
|
|
788
|
+
}
|
|
789
|
+
|
|
790
|
+
.fortune-formula-functionrange-highlight .fortune-selection-copy-right {
|
|
791
|
+
right: -2px;
|
|
792
|
+
border-left: 2px solid #fff;
|
|
793
|
+
border-right: 2px solid #fff;
|
|
794
|
+
}
|
|
795
|
+
|
|
796
|
+
.fortune-formula-functionrange-highlight .fortune-selection-copy-bottom {
|
|
797
|
+
bottom: -2px;
|
|
798
|
+
border-top: 2px solid #fff;
|
|
799
|
+
border-bottom: 2px solid #fff;
|
|
800
|
+
}
|
|
801
|
+
|
|
802
|
+
.fortune-formula-functionrange-highlight .fortune-selection-copy-left {
|
|
803
|
+
left: -2px;
|
|
804
|
+
border-left: 2px solid #fff;
|
|
805
|
+
border-right: 2px solid #fff;
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
.fortune-formula-functionrange-highlight .fortune-selection-copy-hc {
|
|
809
|
+
border: 2px solid #5e5e5e;
|
|
810
|
+
opacity: 0.03;
|
|
811
|
+
z-index: initial;
|
|
812
|
+
}
|
|
813
|
+
|
|
814
|
+
.fortune-selection-highlight-lt {
|
|
815
|
+
left: -3px;
|
|
816
|
+
top: -3px;
|
|
817
|
+
cursor: se-resize;
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
.fortune-selection-highlight-rt {
|
|
821
|
+
right: -3px;
|
|
822
|
+
top: -3px;
|
|
823
|
+
cursor: ne-resize;
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
.fortune-selection-highlight-lb {
|
|
827
|
+
left: -3px;
|
|
828
|
+
bottom: -3px;
|
|
829
|
+
cursor: ne-resize;
|
|
830
|
+
}
|
|
831
|
+
|
|
832
|
+
.fortune-selection-highlight-rb {
|
|
833
|
+
right: -3px;
|
|
834
|
+
bottom: -3px;
|
|
835
|
+
cursor: se-resize;
|
|
836
|
+
}
|
|
837
|
+
|
|
838
|
+
.fortune-formula-functionrange-highlight .luckysheet-highlight {
|
|
839
|
+
position: absolute;
|
|
840
|
+
z-index: 19;
|
|
841
|
+
border: 1px solid #fff;
|
|
842
|
+
background: #0188fb;
|
|
843
|
+
width: 6px;
|
|
844
|
+
height: 6px;
|
|
845
|
+
}
|
|
846
|
+
|
|
847
|
+
.fortune-presence-username {
|
|
848
|
+
position: absolute;
|
|
849
|
+
padding-left: 6px;
|
|
850
|
+
padding-right: 6px;
|
|
851
|
+
padding-top: 2px;
|
|
852
|
+
padding-bottom: 2px;
|
|
853
|
+
left: -2px;
|
|
854
|
+
font-size: 12px;
|
|
855
|
+
white-space: nowrap;
|
|
856
|
+
overflow: hidden;
|
|
857
|
+
text-overflow: ellipsis;
|
|
858
|
+
box-sizing: content-box;
|
|
859
|
+
color: #fff;
|
|
860
|
+
}
|
|
861
|
+
|
|
862
|
+
.fortune-presence-selection {
|
|
863
|
+
position: absolute;
|
|
864
|
+
border-style: solid;
|
|
865
|
+
border-width: 1;
|
|
866
|
+
opacity: 0.7;
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
.luckysheet-filter-options {
|
|
870
|
+
cursor: pointer;
|
|
871
|
+
position: absolute;
|
|
872
|
+
z-index: 200;
|
|
873
|
+
border-radius: 2px;
|
|
874
|
+
top: 4px;
|
|
875
|
+
margin-right: 2px;
|
|
876
|
+
margin-top: 2px;
|
|
877
|
+
font-size: 12px;
|
|
878
|
+
height: 15px;
|
|
879
|
+
padding: 1px;
|
|
880
|
+
background: hsl(var(--color-bg-tertiary));
|
|
881
|
+
}
|
|
882
|
+
|
|
883
|
+
.luckysheet-filter-options:hover {
|
|
884
|
+
background: hsl(var(--color-bg-default-hover));
|
|
885
|
+
}
|
|
886
|
+
|
|
887
|
+
.luckysheet-filter-options-active {
|
|
888
|
+
background: hsl(var(--color-bg-tertiary));
|
|
889
|
+
}
|
|
890
|
+
|
|
891
|
+
.caret {
|
|
892
|
+
margin-top: 6px;
|
|
893
|
+
width: 0;
|
|
894
|
+
height: 0;
|
|
895
|
+
display: inline-block;
|
|
896
|
+
border: 4px solid transparent;
|
|
897
|
+
}
|
|
898
|
+
|
|
899
|
+
.caret.down {
|
|
900
|
+
border-top-color: #897bff;
|
|
901
|
+
}
|
|
902
|
+
|
|
903
|
+
.luckysheet-filter-options:hover .caret.down {
|
|
904
|
+
border-top-color: #ffffff;
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
.luckysheet-filter-selected {
|
|
908
|
+
background: #ffffff00;
|
|
909
|
+
}
|
|
910
|
+
|
|
911
|
+
#luckysheet-dataVerification-showHintBox {
|
|
912
|
+
display: none;
|
|
913
|
+
padding: 8px;
|
|
914
|
+
min-width: 132px;
|
|
915
|
+
background-color: hsl(var(--color-bg-default));
|
|
916
|
+
border: 1px solid hsl(var(--color-border-default));
|
|
917
|
+
border-left: 4px solid #f4874a !important;
|
|
918
|
+
border-radius: 4px;
|
|
919
|
+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
|
920
|
+
position: absolute;
|
|
921
|
+
transform: translateY(4px);
|
|
922
|
+
z-index: 1000;
|
|
923
|
+
user-select: none;
|
|
924
|
+
cursor: default;
|
|
925
|
+
white-space: nowrap;
|
|
926
|
+
font-size: 14px;
|
|
927
|
+
}
|
|
928
|
+
|
|
929
|
+
#luckysheet-dataVerification-dropdown-btn {
|
|
930
|
+
display: none;
|
|
931
|
+
padding: 1px;
|
|
932
|
+
position: absolute;
|
|
933
|
+
transform: translateY(15%);
|
|
934
|
+
z-index: 10;
|
|
935
|
+
overflow: hidden;
|
|
936
|
+
cursor: pointer !important;
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
.luckysheet-cell-address-indicator {
|
|
940
|
+
position: absolute;
|
|
941
|
+
top: -18px;
|
|
942
|
+
left: 0;
|
|
943
|
+
background-color: #efc703;
|
|
944
|
+
color: #000000;
|
|
945
|
+
padding: 2px 8px;
|
|
946
|
+
font-size: 12px;
|
|
947
|
+
font-weight: 500;
|
|
948
|
+
white-space: nowrap;
|
|
949
|
+
z-index: 20;
|
|
950
|
+
pointer-events: none;
|
|
951
|
+
user-select: none;
|
|
952
|
+
}
|