@kubb/react-fabric 0.12.8 → 0.12.10

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 (49) hide show
  1. package/dist/{chunk-CrnDzoTS.js → chunk-DbZtQ4qb.js} +3 -3
  2. package/dist/getFunctionParams-BaDz1zZu.d.cts +47 -0
  3. package/dist/getFunctionParams-CINBJQGH.d.ts +48 -0
  4. package/dist/globals.d.cts +2 -1
  5. package/dist/globals.d.ts +2 -2
  6. package/dist/index.cjs +47 -45
  7. package/dist/index.cjs.map +1 -1
  8. package/dist/index.d.cts +9 -8
  9. package/dist/index.d.ts +10 -9
  10. package/dist/index.js +5 -4
  11. package/dist/index.js.map +1 -1
  12. package/dist/jsx-dev-runtime.cjs +2 -1
  13. package/dist/jsx-dev-runtime.cjs.map +1 -1
  14. package/dist/jsx-dev-runtime.d.cts +5 -4
  15. package/dist/jsx-dev-runtime.d.ts +5 -5
  16. package/dist/jsx-dev-runtime.js +2 -2
  17. package/dist/{jsx-namespace-BdDNwAgO.d.cts → jsx-namespace-Bg7Kfg54.d.ts} +2 -1
  18. package/dist/{jsx-namespace-BMpcDF6T.d.ts → jsx-namespace-zRAnd-2Y.d.cts} +2 -2
  19. package/dist/{jsx-runtime-CpElaHq6.js → jsx-runtime-CQFBnRKx.js} +3 -11
  20. package/dist/jsx-runtime-CQFBnRKx.js.map +1 -0
  21. package/dist/{jsx-runtime-6sQc68DD.cjs → jsx-runtime-CRt7_dDm.cjs} +3 -29
  22. package/dist/jsx-runtime-CRt7_dDm.cjs.map +1 -0
  23. package/dist/jsx-runtime.cjs +15 -6
  24. package/dist/jsx-runtime.cjs.map +1 -0
  25. package/dist/jsx-runtime.d.cts +5 -4
  26. package/dist/jsx-runtime.d.ts +5 -5
  27. package/dist/jsx-runtime.js +11 -2
  28. package/dist/jsx-runtime.js.map +1 -0
  29. package/dist/plugins.cjs +4 -3
  30. package/dist/plugins.d.cts +1 -1
  31. package/dist/plugins.d.ts +1 -2
  32. package/dist/plugins.js +3 -3
  33. package/dist/{react-Cfp4vMID.js → react--draJ5Pm.js} +1 -1
  34. package/dist/{react-Cfp4vMID.js.map → react--draJ5Pm.js.map} +1 -1
  35. package/dist/{react-DgrQzKJp.cjs → react-s8IDJhpB.cjs} +1 -1
  36. package/dist/{react-DgrQzKJp.cjs.map → react-s8IDJhpB.cjs.map} +1 -1
  37. package/dist/{reactPlugin-CvA5o0Zs.d.ts → reactPlugin-CfilrfRJ.d.cts} +2 -2
  38. package/dist/{reactPlugin-CC8Zsb0O.d.cts → reactPlugin-D7d08sbQ.d.ts} +2 -1
  39. package/dist/{reactPlugin-DA3LXXbQ.js → reactPlugin-DqJsInTf.js} +13 -13
  40. package/dist/{reactPlugin-DA3LXXbQ.js.map → reactPlugin-DqJsInTf.js.map} +1 -1
  41. package/dist/{reactPlugin-D9h2zvuq.cjs → reactPlugin-yxgFjveE.cjs} +12 -12
  42. package/dist/{reactPlugin-D9h2zvuq.cjs.map → reactPlugin-yxgFjveE.cjs.map} +1 -1
  43. package/dist/types.d.cts +60 -2
  44. package/dist/types.d.ts +61 -2
  45. package/package.json +18 -18
  46. package/dist/jsx-runtime-6sQc68DD.cjs.map +0 -1
  47. package/dist/jsx-runtime-CpElaHq6.js.map +0 -1
  48. package/dist/types-BKnc-nPE.d.ts +0 -103
  49. package/dist/types-K0AHi-aU.d.cts +0 -104
@@ -1,5 +1,5 @@
1
- const require_react$1 = require('./react-DgrQzKJp.cjs');
2
- const require_jsx_runtime = require('./jsx-runtime-6sQc68DD.cjs');
1
+ const require_react$1 = require('./react-s8IDJhpB.cjs');
2
+ const require_jsx_runtime = require('./jsx-runtime.cjs');
3
3
  let _kubb_fabric_core = require("@kubb/fabric-core");
4
4
  let signal_exit = require("signal-exit");
