@nextsparkjs/core 0.1.0-beta.69 → 0.1.0-beta.70
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/components/billing/InvoiceStatusBadge.js +1 -1
- package/dist/components/billing/PricingTable.js +1 -1
- package/dist/components/billing/UsageBar.js +1 -1
- package/dist/components/dashboard/block-editor/block-picker.js +8 -13
- package/dist/components/dashboard/block-editor/block-preview-canvas.js +1 -1
- package/dist/components/dashboard/block-editor/block-settings-panel.js +7 -4
- package/dist/components/dashboard/block-editor/builder-editor-view.js +3 -3
- package/dist/components/dashboard/block-editor/config-panel.js +99 -68
- package/dist/components/dashboard/block-editor/dynamic-form.js +1 -1
- package/dist/components/dashboard/block-editor/floating-block-toolbar.js +2 -11
- package/dist/components/dashboard/block-editor/pattern-card.js +1 -1
- package/dist/components/dashboard/block-editor/pattern-reference-preview.js +1 -1
- package/dist/components/dashboard/block-editor/sortable-block.js +1 -1
- package/dist/components/dashboard/block-editor/tree-view-node.js +1 -1
- package/dist/components/dashboard/block-editor/viewport-toggle.js +3 -3
- package/dist/components/dashboard/layouts/DashboardShell.js +1 -1
- package/dist/components/dashboard/layouts/Sidebar.js +1 -1
- package/dist/components/dashboard/layouts/TopNavbar.js +1 -1
- package/dist/components/dashboard/misc/NotificationsDropdown.js +1 -1
- package/dist/components/dashboard/misc/SearchDropdown.js +1 -1
- package/dist/components/dashboard/mobile/MobileBottomNav.js +1 -1
- package/dist/components/dashboard/navigation/DynamicNavigation.js +1 -1
- package/dist/components/devtools/DevtoolsSidebar.js +1 -1
- package/dist/components/devtools/FileTree.js +1 -1
- package/dist/components/devtools/MarkdownViewer.js +1 -1
- package/dist/components/devtools/TagsOverview.js +1 -1
- package/dist/components/devtools/TestCasesViewer.js +1 -1
- package/dist/components/devtools/api-explorer/ApiEndpointsSidebar.js +1 -1
- package/dist/components/devtools/api-explorer/ApiExplorer.js +1 -1
- package/dist/components/devtools/api-explorer/ApiRequestPanel.js +1 -1
- package/dist/components/devtools/api-explorer/ApiResponsePanel.js +1 -1
- package/dist/components/devtools/api-explorer/JsonEditor.js +1 -1
- package/dist/components/devtools/api-explorer/JsonViewer.js +1 -1
- package/dist/components/devtools/api-tester/MethodSelector.js +1 -1
- package/dist/components/devtools/api-tester/ResponseViewer.js +1 -1
- package/dist/components/devtools/api-tester/TeamSelector.js +1 -1
- package/dist/components/devtools/bdd/BDDHeader.js +1 -1
- package/dist/components/devtools/bdd/BDDTableOfContents.js +1 -1
- package/dist/components/devtools/bdd/BDDTestCard.js +1 -1
- package/dist/components/devtools/bdd/BDDTestViewer.js +1 -1
- package/dist/components/devtools/bdd/GherkinHighlighter.js +1 -1
- package/dist/components/docs/docs-layout.js +1 -1
- package/dist/components/docs/docs-sidebar.js +1 -1
- package/dist/components/docs/superadmin-docs-sidebar.js +1 -1
- package/dist/components/entities/EntityBulkActions.js +1 -1
- package/dist/components/entities/EntityNavigation.js +1 -1
- package/dist/components/entities/EntityTable.js +1 -1
- package/dist/components/settings/layouts/SettingsSidebar.js +1 -1
- package/dist/components/shared/MultiSelectFilter.js +1 -1
- package/dist/components/shared/SearchInput.js +1 -1
- package/dist/components/superadmin/filters/FilterDropdown.js +1 -1
- package/dist/components/superadmin/filters/SearchInput.js +1 -1
- package/dist/components/superadmin/layouts/SuperadminSidebar.js +1 -1
- package/dist/components/superadmin/tables/PlanFeaturesMatrix.js +1 -1
- package/dist/components/superadmin/tables/RolesPermissionsMatrix.js +1 -1
- package/dist/components/teams/InlineEditableField.js +1 -1
- package/dist/components/teams/TeamSwitchModal.js +1 -1
- package/dist/components/teams/TeamSwitcher.js +1 -1
- package/dist/components/teams/TeamSwitcherCompact.js +1 -1
- package/dist/components/ui/accordion.js +1 -1
- package/dist/components/ui/address-input.js +1 -1
- package/dist/components/ui/alert-dialog.js +1 -1
- package/dist/components/ui/alert.js +1 -1
- package/dist/components/ui/audio-upload.js +1 -1
- package/dist/components/ui/avatar.js +1 -1
- package/dist/components/ui/badge.js +1 -1
- package/dist/components/ui/breadcrumb.js +1 -1
- package/dist/components/ui/button-group.js +1 -1
- package/dist/components/ui/button.js +1 -1
- package/dist/components/ui/calendar.js +1 -1
- package/dist/components/ui/card.js +1 -1
- package/dist/components/ui/checkbox.js +1 -1
- package/dist/components/ui/combobox.js +1 -1
- package/dist/components/ui/command.js +1 -1
- package/dist/components/ui/context-menu.js +1 -1
- package/dist/components/ui/country-select.js +1 -1
- package/dist/components/ui/currency-select.js +1 -1
- package/dist/components/ui/dialog.js +1 -1
- package/dist/components/ui/double-range.js +1 -1
- package/dist/components/ui/dropdown-menu.js +1 -1
- package/dist/components/ui/dynamic-icon.js +1 -1
- package/dist/components/ui/file-upload.js +1 -1
- package/dist/components/ui/form.js +1 -1
- package/dist/components/ui/google-icon.js +1 -1
- package/dist/components/ui/image-upload.js +1 -1
- package/dist/components/ui/input.js +1 -1
- package/dist/components/ui/label.js +1 -1
- package/dist/components/ui/last-used-badge.js +1 -1
- package/dist/components/ui/menubar.js +1 -1
- package/dist/components/ui/multi-select.js +1 -1
- package/dist/components/ui/optimized-image.js +1 -1
- package/dist/components/ui/pagination.js +1 -1
- package/dist/components/ui/password-input.js +1 -1
- package/dist/components/ui/phone-input.js +1 -1
- package/dist/components/ui/popover.js +1 -1
- package/dist/components/ui/progress.js +1 -1
- package/dist/components/ui/radio-group.js +1 -1
- package/dist/components/ui/rating.js +1 -1
- package/dist/components/ui/rich-text-editor.js +1 -1
- package/dist/components/ui/scroll-area.js +1 -1
- package/dist/components/ui/select.js +1 -1
- package/dist/components/ui/separator.js +1 -1
- package/dist/components/ui/sheet.js +1 -1
- package/dist/components/ui/skeleton.js +1 -1
- package/dist/components/ui/slider.js +1 -1
- package/dist/components/ui/switch.js +1 -1
- package/dist/components/ui/table.js +1 -1
- package/dist/components/ui/tabs.js +1 -1
- package/dist/components/ui/tags-input.js +1 -1
- package/dist/components/ui/textarea.js +1 -1
- package/dist/components/ui/timezone-select.js +1 -1
- package/dist/components/ui/toggle.js +1 -1
- package/dist/components/ui/tooltip.js +1 -1
- package/dist/components/ui/user-display.js +1 -1
- package/dist/components/ui/user-select.js +1 -1
- package/dist/components/ui/video-upload.js +1 -1
- package/dist/entities/patterns/patterns.config.d.ts +6 -9
- package/dist/index.js +1 -1
- package/dist/lib/api/entity/generic-handler.js +39 -39
- package/dist/lib/api/helpers.js +39 -6
- package/dist/lib/auth.js +4 -15
- package/dist/lib/index.js +1 -1
- package/dist/lib/plugins/env-loader.js +11 -3
- package/dist/lib/selectors/domains/block-editor.selectors.js +22 -1
- package/dist/lib/utils/cors.js +64 -0
- package/dist/lib/utils/index.js +9 -0
- package/dist/messages/en/admin.json +1 -0
- package/dist/messages/es/admin.json +1 -0
- package/dist/templates/app/api/auth/[...all]/route.ts +13 -5
- package/dist/templates/contents/themes/starter/config/app.config.ts +8 -7
- package/dist/templates/pnpm-workspace.yaml +5 -0
- package/package.json +17 -13
- package/dist/components/api/keys/ApiKeyDisplay.d.ts +0 -9
- package/dist/components/api/keys/ApiKeyDisplay.d.ts.map +0 -1
- package/dist/components/api/keys/CreateApiKeyDialog.d.ts +0 -14
- package/dist/components/api/keys/CreateApiKeyDialog.d.ts.map +0 -1
- package/dist/components/app/guards/DeveloperGuard.d.ts +0 -24
- package/dist/components/app/guards/DeveloperGuard.d.ts.map +0 -1
- package/dist/components/app/guards/SuperAdminGuard.d.ts +0 -31
- package/dist/components/app/guards/SuperAdminGuard.d.ts.map +0 -1
- package/dist/components/app/guards/index.d.ts +0 -8
- package/dist/components/app/guards/index.d.ts.map +0 -1
- package/dist/components/app/index.d.ts +0 -11
- package/dist/components/app/index.d.ts.map +0 -1
- package/dist/components/app/layouts/PublicFooter.d.ts +0 -2
- package/dist/components/app/layouts/PublicFooter.d.ts.map +0 -1
- package/dist/components/app/layouts/PublicNavbar.d.ts +0 -2
- package/dist/components/app/layouts/PublicNavbar.d.ts.map +0 -1
- package/dist/components/app/layouts/index.d.ts +0 -8
- package/dist/components/app/layouts/index.d.ts.map +0 -1
- package/dist/components/app/misc/ThemeToggle.d.ts +0 -2
- package/dist/components/app/misc/ThemeToggle.d.ts.map +0 -1
- package/dist/components/app/misc/index.d.ts +0 -7
- package/dist/components/app/misc/index.d.ts.map +0 -1
- package/dist/components/auth/DevKeyring.d.ts +0 -22
- package/dist/components/auth/DevKeyring.d.ts.map +0 -1
- package/dist/components/auth/forms/LoginForm.d.ts +0 -2
- package/dist/components/auth/forms/LoginForm.d.ts.map +0 -1
- package/dist/components/auth/forms/SignupForm.d.ts +0 -2
- package/dist/components/auth/forms/SignupForm.d.ts.map +0 -1
- package/dist/components/auth/forms/index.d.ts +0 -8
- package/dist/components/auth/forms/index.d.ts.map +0 -1
- package/dist/components/auth/index.d.ts +0 -11
- package/dist/components/auth/index.d.ts.map +0 -1
- package/dist/components/auth/layouts/AuthWrapper.d.ts +0 -9
- package/dist/components/auth/layouts/AuthWrapper.d.ts.map +0 -1
- package/dist/components/auth/layouts/AuthWrapperWithPreload.d.ts +0 -9
- package/dist/components/auth/layouts/AuthWrapperWithPreload.d.ts.map +0 -1
- package/dist/components/auth/layouts/index.d.ts +0 -8
- package/dist/components/auth/layouts/index.d.ts.map +0 -1
- package/dist/components/billing/DowngradeWarning.d.ts +0 -30
- package/dist/components/billing/DowngradeWarning.d.ts.map +0 -1
- package/dist/components/billing/FeatureGate.d.ts +0 -21
- package/dist/components/billing/FeatureGate.d.ts.map +0 -1
- package/dist/components/billing/FeaturePlaceholder.d.ts +0 -24
- package/dist/components/billing/FeaturePlaceholder.d.ts.map +0 -1
- package/dist/components/billing/InvoiceStatusBadge.d.ts +0 -8
- package/dist/components/billing/InvoiceStatusBadge.d.ts.map +0 -1
- package/dist/components/billing/InvoicesEmptyState.d.ts +0 -2
- package/dist/components/billing/InvoicesEmptyState.d.ts.map +0 -1
- package/dist/components/billing/InvoicesPagination.d.ts +0 -12
- package/dist/components/billing/InvoicesPagination.d.ts.map +0 -1
- package/dist/components/billing/InvoicesTable.d.ts +0 -21
- package/dist/components/billing/InvoicesTable.d.ts.map +0 -1
- package/dist/components/billing/ManageBillingButton.d.ts +0 -23
- package/dist/components/billing/ManageBillingButton.d.ts.map +0 -1
- package/dist/components/billing/PricingTable.d.ts +0 -15
- package/dist/components/billing/PricingTable.d.ts.map +0 -1
- package/dist/components/billing/SubscriptionStatus.d.ts +0 -15
- package/dist/components/billing/SubscriptionStatus.d.ts.map +0 -1
- package/dist/components/billing/UpgradeModal.d.ts +0 -20
- package/dist/components/billing/UpgradeModal.d.ts.map +0 -1
- package/dist/components/billing/UsageBar.d.ts +0 -16
- package/dist/components/billing/UsageBar.d.ts.map +0 -1
- package/dist/components/billing/UsageDashboard.d.ts +0 -14
- package/dist/components/billing/UsageDashboard.d.ts.map +0 -1
- package/dist/components/billing/index.d.ts +0 -14
- package/dist/components/billing/index.d.ts.map +0 -1
- package/dist/components/dashboard/block-editor/array-field.d.ts +0 -9
- package/dist/components/dashboard/block-editor/array-field.d.ts.map +0 -1
- package/dist/components/dashboard/block-editor/block-canvas.d.ts +0 -14
- package/dist/components/dashboard/block-editor/block-canvas.d.ts.map +0 -1
- package/dist/components/dashboard/block-editor/block-picker.d.ts +0 -20
- package/dist/components/dashboard/block-editor/block-picker.d.ts.map +0 -1
- package/dist/components/dashboard/block-editor/block-preview-canvas.d.ts +0 -13
- package/dist/components/dashboard/block-editor/block-preview-canvas.d.ts.map +0 -1
- package/dist/components/dashboard/block-editor/block-settings-panel.d.ts +0 -11
- package/dist/components/dashboard/block-editor/block-settings-panel.d.ts.map +0 -1
- package/dist/components/dashboard/block-editor/builder-editor-view.d.ts +0 -9
- package/dist/components/dashboard/block-editor/builder-editor-view.d.ts.map +0 -1
- package/dist/components/dashboard/block-editor/category-helpers.d.ts +0 -62
- package/dist/components/dashboard/block-editor/category-helpers.d.ts.map +0 -1
- package/dist/components/dashboard/block-editor/config-panel.d.ts +0 -18
- package/dist/components/dashboard/block-editor/config-panel.d.ts.map +0 -1
- package/dist/components/dashboard/block-editor/dynamic-form.d.ts +0 -9
- package/dist/components/dashboard/block-editor/dynamic-form.d.ts.map +0 -1
- package/dist/components/dashboard/block-editor/entity-fields-sidebar.d.ts +0 -17
- package/dist/components/dashboard/block-editor/entity-fields-sidebar.d.ts.map +0 -1
- package/dist/components/dashboard/block-editor/floating-block-toolbar.d.ts +0 -14
- package/dist/components/dashboard/block-editor/floating-block-toolbar.d.ts.map +0 -1
- package/dist/components/dashboard/block-editor/page-settings-panel.d.ts +0 -23
- package/dist/components/dashboard/block-editor/page-settings-panel.d.ts.map +0 -1
- package/dist/components/dashboard/block-editor/pattern-card.d.ts +0 -8
- package/dist/components/dashboard/block-editor/pattern-card.d.ts.map +0 -1
- package/dist/components/dashboard/block-editor/pattern-reference-preview.d.ts +0 -10
- package/dist/components/dashboard/block-editor/pattern-reference-preview.d.ts.map +0 -1
- package/dist/components/dashboard/block-editor/sortable-block.d.ts +0 -11
- package/dist/components/dashboard/block-editor/sortable-block.d.ts.map +0 -1
- package/dist/components/dashboard/block-editor/status-selector.d.ts +0 -12
- package/dist/components/dashboard/block-editor/status-selector.d.ts.map +0 -1
- package/dist/components/dashboard/block-editor/tree-view-node.d.ts +0 -11
- package/dist/components/dashboard/block-editor/tree-view-node.d.ts.map +0 -1
- package/dist/components/dashboard/block-editor/tree-view.d.ts +0 -17
- package/dist/components/dashboard/block-editor/tree-view.d.ts.map +0 -1
- package/dist/components/dashboard/block-editor/viewport-toggle.d.ts +0 -10
- package/dist/components/dashboard/block-editor/viewport-toggle.d.ts.map +0 -1
- package/dist/components/dashboard/index.d.ts +0 -3
- package/dist/components/dashboard/index.d.ts.map +0 -1
- package/dist/components/dashboard/layouts/AuthGuard.d.ts +0 -6
- package/dist/components/dashboard/layouts/AuthGuard.d.ts.map +0 -1
- package/dist/components/dashboard/layouts/DashboardShell.d.ts +0 -8
- package/dist/components/dashboard/layouts/DashboardShell.d.ts.map +0 -1
- package/dist/components/dashboard/layouts/Sidebar.d.ts +0 -8
- package/dist/components/dashboard/layouts/Sidebar.d.ts.map +0 -1
- package/dist/components/dashboard/layouts/TopNavbar.d.ts +0 -8
- package/dist/components/dashboard/layouts/TopNavbar.d.ts.map +0 -1
- package/dist/components/dashboard/layouts/index.d.ts +0 -5
- package/dist/components/dashboard/layouts/index.d.ts.map +0 -1
- package/dist/components/dashboard/misc/NotificationsDropdown.d.ts +0 -2
- package/dist/components/dashboard/misc/NotificationsDropdown.d.ts.map +0 -1
- package/dist/components/dashboard/misc/QuickCreateDropdown.d.ts +0 -2
- package/dist/components/dashboard/misc/QuickCreateDropdown.d.ts.map +0 -1
- package/dist/components/dashboard/misc/SearchDropdown.d.ts +0 -2
- package/dist/components/dashboard/misc/SearchDropdown.d.ts.map +0 -1
- package/dist/components/dashboard/mobile/MobileBottomNav.d.ts +0 -2
- package/dist/components/dashboard/mobile/MobileBottomNav.d.ts.map +0 -1
- package/dist/components/dashboard/mobile/MobileMoreSheet.d.ts +0 -7
- package/dist/components/dashboard/mobile/MobileMoreSheet.d.ts.map +0 -1
- package/dist/components/dashboard/mobile/MobileTopBar.d.ts +0 -2
- package/dist/components/dashboard/mobile/MobileTopBar.d.ts.map +0 -1
- package/dist/components/dashboard/mobile/QuickCreateSheet.d.ts +0 -7
- package/dist/components/dashboard/mobile/QuickCreateSheet.d.ts.map +0 -1
- package/dist/components/dashboard/mobile/index.d.ts +0 -5
- package/dist/components/dashboard/mobile/index.d.ts.map +0 -1
- package/dist/components/dashboard/navigation/DynamicNavigation.d.ts +0 -10
- package/dist/components/dashboard/navigation/DynamicNavigation.d.ts.map +0 -1
- package/dist/components/devtools/BlockDetailViewer.d.ts +0 -15
- package/dist/components/devtools/BlockDetailViewer.d.ts.map +0 -1
- package/dist/components/devtools/BlocksViewer.d.ts +0 -14
- package/dist/components/devtools/BlocksViewer.d.ts.map +0 -1
- package/dist/components/devtools/ConfigViewer.d.ts +0 -12
- package/dist/components/devtools/ConfigViewer.d.ts.map +0 -1
- package/dist/components/devtools/DevtoolsMobileHeader.d.ts +0 -8
- package/dist/components/devtools/DevtoolsMobileHeader.d.ts.map +0 -1
- package/dist/components/devtools/DevtoolsSidebar.d.ts +0 -9
- package/dist/components/devtools/DevtoolsSidebar.d.ts.map +0 -1
- package/dist/components/devtools/FeaturesViewer.d.ts +0 -13
- package/dist/components/devtools/FeaturesViewer.d.ts.map +0 -1
- package/dist/components/devtools/FileTree.d.ts +0 -30
- package/dist/components/devtools/FileTree.d.ts.map +0 -1
- package/dist/components/devtools/FlowsViewer.d.ts +0 -14
- package/dist/components/devtools/FlowsViewer.d.ts.map +0 -1
- package/dist/components/devtools/MarkdownViewer.d.ts +0 -20
- package/dist/components/devtools/MarkdownViewer.d.ts.map +0 -1
- package/dist/components/devtools/TagsOverview.d.ts +0 -12
- package/dist/components/devtools/TagsOverview.d.ts.map +0 -1
- package/dist/components/devtools/TestCasesViewer.d.ts +0 -19
- package/dist/components/devtools/TestCasesViewer.d.ts.map +0 -1
- package/dist/components/devtools/TestCoverageDashboard.d.ts +0 -2
- package/dist/components/devtools/TestCoverageDashboard.d.ts.map +0 -1
- package/dist/components/devtools/api-explorer/ApiDocsModal.d.ts +0 -9
- package/dist/components/devtools/api-explorer/ApiDocsModal.d.ts.map +0 -1
- package/dist/components/devtools/api-explorer/ApiEndpointsSidebar.d.ts +0 -16
- package/dist/components/devtools/api-explorer/ApiEndpointsSidebar.d.ts.map +0 -1
- package/dist/components/devtools/api-explorer/ApiExplorer.d.ts +0 -11
- package/dist/components/devtools/api-explorer/ApiExplorer.d.ts.map +0 -1
- package/dist/components/devtools/api-explorer/ApiRequestPanel.d.ts +0 -39
- package/dist/components/devtools/api-explorer/ApiRequestPanel.d.ts.map +0 -1
- package/dist/components/devtools/api-explorer/ApiResponsePanel.d.ts +0 -9
- package/dist/components/devtools/api-explorer/ApiResponsePanel.d.ts.map +0 -1
- package/dist/components/devtools/api-explorer/JsonEditor.d.ts +0 -30
- package/dist/components/devtools/api-explorer/JsonEditor.d.ts.map +0 -1
- package/dist/components/devtools/api-explorer/JsonViewer.d.ts +0 -40
- package/dist/components/devtools/api-explorer/JsonViewer.d.ts.map +0 -1
- package/dist/components/devtools/api-explorer/PresetsTab.d.ts +0 -10
- package/dist/components/devtools/api-explorer/PresetsTab.d.ts.map +0 -1
- package/dist/components/devtools/api-explorer/index.d.ts +0 -9
- package/dist/components/devtools/api-explorer/index.d.ts.map +0 -1
- package/dist/components/devtools/api-tester/ApiTester.d.ts +0 -3
- package/dist/components/devtools/api-tester/ApiTester.d.ts.map +0 -1
- package/dist/components/devtools/api-tester/AuthSelector.d.ts +0 -14
- package/dist/components/devtools/api-tester/AuthSelector.d.ts.map +0 -1
- package/dist/components/devtools/api-tester/KeyValueEditor.d.ts +0 -11
- package/dist/components/devtools/api-tester/KeyValueEditor.d.ts.map +0 -1
- package/dist/components/devtools/api-tester/MethodSelector.d.ts +0 -9
- package/dist/components/devtools/api-tester/MethodSelector.d.ts.map +0 -1
- package/dist/components/devtools/api-tester/PathParamsEditor.d.ts +0 -8
- package/dist/components/devtools/api-tester/PathParamsEditor.d.ts.map +0 -1
- package/dist/components/devtools/api-tester/PayloadEditor.d.ts +0 -17
- package/dist/components/devtools/api-tester/PayloadEditor.d.ts.map +0 -1
- package/dist/components/devtools/api-tester/ResponseViewer.d.ts +0 -9
- package/dist/components/devtools/api-tester/ResponseViewer.d.ts.map +0 -1
- package/dist/components/devtools/api-tester/TeamSelector.d.ts +0 -16
- package/dist/components/devtools/api-tester/TeamSelector.d.ts.map +0 -1
- package/dist/components/devtools/api-tester/hooks/useApiRequest.d.ts +0 -3
- package/dist/components/devtools/api-tester/hooks/useApiRequest.d.ts.map +0 -1
- package/dist/components/devtools/api-tester/index.d.ts +0 -10
- package/dist/components/devtools/api-tester/index.d.ts.map +0 -1
- package/dist/components/devtools/api-tester/types.d.ts +0 -84
- package/dist/components/devtools/api-tester/types.d.ts.map +0 -1
- package/dist/components/devtools/api-tester/utils/url-builder.d.ts +0 -19
- package/dist/components/devtools/api-tester/utils/url-builder.d.ts.map +0 -1
- package/dist/components/devtools/bdd/BDDHeader.d.ts +0 -16
- package/dist/components/devtools/bdd/BDDHeader.d.ts.map +0 -1
- package/dist/components/devtools/bdd/BDDTableOfContents.d.ts +0 -14
- package/dist/components/devtools/bdd/BDDTableOfContents.d.ts.map +0 -1
- package/dist/components/devtools/bdd/BDDTestCard.d.ts +0 -23
- package/dist/components/devtools/bdd/BDDTestCard.d.ts.map +0 -1
- package/dist/components/devtools/bdd/BDDTestViewer.d.ts +0 -18
- package/dist/components/devtools/bdd/BDDTestViewer.d.ts.map +0 -1
- package/dist/components/devtools/bdd/GherkinHighlighter.d.ts +0 -17
- package/dist/components/devtools/bdd/GherkinHighlighter.d.ts.map +0 -1
- package/dist/components/devtools/bdd/index.d.ts +0 -13
- package/dist/components/devtools/bdd/index.d.ts.map +0 -1
- package/dist/components/devtools/bdd/parser.d.ts +0 -12
- package/dist/components/devtools/bdd/parser.d.ts.map +0 -1
- package/dist/components/devtools/bdd/types.d.ts +0 -48
- package/dist/components/devtools/bdd/types.d.ts.map +0 -1
- package/dist/components/devtools/index.d.ts +0 -22
- package/dist/components/devtools/index.d.ts.map +0 -1
- package/dist/components/devtools/scheduled-actions/actions-table.d.ts +0 -10
- package/dist/components/devtools/scheduled-actions/actions-table.d.ts.map +0 -1
- package/dist/components/devtools/scheduled-actions/filters.d.ts +0 -12
- package/dist/components/devtools/scheduled-actions/filters.d.ts.map +0 -1
- package/dist/components/devtools/scheduled-actions/types.d.ts +0 -24
- package/dist/components/devtools/scheduled-actions/types.d.ts.map +0 -1
- package/dist/components/docs/docs-breadcrumbs.d.ts +0 -10
- package/dist/components/docs/docs-breadcrumbs.d.ts.map +0 -1
- package/dist/components/docs/docs-content.d.ts +0 -6
- package/dist/components/docs/docs-content.d.ts.map +0 -1
- package/dist/components/docs/docs-layout.d.ts +0 -6
- package/dist/components/docs/docs-layout.d.ts.map +0 -1
- package/dist/components/docs/docs-sidebar.d.ts +0 -13
- package/dist/components/docs/docs-sidebar.d.ts.map +0 -1
- package/dist/components/docs/index.d.ts +0 -12
- package/dist/components/docs/index.d.ts.map +0 -1
- package/dist/components/docs/superadmin-docs-sidebar.d.ts +0 -7
- package/dist/components/docs/superadmin-docs-sidebar.d.ts.map +0 -1
- package/dist/components/entities/EntityBulkActions.d.ts +0 -14
- package/dist/components/entities/EntityBulkActions.d.ts.map +0 -1
- package/dist/components/entities/EntityChildManager.d.ts +0 -36
- package/dist/components/entities/EntityChildManager.d.ts.map +0 -1
- package/dist/components/entities/EntityDetail.d.ts +0 -61
- package/dist/components/entities/EntityDetail.d.ts.map +0 -1
- package/dist/components/entities/EntityDetailHeader.d.ts +0 -46
- package/dist/components/entities/EntityDetailHeader.d.ts.map +0 -1
- package/dist/components/entities/EntityDetailPage.d.ts +0 -15
- package/dist/components/entities/EntityDetailPage.d.ts.map +0 -1
- package/dist/components/entities/EntityFieldRenderer.d.ts +0 -29
- package/dist/components/entities/EntityFieldRenderer.d.ts.map +0 -1
- package/dist/components/entities/EntityForm.d.ts +0 -28
- package/dist/components/entities/EntityForm.d.ts.map +0 -1
- package/dist/components/entities/EntityList.d.ts +0 -39
- package/dist/components/entities/EntityList.d.ts.map +0 -1
- package/dist/components/entities/EntityNavigation.d.ts +0 -48
- package/dist/components/entities/EntityNavigation.d.ts.map +0 -1
- package/dist/components/entities/EntityPageHeader.d.ts +0 -16
- package/dist/components/entities/EntityPageHeader.d.ts.map +0 -1
- package/dist/components/entities/EntitySearch.d.ts +0 -55
- package/dist/components/entities/EntitySearch.d.ts.map +0 -1
- package/dist/components/entities/EntityTable.d.ts +0 -26
- package/dist/components/entities/EntityTable.d.ts.map +0 -1
- package/dist/components/entities/ErrorBoundary.d.ts +0 -48
- package/dist/components/entities/ErrorBoundary.d.ts.map +0 -1
- package/dist/components/entities/entity-table.types.d.ts +0 -224
- package/dist/components/entities/entity-table.types.d.ts.map +0 -1
- package/dist/components/entities/index.d.ts +0 -33
- package/dist/components/entities/index.d.ts.map +0 -1
- package/dist/components/entities/wrappers/EntityDetailWrapper.d.ts +0 -24
- package/dist/components/entities/wrappers/EntityDetailWrapper.d.ts.map +0 -1
- package/dist/components/entities/wrappers/EntityFormWrapper.d.ts +0 -25
- package/dist/components/entities/wrappers/EntityFormWrapper.d.ts.map +0 -1
- package/dist/components/entities/wrappers/EntityListWrapper.d.ts +0 -24
- package/dist/components/entities/wrappers/EntityListWrapper.d.ts.map +0 -1
- package/dist/components/entities/wrappers/index.d.ts +0 -13
- package/dist/components/entities/wrappers/index.d.ts.map +0 -1
- package/dist/components/patterns/DeletedPatternPlaceholder.d.ts +0 -33
- package/dist/components/patterns/DeletedPatternPlaceholder.d.ts.map +0 -1
- package/dist/components/patterns/PatternDeleteDialog.d.ts +0 -41
- package/dist/components/patterns/PatternDeleteDialog.d.ts.map +0 -1
- package/dist/components/patterns/PatternUsageReport.d.ts +0 -15
- package/dist/components/patterns/PatternUsageReport.d.ts.map +0 -1
- package/dist/components/patterns/PatternUsageStats.d.ts +0 -14
- package/dist/components/patterns/PatternUsageStats.d.ts.map +0 -1
- package/dist/components/patterns/PatternUsageTable.d.ts +0 -15
- package/dist/components/patterns/PatternUsageTable.d.ts.map +0 -1
- package/dist/components/patterns/index.d.ts +0 -11
- package/dist/components/patterns/index.d.ts.map +0 -1
- package/dist/components/patterns/pages/PatternEditPage.d.ts +0 -8
- package/dist/components/patterns/pages/PatternEditPage.d.ts.map +0 -1
- package/dist/components/patterns/pages/PatternReportsPage.d.ts +0 -9
- package/dist/components/patterns/pages/PatternReportsPage.d.ts.map +0 -1
- package/dist/components/patterns/pages/PatternsCreatePage.d.ts +0 -8
- package/dist/components/patterns/pages/PatternsCreatePage.d.ts.map +0 -1
- package/dist/components/patterns/pages/PatternsListPage.d.ts +0 -8
- package/dist/components/patterns/pages/PatternsListPage.d.ts.map +0 -1
- package/dist/components/patterns/pages/index.d.ts +0 -11
- package/dist/components/patterns/pages/index.d.ts.map +0 -1
- package/dist/components/permissions/NoPermission.d.ts +0 -22
- package/dist/components/permissions/NoPermission.d.ts.map +0 -1
- package/dist/components/permissions/PermissionGate.d.ts +0 -73
- package/dist/components/permissions/PermissionGate.d.ts.map +0 -1
- package/dist/components/permissions/PermissionsMatrix.d.ts +0 -32
- package/dist/components/permissions/PermissionsMatrix.d.ts.map +0 -1
- package/dist/components/permissions/index.d.ts +0 -9
- package/dist/components/permissions/index.d.ts.map +0 -1
- package/dist/components/public/entities/PublicEntityCard.d.ts +0 -16
- package/dist/components/public/entities/PublicEntityCard.d.ts.map +0 -1
- package/dist/components/public/entities/PublicEntityDetail.d.ts +0 -15
- package/dist/components/public/entities/PublicEntityDetail.d.ts.map +0 -1
- package/dist/components/public/entities/PublicEntityGrid.d.ts +0 -17
- package/dist/components/public/entities/PublicEntityGrid.d.ts.map +0 -1
- package/dist/components/public/entities/index.d.ts +0 -9
- package/dist/components/public/entities/index.d.ts.map +0 -1
- package/dist/components/public/index.d.ts +0 -10
- package/dist/components/public/index.d.ts.map +0 -1
- package/dist/components/public/pageBuilder/PageRenderer.d.ts +0 -20
- package/dist/components/public/pageBuilder/PageRenderer.d.ts.map +0 -1
- package/dist/components/public/pageBuilder/index.d.ts +0 -10
- package/dist/components/public/pageBuilder/index.d.ts.map +0 -1
- package/dist/components/settings/SettingsPageSkeleton.d.ts +0 -11
- package/dist/components/settings/SettingsPageSkeleton.d.ts.map +0 -1
- package/dist/components/settings/index.d.ts +0 -8
- package/dist/components/settings/index.d.ts.map +0 -1
- package/dist/components/settings/layouts/SettingsSidebar.d.ts +0 -6
- package/dist/components/settings/layouts/SettingsSidebar.d.ts.map +0 -1
- package/dist/components/settings/layouts/index.d.ts +0 -7
- package/dist/components/settings/layouts/index.d.ts.map +0 -1
- package/dist/components/shared/CopyableId.d.ts +0 -13
- package/dist/components/shared/CopyableId.d.ts.map +0 -1
- package/dist/components/shared/MultiSelectFilter.d.ts +0 -41
- package/dist/components/shared/MultiSelectFilter.d.ts.map +0 -1
- package/dist/components/shared/SearchInput.d.ts +0 -22
- package/dist/components/shared/SearchInput.d.ts.map +0 -1
- package/dist/components/shared/index.d.ts +0 -11
- package/dist/components/shared/index.d.ts.map +0 -1
- package/dist/components/superadmin/filters/FilterDropdown.d.ts +0 -24
- package/dist/components/superadmin/filters/FilterDropdown.d.ts.map +0 -1
- package/dist/components/superadmin/filters/PaginationControls.d.ts +0 -20
- package/dist/components/superadmin/filters/PaginationControls.d.ts.map +0 -1
- package/dist/components/superadmin/filters/SearchInput.d.ts +0 -17
- package/dist/components/superadmin/filters/SearchInput.d.ts.map +0 -1
- package/dist/components/superadmin/filters/index.d.ts +0 -4
- package/dist/components/superadmin/filters/index.d.ts.map +0 -1
- package/dist/components/superadmin/index.d.ts +0 -14
- package/dist/components/superadmin/index.d.ts.map +0 -1
- package/dist/components/superadmin/layouts/SuperadminSidebar.d.ts +0 -8
- package/dist/components/superadmin/layouts/SuperadminSidebar.d.ts.map +0 -1
- package/dist/components/superadmin/layouts/index.d.ts +0 -7
- package/dist/components/superadmin/layouts/index.d.ts.map +0 -1
- package/dist/components/superadmin/misc/ComponentGallery.d.ts +0 -8
- package/dist/components/superadmin/misc/ComponentGallery.d.ts.map +0 -1
- package/dist/components/superadmin/misc/FieldTypesGallery.d.ts +0 -7
- package/dist/components/superadmin/misc/FieldTypesGallery.d.ts.map +0 -1
- package/dist/components/superadmin/misc/ThemePreview.d.ts +0 -8
- package/dist/components/superadmin/misc/ThemePreview.d.ts.map +0 -1
- package/dist/components/superadmin/misc/index.d.ts +0 -9
- package/dist/components/superadmin/misc/index.d.ts.map +0 -1
- package/dist/components/superadmin/tables/PlanFeaturesMatrix.d.ts +0 -21
- package/dist/components/superadmin/tables/PlanFeaturesMatrix.d.ts.map +0 -1
- package/dist/components/superadmin/tables/RolesPermissionsMatrix.d.ts +0 -25
- package/dist/components/superadmin/tables/RolesPermissionsMatrix.d.ts.map +0 -1
- package/dist/components/superadmin/tables/TeamsTable.d.ts +0 -26
- package/dist/components/superadmin/tables/TeamsTable.d.ts.map +0 -1
- package/dist/components/superadmin/tables/index.d.ts +0 -9
- package/dist/components/superadmin/tables/index.d.ts.map +0 -1
- package/dist/components/teams/CreateTeamButton.d.ts +0 -47
- package/dist/components/teams/CreateTeamButton.d.ts.map +0 -1
- package/dist/components/teams/CreateTeamDialog.d.ts +0 -7
- package/dist/components/teams/CreateTeamDialog.d.ts.map +0 -1
- package/dist/components/teams/InlineEditableField.d.ts +0 -13
- package/dist/components/teams/InlineEditableField.d.ts.map +0 -1
- package/dist/components/teams/InviteMemberButton.d.ts +0 -58
- package/dist/components/teams/InviteMemberButton.d.ts.map +0 -1
- package/dist/components/teams/InviteMemberDialog.d.ts +0 -17
- package/dist/components/teams/InviteMemberDialog.d.ts.map +0 -1
- package/dist/components/teams/TeamBadge.d.ts +0 -9
- package/dist/components/teams/TeamBadge.d.ts.map +0 -1
- package/dist/components/teams/TeamDetailSection.d.ts +0 -9
- package/dist/components/teams/TeamDetailSection.d.ts.map +0 -1
- package/dist/components/teams/TeamMembersList.d.ts +0 -15
- package/dist/components/teams/TeamMembersList.d.ts.map +0 -1
- package/dist/components/teams/TeamPendingInvitations.d.ts +0 -6
- package/dist/components/teams/TeamPendingInvitations.d.ts.map +0 -1
- package/dist/components/teams/TeamSwitchModal.d.ts +0 -16
- package/dist/components/teams/TeamSwitchModal.d.ts.map +0 -1
- package/dist/components/teams/TeamSwitcher.d.ts +0 -6
- package/dist/components/teams/TeamSwitcher.d.ts.map +0 -1
- package/dist/components/teams/TeamSwitcherCompact.d.ts +0 -21
- package/dist/components/teams/TeamSwitcherCompact.d.ts.map +0 -1
- package/dist/components/teams/index.d.ts +0 -17
- package/dist/components/teams/index.d.ts.map +0 -1
- package/dist/components/ui/accordion.d.ts +0 -8
- package/dist/components/ui/accordion.d.ts.map +0 -1
- package/dist/components/ui/address-input.d.ts +0 -19
- package/dist/components/ui/address-input.d.ts.map +0 -1
- package/dist/components/ui/alert-dialog.d.ts +0 -21
- package/dist/components/ui/alert-dialog.d.ts.map +0 -1
- package/dist/components/ui/alert.d.ts +0 -9
- package/dist/components/ui/alert.d.ts.map +0 -1
- package/dist/components/ui/audio-upload.d.ts +0 -22
- package/dist/components/ui/audio-upload.d.ts.map +0 -1
- package/dist/components/ui/avatar.d.ts +0 -7
- package/dist/components/ui/avatar.d.ts.map +0 -1
- package/dist/components/ui/badge.d.ts +0 -10
- package/dist/components/ui/badge.d.ts.map +0 -1
- package/dist/components/ui/breadcrumb.d.ts +0 -20
- package/dist/components/ui/breadcrumb.d.ts.map +0 -1
- package/dist/components/ui/button-group.d.ts +0 -19
- package/dist/components/ui/button-group.d.ts.map +0 -1
- package/dist/components/ui/button.d.ts +0 -11
- package/dist/components/ui/button.d.ts.map +0 -1
- package/dist/components/ui/calendar.d.ts +0 -9
- package/dist/components/ui/calendar.d.ts.map +0 -1
- package/dist/components/ui/card.d.ts +0 -9
- package/dist/components/ui/card.d.ts.map +0 -1
- package/dist/components/ui/checkbox.d.ts +0 -5
- package/dist/components/ui/checkbox.d.ts.map +0 -1
- package/dist/components/ui/collapsible.d.ts +0 -6
- package/dist/components/ui/collapsible.d.ts.map +0 -1
- package/dist/components/ui/combobox.d.ts +0 -20
- package/dist/components/ui/combobox.d.ts.map +0 -1
- package/dist/components/ui/command.d.ts +0 -81
- package/dist/components/ui/command.d.ts.map +0 -1
- package/dist/components/ui/context-menu.d.ts +0 -28
- package/dist/components/ui/context-menu.d.ts.map +0 -1
- package/dist/components/ui/country-select.d.ts +0 -11
- package/dist/components/ui/country-select.d.ts.map +0 -1
- package/dist/components/ui/currency-select.d.ts +0 -11
- package/dist/components/ui/currency-select.d.ts.map +0 -1
- package/dist/components/ui/dialog.d.ts +0 -16
- package/dist/components/ui/dialog.d.ts.map +0 -1
- package/dist/components/ui/double-range.d.ts +0 -14
- package/dist/components/ui/double-range.d.ts.map +0 -1
- package/dist/components/ui/dropdown-menu.d.ts +0 -28
- package/dist/components/ui/dropdown-menu.d.ts.map +0 -1
- package/dist/components/ui/dynamic-icon.d.ts +0 -12
- package/dist/components/ui/dynamic-icon.d.ts.map +0 -1
- package/dist/components/ui/file-upload.d.ts +0 -23
- package/dist/components/ui/file-upload.d.ts.map +0 -1
- package/dist/components/ui/form.d.ts +0 -24
- package/dist/components/ui/form.d.ts.map +0 -1
- package/dist/components/ui/google-icon.d.ts +0 -11
- package/dist/components/ui/google-icon.d.ts.map +0 -1
- package/dist/components/ui/image-upload.d.ts +0 -24
- package/dist/components/ui/image-upload.d.ts.map +0 -1
- package/dist/components/ui/index.d.ts +0 -56
- package/dist/components/ui/index.d.ts.map +0 -1
- package/dist/components/ui/input.d.ts +0 -4
- package/dist/components/ui/input.d.ts.map +0 -1
- package/dist/components/ui/label.d.ts +0 -5
- package/dist/components/ui/label.d.ts.map +0 -1
- package/dist/components/ui/last-used-badge.d.ts +0 -9
- package/dist/components/ui/last-used-badge.d.ts.map +0 -1
- package/dist/components/ui/menubar.d.ts +0 -29
- package/dist/components/ui/menubar.d.ts.map +0 -1
- package/dist/components/ui/multi-select.d.ts +0 -18
- package/dist/components/ui/multi-select.d.ts.map +0 -1
- package/dist/components/ui/optimized-image.d.ts +0 -88
- package/dist/components/ui/optimized-image.d.ts.map +0 -1
- package/dist/components/ui/pagination.d.ts +0 -30
- package/dist/components/ui/pagination.d.ts.map +0 -1
- package/dist/components/ui/password-input.d.ts +0 -8
- package/dist/components/ui/password-input.d.ts.map +0 -1
- package/dist/components/ui/phone-input.d.ts +0 -12
- package/dist/components/ui/phone-input.d.ts.map +0 -1
- package/dist/components/ui/popover.d.ts +0 -8
- package/dist/components/ui/popover.d.ts.map +0 -1
- package/dist/components/ui/progress.d.ts +0 -5
- package/dist/components/ui/progress.d.ts.map +0 -1
- package/dist/components/ui/radio-group.d.ts +0 -6
- package/dist/components/ui/radio-group.d.ts.map +0 -1
- package/dist/components/ui/rating.d.ts +0 -14
- package/dist/components/ui/rating.d.ts.map +0 -1
- package/dist/components/ui/relation-display.d.ts +0 -13
- package/dist/components/ui/relation-display.d.ts.map +0 -1
- package/dist/components/ui/rich-text-editor.d.ts +0 -22
- package/dist/components/ui/rich-text-editor.d.ts.map +0 -1
- package/dist/components/ui/scroll-area.d.ts +0 -6
- package/dist/components/ui/scroll-area.d.ts.map +0 -1
- package/dist/components/ui/select.d.ts +0 -14
- package/dist/components/ui/select.d.ts.map +0 -1
- package/dist/components/ui/separator.d.ts +0 -5
- package/dist/components/ui/separator.d.ts.map +0 -1
- package/dist/components/ui/sheet.d.ts +0 -26
- package/dist/components/ui/sheet.d.ts.map +0 -1
- package/dist/components/ui/simple-relation-select.d.ts +0 -30
- package/dist/components/ui/simple-relation-select.d.ts.map +0 -1
- package/dist/components/ui/skeleton-dashboard.d.ts +0 -32
- package/dist/components/ui/skeleton-dashboard.d.ts.map +0 -1
- package/dist/components/ui/skeleton-detail.d.ts +0 -30
- package/dist/components/ui/skeleton-detail.d.ts.map +0 -1
- package/dist/components/ui/skeleton-features.d.ts +0 -27
- package/dist/components/ui/skeleton-features.d.ts.map +0 -1
- package/dist/components/ui/skeleton-form.d.ts +0 -46
- package/dist/components/ui/skeleton-form.d.ts.map +0 -1
- package/dist/components/ui/skeleton-list.d.ts +0 -45
- package/dist/components/ui/skeleton-list.d.ts.map +0 -1
- package/dist/components/ui/skeleton-public.d.ts +0 -26
- package/dist/components/ui/skeleton-public.d.ts.map +0 -1
- package/dist/components/ui/skeleton-settings.d.ts +0 -54
- package/dist/components/ui/skeleton-settings.d.ts.map +0 -1
- package/dist/components/ui/skeleton.d.ts +0 -25
- package/dist/components/ui/skeleton.d.ts.map +0 -1
- package/dist/components/ui/slider.d.ts +0 -5
- package/dist/components/ui/slider.d.ts.map +0 -1
- package/dist/components/ui/sonner.d.ts +0 -5
- package/dist/components/ui/sonner.d.ts.map +0 -1
- package/dist/components/ui/switch.d.ts +0 -5
- package/dist/components/ui/switch.d.ts.map +0 -1
- package/dist/components/ui/table.d.ts +0 -11
- package/dist/components/ui/table.d.ts.map +0 -1
- package/dist/components/ui/tabs.d.ts +0 -8
- package/dist/components/ui/tabs.d.ts.map +0 -1
- package/dist/components/ui/tags-input.d.ts +0 -13
- package/dist/components/ui/tags-input.d.ts.map +0 -1
- package/dist/components/ui/textarea.d.ts +0 -4
- package/dist/components/ui/textarea.d.ts.map +0 -1
- package/dist/components/ui/timezone-select.d.ts +0 -11
- package/dist/components/ui/timezone-select.d.ts.map +0 -1
- package/dist/components/ui/toggle.d.ts +0 -13
- package/dist/components/ui/toggle.d.ts.map +0 -1
- package/dist/components/ui/tooltip.d.ts +0 -8
- package/dist/components/ui/tooltip.d.ts.map +0 -1
- package/dist/components/ui/user-display.d.ts +0 -15
- package/dist/components/ui/user-display.d.ts.map +0 -1
- package/dist/components/ui/user-select.d.ts +0 -28
- package/dist/components/ui/user-select.d.ts.map +0 -1
- package/dist/components/ui/video-upload.d.ts +0 -22
- package/dist/components/ui/video-upload.d.ts.map +0 -1
- package/dist/components/users/tables/SuperAdminsTable.d.ts +0 -26
- package/dist/components/users/tables/SuperAdminsTable.d.ts.map +0 -1
- package/dist/components/users/tables/UsersTable.d.ts +0 -27
- package/dist/components/users/tables/UsersTable.d.ts.map +0 -1
- package/dist/config/protected-paths.d.ts +0 -64
- package/dist/config/protected-paths.d.ts.map +0 -1
- package/dist/contexts/SubscriptionContext.d.ts +0 -42
- package/dist/contexts/SubscriptionContext.d.ts.map +0 -1
- package/dist/contexts/TeamContext.d.ts +0 -19
- package/dist/contexts/TeamContext.d.ts.map +0 -1
- package/dist/contexts/index.d.ts +0 -4
- package/dist/contexts/index.d.ts.map +0 -1
- package/dist/contexts/sidebar-context.d.ts +0 -13
- package/dist/contexts/sidebar-context.d.ts.map +0 -1
- package/dist/entities/index.d.ts +0 -9
- package/dist/entities/index.d.ts.map +0 -1
- package/dist/entities/patterns/index.d.ts +0 -11
- package/dist/entities/patterns/index.d.ts.map +0 -1
- package/dist/entities/patterns/patterns.config.d.ts.map +0 -1
- package/dist/entities/patterns/patterns.fields.d.ts +0 -12
- package/dist/entities/patterns/patterns.fields.d.ts.map +0 -1
- package/dist/entities/patterns/patterns.service.d.ts +0 -135
- package/dist/entities/patterns/patterns.service.d.ts.map +0 -1
- package/dist/entities/patterns/patterns.types.d.ts +0 -102
- package/dist/entities/patterns/patterns.types.d.ts.map +0 -1
- package/dist/hooks/index.d.ts +0 -42
- package/dist/hooks/index.d.ts.map +0 -1
- package/dist/hooks/teams/index.d.ts +0 -28
- package/dist/hooks/teams/index.d.ts.map +0 -1
- package/dist/hooks/teams/useAdminTeams.d.ts +0 -82
- package/dist/hooks/teams/useAdminTeams.d.ts.map +0 -1
- package/dist/hooks/teams/useTeamSearch.d.ts +0 -58
- package/dist/hooks/teams/useTeamSearch.d.ts.map +0 -1
- package/dist/hooks/teams/useUserTeams.d.ts +0 -44
- package/dist/hooks/teams/useUserTeams.d.ts.map +0 -1
- package/dist/hooks/useApiExplorerNavigation.d.ts +0 -38
- package/dist/hooks/useApiExplorerNavigation.d.ts.map +0 -1
- package/dist/hooks/useAuth.d.ts +0 -132
- package/dist/hooks/useAuth.d.ts.map +0 -1
- package/dist/hooks/useAuthMethodDetector.d.ts +0 -6
- package/dist/hooks/useAuthMethodDetector.d.ts.map +0 -1
- package/dist/hooks/useContentTranslation.d.ts +0 -55
- package/dist/hooks/useContentTranslation.d.ts.map +0 -1
- package/dist/hooks/useContextAwareTranslations.d.ts +0 -15
- package/dist/hooks/useContextAwareTranslations.d.ts.map +0 -1
- package/dist/hooks/useDebounce.d.ts +0 -21
- package/dist/hooks/useDebounce.d.ts.map +0 -1
- package/dist/hooks/useEnabledEntities.d.ts +0 -25
- package/dist/hooks/useEnabledEntities.d.ts.map +0 -1
- package/dist/hooks/useEnsureUserMetadata.d.ts +0 -2
- package/dist/hooks/useEnsureUserMetadata.d.ts.map +0 -1
- package/dist/hooks/useEntity.d.ts +0 -69
- package/dist/hooks/useEntity.d.ts.map +0 -1
- package/dist/hooks/useEntityConfig.d.ts +0 -41
- package/dist/hooks/useEntityConfig.d.ts.map +0 -1
- package/dist/hooks/useEntityMutations.d.ts +0 -31
- package/dist/hooks/useEntityMutations.d.ts.map +0 -1
- package/dist/hooks/useEntityQuery.d.ts +0 -207
- package/dist/hooks/useEntityQuery.d.ts.map +0 -1
- package/dist/hooks/useEntitySearch.d.ts +0 -35
- package/dist/hooks/useEntitySearch.d.ts.map +0 -1
- package/dist/hooks/useEntityTranslations.d.ts +0 -26
- package/dist/hooks/useEntityTranslations.d.ts.map +0 -1
- package/dist/hooks/useEntityWithMeta.d.ts +0 -80
- package/dist/hooks/useEntityWithMeta.d.ts.map +0 -1
- package/dist/hooks/useFeature.d.ts +0 -16
- package/dist/hooks/useFeature.d.ts.map +0 -1
- package/dist/hooks/useInvoice.d.ts +0 -14
- package/dist/hooks/useInvoice.d.ts.map +0 -1
- package/dist/hooks/useInvoices.d.ts +0 -21
- package/dist/hooks/useInvoices.d.ts.map +0 -1
- package/dist/hooks/useLastAuthMethod.d.ts +0 -7
- package/dist/hooks/useLastAuthMethod.d.ts.map +0 -1
- package/dist/hooks/useLocale.d.ts +0 -8
- package/dist/hooks/useLocale.d.ts.map +0 -1
- package/dist/hooks/useMembership.d.ts +0 -64
- package/dist/hooks/useMembership.d.ts.map +0 -1
- package/dist/hooks/useNotifications.d.ts +0 -18
- package/dist/hooks/useNotifications.d.ts.map +0 -1
- package/dist/hooks/useOrigin.d.ts +0 -2
- package/dist/hooks/useOrigin.d.ts.map +0 -1
- package/dist/hooks/usePatternUsages.d.ts +0 -273
- package/dist/hooks/usePatternUsages.d.ts.map +0 -1
- package/dist/hooks/usePrefetch.d.ts +0 -43
- package/dist/hooks/usePrefetch.d.ts.map +0 -1
- package/dist/hooks/useQuickCreateEntities.d.ts +0 -13
- package/dist/hooks/useQuickCreateEntities.d.ts.map +0 -1
- package/dist/hooks/useQuota.d.ts +0 -26
- package/dist/hooks/useQuota.d.ts.map +0 -1
- package/dist/hooks/useSearch.d.ts +0 -23
- package/dist/hooks/useSearch.d.ts.map +0 -1
- package/dist/hooks/useSidebarState.d.ts +0 -7
- package/dist/hooks/useSidebarState.d.ts.map +0 -1
- package/dist/hooks/useSubscription.d.ts +0 -10
- package/dist/hooks/useSubscription.d.ts.map +0 -1
- package/dist/hooks/useTeam.d.ts +0 -10
- package/dist/hooks/useTeam.d.ts.map +0 -1
- package/dist/hooks/useTeamInvitations.d.ts +0 -14
- package/dist/hooks/useTeamInvitations.d.ts.map +0 -1
- package/dist/hooks/useTeamMembers.d.ts +0 -29
- package/dist/hooks/useTeamMembers.d.ts.map +0 -1
- package/dist/hooks/useTeamUpdate.d.ts +0 -26
- package/dist/hooks/useTeamUpdate.d.ts.map +0 -1
- package/dist/hooks/useTeams.d.ts +0 -29
- package/dist/hooks/useTeams.d.ts.map +0 -1
- package/dist/hooks/useTeamsConfig.d.ts +0 -35
- package/dist/hooks/useTeamsConfig.d.ts.map +0 -1
- package/dist/hooks/useToast.d.ts +0 -19
- package/dist/hooks/useToast.d.ts.map +0 -1
- package/dist/hooks/useTranslationPreload.d.ts +0 -13
- package/dist/hooks/useTranslationPreload.d.ts.map +0 -1
- package/dist/hooks/useTreeNavigation.d.ts +0 -48
- package/dist/hooks/useTreeNavigation.d.ts.map +0 -1
- package/dist/hooks/useUrlFilters.d.ts +0 -5
- package/dist/hooks/useUrlFilters.d.ts.map +0 -1
- package/dist/hooks/useUrlFilters.types.d.ts +0 -92
- package/dist/hooks/useUrlFilters.types.d.ts.map +0 -1
- package/dist/hooks/useUrlFilters.utils.d.ts +0 -32
- package/dist/hooks/useUrlFilters.utils.d.ts.map +0 -1
- package/dist/hooks/useUserProfile.d.ts +0 -27
- package/dist/hooks/useUserProfile.d.ts.map +0 -1
- package/dist/hooks/useUserSettings.d.ts +0 -40
- package/dist/hooks/useUserSettings.d.ts.map +0 -1
- package/dist/hooks/useValidationSchemas.d.ts +0 -42
- package/dist/hooks/useValidationSchemas.d.ts.map +0 -1
- package/dist/i18n.d.ts +0 -12
- package/dist/i18n.d.ts.map +0 -1
- package/dist/index.d.ts +0 -6
- package/dist/index.d.ts.map +0 -1
- package/dist/lib/actions/entity.actions.d.ts +0 -184
- package/dist/lib/actions/entity.actions.d.ts.map +0 -1
- package/dist/lib/actions/index.d.ts +0 -52
- package/dist/lib/actions/index.d.ts.map +0 -1
- package/dist/lib/actions/team.actions.d.ts +0 -107
- package/dist/lib/actions/team.actions.d.ts.map +0 -1
- package/dist/lib/actions/types.d.ts +0 -98
- package/dist/lib/actions/types.d.ts.map +0 -1
- package/dist/lib/actions/user.actions.d.ts +0 -99
- package/dist/lib/actions/user.actions.d.ts.map +0 -1
- package/dist/lib/api/auth/devtools-auth.d.ts +0 -24
- package/dist/lib/api/auth/devtools-auth.d.ts.map +0 -1
- package/dist/lib/api/auth/dual-auth.d.ts +0 -55
- package/dist/lib/api/auth/dual-auth.d.ts.map +0 -1
- package/dist/lib/api/auth/permissions.d.ts +0 -25
- package/dist/lib/api/auth/permissions.d.ts.map +0 -1
- package/dist/lib/api/auth.d.ts +0 -58
- package/dist/lib/api/auth.d.ts.map +0 -1
- package/dist/lib/api/cache.d.ts +0 -48
- package/dist/lib/api/cache.d.ts.map +0 -1
- package/dist/lib/api/distributed-cache.d.ts +0 -122
- package/dist/lib/api/distributed-cache.d.ts.map +0 -1
- package/dist/lib/api/entities.d.ts +0 -151
- package/dist/lib/api/entities.d.ts.map +0 -1
- package/dist/lib/api/entity/generic-handler.d.ts +0 -53
- package/dist/lib/api/entity/generic-handler.d.ts.map +0 -1
- package/dist/lib/api/entity/public-resolver.d.ts +0 -28
- package/dist/lib/api/entity/public-resolver.d.ts.map +0 -1
- package/dist/lib/api/entity/resolver.d.ts +0 -26
- package/dist/lib/api/entity/resolver.d.ts.map +0 -1
- package/dist/lib/api/entity-handler.d.ts +0 -202
- package/dist/lib/api/entity-handler.d.ts.map +0 -1
- package/dist/lib/api/helpers.d.ts +0 -178
- package/dist/lib/api/helpers.d.ts.map +0 -1
- package/dist/lib/api/index.d.ts +0 -15
- package/dist/lib/api/index.d.ts.map +0 -1
- package/dist/lib/api/keys.d.ts +0 -129
- package/dist/lib/api/keys.d.ts.map +0 -1
- package/dist/lib/api/meta.middleware.d.ts +0 -16
- package/dist/lib/api/meta.middleware.d.ts.map +0 -1
- package/dist/lib/api/permission-middleware.d.ts +0 -94
- package/dist/lib/api/permission-middleware.d.ts.map +0 -1
- package/dist/lib/api/rate-limit.d.ts +0 -82
- package/dist/lib/api/rate-limit.d.ts.map +0 -1
- package/dist/lib/api/routes/index.d.ts +0 -8
- package/dist/lib/api/routes/index.d.ts.map +0 -1
- package/dist/lib/api/routes/patterns-usages.d.ts +0 -36
- package/dist/lib/api/routes/patterns-usages.d.ts.map +0 -1
- package/dist/lib/auth/api-keys.d.ts +0 -75
- package/dist/lib/auth/api-keys.d.ts.map +0 -1
- package/dist/lib/auth-client.d.ts +0 -2900
- package/dist/lib/auth-client.d.ts.map +0 -1
- package/dist/lib/auth-context.d.ts +0 -71
- package/dist/lib/auth-context.d.ts.map +0 -1
- package/dist/lib/auth.d.ts +0 -3096
- package/dist/lib/auth.d.ts.map +0 -1
- package/dist/lib/billing/config-types.d.ts +0 -77
- package/dist/lib/billing/config-types.d.ts.map +0 -1
- package/dist/lib/billing/enforcement.d.ts +0 -36
- package/dist/lib/billing/enforcement.d.ts.map +0 -1
- package/dist/lib/billing/gateways/stripe.d.ts +0 -76
- package/dist/lib/billing/gateways/stripe.d.ts.map +0 -1
- package/dist/lib/billing/helpers.d.ts +0 -86
- package/dist/lib/billing/helpers.d.ts.map +0 -1
- package/dist/lib/billing/jobs.d.ts +0 -30
- package/dist/lib/billing/jobs.d.ts.map +0 -1
- package/dist/lib/billing/queries.d.ts +0 -48
- package/dist/lib/billing/queries.d.ts.map +0 -1
- package/dist/lib/billing/schema.d.ts +0 -150
- package/dist/lib/billing/schema.d.ts.map +0 -1
- package/dist/lib/billing/types.d.ts +0 -141
- package/dist/lib/billing/types.d.ts.map +0 -1
- package/dist/lib/blocks/loader.d.ts +0 -47
- package/dist/lib/blocks/loader.d.ts.map +0 -1
- package/dist/lib/blocks/pattern-resolver.d.ts +0 -71
- package/dist/lib/blocks/pattern-resolver.d.ts.map +0 -1
- package/dist/lib/blocks/patterns-resolver.service.d.ts +0 -39
- package/dist/lib/blocks/patterns-resolver.service.d.ts.map +0 -1
- package/dist/lib/config/app.config.d.ts +0 -12
- package/dist/lib/config/app.config.d.ts.map +0 -1
- package/dist/lib/config/config-loader.d.ts +0 -26
- package/dist/lib/config/config-loader.d.ts.map +0 -1
- package/dist/lib/config/config-sync.d.ts +0 -49
- package/dist/lib/config/config-sync.d.ts.map +0 -1
- package/dist/lib/config/config-types.d.ts +0 -96
- package/dist/lib/config/config-types.d.ts.map +0 -1
- package/dist/lib/config/config-utils.d.ts +0 -58
- package/dist/lib/config/config-utils.d.ts.map +0 -1
- package/dist/lib/config/dashboard-schema.d.ts +0 -463
- package/dist/lib/config/dashboard-schema.d.ts.map +0 -1
- package/dist/lib/config/dashboard-types.d.ts +0 -234
- package/dist/lib/config/dashboard-types.d.ts.map +0 -1
- package/dist/lib/config/dashboard.config.d.ts +0 -447
- package/dist/lib/config/dashboard.config.d.ts.map +0 -1
- package/dist/lib/config/features-types.d.ts +0 -102
- package/dist/lib/config/features-types.d.ts.map +0 -1
- package/dist/lib/config/icon-map.d.ts +0 -99
- package/dist/lib/config/icon-map.d.ts.map +0 -1
- package/dist/lib/config/index.d.ts +0 -14
- package/dist/lib/config/index.d.ts.map +0 -1
- package/dist/lib/config/nextspark-types.d.ts +0 -41
- package/dist/lib/config/nextspark-types.d.ts.map +0 -1
- package/dist/lib/config/roles-merge.d.ts +0 -153
- package/dist/lib/config/roles-merge.d.ts.map +0 -1
- package/dist/lib/config/types.d.ts +0 -352
- package/dist/lib/config/types.d.ts.map +0 -1
- package/dist/lib/constants/reserved-slugs.d.ts +0 -28
- package/dist/lib/constants/reserved-slugs.d.ts.map +0 -1
- package/dist/lib/contents/types.d.ts +0 -137
- package/dist/lib/contents/types.d.ts.map +0 -1
- package/dist/lib/countries-timezones.d.ts +0 -9
- package/dist/lib/countries-timezones.d.ts.map +0 -1
- package/dist/lib/db.d.ts +0 -141
- package/dist/lib/db.d.ts.map +0 -1
- package/dist/lib/docs/parser.d.ts +0 -49
- package/dist/lib/docs/parser.d.ts.map +0 -1
- package/dist/lib/docs/utils.d.ts +0 -35
- package/dist/lib/docs/utils.d.ts.map +0 -1
- package/dist/lib/email/factory.d.ts +0 -18
- package/dist/lib/email/factory.d.ts.map +0 -1
- package/dist/lib/email/index.d.ts +0 -4
- package/dist/lib/email/index.d.ts.map +0 -1
- package/dist/lib/email/providers/console.d.ts +0 -13
- package/dist/lib/email/providers/console.d.ts.map +0 -1
- package/dist/lib/email/providers/resend.d.ts +0 -9
- package/dist/lib/email/providers/resend.d.ts.map +0 -1
- package/dist/lib/email/templates.d.ts +0 -28
- package/dist/lib/email/templates.d.ts.map +0 -1
- package/dist/lib/email/types.d.ts +0 -55
- package/dist/lib/email/types.d.ts.map +0 -1
- package/dist/lib/entities/api-generator.d.ts +0 -78
- package/dist/lib/entities/api-generator.d.ts.map +0 -1
- package/dist/lib/entities/entity-hooks.d.ts +0 -94
- package/dist/lib/entities/entity-hooks.d.ts.map +0 -1
- package/dist/lib/entities/external-api-generator.d.ts +0 -89
- package/dist/lib/entities/external-api-generator.d.ts.map +0 -1
- package/dist/lib/entities/helpers.d.ts +0 -118
- package/dist/lib/entities/helpers.d.ts.map +0 -1
- package/dist/lib/entities/hooks.d.ts +0 -130
- package/dist/lib/entities/hooks.d.ts.map +0 -1
- package/dist/lib/entities/meta-adapter.d.ts +0 -76
- package/dist/lib/entities/meta-adapter.d.ts.map +0 -1
- package/dist/lib/entities/migration-helper.d.ts +0 -78
- package/dist/lib/entities/migration-helper.d.ts.map +0 -1
- package/dist/lib/entities/pattern-usage-hooks.d.ts +0 -31
- package/dist/lib/entities/pattern-usage-hooks.d.ts.map +0 -1
- package/dist/lib/entities/performance.d.ts +0 -121
- package/dist/lib/entities/performance.d.ts.map +0 -1
- package/dist/lib/entities/queries.d.ts +0 -152
- package/dist/lib/entities/queries.d.ts.map +0 -1
- package/dist/lib/entities/query-generator.d.ts +0 -81
- package/dist/lib/entities/query-generator.d.ts.map +0 -1
- package/dist/lib/entities/registry.client.d.ts +0 -59
- package/dist/lib/entities/registry.client.d.ts.map +0 -1
- package/dist/lib/entities/registry.d.ts +0 -169
- package/dist/lib/entities/registry.d.ts.map +0 -1
- package/dist/lib/entities/schema-generator.d.ts +0 -80
- package/dist/lib/entities/schema-generator.d.ts.map +0 -1
- package/dist/lib/entities/serialization.d.ts +0 -18
- package/dist/lib/entities/serialization.d.ts.map +0 -1
- package/dist/lib/entities/system-fields.d.ts +0 -56
- package/dist/lib/entities/system-fields.d.ts.map +0 -1
- package/dist/lib/entities/testing.d.ts +0 -79
- package/dist/lib/entities/testing.d.ts.map +0 -1
- package/dist/lib/entities/types.d.ts +0 -662
- package/dist/lib/entities/types.d.ts.map +0 -1
- package/dist/lib/formatters.d.ts +0 -7
- package/dist/lib/formatters.d.ts.map +0 -1
- package/dist/lib/helpers/entity-meta.helpers.d.ts +0 -24
- package/dist/lib/helpers/entity-meta.helpers.d.ts.map +0 -1
- package/dist/lib/i18n/AuthTranslationPreloader.d.ts +0 -7
- package/dist/lib/i18n/AuthTranslationPreloader.d.ts.map +0 -1
- package/dist/lib/i18n/DashboardTranslationPreloader.d.ts +0 -7
- package/dist/lib/i18n/DashboardTranslationPreloader.d.ts.map +0 -1
- package/dist/lib/i18n-utils.d.ts +0 -18
- package/dist/lib/i18n-utils.d.ts.map +0 -1
- package/dist/lib/index.d.ts +0 -10
- package/dist/lib/index.d.ts.map +0 -1
- package/dist/lib/locale-client.d.ts +0 -5
- package/dist/lib/locale-client.d.ts.map +0 -1
- package/dist/lib/locale.d.ts +0 -6
- package/dist/lib/locale.d.ts.map +0 -1
- package/dist/lib/middleware/index.d.ts +0 -64
- package/dist/lib/middleware/index.d.ts.map +0 -1
- package/dist/lib/namespace-loader.d.ts +0 -42
- package/dist/lib/namespace-loader.d.ts.map +0 -1
- package/dist/lib/oauth/encryption.d.ts +0 -90
- package/dist/lib/oauth/encryption.d.ts.map +0 -1
- package/dist/lib/oauth/index.d.ts +0 -15
- package/dist/lib/oauth/index.d.ts.map +0 -1
- package/dist/lib/oauth/metadata.d.ts +0 -77
- package/dist/lib/oauth/metadata.d.ts.map +0 -1
- package/dist/lib/oauth/token-refresh.d.ts +0 -85
- package/dist/lib/oauth/token-refresh.d.ts.map +0 -1
- package/dist/lib/oauth/types.d.ts +0 -136
- package/dist/lib/oauth/types.d.ts.map +0 -1
- package/dist/lib/permissions/check.d.ts +0 -82
- package/dist/lib/permissions/check.d.ts.map +0 -1
- package/dist/lib/permissions/hooks.d.ts +0 -62
- package/dist/lib/permissions/hooks.d.ts.map +0 -1
- package/dist/lib/permissions/init.d.ts +0 -29
- package/dist/lib/permissions/init.d.ts.map +0 -1
- package/dist/lib/permissions/merge.d.ts +0 -50
- package/dist/lib/permissions/merge.d.ts.map +0 -1
- package/dist/lib/permissions/system.d.ts +0 -13
- package/dist/lib/permissions/system.d.ts.map +0 -1
- package/dist/lib/permissions/types.d.ts +0 -228
- package/dist/lib/permissions/types.d.ts.map +0 -1
- package/dist/lib/plugins/env-loader.d.ts +0 -47
- package/dist/lib/plugins/env-loader.d.ts.map +0 -1
- package/dist/lib/plugins/hook-system.d.ts +0 -110
- package/dist/lib/plugins/hook-system.d.ts.map +0 -1
- package/dist/lib/plugins/plugin-loader.d.ts +0 -46
- package/dist/lib/plugins/plugin-loader.d.ts.map +0 -1
- package/dist/lib/rate-limit-redis.d.ts +0 -49
- package/dist/lib/rate-limit-redis.d.ts.map +0 -1
- package/dist/lib/rate-limit.d.ts +0 -30
- package/dist/lib/rate-limit.d.ts.map +0 -1
- package/dist/lib/role-helpers.d.ts +0 -41
- package/dist/lib/role-helpers.d.ts.map +0 -1
- package/dist/lib/scheduled-actions/cleanup.d.ts +0 -21
- package/dist/lib/scheduled-actions/cleanup.d.ts.map +0 -1
- package/dist/lib/scheduled-actions/handlers/index.d.ts +0 -10
- package/dist/lib/scheduled-actions/handlers/index.d.ts.map +0 -1
- package/dist/lib/scheduled-actions/handlers/invalidate-pattern-cache.d.ts +0 -17
- package/dist/lib/scheduled-actions/handlers/invalidate-pattern-cache.d.ts.map +0 -1
- package/dist/lib/scheduled-actions/index.d.ts +0 -34
- package/dist/lib/scheduled-actions/index.d.ts.map +0 -1
- package/dist/lib/scheduled-actions/initializer.d.ts +0 -40
- package/dist/lib/scheduled-actions/initializer.d.ts.map +0 -1
- package/dist/lib/scheduled-actions/processor.d.ts +0 -18
- package/dist/lib/scheduled-actions/processor.d.ts.map +0 -1
- package/dist/lib/scheduled-actions/registry.d.ts +0 -48
- package/dist/lib/scheduled-actions/registry.d.ts.map +0 -1
- package/dist/lib/scheduled-actions/scheduler.d.ts +0 -58
- package/dist/lib/scheduled-actions/scheduler.d.ts.map +0 -1
- package/dist/lib/scheduled-actions/types.d.ts +0 -62
- package/dist/lib/scheduled-actions/types.d.ts.map +0 -1
- package/dist/lib/search-highlighting.d.ts +0 -47
- package/dist/lib/search-highlighting.d.ts.map +0 -1
- package/dist/lib/security/input-sanitizer.d.ts +0 -30
- package/dist/lib/security/input-sanitizer.d.ts.map +0 -1
- package/dist/lib/selectors/core-selectors.d.ts +0 -1469
- package/dist/lib/selectors/core-selectors.d.ts.map +0 -1
- package/dist/lib/selectors/domains/auth.selectors.d.ts +0 -81
- package/dist/lib/selectors/domains/auth.selectors.d.ts.map +0 -1
- package/dist/lib/selectors/domains/block-editor.selectors.d.ts +0 -268
- package/dist/lib/selectors/domains/block-editor.selectors.d.ts.map +0 -1
- package/dist/lib/selectors/domains/common.selectors.d.ts +0 -38
- package/dist/lib/selectors/domains/common.selectors.d.ts.map +0 -1
- package/dist/lib/selectors/domains/dashboard.selectors.d.ts +0 -212
- package/dist/lib/selectors/domains/dashboard.selectors.d.ts.map +0 -1
- package/dist/lib/selectors/domains/devtools.selectors.d.ts +0 -241
- package/dist/lib/selectors/domains/devtools.selectors.d.ts.map +0 -1
- package/dist/lib/selectors/domains/entities.selectors.d.ts +0 -268
- package/dist/lib/selectors/domains/entities.selectors.d.ts.map +0 -1
- package/dist/lib/selectors/domains/global-search.selectors.d.ts +0 -14
- package/dist/lib/selectors/domains/global-search.selectors.d.ts.map +0 -1
- package/dist/lib/selectors/domains/index.d.ts +0 -19
- package/dist/lib/selectors/domains/index.d.ts.map +0 -1
- package/dist/lib/selectors/domains/patterns.selectors.d.ts +0 -64
- package/dist/lib/selectors/domains/patterns.selectors.d.ts.map +0 -1
- package/dist/lib/selectors/domains/public.selectors.d.ts +0 -39
- package/dist/lib/selectors/domains/public.selectors.d.ts.map +0 -1
- package/dist/lib/selectors/domains/settings.selectors.d.ts +0 -314
- package/dist/lib/selectors/domains/settings.selectors.d.ts.map +0 -1
- package/dist/lib/selectors/domains/superadmin.selectors.d.ts +0 -314
- package/dist/lib/selectors/domains/superadmin.selectors.d.ts.map +0 -1
- package/dist/lib/selectors/domains/taxonomies.selectors.d.ts +0 -33
- package/dist/lib/selectors/domains/taxonomies.selectors.d.ts.map +0 -1
- package/dist/lib/selectors/domains/teams.selectors.d.ts +0 -109
- package/dist/lib/selectors/domains/teams.selectors.d.ts.map +0 -1
- package/dist/lib/selectors/index.d.ts +0 -11
- package/dist/lib/selectors/index.d.ts.map +0 -1
- package/dist/lib/selectors/selector-factory.d.ts +0 -122
- package/dist/lib/selectors/selector-factory.d.ts.map +0 -1
- package/dist/lib/selectors/selectors.d.ts +0 -2931
- package/dist/lib/selectors/selectors.d.ts.map +0 -1
- package/dist/lib/services/api-docs.service.d.ts +0 -78
- package/dist/lib/services/api-docs.service.d.ts.map +0 -1
- package/dist/lib/services/api-presets.service.d.ts +0 -94
- package/dist/lib/services/api-presets.service.d.ts.map +0 -1
- package/dist/lib/services/api-routes.service.d.ts +0 -174
- package/dist/lib/services/api-routes.service.d.ts.map +0 -1
- package/dist/lib/services/base-entity.service.d.ts +0 -160
- package/dist/lib/services/base-entity.service.d.ts.map +0 -1
- package/dist/lib/services/block.service.d.ts +0 -103
- package/dist/lib/services/block.service.d.ts.map +0 -1
- package/dist/lib/services/docs.service.d.ts +0 -154
- package/dist/lib/services/docs.service.d.ts.map +0 -1
- package/dist/lib/services/entity-type.service.d.ts +0 -124
- package/dist/lib/services/entity-type.service.d.ts.map +0 -1
- package/dist/lib/services/feature.service.d.ts +0 -100
- package/dist/lib/services/feature.service.d.ts.map +0 -1
- package/dist/lib/services/generic-entity.service.d.ts +0 -163
- package/dist/lib/services/generic-entity.service.d.ts.map +0 -1
- package/dist/lib/services/index.d.ts +0 -48
- package/dist/lib/services/index.d.ts.map +0 -1
- package/dist/lib/services/invoice.service.d.ts +0 -236
- package/dist/lib/services/invoice.service.d.ts.map +0 -1
- package/dist/lib/services/membership.service.d.ts +0 -171
- package/dist/lib/services/membership.service.d.ts.map +0 -1
- package/dist/lib/services/meta.service.d.ts +0 -58
- package/dist/lib/services/meta.service.d.ts.map +0 -1
- package/dist/lib/services/middleware.service.d.ts +0 -66
- package/dist/lib/services/middleware.service.d.ts.map +0 -1
- package/dist/lib/services/namespace.service.d.ts +0 -168
- package/dist/lib/services/namespace.service.d.ts.map +0 -1
- package/dist/lib/services/pattern-usage.service.d.ts +0 -123
- package/dist/lib/services/pattern-usage.service.d.ts.map +0 -1
- package/dist/lib/services/permission.service.d.ts +0 -212
- package/dist/lib/services/permission.service.d.ts.map +0 -1
- package/dist/lib/services/plan.service.d.ts +0 -174
- package/dist/lib/services/plan.service.d.ts.map +0 -1
- package/dist/lib/services/plugin.service.d.ts +0 -436
- package/dist/lib/services/plugin.service.d.ts.map +0 -1
- package/dist/lib/services/route-handler.service.d.ts +0 -155
- package/dist/lib/services/route-handler.service.d.ts.map +0 -1
- package/dist/lib/services/scope.service.d.ts +0 -213
- package/dist/lib/services/scope.service.d.ts.map +0 -1
- package/dist/lib/services/subscription.service.d.ts +0 -270
- package/dist/lib/services/subscription.service.d.ts.map +0 -1
- package/dist/lib/services/team-member.service.d.ts +0 -226
- package/dist/lib/services/team-member.service.d.ts.map +0 -1
- package/dist/lib/services/team.service.d.ts +0 -193
- package/dist/lib/services/team.service.d.ts.map +0 -1
- package/dist/lib/services/template.service.d.ts +0 -148
- package/dist/lib/services/template.service.d.ts.map +0 -1
- package/dist/lib/services/theme.service.d.ts +0 -101
- package/dist/lib/services/theme.service.d.ts.map +0 -1
- package/dist/lib/services/transactional-meta.service.d.ts +0 -106
- package/dist/lib/services/transactional-meta.service.d.ts.map +0 -1
- package/dist/lib/services/translation.service.d.ts +0 -184
- package/dist/lib/services/translation.service.d.ts.map +0 -1
- package/dist/lib/services/usage.service.d.ts +0 -225
- package/dist/lib/services/usage.service.d.ts.map +0 -1
- package/dist/lib/services/user-flags.service.d.ts +0 -65
- package/dist/lib/services/user-flags.service.d.ts.map +0 -1
- package/dist/lib/services/user.service.d.ts +0 -233
- package/dist/lib/services/user.service.d.ts.map +0 -1
- package/dist/lib/teams/actions.d.ts +0 -152
- package/dist/lib/teams/actions.d.ts.map +0 -1
- package/dist/lib/teams/helpers.d.ts +0 -113
- package/dist/lib/teams/helpers.d.ts.map +0 -1
- package/dist/lib/teams/permissions.d.ts +0 -129
- package/dist/lib/teams/permissions.d.ts.map +0 -1
- package/dist/lib/teams/schema.d.ts +0 -187
- package/dist/lib/teams/schema.d.ts.map +0 -1
- package/dist/lib/teams/teams.api.d.ts +0 -64
- package/dist/lib/teams/teams.api.d.ts.map +0 -1
- package/dist/lib/teams/teams.keys.d.ts +0 -54
- package/dist/lib/teams/teams.keys.d.ts.map +0 -1
- package/dist/lib/teams/types.d.ts +0 -195
- package/dist/lib/teams/types.d.ts.map +0 -1
- package/dist/lib/template-resolver.d.ts +0 -103
- package/dist/lib/template-resolver.d.ts.map +0 -1
- package/dist/lib/test/index.d.ts +0 -16
- package/dist/lib/test/index.d.ts.map +0 -1
- package/dist/lib/test/utils.d.ts +0 -63
- package/dist/lib/test/utils.d.ts.map +0 -1
- package/dist/lib/theme/ThemeProvider.d.ts +0 -54
- package/dist/lib/theme/ThemeProvider.d.ts.map +0 -1
- package/dist/lib/theme/get-default-theme-mode.d.ts +0 -15
- package/dist/lib/theme/get-default-theme-mode.d.ts.map +0 -1
- package/dist/lib/theme/import-resolver.d.ts +0 -55
- package/dist/lib/theme/import-resolver.d.ts.map +0 -1
- package/dist/lib/theme/override-resolver.d.ts +0 -36
- package/dist/lib/theme/override-resolver.d.ts.map +0 -1
- package/dist/lib/theme/theme-loader.d.ts +0 -59
- package/dist/lib/theme/theme-loader.d.ts.map +0 -1
- package/dist/lib/theme/types.d.ts +0 -88
- package/dist/lib/theme/types.d.ts.map +0 -1
- package/dist/lib/translations/i18n-integration.d.ts +0 -29
- package/dist/lib/translations/i18n-integration.d.ts.map +0 -1
- package/dist/lib/translations/registry.d.ts +0 -31
- package/dist/lib/translations/registry.d.ts.map +0 -1
- package/dist/lib/user-data-client.d.ts +0 -62
- package/dist/lib/user-data-client.d.ts.map +0 -1
- package/dist/lib/user-data-utils.d.ts +0 -33
- package/dist/lib/user-data-utils.d.ts.map +0 -1
- package/dist/lib/user-data.d.ts +0 -55
- package/dist/lib/user-data.d.ts.map +0 -1
- package/dist/lib/utils/config-merge.d.ts +0 -86
- package/dist/lib/utils/config-merge.d.ts.map +0 -1
- package/dist/lib/utils/environment.server.d.ts +0 -22
- package/dist/lib/utils/environment.server.d.ts.map +0 -1
- package/dist/lib/utils/file-logger.d.ts +0 -65
- package/dist/lib/utils/file-logger.d.ts.map +0 -1
- package/dist/lib/utils/shiki.d.ts +0 -12
- package/dist/lib/utils/shiki.d.ts.map +0 -1
- package/dist/lib/utils.d.ts +0 -3
- package/dist/lib/utils.d.ts.map +0 -1
- package/dist/lib/validation/invoices.d.ts +0 -40
- package/dist/lib/validation/invoices.d.ts.map +0 -1
- package/dist/lib/validation-schemas.d.ts +0 -54
- package/dist/lib/validation-schemas.d.ts.map +0 -1
- package/dist/lib/validation.d.ts +0 -52
- package/dist/lib/validation.d.ts.map +0 -1
- package/dist/messages/de/index.d.ts +0 -2083
- package/dist/messages/de/index.d.ts.map +0 -1
- package/dist/messages/en/index.d.ts +0 -2198
- package/dist/messages/en/index.d.ts.map +0 -1
- package/dist/messages/es/index.d.ts +0 -2186
- package/dist/messages/es/index.d.ts.map +0 -1
- package/dist/messages/fr/index.d.ts +0 -2083
- package/dist/messages/fr/index.d.ts.map +0 -1
- package/dist/messages/index.d.ts +0 -8
- package/dist/messages/index.d.ts.map +0 -1
- package/dist/messages/it/index.d.ts +0 -2083
- package/dist/messages/it/index.d.ts.map +0 -1
- package/dist/messages/pt/index.d.ts +0 -2083
- package/dist/messages/pt/index.d.ts.map +0 -1
- package/dist/messages/types.d.ts +0 -27
- package/dist/messages/types.d.ts.map +0 -1
- package/dist/next.d.ts +0 -26
- package/dist/next.d.ts.map +0 -1
- package/dist/providers/PluginProvider.d.ts +0 -62
- package/dist/providers/PluginProvider.d.ts.map +0 -1
- package/dist/providers/TranslationContextManager.d.ts +0 -6
- package/dist/providers/TranslationContextManager.d.ts.map +0 -1
- package/dist/providers/index.d.ts +0 -5
- package/dist/providers/index.d.ts.map +0 -1
- package/dist/providers/query-provider.d.ts +0 -5
- package/dist/providers/query-provider.d.ts.map +0 -1
- package/dist/providers/theme-provider.d.ts +0 -3
- package/dist/providers/theme-provider.d.ts.map +0 -1
- package/dist/styles/classes.json +0 -1073
- package/dist/styles/ui.css +0 -2
- package/dist/types/api-presets.d.ts +0 -138
- package/dist/types/api-presets.d.ts.map +0 -1
- package/dist/types/auth.d.ts +0 -20
- package/dist/types/auth.d.ts.map +0 -1
- package/dist/types/blocks.d.ts +0 -396
- package/dist/types/blocks.d.ts.map +0 -1
- package/dist/types/docs.d.ts +0 -33
- package/dist/types/docs.d.ts.map +0 -1
- package/dist/types/index.d.ts +0 -17
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/meta.types.d.ts +0 -52
- package/dist/types/meta.types.d.ts.map +0 -1
- package/dist/types/pattern-reference.d.ts +0 -70
- package/dist/types/pattern-reference.d.ts.map +0 -1
- package/dist/types/plugin.d.ts +0 -58
- package/dist/types/plugin.d.ts.map +0 -1
- package/dist/types/task.types.d.ts +0 -61
- package/dist/types/task.types.d.ts.map +0 -1
- package/dist/types/testing.types.d.ts +0 -91
- package/dist/types/testing.types.d.ts.map +0 -1
- package/dist/types/theme.d.ts +0 -100
- package/dist/types/theme.d.ts.map +0 -1
- package/dist/types/user.types.d.ts +0 -112
- package/dist/types/user.types.d.ts.map +0 -1
- package/dist/utils/dev/TranslationDebugger.d.ts +0 -8
- package/dist/utils/dev/TranslationDebugger.d.ts.map +0 -1
|
@@ -1,463 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Dashboard Configuration Zod Schema
|
|
3
|
-
*
|
|
4
|
-
* Validates that theme-specific dashboard.config.ts files conform to the expected structure.
|
|
5
|
-
* This schema is used during build time and development to catch configuration errors early.
|
|
6
|
-
*/
|
|
7
|
-
import { z } from 'zod';
|
|
8
|
-
/**
|
|
9
|
-
* Schema for theme-specific dashboard configuration
|
|
10
|
-
* All properties are optional since themes only need to override what they want to change
|
|
11
|
-
*/
|
|
12
|
-
export declare const dashboardConfigSchema: z.ZodObject<{
|
|
13
|
-
topbar: z.ZodOptional<z.ZodObject<{
|
|
14
|
-
search: z.ZodOptional<z.ZodObject<{
|
|
15
|
-
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
16
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
17
|
-
maxResults: z.ZodOptional<z.ZodNumber>;
|
|
18
|
-
}, z.core.$strip>>;
|
|
19
|
-
notifications: z.ZodOptional<z.ZodObject<{
|
|
20
|
-
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
21
|
-
}, z.core.$strip>>;
|
|
22
|
-
themeToggle: z.ZodOptional<z.ZodObject<{
|
|
23
|
-
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
24
|
-
}, z.core.$strip>>;
|
|
25
|
-
support: z.ZodOptional<z.ZodObject<{
|
|
26
|
-
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
27
|
-
type: z.ZodOptional<z.ZodEnum<{
|
|
28
|
-
dropdown: "dropdown";
|
|
29
|
-
link: "link";
|
|
30
|
-
modal: "modal";
|
|
31
|
-
}>>;
|
|
32
|
-
links: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
33
|
-
label: z.ZodString;
|
|
34
|
-
url: z.ZodOptional<z.ZodString>;
|
|
35
|
-
icon: z.ZodString;
|
|
36
|
-
external: z.ZodOptional<z.ZodBoolean>;
|
|
37
|
-
action: z.ZodOptional<z.ZodString>;
|
|
38
|
-
}, z.core.$strip>>>;
|
|
39
|
-
}, z.core.$strip>>;
|
|
40
|
-
quickCreate: z.ZodOptional<z.ZodObject<{
|
|
41
|
-
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
42
|
-
}, z.core.$strip>>;
|
|
43
|
-
userMenu: z.ZodOptional<z.ZodObject<{
|
|
44
|
-
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
45
|
-
showAvatar: z.ZodOptional<z.ZodBoolean>;
|
|
46
|
-
showEmail: z.ZodOptional<z.ZodBoolean>;
|
|
47
|
-
showRole: z.ZodOptional<z.ZodBoolean>;
|
|
48
|
-
items: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
49
|
-
type: z.ZodEnum<{
|
|
50
|
-
link: "link";
|
|
51
|
-
action: "action";
|
|
52
|
-
divider: "divider";
|
|
53
|
-
}>;
|
|
54
|
-
label: z.ZodOptional<z.ZodString>;
|
|
55
|
-
href: z.ZodOptional<z.ZodString>;
|
|
56
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
57
|
-
action: z.ZodOptional<z.ZodString>;
|
|
58
|
-
}, z.core.$strip>>>;
|
|
59
|
-
}, z.core.$strip>>;
|
|
60
|
-
}, z.core.$strip>>;
|
|
61
|
-
sidebar: z.ZodOptional<z.ZodObject<{
|
|
62
|
-
defaultCollapsed: z.ZodOptional<z.ZodBoolean>;
|
|
63
|
-
rememberState: z.ZodOptional<z.ZodBoolean>;
|
|
64
|
-
collapsedWidth: z.ZodOptional<z.ZodString>;
|
|
65
|
-
expandedWidth: z.ZodOptional<z.ZodString>;
|
|
66
|
-
toggle: z.ZodOptional<z.ZodObject<{
|
|
67
|
-
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
68
|
-
showInTopbar: z.ZodOptional<z.ZodBoolean>;
|
|
69
|
-
hideOnMobile: z.ZodOptional<z.ZodBoolean>;
|
|
70
|
-
}, z.core.$strip>>;
|
|
71
|
-
navigation: z.ZodOptional<z.ZodObject<{
|
|
72
|
-
showEntityCounts: z.ZodOptional<z.ZodBoolean>;
|
|
73
|
-
groupEntities: z.ZodOptional<z.ZodBoolean>;
|
|
74
|
-
showRecents: z.ZodOptional<z.ZodBoolean>;
|
|
75
|
-
maxRecents: z.ZodOptional<z.ZodNumber>;
|
|
76
|
-
}, z.core.$strip>>;
|
|
77
|
-
}, z.core.$strip>>;
|
|
78
|
-
settings: z.ZodOptional<z.ZodObject<{
|
|
79
|
-
pages: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
80
|
-
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
81
|
-
label: z.ZodOptional<z.ZodString>;
|
|
82
|
-
description: z.ZodOptional<z.ZodString>;
|
|
83
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
84
|
-
order: z.ZodOptional<z.ZodNumber>;
|
|
85
|
-
features: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
86
|
-
requiredRole: z.ZodOptional<z.ZodString>;
|
|
87
|
-
}, z.core.$strip>>>;
|
|
88
|
-
layout: z.ZodOptional<z.ZodObject<{
|
|
89
|
-
showDescription: z.ZodOptional<z.ZodBoolean>;
|
|
90
|
-
showIcons: z.ZodOptional<z.ZodBoolean>;
|
|
91
|
-
groupByCategory: z.ZodOptional<z.ZodBoolean>;
|
|
92
|
-
enableSearch: z.ZodOptional<z.ZodBoolean>;
|
|
93
|
-
}, z.core.$strip>>;
|
|
94
|
-
}, z.core.$strip>>;
|
|
95
|
-
entities: z.ZodOptional<z.ZodObject<{
|
|
96
|
-
defaultListView: z.ZodOptional<z.ZodObject<{
|
|
97
|
-
pagination: z.ZodOptional<z.ZodObject<{
|
|
98
|
-
defaultPageSize: z.ZodOptional<z.ZodNumber>;
|
|
99
|
-
allowedPageSizes: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
100
|
-
showSizeSelector: z.ZodOptional<z.ZodBoolean>;
|
|
101
|
-
}, z.core.$strip>>;
|
|
102
|
-
sorting: z.ZodOptional<z.ZodObject<{
|
|
103
|
-
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
104
|
-
defaultSort: z.ZodOptional<z.ZodObject<{
|
|
105
|
-
field: z.ZodString;
|
|
106
|
-
direction: z.ZodEnum<{
|
|
107
|
-
asc: "asc";
|
|
108
|
-
desc: "desc";
|
|
109
|
-
}>;
|
|
110
|
-
}, z.core.$strip>>;
|
|
111
|
-
rememberSort: z.ZodOptional<z.ZodBoolean>;
|
|
112
|
-
}, z.core.$strip>>;
|
|
113
|
-
filtering: z.ZodOptional<z.ZodObject<{
|
|
114
|
-
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
115
|
-
quickFilters: z.ZodOptional<z.ZodBoolean>;
|
|
116
|
-
advancedFilters: z.ZodOptional<z.ZodBoolean>;
|
|
117
|
-
rememberFilters: z.ZodOptional<z.ZodBoolean>;
|
|
118
|
-
}, z.core.$strip>>;
|
|
119
|
-
search: z.ZodOptional<z.ZodObject<{
|
|
120
|
-
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
121
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
122
|
-
searchableFields: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
123
|
-
instantSearch: z.ZodOptional<z.ZodBoolean>;
|
|
124
|
-
debounceMs: z.ZodOptional<z.ZodNumber>;
|
|
125
|
-
}, z.core.$strip>>;
|
|
126
|
-
}, z.core.$strip>>;
|
|
127
|
-
defaultFormView: z.ZodOptional<z.ZodObject<{
|
|
128
|
-
validation: z.ZodOptional<z.ZodObject<{
|
|
129
|
-
validateOnBlur: z.ZodOptional<z.ZodBoolean>;
|
|
130
|
-
validateOnChange: z.ZodOptional<z.ZodBoolean>;
|
|
131
|
-
showFieldErrors: z.ZodOptional<z.ZodBoolean>;
|
|
132
|
-
showFormErrors: z.ZodOptional<z.ZodBoolean>;
|
|
133
|
-
}, z.core.$strip>>;
|
|
134
|
-
autosave: z.ZodOptional<z.ZodObject<{
|
|
135
|
-
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
136
|
-
intervalMs: z.ZodOptional<z.ZodNumber>;
|
|
137
|
-
showIndicator: z.ZodOptional<z.ZodBoolean>;
|
|
138
|
-
}, z.core.$strip>>;
|
|
139
|
-
confirmation: z.ZodOptional<z.ZodObject<{
|
|
140
|
-
showOnCreate: z.ZodOptional<z.ZodBoolean>;
|
|
141
|
-
showOnUpdate: z.ZodOptional<z.ZodBoolean>;
|
|
142
|
-
showOnDelete: z.ZodOptional<z.ZodBoolean>;
|
|
143
|
-
}, z.core.$strip>>;
|
|
144
|
-
}, z.core.$strip>>;
|
|
145
|
-
customizations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
146
|
-
listView: z.ZodOptional<z.ZodAny>;
|
|
147
|
-
formView: z.ZodOptional<z.ZodAny>;
|
|
148
|
-
}, z.core.$strip>>>;
|
|
149
|
-
}, z.core.$strip>>;
|
|
150
|
-
homepage: z.ZodOptional<z.ZodObject<{
|
|
151
|
-
widgets: z.ZodOptional<z.ZodObject<{
|
|
152
|
-
welcome: z.ZodOptional<z.ZodObject<{
|
|
153
|
-
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
154
|
-
showUserName: z.ZodOptional<z.ZodBoolean>;
|
|
155
|
-
showLastLogin: z.ZodOptional<z.ZodBoolean>;
|
|
156
|
-
showQuickActions: z.ZodOptional<z.ZodBoolean>;
|
|
157
|
-
}, z.core.$strip>>;
|
|
158
|
-
stats: z.ZodOptional<z.ZodObject<{
|
|
159
|
-
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
160
|
-
entities: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
161
|
-
timeframe: z.ZodOptional<z.ZodEnum<{
|
|
162
|
-
today: "today";
|
|
163
|
-
"7days": "7days";
|
|
164
|
-
"30days": "30days";
|
|
165
|
-
"90days": "90days";
|
|
166
|
-
}>>;
|
|
167
|
-
showTrends: z.ZodOptional<z.ZodBoolean>;
|
|
168
|
-
}, z.core.$strip>>;
|
|
169
|
-
recentActivity: z.ZodOptional<z.ZodObject<{
|
|
170
|
-
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
171
|
-
maxItems: z.ZodOptional<z.ZodNumber>;
|
|
172
|
-
entities: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
173
|
-
showTimestamps: z.ZodOptional<z.ZodBoolean>;
|
|
174
|
-
}, z.core.$strip>>;
|
|
175
|
-
quickActions: z.ZodOptional<z.ZodObject<{
|
|
176
|
-
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
177
|
-
actions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
178
|
-
entity: z.ZodString;
|
|
179
|
-
action: z.ZodString;
|
|
180
|
-
label: z.ZodString;
|
|
181
|
-
}, z.core.$strip>>>;
|
|
182
|
-
}, z.core.$strip>>;
|
|
183
|
-
}, z.core.$strip>>;
|
|
184
|
-
layout: z.ZodOptional<z.ZodObject<{
|
|
185
|
-
columns: z.ZodOptional<z.ZodNumber>;
|
|
186
|
-
gutter: z.ZodOptional<z.ZodEnum<{
|
|
187
|
-
small: "small";
|
|
188
|
-
medium: "medium";
|
|
189
|
-
large: "large";
|
|
190
|
-
}>>;
|
|
191
|
-
responsive: z.ZodOptional<z.ZodBoolean>;
|
|
192
|
-
}, z.core.$strip>>;
|
|
193
|
-
}, z.core.$strip>>;
|
|
194
|
-
performance: z.ZodOptional<z.ZodObject<{
|
|
195
|
-
cache: z.ZodOptional<z.ZodObject<{
|
|
196
|
-
entityConfigs: z.ZodOptional<z.ZodObject<{
|
|
197
|
-
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
198
|
-
duration: z.ZodOptional<z.ZodNumber>;
|
|
199
|
-
}, z.core.$strip>>;
|
|
200
|
-
entityData: z.ZodOptional<z.ZodObject<{
|
|
201
|
-
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
202
|
-
duration: z.ZodOptional<z.ZodNumber>;
|
|
203
|
-
}, z.core.$strip>>;
|
|
204
|
-
}, z.core.$strip>>;
|
|
205
|
-
loading: z.ZodOptional<z.ZodObject<{
|
|
206
|
-
showSkeletons: z.ZodOptional<z.ZodBoolean>;
|
|
207
|
-
showProgressBars: z.ZodOptional<z.ZodBoolean>;
|
|
208
|
-
minimumLoadingTime: z.ZodOptional<z.ZodNumber>;
|
|
209
|
-
}, z.core.$strip>>;
|
|
210
|
-
errors: z.ZodOptional<z.ZodObject<{
|
|
211
|
-
showErrorBoundaries: z.ZodOptional<z.ZodBoolean>;
|
|
212
|
-
logErrors: z.ZodOptional<z.ZodBoolean>;
|
|
213
|
-
enableRetry: z.ZodOptional<z.ZodBoolean>;
|
|
214
|
-
maxRetries: z.ZodOptional<z.ZodNumber>;
|
|
215
|
-
}, z.core.$strip>>;
|
|
216
|
-
}, z.core.$strip>>;
|
|
217
|
-
accessibility: z.ZodOptional<z.ZodObject<{
|
|
218
|
-
keyboard: z.ZodOptional<z.ZodObject<{
|
|
219
|
-
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
220
|
-
showShortcuts: z.ZodOptional<z.ZodBoolean>;
|
|
221
|
-
customShortcuts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
222
|
-
}, z.core.$strip>>;
|
|
223
|
-
screenReader: z.ZodOptional<z.ZodObject<{
|
|
224
|
-
announceNavigation: z.ZodOptional<z.ZodBoolean>;
|
|
225
|
-
announceActions: z.ZodOptional<z.ZodBoolean>;
|
|
226
|
-
announceErrors: z.ZodOptional<z.ZodBoolean>;
|
|
227
|
-
}, z.core.$strip>>;
|
|
228
|
-
visual: z.ZodOptional<z.ZodObject<{
|
|
229
|
-
showFocusOutlines: z.ZodOptional<z.ZodBoolean>;
|
|
230
|
-
highContrastMode: z.ZodOptional<z.ZodBoolean>;
|
|
231
|
-
reducedMotion: z.ZodOptional<z.ZodBoolean>;
|
|
232
|
-
}, z.core.$strip>>;
|
|
233
|
-
}, z.core.$strip>>;
|
|
234
|
-
isSettingsPageEnabled: z.ZodOptional<z.ZodFunction<z.core.$ZodFunctionArgs, z.core.$ZodFunctionOut>>;
|
|
235
|
-
getEnabledSettingsPages: z.ZodOptional<z.ZodFunction<z.core.$ZodFunctionArgs, z.core.$ZodFunctionOut>>;
|
|
236
|
-
isTopbarFeatureEnabled: z.ZodOptional<z.ZodFunction<z.core.$ZodFunctionArgs, z.core.$ZodFunctionOut>>;
|
|
237
|
-
}, z.core.$strip>;
|
|
238
|
-
/**
|
|
239
|
-
* Type inference from schema
|
|
240
|
-
*/
|
|
241
|
-
export type DashboardConfigInput = z.input<typeof dashboardConfigSchema>;
|
|
242
|
-
export type DashboardConfigOutput = z.output<typeof dashboardConfigSchema>;
|
|
243
|
-
/**
|
|
244
|
-
* Validate a dashboard configuration object
|
|
245
|
-
*
|
|
246
|
-
* @param config - The configuration object to validate
|
|
247
|
-
* @returns Validated configuration
|
|
248
|
-
* @throws ZodError if validation fails
|
|
249
|
-
*/
|
|
250
|
-
export declare function validateDashboardConfig(config: unknown): DashboardConfigOutput;
|
|
251
|
-
/**
|
|
252
|
-
* Safely validate a dashboard configuration object
|
|
253
|
-
*
|
|
254
|
-
* @param config - The configuration object to validate
|
|
255
|
-
* @returns Success result with validated config or error result with issues
|
|
256
|
-
*/
|
|
257
|
-
export declare function safeValidateDashboardConfig(config: unknown): z.ZodSafeParseResult<{
|
|
258
|
-
topbar?: {
|
|
259
|
-
search?: {
|
|
260
|
-
enabled?: boolean;
|
|
261
|
-
placeholder?: string;
|
|
262
|
-
maxResults?: number;
|
|
263
|
-
};
|
|
264
|
-
notifications?: {
|
|
265
|
-
enabled?: boolean;
|
|
266
|
-
};
|
|
267
|
-
themeToggle?: {
|
|
268
|
-
enabled?: boolean;
|
|
269
|
-
};
|
|
270
|
-
support?: {
|
|
271
|
-
enabled?: boolean;
|
|
272
|
-
type?: "dropdown" | "link" | "modal";
|
|
273
|
-
links?: {
|
|
274
|
-
label: string;
|
|
275
|
-
icon: string;
|
|
276
|
-
url?: string;
|
|
277
|
-
external?: boolean;
|
|
278
|
-
action?: string;
|
|
279
|
-
}[];
|
|
280
|
-
};
|
|
281
|
-
quickCreate?: {
|
|
282
|
-
enabled?: boolean;
|
|
283
|
-
};
|
|
284
|
-
userMenu?: {
|
|
285
|
-
enabled?: boolean;
|
|
286
|
-
showAvatar?: boolean;
|
|
287
|
-
showEmail?: boolean;
|
|
288
|
-
showRole?: boolean;
|
|
289
|
-
items?: {
|
|
290
|
-
type: "link" | "action" | "divider";
|
|
291
|
-
label?: string;
|
|
292
|
-
href?: string;
|
|
293
|
-
icon?: string;
|
|
294
|
-
action?: string;
|
|
295
|
-
}[];
|
|
296
|
-
};
|
|
297
|
-
};
|
|
298
|
-
sidebar?: {
|
|
299
|
-
defaultCollapsed?: boolean;
|
|
300
|
-
rememberState?: boolean;
|
|
301
|
-
collapsedWidth?: string;
|
|
302
|
-
expandedWidth?: string;
|
|
303
|
-
toggle?: {
|
|
304
|
-
enabled?: boolean;
|
|
305
|
-
showInTopbar?: boolean;
|
|
306
|
-
hideOnMobile?: boolean;
|
|
307
|
-
};
|
|
308
|
-
navigation?: {
|
|
309
|
-
showEntityCounts?: boolean;
|
|
310
|
-
groupEntities?: boolean;
|
|
311
|
-
showRecents?: boolean;
|
|
312
|
-
maxRecents?: number;
|
|
313
|
-
};
|
|
314
|
-
};
|
|
315
|
-
settings?: {
|
|
316
|
-
pages?: Record<string, {
|
|
317
|
-
enabled?: boolean;
|
|
318
|
-
label?: string;
|
|
319
|
-
description?: string;
|
|
320
|
-
icon?: string;
|
|
321
|
-
order?: number;
|
|
322
|
-
features?: Record<string, boolean>;
|
|
323
|
-
requiredRole?: string;
|
|
324
|
-
}>;
|
|
325
|
-
layout?: {
|
|
326
|
-
showDescription?: boolean;
|
|
327
|
-
showIcons?: boolean;
|
|
328
|
-
groupByCategory?: boolean;
|
|
329
|
-
enableSearch?: boolean;
|
|
330
|
-
};
|
|
331
|
-
};
|
|
332
|
-
entities?: {
|
|
333
|
-
defaultListView?: {
|
|
334
|
-
pagination?: {
|
|
335
|
-
defaultPageSize?: number;
|
|
336
|
-
allowedPageSizes?: number[];
|
|
337
|
-
showSizeSelector?: boolean;
|
|
338
|
-
};
|
|
339
|
-
sorting?: {
|
|
340
|
-
enabled?: boolean;
|
|
341
|
-
defaultSort?: {
|
|
342
|
-
field: string;
|
|
343
|
-
direction: "asc" | "desc";
|
|
344
|
-
};
|
|
345
|
-
rememberSort?: boolean;
|
|
346
|
-
};
|
|
347
|
-
filtering?: {
|
|
348
|
-
enabled?: boolean;
|
|
349
|
-
quickFilters?: boolean;
|
|
350
|
-
advancedFilters?: boolean;
|
|
351
|
-
rememberFilters?: boolean;
|
|
352
|
-
};
|
|
353
|
-
search?: {
|
|
354
|
-
enabled?: boolean;
|
|
355
|
-
placeholder?: string;
|
|
356
|
-
searchableFields?: string[];
|
|
357
|
-
instantSearch?: boolean;
|
|
358
|
-
debounceMs?: number;
|
|
359
|
-
};
|
|
360
|
-
};
|
|
361
|
-
defaultFormView?: {
|
|
362
|
-
validation?: {
|
|
363
|
-
validateOnBlur?: boolean;
|
|
364
|
-
validateOnChange?: boolean;
|
|
365
|
-
showFieldErrors?: boolean;
|
|
366
|
-
showFormErrors?: boolean;
|
|
367
|
-
};
|
|
368
|
-
autosave?: {
|
|
369
|
-
enabled?: boolean;
|
|
370
|
-
intervalMs?: number;
|
|
371
|
-
showIndicator?: boolean;
|
|
372
|
-
};
|
|
373
|
-
confirmation?: {
|
|
374
|
-
showOnCreate?: boolean;
|
|
375
|
-
showOnUpdate?: boolean;
|
|
376
|
-
showOnDelete?: boolean;
|
|
377
|
-
};
|
|
378
|
-
};
|
|
379
|
-
customizations?: Record<string, {
|
|
380
|
-
listView?: any;
|
|
381
|
-
formView?: any;
|
|
382
|
-
}>;
|
|
383
|
-
};
|
|
384
|
-
homepage?: {
|
|
385
|
-
widgets?: {
|
|
386
|
-
welcome?: {
|
|
387
|
-
enabled?: boolean;
|
|
388
|
-
showUserName?: boolean;
|
|
389
|
-
showLastLogin?: boolean;
|
|
390
|
-
showQuickActions?: boolean;
|
|
391
|
-
};
|
|
392
|
-
stats?: {
|
|
393
|
-
enabled?: boolean;
|
|
394
|
-
entities?: string[];
|
|
395
|
-
timeframe?: "today" | "7days" | "30days" | "90days";
|
|
396
|
-
showTrends?: boolean;
|
|
397
|
-
};
|
|
398
|
-
recentActivity?: {
|
|
399
|
-
enabled?: boolean;
|
|
400
|
-
maxItems?: number;
|
|
401
|
-
entities?: string[];
|
|
402
|
-
showTimestamps?: boolean;
|
|
403
|
-
};
|
|
404
|
-
quickActions?: {
|
|
405
|
-
enabled?: boolean;
|
|
406
|
-
actions?: {
|
|
407
|
-
entity: string;
|
|
408
|
-
action: string;
|
|
409
|
-
label: string;
|
|
410
|
-
}[];
|
|
411
|
-
};
|
|
412
|
-
};
|
|
413
|
-
layout?: {
|
|
414
|
-
columns?: number;
|
|
415
|
-
gutter?: "small" | "medium" | "large";
|
|
416
|
-
responsive?: boolean;
|
|
417
|
-
};
|
|
418
|
-
};
|
|
419
|
-
performance?: {
|
|
420
|
-
cache?: {
|
|
421
|
-
entityConfigs?: {
|
|
422
|
-
enabled?: boolean;
|
|
423
|
-
duration?: number;
|
|
424
|
-
};
|
|
425
|
-
entityData?: {
|
|
426
|
-
enabled?: boolean;
|
|
427
|
-
duration?: number;
|
|
428
|
-
};
|
|
429
|
-
};
|
|
430
|
-
loading?: {
|
|
431
|
-
showSkeletons?: boolean;
|
|
432
|
-
showProgressBars?: boolean;
|
|
433
|
-
minimumLoadingTime?: number;
|
|
434
|
-
};
|
|
435
|
-
errors?: {
|
|
436
|
-
showErrorBoundaries?: boolean;
|
|
437
|
-
logErrors?: boolean;
|
|
438
|
-
enableRetry?: boolean;
|
|
439
|
-
maxRetries?: number;
|
|
440
|
-
};
|
|
441
|
-
};
|
|
442
|
-
accessibility?: {
|
|
443
|
-
keyboard?: {
|
|
444
|
-
enabled?: boolean;
|
|
445
|
-
showShortcuts?: boolean;
|
|
446
|
-
customShortcuts?: Record<string, string>;
|
|
447
|
-
};
|
|
448
|
-
screenReader?: {
|
|
449
|
-
announceNavigation?: boolean;
|
|
450
|
-
announceActions?: boolean;
|
|
451
|
-
announceErrors?: boolean;
|
|
452
|
-
};
|
|
453
|
-
visual?: {
|
|
454
|
-
showFocusOutlines?: boolean;
|
|
455
|
-
highContrastMode?: boolean;
|
|
456
|
-
reducedMotion?: boolean;
|
|
457
|
-
};
|
|
458
|
-
};
|
|
459
|
-
isSettingsPageEnabled?: z.core.$InferOuterFunctionType<z.core.$ZodFunctionArgs, z.core.$ZodFunctionOut>;
|
|
460
|
-
getEnabledSettingsPages?: z.core.$InferOuterFunctionType<z.core.$ZodFunctionArgs, z.core.$ZodFunctionOut>;
|
|
461
|
-
isTopbarFeatureEnabled?: z.core.$InferOuterFunctionType<z.core.$ZodFunctionArgs, z.core.$ZodFunctionOut>;
|
|
462
|
-
}>;
|
|
463
|
-
//# sourceMappingURL=dashboard-schema.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard-schema.d.ts","sourceRoot":"","sources":["../../../src/lib/config/dashboard-schema.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAyTvB;;;GAGG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAahC,CAAA;AAEF;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAA;AACxE,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,qBAAqB,CAAC,CAAA;AAE1E;;;;;;GAMG;AACH,wBAAgB,uBAAuB,CAAC,MAAM,EAAE,OAAO,GAAG,qBAAqB,CAE9E;AAED;;;;;GAKG;AACH,wBAAgB,2BAA2B,CAAC,MAAM,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAE1D"}
|
|
@@ -1,234 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Dashboard Configuration Types
|
|
3
|
-
*
|
|
4
|
-
* Types and interfaces specific to dashboard configuration.
|
|
5
|
-
* These define the structure for dashboard-specific settings.
|
|
6
|
-
*/
|
|
7
|
-
export interface TopbarConfig {
|
|
8
|
-
search: {
|
|
9
|
-
enabled: boolean;
|
|
10
|
-
placeholder: string;
|
|
11
|
-
maxResults: number;
|
|
12
|
-
};
|
|
13
|
-
notifications: {
|
|
14
|
-
enabled: boolean;
|
|
15
|
-
maxVisible: number;
|
|
16
|
-
autoRefresh: boolean;
|
|
17
|
-
refreshInterval: number;
|
|
18
|
-
showBadge: boolean;
|
|
19
|
-
playSound: boolean;
|
|
20
|
-
};
|
|
21
|
-
themeToggle: {
|
|
22
|
-
enabled: boolean;
|
|
23
|
-
};
|
|
24
|
-
support: {
|
|
25
|
-
enabled: boolean;
|
|
26
|
-
type: 'dropdown' | 'link' | 'modal';
|
|
27
|
-
links: readonly SupportLinkConfig[];
|
|
28
|
-
};
|
|
29
|
-
quickCreate: {
|
|
30
|
-
enabled: boolean;
|
|
31
|
-
};
|
|
32
|
-
userMenu: {
|
|
33
|
-
enabled: boolean;
|
|
34
|
-
showAvatar: boolean;
|
|
35
|
-
showEmail: boolean;
|
|
36
|
-
showRole: boolean;
|
|
37
|
-
items: readonly UserMenuItemConfig[];
|
|
38
|
-
};
|
|
39
|
-
}
|
|
40
|
-
export interface SupportLinkConfig {
|
|
41
|
-
label: string;
|
|
42
|
-
url?: string;
|
|
43
|
-
icon: string;
|
|
44
|
-
external?: boolean;
|
|
45
|
-
action?: string;
|
|
46
|
-
}
|
|
47
|
-
export interface UserMenuItemConfig {
|
|
48
|
-
type: 'link' | 'action' | 'divider';
|
|
49
|
-
label?: string;
|
|
50
|
-
href?: string;
|
|
51
|
-
action?: string;
|
|
52
|
-
icon?: string;
|
|
53
|
-
}
|
|
54
|
-
export interface SidebarConfig {
|
|
55
|
-
defaultCollapsed: boolean;
|
|
56
|
-
rememberState: boolean;
|
|
57
|
-
collapsedWidth: string;
|
|
58
|
-
expandedWidth: string;
|
|
59
|
-
toggle: {
|
|
60
|
-
enabled: boolean;
|
|
61
|
-
showInTopbar: boolean;
|
|
62
|
-
hideOnMobile: boolean;
|
|
63
|
-
};
|
|
64
|
-
navigation: {
|
|
65
|
-
showEntityCounts: boolean;
|
|
66
|
-
groupEntities: boolean;
|
|
67
|
-
showRecents: boolean;
|
|
68
|
-
maxRecents: number;
|
|
69
|
-
};
|
|
70
|
-
}
|
|
71
|
-
export interface SettingsPageConfig {
|
|
72
|
-
enabled: boolean;
|
|
73
|
-
label: string;
|
|
74
|
-
description: string;
|
|
75
|
-
icon: string;
|
|
76
|
-
order: number;
|
|
77
|
-
features: Record<string, boolean>;
|
|
78
|
-
requiredRole?: string;
|
|
79
|
-
}
|
|
80
|
-
export interface SettingsConfig {
|
|
81
|
-
pages: Record<string, SettingsPageConfig>;
|
|
82
|
-
layout: {
|
|
83
|
-
showDescription: boolean;
|
|
84
|
-
showIcons: boolean;
|
|
85
|
-
groupByCategory: boolean;
|
|
86
|
-
enableSearch: boolean;
|
|
87
|
-
};
|
|
88
|
-
}
|
|
89
|
-
export interface EntityListViewConfig {
|
|
90
|
-
pagination: {
|
|
91
|
-
defaultPageSize: number;
|
|
92
|
-
allowedPageSizes: readonly number[];
|
|
93
|
-
showSizeSelector: boolean;
|
|
94
|
-
};
|
|
95
|
-
sorting: {
|
|
96
|
-
enabled: boolean;
|
|
97
|
-
defaultSort: {
|
|
98
|
-
field: string;
|
|
99
|
-
direction: 'asc' | 'desc';
|
|
100
|
-
};
|
|
101
|
-
rememberSort: boolean;
|
|
102
|
-
};
|
|
103
|
-
filtering: {
|
|
104
|
-
enabled: boolean;
|
|
105
|
-
quickFilters: boolean;
|
|
106
|
-
advancedFilters: boolean;
|
|
107
|
-
rememberFilters: boolean;
|
|
108
|
-
};
|
|
109
|
-
search: {
|
|
110
|
-
enabled: boolean;
|
|
111
|
-
placeholder: string;
|
|
112
|
-
searchableFields: readonly string[];
|
|
113
|
-
instantSearch: boolean;
|
|
114
|
-
debounceMs: number;
|
|
115
|
-
};
|
|
116
|
-
}
|
|
117
|
-
export interface EntityFormViewConfig {
|
|
118
|
-
validation: {
|
|
119
|
-
validateOnBlur: boolean;
|
|
120
|
-
validateOnChange: boolean;
|
|
121
|
-
showFieldErrors: boolean;
|
|
122
|
-
showFormErrors: boolean;
|
|
123
|
-
};
|
|
124
|
-
autosave: {
|
|
125
|
-
enabled: boolean;
|
|
126
|
-
intervalMs: number;
|
|
127
|
-
showIndicator: boolean;
|
|
128
|
-
};
|
|
129
|
-
confirmation: {
|
|
130
|
-
showOnCreate: boolean;
|
|
131
|
-
showOnUpdate: boolean;
|
|
132
|
-
showOnDelete: boolean;
|
|
133
|
-
};
|
|
134
|
-
}
|
|
135
|
-
export interface EntityCustomizationConfig {
|
|
136
|
-
listView?: Partial<EntityListViewConfig>;
|
|
137
|
-
formView?: Partial<EntityFormViewConfig>;
|
|
138
|
-
}
|
|
139
|
-
export interface EntitiesConfig {
|
|
140
|
-
defaultListView: EntityListViewConfig;
|
|
141
|
-
defaultFormView: EntityFormViewConfig;
|
|
142
|
-
customizations: Record<string, EntityCustomizationConfig>;
|
|
143
|
-
}
|
|
144
|
-
export interface HomepageWidgetConfig {
|
|
145
|
-
enabled: boolean;
|
|
146
|
-
[key: string]: unknown;
|
|
147
|
-
}
|
|
148
|
-
export interface HomepageConfig {
|
|
149
|
-
widgets: {
|
|
150
|
-
welcome: HomepageWidgetConfig & {
|
|
151
|
-
showUserName: boolean;
|
|
152
|
-
showLastLogin: boolean;
|
|
153
|
-
showQuickActions: boolean;
|
|
154
|
-
};
|
|
155
|
-
stats: HomepageWidgetConfig & {
|
|
156
|
-
entities: readonly string[];
|
|
157
|
-
timeframe: 'today' | '7days' | '30days' | '90days';
|
|
158
|
-
showTrends: boolean;
|
|
159
|
-
};
|
|
160
|
-
recentActivity: HomepageWidgetConfig & {
|
|
161
|
-
maxItems: number;
|
|
162
|
-
entities: readonly string[];
|
|
163
|
-
showTimestamps: boolean;
|
|
164
|
-
};
|
|
165
|
-
quickActions: HomepageWidgetConfig & {
|
|
166
|
-
actions: readonly QuickActionConfig[];
|
|
167
|
-
};
|
|
168
|
-
};
|
|
169
|
-
layout: {
|
|
170
|
-
columns: number;
|
|
171
|
-
gutter: 'small' | 'medium' | 'large';
|
|
172
|
-
responsive: boolean;
|
|
173
|
-
};
|
|
174
|
-
}
|
|
175
|
-
export interface QuickActionConfig {
|
|
176
|
-
entity: string;
|
|
177
|
-
action: string;
|
|
178
|
-
label: string;
|
|
179
|
-
}
|
|
180
|
-
export interface PerformanceConfig {
|
|
181
|
-
cache: {
|
|
182
|
-
entityConfigs: {
|
|
183
|
-
enabled: boolean;
|
|
184
|
-
duration: number;
|
|
185
|
-
};
|
|
186
|
-
entityData: {
|
|
187
|
-
enabled: boolean;
|
|
188
|
-
duration: number;
|
|
189
|
-
};
|
|
190
|
-
};
|
|
191
|
-
loading: {
|
|
192
|
-
showSkeletons: boolean;
|
|
193
|
-
showProgressBars: boolean;
|
|
194
|
-
minimumLoadingTime: number;
|
|
195
|
-
};
|
|
196
|
-
errors: {
|
|
197
|
-
showErrorBoundaries: boolean;
|
|
198
|
-
logErrors: boolean;
|
|
199
|
-
enableRetry: boolean;
|
|
200
|
-
maxRetries: number;
|
|
201
|
-
};
|
|
202
|
-
}
|
|
203
|
-
export interface AccessibilityConfig {
|
|
204
|
-
keyboard: {
|
|
205
|
-
enabled: boolean;
|
|
206
|
-
showShortcuts: boolean;
|
|
207
|
-
customShortcuts: Record<string, string>;
|
|
208
|
-
};
|
|
209
|
-
screenReader: {
|
|
210
|
-
announceNavigation: boolean;
|
|
211
|
-
announceActions: boolean;
|
|
212
|
-
announceErrors: boolean;
|
|
213
|
-
};
|
|
214
|
-
visual: {
|
|
215
|
-
showFocusOutlines: boolean;
|
|
216
|
-
highContrastMode: boolean;
|
|
217
|
-
reducedMotion: boolean;
|
|
218
|
-
};
|
|
219
|
-
}
|
|
220
|
-
export interface DashboardConfig {
|
|
221
|
-
topbar: TopbarConfig;
|
|
222
|
-
sidebar: SidebarConfig;
|
|
223
|
-
settings: SettingsConfig;
|
|
224
|
-
entities: EntitiesConfig;
|
|
225
|
-
homepage: HomepageConfig;
|
|
226
|
-
performance: PerformanceConfig;
|
|
227
|
-
accessibility: AccessibilityConfig;
|
|
228
|
-
}
|
|
229
|
-
export type SettingsPageKey = keyof SettingsConfig['pages'];
|
|
230
|
-
export type TopbarFeature = keyof TopbarConfig;
|
|
231
|
-
export type EntityName = string;
|
|
232
|
-
export type SupportAction = 'showKeyboardShortcuts' | 'openChat' | 'openTicket';
|
|
233
|
-
export type UserMenuAction = 'signOut' | 'switchAccount' | 'showProfile';
|
|
234
|
-
//# sourceMappingURL=dashboard-types.d.ts.map
|