sibujs 1.2.0 → 1.4.0

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.
Files changed (95) hide show
  1. package/README.md +29 -25
  2. package/dist/browser.cjs +804 -2
  3. package/dist/browser.d.cts +591 -1
  4. package/dist/browser.d.ts +591 -1
  5. package/dist/browser.js +50 -8
  6. package/dist/build.cjs +655 -237
  7. package/dist/build.js +15 -93
  8. package/dist/cdn.global.js +188 -7
  9. package/dist/chunk-2BYQDGN3.js +742 -0
  10. package/dist/chunk-32DY64NT.js +282 -0
  11. package/dist/chunk-3AIRKM3B.js +1263 -0
  12. package/dist/chunk-3X2YG6YM.js +505 -0
  13. package/dist/chunk-5X6PP2UK.js +28 -0
  14. package/dist/chunk-77L6NL3X.js +1097 -0
  15. package/dist/chunk-BGN5ZMP4.js +26 -0
  16. package/dist/chunk-BTU3TJDS.js +365 -0
  17. package/dist/chunk-CHF5OHIA.js +61 -0
  18. package/dist/chunk-CMBFNA7L.js +27 -0
  19. package/dist/chunk-CNZ35WI2.js +178 -0
  20. package/dist/chunk-DAHRH4ON.js +331 -0
  21. package/dist/chunk-EBGIRKQY.js +616 -0
  22. package/dist/chunk-EUZND3CB.js +27 -0
  23. package/dist/chunk-F3FA4F32.js +292 -0
  24. package/dist/chunk-JAKHTMQU.js +1000 -0
  25. package/dist/chunk-JCI5M6U6.js +956 -0
  26. package/dist/chunk-KQPDEVVS.js +398 -0
  27. package/dist/chunk-M4NLBH4I.js +725 -0
  28. package/dist/chunk-NEKUBFPT.js +60 -0
  29. package/dist/chunk-NYVAC6P5.js +37 -0
  30. package/dist/chunk-PTQJDMRT.js +146 -0
  31. package/dist/chunk-QWZG56ET.js +2744 -0
  32. package/dist/chunk-TSOKIX5Z.js +654 -0
  33. package/dist/chunk-UHNL42EF.js +2730 -0
  34. package/dist/chunk-VRW3FULF.js +725 -0
  35. package/dist/chunk-WZSPOOER.js +84 -0
  36. package/dist/chunk-YT6HQ6AM.js +14 -0
  37. package/dist/chunk-ZD6OAMTH.js +277 -0
  38. package/dist/chunk-ZWKZCBO6.js +317 -0
  39. package/dist/contracts-DDrwxvJ-.d.cts +245 -0
  40. package/dist/contracts-DDrwxvJ-.d.ts +245 -0
  41. package/dist/contracts-xo5ckdRP.d.cts +240 -0
  42. package/dist/contracts-xo5ckdRP.d.ts +240 -0
  43. package/dist/data.cjs +35 -2
  44. package/dist/data.d.cts +7 -0
  45. package/dist/data.d.ts +7 -0
  46. package/dist/data.js +9 -8
  47. package/dist/devtools.cjs +122 -0
  48. package/dist/devtools.d.cts +69 -461
  49. package/dist/devtools.d.ts +69 -461
  50. package/dist/devtools.js +127 -6
  51. package/dist/ecosystem.cjs +23 -6
  52. package/dist/ecosystem.d.cts +1 -1
  53. package/dist/ecosystem.d.ts +1 -1
  54. package/dist/ecosystem.js +10 -9
  55. package/dist/extras.cjs +1208 -88
  56. package/dist/extras.d.cts +6 -6
  57. package/dist/extras.d.ts +6 -6
  58. package/dist/extras.js +70 -33
  59. package/dist/index.cjs +663 -158
  60. package/dist/index.d.cts +398 -40
  61. package/dist/index.d.ts +398 -40
  62. package/dist/index.js +39 -21
  63. package/dist/introspect-BumjnBKr.d.cts +477 -0
  64. package/dist/introspect-CZrlcaYy.d.ts +477 -0
  65. package/dist/introspect-Cb0zgpi2.d.cts +477 -0
  66. package/dist/introspect-Y2xNXGSf.d.ts +477 -0
  67. package/dist/motion.js +4 -4
  68. package/dist/patterns.cjs +51 -24
  69. package/dist/patterns.d.cts +19 -57
  70. package/dist/patterns.d.ts +19 -57
  71. package/dist/patterns.js +8 -16
  72. package/dist/performance.js +4 -4
  73. package/dist/plugins.cjs +429 -82
  74. package/dist/plugins.d.cts +27 -4
  75. package/dist/plugins.d.ts +27 -4
  76. package/dist/plugins.js +156 -37
  77. package/dist/ssr-4PBXAOO3.js +40 -0
  78. package/dist/ssr-Do_SiVoL.d.cts +201 -0
  79. package/dist/ssr-Do_SiVoL.d.ts +201 -0
  80. package/dist/ssr.cjs +312 -60
  81. package/dist/ssr.d.cts +10 -1
  82. package/dist/ssr.d.ts +10 -1
  83. package/dist/ssr.js +13 -10
  84. package/dist/tagFactory-DaJ0YWX6.d.cts +47 -0
  85. package/dist/tagFactory-DaJ0YWX6.d.ts +47 -0
  86. package/dist/testing.cjs +233 -2
  87. package/dist/testing.d.cts +42 -1
  88. package/dist/testing.d.ts +42 -1
  89. package/dist/testing.js +129 -2
  90. package/dist/ui.cjs +374 -8
  91. package/dist/ui.d.cts +252 -2
  92. package/dist/ui.d.ts +252 -2
  93. package/dist/ui.js +329 -11
  94. package/dist/widgets.js +7 -7
  95. package/package.json +1 -1
