fastapi-rtk 1.0.30 → 1.0.31
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/.bundled/jsonforms/cjs/_virtual/endsWith.cjs +5 -2
- package/dist/.bundled/jsonforms/cjs/_virtual/isUndefined.cjs +6 -0
- package/dist/.bundled/jsonforms/cjs/_virtual/last.cjs +5 -2
- package/dist/.bundled/jsonforms/cjs/_virtual/remove.cjs +5 -2
- package/dist/.bundled/jsonforms/cjs/index.cjs +4 -0
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/complex/MantineTableControl/MantineTableControl.cjs +1 -1
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useCommonProps.cjs +5 -0
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useTimeProps.cjs +1 -2
- package/dist/.bundled/jsonforms/esm/_virtual/endsWith.mjs +6 -1
- package/dist/.bundled/jsonforms/esm/_virtual/isUndefined.mjs +7 -0
- package/dist/.bundled/jsonforms/esm/_virtual/last.mjs +6 -1
- package/dist/.bundled/jsonforms/esm/_virtual/remove.mjs +6 -1
- package/dist/.bundled/jsonforms/esm/index.mjs +4 -0
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/complex/MantineTableControl/MantineTableControl.mjs +1 -1
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useCommonProps.mjs +5 -0
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useTimeProps.mjs +1 -2
- package/dist/.external/cjs/@jsonforms_core@3.7.0/@jsonforms/core/lib/jsonforms-core.esm.cjs +546 -12
- package/dist/.external/cjs/@jsonforms_react@3.7.0_@jsonforms_core@3.7.0_react@19.2.4/@jsonforms/react/lib/jsonforms-react.esm.cjs +88 -1
- package/dist/.external/cjs/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/useQueries.cjs +2 -6
- package/dist/.external/cjs/lodash@4.17.23/lodash/isUndefined.cjs +14 -0
- package/dist/.external/esm/@jsonforms_core@3.7.0/@jsonforms/core/lib/jsonforms-core.esm.mjs +548 -14
- package/dist/.external/esm/@jsonforms_react@3.7.0_@jsonforms_core@3.7.0_react@19.2.4/@jsonforms/react/lib/jsonforms-react.esm.mjs +89 -2
- package/dist/.external/esm/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/useQueries.mjs +3 -7
- package/dist/.external/esm/lodash@4.17.23/lodash/isUndefined.mjs +14 -0
- package/dist/core/cjs/ActionIcons/Add/Add.cjs +1 -1
- package/dist/core/cjs/ActionIcons/Delete/Delete.cjs +1 -1
- package/dist/core/cjs/ActionIcons/Download/Download.cjs +1 -1
- package/dist/core/cjs/ActionIcons/Edit/Edit.cjs +1 -1
- package/dist/core/cjs/ActionIcons/Refresh/Refresh.cjs +1 -1
- package/dist/core/cjs/ActionIcons/View/View.cjs +1 -1
- package/dist/core/cjs/Dialogs/AddDialog.cjs +1 -1
- package/dist/core/cjs/Dialogs/DeleteDialog.cjs +1 -1
- package/dist/core/cjs/Dialogs/EditDialog.cjs +1 -1
- package/dist/core/cjs/Modals/CommonModal.cjs +1 -1
- package/dist/core/cjs/Tables/DataGrid/ErrorDialog.cjs +1 -1
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/ColumnHeaderFilterInput.cjs +1 -1
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderBetweenInput.cjs +1 -1
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/HeaderAdvancedFiltersMenuButton.cjs +1 -1
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useToolbar/basicToolbars.cjs +12 -10
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useToolbar/useToolbar.cjs +7 -2
- package/dist/core/cjs/Wrappers/ApiProvider/hooks/useProvideApi.cjs +1 -1
- package/dist/core/cjs/Wrappers/ApiProvider/hooks/useProvideForm.cjs +1 -1
- package/dist/core/cjs/Wrappers/Provider/Contexts/LangContext.cjs +3 -3
- package/dist/core/cjs/Wrappers/Provider/Provider.cjs +1 -1
- package/dist/core/cjs/Wrappers/Provider/hooks/useProvideAuth.cjs +2 -2
- package/dist/core/cjs/Wrappers/Provider/hooks/useProvideInfo.cjs +1 -1
- package/dist/core/cjs/Wrappers/Provider/hooks/useProvideLang.cjs +1 -1
- package/dist/core/cjs/index.cjs +6 -4
- package/dist/core/esm/ActionIcons/Add/Add.mjs +1 -1
- package/dist/core/esm/ActionIcons/Delete/Delete.mjs +1 -1
- package/dist/core/esm/ActionIcons/Download/Download.mjs +1 -1
- package/dist/core/esm/ActionIcons/Edit/Edit.mjs +1 -1
- package/dist/core/esm/ActionIcons/Refresh/Refresh.mjs +1 -1
- package/dist/core/esm/ActionIcons/View/View.mjs +1 -1
- package/dist/core/esm/Dialogs/AddDialog.mjs +1 -1
- package/dist/core/esm/Dialogs/DeleteDialog.mjs +1 -1
- package/dist/core/esm/Dialogs/EditDialog.mjs +1 -1
- package/dist/core/esm/Modals/CommonModal.mjs +1 -1
- package/dist/core/esm/Tables/DataGrid/ErrorDialog.mjs +1 -1
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/ColumnHeaderFilterInput.mjs +1 -1
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderBetweenInput.mjs +1 -1
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/HeaderAdvancedFiltersMenuButton.mjs +1 -1
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useToolbar/basicToolbars.mjs +12 -10
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useToolbar/useToolbar.mjs +8 -3
- package/dist/core/esm/Wrappers/ApiProvider/hooks/useProvideApi.mjs +1 -1
- package/dist/core/esm/Wrappers/ApiProvider/hooks/useProvideForm.mjs +1 -1
- package/dist/core/esm/Wrappers/Provider/Contexts/LangContext.mjs +3 -3
- package/dist/core/esm/Wrappers/Provider/Provider.mjs +1 -1
- package/dist/core/esm/Wrappers/Provider/hooks/useProvideAuth.mjs +2 -2
- package/dist/core/esm/Wrappers/Provider/hooks/useProvideInfo.mjs +1 -1
- package/dist/core/esm/Wrappers/Provider/hooks/useProvideLang.mjs +1 -1
- package/dist/core/esm/index.mjs +5 -3
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useToolbar/basicToolbars.d.ts +8 -8
- package/dist/core/lib/index.d.ts +3 -1
- package/dist/jsonforms/cjs/complex/MantineTableControl/MantineTableControl.cjs +1 -1
- package/dist/jsonforms/cjs/hooks/useCommonProps.cjs +5 -0
- package/dist/jsonforms/cjs/hooks/useTimeProps.cjs +1 -2
- package/dist/jsonforms/cjs/index.cjs +22 -0
- package/dist/jsonforms/esm/complex/MantineTableControl/MantineTableControl.mjs +1 -1
- package/dist/jsonforms/esm/hooks/useCommonProps.mjs +5 -0
- package/dist/jsonforms/esm/hooks/useTimeProps.mjs +1 -2
- package/dist/jsonforms/esm/index.mjs +4 -0
- package/dist/jsonforms/lib/index.d.ts +2 -0
- package/dist/zustand/cjs/useProxy/useProxy.cjs +1 -1
- package/dist/zustand/esm/useProxy/useProxy.mjs +1 -1
- package/package.json +1 -1
- /package/dist/.external/cjs/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/HydrationBoundary.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/IsRestoringProvider.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/QueryClientProvider.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/QueryErrorResetBoundary.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/errorBoundaryUtils.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/index.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/infiniteQueryOptions.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/mutationOptions.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/queryOptions.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/suspense.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/useBaseQuery.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/useInfiniteQuery.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/useIsFetching.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/useMutation.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/useMutationState.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/usePrefetchQuery.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/useQuery.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/useSuspenseQueries.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/useSuspenseQuery.cjs +0 -0
- /package/dist/.external/cjs/{i18next@25.8.4_typescript@5.9.3 → i18next@25.8.5_typescript@5.9.3}/i18next/dist/esm/i18next.cjs +0 -0
- /package/dist/.external/cjs/{react-i18next@15.7.4_i18next@25.8.4_react-dom@19.2.4_react@19.2.4_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.8.5_react-dom@19.2.4_react@19.2.4_typescript@5.9.3}/react-i18next/dist/es/I18nextProvider.cjs +0 -0
- /package/dist/.external/cjs/{react-i18next@15.7.4_i18next@25.8.4_react-dom@19.2.4_react@19.2.4_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.8.5_react-dom@19.2.4_react@19.2.4_typescript@5.9.3}/react-i18next/dist/es/context.cjs +0 -0
- /package/dist/.external/cjs/{react-i18next@15.7.4_i18next@25.8.4_react-dom@19.2.4_react@19.2.4_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.8.5_react-dom@19.2.4_react@19.2.4_typescript@5.9.3}/react-i18next/dist/es/defaults.cjs +0 -0
- /package/dist/.external/cjs/{react-i18next@15.7.4_i18next@25.8.4_react-dom@19.2.4_react@19.2.4_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.8.5_react-dom@19.2.4_react@19.2.4_typescript@5.9.3}/react-i18next/dist/es/i18nInstance.cjs +0 -0
- /package/dist/.external/cjs/{react-i18next@15.7.4_i18next@25.8.4_react-dom@19.2.4_react@19.2.4_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.8.5_react-dom@19.2.4_react@19.2.4_typescript@5.9.3}/react-i18next/dist/es/initReactI18next.cjs +0 -0
- /package/dist/.external/cjs/{react-i18next@15.7.4_i18next@25.8.4_react-dom@19.2.4_react@19.2.4_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.8.5_react-dom@19.2.4_react@19.2.4_typescript@5.9.3}/react-i18next/dist/es/unescape.cjs +0 -0
- /package/dist/.external/cjs/{react-i18next@15.7.4_i18next@25.8.4_react-dom@19.2.4_react@19.2.4_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.8.5_react-dom@19.2.4_react@19.2.4_typescript@5.9.3}/react-i18next/dist/es/useTranslation.cjs +0 -0
- /package/dist/.external/cjs/{react-i18next@15.7.4_i18next@25.8.4_react-dom@19.2.4_react@19.2.4_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.8.5_react-dom@19.2.4_react@19.2.4_typescript@5.9.3}/react-i18next/dist/es/utils.cjs +0 -0
- /package/dist/.external/cjs/{zustand@5.0.11_@types_react@19.2.13_react@19.2.4 → zustand@5.0.11_@types_react@19.2.14_react@19.2.4}/zustand/esm/react.cjs +0 -0
- /package/dist/.external/cjs/{zustand@5.0.11_@types_react@19.2.13_react@19.2.4 → zustand@5.0.11_@types_react@19.2.14_react@19.2.4}/zustand/esm/vanilla.cjs +0 -0
- /package/dist/.external/esm/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/HydrationBoundary.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/IsRestoringProvider.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/QueryClientProvider.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/QueryErrorResetBoundary.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/errorBoundaryUtils.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/index.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/infiniteQueryOptions.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/mutationOptions.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/queryOptions.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/suspense.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/useBaseQuery.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/useInfiniteQuery.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/useIsFetching.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/useMutation.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/useMutationState.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/usePrefetchQuery.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/useQuery.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/useSuspenseQueries.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_react-query@5.90.20_react@19.2.4 → @tanstack_react-query@5.90.21_react@19.2.4}/@tanstack/react-query/build/modern/useSuspenseQuery.mjs +0 -0
- /package/dist/.external/esm/{i18next@25.8.4_typescript@5.9.3 → i18next@25.8.5_typescript@5.9.3}/i18next/dist/esm/i18next.mjs +0 -0
- /package/dist/.external/esm/{react-i18next@15.7.4_i18next@25.8.4_react-dom@19.2.4_react@19.2.4_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.8.5_react-dom@19.2.4_react@19.2.4_typescript@5.9.3}/react-i18next/dist/es/I18nextProvider.mjs +0 -0
- /package/dist/.external/esm/{react-i18next@15.7.4_i18next@25.8.4_react-dom@19.2.4_react@19.2.4_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.8.5_react-dom@19.2.4_react@19.2.4_typescript@5.9.3}/react-i18next/dist/es/context.mjs +0 -0
- /package/dist/.external/esm/{react-i18next@15.7.4_i18next@25.8.4_react-dom@19.2.4_react@19.2.4_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.8.5_react-dom@19.2.4_react@19.2.4_typescript@5.9.3}/react-i18next/dist/es/defaults.mjs +0 -0
- /package/dist/.external/esm/{react-i18next@15.7.4_i18next@25.8.4_react-dom@19.2.4_react@19.2.4_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.8.5_react-dom@19.2.4_react@19.2.4_typescript@5.9.3}/react-i18next/dist/es/i18nInstance.mjs +0 -0
- /package/dist/.external/esm/{react-i18next@15.7.4_i18next@25.8.4_react-dom@19.2.4_react@19.2.4_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.8.5_react-dom@19.2.4_react@19.2.4_typescript@5.9.3}/react-i18next/dist/es/initReactI18next.mjs +0 -0
- /package/dist/.external/esm/{react-i18next@15.7.4_i18next@25.8.4_react-dom@19.2.4_react@19.2.4_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.8.5_react-dom@19.2.4_react@19.2.4_typescript@5.9.3}/react-i18next/dist/es/unescape.mjs +0 -0
- /package/dist/.external/esm/{react-i18next@15.7.4_i18next@25.8.4_react-dom@19.2.4_react@19.2.4_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.8.5_react-dom@19.2.4_react@19.2.4_typescript@5.9.3}/react-i18next/dist/es/useTranslation.mjs +0 -0
- /package/dist/.external/esm/{react-i18next@15.7.4_i18next@25.8.4_react-dom@19.2.4_react@19.2.4_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.8.5_react-dom@19.2.4_react@19.2.4_typescript@5.9.3}/react-i18next/dist/es/utils.mjs +0 -0
- /package/dist/.external/esm/{zustand@5.0.11_@types_react@19.2.13_react@19.2.4 → zustand@5.0.11_@types_react@19.2.14_react@19.2.4}/zustand/esm/react.mjs +0 -0
- /package/dist/.external/esm/{zustand@5.0.11_@types_react@19.2.13_react@19.2.4 → zustand@5.0.11_@types_react@19.2.14_react@19.2.4}/zustand/esm/vanilla.mjs +0 -0
|
@@ -7,7 +7,7 @@ import { memo } from "react";
|
|
|
7
7
|
import { useApi } from "../../hooks/api/useApi.mjs";
|
|
8
8
|
import { useForms } from "../../hooks/api/useForms.mjs";
|
|
9
9
|
import "../../Wrappers/Provider/Contexts/LangContext.mjs";
|
|
10
|
-
import { useTranslation } from "../../../../.external/esm/react-i18next@15.7.4_i18next@25.8.
|
|
10
|
+
import { useTranslation } from "../../../../.external/esm/react-i18next@15.7.4_i18next@25.8.5_react-dom@19.2.4_react@19.2.4_typescript@5.9.3/react-i18next/dist/es/useTranslation.mjs";
|
|
11
11
|
import IconPencil from "../../../../.external/esm/@tabler_icons-react@3.18.0_react@19.2.4/@tabler/icons-react/dist/esm/icons/IconPencil.mjs";
|
|
12
12
|
const Edit = memo(({ id, ...props }) => {
|
|
13
13
|
const { getEntry } = useApi();
|
|
@@ -4,7 +4,7 @@ import { ThemeIcon, Loader, Tooltip, ActionIcon } from "@mantine/core";
|
|
|
4
4
|
import { memo, useState } from "react";
|
|
5
5
|
import { useApi } from "../../hooks/api/useApi.mjs";
|
|
6
6
|
import "../../Wrappers/Provider/Contexts/LangContext.mjs";
|
|
7
|
-
import { useTranslation } from "../../../../.external/esm/react-i18next@15.7.4_i18next@25.8.
|
|
7
|
+
import { useTranslation } from "../../../../.external/esm/react-i18next@15.7.4_i18next@25.8.5_react-dom@19.2.4_react@19.2.4_typescript@5.9.3/react-i18next/dist/es/useTranslation.mjs";
|
|
8
8
|
import IconRefresh from "../../../../.external/esm/@tabler_icons-react@3.18.0_react@19.2.4/@tabler/icons-react/dist/esm/icons/IconRefresh.mjs";
|
|
9
9
|
const Refresh = memo(({ tooltipProps, ...props }) => {
|
|
10
10
|
const { t } = useTranslation();
|
|
@@ -7,7 +7,7 @@ import { memo } from "react";
|
|
|
7
7
|
import { useApi } from "../../hooks/api/useApi.mjs";
|
|
8
8
|
import { useForms } from "../../hooks/api/useForms.mjs";
|
|
9
9
|
import "../../Wrappers/Provider/Contexts/LangContext.mjs";
|
|
10
|
-
import { useTranslation } from "../../../../.external/esm/react-i18next@15.7.4_i18next@25.8.
|
|
10
|
+
import { useTranslation } from "../../../../.external/esm/react-i18next@15.7.4_i18next@25.8.5_react-dom@19.2.4_react@19.2.4_typescript@5.9.3/react-i18next/dist/es/useTranslation.mjs";
|
|
11
11
|
import IconEye from "../../../../.external/esm/@tabler_icons-react@3.18.0_react@19.2.4/@tabler/icons-react/dist/esm/icons/IconEye.mjs";
|
|
12
12
|
const View = memo(({ id, ...props }) => {
|
|
13
13
|
const { getEntry } = useApi();
|
|
@@ -15,7 +15,7 @@ import { CommonModal } from "../Modals/CommonModal.mjs";
|
|
|
15
15
|
import { normalProps } from "../Modals/normalProps.mjs";
|
|
16
16
|
import { overlayProps } from "../Modals/overlayProps.mjs";
|
|
17
17
|
import { FormField } from "../Tables/DataGrid/FormField/FormField.mjs";
|
|
18
|
-
import { useTranslation } from "../../../.external/esm/react-i18next@15.7.4_i18next@25.8.
|
|
18
|
+
import { useTranslation } from "../../../.external/esm/react-i18next@15.7.4_i18next@25.8.5_react-dom@19.2.4_react@19.2.4_typescript@5.9.3/react-i18next/dist/es/useTranslation.mjs";
|
|
19
19
|
function AddDialog({
|
|
20
20
|
jsonForms: __jsonForms,
|
|
21
21
|
onSuccess,
|
|
@@ -8,7 +8,7 @@ import { overlayProps } from "../Modals/overlayProps.mjs";
|
|
|
8
8
|
import { useApi } from "../hooks/api/useApi.mjs";
|
|
9
9
|
import { useForms } from "../hooks/api/useForms.mjs";
|
|
10
10
|
import "../Wrappers/Provider/Contexts/LangContext.mjs";
|
|
11
|
-
import { useTranslation } from "../../../.external/esm/react-i18next@15.7.4_i18next@25.8.
|
|
11
|
+
import { useTranslation } from "../../../.external/esm/react-i18next@15.7.4_i18next@25.8.5_react-dom@19.2.4_react@19.2.4_typescript@5.9.3/react-i18next/dist/es/useTranslation.mjs";
|
|
12
12
|
const DeleteDialog = ({ deleteText, onSuccess, onError, ...props }) => {
|
|
13
13
|
const { refetch, refetchInfo, deleteEntry } = useApi();
|
|
14
14
|
const { t } = useTranslation();
|
|
@@ -18,7 +18,7 @@ import { CommonModal } from "../Modals/CommonModal.mjs";
|
|
|
18
18
|
import { normalProps } from "../Modals/normalProps.mjs";
|
|
19
19
|
import { overlayProps } from "../Modals/overlayProps.mjs";
|
|
20
20
|
import { FormField } from "../Tables/DataGrid/FormField/FormField.mjs";
|
|
21
|
-
import { useTranslation } from "../../../.external/esm/react-i18next@15.7.4_i18next@25.8.
|
|
21
|
+
import { useTranslation } from "../../../.external/esm/react-i18next@15.7.4_i18next@25.8.5_react-dom@19.2.4_react@19.2.4_typescript@5.9.3/react-i18next/dist/es/useTranslation.mjs";
|
|
22
22
|
function EditDialog({
|
|
23
23
|
jsonForms: __jsonForms,
|
|
24
24
|
onSuccess,
|
|
@@ -5,7 +5,7 @@ import { Icon } from "../../../.external/esm/@iconify_react@6.0.2_react@19.2.4/@
|
|
|
5
5
|
import { Modal, Box, Group, Button, CloseButton } from "@mantine/core";
|
|
6
6
|
import { useInfo } from "../hooks/auth/useInfo.mjs";
|
|
7
7
|
import "../Wrappers/Provider/Contexts/LangContext.mjs";
|
|
8
|
-
import { useTranslation } from "../../../.external/esm/react-i18next@15.7.4_i18next@25.8.
|
|
8
|
+
import { useTranslation } from "../../../.external/esm/react-i18next@15.7.4_i18next@25.8.5_react-dom@19.2.4_react@19.2.4_typescript@5.9.3/react-i18next/dist/es/useTranslation.mjs";
|
|
9
9
|
function CommonModal({
|
|
10
10
|
children,
|
|
11
11
|
view,
|
|
@@ -3,7 +3,7 @@ import { Modal, Group, Text, List, Grid, Card } from "@mantine/core";
|
|
|
3
3
|
import { useMemo, Fragment } from "react";
|
|
4
4
|
import { useApi } from "../../hooks/api/useApi.mjs";
|
|
5
5
|
import "../../Wrappers/Provider/Contexts/LangContext.mjs";
|
|
6
|
-
import { useTranslation } from "../../../../.external/esm/react-i18next@15.7.4_i18next@25.8.
|
|
6
|
+
import { useTranslation } from "../../../../.external/esm/react-i18next@15.7.4_i18next@25.8.5_react-dom@19.2.4_react@19.2.4_typescript@5.9.3/react-i18next/dist/es/useTranslation.mjs";
|
|
7
7
|
import IconAlertCircle from "../../../../.external/esm/@tabler_icons-react@3.18.0_react@19.2.4/@tabler/icons-react/dist/esm/icons/IconAlertCircle.mjs";
|
|
8
8
|
const isObject = (value) => typeof value === "object" && value !== null && !Array.isArray(value);
|
|
9
9
|
const MessageRenderer = ({ message }) => {
|
|
@@ -11,7 +11,7 @@ import { useApi } from "../../../../../hooks/api/useApi.mjs";
|
|
|
11
11
|
import "../../../../../Wrappers/Provider/Contexts/LangContext.mjs";
|
|
12
12
|
import { getBasicInput } from "../utils.mjs";
|
|
13
13
|
import { HeaderInput } from "./HeaderInput.mjs";
|
|
14
|
-
import { useTranslation } from "../../../../../../../.external/esm/react-i18next@15.7.4_i18next@25.8.
|
|
14
|
+
import { useTranslation } from "../../../../../../../.external/esm/react-i18next@15.7.4_i18next@25.8.5_react-dom@19.2.4_react@19.2.4_typescript@5.9.3/react-i18next/dist/es/useTranslation.mjs";
|
|
15
15
|
const getLocalStorageValue = (key, defaultValue) => {
|
|
16
16
|
const value = localStorage.getItem(key);
|
|
17
17
|
if (value === null) {
|
|
@@ -2,7 +2,7 @@ import { jsx, jsxs } from "react/jsx-runtime";
|
|
|
2
2
|
import { ActionIcon, Group, NumberInput } from "@mantine/core";
|
|
3
3
|
import { forwardRef, useState, useEffect, useCallback } from "react";
|
|
4
4
|
import "../../../../../../Wrappers/Provider/Contexts/LangContext.mjs";
|
|
5
|
-
import { useTranslation } from "../../../../../../../../.external/esm/react-i18next@15.7.4_i18next@25.8.
|
|
5
|
+
import { useTranslation } from "../../../../../../../../.external/esm/react-i18next@15.7.4_i18next@25.8.5_react-dom@19.2.4_react@19.2.4_typescript@5.9.3/react-i18next/dist/es/useTranslation.mjs";
|
|
6
6
|
import IconX from "../../../../../../../../.external/esm/@tabler_icons-react@3.18.0_react@19.2.4/@tabler/icons-react/dist/esm/icons/IconX.mjs";
|
|
7
7
|
const criteria = (v) => v !== void 0 && v !== null && v !== "";
|
|
8
8
|
const HeaderBetweenInput = forwardRef(({ clearIcon: _, mrtprops: { textinputprops }, ...props }, ref) => {
|
package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/HeaderAdvancedFiltersMenuButton.mjs
CHANGED
|
@@ -6,7 +6,7 @@ import { useAuth } from "../../../../hooks/auth/useAuth.mjs";
|
|
|
6
6
|
import "../../../../Wrappers/Provider/Contexts/LangContext.mjs";
|
|
7
7
|
import { AdvancedFilters } from "./AdvancedFilters.mjs";
|
|
8
8
|
import { FilterMenuButton } from "./FilterMenuButton.mjs";
|
|
9
|
-
import { useTranslation } from "../../../../../../.external/esm/react-i18next@15.7.4_i18next@25.8.
|
|
9
|
+
import { useTranslation } from "../../../../../../.external/esm/react-i18next@15.7.4_i18next@25.8.5_react-dom@19.2.4_react@19.2.4_typescript@5.9.3/react-i18next/dist/es/useTranslation.mjs";
|
|
10
10
|
const HeaderAdvancedFiltersMenuButton = ({ filters, mrtProps }) => {
|
|
11
11
|
const { t } = useTranslation();
|
|
12
12
|
const { table, column } = mrtProps;
|
|
@@ -5,19 +5,21 @@ import { Download } from "../../../../ActionIcons/Download/Download.mjs";
|
|
|
5
5
|
import { Refresh } from "../../../../ActionIcons/Refresh/Refresh.mjs";
|
|
6
6
|
function getBasicToolbars(table, rules) {
|
|
7
7
|
const toolbars = {
|
|
8
|
-
toggleGlobalFilter: /* @__PURE__ */ jsx(MRT_ToggleGlobalFilterButton, { table, disabled: false }, "basic-toggleGlobalFilter"),
|
|
9
|
-
filter: /* @__PURE__ */ jsx(MRT_ToggleFiltersButton, { table }, "basic-filter"),
|
|
10
|
-
refresh: /* @__PURE__ */ jsx(Refresh, { tooltipProps: { label: table.options.localization.refresh } }, "basic-refresh"),
|
|
11
|
-
add: /* @__PURE__ */ jsx(Add, { tooltipProps: { label: table.options.localization.add } }, "basic-add"),
|
|
12
|
-
download: /* @__PURE__ */ jsx(Download, { tooltipProps: { label: table.options.localization.download } }, "basic-download"),
|
|
13
|
-
// upload:
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
8
|
+
toggleGlobalFilter: (props) => /* @__PURE__ */ jsx(MRT_ToggleGlobalFilterButton, { table, disabled: false, ...props }, "basic-toggleGlobalFilter"),
|
|
9
|
+
filter: (props) => /* @__PURE__ */ jsx(MRT_ToggleFiltersButton, { table, ...props }, "basic-filter"),
|
|
10
|
+
refresh: (props) => /* @__PURE__ */ jsx(Refresh, { tooltipProps: { label: table.options.localization.refresh }, ...props }, "basic-refresh"),
|
|
11
|
+
add: (props) => /* @__PURE__ */ jsx(Add, { tooltipProps: { label: table.options.localization.add }, ...props }, "basic-add"),
|
|
12
|
+
download: (props) => /* @__PURE__ */ jsx(Download, { tooltipProps: { label: table.options.localization.download }, ...props }, "basic-download"),
|
|
13
|
+
// upload: (props) => (
|
|
14
|
+
// <Upload key="basic-upload" tooltipProps={{ label: table.options.localization.upload }} {...props} />
|
|
15
|
+
// ), //! Disabled until further notice
|
|
16
|
+
showHideColumns: (props) => /* @__PURE__ */ jsx(MRT_ShowHideColumnsButton, { table, ...props }, "basic-showHideColumns"),
|
|
17
|
+
toggleDensePadding: (props) => /* @__PURE__ */ jsx(MRT_ToggleDensePaddingButton, { table, ...props }, "basic-toggleDensePadding"),
|
|
18
|
+
toggleFullScreen: (props) => /* @__PURE__ */ jsx(MRT_ToggleFullScreenButton, { table, ...props }, "basic-toggleFullScreen")
|
|
17
19
|
};
|
|
18
20
|
Object.entries(rules).forEach(([key, value]) => {
|
|
19
21
|
if (!value) {
|
|
20
|
-
toolbars[key]
|
|
22
|
+
delete toolbars[key];
|
|
21
23
|
}
|
|
22
24
|
});
|
|
23
25
|
return toolbars;
|
|
@@ -1,18 +1,23 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { parseFromValuesOrFunc } from "fastapi-rtk/utils";
|
|
3
3
|
import { SegmentedControl, Group, Box, Flex } from "@mantine/core";
|
|
4
|
-
import { useMemo, useCallback } from "react";
|
|
4
|
+
import { useMemo, useCallback, isValidElement } from "react";
|
|
5
5
|
import { useApi } from "../../../../hooks/api/useApi.mjs";
|
|
6
6
|
import { useAuth } from "../../../../hooks/auth/useAuth.mjs";
|
|
7
7
|
import { FallbackWrapper } from "../../FallbackWrapper.mjs";
|
|
8
8
|
import { getBasicToolbars } from "./basicToolbars.mjs";
|
|
9
|
+
const isObject = (value) => typeof value === "object" && value !== null && !Array.isArray(value);
|
|
9
10
|
function renderCustomizedToolbars(customizer, basicToolbarsObj, functionProps, custom) {
|
|
10
11
|
Object.entries(customizer || {}).forEach(([key, value]) => {
|
|
11
12
|
if (key in basicToolbarsObj) {
|
|
12
|
-
|
|
13
|
+
const isPlainObject = isObject(value) && !isValidElement(value);
|
|
14
|
+
const props = isPlainObject ? value == null ? void 0 : value.props : void 0;
|
|
15
|
+
const component = isPlainObject ? value == null ? void 0 : value.component : value;
|
|
16
|
+
const ToolbarComponent = basicToolbarsObj[key];
|
|
17
|
+
basicToolbarsObj[key] = () => /* @__PURE__ */ jsx(FallbackWrapper, { fallback: ToolbarComponent(props), functionProps, children: component }, `custom-${key}`);
|
|
13
18
|
}
|
|
14
19
|
});
|
|
15
|
-
let toolbars = Object.values(basicToolbarsObj);
|
|
20
|
+
let toolbars = Object.values(basicToolbarsObj).map((Component) => Component());
|
|
16
21
|
Object.entries(custom || {}).forEach(([key, value]) => {
|
|
17
22
|
key = Number(key) - 1;
|
|
18
23
|
const Component = /* @__PURE__ */ jsx(FallbackWrapper, { functionProps, children: value }, `order-${key}`);
|
|
@@ -2,7 +2,7 @@ import { useState, useRef, useEffect, useMemo, useCallback } from "react";
|
|
|
2
2
|
import { convertId, getItemId, urlJoin } from "fastapi-rtk/utils";
|
|
3
3
|
import { useDidUpdate, useSetState } from "@mantine/hooks";
|
|
4
4
|
import { keepPreviousData } from "../../../../../.external/esm/@tanstack_query-core@5.90.20/@tanstack/query-core/build/modern/utils.mjs";
|
|
5
|
-
import { useQuery } from "../../../../../.external/esm/@tanstack_react-query@5.90.
|
|
5
|
+
import { useQuery } from "../../../../../.external/esm/@tanstack_react-query@5.90.21_react@19.2.4/@tanstack/react-query/build/modern/useQuery.mjs";
|
|
6
6
|
import { useLang } from "../../../hooks/lang/useLang.mjs";
|
|
7
7
|
import { createItem } from "../utils/api/createItem.mjs";
|
|
8
8
|
import { deleteItem } from "../utils/api/deleteItem.mjs";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { initialState, VIEW_MODE } from "fastapi-rtk/constants";
|
|
2
2
|
import { useState } from "react";
|
|
3
|
-
import { create } from "../../../../../.external/esm/zustand@5.0.11_@types_react@19.2.
|
|
3
|
+
import { create } from "../../../../../.external/esm/zustand@5.0.11_@types_react@19.2.14_react@19.2.4/zustand/esm/react.mjs";
|
|
4
4
|
const useProvideForm = () => {
|
|
5
5
|
const [storeAdd] = useState(
|
|
6
6
|
() => create((set, get) => ({
|
|
@@ -3,12 +3,12 @@ import { LANG_LOCAL_STORAGE_PROPS } from "fastapi-rtk/constants";
|
|
|
3
3
|
import { createSafeContext, parseFromValuesOrFunc } from "fastapi-rtk/utils";
|
|
4
4
|
import { useProxy } from "fastapi-rtk/zustand";
|
|
5
5
|
import { useLocalStorage } from "@mantine/hooks";
|
|
6
|
-
import { createInstance } from "../../../../../.external/esm/i18next@25.8.
|
|
6
|
+
import { createInstance } from "../../../../../.external/esm/i18next@25.8.5_typescript@5.9.3/i18next/dist/esm/i18next.mjs";
|
|
7
7
|
import { useRef, useMemo, useEffect } from "react";
|
|
8
8
|
import de from "../../../translations/de.mjs";
|
|
9
9
|
import { useProvideLang } from "../hooks/useProvideLang.mjs";
|
|
10
|
-
import { I18nextProvider } from "../../../../../.external/esm/react-i18next@15.7.4_i18next@25.8.
|
|
11
|
-
import { initReactI18next } from "../../../../../.external/esm/react-i18next@15.7.4_i18next@25.8.
|
|
10
|
+
import { I18nextProvider } from "../../../../../.external/esm/react-i18next@15.7.4_i18next@25.8.5_react-dom@19.2.4_react@19.2.4_typescript@5.9.3/react-i18next/dist/es/I18nextProvider.mjs";
|
|
11
|
+
import { initReactI18next } from "../../../../../.external/esm/react-i18next@15.7.4_i18next@25.8.5_react-dom@19.2.4_react@19.2.4_typescript@5.9.3/react-i18next/dist/es/initReactI18next.mjs";
|
|
12
12
|
const getI18n = ({ initProps, callback, translations } = {}) => {
|
|
13
13
|
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
14
14
|
const i18n = createInstance();
|
|
@@ -2,7 +2,7 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { parseFromValuesOrFunc } from "fastapi-rtk/utils";
|
|
3
3
|
import { useProxy } from "fastapi-rtk/zustand";
|
|
4
4
|
import { QueryClient } from "../../../../.external/esm/@tanstack_query-core@5.90.20/@tanstack/query-core/build/modern/queryClient.mjs";
|
|
5
|
-
import { QueryClientProvider } from "../../../../.external/esm/@tanstack_react-query@5.90.
|
|
5
|
+
import { QueryClientProvider } from "../../../../.external/esm/@tanstack_react-query@5.90.21_react@19.2.4/@tanstack/react-query/build/modern/QueryClientProvider.mjs";
|
|
6
6
|
import { useState, forwardRef, useMemo } from "react";
|
|
7
7
|
import { defaultAuth } from "../../fab-react-toolkit-patch/auth/hooks/useProvideAuth.mjs";
|
|
8
8
|
import { defaultInfo } from "../../fab-react-toolkit-patch/auth/hooks/useProvideInfo.mjs";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { useQuery } from "../../../../../.external/esm/@tanstack_react-query@5.90.
|
|
2
|
-
import { useQueryClient } from "../../../../../.external/esm/@tanstack_react-query@5.90.
|
|
1
|
+
import { useQuery } from "../../../../../.external/esm/@tanstack_react-query@5.90.21_react@19.2.4/@tanstack/react-query/build/modern/useQuery.mjs";
|
|
2
|
+
import { useQueryClient } from "../../../../../.external/esm/@tanstack_react-query@5.90.21_react@19.2.4/@tanstack/react-query/build/modern/QueryClientProvider.mjs";
|
|
3
3
|
import { useState, useCallback, useMemo } from "react";
|
|
4
4
|
import { authOAuthSignin, authResetPassword, authSignout, authSignin } from "../utils/authFetch.mjs";
|
|
5
5
|
import { updateUser, getUser } from "../utils/userCRUD.mjs";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { useQuery } from "../../../../../.external/esm/@tanstack_react-query@5.90.
|
|
1
|
+
import { useQuery } from "../../../../../.external/esm/@tanstack_react-query@5.90.21_react@19.2.4/@tanstack/react-query/build/modern/useQuery.mjs";
|
|
2
2
|
import { useEffect } from "react";
|
|
3
3
|
import { authInfo } from "../utils/authFetch.mjs";
|
|
4
4
|
const defaultInfo = { getInfo: authInfo };
|
|
@@ -2,7 +2,7 @@ import { LANG_LOCAL_STORAGE_PROPS, MRT_LOCALIZATION_IMPORT_MAP } from "fastapi-r
|
|
|
2
2
|
import { FastAPIRTKLogger } from "fastapi-rtk/utils";
|
|
3
3
|
import { useLocalStorage, useSetState } from "@mantine/hooks";
|
|
4
4
|
import { useCallback, useEffect } from "react";
|
|
5
|
-
import { useTranslation } from "../../../../../.external/esm/react-i18next@15.7.4_i18next@25.8.
|
|
5
|
+
import { useTranslation } from "../../../../../.external/esm/react-i18next@15.7.4_i18next@25.8.5_react-dom@19.2.4_react@19.2.4_typescript@5.9.3/react-i18next/dist/es/useTranslation.mjs";
|
|
6
6
|
const useProvideLang = (baseMRTLocalization = {}) => {
|
|
7
7
|
const translation = useTranslation();
|
|
8
8
|
const [localStorageLanguage, setLocalStorageLanguage] = useLocalStorage(LANG_LOCAL_STORAGE_PROPS);
|
package/dist/core/esm/index.mjs
CHANGED
|
@@ -19,6 +19,7 @@ import { useLang } from "./hooks/lang/useLang.mjs";
|
|
|
19
19
|
import { DateTimePicker } from "./Inputs/DateTimePicker.mjs";
|
|
20
20
|
import { TimePicker } from "./Inputs/TimePicker.mjs";
|
|
21
21
|
import { UserMenu } from "./Menu/UserMenu/UserMenu.mjs";
|
|
22
|
+
import { Filter } from "./Tables/DataGrid/Toolbar/Filter/Filter.mjs";
|
|
22
23
|
import { LanguageSelector } from "./Selectors/LanguageSelector.mjs";
|
|
23
24
|
import { CommonModal } from "./Modals/CommonModal.mjs";
|
|
24
25
|
import { normalProps } from "./Modals/normalProps.mjs";
|
|
@@ -34,10 +35,9 @@ export * from "fastapi-rtk/constants";
|
|
|
34
35
|
export * from "fastapi-rtk/hooks";
|
|
35
36
|
export * from "fastapi-rtk/utils";
|
|
36
37
|
export * from "fastapi-rtk/zustand";
|
|
37
|
-
import * as index from "../../.external/esm/@tanstack_react-query@5.90.
|
|
38
|
+
import * as index from "../../.external/esm/@tanstack_react-query@5.90.21_react@19.2.4/@tanstack/react-query/build/modern/index.mjs";
|
|
38
39
|
import * as index_esm from "../../.external/esm/mantine-react-table@2.0.0-beta.9_@mantine_core@7.17.8_@mantine_dates@7.17.8_@mantine_hooks@7._7jqiyi5sshrifwwn7z7vmkfdl4/mantine-react-table/dist/index.esm.mjs";
|
|
39
|
-
import {
|
|
40
|
-
import { useTranslation } from "../../.external/esm/react-i18next@15.7.4_i18next@25.8.4_react-dom@19.2.4_react@19.2.4_typescript@5.9.3/react-i18next/dist/es/useTranslation.mjs";
|
|
40
|
+
import { useTranslation } from "../../.external/esm/react-i18next@15.7.4_i18next@25.8.5_react-dom@19.2.4_react@19.2.4_typescript@5.9.3/react-i18next/dist/es/useTranslation.mjs";
|
|
41
41
|
export {
|
|
42
42
|
Actions,
|
|
43
43
|
Add,
|
|
@@ -68,9 +68,11 @@ export {
|
|
|
68
68
|
UserMenu,
|
|
69
69
|
View,
|
|
70
70
|
ViewDialog,
|
|
71
|
+
index_esm as mantineReactTable,
|
|
71
72
|
index_esm as mrt,
|
|
72
73
|
normalProps,
|
|
73
74
|
overlayProps,
|
|
75
|
+
index as reactQuery,
|
|
74
76
|
index as rq,
|
|
75
77
|
useApi,
|
|
76
78
|
useAuth,
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
* @param {Record<string, boolean>} [rules] - An optional object containing rules to conditionally render certain toolbar components.
|
|
6
6
|
*/
|
|
7
7
|
export function getBasicToolbars(table: any, rules?: Record<string, boolean>): {
|
|
8
|
-
toggleGlobalFilter: import("react").JSX.Element;
|
|
9
|
-
filter: import("react").JSX.Element;
|
|
10
|
-
refresh: import("react").JSX.Element;
|
|
11
|
-
add: import("react").JSX.Element;
|
|
12
|
-
download: import("react").JSX.Element;
|
|
13
|
-
showHideColumns: import("react").JSX.Element;
|
|
14
|
-
toggleDensePadding: import("react").JSX.Element;
|
|
15
|
-
toggleFullScreen: import("react").JSX.Element;
|
|
8
|
+
toggleGlobalFilter: (props: any) => import("react").JSX.Element;
|
|
9
|
+
filter: (props: any) => import("react").JSX.Element;
|
|
10
|
+
refresh: (props: any) => import("react").JSX.Element;
|
|
11
|
+
add: (props: any) => import("react").JSX.Element;
|
|
12
|
+
download: (props: any) => import("react").JSX.Element;
|
|
13
|
+
showHideColumns: (props: any) => import("react").JSX.Element;
|
|
14
|
+
toggleDensePadding: (props: any) => import("react").JSX.Element;
|
|
15
|
+
toggleFullScreen: (props: any) => import("react").JSX.Element;
|
|
16
16
|
};
|
package/dist/core/lib/index.d.ts
CHANGED
|
@@ -16,12 +16,14 @@ export { useForms } from './hooks/api/useForms';
|
|
|
16
16
|
export { useAuth } from './hooks/auth/useAuth';
|
|
17
17
|
export { useInfo } from './hooks/auth/useInfo';
|
|
18
18
|
export { UserMenu } from './Menu/UserMenu/UserMenu';
|
|
19
|
+
export { Filter } from './Tables/DataGrid/Toolbar/Filter/Filter';
|
|
19
20
|
export { LanguageSelector } from './Selectors/LanguageSelector';
|
|
20
21
|
export { InfiniteScroll } from './Wrappers/InfiniteScroll/InfiniteScroll';
|
|
21
22
|
export { LazyLoadWrapper } from './Wrappers/LazyLoadWrapper/LazyLoadWrapper';
|
|
22
23
|
export * as rq from '@tanstack/react-query';
|
|
23
24
|
export * as mrt from 'mantine-react-table';
|
|
24
|
-
export
|
|
25
|
+
export * as reactQuery from '@tanstack/react-query';
|
|
26
|
+
export * as mantineReactTable from 'mantine-react-table';
|
|
25
27
|
export { useLang, useTranslation } from './hooks/lang/useLang';
|
|
26
28
|
export { DataGrid, DataGrid as Datagrid } from './Tables/DataGrid/DataGrid';
|
|
27
29
|
export { NextGenDataGrid, NextGenDataGrid as NextGenDatagrid, NextGenDataGrid as NextGendatagrid, NextGenDataGrid as Nextgendatagrid } from './Tables/NextGenDataGrid/NextGenDataGrid';
|
|
@@ -117,7 +117,7 @@ const NonEmptyCellComponent = React.memo(function NonEmptyCellComponent2(props)
|
|
|
117
117
|
[_contextProps, componentProps, contextProps]
|
|
118
118
|
);
|
|
119
119
|
const theme = useThemeCustomizer.useThemeCustomizer({ [path]: { component, props: _props } });
|
|
120
|
-
return /* @__PURE__ */ jsxRuntime.jsx(core.MantineThemeProvider, { theme, children: /* @__PURE__ */ jsxRuntime.jsx(NoBorderTableCell.NoBorderTableCell, { children: schema.properties ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
120
|
+
return /* @__PURE__ */ jsxRuntime.jsx(core.MantineThemeProvider, { theme, children: /* @__PURE__ */ jsxRuntime.jsx(NoBorderTableCell.NoBorderTableCell, { maw: 0, children: schema.properties ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
121
121
|
react.DispatchCell,
|
|
122
122
|
{
|
|
123
123
|
schema: core$1.Resolve.schema(schema, `#/properties/${core$1.encode(propName)}`, rootSchema),
|
|
@@ -33,6 +33,11 @@ function useCommonProps(props = {}) {
|
|
|
33
33
|
React.useEffect(() => {
|
|
34
34
|
setValue(props.data);
|
|
35
35
|
}, [props.data]);
|
|
36
|
+
React.useEffect(() => {
|
|
37
|
+
if (props.data === void 0) {
|
|
38
|
+
onChange(props.schema.default);
|
|
39
|
+
}
|
|
40
|
+
}, [props.schema.default]);
|
|
36
41
|
return {
|
|
37
42
|
inputWrapperOrder: ["label", "input", "description", "error"],
|
|
38
43
|
label: props.label,
|
|
@@ -12,8 +12,7 @@ function useTimeProps({ value, onChange, withSeconds }) {
|
|
|
12
12
|
if (value2.length === 5) {
|
|
13
13
|
value2 = `${value2}:00`;
|
|
14
14
|
}
|
|
15
|
-
|
|
16
|
-
onChange == null ? void 0 : onChange(value2);
|
|
15
|
+
onChange == null ? void 0 : onChange(value2 || void 0);
|
|
17
16
|
}
|
|
18
17
|
};
|
|
19
18
|
}
|
|
@@ -24,6 +24,26 @@ const isJsonControl = require("./testers/isJsonControl.cjs");
|
|
|
24
24
|
const isSchemaTypeInclude = require("./utils/isSchemaTypeInclude.cjs");
|
|
25
25
|
const utcConverter = require("./utils/utcConverter.cjs");
|
|
26
26
|
const withAjvProps = require("./utils/withAjvProps.cjs");
|
|
27
|
+
const core = require("@jsonforms/core");
|
|
28
|
+
const react = require("@jsonforms/react");
|
|
29
|
+
function _interopNamespaceDefault(e) {
|
|
30
|
+
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
|
31
|
+
if (e) {
|
|
32
|
+
for (const k in e) {
|
|
33
|
+
if (k !== "default") {
|
|
34
|
+
const d = Object.getOwnPropertyDescriptor(e, k);
|
|
35
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
36
|
+
enumerable: true,
|
|
37
|
+
get: () => e[k]
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
n.default = e;
|
|
43
|
+
return Object.freeze(n);
|
|
44
|
+
}
|
|
45
|
+
const core__namespace = /* @__PURE__ */ _interopNamespaceDefault(core);
|
|
46
|
+
const react__namespace = /* @__PURE__ */ _interopNamespaceDefault(react);
|
|
27
47
|
exports.JsonFormsWithCustomizer = JsonFormsWithCustomizer.JsonFormsWithCustomizer;
|
|
28
48
|
exports.mantineCells = mantineCells.mantineCells;
|
|
29
49
|
exports.mantineRenderers = mantineRenderers.mantineRenderers;
|
|
@@ -49,3 +69,5 @@ exports.isSchemaTypeInclude = isSchemaTypeInclude.isSchemaTypeInclude;
|
|
|
49
69
|
exports.convertLocalStringToUTCString = utcConverter.convertLocalStringToUTCString;
|
|
50
70
|
exports.convertUTCStringToLocalString = utcConverter.convertUTCStringToLocalString;
|
|
51
71
|
exports.withAjvProps = withAjvProps.withAjvProps;
|
|
72
|
+
exports.jsonformsCore = core__namespace;
|
|
73
|
+
exports.jsonformsReact = react__namespace;
|
|
@@ -115,7 +115,7 @@ const NonEmptyCellComponent = React.memo(function NonEmptyCellComponent2(props)
|
|
|
115
115
|
[_contextProps, componentProps, contextProps]
|
|
116
116
|
);
|
|
117
117
|
const theme = useThemeCustomizer({ [path]: { component, props: _props } });
|
|
118
|
-
return /* @__PURE__ */ jsx(MantineThemeProvider, { theme, children: /* @__PURE__ */ jsx(NoBorderTableCell, { children: schema.properties ? /* @__PURE__ */ jsx(
|
|
118
|
+
return /* @__PURE__ */ jsx(MantineThemeProvider, { theme, children: /* @__PURE__ */ jsx(NoBorderTableCell, { maw: 0, children: schema.properties ? /* @__PURE__ */ jsx(
|
|
119
119
|
DispatchCell,
|
|
120
120
|
{
|
|
121
121
|
schema: Resolve.schema(schema, `#/properties/${encode(propName)}`, rootSchema),
|
|
@@ -31,6 +31,11 @@ function useCommonProps(props = {}) {
|
|
|
31
31
|
useEffect(() => {
|
|
32
32
|
setValue(props.data);
|
|
33
33
|
}, [props.data]);
|
|
34
|
+
useEffect(() => {
|
|
35
|
+
if (props.data === void 0) {
|
|
36
|
+
onChange(props.schema.default);
|
|
37
|
+
}
|
|
38
|
+
}, [props.schema.default]);
|
|
34
39
|
return {
|
|
35
40
|
inputWrapperOrder: ["label", "input", "description", "error"],
|
|
36
41
|
label: props.label,
|
|
@@ -10,8 +10,7 @@ function useTimeProps({ value, onChange, withSeconds }) {
|
|
|
10
10
|
if (value2.length === 5) {
|
|
11
11
|
value2 = `${value2}:00`;
|
|
12
12
|
}
|
|
13
|
-
|
|
14
|
-
onChange == null ? void 0 : onChange(value2);
|
|
13
|
+
onChange == null ? void 0 : onChange(value2 || void 0);
|
|
15
14
|
}
|
|
16
15
|
};
|
|
17
16
|
}
|
|
@@ -22,6 +22,8 @@ import { isJsonControl } from "./testers/isJsonControl.mjs";
|
|
|
22
22
|
import { isSchemaTypeInclude } from "./utils/isSchemaTypeInclude.mjs";
|
|
23
23
|
import { convertLocalStringToUTCString, convertUTCStringToLocalString } from "./utils/utcConverter.mjs";
|
|
24
24
|
import { withAjvProps } from "./utils/withAjvProps.mjs";
|
|
25
|
+
import * as core from "@jsonforms/core";
|
|
26
|
+
import * as react from "@jsonforms/react";
|
|
25
27
|
export {
|
|
26
28
|
JsonFormsWithCustomizer,
|
|
27
29
|
convertLocalStringToUTCString,
|
|
@@ -33,6 +35,8 @@ export {
|
|
|
33
35
|
isJsonArrayControl,
|
|
34
36
|
isJsonControl,
|
|
35
37
|
isSchemaTypeInclude,
|
|
38
|
+
core as jsonformsCore,
|
|
39
|
+
react as jsonformsReact,
|
|
36
40
|
mantineCells,
|
|
37
41
|
mantineRenderers,
|
|
38
42
|
useBooleanProps,
|
|
@@ -21,4 +21,6 @@ export { isJsonArrayControl } from './testers/isJsonArrayControl';
|
|
|
21
21
|
export { isJsonControl } from './testers/isJsonControl';
|
|
22
22
|
export { isSchemaTypeInclude } from './utils/isSchemaTypeInclude';
|
|
23
23
|
export { withAjvProps } from './utils/withAjvProps';
|
|
24
|
+
export * as jsonformsCore from '@jsonforms/core';
|
|
25
|
+
export * as jsonformsReact from '@jsonforms/react';
|
|
24
26
|
export { convertLocalStringToUTCString, convertUTCStringToLocalString } from './utils/utcConverter';
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
3
3
|
const React = require("react");
|
|
4
4
|
const compareStateWithStore = require("../utils/compareStateWithStore.cjs");
|
|
5
5
|
const createProxy = require("../utils/createProxy.cjs");
|
|
6
|
-
const react = require("../../../.external/cjs/zustand@5.0.11_@types_react@19.2.
|
|
6
|
+
const react = require("../../../.external/cjs/zustand@5.0.11_@types_react@19.2.14_react@19.2.4/zustand/esm/react.cjs");
|
|
7
7
|
function useProxy(obj) {
|
|
8
8
|
const [store] = React.useState(() => react.create(() => ({ ...obj })));
|
|
9
9
|
const [proxy] = React.useState(() => createProxy.createProxy(store, ["getState", "setState"]));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useState, useEffect } from "react";
|
|
2
2
|
import { compareStateWithStore } from "../utils/compareStateWithStore.mjs";
|
|
3
3
|
import { createProxy } from "../utils/createProxy.mjs";
|
|
4
|
-
import { create } from "../../../.external/esm/zustand@5.0.11_@types_react@19.2.
|
|
4
|
+
import { create } from "../../../.external/esm/zustand@5.0.11_@types_react@19.2.14_react@19.2.4/zustand/esm/react.mjs";
|
|
5
5
|
function useProxy(obj) {
|
|
6
6
|
const [store] = useState(() => create(() => ({ ...obj })));
|
|
7
7
|
const [proxy] = useState(() => createProxy(store, ["getState", "setState"]));
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|