Socket
Socket
Sign inDemoInstall

ng-vyze

Package Overview
Dependencies
8
Maintainers
1
Versions
211
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.9 to 0.1.10

esm2020/lib/components/views/components/flex-field-display/flex-field-display.component.mjs

42

lib/interfaces.d.ts

@@ -1,15 +0,10 @@

import { Component, FormatType, NodeDef } from "vyze";
export declare type FlexType = 'table' | 'form' | 'chart' | 'composed';
import { FormatType, NodeDef } from "vyze";
export declare type FlexType = 'table' | 'form' | 'chart' | 'grid' | 'tiles' | 'filters' | 'network' | 'reference' | 'switch';
export declare type InputFieldType = 'input' | 'textarea' | 'checkbox' | 'dropdown' | 'upload' | 'object' | 'component';
export declare type DisplayFieldType = 'text' | 'checkmark' | 'mapped' | 'file' | 'object' | 'component';
export interface FormView extends Component {
definition?: string;
}
export declare type DisplayFieldType = 'text' | 'checkmark' | 'mapped' | 'file' | 'object' | 'component' | 'date' | 'size' | 'id';
export interface FlexDefinition {
type?: FlexType;
reference?: string;
model?: string;
table?: TableDefinition;
}
export interface TableDefinition {
}
export interface FlexField {

@@ -36,10 +31,7 @@ context: 'form' | 'table';

}
export interface FormFlexView {
model?: string;
export interface ViewFlexForm extends FlexDefinition {
fields?: FormField[];
}
export interface TableFlexView {
export interface ViewFlexTable extends FlexDefinition {
style?: 'plain' | 'border' | 'striped' | 'hover';
model?: string;
special?: string;
columns?: TableColumn[];

@@ -59,1 +51,23 @@ sortKey?: string;

}
export interface ViewFlexTiles extends FlexDefinition {
widthType?: 'absolute' | 'relative';
width?: number;
height?: number;
border?: {
width: number;
radius: number;
color: string;
};
viewDefinition?: FlexDefinition;
}
export interface ViewFlexGrid extends FlexDefinition {
}
export interface ViewFlexReference extends FlexDefinition {
reference?: string;
}
export interface ViewFlexSwitch extends FlexDefinition {
switches?: {
model: string;
viewDefinition?: FlexDefinition;
}[];
}
import * as i0 from "@angular/core";
import * as i1 from "./user.pipe";
import * as i2 from "@angular/common";
import * as i1 from "./pipes/user.pipe";
import * as i2 from "./components/views/components/flex-field-display/flex-field-display.component";
import * as i3 from "./components/views/components/flex-field-input/flex-field-input.component";
import * as i4 from "./components/views/view/view.component";
import * as i5 from "./components/views/view-flex/view-flex.component";
import * as i6 from "./components/views/view-flex-form/view-flex-form.component";
import * as i7 from "./components/views/view-flex-grid/view-flex-grid.component";
import * as i8 from "./components/views/view-flex-switch/view-flex-switch.component";
import * as i9 from "./components/views/view-flex-table/view-flex-table.component";
import * as i10 from "./components/views/view-flex-tiles/view-flex-tiles.component";
import * as i11 from "./components/views/view-web/view-web.component";
import * as i12 from "@angular/common";
import * as i13 from "@angular/forms";
export declare class VyzeModule {
static ɵfac: i0.ɵɵFactoryDeclaration<VyzeModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<VyzeModule, [typeof i1.UserPipe], [typeof i2.CommonModule], [typeof i1.UserPipe]>;
static ɵmod: i0.ɵɵNgModuleDeclaration<VyzeModule, [typeof i1.UserPipe, typeof i2.FlexFieldDisplayComponent, typeof i3.FlexFieldInputComponent, typeof i4.ViewComponent, typeof i5.ViewFlexComponent, typeof i6.ViewFlexFormComponent, typeof i7.ViewFlexGridComponent, typeof i8.ViewFlexSwitchComponent, typeof i9.ViewFlexTableComponent, typeof i10.ViewFlexTilesComponent, typeof i11.ViewWebComponent], [typeof i12.CommonModule, typeof i13.FormsModule], [typeof i1.UserPipe, typeof i2.FlexFieldDisplayComponent, typeof i3.FlexFieldInputComponent, typeof i4.ViewComponent, typeof i5.ViewFlexComponent, typeof i6.ViewFlexFormComponent, typeof i7.ViewFlexGridComponent, typeof i8.ViewFlexSwitchComponent, typeof i9.ViewFlexTableComponent, typeof i10.ViewFlexTilesComponent, typeof i11.ViewWebComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<VyzeModule>;
}
{
"name": "ng-vyze",
"version": "0.1.9",
"version": "0.1.10",
"peerDependencies": {
"@angular/common": "~14.2.5",
"@angular/core": "~14.2.5",
"@angular/forms": "~14.2.5",
"@angular/platform-browser-dynamic": "~14.2.5",

@@ -8,0 +9,0 @@ "rxjs": "~7.5.7",

@@ -1,3 +0,13 @@

export * from './lib/vyze.service';
export * from './lib/services/vyze.service';
export * from './lib/vyze.module';
export * from './lib/user.pipe';
export * from './lib/pipes/user.pipe';
export * from './lib/components/views/components/flex-field-display/flex-field-display.component';
export * from './lib/components/views/components/flex-field-input/flex-field-input.component';
export * from './lib/components/views/view/view.component';
export * from './lib/components/views/view-flex/view-flex.component';
export * from './lib/components/views/view-flex-form/view-flex-form.component';
export * from './lib/components/views/view-flex-grid/view-flex-grid.component';
export * from './lib/components/views/view-flex-switch/view-flex-switch.component';
export * from './lib/components/views/view-flex-table/view-flex-table.component';
export * from './lib/components/views/view-flex-tiles/view-flex-tiles.component';
export * from './lib/components/views/view-web/view-web.component';

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc