@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../src/reactive/context.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../src/reactive/context.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EACV,eAAe,EACf,WAAW,EACX,qBAAqB,EACrB,KAAK,EACL,eAAe,EAChB,MAAM,SAAS,CAAA;AA0ChB;;GAEG;AACH,wBAAgB,qBAAqB,IAAI,WAAW,GAAG,IAAI,CAG1D;AAED;;GAEG;AACH,wBAAgB,eAAe,IAAI,KAAK,GAAG,IAAI,CAE9C;AAED;;GAEG;AACH,wBAAgB,iBAAiB,IAAI,OAAO,CAE3C;AA8CD;;GAEG;AACH,qBAAa,eAAgB,YAAW,WAAW;IACjD,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAA;IACnB,QAAQ,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI,CAAA;IAC5B,QAAQ,CAAC,EAAE,EAAE,MAAM,GAAG,CAAA;IACtB,QAAQ,CAAC,OAAO,WAAiB;IACjC,QAAQ,CAAC,SAAS,mBAAyB;IAC3C,KAAK,EAAE,qBAAqB,CAAyB;IACrD,KAAK,EAAE,GAAG,CAAY;gBAEV,EAAE,EAAE,MAAM,GAAG,EAAE,KAAK,GAAE,KAAK,GAAG,IAAW;IAUrD,OAAO,IAAI,GAAG;IAiCd,OAAO,IAAI,IAAI;CAwBhB;AAED;;GAEG;AACH,wBAAgB,UAAU,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,OAAO,EAAE,MAAM,IAAI,KAAK,CAAC,GAAG,CAAC,CAU/D;AAED;;GAEG;AACH,wBAAgB,YAAY,CAAC,CAAC,EAAE,KAAK,EAAE,KAAK,GAAG,IAAI,EAAE,EAAE,EAAE,MAAM,CAAC,GAAG,CAAC,CASnE;AAED;;GAEG;AACH,wBAAgB,QAAQ,IAAI,KAAK,GAAG,IAAI,CAEvC;AAKD;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI,CAErD;AAED;;GAEG;AACH,wBAAgB,KAAK,CAAC,CAAC,EAAE,EAAE,EAAE,MAAM,CAAC,GAAG,CAAC,CAkBvC;AAED;;GAEG;AACH,wBAAgB,OAAO,CAAC,CAAC,EAAE,EAAE,EAAE,MAAM,CAAC,GAAG,CAAC,CASzC;AAED;;GAEG;AACH,wBAAgB,SAAS,CAAC,EAAE,EAAE,eAAe,GAAG,IAAI,CAKnD;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,CAAC,EACjC,EAAE,EAAE,MAAM,CAAC,EACX,KAAK,CAAC,EAAE,KAAK,GACZ,eAAe,CAOjB;AAED;;GAEG;AACH,wBAAgB,kBAAkB,IAAI,eAAe,CAKpD;AAED;;GAEG;AACH,eAAO,MAAM,KAAK;;;;;;;;CAQjB,CAAA"}
|
package/dist/reactive/index.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ export { analyzeReactivePerformance, analyzeSignalUsage, createLegacySignal, cre
|
|
|
15
15
|
export { createDetachedRoot, getOwnerChain, getRootOwner, isReactiveContext, runOutsideReactiveContext, } from './ownership';
|
|
16
16
|
export { enableScheduling, getScheduler, type Scheduler, scheduleIdle, scheduleUpdate, scheduleWithPriority, setScheduler, TaskPriority, } from './scheduler';
|
|
17
17
|
export { createSignal, flushSync, getSignalImpl, isSignal, type Signal, type SignalSetter, } from './signal';
|
|
18
|
+
export { createSignalList, createSignalListControls, type SignalListControls, type SignalListKeyFn, } from './signal-list';
|
|
18
19
|
export { detectSystemTheme, getCurrentTheme, getThemeSignal, setTheme, type Theme, } from './theme';
|
|
19
20
|
export type { Accessor, AccessorValue, Computation, ComputationState, EffectOptions, Owner, Setter, } from './types';
|
|
20
21
|
export { ReactiveError, type ReactiveNode, type ReactivePerformanceMetrics, ReactiveScheduler, UpdatePriority, } from './unified-scheduler';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/reactive/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,EACL,KAAK,eAAe,EACpB,kBAAkB,EAClB,mBAAmB,EACnB,cAAc,EACd,cAAc,EACd,aAAa,EACb,OAAO,EACP,SAAS,GACV,MAAM,WAAW,CAAA;AAClB,OAAO,EACL,KAAK,QAAQ,EACb,KAAK,eAAe,EACpB,cAAc,EACd,UAAU,EACV,UAAU,GACX,MAAM,YAAY,CAAA;AAEnB,OAAO,EACL,KAAK,EACL,UAAU,EACV,QAAQ,EACR,kBAAkB,EAClB,YAAY,EACZ,OAAO,GACR,MAAM,WAAW,CAAA;AAClB,OAAO,EACL,YAAY,EACZ,gBAAgB,EAChB,kBAAkB,EAClB,gBAAgB,EAChB,KAAK,MAAM,EACX,KAAK,cAAc,GACpB,MAAM,UAAU,CAAA;AACjB,OAAO,EACL,iBAAiB,EACjB,oBAAoB,EACpB,wBAAwB,EACxB,uBAAuB,EACvB,qBAAqB,EACrB,iBAAiB,EACjB,KAAK,aAAa,IAAI,qBAAqB,EAC3C,kBAAkB,EAClB,2BAA2B,GAC5B,MAAM,mBAAmB,CAAA;AAC1B,OAAO,EACL,gBAAgB,EAChB,oBAAoB,EACpB,mBAAmB,EACnB,kBAAkB,EAClB,qBAAqB,EACrB,2BAA2B,EAC3B,gBAAgB,EAChB,KAAK,aAAa,GACnB,MAAM,mBAAmB,CAAA;AAG1B,OAAO,EACL,aAAa,EACb,iBAAiB,EACjB,kBAAkB,EAClB,oBAAoB,EACpB,WAAW,EACX,UAAU,EACV,aAAa,EACb,KAAK,gBAAgB,EACrB,UAAU,EACV,aAAa,EACb,gBAAgB,GACjB,MAAM,YAAY,CAAA;AAEnB,OAAO,EACL,0BAA0B,EAC1B,kBAAkB,EAClB,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACvB,iBAAiB,EACjB,YAAY,EACZ,mBAAmB,EACnB,uBAAuB,EACvB,mBAAmB,EACnB,oBAAoB,GACrB,MAAM,aAAa,CAAA;AAEpB,OAAO,EACL,kBAAkB,EAClB,aAAa,EACb,YAAY,EACZ,iBAAiB,EACjB,yBAAyB,GAC1B,MAAM,aAAa,CAAA;AAEpB,OAAO,EACL,gBAAgB,EAChB,YAAY,EACZ,KAAK,SAAS,EACd,YAAY,EACZ,cAAc,EACd,oBAAoB,EACpB,YAAY,EACZ,YAAY,GACb,MAAM,aAAa,CAAA;AAEpB,OAAO,EACL,YAAY,EACZ,SAAS,EACT,aAAa,EACb,QAAQ,EACR,KAAK,MAAM,EACX,KAAK,YAAY,GAClB,MAAM,UAAU,CAAA;AAGjB,OAAO,EACL,iBAAiB,EACjB,eAAe,EACf,cAAc,EACd,QAAQ,EACR,KAAK,KAAK,GACX,MAAM,SAAS,CAAA;AAEhB,YAAY,EACV,QAAQ,EACR,aAAa,EACb,WAAW,EACX,gBAAgB,EAChB,aAAa,EACb,KAAK,EACL,MAAM,GACP,MAAM,SAAS,CAAA;AAEhB,OAAO,EACL,aAAa,EACb,KAAK,YAAY,EACjB,KAAK,0BAA0B,EAC/B,iBAAiB,EACjB,cAAc,GACf,MAAM,qBAAqB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/reactive/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,EACL,KAAK,eAAe,EACpB,kBAAkB,EAClB,mBAAmB,EACnB,cAAc,EACd,cAAc,EACd,aAAa,EACb,OAAO,EACP,SAAS,GACV,MAAM,WAAW,CAAA;AAClB,OAAO,EACL,KAAK,QAAQ,EACb,KAAK,eAAe,EACpB,cAAc,EACd,UAAU,EACV,UAAU,GACX,MAAM,YAAY,CAAA;AAEnB,OAAO,EACL,KAAK,EACL,UAAU,EACV,QAAQ,EACR,kBAAkB,EAClB,YAAY,EACZ,OAAO,GACR,MAAM,WAAW,CAAA;AAClB,OAAO,EACL,YAAY,EACZ,gBAAgB,EAChB,kBAAkB,EAClB,gBAAgB,EAChB,KAAK,MAAM,EACX,KAAK,cAAc,GACpB,MAAM,UAAU,CAAA;AACjB,OAAO,EACL,iBAAiB,EACjB,oBAAoB,EACpB,wBAAwB,EACxB,uBAAuB,EACvB,qBAAqB,EACrB,iBAAiB,EACjB,KAAK,aAAa,IAAI,qBAAqB,EAC3C,kBAAkB,EAClB,2BAA2B,GAC5B,MAAM,mBAAmB,CAAA;AAC1B,OAAO,EACL,gBAAgB,EAChB,oBAAoB,EACpB,mBAAmB,EACnB,kBAAkB,EAClB,qBAAqB,EACrB,2BAA2B,EAC3B,gBAAgB,EAChB,KAAK,aAAa,GACnB,MAAM,mBAAmB,CAAA;AAG1B,OAAO,EACL,aAAa,EACb,iBAAiB,EACjB,kBAAkB,EAClB,oBAAoB,EACpB,WAAW,EACX,UAAU,EACV,aAAa,EACb,KAAK,gBAAgB,EACrB,UAAU,EACV,aAAa,EACb,gBAAgB,GACjB,MAAM,YAAY,CAAA;AAEnB,OAAO,EACL,0BAA0B,EAC1B,kBAAkB,EAClB,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACvB,iBAAiB,EACjB,YAAY,EACZ,mBAAmB,EACnB,uBAAuB,EACvB,mBAAmB,EACnB,oBAAoB,GACrB,MAAM,aAAa,CAAA;AAEpB,OAAO,EACL,kBAAkB,EAClB,aAAa,EACb,YAAY,EACZ,iBAAiB,EACjB,yBAAyB,GAC1B,MAAM,aAAa,CAAA;AAEpB,OAAO,EACL,gBAAgB,EAChB,YAAY,EACZ,KAAK,SAAS,EACd,YAAY,EACZ,cAAc,EACd,oBAAoB,EACpB,YAAY,EACZ,YAAY,GACb,MAAM,aAAa,CAAA;AAEpB,OAAO,EACL,YAAY,EACZ,SAAS,EACT,aAAa,EACb,QAAQ,EACR,KAAK,MAAM,EACX,KAAK,YAAY,GAClB,MAAM,UAAU,CAAA;AAGjB,OAAO,EACL,gBAAgB,EAChB,wBAAwB,EACxB,KAAK,kBAAkB,EACvB,KAAK,eAAe,GACrB,MAAM,eAAe,CAAA;AAGtB,OAAO,EACL,iBAAiB,EACjB,eAAe,EACf,cAAc,EACd,QAAQ,EACR,KAAK,KAAK,GACX,MAAM,SAAS,CAAA;AAEhB,YAAY,EACV,QAAQ,EACR,aAAa,EACb,WAAW,EACX,gBAAgB,EAChB,aAAa,EACb,KAAK,EACL,MAAM,GACP,MAAM,SAAS,CAAA;AAEhB,OAAO,EACL,aAAa,EACb,KAAK,YAAY,EACjB,KAAK,0BAA0B,EAC/B,iBAAiB,EACjB,cAAc,GACf,MAAM,qBAAqB,CAAA"}
|
package/dist/reactive/index.js
CHANGED
|
@@ -1,493 +1,87 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { R as
|
|
3
|
-
import { c as
|
|
4
|
-
import {
|
|
5
|
-
var N = Object.defineProperty, _ = (t, e, r) => e in t ? N(t, e, { enumerable: !0, configurable: !0, writable: !0, value: r }) : t[e] = r, o = (t, e, r) => _(t, typeof e != "symbol" ? e + "" : e, r);
|
|
6
|
-
let O = 0;
|
|
7
|
-
class R {
|
|
8
|
-
constructor(e, r = {}) {
|
|
9
|
-
this.effectFn = e, o(this, "id", ++O), o(this, "type", "effect"), o(this, "priority"), o(this, "sources", /* @__PURE__ */ new Set()), o(this, "observers", /* @__PURE__ */ new Set()), o(this, "isDisposed", !1), o(this, "cleanupFn"), o(this, "options"), o(this, "owner"), this.priority = r.priority ?? u.Normal, this.options = r, this.owner = g(), r.fireImmediately !== !1 && this.execute();
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* Notify method called by unified scheduler
|
|
13
|
-
*/
|
|
14
|
-
notify() {
|
|
15
|
-
this.isDisposed || this.execute();
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* Execute the effect with proper error handling
|
|
19
|
-
*/
|
|
20
|
-
execute() {
|
|
21
|
-
if (this.isDisposed) return;
|
|
22
|
-
if (this.cleanupFn) {
|
|
23
|
-
try {
|
|
24
|
-
this.cleanupFn();
|
|
25
|
-
} catch (s) {
|
|
26
|
-
console.error("Effect cleanup error:", s);
|
|
27
|
-
}
|
|
28
|
-
this.cleanupFn = void 0;
|
|
29
|
-
}
|
|
30
|
-
for (const s of this.sources)
|
|
31
|
-
"removeObserver" in s && typeof s.removeObserver == "function" ? s.removeObserver(this) : "observers" in s && s.observers instanceof Set && s.observers.delete(this);
|
|
32
|
-
this.sources.clear();
|
|
33
|
-
const e = v(), r = this.setCurrentComputation || (() => {
|
|
34
|
-
});
|
|
35
|
-
r(this);
|
|
36
|
-
try {
|
|
37
|
-
const s = this.effectFn();
|
|
38
|
-
typeof s == "function" && (this.cleanupFn = s);
|
|
39
|
-
} catch (s) {
|
|
40
|
-
if (this.options.onError)
|
|
41
|
-
try {
|
|
42
|
-
this.options.onError(s);
|
|
43
|
-
} catch (n) {
|
|
44
|
-
throw console.error("Effect error handler threw error:", n), s;
|
|
45
|
-
}
|
|
46
|
-
else
|
|
47
|
-
throw console.error(`Effect ${this.options.debugName || this.id} threw error:`, s), s;
|
|
48
|
-
} finally {
|
|
49
|
-
r(e);
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
/**
|
|
53
|
-
* Complete cleanup for memory management
|
|
54
|
-
*/
|
|
55
|
-
cleanup() {
|
|
56
|
-
if (this.isDisposed = !0, this.cleanupFn) {
|
|
57
|
-
try {
|
|
58
|
-
this.cleanupFn();
|
|
59
|
-
} catch (e) {
|
|
60
|
-
console.error("Effect cleanup error:", e);
|
|
61
|
-
}
|
|
62
|
-
this.cleanupFn = void 0;
|
|
63
|
-
}
|
|
64
|
-
for (const e of this.sources)
|
|
65
|
-
"removeObserver" in e && typeof e.removeObserver == "function" ? e.removeObserver(this) : "observers" in e && e.observers instanceof Set && e.observers.delete(this);
|
|
66
|
-
if (this.sources.clear(), this.owner?.cleanups) {
|
|
67
|
-
const e = this.owner.cleanups.indexOf(this.cleanup.bind(this));
|
|
68
|
-
e >= 0 && this.owner.cleanups.splice(e, 1);
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
/**
|
|
72
|
-
* Dispose the effect (alias for cleanup)
|
|
73
|
-
*/
|
|
74
|
-
dispose() {
|
|
75
|
-
this.cleanup();
|
|
76
|
-
}
|
|
77
|
-
/**
|
|
78
|
-
* Check if effect is disposed
|
|
79
|
-
*/
|
|
80
|
-
get disposed() {
|
|
81
|
-
return this.isDisposed;
|
|
82
|
-
}
|
|
83
|
-
/**
|
|
84
|
-
* Debug information
|
|
85
|
-
*/
|
|
86
|
-
[Symbol.for("tachui.debug")]() {
|
|
87
|
-
return {
|
|
88
|
-
id: this.id,
|
|
89
|
-
type: this.type,
|
|
90
|
-
priority: u[this.priority],
|
|
91
|
-
debugName: this.options.debugName,
|
|
92
|
-
disposed: this.isDisposed,
|
|
93
|
-
sourceCount: this.sources.size,
|
|
94
|
-
hasCleanup: !!this.cleanupFn
|
|
95
|
-
};
|
|
96
|
-
}
|
|
97
|
-
toString() {
|
|
98
|
-
return `Effect(${this.options.debugName || this.id})`;
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
function l(t, e) {
|
|
102
|
-
const r = new R(t, e), s = g();
|
|
103
|
-
return s && s.cleanups.push(() => r.cleanup()), () => r.cleanup();
|
|
104
|
-
}
|
|
105
|
-
function A(t, e) {
|
|
106
|
-
return l(t, { ...e, priority: u.High });
|
|
107
|
-
}
|
|
108
|
-
function L(t, e) {
|
|
109
|
-
return l(t, { ...e, priority: u.Low });
|
|
110
|
-
}
|
|
111
|
-
function V(t, e) {
|
|
112
|
-
return l(t, { ...e, fireImmediately: !1 });
|
|
113
|
-
}
|
|
114
|
-
function W(t, e, r = 3, s) {
|
|
115
|
-
let n = 0;
|
|
116
|
-
const f = () => {
|
|
117
|
-
try {
|
|
118
|
-
return t();
|
|
119
|
-
} catch (m) {
|
|
120
|
-
if (n++, e && n <= r && e(m, n)) {
|
|
121
|
-
setTimeout(() => f(), n * 100);
|
|
122
|
-
return;
|
|
123
|
-
} else
|
|
124
|
-
throw m;
|
|
125
|
-
}
|
|
126
|
-
};
|
|
127
|
-
return l(f, {
|
|
128
|
-
...s,
|
|
129
|
-
debugName: `${s?.debugName || "effect"}(resilient)`
|
|
130
|
-
});
|
|
131
|
-
}
|
|
132
|
-
function j(t) {
|
|
133
|
-
const e = t.map(({ fn: r, options: s }) => l(r, s));
|
|
134
|
-
return () => {
|
|
135
|
-
e.forEach((r) => r());
|
|
136
|
-
};
|
|
137
|
-
}
|
|
138
|
-
function H() {
|
|
139
|
-
return c.getInstance().getPerformanceMetrics();
|
|
140
|
-
}
|
|
141
|
-
function B() {
|
|
142
|
-
c.getInstance().flushSync();
|
|
143
|
-
}
|
|
144
|
-
var $ = Object.defineProperty, I = (t, e, r) => e in t ? $(t, e, { enumerable: !0, configurable: !0, writable: !0, value: r }) : t[e] = r, a = (t, e, r) => I(t, typeof e != "symbol" ? e + "" : e, r);
|
|
145
|
-
let x = 0;
|
|
146
|
-
class P {
|
|
147
|
-
constructor(e, r = {}) {
|
|
148
|
-
a(this, "id", ++x), a(this, "type", "signal"), a(this, "priority"), a(this, "observers", /* @__PURE__ */ new Set()), a(this, "_value"), a(this, "scheduler", c.getInstance()), a(this, "equalsFn"), a(this, "debugName"), a(this, "options"), this._value = e, this.options = r, this.priority = r.priority ?? u.Normal, this.equalsFn = r.equals ?? E, this.debugName = r.debugName;
|
|
149
|
-
}
|
|
150
|
-
/**
|
|
151
|
-
* Get the current value and track dependency
|
|
152
|
-
*/
|
|
153
|
-
getValue() {
|
|
154
|
-
const e = v();
|
|
155
|
-
return e && e.state !== d.Disposed && (this.observers.add(e), e.sources.add(this)), this._value;
|
|
156
|
-
}
|
|
157
|
-
/**
|
|
158
|
-
* Get the current value without tracking dependency
|
|
159
|
-
*/
|
|
160
|
-
peek() {
|
|
161
|
-
return this._value;
|
|
162
|
-
}
|
|
163
|
-
/**
|
|
164
|
-
* Set a new value using custom equality function
|
|
165
|
-
*/
|
|
166
|
-
setValue(e) {
|
|
167
|
-
const r = typeof e == "function" ? e(this._value) : e;
|
|
168
|
-
if (!this.equalsFn(r, this._value)) {
|
|
169
|
-
const s = this._value;
|
|
170
|
-
this._value = r, process.env.NODE_ENV === "development" && this.debugName && console.debug(`[Signal:${this.debugName}] ${s} -> ${r}`), this.scheduler.schedule(this);
|
|
171
|
-
}
|
|
172
|
-
return r;
|
|
173
|
-
}
|
|
174
|
-
/**
|
|
175
|
-
* Notify all observers (called by scheduler)
|
|
176
|
-
*/
|
|
177
|
-
notify() {
|
|
178
|
-
for (const e of this.observers)
|
|
179
|
-
e.state !== d.Disposed && (e.state = d.Dirty, "type" in e && "priority" in e && this.scheduler.schedule(e));
|
|
180
|
-
}
|
|
181
|
-
/**
|
|
182
|
-
* Remove an observer (cleanup)
|
|
183
|
-
*/
|
|
184
|
-
removeObserver(e) {
|
|
185
|
-
this.observers.delete(e);
|
|
186
|
-
}
|
|
187
|
-
/**
|
|
188
|
-
* Complete cleanup for memory management
|
|
189
|
-
*/
|
|
190
|
-
cleanup() {
|
|
191
|
-
for (const e of this.observers)
|
|
192
|
-
e.sources.delete(this);
|
|
193
|
-
this.observers.clear();
|
|
194
|
-
}
|
|
195
|
-
/**
|
|
196
|
-
* Get debug information about this signal
|
|
197
|
-
*/
|
|
198
|
-
[Symbol.for("tachui.debug")]() {
|
|
199
|
-
return {
|
|
200
|
-
id: this.id,
|
|
201
|
-
type: this.type,
|
|
202
|
-
value: this._value,
|
|
203
|
-
observerCount: this.observers.size,
|
|
204
|
-
priority: u[this.priority],
|
|
205
|
-
debugName: this.debugName,
|
|
206
|
-
equalsFn: this.equalsFn.name || "anonymous"
|
|
207
|
-
};
|
|
208
|
-
}
|
|
209
|
-
toString() {
|
|
210
|
-
return `Signal(${this.options.debugName || this.id}): ${this._value}`;
|
|
211
|
-
}
|
|
212
|
-
}
|
|
213
|
-
function p(t, e) {
|
|
214
|
-
const r = new P(t, e), s = r.getValue.bind(r);
|
|
215
|
-
s.peek = r.peek.bind(r);
|
|
216
|
-
const n = r.setValue.bind(r);
|
|
217
|
-
return Object.defineProperty(s, Symbol.for("tachui.signal"), {
|
|
218
|
-
value: r,
|
|
219
|
-
enumerable: !1
|
|
220
|
-
}), [s, n];
|
|
221
|
-
}
|
|
222
|
-
function G(t, e) {
|
|
223
|
-
return p(t, {
|
|
224
|
-
...e,
|
|
225
|
-
equals: y
|
|
226
|
-
});
|
|
227
|
-
}
|
|
228
|
-
function k(t, e) {
|
|
229
|
-
return p(t, {
|
|
230
|
-
...e,
|
|
231
|
-
equals: b
|
|
232
|
-
});
|
|
233
|
-
}
|
|
234
|
-
function J(t) {
|
|
235
|
-
return t[Symbol.for("tachui.signal")] || null;
|
|
236
|
-
}
|
|
237
|
-
function K(t) {
|
|
238
|
-
return typeof t == "function" && Symbol.for("tachui.signal") in t;
|
|
239
|
-
}
|
|
240
|
-
function Q() {
|
|
241
|
-
c.getInstance().flushSync();
|
|
242
|
-
}
|
|
243
|
-
function X() {
|
|
244
|
-
return c.getInstance().getPerformanceMetrics();
|
|
245
|
-
}
|
|
246
|
-
let S = !0, i = {
|
|
247
|
-
signalsConverted: 0,
|
|
248
|
-
computedsConverted: 0,
|
|
249
|
-
effectsConverted: 0,
|
|
250
|
-
errorsFixed: 0
|
|
251
|
-
};
|
|
252
|
-
function Y(t) {
|
|
253
|
-
return S && console.warn(
|
|
254
|
-
"createLegacySignal is deprecated. Use createSignal() or createEnhancedSignal() instead. See: https://docs.tachui.dev/migration/reactive-system"
|
|
255
|
-
), i.signalsConverted++, C(t);
|
|
256
|
-
}
|
|
257
|
-
function D(t, e) {
|
|
258
|
-
const r = t[0]();
|
|
259
|
-
let s;
|
|
260
|
-
switch (e?.equals) {
|
|
261
|
-
case "deep":
|
|
262
|
-
s = y;
|
|
263
|
-
break;
|
|
264
|
-
case "shallow":
|
|
265
|
-
s = b;
|
|
266
|
-
break;
|
|
267
|
-
case "custom":
|
|
268
|
-
s = e.customEquals;
|
|
269
|
-
break;
|
|
270
|
-
default:
|
|
271
|
-
s = void 0;
|
|
272
|
-
}
|
|
273
|
-
return i.signalsConverted++, p(r, {
|
|
274
|
-
equals: s,
|
|
275
|
-
priority: e?.priority,
|
|
276
|
-
debugName: e?.debugName
|
|
277
|
-
});
|
|
278
|
-
}
|
|
279
|
-
function Z(t) {
|
|
280
|
-
const e = t(), r = [];
|
|
281
|
-
let s = "enhanced";
|
|
282
|
-
return typeof e == "object" && e !== null && (Array.isArray(e) ? (r.push("Consider using deepEquals for array values to detect mutations"), r.push("Use createDeepSignal() for automatic deep comparison"), s = "deep") : (r.push("Consider using shallowEquals for object values with simple properties"), r.push("Use createShallowSignal() for automatic shallow comparison"), s = "shallow")), r.length === 0 && r.push("Signal looks good for reference equality"), { recommendations: r, suggestedMigration: s };
|
|
283
|
-
}
|
|
284
|
-
function ee(t) {
|
|
285
|
-
const e = {
|
|
286
|
-
signals: [],
|
|
287
|
-
computeds: [],
|
|
288
|
-
effects: [],
|
|
289
|
-
cleanup: () => {
|
|
290
|
-
}
|
|
291
|
-
};
|
|
292
|
-
t.signals && (e.signals = t.signals.map(
|
|
293
|
-
({ original: s, options: n }) => D(s, n)
|
|
294
|
-
)), t.computeds && (e.computeds = t.computeds.map(({ original: s, options: n }) => (i.computedsConverted++, w(s, n))));
|
|
295
|
-
const r = [];
|
|
296
|
-
return t.effects && t.effects.forEach(({ original: s, options: n }) => {
|
|
297
|
-
i.effectsConverted++;
|
|
298
|
-
const f = l(s, n);
|
|
299
|
-
r.push(f);
|
|
300
|
-
}), e.cleanup = () => {
|
|
301
|
-
r.forEach((s) => s());
|
|
302
|
-
}, e;
|
|
303
|
-
}
|
|
304
|
-
function te(t) {
|
|
305
|
-
const e = [];
|
|
306
|
-
let r = t;
|
|
307
|
-
return [
|
|
308
|
-
{
|
|
309
|
-
from: /createSignal\(/g,
|
|
310
|
-
to: "createEnhancedSignal(",
|
|
311
|
-
description: "Upgraded createSignal to createEnhancedSignal"
|
|
312
|
-
},
|
|
313
|
-
{
|
|
314
|
-
from: /createComputed\(([^,]+)\)/g,
|
|
315
|
-
to: "createComputed($1, { debugName: 'computed' })",
|
|
316
|
-
description: "Added debug name to createComputed"
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
from: /createEffect\(([^,]+)\)/g,
|
|
320
|
-
to: "createEnhancedEffect($1, { debugName: 'effect' })",
|
|
321
|
-
description: "Upgraded createEffect to createEnhancedEffect with debug name"
|
|
322
|
-
}
|
|
323
|
-
].forEach((n) => {
|
|
324
|
-
r.match(n.from) && (r = r.replace(n.from, n.to), e.push(n.description));
|
|
325
|
-
}), { newCode: r, transformations: e };
|
|
326
|
-
}
|
|
327
|
-
function U() {
|
|
328
|
-
const t = c.getInstance(), e = t.getPerformanceMetrics(), r = [];
|
|
329
|
-
let s = 100;
|
|
330
|
-
return e.errorCount > 0 && (r.push(`Fix ${e.errorCount} reactive errors for better stability`), s -= e.errorCount * 5), e.averageUpdateTime > 16 && (r.push("Update times exceed 16ms - consider optimizing computations"), s -= 20), e.totalNodes > 1e3 && (r.push("High number of reactive nodes - consider batching updates"), s -= 10), {
|
|
331
|
-
scheduler: t.getDebugInfo(),
|
|
332
|
-
signals: {
|
|
333
|
-
total: i.signalsConverted,
|
|
334
|
-
recommendations: ["Use appropriate equality functions for your data types"]
|
|
335
|
-
},
|
|
336
|
-
computeds: {
|
|
337
|
-
total: i.computedsConverted,
|
|
338
|
-
recommendations: ["Add error recovery for critical computations"]
|
|
339
|
-
},
|
|
340
|
-
effects: {
|
|
341
|
-
total: i.effectsConverted,
|
|
342
|
-
recommendations: ["Use appropriate priorities for different effect types"]
|
|
343
|
-
},
|
|
344
|
-
overallScore: Math.max(0, s),
|
|
345
|
-
recommendations: r
|
|
346
|
-
};
|
|
347
|
-
}
|
|
348
|
-
function re(t = { verbose: !1 }) {
|
|
349
|
-
const e = c.getInstance(), r = (n) => {
|
|
350
|
-
console.error("🔥 Reactive System Error:", n), i.errorsFixed++;
|
|
351
|
-
}, s = e.onError(r);
|
|
352
|
-
return t.verbose && (console.log("🔍 Reactive debugging enabled"), console.log("📊 Migration stats:", i)), () => {
|
|
353
|
-
s(), t.verbose && console.log("🔍 Reactive debugging disabled");
|
|
354
|
-
};
|
|
355
|
-
}
|
|
356
|
-
function se() {
|
|
357
|
-
return { ...i };
|
|
358
|
-
}
|
|
359
|
-
function ne() {
|
|
360
|
-
i = {
|
|
361
|
-
signalsConverted: 0,
|
|
362
|
-
computedsConverted: 0,
|
|
363
|
-
effectsConverted: 0,
|
|
364
|
-
errorsFixed: 0
|
|
365
|
-
};
|
|
366
|
-
}
|
|
367
|
-
function ie(t) {
|
|
368
|
-
S = t;
|
|
369
|
-
}
|
|
370
|
-
function oe() {
|
|
371
|
-
const t = U();
|
|
372
|
-
return `
|
|
373
|
-
# TachUI Reactive System Migration Report
|
|
374
|
-
|
|
375
|
-
## Statistics
|
|
376
|
-
- Signals converted: ${i.signalsConverted}
|
|
377
|
-
- Computeds converted: ${i.computedsConverted}
|
|
378
|
-
- Effects converted: ${i.effectsConverted}
|
|
379
|
-
- Errors fixed: ${i.errorsFixed}
|
|
380
|
-
|
|
381
|
-
## Performance Score: ${t.overallScore}/100
|
|
382
|
-
|
|
383
|
-
## Recommendations
|
|
384
|
-
${t.recommendations.map((e) => `- ${e}`).join(`
|
|
385
|
-
`)}
|
|
386
|
-
|
|
387
|
-
## Generated: ${(/* @__PURE__ */ new Date()).toISOString()}
|
|
388
|
-
`;
|
|
389
|
-
}
|
|
390
|
-
function ae() {
|
|
391
|
-
return h() !== null;
|
|
392
|
-
}
|
|
393
|
-
function M(t) {
|
|
394
|
-
return q(null, t);
|
|
395
|
-
}
|
|
396
|
-
function ce(t) {
|
|
397
|
-
return M(() => F(t));
|
|
398
|
-
}
|
|
399
|
-
function ue() {
|
|
400
|
-
let t = h();
|
|
401
|
-
if (!t) return null;
|
|
402
|
-
for (; t.parent; )
|
|
403
|
-
t = t.parent;
|
|
404
|
-
return t;
|
|
405
|
-
}
|
|
406
|
-
function le() {
|
|
407
|
-
const t = [];
|
|
408
|
-
let e = h();
|
|
409
|
-
for (; e; )
|
|
410
|
-
t.push(e), e = e.parent;
|
|
411
|
-
return t;
|
|
412
|
-
}
|
|
1
|
+
import { T as t, c as s, a as r, b as c, e as i, f as n, d as l, g as o, h as g, o as u, s as f, i as d, j as h, k as E } from "../scheduler-DI_8ykMk.js";
|
|
2
|
+
import { R as m, L as p, U as R, p as y, v, w as C, a as b, b as q, x as w, n as x, y as P, c as T, z as M, A as O, B as L, H as U, f as I, I as j, o as k, t as z, g as B, J as D, d as W, i as A, E as G, r as F, K as H, F as J, G as K, u as N } from "../theme-BFaKUcjZ.js";
|
|
3
|
+
import { c as V, b as X, a as Y, d as Z } from "../effect-DGmdACI2.js";
|
|
4
|
+
import { p as $, q as ee, i as ae, A as te, c as se, a as re, j as ce, b as ie, r as ne, d as le, s as oe, e as ge, k as ue, F as fe, G as de, f as he, t as Ee, g as Se, l as me, h as pe, m as Re, u as ye, B as ve, C as Ce, n as be, o as qe, D as we, v as xe, w as Pe, x as Te, y as Me, E as Oe, z as Le } from "../signal-list-BdpxSodS.js";
|
|
413
5
|
export {
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
6
|
+
m as ReactiveError,
|
|
7
|
+
p as ReactiveScheduler,
|
|
8
|
+
t as TaskPriority,
|
|
9
|
+
R as UpdatePriority,
|
|
10
|
+
$ as analyzeReactivePerformance,
|
|
11
|
+
ee as analyzeSignalUsage,
|
|
12
|
+
y as batch,
|
|
13
|
+
v as combineEquals,
|
|
14
|
+
C as createArrayEquals,
|
|
15
|
+
s as createCleanupGroup,
|
|
16
|
+
b as createComputed,
|
|
17
|
+
ae as createDeepSignal,
|
|
18
|
+
te as createDetachedRoot,
|
|
19
|
+
V as createEffect,
|
|
20
|
+
se as createEffectBatch,
|
|
21
|
+
re as createEnhancedEffect,
|
|
22
|
+
ce as createEnhancedSignal,
|
|
23
|
+
r as createEventListener,
|
|
24
|
+
ie as createHighPriorityEffect,
|
|
25
|
+
c as createInterval,
|
|
26
|
+
ne as createLegacySignal,
|
|
27
|
+
le as createLowPriorityEffect,
|
|
28
|
+
q as createMemo,
|
|
437
29
|
oe as createMigrationReport,
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
30
|
+
w as createObjectEquals,
|
|
31
|
+
X as createOnceEffect,
|
|
32
|
+
Y as createRenderEffect,
|
|
33
|
+
ge as createResilientEffect,
|
|
34
|
+
i as createResource,
|
|
35
|
+
x as createRoot,
|
|
36
|
+
P as createSelectorEquals,
|
|
37
|
+
ue as createShallowSignal,
|
|
38
|
+
T as createSignal,
|
|
39
|
+
fe as createSignalList,
|
|
40
|
+
de as createSignalListControls,
|
|
41
|
+
Z as createSyncEffect,
|
|
42
|
+
n as createTimeout,
|
|
43
|
+
he as createWatchEffect,
|
|
44
|
+
M as debugEquals,
|
|
45
|
+
O as deepEquals,
|
|
46
|
+
L as defaultEquals,
|
|
47
|
+
U as detectSystemTheme,
|
|
48
|
+
l as dispose,
|
|
49
|
+
Ee as enableReactiveDebugging,
|
|
50
|
+
o as enableScheduling,
|
|
51
|
+
Se as flushEffectUpdates,
|
|
52
|
+
me as flushSignalUpdates,
|
|
53
|
+
I as flushSync,
|
|
54
|
+
j as getCurrentTheme,
|
|
55
|
+
pe as getEffectPerformanceMetrics,
|
|
56
|
+
Re as getEnhancedSignalImpl,
|
|
57
|
+
ye as getMigrationStats,
|
|
58
|
+
k as getOwner,
|
|
59
|
+
ve as getOwnerChain,
|
|
60
|
+
z as getReactiveContext,
|
|
61
|
+
Ce as getRootOwner,
|
|
62
|
+
g as getScheduler,
|
|
63
|
+
B as getSignalImpl,
|
|
64
|
+
be as getSignalPerformanceMetrics,
|
|
65
|
+
D as getThemeSignal,
|
|
66
|
+
W as isComputed,
|
|
67
|
+
qe as isEnhancedSignal,
|
|
68
|
+
we as isReactiveContext,
|
|
69
|
+
A as isSignal,
|
|
70
|
+
G as jsonEquals,
|
|
71
|
+
xe as migrateBatch,
|
|
72
|
+
Pe as migrateReactiveCode,
|
|
73
|
+
Te as migrateToEnhancedSignal,
|
|
74
|
+
u as onCleanup,
|
|
75
|
+
Me as resetMigrationStats,
|
|
76
|
+
Oe as runOutsideReactiveContext,
|
|
77
|
+
F as runWithOwner,
|
|
78
|
+
f as scheduleIdle,
|
|
79
|
+
d as scheduleUpdate,
|
|
80
|
+
h as scheduleWithPriority,
|
|
81
|
+
Le as setMigrationWarnings,
|
|
82
|
+
E as setScheduler,
|
|
83
|
+
H as setTheme,
|
|
84
|
+
J as shallowEquals,
|
|
85
|
+
K as structuralEquals,
|
|
86
|
+
N as untrack
|
|
493
87
|
};
|