@harbour-enterprises/superdoc 0.14.0-next.22 → 0.14.0-next.23

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 (30) hide show
  1. package/dist/chunks/{index-MJ-5Yknb.es.js → index-CkQHKEgn.es.js} +1 -1
  2. package/dist/chunks/{index-CZuIe8A3.cjs → index-D6RjEz8a.cjs} +1 -1
  3. package/dist/chunks/{index-BMwK7kM5.es.js → index-D7aY71G5.es.js} +2 -2
  4. package/dist/chunks/{index-Oz4X1zyg.cjs → index-II_Qdnwl.cjs} +2 -2
  5. package/dist/chunks/{super-editor.es-DhwDTEg8.cjs → super-editor.es-ABvcvbqb.cjs} +6 -5
  6. package/dist/chunks/{super-editor.es-IVrLetiB.es.js → super-editor.es-BeDFSLBk.es.js} +6 -5
  7. package/dist/chunks/{url-CRVat8D5.cjs → url-BC6S5h-Q.cjs} +1 -1
  8. package/dist/chunks/{url-Cqg2Hljl.es.js → url-DeG9-4We.es.js} +1 -1
  9. package/dist/chunks/{xml-js-t28wMlyv.cjs → xml-js-CcBd1QVe.cjs} +237 -223
  10. package/dist/chunks/{xml-js-D78KIQHL.es.js → xml-js-De0zAx2n.es.js} +237 -223
  11. package/dist/super-editor/ai-writer.es.js +2 -2
  12. package/dist/super-editor/chunks/{converter-CvGwhK1D.js → converter--BoP99ql.js} +2 -2
  13. package/dist/super-editor/chunks/{docx-zipper-DC3wIxhf.js → docx-zipper-BYyWCA4H.js} +1 -1
  14. package/dist/super-editor/chunks/{editor-BaVxxcf5.js → editor-BrZg9zC8.js} +3 -3
  15. package/dist/super-editor/chunks/{toolbar-DLwnM2xB.js → toolbar-CrXk-V2Y.js} +2 -2
  16. package/dist/super-editor/converter.es.js +1 -1
  17. package/dist/super-editor/docx-zipper.es.js +2 -2
  18. package/dist/super-editor/editor.es.js +3 -3
  19. package/dist/super-editor/file-zipper.es.js +1 -1
  20. package/dist/super-editor/super-editor.es.js +9 -8
  21. package/dist/super-editor/tests/toolbar/updateToolbarState.test.d.ts +2 -0
  22. package/dist/super-editor/tests/toolbar/updateToolbarState.test.d.ts.map +1 -0
  23. package/dist/super-editor/toolbar.es.js +2 -2
  24. package/dist/super-editor.cjs +1 -1
  25. package/dist/super-editor.es.js +1 -1
  26. package/dist/superdoc.cjs +5 -5
  27. package/dist/superdoc.es.js +6 -6
  28. package/dist/superdoc.umd.js +7 -6
  29. package/dist/superdoc.umd.js.map +1 -1
  30. package/package.json +1 -1
@@ -395,55 +395,62 @@ var eventsExports = events.exports;
395
395
  const require$$2 = /* @__PURE__ */ jszip.getAugmentedNamespace(jszip.dist);
396
396
  var util = {};
397
397
  var types = {};
