impact-ui 4.0.0-alpha.7 → 4.0.0-alpha.8

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 (141) hide show
  1. package/dist/_virtual/IsConstructor.js +4 -0
  2. package/dist/_virtual/___vite-browser-external.js +6 -0
  3. package/dist/_virtual/__vite-browser-external.js +4 -0
  4. package/dist/_virtual/_commonjsHelpers.js +2 -0
  5. package/dist/_virtual/constants.js +4 -0
  6. package/dist/_virtual/getClassName.js +4 -0
  7. package/dist/_virtual/index13.js +2 -2
  8. package/dist/_virtual/index14.js +4 -0
  9. package/dist/_virtual/index15.js +4 -0
  10. package/dist/_virtual/index16.js +4 -0
  11. package/dist/_virtual/index2.js +2 -2
  12. package/dist/_virtual/index3.js +2 -4
  13. package/dist/_virtual/index4.js +3 -3
  14. package/dist/_virtual/index5.js +4 -2
  15. package/dist/_virtual/separateStyles.js +4 -0
  16. package/dist/mcp-component-registry.json +1 -1
  17. package/dist/node_modules/@mui/system/colorManipulator.js +2 -2
  18. package/dist/node_modules/array.prototype.flat/implementation.js +33 -0
  19. package/dist/node_modules/array.prototype.flat/index.js +28 -0
  20. package/dist/node_modules/array.prototype.flat/polyfill.js +15 -0
  21. package/dist/node_modules/array.prototype.flat/shim.js +28 -0
  22. package/dist/node_modules/call-bind/index.js +34 -0
  23. package/dist/node_modules/call-bind-apply-helpers/actualApply.js +19 -0
  24. package/dist/node_modules/call-bind-apply-helpers/applyBind.js +19 -0
  25. package/dist/node_modules/call-bind-apply-helpers/functionApply.js +11 -0
  26. package/dist/node_modules/call-bind-apply-helpers/functionCall.js +11 -0
  27. package/dist/node_modules/call-bind-apply-helpers/index.js +24 -0
  28. package/dist/node_modules/call-bind-apply-helpers/reflectApply.js +11 -0
  29. package/dist/node_modules/call-bound/index.js +28 -0
  30. package/dist/node_modules/define-data-property/index.js +55 -0
  31. package/dist/node_modules/define-properties/index.js +50 -0
  32. package/dist/node_modules/dunder-proto/get.js +36 -0
  33. package/dist/node_modules/dunder-proto/set.js +40 -0
  34. package/dist/node_modules/es-abstract/2024/ArrayCreate.js +45 -0
  35. package/dist/node_modules/es-abstract/2024/ArraySpeciesCreate.js +50 -0
  36. package/dist/node_modules/es-abstract/2024/Call.js +26 -0
  37. package/dist/node_modules/es-abstract/2024/CreateDataProperty.js +33 -0
  38. package/dist/node_modules/es-abstract/2024/CreateDataPropertyOrThrow.js +30 -0
  39. package/dist/node_modules/es-abstract/2024/DefinePropertyOrThrow.js +48 -0
  40. package/dist/node_modules/es-abstract/2024/FlattenIntoArray.js +65 -0
  41. package/dist/node_modules/es-abstract/2024/FromPropertyDescriptor.js +22 -0
  42. package/dist/node_modules/es-abstract/2024/Get.js +27 -0
  43. package/dist/node_modules/es-abstract/2024/HasProperty.js +25 -0
  44. package/dist/node_modules/es-abstract/2024/IsAccessorDescriptor.js +28 -0
  45. package/dist/node_modules/es-abstract/2024/IsArray.js +12 -0
  46. package/dist/node_modules/es-abstract/2024/IsCallable.js +12 -0
  47. package/dist/node_modules/es-abstract/2024/IsConstructor.js +42 -0
  48. package/dist/node_modules/es-abstract/2024/IsDataDescriptor.js +28 -0
  49. package/dist/node_modules/es-abstract/2024/IsExtensible.js +21 -0
  50. package/dist/node_modules/es-abstract/2024/IsGenericDescriptor.js +30 -0
  51. package/dist/node_modules/es-abstract/2024/LengthOfArrayLike.js +24 -0
  52. package/dist/node_modules/es-abstract/2024/OrdinaryDefineOwnProperty.js +59 -0
  53. package/dist/node_modules/es-abstract/2024/SameValue.js +21 -0
  54. package/dist/node_modules/es-abstract/2024/StringToNumber.js +48 -0
  55. package/dist/node_modules/es-abstract/2024/ToBoolean.js +13 -0
  56. package/dist/node_modules/es-abstract/2024/ToIntegerOrInfinity.js +28 -0
  57. package/dist/node_modules/es-abstract/2024/ToLength.js +24 -0
  58. package/dist/node_modules/es-abstract/2024/ToNumber.js +34 -0
  59. package/dist/node_modules/es-abstract/2024/ToObject.js +12 -0
  60. package/dist/node_modules/es-abstract/2024/ToPrimitive.js +18 -0
  61. package/dist/node_modules/es-abstract/2024/ToPropertyDescriptor.js +56 -0
  62. package/dist/node_modules/es-abstract/2024/ToString.js +21 -0
  63. package/dist/node_modules/es-abstract/2024/ValidateAndApplyPropertyDescriptor.js +161 -0
  64. package/dist/node_modules/es-abstract/2024/floor.js +18 -0
  65. package/dist/node_modules/es-abstract/2024/truncate.js +21 -0
  66. package/dist/node_modules/es-abstract/GetIntrinsic.js +12 -0
  67. package/dist/node_modules/es-abstract/helpers/DefineOwnProperty.js +42 -0
  68. package/dist/node_modules/es-abstract/helpers/IsArray.js +18 -0
  69. package/dist/node_modules/es-abstract/helpers/fromPropertyDescriptor.js +35 -0
  70. package/dist/node_modules/es-abstract/helpers/isFullyPopulatedPropertyDescriptor.js +15 -0
  71. package/dist/node_modules/es-abstract/helpers/isPrimitive.js +13 -0
  72. package/dist/node_modules/es-abstract/helpers/isPropertyKey.js +13 -0
  73. package/dist/node_modules/es-abstract/helpers/records/property-descriptor.js +39 -0
  74. package/dist/node_modules/es-define-property/index.js +19 -0
  75. package/dist/node_modules/es-errors/eval.js +11 -0
  76. package/dist/node_modules/es-errors/index.js +11 -0
  77. package/dist/node_modules/es-errors/range.js +11 -0
  78. package/dist/node_modules/es-errors/ref.js +11 -0
  79. package/dist/node_modules/es-errors/syntax.js +11 -0
  80. package/dist/node_modules/es-errors/type.js +11 -0
  81. package/dist/node_modules/es-errors/uri.js +11 -0
  82. package/dist/node_modules/es-object-atoms/RequireObjectCoercible.js +18 -0
  83. package/dist/node_modules/es-object-atoms/ToObject.js +18 -0
  84. package/dist/node_modules/es-object-atoms/index.js +11 -0
  85. package/dist/node_modules/es-object-atoms/isObject.js +13 -0
  86. package/dist/node_modules/es-shim-unscopables/index.js +26 -0
  87. package/dist/node_modules/es-to-primitive/es2015.js +89 -0
  88. package/dist/node_modules/es-to-primitive/helpers/isPrimitive.js +13 -0
  89. package/dist/node_modules/function-bind/implementation.js +79 -0
  90. package/dist/node_modules/function-bind/index.js +13 -0
  91. package/dist/node_modules/get-intrinsic/index.js +358 -0
  92. package/dist/node_modules/get-proto/Object.getPrototypeOf.js +13 -0
  93. package/dist/node_modules/get-proto/Reflect.getPrototypeOf.js +11 -0
  94. package/dist/node_modules/get-proto/index.js +26 -0
  95. package/dist/node_modules/global-cache/index.js +85 -0
  96. package/dist/node_modules/gopd/gOPD.js +11 -0
  97. package/dist/node_modules/gopd/index.js +20 -0
  98. package/dist/node_modules/has-property-descriptors/index.js +26 -0
  99. package/dist/node_modules/has-symbols/index.js +28 -0
  100. package/dist/node_modules/has-symbols/shams.js +58 -0
  101. package/dist/node_modules/has-tostringtag/shams.js +15 -0
  102. package/dist/node_modules/hasown/index.js +15 -0
  103. package/dist/node_modules/hoist-non-react-statics/node_modules/react-is/index.js +1 -1
  104. package/dist/node_modules/is-callable/index.js +120 -0
  105. package/dist/node_modules/is-date-object/index.js +31 -0
  106. package/dist/node_modules/is-regex/index.js +70 -0
  107. package/dist/node_modules/is-symbol/index.js +44 -0
  108. package/dist/node_modules/math-intrinsics/abs.js +11 -0
  109. package/dist/node_modules/math-intrinsics/constants/maxArrayLength.js +11 -0
  110. package/dist/node_modules/math-intrinsics/constants/maxSafeInteger.js +12 -0
  111. package/dist/node_modules/math-intrinsics/floor.js +11 -0
  112. package/dist/node_modules/math-intrinsics/isFinite.js +15 -0
  113. package/dist/node_modules/math-intrinsics/isInteger.js +25 -0
  114. package/dist/node_modules/math-intrinsics/isNaN.js +13 -0
  115. package/dist/node_modules/math-intrinsics/max.js +11 -0
  116. package/dist/node_modules/math-intrinsics/min.js +11 -0
  117. package/dist/node_modules/math-intrinsics/pow.js +11 -0
  118. package/dist/node_modules/math-intrinsics/round.js +11 -0
  119. package/dist/node_modules/math-intrinsics/sign.js +18 -0
  120. package/dist/node_modules/object-inspect/index.js +537 -0
  121. package/dist/node_modules/object-keys/implementation.js +125 -0
  122. package/dist/node_modules/object-keys/index.js +39 -0
  123. package/dist/node_modules/object-keys/isArguments.js +19 -0
  124. package/dist/node_modules/prop-types/index.js +1 -1
  125. package/dist/node_modules/react-dates/lib/utils/registerCSSInterfaceWithDefaultTheme.js +2 -2
  126. package/dist/node_modules/react-is/index.js +1 -1
  127. package/dist/node_modules/react-with-styles-interface-css/dist/index.js +57 -0
  128. package/dist/node_modules/react-with-styles-interface-css/dist/utils/constants.js +18 -0
  129. package/dist/node_modules/react-with-styles-interface-css/dist/utils/getClassName.js +20 -0
  130. package/dist/node_modules/react-with-styles-interface-css/dist/utils/separateStyles.js +39 -0
  131. package/dist/node_modules/react-with-styles-interface-css/index.js +12 -0
  132. package/dist/node_modules/safe-regex-test/index.js +25 -0
  133. package/dist/node_modules/set-function-length/index.js +61 -0
  134. package/dist/node_modules/set-proto/Object.setPrototypeOf.js +13 -0
  135. package/dist/node_modules/set-proto/Reflect.setPrototypeOf.js +11 -0
  136. package/dist/node_modules/set-proto/index.js +27 -0
  137. package/dist/node_modules/string.prototype.trim/implementation.js +24 -0
  138. package/dist/node_modules/string.prototype.trim/index.js +33 -0
  139. package/dist/node_modules/string.prototype.trim/polyfill.js +20 -0
  140. package/dist/node_modules/string.prototype.trim/shim.js +27 -0
  141. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ var IsConstructor = { exports: {} };
