Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-angular-buttons

Package Overview
Dependencies
10
Maintainers
3
Versions
189
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 24.1.46 to 24.2.3-ngcc

@syncfusion/ej2-angular-buttons.es5.js

44

package.json
{
"_from": "@syncfusion/ej2-angular-buttons@*",
"_id": "@syncfusion/ej2-angular-buttons@24.1.45",
"_id": "@syncfusion/ej2-angular-buttons@24.1.46",
"_inBundle": false,
"_integrity": "sha512-iU1LMyOURKIdhwzDTvsJbOHH4Czp78eRprosEnbVRjHK/yblYEPERAEf9yBSBBPC3NowypzeVxaBT5mFWFuE0A==",
"_integrity": "sha512-75OkQJtE9eivlZcfqbkavqCHhbVO64fwXh8PcRYZOHd6NQQ3Zgf1tdknjqvI7qF2J6agw+CBlqM+/reli9RPFg==",
"_location": "/@syncfusion/ej2-angular-buttons",

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

],
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-buttons/-/ej2-angular-buttons-24.1.45.tgz",
"_shasum": "76460a3b067789f8f2d67a818ffbb57a665f59e4",
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-buttons/-/ej2-angular-buttons-24.1.46.tgz",
"_shasum": "75dcdd23c84f37ca3a361e8a071e17bce93cd6f0",
"_spec": "@syncfusion/ej2-angular-buttons@*",
"_where": "/jenkins/workspace/elease-automation_release_24.1.1/ivypackages/included",
"_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
"author": {

@@ -35,26 +35,10 @@ "name": "Syncfusion Inc."

"dependencies": {
"@syncfusion/ej2-angular-base": "~24.1.44",
"@syncfusion/ej2-base": "~24.1.46",
"@syncfusion/ej2-buttons": "24.1.46",
"tslib": "^2.3.0"
"@syncfusion/ej2-angular-base": "~24.2.3",
"@syncfusion/ej2-base": "~24.2.3",
"@syncfusion/ej2-buttons": "24.2.3"
},
"deprecated": false,
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular",
"es2020": "fesm2020/syncfusion-ej2-angular-buttons.mjs",
"esm2020": "esm2020/syncfusion-ej2-angular-buttons.mjs",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./syncfusion-ej2-angular-buttons.d.ts",
"esm2020": "./esm2020/syncfusion-ej2-angular-buttons.mjs",
"es2020": "./fesm2020/syncfusion-ej2-angular-buttons.mjs",
"es2015": "./fesm2015/syncfusion-ej2-angular-buttons.mjs",
"node": "./fesm2015/syncfusion-ej2-angular-buttons.mjs",
"default": "./fesm2020/syncfusion-ej2-angular-buttons.mjs"
}
},
"fesm2015": "fesm2015/syncfusion-ej2-angular-buttons.mjs",
"fesm2020": "fesm2020/syncfusion-ej2-angular-buttons.mjs",
"devDependencies": {},
"es2015": "@syncfusion/ej2-angular-buttons.js",
"homepage": "https://www.syncfusion.com/angular-components",

@@ -75,3 +59,5 @@ "keywords": [

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

@@ -84,4 +70,4 @@ "repository": {

"sideEffects": false,
"typings": "syncfusion-ej2-angular-buttons.d.ts",
"version": "24.1.46"
"typings": "ej2-angular-buttons.d.ts",
"version": "24.2.3-ngcc"
}
export declare const pkgName = "@syncfusion/ej2-angular-buttons";
export declare const pkgVer = "^24.1.45";
export declare const pkgVer = "^24.1.46";
export declare const moduleName = "ButtonModule, CheckBoxModule, RadioButtonModule, SwitchModule, ChipListModule, FabModule, SpeedDialModule";
export declare const themeVer = "~24.1.45";
export declare const themeVer = "~24.1.46";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.pkgName = '@syncfusion/ej2-angular-buttons';
exports.pkgVer = '^24.1.46';
exports.pkgVer = '^24.2.3';
exports.moduleName = 'ButtonModule, CheckBoxModule, RadioButtonModule, SwitchModule, ChipListModule, FabModule, SpeedDialModule';
exports.themeVer = '~24.1.46';
exports.themeVer = '~24.2.3';
export const pkgName = '@syncfusion/ej2-angular-buttons';
export const pkgVer = '^24.1.46';
export const pkgVer = '^24.2.3';
export const moduleName = 'ButtonModule, CheckBoxModule, RadioButtonModule, SwitchModule, ChipListModule, FabModule, SpeedDialModule';
export const themeVer = '~24.1.46';
export const themeVer = '~24.2.3';

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

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

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

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

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

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "[ejs-button]", never, { "content": "content"; "cssClass": "cssClass"; "disabled": "disabled"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "iconCss": "iconCss"; "iconPosition": "iconPosition"; "isPrimary": "isPrimary"; "isToggle": "isToggle"; "locale": "locale"; }, { "created": "created"; }, never, ["*"]>;
}

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

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

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

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

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

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

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

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

@@ -40,4 +39,2 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<CheckBoxComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CheckBoxComponent, "ejs-checkbox", never, { "checked": "checked"; "cssClass": "cssClass"; "disabled": "disabled"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "htmlAttributes": "htmlAttributes"; "indeterminate": "indeterminate"; "label": "label"; "labelPosition": "labelPosition"; "locale": "locale"; "name": "name"; "value": "value"; }, { "focus": "focus"; "blur": "blur"; "change": "change"; "created": "created"; "checkedChange": "checkedChange"; "indeterminateChange": "indeterminateChange"; }, never, never>;
}

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

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

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

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

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

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

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

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

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

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

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

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<ChipListComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ChipListComponent, "ejs-chiplist", never, { "avatarIconCss": "avatarIconCss"; "avatarText": "avatarText"; "chips": "chips"; "cssClass": "cssClass"; "enableDelete": "enableDelete"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "htmlAttributes": "htmlAttributes"; "leadingIconCss": "leadingIconCss"; "leadingIconUrl": "leadingIconUrl"; "locale": "locale"; "selectedChips": "selectedChips"; "selection": "selection"; "text": "text"; "trailingIconCss": "trailingIconCss"; "trailingIconUrl": "trailingIconUrl"; }, { "beforeClick": "beforeClick"; "click": "click"; "created": "created"; "delete": "delete"; "deleted": "deleted"; }, ["childChips"], never>;
}

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

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

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

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

@@ -76,4 +75,2 @@ * `e-chip` directive represent a chip of the Angular ChipList.

constructor(viewContainerRef: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration<ChipDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ChipDirective, "e-chips>e-chip", never, { "avatarIconCss": "avatarIconCss"; "avatarText": "avatarText"; "cssClass": "cssClass"; "enabled": "enabled"; "htmlAttributes": "htmlAttributes"; "leadingIconCss": "leadingIconCss"; "leadingIconUrl": "leadingIconUrl"; "text": "text"; "trailingIconCss": "trailingIconCss"; "trailingIconUrl": "trailingIconUrl"; "value": "value"; }, {}, never>;
}

@@ -86,4 +83,2 @@ /**

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

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

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

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

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

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

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<FabComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FabComponent, "[ejs-fab]", never, { "content": "content"; "cssClass": "cssClass"; "disabled": "disabled"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "iconCss": "iconCss"; "iconPosition": "iconPosition"; "isPrimary": "isPrimary"; "isToggle": "isToggle"; "locale": "locale"; "position": "position"; "target": "target"; "visible": "visible"; }, { "created": "created"; }, never, ["*"]>;
}

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

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

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

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

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

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

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

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

@@ -39,4 +38,2 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "ejs-radiobutton", never, { "checked": "checked"; "cssClass": "cssClass"; "disabled": "disabled"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "htmlAttributes": "htmlAttributes"; "label": "label"; "labelPosition": "labelPosition"; "locale": "locale"; "name": "name"; "value": "value"; }, { "focus": "focus"; "blur": "blur"; "change": "change"; "created": "created"; "valueChange": "valueChange"; }, never, never>;
}

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

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

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

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

@@ -47,4 +46,2 @@ * 'e-speeddialitem' directive represent a item of the Angular SpeedDial.

constructor(viewContainerRef: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration<SpeedDialItemDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<SpeedDialItemDirective, "e-speeddial-item", never, { "disabled": "disabled"; "iconCss": "iconCss"; "id": "id"; "text": "text"; "title": "title"; }, {}, never>;
}

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

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

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

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

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

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

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

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

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

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<SpeedDialComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SpeedDialComponent, "[ejs-speeddial]", never, { "animation": "animation"; "closeIconCss": "closeIconCss"; "content": "content"; "cssClass": "cssClass"; "direction": "direction"; "disabled": "disabled"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "iconPosition": "iconPosition"; "isPrimary": "isPrimary"; "itemTemplate": "itemTemplate"; "items": "items"; "locale": "locale"; "modal": "modal"; "mode": "mode"; "openIconCss": "openIconCss"; "opensOnHover": "opensOnHover"; "popupTemplate": "popupTemplate"; "position": "position"; "radialSettings": "radialSettings"; "target": "target"; "visible": "visible"; }, { "beforeClose": "beforeClose"; "beforeItemRender": "beforeItemRender"; "beforeOpen": "beforeOpen"; "clicked": "clicked"; "created": "created"; "onClose": "onClose"; "onOpen": "onOpen"; "visibleChange": "visibleChange"; }, ["itemTemplate", "popupTemplate", "childItems"], ["*"]>;
}

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

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

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

export declare class SpeedDialModule {
static ɵfac: i0.ɵɵFactoryDeclaration<SpeedDialModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SpeedDialModule, [typeof i1.SpeedDialComponent, typeof i2.SpeedDialItemDirective, typeof i2.SpeedDialItemsDirective], [typeof i3.CommonModule], [typeof i1.SpeedDialComponent, typeof i2.SpeedDialItemDirective, typeof i2.SpeedDialItemsDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SpeedDialModule>;
}

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

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

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

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

@@ -39,4 +38,2 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<SwitchComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "ejs-switch", never, { "checked": "checked"; "cssClass": "cssClass"; "disabled": "disabled"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "htmlAttributes": "htmlAttributes"; "locale": "locale"; "name": "name"; "offLabel": "offLabel"; "onLabel": "onLabel"; "value": "value"; }, { "focus": "focus"; "blur": "blur"; "change": "change"; "created": "created"; "checkedChange": "checkedChange"; }, never, never>;
}

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

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

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

export declare class SwitchModule {
static ɵfac: i0.ɵɵFactoryDeclaration<SwitchModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SwitchModule, [typeof i1.SwitchComponent], [typeof i2.CommonModule], [typeof i1.SwitchComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SwitchModule>;
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc