New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ng-orgchart-ui2

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-orgchart-ui2 - npm Package Compare versions

Comparing version 1.0.9 to 14.3.0

esm2020/lib/components/orgchart/chart-container/chart-container.component.mjs

3

lib/components/orgchart/chart-container/chart-container.component.d.ts
import { OnInit, EventEmitter, TemplateRef } from '@angular/core';
import { NodeSelectService } from '../shared/services/node-select.service';
import * as i0 from "@angular/core";
export declare class ChartContainerComponent implements OnInit {

@@ -33,2 +34,4 @@ private nodeSelectService;

onNodeClick(nodeData: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ChartContainerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ChartContainerComponent, "organization-chart", never, { "datasource": "datasource"; "nodeHeading": "nodeHeading"; "nodeContent": "nodeContent"; "nodeTemplate": "nodeTemplate"; "groupScale": "groupScale"; "pan": "pan"; "zoom": "zoom"; "zoomoutLimit": "zoomoutLimit"; "zoominLimit": "zoominLimit"; "containerClass": "containerClass"; "chartClass": "chartClass"; "select": "select"; }, { "nodeClick": "nodeClick"; "chartClick": "chartClick"; }, never, never, false>;
}

@@ -5,2 +5,3 @@ import { OnInit, EventEmitter, TemplateRef } from '@angular/core';

import { NodeSelectService } from '../shared/services/node-select.service';
import * as i0 from "@angular/core";
export declare class ChartNodeComponent implements OnInit {

@@ -28,2 +29,4 @@ private nodeSelectService;

onNodeClick(e: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ChartNodeComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ChartNodeComponent, "orgchart-node", never, { "datasource": "datasource"; "nodeHeading": "nodeHeading"; "nodeContent": "nodeContent"; "nodeTemplate": "nodeTemplate"; "groupScale": "groupScale"; "select": "select"; }, { "nodeClick": "nodeClick"; }, never, never, false>;
}

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

import * as i0 from "@angular/core";
import * as i1 from "./chart-container/chart-container.component";
import * as i2 from "./chart-node/chart-node.component";
import * as i3 from "@angular/common";
export declare class OrgchartModule {
static ɵfac: i0.ɵɵFactoryDeclaration<OrgchartModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<OrgchartModule, [typeof i1.ChartContainerComponent, typeof i2.ChartNodeComponent], [typeof i3.CommonModule], [typeof i1.ChartContainerComponent, typeof i2.ChartNodeComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<OrgchartModule>;
}
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class NodeSelectService {

@@ -8,2 +9,4 @@ private subject;

getSelect(): Observable<any>;
static ɵfac: i0.ɵɵFactoryDeclaration<NodeSelectService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<NodeSelectService>;
}

34

package.json
{
"name": "ng-orgchart-ui2",
"description": "organization chart component based angular",
"version": "1.0.9",
"version": "14.3.0",
"peerDependencies": {
"@angular/common": "^11.0.6",
"@angular/core": "^11.0.6"
"@angular/common": "14.3.0",
"@angular/core": "14.3.0"
},
"main": "bundles/ng-orgchart-ui2.umd.js",
"module": "fesm2015/ng-orgchart-ui2.js",
"es2015": "fesm2015/ng-orgchart-ui2.js",
"esm2015": "esm2015/ng-orgchart-ui2.js",
"fesm2015": "fesm2015/ng-orgchart-ui2.js",
"typings": "ng-orgchart-ui2.d.ts",
"metadata": "ng-orgchart-ui2.metadata.json",
"module": "fesm2015/ng-orgchart-ui2.mjs",
"es2020": "fesm2020/ng-orgchart-ui2.mjs",
"esm2020": "esm2020/ng-orgchart-ui2.mjs",
"fesm2020": "fesm2020/ng-orgchart-ui2.mjs",
"fesm2015": "fesm2015/ng-orgchart-ui2.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2020": "./esm2020/ng-orgchart-ui2.mjs",
"es2020": "./fesm2020/ng-orgchart-ui2.mjs",
"es2015": "./fesm2015/ng-orgchart-ui2.mjs",
"node": "./fesm2015/ng-orgchart-ui2.mjs",
"default": "./fesm2020/ng-orgchart-ui2.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.0.0"
"tslib": "^2.3.0"
}
}
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