@rebilly/framepay-react 9.83.0 → 9.85.0
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/CHANGELOG.md +2 -2
- package/build/lib/components/injector.d.ts +0 -160
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [9.
|
|
1
|
+
## [9.85.0](https://github.com/Rebilly/rebilly/compare/framepay-react-v9.84.0...framepay-react-v9.85.0) (2025-07-08)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
* **
|
|
6
|
+
* **fe:** Upgrade vue to 3.5.16 ([#12773](https://github.com/Rebilly/rebilly/issues/12773)) ([7d2339b](https://github.com/Rebilly/rebilly/commit/7d2339b0ea57b0f097e5bc76d18b692768ec3141))
|
|
@@ -21,26 +21,6 @@ export declare function withFramePay<OriginalProps extends object>(WrappedCompon
|
|
|
21
21
|
componentWillUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
22
22
|
UNSAFE_componentWillUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
23
23
|
};
|
|
24
|
-
new (props: OriginalProps, context: any): {
|
|
25
|
-
render(): React.JSX.Element;
|
|
26
|
-
context: unknown;
|
|
27
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<OriginalProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
28
|
-
forceUpdate(callback?: (() => void) | undefined): void;
|
|
29
|
-
readonly props: Readonly<OriginalProps>;
|
|
30
|
-
state: Readonly<{}>;
|
|
31
|
-
componentDidMount?(): void;
|
|
32
|
-
shouldComponentUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
33
|
-
componentWillUnmount?(): void;
|
|
34
|
-
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
35
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<OriginalProps>, prevState: Readonly<{}>): any;
|
|
36
|
-
componentDidUpdate?(prevProps: Readonly<OriginalProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
37
|
-
componentWillMount?(): void;
|
|
38
|
-
UNSAFE_componentWillMount?(): void;
|
|
39
|
-
componentWillReceiveProps?(nextProps: Readonly<OriginalProps>, nextContext: any): void;
|
|
40
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<OriginalProps>, nextContext: any): void;
|
|
41
|
-
componentWillUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
42
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
43
|
-
};
|
|
44
24
|
readonly displayName: string;
|
|
45
25
|
contextType?: React.Context<any> | undefined;
|
|
46
26
|
propTypes?: any;
|
|
@@ -66,26 +46,6 @@ export declare function withFramePayCardComponent<OriginalProps extends object>(
|
|
|
66
46
|
componentWillUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
67
47
|
UNSAFE_componentWillUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
68
48
|
};
|
|
69
|
-
new (props: OriginalProps, context: any): {
|
|
70
|
-
render(): React.JSX.Element;
|
|
71
|
-
context: unknown;
|
|
72
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<OriginalProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
73
|
-
forceUpdate(callback?: (() => void) | undefined): void;
|
|
74
|
-
readonly props: Readonly<OriginalProps>;
|
|
75
|
-
state: Readonly<{}>;
|
|
76
|
-
componentDidMount?(): void;
|
|
77
|
-
shouldComponentUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
78
|
-
componentWillUnmount?(): void;
|
|
79
|
-
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
80
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<OriginalProps>, prevState: Readonly<{}>): any;
|
|
81
|
-
componentDidUpdate?(prevProps: Readonly<OriginalProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
82
|
-
componentWillMount?(): void;
|
|
83
|
-
UNSAFE_componentWillMount?(): void;
|
|
84
|
-
componentWillReceiveProps?(nextProps: Readonly<OriginalProps>, nextContext: any): void;
|
|
85
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<OriginalProps>, nextContext: any): void;
|
|
86
|
-
componentWillUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
87
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
88
|
-
};
|
|
89
49
|
readonly displayName: string;
|
|
90
50
|
contextType?: React.Context<any> | undefined;
|
|
91
51
|
propTypes?: any;
|
|
@@ -111,26 +71,6 @@ export declare function withFramePayBankComponent<OriginalProps extends object>(
|
|
|
111
71
|
componentWillUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
112
72
|
UNSAFE_componentWillUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
113
73
|
};
|
|
114
|
-
new (props: OriginalProps, context: any): {
|
|
115
|
-
render(): React.JSX.Element;
|
|
116
|
-
context: unknown;
|
|
117
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<OriginalProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
118
|
-
forceUpdate(callback?: (() => void) | undefined): void;
|
|
119
|
-
readonly props: Readonly<OriginalProps>;
|
|
120
|
-
state: Readonly<{}>;
|
|
121
|
-
componentDidMount?(): void;
|
|
122
|
-
shouldComponentUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
123
|
-
componentWillUnmount?(): void;
|
|
124
|
-
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
125
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<OriginalProps>, prevState: Readonly<{}>): any;
|
|
126
|
-
componentDidUpdate?(prevProps: Readonly<OriginalProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
127
|
-
componentWillMount?(): void;
|
|
128
|
-
UNSAFE_componentWillMount?(): void;
|
|
129
|
-
componentWillReceiveProps?(nextProps: Readonly<OriginalProps>, nextContext: any): void;
|
|
130
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<OriginalProps>, nextContext: any): void;
|
|
131
|
-
componentWillUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
132
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
133
|
-
};
|
|
134
74
|
readonly displayName: string;
|
|
135
75
|
contextType?: React.Context<any> | undefined;
|
|
136
76
|
propTypes?: any;
|
|
@@ -156,26 +96,6 @@ export declare function withFramePayIBANComponent<OriginalProps extends object>(
|
|
|
156
96
|
componentWillUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
157
97
|
UNSAFE_componentWillUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
158
98
|
};
|
|
159
|
-
new (props: OriginalProps, context: any): {
|
|
160
|
-
render(): React.JSX.Element;
|
|
161
|
-
context: unknown;
|
|
162
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<OriginalProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
163
|
-
forceUpdate(callback?: (() => void) | undefined): void;
|
|
164
|
-
readonly props: Readonly<OriginalProps>;
|
|
165
|
-
state: Readonly<{}>;
|
|
166
|
-
componentDidMount?(): void;
|
|
167
|
-
shouldComponentUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
168
|
-
componentWillUnmount?(): void;
|
|
169
|
-
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
170
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<OriginalProps>, prevState: Readonly<{}>): any;
|
|
171
|
-
componentDidUpdate?(prevProps: Readonly<OriginalProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
172
|
-
componentWillMount?(): void;
|
|
173
|
-
UNSAFE_componentWillMount?(): void;
|
|
174
|
-
componentWillReceiveProps?(nextProps: Readonly<OriginalProps>, nextContext: any): void;
|
|
175
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<OriginalProps>, nextContext: any): void;
|
|
176
|
-
componentWillUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
177
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
178
|
-
};
|
|
179
99
|
readonly displayName: string;
|
|
180
100
|
contextType?: React.Context<any> | undefined;
|
|
181
101
|
propTypes?: any;
|
|
@@ -201,26 +121,6 @@ export declare function withFramePayApplePayComponent<OriginalProps extends obje
|
|
|
201
121
|
componentWillUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
202
122
|
UNSAFE_componentWillUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
203
123
|
};
|
|
204
|
-
new (props: OriginalProps, context: any): {
|
|
205
|
-
render(): React.JSX.Element;
|
|
206
|
-
context: unknown;
|
|
207
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<OriginalProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
208
|
-
forceUpdate(callback?: (() => void) | undefined): void;
|
|
209
|
-
readonly props: Readonly<OriginalProps>;
|
|
210
|
-
state: Readonly<{}>;
|
|
211
|
-
componentDidMount?(): void;
|
|
212
|
-
shouldComponentUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
213
|
-
componentWillUnmount?(): void;
|
|
214
|
-
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
215
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<OriginalProps>, prevState: Readonly<{}>): any;
|
|
216
|
-
componentDidUpdate?(prevProps: Readonly<OriginalProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
217
|
-
componentWillMount?(): void;
|
|
218
|
-
UNSAFE_componentWillMount?(): void;
|
|
219
|
-
componentWillReceiveProps?(nextProps: Readonly<OriginalProps>, nextContext: any): void;
|
|
220
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<OriginalProps>, nextContext: any): void;
|
|
221
|
-
componentWillUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
222
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
223
|
-
};
|
|
224
124
|
readonly displayName: string;
|
|
225
125
|
contextType?: React.Context<any> | undefined;
|
|
226
126
|
propTypes?: any;
|
|
@@ -246,26 +146,6 @@ export declare function withFramePaySamsungPayComponent<OriginalProps extends ob
|
|
|
246
146
|
componentWillUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
247
147
|
UNSAFE_componentWillUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
248
148
|
};
|
|
249
|
-
new (props: OriginalProps, context: any): {
|
|
250
|
-
render(): React.JSX.Element;
|
|
251
|
-
context: unknown;
|
|
252
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<OriginalProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
253
|
-
forceUpdate(callback?: (() => void) | undefined): void;
|
|
254
|
-
readonly props: Readonly<OriginalProps>;
|
|
255
|
-
state: Readonly<{}>;
|
|
256
|
-
componentDidMount?(): void;
|
|
257
|
-
shouldComponentUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
258
|
-
componentWillUnmount?(): void;
|
|
259
|
-
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
260
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<OriginalProps>, prevState: Readonly<{}>): any;
|
|
261
|
-
componentDidUpdate?(prevProps: Readonly<OriginalProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
262
|
-
componentWillMount?(): void;
|
|
263
|
-
UNSAFE_componentWillMount?(): void;
|
|
264
|
-
componentWillReceiveProps?(nextProps: Readonly<OriginalProps>, nextContext: any): void;
|
|
265
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<OriginalProps>, nextContext: any): void;
|
|
266
|
-
componentWillUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
267
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
268
|
-
};
|
|
269
149
|
readonly displayName: string;
|
|
270
150
|
contextType?: React.Context<any> | undefined;
|
|
271
151
|
propTypes?: any;
|
|
@@ -291,26 +171,6 @@ export declare function withFramePayGooglePayComponent<OriginalProps extends obj
|
|
|
291
171
|
componentWillUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
292
172
|
UNSAFE_componentWillUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
293
173
|
};
|
|
294
|
-
new (props: OriginalProps, context: any): {
|
|
295
|
-
render(): React.JSX.Element;
|
|
296
|
-
context: unknown;
|
|
297
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<OriginalProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
298
|
-
forceUpdate(callback?: (() => void) | undefined): void;
|
|
299
|
-
readonly props: Readonly<OriginalProps>;
|
|
300
|
-
state: Readonly<{}>;
|
|
301
|
-
componentDidMount?(): void;
|
|
302
|
-
shouldComponentUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
303
|
-
componentWillUnmount?(): void;
|
|
304
|
-
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
305
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<OriginalProps>, prevState: Readonly<{}>): any;
|
|
306
|
-
componentDidUpdate?(prevProps: Readonly<OriginalProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
307
|
-
componentWillMount?(): void;
|
|
308
|
-
UNSAFE_componentWillMount?(): void;
|
|
309
|
-
componentWillReceiveProps?(nextProps: Readonly<OriginalProps>, nextContext: any): void;
|
|
310
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<OriginalProps>, nextContext: any): void;
|
|
311
|
-
componentWillUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
312
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
313
|
-
};
|
|
314
174
|
readonly displayName: string;
|
|
315
175
|
contextType?: React.Context<any> | undefined;
|
|
316
176
|
propTypes?: any;
|
|
@@ -336,26 +196,6 @@ export declare function withFramePayPaypalComponent<OriginalProps extends object
|
|
|
336
196
|
componentWillUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
337
197
|
UNSAFE_componentWillUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
338
198
|
};
|
|
339
|
-
new (props: OriginalProps, context: any): {
|
|
340
|
-
render(): React.JSX.Element;
|
|
341
|
-
context: unknown;
|
|
342
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<OriginalProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
343
|
-
forceUpdate(callback?: (() => void) | undefined): void;
|
|
344
|
-
readonly props: Readonly<OriginalProps>;
|
|
345
|
-
state: Readonly<{}>;
|
|
346
|
-
componentDidMount?(): void;
|
|
347
|
-
shouldComponentUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
348
|
-
componentWillUnmount?(): void;
|
|
349
|
-
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
350
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<OriginalProps>, prevState: Readonly<{}>): any;
|
|
351
|
-
componentDidUpdate?(prevProps: Readonly<OriginalProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
352
|
-
componentWillMount?(): void;
|
|
353
|
-
UNSAFE_componentWillMount?(): void;
|
|
354
|
-
componentWillReceiveProps?(nextProps: Readonly<OriginalProps>, nextContext: any): void;
|
|
355
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<OriginalProps>, nextContext: any): void;
|
|
356
|
-
componentWillUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
357
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<OriginalProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
358
|
-
};
|
|
359
199
|
readonly displayName: string;
|
|
360
200
|
contextType?: React.Context<any> | undefined;
|
|
361
201
|
propTypes?: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rebilly/framepay-react",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.85.0",
|
|
4
4
|
"description": "A React wrapper for Rebilly's FramePay offering out-of-the-box support for Redux and other common React features",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"author": "Rebilly",
|