package/dist/extras.d.cts CHANGED
@@ -1,16 +1,16 @@
1
1
  export { InfiniteQueryOptions, InfiniteQueryResult, LoaderRoute, MutationOptions, MutationResult, OfflineStore, OfflineStoreOptions, QueryOptions, QueryResult, Resource, ResourceOptions, RetryOptions, RouteLoaderFn, SyncAdapter, SyncChange, SyncResult, calculateDelay, clearQueryCache, debounce, executeLoader, getQueryData, infiniteQuery, invalidateQueries, loaderData, mutation, offlineStore, preloadRoute, previous, query, resource, setQueryData, socket, stream, syncAdapter, throttle, withRetry } from './data.cjs';
2
- export { battery, clipboard, colorScheme, draggable, dropZone, formatCurrency, formatNumber, geo, idle, media, online, permissions, resize, scroll, title } from './browser.cjs';
3
- export { GlobalStore, MachineConfig, MachineReturn, Middleware, OptimisticAction, PersistOptions, Selector, TimeTravelReturn, createEffect, createMemo, createSignal, globalStore, machine, optimistic, optimisticList, persisted, timeline } from './patterns.cjs';
4
- export { C as ComponentProps, P as PropDef, a as PropSchema, R as RenderProp, V as Validator, b as assertType, c as composable, d as compose, e as createGuard, f as createSlots, g as defineComponent, h as defineSlottedComponent, i as defineStrictComponent, v as validateProps, j as validators, w as withBoundary, k as withDefaults, l as withProps, m as withWrapper } from './contracts-DOrhwbke.cjs';
2
+ export { AnimationFrameOptions, BoundsRect, GamepadSnapshot, ImageLoaderState, KeyboardOptions, MouseOptions, MutationObserverOptions, SpeakOptions, SwipeDirection, SwipeOptions, TextSelectionState, UrlStateOptions, animationFrame, battery, bounds, broadcast, clipboard, colorScheme, draggable, dropZone, favicon, formatCurrency, formatNumber, fullscreen, gamepad, geo, idle, imageLoader, keyboard, media, mouse, mutationObserver, network, online, permissions, pointerLock, resize, scroll, speech, svgFavicon, swipe, textSelection, title, urlState, vibrate, visibility, wakeLock, windowSize } from './browser.cjs';
3
+ export { GlobalStore, MachineConfig, MachineReturn, Middleware, OptimisticAction, PersistOptions, Selector, TimeTravelReturn, globalStore, machine, optimistic, optimisticList, persisted, timeline } from './patterns.cjs';
4
+ export { C as ComponentProps, P as PropDef, a as PropSchema, R as RenderProp, V as Validator, b as assertType, c as compose, d as createGuard, e as createSlots, f as defineComponent, g as defineSlottedComponent, h as defineStrictComponent, v as validateProps, i as validators, w as withBoundary, j as withDefaults, k as withProps, l as withWrapper } from './contracts-xo5ckdRP.cjs';
5
5
  export { AnimationPreset, PresetOptions, SlideDirection, SpringOptions, TransitionGroup, TransitionGroupOptions, TransitionOptions, animate, bounceIn, bounceOut, fadeIn, fadeOut, flipIn, pulse, reducedMotion, scaleDown, scaleUp, sequence, shake, slideIn, slideOut, spring, springSignal, stagger, transition, viewTransition } from './motion.cjs';
6
6
  export { B as BoundFieldProps, C as CustomElementOptions, F as FieldConfig, a as FocusTrap, b as FormConfig, c as FormField, d as FormReturn, I as IntersectionResult, M as MaskOptions, T as Toast, e as ToastInstance, V as ValidatorFn, f as VirtualList, g as VirtualListProps, h as announce, i as aria, j as bindAttrs, k as bindBoolAttr, l as bindData, m as bindField, n as creditCardMask, o as custom, p as dateMask, q as defineElement, r as dialog, s as email, t as eventBus, u as focus, v as form, w as hotkey, x as infiniteScroll, y as inputMask, z as intersection, A as lazyLoad, D as matchesPattern, E as max, G as maxLength, H as min, J as minLength, K as pagination, L as phoneMask, N as removeScopedStyle, O as required, P as scopedStyle, Q as ssnMask, R as svgElement, S as timeMask, U as toast, W as withScopedStyle, X as zipMask } from './customElement-D2DJp_xn.cjs';
7
7
  export { ChunkConfig, DOMPool, Features, NormalizeResult, NormalizedEntities, NormalizedSchema, NormalizedState, NormalizedStoreActions, Priority, PriorityLevel, block, cloneTemplate, conditional, createChunkRegistry, deferredValue, denormalize, devOnly, domPool, flushScheduler, hoistable, lazyChunk, noSideEffect, normalize, normalizedStore, pendingTasks, precompile, prefetch, preloadImage, preloadModule, preloadModules, preloadResource, processInChunks, pure, resetIdCounter, scheduleUpdate, setIdPrefix, startTransition, staticTemplate, transitionState, uniqueId, yieldToMain } from './performance.cjs';
8
8
  export { ActionFn, ActionResult, Head, ISROptions, MicroApp, MicroAppConfig, MiddlewareFn, SSGOptions, SSGResult, ScrollRestorationOptions, ServiceWorkerState, SharedScope, UseWorkerFnReturn, UseWorkerReturn, WasmConfig, WasmModuleState, WorkerPool, clearWasmCache, composeMiddleware, createAction, createISR, createMicroApp, createMiddlewareChain, createSharedScope, createWasmBridge, createWorkerPool, defineRemoteComponent, generateStaticSite, isWasmCached, loadRemoteModule, loadWasmModule, preloadWasm, scrollRestoration, serviceWorker, setCanonical, setStructuredData, wasm, worker, workerFn } from './ssr.cjs';
9
- export { T as TrustedHTML, c as collectStream, d as deserializeState, h as hydrate, a as hydrateIslands, b as hydrateProgressively, i as island, r as renderToDocument, e as renderToReadableStream, f as renderToStream, g as renderToString, j as renderToSuspenseStream, k as resetSSRState, s as serializeState, l as ssrSuspense, m as suspenseSwapScript, t as trustHTML } from './ssr-BA6sxxUd.cjs';
9
+ export { H as HydrateOptions, a as HydrationMismatch, T as TrustedHTML, c as collectStream, d as deserializeState, e as escapeScriptJson, h as hydrate, b as hydrateIslands, f as hydrateProgressively, i as island, r as renderToDocument, g as renderToReadableStream, j as renderToStream, k as renderToString, l as renderToSuspenseStream, m as resetSSRState, s as serializeState, n as ssrSuspense, o as suspenseSwapScript, t as trustHTML } from './ssr-Do_SiVoL.cjs';
10
10
  export { P as PluginContext, S as SibuPlugin, c as createPlugin, i as inject, p as plugin, r as resetPlugins, t as triggerPluginError, a as triggerPluginMount, b as triggerPluginUnmount } from './plugin-Bek4RhJY.cjs';
11
11
  export { M as Migration, S as SemVer, V as VERSION, b as bundlerMetadata, c as checkCompatibility, a as compareSemVer, d as createBootSequence, e as createBundle, f as createMigrationRunner, g as createModuleRegistry, h as createSSRCache, i as createTestHarness, j as deferNonCritical, k as env, l as healthCheck, m as lazyModule, p as packageInfo, n as parseSemVer, o as preloadCritical, q as prerenderRoutes, s as satisfies } from './startup-0Qv6aosO.cjs';