2
+ export {
3
+ IsConstructor as __module
4
+ };
@@ -0,0 +1,6 @@
1
+ import * as __viteBrowserExternal from "./__vite-browser-external.js";
2
+ import { getAugmentedNamespace } from "./_commonjsHelpers.js";
3
+ const require$$0 = /* @__PURE__ */ getAugmentedNamespace(__viteBrowserExternal);
4
+ export {
5
+ require$$0 as default
6
+ };
@@ -0,0 +1,4 @@
1
+ const __viteBrowserExternal = {};
2
+ export {
3
+ __viteBrowserExternal as default
4
+ };
@@ -1,3 +1,4 @@
1
+ var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
1
2
  function getDefaultExportFromCjs(x) {
2
3
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
3
4
  }
@@ -26,6 +27,7 @@ function getAugmentedNamespace(n) {
26
27
  return a;
27
28
  }
28
29
  export {
30
+ commonjsGlobal,
29
31
  getAugmentedNamespace,
30
32
  getDefaultExportFromCjs
31
33
  };
@@ -0,0 +1,4 @@
1
+ var constants = {};
2
+ export {
3
+ constants as __exports
4
+ };
@@ -0,0 +1,4 @@
1
+ var getClassName = {};
2
+ export {
3
+ getClassName as __exports
4
+ };
@@ -1,4 +1,4 @@
1
- var reactIs = { exports: {} };
1
+ var dist = {};
2
2
  export {
3
- reactIs as __module
3
+ dist as __exports
4
4
  };
@@ -0,0 +1,4 @@
1
+ var reactIs = { exports: {} };
2
+ export {
3
+ reactIs as __module
4
+ };
@@ -0,0 +1,4 @@
1
+ var callBind = { exports: {} };
2
+ export {
3
+ callBind as __module
4
+ };
@@ -0,0 +1,4 @@
1
+ var isSymbol = { exports: {} };
2
+ export {
3
+ isSymbol as __module
4
+ };
@@ -1,4 +1,4 @@
1
- var propTypes = { exports: {} };
1
+ var reactIs = { exports: {} };
2
2
  export {
3
- propTypes as __module
3
+ reactIs as __module
4
4
  };
@@ -1,6 +1,4 @@
1
- import { getAugmentedNamespace } from "./_commonjsHelpers.js";
2
- import * as index from "../node_modules/@mui/system/node_modules/@mui/utils/esm/formatMuiErrorMessage/index.js";
3
- const require$$1 = /* @__PURE__ */ getAugmentedNamespace(index);
1
+ var propTypes = { exports: {} };
4
2
  export {
5
- require$$1 as default
3
+ propTypes as __module
6
4
  };
@@ -1,6 +1,6 @@
1
1
  import { getAugmentedNamespace } from "./_commonjsHelpers.js";
2
- import * as index from "../node_modules/@mui/system/node_modules/@mui/utils/esm/clamp/index.js";
3
- const require$$2 = /* @__PURE__ */ getAugmentedNamespace(index);
2
+ import * as index from "../node_modules/@mui/system/node_modules/@mui/utils/esm/formatMuiErrorMessage/index.js";
3
+ const require$$1 = /* @__PURE__ */ getAugmentedNamespace(index);
4
4
  export {
5
- require$$2 as default
5
+ require$$1 as default
6
6
  };
