@liquidcommerce/elements-sdk 2.5.6-beta.15 → 2.5.6-beta.17
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.
|
@@ -30,6 +30,8 @@ export declare class BirthdateInputComponent extends BaseComponent<IBirthdateInp
|
|
|
30
30
|
private formatMonth;
|
|
31
31
|
private formatDay;
|
|
32
32
|
private formatYear;
|
|
33
|
+
private padMonthOnBlur;
|
|
34
|
+
private padDayOnBlur;
|
|
33
35
|
private handleNavigation;
|
|
34
36
|
private handleChange;
|
|
35
37
|
private isFieldsComplete;
|
package/package.json
CHANGED