@tap-payments/os-micro-frontend-shared 0.1.209 → 0.1.211
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.
|
@@ -15,8 +15,8 @@ function SalesChannelCellSheet({ channels, selectionProps = {} }) {
|
|
|
15
15
|
}, [channels]);
|
|
16
16
|
const filteredChannels = useMemo(() => (channels || []).filter((s) => !!s.address), [channels]);
|
|
17
17
|
return (_jsxs(StyledSheetContainer, { children: [_jsx(Box, Object.assign({ sx: { display: 'flex', flexWrap: 'wrap', gap: hasOverflow ? '8px' : '4px' }, ref: channelWrapperRef }, { children: filteredChannels.map((channel, index) => {
|
|
18
|
-
var _a
|
|
19
|
-
return (_jsxs(StatusChipWithCopy, Object.assign({ copyText:
|
|
18
|
+
var _a;
|
|
19
|
+
return (_jsxs(StatusChipWithCopy, Object.assign({ copyText: channel.address, chipIndex: index + 1, selectionProps: selectionProps, maxWidth: "367px", sx: {
|
|
20
20
|
overflow: 'hidden',
|
|
21
21
|
textOverflow: 'ellipsis',
|
|
22
22
|
whiteSpace: 'nowrap',
|
|
@@ -27,7 +27,7 @@ function SalesChannelCellSheet({ channels, selectionProps = {} }) {
|
|
|
27
27
|
whiteSpace: 'nowrap',
|
|
28
28
|
maxWidth: '367px',
|
|
29
29
|
},
|
|
30
|
-
} }, { children: [(
|
|
30
|
+
} }, { children: [(_a = channel.name) === null || _a === void 0 ? void 0 : _a.en, ": ", channel.address] }), channel.id));
|
|
31
31
|
}) })), hasOverflow && (_jsx(Box, Object.assign({ onClick: (e) => {
|
|
32
32
|
setAnchorEl(e.currentTarget.parentElement);
|
|
33
33
|
}, sx: { height: '18px' } }, { children: _jsx(StatusChip, Object.assign({ minWidth: "25", sx: { borderRadius: '24px', overflow: 'hidden' }, copyText: "..." }, { children: "..." })) }))), _jsx(Popover, Object.assign({ open: open, anchorEl: anchorEl, sx: { minWidth: anchorEl === null || anchorEl === void 0 ? void 0 : anchorEl.clientWidth }, onClose: () => {
|
|
@@ -507,6 +507,167 @@ export declare const APP_CODES: {
|
|
|
507
507
|
};
|
|
508
508
|
};
|
|
509
509
|
};
|
|
510
|
+
financialInstitution: {
|
|
511
|
+
code: string;
|
|
512
|
+
functions: {
|
|
513
|
+
statement: {
|
|
514
|
+
code: string;
|
|
515
|
+
};
|
|
516
|
+
summary: {
|
|
517
|
+
code: string;
|
|
518
|
+
};
|
|
519
|
+
view: {
|
|
520
|
+
code: string;
|
|
521
|
+
};
|
|
522
|
+
sandbox: {
|
|
523
|
+
code: string;
|
|
524
|
+
};
|
|
525
|
+
jsonApi: {
|
|
526
|
+
code: string;
|
|
527
|
+
};
|
|
528
|
+
reports: {
|
|
529
|
+
code: string;
|
|
530
|
+
};
|
|
531
|
+
};
|
|
532
|
+
};
|
|
533
|
+
retailCommerce: {
|
|
534
|
+
code: string;
|
|
535
|
+
functions: {
|
|
536
|
+
statement: {
|
|
537
|
+
code: string;
|
|
538
|
+
};
|
|
539
|
+
summary: {
|
|
540
|
+
code: string;
|
|
541
|
+
};
|
|
542
|
+
view: {
|
|
543
|
+
code: string;
|
|
544
|
+
};
|
|
545
|
+
sandbox: {
|
|
546
|
+
code: string;
|
|
547
|
+
};
|
|
548
|
+
jsonApi: {
|
|
549
|
+
code: string;
|
|
550
|
+
};
|
|
551
|
+
reports: {
|
|
552
|
+
code: string;
|
|
553
|
+
};
|
|
554
|
+
};
|
|
555
|
+
};
|
|
556
|
+
app: {
|
|
557
|
+
code: string;
|
|
558
|
+
functions: {
|
|
559
|
+
statement: {
|
|
560
|
+
code: string;
|
|
561
|
+
};
|
|
562
|
+
summary: {
|
|
563
|
+
code: string;
|
|
564
|
+
};
|
|
565
|
+
view: {
|
|
566
|
+
code: string;
|
|
567
|
+
};
|
|
568
|
+
sandbox: {
|
|
569
|
+
code: string;
|
|
570
|
+
};
|
|
571
|
+
jsonApi: {
|
|
572
|
+
code: string;
|
|
573
|
+
};
|
|
574
|
+
reports: {
|
|
575
|
+
code: string;
|
|
576
|
+
};
|
|
577
|
+
};
|
|
578
|
+
};
|
|
579
|
+
billing: {
|
|
580
|
+
code: string;
|
|
581
|
+
functions: {
|
|
582
|
+
statement: {
|
|
583
|
+
code: string;
|
|
584
|
+
};
|
|
585
|
+
summary: {
|
|
586
|
+
code: string;
|
|
587
|
+
};
|
|
588
|
+
view: {
|
|
589
|
+
code: string;
|
|
590
|
+
};
|
|
591
|
+
sandbox: {
|
|
592
|
+
code: string;
|
|
593
|
+
};
|
|
594
|
+
jsonApi: {
|
|
595
|
+
code: string;
|
|
596
|
+
};
|
|
597
|
+
reports: {
|
|
598
|
+
code: string;
|
|
599
|
+
};
|
|
600
|
+
};
|
|
601
|
+
};
|
|
602
|
+
onlineCommerce: {
|
|
603
|
+
code: string;
|
|
604
|
+
functions: {
|
|
605
|
+
statement: {
|
|
606
|
+
code: string;
|
|
607
|
+
};
|
|
608
|
+
summary: {
|
|
609
|
+
code: string;
|
|
610
|
+
};
|
|
611
|
+
view: {
|
|
612
|
+
code: string;
|
|
613
|
+
};
|
|
614
|
+
sandbox: {
|
|
615
|
+
code: string;
|
|
616
|
+
};
|
|
617
|
+
jsonApi: {
|
|
618
|
+
code: string;
|
|
619
|
+
};
|
|
620
|
+
reports: {
|
|
621
|
+
code: string;
|
|
622
|
+
};
|
|
623
|
+
};
|
|
624
|
+
};
|
|
625
|
+
paymentFacilitator: {
|
|
626
|
+
code: string;
|
|
627
|
+
functions: {
|
|
628
|
+
statement: {
|
|
629
|
+
code: string;
|
|
630
|
+
};
|
|
631
|
+
summary: {
|
|
632
|
+
code: string;
|
|
633
|
+
};
|
|
634
|
+
view: {
|
|
635
|
+
code: string;
|
|
636
|
+
};
|
|
637
|
+
sandbox: {
|
|
638
|
+
code: string;
|
|
639
|
+
};
|
|
640
|
+
jsonApi: {
|
|
641
|
+
code: string;
|
|
642
|
+
};
|
|
643
|
+
reports: {
|
|
644
|
+
code: string;
|
|
645
|
+
};
|
|
646
|
+
};
|
|
647
|
+
};
|
|
648
|
+
development: {
|
|
649
|
+
code: string;
|
|
650
|
+
functions: {
|
|
651
|
+
statement: {
|
|
652
|
+
code: string;
|
|
653
|
+
};
|
|
654
|
+
summary: {
|
|
655
|
+
code: string;
|
|
656
|
+
};
|
|
657
|
+
view: {
|
|
658
|
+
code: string;
|
|
659
|
+
};
|
|
660
|
+
sandbox: {
|
|
661
|
+
code: string;
|
|
662
|
+
};
|
|
663
|
+
jsonApi: {
|
|
664
|
+
code: string;
|
|
665
|
+
};
|
|
666
|
+
reports: {
|
|
667
|
+
code: string;
|
|
668
|
+
};
|
|
669
|
+
};
|
|
670
|
+
};
|
|
510
671
|
};
|
|
511
672
|
};
|
|
512
673
|
payouts: {
|
package/build/constants/apps.js
CHANGED
|
@@ -202,6 +202,62 @@ export const APP_CODES = {
|
|
|
202
202
|
code: 'SUMMARY',
|
|
203
203
|
} }),
|
|
204
204
|
},
|
|
205
|
+
financialInstitution: {
|
|
206
|
+
code: 'FINANCIAL_INSTITUTION_WALLET',
|
|
207
|
+
functions: Object.assign(Object.assign({}, SERVICE_COMMON_FUNCTIONS), { statement: {
|
|
208
|
+
code: 'STATEMENT',
|
|
209
|
+
}, summary: {
|
|
210
|
+
code: 'SUMMARY',
|
|
211
|
+
} }),
|
|
212
|
+
},
|
|
213
|
+
retailCommerce: {
|
|
214
|
+
code: 'RETAIL_COMMERCE_WALLET',
|
|
215
|
+
functions: Object.assign(Object.assign({}, SERVICE_COMMON_FUNCTIONS), { statement: {
|
|
216
|
+
code: 'STATEMENT',
|
|
217
|
+
}, summary: {
|
|
218
|
+
code: 'SUMMARY',
|
|
219
|
+
} }),
|
|
220
|
+
},
|
|
221
|
+
app: {
|
|
222
|
+
code: 'APP_WALLET',
|
|
223
|
+
functions: Object.assign(Object.assign({}, SERVICE_COMMON_FUNCTIONS), { statement: {
|
|
224
|
+
code: 'STATEMENT',
|
|
225
|
+
}, summary: {
|
|
226
|
+
code: 'SUMMARY',
|
|
227
|
+
} }),
|
|
228
|
+
},
|
|
229
|
+
billing: {
|
|
230
|
+
code: 'BILLING_WALLET',
|
|
231
|
+
functions: Object.assign(Object.assign({}, SERVICE_COMMON_FUNCTIONS), { statement: {
|
|
232
|
+
code: 'STATEMENT',
|
|
233
|
+
}, summary: {
|
|
234
|
+
code: 'SUMMARY',
|
|
235
|
+
} }),
|
|
236
|
+
},
|
|
237
|
+
onlineCommerce: {
|
|
238
|
+
code: 'ONLINE_COMMERCE_WALLET',
|
|
239
|
+
functions: Object.assign(Object.assign({}, SERVICE_COMMON_FUNCTIONS), { statement: {
|
|
240
|
+
code: 'STATEMENT',
|
|
241
|
+
}, summary: {
|
|
242
|
+
code: 'SUMMARY',
|
|
243
|
+
} }),
|
|
244
|
+
},
|
|
245
|
+
paymentFacilitator: {
|
|
246
|
+
code: 'PAYMENT_FACILITATOR_WALLET',
|
|
247
|
+
functions: Object.assign(Object.assign({}, SERVICE_COMMON_FUNCTIONS), { statement: {
|
|
248
|
+
code: 'STATEMENT',
|
|
249
|
+
}, summary: {
|
|
250
|
+
code: 'SUMMARY',
|
|
251
|
+
} }),
|
|
252
|
+
},
|
|
253
|
+
development: {
|
|
254
|
+
code: 'DEVELOPMENT_WALLET',
|
|
255
|
+
functions: Object.assign(Object.assign({}, SERVICE_COMMON_FUNCTIONS), { statement: {
|
|
256
|
+
code: 'STATEMENT',
|
|
257
|
+
}, summary: {
|
|
258
|
+
code: 'SUMMARY',
|
|
259
|
+
} }),
|
|
260
|
+
},
|
|
205
261
|
},
|
|
206
262
|
},
|
|
207
263
|
payouts: {
|
package/package.json
CHANGED