@vue-jsx-vapor/runtime 2.6.7 → 2.7.3

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 (58) hide show
  1. package/dist/{block-CyA0ggJw.js → block-BZYKbYTH.js} +1 -1
  2. package/dist/{block-C2Eqyw1w.d.cts → block-BycCFoa3.d.cts} +1 -1
  3. package/dist/{block-u07aeibz.d.ts → block-CDDvZR6x.d.ts} +1 -1
  4. package/dist/{block-Ce05UNsp.cjs → block-sF5z9ijJ.cjs} +2 -1
  5. package/dist/block.cjs +1 -1
  6. package/dist/block.d.cts +1 -1
  7. package/dist/block.d.ts +1 -1
  8. package/dist/block.js +1 -1
  9. package/dist/{component-C8x9Na5a.js → component-9t-R5fIy.js} +4 -3
  10. package/dist/{component-BkffHjyR.d.cts → component-B9KOho-L.d.ts} +1 -1
  11. package/dist/{component-3uVVinLJ.d.ts → component-C13Oo-p0.d.cts} +4 -4
  12. package/dist/{component-DBuDOGBI.cjs → component-HwEQ3NVf.cjs} +5 -3
  13. package/dist/component.cjs +3 -3
  14. package/dist/component.d.cts +1 -1
  15. package/dist/component.d.ts +1 -1
  16. package/dist/component.js +3 -3
  17. package/dist/{h-BzLMgVDl.cjs → h-BSBmQ5xG.cjs} +2 -2
  18. package/dist/{h-JmVbnDXf.d.cts → h-BiyYwTqr.d.cts} +4 -4
  19. package/dist/{h-ZvZ1VCbf.d.ts → h-DTX_eMGD.d.ts} +4 -4
  20. package/dist/{h-D3vIqt04.js → h-DWXdYIAv.js} +3 -3
  21. package/dist/h.cjs +4 -4
  22. package/dist/h.d.cts +2 -2
  23. package/dist/h.d.ts +2 -2
  24. package/dist/h.js +4 -4
  25. package/dist/{helpers-B9BMZz0T.d.ts → helpers-4D9tv0FR.d.ts} +1 -1
  26. package/dist/{helpers-C0DfvsA-.js → helpers-BSrUwxJS.js} +2 -3
  27. package/dist/{helpers-DeLHxsS2.d.cts → helpers-CABYlIBX.d.cts} +1 -1
  28. package/dist/{helpers-z4TWV9SY.cjs → helpers-Ie9fa1JX.cjs} +3 -3
  29. package/dist/helpers.cjs +1 -1
  30. package/dist/helpers.d.cts +1 -1
  31. package/dist/helpers.d.ts +1 -1
  32. package/dist/helpers.js +1 -1
  33. package/dist/index.cjs +7 -6
  34. package/dist/index.d.cts +7 -7
  35. package/dist/index.d.ts +7 -7
  36. package/dist/index.js +7 -7
  37. package/dist/{jsx-BETSLhhI.d.cts → jsx-BVa2SJ5I.d.ts} +3 -3
  38. package/dist/jsx-C5yte_hi.js +1 -0
  39. package/dist/{jsx-BY0TUGE1.d.ts → jsx-fC1dHUHK.d.cts} +3 -3
  40. package/dist/jsx.d.cts +1 -1
  41. package/dist/jsx.d.ts +1 -1
  42. package/dist/jsx.js +3 -1
  43. package/dist/{node-BLet7XpW.cjs → node-B6xwqC0_.cjs} +2 -1
  44. package/dist/{node-Bd0fT44y.js → node-C-c1h4g5.js} +1 -1
  45. package/dist/{node-C2jZYT0Y.d.ts → node-CHgp_X1O.d.ts} +1 -1
  46. package/dist/{node-w0ksMVPx.d.cts → node-Dj7u02ol.d.cts} +1 -1
  47. package/dist/node.cjs +1 -1
  48. package/dist/node.d.cts +1 -1
  49. package/dist/node.d.ts +1 -1
  50. package/dist/node.js +1 -1
  51. package/dist/{vue-D4TD6DcD.d.cts → vue-B5aczwqa.d.cts} +2 -2
  52. package/dist/{vue-CLfSEbpD.js → vue-BJLej53a.js} +1 -1
  53. package/dist/{vue-DpDMiox0.d.ts → vue-C3xG3k3W.d.ts} +2 -2
  54. package/dist/vue.d.cts +1 -1
  55. package/dist/vue.d.ts +1 -1
  56. package/dist/vue.js +1 -1
  57. package/package.json +1 -1
  58. package/dist/jsx-D6bpAbiF.js +0 -0
@@ -12,4 +12,4 @@ function isBlock(val) {
12
12
  }
13
13
 
14
14
  //#endregion
15
- export { isBlock, normalizeNode };
15
+ export { normalizeNode as n, isBlock as t };
@@ -7,4 +7,4 @@ type NodeChild = NodeChildAtom | NodeArrayChildren;
7
7
  declare function normalizeNode(node: NodeChild): Block;
8
8
  declare function isBlock(val: NonNullable<unknown>): val is Block;
9
9
  //#endregion
10
- export { NodeArrayChildren, NodeChild, isBlock, normalizeNode };
10
+ export { normalizeNode as i, NodeChild as n, isBlock as r, NodeArrayChildren as t };
@@ -7,4 +7,4 @@ type NodeChild = NodeChildAtom | NodeArrayChildren;
7
7
  declare function normalizeNode(node: NodeChild): Block;
8
8
  declare function isBlock(val: NonNullable<unknown>): val is Block;
9
9
  //#endregion
10
- export { NodeArrayChildren, NodeChild, isBlock, normalizeNode };
10
+ export { normalizeNode as i, NodeChild as n, isBlock as r, NodeArrayChildren as t };
@@ -1,5 +1,6 @@
1
1
  const require_chunk = require('./chunk-CUT6urMc.cjs');
2
- const vue = require_chunk.__toESM(require("vue"));
2
+ let vue = require("vue");
3
+ vue = require_chunk.__toESM(vue);
3
4
 
4
5
  //#region src/block.ts
