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.13 to 0.1.14

12

lib/components/views/view-flex-switch/view-flex-switch.component.d.ts

@@ -1,2 +0,2 @@

import { OnInit } from '@angular/core';
import { AfterViewInit, OnInit, ViewContainerRef } from '@angular/core';
import { FlexDefinition, ViewFlexSwitch } from "../../../interfaces";

@@ -6,5 +6,7 @@ import { EnvironmentDef, Id, NodeDef } from "vyze";

import { VyzeService } from "../../../services/vyze.service";
import { AppService } from "../../../services/app.service";
import * as i0 from "@angular/core";
export declare class ViewFlexSwitchComponent implements OnInit {
export declare class ViewFlexSwitchComponent implements OnInit, AfterViewInit {
vyze: VyzeService;
private apps;
set definition(c: ViewFlexSwitch | undefined);

@@ -27,4 +29,8 @@ get definition(): ViewFlexSwitch | undefined;

subViewDefinition?: FlexDefinition;
constructor(vyze: VyzeService);
switchChild?: ViewContainerRef;
private switchComponent?;
constructor(vyze: VyzeService, apps: AppService);
ngAfterViewInit(): void;
ngOnInit(): void;
private createSwitchComponent;
refresh(): void;

@@ -31,0 +37,0 @@ reload(): Promise<void>;

@@ -1,2 +0,2 @@

import { OnInit } from '@angular/core';
import { AfterViewInit, OnInit, ViewContainerRef } from '@angular/core';
import { ViewFlexTiles } from "../../../interfaces";

@@ -6,5 +6,7 @@ import { ViewContext } from "../../../context";

import { VyzeService } from "../../../services/vyze.service";
import { AppService } from "../../../services/app.service";
import * as i0 from "@angular/core";
export declare class ViewFlexTilesComponent implements OnInit {
export declare class ViewFlexTilesComponent implements OnInit, AfterViewInit {
private vyze;
private apps;
set definition(c: ViewFlexTiles | undefined);

@@ -25,9 +27,11 @@ get definition(): ViewFlexTiles | undefined;

};
constructor(vyze: VyzeService);
tilesChild?: ViewContainerRef;
private tilesComponents;
constructor(vyze: VyzeService, apps: AppService);
ngAfterViewInit(): void;
ngOnInit(): void;
refresh(): void;
reload(): Promise<void>;
subLoaded(i: number): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ViewFlexTilesComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ViewFlexTilesComponent, "vy-view-flex-tiles", never, { "definition": "definition"; "environment": "environment"; "viewContext": "viewContext"; }, {}, never, never, false>;
}

@@ -1,2 +0,2 @@

import { EventEmitter, OnInit } from '@angular/core';
import { EventEmitter, OnInit, ViewContainerRef } from '@angular/core';
import { FlexDefinition } from "../../../interfaces";

@@ -6,5 +6,7 @@ import { EnvironmentDef, FlexView, Id } from "vyze";

import { VyzeService } from "../../../services/vyze.service";
import { AppService } from "../../../services/app.service";
import * as i0 from "@angular/core";
export declare class ViewFlexComponent implements OnInit {
private vyze;
private apps;
loading: boolean;

@@ -25,4 +27,7 @@ set componentId(id: Id | undefined);

subViewContext?: ViewContext;
constructor(vyze: VyzeService);
referenceChild?: ViewContainerRef;
private childComponent?;
constructor(vyze: VyzeService, apps: AppService);
ngOnInit(): void;
private createReferenceComponent;
refreshSubContext(): void;

@@ -29,0 +34,0 @@ static ɵfac: i0.ɵɵFactoryDeclaration<ViewFlexComponent, never>;

@@ -1,21 +0,25 @@

import { Component, Id, ViewComponent } from "vyze";
import { Component as VyzeComponent, Id, ViewComponent as VyzeViewComponent } from "vyze";
import { BehaviorSubject } from "rxjs";
import { VyzeService } from "./vyze.service";
import * as i0 from "@angular/core";
declare type ClassRef<C> = new (...args: any[]) => C;
export declare class AppService {
private vyze;
components: BehaviorSubject<Component[]>;
components: BehaviorSubject<VyzeComponent[]>;
private componentMap;
private _views;
private _loading;
private _loadedWebViews;
constructor(vyze: VyzeService);
refresh(): Promise<void>;
get loading(): boolean;
getComponentById(id: Id): Component | undefined;
getComponentByName(name: string): Component | undefined;
getViewComponentById(id: Id): ViewComponent | undefined;
getViewsByModel(model: string, list?: boolean): ViewComponent[];
getComponentById(id: Id): VyzeComponent | undefined;
getComponentByName(name: string): VyzeComponent | undefined;
getViewComponentById(id: Id): VyzeViewComponent | undefined;
getViewsByModel(model: string, list?: boolean): VyzeViewComponent[];
loadWebView(tag: string): Promise<void>;
getComponentClass(name: string): ClassRef<any> | undefined;
registerComponentClass(name: string, componentClass: ClassRef<any>): void;
static ɵfac: i0.ɵɵFactoryDeclaration<AppService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<AppService>;
}
export {};
{
"name": "ng-vyze",
"version": "0.1.13",
"version": "0.1.14",
"peerDependencies": {

@@ -5,0 +5,0 @@ "@angular/common": "~14.2.5",

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

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