@tap-payments/os-micro-frontend-shared 0.0.183 → 0.0.185
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/AccordionAdapter/AccordionAdapter.d.ts +13 -0
- package/build/components/AccordionAdapter/AccordionAdapter.js +23 -0
- package/build/components/AccordionAdapter/index.d.ts +2 -0
- package/build/components/AccordionAdapter/index.js +2 -0
- package/build/components/AccordionAdapter/style.d.ts +22 -0
- package/build/components/AccordionAdapter/style.js +38 -0
- package/build/components/AccountDropdown/Dropdown.d.ts +13 -0
- package/build/components/AccountDropdown/Dropdown.js +17 -0
- package/build/components/AccountDropdown/index.d.ts +2 -0
- package/build/components/AccountDropdown/index.js +2 -0
- package/build/components/AccountDropdown/style.d.ts +20 -0
- package/build/components/AccountDropdown/style.js +26 -0
- package/build/components/ActionMenu/ActionMenu.d.ts +5 -0
- package/build/components/ActionMenu/ActionMenu.js +101 -0
- package/build/components/ActionMenu/ActionMenuDropDown.d.ts +16 -0
- package/build/components/ActionMenu/ActionMenuDropDown.js +23 -0
- package/build/components/ActionMenu/ActionMenuItem.d.ts +16 -0
- package/build/components/ActionMenu/ActionMenuItem.js +20 -0
- package/build/components/ActionMenu/index.d.ts +5 -0
- package/build/components/ActionMenu/index.js +4 -0
- package/build/components/ActionMenu/style.d.ts +80 -0
- package/build/components/ActionMenu/style.js +183 -0
- package/build/components/ActionMenu/type.d.ts +15 -0
- package/build/components/ActionMenu/type.js +1 -0
- package/build/components/ActivityAreaChart/ActivityAreaChart.d.ts +3 -0
- package/build/components/ActivityAreaChart/ActivityAreaChart.js +43 -0
- package/build/components/ActivityAreaChart/components/ChartTooltip.d.ts +3 -0
- package/build/components/ActivityAreaChart/components/ChartTooltip.js +23 -0
- package/build/components/ActivityAreaChart/components/LoadingChart.d.ts +2 -0
- package/build/components/ActivityAreaChart/components/LoadingChart.js +18 -0
- package/build/components/ActivityAreaChart/components/index.d.ts +2 -0
- package/build/components/ActivityAreaChart/components/index.js +2 -0
- package/build/components/ActivityAreaChart/index.d.ts +4 -0
- package/build/components/ActivityAreaChart/index.js +4 -0
- package/build/components/ActivityAreaChart/styles.d.ts +17 -0
- package/build/components/ActivityAreaChart/styles.js +52 -0
- package/build/components/ActivityAreaChart/types.d.ts +32 -0
- package/build/components/ActivityAreaChart/types.js +1 -0
- package/build/components/ActivityAreaChart/utils.d.ts +3 -0
- package/build/components/ActivityAreaChart/utils.js +27 -0
- package/build/components/AppServices/AppServices.d.ts +11 -0
- package/build/components/AppServices/AppServices.js +91 -0
- package/build/components/AppServices/ServiceItem.d.ts +14 -0
- package/build/components/AppServices/ServiceItem.js +40 -0
- package/build/components/AppServices/index.d.ts +2 -0
- package/build/components/AppServices/index.js +2 -0
- package/build/components/AppServices/style.d.ts +14 -0
- package/build/components/AppServices/style.js +33 -0
- package/build/components/AppWindowWrapper/AppWindow/AppWindow.d.ts +5 -0
- package/build/components/AppWindowWrapper/AppWindow/AppWindow.js +82 -0
- package/build/components/AppWindowWrapper/AppWindow/constant.d.ts +6 -0
- package/build/components/AppWindowWrapper/AppWindow/constant.js +6 -0
- package/build/components/AppWindowWrapper/AppWindow/index.d.ts +5 -0
- package/build/components/AppWindowWrapper/AppWindow/index.js +4 -0
- package/build/components/AppWindowWrapper/AppWindow/style.d.ts +18 -0
- package/build/components/AppWindowWrapper/AppWindow/style.js +77 -0
- package/build/components/AppWindowWrapper/AppWindow/type.d.ts +9 -0
- package/build/components/AppWindowWrapper/AppWindow/type.js +1 -0
- package/build/components/AppWindowWrapper/AppWindowWrapper.d.ts +3 -0
- package/build/components/AppWindowWrapper/AppWindowWrapper.js +22 -0
- package/build/components/AppWindowWrapper/context/Provider.d.ts +2 -0
- package/build/components/AppWindowWrapper/context/Provider.js +70 -0
- package/build/components/AppWindowWrapper/context/context.d.ts +3 -0
- package/build/components/AppWindowWrapper/context/context.js +30 -0
- package/build/components/AppWindowWrapper/context/index.d.ts +2 -0
- package/build/components/AppWindowWrapper/context/index.js +2 -0
- package/build/components/AppWindowWrapper/context/type.d.ts +47 -0
- package/build/components/AppWindowWrapper/context/type.js +1 -0
- package/build/components/AppWindowWrapper/headers/AccountHeader/AccountHeader.d.ts +5 -0
- package/build/components/AppWindowWrapper/headers/AccountHeader/AccountHeader.js +31 -0
- package/build/components/AppWindowWrapper/headers/AccountHeader/components/AccountHeaderTitle/AccountHeaderTitle.d.ts +5 -0
- package/build/components/AppWindowWrapper/headers/AccountHeader/components/AccountHeaderTitle/AccountHeaderTitle.js +10 -0
- package/build/components/AppWindowWrapper/headers/AccountHeader/components/AccountHeaderTitle/index.d.ts +3 -0
- package/build/components/AppWindowWrapper/headers/AccountHeader/components/AccountHeaderTitle/index.js +2 -0
- package/build/components/AppWindowWrapper/headers/AccountHeader/components/AccountHeaderTitle/type.d.ts +14 -0
- package/build/components/AppWindowWrapper/headers/AccountHeader/components/AccountHeaderTitle/type.js +1 -0
- package/build/components/AppWindowWrapper/headers/AccountHeader/index.d.ts +4 -0
- package/build/components/AppWindowWrapper/headers/AccountHeader/index.js +3 -0
- package/build/components/AppWindowWrapper/headers/AccountHeader/type.d.ts +12 -0
- package/build/components/AppWindowWrapper/headers/AccountHeader/type.js +1 -0
- package/build/components/AppWindowWrapper/index.d.ts +6 -0
- package/build/components/AppWindowWrapper/index.js +5 -0
- package/build/components/AppWindowWrapper/type.d.ts +5 -0
- package/build/components/AppWindowWrapper/type.js +1 -0
- package/build/components/BackgroundAnimation/BackgroundAnimation.d.ts +10 -0
- package/build/components/BackgroundAnimation/BackgroundAnimation.js +24 -0
- package/build/components/BackgroundAnimation/Blob/Blob.d.ts +11 -0
- package/build/components/BackgroundAnimation/Blob/Blob.js +32 -0
- package/build/components/BackgroundAnimation/Blob/index.d.ts +3 -0
- package/build/components/BackgroundAnimation/Blob/index.js +2 -0
- package/build/components/BackgroundAnimation/Blob/type.d.ts +1 -0
- package/build/components/BackgroundAnimation/Blob/type.js +1 -0
- package/build/components/BackgroundAnimation/index.d.ts +3 -0
- package/build/components/BackgroundAnimation/index.js +3 -0
- package/build/components/Button/Button.d.ts +13 -0
- package/build/components/Button/Button.js +19 -0
- package/build/components/Button/PlusButton/PlusButton.d.ts +10 -0
- package/build/components/Button/PlusButton/PlusButton.js +21 -0
- package/build/components/Button/PlusButton/index.d.ts +2 -0
- package/build/components/Button/PlusButton/index.js +2 -0
- package/build/components/Button/StyledButton/StyledButton.d.ts +10 -0
- package/build/components/Button/StyledButton/StyledButton.js +20 -0
- package/build/components/Button/StyledButton/index.d.ts +2 -0
- package/build/components/Button/StyledButton/index.js +2 -0
- package/build/components/Button/StyledButton/style.d.ts +5 -0
- package/build/components/Button/StyledButton/style.js +11 -0
- package/build/components/Button/index.d.ts +4 -0
- package/build/components/Button/index.js +4 -0
- package/build/components/Button/style.d.ts +5 -0
- package/build/components/Button/style.js +23 -0
- package/build/components/Calender/Calender.d.ts +14 -0
- package/build/components/Calender/Calender.js +62 -0
- package/build/components/Calender/index.d.ts +2 -0
- package/build/components/Calender/index.js +2 -0
- package/build/components/Calender/style.d.ts +29 -0
- package/build/components/Calender/style.js +171 -0
- package/build/components/CardEmptyState/CardEmptyState.d.ts +2 -0
- package/build/components/CardEmptyState/CardEmptyState.js +20 -0
- package/build/components/CardEmptyState/index.d.ts +3 -0
- package/build/components/CardEmptyState/index.js +2 -0
- package/build/components/CardEmptyState/style.d.ts +7 -0
- package/build/components/CardEmptyState/style.js +35 -0
- package/build/components/CardEmptyState/type.d.ts +5 -0
- package/build/components/CardEmptyState/type.js +1 -0
- package/build/components/CardHeadline/CardHeadline.d.ts +8 -0
- package/build/components/CardHeadline/CardHeadline.js +15 -0
- package/build/components/CardHeadline/index.d.ts +2 -0
- package/build/components/CardHeadline/index.js +2 -0
- package/build/components/Checkbox/Checkbox.d.ts +5 -0
- package/build/components/Checkbox/Checkbox.js +14 -0
- package/build/components/Checkbox/index.d.ts +2 -0
- package/build/components/Checkbox/index.js +2 -0
- package/build/components/Chip/Chip.d.ts +4 -0
- package/build/components/Chip/Chip.js +20 -0
- package/build/components/Chip/GroupIconChip.d.ts +3 -0
- package/build/components/Chip/GroupIconChip.js +17 -0
- package/build/components/Chip/GroupIconChips.d.ts +3 -0
- package/build/components/Chip/GroupIconChips.js +36 -0
- package/build/components/Chip/index.d.ts +4 -0
- package/build/components/Chip/index.js +4 -0
- package/build/components/Chip/style.d.ts +276 -0
- package/build/components/Chip/style.js +75 -0
- package/build/components/Chip/type.d.ts +27 -0
- package/build/components/Chip/type.js +1 -0
- package/build/components/CircularProgressWithLabel/CircularProgressWithLabel.d.ts +7 -0
- package/build/components/CircularProgressWithLabel/CircularProgressWithLabel.js +7 -0
- package/build/components/CircularProgressWithLabel/index.d.ts +2 -0
- package/build/components/CircularProgressWithLabel/index.js +2 -0
- package/build/components/CircularProgressWithLabel/style.d.ts +11 -0
- package/build/components/CircularProgressWithLabel/style.js +31 -0
- package/build/components/Collapse/Collapse.d.ts +4 -0
- package/build/components/Collapse/Collapse.js +17 -0
- package/build/components/Collapse/index.d.ts +3 -0
- package/build/components/Collapse/index.js +2 -0
- package/build/components/ConfirmDialog/ConfirmDialog.d.ts +1 -0
- package/build/components/ConfirmDialog/ConfirmDialog.js +8 -0
- package/build/components/ConfirmDialog/context/Provider.d.ts +4 -0
- package/build/components/ConfirmDialog/context/Provider.js +18 -0
- package/build/components/ConfirmDialog/context/context.d.ts +3 -0
- package/build/components/ConfirmDialog/context/context.js +14 -0
- package/build/components/ConfirmDialog/context/index.d.ts +2 -0
- package/build/components/ConfirmDialog/context/index.js +2 -0
- package/build/components/ConfirmDialog/hooks/index.d.ts +1 -0
- package/build/components/ConfirmDialog/hooks/index.js +1 -0
- package/build/components/ConfirmDialog/hooks/useDialog.d.ts +20 -0
- package/build/components/ConfirmDialog/hooks/useDialog.js +22 -0
- package/build/components/ConfirmDialog/index.d.ts +5 -0
- package/build/components/ConfirmDialog/index.js +4 -0
- package/build/components/ConfirmDialog/styles.d.ts +8 -0
- package/build/components/ConfirmDialog/styles.js +42 -0
- package/build/components/ConfirmDialog/type.d.ts +19 -0
- package/build/components/ConfirmDialog/type.js +1 -0
- package/build/components/ControlPanelContainer/ControlPanelContainer.d.ts +2 -0
- package/build/components/ControlPanelContainer/ControlPanelContainer.js +5 -0
- package/build/components/ControlPanelContainer/index.d.ts +2 -0
- package/build/components/ControlPanelContainer/index.js +2 -0
- package/build/components/ControlPanelContainer/style.d.ts +4 -0
- package/build/components/ControlPanelContainer/style.js +9 -0
- package/build/components/CopyImage/CopyImage.d.ts +7 -0
- package/build/components/CopyImage/CopyImage.js +11 -0
- package/build/components/CopyImage/index.d.ts +2 -0
- package/build/components/CopyImage/index.js +2 -0
- package/build/components/CountBadge/CountBadge.d.ts +6 -0
- package/build/components/CountBadge/CountBadge.js +51 -0
- package/build/components/CountBadge/CountBadgeAnimated.d.ts +4 -0
- package/build/components/CountBadge/CountBadgeAnimated.js +15 -0
- package/build/components/CountBadge/index.d.ts +5 -0
- package/build/components/CountBadge/index.js +5 -0
- package/build/components/CountBadge/style.d.ts +284 -0
- package/build/components/CountBadge/style.js +29 -0
- package/build/components/CountBadge/type.d.ts +21 -0
- package/build/components/CountBadge/type.js +16 -0
- package/build/components/CountryFlag/CountryFlag.d.ts +8 -0
- package/build/components/CountryFlag/CountryFlag.js +22 -0
- package/build/components/CountryFlag/index.d.ts +2 -0
- package/build/components/CountryFlag/index.js +2 -0
- package/build/components/CurrencyIcon/CurrencyIcon.d.ts +5 -0
- package/build/components/CurrencyIcon/CurrencyIcon.js +15 -0
- package/build/components/CurrencyIcon/index.d.ts +2 -0
- package/build/components/CurrencyIcon/index.js +2 -0
- package/build/components/CurrencyIcon/style.d.ts +4 -0
- package/build/components/CurrencyIcon/style.js +13 -0
- package/build/components/CustomBackdrop/CustomBackdrop.d.ts +5 -0
- package/build/components/CustomBackdrop/CustomBackdrop.js +7 -0
- package/build/components/CustomBackdrop/index.d.ts +2 -0
- package/build/components/CustomBackdrop/index.js +2 -0
- package/build/components/CustomBackdrop/style.d.ts +4 -0
- package/build/components/CustomBackdrop/style.js +9 -0
- package/build/components/DateButton/DateButton.d.ts +5 -0
- package/build/components/DateButton/DateButton.js +9 -0
- package/build/components/DateButton/index.d.ts +2 -0
- package/build/components/DateButton/index.js +2 -0
- package/build/components/DeviceIcon/DeviceIcon.d.ts +12 -0
- package/build/components/DeviceIcon/DeviceIcon.js +29 -0
- package/build/components/DeviceIcon/constants.d.ts +5 -0
- package/build/components/DeviceIcon/constants.js +6 -0
- package/build/components/DeviceIcon/index.d.ts +3 -0
- package/build/components/DeviceIcon/index.js +3 -0
- package/build/components/DeviceIcon/style.d.ts +7 -0
- package/build/components/DeviceIcon/style.js +18 -0
- package/build/components/DeviceIcon/utils.d.ts +1 -0
- package/build/components/DeviceIcon/utils.js +4 -0
- package/build/components/Dialog/Dialog.d.ts +14 -0
- package/build/components/Dialog/Dialog.js +9 -0
- package/build/components/Dialog/components/DialogToolbar.d.ts +9 -0
- package/build/components/Dialog/components/DialogToolbar.js +31 -0
- package/build/components/Dialog/components/index.d.ts +2 -0
- package/build/components/Dialog/components/index.js +2 -0
- package/build/components/Dialog/constant.d.ts +1 -0
- package/build/components/Dialog/constant.js +1 -0
- package/build/components/Dialog/index.d.ts +4 -0
- package/build/components/Dialog/index.js +4 -0
- package/build/components/Dialog/style.d.ts +272 -0
- package/build/components/Dialog/style.js +49 -0
- package/build/components/DockButton/DockButton.d.ts +5 -0
- package/build/components/DockButton/DockButton.js +27 -0
- package/build/components/DockButton/index.d.ts +3 -0
- package/build/components/DockButton/index.js +2 -0
- package/build/components/DockButton/style.d.ts +21 -0
- package/build/components/DockButton/style.js +25 -0
- package/build/components/DockButton/type.d.ts +19 -0
- package/build/components/DockButton/type.js +1 -0
- package/build/components/Dropdown2/Dropdown2.d.ts +11 -0
- package/build/components/Dropdown2/Dropdown2.js +29 -0
- package/build/components/Dropdown2/index.d.ts +2 -0
- package/build/components/Dropdown2/index.js +2 -0
- package/build/components/Dropdown2/style.d.ts +15 -0
- package/build/components/Dropdown2/style.js +22 -0
- package/build/components/DropdownButton/ChevronIcon.d.ts +2 -0
- package/build/components/DropdownButton/ChevronIcon.js +16 -0
- package/build/components/DropdownButton/DropdownButton.d.ts +5 -0
- package/build/components/DropdownButton/DropdownButton.js +50 -0
- package/build/components/DropdownButton/constants.d.ts +13 -0
- package/build/components/DropdownButton/constants.js +5 -0
- package/build/components/DropdownButton/index.d.ts +4 -0
- package/build/components/DropdownButton/index.js +3 -0
- package/build/components/DropdownButton/style.d.ts +31 -0
- package/build/components/DropdownButton/style.js +70 -0
- package/build/components/DropdownButton/type.d.ts +14 -0
- package/build/components/DropdownButton/type.js +1 -0
- package/build/components/DropdownMenu/DropdownMenu.d.ts +3 -0
- package/build/components/DropdownMenu/DropdownMenu.js +43 -0
- package/build/components/DropdownMenu/index.d.ts +4 -0
- package/build/components/DropdownMenu/index.js +3 -0
- package/build/components/DropdownMenu/styles.d.ts +18 -0
- package/build/components/DropdownMenu/styles.js +143 -0
- package/build/components/DropdownMenu/type.d.ts +21 -0
- package/build/components/DropdownMenu/type.js +1 -0
- package/build/components/Error/Error.d.ts +8 -0
- package/build/components/Error/Error.js +20 -0
- package/build/components/Error/index.d.ts +2 -0
- package/build/components/Error/index.js +2 -0
- package/build/components/Error/style.d.ts +4 -0
- package/build/components/Error/style.js +13 -0
- package/build/components/ErrorBoundary/AppError.d.ts +1 -0
- package/build/components/ErrorBoundary/AppError.js +16 -0
- package/build/components/ErrorBoundary/ErrorBoundary.d.ts +15 -0
- package/build/components/ErrorBoundary/ErrorBoundary.js +25 -0
- package/build/components/ErrorBoundary/index.d.ts +2 -0
- package/build/components/ErrorBoundary/index.js +2 -0
- package/build/components/ErrorBoundary/style.d.ts +10 -0
- package/build/components/ErrorBoundary/style.js +19 -0
- package/build/components/ExpandableSideBar/ExpandableSideBar.d.ts +5 -0
- package/build/components/ExpandableSideBar/ExpandableSideBar.js +35 -0
- package/build/components/ExpandableSideBar/constant.d.ts +1 -0
- package/build/components/ExpandableSideBar/constant.js +1 -0
- package/build/components/ExpandableSideBar/index.d.ts +3 -0
- package/build/components/ExpandableSideBar/index.js +2 -0
- package/build/components/ExpandableSideBar/style.d.ts +19 -0
- package/build/components/ExpandableSideBar/style.js +47 -0
- package/build/components/ExpandableSideBar/type.d.ts +17 -0
- package/build/components/ExpandableSideBar/type.js +1 -0
- package/build/components/FileUpload/FileUpload.d.ts +17 -0
- package/build/components/FileUpload/FileUpload.js +41 -0
- package/build/components/FileUpload/index.d.ts +2 -0
- package/build/components/FileUpload/index.js +2 -0
- package/build/components/FileUpload/style.d.ts +38 -0
- package/build/components/FileUpload/style.js +106 -0
- package/build/components/FileUploader/FileUploader.d.ts +3 -0
- package/build/components/FileUploader/FileUploader.js +13 -0
- package/build/components/FileUploader/index.d.ts +3 -0
- package/build/components/FileUploader/index.js +2 -0
- package/build/components/FileUploader/style.d.ts +22 -0
- package/build/components/FileUploader/style.js +55 -0
- package/build/components/FileUploader/type.d.ts +13 -0
- package/build/components/FileUploader/type.js +1 -0
- package/build/components/FilteredIds/FilteredIds.d.ts +5 -0
- package/build/components/FilteredIds/FilteredIds.js +16 -0
- package/build/components/FilteredIds/index.d.ts +3 -0
- package/build/components/FilteredIds/index.js +2 -0
- package/build/components/FilteredIds/style.d.ts +11 -0
- package/build/components/FilteredIds/style.js +34 -0
- package/build/components/FilteredIds/type.d.ts +6 -0
- package/build/components/FilteredIds/type.js +1 -0
- package/build/components/FlagDetails/FlagDetails.d.ts +12 -0
- package/build/components/FlagDetails/FlagDetails.js +31 -0
- package/build/components/FlagDetails/index.d.ts +2 -0
- package/build/components/FlagDetails/index.js +2 -0
- package/build/components/FlippingCard/FlippingCard.d.ts +8 -0
- package/build/components/FlippingCard/FlippingCard.js +7 -0
- package/build/components/FlippingCard/index.d.ts +2 -0
- package/build/components/FlippingCard/index.js +2 -0
- package/build/components/FlippingCard/style.d.ts +263 -0
- package/build/components/FlippingCard/style.js +26 -0
- package/build/components/HeatMap/HeatMap.d.ts +2 -0
- package/build/components/HeatMap/HeatMap.js +20 -0
- package/build/components/HeatMap/constant.d.ts +1 -0
- package/build/components/HeatMap/constant.js +1 -0
- package/build/components/HeatMap/index.d.ts +4 -0
- package/build/components/HeatMap/index.js +3 -0
- package/build/components/HeatMap/style.d.ts +21 -0
- package/build/components/HeatMap/style.js +34 -0
- package/build/components/HeatMap/type.d.ts +23 -0
- package/build/components/HeatMap/type.js +1 -0
- package/build/components/HeatMap/utils.d.ts +1 -0
- package/build/components/HeatMap/utils.js +9 -0
- package/build/components/IOSSwitch/IOSSwitch.d.ts +5 -0
- package/build/components/IOSSwitch/IOSSwitch.js +7 -0
- package/build/components/IOSSwitch/index.d.ts +2 -0
- package/build/components/IOSSwitch/index.js +2 -0
- package/build/components/IOSSwitch/styles.d.ts +1 -0
- package/build/components/IOSSwitch/styles.js +49 -0
- package/build/components/Icon/Icon.d.ts +4 -0
- package/build/components/Icon/Icon.js +12 -0
- package/build/components/Icon/index.d.ts +3 -0
- package/build/components/Icon/index.js +2 -0
- package/build/components/Icon/type.d.ts +8 -0
- package/build/components/Icon/type.js +1 -0
- package/build/components/IconGallery/IconGallery.d.ts +3 -0
- package/build/components/IconGallery/IconGallery.js +13 -0
- package/build/components/IconGallery/index.d.ts +3 -0
- package/build/components/IconGallery/index.js +2 -0
- package/build/components/IconGallery/styles.d.ts +9 -0
- package/build/components/IconGallery/styles.js +21 -0
- package/build/components/IconGallery/type.d.ts +8 -0
- package/build/components/IconGallery/type.js +1 -0
- package/build/components/IconWithBadge/IconWithBadge.d.ts +2 -0
- package/build/components/IconWithBadge/IconWithBadge.js +17 -0
- package/build/components/IconWithBadge/index.d.ts +3 -0
- package/build/components/IconWithBadge/index.js +2 -0
- package/build/components/IconWithBadge/style.d.ts +7 -0
- package/build/components/IconWithBadge/style.js +11 -0
- package/build/components/IconWithBadge/type.d.ts +16 -0
- package/build/components/IconWithBadge/type.js +1 -0
- package/build/components/IconWithHoverOverlays/IconWithHoverOverlays.d.ts +12 -0
- package/build/components/IconWithHoverOverlays/IconWithHoverOverlays.js +19 -0
- package/build/components/IconWithHoverOverlays/index.d.ts +2 -0
- package/build/components/IconWithHoverOverlays/index.js +2 -0
- package/build/components/IconWithHoverOverlays/style.d.ts +12 -0
- package/build/components/IconWithHoverOverlays/style.js +45 -0
- package/build/components/IconWithLabel/IconWithLabel.d.ts +9 -0
- package/build/components/IconWithLabel/IconWithLabel.js +7 -0
- package/build/components/IconWithLabel/index.d.ts +2 -0
- package/build/components/IconWithLabel/index.js +2 -0
- package/build/components/IconWithLabel/style.d.ts +7 -0
- package/build/components/IconWithLabel/style.js +21 -0
- package/build/components/IconsDropdown/IconsDropdown.d.ts +13 -0
- package/build/components/IconsDropdown/IconsDropdown.js +31 -0
- package/build/components/IconsDropdown/index.d.ts +2 -0
- package/build/components/IconsDropdown/index.js +2 -0
- package/build/components/IconsDropdown/style.d.ts +21 -0
- package/build/components/IconsDropdown/style.js +47 -0
- package/build/components/ImageWrapper/ImageWrapper.d.ts +266 -0
- package/build/components/ImageWrapper/ImageWrapper.js +16 -0
- package/build/components/ImageWrapper/index.d.ts +2 -0
- package/build/components/ImageWrapper/index.js +2 -0
- package/build/components/Input/Input.d.ts +8 -0
- package/build/components/Input/Input.js +22 -0
- package/build/components/Input/index.d.ts +2 -0
- package/build/components/Input/index.js +2 -0
- package/build/components/Input/style.d.ts +3 -0
- package/build/components/Input/style.js +18 -0
- package/build/components/InputBase/AmountInputBase/AmountInputBase.d.ts +19 -0
- package/build/components/InputBase/AmountInputBase/AmountInputBase.js +30 -0
- package/build/components/InputBase/AmountInputBase/CurrencyList/CurrencyList.d.ts +15 -0
- package/build/components/InputBase/AmountInputBase/CurrencyList/CurrencyList.js +50 -0
- package/build/components/InputBase/AmountInputBase/CurrencyList/index.d.ts +2 -0
- package/build/components/InputBase/AmountInputBase/CurrencyList/index.js +2 -0
- package/build/components/InputBase/AmountInputBase/CurrencyList/style.d.ts +8 -0
- package/build/components/InputBase/AmountInputBase/CurrencyList/style.js +39 -0
- package/build/components/InputBase/AmountInputBase/InputNumber/InputNumber.d.ts +4 -0
- package/build/components/InputBase/AmountInputBase/InputNumber/InputNumber.js +24 -0
- package/build/components/InputBase/AmountInputBase/InputNumber/index.d.ts +3 -0
- package/build/components/InputBase/AmountInputBase/InputNumber/index.js +3 -0
- package/build/components/InputBase/AmountInputBase/InputNumber/style.d.ts +8 -0
- package/build/components/InputBase/AmountInputBase/InputNumber/style.js +24 -0
- package/build/components/InputBase/AmountInputBase/InputNumber/type.d.ts +5 -0
- package/build/components/InputBase/AmountInputBase/InputNumber/type.js +1 -0
- package/build/components/InputBase/AmountInputBase/index.d.ts +5 -0
- package/build/components/InputBase/AmountInputBase/index.js +4 -0
- package/build/components/InputBase/AmountInputBase/style.d.ts +14 -0
- package/build/components/InputBase/AmountInputBase/style.js +26 -0
- package/build/components/InputBase/InputBase/InputBase.d.ts +9 -0
- package/build/components/InputBase/InputBase/InputBase.js +28 -0
- package/build/components/InputBase/InputBase/index.d.ts +3 -0
- package/build/components/InputBase/InputBase/index.js +2 -0
- package/build/components/InputBase/InputBase/style.d.ts +10 -0
- package/build/components/InputBase/InputBase/style.js +68 -0
- package/build/components/InputBase/PhoneInputBase/CountriesList/CountriesList.d.ts +16 -0
- package/build/components/InputBase/PhoneInputBase/CountriesList/CountriesList.js +64 -0
- package/build/components/InputBase/PhoneInputBase/CountriesList/index.d.ts +2 -0
- package/build/components/InputBase/PhoneInputBase/CountriesList/index.js +2 -0
- package/build/components/InputBase/PhoneInputBase/CountriesList/style.d.ts +12 -0
- package/build/components/InputBase/PhoneInputBase/CountriesList/style.js +46 -0
- package/build/components/InputBase/PhoneInputBase/PhoneInputBase.d.ts +18 -0
- package/build/components/InputBase/PhoneInputBase/PhoneInputBase.js +27 -0
- package/build/components/InputBase/PhoneInputBase/index.d.ts +3 -0
- package/build/components/InputBase/PhoneInputBase/index.js +3 -0
- package/build/components/InputBase/PhoneInputBase/style.d.ts +14 -0
- package/build/components/InputBase/PhoneInputBase/style.js +23 -0
- package/build/components/InputBase/SelectBase/SelectBase.d.ts +17 -0
- package/build/components/InputBase/SelectBase/SelectBase.js +42 -0
- package/build/components/InputBase/SelectBase/SelectBaseMultiple.d.ts +17 -0
- package/build/components/InputBase/SelectBase/SelectBaseMultiple.js +61 -0
- package/build/components/InputBase/SelectBase/index.d.ts +3 -0
- package/build/components/InputBase/SelectBase/index.js +3 -0
- package/build/components/InputBase/SelectBase/style.d.ts +10 -0
- package/build/components/InputBase/SelectBase/style.js +108 -0
- package/build/components/InputBase/index.d.ts +4 -0
- package/build/components/InputBase/index.js +4 -0
- package/build/components/InputNumber/InputNumber.d.ts +8 -0
- package/build/components/InputNumber/InputNumber.js +38 -0
- package/build/components/InputNumber/index.d.ts +2 -0
- package/build/components/InputNumber/index.js +2 -0
- package/build/components/InputNumber/style.d.ts +4 -0
- package/build/components/InputNumber/style.js +20 -0
- package/build/components/Inputs/CountriesDropDown/CountriesDropdown.d.ts +12 -0
- package/build/components/Inputs/CountriesDropDown/CountriesDropdown.js +59 -0
- package/build/components/Inputs/CountriesDropDown/index.d.ts +3 -0
- package/build/components/Inputs/CountriesDropDown/index.js +3 -0
- package/build/components/Inputs/CountriesDropDown/style.d.ts +24 -0
- package/build/components/Inputs/CountriesDropDown/style.js +68 -0
- package/build/components/Inputs/FileInput/FileInput.d.ts +2 -0
- package/build/components/Inputs/FileInput/FileInput.js +13 -0
- package/build/components/Inputs/FileInput/index.d.ts +2 -0
- package/build/components/Inputs/FileInput/index.js +2 -0
- package/build/components/Inputs/FileInput/style.d.ts +11 -0
- package/build/components/Inputs/FileInput/style.js +41 -0
- package/build/components/Inputs/FileInput/type.d.ts +3 -0
- package/build/components/Inputs/FileInput/type.js +1 -0
- package/build/components/Inputs/Input/Input.d.ts +2 -0
- package/build/components/Inputs/Input/Input.js +23 -0
- package/build/components/Inputs/Input/index.d.ts +3 -0
- package/build/components/Inputs/Input/index.js +2 -0
- package/build/components/Inputs/Input/style.d.ts +12 -0
- package/build/components/Inputs/Input/style.js +81 -0
- package/build/components/Inputs/Input/type.d.ts +10 -0
- package/build/components/Inputs/Input/type.js +1 -0
- package/build/components/Inputs/SearchInput/SearchInput.d.ts +2 -0
- package/build/components/Inputs/SearchInput/SearchInput.js +24 -0
- package/build/components/Inputs/SearchInput/index.d.ts +2 -0
- package/build/components/Inputs/SearchInput/index.js +2 -0
- package/build/components/Inputs/SearchInput/styles.d.ts +3 -0
- package/build/components/Inputs/SearchInput/styles.js +17 -0
- package/build/components/Inputs/Select/Select.d.ts +2 -0
- package/build/components/Inputs/Select/Select.js +66 -0
- package/build/components/Inputs/Select/index.d.ts +2 -0
- package/build/components/Inputs/Select/index.js +2 -0
- package/build/components/Inputs/Select/style.d.ts +1 -0
- package/build/components/Inputs/Select/style.js +23 -0
- package/build/components/Inputs/Select/type.d.ts +9 -0
- package/build/components/Inputs/Select/type.js +1 -0
- package/build/components/Inputs/index.d.ts +5 -0
- package/build/components/Inputs/index.js +5 -0
- package/build/components/JSONViewer/JSONViewer.d.ts +2 -0
- package/build/components/JSONViewer/JSONViewer.js +277 -0
- package/build/components/JSONViewer/JSONViewerList.d.ts +9 -0
- package/build/components/JSONViewer/JSONViewerList.js +10 -0
- package/build/components/JSONViewer/components/FooterButton/FooterButton.d.ts +5 -0
- package/build/components/JSONViewer/components/FooterButton/FooterButton.js +44 -0
- package/build/components/JSONViewer/components/FooterButton/index.d.ts +2 -0
- package/build/components/JSONViewer/components/FooterButton/index.js +2 -0
- package/build/components/JSONViewer/components/JSONTitleBar/JSONTitleBar.d.ts +5 -0
- package/build/components/JSONViewer/components/JSONTitleBar/JSONTitleBar.js +9 -0
- package/build/components/JSONViewer/components/JSONTitleBar/index.d.ts +3 -0
- package/build/components/JSONViewer/components/JSONTitleBar/index.js +3 -0
- package/build/components/JSONViewer/components/JSONTitleBar/type.d.ts +14 -0
- package/build/components/JSONViewer/components/JSONTitleBar/type.js +1 -0
- package/build/components/JSONViewer/components/index.d.ts +2 -0
- package/build/components/JSONViewer/components/index.js +2 -0
- package/build/components/JSONViewer/context/Provider.d.ts +6 -0
- package/build/components/JSONViewer/context/Provider.js +42 -0
- package/build/components/JSONViewer/context/context.d.ts +3 -0
- package/build/components/JSONViewer/context/context.js +7 -0
- package/build/components/JSONViewer/context/index.d.ts +2 -0
- package/build/components/JSONViewer/context/index.js +2 -0
- package/build/components/JSONViewer/hooks/index.d.ts +1 -0
- package/build/components/JSONViewer/hooks/index.js +1 -0
- package/build/components/JSONViewer/hooks/useJsonViewerContext.d.ts +8 -0
- package/build/components/JSONViewer/hooks/useJsonViewerContext.js +18 -0
- package/build/components/JSONViewer/index.d.ts +7 -0
- package/build/components/JSONViewer/index.js +7 -0
- package/build/components/JSONViewer/style.d.ts +631 -0
- package/build/components/JSONViewer/style.js +176 -0
- package/build/components/JSONViewer/type.d.ts +22 -0
- package/build/components/JSONViewer/type.js +1 -0
- package/build/components/LabeledIconDropdown/LabeledIconDropdown.d.ts +21 -0
- package/build/components/LabeledIconDropdown/LabeledIconDropdown.js +51 -0
- package/build/components/LabeledIconDropdown/index.d.ts +2 -0
- package/build/components/LabeledIconDropdown/index.js +2 -0
- package/build/components/LabeledIconDropdown/style.d.ts +39 -0
- package/build/components/LabeledIconDropdown/style.js +104 -0
- package/build/components/Loader/Loader.d.ts +5 -0
- package/build/components/Loader/Loader.js +7 -0
- package/build/components/Loader/index.d.ts +2 -0
- package/build/components/Loader/index.js +2 -0
- package/build/components/Loader/style.d.ts +1 -0
- package/build/components/Loader/style.js +15 -0
- package/build/components/Loaders/TapLoader.d.ts +13 -0
- package/build/components/Loaders/TapLoader.js +29 -0
- package/build/components/Loaders/index.d.ts +2 -0
- package/build/components/Loaders/index.js +2 -0
- package/build/components/MUIThemeProvider/MUIThemeProvider.d.ts +9 -0
- package/build/components/MUIThemeProvider/MUIThemeProvider.js +9 -0
- package/build/components/MUIThemeProvider/index.d.ts +2 -0
- package/build/components/MUIThemeProvider/index.js +2 -0
- package/build/components/MainContainer/MainContainer.d.ts +10 -0
- package/build/components/MainContainer/MainContainer.js +8 -0
- package/build/components/MainContainer/index.d.ts +2 -0
- package/build/components/MainContainer/index.js +2 -0
- package/build/components/MaskedText/MaskedText.d.ts +3 -0
- package/build/components/MaskedText/MaskedText.js +11 -0
- package/build/components/MaskedText/index.d.ts +3 -0
- package/build/components/MaskedText/index.js +2 -0
- package/build/components/MaskedText/type.d.ts +7 -0
- package/build/components/MaskedText/type.js +1 -0
- package/build/components/Menu/Menu.d.ts +10 -0
- package/build/components/Menu/Menu.js +8 -0
- package/build/components/Menu/index.d.ts +2 -0
- package/build/components/Menu/index.js +2 -0
- package/build/components/Menu/style.d.ts +4 -0
- package/build/components/Menu/style.js +14 -0
- package/build/components/MenuItem/MenuItem.d.ts +10 -0
- package/build/components/MenuItem/MenuItem.js +19 -0
- package/build/components/MenuItem/index.d.ts +2 -0
- package/build/components/MenuItem/index.js +2 -0
- package/build/components/MenuItem/style.d.ts +7 -0
- package/build/components/MenuItem/style.js +26 -0
- package/build/components/MultiSelectDropdownButton/MultiSelectDropdownButton.d.ts +5 -0
- package/build/components/MultiSelectDropdownButton/MultiSelectDropdownButton.js +32 -0
- package/build/components/MultiSelectDropdownButton/index.d.ts +3 -0
- package/build/components/MultiSelectDropdownButton/index.js +3 -0
- package/build/components/MultiSelectDropdownButton/style.d.ts +6 -0
- package/build/components/MultiSelectDropdownButton/style.js +8 -0
- package/build/components/MultiSelectDropdownButton/type.d.ts +12 -0
- package/build/components/MultiSelectDropdownButton/type.js +1 -0
- package/build/components/MultiSelectStatusButton/MultiSelectStatusButton.d.ts +5 -0
- package/build/components/MultiSelectStatusButton/MultiSelectStatusButton.js +100 -0
- package/build/components/MultiSelectStatusButton/index.d.ts +3 -0
- package/build/components/MultiSelectStatusButton/index.js +2 -0
- package/build/components/MultiSelectStatusButton/style.d.ts +41 -0
- package/build/components/MultiSelectStatusButton/style.js +77 -0
- package/build/components/MultiSelectStatusButton/type.d.ts +14 -0
- package/build/components/MultiSelectStatusButton/type.js +1 -0
- package/build/components/MultiSelectWithSearch/ChildMenuItem.d.ts +9 -0
- package/build/components/MultiSelectWithSearch/ChildMenuItem.js +45 -0
- package/build/components/MultiSelectWithSearch/MultiSelectWithSearch.d.ts +3 -0
- package/build/components/MultiSelectWithSearch/MultiSelectWithSearch.js +52 -0
- package/build/components/MultiSelectWithSearch/ParentMenuItem.d.ts +12 -0
- package/build/components/MultiSelectWithSearch/ParentMenuItem.js +27 -0
- package/build/components/MultiSelectWithSearch/index.d.ts +5 -0
- package/build/components/MultiSelectWithSearch/index.js +4 -0
- package/build/components/MultiSelectWithSearch/style.d.ts +36 -0
- package/build/components/MultiSelectWithSearch/style.js +88 -0
- package/build/components/MultiSelectWithSearch/type.d.ts +19 -0
- package/build/components/MultiSelectWithSearch/type.js +1 -0
- package/build/components/MultiSelectWithSearch/utils.d.ts +2 -0
- package/build/components/MultiSelectWithSearch/utils.js +12 -0
- package/build/components/NestedDropdown/Dropdown.d.ts +5 -0
- package/build/components/NestedDropdown/Dropdown.js +57 -0
- package/build/components/NestedDropdown/NestedDropdown.d.ts +16 -0
- package/build/components/NestedDropdown/NestedDropdown.js +38 -0
- package/build/components/NestedDropdown/NestedMenuItem.d.ts +16 -0
- package/build/components/NestedDropdown/NestedMenuItem.js +50 -0
- package/build/components/NestedDropdown/index.d.ts +5 -0
- package/build/components/NestedDropdown/index.js +5 -0
- package/build/components/NestedDropdown/styles.d.ts +36 -0
- package/build/components/NestedDropdown/styles.js +100 -0
- package/build/components/NestedDropdown/types.d.ts +18 -0
- package/build/components/NestedDropdown/types.js +1 -0
- package/build/components/NoInternet/NoInternet.d.ts +5 -0
- package/build/components/NoInternet/NoInternet.js +6 -0
- package/build/components/NoInternet/index.d.ts +2 -0
- package/build/components/NoInternet/index.js +2 -0
- package/build/components/NoInternet/style.d.ts +10 -0
- package/build/components/NoInternet/style.js +32 -0
- package/build/components/Notifications/Notifications.d.ts +1 -0
- package/build/components/Notifications/Notifications.js +12 -0
- package/build/components/Notifications/index.d.ts +2 -0
- package/build/components/Notifications/index.js +2 -0
- package/build/components/Notifications/style.d.ts +4 -0
- package/build/components/Notifications/style.js +15 -0
- package/build/components/OTPInput/OTPInput.d.ts +10 -0
- package/build/components/OTPInput/OTPInput.js +36 -0
- package/build/components/OTPInput/index.d.ts +2 -0
- package/build/components/OTPInput/index.js +2 -0
- package/build/components/OTPInput/style.d.ts +22 -0
- package/build/components/OTPInput/style.js +28 -0
- package/build/components/ProgressBar/ProgressBar.d.ts +5 -0
- package/build/components/ProgressBar/ProgressBar.js +6 -0
- package/build/components/ProgressBar/index.d.ts +2 -0
- package/build/components/ProgressBar/index.js +2 -0
- package/build/components/ProgressBar/style.d.ts +17 -0
- package/build/components/ProgressBar/style.js +19 -0
- package/build/components/ProgressRing/LoadingSkeleton.d.ts +1 -0
- package/build/components/ProgressRing/LoadingSkeleton.js +6 -0
- package/build/components/ProgressRing/ProgressRing.d.ts +9 -0
- package/build/components/ProgressRing/ProgressRing.js +17 -0
- package/build/components/ProgressRing/index.d.ts +2 -0
- package/build/components/ProgressRing/index.js +2 -0
- package/build/components/ProgressRing/style.d.ts +19 -0
- package/build/components/ProgressRing/style.js +37 -0
- package/build/components/RFH/Forms/DefaultForm.d.ts +10 -0
- package/build/components/RFH/Forms/DefaultForm.js +7 -0
- package/build/components/RFH/Forms/index.d.ts +2 -0
- package/build/components/RFH/Forms/index.js +1 -0
- package/build/components/RFH/Inputs/AmountInput/AmountInput.d.ts +6 -0
- package/build/components/RFH/Inputs/AmountInput/AmountInput.js +35 -0
- package/build/components/RFH/Inputs/AmountInput/index.d.ts +3 -0
- package/build/components/RFH/Inputs/AmountInput/index.js +3 -0
- package/build/components/RFH/Inputs/AmountInput/type.d.ts +5 -0
- package/build/components/RFH/Inputs/AmountInput/type.js +1 -0
- package/build/components/RFH/Inputs/AmountInput/utils.d.ts +1 -0
- package/build/components/RFH/Inputs/AmountInput/utils.js +3 -0
- package/build/components/RFH/Inputs/FormInput/FormInput.d.ts +12 -0
- package/build/components/RFH/Inputs/FormInput/FormInput.js +27 -0
- package/build/components/RFH/Inputs/FormInput/index.d.ts +3 -0
- package/build/components/RFH/Inputs/FormInput/index.js +2 -0
- package/build/components/RFH/Inputs/FormSelect/FormSelect.d.ts +8 -0
- package/build/components/RFH/Inputs/FormSelect/FormSelect.js +25 -0
- package/build/components/RFH/Inputs/FormSelect/index.d.ts +4 -0
- package/build/components/RFH/Inputs/FormSelect/index.js +2 -0
- package/build/components/RFH/Inputs/FormSelect/type.d.ts +6 -0
- package/build/components/RFH/Inputs/FormSelect/type.js +1 -0
- package/build/components/RFH/Inputs/MultiSelect/MultiSelect.d.ts +6 -0
- package/build/components/RFH/Inputs/MultiSelect/MultiSelect.js +43 -0
- package/build/components/RFH/Inputs/MultiSelect/index.d.ts +2 -0
- package/build/components/RFH/Inputs/MultiSelect/index.js +2 -0
- package/build/components/RFH/Inputs/MultiSelect/style.d.ts +1 -0
- package/build/components/RFH/Inputs/MultiSelect/style.js +9 -0
- package/build/components/RFH/Inputs/PhoneInput/PhoneInput.d.ts +10 -0
- package/build/components/RFH/Inputs/PhoneInput/PhoneInput.js +30 -0
- package/build/components/RFH/Inputs/PhoneInput/index.d.ts +2 -0
- package/build/components/RFH/Inputs/PhoneInput/index.js +2 -0
- package/build/components/RFH/Inputs/SelectWithAccordion/SelectWithAccordion.d.ts +3 -0
- package/build/components/RFH/Inputs/SelectWithAccordion/SelectWithAccordion.js +62 -0
- package/build/components/RFH/Inputs/SelectWithAccordion/index.d.ts +4 -0
- package/build/components/RFH/Inputs/SelectWithAccordion/index.js +2 -0
- package/build/components/RFH/Inputs/SelectWithAccordion/style.d.ts +34 -0
- package/build/components/RFH/Inputs/SelectWithAccordion/style.js +70 -0
- package/build/components/RFH/Inputs/SelectWithAccordion/type.d.ts +7 -0
- package/build/components/RFH/Inputs/SelectWithAccordion/type.js +1 -0
- package/build/components/RFH/Inputs/Switch/Switch.d.ts +11 -0
- package/build/components/RFH/Inputs/Switch/Switch.js +22 -0
- package/build/components/RFH/Inputs/Switch/index.d.ts +2 -0
- package/build/components/RFH/Inputs/Switch/index.js +2 -0
- package/build/components/RFH/Inputs/index.d.ts +7 -0
- package/build/components/RFH/Inputs/index.js +7 -0
- package/build/components/RFH/hooks/index.d.ts +1 -0
- package/build/components/RFH/hooks/index.js +1 -0
- package/build/components/RFH/hooks/useRFHForm.d.ts +2 -0
- package/build/components/RFH/hooks/useRFHForm.js +2 -0
- package/build/components/RFH/index.d.ts +3 -0
- package/build/components/RFH/index.js +3 -0
- package/build/components/RangeCalender/RangeCalender.d.ts +20 -0
- package/build/components/RangeCalender/RangeCalender.js +92 -0
- package/build/components/RangeCalender/components/CustomTimepicker/CustomTimepicker.d.ts +11 -0
- package/build/components/RangeCalender/components/CustomTimepicker/CustomTimepicker.js +33 -0
- package/build/components/RangeCalender/components/CustomTimepicker/index.d.ts +2 -0
- package/build/components/RangeCalender/components/CustomTimepicker/index.js +2 -0
- package/build/components/RangeCalender/components/CustomTimepicker/style.d.ts +15 -0
- package/build/components/RangeCalender/components/CustomTimepicker/style.js +132 -0
- package/build/components/RangeCalender/components/GroupBy/GroupBy.d.ts +10 -0
- package/build/components/RangeCalender/components/GroupBy/GroupBy.js +33 -0
- package/build/components/RangeCalender/components/GroupBy/index.d.ts +2 -0
- package/build/components/RangeCalender/components/GroupBy/index.js +2 -0
- package/build/components/RangeCalender/components/GroupBy/style.d.ts +15 -0
- package/build/components/RangeCalender/components/GroupBy/style.js +39 -0
- package/build/components/RangeCalender/components/Hijri/Hijri.d.ts +7 -0
- package/build/components/RangeCalender/components/Hijri/Hijri.js +13 -0
- package/build/components/RangeCalender/components/Hijri/index.d.ts +2 -0
- package/build/components/RangeCalender/components/Hijri/index.js +2 -0
- package/build/components/RangeCalender/components/Hijri/style.d.ts +4 -0
- package/build/components/RangeCalender/components/Hijri/style.js +25 -0
- package/build/components/RangeCalender/components/QuickFilters/QuickFilters.d.ts +8 -0
- package/build/components/RangeCalender/components/QuickFilters/QuickFilters.js +47 -0
- package/build/components/RangeCalender/components/QuickFilters/index.d.ts +2 -0
- package/build/components/RangeCalender/components/QuickFilters/index.js +2 -0
- package/build/components/RangeCalender/components/QuickFilters/style.d.ts +7 -0
- package/build/components/RangeCalender/components/QuickFilters/style.js +27 -0
- package/build/components/RangeCalender/components/RangeDatepicker/RangeDatepicker.d.ts +12 -0
- package/build/components/RangeCalender/components/RangeDatepicker/RangeDatepicker.js +29 -0
- package/build/components/RangeCalender/components/RangeDatepicker/index.d.ts +2 -0
- package/build/components/RangeCalender/components/RangeDatepicker/index.js +2 -0
- package/build/components/RangeCalender/components/RangeDatepicker/style.d.ts +4 -0
- package/build/components/RangeCalender/components/RangeDatepicker/style.js +9 -0
- package/build/components/RangeCalender/components/Timezone/Timezone.d.ts +11 -0
- package/build/components/RangeCalender/components/Timezone/Timezone.js +32 -0
- package/build/components/RangeCalender/components/Timezone/components/EntitiesTimezone.d.ts +12 -0
- package/build/components/RangeCalender/components/Timezone/components/EntitiesTimezone.js +37 -0
- package/build/components/RangeCalender/components/Timezone/components/UserTimezone.d.ts +8 -0
- package/build/components/RangeCalender/components/Timezone/components/UserTimezone.js +14 -0
- package/build/components/RangeCalender/components/Timezone/index.d.ts +2 -0
- package/build/components/RangeCalender/components/Timezone/index.js +2 -0
- package/build/components/RangeCalender/components/Timezone/style.d.ts +21 -0
- package/build/components/RangeCalender/components/Timezone/style.js +61 -0
- package/build/components/RangeCalender/index.d.ts +2 -0
- package/build/components/RangeCalender/index.js +2 -0
- package/build/components/RangeCalender/style.d.ts +33 -0
- package/build/components/RangeCalender/style.js +189 -0
- package/build/components/RangeCalender/type.d.ts +2 -0
- package/build/components/RangeCalender/type.js +1 -0
- package/build/components/RangeCalender/utils.d.ts +6 -0
- package/build/components/RangeCalender/utils.js +15 -0
- package/build/components/ResizableHeightInput/ResizableHeightInput.d.ts +11 -0
- package/build/components/ResizableHeightInput/ResizableHeightInput.js +24 -0
- package/build/components/ResizableHeightInput/index.d.ts +2 -0
- package/build/components/ResizableHeightInput/index.js +2 -0
- package/build/components/ResizableHeightInput/style.d.ts +7 -0
- package/build/components/ResizableHeightInput/style.js +12 -0
- package/build/components/Routes/PrivateRoute.d.ts +8 -0
- package/build/components/Routes/PrivateRoute.js +10 -0
- package/build/components/Routes/PublicRoute.d.ts +7 -0
- package/build/components/Routes/PublicRoute.js +6 -0
- package/build/components/Routes/index.d.ts +3 -0
- package/build/components/Routes/index.js +3 -0
- package/build/components/Sandbox/Sandbox.d.ts +11 -0
- package/build/components/Sandbox/Sandbox.js +10 -0
- package/build/components/Sandbox/index.d.ts +2 -0
- package/build/components/Sandbox/index.js +2 -0
- package/build/components/Sandbox/style.d.ts +22 -0
- package/build/components/Sandbox/style.js +58 -0
- package/build/components/SearchButton/SearchButton.d.ts +9 -0
- package/build/components/SearchButton/SearchButton.js +57 -0
- package/build/components/SearchButton/index.d.ts +2 -0
- package/build/components/SearchButton/index.js +2 -0
- package/build/components/SearchButton/styles.d.ts +571 -0
- package/build/components/SearchButton/styles.js +44 -0
- package/build/components/SelectDropdown/SelectDropdown.d.ts +16 -0
- package/build/components/SelectDropdown/SelectDropdown.js +17 -0
- package/build/components/SelectDropdown/index.d.ts +2 -0
- package/build/components/SelectDropdown/index.js +2 -0
- package/build/components/SelectDropdown/style.d.ts +17 -0
- package/build/components/SelectDropdown/style.js +18 -0
- package/build/components/SelectWithSearch/SelectWithSearch.d.ts +3 -0
- package/build/components/SelectWithSearch/SelectWithSearch.js +60 -0
- package/build/components/SelectWithSearch/index.d.ts +4 -0
- package/build/components/SelectWithSearch/index.js +3 -0
- package/build/components/SelectWithSearch/style.d.ts +32 -0
- package/build/components/SelectWithSearch/style.js +70 -0
- package/build/components/SelectWithSearch/type.d.ts +18 -0
- package/build/components/SelectWithSearch/type.js +1 -0
- package/build/components/SimpleDialog/SimpleDialog.d.ts +2 -0
- package/build/components/SimpleDialog/SimpleDialog.js +9 -0
- package/build/components/SimpleDialog/index.d.ts +3 -0
- package/build/components/SimpleDialog/index.js +2 -0
- package/build/components/SimpleDialog/style.d.ts +2 -0
- package/build/components/SimpleDialog/style.js +13 -0
- package/build/components/SimpleDialog/type.d.ts +8 -0
- package/build/components/SimpleDialog/type.js +1 -0
- package/build/components/Skeleton/Skeleton.d.ts +5 -0
- package/build/components/Skeleton/Skeleton.js +19 -0
- package/build/components/Skeleton/index.d.ts +2 -0
- package/build/components/Skeleton/index.js +2 -0
- package/build/components/SplashScreen/SplashScreen.d.ts +4 -0
- package/build/components/SplashScreen/SplashScreen.js +17 -0
- package/build/components/SplashScreen/index.d.ts +2 -0
- package/build/components/SplashScreen/index.js +2 -0
- package/build/components/StatusBar/StatusBar.d.ts +17 -0
- package/build/components/StatusBar/StatusBar.js +68 -0
- package/build/components/StatusBar/index.d.ts +2 -0
- package/build/components/StatusBar/index.js +2 -0
- package/build/components/StatusBar/type.d.ts +5 -0
- package/build/components/StatusBar/type.js +1 -0
- package/build/components/StatusButton/ChevronIcon.d.ts +2 -0
- package/build/components/StatusButton/ChevronIcon.js +18 -0
- package/build/components/StatusButton/StatusButton.d.ts +4 -0
- package/build/components/StatusButton/StatusButton.js +74 -0
- package/build/components/StatusButton/constant.d.ts +21 -0
- package/build/components/StatusButton/constant.js +22 -0
- package/build/components/StatusButton/index.d.ts +4 -0
- package/build/components/StatusButton/index.js +3 -0
- package/build/components/StatusButton/style.d.ts +39 -0
- package/build/components/StatusButton/style.js +81 -0
- package/build/components/StatusButton/type.d.ts +24 -0
- package/build/components/StatusButton/type.js +1 -0
- package/build/components/StatusButtons/StatusButtons.d.ts +11 -0
- package/build/components/StatusButtons/StatusButtons.js +38 -0
- package/build/components/StatusChip/StatusChip.d.ts +4 -0
- package/build/components/StatusChip/StatusChip.js +19 -0
- package/build/components/StatusChip/index.d.ts +3 -0
- package/build/components/StatusChip/index.js +2 -0
- package/build/components/StatusChip/style.d.ts +14 -0
- package/build/components/StatusChip/style.js +32 -0
- package/build/components/StatusChip/type.d.ts +9 -0
- package/build/components/StatusChip/type.js +1 -0
- package/build/components/StatusIcons/AgreementIcon/AgreementIcon.d.ts +3 -0
- package/build/components/StatusIcons/AgreementIcon/AgreementIcon.js +34 -0
- package/build/components/StatusIcons/AgreementIcon/constant.d.ts +54 -0
- package/build/components/StatusIcons/AgreementIcon/constant.js +32 -0
- package/build/components/StatusIcons/AgreementIcon/index.d.ts +3 -0
- package/build/components/StatusIcons/AgreementIcon/index.js +3 -0
- package/build/components/StatusIcons/AgreementIcon/style.d.ts +7 -0
- package/build/components/StatusIcons/AgreementIcon/style.js +37 -0
- package/build/components/StatusIcons/AgreementIcon/type.d.ts +9 -0
- package/build/components/StatusIcons/AgreementIcon/type.js +1 -0
- package/build/components/StatusIcons/AuthIcons/AuthIcons.d.ts +3 -0
- package/build/components/StatusIcons/AuthIcons/AuthIcons.js +45 -0
- package/build/components/StatusIcons/AuthIcons/constants.d.ts +23 -0
- package/build/components/StatusIcons/AuthIcons/constants.js +30 -0
- package/build/components/StatusIcons/AuthIcons/index.d.ts +3 -0
- package/build/components/StatusIcons/AuthIcons/index.js +3 -0
- package/build/components/StatusIcons/AuthIcons/style.d.ts +536 -0
- package/build/components/StatusIcons/AuthIcons/style.js +61 -0
- package/build/components/StatusIcons/AuthIcons/type.d.ts +30 -0
- package/build/components/StatusIcons/AuthIcons/type.js +14 -0
- package/build/components/StatusIcons/AuthIcons/utils.d.ts +1 -0
- package/build/components/StatusIcons/AuthIcons/utils.js +8 -0
- package/build/components/StatusIcons/AuthorizationAutoIcons/CaptureAutoIcon.d.ts +3 -0
- package/build/components/StatusIcons/AuthorizationAutoIcons/CaptureAutoIcon.js +62 -0
- package/build/components/StatusIcons/AuthorizationAutoIcons/VoidAutoIcon.d.ts +3 -0
- package/build/components/StatusIcons/AuthorizationAutoIcons/VoidAutoIcon.js +65 -0
- package/build/components/StatusIcons/AuthorizationAutoIcons/constant.d.ts +8 -0
- package/build/components/StatusIcons/AuthorizationAutoIcons/constant.js +5 -0
- package/build/components/StatusIcons/AuthorizationAutoIcons/index.d.ts +4 -0
- package/build/components/StatusIcons/AuthorizationAutoIcons/index.js +4 -0
- package/build/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +280 -0
- package/build/components/StatusIcons/AuthorizationAutoIcons/style.js +58 -0
- package/build/components/StatusIcons/AuthorizationAutoIcons/type.d.ts +14 -0
- package/build/components/StatusIcons/AuthorizationAutoIcons/type.js +1 -0
- package/build/components/StatusIcons/AuthorizationAutoIcons/utils.d.ts +1 -0
- package/build/components/StatusIcons/AuthorizationAutoIcons/utils.js +9 -0
- package/build/components/StatusIcons/AuthorizedIcon/AuthorizedIcon.d.ts +11 -0
- package/build/components/StatusIcons/AuthorizedIcon/AuthorizedIcon.js +15 -0
- package/build/components/StatusIcons/AuthorizedIcon/index.d.ts +1 -0
- package/build/components/StatusIcons/AuthorizedIcon/index.js +1 -0
- package/build/components/StatusIcons/ChargeStatusIcon/ChargeStatusIcon.d.ts +22 -0
- package/build/components/StatusIcons/ChargeStatusIcon/ChargeStatusIcon.js +59 -0
- package/build/components/StatusIcons/ChargeStatusIcon/index.d.ts +1 -0
- package/build/components/StatusIcons/ChargeStatusIcon/index.js +1 -0
- package/build/components/StatusIcons/ChargeStatusIcon/style.d.ts +1631 -0
- package/build/components/StatusIcons/ChargeStatusIcon/style.js +113 -0
- package/build/components/StatusIcons/CustomerInitiated/CustomerInitiatedIcon.d.ts +1 -0
- package/build/components/StatusIcons/CustomerInitiated/CustomerInitiatedIcon.js +11 -0
- package/build/components/StatusIcons/CustomerInitiated/index.d.ts +1 -0
- package/build/components/StatusIcons/CustomerInitiated/index.js +1 -0
- package/build/components/StatusIcons/DestinationIcon/DestinationIcon.d.ts +5 -0
- package/build/components/StatusIcons/DestinationIcon/DestinationIcon.js +14 -0
- package/build/components/StatusIcons/DestinationIcon/constant.d.ts +18 -0
- package/build/components/StatusIcons/DestinationIcon/constant.js +7 -0
- package/build/components/StatusIcons/DestinationIcon/index.d.ts +1 -0
- package/build/components/StatusIcons/DestinationIcon/index.js +1 -0
- package/build/components/StatusIcons/DestinationIcon/style.d.ts +4 -0
- package/build/components/StatusIcons/DestinationIcon/style.js +20 -0
- package/build/components/StatusIcons/DeviceIcon/DeviceIcon.d.ts +10 -0
- package/build/components/StatusIcons/DeviceIcon/DeviceIcon.js +7 -0
- package/build/components/StatusIcons/DeviceIcon/index.d.ts +1 -0
- package/build/components/StatusIcons/DeviceIcon/index.js +1 -0
- package/build/components/StatusIcons/DisputeIcon/DisputeIcon.d.ts +7 -0
- package/build/components/StatusIcons/DisputeIcon/DisputeIcon.js +9 -0
- package/build/components/StatusIcons/DisputeIcon/index.d.ts +1 -0
- package/build/components/StatusIcons/DisputeIcon/index.js +1 -0
- package/build/components/StatusIcons/GeographyIcon/GeographyIcon.d.ts +5 -0
- package/build/components/StatusIcons/GeographyIcon/GeographyIcon.js +19 -0
- package/build/components/StatusIcons/GeographyIcon/index.d.ts +1 -0
- package/build/components/StatusIcons/GeographyIcon/index.js +1 -0
- package/build/components/StatusIcons/GeographyIcon/style.d.ts +7 -0
- package/build/components/StatusIcons/GeographyIcon/style.js +23 -0
- package/build/components/StatusIcons/IssuerIcon/IssuerIcon.d.ts +2 -0
- package/build/components/StatusIcons/IssuerIcon/IssuerIcon.js +9 -0
- package/build/components/StatusIcons/IssuerIcon/index.d.ts +3 -0
- package/build/components/StatusIcons/IssuerIcon/index.js +3 -0
- package/build/components/StatusIcons/IssuerIcon/style.d.ts +8 -0
- package/build/components/StatusIcons/IssuerIcon/style.js +10 -0
- package/build/components/StatusIcons/IssuerIcon/type.d.ts +8 -0
- package/build/components/StatusIcons/IssuerIcon/type.js +1 -0
- package/build/components/StatusIcons/PayoutIcon/PayoutIcon.d.ts +12 -0
- package/build/components/StatusIcons/PayoutIcon/PayoutIcon.js +17 -0
- package/build/components/StatusIcons/PayoutIcon/index.d.ts +1 -0
- package/build/components/StatusIcons/PayoutIcon/index.js +1 -0
- package/build/components/StatusIcons/RefundIcon/RefundIcon.d.ts +11 -0
- package/build/components/StatusIcons/RefundIcon/RefundIcon.js +51 -0
- package/build/components/StatusIcons/RefundIcon/index.d.ts +2 -0
- package/build/components/StatusIcons/RefundIcon/index.js +2 -0
- package/build/components/StatusIcons/SourceIcons/SourceIcons.d.ts +2 -0
- package/build/components/StatusIcons/SourceIcons/SourceIcons.js +38 -0
- package/build/components/StatusIcons/SourceIcons/components/SourceIcon.d.ts +5 -0
- package/build/components/StatusIcons/SourceIcons/components/SourceIcon.js +13 -0
- package/build/components/StatusIcons/SourceIcons/components/index.d.ts +1 -0
- package/build/components/StatusIcons/SourceIcons/components/index.js +1 -0
- package/build/components/StatusIcons/SourceIcons/index.d.ts +2 -0
- package/build/components/StatusIcons/SourceIcons/index.js +2 -0
- package/build/components/StatusIcons/SourceIcons/style.d.ts +271 -0
- package/build/components/StatusIcons/SourceIcons/style.js +57 -0
- package/build/components/StatusIcons/SourceIcons/type.d.ts +9 -0
- package/build/components/StatusIcons/SourceIcons/type.js +1 -0
- package/build/components/StatusIcons/SourceIcons/utils.d.ts +1 -0
- package/build/components/StatusIcons/SourceIcons/utils.js +8 -0
- package/build/components/StatusIcons/index.d.ts +14 -0
- package/build/components/StatusIcons/index.js +14 -0
- package/build/components/StatusLabel/StatusLabel.d.ts +8 -0
- package/build/components/StatusLabel/StatusLabel.js +10 -0
- package/build/components/StatusLabel/index.d.ts +2 -0
- package/build/components/StatusLabel/index.js +2 -0
- package/build/components/StatusLabel/style.d.ts +9 -0
- package/build/components/StatusLabel/style.js +20 -0
- package/build/components/TableCells/CustomCells/ActionCell/ActionCell.d.ts +10 -0
- package/build/components/TableCells/CustomCells/ActionCell/ActionCell.js +96 -0
- package/build/components/TableCells/CustomCells/ActionCell/components/ActionIconsVariants.d.ts +13 -0
- package/build/components/TableCells/CustomCells/ActionCell/components/ActionIconsVariants.js +21 -0
- package/build/components/TableCells/CustomCells/ActionCell/components/index.d.ts +1 -0
- package/build/components/TableCells/CustomCells/ActionCell/components/index.js +1 -0
- package/build/components/TableCells/CustomCells/ActionCell/constant.d.ts +31 -0
- package/build/components/TableCells/CustomCells/ActionCell/constant.js +27 -0
- package/build/components/TableCells/CustomCells/ActionCell/hooks/useActionCell.d.ts +31 -0
- package/build/components/TableCells/CustomCells/ActionCell/hooks/useActionCell.js +37 -0
- package/build/components/TableCells/CustomCells/ActionCell/index.d.ts +3 -0
- package/build/components/TableCells/CustomCells/ActionCell/index.js +3 -0
- package/build/components/TableCells/CustomCells/ActionCell/style.d.ts +287 -0
- package/build/components/TableCells/CustomCells/ActionCell/style.js +29 -0
- package/build/components/TableCells/CustomCells/ActionCell/type.d.ts +3 -0
- package/build/components/TableCells/CustomCells/ActionCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/AgreementCell/AgreementCell.d.ts +3 -0
- package/build/components/TableCells/CustomCells/AgreementCell/AgreementCell.js +52 -0
- package/build/components/TableCells/CustomCells/AgreementCell/constant.d.ts +54 -0
- package/build/components/TableCells/CustomCells/AgreementCell/constant.js +32 -0
- package/build/components/TableCells/CustomCells/AgreementCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/AgreementCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/AgreementCell/style.d.ts +7 -0
- package/build/components/TableCells/CustomCells/AgreementCell/style.js +37 -0
- package/build/components/TableCells/CustomCells/AgreementCell/type.d.ts +9 -0
- package/build/components/TableCells/CustomCells/AgreementCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/AmountCell/AmountCell.d.ts +3 -0
- package/build/components/TableCells/CustomCells/AmountCell/AmountCell.js +26 -0
- package/build/components/TableCells/CustomCells/AmountCell/AmountConversionTooltipLabel.d.ts +11 -0
- package/build/components/TableCells/CustomCells/AmountCell/AmountConversionTooltipLabel.js +15 -0
- package/build/components/TableCells/CustomCells/AmountCell/index.d.ts +3 -0
- package/build/components/TableCells/CustomCells/AmountCell/index.js +3 -0
- package/build/components/TableCells/CustomCells/AmountCell/style.d.ts +15 -0
- package/build/components/TableCells/CustomCells/AmountCell/style.js +43 -0
- package/build/components/TableCells/CustomCells/ApplicationStatusCell/ApplicationStatusCell.d.ts +2 -0
- package/build/components/TableCells/CustomCells/ApplicationStatusCell/ApplicationStatusCell.js +22 -0
- package/build/components/TableCells/CustomCells/ApplicationStatusCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/ApplicationStatusCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +5 -0
- package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.js +22 -0
- package/build/components/TableCells/CustomCells/ApplicationStatusCell/type.d.ts +7 -0
- package/build/components/TableCells/CustomCells/ApplicationStatusCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/AppsCell/AppsCell.d.ts +2 -0
- package/build/components/TableCells/CustomCells/AppsCell/AppsCell.js +25 -0
- package/build/components/TableCells/CustomCells/AppsCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/AppsCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/AppsCell/type.d.ts +7 -0
- package/build/components/TableCells/CustomCells/AppsCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/AuthCell/AuthCell.d.ts +3 -0
- package/build/components/TableCells/CustomCells/AuthCell/AuthCell.js +30 -0
- package/build/components/TableCells/CustomCells/AuthCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/AuthCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/AuthCell/style.d.ts +3 -0
- package/build/components/TableCells/CustomCells/AuthCell/style.js +15 -0
- package/build/components/TableCells/CustomCells/AuthCell/type.d.ts +6 -0
- package/build/components/TableCells/CustomCells/AuthCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/AuthenticationCell/AuthenticationCell.d.ts +3 -0
- package/build/components/TableCells/CustomCells/AuthenticationCell/AuthenticationCell.js +66 -0
- package/build/components/TableCells/CustomCells/AuthenticationCell/constant.d.ts +49 -0
- package/build/components/TableCells/CustomCells/AuthenticationCell/constant.js +50 -0
- package/build/components/TableCells/CustomCells/AuthenticationCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/AuthenticationCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +555 -0
- package/build/components/TableCells/CustomCells/AuthenticationCell/style.js +65 -0
- package/build/components/TableCells/CustomCells/AuthenticationCell/type.d.ts +8 -0
- package/build/components/TableCells/CustomCells/AuthenticationCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/AuthenticationStatusCell.d.ts +3 -0
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/AuthenticationStatusCell.js +31 -0
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/constant.d.ts +29 -0
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/constant.js +18 -0
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +1314 -0
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.js +57 -0
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/type.d.ts +15 -0
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/AuthenticationTypeCell.d.ts +3 -0
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/AuthenticationTypeCell.js +24 -0
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/constant.d.ts +8 -0
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/constant.js +9 -0
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +1314 -0
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.js +57 -0
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/type.d.ts +6 -0
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/AvatarCell/AvatarCell.d.ts +2 -0
- package/build/components/TableCells/CustomCells/AvatarCell/AvatarCell.js +36 -0
- package/build/components/TableCells/CustomCells/AvatarCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/AvatarCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/AvatarCell/type.d.ts +8 -0
- package/build/components/TableCells/CustomCells/AvatarCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/BalanceCell/BalanceCell.d.ts +3 -0
- package/build/components/TableCells/CustomCells/BalanceCell/BalanceCell.js +70 -0
- package/build/components/TableCells/CustomCells/BalanceCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/BalanceCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/BalanceCell/style.d.ts +270 -0
- package/build/components/TableCells/CustomCells/BalanceCell/style.js +39 -0
- package/build/components/TableCells/CustomCells/BalanceCell/type.d.ts +8 -0
- package/build/components/TableCells/CustomCells/BalanceCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/BalanceCell/utils.d.ts +1 -0
- package/build/components/TableCells/CustomCells/BalanceCell/utils.js +9 -0
- package/build/components/TableCells/CustomCells/BankCell/BankCell.d.ts +3 -0
- package/build/components/TableCells/CustomCells/BankCell/BankCell.js +30 -0
- package/build/components/TableCells/CustomCells/BankCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/BankCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/BankCell/style.d.ts +6 -0
- package/build/components/TableCells/CustomCells/BankCell/style.js +37 -0
- package/build/components/TableCells/CustomCells/BankCell/type.d.ts +6 -0
- package/build/components/TableCells/CustomCells/BankCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/BankReferenceCell/BankReferenceCell.d.ts +5 -0
- package/build/components/TableCells/CustomCells/BankReferenceCell/BankReferenceCell.js +10 -0
- package/build/components/TableCells/CustomCells/BankReferenceCell/index.d.ts +1 -0
- package/build/components/TableCells/CustomCells/BankReferenceCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/BankReferenceCell/style.d.ts +4 -0
- package/build/components/TableCells/CustomCells/BankReferenceCell/style.js +14 -0
- package/build/components/TableCells/CustomCells/BrandCell/BrandCell.d.ts +3 -0
- package/build/components/TableCells/CustomCells/BrandCell/BrandCell.js +27 -0
- package/build/components/TableCells/CustomCells/BrandCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/BrandCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/BrandCell/style.d.ts +4 -0
- package/build/components/TableCells/CustomCells/BrandCell/style.js +20 -0
- package/build/components/TableCells/CustomCells/BrandCell/type.d.ts +5 -0
- package/build/components/TableCells/CustomCells/BrandCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/BrandsCell/BrandsCell.d.ts +2 -0
- package/build/components/TableCells/CustomCells/BrandsCell/BrandsCell.js +28 -0
- package/build/components/TableCells/CustomCells/BrandsCell/constants.d.ts +6 -0
- package/build/components/TableCells/CustomCells/BrandsCell/constants.js +7 -0
- package/build/components/TableCells/CustomCells/BrandsCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/BrandsCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/BrandsCell/style.d.ts +5 -0
- package/build/components/TableCells/CustomCells/BrandsCell/style.js +28 -0
- package/build/components/TableCells/CustomCells/BrandsCell/type.d.ts +9 -0
- package/build/components/TableCells/CustomCells/BrandsCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/BusinessStatusCell/BusinessStatusCell.d.ts +2 -0
- package/build/components/TableCells/CustomCells/BusinessStatusCell/BusinessStatusCell.js +39 -0
- package/build/components/TableCells/CustomCells/BusinessStatusCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/BusinessStatusCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/BusinessStatusCell/type.d.ts +4 -0
- package/build/components/TableCells/CustomCells/BusinessStatusCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/ChannelsCell/ChannelsCell.d.ts +3 -0
- package/build/components/TableCells/CustomCells/ChannelsCell/ChannelsCell.js +55 -0
- package/build/components/TableCells/CustomCells/ChannelsCell/constant.d.ts +5 -0
- package/build/components/TableCells/CustomCells/ChannelsCell/constant.js +6 -0
- package/build/components/TableCells/CustomCells/ChannelsCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/ChannelsCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/ChannelsCell/style.d.ts +269 -0
- package/build/components/TableCells/CustomCells/ChannelsCell/style.js +36 -0
- package/build/components/TableCells/CustomCells/ChannelsCell/type.d.ts +7 -0
- package/build/components/TableCells/CustomCells/ChannelsCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/CheckoutStatusCell.d.ts +3 -0
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/CheckoutStatusCell.js +32 -0
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/constant.d.ts +4 -0
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/constant.js +5 -0
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +266 -0
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.js +20 -0
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/type.d.ts +6 -0
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/CurrencyCell/CurrencyCell.d.ts +5 -0
- package/build/components/TableCells/CustomCells/CurrencyCell/CurrencyCell.js +7 -0
- package/build/components/TableCells/CustomCells/CurrencyCell/index.d.ts +1 -0
- package/build/components/TableCells/CustomCells/CurrencyCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/CurrencyCell/style.d.ts +9 -0
- package/build/components/TableCells/CustomCells/CurrencyCell/style.js +22 -0
- package/build/components/TableCells/CustomCells/CustomerCell/CustomerCell.d.ts +3 -0
- package/build/components/TableCells/CustomCells/CustomerCell/CustomerCell.js +49 -0
- package/build/components/TableCells/CustomCells/CustomerCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/CustomerCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/CustomerCell/style.d.ts +8 -0
- package/build/components/TableCells/CustomCells/CustomerCell/style.js +24 -0
- package/build/components/TableCells/CustomCells/CustomerCell/type.d.ts +4 -0
- package/build/components/TableCells/CustomCells/CustomerCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/DateCell/DateCell.d.ts +3 -0
- package/build/components/TableCells/CustomCells/DateCell/DateCell.js +29 -0
- package/build/components/TableCells/CustomCells/DateCell/index.d.ts +1 -0
- package/build/components/TableCells/CustomCells/DateCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/DateCell/style.d.ts +4 -0
- package/build/components/TableCells/CustomCells/DateCell/style.js +7 -0
- package/build/components/TableCells/CustomCells/DestinationCell/DestinationCell.d.ts +3 -0
- package/build/components/TableCells/CustomCells/DestinationCell/DestinationCell.js +39 -0
- package/build/components/TableCells/CustomCells/DestinationCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/DestinationCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/DestinationCell/styled.d.ts +16 -0
- package/build/components/TableCells/CustomCells/DestinationCell/styled.js +68 -0
- package/build/components/TableCells/CustomCells/DestinationCell/utils.d.ts +27 -0
- package/build/components/TableCells/CustomCells/DestinationCell/utils.js +12 -0
- package/build/components/TableCells/CustomCells/DestinationStatusCell/DestinationStatusCell.d.ts +3 -0
- package/build/components/TableCells/CustomCells/DestinationStatusCell/DestinationStatusCell.js +25 -0
- package/build/components/TableCells/CustomCells/DestinationStatusCell/constant.d.ts +16 -0
- package/build/components/TableCells/CustomCells/DestinationStatusCell/constant.js +7 -0
- package/build/components/TableCells/CustomCells/DestinationStatusCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/DestinationStatusCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +1314 -0
- package/build/components/TableCells/CustomCells/DestinationStatusCell/style.js +57 -0
- package/build/components/TableCells/CustomCells/DestinationStatusCell/type.d.ts +9 -0
- package/build/components/TableCells/CustomCells/DestinationStatusCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/DeviceCell/DeviceCell.d.ts +3 -0
- package/build/components/TableCells/CustomCells/DeviceCell/DeviceCell.js +21 -0
- package/build/components/TableCells/CustomCells/DeviceCell/index.d.ts +1 -0
- package/build/components/TableCells/CustomCells/DeviceCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/DeviceCell/style.d.ts +2 -0
- package/build/components/TableCells/CustomCells/DeviceCell/style.js +7 -0
- package/build/components/TableCells/CustomCells/DueDateCell/DueDateCell.d.ts +3 -0
- package/build/components/TableCells/CustomCells/DueDateCell/DueDateCell.js +186 -0
- package/build/components/TableCells/CustomCells/DueDateCell/index.d.ts +1 -0
- package/build/components/TableCells/CustomCells/DueDateCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/DueDateCell/style.d.ts +268 -0
- package/build/components/TableCells/CustomCells/DueDateCell/style.js +36 -0
- package/build/components/TableCells/CustomCells/DueDateCell/type.d.ts +7 -0
- package/build/components/TableCells/CustomCells/DueDateCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/DueDateCell/utils.d.ts +1 -0
- package/build/components/TableCells/CustomCells/DueDateCell/utils.js +11 -0
- package/build/components/TableCells/CustomCells/EntityCell/EntityCell.d.ts +2 -0
- package/build/components/TableCells/CustomCells/EntityCell/EntityCell.js +24 -0
- package/build/components/TableCells/CustomCells/EntityCell/constants.d.ts +6 -0
- package/build/components/TableCells/CustomCells/EntityCell/constants.js +7 -0
- package/build/components/TableCells/CustomCells/EntityCell/index.d.ts +1 -0
- package/build/components/TableCells/CustomCells/EntityCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/EntityCell/style.d.ts +9 -0
- package/build/components/TableCells/CustomCells/EntityCell/style.js +52 -0
- package/build/components/TableCells/CustomCells/EntityCell/type.d.ts +7 -0
- package/build/components/TableCells/CustomCells/EntityCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/IDButton/IDButton.d.ts +7 -0
- package/build/components/TableCells/CustomCells/IDButton/IDButton.js +44 -0
- package/build/components/TableCells/CustomCells/IDButton/index.d.ts +1 -0
- package/build/components/TableCells/CustomCells/IDButton/index.js +1 -0
- package/build/components/TableCells/CustomCells/IDButton/style.d.ts +527 -0
- package/build/components/TableCells/CustomCells/IDButton/style.js +15 -0
- package/build/components/TableCells/CustomCells/IndividualsCell/IndividualsCell.d.ts +2 -0
- package/build/components/TableCells/CustomCells/IndividualsCell/IndividualsCell.js +21 -0
- package/build/components/TableCells/CustomCells/IndividualsCell/constants.d.ts +6 -0
- package/build/components/TableCells/CustomCells/IndividualsCell/constants.js +7 -0
- package/build/components/TableCells/CustomCells/IndividualsCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/IndividualsCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/IndividualsCell/style.d.ts +8 -0
- package/build/components/TableCells/CustomCells/IndividualsCell/style.js +51 -0
- package/build/components/TableCells/CustomCells/IndividualsCell/type.d.ts +7 -0
- package/build/components/TableCells/CustomCells/IndividualsCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/IntentsStatusCell/IntentsStatusCell.d.ts +2 -0
- package/build/components/TableCells/CustomCells/IntentsStatusCell/IntentsStatusCell.js +33 -0
- package/build/components/TableCells/CustomCells/IntentsStatusCell/constant.d.ts +6 -0
- package/build/components/TableCells/CustomCells/IntentsStatusCell/constant.js +7 -0
- package/build/components/TableCells/CustomCells/IntentsStatusCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/IntentsStatusCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +266 -0
- package/build/components/TableCells/CustomCells/IntentsStatusCell/style.js +20 -0
- package/build/components/TableCells/CustomCells/IntentsStatusCell/type.d.ts +9 -0
- package/build/components/TableCells/CustomCells/IntentsStatusCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/InvoiceStatusCell.d.ts +2 -0
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/InvoiceStatusCell.js +89 -0
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/constant.d.ts +16 -0
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/constant.js +17 -0
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +267 -0
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.js +32 -0
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/type.d.ts +15 -0
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/utils.d.ts +5 -0
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/utils.js +40 -0
- package/build/components/TableCells/CustomCells/MarketPlaceCell/MarketPlaceCell.d.ts +2 -0
- package/build/components/TableCells/CustomCells/MarketPlaceCell/MarketPlaceCell.js +29 -0
- package/build/components/TableCells/CustomCells/MarketPlaceCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/MarketPlaceCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/MarketPlaceCell/type.d.ts +6 -0
- package/build/components/TableCells/CustomCells/MarketPlaceCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/MetadataCell/MetadataCell.d.ts +5 -0
- package/build/components/TableCells/CustomCells/MetadataCell/MetadataCell.js +18 -0
- package/build/components/TableCells/CustomCells/MetadataCell/index.d.ts +1 -0
- package/build/components/TableCells/CustomCells/MetadataCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/OrderCell/OrderCell.d.ts +3 -0
- package/build/components/TableCells/CustomCells/OrderCell/OrderCell.js +30 -0
- package/build/components/TableCells/CustomCells/OrderCell/constant.d.ts +1 -0
- package/build/components/TableCells/CustomCells/OrderCell/constant.js +1 -0
- package/build/components/TableCells/CustomCells/OrderCell/index.d.ts +1 -0
- package/build/components/TableCells/CustomCells/OrderCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/PayoutDateCell/PayoutDateCell.d.ts +2 -0
- package/build/components/TableCells/CustomCells/PayoutDateCell/PayoutDateCell.js +35 -0
- package/build/components/TableCells/CustomCells/PayoutDateCell/index.d.ts +1 -0
- package/build/components/TableCells/CustomCells/PayoutDateCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/PayoutReportCell/PayoutReportCell.d.ts +9 -0
- package/build/components/TableCells/CustomCells/PayoutReportCell/PayoutReportCell.js +21 -0
- package/build/components/TableCells/CustomCells/PayoutReportCell/index.d.ts +1 -0
- package/build/components/TableCells/CustomCells/PayoutReportCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/PayoutReportCell/style.d.ts +5 -0
- package/build/components/TableCells/CustomCells/PayoutReportCell/style.js +17 -0
- package/build/components/TableCells/CustomCells/PayoutStatusCell/PayoutStatusCell.d.ts +3 -0
- package/build/components/TableCells/CustomCells/PayoutStatusCell/PayoutStatusCell.js +26 -0
- package/build/components/TableCells/CustomCells/PayoutStatusCell/constant.d.ts +11 -0
- package/build/components/TableCells/CustomCells/PayoutStatusCell/constant.js +12 -0
- package/build/components/TableCells/CustomCells/PayoutStatusCell/index.d.ts +3 -0
- package/build/components/TableCells/CustomCells/PayoutStatusCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +1314 -0
- package/build/components/TableCells/CustomCells/PayoutStatusCell/style.js +57 -0
- package/build/components/TableCells/CustomCells/PayoutStatusCell/type.d.ts +7 -0
- package/build/components/TableCells/CustomCells/PayoutStatusCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/ProductsCell/ProductsCell.d.ts +3 -0
- package/build/components/TableCells/CustomCells/ProductsCell/ProductsCell.js +63 -0
- package/build/components/TableCells/CustomCells/ProductsCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/ProductsCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/ProductsCell/style.d.ts +275 -0
- package/build/components/TableCells/CustomCells/ProductsCell/style.js +58 -0
- package/build/components/TableCells/CustomCells/ProductsCell/type.d.ts +4 -0
- package/build/components/TableCells/CustomCells/ProductsCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/ReceiptCell/ReceiptCell.d.ts +5 -0
- package/build/components/TableCells/CustomCells/ReceiptCell/ReceiptCell.js +15 -0
- package/build/components/TableCells/CustomCells/ReceiptCell/index.d.ts +1 -0
- package/build/components/TableCells/CustomCells/ReceiptCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/ReferenceCell/ReferenceCell.d.ts +3 -0
- package/build/components/TableCells/CustomCells/ReferenceCell/ReferenceCell.js +64 -0
- package/build/components/TableCells/CustomCells/ReferenceCell/constant.d.ts +11 -0
- package/build/components/TableCells/CustomCells/ReferenceCell/constant.js +16 -0
- package/build/components/TableCells/CustomCells/ReferenceCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/ReferenceCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/ReferenceCell/style.d.ts +289 -0
- package/build/components/TableCells/CustomCells/ReferenceCell/style.js +58 -0
- package/build/components/TableCells/CustomCells/ReferenceCell/type.d.ts +13 -0
- package/build/components/TableCells/CustomCells/ReferenceCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/RefundChargeCell/RefundChargeCell.d.ts +3 -0
- package/build/components/TableCells/CustomCells/RefundChargeCell/RefundChargeCell.js +96 -0
- package/build/components/TableCells/CustomCells/RefundChargeCell/constant.d.ts +14 -0
- package/build/components/TableCells/CustomCells/RefundChargeCell/constant.js +14 -0
- package/build/components/TableCells/CustomCells/RefundChargeCell/index.d.ts +1 -0
- package/build/components/TableCells/CustomCells/RefundChargeCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +531 -0
- package/build/components/TableCells/CustomCells/RefundChargeCell/style.js +39 -0
- package/build/components/TableCells/CustomCells/RefundChargeCell/type.d.ts +12 -0
- package/build/components/TableCells/CustomCells/RefundChargeCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/RefundChargeCell/utils.d.ts +1 -0
- package/build/components/TableCells/CustomCells/RefundChargeCell/utils.js +9 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/RefundStatusCell.d.ts +3 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/RefundStatusCell.js +32 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundStateIcon.d.ts +2 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundStateIcon.js +18 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundStatus.d.ts +2 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundStatus.js +54 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundStatusIcon.d.ts +2 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundStatusIcon.js +10 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/components/index.d.ts +3 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/components/index.js +3 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/constant.d.ts +7 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/constant.js +20 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/hooks/useRefundStyles.d.ts +50 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/hooks/useRefundStyles.js +54 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/index.d.ts +3 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +279 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/style.js +71 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/type.d.ts +17 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/SalesChannelCell/SalesChannelCell.d.ts +3 -0
- package/build/components/TableCells/CustomCells/SalesChannelCell/SalesChannelCell.js +34 -0
- package/build/components/TableCells/CustomCells/SalesChannelCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/SalesChannelCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +269 -0
- package/build/components/TableCells/CustomCells/SalesChannelCell/style.js +36 -0
- package/build/components/TableCells/CustomCells/SalesChannelCell/type.d.ts +6 -0
- package/build/components/TableCells/CustomCells/SalesChannelCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/SegmentsCell/SegmentsCell.d.ts +3 -0
- package/build/components/TableCells/CustomCells/SegmentsCell/SegmentsCell.js +42 -0
- package/build/components/TableCells/CustomCells/SegmentsCell/constant.d.ts +7 -0
- package/build/components/TableCells/CustomCells/SegmentsCell/constant.js +8 -0
- package/build/components/TableCells/CustomCells/SegmentsCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/SegmentsCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/SegmentsCell/style.d.ts +288 -0
- package/build/components/TableCells/CustomCells/SegmentsCell/style.js +55 -0
- package/build/components/TableCells/CustomCells/SegmentsCell/type.d.ts +11 -0
- package/build/components/TableCells/CustomCells/SegmentsCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/SheetViewIDButton/SheetViewIDButton.d.ts +7 -0
- package/build/components/TableCells/CustomCells/SheetViewIDButton/SheetViewIDButton.js +35 -0
- package/build/components/TableCells/CustomCells/SheetViewIDButton/index.d.ts +1 -0
- package/build/components/TableCells/CustomCells/SheetViewIDButton/index.js +1 -0
- package/build/components/TableCells/CustomCells/SheetViewIDButton/style.d.ts +3 -0
- package/build/components/TableCells/CustomCells/SheetViewIDButton/style.js +22 -0
- package/build/components/TableCells/CustomCells/SourceCell/SourceCell.d.ts +3 -0
- package/build/components/TableCells/CustomCells/SourceCell/SourceCell.js +78 -0
- package/build/components/TableCells/CustomCells/SourceCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/SourceCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/SourceCell/style.d.ts +269 -0
- package/build/components/TableCells/CustomCells/SourceCell/style.js +42 -0
- package/build/components/TableCells/CustomCells/SourceCell/utils.d.ts +1 -0
- package/build/components/TableCells/CustomCells/SourceCell/utils.js +8 -0
- package/build/components/TableCells/CustomCells/SourceMergedCell/CollapsedViewIcon.d.ts +11 -0
- package/build/components/TableCells/CustomCells/SourceMergedCell/CollapsedViewIcon.js +51 -0
- package/build/components/TableCells/CustomCells/SourceMergedCell/SourceMergedCell.d.ts +3 -0
- package/build/components/TableCells/CustomCells/SourceMergedCell/SourceMergedCell.js +99 -0
- package/build/components/TableCells/CustomCells/SourceMergedCell/index.d.ts +3 -0
- package/build/components/TableCells/CustomCells/SourceMergedCell/index.js +3 -0
- package/build/components/TableCells/CustomCells/SourceMergedCell/style.d.ts +1622 -0
- package/build/components/TableCells/CustomCells/SourceMergedCell/style.js +95 -0
- package/build/components/TableCells/CustomCells/SourceMergedCell/type.d.ts +19 -0
- package/build/components/TableCells/CustomCells/SourceMergedCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/SourceMergedCell/utils.d.ts +12 -0
- package/build/components/TableCells/CustomCells/SourceMergedCell/utils.js +12 -0
- package/build/components/TableCells/CustomCells/StatusCell/StatusCell.d.ts +6 -0
- package/build/components/TableCells/CustomCells/StatusCell/StatusCell.js +47 -0
- package/build/components/TableCells/CustomCells/StatusCell/constant.d.ts +76 -0
- package/build/components/TableCells/CustomCells/StatusCell/constant.js +122 -0
- package/build/components/TableCells/CustomCells/StatusCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/StatusCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/StatusCell/style.d.ts +1608 -0
- package/build/components/TableCells/CustomCells/StatusCell/style.js +67 -0
- package/build/components/TableCells/CustomCells/StatusCell/type.d.ts +13 -0
- package/build/components/TableCells/CustomCells/StatusCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/StatusCell/utils.d.ts +2 -0
- package/build/components/TableCells/CustomCells/StatusCell/utils.js +8 -0
- package/build/components/TableCells/CustomCells/TextTableCell/TextTableCell.d.ts +2 -0
- package/build/components/TableCells/CustomCells/TextTableCell/TextTableCell.js +6 -0
- package/build/components/TableCells/CustomCells/TextTableCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/TextTableCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/TextTableCell/type.d.ts +6 -0
- package/build/components/TableCells/CustomCells/TextTableCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/TextWithBadgeCell/TextWithBadgeCell.d.ts +3 -0
- package/build/components/TableCells/CustomCells/TextWithBadgeCell/TextWithBadgeCell.js +29 -0
- package/build/components/TableCells/CustomCells/TextWithBadgeCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/TextWithBadgeCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/TextWithBadgeCell/type.d.ts +6 -0
- package/build/components/TableCells/CustomCells/TextWithBadgeCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/TokenStatusCell/TokenStatusCell.d.ts +3 -0
- package/build/components/TableCells/CustomCells/TokenStatusCell/TokenStatusCell.js +33 -0
- package/build/components/TableCells/CustomCells/TokenStatusCell/constant.d.ts +8 -0
- package/build/components/TableCells/CustomCells/TokenStatusCell/constant.js +9 -0
- package/build/components/TableCells/CustomCells/TokenStatusCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/TokenStatusCell/index.js +1 -0
- package/build/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +1314 -0
- package/build/components/TableCells/CustomCells/TokenStatusCell/style.js +57 -0
- package/build/components/TableCells/CustomCells/TokenStatusCell/type.d.ts +17 -0
- package/build/components/TableCells/CustomCells/TokenStatusCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/WalletCell/WalletCell.d.ts +3 -0
- package/build/components/TableCells/CustomCells/WalletCell/WalletCell.js +30 -0
- package/build/components/TableCells/CustomCells/WalletCell/index.d.ts +2 -0
- package/build/components/TableCells/CustomCells/WalletCell/index.js +2 -0
- package/build/components/TableCells/CustomCells/WalletCell/style.d.ts +5 -0
- package/build/components/TableCells/CustomCells/WalletCell/style.js +26 -0
- package/build/components/TableCells/CustomCells/WalletCell/type.d.ts +6 -0
- package/build/components/TableCells/CustomCells/WalletCell/type.js +1 -0
- package/build/components/TableCells/CustomCells/index.d.ts +49 -0
- package/build/components/TableCells/CustomCells/index.js +49 -0
- package/build/components/TableCells/CustomCells/style.d.ts +293 -0
- package/build/components/TableCells/CustomCells/style.js +141 -0
- package/build/components/TableCells/CustomCells/type.d.ts +133 -0
- package/build/components/TableCells/CustomCells/type.js +15 -0
- package/build/components/TableCells/TableCell.d.ts +4 -0
- package/build/components/TableCells/TableCell.js +19 -0
- package/build/components/TableCells/index.d.ts +3 -0
- package/build/components/TableCells/index.js +3 -0
- package/build/components/TableCells/style.d.ts +2 -0
- package/build/components/TableCells/style.js +18 -0
- package/build/components/TableCells/type.d.ts +5 -0
- package/build/components/TableCells/type.js +1 -0
- package/build/components/TableHeader/FiltersRow.d.ts +2 -0
- package/build/components/TableHeader/FiltersRow.js +5 -0
- package/build/components/TableHeader/TableHeader.d.ts +4 -0
- package/build/components/TableHeader/TableHeader.js +7 -0
- package/build/components/TableHeader/index.d.ts +4 -0
- package/build/components/TableHeader/index.js +4 -0
- package/build/components/TableHeader/style.d.ts +21 -0
- package/build/components/TableHeader/style.js +43 -0
- package/build/components/TableHeader/type.d.ts +64 -0
- package/build/components/TableHeader/type.js +8 -0
- package/build/components/TableView/CustomViews.d.ts +13 -0
- package/build/components/TableView/CustomViews.js +78 -0
- package/build/components/TableView/DefaultViews.d.ts +13 -0
- package/build/components/TableView/DefaultViews.js +22 -0
- package/build/components/TableView/TableView.d.ts +12 -0
- package/build/components/TableView/TableView.js +55 -0
- package/build/components/TableView/data.d.ts +5 -0
- package/build/components/TableView/data.js +7 -0
- package/build/components/TableView/index.d.ts +3 -0
- package/build/components/TableView/index.js +3 -0
- package/build/components/TableView/style.d.ts +24 -0
- package/build/components/TableView/style.js +102 -0
- package/build/components/TapLogo/TapLogo.d.ts +8 -0
- package/build/components/TapLogo/TapLogo.js +6 -0
- package/build/components/TapLogo/index.d.ts +2 -0
- package/build/components/TapLogo/index.js +2 -0
- package/build/components/Text/Text.d.ts +5 -0
- package/build/components/Text/Text.js +9 -0
- package/build/components/Text/index.d.ts +2 -0
- package/build/components/Text/index.js +2 -0
- package/build/components/Timepicker/Timepicker.d.ts +10 -0
- package/build/components/Timepicker/Timepicker.js +80 -0
- package/build/components/Timepicker/constant.d.ts +3 -0
- package/build/components/Timepicker/constant.js +3 -0
- package/build/components/Timepicker/index.d.ts +4 -0
- package/build/components/Timepicker/index.js +4 -0
- package/build/components/Timepicker/style.d.ts +34 -0
- package/build/components/Timepicker/style.js +45 -0
- package/build/components/Timepicker/utils.d.ts +2 -0
- package/build/components/Timepicker/utils.js +2 -0
- package/build/components/ToggleButtons/ToggleButtons.d.ts +3 -0
- package/build/components/ToggleButtons/ToggleButtons.js +6 -0
- package/build/components/ToggleButtons/index.d.ts +3 -0
- package/build/components/ToggleButtons/index.js +3 -0
- package/build/components/ToggleButtons/style.d.ts +8 -0
- package/build/components/ToggleButtons/style.js +25 -0
- package/build/components/ToggleButtons/type.d.ts +17 -0
- package/build/components/ToggleButtons/type.js +1 -0
- package/build/components/Toolbar/Toolbar.d.ts +5 -0
- package/build/components/Toolbar/Toolbar.js +20 -0
- package/build/components/Toolbar/index.d.ts +4 -0
- package/build/components/Toolbar/index.js +4 -0
- package/build/components/Toolbar/style.d.ts +26 -0
- package/build/components/Toolbar/style.js +93 -0
- package/build/components/Toolbar/type.d.ts +10 -0
- package/build/components/Toolbar/type.js +1 -0
- package/build/components/ToolbarIcon/CloseIcon/CloseIcon.d.ts +2 -0
- package/build/components/ToolbarIcon/CloseIcon/CloseIcon.js +6 -0
- package/build/components/ToolbarIcon/CloseIcon/index.d.ts +1 -0
- package/build/components/ToolbarIcon/CloseIcon/index.js +1 -0
- package/build/components/ToolbarIcon/CloseIcon/style.d.ts +4 -0
- package/build/components/ToolbarIcon/CloseIcon/style.js +7 -0
- package/build/components/ToolbarIcon/ExpandButton/ExpandButton.d.ts +9 -0
- package/build/components/ToolbarIcon/ExpandButton/ExpandButton.js +21 -0
- package/build/components/ToolbarIcon/ExpandButton/index.d.ts +1 -0
- package/build/components/ToolbarIcon/ExpandButton/index.js +1 -0
- package/build/components/ToolbarIcon/ExpandButton/style.d.ts +14 -0
- package/build/components/ToolbarIcon/ExpandButton/style.js +31 -0
- package/build/components/ToolbarIcon/MaximizeIcon/MaximizeIcon.d.ts +6 -0
- package/build/components/ToolbarIcon/MaximizeIcon/MaximizeIcon.js +18 -0
- package/build/components/ToolbarIcon/MaximizeIcon/index.d.ts +1 -0
- package/build/components/ToolbarIcon/MaximizeIcon/index.js +1 -0
- package/build/components/ToolbarIcon/MaximizeIcon/style.d.ts +4 -0
- package/build/components/ToolbarIcon/MaximizeIcon/style.js +7 -0
- package/build/components/ToolbarIcon/MinimizeIcon/MinimizeIcon.d.ts +2 -0
- package/build/components/ToolbarIcon/MinimizeIcon/MinimizeIcon.js +6 -0
- package/build/components/ToolbarIcon/MinimizeIcon/index.d.ts +1 -0
- package/build/components/ToolbarIcon/MinimizeIcon/index.js +1 -0
- package/build/components/ToolbarIcon/MinimizeIcon/style.d.ts +4 -0
- package/build/components/ToolbarIcon/MinimizeIcon/style.js +7 -0
- package/build/components/ToolbarIcon/index.d.ts +4 -0
- package/build/components/ToolbarIcon/index.js +4 -0
- package/build/components/ToolbarIcon/style.d.ts +4 -0
- package/build/components/ToolbarIcon/style.js +20 -0
- package/build/components/Tooltip/Tooltip.d.ts +10 -0
- package/build/components/Tooltip/Tooltip.js +18 -0
- package/build/components/Tooltip/index.d.ts +2 -0
- package/build/components/Tooltip/index.js +2 -0
- package/build/components/Tooltip/styles.d.ts +2 -0
- package/build/components/Tooltip/styles.js +34 -0
- package/build/components/VirtualTable/SheetView/SheetViewTableHeader.d.ts +17 -0
- package/build/components/VirtualTable/SheetView/SheetViewTableHeader.js +69 -0
- package/build/components/VirtualTable/SheetView/SheetViewVirtualTable.d.ts +10 -0
- package/build/components/VirtualTable/SheetView/SheetViewVirtualTable.js +122 -0
- package/build/components/VirtualTable/SheetView/hooks/usePinnedColumns.d.ts +11 -0
- package/build/components/VirtualTable/SheetView/hooks/usePinnedColumns.js +62 -0
- package/build/components/VirtualTable/SheetView/hooks/useSynchronizedScroll.d.ts +8 -0
- package/build/components/VirtualTable/SheetView/hooks/useSynchronizedScroll.js +30 -0
- package/build/components/VirtualTable/SheetView/index.d.ts +3 -0
- package/build/components/VirtualTable/SheetView/index.js +3 -0
- package/build/components/VirtualTable/SheetView/style.d.ts +31 -0
- package/build/components/VirtualTable/SheetView/style.js +94 -0
- package/build/components/VirtualTable/VirtualTable.d.ts +5 -0
- package/build/components/VirtualTable/VirtualTable.js +94 -0
- package/build/components/VirtualTable/VirtualTableWithCard.d.ts +13 -0
- package/build/components/VirtualTable/VirtualTableWithCard.js +84 -0
- package/build/components/VirtualTable/components/ColumnFilter/ColumnFilter.d.ts +5 -0
- package/build/components/VirtualTable/components/ColumnFilter/ColumnFilter.js +59 -0
- package/build/components/VirtualTable/components/ColumnFilter/Inputs/Inputs.d.ts +7 -0
- package/build/components/VirtualTable/components/ColumnFilter/Inputs/Inputs.js +47 -0
- package/build/components/VirtualTable/components/ColumnFilter/Inputs/index.d.ts +2 -0
- package/build/components/VirtualTable/components/ColumnFilter/Inputs/index.js +2 -0
- package/build/components/VirtualTable/components/ColumnFilter/Inputs/style.d.ts +19 -0
- package/build/components/VirtualTable/components/ColumnFilter/Inputs/style.js +47 -0
- package/build/components/VirtualTable/components/ColumnFilter/List/List.d.ts +10 -0
- package/build/components/VirtualTable/components/ColumnFilter/List/List.js +61 -0
- package/build/components/VirtualTable/components/ColumnFilter/List/index.d.ts +2 -0
- package/build/components/VirtualTable/components/ColumnFilter/List/index.js +2 -0
- package/build/components/VirtualTable/components/ColumnFilter/index.d.ts +4 -0
- package/build/components/VirtualTable/components/ColumnFilter/index.js +4 -0
- package/build/components/VirtualTable/components/ColumnFilter/style.d.ts +13 -0
- package/build/components/VirtualTable/components/ColumnFilter/style.js +50 -0
- package/build/components/VirtualTable/components/EmptyList/EmptyList.d.ts +12 -0
- package/build/components/VirtualTable/components/EmptyList/EmptyList.js +23 -0
- package/build/components/VirtualTable/components/EmptyList/index.d.ts +3 -0
- package/build/components/VirtualTable/components/EmptyList/index.js +3 -0
- package/build/components/VirtualTable/components/EmptyList/styles.d.ts +9 -0
- package/build/components/VirtualTable/components/EmptyList/styles.js +39 -0
- package/build/components/VirtualTable/components/ErrorList/ErrorList.d.ts +10 -0
- package/build/components/VirtualTable/components/ErrorList/ErrorList.js +23 -0
- package/build/components/VirtualTable/components/ErrorList/index.d.ts +2 -0
- package/build/components/VirtualTable/components/ErrorList/index.js +2 -0
- package/build/components/VirtualTable/components/ErrorList/styles.d.ts +20 -0
- package/build/components/VirtualTable/components/ErrorList/styles.js +72 -0
- package/build/components/VirtualTable/components/RowErrorState.d.ts +1 -0
- package/build/components/VirtualTable/components/RowErrorState.js +21 -0
- package/build/components/VirtualTable/components/TableFooter/TableFooter.d.ts +5 -0
- package/build/components/VirtualTable/components/TableFooter/TableFooter.js +22 -0
- package/build/components/VirtualTable/components/TableFooter/index.d.ts +2 -0
- package/build/components/VirtualTable/components/TableFooter/index.js +2 -0
- package/build/components/VirtualTable/components/TableFooter/style.d.ts +33 -0
- package/build/components/VirtualTable/components/TableFooter/style.js +53 -0
- package/build/components/VirtualTable/components/TableHeader.d.ts +27 -0
- package/build/components/VirtualTable/components/TableHeader.js +87 -0
- package/build/components/VirtualTable/components/TableLastItem.d.ts +8 -0
- package/build/components/VirtualTable/components/TableLastItem.js +39 -0
- package/build/components/VirtualTable/components/TableLoading.d.ts +12 -0
- package/build/components/VirtualTable/components/TableLoading.js +19 -0
- package/build/components/VirtualTable/components/TableLoadingWithCard.d.ts +11 -0
- package/build/components/VirtualTable/components/TableLoadingWithCard.js +19 -0
- package/build/components/VirtualTable/components/TableNoData.d.ts +18 -0
- package/build/components/VirtualTable/components/TableNoData.js +32 -0
- package/build/components/VirtualTable/components/TableNoDataWithCard.d.ts +20 -0
- package/build/components/VirtualTable/components/TableNoDataWithCard.js +29 -0
- package/build/components/VirtualTable/components/TableRow.d.ts +17 -0
- package/build/components/VirtualTable/components/TableRow.js +20 -0
- package/build/components/VirtualTable/components/TableRowLoading.d.ts +11 -0
- package/build/components/VirtualTable/components/TableRowLoading.js +21 -0
- package/build/components/VirtualTable/components/TableRowLoadingWithCard.d.ts +10 -0
- package/build/components/VirtualTable/components/TableRowLoadingWithCard.js +14 -0
- package/build/components/VirtualTable/components/TableRowWithCard.d.ts +16 -0
- package/build/components/VirtualTable/components/TableRowWithCard.js +9 -0
- package/build/components/VirtualTable/components/index.d.ts +16 -0
- package/build/components/VirtualTable/components/index.js +16 -0
- package/build/components/VirtualTable/components/virtualScroll/ListItemWrapper.d.ts +10 -0
- package/build/components/VirtualTable/components/virtualScroll/ListItemWrapper.js +75 -0
- package/build/components/VirtualTable/components/virtualScroll/ListItemWrapperWithCard.d.ts +7 -0
- package/build/components/VirtualTable/components/virtualScroll/ListItemWrapperWithCard.js +26 -0
- package/build/components/VirtualTable/components/virtualScroll/VirtualScrollInner.d.ts +6 -0
- package/build/components/VirtualTable/components/virtualScroll/VirtualScrollInner.js +20 -0
- package/build/components/VirtualTable/components/virtualScroll/VirtualScrollList.d.ts +9 -0
- package/build/components/VirtualTable/components/virtualScroll/VirtualScrollList.js +64 -0
- package/build/components/VirtualTable/components/virtualScroll/VirtualScrollOuter.d.ts +8 -0
- package/build/components/VirtualTable/components/virtualScroll/VirtualScrollOuter.js +21 -0
- package/build/components/VirtualTable/components/virtualScroll/index.d.ts +5 -0
- package/build/components/VirtualTable/components/virtualScroll/index.js +5 -0
- package/build/components/VirtualTable/context/Provider.d.ts +8 -0
- package/build/components/VirtualTable/context/Provider.js +3 -0
- package/build/components/VirtualTable/context/context.d.ts +7 -0
- package/build/components/VirtualTable/context/context.js +2 -0
- package/build/components/VirtualTable/context/index.d.ts +2 -0
- package/build/components/VirtualTable/context/index.js +2 -0
- package/build/components/VirtualTable/hooks/useScrollBackShadow.d.ts +10 -0
- package/build/components/VirtualTable/hooks/useScrollBackShadow.js +26 -0
- package/build/components/VirtualTable/index.d.ts +6 -0
- package/build/components/VirtualTable/index.js +6 -0
- package/build/components/VirtualTable/style.d.ts +328 -0
- package/build/components/VirtualTable/style.js +134 -0
- package/build/components/Widget/List.d.ts +8 -0
- package/build/components/Widget/List.js +23 -0
- package/build/components/Widget/ListItem.d.ts +11 -0
- package/build/components/Widget/ListItem.js +19 -0
- package/build/components/Widget/Widget.d.ts +8 -0
- package/build/components/Widget/Widget.js +19 -0
- package/build/components/Widget/WidgetHeader.d.ts +9 -0
- package/build/components/Widget/WidgetHeader.js +19 -0
- package/build/components/Widget/index.d.ts +6 -0
- package/build/components/Widget/index.js +6 -0
- package/build/components/Widget/style.d.ts +30 -0
- package/build/components/Widget/style.js +71 -0
- package/build/components/Widget/useScrollWithShadow.d.ts +5 -0
- package/build/components/Widget/useScrollWithShadow.js +13 -0
- package/build/components/Window/Window.d.ts +24 -0
- package/build/components/Window/Window.js +55 -0
- package/build/components/Window/index.d.ts +2 -0
- package/build/components/Window/index.js +2 -0
- package/build/components/Window/style.d.ts +533 -0
- package/build/components/Window/style.js +47 -0
- package/build/components/WindowAppIcon/WindowAppIcon.d.ts +6 -0
- package/build/components/WindowAppIcon/WindowAppIcon.js +17 -0
- package/build/components/WindowAppIcon/index.d.ts +2 -0
- package/build/components/WindowAppIcon/index.js +2 -0
- package/build/components/WindowAppIcon/style.d.ts +8 -0
- package/build/components/WindowAppIcon/style.js +25 -0
- package/build/components/WindowSideBar/WindowSideBar.d.ts +15 -0
- package/build/components/WindowSideBar/WindowSideBar.js +11 -0
- package/build/components/WindowSideBar/constant.d.ts +1 -0
- package/build/components/WindowSideBar/constant.js +1 -0
- package/build/components/WindowSideBar/index.d.ts +4 -0
- package/build/components/WindowSideBar/index.js +4 -0
- package/build/components/WindowSideBar/style.d.ts +14 -0
- package/build/components/WindowSideBar/style.js +33 -0
- package/build/components/index.d.ts +95 -0
- package/build/components/index.js +95 -0
- package/build/constants/api.d.ts +57 -0
- package/build/constants/api.js +57 -0
- package/build/constants/apps.d.ts +704 -0
- package/build/constants/apps.js +357 -0
- package/build/constants/assets.d.ts +506 -0
- package/build/constants/assets.js +510 -0
- package/build/constants/charge.d.ts +1 -0
- package/build/constants/charge.js +1 -0
- package/build/constants/currency.d.ts +9 -0
- package/build/constants/currency.js +21 -0
- package/build/constants/index.d.ts +12 -0
- package/build/constants/index.js +12 -0
- package/build/constants/server.d.ts +4 -0
- package/build/constants/server.js +5 -0
- package/build/constants/servicesTags.d.ts +2 -0
- package/build/constants/servicesTags.js +53 -0
- package/build/constants/style.d.ts +3 -0
- package/build/constants/style.js +3 -0
- package/build/constants/table/cell/authenticationsTableCellWidth.d.ts +57 -0
- package/build/constants/table/cell/authenticationsTableCellWidth.js +57 -0
- package/build/constants/table/cell/authorizationTableCellWidth.d.ts +162 -0
- package/build/constants/table/cell/authorizationTableCellWidth.js +162 -0
- package/build/constants/table/cell/chargeTableCellWidth.d.ts +162 -0
- package/build/constants/table/cell/chargeTableCellWidth.js +162 -0
- package/build/constants/table/cell/destinationsTableCellWidth.d.ts +107 -0
- package/build/constants/table/cell/destinationsTableCellWidth.js +107 -0
- package/build/constants/table/cell/index.d.ts +20 -0
- package/build/constants/table/cell/index.js +20 -0
- package/build/constants/table/cell/intentsTableCellWidth.d.ts +32 -0
- package/build/constants/table/cell/intentsTableCellWidth.js +32 -0
- package/build/constants/table/cell/invoicesTableCellWidth.d.ts +87 -0
- package/build/constants/table/cell/invoicesTableCellWidth.js +87 -0
- package/build/constants/table/cell/leadsTableCellWidth.d.ts +37 -0
- package/build/constants/table/cell/leadsTableCellWidth.js +37 -0
- package/build/constants/table/cell/merchantsTableCellWidth.d.ts +57 -0
- package/build/constants/table/cell/merchantsTableCellWidth.js +57 -0
- package/build/constants/table/cell/ordersTableCellWidth.d.ts +57 -0
- package/build/constants/table/cell/ordersTableCellWidth.js +57 -0
- package/build/constants/table/cell/payoutsTableCellWidth.d.ts +57 -0
- package/build/constants/table/cell/payoutsTableCellWidth.js +57 -0
- package/build/constants/table/cell/protectAuthorizationsTableCellWidth.d.ts +72 -0
- package/build/constants/table/cell/protectAuthorizationsTableCellWidth.js +72 -0
- package/build/constants/table/cell/protectChargesTableCellWidth.d.ts +67 -0
- package/build/constants/table/cell/protectChargesTableCellWidth.js +67 -0
- package/build/constants/table/cell/refundTableCellWidth.d.ts +142 -0
- package/build/constants/table/cell/refundTableCellWidth.js +142 -0
- package/build/constants/table/cell/terminalsTableCellWidth.d.ts +72 -0
- package/build/constants/table/cell/terminalsTableCellWidth.js +72 -0
- package/build/constants/table/cell/tokensTableCellWidth.d.ts +47 -0
- package/build/constants/table/cell/tokensTableCellWidth.js +47 -0
- package/build/constants/table/cell/topupsTableCellWidth.d.ts +57 -0
- package/build/constants/table/cell/topupsTableCellWidth.js +57 -0
- package/build/constants/table/cell/walletDetailsTableCellWidth.d.ts +32 -0
- package/build/constants/table/cell/walletDetailsTableCellWidth.js +32 -0
- package/build/constants/table/cell/walletStatementTableCellWidth.d.ts +62 -0
- package/build/constants/table/cell/walletStatementTableCellWidth.js +62 -0
- package/build/constants/table/cell/walletTableCellWidth.d.ts +32 -0
- package/build/constants/table/cell/walletTableCellWidth.js +32 -0
- package/build/constants/table.d.ts +6 -0
- package/build/constants/table.js +6 -0
- package/build/constants/timezones.d.ts +4 -0
- package/build/constants/timezones.js +45 -0
- package/build/constants/toggleOptions.d.ts +8 -0
- package/build/constants/toggleOptions.js +8 -0
- package/build/hooks/index.d.ts +11 -0
- package/build/hooks/index.js +11 -0
- package/build/hooks/useActionMenu.d.ts +20 -0
- package/build/hooks/useActionMenu.js +45 -0
- package/build/hooks/useBadgesCount.d.ts +3 -0
- package/build/hooks/useBadgesCount.js +15 -0
- package/build/hooks/useCheckInternetConnection.d.ts +1 -0
- package/build/hooks/useCheckInternetConnection.js +17 -0
- package/build/hooks/useCheckUserLoggedIn.d.ts +1 -0
- package/build/hooks/useCheckUserLoggedIn.js +11 -0
- package/build/hooks/useCountdown.d.ts +7 -0
- package/build/hooks/useCountdown.js +46 -0
- package/build/hooks/useDelayToSetValue.d.ts +4 -0
- package/build/hooks/useDelayToSetValue.js +19 -0
- package/build/hooks/useIsParameterSelected.d.ts +5 -0
- package/build/hooks/useIsParameterSelected.js +13 -0
- package/build/hooks/useMouseState.d.ts +8 -0
- package/build/hooks/useMouseState.js +25 -0
- package/build/hooks/useStickyHeaderShadow.d.ts +4 -0
- package/build/hooks/useStickyHeaderShadow.js +14 -0
- package/build/hooks/useThemeMode.d.ts +4 -0
- package/build/hooks/useThemeMode.js +8 -0
- package/build/hooks/useWindowDimensions.d.ts +4 -0
- package/build/hooks/useWindowDimensions.js +21 -0
- package/build/index.d.ts +6 -0
- package/build/index.js +6 -0
- package/build/playground/VTDemo.d.ts +1 -0
- package/build/playground/VTDemo.js +58 -0
- package/build/playground/index.d.ts +1 -0
- package/build/playground/index.js +1 -0
- package/build/theme/components.d.ts +2 -0
- package/build/theme/components.js +22 -0
- package/build/theme/index.d.ts +5 -0
- package/build/theme/index.js +5 -0
- package/build/theme/palette.d.ts +3 -0
- package/build/theme/palette.js +106 -0
- package/build/theme/shadows.d.ts +2 -0
- package/build/theme/shadows.js +27 -0
- package/build/theme/theme.d.ts +10 -0
- package/build/theme/theme.js +15 -0
- package/build/theme/typography.d.ts +3 -0
- package/build/theme/typography.js +33 -0
- package/build/types/account.d.ts +6 -0
- package/build/types/account.js +7 -0
- package/build/types/analytics.d.ts +31 -0
- package/build/types/analytics.js +6 -0
- package/build/types/api.d.ts +22 -0
- package/build/types/api.js +1 -0
- package/build/types/appConfig.d.ts +31 -0
- package/build/types/appConfig.js +1 -0
- package/build/types/apps.d.ts +66 -0
- package/build/types/apps.js +1 -0
- package/build/types/authentication.d.ts +1 -0
- package/build/types/authentication.js +1 -0
- package/build/types/brand.d.ts +103 -0
- package/build/types/brand.js +13 -0
- package/build/types/cell.d.ts +81 -0
- package/build/types/cell.js +1 -0
- package/build/types/charge.d.ts +396 -0
- package/build/types/charge.js +1 -0
- package/build/types/column.d.ts +40 -0
- package/build/types/column.js +1 -0
- package/build/types/currency.d.ts +47 -0
- package/build/types/currency.js +13 -0
- package/build/types/destination.d.ts +1 -0
- package/build/types/destination.js +1 -0
- package/build/types/entity.d.ts +115 -0
- package/build/types/entity.js +1 -0
- package/build/types/error.d.ts +8 -0
- package/build/types/error.js +1 -0
- package/build/types/file.d.ts +9 -0
- package/build/types/file.js +1 -0
- package/build/types/index.d.ts +25 -0
- package/build/types/index.js +25 -0
- package/build/types/invoice.d.ts +95 -0
- package/build/types/invoice.js +19 -0
- package/build/types/merchant.d.ts +189 -0
- package/build/types/merchant.js +1 -0
- package/build/types/redux.d.ts +9 -0
- package/build/types/redux.js +1 -0
- package/build/types/refund.d.ts +5 -0
- package/build/types/refund.js +1 -0
- package/build/types/segment.d.ts +6 -0
- package/build/types/segment.js +1 -0
- package/build/types/sort.d.ts +1 -0
- package/build/types/sort.js +1 -0
- package/build/types/source.d.ts +1 -0
- package/build/types/source.js +1 -0
- package/build/types/table.d.ts +139 -0
- package/build/types/table.js +1 -0
- package/build/types/theme.d.ts +12 -0
- package/build/types/theme.js +10 -0
- package/build/types/user.d.ts +214 -0
- package/build/types/user.js +1 -0
- package/build/utils/api.d.ts +12 -0
- package/build/utils/api.js +93 -0
- package/build/utils/app.d.ts +3 -0
- package/build/utils/app.js +7 -0
- package/build/utils/array.d.ts +10 -0
- package/build/utils/array.js +16 -0
- package/build/utils/billing.d.ts +39 -0
- package/build/utils/billing.js +32 -0
- package/build/utils/browser.d.ts +2 -0
- package/build/utils/browser.js +7 -0
- package/build/utils/card.d.ts +8 -0
- package/build/utils/card.js +15 -0
- package/build/utils/chargeError.d.ts +12 -0
- package/build/utils/chargeError.js +10 -0
- package/build/utils/color.d.ts +2 -0
- package/build/utils/color.js +38 -0
- package/build/utils/columns.d.ts +9 -0
- package/build/utils/columns.js +67 -0
- package/build/utils/conversion.d.ts +6 -0
- package/build/utils/conversion.js +27 -0
- package/build/utils/country.d.ts +1 -0
- package/build/utils/country.js +11 -0
- package/build/utils/currency.d.ts +23 -0
- package/build/utils/currency.js +91 -0
- package/build/utils/date.d.ts +35 -0
- package/build/utils/date.js +190 -0
- package/build/utils/download.d.ts +3 -0
- package/build/utils/download.js +24 -0
- package/build/utils/encrypt.d.ts +1 -0
- package/build/utils/encrypt.js +44 -0
- package/build/utils/entity.d.ts +2 -0
- package/build/utils/entity.js +13 -0
- package/build/utils/error.d.ts +20 -0
- package/build/utils/error.js +69 -0
- package/build/utils/extractIdsFromRowData.d.ts +6 -0
- package/build/utils/extractIdsFromRowData.js +22 -0
- package/build/utils/file.d.ts +6 -0
- package/build/utils/file.js +16 -0
- package/build/utils/flag.d.ts +21 -0
- package/build/utils/flag.js +13 -0
- package/build/utils/freshdesk.d.ts +7 -0
- package/build/utils/freshdesk.js +54 -0
- package/build/utils/geography.d.ts +11 -0
- package/build/utils/geography.js +10 -0
- package/build/utils/index.d.ts +41 -0
- package/build/utils/index.js +41 -0
- package/build/utils/language.d.ts +34 -0
- package/build/utils/language.js +14 -0
- package/build/utils/localStorage.d.ts +29 -0
- package/build/utils/localStorage.js +162 -0
- package/build/utils/merchant.d.ts +3 -0
- package/build/utils/merchant.js +21 -0
- package/build/utils/navigation.d.ts +15 -0
- package/build/utils/navigation.js +11 -0
- package/build/utils/number.d.ts +6 -0
- package/build/utils/number.js +30 -0
- package/build/utils/object.d.ts +6 -0
- package/build/utils/object.js +14 -0
- package/build/utils/payout.d.ts +65 -0
- package/build/utils/payout.js +172 -0
- package/build/utils/phone.d.ts +8 -0
- package/build/utils/phone.js +8 -0
- package/build/utils/reports.d.ts +1 -0
- package/build/utils/reports.js +3 -0
- package/build/utils/segment.d.ts +2 -0
- package/build/utils/segment.js +9 -0
- package/build/utils/source.d.ts +4 -0
- package/build/utils/source.js +4 -0
- package/build/utils/string.d.ts +9 -0
- package/build/utils/string.js +54 -0
- package/build/utils/table.d.ts +8 -0
- package/build/utils/table.js +75 -0
- package/build/utils/toggleOptions.d.ts +1 -0
- package/build/utils/toggleOptions.js +10 -0
- package/build/utils/url.d.ts +1 -0
- package/build/utils/url.js +8 -0
- package/build/utils/user.d.ts +4 -0
- package/build/utils/user.js +7 -0
- package/build/utils/validation.d.ts +1 -0
- package/build/utils/validation.js +3 -0
- package/package.json +1 -1
- package/build/assets/index-BkIRU7TE.js +0 -481
- package/build/assets/index-_BtT5te5.css +0 -1
- package/build/index.html +0 -17
|
@@ -0,0 +1,1314 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const UnCapturedContainer: import("@emotion/styled").StyledComponent<{
|
|
3
|
+
hidden?: boolean | undefined;
|
|
4
|
+
id?: string | undefined;
|
|
5
|
+
className?: string | undefined;
|
|
6
|
+
color?: string | undefined;
|
|
7
|
+
content?: string | undefined;
|
|
8
|
+
translate?: "yes" | "no" | undefined;
|
|
9
|
+
slot?: string | undefined;
|
|
10
|
+
title?: string | undefined;
|
|
11
|
+
defaultChecked?: boolean | undefined;
|
|
12
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
13
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
14
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
15
|
+
accessKey?: string | undefined;
|
|
16
|
+
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
17
|
+
autoFocus?: boolean | undefined;
|
|
18
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
19
|
+
contextMenu?: string | undefined;
|
|
20
|
+
dir?: string | undefined;
|
|
21
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
22
|
+
enterKeyHint?: "search" | "done" | "enter" | "go" | "next" | "previous" | "send" | undefined;
|
|
23
|
+
lang?: string | undefined;
|
|
24
|
+
nonce?: string | undefined;
|
|
25
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
26
|
+
tabIndex?: number | undefined;
|
|
27
|
+
radioGroup?: string | undefined;
|
|
28
|
+
role?: import("react").AriaRole | undefined;
|
|
29
|
+
about?: string | undefined;
|
|
30
|
+
datatype?: string | undefined;
|
|
31
|
+
inlist?: any;
|
|
32
|
+
prefix?: string | undefined;
|
|
33
|
+
property?: string | undefined;
|
|
34
|
+
rel?: string | undefined;
|
|
35
|
+
resource?: string | undefined;
|
|
36
|
+
rev?: string | undefined;
|
|
37
|
+
typeof?: string | undefined;
|
|
38
|
+
vocab?: string | undefined;
|
|
39
|
+
autoCorrect?: string | undefined;
|
|
40
|
+
autoSave?: string | undefined;
|
|
41
|
+
itemProp?: string | undefined;
|
|
42
|
+
itemScope?: boolean | undefined;
|
|
43
|
+
itemType?: string | undefined;
|
|
44
|
+
itemID?: string | undefined;
|
|
45
|
+
itemRef?: string | undefined;
|
|
46
|
+
results?: number | undefined;
|
|
47
|
+
security?: string | undefined;
|
|
48
|
+
unselectable?: "off" | "on" | undefined;
|
|
49
|
+
inputMode?: "none" | "email" | "search" | "text" | "numeric" | "url" | "tel" | "decimal" | undefined;
|
|
50
|
+
is?: string | undefined;
|
|
51
|
+
exportparts?: string | undefined;
|
|
52
|
+
part?: string | undefined;
|
|
53
|
+
"aria-activedescendant"?: string | undefined;
|
|
54
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
55
|
+
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
56
|
+
"aria-braillelabel"?: string | undefined;
|
|
57
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
58
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
59
|
+
"aria-checked"?: boolean | "false" | "true" | "mixed" | undefined;
|
|
60
|
+
"aria-colcount"?: number | undefined;
|
|
61
|
+
"aria-colindex"?: number | undefined;
|
|
62
|
+
"aria-colindextext"?: string | undefined;
|
|
63
|
+
"aria-colspan"?: number | undefined;
|
|
64
|
+
"aria-controls"?: string | undefined;
|
|
65
|
+
"aria-current"?: boolean | "page" | "time" | "date" | "false" | "true" | "step" | "location" | undefined;
|
|
66
|
+
"aria-describedby"?: string | undefined;
|
|
67
|
+
"aria-description"?: string | undefined;
|
|
68
|
+
"aria-details"?: string | undefined;
|
|
69
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
70
|
+
"aria-dropeffect"?: "none" | "link" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
71
|
+
"aria-errormessage"?: string | undefined;
|
|
72
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
73
|
+
"aria-flowto"?: string | undefined;
|
|
74
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
75
|
+
"aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "false" | "true" | "listbox" | "tree" | undefined;
|
|
76
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
77
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
78
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
79
|
+
"aria-label"?: string | undefined;
|
|
80
|
+
"aria-labelledby"?: string | undefined;
|
|
81
|
+
"aria-level"?: number | undefined;
|
|
82
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
83
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
84
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
85
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
86
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
87
|
+
"aria-owns"?: string | undefined;
|
|
88
|
+
"aria-placeholder"?: string | undefined;
|
|
89
|
+
"aria-posinset"?: number | undefined;
|
|
90
|
+
"aria-pressed"?: boolean | "false" | "true" | "mixed" | undefined;
|
|
91
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
92
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
93
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
94
|
+
"aria-roledescription"?: string | undefined;
|
|
95
|
+
"aria-rowcount"?: number | undefined;
|
|
96
|
+
"aria-rowindex"?: number | undefined;
|
|
97
|
+
"aria-rowindextext"?: string | undefined;
|
|
98
|
+
"aria-rowspan"?: number | undefined;
|
|
99
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
100
|
+
"aria-setsize"?: number | undefined;
|
|
101
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
102
|
+
"aria-valuemax"?: number | undefined;
|
|
103
|
+
"aria-valuemin"?: number | undefined;
|
|
104
|
+
"aria-valuenow"?: number | undefined;
|
|
105
|
+
"aria-valuetext"?: string | undefined;
|
|
106
|
+
dangerouslySetInnerHTML?: {
|
|
107
|
+
__html: string | TrustedHTML;
|
|
108
|
+
} | undefined;
|
|
109
|
+
onCopy?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
110
|
+
onCopyCapture?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
111
|
+
onCut?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
112
|
+
onCutCapture?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
113
|
+
onPaste?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
114
|
+
onPasteCapture?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
115
|
+
onCompositionEnd?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
116
|
+
onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
117
|
+
onCompositionStart?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
118
|
+
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
119
|
+
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
120
|
+
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
121
|
+
onFocus?: import("react").FocusEventHandler<HTMLSpanElement> | undefined;
|
|
122
|
+
onFocusCapture?: import("react").FocusEventHandler<HTMLSpanElement> | undefined;
|
|
123
|
+
onBlur?: import("react").FocusEventHandler<HTMLSpanElement> | undefined;
|
|
124
|
+
onBlurCapture?: import("react").FocusEventHandler<HTMLSpanElement> | undefined;
|
|
125
|
+
onChange?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
126
|
+
onChangeCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
127
|
+
onBeforeInput?: import("react").InputEventHandler<HTMLSpanElement> | undefined;
|
|
128
|
+
onBeforeInputCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
129
|
+
onInput?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
130
|
+
onInputCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
131
|
+
onReset?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
132
|
+
onResetCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
133
|
+
onSubmit?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
134
|
+
onSubmitCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
135
|
+
onInvalid?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
136
|
+
onInvalidCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
137
|
+
onLoad?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
138
|
+
onLoadCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
139
|
+
onError?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
140
|
+
onErrorCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
141
|
+
onKeyDown?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
142
|
+
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
143
|
+
onKeyPress?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
144
|
+
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
145
|
+
onKeyUp?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
146
|
+
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
147
|
+
onAbort?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
148
|
+
onAbortCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
149
|
+
onCanPlay?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
150
|
+
onCanPlayCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
151
|
+
onCanPlayThrough?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
152
|
+
onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
153
|
+
onDurationChange?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
154
|
+
onDurationChangeCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
155
|
+
onEmptied?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
156
|
+
onEmptiedCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
157
|
+
onEncrypted?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
158
|
+
onEncryptedCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
159
|
+
onEnded?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
160
|
+
onEndedCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
161
|
+
onLoadedData?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
162
|
+
onLoadedDataCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
163
|
+
onLoadedMetadata?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
164
|
+
onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
165
|
+
onLoadStart?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
166
|
+
onLoadStartCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
167
|
+
onPause?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
168
|
+
onPauseCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
169
|
+
onPlay?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
170
|
+
onPlayCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
171
|
+
onPlaying?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
172
|
+
onPlayingCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
173
|
+
onProgress?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
174
|
+
onProgressCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
175
|
+
onRateChange?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
176
|
+
onRateChangeCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
177
|
+
onSeeked?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
178
|
+
onSeekedCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
179
|
+
onSeeking?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
180
|
+
onSeekingCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
181
|
+
onStalled?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
182
|
+
onStalledCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
183
|
+
onSuspend?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
184
|
+
onSuspendCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
185
|
+
onTimeUpdate?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
186
|
+
onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
187
|
+
onVolumeChange?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
188
|
+
onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
189
|
+
onWaiting?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
190
|
+
onWaitingCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
191
|
+
onAuxClick?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
192
|
+
onAuxClickCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
193
|
+
onClick?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
194
|
+
onClickCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
195
|
+
onContextMenu?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
196
|
+
onContextMenuCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
197
|
+
onDoubleClick?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
198
|
+
onDoubleClickCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
199
|
+
onDragCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
200
|
+
onDragEndCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
201
|
+
onDragEnter?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
202
|
+
onDragEnterCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
203
|
+
onDragExit?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
204
|
+
onDragExitCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
205
|
+
onDragLeave?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
206
|
+
onDragLeaveCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
207
|
+
onDragOver?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
208
|
+
onDragOverCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
209
|
+
onDragStartCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
210
|
+
onDrop?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
211
|
+
onDropCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
212
|
+
onMouseDown?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
213
|
+
onMouseDownCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
214
|
+
onMouseEnter?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
215
|
+
onMouseLeave?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
216
|
+
onMouseMove?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
217
|
+
onMouseMoveCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
218
|
+
onMouseOut?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
219
|
+
onMouseOutCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
220
|
+
onMouseOver?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
221
|
+
onMouseOverCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
222
|
+
onMouseUp?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
223
|
+
onMouseUpCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
224
|
+
onSelect?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
225
|
+
onSelectCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
226
|
+
onTouchCancel?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
227
|
+
onTouchCancelCapture?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
228
|
+
onTouchEnd?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
229
|
+
onTouchEndCapture?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
230
|
+
onTouchMove?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
231
|
+
onTouchMoveCapture?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
232
|
+
onTouchStart?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
233
|
+
onTouchStartCapture?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
234
|
+
onPointerDown?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
235
|
+
onPointerDownCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
236
|
+
onPointerMove?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
237
|
+
onPointerMoveCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
238
|
+
onPointerUp?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
239
|
+
onPointerUpCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
240
|
+
onPointerCancel?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
241
|
+
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
242
|
+
onPointerEnter?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
243
|
+
onPointerLeave?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
244
|
+
onPointerOver?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
245
|
+
onPointerOverCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
246
|
+
onPointerOut?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
247
|
+
onPointerOutCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
248
|
+
onGotPointerCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
249
|
+
onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
250
|
+
onLostPointerCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
251
|
+
onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
252
|
+
onScroll?: import("react").UIEventHandler<HTMLSpanElement> | undefined;
|
|
253
|
+
onScrollCapture?: import("react").UIEventHandler<HTMLSpanElement> | undefined;
|
|
254
|
+
onWheel?: import("react").WheelEventHandler<HTMLSpanElement> | undefined;
|
|
255
|
+
onWheelCapture?: import("react").WheelEventHandler<HTMLSpanElement> | undefined;
|
|
256
|
+
onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
257
|
+
onAnimationEnd?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
258
|
+
onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
259
|
+
onAnimationIteration?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
260
|
+
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
261
|
+
onTransitionEnd?: import("react").TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
262
|
+
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
263
|
+
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
264
|
+
export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent<{
|
|
265
|
+
hidden?: boolean | undefined;
|
|
266
|
+
id?: string | undefined;
|
|
267
|
+
className?: string | undefined;
|
|
268
|
+
color?: string | undefined;
|
|
269
|
+
content?: string | undefined;
|
|
270
|
+
translate?: "yes" | "no" | undefined;
|
|
271
|
+
slot?: string | undefined;
|
|
272
|
+
title?: string | undefined;
|
|
273
|
+
defaultChecked?: boolean | undefined;
|
|
274
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
275
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
276
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
277
|
+
accessKey?: string | undefined;
|
|
278
|
+
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
279
|
+
autoFocus?: boolean | undefined;
|
|
280
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
281
|
+
contextMenu?: string | undefined;
|
|
282
|
+
dir?: string | undefined;
|
|
283
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
284
|
+
enterKeyHint?: "search" | "done" | "enter" | "go" | "next" | "previous" | "send" | undefined;
|
|
285
|
+
lang?: string | undefined;
|
|
286
|
+
nonce?: string | undefined;
|
|
287
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
288
|
+
tabIndex?: number | undefined;
|
|
289
|
+
radioGroup?: string | undefined;
|
|
290
|
+
role?: import("react").AriaRole | undefined;
|
|
291
|
+
about?: string | undefined;
|
|
292
|
+
datatype?: string | undefined;
|
|
293
|
+
inlist?: any;
|
|
294
|
+
prefix?: string | undefined;
|
|
295
|
+
property?: string | undefined;
|
|
296
|
+
rel?: string | undefined;
|
|
297
|
+
resource?: string | undefined;
|
|
298
|
+
rev?: string | undefined;
|
|
299
|
+
typeof?: string | undefined;
|
|
300
|
+
vocab?: string | undefined;
|
|
301
|
+
autoCorrect?: string | undefined;
|
|
302
|
+
autoSave?: string | undefined;
|
|
303
|
+
itemProp?: string | undefined;
|
|
304
|
+
itemScope?: boolean | undefined;
|
|
305
|
+
itemType?: string | undefined;
|
|
306
|
+
itemID?: string | undefined;
|
|
307
|
+
itemRef?: string | undefined;
|
|
308
|
+
results?: number | undefined;
|
|
309
|
+
security?: string | undefined;
|
|
310
|
+
unselectable?: "off" | "on" | undefined;
|
|
311
|
+
inputMode?: "none" | "email" | "search" | "text" | "numeric" | "url" | "tel" | "decimal" | undefined;
|
|
312
|
+
is?: string | undefined;
|
|
313
|
+
exportparts?: string | undefined;
|
|
314
|
+
part?: string | undefined;
|
|
315
|
+
"aria-activedescendant"?: string | undefined;
|
|
316
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
317
|
+
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
318
|
+
"aria-braillelabel"?: string | undefined;
|
|
319
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
320
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
321
|
+
"aria-checked"?: boolean | "false" | "true" | "mixed" | undefined;
|
|
322
|
+
"aria-colcount"?: number | undefined;
|
|
323
|
+
"aria-colindex"?: number | undefined;
|
|
324
|
+
"aria-colindextext"?: string | undefined;
|
|
325
|
+
"aria-colspan"?: number | undefined;
|
|
326
|
+
"aria-controls"?: string | undefined;
|
|
327
|
+
"aria-current"?: boolean | "page" | "time" | "date" | "false" | "true" | "step" | "location" | undefined;
|
|
328
|
+
"aria-describedby"?: string | undefined;
|
|
329
|
+
"aria-description"?: string | undefined;
|
|
330
|
+
"aria-details"?: string | undefined;
|
|
331
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
332
|
+
"aria-dropeffect"?: "none" | "link" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
333
|
+
"aria-errormessage"?: string | undefined;
|
|
334
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
335
|
+
"aria-flowto"?: string | undefined;
|
|
336
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
337
|
+
"aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "false" | "true" | "listbox" | "tree" | undefined;
|
|
338
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
339
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
340
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
341
|
+
"aria-label"?: string | undefined;
|
|
342
|
+
"aria-labelledby"?: string | undefined;
|
|
343
|
+
"aria-level"?: number | undefined;
|
|
344
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
345
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
346
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
347
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
348
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
349
|
+
"aria-owns"?: string | undefined;
|
|
350
|
+
"aria-placeholder"?: string | undefined;
|
|
351
|
+
"aria-posinset"?: number | undefined;
|
|
352
|
+
"aria-pressed"?: boolean | "false" | "true" | "mixed" | undefined;
|
|
353
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
354
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
355
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
356
|
+
"aria-roledescription"?: string | undefined;
|
|
357
|
+
"aria-rowcount"?: number | undefined;
|
|
358
|
+
"aria-rowindex"?: number | undefined;
|
|
359
|
+
"aria-rowindextext"?: string | undefined;
|
|
360
|
+
"aria-rowspan"?: number | undefined;
|
|
361
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
362
|
+
"aria-setsize"?: number | undefined;
|
|
363
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
364
|
+
"aria-valuemax"?: number | undefined;
|
|
365
|
+
"aria-valuemin"?: number | undefined;
|
|
366
|
+
"aria-valuenow"?: number | undefined;
|
|
367
|
+
"aria-valuetext"?: string | undefined;
|
|
368
|
+
dangerouslySetInnerHTML?: {
|
|
369
|
+
__html: string | TrustedHTML;
|
|
370
|
+
} | undefined;
|
|
371
|
+
onCopy?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
372
|
+
onCopyCapture?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
373
|
+
onCut?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
374
|
+
onCutCapture?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
375
|
+
onPaste?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
376
|
+
onPasteCapture?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
377
|
+
onCompositionEnd?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
378
|
+
onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
379
|
+
onCompositionStart?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
380
|
+
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
381
|
+
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
382
|
+
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
383
|
+
onFocus?: import("react").FocusEventHandler<HTMLSpanElement> | undefined;
|
|
384
|
+
onFocusCapture?: import("react").FocusEventHandler<HTMLSpanElement> | undefined;
|
|
385
|
+
onBlur?: import("react").FocusEventHandler<HTMLSpanElement> | undefined;
|
|
386
|
+
onBlurCapture?: import("react").FocusEventHandler<HTMLSpanElement> | undefined;
|
|
387
|
+
onChange?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
388
|
+
onChangeCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
389
|
+
onBeforeInput?: import("react").InputEventHandler<HTMLSpanElement> | undefined;
|
|
390
|
+
onBeforeInputCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
391
|
+
onInput?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
392
|
+
onInputCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
393
|
+
onReset?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
394
|
+
onResetCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
395
|
+
onSubmit?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
396
|
+
onSubmitCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
397
|
+
onInvalid?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
398
|
+
onInvalidCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
399
|
+
onLoad?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
400
|
+
onLoadCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
401
|
+
onError?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
402
|
+
onErrorCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
403
|
+
onKeyDown?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
404
|
+
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
405
|
+
onKeyPress?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
406
|
+
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
407
|
+
onKeyUp?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
408
|
+
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
409
|
+
onAbort?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
410
|
+
onAbortCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
411
|
+
onCanPlay?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
412
|
+
onCanPlayCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
413
|
+
onCanPlayThrough?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
414
|
+
onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
415
|
+
onDurationChange?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
416
|
+
onDurationChangeCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
417
|
+
onEmptied?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
418
|
+
onEmptiedCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
419
|
+
onEncrypted?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
420
|
+
onEncryptedCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
421
|
+
onEnded?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
422
|
+
onEndedCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
423
|
+
onLoadedData?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
424
|
+
onLoadedDataCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
425
|
+
onLoadedMetadata?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
426
|
+
onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
427
|
+
onLoadStart?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
428
|
+
onLoadStartCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
429
|
+
onPause?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
430
|
+
onPauseCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
431
|
+
onPlay?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
432
|
+
onPlayCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
433
|
+
onPlaying?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
434
|
+
onPlayingCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
435
|
+
onProgress?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
436
|
+
onProgressCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
437
|
+
onRateChange?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
438
|
+
onRateChangeCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
439
|
+
onSeeked?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
440
|
+
onSeekedCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
441
|
+
onSeeking?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
442
|
+
onSeekingCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
443
|
+
onStalled?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
444
|
+
onStalledCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
445
|
+
onSuspend?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
446
|
+
onSuspendCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
447
|
+
onTimeUpdate?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
448
|
+
onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
449
|
+
onVolumeChange?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
450
|
+
onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
451
|
+
onWaiting?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
452
|
+
onWaitingCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
453
|
+
onAuxClick?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
454
|
+
onAuxClickCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
455
|
+
onClick?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
456
|
+
onClickCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
457
|
+
onContextMenu?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
458
|
+
onContextMenuCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
459
|
+
onDoubleClick?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
460
|
+
onDoubleClickCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
461
|
+
onDragCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
462
|
+
onDragEndCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
463
|
+
onDragEnter?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
464
|
+
onDragEnterCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
465
|
+
onDragExit?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
466
|
+
onDragExitCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
467
|
+
onDragLeave?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
468
|
+
onDragLeaveCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
469
|
+
onDragOver?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
470
|
+
onDragOverCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
471
|
+
onDragStartCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
472
|
+
onDrop?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
473
|
+
onDropCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
474
|
+
onMouseDown?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
475
|
+
onMouseDownCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
476
|
+
onMouseEnter?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
477
|
+
onMouseLeave?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
478
|
+
onMouseMove?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
479
|
+
onMouseMoveCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
480
|
+
onMouseOut?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
481
|
+
onMouseOutCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
482
|
+
onMouseOver?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
483
|
+
onMouseOverCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
484
|
+
onMouseUp?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
485
|
+
onMouseUpCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
486
|
+
onSelect?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
487
|
+
onSelectCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
488
|
+
onTouchCancel?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
489
|
+
onTouchCancelCapture?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
490
|
+
onTouchEnd?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
491
|
+
onTouchEndCapture?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
492
|
+
onTouchMove?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
493
|
+
onTouchMoveCapture?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
494
|
+
onTouchStart?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
495
|
+
onTouchStartCapture?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
496
|
+
onPointerDown?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
497
|
+
onPointerDownCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
498
|
+
onPointerMove?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
499
|
+
onPointerMoveCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
500
|
+
onPointerUp?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
501
|
+
onPointerUpCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
502
|
+
onPointerCancel?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
503
|
+
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
504
|
+
onPointerEnter?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
505
|
+
onPointerLeave?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
506
|
+
onPointerOver?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
507
|
+
onPointerOverCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
508
|
+
onPointerOut?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
509
|
+
onPointerOutCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
510
|
+
onGotPointerCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
511
|
+
onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
512
|
+
onLostPointerCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
513
|
+
onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
514
|
+
onScroll?: import("react").UIEventHandler<HTMLSpanElement> | undefined;
|
|
515
|
+
onScrollCapture?: import("react").UIEventHandler<HTMLSpanElement> | undefined;
|
|
516
|
+
onWheel?: import("react").WheelEventHandler<HTMLSpanElement> | undefined;
|
|
517
|
+
onWheelCapture?: import("react").WheelEventHandler<HTMLSpanElement> | undefined;
|
|
518
|
+
onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
519
|
+
onAnimationEnd?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
520
|
+
onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
521
|
+
onAnimationIteration?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
522
|
+
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
523
|
+
onTransitionEnd?: import("react").TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
524
|
+
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
525
|
+
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
526
|
+
export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
|
|
527
|
+
hidden?: boolean | undefined;
|
|
528
|
+
id?: string | undefined;
|
|
529
|
+
className?: string | undefined;
|
|
530
|
+
color?: string | undefined;
|
|
531
|
+
content?: string | undefined;
|
|
532
|
+
translate?: "yes" | "no" | undefined;
|
|
533
|
+
slot?: string | undefined;
|
|
534
|
+
title?: string | undefined;
|
|
535
|
+
defaultChecked?: boolean | undefined;
|
|
536
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
537
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
538
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
539
|
+
accessKey?: string | undefined;
|
|
540
|
+
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
541
|
+
autoFocus?: boolean | undefined;
|
|
542
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
543
|
+
contextMenu?: string | undefined;
|
|
544
|
+
dir?: string | undefined;
|
|
545
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
546
|
+
enterKeyHint?: "search" | "done" | "enter" | "go" | "next" | "previous" | "send" | undefined;
|
|
547
|
+
lang?: string | undefined;
|
|
548
|
+
nonce?: string | undefined;
|
|
549
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
550
|
+
tabIndex?: number | undefined;
|
|
551
|
+
radioGroup?: string | undefined;
|
|
552
|
+
role?: import("react").AriaRole | undefined;
|
|
553
|
+
about?: string | undefined;
|
|
554
|
+
datatype?: string | undefined;
|
|
555
|
+
inlist?: any;
|
|
556
|
+
prefix?: string | undefined;
|
|
557
|
+
property?: string | undefined;
|
|
558
|
+
rel?: string | undefined;
|
|
559
|
+
resource?: string | undefined;
|
|
560
|
+
rev?: string | undefined;
|
|
561
|
+
typeof?: string | undefined;
|
|
562
|
+
vocab?: string | undefined;
|
|
563
|
+
autoCorrect?: string | undefined;
|
|
564
|
+
autoSave?: string | undefined;
|
|
565
|
+
itemProp?: string | undefined;
|
|
566
|
+
itemScope?: boolean | undefined;
|
|
567
|
+
itemType?: string | undefined;
|
|
568
|
+
itemID?: string | undefined;
|
|
569
|
+
itemRef?: string | undefined;
|
|
570
|
+
results?: number | undefined;
|
|
571
|
+
security?: string | undefined;
|
|
572
|
+
unselectable?: "off" | "on" | undefined;
|
|
573
|
+
inputMode?: "none" | "email" | "search" | "text" | "numeric" | "url" | "tel" | "decimal" | undefined;
|
|
574
|
+
is?: string | undefined;
|
|
575
|
+
exportparts?: string | undefined;
|
|
576
|
+
part?: string | undefined;
|
|
577
|
+
"aria-activedescendant"?: string | undefined;
|
|
578
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
579
|
+
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
580
|
+
"aria-braillelabel"?: string | undefined;
|
|
581
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
582
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
583
|
+
"aria-checked"?: boolean | "false" | "true" | "mixed" | undefined;
|
|
584
|
+
"aria-colcount"?: number | undefined;
|
|
585
|
+
"aria-colindex"?: number | undefined;
|
|
586
|
+
"aria-colindextext"?: string | undefined;
|
|
587
|
+
"aria-colspan"?: number | undefined;
|
|
588
|
+
"aria-controls"?: string | undefined;
|
|
589
|
+
"aria-current"?: boolean | "page" | "time" | "date" | "false" | "true" | "step" | "location" | undefined;
|
|
590
|
+
"aria-describedby"?: string | undefined;
|
|
591
|
+
"aria-description"?: string | undefined;
|
|
592
|
+
"aria-details"?: string | undefined;
|
|
593
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
594
|
+
"aria-dropeffect"?: "none" | "link" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
595
|
+
"aria-errormessage"?: string | undefined;
|
|
596
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
597
|
+
"aria-flowto"?: string | undefined;
|
|
598
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
599
|
+
"aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "false" | "true" | "listbox" | "tree" | undefined;
|
|
600
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
601
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
602
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
603
|
+
"aria-label"?: string | undefined;
|
|
604
|
+
"aria-labelledby"?: string | undefined;
|
|
605
|
+
"aria-level"?: number | undefined;
|
|
606
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
607
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
608
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
609
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
610
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
611
|
+
"aria-owns"?: string | undefined;
|
|
612
|
+
"aria-placeholder"?: string | undefined;
|
|
613
|
+
"aria-posinset"?: number | undefined;
|
|
614
|
+
"aria-pressed"?: boolean | "false" | "true" | "mixed" | undefined;
|
|
615
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
616
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
617
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
618
|
+
"aria-roledescription"?: string | undefined;
|
|
619
|
+
"aria-rowcount"?: number | undefined;
|
|
620
|
+
"aria-rowindex"?: number | undefined;
|
|
621
|
+
"aria-rowindextext"?: string | undefined;
|
|
622
|
+
"aria-rowspan"?: number | undefined;
|
|
623
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
624
|
+
"aria-setsize"?: number | undefined;
|
|
625
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
626
|
+
"aria-valuemax"?: number | undefined;
|
|
627
|
+
"aria-valuemin"?: number | undefined;
|
|
628
|
+
"aria-valuenow"?: number | undefined;
|
|
629
|
+
"aria-valuetext"?: string | undefined;
|
|
630
|
+
dangerouslySetInnerHTML?: {
|
|
631
|
+
__html: string | TrustedHTML;
|
|
632
|
+
} | undefined;
|
|
633
|
+
onCopy?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
634
|
+
onCopyCapture?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
635
|
+
onCut?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
636
|
+
onCutCapture?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
637
|
+
onPaste?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
638
|
+
onPasteCapture?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
639
|
+
onCompositionEnd?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
640
|
+
onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
641
|
+
onCompositionStart?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
642
|
+
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
643
|
+
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
644
|
+
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
645
|
+
onFocus?: import("react").FocusEventHandler<HTMLSpanElement> | undefined;
|
|
646
|
+
onFocusCapture?: import("react").FocusEventHandler<HTMLSpanElement> | undefined;
|
|
647
|
+
onBlur?: import("react").FocusEventHandler<HTMLSpanElement> | undefined;
|
|
648
|
+
onBlurCapture?: import("react").FocusEventHandler<HTMLSpanElement> | undefined;
|
|
649
|
+
onChange?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
650
|
+
onChangeCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
651
|
+
onBeforeInput?: import("react").InputEventHandler<HTMLSpanElement> | undefined;
|
|
652
|
+
onBeforeInputCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
653
|
+
onInput?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
654
|
+
onInputCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
655
|
+
onReset?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
656
|
+
onResetCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
657
|
+
onSubmit?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
658
|
+
onSubmitCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
659
|
+
onInvalid?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
660
|
+
onInvalidCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
661
|
+
onLoad?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
662
|
+
onLoadCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
663
|
+
onError?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
664
|
+
onErrorCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
665
|
+
onKeyDown?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
666
|
+
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
667
|
+
onKeyPress?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
668
|
+
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
669
|
+
onKeyUp?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
670
|
+
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
671
|
+
onAbort?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
672
|
+
onAbortCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
673
|
+
onCanPlay?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
674
|
+
onCanPlayCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
675
|
+
onCanPlayThrough?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
676
|
+
onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
677
|
+
onDurationChange?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
678
|
+
onDurationChangeCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
679
|
+
onEmptied?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
680
|
+
onEmptiedCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
681
|
+
onEncrypted?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
682
|
+
onEncryptedCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
683
|
+
onEnded?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
684
|
+
onEndedCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
685
|
+
onLoadedData?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
686
|
+
onLoadedDataCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
687
|
+
onLoadedMetadata?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
688
|
+
onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
689
|
+
onLoadStart?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
690
|
+
onLoadStartCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
691
|
+
onPause?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
692
|
+
onPauseCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
693
|
+
onPlay?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
694
|
+
onPlayCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
695
|
+
onPlaying?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
696
|
+
onPlayingCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
697
|
+
onProgress?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
698
|
+
onProgressCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
699
|
+
onRateChange?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
700
|
+
onRateChangeCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
701
|
+
onSeeked?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
702
|
+
onSeekedCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
703
|
+
onSeeking?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
704
|
+
onSeekingCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
705
|
+
onStalled?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
706
|
+
onStalledCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
707
|
+
onSuspend?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
708
|
+
onSuspendCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
709
|
+
onTimeUpdate?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
710
|
+
onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
711
|
+
onVolumeChange?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
712
|
+
onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
713
|
+
onWaiting?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
714
|
+
onWaitingCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
715
|
+
onAuxClick?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
716
|
+
onAuxClickCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
717
|
+
onClick?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
718
|
+
onClickCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
719
|
+
onContextMenu?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
720
|
+
onContextMenuCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
721
|
+
onDoubleClick?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
722
|
+
onDoubleClickCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
723
|
+
onDragCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
724
|
+
onDragEndCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
725
|
+
onDragEnter?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
726
|
+
onDragEnterCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
727
|
+
onDragExit?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
728
|
+
onDragExitCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
729
|
+
onDragLeave?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
730
|
+
onDragLeaveCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
731
|
+
onDragOver?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
732
|
+
onDragOverCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
733
|
+
onDragStartCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
734
|
+
onDrop?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
735
|
+
onDropCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
736
|
+
onMouseDown?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
737
|
+
onMouseDownCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
738
|
+
onMouseEnter?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
739
|
+
onMouseLeave?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
740
|
+
onMouseMove?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
741
|
+
onMouseMoveCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
742
|
+
onMouseOut?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
743
|
+
onMouseOutCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
744
|
+
onMouseOver?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
745
|
+
onMouseOverCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
746
|
+
onMouseUp?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
747
|
+
onMouseUpCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
748
|
+
onSelect?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
749
|
+
onSelectCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
750
|
+
onTouchCancel?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
751
|
+
onTouchCancelCapture?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
752
|
+
onTouchEnd?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
753
|
+
onTouchEndCapture?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
754
|
+
onTouchMove?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
755
|
+
onTouchMoveCapture?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
756
|
+
onTouchStart?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
757
|
+
onTouchStartCapture?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
758
|
+
onPointerDown?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
759
|
+
onPointerDownCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
760
|
+
onPointerMove?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
761
|
+
onPointerMoveCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
762
|
+
onPointerUp?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
763
|
+
onPointerUpCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
764
|
+
onPointerCancel?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
765
|
+
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
766
|
+
onPointerEnter?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
767
|
+
onPointerLeave?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
768
|
+
onPointerOver?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
769
|
+
onPointerOverCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
770
|
+
onPointerOut?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
771
|
+
onPointerOutCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
772
|
+
onGotPointerCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
773
|
+
onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
774
|
+
onLostPointerCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
775
|
+
onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
776
|
+
onScroll?: import("react").UIEventHandler<HTMLSpanElement> | undefined;
|
|
777
|
+
onScrollCapture?: import("react").UIEventHandler<HTMLSpanElement> | undefined;
|
|
778
|
+
onWheel?: import("react").WheelEventHandler<HTMLSpanElement> | undefined;
|
|
779
|
+
onWheelCapture?: import("react").WheelEventHandler<HTMLSpanElement> | undefined;
|
|
780
|
+
onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
781
|
+
onAnimationEnd?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
782
|
+
onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
783
|
+
onAnimationIteration?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
784
|
+
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
785
|
+
onTransitionEnd?: import("react").TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
786
|
+
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
787
|
+
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
788
|
+
export declare const GateWayIcon: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
789
|
+
export declare const GatewayIconWrapper: import("@emotion/styled").StyledComponent<{
|
|
790
|
+
hidden?: boolean | undefined;
|
|
791
|
+
id?: string | undefined;
|
|
792
|
+
className?: string | undefined;
|
|
793
|
+
color?: string | undefined;
|
|
794
|
+
content?: string | undefined;
|
|
795
|
+
translate?: "yes" | "no" | undefined;
|
|
796
|
+
slot?: string | undefined;
|
|
797
|
+
title?: string | undefined;
|
|
798
|
+
defaultChecked?: boolean | undefined;
|
|
799
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
800
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
801
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
802
|
+
accessKey?: string | undefined;
|
|
803
|
+
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
804
|
+
autoFocus?: boolean | undefined;
|
|
805
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
806
|
+
contextMenu?: string | undefined;
|
|
807
|
+
dir?: string | undefined;
|
|
808
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
809
|
+
enterKeyHint?: "search" | "done" | "enter" | "go" | "next" | "previous" | "send" | undefined;
|
|
810
|
+
lang?: string | undefined;
|
|
811
|
+
nonce?: string | undefined;
|
|
812
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
813
|
+
tabIndex?: number | undefined;
|
|
814
|
+
radioGroup?: string | undefined;
|
|
815
|
+
role?: import("react").AriaRole | undefined;
|
|
816
|
+
about?: string | undefined;
|
|
817
|
+
datatype?: string | undefined;
|
|
818
|
+
inlist?: any;
|
|
819
|
+
prefix?: string | undefined;
|
|
820
|
+
property?: string | undefined;
|
|
821
|
+
rel?: string | undefined;
|
|
822
|
+
resource?: string | undefined;
|
|
823
|
+
rev?: string | undefined;
|
|
824
|
+
typeof?: string | undefined;
|
|
825
|
+
vocab?: string | undefined;
|
|
826
|
+
autoCorrect?: string | undefined;
|
|
827
|
+
autoSave?: string | undefined;
|
|
828
|
+
itemProp?: string | undefined;
|
|
829
|
+
itemScope?: boolean | undefined;
|
|
830
|
+
itemType?: string | undefined;
|
|
831
|
+
itemID?: string | undefined;
|
|
832
|
+
itemRef?: string | undefined;
|
|
833
|
+
results?: number | undefined;
|
|
834
|
+
security?: string | undefined;
|
|
835
|
+
unselectable?: "off" | "on" | undefined;
|
|
836
|
+
inputMode?: "none" | "email" | "search" | "text" | "numeric" | "url" | "tel" | "decimal" | undefined;
|
|
837
|
+
is?: string | undefined;
|
|
838
|
+
exportparts?: string | undefined;
|
|
839
|
+
part?: string | undefined;
|
|
840
|
+
"aria-activedescendant"?: string | undefined;
|
|
841
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
842
|
+
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
843
|
+
"aria-braillelabel"?: string | undefined;
|
|
844
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
845
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
846
|
+
"aria-checked"?: boolean | "false" | "true" | "mixed" | undefined;
|
|
847
|
+
"aria-colcount"?: number | undefined;
|
|
848
|
+
"aria-colindex"?: number | undefined;
|
|
849
|
+
"aria-colindextext"?: string | undefined;
|
|
850
|
+
"aria-colspan"?: number | undefined;
|
|
851
|
+
"aria-controls"?: string | undefined;
|
|
852
|
+
"aria-current"?: boolean | "page" | "time" | "date" | "false" | "true" | "step" | "location" | undefined;
|
|
853
|
+
"aria-describedby"?: string | undefined;
|
|
854
|
+
"aria-description"?: string | undefined;
|
|
855
|
+
"aria-details"?: string | undefined;
|
|
856
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
857
|
+
"aria-dropeffect"?: "none" | "link" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
858
|
+
"aria-errormessage"?: string | undefined;
|
|
859
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
860
|
+
"aria-flowto"?: string | undefined;
|
|
861
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
862
|
+
"aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "false" | "true" | "listbox" | "tree" | undefined;
|
|
863
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
864
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
865
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
866
|
+
"aria-label"?: string | undefined;
|
|
867
|
+
"aria-labelledby"?: string | undefined;
|
|
868
|
+
"aria-level"?: number | undefined;
|
|
869
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
870
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
871
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
872
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
873
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
874
|
+
"aria-owns"?: string | undefined;
|
|
875
|
+
"aria-placeholder"?: string | undefined;
|
|
876
|
+
"aria-posinset"?: number | undefined;
|
|
877
|
+
"aria-pressed"?: boolean | "false" | "true" | "mixed" | undefined;
|
|
878
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
879
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
880
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
881
|
+
"aria-roledescription"?: string | undefined;
|
|
882
|
+
"aria-rowcount"?: number | undefined;
|
|
883
|
+
"aria-rowindex"?: number | undefined;
|
|
884
|
+
"aria-rowindextext"?: string | undefined;
|
|
885
|
+
"aria-rowspan"?: number | undefined;
|
|
886
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
887
|
+
"aria-setsize"?: number | undefined;
|
|
888
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
889
|
+
"aria-valuemax"?: number | undefined;
|
|
890
|
+
"aria-valuemin"?: number | undefined;
|
|
891
|
+
"aria-valuenow"?: number | undefined;
|
|
892
|
+
"aria-valuetext"?: string | undefined;
|
|
893
|
+
dangerouslySetInnerHTML?: {
|
|
894
|
+
__html: string | TrustedHTML;
|
|
895
|
+
} | undefined;
|
|
896
|
+
onCopy?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
897
|
+
onCopyCapture?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
898
|
+
onCut?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
899
|
+
onCutCapture?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
900
|
+
onPaste?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
901
|
+
onPasteCapture?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
902
|
+
onCompositionEnd?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
903
|
+
onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
904
|
+
onCompositionStart?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
905
|
+
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
906
|
+
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
907
|
+
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
908
|
+
onFocus?: import("react").FocusEventHandler<HTMLSpanElement> | undefined;
|
|
909
|
+
onFocusCapture?: import("react").FocusEventHandler<HTMLSpanElement> | undefined;
|
|
910
|
+
onBlur?: import("react").FocusEventHandler<HTMLSpanElement> | undefined;
|
|
911
|
+
onBlurCapture?: import("react").FocusEventHandler<HTMLSpanElement> | undefined;
|
|
912
|
+
onChange?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
913
|
+
onChangeCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
914
|
+
onBeforeInput?: import("react").InputEventHandler<HTMLSpanElement> | undefined;
|
|
915
|
+
onBeforeInputCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
916
|
+
onInput?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
917
|
+
onInputCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
918
|
+
onReset?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
919
|
+
onResetCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
920
|
+
onSubmit?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
921
|
+
onSubmitCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
922
|
+
onInvalid?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
923
|
+
onInvalidCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
924
|
+
onLoad?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
925
|
+
onLoadCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
926
|
+
onError?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
927
|
+
onErrorCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
928
|
+
onKeyDown?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
929
|
+
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
930
|
+
onKeyPress?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
931
|
+
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
932
|
+
onKeyUp?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
933
|
+
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
934
|
+
onAbort?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
935
|
+
onAbortCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
936
|
+
onCanPlay?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
937
|
+
onCanPlayCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
938
|
+
onCanPlayThrough?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
939
|
+
onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
940
|
+
onDurationChange?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
941
|
+
onDurationChangeCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
942
|
+
onEmptied?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
943
|
+
onEmptiedCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
944
|
+
onEncrypted?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
945
|
+
onEncryptedCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
946
|
+
onEnded?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
947
|
+
onEndedCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
948
|
+
onLoadedData?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
949
|
+
onLoadedDataCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
950
|
+
onLoadedMetadata?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
951
|
+
onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
952
|
+
onLoadStart?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
953
|
+
onLoadStartCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
954
|
+
onPause?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
955
|
+
onPauseCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
956
|
+
onPlay?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
957
|
+
onPlayCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
958
|
+
onPlaying?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
959
|
+
onPlayingCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
960
|
+
onProgress?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
961
|
+
onProgressCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
962
|
+
onRateChange?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
963
|
+
onRateChangeCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
964
|
+
onSeeked?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
965
|
+
onSeekedCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
966
|
+
onSeeking?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
967
|
+
onSeekingCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
968
|
+
onStalled?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
969
|
+
onStalledCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
970
|
+
onSuspend?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
971
|
+
onSuspendCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
972
|
+
onTimeUpdate?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
973
|
+
onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
974
|
+
onVolumeChange?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
975
|
+
onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
976
|
+
onWaiting?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
977
|
+
onWaitingCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
978
|
+
onAuxClick?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
979
|
+
onAuxClickCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
980
|
+
onClick?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
981
|
+
onClickCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
982
|
+
onContextMenu?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
983
|
+
onContextMenuCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
984
|
+
onDoubleClick?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
985
|
+
onDoubleClickCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
986
|
+
onDragCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
987
|
+
onDragEndCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
988
|
+
onDragEnter?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
989
|
+
onDragEnterCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
990
|
+
onDragExit?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
991
|
+
onDragExitCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
992
|
+
onDragLeave?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
993
|
+
onDragLeaveCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
994
|
+
onDragOver?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
995
|
+
onDragOverCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
996
|
+
onDragStartCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
997
|
+
onDrop?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
998
|
+
onDropCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
999
|
+
onMouseDown?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
1000
|
+
onMouseDownCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
1001
|
+
onMouseEnter?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
1002
|
+
onMouseLeave?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
1003
|
+
onMouseMove?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
1004
|
+
onMouseMoveCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
1005
|
+
onMouseOut?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
1006
|
+
onMouseOutCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
1007
|
+
onMouseOver?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
1008
|
+
onMouseOverCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
1009
|
+
onMouseUp?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
1010
|
+
onMouseUpCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
1011
|
+
onSelect?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1012
|
+
onSelectCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1013
|
+
onTouchCancel?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
1014
|
+
onTouchCancelCapture?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
1015
|
+
onTouchEnd?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
1016
|
+
onTouchEndCapture?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
1017
|
+
onTouchMove?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
1018
|
+
onTouchMoveCapture?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
1019
|
+
onTouchStart?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
1020
|
+
onTouchStartCapture?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
1021
|
+
onPointerDown?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
1022
|
+
onPointerDownCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
1023
|
+
onPointerMove?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
1024
|
+
onPointerMoveCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
1025
|
+
onPointerUp?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
1026
|
+
onPointerUpCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
1027
|
+
onPointerCancel?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
1028
|
+
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
1029
|
+
onPointerEnter?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
1030
|
+
onPointerLeave?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
1031
|
+
onPointerOver?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
1032
|
+
onPointerOverCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
1033
|
+
onPointerOut?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
1034
|
+
onPointerOutCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
1035
|
+
onGotPointerCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
1036
|
+
onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
1037
|
+
onLostPointerCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
1038
|
+
onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
1039
|
+
onScroll?: import("react").UIEventHandler<HTMLSpanElement> | undefined;
|
|
1040
|
+
onScrollCapture?: import("react").UIEventHandler<HTMLSpanElement> | undefined;
|
|
1041
|
+
onWheel?: import("react").WheelEventHandler<HTMLSpanElement> | undefined;
|
|
1042
|
+
onWheelCapture?: import("react").WheelEventHandler<HTMLSpanElement> | undefined;
|
|
1043
|
+
onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
1044
|
+
onAnimationEnd?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
1045
|
+
onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
1046
|
+
onAnimationIteration?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
1047
|
+
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
1048
|
+
onTransitionEnd?: import("react").TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
1049
|
+
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
1050
|
+
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
1051
|
+
export declare const GatewaysContainer: import("@emotion/styled").StyledComponent<{
|
|
1052
|
+
hidden?: boolean | undefined;
|
|
1053
|
+
id?: string | undefined;
|
|
1054
|
+
className?: string | undefined;
|
|
1055
|
+
color?: string | undefined;
|
|
1056
|
+
content?: string | undefined;
|
|
1057
|
+
translate?: "yes" | "no" | undefined;
|
|
1058
|
+
slot?: string | undefined;
|
|
1059
|
+
title?: string | undefined;
|
|
1060
|
+
defaultChecked?: boolean | undefined;
|
|
1061
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
1062
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
1063
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
1064
|
+
accessKey?: string | undefined;
|
|
1065
|
+
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
1066
|
+
autoFocus?: boolean | undefined;
|
|
1067
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1068
|
+
contextMenu?: string | undefined;
|
|
1069
|
+
dir?: string | undefined;
|
|
1070
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
1071
|
+
enterKeyHint?: "search" | "done" | "enter" | "go" | "next" | "previous" | "send" | undefined;
|
|
1072
|
+
lang?: string | undefined;
|
|
1073
|
+
nonce?: string | undefined;
|
|
1074
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
1075
|
+
tabIndex?: number | undefined;
|
|
1076
|
+
radioGroup?: string | undefined;
|
|
1077
|
+
role?: import("react").AriaRole | undefined;
|
|
1078
|
+
about?: string | undefined;
|
|
1079
|
+
datatype?: string | undefined;
|
|
1080
|
+
inlist?: any;
|
|
1081
|
+
prefix?: string | undefined;
|
|
1082
|
+
property?: string | undefined;
|
|
1083
|
+
rel?: string | undefined;
|
|
1084
|
+
resource?: string | undefined;
|
|
1085
|
+
rev?: string | undefined;
|
|
1086
|
+
typeof?: string | undefined;
|
|
1087
|
+
vocab?: string | undefined;
|
|
1088
|
+
autoCorrect?: string | undefined;
|
|
1089
|
+
autoSave?: string | undefined;
|
|
1090
|
+
itemProp?: string | undefined;
|
|
1091
|
+
itemScope?: boolean | undefined;
|
|
1092
|
+
itemType?: string | undefined;
|
|
1093
|
+
itemID?: string | undefined;
|
|
1094
|
+
itemRef?: string | undefined;
|
|
1095
|
+
results?: number | undefined;
|
|
1096
|
+
security?: string | undefined;
|
|
1097
|
+
unselectable?: "off" | "on" | undefined;
|
|
1098
|
+
inputMode?: "none" | "email" | "search" | "text" | "numeric" | "url" | "tel" | "decimal" | undefined;
|
|
1099
|
+
is?: string | undefined;
|
|
1100
|
+
exportparts?: string | undefined;
|
|
1101
|
+
part?: string | undefined;
|
|
1102
|
+
"aria-activedescendant"?: string | undefined;
|
|
1103
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1104
|
+
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
1105
|
+
"aria-braillelabel"?: string | undefined;
|
|
1106
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
1107
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1108
|
+
"aria-checked"?: boolean | "false" | "true" | "mixed" | undefined;
|
|
1109
|
+
"aria-colcount"?: number | undefined;
|
|
1110
|
+
"aria-colindex"?: number | undefined;
|
|
1111
|
+
"aria-colindextext"?: string | undefined;
|
|
1112
|
+
"aria-colspan"?: number | undefined;
|
|
1113
|
+
"aria-controls"?: string | undefined;
|
|
1114
|
+
"aria-current"?: boolean | "page" | "time" | "date" | "false" | "true" | "step" | "location" | undefined;
|
|
1115
|
+
"aria-describedby"?: string | undefined;
|
|
1116
|
+
"aria-description"?: string | undefined;
|
|
1117
|
+
"aria-details"?: string | undefined;
|
|
1118
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1119
|
+
"aria-dropeffect"?: "none" | "link" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1120
|
+
"aria-errormessage"?: string | undefined;
|
|
1121
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1122
|
+
"aria-flowto"?: string | undefined;
|
|
1123
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1124
|
+
"aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "false" | "true" | "listbox" | "tree" | undefined;
|
|
1125
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1126
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1127
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
1128
|
+
"aria-label"?: string | undefined;
|
|
1129
|
+
"aria-labelledby"?: string | undefined;
|
|
1130
|
+
"aria-level"?: number | undefined;
|
|
1131
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
1132
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
1133
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
1134
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
1135
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
1136
|
+
"aria-owns"?: string | undefined;
|
|
1137
|
+
"aria-placeholder"?: string | undefined;
|
|
1138
|
+
"aria-posinset"?: number | undefined;
|
|
1139
|
+
"aria-pressed"?: boolean | "false" | "true" | "mixed" | undefined;
|
|
1140
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1141
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1142
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1143
|
+
"aria-roledescription"?: string | undefined;
|
|
1144
|
+
"aria-rowcount"?: number | undefined;
|
|
1145
|
+
"aria-rowindex"?: number | undefined;
|
|
1146
|
+
"aria-rowindextext"?: string | undefined;
|
|
1147
|
+
"aria-rowspan"?: number | undefined;
|
|
1148
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
1149
|
+
"aria-setsize"?: number | undefined;
|
|
1150
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1151
|
+
"aria-valuemax"?: number | undefined;
|
|
1152
|
+
"aria-valuemin"?: number | undefined;
|
|
1153
|
+
"aria-valuenow"?: number | undefined;
|
|
1154
|
+
"aria-valuetext"?: string | undefined;
|
|
1155
|
+
dangerouslySetInnerHTML?: {
|
|
1156
|
+
__html: string | TrustedHTML;
|
|
1157
|
+
} | undefined;
|
|
1158
|
+
onCopy?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1159
|
+
onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1160
|
+
onCut?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1161
|
+
onCutCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1162
|
+
onPaste?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1163
|
+
onPasteCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1164
|
+
onCompositionEnd?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1165
|
+
onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1166
|
+
onCompositionStart?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1167
|
+
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1168
|
+
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1169
|
+
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1170
|
+
onFocus?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1171
|
+
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1172
|
+
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1173
|
+
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1174
|
+
onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1175
|
+
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1176
|
+
onBeforeInput?: import("react").InputEventHandler<HTMLDivElement> | undefined;
|
|
1177
|
+
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1178
|
+
onInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1179
|
+
onInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1180
|
+
onReset?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1181
|
+
onResetCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1182
|
+
onSubmit?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1183
|
+
onSubmitCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1184
|
+
onInvalid?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1185
|
+
onInvalidCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1186
|
+
onLoad?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1187
|
+
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1188
|
+
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1189
|
+
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1190
|
+
onKeyDown?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1191
|
+
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1192
|
+
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1193
|
+
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1194
|
+
onKeyUp?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1195
|
+
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1196
|
+
onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1197
|
+
onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1198
|
+
onCanPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1199
|
+
onCanPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1200
|
+
onCanPlayThrough?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1201
|
+
onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1202
|
+
onDurationChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1203
|
+
onDurationChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1204
|
+
onEmptied?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1205
|
+
onEmptiedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1206
|
+
onEncrypted?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1207
|
+
onEncryptedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1208
|
+
onEnded?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1209
|
+
onEndedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1210
|
+
onLoadedData?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1211
|
+
onLoadedDataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1212
|
+
onLoadedMetadata?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1213
|
+
onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1214
|
+
onLoadStart?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1215
|
+
onLoadStartCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1216
|
+
onPause?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1217
|
+
onPauseCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1218
|
+
onPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1219
|
+
onPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1220
|
+
onPlaying?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1221
|
+
onPlayingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1222
|
+
onProgress?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1223
|
+
onProgressCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1224
|
+
onRateChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1225
|
+
onRateChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1226
|
+
onSeeked?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1227
|
+
onSeekedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1228
|
+
onSeeking?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1229
|
+
onSeekingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1230
|
+
onStalled?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1231
|
+
onStalledCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1232
|
+
onSuspend?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1233
|
+
onSuspendCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1234
|
+
onTimeUpdate?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1235
|
+
onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1236
|
+
onVolumeChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1237
|
+
onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1238
|
+
onWaiting?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1239
|
+
onWaitingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1240
|
+
onAuxClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1241
|
+
onAuxClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1242
|
+
onClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1243
|
+
onClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1244
|
+
onContextMenu?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1245
|
+
onContextMenuCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1246
|
+
onDoubleClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1247
|
+
onDoubleClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1248
|
+
onDragCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1249
|
+
onDragEndCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1250
|
+
onDragEnter?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1251
|
+
onDragEnterCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1252
|
+
onDragExit?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1253
|
+
onDragExitCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1254
|
+
onDragLeave?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1255
|
+
onDragLeaveCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1256
|
+
onDragOver?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1257
|
+
onDragOverCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1258
|
+
onDragStartCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1259
|
+
onDrop?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1260
|
+
onDropCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1261
|
+
onMouseDown?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1262
|
+
onMouseDownCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1263
|
+
onMouseEnter?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1264
|
+
onMouseLeave?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1265
|
+
onMouseMove?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1266
|
+
onMouseMoveCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1267
|
+
onMouseOut?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1268
|
+
onMouseOutCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1269
|
+
onMouseOver?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1270
|
+
onMouseOverCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1271
|
+
onMouseUp?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1272
|
+
onMouseUpCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1273
|
+
onSelect?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1274
|
+
onSelectCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1275
|
+
onTouchCancel?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
1276
|
+
onTouchCancelCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
1277
|
+
onTouchEnd?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
1278
|
+
onTouchEndCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
1279
|
+
onTouchMove?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
1280
|
+
onTouchMoveCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
1281
|
+
onTouchStart?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
1282
|
+
onTouchStartCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
1283
|
+
onPointerDown?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1284
|
+
onPointerDownCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1285
|
+
onPointerMove?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1286
|
+
onPointerMoveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1287
|
+
onPointerUp?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1288
|
+
onPointerUpCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1289
|
+
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1290
|
+
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1291
|
+
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1292
|
+
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1293
|
+
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1294
|
+
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1295
|
+
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1296
|
+
onPointerOutCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1297
|
+
onGotPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1298
|
+
onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1299
|
+
onLostPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1300
|
+
onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1301
|
+
onScroll?: import("react").UIEventHandler<HTMLDivElement> | undefined;
|
|
1302
|
+
onScrollCapture?: import("react").UIEventHandler<HTMLDivElement> | undefined;
|
|
1303
|
+
onWheel?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
|
|
1304
|
+
onWheelCapture?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
|
|
1305
|
+
onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1306
|
+
onAnimationEnd?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1307
|
+
onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1308
|
+
onAnimationIteration?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1309
|
+
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1310
|
+
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1311
|
+
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1312
|
+
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
1313
|
+
export declare const UnCapturedBadge: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
1314
|
+
export declare const RefundTooltipView: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|