@tachui/core 0.8.1-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 +40 -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/minimal.d.ts +2 -0
- package/dist/bundles/minimal.d.ts.map +1 -1
- package/dist/common.js +427 -394
- 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 +427 -394
- 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 +427 -394
- package/dist/minimal-prod.js +94 -93
- package/dist/minimal.js +114 -108
- 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-Cos-FtjP.js → observed-object-DepiqSgg.js} +3 -3
- package/dist/optimization-CbKNA9w4.js +21 -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.map +1 -1
- package/dist/runtime/concatenation-aria.js +18 -13
- package/dist/runtime/concatenation-full.d.ts.map +1 -1
- package/dist/runtime/concatenation-full.js +42 -34
- package/dist/runtime/concatenation-minimal.d.ts.map +1 -1
- package/dist/runtime/concatenation-minimal.js +13 -8
- 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 +51 -11
- package/dist/concatenated-component-ByPl3_FF.js +0 -2933
- package/dist/dom-bridge-CAa1N2zX.js +0 -406
- package/dist/index-DEBd8cq7.js +0 -1144
- 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
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
* Provides wrapper functions to enhance regular components with modifier support
|
|
5
5
|
* and integrate them with the TachUI modifier system.
|
|
6
6
|
*/
|
|
7
|
-
import type { ModifiableComponent, ModifierBuilder } from '../modifiers/types';
|
|
8
|
-
import type { ComponentInstance, ComponentProps, DOMNode } from '../runtime/types';
|
|
7
|
+
import type { ModifiableComponent, ModifierBuilder, ModifiableComponentWithModifiers } from '../modifiers/types';
|
|
8
|
+
import type { ComponentInstance, ComponentProps, DOMNode, CloneableComponent, CloneOptions } from '../runtime/types';
|
|
9
9
|
import { type ElementOverrideProps } from '../runtime/element-override';
|
|
10
|
-
import { type CSSClassesProps } from '../css-classes';
|
|
10
|
+
import { ComponentWithCSSClasses, type CSSClassesProps } from '../css-classes';
|
|
11
11
|
import type { Concatenatable } from '../concatenation/types';
|
|
12
12
|
/**
|
|
13
13
|
* Wrapper options for enhancing components
|
|
@@ -18,18 +18,69 @@ export interface WrapperOptions {
|
|
|
18
18
|
enableErrorBoundary?: boolean;
|
|
19
19
|
enablePerformanceTracking?: boolean;
|
|
20
20
|
}
|
|
21
|
+
export interface BaseLayoutProps extends ComponentProps, ElementOverrideProps, CSSClassesProps {
|
|
22
|
+
id?: string;
|
|
23
|
+
debugLabel?: string;
|
|
24
|
+
children?: ComponentInstance[];
|
|
25
|
+
}
|
|
26
|
+
export interface VStackLayoutProps extends BaseLayoutProps {
|
|
27
|
+
spacing?: number;
|
|
28
|
+
alignment?: 'leading' | 'center' | 'trailing';
|
|
29
|
+
}
|
|
30
|
+
export interface HStackLayoutProps extends BaseLayoutProps {
|
|
31
|
+
spacing?: number;
|
|
32
|
+
alignment?: 'top' | 'center' | 'bottom' | 'leading' | 'trailing' | 'left' | 'right';
|
|
33
|
+
}
|
|
34
|
+
export interface ZStackLayoutProps extends BaseLayoutProps {
|
|
35
|
+
alignment?: 'topLeading' | 'top' | 'topTrailing' | 'leading' | 'center' | 'trailing' | 'bottomLeading' | 'bottom' | 'bottomTrailing';
|
|
36
|
+
}
|
|
21
37
|
/**
|
|
22
38
|
* Enhanced component wrapper that adds modifier support and preserves concatenation methods
|
|
23
39
|
*/
|
|
24
|
-
export declare function withModifiers<P extends ComponentProps>(component: ComponentInstance<P>):
|
|
25
|
-
modifier: ModifierBuilder<ModifiableComponent<P>>;
|
|
26
|
-
} & (ComponentInstance<P> extends Concatenatable ? Concatenatable : {});
|
|
40
|
+
export declare function withModifiers<P extends ComponentProps>(component: ComponentInstance<P>): ModifiableComponentWithModifiers<P> & (ComponentInstance<P> extends Concatenatable ? Concatenatable : {});
|
|
27
41
|
/**
|
|
28
42
|
* Create a reactive component wrapper with full TachUI features
|
|
29
43
|
*/
|
|
30
|
-
export declare function createReactiveWrapper<P extends ComponentProps>(renderFn: (props: P) => DOMNode | DOMNode[], options?: WrapperOptions): (props: P) =>
|
|
31
|
-
|
|
32
|
-
|
|
44
|
+
export declare function createReactiveWrapper<P extends ComponentProps>(renderFn: (props: P) => DOMNode | DOMNode[], options?: WrapperOptions): (props: P) => ModifiableComponentWithModifiers<P>;
|
|
45
|
+
/**
|
|
46
|
+
* Layout container component class with element override support
|
|
47
|
+
*/
|
|
48
|
+
export declare class LayoutComponent extends ComponentWithCSSClasses implements CloneableComponent<ComponentProps & ElementOverrideProps & CSSClassesProps> {
|
|
49
|
+
props: ComponentProps & ElementOverrideProps & CSSClassesProps;
|
|
50
|
+
private layoutType;
|
|
51
|
+
children: ComponentInstance[];
|
|
52
|
+
private layoutProps;
|
|
53
|
+
readonly type: "component";
|
|
54
|
+
readonly id: string;
|
|
55
|
+
mounted: boolean;
|
|
56
|
+
cleanup: (() => void)[];
|
|
57
|
+
private effectiveTag;
|
|
58
|
+
private validationResult;
|
|
59
|
+
constructor(props: ComponentProps & ElementOverrideProps & CSSClassesProps, layoutType: 'vstack' | 'hstack' | 'zstack', children?: ComponentInstance[], layoutProps?: any);
|
|
60
|
+
/**
|
|
61
|
+
* Find DOM elements for a specific child component within the layout container
|
|
62
|
+
*/
|
|
63
|
+
private findChildDOMElements;
|
|
64
|
+
render(): {
|
|
65
|
+
type: "element";
|
|
66
|
+
tag: string;
|
|
67
|
+
props: any;
|
|
68
|
+
children: DOMNode[];
|
|
69
|
+
componentMetadata: {
|
|
70
|
+
originalType: string;
|
|
71
|
+
overriddenTo: string | undefined;
|
|
72
|
+
validationResult: any;
|
|
73
|
+
};
|
|
74
|
+
}[] | {
|
|
75
|
+
type: "element";
|
|
76
|
+
tag: string;
|
|
77
|
+
props: {};
|
|
78
|
+
children: never[];
|
|
79
|
+
}[];
|
|
80
|
+
clone(options?: CloneOptions): this;
|
|
81
|
+
shallowClone(): this;
|
|
82
|
+
deepClone(): this;
|
|
83
|
+
}
|
|
33
84
|
/**
|
|
34
85
|
* Layout container components with modifier support
|
|
35
86
|
*/
|
|
@@ -37,30 +88,19 @@ export declare const Layout: {
|
|
|
37
88
|
/**
|
|
38
89
|
* Vertical stack container (flexbox column)
|
|
39
90
|
*/
|
|
40
|
-
VStack: (props?: {
|
|
41
|
-
children?: ComponentInstance[];
|
|
42
|
-
spacing?: number;
|
|
43
|
-
alignment?: "leading" | "center" | "trailing";
|
|
44
|
-
}) => ModifiableComponent<ComponentProps & ElementOverrideProps & CSSClassesProps> & {
|
|
91
|
+
VStack: (props?: VStackLayoutProps) => ModifiableComponent<ComponentProps & ElementOverrideProps & CSSClassesProps> & ModifierBuilder<ModifiableComponent<ComponentProps & ElementOverrideProps & CSSClassesProps>> & {
|
|
45
92
|
modifier: ModifierBuilder<ModifiableComponent<ComponentProps & ElementOverrideProps & CSSClassesProps>>;
|
|
46
93
|
};
|
|
47
94
|
/**
|
|
48
95
|
* Horizontal stack container (flexbox row)
|
|
49
96
|
*/
|
|
50
|
-
HStack: (props?: {
|
|
51
|
-
children?: ComponentInstance[];
|
|
52
|
-
spacing?: number;
|
|
53
|
-
alignment?: "top" | "center" | "bottom";
|
|
54
|
-
}) => ModifiableComponent<ComponentProps & ElementOverrideProps & CSSClassesProps> & {
|
|
97
|
+
HStack: (props?: HStackLayoutProps) => ModifiableComponent<ComponentProps & ElementOverrideProps & CSSClassesProps> & ModifierBuilder<ModifiableComponent<ComponentProps & ElementOverrideProps & CSSClassesProps>> & {
|
|
55
98
|
modifier: ModifierBuilder<ModifiableComponent<ComponentProps & ElementOverrideProps & CSSClassesProps>>;
|
|
56
99
|
};
|
|
57
100
|
/**
|
|
58
101
|
* Z-index stack container (absolute positioning)
|
|
59
102
|
*/
|
|
60
|
-
ZStack: (props?: {
|
|
61
|
-
children?: ComponentInstance[];
|
|
62
|
-
alignment?: "topLeading" | "top" | "topTrailing" | "leading" | "center" | "trailing" | "bottomLeading" | "bottom" | "bottomTrailing";
|
|
63
|
-
}) => ModifiableComponent<ComponentProps & ElementOverrideProps & CSSClassesProps> & {
|
|
103
|
+
ZStack: (props?: ZStackLayoutProps) => ModifiableComponent<ComponentProps & ElementOverrideProps & CSSClassesProps> & ModifierBuilder<ModifiableComponent<ComponentProps & ElementOverrideProps & CSSClassesProps>> & {
|
|
64
104
|
modifier: ModifierBuilder<ModifiableComponent<ComponentProps & ElementOverrideProps & CSSClassesProps>>;
|
|
65
105
|
};
|
|
66
106
|
};
|
|
@@ -77,16 +117,16 @@ export declare function withModifierSupport<P extends ComponentProps>(ComponentC
|
|
|
77
117
|
new (props: P): {
|
|
78
118
|
_modifiableComponent?: ModifiableComponent<P>;
|
|
79
119
|
get modifier(): ModifierBuilder<ModifiableComponent<P>>;
|
|
80
|
-
get modifiers():
|
|
120
|
+
get modifiers(): any;
|
|
81
121
|
type: "component";
|
|
82
|
-
render: import("
|
|
122
|
+
render: import("packages/types/dist/runtime").RenderFunction;
|
|
83
123
|
props: P;
|
|
84
124
|
prevProps?: P | undefined;
|
|
85
|
-
children?: import("
|
|
86
|
-
context?: import("
|
|
87
|
-
cleanup?: import("
|
|
125
|
+
children?: import("packages/types/dist/runtime").ComponentChildren;
|
|
126
|
+
context?: import("packages/types/dist/runtime").ComponentContext;
|
|
127
|
+
cleanup?: import("packages/types/dist/runtime").LifecycleCleanup[];
|
|
88
128
|
id: string;
|
|
89
|
-
ref?: import("
|
|
129
|
+
ref?: import("packages/types/dist/runtime").Ref | undefined;
|
|
90
130
|
mounted?: boolean;
|
|
91
131
|
domElements?: Map<string, Element>;
|
|
92
132
|
primaryElement?: Element;
|
|
@@ -96,7 +136,7 @@ export declare function withModifierSupport<P extends ComponentProps>(ComponentC
|
|
|
96
136
|
/**
|
|
97
137
|
* Factory function for creating modifiable components
|
|
98
138
|
*/
|
|
99
|
-
export declare function createModifiableComponentFactory<P extends ComponentProps>(renderFn: (props: P) => DOMNode | DOMNode[]): (props: P) => ModifiableComponent<P> & {
|
|
139
|
+
export declare function createModifiableComponentFactory<P extends ComponentProps>(renderFn: (props: P) => DOMNode | DOMNode[]): (props: P) => ModifiableComponent<P> & ModifierBuilder<ModifiableComponent<P>> & {
|
|
100
140
|
modifier: ModifierBuilder<ModifiableComponent<P>>;
|
|
101
141
|
};
|
|
102
142
|
//# sourceMappingURL=wrapper.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wrapper.d.ts","sourceRoot":"","sources":["../../src/components/wrapper.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"wrapper.d.ts","sourceRoot":"","sources":["../../src/components/wrapper.ts"],"names":[],"mappings":"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"}
|