@jackuait/blok 0.5.0 → 0.6.0-beta.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.
Files changed (52) hide show
  1. package/dist/blok.mjs +2 -2
  2. package/dist/chunks/{blok-Iw5VswgQ.mjs → blok-BCb-TePJ.mjs} +3305 -5469
  3. package/dist/chunks/{i18next-loader-Bq60jl5F.mjs → i18next-loader-O9hLUUxC.mjs} +1 -1
  4. package/dist/chunks/{index-bpSviZOu.mjs → index-B9OatijR.mjs} +1 -1
  5. package/dist/chunks/inline-tool-convert-Y0pOGkpb.mjs +4471 -0
  6. package/dist/full.mjs +2 -2
  7. package/dist/tools.mjs +3023 -958
  8. package/dist/vendor.LICENSE.txt +33 -33
  9. package/package.json +1 -1
  10. package/src/components/block-tunes/block-tune-delete.ts +3 -2
  11. package/src/components/constants/data-attributes.ts +2 -0
  12. package/src/components/icons/index.ts +153 -61
  13. package/src/components/modules/api/index.ts +1 -0
  14. package/src/components/modules/blockEvents/index.ts +9 -0
  15. package/src/components/modules/blockManager/blockManager.ts +17 -29
  16. package/src/components/modules/crossBlockSelection.ts +8 -8
  17. package/src/components/modules/rectangleSelection.ts +13 -0
  18. package/src/components/modules/toolbar/blockSettings.ts +3 -3
  19. package/src/components/modules/toolbar/index.ts +10 -0
  20. package/src/components/modules/toolbar/plus-button.ts +2 -2
  21. package/src/components/modules/toolbar/settings-toggler.ts +3 -5
  22. package/src/components/modules/ui.ts +8 -0
  23. package/src/components/modules/uiControllers/controllers/blockHover.ts +41 -1
  24. package/src/components/modules/uiControllers/controllers/keyboard.ts +17 -11
  25. package/src/components/modules/uiControllers/handlers/click.ts +0 -12
  26. package/src/components/ui/toolbox.ts +29 -0
  27. package/src/components/utils/popover/components/popover-item/popover-item-default/popover-item-default.const.ts +2 -1
  28. package/src/components/utils/popover/components/popover-item/popover-item-default/popover-item-default.ts +3 -0
  29. package/src/components/utils/popover/index.ts +1 -0
  30. package/src/components/utils/popover/popover-abstract.ts +22 -1
  31. package/src/components/utils/popover/popover-registry.ts +188 -0
  32. package/src/components/utils/tooltip.ts +2 -24
  33. package/src/styles/main.css +22 -0
  34. package/src/tools/index.ts +2 -0
  35. package/src/tools/table/data-normalizer.ts +32 -0
  36. package/src/tools/table/index.ts +569 -0
  37. package/src/tools/table/table-add-controls.ts +440 -0
  38. package/src/tools/table/table-cell-blocks.ts +587 -0
  39. package/src/tools/table/table-cell-selection.ts +624 -0
  40. package/src/tools/table/table-core.ts +467 -0
  41. package/src/tools/table/table-grip-visuals.ts +96 -0
  42. package/src/tools/table/table-heading-toggle.ts +127 -0
  43. package/src/tools/table/table-operations.ts +446 -0
  44. package/src/tools/table/table-resize.ts +239 -0
  45. package/src/tools/table/table-row-col-controls.ts +727 -0
  46. package/src/tools/table/table-row-col-drag.ts +507 -0
  47. package/src/tools/table/types.ts +54 -0
  48. package/types/index.d.ts +7 -0
  49. package/types/tools/table.d.ts +67 -0
  50. package/types/tools-entry.d.ts +4 -0
  51. package/types/utils/popover/popover-item.d.ts +6 -0
  52. package/dist/chunks/inline-tool-convert-DfWTpeSy.mjs +0 -2117
package/dist/blok.mjs CHANGED
@@ -1,5 +1,5 @@
1
- import { B as s, v as a } from "./chunks/blok-Iw5VswgQ.mjs";
2
- import { D as A } from "./chunks/inline-tool-convert-DfWTpeSy.mjs";
1
+ import { B as s, v as a } from "./chunks/blok-BCb-TePJ.mjs";
2
+ import { D as A } from "./chunks/inline-tool-convert-Y0pOGkpb.mjs";
3
3
  export {
4
4
  s as Blok,
5
5
  A as DATA_ATTR,