fastapi-rtk 2.1.4 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.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 +29 -24
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/MantineInputs/MantineDateInput.cjs +1 -1
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/MantineInputs/MantineDateTimeInput.cjs +8 -4
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/MantineInputs/MantineFileInput.cjs +8 -6
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/MantineInputs/MantineImageInput.cjs +5 -10
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/MantineInputs/MantineNumberInput.cjs +10 -6
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/MantineInputs/MantineObjectInput.cjs +2 -1
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/MantineInputs/MantineTimeInput.cjs +3 -3
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/cells/MantineEnumArrayCell.cjs +3 -1
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/cells/MantineEnumCell.cjs +5 -1
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/cells/MantineOneOfEnumCell.cjs +5 -1
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/complex/MantineArrayControl/DeleteDialog.cjs +2 -10
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/complex/MantineArrayControl/MantineArrayControl.cjs +4 -1
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/complex/MantineEnumArrayControl.cjs +4 -1
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/complex/MantineObjectControl.cjs +4 -1
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/complex/MantineTableControl/MantineTableControl.cjs +19 -17
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/complex/MantineTableControl/NoBorderTableCell.cjs +4 -1
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/controls/MantineEnumControl.cjs +1 -0
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/controls/MantineOneOfEnumControl.cjs +1 -0
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useBooleanProps.cjs +15 -6
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useCommonProps.cjs +17 -12
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useContextProps.cjs +6 -6
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useDateProps.cjs +44 -34
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useFileProps.cjs +3 -1
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useIfProps.cjs +4 -1
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useJsonProps.cjs +2 -1
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useNavigationComponent.cjs +12 -11
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useNumberProps.cjs +4 -1
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useSelectProps.cjs +5 -1
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useTextProps.cjs +6 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useThemeCustomizer.cjs +7 -9
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useTimeProps.cjs +3 -1
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/hooks/useToolbarComponent.cjs +11 -9
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/layouts/Array/ExpandPanelRenderer.cjs +13 -3
- 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 +3 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/layouts/Categorization/MantineCategorizationLayoutRenderer.cjs +6 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/layouts/Categorization/variants/CategorizationCards.cjs +23 -17
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/layouts/Categorization/variants/CategorizationStepper.cjs +25 -18
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/layouts/Categorization/variants/CategorizationTabs.cjs +21 -17
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/layouts/Group/variants/GroupFieldset.cjs +2 -1
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/testers/isEnumArrayArrayControl.cjs +15 -4
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/testers/isEnumArrayControl.cjs +7 -3
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/testers/isFileControl.cjs +9 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/testers/isFilesControl.cjs +8 -3
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/testers/isImageControl.cjs +6 -2
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/testers/isImagesControl.cjs +7 -3
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/testers/isJsonArrayControl.cjs +7 -3
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/testers/isJsonControl.cjs +8 -3
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/utils/layout.cjs +3 -12
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/utils/withDebounce.cjs +3 -5
- package/dist/.bundled/jsonforms/cjs/packages/jsonforms/src/utils/withLabelMappingProps.cjs +3 -3
- 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 +25 -20
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/MantineInputs/MantineDateInput.mjs +1 -1
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/MantineInputs/MantineDateTimeInput.mjs +7 -3
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/MantineInputs/MantineFileInput.mjs +8 -6
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/MantineInputs/MantineImageInput.mjs +3 -8
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/MantineInputs/MantineNumberInput.mjs +10 -6
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/MantineInputs/MantineObjectInput.mjs +2 -1
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/MantineInputs/MantineTimeInput.mjs +2 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/cells/MantineEnumArrayCell.mjs +3 -1
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/cells/MantineEnumCell.mjs +5 -1
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/cells/MantineOneOfEnumCell.mjs +5 -1
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/complex/MantineArrayControl/DeleteDialog.mjs +2 -10
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/complex/MantineArrayControl/MantineArrayControl.mjs +4 -1
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/complex/MantineEnumArrayControl.mjs +4 -1
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/complex/MantineObjectControl.mjs +4 -1
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/complex/MantineTableControl/MantineTableControl.mjs +19 -17
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/complex/MantineTableControl/NoBorderTableCell.mjs +4 -1
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/controls/MantineEnumControl.mjs +1 -0
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/controls/MantineOneOfEnumControl.mjs +1 -0
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useBooleanProps.mjs +15 -6
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useCommonProps.mjs +14 -9
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useContextProps.mjs +1 -1
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useDateProps.mjs +45 -35
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useFileProps.mjs +3 -1
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useIfProps.mjs +4 -1
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useJsonProps.mjs +2 -1
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useNavigationComponent.mjs +12 -11
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useNumberProps.mjs +4 -1
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useSelectProps.mjs +5 -1
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useTextProps.mjs +6 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useThemeCustomizer.mjs +7 -9
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useTimeProps.mjs +3 -1
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/hooks/useToolbarComponent.mjs +11 -9
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/layouts/Array/ExpandPanelRenderer.mjs +13 -3
- 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 +3 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/layouts/Categorization/MantineCategorizationLayoutRenderer.mjs +6 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/layouts/Categorization/variants/CategorizationCards.mjs +23 -17
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/layouts/Categorization/variants/CategorizationStepper.mjs +25 -18
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/layouts/Categorization/variants/CategorizationTabs.mjs +21 -17
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/layouts/Group/variants/GroupFieldset.mjs +2 -1
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/testers/isEnumArrayArrayControl.mjs +15 -4
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/testers/isEnumArrayControl.mjs +7 -3
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/testers/isFileControl.mjs +9 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/testers/isFilesControl.mjs +8 -3
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/testers/isImageControl.mjs +6 -2
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/testers/isImagesControl.mjs +7 -3
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/testers/isJsonArrayControl.mjs +7 -3
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/testers/isJsonControl.mjs +8 -3
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/utils/layout.mjs +3 -12
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/utils/withDebounce.mjs +3 -5
- package/dist/.bundled/jsonforms/esm/packages/jsonforms/src/utils/withLabelMappingProps.mjs +3 -3
- 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/lodash@4.17.23/lodash/_freeGlobal.cjs +1 -1
- package/dist/.external/cjs/lodash@4.17.23/lodash/_nodeUtil.cjs +1 -1
- package/dist/.external/cjs/lodash@4.17.23/lodash/isBuffer.cjs +1 -1
- package/dist/.external/cjs/lodash@4.17.23/lodash/lodash.cjs +2 -2
- package/dist/.external/cjs/{mantine-react-table@2.0.0-beta.9_patch_hash_046f1b0f764b8dc88804170e4ca8f096de0796df0be_2e8cfd91765713166f4d486da3b54b13 → mantine-react-table@2.0.0-beta.9_patch_hash_b9fcaf5fc0698f1949127d6bfb1f154a5bd28d0d1fe_7b4bd73d03bc0c4b3e9706b344be0f5a}/mantine-react-table/dist/index.esm.cjs +4 -2
- package/dist/.external/cjs/react-i18next@15.7.4_i18next@25.8.0_typescript@5.9.3__react-dom@19.2.3_react@19.2.3__react@19.2.3_typescript@5.9.3/react-i18next/dist/es/useTranslation.cjs +1 -1
- 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/lodash@4.17.23/lodash/_freeGlobal.mjs +1 -1
- package/dist/.external/esm/lodash@4.17.23/lodash/_nodeUtil.mjs +1 -1
- package/dist/.external/esm/lodash@4.17.23/lodash/isBuffer.mjs +1 -1
- package/dist/.external/esm/lodash@4.17.23/lodash/lodash.mjs +2 -2
- package/dist/.external/esm/{mantine-react-table@2.0.0-beta.9_patch_hash_046f1b0f764b8dc88804170e4ca8f096de0796df0be_2e8cfd91765713166f4d486da3b54b13 → mantine-react-table@2.0.0-beta.9_patch_hash_b9fcaf5fc0698f1949127d6bfb1f154a5bd28d0d1fe_7b4bd73d03bc0c4b3e9706b344be0f5a}/mantine-react-table/dist/index.esm.mjs +5 -3
- package/dist/.external/esm/react-i18next@15.7.4_i18next@25.8.0_typescript@5.9.3__react-dom@19.2.3_react@19.2.3__react@19.2.3_typescript@5.9.3/react-i18next/dist/es/useTranslation.mjs +1 -1
- package/dist/.external/lib/@jsonforms/core/actions/actions.d.ts +197 -0
- package/dist/.external/lib/@jsonforms/core/actions/index.d.ts +1 -0
- package/dist/.external/lib/@jsonforms/core/configDefault.d.ts +6 -0
- package/dist/.external/lib/@jsonforms/core/generators/Generate.d.ts +6 -0
- package/dist/.external/lib/@jsonforms/core/generators/index.d.ts +3 -0
- package/dist/.external/lib/@jsonforms/core/generators/schema.d.ts +8 -0
- package/dist/.external/lib/@jsonforms/core/generators/uischema.d.ts +12 -0
- package/dist/.external/lib/@jsonforms/core/i18n/arrayTranslations.d.ts +24 -0
- package/dist/.external/lib/@jsonforms/core/i18n/combinatorTranslations.d.ts +14 -0
- package/dist/.external/lib/@jsonforms/core/i18n/i18nUtil.d.ts +28 -0
- package/dist/.external/lib/@jsonforms/core/i18n/index.d.ts +4 -0
- package/dist/.external/lib/@jsonforms/core/i18n/selectors.d.ts +7 -0
- package/dist/.external/lib/@jsonforms/core/index.d.ts +11 -0
- package/dist/.external/lib/@jsonforms/core/mappers/cell.d.ts +76 -0
- package/dist/.external/lib/@jsonforms/core/mappers/combinators.d.ts +9 -0
- package/dist/.external/lib/@jsonforms/core/mappers/index.d.ts +4 -0
- package/dist/.external/lib/@jsonforms/core/mappers/renderer.d.ts +452 -0
- package/dist/.external/lib/@jsonforms/core/mappers/util.d.ts +10 -0
- package/dist/.external/lib/@jsonforms/core/models/draft4.d.ts +198 -0
- package/dist/.external/lib/@jsonforms/core/models/index.d.ts +5 -0
- package/dist/.external/lib/@jsonforms/core/models/jsonSchema.d.ts +3 -0
- package/dist/.external/lib/@jsonforms/core/models/jsonSchema4.d.ts +110 -0
- package/dist/.external/lib/@jsonforms/core/models/jsonSchema7.d.ts +119 -0
- package/dist/.external/lib/@jsonforms/core/models/uischema.d.ts +254 -0
- package/dist/.external/lib/@jsonforms/core/reducers/cells.d.ts +6 -0
- package/dist/.external/lib/@jsonforms/core/reducers/config.d.ts +3 -0
- package/dist/.external/lib/@jsonforms/core/reducers/core.d.ts +9 -0
- package/dist/.external/lib/@jsonforms/core/reducers/default-data.d.ts +12 -0
- package/dist/.external/lib/@jsonforms/core/reducers/i18n.d.ts +5 -0
- package/dist/.external/lib/@jsonforms/core/reducers/index.d.ts +9 -0
- package/dist/.external/lib/@jsonforms/core/reducers/middleware.d.ts +6 -0
- package/dist/.external/lib/@jsonforms/core/reducers/reducers.d.ts +21 -0
- package/dist/.external/lib/@jsonforms/core/reducers/renderers.d.ts +6 -0
- package/dist/.external/lib/@jsonforms/core/reducers/uischemas.d.ts +6 -0
- package/dist/.external/lib/@jsonforms/core/store/i18nTypes.d.ts +16 -0
- package/dist/.external/lib/@jsonforms/core/store/index.d.ts +4 -0
- package/dist/.external/lib/@jsonforms/core/store/jsonFormsCore.d.ts +20 -0
- package/dist/.external/lib/@jsonforms/core/store/store.d.ts +79 -0
- package/dist/.external/lib/@jsonforms/core/store/type.d.ts +174 -0
- package/dist/.external/lib/@jsonforms/core/testers/index.d.ts +1 -0
- package/dist/.external/lib/@jsonforms/core/testers/testers.d.ts +221 -0
- package/dist/.external/lib/@jsonforms/core/util/Formatted.d.ts +19 -0
- package/dist/.external/lib/@jsonforms/core/util/defaultDateFormat.d.ts +3 -0
- package/dist/.external/lib/@jsonforms/core/util/errors.d.ts +5 -0
- package/dist/.external/lib/@jsonforms/core/util/helpers.d.ts +5 -0
- package/dist/.external/lib/@jsonforms/core/util/ids.d.ts +3 -0
- package/dist/.external/lib/@jsonforms/core/util/index.d.ts +13 -0
- package/dist/.external/lib/@jsonforms/core/util/label.d.ts +9 -0
- package/dist/.external/lib/@jsonforms/core/util/path.d.ts +42 -0
- package/dist/.external/lib/@jsonforms/core/util/resolvers.d.ts +25 -0
- package/dist/.external/lib/@jsonforms/core/util/runtime.d.ts +8 -0
- package/dist/.external/lib/@jsonforms/core/util/schema.d.ts +10 -0
- package/dist/.external/lib/@jsonforms/core/util/uischema.d.ts +21 -0
- package/dist/.external/lib/@jsonforms/core/util/util.d.ts +56 -0
- package/dist/.external/lib/@jsonforms/core/util/validator.d.ts +4 -0
- package/dist/.external/lib/@jsonforms/react/Control.d.ts +26 -0
- package/dist/.external/lib/@jsonforms/react/DispatchCell.d.ts +7 -0
- package/dist/.external/lib/@jsonforms/react/JsonForms.d.ts +48 -0
- package/dist/.external/lib/@jsonforms/react/JsonFormsContext.d.ts +197 -0
- package/dist/.external/lib/@jsonforms/react/Renderer.d.ts +21 -0
- package/dist/.external/lib/@jsonforms/react/UnknownRenderer.d.ts +16 -0
- package/dist/.external/lib/@jsonforms/react/index.d.ts +6 -0
- package/dist/.external/lib/@jsonforms/react/redux/JsonFormsReduxContext.d.ts +6 -0
- package/dist/.external/lib/@jsonforms/react/redux/index.d.ts +1 -0
- package/dist/.external/lib/@tabler/icons-react/index.d.ts +1 -0
- package/dist/.external/lib/@tabler/icons-react/tabler-icons-react.d.ts +11317 -0
- package/dist/.external/lib/@tanstack/match-sorter-utils/index.d.ts +57 -0
- package/dist/.external/lib/@tanstack/match-sorter-utils/remove-accents.d.ts +1 -0
- package/dist/.external/lib/@tanstack/query-core/focusManager.d.cts +17 -0
- package/dist/.external/lib/@tanstack/query-core/focusManager.d.ts +17 -0
- package/dist/.external/lib/@tanstack/query-core/hydration-BlEVG2Lp.d.ts +1384 -0
- package/dist/.external/lib/@tanstack/query-core/hydration-uphG6M-i.d.cts +1384 -0
- package/dist/.external/lib/@tanstack/query-core/hydration.d.cts +3 -0
- package/dist/.external/lib/@tanstack/query-core/hydration.d.ts +3 -0
- package/dist/.external/lib/@tanstack/query-core/index.d.cts +10 -0
- package/dist/.external/lib/@tanstack/query-core/index.d.ts +10 -0
- package/dist/.external/lib/@tanstack/query-core/infiniteQueryBehavior.d.cts +15 -0
- package/dist/.external/lib/@tanstack/query-core/infiniteQueryBehavior.d.ts +15 -0
- package/dist/.external/lib/@tanstack/query-core/infiniteQueryObserver.d.cts +20 -0
- package/dist/.external/lib/@tanstack/query-core/infiniteQueryObserver.d.ts +20 -0
- package/dist/.external/lib/@tanstack/query-core/mutation.d.cts +3 -0
- package/dist/.external/lib/@tanstack/query-core/mutation.d.ts +3 -0
- package/dist/.external/lib/@tanstack/query-core/mutationCache.d.cts +3 -0
- package/dist/.external/lib/@tanstack/query-core/mutationCache.d.ts +3 -0
- package/dist/.external/lib/@tanstack/query-core/mutationObserver.d.cts +3 -0
- package/dist/.external/lib/@tanstack/query-core/mutationObserver.d.ts +3 -0
- package/dist/.external/lib/@tanstack/query-core/notifyManager.d.cts +46 -0
- package/dist/.external/lib/@tanstack/query-core/notifyManager.d.ts +46 -0
- package/dist/.external/lib/@tanstack/query-core/onlineManager.d.cts +16 -0
- package/dist/.external/lib/@tanstack/query-core/onlineManager.d.ts +16 -0
- package/dist/.external/lib/@tanstack/query-core/queriesObserver.d.cts +27 -0
- package/dist/.external/lib/@tanstack/query-core/queriesObserver.d.ts +27 -0
- package/dist/.external/lib/@tanstack/query-core/query.d.cts +3 -0
- package/dist/.external/lib/@tanstack/query-core/query.d.ts +3 -0
- package/dist/.external/lib/@tanstack/query-core/queryCache.d.cts +3 -0
- package/dist/.external/lib/@tanstack/query-core/queryCache.d.ts +3 -0
- package/dist/.external/lib/@tanstack/query-core/queryClient.d.cts +3 -0
- package/dist/.external/lib/@tanstack/query-core/queryClient.d.ts +3 -0
- package/dist/.external/lib/@tanstack/query-core/queryObserver.d.cts +3 -0
- package/dist/.external/lib/@tanstack/query-core/queryObserver.d.ts +3 -0
- package/dist/.external/lib/@tanstack/query-core/removable.d.cts +11 -0
- package/dist/.external/lib/@tanstack/query-core/removable.d.ts +11 -0
- package/dist/.external/lib/@tanstack/query-core/retryer.d.cts +3 -0
- package/dist/.external/lib/@tanstack/query-core/retryer.d.ts +3 -0
- package/dist/.external/lib/@tanstack/query-core/streamedQuery.d.cts +34 -0
- package/dist/.external/lib/@tanstack/query-core/streamedQuery.d.ts +34 -0
- package/dist/.external/lib/@tanstack/query-core/subscribable.d.cts +10 -0
- package/dist/.external/lib/@tanstack/query-core/subscribable.d.ts +10 -0
- package/dist/.external/lib/@tanstack/query-core/thenable.d.cts +47 -0
- package/dist/.external/lib/@tanstack/query-core/thenable.d.ts +47 -0
- package/dist/.external/lib/@tanstack/query-core/timeoutManager.d.cts +58 -0
- package/dist/.external/lib/@tanstack/query-core/timeoutManager.d.ts +58 -0
- package/dist/.external/lib/@tanstack/query-core/types.d.cts +3 -0
- package/dist/.external/lib/@tanstack/query-core/types.d.ts +3 -0
- package/dist/.external/lib/@tanstack/query-core/utils.d.cts +3 -0
- package/dist/.external/lib/@tanstack/query-core/utils.d.ts +3 -0
- package/dist/.external/lib/@tanstack/react-query/HydrationBoundary.d.cts +14 -0
- package/dist/.external/lib/@tanstack/react-query/HydrationBoundary.d.ts +14 -0
- package/dist/.external/lib/@tanstack/react-query/IsRestoringProvider.d.cts +6 -0
- package/dist/.external/lib/@tanstack/react-query/IsRestoringProvider.d.ts +6 -0
- package/dist/.external/lib/@tanstack/react-query/QueryClientProvider.d.cts +12 -0
- package/dist/.external/lib/@tanstack/react-query/QueryClientProvider.d.ts +12 -0
- package/dist/.external/lib/@tanstack/react-query/QueryErrorResetBoundary.d.cts +19 -0
- package/dist/.external/lib/@tanstack/react-query/QueryErrorResetBoundary.d.ts +19 -0
- package/dist/.external/lib/@tanstack/react-query/errorBoundaryUtils.d.cts +16 -0
- package/dist/.external/lib/@tanstack/react-query/errorBoundaryUtils.d.ts +16 -0
- package/dist/.external/lib/@tanstack/react-query/index.d.cts +22 -0
- package/dist/.external/lib/@tanstack/react-query/index.d.ts +22 -0
- package/dist/.external/lib/@tanstack/react-query/infiniteQueryOptions.d.cts +23 -0
- package/dist/.external/lib/@tanstack/react-query/infiniteQueryOptions.d.ts +23 -0
- package/dist/.external/lib/@tanstack/react-query/mutationOptions.d.cts +7 -0
- package/dist/.external/lib/@tanstack/react-query/mutationOptions.d.ts +7 -0
- package/dist/.external/lib/@tanstack/react-query/queryOptions.d.cts +24 -0
- package/dist/.external/lib/@tanstack/react-query/queryOptions.d.ts +24 -0
- package/dist/.external/lib/@tanstack/react-query/suspense.d.cts +12 -0
- package/dist/.external/lib/@tanstack/react-query/suspense.d.ts +12 -0
- package/dist/.external/lib/@tanstack/react-query/types.d.cts +52 -0
- package/dist/.external/lib/@tanstack/react-query/types.d.ts +52 -0
- package/dist/.external/lib/@tanstack/react-query/useBaseQuery.d.cts +6 -0
- package/dist/.external/lib/@tanstack/react-query/useBaseQuery.d.ts +6 -0
- package/dist/.external/lib/@tanstack/react-query/useInfiniteQuery.d.cts +9 -0
- package/dist/.external/lib/@tanstack/react-query/useInfiniteQuery.d.ts +9 -0
- package/dist/.external/lib/@tanstack/react-query/useIsFetching.d.cts +5 -0
- package/dist/.external/lib/@tanstack/react-query/useIsFetching.d.ts +5 -0
- package/dist/.external/lib/@tanstack/react-query/useMutation.d.cts +6 -0
- package/dist/.external/lib/@tanstack/react-query/useMutation.d.ts +6 -0
- package/dist/.external/lib/@tanstack/react-query/useMutationState.d.cts +10 -0
- package/dist/.external/lib/@tanstack/react-query/useMutationState.d.ts +10 -0
- package/dist/.external/lib/@tanstack/react-query/usePrefetchInfiniteQuery.d.cts +5 -0
- package/dist/.external/lib/@tanstack/react-query/usePrefetchInfiniteQuery.d.ts +5 -0
- package/dist/.external/lib/@tanstack/react-query/usePrefetchQuery.d.cts +6 -0
- package/dist/.external/lib/@tanstack/react-query/usePrefetchQuery.d.ts +6 -0
- package/dist/.external/lib/@tanstack/react-query/useQueries.d.cts +76 -0
- package/dist/.external/lib/@tanstack/react-query/useQueries.d.ts +76 -0
- package/dist/.external/lib/@tanstack/react-query/useQuery.d.cts +9 -0
- package/dist/.external/lib/@tanstack/react-query/useQuery.d.ts +9 -0
- package/dist/.external/lib/@tanstack/react-query/useSuspenseInfiniteQuery.d.cts +6 -0
- package/dist/.external/lib/@tanstack/react-query/useSuspenseInfiniteQuery.d.ts +6 -0
- package/dist/.external/lib/@tanstack/react-query/useSuspenseQueries.d.cts +79 -0
- package/dist/.external/lib/@tanstack/react-query/useSuspenseQueries.d.ts +79 -0
- package/dist/.external/lib/@tanstack/react-query/useSuspenseQuery.d.cts +6 -0
- package/dist/.external/lib/@tanstack/react-query/useSuspenseQuery.d.ts +6 -0
- package/dist/.external/lib/@tanstack/react-table/index.d.ts +9 -0
- package/dist/.external/lib/@tanstack/react-virtual/index.d.ts +4 -0
- package/dist/.external/lib/@tanstack/table-core/aggregationFns.d.ts +13 -0
- package/dist/.external/lib/@tanstack/table-core/columnHelper.d.ts +8 -0
- package/dist/.external/lib/@tanstack/table-core/core/cell.d.ts +49 -0
- package/dist/.external/lib/@tanstack/table-core/core/column.d.ts +55 -0
- package/dist/.external/lib/@tanstack/table-core/core/headers.d.ts +194 -0
- package/dist/.external/lib/@tanstack/table-core/core/row.d.ts +91 -0
- package/dist/.external/lib/@tanstack/table-core/core/table.d.ts +220 -0
- package/dist/.external/lib/@tanstack/table-core/features/ColumnFaceting.d.ts +34 -0
- package/dist/.external/lib/@tanstack/table-core/features/ColumnFiltering.d.ts +194 -0
- package/dist/.external/lib/@tanstack/table-core/features/ColumnGrouping.d.ts +201 -0
- package/dist/.external/lib/@tanstack/table-core/features/ColumnOrdering.d.ts +53 -0
- package/dist/.external/lib/@tanstack/table-core/features/ColumnPinning.d.ts +126 -0
- package/dist/.external/lib/@tanstack/table-core/features/ColumnSizing.d.ts +193 -0
- package/dist/.external/lib/@tanstack/table-core/features/ColumnVisibility.d.ts +129 -0
- package/dist/.external/lib/@tanstack/table-core/features/GlobalFaceting.d.ts +26 -0
- package/dist/.external/lib/@tanstack/table-core/features/GlobalFiltering.d.ts +79 -0
- package/dist/.external/lib/@tanstack/table-core/features/RowExpanding.d.ts +154 -0
- package/dist/.external/lib/@tanstack/table-core/features/RowPagination.d.ts +165 -0
- package/dist/.external/lib/@tanstack/table-core/features/RowPinning.d.ts +98 -0
- package/dist/.external/lib/@tanstack/table-core/features/RowSelection.d.ts +176 -0
- package/dist/.external/lib/@tanstack/table-core/features/RowSorting.d.ts +237 -0
- package/dist/.external/lib/@tanstack/table-core/filterFns.d.ts +13 -0
- package/dist/.external/lib/@tanstack/table-core/index.d.ts +34 -0
- package/dist/.external/lib/@tanstack/table-core/sortingFns.d.ts +11 -0
- package/dist/.external/lib/@tanstack/table-core/types.d.ts +119 -0
- package/dist/.external/lib/@tanstack/table-core/utils/filterRowsUtils.d.ts +2 -0
- package/dist/.external/lib/@tanstack/table-core/utils/getCoreRowModel.d.ts +2 -0
- package/dist/.external/lib/@tanstack/table-core/utils/getExpandedRowModel.d.ts +7 -0
- package/dist/.external/lib/@tanstack/table-core/utils/getFacetedMinMaxValues.d.ts +2 -0
- package/dist/.external/lib/@tanstack/table-core/utils/getFacetedRowModel.d.ts +2 -0
- package/dist/.external/lib/@tanstack/table-core/utils/getFacetedUniqueValues.d.ts +2 -0
- package/dist/.external/lib/@tanstack/table-core/utils/getFilteredRowModel.d.ts +2 -0
- package/dist/.external/lib/@tanstack/table-core/utils/getGroupedRowModel.d.ts +2 -0
- package/dist/.external/lib/@tanstack/table-core/utils/getPaginationRowModel.d.ts +4 -0
- package/dist/.external/lib/@tanstack/table-core/utils/getSortedRowModel.d.ts +2 -0
- package/dist/.external/lib/@tanstack/table-core/utils.d.ts +38 -0
- package/dist/.external/lib/@tanstack/virtual-core/index.d.ts +133 -0
- package/dist/.external/lib/@tanstack/virtual-core/utils.d.ts +11 -0
- package/dist/.external/lib/ajv/2019.d.ts +19 -0
- package/dist/.external/lib/ajv/2020.d.ts +19 -0
- package/dist/.external/lib/ajv/ajv.d.ts +18 -0
- package/dist/.external/lib/ajv/compile/codegen/code.d.ts +40 -0
- package/dist/.external/lib/ajv/compile/codegen/index.d.ts +79 -0
- package/dist/.external/lib/ajv/compile/codegen/scope.d.ts +79 -0
- package/dist/.external/lib/ajv/compile/errors.d.ts +13 -0
- package/dist/.external/lib/ajv/compile/index.d.ts +80 -0
- package/dist/.external/lib/ajv/compile/jtd/parse.d.ts +4 -0
- package/dist/.external/lib/ajv/compile/jtd/serialize.d.ts +4 -0
- package/dist/.external/lib/ajv/compile/jtd/types.d.ts +6 -0
- package/dist/.external/lib/ajv/compile/names.d.ts +20 -0
- package/dist/.external/lib/ajv/compile/ref_error.d.ts +6 -0
- package/dist/.external/lib/ajv/compile/resolve.d.ts +12 -0
- package/dist/.external/lib/ajv/compile/rules.d.ts +28 -0
- package/dist/.external/lib/ajv/compile/util.d.ts +40 -0
- package/dist/.external/lib/ajv/compile/validate/applicability.d.ts +6 -0
- package/dist/.external/lib/ajv/compile/validate/boolSchema.d.ts +4 -0
- package/dist/.external/lib/ajv/compile/validate/dataType.d.ts +17 -0
- package/dist/.external/lib/ajv/compile/validate/defaults.d.ts +2 -0
- package/dist/.external/lib/ajv/compile/validate/index.d.ts +42 -0
- package/dist/.external/lib/ajv/compile/validate/keyword.d.ts +8 -0
- package/dist/.external/lib/ajv/compile/validate/subschema.d.ts +47 -0
- package/dist/.external/lib/ajv/core.d.ts +173 -0
- package/dist/.external/lib/ajv/index.d.ts +1 -0
- package/dist/.external/lib/ajv/jtd.d.ts +47 -0
- package/dist/.external/lib/ajv/refs/json-schema-2019-09/index.d.ts +2 -0
- package/dist/.external/lib/ajv/refs/json-schema-2020-12/index.d.ts +2 -0
- package/dist/.external/lib/ajv/refs/jtd-schema.d.ts +3 -0
- package/dist/.external/lib/ajv/runtime/equal.d.ts +6 -0
- package/dist/.external/lib/ajv/runtime/parseJson.d.ts +18 -0
- package/dist/.external/lib/ajv/runtime/quote.d.ts +5 -0
- package/dist/.external/lib/ajv/runtime/re2.d.ts +6 -0
- package/dist/.external/lib/ajv/runtime/timestamp.d.ts +5 -0
- package/dist/.external/lib/ajv/runtime/ucs2length.d.ts +5 -0
- package/dist/.external/lib/ajv/runtime/uri.d.ts +6 -0
- package/dist/.external/lib/ajv/runtime/validation_error.d.ts +7 -0
- package/dist/.external/lib/ajv/standalone/index.d.ts +6 -0
- package/dist/.external/lib/ajv/standalone/instance.d.ts +12 -0
- package/dist/.external/lib/ajv/types/index.d.ts +183 -0
- package/dist/.external/lib/ajv/types/json-schema.d.ts +125 -0
- package/dist/.external/lib/ajv/types/jtd-schema.d.ts +174 -0
- package/dist/.external/lib/ajv/vocabularies/applicator/additionalItems.d.ts +8 -0
- package/dist/.external/lib/ajv/vocabularies/applicator/additionalProperties.d.ts +6 -0
- package/dist/.external/lib/ajv/vocabularies/applicator/allOf.d.ts +3 -0
- package/dist/.external/lib/ajv/vocabularies/applicator/anyOf.d.ts +4 -0
- package/dist/.external/lib/ajv/vocabularies/applicator/contains.d.ts +7 -0
- package/dist/.external/lib/ajv/vocabularies/applicator/dependencies.d.ts +21 -0
- package/dist/.external/lib/ajv/vocabularies/applicator/dependentSchemas.d.ts +3 -0
- package/dist/.external/lib/ajv/vocabularies/applicator/if.d.ts +6 -0
- package/dist/.external/lib/ajv/vocabularies/applicator/index.d.ts +13 -0
- package/dist/.external/lib/ajv/vocabularies/applicator/items.d.ts +5 -0
- package/dist/.external/lib/ajv/vocabularies/applicator/items2020.d.ts +6 -0
- package/dist/.external/lib/ajv/vocabularies/applicator/not.d.ts +4 -0
- package/dist/.external/lib/ajv/vocabularies/applicator/oneOf.d.ts +6 -0
- package/dist/.external/lib/ajv/vocabularies/applicator/patternProperties.d.ts +3 -0
- package/dist/.external/lib/ajv/vocabularies/applicator/prefixItems.d.ts +3 -0
- package/dist/.external/lib/ajv/vocabularies/applicator/properties.d.ts +3 -0
- package/dist/.external/lib/ajv/vocabularies/applicator/propertyNames.d.ts +6 -0
- package/dist/.external/lib/ajv/vocabularies/applicator/thenElse.d.ts +3 -0
- package/dist/.external/lib/ajv/vocabularies/code.d.ts +17 -0
- package/dist/.external/lib/ajv/vocabularies/core/id.d.ts +3 -0
- package/dist/.external/lib/ajv/vocabularies/core/index.d.ts +3 -0
- package/dist/.external/lib/ajv/vocabularies/core/ref.d.ts +8 -0
- package/dist/.external/lib/ajv/vocabularies/discriminator/index.d.ts +5 -0
- package/dist/.external/lib/ajv/vocabularies/discriminator/types.d.ts +10 -0
- package/dist/.external/lib/ajv/vocabularies/draft2020.d.ts +3 -0
- package/dist/.external/lib/ajv/vocabularies/draft7.d.ts +3 -0
- package/dist/.external/lib/ajv/vocabularies/dynamic/dynamicAnchor.d.ts +5 -0
- package/dist/.external/lib/ajv/vocabularies/dynamic/dynamicRef.d.ts +5 -0
- package/dist/.external/lib/ajv/vocabularies/dynamic/index.d.ts +3 -0
- package/dist/.external/lib/ajv/vocabularies/dynamic/recursiveAnchor.d.ts +3 -0
- package/dist/.external/lib/ajv/vocabularies/dynamic/recursiveRef.d.ts +3 -0
- package/dist/.external/lib/ajv/vocabularies/errors.d.ts +9 -0
- package/dist/.external/lib/ajv/vocabularies/format/format.d.ts +8 -0
- package/dist/.external/lib/ajv/vocabularies/format/index.d.ts +3 -0
- package/dist/.external/lib/ajv/vocabularies/jtd/discriminator.d.ts +6 -0
- package/dist/.external/lib/ajv/vocabularies/jtd/elements.d.ts +5 -0
- package/dist/.external/lib/ajv/vocabularies/jtd/enum.d.ts +6 -0
- package/dist/.external/lib/ajv/vocabularies/jtd/error.d.ts +9 -0
- package/dist/.external/lib/ajv/vocabularies/jtd/index.d.ts +10 -0
- package/dist/.external/lib/ajv/vocabularies/jtd/metadata.d.ts +5 -0
- package/dist/.external/lib/ajv/vocabularies/jtd/nullable.d.ts +4 -0
- package/dist/.external/lib/ajv/vocabularies/jtd/optionalProperties.d.ts +3 -0
- package/dist/.external/lib/ajv/vocabularies/jtd/properties.d.ts +22 -0
- package/dist/.external/lib/ajv/vocabularies/jtd/ref.d.ts +4 -0
- package/dist/.external/lib/ajv/vocabularies/jtd/type.d.ts +10 -0
- package/dist/.external/lib/ajv/vocabularies/jtd/union.d.ts +3 -0
- package/dist/.external/lib/ajv/vocabularies/jtd/values.d.ts +5 -0
- package/dist/.external/lib/ajv/vocabularies/metadata.d.ts +3 -0
- package/dist/.external/lib/ajv/vocabularies/next.d.ts +3 -0
- package/dist/.external/lib/ajv/vocabularies/unevaluated/index.d.ts +3 -0
- package/dist/.external/lib/ajv/vocabularies/unevaluated/unevaluatedItems.d.ts +6 -0
- package/dist/.external/lib/ajv/vocabularies/unevaluated/unevaluatedProperties.d.ts +6 -0
- package/dist/.external/lib/ajv/vocabularies/validation/const.d.ts +6 -0
- package/dist/.external/lib/ajv/vocabularies/validation/dependentRequired.d.ts +5 -0
- package/dist/.external/lib/ajv/vocabularies/validation/enum.d.ts +8 -0
- package/dist/.external/lib/ajv/vocabularies/validation/index.d.ts +16 -0
- package/dist/.external/lib/ajv/vocabularies/validation/limitContains.d.ts +3 -0
- package/dist/.external/lib/ajv/vocabularies/validation/limitItems.d.ts +3 -0
- package/dist/.external/lib/ajv/vocabularies/validation/limitLength.d.ts +3 -0
- package/dist/.external/lib/ajv/vocabularies/validation/limitNumber.d.ts +11 -0
- package/dist/.external/lib/ajv/vocabularies/validation/limitProperties.d.ts +3 -0
- package/dist/.external/lib/ajv/vocabularies/validation/multipleOf.d.ts +8 -0
- package/dist/.external/lib/ajv/vocabularies/validation/pattern.d.ts +8 -0
- package/dist/.external/lib/ajv/vocabularies/validation/required.d.ts +8 -0
- package/dist/.external/lib/ajv/vocabularies/validation/uniqueItems.d.ts +9 -0
- package/dist/.external/lib/ajv-formats/formats.d.ts +9 -0
- package/dist/.external/lib/ajv-formats/index.d.ts +15 -0
- package/dist/.external/lib/ajv-formats/limit.d.ts +10 -0
- package/dist/.external/lib/clsx/clsx.d.mts +6 -0
- package/dist/.external/lib/clsx/clsx.d.ts +10 -0
- package/dist/.external/lib/clsx/index.d.ts +1 -0
- package/dist/.external/lib/dompurify/index.d.ts +1 -0
- package/dist/.external/lib/dompurify/purify.cjs.d.ts +450 -0
- package/dist/.external/lib/dompurify/purify.es.d.mts +447 -0
- package/dist/.external/lib/fast-deep-equal/es6/index.d.ts +2 -0
- package/dist/.external/lib/fast-deep-equal/es6/react.d.ts +2 -0
- package/dist/.external/lib/fast-deep-equal/index.d.ts +4 -0
- package/dist/.external/lib/fast-deep-equal/react.d.ts +2 -0
- package/dist/.external/lib/fast-uri/index.d.ts +60 -0
- package/dist/.external/lib/i18next/index.d.mts +63 -0
- package/dist/.external/lib/i18next/index.d.ts +576 -0
- package/dist/.external/lib/i18next/typescript/helpers.d.ts +77 -0
- package/dist/.external/lib/i18next/typescript/options.d.ts +791 -0
- package/dist/.external/lib/i18next/typescript/t.d.ts +493 -0
- package/dist/.external/lib/json-schema-traverse/index.d.ts +40 -0
- package/dist/.external/lib/mantine-form-yup-resolver/index.d.mts +1 -0
- package/dist/.external/lib/mantine-form-yup-resolver/index.d.ts +1 -0
- package/dist/.external/lib/mantine-form-yup-resolver/yup-resolver.d.ts +3 -0
- package/dist/.external/lib/mantine-react-table/index.d.cts +1486 -0
- package/dist/.external/lib/mantine-react-table/index.d.ts +1 -0
- package/dist/.external/lib/mantine-react-table/index.esm.d.mts +1486 -0
- package/dist/.external/lib/property-expr/index.d.ts +31 -0
- package/dist/.external/lib/react-i18next/TransWithoutContext.d.mts +1 -0
- package/dist/.external/lib/react-i18next/TransWithoutContext.d.ts +129 -0
- package/dist/.external/lib/react-i18next/helpers.d.ts +3 -0
- package/dist/.external/lib/react-i18next/icu.macro.d.mts +1 -0
- package/dist/.external/lib/react-i18next/icu.macro.d.ts +103 -0
- package/dist/.external/lib/react-i18next/index.d.mts +1 -0
- package/dist/.external/lib/react-i18next/index.d.ts +209 -0
- package/dist/.external/lib/react-i18next/initReactI18next.d.mts +1 -0
- package/dist/.external/lib/react-i18next/initReactI18next.d.ts +3 -0
- package/dist/.external/lib/tiny-case/index.d.ts +15 -0
- package/dist/.external/lib/yup/index.d.ts +946 -0
- package/dist/.external/lib/zustand/esm/index.d.mts +2 -0
- package/dist/.external/lib/zustand/esm/middleware/combine.d.mts +4 -0
- package/dist/.external/lib/zustand/esm/middleware/devtools.d.mts +58 -0
- package/dist/.external/lib/zustand/esm/middleware/immer.d.mts +29 -0
- package/dist/.external/lib/zustand/esm/middleware/persist.d.mts +99 -0
- package/dist/.external/lib/zustand/esm/middleware/redux.d.mts +21 -0
- package/dist/.external/lib/zustand/esm/middleware/ssrSafe.d.mts +2 -0
- package/dist/.external/lib/zustand/esm/middleware/subscribeWithSelector.d.mts +25 -0
- package/dist/.external/lib/zustand/esm/middleware.d.mts +6 -0
- package/dist/.external/lib/zustand/esm/react/shallow.d.mts +1 -0
- package/dist/.external/lib/zustand/esm/react.d.mts +14 -0
- package/dist/.external/lib/zustand/esm/shallow.d.mts +2 -0
- package/dist/.external/lib/zustand/esm/traditional.d.mts +14 -0
- package/dist/.external/lib/zustand/esm/vanilla/shallow.d.mts +1 -0
- package/dist/.external/lib/zustand/esm/vanilla.d.mts +31 -0
- package/dist/.external/lib/zustand/index.d.ts +2 -0
- package/dist/.external/lib/zustand/middleware/combine.d.ts +4 -0
- package/dist/.external/lib/zustand/middleware/devtools.d.ts +58 -0
- package/dist/.external/lib/zustand/middleware/immer.d.ts +29 -0
- package/dist/.external/lib/zustand/middleware/persist.d.ts +99 -0
- package/dist/.external/lib/zustand/middleware/redux.d.ts +21 -0
- package/dist/.external/lib/zustand/middleware/ssrSafe.d.ts +2 -0
- package/dist/.external/lib/zustand/middleware/subscribeWithSelector.d.ts +25 -0
- package/dist/.external/lib/zustand/middleware.d.ts +6 -0
- package/dist/.external/lib/zustand/react/shallow.d.ts +1 -0
- package/dist/.external/lib/zustand/react.d.ts +14 -0
- package/dist/.external/lib/zustand/shallow.d.ts +2 -0
- package/dist/.external/lib/zustand/traditional.d.ts +14 -0
- package/dist/.external/lib/zustand/ts_version_4.5_and_above_is_required.d.ts +0 -0
- package/dist/.external/lib/zustand/vanilla/shallow.d.ts +1 -0
- package/dist/.external/lib/zustand/vanilla.d.ts +31 -0
- package/dist/api-types/cjs/index.cjs +1 -0
- package/dist/api-types/esm/index.mjs +1 -0
- package/dist/api-types/lib/index.d.ts +196 -0
- package/dist/{core/cjs/Inputs → components/cjs/DateTimePicker}/DateTimePicker.cjs +6 -5
- package/dist/{core/cjs/Inputs → components/cjs/TimePicker}/TimePicker.cjs +7 -6
- package/dist/components/cjs/index.cjs +6 -0
- package/dist/{core/esm/Inputs → components/esm/DateTimePicker}/DateTimePicker.mjs +5 -4
- package/dist/{core/esm/Inputs → components/esm/TimePicker}/TimePicker.mjs +6 -5
- package/dist/components/esm/index.mjs +6 -0
- package/dist/components/lib/DateTimePicker/DateTimePicker.d.ts +5 -0
- package/dist/components/lib/DateTimePicker/types.d.ts +10 -0
- package/dist/components/lib/TimePicker/TimePicker.d.ts +5 -0
- package/dist/components/lib/TimePicker/TimePicker.test.d.ts +1 -0
- package/dist/components/lib/TimePicker/types.d.ts +10 -0
- package/dist/components/lib/index.d.ts +4 -0
- package/dist/components/lib/test-helpers/uiWrap.d.ts +8 -0
- package/dist/constants/cjs/_virtual/index.cjs +1 -1
- package/dist/constants/cjs/_virtual/index2.cjs +1 -1
- package/dist/constants/cjs/index.cjs +4 -1
- package/dist/constants/esm/_virtual/index.mjs +1 -1
- package/dist/constants/esm/_virtual/index2.mjs +1 -1
- package/dist/constants/esm/index.mjs +4 -1
- package/dist/constants/lib/index.d.ts +34 -32
- package/dist/{core/cjs/Wrappers/ApiProvider/Contexts → contexts/cjs/ApiContext}/ApiContext.cjs +5 -1
- package/dist/contexts/cjs/LangContext/LangContext.cjs +10 -0
- package/dist/contexts/cjs/index.cjs +12 -0
- package/dist/contexts/esm/ApiContext/ApiContext.mjs +10 -0
- package/dist/contexts/esm/LangContext/LangContext.mjs +10 -0
- package/dist/contexts/esm/index.mjs +12 -0
- package/dist/contexts/lib/ApiContext/ApiContext.d.ts +10 -0
- package/dist/contexts/lib/ApiContext/index.d.ts +2 -0
- package/dist/contexts/lib/ApiContext/types.d.ts +166 -0
- package/dist/contexts/lib/LangContext/LangContext.d.ts +12 -0
- package/dist/contexts/lib/LangContext/index.d.ts +2 -0
- package/dist/contexts/lib/LangContext/types.d.ts +15 -0
- package/dist/contexts/lib/index.d.ts +4 -0
- package/dist/contexts/lib/index.test.d.ts +1 -0
- package/dist/core/cjs/ActionIcons/Actions.cjs +4 -3
- package/dist/core/cjs/ActionIcons/Add/Add.cjs +2 -3
- package/dist/core/cjs/ActionIcons/Delete/Delete.cjs +5 -5
- package/dist/core/cjs/ActionIcons/Download/Download.cjs +5 -7
- package/dist/core/cjs/ActionIcons/Edit/Edit.cjs +6 -7
- package/dist/core/cjs/ActionIcons/Refresh/Refresh.cjs +3 -5
- package/dist/core/cjs/ActionIcons/Upload/Upload.cjs +6 -6
- package/dist/core/cjs/ActionIcons/View/View.cjs +6 -7
- package/dist/core/cjs/ActionIcons/utils/BaseActionIcon.cjs +3 -2
- package/dist/core/cjs/ActionIcons/utils/convertToFormInputs.cjs +8 -7
- package/dist/core/cjs/Dialogs/AddDialog.cjs +55 -24
- package/dist/core/cjs/Dialogs/DeleteDialog.cjs +12 -8
- package/dist/core/cjs/Dialogs/EditDialog.cjs +57 -30
- package/dist/core/cjs/Dialogs/ViewDialog.cjs +6 -4
- package/dist/core/cjs/Menu/UserMenu/UserMenu.cjs +6 -4
- package/dist/core/cjs/Menu/UserMenu/user.module.css.cjs +2 -2
- package/dist/core/cjs/Modals/CommonModal.cjs +22 -22
- package/dist/core/cjs/Selectors/LanguageSelector.cjs +12 -3
- package/dist/core/cjs/Tables/DataGrid/DataGrid.cjs +2 -2
- package/dist/core/cjs/Tables/DataGrid/ErrorDialog.cjs +8 -9
- package/dist/core/cjs/Tables/DataGrid/FormField/FormField.cjs +21 -11
- package/dist/core/cjs/Tables/DataGrid/FormField/Inputs/FormDatePicker.cjs +3 -2
- package/dist/core/cjs/Tables/DataGrid/FormField/Inputs/FormDateTimePicker.cjs +3 -2
- package/dist/core/cjs/Tables/DataGrid/FormField/Inputs/FormGeometryField.cjs +4 -3
- package/dist/core/cjs/Tables/DataGrid/FormField/Inputs/FormJsonField.cjs +5 -4
- package/dist/core/cjs/Tables/DataGrid/FormField/Inputs/FormRelatedListSelect.cjs +3 -2
- package/dist/core/cjs/Tables/DataGrid/FormField/Inputs/FormRelatedSelect.cjs +3 -2
- package/dist/core/cjs/Tables/DataGrid/FormField/Inputs/FormSelect.cjs +3 -2
- package/dist/core/cjs/Tables/DataGrid/FormField/Inputs/FormTextField.cjs +6 -2
- package/dist/core/cjs/Tables/DataGrid/Main/Body/Body.cjs +21 -23
- package/dist/core/cjs/Tables/DataGrid/Main/Body/Field/Field.cjs +23 -27
- package/dist/core/cjs/Tables/DataGrid/Main/Body/Field/Field.module.css.cjs +3 -3
- package/dist/core/cjs/Tables/DataGrid/Main/Body/Row/Row.cjs +7 -5
- package/dist/core/cjs/Tables/DataGrid/Main/Body/Row/Row.module.css.cjs +2 -2
- package/dist/core/cjs/Tables/DataGrid/Main/Header/FieldTitle/FieldTitle.cjs +11 -22
- package/dist/core/cjs/Tables/DataGrid/Main/Header/Header.cjs +8 -9
- package/dist/core/cjs/Tables/DataGrid/Main/Main.cjs +70 -64
- package/dist/core/cjs/Tables/DataGrid/Main/Main.module.css.cjs +1 -1
- package/dist/core/cjs/Tables/DataGrid/Main/resolveCustomizerEntry.cjs +11 -0
- package/dist/core/cjs/Tables/DataGrid/Main/selection.cjs +16 -0
- package/dist/core/cjs/Tables/DataGrid/Pagination/Pagination.cjs +6 -5
- package/dist/core/cjs/Tables/DataGrid/Toolbar/Filter/Filter.cjs +4 -3
- package/dist/core/cjs/Tables/DataGrid/Toolbar/Filter/FilterMenu.cjs +12 -9
- package/dist/core/cjs/Tables/DataGrid/Toolbar/Filter/FormFilterField.cjs +3 -11
- package/dist/core/cjs/Tables/DataGrid/Toolbar/Filter/FormFilterIn.cjs +6 -3
- package/dist/core/cjs/Tables/DataGrid/Toolbar/Filter/FormOperatorField.cjs +3 -11
- package/dist/core/cjs/Tables/DataGrid/Toolbar/Toolbar.cjs +5 -7
- package/dist/core/cjs/Tables/NextGenDataGrid/FallbackWrapper.cjs +5 -4
- package/dist/core/cjs/Tables/NextGenDataGrid/HooksComponent.cjs +9 -7
- package/dist/core/cjs/Tables/NextGenDataGrid/NextGenDataGrid.cjs +40 -26
- package/dist/core/cjs/Tables/NextGenDataGrid/components/OptimizedMRT_RowSelectColumn/getOptimizedMRT_RowSelectColumnDef.cjs +14 -8
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useActions.cjs +2 -2
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/AdvancedFilters.cjs +12 -8
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/AdvancedFiltersMenu.cjs +5 -3
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/BasicFilters.cjs +2 -1
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/Cell.cjs +14 -6
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilter.cjs +22 -21
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/ColumnHeaderFilterInput.cjs +47 -31
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInput.cjs +13 -4
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderBetweenInput.cjs +12 -8
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderBooleanInput.cjs +27 -20
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderDateInput.cjs +12 -3
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderMultiSelectInput.cjs +29 -25
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderNumberInput.cjs +18 -11
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderSelectInput.cjs +19 -11
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderTagsInput.cjs +14 -9
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderTextInput.cjs +18 -11
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/FilterMenuButton.cjs +36 -36
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/FilterModeDescription.cjs +10 -3
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/HeaderAdvancedFiltersMenuButton.cjs +18 -13
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/MultiLineHighlight.cjs +6 -3
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/useColumns.cjs +9 -7
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useColumns/utils.cjs +8 -2
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useData.cjs +2 -2
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useFilters.cjs +2 -2
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useGlobalFilter.cjs +4 -4
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useI18n.cjs +2 -2
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useOnLoad.cjs +2 -2
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/usePagination.cjs +2 -2
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useQueryOnlyVisibleColumns.cjs +2 -2
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useSize.cjs +1 -0
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useSorting.cjs +5 -3
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useToolbar/basicToolbars.cjs +5 -3
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useToolbar/mrtToolbars.cjs +16 -11
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useToolbar/useToolbar.cjs +18 -15
- package/dist/core/cjs/Tables/NextGenDataGrid/hooks/useToolbarAlertBanner/FASTAPI_RTK_ToolbarAlertBanner.cjs +3 -2
- package/dist/core/cjs/Tables/NextGenDataGrid/patch/MRT_TableContainer.cjs +5 -4
- package/dist/core/cjs/Tables/NextGenDataGrid/patch/MRT_TableContainer.module.css.cjs +3 -3
- package/dist/core/cjs/Tables/NextGenDataGrid/patch/MRT_TablePaper.cjs +2 -1
- package/dist/core/cjs/Tables/NextGenDataGrid/patch/MRT_TablePaper.module.css.cjs +1 -1
- package/dist/core/cjs/Tables/NextGenDataGrid/patch/MantineReactTable.cjs +5 -2
- package/dist/core/cjs/Tables/NextGenDataGrid/patch/body/MRT_TableBody.cjs +11 -7
- package/dist/core/cjs/Tables/NextGenDataGrid/patch/body/MRT_TableBodyRow.cjs +29 -20
- package/dist/core/cjs/Tables/NextGenDataGrid/patch/body/MRT_TableBodyRow.module.css.cjs +3 -3
- package/dist/core/cjs/Tables/NextGenDataGrid/patch/head/MRT_TableHead.cjs +6 -4
- package/dist/core/cjs/Tables/NextGenDataGrid/patch/table/MRT_Table.cjs +3 -2
- package/dist/core/cjs/Tables/NextGenDataGrid/patch/table/MRT_Table.module.css.cjs +2 -2
- package/dist/core/cjs/Tables/NextGenDataGrid/patch/toolbar/MRT_BottomToolbar.cjs +3 -2
- package/dist/core/cjs/Tables/NextGenDataGrid/patch/toolbar/MRT_BottomToolbar.module.css.cjs +5 -5
- package/dist/core/cjs/Tables/NextGenDataGrid/patch/toolbar/MRT_ToolbarAlertBanner.cjs +6 -4
- package/dist/core/cjs/Tables/NextGenDataGrid/patch/toolbar/MRT_TopToolbar.cjs +5 -4
- package/dist/core/cjs/Wrappers/ApiProvider/ApiProvider.cjs +25 -20
- package/dist/core/cjs/Wrappers/ApiProvider/hooks/useProvideApi.cjs +86 -58
- package/dist/core/cjs/Wrappers/ApiProvider/hooks/useProvideBulk.cjs +2 -1
- package/dist/core/cjs/Wrappers/ApiProvider/hooks/utils/useApiActions.cjs +20 -8
- package/dist/core/cjs/Wrappers/ApiProvider/hooks/utils/useStreamingData.cjs +2 -1
- package/dist/core/cjs/Wrappers/ApiProvider/utils/getValidationSchema.cjs +8 -4
- package/dist/core/cjs/Wrappers/InfiniteScroll/InfiniteScroll.cjs +13 -12
- package/dist/core/cjs/Wrappers/LazyLoadWrapper/LazyLoadWrapper.cjs +2 -1
- package/dist/core/cjs/Wrappers/Provider/Contexts/AuthContext.cjs +3 -1
- package/dist/core/cjs/Wrappers/Provider/Contexts/InfoContext.cjs +3 -1
- package/dist/core/cjs/Wrappers/Provider/Contexts/LangContext.cjs +22 -18
- package/dist/core/cjs/Wrappers/Provider/Provider.cjs +9 -3
- package/dist/core/cjs/Wrappers/Provider/hooks/useProvideLang.cjs +5 -4
- package/dist/core/cjs/Wrappers/Provider/utils/authFetch.cjs +1 -0
- package/dist/core/cjs/fab-react-toolkit-patch/api/hooks/useProvideApi.cjs +3 -4
- package/dist/core/cjs/fab-react-toolkit-patch/api/utils/api/getItems.cjs +1 -1
- package/dist/core/cjs/fab-react-toolkit-patch/utils/convertToFormInputs.cjs +3 -3
- package/dist/core/cjs/hooks/api/useBulkActions.cjs +4 -1
- package/dist/core/cjs/hooks/api/useForms.cjs +2 -2
- package/dist/core/cjs/hooks/auth/useAuth.cjs +4 -1
- package/dist/core/cjs/hooks/auth/useInfo.cjs +4 -1
- package/dist/core/cjs/index.cjs +30 -11
- package/dist/core/esm/ActionIcons/Actions.mjs +3 -2
- package/dist/core/esm/ActionIcons/Add/Add.mjs +1 -2
- package/dist/core/esm/ActionIcons/Delete/Delete.mjs +4 -4
- package/dist/core/esm/ActionIcons/Download/Download.mjs +3 -5
- package/dist/core/esm/ActionIcons/Edit/Edit.mjs +4 -5
- package/dist/core/esm/ActionIcons/Refresh/Refresh.mjs +1 -3
- package/dist/core/esm/ActionIcons/Upload/Upload.mjs +5 -5
- package/dist/core/esm/ActionIcons/View/View.mjs +4 -5
- package/dist/core/esm/ActionIcons/utils/BaseActionIcon.mjs +3 -2
- package/dist/core/esm/ActionIcons/utils/convertToFormInputs.mjs +8 -7
- package/dist/core/esm/Dialogs/AddDialog.mjs +54 -23
- package/dist/core/esm/Dialogs/DeleteDialog.mjs +10 -6
- package/dist/core/esm/Dialogs/EditDialog.mjs +56 -29
- package/dist/core/esm/Dialogs/ViewDialog.mjs +6 -4
- package/dist/core/esm/Menu/UserMenu/UserMenu.mjs +6 -4
- package/dist/core/esm/Menu/UserMenu/user.module.css.mjs +2 -2
- package/dist/core/esm/Modals/CommonModal.mjs +21 -21
- package/dist/core/esm/Selectors/LanguageSelector.mjs +11 -2
- package/dist/core/esm/Tables/DataGrid/DataGrid.mjs +1 -1
- package/dist/core/esm/Tables/DataGrid/ErrorDialog.mjs +5 -6
- package/dist/core/esm/Tables/DataGrid/FormField/FormField.mjs +21 -11
- package/dist/core/esm/Tables/DataGrid/FormField/Inputs/FormDatePicker.mjs +3 -2
- package/dist/core/esm/Tables/DataGrid/FormField/Inputs/FormDateTimePicker.mjs +3 -2
- package/dist/core/esm/Tables/DataGrid/FormField/Inputs/FormGeometryField.mjs +4 -3
- package/dist/core/esm/Tables/DataGrid/FormField/Inputs/FormJsonField.mjs +5 -4
- package/dist/core/esm/Tables/DataGrid/FormField/Inputs/FormRelatedListSelect.mjs +3 -2
- package/dist/core/esm/Tables/DataGrid/FormField/Inputs/FormRelatedSelect.mjs +3 -2
- package/dist/core/esm/Tables/DataGrid/FormField/Inputs/FormSelect.mjs +3 -2
- package/dist/core/esm/Tables/DataGrid/FormField/Inputs/FormTextField.mjs +6 -2
- package/dist/core/esm/Tables/DataGrid/Main/Body/Body.mjs +21 -23
- package/dist/core/esm/Tables/DataGrid/Main/Body/Field/Field.mjs +23 -27
- package/dist/core/esm/Tables/DataGrid/Main/Body/Field/Field.module.css.mjs +3 -3
- package/dist/core/esm/Tables/DataGrid/Main/Body/Row/Row.mjs +7 -5
- package/dist/core/esm/Tables/DataGrid/Main/Body/Row/Row.module.css.mjs +2 -2
- package/dist/core/esm/Tables/DataGrid/Main/Header/FieldTitle/FieldTitle.mjs +10 -21
- package/dist/core/esm/Tables/DataGrid/Main/Header/Header.mjs +8 -9
- package/dist/core/esm/Tables/DataGrid/Main/Main.mjs +67 -61
- package/dist/core/esm/Tables/DataGrid/Main/Main.module.css.mjs +1 -1
- package/dist/core/esm/Tables/DataGrid/Main/resolveCustomizerEntry.mjs +11 -0
- package/dist/core/esm/Tables/DataGrid/Main/selection.mjs +16 -0
- package/dist/core/esm/Tables/DataGrid/Pagination/Pagination.mjs +5 -4
- package/dist/core/esm/Tables/DataGrid/Toolbar/Filter/Filter.mjs +3 -2
- package/dist/core/esm/Tables/DataGrid/Toolbar/Filter/FilterMenu.mjs +11 -8
- package/dist/core/esm/Tables/DataGrid/Toolbar/Filter/FormFilterField.mjs +3 -11
- package/dist/core/esm/Tables/DataGrid/Toolbar/Filter/FormFilterIn.mjs +6 -3
- package/dist/core/esm/Tables/DataGrid/Toolbar/Filter/FormOperatorField.mjs +3 -11
- package/dist/core/esm/Tables/DataGrid/Toolbar/Toolbar.mjs +4 -6
- package/dist/core/esm/Tables/NextGenDataGrid/FallbackWrapper.mjs +5 -4
- package/dist/core/esm/Tables/NextGenDataGrid/HooksComponent.mjs +9 -7
- package/dist/core/esm/Tables/NextGenDataGrid/NextGenDataGrid.mjs +39 -25
- package/dist/core/esm/Tables/NextGenDataGrid/components/OptimizedMRT_RowSelectColumn/getOptimizedMRT_RowSelectColumnDef.mjs +14 -8
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useActions.mjs +1 -1
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/AdvancedFilters.mjs +11 -7
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/AdvancedFiltersMenu.mjs +5 -3
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/BasicFilters.mjs +2 -1
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/Cell.mjs +12 -4
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilter.mjs +21 -20
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/ColumnHeaderFilterInput.mjs +45 -29
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInput.mjs +13 -4
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderBetweenInput.mjs +11 -7
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderBooleanInput.mjs +27 -20
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderDateInput.mjs +12 -3
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderMultiSelectInput.mjs +29 -25
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderNumberInput.mjs +18 -11
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderSelectInput.mjs +19 -11
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderTagsInput.mjs +14 -9
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderTextInput.mjs +18 -11
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/FilterMenuButton.mjs +36 -36
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/FilterModeDescription.mjs +10 -3
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/HeaderAdvancedFiltersMenuButton.mjs +15 -10
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/MultiLineHighlight.mjs +6 -3
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/useColumns.mjs +7 -5
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useColumns/utils.mjs +8 -2
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useData.mjs +1 -1
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useFilters.mjs +1 -1
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useGlobalFilter.mjs +3 -3
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useI18n.mjs +1 -1
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useOnLoad.mjs +1 -1
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/usePagination.mjs +1 -1
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useQueryOnlyVisibleColumns.mjs +1 -1
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useSize.mjs +1 -0
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useSorting.mjs +4 -2
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useToolbar/basicToolbars.mjs +5 -3
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useToolbar/mrtToolbars.mjs +16 -11
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useToolbar/useToolbar.mjs +16 -13
- package/dist/core/esm/Tables/NextGenDataGrid/hooks/useToolbarAlertBanner/FASTAPI_RTK_ToolbarAlertBanner.mjs +3 -2
- package/dist/core/esm/Tables/NextGenDataGrid/patch/MRT_TableContainer.mjs +5 -4
- package/dist/core/esm/Tables/NextGenDataGrid/patch/MRT_TableContainer.module.css.mjs +3 -3
- package/dist/core/esm/Tables/NextGenDataGrid/patch/MRT_TablePaper.mjs +2 -1
- package/dist/core/esm/Tables/NextGenDataGrid/patch/MRT_TablePaper.module.css.mjs +1 -1
- package/dist/core/esm/Tables/NextGenDataGrid/patch/MantineReactTable.mjs +5 -2
- package/dist/core/esm/Tables/NextGenDataGrid/patch/body/MRT_TableBody.mjs +11 -7
- package/dist/core/esm/Tables/NextGenDataGrid/patch/body/MRT_TableBodyRow.mjs +29 -20
- package/dist/core/esm/Tables/NextGenDataGrid/patch/body/MRT_TableBodyRow.module.css.mjs +3 -3
- package/dist/core/esm/Tables/NextGenDataGrid/patch/head/MRT_TableHead.mjs +6 -4
- package/dist/core/esm/Tables/NextGenDataGrid/patch/table/MRT_Table.mjs +3 -2
- package/dist/core/esm/Tables/NextGenDataGrid/patch/table/MRT_Table.module.css.mjs +2 -2
- package/dist/core/esm/Tables/NextGenDataGrid/patch/toolbar/MRT_BottomToolbar.mjs +3 -2
- package/dist/core/esm/Tables/NextGenDataGrid/patch/toolbar/MRT_BottomToolbar.module.css.mjs +5 -5
- package/dist/core/esm/Tables/NextGenDataGrid/patch/toolbar/MRT_ToolbarAlertBanner.mjs +6 -4
- package/dist/core/esm/Tables/NextGenDataGrid/patch/toolbar/MRT_TopToolbar.mjs +5 -4
- package/dist/core/esm/Wrappers/ApiProvider/ApiProvider.mjs +24 -19
- package/dist/core/esm/Wrappers/ApiProvider/hooks/useProvideApi.mjs +85 -57
- package/dist/core/esm/Wrappers/ApiProvider/hooks/useProvideBulk.mjs +2 -1
- package/dist/core/esm/Wrappers/ApiProvider/hooks/utils/useApiActions.mjs +20 -8
- package/dist/core/esm/Wrappers/ApiProvider/hooks/utils/useStreamingData.mjs +2 -1
- package/dist/core/esm/Wrappers/ApiProvider/utils/getValidationSchema.mjs +8 -4
- package/dist/core/esm/Wrappers/InfiniteScroll/InfiniteScroll.mjs +13 -12
- package/dist/core/esm/Wrappers/LazyLoadWrapper/LazyLoadWrapper.mjs +2 -1
- package/dist/core/esm/Wrappers/Provider/Contexts/AuthContext.mjs +3 -1
- package/dist/core/esm/Wrappers/Provider/Contexts/InfoContext.mjs +3 -1
- package/dist/core/esm/Wrappers/Provider/Contexts/LangContext.mjs +22 -20
- package/dist/core/esm/Wrappers/Provider/Provider.mjs +9 -3
- package/dist/core/esm/Wrappers/Provider/hooks/useProvideLang.mjs +5 -4
- package/dist/core/esm/Wrappers/Provider/utils/authFetch.mjs +1 -0
- package/dist/core/esm/fab-react-toolkit-patch/api/hooks/useProvideApi.mjs +3 -4
- package/dist/core/esm/fab-react-toolkit-patch/api/utils/api/getItems.mjs +1 -1
- package/dist/core/esm/fab-react-toolkit-patch/utils/convertToFormInputs.mjs +3 -3
- package/dist/core/esm/hooks/api/useBulkActions.mjs +4 -1
- package/dist/core/esm/hooks/api/useForms.mjs +2 -2
- package/dist/core/esm/hooks/auth/useAuth.mjs +4 -1
- package/dist/core/esm/hooks/auth/useInfo.mjs +4 -1
- package/dist/core/esm/index.mjs +4 -6
- package/dist/core/lib/ActionIcons/Actions.d.ts +2 -1
- package/dist/core/lib/ActionIcons/Add/Add.d.ts +2 -1
- package/dist/core/lib/ActionIcons/Add/types.d.ts +2 -0
- package/dist/core/lib/ActionIcons/Delete/Delete.d.ts +2 -1
- package/dist/core/lib/ActionIcons/Delete/types.d.ts +5 -0
- package/dist/core/lib/ActionIcons/Download/Download.d.ts +2 -1
- package/dist/core/lib/ActionIcons/Download/types.d.ts +2 -0
- package/dist/core/lib/ActionIcons/Edit/Edit.d.ts +2 -1
- package/dist/core/lib/ActionIcons/Edit/types.d.ts +5 -0
- package/dist/core/lib/ActionIcons/Refresh/Refresh.d.ts +2 -1
- package/dist/core/lib/ActionIcons/Refresh/types.d.ts +2 -0
- package/dist/core/lib/ActionIcons/Upload/Upload.d.ts +2 -1
- package/dist/core/lib/ActionIcons/Upload/types.d.ts +2 -0
- package/dist/core/lib/ActionIcons/View/RelationPanel.d.ts +2 -4
- package/dist/core/lib/ActionIcons/View/Unused.d.ts +2 -7
- package/dist/core/lib/ActionIcons/View/View.d.ts +2 -1
- package/dist/core/lib/ActionIcons/View/types.d.ts +46 -0
- package/dist/core/lib/ActionIcons/types.d.ts +14 -0
- package/dist/core/lib/ActionIcons/utils/BaseActionIcon.d.ts +2 -8
- package/dist/core/lib/ActionIcons/utils/convertToFormInputs.d.ts +6 -7
- package/dist/core/lib/ActionIcons/utils/types.d.ts +18 -0
- package/dist/core/lib/Dialogs/AddDialog.d.ts +6 -195
- package/dist/core/lib/Dialogs/DeleteDialog.d.ts +9 -133
- package/dist/core/lib/Dialogs/EditDialog.d.ts +6 -195
- package/dist/core/lib/Dialogs/ViewDialog.d.ts +7 -166
- package/dist/core/lib/Dialogs/types.d.ts +51 -0
- package/dist/core/lib/Menu/UserMenu/UserMenu.d.ts +2 -5
- package/dist/core/lib/Menu/UserMenu/types.d.ts +9 -0
- package/dist/core/lib/Modals/CommonModal.d.ts +5 -160
- package/dist/core/lib/Modals/normalProps.d.ts +10 -12
- package/dist/core/lib/Modals/overlayProps.d.ts +22 -25
- package/dist/core/lib/Modals/types.d.ts +63 -0
- package/dist/core/lib/Selectors/LanguageSelector.d.ts +2 -1
- package/dist/core/lib/Tables/DataGrid/DataGrid.d.ts +2 -1
- package/dist/core/lib/Tables/DataGrid/ErrorDialog.d.ts +1 -1
- package/dist/core/lib/Tables/DataGrid/FormField/FormField.d.ts +2 -8
- package/dist/core/lib/Tables/DataGrid/FormField/Inputs/FormAutocomplete.d.ts +2 -6
- package/dist/core/lib/Tables/DataGrid/FormField/Inputs/FormDatePicker.d.ts +2 -5
- package/dist/core/lib/Tables/DataGrid/FormField/Inputs/FormDateTimePicker.d.ts +2 -5
- package/dist/core/lib/Tables/DataGrid/FormField/Inputs/FormGeometryField.d.ts +2 -6
- package/dist/core/lib/Tables/DataGrid/FormField/Inputs/FormJsonField.d.ts +2 -6
- package/dist/core/lib/Tables/DataGrid/FormField/Inputs/FormRelatedListSelect.d.ts +2 -6
- package/dist/core/lib/Tables/DataGrid/FormField/Inputs/FormRelatedSelect.d.ts +2 -7
- package/dist/core/lib/Tables/DataGrid/FormField/Inputs/FormSelect.d.ts +2 -6
- package/dist/core/lib/Tables/DataGrid/FormField/Inputs/FormTextField.d.ts +2 -5
- package/dist/core/lib/Tables/DataGrid/FormField/types.d.ts +55 -0
- package/dist/core/lib/Tables/DataGrid/Main/Body/Body.d.ts +2 -11
- package/dist/core/lib/Tables/DataGrid/Main/Body/Field/Field.d.ts +2 -1
- package/dist/core/lib/Tables/DataGrid/Main/Body/Row/Row.d.ts +2 -5
- package/dist/core/lib/Tables/DataGrid/Main/Header/FieldTitle/FieldTitle.d.ts +2 -12
- package/dist/core/lib/Tables/DataGrid/Main/Header/Header.d.ts +2 -1
- package/dist/core/lib/Tables/DataGrid/Main/Main.d.ts +2 -13
- package/dist/core/lib/Tables/DataGrid/Main/resolveCustomizerEntry.d.ts +11 -0
- package/dist/core/lib/Tables/DataGrid/Main/selection.d.ts +3 -0
- package/dist/core/lib/Tables/DataGrid/Main/selection.test.d.ts +1 -0
- package/dist/core/lib/Tables/DataGrid/Main/types.d.ts +98 -0
- package/dist/core/lib/Tables/DataGrid/Pagination/Pagination.d.ts +2 -1
- package/dist/core/lib/Tables/DataGrid/Pagination/types.d.ts +4 -0
- package/dist/core/lib/Tables/DataGrid/Toolbar/Filter/Filter.d.ts +2 -1
- package/dist/core/lib/Tables/DataGrid/Toolbar/Filter/FilterMenu.d.ts +2 -4
- package/dist/core/lib/Tables/DataGrid/Toolbar/Filter/FormFilterField.d.ts +2 -7
- package/dist/core/lib/Tables/DataGrid/Toolbar/Filter/FormFilterIn.d.ts +2 -7
- package/dist/core/lib/Tables/DataGrid/Toolbar/Filter/FormOperatorField.d.ts +2 -7
- package/dist/core/lib/Tables/DataGrid/Toolbar/Settings/Settings.d.ts +1 -0
- package/dist/core/lib/Tables/DataGrid/Toolbar/Toolbar.d.ts +2 -1
- package/dist/core/lib/Tables/DataGrid/Toolbar/types.d.ts +39 -0
- package/dist/core/lib/Tables/DataGrid/types.d.ts +42 -0
- package/dist/core/lib/Tables/NextGenDataGrid/FallbackWrapper.d.ts +3 -10
- package/dist/core/lib/Tables/NextGenDataGrid/HooksComponent.d.ts +20 -7
- package/dist/core/lib/Tables/NextGenDataGrid/NextGenDataGrid.d.ts +2 -1387
- package/dist/core/lib/Tables/NextGenDataGrid/components/OptimizedMRT_RowSelectColumn/getOptimizedMRT_RowSelectColumnDef.d.ts +2 -0
- package/dist/core/lib/Tables/NextGenDataGrid/components/OptimizedMRT_RowSelectColumn/types.d.ts +30 -0
- package/dist/core/lib/Tables/NextGenDataGrid/components/OptimizedMRT_RowSelectColumn/zustand.d.ts +4 -36
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/types.d.ts +34 -0
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useActions.d.ts +7 -5
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/AdvancedFilters.d.ts +2 -3
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/AdvancedFiltersMenu.d.ts +2 -6
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/BasicFilters.d.ts +2 -6
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/Cell.d.ts +3 -12
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilter.d.ts +3 -30
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/ColumnHeaderFilterInput.d.ts +2 -15
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInput.d.ts +6 -6
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderBetweenInput.d.ts +2 -1
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderBooleanInput.d.ts +2 -1
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderDateInput.d.ts +2 -1
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderMultiSelectInput.d.ts +2 -1
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderNumberInput.d.ts +2 -1
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderSelectInput.d.ts +2 -1
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderTagsInput.d.ts +2 -1
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderTagsNumberInput.d.ts +2 -1
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/HeaderTextInput.d.ts +2 -1
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/HeaderInputs/types.d.ts +62 -0
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/ColumnHeaderFilterInput/types.d.ts +67 -0
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/FilterMenuButton.d.ts +2 -1
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/FilterModeDescription.d.ts +2 -8
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/HeaderAdvancedFiltersMenuButton.d.ts +2 -4
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/MultiLineHighlight.d.ts +9 -14
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/types.d.ts +132 -0
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/useColumns.d.ts +20 -2
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useColumns/utils.d.ts +10 -1
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useData.d.ts +2 -2
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useEvent.d.ts +6 -4
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useFilters.d.ts +4 -2
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useGlobalFilter.d.ts +1 -1
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useI18n.d.ts +3 -2
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useOnLoad.d.ts +1 -1
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useOptimizations.d.ts +7 -4
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/usePagination.d.ts +3 -2
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useQueryOnlyVisibleColumns.d.ts +2 -1
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useSelection/useSelection.d.ts +5 -2
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useSize.d.ts +23 -0
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useSorting.d.ts +3 -2
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useToolbar/basicToolbars.d.ts +6 -13
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useToolbar/mrtToolbars.d.ts +21 -42
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useToolbar/types.d.ts +23 -0
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useToolbar/useToolbar.d.ts +13 -8
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useToolbarAlertBanner/FASTAPI_RTK_ToolbarAlertBanner.d.ts +2 -7
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useToolbarAlertBanner/types.d.ts +17 -0
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useToolbarAlertBanner/useToolbarAlertBanner.d.ts +5 -6
- package/dist/core/lib/Tables/NextGenDataGrid/hooks/useView.d.ts +2 -1
- package/dist/core/lib/Tables/NextGenDataGrid/patch/MRT_TableContainer.d.ts +2 -4
- package/dist/core/lib/Tables/NextGenDataGrid/patch/MRT_TablePaper.d.ts +2 -4
- package/dist/core/lib/Tables/NextGenDataGrid/patch/MantineReactTable.d.ts +2 -1
- package/dist/core/lib/Tables/NextGenDataGrid/patch/body/MRT_TableBody.d.ts +3 -12
- package/dist/core/lib/Tables/NextGenDataGrid/patch/body/MRT_TableBodyRow.d.ts +3 -26
- package/dist/core/lib/Tables/NextGenDataGrid/patch/head/MRT_TableHead.d.ts +2 -5
- package/dist/core/lib/Tables/NextGenDataGrid/patch/table/MRT_Table.d.ts +2 -4
- package/dist/core/lib/Tables/NextGenDataGrid/patch/toolbar/MRT_BottomToolbar.d.ts +2 -4
- package/dist/core/lib/Tables/NextGenDataGrid/patch/toolbar/MRT_ToolbarAlertBanner.d.ts +2 -5
- package/dist/core/lib/Tables/NextGenDataGrid/patch/toolbar/MRT_TopToolbar.d.ts +2 -4
- package/dist/core/lib/Tables/NextGenDataGrid/patch/types.d.ts +45 -0
- package/dist/core/lib/Tables/NextGenDataGrid/types.d.ts +428 -0
- package/dist/core/lib/Tables/NextGenDataGrid/utils.d.ts +16 -2
- package/dist/core/lib/Wrappers/ApiProvider/ApiProvider.d.ts +11 -79
- package/dist/core/lib/Wrappers/ApiProvider/Contexts/ApiContext.d.ts +1 -5
- package/dist/core/lib/Wrappers/ApiProvider/Contexts/BulkActionsContext.d.ts +2 -5
- package/dist/core/lib/Wrappers/ApiProvider/Contexts/FormContext.d.ts +5 -20
- package/dist/core/lib/Wrappers/ApiProvider/hooks/types.d.ts +90 -0
- package/dist/core/lib/Wrappers/ApiProvider/hooks/useProvideApi.d.ts +3 -72
- package/dist/core/lib/Wrappers/ApiProvider/hooks/useProvideBulk.d.ts +7 -16
- package/dist/core/lib/Wrappers/ApiProvider/hooks/useProvideForm.d.ts +2 -1
- package/dist/core/lib/Wrappers/ApiProvider/hooks/utils/useApiActions.d.ts +10 -15
- package/dist/core/lib/Wrappers/ApiProvider/hooks/utils/useLatest.d.ts +1 -1
- package/dist/core/lib/Wrappers/ApiProvider/hooks/utils/useStreamingData.d.ts +190 -13
- package/dist/core/lib/Wrappers/ApiProvider/types.d.ts +41 -0
- package/dist/core/lib/Wrappers/ApiProvider/utils/api/createItem.d.ts +3 -1
- package/dist/core/lib/Wrappers/ApiProvider/utils/api/deleteItem.d.ts +3 -1
- package/dist/core/lib/Wrappers/ApiProvider/utils/api/downloadItems.d.ts +3 -1
- package/dist/core/lib/Wrappers/ApiProvider/utils/api/formCreateItem.d.ts +3 -1
- package/dist/core/lib/Wrappers/ApiProvider/utils/api/formUpdateItem.d.ts +3 -1
- package/dist/core/lib/Wrappers/ApiProvider/utils/api/getInfo.d.ts +10 -1
- package/dist/core/lib/Wrappers/ApiProvider/utils/api/getItem.d.ts +3 -1
- package/dist/core/lib/Wrappers/ApiProvider/utils/api/getItems.d.ts +12 -1
- package/dist/core/lib/Wrappers/ApiProvider/utils/api/types.d.ts +23 -0
- package/dist/core/lib/Wrappers/ApiProvider/utils/api/updateItem.d.ts +3 -1
- package/dist/core/lib/Wrappers/ApiProvider/utils/api/uploadItems.d.ts +2 -1
- package/dist/core/lib/Wrappers/ApiProvider/utils/bulkActions/postBulkAction.d.ts +3 -1
- package/dist/core/lib/Wrappers/ApiProvider/utils/bulkActions/types.d.ts +13 -0
- package/dist/core/lib/Wrappers/ApiProvider/utils/convertInfo.d.ts +9 -1
- package/dist/core/lib/Wrappers/ApiProvider/utils/createQueryParams.d.ts +11 -8
- package/dist/core/lib/Wrappers/ApiProvider/utils/getDefaultValues.d.ts +3 -1
- package/dist/core/lib/Wrappers/ApiProvider/utils/getValidationSchema.d.ts +5 -4
- package/dist/core/lib/Wrappers/ApiProvider/utils/types.d.ts +9 -0
- package/dist/core/lib/Wrappers/InfiniteScroll/InfiniteScroll.d.ts +5 -29
- package/dist/core/lib/Wrappers/InfiniteScroll/types.d.ts +27 -0
- package/dist/core/lib/Wrappers/LazyLoadWrapper/LazyLoadWrapper.d.ts +5 -9
- package/dist/core/lib/Wrappers/LazyLoadWrapper/types.d.ts +5 -0
- package/dist/core/lib/Wrappers/Provider/Contexts/AuthContext.d.ts +2 -5
- package/dist/core/lib/Wrappers/Provider/Contexts/InfoContext.d.ts +2 -5
- package/dist/core/lib/Wrappers/Provider/Contexts/LangContext.d.ts +5 -15
- package/dist/core/lib/Wrappers/Provider/Contexts/types.d.ts +42 -0
- package/dist/core/lib/Wrappers/Provider/Provider.d.ts +14 -71
- package/dist/core/lib/Wrappers/Provider/hooks/types.d.ts +24 -0
- package/dist/core/lib/Wrappers/Provider/hooks/useProvideAuth.d.ts +13 -22
- package/dist/core/lib/Wrappers/Provider/hooks/useProvideInfo.d.ts +10 -9
- package/dist/core/lib/Wrappers/Provider/types.d.ts +29 -0
- package/dist/core/lib/Wrappers/Provider/utils/authFetch.d.ts +28 -30
- package/dist/core/lib/Wrappers/Provider/utils/userCRUD.d.ts +9 -8
- package/dist/core/lib/fab-react-toolkit-patch/api/hooks/useProvideApi.d.ts +2 -20
- package/dist/core/lib/fab-react-toolkit-patch/api/hooks/useProvideBulk.d.ts +3 -4
- package/dist/core/lib/fab-react-toolkit-patch/api/utils/api/downloadItems.d.ts +3 -1
- package/dist/core/lib/fab-react-toolkit-patch/api/utils/api/getItems.d.ts +12 -1
- package/dist/core/lib/fab-react-toolkit-patch/auth/hooks/useProvideAuth.d.ts +9 -9
- package/dist/core/lib/fab-react-toolkit-patch/auth/hooks/useProvideInfo.d.ts +4 -4
- package/dist/core/lib/fab-react-toolkit-patch/auth/utils/authFetch.d.ts +26 -29
- package/dist/core/lib/fab-react-toolkit-patch/auth/utils/userCRUD.d.ts +9 -8
- package/dist/core/lib/fab-react-toolkit-patch/utils/convertToFormInputs.d.ts +6 -5
- package/dist/core/lib/hooks/api/types.d.ts +59 -0
- package/dist/core/lib/hooks/api/useApi.d.ts +1 -499
- package/dist/core/lib/hooks/api/useBulkActions.d.ts +9 -42
- package/dist/core/lib/hooks/api/useForms.d.ts +16 -74
- package/dist/core/lib/hooks/auth/types.d.ts +97 -0
- package/dist/core/lib/hooks/auth/useAuth.d.ts +9 -134
- package/dist/core/lib/hooks/auth/useInfo.d.ts +9 -62
- package/dist/core/lib/hooks/lang/useLang.d.ts +1 -39
- package/dist/core/lib/index.d.ts +15 -12
- package/dist/core/lib/sub-packages-exporter.d.ts +1 -0
- package/dist/core/lib/test-helpers/types.d.ts +35 -0
- package/dist/core/lib/test-helpers/uiWrap.d.ts +10 -12
- package/dist/core/lib/translations/de.d.ts +41 -41
- package/dist/core/styles.css +105 -115
- package/dist/hooks/cjs/useSyncValues/useSyncValues.cjs +9 -5
- package/dist/hooks/esm/useSyncValues/useSyncValues.mjs +9 -5
- package/dist/hooks/lib/useActionIcon/useActionIcon.d.ts +6 -7
- package/dist/hooks/lib/useCustomFetch/useCustomFetch.d.ts +8 -9
- package/dist/hooks/lib/useSyncValues/useSyncValues.d.ts +17 -7
- package/dist/hooks/lib/useTrueOnce/useTrueOnce.d.ts +2 -5
- package/dist/jsonforms/cjs/JsonFormsWithCustomizer/JsonFormsWithCustomizer.cjs +29 -24
- package/dist/jsonforms/cjs/MantineInputs/MantineDateInput.cjs +1 -1
- package/dist/jsonforms/cjs/MantineInputs/MantineDateTimeInput.cjs +8 -4
- package/dist/jsonforms/cjs/MantineInputs/MantineFileInput.cjs +8 -6
- package/dist/jsonforms/cjs/MantineInputs/MantineImageInput.cjs +5 -10
- package/dist/jsonforms/cjs/MantineInputs/MantineNumberInput.cjs +10 -6
- package/dist/jsonforms/cjs/MantineInputs/MantineObjectInput.cjs +2 -1
- package/dist/jsonforms/cjs/MantineInputs/MantineTimeInput.cjs +3 -3
- package/dist/jsonforms/cjs/cells/MantineEnumArrayCell.cjs +3 -1
- package/dist/jsonforms/cjs/cells/MantineEnumCell.cjs +5 -1
- package/dist/jsonforms/cjs/cells/MantineOneOfEnumCell.cjs +5 -1
- package/dist/jsonforms/cjs/complex/MantineArrayControl/DeleteDialog.cjs +2 -10
- package/dist/jsonforms/cjs/complex/MantineArrayControl/MantineArrayControl.cjs +4 -1
- package/dist/jsonforms/cjs/complex/MantineEnumArrayControl.cjs +4 -1
- package/dist/jsonforms/cjs/complex/MantineObjectControl.cjs +4 -1
- package/dist/jsonforms/cjs/complex/MantineTableControl/MantineTableControl.cjs +19 -17
- package/dist/jsonforms/cjs/complex/MantineTableControl/NoBorderTableCell.cjs +4 -1
- package/dist/jsonforms/cjs/controls/MantineEnumControl.cjs +1 -0
- package/dist/jsonforms/cjs/controls/MantineOneOfEnumControl.cjs +1 -0
- package/dist/jsonforms/cjs/hooks/useBooleanProps.cjs +15 -6
- package/dist/jsonforms/cjs/hooks/useCommonProps.cjs +17 -12
- package/dist/jsonforms/cjs/hooks/useContextProps.cjs +6 -6
- package/dist/jsonforms/cjs/hooks/useDateProps.cjs +44 -34
- package/dist/jsonforms/cjs/hooks/useFileProps.cjs +3 -1
- package/dist/jsonforms/cjs/hooks/useIfProps.cjs +4 -1
- package/dist/jsonforms/cjs/hooks/useJsonProps.cjs +2 -1
- package/dist/jsonforms/cjs/hooks/useNavigationComponent.cjs +12 -11
- package/dist/jsonforms/cjs/hooks/useNumberProps.cjs +4 -1
- package/dist/jsonforms/cjs/hooks/useSelectProps.cjs +5 -1
- package/dist/jsonforms/cjs/hooks/useTextProps.cjs +6 -2
- package/dist/jsonforms/cjs/hooks/useThemeCustomizer.cjs +7 -9
- package/dist/jsonforms/cjs/hooks/useTimeProps.cjs +3 -1
- package/dist/jsonforms/cjs/hooks/useToolbarComponent.cjs +11 -9
- package/dist/jsonforms/cjs/layouts/Array/ExpandPanelRenderer.cjs +13 -3
- package/dist/jsonforms/cjs/layouts/Array/MantineArrayLayout.cjs +1 -1
- package/dist/jsonforms/cjs/layouts/Array/MantineArrayLayoutRenderer.cjs +3 -2
- package/dist/jsonforms/cjs/layouts/Categorization/MantineCategorizationLayoutRenderer.cjs +6 -2
- package/dist/jsonforms/cjs/layouts/Categorization/variants/CategorizationCards.cjs +23 -17
- package/dist/jsonforms/cjs/layouts/Categorization/variants/CategorizationStepper.cjs +25 -18
- package/dist/jsonforms/cjs/layouts/Categorization/variants/CategorizationTabs.cjs +21 -17
- package/dist/jsonforms/cjs/layouts/Group/variants/GroupFieldset.cjs +2 -1
- package/dist/jsonforms/cjs/testers/isEnumArrayArrayControl.cjs +15 -4
- package/dist/jsonforms/cjs/testers/isEnumArrayControl.cjs +7 -3
- package/dist/jsonforms/cjs/testers/isFileControl.cjs +9 -2
- package/dist/jsonforms/cjs/testers/isFilesControl.cjs +8 -3
- package/dist/jsonforms/cjs/testers/isImageControl.cjs +6 -2
- package/dist/jsonforms/cjs/testers/isImagesControl.cjs +7 -3
- package/dist/jsonforms/cjs/testers/isJsonArrayControl.cjs +7 -3
- package/dist/jsonforms/cjs/testers/isJsonControl.cjs +8 -3
- package/dist/jsonforms/cjs/utils/layout.cjs +3 -12
- package/dist/jsonforms/cjs/utils/withDebounce.cjs +3 -5
- package/dist/jsonforms/cjs/utils/withLabelMappingProps.cjs +3 -3
- package/dist/jsonforms/esm/JsonFormsWithCustomizer/JsonFormsWithCustomizer.mjs +25 -20
- package/dist/jsonforms/esm/MantineInputs/MantineDateInput.mjs +1 -1
- package/dist/jsonforms/esm/MantineInputs/MantineDateTimeInput.mjs +7 -3
- package/dist/jsonforms/esm/MantineInputs/MantineFileInput.mjs +8 -6
- package/dist/jsonforms/esm/MantineInputs/MantineImageInput.mjs +3 -8
- package/dist/jsonforms/esm/MantineInputs/MantineNumberInput.mjs +10 -6
- package/dist/jsonforms/esm/MantineInputs/MantineObjectInput.mjs +2 -1
- package/dist/jsonforms/esm/MantineInputs/MantineTimeInput.mjs +2 -2
- package/dist/jsonforms/esm/cells/MantineEnumArrayCell.mjs +3 -1
- package/dist/jsonforms/esm/cells/MantineEnumCell.mjs +6 -2
- package/dist/jsonforms/esm/cells/MantineOneOfEnumCell.mjs +6 -2
- package/dist/jsonforms/esm/complex/MantineArrayControl/DeleteDialog.mjs +2 -10
- package/dist/jsonforms/esm/complex/MantineArrayControl/MantineArrayControl.mjs +4 -1
- package/dist/jsonforms/esm/complex/MantineEnumArrayControl.mjs +4 -1
- package/dist/jsonforms/esm/complex/MantineObjectControl.mjs +4 -1
- package/dist/jsonforms/esm/complex/MantineTableControl/MantineTableControl.mjs +19 -17
- package/dist/jsonforms/esm/complex/MantineTableControl/NoBorderTableCell.mjs +4 -1
- package/dist/jsonforms/esm/controls/MantineEnumControl.mjs +1 -0
- package/dist/jsonforms/esm/controls/MantineOneOfEnumControl.mjs +1 -0
- package/dist/jsonforms/esm/hooks/useBooleanProps.mjs +15 -6
- package/dist/jsonforms/esm/hooks/useCommonProps.mjs +14 -9
- package/dist/jsonforms/esm/hooks/useContextProps.mjs +1 -1
- package/dist/jsonforms/esm/hooks/useDateProps.mjs +45 -35
- package/dist/jsonforms/esm/hooks/useFileProps.mjs +3 -1
- package/dist/jsonforms/esm/hooks/useIfProps.mjs +4 -1
- package/dist/jsonforms/esm/hooks/useJsonProps.mjs +2 -1
- package/dist/jsonforms/esm/hooks/useNavigationComponent.mjs +12 -11
- package/dist/jsonforms/esm/hooks/useNumberProps.mjs +4 -1
- package/dist/jsonforms/esm/hooks/useSelectProps.mjs +5 -1
- package/dist/jsonforms/esm/hooks/useTextProps.mjs +6 -2
- package/dist/jsonforms/esm/hooks/useThemeCustomizer.mjs +7 -9
- package/dist/jsonforms/esm/hooks/useTimeProps.mjs +3 -1
- package/dist/jsonforms/esm/hooks/useToolbarComponent.mjs +11 -9
- package/dist/jsonforms/esm/layouts/Array/ExpandPanelRenderer.mjs +13 -3
- package/dist/jsonforms/esm/layouts/Array/MantineArrayLayout.mjs +1 -1
- package/dist/jsonforms/esm/layouts/Array/MantineArrayLayoutRenderer.mjs +3 -2
- package/dist/jsonforms/esm/layouts/Categorization/MantineCategorizationLayoutRenderer.mjs +6 -2
- package/dist/jsonforms/esm/layouts/Categorization/variants/CategorizationCards.mjs +23 -17
- package/dist/jsonforms/esm/layouts/Categorization/variants/CategorizationStepper.mjs +25 -18
- package/dist/jsonforms/esm/layouts/Categorization/variants/CategorizationTabs.mjs +21 -17
- package/dist/jsonforms/esm/layouts/Group/variants/GroupFieldset.mjs +2 -1
- package/dist/jsonforms/esm/testers/isEnumArrayArrayControl.mjs +15 -4
- package/dist/jsonforms/esm/testers/isEnumArrayControl.mjs +7 -3
- package/dist/jsonforms/esm/testers/isFileControl.mjs +9 -2
- package/dist/jsonforms/esm/testers/isFilesControl.mjs +8 -3
- package/dist/jsonforms/esm/testers/isImageControl.mjs +6 -2
- package/dist/jsonforms/esm/testers/isImagesControl.mjs +7 -3
- package/dist/jsonforms/esm/testers/isJsonArrayControl.mjs +7 -3
- package/dist/jsonforms/esm/testers/isJsonControl.mjs +8 -3
- package/dist/jsonforms/esm/utils/layout.mjs +3 -12
- package/dist/jsonforms/esm/utils/withDebounce.mjs +3 -5
- package/dist/jsonforms/esm/utils/withLabelMappingProps.mjs +3 -3
- package/dist/jsonforms/lib/JsonFormsWithCustomizer/JsonFormsWithCustomizer.d.ts +15 -14
- package/dist/jsonforms/lib/JsonFormsWithCustomizer/types.d.ts +42 -0
- package/dist/jsonforms/lib/MantineInputs/MantineBooleanInput.d.ts +2 -1
- package/dist/jsonforms/lib/MantineInputs/MantineDateInput.d.ts +2 -1
- package/dist/jsonforms/lib/MantineInputs/MantineDateTimeInput.d.ts +2 -1
- package/dist/jsonforms/lib/MantineInputs/MantineEnumArrayInput.d.ts +2 -1
- package/dist/jsonforms/lib/MantineInputs/MantineEnumInput.d.ts +2 -1
- package/dist/jsonforms/lib/MantineInputs/MantineFileInput.d.ts +4 -7
- package/dist/jsonforms/lib/MantineInputs/MantineImageInput.d.ts +2 -1
- package/dist/jsonforms/lib/MantineInputs/MantineIntegerInput.d.ts +2 -1
- package/dist/jsonforms/lib/MantineInputs/MantineJsonInput.d.ts +2 -1
- package/dist/jsonforms/lib/MantineInputs/MantineNumberInput.d.ts +4 -6
- package/dist/jsonforms/lib/MantineInputs/MantineObjectInput.d.ts +2 -1
- package/dist/jsonforms/lib/MantineInputs/MantineOneOfEnumInput.d.ts +2 -1
- package/dist/jsonforms/lib/MantineInputs/MantineTextInput.d.ts +2 -1
- package/dist/jsonforms/lib/MantineInputs/MantineTimeInput.d.ts +2 -1
- package/dist/jsonforms/lib/MantineInputs/types.d.ts +29 -0
- package/dist/jsonforms/lib/cells/MantineBooleanCell.d.ts +2 -2
- package/dist/jsonforms/lib/cells/MantineDateCell.d.ts +2 -2
- package/dist/jsonforms/lib/cells/MantineDateTimeCell.d.ts +2 -2
- package/dist/jsonforms/lib/cells/MantineEnumArrayCell.d.ts +4 -2
- package/dist/jsonforms/lib/cells/MantineEnumCell.d.ts +3 -2
- package/dist/jsonforms/lib/cells/MantineFileCell.d.ts +2 -2
- package/dist/jsonforms/lib/cells/MantineImageCell.d.ts +2 -2
- package/dist/jsonforms/lib/cells/MantineIntegerCell.d.ts +2 -2
- package/dist/jsonforms/lib/cells/MantineJsonCell.d.ts +2 -2
- package/dist/jsonforms/lib/cells/MantineNumberCell.d.ts +2 -2
- package/dist/jsonforms/lib/cells/MantineOneOfEnumCell.d.ts +3 -2
- package/dist/jsonforms/lib/cells/MantineTextCell.d.ts +2 -2
- package/dist/jsonforms/lib/cells/MantineTimeCell.d.ts +2 -2
- package/dist/jsonforms/lib/complex/MantineArrayControl/DeleteDialog.d.ts +2 -1
- package/dist/jsonforms/lib/complex/MantineArrayControl/MantineArrayControl.d.ts +6 -6
- package/dist/jsonforms/lib/complex/MantineArrayControl/types.d.ts +15 -0
- package/dist/jsonforms/lib/complex/MantineEnumArrayControl.d.ts +4 -2
- package/dist/jsonforms/lib/complex/MantineObjectControl.d.ts +3 -2
- package/dist/jsonforms/lib/complex/MantineTableControl/MantineTableControl.d.ts +3 -2
- package/dist/jsonforms/lib/complex/MantineTableControl/NoBorderTableCell.d.ts +2 -4
- package/dist/jsonforms/lib/complex/MantineTableControl/TableToolbar.d.ts +2 -1
- package/dist/jsonforms/lib/complex/MantineTableControl/types.d.ts +82 -0
- package/dist/jsonforms/lib/controls/MantineBooleanControl.d.ts +2 -2
- package/dist/jsonforms/lib/controls/MantineDateControl.d.ts +2 -2
- package/dist/jsonforms/lib/controls/MantineDateTimeControl.d.ts +2 -2
- package/dist/jsonforms/lib/controls/MantineEnumControl.d.ts +4 -2
- package/dist/jsonforms/lib/controls/MantineFileControl.d.ts +2 -2
- package/dist/jsonforms/lib/controls/MantineImageControl.d.ts +2 -2
- package/dist/jsonforms/lib/controls/MantineIntegerControl.d.ts +2 -2
- package/dist/jsonforms/lib/controls/MantineJsonControl.d.ts +2 -2
- package/dist/jsonforms/lib/controls/MantineNumberControl.d.ts +2 -2
- package/dist/jsonforms/lib/controls/MantineOneOfEnumControl.d.ts +4 -2
- package/dist/jsonforms/lib/controls/MantineTextControl.d.ts +2 -2
- package/dist/jsonforms/lib/controls/MantineTimeControl.d.ts +2 -2
- package/dist/jsonforms/lib/hooks/types.d.ts +71 -0
- package/dist/jsonforms/lib/hooks/useBooleanProps.d.ts +16 -13
- package/dist/jsonforms/lib/hooks/useCommonProps.d.ts +3 -26
- package/dist/jsonforms/lib/hooks/useContextProps.d.ts +9 -11
- package/dist/jsonforms/lib/hooks/useDateProps.d.ts +9 -14
- package/dist/jsonforms/lib/hooks/useFileProps.d.ts +9 -15
- package/dist/jsonforms/lib/hooks/useIfProps.d.ts +32 -15
- package/dist/jsonforms/lib/hooks/useJsonProps.d.ts +6 -9
- package/dist/jsonforms/lib/hooks/useMultiSelectProps.d.ts +11 -23
- package/dist/jsonforms/lib/hooks/useNavigationComponent.d.ts +2 -8
- package/dist/jsonforms/lib/hooks/useNumberProps.d.ts +7 -12
- package/dist/jsonforms/lib/hooks/useSelectProps.d.ts +12 -24
- package/dist/jsonforms/lib/hooks/useTextProps.d.ts +5 -9
- package/dist/jsonforms/lib/hooks/useThemeCustomizer.d.ts +129 -120
- package/dist/jsonforms/lib/hooks/useTimeProps.d.ts +5 -9
- package/dist/jsonforms/lib/hooks/useToolbarComponent.d.ts +2 -6
- package/dist/jsonforms/lib/index.d.ts +1 -1
- package/dist/jsonforms/lib/labels/MantineLabelRenderer.d.ts +2 -2
- package/dist/jsonforms/lib/labels/types.d.ts +2 -0
- package/dist/jsonforms/lib/layouts/Array/ArrayToolbar.d.ts +2 -1
- package/dist/jsonforms/lib/layouts/Array/ExpandPanelRenderer.d.ts +4 -3
- package/dist/jsonforms/lib/layouts/Array/MantineArrayLayout.d.ts +2 -1
- package/dist/jsonforms/lib/layouts/Array/MantineArrayLayoutRenderer.d.ts +2 -2
- package/dist/jsonforms/lib/layouts/Array/types.d.ts +73 -0
- package/dist/jsonforms/lib/layouts/Categorization/MantineCategorizationLayoutRenderer.d.ts +3 -2
- package/dist/jsonforms/lib/layouts/Categorization/types.d.ts +5 -0
- package/dist/jsonforms/lib/layouts/Categorization/variants/CategorizationCards.d.ts +2 -11
- package/dist/jsonforms/lib/layouts/Categorization/variants/CategorizationStepper.d.ts +2 -12
- package/dist/jsonforms/lib/layouts/Categorization/variants/CategorizationTabs.d.ts +2 -11
- package/dist/jsonforms/lib/layouts/Categorization/variants/types.d.ts +61 -0
- package/dist/jsonforms/lib/layouts/Group/MantineGroupLayoutRenderer.d.ts +3 -2
- package/dist/jsonforms/lib/layouts/Group/variants/GroupFieldset.d.ts +2 -8
- package/dist/jsonforms/lib/layouts/Group/variants/types.d.ts +17 -0
- package/dist/jsonforms/lib/layouts/MantineHotizontalLayoutRenderer.d.ts +3 -2
- package/dist/jsonforms/lib/layouts/MantineVerticalLayoutRenderer.d.ts +3 -2
- package/dist/jsonforms/lib/renderers/mantineCells.d.ts +4 -1
- package/dist/jsonforms/lib/renderers/mantineRenderers.d.ts +15 -3
- package/dist/jsonforms/lib/test-helpers/inputWrap.d.ts +174 -139
- package/dist/jsonforms/lib/test-helpers/jsonFormsWrap.d.ts +13 -8
- package/dist/jsonforms/lib/testers/isEnumArrayArrayControl.d.ts +2 -10
- package/dist/jsonforms/lib/testers/isEnumArrayControl.d.ts +2 -10
- package/dist/jsonforms/lib/testers/isFileControl.d.ts +9 -11
- package/dist/jsonforms/lib/testers/isFilesControl.d.ts +2 -10
- package/dist/jsonforms/lib/testers/isImageControl.d.ts +2 -10
- package/dist/jsonforms/lib/testers/isImagesControl.d.ts +2 -10
- package/dist/jsonforms/lib/testers/isJsonArrayControl.d.ts +2 -10
- package/dist/jsonforms/lib/testers/isJsonControl.d.ts +2 -10
- package/dist/jsonforms/lib/utils/getAbsoluteValue.d.ts +5 -2
- package/dist/jsonforms/lib/utils/isSchemaTypeInclude.d.ts +1 -5
- package/dist/jsonforms/lib/utils/layout.d.ts +2 -11
- package/dist/jsonforms/lib/utils/types.d.ts +12 -0
- package/dist/jsonforms/lib/utils/utcConverter.d.ts +22 -2
- package/dist/jsonforms/lib/utils/withAjvProps.d.ts +7 -1
- package/dist/jsonforms/lib/utils/withDebounce.d.ts +2 -1
- package/dist/jsonforms/lib/utils/withLabelMappingProps.d.ts +6 -1
- package/dist/utils/cjs/Memoizer/MemoWrapper.cjs +4 -1
- package/dist/utils/cjs/Memoizer/RenderWrapper.cjs +4 -1
- package/dist/utils/cjs/convertId/convertId.cjs +2 -2
- package/dist/utils/cjs/createFetchParams/createFetchParams.cjs +6 -3
- package/dist/utils/cjs/createSafeContext/createSafeContext.cjs +2 -1
- package/dist/utils/cjs/deepMerge/deepMerge.cjs +12 -9
- package/dist/utils/cjs/getByPath/getByPath.cjs +10 -1
- package/dist/utils/cjs/getItemId/getItemId.cjs +1 -1
- package/dist/utils/cjs/getValue/getValue.cjs +4 -2
- package/dist/utils/cjs/mergeProps/mergeProps.cjs +8 -1
- package/dist/utils/cjs/parseResponse/parseResponse.cjs +3 -3
- package/dist/utils/cjs/urlJoin/urlJoin.cjs +1 -2
- package/dist/utils/esm/Memoizer/MemoWrapper.mjs +4 -1
- package/dist/utils/esm/Memoizer/RenderWrapper.mjs +4 -1
- package/dist/utils/esm/convertId/convertId.mjs +2 -2
- package/dist/utils/esm/createFetchParams/createFetchParams.mjs +6 -3
- package/dist/utils/esm/createSafeContext/createSafeContext.mjs +2 -1
- package/dist/utils/esm/deepMerge/deepMerge.mjs +12 -9
- package/dist/utils/esm/getByPath/getByPath.mjs +10 -1
- package/dist/utils/esm/getItemId/getItemId.mjs +1 -1
- package/dist/utils/esm/getValue/getValue.mjs +4 -2
- package/dist/utils/esm/mergeProps/mergeProps.mjs +8 -1
- package/dist/utils/esm/parseResponse/parseResponse.mjs +3 -3
- package/dist/utils/esm/urlJoin/urlJoin.mjs +1 -2
- package/dist/utils/lib/FastAPIRTKLogger/FastAPIRTKLogger.d.ts +8 -6
- package/dist/utils/lib/Memoizer/MemoWrapper.d.ts +9 -7
- package/dist/utils/lib/Memoizer/MemoWrapper.test.d.ts +0 -1
- package/dist/utils/lib/Memoizer/RenderWrapper.d.ts +10 -8
- package/dist/utils/lib/Memoizer/RenderWrapper.test.d.ts +0 -1
- package/dist/utils/lib/convertId/convertId.d.ts +16 -1
- package/dist/utils/lib/convertToFormData/convertToFormData.d.ts +15 -1
- package/dist/utils/lib/createFetchParams/createFetchParams.d.ts +22 -9
- package/dist/utils/lib/createSafeContext/createSafeContext.d.ts +12 -13
- package/dist/utils/lib/deepMerge/deepMerge.d.ts +13 -1
- package/dist/utils/lib/deepMerge/index.d.ts +1 -0
- package/dist/utils/lib/deepMerge/types.d.ts +20 -0
- package/dist/utils/lib/getByPath/getByPath.d.ts +13 -1
- package/dist/utils/lib/getItemId/getItemId.d.ts +13 -1
- package/dist/utils/lib/getItemName/getItemName.d.ts +12 -1
- package/dist/utils/lib/getValue/getValue.d.ts +10 -1
- package/dist/utils/lib/getValueOrDefault/getValueOrDefault.d.ts +8 -1
- package/dist/utils/lib/isTruthy/isTruthy.d.ts +4 -6
- package/dist/utils/lib/mergeProps/index.d.ts +1 -0
- package/dist/utils/lib/mergeProps/mergeProps.d.ts +13 -1
- package/dist/utils/lib/mergeProps/types.d.ts +14 -0
- package/dist/utils/lib/parseFromValuesOrFunc/parseFromValuesOrFunc.d.ts +8 -1
- package/dist/utils/lib/parseResponse/parseResponse.d.ts +18 -1
- package/dist/utils/lib/parseValue/parseValue.d.ts +7 -1
- package/dist/utils/lib/urlJoin/urlJoin.d.ts +2 -2
- package/dist/utils/lib/useWatchRef/useWatchRef.d.ts +10 -1
- package/dist/zustand/cjs/utils/compareStateWithStore.cjs +3 -2
- package/dist/zustand/cjs/utils/createProxy.cjs +3 -2
- package/dist/zustand/esm/utils/compareStateWithStore.mjs +3 -2
- package/dist/zustand/esm/utils/createProxy.mjs +3 -2
- package/dist/zustand/lib/useProxy/useProxy.d.ts +3 -5
- package/dist/zustand/lib/utils/compareStateWithStore.d.ts +5 -1
- package/dist/zustand/lib/utils/createProxy.d.ts +12 -1
- package/package.json +19 -2
- package/dist/core/cjs/hooks/api/useApi.cjs +0 -5
- package/dist/core/cjs/hooks/lang/useLang.cjs +0 -5
- package/dist/core/esm/Wrappers/ApiProvider/Contexts/ApiContext.mjs +0 -6
- package/dist/core/esm/hooks/api/useApi.mjs +0 -5
- package/dist/core/esm/hooks/lang/useLang.mjs +0 -5
- package/dist/core/lib/Inputs/DateTimePicker.d.ts +0 -11
- package/dist/core/lib/Inputs/TimePicker.d.ts +0 -11
- package/dist/core/lib/Inputs/index.d.ts +0 -2
- /package/dist/.external/cjs/{mantine-react-table@2.0.0-beta.9_patch_hash_046f1b0f764b8dc88804170e4ca8f096de0796df0be_2e8cfd91765713166f4d486da3b54b13 → mantine-react-table@2.0.0-beta.9_patch_hash_b9fcaf5fc0698f1949127d6bfb1f154a5bd28d0d1fe_7b4bd73d03bc0c4b3e9706b344be0f5a}/mantine-react-table/locales/de/index.cjs +0 -0
- /package/dist/.external/cjs/{mantine-react-table@2.0.0-beta.9_patch_hash_046f1b0f764b8dc88804170e4ca8f096de0796df0be_2e8cfd91765713166f4d486da3b54b13 → mantine-react-table@2.0.0-beta.9_patch_hash_b9fcaf5fc0698f1949127d6bfb1f154a5bd28d0d1fe_7b4bd73d03bc0c4b3e9706b344be0f5a}/mantine-react-table/locales/en/index.cjs +0 -0
- /package/dist/.external/esm/{mantine-react-table@2.0.0-beta.9_patch_hash_046f1b0f764b8dc88804170e4ca8f096de0796df0be_2e8cfd91765713166f4d486da3b54b13 → mantine-react-table@2.0.0-beta.9_patch_hash_b9fcaf5fc0698f1949127d6bfb1f154a5bd28d0d1fe_7b4bd73d03bc0c4b3e9706b344be0f5a}/mantine-react-table/locales/de/index.mjs +0 -0
- /package/dist/.external/esm/{mantine-react-table@2.0.0-beta.9_patch_hash_046f1b0f764b8dc88804170e4ca8f096de0796df0be_2e8cfd91765713166f4d486da3b54b13 → mantine-react-table@2.0.0-beta.9_patch_hash_b9fcaf5fc0698f1949127d6bfb1f154a5bd28d0d1fe_7b4bd73d03bc0c4b3e9706b344be0f5a}/mantine-react-table/locales/en/index.mjs +0 -0
- /package/dist/{core/lib/Inputs/DateTimePicker.test.d.ts → .external/lib/mantine-form-yup-resolver/yup-resolver.test.d.ts} +0 -0
- /package/dist/{core/lib/Inputs/TimePicker.test.d.ts → components/lib/DateTimePicker/DateTimePicker.test.d.ts} +0 -0
|
@@ -1,1387 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
*/
|
|
4
|
-
export const NextGenDataGrid: React.ForwardRefExoticComponent<NextGenDataGridProps>;
|
|
5
|
-
export type APIColumnInfo = {
|
|
6
|
-
/**
|
|
7
|
-
* - The description of the column.
|
|
8
|
-
*/
|
|
9
|
-
description: string;
|
|
10
|
-
/**
|
|
11
|
-
* - The label of the column.
|
|
12
|
-
*/
|
|
13
|
-
label: string;
|
|
14
|
-
/**
|
|
15
|
-
* - The name of the column.
|
|
16
|
-
*/
|
|
17
|
-
name: string;
|
|
18
|
-
/**
|
|
19
|
-
* - Whether the column is required.
|
|
20
|
-
*/
|
|
21
|
-
required: boolean;
|
|
22
|
-
/**
|
|
23
|
-
* - The type of the column.
|
|
24
|
-
*/
|
|
25
|
-
type: string;
|
|
26
|
-
/**
|
|
27
|
-
* - Whether the column is unique.
|
|
28
|
-
*/
|
|
29
|
-
unique: boolean;
|
|
30
|
-
};
|
|
31
|
-
export type APIColumnRelationInfo = {
|
|
32
|
-
/**
|
|
33
|
-
* - The description of the column.
|
|
34
|
-
*/
|
|
35
|
-
description: string;
|
|
36
|
-
/**
|
|
37
|
-
* - The label of the column.
|
|
38
|
-
*/
|
|
39
|
-
label: string;
|
|
40
|
-
/**
|
|
41
|
-
* - The name of the column.
|
|
42
|
-
*/
|
|
43
|
-
name: string;
|
|
44
|
-
/**
|
|
45
|
-
* - Whether the column is required.
|
|
46
|
-
*/
|
|
47
|
-
required: boolean;
|
|
48
|
-
/**
|
|
49
|
-
* - The type of the column.
|
|
50
|
-
*/
|
|
51
|
-
type: string;
|
|
52
|
-
/**
|
|
53
|
-
* - Whether the column is unique.
|
|
54
|
-
*/
|
|
55
|
-
unique: boolean;
|
|
56
|
-
/**
|
|
57
|
-
* - The count of items in the column.
|
|
58
|
-
*/
|
|
59
|
-
count: number;
|
|
60
|
-
/**
|
|
61
|
-
* - The values of the column.
|
|
62
|
-
*/
|
|
63
|
-
values: {
|
|
64
|
-
id: number | string;
|
|
65
|
-
value: string;
|
|
66
|
-
}[];
|
|
67
|
-
};
|
|
68
|
-
export type APIColumnFilter = {
|
|
69
|
-
/**
|
|
70
|
-
* - The name of the column to filter.
|
|
71
|
-
*/
|
|
72
|
-
name: string;
|
|
73
|
-
/**
|
|
74
|
-
* - The operator to use for filtering (e.g., 'eq', 'ne', 'gt', 'lt').
|
|
75
|
-
*/
|
|
76
|
-
operator: string;
|
|
77
|
-
};
|
|
78
|
-
export type APIFilter = {
|
|
79
|
-
/**
|
|
80
|
-
* - An array of filters to apply.
|
|
81
|
-
*/
|
|
82
|
-
filters: APIColumnFilter[];
|
|
83
|
-
/**
|
|
84
|
-
* - The label for the filter.
|
|
85
|
-
*/
|
|
86
|
-
label: string;
|
|
87
|
-
/**
|
|
88
|
-
* - The schema of the filter, containing column information.
|
|
89
|
-
*/
|
|
90
|
-
schema: APIColumnInfo | APIColumnRelationInfo;
|
|
91
|
-
};
|
|
92
|
-
export type APIJSONFormsSchema = {
|
|
93
|
-
/**
|
|
94
|
-
* - The type of the schema, typically 'object'.
|
|
95
|
-
*/
|
|
96
|
-
type: string;
|
|
97
|
-
/**
|
|
98
|
-
* - The properties of the schema.
|
|
99
|
-
*/
|
|
100
|
-
properties: Record<string, any>;
|
|
101
|
-
/**
|
|
102
|
-
* - An array of required properties.
|
|
103
|
-
*/
|
|
104
|
-
required?: string[];
|
|
105
|
-
};
|
|
106
|
-
export type APIJSONFormsUISchemaElement = {
|
|
107
|
-
/**
|
|
108
|
-
* - The type of the UI schema element (e.g., 'Control', 'Group', 'List', etc.).
|
|
109
|
-
*/
|
|
110
|
-
type: string;
|
|
111
|
-
/**
|
|
112
|
-
* - The JSON pointer to the schema property this element is associated with.
|
|
113
|
-
*/
|
|
114
|
-
scope: string;
|
|
115
|
-
/**
|
|
116
|
-
* - The label for the UI schema element.
|
|
117
|
-
*/
|
|
118
|
-
label?: string;
|
|
119
|
-
/**
|
|
120
|
-
* - The description for the UI schema element.
|
|
121
|
-
*/
|
|
122
|
-
description?: string;
|
|
123
|
-
/**
|
|
124
|
-
* - Additional options for the UI schema element.
|
|
125
|
-
*/
|
|
126
|
-
options?: Record<string, any>;
|
|
127
|
-
/**
|
|
128
|
-
* - A rule for conditional rendering of the UI schema element.
|
|
129
|
-
*/
|
|
130
|
-
rule?: Record<string, any>;
|
|
131
|
-
};
|
|
132
|
-
export type APIJSONFormsUISchema = {
|
|
133
|
-
/**
|
|
134
|
-
* - The type of the UI schema, typically 'VerticalLayout' or 'HorizontalLayout'.
|
|
135
|
-
*/
|
|
136
|
-
type: string;
|
|
137
|
-
/**
|
|
138
|
-
* - An array of UI schema elements.
|
|
139
|
-
*/
|
|
140
|
-
elements: Array<APIJSONFormsUISchemaElement | APIJSONFormsUISchema>;
|
|
141
|
-
/**
|
|
142
|
-
* - The label for the UI schema.
|
|
143
|
-
*/
|
|
144
|
-
label?: string;
|
|
145
|
-
/**
|
|
146
|
-
* - The description for the UI schema.
|
|
147
|
-
*/
|
|
148
|
-
description?: string;
|
|
149
|
-
/**
|
|
150
|
-
* - Additional options for the UI schema.
|
|
151
|
-
*/
|
|
152
|
-
options?: Record<string, any>;
|
|
153
|
-
/**
|
|
154
|
-
* - A rule for conditional rendering of the UI schema.
|
|
155
|
-
*/
|
|
156
|
-
rule?: Record<string, any>;
|
|
157
|
-
};
|
|
158
|
-
export type APIInfo = {
|
|
159
|
-
/**
|
|
160
|
-
* - The title for the add modal or section.
|
|
161
|
-
*/
|
|
162
|
-
add_title: string;
|
|
163
|
-
/**
|
|
164
|
-
* - List of columns that can be added.
|
|
165
|
-
*/
|
|
166
|
-
add_columns: Array<APIColumnInfo | APIColumnRelationInfo>;
|
|
167
|
-
/**
|
|
168
|
-
* - JSONForms schema for adding items.
|
|
169
|
-
*/
|
|
170
|
-
add_schema: APIJSONFormsSchema;
|
|
171
|
-
/**
|
|
172
|
-
* - JSONForms UI schema for adding items.
|
|
173
|
-
*/
|
|
174
|
-
add_uischema?: APIJSONFormsUISchema;
|
|
175
|
-
/**
|
|
176
|
-
* - Translations for the add form.
|
|
177
|
-
*/
|
|
178
|
-
add_translations?: Record<string, Record<string, string>>;
|
|
179
|
-
/**
|
|
180
|
-
* - The title for the edit modal or section.
|
|
181
|
-
*/
|
|
182
|
-
edit_title: string;
|
|
183
|
-
/**
|
|
184
|
-
* - List of columns that can be edited.
|
|
185
|
-
*/
|
|
186
|
-
edit_columns: Array<APIColumnInfo | APIColumnRelationInfo>;
|
|
187
|
-
/**
|
|
188
|
-
* - JSONForms schema for editing items.
|
|
189
|
-
*/
|
|
190
|
-
edit_schema: APIJSONFormsSchema;
|
|
191
|
-
/**
|
|
192
|
-
* - JSONForms UI schema for editing items.
|
|
193
|
-
*/
|
|
194
|
-
edit_uischema?: APIJSONFormsUISchema;
|
|
195
|
-
/**
|
|
196
|
-
* - Translations for the edit form.
|
|
197
|
-
*/
|
|
198
|
-
edit_translations?: Record<string, Record<string, string>>;
|
|
199
|
-
/**
|
|
200
|
-
* - A mapping of filter names to filter definitions.
|
|
201
|
-
*/
|
|
202
|
-
filters: Record<string, APIFilter>;
|
|
203
|
-
/**
|
|
204
|
-
* - Additional options for filters specified in the API.
|
|
205
|
-
*/
|
|
206
|
-
filter_options?: Record<string, any>;
|
|
207
|
-
/**
|
|
208
|
-
* - List of permissions for the API (e.g., 'can_post', 'can_put', 'can_delete').
|
|
209
|
-
*/
|
|
210
|
-
permissions: string[];
|
|
211
|
-
};
|
|
212
|
-
export type APIData = {
|
|
213
|
-
/**
|
|
214
|
-
* - The title of the list.
|
|
215
|
-
*/
|
|
216
|
-
list_title: string;
|
|
217
|
-
/**
|
|
218
|
-
* - An array of IDs for the items.
|
|
219
|
-
*/
|
|
220
|
-
ids: number[] | string[];
|
|
221
|
-
/**
|
|
222
|
-
* - A mapping of column names to their labels.
|
|
223
|
-
*/
|
|
224
|
-
label_columns: Record<string, string>;
|
|
225
|
-
/**
|
|
226
|
-
* - A mapping of column names to their descriptions.
|
|
227
|
-
*/
|
|
228
|
-
description_columns: Record<string, string>;
|
|
229
|
-
/**
|
|
230
|
-
* - An array of column names to be displayed in the list.
|
|
231
|
-
*/
|
|
232
|
-
list_columns: string[];
|
|
233
|
-
/**
|
|
234
|
-
* - An array of column names to be used for ordering.
|
|
235
|
-
*/
|
|
236
|
-
order_columns: string[];
|
|
237
|
-
/**
|
|
238
|
-
* - An array of objects representing the API response data.
|
|
239
|
-
*/
|
|
240
|
-
result: Record<string, any>[];
|
|
241
|
-
/**
|
|
242
|
-
* - The API path.
|
|
243
|
-
*/
|
|
244
|
-
path: string;
|
|
245
|
-
/**
|
|
246
|
-
* - The query parameters used in the API request.
|
|
247
|
-
*/
|
|
248
|
-
queryParams: APIQueryParams;
|
|
249
|
-
};
|
|
250
|
-
export type APIQueryParamsFilter = {
|
|
251
|
-
/**
|
|
252
|
-
* - The column name to filter on.
|
|
253
|
-
*/
|
|
254
|
-
col: string;
|
|
255
|
-
/**
|
|
256
|
-
* - The operator to use for filtering (e.g., 'eq', 'ne', 'gt', 'lt').
|
|
257
|
-
*/
|
|
258
|
-
opr: string;
|
|
259
|
-
/**
|
|
260
|
-
* - The value to filter by.
|
|
261
|
-
*/
|
|
262
|
-
value: any;
|
|
263
|
-
};
|
|
264
|
-
export type APIQueryParamsOprFilter = {
|
|
265
|
-
/**
|
|
266
|
-
* - The operator to use for filtering (e.g., 'is_null', 'is_not_null').
|
|
267
|
-
*/
|
|
268
|
-
opr: string;
|
|
269
|
-
/**
|
|
270
|
-
* - The value to filter by.
|
|
271
|
-
*/
|
|
272
|
-
value: any;
|
|
273
|
-
};
|
|
274
|
-
export type APISpecialKey = {
|
|
275
|
-
/**
|
|
276
|
-
* - The key to be used when retrieving general props for `NextGenDataGrid`. Typically `all`. but can be `_all` if `all` is in the list of columns.
|
|
277
|
-
*/
|
|
278
|
-
all: string;
|
|
279
|
-
/**
|
|
280
|
-
* - The key to be used when retrieving actions for `NextGenDataGrid`. Typically `actions`, but can be `_actions` if `actions` is in the list of columns.
|
|
281
|
-
*/
|
|
282
|
-
actions: string;
|
|
283
|
-
};
|
|
284
|
-
export type APIQueryParams = {
|
|
285
|
-
/**
|
|
286
|
-
* - The page number for pagination.
|
|
287
|
-
*/
|
|
288
|
-
page: number;
|
|
289
|
-
/**
|
|
290
|
-
* - The number of items per page for pagination.
|
|
291
|
-
*/
|
|
292
|
-
page_size: number;
|
|
293
|
-
/**
|
|
294
|
-
* - The column name to order the results by.
|
|
295
|
-
*/
|
|
296
|
-
order_column?: string;
|
|
297
|
-
/**
|
|
298
|
-
* - The direction of the order ('asc' or 'desc').
|
|
299
|
-
*/
|
|
300
|
-
order_direction?: "asc" | "desc";
|
|
301
|
-
/**
|
|
302
|
-
* - An array of column names to be included in the response.
|
|
303
|
-
*/
|
|
304
|
-
columns: string[];
|
|
305
|
-
/**
|
|
306
|
-
* - An array of filters to apply to the query.
|
|
307
|
-
*/
|
|
308
|
-
filters: APIQueryParamsFilter[];
|
|
309
|
-
/**
|
|
310
|
-
* - An array of opr filters to apply to the query.
|
|
311
|
-
*/
|
|
312
|
-
opr_filters?: APIQueryParamsOprFilter[];
|
|
313
|
-
/**
|
|
314
|
-
* - A global filter string to apply to the query.
|
|
315
|
-
*/
|
|
316
|
-
global_filter?: string;
|
|
317
|
-
/**
|
|
318
|
-
* - Whether to include the total count of items in the response.
|
|
319
|
-
*/
|
|
320
|
-
with_count?: boolean;
|
|
321
|
-
};
|
|
322
|
-
export type APIStreaming = {
|
|
323
|
-
/**
|
|
324
|
-
* - The streaming data, organized by the page number.
|
|
325
|
-
*/
|
|
326
|
-
data: Record<string, Record<string, any>[]>;
|
|
327
|
-
/**
|
|
328
|
-
* - Indicates whether the streaming has ended.
|
|
329
|
-
*/
|
|
330
|
-
isEnd: boolean;
|
|
331
|
-
/**
|
|
332
|
-
* - A function to fetch the next page of streaming data.
|
|
333
|
-
*/
|
|
334
|
-
fetch: () => void;
|
|
335
|
-
};
|
|
336
|
-
export type APIDownloadOptions = {
|
|
337
|
-
/**
|
|
338
|
-
* - Whether to export the data in basic or detailed mode.
|
|
339
|
-
*/
|
|
340
|
-
export_mode?: "basic" | "detailed";
|
|
341
|
-
/**
|
|
342
|
-
* - The delimiter to use in the exported file (e.g., ',', ';'). Default is `,`.
|
|
343
|
-
*/
|
|
344
|
-
delimiter?: string;
|
|
345
|
-
/**
|
|
346
|
-
* - The character to use for quoting in the exported file. Default is `"`.
|
|
347
|
-
*/
|
|
348
|
-
quotechar?: string;
|
|
349
|
-
};
|
|
350
|
-
export type APIUploadOptions = {
|
|
351
|
-
/**
|
|
352
|
-
* - The delimiter used in the uploaded file (e.g., ',', ';'). Default is `,`.
|
|
353
|
-
*/
|
|
354
|
-
delimiter?: string;
|
|
355
|
-
/**
|
|
356
|
-
* - The character used for quoting in the uploaded file. Default is `"`.
|
|
357
|
-
*/
|
|
358
|
-
quotechar?: string;
|
|
359
|
-
};
|
|
360
|
-
export type ApiContext = {
|
|
361
|
-
/**
|
|
362
|
-
* - The API path.
|
|
363
|
-
*/
|
|
364
|
-
path: string;
|
|
365
|
-
/**
|
|
366
|
-
* - Information about the API, including schemas and UI schemas.
|
|
367
|
-
*/
|
|
368
|
-
info?: APIInfo;
|
|
369
|
-
/**
|
|
370
|
-
* - The data returned by the API.
|
|
371
|
-
*/
|
|
372
|
-
data?: APIData;
|
|
373
|
-
/**
|
|
374
|
-
* - The query parameters used in the API request.
|
|
375
|
-
*/
|
|
376
|
-
queryParams?: APIQueryParams;
|
|
377
|
-
/**
|
|
378
|
-
* - Indicates whether the API request is currently loading.
|
|
379
|
-
*/
|
|
380
|
-
loading: boolean;
|
|
381
|
-
/**
|
|
382
|
-
* - Indicates whether the API info request is currently loading.
|
|
383
|
-
*/
|
|
384
|
-
infoLoading: boolean;
|
|
385
|
-
/**
|
|
386
|
-
* - Indicates whether the API data request is currently loading.
|
|
387
|
-
*/
|
|
388
|
-
dataLoading: boolean;
|
|
389
|
-
/**
|
|
390
|
-
* - An error object if the API request failed.
|
|
391
|
-
*/
|
|
392
|
-
error?: {
|
|
393
|
-
message: string;
|
|
394
|
-
originalError: Error;
|
|
395
|
-
};
|
|
396
|
-
/**
|
|
397
|
-
* - An error object if the API info request failed.
|
|
398
|
-
*/
|
|
399
|
-
infoError?: Error;
|
|
400
|
-
/**
|
|
401
|
-
* - An error object if the API data request failed.
|
|
402
|
-
*/
|
|
403
|
-
dataError?: Error;
|
|
404
|
-
/**
|
|
405
|
-
* - An object containing streaming data and a function to fetch more data. Only available when the `ApiProvider` is configured for streaming.
|
|
406
|
-
*/
|
|
407
|
-
streaming: APIStreaming;
|
|
408
|
-
/**
|
|
409
|
-
* - An object containing special keys for the API query, such as 'all' and 'actions'.
|
|
410
|
-
*/
|
|
411
|
-
specialKey: APISpecialKey;
|
|
412
|
-
/**
|
|
413
|
-
* - A function to update the query parameters.
|
|
414
|
-
*/
|
|
415
|
-
setQueryParams: (partialQueryParams: Partial<APIQueryParams> | ((prev: APIQueryParams) => Partial<APIQueryParams>)) => void;
|
|
416
|
-
/**
|
|
417
|
-
* - A function to refetch the data from the API.
|
|
418
|
-
*/
|
|
419
|
-
refetch: (options?: {
|
|
420
|
-
force?: boolean;
|
|
421
|
-
}) => Promise<void>;
|
|
422
|
-
/**
|
|
423
|
-
* - A function to refetch the API information.
|
|
424
|
-
*/
|
|
425
|
-
refetchInfo: (options?: {
|
|
426
|
-
force?: boolean;
|
|
427
|
-
}) => Promise<void>;
|
|
428
|
-
/**
|
|
429
|
-
* - A function to retrieve a specific entry by ID.
|
|
430
|
-
*/
|
|
431
|
-
getEntry: (id: number | string) => Promise<Record<string, any>>;
|
|
432
|
-
/**
|
|
433
|
-
* - A function to add a new entry to the API.
|
|
434
|
-
*/
|
|
435
|
-
addEntry: (item: Record<string, any>) => Promise<Record<string, any>>;
|
|
436
|
-
/**
|
|
437
|
-
* - A function to edit an existing entry in the API.
|
|
438
|
-
*/
|
|
439
|
-
updateEntry: (id: number | string, item: Record<string, any>) => Promise<Record<string, any>>;
|
|
440
|
-
/**
|
|
441
|
-
* - A function to delete an entry from the API.
|
|
442
|
-
*/
|
|
443
|
-
deleteEntry: (id: number | string) => Promise<Record<string, any>>;
|
|
444
|
-
/**
|
|
445
|
-
* - A function to download data from the API.
|
|
446
|
-
*/
|
|
447
|
-
download: (label: string, options?: APIDownloadOptions) => Promise<void>;
|
|
448
|
-
/**
|
|
449
|
-
* - A function to upload a file to the API.
|
|
450
|
-
*/
|
|
451
|
-
upload: (file: File, options?: APIUploadOptions) => Promise<Record<string, any>>;
|
|
452
|
-
/**
|
|
453
|
-
* - A function to get the URL for a file item, which can be either a string (representing the file name) or a File object.
|
|
454
|
-
*/
|
|
455
|
-
getFileURL: (item: string | File) => string;
|
|
456
|
-
/**
|
|
457
|
-
* - A function to get the URL for an image item, which can be either a string (representing the image name) or a File object.
|
|
458
|
-
*/
|
|
459
|
-
getImageURL: (item: string | File) => string;
|
|
460
|
-
/**
|
|
461
|
-
* - A function to reset the error state.
|
|
462
|
-
*/
|
|
463
|
-
resetError: () => void;
|
|
464
|
-
};
|
|
465
|
-
export type BulkActions = {
|
|
466
|
-
/**
|
|
467
|
-
* - An array of currently selected IDs for bulk actions.
|
|
468
|
-
*/
|
|
469
|
-
selectedIds: Array<string | number>;
|
|
470
|
-
/**
|
|
471
|
-
* - A function to set the selected IDs.
|
|
472
|
-
*/
|
|
473
|
-
setSelectedIds: Function;
|
|
474
|
-
};
|
|
475
|
-
export type BulkActionsContext = {
|
|
476
|
-
/**
|
|
477
|
-
* - An array containing the selected IDs and a function to set them.
|
|
478
|
-
*/
|
|
479
|
-
bulkActions: BulkActions;
|
|
480
|
-
/**
|
|
481
|
-
* - A function to dispatch bulk actions with a handler and optional data. If data is not provided, it uses the currently selected IDs.
|
|
482
|
-
*/
|
|
483
|
-
dispatchBulkActions: (handler: string, data?: Array<string | number>) => Promise<Record<string, any>>;
|
|
484
|
-
/**
|
|
485
|
-
* - An error object if the bulk action failed.
|
|
486
|
-
*/
|
|
487
|
-
error?: {
|
|
488
|
-
message: string;
|
|
489
|
-
originalError: Error;
|
|
490
|
-
};
|
|
491
|
-
/**
|
|
492
|
-
* - A function to reset the error state.
|
|
493
|
-
*/
|
|
494
|
-
resetError: () => void;
|
|
495
|
-
};
|
|
496
|
-
export type AuthUser = {
|
|
497
|
-
/**
|
|
498
|
-
* - The unique identifier of the authenticated user.
|
|
499
|
-
*/
|
|
500
|
-
id: number;
|
|
501
|
-
/**
|
|
502
|
-
* - The email of the authenticated user.
|
|
503
|
-
*/
|
|
504
|
-
email: string;
|
|
505
|
-
/**
|
|
506
|
-
* - The username of the authenticated user.
|
|
507
|
-
*/
|
|
508
|
-
username: string;
|
|
509
|
-
/**
|
|
510
|
-
* - The first name of the authenticated user.
|
|
511
|
-
*/
|
|
512
|
-
first_name?: string;
|
|
513
|
-
/**
|
|
514
|
-
* - The last name of the authenticated user.
|
|
515
|
-
*/
|
|
516
|
-
last_name?: string;
|
|
517
|
-
/**
|
|
518
|
-
* - Indicates whether the user account is active.
|
|
519
|
-
*/
|
|
520
|
-
active: boolean;
|
|
521
|
-
/**
|
|
522
|
-
* - The timestamp of the user's last login.
|
|
523
|
-
*/
|
|
524
|
-
last_login: string;
|
|
525
|
-
/**
|
|
526
|
-
* - The number of times the user has logged in.
|
|
527
|
-
*/
|
|
528
|
-
login_count: number;
|
|
529
|
-
/**
|
|
530
|
-
* - The number of failed login attempts.
|
|
531
|
-
*/
|
|
532
|
-
fail_login_count: number;
|
|
533
|
-
/**
|
|
534
|
-
* - The timestamp when the user account was created.
|
|
535
|
-
*/
|
|
536
|
-
created_on: string;
|
|
537
|
-
/**
|
|
538
|
-
* - The timestamp when the user account was last changed.
|
|
539
|
-
*/
|
|
540
|
-
changed_on: string;
|
|
541
|
-
/**
|
|
542
|
-
* - The full name of the authenticated user.
|
|
543
|
-
*/
|
|
544
|
-
full_name: string;
|
|
545
|
-
/**
|
|
546
|
-
* - Indicates whether the user account is active.
|
|
547
|
-
*/
|
|
548
|
-
is_active: boolean;
|
|
549
|
-
/**
|
|
550
|
-
* - Indicates whether the user's email is verified.
|
|
551
|
-
*/
|
|
552
|
-
is_verified: boolean;
|
|
553
|
-
/**
|
|
554
|
-
* - Indicates whether the user has superuser privileges.
|
|
555
|
-
*/
|
|
556
|
-
is_superuser: boolean;
|
|
557
|
-
/**
|
|
558
|
-
* - Indicates whether the user is anonymous.
|
|
559
|
-
*/
|
|
560
|
-
is_anonymous: boolean;
|
|
561
|
-
/**
|
|
562
|
-
* - An array of permissions assigned to the user.
|
|
563
|
-
*/
|
|
564
|
-
permissions: string[];
|
|
565
|
-
/**
|
|
566
|
-
* - An array of roles assigned to the user.
|
|
567
|
-
*/
|
|
568
|
-
roles: string[];
|
|
569
|
-
};
|
|
570
|
-
export type AuthContext = {
|
|
571
|
-
/**
|
|
572
|
-
* - The authenticated user object, or null if not authenticated.
|
|
573
|
-
*/
|
|
574
|
-
user: AuthUser | null;
|
|
575
|
-
/**
|
|
576
|
-
* - Indicates whether the authentication state is currently loading.
|
|
577
|
-
*/
|
|
578
|
-
loading: boolean;
|
|
579
|
-
/**
|
|
580
|
-
* - An error object if the authentication request failed.
|
|
581
|
-
*/
|
|
582
|
-
error: {
|
|
583
|
-
message: string;
|
|
584
|
-
originalError: Error;
|
|
585
|
-
} | null;
|
|
586
|
-
/**
|
|
587
|
-
* - A function to sign in the user with a username and password.
|
|
588
|
-
*/
|
|
589
|
-
signin: (username: string, password: string) => Promise<void>;
|
|
590
|
-
/**
|
|
591
|
-
* - A function to sign out the user.
|
|
592
|
-
*/
|
|
593
|
-
signout: () => Promise<void>;
|
|
594
|
-
/**
|
|
595
|
-
* - A function to update the authenticated user's data.
|
|
596
|
-
*/
|
|
597
|
-
update: (data: Record<string, any>) => Promise<AuthUser>;
|
|
598
|
-
/**
|
|
599
|
-
* - A function to reset the user's password.
|
|
600
|
-
*/
|
|
601
|
-
resetPassword: (password: string) => Promise<void>;
|
|
602
|
-
/**
|
|
603
|
-
* - A function to sign in the user using OAuth with a specified provider. If `popup` is true, it opens a popup window for the OAuth flow.
|
|
604
|
-
*/
|
|
605
|
-
oauth_signin: (provider: string, popup?: boolean) => Promise<void>;
|
|
606
|
-
/**
|
|
607
|
-
* - A function to refetch the authenticated user's data.
|
|
608
|
-
*/
|
|
609
|
-
refetch: () => Promise<void>;
|
|
610
|
-
/**
|
|
611
|
-
* - A function to reset the error state.
|
|
612
|
-
*/
|
|
613
|
-
resetError: () => void;
|
|
614
|
-
};
|
|
615
|
-
export type CommonModalTitleOptionsProps = {
|
|
616
|
-
/**
|
|
617
|
-
* - Content or function to render on the left side of the title.
|
|
618
|
-
*/
|
|
619
|
-
left: React.ReactNode | ((props: {
|
|
620
|
-
view: string;
|
|
621
|
-
setView: (view: string) => void;
|
|
622
|
-
}) => React.ReactNode);
|
|
623
|
-
/**
|
|
624
|
-
* - Content or function to render on the right side of the title.
|
|
625
|
-
*/
|
|
626
|
-
right: React.ReactNode | ((props: {
|
|
627
|
-
view: string;
|
|
628
|
-
setView: (view: string) => void;
|
|
629
|
-
}) => React.ReactNode);
|
|
630
|
-
/**
|
|
631
|
-
* - If true, hides the overlay toggle button.
|
|
632
|
-
*/
|
|
633
|
-
hideOverlay?: boolean;
|
|
634
|
-
/**
|
|
635
|
-
* - If true, hides the full screen toggle button.
|
|
636
|
-
*/
|
|
637
|
-
hideFullScreen?: boolean;
|
|
638
|
-
/**
|
|
639
|
-
* - Additional props to be passed to the overlay toggle button.
|
|
640
|
-
*/
|
|
641
|
-
overlayButtonProps?: Record<string, any> | ((props: {
|
|
642
|
-
view: string;
|
|
643
|
-
setView: (view: string) => void;
|
|
644
|
-
}) => Record<string, any>);
|
|
645
|
-
/**
|
|
646
|
-
* - Additional props to be passed to the full screen toggle button.
|
|
647
|
-
*/
|
|
648
|
-
fullScreenButtonProps?: Record<string, any> | ((props: {
|
|
649
|
-
view: string;
|
|
650
|
-
setView: (view: string) => void;
|
|
651
|
-
}) => Record<string, any>);
|
|
652
|
-
};
|
|
653
|
-
export type CommonModalActionButtonsProps = {
|
|
654
|
-
/**
|
|
655
|
-
* - Additional properties to be passed to the Group component wrapping the buttons.
|
|
656
|
-
*/
|
|
657
|
-
groupProps?: Record<string, any>;
|
|
658
|
-
/**
|
|
659
|
-
* - Flag to determine if the reset button should be displayed.
|
|
660
|
-
*/
|
|
661
|
-
withResetButton?: boolean;
|
|
662
|
-
/**
|
|
663
|
-
* - Flag to determine if the submit button should be displayed.
|
|
664
|
-
*/
|
|
665
|
-
withSubmitButton?: boolean;
|
|
666
|
-
/**
|
|
667
|
-
* - Additional properties to be passed to the reset Button component.
|
|
668
|
-
*/
|
|
669
|
-
resetButtonProps?: Record<string, any>;
|
|
670
|
-
/**
|
|
671
|
-
* - Additional properties to be passed to the submit Button component.
|
|
672
|
-
*/
|
|
673
|
-
submitButtonProps?: Record<string, any>;
|
|
674
|
-
};
|
|
675
|
-
export type CommonModalProps = {
|
|
676
|
-
/**
|
|
677
|
-
* - The content to be rendered inside the modal.
|
|
678
|
-
*/
|
|
679
|
-
children: React.ReactNode;
|
|
680
|
-
/**
|
|
681
|
-
* - Current view mode (e.g., VIEW_MODE.NORMAL, VIEW_MODE.FULL_SCREEN, VIEW_MODE.OVERLAY).
|
|
682
|
-
*/
|
|
683
|
-
view: string;
|
|
684
|
-
/**
|
|
685
|
-
* - Function to update the view mode.
|
|
686
|
-
*/
|
|
687
|
-
setView: Function;
|
|
688
|
-
/**
|
|
689
|
-
* - Callback function triggered on form reset.
|
|
690
|
-
*/
|
|
691
|
-
onReset: Function;
|
|
692
|
-
/**
|
|
693
|
-
* - Callback function triggered on form submission.
|
|
694
|
-
*/
|
|
695
|
-
onSubmit: Function;
|
|
696
|
-
/**
|
|
697
|
-
* - Additional properties to be passed to the Box component wrapping the form.
|
|
698
|
-
*/
|
|
699
|
-
boxProps: Record<string, any>;
|
|
700
|
-
/**
|
|
701
|
-
* - Text displayed on the reset button.
|
|
702
|
-
*/
|
|
703
|
-
resetButtonText: string;
|
|
704
|
-
/**
|
|
705
|
-
* - Text displayed on the submit button.
|
|
706
|
-
*/
|
|
707
|
-
buttonText: string;
|
|
708
|
-
/**
|
|
709
|
-
* - Indicates whether the submit button should display a loading state.
|
|
710
|
-
*/
|
|
711
|
-
buttonLoading: boolean;
|
|
712
|
-
/**
|
|
713
|
-
* - Flag to determine if title options (e.g., full screen, overlay toggles) should be displayed.
|
|
714
|
-
*/
|
|
715
|
-
withTitleOptions?: boolean;
|
|
716
|
-
/**
|
|
717
|
-
* - Flag to determine if action buttons (e.g., submit button) should be displayed.
|
|
718
|
-
*/
|
|
719
|
-
withButtons?: boolean;
|
|
720
|
-
/**
|
|
721
|
-
* - Options for customizing the title area, such as toggles for full screen and overlay modes.
|
|
722
|
-
*/
|
|
723
|
-
titleOptions?: CommonModalTitleOptionsProps;
|
|
724
|
-
/**
|
|
725
|
-
* - Options for customizing the action buttons area.
|
|
726
|
-
*/
|
|
727
|
-
actionButtons?: CommonModalActionButtonsProps;
|
|
728
|
-
/**
|
|
729
|
-
* - Additional props to be passed to the Modal component.
|
|
730
|
-
*/
|
|
731
|
-
rest: Record<string, any>;
|
|
732
|
-
};
|
|
733
|
-
export type AddDialogProps = {
|
|
734
|
-
/**
|
|
735
|
-
* - Additional JSON Forms customization options.
|
|
736
|
-
*/
|
|
737
|
-
jsonForms?: Record<string, any>;
|
|
738
|
-
/**
|
|
739
|
-
* - Callback function triggered on successful form submission.
|
|
740
|
-
*/
|
|
741
|
-
onSuccess?: (result: Record<string, any> | null) => void;
|
|
742
|
-
/**
|
|
743
|
-
* - Callback function triggered on form submission error.
|
|
744
|
-
*/
|
|
745
|
-
onError?: (error: any) => void;
|
|
746
|
-
/**
|
|
747
|
-
* - Optional translations for internationalization.
|
|
748
|
-
*/
|
|
749
|
-
translations?: Record<string, Record<string, string>>;
|
|
750
|
-
/**
|
|
751
|
-
* - Whether to hide missing translation warnings. Can be a boolean, a specific language code, an object mapping languages to booleans, or an array of language codes.
|
|
752
|
-
*/
|
|
753
|
-
hideWarnings?: boolean | string | Record<string, boolean> | string[];
|
|
754
|
-
/**
|
|
755
|
-
* - Additional props to be passed to the JsonFormsWithCustomizer component.
|
|
756
|
-
*/
|
|
757
|
-
jsonFormsProps?: Record<string, any>;
|
|
758
|
-
};
|
|
759
|
-
export type JSONFormsProps = {
|
|
760
|
-
/**
|
|
761
|
-
* - The label for the form control.
|
|
762
|
-
*/
|
|
763
|
-
label?: string;
|
|
764
|
-
/**
|
|
765
|
-
* - The description for the form control.
|
|
766
|
-
*/
|
|
767
|
-
description?: string;
|
|
768
|
-
/**
|
|
769
|
-
* - Indicates whether the form control is required.
|
|
770
|
-
*/
|
|
771
|
-
required?: boolean;
|
|
772
|
-
/**
|
|
773
|
-
* - Indicates whether the form control is enabled.
|
|
774
|
-
*/
|
|
775
|
-
enabled?: boolean;
|
|
776
|
-
/**
|
|
777
|
-
* - The data for the form control.
|
|
778
|
-
*/
|
|
779
|
-
data?: any;
|
|
780
|
-
/**
|
|
781
|
-
* - Callback function triggered when the form control value changes.
|
|
782
|
-
*/
|
|
783
|
-
handleChange?: (path: string, value: any) => void;
|
|
784
|
-
/**
|
|
785
|
-
* - The JSON pointer path to the form control in the data.
|
|
786
|
-
*/
|
|
787
|
-
path?: string;
|
|
788
|
-
/**
|
|
789
|
-
* - Validation errors for the form control.
|
|
790
|
-
*/
|
|
791
|
-
errors?: string;
|
|
792
|
-
/**
|
|
793
|
-
* - The JSON schema for the form control.
|
|
794
|
-
*/
|
|
795
|
-
schema?: Record<string, any>;
|
|
796
|
-
/**
|
|
797
|
-
* - The UI schema for the form control.
|
|
798
|
-
*/
|
|
799
|
-
uischema?: Record<string, any>;
|
|
800
|
-
};
|
|
801
|
-
export type JSONFormsCustomizerParameters = {
|
|
802
|
-
/**
|
|
803
|
-
* - The props passed to the JSON Forms component.
|
|
804
|
-
*/
|
|
805
|
-
jsonFormsProps: JSONFormsProps;
|
|
806
|
-
/**
|
|
807
|
-
* - The props for the custom component.
|
|
808
|
-
*/
|
|
809
|
-
componentProps: Record<string, any>;
|
|
810
|
-
};
|
|
811
|
-
export type JSONFormsCustomizerProps = {
|
|
812
|
-
/**
|
|
813
|
-
* - Props passed down to the Mantine Input component.
|
|
814
|
-
*/
|
|
815
|
-
props: Record<string, any> | ((props: JSONFormsCustomizerParameters) => Record<string, any>);
|
|
816
|
-
/**
|
|
817
|
-
* - Component to override the default input component.
|
|
818
|
-
*/
|
|
819
|
-
component: React.ReactNode | ((props: JSONFormsCustomizerParameters) => React.ReactNode);
|
|
820
|
-
};
|
|
821
|
-
export type NextGenDataGridChildrenProps = {
|
|
822
|
-
/**
|
|
823
|
-
* - MantineReactTable instance
|
|
824
|
-
*/
|
|
825
|
-
table: import('mantine-react-table').MRT_TableInstance<import('mantine-react-table').MRT_RowData>;
|
|
826
|
-
};
|
|
827
|
-
export type NextGenDataGridFilterStateProps = {
|
|
828
|
-
/**
|
|
829
|
-
* - Filter value. When provided, the value will be synchronized with the inner filter state.
|
|
830
|
-
*/
|
|
831
|
-
value?: any;
|
|
832
|
-
/**
|
|
833
|
-
* - Callback when the inner filter value changes.
|
|
834
|
-
*/
|
|
835
|
-
onChange: (value: any) => void;
|
|
836
|
-
/**
|
|
837
|
-
* - Callback when the operator changes.
|
|
838
|
-
*/
|
|
839
|
-
onOprChange?: ({ value: any, opr: string }: any) => void;
|
|
840
|
-
};
|
|
841
|
-
export type NextGenDataGridFilterSyncProps = {
|
|
842
|
-
/**
|
|
843
|
-
* - Function to compare values for synchronization. Defaults to strict equality (`===`).
|
|
844
|
-
*/
|
|
845
|
-
equals?: (a: any, b: any) => boolean;
|
|
846
|
-
/**
|
|
847
|
-
* - Debounce delay in milliseconds for synchronization. Defaults to `DEBOUNCE_DELAY`.
|
|
848
|
-
*/
|
|
849
|
-
delay?: number;
|
|
850
|
-
};
|
|
851
|
-
export type NextGenDataGridMRTProps = {
|
|
852
|
-
/**
|
|
853
|
-
* - The cell object
|
|
854
|
-
*/
|
|
855
|
-
cell: import('mantine-react-table').MRT_Cell<import('mantine-react-table').TData, import('mantine-react-table').TValue>;
|
|
856
|
-
/**
|
|
857
|
-
* - The column object
|
|
858
|
-
*/
|
|
859
|
-
column: import('mantine-react-table').MRT_Column<import('mantine-react-table').TData, import('mantine-react-table').TValue>;
|
|
860
|
-
/**
|
|
861
|
-
* - The rendered cell value
|
|
862
|
-
*/
|
|
863
|
-
renderedCellValue: number | React.ReactNode | string;
|
|
864
|
-
/**
|
|
865
|
-
* - The rendered column index
|
|
866
|
-
*/
|
|
867
|
-
renderedColumnIndex?: number;
|
|
868
|
-
/**
|
|
869
|
-
* - The rendered row index
|
|
870
|
-
*/
|
|
871
|
-
renderedRowIndex?: number;
|
|
872
|
-
/**
|
|
873
|
-
* - The row object
|
|
874
|
-
*/
|
|
875
|
-
row: import('mantine-react-table').MRT_Row<import('mantine-react-table').TData>;
|
|
876
|
-
/**
|
|
877
|
-
* - The row ref
|
|
878
|
-
*/
|
|
879
|
-
rowRef?: React.RefObject<HTMLTableRowElement>;
|
|
880
|
-
/**
|
|
881
|
-
* - The MantineReactTable instance
|
|
882
|
-
*/
|
|
883
|
-
table: import('mantine-react-table').MRT_TableInstance<import('mantine-react-table').TData>;
|
|
884
|
-
};
|
|
885
|
-
export type NextGenDataGridBodyCellHighlightProps = {
|
|
886
|
-
/**
|
|
887
|
-
* - API instance
|
|
888
|
-
*/
|
|
889
|
-
api: ApiContext;
|
|
890
|
-
/**
|
|
891
|
-
* - Auth instance
|
|
892
|
-
*/
|
|
893
|
-
auth: AuthContext;
|
|
894
|
-
/**
|
|
895
|
-
* - Row data
|
|
896
|
-
*/
|
|
897
|
-
data: Record<string, any>;
|
|
898
|
-
/**
|
|
899
|
-
* - Column properties
|
|
900
|
-
*/
|
|
901
|
-
colProps: NextGenDataGridBodyProps;
|
|
902
|
-
/**
|
|
903
|
-
* - MantineReactTable props
|
|
904
|
-
*/
|
|
905
|
-
mrtProps: NextGenDataGridMRTProps;
|
|
906
|
-
};
|
|
907
|
-
export type NextGenDataGridBodyCellTruncateProps = {
|
|
908
|
-
/**
|
|
909
|
-
* - The original value before truncation. An array of strings if the value is separated by a separator
|
|
910
|
-
*/
|
|
911
|
-
original: string | string[];
|
|
912
|
-
/**
|
|
913
|
-
* - The truncated value. An array of strings if the value is separated by a separator. Null if no truncation is applied
|
|
914
|
-
*/
|
|
915
|
-
truncated?: string | string[] | null;
|
|
916
|
-
};
|
|
917
|
-
export type NextGenDataGridBodyCellCellProps = {
|
|
918
|
-
/**
|
|
919
|
-
* - The value of the cell, either `string` or `string[]`
|
|
920
|
-
*/
|
|
921
|
-
value: string | string[];
|
|
922
|
-
/**
|
|
923
|
-
* - The truncate object containing the original and truncated value
|
|
924
|
-
*/
|
|
925
|
-
truncate: NextGenDataGridBodyCellTruncateProps;
|
|
926
|
-
/**
|
|
927
|
-
* - The highlight keywords to highlight in the cell value
|
|
928
|
-
*/
|
|
929
|
-
highlight: string[];
|
|
930
|
-
};
|
|
931
|
-
export type NextGenDataGridBodyCellComponentProps = {
|
|
932
|
-
/**
|
|
933
|
-
* - The value of the cell, either `string` or `string[]`
|
|
934
|
-
*/
|
|
935
|
-
value: string | string[];
|
|
936
|
-
};
|
|
937
|
-
export type NextGenDataGridBodyCellProps = {
|
|
938
|
-
/**
|
|
939
|
-
* - API instance
|
|
940
|
-
*/
|
|
941
|
-
api: ApiContext;
|
|
942
|
-
/**
|
|
943
|
-
* - Auth instance
|
|
944
|
-
*/
|
|
945
|
-
auth: AuthContext;
|
|
946
|
-
/**
|
|
947
|
-
* - Row data
|
|
948
|
-
*/
|
|
949
|
-
data: Record<string, any>;
|
|
950
|
-
/**
|
|
951
|
-
* - Column properties
|
|
952
|
-
*/
|
|
953
|
-
colProps: NextGenDataGridBodyProps;
|
|
954
|
-
/**
|
|
955
|
-
* - MantineReactTable props
|
|
956
|
-
*/
|
|
957
|
-
mrtProps: NextGenDataGridMRTProps;
|
|
958
|
-
/**
|
|
959
|
-
* - Array of highlight keywords
|
|
960
|
-
*/
|
|
961
|
-
highlights: string[];
|
|
962
|
-
/**
|
|
963
|
-
* - The cell object containing the value, truncate and highlight
|
|
964
|
-
*/
|
|
965
|
-
cell: NextGenDataGridBodyCellCellProps;
|
|
966
|
-
/**
|
|
967
|
-
* - Props for the cell component
|
|
968
|
-
*/
|
|
969
|
-
componentProps: NextGenDataGridBodyCellComponentProps;
|
|
970
|
-
};
|
|
971
|
-
export type NextGenDataGridQuickFiltersComponentComponentProps = {
|
|
972
|
-
/**
|
|
973
|
-
* - The current quick filter value
|
|
974
|
-
*/
|
|
975
|
-
value: string;
|
|
976
|
-
/**
|
|
977
|
-
* - Callback when the quick filter value changes
|
|
978
|
-
*/
|
|
979
|
-
onChange: (value: string) => void;
|
|
980
|
-
/**
|
|
981
|
-
* - The quick filters data
|
|
982
|
-
*/
|
|
983
|
-
data: {
|
|
984
|
-
label: string;
|
|
985
|
-
value: any;
|
|
986
|
-
}[];
|
|
987
|
-
};
|
|
988
|
-
export type NextGenDataGridQuickFiltersComponentProps = {
|
|
989
|
-
/**
|
|
990
|
-
* - API instance
|
|
991
|
-
*/
|
|
992
|
-
api: ApiContext;
|
|
993
|
-
/**
|
|
994
|
-
* - Auth instance
|
|
995
|
-
*/
|
|
996
|
-
auth: AuthContext;
|
|
997
|
-
/**
|
|
998
|
-
* - MantineReactTable props
|
|
999
|
-
*/
|
|
1000
|
-
mrtProps: NextGenDataGridMRTProps;
|
|
1001
|
-
/**
|
|
1002
|
-
* - Props for the quick filters component
|
|
1003
|
-
*/
|
|
1004
|
-
componentProps: NextGenDataGridQuickFiltersComponentComponentProps;
|
|
1005
|
-
};
|
|
1006
|
-
export type NextGenDataGridHeaderParameters = {
|
|
1007
|
-
/**
|
|
1008
|
-
* - API instance
|
|
1009
|
-
*/
|
|
1010
|
-
api: ApiContext;
|
|
1011
|
-
/**
|
|
1012
|
-
* - Auth instance
|
|
1013
|
-
*/
|
|
1014
|
-
auth: AuthContext;
|
|
1015
|
-
/**
|
|
1016
|
-
* - MantineReactTable props
|
|
1017
|
-
*/
|
|
1018
|
-
mrtProps: NextGenDataGridMRTProps;
|
|
1019
|
-
};
|
|
1020
|
-
export type NextGenDataGridHeaderFilterComponentParameters = {
|
|
1021
|
-
/**
|
|
1022
|
-
* - API instance
|
|
1023
|
-
*/
|
|
1024
|
-
api: ApiContext;
|
|
1025
|
-
/**
|
|
1026
|
-
* - Auth instance
|
|
1027
|
-
*/
|
|
1028
|
-
auth: AuthContext;
|
|
1029
|
-
/**
|
|
1030
|
-
* - MantineReactTable props
|
|
1031
|
-
*/
|
|
1032
|
-
mrtProps: NextGenDataGridMRTProps;
|
|
1033
|
-
/**
|
|
1034
|
-
* - Props for the filter component
|
|
1035
|
-
*/
|
|
1036
|
-
componentProps: Record<string, any>;
|
|
1037
|
-
};
|
|
1038
|
-
export type NextGenDataGridHeaderFilterMenuPropsParameters = {
|
|
1039
|
-
/**
|
|
1040
|
-
* - The header label
|
|
1041
|
-
*/
|
|
1042
|
-
label: string;
|
|
1043
|
-
/**
|
|
1044
|
-
* - Whether the filter is disabled
|
|
1045
|
-
*/
|
|
1046
|
-
disabled: boolean;
|
|
1047
|
-
/**
|
|
1048
|
-
* - The number of active filters
|
|
1049
|
-
*/
|
|
1050
|
-
indicator: number;
|
|
1051
|
-
/**
|
|
1052
|
-
* - Props for the action icon
|
|
1053
|
-
*/
|
|
1054
|
-
actionIconProps: any;
|
|
1055
|
-
/**
|
|
1056
|
-
* - Callback when the filter menu icon is clicked
|
|
1057
|
-
*/
|
|
1058
|
-
onClick: (event: React.MouseEvent<HTMLElement>) => void;
|
|
1059
|
-
};
|
|
1060
|
-
export type NextGenDataGridHeaderFilterMenuParameters = {
|
|
1061
|
-
/**
|
|
1062
|
-
* - API instance
|
|
1063
|
-
*/
|
|
1064
|
-
api: ApiContext;
|
|
1065
|
-
/**
|
|
1066
|
-
* - Auth instance
|
|
1067
|
-
*/
|
|
1068
|
-
auth: AuthContext;
|
|
1069
|
-
/**
|
|
1070
|
-
* - MantineReactTable props
|
|
1071
|
-
*/
|
|
1072
|
-
mrtProps: NextGenDataGridMRTProps;
|
|
1073
|
-
/**
|
|
1074
|
-
* - Props for the filter menu component
|
|
1075
|
-
*/
|
|
1076
|
-
componentProps: NextGenDataGridHeaderFilterMenuPropsParameters;
|
|
1077
|
-
};
|
|
1078
|
-
export type NextGenDataGridHeaderFilterModeDescriptionParameters = {
|
|
1079
|
-
/**
|
|
1080
|
-
* - API instance
|
|
1081
|
-
*/
|
|
1082
|
-
api: ApiContext;
|
|
1083
|
-
/**
|
|
1084
|
-
* - Auth instance
|
|
1085
|
-
*/
|
|
1086
|
-
auth: AuthContext;
|
|
1087
|
-
/**
|
|
1088
|
-
* - MantineReactTable props
|
|
1089
|
-
*/
|
|
1090
|
-
mrtProps: NextGenDataGridMRTProps;
|
|
1091
|
-
/**
|
|
1092
|
-
* - Props for the filter mode description component
|
|
1093
|
-
*/
|
|
1094
|
-
componentProps: {
|
|
1095
|
-
value: string;
|
|
1096
|
-
};
|
|
1097
|
-
};
|
|
1098
|
-
export type NextGenDataGridHeaderProps = {
|
|
1099
|
-
/**
|
|
1100
|
-
* - Customize the header that is shown above the filter
|
|
1101
|
-
*/
|
|
1102
|
-
component?: React.ReactNode | ((props: NextGenDataGridHeaderParameters) => React.ReactNode);
|
|
1103
|
-
/**
|
|
1104
|
-
* - Enables the filter menu that can change the filter mode. Located on the right side of the filter
|
|
1105
|
-
*/
|
|
1106
|
-
enableFilterModes?: boolean;
|
|
1107
|
-
/**
|
|
1108
|
-
* - Customize the filter component. When `enableFilterModes` is enabled, this will be a key-value pair object where the key is the filter operator and the value is the filter component
|
|
1109
|
-
*/
|
|
1110
|
-
filterComponent?: React.ReactNode | ((props: NextGenDataGridHeaderFilterComponentParameters) => React.ReactNode | Record<string, React.ReactNode | ((props: NextGenDataGridHeaderFilterComponentParameters) => React.ReactNode)>);
|
|
1111
|
-
/**
|
|
1112
|
-
* - Props for the filter component. When `enableFilterModes` is enabled, this will be a key-value pair object where the key is the filter operator and the value is the filter component props
|
|
1113
|
-
*/
|
|
1114
|
-
filterProps?: Record<string, any> | ((props: NextGenDataGridHeaderParameters) => Record<string, any> | Record<string, Record<string, any> | ((props: NextGenDataGridHeaderParameters) => Record<string, any>)>);
|
|
1115
|
-
/**
|
|
1116
|
-
* - Manage filter state externally
|
|
1117
|
-
*/
|
|
1118
|
-
filterState?: NextGenDataGridFilterStateProps;
|
|
1119
|
-
/**
|
|
1120
|
-
* - Options for synchronizing filter state with other components. Defaults to:
|
|
1121
|
-
* - `equals`: A function to compare values, defaults to strict equality (`===`).
|
|
1122
|
-
* - `delay`: A debounce delay in milliseconds, defaults to `DEBOUNCE_DELAY`. It is recommended to use the default value for `delay` to avoid performance issues.
|
|
1123
|
-
*/
|
|
1124
|
-
filterSync?: NextGenDataGridFilterSyncProps;
|
|
1125
|
-
/**
|
|
1126
|
-
* - Customize the filter menu action icon beside the filter. Defaults to `Filter Menu` with icon `IconFilterCog`
|
|
1127
|
-
*/
|
|
1128
|
-
filterMenu?: React.ReactNode | ((props: NextGenDataGridHeaderFilterMenuParameters) => React.ReactNode);
|
|
1129
|
-
/**
|
|
1130
|
-
* - Customize the description below the filter when `enableFilterModes` is enabled. Defaults to `Filter Mode: {Filter name}`
|
|
1131
|
-
*/
|
|
1132
|
-
filterModeDescription?: React.ReactNode | ((props: NextGenDataGridHeaderFilterModeDescriptionParameters) => React.ReactNode);
|
|
1133
|
-
/**
|
|
1134
|
-
* - Whether to update the query params when the filter is applied. Default is true
|
|
1135
|
-
*/
|
|
1136
|
-
updateQueryParams?: boolean;
|
|
1137
|
-
/**
|
|
1138
|
-
* - Whether to store the filter state in local storage. Defaults to false
|
|
1139
|
-
*/
|
|
1140
|
-
withLocalStorage?: boolean;
|
|
1141
|
-
/**
|
|
1142
|
-
* - The key to use for local storage when `withLocalStorage` is enabled. Defaults to `nextgen-datagrid-${path}-${column}` where `path` is the API path and `column` is the column name
|
|
1143
|
-
*/
|
|
1144
|
-
localStorageKey?: string;
|
|
1145
|
-
/**
|
|
1146
|
-
* - Sets the default operator for the filter. The filter componenet may change based on the operator
|
|
1147
|
-
*/
|
|
1148
|
-
defaultOpr?: string;
|
|
1149
|
-
};
|
|
1150
|
-
export type NextGenDataGridBodyProps = {
|
|
1151
|
-
/**
|
|
1152
|
-
* - Customize the component within the body
|
|
1153
|
-
*/
|
|
1154
|
-
component?: React.ReactNode | ((props: NextGenDataGridBodyCellProps) => React.ReactNode);
|
|
1155
|
-
/**
|
|
1156
|
-
* - Separate the value of a column into multiple rows
|
|
1157
|
-
*/
|
|
1158
|
-
separator?: string;
|
|
1159
|
-
/**
|
|
1160
|
-
* - Truncate the value of a column to a certain length. Will be shown as `...` when it exceeds the length with a tooltip containing the full value
|
|
1161
|
-
*/
|
|
1162
|
-
truncate?: number;
|
|
1163
|
-
/**
|
|
1164
|
-
* - Additional highlight keywords to highlight in the cell value. Can be a string, an array of strings, or a function that returns a string or an array of strings
|
|
1165
|
-
*/
|
|
1166
|
-
highlight?: string | string[] | ((props: NextGenDataGridBodyCellHighlightProps) => string | string[]);
|
|
1167
|
-
/**
|
|
1168
|
-
* - Props for the tooltip component that is shown when the value is truncated. The `value` is the value of the cell, either `string` or `string[]`, `data` is the row data, and `cellObj` is the cell object containing the value, truncate and highlight
|
|
1169
|
-
*/
|
|
1170
|
-
tooltipProps?: import('@mantine/core').TooltipProps | ((props: NextGenDataGridBodyCellProps & NextGenDataGridBodyCellComponentProps) => import('@mantine/core').TooltipProps);
|
|
1171
|
-
/**
|
|
1172
|
-
* - Props for the highlight component. The `value` is the value of the cell, either `string` or `string[]`, `data` is the row data, and `cellObj` is the cell object containing the value, truncate and highlight
|
|
1173
|
-
*/
|
|
1174
|
-
highlightProps?: import('@mantine/core').HighlightProps | ((props: NextGenDataGridBodyCellProps & NextGenDataGridBodyCellComponentProps) => import('@mantine/core').HighlightProps);
|
|
1175
|
-
/**
|
|
1176
|
-
* - Only applies to the `actions` special key. Props forwarded to the default row `View` action icon
|
|
1177
|
-
*/
|
|
1178
|
-
viewProps?: Record<string, any>;
|
|
1179
|
-
/**
|
|
1180
|
-
* - Only applies to the `actions` special key. Props forwarded to the default row `Edit` action icon
|
|
1181
|
-
*/
|
|
1182
|
-
editProps?: Record<string, any>;
|
|
1183
|
-
/**
|
|
1184
|
-
* - Only applies to the `actions` special key. Props forwarded to the default row `Delete` action icon
|
|
1185
|
-
*/
|
|
1186
|
-
deleteProps?: Record<string, any>;
|
|
1187
|
-
};
|
|
1188
|
-
export type NextGenDataGridFormProps = {
|
|
1189
|
-
/**
|
|
1190
|
-
* - Initial view mode for the form. Can be `normal`, `fullScreen`, or `overlay`. Defaults to `normal`
|
|
1191
|
-
*/
|
|
1192
|
-
initialView?: "normal" | "fullScreen" | "overlay";
|
|
1193
|
-
/**
|
|
1194
|
-
* - Props for the JsonFormsDialog component
|
|
1195
|
-
*/
|
|
1196
|
-
dialogProps?: CommonModalProps & AddDialogProps;
|
|
1197
|
-
};
|
|
1198
|
-
/**
|
|
1199
|
-
* Either a component that fully replaces the built-in toolbar button, or `{ component, props }` to replace the component while forwarding `props` to the original fallback. Pass `null` to hide the button.
|
|
1200
|
-
*/
|
|
1201
|
-
export type NextGenDataGridToolbarCustomizerEntry = React.ReactNode | {
|
|
1202
|
-
component: React.ReactNode;
|
|
1203
|
-
props: Record<string, any>;
|
|
1204
|
-
};
|
|
1205
|
-
export type NextGenDataGridToolbarProps = {
|
|
1206
|
-
/**
|
|
1207
|
-
* - Overrides for the built-in toolbar buttons, keyed by button name. Pass `null` for a key to hide that button
|
|
1208
|
-
*/
|
|
1209
|
-
customizer?: Partial<Record<"toggleGlobalFilter" | "filter" | "refresh" | "add" | "download" | "showHideColumns" | "toggleDensePadding" | "toggleFullScreen", NextGenDataGridToolbarCustomizerEntry>>;
|
|
1210
|
-
/**
|
|
1211
|
-
* - Extra components inserted into the internal (right-side) toolbar. Keys are 1-based string positions (e.g. `'1'`, `'3'`); out-of-range keys are appended
|
|
1212
|
-
*/
|
|
1213
|
-
custom?: Record<string, React.ReactNode>;
|
|
1214
|
-
/**
|
|
1215
|
-
* - Custom components rendered on the left of the top toolbar. Uses the same 1-based position keys as `custom`. Mutually exclusive with `quickFilters`
|
|
1216
|
-
*/
|
|
1217
|
-
leftToolbar?: {
|
|
1218
|
-
custom?: Record<string, React.ReactNode>;
|
|
1219
|
-
};
|
|
1220
|
-
/**
|
|
1221
|
-
* - Custom components rendered in the center of the top toolbar. Uses the same 1-based position keys as `custom`
|
|
1222
|
-
*/
|
|
1223
|
-
centerToolbar?: {
|
|
1224
|
-
custom?: Record<string, React.ReactNode>;
|
|
1225
|
-
};
|
|
1226
|
-
/**
|
|
1227
|
-
* - Props forwarded to the selection / grouped alert banner shown below the toolbar
|
|
1228
|
-
*/
|
|
1229
|
-
alertBanner?: Record<string, any>;
|
|
1230
|
-
};
|
|
1231
|
-
export type NextGenDataGridOptimizationProps = {
|
|
1232
|
-
/**
|
|
1233
|
-
* - Whether to optimize for selection. When enabled, selection column will be replaced with a custom one that is optimized for performance.
|
|
1234
|
-
*/
|
|
1235
|
-
selection?: boolean;
|
|
1236
|
-
/**
|
|
1237
|
-
* - Ref for the selection value to synchronize with external components when `selection` optimization is enabled.
|
|
1238
|
-
*/
|
|
1239
|
-
selectionValueRef?: React.RefObject<string[]>;
|
|
1240
|
-
/**
|
|
1241
|
-
* - Whether to optimize for loading state. When enabled, the table body will not render any cells when in loading state. This will break features that rely on the cells being rendered in loading state, such as skeletons and custom loading indicators, but will improve performance when dealing with large data sets. Defaults to `true`
|
|
1242
|
-
*/
|
|
1243
|
-
loading?: boolean;
|
|
1244
|
-
};
|
|
1245
|
-
export type NextGenDataGridProps = {
|
|
1246
|
-
/**
|
|
1247
|
-
* - Children to render inside the DataGrid
|
|
1248
|
-
* DataGrid props
|
|
1249
|
-
*/
|
|
1250
|
-
children?: (props: NextGenDataGridChildrenProps) => React.ReactNode | any;
|
|
1251
|
-
/**
|
|
1252
|
-
* - Whether to fetch data on mount. Default is true
|
|
1253
|
-
*/
|
|
1254
|
-
fetchOnMount?: boolean;
|
|
1255
|
-
/**
|
|
1256
|
-
* - Whether to hide the toolbar
|
|
1257
|
-
*/
|
|
1258
|
-
hideToolbar?: boolean;
|
|
1259
|
-
/**
|
|
1260
|
-
* - Whether to hide the per-row actions column (edit / view / delete buttons). Disables MRT's `enableEditing` when true
|
|
1261
|
-
*/
|
|
1262
|
-
hideActions?: boolean;
|
|
1263
|
-
/**
|
|
1264
|
-
* - Whether to hide the pagination
|
|
1265
|
-
*/
|
|
1266
|
-
hidePagination?: boolean;
|
|
1267
|
-
/**
|
|
1268
|
-
* - Whether to hide the error dialog
|
|
1269
|
-
*/
|
|
1270
|
-
hideError?: boolean;
|
|
1271
|
-
/**
|
|
1272
|
-
* - Callback for checkbox selection
|
|
1273
|
-
*/
|
|
1274
|
-
onSelectCheckbox?: (ids: string[]) => void;
|
|
1275
|
-
/**
|
|
1276
|
-
* - Callback for row click
|
|
1277
|
-
*/
|
|
1278
|
-
onClickEntry?: (id: string | number, data: Record<string, any>) => void;
|
|
1279
|
-
/**
|
|
1280
|
-
* - Bulk actions object
|
|
1281
|
-
* NextGenDataGrid props
|
|
1282
|
-
*/
|
|
1283
|
-
bulkActions?: BulkActions;
|
|
1284
|
-
/**
|
|
1285
|
-
* - MantineReactTable props. See more [here](https://v2.mantine-react-table.com/docs/api/table-options)
|
|
1286
|
-
*/
|
|
1287
|
-
table?: import('mantine-react-table').MRT_TableOptions<import('mantine-react-table').MRT_RowData> | ((props: import('mantine-react-table').MRT_TableOptions<import('mantine-react-table').MRT_RowData>) => import('mantine-react-table').MRT_TableOptions<import('mantine-react-table').MRT_RowData>);
|
|
1288
|
-
/**
|
|
1289
|
-
* - Quick filters shown in the top-left of the toolbar as a `SegmentedControl`. Each entry is `{ name, value }` where `name` is the displayed label and `value` is an array of `{col, opr, value}` filter clauses applied when the segment is selected. An implicit `All` segment (empty filter) is prepended. Mutually exclusive with `toolbar.leftToolbar`
|
|
1290
|
-
*/
|
|
1291
|
-
quickFilters?: {
|
|
1292
|
-
name: string;
|
|
1293
|
-
value: {
|
|
1294
|
-
col: string;
|
|
1295
|
-
opr: string;
|
|
1296
|
-
value: any;
|
|
1297
|
-
}[];
|
|
1298
|
-
}[];
|
|
1299
|
-
/**
|
|
1300
|
-
* - Custom quick filters component
|
|
1301
|
-
*/
|
|
1302
|
-
quickFiltersComponent?: React.ReactNode | ((props: NextGenDataGridQuickFiltersComponentProps) => React.ReactNode);
|
|
1303
|
-
/**
|
|
1304
|
-
* - Whether to render a border around the table's Mantine `Paper` wrapper. Disables the default shadow when false
|
|
1305
|
-
*/
|
|
1306
|
-
withBorder?: boolean;
|
|
1307
|
-
/**
|
|
1308
|
-
* - Column props for the table. See more [here](https://v2.mantine-react-table.com/docs/api/column-options)
|
|
1309
|
-
*/
|
|
1310
|
-
columnProps?: Record<string, import('mantine-react-table').MRT_ColumnDef<import('mantine-react-table').MRT_RowData, unknown> | ((props: import('mantine-react-table').MRT_ColumnDef<import('mantine-react-table').MRT_RowData, unknown>) => import('mantine-react-table').MRT_ColumnDef<import('mantine-react-table').MRT_RowData, unknown>)>;
|
|
1311
|
-
/**
|
|
1312
|
-
* - Header props for the table
|
|
1313
|
-
*/
|
|
1314
|
-
header?: Record<string, NextGenDataGridHeaderProps>;
|
|
1315
|
-
/**
|
|
1316
|
-
* - Body props for the table
|
|
1317
|
-
*/
|
|
1318
|
-
body?: Record<string, NextGenDataGridBodyProps>;
|
|
1319
|
-
/**
|
|
1320
|
-
* - Form props for the table
|
|
1321
|
-
*/
|
|
1322
|
-
form?: {
|
|
1323
|
-
add: NextGenDataGridFormProps & JSONFormsCustomizerProps;
|
|
1324
|
-
edit: NextGenDataGridFormProps & JSONFormsCustomizerProps;
|
|
1325
|
-
};
|
|
1326
|
-
/**
|
|
1327
|
-
* - Toolbar configuration for the table
|
|
1328
|
-
*/
|
|
1329
|
-
toolbar?: NextGenDataGridToolbarProps;
|
|
1330
|
-
/**
|
|
1331
|
-
* - Text filter separator for the table. Default is ';'
|
|
1332
|
-
*/
|
|
1333
|
-
textFilterSeparator?: string;
|
|
1334
|
-
/**
|
|
1335
|
-
* - Enables the advanced filters that allow multiple filters per column
|
|
1336
|
-
*/
|
|
1337
|
-
enableAdvancedFilters?: boolean;
|
|
1338
|
-
/**
|
|
1339
|
-
* - Props forwarded to the outer Mantine `Box` that wraps the whole table (defaults: `pos="relative"`, `h="100%"`, `w="100%"`, `mih={0}`, `flex={1}`). Use it to override sizing or layout of the grid's container
|
|
1340
|
-
*/
|
|
1341
|
-
wrapperProps?: import('@mantine/core').BoxProps;
|
|
1342
|
-
/**
|
|
1343
|
-
* - Whether to memoize the filters and body cells. If `true`, both filters and body cells will be memoized. If `'filters'`, only filters will be memoized. If `'cells'`, only body cells will be memoized. Defaults to `false` (no memoization)
|
|
1344
|
-
*/
|
|
1345
|
-
memo?: boolean | "filters" | "cells";
|
|
1346
|
-
/**
|
|
1347
|
-
* - Whether to only query the visible columns from the backend. When enabled, it modifies the `columns` from the `queryParams` to only include the visible columns. Defaults to `false`
|
|
1348
|
-
*/
|
|
1349
|
-
queryOnlyVisibleColumns?: boolean;
|
|
1350
|
-
/**
|
|
1351
|
-
* - Optimization options for the table
|
|
1352
|
-
* Deprecated props
|
|
1353
|
-
*/
|
|
1354
|
-
optimizations?: NextGenDataGridOptimizationProps;
|
|
1355
|
-
/**
|
|
1356
|
-
* - Body separator for the table
|
|
1357
|
-
*/
|
|
1358
|
-
bodySeparator?: Record<string, any>;
|
|
1359
|
-
/**
|
|
1360
|
-
* - Body truncate for the table
|
|
1361
|
-
*/
|
|
1362
|
-
bodyTruncate?: Record<string, any>;
|
|
1363
|
-
/**
|
|
1364
|
-
* - Header customizer for the table
|
|
1365
|
-
*/
|
|
1366
|
-
headerCustomizer?: Record<string, any>;
|
|
1367
|
-
/**
|
|
1368
|
-
* - Body customizer for the table
|
|
1369
|
-
*/
|
|
1370
|
-
bodyCustomizer?: Record<string, any>;
|
|
1371
|
-
/**
|
|
1372
|
-
* - Toolbar customizer for the table
|
|
1373
|
-
*/
|
|
1374
|
-
toolbarCustomizer?: Record<string, any>;
|
|
1375
|
-
/**
|
|
1376
|
-
* - Hide add button for the table
|
|
1377
|
-
*/
|
|
1378
|
-
hideAdd?: boolean;
|
|
1379
|
-
/**
|
|
1380
|
-
* - Hide download button for the table
|
|
1381
|
-
*/
|
|
1382
|
-
hideDownload?: boolean;
|
|
1383
|
-
/**
|
|
1384
|
-
* - Hide filter button for the table
|
|
1385
|
-
*/
|
|
1386
|
-
hideFilter?: boolean;
|
|
1387
|
-
};
|
|
1
|
+
import { NextGenDataGridProps } from './types';
|
|
2
|
+
export declare const NextGenDataGrid: import('react').ForwardRefExoticComponent<NextGenDataGridProps & import('react').RefAttributes<HTMLDivElement>>;
|