@tap-payments/os-micro-frontend-shared 0.1.119-test.1 → 0.1.119

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 (47) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +12 -12
  3. package/build/components/Chip/style.d.ts +1 -1
  4. package/build/components/CountBadge/style.d.ts +1 -1
  5. package/build/components/Dialog/style.d.ts +1 -1
  6. package/build/components/FlippingCard/style.d.ts +1 -1
  7. package/build/components/ImageWrapper/ImageWrapper.d.ts +1 -1
  8. package/build/components/JSONViewer/style.d.ts +2 -2
  9. package/build/components/LeftPeekRightExpandingChip/style.d.ts +3 -3
  10. package/build/components/RightLeftExpandingCenterChip/style.d.ts +13 -13
  11. package/build/components/SearchButton/styles.d.ts +2 -2
  12. package/build/components/StatusIcons/AuthIcons/style.d.ts +2 -2
  13. package/build/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +1 -1
  14. package/build/components/StatusIcons/ChargeStatusIcon/style.d.ts +6 -6
  15. package/build/components/StatusIcons/SourceIcons/style.d.ts +1 -1
  16. package/build/components/TableCells/CustomCells/ActionCell/style.d.ts +1 -1
  17. package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +1 -1
  18. package/build/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +2 -2
  19. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +5 -5
  20. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +5 -5
  21. package/build/components/TableCells/CustomCells/BalanceCell/style.d.ts +1 -1
  22. package/build/components/TableCells/CustomCells/ChannelsCell/style.d.ts +1 -1
  23. package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +1 -1
  24. package/build/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +5 -5
  25. package/build/components/TableCells/CustomCells/DueDateCell/style.d.ts +1 -1
  26. package/build/components/TableCells/CustomCells/IDButton/style.d.ts +2 -2
  27. package/build/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +1 -1
  28. package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +1 -1
  29. package/build/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +5 -5
  30. package/build/components/TableCells/CustomCells/ProductsCell/style.d.ts +1 -1
  31. package/build/components/TableCells/CustomCells/ReferenceCell/style.d.ts +1 -1
  32. package/build/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +2 -2
  33. package/build/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +1 -1
  34. package/build/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +1 -1
  35. package/build/components/TableCells/CustomCells/SegmentsCell/style.d.ts +1 -1
  36. package/build/components/TableCells/CustomCells/SourceCell/style.d.ts +1 -1
  37. package/build/components/TableCells/CustomCells/SourceMergedCell/style.d.ts +6 -6
  38. package/build/components/TableCells/CustomCells/StatusCell/style.d.ts +6 -6
  39. package/build/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +5 -5
  40. package/build/components/TableCells/CustomCells/style.d.ts +1 -1
  41. package/build/components/VirtualTables/components/style.d.ts +1 -1
  42. package/build/components/Window/style.d.ts +2 -2
  43. package/build/constants/apps.d.ts +0 -3
  44. package/build/constants/apps.js +0 -1
  45. package/build/utils/localStorage.d.ts +4 -1
  46. package/build/utils/localStorage.js +11 -0
  47. package/package.json +139 -139
@@ -46,7 +46,7 @@ export declare const Button: import("@emotion/styled").StyledComponent<{
46
46
  results?: number | undefined;
47
47
  security?: string | undefined;
48
48
  unselectable?: "off" | "on" | undefined;
49
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
49
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
50
50
  is?: string | undefined;
51
51
  exportparts?: string | undefined;
52
52
  part?: string | undefined;
@@ -310,7 +310,7 @@ export declare const RowId: import("@emotion/styled").StyledComponent<{
310
310
  results?: number | undefined;
311
311
  security?: string | undefined;
312
312
  unselectable?: "off" | "on" | undefined;
313
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
313
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
314
314
  is?: string | undefined;
315
315
  exportparts?: string | undefined;
316
316
  part?: string | undefined;
@@ -46,7 +46,7 @@ export declare const DueDateCellContainer: import("@emotion/styled").StyledCompo
46
46
  results?: number | undefined;
47
47
  security?: string | undefined;
48
48
  unselectable?: "off" | "on" | undefined;
49
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
49
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
50
50
  is?: string | undefined;
51
51
  exportparts?: string | undefined;
52
52
  part?: string | undefined;
@@ -46,7 +46,7 @@ export declare const DueDateCellContainer: import("@emotion/styled").StyledCompo
46
46
  results?: number | undefined;
47
47
  security?: string | undefined;
48
48
  unselectable?: "off" | "on" | undefined;
49
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
49
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
50
50
  is?: string | undefined;
51
51
  exportparts?: string | undefined;
52
52
  part?: string | undefined;
@@ -46,7 +46,7 @@ export declare const UnCapturedContainer: import("@emotion/styled").StyledCompon
46
46
  results?: number | undefined;
47
47
  security?: string | undefined;
48
48
  unselectable?: "off" | "on" | undefined;
49
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
49
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
50
50
  is?: string | undefined;
51
51
  exportparts?: string | undefined;
52
52
  part?: string | undefined;
@@ -308,7 +308,7 @@ export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent
308
308
  results?: number | undefined;
309
309
  security?: string | undefined;
310
310
  unselectable?: "off" | "on" | undefined;
311
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
311
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
312
312
  is?: string | undefined;
313
313
  exportparts?: string | undefined;
314
314
  part?: string | undefined;
@@ -570,7 +570,7 @@ export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
570
570
  results?: number | undefined;
571
571
  security?: string | undefined;
572
572
  unselectable?: "off" | "on" | undefined;
573
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
573
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
574
574
  is?: string | undefined;
575
575
  exportparts?: string | undefined;
576
576
  part?: string | undefined;
@@ -833,7 +833,7 @@ export declare const GatewayIconWrapper: import("@emotion/styled").StyledCompone
833
833
  results?: number | undefined;
834
834
  security?: string | undefined;
835
835
  unselectable?: "off" | "on" | undefined;
836
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
836
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
837
837
  is?: string | undefined;
838
838
  exportparts?: string | undefined;
839
839
  part?: string | undefined;
@@ -1095,7 +1095,7 @@ export declare const GatewaysContainer: import("@emotion/styled").StyledComponen
1095
1095
  results?: number | undefined;
1096
1096
  security?: string | undefined;
1097
1097
  unselectable?: "off" | "on" | undefined;
1098
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
1098
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
1099
1099
  is?: string | undefined;
1100
1100
  exportparts?: string | undefined;
1101
1101
  part?: string | undefined;
@@ -46,7 +46,7 @@ export declare const ProductCellContainer: import("@emotion/styled").StyledCompo
46
46
  results?: number | undefined;
47
47
  security?: string | undefined;
48
48
  unselectable?: "off" | "on" | undefined;
49
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
49
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
50
50
  is?: string | undefined;
51
51
  exportparts?: string | undefined;
52
52
  part?: string | undefined;
@@ -48,7 +48,7 @@ export declare const ReferenceSourcesContainer: import("@emotion/styled").Styled
48
48
  results?: number | undefined;
49
49
  security?: string | undefined;
50
50
  unselectable?: "off" | "on" | undefined;
51
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
51
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
52
52
  is?: string | undefined;
53
53
  exportparts?: string | undefined;
54
54
  part?: string | undefined;
@@ -46,7 +46,7 @@ export declare const RefundChargeCellContainer: import("@emotion/styled").Styled
46
46
  results?: number | undefined;
47
47
  security?: string | undefined;
48
48
  unselectable?: "off" | "on" | undefined;
49
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
49
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
50
50
  is?: string | undefined;
51
51
  exportparts?: string | undefined;
52
52
  part?: string | undefined;
@@ -308,7 +308,7 @@ export declare const PercentageContainer: import("@emotion/styled").StyledCompon
308
308
  results?: number | undefined;
309
309
  security?: string | undefined;
310
310
  unselectable?: "off" | "on" | undefined;
311
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
311
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
312
312
  is?: string | undefined;
313
313
  exportparts?: string | undefined;
314
314
  part?: string | undefined;
@@ -46,7 +46,7 @@ export declare const RefundCellContainer: import("@emotion/styled").StyledCompon
46
46
  results?: number | undefined;
47
47
  security?: string | undefined;
48
48
  unselectable?: "off" | "on" | undefined;
49
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
49
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
50
50
  is?: string | undefined;
51
51
  exportparts?: string | undefined;
52
52
  part?: string | undefined;
@@ -48,7 +48,7 @@ export declare const SalesChannelsContainer: import("@emotion/styled").StyledCom
48
48
  results?: number | undefined;
49
49
  security?: string | undefined;
50
50
  unselectable?: "off" | "on" | undefined;
51
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
51
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
52
52
  is?: string | undefined;
53
53
  exportparts?: string | undefined;
54
54
  part?: string | undefined;
@@ -47,7 +47,7 @@ export declare const ReferenceSourcesContainer: import("@emotion/styled").Styled
47
47
  results?: number | undefined;
48
48
  security?: string | undefined;
49
49
  unselectable?: "off" | "on" | undefined;
50
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
50
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
51
51
  is?: string | undefined;
52
52
  exportparts?: string | undefined;
53
53
  part?: string | undefined;
@@ -48,7 +48,7 @@ export declare const PaymentSourcesContainer: import("@emotion/styled").StyledCo
48
48
  results?: number | undefined;
49
49
  security?: string | undefined;
50
50
  unselectable?: "off" | "on" | undefined;
51
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
51
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
52
52
  is?: string | undefined;
53
53
  exportparts?: string | undefined;
54
54
  part?: string | undefined;
@@ -60,7 +60,7 @@ export declare const MultiRefundIcon: import("@emotion/styled").StyledComponent<
60
60
  results?: number | undefined;
61
61
  security?: string | undefined;
62
62
  unselectable?: "off" | "on" | undefined;
63
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
63
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
64
64
  is?: string | undefined;
65
65
  exportparts?: string | undefined;
66
66
  part?: string | undefined;
@@ -331,7 +331,7 @@ export declare const RefundsCountBadge: import("@emotion/styled").StyledComponen
331
331
  results?: number | undefined;
332
332
  security?: string | undefined;
333
333
  unselectable?: "off" | "on" | undefined;
334
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
334
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
335
335
  is?: string | undefined;
336
336
  exportparts?: string | undefined;
337
337
  part?: string | undefined;
@@ -593,7 +593,7 @@ export declare const MultiRefundContainer: import("@emotion/styled").StyledCompo
593
593
  results?: number | undefined;
594
594
  security?: string | undefined;
595
595
  unselectable?: "off" | "on" | undefined;
596
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
596
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
597
597
  is?: string | undefined;
598
598
  exportparts?: string | undefined;
599
599
  part?: string | undefined;
@@ -874,7 +874,7 @@ export declare const StatusIcon: import("@emotion/styled").StyledComponent<{
874
874
  results?: number | undefined;
875
875
  security?: string | undefined;
876
876
  unselectable?: "off" | "on" | undefined;
877
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
877
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
878
878
  is?: string | undefined;
879
879
  exportparts?: string | undefined;
880
880
  part?: string | undefined;
@@ -1138,7 +1138,7 @@ export declare const StatusWrapper: import("@emotion/styled").StyledComponent<{
1138
1138
  results?: number | undefined;
1139
1139
  security?: string | undefined;
1140
1140
  unselectable?: "off" | "on" | undefined;
1141
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
1141
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
1142
1142
  is?: string | undefined;
1143
1143
  exportparts?: string | undefined;
1144
1144
  part?: string | undefined;
@@ -1400,7 +1400,7 @@ export declare const StatusContainer: import("@emotion/styled").StyledComponent<
1400
1400
  results?: number | undefined;
1401
1401
  security?: string | undefined;
1402
1402
  unselectable?: "off" | "on" | undefined;
1403
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
1403
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
1404
1404
  is?: string | undefined;
1405
1405
  exportparts?: string | undefined;
1406
1406
  part?: string | undefined;
@@ -49,7 +49,7 @@ export declare const MultiRefundIcon: import("@emotion/styled").StyledComponent<
49
49
  results?: number | undefined;
50
50
  security?: string | undefined;
51
51
  unselectable?: "off" | "on" | undefined;
52
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
52
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
53
53
  is?: string | undefined;
54
54
  exportparts?: string | undefined;
55
55
  part?: string | undefined;
@@ -320,7 +320,7 @@ export declare const RefundsCountBadge: import("@emotion/styled").StyledComponen
320
320
  results?: number | undefined;
321
321
  security?: string | undefined;
322
322
  unselectable?: "off" | "on" | undefined;
323
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
323
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
324
324
  is?: string | undefined;
325
325
  exportparts?: string | undefined;
326
326
  part?: string | undefined;
@@ -582,7 +582,7 @@ export declare const MultiRefundContainer: import("@emotion/styled").StyledCompo
582
582
  results?: number | undefined;
583
583
  security?: string | undefined;
584
584
  unselectable?: "off" | "on" | undefined;
585
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
585
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
586
586
  is?: string | undefined;
587
587
  exportparts?: string | undefined;
588
588
  part?: string | undefined;
@@ -863,7 +863,7 @@ export declare const StatusIcon: import("@emotion/styled").StyledComponent<{
863
863
  results?: number | undefined;
864
864
  security?: string | undefined;
865
865
  unselectable?: "off" | "on" | undefined;
866
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
866
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
867
867
  is?: string | undefined;
868
868
  exportparts?: string | undefined;
869
869
  part?: string | undefined;
@@ -1127,7 +1127,7 @@ export declare const StatusWrapper: import("@emotion/styled").StyledComponent<{
1127
1127
  results?: number | undefined;
1128
1128
  security?: string | undefined;
1129
1129
  unselectable?: "off" | "on" | undefined;
1130
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
1130
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
1131
1131
  is?: string | undefined;
1132
1132
  exportparts?: string | undefined;
1133
1133
  part?: string | undefined;
@@ -1391,7 +1391,7 @@ export declare const StatusContainer: import("@emotion/styled").StyledComponent<
1391
1391
  results?: number | undefined;
1392
1392
  security?: string | undefined;
1393
1393
  unselectable?: "off" | "on" | undefined;
1394
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
1394
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
1395
1395
  is?: string | undefined;
1396
1396
  exportparts?: string | undefined;
1397
1397
  part?: string | undefined;
@@ -46,7 +46,7 @@ export declare const UnCapturedContainer: import("@emotion/styled").StyledCompon
46
46
  results?: number | undefined;
47
47
  security?: string | undefined;
48
48
  unselectable?: "off" | "on" | undefined;
49
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
49
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
50
50
  is?: string | undefined;
51
51
  exportparts?: string | undefined;
52
52
  part?: string | undefined;
@@ -308,7 +308,7 @@ export declare const ErrorCodeWrapper: import("@emotion/styled").StyledComponent
308
308
  results?: number | undefined;
309
309
  security?: string | undefined;
310
310
  unselectable?: "off" | "on" | undefined;
311
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
311
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
312
312
  is?: string | undefined;
313
313
  exportparts?: string | undefined;
314
314
  part?: string | undefined;
@@ -570,7 +570,7 @@ export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
570
570
  results?: number | undefined;
571
571
  security?: string | undefined;
572
572
  unselectable?: "off" | "on" | undefined;
573
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
573
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
574
574
  is?: string | undefined;
575
575
  exportparts?: string | undefined;
576
576
  part?: string | undefined;
@@ -833,7 +833,7 @@ export declare const GatewayIconWrapper: import("@emotion/styled").StyledCompone
833
833
  results?: number | undefined;
834
834
  security?: string | undefined;
835
835
  unselectable?: "off" | "on" | undefined;
836
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
836
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
837
837
  is?: string | undefined;
838
838
  exportparts?: string | undefined;
839
839
  part?: string | undefined;
@@ -1095,7 +1095,7 @@ export declare const GatewaysContainer: import("@emotion/styled").StyledComponen
1095
1095
  results?: number | undefined;
1096
1096
  security?: string | undefined;
1097
1097
  unselectable?: "off" | "on" | undefined;
1098
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
1098
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
1099
1099
  is?: string | undefined;
1100
1100
  exportparts?: string | undefined;
1101
1101
  part?: string | undefined;
@@ -51,7 +51,7 @@ export declare const BadgeWrapper: import("@emotion/styled").StyledComponent<{
51
51
  results?: number | undefined;
52
52
  security?: string | undefined;
53
53
  unselectable?: "off" | "on" | undefined;
54
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
54
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
55
55
  is?: string | undefined;
56
56
  exportparts?: string | undefined;
57
57
  part?: string | undefined;
@@ -96,7 +96,7 @@ export declare const ActionIcon: import("@emotion/styled").StyledComponent<{
96
96
  results?: number | undefined;
97
97
  security?: string | undefined;
98
98
  unselectable?: "off" | "on" | undefined;
99
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
99
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
100
100
  is?: string | undefined;
101
101
  exportparts?: string | undefined;
102
102
  part?: string | undefined;
@@ -49,7 +49,7 @@ export declare const ContentWrapper: import("@emotion/styled").StyledComponent<{
49
49
  results?: number | undefined;
50
50
  security?: string | undefined;
51
51
  unselectable?: "off" | "on" | undefined;
52
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
52
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
53
53
  is?: string | undefined;
54
54
  exportparts?: string | undefined;
55
55
  part?: string | undefined;
@@ -316,7 +316,7 @@ export declare const AppContainerContainer: import("@emotion/styled").StyledComp
316
316
  results?: number | undefined;
317
317
  security?: string | undefined;
318
318
  unselectable?: "off" | "on" | undefined;
319
- inputMode?: "none" | "email" | "search" | "numeric" | "url" | "text" | "tel" | "decimal" | undefined;
319
+ inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
320
320
  is?: string | undefined;
321
321
  exportparts?: string | undefined;
322
322
  part?: string | undefined;
@@ -517,9 +517,6 @@ export declare const APP_CODES: {
517
517
  retailerPayout: {
518
518
  code: string;
519
519
  };
520
- merchantPayout: {
521
- code: string;
522
- };
523
520
  };
524
521
  };
525
522
  protect: {
@@ -201,7 +201,6 @@ export const APP_CODES = {
201
201
  },
202
202
  reversePayout: { code: 'REVERSEPAYOUT' },
203
203
  retailerPayout: { code: 'RETAILER_PAYOUTS' },
204
- merchantPayout: { code: 'MERCHANT_PAYOUTS' },
205
204
  },
206
205
  },
207
206
  protect: {
@@ -1,4 +1,4 @@
1
- import { AppDetails, Segment, Timezone } from '../types/index.js';
1
+ import { AppDetails, Segment, TableMode, Timezone } from '../types/index.js';
2
2
  export declare function setSecretKey(): void;
3
3
  export declare function getSecretKey(): string | null;
4
4
  export declare function removeSecretKey(): void;
@@ -26,4 +26,7 @@ export declare const getCalenderTimezone: () => Timezone | null;
26
26
  export declare const getCalenderTimezoneHistory: () => Timezone | null;
27
27
  export declare const removeCalenderTimezone: () => void;
28
28
  export declare const removeCalenderTimezoneHistory: () => void;
29
+ export declare const setGlobalTableModeStorage: (mode: TableMode) => void;
30
+ export declare const getGlobalTableModeStorage: () => TableMode;
31
+ export declare const removeGlobalTableModeStorage: () => void;
29
32
  export declare const clearTapOsLocalStorage: () => void;
@@ -10,6 +10,7 @@ const REPORT_PREFIX = 'tap-dashboard-report';
10
10
  const APP_VERSION = 'tap-dashboard-app-version';
11
11
  const CALENDER_TIMEZONE = 'tap-dashboard-calender-timezone';
12
12
  const CALENDER_TIMEZONE_HISTORY = 'tap-dashboard-calender-timezone-history';
13
+ const GLOBAL_TABLE_MODE_KEY = 'tap-dashboard-global-table-mode';
13
14
  export function setSecretKey() {
14
15
  localStorage.setItem(SECRET_KEY_LOCAL_STORAGE, TEST_SECRET_KEY);
15
16
  }
@@ -149,6 +150,15 @@ export const removeCalenderTimezone = () => {
149
150
  export const removeCalenderTimezoneHistory = () => {
150
151
  localStorage.removeItem(CALENDER_TIMEZONE_HISTORY);
151
152
  };
153
+ export const setGlobalTableModeStorage = (mode) => {
154
+ localStorage.setItem(GLOBAL_TABLE_MODE_KEY, mode);
155
+ };
156
+ export const getGlobalTableModeStorage = () => {
157
+ return localStorage.getItem(GLOBAL_TABLE_MODE_KEY) || 'default';
158
+ };
159
+ export const removeGlobalTableModeStorage = () => {
160
+ localStorage.removeItem(GLOBAL_TABLE_MODE_KEY);
161
+ };
152
162
  export const clearTapOsLocalStorage = () => {
153
163
  removeSecretKey();
154
164
  removeConnectMetaData();
@@ -159,4 +169,5 @@ export const clearTapOsLocalStorage = () => {
159
169
  removeAppVersion();
160
170
  removeCalenderTimezone();
161
171
  removeCalenderTimezoneHistory();
172
+ removeGlobalTableModeStorage();
162
173
  };