@tap-payments/os-micro-frontend-shared 0.1.494 → 0.1.495

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.
Files changed (1708) hide show
  1. package/build/components/Accordion/style.d.ts +21 -0
  2. package/build/components/AccountDropdown/style.d.ts +20 -0
  3. package/build/components/ActionMenu/ActionMenuDropDown.d.ts +16 -0
  4. package/build/components/ActionMenu/ActionMenuItem.d.ts +16 -0
  5. package/build/components/ActionMenu/style.d.ts +79 -0
  6. package/build/components/ActionMenu/type.d.ts +15 -0
  7. package/build/components/ActivityAreaChart/styles.d.ts +16 -0
  8. package/build/components/Amount/TotalAmount/TotalAmount.d.ts +15 -0
  9. package/build/components/AmountInput/AmountInput.d.ts +14 -0
  10. package/build/components/AnimatedSpinnerIcon/style.d.ts +281 -0
  11. package/build/components/AppServices/AppServices.d.ts +15 -0
  12. package/build/components/AppServices/style.d.ts +14 -0
  13. package/build/components/AppServicesBar/AppServicesBar.d.ts +22 -0
  14. package/build/components/AppWindowWrapper/AppWindow/style.d.ts +18 -0
  15. package/build/components/Autocomplete/Autocomplete.d.ts +10 -0
  16. package/build/components/Button/style.d.ts +5 -0
  17. package/build/components/Calender/style.d.ts +29 -0
  18. package/build/components/Chip/style.d.ts +277 -0
  19. package/build/components/CircularProgressWithLabel/style.d.ts +11 -0
  20. package/build/components/ColorPicker/style.d.ts +30 -0
  21. package/build/components/ConfirmDialog/styles.d.ts +8 -0
  22. package/build/components/CountBadge/style.d.ts +285 -0
  23. package/build/components/Customer/CustomerDropdown/style.d.ts +10 -0
  24. package/build/components/Customer/CustomerForms/CustomerEmailForm.d.ts +12 -0
  25. package/build/components/Customer/CustomerForms/CustomerFullInfo.d.ts +13 -0
  26. package/build/components/Customer/CustomerForms/CustomerFullInfoForm.d.ts +12 -0
  27. package/build/components/Customer/CustomerForms/CustomerPhoneNumberForm.d.ts +12 -0
  28. package/build/components/Customer/CustomerForms/style.d.ts +25 -0
  29. package/build/components/DateFilter/DateFilter.d.ts +16 -0
  30. package/build/components/DateFilter/style.d.ts +35 -0
  31. package/build/components/DeviceIcon/DeviceIcon.d.ts +12 -0
  32. package/build/components/DeviceIcon/style.d.ts +7 -0
  33. package/build/components/Dialog/style.d.ts +273 -0
  34. package/build/components/Discount/DiscountDropdown/DiscountDropdown.d.ts +13 -0
  35. package/build/components/Discount/DiscountRateDropdown/DiscountRateDropdown.d.ts +12 -0
  36. package/build/components/Discount/TotalDiscount/TotalDiscount.d.ts +12 -0
  37. package/build/components/Discount/utils.d.ts +8 -0
  38. package/build/components/DockButton/style.d.ts +21 -0
  39. package/build/components/DropdownButton/constants.d.ts +13 -0
  40. package/build/components/DropdownButton/style.d.ts +31 -0
  41. package/build/components/DropdownButton/type.d.ts +14 -0
  42. package/build/components/DropdownMenu/styles.d.ts +19 -0
  43. package/build/components/ErrorBoundary/style.d.ts +10 -0
  44. package/build/components/ErrorToast/style.d.ts +9 -0
  45. package/build/components/FileInputPreview/style.d.ts +9 -0
  46. package/build/components/FileInputPreview/type.d.ts +21 -0
  47. package/build/components/FileInputPreview/utils.d.ts +3 -0
  48. package/build/components/FilePreview/type.d.ts +12 -0
  49. package/build/components/FileUpload/style.d.ts +38 -0
  50. package/build/components/FileUploader/style.d.ts +22 -0
  51. package/build/components/FileUploader/type.d.ts +18 -0
  52. package/build/components/FilterDropdown/components/MerchantsFilterItem/type.d.ts +20 -0
  53. package/build/components/FilterDropdown/components/MerchantsFilterItem/utils.d.ts +5 -0
  54. package/build/components/FilterDropdown/components/RetailersItem/RetailersItem.d.ts +14 -0
  55. package/build/components/FilterDropdown/style.d.ts +21 -0
  56. package/build/components/FilterDropdown/type.d.ts +4 -0
  57. package/build/components/Filters/style.d.ts +15 -0
  58. package/build/components/FlippingCard/style.d.ts +264 -0
  59. package/build/components/IconWithLabel/style.d.ts +7 -0
  60. package/build/components/IconsDropdown/style.d.ts +21 -0
  61. package/build/components/ImageWrapper/ImageWrapper.d.ts +267 -0
  62. package/build/components/InputBase/AmountInputBase/AmountInputBase.d.ts +19 -0
  63. package/build/components/InputBase/AmountInputBase/CurrencyList/CurrencyList.d.ts +15 -0
  64. package/build/components/InputBase/PhoneInputBase/CountriesList/CountriesList.d.ts +16 -0
  65. package/build/components/InputBase/PhoneInputBase/PhoneInputBase.d.ts +18 -0
  66. package/build/components/InputBase/SelectBase/style.d.ts +10 -0
  67. package/build/components/Inputs/CountriesDropDown/CountriesDropdown.d.ts +13 -0
  68. package/build/components/Inputs/FileInput/style.d.ts +11 -0
  69. package/build/components/JSONViewer/components/JSONSearchBar/styles.d.ts +1113 -0
  70. package/build/components/JSONViewer/style.d.ts +634 -0
  71. package/build/components/LabeledIconDropdown/style.d.ts +39 -0
  72. package/build/components/LeftPeekRightExpandingChip/style.d.ts +794 -0
  73. package/build/components/MerchantCurrencyDropdown/MerchantCurrencyDropdown.d.ts +12 -0
  74. package/build/components/MerchantsDropdown/BrandItem.d.ts +13 -0
  75. package/build/components/MerchantsDropdown/EntityItem.d.ts +14 -0
  76. package/build/components/MerchantsDropdown/EntityList.d.ts +11 -0
  77. package/build/components/MerchantsDropdown/MerchantItem.d.ts +13 -0
  78. package/build/components/MerchantsDropdown/MerchantsList.d.ts +12 -0
  79. package/build/components/MerchantsDropdown/hooks.d.ts +19 -0
  80. package/build/components/MerchantsDropdown/style.d.ts +38 -0
  81. package/build/components/MerchantsDropdown/type.d.ts +15 -0
  82. package/build/components/MultiSelectDropdownButton/type.d.ts +12 -0
  83. package/build/components/MultiSelectStatusButton/style.d.ts +41 -0
  84. package/build/components/MultiSelectStatusButton/type.d.ts +16 -0
  85. package/build/components/MultiSelectWithSearch/style.d.ts +36 -0
  86. package/build/components/NestedDropdown/NestedDropdown.d.ts +18 -0
  87. package/build/components/NestedDropdown/NestedMenuItem.d.ts +19 -0
  88. package/build/components/NestedDropdown/styles.d.ts +36 -0
  89. package/build/components/NestedDropdown/types.d.ts +18 -0
  90. package/build/components/PaymentSourceFilter/AuthenticationMode.d.ts +7 -0
  91. package/build/components/PaymentSourceFilter/PaymentInitiated.d.ts +8 -0
  92. package/build/components/PaymentSourceFilter/PaymentMethod.d.ts +6 -0
  93. package/build/components/PaymentSourceFilter/PaymentMethods.d.ts +7 -0
  94. package/build/components/PaymentSourceFilter/PaymentSchemes.d.ts +7 -0
  95. package/build/components/PaymentSourceFilter/PaymentSourceFilter.d.ts +15 -0
  96. package/build/components/PhoneFilter/PhoneFilter.d.ts +9 -0
  97. package/build/components/ProgressBar/style.d.ts +17 -0
  98. package/build/components/ProgressRing/style.d.ts +19 -0
  99. package/build/components/RFH/Inputs/MultiSelect/style.d.ts +6 -0
  100. package/build/components/RFH/Inputs/SelectWithAccordion/style.d.ts +34 -0
  101. package/build/components/RadioGroup/style.d.ts +6 -0
  102. package/build/components/RangeCalender/components/Hijri/Hijri.d.ts +7 -0
  103. package/build/components/RangeCalender/components/QuickFilters/style.d.ts +7 -0
  104. package/build/components/RangeCalender/components/RangeDatepicker/style.d.ts +4 -0
  105. package/build/components/RangeCalender/components/Timezone/Timezone.d.ts +12 -0
  106. package/build/components/RangeCalender/components/Timezone/components/EntitiesTimezone.d.ts +9 -0
  107. package/build/components/RangeCalender/components/Timezone/components/UserTimezone.d.ts +8 -0
  108. package/build/components/RangeCalender/style.d.ts +33 -0
  109. package/build/components/RangeCalender/type.d.ts +28 -0
  110. package/build/components/ReceiptsViewer/ReceiptsViewer.d.ts +11 -0
  111. package/build/components/ReceiptsViewer/type.d.ts +11 -0
  112. package/build/components/ReferenceTypeFilter/style.d.ts +14 -0
  113. package/build/components/RightLeftExpandingCenterChip/style.d.ts +3418 -0
  114. package/build/components/SalesChannelFilter/SalesChannelFilter.d.ts +11 -0
  115. package/build/components/Sandbox/Sandbox.d.ts +11 -0
  116. package/build/components/SearchButton/styles.d.ts +572 -0
  117. package/build/components/SelectDropdown/style.d.ts +17 -0
  118. package/build/components/SelectWithSearch/style.d.ts +32 -0
  119. package/build/components/StatusBar/StatusBar.d.ts +13 -0
  120. package/build/components/StatusBar/type.d.ts +18 -0
  121. package/build/components/StatusButton/style.d.ts +45 -0
  122. package/build/components/StatusButton/type.d.ts +38 -0
  123. package/build/components/StatusChipWithCopy/StatusChipWithCopy.d.ts +13 -0
  124. package/build/components/StatusChipWithCopy/utils.d.ts +4 -0
  125. package/build/components/StatusFilter/StatusFilter.d.ts +15 -0
  126. package/build/components/StatusFilter/utils.d.ts +4 -0
  127. package/build/components/StatusIcons/AuthIcons/constants.d.ts +23 -0
  128. package/build/components/StatusIcons/AuthIcons/style.d.ts +537 -0
  129. package/build/components/StatusIcons/AuthIcons/type.d.ts +30 -0
  130. package/build/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +281 -0
  131. package/build/components/StatusIcons/AuthorizationAutoIcons/type.d.ts +17 -0
  132. package/build/components/StatusIcons/AuthorizedIcon/AuthorizedIcon.d.ts +13 -0
  133. package/build/components/StatusIcons/ChargeStatusIcon/ChargeStatusIcon.d.ts +24 -0
  134. package/build/components/StatusIcons/ChargeStatusIcon/style.d.ts +1632 -0
  135. package/build/components/StatusIcons/DestinationIcon/DestinationIcon.d.ts +8 -0
  136. package/build/components/StatusIcons/DeviceIcon/DeviceIcon.d.ts +10 -0
  137. package/build/components/StatusIcons/GeographyIcon/style.d.ts +7 -0
  138. package/build/components/StatusIcons/IssuerIcon/style.d.ts +8 -0
  139. package/build/components/StatusIcons/IssuerIcon/type.d.ts +8 -0
  140. package/build/components/StatusIcons/PayoutIcon/PayoutIcon.d.ts +14 -0
  141. package/build/components/StatusIcons/RefundIcon/RefundIcon.d.ts +15 -0
  142. package/build/components/StatusIcons/SourceIcons/style.d.ts +272 -0
  143. package/build/components/StatusIcons/SourceIcons/type.d.ts +9 -0
  144. package/build/components/StatusLabel/style.d.ts +9 -0
  145. package/build/components/TableCells/CustomCells/ActionCell/components/ActionsColumn.d.ts +10 -0
  146. package/build/components/TableCells/CustomCells/ActionCell/hooks/useActionCell.d.ts +33 -0
  147. package/build/components/TableCells/CustomCells/ActionCell/style.d.ts +288 -0
  148. package/build/components/TableCells/CustomCells/AgreementCell/style.d.ts +274 -0
  149. package/build/components/TableCells/CustomCells/AmountCell/components/ConversionTypeLabel.d.ts +7 -0
  150. package/build/components/TableCells/CustomCells/AmountCell/components/CurrencyInfo.d.ts +7 -0
  151. package/build/components/TableCells/CustomCells/AmountCell/style.d.ts +14 -0
  152. package/build/components/TableCells/CustomCells/AmountCell/type.d.ts +22 -0
  153. package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +288 -0
  154. package/build/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +556 -0
  155. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +1315 -0
  156. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +1315 -0
  157. package/build/components/TableCells/CustomCells/BalanceCell/style.d.ts +271 -0
  158. package/build/components/TableCells/CustomCells/BalanceCell/type.d.ts +13 -0
  159. package/build/components/TableCells/CustomCells/ChannelsCell/style.d.ts +270 -0
  160. package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +267 -0
  161. package/build/components/TableCells/CustomCells/CustomerCell/style.d.ts +8 -0
  162. package/build/components/TableCells/CustomCells/DateCell/DateCell.d.ts +9 -0
  163. package/build/components/TableCells/CustomCells/DestinationCell/styled.d.ts +16 -0
  164. package/build/components/TableCells/CustomCells/DestinationCell/type.d.ts +34 -0
  165. package/build/components/TableCells/CustomCells/DestinationStatusCell/constant.d.ts +16 -0
  166. package/build/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +1315 -0
  167. package/build/components/TableCells/CustomCells/DueDateCell/style.d.ts +274 -0
  168. package/build/components/TableCells/CustomCells/IDButton/style.d.ts +528 -0
  169. package/build/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +267 -0
  170. package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +270 -0
  171. package/build/components/TableCells/CustomCells/OrdersCell/OrdersCellSheet.d.ts +22 -0
  172. package/build/components/TableCells/CustomCells/PayoutReportCell/style.d.ts +279 -0
  173. package/build/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +1315 -0
  174. package/build/components/TableCells/CustomCells/ProductsCell/style.d.ts +276 -0
  175. package/build/components/TableCells/CustomCells/ReferenceCell/style.d.ts +290 -0
  176. package/build/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +532 -0
  177. package/build/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +280 -0
  178. package/build/components/TableCells/CustomCells/RefundStatusCell/type.d.ts +19 -0
  179. package/build/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +292 -0
  180. package/build/components/TableCells/CustomCells/SalesChannelCell/type.d.ts +8 -0
  181. package/build/components/TableCells/CustomCells/SalesChannelCell/utils.d.ts +3 -0
  182. package/build/components/TableCells/CustomCells/SegmentsCell/style.d.ts +288 -0
  183. package/build/components/TableCells/CustomCells/SourceCell/components/AuthenticationMode/AuthenticationMode.d.ts +6 -0
  184. package/build/components/TableCells/CustomCells/StatusCell/constant.d.ts +47 -0
  185. package/build/components/TableCells/CustomCells/StatusCell/style.d.ts +1609 -0
  186. package/build/components/TableCells/CustomCells/TextWithChipCell/TextWithChipCell.d.ts +21 -0
  187. package/build/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +1315 -0
  188. package/build/components/TableCells/CustomCells/style.d.ts +290 -0
  189. package/build/components/TableCells/CustomCells/type.d.ts +82 -0
  190. package/build/components/TableHeader/TableHeader.d.ts +5 -0
  191. package/build/components/TableHeader/TableModeButton.d.ts +9 -0
  192. package/build/components/TableHeader/TableView/ColumnItem.d.ts +14 -0
  193. package/build/components/TableHeader/TableView/hooks/useColumnItem.d.ts +21 -0
  194. package/build/components/TableHeader/TableView/hooks/useCreateViewDialog.d.ts +22 -0
  195. package/build/components/TableHeader/TableView/hooks/useCustomTableViews.d.ts +9 -0
  196. package/build/components/TableHeader/TableView/hooks/useOriginalColumns.d.ts +6 -0
  197. package/build/components/TableHeader/TableView/hooks/useViewColumns.d.ts +13 -0
  198. package/build/components/TableHeader/TableView/hooks/useViewsManager.d.ts +9 -0
  199. package/build/components/TableHeader/TableView/hooks/useViewsMenu.d.ts +48 -0
  200. package/build/components/TableHeader/TableView/styles.d.ts +139 -0
  201. package/build/components/TableHeader/TableView/types.d.ts +229 -0
  202. package/build/components/TableHeader/TableView/utils/columnState.d.ts +20 -0
  203. package/build/components/TableHeader/TableView/utils/customTableViews.d.ts +15 -0
  204. package/build/components/TableHeader/TableView/utils/layoutTransform.d.ts +10 -0
  205. package/build/components/TableHeader/TableView/utils/templateToColumnsView.d.ts +30 -0
  206. package/build/components/TableHeader/TableView/utils/viewMenu.d.ts +18 -0
  207. package/build/components/TableHeader/style.d.ts +21 -0
  208. package/build/components/TableHeader/type.d.ts +95 -0
  209. package/build/components/TableReports/components/DownloadButton/style.d.ts +264 -0
  210. package/build/components/TableReports/style.d.ts +324 -0
  211. package/build/components/Timepicker/style.d.ts +35 -0
  212. package/build/components/ToolbarIcon/ExpandButton/style.d.ts +14 -0
  213. package/build/components/TreeDropdown/TreeNodeItem/style.d.ts +14 -0
  214. package/build/components/TreeDropdown/type.d.ts +89 -0
  215. package/build/components/VAT/TotalVAT/TotalVAT.d.ts +12 -0
  216. package/build/components/VAT/VATDropdown/VATDropdown.d.ts +11 -0
  217. package/build/components/VAT/VATRateDropdown/VATRateDropdown.d.ts +10 -0
  218. package/build/components/VAT/utils.d.ts +7 -0
  219. package/build/components/VirtualTables/SheetViewVirtualTable/components/SheetViewTableHeaderCell.d.ts +17 -0
  220. package/build/components/VirtualTables/SheetViewVirtualTable/components/SheetViewTableLoading.d.ts +13 -0
  221. package/build/components/VirtualTables/SheetViewVirtualTable/components/SheetViewTableNoData.d.ts +18 -0
  222. package/build/components/VirtualTables/SheetViewVirtualTable/components/SheetViewTableRowLoading.d.ts +13 -0
  223. package/build/components/VirtualTables/SheetViewVirtualTable/components/VirtualTable.d.ts +46 -0
  224. package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/hooks/useColumnResizeWithPinned.d.ts +64 -0
  225. package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/types/index.d.ts +45 -0
  226. package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/utils/resize.d.ts +18 -0
  227. package/build/components/VirtualTables/SheetViewVirtualTable/hooks/usePinnedColumns.d.ts +11 -0
  228. package/build/components/VirtualTables/SheetViewVirtualTable/hooks/usePinnedColumnsWidths.d.ts +5 -0
  229. package/build/components/VirtualTables/SheetViewVirtualTable/hooks/useVirtualTableContainer.d.ts +50 -0
  230. package/build/components/VirtualTables/SheetViewVirtualTable/style.d.ts +23 -0
  231. package/build/components/VirtualTables/SheetViewVirtualTable/types.d.ts +100 -0
  232. package/build/components/VirtualTables/VirtualTable/VirtualTable.d.ts +5 -0
  233. package/build/components/VirtualTables/VirtualTableWithCard/VirtualTableWithCard.d.ts +13 -0
  234. package/build/components/VirtualTables/components/ColumnFilter/Inputs/Inputs.d.ts +8 -0
  235. package/build/components/VirtualTables/components/ColumnFilter/Inputs/style.d.ts +19 -0
  236. package/build/components/VirtualTables/components/ColumnFilter/List/List.d.ts +10 -0
  237. package/build/components/VirtualTables/components/ColumnFilter/style.d.ts +13 -0
  238. package/build/components/VirtualTables/components/ColumnFilter/type.d.ts +12 -0
  239. package/build/components/VirtualTables/components/ColumnSort/ColumnSort.d.ts +10 -0
  240. package/build/components/VirtualTables/components/ErrorList/styles.d.ts +20 -0
  241. package/build/components/VirtualTables/components/TableFooter/TableFooter.d.ts +5 -0
  242. package/build/components/VirtualTables/components/TableFooter/style.d.ts +33 -0
  243. package/build/components/VirtualTables/components/TableHeader/components/TableCell/TableCell.d.ts +10 -0
  244. package/build/components/VirtualTables/components/TableHeader/style.d.ts +12 -0
  245. package/build/components/VirtualTables/components/TableHeader/type.d.ts +14 -0
  246. package/build/components/VirtualTables/components/TableLoading.d.ts +12 -0
  247. package/build/components/VirtualTables/components/TableNoData.d.ts +18 -0
  248. package/build/components/VirtualTables/components/TableNoDataWithCard.d.ts +19 -0
  249. package/build/components/VirtualTables/components/TableRow.d.ts +27 -0
  250. package/build/components/VirtualTables/components/TableRowLoading.d.ts +11 -0
  251. package/build/components/VirtualTables/components/style.d.ts +339 -0
  252. package/build/components/VirtualTables/components/virtualScroll/ListItemWrapper.d.ts +15 -0
  253. package/build/components/VirtualTables/hooks/useColumnFilter.d.ts +10 -0
  254. package/build/components/Widget/style.d.ts +30 -0
  255. package/build/components/Window/style.d.ts +533 -0
  256. package/build/components/WindowAppIcon/style.d.ts +8 -0
  257. package/build/constants/segment.d.ts +27 -0
  258. package/build/constants/timezones.d.ts +4 -0
  259. package/build/hooks/useAppsInfo.d.ts +17 -0
  260. package/build/hooks/useIsParameterSelected.d.ts +5 -0
  261. package/build/hooks/useSelectedMerchantDetails.d.ts +10 -0
  262. package/build/hooks/useToast.d.ts +12 -0
  263. package/build/theme/theme.d.ts +10 -0
  264. package/build/theme/typography.d.ts +3 -0
  265. package/build/types/appEvents.d.ts +51 -0
  266. package/build/types/apps.d.ts +137 -0
  267. package/build/types/cell.d.ts +81 -0
  268. package/build/types/document.d.ts +2 -0
  269. package/build/types/invoice.d.ts +90 -0
  270. package/build/types/refund.d.ts +445 -0
  271. package/build/types/table.d.ts +170 -0
  272. package/build/types/toggleOptions.d.ts +2 -0
  273. package/build/types/views.d.ts +12 -0
  274. package/build/utils/billing.d.ts +39 -0
  275. package/build/utils/columns.d.ts +11 -0
  276. package/build/utils/conversion.d.ts +6 -0
  277. package/build/utils/currency.d.ts +22 -0
  278. package/build/utils/day.d.ts +2 -0
  279. package/build/utils/entity.d.ts +2 -0
  280. package/build/utils/error.d.ts +20 -0
  281. package/build/utils/file.d.ts +6 -0
  282. package/build/utils/freshdesk.d.ts +7 -0
  283. package/build/utils/language.d.ts +34 -0
  284. package/build/utils/localStorage.d.ts +40 -0
  285. package/build/utils/merchant.d.ts +3 -0
  286. package/build/utils/merchantSource.d.ts +30 -0
  287. package/build/utils/navigation.d.ts +15 -0
  288. package/build/utils/segment.d.ts +60 -0
  289. package/build/utils/skeletonColumns.d.ts +4 -0
  290. package/build/utils/table.d.ts +22 -0
  291. package/package.json +5 -4
  292. package/build/docs/stories/fixtures/expandableSideBar.d.ts +0 -2
  293. package/build/docs/stories/fixtures/index.d.ts +0 -6
  294. package/build/docs/stories/fixtures/selectWithAccordion.d.ts +0 -12
  295. package/build/src/Playground.d.ts +0 -2
  296. package/build/src/components/Accordion/style.d.ts +0 -21
  297. package/build/src/components/AccountDropdown/style.d.ts +0 -20
  298. package/build/src/components/ActionMenu/ActionMenuDropDown.d.ts +0 -16
  299. package/build/src/components/ActionMenu/ActionMenuItem.d.ts +0 -16
  300. package/build/src/components/ActionMenu/style.d.ts +0 -79
  301. package/build/src/components/ActionMenu/type.d.ts +0 -15
  302. package/build/src/components/ActivityAreaChart/styles.d.ts +0 -16
  303. package/build/src/components/Amount/TotalAmount/TotalAmount.d.ts +0 -15
  304. package/build/src/components/AmountInput/AmountInput.d.ts +0 -14
  305. package/build/src/components/AnimatedSpinnerIcon/style.d.ts +0 -281
  306. package/build/src/components/AppServices/AppServices.d.ts +0 -15
  307. package/build/src/components/AppServices/style.d.ts +0 -14
  308. package/build/src/components/AppServicesBar/AppServicesBar.d.ts +0 -22
  309. package/build/src/components/AppWindowWrapper/AppWindow/style.d.ts +0 -18
  310. package/build/src/components/Autocomplete/Autocomplete.d.ts +0 -10
  311. package/build/src/components/Button/style.d.ts +0 -5
  312. package/build/src/components/Calender/style.d.ts +0 -29
  313. package/build/src/components/Chip/style.d.ts +0 -277
  314. package/build/src/components/CircularProgressWithLabel/style.d.ts +0 -11
  315. package/build/src/components/ColorPicker/style.d.ts +0 -30
  316. package/build/src/components/ConfirmDialog/styles.d.ts +0 -8
  317. package/build/src/components/CountBadge/style.d.ts +0 -285
  318. package/build/src/components/Customer/CustomerDropdown/style.d.ts +0 -10
  319. package/build/src/components/Customer/CustomerForms/CustomerEmailForm.d.ts +0 -12
  320. package/build/src/components/Customer/CustomerForms/CustomerFullInfo.d.ts +0 -13
  321. package/build/src/components/Customer/CustomerForms/CustomerFullInfoForm.d.ts +0 -12
  322. package/build/src/components/Customer/CustomerForms/CustomerPhoneNumberForm.d.ts +0 -12
  323. package/build/src/components/Customer/CustomerForms/style.d.ts +0 -25
  324. package/build/src/components/DateFilter/DateFilter.d.ts +0 -16
  325. package/build/src/components/DateFilter/style.d.ts +0 -35
  326. package/build/src/components/DeviceIcon/DeviceIcon.d.ts +0 -12
  327. package/build/src/components/DeviceIcon/style.d.ts +0 -7
  328. package/build/src/components/Dialog/style.d.ts +0 -273
  329. package/build/src/components/Discount/DiscountDropdown/DiscountDropdown.d.ts +0 -13
  330. package/build/src/components/Discount/DiscountRateDropdown/DiscountRateDropdown.d.ts +0 -12
  331. package/build/src/components/Discount/TotalDiscount/TotalDiscount.d.ts +0 -12
  332. package/build/src/components/Discount/utils.d.ts +0 -8
  333. package/build/src/components/DockButton/style.d.ts +0 -21
  334. package/build/src/components/DropdownButton/constants.d.ts +0 -13
  335. package/build/src/components/DropdownButton/style.d.ts +0 -31
  336. package/build/src/components/DropdownButton/type.d.ts +0 -14
  337. package/build/src/components/DropdownMenu/styles.d.ts +0 -19
  338. package/build/src/components/ErrorBoundary/style.d.ts +0 -10
  339. package/build/src/components/ErrorToast/style.d.ts +0 -9
  340. package/build/src/components/FileInputPreview/style.d.ts +0 -9
  341. package/build/src/components/FileInputPreview/type.d.ts +0 -21
  342. package/build/src/components/FileInputPreview/utils.d.ts +0 -3
  343. package/build/src/components/FilePreview/type.d.ts +0 -12
  344. package/build/src/components/FileUpload/style.d.ts +0 -38
  345. package/build/src/components/FileUploader/style.d.ts +0 -22
  346. package/build/src/components/FileUploader/type.d.ts +0 -18
  347. package/build/src/components/FilterDropdown/components/MerchantsFilterItem/type.d.ts +0 -20
  348. package/build/src/components/FilterDropdown/components/MerchantsFilterItem/utils.d.ts +0 -5
  349. package/build/src/components/FilterDropdown/components/RetailersItem/RetailersItem.d.ts +0 -14
  350. package/build/src/components/FilterDropdown/style.d.ts +0 -21
  351. package/build/src/components/FilterDropdown/type.d.ts +0 -4
  352. package/build/src/components/Filters/style.d.ts +0 -15
  353. package/build/src/components/FlippingCard/style.d.ts +0 -264
  354. package/build/src/components/IconWithLabel/style.d.ts +0 -7
  355. package/build/src/components/IconsDropdown/style.d.ts +0 -21
  356. package/build/src/components/ImageWrapper/ImageWrapper.d.ts +0 -267
  357. package/build/src/components/InputBase/AmountInputBase/AmountInputBase.d.ts +0 -19
  358. package/build/src/components/InputBase/AmountInputBase/CurrencyList/CurrencyList.d.ts +0 -15
  359. package/build/src/components/InputBase/PhoneInputBase/CountriesList/CountriesList.d.ts +0 -16
  360. package/build/src/components/InputBase/PhoneInputBase/PhoneInputBase.d.ts +0 -18
  361. package/build/src/components/InputBase/SelectBase/style.d.ts +0 -10
  362. package/build/src/components/Inputs/CountriesDropDown/CountriesDropdown.d.ts +0 -13
  363. package/build/src/components/Inputs/FileInput/style.d.ts +0 -11
  364. package/build/src/components/JSONViewer/components/JSONSearchBar/styles.d.ts +0 -1113
  365. package/build/src/components/JSONViewer/style.d.ts +0 -634
  366. package/build/src/components/LabeledIconDropdown/style.d.ts +0 -39
  367. package/build/src/components/LeftPeekRightExpandingChip/style.d.ts +0 -794
  368. package/build/src/components/MerchantCurrencyDropdown/MerchantCurrencyDropdown.d.ts +0 -12
  369. package/build/src/components/MerchantsDropdown/BrandItem.d.ts +0 -13
  370. package/build/src/components/MerchantsDropdown/EntityItem.d.ts +0 -14
  371. package/build/src/components/MerchantsDropdown/EntityList.d.ts +0 -11
  372. package/build/src/components/MerchantsDropdown/MerchantItem.d.ts +0 -13
  373. package/build/src/components/MerchantsDropdown/MerchantsList.d.ts +0 -12
  374. package/build/src/components/MerchantsDropdown/hooks.d.ts +0 -19
  375. package/build/src/components/MerchantsDropdown/style.d.ts +0 -38
  376. package/build/src/components/MerchantsDropdown/type.d.ts +0 -15
  377. package/build/src/components/MultiSelectDropdownButton/type.d.ts +0 -12
  378. package/build/src/components/MultiSelectStatusButton/style.d.ts +0 -41
  379. package/build/src/components/MultiSelectStatusButton/type.d.ts +0 -16
  380. package/build/src/components/MultiSelectWithSearch/style.d.ts +0 -36
  381. package/build/src/components/NestedDropdown/NestedDropdown.d.ts +0 -18
  382. package/build/src/components/NestedDropdown/NestedMenuItem.d.ts +0 -19
  383. package/build/src/components/NestedDropdown/styles.d.ts +0 -36
  384. package/build/src/components/NestedDropdown/types.d.ts +0 -18
  385. package/build/src/components/PaymentSourceFilter/AuthenticationMode.d.ts +0 -7
  386. package/build/src/components/PaymentSourceFilter/PaymentInitiated.d.ts +0 -8
  387. package/build/src/components/PaymentSourceFilter/PaymentMethod.d.ts +0 -6
  388. package/build/src/components/PaymentSourceFilter/PaymentMethods.d.ts +0 -7
  389. package/build/src/components/PaymentSourceFilter/PaymentSchemes.d.ts +0 -7
  390. package/build/src/components/PaymentSourceFilter/PaymentSourceFilter.d.ts +0 -15
  391. package/build/src/components/PhoneFilter/PhoneFilter.d.ts +0 -9
  392. package/build/src/components/ProgressBar/style.d.ts +0 -17
  393. package/build/src/components/ProgressRing/style.d.ts +0 -19
  394. package/build/src/components/RFH/Inputs/MultiSelect/style.d.ts +0 -6
  395. package/build/src/components/RFH/Inputs/SelectWithAccordion/style.d.ts +0 -34
  396. package/build/src/components/RadioGroup/style.d.ts +0 -6
  397. package/build/src/components/RangeCalender/components/Hijri/Hijri.d.ts +0 -7
  398. package/build/src/components/RangeCalender/components/QuickFilters/style.d.ts +0 -7
  399. package/build/src/components/RangeCalender/components/RangeDatepicker/style.d.ts +0 -4
  400. package/build/src/components/RangeCalender/components/Timezone/Timezone.d.ts +0 -12
  401. package/build/src/components/RangeCalender/components/Timezone/components/EntitiesTimezone.d.ts +0 -9
  402. package/build/src/components/RangeCalender/components/Timezone/components/UserTimezone.d.ts +0 -8
  403. package/build/src/components/RangeCalender/style.d.ts +0 -33
  404. package/build/src/components/RangeCalender/type.d.ts +0 -28
  405. package/build/src/components/ReceiptsViewer/ReceiptsViewer.d.ts +0 -11
  406. package/build/src/components/ReceiptsViewer/type.d.ts +0 -11
  407. package/build/src/components/ReferenceTypeFilter/style.d.ts +0 -14
  408. package/build/src/components/RightLeftExpandingCenterChip/style.d.ts +0 -3418
  409. package/build/src/components/SalesChannelFilter/SalesChannelFilter.d.ts +0 -11
  410. package/build/src/components/Sandbox/Sandbox.d.ts +0 -11
  411. package/build/src/components/SearchButton/styles.d.ts +0 -572
  412. package/build/src/components/SelectDropdown/style.d.ts +0 -17
  413. package/build/src/components/SelectWithSearch/style.d.ts +0 -32
  414. package/build/src/components/StatusBar/StatusBar.d.ts +0 -13
  415. package/build/src/components/StatusBar/type.d.ts +0 -18
  416. package/build/src/components/StatusButton/style.d.ts +0 -45
  417. package/build/src/components/StatusButton/type.d.ts +0 -38
  418. package/build/src/components/StatusChipWithCopy/StatusChipWithCopy.d.ts +0 -13
  419. package/build/src/components/StatusChipWithCopy/utils.d.ts +0 -4
  420. package/build/src/components/StatusFilter/StatusFilter.d.ts +0 -15
  421. package/build/src/components/StatusFilter/utils.d.ts +0 -4
  422. package/build/src/components/StatusIcons/AuthIcons/constants.d.ts +0 -23
  423. package/build/src/components/StatusIcons/AuthIcons/style.d.ts +0 -537
  424. package/build/src/components/StatusIcons/AuthIcons/type.d.ts +0 -30
  425. package/build/src/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +0 -281
  426. package/build/src/components/StatusIcons/AuthorizationAutoIcons/type.d.ts +0 -17
  427. package/build/src/components/StatusIcons/AuthorizedIcon/AuthorizedIcon.d.ts +0 -13
  428. package/build/src/components/StatusIcons/ChargeStatusIcon/ChargeStatusIcon.d.ts +0 -24
  429. package/build/src/components/StatusIcons/ChargeStatusIcon/style.d.ts +0 -1632
  430. package/build/src/components/StatusIcons/DestinationIcon/DestinationIcon.d.ts +0 -8
  431. package/build/src/components/StatusIcons/DeviceIcon/DeviceIcon.d.ts +0 -10
  432. package/build/src/components/StatusIcons/GeographyIcon/style.d.ts +0 -7
  433. package/build/src/components/StatusIcons/IssuerIcon/style.d.ts +0 -8
  434. package/build/src/components/StatusIcons/IssuerIcon/type.d.ts +0 -8
  435. package/build/src/components/StatusIcons/PayoutIcon/PayoutIcon.d.ts +0 -14
  436. package/build/src/components/StatusIcons/RefundIcon/RefundIcon.d.ts +0 -15
  437. package/build/src/components/StatusIcons/SourceIcons/style.d.ts +0 -272
  438. package/build/src/components/StatusIcons/SourceIcons/type.d.ts +0 -9
  439. package/build/src/components/StatusLabel/style.d.ts +0 -9
  440. package/build/src/components/TableCells/CustomCells/ActionCell/components/ActionsColumn.d.ts +0 -10
  441. package/build/src/components/TableCells/CustomCells/ActionCell/hooks/useActionCell.d.ts +0 -33
  442. package/build/src/components/TableCells/CustomCells/ActionCell/style.d.ts +0 -288
  443. package/build/src/components/TableCells/CustomCells/AgreementCell/style.d.ts +0 -274
  444. package/build/src/components/TableCells/CustomCells/AmountCell/components/ConversionTypeLabel.d.ts +0 -7
  445. package/build/src/components/TableCells/CustomCells/AmountCell/components/CurrencyInfo.d.ts +0 -7
  446. package/build/src/components/TableCells/CustomCells/AmountCell/style.d.ts +0 -14
  447. package/build/src/components/TableCells/CustomCells/AmountCell/type.d.ts +0 -22
  448. package/build/src/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +0 -288
  449. package/build/src/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +0 -556
  450. package/build/src/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +0 -1315
  451. package/build/src/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +0 -1315
  452. package/build/src/components/TableCells/CustomCells/BalanceCell/style.d.ts +0 -271
  453. package/build/src/components/TableCells/CustomCells/BalanceCell/type.d.ts +0 -13
  454. package/build/src/components/TableCells/CustomCells/ChannelsCell/style.d.ts +0 -270
  455. package/build/src/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +0 -267
  456. package/build/src/components/TableCells/CustomCells/CustomerCell/style.d.ts +0 -8
  457. package/build/src/components/TableCells/CustomCells/DateCell/DateCell.d.ts +0 -9
  458. package/build/src/components/TableCells/CustomCells/DestinationCell/styled.d.ts +0 -16
  459. package/build/src/components/TableCells/CustomCells/DestinationCell/type.d.ts +0 -34
  460. package/build/src/components/TableCells/CustomCells/DestinationStatusCell/constant.d.ts +0 -16
  461. package/build/src/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +0 -1315
  462. package/build/src/components/TableCells/CustomCells/DueDateCell/style.d.ts +0 -274
  463. package/build/src/components/TableCells/CustomCells/IDButton/style.d.ts +0 -528
  464. package/build/src/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +0 -267
  465. package/build/src/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +0 -270
  466. package/build/src/components/TableCells/CustomCells/OrdersCell/OrdersCellSheet.d.ts +0 -22
  467. package/build/src/components/TableCells/CustomCells/PayoutReportCell/style.d.ts +0 -279
  468. package/build/src/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +0 -1315
  469. package/build/src/components/TableCells/CustomCells/ProductsCell/style.d.ts +0 -276
  470. package/build/src/components/TableCells/CustomCells/ReferenceCell/style.d.ts +0 -290
  471. package/build/src/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +0 -532
  472. package/build/src/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +0 -280
  473. package/build/src/components/TableCells/CustomCells/RefundStatusCell/type.d.ts +0 -19
  474. package/build/src/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +0 -292
  475. package/build/src/components/TableCells/CustomCells/SalesChannelCell/type.d.ts +0 -8
  476. package/build/src/components/TableCells/CustomCells/SalesChannelCell/utils.d.ts +0 -3
  477. package/build/src/components/TableCells/CustomCells/SegmentsCell/style.d.ts +0 -288
  478. package/build/src/components/TableCells/CustomCells/SourceCell/components/AuthenticationMode/AuthenticationMode.d.ts +0 -6
  479. package/build/src/components/TableCells/CustomCells/StatusCell/constant.d.ts +0 -47
  480. package/build/src/components/TableCells/CustomCells/StatusCell/style.d.ts +0 -1609
  481. package/build/src/components/TableCells/CustomCells/TextWithChipCell/TextWithChipCell.d.ts +0 -21
  482. package/build/src/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +0 -1315
  483. package/build/src/components/TableCells/CustomCells/style.d.ts +0 -290
  484. package/build/src/components/TableCells/CustomCells/type.d.ts +0 -82
  485. package/build/src/components/TableHeader/TableHeader.d.ts +0 -5
  486. package/build/src/components/TableHeader/TableModeButton.d.ts +0 -9
  487. package/build/src/components/TableHeader/TableView/ColumnItem.d.ts +0 -14
  488. package/build/src/components/TableHeader/TableView/hooks/useColumnItem.d.ts +0 -21
  489. package/build/src/components/TableHeader/TableView/hooks/useCreateViewDialog.d.ts +0 -22
  490. package/build/src/components/TableHeader/TableView/hooks/useCustomTableViews.d.ts +0 -9
  491. package/build/src/components/TableHeader/TableView/hooks/useOriginalColumns.d.ts +0 -6
  492. package/build/src/components/TableHeader/TableView/hooks/useViewColumns.d.ts +0 -13
  493. package/build/src/components/TableHeader/TableView/hooks/useViewsManager.d.ts +0 -9
  494. package/build/src/components/TableHeader/TableView/hooks/useViewsMenu.d.ts +0 -48
  495. package/build/src/components/TableHeader/TableView/styles.d.ts +0 -139
  496. package/build/src/components/TableHeader/TableView/types.d.ts +0 -229
  497. package/build/src/components/TableHeader/TableView/utils/columnState.d.ts +0 -20
  498. package/build/src/components/TableHeader/TableView/utils/customTableViews.d.ts +0 -15
  499. package/build/src/components/TableHeader/TableView/utils/layoutTransform.d.ts +0 -10
  500. package/build/src/components/TableHeader/TableView/utils/templateToColumnsView.d.ts +0 -30
  501. package/build/src/components/TableHeader/TableView/utils/viewMenu.d.ts +0 -18
  502. package/build/src/components/TableHeader/style.d.ts +0 -21
  503. package/build/src/components/TableHeader/type.d.ts +0 -95
  504. package/build/src/components/TableReports/components/DownloadButton/style.d.ts +0 -264
  505. package/build/src/components/TableReports/style.d.ts +0 -324
  506. package/build/src/components/Timepicker/style.d.ts +0 -35
  507. package/build/src/components/ToolbarIcon/ExpandButton/style.d.ts +0 -14
  508. package/build/src/components/TreeDropdown/TreeNodeItem/style.d.ts +0 -14
  509. package/build/src/components/TreeDropdown/type.d.ts +0 -89
  510. package/build/src/components/VAT/TotalVAT/TotalVAT.d.ts +0 -12
  511. package/build/src/components/VAT/VATDropdown/VATDropdown.d.ts +0 -11
  512. package/build/src/components/VAT/VATRateDropdown/VATRateDropdown.d.ts +0 -10
  513. package/build/src/components/VAT/utils.d.ts +0 -7
  514. package/build/src/components/VirtualTables/SheetViewVirtualTable/components/SheetViewTableHeaderCell.d.ts +0 -17
  515. package/build/src/components/VirtualTables/SheetViewVirtualTable/components/SheetViewTableLoading.d.ts +0 -13
  516. package/build/src/components/VirtualTables/SheetViewVirtualTable/components/SheetViewTableNoData.d.ts +0 -18
  517. package/build/src/components/VirtualTables/SheetViewVirtualTable/components/SheetViewTableRowLoading.d.ts +0 -13
  518. package/build/src/components/VirtualTables/SheetViewVirtualTable/components/VirtualTable.d.ts +0 -46
  519. package/build/src/components/VirtualTables/SheetViewVirtualTable/features/resize/hooks/useColumnResizeWithPinned.d.ts +0 -64
  520. package/build/src/components/VirtualTables/SheetViewVirtualTable/features/resize/types/index.d.ts +0 -45
  521. package/build/src/components/VirtualTables/SheetViewVirtualTable/features/resize/utils/resize.d.ts +0 -18
  522. package/build/src/components/VirtualTables/SheetViewVirtualTable/hooks/usePinnedColumns.d.ts +0 -11
  523. package/build/src/components/VirtualTables/SheetViewVirtualTable/hooks/usePinnedColumnsWidths.d.ts +0 -5
  524. package/build/src/components/VirtualTables/SheetViewVirtualTable/hooks/useVirtualTableContainer.d.ts +0 -50
  525. package/build/src/components/VirtualTables/SheetViewVirtualTable/style.d.ts +0 -23
  526. package/build/src/components/VirtualTables/SheetViewVirtualTable/types.d.ts +0 -100
  527. package/build/src/components/VirtualTables/VirtualTable/VirtualTable.d.ts +0 -5
  528. package/build/src/components/VirtualTables/VirtualTableWithCard/VirtualTableWithCard.d.ts +0 -13
  529. package/build/src/components/VirtualTables/components/ColumnFilter/Inputs/Inputs.d.ts +0 -8
  530. package/build/src/components/VirtualTables/components/ColumnFilter/Inputs/style.d.ts +0 -19
  531. package/build/src/components/VirtualTables/components/ColumnFilter/List/List.d.ts +0 -10
  532. package/build/src/components/VirtualTables/components/ColumnFilter/style.d.ts +0 -13
  533. package/build/src/components/VirtualTables/components/ColumnFilter/type.d.ts +0 -12
  534. package/build/src/components/VirtualTables/components/ColumnSort/ColumnSort.d.ts +0 -10
  535. package/build/src/components/VirtualTables/components/ErrorList/styles.d.ts +0 -20
  536. package/build/src/components/VirtualTables/components/TableFooter/TableFooter.d.ts +0 -5
  537. package/build/src/components/VirtualTables/components/TableFooter/style.d.ts +0 -33
  538. package/build/src/components/VirtualTables/components/TableHeader/components/TableCell/TableCell.d.ts +0 -10
  539. package/build/src/components/VirtualTables/components/TableHeader/style.d.ts +0 -12
  540. package/build/src/components/VirtualTables/components/TableHeader/type.d.ts +0 -14
  541. package/build/src/components/VirtualTables/components/TableLoading.d.ts +0 -12
  542. package/build/src/components/VirtualTables/components/TableNoData.d.ts +0 -18
  543. package/build/src/components/VirtualTables/components/TableNoDataWithCard.d.ts +0 -19
  544. package/build/src/components/VirtualTables/components/TableRow.d.ts +0 -27
  545. package/build/src/components/VirtualTables/components/TableRowLoading.d.ts +0 -11
  546. package/build/src/components/VirtualTables/components/style.d.ts +0 -339
  547. package/build/src/components/VirtualTables/components/virtualScroll/ListItemWrapper.d.ts +0 -15
  548. package/build/src/components/VirtualTables/hooks/useColumnFilter.d.ts +0 -10
  549. package/build/src/components/Widget/style.d.ts +0 -30
  550. package/build/src/components/Window/style.d.ts +0 -533
  551. package/build/src/components/WindowAppIcon/style.d.ts +0 -8
  552. package/build/src/constants/segment.d.ts +0 -27
  553. package/build/src/constants/timezones.d.ts +0 -4
  554. package/build/src/demo/Cells/ReferenceCell.d.ts +0 -1
  555. package/build/src/demo/Cells/SourceCell.d.ts +0 -1
  556. package/build/src/demo/Cells/index.d.ts +0 -1
  557. package/build/src/hooks/useAppsInfo.d.ts +0 -17
  558. package/build/src/hooks/useIsParameterSelected.d.ts +0 -5
  559. package/build/src/hooks/useSelectedMerchantDetails.d.ts +0 -10
  560. package/build/src/hooks/useToast.d.ts +0 -12
  561. package/build/src/theme/theme.d.ts +0 -10
  562. package/build/src/theme/typography.d.ts +0 -3
  563. package/build/src/types/appEvents.d.ts +0 -51
  564. package/build/src/types/apps.d.ts +0 -137
  565. package/build/src/types/cell.d.ts +0 -81
  566. package/build/src/types/document.d.ts +0 -2
  567. package/build/src/types/invoice.d.ts +0 -90
  568. package/build/src/types/refund.d.ts +0 -445
  569. package/build/src/types/table.d.ts +0 -170
  570. package/build/src/types/toggleOptions.d.ts +0 -2
  571. package/build/src/types/views.d.ts +0 -12
  572. package/build/src/utils/billing.d.ts +0 -39
  573. package/build/src/utils/columns.d.ts +0 -11
  574. package/build/src/utils/conversion.d.ts +0 -6
  575. package/build/src/utils/currency.d.ts +0 -22
  576. package/build/src/utils/day.d.ts +0 -2
  577. package/build/src/utils/entity.d.ts +0 -2
  578. package/build/src/utils/error.d.ts +0 -20
  579. package/build/src/utils/file.d.ts +0 -6
  580. package/build/src/utils/freshdesk.d.ts +0 -7
  581. package/build/src/utils/language.d.ts +0 -34
  582. package/build/src/utils/localStorage.d.ts +0 -40
  583. package/build/src/utils/merchant.d.ts +0 -3
  584. package/build/src/utils/merchantSource.d.ts +0 -30
  585. package/build/src/utils/navigation.d.ts +0 -15
  586. package/build/src/utils/segment.d.ts +0 -60
  587. package/build/src/utils/skeletonColumns.d.ts +0 -4
  588. package/build/src/utils/table.d.ts +0 -22
  589. /package/build/{src/components → components}/Accordion/Accordion.d.ts +0 -0
  590. /package/build/{src/components → components}/Accordion/AccordionExpandIcon.d.ts +0 -0
  591. /package/build/{src/components → components}/Accordion/index.d.ts +0 -0
  592. /package/build/{src/components → components}/Accordion/types.d.ts +0 -0
  593. /package/build/{src/components → components}/AccountDropdown/Dropdown.d.ts +0 -0
  594. /package/build/{src/components → components}/AccountDropdown/index.d.ts +0 -0
  595. /package/build/{src/components → components}/ActionMenu/ActionMenu.d.ts +0 -0
  596. /package/build/{src/components → components}/ActionMenu/index.d.ts +0 -0
  597. /package/build/{src/components → components}/ActivityAreaChart/ActivityAreaChart.d.ts +0 -0
  598. /package/build/{src/components → components}/ActivityAreaChart/components/ChartTooltip.d.ts +0 -0
  599. /package/build/{src/components → components}/ActivityAreaChart/components/LoadingChart.d.ts +0 -0
  600. /package/build/{src/components → components}/ActivityAreaChart/components/index.d.ts +0 -0
  601. /package/build/{src/components → components}/ActivityAreaChart/index.d.ts +0 -0
  602. /package/build/{src/components → components}/ActivityAreaChart/types.d.ts +0 -0
  603. /package/build/{src/components → components}/ActivityAreaChart/utils.d.ts +0 -0
  604. /package/build/{src/components → components}/Amount/TotalAmount/Loading.d.ts +0 -0
  605. /package/build/{src/components → components}/Amount/TotalAmount/index.d.ts +0 -0
  606. /package/build/{src/components → components}/Amount/TotalAmount/style.d.ts +0 -0
  607. /package/build/{src/components → components}/Amount/index.d.ts +0 -0
  608. /package/build/{src/components → components}/AmountConversionFilter/AmountConversionFilter.d.ts +0 -0
  609. /package/build/{src/components → components}/AmountConversionFilter/MultiSelectCurrencyFilter.d.ts +0 -0
  610. /package/build/{src/components → components}/AmountConversionFilter/index.d.ts +0 -0
  611. /package/build/{src/components → components}/AmountConversionFilter/style.d.ts +0 -0
  612. /package/build/{src/components → components}/AmountInput/index.d.ts +0 -0
  613. /package/build/{src/components → components}/AmountInput/style.d.ts +0 -0
  614. /package/build/{src/components → components}/AmountStatusChip/AmountStatusChip.d.ts +0 -0
  615. /package/build/{src/components → components}/AmountStatusChip/index.d.ts +0 -0
  616. /package/build/{src/components → components}/AmountStatusChip/style.d.ts +0 -0
  617. /package/build/{src/components → components}/AnimatedSpinnerIcon/AnimatedSpinnerIcon.d.ts +0 -0
  618. /package/build/{src/components → components}/AnimatedSpinnerIcon/index.d.ts +0 -0
  619. /package/build/{src/components → components}/AppServices/ServiceItem.d.ts +0 -0
  620. /package/build/{src/components → components}/AppServices/index.d.ts +0 -0
  621. /package/build/{src/components → components}/AppServicesActionMenu/AppServicesActionMenu.d.ts +0 -0
  622. /package/build/{src/components → components}/AppServicesActionMenu/ServicesSubmenu.d.ts +0 -0
  623. /package/build/{src/components → components}/AppServicesActionMenu/index.d.ts +0 -0
  624. /package/build/{src/components → components}/AppServicesActionMenu/style.d.ts +0 -0
  625. /package/build/{src/components → components}/AppServicesActionMenu/types.d.ts +0 -0
  626. /package/build/{src/components → components}/AppServicesBar/index.d.ts +0 -0
  627. /package/build/{src/components → components}/AppServicesBar/style.d.ts +0 -0
  628. /package/build/{src/components → components}/AppWindowWrapper/AppWindow/AppWindow.d.ts +0 -0
  629. /package/build/{src/components → components}/AppWindowWrapper/AppWindow/constant.d.ts +0 -0
  630. /package/build/{src/components → components}/AppWindowWrapper/AppWindow/index.d.ts +0 -0
  631. /package/build/{src/components → components}/AppWindowWrapper/AppWindow/type.d.ts +0 -0
  632. /package/build/{src/components → components}/AppWindowWrapper/AppWindowWrapper.d.ts +0 -0
  633. /package/build/{src/components → components}/AppWindowWrapper/context/Provider.d.ts +0 -0
  634. /package/build/{src/components → components}/AppWindowWrapper/context/context.d.ts +0 -0
  635. /package/build/{src/components → components}/AppWindowWrapper/context/index.d.ts +0 -0
  636. /package/build/{src/components → components}/AppWindowWrapper/context/type.d.ts +0 -0
  637. /package/build/{src/components → components}/AppWindowWrapper/headers/AccountHeader/AccountHeader.d.ts +0 -0
  638. /package/build/{src/components → components}/AppWindowWrapper/headers/AccountHeader/components/AccountHeaderTitle/AccountHeaderTitle.d.ts +0 -0
  639. /package/build/{src/components → components}/AppWindowWrapper/headers/AccountHeader/components/AccountHeaderTitle/index.d.ts +0 -0
  640. /package/build/{src/components → components}/AppWindowWrapper/headers/AccountHeader/components/AccountHeaderTitle/type.d.ts +0 -0
  641. /package/build/{src/components → components}/AppWindowWrapper/headers/AccountHeader/index.d.ts +0 -0
  642. /package/build/{src/components → components}/AppWindowWrapper/headers/AccountHeader/type.d.ts +0 -0
  643. /package/build/{src/components → components}/AppWindowWrapper/headers/AppWindowHeader/AppWindowHeader.d.ts +0 -0
  644. /package/build/{src/components → components}/AppWindowWrapper/headers/AppWindowHeader/AppWindowHeaderBase.d.ts +0 -0
  645. /package/build/{src/components → components}/AppWindowWrapper/headers/AppWindowHeader/index.d.ts +0 -0
  646. /package/build/{src/components → components}/AppWindowWrapper/headers/AppWindowHeader/type.d.ts +0 -0
  647. /package/build/{src/components → components}/AppWindowWrapper/index.d.ts +0 -0
  648. /package/build/{src/components → components}/AppWindowWrapper/type.d.ts +0 -0
  649. /package/build/{src/components → components}/AuthenticationTypeChip/AuthenticationTypeChip.d.ts +0 -0
  650. /package/build/{src/components → components}/AuthenticationTypeChip/constants.d.ts +0 -0
  651. /package/build/{src/components → components}/AuthenticationTypeChip/index.d.ts +0 -0
  652. /package/build/{src/components → components}/Autocomplete/index.d.ts +0 -0
  653. /package/build/{src/components → components}/Autocomplete/style.d.ts +0 -0
  654. /package/build/{src/components → components}/BackgroundAnimation/BackgroundAnimation.d.ts +0 -0
  655. /package/build/{src/components → components}/BackgroundAnimation/Blob/Blob.d.ts +0 -0
  656. /package/build/{src/components → components}/BackgroundAnimation/Blob/index.d.ts +0 -0
  657. /package/build/{src/components → components}/BackgroundAnimation/Blob/type.d.ts +0 -0
  658. /package/build/{src/components → components}/BackgroundAnimation/index.d.ts +0 -0
  659. /package/build/{src/components → components}/BetaBanner/BetaBanner.d.ts +0 -0
  660. /package/build/{src/components → components}/BetaBanner/index.d.ts +0 -0
  661. /package/build/{src/components → components}/BetaBanner/style.d.ts +0 -0
  662. /package/build/{src/components → components}/BrandLogo/BrandLogo.d.ts +0 -0
  663. /package/build/{src/components → components}/BrandLogo/Loading.d.ts +0 -0
  664. /package/build/{src/components → components}/BrandLogo/index.d.ts +0 -0
  665. /package/build/{src/components → components}/Button/Button.d.ts +0 -0
  666. /package/build/{src/components → components}/Button/PlusButton/PlusButton.d.ts +0 -0
  667. /package/build/{src/components → components}/Button/PlusButton/index.d.ts +0 -0
  668. /package/build/{src/components → components}/Button/StyledButton/StyledButton.d.ts +0 -0
  669. /package/build/{src/components → components}/Button/StyledButton/index.d.ts +0 -0
  670. /package/build/{src/components → components}/Button/StyledButton/style.d.ts +0 -0
  671. /package/build/{src/components → components}/Button/index.d.ts +0 -0
  672. /package/build/{src/components → components}/Calender/Calender.d.ts +0 -0
  673. /package/build/{src/components → components}/Calender/index.d.ts +0 -0
  674. /package/build/{src/components → components}/CardEmptyState/CardEmptyState.d.ts +0 -0
  675. /package/build/{src/components → components}/CardEmptyState/index.d.ts +0 -0
  676. /package/build/{src/components → components}/CardEmptyState/style.d.ts +0 -0
  677. /package/build/{src/components → components}/CardEmptyState/type.d.ts +0 -0
  678. /package/build/{src/components → components}/CardHeadline/CardHeadline.d.ts +0 -0
  679. /package/build/{src/components → components}/CardHeadline/index.d.ts +0 -0
  680. /package/build/{src/components → components}/Checkbox/Checkbox.d.ts +0 -0
  681. /package/build/{src/components → components}/Checkbox/index.d.ts +0 -0
  682. /package/build/{src/components → components}/Chip/Chip.d.ts +0 -0
  683. /package/build/{src/components → components}/Chip/GroupIconChip.d.ts +0 -0
  684. /package/build/{src/components → components}/Chip/GroupIconChips.d.ts +0 -0
  685. /package/build/{src/components → components}/Chip/index.d.ts +0 -0
  686. /package/build/{src/components → components}/Chip/type.d.ts +0 -0
  687. /package/build/{src/components → components}/CircularProgressWithLabel/CircularProgressWithLabel.d.ts +0 -0
  688. /package/build/{src/components → components}/CircularProgressWithLabel/index.d.ts +0 -0
  689. /package/build/{src/components → components}/Collapse/Collapse.d.ts +0 -0
  690. /package/build/{src/components → components}/Collapse/index.d.ts +0 -0
  691. /package/build/{src/components → components}/ColorPicker/ColorPicker.d.ts +0 -0
  692. /package/build/{src/components → components}/ColorPicker/ColorPickerPanel.d.ts +0 -0
  693. /package/build/{src/components → components}/ColorPicker/ColorSchemeSelect.d.ts +0 -0
  694. /package/build/{src/components → components}/ColorPicker/HexaFields.d.ts +0 -0
  695. /package/build/{src/components → components}/ColorPicker/RGBAFields.d.ts +0 -0
  696. /package/build/{src/components → components}/ColorPicker/index.d.ts +0 -0
  697. /package/build/{src/components → components}/ConfirmDialog/ConfirmDialog.d.ts +0 -0
  698. /package/build/{src/components → components}/ConfirmDialog/context/Provider.d.ts +0 -0
  699. /package/build/{src/components → components}/ConfirmDialog/context/context.d.ts +0 -0
  700. /package/build/{src/components → components}/ConfirmDialog/context/index.d.ts +0 -0
  701. /package/build/{src/components → components}/ConfirmDialog/hooks/index.d.ts +0 -0
  702. /package/build/{src/components → components}/ConfirmDialog/hooks/useDialog.d.ts +0 -0
  703. /package/build/{src/components → components}/ConfirmDialog/index.d.ts +0 -0
  704. /package/build/{src/components → components}/ConfirmDialog/type.d.ts +0 -0
  705. /package/build/{src/components → components}/ControlPanelContainer/ControlPanelContainer.d.ts +0 -0
  706. /package/build/{src/components → components}/ControlPanelContainer/index.d.ts +0 -0
  707. /package/build/{src/components → components}/ControlPanelContainer/style.d.ts +0 -0
  708. /package/build/{src/components → components}/CopyImage/CopyImage.d.ts +0 -0
  709. /package/build/{src/components → components}/CopyImage/index.d.ts +0 -0
  710. /package/build/{src/components → components}/CountBadge/CountBadge.d.ts +0 -0
  711. /package/build/{src/components → components}/CountBadge/CountBadgeAnimated.d.ts +0 -0
  712. /package/build/{src/components → components}/CountBadge/index.d.ts +0 -0
  713. /package/build/{src/components → components}/CountBadge/type.d.ts +0 -0
  714. /package/build/{src/components → components}/CountryFilter/CountryFilter.d.ts +0 -0
  715. /package/build/{src/components → components}/CountryFilter/index.d.ts +0 -0
  716. /package/build/{src/components → components}/CountryFilter/style.d.ts +0 -0
  717. /package/build/{src/components → components}/CountryFlag/CountryFlag.d.ts +0 -0
  718. /package/build/{src/components → components}/CountryFlag/index.d.ts +0 -0
  719. /package/build/{src/components → components}/CurrencyFilter/CurrencyFilter.d.ts +0 -0
  720. /package/build/{src/components → components}/CurrencyFilter/index.d.ts +0 -0
  721. /package/build/{src/components → components}/CurrencySymbol/CurrencySymbol.d.ts +0 -0
  722. /package/build/{src/components → components}/CurrencySymbol/index.d.ts +0 -0
  723. /package/build/{src/components → components}/CurrencySymbol/style.d.ts +0 -0
  724. /package/build/{src/components → components}/CustomBackdrop/CustomBackdrop.d.ts +0 -0
  725. /package/build/{src/components → components}/CustomBackdrop/index.d.ts +0 -0
  726. /package/build/{src/components → components}/CustomBackdrop/style.d.ts +0 -0
  727. /package/build/{src/components → components}/Customer/CustomerDropdown/CustomerDropdown.d.ts +0 -0
  728. /package/build/{src/components → components}/Customer/CustomerDropdown/index.d.ts +0 -0
  729. /package/build/{src/components → components}/Customer/CustomerForms/index.d.ts +0 -0
  730. /package/build/{src/components → components}/Customer/CustomerForms/validation.d.ts +0 -0
  731. /package/build/{src/components → components}/Customer/index.d.ts +0 -0
  732. /package/build/{src/components → components}/DateButton/DateButton.d.ts +0 -0
  733. /package/build/{src/components → components}/DateButton/index.d.ts +0 -0
  734. /package/build/{src/components → components}/DateFilter/index.d.ts +0 -0
  735. /package/build/{src/components → components}/DeviceIcon/constants.d.ts +0 -0
  736. /package/build/{src/components → components}/DeviceIcon/index.d.ts +0 -0
  737. /package/build/{src/components → components}/DeviceIcon/utils.d.ts +0 -0
  738. /package/build/{src/components → components}/Dialog/Dialog.d.ts +0 -0
  739. /package/build/{src/components → components}/Dialog/components/DialogToolbar.d.ts +0 -0
  740. /package/build/{src/components → components}/Dialog/components/index.d.ts +0 -0
  741. /package/build/{src/components → components}/Dialog/constant.d.ts +0 -0
  742. /package/build/{src/components → components}/Dialog/index.d.ts +0 -0
  743. /package/build/{src/components → components}/Discount/DiscountDropdown/index.d.ts +0 -0
  744. /package/build/{src/components → components}/Discount/DiscountDropdown/style.d.ts +0 -0
  745. /package/build/{src/components → components}/Discount/DiscountRateDropdown/index.d.ts +0 -0
  746. /package/build/{src/components → components}/Discount/DiscountRateDropdown/style.d.ts +0 -0
  747. /package/build/{src/components → components}/Discount/TotalDiscount/index.d.ts +0 -0
  748. /package/build/{src/components → components}/Discount/TotalDiscount/style.d.ts +0 -0
  749. /package/build/{src/components → components}/Discount/index.d.ts +0 -0
  750. /package/build/{src/components → components}/DisplayAmount/DisplayAmount.d.ts +0 -0
  751. /package/build/{src/components → components}/DisplayAmount/index.d.ts +0 -0
  752. /package/build/{src/components → components}/DisplayAmount/style.d.ts +0 -0
  753. /package/build/{src/components → components}/DockButton/DockButton.d.ts +0 -0
  754. /package/build/{src/components → components}/DockButton/index.d.ts +0 -0
  755. /package/build/{src/components → components}/DockButton/type.d.ts +0 -0
  756. /package/build/{src/components → components}/Dropdown2/Dropdown2.d.ts +0 -0
  757. /package/build/{src/components → components}/Dropdown2/index.d.ts +0 -0
  758. /package/build/{src/components → components}/Dropdown2/style.d.ts +0 -0
  759. /package/build/{src/components → components}/DropdownButton/ChevronIcon.d.ts +0 -0
  760. /package/build/{src/components → components}/DropdownButton/DropdownButton.d.ts +0 -0
  761. /package/build/{src/components → components}/DropdownButton/index.d.ts +0 -0
  762. /package/build/{src/components → components}/DropdownMenu/DropdownMenu.d.ts +0 -0
  763. /package/build/{src/components → components}/DropdownMenu/index.d.ts +0 -0
  764. /package/build/{src/components → components}/DropdownMenu/type.d.ts +0 -0
  765. /package/build/{src/components → components}/Error/Error.d.ts +0 -0
  766. /package/build/{src/components → components}/Error/index.d.ts +0 -0
  767. /package/build/{src/components → components}/Error/style.d.ts +0 -0
  768. /package/build/{src/components → components}/ErrorBoundary/AppError.d.ts +0 -0
  769. /package/build/{src/components → components}/ErrorBoundary/ErrorBoundary.d.ts +0 -0
  770. /package/build/{src/components → components}/ErrorBoundary/index.d.ts +0 -0
  771. /package/build/{src/components → components}/ErrorToast/ErrorToast.d.ts +0 -0
  772. /package/build/{src/components → components}/ErrorToast/index.d.ts +0 -0
  773. /package/build/{src/components → components}/ErrorToast/type.d.ts +0 -0
  774. /package/build/{src/components → components}/ExpandableSideBar/ExpandableSideBar.d.ts +0 -0
  775. /package/build/{src/components → components}/ExpandableSideBar/constant.d.ts +0 -0
  776. /package/build/{src/components → components}/ExpandableSideBar/index.d.ts +0 -0
  777. /package/build/{src/components → components}/ExpandableSideBar/style.d.ts +0 -0
  778. /package/build/{src/components → components}/ExpandableSideBar/type.d.ts +0 -0
  779. /package/build/{src/components → components}/FileInputPreview/FileInputPreview.d.ts +0 -0
  780. /package/build/{src/components → components}/FileInputPreview/index.d.ts +0 -0
  781. /package/build/{src/components → components}/FilePreview/FilePreview.d.ts +0 -0
  782. /package/build/{src/components → components}/FilePreview/index.d.ts +0 -0
  783. /package/build/{src/components → components}/FilePreview/style.d.ts +0 -0
  784. /package/build/{src/components → components}/FileUpload/FileUpload.d.ts +0 -0
  785. /package/build/{src/components → components}/FileUpload/index.d.ts +0 -0
  786. /package/build/{src/components → components}/FileUploader/FileUploader.d.ts +0 -0
  787. /package/build/{src/components → components}/FileUploader/index.d.ts +0 -0
  788. /package/build/{src/components → components}/FilterDropdown/FilterDropdown.d.ts +0 -0
  789. /package/build/{src/components → components}/FilterDropdown/components/BrandItem/BrandItem.d.ts +0 -0
  790. /package/build/{src/components → components}/FilterDropdown/components/BrandItem/index.d.ts +0 -0
  791. /package/build/{src/components → components}/FilterDropdown/components/BrandItem/style.d.ts +0 -0
  792. /package/build/{src/components → components}/FilterDropdown/components/CountriesItem/CountriesItem.d.ts +0 -0
  793. /package/build/{src/components → components}/FilterDropdown/components/CountriesItem/index.d.ts +0 -0
  794. /package/build/{src/components → components}/FilterDropdown/components/CurrenciesItem/CurrenciesItem.d.ts +0 -0
  795. /package/build/{src/components → components}/FilterDropdown/components/CurrenciesItem/index.d.ts +0 -0
  796. /package/build/{src/components → components}/FilterDropdown/components/FlatMerchantsListMenu/FlatMerchantsListMenu.d.ts +0 -0
  797. /package/build/{src/components → components}/FilterDropdown/components/FlatMerchantsListMenu/index.d.ts +0 -0
  798. /package/build/{src/components → components}/FilterDropdown/components/FlatMerchantsListMenu/style.d.ts +0 -0
  799. /package/build/{src/components → components}/FilterDropdown/components/MerchantItem/MerchantItem.d.ts +0 -0
  800. /package/build/{src/components → components}/FilterDropdown/components/MerchantItem/index.d.ts +0 -0
  801. /package/build/{src/components → components}/FilterDropdown/components/MerchantsFilterItem/MerchantsFilterItem.d.ts +0 -0
  802. /package/build/{src/components → components}/FilterDropdown/components/MerchantsFilterItem/index.d.ts +0 -0
  803. /package/build/{src/components → components}/FilterDropdown/components/RetailersItem/index.d.ts +0 -0
  804. /package/build/{src/components → components}/FilterDropdown/components/RetailersItem/style.d.ts +0 -0
  805. /package/build/{src/components → components}/FilterDropdown/components/index.d.ts +0 -0
  806. /package/build/{src/components → components}/FilterDropdown/index.d.ts +0 -0
  807. /package/build/{src/components → components}/FilteredIds/FilteredIds.d.ts +0 -0
  808. /package/build/{src/components → components}/FilteredIds/index.d.ts +0 -0
  809. /package/build/{src/components → components}/FilteredIds/style.d.ts +0 -0
  810. /package/build/{src/components → components}/FilteredIds/type.d.ts +0 -0
  811. /package/build/{src/components → components}/Filters/index.d.ts +0 -0
  812. /package/build/{src/components → components}/FlagDetails/FlagDetails.d.ts +0 -0
  813. /package/build/{src/components → components}/FlagDetails/index.d.ts +0 -0
  814. /package/build/{src/components → components}/FlippingCard/FlippingCard.d.ts +0 -0
  815. /package/build/{src/components → components}/FlippingCard/index.d.ts +0 -0
  816. /package/build/{src/components → components}/HeatMap/HeatMap.d.ts +0 -0
  817. /package/build/{src/components → components}/HeatMap/constant.d.ts +0 -0
  818. /package/build/{src/components → components}/HeatMap/index.d.ts +0 -0
  819. /package/build/{src/components → components}/HeatMap/style.d.ts +0 -0
  820. /package/build/{src/components → components}/HeatMap/type.d.ts +0 -0
  821. /package/build/{src/components → components}/HeatMap/utils.d.ts +0 -0
  822. /package/build/{src/components → components}/IOSSwitch/IOSSwitch.d.ts +0 -0
  823. /package/build/{src/components → components}/IOSSwitch/index.d.ts +0 -0
  824. /package/build/{src/components → components}/IOSSwitch/styles.d.ts +0 -0
  825. /package/build/{src/components → components}/Icon/Icon.d.ts +0 -0
  826. /package/build/{src/components → components}/Icon/index.d.ts +0 -0
  827. /package/build/{src/components → components}/Icon/type.d.ts +0 -0
  828. /package/build/{src/components → components}/IconGallery/IconGallery.d.ts +0 -0
  829. /package/build/{src/components → components}/IconGallery/index.d.ts +0 -0
  830. /package/build/{src/components → components}/IconGallery/styles.d.ts +0 -0
  831. /package/build/{src/components → components}/IconGallery/type.d.ts +0 -0
  832. /package/build/{src/components → components}/IconWithBadge/IconWithBadge.d.ts +0 -0
  833. /package/build/{src/components → components}/IconWithBadge/index.d.ts +0 -0
  834. /package/build/{src/components → components}/IconWithBadge/style.d.ts +0 -0
  835. /package/build/{src/components → components}/IconWithBadge/type.d.ts +0 -0
  836. /package/build/{src/components → components}/IconWithHoverOverlays/IconWithHoverOverlays.d.ts +0 -0
  837. /package/build/{src/components → components}/IconWithHoverOverlays/index.d.ts +0 -0
  838. /package/build/{src/components → components}/IconWithHoverOverlays/style.d.ts +0 -0
  839. /package/build/{src/components → components}/IconWithLabel/IconWithLabel.d.ts +0 -0
  840. /package/build/{src/components → components}/IconWithLabel/index.d.ts +0 -0
  841. /package/build/{src/components → components}/IconsDropdown/IconsDropdown.d.ts +0 -0
  842. /package/build/{src/components → components}/IconsDropdown/index.d.ts +0 -0
  843. /package/build/{src/components → components}/ImageWrapper/index.d.ts +0 -0
  844. /package/build/{src/components → components}/Input/Input.d.ts +0 -0
  845. /package/build/{src/components → components}/Input/index.d.ts +0 -0
  846. /package/build/{src/components → components}/Input/style.d.ts +0 -0
  847. /package/build/{src/components → components}/InputBase/AmountInputBase/CurrencyList/index.d.ts +0 -0
  848. /package/build/{src/components → components}/InputBase/AmountInputBase/CurrencyList/style.d.ts +0 -0
  849. /package/build/{src/components → components}/InputBase/AmountInputBase/InputNumber/InputNumber.d.ts +0 -0
  850. /package/build/{src/components → components}/InputBase/AmountInputBase/InputNumber/index.d.ts +0 -0
  851. /package/build/{src/components → components}/InputBase/AmountInputBase/InputNumber/style.d.ts +0 -0
  852. /package/build/{src/components → components}/InputBase/AmountInputBase/InputNumber/type.d.ts +0 -0
  853. /package/build/{src/components → components}/InputBase/AmountInputBase/index.d.ts +0 -0
  854. /package/build/{src/components → components}/InputBase/AmountInputBase/style.d.ts +0 -0
  855. /package/build/{src/components → components}/InputBase/InputBase/InputBase.d.ts +0 -0
  856. /package/build/{src/components → components}/InputBase/InputBase/index.d.ts +0 -0
  857. /package/build/{src/components → components}/InputBase/InputBase/style.d.ts +0 -0
  858. /package/build/{src/components → components}/InputBase/PhoneInputBase/CountriesList/index.d.ts +0 -0
  859. /package/build/{src/components → components}/InputBase/PhoneInputBase/CountriesList/style.d.ts +0 -0
  860. /package/build/{src/components → components}/InputBase/PhoneInputBase/index.d.ts +0 -0
  861. /package/build/{src/components → components}/InputBase/PhoneInputBase/style.d.ts +0 -0
  862. /package/build/{src/components → components}/InputBase/SelectBase/SelectBase.d.ts +0 -0
  863. /package/build/{src/components → components}/InputBase/SelectBase/SelectBaseMultiple.d.ts +0 -0
  864. /package/build/{src/components → components}/InputBase/SelectBase/index.d.ts +0 -0
  865. /package/build/{src/components → components}/InputBase/index.d.ts +0 -0
  866. /package/build/{src/components → components}/InputNumber/InputNumber.d.ts +0 -0
  867. /package/build/{src/components → components}/InputNumber/index.d.ts +0 -0
  868. /package/build/{src/components → components}/InputNumber/style.d.ts +0 -0
  869. /package/build/{src/components → components}/Inputs/CountriesDropDown/index.d.ts +0 -0
  870. /package/build/{src/components → components}/Inputs/CountriesDropDown/style.d.ts +0 -0
  871. /package/build/{src/components → components}/Inputs/FileInput/FileInput.d.ts +0 -0
  872. /package/build/{src/components → components}/Inputs/FileInput/index.d.ts +0 -0
  873. /package/build/{src/components → components}/Inputs/FileInput/type.d.ts +0 -0
  874. /package/build/{src/components → components}/Inputs/Input/Input.d.ts +0 -0
  875. /package/build/{src/components → components}/Inputs/Input/index.d.ts +0 -0
  876. /package/build/{src/components → components}/Inputs/Input/style.d.ts +0 -0
  877. /package/build/{src/components → components}/Inputs/Input/type.d.ts +0 -0
  878. /package/build/{src/components → components}/Inputs/SearchInput/SearchInput.d.ts +0 -0
  879. /package/build/{src/components → components}/Inputs/SearchInput/index.d.ts +0 -0
  880. /package/build/{src/components → components}/Inputs/SearchInput/styles.d.ts +0 -0
  881. /package/build/{src/components → components}/Inputs/Select/Select.d.ts +0 -0
  882. /package/build/{src/components → components}/Inputs/Select/index.d.ts +0 -0
  883. /package/build/{src/components → components}/Inputs/Select/style.d.ts +0 -0
  884. /package/build/{src/components → components}/Inputs/Select/type.d.ts +0 -0
  885. /package/build/{src/components → components}/Inputs/index.d.ts +0 -0
  886. /package/build/{src/components → components}/JSONViewer/JSONViewer.d.ts +0 -0
  887. /package/build/{src/components → components}/JSONViewer/JSONViewerList.d.ts +0 -0
  888. /package/build/{src/components → components}/JSONViewer/components/FooterButton/FooterButton.d.ts +0 -0
  889. /package/build/{src/components → components}/JSONViewer/components/FooterButton/index.d.ts +0 -0
  890. /package/build/{src/components → components}/JSONViewer/components/HighlightText/HighlightText.d.ts +0 -0
  891. /package/build/{src/components → components}/JSONViewer/components/HighlightText/HighlightedParts.d.ts +0 -0
  892. /package/build/{src/components → components}/JSONViewer/components/HighlightText/index.d.ts +0 -0
  893. /package/build/{src/components → components}/JSONViewer/components/HighlightText/type.d.ts +0 -0
  894. /package/build/{src/components → components}/JSONViewer/components/HighlightText/util.d.ts +0 -0
  895. /package/build/{src/components → components}/JSONViewer/components/JSONSearchBar/JSONSearchBar.d.ts +0 -0
  896. /package/build/{src/components → components}/JSONViewer/components/JSONSearchBar/index.d.ts +0 -0
  897. /package/build/{src/components → components}/JSONViewer/components/JSONSearchHighlighters/HighlightMatchingKey.d.ts +0 -0
  898. /package/build/{src/components → components}/JSONViewer/components/JSONSearchHighlighters/HighlightMatchingValue.d.ts +0 -0
  899. /package/build/{src/components → components}/JSONViewer/components/JSONSearchHighlighters/index.d.ts +0 -0
  900. /package/build/{src/components → components}/JSONViewer/components/JSONSearchHighlighters/type.d.ts +0 -0
  901. /package/build/{src/components → components}/JSONViewer/components/JSONSearchHighlighters/util.d.ts +0 -0
  902. /package/build/{src/components → components}/JSONViewer/components/JSONTitleBar/JSONTitleBar.d.ts +0 -0
  903. /package/build/{src/components → components}/JSONViewer/components/JSONTitleBar/index.d.ts +0 -0
  904. /package/build/{src/components → components}/JSONViewer/components/JSONTitleBar/type.d.ts +0 -0
  905. /package/build/{src/components → components}/JSONViewer/components/index.d.ts +0 -0
  906. /package/build/{src/components → components}/JSONViewer/context/Provider.d.ts +0 -0
  907. /package/build/{src/components → components}/JSONViewer/context/context.d.ts +0 -0
  908. /package/build/{src/components → components}/JSONViewer/context/index.d.ts +0 -0
  909. /package/build/{src/components → components}/JSONViewer/hooks/index.d.ts +0 -0
  910. /package/build/{src/components → components}/JSONViewer/hooks/useJsonSearch.d.ts +0 -0
  911. /package/build/{src/components → components}/JSONViewer/hooks/useJsonViewerContext.d.ts +0 -0
  912. /package/build/{src/components → components}/JSONViewer/index.d.ts +0 -0
  913. /package/build/{src/components → components}/JSONViewer/type.d.ts +0 -0
  914. /package/build/{src/components → components}/JSONViewer/utils.d.ts +0 -0
  915. /package/build/{src/components → components}/LabeledIconDropdown/LabeledIconDropdown.d.ts +0 -0
  916. /package/build/{src/components → components}/LabeledIconDropdown/index.d.ts +0 -0
  917. /package/build/{src/components → components}/LanguageDropdown/LanguageDropdown.d.ts +0 -0
  918. /package/build/{src/components → components}/LanguageDropdown/index.d.ts +0 -0
  919. /package/build/{src/components → components}/LanguageDropdown/style.d.ts +0 -0
  920. /package/build/{src/components → components}/LazyImage/LazyImage.d.ts +0 -0
  921. /package/build/{src/components → components}/LazyImage/index.d.ts +0 -0
  922. /package/build/{src/components → components}/LeftPeekRightExpandingChip/LeftPeekRightExpandingChip.d.ts +0 -0
  923. /package/build/{src/components → components}/LeftPeekRightExpandingChip/index.d.ts +0 -0
  924. /package/build/{src/components → components}/LeftPeekRightExpandingChip/type.d.ts +0 -0
  925. /package/build/{src/components → components}/LeftPeekRightExpandingChip/useLeftPeekRightExpandingChip.d.ts +0 -0
  926. /package/build/{src/components → components}/ListColumnFilter/ListColumnFilter.d.ts +0 -0
  927. /package/build/{src/components → components}/ListColumnFilter/index.d.ts +0 -0
  928. /package/build/{src/components → components}/ListColumnFilter/style.d.ts +0 -0
  929. /package/build/{src/components → components}/ListLayout/ListLayout.d.ts +0 -0
  930. /package/build/{src/components → components}/ListLayout/index.d.ts +0 -0
  931. /package/build/{src/components → components}/ListLayout/styles.d.ts +0 -0
  932. /package/build/{src/components → components}/Loader/Loader.d.ts +0 -0
  933. /package/build/{src/components → components}/Loader/index.d.ts +0 -0
  934. /package/build/{src/components → components}/Loader/style.d.ts +0 -0
  935. /package/build/{src/components → components}/Loaders/TapLoader.d.ts +0 -0
  936. /package/build/{src/components → components}/Loaders/index.d.ts +0 -0
  937. /package/build/{src/components → components}/MFWidgetLoader/DefaultMFWidgetLoader.d.ts +0 -0
  938. /package/build/{src/components → components}/MFWidgetLoader/MFWidgetLoader.d.ts +0 -0
  939. /package/build/{src/components → components}/MFWidgetLoader/ReportsMFWidgetLoader.d.ts +0 -0
  940. /package/build/{src/components → components}/MFWidgetLoader/index.d.ts +0 -0
  941. /package/build/{src/components → components}/MUIThemeProvider/MUIThemeProvider.d.ts +0 -0
  942. /package/build/{src/components → components}/MUIThemeProvider/index.d.ts +0 -0
  943. /package/build/{src/components → components}/MainContainer/MainContainer.d.ts +0 -0
  944. /package/build/{src/components → components}/MainContainer/index.d.ts +0 -0
  945. /package/build/{src/components → components}/MaskedText/MaskedText.d.ts +0 -0
  946. /package/build/{src/components → components}/MaskedText/index.d.ts +0 -0
  947. /package/build/{src/components → components}/MaskedText/type.d.ts +0 -0
  948. /package/build/{src/components → components}/Menu/Menu.d.ts +0 -0
  949. /package/build/{src/components → components}/Menu/index.d.ts +0 -0
  950. /package/build/{src/components → components}/Menu/style.d.ts +0 -0
  951. /package/build/{src/components → components}/MenuItem/MenuItem.d.ts +0 -0
  952. /package/build/{src/components → components}/MenuItem/index.d.ts +0 -0
  953. /package/build/{src/components → components}/MenuItem/style.d.ts +0 -0
  954. /package/build/{src/components → components}/MerchantCurrencyDropdown/SelectedCurrency.d.ts +0 -0
  955. /package/build/{src/components → components}/MerchantCurrencyDropdown/index.d.ts +0 -0
  956. /package/build/{src/components → components}/MerchantCurrencyDropdown/style.d.ts +0 -0
  957. /package/build/{src/components → components}/MerchantLogo/MerchantLogo.d.ts +0 -0
  958. /package/build/{src/components → components}/MerchantLogo/index.d.ts +0 -0
  959. /package/build/{src/components → components}/MerchantLogo/style.d.ts +0 -0
  960. /package/build/{src/components → components}/MerchantsDropdown/MerchantsDropdown.d.ts +0 -0
  961. /package/build/{src/components → components}/MerchantsDropdown/index.d.ts +0 -0
  962. /package/build/{src/components → components}/MultiDatakeyDonut/MultiDatakeyDonut.d.ts +0 -0
  963. /package/build/{src/components → components}/MultiDatakeyDonut/index.d.ts +0 -0
  964. /package/build/{src/components → components}/MultiDatakeyDonut/style.d.ts +0 -0
  965. /package/build/{src/components → components}/MultiSelectDropdownButton/MultiSelectDropdownButton.d.ts +0 -0
  966. /package/build/{src/components → components}/MultiSelectDropdownButton/components/StatusButton.d.ts +0 -0
  967. /package/build/{src/components → components}/MultiSelectDropdownButton/index.d.ts +0 -0
  968. /package/build/{src/components → components}/MultiSelectDropdownButton/style.d.ts +0 -0
  969. /package/build/{src/components → components}/MultiSelectStatusButton/MultiSelectStatusButton.d.ts +0 -0
  970. /package/build/{src/components → components}/MultiSelectStatusButton/index.d.ts +0 -0
  971. /package/build/{src/components → components}/MultiSelectWithSearch/ChildMenuItem.d.ts +0 -0
  972. /package/build/{src/components → components}/MultiSelectWithSearch/MultiSelectWithSearch.d.ts +0 -0
  973. /package/build/{src/components → components}/MultiSelectWithSearch/ParentMenuItem.d.ts +0 -0
  974. /package/build/{src/components → components}/MultiSelectWithSearch/index.d.ts +0 -0
  975. /package/build/{src/components → components}/MultiSelectWithSearch/type.d.ts +0 -0
  976. /package/build/{src/components → components}/MultiSelectWithSearch/utils.d.ts +0 -0
  977. /package/build/{src/components → components}/NestedDropdown/Dropdown.d.ts +0 -0
  978. /package/build/{src/components → components}/NestedDropdown/index.d.ts +0 -0
  979. /package/build/{src/components → components}/NoInternet/NoInternet.d.ts +0 -0
  980. /package/build/{src/components → components}/NoInternet/index.d.ts +0 -0
  981. /package/build/{src/components → components}/NoInternet/style.d.ts +0 -0
  982. /package/build/{src/components → components}/OTPInput/OTPInput.d.ts +0 -0
  983. /package/build/{src/components → components}/OTPInput/index.d.ts +0 -0
  984. /package/build/{src/components → components}/OTPInput/style.d.ts +0 -0
  985. /package/build/{src/components → components}/OpenFileInNewTab/OpenFileInNewTab.d.ts +0 -0
  986. /package/build/{src/components → components}/OpenFileInNewTab/index.d.ts +0 -0
  987. /package/build/{src/components → components}/OpenFileInNewTab/style.d.ts +0 -0
  988. /package/build/{src/components → components}/PartnersFilter/PartnersFilter.d.ts +0 -0
  989. /package/build/{src/components → components}/PartnersFilter/index.d.ts +0 -0
  990. /package/build/{src/components → components}/PaymentSourceFilter/PaymentIcon.d.ts +0 -0
  991. /package/build/{src/components → components}/PaymentSourceFilter/index.d.ts +0 -0
  992. /package/build/{src/components → components}/PaymentSourceFilter/style.d.ts +0 -0
  993. /package/build/{src/components → components}/PaymentSourceFilter/type.d.ts +0 -0
  994. /package/build/{src/components → components}/PhoneFilter/index.d.ts +0 -0
  995. /package/build/{src/components → components}/ProgressBar/ProgressBar.d.ts +0 -0
  996. /package/build/{src/components → components}/ProgressBar/index.d.ts +0 -0
  997. /package/build/{src/components → components}/ProgressRing/LoadingSkeleton.d.ts +0 -0
  998. /package/build/{src/components → components}/ProgressRing/ProgressRing.d.ts +0 -0
  999. /package/build/{src/components → components}/ProgressRing/index.d.ts +0 -0
  1000. /package/build/{src/components → components}/RFH/Forms/DefaultForm.d.ts +0 -0
  1001. /package/build/{src/components → components}/RFH/Forms/index.d.ts +0 -0
  1002. /package/build/{src/components → components}/RFH/Inputs/AmountInput/AmountInput.d.ts +0 -0
  1003. /package/build/{src/components → components}/RFH/Inputs/AmountInput/index.d.ts +0 -0
  1004. /package/build/{src/components → components}/RFH/Inputs/AmountInput/type.d.ts +0 -0
  1005. /package/build/{src/components → components}/RFH/Inputs/AmountInput/utils.d.ts +0 -0
  1006. /package/build/{src/components → components}/RFH/Inputs/FormInput/FormInput.d.ts +0 -0
  1007. /package/build/{src/components → components}/RFH/Inputs/FormInput/index.d.ts +0 -0
  1008. /package/build/{src/components → components}/RFH/Inputs/FormSelect/FormSelect.d.ts +0 -0
  1009. /package/build/{src/components → components}/RFH/Inputs/FormSelect/index.d.ts +0 -0
  1010. /package/build/{src/components → components}/RFH/Inputs/FormSelect/type.d.ts +0 -0
  1011. /package/build/{src/components → components}/RFH/Inputs/MultiSelect/MultiSelect.d.ts +0 -0
  1012. /package/build/{src/components → components}/RFH/Inputs/MultiSelect/index.d.ts +0 -0
  1013. /package/build/{src/components → components}/RFH/Inputs/PhoneInput/PhoneInput.d.ts +0 -0
  1014. /package/build/{src/components → components}/RFH/Inputs/PhoneInput/index.d.ts +0 -0
  1015. /package/build/{src/components → components}/RFH/Inputs/SelectWithAccordion/SelectWithAccordion.d.ts +0 -0
  1016. /package/build/{src/components → components}/RFH/Inputs/SelectWithAccordion/index.d.ts +0 -0
  1017. /package/build/{src/components → components}/RFH/Inputs/SelectWithAccordion/type.d.ts +0 -0
  1018. /package/build/{src/components → components}/RFH/Inputs/Switch/Switch.d.ts +0 -0
  1019. /package/build/{src/components → components}/RFH/Inputs/Switch/index.d.ts +0 -0
  1020. /package/build/{src/components → components}/RFH/Inputs/index.d.ts +0 -0
  1021. /package/build/{src/components → components}/RFH/hooks/index.d.ts +0 -0
  1022. /package/build/{src/components → components}/RFH/hooks/useRFHForm.d.ts +0 -0
  1023. /package/build/{src/components → components}/RFH/index.d.ts +0 -0
  1024. /package/build/{src/components → components}/RadioButton/RadioButton.d.ts +0 -0
  1025. /package/build/{src/components → components}/RadioButton/index.d.ts +0 -0
  1026. /package/build/{src/components → components}/RadioButton/style.d.ts +0 -0
  1027. /package/build/{src/components → components}/RadioButton/type.d.ts +0 -0
  1028. /package/build/{src/components → components}/RadioGroup/RadioGroup.d.ts +0 -0
  1029. /package/build/{src/components → components}/RadioGroup/index.d.ts +0 -0
  1030. /package/build/{src/components → components}/RadioGroup/type.d.ts +0 -0
  1031. /package/build/{src/components → components}/RangeCalender/RangeCalender.d.ts +0 -0
  1032. /package/build/{src/components → components}/RangeCalender/components/CustomTimepicker/CustomTimepicker.d.ts +0 -0
  1033. /package/build/{src/components → components}/RangeCalender/components/CustomTimepicker/index.d.ts +0 -0
  1034. /package/build/{src/components → components}/RangeCalender/components/CustomTimepicker/style.d.ts +0 -0
  1035. /package/build/{src/components → components}/RangeCalender/components/GroupBy/GroupBy.d.ts +0 -0
  1036. /package/build/{src/components → components}/RangeCalender/components/GroupBy/index.d.ts +0 -0
  1037. /package/build/{src/components → components}/RangeCalender/components/GroupBy/style.d.ts +0 -0
  1038. /package/build/{src/components → components}/RangeCalender/components/Hijri/index.d.ts +0 -0
  1039. /package/build/{src/components → components}/RangeCalender/components/Hijri/style.d.ts +0 -0
  1040. /package/build/{src/components → components}/RangeCalender/components/QuickFilters/QuickFilters.d.ts +0 -0
  1041. /package/build/{src/components → components}/RangeCalender/components/QuickFilters/index.d.ts +0 -0
  1042. /package/build/{src/components → components}/RangeCalender/components/RangeDatepicker/RangeDatepicker.d.ts +0 -0
  1043. /package/build/{src/components → components}/RangeCalender/components/RangeDatepicker/index.d.ts +0 -0
  1044. /package/build/{src/components → components}/RangeCalender/components/RangeDatepicker/type.d.ts +0 -0
  1045. /package/build/{src/components → components}/RangeCalender/components/Timezone/index.d.ts +0 -0
  1046. /package/build/{src/components → components}/RangeCalender/components/Timezone/style.d.ts +0 -0
  1047. /package/build/{src/components → components}/RangeCalender/index.d.ts +0 -0
  1048. /package/build/{src/components → components}/RangeCalender/utils.d.ts +0 -0
  1049. /package/build/{src/components → components}/ReceiptsViewer/ReceiptViewer.d.ts +0 -0
  1050. /package/build/{src/components → components}/ReceiptsViewer/index.d.ts +0 -0
  1051. /package/build/{src/components → components}/ReceiptsViewer/style.d.ts +0 -0
  1052. /package/build/{src/components → components}/ReferenceTypeFilter/ReferenceTypeFilter.d.ts +0 -0
  1053. /package/build/{src/components → components}/ReferenceTypeFilter/index.d.ts +0 -0
  1054. /package/build/{src/components → components}/ResizableHeightInput/ResizableHeightInput.d.ts +0 -0
  1055. /package/build/{src/components → components}/ResizableHeightInput/index.d.ts +0 -0
  1056. /package/build/{src/components → components}/ResizableHeightInput/style.d.ts +0 -0
  1057. /package/build/{src/components → components}/RightLeftExpandingCenterChip/RightLeftExpandingCenterChip.d.ts +0 -0
  1058. /package/build/{src/components → components}/RightLeftExpandingCenterChip/index.d.ts +0 -0
  1059. /package/build/{src/components → components}/RightLeftExpandingCenterChip/type.d.ts +0 -0
  1060. /package/build/{src/components → components}/RightLeftExpandingCenterChip/useRightLeftExpandingCenterChip.d.ts +0 -0
  1061. /package/build/{src/components → components}/Routes/PrivateRoute.d.ts +0 -0
  1062. /package/build/{src/components → components}/Routes/PublicRoute.d.ts +0 -0
  1063. /package/build/{src/components → components}/Routes/index.d.ts +0 -0
  1064. /package/build/{src/components → components}/SalesChannelFilter/index.d.ts +0 -0
  1065. /package/build/{src/components → components}/SalesChannelFilter/style.d.ts +0 -0
  1066. /package/build/{src/components → components}/Sandbox/index.d.ts +0 -0
  1067. /package/build/{src/components → components}/Sandbox/style.d.ts +0 -0
  1068. /package/build/{src/components → components}/ScrollLoader/ScrollLoader.d.ts +0 -0
  1069. /package/build/{src/components → components}/ScrollLoader/index.d.ts +0 -0
  1070. /package/build/{src/components → components}/SearchButton/SearchButton.d.ts +0 -0
  1071. /package/build/{src/components → components}/SearchButton/index.d.ts +0 -0
  1072. /package/build/{src/components → components}/SearchListInput/SearchListInput.d.ts +0 -0
  1073. /package/build/{src/components → components}/SearchListInput/index.d.ts +0 -0
  1074. /package/build/{src/components → components}/SearchListInput/style.d.ts +0 -0
  1075. /package/build/{src/components → components}/SelectDropdown/SelectDropdown.d.ts +0 -0
  1076. /package/build/{src/components → components}/SelectDropdown/TrailingArrowIcon.d.ts +0 -0
  1077. /package/build/{src/components → components}/SelectDropdown/TrailingCloseIcon.d.ts +0 -0
  1078. /package/build/{src/components → components}/SelectDropdown/index.d.ts +0 -0
  1079. /package/build/{src/components → components}/SelectWithSearch/SearchIcon.d.ts +0 -0
  1080. /package/build/{src/components → components}/SelectWithSearch/SelectWithSearch.d.ts +0 -0
  1081. /package/build/{src/components → components}/SelectWithSearch/index.d.ts +0 -0
  1082. /package/build/{src/components → components}/SelectWithSearch/type.d.ts +0 -0
  1083. /package/build/{src/components → components}/SimpleDialog/SimpleDialog.d.ts +0 -0
  1084. /package/build/{src/components → components}/SimpleDialog/index.d.ts +0 -0
  1085. /package/build/{src/components → components}/SimpleDialog/style.d.ts +0 -0
  1086. /package/build/{src/components → components}/SimpleDialog/type.d.ts +0 -0
  1087. /package/build/{src/components → components}/Skeleton/Skeleton.d.ts +0 -0
  1088. /package/build/{src/components → components}/Skeleton/index.d.ts +0 -0
  1089. /package/build/{src/components → components}/SplashScreen/SplashScreen.d.ts +0 -0
  1090. /package/build/{src/components → components}/SplashScreen/index.d.ts +0 -0
  1091. /package/build/{src/components → components}/StatusBar/index.d.ts +0 -0
  1092. /package/build/{src/components → components}/StatusButton/ChevronIcon.d.ts +0 -0
  1093. /package/build/{src/components → components}/StatusButton/StatusButton.d.ts +0 -0
  1094. /package/build/{src/components → components}/StatusButton/constant.d.ts +0 -0
  1095. /package/build/{src/components → components}/StatusButton/index.d.ts +0 -0
  1096. /package/build/{src/components → components}/StatusChip/StatusChip.d.ts +0 -0
  1097. /package/build/{src/components → components}/StatusChip/index.d.ts +0 -0
  1098. /package/build/{src/components → components}/StatusChip/style.d.ts +0 -0
  1099. /package/build/{src/components → components}/StatusChip/type.d.ts +0 -0
  1100. /package/build/{src/components → components}/StatusChipWithCopy/index.d.ts +0 -0
  1101. /package/build/{src/components → components}/StatusFilter/index.d.ts +0 -0
  1102. /package/build/{src/components → components}/StatusGroupChips/StatusGroupChips.d.ts +0 -0
  1103. /package/build/{src/components → components}/StatusGroupChips/index.d.ts +0 -0
  1104. /package/build/{src/components → components}/StatusGroupChips/style.d.ts +0 -0
  1105. /package/build/{src/components → components}/StatusGroupChips/type.d.ts +0 -0
  1106. /package/build/{src/components → components}/StatusIcons/AgreementIcon/AgreementIcon.d.ts +0 -0
  1107. /package/build/{src/components → components}/StatusIcons/AgreementIcon/constant.d.ts +0 -0
  1108. /package/build/{src/components → components}/StatusIcons/AgreementIcon/index.d.ts +0 -0
  1109. /package/build/{src/components → components}/StatusIcons/AgreementIcon/style.d.ts +0 -0
  1110. /package/build/{src/components → components}/StatusIcons/AgreementIcon/type.d.ts +0 -0
  1111. /package/build/{src/components → components}/StatusIcons/AuthIcons/AuthIcons.d.ts +0 -0
  1112. /package/build/{src/components → components}/StatusIcons/AuthIcons/index.d.ts +0 -0
  1113. /package/build/{src/components → components}/StatusIcons/AuthIcons/utils.d.ts +0 -0
  1114. /package/build/{src/components → components}/StatusIcons/AuthorizationAutoIcons/CaptureAutoIcon.d.ts +0 -0
  1115. /package/build/{src/components → components}/StatusIcons/AuthorizationAutoIcons/VoidAutoIcon.d.ts +0 -0
  1116. /package/build/{src/components → components}/StatusIcons/AuthorizationAutoIcons/constant.d.ts +0 -0
  1117. /package/build/{src/components → components}/StatusIcons/AuthorizationAutoIcons/index.d.ts +0 -0
  1118. /package/build/{src/components → components}/StatusIcons/AuthorizationAutoIcons/utils.d.ts +0 -0
  1119. /package/build/{src/components → components}/StatusIcons/AuthorizedIcon/index.d.ts +0 -0
  1120. /package/build/{src/components → components}/StatusIcons/ChargeStatusIcon/index.d.ts +0 -0
  1121. /package/build/{src/components → components}/StatusIcons/CustomerInitiated/CustomerInitiatedIcon.d.ts +0 -0
  1122. /package/build/{src/components → components}/StatusIcons/CustomerInitiated/index.d.ts +0 -0
  1123. /package/build/{src/components → components}/StatusIcons/DestinationIcon/constant.d.ts +0 -0
  1124. /package/build/{src/components → components}/StatusIcons/DestinationIcon/index.d.ts +0 -0
  1125. /package/build/{src/components → components}/StatusIcons/DestinationIcon/style.d.ts +0 -0
  1126. /package/build/{src/components → components}/StatusIcons/DeviceIcon/index.d.ts +0 -0
  1127. /package/build/{src/components → components}/StatusIcons/DisputeIcon/DisputeIcon.d.ts +0 -0
  1128. /package/build/{src/components → components}/StatusIcons/DisputeIcon/index.d.ts +0 -0
  1129. /package/build/{src/components → components}/StatusIcons/GeographyIcon/GeographyIcon.d.ts +0 -0
  1130. /package/build/{src/components → components}/StatusIcons/GeographyIcon/index.d.ts +0 -0
  1131. /package/build/{src/components → components}/StatusIcons/IssuerIcon/IssuerIcon.d.ts +0 -0
  1132. /package/build/{src/components → components}/StatusIcons/IssuerIcon/index.d.ts +0 -0
  1133. /package/build/{src/components → components}/StatusIcons/PayoutIcon/index.d.ts +0 -0
  1134. /package/build/{src/components → components}/StatusIcons/RefundIcon/index.d.ts +0 -0
  1135. /package/build/{src/components → components}/StatusIcons/SourceIcons/SourceIcons.d.ts +0 -0
  1136. /package/build/{src/components → components}/StatusIcons/SourceIcons/components/SourceIcon.d.ts +0 -0
  1137. /package/build/{src/components → components}/StatusIcons/SourceIcons/components/index.d.ts +0 -0
  1138. /package/build/{src/components → components}/StatusIcons/SourceIcons/index.d.ts +0 -0
  1139. /package/build/{src/components → components}/StatusIcons/SourceIcons/utils.d.ts +0 -0
  1140. /package/build/{src/components → components}/StatusIcons/index.d.ts +0 -0
  1141. /package/build/{src/components → components}/StatusLabel/StatusLabel.d.ts +0 -0
  1142. /package/build/{src/components → components}/StatusLabel/index.d.ts +0 -0
  1143. /package/build/{src/components → components}/TableCells/CustomCells/ActionCell/ActionCell.d.ts +0 -0
  1144. /package/build/{src/components → components}/TableCells/CustomCells/ActionCell/components/ActionIconColumn.d.ts +0 -0
  1145. /package/build/{src/components → components}/TableCells/CustomCells/ActionCell/components/ActionIconsVariants.d.ts +0 -0
  1146. /package/build/{src/components → components}/TableCells/CustomCells/ActionCell/components/index.d.ts +0 -0
  1147. /package/build/{src/components → components}/TableCells/CustomCells/ActionCell/constant.d.ts +0 -0
  1148. /package/build/{src/components → components}/TableCells/CustomCells/ActionCell/index.d.ts +0 -0
  1149. /package/build/{src/components → components}/TableCells/CustomCells/ActionCell/type.d.ts +0 -0
  1150. /package/build/{src/components → components}/TableCells/CustomCells/AgreementCell/AgreementCell.d.ts +0 -0
  1151. /package/build/{src/components → components}/TableCells/CustomCells/AgreementCell/constant.d.ts +0 -0
  1152. /package/build/{src/components → components}/TableCells/CustomCells/AgreementCell/index.d.ts +0 -0
  1153. /package/build/{src/components → components}/TableCells/CustomCells/AgreementCell/type.d.ts +0 -0
  1154. /package/build/{src/components → components}/TableCells/CustomCells/AmountCell/AmountCell.d.ts +0 -0
  1155. /package/build/{src/components → components}/TableCells/CustomCells/AmountCell/AmountCellSheet.d.ts +0 -0
  1156. /package/build/{src/components → components}/TableCells/CustomCells/AmountCell/AmountCellText.d.ts +0 -0
  1157. /package/build/{src/components → components}/TableCells/CustomCells/AmountCell/components/AmountConversionTooltipLabel.d.ts +0 -0
  1158. /package/build/{src/components → components}/TableCells/CustomCells/AmountCell/components/index.d.ts +0 -0
  1159. /package/build/{src/components → components}/TableCells/CustomCells/AmountCell/index.d.ts +0 -0
  1160. /package/build/{src/components → components}/TableCells/CustomCells/ApplicationStatusCell/ApplicationStatusCell.d.ts +0 -0
  1161. /package/build/{src/components → components}/TableCells/CustomCells/ApplicationStatusCell/index.d.ts +0 -0
  1162. /package/build/{src/components → components}/TableCells/CustomCells/ApplicationStatusCell/type.d.ts +0 -0
  1163. /package/build/{src/components → components}/TableCells/CustomCells/AppsCell/AppsCell.d.ts +0 -0
  1164. /package/build/{src/components → components}/TableCells/CustomCells/AppsCell/index.d.ts +0 -0
  1165. /package/build/{src/components → components}/TableCells/CustomCells/AppsCell/type.d.ts +0 -0
  1166. /package/build/{src/components → components}/TableCells/CustomCells/AuthCell/AuthCell.d.ts +0 -0
  1167. /package/build/{src/components → components}/TableCells/CustomCells/AuthCell/index.d.ts +0 -0
  1168. /package/build/{src/components → components}/TableCells/CustomCells/AuthCell/style.d.ts +0 -0
  1169. /package/build/{src/components → components}/TableCells/CustomCells/AuthCell/type.d.ts +0 -0
  1170. /package/build/{src/components → components}/TableCells/CustomCells/AuthenticationCell/AuthenticationCell.d.ts +0 -0
  1171. /package/build/{src/components → components}/TableCells/CustomCells/AuthenticationCell/constant.d.ts +0 -0
  1172. /package/build/{src/components → components}/TableCells/CustomCells/AuthenticationCell/index.d.ts +0 -0
  1173. /package/build/{src/components → components}/TableCells/CustomCells/AuthenticationCell/type.d.ts +0 -0
  1174. /package/build/{src/components → components}/TableCells/CustomCells/AuthenticationStatusCell/AuthenticationStatusCell.d.ts +0 -0
  1175. /package/build/{src/components → components}/TableCells/CustomCells/AuthenticationStatusCell/constant.d.ts +0 -0
  1176. /package/build/{src/components → components}/TableCells/CustomCells/AuthenticationStatusCell/index.d.ts +0 -0
  1177. /package/build/{src/components → components}/TableCells/CustomCells/AuthenticationStatusCell/type.d.ts +0 -0
  1178. /package/build/{src/components → components}/TableCells/CustomCells/AuthenticationTypeCell/AuthenticationTypeCell.d.ts +0 -0
  1179. /package/build/{src/components → components}/TableCells/CustomCells/AuthenticationTypeCell/constant.d.ts +0 -0
  1180. /package/build/{src/components → components}/TableCells/CustomCells/AuthenticationTypeCell/index.d.ts +0 -0
  1181. /package/build/{src/components → components}/TableCells/CustomCells/AuthenticationTypeCell/type.d.ts +0 -0
  1182. /package/build/{src/components → components}/TableCells/CustomCells/AvatarCell/AvatarCell.d.ts +0 -0
  1183. /package/build/{src/components → components}/TableCells/CustomCells/AvatarCell/index.d.ts +0 -0
  1184. /package/build/{src/components → components}/TableCells/CustomCells/AvatarCell/type.d.ts +0 -0
  1185. /package/build/{src/components → components}/TableCells/CustomCells/BalanceCell/BalanceCell.d.ts +0 -0
  1186. /package/build/{src/components → components}/TableCells/CustomCells/BalanceCell/BalanceCellSheet.d.ts +0 -0
  1187. /package/build/{src/components → components}/TableCells/CustomCells/BalanceCell/index.d.ts +0 -0
  1188. /package/build/{src/components → components}/TableCells/CustomCells/BalanceCell/utils.d.ts +0 -0
  1189. /package/build/{src/components → components}/TableCells/CustomCells/BankCell/BankCell.d.ts +0 -0
  1190. /package/build/{src/components → components}/TableCells/CustomCells/BankCell/index.d.ts +0 -0
  1191. /package/build/{src/components → components}/TableCells/CustomCells/BankCell/style.d.ts +0 -0
  1192. /package/build/{src/components → components}/TableCells/CustomCells/BankCell/type.d.ts +0 -0
  1193. /package/build/{src/components → components}/TableCells/CustomCells/BankReferenceCell/BankReferenceCell.d.ts +0 -0
  1194. /package/build/{src/components → components}/TableCells/CustomCells/BankReferenceCell/index.d.ts +0 -0
  1195. /package/build/{src/components → components}/TableCells/CustomCells/BankReferenceCell/style.d.ts +0 -0
  1196. /package/build/{src/components → components}/TableCells/CustomCells/BrandCell/BrandCell.d.ts +0 -0
  1197. /package/build/{src/components → components}/TableCells/CustomCells/BrandCell/index.d.ts +0 -0
  1198. /package/build/{src/components → components}/TableCells/CustomCells/BrandCell/style.d.ts +0 -0
  1199. /package/build/{src/components → components}/TableCells/CustomCells/BrandCell/type.d.ts +0 -0
  1200. /package/build/{src/components → components}/TableCells/CustomCells/BrandsCell/BrandsCell.d.ts +0 -0
  1201. /package/build/{src/components → components}/TableCells/CustomCells/BrandsCell/constants.d.ts +0 -0
  1202. /package/build/{src/components → components}/TableCells/CustomCells/BrandsCell/index.d.ts +0 -0
  1203. /package/build/{src/components → components}/TableCells/CustomCells/BrandsCell/style.d.ts +0 -0
  1204. /package/build/{src/components → components}/TableCells/CustomCells/BrandsCell/type.d.ts +0 -0
  1205. /package/build/{src/components → components}/TableCells/CustomCells/BusinessStatusCell/BusinessStatusCell.d.ts +0 -0
  1206. /package/build/{src/components → components}/TableCells/CustomCells/BusinessStatusCell/index.d.ts +0 -0
  1207. /package/build/{src/components → components}/TableCells/CustomCells/BusinessStatusCell/type.d.ts +0 -0
  1208. /package/build/{src/components → components}/TableCells/CustomCells/ChannelsCell/ChannelsCell.d.ts +0 -0
  1209. /package/build/{src/components → components}/TableCells/CustomCells/ChannelsCell/constant.d.ts +0 -0
  1210. /package/build/{src/components → components}/TableCells/CustomCells/ChannelsCell/index.d.ts +0 -0
  1211. /package/build/{src/components → components}/TableCells/CustomCells/ChannelsCell/type.d.ts +0 -0
  1212. /package/build/{src/components → components}/TableCells/CustomCells/CheckoutStatusCell/CheckoutStatusCell.d.ts +0 -0
  1213. /package/build/{src/components → components}/TableCells/CustomCells/CheckoutStatusCell/constant.d.ts +0 -0
  1214. /package/build/{src/components → components}/TableCells/CustomCells/CheckoutStatusCell/index.d.ts +0 -0
  1215. /package/build/{src/components → components}/TableCells/CustomCells/CheckoutStatusCell/type.d.ts +0 -0
  1216. /package/build/{src/components → components}/TableCells/CustomCells/CurrencyCell/CurrencyCell.d.ts +0 -0
  1217. /package/build/{src/components → components}/TableCells/CustomCells/CurrencyCell/index.d.ts +0 -0
  1218. /package/build/{src/components → components}/TableCells/CustomCells/CurrencyCell/style.d.ts +0 -0
  1219. /package/build/{src/components → components}/TableCells/CustomCells/CustomerCell/CustomerCell.d.ts +0 -0
  1220. /package/build/{src/components → components}/TableCells/CustomCells/CustomerCell/CustomerCellSheet.d.ts +0 -0
  1221. /package/build/{src/components → components}/TableCells/CustomCells/CustomerCell/index.d.ts +0 -0
  1222. /package/build/{src/components → components}/TableCells/CustomCells/CustomerCell/type.d.ts +0 -0
  1223. /package/build/{src/components → components}/TableCells/CustomCells/DateCell/DateViewer.d.ts +0 -0
  1224. /package/build/{src/components → components}/TableCells/CustomCells/DateCell/index.d.ts +0 -0
  1225. /package/build/{src/components → components}/TableCells/CustomCells/DateCell/style.d.ts +0 -0
  1226. /package/build/{src/components → components}/TableCells/CustomCells/DestinationCell/DestinationCell.d.ts +0 -0
  1227. /package/build/{src/components → components}/TableCells/CustomCells/DestinationCell/DestinationCellSheet.d.ts +0 -0
  1228. /package/build/{src/components → components}/TableCells/CustomCells/DestinationCell/DestinationCellText.d.ts +0 -0
  1229. /package/build/{src/components → components}/TableCells/CustomCells/DestinationCell/index.d.ts +0 -0
  1230. /package/build/{src/components → components}/TableCells/CustomCells/DestinationCell/utils.d.ts +0 -0
  1231. /package/build/{src/components → components}/TableCells/CustomCells/DestinationStatusCell/DestinationStatusCell.d.ts +0 -0
  1232. /package/build/{src/components → components}/TableCells/CustomCells/DestinationStatusCell/index.d.ts +0 -0
  1233. /package/build/{src/components → components}/TableCells/CustomCells/DestinationStatusCell/type.d.ts +0 -0
  1234. /package/build/{src/components → components}/TableCells/CustomCells/DeviceCell/DeviceCell.d.ts +0 -0
  1235. /package/build/{src/components → components}/TableCells/CustomCells/DeviceCell/index.d.ts +0 -0
  1236. /package/build/{src/components → components}/TableCells/CustomCells/DeviceCell/style.d.ts +0 -0
  1237. /package/build/{src/components → components}/TableCells/CustomCells/DueDateCell/DueDateCell.d.ts +0 -0
  1238. /package/build/{src/components → components}/TableCells/CustomCells/DueDateCell/index.d.ts +0 -0
  1239. /package/build/{src/components → components}/TableCells/CustomCells/DueDateCell/type.d.ts +0 -0
  1240. /package/build/{src/components → components}/TableCells/CustomCells/DueDateCell/utils.d.ts +0 -0
  1241. /package/build/{src/components → components}/TableCells/CustomCells/EntityCell/EntityCell.d.ts +0 -0
  1242. /package/build/{src/components → components}/TableCells/CustomCells/EntityCell/constants.d.ts +0 -0
  1243. /package/build/{src/components → components}/TableCells/CustomCells/EntityCell/index.d.ts +0 -0
  1244. /package/build/{src/components → components}/TableCells/CustomCells/EntityCell/style.d.ts +0 -0
  1245. /package/build/{src/components → components}/TableCells/CustomCells/EntityCell/type.d.ts +0 -0
  1246. /package/build/{src/components → components}/TableCells/CustomCells/IDButton/IDButton.d.ts +0 -0
  1247. /package/build/{src/components → components}/TableCells/CustomCells/IDButton/index.d.ts +0 -0
  1248. /package/build/{src/components → components}/TableCells/CustomCells/IndividualsCell/IndividualsCell.d.ts +0 -0
  1249. /package/build/{src/components → components}/TableCells/CustomCells/IndividualsCell/constants.d.ts +0 -0
  1250. /package/build/{src/components → components}/TableCells/CustomCells/IndividualsCell/index.d.ts +0 -0
  1251. /package/build/{src/components → components}/TableCells/CustomCells/IndividualsCell/style.d.ts +0 -0
  1252. /package/build/{src/components → components}/TableCells/CustomCells/IndividualsCell/type.d.ts +0 -0
  1253. /package/build/{src/components → components}/TableCells/CustomCells/IntentsStatusCell/IntentsStatusCell.d.ts +0 -0
  1254. /package/build/{src/components → components}/TableCells/CustomCells/IntentsStatusCell/constant.d.ts +0 -0
  1255. /package/build/{src/components → components}/TableCells/CustomCells/IntentsStatusCell/index.d.ts +0 -0
  1256. /package/build/{src/components → components}/TableCells/CustomCells/IntentsStatusCell/type.d.ts +0 -0
  1257. /package/build/{src/components → components}/TableCells/CustomCells/InvoiceStatusCell/ChargeStatusIcon.d.ts +0 -0
  1258. /package/build/{src/components → components}/TableCells/CustomCells/InvoiceStatusCell/InvoiceStatusCell.d.ts +0 -0
  1259. /package/build/{src/components → components}/TableCells/CustomCells/InvoiceStatusCell/constant.d.ts +0 -0
  1260. /package/build/{src/components → components}/TableCells/CustomCells/InvoiceStatusCell/index.d.ts +0 -0
  1261. /package/build/{src/components → components}/TableCells/CustomCells/InvoiceStatusCell/type.d.ts +0 -0
  1262. /package/build/{src/components → components}/TableCells/CustomCells/InvoiceStatusCell/utils.d.ts +0 -0
  1263. /package/build/{src/components → components}/TableCells/CustomCells/LeadStatusCell/LeadStatusCell.d.ts +0 -0
  1264. /package/build/{src/components → components}/TableCells/CustomCells/LeadStatusCell/constant.d.ts +0 -0
  1265. /package/build/{src/components → components}/TableCells/CustomCells/LeadStatusCell/index.d.ts +0 -0
  1266. /package/build/{src/components → components}/TableCells/CustomCells/LeadStatusCell/style.d.ts +0 -0
  1267. /package/build/{src/components → components}/TableCells/CustomCells/LeadStatusCell/type.d.ts +0 -0
  1268. /package/build/{src/components → components}/TableCells/CustomCells/LinkCell/LinkCell.d.ts +0 -0
  1269. /package/build/{src/components → components}/TableCells/CustomCells/LinkCell/index.d.ts +0 -0
  1270. /package/build/{src/components → components}/TableCells/CustomCells/LinkCell/style.d.ts +0 -0
  1271. /package/build/{src/components → components}/TableCells/CustomCells/MarketPlaceCell/MarketPlaceCell.d.ts +0 -0
  1272. /package/build/{src/components → components}/TableCells/CustomCells/MarketPlaceCell/index.d.ts +0 -0
  1273. /package/build/{src/components → components}/TableCells/CustomCells/MarketPlaceCell/type.d.ts +0 -0
  1274. /package/build/{src/components → components}/TableCells/CustomCells/MetadataCell/MetadataCell.d.ts +0 -0
  1275. /package/build/{src/components → components}/TableCells/CustomCells/MetadataCell/index.d.ts +0 -0
  1276. /package/build/{src/components → components}/TableCells/CustomCells/OrderCell/OrderCell.d.ts +0 -0
  1277. /package/build/{src/components → components}/TableCells/CustomCells/OrderCell/OrderCellSheet.d.ts +0 -0
  1278. /package/build/{src/components → components}/TableCells/CustomCells/OrderCell/constant.d.ts +0 -0
  1279. /package/build/{src/components → components}/TableCells/CustomCells/OrderCell/index.d.ts +0 -0
  1280. /package/build/{src/components → components}/TableCells/CustomCells/OrdersCell/index.d.ts +0 -0
  1281. /package/build/{src/components → components}/TableCells/CustomCells/PaymentAgreementCell/PaymentAgreementCellSheet.d.ts +0 -0
  1282. /package/build/{src/components → components}/TableCells/CustomCells/PaymentAgreementCell/constant.d.ts +0 -0
  1283. /package/build/{src/components → components}/TableCells/CustomCells/PaymentAgreementCell/index.d.ts +0 -0
  1284. /package/build/{src/components → components}/TableCells/CustomCells/PaymentAgreementCell/type.d.ts +0 -0
  1285. /package/build/{src/components → components}/TableCells/CustomCells/PayoutDateCell/PayoutDateCell.d.ts +0 -0
  1286. /package/build/{src/components → components}/TableCells/CustomCells/PayoutDateCell/index.d.ts +0 -0
  1287. /package/build/{src/components → components}/TableCells/CustomCells/PayoutReportCell/PayoutReportCell.d.ts +0 -0
  1288. /package/build/{src/components → components}/TableCells/CustomCells/PayoutReportCell/index.d.ts +0 -0
  1289. /package/build/{src/components → components}/TableCells/CustomCells/PayoutStatusCell/PayoutStatusCell.d.ts +0 -0
  1290. /package/build/{src/components → components}/TableCells/CustomCells/PayoutStatusCell/constant.d.ts +0 -0
  1291. /package/build/{src/components → components}/TableCells/CustomCells/PayoutStatusCell/index.d.ts +0 -0
  1292. /package/build/{src/components → components}/TableCells/CustomCells/PayoutStatusCell/type.d.ts +0 -0
  1293. /package/build/{src/components → components}/TableCells/CustomCells/ProductsCell/ProductsCell.d.ts +0 -0
  1294. /package/build/{src/components → components}/TableCells/CustomCells/ProductsCell/index.d.ts +0 -0
  1295. /package/build/{src/components → components}/TableCells/CustomCells/ProductsCell/type.d.ts +0 -0
  1296. /package/build/{src/components → components}/TableCells/CustomCells/ProviderCell/ProviderCell.d.ts +0 -0
  1297. /package/build/{src/components → components}/TableCells/CustomCells/ProviderCell/constants.d.ts +0 -0
  1298. /package/build/{src/components → components}/TableCells/CustomCells/ProviderCell/index.d.ts +0 -0
  1299. /package/build/{src/components → components}/TableCells/CustomCells/ProviderCell/style.d.ts +0 -0
  1300. /package/build/{src/components → components}/TableCells/CustomCells/ProviderCell/type.d.ts +0 -0
  1301. /package/build/{src/components → components}/TableCells/CustomCells/PurposeCell/PurposeCell.d.ts +0 -0
  1302. /package/build/{src/components → components}/TableCells/CustomCells/PurposeCell/constants.d.ts +0 -0
  1303. /package/build/{src/components → components}/TableCells/CustomCells/PurposeCell/index.d.ts +0 -0
  1304. /package/build/{src/components → components}/TableCells/CustomCells/PurposeCell/style.d.ts +0 -0
  1305. /package/build/{src/components → components}/TableCells/CustomCells/PurposeCell/type.d.ts +0 -0
  1306. /package/build/{src/components → components}/TableCells/CustomCells/ReceiptCell/ReceiptCell.d.ts +0 -0
  1307. /package/build/{src/components → components}/TableCells/CustomCells/ReceiptCell/ReceiptCellSheet.d.ts +0 -0
  1308. /package/build/{src/components → components}/TableCells/CustomCells/ReceiptCell/ReceiptCellText.d.ts +0 -0
  1309. /package/build/{src/components → components}/TableCells/CustomCells/ReceiptCell/index.d.ts +0 -0
  1310. /package/build/{src/components → components}/TableCells/CustomCells/ReceiptCell/type.d.ts +0 -0
  1311. /package/build/{src/components → components}/TableCells/CustomCells/ReferenceCell/ReferenceCell.d.ts +0 -0
  1312. /package/build/{src/components → components}/TableCells/CustomCells/ReferenceCell/constant.d.ts +0 -0
  1313. /package/build/{src/components → components}/TableCells/CustomCells/ReferenceCell/index.d.ts +0 -0
  1314. /package/build/{src/components → components}/TableCells/CustomCells/ReferenceCell/type.d.ts +0 -0
  1315. /package/build/{src/components → components}/TableCells/CustomCells/RefundChargeCell/RefundChargeCell.d.ts +0 -0
  1316. /package/build/{src/components → components}/TableCells/CustomCells/RefundChargeCell/constant.d.ts +0 -0
  1317. /package/build/{src/components → components}/TableCells/CustomCells/RefundChargeCell/index.d.ts +0 -0
  1318. /package/build/{src/components → components}/TableCells/CustomCells/RefundChargeCell/type.d.ts +0 -0
  1319. /package/build/{src/components → components}/TableCells/CustomCells/RefundChargeCell/utils.d.ts +0 -0
  1320. /package/build/{src/components → components}/TableCells/CustomCells/RefundStatusCell/RefundStatusCell.d.ts +0 -0
  1321. /package/build/{src/components → components}/TableCells/CustomCells/RefundStatusCell/components/RefundStateIcon.d.ts +0 -0
  1322. /package/build/{src/components → components}/TableCells/CustomCells/RefundStatusCell/components/RefundStatus.d.ts +0 -0
  1323. /package/build/{src/components → components}/TableCells/CustomCells/RefundStatusCell/components/RefundStatusIcon.d.ts +0 -0
  1324. /package/build/{src/components → components}/TableCells/CustomCells/RefundStatusCell/components/index.d.ts +0 -0
  1325. /package/build/{src/components → components}/TableCells/CustomCells/RefundStatusCell/constant.d.ts +0 -0
  1326. /package/build/{src/components → components}/TableCells/CustomCells/RefundStatusCell/hooks/useRefundStyles.d.ts +0 -0
  1327. /package/build/{src/components → components}/TableCells/CustomCells/RefundStatusCell/index.d.ts +0 -0
  1328. /package/build/{src/components → components}/TableCells/CustomCells/SalesChannelCell/SalesChannelCell.d.ts +0 -0
  1329. /package/build/{src/components → components}/TableCells/CustomCells/SalesChannelCell/SalesChannelCellSheet.d.ts +0 -0
  1330. /package/build/{src/components → components}/TableCells/CustomCells/SalesChannelCell/index.d.ts +0 -0
  1331. /package/build/{src/components → components}/TableCells/CustomCells/SegmentsCell/SegmentsCell.d.ts +0 -0
  1332. /package/build/{src/components → components}/TableCells/CustomCells/SegmentsCell/constant.d.ts +0 -0
  1333. /package/build/{src/components → components}/TableCells/CustomCells/SegmentsCell/index.d.ts +0 -0
  1334. /package/build/{src/components → components}/TableCells/CustomCells/SegmentsCell/type.d.ts +0 -0
  1335. /package/build/{src/components → components}/TableCells/CustomCells/SegmentsCell/utils.d.ts +0 -0
  1336. /package/build/{src/components → components}/TableCells/CustomCells/SourceCell/SourceCell.d.ts +0 -0
  1337. /package/build/{src/components → components}/TableCells/CustomCells/SourceCell/components/AuthenticationMode/index.d.ts +0 -0
  1338. /package/build/{src/components → components}/TableCells/CustomCells/SourceCell/components/PaymentCardNumberSource/PaymentCardNumberSource.d.ts +0 -0
  1339. /package/build/{src/components → components}/TableCells/CustomCells/SourceCell/components/PaymentCardNumberSource/index.d.ts +0 -0
  1340. /package/build/{src/components → components}/TableCells/CustomCells/SourceCell/components/PaymentCardNumberSource/style.d.ts +0 -0
  1341. /package/build/{src/components → components}/TableCells/CustomCells/SourceCell/components/PaymentMethodSource/PaymentMethodSource.d.ts +0 -0
  1342. /package/build/{src/components → components}/TableCells/CustomCells/SourceCell/components/PaymentMethodSource/index.d.ts +0 -0
  1343. /package/build/{src/components → components}/TableCells/CustomCells/SourceCell/components/PaymentSchemeSource/PaymentSchemeSource.d.ts +0 -0
  1344. /package/build/{src/components → components}/TableCells/CustomCells/SourceCell/components/PaymentSchemeSource/index.d.ts +0 -0
  1345. /package/build/{src/components → components}/TableCells/CustomCells/SourceCell/components/PaymentTypeSource/PaymentTypeSource.d.ts +0 -0
  1346. /package/build/{src/components → components}/TableCells/CustomCells/SourceCell/components/PaymentTypeSource/index.d.ts +0 -0
  1347. /package/build/{src/components → components}/TableCells/CustomCells/SourceCell/components/index.d.ts +0 -0
  1348. /package/build/{src/components → components}/TableCells/CustomCells/SourceCell/constant.d.ts +0 -0
  1349. /package/build/{src/components → components}/TableCells/CustomCells/SourceCell/index.d.ts +0 -0
  1350. /package/build/{src/components → components}/TableCells/CustomCells/SourceCell/style.d.ts +0 -0
  1351. /package/build/{src/components → components}/TableCells/CustomCells/SourceCell/type.d.ts +0 -0
  1352. /package/build/{src/components → components}/TableCells/CustomCells/StatusCell/StatusCell.d.ts +0 -0
  1353. /package/build/{src/components → components}/TableCells/CustomCells/StatusCell/StatusCellSheet.d.ts +0 -0
  1354. /package/build/{src/components → components}/TableCells/CustomCells/StatusCell/StatusCellText.d.ts +0 -0
  1355. /package/build/{src/components → components}/TableCells/CustomCells/StatusCell/index.d.ts +0 -0
  1356. /package/build/{src/components → components}/TableCells/CustomCells/StatusCell/type.d.ts +0 -0
  1357. /package/build/{src/components → components}/TableCells/CustomCells/StatusCell/useStatusCell.d.ts +0 -0
  1358. /package/build/{src/components → components}/TableCells/CustomCells/StatusCell/utils.d.ts +0 -0
  1359. /package/build/{src/components → components}/TableCells/CustomCells/TextTableCell/TextTableCell.d.ts +0 -0
  1360. /package/build/{src/components → components}/TableCells/CustomCells/TextTableCell/index.d.ts +0 -0
  1361. /package/build/{src/components → components}/TableCells/CustomCells/TextTableCell/type.d.ts +0 -0
  1362. /package/build/{src/components → components}/TableCells/CustomCells/TextWithBadgeCell/TextWithBadgeCell.d.ts +0 -0
  1363. /package/build/{src/components → components}/TableCells/CustomCells/TextWithBadgeCell/index.d.ts +0 -0
  1364. /package/build/{src/components → components}/TableCells/CustomCells/TextWithBadgeCell/type.d.ts +0 -0
  1365. /package/build/{src/components → components}/TableCells/CustomCells/TextWithChipCell/index.d.ts +0 -0
  1366. /package/build/{src/components → components}/TableCells/CustomCells/TokenStatusCell/TokenStatusCell.d.ts +0 -0
  1367. /package/build/{src/components → components}/TableCells/CustomCells/TokenStatusCell/constant.d.ts +0 -0
  1368. /package/build/{src/components → components}/TableCells/CustomCells/TokenStatusCell/index.d.ts +0 -0
  1369. /package/build/{src/components → components}/TableCells/CustomCells/TokenStatusCell/type.d.ts +0 -0
  1370. /package/build/{src/components → components}/TableCells/CustomCells/WalletCell/WalletCell.d.ts +0 -0
  1371. /package/build/{src/components → components}/TableCells/CustomCells/WalletCell/index.d.ts +0 -0
  1372. /package/build/{src/components → components}/TableCells/CustomCells/WalletCell/style.d.ts +0 -0
  1373. /package/build/{src/components → components}/TableCells/CustomCells/WalletCell/type.d.ts +0 -0
  1374. /package/build/{src/components → components}/TableCells/CustomCells/index.d.ts +0 -0
  1375. /package/build/{src/components → components}/TableCells/TableCell.d.ts +0 -0
  1376. /package/build/{src/components → components}/TableCells/index.d.ts +0 -0
  1377. /package/build/{src/components → components}/TableCells/style.d.ts +0 -0
  1378. /package/build/{src/components → components}/TableCells/type.d.ts +0 -0
  1379. /package/build/{src/components → components}/TableHeader/FiltersRow.d.ts +0 -0
  1380. /package/build/{src/components → components}/TableHeader/FiltersRowWrapper.d.ts +0 -0
  1381. /package/build/{src/components → components}/TableHeader/TableHeaderWrapper.d.ts +0 -0
  1382. /package/build/{src/components → components}/TableHeader/TableView/CreateViewDialog.d.ts +0 -0
  1383. /package/build/{src/components → components}/TableHeader/TableView/CustomViews.d.ts +0 -0
  1384. /package/build/{src/components → components}/TableHeader/TableView/DefaultViews.d.ts +0 -0
  1385. /package/build/{src/components → components}/TableHeader/TableView/TableView.d.ts +0 -0
  1386. /package/build/{src/components → components}/TableHeader/TableView/ViewsDropdown.d.ts +0 -0
  1387. /package/build/{src/components → components}/TableHeader/TableView/ViewsMenu.d.ts +0 -0
  1388. /package/build/{src/components → components}/TableHeader/TableView/components/ColumnList.d.ts +0 -0
  1389. /package/build/{src/components → components}/TableHeader/TableView/components/ViewsSubmenu.d.ts +0 -0
  1390. /package/build/{src/components → components}/TableHeader/TableView/components/index.d.ts +0 -0
  1391. /package/build/{src/components → components}/TableHeader/TableView/constants.d.ts +0 -0
  1392. /package/build/{src/components → components}/TableHeader/TableView/hooks/index.d.ts +0 -0
  1393. /package/build/{src/components → components}/TableHeader/TableView/hooks/useDialogPosition.d.ts +0 -0
  1394. /package/build/{src/components → components}/TableHeader/TableView/hooks/useNestedSubmenu.d.ts +0 -0
  1395. /package/build/{src/components → components}/TableHeader/TableView/hooks/useSubMenu.d.ts +0 -0
  1396. /package/build/{src/components → components}/TableHeader/TableView/hooks/useSubmenuHover.d.ts +0 -0
  1397. /package/build/{src/components → components}/TableHeader/TableView/index.d.ts +0 -0
  1398. /package/build/{src/components → components}/TableHeader/TableView/utils/index.d.ts +0 -0
  1399. /package/build/{src/components → components}/TableHeader/TableView/utils/templateState.d.ts +0 -0
  1400. /package/build/{src/components → components}/TableHeader/data.d.ts +0 -0
  1401. /package/build/{src/components → components}/TableHeader/index.d.ts +0 -0
  1402. /package/build/{src/components → components}/TableReports/DownloadIconButton.d.ts +0 -0
  1403. /package/build/{src/components → components}/TableReports/Downloads.d.ts +0 -0
  1404. /package/build/{src/components → components}/TableReports/RecordLoading.d.ts +0 -0
  1405. /package/build/{src/components → components}/TableReports/TableReports.d.ts +0 -0
  1406. /package/build/{src/components → components}/TableReports/components/DownloadButton/DownloadButton.d.ts +0 -0
  1407. /package/build/{src/components → components}/TableReports/components/DownloadButton/index.d.ts +0 -0
  1408. /package/build/{src/components → components}/TableReports/hooks/index.d.ts +0 -0
  1409. /package/build/{src/components → components}/TableReports/hooks/useDownloadReport.d.ts +0 -0
  1410. /package/build/{src/components → components}/TableReports/index.d.ts +0 -0
  1411. /package/build/{src/components → components}/TableReports/type.d.ts +0 -0
  1412. /package/build/{src/components → components}/TableReports/utils.d.ts +0 -0
  1413. /package/build/{src/components → components}/TableView/CustomViews.d.ts +0 -0
  1414. /package/build/{src/components → components}/TableView/DefaultViews.d.ts +0 -0
  1415. /package/build/{src/components → components}/TableView/TableView.d.ts +0 -0
  1416. /package/build/{src/components → components}/TableView/data.d.ts +0 -0
  1417. /package/build/{src/components → components}/TableView/index.d.ts +0 -0
  1418. /package/build/{src/components → components}/TableView/style.d.ts +0 -0
  1419. /package/build/{src/components → components}/TapLogo/TapLogo.d.ts +0 -0
  1420. /package/build/{src/components → components}/TapLogo/index.d.ts +0 -0
  1421. /package/build/{src/components → components}/Text/Text.d.ts +0 -0
  1422. /package/build/{src/components → components}/Text/index.d.ts +0 -0
  1423. /package/build/{src/components → components}/Timepicker/Timepicker.d.ts +0 -0
  1424. /package/build/{src/components → components}/Timepicker/constant.d.ts +0 -0
  1425. /package/build/{src/components → components}/Timepicker/index.d.ts +0 -0
  1426. /package/build/{src/components → components}/Timepicker/utils.d.ts +0 -0
  1427. /package/build/{src/components → components}/Toaster/Toaster.d.ts +0 -0
  1428. /package/build/{src/components → components}/Toaster/index.d.ts +0 -0
  1429. /package/build/{src/components → components}/Toaster/style.d.ts +0 -0
  1430. /package/build/{src/components → components}/ToggleButtons/ToggleButtons.d.ts +0 -0
  1431. /package/build/{src/components → components}/ToggleButtons/index.d.ts +0 -0
  1432. /package/build/{src/components → components}/ToggleButtons/style.d.ts +0 -0
  1433. /package/build/{src/components → components}/ToggleButtons/type.d.ts +0 -0
  1434. /package/build/{src/components → components}/ToggleView/ToggleView.d.ts +0 -0
  1435. /package/build/{src/components → components}/ToggleView/ToggleWrapper.d.ts +0 -0
  1436. /package/build/{src/components → components}/ToggleView/index.d.ts +0 -0
  1437. /package/build/{src/components → components}/ToggleView/style.d.ts +0 -0
  1438. /package/build/{src/components → components}/ToggleView/types.d.ts +0 -0
  1439. /package/build/{src/components → components}/Toolbar/Toolbar.d.ts +0 -0
  1440. /package/build/{src/components → components}/Toolbar/index.d.ts +0 -0
  1441. /package/build/{src/components → components}/Toolbar/style.d.ts +0 -0
  1442. /package/build/{src/components → components}/Toolbar/type.d.ts +0 -0
  1443. /package/build/{src/components → components}/ToolbarIcon/CloseIcon/CloseIcon.d.ts +0 -0
  1444. /package/build/{src/components → components}/ToolbarIcon/CloseIcon/index.d.ts +0 -0
  1445. /package/build/{src/components → components}/ToolbarIcon/CloseIcon/style.d.ts +0 -0
  1446. /package/build/{src/components → components}/ToolbarIcon/ExpandButton/ExpandButton.d.ts +0 -0
  1447. /package/build/{src/components → components}/ToolbarIcon/ExpandButton/index.d.ts +0 -0
  1448. /package/build/{src/components → components}/ToolbarIcon/MaximizeIcon/MaximizeIcon.d.ts +0 -0
  1449. /package/build/{src/components → components}/ToolbarIcon/MaximizeIcon/index.d.ts +0 -0
  1450. /package/build/{src/components → components}/ToolbarIcon/MaximizeIcon/style.d.ts +0 -0
  1451. /package/build/{src/components → components}/ToolbarIcon/MinimizeIcon/MinimizeIcon.d.ts +0 -0
  1452. /package/build/{src/components → components}/ToolbarIcon/MinimizeIcon/index.d.ts +0 -0
  1453. /package/build/{src/components → components}/ToolbarIcon/MinimizeIcon/style.d.ts +0 -0
  1454. /package/build/{src/components → components}/ToolbarIcon/index.d.ts +0 -0
  1455. /package/build/{src/components → components}/ToolbarIcon/style.d.ts +0 -0
  1456. /package/build/{src/components → components}/Tooltip/Tooltip.d.ts +0 -0
  1457. /package/build/{src/components → components}/Tooltip/index.d.ts +0 -0
  1458. /package/build/{src/components → components}/Tooltip/styles.d.ts +0 -0
  1459. /package/build/{src/components → components}/TooltipChip/TooltipChip.d.ts +0 -0
  1460. /package/build/{src/components → components}/TooltipChip/index.d.ts +0 -0
  1461. /package/build/{src/components → components}/TooltipChip/style.d.ts +0 -0
  1462. /package/build/{src/components → components}/TreeDropdown/TreeDropdown.d.ts +0 -0
  1463. /package/build/{src/components → components}/TreeDropdown/TreeNodeItem/SelectionControl.d.ts +0 -0
  1464. /package/build/{src/components → components}/TreeDropdown/TreeNodeItem/TreeNodeItem.d.ts +0 -0
  1465. /package/build/{src/components → components}/TreeDropdown/TreeNodeItem/index.d.ts +0 -0
  1466. /package/build/{src/components → components}/TreeDropdown/TreeNodeList/List.d.ts +0 -0
  1467. /package/build/{src/components → components}/TreeDropdown/TreeNodeList/TreeNodeList.d.ts +0 -0
  1468. /package/build/{src/components → components}/TreeDropdown/TreeNodeList/index.d.ts +0 -0
  1469. /package/build/{src/components → components}/TreeDropdown/TreeNodeList/style.d.ts +0 -0
  1470. /package/build/{src/components → components}/TreeDropdown/context/TreeDropdownProvider.d.ts +0 -0
  1471. /package/build/{src/components → components}/TreeDropdown/hooks/useSearch.d.ts +0 -0
  1472. /package/build/{src/components → components}/TreeDropdown/hooks/useTreeDropdown.d.ts +0 -0
  1473. /package/build/{src/components → components}/TreeDropdown/index.d.ts +0 -0
  1474. /package/build/{src/components → components}/TreeDropdown/style.d.ts +0 -0
  1475. /package/build/{src/components → components}/TreeDropdown/utils.d.ts +0 -0
  1476. /package/build/{src/components → components}/VAT/TotalVAT/index.d.ts +0 -0
  1477. /package/build/{src/components → components}/VAT/TotalVAT/style.d.ts +0 -0
  1478. /package/build/{src/components → components}/VAT/VATDropdown/index.d.ts +0 -0
  1479. /package/build/{src/components → components}/VAT/VATDropdown/style.d.ts +0 -0
  1480. /package/build/{src/components → components}/VAT/VATRateDropdown/index.d.ts +0 -0
  1481. /package/build/{src/components → components}/VAT/VATRateDropdown/style.d.ts +0 -0
  1482. /package/build/{src/components → components}/VAT/index.d.ts +0 -0
  1483. /package/build/{src/components → components}/VerificationIcon/VerificationIcon.d.ts +0 -0
  1484. /package/build/{src/components → components}/VerificationIcon/VerificationIconWithBg.d.ts +0 -0
  1485. /package/build/{src/components → components}/VerificationIcon/constant.d.ts +0 -0
  1486. /package/build/{src/components → components}/VerificationIcon/index.d.ts +0 -0
  1487. /package/build/{src/components → components}/VerificationIcon/type.d.ts +0 -0
  1488. /package/build/{src/components → components}/ViewColumnRadioFilter/ViewColumnRadioFilter.d.ts +0 -0
  1489. /package/build/{src/components → components}/ViewColumnRadioFilter/index.d.ts +0 -0
  1490. /package/build/{src/components → components}/ViewColumnRadioFilter/style.d.ts +0 -0
  1491. /package/build/{src/components → components}/ViewColumnRadioFilter/type.d.ts +0 -0
  1492. /package/build/{src/components → components}/VirtualTables/SheetViewVirtualTable/SheetViewVirtualTable.d.ts +0 -0
  1493. /package/build/{src/components → components}/VirtualTables/SheetViewVirtualTable/components/LoadingMainTable.d.ts +0 -0
  1494. /package/build/{src/components → components}/VirtualTables/SheetViewVirtualTable/components/MainTable.d.ts +0 -0
  1495. /package/build/{src/components → components}/VirtualTables/SheetViewVirtualTable/components/NoDataView.d.ts +0 -0
  1496. /package/build/{src/components → components}/VirtualTables/SheetViewVirtualTable/components/PinnedColumn.d.ts +0 -0
  1497. /package/build/{src/components → components}/VirtualTables/SheetViewVirtualTable/components/SheetViewTableHeader.d.ts +0 -0
  1498. /package/build/{src/components → components}/VirtualTables/SheetViewVirtualTable/components/index.d.ts +0 -0
  1499. /package/build/{src/components → components}/VirtualTables/SheetViewVirtualTable/features/resize/components/ColumnResize.d.ts +0 -0
  1500. /package/build/{src/components → components}/VirtualTables/SheetViewVirtualTable/features/resize/components/ResizeOverlay.d.ts +0 -0
  1501. /package/build/{src/components → components}/VirtualTables/SheetViewVirtualTable/features/resize/components/index.d.ts +0 -0
  1502. /package/build/{src/components → components}/VirtualTables/SheetViewVirtualTable/features/resize/constants.d.ts +0 -0
  1503. /package/build/{src/components → components}/VirtualTables/SheetViewVirtualTable/features/resize/hooks/index.d.ts +0 -0
  1504. /package/build/{src/components → components}/VirtualTables/SheetViewVirtualTable/features/resize/hooks/useColumnResize.d.ts +0 -0
  1505. /package/build/{src/components → components}/VirtualTables/SheetViewVirtualTable/features/resize/index.d.ts +0 -0
  1506. /package/build/{src/components → components}/VirtualTables/SheetViewVirtualTable/features/resize/styles.d.ts +0 -0
  1507. /package/build/{src/components → components}/VirtualTables/SheetViewVirtualTable/features/resize/utils/index.d.ts +0 -0
  1508. /package/build/{src/components → components}/VirtualTables/SheetViewVirtualTable/hooks/index.d.ts +0 -0
  1509. /package/build/{src/components → components}/VirtualTables/SheetViewVirtualTable/hooks/useSynchronizedScroll.d.ts +0 -0
  1510. /package/build/{src/components → components}/VirtualTables/SheetViewVirtualTable/hooks/useTableData.d.ts +0 -0
  1511. /package/build/{src/components → components}/VirtualTables/SheetViewVirtualTable/hooks/useTableDimensions.d.ts +0 -0
  1512. /package/build/{src/components → components}/VirtualTables/SheetViewVirtualTable/hooks/useTableState.d.ts +0 -0
  1513. /package/build/{src/components → components}/VirtualTables/SheetViewVirtualTable/index.d.ts +0 -0
  1514. /package/build/{src/components → components}/VirtualTables/components/ColumnFilter/ColumnFilter.d.ts +0 -0
  1515. /package/build/{src/components → components}/VirtualTables/components/ColumnFilter/Inputs/index.d.ts +0 -0
  1516. /package/build/{src/components → components}/VirtualTables/components/ColumnFilter/List/index.d.ts +0 -0
  1517. /package/build/{src/components → components}/VirtualTables/components/ColumnFilter/index.d.ts +0 -0
  1518. /package/build/{src/components → components}/VirtualTables/components/ColumnSort/index.d.ts +0 -0
  1519. /package/build/{src/components → components}/VirtualTables/components/ColumnSort/style.d.ts +0 -0
  1520. /package/build/{src/components → components}/VirtualTables/components/EmptyList/EmptyList.d.ts +0 -0
  1521. /package/build/{src/components → components}/VirtualTables/components/EmptyList/index.d.ts +0 -0
  1522. /package/build/{src/components → components}/VirtualTables/components/EmptyList/styles.d.ts +0 -0
  1523. /package/build/{src/components → components}/VirtualTables/components/ErrorList/ErrorList.d.ts +0 -0
  1524. /package/build/{src/components → components}/VirtualTables/components/ErrorList/index.d.ts +0 -0
  1525. /package/build/{src/components → components}/VirtualTables/components/RowErrorState.d.ts +0 -0
  1526. /package/build/{src/components → components}/VirtualTables/components/TableError.d.ts +0 -0
  1527. /package/build/{src/components → components}/VirtualTables/components/TableFooter/index.d.ts +0 -0
  1528. /package/build/{src/components → components}/VirtualTables/components/TableHeader/TableHeader.d.ts +0 -0
  1529. /package/build/{src/components → components}/VirtualTables/components/TableHeader/components/TableCell/index.d.ts +0 -0
  1530. /package/build/{src/components → components}/VirtualTables/components/TableHeader/components/index.d.ts +0 -0
  1531. /package/build/{src/components → components}/VirtualTables/components/TableHeader/constant.d.ts +0 -0
  1532. /package/build/{src/components → components}/VirtualTables/components/TableHeader/index.d.ts +0 -0
  1533. /package/build/{src/components → components}/VirtualTables/components/TableLastItem.d.ts +0 -0
  1534. /package/build/{src/components → components}/VirtualTables/components/TableLoadingWithCard.d.ts +0 -0
  1535. /package/build/{src/components → components}/VirtualTables/components/TableRowLoadingWithCard.d.ts +0 -0
  1536. /package/build/{src/components → components}/VirtualTables/components/TableRowWithCard.d.ts +0 -0
  1537. /package/build/{src/components → components}/VirtualTables/components/index.d.ts +0 -0
  1538. /package/build/{src/components → components}/VirtualTables/components/virtualScroll/ListItemWrapperWithCard.d.ts +0 -0
  1539. /package/build/{src/components → components}/VirtualTables/components/virtualScroll/VirtualScrollInner.d.ts +0 -0
  1540. /package/build/{src/components → components}/VirtualTables/components/virtualScroll/VirtualScrollList.d.ts +0 -0
  1541. /package/build/{src/components → components}/VirtualTables/components/virtualScroll/VirtualScrollOuter.d.ts +0 -0
  1542. /package/build/{src/components → components}/VirtualTables/components/virtualScroll/index.d.ts +0 -0
  1543. /package/build/{src/components → components}/VirtualTables/context/Provider.d.ts +0 -0
  1544. /package/build/{src/components → components}/VirtualTables/context/context.d.ts +0 -0
  1545. /package/build/{src/components → components}/VirtualTables/context/index.d.ts +0 -0
  1546. /package/build/{src/components → components}/VirtualTables/hooks/index.d.ts +0 -0
  1547. /package/build/{src/components → components}/VirtualTables/hooks/useScrollBackShadow.d.ts +0 -0
  1548. /package/build/{src/components → components}/VirtualTables/index.d.ts +0 -0
  1549. /package/build/{src/components → components}/Widget/List.d.ts +0 -0
  1550. /package/build/{src/components → components}/Widget/ListItem.d.ts +0 -0
  1551. /package/build/{src/components → components}/Widget/Widget.d.ts +0 -0
  1552. /package/build/{src/components → components}/Widget/WidgetHeader.d.ts +0 -0
  1553. /package/build/{src/components → components}/Widget/index.d.ts +0 -0
  1554. /package/build/{src/components → components}/Widget/useScrollWithShadow.d.ts +0 -0
  1555. /package/build/{src/components → components}/Window/Window.d.ts +0 -0
  1556. /package/build/{src/components → components}/Window/index.d.ts +0 -0
  1557. /package/build/{src/components → components}/WindowAppIcon/WindowAppIcon.d.ts +0 -0
  1558. /package/build/{src/components → components}/WindowAppIcon/index.d.ts +0 -0
  1559. /package/build/{src/components → components}/WindowBackdrop/WindowBackdrop.d.ts +0 -0
  1560. /package/build/{src/components → components}/WindowBackdrop/index.d.ts +0 -0
  1561. /package/build/{src/components → components}/WindowSideBar/WindowSideBar.d.ts +0 -0
  1562. /package/build/{src/components → components}/WindowSideBar/constant.d.ts +0 -0
  1563. /package/build/{src/components → components}/WindowSideBar/index.d.ts +0 -0
  1564. /package/build/{src/components → components}/WindowSideBar/style.d.ts +0 -0
  1565. /package/build/{src/components → components}/WindowSideBar/type.d.ts +0 -0
  1566. /package/build/{src/components → components}/index.d.ts +0 -0
  1567. /package/build/{src/constants → constants}/api.d.ts +0 -0
  1568. /package/build/{src/constants → constants}/apps.d.ts +0 -0
  1569. /package/build/{src/constants → constants}/assets.d.ts +0 -0
  1570. /package/build/{src/constants → constants}/authentication.d.ts +0 -0
  1571. /package/build/{src/constants → constants}/charge.d.ts +0 -0
  1572. /package/build/{src/constants → constants}/chips/index.d.ts +0 -0
  1573. /package/build/{src/constants → constants}/chips/statusChips.d.ts +0 -0
  1574. /package/build/{src/constants → constants}/country.d.ts +0 -0
  1575. /package/build/{src/constants → constants}/currency.d.ts +0 -0
  1576. /package/build/{src/constants → constants}/document.d.ts +0 -0
  1577. /package/build/{src/constants → constants}/index.d.ts +0 -0
  1578. /package/build/{src/constants → constants}/payment.d.ts +0 -0
  1579. /package/build/{src/constants → constants}/rate.d.ts +0 -0
  1580. /package/build/{src/constants → constants}/reports.d.ts +0 -0
  1581. /package/build/{src/constants → constants}/server.d.ts +0 -0
  1582. /package/build/{src/constants → constants}/servicesTags.d.ts +0 -0
  1583. /package/build/{src/constants → constants}/style.d.ts +0 -0
  1584. /package/build/{src/constants → constants}/svgIcons.d.ts +0 -0
  1585. /package/build/{src/constants → constants}/table/cell/authenticationsTableCellWidth.d.ts +0 -0
  1586. /package/build/{src/constants → constants}/table/cell/authorizationTableCellWidth.d.ts +0 -0
  1587. /package/build/{src/constants → constants}/table/cell/chargeTableCellWidth.d.ts +0 -0
  1588. /package/build/{src/constants → constants}/table/cell/destinationsTableCellWidth.d.ts +0 -0
  1589. /package/build/{src/constants → constants}/table/cell/index.d.ts +0 -0
  1590. /package/build/{src/constants → constants}/table/cell/intentsTableCellWidth.d.ts +0 -0
  1591. /package/build/{src/constants → constants}/table/cell/invoicesTableCellWidth.d.ts +0 -0
  1592. /package/build/{src/constants → constants}/table/cell/leadsTableCellWidth.d.ts +0 -0
  1593. /package/build/{src/constants → constants}/table/cell/merchantsTableCellWidth.d.ts +0 -0
  1594. /package/build/{src/constants → constants}/table/cell/ordersTableCellWidth.d.ts +0 -0
  1595. /package/build/{src/constants → constants}/table/cell/payoutsTableCellWidth.d.ts +0 -0
  1596. /package/build/{src/constants → constants}/table/cell/protectAuthorizationsTableCellWidth.d.ts +0 -0
  1597. /package/build/{src/constants → constants}/table/cell/protectChargesTableCellWidth.d.ts +0 -0
  1598. /package/build/{src/constants → constants}/table/cell/refundTableCellWidth.d.ts +0 -0
  1599. /package/build/{src/constants → constants}/table/cell/terminalsTableCellWidth.d.ts +0 -0
  1600. /package/build/{src/constants → constants}/table/cell/tokensTableCellWidth.d.ts +0 -0
  1601. /package/build/{src/constants → constants}/table/cell/topupsTableCellWidth.d.ts +0 -0
  1602. /package/build/{src/constants → constants}/table/cell/walletDetailsTableCellWidth.d.ts +0 -0
  1603. /package/build/{src/constants → constants}/table/cell/walletStatementTableCellWidth.d.ts +0 -0
  1604. /package/build/{src/constants → constants}/table/cell/walletTableCellWidth.d.ts +0 -0
  1605. /package/build/{src/constants → constants}/table.d.ts +0 -0
  1606. /package/build/{src/constants → constants}/toggleOptions.d.ts +0 -0
  1607. /package/build/{src/demo → demo}/Accordion/AccordionDemo.d.ts +0 -0
  1608. /package/build/{src/demo → demo}/Accordion/index.d.ts +0 -0
  1609. /package/build/{src/demo → demo}/Forms/MultiSelectExample.d.ts +0 -0
  1610. /package/build/{src/demo → demo}/Forms/RadioGroupExample.d.ts +0 -0
  1611. /package/build/{src/demo → demo}/Forms/index.d.ts +0 -0
  1612. /package/build/{src/demo → demo}/JSONViewer/JSONViewerDemo.d.ts +0 -0
  1613. /package/build/{src/demo → demo}/JSONViewer/index.d.ts +0 -0
  1614. /package/build/{src/demo → demo}/JSONViewer/mockData.d.ts +0 -0
  1615. /package/build/{src/demo → demo}/Table/SheetViewDemo.d.ts +0 -0
  1616. /package/build/{src/demo → demo}/Table/TableViewDemo.d.ts +0 -0
  1617. /package/build/{src/demo → demo}/Table/VTDemo.d.ts +0 -0
  1618. /package/build/{src/demo → demo}/Table/VirtualTableDemo.d.ts +0 -0
  1619. /package/build/{src/demo → demo}/Table/index.d.ts +0 -0
  1620. /package/build/{src/demo → demo}/TapOSIconsGallery/TapOSIconsGallery.d.ts +0 -0
  1621. /package/build/{src/demo → demo}/TapOSIconsGallery/constant.d.ts +0 -0
  1622. /package/build/{src/demo → demo}/TapOSIconsGallery/index.d.ts +0 -0
  1623. /package/build/{src/demo → demo}/TapOSIconsGallery/style.d.ts +0 -0
  1624. /package/build/{src/demo → demo}/TreeDropdownMenu/TreeDropdownMenu.d.ts +0 -0
  1625. /package/build/{src/demo → demo}/TreeDropdownMenu/index.d.ts +0 -0
  1626. /package/build/{src/demo → demo}/TreeDropdownMenu/type.d.ts +0 -0
  1627. /package/build/{src/hooks → hooks}/index.d.ts +0 -0
  1628. /package/build/{src/hooks → hooks}/useActionMenu.d.ts +0 -0
  1629. /package/build/{src/hooks → hooks}/useAppEventListener.d.ts +0 -0
  1630. /package/build/{src/hooks → hooks}/useAppEventPublisher.d.ts +0 -0
  1631. /package/build/{src/hooks → hooks}/useBadgesCount.d.ts +0 -0
  1632. /package/build/{src/hooks → hooks}/useCheckUserLoggedIn.d.ts +0 -0
  1633. /package/build/{src/hooks → hooks}/useCountdown.d.ts +0 -0
  1634. /package/build/{src/hooks → hooks}/useDelayToSetValue.d.ts +0 -0
  1635. /package/build/{src/hooks → hooks}/useMouseState.d.ts +0 -0
  1636. /package/build/{src/hooks → hooks}/useNetworkState.d.ts +0 -0
  1637. /package/build/{src/hooks → hooks}/useScrolledTo.d.ts +0 -0
  1638. /package/build/{src/hooks → hooks}/useStickyHeaderShadow.d.ts +0 -0
  1639. /package/build/{src/hooks → hooks}/useThemeMode.d.ts +0 -0
  1640. /package/build/{src/hooks → hooks}/useWindowDimensions.d.ts +0 -0
  1641. /package/build/{src/index.d.ts → index.d.ts} +0 -0
  1642. /package/build/{src/theme → theme}/components.d.ts +0 -0
  1643. /package/build/{src/theme → theme}/index.d.ts +0 -0
  1644. /package/build/{src/theme → theme}/palette.d.ts +0 -0
  1645. /package/build/{src/theme → theme}/shadows.d.ts +0 -0
  1646. /package/build/{src/types → types}/account.d.ts +0 -0
  1647. /package/build/{src/types → types}/analytics.d.ts +0 -0
  1648. /package/build/{src/types → types}/api.d.ts +0 -0
  1649. /package/build/{src/types → types}/appConfig.d.ts +0 -0
  1650. /package/build/{src/types → types}/authentication.d.ts +0 -0
  1651. /package/build/{src/types → types}/brand.d.ts +0 -0
  1652. /package/build/{src/types → types}/charge.d.ts +0 -0
  1653. /package/build/{src/types → types}/column.d.ts +0 -0
  1654. /package/build/{src/types → types}/common.d.ts +0 -0
  1655. /package/build/{src/types → types}/currency.d.ts +0 -0
  1656. /package/build/{src/types → types}/day.d.ts +0 -0
  1657. /package/build/{src/types → types}/destination.d.ts +0 -0
  1658. /package/build/{src/types → types}/discount.d.ts +0 -0
  1659. /package/build/{src/types → types}/entity.d.ts +0 -0
  1660. /package/build/{src/types → types}/error.d.ts +0 -0
  1661. /package/build/{src/types → types}/file.d.ts +0 -0
  1662. /package/build/{src/types → types}/filter.d.ts +0 -0
  1663. /package/build/{src/types → types}/flag.d.ts +0 -0
  1664. /package/build/{src/types → types}/index.d.ts +0 -0
  1665. /package/build/{src/types → types}/merchant.d.ts +0 -0
  1666. /package/build/{src/types → types}/receipt.d.ts +0 -0
  1667. /package/build/{src/types → types}/redux.d.ts +0 -0
  1668. /package/build/{src/types → types}/reports.d.ts +0 -0
  1669. /package/build/{src/types → types}/segment.d.ts +0 -0
  1670. /package/build/{src/types → types}/sort.d.ts +0 -0
  1671. /package/build/{src/types → types}/theme.d.ts +0 -0
  1672. /package/build/{src/types → types}/toast.d.ts +0 -0
  1673. /package/build/{src/types → types}/tsUtils.d.ts +0 -0
  1674. /package/build/{src/types → types}/user.d.ts +0 -0
  1675. /package/build/{src/types → types}/utilities.d.ts +0 -0
  1676. /package/build/{src/types → types}/window.d.ts +0 -0
  1677. /package/build/{src/utils → utils}/api.d.ts +0 -0
  1678. /package/build/{src/utils → utils}/app.d.ts +0 -0
  1679. /package/build/{src/utils → utils}/array.d.ts +0 -0
  1680. /package/build/{src/utils → utils}/axios.d.ts +0 -0
  1681. /package/build/{src/utils → utils}/boolean.d.ts +0 -0
  1682. /package/build/{src/utils → utils}/browser.d.ts +0 -0
  1683. /package/build/{src/utils → utils}/card.d.ts +0 -0
  1684. /package/build/{src/utils → utils}/chargeError.d.ts +0 -0
  1685. /package/build/{src/utils → utils}/color.d.ts +0 -0
  1686. /package/build/{src/utils → utils}/columnResizeStorage.d.ts +0 -0
  1687. /package/build/{src/utils → utils}/country.d.ts +0 -0
  1688. /package/build/{src/utils → utils}/date.d.ts +0 -0
  1689. /package/build/{src/utils → utils}/download.d.ts +0 -0
  1690. /package/build/{src/utils → utils}/encrypt.d.ts +0 -0
  1691. /package/build/{src/utils → utils}/extractIdsFromRowData.d.ts +0 -0
  1692. /package/build/{src/utils → utils}/flag.d.ts +0 -0
  1693. /package/build/{src/utils → utils}/geography.d.ts +0 -0
  1694. /package/build/{src/utils → utils}/index.d.ts +0 -0
  1695. /package/build/{src/utils → utils}/number.d.ts +0 -0
  1696. /package/build/{src/utils → utils}/object.d.ts +0 -0
  1697. /package/build/{src/utils → utils}/payout.d.ts +0 -0
  1698. /package/build/{src/utils → utils}/phone.d.ts +0 -0
  1699. /package/build/{src/utils → utils}/reports.d.ts +0 -0
  1700. /package/build/{src/utils → utils}/source.d.ts +0 -0
  1701. /package/build/{src/utils → utils}/string.d.ts +0 -0
  1702. /package/build/{src/utils → utils}/style.d.ts +0 -0
  1703. /package/build/{src/utils → utils}/timezone.d.ts +0 -0
  1704. /package/build/{src/utils → utils}/toggleOptions.d.ts +0 -0
  1705. /package/build/{src/utils → utils}/url.d.ts +0 -0
  1706. /package/build/{src/utils → utils}/user.d.ts +0 -0
  1707. /package/build/{src/utils → utils}/validation.d.ts +0 -0
  1708. /package/build/{src/utils → utils}/views.d.ts +0 -0
