🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

@ngx-formly/primeng

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngx-formly/primeng - npm Package Compare versions

Comparing version

to
7.0.0-alpha.1

import { Type } from '@angular/core';
import { FieldType, FieldTypeConfig, FormlyFieldConfig } from '@ngx-formly/core';
import { FormlyFieldProps } from '@ngx-formly/primeng/form-field';
import { FormlyFieldProps as CheckboxProps } from '@ngx-formly/primeng/form-field';
import * as i0 from "@angular/core";
interface CheckboxProps extends FormlyFieldProps {
}
export interface FormlyCheckboxFieldConfig extends FormlyFieldConfig<CheckboxProps> {

@@ -19,2 +17,1 @@ type: 'checkbox' | Type<FormlyFieldCheckbox>;

}
export {};

@@ -5,3 +5,3 @@ import * as i0 from "@angular/core";

import * as i3 from "@angular/forms";
import * as i4 from "primeng/calendar";
import * as i4 from "primeng/datepicker";
import * as i5 from "@ngx-formly/primeng/form-field";

@@ -11,4 +11,4 @@ import * as i6 from "@ngx-formly/core";

static ɵfac: i0.ɵɵFactoryDeclaration<FormlyDatepickerModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<FormlyDatepickerModule, [typeof i1.FormlyFieldDatepicker], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.CalendarModule, typeof i5.FormlyFormFieldModule, typeof i6.FormlyModule], never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<FormlyDatepickerModule, [typeof i1.FormlyFieldDatepicker], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.DatePickerModule, typeof i5.FormlyFormFieldModule, typeof i6.FormlyModule], never>;
static ɵinj: i0.ɵɵInjectorDeclaration<FormlyDatepickerModule>;
}
{
"name": "@ngx-formly/primeng",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"license": "MIT",

@@ -9,4 +9,4 @@ "dependencies": {

"peerDependencies": {
"@ngx-formly/core": "7.0.0-alpha.0",
"primeng": ">=16.0.0"
"@ngx-formly/core": "7.0.0-alpha.1",
"primeng": ">=18.0.0"
},

@@ -13,0 +13,0 @@ "module": "fesm2022/ngx-formly-primeng.mjs",

@@ -5,3 +5,3 @@ import * as i0 from "@angular/core";

import * as i3 from "@angular/forms";
import * as i4 from "primeng/dropdown";
import * as i4 from "primeng/select";
import * as i5 from "@ngx-formly/primeng/form-field";

@@ -12,4 +12,4 @@ import * as i6 from "@ngx-formly/core/select";

static ɵfac: i0.ɵɵFactoryDeclaration<FormlySelectModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<FormlySelectModule, [typeof i1.FormlyFieldSelect], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.DropdownModule, typeof i5.FormlyFormFieldModule, typeof i6.FormlySelectModule, typeof i7.FormlyModule], never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<FormlySelectModule, [typeof i1.FormlyFieldSelect], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.SelectModule, typeof i5.FormlyFormFieldModule, typeof i6.FormlySelectModule, typeof i7.FormlyModule], never>;
static ɵinj: i0.ɵɵInjectorDeclaration<FormlySelectModule>;
}

@@ -5,5 +5,6 @@ import { Type } from '@angular/core';

import { FormlyFieldSelectProps } from '@ngx-formly/core/select';
import { Select } from 'primeng/select';
import * as i0 from "@angular/core";
interface SelectProps extends FormlyFieldProps, FormlyFieldSelectProps {
appendTo?: any;
appendTo?: Select['appendTo'];
filter?: boolean;

@@ -10,0 +11,0 @@ filterBy?: string;

@@ -5,3 +5,3 @@ import * as i0 from "@angular/core";

import * as i3 from "@angular/forms";
import * as i4 from "primeng/inputtextarea";
import * as i4 from "primeng/textarea";
import * as i5 from "@ngx-formly/primeng/form-field";

@@ -11,4 +11,4 @@ import * as i6 from "@ngx-formly/core";

static ɵfac: i0.ɵɵFactoryDeclaration<FormlyTextAreaModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<FormlyTextAreaModule, [typeof i1.FormlyFieldTextArea], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.InputTextareaModule, typeof i5.FormlyFormFieldModule, typeof i6.FormlyModule], never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<FormlyTextAreaModule, [typeof i1.FormlyFieldTextArea], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.TextareaModule, typeof i5.FormlyFormFieldModule, typeof i6.FormlyModule], never>;
static ɵinj: i0.ɵɵInjectorDeclaration<FormlyTextAreaModule>;
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet