@harbour-enterprises/superdoc 0.13.2-rev9 → 0.13.2

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 (57) hide show
  1. package/dist/chunks/{eventemitter3-KKY27oz-.es.js → eventemitter3-BrspJk8q.es.js} +1 -1
  2. package/dist/chunks/{eventemitter3-CHxWXmuK.cjs → eventemitter3-DfVviFzP.cjs} +1 -1
  3. package/dist/chunks/{index-CweAXNfB.cjs → index-B4J7wgs6.cjs} +2 -2
  4. package/dist/chunks/{index-kOMfCfBT.cjs → index-Cdsq63Xq.cjs} +4 -4
  5. package/dist/chunks/{index-DS3W0eVB.es.js → index-Diu6UKHt.es.js} +4 -4
  6. package/dist/chunks/{index-BqLFjUHn.es.js → index-Hr3Um-Bg.es.js} +2 -2
  7. package/dist/chunks/{jszip-9bCX1h2W.cjs → jszip-BTAcmbVg.cjs} +1 -1
  8. package/dist/chunks/{jszip-Cl3s9njw.es.js → jszip-DckFs3A7.es.js} +1 -1
  9. package/dist/chunks/{super-editor.es-TaswSSDL.cjs → super-editor.es-BM89AzsN.cjs} +811 -1088
  10. package/dist/chunks/{super-editor.es-BE0HKCoV.es.js → super-editor.es-BNyzbCw0.es.js} +811 -1088
  11. package/dist/chunks/{url-B8LY3nwf.cjs → url-BIzg4y2i.cjs} +2 -2
  12. package/dist/chunks/{url-Bq00tGvm.es.js → url-CHayXMZH.es.js} +2 -2
  13. package/dist/chunks/{vue-BBJVqxjL.es.js → vue-Bi1uWinj.es.js} +3 -10
  14. package/dist/chunks/{vue-BBjMeYfo.cjs → vue-HIY1g7dm.cjs} +3 -10
  15. package/dist/chunks/{xml-js-BuAdLsHD.cjs → xml-js-BjqmFOSP.cjs} +102 -81
  16. package/dist/chunks/{xml-js-1F0lia4t.es.js → xml-js-CfClL-1b.es.js} +102 -81
  17. package/dist/style.css +1 -2
  18. package/dist/super-editor/ai-writer.es.js +2 -2
  19. package/dist/super-editor/chunks/{converter-BvRopd2F.js → converter-CsK9KCaL.js} +55 -637
  20. package/dist/super-editor/chunks/{docx-zipper-CZ8M74hv.js → docx-zipper-6iKmmME2.js} +1 -1
  21. package/dist/super-editor/chunks/{editor-D1rD0fdS.js → editor-Cxb-Zwyu.js} +685 -387
  22. package/dist/super-editor/chunks/{toolbar-CvP4K1yD.js → toolbar-QHIHaeEf.js} +3 -2
  23. package/dist/super-editor/converter.es.js +2 -2
  24. package/dist/super-editor/core/Editor.d.ts +0 -7
  25. package/dist/super-editor/core/Editor.d.ts.map +1 -1
  26. package/dist/super-editor/core/InputRule.d.ts +0 -7
  27. package/dist/super-editor/core/InputRule.d.ts.map +1 -1
  28. package/dist/super-editor/core/helpers/annotator.d.ts +0 -4
  29. package/dist/super-editor/core/helpers/annotator.d.ts.map +1 -1
  30. package/dist/super-editor/core/super-converter/exporter.d.ts.map +1 -1
  31. package/dist/super-editor/docx-zipper.es.js +2 -2
  32. package/dist/super-editor/editor.es.js +3 -3
  33. package/dist/super-editor/extensions/field-annotation/field-annotation.d.ts.map +1 -1
  34. package/dist/super-editor/extensions/field-annotation/fieldAnnotationHelpers/findRemovedFieldAnnotations.d.ts.map +1 -1
  35. package/dist/super-editor/extensions/image/imageHelpers/startImageUpload.d.ts.map +1 -1
  36. package/dist/super-editor/extensions/line-break/line-break.d.ts.map +1 -1
  37. package/dist/super-editor/extensions/noderesizer/noderesizer.d.ts.map +1 -1
  38. package/dist/super-editor/extensions/pagination/pagination-helpers.d.ts +1 -6
  39. package/dist/super-editor/extensions/pagination/pagination-helpers.d.ts.map +1 -1
  40. package/dist/super-editor/extensions/pagination/pagination.d.ts.map +1 -1
  41. package/dist/super-editor/extensions/paragraph/paragraph.d.ts.map +1 -1
  42. package/dist/super-editor/file-zipper.es.js +1 -1
  43. package/dist/super-editor/style.css +1 -2
  44. package/dist/super-editor/super-editor.es.js +7 -7
  45. package/dist/super-editor/tests/e2e/test-app/vite.config.d.ts +1 -1
  46. package/dist/super-editor/toolbar.es.js +2 -2
  47. package/dist/super-editor.cjs +2 -2
  48. package/dist/super-editor.es.js +2 -2
  49. package/dist/superdoc.cjs +9 -8
  50. package/dist/superdoc.es.js +10 -9
  51. package/dist/superdoc.umd.js +815 -1098
  52. package/dist/superdoc.umd.js.map +1 -1
  53. package/package.json +1 -1
  54. package/dist/super-editor/core/helpers/setImageNodeSelection.d.ts +0 -2
  55. package/dist/super-editor/core/helpers/setImageNodeSelection.d.ts.map +0 -1
  56. package/dist/super-editor/tests/e2e/test-app/dist/assets/index-BTMvkUyI.d.ts +0 -3
  57. package/dist/super-editor/tests/e2e/test-app/dist/assets/index-BTMvkUyI.d.ts.map +0 -1
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
- const jszip = require("./jszip-9bCX1h2W.cjs");
3
- const xmlJs = require("./xml-js-BuAdLsHD.cjs");
2
+ const jszip = require("./jszip-BTAcmbVg.cjs");
3
+ const xmlJs = require("./xml-js-BjqmFOSP.cjs");
4
4
  const __viteBrowserExternal = require("./__vite-browser-external-DWbQq7bv.cjs");
