@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
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { M as MappedPattern, C as ClientEffect,
|
|
2
|
-
export { E as EventResponse,
|
|
1
|
+
import { M as MappedPattern, C as ClientEffect, a as ClientEffectExecutorConfig, N as NotifyOptions, D as DataContext, b as DataResolution, S as SlotDefinition } from '../offline-executor-QUdKOj7f.cjs';
|
|
2
|
+
export { E as EventResponse, c as NavigationContextValue, d as NavigationProvider, e as NavigationProviderProps, f as NavigationState, O as OfflineExecutor, g as OfflineExecutorConfig, h as OfflineExecutorState, P as PendingSyncEffect, i as SlotType, U as UseOfflineExecutorOptions, j as UseOfflineExecutorResult, k as comparePathSpecificity, l as createOfflineExecutor, m as extractRouteParams, n as findPageByName, o as findPageByPath, p as getAllPages, q as getDefaultPage, r as matchPath, s as matchPathAmong, t as pathMatches, u as useActivePage, v as useInitPayload, w as useNavigateTo, x as useNavigation, y as useNavigationId, z as useNavigationState, A as useOfflineExecutor } from '../offline-executor-QUdKOj7f.cjs';
|
|
3
3
|
import { PatternPropDef } from '@almadar/core/patterns';
|
|
4
4
|
import { PatternConfig, FieldValue, EntityRow, UISlot } from '@almadar/core';
|
|
5
5
|
export { PatternConfig, UISlot } from '@almadar/core';
|
package/dist/renderer/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { M as MappedPattern, C as ClientEffect,
|
|
2
|
-
export { E as EventResponse,
|
|
1
|
+
import { M as MappedPattern, C as ClientEffect, a as ClientEffectExecutorConfig, N as NotifyOptions, D as DataContext, b as DataResolution, S as SlotDefinition } from '../offline-executor-QUdKOj7f.js';
|
|
2
|
+
export { E as EventResponse, c as NavigationContextValue, d as NavigationProvider, e as NavigationProviderProps, f as NavigationState, O as OfflineExecutor, g as OfflineExecutorConfig, h as OfflineExecutorState, P as PendingSyncEffect, i as SlotType, U as UseOfflineExecutorOptions, j as UseOfflineExecutorResult, k as comparePathSpecificity, l as createOfflineExecutor, m as extractRouteParams, n as findPageByName, o as findPageByPath, p as getAllPages, q as getDefaultPage, r as matchPath, s as matchPathAmong, t as pathMatches, u as useActivePage, v as useInitPayload, w as useNavigateTo, x as useNavigation, y as useNavigationId, z as useNavigationState, A as useOfflineExecutor } from '../offline-executor-QUdKOj7f.js';
|
|
3
3
|
import { PatternPropDef } from '@almadar/core/patterns';
|
|
4
4
|
import { PatternConfig, FieldValue, EntityRow, UISlot } from '@almadar/core';
|
|
5
5
|
export { PatternConfig, UISlot } from '@almadar/core';
|