ngx-sfc-components 0.0.3 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/components/avatar/avatar.component.mjs +5 -5
- package/esm2020/lib/components/avatar/parts/badge/avatar-badge.component.mjs +3 -3
- package/esm2020/lib/components/carousel/carousel.component.mjs +8 -8
- package/esm2020/lib/components/carousel/directive/carousel-slide.directive.mjs +3 -3
- package/esm2020/lib/components/carousel/parts/stage/carousel-stage.component.mjs +5 -5
- package/esm2020/lib/components/carousel/service/animate/carousel-animate.service.mjs +3 -3
- package/esm2020/lib/components/carousel/service/autoplay/carousel-autoplay.service.mjs +3 -3
- package/esm2020/lib/components/carousel/service/carousel/carousel.service.mjs +3 -3
- package/esm2020/lib/components/carousel/service/lazy/carousel-lazy-load.service.mjs +3 -3
- package/esm2020/lib/components/carousel/service/navigation/carousel-navigation.service.mjs +3 -3
- package/esm2020/lib/components/chart/chart.component.mjs +5 -5
- package/esm2020/lib/components/chart/service/settings/chart-settings.service.mjs +3 -3
- package/esm2020/lib/components/chart/service/theme/chart-theme.service.mjs +3 -3
- package/esm2020/lib/components/menu/dropdown/dropdown-menu.component.mjs +16 -11
- package/esm2020/lib/components/menu/dropdown/parts/item/dropdown-menu-item.component.mjs +12 -9
- package/esm2020/lib/components/menu/dropdown/parts/item/dropdown-menu-item.model.mjs +1 -1
- package/esm2020/lib/components/menu/navigation/navigation-menu.component.mjs +5 -5
- package/esm2020/lib/components/menu/navigation/parts/item/navigation-menu-item.component.mjs +6 -6
- package/esm2020/lib/components/menu/side/parts/header/side-menu-header.component.mjs +4 -4
- package/esm2020/lib/components/menu/side/parts/item/content/side-menu-item-content.component.mjs +6 -6
- package/esm2020/lib/components/menu/side/parts/item/side-menu-item.component.mjs +6 -6
- package/esm2020/lib/components/menu/side/parts/title/side-menu-title.component.mjs +4 -4
- package/esm2020/lib/components/menu/side/side-menu.component.mjs +7 -7
- package/esm2020/lib/components/notification/notification.component.mjs +6 -6
- package/esm2020/lib/components/notification/parts/content/notification-content.component.mjs +6 -6
- package/esm2020/lib/components/progress/circle/progress-circle.component.mjs +4 -4
- package/esm2020/lib/components/progress/line/progress-line.component.mjs +4 -4
- package/esm2020/lib/components/progress/progress.component.mjs +3 -3
- package/esm2020/lib/components/progress/semi-circle/progress-semi-circle.component.mjs +4 -4
- package/esm2020/lib/components/slider/parts/button/slider-button.component.mjs +4 -4
- package/esm2020/lib/components/slider/parts/item/slider-item.component.mjs +3 -3
- package/esm2020/lib/components/slider/parts/pagination/slider-pagination.component.mjs +3 -3
- package/esm2020/lib/components/slider/service/automatic/slider-automatic.service.mjs +3 -3
- package/esm2020/lib/components/slider/slider.component.mjs +8 -8
- package/esm2020/lib/components/stars/stars.component.mjs +3 -3
- package/esm2020/lib/components/table/parts/columns/default/default-table-column.component.mjs +6 -6
- package/esm2020/lib/components/table/parts/columns/selectable/selectable-table-column.component.mjs +4 -4
- package/esm2020/lib/components/table/parts/content/base-default-table-content.component.mjs +3 -3
- package/esm2020/lib/components/table/parts/content/cards/default/default-table-card.component.mjs +5 -5
- package/esm2020/lib/components/table/parts/content/rows/default/default-table-row.component.mjs +5 -5
- package/esm2020/lib/components/table/parts/content/rows/expanded/expanded-table-row.component.mjs +3 -3
- package/esm2020/lib/components/table/parts/toggle/columns-toggle.component.mjs +6 -6
- package/esm2020/lib/components/table/parts/toggle/service/columns-toggle.service.mjs +4 -4
- package/esm2020/lib/components/table/service/select/table-select.service.mjs +3 -3
- package/esm2020/lib/components/table/table.component.mjs +11 -11
- package/esm2020/lib/components/tabs/parts/labels/tab-label-content-base.component.mjs +3 -3
- package/esm2020/lib/components/tabs/parts/labels/tab-label-icon/tab-label-icon.component.mjs +4 -4
- package/esm2020/lib/components/tabs/parts/labels/tab-label-line/tab-label-line.component.mjs +6 -6
- package/esm2020/lib/components/tabs/parts/sliders/tab-label-icon/tab-label-icon-slider.component.mjs +4 -4
- package/esm2020/lib/components/tabs/parts/sliders/tab-label-line/tab-label-line-slider.component.mjs +4 -4
- package/esm2020/lib/components/tabs/parts/sliders/tab-slider-base.component.mjs +3 -3
- package/esm2020/lib/components/tabs/tabs.component.mjs +6 -6
- package/esm2020/lib/components/tags/parts/tag/tag.component.mjs +6 -6
- package/esm2020/lib/components/tags/tags.component.mjs +5 -5
- package/esm2020/lib/components/timeline/parts/item/timeline-item.component.mjs +7 -11
- package/esm2020/lib/components/timeline/timeline.component.mjs +5 -5
- package/esm2020/lib/ngx-sfc-components.module.mjs +8 -10
- package/fesm2015/ngx-sfc-components.mjs +254 -249
- package/fesm2015/ngx-sfc-components.mjs.map +1 -1
- package/fesm2020/ngx-sfc-components.mjs +253 -248
- package/fesm2020/ngx-sfc-components.mjs.map +1 -1
- package/{ngx-sfc-components.d.ts → index.d.ts} +0 -0
- package/lib/components/avatar/avatar.component.d.ts +1 -1
- package/lib/components/avatar/parts/badge/avatar-badge.component.d.ts +1 -1
- package/lib/components/carousel/carousel.component.d.ts +1 -1
- package/lib/components/carousel/directive/carousel-slide.directive.d.ts +1 -1
- package/lib/components/carousel/parts/stage/carousel-stage.component.d.ts +1 -1
- package/lib/components/chart/chart.component.d.ts +1 -1
- package/lib/components/menu/dropdown/dropdown-menu.component.d.ts +2 -1
- package/lib/components/menu/dropdown/parts/item/dropdown-menu-item.component.d.ts +2 -1
- package/lib/components/menu/dropdown/parts/item/dropdown-menu-item.model.d.ts +2 -0
- package/lib/components/menu/navigation/navigation-menu.component.d.ts +1 -1
- package/lib/components/menu/navigation/parts/item/navigation-menu-item.component.d.ts +1 -1
- package/lib/components/menu/side/parts/header/side-menu-header.component.d.ts +1 -1
- package/lib/components/menu/side/parts/item/content/side-menu-item-content.component.d.ts +1 -1
- package/lib/components/menu/side/parts/item/side-menu-item.component.d.ts +1 -1
- package/lib/components/menu/side/parts/title/side-menu-title.component.d.ts +1 -1
- package/lib/components/menu/side/side-menu.component.d.ts +1 -1
- package/lib/components/notification/notification.component.d.ts +1 -1
- package/lib/components/notification/parts/content/notification-content.component.d.ts +1 -1
- package/lib/components/progress/circle/progress-circle.component.d.ts +1 -1
- package/lib/components/progress/line/progress-line.component.d.ts +1 -1
- package/lib/components/progress/progress.component.d.ts +1 -1
- package/lib/components/progress/semi-circle/progress-semi-circle.component.d.ts +1 -1
- package/lib/components/slider/parts/button/slider-button.component.d.ts +1 -1
- package/lib/components/slider/parts/item/slider-item.component.d.ts +1 -1
- package/lib/components/slider/parts/pagination/slider-pagination.component.d.ts +1 -1
- package/lib/components/slider/slider.component.d.ts +1 -1
- package/lib/components/stars/stars.component.d.ts +1 -1
- package/lib/components/table/parts/columns/default/default-table-column.component.d.ts +1 -1
- package/lib/components/table/parts/columns/selectable/selectable-table-column.component.d.ts +1 -1
- package/lib/components/table/parts/content/base-default-table-content.component.d.ts +1 -1
- package/lib/components/table/parts/content/cards/default/default-table-card.component.d.ts +1 -1
- package/lib/components/table/parts/content/rows/default/default-table-row.component.d.ts +1 -1
- package/lib/components/table/parts/content/rows/expanded/expanded-table-row.component.d.ts +1 -1
- package/lib/components/table/parts/toggle/columns-toggle.component.d.ts +1 -1
- package/lib/components/table/table.component.d.ts +1 -1
- package/lib/components/tabs/parts/labels/tab-label-content-base.component.d.ts +1 -1
- package/lib/components/tabs/parts/labels/tab-label-icon/tab-label-icon.component.d.ts +1 -1
- package/lib/components/tabs/parts/labels/tab-label-line/tab-label-line.component.d.ts +1 -1
- package/lib/components/tabs/parts/sliders/tab-label-icon/tab-label-icon-slider.component.d.ts +1 -1
- package/lib/components/tabs/parts/sliders/tab-label-line/tab-label-line-slider.component.d.ts +1 -1
- package/lib/components/tabs/parts/sliders/tab-slider-base.component.d.ts +1 -1
- package/lib/components/tabs/tabs.component.d.ts +1 -1
- package/lib/components/tags/parts/tag/tag.component.d.ts +1 -1
- package/lib/components/tags/tags.component.d.ts +1 -1
- package/lib/components/timeline/parts/item/timeline-item.component.d.ts +1 -2
- package/lib/components/timeline/timeline.component.d.ts +1 -1
- package/package.json +6 -6
|
File without changes
|
|
@@ -38,5 +38,5 @@ export declare class AvatarComponent implements OnInit, AfterContentInit {
|
|
|
38
38
|
ngAfterContentInit(): void;
|
|
39
39
|
get strokeDashOffset(): number;
|
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "sfc-avatar", never, { "radius": "radius"; "stroke": "stroke"; "progress": "progress"; "progressModel": "progressModel"; "data": "data"; "stars": "stars"; "starsValue": "starsValue"; }, {}, ["badges"], ["*"]>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "sfc-avatar", never, { "radius": "radius"; "stroke": "stroke"; "progress": "progress"; "progressModel": "progressModel"; "data": "data"; "stars": "stars"; "starsValue": "starsValue"; }, {}, ["badges"], ["*"], false, never>;
|
|
42
42
|
}
|
|
@@ -10,5 +10,5 @@ export declare class AvatarBadgeComponent {
|
|
|
10
10
|
private get positionStyle();
|
|
11
11
|
private get sizePart();
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarBadgeComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarBadgeComponent, "sfc-avatar-badge", never, { "position": "position"; "background": "background"; }, {}, never, ["*"]>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarBadgeComponent, "sfc-avatar-badge", never, { "position": "position"; "background": "background"; }, {}, never, ["*"], false, never>;
|
|
14
14
|
}
|
|
@@ -58,5 +58,5 @@ export declare class CarouselComponent implements OnInit, AfterContentInit, OnDe
|
|
|
58
58
|
startAutoplay(): void;
|
|
59
59
|
private gatherTranslatedData;
|
|
60
60
|
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselComponent, never>;
|
|
61
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselComponent, "sfc-carousel", never, { "options": "options"; }, { "translated": "translated"; "initialized": "initialized"; "changing": "changing"; "changed": "changed"; }, ["slides"], never>;
|
|
61
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselComponent, "sfc-carousel", never, { "options": "options"; }, { "translated": "translated"; "initialized": "initialized"; "changing": "changing"; "changed": "changed"; }, ["slides"], never, false, never>;
|
|
62
62
|
}
|
|
@@ -9,5 +9,5 @@ export declare class CarouselSlideDirective {
|
|
|
9
9
|
width: number;
|
|
10
10
|
constructor(tplRef: TemplateRef<any>);
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselSlideDirective, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CarouselSlideDirective, "ng-template[sfcCarouselSlide]", never, { "id": "id"; "dataMerge": "dataMerge"; "width": "width"; }, {}, never>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CarouselSlideDirective, "ng-template[sfcCarouselSlide]", never, { "id": "id"; "dataMerge": "dataMerge"; "width": "width"; }, {}, never, never, false, never>;
|
|
13
13
|
}
|
|
@@ -26,5 +26,5 @@ export declare class CarouselStageComponent {
|
|
|
26
26
|
clear(id: string): void;
|
|
27
27
|
preparePublicSlide: (slide: CarouselSlideModel) => CarouselSlideModel;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselStageComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselStageComponent, "sfc-carousel-stage", never, { "stageModel": "stageModel"; "slidesModel": "slidesModel"; }, {}, never, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselStageComponent, "sfc-carousel-stage", never, { "stageModel": "stageModel"; "slidesModel": "slidesModel"; }, {}, never, never, false, never>;
|
|
30
30
|
}
|
|
@@ -34,5 +34,5 @@ export declare class ChartComponent<TType extends ChartType = ChartType, TData =
|
|
|
34
34
|
private overrideDefaultOptionsByModel;
|
|
35
35
|
private updateColors;
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChartComponent<any, any, any>, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChartComponent<any, any, any>, "sfc-chart", never, { "type": "type"; "data": "data"; "options": "options"; "plugins": "plugins"; "labels": "labels"; "datasets": "datasets"; "chartOptions": "chartOptions"; "theme": "theme"; }, {}, never, never>;
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChartComponent<any, any, any>, "sfc-chart", never, { "type": "type"; "data": "data"; "options": "options"; "plugins": "plugins"; "labels": "labels"; "datasets": "datasets"; "chartOptions": "chartOptions"; "theme": "theme"; }, {}, never, never, false, never>;
|
|
38
38
|
}
|
|
@@ -14,6 +14,7 @@ export declare class DropdownMenuComponent implements OnDestroy, OnInit, AfterCo
|
|
|
14
14
|
bordered: boolean;
|
|
15
15
|
position: Position[];
|
|
16
16
|
open: boolean;
|
|
17
|
+
autoResize: boolean;
|
|
17
18
|
selected: EventEmitter<IDropdownMenuItemModel>;
|
|
18
19
|
private _position;
|
|
19
20
|
private _resizeSubscription?;
|
|
@@ -25,5 +26,5 @@ export declare class DropdownMenuComponent implements OnDestroy, OnInit, AfterCo
|
|
|
25
26
|
onClick(item: IDropdownMenuItemModel): void;
|
|
26
27
|
onClickOutside(event: ClickOutsideEvent): void;
|
|
27
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownMenuComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownMenuComponent, "sfc-dropdown-menu", never, { "items": "items"; "icon": "icon"; "label": "label"; "hideOnClick": "hideOnClick"; "hideOnClickOutside": "hideOnClickOutside"; "bordered": "bordered"; "position": "position"; "open": "open"; }, { "selected": "selected"; }, never, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownMenuComponent, "sfc-dropdown-menu", never, { "items": "items"; "icon": "icon"; "label": "label"; "hideOnClick": "hideOnClick"; "hideOnClickOutside": "hideOnClickOutside"; "bordered": "bordered"; "position": "position"; "open": "open"; "autoResize": "autoResize"; }, { "selected": "selected"; }, never, never, false, never>;
|
|
29
30
|
}
|
|
@@ -2,7 +2,8 @@ import { IDropdownMenuItemModel } from './dropdown-menu-item.model';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class DropdownMenuItemComponent {
|
|
4
4
|
item: IDropdownMenuItemModel;
|
|
5
|
+
private get _active();
|
|
5
6
|
click(): void;
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownMenuItemComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownMenuItemComponent, "sfc-dropdown-menu-item", never, { "item": "item"; }, {}, never, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownMenuItemComponent, "sfc-dropdown-menu-item", never, { "item": "item"; }, {}, never, never, false, never>;
|
|
8
9
|
}
|
|
@@ -2,6 +2,8 @@ import { IconDefinition } from '@fortawesome/free-solid-svg-icons';
|
|
|
2
2
|
export interface IDropdownMenuItemModel {
|
|
3
3
|
label: string;
|
|
4
4
|
icon?: IconDefinition;
|
|
5
|
+
image?: string;
|
|
5
6
|
delimeter?: boolean;
|
|
7
|
+
active?: boolean;
|
|
6
8
|
click?: (item: IDropdownMenuItemModel) => void;
|
|
7
9
|
}
|
|
@@ -6,5 +6,5 @@ export declare class NavigationMenuComponent {
|
|
|
6
6
|
selected: EventEmitter<INavigationMenuItemModel>;
|
|
7
7
|
onClick(item: INavigationMenuItemModel): void;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationMenuComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavigationMenuComponent, "sfc-navigation-menu", never, { "items": "items"; }, { "selected": "selected"; }, never, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavigationMenuComponent, "sfc-navigation-menu", never, { "items": "items"; }, { "selected": "selected"; }, never, never, false, never>;
|
|
10
10
|
}
|
|
@@ -5,5 +5,5 @@ export declare class NavigationMenuItemComponent {
|
|
|
5
5
|
get active(): boolean;
|
|
6
6
|
click(): void;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationMenuItemComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavigationMenuItemComponent, "sfc-navigation-menu-item", never, { "item": "item"; }, {}, never, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavigationMenuItemComponent, "sfc-navigation-menu-item", never, { "item": "item"; }, {}, never, never, false, never>;
|
|
9
9
|
}
|
|
@@ -7,5 +7,5 @@ export declare class SideMenuHeaderComponent implements OnInit {
|
|
|
7
7
|
toggle: EventEmitter<void>;
|
|
8
8
|
ngOnInit(): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<SideMenuHeaderComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SideMenuHeaderComponent, "sfc-side-menu-header", never, { "label": "label"; "open": "open"; }, { "toggle": "toggle"; }, never, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SideMenuHeaderComponent, "sfc-side-menu-header", never, { "label": "label"; "open": "open"; }, { "toggle": "toggle"; }, never, never, false, never>;
|
|
11
11
|
}
|
|
@@ -14,5 +14,5 @@ export declare class SideMenuItemContentComponent {
|
|
|
14
14
|
onClick(): void;
|
|
15
15
|
get expandIcon(): IconDefinition;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<SideMenuItemContentComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SideMenuItemContentComponent, "sfc-side-menu-item-content", never, { "item": "item"; "active": "active"; "open": "open"; "openParent": "openParent"; "hasChildren": "hasChildren"; }, { "selectItem": "selectItem"; }, never, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SideMenuItemContentComponent, "sfc-side-menu-item-content", never, { "item": "item"; "active": "active"; "open": "open"; "openParent": "openParent"; "hasChildren": "hasChildren"; }, { "selectItem": "selectItem"; }, never, never, false, never>;
|
|
18
18
|
}
|
|
@@ -13,5 +13,5 @@ export declare class SideMenuItemComponent implements OnInit {
|
|
|
13
13
|
onParentClick(item: ISideMenuItemModel): void;
|
|
14
14
|
onChildClick(item: ISideMenuItemModel, child: ISideMenuItemModel): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<SideMenuItemComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SideMenuItemComponent, "sfc-side-menu-item", never, { "item": "item"; "open": "open"; }, { "selectItem": "selectItem"; }, never, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SideMenuItemComponent, "sfc-side-menu-item", never, { "item": "item"; "open": "open"; }, { "selectItem": "selectItem"; }, never, never, false, never>;
|
|
17
17
|
}
|
|
@@ -3,5 +3,5 @@ export declare class SideMenuTitleComponent {
|
|
|
3
3
|
label: string;
|
|
4
4
|
open: boolean;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SideMenuTitleComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SideMenuTitleComponent, "sfc-side-menu-title", never, { "label": "label"; "open": "open"; }, {}, never, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SideMenuTitleComponent, "sfc-side-menu-title", never, { "label": "label"; "open": "open"; }, {}, never, never, false, never>;
|
|
7
7
|
}
|
|
@@ -9,5 +9,5 @@ export declare class SideMenuComponent {
|
|
|
9
9
|
set open(value: boolean);
|
|
10
10
|
onItemSelect(item: ISideMenuItemModel): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<SideMenuComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SideMenuComponent, "sfc-side-menu", never, { "model": "model"; }, { "selected": "selected"; }, never, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SideMenuComponent, "sfc-side-menu", never, { "model": "model"; }, { "selected": "selected"; }, never, never, false, never>;
|
|
13
13
|
}
|
|
@@ -22,5 +22,5 @@ export declare class NotificationComponent implements OnInit {
|
|
|
22
22
|
ngOnInit(): void;
|
|
23
23
|
close(): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationComponent, "sfc-notification", never, { "showClose": "showClose"; "autoCloseModel": "autoCloseModel"; "type": "type"; "model": "model"; "content": "content"; }, { "closed": "closed"; "buttonClicked": "buttonClicked"; }, ["templates"], never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationComponent, "sfc-notification", never, { "showClose": "showClose"; "autoCloseModel": "autoCloseModel"; "type": "type"; "model": "model"; "content": "content"; }, { "closed": "closed"; "buttonClicked": "buttonClicked"; }, ["templates"], never, false, never>;
|
|
26
26
|
}
|
|
@@ -10,5 +10,5 @@ export declare class NotificationContentComponent {
|
|
|
10
10
|
buttonClicked: EventEmitter<void>;
|
|
11
11
|
get showImage(): boolean;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationContentComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationContentComponent, "sfc-notification-content", never, { "type": "type"; "model": "model"; }, { "buttonClicked": "buttonClicked"; }, never, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationContentComponent, "sfc-notification-content", never, { "type": "type"; "model": "model"; }, { "buttonClicked": "buttonClicked"; }, never, never, false, never>;
|
|
14
14
|
}
|
|
@@ -4,5 +4,5 @@ export declare class ProgressCircleComponent extends ProgressBaseComponent {
|
|
|
4
4
|
get reversed(): boolean;
|
|
5
5
|
get transformRotate(): string;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressCircleComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressCircleComponent, "sfc-progress-circle", never, {}, {}, never, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressCircleComponent, "sfc-progress-circle", never, {}, {}, never, never, false, never>;
|
|
8
8
|
}
|
|
@@ -13,5 +13,5 @@ export declare class ProgressLineComponent extends ProgressBaseComponent impleme
|
|
|
13
13
|
backgroundColor: string;
|
|
14
14
|
};
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressLineComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressLineComponent, "sfc-progress-line", never, { "total": "total"; "labelStart": "labelStart"; "labelEnd": "labelEnd"; "hideEnd": "hideEnd"; }, {}, never, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressLineComponent, "sfc-progress-line", never, { "total": "total"; "labelStart": "labelStart"; "labelEnd": "labelEnd"; "hideEnd": "hideEnd"; }, {}, never, never, false, never>;
|
|
17
17
|
}
|
|
@@ -5,5 +5,5 @@ export declare abstract class ProgressBaseComponent {
|
|
|
5
5
|
getColor: (value: number) => string;
|
|
6
6
|
getDefaultColor(value: number): string;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBaseComponent, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ProgressBaseComponent, never, never, { "progress": "progress"; "background": "background"; "getColor": "getColor"; }, {}, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ProgressBaseComponent, never, never, { "progress": "progress"; "background": "background"; "getColor": "getColor"; }, {}, never, never, false, never>;
|
|
9
9
|
}
|
|
@@ -12,5 +12,5 @@ export declare class ProgressSemiCircleComponent extends ProgressBaseComponent i
|
|
|
12
12
|
borderRightColor: string;
|
|
13
13
|
};
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressSemiCircleComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressSemiCircleComponent, "sfc-progress-semi-circle", never, { "limits": "limits"; "min": "min"; "max": "max"; }, {}, never, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressSemiCircleComponent, "sfc-progress-semi-circle", never, { "limits": "limits"; "min": "min"; "max": "max"; }, {}, never, never, false, never>;
|
|
16
16
|
}
|
|
@@ -8,5 +8,5 @@ export declare class SliderButtonComponent {
|
|
|
8
8
|
active: boolean;
|
|
9
9
|
get icon(): IconDefinition;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<SliderButtonComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SliderButtonComponent, "sfc-slider-button", never, { "type": "type"; "active": "active"; }, {}, never, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SliderButtonComponent, "sfc-slider-button", never, { "type": "type"; "active": "active"; }, {}, never, never, false, never>;
|
|
12
12
|
}
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class SliderItemComponent {
|
|
4
4
|
model: ISliderItemModel;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SliderItemComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SliderItemComponent, "sfc-slider-item", never, { "model": "model"; }, {}, never, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SliderItemComponent, "sfc-slider-item", never, { "model": "model"; }, {}, never, never, false, never>;
|
|
7
7
|
}
|
|
@@ -7,5 +7,5 @@ export declare class SliderPaginationComponent {
|
|
|
7
7
|
get items(): Array<any>;
|
|
8
8
|
selectItem(index: number): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<SliderPaginationComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SliderPaginationComponent, "sfc-slider-pagination", never, { "count": "count"; "index": "index"; }, { "selected": "selected"; }, never, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SliderPaginationComponent, "sfc-slider-pagination", never, { "count": "count"; "index": "index"; }, { "selected": "selected"; }, never, never, false, never>;
|
|
11
11
|
}
|
|
@@ -42,5 +42,5 @@ export declare class SliderComponent implements AfterViewInit, AfterViewChecked
|
|
|
42
42
|
select(index: number): void;
|
|
43
43
|
toggleAutomatic(): void;
|
|
44
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<SliderComponent, never>;
|
|
45
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "sfc-slider", never, { "items": "items"; "type": "type"; "showCount": "showCount"; "pagination": "pagination"; }, {}, never, never>;
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "sfc-slider", never, { "items": "items"; "type": "type"; "showCount": "showCount"; "pagination": "pagination"; }, {}, never, never, false, never>;
|
|
46
46
|
}
|
|
@@ -7,5 +7,5 @@ export declare class StarsComponent {
|
|
|
7
7
|
get stars(): Array<number>;
|
|
8
8
|
getStarType(index: number): StarType;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<StarsComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StarsComponent, "sfc-stars", never, { "value": "value"; "count": "count"; }, {}, never, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StarsComponent, "sfc-stars", never, { "value": "value"; "count": "count"; }, {}, never, never, false, never>;
|
|
11
11
|
}
|
|
@@ -4,5 +4,5 @@ export declare class DefaultTableColumnComponent {
|
|
|
4
4
|
model: IDefaultTableColumnModel;
|
|
5
5
|
get active(): boolean;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultTableColumnComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DefaultTableColumnComponent, "sfc-default-table-column", never, { "model": "model"; }, {}, never, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DefaultTableColumnComponent, "sfc-default-table-column", never, { "model": "model"; }, {}, never, never, false, never>;
|
|
8
8
|
}
|
package/lib/components/table/parts/columns/selectable/selectable-table-column.component.d.ts
CHANGED
|
@@ -6,5 +6,5 @@ export declare class SelectableTableColumnComponent {
|
|
|
6
6
|
selectAll(): void;
|
|
7
7
|
constructor(service: TableSelectService);
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectableTableColumnComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectableTableColumnComponent, "sfc-selectable-table-column", never, { "selected": "selected"; }, {}, never, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectableTableColumnComponent, "sfc-selectable-table-column", never, { "selected": "selected"; }, {}, never, never, false, never>;
|
|
10
10
|
}
|
|
@@ -23,5 +23,5 @@ export declare abstract class BaseDefaultTableContentComponent implements AfterV
|
|
|
23
23
|
ngOnDestroy(): void;
|
|
24
24
|
get selectEvent(): ITableSelectEvent;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseDefaultTableContentComponent, never>;
|
|
26
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseDefaultTableContentComponent, never, never, { "model": "model"; "columns": "columns"; "selectOnClick": "selectOnClick"; "position": "position"; "columnWidth": "columnWidth"; }, { "selected": "selected"; }, never>;
|
|
26
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseDefaultTableContentComponent, never, never, { "model": "model"; "columns": "columns"; "selectOnClick": "selectOnClick"; "position": "position"; "columnWidth": "columnWidth"; }, { "selected": "selected"; }, never, never, false, never>;
|
|
27
27
|
}
|
|
@@ -2,5 +2,5 @@ import { BaseDefaultTableContentComponent } from '../../base-default-table-conte
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class DefaultTableCardComponent extends BaseDefaultTableContentComponent {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultTableCardComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DefaultTableCardComponent, "sfc-default-table-card", never, {}, {}, never, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DefaultTableCardComponent, "sfc-default-table-card", never, {}, {}, never, never, false, never>;
|
|
6
6
|
}
|
|
@@ -6,5 +6,5 @@ export declare class DefaultTableRowComponent extends BaseDefaultTableContentCom
|
|
|
6
6
|
};
|
|
7
7
|
get contentPosition(): string;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultTableRowComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DefaultTableRowComponent, "sfc-default-table-row", never, {}, {}, never, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DefaultTableRowComponent, "sfc-default-table-row", never, {}, {}, never, never, false, never>;
|
|
10
10
|
}
|
|
@@ -12,5 +12,5 @@ export declare class ExpandedTableRowComponent extends BaseDefaultTableContentCo
|
|
|
12
12
|
templates: QueryList<TemplateReferenceDirective> | undefined;
|
|
13
13
|
get contextData(): IExpandedTableRowContextModel;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExpandedTableRowComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ExpandedTableRowComponent, "sfc-expanded-table-row", never, { "expanded": "expanded"; "row": "row"; "content": "content"; }, {}, ["templates"], never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExpandedTableRowComponent, "sfc-expanded-table-row", never, { "expanded": "expanded"; "row": "row"; "content": "content"; }, {}, ["templates"], never, false, never>;
|
|
16
16
|
}
|
|
@@ -9,5 +9,5 @@ export declare class ColumnsToggleComponent implements OnInit {
|
|
|
9
9
|
constructor(service: ColumnsToggleService);
|
|
10
10
|
ngOnInit(): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsToggleComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnsToggleComponent, "sfc-columns-toggle", never, {}, {}, never, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnsToggleComponent, "sfc-columns-toggle", never, {}, {}, never, never, false, never>;
|
|
13
13
|
}
|
|
@@ -70,5 +70,5 @@ export declare class TableComponent implements OnInit, AfterViewInit, AfterConte
|
|
|
70
70
|
private sortData;
|
|
71
71
|
private updateRowSequenceValues;
|
|
72
72
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
|
|
73
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "sfc-table", never, { "position": "position"; "delimeter": "delimeter"; "dataType": "dataType"; "dataToggle": "dataToggle"; "showColumns": "showColumns"; "pagination": "pagination"; "sequence": "sequence"; "expanded": "expanded"; "selectable": "selectable"; "selectOnClick": "selectOnClick"; "columnContent": "columnContent"; "rowContent": "rowContent"; "cardContent": "cardContent"; "data": "data"; "data$": "data$"; "columns": "columns"; }, {}, ["templates"], never>;
|
|
73
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "sfc-table", never, { "position": "position"; "delimeter": "delimeter"; "dataType": "dataType"; "dataToggle": "dataToggle"; "showColumns": "showColumns"; "pagination": "pagination"; "sequence": "sequence"; "expanded": "expanded"; "selectable": "selectable"; "selectOnClick": "selectOnClick"; "columnContent": "columnContent"; "rowContent": "rowContent"; "cardContent": "cardContent"; "data": "data"; "data$": "data$"; "columns": "columns"; }, {}, ["templates"], never, false, never>;
|
|
74
74
|
}
|
|
@@ -6,5 +6,5 @@ export declare class TabLabelContentBase {
|
|
|
6
6
|
disabled: boolean;
|
|
7
7
|
selected: boolean;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabLabelContentBase, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TabLabelContentBase, never, never, { "label": "label"; "icon": "icon"; "disabled": "disabled"; "selected": "selected"; }, {}, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TabLabelContentBase, never, never, { "label": "label"; "icon": "icon"; "disabled": "disabled"; "selected": "selected"; }, {}, never, never, false, never>;
|
|
10
10
|
}
|
|
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class TabLabelIconComponent extends TabLabelContentBase {
|
|
5
5
|
get tabIcon(): IconDefinition;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabLabelIconComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabLabelIconComponent, "sfc-tab-label-icon", never, {}, {}, never, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabLabelIconComponent, "sfc-tab-label-icon", never, {}, {}, never, never, false, never>;
|
|
8
8
|
}
|
|
@@ -2,5 +2,5 @@ import { TabLabelContentBase } from '../tab-label-content-base.component';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class TabLabelLineComponent extends TabLabelContentBase {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabLabelLineComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabLabelLineComponent, "sfc-tab-label-line", never, {}, {}, never, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabLabelLineComponent, "sfc-tab-label-line", never, {}, {}, never, never, false, never>;
|
|
6
6
|
}
|
package/lib/components/tabs/parts/sliders/tab-label-icon/tab-label-icon-slider.component.d.ts
CHANGED
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class TabLabelIconSliderComponent extends TabSliderBase {
|
|
4
4
|
get style(): any;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabLabelIconSliderComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabLabelIconSliderComponent, "sfc-tab-label-icon-slider", never, {}, {}, never, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabLabelIconSliderComponent, "sfc-tab-label-icon-slider", never, {}, {}, never, never, false, never>;
|
|
7
7
|
}
|
package/lib/components/tabs/parts/sliders/tab-label-line/tab-label-line-slider.component.d.ts
CHANGED
|
@@ -6,5 +6,5 @@ export declare class TabLabelLineSliderComponent extends TabSliderBase {
|
|
|
6
6
|
left: string;
|
|
7
7
|
};
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabLabelLineSliderComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabLabelLineSliderComponent, "sfc-tab-label-line-slider", never, {}, {}, never, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabLabelLineSliderComponent, "sfc-tab-label-line-slider", never, {}, {}, never, never, false, never>;
|
|
10
10
|
}
|
|
@@ -4,5 +4,5 @@ export declare abstract class TabSliderBase {
|
|
|
4
4
|
index: number;
|
|
5
5
|
abstract get style(): any;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabSliderBase, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TabSliderBase, never, never, { "count": "count"; "index": "index"; }, {}, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TabSliderBase, never, never, { "count": "count"; "index": "index"; }, {}, never, never, false, never>;
|
|
8
8
|
}
|
|
@@ -22,5 +22,5 @@ export declare class TabsComponent implements OnInit {
|
|
|
22
22
|
private getSelectedIndex;
|
|
23
23
|
private updateSelected;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabsComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabsComponent, "sfc-tabs", never, { "tabs": "tabs"; "label": "label"; "slider": "slider"; "body": "body"; }, {}, ["templates"], never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabsComponent, "sfc-tabs", never, { "tabs": "tabs"; "label": "label"; "slider": "slider"; "body": "body"; }, {}, ["templates"], never, false, never>;
|
|
26
26
|
}
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class TagComponent {
|
|
4
4
|
model: ITagModel;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<TagComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "sfc-tag", never, { "model": "model"; }, {}, never, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "sfc-tag", never, { "model": "model"; }, {}, never, never, false, never>;
|
|
7
7
|
}
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class TagsComponent {
|
|
4
4
|
tags: ITagModel[];
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<TagsComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TagsComponent, "sfc-tags", never, { "tags": "tags"; }, {}, never, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TagsComponent, "sfc-tags", never, { "tags": "tags"; }, {}, never, never, false, never>;
|
|
7
7
|
}
|
|
@@ -5,7 +5,6 @@ export declare class TimelineItemComponent {
|
|
|
5
5
|
model: ITimelineItemModel;
|
|
6
6
|
get position(): TimelineItemPosition;
|
|
7
7
|
get period(): boolean;
|
|
8
|
-
get showImage(): boolean;
|
|
9
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimelineItemComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TimelineItemComponent, "sfc-timeline-item", never, { "model": "model"; }, {}, never, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TimelineItemComponent, "sfc-timeline-item", never, { "model": "model"; }, {}, never, never, false, never>;
|
|
11
10
|
}
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class TimelineComponent {
|
|
4
4
|
items: ITimelineItemModel[];
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimelineComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TimelineComponent, "sfc-timeline", never, { "items": "items"; }, {}, never, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TimelineComponent, "sfc-timeline", never, { "items": "items"; }, {}, never, never, false, never>;
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-sfc-components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"description": "Angular components library for SFC project",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Street Football Club",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
},
|
|
20
20
|
"license": "MIT",
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"@angular/common": "^
|
|
23
|
-
"@angular/core": "^
|
|
22
|
+
"@angular/common": "^15.0.4",
|
|
23
|
+
"@angular/core": "^15.0.4",
|
|
24
24
|
"chart.js": "^3.6.0",
|
|
25
25
|
"@fortawesome/angular-fontawesome": "0.10.2",
|
|
26
26
|
"@fortawesome/fontawesome-svg-core": "^6.1.1",
|
|
27
27
|
"@fortawesome/free-solid-svg-icons": "^6.1.1",
|
|
28
|
-
"ngx-sfc-common": "^0.0.
|
|
28
|
+
"ngx-sfc-common": "^0.0.7"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"tslib": "^2.3.0"
|
|
@@ -35,13 +35,13 @@
|
|
|
35
35
|
"esm2020": "esm2020/ngx-sfc-components.mjs",
|
|
36
36
|
"fesm2020": "fesm2020/ngx-sfc-components.mjs",
|
|
37
37
|
"fesm2015": "fesm2015/ngx-sfc-components.mjs",
|
|
38
|
-
"typings": "
|
|
38
|
+
"typings": "index.d.ts",
|
|
39
39
|
"exports": {
|
|
40
40
|
"./package.json": {
|
|
41
41
|
"default": "./package.json"
|
|
42
42
|
},
|
|
43
43
|
".": {
|
|
44
|
-
"types": "./
|
|
44
|
+
"types": "./index.d.ts",
|
|
45
45
|
"esm2020": "./esm2020/ngx-sfc-components.mjs",
|
|
46
46
|
"es2020": "./fesm2020/ngx-sfc-components.mjs",
|
|
47
47
|
"es2015": "./fesm2015/ngx-sfc-components.mjs",
|