@@ -1,271 +0,0 @@
1
- /// <reference types="react" />
2
- /// <reference types="react" />
3
- export declare const BalanceCellContainer: import("@emotion/styled").StyledComponent<{
4
- color?: string | undefined;
5
- content?: string | undefined;
6
- translate?: "yes" | "no" | undefined;
7
- slot?: string | undefined;
8
- title?: string | undefined;
9
- defaultChecked?: boolean | undefined;
10
- defaultValue?: string | number | readonly string[] | undefined;
11
- suppressContentEditableWarning?: boolean | undefined;
12
- suppressHydrationWarning?: boolean | undefined;
13
- accessKey?: string | undefined;
14
- autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
15
- autoFocus?: boolean | undefined;
16
- className?: string | undefined;
17
- contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
18
- contextMenu?: string | undefined;
19
- dir?: string | undefined;
20
- draggable?: (boolean | "false" | "true") | undefined;
21
- enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
22
- hidden?: boolean | undefined;
23
- id?: string | undefined;
24
- lang?: string | undefined;
25
- nonce?: string | undefined;
26
- spellCheck?: (boolean | "false" | "true") | undefined;
27
- tabIndex?: number | undefined;
28
- radioGroup?: string | undefined;
29
- role?: import("react").AriaRole | undefined;
30
- about?: string | undefined;
31
- datatype?: string | undefined;
32
- inlist?: any;
33
- prefix?: string | undefined;
34
- property?: string | undefined;
35
- rel?: string | undefined;
36
- resource?: string | undefined;
37
- rev?: string | undefined;
38
- typeof?: string | undefined;
39
- vocab?: string | undefined;
40
- autoCorrect?: string | undefined;
41
- autoSave?: string | undefined;
42
- itemProp?: string | undefined;
43
- itemScope?: boolean | undefined;
44
- itemType?: string | undefined;
45
- itemID?: string | undefined;
46
- itemRef?: string | undefined;
47
- results?: number | undefined;
48
- security?: string | undefined;
49
- unselectable?: "off" | "on" | undefined;
50
- inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
51
- is?: string | undefined;
52
- exportparts?: string | undefined;
53
- part?: string | undefined;
54
- "aria-activedescendant"?: string | undefined;
55
- "aria-atomic"?: (boolean | "false" | "true") | undefined;
56
- "aria-autocomplete"?: "list" | "inline" | "none" | "both" | undefined;
57
- "aria-braillelabel"?: string | undefined;
58
- "aria-brailleroledescription"?: string | undefined;
59
- "aria-busy"?: (boolean | "false" | "true") | undefined;
60
- "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
61
- "aria-colcount"?: number | undefined;
62
- "aria-colindex"?: number | undefined;
63
- "aria-colindextext"?: string | undefined;
64
- "aria-colspan"?: number | undefined;
65
- "aria-controls"?: string | undefined;
66
- "aria-current"?: boolean | "page" | "time" | "step" | "false" | "true" | "location" | "date" | undefined;
67
- "aria-describedby"?: string | undefined;
68
- "aria-description"?: string | undefined;
69
- "aria-details"?: string | undefined;
70
- "aria-disabled"?: (boolean | "false" | "true") | undefined;
71
- "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
72
- "aria-errormessage"?: string | undefined;
73
- "aria-expanded"?: (boolean | "false" | "true") | undefined;
74
- "aria-flowto"?: string | undefined;
75
- "aria-grabbed"?: (boolean | "false" | "true") | undefined;
76
- "aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "listbox" | "false" | "true" | "tree" | undefined;
77
- "aria-hidden"?: (boolean | "false" | "true") | undefined;
78
- "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
79
- "aria-keyshortcuts"?: string | undefined;
80
- "aria-label"?: string | undefined;
81
- "aria-labelledby"?: string | undefined;
82
- "aria-level"?: number | undefined;
83
- "aria-live"?: "off" | "assertive" | "polite" | undefined;
84
- "aria-modal"?: (boolean | "false" | "true") | undefined;
85
- "aria-multiline"?: (boolean | "false" | "true") | undefined;
86
- "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
87
- "aria-orientation"?: "horizontal" | "vertical" | undefined;
88
- "aria-owns"?: string | undefined;
89
- "aria-placeholder"?: string | undefined;
90
- "aria-posinset"?: number | undefined;
91
- "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
92
- "aria-readonly"?: (boolean | "false" | "true") | undefined;
93
- "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
94
- "aria-required"?: (boolean | "false" | "true") | undefined;
95
- "aria-roledescription"?: string | undefined;
96
- "aria-rowcount"?: number | undefined;
97
- "aria-rowindex"?: number | undefined;
98
- "aria-rowindextext"?: string | undefined;
99
- "aria-rowspan"?: number | undefined;
100
- "aria-selected"?: (boolean | "false" | "true") | undefined;
101
- "aria-setsize"?: number | undefined;
102
- "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
103
- "aria-valuemax"?: number | undefined;
104
- "aria-valuemin"?: number | undefined;
105
- "aria-valuenow"?: number | undefined;
106
- "aria-valuetext"?: string | undefined;
107
- dangerouslySetInnerHTML?: {
108
- __html: string | TrustedHTML;
109
- } | undefined;
110
- onCopy?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
111
- onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
112
- onCut?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
113
- onCutCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
114
- onPaste?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
115
- onPasteCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
116
- onCompositionEnd?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
117
- onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
118
- onCompositionStart?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
119
- onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
120
- onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
121
- onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
122
- onFocus?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
123
- onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
124
- onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
125
- onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
126
- onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
127
- onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
128
- onBeforeInput?: import("react").InputEventHandler<HTMLDivElement> | undefined;
129
- onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
130
- onInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
131
- onInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
132
- onReset?: import("react").FormEventHandler<HTMLDivElement> | undefined;
133
- onResetCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
134
- onSubmit?: import("react").FormEventHandler<HTMLDivElement> | undefined;
135
- onSubmitCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
136
- onInvalid?: import("react").FormEventHandler<HTMLDivElement> | undefined;
137
- onInvalidCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
138
- onLoad?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
139
- onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
140
- onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
141
- onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
142
- onKeyDown?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
143
- onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
144
- onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
145
- onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
146
- onKeyUp?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
147
- onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
148
- onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
149
- onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
150
- onCanPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
151
- onCanPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
152
- onCanPlayThrough?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
153
- onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
154
- onDurationChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
155
- onDurationChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
156
- onEmptied?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
157
- onEmptiedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
158
- onEncrypted?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
159
- onEncryptedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
160
- onEnded?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
161
- onEndedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
162
- onLoadedData?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
163
- onLoadedDataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
164
- onLoadedMetadata?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
165
- onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
166
- onLoadStart?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
167
- onLoadStartCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
168
- onPause?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
169
- onPauseCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
170
- onPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
171
- onPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
172
- onPlaying?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
173
- onPlayingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
174
- onProgress?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
175
- onProgressCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
176
- onRateChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
177
- onRateChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
178
- onSeeked?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
179
- onSeekedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
180
- onSeeking?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
181
- onSeekingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
182
- onStalled?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
183
- onStalledCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
184
- onSuspend?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
185
- onSuspendCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
186
- onTimeUpdate?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
187
- onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
188
- onVolumeChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
189
- onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
190
- onWaiting?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
191
- onWaitingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
192
- onAuxClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
193
- onAuxClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
194
- onClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
195
- onClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
196
- onContextMenu?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
197
- onContextMenuCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
198
- onDoubleClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
199
- onDoubleClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
200
- onDragCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
201
- onDragEndCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
202
- onDragEnter?: import("react").DragEventHandler<HTMLDivElement> | undefined;
203
- onDragEnterCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
204
- onDragExit?: import("react").DragEventHandler<HTMLDivElement> | undefined;
205
- onDragExitCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
206
- onDragLeave?: import("react").DragEventHandler<HTMLDivElement> | undefined;
207
- onDragLeaveCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
208
- onDragOver?: import("react").DragEventHandler<HTMLDivElement> | undefined;
209
- onDragOverCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
210
- onDragStartCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
211
- onDrop?: import("react").DragEventHandler<HTMLDivElement> | undefined;
212
- onDropCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
213
- onMouseDown?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
214
- onMouseDownCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
215
- onMouseEnter?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
216
- onMouseLeave?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
217
- onMouseMove?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
218
- onMouseMoveCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
219
- onMouseOut?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
220
- onMouseOutCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
221
- onMouseOver?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
222
- onMouseOverCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
223
- onMouseUp?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
224
- onMouseUpCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
225
- onSelect?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
226
- onSelectCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
227
- onTouchCancel?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
228
- onTouchCancelCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
229
- onTouchEnd?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
230
- onTouchEndCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
231
- onTouchMove?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
232
- onTouchMoveCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
233
- onTouchStart?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
234
- onTouchStartCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
235
- onPointerDown?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
236
- onPointerDownCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
237
- onPointerMove?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
238
- onPointerMoveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
239
- onPointerUp?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
240
- onPointerUpCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
241
- onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
242
- onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
243
- onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
244
- onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
245
- onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
246
- onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
247
- onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
248
- onPointerOutCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
249
- onGotPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
250
- onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
251
- onLostPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
252
- onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
253
- onScroll?: import("react").UIEventHandler<HTMLDivElement> | undefined;
254
- onScrollCapture?: import("react").UIEventHandler<HTMLDivElement> | undefined;
255
- onWheel?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
256
- onWheelCapture?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
257
- onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
258
- onAnimationEnd?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
259
- onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
260
- onAnimationIteration?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
261
- onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
262
- onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
263
- onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
264
- } & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
265
- export declare const PercentageContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
266
- percentage: number;
267
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
268
- export declare const PiePercentage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
269
- percentage: number;
270
- isCapture?: boolean | undefined;
271
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,13 +0,0 @@
1
- import { TableCellProps } from '@mui/material';
2
- import { SelectionProps } from '@types';
3
- export interface BalanceCellCommonProps {
4
- percentage?: number;
5
- remainingAmount?: number;
6
- currency?: string;
7
- }
8
- export interface BalanceCellProps extends TableCellProps, BalanceCellCommonProps {
9
- days?: number;
10
- }
11
- export interface BalanceCellSheetProps extends BalanceCellCommonProps {
12
- selectionProps: SelectionProps;
13
- }
@@ -1,270 +0,0 @@
1
- /// <reference types="react" />
2
- /// <reference types="react" />
3
- export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
4
- export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
5
- export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
6
- color?: string | undefined;
7
- content?: string | undefined;
8
- translate?: "yes" | "no" | undefined;
9
- slot?: string | undefined;
10
- title?: string | undefined;
11
- defaultChecked?: boolean | undefined;
12
- defaultValue?: string | number | readonly string[] | undefined;
13
- suppressContentEditableWarning?: boolean | undefined;
14
- suppressHydrationWarning?: boolean | undefined;
15
- accessKey?: string | undefined;
16
- autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
17
- autoFocus?: boolean | undefined;
18
- className?: string | undefined;
19
- contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
20
- contextMenu?: string | undefined;
21
- dir?: string | undefined;
22
- draggable?: (boolean | "false" | "true") | undefined;
23
- enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | undefined;
24
- hidden?: boolean | undefined;
25
- id?: string | undefined;
26
- lang?: string | undefined;
27
- nonce?: string | undefined;
28
- spellCheck?: (boolean | "false" | "true") | undefined;
29
- tabIndex?: number | undefined;
30
- radioGroup?: string | undefined;
31
- role?: import("react").AriaRole | undefined;
32
- about?: string | undefined;
33
- datatype?: string | undefined;
34
- inlist?: any;
35
- prefix?: string | undefined;
36
- property?: string | undefined;
37
- rel?: string | undefined;
38
- resource?: string | undefined;
39
- rev?: string | undefined;
40
- typeof?: string | undefined;
41
- vocab?: string | undefined;
42
- autoCorrect?: string | undefined;
43
- autoSave?: string | undefined;
44
- itemProp?: string | undefined;
45
- itemScope?: boolean | undefined;
46
- itemType?: string | undefined;
47
- itemID?: string | undefined;
48
- itemRef?: string | undefined;
49
- results?: number | undefined;
50
- security?: string | undefined;
51
- unselectable?: "off" | "on" | undefined;
52
- inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
53
- is?: string | undefined;
54
- exportparts?: string | undefined;
55
- part?: string | undefined;
56
- "aria-activedescendant"?: string | undefined;
57
- "aria-atomic"?: (boolean | "false" | "true") | undefined;
58
- "aria-autocomplete"?: "list" | "inline" | "none" | "both" | undefined;
59
- "aria-braillelabel"?: string | undefined;
60
- "aria-brailleroledescription"?: string | undefined;
61
- "aria-busy"?: (boolean | "false" | "true") | undefined;
62
- "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
63
- "aria-colcount"?: number | undefined;
64
- "aria-colindex"?: number | undefined;
65
- "aria-colindextext"?: string | undefined;
66
- "aria-colspan"?: number | undefined;
67
- "aria-controls"?: string | undefined;
68
- "aria-current"?: boolean | "page" | "time" | "step" | "false" | "true" | "location" | "date" | undefined;
69
- "aria-describedby"?: string | undefined;
70
- "aria-description"?: string | undefined;
71
- "aria-details"?: string | undefined;
72
- "aria-disabled"?: (boolean | "false" | "true") | undefined;
73
- "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
74
- "aria-errormessage"?: string | undefined;
75
- "aria-expanded"?: (boolean | "false" | "true") | undefined;
76
- "aria-flowto"?: string | undefined;
77
- "aria-grabbed"?: (boolean | "false" | "true") | undefined;
78
- "aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "listbox" | "false" | "true" | "tree" | undefined;
79
- "aria-hidden"?: (boolean | "false" | "true") | undefined;
80
- "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
81
- "aria-keyshortcuts"?: string | undefined;
82
- "aria-label"?: string | undefined;
83
- "aria-labelledby"?: string | undefined;
84
- "aria-level"?: number | undefined;
85
- "aria-live"?: "off" | "assertive" | "polite" | undefined;
86
- "aria-modal"?: (boolean | "false" | "true") | undefined;
87
- "aria-multiline"?: (boolean | "false" | "true") | undefined;
88
- "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
89
- "aria-orientation"?: "horizontal" | "vertical" | undefined;
90
- "aria-owns"?: string | undefined;
91
- "aria-placeholder"?: string | undefined;
92
- "aria-posinset"?: number | undefined;
93
- "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
94
- "aria-readonly"?: (boolean | "false" | "true") | undefined;
95
- "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
96
- "aria-required"?: (boolean | "false" | "true") | undefined;
97
- "aria-roledescription"?: string | undefined;
98
- "aria-rowcount"?: number | undefined;
99
- "aria-rowindex"?: number | undefined;
100
- "aria-rowindextext"?: string | undefined;
101
- "aria-rowspan"?: number | undefined;
102
- "aria-selected"?: (boolean | "false" | "true") | undefined;
103
- "aria-setsize"?: number | undefined;
104
- "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
105
- "aria-valuemax"?: number | undefined;
106
- "aria-valuemin"?: number | undefined;
107
- "aria-valuenow"?: number | undefined;
108
- "aria-valuetext"?: string | undefined;
109
- dangerouslySetInnerHTML?: {
110
- __html: string | TrustedHTML;
111
- } | undefined;
112
- onCopy?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
113
- onCopyCapture?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
114
- onCut?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
115
- onCutCapture?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
116
- onPaste?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
117
- onPasteCapture?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
118
- onCompositionEnd?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
119
- onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
120
- onCompositionStart?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
121
- onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
122
- onCompositionUpdate?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
123
- onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
124
- onFocus?: import("react").FocusEventHandler<HTMLSpanElement> | undefined;
125
- onFocusCapture?: import("react").FocusEventHandler<HTMLSpanElement> | undefined;
126
- onBlur?: import("react").FocusEventHandler<HTMLSpanElement> | undefined;
127
- onBlurCapture?: import("react").FocusEventHandler<HTMLSpanElement> | undefined;
128
- onChange?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
129
- onChangeCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
130
- onBeforeInput?: import("react").InputEventHandler<HTMLSpanElement> | undefined;
131
- onBeforeInputCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
132
- onInput?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
133
- onInputCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
134
- onReset?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
135
- onResetCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
136
- onSubmit?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
137
- onSubmitCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
138
- onInvalid?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
139
- onInvalidCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
140
- onLoad?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
141
- onLoadCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
142
- onError?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
143
- onErrorCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
144
- onKeyDown?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
145
- onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
146
- onKeyPress?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
147
- onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
148
- onKeyUp?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
149
- onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
150
- onAbort?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
151
- onAbortCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
152
- onCanPlay?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
153
- onCanPlayCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
154
- onCanPlayThrough?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
155
- onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
156
- onDurationChange?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
157
- onDurationChangeCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
158
- onEmptied?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
159
- onEmptiedCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
160
- onEncrypted?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
161
- onEncryptedCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
162
- onEnded?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
163
- onEndedCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
164
- onLoadedData?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
165
- onLoadedDataCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
166
- onLoadedMetadata?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
167
- onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
168
- onLoadStart?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
169
- onLoadStartCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
170
- onPause?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
171
- onPauseCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
172
- onPlay?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
173
- onPlayCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
174
- onPlaying?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
175
- onPlayingCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
176
- onProgress?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
177
- onProgressCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
178
- onRateChange?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
179
- onRateChangeCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
180
- onSeeked?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
181
- onSeekedCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
182
- onSeeking?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
183
- onSeekingCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
184
- onStalled?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
185
- onStalledCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
186
- onSuspend?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
187
- onSuspendCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
188
- onTimeUpdate?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
189
- onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
190
- onVolumeChange?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
191
- onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
192
- onWaiting?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
193
- onWaitingCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
194
- onAuxClick?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
195
- onAuxClickCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
196
- onClick?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
197
- onClickCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
198
- onContextMenu?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
199
- onContextMenuCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
200
- onDoubleClick?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
201
- onDoubleClickCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
202
- onDragCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
203
- onDragEndCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
204
- onDragEnter?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
205
- onDragEnterCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
206
- onDragExit?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
207
- onDragExitCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
208
- onDragLeave?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
209
- onDragLeaveCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
210
- onDragOver?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
211
- onDragOverCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
212
- onDragStartCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
213
- onDrop?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
214
- onDropCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
215
- onMouseDown?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
216
- onMouseDownCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
217
- onMouseEnter?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
218
- onMouseLeave?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
219
- onMouseMove?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
220
- onMouseMoveCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
221
- onMouseOut?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
222
- onMouseOutCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
223
- onMouseOver?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
224
- onMouseOverCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
225
- onMouseUp?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
226
- onMouseUpCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
227
- onSelect?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
228
- onSelectCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
229
- onTouchCancel?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
230
- onTouchCancelCapture?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
231
- onTouchEnd?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
232
- onTouchEndCapture?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
233
- onTouchMove?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
234
- onTouchMoveCapture?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
235
- onTouchStart?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
236
- onTouchStartCapture?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
237
- onPointerDown?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
238
- onPointerDownCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
239
- onPointerMove?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
240
- onPointerMoveCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
241
- onPointerUp?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
242
- onPointerUpCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
243
- onPointerCancel?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
244
- onPointerCancelCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
245
- onPointerEnter?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
246
- onPointerLeave?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
247
- onPointerOver?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
248
- onPointerOverCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
249
- onPointerOut?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
250
- onPointerOutCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
251
- onGotPointerCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
252
- onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
253
- onLostPointerCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
254
- onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
255
- onScroll?: import("react").UIEventHandler<HTMLSpanElement> | undefined;
256
- onScrollCapture?: import("react").UIEventHandler<HTMLSpanElement> | undefined;
257
- onWheel?: import("react").WheelEventHandler<HTMLSpanElement> | undefined;
258
- onWheelCapture?: import("react").WheelEventHandler<HTMLSpanElement> | undefined;
259
- onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
260
- onAnimationEnd?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
261
- onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
262
- onAnimationIteration?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
263
- onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
264
- onTransitionEnd?: import("react").TransitionEventHandler<HTMLSpanElement> | undefined;
265
- onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLSpanElement> | undefined;
266
- } & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
267
- sourcesCount: number;
268
- }, {}, {}>;
269
- export declare const ChannelTextLabel: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
270
- export declare const ChannelTextWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;