@zag-js/form-utils
Advanced tools
Comparing version 0.0.0-dev-20221118145623 to 0.0.0-dev-20221121143513
@@ -10,4 +10,2 @@ declare type DescriptorOptions = { | ||
declare function getClosestForm(el: HTMLElement): HTMLFormElement | null; | ||
declare function trackFormReset(el: HTMLElement | null | undefined, callback: () => void): (() => void) | undefined; | ||
declare function trackFieldsetDisabled(el: HTMLElement | null | undefined, callback: (disabled: boolean) => void): (() => void) | undefined; | ||
declare function isNativeDisabled(el: HTMLElement): boolean; | ||
@@ -20,2 +18,2 @@ declare type FormControlOptions = { | ||
export { FormControlOptions, dispatchInputCheckedEvent, dispatchInputValueEvent, getClosestForm, isNativeDisabled, setElementValue, trackFieldsetDisabled, trackFormControl, trackFormReset }; | ||
export { FormControlOptions, dispatchInputCheckedEvent, dispatchInputValueEvent, getClosestForm, isNativeDisabled, setElementValue, trackFormControl }; |
@@ -28,5 +28,3 @@ "use strict"; | ||
setElementValue: () => setElementValue, | ||
trackFieldsetDisabled: () => trackFieldsetDisabled, | ||
trackFormControl: () => trackFormControl, | ||
trackFormReset: () => trackFormReset | ||
trackFormControl: () => trackFormControl | ||
}); | ||
@@ -144,5 +142,3 @@ module.exports = __toCommonJS(src_exports); | ||
setElementValue, | ||
trackFieldsetDisabled, | ||
trackFormControl, | ||
trackFormReset | ||
trackFormControl | ||
}); |
{ | ||
"name": "@zag-js/form-utils", | ||
"version": "0.0.0-dev-20221118145623", | ||
"version": "0.0.0-dev-20221121143513", | ||
"description": "", | ||
@@ -22,3 +22,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@zag-js/dom-utils": "0.0.0-dev-20221118145623" | ||
"@zag-js/dom-utils": "0.2.1" | ||
}, | ||
@@ -25,0 +25,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11304
261