@vitnode/core 1.2.0-canary.71 → 1.2.0-canary.74
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/scripts/plugin.d.ts.map +1 -1
- package/dist/scripts/plugin.js +22 -4
- package/dist/scripts/prepare-plugins-files.d.ts.map +1 -1
- package/dist/scripts/prepare-plugins-files.js +22 -4
- package/dist/src/api/lib/module.d.ts +4 -1
- package/dist/src/api/lib/module.d.ts.map +1 -1
- package/dist/src/api/lib/module.js +1 -1
- package/dist/src/api/lib/plugin.d.ts +2 -0
- package/dist/src/api/lib/plugin.d.ts.map +1 -1
- package/dist/src/api/lib/plugin.js +1 -1
- package/dist/src/api/lib/websocket.d.ts +26 -0
- package/dist/src/api/lib/websocket.d.ts.map +1 -0
- package/dist/src/api/lib/websocket.js +1 -0
- package/dist/src/api/lib/with-pagination.d.ts +3 -1
- package/dist/src/api/lib/with-pagination.d.ts.map +1 -1
- package/dist/src/api/lib/with-pagination.js +1 -1
- package/dist/src/api/middlewares/global.middleware.d.ts +4 -0
- package/dist/src/api/middlewares/global.middleware.d.ts.map +1 -1
- package/dist/src/api/middlewares/global.middleware.js +1 -1
- package/dist/src/api/middlewares/rate-limiter.middleware.d.ts.map +1 -1
- package/dist/src/api/middlewares/rate-limiter.middleware.js +1 -1
- package/dist/src/api/models/user/get-user-by-name-code.d.ts +18 -0
- package/dist/src/api/models/user/get-user-by-name-code.d.ts.map +1 -0
- package/dist/src/api/models/user/get-user-by-name-code.js +1 -0
- package/dist/src/api/models/user.d.ts +16 -0
- package/dist/src/api/models/user.d.ts.map +1 -1
- package/dist/src/api/models/user.js +1 -1
- package/dist/src/api/modules/admin/admin.module.d.ts +272 -0
- package/dist/src/api/modules/admin/admin.module.d.ts.map +1 -1
- package/dist/src/api/modules/admin/admin.module.js +1 -1
- package/dist/src/api/modules/admin/roles/roles.admin.module.d.ts +109 -0
- package/dist/src/api/modules/admin/roles/roles.admin.module.d.ts.map +1 -0
- package/dist/src/api/modules/admin/roles/roles.admin.module.js +1 -0
- package/dist/src/api/modules/admin/roles/routes/list.route.d.ts +63 -0
- package/dist/src/api/modules/admin/roles/routes/list.route.d.ts.map +1 -0
- package/dist/src/api/modules/admin/roles/routes/list.route.js +1 -0
- package/dist/src/api/modules/admin/roles/routes/show.route.d.ts +50 -0
- package/dist/src/api/modules/admin/roles/routes/show.route.d.ts.map +1 -0
- package/dist/src/api/modules/admin/roles/routes/show.route.js +1 -0
- package/dist/src/api/modules/admin/routes/notifications.route.d.ts +54 -0
- package/dist/src/api/modules/admin/routes/notifications.route.d.ts.map +1 -0
- package/dist/src/api/modules/admin/routes/notifications.route.js +1 -0
- package/dist/src/api/modules/admin/users/routes/create.route.d.ts +48 -0
- package/dist/src/api/modules/admin/users/routes/create.route.d.ts.map +1 -0
- package/dist/src/api/modules/admin/users/routes/create.route.js +1 -0
- package/dist/src/api/modules/admin/users/routes/list.route.d.ts +2 -0
- package/dist/src/api/modules/admin/users/routes/list.route.d.ts.map +1 -1
- package/dist/src/api/modules/admin/users/routes/list.route.js +1 -1
- package/dist/src/api/modules/admin/users/routes/show.route.d.ts +49 -0
- package/dist/src/api/modules/admin/users/routes/show.route.d.ts.map +1 -0
- package/dist/src/api/modules/admin/users/routes/show.route.js +1 -0
- package/dist/src/api/modules/admin/users/routes/verify-email.route.d.ts +40 -0
- package/dist/src/api/modules/admin/users/routes/verify-email.route.d.ts.map +1 -0
- package/dist/src/api/modules/admin/users/routes/verify-email.route.js +1 -0
- package/dist/src/api/modules/admin/users/users.admin.module.d.ts +125 -0
- package/dist/src/api/modules/admin/users/users.admin.module.d.ts.map +1 -1
- package/dist/src/api/modules/admin/users/users.admin.module.js +1 -1
- package/dist/src/components/avatar.d.ts +1 -1
- package/dist/src/components/avatar.d.ts.map +1 -1
- package/dist/src/components/confirm-action/confirm-action-alert-dialog.d.ts +1 -1
- package/dist/src/components/confirm-action/confirm-action-alert-dialog.d.ts.map +1 -1
- package/dist/src/components/confirm-action/content.d.ts +2 -1
- package/dist/src/components/confirm-action/content.d.ts.map +1 -1
- package/dist/src/components/date-format.d.ts +1 -1
- package/dist/src/components/date-format.d.ts.map +1 -1
- package/dist/src/components/date-format.js +1 -1
- package/dist/src/components/form/auto-form.d.ts +6 -1
- package/dist/src/components/form/auto-form.d.ts.map +1 -1
- package/dist/src/components/form/auto-form.js +1 -1
- package/dist/src/components/form/common/desc.d.ts +1 -1
- package/dist/src/components/form/common/desc.d.ts.map +1 -1
- package/dist/src/components/form/common/label.d.ts +4 -3
- package/dist/src/components/form/common/label.d.ts.map +1 -1
- package/dist/src/components/form/common/label.js +1 -1
- package/dist/src/components/form/fields/array.d.ts +19 -0
- package/dist/src/components/form/fields/array.d.ts.map +1 -0
- package/dist/src/components/form/fields/array.js +1 -0
- package/dist/src/components/form/fields/checkbox.d.ts +1 -1
- package/dist/src/components/form/fields/checkbox.d.ts.map +1 -1
- package/dist/src/components/form/fields/checkbox.js +1 -1
- package/dist/src/components/form/fields/combobox.d.ts +22 -4
- package/dist/src/components/form/fields/combobox.d.ts.map +1 -1
- package/dist/src/components/form/fields/combobox.js +1 -1
- package/dist/src/components/form/fields/combobox.test.d.ts +2 -0
- package/dist/src/components/form/fields/combobox.test.d.ts.map +1 -0
- package/dist/src/components/form/fields/combobox.test.js +1 -0
- package/dist/src/components/form/fields/input.d.ts +1 -1
- package/dist/src/components/form/fields/input.d.ts.map +1 -1
- package/dist/src/components/form/fields/input.js +1 -1
- package/dist/src/components/form/fields/radio-group.d.ts +11 -6
- package/dist/src/components/form/fields/radio-group.d.ts.map +1 -1
- package/dist/src/components/form/fields/radio-group.js +1 -1
- package/dist/src/components/form/fields/select.d.ts +2 -2
- package/dist/src/components/form/fields/select.d.ts.map +1 -1
- package/dist/src/components/form/fields/select.js +1 -1
- package/dist/src/components/form/fields/switch.d.ts +1 -1
- package/dist/src/components/form/fields/switch.d.ts.map +1 -1
- package/dist/src/components/form/fields/switch.js +1 -1
- package/dist/src/components/form/fields/textarea.d.ts +2 -2
- package/dist/src/components/form/fields/textarea.d.ts.map +1 -1
- package/dist/src/components/form/fields/textarea.js +1 -1
- package/dist/src/components/i18n-provider.d.ts +1 -1
- package/dist/src/components/i18n-provider.d.ts.map +1 -1
- package/dist/src/components/logo-vitnode.d.ts +1 -1
- package/dist/src/components/logo-vitnode.d.ts.map +1 -1
- package/dist/src/components/role-format.d.ts +11 -0
- package/dist/src/components/role-format.d.ts.map +1 -0
- package/dist/src/components/role-format.js +1 -0
- package/dist/src/components/switchers/langs/language-switcher.d.ts +2 -1
- package/dist/src/components/switchers/langs/language-switcher.d.ts.map +1 -1
- package/dist/src/components/switchers/themes/theme-switcher.d.ts +1 -1
- package/dist/src/components/switchers/themes/theme-switcher.d.ts.map +1 -1
- package/dist/src/components/table/content.d.ts +1 -1
- package/dist/src/components/table/content.d.ts.map +1 -1
- package/dist/src/components/table/content.js +1 -1
- package/dist/src/components/table/data-table.d.ts +14 -4
- package/dist/src/components/table/data-table.d.ts.map +1 -1
- package/dist/src/components/table/filters.d.ts +16 -0
- package/dist/src/components/table/filters.d.ts.map +1 -0
- package/dist/src/components/table/filters.js +1 -0
- package/dist/src/components/table/order-table-head.d.ts +1 -1
- package/dist/src/components/table/order-table-head.d.ts.map +1 -1
- package/dist/src/components/table/order-table-head.js +1 -1
- package/dist/src/components/table/pagination.d.ts +2 -1
- package/dist/src/components/table/pagination.d.ts.map +1 -1
- package/dist/src/components/table/search.d.ts +5 -0
- package/dist/src/components/table/search.d.ts.map +1 -0
- package/dist/src/components/table/search.js +1 -0
- package/dist/src/components/tiptap/toolbar/actions/alignment-action.d.ts +1 -1
- package/dist/src/components/tiptap/toolbar/actions/alignment-action.d.ts.map +1 -1
- package/dist/src/components/tiptap/toolbar/actions/alignment-action.js +1 -1
- package/dist/src/components/tiptap/toolbar/actions/bold-action.d.ts +1 -1
- package/dist/src/components/tiptap/toolbar/actions/bold-action.d.ts.map +1 -1
- package/dist/src/components/tiptap/toolbar/actions/bold-action.js +1 -1
- package/dist/src/components/tiptap/toolbar/actions/headings-action.d.ts +1 -1
- package/dist/src/components/tiptap/toolbar/actions/headings-action.d.ts.map +1 -1
- package/dist/src/components/tiptap/toolbar/actions/headings-action.js +1 -1
- package/dist/src/components/tiptap/toolbar/actions/italic-action.d.ts +1 -1
- package/dist/src/components/tiptap/toolbar/actions/italic-action.d.ts.map +1 -1
- package/dist/src/components/tiptap/toolbar/actions/italic-action.js +1 -1
- package/dist/src/components/tiptap/toolbar/actions/list-action.d.ts +1 -1
- package/dist/src/components/tiptap/toolbar/actions/list-action.d.ts.map +1 -1
- package/dist/src/components/tiptap/toolbar/actions/list-action.js +1 -1
- package/dist/src/components/tiptap/toolbar/actions/text-format-more/text-format-more.d.ts +1 -1
- package/dist/src/components/tiptap/toolbar/actions/text-format-more/text-format-more.d.ts.map +1 -1
- package/dist/src/components/tiptap/toolbar/actions/text-format-more/text-format-more.js +1 -1
- package/dist/src/components/tiptap/toolbar/actions/underline-action.d.ts +1 -1
- package/dist/src/components/tiptap/toolbar/actions/underline-action.d.ts.map +1 -1
- package/dist/src/components/tiptap/toolbar/actions/underline-action.js +1 -1
- package/dist/src/components/tiptap/toolbar/actions/undo-redo-actions.d.ts +1 -1
- package/dist/src/components/tiptap/toolbar/actions/undo-redo-actions.d.ts.map +1 -1
- package/dist/src/components/tiptap/toolbar/actions/undo-redo-actions.js +1 -1
- package/dist/src/components/tiptap/toolbar/actions/utils/tooltip-shortcut.d.ts +1 -1
- package/dist/src/components/tiptap/toolbar/actions/utils/tooltip-shortcut.d.ts.map +1 -1
- package/dist/src/components/tiptap/toolbar/tiptap-toolbar.d.ts +1 -1
- package/dist/src/components/tiptap/toolbar/tiptap-toolbar.d.ts.map +1 -1
- package/dist/src/components/tiptap/toolbar/tiptap-toolbar.js +1 -1
- package/dist/src/components/ui/accordion.d.ts +5 -5
- package/dist/src/components/ui/accordion.d.ts.map +1 -1
- package/dist/src/components/ui/accordion.js +1 -1
- package/dist/src/components/ui/alert-dialog.d.ts +15 -13
- package/dist/src/components/ui/alert-dialog.d.ts.map +1 -1
- package/dist/src/components/ui/alert-dialog.js +1 -1
- package/dist/src/components/ui/alert.d.ts +6 -5
- package/dist/src/components/ui/alert.d.ts.map +1 -1
- package/dist/src/components/ui/alert.js +1 -1
- package/dist/src/components/ui/aspect-ratio.d.ts +4 -0
- package/dist/src/components/ui/aspect-ratio.d.ts.map +1 -0
- package/dist/src/components/ui/aspect-ratio.js +1 -0
- package/dist/src/components/ui/avatar.d.ts +12 -0
- package/dist/src/components/ui/avatar.d.ts.map +1 -0
- package/dist/src/components/ui/avatar.js +1 -0
- package/dist/src/components/ui/badge.d.ts +3 -3
- package/dist/src/components/ui/badge.d.ts.map +1 -1
- package/dist/src/components/ui/badge.js +1 -1
- package/dist/src/components/ui/breadcrumb.d.ts +12 -0
- package/dist/src/components/ui/breadcrumb.d.ts.map +1 -0
- package/dist/src/components/ui/breadcrumb.js +1 -0
- package/dist/src/components/ui/button-client.d.ts +1 -1
- package/dist/src/components/ui/button-client.d.ts.map +1 -1
- package/dist/src/components/ui/button-group.d.ts +12 -0
- package/dist/src/components/ui/button-group.d.ts.map +1 -0
- package/dist/src/components/ui/button-group.js +1 -0
- package/dist/src/components/ui/button.d.ts +9 -9
- package/dist/src/components/ui/button.d.ts.map +1 -1
- package/dist/src/components/ui/button.js +1 -1
- package/dist/src/components/ui/card.d.ts +10 -8
- package/dist/src/components/ui/card.d.ts.map +1 -1
- package/dist/src/components/ui/card.js +1 -1
- package/dist/src/components/ui/carousel.d.ts +29 -0
- package/dist/src/components/ui/carousel.d.ts.map +1 -0
- package/dist/src/components/ui/carousel.js +1 -0
- package/dist/src/components/ui/chart.d.ts +45 -0
- package/dist/src/components/ui/chart.d.ts.map +1 -0
- package/dist/src/components/ui/chart.js +5 -0
- package/dist/src/components/ui/checkbox.d.ts +2 -2
- package/dist/src/components/ui/checkbox.d.ts.map +1 -1
- package/dist/src/components/ui/checkbox.js +1 -1
- package/dist/src/components/ui/collapsible.d.ts +3 -3
- package/dist/src/components/ui/collapsible.d.ts.map +1 -1
- package/dist/src/components/ui/combobox.d.ts +25 -0
- package/dist/src/components/ui/combobox.d.ts.map +1 -0
- package/dist/src/components/ui/combobox.js +1 -0
- package/dist/src/components/ui/command.d.ts +10 -10
- package/dist/src/components/ui/command.d.ts.map +1 -1
- package/dist/src/components/ui/command.js +1 -1
- package/dist/src/components/ui/context-menu.d.ts +24 -18
- package/dist/src/components/ui/context-menu.d.ts.map +1 -1
- package/dist/src/components/ui/context-menu.js +1 -1
- package/dist/src/components/ui/dialog.d.ts +12 -10
- package/dist/src/components/ui/dialog.d.ts.map +1 -1
- package/dist/src/components/ui/dialog.js +1 -1
- package/dist/src/components/ui/direction.d.ts +8 -0
- package/dist/src/components/ui/direction.d.ts.map +1 -0
- package/dist/src/components/ui/direction.js +1 -0
- package/dist/src/components/ui/drawer.d.ts +11 -11
- package/dist/src/components/ui/drawer.d.ts.map +1 -1
- package/dist/src/components/ui/drawer.js +1 -1
- package/dist/src/components/ui/dropdown-menu.d.ts +20 -16
- package/dist/src/components/ui/dropdown-menu.d.ts.map +1 -1
- package/dist/src/components/ui/dropdown-menu.js +1 -1
- package/dist/src/components/ui/editor-content.d.ts +1 -1
- package/dist/src/components/ui/editor-content.d.ts.map +1 -1
- package/dist/src/components/ui/editor.d.ts +1 -1
- package/dist/src/components/ui/editor.d.ts.map +1 -1
- package/dist/src/components/ui/editor.js +1 -1
- package/dist/src/components/ui/empty.d.ts +12 -0
- package/dist/src/components/ui/empty.d.ts.map +1 -0
- package/dist/src/components/ui/empty.js +1 -0
- package/dist/src/components/ui/field.d.ts +25 -0
- package/dist/src/components/ui/field.d.ts.map +1 -0
- package/dist/src/components/ui/field.js +1 -0
- package/dist/src/components/ui/form.d.ts +7 -14
- package/dist/src/components/ui/form.d.ts.map +1 -1
- package/dist/src/components/ui/form.js +1 -1
- package/dist/src/components/ui/header-content.d.ts +1 -1
- package/dist/src/components/ui/header-content.d.ts.map +1 -1
- package/dist/src/components/ui/hover-card.d.ts +4 -4
- package/dist/src/components/ui/hover-card.d.ts.map +1 -1
- package/dist/src/components/ui/hover-card.js +1 -1
- package/dist/src/components/ui/input-group.d.ts +17 -0
- package/dist/src/components/ui/input-group.d.ts.map +1 -0
- package/dist/src/components/ui/input-group.js +1 -0
- package/dist/src/components/ui/input-otp.d.ts +5 -5
- package/dist/src/components/ui/input-otp.d.ts.map +1 -1
- package/dist/src/components/ui/input-otp.js +1 -1
- package/dist/src/components/ui/input.d.ts +2 -2
- package/dist/src/components/ui/input.d.ts.map +1 -1
- package/dist/src/components/ui/input.js +1 -1
- package/dist/src/components/ui/item.d.ts +24 -0
- package/dist/src/components/ui/item.d.ts.map +1 -0
- package/dist/src/components/ui/item.js +1 -0
- package/dist/src/components/ui/kbd.d.ts +4 -0
- package/dist/src/components/ui/kbd.d.ts.map +1 -0
- package/dist/src/components/ui/kbd.js +1 -0
- package/dist/src/components/ui/label.d.ts +2 -2
- package/dist/src/components/ui/label.d.ts.map +1 -1
- package/dist/src/components/ui/label.js +1 -1
- package/dist/src/components/ui/loader.d.ts +1 -1
- package/dist/src/components/ui/loader.d.ts.map +1 -1
- package/dist/src/components/ui/menubar.d.ts +21 -17
- package/dist/src/components/ui/menubar.d.ts.map +1 -1
- package/dist/src/components/ui/menubar.js +1 -1
- package/dist/src/components/ui/native-select.d.ts +9 -0
- package/dist/src/components/ui/native-select.d.ts.map +1 -0
- package/dist/src/components/ui/native-select.js +1 -0
- package/dist/src/components/ui/navigation-menu.d.ts +9 -9
- package/dist/src/components/ui/navigation-menu.d.ts.map +1 -1
- package/dist/src/components/ui/navigation-menu.js +1 -1
- package/dist/src/components/ui/pagination.d.ts +18 -0
- package/dist/src/components/ui/pagination.d.ts.map +1 -0
- package/dist/src/components/ui/pagination.js +1 -0
- package/dist/src/components/ui/popover.d.ts +9 -6
- package/dist/src/components/ui/popover.d.ts.map +1 -1
- package/dist/src/components/ui/popover.js +1 -1
- package/dist/src/components/ui/progress.d.ts +2 -2
- package/dist/src/components/ui/progress.d.ts.map +1 -1
- package/dist/src/components/ui/progress.js +1 -1
- package/dist/src/components/ui/radio-group.d.ts +3 -3
- package/dist/src/components/ui/radio-group.d.ts.map +1 -1
- package/dist/src/components/ui/radio-group.js +1 -1
- package/dist/src/components/ui/resizable.d.ts +8 -0
- package/dist/src/components/ui/resizable.d.ts.map +1 -0
- package/dist/src/components/ui/resizable.js +1 -0
- package/dist/src/components/ui/scroll-area.d.ts +3 -3
- package/dist/src/components/ui/scroll-area.d.ts.map +1 -1
- package/dist/src/components/ui/scroll-area.js +1 -1
- package/dist/src/components/ui/select.d.ts +11 -11
- package/dist/src/components/ui/select.d.ts.map +1 -1
- package/dist/src/components/ui/select.js +1 -1
- package/dist/src/components/ui/separator.d.ts +2 -2
- package/dist/src/components/ui/separator.d.ts.map +1 -1
- package/dist/src/components/ui/separator.js +1 -1
- package/dist/src/components/ui/sheet.d.ts +11 -10
- package/dist/src/components/ui/sheet.d.ts.map +1 -1
- package/dist/src/components/ui/sheet.js +1 -1
- package/dist/src/components/ui/sidebar.d.ts +25 -25
- package/dist/src/components/ui/sidebar.d.ts.map +1 -1
- package/dist/src/components/ui/sidebar.js +1 -1
- package/dist/src/components/ui/skeleton.d.ts +1 -1
- package/dist/src/components/ui/skeleton.d.ts.map +1 -1
- package/dist/src/components/ui/skeleton.js +1 -1
- package/dist/src/components/ui/slider.d.ts +2 -2
- package/dist/src/components/ui/slider.d.ts.map +1 -1
- package/dist/src/components/ui/slider.js +1 -1
- package/dist/src/components/ui/sonner.d.ts +2 -2
- package/dist/src/components/ui/sonner.d.ts.map +1 -1
- package/dist/src/components/ui/sonner.js +1 -1
- package/dist/src/components/ui/spinner.d.ts +3 -0
- package/dist/src/components/ui/spinner.d.ts.map +1 -0
- package/dist/src/components/ui/spinner.js +1 -0
- package/dist/src/components/ui/switch.d.ts +4 -2
- package/dist/src/components/ui/switch.d.ts.map +1 -1
- package/dist/src/components/ui/switch.js +1 -1
- package/dist/src/components/ui/table.d.ts +9 -9
- package/dist/src/components/ui/table.d.ts.map +1 -1
- package/dist/src/components/ui/table.js +1 -1
- package/dist/src/components/ui/tabs.d.ts +10 -6
- package/dist/src/components/ui/tabs.d.ts.map +1 -1
- package/dist/src/components/ui/tabs.js +1 -1
- package/dist/src/components/ui/textarea.d.ts +2 -2
- package/dist/src/components/ui/textarea.d.ts.map +1 -1
- package/dist/src/components/ui/textarea.js +1 -1
- package/dist/src/components/ui/toggle-group.d.ts +9 -5
- package/dist/src/components/ui/toggle-group.d.ts.map +1 -1
- package/dist/src/components/ui/toggle-group.js +1 -1
- package/dist/src/components/ui/toggle.d.ts +2 -3
- package/dist/src/components/ui/toggle.d.ts.map +1 -1
- package/dist/src/components/ui/toggle.js +1 -1
- package/dist/src/components/ui/tooltip.d.ts +9 -8
- package/dist/src/components/ui/tooltip.d.ts.map +1 -1
- package/dist/src/components/ui/tooltip.js +1 -1
- package/dist/src/components/user-format.d.ts +14 -0
- package/dist/src/components/user-format.d.ts.map +1 -0
- package/dist/src/components/user-format.js +1 -0
- package/dist/src/emails/default-template.d.ts +1 -1
- package/dist/src/emails/default-template.d.ts.map +1 -1
- package/dist/src/emails/default-template.js +1 -1
- package/dist/src/emails/reset-password.d.ts +1 -1
- package/dist/src/emails/reset-password.d.ts.map +1 -1
- package/dist/src/emails/ui/button.d.ts +2 -2
- package/dist/src/emails/ui/button.d.ts.map +1 -1
- package/dist/src/emails/ui/card.d.ts +6 -6
- package/dist/src/emails/ui/card.d.ts.map +1 -1
- package/dist/src/hooks/use-captcha.d.ts.map +1 -1
- package/dist/src/hooks/use-captcha.js +1 -1
- package/dist/src/hooks/use-mobile.js +1 -1
- package/dist/src/lib/colors.d.ts.map +1 -1
- package/dist/src/lib/fetcher/core.d.ts.map +1 -1
- package/dist/src/lib/fetcher/core.js +1 -1
- package/dist/src/lib/fetcher/types.d.ts.map +1 -1
- package/dist/src/lib/helpers/auto-form.d.ts +2 -0
- package/dist/src/lib/helpers/auto-form.d.ts.map +1 -1
- package/dist/src/lib/helpers/auto-form.js +1 -1
- package/dist/src/lib/helpers/auto-form.test.js +1 -1
- package/dist/src/lib/navigation.d.ts +26 -25
- package/dist/src/lib/navigation.d.ts.map +1 -1
- package/dist/src/lib/plugin.d.ts.map +1 -1
- package/dist/src/locales/en.json +66 -2
- package/dist/src/{app_admin → routes/admin}/core/advanced/cron/page.d.ts +2 -2
- package/dist/src/routes/admin/core/advanced/cron/page.d.ts.map +1 -0
- package/dist/src/routes/admin/core/advanced/cron/page.js +1 -0
- package/dist/src/{app_admin → routes/admin}/core/debug/page.d.ts +1 -1
- package/dist/src/routes/admin/core/debug/page.d.ts.map +1 -0
- package/dist/src/routes/admin/core/debug/page.js +1 -0
- package/dist/src/routes/admin/core/page.d.ts +2 -0
- package/dist/src/routes/admin/core/page.d.ts.map +1 -0
- package/dist/src/routes/admin/core/page.js +1 -0
- package/dist/src/routes/admin/core/test/page.d.ts +2 -0
- package/dist/src/routes/admin/core/test/page.d.ts.map +1 -0
- package/dist/src/routes/admin/core/test/page.js +1 -0
- package/dist/src/routes/admin/core/users/[nameCode]/page.d.ts +13 -0
- package/dist/src/routes/admin/core/users/[nameCode]/page.d.ts.map +1 -0
- package/dist/src/routes/admin/core/users/[nameCode]/page.js +1 -0
- package/dist/src/{app_admin → routes/admin}/core/users/page.d.ts +1 -1
- package/dist/src/routes/admin/core/users/page.d.ts.map +1 -0
- package/dist/src/routes/admin/core/users/page.js +1 -0
- package/dist/src/routes/admin/core/users/roles/page.d.ts +9 -0
- package/dist/src/routes/admin/core/users/roles/page.d.ts.map +1 -0
- package/dist/src/routes/admin/core/users/roles/page.js +1 -0
- package/dist/src/routes/blank/test/page.d.ts +2 -0
- package/dist/src/routes/blank/test/page.d.ts.map +1 -0
- package/dist/src/routes/blank/test/page.js +1 -0
- package/dist/src/routes/breadcrumb/admin/[...all]/page.d.ts +6 -0
- package/dist/src/routes/breadcrumb/admin/[...all]/page.d.ts.map +1 -0
- package/dist/src/routes/breadcrumb/admin/[...all]/page.js +1 -0
- package/dist/src/routes/breadcrumb/admin/core/users/[nameCode]/page.d.ts +6 -0
- package/dist/src/routes/breadcrumb/admin/core/users/[nameCode]/page.d.ts.map +1 -0
- package/dist/src/routes/breadcrumb/admin/core/users/[nameCode]/page.js +1 -0
- package/dist/src/routes/breadcrumb/admin/default.d.ts +2 -0
- package/dist/src/routes/breadcrumb/admin/default.d.ts.map +1 -0
- package/dist/src/routes/breadcrumb/admin/default.js +1 -0
- package/dist/src/routes/breadcrumb/main/[...rest]/page.d.ts +6 -0
- package/dist/src/routes/breadcrumb/main/[...rest]/page.d.ts.map +1 -0
- package/dist/src/routes/breadcrumb/main/[...rest]/page.js +1 -0
- package/dist/src/routes/breadcrumb/main/default.d.ts +2 -0
- package/dist/src/routes/breadcrumb/main/default.d.ts.map +1 -0
- package/dist/src/routes/breadcrumb/main/default.js +1 -0
- package/dist/src/routes/breadcrumb/main/login/page.d.ts +2 -0
- package/dist/src/routes/breadcrumb/main/login/page.d.ts.map +1 -0
- package/dist/src/routes/breadcrumb/main/login/page.js +1 -0
- package/dist/src/routes/breadcrumb/main/login/reset-password/page.d.ts +2 -0
- package/dist/src/routes/breadcrumb/main/login/reset-password/page.d.ts.map +1 -0
- package/dist/src/routes/breadcrumb/main/login/reset-password/page.js +1 -0
- package/dist/src/routes/breadcrumb/main/page.d.ts +2 -0
- package/dist/src/routes/breadcrumb/main/page.d.ts.map +1 -0
- package/dist/src/routes/breadcrumb/main/page.js +1 -0
- package/dist/src/routes/breadcrumb/main/register/page.d.ts +2 -0
- package/dist/src/routes/breadcrumb/main/register/page.d.ts.map +1 -0
- package/dist/src/routes/breadcrumb/main/register/page.js +1 -0
- package/dist/src/{app → routes/main}/login/page.d.ts +1 -1
- package/dist/src/routes/main/login/page.d.ts.map +1 -0
- package/dist/src/routes/main/login/page.js +1 -0
- package/dist/src/{app → routes/main}/login/reset-password/page.d.ts +2 -2
- package/dist/src/routes/main/login/reset-password/page.d.ts.map +1 -0
- package/dist/src/routes/main/login/reset-password/page.js +1 -0
- package/dist/src/{app → routes/main}/login/sso/[providerId]/page.d.ts +1 -1
- package/dist/src/routes/main/login/sso/[providerId]/page.d.ts.map +1 -0
- package/dist/src/routes/main/login/sso/[providerId]/page.js +1 -0
- package/dist/src/{app → routes/main}/register/page.d.ts +1 -1
- package/dist/src/routes/main/register/page.d.ts.map +1 -0
- package/dist/src/routes/main/register/page.js +1 -0
- package/dist/src/views/admin/layouts/admin-layout.d.ts +3 -2
- package/dist/src/views/admin/layouts/admin-layout.d.ts.map +1 -1
- package/dist/src/views/admin/layouts/admin-layout.js +1 -1
- package/dist/src/views/admin/layouts/breadcrumb/breadcrumb-admin.d.ts +11 -0
- package/dist/src/views/admin/layouts/breadcrumb/breadcrumb-admin.d.ts.map +1 -0
- package/dist/src/views/admin/layouts/breadcrumb/breadcrumb-admin.js +1 -0
- package/dist/src/views/admin/layouts/breadcrumb/breadcrumb-user-admin.d.ts +6 -0
- package/dist/src/views/admin/layouts/breadcrumb/breadcrumb-user-admin.d.ts.map +1 -0
- package/dist/src/views/admin/layouts/breadcrumb/breadcrumb-user-admin.js +1 -0
- package/dist/src/views/admin/layouts/breadcrumb/resolve-breadcrumb.d.ts +5 -0
- package/dist/src/views/admin/layouts/breadcrumb/resolve-breadcrumb.d.ts.map +1 -0
- package/dist/src/views/admin/layouts/breadcrumb/resolve-breadcrumb.js +1 -0
- package/dist/src/views/admin/layouts/sidebar/nav/get-admin-nav.d.ts +11 -0
- package/dist/src/views/admin/layouts/sidebar/nav/get-admin-nav.d.ts.map +1 -0
- package/dist/src/views/admin/layouts/sidebar/nav/get-admin-nav.js +1 -0
- package/dist/src/views/admin/layouts/sidebar/nav/item.d.ts +1 -1
- package/dist/src/views/admin/layouts/sidebar/nav/item.d.ts.map +1 -1
- package/dist/src/views/admin/layouts/sidebar/nav/nav.d.ts +5 -9
- package/dist/src/views/admin/layouts/sidebar/nav/nav.d.ts.map +1 -1
- package/dist/src/views/admin/layouts/sidebar/nav/nav.js +1 -1
- package/dist/src/views/admin/layouts/sidebar/sidebar.d.ts +1 -1
- package/dist/src/views/admin/layouts/sidebar/sidebar.d.ts.map +1 -1
- package/dist/src/views/admin/layouts/sidebar/sidebar.js +1 -1
- package/dist/src/views/admin/layouts/sidebar/sign-out.d.ts +1 -1
- package/dist/src/views/admin/layouts/sidebar/sign-out.d.ts.map +1 -1
- package/dist/src/views/admin/layouts/user-bar/client.d.ts +1 -1
- package/dist/src/views/admin/layouts/user-bar/client.d.ts.map +1 -1
- package/dist/src/views/admin/layouts/user-bar/user-bar.d.ts +1 -1
- package/dist/src/views/admin/layouts/user-bar/user-bar.d.ts.map +1 -1
- package/dist/src/views/admin/sign-in/sign-in-admin-view.d.ts +1 -1
- package/dist/src/views/admin/sign-in/sign-in-admin-view.d.ts.map +1 -1
- package/dist/src/views/admin/views/core/advanced/cron/cron-table-view.d.ts +1 -1
- package/dist/src/views/admin/views/core/advanced/cron/cron-table-view.d.ts.map +1 -1
- package/dist/src/views/admin/views/core/advanced/cron/cron-table-view.js +1 -1
- package/dist/src/views/admin/views/core/advanced/cron/run-action/run-action.d.ts +1 -1
- package/dist/src/views/admin/views/core/advanced/cron/run-action/run-action.d.ts.map +1 -1
- package/dist/src/views/admin/views/core/dashboard/dashboard-admin-view.d.ts +1 -1
- package/dist/src/views/admin/views/core/dashboard/dashboard-admin-view.d.ts.map +1 -1
- package/dist/src/views/admin/views/core/dashboard/dashboard-admin-view.js +1 -1
- package/dist/src/views/admin/views/core/dashboard/send-notification/mutation-api.d.ts +6 -0
- package/dist/src/views/admin/views/core/dashboard/send-notification/mutation-api.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/dashboard/send-notification/mutation-api.js +1 -0
- package/dist/src/views/admin/views/core/dashboard/send-notification/send-notification.d.ts +5 -0
- package/dist/src/views/admin/views/core/dashboard/send-notification/send-notification.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/dashboard/send-notification/send-notification.js +1 -0
- package/dist/src/views/admin/views/core/debug/actions/clear-cache/clear-cache.d.ts +1 -1
- package/dist/src/views/admin/views/core/debug/actions/clear-cache/clear-cache.d.ts.map +1 -1
- package/dist/src/views/admin/views/core/debug/system-logs/actions/more/content.d.ts +1 -1
- package/dist/src/views/admin/views/core/debug/system-logs/actions/more/content.d.ts.map +1 -1
- package/dist/src/views/admin/views/core/debug/system-logs/actions/more/more.d.ts +1 -1
- package/dist/src/views/admin/views/core/debug/system-logs/actions/more/more.d.ts.map +1 -1
- package/dist/src/views/admin/views/core/debug/system-logs/badges/badge-status.d.ts +1 -1
- package/dist/src/views/admin/views/core/debug/system-logs/badges/badge-status.d.ts.map +1 -1
- package/dist/src/views/admin/views/core/debug/system-logs/badges/badge-type-log.d.ts +1 -1
- package/dist/src/views/admin/views/core/debug/system-logs/badges/badge-type-log.d.ts.map +1 -1
- package/dist/src/views/admin/views/core/debug/system-logs/system-logs-view.d.ts +1 -1
- package/dist/src/views/admin/views/core/debug/system-logs/system-logs-view.d.ts.map +1 -1
- package/dist/src/views/admin/views/core/debug/system-logs/system-logs-view.js +1 -1
- package/dist/src/views/admin/views/core/test.d.ts +1 -1
- package/dist/src/views/admin/views/core/test.d.ts.map +1 -1
- package/dist/src/views/admin/views/core/test.js +1 -1
- package/dist/src/views/admin/views/core/users/actions/create/content.d.ts +2 -0
- package/dist/src/views/admin/views/core/users/actions/create/content.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/users/actions/create/content.js +1 -0
- package/dist/src/views/admin/views/core/users/actions/create/create.d.ts +3 -0
- package/dist/src/views/admin/views/core/users/actions/create/create.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/users/actions/create/create.js +1 -0
- package/dist/src/views/admin/views/core/users/actions/create/mutation-api.d.ts +14 -0
- package/dist/src/views/admin/views/core/users/actions/create/mutation-api.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/users/actions/create/mutation-api.js +1 -0
- package/dist/src/views/admin/views/core/users/actions/create/use-form.d.ts +15 -0
- package/dist/src/views/admin/views/core/users/actions/create/use-form.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/users/actions/create/use-form.js +1 -0
- package/dist/src/views/admin/views/core/users/actions/verify-email/mutation-api.d.ts +11 -0
- package/dist/src/views/admin/views/core/users/actions/verify-email/mutation-api.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/users/actions/verify-email/mutation-api.js +1 -0
- package/dist/src/views/admin/views/core/users/actions/verify-email/verify-email.d.ts +6 -0
- package/dist/src/views/admin/views/core/users/actions/verify-email/verify-email.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/users/actions/verify-email/verify-email.js +1 -0
- package/dist/src/views/admin/views/core/users/actions.d.ts +5 -0
- package/dist/src/views/admin/views/core/users/actions.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/users/actions.js +1 -0
- package/dist/src/views/admin/views/core/users/roles/roles-admin-view.d.ts +4 -0
- package/dist/src/views/admin/views/core/users/roles/roles-admin-view.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/users/roles/roles-admin-view.js +1 -0
- package/dist/src/views/admin/views/core/users/search-roles.action.d.ts +3 -0
- package/dist/src/views/admin/views/core/users/search-roles.action.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/users/search-roles.action.js +1 -0
- package/dist/src/views/admin/views/core/users/show/show-user-admin-view.d.ts +4 -0
- package/dist/src/views/admin/views/core/users/show/show-user-admin-view.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/users/show/show-user-admin-view.js +1 -0
- package/dist/src/views/admin/views/core/users/users-admin-view.d.ts +1 -1
- package/dist/src/views/admin/views/core/users/users-admin-view.d.ts.map +1 -1
- package/dist/src/views/admin/views/core/users/users-admin-view.js +1 -1
- package/dist/src/views/auth/password-reset/change-password-form/form.d.ts +1 -1
- package/dist/src/views/auth/password-reset/change-password-form/form.d.ts.map +1 -1
- package/dist/src/views/auth/password-reset/form/form.d.ts +1 -1
- package/dist/src/views/auth/password-reset/form/form.d.ts.map +1 -1
- package/dist/src/views/auth/password-reset/password-reset-view.d.ts +1 -1
- package/dist/src/views/auth/password-reset/password-reset-view.d.ts.map +1 -1
- package/dist/src/views/auth/password-reset/password-reset-view.js +1 -1
- package/dist/src/views/auth/sign-in/form/form.d.ts +1 -1
- package/dist/src/views/auth/sign-in/form/form.d.ts.map +1 -1
- package/dist/src/views/auth/sign-in/sign-in-view.d.ts +2 -1
- package/dist/src/views/auth/sign-in/sign-in-view.d.ts.map +1 -1
- package/dist/src/views/auth/sign-in/sign-in-view.js +1 -1
- package/dist/src/views/auth/sign-up/components/password-input.d.ts +1 -1
- package/dist/src/views/auth/sign-up/components/password-input.d.ts.map +1 -1
- package/dist/src/views/auth/sign-up/components/password-input.js +1 -1
- package/dist/src/views/auth/sign-up/email-confirmation-view.d.ts +1 -1
- package/dist/src/views/auth/sign-up/email-confirmation-view.d.ts.map +1 -1
- package/dist/src/views/auth/sign-up/form/form.d.ts +1 -1
- package/dist/src/views/auth/sign-up/form/form.d.ts.map +1 -1
- package/dist/src/views/auth/sign-up/sign-up-view.d.ts +2 -1
- package/dist/src/views/auth/sign-up/sign-up-view.d.ts.map +1 -1
- package/dist/src/views/auth/sign-up/sign-up-view.js +1 -1
- package/dist/src/views/auth/sign-up/wrapper.d.ts +1 -1
- package/dist/src/views/auth/sign-up/wrapper.d.ts.map +1 -1
- package/dist/src/views/auth/sso/buttons/client.d.ts +1 -1
- package/dist/src/views/auth/sso/buttons/client.d.ts.map +1 -1
- package/dist/src/views/auth/sso/buttons/sso-buttons.d.ts +2 -2
- package/dist/src/views/auth/sso/buttons/sso-buttons.d.ts.map +1 -1
- package/dist/src/views/auth/sso/callback/callback-sso-view.d.ts +1 -1
- package/dist/src/views/auth/sso/callback/callback-sso-view.d.ts.map +1 -1
- package/dist/src/views/auth/sso/callback/client/client.d.ts +1 -1
- package/dist/src/views/auth/sso/callback/client/client.d.ts.map +1 -1
- package/dist/src/views/breadcrumb/breadcrumb-main.d.ts +7 -0
- package/dist/src/views/breadcrumb/breadcrumb-main.d.ts.map +1 -0
- package/dist/src/views/breadcrumb/breadcrumb-main.js +1 -0
- package/dist/src/views/breadcrumb/breadcrumb-render.d.ts +5 -0
- package/dist/src/views/breadcrumb/breadcrumb-render.d.ts.map +1 -0
- package/dist/src/views/breadcrumb/breadcrumb-render.js +1 -0
- package/dist/src/views/breadcrumb/crumb.d.ts +9 -0
- package/dist/src/views/breadcrumb/crumb.d.ts.map +1 -0
- package/dist/src/views/breadcrumb/crumb.js +1 -0
- package/dist/src/views/breadcrumb/resolve-main-breadcrumb.d.ts +3 -0
- package/dist/src/views/breadcrumb/resolve-main-breadcrumb.d.ts.map +1 -0
- package/dist/src/views/breadcrumb/resolve-main-breadcrumb.js +1 -0
- package/dist/src/views/error/back-button.d.ts +1 -1
- package/dist/src/views/error/back-button.d.ts.map +1 -1
- package/dist/src/views/error/error-view.d.ts +1 -1
- package/dist/src/views/error/error-view.d.ts.map +1 -1
- package/dist/src/views/error/global-error-view.d.ts +1 -1
- package/dist/src/views/error/global-error-view.d.ts.map +1 -1
- package/dist/src/views/layouts/provider.d.ts +3 -5
- package/dist/src/views/layouts/provider.d.ts.map +1 -1
- package/dist/src/views/layouts/provider.js +1 -1
- package/dist/src/views/layouts/root-layout.d.ts +1 -1
- package/dist/src/views/layouts/root-layout.d.ts.map +1 -1
- package/dist/src/views/layouts/root-layout.js +1 -1
- package/dist/src/views/layouts/theme/header/header.d.ts +1 -1
- package/dist/src/views/layouts/theme/header/header.d.ts.map +1 -1
- package/dist/src/views/layouts/theme/header/user/auth/auth.d.ts +1 -1
- package/dist/src/views/layouts/theme/header/user/auth/auth.d.ts.map +1 -1
- package/dist/src/views/layouts/theme/header/user/auth/client.d.ts +1 -1
- package/dist/src/views/layouts/theme/header/user/auth/client.d.ts.map +1 -1
- package/dist/src/views/layouts/theme/header/user/user.d.ts +1 -1
- package/dist/src/views/layouts/theme/header/user/user.d.ts.map +1 -1
- package/dist/src/views/layouts/theme/layout.d.ts +3 -2
- package/dist/src/views/layouts/theme/layout.d.ts.map +1 -1
- package/dist/src/views/layouts/theme/layout.js +1 -1
- package/dist/src/views/layouts/theme/notification-listener.d.ts +2 -0
- package/dist/src/views/layouts/theme/notification-listener.d.ts.map +1 -0
- package/dist/src/views/layouts/theme/notification-listener.js +1 -0
- package/dist/src/views/layouts/theme/web-socket-auth-sync.d.ts +4 -0
- package/dist/src/views/layouts/theme/web-socket-auth-sync.d.ts.map +1 -0
- package/dist/src/views/layouts/theme/web-socket-auth-sync.js +1 -0
- package/dist/src/vitnode.config.d.ts +4 -0
- package/dist/src/vitnode.config.d.ts.map +1 -1
- package/dist/src/vitnode.config.js +1 -1
- package/dist/src/ws/handle.d.ts +5 -0
- package/dist/src/ws/handle.d.ts.map +1 -0
- package/dist/src/ws/handle.js +1 -0
- package/dist/src/ws/manager.d.ts +14 -0
- package/dist/src/ws/manager.d.ts.map +1 -0
- package/dist/src/ws/manager.js +1 -0
- package/dist/src/ws/notifications.d.ts +8 -0
- package/dist/src/ws/notifications.d.ts.map +1 -0
- package/dist/src/ws/notifications.js +1 -0
- package/dist/src/ws/provider.d.ts +14 -0
- package/dist/src/ws/provider.d.ts.map +1 -0
- package/dist/src/ws/provider.js +1 -0
- package/dist/src/ws/registry.d.ts +14 -0
- package/dist/src/ws/registry.d.ts.map +1 -0
- package/dist/src/ws/registry.js +1 -0
- package/dist/src/ws/types.d.ts +22 -0
- package/dist/src/ws/types.d.ts.map +1 -0
- package/dist/src/ws/types.js +1 -0
- package/dist/src/ws/use-websocket.d.ts +9 -0
- package/dist/src/ws/use-websocket.d.ts.map +1 -0
- package/dist/src/ws/use-websocket.js +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/vitest.config.d.ts.map +1 -1
- package/dist/vitest.config.js +1 -2
- package/package.json +61 -52
- package/src/locales/en.json +66 -2
- package/src/routes/admin/core/page.tsx +5 -0
- package/src/routes/admin/core/test/page.tsx +5 -0
- package/src/routes/admin/core/users/[nameCode]/page.tsx +65 -0
- package/src/{app_admin → routes/admin}/core/users/page.tsx +13 -7
- package/src/routes/admin/core/users/roles/page.tsx +46 -0
- package/src/routes/blank/test/page.tsx +11 -0
- package/src/routes/breadcrumb/admin/[...all]/page.tsx +17 -0
- package/src/routes/breadcrumb/admin/core/users/[nameCode]/page.tsx +12 -0
- package/src/routes/breadcrumb/admin/default.tsx +4 -0
- package/src/routes/breadcrumb/main/[...rest]/page.tsx +17 -0
- package/src/routes/breadcrumb/main/default.tsx +4 -0
- package/src/routes/breadcrumb/main/login/page.tsx +11 -0
- package/src/routes/breadcrumb/main/login/reset-password/page.tsx +20 -0
- package/src/routes/breadcrumb/main/page.tsx +6 -0
- package/src/routes/breadcrumb/main/register/page.tsx +14 -0
- package/src/{app → routes/main}/login/page.tsx +1 -1
- package/src/{app → routes/main}/register/page.tsx +1 -1
- package/dist/src/app/login/page.d.ts.map +0 -1
- package/dist/src/app/login/page.js +0 -1
- package/dist/src/app/login/reset-password/page.d.ts.map +0 -1
- package/dist/src/app/login/reset-password/page.js +0 -1
- package/dist/src/app/login/sso/[providerId]/page.d.ts.map +0 -1
- package/dist/src/app/login/sso/[providerId]/page.js +0 -1
- package/dist/src/app/register/page.d.ts.map +0 -1
- package/dist/src/app/register/page.js +0 -1
- package/dist/src/app_admin/core/advanced/cron/page.d.ts.map +0 -1
- package/dist/src/app_admin/core/advanced/cron/page.js +0 -1
- package/dist/src/app_admin/core/debug/page.d.ts.map +0 -1
- package/dist/src/app_admin/core/debug/page.js +0 -1
- package/dist/src/app_admin/core/page.d.ts +0 -2
- package/dist/src/app_admin/core/page.d.ts.map +0 -1
- package/dist/src/app_admin/core/page.js +0 -1
- package/dist/src/app_admin/core/test/page.d.ts +0 -2
- package/dist/src/app_admin/core/test/page.d.ts.map +0 -1
- package/dist/src/app_admin/core/test/page.js +0 -1
- package/dist/src/app_admin/core/users/page.d.ts.map +0 -1
- package/dist/src/app_admin/core/users/page.js +0 -1
- package/dist/src/components/form/fields/combobox-async.d.ts +0 -18
- package/dist/src/components/form/fields/combobox-async.d.ts.map +0 -1
- package/dist/src/components/form/fields/combobox-async.js +0 -1
- package/src/app_admin/core/page.tsx +0 -5
- package/src/app_admin/core/test/page.tsx +0 -5
- /package/src/{app_admin → routes/admin}/core/advanced/cron/page.tsx +0 -0
- /package/src/{app_admin → routes/admin}/core/debug/page.tsx +0 -0
- /package/src/{app → routes/main}/login/reset-password/page.tsx +0 -0
- /package/src/{app → routes/main}/login/sso/[providerId]/page.tsx +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"page.d.ts","sourceRoot":"","sources":["../../../../../src/app_admin/core/test/page.tsx"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,IAAI,4CAE3B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{jsx as _jsx}from"react/jsx-runtime";import{TestView}from"../../../views/admin/views/core/test.js";export default function Page(){return _jsx(TestView,{})}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"page.d.ts","sourceRoot":"","sources":["../../../../../src/app_admin/core/users/page.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAIhD,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,QAAA,MAAM,cAAc;;EAInB,CAAC;AAEF,eAAO,MAAM,gBAAgB,QAAa,OAAO,CAAC,QAAQ,CAMzD,CAAC;AAEF,wBAA8B,IAAI,CAChC,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,oDAgBnD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{jsx as _jsx,jsxs as _jsxs}from"react/jsx-runtime";import{getTranslations}from"next-intl/server";import dynamic from"next/dynamic";import React from"react";import{DataTableSkeleton}from"../../../components/table/data-table.js";import{HeaderContent}from"../../../components/ui/header-content.js";const UsersAdminView=dynamic(async()=>import("../../../views/admin/views/core/users/users-admin-view.js").then(module=>({default:module.UsersAdminView})));export const generateMetadata=async()=>{const t=await getTranslations("admin.global.nav.users");return{title:t("list")}};export default async function Page(props){const[t,tNav]=await Promise.all([getTranslations("admin.user.list"),getTranslations("admin.global.nav.users")]);return _jsxs("div",{className:"p-4",children:[_jsx(HeaderContent,{desc:t("desc"),h1:tNav("list")}),_jsx(React.Suspense,{fallback:_jsx(DataTableSkeleton,{columns:2}),children:_jsx(UsersAdminView,{...props})})]})}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { Button } from "../../../components/ui/button";
|
|
3
|
-
import type { ItemAutoFormComponentProps } from "../auto-form";
|
|
4
|
-
export declare const AutoFormComboboxAsync: ({ label, field, description, placeholder, className, labelRight, id, otherProps: { isOptional }, searchPlaceholder, fetchData, ...props }: ItemAutoFormComponentProps & Omit<React.ComponentProps<typeof Button>, "role" | "variant"> & {
|
|
5
|
-
fetchData: (params: {
|
|
6
|
-
search: string;
|
|
7
|
-
}) => Promise<{
|
|
8
|
-
label: string;
|
|
9
|
-
value: string;
|
|
10
|
-
}[]> | {
|
|
11
|
-
label: string;
|
|
12
|
-
value: string;
|
|
13
|
-
}[];
|
|
14
|
-
id: string;
|
|
15
|
-
placeholder?: string;
|
|
16
|
-
searchPlaceholder?: string;
|
|
17
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
18
|
-
//# sourceMappingURL=combobox-async.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"combobox-async.d.ts","sourceRoot":"","sources":["../../../../../src/components/form/fields/combobox-async.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAiBhD,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,cAAc,CAAC;AAM/D,eAAO,MAAM,qBAAqB,GAAI,2IAYnC,0BAA0B,GAC3B,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC,GAAG;IAC9D,SAAS,EAAE,CAAC,MAAM,EAAE;QAAE,MAAM,EAAE,MAAM,CAAA;KAAE,KAClC,OAAO,CACL;QACE,KAAK,EAAE,MAAM,CAAC;QACd,KAAK,EAAE,MAAM,CAAC;KACf,EAAE,CACJ,GACD;QACE,KAAK,EAAE,MAAM,CAAC;QACd,KAAK,EAAE,MAAM,CAAC;KACf,EAAE,CAAC;IACR,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B,4CAsGF,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{jsx as _jsx,jsxs as _jsxs}from"react/jsx-runtime";import{useQuery}from"@tanstack/react-query";import{Check,ChevronsUpDown}from"lucide-react";import{useTranslations}from"next-intl";import React from"react";import{useDebouncedCallback}from"use-debounce";import{Button}from"../../ui/button.js";import{Command,CommandEmpty,CommandGroup,CommandInput,CommandItem,CommandList}from"../../ui/command.js";import{FormControl,FormItem,FormMessage}from"../../ui/form.js";import{Popover,PopoverContent,PopoverTrigger}from"../../ui/popover.js";import{cn}from"../../../lib/utils.js";import{Skeleton}from"../../ui/skeleton.js";import{AutoFormDesc}from"../common/desc.js";import{AutoFormLabel}from"../common/label.js";export const AutoFormComboboxAsync=({label,field,description,placeholder,className,labelRight,id,otherProps:{isOptional},searchPlaceholder,fetchData,...props})=>{const t=useTranslations("core.global");const[search,setSearch]=React.useState("");const{data,isLoading}=useQuery({queryKey:[id,{search}],queryFn:async()=>{return await fetchData({search})}});const handleChangeSearch=useDebouncedCallback(value=>{setSearch(value)},500);return _jsxs(FormItem,{className:"flex flex-col",children:[label&&_jsx(AutoFormLabel,{isOptional:isOptional,labelRight:labelRight,children:label}),_jsxs(Popover,{children:[_jsx(PopoverTrigger,{asChild:true,children:_jsx(FormControl,{children:_jsxs(Button,{"aria-label":"Combobox",className:cn("w-[200px] justify-between bg-transparent",!field.value&&"text-muted-foreground",className),role:"combobox",variant:"outline",...props,children:[field.value?.label??placeholder??t("select_option"),_jsx(ChevronsUpDown,{className:"ml-2 size-4 shrink-0 opacity-50"})]})})}),_jsx(PopoverContent,{className:"w-[200px] p-0",children:_jsxs(Command,{shouldFilter:false,children:[_jsx(CommandInput,{onChangeCapture:e=>{handleChangeSearch(e.currentTarget.value)},placeholder:searchPlaceholder??t("search_placeholder")}),_jsx(CommandList,{children:(()=>{if(isLoading){return _jsxs("div",{className:"space-y-2 p-2",children:[_jsx(Skeleton,{className:"h-6 rounded-sm"}),_jsx(Skeleton,{className:"h-6 rounded-sm"})]})}if((data??[]).length===0){return _jsx(CommandEmpty,{children:t("results_not_found")})}return _jsx(CommandGroup,{children:(data??[]).map(({label,value})=>_jsxs(CommandItem,{onSelect:()=>{field.onChange({label,value})},value:label,children:[label,_jsx(Check,{className:cn("ml-auto",value===field.value?.value?"opacity-100":"opacity-0")})]},value))})})()})]})})]}),description&&_jsx(AutoFormDesc,{children:description}),_jsx(FormMessage,{})]})};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|