fastapi-rtk 1.0.4 → 1.0.6
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/index10.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/_virtual/index6.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/_virtual/index7.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/_virtual/index8.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/_virtual/index9.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/JsonFormsWithCustomizer/JsonFormsWithCustomizer.cjs +1 -1
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/MantineInputs/MantineObjectInput.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/cells/MantineBooleanCell.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/cells/MantineDateCell.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/cells/MantineDateTimeCell.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/cells/MantineEnumArrayCell.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/cells/MantineEnumCell.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/cells/MantineFileCell.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/cells/MantineImageCell.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/cells/MantineIntegerCell.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/cells/MantineJsonCell.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/cells/MantineNumberCell.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/cells/MantineOneOfEnumCell.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/cells/MantineTextCell.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/cells/MantineTimeCell.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/complex/MantineArrayControl/MantineArrayControl.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/complex/MantineEnumArrayControl.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/complex/MantineObjectControl.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/complex/MantineTableControl/MantineTableControl.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/complex/MantineTableControl/TableToolbar.cjs +1 -1
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/controls/MantineBooleanControl.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/controls/MantineDateControl.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/controls/MantineDateTimeControl.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/controls/MantineEnumControl.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/controls/MantineFileControl.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/controls/MantineImageControl.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/controls/MantineIntegerControl.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/controls/MantineJsonControl.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/controls/MantineNumberControl.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/controls/MantineOneOfEnumControl.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/controls/MantineTextControl.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/controls/MantineTimeControl.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/labels/MantineLabelRenderer.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/layouts/Array/ExpandPanelRenderer.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/layouts/Array/MantineArrayLayout.cjs +1 -1
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/layouts/Array/MantineArrayLayoutRenderer.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/layouts/Categorization/MantineCategorizationLayoutRenderer.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/layouts/Categorization/variants/CategorizationCards.cjs +1 -1
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/layouts/Categorization/variants/CategorizationStepper.cjs +1 -1
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/layouts/Categorization/variants/CategorizationTabs.cjs +1 -1
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/layouts/MantineGroupLayoutRenderer.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/layouts/MantineHotizontalLayoutRenderer.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/layouts/MantineVerticalLayoutRenderer.cjs +2 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/testers/isEnumArrayArrayControl.cjs +1 -1
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/testers/isEnumArrayControl.cjs +1 -1
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/testers/isFileControl.cjs +1 -1
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/testers/isFilesControl.cjs +1 -1
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/testers/isImageControl.cjs +1 -1
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/testers/isImagesControl.cjs +1 -1
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/testers/isJsonArrayControl.cjs +1 -1
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/testers/isJsonControl.cjs +1 -1
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/utils/layout.cjs +1 -1
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/utils/withAjvProps.cjs +2 -2
- package/dist/.bundled/jsonforms/esm/_virtual/index10.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/_virtual/index6.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/_virtual/index7.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/_virtual/index8.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/_virtual/index9.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/JsonFormsWithCustomizer/JsonFormsWithCustomizer.mjs +1 -1
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/MantineInputs/MantineObjectInput.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/cells/MantineBooleanCell.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/cells/MantineDateCell.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/cells/MantineDateTimeCell.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/cells/MantineEnumArrayCell.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/cells/MantineEnumCell.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/cells/MantineFileCell.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/cells/MantineImageCell.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/cells/MantineIntegerCell.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/cells/MantineJsonCell.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/cells/MantineNumberCell.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/cells/MantineOneOfEnumCell.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/cells/MantineTextCell.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/cells/MantineTimeCell.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/complex/MantineArrayControl/MantineArrayControl.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/complex/MantineEnumArrayControl.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/complex/MantineObjectControl.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/complex/MantineTableControl/MantineTableControl.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/complex/MantineTableControl/TableToolbar.mjs +1 -1
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/controls/MantineBooleanControl.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/controls/MantineDateControl.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/controls/MantineDateTimeControl.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/controls/MantineEnumControl.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/controls/MantineFileControl.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/controls/MantineImageControl.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/controls/MantineIntegerControl.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/controls/MantineJsonControl.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/controls/MantineNumberControl.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/controls/MantineOneOfEnumControl.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/controls/MantineTextControl.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/controls/MantineTimeControl.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/labels/MantineLabelRenderer.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/layouts/Array/ExpandPanelRenderer.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/layouts/Array/MantineArrayLayout.mjs +1 -1
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/layouts/Array/MantineArrayLayoutRenderer.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/layouts/Categorization/MantineCategorizationLayoutRenderer.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/layouts/Categorization/variants/CategorizationCards.mjs +1 -1
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/layouts/Categorization/variants/CategorizationStepper.mjs +1 -1
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/layouts/Categorization/variants/CategorizationTabs.mjs +1 -1
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/layouts/MantineGroupLayoutRenderer.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/layouts/MantineHotizontalLayoutRenderer.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/layouts/MantineVerticalLayoutRenderer.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/testers/isEnumArrayArrayControl.mjs +1 -1
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/testers/isEnumArrayControl.mjs +1 -1
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/testers/isFileControl.mjs +1 -1
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/testers/isFilesControl.mjs +1 -1
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/testers/isImageControl.mjs +1 -1
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/testers/isImagesControl.mjs +1 -1
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/testers/isJsonArrayControl.mjs +1 -1
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/testers/isJsonControl.mjs +1 -1
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/utils/layout.mjs +1 -1
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/utils/withAjvProps.mjs +2 -2
- package/dist/.external/cjs/{@jsonforms_core@3.6.0 → @jsonforms_core@3.7.0}/@jsonforms/core/lib/jsonforms-core.esm.cjs +99 -42
- package/dist/.external/cjs/{@jsonforms_react@3.6.0_@jsonforms_core@3.6.0_react@18.3.1 → @jsonforms_react@3.7.0_@jsonforms_core@3.7.0_react@18.3.1}/@jsonforms/react/lib/jsonforms-react.esm.cjs +1 -1
- package/dist/.external/cjs/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/queriesObserver.cjs +18 -15
- package/dist/.external/cjs/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/streamedQuery.cjs +1 -1
- package/dist/.external/cjs/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/HydrationBoundary.cjs +1 -1
- package/dist/.external/cjs/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/errorBoundaryUtils.cjs +1 -1
- package/dist/.external/cjs/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/index.cjs +18 -18
- package/dist/.external/cjs/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/useBaseQuery.cjs +2 -2
- package/dist/.external/cjs/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/useInfiniteQuery.cjs +1 -1
- package/dist/.external/cjs/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/useIsFetching.cjs +1 -1
- package/dist/.external/cjs/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/useMutation.cjs +3 -3
- package/dist/.external/cjs/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/useMutationState.cjs +2 -2
- package/dist/.external/cjs/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/useQueries.cjs +4 -4
- package/dist/.external/cjs/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/useQuery.cjs +1 -1
- package/dist/.external/cjs/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.cjs +2 -2
- package/dist/.external/cjs/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/useSuspenseQueries.cjs +1 -1
- package/dist/.external/cjs/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/useSuspenseQuery.cjs +2 -2
- package/dist/.external/cjs/ajv@8.17.1/ajv/dist/compile/index.cjs +1 -1
- package/dist/.external/cjs/ajv@8.17.1/ajv/dist/vocabularies/applicator/index.cjs +1 -1
- package/dist/.external/cjs/ajv@8.17.1/ajv/dist/vocabularies/core/index.cjs +1 -1
- package/dist/.external/cjs/ajv@8.17.1/ajv/dist/vocabularies/format/index.cjs +1 -1
- package/dist/.external/cjs/ajv@8.17.1/ajv/dist/vocabularies/validation/index.cjs +1 -1
- package/dist/.external/cjs/{dompurify@3.3.0 → dompurify@3.3.1}/dompurify/dist/purify.es.cjs +8 -2
- package/dist/.external/cjs/{i18next@25.6.2_typescript@5.9.3 → i18next@25.7.2_typescript@5.9.3}/i18next/dist/esm/i18next.cjs +4 -0
- package/dist/.external/esm/{@jsonforms_core@3.6.0 → @jsonforms_core@3.7.0}/@jsonforms/core/lib/jsonforms-core.esm.mjs +99 -42
- package/dist/.external/esm/{@jsonforms_react@3.6.0_@jsonforms_core@3.6.0_react@18.3.1 → @jsonforms_react@3.7.0_@jsonforms_core@3.7.0_react@18.3.1}/@jsonforms/react/lib/jsonforms-react.esm.mjs +1 -1
- package/dist/.external/esm/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/queriesObserver.mjs +18 -15
- package/dist/.external/esm/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/streamedQuery.mjs +1 -1
- package/dist/.external/esm/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/HydrationBoundary.mjs +1 -1
- package/dist/.external/esm/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/errorBoundaryUtils.mjs +1 -1
- package/dist/.external/esm/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/index.mjs +18 -18
- package/dist/.external/esm/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/useBaseQuery.mjs +2 -2
- package/dist/.external/esm/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/useInfiniteQuery.mjs +1 -1
- package/dist/.external/esm/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/useIsFetching.mjs +1 -1
- package/dist/.external/esm/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/useMutation.mjs +3 -3
- package/dist/.external/esm/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/useMutationState.mjs +2 -2
- package/dist/.external/esm/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/useQueries.mjs +4 -4
- package/dist/.external/esm/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/useQuery.mjs +1 -1
- package/dist/.external/esm/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.mjs +2 -2
- package/dist/.external/esm/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/useSuspenseQueries.mjs +1 -1
- package/dist/.external/esm/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/useSuspenseQuery.mjs +2 -2
- package/dist/.external/esm/ajv@8.17.1/ajv/dist/compile/index.mjs +1 -1
- package/dist/.external/esm/ajv@8.17.1/ajv/dist/vocabularies/applicator/index.mjs +1 -1
- package/dist/.external/esm/ajv@8.17.1/ajv/dist/vocabularies/core/index.mjs +1 -1
- package/dist/.external/esm/ajv@8.17.1/ajv/dist/vocabularies/format/index.mjs +1 -1
- package/dist/.external/esm/ajv@8.17.1/ajv/dist/vocabularies/validation/index.mjs +1 -1
- package/dist/.external/esm/{dompurify@3.3.0 → dompurify@3.3.1}/dompurify/dist/purify.es.mjs +8 -2
- package/dist/.external/esm/{i18next@25.6.2_typescript@5.9.3 → i18next@25.7.2_typescript@5.9.3}/i18next/dist/esm/i18next.mjs +4 -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 +2 -2
- package/dist/core/cjs/Dialogs/DeleteDialog.cjs +1 -1
- package/dist/core/cjs/Dialogs/EditDialog.cjs +2 -2
- package/dist/core/cjs/Modals/CommonModal.cjs +1 -1
- package/dist/core/cjs/Tables/DataGrid/ErrorDialog.cjs +1 -1
- package/dist/core/cjs/Tables/DataGrid/Main/Body/Field/Field.cjs +1 -1
- package/dist/core/cjs/Tables/DataGrid/Toolbar/Filter/FilterMenu.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/Wrappers/ApiProvider/hooks/useProvideApi.cjs +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- package/dist/core/esm/Dialogs/DeleteDialog.mjs +1 -1
- package/dist/core/esm/Dialogs/EditDialog.mjs +2 -2
- package/dist/core/esm/Modals/CommonModal.mjs +1 -1
- package/dist/core/esm/Tables/DataGrid/ErrorDialog.mjs +1 -1
- package/dist/core/esm/Tables/DataGrid/Main/Body/Field/Field.mjs +1 -1
- package/dist/core/esm/Tables/DataGrid/Toolbar/Filter/FilterMenu.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/Wrappers/ApiProvider/hooks/useProvideApi.mjs +2 -2
- 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 +2 -2
- 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 +2 -2
- package/dist/utils/cjs/createFetchParams/createFetchParams.cjs +3 -1
- package/dist/utils/esm/createFetchParams/createFetchParams.mjs +3 -1
- 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_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/focusManager.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/hydration.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/infiniteQueryBehavior.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/infiniteQueryObserver.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/mutation.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/mutationCache.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/mutationObserver.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/notifyManager.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/onlineManager.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/query.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/queryCache.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/queryClient.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/queryObserver.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/removable.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/retryer.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/subscribable.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/thenable.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/timeoutManager.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/types.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/utils.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/IsRestoringProvider.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/QueryClientProvider.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/QueryErrorResetBoundary.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/infiniteQueryOptions.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/mutationOptions.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/queryOptions.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/suspense.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.cjs +0 -0
- /package/dist/.external/cjs/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/usePrefetchQuery.cjs +0 -0
- /package/dist/.external/cjs/{mantine-form-yup-resolver@2.0.0_@mantine_form@8.3.7_yup@1.7.1 → mantine-form-yup-resolver@2.0.0_@mantine_form@8.3.10_yup@1.7.1}/mantine-form-yup-resolver/dist/esm/index.cjs +0 -0
- /package/dist/.external/cjs/{react-i18next@15.7.4_i18next@25.6.2_react-dom@18.3.1_react@18.3.1_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.7.2_react-dom@18.3.1_react@18.3.1_typescript@5.9.3}/react-i18next/dist/es/I18nextProvider.cjs +0 -0
- /package/dist/.external/cjs/{react-i18next@15.7.4_i18next@25.6.2_react-dom@18.3.1_react@18.3.1_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.7.2_react-dom@18.3.1_react@18.3.1_typescript@5.9.3}/react-i18next/dist/es/context.cjs +0 -0
- /package/dist/.external/cjs/{react-i18next@15.7.4_i18next@25.6.2_react-dom@18.3.1_react@18.3.1_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.7.2_react-dom@18.3.1_react@18.3.1_typescript@5.9.3}/react-i18next/dist/es/defaults.cjs +0 -0
- /package/dist/.external/cjs/{react-i18next@15.7.4_i18next@25.6.2_react-dom@18.3.1_react@18.3.1_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.7.2_react-dom@18.3.1_react@18.3.1_typescript@5.9.3}/react-i18next/dist/es/i18nInstance.cjs +0 -0
- /package/dist/.external/cjs/{react-i18next@15.7.4_i18next@25.6.2_react-dom@18.3.1_react@18.3.1_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.7.2_react-dom@18.3.1_react@18.3.1_typescript@5.9.3}/react-i18next/dist/es/initReactI18next.cjs +0 -0
- /package/dist/.external/cjs/{react-i18next@15.7.4_i18next@25.6.2_react-dom@18.3.1_react@18.3.1_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.7.2_react-dom@18.3.1_react@18.3.1_typescript@5.9.3}/react-i18next/dist/es/unescape.cjs +0 -0
- /package/dist/.external/cjs/{react-i18next@15.7.4_i18next@25.6.2_react-dom@18.3.1_react@18.3.1_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.7.2_react-dom@18.3.1_react@18.3.1_typescript@5.9.3}/react-i18next/dist/es/useTranslation.cjs +0 -0
- /package/dist/.external/cjs/{react-i18next@15.7.4_i18next@25.6.2_react-dom@18.3.1_react@18.3.1_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.7.2_react-dom@18.3.1_react@18.3.1_typescript@5.9.3}/react-i18next/dist/es/utils.cjs +0 -0
- /package/dist/.external/cjs/{zustand@5.0.8_@types_react@18.3.26_react@18.3.1 → zustand@5.0.9_@types_react@18.3.27_react@18.3.1}/zustand/esm/react.cjs +0 -0
- /package/dist/.external/cjs/{zustand@5.0.8_@types_react@18.3.26_react@18.3.1 → zustand@5.0.9_@types_react@18.3.27_react@18.3.1}/zustand/esm/vanilla.cjs +0 -0
- /package/dist/.external/esm/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/focusManager.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/hydration.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/infiniteQueryBehavior.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/infiniteQueryObserver.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/mutation.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/mutationCache.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/mutationObserver.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/notifyManager.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/onlineManager.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/query.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/queryCache.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/queryClient.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/queryObserver.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/removable.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/retryer.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/subscribable.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/thenable.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/timeoutManager.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/types.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_query-core@5.90.9 → @tanstack_query-core@5.90.12}/@tanstack/query-core/build/modern/utils.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/IsRestoringProvider.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/QueryClientProvider.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/QueryErrorResetBoundary.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/infiniteQueryOptions.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/mutationOptions.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/queryOptions.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/suspense.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.mjs +0 -0
- /package/dist/.external/esm/{@tanstack_react-query@5.90.9_react@18.3.1 → @tanstack_react-query@5.90.12_react@18.3.1}/@tanstack/react-query/build/modern/usePrefetchQuery.mjs +0 -0
- /package/dist/.external/esm/{mantine-form-yup-resolver@2.0.0_@mantine_form@8.3.7_yup@1.7.1 → mantine-form-yup-resolver@2.0.0_@mantine_form@8.3.10_yup@1.7.1}/mantine-form-yup-resolver/dist/esm/index.mjs +0 -0
- /package/dist/.external/esm/{react-i18next@15.7.4_i18next@25.6.2_react-dom@18.3.1_react@18.3.1_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.7.2_react-dom@18.3.1_react@18.3.1_typescript@5.9.3}/react-i18next/dist/es/I18nextProvider.mjs +0 -0
- /package/dist/.external/esm/{react-i18next@15.7.4_i18next@25.6.2_react-dom@18.3.1_react@18.3.1_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.7.2_react-dom@18.3.1_react@18.3.1_typescript@5.9.3}/react-i18next/dist/es/context.mjs +0 -0
- /package/dist/.external/esm/{react-i18next@15.7.4_i18next@25.6.2_react-dom@18.3.1_react@18.3.1_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.7.2_react-dom@18.3.1_react@18.3.1_typescript@5.9.3}/react-i18next/dist/es/defaults.mjs +0 -0
- /package/dist/.external/esm/{react-i18next@15.7.4_i18next@25.6.2_react-dom@18.3.1_react@18.3.1_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.7.2_react-dom@18.3.1_react@18.3.1_typescript@5.9.3}/react-i18next/dist/es/i18nInstance.mjs +0 -0
- /package/dist/.external/esm/{react-i18next@15.7.4_i18next@25.6.2_react-dom@18.3.1_react@18.3.1_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.7.2_react-dom@18.3.1_react@18.3.1_typescript@5.9.3}/react-i18next/dist/es/initReactI18next.mjs +0 -0
- /package/dist/.external/esm/{react-i18next@15.7.4_i18next@25.6.2_react-dom@18.3.1_react@18.3.1_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.7.2_react-dom@18.3.1_react@18.3.1_typescript@5.9.3}/react-i18next/dist/es/unescape.mjs +0 -0
- /package/dist/.external/esm/{react-i18next@15.7.4_i18next@25.6.2_react-dom@18.3.1_react@18.3.1_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.7.2_react-dom@18.3.1_react@18.3.1_typescript@5.9.3}/react-i18next/dist/es/useTranslation.mjs +0 -0
- /package/dist/.external/esm/{react-i18next@15.7.4_i18next@25.6.2_react-dom@18.3.1_react@18.3.1_typescript@5.9.3 → react-i18next@15.7.4_i18next@25.7.2_react-dom@18.3.1_react@18.3.1_typescript@5.9.3}/react-i18next/dist/es/utils.mjs +0 -0
- /package/dist/.external/esm/{zustand@5.0.8_@types_react@18.3.26_react@18.3.1 → zustand@5.0.9_@types_react@18.3.27_react@18.3.1}/zustand/esm/react.mjs +0 -0
- /package/dist/.external/esm/{zustand@5.0.8_@types_react@18.3.26_react@18.3.1 → zustand@5.0.9_@types_react@18.3.27_react@18.3.1}/zustand/esm/vanilla.mjs +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const React = require("react");
|
|
4
|
-
const notifyManager = require("../../../../../@tanstack_query-core@5.90.
|
|
5
|
-
const queriesObserver = require("../../../../../@tanstack_query-core@5.90.
|
|
6
|
-
const queryObserver = require("../../../../../@tanstack_query-core@5.90.
|
|
7
|
-
const utils = require("../../../../../@tanstack_query-core@5.90.
|
|
4
|
+
const notifyManager = require("../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/notifyManager.cjs");
|
|
5
|
+
const queriesObserver = require("../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/queriesObserver.cjs");
|
|
6
|
+
const queryObserver = require("../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/queryObserver.cjs");
|
|
7
|
+
const utils = require("../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/utils.cjs");
|
|
8
8
|
const QueryClientProvider = require("./QueryClientProvider.cjs");
|
|
9
9
|
const IsRestoringProvider = require("./IsRestoringProvider.cjs");
|
|
10
10
|
const QueryErrorResetBoundary = require("./QueryErrorResetBoundary.cjs");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const queryObserver = require("../../../../../@tanstack_query-core@5.90.
|
|
3
|
+
const queryObserver = require("../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/queryObserver.cjs");
|
|
4
4
|
const useBaseQuery = require("./useBaseQuery.cjs");
|
|
5
5
|
function useQuery(options, queryClient) {
|
|
6
6
|
return useBaseQuery.useBaseQuery(options, queryObserver.QueryObserver, queryClient);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const infiniteQueryObserver = require("../../../../../@tanstack_query-core@5.90.
|
|
4
|
-
const utils = require("../../../../../@tanstack_query-core@5.90.
|
|
3
|
+
const infiniteQueryObserver = require("../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/infiniteQueryObserver.cjs");
|
|
4
|
+
const utils = require("../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/utils.cjs");
|
|
5
5
|
const useBaseQuery = require("./useBaseQuery.cjs");
|
|
6
6
|
const suspense = require("./suspense.cjs");
|
|
7
7
|
function useSuspenseInfiniteQuery(options, queryClient) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const utils = require("../../../../../@tanstack_query-core@5.90.
|
|
3
|
+
const utils = require("../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/utils.cjs");
|
|
4
4
|
const useQueries = require("./useQueries.cjs");
|
|
5
5
|
const suspense = require("./suspense.cjs");
|
|
6
6
|
function useSuspenseQueries(options, queryClient) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const queryObserver = require("../../../../../@tanstack_query-core@5.90.
|
|
4
|
-
const utils = require("../../../../../@tanstack_query-core@5.90.
|
|
3
|
+
const queryObserver = require("../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/queryObserver.cjs");
|
|
4
|
+
const utils = require("../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/utils.cjs");
|
|
5
5
|
const useBaseQuery = require("./useBaseQuery.cjs");
|
|
6
6
|
const suspense = require("./suspense.cjs");
|
|
7
7
|
function useSuspenseQuery(options, queryClient) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("../../../../../../.bundled/jsonforms/cjs/_virtual/
|
|
3
|
+
const index = require("../../../../../../.bundled/jsonforms/cjs/_virtual/index10.cjs");
|
|
4
4
|
const index$1 = require("./codegen/index.cjs");
|
|
5
5
|
const validation_error = require("../runtime/validation_error.cjs");
|
|
6
6
|
const names = require("./names.cjs");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("../../../../../../../.bundled/jsonforms/cjs/_virtual/
|
|
3
|
+
const index = require("../../../../../../../.bundled/jsonforms/cjs/_virtual/index8.cjs");
|
|
4
4
|
const additionalItems = require("./additionalItems.cjs");
|
|
5
5
|
const prefixItems = require("./prefixItems.cjs");
|
|
6
6
|
const items = require("./items.cjs");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("../../../../../../../.bundled/jsonforms/cjs/_virtual/
|
|
3
|
+
const index = require("../../../../../../../.bundled/jsonforms/cjs/_virtual/index6.cjs");
|
|
4
4
|
const id = require("./id.cjs");
|
|
5
5
|
const ref = require("./ref.cjs");
|
|
6
6
|
var hasRequiredCore;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("../../../../../../../.bundled/jsonforms/cjs/_virtual/
|
|
3
|
+
const index = require("../../../../../../../.bundled/jsonforms/cjs/_virtual/index9.cjs");
|
|
4
4
|
const format = require("./format.cjs");
|
|
5
5
|
var hasRequiredFormat;
|
|
6
6
|
function requireFormat() {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("../../../../../../../.bundled/jsonforms/cjs/_virtual/
|
|
3
|
+
const index = require("../../../../../../../.bundled/jsonforms/cjs/_virtual/index7.cjs");
|
|
4
4
|
const limitNumber = require("./limitNumber.cjs");
|
|
5
5
|
const multipleOf = require("./multipleOf.cjs");
|
|
6
6
|
const limitLength = require("./limitLength.cjs");
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
/*! @license DOMPurify 3.3.
|
|
2
|
+
/*! @license DOMPurify 3.3.1 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.3.1/LICENSE */
|
|
3
3
|
const {
|
|
4
4
|
entries,
|
|
5
5
|
setPrototypeOf,
|
|
@@ -230,7 +230,7 @@ const _createHooksMap = function _createHooksMap2() {
|
|
|
230
230
|
function createDOMPurify() {
|
|
231
231
|
let window2 = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : getGlobal();
|
|
232
232
|
const DOMPurify = (root) => createDOMPurify(root);
|
|
233
|
-
DOMPurify.version = "3.3.
|
|
233
|
+
DOMPurify.version = "3.3.1";
|
|
234
234
|
DOMPurify.removed = [];
|
|
235
235
|
if (!window2 || !window2.document || window2.document.nodeType !== NODE_TYPE.document || !window2.Element) {
|
|
236
236
|
DOMPurify.isSupported = false;
|
|
@@ -481,6 +481,12 @@ function createDOMPurify() {
|
|
|
481
481
|
}
|
|
482
482
|
addToSet(FORBID_CONTENTS, cfg.FORBID_CONTENTS, transformCaseFunc);
|
|
483
483
|
}
|
|
484
|
+
if (cfg.ADD_FORBID_CONTENTS) {
|
|
485
|
+
if (FORBID_CONTENTS === DEFAULT_FORBID_CONTENTS) {
|
|
486
|
+
FORBID_CONTENTS = clone(FORBID_CONTENTS);
|
|
487
|
+
}
|
|
488
|
+
addToSet(FORBID_CONTENTS, cfg.ADD_FORBID_CONTENTS, transformCaseFunc);
|
|
489
|
+
}
|
|
484
490
|
if (KEEP_CONTENT) {
|
|
485
491
|
ALLOWED_TAGS["#text"] = true;
|
|
486
492
|
}
|
|
@@ -1757,6 +1757,9 @@ class I18n extends EventEmitter {
|
|
|
1757
1757
|
if (options.nsSeparator !== void 0) {
|
|
1758
1758
|
this.options.userDefinedNsSeparator = options.nsSeparator;
|
|
1759
1759
|
}
|
|
1760
|
+
if (typeof this.options.overloadTranslationOptionHandler !== "function") {
|
|
1761
|
+
this.options.overloadTranslationOptionHandler = defOpts.overloadTranslationOptionHandler;
|
|
1762
|
+
}
|
|
1760
1763
|
const createClassOnDemand = (ClassOrObject) => {
|
|
1761
1764
|
if (!ClassOrObject) return null;
|
|
1762
1765
|
if (typeof ClassOrObject === "function") return new ClassOrObject();
|
|
@@ -2178,6 +2181,7 @@ class I18n extends EventEmitter {
|
|
|
2178
2181
|
clone.store = new ResourceStore(clonedData, mergedOptions);
|
|
2179
2182
|
clone.services.resourceStore = clone.store;
|
|
2180
2183
|
}
|
|
2184
|
+
if (options.interpolation) clone.services.interpolator = new Interpolator(mergedOptions);
|
|
2181
2185
|
clone.translator = new Translator(clone.services, mergedOptions);
|
|
2182
2186
|
clone.translator.on("*", (event, ...args) => {
|
|
2183
2187
|
clone.emit(event, ...args);
|
|
@@ -221,41 +221,97 @@ const resolveData = (instance, dataPath) => {
|
|
|
221
221
|
};
|
|
222
222
|
const invalidSegment = (pathSegment) => pathSegment === "#" || pathSegment === void 0 || pathSegment === "";
|
|
223
223
|
const resolveSchema = (schema, schemaPath, rootSchema) => {
|
|
224
|
-
const
|
|
225
|
-
|
|
224
|
+
const result = doResolveSchema(schema, schemaPath, {
|
|
225
|
+
rootSchema,
|
|
226
|
+
resolutionMap: /* @__PURE__ */ new Map()
|
|
227
|
+
});
|
|
228
|
+
return result;
|
|
229
|
+
};
|
|
230
|
+
const doResolveSchema = (schema, schemaPath, ctx) => {
|
|
231
|
+
let resolvedSchema = void 0;
|
|
232
|
+
if (schema && typeof schema.$ref === "string") {
|
|
233
|
+
const baseSchema = resolvePath(ctx.rootSchema, schema.$ref, ctx);
|
|
234
|
+
if (baseSchema !== void 0) {
|
|
235
|
+
resolvedSchema = resolvePath(baseSchema, schemaPath, ctx);
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
if (resolvedSchema === void 0) {
|
|
239
|
+
resolvedSchema = resolvePath(schema, schemaPath, ctx);
|
|
240
|
+
}
|
|
241
|
+
return resolvedSchema;
|
|
226
242
|
};
|
|
227
|
-
const
|
|
228
|
-
|
|
229
|
-
|
|
243
|
+
const resolvePath = (schema, schemaPath, ctx) => {
|
|
244
|
+
let visitedPaths = ctx.resolutionMap.get(schema);
|
|
245
|
+
if (!visitedPaths) {
|
|
246
|
+
visitedPaths = /* @__PURE__ */ new Set();
|
|
247
|
+
ctx.resolutionMap.set(schema, visitedPaths);
|
|
230
248
|
}
|
|
249
|
+
if (visitedPaths.has(schemaPath)) {
|
|
250
|
+
return void 0;
|
|
251
|
+
}
|
|
252
|
+
visitedPaths.add(schemaPath);
|
|
253
|
+
const resolvedSchema = resolvePathSegmentsWithCombinatorFallback(schema, schemaPath == null ? void 0 : schemaPath.split("/").map(decode), ctx);
|
|
254
|
+
visitedPaths.delete(schemaPath);
|
|
255
|
+
return resolvedSchema;
|
|
256
|
+
};
|
|
257
|
+
const resolvePathSegmentsWithCombinatorFallback = (schema, pathSegments, ctx) => {
|
|
231
258
|
if (!pathSegments || pathSegments.length === 0) {
|
|
232
259
|
return schema;
|
|
233
260
|
}
|
|
234
261
|
if (isEmpty(schema)) {
|
|
235
262
|
return void 0;
|
|
236
263
|
}
|
|
237
|
-
const
|
|
238
|
-
if (
|
|
239
|
-
return resolveSchemaWithSegments(schema, remainingSegments, rootSchema);
|
|
240
|
-
}
|
|
241
|
-
const singleSegmentResolveSchema = get(schema, segment);
|
|
242
|
-
const resolvedSchema = resolveSchemaWithSegments(singleSegmentResolveSchema, remainingSegments, rootSchema);
|
|
243
|
-
if (resolvedSchema) {
|
|
264
|
+
const resolvedSchema = resolvePathSegments(schema, pathSegments, ctx);
|
|
265
|
+
if (resolvedSchema !== void 0) {
|
|
244
266
|
return resolvedSchema;
|
|
245
267
|
}
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
268
|
+
const subSchemas = [].concat(schema.oneOf ?? [], schema.allOf ?? [], schema.anyOf ?? [], schema.then ?? [], schema.else ?? []);
|
|
269
|
+
for (const subSchema of subSchemas) {
|
|
270
|
+
let resolvedSubSchema = subSchema;
|
|
271
|
+
if (subSchema && typeof subSchema.$ref === "string") {
|
|
272
|
+
resolvedSubSchema = doResolveSchema(ctx.rootSchema, subSchema.$ref, ctx);
|
|
273
|
+
}
|
|
274
|
+
const alternativeResolveResult = resolvePathSegmentsWithCombinatorFallback(resolvedSubSchema, pathSegments, ctx);
|
|
275
|
+
if (alternativeResolveResult) {
|
|
276
|
+
return alternativeResolveResult;
|
|
254
277
|
}
|
|
255
|
-
return alternativeResolveResult;
|
|
256
278
|
}
|
|
257
279
|
return void 0;
|
|
258
280
|
};
|
|
281
|
+
const resolvePathSegments = (schema, pathSegments, ctx) => {
|
|
282
|
+
if (!pathSegments || pathSegments.length === 0) {
|
|
283
|
+
return schema;
|
|
284
|
+
}
|
|
285
|
+
if (isEmpty(schema)) {
|
|
286
|
+
return void 0;
|
|
287
|
+
}
|
|
288
|
+
const singleStepResult = resolveSingleStep(schema, pathSegments);
|
|
289
|
+
if (singleStepResult.schema && typeof singleStepResult.schema.$ref === "string") {
|
|
290
|
+
singleStepResult.schema = doResolveSchema(ctx.rootSchema, singleStepResult.schema.$ref, ctx);
|
|
291
|
+
}
|
|
292
|
+
return resolvePathSegmentsWithCombinatorFallback(singleStepResult.schema, singleStepResult.remainingPathSegments, ctx);
|
|
293
|
+
};
|
|
294
|
+
const resolveSingleStep = (schema, pathSegments) => {
|
|
295
|
+
if (!pathSegments || pathSegments.length === 0) {
|
|
296
|
+
return { schema, remainingPathSegments: [] };
|
|
297
|
+
}
|
|
298
|
+
if (isEmpty(schema)) {
|
|
299
|
+
return {
|
|
300
|
+
schema: void 0,
|
|
301
|
+
remainingPathSegments: pathSegments
|
|
302
|
+
};
|
|
303
|
+
}
|
|
304
|
+
const [segment, ...remainingPathSegments] = pathSegments;
|
|
305
|
+
if (invalidSegment(segment)) {
|
|
306
|
+
return resolveSingleStep(schema, remainingPathSegments);
|
|
307
|
+
}
|
|
308
|
+
const singleSegmentResolveSchema = get(schema, segment);
|
|
309
|
+
return {
|
|
310
|
+
schema: singleSegmentResolveSchema,
|
|
311
|
+
remainingPathSegments,
|
|
312
|
+
resolvedSegment: segment
|
|
313
|
+
};
|
|
314
|
+
};
|
|
259
315
|
var RuleEffect;
|
|
260
316
|
(function(RuleEffect2) {
|
|
261
317
|
RuleEffect2["HIDE"] = "HIDE";
|
|
@@ -306,11 +362,11 @@ const isValidateFunctionCondition = (condition) => has(condition, "validate") &&
|
|
|
306
362
|
const getConditionScope = (condition, path) => {
|
|
307
363
|
return composeWithUi(condition, path);
|
|
308
364
|
};
|
|
309
|
-
const evaluateCondition = (data, uischema, condition, path, ajv) => {
|
|
365
|
+
const evaluateCondition = (data, uischema, condition, path, ajv, config) => {
|
|
310
366
|
if (isAndCondition(condition)) {
|
|
311
|
-
return condition.conditions.reduce((acc, cur) => acc && evaluateCondition(data, uischema, cur, path, ajv), true);
|
|
367
|
+
return condition.conditions.reduce((acc, cur) => acc && evaluateCondition(data, uischema, cur, path, ajv, config), true);
|
|
312
368
|
} else if (isOrCondition(condition)) {
|
|
313
|
-
return condition.conditions.reduce((acc, cur) => acc || evaluateCondition(data, uischema, cur, path, ajv), false);
|
|
369
|
+
return condition.conditions.reduce((acc, cur) => acc || evaluateCondition(data, uischema, cur, path, ajv, config), false);
|
|
314
370
|
} else if (isLeafCondition(condition)) {
|
|
315
371
|
const value = resolveData(data, getConditionScope(condition, path));
|
|
316
372
|
return value === condition.expectedValue;
|
|
@@ -326,19 +382,20 @@ const evaluateCondition = (data, uischema, condition, path, ajv) => {
|
|
|
326
382
|
data: value,
|
|
327
383
|
fullData: data,
|
|
328
384
|
path,
|
|
329
|
-
uischemaElement: uischema
|
|
385
|
+
uischemaElement: uischema,
|
|
386
|
+
config
|
|
330
387
|
};
|
|
331
388
|
return condition.validate(context);
|
|
332
389
|
} else {
|
|
333
390
|
return true;
|
|
334
391
|
}
|
|
335
392
|
};
|
|
336
|
-
const isRuleFulfilled = (uischema, data, path, ajv) => {
|
|
393
|
+
const isRuleFulfilled = (uischema, data, path, ajv, config) => {
|
|
337
394
|
const condition = uischema.rule.condition;
|
|
338
|
-
return evaluateCondition(data, uischema, condition, path, ajv);
|
|
395
|
+
return evaluateCondition(data, uischema, condition, path, ajv, config);
|
|
339
396
|
};
|
|
340
|
-
const evalVisibility = (uischema, data, path = void 0, ajv) => {
|
|
341
|
-
const fulfilled = isRuleFulfilled(uischema, data, path, ajv);
|
|
397
|
+
const evalVisibility = (uischema, data, path = void 0, ajv, config) => {
|
|
398
|
+
const fulfilled = isRuleFulfilled(uischema, data, path, ajv, config);
|
|
342
399
|
switch (uischema.rule.effect) {
|
|
343
400
|
case RuleEffect.HIDE:
|
|
344
401
|
return !fulfilled;
|
|
@@ -348,8 +405,8 @@ const evalVisibility = (uischema, data, path = void 0, ajv) => {
|
|
|
348
405
|
return true;
|
|
349
406
|
}
|
|
350
407
|
};
|
|
351
|
-
const evalEnablement = (uischema, data, path = void 0, ajv) => {
|
|
352
|
-
const fulfilled = isRuleFulfilled(uischema, data, path, ajv);
|
|
408
|
+
const evalEnablement = (uischema, data, path = void 0, ajv, config) => {
|
|
409
|
+
const fulfilled = isRuleFulfilled(uischema, data, path, ajv, config);
|
|
353
410
|
switch (uischema.rule.effect) {
|
|
354
411
|
case RuleEffect.DISABLE:
|
|
355
412
|
return !fulfilled;
|
|
@@ -371,15 +428,15 @@ const hasEnableRule = (uischema) => {
|
|
|
371
428
|
}
|
|
372
429
|
return false;
|
|
373
430
|
};
|
|
374
|
-
const isVisible = (uischema, data, path = void 0, ajv) => {
|
|
431
|
+
const isVisible = (uischema, data, path = void 0, ajv, config) => {
|
|
375
432
|
if (uischema.rule) {
|
|
376
|
-
return evalVisibility(uischema, data, path, ajv);
|
|
433
|
+
return evalVisibility(uischema, data, path, ajv, config);
|
|
377
434
|
}
|
|
378
435
|
return true;
|
|
379
436
|
};
|
|
380
|
-
const isEnabled = (uischema, data, path = void 0, ajv) => {
|
|
437
|
+
const isEnabled = (uischema, data, path = void 0, ajv, config) => {
|
|
381
438
|
if (uischema.rule) {
|
|
382
|
-
return evalEnablement(uischema, data, path, ajv);
|
|
439
|
+
return evalEnablement(uischema, data, path, ajv, config);
|
|
383
440
|
}
|
|
384
441
|
return true;
|
|
385
442
|
};
|
|
@@ -1409,7 +1466,7 @@ const isInherentlyEnabled = (state, ownProps, uischema, schema, rootData, config
|
|
|
1409
1466
|
return false;
|
|
1410
1467
|
}
|
|
1411
1468
|
if (uischema && hasEnableRule(uischema)) {
|
|
1412
|
-
return isEnabled(uischema, rootData, ownProps == null ? void 0 : ownProps.path, getAjv(state));
|
|
1469
|
+
return isEnabled(uischema, rootData, ownProps == null ? void 0 : ownProps.path, getAjv(state), config);
|
|
1413
1470
|
}
|
|
1414
1471
|
if (typeof ((_b = uischema == null ? void 0 : uischema.options) == null ? void 0 : _b.readonly) === "boolean") {
|
|
1415
1472
|
return !uischema.options.readonly;
|
|
@@ -1566,7 +1623,8 @@ const mapStateToControlProps = (state, ownProps) => {
|
|
|
1566
1623
|
const { uischema } = ownProps;
|
|
1567
1624
|
const rootData = getData(state);
|
|
1568
1625
|
const path = composeWithUi(uischema, ownProps.path);
|
|
1569
|
-
const
|
|
1626
|
+
const config = getConfig(state);
|
|
1627
|
+
const visible = ownProps.visible === void 0 || hasShowRule(uischema) ? isVisible(uischema, rootData, ownProps.path, getAjv(state), config) : ownProps.visible;
|
|
1570
1628
|
const controlElement = uischema;
|
|
1571
1629
|
const id = ownProps.id;
|
|
1572
1630
|
const rootSchema = getSchema(state);
|
|
@@ -1577,7 +1635,6 @@ const mapStateToControlProps = (state, ownProps) => {
|
|
|
1577
1635
|
const data = Resolve.data(rootData, path);
|
|
1578
1636
|
const labelDesc = createLabelDescriptionFrom(uischema, resolvedSchema);
|
|
1579
1637
|
const label = labelDesc.show ? labelDesc.text : "";
|
|
1580
|
-
const config = getConfig(state);
|
|
1581
1638
|
const enabled = isInherentlyEnabled(state, ownProps, uischema, resolvedSchema || rootSchema, rootData, config);
|
|
1582
1639
|
const schema = resolvedSchema ?? rootSchema;
|
|
1583
1640
|
const t = getTranslator()(state);
|
|
@@ -1729,7 +1786,7 @@ const getDirection = (uischema) => {
|
|
|
1729
1786
|
const mapStateToLayoutProps = (state, ownProps) => {
|
|
1730
1787
|
const rootData = getData(state);
|
|
1731
1788
|
const { uischema } = ownProps;
|
|
1732
|
-
const visible = ownProps.visible === void 0 || hasShowRule(uischema) ? isVisible(ownProps.uischema, rootData, ownProps.path, getAjv(state)) : ownProps.visible;
|
|
1789
|
+
const visible = ownProps.visible === void 0 || hasShowRule(uischema) ? isVisible(ownProps.uischema, rootData, ownProps.path, getAjv(state), getConfig(state)) : ownProps.visible;
|
|
1733
1790
|
const data = Resolve.data(rootData, ownProps.path);
|
|
1734
1791
|
const config = getConfig(state);
|
|
1735
1792
|
const enabled = isInherentlyEnabled(
|
|
@@ -1789,7 +1846,7 @@ const mapStateToArrayLayoutProps = (state, ownProps) => {
|
|
|
1789
1846
|
};
|
|
1790
1847
|
const mapStateToLabelProps = (state, props) => {
|
|
1791
1848
|
const { uischema } = props;
|
|
1792
|
-
const visible = props.visible === void 0 || hasShowRule(uischema) ? isVisible(props.uischema, getData(state), props.path, getAjv(state)) : props.visible;
|
|
1849
|
+
const visible = props.visible === void 0 || hasShowRule(uischema) ? isVisible(props.uischema, getData(state), props.path, getAjv(state), getConfig(state)) : props.visible;
|
|
1793
1850
|
const text = uischema.text;
|
|
1794
1851
|
const t = getTranslator()(state);
|
|
1795
1852
|
const i18nKeyPrefix = getI18nKeyPrefixBySchema(void 0, uischema);
|
|
@@ -1832,9 +1889,9 @@ const computeChildLabel = (data, childPath, childLabelProp, schema, rootSchema,
|
|
|
1832
1889
|
const mapStateToCellProps = (state, ownProps) => {
|
|
1833
1890
|
const { id, schema, path, uischema, renderers, cells } = ownProps;
|
|
1834
1891
|
const rootData = getData(state);
|
|
1835
|
-
const visible = ownProps.visible !== void 0 ? ownProps.visible : isVisible(uischema, rootData, void 0, getAjv(state));
|
|
1836
|
-
const rootSchema = getSchema(state);
|
|
1837
1892
|
const config = getConfig(state);
|
|
1893
|
+
const visible = ownProps.visible !== void 0 ? ownProps.visible : isVisible(uischema, rootData, void 0, getAjv(state), config);
|
|
1894
|
+
const rootSchema = getSchema(state);
|
|
1838
1895
|
let enabled;
|
|
1839
1896
|
if (state.jsonforms.readonly === true) {
|
|
1840
1897
|
enabled = false;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { useMemo, Component, useContext, useRef, useState, useEffect, useReducer, useCallback } from "react";
|
|
2
2
|
import maxBy from "../../../../../../.bundled/jsonforms/esm/_virtual/maxBy.mjs";
|
|
3
|
-
import { createId, isControl, removeId, mapStateToJsonFormsRendererProps, mapStateToDispatchCellProps, mapDispatchToControlProps, mapStateToCellProps, mapStateToMultiEnumControlProps, mapDispatchToMultiEnumProps, defaultMapStateToEnumCellProps, mapStateToOneOfEnumCellProps, mapStateToArrayLayoutProps, mapDispatchToArrayControlProps, mapStateToControlWithDetailProps, mapStateToControlProps, mapStateToEnumControlProps, mapStateToOneOfEnumControlProps, mapStateToLabelProps, defaultJsonFormsI18nState, mapStateToLayoutProps, Generate, defaultMiddleware, Actions as index$1, coreReducer, configReducer, i18nReducer, getArrayTranslations, arrayDefaultTranslations } from "../../../../@jsonforms_core@3.
|
|
3
|
+
import { createId, isControl, removeId, mapStateToJsonFormsRendererProps, mapStateToDispatchCellProps, mapDispatchToControlProps, mapStateToCellProps, mapStateToMultiEnumControlProps, mapDispatchToMultiEnumProps, defaultMapStateToEnumCellProps, mapStateToOneOfEnumCellProps, mapStateToArrayLayoutProps, mapDispatchToArrayControlProps, mapStateToControlWithDetailProps, mapStateToControlProps, mapStateToEnumControlProps, mapStateToOneOfEnumControlProps, mapStateToLabelProps, defaultJsonFormsI18nState, mapStateToLayoutProps, Generate, defaultMiddleware, Actions as index$1, coreReducer, configReducer, i18nReducer, getArrayTranslations, arrayDefaultTranslations } from "../../../../@jsonforms_core@3.7.0/@jsonforms/core/lib/jsonforms-core.esm.mjs";
|
|
4
4
|
import debounce from "../../../../../../.bundled/jsonforms/esm/_virtual/debounce.mjs";
|
|
5
5
|
class RendererComponent extends React.Component {
|
|
6
6
|
constructor(props) {
|
|
@@ -159,24 +159,27 @@ var QueriesObserver = (_a = class extends Subscribable {
|
|
|
159
159
|
}
|
|
160
160
|
return input;
|
|
161
161
|
}, findMatchingObservers_fn = function(queries) {
|
|
162
|
-
const prevObserversMap = new Map(
|
|
163
|
-
|
|
164
|
-
|
|
162
|
+
const prevObserversMap = /* @__PURE__ */ new Map();
|
|
163
|
+
__privateGet(this, _observers).forEach((observer) => {
|
|
164
|
+
const key = observer.options.queryHash;
|
|
165
|
+
if (!key) return;
|
|
166
|
+
const previousObservers = prevObserversMap.get(key);
|
|
167
|
+
if (previousObservers) {
|
|
168
|
+
previousObservers.push(observer);
|
|
169
|
+
} else {
|
|
170
|
+
prevObserversMap.set(key, [observer]);
|
|
171
|
+
}
|
|
172
|
+
});
|
|
165
173
|
const observers = [];
|
|
166
174
|
queries.forEach((options) => {
|
|
175
|
+
var _a2;
|
|
167
176
|
const defaultedOptions = __privateGet(this, _client).defaultQueryOptions(options);
|
|
168
|
-
const match = prevObserversMap.get(defaultedOptions.queryHash);
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
} else {
|
|
175
|
-
observers.push({
|
|
176
|
-
defaultedQueryOptions: defaultedOptions,
|
|
177
|
-
observer: new QueryObserver(__privateGet(this, _client), defaultedOptions)
|
|
178
|
-
});
|
|
179
|
-
}
|
|
177
|
+
const match = (_a2 = prevObserversMap.get(defaultedOptions.queryHash)) == null ? void 0 : _a2.shift();
|
|
178
|
+
const observer = match ?? new QueryObserver(__privateGet(this, _client), defaultedOptions);
|
|
179
|
+
observers.push({
|
|
180
|
+
defaultedQueryOptions: defaultedOptions,
|
|
181
|
+
observer
|
|
182
|
+
});
|
|
180
183
|
});
|
|
181
184
|
return observers;
|
|
182
185
|
}, onUpdate_fn = function(observer, result) {
|
|
@@ -33,7 +33,7 @@ function streamedQuery({
|
|
|
33
33
|
if (isRefetch && refetchMode === "replace" && !context.signal.aborted) {
|
|
34
34
|
context.client.setQueryData(context.queryKey, result);
|
|
35
35
|
}
|
|
36
|
-
return context.client.getQueryData(context.queryKey);
|
|
36
|
+
return context.client.getQueryData(context.queryKey) ?? initialValue;
|
|
37
37
|
};
|
|
38
38
|
}
|
|
39
39
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import { hydrate } from "../../../../../@tanstack_query-core@5.90.
|
|
2
|
+
import { hydrate } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/hydration.mjs";
|
|
3
3
|
import { useQueryClient } from "./QueryClientProvider.mjs";
|
|
4
4
|
var HydrationBoundary = ({
|
|
5
5
|
children,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import { shouldThrowError } from "../../../../../@tanstack_query-core@5.90.
|
|
2
|
+
import { shouldThrowError } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/utils.mjs";
|
|
3
3
|
var ensurePreventErrorBoundaryRetry = (options, errorResetBoundary) => {
|
|
4
4
|
if (options.suspense || options.throwOnError || options.experimental_prefetchInRender) {
|
|
5
5
|
if (!errorResetBoundary.isReset()) {
|
|
@@ -16,24 +16,24 @@ import { useMutation } from "./useMutation.mjs";
|
|
|
16
16
|
import { mutationOptions } from "./mutationOptions.mjs";
|
|
17
17
|
import { useInfiniteQuery } from "./useInfiniteQuery.mjs";
|
|
18
18
|
import { IsRestoringProvider, useIsRestoring } from "./IsRestoringProvider.mjs";
|
|
19
|
-
import { dataTagErrorSymbol, dataTagSymbol, unsetMarker } from "../../../../../@tanstack_query-core@5.90.
|
|
20
|
-
import { CancelledError, isCancelledError } from "../../../../../@tanstack_query-core@5.90.
|
|
21
|
-
import { InfiniteQueryObserver } from "../../../../../@tanstack_query-core@5.90.
|
|
22
|
-
import { Mutation } from "../../../../../@tanstack_query-core@5.90.
|
|
23
|
-
import { MutationCache } from "../../../../../@tanstack_query-core@5.90.
|
|
24
|
-
import { MutationObserver } from "../../../../../@tanstack_query-core@5.90.
|
|
25
|
-
import { QueriesObserver } from "../../../../../@tanstack_query-core@5.90.
|
|
26
|
-
import { Query } from "../../../../../@tanstack_query-core@5.90.
|
|
27
|
-
import { QueryCache } from "../../../../../@tanstack_query-core@5.90.
|
|
28
|
-
import { QueryClient } from "../../../../../@tanstack_query-core@5.90.
|
|
29
|
-
import { QueryObserver } from "../../../../../@tanstack_query-core@5.90.
|
|
30
|
-
import { defaultScheduler, notifyManager } from "../../../../../@tanstack_query-core@5.90.
|
|
31
|
-
import { defaultShouldDehydrateMutation, defaultShouldDehydrateQuery, dehydrate, hydrate } from "../../../../../@tanstack_query-core@5.90.
|
|
32
|
-
import { streamedQuery } from "../../../../../@tanstack_query-core@5.90.
|
|
33
|
-
import { focusManager } from "../../../../../@tanstack_query-core@5.90.
|
|
34
|
-
import { hashKey, isServer, keepPreviousData, matchMutation, matchQuery, noop, partialMatchKey, replaceEqualDeep, shouldThrowError, skipToken } from "../../../../../@tanstack_query-core@5.90.
|
|
35
|
-
import { onlineManager } from "../../../../../@tanstack_query-core@5.90.
|
|
36
|
-
import { timeoutManager } from "../../../../../@tanstack_query-core@5.90.
|
|
19
|
+
import { dataTagErrorSymbol, dataTagSymbol, unsetMarker } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/types.mjs";
|
|
20
|
+
import { CancelledError, isCancelledError } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/retryer.mjs";
|
|
21
|
+
import { InfiniteQueryObserver } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/infiniteQueryObserver.mjs";
|
|
22
|
+
import { Mutation } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/mutation.mjs";
|
|
23
|
+
import { MutationCache } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/mutationCache.mjs";
|
|
24
|
+
import { MutationObserver } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/mutationObserver.mjs";
|
|
25
|
+
import { QueriesObserver } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/queriesObserver.mjs";
|
|
26
|
+
import { Query } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/query.mjs";
|
|
27
|
+
import { QueryCache } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/queryCache.mjs";
|
|
28
|
+
import { QueryClient } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/queryClient.mjs";
|
|
29
|
+
import { QueryObserver } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/queryObserver.mjs";
|
|
30
|
+
import { defaultScheduler, notifyManager } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/notifyManager.mjs";
|
|
31
|
+
import { defaultShouldDehydrateMutation, defaultShouldDehydrateQuery, dehydrate, hydrate } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/hydration.mjs";
|
|
32
|
+
import { streamedQuery } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/streamedQuery.mjs";
|
|
33
|
+
import { focusManager } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/focusManager.mjs";
|
|
34
|
+
import { hashKey, isServer, keepPreviousData, matchMutation, matchQuery, noop, partialMatchKey, replaceEqualDeep, shouldThrowError, skipToken } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/utils.mjs";
|
|
35
|
+
import { onlineManager } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/onlineManager.mjs";
|
|
36
|
+
import { timeoutManager } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/timeoutManager.mjs";
|
|
37
37
|
export {
|
|
38
38
|
CancelledError,
|
|
39
39
|
HydrationBoundary,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import { notifyManager } from "../../../../../@tanstack_query-core@5.90.
|
|
3
|
-
import { noop, isServer } from "../../../../../@tanstack_query-core@5.90.
|
|
2
|
+
import { notifyManager } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/notifyManager.mjs";
|
|
3
|
+
import { noop, isServer } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/utils.mjs";
|
|
4
4
|
import { useQueryClient } from "./QueryClientProvider.mjs";
|
|
5
5
|
import { useQueryErrorResetBoundary } from "./QueryErrorResetBoundary.mjs";
|
|
6
6
|
import { ensurePreventErrorBoundaryRetry, useClearResetErrorBoundary, getHasError } from "./errorBoundaryUtils.mjs";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { InfiniteQueryObserver } from "../../../../../@tanstack_query-core@5.90.
|
|
1
|
+
import { InfiniteQueryObserver } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/infiniteQueryObserver.mjs";
|
|
2
2
|
import { useBaseQuery } from "./useBaseQuery.mjs";
|
|
3
3
|
function useInfiniteQuery(options, queryClient) {
|
|
4
4
|
return useBaseQuery(
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import { notifyManager } from "../../../../../@tanstack_query-core@5.90.
|
|
2
|
+
import { notifyManager } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/notifyManager.mjs";
|
|
3
3
|
import { useQueryClient } from "./QueryClientProvider.mjs";
|
|
4
4
|
function useIsFetching(filters, queryClient) {
|
|
5
5
|
const client = useQueryClient(queryClient);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import { MutationObserver } from "../../../../../@tanstack_query-core@5.90.
|
|
3
|
-
import { notifyManager } from "../../../../../@tanstack_query-core@5.90.
|
|
4
|
-
import { noop, shouldThrowError } from "../../../../../@tanstack_query-core@5.90.
|
|
2
|
+
import { MutationObserver } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/mutationObserver.mjs";
|
|
3
|
+
import { notifyManager } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/notifyManager.mjs";
|
|
4
|
+
import { noop, shouldThrowError } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/utils.mjs";
|
|
5
5
|
import { useQueryClient } from "./QueryClientProvider.mjs";
|
|
6
6
|
function useMutation(options, queryClient) {
|
|
7
7
|
const client = useQueryClient(queryClient);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import { notifyManager } from "../../../../../@tanstack_query-core@5.90.
|
|
3
|
-
import { replaceEqualDeep } from "../../../../../@tanstack_query-core@5.90.
|
|
2
|
+
import { notifyManager } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/notifyManager.mjs";
|
|
3
|
+
import { replaceEqualDeep } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/utils.mjs";
|
|
4
4
|
import { useQueryClient } from "./QueryClientProvider.mjs";
|
|
5
5
|
function useIsMutating(filters, queryClient) {
|
|
6
6
|
const client = useQueryClient(queryClient);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import { notifyManager } from "../../../../../@tanstack_query-core@5.90.
|
|
3
|
-
import { QueriesObserver } from "../../../../../@tanstack_query-core@5.90.
|
|
4
|
-
import { QueryObserver } from "../../../../../@tanstack_query-core@5.90.
|
|
5
|
-
import { noop } from "../../../../../@tanstack_query-core@5.90.
|
|
2
|
+
import { notifyManager } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/notifyManager.mjs";
|
|
3
|
+
import { QueriesObserver } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/queriesObserver.mjs";
|
|
4
|
+
import { QueryObserver } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/queryObserver.mjs";
|
|
5
|
+
import { noop } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/utils.mjs";
|
|
6
6
|
import { useQueryClient } from "./QueryClientProvider.mjs";
|
|
7
7
|
import { useIsRestoring } from "./IsRestoringProvider.mjs";
|
|
8
8
|
import { useQueryErrorResetBoundary } from "./QueryErrorResetBoundary.mjs";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { QueryObserver } from "../../../../../@tanstack_query-core@5.90.
|
|
1
|
+
import { QueryObserver } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/queryObserver.mjs";
|
|
2
2
|
import { useBaseQuery } from "./useBaseQuery.mjs";
|
|
3
3
|
function useQuery(options, queryClient) {
|
|
4
4
|
return useBaseQuery(options, QueryObserver, queryClient);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { InfiniteQueryObserver } from "../../../../../@tanstack_query-core@5.90.
|
|
2
|
-
import { skipToken } from "../../../../../@tanstack_query-core@5.90.
|
|
1
|
+
import { InfiniteQueryObserver } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/infiniteQueryObserver.mjs";
|
|
2
|
+
import { skipToken } from "../../../../../@tanstack_query-core@5.90.12/@tanstack/query-core/build/modern/utils.mjs";
|
|
3
3
|
import { useBaseQuery } from "./useBaseQuery.mjs";
|
|
4
4
|
import { defaultThrowOnError } from "./suspense.mjs";
|
|
5
5
|
function useSuspenseInfiniteQuery(options, queryClient) {
|