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

@ng-vcl/jss-form

Package Overview
Dependencies
Maintainers
5
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ng-vcl/jss-form - npm Package Compare versions

Comparing version 0.3.10 to 0.3.11

2

index.js

@@ -15,3 +15,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

export { markAsDeeplyTouched } from './utils';
var VCLJssFormModule = (function () {
var VCLJssFormModule = /** @class */ (function () {
function VCLJssFormModule() {

@@ -18,0 +18,0 @@ }

@@ -14,3 +14,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

var uniqueID = 0;
var FormObject = (function () {
var FormObject = /** @class */ (function () {
function FormObject(schema, key, parentKey) {

@@ -89,3 +89,3 @@ this.schema = schema;

}
var JssFormObjectComponent = (function () {
var JssFormObjectComponent = /** @class */ (function () {
function JssFormObjectComponent() {

@@ -92,0 +92,0 @@ this.action = new EventEmitter();

@@ -21,3 +21,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

};
var JssFormComponent = (function () {
var JssFormComponent = /** @class */ (function () {
function JssFormComponent(fb) {

@@ -24,0 +24,0 @@ this.fb = fb;

@@ -59,3 +59,3 @@ import { Component, EventEmitter, Input, NgModule, Output, forwardRef } from '@angular/core';

var uniqueID = 0;
var FormObject = (function () {
var FormObject = /** @class */ (function () {
function FormObject(schema, key, parentKey) {

@@ -133,3 +133,3 @@ this.schema = schema;

}
var JssFormObjectComponent = (function () {
var JssFormObjectComponent = /** @class */ (function () {
function JssFormObjectComponent() {

@@ -199,3 +199,3 @@ this.action = new EventEmitter();

};
var JssFormComponent = (function () {
var JssFormComponent = /** @class */ (function () {
function JssFormComponent(fb) {

@@ -317,3 +317,3 @@ this.fb = fb;

};
var VCLJssFormModule = (function () {
var VCLJssFormModule = /** @class */ (function () {
function VCLJssFormModule() {

@@ -320,0 +320,0 @@ }

@@ -58,3 +58,3 @@ (function (global, factory) {

var uniqueID = 0;
var FormObject = (function () {
var FormObject = /** @class */ (function () {
function FormObject(schema, key, parentKey) {

@@ -132,3 +132,3 @@ this.schema = schema;

}
var JssFormObjectComponent = (function () {
var JssFormObjectComponent = /** @class */ (function () {
function JssFormObjectComponent() {

@@ -198,3 +198,3 @@ this.action = new _angular_core.EventEmitter();

};
var JssFormComponent = (function () {
var JssFormComponent = /** @class */ (function () {
function JssFormComponent(fb) {

@@ -316,3 +316,3 @@ this.fb = fb;

};
var VCLJssFormModule = (function () {
var VCLJssFormModule = /** @class */ (function () {
function VCLJssFormModule() {

@@ -319,0 +319,0 @@ }

{
"name": "@ng-vcl/jss-form",
"version": "0.3.10",
"version": "0.3.11",
"description": "Creates a html-form from a jsonschema",

@@ -5,0 +5,0 @@ "repository": {

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