@tachui/core 0.8.0-alpha → 0.8.5-alpha
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/README.md +58 -2
- package/dist/assets/AssetCollection.d.ts.map +1 -1
- package/dist/assets/ColorAsset.d.ts.map +1 -1
- package/dist/assets/index.d.ts +1 -0
- package/dist/assets/index.d.ts.map +1 -1
- package/dist/assets/index.js +486 -0
- package/dist/assets/types.d.ts +8 -68
- package/dist/assets/types.d.ts.map +1 -1
- package/dist/binding-CYpEQquE.js +308 -0
- package/dist/build-plugins/index.d.ts +3 -0
- package/dist/build-plugins/index.d.ts.map +1 -0
- package/dist/build-plugins/modifier-types.d.ts +12 -0
- package/dist/build-plugins/modifier-types.d.ts.map +1 -0
- package/dist/build-tools/typegen-runner.d.ts +29 -0
- package/dist/build-tools/typegen-runner.d.ts.map +1 -0
- package/dist/bundles/assets.d.ts +19 -0
- package/dist/bundles/assets.d.ts.map +1 -0
- package/dist/bundles/context.d.ts +22 -0
- package/dist/bundles/context.d.ts.map +1 -0
- package/dist/bundles/minimal.d.ts +8 -2
- package/dist/bundles/minimal.d.ts.map +1 -1
- package/dist/common.js +427 -393
- package/dist/compiler/codegen.d.ts.map +1 -1
- package/dist/compiler/index.js +6 -1393
- package/dist/compiler/parser.d.ts +1 -1
- package/dist/compiler/parser.d.ts.map +1 -1
- package/dist/compiler/plugin.d.ts.map +1 -1
- package/dist/compiler/types.d.ts +28 -0
- package/dist/compiler/types.d.ts.map +1 -1
- package/dist/{component-XAzF1xqs.js → component-CECyfUOE.js} +80 -68
- package/dist/{component-base-x2XmHFjy.js → component-base-CJ__jTlr.js} +9 -7
- package/dist/component-context-B6qX_Qsg.js +176 -0
- package/dist/components/factory.d.ts +24 -0
- package/dist/components/factory.d.ts.map +1 -0
- package/dist/components/index.d.ts +3 -2
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +8 -6
- package/dist/components/wrapper.d.ts +70 -30
- package/dist/components/wrapper.d.ts.map +1 -1
- package/dist/concatenated-component-_tF1eMvy.js +2288 -0
- package/dist/concatenation/concatenated-component.d.ts +16 -2
- package/dist/concatenation/concatenated-component.d.ts.map +1 -1
- package/dist/concatenation/text-optimizer.d.ts.map +1 -1
- package/dist/config.d.ts +7 -0
- package/dist/config.d.ts.map +1 -0
- package/dist/constants/layout.d.ts +2 -9
- package/dist/constants/layout.d.ts.map +1 -1
- package/dist/css-classes/index.js +15 -173
- package/dist/{effect-B9Knft0b.js → effect-DGmdACI2.js} +3 -3
- package/dist/enhanced-renderer-Bwqsh8Ku.js +172 -0
- package/dist/essential.js +425 -391
- package/dist/{index-DIvMCJQO.js → factories-Co2Lv2kJ.js} +13 -13
- package/dist/factory-D7jAY5Kn.js +485 -0
- package/dist/gradients/css-generator.js +99 -0
- package/dist/gradients/index.js +56 -0
- package/dist/gradients/reactive.d.ts.map +1 -1
- package/dist/gradients/types.d.ts +3 -91
- package/dist/gradients/types.d.ts.map +1 -1
- package/dist/hooks-DeLasj54.js +446 -0
- package/dist/index-JQ1sW1SK.js +2049 -0
- package/dist/index-X8MVY78C.js +618 -0
- package/dist/index.d.ts +8 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +426 -392
- package/dist/minimal-prod.js +94 -93
- package/dist/minimal.js +126 -106
- package/dist/modifiers/alignment.d.ts +5 -0
- package/dist/modifiers/alignment.d.ts.map +1 -0
- package/dist/modifiers/base.d.ts +6 -7
- package/dist/modifiers/base.d.ts.map +1 -1
- package/dist/modifiers/base.js +24 -16
- package/dist/modifiers/builder.d.ts +28 -165
- package/dist/modifiers/builder.d.ts.map +1 -1
- package/dist/modifiers/builder.js +7 -7
- package/dist/modifiers/core.d.ts +0 -1
- package/dist/modifiers/core.d.ts.map +1 -1
- package/dist/modifiers/corner-radius.d.ts +8 -0
- package/dist/modifiers/corner-radius.d.ts.map +1 -0
- package/dist/modifiers/index.d.ts +9 -6
- package/dist/modifiers/index.d.ts.map +1 -1
- package/dist/modifiers/index.js +36 -30
- package/dist/modifiers/layout-priority.d.ts +8 -0
- package/dist/modifiers/layout-priority.d.ts.map +1 -0
- package/dist/modifiers/opacity.d.ts +8 -0
- package/dist/modifiers/opacity.d.ts.map +1 -0
- package/dist/modifiers/presets.d.ts.map +1 -1
- package/dist/modifiers/proxy.d.ts +4 -0
- package/dist/modifiers/proxy.d.ts.map +1 -0
- package/dist/modifiers/registration-utils.d.ts +7 -0
- package/dist/modifiers/registration-utils.d.ts.map +1 -0
- package/dist/modifiers/registry.d.ts +18 -9
- package/dist/modifiers/registry.d.ts.map +1 -1
- package/dist/modifiers/registry.js +2 -2
- package/dist/modifiers/type-generator.d.ts +82 -0
- package/dist/modifiers/type-generator.d.ts.map +1 -0
- package/dist/modifiers/types.d.ts +2 -479
- package/dist/modifiers/types.d.ts.map +1 -1
- package/dist/modifiers/types.js +1 -4
- package/dist/observed-object-DepiqSgg.js +269 -0
- package/dist/optimization-CbKNA9w4.js +21 -0
- package/dist/plugin-BCAdZXKq.js +1680 -0
- package/dist/plugins/index.js +28 -8
- package/dist/plugins/simplified-lazy-loader.d.ts.map +1 -1
- package/dist/presets-B9x94uRn.js +381 -0
- package/dist/proxy-Cqmbiyx0.js +175 -0
- package/dist/reactive/cleanup.d.ts.map +1 -1
- package/dist/reactive/computed.d.ts +1 -1
- package/dist/reactive/computed.d.ts.map +1 -1
- package/dist/reactive/context.d.ts +4 -3
- package/dist/reactive/context.d.ts.map +1 -1
- package/dist/reactive/index.d.ts +1 -0
- package/dist/reactive/index.d.ts.map +1 -1
- package/dist/reactive/index.js +84 -490
- package/dist/reactive/signal-list.d.ts +100 -0
- package/dist/reactive/signal-list.d.ts.map +1 -0
- package/dist/reactive/signal.d.ts.map +1 -1
- package/dist/reactive/types.d.ts +2 -89
- package/dist/reactive/types.d.ts.map +1 -1
- package/dist/reactive/types.js +1 -4
- package/dist/registration-utils-CNsN4eoU.js +27 -0
- package/dist/runtime/component.d.ts.map +1 -1
- package/dist/runtime/concatenation-aria.d.ts +24 -0
- package/dist/runtime/concatenation-aria.d.ts.map +1 -0
- package/dist/runtime/concatenation-aria.js +58 -0
- package/dist/runtime/concatenation-full.d.ts +30 -0
- package/dist/runtime/concatenation-full.d.ts.map +1 -0
- package/dist/runtime/concatenation-full.js +85 -0
- package/dist/runtime/concatenation-minimal.d.ts +25 -0
- package/dist/runtime/concatenation-minimal.d.ts.map +1 -0
- package/dist/runtime/concatenation-minimal.js +45 -0
- package/dist/runtime/context.d.ts.map +1 -1
- package/dist/runtime/dom-bridge.d.ts +1 -1
- package/dist/runtime/dom-bridge.d.ts.map +1 -1
- package/dist/runtime/dom-bridge.js +239 -12
- package/dist/runtime/event-delegation.d.ts +59 -0
- package/dist/runtime/event-delegation.d.ts.map +1 -0
- package/dist/runtime/index.d.ts +3 -1
- package/dist/runtime/index.d.ts.map +1 -1
- package/dist/runtime/index.js +96 -0
- package/dist/runtime/layout-scheduler.d.ts +89 -0
- package/dist/runtime/layout-scheduler.d.ts.map +1 -0
- package/dist/runtime/props.d.ts.map +1 -1
- package/dist/runtime/renderer.d.ts +54 -2
- package/dist/runtime/renderer.d.ts.map +1 -1
- package/dist/runtime/renderer.js +11 -7
- package/dist/runtime/semantic-role-manager.d.ts.map +1 -1
- package/dist/runtime/types.d.ts +2 -226
- package/dist/runtime/types.d.ts.map +1 -1
- package/dist/runtime/types.js +1 -1
- package/dist/scheduler-DI_8ykMk.js +169 -0
- package/dist/signal-list-BdpxSodS.js +525 -0
- package/dist/state/index.js +319 -0
- package/dist/theme-BFaKUcjZ.js +677 -0
- package/dist/utils/clone-helpers.d.ts +11 -0
- package/dist/utils/clone-helpers.d.ts.map +1 -0
- package/dist/validation/index.js +28 -26
- package/dist/version.d.ts +19 -0
- package/dist/version.d.ts.map +1 -0
- package/dist/version.js +6 -0
- package/package.json +69 -9
- package/dist/concatenated-component-ByPl3_FF.js +0 -2933
- package/dist/dom-bridge-CAa1N2zX.js +0 -406
- package/dist/index-DCPJFUm9.js +0 -1407
- package/dist/index-vdsiw6gQ.js +0 -777
- package/dist/modifiers/as-html-validator.d.ts +0 -20
- package/dist/modifiers/as-html-validator.d.ts.map +0 -1
- package/dist/modifiers/as-html.d.ts +0 -65
- package/dist/modifiers/as-html.d.ts.map +0 -1
- package/dist/modifiers/background.d.ts +0 -51
- package/dist/modifiers/background.d.ts.map +0 -1
- package/dist/modifiers/basic-sanitizer.d.ts +0 -54
- package/dist/modifiers/basic-sanitizer.d.ts.map +0 -1
- package/dist/modifiers/css.d.ts +0 -86
- package/dist/modifiers/css.d.ts.map +0 -1
- package/dist/production-minimal-BY_gMc-l.js +0 -2532
- package/dist/scheduler-BKeqwrYE.js +0 -814
package/dist/minimal-prod.js
CHANGED
|
@@ -1,110 +1,111 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { c as
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
1
|
+
import { C as r, D as o, p as i, q as n, a as c, j as f, h as p, b as d, n as m, c as l, f as u, e as C, k as g, l as M, o as h, t as x, g as y, m as A, d as E, i as R, r as S, s as b, u as w } from "./theme-BFaKUcjZ.js";
|
|
2
|
+
import { c as v, b as B, a as D, d as F, e as L, g as O, i as k } from "./effect-DGmdACI2.js";
|
|
3
|
+
import { c as G, d as U, o as j } from "./scheduler-DI_8ykMk.js";
|
|
4
|
+
import { DOMBridgeDebug as V, getComponentFromElement as W, mountComponentChildren as q, mountComponentTree as T, mountRoot as z, registerComponentWithLifecycleHooks as J, unmountComponent as K, unmountComponentEnhanced as N, updateComponent as Q } from "./runtime/dom-bridge.js";
|
|
5
|
+
import { h as Y, C as Z, P as _, R as $, d as ee, j as ae, c as te, b as se, e as re, i as oe, a as ie, f as ne, k as ce, l as fe, g as pe, p as de, w as me } from "./component-CECyfUOE.js";
|
|
6
|
+
import { a as ue, b as Ce, c as ge, i as Me, l as he, d as xe, p as ye } from "./presets-B9x94uRn.js";
|
|
7
|
+
import { g as Ee, e as Re, f as Se, d as be, c as we, b as Ie, a as ve, i as Be, m as De, r as Fe, s as Le, h as Oe } from "./factories-Co2Lv2kJ.js";
|
|
8
|
+
import { S as Pe, c as Ge, a as Ue, i as je, u as He } from "./binding-CYpEQquE.js";
|
|
9
|
+
import { Assets as We, ColorAsset as qe, FontAsset as Te, ImageAsset as ze, createColorAsset as Je, createFontAsset as Ke, createImageAsset as Ne, registerAsset as Qe } from "./assets/index.js";
|
|
10
|
+
import { A as Ye, L as Ze } from "./index-JQ1sW1SK.js";
|
|
11
|
+
import { Layout as $e, infinity as ea, isInfinity as aa } from "./constants/layout.js";
|
|
12
|
+
import "@tachui/types/reactive";
|
|
13
|
+
import "@tachui/types/modifiers";
|
|
9
14
|
export {
|
|
10
|
-
|
|
11
|
-
|
|
15
|
+
Ye as Asset,
|
|
16
|
+
We as Assets,
|
|
12
17
|
Y as ChildrenManager,
|
|
13
|
-
|
|
18
|
+
qe as ColorAsset,
|
|
14
19
|
Z as ComponentManager,
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
r as ComputationImpl,
|
|
21
|
+
o as DEBUG,
|
|
22
|
+
V as DOMBridgeDebug,
|
|
23
|
+
Te as FontAsset,
|
|
24
|
+
ze as ImageAsset,
|
|
25
|
+
$e as Layout,
|
|
26
|
+
Ze as LinearGradient,
|
|
22
27
|
_ as PropsManager,
|
|
23
28
|
$ as RefManager,
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
29
|
+
Pe as State,
|
|
30
|
+
ue as animationModifiers,
|
|
31
|
+
Ce as appearanceModifiers,
|
|
32
|
+
i as batch,
|
|
33
|
+
Ee as classModifier,
|
|
34
|
+
Re as combineModifiers,
|
|
35
|
+
Se as conditionalModifier,
|
|
36
|
+
ge as coreModifiers,
|
|
37
|
+
ee as createAdvancedComponent,
|
|
38
|
+
Ge as createBinding,
|
|
39
|
+
ae as createChildrenManager,
|
|
40
|
+
G as createCleanupGroup,
|
|
41
|
+
Je as createColorAsset,
|
|
42
|
+
te as createComponent,
|
|
38
43
|
be as createComponentVariant,
|
|
39
44
|
n as createComputation,
|
|
40
|
-
|
|
41
|
-
|
|
45
|
+
c as createComputed,
|
|
46
|
+
f as createConditionalComputed,
|
|
42
47
|
we as createCustomModifier,
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
ne as defaultChildrenRenderer,
|
|
66
|
-
l as dispose,
|
|
67
|
-
O as disposeEffect,
|
|
68
|
-
ve as eventModifier,
|
|
48
|
+
p as createDerivedSignal,
|
|
49
|
+
v as createEffect,
|
|
50
|
+
se as createErrorBoundary,
|
|
51
|
+
Ke as createFontAsset,
|
|
52
|
+
re as createFragment,
|
|
53
|
+
Ne as createImageAsset,
|
|
54
|
+
d as createMemo,
|
|
55
|
+
B as createOnceEffect,
|
|
56
|
+
Ie as createPresetModifier,
|
|
57
|
+
oe as createPropsManager,
|
|
58
|
+
ie as createReactiveComponent,
|
|
59
|
+
ne as createRef,
|
|
60
|
+
ce as createRefManager,
|
|
61
|
+
D as createRenderEffect,
|
|
62
|
+
m as createRoot,
|
|
63
|
+
l as createSignal,
|
|
64
|
+
ve as createStyleModifier,
|
|
65
|
+
F as createSyncEffect,
|
|
66
|
+
fe as defaultChildrenRenderer,
|
|
67
|
+
U as dispose,
|
|
68
|
+
L as disposeEffect,
|
|
69
|
+
Be as eventModifier,
|
|
69
70
|
u as flushSync,
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
71
|
+
pe as forwardRef,
|
|
72
|
+
W as getComponentFromElement,
|
|
73
|
+
C as getComputedImpl,
|
|
74
|
+
g as getCurrentComputation,
|
|
74
75
|
M as getCurrentOwner,
|
|
75
|
-
|
|
76
|
+
O as getEffectInfo,
|
|
76
77
|
h as getOwner,
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
78
|
+
x as getReactiveContext,
|
|
79
|
+
y as getSignalImpl,
|
|
80
|
+
ea as infinity,
|
|
81
|
+
Me as interactionModifiers,
|
|
81
82
|
A as isBatchingUpdates,
|
|
82
|
-
|
|
83
|
+
Ue as isBinding,
|
|
83
84
|
E as isComputed,
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
85
|
+
k as isEffectDisposed,
|
|
86
|
+
aa as isInfinity,
|
|
87
|
+
R as isSignal,
|
|
88
|
+
je as isState,
|
|
89
|
+
he as layoutModifiers,
|
|
90
|
+
xe as lifecycleModifiers,
|
|
91
|
+
De as modifierHelpers,
|
|
92
|
+
q as mountComponentChildren,
|
|
93
|
+
T as mountComponentTree,
|
|
94
|
+
z as mountRoot,
|
|
95
|
+
j as onCleanup,
|
|
96
|
+
ye as presetModifiers,
|
|
97
|
+
de as propsUtils,
|
|
98
|
+
Qe as registerAsset,
|
|
99
|
+
J as registerComponentWithLifecycleHooks,
|
|
100
|
+
Fe as responsiveModifier,
|
|
101
|
+
S as runWithOwner,
|
|
101
102
|
b as setFlushFunction,
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
103
|
+
Le as stateModifier,
|
|
104
|
+
Oe as styleModifier,
|
|
105
|
+
K as unmountComponent,
|
|
105
106
|
N as unmountComponentEnhanced,
|
|
106
107
|
w as untrack,
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
108
|
+
He as unwrapValue,
|
|
109
|
+
Q as updateComponent,
|
|
110
|
+
me as withLifecycle
|
|
110
111
|
};
|
package/dist/minimal.js
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { c as F,
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
|
|
1
|
+
import { C as r, D as n, p as i, q as c, a as m, j as p, h as d, b as f, n as C, c as l, H as u, f as g, e as M, k as h, l as x, I as E, o as S, t as b, g as A, m as y, d as v, i as I, r as O, s as R, K as B, u as w } from "./theme-BFaKUcjZ.js";
|
|
2
|
+
import { c as F, b as T, a as U, d as D, e as G, g as H, i as L } from "./effect-DGmdACI2.js";
|
|
3
|
+
import { c as j, d as K, o as V } from "./scheduler-DI_8ykMk.js";
|
|
4
|
+
import { DOMBridgeDebug as _, getComponentFromElement as W, mountComponentChildren as q, mountComponentTree as z, mountRoot as J, registerComponentWithLifecycleHooks as Q, unmountComponent as X, unmountComponentEnhanced as Y, updateComponent as Z } from "./runtime/dom-bridge.js";
|
|
5
|
+
import { h as ee, C as ae, P as te, R as se, d as oe, j as re, c as ne, b as ie, e as ce, i as me, a as pe, f as de, k as fe, l as Ce, g as le, p as ue, w as ge } from "./component-CECyfUOE.js";
|
|
6
|
+
import { E as he, O as xe, p as Ee } from "./observed-object-DepiqSgg.js";
|
|
7
|
+
import { b as be, d as Ae, g as ye, s as ve, w as Ie } from "./component-context-B6qX_Qsg.js";
|
|
8
|
+
import { a as Re, b as Be, c as we, i as ke, l as Fe, d as Te, p as Ue } from "./presets-B9x94uRn.js";
|
|
9
|
+
import { g as Ge, e as He, f as Le, d as Pe, c as je, b as Ke, a as Ve, i as Ne, m as _e, r as We, s as qe, h as ze } from "./factories-Co2Lv2kJ.js";
|
|
10
|
+
import { S as Qe, c as Xe, a as Ye, i as Ze, u as $e } from "./binding-CYpEQquE.js";
|
|
11
|
+
import { Assets as aa, ColorAsset as ta, FontAsset as sa, ImageAsset as oa, createColorAsset as ra, createFontAsset as na, createGoogleFont as ia, createImageAsset as ca, registerAsset as ma } from "./assets/index.js";
|
|
12
|
+
import { Layout as da, infinity as fa, isInfinity as Ca } from "./constants/layout.js";
|
|
13
|
+
import "@tachui/types/reactive";
|
|
14
|
+
import "@tachui/types/modifiers";
|
|
15
|
+
import { A as ua, L as ga, k as Ma } from "./index-JQ1sW1SK.js";
|
|
16
|
+
import { TACHUI_PACKAGE as xa, TACHUI_PACKAGE_VERSION as Ea, VERSION as Sa } from "./version.js";
|
|
17
|
+
const t = {
|
|
10
18
|
name: "@tachui/core/minimal",
|
|
11
19
|
version: "0.1.0",
|
|
12
20
|
description: "Minimal TachUI bundle for calculator-style apps and landing pages",
|
|
@@ -24,105 +32,117 @@ const e = {
|
|
|
24
32
|
}
|
|
25
33
|
};
|
|
26
34
|
export {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
35
|
+
ua as Asset,
|
|
36
|
+
aa as Assets,
|
|
37
|
+
t as BUNDLE_INFO,
|
|
38
|
+
ee as ChildrenManager,
|
|
39
|
+
ta as ColorAsset,
|
|
40
|
+
ae as ComponentManager,
|
|
41
|
+
r as ComputationImpl,
|
|
42
|
+
n as DEBUG,
|
|
43
|
+
_ as DOMBridgeDebug,
|
|
44
|
+
he as EnvironmentObject,
|
|
45
|
+
sa as FontAsset,
|
|
46
|
+
oa as ImageAsset,
|
|
47
|
+
da as Layout,
|
|
48
|
+
ga as LinearGradient,
|
|
49
|
+
xe as ObservableObjectBase,
|
|
50
|
+
te as PropsManager,
|
|
51
|
+
se as RefManager,
|
|
52
|
+
Qe as State,
|
|
53
|
+
Ma as StateGradient,
|
|
54
|
+
xa as TACHUI_PACKAGE,
|
|
55
|
+
Ea as TACHUI_PACKAGE_VERSION,
|
|
56
|
+
Sa as VERSION,
|
|
57
|
+
Re as animationModifiers,
|
|
58
|
+
Be as appearanceModifiers,
|
|
59
|
+
i as batch,
|
|
60
|
+
Ge as classModifier,
|
|
61
|
+
He as combineModifiers,
|
|
62
|
+
Le as conditionalModifier,
|
|
63
|
+
we as coreModifiers,
|
|
64
|
+
oe as createAdvancedComponent,
|
|
65
|
+
Xe as createBinding,
|
|
66
|
+
re as createChildrenManager,
|
|
67
|
+
j as createCleanupGroup,
|
|
68
|
+
ra as createColorAsset,
|
|
69
|
+
ne as createComponent,
|
|
70
|
+
be as createComponentContext,
|
|
71
|
+
Pe as createComponentVariant,
|
|
72
|
+
c as createComputation,
|
|
73
|
+
m as createComputed,
|
|
74
|
+
p as createConditionalComputed,
|
|
75
|
+
je as createCustomModifier,
|
|
76
|
+
d as createDerivedSignal,
|
|
62
77
|
F as createEffect,
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
78
|
+
Ae as createEnvironmentKey,
|
|
79
|
+
ie as createErrorBoundary,
|
|
80
|
+
na as createFontAsset,
|
|
81
|
+
ce as createFragment,
|
|
82
|
+
ia as createGoogleFont,
|
|
83
|
+
ca as createImageAsset,
|
|
67
84
|
f as createMemo,
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
85
|
+
T as createOnceEffect,
|
|
86
|
+
Ke as createPresetModifier,
|
|
87
|
+
me as createPropsManager,
|
|
88
|
+
pe as createReactiveComponent,
|
|
89
|
+
de as createRef,
|
|
90
|
+
fe as createRefManager,
|
|
91
|
+
U as createRenderEffect,
|
|
92
|
+
C as createRoot,
|
|
76
93
|
l as createSignal,
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
u as dispose,
|
|
85
|
-
P as disposeEffect,
|
|
86
|
-
we as eventModifier,
|
|
94
|
+
Ve as createStyleModifier,
|
|
95
|
+
D as createSyncEffect,
|
|
96
|
+
Ce as defaultChildrenRenderer,
|
|
97
|
+
u as detectSystemTheme,
|
|
98
|
+
K as dispose,
|
|
99
|
+
G as disposeEffect,
|
|
100
|
+
Ne as eventModifier,
|
|
87
101
|
g as flushSync,
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
h as
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
B as
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
102
|
+
le as forwardRef,
|
|
103
|
+
W as getComponentFromElement,
|
|
104
|
+
M as getComputedImpl,
|
|
105
|
+
ye as getCurrentComponentContext,
|
|
106
|
+
h as getCurrentComputation,
|
|
107
|
+
x as getCurrentOwner,
|
|
108
|
+
E as getCurrentTheme,
|
|
109
|
+
H as getEffectInfo,
|
|
110
|
+
S as getOwner,
|
|
111
|
+
b as getReactiveContext,
|
|
112
|
+
A as getSignalImpl,
|
|
113
|
+
fa as infinity,
|
|
114
|
+
ke as interactionModifiers,
|
|
115
|
+
y as isBatchingUpdates,
|
|
116
|
+
Ye as isBinding,
|
|
117
|
+
v as isComputed,
|
|
118
|
+
L as isEffectDisposed,
|
|
119
|
+
Ca as isInfinity,
|
|
120
|
+
I as isSignal,
|
|
121
|
+
Ze as isState,
|
|
122
|
+
Fe as layoutModifiers,
|
|
123
|
+
Te as lifecycleModifiers,
|
|
124
|
+
_e as modifierHelpers,
|
|
125
|
+
q as mountComponentChildren,
|
|
126
|
+
z as mountComponentTree,
|
|
127
|
+
J as mountRoot,
|
|
128
|
+
V as onCleanup,
|
|
129
|
+
Ue as presetModifiers,
|
|
130
|
+
ue as propsUtils,
|
|
131
|
+
Ee as provideEnvironmentObject,
|
|
132
|
+
ma as registerAsset,
|
|
133
|
+
Q as registerComponentWithLifecycleHooks,
|
|
134
|
+
We as responsiveModifier,
|
|
135
|
+
O as runWithOwner,
|
|
136
|
+
ve as setCurrentComponentContext,
|
|
137
|
+
R as setFlushFunction,
|
|
138
|
+
B as setTheme,
|
|
139
|
+
qe as stateModifier,
|
|
140
|
+
ze as styleModifier,
|
|
141
|
+
X as unmountComponent,
|
|
142
|
+
Y as unmountComponentEnhanced,
|
|
143
|
+
w as untrack,
|
|
144
|
+
$e as unwrapValue,
|
|
145
|
+
Z as updateComponent,
|
|
146
|
+
Ie as withComponentContext,
|
|
147
|
+
ge as withLifecycle
|
|
128
148
|
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { LayoutModifierProps, Modifier } from './types';
|
|
2
|
+
import type { ModifierRegistry, PluginInfo } from '@tachui/registry';
|
|
3
|
+
export declare function alignment(value: NonNullable<LayoutModifierProps['alignment']>): Modifier;
|
|
4
|
+
export declare function registerAlignmentModifier(registry?: ModifierRegistry, plugin?: PluginInfo): void;
|
|
5
|
+
//# sourceMappingURL=alignment.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"alignment.d.ts","sourceRoot":"","sources":["../../src/modifiers/alignment.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAC5D,OAAO,KAAK,EAAE,gBAAgB,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAgBpE,wBAAgB,SAAS,CACvB,KAAK,EAAE,WAAW,CAAC,mBAAmB,CAAC,WAAW,CAAC,CAAC,GACnD,QAAQ,CAEV;AAED,wBAAgB,yBAAyB,CACvC,QAAQ,CAAC,EAAE,gBAAgB,EAC3B,MAAM,CAAC,EAAE,UAAU,GAClB,IAAI,CAQN"}
|
package/dist/modifiers/base.d.ts
CHANGED
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
*/
|
|
6
6
|
import type { DOMNode } from '../runtime/types';
|
|
7
7
|
import type { CSSStyleProperties, Modifier, ModifierContext, ReactiveModifierProps, StyleComputationContext } from './types';
|
|
8
|
-
import { ModifierPriority } from './types';
|
|
9
8
|
/**
|
|
10
9
|
* Abstract base modifier class
|
|
11
10
|
*/
|
|
@@ -60,7 +59,7 @@ export declare abstract class BaseModifier<TProps = {}> implements Modifier<TPro
|
|
|
60
59
|
*/
|
|
61
60
|
export declare class LayoutModifier extends BaseModifier {
|
|
62
61
|
readonly type = "layout";
|
|
63
|
-
readonly priority
|
|
62
|
+
readonly priority: 100;
|
|
64
63
|
apply(node: DOMNode, context: ModifierContext): DOMNode | undefined;
|
|
65
64
|
private applyAbsolutePosition;
|
|
66
65
|
private computeLayoutStyles;
|
|
@@ -70,7 +69,7 @@ export declare class LayoutModifier extends BaseModifier {
|
|
|
70
69
|
*/
|
|
71
70
|
export declare class AppearanceModifier extends BaseModifier {
|
|
72
71
|
readonly type = "appearance";
|
|
73
|
-
readonly priority
|
|
72
|
+
readonly priority: 200;
|
|
74
73
|
apply(node: DOMNode, context: ModifierContext): DOMNode | undefined;
|
|
75
74
|
/**
|
|
76
75
|
* Apply Asset-based styles with theme reactivity
|
|
@@ -92,7 +91,7 @@ export declare class AppearanceModifier extends BaseModifier {
|
|
|
92
91
|
*/
|
|
93
92
|
export declare class InteractionModifier extends BaseModifier {
|
|
94
93
|
readonly type = "interaction";
|
|
95
|
-
readonly priority
|
|
94
|
+
readonly priority: 300;
|
|
96
95
|
apply(_node: DOMNode, context: ModifierContext): DOMNode | undefined;
|
|
97
96
|
}
|
|
98
97
|
/**
|
|
@@ -100,7 +99,7 @@ export declare class InteractionModifier extends BaseModifier {
|
|
|
100
99
|
*/
|
|
101
100
|
export declare class AnimationModifier extends BaseModifier {
|
|
102
101
|
readonly type = "animation";
|
|
103
|
-
readonly priority
|
|
102
|
+
readonly priority: 400;
|
|
104
103
|
apply(_node: DOMNode, context: ModifierContext): DOMNode | undefined;
|
|
105
104
|
private createKeyframeRule;
|
|
106
105
|
private addKeyframesToStylesheet;
|
|
@@ -110,7 +109,7 @@ export declare class AnimationModifier extends BaseModifier {
|
|
|
110
109
|
*/
|
|
111
110
|
export declare class LifecycleModifier extends BaseModifier {
|
|
112
111
|
readonly type = "lifecycle";
|
|
113
|
-
readonly priority
|
|
112
|
+
readonly priority: 500;
|
|
114
113
|
private activeAbortController?;
|
|
115
114
|
apply(_node: DOMNode, context: ModifierContext): DOMNode | undefined;
|
|
116
115
|
private setupTask;
|
|
@@ -123,7 +122,7 @@ export declare class LifecycleModifier extends BaseModifier {
|
|
|
123
122
|
*/
|
|
124
123
|
export declare class ResizableModifier extends BaseModifier {
|
|
125
124
|
readonly type = "resizable";
|
|
126
|
-
readonly priority
|
|
125
|
+
readonly priority: 200;
|
|
127
126
|
apply(_node: DOMNode, context: ModifierContext): DOMNode | undefined;
|
|
128
127
|
}
|
|
129
128
|
//# sourceMappingURL=base.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../src/modifiers/base.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAA;AAC/C,OAAO,KAAK,EACV,kBAAkB,EAElB,QAAQ,EACR,eAAe,EACf,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,SAAS,CAAA;
|
|
1
|
+
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../src/modifiers/base.ts"],"names":[],"mappings":"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"}
|
package/dist/modifiers/base.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import "../scheduler-DI_8ykMk.js";
|
|
2
|
+
import { i as p, d as v, J as E } from "../theme-BFaKUcjZ.js";
|
|
3
|
+
import { c as h } from "../effect-DGmdACI2.js";
|
|
4
|
+
import "@tachui/types/reactive";
|
|
5
|
+
import { ModifierPriority as g } from "@tachui/types/modifiers";
|
|
4
6
|
import { shouldExpandForInfinity as L, dimensionToCSS as u, isInfinity as m } from "../constants/layout.js";
|
|
5
7
|
var A = Object.defineProperty, T = (d, i, t) => i in d ? A(d, i, { enumerable: !0, configurable: !0, writable: !0, value: t }) : d[i] = t, l = (d, i, t) => T(d, typeof i != "symbol" ? i + "" : i, t);
|
|
6
8
|
class y {
|
|
@@ -138,7 +140,7 @@ class y {
|
|
|
138
140
|
};
|
|
139
141
|
}
|
|
140
142
|
}
|
|
141
|
-
class
|
|
143
|
+
class H extends y {
|
|
142
144
|
constructor() {
|
|
143
145
|
super(...arguments), l(this, "type", "layout"), l(this, "priority", g.LAYOUT);
|
|
144
146
|
}
|
|
@@ -237,7 +239,7 @@ class k extends y {
|
|
|
237
239
|
return e;
|
|
238
240
|
}
|
|
239
241
|
}
|
|
240
|
-
class
|
|
242
|
+
class I extends y {
|
|
241
243
|
constructor() {
|
|
242
244
|
super(...arguments), l(this, "type", "appearance"), l(this, "priority", g.APPEARANCE);
|
|
243
245
|
}
|
|
@@ -285,7 +287,13 @@ class $ extends y {
|
|
|
285
287
|
const t = {};
|
|
286
288
|
if (i.foregroundColor && !this.isAsset(i.foregroundColor) && (t.color = i.foregroundColor), i.backgroundColor && !this.isAsset(i.backgroundColor) && (t.backgroundColor = i.backgroundColor), i.opacity !== void 0 && (t.opacity = i.opacity), i.font) {
|
|
287
289
|
const n = i.font;
|
|
288
|
-
|
|
290
|
+
if (n.family)
|
|
291
|
+
if (typeof n.family == "object" && n.family !== null && typeof n.family.resolve == "function") {
|
|
292
|
+
const r = n.family.resolve();
|
|
293
|
+
t.fontFamily = r;
|
|
294
|
+
} else
|
|
295
|
+
t.fontFamily = n.family;
|
|
296
|
+
n.size && (t.fontSize = this.toCSSValue(n.size)), n.weight && (t.fontWeight = String(n.weight)), n.style && (t.fontStyle = n.style);
|
|
289
297
|
}
|
|
290
298
|
if (i.cornerRadius !== void 0 && (t.borderRadius = this.toCSSValue(i.cornerRadius)), i.border) {
|
|
291
299
|
const n = i.border;
|
|
@@ -318,7 +326,7 @@ class $ extends y {
|
|
|
318
326
|
return i._tachui_component || null;
|
|
319
327
|
}
|
|
320
328
|
}
|
|
321
|
-
class
|
|
329
|
+
class R extends y {
|
|
322
330
|
constructor() {
|
|
323
331
|
super(...arguments), l(this, "type", "interaction"), l(this, "priority", g.INTERACTION);
|
|
324
332
|
}
|
|
@@ -361,7 +369,7 @@ class H extends y {
|
|
|
361
369
|
}), e.onCopy && t.element.addEventListener("copy", e.onCopy), e.onCut && t.element.addEventListener("cut", e.onCut), e.onPaste && t.element.addEventListener("paste", e.onPaste), e.onSelect && t.element.addEventListener("select", e.onSelect), e.disabled !== void 0 && t.element instanceof HTMLElement && (e.disabled ? (t.element.setAttribute("disabled", "true"), t.element.style.pointerEvents = "none", t.element.style.opacity = "0.6") : (t.element.removeAttribute("disabled"), t.element.style.pointerEvents = "", t.element.style.opacity = "")), e.draggable !== void 0 && t.element instanceof HTMLElement && (t.element.draggable = e.draggable), e.accessibilityLabel && t.element.setAttribute("aria-label", e.accessibilityLabel), e.accessibilityHint && t.element.setAttribute("aria-describedby", e.accessibilityHint);
|
|
362
370
|
}
|
|
363
371
|
}
|
|
364
|
-
class
|
|
372
|
+
class D extends y {
|
|
365
373
|
constructor() {
|
|
366
374
|
super(...arguments), l(this, "type", "animation"), l(this, "priority", g.ANIMATION);
|
|
367
375
|
}
|
|
@@ -427,7 +435,7 @@ class I extends y {
|
|
|
427
435
|
t || (t = document.createElement("style"), t.id = "tachui-animations", document.head.appendChild(t)), t.appendChild(document.createTextNode(i));
|
|
428
436
|
}
|
|
429
437
|
}
|
|
430
|
-
class
|
|
438
|
+
class O extends y {
|
|
431
439
|
constructor() {
|
|
432
440
|
super(...arguments), l(this, "type", "lifecycle"), l(this, "priority", g.CUSTOM), l(this, "activeAbortController");
|
|
433
441
|
}
|
|
@@ -468,7 +476,7 @@ class R extends y {
|
|
|
468
476
|
this.properties._cleanupFunctions || (this.properties._cleanupFunctions = []), this.properties._cleanupFunctions.push(i);
|
|
469
477
|
}
|
|
470
478
|
}
|
|
471
|
-
class
|
|
479
|
+
class B extends y {
|
|
472
480
|
constructor() {
|
|
473
481
|
super(...arguments), l(this, "type", "resizable"), l(this, "priority", g.APPEARANCE);
|
|
474
482
|
}
|
|
@@ -477,11 +485,11 @@ class D extends y {
|
|
|
477
485
|
}
|
|
478
486
|
}
|
|
479
487
|
export {
|
|
480
|
-
|
|
481
|
-
|
|
488
|
+
D as AnimationModifier,
|
|
489
|
+
I as AppearanceModifier,
|
|
482
490
|
y as BaseModifier,
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
491
|
+
R as InteractionModifier,
|
|
492
|
+
H as LayoutModifier,
|
|
493
|
+
O as LifecycleModifier,
|
|
494
|
+
B as ResizableModifier
|
|
487
495
|
};
|