12
- export { DevToolsEvent, DevtoolsOverlayOptions, ProfilerResult, ReactiveNodeInfo, SibuError, checkLeaks, clearDebugValues, clearHMRState, clearPerformanceData, createDevtoolsOverlay, createErrorReporter, createHMRBoundary, createProfiler, debugLog, debugValue, devState, disableDebug, enableDebug, formatError, getActiveDevTools, getDebugValues, getDependencies, getPerformanceReport, getSignalName, getSubscriberCount, hmrState, initDevTools, inspectSignal, isDebugEnabled, isHMRAvailable, measureRender, perfTracker, registerHMR, runCleanups, startMeasure, trackCleanup, walkDependencyGraph, withErrorTracking } from './devtools.cjs';
12
+ export { D as DevToolsEvent, a as DevtoolsOverlayOptions, P as ProfilerResult, R as ReactiveNodeInfo, S as SibuError, c as checkLeaks, b as clearDebugValues, d as clearHMRState, e as clearPerformanceData, f as createDevtoolsOverlay, g as createErrorReporter, h as createHMRBoundary, i as createProfiler, j as debugLog, k as debugValue, l as devState, m as disableDebug, n as enableDebug, o as formatError, p as getActiveDevTools, q as getDebugValues, r as getDependencies, s as getPerformanceReport, t as getSignalName, u as getSubscriberCount, v as hmrState, w as initDevTools, x as inspectSignal, y as isDebugEnabled, z as isHMRAvailable, A as measureRender, B as perfTracker, C as registerHMR, E as runCleanups, F as startMeasure, G as trackCleanup, H as walkDependencyGraph, I as withErrorTracking } from './introspect-BumjnBKr.cjs';
13
13
  export { AccordionOptions, ComboboxOptions, DatePickerOptions, FileUploadOptions, SelectOptions, TabsOptions, accordion, combobox, contentEditable, datePicker, fileUpload, popover, select, tabs, tooltip } from './widgets.cjs';
14
14
  export { AdaptedComponent, AdaptedComponentProps, AdapterConfig, ComponentMapping, MobXAdapterAPI, MobXAdapterOptions, MobXReactionDisposer, ReduxAdapterAPI, ReduxAdapterOptions, ReduxStore, ThemeAPI, ThemeConfig, ZustandAdapterAPI, ZustandAdapterOptions, ZustandStore, antdAdapter, chakraAdapter, componentAdapter, createTheme, materialAdapter, mobXAdapter, reduxAdapter, zustandAdapter } from './ecosystem.cjs';
15
15
  import './signal-BnWpq6WB.cjs';
16
- import './tagFactory-Dl8QCLga.cjs';
16
+ import './tagFactory-DaJ0YWX6.cjs';
package/dist/extras.d.ts CHANGED
@@ -1,16 +1,16 @@
1
1
  export { InfiniteQueryOptions, InfiniteQueryResult, LoaderRoute, MutationOptions, MutationResult, OfflineStore, OfflineStoreOptions, QueryOptions, QueryResult, Resource, ResourceOptions, RetryOptions, RouteLoaderFn, SyncAdapter, SyncChange, SyncResult, calculateDelay, clearQueryCache, debounce, executeLoader, getQueryData, infiniteQuery, invalidateQueries, loaderData, mutation, offlineStore, preloadRoute, previous, query, resource, setQueryData, socket, stream, syncAdapter, throttle, withRetry } from './data.js';
2
- export { battery, clipboard, colorScheme, draggable, dropZone, formatCurrency, formatNumber, geo, idle, media, online, permissions, resize, scroll, title } from './browser.js';
3
- export { GlobalStore, MachineConfig, MachineReturn, Middleware, OptimisticAction, PersistOptions, Selector, TimeTravelReturn, createEffect, createMemo, createSignal, globalStore, machine, optimistic, optimisticList, persisted, timeline } from './patterns.js';
4
- export { C as ComponentProps, P as PropDef, a as PropSchema, R as RenderProp, V as Validator, b as assertType, c as composable, d as compose, e as createGuard, f as createSlots, g as defineComponent, h as defineSlottedComponent, i as defineStrictComponent, v as validateProps, j as validators, w as withBoundary, k as withDefaults, l as withProps, m as withWrapper } from './contracts-DOrhwbke.js';
2
+ export { AnimationFrameOptions, BoundsRect, GamepadSnapshot, ImageLoaderState, KeyboardOptions, MouseOptions, MutationObserverOptions, SpeakOptions, SwipeDirection, SwipeOptions, TextSelectionState, UrlStateOptions, animationFrame, battery, bounds, broadcast, clipboard, colorScheme, draggable, dropZone, favicon, formatCurrency, formatNumber, fullscreen, gamepad, geo, idle, imageLoader, keyboard, media, mouse, mutationObserver, network, online, permissions, pointerLock, resize, scroll, speech, svgFavicon, swipe, textSelection, title, urlState, vibrate, visibility, wakeLock, windowSize } from './browser.js';
3
+ export { GlobalStore, MachineConfig, MachineReturn, Middleware, OptimisticAction, PersistOptions, Selector, TimeTravelReturn, globalStore, machine, optimistic, optimisticList, persisted, timeline } from './patterns.js';
4
+ export { C as ComponentProps, P as PropDef, a as PropSchema, R as RenderProp, V as Validator, b as assertType, c as compose, d as createGuard, e as createSlots, f as defineComponent, g as defineSlottedComponent, h as defineStrictComponent, v as validateProps, i as validators, w as withBoundary, j as withDefaults, k as withProps, l as withWrapper } from './contracts-xo5ckdRP.js';
5
5
  export { AnimationPreset, PresetOptions, SlideDirection, SpringOptions, TransitionGroup, TransitionGroupOptions, TransitionOptions, animate, bounceIn, bounceOut, fadeIn, fadeOut, flipIn, pulse, reducedMotion, scaleDown, scaleUp, sequence, shake, slideIn, slideOut, spring, springSignal, stagger, transition, viewTransition } from './motion.js';
6
6
  export { B as BoundFieldProps, C as CustomElementOptions, F as FieldConfig, a as FocusTrap, b as FormConfig, c as FormField, d as FormReturn, I as IntersectionResult, M as MaskOptions, T as Toast, e as ToastInstance, V as ValidatorFn, f as VirtualList, g as VirtualListProps, h as announce, i as aria, j as bindAttrs, k as bindBoolAttr, l as bindData, m as bindField, n as creditCardMask, o as custom, p as dateMask, q as defineElement, r as dialog, s as email, t as eventBus, u as focus, v as form, w as hotkey, x as infiniteScroll, y as inputMask, z as intersection, A as lazyLoad, D as matchesPattern, E as max, G as maxLength, H as min, J as minLength, K as pagination, L as phoneMask, N as removeScopedStyle, O as required, P as scopedStyle, Q as ssnMask, R as svgElement, S as timeMask, U as toast, W as withScopedStyle, X as zipMask } from './customElement-D2DJp_xn.js';
7
7
  export { ChunkConfig, DOMPool, Features, NormalizeResult, NormalizedEntities, NormalizedSchema, NormalizedState, NormalizedStoreActions, Priority, PriorityLevel, block, cloneTemplate, conditional, createChunkRegistry, deferredValue, denormalize, devOnly, domPool, flushScheduler, hoistable, lazyChunk, noSideEffect, normalize, normalizedStore, pendingTasks, precompile, prefetch, preloadImage, preloadModule, preloadModules, preloadResource, processInChunks, pure, resetIdCounter, scheduleUpdate, setIdPrefix, startTransition, staticTemplate, transitionState, uniqueId, yieldToMain } from './performance.js';
8
8
  export { ActionFn, ActionResult, Head, ISROptions, MicroApp, MicroAppConfig, MiddlewareFn, SSGOptions, SSGResult, ScrollRestorationOptions, ServiceWorkerState, SharedScope, UseWorkerFnReturn, UseWorkerReturn, WasmConfig, WasmModuleState, WorkerPool, clearWasmCache, composeMiddleware, createAction, createISR, createMicroApp, createMiddlewareChain, createSharedScope, createWasmBridge, createWorkerPool, defineRemoteComponent, generateStaticSite, isWasmCached, loadRemoteModule, loadWasmModule, preloadWasm, scrollRestoration, serviceWorker, setCanonical, setStructuredData, wasm, worker, workerFn } from './ssr.js';
9
- export { T as TrustedHTML, c as collectStream, d as deserializeState, h as hydrate, a as hydrateIslands, b as hydrateProgressively, i as island, r as renderToDocument, e as renderToReadableStream, f as renderToStream, g as renderToString, j as renderToSuspenseStream, k as resetSSRState, s as serializeState, l as ssrSuspense, m as suspenseSwapScript, t as trustHTML } from './ssr-BA6sxxUd.js';
9
+ export { H as HydrateOptions, a as HydrationMismatch, T as TrustedHTML, c as collectStream, d as deserializeState, e as escapeScriptJson, h as hydrate, b as hydrateIslands, f as hydrateProgressively, i as island, r as renderToDocument, g as renderToReadableStream, j as renderToStream, k as renderToString, l as renderToSuspenseStream, m as resetSSRState, s as serializeState, n as ssrSuspense, o as suspenseSwapScript, t as trustHTML } from './ssr-Do_SiVoL.js';
10
10
  export { P as PluginContext, S as SibuPlugin, c as createPlugin, i as inject, p as plugin, r as resetPlugins, t as triggerPluginError, a as triggerPluginMount, b as triggerPluginUnmount } from './plugin-Bek4RhJY.js';
11
11
  export { M as Migration, S as SemVer, V as VERSION, b as bundlerMetadata, c as checkCompatibility, a as compareSemVer, d as createBootSequence, e as createBundle, f as createMigrationRunner, g as createModuleRegistry, h as createSSRCache, i as createTestHarness, j as deferNonCritical, k as env, l as healthCheck, m as lazyModule, p as packageInfo, n as parseSemVer, o as preloadCritical, q as prerenderRoutes, s as satisfies } from './startup-0Qv6aosO.js';
