@importcsv/react 0.2.8 → 0.2.10
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/build/{components → bundled/components}/Modal/index.d.ts +1 -1
- package/build/bundled/importer/components/Table/types/index.d.ts +42 -0
- package/build/bundled/importer/components/ui/alert.d.ts +4 -1
- package/build/bundled/importer/components/ui/tooltip.d.ts +6 -2
- package/build/bundled/index.d.ts +1 -0
- package/build/bundled/index.esm.js +4508 -4337
- package/build/bundled/index.esm.js.map +1 -1
- package/build/bundled/index.js +31 -31
- package/build/bundled/index.js.map +1 -1
- package/build/bundled/index.umd.js +31 -31
- package/build/bundled/index.umd.js.map +1 -1
- package/build/preact/index.esm.js +1 -1
- package/build/preact/index.js +1 -1
- package/build/react/components/CSVImporter/index.d.ts +1 -1
- package/build/react/importer/components/Root/index.d.ts +1 -1
- package/build/react/importer/components/ui/alert.d.ts +3 -3
- package/build/react/importer/components/ui/button.d.ts +1 -1
- package/build/react/importer/components/ui/card.d.ts +6 -6
- package/build/react/importer/components/ui/checkbox.d.ts +1 -1
- package/build/react/importer/components/ui/dialog.d.ts +5 -5
- package/build/react/importer/components/ui/flex.d.ts +5 -5
- package/build/react/importer/components/ui/input.d.ts +1 -1
- package/build/react/importer/components/ui/select.d.ts +1 -1
- package/build/react/importer/components/ui/switch.d.ts +1 -1
- package/build/react/importer/components/ui/toast.d.ts +5 -5
- package/build/react/importer/components/ui/tooltip.d.ts +2 -2
- package/build/react/index.esm.js +386 -384
- package/build/react/index.esm.js.map +1 -1
- package/build/react/index.js +22 -22
- package/build/react/index.js.map +1 -1
- package/build/react/js.d.ts +1 -1
- package/package.json +7 -5
- package/build/App.d.ts +0 -2
- package/build/bundled/utils/injectStyles.d.ts +0 -14
- package/build/bundled-styles.d.ts +0 -1
- package/build/components/CSVImporter/index.d.ts +0 -9
- package/build/config/index.d.ts +0 -5
- package/build/i18n/de.d.ts +0 -32
- package/build/i18n/es.d.ts +0 -32
- package/build/i18n/fr.d.ts +0 -32
- package/build/i18n/i18n.d.ts +0 -6
- package/build/i18n/it.d.ts +0 -32
- package/build/i18n/useTranslation.d.ts +0 -9
- package/build/importer/components/Box/index.d.ts +0 -2
- package/build/importer/components/Box/types/index.d.ts +0 -5
- package/build/importer/components/Checkbox/index.d.ts +0 -2
- package/build/importer/components/Checkbox/types/index.d.ts +0 -4
- package/build/importer/components/Errors/index.d.ts +0 -4
- package/build/importer/components/Input/index.d.ts +0 -2
- package/build/importer/components/Input/types/index.d.ts +0 -18
- package/build/importer/components/Root/index.d.ts +0 -10
- package/build/importer/components/StepLayout/index.d.ts +0 -18
- package/build/importer/components/Stepper/hooks/useStepper.d.ts +0 -2
- package/build/importer/components/Stepper/index.d.ts +0 -2
- package/build/importer/components/Stepper/types/index.d.ts +0 -14
- package/build/importer/components/Table/index.d.ts +0 -9
- package/build/importer/components/ToggleFilter/index.d.ts +0 -3
- package/build/importer/components/ToggleFilter/types/index.d.ts +0 -11
- package/build/importer/components/Tooltip/index.d.ts +0 -2
- package/build/importer/components/Tooltip/types/index.d.ts +0 -11
- package/build/importer/components/UploaderWrapper/NativeDropzone.d.ts +0 -11
- package/build/importer/components/UploaderWrapper/UploaderWrapper.d.ts +0 -2
- package/build/importer/components/UploaderWrapper/types/index.d.ts +0 -2
- package/build/importer/components/VirtualTable/index.d.ts +0 -17
- package/build/importer/components/ui/alert.d.ts +0 -10
- package/build/importer/components/ui/button.d.ts +0 -12
- package/build/importer/components/ui/card.d.ts +0 -19
- package/build/importer/components/ui/checkbox.d.ts +0 -7
- package/build/importer/components/ui/dialog.d.ts +0 -39
- package/build/importer/components/ui/flex.d.ts +0 -23
- package/build/importer/components/ui/input.d.ts +0 -6
- package/build/importer/components/ui/select.d.ts +0 -13
- package/build/importer/components/ui/switch.d.ts +0 -7
- package/build/importer/components/ui/toast.d.ts +0 -23
- package/build/importer/components/ui/toaster.d.ts +0 -1
- package/build/importer/components/ui/tooltip.d.ts +0 -20
- package/build/importer/components/ui/use-toast.d.ts +0 -46
- package/build/importer/features/complete/index.d.ts +0 -2
- package/build/importer/features/complete/types/index.d.ts +0 -5
- package/build/importer/features/configure-import/index.d.ts +0 -13
- package/build/importer/features/configure-import/types/index.d.ts +0 -13
- package/build/importer/features/main/hooks/useMutableLocalStorage.d.ts +0 -1
- package/build/importer/features/main/hooks/useStepNavigation.d.ts +0 -17
- package/build/importer/features/main/index.d.ts +0 -2
- package/build/importer/features/main/types/index.d.ts +0 -16
- package/build/importer/features/map-columns/components/DropDownFields.d.ts +0 -21
- package/build/importer/features/map-columns/hooks/useMapColumnsTable.d.ts +0 -16
- package/build/importer/features/map-columns/index.d.ts +0 -2
- package/build/importer/features/map-columns/types/index.d.ts +0 -16
- package/build/importer/features/row-selection/index.d.ts +0 -2
- package/build/importer/features/row-selection/types/index.d.ts +0 -8
- package/build/importer/features/uploader/hooks/useTemplateTable.d.ts +0 -10
- package/build/importer/features/uploader/index.d.ts +0 -2
- package/build/importer/features/uploader/types/index.d.ts +0 -9
- package/build/importer/features/validation/Validation.d.ts +0 -2
- package/build/importer/features/validation/components/TransformModal.d.ts +0 -18
- package/build/importer/features/validation/components/TransformPanel.d.ts +0 -18
- package/build/importer/features/validation/index.d.ts +0 -1
- package/build/importer/features/validation/types.d.ts +0 -32
- package/build/importer/hooks/useClickOutside.d.ts +0 -1
- package/build/importer/hooks/useCustomStyles.d.ts +0 -1
- package/build/importer/hooks/useEventListener.d.ts +0 -4
- package/build/importer/hooks/useIsomorphicLayoutEffect.d.ts +0 -3
- package/build/importer/hooks/useRect.d.ts +0 -12
- package/build/importer/hooks/useWindowSize.d.ts +0 -1
- package/build/importer/providers/Theme.d.ts +0 -10
- package/build/importer/providers/index.d.ts +0 -5
- package/build/importer/providers/types/index.d.ts +0 -10
- package/build/importer/services/api.d.ts +0 -1
- package/build/importer/services/mapping.d.ts +0 -31
- package/build/importer/services/transformation.d.ts +0 -70
- package/build/importer/settings/theme/colors.d.ts +0 -4
- package/build/importer/settings/theme/index.d.ts +0 -2
- package/build/importer/settings/theme/sizes.d.ts +0 -7
- package/build/importer/stores/theme.d.ts +0 -17
- package/build/importer/theme/index.d.ts +0 -8
- package/build/importer/theme/presets.d.ts +0 -314
- package/build/importer/theme/runtime.d.ts +0 -66
- package/build/importer/theme/styles.d.ts +0 -120
- package/build/importer/types/index.d.ts +0 -9
- package/build/importer/utils/colorUtils.d.ts +0 -48
- package/build/importer/utils/errorAnalysis.d.ts +0 -25
- package/build/importer/utils/getStringLengthOfChildren.d.ts +0 -2
- package/build/importer/utils/stringSimilarity.d.ts +0 -1
- package/build/importer/utils/template.d.ts +0 -2
- package/build/importer/utils/themeUtils.d.ts +0 -24
- package/build/importer/utils/utils.d.ts +0 -19
- package/build/index.d.ts +0 -6
- package/build/index.dev.d.ts +0 -1
- package/build/js.d.ts +0 -12
- package/build/services/api.d.ts +0 -50
- package/build/services/apiClient.d.ts +0 -55
- package/build/settings/defaults.d.ts +0 -3
- package/build/shims/react-compat-shim.d.ts +0 -2
- package/build/shims/react-hooks-shim.d.ts +0 -2
- package/build/styles.d.ts +0 -1
- package/build/types/index.d.ts +0 -132
- package/build/types/theme.d.ts +0 -153
- package/build/utils/cn.d.ts +0 -6
- package/build/validation/transformationStages.d.ts +0 -26
- package/build/validation/transformer.d.ts +0 -17
- package/build/validation/validator.d.ts +0 -23
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.