398
- var shams$1 = function hasSymbols() {
399
- if (typeof Symbol !== "function" || typeof Object.getOwnPropertySymbols !== "function") {
400
- return false;
401
- }
402
- if (typeof Symbol.iterator === "symbol") {
403
- return true;
404
- }
405
- var obj = {};
406
- var sym = Symbol("test");
407
- var symObj = Object(sym);
408
- if (typeof sym === "string") {
409
- return false;
410
- }
411
- if (Object.prototype.toString.call(sym) !== "[object Symbol]") {
412
- return false;
413
- }
414
- if (Object.prototype.toString.call(symObj) !== "[object Symbol]") {
415
- return false;
416
- }
417
- var symVal = 42;
418
- obj[sym] = symVal;
419
- for (var _ in obj) {
420
- return false;
421
- }
422
- if (typeof Object.keys === "function" && Object.keys(obj).length !== 0) {
423
- return false;
424
- }
425
- if (typeof Object.getOwnPropertyNames === "function" && Object.getOwnPropertyNames(obj).length !== 0) {
426
- return false;
427
- }
428
- var syms = Object.getOwnPropertySymbols(obj);
429
- if (syms.length !== 1 || syms[0] !== sym) {
430
- return false;
431
- }
432
- if (!Object.prototype.propertyIsEnumerable.call(obj, sym)) {
433
- return false;
434
- }
435
- if (typeof Object.getOwnPropertyDescriptor === "function") {
436
- var descriptor = (
437
- /** @type {PropertyDescriptor} */
438
- Object.getOwnPropertyDescriptor(obj, sym)
439
- );
440
- if (descriptor.value !== symVal || descriptor.enumerable !== true) {
398
+ var shams$1;
399
+ var hasRequiredShams;
400
+ function requireShams() {
401
+ if (hasRequiredShams) return shams$1;
402
+ hasRequiredShams = 1;
403
+ shams$1 = function hasSymbols2() {
404
+ if (typeof Symbol !== "function" || typeof Object.getOwnPropertySymbols !== "function") {
441
405
  return false;
442
406
  }
443
- }
444
- return true;
445
- };
446
- var hasSymbols$2 = shams$1;
407
+ if (typeof Symbol.iterator === "symbol") {
408
+ return true;
409
+ }
410
+ var obj = {};
411
+ var sym = Symbol("test");
412
+ var symObj = Object(sym);
413
+ if (typeof sym === "string") {
414
+ return false;
415
+ }
416
+ if (Object.prototype.toString.call(sym) !== "[object Symbol]") {
417
+ return false;
418
+ }
419
+ if (Object.prototype.toString.call(symObj) !== "[object Symbol]") {
420
+ return false;
421
+ }
422
+ var symVal = 42;
423
+ obj[sym] = symVal;
424
+ for (var _ in obj) {
425
+ return false;
426
+ }
427
+ if (typeof Object.keys === "function" && Object.keys(obj).length !== 0) {
428
+ return false;
429
+ }
430
+ if (typeof Object.getOwnPropertyNames === "function" && Object.getOwnPropertyNames(obj).length !== 0) {
431
+ return false;
432
+ }
433
+ var syms = Object.getOwnPropertySymbols(obj);
434
+ if (syms.length !== 1 || syms[0] !== sym) {
435
+ return false;
436
+ }
437
+ if (!Object.prototype.propertyIsEnumerable.call(obj, sym)) {
438
+ return false;
439
+ }
440
+ if (typeof Object.getOwnPropertyDescriptor === "function") {
441
+ var descriptor = (
442
+ /** @type {PropertyDescriptor} */
443
+ Object.getOwnPropertyDescriptor(obj, sym)
444
+ );
445
+ if (descriptor.value !== symVal || descriptor.enumerable !== true) {
446
+ return false;
447
+ }
448
+ }
449
+ return true;
450
+ };
451
+ return shams$1;
452
+ }
453
+ var hasSymbols$2 = requireShams();
447
454
  var shams = function hasToStringTagShams() {
448
455
  return hasSymbols$2() && !!Symbol.toStringTag;
449
456
  };
@@ -457,7 +464,7 @@ var type = TypeError;
457
464
  var uri = URIError;
458
465
  var abs$1 = Math.abs;
459
466
  var floor$1 = Math.floor;
460
- var max$1 = Math.max;
467
+ var max$2 = Math.max;
461
468
  var min$1 = Math.min;
462
469
  var pow$1 = Math.pow;
463
470
  var round$1 = Math.round;
@@ -471,8 +478,8 @@ var sign$1 = function sign(number) {
471
478
  }
472
479
  return number < 0 ? -1 : 1;
473
480
  };
