Comparing version 0.1.5 to 0.1.6
@@ -11,3 +11,3 @@ import { OnInit } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselItemComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselItemComponent, "ngx-carousel-item", never, { "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], false, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselItemComponent, "ngx-carousel-item", never, { "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], true, never>; | ||
} |
@@ -15,4 +15,4 @@ import { AfterContentInit, ChangeDetectorRef, QueryList } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselComponent, "ngx-carousel", never, { "ngxAutoPlay": { "alias": "ngxAutoPlay"; "required": false; }; "ngxAutoPlaySpeed": { "alias": "ngxAutoPlaySpeed"; "required": false; }; }, {}, ["carouselItems"], ["*"], false, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselComponent, "ngx-carousel", never, { "ngxAutoPlay": { "alias": "ngxAutoPlay"; "required": false; }; "ngxAutoPlaySpeed": { "alias": "ngxAutoPlaySpeed"; "required": false; }; }, {}, ["carouselItems"], ["*"], true, never>; | ||
static ngAcceptInputType_ngxAutoPlay: unknown; | ||
} |
import * as i0 from "@angular/core"; | ||
import * as i1 from "./carousel.component"; | ||
import * as i2 from "./carousel-item/carousel-item.component"; | ||
import * as i3 from "@angular/common"; | ||
export declare class CarouselModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<CarouselModule, [typeof i1.CarouselComponent, typeof i2.CarouselItemComponent], [typeof i3.CommonModule], [typeof i1.CarouselComponent, typeof i2.CarouselItemComponent]>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<CarouselModule, never, [typeof i1.CarouselComponent, typeof i2.CarouselItemComponent], [typeof i1.CarouselComponent, typeof i2.CarouselItemComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<CarouselModule>; | ||
} |
import * as i0 from "@angular/core"; | ||
import * as i1 from "./divider/divider.component"; | ||
import * as i2 from "@angular/common"; | ||
export declare class DividerModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<DividerModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<DividerModule, [typeof i1.DividerComponent], [typeof i2.CommonModule], [typeof i1.DividerComponent]>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<DividerModule, never, [typeof i1.DividerComponent], [typeof i1.DividerComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<DividerModule>; | ||
} |
@@ -5,3 +5,3 @@ import * as i0 from "@angular/core"; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<DividerComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<DividerComponent, "ngx-divider", never, { "ngxText": { "alias": "ngxText"; "required": false; }; }, {}, never, never, false, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<DividerComponent, "ngx-divider", never, { "ngxText": { "alias": "ngxText"; "required": false; }; }, {}, never, never, true, never>; | ||
} |
@@ -11,3 +11,3 @@ import { OnDestroy, QueryList } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "ngx-accordion", never, {}, {}, ["expansionPanels"], ["*"], false, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "ngx-accordion", never, {}, {}, ["expansionPanels"], ["*"], true, never>; | ||
} |
import * as i0 from "@angular/core"; | ||
import * as i1 from "./accordion/accordion.component"; | ||
import * as i2 from "./expansion-panel/expansion-panel.component"; | ||
import * as i3 from "@angular/common"; | ||
export declare class ExpansionPanelModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ExpansionPanelModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<ExpansionPanelModule, [typeof i1.AccordionComponent, typeof i2.ExpansionPanelComponent], [typeof i3.CommonModule], [typeof i1.AccordionComponent, typeof i2.ExpansionPanelComponent]>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<ExpansionPanelModule, never, [typeof i1.AccordionComponent, typeof i2.ExpansionPanelComponent], [typeof i1.AccordionComponent, typeof i2.ExpansionPanelComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<ExpansionPanelModule>; | ||
} |
@@ -16,3 +16,3 @@ import { EventEmitter, OnInit } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ExpansionPanelComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<ExpansionPanelComponent, "ngx-expansion-panel", never, { "disabled": { "alias": "disabled"; "required": false; }; "label": { "alias": "label"; "required": false; }; "ngxType": { "alias": "ngxType"; "required": false; }; }, { "onClick": "onClick"; }, never, ["*"], false, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<ExpansionPanelComponent, "ngx-expansion-panel", never, { "disabled": { "alias": "disabled"; "required": false; }; "label": { "alias": "label"; "required": false; }; "ngxType": { "alias": "ngxType"; "required": false; }; }, { "onClick": "onClick"; }, never, ["*"], true, never>; | ||
} |
{ | ||
"name": "ngx-eagle", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"license": "MIT", | ||
@@ -55,2 +55,8 @@ "description": "UI component infrastructure and Design components for mobile and desktop Angular web applications.", | ||
}, | ||
"./button": { | ||
"types": "./button/index.d.ts", | ||
"esm2022": "./esm2022/button/ngx-eagle-button.mjs", | ||
"esm": "./esm2022/button/ngx-eagle-button.mjs", | ||
"default": "./fesm2022/ngx-eagle-button.mjs" | ||
}, | ||
"./card": { | ||
@@ -62,7 +68,7 @@ "types": "./card/index.d.ts", | ||
}, | ||
"./button": { | ||
"types": "./button/index.d.ts", | ||
"esm2022": "./esm2022/button/ngx-eagle-button.mjs", | ||
"esm": "./esm2022/button/ngx-eagle-button.mjs", | ||
"default": "./fesm2022/ngx-eagle-button.mjs" | ||
"./divider": { | ||
"types": "./divider/index.d.ts", | ||
"esm2022": "./esm2022/divider/ngx-eagle-divider.mjs", | ||
"esm": "./esm2022/divider/ngx-eagle-divider.mjs", | ||
"default": "./fesm2022/ngx-eagle-divider.mjs" | ||
}, | ||
@@ -75,8 +81,2 @@ "./dialog": { | ||
}, | ||
"./divider": { | ||
"types": "./divider/index.d.ts", | ||
"esm2022": "./esm2022/divider/ngx-eagle-divider.mjs", | ||
"esm": "./esm2022/divider/ngx-eagle-divider.mjs", | ||
"default": "./fesm2022/ngx-eagle-divider.mjs" | ||
}, | ||
"./carousel": { | ||
@@ -118,2 +118,8 @@ "types": "./carousel/index.d.ts", | ||
}, | ||
"./tab": { | ||
"types": "./tab/index.d.ts", | ||
"esm2022": "./esm2022/tab/ngx-eagle-tab.mjs", | ||
"esm": "./esm2022/tab/ngx-eagle-tab.mjs", | ||
"default": "./fesm2022/ngx-eagle-tab.mjs" | ||
}, | ||
"./tag": { | ||
@@ -125,8 +131,2 @@ "types": "./tag/index.d.ts", | ||
}, | ||
"./tab": { | ||
"types": "./tab/index.d.ts", | ||
"esm2022": "./esm2022/tab/ngx-eagle-tab.mjs", | ||
"esm": "./esm2022/tab/ngx-eagle-tab.mjs", | ||
"default": "./fesm2022/ngx-eagle-tab.mjs" | ||
}, | ||
"./timeline": { | ||
@@ -133,0 +133,0 @@ "types": "./timeline/index.d.ts", |
@@ -0,0 +0,0 @@ # NgxUiComponents |
@@ -18,3 +18,3 @@ import { AfterContentInit, ChangeDetectorRef } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<SwitchComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "ngx-switch", never, { "ngxDisabled": { "alias": "ngxDisabled"; "required": false; }; }, {}, never, never, false, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "ngx-switch", never, { "ngxDisabled": { "alias": "ngxDisabled"; "required": false; }; }, {}, never, never, true, never>; | ||
} |
import * as i0 from "@angular/core"; | ||
import * as i1 from "./switch.component"; | ||
import * as i2 from "@angular/common"; | ||
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 ɵmod: i0.ɵɵNgModuleDeclaration<SwitchModule, never, [typeof i1.SwitchComponent], [typeof i1.SwitchComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<SwitchModule>; | ||
} |
@@ -20,3 +20,3 @@ import { ChangeDetectorRef, OnInit, QueryList, Renderer2 } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<TabGroupComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<TabGroupComponent, "ngx-tab-group", never, { "ngxTabPosition": { "alias": "ngxTabPosition"; "required": false; }; "ngxMode": { "alias": "ngxMode"; "required": false; }; "ngxAlignTabs": { "alias": "ngxAlignTabs"; "required": false; }; }, {}, ["tabs"], ["*"], false, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<TabGroupComponent, "ngx-tab-group", never, { "ngxTabPosition": { "alias": "ngxTabPosition"; "required": false; }; "ngxMode": { "alias": "ngxMode"; "required": false; }; "ngxAlignTabs": { "alias": "ngxAlignTabs"; "required": false; }; }, {}, ["tabs"], ["*"], true, never>; | ||
} |
import * as i0 from "@angular/core"; | ||
import * as i1 from "./tab/tab.component"; | ||
import * as i2 from "./tab-group/tab-group.component"; | ||
import * as i3 from "@angular/common"; | ||
export declare class TabModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<TabModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<TabModule, [typeof i1.TabComponent, typeof i2.TabGroupComponent], [typeof i3.CommonModule], [typeof i1.TabComponent, typeof i2.TabGroupComponent]>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<TabModule, never, [typeof i1.TabComponent, typeof i2.TabGroupComponent], [typeof i1.TabComponent, typeof i2.TabGroupComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<TabModule>; | ||
} |
@@ -12,3 +12,3 @@ import { OnInit } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<TabComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "ngx-tab", never, { "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], false, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "ngx-tab", never, { "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], true, never>; | ||
} |
@@ -16,3 +16,3 @@ import { ElementRef, EventEmitter, Renderer2 } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<TagComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "ngx-tag", never, { "ngxMode": { "alias": "ngxMode"; "required": false; }; "ngxColor": { "alias": "ngxColor"; "required": false; }; "ngxChecked": { "alias": "ngxChecked"; "required": false; }; }, { "ngxOnClose": "ngxOnClose"; "ngxCheckedChange": "ngxCheckedChange"; }, never, ["*"], false, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "ngx-tag", never, { "ngxMode": { "alias": "ngxMode"; "required": false; }; "ngxColor": { "alias": "ngxColor"; "required": false; }; "ngxChecked": { "alias": "ngxChecked"; "required": false; }; }, { "ngxOnClose": "ngxOnClose"; "ngxCheckedChange": "ngxCheckedChange"; }, never, ["*"], true, never>; | ||
} |
import * as i0 from "@angular/core"; | ||
import * as i1 from "./tag.component"; | ||
import * as i2 from "@angular/common"; | ||
export declare class TagModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<TagModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<TagModule, [typeof i1.TagComponent], [typeof i2.CommonModule], [typeof i1.TagComponent]>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<TagModule, never, [typeof i1.TagComponent], [typeof i1.TagComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<TagModule>; | ||
} |
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
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
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
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
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
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
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
234
4229
1
473559