@@ -1,4 +1,6 @@
1
- var reactIs = { exports: {} };
1
+ import { getAugmentedNamespace } from "./_commonjsHelpers.js";
2
+ import * as index from "../node_modules/@mui/system/node_modules/@mui/utils/esm/clamp/index.js";
3
+ const require$$2 = /* @__PURE__ */ getAugmentedNamespace(index);
2
4
  export {
3
- reactIs as __module
5
+ require$$2 as default
4
6
  };
@@ -0,0 +1,4 @@
1
+ var separateStyles = {};
2
+ export {
3
+ separateStyles as __exports
4
+ };
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 1,
3
- "generatedAt": "2026-05-19T11:13:11.667Z",
3
+ "generatedAt": "2026-05-20T11:32:16.923Z",
4
4
  "components": {
5
5
  "Accordion": {
6
6
  "title": "Components/Accordion",
@@ -1,7 +1,7 @@
1
1
  import { __exports as colorManipulator } from "../../../_virtual/colorManipulator.js";
2
2
  import require$$0 from "@babel/runtime/helpers/interopRequireDefault";
3
- import require$$1 from "../../../_virtual/index3.js";
4
- import require$$2 from "../../../_virtual/index4.js";
3
+ import require$$1 from "../../../_virtual/index4.js";
4
+ import require$$2 from "../../../_virtual/index5.js";
5
5
  var _interopRequireDefault = require$$0;
6
6
  Object.defineProperty(colorManipulator, "__esModule", {
7
7
  value: true
@@ -0,0 +1,33 @@
1
+ import { __require as requireArraySpeciesCreate } from "../es-abstract/2024/ArraySpeciesCreate.js";
2
+ import { __require as requireFlattenIntoArray } from "../es-abstract/2024/FlattenIntoArray.js";
3
+ import { __require as requireGet } from "../es-abstract/2024/Get.js";
4
+ import { __require as requireToIntegerOrInfinity } from "../es-abstract/2024/ToIntegerOrInfinity.js";
5
+ import { __require as requireToLength } from "../es-abstract/2024/ToLength.js";
6
+ import { __require as requireToObject } from "../es-abstract/2024/ToObject.js";
7
+ var implementation;
8
+ var hasRequiredImplementation;
9
+ function requireImplementation() {
10
+ if (hasRequiredImplementation) return implementation;
11
+ hasRequiredImplementation = 1;
12
+ var ArraySpeciesCreate = requireArraySpeciesCreate();
13
+ var FlattenIntoArray = requireFlattenIntoArray();
14
+ var Get = requireGet();
15
+ var ToIntegerOrInfinity = requireToIntegerOrInfinity();
16
+ var ToLength = requireToLength();
17
+ var ToObject = requireToObject();
18
+ implementation = function flat() {
19
+ var O = ToObject(this);
20
+ var sourceLen = ToLength(Get(O, "length"));
21
+ var depthNum = 1;
22
+ if (arguments.length > 0 && typeof arguments[0] !== "undefined") {
23
+ depthNum = ToIntegerOrInfinity(arguments[0]);
24
+ }
25
+ var A = ArraySpeciesCreate(O, 0);
26
+ FlattenIntoArray(A, O, sourceLen, 0, depthNum);
27
+ return A;
28
+ };
29
+ return implementation;
30
+ }
31
+ export {
32
+ requireImplementation as __require
33
+ };
@@ -0,0 +1,28 @@
1
+ import { __require as requireDefineProperties } from "../define-properties/index.js";
2
+ import { __require as requireCallBind } from "../call-bind/index.js";
3
+ import { __require as requireImplementation } from "./implementation.js";
4
+ import { __require as requirePolyfill } from "./polyfill.js";
5
+ import { __require as requireShim } from "./shim.js";
6
+ var array_prototype_flat;
7
+ var hasRequiredArray_prototype_flat;
8
+ function requireArray_prototype_flat() {
9
+ if (hasRequiredArray_prototype_flat) return array_prototype_flat;
10
+ hasRequiredArray_prototype_flat = 1;
11
+ var define = requireDefineProperties();
12
+ var callBind = requireCallBind();
13
+ var implementation = requireImplementation();
14
+ var getPolyfill = requirePolyfill();
15
+ var polyfill = getPolyfill();
16
+ var shim = requireShim();
17
+ var boundFlat = callBind(polyfill);
18
+ define(boundFlat, {
19
+ getPolyfill,
20
+ implementation,
21
+ shim
22
+ });
23
+ array_prototype_flat = boundFlat;
24
+ return array_prototype_flat;
25
+ }
26
+ export {
27
+ requireArray_prototype_flat as __require
28
+ };
@@ -0,0 +1,15 @@
1
+ import { __require as requireImplementation } from "./implementation.js";
2
+ var polyfill;
3
+ var hasRequiredPolyfill;
4
+ function requirePolyfill() {
5
+ if (hasRequiredPolyfill) return polyfill;
6
+ hasRequiredPolyfill = 1;
7
+ var implementation = requireImplementation();
8
+ polyfill = function getPolyfill() {
9
+ return Array.prototype.flat || implementation;
10
+ };
11
+ return polyfill;
12
+ }
13
+ export {
14
+ requirePolyfill as __require
15
+ };
@@ -0,0 +1,28 @@
1
+ import { __require as requireDefineProperties } from "../define-properties/index.js";
2
+ import { __require as requireEsShimUnscopables } from "../es-shim-unscopables/index.js";
3
+ import { __require as requirePolyfill } from "./polyfill.js";
4
+ var shim;
5
+ var hasRequiredShim;
6
+ function requireShim() {
7
+ if (hasRequiredShim) return shim;
8
+ hasRequiredShim = 1;
9
+ var define = requireDefineProperties();
10
+ var shimUnscopables = requireEsShimUnscopables();
11
+ var getPolyfill = requirePolyfill();
12
+ shim = function shimFlat() {
13
+ var polyfill = getPolyfill();
14
+ define(
15
+ Array.prototype,
16
+ { flat: polyfill },
17
+ { flat: function() {
18
+ return Array.prototype.flat !== polyfill;
19
+ } }
20
+ );
21
+ shimUnscopables("flat");
22
+ return polyfill;
23
+ };
24
+ return shim;
25
+ }
26
+ export {
27
+ requireShim as __require
28
+ };
@@ -0,0 +1,34 @@
1
+ import { __module as callBind } from "../../_virtual/index15.js";
2
+ import { __require as requireSetFunctionLength } from "../set-function-length/index.js";
3
+ import { __require as requireEsDefineProperty } from "../es-define-property/index.js";
4
+ import { __require as requireCallBindApplyHelpers } from "../call-bind-apply-helpers/index.js";
5
+ import { __require as requireApplyBind } from "../call-bind-apply-helpers/applyBind.js";
6
+ var hasRequiredCallBind;
7
+ function requireCallBind() {
8
+ if (hasRequiredCallBind) return callBind.exports;
9
+ hasRequiredCallBind = 1;
10
+ (function(module) {
11
+ var setFunctionLength = requireSetFunctionLength();
12
+ var $defineProperty = requireEsDefineProperty();
13
+ var callBindBasic = requireCallBindApplyHelpers();
14
+ var applyBind = requireApplyBind();
15
+ module.exports = function callBind2(originalFunction) {
16
+ var func = callBindBasic(arguments);
17
+ var adjustedLength = originalFunction.length - (arguments.length - 1);
18
+ return setFunctionLength(
19
+ func,
20
+ 1 + (adjustedLength > 0 ? adjustedLength : 0),
21
+ true
22
+ );
23
+ };
24
+ if ($defineProperty) {
25
+ $defineProperty(module.exports, "apply", { value: applyBind });
26
+ } else {
27
+ module.exports.apply = applyBind;
28
+ }
29
+ })(callBind);
30
+ return callBind.exports;
31
+ }
32
+ export {
33
+ requireCallBind as __require
34
+ };
@@ -0,0 +1,19 @@
1
+ import { __require as requireFunctionBind } from "../function-bind/index.js";
2
+ import { __require as requireFunctionApply } from "./functionApply.js";
3
+ import { __require as requireFunctionCall } from "./functionCall.js";
4
+ import { __require as requireReflectApply } from "./reflectApply.js";
5
+ var actualApply;
6
+ var hasRequiredActualApply;
7
+ function requireActualApply() {
8
+ if (hasRequiredActualApply) return actualApply;
9
+ hasRequiredActualApply = 1;
10
+ var bind = requireFunctionBind();
11
+ var $apply = requireFunctionApply();
12
+ var $call = requireFunctionCall();
13
+ var $reflectApply = requireReflectApply();
14
+ actualApply = $reflectApply || bind.call($call, $apply);
15
+ return actualApply;
16
+ }
17
+ export {
18
+ requireActualApply as __require
19
+ };
@@ -0,0 +1,19 @@
1
+ import { __require as requireFunctionBind } from "../function-bind/index.js";
2
+ import { __require as requireFunctionApply } from "./functionApply.js";
3
+ import { __require as requireActualApply } from "./actualApply.js";
4
+ var applyBind;
5
+ var hasRequiredApplyBind;
6
+ function requireApplyBind() {
7
+ if (hasRequiredApplyBind) return applyBind;
8
+ hasRequiredApplyBind = 1;
9
+ var bind = requireFunctionBind();
10
+ var $apply = requireFunctionApply();
11
+ var actualApply = requireActualApply();
12
+ applyBind = function applyBind2() {
13
+ return actualApply(bind, $apply, arguments);
14
+ };
15
+ return applyBind;
16
+ }
17
+ export {
18
+ requireApplyBind as __require
19
+ };
@@ -0,0 +1,11 @@
1
+ var functionApply;
2
+ var hasRequiredFunctionApply;
3
+ function requireFunctionApply() {
4
+ if (hasRequiredFunctionApply) return functionApply;
5
+ hasRequiredFunctionApply = 1;
6
+ functionApply = Function.prototype.apply;
7
+ return functionApply;
8
+ }
9
+ export {
10
+ requireFunctionApply as __require
11
+ };
@@ -0,0 +1,11 @@
1
+ var functionCall;
2
+ var hasRequiredFunctionCall;
3
+ function requireFunctionCall() {
4
+ if (hasRequiredFunctionCall) return functionCall;
5
+ hasRequiredFunctionCall = 1;
6
+ functionCall = Function.prototype.call;
7
+ return functionCall;
8
+ }
9
+ export {
10
+ requireFunctionCall as __require
11
+ };
@@ -0,0 +1,24 @@
1
+ import { __require as requireFunctionBind } from "../function-bind/index.js";
2
+ import { __require as requireType } from "../es-errors/type.js";
3
+ import { __require as requireFunctionCall } from "./functionCall.js";
4
+ import { __require as requireActualApply } from "./actualApply.js";
5
+ var callBindApplyHelpers;
6
+ var hasRequiredCallBindApplyHelpers;
7
+ function requireCallBindApplyHelpers() {
8
+ if (hasRequiredCallBindApplyHelpers) return callBindApplyHelpers;
9
+ hasRequiredCallBindApplyHelpers = 1;
10
+ var bind = requireFunctionBind();
11
+ var $TypeError = requireType();
12
+ var $call = requireFunctionCall();
13
+ var $actualApply = requireActualApply();
14
+ callBindApplyHelpers = function callBindBasic(args) {
15
+ if (args.length < 1 || typeof args[0] !== "function") {
16
+ throw new $TypeError("a function is required");
17
+ }
18
+ return $actualApply(bind, $call, args);
19
+ };
20
+ return callBindApplyHelpers;
21
+ }
22
+ export {
23
+ requireCallBindApplyHelpers as __require
24
+ };
@@ -0,0 +1,11 @@
1
+ var reflectApply;
2
+ var hasRequiredReflectApply;
3
+ function requireReflectApply() {
4
+ if (hasRequiredReflectApply) return reflectApply;
5
+ hasRequiredReflectApply = 1;
6
+ reflectApply = typeof Reflect !== "undefined" && Reflect && Reflect.apply;
7
+ return reflectApply;
8
+ }
9
+ export {
10
+ requireReflectApply as __require
11
+ };
@@ -0,0 +1,28 @@
1
+ import { __require as requireGetIntrinsic } from "../get-intrinsic/index.js";
2
+ import { __require as requireCallBindApplyHelpers } from "../call-bind-apply-helpers/index.js";
3
+ var callBound;
4
+ var hasRequiredCallBound;
5
+ function requireCallBound() {
6
+ if (hasRequiredCallBound) return callBound;
7
+ hasRequiredCallBound = 1;
8
+ var GetIntrinsic = requireGetIntrinsic();
9
+ var callBindBasic = requireCallBindApplyHelpers();
10
+ var $indexOf = callBindBasic([GetIntrinsic("%String.prototype.indexOf%")]);
11
+ callBound = function callBoundIntrinsic(name, allowMissing) {
12
+ var intrinsic = (
13
+ /** @type {(this: unknown, ...args: unknown[]) => unknown} */
14
+ GetIntrinsic(name, !!allowMissing)
15
+ );
16
+ if (typeof intrinsic === "function" && $indexOf(name, ".prototype.") > -1) {
17
+ return callBindBasic(
18
+ /** @type {const} */
19
+ [intrinsic]
20
+ );
21
+ }
22
+ return intrinsic;
23
+ };
24
+ return callBound;
25
+ }
26
+ export {
27
+ requireCallBound as __require
28
+ };
@@ -0,0 +1,55 @@
1
+ import { __require as requireEsDefineProperty } from "../es-define-property/index.js";
2
+ import { __require as requireSyntax } from "../es-errors/syntax.js";
3
+ import { __require as requireType } from "../es-errors/type.js";
4
+ import { __require as requireGopd } from "../gopd/index.js";
5
+ var defineDataProperty;
6
+ var hasRequiredDefineDataProperty;
7
+ function requireDefineDataProperty() {
8
+ if (hasRequiredDefineDataProperty) return defineDataProperty;
9
+ hasRequiredDefineDataProperty = 1;
10
+ var $defineProperty = requireEsDefineProperty();
11
+ var $SyntaxError = requireSyntax();
12
+ var $TypeError = requireType();
13
+ var gopd = requireGopd();
14
+ defineDataProperty = function defineDataProperty2(obj, property, value) {
15
+ if (!obj || typeof obj !== "object" && typeof obj !== "function") {
16
+ throw new $TypeError("`obj` must be an object or a function`");
17
+ }
18
+ if (typeof property !== "string" && typeof property !== "symbol") {
19
+ throw new $TypeError("`property` must be a string or a symbol`");
20
+ }
21
+ if (arguments.length > 3 && typeof arguments[3] !== "boolean" && arguments[3] !== null) {
22
+ throw new $TypeError("`nonEnumerable`, if provided, must be a boolean or null");
23
+ }
24
+ if (arguments.length > 4 && typeof arguments[4] !== "boolean" && arguments[4] !== null) {
25
+ throw new $TypeError("`nonWritable`, if provided, must be a boolean or null");
26
+ }
27
+ if (arguments.length > 5 && typeof arguments[5] !== "boolean" && arguments[5] !== null) {
28
+ throw new $TypeError("`nonConfigurable`, if provided, must be a boolean or null");
29
+ }
30
+ if (arguments.length > 6 && typeof arguments[6] !== "boolean") {
31
+ throw new $TypeError("`loose`, if provided, must be a boolean");
32
+ }
33
+ var nonEnumerable = arguments.length > 3 ? arguments[3] : null;
34
+ var nonWritable = arguments.length > 4 ? arguments[4] : null;
35
+ var nonConfigurable = arguments.length > 5 ? arguments[5] : null;
36
+ var loose = arguments.length > 6 ? arguments[6] : false;
37
+ var desc = !!gopd && gopd(obj, property);
38
+ if ($defineProperty) {
39
+ $defineProperty(obj, property, {
40
+ configurable: nonConfigurable === null && desc ? desc.configurable : !nonConfigurable,
41
+ enumerable: nonEnumerable === null && desc ? desc.enumerable : !nonEnumerable,
42
+ value,
43
+ writable: nonWritable === null && desc ? desc.writable : !nonWritable
44
+ });
45
+ } else if (loose || !nonEnumerable && !nonWritable && !nonConfigurable) {
46
+ obj[property] = value;
47
+ } else {
48
+ throw new $SyntaxError("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");
49
+ }
50
+ };
51
+ return defineDataProperty;
52
+ }
53
+ export {
54
+ requireDefineDataProperty as __require
55
+ };
@@ -0,0 +1,50 @@
1
+ import { __require as requireObjectKeys } from "../object-keys/index.js";
2
+ import { __require as requireDefineDataProperty } from "../define-data-property/index.js";
3
+ import { __require as requireHasPropertyDescriptors } from "../has-property-descriptors/index.js";
4
+ var defineProperties_1;
5
+ var hasRequiredDefineProperties;
6
+ function requireDefineProperties() {
7
+ if (hasRequiredDefineProperties) return defineProperties_1;
8
+ hasRequiredDefineProperties = 1;
9
+ var keys = requireObjectKeys();
10
+ var hasSymbols = typeof Symbol === "function" && typeof Symbol("foo") === "symbol";
11
+ var toStr = Object.prototype.toString;
12
+ var concat = Array.prototype.concat;
13
+ var defineDataProperty = requireDefineDataProperty();
14
+ var isFunction = function(fn) {
15
+ return typeof fn === "function" && toStr.call(fn) === "[object Function]";
16
+ };
17
+ var supportsDescriptors = requireHasPropertyDescriptors()();
18
+ var defineProperty = function(object, name, value, predicate) {
19
+ if (name in object) {
20
+ if (predicate === true) {
21
+ if (object[name] === value) {
22
+ return;
23
+ }
24
+ } else if (!isFunction(predicate) || !predicate()) {
25
+ return;
26
+ }
27
+ }
28
+ if (supportsDescriptors) {
29
+ defineDataProperty(object, name, value, true);
30
+ } else {
31
+ defineDataProperty(object, name, value);
32
+ }
33
+ };
34
+ var defineProperties = function(object, map) {
35
+ var predicates = arguments.length > 2 ? arguments[2] : {};
36
+ var props = keys(map);
37
+ if (hasSymbols) {
38
+ props = concat.call(props, Object.getOwnPropertySymbols(map));
39
+ }
40
+ for (var i = 0; i < props.length; i += 1) {
41
+ defineProperty(object, props[i], map[props[i]], predicates[props[i]]);
42
+ }
43
+ };
44
+ defineProperties.supportsDescriptors = !!supportsDescriptors;
45
+ defineProperties_1 = defineProperties;
46
+ return defineProperties_1;
47
+ }
48
+ export {
49
+ requireDefineProperties as __require
50
+ };
@@ -0,0 +1,36 @@
1
+ import { __require as requireCallBindApplyHelpers } from "../call-bind-apply-helpers/index.js";
2
+ import { __require as requireGopd } from "../gopd/index.js";
3
+ var get;
4
+ var hasRequiredGet;
5
+ function requireGet() {
6
+ if (hasRequiredGet) return get;
7
+ hasRequiredGet = 1;
8
+ var callBind = requireCallBindApplyHelpers();
9
+ var gOPD = requireGopd();
10
+ var hasProtoAccessor;
11
+ try {
12
+ hasProtoAccessor = /** @type {{ __proto__?: typeof Array.prototype }} */
13
+ [].__proto__ === Array.prototype;
14
+ } catch (e) {
15
+ if (!e || typeof e !== "object" || !("code" in e) || e.code !== "ERR_PROTO_ACCESS") {
16
+ throw e;
17
+ }
18
+ }
19
+ var desc = !!hasProtoAccessor && gOPD && gOPD(
20
+ Object.prototype,
21
+ /** @type {keyof typeof Object.prototype} */
22
+ "__proto__"
23
+ );
24
+ var $Object = Object;
25
+ var $getPrototypeOf = $Object.getPrototypeOf;
26
+ get = desc && typeof desc.get === "function" ? callBind([desc.get]) : typeof $getPrototypeOf === "function" ? (
27
+ /** @type {import('./get')} */
28
+ function getDunder(value) {
29
+ return $getPrototypeOf(value == null ? value : $Object(value));
30
+ }
31
+ ) : false;
32
+ return get;
33
+ }
34
+ export {
35
+ requireGet as __require
36
+ };
@@ -0,0 +1,40 @@
1
+ import { __require as requireCallBindApplyHelpers } from "../call-bind-apply-helpers/index.js";
2
+ import { __require as requireGopd } from "../gopd/index.js";
3
+ import { __require as requireType } from "../es-errors/type.js";
4
+ var set;
5
+ var hasRequiredSet;
6
+ function requireSet() {
7
+ if (hasRequiredSet) return set;
8
+ hasRequiredSet = 1;
9
+ var callBind = requireCallBindApplyHelpers();
10
+ var gOPD = requireGopd();
11
+ var $TypeError = requireType();
12
+ var obj = {};
13
+ try {
14
+ obj.__proto__ = null;
15
+ } catch (e) {
16
+ if (!e || typeof e !== "object" || !("code" in e) || e.code !== "ERR_PROTO_ACCESS") {
17
+ throw e;
18
+ }
19
+ }
20
+ var hasProtoMutator = !("toString" in obj);
21
+ var desc = gOPD && gOPD(
22
+ Object.prototype,
23
+ /** @type {keyof typeof Object.prototype} */
24
+ "__proto__"
25
+ );
26
+ set = hasProtoMutator && // eslint-disable-next-line no-extra-parens
27
+ (!!desc && typeof desc.set === "function" && /** @type {import('./set')} */
28
+ callBind([desc.set]) || /** @type {import('./set')} */
29
+ function setDunder(object, proto) {
30
+ if (object == null) {
31
+ throw new $TypeError("set Object.prototype.__proto__ called on null or undefined");
32
+ }
33
+ object.__proto__ = proto;
34
+ return proto;
35
+ });
36
+ return set;
37
+ }
38
+ export {
39
+ requireSet as __require
40
+ };
@@ -0,0 +1,45 @@
1
+ import { __require as requireGetIntrinsic } from "../../get-intrinsic/index.js";
2
+ import { __require as requireRange } from "../../es-errors/range.js";
3
+ import { __require as requireSyntax } from "../../es-errors/syntax.js";
4
+ import { __require as requireType } from "../../es-errors/type.js";
5
+ import { __require as requireIsInteger } from "../../math-intrinsics/isInteger.js";
6
+ import { __require as requireMaxArrayLength } from "../../math-intrinsics/constants/maxArrayLength.js";
7
+ import { __require as requireSetProto } from "../../set-proto/index.js";
8
+ var ArrayCreate;
9
+ var hasRequiredArrayCreate;
10
+ function requireArrayCreate() {
11
+ if (hasRequiredArrayCreate) return ArrayCreate;
12
+ hasRequiredArrayCreate = 1;
13
+ var GetIntrinsic = requireGetIntrinsic();
14
+ var $ArrayPrototype = GetIntrinsic("%Array.prototype%");
15
+ var $RangeError = requireRange();
16
+ var $SyntaxError = requireSyntax();
17
+ var $TypeError = requireType();
18
+ var isInteger = requireIsInteger();
19
+ var MAX_ARRAY_LENGTH = requireMaxArrayLength();
20
+ var $setProto = requireSetProto();
21
+ ArrayCreate = function ArrayCreate2(length) {
22
+ if (!isInteger(length) || length < 0) {
23
+ throw new $TypeError("Assertion failed: `length` must be an integer Number >= 0");
24
+ }
25
+ if (length > MAX_ARRAY_LENGTH) {
26
+ throw new $RangeError("length is greater than (2**32 - 1)");
27
+ }
28
+ var proto = arguments.length > 1 ? arguments[1] : $ArrayPrototype;
29
+ var A = [];
30
+ if (proto !== $ArrayPrototype) {
31
+ if (!$setProto) {
32
+ throw new $SyntaxError("ArrayCreate: a `proto` argument that is not `Array.prototype` is not supported in an environment that does not support setting the [[Prototype]]");
33
+ }
34
+ $setProto(A, proto);
35
+ }
36
+ if (length !== 0) {
37
+ A.length = length;
38
+ }
39
+ return A;
40
+ };
41
+ return ArrayCreate;
42
+ }
43
+ export {
44
+ requireArrayCreate as __require
45
+ };