5
5
  var punycode$1 = { exports: {} };
6
6
  /*! https://mths.be/punycode v1.4.1 by @mathias */
@@ -1,5 +1,5 @@
1
- import { c as commonjsGlobal, g as getDefaultExportFromCjs, a as getAugmentedNamespace } from "./jszip-Cl3s9njw.es.js";
2
- import { t as type, g as getIntrinsic, c as callBound$2 } from "./xml-js-1F0lia4t.es.js";
1
+ import { c as commonjsGlobal, g as getDefaultExportFromCjs, a as getAugmentedNamespace } from "./jszip-DckFs3A7.es.js";
2
+ import { t as type, g as getIntrinsic, c as callBound$2 } from "./xml-js-CfClL-1b.es.js";
3
3
  import { _ as __viteBrowserExternal } from "./__vite-browser-external-CURh0WXD.es.js";
4
4
  var punycode$1 = { exports: {} };
5
5
  /*! https://mths.be/punycode v1.4.1 by @mathias */
@@ -162,7 +162,7 @@ process.umask = function() {
162
162
  var browserExports = browser.exports;
163
163
  const process$1 = /* @__PURE__ */ getDefaultExportFromCjs(browserExports);
164
164
  /**
165
- * @vue/shared v3.5.17
165
+ * @vue/shared v3.5.16
166
166
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
167
167
  * @license MIT
168
168
  **/
@@ -787,7 +787,6 @@ class Link {
787
787
  }
788
788
  }
789
789
  class Dep {
790
- // TODO isolatedDeclarations "__v_skip"
791
790
  constructor(computed2) {
792
791
  this.computed = computed2;
793
792
  this.version = 0;
@@ -796,7 +795,6 @@ class Dep {
796
795
  this.map = void 0;
797
796
  this.key = void 0;
798
797
  this.sc = 0;
799
- this.__v_skip = true;
800
798
  if (!!(process$1.env.NODE_ENV !== "production")) {
801
799
  this.subsHead = void 0;
802
800
  }
@@ -5212,8 +5210,6 @@ const assignSlots = (slots, children, optimized) => {
5212
5210
  const initSlots = (instance, children, optimized) => {
5213
5211
  const slots = instance.slots = createInternalObject();
5214
5212
  if (instance.vnode.shapeFlag & 32) {
5215
- const cacheIndexes = children.__;
5216
- if (cacheIndexes) def(slots, "__", cacheIndexes, true);
5217
5213
  const type = children._;
5218
5214
  if (type) {
5219
5215
  assignSlots(slots, children, optimized);
@@ -5434,8 +5430,6 @@ function baseCreateRenderer(options, createHydrationFns) {
5434
5430
  }
5435
5431
  if (ref3 != null && parentComponent) {
5436
5432
  setRef(ref3, n1 && n1.ref, parentSuspense, n2 || n1, !n2);
5437
- } else if (ref3 == null && n1 && n1.ref != null) {
5438
- setRef(n1.ref, null, parentSuspense, n1, true);
5439
5433
  }
5440
5434
  };
5441
5435
  const processText = (n1, n2, container, anchor) => {
@@ -5974,8 +5968,7 @@ function baseCreateRenderer(options, createHydrationFns) {
5974
5968
  }
5975
5969
  toggleRecurse(instance, true);
5976
5970
  {
5977
- if (root.ce && // @ts-expect-error _def is private
5978
- root.ce._def.shadowRoot !== false) {
5971
+ if (root.ce) {
5979
5972
  root.ce._injectChildStyle(type);
5980
5973
  }
5981
5974
  if (!!(process$1.env.NODE_ENV !== "production")) {
@@ -8340,7 +8333,7 @@ function initCustomFormatter() {
8340
8333
  window.devtoolsFormatters = [formatter];
8341
8334
  }
8342
8335
  }
8343
- const version = "3.5.17";
8336
+ const version = "3.5.16";
8344
8337
  const warn = !!(process$1.env.NODE_ENV !== "production") ? warn$1 : NOOP;
8345
8338
  !!(process$1.env.NODE_ENV !== "production") || true ? devtools$1 : void 0;
8346
8339
  !!(process$1.env.NODE_ENV !== "production") || true ? setDevtoolsHook$1 : NOOP;
@@ -163,7 +163,7 @@ process.umask = function() {
163
163
  var browserExports = browser.exports;
164
164
  const process$1 = /* @__PURE__ */ getDefaultExportFromCjs(browserExports);
165
165
  /**
166
- * @vue/shared v3.5.17
166
+ * @vue/shared v3.5.16
167
167
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
168
168
  * @license MIT
169
169
  **/
@@ -788,7 +788,6 @@ class Link {
788
788
  }
789
789
  }
790
790
  class Dep {
791
- // TODO isolatedDeclarations "__v_skip"
792
791
  constructor(computed2) {
793
792
  this.computed = computed2;
794
793
  this.version = 0;
@@ -797,7 +796,6 @@ class Dep {
797
796
  this.map = void 0;
798
797
  this.key = void 0;
799
798
  this.sc = 0;
800
- this.__v_skip = true;
801
799
  if (!!(process$1.env.NODE_ENV !== "production")) {
802
800
  this.subsHead = void 0;
803
801
  }
@@ -5213,8 +5211,6 @@ const assignSlots = (slots, children, optimized) => {
5213
5211
  const initSlots = (instance, children, optimized) => {
5214
5212
  const slots = instance.slots = createInternalObject();
5215
5213
  if (instance.vnode.shapeFlag & 32) {
5216
- const cacheIndexes = children.__;
5217
- if (cacheIndexes) def(slots, "__", cacheIndexes, true);
5218
5214
  const type = children._;
5219
5215
  if (type) {
5220
5216
  assignSlots(slots, children, optimized);
@@ -5435,8 +5431,6 @@ function baseCreateRenderer(options, createHydrationFns) {
5435
5431
  }
5436
5432
  if (ref3 != null && parentComponent) {
5437
5433
  setRef(ref3, n1 && n1.ref, parentSuspense, n2 || n1, !n2);
5438
- } else if (ref3 == null && n1 && n1.ref != null) {
5439
- setRef(n1.ref, null, parentSuspense, n1, true);
5440
5434
  }
5441
5435
  };
5442
5436
  const processText = (n1, n2, container, anchor) => {
@@ -5975,8 +5969,7 @@ function baseCreateRenderer(options, createHydrationFns) {
5975
5969
  }
5976
5970
  toggleRecurse(instance, true);
5977
5971
  {
5978
- if (root.ce && // @ts-expect-error _def is private
5979
- root.ce._def.shadowRoot !== false) {
5972
+ if (root.ce) {
5980
5973
  root.ce._injectChildStyle(type);
5981
5974
  }
5982
5975
  if (!!(process$1.env.NODE_ENV !== "production")) {
@@ -8341,7 +8334,7 @@ function initCustomFormatter() {
8341
8334
  window.devtoolsFormatters = [formatter];
8342
8335
  }
8343
8336
  }
8344
- const version = "3.5.17";
8337
+ const version = "3.5.16";
8345
8338
  const warn = !!(process$1.env.NODE_ENV !== "production") ? warn$1 : NOOP;
8346
8339
  !!(process$1.env.NODE_ENV !== "production") || true ? devtools$1 : void 0;
8347
8340
  !!(process$1.env.NODE_ENV !== "production") || true ? setDevtoolsHook$1 : NOOP;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
- const jszip = require("./jszip-9bCX1h2W.cjs");
3
- const vue = require("./vue-BBjMeYfo.cjs");
2
+ const jszip = require("./jszip-BTAcmbVg.cjs");
3
+ const vue = require("./vue-HIY1g7dm.cjs");
4
4
  var inherits_browser = { exports: {} };
5
5
  if (typeof Object.create === "function") {
6
6
  inherits_browser.exports = function inherits(ctor, superCtor) {
@@ -457,7 +457,7 @@ var type = TypeError;
457
457
  var uri = URIError;
458
458
  var abs$1 = Math.abs;
459
459
  var floor$1 = Math.floor;
460
- var max$2 = Math.max;
460
+ var max$1 = Math.max;
461
461
  var min$1 = Math.min;
462
462
  var pow$1 = Math.pow;
463
463
  var round$1 = Math.round;
@@ -517,78 +517,99 @@ function requireHasSymbols() {
517
517
  var Reflect_getPrototypeOf = typeof Reflect !== "undefined" && Reflect.getPrototypeOf || null;
518
518
  var $Object$2 = esObjectAtoms;
519
519
  var Object_getPrototypeOf = $Object$2.getPrototypeOf || null;
520
- var ERROR_MESSAGE = "Function.prototype.bind called on incompatible ";
521
- var toStr$3 = Object.prototype.toString;
522
- var max$1 = Math.max;
523
- var funcType = "[object Function]";
524
- var concatty = function concatty2(a, b) {
525
- var arr = [];
526
- for (var i = 0; i < a.length; i += 1) {
527
- arr[i] = a[i];
528
- }
529
- for (var j = 0; j < b.length; j += 1) {
530
- arr[j + a.length] = b[j];
531
- }
532
- return arr;
533
- };
534
- var slicy = function slicy2(arrLike, offset) {
535
- var arr = [];
536
- for (var i = offset, j = 0; i < arrLike.length; i += 1, j += 1) {
537
- arr[j] = arrLike[i];
538
- }
539
- return arr;
540
- };
541
- var joiny = function(arr, joiner) {
542
- var str = "";
543
- for (var i = 0; i < arr.length; i += 1) {
544
- str += arr[i];
545
- if (i + 1 < arr.length) {
546
- str += joiner;
520
+ var implementation;
521
+ var hasRequiredImplementation;
522
+ function requireImplementation() {
523
+ if (hasRequiredImplementation) return implementation;
524
+ hasRequiredImplementation = 1;
525
+ var ERROR_MESSAGE = "Function.prototype.bind called on incompatible ";
526
+ var toStr2 = Object.prototype.toString;
527
+ var max2 = Math.max;
528
+ var funcType = "[object Function]";
529
+ var concatty = function concatty2(a, b) {
530
+ var arr = [];
531
+ for (var i = 0; i < a.length; i += 1) {
532
+ arr[i] = a[i];
533
+ }
534
+ for (var j = 0; j < b.length; j += 1) {
535
+ arr[j + a.length] = b[j];
536
+ }
537
+ return arr;
538
+ };
539
+ var slicy = function slicy2(arrLike, offset) {
540
+ var arr = [];
541
+ for (var i = offset, j = 0; i < arrLike.length; i += 1, j += 1) {
542
+ arr[j] = arrLike[i];
547
543
  }
548
- }
549
- return str;
550
- };
551
- var implementation$1 = function bind(that) {
552
- var target = this;
553
- if (typeof target !== "function" || toStr$3.apply(target) !== funcType) {
554
- throw new TypeError(ERROR_MESSAGE + target);
555
- }
556
- var args = slicy(arguments, 1);
557
- var bound;
558
- var binder = function() {
559
- if (this instanceof bound) {
560
- var result = target.apply(
561
- this,
562
- concatty(args, arguments)
563
- );
564
- if (Object(result) === result) {
565
- return result;
544
+ return arr;
545
+ };
546
+ var joiny = function(arr, joiner) {
547
+ var str = "";
548
+ for (var i = 0; i < arr.length; i += 1) {
549
+ str += arr[i];
550
+ if (i + 1 < arr.length) {
551
+ str += joiner;
566
552
  }
567
- return this;
568
553
  }
569
- return target.apply(
570
- that,
571
- concatty(args, arguments)
572
- );
554
+ return str;
573
555
  };
574
- var boundLength = max$1(0, target.length - args.length);
575
- var boundArgs = [];
576
- for (var i = 0; i < boundLength; i++) {
577
- boundArgs[i] = "$" + i;
578
- }
579
- bound = Function("binder", "return function (" + joiny(boundArgs, ",") + "){ return binder.apply(this,arguments); }")(binder);
580
- if (target.prototype) {
581
- var Empty = function Empty2() {
556
+ implementation = function bind2(that) {
557
+ var target = this;
558
+ if (typeof target !== "function" || toStr2.apply(target) !== funcType) {
559
+ throw new TypeError(ERROR_MESSAGE + target);
560
+ }
561
+ var args = slicy(arguments, 1);
562
+ var bound;
563
+ var binder = function() {
564
+ if (this instanceof bound) {
565
+ var result = target.apply(
566
+ this,
567
+ concatty(args, arguments)
568
+ );
569
+ if (Object(result) === result) {
570
+ return result;
571
+ }
572
+ return this;
573
+ }
574
+ return target.apply(
575
+ that,
576
+ concatty(args, arguments)
577
+ );
582
578
  };
583
- Empty.prototype = target.prototype;
584
- bound.prototype = new Empty();
585
- Empty.prototype = null;
586
- }
587
- return bound;
588
- };
589
- var implementation = implementation$1;
590
- var functionBind = Function.prototype.bind || implementation;
591
- var functionCall = Function.prototype.call;
579
+ var boundLength = max2(0, target.length - args.length);
580
+ var boundArgs = [];
581
+ for (var i = 0; i < boundLength; i++) {
582
+ boundArgs[i] = "$" + i;
583
+ }
584
+ bound = Function("binder", "return function (" + joiny(boundArgs, ",") + "){ return binder.apply(this,arguments); }")(binder);
585
+ if (target.prototype) {
586
+ var Empty = function Empty2() {
587
+ };
588
+ Empty.prototype = target.prototype;
589
+ bound.prototype = new Empty();
590
+ Empty.prototype = null;
591
+ }
592
+ return bound;
593
+ };
594
+ return implementation;
595
+ }
596
+ var functionBind;
597
+ var hasRequiredFunctionBind;
598
+ function requireFunctionBind() {
599
+ if (hasRequiredFunctionBind) return functionBind;
600
+ hasRequiredFunctionBind = 1;
601
+ var implementation2 = requireImplementation();
602
+ functionBind = Function.prototype.bind || implementation2;
603
+ return functionBind;
604
+ }
605
+ var functionCall;
606
+ var hasRequiredFunctionCall;
607
+ function requireFunctionCall() {
608
+ if (hasRequiredFunctionCall) return functionCall;
609
+ hasRequiredFunctionCall = 1;
610
+ functionCall = Function.prototype.call;
611
+ return functionCall;
612
+ }
592
613
  var functionApply;
593
614
  var hasRequiredFunctionApply;
594
615
  function requireFunctionApply() {
@@ -598,14 +619,14 @@ function requireFunctionApply() {
598
619
  return functionApply;
599
620
  }
600
621
  var reflectApply$1 = typeof Reflect !== "undefined" && Reflect && Reflect.apply;
601
- var bind$3 = functionBind;
622
+ var bind$3 = requireFunctionBind();
602
623
  var $apply$2 = requireFunctionApply();
603
- var $call$2 = functionCall;
624
+ var $call$2 = requireFunctionCall();
604
625
  var $reflectApply = reflectApply$1;
605
626
  var actualApply$1 = $reflectApply || bind$3.call($call$2, $apply$2);
606
- var bind$2 = functionBind;
627
+ var bind$2 = requireFunctionBind();
607
628
  var $TypeError$4 = type;
608
- var $call$1 = functionCall;
629
+ var $call$1 = requireFunctionCall();
609
630
  var $actualApply = actualApply$1;
610
631
  var callBindApplyHelpers = function callBindBasic(args) {
611
632
  if (args.length < 1 || typeof args[0] !== "function") {
@@ -657,8 +678,8 @@ function requireHasown() {
657
678
  hasRequiredHasown = 1;
658
679
  var call = Function.prototype.call;
659
680
  var $hasOwn = Object.prototype.hasOwnProperty;
660
- var bind3 = functionBind;
661
- hasown = bind3.call(call, $hasOwn);
681
+ var bind2 = requireFunctionBind();
682
+ hasown = bind2.call(call, $hasOwn);
662
683
  return hasown;
663
684
  }
664
685
  var undefined$1;
@@ -672,7 +693,7 @@ var $TypeError$3 = type;
672
693
  var $URIError = uri;
673
694
  var abs = abs$1;
674
695
  var floor = floor$1;
675
- var max = max$2;
696
+ var max = max$1;
676
697
  var min = min$1;
677
698
  var pow = pow$1;
678
699
  var round = round$1;
@@ -706,7 +727,7 @@ var getProto$2 = getProto$3;
706
727
  var $ObjectGPO = Object_getPrototypeOf;
707
728
  var $ReflectGPO = Reflect_getPrototypeOf;
708
729
  var $apply$1 = requireFunctionApply();
709
- var $call = functionCall;
730
+ var $call = requireFunctionCall();
710
731
  var needsEval = {};
711
732
  var TypedArray = typeof Uint8Array === "undefined" || !getProto$2 ? undefined$1 : getProto$2(Uint8Array);
712
733
  var INTRINSICS = {
@@ -877,7 +898,7 @@ var LEGACY_ALIASES = {
877
898
  "%WeakMapPrototype%": ["WeakMap", "prototype"],
878
899
  "%WeakSetPrototype%": ["WeakSet", "prototype"]
879
900
  };
880
- var bind$1 = functionBind;
901
+ var bind$1 = requireFunctionBind();
881
902
  var hasOwn$1 = requireHasown();
882
903
  var $concat = bind$1.call($call, Array.prototype.concat);
883
904
  var $spliceApply = bind$1.call($apply$1, Array.prototype.splice);
@@ -1419,11 +1440,11 @@ var setFunctionLength = function setFunctionLength2(fn2, length) {
1419
1440
  }
1420
1441
  return fn2;
1421
1442
  };
1422
- var bind2 = functionBind;
1443
+ var bind = requireFunctionBind();
1423
1444
  var $apply = requireFunctionApply();
1424
1445
  var actualApply = actualApply$1;
1425
1446
  var applyBind = function applyBind2() {
1426
- return actualApply(bind2, $apply, arguments);
1447
+ return actualApply(bind, $apply, arguments);
1427
1448
  };
1428
1449
  (function(module2) {
1429
1450
  var setFunctionLength$1 = setFunctionLength;
@@ -1,5 +1,5 @@
1
- import { a as getAugmentedNamespace, d as dist, c as commonjsGlobal } from "./jszip-Cl3s9njw.es.js";
2
- import { p as process$1 } from "./vue-BBJVqxjL.es.js";
1
+ import { a as getAugmentedNamespace, d as dist, c as commonjsGlobal } from "./jszip-DckFs3A7.es.js";
2
+ import { p as process$1 } from "./vue-Bi1uWinj.es.js";
3
3
  var inherits_browser = { exports: {} };
4
4
  if (typeof Object.create === "function") {
5
5
  inherits_browser.exports = function inherits(ctor, superCtor) {
@@ -456,7 +456,7 @@ var type = TypeError;
456
456
  var uri = URIError;
457
457
  var abs$1 = Math.abs;
458
458
  var floor$1 = Math.floor;
459
- var max$2 = Math.max;
459
+ var max$1 = Math.max;
460
460
  var min$1 = Math.min;
461
461
  var pow$1 = Math.pow;
462
462
  var round$1 = Math.round;
@@ -516,78 +516,99 @@ function requireHasSymbols() {
516
516
  var Reflect_getPrototypeOf = typeof Reflect !== "undefined" && Reflect.getPrototypeOf || null;
517
517
  var $Object$2 = esObjectAtoms;
518
518
  var Object_getPrototypeOf = $Object$2.getPrototypeOf || null;
519
- var ERROR_MESSAGE = "Function.prototype.bind called on incompatible ";
520
- var toStr$3 = Object.prototype.toString;
521
- var max$1 = Math.max;
522
- var funcType = "[object Function]";
523
- var concatty = function concatty2(a, b) {
524
- var arr = [];
525
- for (var i = 0; i < a.length; i += 1) {
526
- arr[i] = a[i];
527
- }
528
- for (var j = 0; j < b.length; j += 1) {
529
- arr[j + a.length] = b[j];
530
- }
531
- return arr;
532
- };
533
- var slicy = function slicy2(arrLike, offset) {
534
- var arr = [];
535
- for (var i = offset, j = 0; i < arrLike.length; i += 1, j += 1) {
536
- arr[j] = arrLike[i];
537
- }
538
- return arr;
539
- };
540
- var joiny = function(arr, joiner) {
541
- var str = "";
542
- for (var i = 0; i < arr.length; i += 1) {
543
- str += arr[i];
544
- if (i + 1 < arr.length) {
545
- str += joiner;
519
+ var implementation;
520
+ var hasRequiredImplementation;
521
+ function requireImplementation() {
522
+ if (hasRequiredImplementation) return implementation;
523
+ hasRequiredImplementation = 1;
524
+ var ERROR_MESSAGE = "Function.prototype.bind called on incompatible ";
525
+ var toStr2 = Object.prototype.toString;
526
+ var max2 = Math.max;
527
+ var funcType = "[object Function]";
528
+ var concatty = function concatty2(a, b) {
529
+ var arr = [];
530
+ for (var i = 0; i < a.length; i += 1) {
531
+ arr[i] = a[i];
532
+ }
533
+ for (var j = 0; j < b.length; j += 1) {
534
+ arr[j + a.length] = b[j];
535
+ }
536
+ return arr;
537
+ };
538
+ var slicy = function slicy2(arrLike, offset) {
539
+ var arr = [];
540
+ for (var i = offset, j = 0; i < arrLike.length; i += 1, j += 1) {
541
+ arr[j] = arrLike[i];
546
542
  }
547
- }
548
- return str;
549
- };
550
- var implementation$1 = function bind(that) {
551
- var target = this;
552
- if (typeof target !== "function" || toStr$3.apply(target) !== funcType) {
553
- throw new TypeError(ERROR_MESSAGE + target);
554
- }
555
- var args = slicy(arguments, 1);
556
- var bound;
557
- var binder = function() {
558
- if (this instanceof bound) {
559
- var result = target.apply(
560
- this,
561
- concatty(args, arguments)
562
- );
563
- if (Object(result) === result) {
564
- return result;
543
+ return arr;
544
+ };
545
+ var joiny = function(arr, joiner) {
546
+ var str = "";
547
+ for (var i = 0; i < arr.length; i += 1) {
548
+ str += arr[i];
549
+ if (i + 1 < arr.length) {
550
+ str += joiner;
565
551
  }
566
- return this;
567
552
  }
568
- return target.apply(
569
- that,
570
- concatty(args, arguments)
571
- );
553
+ return str;
572
554
  };
573
- var boundLength = max$1(0, target.length - args.length);
574
- var boundArgs = [];
575
- for (var i = 0; i < boundLength; i++) {
576
- boundArgs[i] = "$" + i;
577
- }
578
- bound = Function("binder", "return function (" + joiny(boundArgs, ",") + "){ return binder.apply(this,arguments); }")(binder);
579
- if (target.prototype) {
580
- var Empty = function Empty2() {
555
+ implementation = function bind2(that) {
556
+ var target = this;
557
+ if (typeof target !== "function" || toStr2.apply(target) !== funcType) {
558
+ throw new TypeError(ERROR_MESSAGE + target);
559
+ }
560
+ var args = slicy(arguments, 1);
561
+ var bound;
562
+ var binder = function() {
563
+ if (this instanceof bound) {
564
+ var result = target.apply(
565
+ this,
566
+ concatty(args, arguments)
567
+ );
568
+ if (Object(result) === result) {
569
+ return result;
570
+ }
571
+ return this;
572
+ }
573
+ return target.apply(
574
+ that,
575
+ concatty(args, arguments)
576
+ );
581
577
  };
582
- Empty.prototype = target.prototype;
583
- bound.prototype = new Empty();
584
- Empty.prototype = null;
585
- }
586
- return bound;
587
- };
588
- var implementation = implementation$1;
589
- var functionBind = Function.prototype.bind || implementation;
590
- var functionCall = Function.prototype.call;
578
+ var boundLength = max2(0, target.length - args.length);
579
+ var boundArgs = [];
580
+ for (var i = 0; i < boundLength; i++) {
581
+ boundArgs[i] = "$" + i;
582
+ }
583
+ bound = Function("binder", "return function (" + joiny(boundArgs, ",") + "){ return binder.apply(this,arguments); }")(binder);
584
+ if (target.prototype) {
585
+ var Empty = function Empty2() {
586
+ };
587
+ Empty.prototype = target.prototype;
588
+ bound.prototype = new Empty();
589
+ Empty.prototype = null;
590
+ }
591
+ return bound;
592
+ };
593
+ return implementation;
594
+ }
595
+ var functionBind;
596
+ var hasRequiredFunctionBind;
597
+ function requireFunctionBind() {
598
+ if (hasRequiredFunctionBind) return functionBind;
599
+ hasRequiredFunctionBind = 1;
600
+ var implementation2 = requireImplementation();
601
+ functionBind = Function.prototype.bind || implementation2;
602
+ return functionBind;
603
+ }
604
+ var functionCall;
605
+ var hasRequiredFunctionCall;
606
+ function requireFunctionCall() {
607
+ if (hasRequiredFunctionCall) return functionCall;
608
+ hasRequiredFunctionCall = 1;
609
+ functionCall = Function.prototype.call;
610
+ return functionCall;
611
+ }
591
612
  var functionApply;
592
613
  var hasRequiredFunctionApply;
593
614
  function requireFunctionApply() {
@@ -597,14 +618,14 @@ function requireFunctionApply() {
597
618
  return functionApply;
598
619
  }
599
620
  var reflectApply$1 = typeof Reflect !== "undefined" && Reflect && Reflect.apply;
600
- var bind$3 = functionBind;
621
+ var bind$3 = requireFunctionBind();
601
622
  var $apply$2 = requireFunctionApply();
602
- var $call$2 = functionCall;
623
+ var $call$2 = requireFunctionCall();
603
624
  var $reflectApply = reflectApply$1;
604
625
  var actualApply$1 = $reflectApply || bind$3.call($call$2, $apply$2);
605
- var bind$2 = functionBind;
626
+ var bind$2 = requireFunctionBind();
606
627
  var $TypeError$4 = type;
607
- var $call$1 = functionCall;
628
+ var $call$1 = requireFunctionCall();
608
629
  var $actualApply = actualApply$1;
609
630
  var callBindApplyHelpers = function callBindBasic(args) {
610
631
  if (args.length < 1 || typeof args[0] !== "function") {
@@ -656,8 +677,8 @@ function requireHasown() {
656
677
  hasRequiredHasown = 1;
657
678
  var call = Function.prototype.call;
658
679
  var $hasOwn = Object.prototype.hasOwnProperty;
659
- var bind3 = functionBind;
660
- hasown = bind3.call(call, $hasOwn);
680
+ var bind2 = requireFunctionBind();
681
+ hasown = bind2.call(call, $hasOwn);
661
682
  return hasown;
662
683
  }
663
684
  var undefined$1;
@@ -671,7 +692,7 @@ var $TypeError$3 = type;
671
692
  var $URIError = uri;
672
693
  var abs = abs$1;
673
694
  var floor = floor$1;
674
- var max = max$2;
695
+ var max = max$1;
675
696
  var min = min$1;
676
697
  var pow = pow$1;
677
698
  var round = round$1;
@@ -705,7 +726,7 @@ var getProto$2 = getProto$3;
705
726
  var $ObjectGPO = Object_getPrototypeOf;
706
727
  var $ReflectGPO = Reflect_getPrototypeOf;
707
728
  var $apply$1 = requireFunctionApply();
708
- var $call = functionCall;
729
+ var $call = requireFunctionCall();
709
730
  var needsEval = {};
710
731
  var TypedArray = typeof Uint8Array === "undefined" || !getProto$2 ? undefined$1 : getProto$2(Uint8Array);
711
732
  var INTRINSICS = {
@@ -876,7 +897,7 @@ var LEGACY_ALIASES = {
876
897
  "%WeakMapPrototype%": ["WeakMap", "prototype"],
877
898
  "%WeakSetPrototype%": ["WeakSet", "prototype"]
878
899
  };
879
- var bind$1 = functionBind;
900
+ var bind$1 = requireFunctionBind();
880
901
  var hasOwn$1 = requireHasown();
881
902
  var $concat = bind$1.call($call, Array.prototype.concat);
882
903
  var $spliceApply = bind$1.call($apply$1, Array.prototype.splice);
@@ -1418,11 +1439,11 @@ var setFunctionLength = function setFunctionLength2(fn2, length) {
1418
1439
  }
1419
1440
  return fn2;
1420
1441
  };
1421
- var bind2 = functionBind;
1442
+ var bind = requireFunctionBind();
1422
1443
  var $apply = requireFunctionApply();
1423
1444
  var actualApply = actualApply$1;
1424
1445
  var applyBind = function applyBind2() {
1425
- return actualApply(bind2, $apply, arguments);
1446
+ return actualApply(bind, $apply, arguments);
1426
1447
  };
1427
1448
  (function(module) {
1428
1449
  var setFunctionLength$1 = setFunctionLength;
package/dist/style.css CHANGED
@@ -626,8 +626,6 @@ https://github.com/ProseMirror/prosemirror-tables/blob/master/demo/index.html
626
626
 
627
627
  overflow-x: auto;
628
628
  scrollbar-width: thin;
629
- overflow: hidden;
630
-
631
629
  /*
632
630
  The border width does not need to be multiplied by two,
633
631
  for tables it works differently. */
@@ -637,6 +635,7 @@ https://github.com/ProseMirror/prosemirror-tables/blob/master/demo/index.html
637
635
  border-collapse: collapse;
638
636
  border-spacing: 0;
639
637
  table-layout: fixed;
638
+ overflow: hidden;
640
639
  margin: 0;
641
640
  /* width: 100%; */
642
641
  }