enwawa-ui 1.1.1 → 1.2.1
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 +6 -0
- package/lib/index.d.ts +4 -3
- package/lib/index.d.ts.map +1 -1
- package/lib/index.es.js +9 -7
- package/lib/index.es.js.map +1 -1
- package/lib/index.js +9 -7
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/lib/index.d.ts
CHANGED
|
@@ -2894,6 +2894,7 @@ export interface IFormStep {
|
|
|
2894
2894
|
formInitialItems?: _IFormData1;
|
|
2895
2895
|
form?: OrFormProps['form'];
|
|
2896
2896
|
onFinish?: (e: any) => void;
|
|
2897
|
+
cancelBtnIcon?: ReactNode;
|
|
2897
2898
|
}
|
|
2898
2899
|
export interface TmCrudPageProps {
|
|
2899
2900
|
/**
|
|
@@ -3319,7 +3320,7 @@ export interface TmRechargePageProps {
|
|
|
3319
3320
|
/**
|
|
3320
3321
|
* terms and conditions disclaimer
|
|
3321
3322
|
*/
|
|
3322
|
-
|
|
3323
|
+
termsDisclaimer?: string;
|
|
3323
3324
|
/**
|
|
3324
3325
|
* terms and conditions change
|
|
3325
3326
|
*/
|
|
@@ -3462,7 +3463,7 @@ export interface OrPaymentMethodsProps {
|
|
|
3462
3463
|
/**
|
|
3463
3464
|
* Form Steps info
|
|
3464
3465
|
*/
|
|
3465
|
-
currentPaymentSelectedFields
|
|
3466
|
+
currentPaymentSelectedFields?: IFormStep;
|
|
3466
3467
|
/**
|
|
3467
3468
|
* on value change function
|
|
3468
3469
|
*/
|
|
@@ -3478,7 +3479,7 @@ export interface OrPaymentMethodsProps {
|
|
|
3478
3479
|
/**
|
|
3479
3480
|
* terms and conditions disclaimer
|
|
3480
3481
|
*/
|
|
3481
|
-
|
|
3482
|
+
termsDisclaimer?: string;
|
|
3482
3483
|
/**
|
|
3483
3484
|
* terms and conditions change
|
|
3484
3485
|
*/
|