12
- export { DevToolsEvent, DevtoolsOverlayOptions, ProfilerResult, ReactiveNodeInfo, SibuError, checkLeaks, clearDebugValues, clearHMRState, clearPerformanceData, createDevtoolsOverlay, createErrorReporter, createHMRBoundary, createProfiler, debugLog, debugValue, devState, disableDebug, enableDebug, formatError, getActiveDevTools, getDebugValues, getDependencies, getPerformanceReport, getSignalName, getSubscriberCount, hmrState, initDevTools, inspectSignal, isDebugEnabled, isHMRAvailable, measureRender, perfTracker, registerHMR, runCleanups, startMeasure, trackCleanup, walkDependencyGraph, withErrorTracking } from './devtools.js';
12
+ export { D as DevToolsEvent, a as DevtoolsOverlayOptions, P as ProfilerResult, R as ReactiveNodeInfo, S as SibuError, c as checkLeaks, b as clearDebugValues, d as clearHMRState, e as clearPerformanceData, f as createDevtoolsOverlay, g as createErrorReporter, h as createHMRBoundary, i as createProfiler, j as debugLog, k as debugValue, l as devState, m as disableDebug, n as enableDebug, o as formatError, p as getActiveDevTools, q as getDebugValues, r as getDependencies, s as getPerformanceReport, t as getSignalName, u as getSubscriberCount, v as hmrState, w as initDevTools, x as inspectSignal, y as isDebugEnabled, z as isHMRAvailable, A as measureRender, B as perfTracker, C as registerHMR, E as runCleanups, F as startMeasure, G as trackCleanup, H as walkDependencyGraph, I as withErrorTracking } from './introspect-CZrlcaYy.js';
13
13
  export { AccordionOptions, ComboboxOptions, DatePickerOptions, FileUploadOptions, SelectOptions, TabsOptions, accordion, combobox, contentEditable, datePicker, fileUpload, popover, select, tabs, tooltip } from './widgets.js';
14
14
  export { AdaptedComponent, AdaptedComponentProps, AdapterConfig, ComponentMapping, MobXAdapterAPI, MobXAdapterOptions, MobXReactionDisposer, ReduxAdapterAPI, ReduxAdapterOptions, ReduxStore, ThemeAPI, ThemeConfig, ZustandAdapterAPI, ZustandAdapterOptions, ZustandStore, antdAdapter, chakraAdapter, componentAdapter, createTheme, materialAdapter, mobXAdapter, reduxAdapter, zustandAdapter } from './ecosystem.js';
15
15
  import './signal-BnWpq6WB.js';
