Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@zag-js/form-utils

Package Overview
Dependencies
Maintainers
1
Versions
710
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/form-utils - npm Package Compare versions

Comparing version 0.0.0-dev-20221118145623 to 0.0.0-dev-20221121143513

4

dist/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc