@vue-jsx-vapor/runtime 2.6.8 → 2.7.4
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.
- package/dist/{block-CyA0ggJw.js → block-BZYKbYTH.js} +1 -1
- package/dist/{block-C2Eqyw1w.d.cts → block-BycCFoa3.d.cts} +1 -1
- package/dist/{block-u07aeibz.d.ts → block-CDDvZR6x.d.ts} +1 -1
- package/dist/{block-Ce05UNsp.cjs → block-sF5z9ijJ.cjs} +2 -1
- package/dist/block.cjs +1 -1
- package/dist/block.d.cts +1 -1
- package/dist/block.d.ts +1 -1
- package/dist/block.js +1 -1
- package/dist/{component-C8x9Na5a.js → component-9t-R5fIy.js} +4 -3
- package/dist/{component-DKpccT17.d.ts → component-B9KOho-L.d.ts} +1 -1
- package/dist/{component-BkffHjyR.d.cts → component-C13Oo-p0.d.cts} +1 -1
- package/dist/{component-DBuDOGBI.cjs → component-HwEQ3NVf.cjs} +5 -3
- package/dist/component.cjs +3 -3
- package/dist/component.d.cts +1 -1
- package/dist/component.d.ts +1 -1
- package/dist/component.js +3 -3
- package/dist/{h-BzLMgVDl.cjs → h-BSBmQ5xG.cjs} +2 -2
- package/dist/{h-JmVbnDXf.d.cts → h-BiyYwTqr.d.cts} +4 -4
- package/dist/{h-ZvZ1VCbf.d.ts → h-DTX_eMGD.d.ts} +4 -4
- package/dist/{h-D3vIqt04.js → h-DWXdYIAv.js} +3 -3
- package/dist/h.cjs +4 -4
- package/dist/h.d.cts +2 -2
- package/dist/h.d.ts +2 -2
- package/dist/h.js +4 -4
- package/dist/{helpers-B9BMZz0T.d.ts → helpers-4D9tv0FR.d.ts} +1 -1
- package/dist/{helpers-C0DfvsA-.js → helpers-BSrUwxJS.js} +2 -3
- package/dist/{helpers-DeLHxsS2.d.cts → helpers-CABYlIBX.d.cts} +1 -1
- package/dist/{helpers-z4TWV9SY.cjs → helpers-Ie9fa1JX.cjs} +3 -3
- package/dist/helpers.cjs +1 -1
- package/dist/helpers.d.cts +1 -1
- package/dist/helpers.d.ts +1 -1
- package/dist/helpers.js +1 -1
- package/dist/index.cjs +7 -6
- package/dist/index.d.cts +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.js +7 -7
- package/dist/jsx-C5yte_hi.js +1 -0
- package/dist/{jsx-BETSLhhI.d.cts → jsx-DyFytwAs.d.cts} +3 -3
- package/dist/{jsx-Beo7WcCj.d.ts → jsx-Nhm5deDe.d.ts} +3 -3
- package/dist/jsx.d.cts +1 -1
- package/dist/jsx.d.ts +1 -1
- package/dist/jsx.js +3 -1
- package/dist/{node-BLet7XpW.cjs → node-B6xwqC0_.cjs} +2 -1
- package/dist/{node-Bd0fT44y.js → node-C-c1h4g5.js} +1 -1
- package/dist/{node-C2jZYT0Y.d.ts → node-CHgp_X1O.d.ts} +1 -1
- package/dist/{node-w0ksMVPx.d.cts → node-Dj7u02ol.d.cts} +1 -1
- package/dist/node.cjs +1 -1
- package/dist/node.d.cts +1 -1
- package/dist/node.d.ts +1 -1
- package/dist/node.js +1 -1
- package/dist/{vue-D4TD6DcD.d.cts → vue-B5aczwqa.d.cts} +2 -2
- package/dist/{vue-CLfSEbpD.js → vue-BJLej53a.js} +1 -1
- package/dist/{vue-DpDMiox0.d.ts → vue-C3xG3k3W.d.ts} +2 -2
- package/dist/vue.d.cts +1 -1
- package/dist/vue.d.ts +1 -1
- package/dist/vue.js +1 -1
- package/package.json +1 -1
- package/dist/jsx-D6bpAbiF.js +0 -0
|
@@ -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 {
|
|
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 {
|
|
10
|
+
export { normalizeNode as i, NodeChild as n, isBlock as r, NodeArrayChildren as t };
|
package/dist/block.cjs
CHANGED
package/dist/block.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
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 {
|
|
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,5 +1,5 @@
|
|
|
1
|
-
import { normalizeNode } from "./block-
|
|
2
|
-
import { getCurrentInstance } from "./helpers-
|
|
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 {
|
|
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 {
|
|
9
|
+
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 {
|
|
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-
|
|
3
|
-
const require_helpers = require('./helpers-
|
|
4
|
-
|
|
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) {
|
package/dist/component.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
require('./block-
|
|
2
|
-
require('./helpers-
|
|
3
|
-
const require_component = require('./component-
|
|
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;
|
package/dist/component.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { n as createComponentWithFallback, t as createComponent } from "./component-C13Oo-p0.cjs";
|
|
2
2
|
export { createComponent, createComponentWithFallback };
|
package/dist/component.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
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-
|
|
2
|
-
import "./helpers-
|
|
3
|
-
import {
|
|
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-
|
|
2
|
-
const require_component = require('./component-
|
|
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 {
|
|
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 {
|
|
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-
|
|
2
|
-
import { createComponentWithFallback } from "./component-
|
|
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-
|
|
2
|
-
require('./helpers-
|
|
3
|
-
require('./component-
|
|
4
|
-
const require_h = require('./h-
|
|
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-
|
|
2
|
-
import { h } from "./h-
|
|
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-
|
|
2
|
-
import { h } from "./h-
|
|
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-
|
|
2
|
-
import "./helpers-
|
|
3
|
-
import "./component-
|
|
4
|
-
import { h } from "./h-
|
|
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 };
|
|
@@ -18,8 +18,7 @@ function getCurrentInstance() {
|
|
|
18
18
|
* ```
|
|
19
19
|
*/
|
|
20
20
|
function useProps() {
|
|
21
|
-
|
|
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 {
|
|
43
|
+
export { useFullProps as n, useProps as r, getCurrentInstance as t };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
const require_chunk = require('./chunk-CUT6urMc.cjs');
|
|
2
|
-
|
|
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
|
-
|
|
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
package/dist/helpers.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
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 {
|
|
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
package/dist/index.cjs
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
const require_chunk = require('./chunk-CUT6urMc.cjs');
|
|
2
|
-
const require_block = require('./block-
|
|
3
|
-
const require_helpers = require('./helpers-
|
|
4
|
-
const require_component = require('./component-
|
|
5
|
-
const require_h = require('./h-
|
|
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-
|
|
7
|
+
const require_node = require('./node-B6xwqC0_.cjs');
|
|
8
8
|
const require_vue = require('./vue-DN14pNs9.cjs');
|
|
9
|
-
|
|
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 {
|
|
2
|
-
import {
|
|
3
|
-
import { h } from "./h-
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
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-DyFytwAs.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 {
|
|
2
|
-
import {
|
|
3
|
-
import { h } from "./h-
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
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-Nhm5deDe.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 {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { h } from "./h-
|
|
5
|
-
import "./jsx-
|
|
6
|
-
import {
|
|
7
|
-
import { defineVaporComponent } from "./vue-
|
|
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 };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as vue0 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 =
|
|
1194
|
+
type _ReservedProps = vue0.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 {
|
|
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 };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as vue0 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 =
|
|
1194
|
+
type _ReservedProps = vue0.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 {
|
|
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 {
|
|
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-DyFytwAs.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 {
|
|
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-Nhm5deDe.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,5 +1,6 @@
|
|
|
1
1
|
const require_chunk = require('./chunk-CUT6urMc.cjs');
|
|
2
|
-
|
|
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("")) {
|
package/dist/node.cjs
CHANGED
package/dist/node.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
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 {
|
|
1
|
+
import { n as setNodes, t as createNodes } from "./node-CHgp_X1O.js";
|
|
2
2
|
export { createNodes, setNodes };
|
package/dist/node.js
CHANGED
|
@@ -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 {
|
|
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 };
|
|
@@ -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 {
|
|
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 {
|
|
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 {
|
|
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
package/package.json
CHANGED
package/dist/jsx-D6bpAbiF.js
DELETED
|
File without changes
|