474
- var gOPD$4 = Object.getOwnPropertyDescriptor;
475
- var $gOPD$1 = gOPD$4;
481
+ var gOPD$3 = Object.getOwnPropertyDescriptor;
482
+ var $gOPD$1 = gOPD$3;
476
483
  if ($gOPD$1) {
477
484
  try {
478
485
  $gOPD$1([], "length");
@@ -496,7 +503,7 @@ function requireHasSymbols() {
496
503
  if (hasRequiredHasSymbols) return hasSymbols$1;
497
504
  hasRequiredHasSymbols = 1;
498
505
  var origSymbol = typeof Symbol !== "undefined" && Symbol;
499
- var hasSymbolSham = shams$1;
506
+ var hasSymbolSham = requireShams();
500
507
  hasSymbols$1 = function hasNativeSymbols() {
501
508
  if (typeof origSymbol !== "function") {
502
509
  return false;
@@ -514,102 +521,95 @@ function requireHasSymbols() {
514
521
  };
515
522
  return hasSymbols$1;
516
523
  }
517
- var Reflect_getPrototypeOf = typeof Reflect !== "undefined" && Reflect.getPrototypeOf || null;
518
- var $Object$2 = esObjectAtoms;
519
- var Object_getPrototypeOf = $Object$2.getPrototypeOf || null;
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];
543
- }
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;
552
- }
524
+ var Reflect_getPrototypeOf;
525
+ var hasRequiredReflect_getPrototypeOf;
526
+ function requireReflect_getPrototypeOf() {
527
+ if (hasRequiredReflect_getPrototypeOf) return Reflect_getPrototypeOf;
528
+ hasRequiredReflect_getPrototypeOf = 1;
529
+ Reflect_getPrototypeOf = typeof Reflect !== "undefined" && Reflect.getPrototypeOf || null;
530
+ return Reflect_getPrototypeOf;
531
+ }
532
+ var Object_getPrototypeOf;
533
+ var hasRequiredObject_getPrototypeOf;
534
+ function requireObject_getPrototypeOf() {
535
+ if (hasRequiredObject_getPrototypeOf) return Object_getPrototypeOf;
536
+ hasRequiredObject_getPrototypeOf = 1;
537
+ var $Object2 = esObjectAtoms;
538
+ Object_getPrototypeOf = $Object2.getPrototypeOf || null;
539
+ return Object_getPrototypeOf;
540
+ }
541
+ var ERROR_MESSAGE = "Function.prototype.bind called on incompatible ";
542
+ var toStr$3 = Object.prototype.toString;
543
+ var max$1 = Math.max;
544
+ var funcType = "[object Function]";
545
+ var concatty = function concatty2(a, b) {
546
+ var arr = [];
547
+ for (var i = 0; i < a.length; i += 1) {
548
+ arr[i] = a[i];
549
+ }
550
+ for (var j = 0; j < b.length; j += 1) {
551
+ arr[j + a.length] = b[j];
552
+ }
553
+ return arr;
554
+ };
555
+ var slicy = function slicy2(arrLike, offset) {
556
+ var arr = [];
557
+ for (var i = offset, j = 0; i < arrLike.length; i += 1, j += 1) {
558
+ arr[j] = arrLike[i];
559
+ }
560
+ return arr;
561
+ };
562
+ var joiny = function(arr, joiner) {
563
+ var str = "";
564
+ for (var i = 0; i < arr.length; i += 1) {
565
+ str += arr[i];
566
+ if (i + 1 < arr.length) {
567
+ str += joiner;
553
568
  }
554
- return str;
555
- };
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,
569
+ }
570
+ return str;
571
+ };
572
+ var implementation$1 = function bind(that) {
573
+ var target = this;
574
+ if (typeof target !== "function" || toStr$3.apply(target) !== funcType) {
575
+ throw new TypeError(ERROR_MESSAGE + target);
576
+ }
577
+ var args = slicy(arguments, 1);
578
+ var bound;
579
+ var binder = function() {
580
+ if (this instanceof bound) {
581
+ var result = target.apply(
582
+ this,
576
583
  concatty(args, arguments)
577
584
  );
578
- };
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;
585
+ if (Object(result) === result) {
586
+ return result;
587
+ }
588
+ return this;
591
589
  }
592
- return bound;
590
+ return target.apply(
591
+ that,
592
+ concatty(args, arguments)
593
+ );
593
594
  };
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
- }
595
+ var boundLength = max$1(0, target.length - args.length);
596
+ var boundArgs = [];
597
+ for (var i = 0; i < boundLength; i++) {
598
+ boundArgs[i] = "$" + i;
599
+ }
600
+ bound = Function("binder", "return function (" + joiny(boundArgs, ",") + "){ return binder.apply(this,arguments); }")(binder);
601
+ if (target.prototype) {
602
+ var Empty = function Empty2() {
603
+ };
604
+ Empty.prototype = target.prototype;
605
+ bound.prototype = new Empty();
606
+ Empty.prototype = null;
607
+ }
608
+ return bound;
609
+ };
610
+ var implementation = implementation$1;
611
+ var functionBind = Function.prototype.bind || implementation;
612
+ var functionCall = Function.prototype.call;
613
613
  var functionApply;
