@tuwaio/nova-connect 1.0.0-fix-packages-alpha.8.248b55a → 1.0.0-fix-packages-alpha.9.9923b67
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/dist/{ToastError-6LkjoeWK.d.ts → ToastError-CqHOhDlW.d.ts} +3 -0
- package/dist/{ToastError-ipIfpFnb.d.cts → ToastError-zeIbJ_fX.d.cts} +3 -0
- package/dist/chunk-FLMLUIWP.js +6 -0
- package/dist/chunk-FLMLUIWP.js.map +1 -0
- package/dist/{chunk-ELZNFJGW.cjs → chunk-HSSFGBEA.cjs} +4 -4
- package/dist/chunk-HSSFGBEA.cjs.map +1 -0
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.d.cts +1 -1
- package/dist/components/index.d.ts +1 -1
- package/dist/components/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/package.json +3 -3
- package/dist/chunk-DOBN2JUR.js +0 -6
- package/dist/chunk-DOBN2JUR.js.map +0 -1
- package/dist/chunk-ELZNFJGW.cjs.map +0 -1
|
@@ -4985,6 +4985,7 @@ type InputProps = {
|
|
|
4985
4985
|
value: string;
|
|
4986
4986
|
onChange: (event: React__default.ChangeEvent<HTMLInputElement>) => void;
|
|
4987
4987
|
onBlur: () => void;
|
|
4988
|
+
onPaste?: (event: React__default.ClipboardEvent<HTMLInputElement>) => void;
|
|
4988
4989
|
placeholder?: string;
|
|
4989
4990
|
'aria-describedby'?: string;
|
|
4990
4991
|
'aria-invalid'?: 'true' | 'false';
|
|
@@ -5034,6 +5035,8 @@ type ImpersonateFormCustomization = {
|
|
|
5034
5035
|
onInputChange?: (value: string) => void;
|
|
5035
5036
|
/** Custom handler for input blur (called after default logic) */
|
|
5036
5037
|
onInputBlur?: (value: string) => void;
|
|
5038
|
+
/** Custom handler for paste events */
|
|
5039
|
+
onInputPaste?: (value: string) => void;
|
|
5037
5040
|
/** Custom handler for validation start */
|
|
5038
5041
|
onValidationStart?: (value: string) => void;
|
|
5039
5042
|
/** Custom handler for validation complete */
|
|
@@ -4985,6 +4985,7 @@ type InputProps = {
|
|
|
4985
4985
|
value: string;
|
|
4986
4986
|
onChange: (event: React__default.ChangeEvent<HTMLInputElement>) => void;
|
|
4987
4987
|
onBlur: () => void;
|
|
4988
|
+
onPaste?: (event: React__default.ClipboardEvent<HTMLInputElement>) => void;
|
|
4988
4989
|
placeholder?: string;
|
|
4989
4990
|
'aria-describedby'?: string;
|
|
4990
4991
|
'aria-invalid'?: 'true' | 'false';
|
|
@@ -5034,6 +5035,8 @@ type ImpersonateFormCustomization = {
|
|
|
5034
5035
|
onInputChange?: (value: string) => void;
|
|
5035
5036
|
/** Custom handler for input blur (called after default logic) */
|
|
5036
5037
|
onInputBlur?: (value: string) => void;
|
|
5038
|
+
/** Custom handler for paste events */
|
|
5039
|
+
onInputPaste?: (value: string) => void;
|
|
5037
5040
|
/** Custom handler for validation start */
|
|
5038
5041
|
onValidationStart?: (value: string) => void;
|
|
5039
5042
|
/** Custom handler for validation complete */
|