@vue-jsx-vapor/runtime 2.6.0
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/LICENSE +21 -0
- package/dist/block-C2Eqyw1w.d.cts +10 -0
- package/dist/block-Ce05UNsp.cjs +27 -0
- package/dist/block-CyA0ggJw.js +15 -0
- package/dist/block-pPxpKsmV.d.ts +10 -0
- package/dist/block.cjs +4 -0
- package/dist/block.d.cts +2 -0
- package/dist/block.d.ts +2 -0
- package/dist/block.js +3 -0
- package/dist/chunk-CUT6urMc.cjs +30 -0
- package/dist/component-BHAqMOe7.cjs +44 -0
- package/dist/component-BkffHjyR.d.cts +9 -0
- package/dist/component-CG7Pcj6B.d.ts +9 -0
- package/dist/component-DAbq6g1p.js +32 -0
- package/dist/component.cjs +6 -0
- package/dist/component.d.cts +2 -0
- package/dist/component.d.ts +2 -0
- package/dist/component.js +5 -0
- package/dist/h-76H4kJgw.js +28 -0
- package/dist/h-DutSRaoO.d.ts +36 -0
- package/dist/h-mLWlHa8R.d.cts +36 -0
- package/dist/h-yXUW23HD.cjs +33 -0
- package/dist/h.cjs +6 -0
- package/dist/h.d.cts +3 -0
- package/dist/h.d.ts +3 -0
- package/dist/h.js +6 -0
- package/dist/helpers-BvOzWbq1.d.ts +37 -0
- package/dist/helpers-C0DfvsA-.js +44 -0
- package/dist/helpers-DeLHxsS2.d.cts +37 -0
- package/dist/helpers-z4TWV9SY.cjs +61 -0
- package/dist/helpers.cjs +5 -0
- package/dist/helpers.d.cts +2 -0
- package/dist/helpers.d.ts +2 -0
- package/dist/helpers.js +3 -0
- package/dist/index.cjs +25 -0
- package/dist/index.d.cts +8 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.js +9 -0
- package/dist/jsx-CRoDhX85.d.ts +1326 -0
- package/dist/jsx-CTAfwhvm.cjs +0 -0
- package/dist/jsx-D6bpAbiF.js +0 -0
- package/dist/jsx-EFPAy-wt.d.cts +1326 -0
- package/dist/jsx.cjs +1 -0
- package/dist/jsx.d.cts +2 -0
- package/dist/jsx.d.ts +2 -0
- package/dist/jsx.js +1 -0
- package/dist/node-BLet7XpW.cjs +87 -0
- package/dist/node-Bd0fT44y.js +75 -0
- package/dist/node-DLEa8Cxk.d.ts +7 -0
- package/dist/node-w0ksMVPx.d.cts +7 -0
- package/dist/node.cjs +4 -0
- package/dist/node.d.cts +2 -0
- package/dist/node.d.ts +2 -0
- package/dist/node.js +3 -0
- package/package.json +48 -0
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
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-BHAqMOe7.cjs');
|
|
5
|
+
const require_h = require('./h-yXUW23HD.cjs');
|
|
6
|
+
require('./jsx-CTAfwhvm.cjs');
|
|
7
|
+
const require_node = require('./node-BLet7XpW.cjs');
|
|
8
|
+
const vue = require_chunk.__toESM(require("vue"));
|
|
9
|
+
|
|
10
|
+
exports.createComponent = require_component.createComponent;
|
|
11
|
+
exports.createComponentWithFallback = require_component.createComponentWithFallback;
|
|
12
|
+
exports.createNodes = require_node.createNodes;
|
|
13
|
+
exports.getCurrentInstance = require_helpers.getCurrentInstance;
|
|
14
|
+
exports.h = require_h.h;
|
|
15
|
+
exports.isBlock = require_block.isBlock;
|
|
16
|
+
exports.normalizeNode = require_block.normalizeNode;
|
|
17
|
+
exports.setNodes = require_node.setNodes;
|
|
18
|
+
exports.useFullProps = require_helpers.useFullProps;
|
|
19
|
+
exports.useProps = require_helpers.useProps;
|
|
20
|
+
Object.defineProperty(exports, 'useRef', {
|
|
21
|
+
enumerable: true,
|
|
22
|
+
get: function () {
|
|
23
|
+
return vue.shallowRef;
|
|
24
|
+
}
|
|
25
|
+
});
|
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { NodeArrayChildren, NodeChild, isBlock, normalizeNode } from "./block-C2Eqyw1w.cjs";
|
|
2
|
+
import { createComponent, createComponentWithFallback } from "./component-BkffHjyR.cjs";
|
|
3
|
+
import { h } from "./h-mLWlHa8R.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-EFPAy-wt.cjs";
|
|
6
|
+
import { createNodes, setNodes } from "./node-w0ksMVPx.cjs";
|
|
7
|
+
import { shallowRef as useRef } from "vue";
|
|
8
|
+
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, NodeArrayChildren, NodeChild, 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, createComponent, createComponentWithFallback, createNodes, getCurrentInstance, h, isBlock, normalizeNode, setNodes, useFullProps, useProps, useRef };
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { NodeArrayChildren, NodeChild, isBlock, normalizeNode } from "./block-pPxpKsmV.js";
|
|
2
|
+
import { createComponent, createComponentWithFallback } from "./component-CG7Pcj6B.js";
|
|
3
|
+
import { h } from "./h-DutSRaoO.js";
|
|
4
|
+
import { getCurrentInstance, useFullProps, useProps } from "./helpers-BvOzWbq1.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-CRoDhX85.js";
|
|
6
|
+
import { createNodes, setNodes } from "./node-DLEa8Cxk.js";
|
|
7
|
+
import { shallowRef as useRef } from "vue";
|
|
8
|
+
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, NodeArrayChildren, NodeChild, 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, createComponent, createComponentWithFallback, createNodes, getCurrentInstance, h, isBlock, normalizeNode, setNodes, useFullProps, useProps, useRef };
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { isBlock, normalizeNode } from "./block-CyA0ggJw.js";
|
|
2
|
+
import { getCurrentInstance, useFullProps, useProps } from "./helpers-C0DfvsA-.js";
|
|
3
|
+
import { createComponent, createComponentWithFallback } from "./component-DAbq6g1p.js";
|
|
4
|
+
import { h } from "./h-76H4kJgw.js";
|
|
5
|
+
import "./jsx-D6bpAbiF.js";
|
|
6
|
+
import { createNodes, setNodes } from "./node-Bd0fT44y.js";
|
|
7
|
+
import { shallowRef as useRef } from "vue";
|
|
8
|
+
|
|
9
|
+
export { createComponent, createComponentWithFallback, createNodes, getCurrentInstance, h, isBlock, normalizeNode, setNodes, useFullProps, useProps, useRef };
|