614
614
  var hasRequiredFunctionApply;
615
615
  function requireFunctionApply() {
@@ -619,14 +619,14 @@ function requireFunctionApply() {
619
619
  return functionApply;
620
620
  }
621
621
  var reflectApply$1 = typeof Reflect !== "undefined" && Reflect && Reflect.apply;
622
- var bind$3 = requireFunctionBind();
622
+ var bind$3 = functionBind;
623
623
  var $apply$2 = requireFunctionApply();
624
- var $call$2 = requireFunctionCall();
624
+ var $call$2 = functionCall;
625
625
  var $reflectApply = reflectApply$1;
626
626
  var actualApply$1 = $reflectApply || bind$3.call($call$2, $apply$2);
627
- var bind$2 = requireFunctionBind();
627
+ var bind$2 = functionBind;
628
628
  var $TypeError$4 = type;
629
- var $call$1 = requireFunctionCall();
629
+ var $call$1 = functionCall;
630
630
  var $actualApply = actualApply$1;
631
631
  var callBindApplyHelpers = function callBindBasic(args) {
632
632
  if (args.length < 1 || typeof args[0] !== "function") {
@@ -634,43 +634,57 @@ var callBindApplyHelpers = function callBindBasic(args) {
634
634
  }
635
635
  return $actualApply(bind$2, $call$1, args);
636
636
  };
637
- var callBind$2 = callBindApplyHelpers;
638
- var gOPD$3 = gopd$1;
639
- var hasProtoAccessor;
640
- try {
641
- hasProtoAccessor = /** @type {{ __proto__?: typeof Array.prototype }} */
642
- [].__proto__ === Array.prototype;
643
- } catch (e) {
644
- if (!e || typeof e !== "object" || !("code" in e) || e.code !== "ERR_PROTO_ACCESS") {
645
- throw e;
637
+ var get;
638
+ var hasRequiredGet;
639
+ function requireGet() {
640
+ if (hasRequiredGet) return get;
641
+ hasRequiredGet = 1;
642
+ var callBind2 = callBindApplyHelpers;
643
+ var gOPD2 = gopd$1;
644
+ var hasProtoAccessor;
645
+ try {
646
+ hasProtoAccessor = /** @type {{ __proto__?: typeof Array.prototype }} */
647
+ [].__proto__ === Array.prototype;
648
+ } catch (e) {
649
+ if (!e || typeof e !== "object" || !("code" in e) || e.code !== "ERR_PROTO_ACCESS") {
650
+ throw e;
651
+ }
646
652
  }
653
+ var desc = !!hasProtoAccessor && gOPD2 && gOPD2(
654
+ Object.prototype,
655
+ /** @type {keyof typeof Object.prototype} */
656
+ "__proto__"
657
+ );
658
+ var $Object2 = Object;
659
+ var $getPrototypeOf = $Object2.getPrototypeOf;
660
+ get = desc && typeof desc.get === "function" ? callBind2([desc.get]) : typeof $getPrototypeOf === "function" ? (
661
+ /** @type {import('./get')} */
662
+ function getDunder(value) {
663
+ return $getPrototypeOf(value == null ? value : $Object2(value));
664
+ }
665
+ ) : false;
666
+ return get;
667
+ }
668
+ var getProto$3;
669
+ var hasRequiredGetProto;
670
+ function requireGetProto() {
671
+ if (hasRequiredGetProto) return getProto$3;
672
+ hasRequiredGetProto = 1;
673
+ var reflectGetProto = requireReflect_getPrototypeOf();
674
+ var originalGetProto = requireObject_getPrototypeOf();
675
+ var getDunderProto = requireGet();
676
+ getProto$3 = reflectGetProto ? function getProto2(O) {
677
+ return reflectGetProto(O);
678
+ } : originalGetProto ? function getProto2(O) {
679
+ if (!O || typeof O !== "object" && typeof O !== "function") {
680
+ throw new TypeError("getProto: not an object");
681
+ }
682
+ return originalGetProto(O);
683
+ } : getDunderProto ? function getProto2(O) {
684
+ return getDunderProto(O);
685
+ } : null;
686
+ return getProto$3;
647
687
  }
648
- var desc = !!hasProtoAccessor && gOPD$3 && gOPD$3(
649
- Object.prototype,
650
- /** @type {keyof typeof Object.prototype} */
651
- "__proto__"
652
- );
653
- var $Object$1 = Object;
654
- var $getPrototypeOf = $Object$1.getPrototypeOf;
655
- var get = desc && typeof desc.get === "function" ? callBind$2([desc.get]) : typeof $getPrototypeOf === "function" ? (
656
- /** @type {import('./get')} */
657
- function getDunder(value) {
658
- return $getPrototypeOf(value == null ? value : $Object$1(value));
659
- }
660
- ) : false;
661
- var reflectGetProto = Reflect_getPrototypeOf;
662
- var originalGetProto = Object_getPrototypeOf;
663
- var getDunderProto = get;
664
- var getProto$3 = reflectGetProto ? function getProto(O) {
665
- return reflectGetProto(O);
666
- } : originalGetProto ? function getProto2(O) {
667
- if (!O || typeof O !== "object" && typeof O !== "function") {
668
- throw new TypeError("getProto: not an object");
669
- }
670
- return originalGetProto(O);
671
- } : getDunderProto ? function getProto3(O) {
672
- return getDunderProto(O);
673
- } : null;
674
688
  var hasown;
675
689
  var hasRequiredHasown;
676
690
  function requireHasown() {
@@ -678,8 +692,8 @@ function requireHasown() {
678
692
  hasRequiredHasown = 1;
679
693
  var call = Function.prototype.call;
680
694
  var $hasOwn = Object.prototype.hasOwnProperty;
681
- var bind2 = requireFunctionBind();
682
- hasown = bind2.call(call, $hasOwn);
695
+ var bind3 = functionBind;
696
+ hasown = bind3.call(call, $hasOwn);
683
697
  return hasown;
684
698
  }
685
699
  var undefined$1;
@@ -693,7 +707,7 @@ var $TypeError$3 = type;
693
707
  var $URIError = uri;
694
708
  var abs = abs$1;
695
709
  var floor = floor$1;
696
- var max = max$1;
710
+ var max = max$2;
697
711
  var min = min$1;
698
712
  var pow = pow$1;
699
713
  var round = round$1;
@@ -722,12 +736,12 @@ var ThrowTypeError = $gOPD ? function() {
722
736
  }
723
737
  }
724
738
  }() : throwTypeError;
725
- var hasSymbols2 = requireHasSymbols()();
726
- var getProto$2 = getProto$3;
727
- var $ObjectGPO = Object_getPrototypeOf;
728
- var $ReflectGPO = Reflect_getPrototypeOf;
739
+ var hasSymbols = requireHasSymbols()();
740
+ var getProto$2 = requireGetProto();
741
+ var $ObjectGPO = requireObject_getPrototypeOf();
742
+ var $ReflectGPO = requireReflect_getPrototypeOf();
729
743
  var $apply$1 = requireFunctionApply();
730
- var $call = requireFunctionCall();
744
+ var $call = functionCall;
731
745
  var needsEval = {};
732
746
  var TypedArray = typeof Uint8Array === "undefined" || !getProto$2 ? undefined$1 : getProto$2(Uint8Array);
733
747
  var INTRINSICS = {
@@ -735,7 +749,7 @@ var INTRINSICS = {
735
749
  "%AggregateError%": typeof AggregateError === "undefined" ? undefined$1 : AggregateError,
736
750
  "%Array%": Array,
737
751
  "%ArrayBuffer%": typeof ArrayBuffer === "undefined" ? undefined$1 : ArrayBuffer,
738
- "%ArrayIteratorPrototype%": hasSymbols2 && getProto$2 ? getProto$2([][Symbol.iterator]()) : undefined$1,
752
+ "%ArrayIteratorPrototype%": hasSymbols && getProto$2 ? getProto$2([][Symbol.iterator]()) : undefined$1,
739
753
  "%AsyncFromSyncIteratorPrototype%": undefined$1,
740
754
  "%AsyncFunction%": needsEval,
741
755
  "%AsyncGenerator%": needsEval,
@@ -767,10 +781,10 @@ var INTRINSICS = {
767
781
  "%Int32Array%": typeof Int32Array === "undefined" ? undefined$1 : Int32Array,
768
782
  "%isFinite%": isFinite,
769
783
  "%isNaN%": isNaN,
770
- "%IteratorPrototype%": hasSymbols2 && getProto$2 ? getProto$2(getProto$2([][Symbol.iterator]())) : undefined$1,
784
+ "%IteratorPrototype%": hasSymbols && getProto$2 ? getProto$2(getProto$2([][Symbol.iterator]())) : undefined$1,
771
785
  "%JSON%": typeof JSON === "object" ? JSON : undefined$1,
772
786
  "%Map%": typeof Map === "undefined" ? undefined$1 : Map,
773
- "%MapIteratorPrototype%": typeof Map === "undefined" || !hasSymbols2 || !getProto$2 ? undefined$1 : getProto$2((/* @__PURE__ */ new Map())[Symbol.iterator]()),
787
+ "%MapIteratorPrototype%": typeof Map === "undefined" || !hasSymbols || !getProto$2 ? undefined$1 : getProto$2((/* @__PURE__ */ new Map())[Symbol.iterator]()),
774
788
  "%Math%": Math,
775
789
  "%Number%": Number,
776
790
  "%Object%": $Object,
@@ -784,11 +798,11 @@ var INTRINSICS = {
784
798
  "%Reflect%": typeof Reflect === "undefined" ? undefined$1 : Reflect,
785
799
  "%RegExp%": RegExp,
786
800
  "%Set%": typeof Set === "undefined" ? undefined$1 : Set,
787
- "%SetIteratorPrototype%": typeof Set === "undefined" || !hasSymbols2 || !getProto$2 ? undefined$1 : getProto$2((/* @__PURE__ */ new Set())[Symbol.iterator]()),
801
+ "%SetIteratorPrototype%": typeof Set === "undefined" || !hasSymbols || !getProto$2 ? undefined$1 : getProto$2((/* @__PURE__ */ new Set())[Symbol.iterator]()),
788
802
  "%SharedArrayBuffer%": typeof SharedArrayBuffer === "undefined" ? undefined$1 : SharedArrayBuffer,
789
803
  "%String%": String,
790
- "%StringIteratorPrototype%": hasSymbols2 && getProto$2 ? getProto$2(""[Symbol.iterator]()) : undefined$1,
791
- "%Symbol%": hasSymbols2 ? Symbol : undefined$1,
804
+ "%StringIteratorPrototype%": hasSymbols && getProto$2 ? getProto$2(""[Symbol.iterator]()) : undefined$1,
805
+ "%Symbol%": hasSymbols ? Symbol : undefined$1,
792
806
  "%SyntaxError%": $SyntaxError$1,
793
807
  "%ThrowTypeError%": ThrowTypeError,
794
808
  "%TypedArray%": TypedArray,
@@ -898,7 +912,7 @@ var LEGACY_ALIASES = {
898
912
  "%WeakMapPrototype%": ["WeakMap", "prototype"],
899
913
  "%WeakSetPrototype%": ["WeakSet", "prototype"]
900
914
  };
901
- var bind$1 = requireFunctionBind();
915
+ var bind$1 = functionBind;
902
916
  var hasOwn$1 = requireHasown();
903
917
  var $concat = bind$1.call($call, Array.prototype.concat);
904
918
  var $spliceApply = bind$1.call($apply$1, Array.prototype.splice);
@@ -987,10 +1001,10 @@ var getIntrinsic = function GetIntrinsic(name, allowMissing) {
987
1001
  return void 0;
988
1002
  }
989
1003
  if ($gOPD && i + 1 >= parts.length) {
990
- var desc2 = $gOPD(value, part);
991
- isOwn = !!desc2;
992
- if (isOwn && "get" in desc2 && !("originalValue" in desc2.get)) {
993
- value = desc2.get;
1004
+ var desc = $gOPD(value, part);
1005
+ isOwn = !!desc;
1006
+ if (isOwn && "get" in desc && !("originalValue" in desc.get)) {
1007
+ value = desc.get;
994
1008
  } else {
995
1009
  value = value[part];
996
1010
  }
@@ -1113,7 +1127,7 @@ var callBound$1 = callBound$5;
1113
1127
  var safeRegexTest = safeRegexTest$1;
1114
1128
  var isFnRegex = safeRegexTest(/^\s*(?:function)?\*/);
1115
1129
  var hasToStringTag$2 = shams();
1116
- var getProto$1 = getProto$3;
1130
+ var getProto$1 = requireGetProto();
1117
1131
  var toStr$2 = callBound$1("Object.prototype.toString");
1118
1132
  var fnToStr$1 = callBound$1("Function.prototype.toString");
1119
1133
  var getGeneratorFunc = function() {
@@ -1365,13 +1379,13 @@ var defineDataProperty = function defineDataProperty2(obj, property, value) {
1365
1379
  var nonWritable = arguments.length > 4 ? arguments[4] : null;
1366
1380
  var nonConfigurable = arguments.length > 5 ? arguments[5] : null;
1367
1381
  var loose = arguments.length > 6 ? arguments[6] : false;
1368
- var desc2 = !!gopd && gopd(obj, property);
1382
+ var desc = !!gopd && gopd(obj, property);
1369
1383
  if ($defineProperty$1) {
1370
1384
  $defineProperty$1(obj, property, {
1371
- configurable: nonConfigurable === null && desc2 ? desc2.configurable : !nonConfigurable,
1372
- enumerable: nonEnumerable === null && desc2 ? desc2.enumerable : !nonEnumerable,
1385
+ configurable: nonConfigurable === null && desc ? desc.configurable : !nonConfigurable,
1386
+ enumerable: nonEnumerable === null && desc ? desc.enumerable : !nonEnumerable,
1373
1387
  value,
1374
- writable: nonWritable === null && desc2 ? desc2.writable : !nonWritable
1388
+ writable: nonWritable === null && desc ? desc.writable : !nonWritable
1375
1389
  });
1376
1390
  } else if (loose || !nonEnumerable && !nonWritable && !nonConfigurable) {
1377
1391
  obj[property] = value;
@@ -1411,11 +1425,11 @@ var setFunctionLength = function setFunctionLength2(fn2, length) {
1411
1425
  var functionLengthIsConfigurable = true;
1412
1426
  var functionLengthIsWritable = true;
1413
1427
  if ("length" in fn2 && gOPD$1) {
1414
- var desc2 = gOPD$1(fn2, "length");
1415
- if (desc2 && !desc2.configurable) {
1428
+ var desc = gOPD$1(fn2, "length");
1429
+ if (desc && !desc.configurable) {
1416
1430
  functionLengthIsConfigurable = false;
1417
1431
  }
1418
- if (desc2 && !desc2.writable) {
1432
+ if (desc && !desc.writable) {
1419
1433
  functionLengthIsWritable = false;
1420
1434
  }
1421
1435
  }
@@ -1440,11 +1454,11 @@ var setFunctionLength = function setFunctionLength2(fn2, length) {
1440
1454
  }
1441
1455
  return fn2;
1442
1456
  };
1443
- var bind = requireFunctionBind();
1457
+ var bind2 = functionBind;
1444
1458
  var $apply = requireFunctionApply();
1445
1459
  var actualApply = actualApply$1;
1446
1460
  var applyBind = function applyBind2() {
1447
- return actualApply(bind, $apply, arguments);
1461
+ return actualApply(bind2, $apply, arguments);
1448
1462
  };
1449
1463
  (function(module2) {
1450
1464
  var setFunctionLength$1 = setFunctionLength;
@@ -1472,7 +1486,7 @@ var availableTypedArrays2 = availableTypedArrays$1;
1472
1486
  var callBind = callBindExports;
1473
1487
  var callBound = callBound$5;
1474
1488
  var gOPD = gopd$1;
1475
- var getProto4 = getProto$3;
1489
+ var getProto = requireGetProto();
1476
1490
  var $toString = callBound("Object.prototype.toString");
1477
1491
  var hasToStringTag = shams();
1478
1492
  var g = typeof globalThis === "undefined" ? jszip.commonjsGlobal : globalThis;
@@ -1487,14 +1501,14 @@ var $indexOf = callBound("Array.prototype.indexOf", true) || function indexOf(ar
1487
1501
  return -1;
1488
1502
  };
1489
1503
  var cache = { __proto__: null };
1490
- if (hasToStringTag && gOPD && getProto4) {
1504
+ if (hasToStringTag && gOPD && getProto) {
1491
1505
  forEach2(typedArrays, function(typedArray) {
1492
1506
  var arr = new g[typedArray]();
1493
- if (Symbol.toStringTag in arr && getProto4) {
1494
- var proto = getProto4(arr);
1507
+ if (Symbol.toStringTag in arr && getProto) {
1508
+ var proto = getProto(arr);
1495
1509
  var descriptor = gOPD(proto, Symbol.toStringTag);
1496
1510
  if (!descriptor && proto) {
1497
- var superProto = getProto4(proto);
1511
+ var superProto = getProto(proto);
1498
1512
  descriptor = gOPD(superProto, Symbol.toStringTag);
1499
1513
  }
1500
1514
  cache["$" + typedArray] = callBind(descriptor.get);
@@ -2087,16 +2101,16 @@ var isBufferBrowser = function isBuffer(arg) {
2087
2101
  return output;
2088
2102
  }
2089
2103
  function formatProperty(ctx, value, recurseTimes, visibleKeys, key, array) {
2090
- var name, str, desc2;
2091
- desc2 = Object.getOwnPropertyDescriptor(value, key) || { value: value[key] };
2092
- if (desc2.get) {
2093
- if (desc2.set) {
2104
+ var name, str, desc;
2105
+ desc = Object.getOwnPropertyDescriptor(value, key) || { value: value[key] };
2106
+ if (desc.get) {
2107
+ if (desc.set) {
2094
2108
  str = ctx.stylize("[Getter/Setter]", "special");
2095
2109
  } else {
2096
2110
  str = ctx.stylize("[Getter]", "special");
2097
2111
  }
2098
2112
  } else {
2099
- if (desc2.set) {
2113
+ if (desc.set) {
2100
2114
  str = ctx.stylize("[Setter]", "special");
2101
2115
  }
2102
2116
  }
@@ -2104,11 +2118,11 @@ var isBufferBrowser = function isBuffer(arg) {
2104
2118
  name = "[" + key + "]";
2105
2119
  }
2106
2120
  if (!str) {
2107
- if (ctx.seen.indexOf(desc2.value) < 0) {
2121
+ if (ctx.seen.indexOf(desc.value) < 0) {
2108
2122
  if (isNull(recurseTimes)) {
2109
- str = formatValue(ctx, desc2.value, null);
2123
+ str = formatValue(ctx, desc.value, null);
2110
2124
  } else {
2111
- str = formatValue(ctx, desc2.value, recurseTimes - 1);
2125
+ str = formatValue(ctx, desc.value, recurseTimes - 1);
2112
2126
  }
2113
2127
  if (str.indexOf("\n") > -1) {
2114
2128
  if (array) {