ngx-sfc-common 0.0.28 → 0.0.30

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.
@@ -45,3 +45,5 @@ export { CollapseExpandComponent } from './collapse-expand/collapse-expand.compo
45
45
  export { CollapseExpandContainerComponent } from './collapse-expand-container/collapse-expand-container.component';
46
46
  export { ToggleComponent } from './toggle/toggle.component';
47
47
  export { MessageComponent } from './message/message.component';
48
+ export { TagComponent } from './tag/tag.component';
49
+ export { ITagModel } from './tag/tag.model';
@@ -0,0 +1,11 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { ITagModel } from './tag.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class TagComponent {
5
+ close: boolean;
6
+ model: ITagModel;
7
+ remove: EventEmitter<ITagModel>;
8
+ onRemove(): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<TagComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "sfc-tag1", never, { "close": "close"; "model": "model"; }, { "remove": "remove"; }, never, never, false, never>;
11
+ }
@@ -0,0 +1,3 @@
1
+ export declare class TagConstants {
2
+ static DEFAULT_LABEL: string;
3
+ }
@@ -0,0 +1,8 @@
1
+ import { empty } from '../../types';
2
+ import { IconDefinition } from "@fortawesome/free-solid-svg-icons";
3
+ export interface ITagModel {
4
+ key: any;
5
+ label: string;
6
+ icon?: IconDefinition | empty;
7
+ imageSrc?: string | empty;
8
+ }
@@ -1,3 +1,3 @@
1
1
  export { IClassModel } from './class.model';
2
2
  export { ISelectModel } from './select.model';
