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

@syncfusion/ej2-angular-navigations

Package Overview
Dependencies
Maintainers
0
Versions
362
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-angular-navigations - npm Package Compare versions

Comparing version 28.2.6-ngcc to 28.2.6

CHANGELOG.md

35

package.json

@@ -5,3 +5,3 @@ {

"_inBundle": false,
"_integrity": "sha512-krTM+pLMSYgtdCUIw6oTSa/G1n4U9Vs9QSXH4GUNSCfZSL3y1FMwCXjElKXvdC6n37MWMXpiZbaUJkZj2bk/2w==",
"_integrity": "sha512-/Woyp0ujLZVya4yhHL/06iWDnVwTBkMembNVgP0fd86rp34/a+ctUEqRHniAMzH/z8zJW7cltGbxA+/oogNh2Q==",
"_location": "/@syncfusion/ej2-angular-navigations",

@@ -23,6 +23,6 @@ "_phantomChildren": {},

],
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-navigations/-/ej2-angular-navigations-28.2.5.tgz",
"_shasum": "e664d86322fced8fd8bad3c4e10a17a261b3ec8e",
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-navigations/-/ej2-angular-navigations-28.2.5.tgz",
"_shasum": "d9a4bde77febccb7f67312f5190c6eadea24c097",
"_spec": "@syncfusion/ej2-angular-navigations@*",
"_where": "/jenkins/workspace/elease-automation_release_28.1.1/packages/included",
"_where": "/jenkins/workspace/elease-automation_release_28.1.1/ivypackages/included",
"author": {

@@ -42,4 +42,19 @@ "name": "Syncfusion Inc."

"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for Angular",
"devDependencies": {},
"es2015": "@syncfusion/ej2-angular-navigations.js",
"es2020": "fesm2020/syncfusion-ej2-angular-navigations.mjs",
"esm2020": "esm2020/syncfusion-ej2-angular-navigations.mjs",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./syncfusion-ej2-angular-navigations.d.ts",
"esm2020": "./esm2020/syncfusion-ej2-angular-navigations.mjs",
"es2020": "./fesm2020/syncfusion-ej2-angular-navigations.mjs",
"es2015": "./fesm2015/syncfusion-ej2-angular-navigations.mjs",
"node": "./fesm2015/syncfusion-ej2-angular-navigations.mjs",
"default": "./fesm2020/syncfusion-ej2-angular-navigations.mjs"
}
},
"fesm2015": "fesm2015/syncfusion-ej2-angular-navigations.mjs",
"fesm2020": "fesm2020/syncfusion-ej2-angular-navigations.mjs",
"homepage": "https://www.syncfusion.com/angular-components",

@@ -83,5 +98,3 @@ "keywords": [

"license": "SEE LICENSE IN license",
"main": "dist/ej2-angular-navigations.umd.js",
"metadata": "ej2-angular-navigations.metadata.json",
"module": "@syncfusion/ej2-angular-navigations.es5.js",
"module": "fesm2015/syncfusion-ej2-angular-navigations.mjs",
"name": "@syncfusion/ej2-angular-navigations",

@@ -94,4 +107,4 @@ "repository": {

"sideEffects": false,
"typings": "ej2-angular-navigations.d.ts",
"version": "28.2.6-ngcc"
"typings": "syncfusion-ej2-angular-navigations.d.ts",
"version": "28.2.6"
}

@@ -0,1 +1,4 @@

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./accordion.module";
/**

@@ -5,2 +8,5 @@ * NgModule definition for the Accordion component with providers.

export declare class AccordionAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<AccordionAllModule, never, [typeof i1.CommonModule, typeof i2.AccordionModule], [typeof i2.AccordionModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<AccordionAllModule>;
}

@@ -5,2 +5,3 @@ import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@angular/core';

import { AccordionItemsDirective } from './items.directive';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -55,2 +56,4 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "ejs-accordion", never, { "animation": "animation"; "dataSource": "dataSource"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "expandMode": "expandMode"; "expandedIndices": "expandedIndices"; "headerTemplate": "headerTemplate"; "height": "height"; "itemTemplate": "itemTemplate"; "items": "items"; "locale": "locale"; "width": "width"; }, { "clicked": "clicked"; "created": "created"; "destroyed": "destroyed"; "expanded": "expanded"; "expanding": "expanding"; "expandedIndicesChange": "expandedIndicesChange"; }, ["headerTemplate", "itemTemplate", "childItems"], ["div"]>;
}

@@ -0,1 +1,5 @@

import * as i0 from "@angular/core";
import * as i1 from "./accordion.component";
import * as i2 from "./items.directive";
import * as i3 from "@angular/common";
/**

@@ -5,2 +9,5 @@ * NgModule definition for the Accordion component.

export declare class AccordionModule {
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<AccordionModule, [typeof i1.AccordionComponent, typeof i2.AccordionItemDirective, typeof i2.AccordionItemsDirective], [typeof i3.CommonModule], [typeof i1.AccordionComponent, typeof i2.AccordionItemDirective, typeof i2.AccordionItemsDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<AccordionModule>;
}
import { ViewContainerRef } from '@angular/core';
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
import * as i0 from "@angular/core";
/**

@@ -68,2 +69,4 @@ * 'e-accordionitem' directive represent a item of the Angular Accordion.

constructor(viewContainerRef: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionItemDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionItemDirective, "e-accordionitems>e-accordionitem", never, { "content": "content"; "cssClass": "cssClass"; "disabled": "disabled"; "expanded": "expanded"; "header": "header"; "iconCss": "iconCss"; "id": "id"; "visible": "visible"; }, {}, ["header", "content"]>;
}

@@ -76,2 +79,4 @@ /**

constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionItemsDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionItemsDirective, "ejs-accordion>e-accordionitems", never, {}, {}, ["children"]>;
}

@@ -0,1 +1,4 @@

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./appbar.module";
/**

@@ -5,2 +8,5 @@ * NgModule definition for the AppBar component with providers.

export declare class AppBarAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<AppBarAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<AppBarAllModule, never, [typeof i1.CommonModule, typeof i2.AppBarModule], [typeof i2.AppBarModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<AppBarAllModule>;
}
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
import { IComponentBase } from '@syncfusion/ej2-angular-base';
import { AppBar } from '@syncfusion/ej2-navigations';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -29,2 +30,4 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<AppBarComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<AppBarComponent, "ejs-appbar", never, { "colorMode": "colorMode"; "cssClass": "cssClass"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "htmlAttributes": "htmlAttributes"; "isSticky": "isSticky"; "locale": "locale"; "mode": "mode"; "position": "position"; }, { "created": "created"; "destroyed": "destroyed"; }, never, ["*"]>;
}

@@ -0,1 +1,4 @@

import * as i0 from "@angular/core";
import * as i1 from "./appbar.component";
import * as i2 from "@angular/common";
/**

@@ -5,2 +8,5 @@ * NgModule definition for the AppBar component.

export declare class AppBarModule {
static ɵfac: i0.ɵɵFactoryDeclaration<AppBarModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<AppBarModule, [typeof i1.AppBarComponent], [typeof i2.CommonModule], [typeof i1.AppBarComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<AppBarModule>;
}

@@ -0,1 +1,4 @@

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./breadcrumb.module";
/**

@@ -5,2 +8,5 @@ * NgModule definition for the Breadcrumb component with providers.

export declare class BreadcrumbAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<BreadcrumbAllModule, never, [typeof i1.CommonModule, typeof i2.BreadcrumbModule], [typeof i2.BreadcrumbModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<BreadcrumbAllModule>;
}

@@ -5,2 +5,3 @@ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';

import { BreadcrumbItemsDirective } from './items.directive';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -47,2 +48,4 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "ejs-breadcrumb", never, { "activeItem": "activeItem"; "cssClass": "cssClass"; "disabled": "disabled"; "enableActiveItemNavigation": "enableActiveItemNavigation"; "enableNavigation": "enableNavigation"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "itemTemplate": "itemTemplate"; "items": "items"; "locale": "locale"; "maxItems": "maxItems"; "overflowMode": "overflowMode"; "separatorTemplate": "separatorTemplate"; "url": "url"; }, { "beforeItemRender": "beforeItemRender"; "created": "created"; "itemClick": "itemClick"; "activeItemChange": "activeItemChange"; }, ["separatorTemplate", "itemTemplate", "childItems"], never>;
}

@@ -0,1 +1,5 @@

import * as i0 from "@angular/core";
import * as i1 from "./breadcrumb.component";
import * as i2 from "./items.directive";
import * as i3 from "@angular/common";
/**

@@ -5,2 +9,5 @@ * NgModule definition for the Breadcrumb component.

export declare class BreadcrumbModule {
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<BreadcrumbModule, [typeof i1.BreadcrumbComponent, typeof i2.BreadcrumbItemDirective, typeof i2.BreadcrumbItemsDirective], [typeof i3.CommonModule], [typeof i1.BreadcrumbComponent, typeof i2.BreadcrumbItemDirective, typeof i2.BreadcrumbItemsDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<BreadcrumbModule>;
}
import { ViewContainerRef } from '@angular/core';
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
import * as i0 from "@angular/core";
/**

@@ -44,2 +45,4 @@ * `e-breadcrumb-item` directive represent a item of the Angular Breadcrumb.

constructor(viewContainerRef: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbItemDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<BreadcrumbItemDirective, "ejs-breadcrumb>e-breadcrumb-items>e-breadcrumb-item", never, { "disabled": "disabled"; "iconCss": "iconCss"; "id": "id"; "text": "text"; "url": "url"; }, {}, never>;
}

@@ -52,2 +55,4 @@ /**

constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbItemsDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<BreadcrumbItemsDirective, "ejs-breadcrumb>e-breadcrumb-items", never, {}, {}, ["children"]>;
}

@@ -0,1 +1,4 @@

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./carousel.module";
/**

@@ -5,2 +8,5 @@ * NgModule definition for the Carousel component with providers.

export declare class CarouselAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CarouselAllModule, never, [typeof i1.CommonModule, typeof i2.CarouselModule], [typeof i2.CarouselModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<CarouselAllModule>;
}

@@ -5,2 +5,3 @@ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';

import { CarouselItemsDirective } from './items.directive';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -79,2 +80,4 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselComponent, "ejs-carousel", never, { "allowKeyboardInteraction": "allowKeyboardInteraction"; "animationEffect": "animationEffect"; "autoPlay": "autoPlay"; "buttonsVisibility": "buttonsVisibility"; "cssClass": "cssClass"; "dataSource": "dataSource"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableTouchSwipe": "enableTouchSwipe"; "height": "height"; "htmlAttributes": "htmlAttributes"; "indicatorsTemplate": "indicatorsTemplate"; "indicatorsType": "indicatorsType"; "interval": "interval"; "itemTemplate": "itemTemplate"; "items": "items"; "locale": "locale"; "loop": "loop"; "nextButtonTemplate": "nextButtonTemplate"; "partialVisible": "partialVisible"; "pauseOnHover": "pauseOnHover"; "playButtonTemplate": "playButtonTemplate"; "previousButtonTemplate": "previousButtonTemplate"; "selectedIndex": "selectedIndex"; "showIndicators": "showIndicators"; "showPlayButton": "showPlayButton"; "swipeMode": "swipeMode"; "width": "width"; }, { "slideChanged": "slideChanged"; "slideChanging": "slideChanging"; "selectedIndexChange": "selectedIndexChange"; }, ["indicatorsTemplate", "nextButtonTemplate", "previousButtonTemplate", "playButtonTemplate", "itemTemplate", "childItems"], never>;
}

@@ -0,1 +1,5 @@

import * as i0 from "@angular/core";
import * as i1 from "./carousel.component";
import * as i2 from "./items.directive";
import * as i3 from "@angular/common";
/**

@@ -5,2 +9,5 @@ * NgModule definition for the Carousel component.

export declare class CarouselModule {
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CarouselModule, [typeof i1.CarouselComponent, typeof i2.CarouselItemDirective, typeof i2.CarouselItemsDirective], [typeof i3.CommonModule], [typeof i1.CarouselComponent, typeof i2.CarouselItemDirective, typeof i2.CarouselItemsDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<CarouselModule>;
}
import { ViewContainerRef } from '@angular/core';
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
import * as i0 from "@angular/core";
/**

@@ -43,2 +44,4 @@ * `e-carousel-item` directive represent a item of the Angular Carousel.

constructor(viewContainerRef: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselItemDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CarouselItemDirective, "ejs-carousel>e-carousel-items>e-carousel-item", never, { "cssClass": "cssClass"; "htmlAttributes": "htmlAttributes"; "interval": "interval"; "template": "template"; }, {}, ["template"]>;
}

@@ -51,2 +54,4 @@ /**

constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselItemsDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CarouselItemsDirective, "ejs-carousel>e-carousel-items", never, {}, {}, ["children"]>;
}

@@ -0,1 +1,4 @@

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./contextmenu.module";
/**

@@ -5,2 +8,5 @@ * NgModule definition for the ContextMenu component with providers.

export declare class ContextMenuAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ContextMenuAllModule, never, [typeof i1.CommonModule, typeof i2.ContextMenuModule], [typeof i2.ContextMenuModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ContextMenuAllModule>;
}
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
import { IComponentBase } from '@syncfusion/ej2-angular-base';
import { ContextMenu } from '@syncfusion/ej2-navigations';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -35,2 +36,4 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ContextMenuComponent, "ejs-contextmenu", never, { "animationSettings": "animationSettings"; "cssClass": "cssClass"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableScrolling": "enableScrolling"; "fields": "fields"; "filter": "filter"; "hoverDelay": "hoverDelay"; "itemTemplate": "itemTemplate"; "items": "items"; "locale": "locale"; "showItemOnClick": "showItemOnClick"; "target": "target"; "template": "template"; }, { "beforeClose": "beforeClose"; "beforeItemRender": "beforeItemRender"; "beforeOpen": "beforeOpen"; "created": "created"; "onClose": "onClose"; "onOpen": "onOpen"; "select": "select"; }, never, never>;
}

@@ -0,1 +1,4 @@

import * as i0 from "@angular/core";
import * as i1 from "./contextmenu.component";
import * as i2 from "@angular/common";
/**

@@ -5,2 +8,5 @@ * NgModule definition for the ContextMenu component.

export declare class ContextMenuModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ContextMenuModule, [typeof i1.ContextMenuComponent], [typeof i2.CommonModule], [typeof i1.ContextMenuComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ContextMenuModule>;
}
import { ViewContainerRef } from '@angular/core';
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
import * as i0 from "@angular/core";
export declare class MenuItemDirective extends ComplexBase<MenuItemDirective> {

@@ -43,2 +44,4 @@ private viewContainerRef;

constructor(viewContainerRef: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration<MenuItemDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<MenuItemDirective, "ejs-menu>e-menu-items>e-menu-item>", never, { "htmlAttributes": "htmlAttributes"; "iconCss": "iconCss"; "id": "id"; "items": "items"; "separator": "separator"; "text": "text"; "url": "url"; }, {}, never>;
}

@@ -51,2 +54,4 @@ /**

constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<MenuItemsDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<MenuItemsDirective, "ejs-menu>e-menu-items", never, {}, {}, ["children"]>;
}

@@ -0,1 +1,4 @@

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./menu.module";
/**

@@ -5,2 +8,5 @@ * NgModule definition for the Menu component with providers.

export declare class MenuAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<MenuAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<MenuAllModule, never, [typeof i1.CommonModule, typeof i2.MenuModule], [typeof i2.MenuModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<MenuAllModule>;
}

@@ -5,2 +5,3 @@ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';

import { MenuItemsDirective } from './items.directive';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -44,2 +45,4 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<MenuComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MenuComponent, "ejs-menu", never, { "animationSettings": "animationSettings"; "cssClass": "cssClass"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableScrolling": "enableScrolling"; "fields": "fields"; "filter": "filter"; "hamburgerMode": "hamburgerMode"; "hoverDelay": "hoverDelay"; "items": "items"; "locale": "locale"; "orientation": "orientation"; "showItemOnClick": "showItemOnClick"; "target": "target"; "template": "template"; "title": "title"; }, { "beforeClose": "beforeClose"; "beforeItemRender": "beforeItemRender"; "beforeOpen": "beforeOpen"; "created": "created"; "onClose": "onClose"; "onOpen": "onOpen"; "select": "select"; }, ["template", "childItems"], never>;
}

@@ -0,1 +1,5 @@

import * as i0 from "@angular/core";
import * as i1 from "./menu.component";
import * as i2 from "./items.directive";
import * as i3 from "@angular/common";
/**

@@ -5,2 +9,5 @@ * NgModule definition for the Menu component.

export declare class MenuModule {
static ɵfac: i0.ɵɵFactoryDeclaration<MenuModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<MenuModule, [typeof i1.MenuComponent, typeof i2.MenuItemDirective, typeof i2.MenuItemsDirective], [typeof i3.CommonModule], [typeof i1.MenuComponent, typeof i2.MenuItemDirective, typeof i2.MenuItemsDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<MenuModule>;
}

@@ -0,1 +1,4 @@

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./sidebar.module";
/**

@@ -5,2 +8,5 @@ * NgModule definition for the Sidebar component with providers.

export declare class SidebarAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SidebarAllModule, never, [typeof i1.CommonModule, typeof i2.SidebarModule], [typeof i2.SidebarModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SidebarAllModule>;
}
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
import { IComponentBase } from '@syncfusion/ej2-angular-base';
import { Sidebar } from '@syncfusion/ej2-navigations';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -33,2 +34,4 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarComponent, "ejs-sidebar", never, { "animate": "animate"; "closeOnDocumentClick": "closeOnDocumentClick"; "dockSize": "dockSize"; "enableDock": "enableDock"; "enableGestures": "enableGestures"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "height": "height"; "isOpen": "isOpen"; "locale": "locale"; "mediaQuery": "mediaQuery"; "position": "position"; "showBackdrop": "showBackdrop"; "target": "target"; "type": "type"; "width": "width"; "zIndex": "zIndex"; }, { "change": "change"; "close": "close"; "created": "created"; "destroyed": "destroyed"; "open": "open"; "isOpenChange": "isOpenChange"; }, never, ["*"]>;
}

@@ -0,1 +1,4 @@

import * as i0 from "@angular/core";
import * as i1 from "./sidebar.component";
import * as i2 from "@angular/common";
/**

@@ -5,2 +8,5 @@ * NgModule definition for the Sidebar component.

export declare class SidebarModule {
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SidebarModule, [typeof i1.SidebarComponent], [typeof i2.CommonModule], [typeof i1.SidebarComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SidebarModule>;
}

@@ -0,1 +1,4 @@

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./stepper.module";
/**

@@ -5,2 +8,5 @@ * NgModule definition for the Stepper component with providers.

export declare class StepperAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<StepperAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<StepperAllModule, never, [typeof i1.CommonModule, typeof i2.StepperModule], [typeof i2.StepperModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<StepperAllModule>;
}

@@ -5,2 +5,3 @@ import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@angular/core';

import { StepsDirective } from './steps.directive';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -58,2 +59,4 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<StepperComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<StepperComponent, "ejs-stepper", never, { "activeStep": "activeStep"; "animation": "animation"; "cssClass": "cssClass"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "labelPosition": "labelPosition"; "linear": "linear"; "locale": "locale"; "orientation": "orientation"; "readOnly": "readOnly"; "showTooltip": "showTooltip"; "stepType": "stepType"; "steps": "steps"; "template": "template"; "tooltipTemplate": "tooltipTemplate"; }, { "beforeStepRender": "beforeStepRender"; "created": "created"; "stepChanged": "stepChanged"; "stepChanging": "stepChanging"; "stepClick": "stepClick"; "activeStepChange": "activeStepChange"; }, ["template", "tooltipTemplate", "childSteps"], ["nav"]>;
}

@@ -0,1 +1,5 @@

import * as i0 from "@angular/core";
import * as i1 from "./stepper.component";
import * as i2 from "./steps.directive";
import * as i3 from "@angular/common";
/**

@@ -5,2 +9,5 @@ * NgModule definition for the Stepper component.

export declare class StepperModule {
static ɵfac: i0.ɵɵFactoryDeclaration<StepperModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<StepperModule, [typeof i1.StepperComponent, typeof i2.StepDirective, typeof i2.StepsDirective], [typeof i3.CommonModule], [typeof i1.StepperComponent, typeof i2.StepDirective, typeof i2.StepsDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<StepperModule>;
}
import { ViewContainerRef } from '@angular/core';
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
import * as i0 from "@angular/core";
/**

@@ -66,2 +67,4 @@ * 'e-step' directive represents a step of the Angular Stepper.

constructor(viewContainerRef: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration<StepDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<StepDirective, "ejs-stepper>e-steps>e-step", never, { "cssClass": "cssClass"; "disabled": "disabled"; "iconCss": "iconCss"; "isValid": "isValid"; "label": "label"; "optional": "optional"; "status": "status"; "text": "text"; }, {}, never>;
}

@@ -74,2 +77,4 @@ /**

constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<StepsDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<StepsDirective, "ejs-stepper>e-steps", never, {}, {}, ["children"]>;
}
import { ViewContainerRef } from '@angular/core';
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
import * as i0 from "@angular/core";
/**

@@ -70,2 +71,4 @@ * 'e-tabitem' directive represent a item of the Angular Tab.

constructor(viewContainerRef: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration<TabItemDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TabItemDirective, "e-tabitems>e-tabitem", never, { "content": "content"; "cssClass": "cssClass"; "disabled": "disabled"; "header": "header"; "headerTemplate": "headerTemplate"; "id": "id"; "tabIndex": "tabIndex"; "visible": "visible"; }, {}, ["content", "header_text", "headerTemplate"]>;
}

@@ -78,2 +81,4 @@ /**

constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<TabItemsDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TabItemsDirective, "ejs-tab>e-tabitems", never, {}, {}, ["children"]>;
}

@@ -0,1 +1,4 @@

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./tab.module";
/**

@@ -5,2 +8,5 @@ * NgModule definition for the Tab component with providers.

export declare class TabAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<TabAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<TabAllModule, never, [typeof i1.CommonModule, typeof i2.TabModule], [typeof i2.TabModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<TabAllModule>;
}

@@ -5,2 +5,3 @@ import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@angular/core';

import { TabItemsDirective } from './items.directive';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -42,2 +43,4 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<TabComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "ejs-tab", never, { "allowDragAndDrop": "allowDragAndDrop"; "animation": "animation"; "clearTemplates": "clearTemplates"; "cssClass": "cssClass"; "dragArea": "dragArea"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "headerPlacement": "headerPlacement"; "height": "height"; "heightAdjustMode": "heightAdjustMode"; "items": "items"; "loadOn": "loadOn"; "locale": "locale"; "overflowMode": "overflowMode"; "reorderActiveTab": "reorderActiveTab"; "scrollStep": "scrollStep"; "selectedItem": "selectedItem"; "showCloseButton": "showCloseButton"; "swipeMode": "swipeMode"; "width": "width"; }, { "added": "added"; "adding": "adding"; "created": "created"; "destroyed": "destroyed"; "dragged": "dragged"; "dragging": "dragging"; "onDragStart": "onDragStart"; "removed": "removed"; "removing": "removing"; "selected": "selected"; "selecting": "selecting"; }, ["childItems"], ["div"]>;
}

@@ -0,1 +1,5 @@

import * as i0 from "@angular/core";
import * as i1 from "./tab.component";
import * as i2 from "./items.directive";
import * as i3 from "@angular/common";
/**

@@ -5,2 +9,5 @@ * NgModule definition for the Tab component.

export declare class TabModule {
static ɵfac: i0.ɵɵFactoryDeclaration<TabModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<TabModule, [typeof i1.TabComponent, typeof i2.TabItemDirective, typeof i2.TabItemsDirective], [typeof i3.CommonModule], [typeof i1.TabComponent, typeof i2.TabItemDirective, typeof i2.TabItemsDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<TabModule>;
}
import { ViewContainerRef } from '@angular/core';
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
import * as i0 from "@angular/core";
/**

@@ -135,2 +136,4 @@ * 'e-item' directive represent a item of the Angular Toolbar.

constructor(viewContainerRef: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration<ItemDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ItemDirective, "e-items>e-item", never, { "align": "align"; "cssClass": "cssClass"; "disabled": "disabled"; "htmlAttributes": "htmlAttributes"; "id": "id"; "overflow": "overflow"; "prefixIcon": "prefixIcon"; "showAlwaysInPopup": "showAlwaysInPopup"; "showTextOn": "showTextOn"; "suffixIcon": "suffixIcon"; "tabIndex": "tabIndex"; "template": "template"; "text": "text"; "tooltipText": "tooltipText"; "type": "type"; "visible": "visible"; "width": "width"; }, { "click": "click"; }, ["template"]>;
}

@@ -143,2 +146,4 @@ /**

constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<ItemsDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ItemsDirective, "ejs-toolbar>e-items", never, {}, {}, ["children"]>;
}

@@ -0,1 +1,4 @@

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./toolbar.module";
/**

@@ -5,2 +8,5 @@ * NgModule definition for the Toolbar component with providers.

export declare class ToolbarAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ToolbarAllModule, never, [typeof i1.CommonModule, typeof i2.ToolbarModule], [typeof i2.ToolbarModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ToolbarAllModule>;
}

@@ -5,2 +5,3 @@ import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@angular/core';

import { ItemsDirective } from './items.directive';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -35,2 +36,4 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "ejs-toolbar", never, { "allowKeyboard": "allowKeyboard"; "cssClass": "cssClass"; "enableCollision": "enableCollision"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "height": "height"; "items": "items"; "locale": "locale"; "overflowMode": "overflowMode"; "scrollStep": "scrollStep"; "width": "width"; }, { "beforeCreate": "beforeCreate"; "clicked": "clicked"; "created": "created"; "destroyed": "destroyed"; }, ["childItems"], ["div"]>;
}

@@ -0,1 +1,5 @@

import * as i0 from "@angular/core";
import * as i1 from "./toolbar.component";
import * as i2 from "./items.directive";
import * as i3 from "@angular/common";
/**

@@ -5,2 +9,5 @@ * NgModule definition for the Toolbar component.

export declare class ToolbarModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ToolbarModule, [typeof i1.ToolbarComponent, typeof i2.ItemDirective, typeof i2.ItemsDirective], [typeof i3.CommonModule], [typeof i1.ToolbarComponent, typeof i2.ItemDirective, typeof i2.ItemsDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ToolbarModule>;
}

@@ -0,1 +1,4 @@

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./treeview.module";
/**

@@ -5,2 +8,5 @@ * NgModule definition for the TreeView component with providers.

export declare class TreeViewAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<TreeViewAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<TreeViewAllModule, never, [typeof i1.CommonModule, typeof i2.TreeViewModule], [typeof i2.TreeViewModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<TreeViewAllModule>;
}
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
import { IComponentBase } from '@syncfusion/ej2-angular-base';
import { TreeView } from '@syncfusion/ej2-navigations';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -62,2 +63,4 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<TreeViewComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TreeViewComponent, "ejs-treeview", never, { "allowDragAndDrop": "allowDragAndDrop"; "allowEditing": "allowEditing"; "allowMultiSelection": "allowMultiSelection"; "allowTextWrap": "allowTextWrap"; "animation": "animation"; "autoCheck": "autoCheck"; "checkDisabledChildren": "checkDisabledChildren"; "checkedNodes": "checkedNodes"; "cssClass": "cssClass"; "disabled": "disabled"; "dragArea": "dragArea"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "expandOn": "expandOn"; "expandedNodes": "expandedNodes"; "fields": "fields"; "fullRowNavigable": "fullRowNavigable"; "fullRowSelect": "fullRowSelect"; "loadOnDemand": "loadOnDemand"; "locale": "locale"; "nodeTemplate": "nodeTemplate"; "selectedNodes": "selectedNodes"; "showCheckBox": "showCheckBox"; "sortOrder": "sortOrder"; }, { "actionFailure": "actionFailure"; "created": "created"; "dataBound": "dataBound"; "dataSourceChanged": "dataSourceChanged"; "destroyed": "destroyed"; "drawNode": "drawNode"; "keyPress": "keyPress"; "nodeChecked": "nodeChecked"; "nodeChecking": "nodeChecking"; "nodeClicked": "nodeClicked"; "nodeCollapsed": "nodeCollapsed"; "nodeCollapsing": "nodeCollapsing"; "nodeDragStart": "nodeDragStart"; "nodeDragStop": "nodeDragStop"; "nodeDragging": "nodeDragging"; "nodeDropped": "nodeDropped"; "nodeEdited": "nodeEdited"; "nodeEditing": "nodeEditing"; "nodeExpanded": "nodeExpanded"; "nodeExpanding": "nodeExpanding"; "nodeSelected": "nodeSelected"; "nodeSelecting": "nodeSelecting"; }, ["nodeTemplate"], never>;
}

@@ -0,1 +1,4 @@

import * as i0 from "@angular/core";
import * as i1 from "./treeview.component";
import * as i2 from "@angular/common";
/**

@@ -5,2 +8,5 @@ * NgModule definition for the TreeView component.

export declare class TreeViewModule {
static ɵfac: i0.ɵɵFactoryDeclaration<TreeViewModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<TreeViewModule, [typeof i1.TreeViewComponent], [typeof i2.CommonModule], [typeof i1.TreeViewComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<TreeViewModule>;
}
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