@almadar/ui 5.155.0 → 5.156.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.
- package/dist/{NavStackContext-BoVV9nWb.d.cts → NavStackContext-bw2nlBgT.d.cts} +4 -0
- package/dist/{NavStackContext-BoVV9nWb.d.ts → NavStackContext-bw2nlBgT.d.ts} +4 -0
- package/dist/avl/index.cjs +215 -114
- package/dist/avl/index.js +217 -116
- package/dist/components/index.cjs +215 -114
- package/dist/components/index.d.cts +28 -12
- package/dist/components/index.d.ts +28 -12
- package/dist/components/index.js +217 -116
- package/dist/hooks/index.d.cts +1 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/{offline-executor-Qz4b6GpF.d.cts → offline-executor-QUdKOj7f.d.cts} +1 -1
- package/dist/{offline-executor-Qz4b6GpF.d.ts → offline-executor-QUdKOj7f.d.ts} +1 -1
- package/dist/providers/index.cjs +252 -119
- package/dist/providers/index.d.cts +26 -4
- package/dist/providers/index.d.ts +26 -4
- package/dist/providers/index.js +252 -121
- package/dist/renderer/index.d.cts +2 -2
- package/dist/renderer/index.d.ts +2 -2
- package/dist/runtime/index.cjs +215 -114
- package/dist/runtime/index.js +217 -116
- package/package.json +4 -4
- package/themes/_fonts-kenney.css +11 -0
- package/themes/index.css +3 -0
package/dist/hooks/index.d.cts
CHANGED
|
@@ -4,7 +4,7 @@ import { a as useEventBus } from '../useEventBus-Ckr4wqW3.cjs';
|
|
|
4
4
|
export { u as useEmitEvent, b as useEventListener } from '../useEventBus-Ckr4wqW3.cjs';
|
|
5
5
|
export { E as EventBusContextType } from '../event-bus-types-Bl78kokd.cjs';
|
|
6
6
|
export { D as DEFAULT_SLOTS, S as SlotAnimation, a as SlotChangeCallback, b as SlotContent, c as SlotRenderConfig, U as UISlotManager, u as useUISlotManager } from '../useUISlots-GNwGLlW2.cjs';
|
|
7
|
-
export { a as NavStackApi, u as useNavStack } from '../NavStackContext-
|
|
7
|
+
export { a as NavStackApi, u as useNavStack } from '../NavStackContext-bw2nlBgT.cjs';
|
|
8
8
|
import * as React$1 from 'react';
|
|
9
9
|
import React__default from 'react';
|
|
10
10
|
import * as _tanstack_react_query from '@tanstack/react-query';
|
package/dist/hooks/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { a as useEventBus } from '../useEventBus-CQWyAWpK.js';
|
|
|
4
4
|
export { u as useEmitEvent, b as useEventListener } from '../useEventBus-CQWyAWpK.js';
|
|
5
5
|
export { E as EventBusContextType } from '../event-bus-types-Bl78kokd.js';
|
|
6
6
|
export { D as DEFAULT_SLOTS, S as SlotAnimation, a as SlotChangeCallback, b as SlotContent, c as SlotRenderConfig, U as UISlotManager, u as useUISlotManager } from '../useUISlots-GNwGLlW2.js';
|
|
7
|
-
export { a as NavStackApi, u as useNavStack } from '../NavStackContext-
|
|
7
|
+
export { a as NavStackApi, u as useNavStack } from '../NavStackContext-bw2nlBgT.js';
|
|
8
8
|
import * as React$1 from 'react';
|
|
9
9
|
import React__default from 'react';
|
|
10
10
|
import * as _tanstack_react_query from '@tanstack/react-query';
|
|
@@ -535,4 +535,4 @@ interface UseOfflineExecutorResult {
|
|
|
535
535
|
*/
|
|
536
536
|
declare function useOfflineExecutor(options: UseOfflineExecutorOptions): UseOfflineExecutorResult;
|
|
537
537
|
|
|
538
|
-
export { useOfflineExecutor as A, type ClientEffect as C, type DataContext as D, type EventResponse as E, type MappedPattern as M, type
|
|
538
|
+
export { useOfflineExecutor as A, type ClientEffect as C, type DataContext as D, type EventResponse as E, type MappedPattern as M, type NotifyOptions as N, OfflineExecutor as O, type PendingSyncEffect as P, type SlotDefinition as S, type UseOfflineExecutorOptions as U, type ClientEffectExecutorConfig as a, type DataResolution as b, type NavigationContextValue as c, NavigationProvider as d, type NavigationProviderProps as e, type NavigationState as f, type OfflineExecutorConfig as g, type OfflineExecutorState as h, type SlotType as i, type UseOfflineExecutorResult as j, comparePathSpecificity as k, createOfflineExecutor as l, extractRouteParams as m, findPageByName as n, findPageByPath as o, getAllPages as p, getDefaultPage as q, matchPath as r, matchPathAmong as s, pathMatches as t, useActivePage as u, useInitPayload as v, useNavigateTo as w, useNavigation as x, useNavigationId as y, useNavigationState as z };
|
|
@@ -535,4 +535,4 @@ interface UseOfflineExecutorResult {
|
|
|
535
535
|
*/
|
|
536
536
|
declare function useOfflineExecutor(options: UseOfflineExecutorOptions): UseOfflineExecutorResult;
|
|
537
537
|
|
|
538
|
-
export { useOfflineExecutor as A, type ClientEffect as C, type DataContext as D, type EventResponse as E, type MappedPattern as M, type
|
|
538
|
+
export { useOfflineExecutor as A, type ClientEffect as C, type DataContext as D, type EventResponse as E, type MappedPattern as M, type NotifyOptions as N, OfflineExecutor as O, type PendingSyncEffect as P, type SlotDefinition as S, type UseOfflineExecutorOptions as U, type ClientEffectExecutorConfig as a, type DataResolution as b, type NavigationContextValue as c, NavigationProvider as d, type NavigationProviderProps as e, type NavigationState as f, type OfflineExecutorConfig as g, type OfflineExecutorState as h, type SlotType as i, type UseOfflineExecutorResult as j, comparePathSpecificity as k, createOfflineExecutor as l, extractRouteParams as m, findPageByName as n, findPageByPath as o, getAllPages as p, getDefaultPage as q, matchPath as r, matchPathAmong as s, pathMatches as t, useActivePage as u, useInitPayload as v, useNavigateTo as w, useNavigation as x, useNavigationId as y, useNavigationState as z };
|