3
- export { ObservableModel } from './observable.model';
3
+ export { ObservableModel, ObservableBehaviorModel } from './observable.model';
@@ -1,5 +1,9 @@
1
- import { BehaviorSubject, Observable } from "rxjs";
1
+ import { BehaviorSubject, Observable, Subject } from "rxjs";
2
2
  export declare class ObservableModel<T> {
3
+ subject: Subject<T>;
4
+ value$: Observable<T>;
5
+ }
6
+ export declare class ObservableBehaviorModel<T> {
3
7
  private defaultValue;
4
8
  constructor(defaultValue?: T | null);
5
9
  subject: BehaviorSubject<T>;
@@ -32,20 +32,21 @@ import * as i30 from "./components/collapse-expand/collapse-expand.component";
32
32
  import * as i31 from "./components/collapse-expand-container/collapse-expand-container.component";
33
33
  import * as i32 from "./components/toggle/toggle.component";
34
34
  import * as i33 from "./components/message/message.component";
35
- import * as i34 from "./components/loader/bounce/bounce-loader.component";
36
- import * as i35 from "./components/loader/circle/circle-loader.component";
37
- import * as i36 from "./components/modal/modal.component";
38
- import * as i37 from "./components/modal/directive/open/modal-open.directive";
39
- import * as i38 from "./components/modal/directive/click/modal-open-on-click.directive";
40
- import * as i39 from "./components/modal/header/default/default-modal-header.component";
41
- import * as i40 from "./components/modal/footer/default/default-modal-footer.component";
42
- import * as i41 from "./pipes/switch-multi-case/switch-multi-case.pipe";
43
- import * as i42 from "./pipes/sort-by/sort-by.pipe";
44
- import * as i43 from "./pipes/repeat/repeat.pipe";
45
- import * as i44 from "@angular/common";
46
- import * as i45 from "@fortawesome/angular-fontawesome";
35
+ import * as i34 from "./components/tag/tag.component";
36
+ import * as i35 from "./components/loader/bounce/bounce-loader.component";
37
+ import * as i36 from "./components/loader/circle/circle-loader.component";
38
+ import * as i37 from "./components/modal/modal.component";
39
+ import * as i38 from "./components/modal/directive/open/modal-open.directive";
40
+ import * as i39 from "./components/modal/directive/click/modal-open-on-click.directive";
41
+ import * as i40 from "./components/modal/header/default/default-modal-header.component";
42
+ import * as i41 from "./components/modal/footer/default/default-modal-footer.component";
43
+ import * as i42 from "./pipes/switch-multi-case/switch-multi-case.pipe";
44
+ import * as i43 from "./pipes/sort-by/sort-by.pipe";
45
+ import * as i44 from "./pipes/repeat/repeat.pipe";
46
+ import * as i45 from "@angular/common";
47
+ import * as i46 from "@fortawesome/angular-fontawesome";
47
48
  export declare class NgxSfcCommonModule {
48
49
  static ɵfac: i0.ɵɵFactoryDeclaration<NgxSfcCommonModule, never>;
49
- static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSfcCommonModule, [typeof i1.ClickOutsideDirective, typeof i2.ShowHideElementDirective, typeof i3.CollapseExpandDirective, typeof i4.IfDirective, typeof i5.ThrowElementOnHoverDirective, typeof i6.TemplateReferenceDirective, typeof i7.MouseDownDirective, typeof i8.ComponentSizeDirective, typeof i9.DestroyParentDirective, typeof i10.DomChangesDirective, typeof i11.ScrollTrackerDirective, typeof i12.ScrollIntoViewDirective, typeof i13.ImageLoadDirective, typeof i14.ComponentReferenceDirective, typeof i15.ButtonComponent, typeof i16.TooltipComponent, typeof i17.DelimeterComponent, typeof i18.ToggleSwitcherComponent, typeof i19.CheckmarkComponent, typeof i20.TemplateContentComponent, typeof i21.CloseComponent, typeof i22.HamburgerComponent, typeof i23.HamburgerMenuComponent, typeof i24.DotComponent, typeof i25.DotsComponent, typeof i26.PaginationComponent, typeof i27.LoadMoreButtonComponent, typeof i28.LoadContainerComponent, typeof i29.IconComponent, typeof i30.CollapseExpandComponent, typeof i31.CollapseExpandContainerComponent, typeof i32.ToggleComponent, typeof i33.MessageComponent, typeof i34.BounceLoaderComponent, typeof i35.CircleLoaderComponent, typeof i36.ModalComponent, typeof i37.ModalOpenDirective, typeof i38.ModalOpenOnClickDirective, typeof i39.DefaultModalHeaderComponent, typeof i40.DefaultModalFooterComponent, typeof i41.SwitchMultiCasePipe, typeof i42.SortByPipe, typeof i43.RepeatPipe], [typeof i44.CommonModule, typeof i45.FontAwesomeModule], [typeof i1.ClickOutsideDirective, typeof i2.ShowHideElementDirective, typeof i3.CollapseExpandDirective, typeof i4.IfDirective, typeof i5.ThrowElementOnHoverDirective, typeof i6.TemplateReferenceDirective, typeof i7.MouseDownDirective, typeof i8.ComponentSizeDirective, typeof i9.DestroyParentDirective, typeof i10.DomChangesDirective, typeof i11.ScrollTrackerDirective, typeof i12.ScrollIntoViewDirective, typeof i13.ImageLoadDirective, typeof i14.ComponentReferenceDirective, typeof i15.ButtonComponent, typeof i16.TooltipComponent, typeof i17.DelimeterComponent, typeof i21.CloseComponent, typeof i19.CheckmarkComponent, typeof i20.TemplateContentComponent, typeof i18.ToggleSwitcherComponent, typeof i24.DotComponent, typeof i25.DotsComponent, typeof i22.HamburgerComponent, typeof i23.HamburgerMenuComponent, typeof i26.PaginationComponent, typeof i27.LoadMoreButtonComponent, typeof i28.LoadContainerComponent, typeof i29.IconComponent, typeof i30.CollapseExpandComponent, typeof i31.CollapseExpandContainerComponent, typeof i32.ToggleComponent, typeof i33.MessageComponent, typeof i34.BounceLoaderComponent, typeof i35.CircleLoaderComponent, typeof i36.ModalComponent, typeof i37.ModalOpenDirective, typeof i38.ModalOpenOnClickDirective, typeof i39.DefaultModalHeaderComponent, typeof i40.DefaultModalFooterComponent, typeof i41.SwitchMultiCasePipe, typeof i42.SortByPipe, typeof i43.RepeatPipe]>;
50
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSfcCommonModule, [typeof i1.ClickOutsideDirective, typeof i2.ShowHideElementDirective, typeof i3.CollapseExpandDirective, typeof i4.IfDirective, typeof i5.ThrowElementOnHoverDirective, typeof i6.TemplateReferenceDirective, typeof i7.MouseDownDirective, typeof i8.ComponentSizeDirective, typeof i9.DestroyParentDirective, typeof i10.DomChangesDirective, typeof i11.ScrollTrackerDirective, typeof i12.ScrollIntoViewDirective, typeof i13.ImageLoadDirective, typeof i14.ComponentReferenceDirective, typeof i15.ButtonComponent, typeof i16.TooltipComponent, typeof i17.DelimeterComponent, typeof i18.ToggleSwitcherComponent, typeof i19.CheckmarkComponent, typeof i20.TemplateContentComponent, typeof i21.CloseComponent, typeof i22.HamburgerComponent, typeof i23.HamburgerMenuComponent, typeof i24.DotComponent, typeof i25.DotsComponent, typeof i26.PaginationComponent, typeof i27.LoadMoreButtonComponent, typeof i28.LoadContainerComponent, typeof i29.IconComponent, typeof i30.CollapseExpandComponent, typeof i31.CollapseExpandContainerComponent, typeof i32.ToggleComponent, typeof i33.MessageComponent, typeof i34.TagComponent, typeof i35.BounceLoaderComponent, typeof i36.CircleLoaderComponent, typeof i37.ModalComponent, typeof i38.ModalOpenDirective, typeof i39.ModalOpenOnClickDirective, typeof i40.DefaultModalHeaderComponent, typeof i41.DefaultModalFooterComponent, typeof i42.SwitchMultiCasePipe, typeof i43.SortByPipe, typeof i44.RepeatPipe], [typeof i45.CommonModule, typeof i46.FontAwesomeModule], [typeof i1.ClickOutsideDirective, typeof i2.ShowHideElementDirective, typeof i3.CollapseExpandDirective, typeof i4.IfDirective, typeof i5.ThrowElementOnHoverDirective, typeof i6.TemplateReferenceDirective, typeof i7.MouseDownDirective, typeof i8.ComponentSizeDirective, typeof i9.DestroyParentDirective, typeof i10.DomChangesDirective, typeof i11.ScrollTrackerDirective, typeof i12.ScrollIntoViewDirective, typeof i13.ImageLoadDirective, typeof i14.ComponentReferenceDirective, typeof i15.ButtonComponent, typeof i16.TooltipComponent, typeof i17.DelimeterComponent, typeof i21.CloseComponent, typeof i19.CheckmarkComponent, typeof i20.TemplateContentComponent, typeof i18.ToggleSwitcherComponent, typeof i24.DotComponent, typeof i25.DotsComponent, typeof i22.HamburgerComponent, typeof i23.HamburgerMenuComponent, typeof i26.PaginationComponent, typeof i27.LoadMoreButtonComponent, typeof i28.LoadContainerComponent, typeof i29.IconComponent, typeof i30.CollapseExpandComponent, typeof i31.CollapseExpandContainerComponent, typeof i32.ToggleComponent, typeof i33.MessageComponent, typeof i34.TagComponent, typeof i35.BounceLoaderComponent, typeof i36.CircleLoaderComponent, typeof i37.ModalComponent, typeof i38.ModalOpenDirective, typeof i39.ModalOpenOnClickDirective, typeof i40.DefaultModalHeaderComponent, typeof i41.DefaultModalFooterComponent, typeof i42.SwitchMultiCasePipe, typeof i43.SortByPipe, typeof i44.RepeatPipe]>;
50
51
  static ɵinj: i0.ɵɵInjectorDeclaration<NgxSfcCommonModule>;
51
52
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-sfc-common",
3
- "version": "0.0.28",
3
+ "version": "0.0.30",
4
4
  "description": "Angular common(shared) library for SFC project",
5
5
  "keywords": [
6
6
  "Street Football Club",
@@ -46,4 +46,4 @@ $color-blue-3: #4a89dc !default;
46
46
  $color-magenta-0: #ac92ec !default;
47
47
  $color-magenta-1: #967adc !default;
48
48
  $color-pink-0: #ec87c0 !default;
49
- $color-pink-1: #d770ad !default;
49
+ $color-pink-1: #d770ad !default;