verstak 0.92.25008 → 0.92.25010
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/build/dist/source/api.d.ts +1 -0
- package/build/dist/source/api.js +1 -0
- package/build/dist/source/html/HtmlElements.d.ts +0 -59
- package/build/dist/source/html/HtmlElements.js +1 -121
- package/build/dist/source/svg/SvgElements.d.ts +61 -0
- package/build/dist/source/svg/SvgElements.js +123 -0
- package/build/dist/source/svg/api.d.ts +1 -0
- package/build/dist/source/svg/api.js +1 -0
- package/package.json +3 -2
package/build/dist/source/api.js
CHANGED
|
@@ -114,62 +114,3 @@ export declare function UL<M = unknown>(declaration?: ReactiveNodeDecl<El<HTMLUL
|
|
|
114
114
|
export declare function Var<M = unknown>(declaration?: ReactiveNodeDecl<El<HTMLElement, M>>): ReactiveNode<El<HTMLElement, M>>;
|
|
115
115
|
export declare function Video<M = unknown>(declaration?: ReactiveNodeDecl<El<HTMLVideoElement, M>>): ReactiveNode<El<HTMLVideoElement, M>>;
|
|
116
116
|
export declare function Wbr<M = unknown>(declaration?: ReactiveNodeDecl<El<HTMLElement, M>>): ReactiveNode<El<HTMLElement, M>>;
|
|
117
|
-
export declare function Svg<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGSVGElement, M>>): ReactiveNode<El<SVGSVGElement, M>>;
|
|
118
|
-
export declare function SvgA<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGAElement, M>>): ReactiveNode<El<SVGAElement, M>>;
|
|
119
|
-
export declare function Animate<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGAnimateElement, M>>): ReactiveNode<El<SVGAnimateElement, M>>;
|
|
120
|
-
export declare function AnimateMotion<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGAnimateMotionElement, M>>): ReactiveNode<El<SVGAnimateMotionElement, M>>;
|
|
121
|
-
export declare function AnimateTransform<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGAnimateTransformElement, M>>): ReactiveNode<El<SVGAnimateTransformElement, M>>;
|
|
122
|
-
export declare function Circle<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGCircleElement, M>>): ReactiveNode<El<SVGCircleElement, M>>;
|
|
123
|
-
export declare function ClipPath<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGClipPathElement, M>>): ReactiveNode<El<SVGClipPathElement, M>>;
|
|
124
|
-
export declare function Defs<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGDefsElement, M>>): ReactiveNode<El<SVGDefsElement, M>>;
|
|
125
|
-
export declare function Desc<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGDescElement, M>>): ReactiveNode<El<SVGDescElement, M>>;
|
|
126
|
-
export declare function Ellipse<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGEllipseElement, M>>): ReactiveNode<El<SVGEllipseElement, M>>;
|
|
127
|
-
export declare function FeBlend<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEBlendElement, M>>): ReactiveNode<El<SVGFEBlendElement, M>>;
|
|
128
|
-
export declare function FeColorMatrix<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEColorMatrixElement, M>>): ReactiveNode<El<SVGFEColorMatrixElement, M>>;
|
|
129
|
-
export declare function FeComponentTransfer<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEComponentTransferElement, M>>): ReactiveNode<El<SVGFEComponentTransferElement, M>>;
|
|
130
|
-
export declare function FeComposite<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFECompositeElement, M>>): ReactiveNode<El<SVGFECompositeElement, M>>;
|
|
131
|
-
export declare function FeConvolveMatrix<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEConvolveMatrixElement, M>>): ReactiveNode<El<SVGFEConvolveMatrixElement, M>>;
|
|
132
|
-
export declare function FeDiffuseLighting<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEDiffuseLightingElement, M>>): ReactiveNode<El<SVGFEDiffuseLightingElement, M>>;
|
|
133
|
-
export declare function FeDisplacementMap<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEDisplacementMapElement, M>>): ReactiveNode<El<SVGFEDisplacementMapElement, M>>;
|
|
134
|
-
export declare function FeDistantLight<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEDistantLightElement, M>>): ReactiveNode<El<SVGFEDistantLightElement, M>>;
|
|
135
|
-
export declare function FeDropShadow<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEDropShadowElement, M>>): ReactiveNode<El<SVGFEDropShadowElement, M>>;
|
|
136
|
-
export declare function FeFlood<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEFloodElement, M>>): ReactiveNode<El<SVGFEFloodElement, M>>;
|
|
137
|
-
export declare function FeFuncA<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEFuncAElement, M>>): ReactiveNode<El<SVGFEFuncAElement, M>>;
|
|
138
|
-
export declare function FeFuncB<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEFuncBElement, M>>): ReactiveNode<El<SVGFEFuncBElement, M>>;
|
|
139
|
-
export declare function FeFuncG<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEFuncGElement, M>>): ReactiveNode<El<SVGFEFuncGElement, M>>;
|
|
140
|
-
export declare function FeFuncR<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEFuncRElement, M>>): ReactiveNode<El<SVGFEFuncRElement, M>>;
|
|
141
|
-
export declare function FeGaussianBlur<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEGaussianBlurElement, M>>): ReactiveNode<El<SVGFEGaussianBlurElement, M>>;
|
|
142
|
-
export declare function FeImage<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEImageElement, M>>): ReactiveNode<El<SVGFEImageElement, M>>;
|
|
143
|
-
export declare function FeMerge<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEMergeElement, M>>): ReactiveNode<El<SVGFEMergeElement, M>>;
|
|
144
|
-
export declare function FeMergeNode<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEMergeNodeElement, M>>): ReactiveNode<El<SVGFEMergeNodeElement, M>>;
|
|
145
|
-
export declare function FeMorphology<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEMorphologyElement, M>>): ReactiveNode<El<SVGFEMorphologyElement, M>>;
|
|
146
|
-
export declare function FeOffset<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEOffsetElement, M>>): ReactiveNode<El<SVGFEOffsetElement, M>>;
|
|
147
|
-
export declare function FePointLight<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEPointLightElement, M>>): ReactiveNode<El<SVGFEPointLightElement, M>>;
|
|
148
|
-
export declare function FeSpecularLighting<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFESpecularLightingElement, M>>): ReactiveNode<El<SVGFESpecularLightingElement, M>>;
|
|
149
|
-
export declare function FeSpotLight<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFESpotLightElement, M>>): ReactiveNode<El<SVGFESpotLightElement, M>>;
|
|
150
|
-
export declare function FeTile<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFETileElement, M>>): ReactiveNode<El<SVGFETileElement, M>>;
|
|
151
|
-
export declare function FeTurbulence<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFETurbulenceElement, M>>): ReactiveNode<El<SVGFETurbulenceElement, M>>;
|
|
152
|
-
export declare function Filter<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFilterElement, M>>): ReactiveNode<El<SVGFilterElement, M>>;
|
|
153
|
-
export declare function ForeignObject<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGForeignObjectElement, M>>): ReactiveNode<El<SVGForeignObjectElement, M>>;
|
|
154
|
-
export declare function G<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGGElement, M>>): ReactiveNode<El<SVGGElement, M>>;
|
|
155
|
-
export declare function SvgImage<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGImageElement, M>>): ReactiveNode<El<SVGImageElement, M>>;
|
|
156
|
-
export declare function SvgLine<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGLineElement, M>>): ReactiveNode<El<SVGLineElement, M>>;
|
|
157
|
-
export declare function LinearGradient<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGLinearGradientElement, M>>): ReactiveNode<El<SVGLinearGradientElement, M>>;
|
|
158
|
-
export declare function Marker<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGMarkerElement, M>>): ReactiveNode<El<SVGMarkerElement, M>>;
|
|
159
|
-
export declare function Mask<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGMaskElement, M>>): ReactiveNode<El<SVGMaskElement, M>>;
|
|
160
|
-
export declare function MetaData<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGMetadataElement, M>>): ReactiveNode<El<SVGMetadataElement, M>>;
|
|
161
|
-
export declare function MPath<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGElement, M>>): ReactiveNode<El<SVGElement, M>>;
|
|
162
|
-
export declare function Path<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGPathElement, M>>): ReactiveNode<El<SVGPathElement, M>>;
|
|
163
|
-
export declare function Pattern<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGPatternElement, M>>): ReactiveNode<El<SVGPatternElement, M>>;
|
|
164
|
-
export declare function Polygon<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGPolygonElement, M>>): ReactiveNode<El<SVGPolygonElement, M>>;
|
|
165
|
-
export declare function PolyLine<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGPolylineElement, M>>): ReactiveNode<El<SVGPolylineElement, M>>;
|
|
166
|
-
export declare function RadialGradient<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGRadialGradientElement, M>>): ReactiveNode<El<SVGRadialGradientElement, M>>;
|
|
167
|
-
export declare function Rect<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGRectElement, M>>): ReactiveNode<El<SVGRectElement, M>>;
|
|
168
|
-
export declare function Stop<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGStopElement, M>>): ReactiveNode<El<SVGStopElement, M>>;
|
|
169
|
-
export declare function SvgSwitch<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGSwitchElement, M>>): ReactiveNode<El<SVGSwitchElement, M>>;
|
|
170
|
-
export declare function Symbol<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGSymbolElement, M>>): ReactiveNode<El<SVGSymbolElement, M>>;
|
|
171
|
-
export declare function Text<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGTextElement, M>>): ReactiveNode<El<SVGTextElement, M>>;
|
|
172
|
-
export declare function TextPath<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGTextPathElement, M>>): ReactiveNode<El<SVGTextPathElement, M>>;
|
|
173
|
-
export declare function TSpan<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGTSpanElement, M>>): ReactiveNode<El<SVGTSpanElement, M>>;
|
|
174
|
-
export declare function Use<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGUseElement, M>>): ReactiveNode<El<SVGUseElement, M>>;
|
|
175
|
-
export declare function View<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGViewElement, M>>): ReactiveNode<El<SVGViewElement, M>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ReactiveNode } from "reactronic";
|
|
2
2
|
import { ElKind } from "../core/El.js";
|
|
3
|
-
import { HtmlDriver
|
|
3
|
+
import { HtmlDriver } from "../core/WebDriver.js";
|
|
4
4
|
export function A(declaration) { return ReactiveNode.declare(HtmlTags.a, declaration); }
|
|
5
5
|
export function Abbr(declaration) { return ReactiveNode.declare(HtmlTags.abbr, declaration); }
|
|
6
6
|
export function Address(declaration) { return ReactiveNode.declare(HtmlTags.address, declaration); }
|
|
@@ -115,65 +115,6 @@ export function UL(declaration) { return ReactiveNode.declare(HtmlTags.ul, decla
|
|
|
115
115
|
export function Var(declaration) { return ReactiveNode.declare(HtmlTags.var, declaration); }
|
|
116
116
|
export function Video(declaration) { return ReactiveNode.declare(HtmlTags.video, declaration); }
|
|
117
117
|
export function Wbr(declaration) { return ReactiveNode.declare(HtmlTags.wbr, declaration); }
|
|
118
|
-
export function Svg(declaration) { return ReactiveNode.declare(SvgTags.svg, declaration); }
|
|
119
|
-
export function SvgA(declaration) { return ReactiveNode.declare(SvgTags.a, declaration); }
|
|
120
|
-
export function Animate(declaration) { return ReactiveNode.declare(SvgTags.animate, declaration); }
|
|
121
|
-
export function AnimateMotion(declaration) { return ReactiveNode.declare(SvgTags.animateMotion, declaration); }
|
|
122
|
-
export function AnimateTransform(declaration) { return ReactiveNode.declare(SvgTags.animateTransform, declaration); }
|
|
123
|
-
export function Circle(declaration) { return ReactiveNode.declare(SvgTags.circle, declaration); }
|
|
124
|
-
export function ClipPath(declaration) { return ReactiveNode.declare(SvgTags.clipPath, declaration); }
|
|
125
|
-
export function Defs(declaration) { return ReactiveNode.declare(SvgTags.defs, declaration); }
|
|
126
|
-
export function Desc(declaration) { return ReactiveNode.declare(SvgTags.desc, declaration); }
|
|
127
|
-
export function Ellipse(declaration) { return ReactiveNode.declare(SvgTags.ellipse, declaration); }
|
|
128
|
-
export function FeBlend(declaration) { return ReactiveNode.declare(SvgTags.feBlend, declaration); }
|
|
129
|
-
export function FeColorMatrix(declaration) { return ReactiveNode.declare(SvgTags.feColorMatrix, declaration); }
|
|
130
|
-
export function FeComponentTransfer(declaration) { return ReactiveNode.declare(SvgTags.feComponentTransfer, declaration); }
|
|
131
|
-
export function FeComposite(declaration) { return ReactiveNode.declare(SvgTags.feComposite, declaration); }
|
|
132
|
-
export function FeConvolveMatrix(declaration) { return ReactiveNode.declare(SvgTags.feConvolveMatrix, declaration); }
|
|
133
|
-
export function FeDiffuseLighting(declaration) { return ReactiveNode.declare(SvgTags.feDiffuseLighting, declaration); }
|
|
134
|
-
export function FeDisplacementMap(declaration) { return ReactiveNode.declare(SvgTags.feDisplacementMap, declaration); }
|
|
135
|
-
export function FeDistantLight(declaration) { return ReactiveNode.declare(SvgTags.feDistantLight, declaration); }
|
|
136
|
-
export function FeDropShadow(declaration) { return ReactiveNode.declare(SvgTags.feDropShadow, declaration); }
|
|
137
|
-
export function FeFlood(declaration) { return ReactiveNode.declare(SvgTags.feFlood, declaration); }
|
|
138
|
-
export function FeFuncA(declaration) { return ReactiveNode.declare(SvgTags.feFuncA, declaration); }
|
|
139
|
-
export function FeFuncB(declaration) { return ReactiveNode.declare(SvgTags.feFuncB, declaration); }
|
|
140
|
-
export function FeFuncG(declaration) { return ReactiveNode.declare(SvgTags.feFuncG, declaration); }
|
|
141
|
-
export function FeFuncR(declaration) { return ReactiveNode.declare(SvgTags.feFuncR, declaration); }
|
|
142
|
-
export function FeGaussianBlur(declaration) { return ReactiveNode.declare(SvgTags.feGaussianBlur, declaration); }
|
|
143
|
-
export function FeImage(declaration) { return ReactiveNode.declare(SvgTags.feImage, declaration); }
|
|
144
|
-
export function FeMerge(declaration) { return ReactiveNode.declare(SvgTags.feMerge, declaration); }
|
|
145
|
-
export function FeMergeNode(declaration) { return ReactiveNode.declare(SvgTags.feMergeNode, declaration); }
|
|
146
|
-
export function FeMorphology(declaration) { return ReactiveNode.declare(SvgTags.feMorphology, declaration); }
|
|
147
|
-
export function FeOffset(declaration) { return ReactiveNode.declare(SvgTags.feOffset, declaration); }
|
|
148
|
-
export function FePointLight(declaration) { return ReactiveNode.declare(SvgTags.fePointLight, declaration); }
|
|
149
|
-
export function FeSpecularLighting(declaration) { return ReactiveNode.declare(SvgTags.feSpecularLighting, declaration); }
|
|
150
|
-
export function FeSpotLight(declaration) { return ReactiveNode.declare(SvgTags.feSpotLight, declaration); }
|
|
151
|
-
export function FeTile(declaration) { return ReactiveNode.declare(SvgTags.feTile, declaration); }
|
|
152
|
-
export function FeTurbulence(declaration) { return ReactiveNode.declare(SvgTags.feTurbulence, declaration); }
|
|
153
|
-
export function Filter(declaration) { return ReactiveNode.declare(SvgTags.filter, declaration); }
|
|
154
|
-
export function ForeignObject(declaration) { return ReactiveNode.declare(SvgTags.foreignObject, declaration); }
|
|
155
|
-
export function G(declaration) { return ReactiveNode.declare(SvgTags.g, declaration); }
|
|
156
|
-
export function SvgImage(declaration) { return ReactiveNode.declare(SvgTags.image, declaration); }
|
|
157
|
-
export function SvgLine(declaration) { return ReactiveNode.declare(SvgTags.line, declaration); }
|
|
158
|
-
export function LinearGradient(declaration) { return ReactiveNode.declare(SvgTags.linearGradient, declaration); }
|
|
159
|
-
export function Marker(declaration) { return ReactiveNode.declare(SvgTags.marker, declaration); }
|
|
160
|
-
export function Mask(declaration) { return ReactiveNode.declare(SvgTags.mask, declaration); }
|
|
161
|
-
export function MetaData(declaration) { return ReactiveNode.declare(SvgTags.metadata, declaration); }
|
|
162
|
-
export function MPath(declaration) { return ReactiveNode.declare(SvgTags.mpath, declaration); }
|
|
163
|
-
export function Path(declaration) { return ReactiveNode.declare(SvgTags.path, declaration); }
|
|
164
|
-
export function Pattern(declaration) { return ReactiveNode.declare(SvgTags.pattern, declaration); }
|
|
165
|
-
export function Polygon(declaration) { return ReactiveNode.declare(SvgTags.polygon, declaration); }
|
|
166
|
-
export function PolyLine(declaration) { return ReactiveNode.declare(SvgTags.polyline, declaration); }
|
|
167
|
-
export function RadialGradient(declaration) { return ReactiveNode.declare(SvgTags.radialGradient, declaration); }
|
|
168
|
-
export function Rect(declaration) { return ReactiveNode.declare(SvgTags.rect, declaration); }
|
|
169
|
-
export function Stop(declaration) { return ReactiveNode.declare(SvgTags.stop, declaration); }
|
|
170
|
-
export function SvgSwitch(declaration) { return ReactiveNode.declare(SvgTags.switch, declaration); }
|
|
171
|
-
export function Symbol(declaration) { return ReactiveNode.declare(SvgTags.symbol, declaration); }
|
|
172
|
-
export function Text(declaration) { return ReactiveNode.declare(SvgTags.text, declaration); }
|
|
173
|
-
export function TextPath(declaration) { return ReactiveNode.declare(SvgTags.textPath, declaration); }
|
|
174
|
-
export function TSpan(declaration) { return ReactiveNode.declare(SvgTags.tspan, declaration); }
|
|
175
|
-
export function Use(declaration) { return ReactiveNode.declare(SvgTags.use, declaration); }
|
|
176
|
-
export function View(declaration) { return ReactiveNode.declare(SvgTags.view, declaration); }
|
|
177
118
|
const HtmlTags = {
|
|
178
119
|
a: new HtmlDriver("a", false, el => el.kind = ElKind.native),
|
|
179
120
|
abbr: new HtmlDriver("abbr", false, el => el.kind = ElKind.native),
|
|
@@ -290,64 +231,3 @@ const HtmlTags = {
|
|
|
290
231
|
video: new HtmlDriver("video", false, el => el.kind = ElKind.native),
|
|
291
232
|
wbr: new HtmlDriver("wbr", false, el => el.kind = ElKind.native),
|
|
292
233
|
};
|
|
293
|
-
const SvgTags = {
|
|
294
|
-
svg: new SvgDriver("svg", false, el => el.kind = ElKind.native),
|
|
295
|
-
a: new SvgDriver("a", false, el => el.kind = ElKind.native),
|
|
296
|
-
animate: new SvgDriver("animate", false, el => el.kind = ElKind.native),
|
|
297
|
-
animateMotion: new SvgDriver("animateMotion", false, el => el.kind = ElKind.native),
|
|
298
|
-
animateTransform: new SvgDriver("animateTransform", false, el => el.kind = ElKind.native),
|
|
299
|
-
circle: new SvgDriver("circle", false, el => el.kind = ElKind.native),
|
|
300
|
-
clipPath: new SvgDriver("clipPath", false, el => el.kind = ElKind.native),
|
|
301
|
-
defs: new SvgDriver("defs", false, el => el.kind = ElKind.native),
|
|
302
|
-
desc: new SvgDriver("desc", false, el => el.kind = ElKind.native),
|
|
303
|
-
ellipse: new SvgDriver("ellipse", false, el => el.kind = ElKind.native),
|
|
304
|
-
feBlend: new SvgDriver("feBlend", false, el => el.kind = ElKind.native),
|
|
305
|
-
feColorMatrix: new SvgDriver("feColorMatrix", false, el => el.kind = ElKind.native),
|
|
306
|
-
feComponentTransfer: new SvgDriver("feComponentTransfer", false, el => el.kind = ElKind.native),
|
|
307
|
-
feComposite: new SvgDriver("feComposite", false, el => el.kind = ElKind.native),
|
|
308
|
-
feConvolveMatrix: new SvgDriver("feConvolveMatrix", false, el => el.kind = ElKind.native),
|
|
309
|
-
feDiffuseLighting: new SvgDriver("feDiffuseLighting", false, el => el.kind = ElKind.native),
|
|
310
|
-
feDisplacementMap: new SvgDriver("feDisplacementMap", false, el => el.kind = ElKind.native),
|
|
311
|
-
feDistantLight: new SvgDriver("feDistantLight", false, el => el.kind = ElKind.native),
|
|
312
|
-
feDropShadow: new SvgDriver("feDropShadow", false, el => el.kind = ElKind.native),
|
|
313
|
-
feFlood: new SvgDriver("feFlood", false, el => el.kind = ElKind.native),
|
|
314
|
-
feFuncA: new SvgDriver("feFuncA", false, el => el.kind = ElKind.native),
|
|
315
|
-
feFuncB: new SvgDriver("feFuncB", false, el => el.kind = ElKind.native),
|
|
316
|
-
feFuncG: new SvgDriver("feFuncG", false, el => el.kind = ElKind.native),
|
|
317
|
-
feFuncR: new SvgDriver("feFuncR", false, el => el.kind = ElKind.native),
|
|
318
|
-
feGaussianBlur: new SvgDriver("feGaussianBlur", false, el => el.kind = ElKind.native),
|
|
319
|
-
feImage: new SvgDriver("feImage", false, el => el.kind = ElKind.native),
|
|
320
|
-
feMerge: new SvgDriver("feMerge", false, el => el.kind = ElKind.native),
|
|
321
|
-
feMergeNode: new SvgDriver("feMergeNode", false, el => el.kind = ElKind.native),
|
|
322
|
-
feMorphology: new SvgDriver("feMorphology", false, el => el.kind = ElKind.native),
|
|
323
|
-
feOffset: new SvgDriver("feOffset", false, el => el.kind = ElKind.native),
|
|
324
|
-
fePointLight: new SvgDriver("fePointLight", false, el => el.kind = ElKind.native),
|
|
325
|
-
feSpecularLighting: new SvgDriver("feSpecularLighting", false, el => el.kind = ElKind.native),
|
|
326
|
-
feSpotLight: new SvgDriver("feSpotLight", false, el => el.kind = ElKind.native),
|
|
327
|
-
feTile: new SvgDriver("feTile", false, el => el.kind = ElKind.native),
|
|
328
|
-
feTurbulence: new SvgDriver("feTurbulence", false, el => el.kind = ElKind.native),
|
|
329
|
-
filter: new SvgDriver("filter", false, el => el.kind = ElKind.native),
|
|
330
|
-
foreignObject: new SvgDriver("foreignObject", false, el => el.kind = ElKind.native),
|
|
331
|
-
g: new SvgDriver("g", false, el => el.kind = ElKind.native),
|
|
332
|
-
image: new SvgDriver("image", false, el => el.kind = ElKind.native),
|
|
333
|
-
line: new SvgDriver("line", false, el => el.kind = ElKind.native),
|
|
334
|
-
linearGradient: new SvgDriver("linearGradient", false, el => el.kind = ElKind.native),
|
|
335
|
-
marker: new SvgDriver("marker", false, el => el.kind = ElKind.native),
|
|
336
|
-
mask: new SvgDriver("mask", false, el => el.kind = ElKind.native),
|
|
337
|
-
metadata: new SvgDriver("metadata", false, el => el.kind = ElKind.native),
|
|
338
|
-
mpath: new SvgDriver("mpath", false, el => el.kind = ElKind.native),
|
|
339
|
-
path: new SvgDriver("path", false, el => el.kind = ElKind.native),
|
|
340
|
-
pattern: new SvgDriver("pattern", false, el => el.kind = ElKind.native),
|
|
341
|
-
polygon: new SvgDriver("polygon", false, el => el.kind = ElKind.native),
|
|
342
|
-
polyline: new SvgDriver("polyline", false, el => el.kind = ElKind.native),
|
|
343
|
-
radialGradient: new SvgDriver("radialGradient", false, el => el.kind = ElKind.native),
|
|
344
|
-
rect: new SvgDriver("rect", false, el => el.kind = ElKind.native),
|
|
345
|
-
stop: new SvgDriver("stop", false, el => el.kind = ElKind.native),
|
|
346
|
-
switch: new SvgDriver("switch", false, el => el.kind = ElKind.native),
|
|
347
|
-
symbol: new SvgDriver("symbol", false, el => el.kind = ElKind.native),
|
|
348
|
-
text: new SvgDriver("text", false, el => el.kind = ElKind.native),
|
|
349
|
-
textPath: new SvgDriver("textPath", false, el => el.kind = ElKind.native),
|
|
350
|
-
tspan: new SvgDriver("tspan", false, el => el.kind = ElKind.native),
|
|
351
|
-
use: new SvgDriver("use", false, el => el.kind = ElKind.native),
|
|
352
|
-
view: new SvgDriver("view", false, el => el.kind = ElKind.native),
|
|
353
|
-
};
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { ReactiveNode, ReactiveNodeDecl } from "reactronic";
|
|
2
|
+
import { El } from "../core/El.js";
|
|
3
|
+
export declare function Svg<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGSVGElement, M>>): ReactiveNode<El<SVGSVGElement, M>>;
|
|
4
|
+
export declare function SvgA<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGAElement, M>>): ReactiveNode<El<SVGAElement, M>>;
|
|
5
|
+
export declare function Animate<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGAnimateElement, M>>): ReactiveNode<El<SVGAnimateElement, M>>;
|
|
6
|
+
export declare function AnimateMotion<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGAnimateMotionElement, M>>): ReactiveNode<El<SVGAnimateMotionElement, M>>;
|
|
7
|
+
export declare function AnimateTransform<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGAnimateTransformElement, M>>): ReactiveNode<El<SVGAnimateTransformElement, M>>;
|
|
8
|
+
export declare function Circle<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGCircleElement, M>>): ReactiveNode<El<SVGCircleElement, M>>;
|
|
9
|
+
export declare function ClipPath<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGClipPathElement, M>>): ReactiveNode<El<SVGClipPathElement, M>>;
|
|
10
|
+
export declare function Defs<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGDefsElement, M>>): ReactiveNode<El<SVGDefsElement, M>>;
|
|
11
|
+
export declare function Desc<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGDescElement, M>>): ReactiveNode<El<SVGDescElement, M>>;
|
|
12
|
+
export declare function Ellipse<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGEllipseElement, M>>): ReactiveNode<El<SVGEllipseElement, M>>;
|
|
13
|
+
export declare function FeBlend<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEBlendElement, M>>): ReactiveNode<El<SVGFEBlendElement, M>>;
|
|
14
|
+
export declare function FeColorMatrix<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEColorMatrixElement, M>>): ReactiveNode<El<SVGFEColorMatrixElement, M>>;
|
|
15
|
+
export declare function FeComponentTransfer<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEComponentTransferElement, M>>): ReactiveNode<El<SVGFEComponentTransferElement, M>>;
|
|
16
|
+
export declare function FeComposite<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFECompositeElement, M>>): ReactiveNode<El<SVGFECompositeElement, M>>;
|
|
17
|
+
export declare function FeConvolveMatrix<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEConvolveMatrixElement, M>>): ReactiveNode<El<SVGFEConvolveMatrixElement, M>>;
|
|
18
|
+
export declare function FeDiffuseLighting<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEDiffuseLightingElement, M>>): ReactiveNode<El<SVGFEDiffuseLightingElement, M>>;
|
|
19
|
+
export declare function FeDisplacementMap<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEDisplacementMapElement, M>>): ReactiveNode<El<SVGFEDisplacementMapElement, M>>;
|
|
20
|
+
export declare function FeDistantLight<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEDistantLightElement, M>>): ReactiveNode<El<SVGFEDistantLightElement, M>>;
|
|
21
|
+
export declare function FeDropShadow<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEDropShadowElement, M>>): ReactiveNode<El<SVGFEDropShadowElement, M>>;
|
|
22
|
+
export declare function FeFlood<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEFloodElement, M>>): ReactiveNode<El<SVGFEFloodElement, M>>;
|
|
23
|
+
export declare function FeFuncA<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEFuncAElement, M>>): ReactiveNode<El<SVGFEFuncAElement, M>>;
|
|
24
|
+
export declare function FeFuncB<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEFuncBElement, M>>): ReactiveNode<El<SVGFEFuncBElement, M>>;
|
|
25
|
+
export declare function FeFuncG<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEFuncGElement, M>>): ReactiveNode<El<SVGFEFuncGElement, M>>;
|
|
26
|
+
export declare function FeFuncR<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEFuncRElement, M>>): ReactiveNode<El<SVGFEFuncRElement, M>>;
|
|
27
|
+
export declare function FeGaussianBlur<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEGaussianBlurElement, M>>): ReactiveNode<El<SVGFEGaussianBlurElement, M>>;
|
|
28
|
+
export declare function FeImage<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEImageElement, M>>): ReactiveNode<El<SVGFEImageElement, M>>;
|
|
29
|
+
export declare function FeMerge<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEMergeElement, M>>): ReactiveNode<El<SVGFEMergeElement, M>>;
|
|
30
|
+
export declare function FeMergeNode<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEMergeNodeElement, M>>): ReactiveNode<El<SVGFEMergeNodeElement, M>>;
|
|
31
|
+
export declare function FeMorphology<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEMorphologyElement, M>>): ReactiveNode<El<SVGFEMorphologyElement, M>>;
|
|
32
|
+
export declare function FeOffset<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEOffsetElement, M>>): ReactiveNode<El<SVGFEOffsetElement, M>>;
|
|
33
|
+
export declare function FePointLight<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFEPointLightElement, M>>): ReactiveNode<El<SVGFEPointLightElement, M>>;
|
|
34
|
+
export declare function FeSpecularLighting<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFESpecularLightingElement, M>>): ReactiveNode<El<SVGFESpecularLightingElement, M>>;
|
|
35
|
+
export declare function FeSpotLight<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFESpotLightElement, M>>): ReactiveNode<El<SVGFESpotLightElement, M>>;
|
|
36
|
+
export declare function FeTile<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFETileElement, M>>): ReactiveNode<El<SVGFETileElement, M>>;
|
|
37
|
+
export declare function FeTurbulence<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFETurbulenceElement, M>>): ReactiveNode<El<SVGFETurbulenceElement, M>>;
|
|
38
|
+
export declare function Filter<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGFilterElement, M>>): ReactiveNode<El<SVGFilterElement, M>>;
|
|
39
|
+
export declare function ForeignObject<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGForeignObjectElement, M>>): ReactiveNode<El<SVGForeignObjectElement, M>>;
|
|
40
|
+
export declare function G<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGGElement, M>>): ReactiveNode<El<SVGGElement, M>>;
|
|
41
|
+
export declare function SvgImage<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGImageElement, M>>): ReactiveNode<El<SVGImageElement, M>>;
|
|
42
|
+
export declare function SvgLine<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGLineElement, M>>): ReactiveNode<El<SVGLineElement, M>>;
|
|
43
|
+
export declare function LinearGradient<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGLinearGradientElement, M>>): ReactiveNode<El<SVGLinearGradientElement, M>>;
|
|
44
|
+
export declare function Marker<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGMarkerElement, M>>): ReactiveNode<El<SVGMarkerElement, M>>;
|
|
45
|
+
export declare function Mask<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGMaskElement, M>>): ReactiveNode<El<SVGMaskElement, M>>;
|
|
46
|
+
export declare function MetaData<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGMetadataElement, M>>): ReactiveNode<El<SVGMetadataElement, M>>;
|
|
47
|
+
export declare function MPath<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGElement, M>>): ReactiveNode<El<SVGElement, M>>;
|
|
48
|
+
export declare function Path<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGPathElement, M>>): ReactiveNode<El<SVGPathElement, M>>;
|
|
49
|
+
export declare function Pattern<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGPatternElement, M>>): ReactiveNode<El<SVGPatternElement, M>>;
|
|
50
|
+
export declare function Polygon<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGPolygonElement, M>>): ReactiveNode<El<SVGPolygonElement, M>>;
|
|
51
|
+
export declare function PolyLine<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGPolylineElement, M>>): ReactiveNode<El<SVGPolylineElement, M>>;
|
|
52
|
+
export declare function RadialGradient<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGRadialGradientElement, M>>): ReactiveNode<El<SVGRadialGradientElement, M>>;
|
|
53
|
+
export declare function Rect<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGRectElement, M>>): ReactiveNode<El<SVGRectElement, M>>;
|
|
54
|
+
export declare function Stop<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGStopElement, M>>): ReactiveNode<El<SVGStopElement, M>>;
|
|
55
|
+
export declare function SvgSwitch<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGSwitchElement, M>>): ReactiveNode<El<SVGSwitchElement, M>>;
|
|
56
|
+
export declare function Symbol<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGSymbolElement, M>>): ReactiveNode<El<SVGSymbolElement, M>>;
|
|
57
|
+
export declare function Text<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGTextElement, M>>): ReactiveNode<El<SVGTextElement, M>>;
|
|
58
|
+
export declare function TextPath<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGTextPathElement, M>>): ReactiveNode<El<SVGTextPathElement, M>>;
|
|
59
|
+
export declare function TSpan<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGTSpanElement, M>>): ReactiveNode<El<SVGTSpanElement, M>>;
|
|
60
|
+
export declare function Use<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGUseElement, M>>): ReactiveNode<El<SVGUseElement, M>>;
|
|
61
|
+
export declare function View<M = unknown>(declaration?: ReactiveNodeDecl<El<SVGViewElement, M>>): ReactiveNode<El<SVGViewElement, M>>;
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
import { ReactiveNode } from "reactronic";
|
|
2
|
+
import { ElKind } from "../core/El.js";
|
|
3
|
+
import { SvgDriver } from "../core/WebDriver.js";
|
|
4
|
+
export function Svg(declaration) { return ReactiveNode.declare(SvgTags.svg, declaration); }
|
|
5
|
+
export function SvgA(declaration) { return ReactiveNode.declare(SvgTags.a, declaration); }
|
|
6
|
+
export function Animate(declaration) { return ReactiveNode.declare(SvgTags.animate, declaration); }
|
|
7
|
+
export function AnimateMotion(declaration) { return ReactiveNode.declare(SvgTags.animateMotion, declaration); }
|
|
8
|
+
export function AnimateTransform(declaration) { return ReactiveNode.declare(SvgTags.animateTransform, declaration); }
|
|
9
|
+
export function Circle(declaration) { return ReactiveNode.declare(SvgTags.circle, declaration); }
|
|
10
|
+
export function ClipPath(declaration) { return ReactiveNode.declare(SvgTags.clipPath, declaration); }
|
|
11
|
+
export function Defs(declaration) { return ReactiveNode.declare(SvgTags.defs, declaration); }
|
|
12
|
+
export function Desc(declaration) { return ReactiveNode.declare(SvgTags.desc, declaration); }
|
|
13
|
+
export function Ellipse(declaration) { return ReactiveNode.declare(SvgTags.ellipse, declaration); }
|
|
14
|
+
export function FeBlend(declaration) { return ReactiveNode.declare(SvgTags.feBlend, declaration); }
|
|
15
|
+
export function FeColorMatrix(declaration) { return ReactiveNode.declare(SvgTags.feColorMatrix, declaration); }
|
|
16
|
+
export function FeComponentTransfer(declaration) { return ReactiveNode.declare(SvgTags.feComponentTransfer, declaration); }
|
|
17
|
+
export function FeComposite(declaration) { return ReactiveNode.declare(SvgTags.feComposite, declaration); }
|
|
18
|
+
export function FeConvolveMatrix(declaration) { return ReactiveNode.declare(SvgTags.feConvolveMatrix, declaration); }
|
|
19
|
+
export function FeDiffuseLighting(declaration) { return ReactiveNode.declare(SvgTags.feDiffuseLighting, declaration); }
|
|
20
|
+
export function FeDisplacementMap(declaration) { return ReactiveNode.declare(SvgTags.feDisplacementMap, declaration); }
|
|
21
|
+
export function FeDistantLight(declaration) { return ReactiveNode.declare(SvgTags.feDistantLight, declaration); }
|
|
22
|
+
export function FeDropShadow(declaration) { return ReactiveNode.declare(SvgTags.feDropShadow, declaration); }
|
|
23
|
+
export function FeFlood(declaration) { return ReactiveNode.declare(SvgTags.feFlood, declaration); }
|
|
24
|
+
export function FeFuncA(declaration) { return ReactiveNode.declare(SvgTags.feFuncA, declaration); }
|
|
25
|
+
export function FeFuncB(declaration) { return ReactiveNode.declare(SvgTags.feFuncB, declaration); }
|
|
26
|
+
export function FeFuncG(declaration) { return ReactiveNode.declare(SvgTags.feFuncG, declaration); }
|
|
27
|
+
export function FeFuncR(declaration) { return ReactiveNode.declare(SvgTags.feFuncR, declaration); }
|
|
28
|
+
export function FeGaussianBlur(declaration) { return ReactiveNode.declare(SvgTags.feGaussianBlur, declaration); }
|
|
29
|
+
export function FeImage(declaration) { return ReactiveNode.declare(SvgTags.feImage, declaration); }
|
|
30
|
+
export function FeMerge(declaration) { return ReactiveNode.declare(SvgTags.feMerge, declaration); }
|
|
31
|
+
export function FeMergeNode(declaration) { return ReactiveNode.declare(SvgTags.feMergeNode, declaration); }
|
|
32
|
+
export function FeMorphology(declaration) { return ReactiveNode.declare(SvgTags.feMorphology, declaration); }
|
|
33
|
+
export function FeOffset(declaration) { return ReactiveNode.declare(SvgTags.feOffset, declaration); }
|
|
34
|
+
export function FePointLight(declaration) { return ReactiveNode.declare(SvgTags.fePointLight, declaration); }
|
|
35
|
+
export function FeSpecularLighting(declaration) { return ReactiveNode.declare(SvgTags.feSpecularLighting, declaration); }
|
|
36
|
+
export function FeSpotLight(declaration) { return ReactiveNode.declare(SvgTags.feSpotLight, declaration); }
|
|
37
|
+
export function FeTile(declaration) { return ReactiveNode.declare(SvgTags.feTile, declaration); }
|
|
38
|
+
export function FeTurbulence(declaration) { return ReactiveNode.declare(SvgTags.feTurbulence, declaration); }
|
|
39
|
+
export function Filter(declaration) { return ReactiveNode.declare(SvgTags.filter, declaration); }
|
|
40
|
+
export function ForeignObject(declaration) { return ReactiveNode.declare(SvgTags.foreignObject, declaration); }
|
|
41
|
+
export function G(declaration) { return ReactiveNode.declare(SvgTags.g, declaration); }
|
|
42
|
+
export function SvgImage(declaration) { return ReactiveNode.declare(SvgTags.image, declaration); }
|
|
43
|
+
export function SvgLine(declaration) { return ReactiveNode.declare(SvgTags.line, declaration); }
|
|
44
|
+
export function LinearGradient(declaration) { return ReactiveNode.declare(SvgTags.linearGradient, declaration); }
|
|
45
|
+
export function Marker(declaration) { return ReactiveNode.declare(SvgTags.marker, declaration); }
|
|
46
|
+
export function Mask(declaration) { return ReactiveNode.declare(SvgTags.mask, declaration); }
|
|
47
|
+
export function MetaData(declaration) { return ReactiveNode.declare(SvgTags.metadata, declaration); }
|
|
48
|
+
export function MPath(declaration) { return ReactiveNode.declare(SvgTags.mpath, declaration); }
|
|
49
|
+
export function Path(declaration) { return ReactiveNode.declare(SvgTags.path, declaration); }
|
|
50
|
+
export function Pattern(declaration) { return ReactiveNode.declare(SvgTags.pattern, declaration); }
|
|
51
|
+
export function Polygon(declaration) { return ReactiveNode.declare(SvgTags.polygon, declaration); }
|
|
52
|
+
export function PolyLine(declaration) { return ReactiveNode.declare(SvgTags.polyline, declaration); }
|
|
53
|
+
export function RadialGradient(declaration) { return ReactiveNode.declare(SvgTags.radialGradient, declaration); }
|
|
54
|
+
export function Rect(declaration) { return ReactiveNode.declare(SvgTags.rect, declaration); }
|
|
55
|
+
export function Stop(declaration) { return ReactiveNode.declare(SvgTags.stop, declaration); }
|
|
56
|
+
export function SvgSwitch(declaration) { return ReactiveNode.declare(SvgTags.switch, declaration); }
|
|
57
|
+
export function Symbol(declaration) { return ReactiveNode.declare(SvgTags.symbol, declaration); }
|
|
58
|
+
export function Text(declaration) { return ReactiveNode.declare(SvgTags.text, declaration); }
|
|
59
|
+
export function TextPath(declaration) { return ReactiveNode.declare(SvgTags.textPath, declaration); }
|
|
60
|
+
export function TSpan(declaration) { return ReactiveNode.declare(SvgTags.tspan, declaration); }
|
|
61
|
+
export function Use(declaration) { return ReactiveNode.declare(SvgTags.use, declaration); }
|
|
62
|
+
export function View(declaration) { return ReactiveNode.declare(SvgTags.view, declaration); }
|
|
63
|
+
const SvgTags = {
|
|
64
|
+
svg: new SvgDriver("svg", false, el => el.kind = ElKind.native),
|
|
65
|
+
a: new SvgDriver("a", false, el => el.kind = ElKind.native),
|
|
66
|
+
animate: new SvgDriver("animate", false, el => el.kind = ElKind.native),
|
|
67
|
+
animateMotion: new SvgDriver("animateMotion", false, el => el.kind = ElKind.native),
|
|
68
|
+
animateTransform: new SvgDriver("animateTransform", false, el => el.kind = ElKind.native),
|
|
69
|
+
circle: new SvgDriver("circle", false, el => el.kind = ElKind.native),
|
|
70
|
+
clipPath: new SvgDriver("clipPath", false, el => el.kind = ElKind.native),
|
|
71
|
+
defs: new SvgDriver("defs", false, el => el.kind = ElKind.native),
|
|
72
|
+
desc: new SvgDriver("desc", false, el => el.kind = ElKind.native),
|
|
73
|
+
ellipse: new SvgDriver("ellipse", false, el => el.kind = ElKind.native),
|
|
74
|
+
feBlend: new SvgDriver("feBlend", false, el => el.kind = ElKind.native),
|
|
75
|
+
feColorMatrix: new SvgDriver("feColorMatrix", false, el => el.kind = ElKind.native),
|
|
76
|
+
feComponentTransfer: new SvgDriver("feComponentTransfer", false, el => el.kind = ElKind.native),
|
|
77
|
+
feComposite: new SvgDriver("feComposite", false, el => el.kind = ElKind.native),
|
|
78
|
+
feConvolveMatrix: new SvgDriver("feConvolveMatrix", false, el => el.kind = ElKind.native),
|
|
79
|
+
feDiffuseLighting: new SvgDriver("feDiffuseLighting", false, el => el.kind = ElKind.native),
|
|
80
|
+
feDisplacementMap: new SvgDriver("feDisplacementMap", false, el => el.kind = ElKind.native),
|
|
81
|
+
feDistantLight: new SvgDriver("feDistantLight", false, el => el.kind = ElKind.native),
|
|
82
|
+
feDropShadow: new SvgDriver("feDropShadow", false, el => el.kind = ElKind.native),
|
|
83
|
+
feFlood: new SvgDriver("feFlood", false, el => el.kind = ElKind.native),
|
|
84
|
+
feFuncA: new SvgDriver("feFuncA", false, el => el.kind = ElKind.native),
|
|
85
|
+
feFuncB: new SvgDriver("feFuncB", false, el => el.kind = ElKind.native),
|
|
86
|
+
feFuncG: new SvgDriver("feFuncG", false, el => el.kind = ElKind.native),
|
|
87
|
+
feFuncR: new SvgDriver("feFuncR", false, el => el.kind = ElKind.native),
|
|
88
|
+
feGaussianBlur: new SvgDriver("feGaussianBlur", false, el => el.kind = ElKind.native),
|
|
89
|
+
feImage: new SvgDriver("feImage", false, el => el.kind = ElKind.native),
|
|
90
|
+
feMerge: new SvgDriver("feMerge", false, el => el.kind = ElKind.native),
|
|
91
|
+
feMergeNode: new SvgDriver("feMergeNode", false, el => el.kind = ElKind.native),
|
|
92
|
+
feMorphology: new SvgDriver("feMorphology", false, el => el.kind = ElKind.native),
|
|
93
|
+
feOffset: new SvgDriver("feOffset", false, el => el.kind = ElKind.native),
|
|
94
|
+
fePointLight: new SvgDriver("fePointLight", false, el => el.kind = ElKind.native),
|
|
95
|
+
feSpecularLighting: new SvgDriver("feSpecularLighting", false, el => el.kind = ElKind.native),
|
|
96
|
+
feSpotLight: new SvgDriver("feSpotLight", false, el => el.kind = ElKind.native),
|
|
97
|
+
feTile: new SvgDriver("feTile", false, el => el.kind = ElKind.native),
|
|
98
|
+
feTurbulence: new SvgDriver("feTurbulence", false, el => el.kind = ElKind.native),
|
|
99
|
+
filter: new SvgDriver("filter", false, el => el.kind = ElKind.native),
|
|
100
|
+
foreignObject: new SvgDriver("foreignObject", false, el => el.kind = ElKind.native),
|
|
101
|
+
g: new SvgDriver("g", false, el => el.kind = ElKind.native),
|
|
102
|
+
image: new SvgDriver("image", false, el => el.kind = ElKind.native),
|
|
103
|
+
line: new SvgDriver("line", false, el => el.kind = ElKind.native),
|
|
104
|
+
linearGradient: new SvgDriver("linearGradient", false, el => el.kind = ElKind.native),
|
|
105
|
+
marker: new SvgDriver("marker", false, el => el.kind = ElKind.native),
|
|
106
|
+
mask: new SvgDriver("mask", false, el => el.kind = ElKind.native),
|
|
107
|
+
metadata: new SvgDriver("metadata", false, el => el.kind = ElKind.native),
|
|
108
|
+
mpath: new SvgDriver("mpath", false, el => el.kind = ElKind.native),
|
|
109
|
+
path: new SvgDriver("path", false, el => el.kind = ElKind.native),
|
|
110
|
+
pattern: new SvgDriver("pattern", false, el => el.kind = ElKind.native),
|
|
111
|
+
polygon: new SvgDriver("polygon", false, el => el.kind = ElKind.native),
|
|
112
|
+
polyline: new SvgDriver("polyline", false, el => el.kind = ElKind.native),
|
|
113
|
+
radialGradient: new SvgDriver("radialGradient", false, el => el.kind = ElKind.native),
|
|
114
|
+
rect: new SvgDriver("rect", false, el => el.kind = ElKind.native),
|
|
115
|
+
stop: new SvgDriver("stop", false, el => el.kind = ElKind.native),
|
|
116
|
+
switch: new SvgDriver("switch", false, el => el.kind = ElKind.native),
|
|
117
|
+
symbol: new SvgDriver("symbol", false, el => el.kind = ElKind.native),
|
|
118
|
+
text: new SvgDriver("text", false, el => el.kind = ElKind.native),
|
|
119
|
+
textPath: new SvgDriver("textPath", false, el => el.kind = ElKind.native),
|
|
120
|
+
tspan: new SvgDriver("tspan", false, el => el.kind = ElKind.native),
|
|
121
|
+
use: new SvgDriver("use", false, el => el.kind = ElKind.native),
|
|
122
|
+
view: new SvgDriver("view", false, el => el.kind = ElKind.native),
|
|
123
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./SvgElements.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./SvgElements.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "verstak",
|
|
3
|
-
"version": "0.92.
|
|
3
|
+
"version": "0.92.25010",
|
|
4
4
|
"description": "Verstak - Front-End Library",
|
|
5
5
|
"publisher": "Nezaboodka Software",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -9,8 +9,9 @@
|
|
|
9
9
|
"types": "build/dist/source/api.d.ts",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": "./build/dist/source/api.js",
|
|
12
|
+
"./core": "./build/dist/source/core/api.js",
|
|
12
13
|
"./html": "./build/dist/source/html/api.js",
|
|
13
|
-
"./
|
|
14
|
+
"./svg": "./build/dist/source/svg/api.js"
|
|
14
15
|
},
|
|
15
16
|
"files": [
|
|
16
17
|
"build/dist/source/**/*.*"
|