5
6
  function normalizeNode(node) {
package/dist/block.cjs CHANGED
@@ -1,4 +1,4 @@
1
- const require_block = require('./block-Ce05UNsp.cjs');
1
+ const require_block = require('./block-sF5z9ijJ.cjs');
2
2
 
3
3
  exports.isBlock = require_block.isBlock;
4
4
  exports.normalizeNode = require_block.normalizeNode;
package/dist/block.d.cts CHANGED
@@ -1,2 +1,2 @@
1
- import { NodeArrayChildren, NodeChild, isBlock, normalizeNode } from "./block-C2Eqyw1w.cjs";
1
+ import { i as normalizeNode, n as NodeChild, r as isBlock, t as NodeArrayChildren } from "./block-BycCFoa3.cjs";
2
2
  export { NodeArrayChildren, NodeChild, isBlock, normalizeNode };
package/dist/block.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { NodeArrayChildren, NodeChild, isBlock, normalizeNode } from "./block-u07aeibz.js";
1
+ import { i as normalizeNode, n as NodeChild, r as isBlock, t as NodeArrayChildren } from "./block-CDDvZR6x.js";
2
2
  export { NodeArrayChildren, NodeChild, isBlock, normalizeNode };
package/dist/block.js CHANGED
@@ -1,3 +1,3 @@
1
- import { isBlock, normalizeNode } from "./block-CyA0ggJw.js";
1
+ import { n as normalizeNode, t as isBlock } from "./block-BZYKbYTH.js";
2
2
 
3
3
  export { isBlock, normalizeNode };
@@ -1,5 +1,5 @@
1
- import { normalizeNode } from "./block-CyA0ggJw.js";
2
- import { getCurrentInstance } from "./helpers-C0DfvsA-.js";
1
+ import { n as normalizeNode } from "./block-BZYKbYTH.js";
2
+ import { t as getCurrentInstance } from "./helpers-BSrUwxJS.js";
3
3
  import { Fragment, createComponent, createComponentWithFallback } from "vue";
4
4
 
5
5
  //#region src/component.ts
@@ -24,6 +24,7 @@ const createProxyComponent = (createComponent$2, type, props, ...args) => {
24
24
  const i = getCurrentInstance();
25
25
  if (typeof type === "function") type = new Proxy(type, {
26
26
  apply(target, ctx, args$1) {
27
+ if (typeof target.__setup === "function") target.__setup.apply(ctx, args$1);
27
28
  return normalizeNode(Reflect.apply(target, ctx, args$1));
28
29
  },
29
30
  get(target, p, receiver) {
@@ -38,4 +39,4 @@ const createProxyComponent = (createComponent$2, type, props, ...args) => {
38
39
  };
39
40
 
40
41
  //#endregion
41
- export { createComponent$1 as createComponent, createComponentWithFallback$1 as createComponentWithFallback };
42
+ export { createComponentWithFallback$1 as n, createComponent$1 as t };
@@ -6,4 +6,4 @@ type Tail<T extends any[]> = T extends [any, ...infer R] ? R : never;
6
6
  declare const createComponent$1: (type: VaporComponent | typeof Fragment, ...args: Tail<Parameters<typeof createComponent>>) => vue0.VaporComponentInstance | HTMLElement;
7
7
  declare const createComponentWithFallback$1: (type: VaporComponent | typeof Fragment, ...args: Tail<Parameters<typeof createComponentWithFallback>>) => vue0.VaporComponentInstance | HTMLElement;
8
8
  //#endregion
9
- export { createComponent$1 as createComponent, createComponentWithFallback$1 as createComponentWithFallback };
9
+ export { createComponentWithFallback$1 as n, createComponent$1 as t };
@@ -1,9 +1,9 @@
1
- import * as vue1 from "vue";
1
+ import * as vue0 from "vue";
2
2
  import { Fragment, VaporComponent, createComponent, createComponentWithFallback } from "vue";
3
3
 
4
4
  //#region src/component.d.ts
5
5
  type Tail<T extends any[]> = T extends [any, ...infer R] ? R : never;
6
- declare const createComponent$1: (type: VaporComponent | typeof Fragment, ...args: Tail<Parameters<typeof createComponent>>) => vue1.VaporComponentInstance | HTMLElement;
7
- declare const createComponentWithFallback$1: (type: VaporComponent | typeof Fragment, ...args: Tail<Parameters<typeof createComponentWithFallback>>) => vue1.VaporComponentInstance | HTMLElement;
6
+ declare const createComponent$1: (type: VaporComponent | typeof Fragment, ...args: Tail<Parameters<typeof createComponent>>) => vue0.VaporComponentInstance | HTMLElement;
7
+ declare const createComponentWithFallback$1: (type: VaporComponent | typeof Fragment, ...args: Tail<Parameters<typeof createComponentWithFallback>>) => vue0.VaporComponentInstance | HTMLElement;
8
8
  //#endregion
9
- export { createComponent$1 as createComponent, createComponentWithFallback$1 as createComponentWithFallback };
9
+ export { createComponentWithFallback$1 as n, createComponent$1 as t };
@@ -1,7 +1,8 @@
1
1
  const require_chunk = require('./chunk-CUT6urMc.cjs');
2
- const require_block = require('./block-Ce05UNsp.cjs');
3
- const require_helpers = require('./helpers-z4TWV9SY.cjs');
4
- const vue = require_chunk.__toESM(require("vue"));
2
+ const require_block = require('./block-sF5z9ijJ.cjs');
3
+ const require_helpers = require('./helpers-Ie9fa1JX.cjs');
4
+ let vue = require("vue");
5
+ vue = require_chunk.__toESM(vue);
5
6
 
6
7
  //#region src/component.ts
7
8
  const createComponent = (type, ...args) => {
@@ -25,6 +26,7 @@ const createProxyComponent = (createComponent$1, type, props, ...args) => {
25
26
  const i = require_helpers.getCurrentInstance();
26
27
  if (typeof type === "function") type = new Proxy(type, {
27
28
  apply(target, ctx, args$1) {
29
+ if (typeof target.__setup === "function") target.__setup.apply(ctx, args$1);
28
30
  return require_block.normalizeNode(Reflect.apply(target, ctx, args$1));
29
31
  },
30
32
  get(target, p, receiver) {
@@ -1,6 +1,6 @@
1
- require('./block-Ce05UNsp.cjs');
2
- require('./helpers-z4TWV9SY.cjs');
3
- const require_component = require('./component-DBuDOGBI.cjs');
1
+ require('./block-sF5z9ijJ.cjs');
2
+ require('./helpers-Ie9fa1JX.cjs');
3
+ const require_component = require('./component-HwEQ3NVf.cjs');
4
4
 
5
5
  exports.createComponent = require_component.createComponent;
6
6
  exports.createComponentWithFallback = require_component.createComponentWithFallback;
@@ -1,2 +1,2 @@
1
- import { createComponent, createComponentWithFallback } from "./component-BkffHjyR.cjs";
1
+ import { n as createComponentWithFallback, t as createComponent } from "./component-C13Oo-p0.cjs";
2
2
  export { createComponent, createComponentWithFallback };
@@ -1,2 +1,2 @@
1
- import { createComponent, createComponentWithFallback } from "./component-3uVVinLJ.js";
1
+ import { n as createComponentWithFallback, t as createComponent } from "./component-B9KOho-L.js";
2
2
  export { createComponent, createComponentWithFallback };
package/dist/component.js CHANGED
@@ -1,5 +1,5 @@
1
- import "./block-CyA0ggJw.js";
2
- import "./helpers-C0DfvsA-.js";
3
- import { createComponent, createComponentWithFallback } from "./component-C8x9Na5a.js";
1
+ import "./block-BZYKbYTH.js";
2
+ import "./helpers-BSrUwxJS.js";
3
+ import { n as createComponentWithFallback, t as createComponent } from "./component-9t-R5fIy.js";
4
4
 
5
5
  export { createComponent, createComponentWithFallback };
@@ -1,5 +1,5 @@
1
- const require_block = require('./block-Ce05UNsp.cjs');
2
- const require_component = require('./component-DBuDOGBI.cjs');
1
+ const require_block = require('./block-sF5z9ijJ.cjs');
2
+ const require_component = require('./component-HwEQ3NVf.cjs');
3
3
 
4
4
  //#region src/h.ts
5
5
  function h(type, propsOrChildren, children) {
@@ -1,4 +1,4 @@
1
- import { NodeArrayChildren, NodeChild } from "./block-C2Eqyw1w.cjs";
1
+ import { n as NodeChild, t as NodeArrayChildren } from "./block-BycCFoa3.cjs";
2
2
  import { Block, Component, ComponentOptions, ConcreteComponent, DefineComponent, EmitsOptions, Fragment, FunctionalComponent, RawSlots, Suspense, SuspenseProps, Teleport, TeleportProps, VNodeRef } from "vue";
3
3
 
4
4
  //#region src/h.d.ts
@@ -14,8 +14,8 @@ type HTMLElementEventHandler = { [K in keyof HTMLElementEventMap as `on${Capital
14
14
  type IfAny<T, Y, N> = 0 extends 1 & T ? Y : N;
15
15
  type RawProps$1 = Record<string, any>;
16
16
  type ResolveProps<T> = T extends null | undefined ? T : (() => T) | T;
17
- declare function h<K extends keyof HTMLElementTagNameMap>(type: K, children?: NodeChild): Block;
18
- declare function h<K extends keyof HTMLElementTagNameMap>(type: K, props?: ResolveProps<RawProps$1 & HTMLElementEventHandler> | null, children?: NodeChild | RawSlots): Block;
17
+ declare function h<K$1 extends keyof HTMLElementTagNameMap>(type: K$1, children?: NodeChild): Block;
18
+ declare function h<K$1 extends keyof HTMLElementTagNameMap>(type: K$1, props?: ResolveProps<RawProps$1 & HTMLElementEventHandler> | null, children?: NodeChild | RawSlots): Block;
19
19
  declare function h(type: string, children?: NodeChild): Block;
20
20
  declare function h(type: string, props?: ResolveProps<RawProps$1> | null, children?: NodeChild | RawSlots): Block;
21
21
  declare function h(type: typeof Text | typeof Comment, children?: string | number | boolean): Block;
@@ -33,4 +33,4 @@ declare function h<P, E extends EmitsOptions = {}, S extends Record<string, any>
33
33
  declare function h(type: string | ConcreteComponent | Component | ComponentOptions | Constructor | DefineComponent, children?: NodeChild): Block;
34
34
  declare function h<P>(type: string | ConcreteComponent<P> | Component<P> | ComponentOptions<P> | Constructor<P> | DefineComponent<P>, props?: ResolveProps<(RawProps$1 & P) | ({} extends P ? null : never)>, children?: NodeChild | RawSlots): Block;
35
35
  //#endregion
36
- export { h };
36
+ export { h as t };
@@ -1,4 +1,4 @@
1
- import { NodeArrayChildren, NodeChild } from "./block-u07aeibz.js";
1
+ import { n as NodeChild, t as NodeArrayChildren } from "./block-CDDvZR6x.js";
2
2
  import { Block, Component, ComponentOptions, ConcreteComponent, DefineComponent, EmitsOptions, Fragment, FunctionalComponent, RawSlots, Suspense, SuspenseProps, Teleport, TeleportProps, VNodeRef } from "vue";
3
3
 
4
4
  //#region src/h.d.ts
@@ -14,8 +14,8 @@ type HTMLElementEventHandler = { [K in keyof HTMLElementEventMap as `on${Capital
14
14
  type IfAny<T, Y, N> = 0 extends 1 & T ? Y : N;
15
15
  type RawProps$1 = Record<string, any>;
16
16
  type ResolveProps<T> = T extends null | undefined ? T : (() => T) | T;
17
- declare function h<K extends keyof HTMLElementTagNameMap>(type: K, children?: NodeChild): Block;
18
- declare function h<K extends keyof HTMLElementTagNameMap>(type: K, props?: ResolveProps<RawProps$1 & HTMLElementEventHandler> | null, children?: NodeChild | RawSlots): Block;
17
+ declare function h<K$1 extends keyof HTMLElementTagNameMap>(type: K$1, children?: NodeChild): Block;
18
+ declare function h<K$1 extends keyof HTMLElementTagNameMap>(type: K$1, props?: ResolveProps<RawProps$1 & HTMLElementEventHandler> | null, children?: NodeChild | RawSlots): Block;
19
19
  declare function h(type: string, children?: NodeChild): Block;
20
20
  declare function h(type: string, props?: ResolveProps<RawProps$1> | null, children?: NodeChild | RawSlots): Block;
21
21
  declare function h(type: typeof Text | typeof Comment, children?: string | number | boolean): Block;
@@ -33,4 +33,4 @@ declare function h<P, E extends EmitsOptions = {}, S extends Record<string, any>
33
33
  declare function h(type: string | ConcreteComponent | Component | ComponentOptions | Constructor | DefineComponent, children?: NodeChild): Block;
34
34
  declare function h<P>(type: string | ConcreteComponent<P> | Component<P> | ComponentOptions<P> | Constructor<P> | DefineComponent<P>, props?: ResolveProps<(RawProps$1 & P) | ({} extends P ? null : never)>, children?: NodeChild | RawSlots): Block;
35
35
  //#endregion
36
- export { h };
36
+ export { h as t };
@@ -1,5 +1,5 @@
1
- import { isBlock } from "./block-CyA0ggJw.js";
2
- import { createComponentWithFallback } from "./component-C8x9Na5a.js";
1
+ import { t as isBlock } from "./block-BZYKbYTH.js";
2
+ import { n as createComponentWithFallback } from "./component-9t-R5fIy.js";
3
3
 
4
4
  //#region src/h.ts
5
5
  function h(type, propsOrChildren, children) {
@@ -25,4 +25,4 @@ function resolveProps(props) {
25
25
  }
26
26
 
27
27
  //#endregion
28
- export { h };
28
+ export { h as t };
package/dist/h.cjs CHANGED
@@ -1,6 +1,6 @@
1
- require('./block-Ce05UNsp.cjs');
2
- require('./helpers-z4TWV9SY.cjs');
3
- require('./component-DBuDOGBI.cjs');
4
- const require_h = require('./h-BzLMgVDl.cjs');
1
+ require('./block-sF5z9ijJ.cjs');
2
+ require('./helpers-Ie9fa1JX.cjs');
3
+ require('./component-HwEQ3NVf.cjs');
4
+ const require_h = require('./h-BSBmQ5xG.cjs');
5
5
 
6
6
  exports.h = require_h.h;
package/dist/h.d.cts CHANGED
@@ -1,3 +1,3 @@
1
- import "./block-C2Eqyw1w.cjs";
2
- import { h } from "./h-JmVbnDXf.cjs";
1
+ import "./block-BycCFoa3.cjs";
2
+ import { t as h } from "./h-BiyYwTqr.cjs";
3
3
  export { h };
package/dist/h.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import "./block-u07aeibz.js";
2
- import { h } from "./h-ZvZ1VCbf.js";
1
+ import "./block-CDDvZR6x.js";
2
+ import { t as h } from "./h-DTX_eMGD.js";
3
3
  export { h };
package/dist/h.js CHANGED
@@ -1,6 +1,6 @@
1
- import "./block-CyA0ggJw.js";
2
- import "./helpers-C0DfvsA-.js";
3
- import "./component-C8x9Na5a.js";
4
- import { h } from "./h-D3vIqt04.js";
1
+ import "./block-BZYKbYTH.js";
2
+ import "./helpers-BSrUwxJS.js";
3
+ import "./component-9t-R5fIy.js";
4
+ import { t as h } from "./h-DWXdYIAv.js";
5
5
 
6
6
  export { h };
@@ -34,4 +34,4 @@ declare function useFullProps(): Vue.ShallowUnwrapRef<{
34
34
  [x: string]: Vue.Ref<unknown, unknown>;
35
35
  }>;
36
36
  //#endregion
37
- export { getCurrentInstance, useFullProps, useProps };
37
+ export { useFullProps as n, useProps as r, getCurrentInstance as t };
@@ -18,8 +18,7 @@ function getCurrentInstance() {
18
18
  * ```
19
19
  */
20
20
  function useProps() {
21
- const i = getCurrentInstance();
22
- return i.props;
21
+ return getCurrentInstance().props;
23
22
  }
24
23
  /**
25
24
  * Returns the merged props and attrs of the current component.\
@@ -41,4 +40,4 @@ function useFullProps() {
41
40
  }
42
41
 
43
42
  //#endregion
44
- export { getCurrentInstance, useFullProps, useProps };
43
+ export { useFullProps as n, useProps as r, getCurrentInstance as t };
@@ -34,4 +34,4 @@ declare function useFullProps(): Vue.ShallowUnwrapRef<{
34
34
  [x: string]: Vue.Ref<unknown, unknown>;
35
35
  }>;
36
36
  //#endregion
37
- export { getCurrentInstance, useFullProps, useProps };
37
+ export { useFullProps as n, useProps as r, getCurrentInstance as t };
@@ -1,5 +1,6 @@
1
1
  const require_chunk = require('./chunk-CUT6urMc.cjs');
2
- const vue = require_chunk.__toESM(require("vue"));
2
+ let vue = require("vue");
3
+ vue = require_chunk.__toESM(vue);
3
4
 
4
5
  //#region src/helpers.ts
5
6
  function getCurrentInstance() {
@@ -18,8 +19,7 @@ function getCurrentInstance() {
18
19
  * ```
19
20
  */
20
21
  function useProps() {
21
- const i = getCurrentInstance();
22
- return i.props;
22
+ return getCurrentInstance().props;
23
23
  }
24
24
  /**
25
25
  * Returns the merged props and attrs of the current component.\
package/dist/helpers.cjs CHANGED
@@ -1,4 +1,4 @@
1
- const require_helpers = require('./helpers-z4TWV9SY.cjs');
1
+ const require_helpers = require('./helpers-Ie9fa1JX.cjs');
2
2
 
3
3
  exports.getCurrentInstance = require_helpers.getCurrentInstance;
4
4
  exports.useFullProps = require_helpers.useFullProps;
@@ -1,2 +1,2 @@
1
- import { getCurrentInstance, useFullProps, useProps } from "./helpers-DeLHxsS2.cjs";
1
+ import { n as useFullProps, r as useProps, t as getCurrentInstance } from "./helpers-CABYlIBX.cjs";
2
2
  export { getCurrentInstance, useFullProps, useProps };
package/dist/helpers.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { getCurrentInstance, useFullProps, useProps } from "./helpers-B9BMZz0T.js";
1
+ import { n as useFullProps, r as useProps, t as getCurrentInstance } from "./helpers-4D9tv0FR.js";
2
2
  export { getCurrentInstance, useFullProps, useProps };
package/dist/helpers.js CHANGED
@@ -1,3 +1,3 @@
1
- import { getCurrentInstance, useFullProps, useProps } from "./helpers-C0DfvsA-.js";
1
+ import { n as useFullProps, r as useProps, t as getCurrentInstance } from "./helpers-BSrUwxJS.js";
2
2
 
3
3
  export { getCurrentInstance, useFullProps, useProps };
package/dist/index.cjs CHANGED
@@ -1,12 +1,13 @@
1
1
  const require_chunk = require('./chunk-CUT6urMc.cjs');
2
- const require_block = require('./block-Ce05UNsp.cjs');
3
- const require_helpers = require('./helpers-z4TWV9SY.cjs');
4
- const require_component = require('./component-DBuDOGBI.cjs');
5
- const require_h = require('./h-BzLMgVDl.cjs');
2
+ const require_block = require('./block-sF5z9ijJ.cjs');
3
+ const require_helpers = require('./helpers-Ie9fa1JX.cjs');
4
+ const require_component = require('./component-HwEQ3NVf.cjs');
5
+ const require_h = require('./h-BSBmQ5xG.cjs');
6
6
  require('./jsx-CTAfwhvm.cjs');
7
- const require_node = require('./node-BLet7XpW.cjs');
7
+ const require_node = require('./node-B6xwqC0_.cjs');
8
8
  const require_vue = require('./vue-DN14pNs9.cjs');
9
- const vue = require_chunk.__toESM(require("vue"));
9
+ let vue = require("vue");
10
+ vue = require_chunk.__toESM(vue);
10
11
 
11
12
  exports.createComponent = require_component.createComponent;
12
13
  exports.createComponentWithFallback = require_component.createComponentWithFallback;
package/dist/index.d.cts CHANGED
@@ -1,9 +1,9 @@
1
- import { NodeArrayChildren, NodeChild, isBlock, normalizeNode } from "./block-C2Eqyw1w.cjs";
2
- import { createComponent, createComponentWithFallback } from "./component-BkffHjyR.cjs";
3
- import { h } from "./h-JmVbnDXf.cjs";
4
- import { getCurrentInstance, useFullProps, useProps } from "./helpers-DeLHxsS2.cjs";
5
- import { AbstractView, AnchorHTMLAttributes, AnimationEvent, AnimationEventHandler, AreaHTMLAttributes, AriaAttributes, AudioHTMLAttributes, BaseEventHandler, BaseHTMLAttributes, BaseSyntheticEvent, BlockquoteHTMLAttributes, ButtonHTMLAttributes, CSSProperties, CanvasHTMLAttributes, ChangeEvent, ChangeEventHandler, ClipboardEvent, ClipboardEventHandler, ColHTMLAttributes, ColgroupHTMLAttributes, CompositionEvent, CompositionEventHandler, DataHTMLAttributes, DelHTMLAttributes, DetailsHTMLAttributes, DialogHTMLAttributes, DragEvent, DragEventHandler, EmbedHTMLAttributes, EventHandler, EventHandlers, Events, FieldsetHTMLAttributes, FocusEvent, FocusEventHandler, FormEvent, FormEventHandler, FormHTMLAttributes, HTMLAttributes, HtmlHTMLAttributes, IframeHTMLAttributes, ImgHTMLAttributes, InputHTMLAttributes, InputTypeHTMLAttribute, InsHTMLAttributes, IntrinsicElementAttributes, KeyboardEvent, KeyboardEventHandler, KeygenHTMLAttributes, LabelHTMLAttributes, LiHTMLAttributes, LinkHTMLAttributes, MapHTMLAttributes, MediaHTMLAttributes, MenuHTMLAttributes, MetaHTMLAttributes, MeterHTMLAttributes, ModifierKey, MouseEvent, MouseEventHandler, NativeElements, ObjectHTMLAttributes, OlHTMLAttributes, OptgroupHTMLAttributes, OptionHTMLAttributes, OutputHTMLAttributes, ParamHTMLAttributes, ProgressHTMLAttributes, QuoteHTMLAttributes, ReservedProps, SVGAttributes, ScriptHTMLAttributes, SelectHTMLAttributes, SourceHTMLAttributes, StyleHTMLAttributes, StyleValue, SyntheticEvent, TableHTMLAttributes, TdHTMLAttributes, TextareaHTMLAttributes, ThHTMLAttributes, TimeHTMLAttributes, TrackHTMLAttributes, TransitionEvent, TransitionEventHandler, UIEvent, UIEventHandler, VideoHTMLAttributes, WebViewHTMLAttributes, WheelEvent, WheelEventHandler } from "./jsx-BETSLhhI.cjs";
6
- import { createNodes, setNodes } from "./node-w0ksMVPx.cjs";
7
- import { DefineVaporComponent, DefineVaporSetupFnComponent, FunctionalVaporComponent, ObjectVaporComponent, RenderReturn, TypeEmitsToOptions, VaporComponent, VaporComponentInstance, VaporComponentInstanceConstructor, VaporPublicProps, defineVaporComponent } from "./vue-D4TD6DcD.cjs";
1
+ import { i as normalizeNode, n as NodeChild, r as isBlock, t as NodeArrayChildren } from "./block-BycCFoa3.cjs";
2
+ import { n as createComponentWithFallback, t as createComponent } from "./component-C13Oo-p0.cjs";
3
+ import { t as h } from "./h-BiyYwTqr.cjs";
4
+ import { n as useFullProps, r as useProps, t as getCurrentInstance } from "./helpers-CABYlIBX.cjs";
5
+ import { $ as MapHTMLAttributes, A as EventHandler, At as TransitionEvent, B as HtmlHTMLAttributes, C as DataHTMLAttributes, Ct as SyntheticEvent, D as DragEvent, Dt as ThHTMLAttributes, E as DialogHTMLAttributes, Et as TextareaHTMLAttributes, F as FocusEventHandler, Ft as WebViewHTMLAttributes, G as InsHTMLAttributes, H as ImgHTMLAttributes, I as FormEvent, It as WheelEvent, J as KeyboardEventHandler, K as IntrinsicElementAttributes, L as FormEventHandler, Lt as WheelEventHandler, M as Events, Mt as UIEvent, N as FieldsetHTMLAttributes, Nt as UIEventHandler, O as DragEventHandler, Ot as TimeHTMLAttributes, P as FocusEvent, Pt as VideoHTMLAttributes, Q as LinkHTMLAttributes, R as FormHTMLAttributes, S as CompositionEventHandler, St as StyleValue, T as DetailsHTMLAttributes, Tt as TdHTMLAttributes, U as InputHTMLAttributes, V as IframeHTMLAttributes, W as InputTypeHTMLAttribute, X as LabelHTMLAttributes, Y as KeygenHTMLAttributes, Z as LiHTMLAttributes, _ as ClipboardEvent, _t as SVGAttributes, a as AreaHTMLAttributes, at as MouseEvent, b as ColgroupHTMLAttributes, bt as SourceHTMLAttributes, c as BaseEventHandler, ct as ObjectHTMLAttributes, d as BlockquoteHTMLAttributes, dt as OptionHTMLAttributes, et as MediaHTMLAttributes, f as ButtonHTMLAttributes, ft as OutputHTMLAttributes, g as ChangeEventHandler, gt as ReservedProps, h as ChangeEvent, ht as QuoteHTMLAttributes, i as AnimationEventHandler, it as ModifierKey, j as EventHandlers, jt as TransitionEventHandler, k as EmbedHTMLAttributes, kt as TrackHTMLAttributes, l as BaseHTMLAttributes, lt as OlHTMLAttributes, m as CanvasHTMLAttributes, mt as ProgressHTMLAttributes, n as AnchorHTMLAttributes, nt as MetaHTMLAttributes, o as AriaAttributes, ot as MouseEventHandler, p as CSSProperties, pt as ParamHTMLAttributes, q as KeyboardEvent, r as AnimationEvent, rt as MeterHTMLAttributes, s as AudioHTMLAttributes, st as NativeElements, t as AbstractView, tt as MenuHTMLAttributes, u as BaseSyntheticEvent, ut as OptgroupHTMLAttributes, v as ClipboardEventHandler, vt as ScriptHTMLAttributes, w as DelHTMLAttributes, wt as TableHTMLAttributes, x as CompositionEvent, xt as StyleHTMLAttributes, y as ColHTMLAttributes, yt as SelectHTMLAttributes, z as HTMLAttributes } from "./jsx-fC1dHUHK.cjs";
6
+ import { n as setNodes, t as createNodes } from "./node-Dj7u02ol.cjs";
7
+ import { a as RenderReturn, c as VaporComponentInstance, d as defineVaporComponent, i as ObjectVaporComponent, l as VaporComponentInstanceConstructor, n as DefineVaporSetupFnComponent, o as TypeEmitsToOptions, r as FunctionalVaporComponent, s as VaporComponent, t as DefineVaporComponent, u as VaporPublicProps } from "./vue-B5aczwqa.cjs";
8
8
  import { shallowRef as useRef } from "vue";
9
9
  export { AbstractView, AnchorHTMLAttributes, AnimationEvent, AnimationEventHandler, AreaHTMLAttributes, AriaAttributes, AudioHTMLAttributes, BaseEventHandler, BaseHTMLAttributes, BaseSyntheticEvent, BlockquoteHTMLAttributes, ButtonHTMLAttributes, CSSProperties, CanvasHTMLAttributes, ChangeEvent, ChangeEventHandler, ClipboardEvent, ClipboardEventHandler, ColHTMLAttributes, ColgroupHTMLAttributes, CompositionEvent, CompositionEventHandler, DataHTMLAttributes, DefineVaporComponent, DefineVaporSetupFnComponent, DelHTMLAttributes, DetailsHTMLAttributes, DialogHTMLAttributes, DragEvent, DragEventHandler, EmbedHTMLAttributes, EventHandler, EventHandlers, Events, FieldsetHTMLAttributes, FocusEvent, FocusEventHandler, FormEvent, FormEventHandler, FormHTMLAttributes, FunctionalVaporComponent, HTMLAttributes, HtmlHTMLAttributes, IframeHTMLAttributes, ImgHTMLAttributes, InputHTMLAttributes, InputTypeHTMLAttribute, InsHTMLAttributes, IntrinsicElementAttributes, KeyboardEvent, KeyboardEventHandler, KeygenHTMLAttributes, LabelHTMLAttributes, LiHTMLAttributes, LinkHTMLAttributes, MapHTMLAttributes, MediaHTMLAttributes, MenuHTMLAttributes, MetaHTMLAttributes, MeterHTMLAttributes, ModifierKey, MouseEvent, MouseEventHandler, NativeElements, NodeArrayChildren, NodeChild, ObjectHTMLAttributes, ObjectVaporComponent, OlHTMLAttributes, OptgroupHTMLAttributes, OptionHTMLAttributes, OutputHTMLAttributes, ParamHTMLAttributes, ProgressHTMLAttributes, QuoteHTMLAttributes, RenderReturn, ReservedProps, SVGAttributes, ScriptHTMLAttributes, SelectHTMLAttributes, SourceHTMLAttributes, StyleHTMLAttributes, StyleValue, SyntheticEvent, TableHTMLAttributes, TdHTMLAttributes, TextareaHTMLAttributes, ThHTMLAttributes, TimeHTMLAttributes, TrackHTMLAttributes, TransitionEvent, TransitionEventHandler, TypeEmitsToOptions, UIEvent, UIEventHandler, VaporComponent, VaporComponentInstance, VaporComponentInstanceConstructor, VaporPublicProps, VideoHTMLAttributes, WebViewHTMLAttributes, WheelEvent, WheelEventHandler, createComponent, createComponentWithFallback, createNodes, defineVaporComponent, getCurrentInstance, h, isBlock, normalizeNode, setNodes, useFullProps, useProps, useRef };
package/dist/index.d.ts CHANGED
@@ -1,9 +1,9 @@
1
- import { NodeArrayChildren, NodeChild, isBlock, normalizeNode } from "./block-u07aeibz.js";
2
- import { createComponent, createComponentWithFallback } from "./component-3uVVinLJ.js";
3
- import { h } from "./h-ZvZ1VCbf.js";
4
- import { getCurrentInstance, useFullProps, useProps } from "./helpers-B9BMZz0T.js";
5
- import { AbstractView, AnchorHTMLAttributes, AnimationEvent, AnimationEventHandler, AreaHTMLAttributes, AriaAttributes, AudioHTMLAttributes, BaseEventHandler, BaseHTMLAttributes, BaseSyntheticEvent, BlockquoteHTMLAttributes, ButtonHTMLAttributes, CSSProperties, CanvasHTMLAttributes, ChangeEvent, ChangeEventHandler, ClipboardEvent, ClipboardEventHandler, ColHTMLAttributes, ColgroupHTMLAttributes, CompositionEvent, CompositionEventHandler, DataHTMLAttributes, DelHTMLAttributes, DetailsHTMLAttributes, DialogHTMLAttributes, DragEvent, DragEventHandler, EmbedHTMLAttributes, EventHandler, EventHandlers, Events, FieldsetHTMLAttributes, FocusEvent, FocusEventHandler, FormEvent, FormEventHandler, FormHTMLAttributes, HTMLAttributes, HtmlHTMLAttributes, IframeHTMLAttributes, ImgHTMLAttributes, InputHTMLAttributes, InputTypeHTMLAttribute, InsHTMLAttributes, IntrinsicElementAttributes, KeyboardEvent, KeyboardEventHandler, KeygenHTMLAttributes, LabelHTMLAttributes, LiHTMLAttributes, LinkHTMLAttributes, MapHTMLAttributes, MediaHTMLAttributes, MenuHTMLAttributes, MetaHTMLAttributes, MeterHTMLAttributes, ModifierKey, MouseEvent, MouseEventHandler, NativeElements, ObjectHTMLAttributes, OlHTMLAttributes, OptgroupHTMLAttributes, OptionHTMLAttributes, OutputHTMLAttributes, ParamHTMLAttributes, ProgressHTMLAttributes, QuoteHTMLAttributes, ReservedProps, SVGAttributes, ScriptHTMLAttributes, SelectHTMLAttributes, SourceHTMLAttributes, StyleHTMLAttributes, StyleValue, SyntheticEvent, TableHTMLAttributes, TdHTMLAttributes, TextareaHTMLAttributes, ThHTMLAttributes, TimeHTMLAttributes, TrackHTMLAttributes, TransitionEvent, TransitionEventHandler, UIEvent, UIEventHandler, VideoHTMLAttributes, WebViewHTMLAttributes, WheelEvent, WheelEventHandler } from "./jsx-BY0TUGE1.js";
6
- import { createNodes, setNodes } from "./node-C2jZYT0Y.js";
7
- import { DefineVaporComponent, DefineVaporSetupFnComponent, FunctionalVaporComponent, ObjectVaporComponent, RenderReturn, TypeEmitsToOptions, VaporComponent, VaporComponentInstance, VaporComponentInstanceConstructor, VaporPublicProps, defineVaporComponent } from "./vue-DpDMiox0.js";
1
+ import { i as normalizeNode, n as NodeChild, r as isBlock, t as NodeArrayChildren } from "./block-CDDvZR6x.js";
2
+ import { n as createComponentWithFallback, t as createComponent } from "./component-B9KOho-L.js";
3
+ import { t as h } from "./h-DTX_eMGD.js";
4
+ import { n as useFullProps, r as useProps, t as getCurrentInstance } from "./helpers-4D9tv0FR.js";
5
+ import { $ as MapHTMLAttributes, A as EventHandler, At as TransitionEvent, B as HtmlHTMLAttributes, C as DataHTMLAttributes, Ct as SyntheticEvent, D as DragEvent, Dt as ThHTMLAttributes, E as DialogHTMLAttributes, Et as TextareaHTMLAttributes, F as FocusEventHandler, Ft as WebViewHTMLAttributes, G as InsHTMLAttributes, H as ImgHTMLAttributes, I as FormEvent, It as WheelEvent, J as KeyboardEventHandler, K as IntrinsicElementAttributes, L as FormEventHandler, Lt as WheelEventHandler, M as Events, Mt as UIEvent, N as FieldsetHTMLAttributes, Nt as UIEventHandler, O as DragEventHandler, Ot as TimeHTMLAttributes, P as FocusEvent, Pt as VideoHTMLAttributes, Q as LinkHTMLAttributes, R as FormHTMLAttributes, S as CompositionEventHandler, St as StyleValue, T as DetailsHTMLAttributes, Tt as TdHTMLAttributes, U as InputHTMLAttributes, V as IframeHTMLAttributes, W as InputTypeHTMLAttribute, X as LabelHTMLAttributes, Y as KeygenHTMLAttributes, Z as LiHTMLAttributes, _ as ClipboardEvent, _t as SVGAttributes, a as AreaHTMLAttributes, at as MouseEvent, b as ColgroupHTMLAttributes, bt as SourceHTMLAttributes, c as BaseEventHandler, ct as ObjectHTMLAttributes, d as BlockquoteHTMLAttributes, dt as OptionHTMLAttributes, et as MediaHTMLAttributes, f as ButtonHTMLAttributes, ft as OutputHTMLAttributes, g as ChangeEventHandler, gt as ReservedProps, h as ChangeEvent, ht as QuoteHTMLAttributes, i as AnimationEventHandler, it as ModifierKey, j as EventHandlers, jt as TransitionEventHandler, k as EmbedHTMLAttributes, kt as TrackHTMLAttributes, l as BaseHTMLAttributes, lt as OlHTMLAttributes, m as CanvasHTMLAttributes, mt as ProgressHTMLAttributes, n as AnchorHTMLAttributes, nt as MetaHTMLAttributes, o as AriaAttributes, ot as MouseEventHandler, p as CSSProperties, pt as ParamHTMLAttributes, q as KeyboardEvent, r as AnimationEvent, rt as MeterHTMLAttributes, s as AudioHTMLAttributes, st as NativeElements, t as AbstractView, tt as MenuHTMLAttributes, u as BaseSyntheticEvent, ut as OptgroupHTMLAttributes, v as ClipboardEventHandler, vt as ScriptHTMLAttributes, w as DelHTMLAttributes, wt as TableHTMLAttributes, x as CompositionEvent, xt as StyleHTMLAttributes, y as ColHTMLAttributes, yt as SelectHTMLAttributes, z as HTMLAttributes } from "./jsx-BVa2SJ5I.js";
6
+ import { n as setNodes, t as createNodes } from "./node-CHgp_X1O.js";
7
+ import { a as RenderReturn, c as VaporComponentInstance, d as defineVaporComponent, i as ObjectVaporComponent, l as VaporComponentInstanceConstructor, n as DefineVaporSetupFnComponent, o as TypeEmitsToOptions, r as FunctionalVaporComponent, s as VaporComponent, t as DefineVaporComponent, u as VaporPublicProps } from "./vue-C3xG3k3W.js";
8
8
  import { shallowRef as useRef } from "vue";
9
9
  export { AbstractView, AnchorHTMLAttributes, AnimationEvent, AnimationEventHandler, AreaHTMLAttributes, AriaAttributes, AudioHTMLAttributes, BaseEventHandler, BaseHTMLAttributes, BaseSyntheticEvent, BlockquoteHTMLAttributes, ButtonHTMLAttributes, CSSProperties, CanvasHTMLAttributes, ChangeEvent, ChangeEventHandler, ClipboardEvent, ClipboardEventHandler, ColHTMLAttributes, ColgroupHTMLAttributes, CompositionEvent, CompositionEventHandler, DataHTMLAttributes, DefineVaporComponent, DefineVaporSetupFnComponent, DelHTMLAttributes, DetailsHTMLAttributes, DialogHTMLAttributes, DragEvent, DragEventHandler, EmbedHTMLAttributes, EventHandler, EventHandlers, Events, FieldsetHTMLAttributes, FocusEvent, FocusEventHandler, FormEvent, FormEventHandler, FormHTMLAttributes, FunctionalVaporComponent, HTMLAttributes, HtmlHTMLAttributes, IframeHTMLAttributes, ImgHTMLAttributes, InputHTMLAttributes, InputTypeHTMLAttribute, InsHTMLAttributes, IntrinsicElementAttributes, KeyboardEvent, KeyboardEventHandler, KeygenHTMLAttributes, LabelHTMLAttributes, LiHTMLAttributes, LinkHTMLAttributes, MapHTMLAttributes, MediaHTMLAttributes, MenuHTMLAttributes, MetaHTMLAttributes, MeterHTMLAttributes, ModifierKey, MouseEvent, MouseEventHandler, NativeElements, NodeArrayChildren, NodeChild, ObjectHTMLAttributes, ObjectVaporComponent, OlHTMLAttributes, OptgroupHTMLAttributes, OptionHTMLAttributes, OutputHTMLAttributes, ParamHTMLAttributes, ProgressHTMLAttributes, QuoteHTMLAttributes, RenderReturn, ReservedProps, SVGAttributes, ScriptHTMLAttributes, SelectHTMLAttributes, SourceHTMLAttributes, StyleHTMLAttributes, StyleValue, SyntheticEvent, TableHTMLAttributes, TdHTMLAttributes, TextareaHTMLAttributes, ThHTMLAttributes, TimeHTMLAttributes, TrackHTMLAttributes, TransitionEvent, TransitionEventHandler, TypeEmitsToOptions, UIEvent, UIEventHandler, VaporComponent, VaporComponentInstance, VaporComponentInstanceConstructor, VaporPublicProps, VideoHTMLAttributes, WebViewHTMLAttributes, WheelEvent, WheelEventHandler, createComponent, createComponentWithFallback, createNodes, defineVaporComponent, getCurrentInstance, h, isBlock, normalizeNode, setNodes, useFullProps, useProps, useRef };
package/dist/index.js CHANGED
@@ -1,10 +1,10 @@
1
- import { isBlock, normalizeNode } from "./block-CyA0ggJw.js";
2
- import { getCurrentInstance, useFullProps, useProps } from "./helpers-C0DfvsA-.js";
3
- import { createComponent, createComponentWithFallback } from "./component-C8x9Na5a.js";
4
- import { h } from "./h-D3vIqt04.js";
5
- import "./jsx-D6bpAbiF.js";
6
- import { createNodes, setNodes } from "./node-Bd0fT44y.js";
7
- import { defineVaporComponent } from "./vue-CLfSEbpD.js";
1
+ import { n as normalizeNode, t as isBlock } from "./block-BZYKbYTH.js";
2
+ import { n as useFullProps, r as useProps, t as getCurrentInstance } from "./helpers-BSrUwxJS.js";
3
+ import { n as createComponentWithFallback, t as createComponent } from "./component-9t-R5fIy.js";
4
+ import { t as h } from "./h-DWXdYIAv.js";
5
+ import "./jsx-C5yte_hi.js";
6
+ import { n as setNodes, t as createNodes } from "./node-C-c1h4g5.js";
7
+ import { t as defineVaporComponent } from "./vue-BJLej53a.js";
8
8
  import { shallowRef as useRef } from "vue";
9
9
 
10
10
  export { createComponent, createComponentWithFallback, createNodes, defineVaporComponent, getCurrentInstance, h, isBlock, normalizeNode, setNodes, useFullProps, useProps, useRef };
@@ -1,4 +1,4 @@
1
- import * as vue2 from "vue";
1
+ import * as vue1 from "vue";
2
2
  import * as CSS from "csstype";
3
3
 
4
4
  //#region src/jsx.d.ts
@@ -1191,7 +1191,7 @@ interface Events<T = Element> {
1191
1191
  onTransitionstart: TransitionEventHandler<T>;
1192
1192
  }
1193
1193
  type EventHandlers<E> = { [K in keyof E]?: E[K] extends ((...args: any) => any) ? E[K] : (payload: E[K]) => void };
1194
- type _ReservedProps = vue2.ReservedProps;
1194
+ type _ReservedProps = vue1.ReservedProps;
1195
1195
  interface ReservedProps$1 extends _ReservedProps {}
1196
1196
  type NativeElements = { [K in keyof IntrinsicElementAttributes]: IntrinsicElementAttributes[K] & ReservedProps$1 };
1197
1197
  interface BaseSyntheticEvent<E = object, C = unknown, T = unknown> {
@@ -1323,4 +1323,4 @@ interface TransitionEvent<T = Element> extends SyntheticEvent<T, globalThis.Tran
1323
1323
  }
1324
1324
  type TransitionEventHandler<T = Element> = EventHandler<TransitionEvent<T>>;
1325
1325
  //#endregion
1326
- export { AbstractView, AnchorHTMLAttributes, AnimationEvent, AnimationEventHandler, AreaHTMLAttributes, AriaAttributes, AudioHTMLAttributes, BaseEventHandler, BaseHTMLAttributes, BaseSyntheticEvent, BlockquoteHTMLAttributes, ButtonHTMLAttributes, CSSProperties, CanvasHTMLAttributes, ChangeEvent, ChangeEventHandler, ClipboardEvent, ClipboardEventHandler, ColHTMLAttributes, ColgroupHTMLAttributes, CompositionEvent, CompositionEventHandler, DataHTMLAttributes, DelHTMLAttributes, DetailsHTMLAttributes, DialogHTMLAttributes, DragEvent, DragEventHandler, EmbedHTMLAttributes, EventHandler, EventHandlers, Events, FieldsetHTMLAttributes, FocusEvent, FocusEventHandler, FormEvent, FormEventHandler, FormHTMLAttributes, HTMLAttributes, HtmlHTMLAttributes, IframeHTMLAttributes, ImgHTMLAttributes, InputHTMLAttributes, InputTypeHTMLAttribute, InsHTMLAttributes, IntrinsicElementAttributes, KeyboardEvent, KeyboardEventHandler, KeygenHTMLAttributes, LabelHTMLAttributes, LiHTMLAttributes, LinkHTMLAttributes, MapHTMLAttributes, MediaHTMLAttributes, MenuHTMLAttributes, MetaHTMLAttributes, MeterHTMLAttributes, ModifierKey, MouseEvent, MouseEventHandler, NativeElements, ObjectHTMLAttributes, OlHTMLAttributes, OptgroupHTMLAttributes, OptionHTMLAttributes, OutputHTMLAttributes, ParamHTMLAttributes, ProgressHTMLAttributes, QuoteHTMLAttributes, ReservedProps$1 as ReservedProps, SVGAttributes, ScriptHTMLAttributes, SelectHTMLAttributes, SourceHTMLAttributes, StyleHTMLAttributes, StyleValue, SyntheticEvent, TableHTMLAttributes, TdHTMLAttributes, TextareaHTMLAttributes, ThHTMLAttributes, TimeHTMLAttributes, TrackHTMLAttributes, TransitionEvent, TransitionEventHandler, UIEvent, UIEventHandler, VideoHTMLAttributes, WebViewHTMLAttributes, WheelEvent, WheelEventHandler };
1326
+ export { MapHTMLAttributes as $, EventHandler as A, TransitionEvent as At, HtmlHTMLAttributes as B, DataHTMLAttributes as C, SyntheticEvent as Ct, DragEvent as D, ThHTMLAttributes as Dt, DialogHTMLAttributes as E, TextareaHTMLAttributes as Et, FocusEventHandler as F, WebViewHTMLAttributes as Ft, InsHTMLAttributes as G, ImgHTMLAttributes as H, FormEvent as I, WheelEvent as It, KeyboardEventHandler as J, IntrinsicElementAttributes as K, FormEventHandler as L, WheelEventHandler as Lt, Events as M, UIEvent as Mt, FieldsetHTMLAttributes as N, UIEventHandler as Nt, DragEventHandler as O, TimeHTMLAttributes as Ot, FocusEvent as P, VideoHTMLAttributes as Pt, LinkHTMLAttributes as Q, FormHTMLAttributes as R, CompositionEventHandler as S, StyleValue as St, DetailsHTMLAttributes as T, TdHTMLAttributes as Tt, InputHTMLAttributes as U, IframeHTMLAttributes as V, InputTypeHTMLAttribute as W, LabelHTMLAttributes as X, KeygenHTMLAttributes as Y, LiHTMLAttributes as Z, ClipboardEvent as _, SVGAttributes as _t, AreaHTMLAttributes as a, MouseEvent as at, ColgroupHTMLAttributes as b, SourceHTMLAttributes as bt, BaseEventHandler as c, ObjectHTMLAttributes as ct, BlockquoteHTMLAttributes as d, OptionHTMLAttributes as dt, MediaHTMLAttributes as et, ButtonHTMLAttributes as f, OutputHTMLAttributes as ft, ChangeEventHandler as g, ReservedProps$1 as gt, ChangeEvent as h, QuoteHTMLAttributes as ht, AnimationEventHandler as i, ModifierKey as it, EventHandlers as j, TransitionEventHandler as jt, EmbedHTMLAttributes as k, TrackHTMLAttributes as kt, BaseHTMLAttributes as l, OlHTMLAttributes as lt, CanvasHTMLAttributes as m, ProgressHTMLAttributes as mt, AnchorHTMLAttributes as n, MetaHTMLAttributes as nt, AriaAttributes as o, MouseEventHandler as ot, CSSProperties as p, ParamHTMLAttributes as pt, KeyboardEvent as q, AnimationEvent as r, MeterHTMLAttributes as rt, AudioHTMLAttributes as s, NativeElements as st, AbstractView as t, MenuHTMLAttributes as tt, BaseSyntheticEvent as u, OptgroupHTMLAttributes as ut, ClipboardEventHandler as v, ScriptHTMLAttributes as vt, DelHTMLAttributes as w, TableHTMLAttributes as wt, CompositionEvent as x, StyleHTMLAttributes as xt, ColHTMLAttributes as y, SelectHTMLAttributes as yt, HTMLAttributes as z };
@@ -0,0 +1 @@
1
+ export { };
@@ -1,4 +1,4 @@
1
- import * as vue0 from "vue";
1
+ import * as vue1 from "vue";
2
2
  import * as CSS from "csstype";
3
3
 
4
4
  //#region src/jsx.d.ts
@@ -1191,7 +1191,7 @@ interface Events<T = Element> {
1191
1191
  onTransitionstart: TransitionEventHandler<T>;
1192
1192
  }
1193
1193
  type EventHandlers<E> = { [K in keyof E]?: E[K] extends ((...args: any) => any) ? E[K] : (payload: E[K]) => void };
1194
- type _ReservedProps = vue0.ReservedProps;
1194
+ type _ReservedProps = vue1.ReservedProps;
1195
1195
  interface ReservedProps$1 extends _ReservedProps {}
1196
1196
  type NativeElements = { [K in keyof IntrinsicElementAttributes]: IntrinsicElementAttributes[K] & ReservedProps$1 };
1197
1197
  interface BaseSyntheticEvent<E = object, C = unknown, T = unknown> {
@@ -1323,4 +1323,4 @@ interface TransitionEvent<T = Element> extends SyntheticEvent<T, globalThis.Tran
1323
1323
  }
1324
1324
  type TransitionEventHandler<T = Element> = EventHandler<TransitionEvent<T>>;
1325
1325
  //#endregion
1326
- export { AbstractView, AnchorHTMLAttributes, AnimationEvent, AnimationEventHandler, AreaHTMLAttributes, AriaAttributes, AudioHTMLAttributes, BaseEventHandler, BaseHTMLAttributes, BaseSyntheticEvent, BlockquoteHTMLAttributes, ButtonHTMLAttributes, CSSProperties, CanvasHTMLAttributes, ChangeEvent, ChangeEventHandler, ClipboardEvent, ClipboardEventHandler, ColHTMLAttributes, ColgroupHTMLAttributes, CompositionEvent, CompositionEventHandler, DataHTMLAttributes, DelHTMLAttributes, DetailsHTMLAttributes, DialogHTMLAttributes, DragEvent, DragEventHandler, EmbedHTMLAttributes, EventHandler, EventHandlers, Events, FieldsetHTMLAttributes, FocusEvent, FocusEventHandler, FormEvent, FormEventHandler, FormHTMLAttributes, HTMLAttributes, HtmlHTMLAttributes, IframeHTMLAttributes, ImgHTMLAttributes, InputHTMLAttributes, InputTypeHTMLAttribute, InsHTMLAttributes, IntrinsicElementAttributes, KeyboardEvent, KeyboardEventHandler, KeygenHTMLAttributes, LabelHTMLAttributes, LiHTMLAttributes, LinkHTMLAttributes, MapHTMLAttributes, MediaHTMLAttributes, MenuHTMLAttributes, MetaHTMLAttributes, MeterHTMLAttributes, ModifierKey, MouseEvent, MouseEventHandler, NativeElements, ObjectHTMLAttributes, OlHTMLAttributes, OptgroupHTMLAttributes, OptionHTMLAttributes, OutputHTMLAttributes, ParamHTMLAttributes, ProgressHTMLAttributes, QuoteHTMLAttributes, ReservedProps$1 as ReservedProps, SVGAttributes, ScriptHTMLAttributes, SelectHTMLAttributes, SourceHTMLAttributes, StyleHTMLAttributes, StyleValue, SyntheticEvent, TableHTMLAttributes, TdHTMLAttributes, TextareaHTMLAttributes, ThHTMLAttributes, TimeHTMLAttributes, TrackHTMLAttributes, TransitionEvent, TransitionEventHandler, UIEvent, UIEventHandler, VideoHTMLAttributes, WebViewHTMLAttributes, WheelEvent, WheelEventHandler };
1326
+ export { MapHTMLAttributes as $, EventHandler as A, TransitionEvent as At, HtmlHTMLAttributes as B, DataHTMLAttributes as C, SyntheticEvent as Ct, DragEvent as D, ThHTMLAttributes as Dt, DialogHTMLAttributes as E, TextareaHTMLAttributes as Et, FocusEventHandler as F, WebViewHTMLAttributes as Ft, InsHTMLAttributes as G, ImgHTMLAttributes as H, FormEvent as I, WheelEvent as It, KeyboardEventHandler as J, IntrinsicElementAttributes as K, FormEventHandler as L, WheelEventHandler as Lt, Events as M, UIEvent as Mt, FieldsetHTMLAttributes as N, UIEventHandler as Nt, DragEventHandler as O, TimeHTMLAttributes as Ot, FocusEvent as P, VideoHTMLAttributes as Pt, LinkHTMLAttributes as Q, FormHTMLAttributes as R, CompositionEventHandler as S, StyleValue as St, DetailsHTMLAttributes as T, TdHTMLAttributes as Tt, InputHTMLAttributes as U, IframeHTMLAttributes as V, InputTypeHTMLAttribute as W, LabelHTMLAttributes as X, KeygenHTMLAttributes as Y, LiHTMLAttributes as Z, ClipboardEvent as _, SVGAttributes as _t, AreaHTMLAttributes as a, MouseEvent as at, ColgroupHTMLAttributes as b, SourceHTMLAttributes as bt, BaseEventHandler as c, ObjectHTMLAttributes as ct, BlockquoteHTMLAttributes as d, OptionHTMLAttributes as dt, MediaHTMLAttributes as et, ButtonHTMLAttributes as f, OutputHTMLAttributes as ft, ChangeEventHandler as g, ReservedProps$1 as gt, ChangeEvent as h, QuoteHTMLAttributes as ht, AnimationEventHandler as i, ModifierKey as it, EventHandlers as j, TransitionEventHandler as jt, EmbedHTMLAttributes as k, TrackHTMLAttributes as kt, BaseHTMLAttributes as l, OlHTMLAttributes as lt, CanvasHTMLAttributes as m, ProgressHTMLAttributes as mt, AnchorHTMLAttributes as n, MetaHTMLAttributes as nt, AriaAttributes as o, MouseEventHandler as ot, CSSProperties as p, ParamHTMLAttributes as pt, KeyboardEvent as q, AnimationEvent as r, MeterHTMLAttributes as rt, AudioHTMLAttributes as s, NativeElements as st, AbstractView as t, MenuHTMLAttributes as tt, BaseSyntheticEvent as u, OptgroupHTMLAttributes as ut, ClipboardEventHandler as v, ScriptHTMLAttributes as vt, DelHTMLAttributes as w, TableHTMLAttributes as wt, CompositionEvent as x, StyleHTMLAttributes as xt, ColHTMLAttributes as y, SelectHTMLAttributes as yt, HTMLAttributes as z };
package/dist/jsx.d.cts CHANGED
@@ -1,2 +1,2 @@
1
- import { AbstractView, AnchorHTMLAttributes, AnimationEvent, AnimationEventHandler, AreaHTMLAttributes, AriaAttributes, AudioHTMLAttributes, BaseEventHandler, BaseHTMLAttributes, BaseSyntheticEvent, BlockquoteHTMLAttributes, ButtonHTMLAttributes, CSSProperties, CanvasHTMLAttributes, ChangeEvent, ChangeEventHandler, ClipboardEvent, ClipboardEventHandler, ColHTMLAttributes, ColgroupHTMLAttributes, CompositionEvent, CompositionEventHandler, DataHTMLAttributes, DelHTMLAttributes, DetailsHTMLAttributes, DialogHTMLAttributes, DragEvent, DragEventHandler, EmbedHTMLAttributes, EventHandler, EventHandlers, Events, FieldsetHTMLAttributes, FocusEvent, FocusEventHandler, FormEvent, FormEventHandler, FormHTMLAttributes, HTMLAttributes, HtmlHTMLAttributes, IframeHTMLAttributes, ImgHTMLAttributes, InputHTMLAttributes, InputTypeHTMLAttribute, InsHTMLAttributes, IntrinsicElementAttributes, KeyboardEvent, KeyboardEventHandler, KeygenHTMLAttributes, LabelHTMLAttributes, LiHTMLAttributes, LinkHTMLAttributes, MapHTMLAttributes, MediaHTMLAttributes, MenuHTMLAttributes, MetaHTMLAttributes, MeterHTMLAttributes, ModifierKey, MouseEvent, MouseEventHandler, NativeElements, ObjectHTMLAttributes, OlHTMLAttributes, OptgroupHTMLAttributes, OptionHTMLAttributes, OutputHTMLAttributes, ParamHTMLAttributes, ProgressHTMLAttributes, QuoteHTMLAttributes, ReservedProps, SVGAttributes, ScriptHTMLAttributes, SelectHTMLAttributes, SourceHTMLAttributes, StyleHTMLAttributes, StyleValue, SyntheticEvent, TableHTMLAttributes, TdHTMLAttributes, TextareaHTMLAttributes, ThHTMLAttributes, TimeHTMLAttributes, TrackHTMLAttributes, TransitionEvent, TransitionEventHandler, UIEvent, UIEventHandler, VideoHTMLAttributes, WebViewHTMLAttributes, WheelEvent, WheelEventHandler } from "./jsx-BETSLhhI.cjs";
1
+ import { $ as MapHTMLAttributes, A as EventHandler, At as TransitionEvent, B as HtmlHTMLAttributes, C as DataHTMLAttributes, Ct as SyntheticEvent, D as DragEvent, Dt as ThHTMLAttributes, E as DialogHTMLAttributes, Et as TextareaHTMLAttributes, F as FocusEventHandler, Ft as WebViewHTMLAttributes, G as InsHTMLAttributes, H as ImgHTMLAttributes, I as FormEvent, It as WheelEvent, J as KeyboardEventHandler, K as IntrinsicElementAttributes, L as FormEventHandler, Lt as WheelEventHandler, M as Events, Mt as UIEvent, N as FieldsetHTMLAttributes, Nt as UIEventHandler, O as DragEventHandler, Ot as TimeHTMLAttributes, P as FocusEvent, Pt as VideoHTMLAttributes, Q as LinkHTMLAttributes, R as FormHTMLAttributes, S as CompositionEventHandler, St as StyleValue, T as DetailsHTMLAttributes, Tt as TdHTMLAttributes, U as InputHTMLAttributes, V as IframeHTMLAttributes, W as InputTypeHTMLAttribute, X as LabelHTMLAttributes, Y as KeygenHTMLAttributes, Z as LiHTMLAttributes, _ as ClipboardEvent, _t as SVGAttributes, a as AreaHTMLAttributes, at as MouseEvent, b as ColgroupHTMLAttributes, bt as SourceHTMLAttributes, c as BaseEventHandler, ct as ObjectHTMLAttributes, d as BlockquoteHTMLAttributes, dt as OptionHTMLAttributes, et as MediaHTMLAttributes, f as ButtonHTMLAttributes, ft as OutputHTMLAttributes, g as ChangeEventHandler, gt as ReservedProps, h as ChangeEvent, ht as QuoteHTMLAttributes, i as AnimationEventHandler, it as ModifierKey, j as EventHandlers, jt as TransitionEventHandler, k as EmbedHTMLAttributes, kt as TrackHTMLAttributes, l as BaseHTMLAttributes, lt as OlHTMLAttributes, m as CanvasHTMLAttributes, mt as ProgressHTMLAttributes, n as AnchorHTMLAttributes, nt as MetaHTMLAttributes, o as AriaAttributes, ot as MouseEventHandler, p as CSSProperties, pt as ParamHTMLAttributes, q as KeyboardEvent, r as AnimationEvent, rt as MeterHTMLAttributes, s as AudioHTMLAttributes, st as NativeElements, t as AbstractView, tt as MenuHTMLAttributes, u as BaseSyntheticEvent, ut as OptgroupHTMLAttributes, v as ClipboardEventHandler, vt as ScriptHTMLAttributes, w as DelHTMLAttributes, wt as TableHTMLAttributes, x as CompositionEvent, xt as StyleHTMLAttributes, y as ColHTMLAttributes, yt as SelectHTMLAttributes, z as HTMLAttributes } from "./jsx-fC1dHUHK.cjs";
2
2
  export { AbstractView, AnchorHTMLAttributes, AnimationEvent, AnimationEventHandler, AreaHTMLAttributes, AriaAttributes, AudioHTMLAttributes, BaseEventHandler, BaseHTMLAttributes, BaseSyntheticEvent, BlockquoteHTMLAttributes, ButtonHTMLAttributes, CSSProperties, CanvasHTMLAttributes, ChangeEvent, ChangeEventHandler, ClipboardEvent, ClipboardEventHandler, ColHTMLAttributes, ColgroupHTMLAttributes, CompositionEvent, CompositionEventHandler, DataHTMLAttributes, DelHTMLAttributes, DetailsHTMLAttributes, DialogHTMLAttributes, DragEvent, DragEventHandler, EmbedHTMLAttributes, EventHandler, EventHandlers, Events, FieldsetHTMLAttributes, FocusEvent, FocusEventHandler, FormEvent, FormEventHandler, FormHTMLAttributes, HTMLAttributes, HtmlHTMLAttributes, IframeHTMLAttributes, ImgHTMLAttributes, InputHTMLAttributes, InputTypeHTMLAttribute, InsHTMLAttributes, IntrinsicElementAttributes, KeyboardEvent, KeyboardEventHandler, KeygenHTMLAttributes, LabelHTMLAttributes, LiHTMLAttributes, LinkHTMLAttributes, MapHTMLAttributes, MediaHTMLAttributes, MenuHTMLAttributes, MetaHTMLAttributes, MeterHTMLAttributes, ModifierKey, MouseEvent, MouseEventHandler, NativeElements, ObjectHTMLAttributes, OlHTMLAttributes, OptgroupHTMLAttributes, OptionHTMLAttributes, OutputHTMLAttributes, ParamHTMLAttributes, ProgressHTMLAttributes, QuoteHTMLAttributes, ReservedProps, SVGAttributes, ScriptHTMLAttributes, SelectHTMLAttributes, SourceHTMLAttributes, StyleHTMLAttributes, StyleValue, SyntheticEvent, TableHTMLAttributes, TdHTMLAttributes, TextareaHTMLAttributes, ThHTMLAttributes, TimeHTMLAttributes, TrackHTMLAttributes, TransitionEvent, TransitionEventHandler, UIEvent, UIEventHandler, VideoHTMLAttributes, WebViewHTMLAttributes, WheelEvent, WheelEventHandler };
package/dist/jsx.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { AbstractView, AnchorHTMLAttributes, AnimationEvent, AnimationEventHandler, AreaHTMLAttributes, AriaAttributes, AudioHTMLAttributes, BaseEventHandler, BaseHTMLAttributes, BaseSyntheticEvent, BlockquoteHTMLAttributes, ButtonHTMLAttributes, CSSProperties, CanvasHTMLAttributes, ChangeEvent, ChangeEventHandler, ClipboardEvent, ClipboardEventHandler, ColHTMLAttributes, ColgroupHTMLAttributes, CompositionEvent, CompositionEventHandler, DataHTMLAttributes, DelHTMLAttributes, DetailsHTMLAttributes, DialogHTMLAttributes, DragEvent, DragEventHandler, EmbedHTMLAttributes, EventHandler, EventHandlers, Events, FieldsetHTMLAttributes, FocusEvent, FocusEventHandler, FormEvent, FormEventHandler, FormHTMLAttributes, HTMLAttributes, HtmlHTMLAttributes, IframeHTMLAttributes, ImgHTMLAttributes, InputHTMLAttributes, InputTypeHTMLAttribute, InsHTMLAttributes, IntrinsicElementAttributes, KeyboardEvent, KeyboardEventHandler, KeygenHTMLAttributes, LabelHTMLAttributes, LiHTMLAttributes, LinkHTMLAttributes, MapHTMLAttributes, MediaHTMLAttributes, MenuHTMLAttributes, MetaHTMLAttributes, MeterHTMLAttributes, ModifierKey, MouseEvent, MouseEventHandler, NativeElements, ObjectHTMLAttributes, OlHTMLAttributes, OptgroupHTMLAttributes, OptionHTMLAttributes, OutputHTMLAttributes, ParamHTMLAttributes, ProgressHTMLAttributes, QuoteHTMLAttributes, ReservedProps, SVGAttributes, ScriptHTMLAttributes, SelectHTMLAttributes, SourceHTMLAttributes, StyleHTMLAttributes, StyleValue, SyntheticEvent, TableHTMLAttributes, TdHTMLAttributes, TextareaHTMLAttributes, ThHTMLAttributes, TimeHTMLAttributes, TrackHTMLAttributes, TransitionEvent, TransitionEventHandler, UIEvent, UIEventHandler, VideoHTMLAttributes, WebViewHTMLAttributes, WheelEvent, WheelEventHandler } from "./jsx-BY0TUGE1.js";
1
+ import { $ as MapHTMLAttributes, A as EventHandler, At as TransitionEvent, B as HtmlHTMLAttributes, C as DataHTMLAttributes, Ct as SyntheticEvent, D as DragEvent, Dt as ThHTMLAttributes, E as DialogHTMLAttributes, Et as TextareaHTMLAttributes, F as FocusEventHandler, Ft as WebViewHTMLAttributes, G as InsHTMLAttributes, H as ImgHTMLAttributes, I as FormEvent, It as WheelEvent, J as KeyboardEventHandler, K as IntrinsicElementAttributes, L as FormEventHandler, Lt as WheelEventHandler, M as Events, Mt as UIEvent, N as FieldsetHTMLAttributes, Nt as UIEventHandler, O as DragEventHandler, Ot as TimeHTMLAttributes, P as FocusEvent, Pt as VideoHTMLAttributes, Q as LinkHTMLAttributes, R as FormHTMLAttributes, S as CompositionEventHandler, St as StyleValue, T as DetailsHTMLAttributes, Tt as TdHTMLAttributes, U as InputHTMLAttributes, V as IframeHTMLAttributes, W as InputTypeHTMLAttribute, X as LabelHTMLAttributes, Y as KeygenHTMLAttributes, Z as LiHTMLAttributes, _ as ClipboardEvent, _t as SVGAttributes, a as AreaHTMLAttributes, at as MouseEvent, b as ColgroupHTMLAttributes, bt as SourceHTMLAttributes, c as BaseEventHandler, ct as ObjectHTMLAttributes, d as BlockquoteHTMLAttributes, dt as OptionHTMLAttributes, et as MediaHTMLAttributes, f as ButtonHTMLAttributes, ft as OutputHTMLAttributes, g as ChangeEventHandler, gt as ReservedProps, h as ChangeEvent, ht as QuoteHTMLAttributes, i as AnimationEventHandler, it as ModifierKey, j as EventHandlers, jt as TransitionEventHandler, k as EmbedHTMLAttributes, kt as TrackHTMLAttributes, l as BaseHTMLAttributes, lt as OlHTMLAttributes, m as CanvasHTMLAttributes, mt as ProgressHTMLAttributes, n as AnchorHTMLAttributes, nt as MetaHTMLAttributes, o as AriaAttributes, ot as MouseEventHandler, p as CSSProperties, pt as ParamHTMLAttributes, q as KeyboardEvent, r as AnimationEvent, rt as MeterHTMLAttributes, s as AudioHTMLAttributes, st as NativeElements, t as AbstractView, tt as MenuHTMLAttributes, u as BaseSyntheticEvent, ut as OptgroupHTMLAttributes, v as ClipboardEventHandler, vt as ScriptHTMLAttributes, w as DelHTMLAttributes, wt as TableHTMLAttributes, x as CompositionEvent, xt as StyleHTMLAttributes, y as ColHTMLAttributes, yt as SelectHTMLAttributes, z as HTMLAttributes } from "./jsx-BVa2SJ5I.js";
2
2
  export { AbstractView, AnchorHTMLAttributes, AnimationEvent, AnimationEventHandler, AreaHTMLAttributes, AriaAttributes, AudioHTMLAttributes, BaseEventHandler, BaseHTMLAttributes, BaseSyntheticEvent, BlockquoteHTMLAttributes, ButtonHTMLAttributes, CSSProperties, CanvasHTMLAttributes, ChangeEvent, ChangeEventHandler, ClipboardEvent, ClipboardEventHandler, ColHTMLAttributes, ColgroupHTMLAttributes, CompositionEvent, CompositionEventHandler, DataHTMLAttributes, DelHTMLAttributes, DetailsHTMLAttributes, DialogHTMLAttributes, DragEvent, DragEventHandler, EmbedHTMLAttributes, EventHandler, EventHandlers, Events, FieldsetHTMLAttributes, FocusEvent, FocusEventHandler, FormEvent, FormEventHandler, FormHTMLAttributes, HTMLAttributes, HtmlHTMLAttributes, IframeHTMLAttributes, ImgHTMLAttributes, InputHTMLAttributes, InputTypeHTMLAttribute, InsHTMLAttributes, IntrinsicElementAttributes, KeyboardEvent, KeyboardEventHandler, KeygenHTMLAttributes, LabelHTMLAttributes, LiHTMLAttributes, LinkHTMLAttributes, MapHTMLAttributes, MediaHTMLAttributes, MenuHTMLAttributes, MetaHTMLAttributes, MeterHTMLAttributes, ModifierKey, MouseEvent, MouseEventHandler, NativeElements, ObjectHTMLAttributes, OlHTMLAttributes, OptgroupHTMLAttributes, OptionHTMLAttributes, OutputHTMLAttributes, ParamHTMLAttributes, ProgressHTMLAttributes, QuoteHTMLAttributes, ReservedProps, SVGAttributes, ScriptHTMLAttributes, SelectHTMLAttributes, SourceHTMLAttributes, StyleHTMLAttributes, StyleValue, SyntheticEvent, TableHTMLAttributes, TdHTMLAttributes, TextareaHTMLAttributes, ThHTMLAttributes, TimeHTMLAttributes, TrackHTMLAttributes, TransitionEvent, TransitionEventHandler, UIEvent, UIEventHandler, VideoHTMLAttributes, WebViewHTMLAttributes, WheelEvent, WheelEventHandler };
package/dist/jsx.js CHANGED
@@ -1 +1,3 @@
1
- import "./jsx-D6bpAbiF.js";
1
+ import "./jsx-C5yte_hi.js";
2
+
3
+ export { };
@@ -1,5 +1,6 @@
1
1
  const require_chunk = require('./chunk-CUT6urMc.cjs');
2
- const vue = require_chunk.__toESM(require("vue"));
2
+ let vue = require("vue");
3
+ vue = require_chunk.__toESM(vue);
3
4
 
4
5
  //#region src/node.ts
5
6
  function createFragment(nodes, anchor = document.createTextNode("")) {
@@ -72,4 +72,4 @@ function createNodes(...values) {
72
72
  }
73
73
 
74
74
  //#endregion
75
- export { createNodes, setNodes };
75
+ export { setNodes as n, createNodes as t };
@@ -4,4 +4,4 @@ import { VaporFragment } from "vue";
4
4
  declare function setNodes(anchor: Node, ...values: any[]): void;
5
5
  declare function createNodes(...values: any[]): VaporFragment;
6
6
  //#endregion
7
- export { createNodes, setNodes };
7
+ export { setNodes as n, createNodes as t };
@@ -4,4 +4,4 @@ import { VaporFragment } from "vue";
4
4
  declare function setNodes(anchor: Node, ...values: any[]): void;
5
5
  declare function createNodes(...values: any[]): VaporFragment;
6
6
  //#endregion
7
- export { createNodes, setNodes };
7
+ export { setNodes as n, createNodes as t };
package/dist/node.cjs CHANGED
@@ -1,4 +1,4 @@
1
- const require_node = require('./node-BLet7XpW.cjs');
1
+ const require_node = require('./node-B6xwqC0_.cjs');
2
2
 
3
3
  exports.createNodes = require_node.createNodes;
4
4
  exports.setNodes = require_node.setNodes;
package/dist/node.d.cts CHANGED
@@ -1,2 +1,2 @@
1
- import { createNodes, setNodes } from "./node-w0ksMVPx.cjs";
1
+ import { n as setNodes, t as createNodes } from "./node-Dj7u02ol.cjs";
2
2
  export { createNodes, setNodes };
package/dist/node.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { createNodes, setNodes } from "./node-C2jZYT0Y.js";
1
+ import { n as setNodes, t as createNodes } from "./node-CHgp_X1O.js";
2
2
  export { createNodes, setNodes };
package/dist/node.js CHANGED
@@ -1,3 +1,3 @@
1
- import { createNodes, setNodes } from "./node-Bd0fT44y.js";
1
+ import { n as setNodes, t as createNodes } from "./node-C-c1h4g5.js";
2
2
 
3
3
  export { createNodes, setNodes };
@@ -7,7 +7,7 @@ type OverloadProps<TOverload> = Pick<TOverload, keyof TOverload>;
7
7
  type OverloadUnionRecursive<TOverload, TPartialOverload = unknown> = TOverload extends ((...args: infer TArgs) => infer TReturn) ? TPartialOverload extends TOverload ? never : OverloadUnionRecursive<TPartialOverload & TOverload, TPartialOverload & ((...args: TArgs) => TReturn) & OverloadProps<TOverload>> | ((...args: TArgs) => TReturn) : never;
8
8
  type OverloadUnion<TOverload extends (...args: any[]) => any> = Exclude<OverloadUnionRecursive<(() => never) & TOverload>, TOverload extends (() => never) ? never : () => never>;
9
9
  type IfAny<T, Y, N> = 0 extends 1 & T ? Y : N;
10
- type IsKeyValues<T, K = string> = IfAny<T, false, T extends object ? (keyof T extends K ? true : false) : false>;
10
+ type IsKeyValues<T, K$1 = string> = IfAny<T, false, T extends object ? (keyof T extends K$1 ? true : false) : false>;
11
11
  declare class VaporComponentInstance<Props extends Record<string, any> = {}, Emits extends EmitsOptions = {}, Slots extends StaticSlots = StaticSlots, Exposed extends Record<string, any> = Record<string, any>, TypeBlock extends Block = Block, TypeRefs extends Record<string, any> = Record<string, any>> implements GenericComponentInstance {
12
12
  vapor: true;
13
13
  uid: number;
@@ -131,4 +131,4 @@ declare function defineVaporComponent<TypeProps, RuntimePropsOptions extends Com
131
131
  __typeEl?: TypeBlock;
132
132
  } & ThisType<void>): DefineVaporComponent<RuntimePropsOptions, RuntimePropsKeys, ResolvedEmits, RuntimeEmitsKeys, Slots, Exposed extends Block ? Record<string, any> : Exposed, TypeBlock, TypeRefs, unknown extends TypeProps ? true : false, InferredProps>;
133
133
  //#endregion
134
- export { DefineVaporComponent, DefineVaporSetupFnComponent, FunctionalVaporComponent, ObjectVaporComponent, RenderReturn, TypeEmitsToOptions, VaporComponent$1 as VaporComponent, VaporComponentInstance, VaporComponentInstanceConstructor, VaporPublicProps, defineVaporComponent };
134
+ export { RenderReturn as a, VaporComponentInstance as c, defineVaporComponent as d, ObjectVaporComponent as i, VaporComponentInstanceConstructor as l, DefineVaporSetupFnComponent as n, TypeEmitsToOptions as o, FunctionalVaporComponent as r, VaporComponent$1 as s, DefineVaporComponent as t, VaporPublicProps as u };
@@ -10,4 +10,4 @@ function defineVaporComponent(comp, extraOptions) {
10
10
  }
11
11
 
12
12
  //#endregion
13
- export { defineVaporComponent };
13
+ export { defineVaporComponent as t };
@@ -7,7 +7,7 @@ type OverloadProps<TOverload> = Pick<TOverload, keyof TOverload>;
7
7
  type OverloadUnionRecursive<TOverload, TPartialOverload = unknown> = TOverload extends ((...args: infer TArgs) => infer TReturn) ? TPartialOverload extends TOverload ? never : OverloadUnionRecursive<TPartialOverload & TOverload, TPartialOverload & ((...args: TArgs) => TReturn) & OverloadProps<TOverload>> | ((...args: TArgs) => TReturn) : never;
8
8
  type OverloadUnion<TOverload extends (...args: any[]) => any> = Exclude<OverloadUnionRecursive<(() => never) & TOverload>, TOverload extends (() => never) ? never : () => never>;
9
9
  type IfAny<T, Y, N> = 0 extends 1 & T ? Y : N;
10
- type IsKeyValues<T, K = string> = IfAny<T, false, T extends object ? (keyof T extends K ? true : false) : false>;
10
+ type IsKeyValues<T, K$1 = string> = IfAny<T, false, T extends object ? (keyof T extends K$1 ? true : false) : false>;
11
11
  declare class VaporComponentInstance<Props extends Record<string, any> = {}, Emits extends EmitsOptions = {}, Slots extends StaticSlots = StaticSlots, Exposed extends Record<string, any> = Record<string, any>, TypeBlock extends Block = Block, TypeRefs extends Record<string, any> = Record<string, any>> implements GenericComponentInstance {
12
12
  vapor: true;
13
13
  uid: number;
@@ -131,4 +131,4 @@ declare function defineVaporComponent<TypeProps, RuntimePropsOptions extends Com
131
131
  __typeEl?: TypeBlock;
132
132
  } & ThisType<void>): DefineVaporComponent<RuntimePropsOptions, RuntimePropsKeys, ResolvedEmits, RuntimeEmitsKeys, Slots, Exposed extends Block ? Record<string, any> : Exposed, TypeBlock, TypeRefs, unknown extends TypeProps ? true : false, InferredProps>;
133
133
  //#endregion
134
- export { DefineVaporComponent, DefineVaporSetupFnComponent, FunctionalVaporComponent, ObjectVaporComponent, RenderReturn, TypeEmitsToOptions, VaporComponent$1 as VaporComponent, VaporComponentInstance, VaporComponentInstanceConstructor, VaporPublicProps, defineVaporComponent };
134
+ export { RenderReturn as a, VaporComponentInstance as c, defineVaporComponent as d, ObjectVaporComponent as i, VaporComponentInstanceConstructor as l, DefineVaporSetupFnComponent as n, TypeEmitsToOptions as o, FunctionalVaporComponent as r, VaporComponent$1 as s, DefineVaporComponent as t, VaporPublicProps as u };
package/dist/vue.d.cts CHANGED
@@ -1,2 +1,2 @@
1
- import { DefineVaporComponent, DefineVaporSetupFnComponent, FunctionalVaporComponent, ObjectVaporComponent, RenderReturn, TypeEmitsToOptions, VaporComponent, VaporComponentInstance, VaporComponentInstanceConstructor, VaporPublicProps, defineVaporComponent } from "./vue-D4TD6DcD.cjs";
1
+ import { a as RenderReturn, c as VaporComponentInstance, d as defineVaporComponent, i as ObjectVaporComponent, l as VaporComponentInstanceConstructor, n as DefineVaporSetupFnComponent, o as TypeEmitsToOptions, r as FunctionalVaporComponent, s as VaporComponent, t as DefineVaporComponent, u as VaporPublicProps } from "./vue-B5aczwqa.cjs";
2
2
  export { DefineVaporComponent, DefineVaporSetupFnComponent, FunctionalVaporComponent, ObjectVaporComponent, RenderReturn, TypeEmitsToOptions, VaporComponent, VaporComponentInstance, VaporComponentInstanceConstructor, VaporPublicProps, defineVaporComponent };
package/dist/vue.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { DefineVaporComponent, DefineVaporSetupFnComponent, FunctionalVaporComponent, ObjectVaporComponent, RenderReturn, TypeEmitsToOptions, VaporComponent, VaporComponentInstance, VaporComponentInstanceConstructor, VaporPublicProps, defineVaporComponent } from "./vue-DpDMiox0.js";
1
+ import { a as RenderReturn, c as VaporComponentInstance, d as defineVaporComponent, i as ObjectVaporComponent, l as VaporComponentInstanceConstructor, n as DefineVaporSetupFnComponent, o as TypeEmitsToOptions, r as FunctionalVaporComponent, s as VaporComponent, t as DefineVaporComponent, u as VaporPublicProps } from "./vue-C3xG3k3W.js";
2
2
  export { DefineVaporComponent, DefineVaporSetupFnComponent, FunctionalVaporComponent, ObjectVaporComponent, RenderReturn, TypeEmitsToOptions, VaporComponent, VaporComponentInstance, VaporComponentInstanceConstructor, VaporPublicProps, defineVaporComponent };
package/dist/vue.js CHANGED
@@ -1,3 +1,3 @@
1
- import { defineVaporComponent } from "./vue-CLfSEbpD.js";
1
+ import { t as defineVaporComponent } from "./vue-BJLej53a.js";
2
2
 
3
3
  export { defineVaporComponent };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue-jsx-vapor/runtime",
3
- "version": "2.6.7",
3
+ "version": "2.7.3",
4
4
  "description": "Vue JSX Vapor Runtime",
5
5
  "type": "module",
6
6
  "keywords": [
File without changes