verstak 0.24.309 → 0.24.311
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/archive/RxDomV1.js +5 -5
- package/build/dist/source/html/DraggableArea.view.d.ts +2 -2
- package/build/dist/source/html/DraggableArea.view.js +2 -2
- package/build/dist/source/html/El.d.ts +26 -26
- package/build/dist/source/html/El.js +66 -66
- package/build/dist/source/html/Elements.d.ts +20 -20
- package/build/dist/source/html/Elements.js +12 -12
- package/build/dist/source/html/Handlers.d.ts +7 -0
- package/build/dist/source/html/Handlers.js +15 -0
- package/build/dist/source/html/HtmlDriver.d.ts +11 -11
- package/build/dist/source/html/HtmlDriver.js +8 -8
- package/build/dist/source/html/HtmlElements.d.ts +176 -176
- package/build/dist/source/html/HtmlElements.js +175 -175
- package/build/dist/source/html/Sizes.d.ts +3 -3
- package/build/dist/source/html/Sizes.js +3 -3
- package/build/dist/source/html/SplitViewMath.d.ts +10 -10
- package/build/dist/source/html/SplitViewMath.js +5 -5
- package/package.json +2 -2
|
@@ -1,183 +1,183 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ReactiveNode } from "reactronic";
|
|
2
2
|
import { ElKind } from "./El.js";
|
|
3
3
|
import { StaticDriver, HtmlDriver, SvgDriver } from "./HtmlDriver.js";
|
|
4
4
|
export function Page(scriptOrDeclaration, scriptAsync, key, mode, creation, creationAsync, destruction, triggers, basis) {
|
|
5
5
|
const driver = new StaticDriver(global.document.body, "Page", false, el => el.kind = ElKind.panel);
|
|
6
|
-
return
|
|
6
|
+
return ReactiveNode.declare(driver, scriptOrDeclaration, scriptAsync, key, mode, creation, creationAsync, destruction, triggers, basis);
|
|
7
7
|
}
|
|
8
|
-
export function A(declaration) { return
|
|
9
|
-
export function Abbr(declaration) { return
|
|
10
|
-
export function Address(declaration) { return
|
|
11
|
-
export function Area(declaration) { return
|
|
12
|
-
export function Article(declaration) { return
|
|
13
|
-
export function Aside(declaration) { return
|
|
14
|
-
export function Audio(declaration) { return
|
|
15
|
-
export function B(declaration) { return
|
|
16
|
-
export function Base(declaration) { return
|
|
17
|
-
export function Bdi(declaration) { return
|
|
18
|
-
export function Bdo(declaration) { return
|
|
19
|
-
export function Big(declaration) { return
|
|
20
|
-
export function BlockQuote(declaration) { return
|
|
21
|
-
export function Body(declaration) { return
|
|
22
|
-
export function BR(declaration) { return
|
|
23
|
-
export function Button(declaration) { return
|
|
24
|
-
export function Canvas(declaration) { return
|
|
25
|
-
export function Caption(declaration) { return
|
|
26
|
-
export function Cite(declaration) { return
|
|
27
|
-
export function Code(declaration) { return
|
|
28
|
-
export function Col(declaration) { return
|
|
29
|
-
export function ColGroup(declaration) { return
|
|
30
|
-
export function Data(declaration) { return
|
|
31
|
-
export function DataList(declaration) { return
|
|
32
|
-
export function DD(declaration) { return
|
|
33
|
-
export function Del(declaration) { return
|
|
34
|
-
export function Details(declaration) { return
|
|
35
|
-
export function Dfn(declaration) { return
|
|
36
|
-
export function Div(declaration) { return
|
|
37
|
-
export function DL(declaration) { return
|
|
38
|
-
export function DT(declaration) { return
|
|
39
|
-
export function EM(declaration) { return
|
|
40
|
-
export function Embed(declaration) { return
|
|
41
|
-
export function FieldSet(declaration) { return
|
|
42
|
-
export function FigCaption(declaration) { return
|
|
43
|
-
export function Figure(declaration) { return
|
|
44
|
-
export function Footer(declaration) { return
|
|
45
|
-
export function Form(declaration) { return
|
|
46
|
-
export function H1(declaration) { return
|
|
47
|
-
export function H2(declaration) { return
|
|
48
|
-
export function H3(declaration) { return
|
|
49
|
-
export function H4(declaration) { return
|
|
50
|
-
export function H5(declaration) { return
|
|
51
|
-
export function H6(declaration) { return
|
|
52
|
-
export function Head(declaration) { return
|
|
53
|
-
export function Header(declaration) { return
|
|
54
|
-
export function HGroup(declaration) { return
|
|
55
|
-
export function HR(declaration) { return
|
|
56
|
-
export function Html(declaration) { return
|
|
57
|
-
export function I(declaration) { return
|
|
58
|
-
export function IFrame(declaration) { return
|
|
59
|
-
export function Img(declaration) { return
|
|
60
|
-
export function Input(declaration) { return
|
|
61
|
-
export function Ins(declaration) { return
|
|
62
|
-
export function Kbd(declaration) { return
|
|
63
|
-
export function KeyGen(declaration) { return
|
|
64
|
-
export function Label(declaration) { return
|
|
65
|
-
export function Legend(declaration) { return
|
|
66
|
-
export function LI(declaration) { return
|
|
67
|
-
export function Link(declaration) { return
|
|
68
|
-
export function Main(declaration) { return
|
|
69
|
-
export function Map(declaration) { return
|
|
70
|
-
export function Mark(declaration) { return
|
|
71
|
-
export function Menu(declaration) { return
|
|
72
|
-
export function MenuItem(declaration) { return
|
|
73
|
-
export function Meta(declaration) { return
|
|
74
|
-
export function Meter(declaration) { return
|
|
75
|
-
export function Nav(declaration) { return
|
|
76
|
-
export function NoIndex(declaration) { return
|
|
77
|
-
export function NoScript(declaration) { return
|
|
78
|
-
export function Obj(declaration) { return
|
|
79
|
-
export function OL(declaration) { return
|
|
80
|
-
export function OptGroup(declaration) { return
|
|
81
|
-
export function Option(declaration) { return
|
|
82
|
-
export function Output(declaration) { return
|
|
83
|
-
export function P(declaration) { return
|
|
84
|
-
export function Param(declaration) { return
|
|
85
|
-
export function Picture(declaration) { return
|
|
86
|
-
export function Pre(declaration) { return
|
|
87
|
-
export function Progress(declaration) { return
|
|
88
|
-
export function Q(declaration) { return
|
|
89
|
-
export function RP(declaration) { return
|
|
90
|
-
export function RT(declaration) { return
|
|
91
|
-
export function Ruby(declaration) { return
|
|
92
|
-
export function S(declaration) { return
|
|
93
|
-
export function Samp(declaration) { return
|
|
94
|
-
export function Script(declaration) { return
|
|
95
|
-
export function Sctn(declaration) { return
|
|
96
|
-
export function Select(declaration) { return
|
|
97
|
-
export function Small(declaration) { return
|
|
98
|
-
export function Source(declaration) { return
|
|
99
|
-
export function Span(declaration) { return
|
|
100
|
-
export function Strong(declaration) { return
|
|
101
|
-
export function Style(declaration) { return
|
|
102
|
-
export function Sub(declaration) { return
|
|
103
|
-
export function Summary(declaration) { return
|
|
104
|
-
export function Sup(declaration) { return
|
|
105
|
-
export function Tbl(declaration) { return
|
|
106
|
-
export function Template(declaration) { return
|
|
107
|
-
export function TBody(declaration) { return
|
|
108
|
-
export function TD(declaration) { return
|
|
109
|
-
export function TextArea(declaration) { return
|
|
110
|
-
export function TFoot(declaration) { return
|
|
111
|
-
export function TH(declaration) { return
|
|
112
|
-
export function THead(declaration) { return
|
|
113
|
-
export function Time(declaration) { return
|
|
114
|
-
export function Title(declaration) { return
|
|
115
|
-
export function TR(declaration) { return
|
|
116
|
-
export function Track(declaration) { return
|
|
117
|
-
export function U(declaration) { return
|
|
118
|
-
export function UL(declaration) { return
|
|
119
|
-
export function Var(declaration) { return
|
|
120
|
-
export function Video(declaration) { return
|
|
121
|
-
export function Wbr(declaration) { return
|
|
122
|
-
export function Svg(declaration) { return
|
|
123
|
-
export function SvgA(declaration) { return
|
|
124
|
-
export function Animate(declaration) { return
|
|
125
|
-
export function AnimateMotion(declaration) { return
|
|
126
|
-
export function AnimateTransform(declaration) { return
|
|
127
|
-
export function Circle(declaration) { return
|
|
128
|
-
export function ClipPath(declaration) { return
|
|
129
|
-
export function Defs(declaration) { return
|
|
130
|
-
export function Desc(declaration) { return
|
|
131
|
-
export function Ellipse(declaration) { return
|
|
132
|
-
export function FeBlend(declaration) { return
|
|
133
|
-
export function FeColorMatrix(declaration) { return
|
|
134
|
-
export function FeComponentTransfer(declaration) { return
|
|
135
|
-
export function FeComposite(declaration) { return
|
|
136
|
-
export function FeConvolveMatrix(declaration) { return
|
|
137
|
-
export function FeDiffuseLighting(declaration) { return
|
|
138
|
-
export function FeDisplacementMap(declaration) { return
|
|
139
|
-
export function FeDistantLight(declaration) { return
|
|
140
|
-
export function FeDropShadow(declaration) { return
|
|
141
|
-
export function FeFlood(declaration) { return
|
|
142
|
-
export function FeFuncA(declaration) { return
|
|
143
|
-
export function FeFuncB(declaration) { return
|
|
144
|
-
export function FeFuncG(declaration) { return
|
|
145
|
-
export function FeFuncR(declaration) { return
|
|
146
|
-
export function FeGaussianBlur(declaration) { return
|
|
147
|
-
export function FeImage(declaration) { return
|
|
148
|
-
export function FeMerge(declaration) { return
|
|
149
|
-
export function FeMergeNode(declaration) { return
|
|
150
|
-
export function FeMorphology(declaration) { return
|
|
151
|
-
export function FeOffset(declaration) { return
|
|
152
|
-
export function FePointLight(declaration) { return
|
|
153
|
-
export function FeSpecularLighting(declaration) { return
|
|
154
|
-
export function FeSpotLight(declaration) { return
|
|
155
|
-
export function FeTile(declaration) { return
|
|
156
|
-
export function FeTurbulence(declaration) { return
|
|
157
|
-
export function Filter(declaration) { return
|
|
158
|
-
export function ForeignObject(declaration) { return
|
|
159
|
-
export function G(declaration) { return
|
|
160
|
-
export function SvgImage(declaration) { return
|
|
161
|
-
export function SvgLine(declaration) { return
|
|
162
|
-
export function LinearGradient(declaration) { return
|
|
163
|
-
export function Marker(declaration) { return
|
|
164
|
-
export function Mask(declaration) { return
|
|
165
|
-
export function MetaData(declaration) { return
|
|
166
|
-
export function MPath(declaration) { return
|
|
167
|
-
export function Path(declaration) { return
|
|
168
|
-
export function Pattern(declaration) { return
|
|
169
|
-
export function Polygon(declaration) { return
|
|
170
|
-
export function PolyLine(declaration) { return
|
|
171
|
-
export function RadialGradient(declaration) { return
|
|
172
|
-
export function Rect(declaration) { return
|
|
173
|
-
export function Stop(declaration) { return
|
|
174
|
-
export function SvgSwitch(declaration) { return
|
|
175
|
-
export function Symbol(declaration) { return
|
|
176
|
-
export function Text(declaration) { return
|
|
177
|
-
export function TextPath(declaration) { return
|
|
178
|
-
export function TSpan(declaration) { return
|
|
179
|
-
export function Use(declaration) { return
|
|
180
|
-
export function View(declaration) { return
|
|
8
|
+
export function A(declaration) { return ReactiveNode.declare(HtmlTags.a, declaration); }
|
|
9
|
+
export function Abbr(declaration) { return ReactiveNode.declare(HtmlTags.abbr, declaration); }
|
|
10
|
+
export function Address(declaration) { return ReactiveNode.declare(HtmlTags.address, declaration); }
|
|
11
|
+
export function Area(declaration) { return ReactiveNode.declare(HtmlTags.area, declaration); }
|
|
12
|
+
export function Article(declaration) { return ReactiveNode.declare(HtmlTags.article, declaration); }
|
|
13
|
+
export function Aside(declaration) { return ReactiveNode.declare(HtmlTags.aside, declaration); }
|
|
14
|
+
export function Audio(declaration) { return ReactiveNode.declare(HtmlTags.audio, declaration); }
|
|
15
|
+
export function B(declaration) { return ReactiveNode.declare(HtmlTags.b, declaration); }
|
|
16
|
+
export function Base(declaration) { return ReactiveNode.declare(HtmlTags.base, declaration); }
|
|
17
|
+
export function Bdi(declaration) { return ReactiveNode.declare(HtmlTags.bdi, declaration); }
|
|
18
|
+
export function Bdo(declaration) { return ReactiveNode.declare(HtmlTags.bdo, declaration); }
|
|
19
|
+
export function Big(declaration) { return ReactiveNode.declare(HtmlTags.big, declaration); }
|
|
20
|
+
export function BlockQuote(declaration) { return ReactiveNode.declare(HtmlTags.blockquote, declaration); }
|
|
21
|
+
export function Body(declaration) { return ReactiveNode.declare(HtmlTags.body, declaration); }
|
|
22
|
+
export function BR(declaration) { return ReactiveNode.declare(HtmlTags.br, declaration); }
|
|
23
|
+
export function Button(declaration) { return ReactiveNode.declare(HtmlTags.button, declaration); }
|
|
24
|
+
export function Canvas(declaration) { return ReactiveNode.declare(HtmlTags.canvas, declaration); }
|
|
25
|
+
export function Caption(declaration) { return ReactiveNode.declare(HtmlTags.caption, declaration); }
|
|
26
|
+
export function Cite(declaration) { return ReactiveNode.declare(HtmlTags.cite, declaration); }
|
|
27
|
+
export function Code(declaration) { return ReactiveNode.declare(HtmlTags.code, declaration); }
|
|
28
|
+
export function Col(declaration) { return ReactiveNode.declare(HtmlTags.col, declaration); }
|
|
29
|
+
export function ColGroup(declaration) { return ReactiveNode.declare(HtmlTags.colgroup, declaration); }
|
|
30
|
+
export function Data(declaration) { return ReactiveNode.declare(HtmlTags.data, declaration); }
|
|
31
|
+
export function DataList(declaration) { return ReactiveNode.declare(HtmlTags.datalist, declaration); }
|
|
32
|
+
export function DD(declaration) { return ReactiveNode.declare(HtmlTags.dd, declaration); }
|
|
33
|
+
export function Del(declaration) { return ReactiveNode.declare(HtmlTags.del, declaration); }
|
|
34
|
+
export function Details(declaration) { return ReactiveNode.declare(HtmlTags.details, declaration); }
|
|
35
|
+
export function Dfn(declaration) { return ReactiveNode.declare(HtmlTags.dfn, declaration); }
|
|
36
|
+
export function Div(declaration) { return ReactiveNode.declare(HtmlTags.div, declaration); }
|
|
37
|
+
export function DL(declaration) { return ReactiveNode.declare(HtmlTags.dl, declaration); }
|
|
38
|
+
export function DT(declaration) { return ReactiveNode.declare(HtmlTags.dt, declaration); }
|
|
39
|
+
export function EM(declaration) { return ReactiveNode.declare(HtmlTags.em, declaration); }
|
|
40
|
+
export function Embed(declaration) { return ReactiveNode.declare(HtmlTags.embed, declaration); }
|
|
41
|
+
export function FieldSet(declaration) { return ReactiveNode.declare(HtmlTags.fieldset, declaration); }
|
|
42
|
+
export function FigCaption(declaration) { return ReactiveNode.declare(HtmlTags.figcaption, declaration); }
|
|
43
|
+
export function Figure(declaration) { return ReactiveNode.declare(HtmlTags.figure, declaration); }
|
|
44
|
+
export function Footer(declaration) { return ReactiveNode.declare(HtmlTags.footer, declaration); }
|
|
45
|
+
export function Form(declaration) { return ReactiveNode.declare(HtmlTags.form, declaration); }
|
|
46
|
+
export function H1(declaration) { return ReactiveNode.declare(HtmlTags.h1, declaration); }
|
|
47
|
+
export function H2(declaration) { return ReactiveNode.declare(HtmlTags.h2, declaration); }
|
|
48
|
+
export function H3(declaration) { return ReactiveNode.declare(HtmlTags.h3, declaration); }
|
|
49
|
+
export function H4(declaration) { return ReactiveNode.declare(HtmlTags.h4, declaration); }
|
|
50
|
+
export function H5(declaration) { return ReactiveNode.declare(HtmlTags.h5, declaration); }
|
|
51
|
+
export function H6(declaration) { return ReactiveNode.declare(HtmlTags.h6, declaration); }
|
|
52
|
+
export function Head(declaration) { return ReactiveNode.declare(HtmlTags.head, declaration); }
|
|
53
|
+
export function Header(declaration) { return ReactiveNode.declare(HtmlTags.header, declaration); }
|
|
54
|
+
export function HGroup(declaration) { return ReactiveNode.declare(HtmlTags.hgroup, declaration); }
|
|
55
|
+
export function HR(declaration) { return ReactiveNode.declare(HtmlTags.hr, declaration); }
|
|
56
|
+
export function Html(declaration) { return ReactiveNode.declare(HtmlTags.html, declaration); }
|
|
57
|
+
export function I(declaration) { return ReactiveNode.declare(HtmlTags.i, declaration); }
|
|
58
|
+
export function IFrame(declaration) { return ReactiveNode.declare(HtmlTags.iframe, declaration); }
|
|
59
|
+
export function Img(declaration) { return ReactiveNode.declare(HtmlTags.img, declaration); }
|
|
60
|
+
export function Input(declaration) { return ReactiveNode.declare(HtmlTags.input, declaration); }
|
|
61
|
+
export function Ins(declaration) { return ReactiveNode.declare(HtmlTags.ins, declaration); }
|
|
62
|
+
export function Kbd(declaration) { return ReactiveNode.declare(HtmlTags.kbd, declaration); }
|
|
63
|
+
export function KeyGen(declaration) { return ReactiveNode.declare(HtmlTags.keygen, declaration); }
|
|
64
|
+
export function Label(declaration) { return ReactiveNode.declare(HtmlTags.label, declaration); }
|
|
65
|
+
export function Legend(declaration) { return ReactiveNode.declare(HtmlTags.legend, declaration); }
|
|
66
|
+
export function LI(declaration) { return ReactiveNode.declare(HtmlTags.li, declaration); }
|
|
67
|
+
export function Link(declaration) { return ReactiveNode.declare(HtmlTags.link, declaration); }
|
|
68
|
+
export function Main(declaration) { return ReactiveNode.declare(HtmlTags.main, declaration); }
|
|
69
|
+
export function Map(declaration) { return ReactiveNode.declare(HtmlTags.map, declaration); }
|
|
70
|
+
export function Mark(declaration) { return ReactiveNode.declare(HtmlTags.mark, declaration); }
|
|
71
|
+
export function Menu(declaration) { return ReactiveNode.declare(HtmlTags.menu, declaration); }
|
|
72
|
+
export function MenuItem(declaration) { return ReactiveNode.declare(HtmlTags.menuitem, declaration); }
|
|
73
|
+
export function Meta(declaration) { return ReactiveNode.declare(HtmlTags.meta, declaration); }
|
|
74
|
+
export function Meter(declaration) { return ReactiveNode.declare(HtmlTags.meter, declaration); }
|
|
75
|
+
export function Nav(declaration) { return ReactiveNode.declare(HtmlTags.nav, declaration); }
|
|
76
|
+
export function NoIndex(declaration) { return ReactiveNode.declare(HtmlTags.noindex, declaration); }
|
|
77
|
+
export function NoScript(declaration) { return ReactiveNode.declare(HtmlTags.noscript, declaration); }
|
|
78
|
+
export function Obj(declaration) { return ReactiveNode.declare(HtmlTags.object, declaration); }
|
|
79
|
+
export function OL(declaration) { return ReactiveNode.declare(HtmlTags.ol, declaration); }
|
|
80
|
+
export function OptGroup(declaration) { return ReactiveNode.declare(HtmlTags.optgroup, declaration); }
|
|
81
|
+
export function Option(declaration) { return ReactiveNode.declare(HtmlTags.option, declaration); }
|
|
82
|
+
export function Output(declaration) { return ReactiveNode.declare(HtmlTags.output, declaration); }
|
|
83
|
+
export function P(declaration) { return ReactiveNode.declare(HtmlTags.p, declaration); }
|
|
84
|
+
export function Param(declaration) { return ReactiveNode.declare(HtmlTags.param, declaration); }
|
|
85
|
+
export function Picture(declaration) { return ReactiveNode.declare(HtmlTags.picture, declaration); }
|
|
86
|
+
export function Pre(declaration) { return ReactiveNode.declare(HtmlTags.pre, declaration); }
|
|
87
|
+
export function Progress(declaration) { return ReactiveNode.declare(HtmlTags.progress, declaration); }
|
|
88
|
+
export function Q(declaration) { return ReactiveNode.declare(HtmlTags.q, declaration); }
|
|
89
|
+
export function RP(declaration) { return ReactiveNode.declare(HtmlTags.rp, declaration); }
|
|
90
|
+
export function RT(declaration) { return ReactiveNode.declare(HtmlTags.rt, declaration); }
|
|
91
|
+
export function Ruby(declaration) { return ReactiveNode.declare(HtmlTags.ruby, declaration); }
|
|
92
|
+
export function S(declaration) { return ReactiveNode.declare(HtmlTags.s, declaration); }
|
|
93
|
+
export function Samp(declaration) { return ReactiveNode.declare(HtmlTags.samp, declaration); }
|
|
94
|
+
export function Script(declaration) { return ReactiveNode.declare(HtmlTags.script, declaration); }
|
|
95
|
+
export function Sctn(declaration) { return ReactiveNode.declare(HtmlTags.section, declaration); }
|
|
96
|
+
export function Select(declaration) { return ReactiveNode.declare(HtmlTags.select, declaration); }
|
|
97
|
+
export function Small(declaration) { return ReactiveNode.declare(HtmlTags.small, declaration); }
|
|
98
|
+
export function Source(declaration) { return ReactiveNode.declare(HtmlTags.source, declaration); }
|
|
99
|
+
export function Span(declaration) { return ReactiveNode.declare(HtmlTags.span, declaration); }
|
|
100
|
+
export function Strong(declaration) { return ReactiveNode.declare(HtmlTags.strong, declaration); }
|
|
101
|
+
export function Style(declaration) { return ReactiveNode.declare(HtmlTags.style, declaration); }
|
|
102
|
+
export function Sub(declaration) { return ReactiveNode.declare(HtmlTags.sub, declaration); }
|
|
103
|
+
export function Summary(declaration) { return ReactiveNode.declare(HtmlTags.summary, declaration); }
|
|
104
|
+
export function Sup(declaration) { return ReactiveNode.declare(HtmlTags.sup, declaration); }
|
|
105
|
+
export function Tbl(declaration) { return ReactiveNode.declare(HtmlTags.table, declaration); }
|
|
106
|
+
export function Template(declaration) { return ReactiveNode.declare(HtmlTags.template, declaration); }
|
|
107
|
+
export function TBody(declaration) { return ReactiveNode.declare(HtmlTags.tbody, declaration); }
|
|
108
|
+
export function TD(declaration) { return ReactiveNode.declare(HtmlTags.td, declaration); }
|
|
109
|
+
export function TextArea(declaration) { return ReactiveNode.declare(HtmlTags.textarea, declaration); }
|
|
110
|
+
export function TFoot(declaration) { return ReactiveNode.declare(HtmlTags.tfoot, declaration); }
|
|
111
|
+
export function TH(declaration) { return ReactiveNode.declare(HtmlTags.th, declaration); }
|
|
112
|
+
export function THead(declaration) { return ReactiveNode.declare(HtmlTags.thead, declaration); }
|
|
113
|
+
export function Time(declaration) { return ReactiveNode.declare(HtmlTags.time, declaration); }
|
|
114
|
+
export function Title(declaration) { return ReactiveNode.declare(HtmlTags.title, declaration); }
|
|
115
|
+
export function TR(declaration) { return ReactiveNode.declare(HtmlTags.tr, declaration); }
|
|
116
|
+
export function Track(declaration) { return ReactiveNode.declare(HtmlTags.track, declaration); }
|
|
117
|
+
export function U(declaration) { return ReactiveNode.declare(HtmlTags.u, declaration); }
|
|
118
|
+
export function UL(declaration) { return ReactiveNode.declare(HtmlTags.ul, declaration); }
|
|
119
|
+
export function Var(declaration) { return ReactiveNode.declare(HtmlTags.var, declaration); }
|
|
120
|
+
export function Video(declaration) { return ReactiveNode.declare(HtmlTags.video, declaration); }
|
|
121
|
+
export function Wbr(declaration) { return ReactiveNode.declare(HtmlTags.wbr, declaration); }
|
|
122
|
+
export function Svg(declaration) { return ReactiveNode.declare(SvgTags.svg, declaration); }
|
|
123
|
+
export function SvgA(declaration) { return ReactiveNode.declare(SvgTags.a, declaration); }
|
|
124
|
+
export function Animate(declaration) { return ReactiveNode.declare(SvgTags.animate, declaration); }
|
|
125
|
+
export function AnimateMotion(declaration) { return ReactiveNode.declare(SvgTags.animateMotion, declaration); }
|
|
126
|
+
export function AnimateTransform(declaration) { return ReactiveNode.declare(SvgTags.animateTransform, declaration); }
|
|
127
|
+
export function Circle(declaration) { return ReactiveNode.declare(SvgTags.circle, declaration); }
|
|
128
|
+
export function ClipPath(declaration) { return ReactiveNode.declare(SvgTags.clipPath, declaration); }
|
|
129
|
+
export function Defs(declaration) { return ReactiveNode.declare(SvgTags.defs, declaration); }
|
|
130
|
+
export function Desc(declaration) { return ReactiveNode.declare(SvgTags.desc, declaration); }
|
|
131
|
+
export function Ellipse(declaration) { return ReactiveNode.declare(SvgTags.ellipse, declaration); }
|
|
132
|
+
export function FeBlend(declaration) { return ReactiveNode.declare(SvgTags.feBlend, declaration); }
|
|
133
|
+
export function FeColorMatrix(declaration) { return ReactiveNode.declare(SvgTags.feColorMatrix, declaration); }
|
|
134
|
+
export function FeComponentTransfer(declaration) { return ReactiveNode.declare(SvgTags.feComponentTransfer, declaration); }
|
|
135
|
+
export function FeComposite(declaration) { return ReactiveNode.declare(SvgTags.feComposite, declaration); }
|
|
136
|
+
export function FeConvolveMatrix(declaration) { return ReactiveNode.declare(SvgTags.feConvolveMatrix, declaration); }
|
|
137
|
+
export function FeDiffuseLighting(declaration) { return ReactiveNode.declare(SvgTags.feDiffuseLighting, declaration); }
|
|
138
|
+
export function FeDisplacementMap(declaration) { return ReactiveNode.declare(SvgTags.feDisplacementMap, declaration); }
|
|
139
|
+
export function FeDistantLight(declaration) { return ReactiveNode.declare(SvgTags.feDistantLight, declaration); }
|
|
140
|
+
export function FeDropShadow(declaration) { return ReactiveNode.declare(SvgTags.feDropShadow, declaration); }
|
|
141
|
+
export function FeFlood(declaration) { return ReactiveNode.declare(SvgTags.feFlood, declaration); }
|
|
142
|
+
export function FeFuncA(declaration) { return ReactiveNode.declare(SvgTags.feFuncA, declaration); }
|
|
143
|
+
export function FeFuncB(declaration) { return ReactiveNode.declare(SvgTags.feFuncB, declaration); }
|
|
144
|
+
export function FeFuncG(declaration) { return ReactiveNode.declare(SvgTags.feFuncG, declaration); }
|
|
145
|
+
export function FeFuncR(declaration) { return ReactiveNode.declare(SvgTags.feFuncR, declaration); }
|
|
146
|
+
export function FeGaussianBlur(declaration) { return ReactiveNode.declare(SvgTags.feGaussianBlur, declaration); }
|
|
147
|
+
export function FeImage(declaration) { return ReactiveNode.declare(SvgTags.feImage, declaration); }
|
|
148
|
+
export function FeMerge(declaration) { return ReactiveNode.declare(SvgTags.feMerge, declaration); }
|
|
149
|
+
export function FeMergeNode(declaration) { return ReactiveNode.declare(SvgTags.feMergeNode, declaration); }
|
|
150
|
+
export function FeMorphology(declaration) { return ReactiveNode.declare(SvgTags.feMorphology, declaration); }
|
|
151
|
+
export function FeOffset(declaration) { return ReactiveNode.declare(SvgTags.feOffset, declaration); }
|
|
152
|
+
export function FePointLight(declaration) { return ReactiveNode.declare(SvgTags.fePointLight, declaration); }
|
|
153
|
+
export function FeSpecularLighting(declaration) { return ReactiveNode.declare(SvgTags.feSpecularLighting, declaration); }
|
|
154
|
+
export function FeSpotLight(declaration) { return ReactiveNode.declare(SvgTags.feSpotLight, declaration); }
|
|
155
|
+
export function FeTile(declaration) { return ReactiveNode.declare(SvgTags.feTile, declaration); }
|
|
156
|
+
export function FeTurbulence(declaration) { return ReactiveNode.declare(SvgTags.feTurbulence, declaration); }
|
|
157
|
+
export function Filter(declaration) { return ReactiveNode.declare(SvgTags.filter, declaration); }
|
|
158
|
+
export function ForeignObject(declaration) { return ReactiveNode.declare(SvgTags.foreignObject, declaration); }
|
|
159
|
+
export function G(declaration) { return ReactiveNode.declare(SvgTags.g, declaration); }
|
|
160
|
+
export function SvgImage(declaration) { return ReactiveNode.declare(SvgTags.image, declaration); }
|
|
161
|
+
export function SvgLine(declaration) { return ReactiveNode.declare(SvgTags.line, declaration); }
|
|
162
|
+
export function LinearGradient(declaration) { return ReactiveNode.declare(SvgTags.linearGradient, declaration); }
|
|
163
|
+
export function Marker(declaration) { return ReactiveNode.declare(SvgTags.marker, declaration); }
|
|
164
|
+
export function Mask(declaration) { return ReactiveNode.declare(SvgTags.mask, declaration); }
|
|
165
|
+
export function MetaData(declaration) { return ReactiveNode.declare(SvgTags.metadata, declaration); }
|
|
166
|
+
export function MPath(declaration) { return ReactiveNode.declare(SvgTags.mpath, declaration); }
|
|
167
|
+
export function Path(declaration) { return ReactiveNode.declare(SvgTags.path, declaration); }
|
|
168
|
+
export function Pattern(declaration) { return ReactiveNode.declare(SvgTags.pattern, declaration); }
|
|
169
|
+
export function Polygon(declaration) { return ReactiveNode.declare(SvgTags.polygon, declaration); }
|
|
170
|
+
export function PolyLine(declaration) { return ReactiveNode.declare(SvgTags.polyline, declaration); }
|
|
171
|
+
export function RadialGradient(declaration) { return ReactiveNode.declare(SvgTags.radialGradient, declaration); }
|
|
172
|
+
export function Rect(declaration) { return ReactiveNode.declare(SvgTags.rect, declaration); }
|
|
173
|
+
export function Stop(declaration) { return ReactiveNode.declare(SvgTags.stop, declaration); }
|
|
174
|
+
export function SvgSwitch(declaration) { return ReactiveNode.declare(SvgTags.switch, declaration); }
|
|
175
|
+
export function Symbol(declaration) { return ReactiveNode.declare(SvgTags.symbol, declaration); }
|
|
176
|
+
export function Text(declaration) { return ReactiveNode.declare(SvgTags.text, declaration); }
|
|
177
|
+
export function TextPath(declaration) { return ReactiveNode.declare(SvgTags.textPath, declaration); }
|
|
178
|
+
export function TSpan(declaration) { return ReactiveNode.declare(SvgTags.tspan, declaration); }
|
|
179
|
+
export function Use(declaration) { return ReactiveNode.declare(SvgTags.use, declaration); }
|
|
180
|
+
export function View(declaration) { return ReactiveNode.declare(SvgTags.view, declaration); }
|
|
181
181
|
const HtmlTags = {
|
|
182
182
|
a: new HtmlDriver("a", false, el => el.kind = ElKind.native),
|
|
183
183
|
abbr: new HtmlDriver("abbr", false, el => el.kind = ElKind.native),
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ReactiveNodeVariable } from "reactronic";
|
|
2
2
|
export declare enum Axis {
|
|
3
3
|
X = 0,
|
|
4
4
|
Y = 1
|
|
@@ -13,11 +13,11 @@ export declare class Dimension<T = NoUnit> {
|
|
|
13
13
|
equalsTo(another: Dimension<T>): boolean;
|
|
14
14
|
static parse<T>(text: string): Dimension<T>;
|
|
15
15
|
static emit<T>(value: Dimension<T>): string;
|
|
16
|
-
static readonly gFontSizePx:
|
|
16
|
+
static readonly gFontSizePx: ReactiveNodeVariable<number>;
|
|
17
17
|
private static readonly gLineSizePx;
|
|
18
18
|
static get lineSizePx(): number;
|
|
19
19
|
static set lineSizePx(value: number);
|
|
20
|
-
static getLineSizePx():
|
|
20
|
+
static getLineSizePx(): ReactiveNodeVariable<number>;
|
|
21
21
|
}
|
|
22
22
|
export declare function dim<T = NoUnit>(num: number, unit?: T): Dimension<T>;
|
|
23
23
|
export type SizeConverterOptions = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ReactiveNodeVariable } from "reactronic";
|
|
2
2
|
export var Axis;
|
|
3
3
|
(function (Axis) {
|
|
4
4
|
Axis[Axis["X"] = 0] = "X";
|
|
@@ -36,8 +36,8 @@ export class Dimension {
|
|
|
36
36
|
return Dimension.gLineSizePx;
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
|
-
Dimension.gFontSizePx = new
|
|
40
|
-
Dimension.gLineSizePx = new
|
|
39
|
+
Dimension.gFontSizePx = new ReactiveNodeVariable();
|
|
40
|
+
Dimension.gLineSizePx = new ReactiveNodeVariable();
|
|
41
41
|
export function dim(num, unit) {
|
|
42
42
|
return new Dimension(num, unit);
|
|
43
43
|
}
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { MergeList,
|
|
1
|
+
import { MergeList, ReactiveNode } from "reactronic";
|
|
2
2
|
import { ElImpl } from "./El.js";
|
|
3
3
|
export declare function equal(a: number, b: number): boolean;
|
|
4
4
|
export declare function less(a: number, b: number): boolean;
|
|
5
5
|
export declare function greater(a: number, b: number): boolean;
|
|
6
|
-
export declare function relayoutUsingSplitter(splitViewNode:
|
|
7
|
-
node:
|
|
6
|
+
export declare function relayoutUsingSplitter(splitViewNode: ReactiveNode<ElImpl>, deltaPx: number, index: number, initialSizesPx: Array<{
|
|
7
|
+
node: ReactiveNode<ElImpl>;
|
|
8
8
|
sizePx: number;
|
|
9
9
|
}>, priorities?: ReadonlyArray<number>): void;
|
|
10
|
-
export declare function relayout(splitViewNode:
|
|
11
|
-
node:
|
|
10
|
+
export declare function relayout(splitViewNode: ReactiveNode<ElImpl>, priorities: ReadonlyArray<number>, manuallyResizablePriorities: ReadonlyArray<number>, sizesPx: Array<{
|
|
11
|
+
node: ReactiveNode<ElImpl>;
|
|
12
12
|
sizePx: number;
|
|
13
13
|
}>): void;
|
|
14
|
-
export declare function resizeUsingDelta(splitViewNode:
|
|
15
|
-
node:
|
|
14
|
+
export declare function resizeUsingDelta(splitViewNode: ReactiveNode<ElImpl>, deltaPx: number, index: number, priorities: ReadonlyArray<number>, sizesPx: Array<{
|
|
15
|
+
node: ReactiveNode<ElImpl>;
|
|
16
16
|
sizePx: number;
|
|
17
17
|
}>, force?: boolean): number;
|
|
18
|
-
export declare function layout(splitViewNode:
|
|
18
|
+
export declare function layout(splitViewNode: ReactiveNode<ElImpl>): void;
|
|
19
19
|
export declare function getPrioritiesForSplitter(index: number, size: number): ReadonlyArray<number>;
|
|
20
|
-
export declare function getPrioritiesForSizeChanging(isHorizontal: boolean, children: MergeList<
|
|
20
|
+
export declare function getPrioritiesForSizeChanging(isHorizontal: boolean, children: MergeList<ReactiveNode>, indexes: Array<number>): {
|
|
21
21
|
resizable: ReadonlyArray<number>;
|
|
22
22
|
manuallyResizable: ReadonlyArray<number>;
|
|
23
23
|
};
|
|
24
|
-
export declare function getPrioritiesForEmptySpaceDistribution(isHorizontal: boolean, children: MergeList<
|
|
24
|
+
export declare function getPrioritiesForEmptySpaceDistribution(isHorizontal: boolean, children: MergeList<ReactiveNode>): {
|
|
25
25
|
resizable: ReadonlyArray<number>;
|
|
26
26
|
manuallyResizable: ReadonlyArray<number>;
|
|
27
27
|
};
|
|
@@ -189,7 +189,7 @@ export function getPrioritiesForSizeChanging(isHorizontal, children, indexes) {
|
|
|
189
189
|
const items = Array.from(children.items()).filter(x => isSplitViewPartition(x.instance.driver));
|
|
190
190
|
for (let i = items.length - 1; i >= 0; i--) {
|
|
191
191
|
const el = items[i].instance.element;
|
|
192
|
-
const strength = (_a = (isHorizontal ? el.
|
|
192
|
+
const strength = (_a = (isHorizontal ? el.stretchingStrengthHorizontally : el.stretchingStrengthVertically)) !== null && _a !== void 0 ? _a : 1;
|
|
193
193
|
if (!indexes.includes(i)) {
|
|
194
194
|
if (strength > 0)
|
|
195
195
|
resizable.push(1 << i);
|
|
@@ -201,7 +201,7 @@ export function getPrioritiesForSizeChanging(isHorizontal, children, indexes) {
|
|
|
201
201
|
let mr = 0;
|
|
202
202
|
for (const i of indexes) {
|
|
203
203
|
const el = items[i].instance.element;
|
|
204
|
-
const strength = (_b = (isHorizontal ? el.
|
|
204
|
+
const strength = (_b = (isHorizontal ? el.stretchingStrengthHorizontally : el.stretchingStrengthVertically)) !== null && _b !== void 0 ? _b : 1;
|
|
205
205
|
if (strength > 0)
|
|
206
206
|
r |= 1 << i;
|
|
207
207
|
else
|
|
@@ -221,7 +221,7 @@ export function getPrioritiesForEmptySpaceDistribution(isHorizontal, children) {
|
|
|
221
221
|
for (const child of children.items()) {
|
|
222
222
|
if (isSplitViewPartition(child.instance.driver)) {
|
|
223
223
|
const el = child.instance.element;
|
|
224
|
-
const strength = (_a = (isHorizontal ? el.
|
|
224
|
+
const strength = (_a = (isHorizontal ? el.stretchingStrengthHorizontally : el.stretchingStrengthVertically)) !== null && _a !== void 0 ? _a : 1;
|
|
225
225
|
if (strength > 0)
|
|
226
226
|
r |= 1 << i;
|
|
227
227
|
else
|
|
@@ -235,7 +235,7 @@ function getFractionCount(isHorizontal, children, vector, index, force = false)
|
|
|
235
235
|
var _a;
|
|
236
236
|
let result = 0;
|
|
237
237
|
for (const i of indexes(vector, index)) {
|
|
238
|
-
const growth = (_a = (isHorizontal ? children[i].element.
|
|
238
|
+
const growth = (_a = (isHorizontal ? children[i].element.stretchingStrengthHorizontally : children[i].element.stretchingStrengthVertically)) !== null && _a !== void 0 ? _a : 1;
|
|
239
239
|
result += growth > 0 ? growth : (force ? 1 : 0);
|
|
240
240
|
}
|
|
241
241
|
return result;
|
|
@@ -280,7 +280,7 @@ function distribute(sign, deltaPx, index, priorities, sizesPx, isHorizontal, for
|
|
|
280
280
|
for (const i of indexes(vector, sign * index)) {
|
|
281
281
|
const child = sizesPx[i].node;
|
|
282
282
|
const initialSizePx = sizesPx[i].sizePx;
|
|
283
|
-
const strength = isHorizontal ? ((_a = child.element.
|
|
283
|
+
const strength = isHorizontal ? ((_a = child.element.stretchingStrengthHorizontally) !== null && _a !== void 0 ? _a : 1) : ((_b = child.element.stretchingStrengthVertically) !== null && _b !== void 0 ? _b : 1);
|
|
284
284
|
const growth = strength > 0 ? strength : (force ? 1 : 0);
|
|
285
285
|
const newSizePx = initialSizePx + sign * (growth * fractionSizePx);
|
|
286
286
|
const size = isHorizontal ? sizesPx[i].node.element.widthPx : sizesPx[i].node.element.heightPx;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "verstak",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.311",
|
|
4
4
|
"description": "Verstak - Front-End Library",
|
|
5
5
|
"publisher": "Nezaboodka Software",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
},
|
|
32
32
|
"homepage": "https://github.com/nezaboodka/verstak/blob/master/README.md#readme",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"reactronic": "^0.24.
|
|
34
|
+
"reactronic": "^0.24.309"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/node": "20.11.17",
|