@fileverse-dev/fortune-react 1.1.98 → 1.1.99-patch-3

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.
Files changed (43) hide show
  1. package/es/components/ContextMenu/index.js +2 -2
  2. package/es/components/DataVerification/ColorPicker.js +31 -7
  3. package/es/components/DataVerification/DropdownList.js +20 -1
  4. package/es/components/DataVerification/DropdownOption.js +8 -2
  5. package/es/components/DataVerification/RangeDialog.js +0 -2
  6. package/es/components/DataVerification/index.css +20 -0
  7. package/es/components/DataVerification/index.js +29 -5
  8. package/es/components/SheetOverlay/ColumnHeader.js +88 -5
  9. package/es/components/SheetOverlay/FormulaHint/index.js +13 -2
  10. package/es/components/SheetOverlay/InputBox.js +1 -1
  11. package/es/components/SheetOverlay/RowHeader.js +82 -5
  12. package/es/components/SheetOverlay/drag_and_drop/column-helpers.js +20 -18
  13. package/es/components/SheetOverlay/drag_and_drop/row-helpers.js +20 -18
  14. package/es/components/SheetOverlay/helper.d.ts +0 -1
  15. package/es/components/SheetOverlay/helper.js +3 -16
  16. package/es/components/SheetOverlay/index.css +24 -1
  17. package/es/components/Toolbar/index.d.ts +1 -1
  18. package/es/components/Toolbar/index.js +23 -19
  19. package/es/components/Workbook/api.d.ts +1 -1
  20. package/es/components/Workbook/index.d.ts +10 -10
  21. package/es/components/Workbook/index.js +5 -0
  22. package/lib/components/ContextMenu/index.js +2 -2
  23. package/lib/components/DataVerification/ColorPicker.js +30 -6
  24. package/lib/components/DataVerification/DropdownList.js +20 -1
  25. package/lib/components/DataVerification/DropdownOption.js +8 -2
  26. package/lib/components/DataVerification/RangeDialog.js +0 -2
  27. package/lib/components/DataVerification/index.css +20 -0
  28. package/lib/components/DataVerification/index.js +29 -5
  29. package/lib/components/SheetOverlay/ColumnHeader.js +87 -4
  30. package/lib/components/SheetOverlay/FormulaHint/index.js +13 -2
  31. package/lib/components/SheetOverlay/InputBox.js +1 -1
  32. package/lib/components/SheetOverlay/RowHeader.js +81 -4
  33. package/lib/components/SheetOverlay/drag_and_drop/column-helpers.js +20 -18
  34. package/lib/components/SheetOverlay/drag_and_drop/row-helpers.js +20 -18
  35. package/lib/components/SheetOverlay/helper.d.ts +0 -1
  36. package/lib/components/SheetOverlay/helper.js +3 -17
  37. package/lib/components/SheetOverlay/index.css +24 -1
  38. package/lib/components/Toolbar/index.d.ts +1 -1
  39. package/lib/components/Toolbar/index.js +23 -19
  40. package/lib/components/Workbook/api.d.ts +1 -1
  41. package/lib/components/Workbook/index.d.ts +10 -10
  42. package/lib/components/Workbook/index.js +5 -0
  43. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-react",
3
- "version": "1.1.98",
3
+ "version": "1.1.99-patch-3",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "module": "es/index.js",
@@ -16,7 +16,7 @@
16
16
  "tsc": "tsc"
17
17
  },
18
18
  "dependencies": {
19
- "@fileverse-dev/fortune-core": "1.1.98",
19
+ "@fileverse-dev/fortune-core": "1.1.99-patch-3",
20
20
  "@fileverse/ui": "^4.1.7-patch-21",
21
21
  "@tippyjs/react": "^4.2.6",
22
22
  "@types/regenerator-runtime": "^0.13.6",