🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@odda-studio/cms-models

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@odda-studio/cms-models - npm Package Compare versions

Comparing version
1.0.20
to
1.0.21
+17
-17
models.d.ts

@@ -71,10 +71,10 @@ import { RelationType } from './model';

export interface IFormField extends IField {
requiredTrue: boolean;
order: number;
class: string;
meta: any;
path: string;
label18n: string;
requiredTrue?: boolean;
order?: number;
class?: string;
meta?: any;
path?: string;
label18n?: string;
field?: IField;
group: IFieldsGroup[];
group?: IFieldsGroup[];
}

@@ -90,15 +90,15 @@ export interface ITable {

export interface ITableField {
label18n: string;
label18n?: string;
field: Partial<IField>;
order: number;
sortable: boolean;
filterable: boolean;
filteringKeys: string[];
order?: number;
sortable?: boolean;
filterable?: boolean;
filteringKeys?: string[];
relation?: IEntity;
relationType?: RelationType;
path: string;
customTemplate: string;
meta: any;
hidden: boolean;
table: Partial<ITable>;
path?: string;
customTemplate?: string;
meta?: any;
hidden?: boolean;
table?: Partial<ITable>;
}

@@ -105,0 +105,0 @@ export interface IFieldsGroupEntity {

{
"name": "@odda-studio/cms-models",
"version": "1.0.20",
"version": "1.0.21",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",