@rangka/client 0.1.1 → 0.1.3
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/App.d.ts.map +1 -1
- package/dist/App.js +7 -1
- package/dist/App.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +20 -0
- package/dist/main.js.map +1 -1
- package/dist/shell/assets/index-63v1sBS3.css +1 -0
- package/dist/shell/assets/index-Dh7K40cQ.js +8634 -0
- package/dist/shell/assets/vendor-query-B2cydN5j.js +1 -0
- package/dist/shell/assets/vendor-radix-BJxYPxPb.js +69 -0
- package/dist/shell/assets/vendor-router-ET_myMt5.js +17 -0
- package/dist/shell/index.html +5 -2
- package/dist/theme.css +82 -0
- package/dist/widgets/components/lazy-manifest.d.ts +11 -0
- package/dist/widgets/components/lazy-manifest.d.ts.map +1 -0
- package/dist/widgets/components/lazy-manifest.js +32 -0
- package/dist/widgets/components/lazy-manifest.js.map +1 -0
- package/dist/widgets/components/register.js +12 -12
- package/dist/widgets/components/register.js.map +1 -1
- package/dist/widgets/loader.d.ts +3 -0
- package/dist/widgets/loader.d.ts.map +1 -0
- package/dist/widgets/loader.js +73 -0
- package/dist/widgets/loader.js.map +1 -0
- package/dist/widgets/renderer/LazyWidget.d.ts +8 -0
- package/dist/widgets/renderer/LazyWidget.d.ts.map +1 -0
- package/dist/widgets/renderer/LazyWidget.js +31 -0
- package/dist/widgets/renderer/LazyWidget.js.map +1 -0
- package/dist/widgets/renderer/WidgetErrorBoundary.d.ts +17 -0
- package/dist/widgets/renderer/WidgetErrorBoundary.d.ts.map +1 -0
- package/dist/widgets/renderer/WidgetErrorBoundary.js +18 -0
- package/dist/widgets/renderer/WidgetErrorBoundary.js.map +1 -0
- package/dist/widgets/renderer/WidgetRenderer.d.ts.map +1 -1
- package/dist/widgets/renderer/WidgetRenderer.js +8 -6
- package/dist/widgets/renderer/WidgetRenderer.js.map +1 -1
- package/package.json +7 -4
- package/.claude/skills/add-widget/SKILL.md +0 -101
- package/.turbo/turbo-build.log +0 -29
- package/CHANGELOG.md +0 -25
- package/CLAUDE.md +0 -236
- package/components.json +0 -25
- package/dist/components/ui/chart.d.ts +0 -45
- package/dist/components/ui/chart.d.ts.map +0 -1
- package/dist/components/ui/chart.js +0 -119
- package/dist/components/ui/chart.js.map +0 -1
- package/dist/shell/assets/index--35CAvcP.js +0 -8715
- package/dist/shell/assets/index-COLmoPYo.css +0 -1
- package/index.html +0 -12
- package/src/App.tsx +0 -44
- package/src/__tests__/setup.ts +0 -1
- package/src/api/auth.ts +0 -41
- package/src/api/boot.ts +0 -10
- package/src/api/client.ts +0 -26
- package/src/api/paths.ts +0 -3
- package/src/api/token.ts +0 -13
- package/src/auth/LoginForm.tsx +0 -67
- package/src/auth/SessionExpired.tsx +0 -24
- package/src/auth/SetupForm.tsx +0 -76
- package/src/boot/BootGate.tsx +0 -35
- package/src/boot/BootProvider.tsx +0 -28
- package/src/boot/types.ts +0 -9
- package/src/boot/useBoot.ts +0 -111
- package/src/components/Icon.tsx +0 -17
- package/src/components/ui/accordion.tsx +0 -82
- package/src/components/ui/alert-dialog.tsx +0 -180
- package/src/components/ui/alert.tsx +0 -76
- package/src/components/ui/aspect-ratio.tsx +0 -9
- package/src/components/ui/avatar.tsx +0 -94
- package/src/components/ui/badge.tsx +0 -45
- package/src/components/ui/breadcrumb.tsx +0 -104
- package/src/components/ui/button-group.tsx +0 -78
- package/src/components/ui/button.tsx +0 -65
- package/src/components/ui/calendar.tsx +0 -187
- package/src/components/ui/card.tsx +0 -85
- package/src/components/ui/carousel.tsx +0 -229
- package/src/components/ui/chart.tsx +0 -339
- package/src/components/ui/checkbox.tsx +0 -27
- package/src/components/ui/collapsible.tsx +0 -21
- package/src/components/ui/combobox.tsx +0 -275
- package/src/components/ui/command.tsx +0 -178
- package/src/components/ui/context-menu.tsx +0 -242
- package/src/components/ui/dialog.tsx +0 -146
- package/src/components/ui/direction.tsx +0 -20
- package/src/components/ui/drawer.tsx +0 -118
- package/src/components/ui/dropdown-menu.tsx +0 -247
- package/src/components/ui/empty.tsx +0 -94
- package/src/components/ui/field.tsx +0 -224
- package/src/components/ui/hover-card.tsx +0 -36
- package/src/components/ui/input-group.tsx +0 -142
- package/src/components/ui/input-otp.tsx +0 -86
- package/src/components/ui/input.tsx +0 -19
- package/src/components/ui/item.tsx +0 -182
- package/src/components/ui/kbd.tsx +0 -26
- package/src/components/ui/label.tsx +0 -19
- package/src/components/ui/menubar.tsx +0 -260
- package/src/components/ui/native-select.tsx +0 -55
- package/src/components/ui/navigation-menu.tsx +0 -160
- package/src/components/ui/pagination.tsx +0 -112
- package/src/components/ui/popover.tsx +0 -74
- package/src/components/ui/progress.tsx +0 -31
- package/src/components/ui/radio-group.tsx +0 -42
- package/src/components/ui/resizable.tsx +0 -42
- package/src/components/ui/scroll-area.tsx +0 -53
- package/src/components/ui/select.tsx +0 -185
- package/src/components/ui/separator.tsx +0 -26
- package/src/components/ui/sheet.tsx +0 -128
- package/src/components/ui/sidebar.tsx +0 -669
- package/src/components/ui/skeleton.tsx +0 -13
- package/src/components/ui/slider.tsx +0 -54
- package/src/components/ui/sonner.tsx +0 -43
- package/src/components/ui/spinner.tsx +0 -16
- package/src/components/ui/switch.tsx +0 -33
- package/src/components/ui/table.tsx +0 -87
- package/src/components/ui/tabs.tsx +0 -80
- package/src/components/ui/textarea.tsx +0 -18
- package/src/components/ui/toggle-group.tsx +0 -86
- package/src/components/ui/toggle.tsx +0 -44
- package/src/components/ui/tooltip.tsx +0 -53
- package/src/context/MetaContext.tsx +0 -22
- package/src/context/ModuleContext.tsx +0 -62
- package/src/context/PermissionsContext.tsx +0 -39
- package/src/context/ShellProviders.tsx +0 -33
- package/src/context/UserContext.tsx +0 -16
- package/src/data/QueryProvider.tsx +0 -7
- package/src/data/queryClient.ts +0 -18
- package/src/data/useModelMeta.ts +0 -17
- package/src/data/useMutation.ts +0 -60
- package/src/data/useRecord.ts +0 -29
- package/src/data/useSource.ts +0 -112
- package/src/hooks/use-mobile.ts +0 -19
- package/src/index.css +0 -260
- package/src/index.ts +0 -16
- package/src/lib/utils.ts +0 -6
- package/src/main.tsx +0 -17
- package/src/router/NotFound.tsx +0 -8
- package/src/router/RouterProvider.tsx +0 -7
- package/src/router/buildRouteTree.tsx +0 -63
- package/src/router/createShellRouter.ts +0 -9
- package/src/router/hooks.ts +0 -43
- package/src/shell/CommandPalette.tsx +0 -76
- package/src/shell/ConfirmDialog.tsx +0 -34
- package/src/shell/ConfirmProvider.tsx +0 -56
- package/src/shell/DrawerContext.tsx +0 -44
- package/src/shell/HeaderActions.tsx +0 -31
- package/src/shell/ModuleSelectorPage.tsx +0 -149
- package/src/shell/PageOutlet.tsx +0 -21
- package/src/shell/ShellContext.tsx +0 -45
- package/src/shell/ShellDevTools.tsx +0 -153
- package/src/shell/ShellLayout.tsx +0 -231
- package/src/shell/Toast.tsx +0 -58
- package/src/shell/ToastProvider.tsx +0 -60
- package/src/shell/app-sidebar/AppSidebar.tsx +0 -44
- package/src/shell/app-sidebar/ModuleSwitcher.tsx +0 -87
- package/src/shell/app-sidebar/NavMain.tsx +0 -64
- package/src/shell/app-sidebar/NavUser.tsx +0 -97
- package/src/shell/app-sidebar/SearchMenu.tsx +0 -22
- package/src/shell/app-sidebar/index.ts +0 -8
- package/src/shell/app-sidebar/types.ts +0 -38
- package/src/shell/types.ts +0 -6
- package/src/shell/useBreadcrumbs.ts +0 -42
- package/src/studio/bridge.ts +0 -125
- package/src/studio/index.ts +0 -3
- package/src/studio/overlay.ts +0 -47
- package/src/studio/types.ts +0 -32
- package/src/studio/walker.ts +0 -48
- package/src/vite-env.d.ts +0 -1
- package/src/widgets/__tests__/action-edge-cases.test.ts +0 -281
- package/src/widgets/__tests__/action.test.ts +0 -236
- package/src/widgets/__tests__/attachment-widget.test.tsx +0 -85
- package/src/widgets/__tests__/attachments-widget.test.tsx +0 -109
- package/src/widgets/__tests__/binding.test.ts +0 -76
- package/src/widgets/__tests__/button-widget.test.tsx +0 -145
- package/src/widgets/__tests__/checkbox-widget.test.tsx +0 -158
- package/src/widgets/__tests__/code-widget.test.tsx +0 -64
- package/src/widgets/__tests__/computed-widget.test.tsx +0 -62
- package/src/widgets/__tests__/condition-edge-cases.test.ts +0 -120
- package/src/widgets/__tests__/condition.test.ts +0 -221
- package/src/widgets/__tests__/context.test.ts +0 -99
- package/src/widgets/__tests__/data-widget.test.tsx +0 -204
- package/src/widgets/__tests__/datepicker-widget.test.tsx +0 -66
- package/src/widgets/__tests__/datetime-widget.test.tsx +0 -67
- package/src/widgets/__tests__/drawer-widget.test.tsx +0 -149
- package/src/widgets/__tests__/dynamic-link-widget.test.tsx +0 -52
- package/src/widgets/__tests__/edge-cases.test.ts +0 -232
- package/src/widgets/__tests__/evaluator.test.ts +0 -107
- package/src/widgets/__tests__/functions.test.ts +0 -147
- package/src/widgets/__tests__/grid-widget.test.tsx +0 -137
- package/src/widgets/__tests__/hooks.test.tsx +0 -249
- package/src/widgets/__tests__/icon-widget.test.tsx +0 -129
- package/src/widgets/__tests__/input-widget.test.tsx +0 -264
- package/src/widgets/__tests__/integration.test.ts +0 -116
- package/src/widgets/__tests__/json-widget.test.tsx +0 -70
- package/src/widgets/__tests__/link-widget.test.tsx +0 -92
- package/src/widgets/__tests__/many-to-many-widget.test.tsx +0 -93
- package/src/widgets/__tests__/modal-widget.test.tsx +0 -148
- package/src/widgets/__tests__/money-widget.test.tsx +0 -97
- package/src/widgets/__tests__/parser.test.ts +0 -171
- package/src/widgets/__tests__/reactive-variables.test.ts +0 -383
- package/src/widgets/__tests__/renderer.test.tsx +0 -300
- package/src/widgets/__tests__/repeat-widget.test.tsx +0 -229
- package/src/widgets/__tests__/select-widget.test.tsx +0 -231
- package/src/widgets/__tests__/sequence-widget.test.tsx +0 -58
- package/src/widgets/__tests__/shell-integration.test.tsx +0 -1343
- package/src/widgets/__tests__/split-widget.test.tsx +0 -133
- package/src/widgets/__tests__/state-edge-cases.test.ts +0 -118
- package/src/widgets/__tests__/state.test.ts +0 -106
- package/src/widgets/__tests__/table-data-binding.test.tsx +0 -482
- package/src/widgets/__tests__/table-filter-popover.test.tsx +0 -486
- package/src/widgets/__tests__/table-search.test.tsx +0 -305
- package/src/widgets/__tests__/table-widget.test.tsx +0 -509
- package/src/widgets/__tests__/textarea-widget.test.tsx +0 -105
- package/src/widgets/__tests__/tracker-validator-edge-cases.test.ts +0 -242
- package/src/widgets/__tests__/tracker.test.ts +0 -133
- package/src/widgets/__tests__/tree-widget.test.tsx +0 -97
- package/src/widgets/__tests__/use-model-source.test.ts +0 -67
- package/src/widgets/__tests__/validator.test.ts +0 -208
- package/src/widgets/action/dispatcher.ts +0 -334
- package/src/widgets/action/index.ts +0 -2
- package/src/widgets/binding/index.ts +0 -2
- package/src/widgets/binding/resolver.ts +0 -61
- package/src/widgets/components/AttachmentWidget.tsx +0 -111
- package/src/widgets/components/AttachmentsWidget.tsx +0 -121
- package/src/widgets/components/BadgeWidget.tsx +0 -35
- package/src/widgets/components/ButtonWidget.tsx +0 -43
- package/src/widgets/components/CardWidget.tsx +0 -68
- package/src/widgets/components/CheckboxWidget.tsx +0 -39
- package/src/widgets/components/CodeWidget.tsx +0 -44
- package/src/widgets/components/ColumnWidget.tsx +0 -22
- package/src/widgets/components/ComputedWidget.tsx +0 -49
- package/src/widgets/components/DataWidget.tsx +0 -189
- package/src/widgets/components/DatePickerWidget.tsx +0 -73
- package/src/widgets/components/DatetimeWidget.tsx +0 -160
- package/src/widgets/components/DividerWidget.tsx +0 -37
- package/src/widgets/components/DrawerWidget.tsx +0 -52
- package/src/widgets/components/DynamicLinkWidget.tsx +0 -130
- package/src/widgets/components/GridWidget.tsx +0 -134
- package/src/widgets/components/GroupWidget.tsx +0 -111
- package/src/widgets/components/IconWidget.tsx +0 -29
- package/src/widgets/components/ImageWidget.tsx +0 -28
- package/src/widgets/components/InputWidget.tsx +0 -70
- package/src/widgets/components/JsonWidget.tsx +0 -78
- package/src/widgets/components/LinkWidget.tsx +0 -99
- package/src/widgets/components/ManyToManyWidget.tsx +0 -125
- package/src/widgets/components/ModalWidget.tsx +0 -52
- package/src/widgets/components/MoneyWidget.tsx +0 -80
- package/src/widgets/components/RepeatWidget.tsx +0 -66
- package/src/widgets/components/ScrollAreaWidget.tsx +0 -40
- package/src/widgets/components/SectionWidget.tsx +0 -78
- package/src/widgets/components/SelectWidget.tsx +0 -63
- package/src/widgets/components/SequenceWidget.tsx +0 -32
- package/src/widgets/components/SpacerWidget.tsx +0 -29
- package/src/widgets/components/SplitWidget.tsx +0 -60
- package/src/widgets/components/StackWidget.tsx +0 -44
- package/src/widgets/components/TableWidget.tsx +0 -366
- package/src/widgets/components/TextWidget.tsx +0 -44
- package/src/widgets/components/TextareaWidget.tsx +0 -49
- package/src/widgets/components/TreeWidget.tsx +0 -109
- package/src/widgets/components/index.ts +0 -30
- package/src/widgets/components/register.ts +0 -93
- package/src/widgets/components/table/CellRenderers.tsx +0 -83
- package/src/widgets/components/table/TablePagination.tsx +0 -45
- package/src/widgets/components/table/TableToolbar.tsx +0 -285
- package/src/widgets/components/table/filter-operators.ts +0 -134
- package/src/widgets/components/table/index.ts +0 -11
- package/src/widgets/condition/evaluator.ts +0 -57
- package/src/widgets/condition/index.ts +0 -1
- package/src/widgets/context/builder.ts +0 -99
- package/src/widgets/context/index.ts +0 -8
- package/src/widgets/context/types.ts +0 -37
- package/src/widgets/data/index.ts +0 -5
- package/src/widgets/data/useModelQuery.ts +0 -116
- package/src/widgets/data/useModelRecord.ts +0 -37
- package/src/widgets/expression/evaluator.ts +0 -100
- package/src/widgets/expression/functions.ts +0 -131
- package/src/widgets/expression/index.ts +0 -13
- package/src/widgets/expression/parser.ts +0 -229
- package/src/widgets/expression/types.ts +0 -45
- package/src/widgets/form/FormContext.ts +0 -29
- package/src/widgets/form/FormProvider.tsx +0 -84
- package/src/widgets/form/FormWidget.tsx +0 -42
- package/src/widgets/form/index.ts +0 -4
- package/src/widgets/form/useFormState.ts +0 -127
- package/src/widgets/form/useFormSubmit.ts +0 -90
- package/src/widgets/form/useFormValidation.ts +0 -62
- package/src/widgets/hooks/index.ts +0 -8
- package/src/widgets/hooks/useAction.ts +0 -83
- package/src/widgets/hooks/useBind.ts +0 -34
- package/src/widgets/hooks/useCondition.ts +0 -21
- package/src/widgets/hooks/useDataQuery.ts +0 -48
- package/src/widgets/hooks/useExpression.ts +0 -14
- package/src/widgets/hooks/usePageState.ts +0 -21
- package/src/widgets/hooks/useSurfaceContext.ts +0 -11
- package/src/widgets/hooks/useWidgetContext.ts +0 -14
- package/src/widgets/index.ts +0 -80
- package/src/widgets/lib/layout-props.ts +0 -135
- package/src/widgets/reactivity/index.ts +0 -11
- package/src/widgets/reactivity/tracker.ts +0 -139
- package/src/widgets/reactivity/variables.ts +0 -213
- package/src/widgets/registry.ts +0 -41
- package/src/widgets/renderer/SlotRenderer.tsx +0 -47
- package/src/widgets/renderer/WidgetRenderer.tsx +0 -191
- package/src/widgets/renderer/index.ts +0 -4
- package/src/widgets/shell/WidgetSlotRenderer.tsx +0 -73
- package/src/widgets/shell/index.ts +0 -4
- package/src/widgets/shell/useActionHandlers.ts +0 -170
- package/src/widgets/state/index.ts +0 -2
- package/src/widgets/state/store.ts +0 -96
- package/src/widgets/types.ts +0 -28
- package/src/widgets/validation/index.ts +0 -2
- package/src/widgets/validation/validator.ts +0 -140
- package/tsconfig.json +0 -27
- package/tsconfig.tsbuildinfo +0 -1
- package/vite.config.ts +0 -21
- package/vitest.config.ts +0 -16
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
import type { WidgetNode } from '@rangka/shared';
|
|
2
|
-
import type { WidgetContext } from './types.js';
|
|
3
|
-
|
|
4
|
-
const LAYOUT_WIDGETS = new Set(['group', 'section', 'divider', 'spacer']);
|
|
5
|
-
|
|
6
|
-
export function buildContext(node: WidgetNode, parentContext: WidgetContext): WidgetContext {
|
|
7
|
-
if (node.bind?.model) {
|
|
8
|
-
return {
|
|
9
|
-
record: {},
|
|
10
|
-
records: parentContext.records ?? [],
|
|
11
|
-
model: node.bind.model.name,
|
|
12
|
-
mode: parentContext.mode,
|
|
13
|
-
parent: parentContext,
|
|
14
|
-
__columns: node.children,
|
|
15
|
-
};
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
if (node.source) {
|
|
19
|
-
const isRecordMode = Boolean(node.source.id);
|
|
20
|
-
if (isRecordMode) {
|
|
21
|
-
return {
|
|
22
|
-
record: {},
|
|
23
|
-
model: node.source.model,
|
|
24
|
-
mode: parentContext.mode,
|
|
25
|
-
parent: parentContext,
|
|
26
|
-
};
|
|
27
|
-
} else {
|
|
28
|
-
return {
|
|
29
|
-
record: {},
|
|
30
|
-
records: [],
|
|
31
|
-
model: node.source.model,
|
|
32
|
-
mode: parentContext.mode,
|
|
33
|
-
parent: parentContext,
|
|
34
|
-
};
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
if (LAYOUT_WIDGETS.has(node.type)) {
|
|
39
|
-
return parentContext;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
return parentContext;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
export function buildRowContext(
|
|
46
|
-
row: Record<string, unknown>,
|
|
47
|
-
index: number,
|
|
48
|
-
tableContext: WidgetContext,
|
|
49
|
-
): WidgetContext {
|
|
50
|
-
return {
|
|
51
|
-
record: row,
|
|
52
|
-
model: tableContext.model,
|
|
53
|
-
mode: tableContext.mode,
|
|
54
|
-
index,
|
|
55
|
-
parent: tableContext.parent,
|
|
56
|
-
};
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
export function createRootContext(
|
|
60
|
-
record: Record<string, unknown>,
|
|
61
|
-
model: string,
|
|
62
|
-
mode: 'view' | 'edit' = 'view',
|
|
63
|
-
): WidgetContext {
|
|
64
|
-
return {
|
|
65
|
-
record,
|
|
66
|
-
model,
|
|
67
|
-
mode,
|
|
68
|
-
};
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
export function resolveContextValue(path: string, context: WidgetContext): unknown {
|
|
72
|
-
const parts = path.split('.');
|
|
73
|
-
|
|
74
|
-
if (parts[0] === '$parent') {
|
|
75
|
-
if (!context.parent) return undefined;
|
|
76
|
-
return resolveContextValue(parts.slice(1).join('.'), context.parent);
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
if (parts[0] === '$root') {
|
|
80
|
-
let root = context;
|
|
81
|
-
while (root.parent) root = root.parent;
|
|
82
|
-
return resolveContextValue(parts.slice(1).join('.'), root);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
if (parts[0] === '$row') {
|
|
86
|
-
return resolveFromRecord(parts.slice(1), context.record);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
return resolveFromRecord(parts, context.record);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
function resolveFromRecord(parts: string[], record: Record<string, unknown>): unknown {
|
|
93
|
-
let current: unknown = record;
|
|
94
|
-
for (const part of parts) {
|
|
95
|
-
if (current == null || typeof current !== 'object') return undefined;
|
|
96
|
-
current = (current as Record<string, unknown>)[part];
|
|
97
|
-
}
|
|
98
|
-
return current;
|
|
99
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import type { WidgetNode } from '@rangka/shared';
|
|
2
|
-
|
|
3
|
-
export interface WidgetContext {
|
|
4
|
-
record: Record<string, unknown>;
|
|
5
|
-
records?: Record<string, unknown>[];
|
|
6
|
-
model: string;
|
|
7
|
-
mode: 'view' | 'edit';
|
|
8
|
-
index?: number;
|
|
9
|
-
parent?: WidgetContext;
|
|
10
|
-
__columns?: WidgetNode[];
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
export function getRootContext(ctx: WidgetContext): WidgetContext {
|
|
14
|
-
let current = ctx;
|
|
15
|
-
while (current.parent) {
|
|
16
|
-
current = current.parent;
|
|
17
|
-
}
|
|
18
|
-
return current;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
export function flattenContext(ctx: WidgetContext): Record<string, unknown> {
|
|
22
|
-
return flattenContextInner(ctx, getRootContext(ctx));
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
function flattenContextInner(ctx: WidgetContext, root: WidgetContext): Record<string, unknown> {
|
|
26
|
-
const result: Record<string, unknown> = { ...ctx.record };
|
|
27
|
-
|
|
28
|
-
if (ctx.parent) {
|
|
29
|
-
result['$parent'] = flattenContextInner(ctx.parent, root);
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
if (ctx !== root) {
|
|
33
|
-
result['$root'] = flattenContextInner(root, root);
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
return result;
|
|
37
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export { useModelRecord } from './useModelRecord.js';
|
|
2
|
-
export type { UseModelRecordOptions, UseModelRecordResult } from './useModelRecord.js';
|
|
3
|
-
|
|
4
|
-
export { useModelQuery, filtersToParams, sortToString } from './useModelQuery.js';
|
|
5
|
-
export type { UseModelQueryOptions, UseModelQueryResult } from './useModelQuery.js';
|
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
import { useMemo } from 'react';
|
|
2
|
-
import { useQuery, keepPreviousData } from '@tanstack/react-query';
|
|
3
|
-
import { useDataQuery } from '../hooks/useDataQuery.js';
|
|
4
|
-
import { apiClient } from '../../api/client.js';
|
|
5
|
-
import { modelToPath } from '../../api/paths.js';
|
|
6
|
-
import type { ParsedFilter, SortEntry } from '../reactivity/variables.js';
|
|
7
|
-
|
|
8
|
-
export interface UseModelQueryOptions {
|
|
9
|
-
model: string;
|
|
10
|
-
pageSize?: number;
|
|
11
|
-
enabled?: boolean;
|
|
12
|
-
staticFilters?: Record<string, unknown>;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
export interface UseModelQueryResult {
|
|
16
|
-
data: Record<string, unknown>[];
|
|
17
|
-
isLoading: boolean;
|
|
18
|
-
isFetching: boolean;
|
|
19
|
-
error: Error | null;
|
|
20
|
-
total: number | undefined;
|
|
21
|
-
page: number;
|
|
22
|
-
pageSize: number;
|
|
23
|
-
sort: SortEntry[] | null;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
export function filtersToParams(filters: ParsedFilter[]): Record<string, string> {
|
|
27
|
-
const params: Record<string, string> = {};
|
|
28
|
-
for (const f of filters) {
|
|
29
|
-
const key = f.operator === 'eq' ? `filter[${f.field}]` : `filter[${f.field}][${f.operator}]`;
|
|
30
|
-
params[key] = String(f.value);
|
|
31
|
-
}
|
|
32
|
-
return params;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
export function sortToString(sort: SortEntry[] | null): string | undefined {
|
|
36
|
-
if (!sort || sort.length === 0) return undefined;
|
|
37
|
-
return sort.map((s) => (s.direction === 'desc' ? `-${s.field}` : s.field)).join(',');
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
function staticFiltersToParams(filters: Record<string, unknown>): Record<string, string> {
|
|
41
|
-
const params: Record<string, string> = {};
|
|
42
|
-
for (const [field, value] of Object.entries(filters)) {
|
|
43
|
-
if (value !== null && value !== undefined) {
|
|
44
|
-
params[`filter[${field}]`] = String(value);
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
return params;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
export function useModelQuery(options: UseModelQueryOptions): UseModelQueryResult {
|
|
51
|
-
const { model, pageSize = 20, enabled = true, staticFilters } = options;
|
|
52
|
-
const { filters, sort, page: storePage, search } = useDataQuery(model);
|
|
53
|
-
const page = storePage ?? 1;
|
|
54
|
-
|
|
55
|
-
const queryParams = useMemo(() => {
|
|
56
|
-
const params: Record<string, string> = {
|
|
57
|
-
page: String(page),
|
|
58
|
-
limit: String(pageSize),
|
|
59
|
-
...filtersToParams(filters),
|
|
60
|
-
...(staticFilters ? staticFiltersToParams(staticFilters) : {}),
|
|
61
|
-
};
|
|
62
|
-
const sortStr = sortToString(sort);
|
|
63
|
-
if (sortStr) {
|
|
64
|
-
params.sort = sortStr;
|
|
65
|
-
}
|
|
66
|
-
if (search) {
|
|
67
|
-
params.search = search;
|
|
68
|
-
}
|
|
69
|
-
return params;
|
|
70
|
-
}, [filters, sort, page, pageSize, search, staticFilters]);
|
|
71
|
-
|
|
72
|
-
const path = modelToPath(model);
|
|
73
|
-
const queryKey = ['model', model, queryParams];
|
|
74
|
-
|
|
75
|
-
const query = useQuery<
|
|
76
|
-
{ data: Record<string, unknown>[]; total?: number } | Record<string, unknown>[]
|
|
77
|
-
>({
|
|
78
|
-
queryKey,
|
|
79
|
-
queryFn: async () => {
|
|
80
|
-
const url = new URL(path, window.location.origin);
|
|
81
|
-
for (const [key, value] of Object.entries(queryParams)) {
|
|
82
|
-
url.searchParams.set(key, value);
|
|
83
|
-
}
|
|
84
|
-
const response = await apiClient(url.pathname + url.search);
|
|
85
|
-
if (!response.ok) throw new Error(`Failed to fetch ${model} list`);
|
|
86
|
-
return response.json();
|
|
87
|
-
},
|
|
88
|
-
enabled: enabled && !!model,
|
|
89
|
-
placeholderData: keepPreviousData,
|
|
90
|
-
});
|
|
91
|
-
|
|
92
|
-
const rawData = query.data;
|
|
93
|
-
let data: Record<string, unknown>[] = [];
|
|
94
|
-
let total: number | undefined;
|
|
95
|
-
|
|
96
|
-
if (rawData && !Array.isArray(rawData) && 'data' in rawData) {
|
|
97
|
-
data = (
|
|
98
|
-
rawData as { data: Record<string, unknown>[]; meta?: { total?: number }; total?: number }
|
|
99
|
-
).data;
|
|
100
|
-
const raw = rawData as { meta?: { total?: number }; total?: number };
|
|
101
|
-
total = raw.meta?.total ?? raw.total;
|
|
102
|
-
} else if (Array.isArray(rawData)) {
|
|
103
|
-
data = rawData;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
return {
|
|
107
|
-
data,
|
|
108
|
-
isLoading: query.isLoading,
|
|
109
|
-
isFetching: query.isFetching,
|
|
110
|
-
error: query.error,
|
|
111
|
-
total,
|
|
112
|
-
page,
|
|
113
|
-
pageSize,
|
|
114
|
-
sort,
|
|
115
|
-
};
|
|
116
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { useQuery } from '@tanstack/react-query';
|
|
2
|
-
import { apiClient } from '../../api/client.js';
|
|
3
|
-
import { modelToPath } from '../../api/paths.js';
|
|
4
|
-
|
|
5
|
-
export interface UseModelRecordOptions {
|
|
6
|
-
model: string;
|
|
7
|
-
id: string | null | undefined;
|
|
8
|
-
enabled?: boolean;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
export interface UseModelRecordResult {
|
|
12
|
-
data: Record<string, unknown> | undefined;
|
|
13
|
-
isLoading: boolean;
|
|
14
|
-
error: Error | null;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
export function useModelRecord(options: UseModelRecordOptions): UseModelRecordResult {
|
|
18
|
-
const { model, id, enabled = true } = options;
|
|
19
|
-
const path = modelToPath(model);
|
|
20
|
-
|
|
21
|
-
const query = useQuery<Record<string, unknown>>({
|
|
22
|
-
queryKey: ['model', model, id],
|
|
23
|
-
queryFn: async () => {
|
|
24
|
-
const response = await apiClient(`${path}/${id}`);
|
|
25
|
-
if (!response.ok) throw new Error(`Failed to fetch ${model}/${id}`);
|
|
26
|
-
const json = await response.json();
|
|
27
|
-
return json.data ?? json;
|
|
28
|
-
},
|
|
29
|
-
enabled: enabled && !!id,
|
|
30
|
-
});
|
|
31
|
-
|
|
32
|
-
return {
|
|
33
|
-
data: query.data,
|
|
34
|
-
isLoading: query.isLoading,
|
|
35
|
-
error: query.error,
|
|
36
|
-
};
|
|
37
|
-
}
|
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
import type { AstNode } from './types.js';
|
|
2
|
-
import { functions } from './functions.js';
|
|
3
|
-
|
|
4
|
-
export type EvalContext = Record<string, unknown>;
|
|
5
|
-
|
|
6
|
-
export function evaluate(ast: AstNode, context: EvalContext): unknown {
|
|
7
|
-
switch (ast.type) {
|
|
8
|
-
case 'literal':
|
|
9
|
-
return ast.value;
|
|
10
|
-
|
|
11
|
-
case 'field':
|
|
12
|
-
return resolveField(ast.path, context);
|
|
13
|
-
|
|
14
|
-
case 'unary':
|
|
15
|
-
return evalUnary(ast.operator, evaluate(ast.operand, context));
|
|
16
|
-
|
|
17
|
-
case 'binary':
|
|
18
|
-
return evalBinary(ast.operator, ast.left, ast.right, context);
|
|
19
|
-
|
|
20
|
-
case 'call':
|
|
21
|
-
return evalCall(ast.name, ast.args, context);
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
function resolveField(path: string[], context: EvalContext): unknown {
|
|
26
|
-
let current: unknown = context;
|
|
27
|
-
for (const segment of path) {
|
|
28
|
-
if (current == null || typeof current !== 'object') return undefined;
|
|
29
|
-
current = (current as Record<string, unknown>)[segment];
|
|
30
|
-
}
|
|
31
|
-
return current;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
function evalUnary(operator: '!' | '-', value: unknown): unknown {
|
|
35
|
-
switch (operator) {
|
|
36
|
-
case '!':
|
|
37
|
-
return !value;
|
|
38
|
-
case '-':
|
|
39
|
-
return -(value as number);
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
function evalBinary(
|
|
44
|
-
operator: string,
|
|
45
|
-
leftNode: AstNode,
|
|
46
|
-
rightNode: AstNode,
|
|
47
|
-
context: EvalContext,
|
|
48
|
-
): unknown {
|
|
49
|
-
if (operator === '&&') {
|
|
50
|
-
const left = evaluate(leftNode, context);
|
|
51
|
-
return left ? evaluate(rightNode, context) : left;
|
|
52
|
-
}
|
|
53
|
-
if (operator === '||') {
|
|
54
|
-
const left = evaluate(leftNode, context);
|
|
55
|
-
return left ? left : evaluate(rightNode, context);
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
const left = evaluate(leftNode, context);
|
|
59
|
-
const right = evaluate(rightNode, context);
|
|
60
|
-
|
|
61
|
-
switch (operator) {
|
|
62
|
-
case '+':
|
|
63
|
-
if (typeof left === 'string' || typeof right === 'string') {
|
|
64
|
-
return String(left ?? '') + String(right ?? '');
|
|
65
|
-
}
|
|
66
|
-
return (left as number) + (right as number);
|
|
67
|
-
case '-':
|
|
68
|
-
return (left as number) - (right as number);
|
|
69
|
-
case '*':
|
|
70
|
-
return (left as number) * (right as number);
|
|
71
|
-
case '/':
|
|
72
|
-
if ((right as number) === 0) return 0;
|
|
73
|
-
return (left as number) / (right as number);
|
|
74
|
-
case '%':
|
|
75
|
-
return (left as number) % (right as number);
|
|
76
|
-
case '==':
|
|
77
|
-
return left == right;
|
|
78
|
-
case '!=':
|
|
79
|
-
return left != right;
|
|
80
|
-
case '>':
|
|
81
|
-
return (left as number) > (right as number);
|
|
82
|
-
case '<':
|
|
83
|
-
return (left as number) < (right as number);
|
|
84
|
-
case '>=':
|
|
85
|
-
return (left as number) >= (right as number);
|
|
86
|
-
case '<=':
|
|
87
|
-
return (left as number) <= (right as number);
|
|
88
|
-
default:
|
|
89
|
-
throw new Error(`Unknown operator: ${operator}`);
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
function evalCall(name: string, args: AstNode[], context: EvalContext): unknown {
|
|
94
|
-
const fn = functions[name];
|
|
95
|
-
if (!fn) {
|
|
96
|
-
throw new Error(`Unknown function: ${name}`);
|
|
97
|
-
}
|
|
98
|
-
const evaluatedArgs = args.map((arg) => evaluate(arg, context));
|
|
99
|
-
return fn(evaluatedArgs, context);
|
|
100
|
-
}
|
|
@@ -1,131 +0,0 @@
|
|
|
1
|
-
import type { EvalContext } from './evaluator.js';
|
|
2
|
-
|
|
3
|
-
type ExprFn = (args: unknown[], context: EvalContext) => unknown;
|
|
4
|
-
|
|
5
|
-
function toNumber(v: unknown): number {
|
|
6
|
-
if (v == null) return 0;
|
|
7
|
-
const n = Number(v);
|
|
8
|
-
return isNaN(n) ? 0 : n;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
function toArray(v: unknown): unknown[] {
|
|
12
|
-
if (Array.isArray(v)) return v;
|
|
13
|
-
return [];
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
export const functions: Record<string, ExprFn> = {
|
|
17
|
-
// Aggregate
|
|
18
|
-
sum(args) {
|
|
19
|
-
const arr = toArray(args[0]);
|
|
20
|
-
return arr.reduce((acc: number, item) => acc + toNumber(item), 0);
|
|
21
|
-
},
|
|
22
|
-
count(args) {
|
|
23
|
-
const arr = toArray(args[0]);
|
|
24
|
-
return arr.length;
|
|
25
|
-
},
|
|
26
|
-
avg(args) {
|
|
27
|
-
const arr = toArray(args[0]);
|
|
28
|
-
if (arr.length === 0) return 0;
|
|
29
|
-
const total = arr.reduce((acc: number, item) => acc + toNumber(item), 0);
|
|
30
|
-
return total / arr.length;
|
|
31
|
-
},
|
|
32
|
-
min(args) {
|
|
33
|
-
const arr = toArray(args[0]);
|
|
34
|
-
if (arr.length === 0) return 0;
|
|
35
|
-
return Math.min(...arr.map(toNumber));
|
|
36
|
-
},
|
|
37
|
-
max(args) {
|
|
38
|
-
const arr = toArray(args[0]);
|
|
39
|
-
if (arr.length === 0) return 0;
|
|
40
|
-
return Math.max(...arr.map(toNumber));
|
|
41
|
-
},
|
|
42
|
-
|
|
43
|
-
// Math
|
|
44
|
-
round(args) {
|
|
45
|
-
const value = toNumber(args[0]);
|
|
46
|
-
const decimals = args[1] != null ? toNumber(args[1]) : 0;
|
|
47
|
-
const factor = Math.pow(10, decimals);
|
|
48
|
-
return Math.round(value * factor) / factor;
|
|
49
|
-
},
|
|
50
|
-
abs(args) {
|
|
51
|
-
return Math.abs(toNumber(args[0]));
|
|
52
|
-
},
|
|
53
|
-
ceil(args) {
|
|
54
|
-
return Math.ceil(toNumber(args[0]));
|
|
55
|
-
},
|
|
56
|
-
floor(args) {
|
|
57
|
-
return Math.floor(toNumber(args[0]));
|
|
58
|
-
},
|
|
59
|
-
|
|
60
|
-
// String
|
|
61
|
-
upper(args) {
|
|
62
|
-
return String(args[0] ?? '').toUpperCase();
|
|
63
|
-
},
|
|
64
|
-
lower(args) {
|
|
65
|
-
return String(args[0] ?? '').toLowerCase();
|
|
66
|
-
},
|
|
67
|
-
concat(args) {
|
|
68
|
-
return args.map((a) => String(a ?? '')).join('');
|
|
69
|
-
},
|
|
70
|
-
trim(args) {
|
|
71
|
-
return String(args[0] ?? '').trim();
|
|
72
|
-
},
|
|
73
|
-
|
|
74
|
-
// Date
|
|
75
|
-
today() {
|
|
76
|
-
const now = new Date();
|
|
77
|
-
return new Date(now.getFullYear(), now.getMonth(), now.getDate()).toISOString().slice(0, 10);
|
|
78
|
-
},
|
|
79
|
-
now() {
|
|
80
|
-
return new Date().toISOString();
|
|
81
|
-
},
|
|
82
|
-
add_days(args) {
|
|
83
|
-
const date = new Date(String(args[0]));
|
|
84
|
-
const days = toNumber(args[1]);
|
|
85
|
-
date.setDate(date.getDate() + days);
|
|
86
|
-
return date.toISOString().slice(0, 10);
|
|
87
|
-
},
|
|
88
|
-
diff_days(args) {
|
|
89
|
-
const a = new Date(String(args[0]));
|
|
90
|
-
const b = new Date(String(args[1]));
|
|
91
|
-
return Math.round((a.getTime() - b.getTime()) / (1000 * 60 * 60 * 24));
|
|
92
|
-
},
|
|
93
|
-
format_date(args) {
|
|
94
|
-
const date = new Date(String(args[0]));
|
|
95
|
-
const pattern = String(args[1] ?? '');
|
|
96
|
-
return pattern
|
|
97
|
-
.replace('YYYY', String(date.getFullYear()))
|
|
98
|
-
.replace('MM', String(date.getMonth() + 1).padStart(2, '0'))
|
|
99
|
-
.replace('DD', String(date.getDate()).padStart(2, '0'));
|
|
100
|
-
},
|
|
101
|
-
|
|
102
|
-
// Format
|
|
103
|
-
format_currency(args) {
|
|
104
|
-
const value = toNumber(args[0]);
|
|
105
|
-
const currency = String(args[1] ?? 'USD');
|
|
106
|
-
try {
|
|
107
|
-
return new Intl.NumberFormat('en-US', { style: 'currency', currency }).format(value);
|
|
108
|
-
} catch {
|
|
109
|
-
return `${currency} ${value.toFixed(2)}`;
|
|
110
|
-
}
|
|
111
|
-
},
|
|
112
|
-
format_number(args) {
|
|
113
|
-
const value = toNumber(args[0]);
|
|
114
|
-
const decimals = args[1] != null ? toNumber(args[1]) : 0;
|
|
115
|
-
return new Intl.NumberFormat('en-US', {
|
|
116
|
-
minimumFractionDigits: decimals,
|
|
117
|
-
maximumFractionDigits: decimals,
|
|
118
|
-
}).format(value);
|
|
119
|
-
},
|
|
120
|
-
|
|
121
|
-
// Logic
|
|
122
|
-
if(args) {
|
|
123
|
-
return args[0] ? args[1] : args[2];
|
|
124
|
-
},
|
|
125
|
-
coalesce(args) {
|
|
126
|
-
for (const arg of args) {
|
|
127
|
-
if (arg != null) return arg;
|
|
128
|
-
}
|
|
129
|
-
return null;
|
|
130
|
-
},
|
|
131
|
-
};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export { parse } from './parser.js';
|
|
2
|
-
export { evaluate } from './evaluator.js';
|
|
3
|
-
export type { EvalContext } from './evaluator.js';
|
|
4
|
-
export type {
|
|
5
|
-
AstNode,
|
|
6
|
-
BinaryOperator,
|
|
7
|
-
LiteralNode,
|
|
8
|
-
FieldRefNode,
|
|
9
|
-
UnaryNode,
|
|
10
|
-
BinaryNode,
|
|
11
|
-
CallNode,
|
|
12
|
-
} from './types.js';
|
|
13
|
-
export { functions } from './functions.js';
|