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

jenesius-vue-form

Package Overview
Dependencies
Maintainers
1
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jenesius-vue-form - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

dist/dts/debug/debug.d.ts

7

dist/dts/classes/Form.d.ts

@@ -23,2 +23,3 @@ import EventEmitter from "jenesius-event-emitter";

static EVENT_DISABLED: string;
static EVENT_WAIT: string;
/**

@@ -42,2 +43,4 @@ * @description. Find the parent Form. Using for subscribe elements.

parentForm?: Form;
set wait(v: boolean);
get wait(): boolean;
/**

@@ -66,3 +69,2 @@ * @description Getting cast of Form.values

setValues(values?: Values): void;
get debug(): boolean;
constructor(params?: FormParams);

@@ -134,3 +136,3 @@ private markChanges;

/**
* @deprecated
* @deprecated Use form.subscribe
* */

@@ -223,3 +225,2 @@ depend(item: any): () => void;

interface FormParams {
debug?: boolean;
name?: string;

@@ -226,0 +227,0 @@ parent?: boolean;

@@ -6,3 +6,4 @@ export default function config(params: ConfigParams): void;

};
debug?: boolean;
}
export {};

@@ -7,3 +7,4 @@ declare const STORE: IStore;

};
debug: boolean;
}
export default STORE;

@@ -5,6 +5,8 @@ import Form from "../classes/Form";

disabled: boolean;
wait: boolean;
state: {
changed: boolean;
disabled: boolean;
wait: boolean;
};
};
{
"name": "jenesius-vue-form",
"version": "2.2.1",
"version": "2.2.2",
"description": "Heavy form system for Vue.js",

@@ -5,0 +5,0 @@ "author": "Jenesius",

Sorry, the diff of this file is too big to display

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