@framework-m/desk 0.7.0 → 0.9.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/api.d.ts +16 -0
- package/dist/api.d.ts.map +1 -0
- package/dist/auth.d.ts.map +1 -1
- package/dist/authConfig.d.ts.map +1 -1
- package/dist/components/CommandPalette.d.ts.map +1 -1
- package/dist/components/audit/AuditTimeline.d.ts.map +1 -1
- package/dist/components/audit/DiffViewer.d.ts.map +1 -1
- package/dist/components/breadcrumb/index.d.ts +1 -1
- package/dist/components/breadcrumb/index.d.ts.map +1 -1
- package/dist/components/correction/CorrectionWizard.d.ts.map +1 -1
- package/dist/components/feedback/AlertBanner.d.ts +1 -1
- package/dist/components/feedback/AlertBanner.d.ts.map +1 -1
- package/dist/components/feedback/ConfirmDialog.d.ts.map +1 -1
- package/dist/components/feedback/QuickEditModal.d.ts +21 -0
- package/dist/components/feedback/QuickEditModal.d.ts.map +1 -0
- package/dist/components/form/AutoForm.d.ts.map +1 -1
- package/dist/components/form/FormBodyLayout.d.ts +10 -0
- package/dist/components/form/FormBodyLayout.d.ts.map +1 -0
- package/dist/components/form/FormToolbar.d.ts +12 -0
- package/dist/components/form/FormToolbar.d.ts.map +1 -0
- package/dist/components/form/FormViewHeader.d.ts +14 -0
- package/dist/components/form/FormViewHeader.d.ts.map +1 -0
- package/dist/components/form/LinkWidget.d.ts +6 -1
- package/dist/components/form/LinkWidget.d.ts.map +1 -1
- package/dist/components/form/LinkWidgetHelpers.d.ts +13 -0
- package/dist/components/form/LinkWidgetHelpers.d.ts.map +1 -0
- package/dist/components/form/QuickEntryForm.d.ts +7 -0
- package/dist/components/form/QuickEntryForm.d.ts.map +1 -0
- package/dist/components/form/fields/AutoField.d.ts +44 -0
- package/dist/components/form/fields/AutoField.d.ts.map +1 -0
- package/dist/components/form/fields/BooleanField.d.ts +3 -0
- package/dist/components/form/fields/BooleanField.d.ts.map +1 -0
- package/dist/components/form/fields/ErrorsField.d.ts +5 -0
- package/dist/components/form/fields/ErrorsField.d.ts.map +1 -0
- package/dist/components/form/fields/LinkField.d.ts +2 -0
- package/dist/components/form/fields/LinkField.d.ts.map +1 -0
- package/dist/components/form/fields/ListField.d.ts +6 -0
- package/dist/components/form/fields/ListField.d.ts.map +1 -0
- package/dist/components/form/fields/MultiSelectField.d.ts +3 -0
- package/dist/components/form/fields/MultiSelectField.d.ts.map +1 -0
- package/dist/components/form/fields/SelectField.d.ts +19 -0
- package/dist/components/form/fields/SelectField.d.ts.map +1 -0
- package/dist/components/form/fields/SubmitField.d.ts +5 -0
- package/dist/components/form/fields/SubmitField.d.ts.map +1 -0
- package/dist/components/form/fields/TextField.d.ts +20 -0
- package/dist/components/form/fields/TextField.d.ts.map +1 -0
- package/dist/components/form/fields/registry.d.ts +16 -0
- package/dist/components/form/fields/registry.d.ts.map +1 -0
- package/dist/components/form/tamagui-fields.d.ts +6 -15
- package/dist/components/form/tamagui-fields.d.ts.map +1 -1
- package/dist/components/layout/ColumnGrid.d.ts +22 -0
- package/dist/components/layout/ColumnGrid.d.ts.map +1 -0
- package/dist/components/layout/FrameworkMShell.d.ts +0 -4
- package/dist/components/layout/FrameworkMShell.d.ts.map +1 -1
- package/dist/components/layout/GuestPlaceholder.d.ts.map +1 -1
- package/dist/components/layout/Navigation/ContextualDrawer.d.ts +13 -0
- package/dist/components/layout/Navigation/ContextualDrawer.d.ts.map +1 -0
- package/dist/components/layout/Navigation/NavigationShell.d.ts +16 -0
- package/dist/components/layout/Navigation/NavigationShell.d.ts.map +1 -0
- package/dist/components/layout/Navigation/PrimaryRail.d.ts +13 -0
- package/dist/components/layout/Navigation/PrimaryRail.d.ts.map +1 -0
- package/dist/components/layout/PageHeader.d.ts +19 -0
- package/dist/components/layout/PageHeader.d.ts.map +1 -0
- package/dist/components/layout/PermissionDenied.d.ts.map +1 -1
- package/dist/components/layout/SectionField.d.ts +15 -0
- package/dist/components/layout/SectionField.d.ts.map +1 -0
- package/dist/components/layout/ShellSkeleton.d.ts +3 -1
- package/dist/components/layout/ShellSkeleton.d.ts.map +1 -1
- package/dist/components/layout/SystemInfo.d.ts.map +1 -1
- package/dist/components/layout/TabContainer.d.ts +17 -0
- package/dist/components/layout/TabContainer.d.ts.map +1 -0
- package/dist/components/layout/index.d.ts +12 -0
- package/dist/components/layout/index.d.ts.map +1 -1
- package/dist/components/list/AsOfDatePicker.d.ts.map +1 -1
- package/dist/components/list/ListBodyLayout.d.ts +56 -0
- package/dist/components/list/ListBodyLayout.d.ts.map +1 -0
- package/dist/components/list/index.d.ts +2 -0
- package/dist/components/list/index.d.ts.map +1 -1
- package/dist/components/menu/index.d.ts.map +1 -1
- package/dist/components/sibling/SiblingPanel.d.ts.map +1 -1
- package/dist/components/table/AutoTable.d.ts.map +1 -1
- package/dist/components/table/BulkActionsBar.d.ts.map +1 -1
- package/dist/components/table/EditableCell.d.ts.map +1 -1
- package/dist/components/table/tableUtils.d.ts +5 -0
- package/dist/components/table/tableUtils.d.ts.map +1 -0
- package/dist/components/workflow/StateBadge.d.ts +1 -1
- package/dist/components/workflow/StateBadge.d.ts.map +1 -1
- package/dist/components/workflow/WorkflowActions.d.ts.map +1 -1
- package/dist/config/i18n.d.ts.map +1 -1
- package/dist/constants.d.ts +3 -3
- package/dist/constants.d.ts.map +1 -1
- package/dist/data.d.ts.map +1 -1
- package/dist/hooks/callUtils.d.ts +20 -0
- package/dist/hooks/callUtils.d.ts.map +1 -0
- package/dist/hooks/index.d.ts +16 -5
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/types.d.ts +23 -8
- package/dist/hooks/types.d.ts.map +1 -1
- package/dist/hooks/uiMetaUtils.d.ts +5 -0
- package/dist/hooks/uiMetaUtils.d.ts.map +1 -0
- package/dist/hooks/useAuditTimeline.d.ts.map +1 -1
- package/dist/hooks/useBulkActions.d.ts.map +1 -1
- package/dist/hooks/useCall.d.ts +13 -0
- package/dist/hooks/useCall.d.ts.map +1 -0
- package/dist/hooks/useComponentOverride.d.ts +1 -1
- package/dist/hooks/useComponentOverride.d.ts.map +1 -1
- package/dist/hooks/useCorrectionAction.d.ts.map +1 -1
- package/dist/hooks/useDocTypeMeta.d.ts.map +1 -1
- package/dist/hooks/useDocTypes.d.ts +4 -0
- package/dist/hooks/useDocTypes.d.ts.map +1 -1
- package/dist/hooks/useFormActions.d.ts +42 -0
- package/dist/hooks/useFormActions.d.ts.map +1 -0
- package/dist/hooks/useFormController.d.ts +28 -0
- package/dist/hooks/useFormController.d.ts.map +1 -0
- package/dist/hooks/useFormKeyboard.d.ts +6 -0
- package/dist/hooks/useFormKeyboard.d.ts.map +1 -0
- package/dist/hooks/useInlineEdit.d.ts.map +1 -1
- package/dist/hooks/useListActions.d.ts +26 -0
- package/dist/hooks/useListActions.d.ts.map +1 -0
- package/dist/hooks/useListFilters.d.ts +29 -0
- package/dist/hooks/useListFilters.d.ts.map +1 -0
- package/dist/hooks/usePageOverride.d.ts +1 -1
- package/dist/hooks/usePageOverride.d.ts.map +1 -1
- package/dist/hooks/useRouteTraversal.d.ts.map +1 -1
- package/dist/hooks/useSiblingDocTypes.d.ts.map +1 -1
- package/dist/hooks/useTabKeyboard.d.ts +15 -0
- package/dist/hooks/useTabKeyboard.d.ts.map +1 -0
- package/dist/hooks/useUIMeta.d.ts +2 -0
- package/dist/hooks/useUIMeta.d.ts.map +1 -1
- package/dist/hooks/useWorkflowActions.d.ts.map +1 -1
- package/dist/index.d.ts +11 -13
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6848 -6919
- package/dist/index.js.map +1 -1
- package/dist/live.d.ts.map +1 -1
- package/dist/pages/FormView.d.ts +12 -19
- package/dist/pages/FormView.d.ts.map +1 -1
- package/dist/pages/ListView.d.ts +1 -33
- package/dist/pages/ListView.d.ts.map +1 -1
- package/dist/pages/LoginLogo.d.ts +6 -0
- package/dist/pages/LoginLogo.d.ts.map +1 -0
- package/dist/pages/LoginPage.d.ts.map +1 -1
- package/dist/pages/loginUtils.d.ts +6 -0
- package/dist/pages/loginUtils.d.ts.map +1 -0
- package/dist/plugins/Slot.d.ts +1 -1
- package/dist/plugins/Slot.d.ts.map +1 -1
- package/dist/plugins/builtins.d.ts.map +1 -1
- package/dist/plugins/registry.d.ts.map +1 -1
- package/dist/plugins/types.d.ts +1 -1
- package/dist/plugins/types.d.ts.map +1 -1
- package/dist/shell/ShellProvider.d.ts.map +1 -1
- package/dist/shell/adapters/localRealtimeAdapter.d.ts +3 -0
- package/dist/shell/adapters/localRealtimeAdapter.d.ts.map +1 -0
- package/dist/shell/hooks/useOmniSearch.d.ts +6 -0
- package/dist/shell/hooks/useOmniSearch.d.ts.map +1 -0
- package/dist/shell/hooks/useRealtime.d.ts +7 -0
- package/dist/shell/hooks/useRealtime.d.ts.map +1 -0
- package/dist/shell/hooks/useSidebarSections.d.ts +10 -0
- package/dist/shell/hooks/useSidebarSections.d.ts.map +1 -0
- package/dist/shell/types.d.ts.map +1 -1
- package/dist/views/CalendarView.d.ts.map +1 -1
- package/dist/views/GanttView.d.ts.map +1 -1
- package/dist/views/KanbanView.d.ts.map +1 -1
- package/dist/views/TreeView.d.ts.map +1 -1
- package/dist/views/treeUtils.d.ts +18 -0
- package/dist/views/treeUtils.d.ts.map +1 -0
- package/dist/views/utils.d.ts +26 -0
- package/dist/views/utils.d.ts.map +1 -0
- package/dist/workspace/WorkspaceSection.d.ts +0 -8
- package/dist/workspace/WorkspaceSection.d.ts.map +1 -1
- package/dist/workspace/useWorkspaces.d.ts +1 -1
- package/dist/workspace/useWorkspaces.d.ts.map +1 -1
- package/package.json +29 -20
- package/dist/components/layout/Navbar/Navbar.d.ts +0 -16
- package/dist/components/layout/Navbar/Navbar.d.ts.map +0 -1
- package/dist/components/layout/Sidebar/Sidebar.d.ts +0 -9
- package/dist/components/layout/Sidebar/Sidebar.d.ts.map +0 -1
- package/dist/components/layout/Sidebar/SidebarItem.d.ts +0 -10
- package/dist/components/layout/Sidebar/SidebarItem.d.ts.map +0 -1
- package/dist/components/layout/Sidebar/SidebarMobileFooter.d.ts +0 -11
- package/dist/components/layout/Sidebar/SidebarMobileFooter.d.ts.map +0 -1
- package/dist/components/layout/Sidebar/SidebarUtils.d.ts +0 -44
- package/dist/components/layout/Sidebar/SidebarUtils.d.ts.map +0 -1
package/dist/api.d.ts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Core API Client Utilities.
|
|
3
|
+
*
|
|
4
|
+
* Centralizes fetch logic and standardizes request headers,
|
|
5
|
+
* including automatic Idempotency-Key injection for mutations.
|
|
6
|
+
*/
|
|
7
|
+
/**
|
|
8
|
+
* Wrapper around standard `fetch` that ensures credentials are included
|
|
9
|
+
* and automatically injects an `Idempotency-Key` for mutating requests.
|
|
10
|
+
*
|
|
11
|
+
* @param url The URL to fetch.
|
|
12
|
+
* @param options Standard RequestInit options.
|
|
13
|
+
* @returns Promise<Response>
|
|
14
|
+
*/
|
|
15
|
+
export declare function fetchWithCredentials(url: string | URL | Request, options?: RequestInit): Promise<Response>;
|
|
16
|
+
//# sourceMappingURL=api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../src/api.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;;;;;;GAOG;AACH,wBAAsB,oBAAoB,CACxC,GAAG,EAAE,MAAM,GAAG,GAAG,GAAG,OAAO,EAC3B,OAAO,GAAE,WAAgB,GACxB,OAAO,CAAC,QAAQ,CAAC,CAmBnB"}
|
package/dist/auth.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../src/auth.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAKpD;;;;;;;GAOG;AACH,eAAO,MAAM,YAAY,EAAE,
|
|
1
|
+
{"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../src/auth.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAKpD;;;;;;;GAOG;AACH,eAAO,MAAM,YAAY,EAAE,YAqK1B,CAAC"}
|
package/dist/authConfig.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authConfig.d.ts","sourceRoot":"","sources":["../src/authConfig.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,yBAAyB;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,8BAA8B;IAC9B,WAAW,EAAE,MAAM,CAAC;IACpB,+BAA+B;IAC/B,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,wBAAwB;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;;GAIG;AACH,MAAM,MAAM,YAAY,GAAG,QAAQ,GAAG,MAAM,CAAC;AAE7C;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,oBAAoB;IACpB,YAAY,EAAE,YAAY,CAAC;IAC3B,kDAAkD;IAClD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gCAAgC;IAChC,UAAU,CAAC,EAAE,UAAU,CAAC;CACzB;AAED;;GAEG;AACH,wBAAgB,aAAa,IAAI,UAAU,
|
|
1
|
+
{"version":3,"file":"authConfig.d.ts","sourceRoot":"","sources":["../src/authConfig.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,yBAAyB;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,8BAA8B;IAC9B,WAAW,EAAE,MAAM,CAAC;IACpB,+BAA+B;IAC/B,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,wBAAwB;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;;GAIG;AACH,MAAM,MAAM,YAAY,GAAG,QAAQ,GAAG,MAAM,CAAC;AAE7C;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,oBAAoB;IACpB,YAAY,EAAE,YAAY,CAAC;IAC3B,kDAAkD;IAClD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gCAAgC;IAChC,UAAU,CAAC,EAAE,UAAU,CAAC;CACzB;AAED;;GAEG;AACH,wBAAgB,aAAa,IAAI,UAAU,CAS1C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommandPalette.d.ts","sourceRoot":"","sources":["../../src/components/CommandPalette.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;
|
|
1
|
+
{"version":3,"file":"CommandPalette.d.ts","sourceRoot":"","sources":["../../src/components/CommandPalette.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAQH;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,SAAS,GAAG,UAAU,GAAG,SAAS,CAAC;AAE7D;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B,gBAAgB;IAChB,EAAE,EAAE,MAAM,CAAC;IACX,sBAAsB;IACtB,IAAI,EAAE,WAAW,CAAC;IAClB,oBAAoB;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,qBAAqB;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,mBAAmB;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,iCAAiC;IACjC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,wBAAwB;IACxB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC,8BAA8B;IAC9B,IAAI,EAAE,OAAO,CAAC;IACd,qBAAqB;IACrB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AA6BD;;GAEG;AACH,wBAAgB,cAAc,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,mBAAmB,kDAiSpE;AAED,eAAe,cAAc,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuditTimeline.d.ts","sourceRoot":"","sources":["../../../src/components/audit/AuditTimeline.tsx"],"names":[],"mappings":"AAKA,MAAM,WAAW,kBAAkB;IACjC,OAAO,EAAE,MAAM,CAAC;IAChB,EAAE,EAAE,MAAM,GAAG,SAAS,CAAC;CACxB;
|
|
1
|
+
{"version":3,"file":"AuditTimeline.d.ts","sourceRoot":"","sources":["../../../src/components/audit/AuditTimeline.tsx"],"names":[],"mappings":"AAKA,MAAM,WAAW,kBAAkB;IACjC,OAAO,EAAE,MAAM,CAAC;IAChB,EAAE,EAAE,MAAM,GAAG,SAAS,CAAC;CACxB;AAmBD,wBAAgB,aAAa,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,EAAE,QAAQ,CAAC,kBAAkB,CAAC,2CAyC1E;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DiffViewer.d.ts","sourceRoot":"","sources":["../../../src/components/audit/DiffViewer.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AAE3E,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,sBAAsB,CAAC,GAAG,IAAI,CAAC;CACrD;
|
|
1
|
+
{"version":3,"file":"DiffViewer.d.ts","sourceRoot":"","sources":["../../../src/components/audit/DiffViewer.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AAE3E,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,sBAAsB,CAAC,GAAG,IAAI,CAAC;CACrD;AAsCD,wBAAgB,UAAU,CAAC,EAAE,IAAI,EAAE,EAAE,QAAQ,CAAC,eAAe,CAAC,kDA0C7D;AAED,eAAe,UAAU,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const Breadcrumb: () => import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
export declare const Breadcrumb: () => import("react/jsx-runtime").JSX.Element | null;
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/breadcrumb/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/breadcrumb/index.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,UAAU,sDA8BtB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CorrectionWizard.d.ts","sourceRoot":"","sources":["../../../src/components/correction/CorrectionWizard.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CorrectionWizard.d.ts","sourceRoot":"","sources":["../../../src/components/correction/CorrectionWizard.tsx"],"names":[],"mappings":"AAKA,MAAM,WAAW,qBAAqB;IACpC,OAAO,EAAE,MAAM,CAAC;IAChB,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,IAAI,CAAC;IACrD,mBAAmB,EAAE,OAAO,CAAC;CAC9B;AAID,wBAAgB,gBAAgB,CAAC,EAC/B,OAAO,EACP,EAAE,EACF,MAAM,EACN,OAAO,EACP,SAAS,EACT,mBAAmB,GACpB,EAAE,QAAQ,CAAC,qBAAqB,CAAC,kDA2IjC;AAED,eAAe,gBAAgB,CAAC"}
|
|
@@ -3,6 +3,6 @@ export interface AlertBannerProps {
|
|
|
3
3
|
variant?: "info" | "error" | "success";
|
|
4
4
|
onDismiss?: () => void;
|
|
5
5
|
}
|
|
6
|
-
export declare function AlertBanner({ message, variant, onDismiss
|
|
6
|
+
export declare function AlertBanner({ message, variant, onDismiss }: Readonly<AlertBannerProps>): import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export default AlertBanner;
|
|
8
8
|
//# sourceMappingURL=AlertBanner.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlertBanner.d.ts","sourceRoot":"","sources":["../../../src/components/feedback/AlertBanner.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AlertBanner.d.ts","sourceRoot":"","sources":["../../../src/components/feedback/AlertBanner.tsx"],"names":[],"mappings":"AAEA,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,SAAS,CAAC;IACvC,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB;AAoBD,wBAAgB,WAAW,CAAC,EAAE,OAAO,EAAE,OAAgB,EAAE,SAAS,EAAE,EAAE,QAAQ,CAAC,gBAAgB,CAAC,2CA0B/F;AAED,eAAe,WAAW,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfirmDialog.d.ts","sourceRoot":"","sources":["../../../src/components/feedback/ConfirmDialog.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ConfirmDialog.d.ts","sourceRoot":"","sources":["../../../src/components/feedback/ConfirmDialog.tsx"],"names":[],"mappings":"AAGA,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,OAAO,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,wBAAgB,aAAa,CAAC,EAC5B,IAAI,EACJ,KAAK,EACL,OAAO,EACP,YAAwB,EACxB,WAAsB,EACtB,WAAmB,EACnB,SAAS,EACT,QAAQ,GACT,EAAE,QAAQ,CAAC,kBAAkB,CAAC,kDA4D9B;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export interface QuickEditColumn {
|
|
2
|
+
id: string;
|
|
3
|
+
title: string;
|
|
4
|
+
}
|
|
5
|
+
export interface QuickEditItem {
|
|
6
|
+
id: string;
|
|
7
|
+
name: string;
|
|
8
|
+
[key: string]: unknown;
|
|
9
|
+
}
|
|
10
|
+
/** Quick Edit modal — inline edit of standard resource properties. */
|
|
11
|
+
export declare function QuickEditModal({ item, resource, titleField, descField, groupField, columns, onClose, onSaved, }: {
|
|
12
|
+
item: QuickEditItem;
|
|
13
|
+
resource: string;
|
|
14
|
+
titleField: string;
|
|
15
|
+
descField?: string;
|
|
16
|
+
groupField: string;
|
|
17
|
+
columns: QuickEditColumn[];
|
|
18
|
+
onClose: () => void;
|
|
19
|
+
onSaved: () => void;
|
|
20
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
//# sourceMappingURL=QuickEditModal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QuickEditModal.d.ts","sourceRoot":"","sources":["../../../src/components/feedback/QuickEditModal.tsx"],"names":[],"mappings":"AAIA,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB;AAED,sEAAsE;AACtE,wBAAgB,cAAc,CAAC,EAC7B,IAAI,EACJ,QAAQ,EACR,UAAU,EACV,SAAS,EACT,UAAU,EACV,OAAO,EACP,OAAO,EACP,OAAO,GACR,EAAE;IACD,IAAI,EAAE,aAAa,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,eAAe,EAAE,CAAC;IAC3B,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,2CAmHA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AutoForm.d.ts","sourceRoot":"","sources":["../../../src/components/form/AutoForm.tsx"],"names":[],"mappings":"AAiBA;;GAEG;AACH,MAAM,WAAW,aAAa,CAAC,CAAC,GAAG,GAAG;IACpC,+BAA+B;IAC/B,MAAM,EAAE,GAAG,CAAC;IACZ,gDAAgD;IAChD,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf,wBAAwB;IACxB,QAAQ,CAAC,EAAE,CAAC,CAAC;IACb,oCAAoC;IACpC,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,IAAI,CAAC;IAC7B,oCAAoC;IACpC,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,IAAI,CAAC;IAC7B,iCAAiC;IACjC,OAAO,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,KAAK,IAAI,CAAC;IAClC,gCAAgC;IAChC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,+BAA+B;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,yBAAyB;IACzB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,gCAAgC;IAChC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,yCAAyC;IACzC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gDAAgD;IAChD,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;;;;GAKG;AACH,wBAAgB,QAAQ,CAAC,CAAC,GAAG,GAAG,EAAE,EAChC,MAAM,EACN,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,QAAgB,EAChB,QAAgB,EAChB,gBAAwB,EACxB,UAAqB,EACrB,QAAQ,GACT,EAAE,aAAa,CAAC,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"AutoForm.d.ts","sourceRoot":"","sources":["../../../src/components/form/AutoForm.tsx"],"names":[],"mappings":"AAiBA;;GAEG;AACH,MAAM,WAAW,aAAa,CAAC,CAAC,GAAG,GAAG;IACpC,+BAA+B;IAC/B,MAAM,EAAE,GAAG,CAAC;IACZ,gDAAgD;IAChD,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf,wBAAwB;IACxB,QAAQ,CAAC,EAAE,CAAC,CAAC;IACb,oCAAoC;IACpC,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,IAAI,CAAC;IAC7B,oCAAoC;IACpC,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,IAAI,CAAC;IAC7B,iCAAiC;IACjC,OAAO,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,KAAK,IAAI,CAAC;IAClC,gCAAgC;IAChC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,+BAA+B;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,yBAAyB;IACzB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,gCAAgC;IAChC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,yCAAyC;IACzC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gDAAgD;IAChD,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;;;;GAKG;AACH,wBAAgB,QAAQ,CAAC,CAAC,GAAG,GAAG,EAAE,EAChC,MAAM,EACN,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,QAAgB,EAChB,QAAgB,EAChB,gBAAwB,EACxB,UAAqB,EACrB,QAAQ,GACT,EAAE,aAAa,CAAC,CAAC,CAAC,2CAsClB;AAED,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Frm } from '../../hooks/useFormController';
|
|
2
|
+
import { UIMeta } from '../../hooks/useUIMeta';
|
|
3
|
+
export interface FormBodyLayoutProps {
|
|
4
|
+
meta: any;
|
|
5
|
+
uiMeta: UIMeta | null;
|
|
6
|
+
frm: Frm;
|
|
7
|
+
id?: string;
|
|
8
|
+
}
|
|
9
|
+
export declare function FormBodyLayout({ meta, uiMeta, frm, id }: Readonly<FormBodyLayoutProps>): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
//# sourceMappingURL=FormBodyLayout.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormBodyLayout.d.ts","sourceRoot":"","sources":["../../../src/components/form/FormBodyLayout.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAE/C,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,GAAG,CAAC;IACV,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,GAAG,EAAE,GAAG,CAAC;IACT,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAwBD,wBAAgB,cAAc,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,QAAQ,CAAC,mBAAmB,CAAC,2CAiFtF"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Frm } from '../../hooks/useFormController';
|
|
2
|
+
export interface FormToolbarProps {
|
|
3
|
+
frm: Frm;
|
|
4
|
+
submitLabel: string;
|
|
5
|
+
isEditing: boolean;
|
|
6
|
+
printFormatName: string;
|
|
7
|
+
setPrintFormatName: (val: string) => void;
|
|
8
|
+
openPrintPreview: () => void;
|
|
9
|
+
downloadPrintPdf: () => void;
|
|
10
|
+
}
|
|
11
|
+
export declare function FormToolbar({ frm, submitLabel, isEditing, printFormatName, setPrintFormatName, openPrintPreview, downloadPrintPdf, }: FormToolbarProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
//# sourceMappingURL=FormToolbar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormToolbar.d.ts","sourceRoot":"","sources":["../../../src/components/form/FormToolbar.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AAEpD,MAAM,WAAW,gBAAgB;IAC/B,GAAG,EAAE,GAAG,CAAC;IACT,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,OAAO,CAAC;IACnB,eAAe,EAAE,MAAM,CAAC;IACxB,kBAAkB,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B;AAED,wBAAgB,WAAW,CAAC,EAC1B,GAAG,EACH,WAAW,EACX,SAAS,EACT,eAAe,EACf,kBAAkB,EAClB,gBAAgB,EAChB,gBAAgB,GACjB,EAAE,gBAAgB,2CAuElB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
interface FormViewHeaderProps {
|
|
3
|
+
appName: string;
|
|
4
|
+
isSingleton: boolean;
|
|
5
|
+
doctype: string;
|
|
6
|
+
id?: string;
|
|
7
|
+
isEditing: boolean;
|
|
8
|
+
displayName: string;
|
|
9
|
+
title: string;
|
|
10
|
+
frm: any;
|
|
11
|
+
}
|
|
12
|
+
export declare const FormViewHeader: React.FC<FormViewHeaderProps>;
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=FormViewHeader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormViewHeader.d.ts","sourceRoot":"","sources":["../../../src/components/form/FormViewHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,UAAU,mBAAmB;IAC3B,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,OAAO,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,GAAG,CAAC;CACV;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAuGxD,CAAC"}
|
|
@@ -2,9 +2,14 @@
|
|
|
2
2
|
* LinkWidget - Async Search Combobox for Link Fields
|
|
3
3
|
*
|
|
4
4
|
* A cross-platform async search field built with Tamagui and Uniforms.
|
|
5
|
+
*
|
|
6
|
+
* Quick Entry (Slide-over Drawer):
|
|
7
|
+
* By default, a "+ New" button opens a Drawer to create a linked
|
|
8
|
+
* record inline without navigating away.
|
|
9
|
+
* To disable, set `"x-quick-entry": false` in the JSON Schema property.
|
|
5
10
|
*/
|
|
6
11
|
/**
|
|
7
|
-
* LinkWidget - Combobox with async search
|
|
12
|
+
* LinkWidget - Combobox with async search + Drawer quick entry.
|
|
8
13
|
*/
|
|
9
14
|
export declare const Link: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
10
15
|
export declare const LinkField: import('uniforms').ConnectedField<any, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LinkWidget.d.ts","sourceRoot":"","sources":["../../../src/components/form/LinkWidget.tsx"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"LinkWidget.d.ts","sourceRoot":"","sources":["../../../src/components/form/LinkWidget.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAcH;;GAEG;AACH,eAAO,MAAM,IAAI,GAAI,OAAO,GAAG,4CAqV9B,CAAC;AAEF,eAAO,MAAM,SAAS,6CAAqB,CAAC;AAC5C,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Debounce helper
|
|
3
|
+
*/
|
|
4
|
+
export declare function useDebounce<T>(value: T, delay: number): T;
|
|
5
|
+
/**
|
|
6
|
+
* Get nested path values safely
|
|
7
|
+
*/
|
|
8
|
+
export declare function getPathValue(source: unknown, path: string): unknown;
|
|
9
|
+
/**
|
|
10
|
+
* Resolve watch relational paths
|
|
11
|
+
*/
|
|
12
|
+
export declare function resolveWatchPath(fieldName: string | undefined, watchField: string): string;
|
|
13
|
+
//# sourceMappingURL=LinkWidgetHelpers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LinkWidgetHelpers.d.ts","sourceRoot":"","sources":["../../../src/components/form/LinkWidgetHelpers.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,wBAAgB,WAAW,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,GAAG,CAAC,CASzD;AAED;;GAEG;AACH,wBAAgB,YAAY,CAAC,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,GAAG,OAAO,CA0BnE;AAED;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,SAAS,EAAE,MAAM,GAAG,SAAS,EAAE,UAAU,EAAE,MAAM,GAAG,MAAM,CAe1F"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export interface QuickEntryFormProps {
|
|
2
|
+
linkedDoctype: string;
|
|
3
|
+
onCreated: (id: string, label: string) => void;
|
|
4
|
+
onClose: () => void;
|
|
5
|
+
}
|
|
6
|
+
export declare function QuickEntryForm({ linkedDoctype, onCreated, onClose }: QuickEntryFormProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
//# sourceMappingURL=QuickEntryForm.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QuickEntryForm.d.ts","sourceRoot":"","sources":["../../../src/components/form/QuickEntryForm.tsx"],"names":[],"mappings":"AAOA,MAAM,WAAW,mBAAmB;IAClC,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/C,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,wBAAgB,cAAc,CAAC,EAAE,aAAa,EAAE,SAAS,EAAE,OAAO,EAAE,EAAE,mBAAmB,2CAiFxF"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AutoField (Bridge Resolver)
|
|
3
|
+
*
|
|
4
|
+
* Automatically resolves the correct UI component based on field type and
|
|
5
|
+
* JSON Schema metadata from the uniforms JSONSchemaBridge.
|
|
6
|
+
*
|
|
7
|
+
* IMPORTANT: This IS a connected field. It receives the schema and current
|
|
8
|
+
* value path from uniforms. To prevent double-prefixing (e.g. name.name),
|
|
9
|
+
* it MUST return raw (unconnected) components.
|
|
10
|
+
*
|
|
11
|
+
* ## How props are delivered (uniforms internals — useField.js)
|
|
12
|
+
*
|
|
13
|
+
* uniforms' `useField` hook passes these guaranteed props to every field:
|
|
14
|
+
* - `props.field` — raw JSON schema for this field (from bridge.getField())
|
|
15
|
+
* - `props.fieldType` — JS constructor (String/Number/Boolean/Date/Array/Object)
|
|
16
|
+
* - `props.options` — array of {value} objects when schema has `enum`
|
|
17
|
+
*
|
|
18
|
+
* `props.schema` is NEVER set by uniforms — it would only exist if a parent
|
|
19
|
+
* explicitly passed it, which nothing does here.
|
|
20
|
+
*
|
|
21
|
+
* ## Key bridge behaviors (JSONSchemaBridge)
|
|
22
|
+
*
|
|
23
|
+
* - `format` is in `propsToRemove` → deleted from getProps() output
|
|
24
|
+
* ✓ Read it from `props.field.format` instead
|
|
25
|
+
* - `x-options` is NOT in propsToRemove → passed through directly as `props["x-options"]`
|
|
26
|
+
* - `enum` is in propsToRemove BUT bridge converts it to `options` array first
|
|
27
|
+
* - `getType()` returns Date ONLY for format:"date-time", NOT format:"date"
|
|
28
|
+
* ✓ For date-only fields: `fieldType === String` but `props.field.format === "date"`
|
|
29
|
+
*
|
|
30
|
+
* ## Field detection decision tree
|
|
31
|
+
*
|
|
32
|
+
* 1. Plugin FieldRegistry override
|
|
33
|
+
* 2. Array → ListField
|
|
34
|
+
* 3. Link → props["x-options"] OR props.field["x-options"] OR props.field.ui_meta.link_doctype
|
|
35
|
+
* 4. Select → props.options (non-empty, from bridge enum conversion) OR
|
|
36
|
+
* props.field.ui_meta.options (from backend enrich_schema)
|
|
37
|
+
* 5. DateTime → fieldType === Date (bridge maps format:"date-time" → Date)
|
|
38
|
+
* 6. Date-only → props.field.format === "date" (format is stripped from schemaProps!)
|
|
39
|
+
* OR field name ends with "_date" as heuristic fallback
|
|
40
|
+
* 7. Boolean → fieldType === Boolean
|
|
41
|
+
* 8. Default → TextField
|
|
42
|
+
*/
|
|
43
|
+
export declare const AutoField: import('uniforms').ConnectedField<any, any>;
|
|
44
|
+
//# sourceMappingURL=AutoField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AutoField.d.ts","sourceRoot":"","sources":["../../../../src/components/form/fields/AutoField.tsx"],"names":[],"mappings":"AAQA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,eAAO,MAAM,SAAS,6CAmGpB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BooleanField.d.ts","sourceRoot":"","sources":["../../../../src/components/form/fields/BooleanField.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI,GAAI,OAAO,GAAG,4CAqD9B,CAAC;AAGF,eAAO,MAAM,YAAY,6CAAqB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ErrorsField.d.ts","sourceRoot":"","sources":["../../../../src/components/form/fields/ErrorsField.tsx"],"names":[],"mappings":"AAGA;;GAEG;AACH,eAAO,MAAM,WAAW,sDA0BvB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LinkField.d.ts","sourceRoot":"","sources":["../../../../src/components/form/fields/LinkField.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,SAAS,IAAI,OAAO,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListField.d.ts","sourceRoot":"","sources":["../../../../src/components/form/fields/ListField.tsx"],"names":[],"mappings":"AAgBA;;GAEG;AACH,eAAO,MAAM,IAAI,GAAI,OAAO,GAAG,4CAga9B,CAAC;AAEF,eAAO,MAAM,SAAS,6CAAqB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MultiSelectField.d.ts","sourceRoot":"","sources":["../../../../src/components/form/fields/MultiSelectField.tsx"],"names":[],"mappings":"AAuEA,eAAO,MAAM,WAAW,GAAI,OAAO,GAAG,4CAqIrC,CAAC;AAEF,eAAO,MAAM,gBAAgB,6CAA4B,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SelectField component.
|
|
3
|
+
*
|
|
4
|
+
* UIMeta integration (3.1 — Pydantic Enum Leveraging):
|
|
5
|
+
* -------------------------------------------------------
|
|
6
|
+
* Option sources (in priority order):
|
|
7
|
+
* 1. `props.options` — from uniforms bridge (schema.enum)
|
|
8
|
+
* 2. `props.schema.ui_meta.options` — human-friendly options from enrich_schema()
|
|
9
|
+
* These are objects like `{ value: "draft", label: "Draft" }` generated
|
|
10
|
+
* from Literal["draft", ...] or Python Enum types.
|
|
11
|
+
* 3. `props.allowedValues` — legacy uniforms fallback
|
|
12
|
+
*
|
|
13
|
+
* The ui_meta.options labels are preferred when present because they are
|
|
14
|
+
* already title-cased by `enrich_schema` and may carry developer-supplied
|
|
15
|
+
* overrides (e.g. `{"value": "draft", "label": "In Progress"}`).
|
|
16
|
+
*/
|
|
17
|
+
export declare const SelectF: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
export declare const SelectField: import('uniforms').ConnectedField<any, any>;
|
|
19
|
+
//# sourceMappingURL=SelectField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectField.d.ts","sourceRoot":"","sources":["../../../../src/components/form/fields/SelectField.tsx"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,OAAO,GAAI,OAAO,GAAG,4CAyFjC,CAAC;AAEF,eAAO,MAAM,WAAW,6CAAwB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SubmitField.d.ts","sourceRoot":"","sources":["../../../../src/components/form/fields/SubmitField.tsx"],"names":[],"mappings":"AAOA;;GAEG;AACH,eAAO,MAAM,WAAW,GAAI,qBAAqB,GAAG,4CAanD,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Text/Date field component.
|
|
3
|
+
*
|
|
4
|
+
* UIMeta integration (3.1 — Field Meta Access):
|
|
5
|
+
* -----------------------------------------------
|
|
6
|
+
* Reads `ui_meta` from the raw field schema (via bridge.getField()) surfaced
|
|
7
|
+
* by `enrich_schema()` on the backend. Note: `props.schema` is the Bridge
|
|
8
|
+
* instance (not the field schema), so we must call getField() directly.
|
|
9
|
+
*
|
|
10
|
+
* Supported ui_meta keys:
|
|
11
|
+
* - `placeholder` — overrides the default placeholder
|
|
12
|
+
* - `hint` — renders a small helper text below the field
|
|
13
|
+
* - `validation` — HTML5 native constraint attributes:
|
|
14
|
+
* `minimum`, `maximum`, `minLength`, `maxLength`, `pattern`, `multipleOf`
|
|
15
|
+
*
|
|
16
|
+
* Constraint priority: direct prop (from uniforms rename) > ui_meta.validation.
|
|
17
|
+
*/
|
|
18
|
+
export declare const Text: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
export declare const TextField: import('uniforms').ConnectedField<any, any>;
|
|
20
|
+
//# sourceMappingURL=TextField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../../src/components/form/fields/TextField.tsx"],"names":[],"mappings":"AA6BA;;;;;;;;;;;;;;;;GAgBG;AACH,eAAO,MAAM,IAAI,GAAI,OAAO,GAAG,4CA0G9B,CAAC;AAEF,eAAO,MAAM,SAAS,6CAAqB,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
type FieldComponent = React.ComponentType<Record<string, unknown>>;
|
|
3
|
+
/**
|
|
4
|
+
* FieldRegistry allows plugins and macroservices to register custom React
|
|
5
|
+
* components for specific field types, preventing the monolithic AutoField
|
|
6
|
+
* from needing to know about every possible UI widget.
|
|
7
|
+
*/
|
|
8
|
+
declare class Registry {
|
|
9
|
+
private fields;
|
|
10
|
+
register(type: string, component: FieldComponent): void;
|
|
11
|
+
get(type: string): FieldComponent | undefined;
|
|
12
|
+
clear(): void;
|
|
13
|
+
}
|
|
14
|
+
export declare const FieldRegistry: Registry;
|
|
15
|
+
export {};
|
|
16
|
+
//# sourceMappingURL=registry.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"registry.d.ts","sourceRoot":"","sources":["../../../../src/components/form/fields/registry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,KAAK,cAAc,GAAG,KAAK,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;AAEnE;;;;GAIG;AACH,cAAM,QAAQ;IACZ,OAAO,CAAC,MAAM,CAA0C;IAExD,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,cAAc,GAAG,IAAI;IAIvD,GAAG,CAAC,IAAI,EAAE,MAAM,GAAG,cAAc,GAAG,SAAS;IAI7C,KAAK,IAAI,IAAI;CAGd;AAED,eAAO,MAAM,aAAa,UAAiB,CAAC"}
|
|
@@ -1,16 +1,7 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export declare const SubmitField: ({ value, ...props }: any) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
/**
|
|
9
|
-
* ErrorsField - Displays global errors
|
|
10
|
-
*/
|
|
11
|
-
export declare const ErrorsField: () => import("react/jsx-runtime").JSX.Element | null;
|
|
12
|
-
/**
|
|
13
|
-
* AutoField - Generic field picker
|
|
14
|
-
*/
|
|
15
|
-
export declare const AutoField: import('uniforms').ConnectedField<any, any>;
|
|
1
|
+
export { AutoField } from './fields/AutoField';
|
|
2
|
+
export { BooleanField as BoolField } from './fields/BooleanField';
|
|
3
|
+
export { ErrorsField } from './fields/ErrorsField';
|
|
4
|
+
export { SelectField } from './fields/SelectField';
|
|
5
|
+
export { SubmitField } from './fields/SubmitField';
|
|
6
|
+
export { TextField } from './fields/TextField';
|
|
16
7
|
//# sourceMappingURL=tamagui-fields.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tamagui-fields.d.ts","sourceRoot":"","sources":["../../../src/components/form/tamagui-fields.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tamagui-fields.d.ts","sourceRoot":"","sources":["../../../src/components/form/tamagui-fields.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAC/C,OAAO,EAAE,YAAY,IAAI,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
/** Named-fraction width tokens */
|
|
3
|
+
export type ColumnWidth = "1/3" | "2/3" | "1/2" | "auto";
|
|
4
|
+
/** Explicit column definition used by ColumnGrid */
|
|
5
|
+
export interface ColumnDef {
|
|
6
|
+
width?: ColumnWidth;
|
|
7
|
+
children: ReactNode;
|
|
8
|
+
}
|
|
9
|
+
export interface ColumnGridProps {
|
|
10
|
+
/** Explicit column definitions (used when backend specifies per-column field lists). */
|
|
11
|
+
columns?: ColumnDef[];
|
|
12
|
+
/**
|
|
13
|
+
* Number of equal-width columns when no explicit `columns` prop is provided.
|
|
14
|
+
* Ignored when `columns` is set.
|
|
15
|
+
*/
|
|
16
|
+
equalColumns?: 1 | 2 | 3;
|
|
17
|
+
/** Children used only when `columns` is NOT provided (treated as equal-width slots). */
|
|
18
|
+
children?: ReactNode;
|
|
19
|
+
}
|
|
20
|
+
export declare function ColumnGrid({ columns, equalColumns, children }: Readonly<ColumnGridProps>): import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
export default ColumnGrid;
|
|
22
|
+
//# sourceMappingURL=ColumnGrid.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ColumnGrid.d.ts","sourceRoot":"","sources":["../../../src/components/layout/ColumnGrid.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,kCAAkC;AAClC,MAAM,MAAM,WAAW,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,MAAM,CAAC;AAEzD,oDAAoD;AACpD,MAAM,WAAW,SAAS;IACxB,KAAK,CAAC,EAAE,WAAW,CAAC;IACpB,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,MAAM,WAAW,eAAe;IAC9B,wFAAwF;IACxF,OAAO,CAAC,EAAE,SAAS,EAAE,CAAC;IACtB;;;OAGG;IACH,YAAY,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACzB,wFAAwF;IACxF,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB;AA+BD,wBAAgB,UAAU,CAAC,EAAE,OAAO,EAAE,YAAgB,EAAE,QAAQ,EAAE,EAAE,QAAQ,CAAC,eAAe,CAAC,2CAiC5F;AAED,eAAe,UAAU,CAAC"}
|
|
@@ -7,10 +7,6 @@ export interface FrameworkMShellProps {
|
|
|
7
7
|
children?: ReactNode;
|
|
8
8
|
/** Optional plugins to initialize the shell with */
|
|
9
9
|
initialPlugins?: FrameworkMPlugin[];
|
|
10
|
-
/** Optional custom Sidebar component */
|
|
11
|
-
sidebar?: ReactNode;
|
|
12
|
-
/** Optional custom Navbar component */
|
|
13
|
-
navbar?: ReactNode;
|
|
14
10
|
/** Whether focus mode is enabled by default */
|
|
15
11
|
defaultFocusMode?: boolean;
|
|
16
12
|
/** Optional custom login page */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FrameworkMShell.d.ts","sourceRoot":"","sources":["../../../src/components/layout/FrameworkMShell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,
|
|
1
|
+
{"version":3,"file":"FrameworkMShell.d.ts","sourceRoot":"","sources":["../../../src/components/layout/FrameworkMShell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAiC,MAAM,OAAO,CAAC;AAexE,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAiB3D,MAAM,WAAW,oBAAoB;IACnC,uCAAuC;IACvC,KAAK,EAAE,MAAM,CAAC;IACd,uDAAuD;IACvD,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,oDAAoD;IACpD,cAAc,CAAC,EAAE,gBAAgB,EAAE,CAAC;IACpC,+CAA+C;IAC/C,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,iCAAiC;IACjC,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB;AA2CD;;;;;GAKG;AACH,eAAO,MAAM,eAAe,+CAI3B,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAkK1D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GuestPlaceholder.d.ts","sourceRoot":"","sources":["../../../src/components/layout/GuestPlaceholder.tsx"],"names":[],"mappings":"AAIA,wBAAgB,gBAAgB,
|
|
1
|
+
{"version":3,"file":"GuestPlaceholder.d.ts","sourceRoot":"","sources":["../../../src/components/layout/GuestPlaceholder.tsx"],"names":[],"mappings":"AAIA,wBAAgB,gBAAgB,4CAuF/B"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { NavigationNode } from '@framework-m/plugin-sdk';
|
|
2
|
+
export interface ContextualDrawerProps {
|
|
3
|
+
app?: {
|
|
4
|
+
label: string;
|
|
5
|
+
resources: NavigationNode[];
|
|
6
|
+
};
|
|
7
|
+
collapsed?: boolean;
|
|
8
|
+
onNavigate: (route: string) => void;
|
|
9
|
+
isMobile?: boolean;
|
|
10
|
+
onClose?: () => void;
|
|
11
|
+
}
|
|
12
|
+
export declare function ContextualDrawer({ app, collapsed, onNavigate, isMobile, onClose, }: ContextualDrawerProps): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
//# sourceMappingURL=ContextualDrawer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContextualDrawer.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/Navigation/ContextualDrawer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAG9D,MAAM,WAAW,qBAAqB;IACpC,GAAG,CAAC,EAAE;QACJ,KAAK,EAAE,MAAM,CAAC;QACd,SAAS,EAAE,cAAc,EAAE,CAAC;KAC7B,CAAC;IACF,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,wBAAgB,gBAAgB,CAAC,EAC/B,GAAG,EACH,SAAiB,EACjB,UAAU,EACV,QAAQ,EACR,OAAO,GACR,EAAE,qBAAqB,2CAsIvB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { NavigationNode } from '@framework-m/plugin-sdk';
|
|
2
|
+
export interface AppManifest {
|
|
3
|
+
app_id: string;
|
|
4
|
+
label: string;
|
|
5
|
+
icon: string;
|
|
6
|
+
resources: NavigationNode[];
|
|
7
|
+
}
|
|
8
|
+
export interface NavigationShellProps {
|
|
9
|
+
apps: AppManifest[];
|
|
10
|
+
defaultAppId?: string;
|
|
11
|
+
collapsed?: boolean;
|
|
12
|
+
onNavigate: (route: string) => void;
|
|
13
|
+
isMobile?: boolean;
|
|
14
|
+
}
|
|
15
|
+
export declare function NavigationShell({ apps, defaultAppId, collapsed, onNavigate, isMobile, }: NavigationShellProps): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
//# sourceMappingURL=NavigationShell.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NavigationShell.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/Navigation/NavigationShell.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAE9D,MAAM,WAAW,WAAW;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,cAAc,EAAE,CAAC;CAC7B;AAED,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,WAAW,EAAE,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAgB,eAAe,CAAC,EAC9B,IAAI,EACJ,YAAY,EACZ,SAAiB,EACjB,UAAU,EACV,QAAQ,GACT,EAAE,oBAAoB,2CAoDtB"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface PrimaryRailProps {
|
|
2
|
+
apps: Array<{
|
|
3
|
+
app_id: string;
|
|
4
|
+
label: string;
|
|
5
|
+
icon: string;
|
|
6
|
+
resources: any[];
|
|
7
|
+
}>;
|
|
8
|
+
activeAppId: string;
|
|
9
|
+
onAppSelect: (appId: string) => void;
|
|
10
|
+
isMobile?: boolean;
|
|
11
|
+
}
|
|
12
|
+
export declare function PrimaryRail({ apps, activeAppId, onAppSelect, isMobile, }: PrimaryRailProps): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
//# sourceMappingURL=PrimaryRail.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PrimaryRail.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/Navigation/PrimaryRail.tsx"],"names":[],"mappings":"AAeA,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,KAAK,CAAC;QACV,MAAM,EAAE,MAAM,CAAC;QACf,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;QACb,SAAS,EAAE,GAAG,EAAE,CAAC;KAClB,CAAC,CAAC;IACH,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAgB,WAAW,CAAC,EAC1B,IAAI,EACJ,WAAW,EACX,WAAW,EACX,QAAgB,GACjB,EAAE,gBAAgB,2CAuIlB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export interface PageHeaderProps {
|
|
3
|
+
title: string;
|
|
4
|
+
breadcrumb?: {
|
|
5
|
+
app: string;
|
|
6
|
+
view?: string;
|
|
7
|
+
};
|
|
8
|
+
extra?: ReactNode;
|
|
9
|
+
children?: ReactNode;
|
|
10
|
+
isMobile?: boolean;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* PageHeader
|
|
14
|
+
*
|
|
15
|
+
* Standard header for all Framework M pages (List, Form, Dashboards).
|
|
16
|
+
* Replaces the old global Top Navbar.
|
|
17
|
+
*/
|
|
18
|
+
export declare function PageHeader({ title, breadcrumb, extra, children, isMobile }: PageHeaderProps): import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
//# sourceMappingURL=PageHeader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PageHeader.d.ts","sourceRoot":"","sources":["../../../src/components/layout/PageHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE;QACX,GAAG,EAAE,MAAM,CAAC;QACZ,IAAI,CAAC,EAAE,MAAM,CAAC;KACf,CAAC;IACF,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED;;;;;GAKG;AACH,wBAAgB,UAAU,CAAC,EAAE,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,eAAe,2CAuC3F"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PermissionDenied.d.ts","sourceRoot":"","sources":["../../../src/components/layout/PermissionDenied.tsx"],"names":[],"mappings":"AAGA,wBAAgB,gBAAgB,
|
|
1
|
+
{"version":3,"file":"PermissionDenied.d.ts","sourceRoot":"","sources":["../../../src/components/layout/PermissionDenied.tsx"],"names":[],"mappings":"AAGA,wBAAgB,gBAAgB,4CA6D/B"}
|