16
- import './tagFactory-Dl8QCLga.js';
16
+ import './tagFactory-DaJ0YWX6.js';
package/dist/extras.js CHANGED
@@ -1,14 +1,11 @@
1
1
  import {
2
- createEffect,
3
- createMemo,
4
- createSignal,
5
2
  globalStore,
6
3
  machine,
7
4
  optimistic,
8
5
  optimisticList,
9
6
  persisted,
10
7
  timeline
11
- } from "./chunk-WILQZRO4.js";
8
+ } from "./chunk-ZWKZCBO6.js";
12
9
  import {
13
10
  DOMPool,
14
11
  Features,
@@ -44,7 +41,7 @@ import {
44
41
  transitionState,
45
42
  uniqueId,
46
43
  yieldToMain
47
- } from "./chunk-YUTWTI4B.js";
44
+ } from "./chunk-TSOKIX5Z.js";
48
45
  import {
49
46
  VERSION,
50
47
  bundlerMetadata,
@@ -65,7 +62,7 @@ import {
65
62
  preloadCritical,
66
63
  prerenderRoutes,
67
64
  satisfies
68
- } from "./chunk-RQGQSLQK.js";
65
+ } from "./chunk-M4NLBH4I.js";
69
66
  import {
70
67
  Head,
71
68
  clearWasmCache,
@@ -90,7 +87,7 @@ import {
90
87
  wasm,
91
88
  worker,
92
89
  workerFn
93
- } from "./chunk-VMVDTCXB.js";
90
+ } from "./chunk-2BYQDGN3.js";
94
91
  import {
95
92
  FocusTrap,
96
93
  VirtualList,
@@ -130,11 +127,10 @@ import {
130
127
  toast,
131
128
  withScopedStyle,
132
129
  zipMask
133
- } from "./chunk-BW3WT46K.js";
130
+ } from "./chunk-JCI5M6U6.js";
134
131
  import {
135
132
  RenderProp,
136
133
  assertType,
137
- composable,
138
134
  compose,
139
135
  createGuard,
140
136
  createSlots,
@@ -147,7 +143,7 @@ import {
147
143
  withDefaults,
148
144
  withProps,
149
145
  withWrapper
150
- } from "./chunk-XYU6TZOW.js";
146
+ } from "./chunk-CNZ35WI2.js";
151
147
  import {
152
148
  accordion,
153
149
  combobox,
@@ -158,10 +154,11 @@ import {
158
154
  select,
159
155
  tabs,
160
156
  tooltip
161
- } from "./chunk-C6KFWOFV.js";
157
+ } from "./chunk-EBGIRKQY.js";
162
158
  import {
163
159
  collectStream,
164
160
  deserializeState,
161
+ escapeScriptJson,
165
162
  hydrate,
166
163
  hydrateIslands,
167
164
  hydrateProgressively,
@@ -176,24 +173,45 @@ import {
176
173
  ssrSuspense,
177
174
  suspenseSwapScript,
178
175
  trustHTML
179
- } from "./chunk-WUHJISPP.js";
176
+ } from "./chunk-3X2YG6YM.js";
180
177
  import {
178
+ animationFrame,
181
179
  battery,
180
+ bounds,
181
+ broadcast,
182
182
  clipboard,
183
183
  colorScheme,
184
184
  draggable,
185
185
  dropZone,
186
+ favicon,
186
187
  formatCurrency,
187
188
  formatNumber,
189
+ fullscreen,
190
+ gamepad,
188
191
  geo,
189
192
  idle,
193
+ imageLoader,
194
+ keyboard,
190
195
  media,
196
+ mouse,
197
+ mutationObserver,
198
+ network,
191
199
  online,
192
200
  permissions,
201
+ pointerLock,
193
202
  resize,
194
203
  scroll,
195
- title
196
- } from "./chunk-ZBJP6WFL.js";
204
+ speech,
205
+ svgFavicon,
206
+ swipe,
207
+ textSelection,
208
+ title,
209
+ urlState,
210
+ vibrate,
211
+ visibility,
212
+ wakeLock,
213
+ windowSize
214
+ } from "./chunk-3AIRKM3B.js";
197
215
  import {
198
216
  calculateDelay,
199
217
  clearQueryCache,
@@ -215,7 +233,7 @@ import {
215
233
  syncAdapter,
216
234
  throttle,
217
235
  withRetry
218
- } from "./chunk-Z6POF5YC.js";
236
+ } from "./chunk-JAKHTMQU.js";
219
237
  import {
220
238
  SibuError,
221
239
  checkLeaks,
@@ -251,7 +269,7 @@ import {
251
269
  trackCleanup,
252
270
  walkDependencyGraph,
253
271
  withErrorTracking
254
- } from "./chunk-7BF6TK55.js";
272
+ } from "./chunk-77L6NL3X.js";
255
273
  import {
256
274
  antdAdapter,
257
275
  chakraAdapter,
@@ -261,7 +279,7 @@ import {
261
279
  mobXAdapter,
262
280
  reduxAdapter,
263
281
  zustandAdapter
264
- } from "./chunk-OUZZEE4S.js";
282
+ } from "./chunk-BTU3TJDS.js";
265
283
  import {
266
284
  createPlugin,
267
285
  inject,
@@ -271,14 +289,15 @@ import {
271
289
  triggerPluginMount,
272
290
  triggerPluginUnmount
273
291
  } from "./chunk-K5ZUMYVS.js";
274
- import "./chunk-GCOK2LC3.js";
275
- import "./chunk-TNQWPPE6.js";
276
- import "./chunk-WR5D4EGH.js";
277
- import "./chunk-B7SWRFUT.js";
278
- import "./chunk-23VV7YD3.js";
279
- import "./chunk-L6JRBDNS.js";
280
- import "./chunk-6SA3QQES.js";
281
- import "./chunk-CHJ27IGK.js";
292
+ import "./chunk-32DY64NT.js";
293
+ import "./chunk-NYVAC6P5.js";
294
+ import "./chunk-BGN5ZMP4.js";
295
+ import "./chunk-F3FA4F32.js";
296
+ import "./chunk-PTQJDMRT.js";
297
+ import "./chunk-NEKUBFPT.js";
298
+ import "./chunk-CMBFNA7L.js";
299
+ import "./chunk-CHF5OHIA.js";
300
+ import "./chunk-EUZND3CB.js";
282
301
  import {
283
302
  TransitionGroup,
284
303
  animate,
@@ -300,10 +319,10 @@ import {
300
319
  stagger,
301
320
  transition,
302
321
  viewTransition
303
- } from "./chunk-3ARAQO7B.js";
304
- import "./chunk-V2XTI523.js";
305
- import "./chunk-UNXCEF6S.js";
306
- import "./chunk-MLKGABMK.js";
322
+ } from "./chunk-KQPDEVVS.js";
323
+ import "./chunk-WZSPOOER.js";
324
+ import "./chunk-ZD6OAMTH.js";
325
+ import "./chunk-5X6PP2UK.js";
307
326
  export {
308
327
  DOMPool,
309
328
  Features,
@@ -317,6 +336,7 @@ export {
317
336
  VirtualList,
318
337
  accordion,
319
338
  animate,
339
+ animationFrame,
320
340
  announce,
321
341
  antdAdapter,
322
342
  aria,
@@ -329,6 +349,8 @@ export {
329
349
  block,
330
350
  bounceIn,
331
351
  bounceOut,
352
+ bounds,
353
+ broadcast,
332
354
  bundlerMetadata,
333
355
  calculateDelay,
334
356
  chakraAdapter,
@@ -346,7 +368,6 @@ export {
346
368
  combobox,
347
369
  compareSemVer,
348
370
  componentAdapter,
349
- composable,
350
371
  compose,
351
372
  composeMiddleware,
352
373
  conditional,
@@ -356,12 +377,10 @@ export {
356
377
  createBundle,
357
378
  createChunkRegistry,
358
379
  createDevtoolsOverlay,
359
- createEffect,
360
380
  createErrorReporter,
361
381
  createGuard,
362
382
  createHMRBoundary,
363
383
  createISR,
364
- createMemo,
365
384
  createMicroApp,
366
385
  createMiddlewareChain,
367
386
  createMigrationRunner,
@@ -370,7 +389,6 @@ export {
370
389
  createProfiler,
371
390
  createSSRCache,
372
391
  createSharedScope,
373
- createSignal,
374
392
  createSlots,
375
393
  createTestHarness,
376
394
  createTheme,
@@ -402,10 +420,12 @@ export {
402
420
  email,
403
421
  enableDebug,
404
422
  env,
423
+ escapeScriptJson,
405
424
  eventBus,
406
425
  executeLoader,
407
426
  fadeIn,
408
427
  fadeOut,
428
+ favicon,
409
429
  fileUpload,
410
430
  flipIn,
411
431
  flushScheduler,
@@ -414,6 +434,8 @@ export {
414
434
  formatCurrency,
415
435
  formatError,
416
436
  formatNumber,
437
+ fullscreen,
438
+ gamepad,
417
439
  generateStaticSite,
418
440
  geo,
419
441
  getActiveDevTools,
@@ -432,6 +454,7 @@ export {
432
454
  hydrateIslands,
433
455
  hydrateProgressively,
434
456
  idle,
457
+ imageLoader,
435
458
  infiniteQuery,
436
459
  infiniteScroll,
437
460
  initDevTools,
@@ -444,6 +467,7 @@ export {
444
467
  isHMRAvailable,
445
468
  isWasmCached,
446
469
  island,
470
+ keyboard,
447
471
  lazyChunk,
448
472
  lazyLoad,
449
473
  lazyModule,
@@ -460,7 +484,10 @@ export {
460
484
  min,
461
485
  minLength,
462
486
  mobXAdapter,
487
+ mouse,
463
488
  mutation,
489
+ mutationObserver,
490
+ network,
464
491
  noSideEffect,
465
492
  normalize,
466
493
  normalizedStore,
@@ -477,6 +504,7 @@ export {
477
504
  persisted,
478
505
  phoneMask,
479
506
  plugin,
507
+ pointerLock,
480
508
  popover,
481
509
  precompile,
482
510
  prefetch,
@@ -528,6 +556,7 @@ export {
528
556
  slideIn,
529
557
  slideOut,
530
558
  socket,
559
+ speech,
531
560
  spring,
532
561
  springSignal,
533
562
  ssnMask,
@@ -539,8 +568,11 @@ export {
539
568
  stream,
540
569
  suspenseSwapScript,
541
570
  svgElement,
571
+ svgFavicon,
572
+ swipe,
542
573
  syncAdapter,
543
574
  tabs,
575
+ textSelection,
544
576
  throttle,
545
577
  timeMask,
546
578
  timeline,
@@ -555,11 +587,16 @@ export {
555
587
  triggerPluginUnmount,
556
588
  trustHTML,
557
589
  uniqueId,
590
+ urlState,
558
591
  validateProps,
559
592
  validators,
593
+ vibrate,
560
594
  viewTransition,
595
+ visibility,
596
+ wakeLock,
561
597
  walkDependencyGraph,
562
598
  wasm,
599
+ windowSize,
563
600
  withBoundary,
564
601
  withDefaults,
565
602
  withErrorTracking,