@ironsource/shared-ui 2.1.12-test.60 → 2.1.12-test.61
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/composables/useFormValidation.d.ts +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
|
@@ -14,7 +14,7 @@ export type UseFormValidationReponseType<T> = {
|
|
|
14
14
|
validationErrors: ValidationErrorsType<T>;
|
|
15
15
|
isValid: Ref<boolean>;
|
|
16
16
|
validate: (isReactive?: boolean) => void;
|
|
17
|
-
stopValidating: () => void;
|
|
17
|
+
stopValidating: (resetErrors?: boolean) => void;
|
|
18
18
|
};
|
|
19
19
|
export declare const scrollToElementByClass: (elementClass: string, index?: number) => void;
|
|
20
20
|
export declare const scrollToFirstInvalidElement: <T>(validationErrors: Partial<Record<keyof T, string>>) => void;
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './
|
|
1
|
+
import './MenuItem.vue_vue_type_style_index_0_scoped_67e53b85_lang.css';
|
|
2
2
|
import { AppTriggerTypes as eo } from "./components/appTrigger/index.js";
|
|
3
3
|
import { AutocompleteDropdownTypes as to } from "./components/autocompleteDropdown/index.js";
|
|
4
4
|
import { MenuItemTypes as ao } from "./components/menuItem/index.js";
|