@tap-payments/os-micro-frontend-shared 0.1.261-test.4 → 0.1.262

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 (105) hide show
  1. package/build/components/Chip/style.d.ts +1 -0
  2. package/build/components/CountBadge/style.d.ts +1 -0
  3. package/build/components/Customer/CustomerDropdown/CustomerDropdown.d.ts +8 -0
  4. package/build/components/Customer/CustomerDropdown/CustomerDropdown.js +39 -0
  5. package/build/components/Customer/CustomerDropdown/index.d.ts +1 -0
  6. package/build/components/Customer/CustomerDropdown/index.js +1 -0
  7. package/build/components/Customer/CustomerDropdown/style.d.ts +10 -0
  8. package/build/components/Customer/CustomerDropdown/style.js +30 -0
  9. package/build/components/Customer/CustomerForms/EmailForm.d.ts +12 -0
  10. package/build/components/Customer/CustomerForms/EmailForm.js +76 -0
  11. package/build/components/Customer/CustomerForms/FullInfo.d.ts +13 -0
  12. package/build/components/Customer/CustomerForms/FullInfo.js +72 -0
  13. package/build/components/Customer/CustomerForms/FullInfoForm.d.ts +12 -0
  14. package/build/components/Customer/CustomerForms/FullInfoForm.js +74 -0
  15. package/build/components/Customer/CustomerForms/PhoneNumberForm.d.ts +12 -0
  16. package/build/components/Customer/CustomerForms/PhoneNumberForm.js +71 -0
  17. package/build/components/Customer/CustomerForms/index.d.ts +9 -0
  18. package/build/components/Customer/CustomerForms/index.js +9 -0
  19. package/build/components/Customer/CustomerForms/style.d.ts +25 -0
  20. package/build/components/Customer/CustomerForms/style.js +71 -0
  21. package/build/components/Customer/CustomerForms/validation.d.ts +30 -0
  22. package/build/components/Customer/CustomerForms/validation.js +42 -0
  23. package/build/components/Customer/index.d.ts +1 -0
  24. package/build/components/Customer/index.js +1 -0
  25. package/build/components/Dialog/style.d.ts +1 -0
  26. package/build/components/Error/Error.d.ts +1 -1
  27. package/build/components/FlippingCard/style.d.ts +1 -0
  28. package/build/components/ImageWrapper/ImageWrapper.d.ts +1 -0
  29. package/build/components/Inputs/CountriesDropDown/CountriesDropdown.d.ts +5 -4
  30. package/build/components/Inputs/CountriesDropDown/CountriesDropdown.js +3 -3
  31. package/build/components/JSONViewer/style.d.ts +1 -0
  32. package/build/components/LeftPeekRightExpandingChip/style.d.ts +1 -0
  33. package/build/components/RightLeftExpandingCenterChip/style.d.ts +1 -0
  34. package/build/components/SearchButton/styles.d.ts +1 -0
  35. package/build/components/StatusIcons/AuthIcons/style.d.ts +1 -0
  36. package/build/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +1 -0
  37. package/build/components/StatusIcons/ChargeStatusIcon/style.d.ts +1 -0
  38. package/build/components/StatusIcons/SourceIcons/style.d.ts +1 -0
  39. package/build/components/TableCells/CustomCells/ActionCell/style.d.ts +1 -0
  40. package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +1 -0
  41. package/build/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +1 -0
  42. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +1 -0
  43. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +1 -0
  44. package/build/components/TableCells/CustomCells/BalanceCell/style.d.ts +1 -0
  45. package/build/components/TableCells/CustomCells/ChannelsCell/style.d.ts +1 -0
  46. package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +1 -0
  47. package/build/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +1 -0
  48. package/build/components/TableCells/CustomCells/DueDateCell/style.d.ts +1 -0
  49. package/build/components/TableCells/CustomCells/IDButton/style.d.ts +1 -0
  50. package/build/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +1 -0
  51. package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +1 -0
  52. package/build/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +1 -0
  53. package/build/components/TableCells/CustomCells/ProductsCell/style.d.ts +1 -0
  54. package/build/components/TableCells/CustomCells/ReferenceCell/style.d.ts +1 -0
  55. package/build/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +1 -0
  56. package/build/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +1 -0
  57. package/build/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +1 -0
  58. package/build/components/TableCells/CustomCells/SegmentsCell/style.d.ts +1 -0
  59. package/build/components/TableCells/CustomCells/SourceCell/style.d.ts +1 -0
  60. package/build/components/TableCells/CustomCells/StatusCell/style.d.ts +1 -0
  61. package/build/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +1 -0
  62. package/build/components/TableCells/CustomCells/style.d.ts +1 -0
  63. package/build/components/TableHeader/FiltersRow.d.ts +1 -1
  64. package/build/components/TableHeader/FiltersRow.js +4 -19
  65. package/build/components/TableHeader/TableHeader.d.ts +4 -5
  66. package/build/components/TableHeader/TableHeader.js +6 -21
  67. package/build/components/TableHeader/index.d.ts +2 -6
  68. package/build/components/TableHeader/index.js +2 -6
  69. package/build/components/TableHeader/style.d.ts +1 -1
  70. package/build/components/TableHeader/style.js +1 -1
  71. package/build/components/TableHeader/type.d.ts +10 -19
  72. package/build/components/TableHeader/type.js +7 -0
  73. package/build/components/VirtualTables/components/style.d.ts +1 -0
  74. package/build/components/index.d.ts +1 -1
  75. package/build/components/index.js +1 -1
  76. package/build/types/tsUtils.d.ts +0 -1
  77. package/package.json +20 -19
  78. package/build/components/TableHeader/FiltersRowWrapper.d.ts +0 -5
  79. package/build/components/TableHeader/FiltersRowWrapper.js +0 -18
  80. package/build/components/TableHeader/TableHeaderWrapper.d.ts +0 -5
  81. package/build/components/TableHeader/TableHeaderWrapper.js +0 -18
  82. package/build/components/TableHeader/TableView/ColumnItem.d.ts +0 -14
  83. package/build/components/TableHeader/TableView/ColumnItem.js +0 -29
  84. package/build/components/TableHeader/TableView/CustomViews.d.ts +0 -5
  85. package/build/components/TableHeader/TableView/CustomViews.js +0 -21
  86. package/build/components/TableHeader/TableView/DefaultViews.d.ts +0 -13
  87. package/build/components/TableHeader/TableView/DefaultViews.js +0 -22
  88. package/build/components/TableHeader/TableView/TableView.d.ts +0 -12
  89. package/build/components/TableHeader/TableView/TableView.js +0 -55
  90. package/build/components/TableHeader/TableView/hooks/index.d.ts +0 -3
  91. package/build/components/TableHeader/TableView/hooks/index.js +0 -3
  92. package/build/components/TableHeader/TableView/hooks/useColumnItem.d.ts +0 -21
  93. package/build/components/TableHeader/TableView/hooks/useColumnItem.js +0 -29
  94. package/build/components/TableHeader/TableView/hooks/useSubMenu.d.ts +0 -10
  95. package/build/components/TableHeader/TableView/hooks/useSubMenu.js +0 -31
  96. package/build/components/TableHeader/TableView/hooks/useViewColumns.d.ts +0 -13
  97. package/build/components/TableHeader/TableView/hooks/useViewColumns.js +0 -45
  98. package/build/components/TableHeader/TableView/index.d.ts +0 -3
  99. package/build/components/TableHeader/TableView/index.js +0 -3
  100. package/build/components/TableHeader/TableView/style.d.ts +0 -24
  101. package/build/components/TableHeader/TableView/style.js +0 -102
  102. package/build/components/TableHeader/TableView/type.d.ts +0 -10
  103. package/build/components/TableHeader/TableView/type.js +0 -1
  104. package/build/components/TableHeader/data.d.ts +0 -5
  105. package/build/components/TableHeader/data.js +0 -7
@@ -1,5 +0,0 @@
1
- export declare const dummyViewList: {
2
- label: string;
3
- id: string;
4
- columns: string[];
5
- }[];
@@ -1,7 +0,0 @@
1
- export const dummyViewList = [
2
- {
3
- label: 'Default',
4
- id: 'default',
5
- columns: ['default', 'default']
6
- }
7
- ];