@tap-payments/os-micro-frontend-shared 0.0.183 → 0.0.184
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/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,24 @@
|
|
|
1
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
+
var t = {};
|
|
3
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
+
t[p] = s[p];
|
|
5
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
+
t[p[i]] = s[p[i]];
|
|
9
|
+
}
|
|
10
|
+
return t;
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
+
import { Box, Typography } from '@mui/material';
|
|
14
|
+
import { exclamationErrorIcon, searchIcon } from '../../../constants/index.js';
|
|
15
|
+
import Input from '../../Inputs/Input';
|
|
16
|
+
import { StyledErrorMessage, ErrorIcon } from './styles';
|
|
17
|
+
export default function SearchInput(_a) {
|
|
18
|
+
var { showSearchIcon = true } = _a, props = __rest(_a, ["showSearchIcon"]);
|
|
19
|
+
return (_jsxs(Box, { children: [_jsx(Input, Object.assign({ InputProps: Object.assign({ endAdornment: !props.disabled && showSearchIcon && _jsx(Box, { component: "img", maxWidth: "16px", maxHeight: "16px", src: searchIcon, alt: "search" }), sx: Object.assign({}, (props.error && {
|
|
20
|
+
border: '1px solid #FF000026',
|
|
21
|
+
borderBottom: 'none',
|
|
22
|
+
borderRadius: '4px 4px 0 0',
|
|
23
|
+
})) }, props.InputProps), sx: Object.assign({}, (props.error && { border: '1px solid #FF000026', borderBottom: 'none', borderRadius: '4px 4px 0 0' })) }, props)), props.error && (_jsxs(StyledErrorMessage, { children: [_jsx(ErrorIcon, { src: exclamationErrorIcon }), _jsx(Typography, Object.assign({ color: "red", fontSize: "10px" }, { children: props.errorMessage }))] }))] }));
|
|
24
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const ErrorIcon: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
3
|
+
export declare const StyledErrorMessage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { styled } from '@mui/material';
|
|
2
|
+
export const ErrorIcon = styled('img')(() => ({
|
|
3
|
+
width: '12px',
|
|
4
|
+
height: '12px',
|
|
5
|
+
marginRight: '4px',
|
|
6
|
+
}));
|
|
7
|
+
export const StyledErrorMessage = styled('div')(({ theme }) => ({
|
|
8
|
+
display: 'flex',
|
|
9
|
+
alignItems: 'center',
|
|
10
|
+
color: `${theme.palette.custom[500]}`,
|
|
11
|
+
fontSize: '10px',
|
|
12
|
+
padding: '8px 12px',
|
|
13
|
+
background: '#FF000026',
|
|
14
|
+
borderRadius: '0 0 4px 4px',
|
|
15
|
+
borderTop: 'none',
|
|
16
|
+
height: '32px',
|
|
17
|
+
}));
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { Select as MuiSelect, FormControl, InputLabel, MenuItem, Box } from '@mui/material';
|
|
3
|
+
import { Controller, useFormContext } from 'react-hook-form';
|
|
4
|
+
import { StyledErrorMessage } from '../Input/style';
|
|
5
|
+
export default function Select(props) {
|
|
6
|
+
const { control } = useFormContext();
|
|
7
|
+
return (_jsx(Controller, { name: props.name, control: control, render: ({ field, fieldState: { error } }) => {
|
|
8
|
+
var _a;
|
|
9
|
+
return (_jsxs(Box, Object.assign({ sx: {
|
|
10
|
+
display: 'flex',
|
|
11
|
+
alignItems: 'stretch',
|
|
12
|
+
height: '100%',
|
|
13
|
+
flexDirection: 'column',
|
|
14
|
+
flex: 1,
|
|
15
|
+
} }, { children: [_jsxs(FormControl, Object.assign({ variant: "filled", sx: {
|
|
16
|
+
minWidth: 52,
|
|
17
|
+
height: '40px !important',
|
|
18
|
+
maxHeight: '40px !important',
|
|
19
|
+
width: '100%',
|
|
20
|
+
'& .MuiFormLabel-asterisk': {
|
|
21
|
+
color: 'red',
|
|
22
|
+
},
|
|
23
|
+
'& .MuiFormLabel-root': {
|
|
24
|
+
fontSize: '10px',
|
|
25
|
+
fontStyle: 'normal',
|
|
26
|
+
fontWeight: 500,
|
|
27
|
+
lineHeight: '100%',
|
|
28
|
+
transform: 'translate(8px, 15px) scale(1)',
|
|
29
|
+
},
|
|
30
|
+
'.MuiFormLabel-root.MuiFormLabel-filled': {
|
|
31
|
+
transform: 'translate(8px, 8px) scale(0.75) ',
|
|
32
|
+
},
|
|
33
|
+
'.MuiFormLabel-root.Mui-focused': {
|
|
34
|
+
transform: 'translate(8px, 8px) scale(0.75)',
|
|
35
|
+
fontSize: '10px',
|
|
36
|
+
fontStyle: 'normal',
|
|
37
|
+
fontWeight: 500,
|
|
38
|
+
lineHeight: '100%',
|
|
39
|
+
},
|
|
40
|
+
}, required: props.required }, { children: [_jsx(InputLabel, Object.assign({ id: "demo-simple-select-filled-label", sx: {
|
|
41
|
+
fontSize: '11px',
|
|
42
|
+
color: '#8D8D94 !important',
|
|
43
|
+
} }, { children: props.label })), _jsx(MuiSelect, Object.assign({ inputProps: {
|
|
44
|
+
sx: {
|
|
45
|
+
backgroundColor: '#F9F9F9 !important',
|
|
46
|
+
borderRadius: '4px',
|
|
47
|
+
fontSize: '11px',
|
|
48
|
+
},
|
|
49
|
+
} }, field, { value: (_a = field.value) !== null && _a !== void 0 ? _a : '', error: !!error, disableUnderline: true, required: true, labelId: "demo-simple-select-filled-label", id: "demo-simple-select-filled", sx: Object.assign({ width: '100%', height: '40px !important', maxHeight: '40px !important', borderRadius: '4px', overflow: 'hidden', '.MuiSelect-select': {
|
|
50
|
+
padding: '0px 8px !important',
|
|
51
|
+
height: '40px !important',
|
|
52
|
+
maxHeight: '40px !important',
|
|
53
|
+
display: 'flex',
|
|
54
|
+
alignItems: 'flex-end !important',
|
|
55
|
+
}, '.MuiSelect-filled': {
|
|
56
|
+
padding: '0px 8px !important',
|
|
57
|
+
} }, (error && {
|
|
58
|
+
border: '1px solid #FF3D00',
|
|
59
|
+
})) }, { children: (props.options || []).map((option) => {
|
|
60
|
+
var _a, _b;
|
|
61
|
+
return (_jsx(MenuItem, Object.assign({ value: (_a = option.value) !== null && _a !== void 0 ? _a : '', sx: {
|
|
62
|
+
fontSize: '12px',
|
|
63
|
+
} }, { children: option.label }), (_b = option.value) !== null && _b !== void 0 ? _b : ''));
|
|
64
|
+
}) }))] })), _jsx(StyledErrorMessage, { children: error === null || error === void 0 ? void 0 : error.message })] })));
|
|
65
|
+
} }));
|
|
66
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const StyledSelect: import("@emotion/styled").StyledComponent<import("@mui/material").SelectProps<unknown> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Select, styled } from '@mui/material';
|
|
2
|
+
export const StyledSelect = styled(Select)(({ theme }) => ({
|
|
3
|
+
fontSize: '11px',
|
|
4
|
+
lineHeight: '11px',
|
|
5
|
+
color: theme.palette.common.black,
|
|
6
|
+
borderRadius: '4px',
|
|
7
|
+
boxShadow: '0px 0px 6px 0px rgba(0, 0, 0, 0.11);',
|
|
8
|
+
height: '32px',
|
|
9
|
+
border: 'none',
|
|
10
|
+
outline: 'none',
|
|
11
|
+
width: '100%',
|
|
12
|
+
'&:focus': {
|
|
13
|
+
border: '1px solid #1F88D0',
|
|
14
|
+
},
|
|
15
|
+
'& .MuiOutlinedInput-root': {
|
|
16
|
+
'& fieldset': {
|
|
17
|
+
borderColor: 'rgba(0, 0, 0, 0.23)',
|
|
18
|
+
},
|
|
19
|
+
'&.Mui-focused fieldset': {
|
|
20
|
+
border: '2px solid red',
|
|
21
|
+
},
|
|
22
|
+
},
|
|
23
|
+
}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { default as FileInput } from './FileInput';
|
|
2
|
+
export { default as CountriesDropdown, InputNumberStyled, MobileWrapper } from './CountriesDropDown';
|
|
3
|
+
export { default as SearchInput } from './SearchInput';
|
|
4
|
+
export { default as Input } from './Input';
|
|
5
|
+
export { default as Select } from './Select';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { default as FileInput } from './FileInput';
|
|
2
|
+
export { default as CountriesDropdown, InputNumberStyled, MobileWrapper } from './CountriesDropDown';
|
|
3
|
+
export { default as SearchInput } from './SearchInput';
|
|
4
|
+
export { default as Input } from './Input';
|
|
5
|
+
export { default as Select } from './Select';
|
|
@@ -0,0 +1,277 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { useEffect, useMemo, useRef, useState } from 'react';
|
|
3
|
+
import { Box, Dialog } from '@mui/material';
|
|
4
|
+
import JsonView from '@uiw/react-json-view';
|
|
5
|
+
import { AnimatePresence, motion } from 'framer-motion';
|
|
6
|
+
import { Resizable } from 're-resizable';
|
|
7
|
+
import Draggable from 'react-draggable';
|
|
8
|
+
import { APP_WINDOW_Z_INDEX, codeIcon, collapseArrowsIcon, copyIcon, expandArrowsIcon, greenCheckIcon, idIcon } from '../../constants/index.js';
|
|
9
|
+
import { useMouseState, useWindowDimensions } from '../../hooks/index.js';
|
|
10
|
+
import { isSafariBrowser } from '../../utils/index.js';
|
|
11
|
+
import AnimatedButton from './components/FooterButton';
|
|
12
|
+
import JSONTitleBar from './components/JSONTitleBar';
|
|
13
|
+
import { ButtonsWrapper, FooterWrapper, JSONContainer, JSONViewerWrapper, SectionWrapper, StyledCopyButton, StyledHeaderWrapper, StyledTitle, jsonTheme, requestJsonTheme, TITLE_BAR_HEIGHT, VIEWER_HEIGHT, FOOTER_HEIGHT, } from './style';
|
|
14
|
+
import TableFooter from '../VirtualTable/components/TableFooter';
|
|
15
|
+
const VIEWER_WIDTH = 400;
|
|
16
|
+
const animationDuration = 0.5;
|
|
17
|
+
export default function JSONViewer({ index, json, requestJson = {}, isWindowMinimized, windowOrder, onClose }) {
|
|
18
|
+
var _a, _b, _c, _d;
|
|
19
|
+
const [isMaximized, setIsMaximized] = useState(false);
|
|
20
|
+
const [isResized, setIsResized] = useState(false);
|
|
21
|
+
const [isResponseCollapsed, setIsResponseCollapsed] = useState(true);
|
|
22
|
+
const [isScrollingResponse, setIsScrollingResponse] = useState(false);
|
|
23
|
+
const [newDimensions, setNewDimensions] = useState({ width: 0, height: 0 });
|
|
24
|
+
const [isToolbarAnimationDisabled, setIsToolbarAnimationDisabled] = useState(true);
|
|
25
|
+
const [isRequestShown, setIsRequestShown] = useState(false);
|
|
26
|
+
const [isRequestCollapsed, setIsRequestCollapsed] = useState(true);
|
|
27
|
+
const [isScrollingRequest, setIsScrollingRequest] = useState(false);
|
|
28
|
+
const [viewerWidth, setViewerWidth] = useState(VIEWER_WIDTH);
|
|
29
|
+
const requestTimerRef = useRef();
|
|
30
|
+
const { onMouseEnter, onMouseLeave, isHovered } = useMouseState();
|
|
31
|
+
const { height, width } = useWindowDimensions();
|
|
32
|
+
const [position, setPosition] = useState({
|
|
33
|
+
x: width / 2 + VIEWER_WIDTH / 4 - index * 20,
|
|
34
|
+
y: height / 2 - VIEWER_HEIGHT / 2 + index * 30,
|
|
35
|
+
});
|
|
36
|
+
const resizableRef = useRef();
|
|
37
|
+
const objectPropertiesCount = useMemo(() => {
|
|
38
|
+
var _a;
|
|
39
|
+
return (_a = Object.keys(json)) === null || _a === void 0 ? void 0 : _a.length;
|
|
40
|
+
}, [json]);
|
|
41
|
+
const isSafari = isSafariBrowser();
|
|
42
|
+
const currentRequestWidth = Number((_b = (_a = resizableRef.current) === null || _a === void 0 ? void 0 : _a.state) === null || _b === void 0 ? void 0 : _b.width) || VIEWER_WIDTH;
|
|
43
|
+
const onCopied = (text) => {
|
|
44
|
+
setTimeout(() => {
|
|
45
|
+
navigator.clipboard.writeText(text || '').then(() => { });
|
|
46
|
+
}, 10);
|
|
47
|
+
};
|
|
48
|
+
const requestObjectPropertiesCount = useMemo(() => {
|
|
49
|
+
var _a;
|
|
50
|
+
return (_a = Object.keys(requestJson)) === null || _a === void 0 ? void 0 : _a.length;
|
|
51
|
+
}, [requestJson]);
|
|
52
|
+
useEffect(() => {
|
|
53
|
+
if (requestTimerRef.current) {
|
|
54
|
+
clearTimeout(requestTimerRef.current);
|
|
55
|
+
}
|
|
56
|
+
if (!isRequestShown) {
|
|
57
|
+
requestTimerRef.current = setTimeout(() => {
|
|
58
|
+
setViewerWidth(currentRequestWidth);
|
|
59
|
+
}, animationDuration * 1000);
|
|
60
|
+
return;
|
|
61
|
+
}
|
|
62
|
+
setViewerWidth(currentRequestWidth);
|
|
63
|
+
}, [isRequestShown, currentRequestWidth]);
|
|
64
|
+
return (_jsx(Draggable, Object.assign({ disabled: isMaximized, handle: "#draggable-dialog-title", cancel: '[class*="MuiDialogContent-root"]', defaultPosition: {
|
|
65
|
+
x: width / 2 - VIEWER_WIDTH / 4,
|
|
66
|
+
y: height / 2 - VIEWER_HEIGHT / 2,
|
|
67
|
+
}, position: {
|
|
68
|
+
x: width - position.x,
|
|
69
|
+
y: position.y,
|
|
70
|
+
}, onStop: (_, data) => {
|
|
71
|
+
setPosition({
|
|
72
|
+
x: width - data.x,
|
|
73
|
+
y: data.y,
|
|
74
|
+
});
|
|
75
|
+
}, bounds: {
|
|
76
|
+
top: 10,
|
|
77
|
+
} }, { children: _jsx(Dialog, Object.assign({ disableEnforceFocus: true, sx: Object.assign(Object.assign(Object.assign(Object.assign({ backgroundColor: 'transparent', zIndex: (windowOrder || 0) + APP_WINDOW_Z_INDEX + (isMaximized ? 1 : 0) }, (isWindowMinimized && {
|
|
78
|
+
display: 'none',
|
|
79
|
+
})), { transform: 'translate(180px, 14px)' }), (!isMaximized && {
|
|
80
|
+
width: isSafari ? (newDimensions === null || newDimensions === void 0 ? void 0 : newDimensions.width) || viewerWidth : 'fit-content',
|
|
81
|
+
height: isSafari ? (newDimensions === null || newDimensions === void 0 ? void 0 : newDimensions.height) || VIEWER_HEIGHT : 'fit-content',
|
|
82
|
+
})), (isMaximized && {
|
|
83
|
+
transform: 'none !important',
|
|
84
|
+
})), PaperProps: {
|
|
85
|
+
style: Object.assign(Object.assign({ margin: 0, maxHeight: '100%', maxWidth: 'none', background: 'transparent', width: !isResized ? viewerWidth : 'fit-content', height: !isResized ? VIEWER_HEIGHT : 'fit-content' }, (isMaximized && {
|
|
86
|
+
width: '100%',
|
|
87
|
+
height: '100%',
|
|
88
|
+
})), { position: 'relative' }),
|
|
89
|
+
}, onClose: () => {
|
|
90
|
+
setIsMaximized(false);
|
|
91
|
+
setIsToolbarAnimationDisabled(true);
|
|
92
|
+
setTimeout(() => {
|
|
93
|
+
setIsToolbarAnimationDisabled(false);
|
|
94
|
+
}, animationDuration * 1000);
|
|
95
|
+
}, open: true, hideBackdrop: true, fullScreen: isMaximized, "aria-labelledby": "draggable-dialog-title" }, { children: _jsx(Resizable, Object.assign({ enable: {
|
|
96
|
+
left: false,
|
|
97
|
+
right: true,
|
|
98
|
+
bottomRight: true,
|
|
99
|
+
bottom: true,
|
|
100
|
+
}, maxHeight: height - 40, maxWidth: width, minWidth: isMaximized ? '100vw' : viewerWidth, minHeight: isMaximized ? '100vh' : '300px', ref: (c) => {
|
|
101
|
+
resizableRef.current = c;
|
|
102
|
+
}, onResizeStart: () => {
|
|
103
|
+
setIsToolbarAnimationDisabled(true);
|
|
104
|
+
}, onResizeStop: () => {
|
|
105
|
+
setIsToolbarAnimationDisabled(false);
|
|
106
|
+
}, onResize: (_, __, element) => {
|
|
107
|
+
setIsResized(true);
|
|
108
|
+
setNewDimensions({
|
|
109
|
+
width: element.offsetWidth,
|
|
110
|
+
height: element.offsetHeight,
|
|
111
|
+
});
|
|
112
|
+
}, defaultSize: {
|
|
113
|
+
width: viewerWidth,
|
|
114
|
+
height: VIEWER_HEIGHT,
|
|
115
|
+
}, style: Object.assign(Object.assign({ background: 'transparent' }, (isMaximized && {
|
|
116
|
+
height: '100% !important',
|
|
117
|
+
width: '100% !important',
|
|
118
|
+
flex: 1,
|
|
119
|
+
})), (isMaximized && {
|
|
120
|
+
position: 'relative',
|
|
121
|
+
})) }, { children: _jsxs(JSONContainer, { children: [_jsx(motion.div, Object.assign({ style: Object.assign({}, (isMaximized && {
|
|
122
|
+
height: TITLE_BAR_HEIGHT,
|
|
123
|
+
position: 'fixed',
|
|
124
|
+
zIndex: 1000,
|
|
125
|
+
})), animate: Object.assign(Object.assign({ width: isRequestShown ? currentRequestWidth * 2 : currentRequestWidth }, (isMaximized && {
|
|
126
|
+
width: '100vw',
|
|
127
|
+
})), (!isMaximized && {
|
|
128
|
+
transform: `translateX(${isRequestShown ? -currentRequestWidth : 0}px)`,
|
|
129
|
+
})), transition: Object.assign({ duration: animationDuration }, (isToolbarAnimationDisabled && {
|
|
130
|
+
duration: 0,
|
|
131
|
+
})) }, { children: _jsx(JSONTitleBar, { title: isRequestShown ? 'JSON Request & Response' : 'JSON Response', onClose: () => onClose(), onMaximize: () => {
|
|
132
|
+
setIsMaximized((prev) => !prev);
|
|
133
|
+
setIsToolbarAnimationDisabled(true);
|
|
134
|
+
setTimeout(() => {
|
|
135
|
+
setIsToolbarAnimationDisabled(false);
|
|
136
|
+
}, animationDuration * 1000);
|
|
137
|
+
}, isHovered: isHovered, onMouseHover: onMouseEnter, onMouseLeave: onMouseLeave, maximized: isMaximized, id: "draggable-dialog-title", onRequestClick: () => {
|
|
138
|
+
var _a;
|
|
139
|
+
setIsRequestShown((prev) => !prev);
|
|
140
|
+
setIsToolbarAnimationDisabled(false);
|
|
141
|
+
if (!isRequestShown) {
|
|
142
|
+
(_a = resizableRef.current) === null || _a === void 0 ? void 0 : _a.updateSize({
|
|
143
|
+
width: VIEWER_WIDTH,
|
|
144
|
+
height: VIEWER_HEIGHT,
|
|
145
|
+
});
|
|
146
|
+
}
|
|
147
|
+
}, isRequestExpanded: isRequestShown, showRequestIcon: Boolean(requestObjectPropertiesCount) }) })), _jsxs(Box, Object.assign({ sx: {
|
|
148
|
+
display: 'flex',
|
|
149
|
+
flexDirection: 'row',
|
|
150
|
+
justifyContent: 'space-between',
|
|
151
|
+
alignItems: 'flex-start',
|
|
152
|
+
height: isMaximized
|
|
153
|
+
? `calc(100vh - ${FOOTER_HEIGHT}px)`
|
|
154
|
+
: (Number((_d = (_c = resizableRef.current) === null || _c === void 0 ? void 0 : _c.state) === null || _d === void 0 ? void 0 : _d.height) || VIEWER_HEIGHT) - FOOTER_HEIGHT + 5,
|
|
155
|
+
background: 'transparent',
|
|
156
|
+
position: 'fixed',
|
|
157
|
+
width: '100%',
|
|
158
|
+
} }, { children: [_jsx(AnimatePresence, { children: isRequestShown && (_jsxs(motion.div, Object.assign({ initial: Object.assign({ left: isMaximized ? '50vw' : 0 }, (isMaximized && {
|
|
159
|
+
position: 'relative',
|
|
160
|
+
left: '-50vw',
|
|
161
|
+
})), animate: Object.assign(Object.assign({ left: isMaximized ? '50vw' : -currentRequestWidth }, (isMaximized && {
|
|
162
|
+
position: 'relative',
|
|
163
|
+
left: '0',
|
|
164
|
+
})), (!isRequestShown && {
|
|
165
|
+
left: 0,
|
|
166
|
+
})), exit: Object.assign({ left: isMaximized ? '50vw' : 0 }, (isMaximized && {
|
|
167
|
+
position: 'relative',
|
|
168
|
+
left: '0',
|
|
169
|
+
})), transition: Object.assign({ duration: animationDuration }, (isToolbarAnimationDisabled && {
|
|
170
|
+
duration: 0,
|
|
171
|
+
})), style: {
|
|
172
|
+
flex: 1,
|
|
173
|
+
backgroundColor: '#E7E7E7B2',
|
|
174
|
+
backdropFilter: 'blur(12px)',
|
|
175
|
+
height: isMaximized ? '100vh' : '100%',
|
|
176
|
+
overflowY: 'auto',
|
|
177
|
+
position: 'absolute',
|
|
178
|
+
width: isMaximized ? '100vw' : currentRequestWidth,
|
|
179
|
+
zIndex: 19,
|
|
180
|
+
display: 'flex',
|
|
181
|
+
flexDirection: 'column',
|
|
182
|
+
borderBottomLeftRadius: '12px',
|
|
183
|
+
}, onScroll: () => {
|
|
184
|
+
setIsScrollingRequest(true);
|
|
185
|
+
setTimeout(() => {
|
|
186
|
+
setIsScrollingRequest(false);
|
|
187
|
+
}, 2000);
|
|
188
|
+
} }, { children: [_jsxs(SectionWrapper, Object.assign({ isMaximized: isMaximized, isScrollingRequest: isScrollingRequest, sx: {
|
|
189
|
+
background: '#E7E7E7B2',
|
|
190
|
+
}, isRequestShown: isRequestShown }, { children: [_jsx(StyledHeaderWrapper, { children: _jsx(StyledTitle, Object.assign({ variant: "subtitle1" }, { children: "API Request" })) }), _jsxs(ButtonsWrapper, { children: [_jsx(AnimatedButton, { disableAnimation: true, onClick: () => {
|
|
191
|
+
setIsRequestCollapsed((prev) => !prev);
|
|
192
|
+
}, icon: !isRequestCollapsed ? collapseArrowsIcon : expandArrowsIcon }), _jsx(AnimatedButton, { onClick: () => {
|
|
193
|
+
navigator.clipboard.writeText(JSON.stringify(json)).then(() => { });
|
|
194
|
+
}, icon: codeIcon }), _jsx(AnimatedButton, { onClick: () => {
|
|
195
|
+
navigator.clipboard.writeText((json === null || json === void 0 ? void 0 : json.id) || '').then(() => { });
|
|
196
|
+
}, icon: idIcon })] })] })), _jsxs(JsonView, Object.assign({ value: requestJson, style: requestJsonTheme, displayDataTypes: false, collapsed: isRequestCollapsed ? 1 : undefined, onCopied: (_, value) => {
|
|
197
|
+
if (typeof value === 'string') {
|
|
198
|
+
onCopied(value);
|
|
199
|
+
}
|
|
200
|
+
}, enableClipboard: false }, { children: [_jsx(JsonView.CountInfo, { render: (_, { keyName }) => {
|
|
201
|
+
if (!keyName) {
|
|
202
|
+
return _jsx("span", {});
|
|
203
|
+
}
|
|
204
|
+
} }), _jsx(JsonView.Copied, { render: ({ 'data-copied': copied, style, onClick }, { keyName }) => {
|
|
205
|
+
if (!keyName) {
|
|
206
|
+
return _jsx("span", {});
|
|
207
|
+
}
|
|
208
|
+
return (_jsxs(StyledCopyButton, Object.assign({ style: style, onClick: (e) => {
|
|
209
|
+
onClick === null || onClick === void 0 ? void 0 : onClick(e);
|
|
210
|
+
} }, { children: [_jsx(AnimatePresence, { children: copied && (_jsx(motion.img, { style: {
|
|
211
|
+
height: '14px',
|
|
212
|
+
width: '14px',
|
|
213
|
+
}, initial: { opacity: 0 }, animate: { opacity: 1, position: 'absolute' }, exit: { opacity: 0 }, transition: { duration: 0.4 }, src: greenCheckIcon, alt: "icon" }, "id-icon")) }), _jsx(AnimatePresence, { children: !copied && (_jsx(motion.img, { style: {
|
|
214
|
+
height: '14px',
|
|
215
|
+
width: '14px',
|
|
216
|
+
}, initial: { opacity: 0 }, animate: { opacity: 1, position: 'absolute' }, exit: { opacity: 0 }, transition: { duration: 0.4 }, src: copyIcon, alt: "icon" }, "id-icon")) })] })));
|
|
217
|
+
} })] })), _jsx(AnimatePresence, { children: isRequestShown && (_jsx(FooterWrapper, Object.assign({ sx: {
|
|
218
|
+
flex: 1,
|
|
219
|
+
height: FOOTER_HEIGHT,
|
|
220
|
+
left: 0,
|
|
221
|
+
} }, { children: _jsx(TableFooter, { sx: {
|
|
222
|
+
paddingLeft: '12px',
|
|
223
|
+
borderBottomRightRadius: '0',
|
|
224
|
+
background: '#f8f9fb',
|
|
225
|
+
flex: 1,
|
|
226
|
+
}, totalCount: requestObjectPropertiesCount }) }))) })] }))) }), _jsxs(JSONViewerWrapper, Object.assign({ isMaximized: isMaximized, isRequestShown: isRequestShown, style: {
|
|
227
|
+
left: 0,
|
|
228
|
+
maxHeight: '100vw',
|
|
229
|
+
}, initial: Object.assign({}, (isMaximized && {
|
|
230
|
+
width: '100vw',
|
|
231
|
+
left: 0,
|
|
232
|
+
})), animate: Object.assign({}, (isMaximized && {
|
|
233
|
+
position: 'absolute',
|
|
234
|
+
left: isRequestShown ? '50vw' : '0',
|
|
235
|
+
})), transition: Object.assign({ duration: animationDuration }, (isToolbarAnimationDisabled && {
|
|
236
|
+
duration: 0,
|
|
237
|
+
})), onScroll: () => {
|
|
238
|
+
setIsScrollingResponse(true);
|
|
239
|
+
setTimeout(() => {
|
|
240
|
+
setIsScrollingResponse(false);
|
|
241
|
+
}, 2000);
|
|
242
|
+
} }, { children: [_jsxs(SectionWrapper, Object.assign({ isMaximized: isMaximized, isScrollingRequest: isScrollingResponse, isRequestShown: isRequestShown }, { children: [_jsx(StyledHeaderWrapper, { children: _jsx(StyledTitle, Object.assign({ variant: "subtitle1" }, { children: "API Response" })) }), _jsxs(ButtonsWrapper, { children: [_jsx(AnimatedButton, { disableAnimation: true, onClick: () => {
|
|
243
|
+
setIsResponseCollapsed((prev) => !prev);
|
|
244
|
+
}, icon: !isResponseCollapsed ? collapseArrowsIcon : expandArrowsIcon }), _jsx(AnimatedButton, { onClick: () => {
|
|
245
|
+
navigator.clipboard.writeText(JSON.stringify(json, null, 2)).then(() => { });
|
|
246
|
+
}, icon: codeIcon }), _jsx(AnimatedButton, { onClick: () => {
|
|
247
|
+
navigator.clipboard.writeText((json === null || json === void 0 ? void 0 : json.id) || '').then(() => { });
|
|
248
|
+
}, icon: idIcon })] })] })), _jsxs(JsonView, Object.assign({ value: json, style: jsonTheme, displayDataTypes: false, collapsed: isResponseCollapsed ? 1 : undefined, onCopied: (_, value) => {
|
|
249
|
+
if (typeof value === 'string') {
|
|
250
|
+
onCopied(value);
|
|
251
|
+
}
|
|
252
|
+
} }, { children: [_jsx(JsonView.CountInfo, { render: (_, { keyName }) => {
|
|
253
|
+
if (!keyName) {
|
|
254
|
+
return _jsx("span", {});
|
|
255
|
+
}
|
|
256
|
+
} }), _jsx(JsonView.Copied, { render: ({ 'data-copied': copied, style, onClick }, { keyName }) => {
|
|
257
|
+
if (!keyName) {
|
|
258
|
+
return _jsx("span", {});
|
|
259
|
+
}
|
|
260
|
+
return (_jsxs(StyledCopyButton, Object.assign({ style: style, onClick: (e) => {
|
|
261
|
+
onClick === null || onClick === void 0 ? void 0 : onClick(e);
|
|
262
|
+
} }, { children: [_jsx(AnimatePresence, { children: copied && (_jsx(motion.img, { style: {
|
|
263
|
+
height: '14px',
|
|
264
|
+
width: '14px',
|
|
265
|
+
}, initial: { opacity: 0 }, animate: { opacity: 1, position: 'absolute' }, exit: { opacity: 0 }, transition: { duration: 0.4 }, src: greenCheckIcon, alt: "icon" }, "id-icon")) }), _jsx(AnimatePresence, { children: !copied && (_jsx(motion.img, { style: {
|
|
266
|
+
height: '14px',
|
|
267
|
+
width: '14px',
|
|
268
|
+
}, initial: { opacity: 0 }, animate: { opacity: 1, position: 'absolute' }, exit: { opacity: 0 }, transition: { duration: 0.4 }, src: copyIcon, alt: "icon" }, "id-icon")) })] })));
|
|
269
|
+
} })] })), _jsx(FooterWrapper, Object.assign({ sx: {
|
|
270
|
+
flex: 1,
|
|
271
|
+
height: FOOTER_HEIGHT,
|
|
272
|
+
} }, { children: _jsx(TableFooter, { sx: {
|
|
273
|
+
borderBottomLeftRadius: isRequestShown ? 0 : '12px',
|
|
274
|
+
background: '#f8f9fb',
|
|
275
|
+
flex: 1,
|
|
276
|
+
}, totalCount: objectPropertiesCount }) }))] }))] }))] }) })) })) })));
|
|
277
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { JsonViewer } from './type';
|
|
2
|
+
type Props = {
|
|
3
|
+
list: JsonViewer[];
|
|
4
|
+
onClose: (index: number) => void;
|
|
5
|
+
isWindowMinimized: boolean;
|
|
6
|
+
windowOrder: number;
|
|
7
|
+
};
|
|
8
|
+
export declare const JSONViewerList: ({ list, onClose, isWindowMinimized, windowOrder }: Props) => import("react/jsx-runtime").JSX.Element | null;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
|
+
import JSONViewer from './JSONViewer';
|
|
3
|
+
export const JSONViewerList = ({ list, onClose, isWindowMinimized, windowOrder }) => {
|
|
4
|
+
if (!(list === null || list === void 0 ? void 0 : list.length)) {
|
|
5
|
+
return null;
|
|
6
|
+
}
|
|
7
|
+
return (_jsx(_Fragment, { children: list.map((item, index) => (_jsx(JSONViewer, { index: index, json: item.json, requestJson: item === null || item === void 0 ? void 0 : item.requestJson, onClose: () => {
|
|
8
|
+
onClose(index);
|
|
9
|
+
}, isWindowMinimized: isWindowMinimized, windowOrder: windowOrder }, item.json.id))) }));
|
|
10
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { AnimatedButtonProps } from '../../type';
|
|
3
|
+
declare function FooterButton({ onClick, icon, label, disableAnimation, ...props }: AnimatedButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare const _default: React.MemoExoticComponent<typeof FooterButton>;
|
|
5
|
+
export default _default;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
+
var t = {};
|
|
3
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
+
t[p] = s[p];
|
|
5
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
+
t[p[i]] = s[p[i]];
|
|
9
|
+
}
|
|
10
|
+
return t;
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
13
|
+
import React, { memo } from 'react';
|
|
14
|
+
import Box from '@mui/material/Box';
|
|
15
|
+
import { AnimatePresence, motion } from 'framer-motion';
|
|
16
|
+
import { useTranslation } from 'react-i18next';
|
|
17
|
+
import { greenCheckIcon } from '../../../../constants/index.js';
|
|
18
|
+
import { StyledAnimatedButton } from '../../style';
|
|
19
|
+
function FooterButton(_a) {
|
|
20
|
+
var { onClick, icon, label, disableAnimation } = _a, props = __rest(_a, ["onClick", "icon", "label", "disableAnimation"]);
|
|
21
|
+
const [isClicked, setIsClicked] = React.useState(false);
|
|
22
|
+
const { t } = useTranslation();
|
|
23
|
+
const handleClick = (e) => {
|
|
24
|
+
onClick === null || onClick === void 0 ? void 0 : onClick(e);
|
|
25
|
+
if (disableAnimation)
|
|
26
|
+
return;
|
|
27
|
+
setIsClicked(true);
|
|
28
|
+
setTimeout(() => {
|
|
29
|
+
setIsClicked(false);
|
|
30
|
+
}, 2000);
|
|
31
|
+
};
|
|
32
|
+
return (_jsxs(StyledAnimatedButton, Object.assign({}, props, { onClick: handleClick }, { children: [_jsxs(Box, Object.assign({ sx: {
|
|
33
|
+
width: '16px',
|
|
34
|
+
display: 'flex',
|
|
35
|
+
overflow: 'hidden',
|
|
36
|
+
justifyContent: 'center',
|
|
37
|
+
alignItems: 'center',
|
|
38
|
+
} }, { children: [_jsx(AnimatePresence, Object.assign({ mode: "wait" }, { children: isClicked && (_jsx(motion.img, { initial: { opacity: 0 }, animate: { opacity: 1, transition: { duration: 0.4 } }, exit: { opacity: 0, transition: { duration: 0.1 } }, transition: { duration: 0.4 }, src: greenCheckIcon, alt: "icon" }, "id-icon")) })), _jsx(AnimatePresence, Object.assign({ mode: "wait" }, { children: !isClicked && (_jsx(motion.img, { initial: { opacity: 0 }, animate: { opacity: 1, transition: { duration: 0.4 } }, exit: { opacity: 0, transition: { duration: 0.1 } }, transition: { duration: 0.4 }, src: icon, alt: "icon" }, "id-icon")) }))] })), label && (_jsxs(_Fragment, { children: [_jsx(AnimatePresence, { children: isClicked && (_jsx(motion.span, Object.assign({ initial: { opacity: 0 }, animate: { opacity: 1 }, exit: { opacity: 0, position: 'absolute' }, transition: {
|
|
39
|
+
duration: 0.4,
|
|
40
|
+
} }, { children: t('copied') }))) }), _jsx(AnimatePresence, { children: !isClicked && (_jsx(motion.span, Object.assign({ initial: { opacity: 0 }, animate: { opacity: 1 }, exit: { opacity: 0, position: 'absolute', width: '53px' }, transition: {
|
|
41
|
+
duration: 0.4,
|
|
42
|
+
} }, { children: label }))) })] }))] })));
|
|
43
|
+
}
|
|
44
|
+
export default memo(FooterButton);
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { JSONTitleBarProps } from './type';
|
|
3
|
+
declare function JSONTitleBar({ title, onClose, onMaximize, maximized, id, onMouseHover, onMouseLeave, onRequestClick, isRequestExpanded, showRequestIcon, isHovered, }: JSONTitleBarProps): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare const _default: import("react").MemoExoticComponent<typeof JSONTitleBar>;
|
|
5
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { memo } from 'react';
|
|
3
|
+
import Toolbar, { StyledHeaderWrapperStyled } from '../../../Toolbar';
|
|
4
|
+
import { CloseIcon, ExpandButton, MaximizeIcon } from '../../../ToolbarIcon';
|
|
5
|
+
import { jsonIcon } from '../../../../constants/index.js';
|
|
6
|
+
function JSONTitleBar({ title, onClose, onMaximize, maximized = false, id, onMouseHover, onMouseLeave, onRequestClick, isRequestExpanded = false, showRequestIcon = false, isHovered = false, }) {
|
|
7
|
+
return (_jsx(StyledHeaderWrapperStyled, Object.assign({ id: id, maximized: maximized || false, sandboxMode: false }, { children: _jsx(Toolbar, { isHovered: true, onMouseEnter: onMouseHover, onMouseLeave: onMouseLeave, isMaximized: maximized, title: title, icon: jsonIcon, leftActions: _jsxs(_Fragment, { children: [_jsx(CloseIcon, { onClick: onClose }), _jsx(MaximizeIcon, { isMaximized: maximized, onClick: onMaximize }), showRequestIcon && (_jsx(ExpandButton, Object.assign({ onClick: onRequestClick, isExpanded: isRequestExpanded, isHovered: isHovered }, { children: "Request" })))] }) }) })));
|
|
8
|
+
}
|
|
9
|
+
export default memo(JSONTitleBar);
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { SyntheticEvent } from 'react';
|
|
2
|
+
export interface JSONTitleBarProps {
|
|
3
|
+
title: string;
|
|
4
|
+
onClose?: (e: SyntheticEvent) => void;
|
|
5
|
+
onMaximize?: (e: SyntheticEvent) => void;
|
|
6
|
+
maximized?: boolean;
|
|
7
|
+
id?: string;
|
|
8
|
+
onRequestClick?: (e: SyntheticEvent) => void;
|
|
9
|
+
isRequestExpanded?: boolean;
|
|
10
|
+
onMouseHover: (e: SyntheticEvent) => void;
|
|
11
|
+
onMouseLeave: (e: SyntheticEvent) => void;
|
|
12
|
+
showRequestIcon?: boolean;
|
|
13
|
+
isHovered?: boolean;
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|