@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.
- package/LICENSE +21 -21
- package/README.md +12 -12
- package/build/components/Chip/style.d.ts +1 -1
- package/build/components/CountBadge/style.d.ts +1 -1
- package/build/components/Dialog/style.d.ts +1 -1
- package/build/components/FlippingCard/style.d.ts +1 -1
- package/build/components/ImageWrapper/ImageWrapper.d.ts +1 -1
- package/build/components/JSONViewer/style.d.ts +2 -2
- package/build/components/LeftPeekRightExpandingChip/style.d.ts +3 -3
- package/build/components/RightLeftExpandingCenterChip/style.d.ts +13 -13
- package/build/components/SearchButton/styles.d.ts +2 -2
- package/build/components/StatusIcons/AuthIcons/style.d.ts +2 -2
- package/build/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +1 -1
- package/build/components/StatusIcons/ChargeStatusIcon/style.d.ts +6 -6
- package/build/components/StatusIcons/SourceIcons/style.d.ts +1 -1
- package/build/components/TableCells/CustomCells/ActionCell/style.d.ts +1 -1
- package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +1 -1
- package/build/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +2 -2
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +5 -5
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +5 -5
- package/build/components/TableCells/CustomCells/BalanceCell/style.d.ts +1 -1
- package/build/components/TableCells/CustomCells/ChannelsCell/style.d.ts +1 -1
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +1 -1
- package/build/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +5 -5
- package/build/components/TableCells/CustomCells/DueDateCell/style.d.ts +1 -1
- package/build/components/TableCells/CustomCells/IDButton/style.d.ts +2 -2
- package/build/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +1 -1
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +1 -1
- package/build/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +5 -5
- package/build/components/TableCells/CustomCells/ProductsCell/style.d.ts +1 -1
- package/build/components/TableCells/CustomCells/ReferenceCell/style.d.ts +1 -1
- package/build/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +2 -2
- package/build/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +1 -1
- package/build/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +1 -1
- package/build/components/TableCells/CustomCells/SegmentsCell/style.d.ts +1 -1
- package/build/components/TableCells/CustomCells/SourceCell/style.d.ts +1 -1
- package/build/components/TableCells/CustomCells/SourceMergedCell/style.d.ts +6 -6
- package/build/components/TableCells/CustomCells/StatusCell/style.d.ts +6 -6
- package/build/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +5 -5
- package/build/components/TableCells/CustomCells/style.d.ts +1 -1
- package/build/components/VirtualTables/components/style.d.ts +1 -1
- package/build/components/Window/style.d.ts +2 -2
- package/build/constants/apps.d.ts +0 -3
- package/build/constants/apps.js +0 -1
- package/build/utils/localStorage.d.ts +4 -1
- package/build/utils/localStorage.js +11 -0
- package/package.json +139 -139
package/LICENSE
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2025 Tap Payments
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Tap Payments
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
# os-micro-frontend-shared
|
|
2
|
-
|
|
3
|
-
## Publishing Workflow
|
|
4
|
-
|
|
5
|
-
1. Update version in package.json
|
|
6
|
-
2. Commit changes
|
|
7
|
-
3. Create and push a tag:
|
|
8
|
-
|
|
9
|
-
```bash
|
|
10
|
-
npm version patch # or minor, major
|
|
11
|
-
git push origin main --tags
|
|
12
|
-
```
|
|
1
|
+
# os-micro-frontend-shared
|
|
2
|
+
|
|
3
|
+
## Publishing Workflow
|
|
4
|
+
|
|
5
|
+
1. Update version in package.json
|
|
6
|
+
2. Commit changes
|
|
7
|
+
3. Create and push a tag:
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
npm version patch # or minor, major
|
|
11
|
+
git push origin main --tags
|
|
12
|
+
```
|
|
@@ -56,7 +56,7 @@ export declare const SourcesContainer: import("@emotion/styled").StyledComponent
|
|
|
56
56
|
results?: number | undefined;
|
|
57
57
|
security?: string | undefined;
|
|
58
58
|
unselectable?: "off" | "on" | undefined;
|
|
59
|
-
inputMode?: "none" | "email" | "search" | "numeric" | "
|
|
59
|
+
inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
|
|
60
60
|
is?: string | undefined;
|
|
61
61
|
exportparts?: string | undefined;
|
|
62
62
|
part?: string | undefined;
|
|
@@ -46,7 +46,7 @@ export declare const AgreementImageWrapper: import("@emotion/styled").StyledComp
|
|
|
46
46
|
results?: number | undefined;
|
|
47
47
|
security?: string | undefined;
|
|
48
48
|
unselectable?: "off" | "on" | undefined;
|
|
49
|
-
inputMode?: "none" | "email" | "search" | "numeric" | "
|
|
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 DialogWrapper: 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" | "
|
|
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 Wrapper: 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" | "
|
|
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 @@ declare const ImageWrapper: 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" | "
|
|
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;
|
|
@@ -137,7 +137,7 @@ export declare const JSONViewerWrapper: import("@emotion/styled").StyledComponen
|
|
|
137
137
|
results?: number | undefined;
|
|
138
138
|
security?: string | undefined;
|
|
139
139
|
unselectable?: "off" | "on" | undefined;
|
|
140
|
-
inputMode?: "none" | "email" | "search" | "numeric" | "
|
|
140
|
+
inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
|
|
141
141
|
is?: string | undefined;
|
|
142
142
|
exportparts?: string | undefined;
|
|
143
143
|
part?: string | undefined;
|
|
@@ -402,7 +402,7 @@ export declare const JSONViewerWrapperRequest: import("@emotion/styled").StyledC
|
|
|
402
402
|
results?: number | undefined;
|
|
403
403
|
security?: string | undefined;
|
|
404
404
|
unselectable?: "off" | "on" | undefined;
|
|
405
|
-
inputMode?: "none" | "email" | "search" | "numeric" | "
|
|
405
|
+
inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
|
|
406
406
|
is?: string | undefined;
|
|
407
407
|
exportparts?: string | undefined;
|
|
408
408
|
part?: string | undefined;
|
|
@@ -50,7 +50,7 @@ export declare const Container: import("@emotion/styled").StyledComponent<{
|
|
|
50
50
|
results?: number | undefined;
|
|
51
51
|
security?: string | undefined;
|
|
52
52
|
unselectable?: "off" | "on" | undefined;
|
|
53
|
-
inputMode?: "none" | "email" | "search" | "numeric" | "
|
|
53
|
+
inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
|
|
54
54
|
is?: string | undefined;
|
|
55
55
|
exportparts?: string | undefined;
|
|
56
56
|
part?: string | undefined;
|
|
@@ -313,7 +313,7 @@ export declare const PeekChip: import("@emotion/styled").StyledComponent<{
|
|
|
313
313
|
results?: number | undefined;
|
|
314
314
|
security?: string | undefined;
|
|
315
315
|
unselectable?: "off" | "on" | undefined;
|
|
316
|
-
inputMode?: "none" | "email" | "search" | "numeric" | "
|
|
316
|
+
inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
|
|
317
317
|
is?: string | undefined;
|
|
318
318
|
exportparts?: string | undefined;
|
|
319
319
|
part?: string | undefined;
|
|
@@ -575,7 +575,7 @@ export declare const MainChip: import("@emotion/styled").StyledComponent<{
|
|
|
575
575
|
results?: number | undefined;
|
|
576
576
|
security?: string | undefined;
|
|
577
577
|
unselectable?: "off" | "on" | undefined;
|
|
578
|
-
inputMode?: "none" | "email" | "search" | "numeric" | "
|
|
578
|
+
inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
|
|
579
579
|
is?: string | undefined;
|
|
580
580
|
exportparts?: string | undefined;
|
|
581
581
|
part?: string | undefined;
|
|
@@ -48,7 +48,7 @@ export declare const CenterIconWrapper: import("@emotion/styled").StyledComponen
|
|
|
48
48
|
results?: number | undefined;
|
|
49
49
|
security?: string | undefined;
|
|
50
50
|
unselectable?: "off" | "on" | undefined;
|
|
51
|
-
inputMode?: "none" | "email" | "search" | "numeric" | "
|
|
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;
|
|
@@ -310,7 +310,7 @@ export declare const CenterShiftWrapper: import("@emotion/styled").StyledCompone
|
|
|
310
310
|
results?: number | undefined;
|
|
311
311
|
security?: string | undefined;
|
|
312
312
|
unselectable?: "off" | "on" | undefined;
|
|
313
|
-
inputMode?: "none" | "email" | "search" | "numeric" | "
|
|
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;
|
|
@@ -572,7 +572,7 @@ export declare const LeftExpandIcon: import("@emotion/styled").StyledComponent<{
|
|
|
572
572
|
results?: number | undefined;
|
|
573
573
|
security?: string | undefined;
|
|
574
574
|
unselectable?: "off" | "on" | undefined;
|
|
575
|
-
inputMode?: "none" | "email" | "search" | "numeric" | "
|
|
575
|
+
inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
|
|
576
576
|
is?: string | undefined;
|
|
577
577
|
exportparts?: string | undefined;
|
|
578
578
|
part?: string | undefined;
|
|
@@ -834,7 +834,7 @@ export declare const RightExpandIcon: import("@emotion/styled").StyledComponent<
|
|
|
834
834
|
results?: number | undefined;
|
|
835
835
|
security?: string | undefined;
|
|
836
836
|
unselectable?: "off" | "on" | undefined;
|
|
837
|
-
inputMode?: "none" | "email" | "search" | "numeric" | "
|
|
837
|
+
inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
|
|
838
838
|
is?: string | undefined;
|
|
839
839
|
exportparts?: string | undefined;
|
|
840
840
|
part?: string | undefined;
|
|
@@ -1096,7 +1096,7 @@ export declare const ExpandedSection: import("@emotion/styled").StyledComponent<
|
|
|
1096
1096
|
results?: number | undefined;
|
|
1097
1097
|
security?: string | undefined;
|
|
1098
1098
|
unselectable?: "off" | "on" | undefined;
|
|
1099
|
-
inputMode?: "none" | "email" | "search" | "numeric" | "
|
|
1099
|
+
inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
|
|
1100
1100
|
is?: string | undefined;
|
|
1101
1101
|
exportparts?: string | undefined;
|
|
1102
1102
|
part?: string | undefined;
|
|
@@ -1363,7 +1363,7 @@ export declare const PeekContainer: import("@emotion/styled").StyledComponent<{
|
|
|
1363
1363
|
results?: number | undefined;
|
|
1364
1364
|
security?: string | undefined;
|
|
1365
1365
|
unselectable?: "off" | "on" | undefined;
|
|
1366
|
-
inputMode?: "none" | "email" | "search" | "numeric" | "
|
|
1366
|
+
inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
|
|
1367
1367
|
is?: string | undefined;
|
|
1368
1368
|
exportparts?: string | undefined;
|
|
1369
1369
|
part?: string | undefined;
|
|
@@ -1625,7 +1625,7 @@ export declare const CenterChip: import("@emotion/styled").StyledComponent<{
|
|
|
1625
1625
|
results?: number | undefined;
|
|
1626
1626
|
security?: string | undefined;
|
|
1627
1627
|
unselectable?: "off" | "on" | undefined;
|
|
1628
|
-
inputMode?: "none" | "email" | "search" | "numeric" | "
|
|
1628
|
+
inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
|
|
1629
1629
|
is?: string | undefined;
|
|
1630
1630
|
exportparts?: string | undefined;
|
|
1631
1631
|
part?: string | undefined;
|
|
@@ -1887,7 +1887,7 @@ export declare const CenterContent: import("@emotion/styled").StyledComponent<{
|
|
|
1887
1887
|
results?: number | undefined;
|
|
1888
1888
|
security?: string | undefined;
|
|
1889
1889
|
unselectable?: "off" | "on" | undefined;
|
|
1890
|
-
inputMode?: "none" | "email" | "search" | "numeric" | "
|
|
1890
|
+
inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
|
|
1891
1891
|
is?: string | undefined;
|
|
1892
1892
|
exportparts?: string | undefined;
|
|
1893
1893
|
part?: string | undefined;
|
|
@@ -2149,7 +2149,7 @@ export declare const ExpandableContainer: import("@emotion/styled").StyledCompon
|
|
|
2149
2149
|
results?: number | undefined;
|
|
2150
2150
|
security?: string | undefined;
|
|
2151
2151
|
unselectable?: "off" | "on" | undefined;
|
|
2152
|
-
inputMode?: "none" | "email" | "search" | "numeric" | "
|
|
2152
|
+
inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
|
|
2153
2153
|
is?: string | undefined;
|
|
2154
2154
|
exportparts?: string | undefined;
|
|
2155
2155
|
part?: string | undefined;
|
|
@@ -2411,7 +2411,7 @@ export declare const ExpandableInner: import("@emotion/styled").StyledComponent<
|
|
|
2411
2411
|
results?: number | undefined;
|
|
2412
2412
|
security?: string | undefined;
|
|
2413
2413
|
unselectable?: "off" | "on" | undefined;
|
|
2414
|
-
inputMode?: "none" | "email" | "search" | "numeric" | "
|
|
2414
|
+
inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
|
|
2415
2415
|
is?: string | undefined;
|
|
2416
2416
|
exportparts?: string | undefined;
|
|
2417
2417
|
part?: string | undefined;
|
|
@@ -2673,7 +2673,7 @@ export declare const LeftPeekChip: import("@emotion/styled").StyledComponent<{
|
|
|
2673
2673
|
results?: number | undefined;
|
|
2674
2674
|
security?: string | undefined;
|
|
2675
2675
|
unselectable?: "off" | "on" | undefined;
|
|
2676
|
-
inputMode?: "none" | "email" | "search" | "numeric" | "
|
|
2676
|
+
inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
|
|
2677
2677
|
is?: string | undefined;
|
|
2678
2678
|
exportparts?: string | undefined;
|
|
2679
2679
|
part?: string | undefined;
|
|
@@ -2935,7 +2935,7 @@ export declare const RightPeekChip: import("@emotion/styled").StyledComponent<{
|
|
|
2935
2935
|
results?: number | undefined;
|
|
2936
2936
|
security?: string | undefined;
|
|
2937
2937
|
unselectable?: "off" | "on" | undefined;
|
|
2938
|
-
inputMode?: "none" | "email" | "search" | "numeric" | "
|
|
2938
|
+
inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
|
|
2939
2939
|
is?: string | undefined;
|
|
2940
2940
|
exportparts?: string | undefined;
|
|
2941
2941
|
part?: string | undefined;
|
|
@@ -3197,7 +3197,7 @@ export declare const ExpandChip: import("@emotion/styled").StyledComponent<{
|
|
|
3197
3197
|
results?: number | undefined;
|
|
3198
3198
|
security?: string | undefined;
|
|
3199
3199
|
unselectable?: "off" | "on" | undefined;
|
|
3200
|
-
inputMode?: "none" | "email" | "search" | "numeric" | "
|
|
3200
|
+
inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
|
|
3201
3201
|
is?: string | undefined;
|
|
3202
3202
|
exportparts?: string | undefined;
|
|
3203
3203
|
part?: string | undefined;
|
|
@@ -55,7 +55,7 @@ export declare const StyledInput: import("@emotion/styled").StyledComponent<{
|
|
|
55
55
|
results?: number | undefined;
|
|
56
56
|
security?: string | undefined;
|
|
57
57
|
unselectable?: "off" | "on" | undefined;
|
|
58
|
-
inputMode?: "none" | "email" | "search" | "numeric" | "
|
|
58
|
+
inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
|
|
59
59
|
is?: string | undefined;
|
|
60
60
|
exportparts?: string | undefined;
|
|
61
61
|
part?: string | undefined;
|
|
@@ -341,7 +341,7 @@ export declare const Icon: import("@emotion/styled").StyledComponent<{
|
|
|
341
341
|
results?: number | undefined;
|
|
342
342
|
security?: string | undefined;
|
|
343
343
|
unselectable?: "off" | "on" | undefined;
|
|
344
|
-
inputMode?: "none" | "email" | "search" | "numeric" | "
|
|
344
|
+
inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
|
|
345
345
|
is?: string | undefined;
|
|
346
346
|
exportparts?: string | undefined;
|
|
347
347
|
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" | "
|
|
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;
|
|
@@ -315,7 +315,7 @@ export declare const AuthCellContainer: import("@emotion/styled").StyledComponen
|
|
|
315
315
|
results?: number | undefined;
|
|
316
316
|
security?: string | undefined;
|
|
317
317
|
unselectable?: "off" | "on" | undefined;
|
|
318
|
-
inputMode?: "none" | "email" | "search" | "numeric" | "
|
|
318
|
+
inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
|
|
319
319
|
is?: string | undefined;
|
|
320
320
|
exportparts?: string | undefined;
|
|
321
321
|
part?: string | undefined;
|
|
@@ -46,7 +46,7 @@ export declare const BalanceCellContainer: 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" | "
|
|
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 ErrorCodeLabel: 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" | "
|
|
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" | "
|
|
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;
|
|
@@ -571,7 +571,7 @@ export declare const GatewayIconWrapper: import("@emotion/styled").StyledCompone
|
|
|
571
571
|
results?: number | undefined;
|
|
572
572
|
security?: string | undefined;
|
|
573
573
|
unselectable?: "off" | "on" | undefined;
|
|
574
|
-
inputMode?: "none" | "email" | "search" | "numeric" | "
|
|
574
|
+
inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
|
|
575
575
|
is?: string | undefined;
|
|
576
576
|
exportparts?: string | undefined;
|
|
577
577
|
part?: string | undefined;
|
|
@@ -833,7 +833,7 @@ export declare const GatewaysContainer: import("@emotion/styled").StyledComponen
|
|
|
833
833
|
results?: number | undefined;
|
|
834
834
|
security?: string | undefined;
|
|
835
835
|
unselectable?: "off" | "on" | undefined;
|
|
836
|
-
inputMode?: "none" | "email" | "search" | "numeric" | "
|
|
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;
|
|
@@ -1097,7 +1097,7 @@ export declare const UnCapturedBadge: import("@emotion/styled").StyledComponent<
|
|
|
1097
1097
|
results?: number | undefined;
|
|
1098
1098
|
security?: string | undefined;
|
|
1099
1099
|
unselectable?: "off" | "on" | undefined;
|
|
1100
|
-
inputMode?: "none" | "email" | "search" | "numeric" | "
|
|
1100
|
+
inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
|
|
1101
1101
|
is?: string | undefined;
|
|
1102
1102
|
exportparts?: string | undefined;
|
|
1103
1103
|
part?: string | undefined;
|
|
@@ -1359,7 +1359,7 @@ export declare const UnCapturedContainer: import("@emotion/styled").StyledCompon
|
|
|
1359
1359
|
results?: number | undefined;
|
|
1360
1360
|
security?: string | undefined;
|
|
1361
1361
|
unselectable?: "off" | "on" | undefined;
|
|
1362
|
-
inputMode?: "none" | "email" | "search" | "numeric" | "
|
|
1362
|
+
inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
|
|
1363
1363
|
is?: string | undefined;
|
|
1364
1364
|
exportparts?: string | undefined;
|
|
1365
1365
|
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" | "
|
|
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;
|
|
@@ -59,7 +59,7 @@ export declare const ActionIcon: import("@emotion/styled").StyledComponent<{
|
|
|
59
59
|
results?: number | undefined;
|
|
60
60
|
security?: string | undefined;
|
|
61
61
|
unselectable?: "off" | "on" | undefined;
|
|
62
|
-
inputMode?: "none" | "email" | "search" | "numeric" | "
|
|
62
|
+
inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
|
|
63
63
|
is?: string | undefined;
|
|
64
64
|
exportparts?: string | undefined;
|
|
65
65
|
part?: string | undefined;
|
|
@@ -47,7 +47,7 @@ export declare const AppsStatusContainer: import("@emotion/styled").StyledCompon
|
|
|
47
47
|
results?: number | undefined;
|
|
48
48
|
security?: string | undefined;
|
|
49
49
|
unselectable?: "off" | "on" | undefined;
|
|
50
|
-
inputMode?: "none" | "email" | "search" | "numeric" | "
|
|
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;
|
|
@@ -47,7 +47,7 @@ export declare const AuthCellContainer: import("@emotion/styled").StyledComponen
|
|
|
47
47
|
results?: number | undefined;
|
|
48
48
|
security?: string | undefined;
|
|
49
49
|
unselectable?: "off" | "on" | undefined;
|
|
50
|
-
inputMode?: "none" | "email" | "search" | "numeric" | "
|
|
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;
|
|
@@ -314,7 +314,7 @@ export declare const AuthenticationStatusesContainer: import("@emotion/styled").
|
|
|
314
314
|
results?: number | undefined;
|
|
315
315
|
security?: string | undefined;
|
|
316
316
|
unselectable?: "off" | "on" | undefined;
|
|
317
|
-
inputMode?: "none" | "email" | "search" | "numeric" | "
|
|
317
|
+
inputMode?: "none" | "email" | "search" | "numeric" | "text" | "url" | "tel" | "decimal" | undefined;
|
|
318
318
|
is?: string | undefined;
|
|
319
319
|
exportparts?: string | undefined;
|
|
320
320
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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 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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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 BalanceCellContainer: 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" | "
|
|
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 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" | "
|
|
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 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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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 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" | "
|
|
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;
|