5
5
  let _kubb_fabric_core_plugins = require("@kubb/fabric-core/plugins");
@@ -7,7 +7,7 @@ let node_process = require("node:process");
7
7
  node_process = require_react$1.__toESM(node_process);
8
8
  let _kubb_fabric_core_parsers_typescript = require("@kubb/fabric-core/parsers/typescript");
9
9
 
10
- //#region \0@oxc-project+runtime@0.110.0/helpers/typeof.js
10
+ //#region \0@oxc-project+runtime@0.112.0/helpers/typeof.js
11
11
  function _typeof(o) {
12
12
  "@babel/helpers - typeof";
13
13
  return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o) {
@@ -18,7 +18,7 @@ function _typeof(o) {
18
18
  }
19
19
 
20
20
  //#endregion
21
- //#region \0@oxc-project+runtime@0.110.0/helpers/toPrimitive.js
21
+ //#region \0@oxc-project+runtime@0.112.0/helpers/toPrimitive.js
22
22
  function toPrimitive(t, r) {
23
23
  if ("object" != _typeof(t) || !t) return t;
24
24
  var e = t[Symbol.toPrimitive];
@@ -31,14 +31,14 @@ function toPrimitive(t, r) {
31
31
  }
32
32
 
33
33
  //#endregion
34
- //#region \0@oxc-project+runtime@0.110.0/helpers/toPropertyKey.js
34
+ //#region \0@oxc-project+runtime@0.112.0/helpers/toPropertyKey.js
35
35
  function toPropertyKey(t) {
36
36
  var i = toPrimitive(t, "string");
37
37
  return "symbol" == _typeof(i) ? i : i + "";
38
38
  }
39
39
 
40
40
  //#endregion
41
- //#region \0@oxc-project+runtime@0.110.0/helpers/defineProperty.js
41
+ //#region \0@oxc-project+runtime@0.112.0/helpers/defineProperty.js
42
42
  function _defineProperty(e, r, t) {
43
43
  return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
44
44
  value: t,
@@ -17705,38 +17705,38 @@ async function processFiles(node) {
17705
17705
  }
17706
17706
 
17707
17707
  //#endregion
17708
- //#region \0@oxc-project+runtime@0.110.0/helpers/checkPrivateRedeclaration.js
17708
+ //#region \0@oxc-project+runtime@0.112.0/helpers/checkPrivateRedeclaration.js
17709
17709
  function _checkPrivateRedeclaration(e, t) {
17710
17710
  if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object");
17711
17711
  }
17712
17712
 
17713
17713
  //#endregion
17714
- //#region \0@oxc-project+runtime@0.110.0/helpers/classPrivateMethodInitSpec.js
17714
+ //#region \0@oxc-project+runtime@0.112.0/helpers/classPrivateMethodInitSpec.js
17715
17715
  function _classPrivateMethodInitSpec(e, a) {
17716
17716
  _checkPrivateRedeclaration(e, a), a.add(e);
17717
17717
  }
17718
17718
 
17719
17719
  //#endregion
17720
- //#region \0@oxc-project+runtime@0.110.0/helpers/classPrivateFieldInitSpec.js
17720
+ //#region \0@oxc-project+runtime@0.112.0/helpers/classPrivateFieldInitSpec.js
17721
17721
  function _classPrivateFieldInitSpec(e, t, a) {
17722
17722
  _checkPrivateRedeclaration(e, t), t.set(e, a);
17723
17723
  }
17724
17724
 
17725
17725
  //#endregion
17726
- //#region \0@oxc-project+runtime@0.110.0/helpers/assertClassBrand.js
17726
+ //#region \0@oxc-project+runtime@0.112.0/helpers/assertClassBrand.js
17727
17727
  function _assertClassBrand(e, t, n) {
17728
17728
  if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n;
17729
17729
  throw new TypeError("Private element is not present on this object");
17730
17730
  }
17731
17731
 
17732
17732
  //#endregion
17733
- //#region \0@oxc-project+runtime@0.110.0/helpers/classPrivateFieldGet2.js
17733
+ //#region \0@oxc-project+runtime@0.112.0/helpers/classPrivateFieldGet2.js
17734
17734
  function _classPrivateFieldGet2(s, a) {
17735
17735
  return s.get(_assertClassBrand(s, a));
17736
17736
  }
17737
17737
 
17738
17738
  //#endregion
17739
- //#region \0@oxc-project+runtime@0.110.0/helpers/classPrivateFieldSet2.js
17739
+ //#region \0@oxc-project+runtime@0.112.0/helpers/classPrivateFieldSet2.js
17740
17740
  function _classPrivateFieldSet2(s, a, r) {
17741
17741
  return s.set(_assertClassBrand(s, a), r), r;
17742
17742
  }