@mintplayer/ng-bootstrap 16.10.4 → 16.11.1
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/calendar/src/calendar.module.d.ts +2 -2
- package/esm2022/calendar/src/calendar.component.mjs +4 -4
- package/esm2022/calendar/src/calendar.module.mjs +5 -5
- package/esm2022/dropdown/src/dropdown-toggle/dropdown-toggle.directive.mjs +2 -5
- package/esm2022/dropdown-menu/src/dropdown-menu/dropdown-menu.component.mjs +3 -3
- package/esm2022/font-color/index.mjs +3 -0
- package/esm2022/font-color/mintplayer-ng-bootstrap-font-color.mjs +5 -0
- package/esm2022/font-color/src/font-color.module.mjs +24 -0
- package/esm2022/font-color/src/font-color.pipe.mjs +26 -0
- package/esm2022/has-id/index.mjs +2 -0
- package/esm2022/has-id/mintplayer-ng-bootstrap-has-id.mjs +5 -0
- package/esm2022/has-id/src/has-id.mjs +2 -0
- package/esm2022/in-list/index.mjs +3 -0
- package/esm2022/in-list/mintplayer-ng-bootstrap-in-list.mjs +5 -0
- package/esm2022/{lib/pipes/in-list → in-list/src}/in-list.module.mjs +1 -1
- package/esm2022/in-list/src/in-list.pipe.mjs +16 -0
- package/esm2022/index.mjs +1 -2
- package/esm2022/multiselect/src/directives/button-template/button-template.directive.mjs +9 -1
- package/esm2022/navbar/src/expand-button/expand-button.directive.mjs +9 -1
- package/esm2022/searchbox/index.mjs +4 -0
- package/esm2022/searchbox/mintplayer-ng-bootstrap-searchbox.mjs +5 -0
- package/esm2022/searchbox/src/directives/enter-search-term.directive.mjs +18 -0
- package/esm2022/searchbox/src/directives/index.mjs +4 -0
- package/esm2022/searchbox/src/directives/no-results.directive.mjs +18 -0
- package/esm2022/searchbox/src/directives/suggestion.directive.mjs +33 -0
- package/esm2022/searchbox/src/searchbox/searchbox.component.mjs +108 -0
- package/esm2022/searchbox/src/searchbox.module.mjs +75 -0
- package/esm2022/select2/src/component/select2.component.mjs +4 -4
- package/esm2022/select2/src/directive/item-template/item-template.directive.mjs +1 -1
- package/esm2022/select2/src/directive/suggestion-template/suggestion-template.directive.mjs +1 -1
- package/esm2022/select2/src/index.mjs +1 -2
- package/esm2022/select2/src/select2.module.mjs +2 -2
- package/esm2022/slugify/index.mjs +3 -0
- package/esm2022/slugify/mintplayer-ng-bootstrap-slugify.mjs +5 -0
- package/esm2022/slugify/src/slugify.module.mjs +18 -0
- package/esm2022/slugify/src/slugify.pipe.mjs +22 -0
- package/esm2022/split-string/index.mjs +3 -0
- package/esm2022/split-string/mintplayer-ng-bootstrap-split-string.mjs +5 -0
- package/esm2022/split-string/src/split-string.module.mjs +18 -0
- package/esm2022/split-string/src/split-string.pipe.mjs +17 -0
- package/esm2022/trust-html/index.mjs +3 -0
- package/esm2022/trust-html/mintplayer-ng-bootstrap-trust-html.mjs +5 -0
- package/esm2022/trust-html/src/trust-html.module.mjs +18 -0
- package/esm2022/trust-html/src/trust-html.pipe.mjs +21 -0
- package/esm2022/uc-first/index.mjs +3 -0
- package/esm2022/uc-first/mintplayer-ng-bootstrap-uc-first.mjs +5 -0
- package/esm2022/uc-first/src/uc-first.module.mjs +24 -0
- package/esm2022/uc-first/src/uc-first.pipe.mjs +16 -0
- package/esm2022/word-count/index.mjs +3 -0
- package/esm2022/word-count/mintplayer-ng-bootstrap-word-count.mjs +5 -0
- package/esm2022/word-count/src/word-count.module.mjs +18 -0
- package/esm2022/word-count/src/word-count.pipe.mjs +26 -0
- package/fesm2022/mintplayer-ng-bootstrap-calendar.mjs +7 -7
- package/fesm2022/mintplayer-ng-bootstrap-calendar.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-dropdown-menu.mjs +2 -2
- package/fesm2022/mintplayer-ng-bootstrap-dropdown-menu.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-dropdown.mjs +1 -3
- package/fesm2022/mintplayer-ng-bootstrap-dropdown.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-font-color.mjs +54 -0
- package/fesm2022/mintplayer-ng-bootstrap-font-color.mjs.map +1 -0
- package/fesm2022/mintplayer-ng-bootstrap-has-id.mjs +4 -0
- package/fesm2022/mintplayer-ng-bootstrap-has-id.mjs.map +1 -0
- package/fesm2022/mintplayer-ng-bootstrap-in-list.mjs +44 -0
- package/fesm2022/mintplayer-ng-bootstrap-in-list.mjs.map +1 -0
- package/fesm2022/mintplayer-ng-bootstrap-multiselect.mjs +9 -1
- package/fesm2022/mintplayer-ng-bootstrap-multiselect.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-navbar.mjs +9 -1
- package/fesm2022/mintplayer-ng-bootstrap-navbar.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-searchbox.mjs +240 -0
- package/fesm2022/mintplayer-ng-bootstrap-searchbox.mjs.map +1 -0
- package/fesm2022/mintplayer-ng-bootstrap-select2.mjs +4 -4
- package/fesm2022/mintplayer-ng-bootstrap-select2.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-slugify.mjs +44 -0
- package/fesm2022/mintplayer-ng-bootstrap-slugify.mjs.map +1 -0
- package/fesm2022/mintplayer-ng-bootstrap-split-string.mjs +39 -0
- package/fesm2022/mintplayer-ng-bootstrap-split-string.mjs.map +1 -0
- package/fesm2022/mintplayer-ng-bootstrap-trust-html.mjs +42 -0
- package/fesm2022/mintplayer-ng-bootstrap-trust-html.mjs.map +1 -0
- package/fesm2022/mintplayer-ng-bootstrap-uc-first.mjs +44 -0
- package/fesm2022/mintplayer-ng-bootstrap-uc-first.mjs.map +1 -0
- package/fesm2022/mintplayer-ng-bootstrap-word-count.mjs +48 -0
- package/fesm2022/mintplayer-ng-bootstrap-word-count.mjs.map +1 -0
- package/fesm2022/mintplayer-ng-bootstrap.mjs +2 -116
- package/fesm2022/mintplayer-ng-bootstrap.mjs.map +1 -1
- package/font-color/index.d.ts +2 -0
- package/font-color/src/font-color.module.d.ts +8 -0
- package/has-id/index.d.ts +1 -0
- package/has-id/src/has-id.d.ts +3 -0
- package/in-list/index.d.ts +2 -0
- package/in-list/src/in-list.pipe.d.ts +8 -0
- package/index.d.ts +0 -1
- package/multiselect/src/directives/button-template/button-template.directive.d.ts +4 -0
- package/navbar/src/expand-button/expand-button.directive.d.ts +5 -0
- package/package.json +55 -1
- package/searchbox/index.d.ts +3 -0
- package/searchbox/src/directives/enter-search-term.directive.d.ts +9 -0
- package/searchbox/src/directives/index.d.ts +3 -0
- package/searchbox/src/directives/no-results.directive.d.ts +9 -0
- package/searchbox/src/directives/suggestion.directive.d.ts +16 -0
- package/searchbox/src/searchbox/searchbox.component.d.ts +34 -0
- package/searchbox/src/searchbox.module.d.ts +20 -0
- package/select2/src/component/select2.component.d.ts +6 -6
- package/select2/src/directive/item-template/item-template.directive.d.ts +8 -8
- package/select2/src/directive/suggestion-template/suggestion-template.directive.d.ts +8 -8
- package/select2/src/index.d.ts +0 -1
- package/select2/src/select2.module.d.ts +1 -1
- package/slugify/index.d.ts +2 -0
- package/slugify/src/slugify.module.d.ts +8 -0
- package/slugify/src/slugify.pipe.d.ts +7 -0
- package/split-string/index.d.ts +2 -0
- package/split-string/src/split-string.module.d.ts +8 -0
- package/split-string/src/split-string.pipe.d.ts +7 -0
- package/trust-html/index.d.ts +2 -0
- package/trust-html/src/trust-html.module.d.ts +8 -0
- package/trust-html/src/trust-html.pipe.d.ts +10 -0
- package/uc-first/index.d.ts +2 -0
- package/uc-first/src/uc-first.module.d.ts +8 -0
- package/uc-first/src/uc-first.pipe.d.ts +7 -0
- package/word-count/index.d.ts +2 -0
- package/word-count/src/word-count.module.d.ts +8 -0
- package/word-count/src/word-count.pipe.d.ts +7 -0
- package/esm2022/lib/pipes/font-color/font-color.module.mjs +0 -24
- package/esm2022/lib/pipes/font-color/font-color.pipe.mjs +0 -26
- package/esm2022/lib/pipes/font-color/index.mjs +0 -3
- package/esm2022/lib/pipes/in-list/in-list.pipe.mjs +0 -16
- package/esm2022/lib/pipes/in-list/index.mjs +0 -3
- package/esm2022/lib/pipes/index.mjs +0 -4
- package/esm2022/lib/pipes/uc-first/index.mjs +0 -3
- package/esm2022/lib/pipes/uc-first/uc-first.module.mjs +0 -24
- package/esm2022/lib/pipes/uc-first/uc-first.pipe.mjs +0 -16
- package/esm2022/select2/src/interfaces/has-id.mjs +0 -2
- package/esm2022/select2/src/interfaces/index.mjs +0 -2
- package/lib/pipes/font-color/font-color.module.d.ts +0 -8
- package/lib/pipes/font-color/index.d.ts +0 -2
- package/lib/pipes/in-list/in-list.pipe.d.ts +0 -7
- package/lib/pipes/in-list/index.d.ts +0 -2
- package/lib/pipes/index.d.ts +0 -3
- package/lib/pipes/uc-first/index.d.ts +0 -2
- package/lib/pipes/uc-first/uc-first.module.d.ts +0 -8
- package/lib/pipes/uc-first/uc-first.pipe.d.ts +0 -7
- package/select2/src/interfaces/has-id.d.ts +0 -3
- package/select2/src/interfaces/index.d.ts +0 -1
- /package/{lib/pipes/font-color → font-color/src}/font-color.pipe.d.ts +0 -0
- /package/{lib/pipes/in-list → in-list/src}/in-list.module.d.ts +0 -0
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { TemplateRef } from '@angular/core';
|
|
2
2
|
import { BsSelect2Component } from '../../component/select2.component';
|
|
3
|
-
import { HasId } from '
|
|
3
|
+
import { HasId } from '@mintplayer/ng-bootstrap/has-id';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class BsSuggestionTemplateDirective<T extends HasId> {
|
|
5
|
+
export declare class BsSuggestionTemplateDirective<T extends HasId<U>, U> {
|
|
6
6
|
private select2component;
|
|
7
|
-
constructor(select2component: BsSelect2Component<T>, templateRef: TemplateRef<T>);
|
|
8
|
-
static ngTemplateContextGuard<T extends HasId>(dir: BsSuggestionTemplateDirective<T>, ctx: any): ctx is BsSuggestionTemplateContext<Exclude<T, false | 0 | '' | null | undefined
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsSuggestionTemplateDirective<any>, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BsSuggestionTemplateDirective<any>, "[bsSuggestionTemplate]", never, {}, {}, never, never, false, never>;
|
|
7
|
+
constructor(select2component: BsSelect2Component<T, U>, templateRef: TemplateRef<T>);
|
|
8
|
+
static ngTemplateContextGuard<T extends HasId<U>, U>(dir: BsSuggestionTemplateDirective<T, U>, ctx: any): ctx is BsSuggestionTemplateContext<Exclude<T, false | 0 | '' | null | undefined>, U>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsSuggestionTemplateDirective<any, any>, never>;
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BsSuggestionTemplateDirective<any, any>, "[bsSuggestionTemplate]", never, {}, {}, never, never, false, never>;
|
|
11
11
|
}
|
|
12
|
-
export declare class BsSuggestionTemplateContext<T extends HasId> {
|
|
12
|
+
export declare class BsSuggestionTemplateContext<T extends HasId<U>, U> {
|
|
13
13
|
item: T;
|
|
14
|
-
select2: BsSelect2Component<T>;
|
|
14
|
+
select2: BsSelect2Component<T, U>;
|
|
15
15
|
}
|
package/select2/src/index.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ import * as i5 from "@angular/forms";
|
|
|
7
7
|
import * as i6 from "@mintplayer/ng-bootstrap/dropdown";
|
|
8
8
|
import * as i7 from "@mintplayer/ng-bootstrap/dropdown-menu";
|
|
9
9
|
import * as i8 from "@mintplayer/ng-bootstrap/has-overlay";
|
|
10
|
-
import * as i9 from "@mintplayer/ng-bootstrap";
|
|
10
|
+
import * as i9 from "@mintplayer/ng-bootstrap/in-list";
|
|
11
11
|
export declare class BsSelect2Module {
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsSelect2Module, never>;
|
|
13
13
|
static ɵmod: i0.ɵɵNgModuleDeclaration<BsSelect2Module, [typeof i1.BsSelect2Component, typeof i2.BsItemTemplateDirective, typeof i3.BsSuggestionTemplateDirective], [typeof i4.CommonModule, typeof i5.FormsModule, typeof i6.BsDropdownModule, typeof i7.BsDropdownMenuModule, typeof i8.BsHasOverlayModule, typeof i9.BsInListModule], [typeof i1.BsSelect2Component, typeof i2.BsItemTemplateDirective, typeof i3.BsSuggestionTemplateDirective]>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./slugify.pipe";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class BsSlugifyModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsSlugifyModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsSlugifyModule, [typeof i1.BsSlugifyPipe], [typeof i2.CommonModule], [typeof i1.BsSlugifyPipe]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BsSlugifyModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BsSlugifyPipe implements PipeTransform {
|
|
4
|
+
transform(value: string): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsSlugifyPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<BsSlugifyPipe, "bsSlugify", false>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./split-string.pipe";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class BsSplitStringModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsSplitStringModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsSplitStringModule, [typeof i1.BsSplitStringPipe], [typeof i2.CommonModule], [typeof i1.BsSplitStringPipe]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BsSplitStringModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BsSplitStringPipe implements PipeTransform {
|
|
4
|
+
transform(value: string, seperator?: string, removeEmptyEntries?: boolean): string[];
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsSplitStringPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<BsSplitStringPipe, "bsSplitString", false>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./trust-html.pipe";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class BsTrustHtmlModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsTrustHtmlModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsTrustHtmlModule, [typeof i1.BsTrustHtmlPipe], [typeof i2.CommonModule], [typeof i1.BsTrustHtmlPipe]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BsTrustHtmlModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BsTrustHtmlPipe implements PipeTransform {
|
|
5
|
+
private sanitizer;
|
|
6
|
+
constructor(sanitizer: DomSanitizer);
|
|
7
|
+
transform(value: string): import("@angular/platform-browser").SafeHtml;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsTrustHtmlPipe, never>;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<BsTrustHtmlPipe, "bsTrustHtml", false>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./uc-first.pipe";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class BsUcFirstModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsUcFirstModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsUcFirstModule, [typeof i1.BsUcFirstPipe], [typeof i2.CommonModule], [typeof i1.BsUcFirstPipe]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BsUcFirstModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BsUcFirstPipe implements PipeTransform {
|
|
4
|
+
transform(value: string, ...args: any[]): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsUcFirstPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<BsUcFirstPipe, "bsUcFirst", false>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./word-count.pipe";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class BsWordCountModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsWordCountModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsWordCountModule, [typeof i1.BsWordCountPipe], [typeof i2.CommonModule], [typeof i1.BsWordCountPipe]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BsWordCountModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BsWordCountPipe implements PipeTransform {
|
|
4
|
+
transform(value: string): number;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsWordCountPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<BsWordCountPipe, "bsWordCount", false>;
|
|
7
|
+
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { BsFontColorPipe } from './font-color.pipe';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class BsFontColorPipeModule {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsFontColorPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.2", ngImport: i0, type: BsFontColorPipeModule, declarations: [BsFontColorPipe], imports: [CommonModule], exports: [BsFontColorPipe] }); }
|
|
8
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsFontColorPipeModule, imports: [CommonModule] }); }
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsFontColorPipeModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
BsFontColorPipe
|
|
15
|
-
],
|
|
16
|
-
imports: [
|
|
17
|
-
CommonModule
|
|
18
|
-
],
|
|
19
|
-
exports: [
|
|
20
|
-
BsFontColorPipe
|
|
21
|
-
]
|
|
22
|
-
}]
|
|
23
|
-
}] });
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9udC1jb2xvci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvcGlwZXMvZm9udC1jb2xvci9mb250LWNvbG9yLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sbUJBQW1CLENBQUM7O0FBZXBELE1BQU0sT0FBTyxxQkFBcUI7OEdBQXJCLHFCQUFxQjsrR0FBckIscUJBQXFCLGlCQVQ5QixlQUFlLGFBR2YsWUFBWSxhQUdaLGVBQWU7K0dBR04scUJBQXFCLFlBTjlCLFlBQVk7OzJGQU1ILHFCQUFxQjtrQkFYakMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osZUFBZTtxQkFDaEI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLFlBQVk7cUJBQ2I7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLGVBQWU7cUJBQ2hCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBCc0ZvbnRDb2xvclBpcGUgfSBmcm9tICcuL2ZvbnQtY29sb3IucGlwZSc7XG5cblxuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBCc0ZvbnRDb2xvclBpcGVcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZVxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgQnNGb250Q29sb3JQaXBlXG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgQnNGb250Q29sb3JQaXBlTW9kdWxlIHsgfVxuIl19
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { Pipe } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class BsFontColorPipe {
|
|
4
|
-
transform(color_hex) {
|
|
5
|
-
if (color_hex === undefined || color_hex === null || color_hex.length < 7 || typeof (color_hex) !== 'string') {
|
|
6
|
-
return '#FFFFFF';
|
|
7
|
-
}
|
|
8
|
-
const R_HEX = color_hex.substr(1, 2);
|
|
9
|
-
const G_HEX = color_hex.substr(3, 2);
|
|
10
|
-
const B_HEX = color_hex.substr(5, 2);
|
|
11
|
-
const R_DEC = parseInt(R_HEX, 16);
|
|
12
|
-
const G_DEC = parseInt(G_HEX, 16);
|
|
13
|
-
const B_DEC = parseInt(B_HEX, 16);
|
|
14
|
-
const CONTRAST_HEX = R_DEC * 0.299 + G_DEC * 0.587 + B_DEC * 0.114 > 186 ? '#000000' : '#FFFFFF';
|
|
15
|
-
return CONTRAST_HEX;
|
|
16
|
-
}
|
|
17
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsFontColorPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
18
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.2", ngImport: i0, type: BsFontColorPipe, name: "bsFontColor" }); }
|
|
19
|
-
}
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsFontColorPipe, decorators: [{
|
|
21
|
-
type: Pipe,
|
|
22
|
-
args: [{
|
|
23
|
-
name: 'bsFontColor'
|
|
24
|
-
}]
|
|
25
|
-
}] });
|
|
26
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9udC1jb2xvci5waXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9zcmMvbGliL3BpcGVzL2ZvbnQtY29sb3IvZm9udC1jb2xvci5waXBlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxJQUFJLEVBQWlCLE1BQU0sZUFBZSxDQUFDOztBQUtwRCxNQUFNLE9BQU8sZUFBZTtJQUUxQixTQUFTLENBQUMsU0FBYztRQUN0QixJQUFJLFNBQVMsS0FBSyxTQUFTLElBQUksU0FBUyxLQUFLLElBQUksSUFBSSxTQUFTLENBQUMsTUFBTSxHQUFHLENBQUMsSUFBSSxPQUFPLENBQUMsU0FBUyxDQUFDLEtBQUssUUFBUSxFQUFFO1lBQzVHLE9BQU8sU0FBUyxDQUFDO1NBQ2xCO1FBQ0QsTUFBTSxLQUFLLEdBQVcsU0FBUyxDQUFDLE1BQU0sQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUM7UUFDN0MsTUFBTSxLQUFLLEdBQVcsU0FBUyxDQUFDLE1BQU0sQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUM7UUFDN0MsTUFBTSxLQUFLLEdBQVcsU0FBUyxDQUFDLE1BQU0sQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUM7UUFDN0MsTUFBTSxLQUFLLEdBQVcsUUFBUSxDQUFDLEtBQUssRUFBRSxFQUFFLENBQUMsQ0FBQztRQUMxQyxNQUFNLEtBQUssR0FBVyxRQUFRLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDO1FBQzFDLE1BQU0sS0FBSyxHQUFXLFFBQVEsQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLENBQUM7UUFDMUMsTUFBTSxZQUFZLEdBQVcsS0FBSyxHQUFHLEtBQUssR0FBRyxLQUFLLEdBQUcsS0FBSyxHQUFHLEtBQUssR0FBRyxLQUFLLEdBQUcsR0FBRyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztRQUN6RyxPQUFPLFlBQVksQ0FBQztJQUN0QixDQUFDOzhHQWRVLGVBQWU7NEdBQWYsZUFBZTs7MkZBQWYsZUFBZTtrQkFIM0IsSUFBSTttQkFBQztvQkFDSixJQUFJLEVBQUUsYUFBYTtpQkFDcEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQaXBlLCBQaXBlVHJhbnNmb3JtIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBQaXBlKHtcbiAgbmFtZTogJ2JzRm9udENvbG9yJ1xufSlcbmV4cG9ydCBjbGFzcyBCc0ZvbnRDb2xvclBpcGUgaW1wbGVtZW50cyBQaXBlVHJhbnNmb3JtIHtcblxuICB0cmFuc2Zvcm0oY29sb3JfaGV4OiBhbnkpOiBhbnkge1xuICAgIGlmIChjb2xvcl9oZXggPT09IHVuZGVmaW5lZCB8fCBjb2xvcl9oZXggPT09IG51bGwgfHwgY29sb3JfaGV4Lmxlbmd0aCA8IDcgfHwgdHlwZW9mIChjb2xvcl9oZXgpICE9PSAnc3RyaW5nJykge1xuICAgICAgcmV0dXJuICcjRkZGRkZGJztcbiAgICB9XG4gICAgY29uc3QgUl9IRVg6IHN0cmluZyA9IGNvbG9yX2hleC5zdWJzdHIoMSwgMik7XG4gICAgY29uc3QgR19IRVg6IHN0cmluZyA9IGNvbG9yX2hleC5zdWJzdHIoMywgMik7XG4gICAgY29uc3QgQl9IRVg6IHN0cmluZyA9IGNvbG9yX2hleC5zdWJzdHIoNSwgMik7XG4gICAgY29uc3QgUl9ERUM6IG51bWJlciA9IHBhcnNlSW50KFJfSEVYLCAxNik7XG4gICAgY29uc3QgR19ERUM6IG51bWJlciA9IHBhcnNlSW50KEdfSEVYLCAxNik7XG4gICAgY29uc3QgQl9ERUM6IG51bWJlciA9IHBhcnNlSW50KEJfSEVYLCAxNik7XG4gICAgY29uc3QgQ09OVFJBU1RfSEVYOiBzdHJpbmcgPSBSX0RFQyAqIDAuMjk5ICsgR19ERUMgKiAwLjU4NyArIEJfREVDICogMC4xMTQgPiAxODYgPyAnIzAwMDAwMCcgOiAnI0ZGRkZGRic7XG4gICAgcmV0dXJuIENPTlRSQVNUX0hFWDtcbiAgfVxuXG59XG4iXX0=
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './font-color.pipe';
|
|
2
|
-
export * from './font-color.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvcGlwZXMvZm9udC1jb2xvci9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLG1CQUFtQixDQUFDO0FBQ2xDLGNBQWMscUJBQXFCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2ZvbnQtY29sb3IucGlwZSc7XG5leHBvcnQgKiBmcm9tICcuL2ZvbnQtY29sb3IubW9kdWxlJzsiXX0=
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { Pipe } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class BsInListPipe {
|
|
4
|
-
transform(items, parameter) {
|
|
5
|
-
return items.some(item => item.id === parameter);
|
|
6
|
-
}
|
|
7
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsInListPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
8
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.2", ngImport: i0, type: BsInListPipe, name: "inList" }); }
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsInListPipe, decorators: [{
|
|
11
|
-
type: Pipe,
|
|
12
|
-
args: [{
|
|
13
|
-
name: 'inList'
|
|
14
|
-
}]
|
|
15
|
-
}] });
|
|
16
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW4tbGlzdC5waXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9zcmMvbGliL3BpcGVzL2luLWxpc3QvaW4tbGlzdC5waXBlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxJQUFJLEVBQWlCLE1BQU0sZUFBZSxDQUFDOztBQUtwRCxNQUFNLE9BQU8sWUFBWTtJQUV2QixTQUFTLENBQUMsS0FBWSxFQUFFLFNBQWlCO1FBQ3ZDLE9BQU8sS0FBSyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxFQUFFLEtBQUssU0FBUyxDQUFDLENBQUM7SUFDbkQsQ0FBQzs4R0FKVSxZQUFZOzRHQUFaLFlBQVk7OzJGQUFaLFlBQVk7a0JBSHhCLElBQUk7bUJBQUM7b0JBQ0osSUFBSSxFQUFFLFFBQVE7aUJBQ2YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQaXBlLCBQaXBlVHJhbnNmb3JtIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBQaXBlKHtcbiAgbmFtZTogJ2luTGlzdCdcbn0pXG5leHBvcnQgY2xhc3MgQnNJbkxpc3RQaXBlIGltcGxlbWVudHMgUGlwZVRyYW5zZm9ybSB7XG5cbiAgdHJhbnNmb3JtKGl0ZW1zOiBhbnlbXSwgcGFyYW1ldGVyOiBudW1iZXIpIHtcbiAgICByZXR1cm4gaXRlbXMuc29tZShpdGVtID0+IGl0ZW0uaWQgPT09IHBhcmFtZXRlcik7XG4gIH1cblxufVxuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './in-list.module';
|
|
2
|
-
export * from './in-list.pipe';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvcGlwZXMvaW4tbGlzdC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGtCQUFrQixDQUFDO0FBQ2pDLGNBQWMsZ0JBQWdCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2luLWxpc3QubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vaW4tbGlzdC5waXBlJzsiXX0=
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export * from './font-color';
|
|
2
|
-
export * from './uc-first';
|
|
3
|
-
export * from './in-list';
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvcGlwZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxjQUFjLENBQUM7QUFDN0IsY0FBYyxZQUFZLENBQUM7QUFDM0IsY0FBYyxXQUFXLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2ZvbnQtY29sb3InO1xuZXhwb3J0ICogZnJvbSAnLi91Yy1maXJzdCc7XG5leHBvcnQgKiBmcm9tICcuL2luLWxpc3QnOyJdfQ==
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './uc-first.module';
|
|
2
|
-
export * from './uc-first.pipe';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvcGlwZXMvdWMtZmlyc3QvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxtQkFBbUIsQ0FBQztBQUNsQyxjQUFjLGlCQUFpQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi91Yy1maXJzdC5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi91Yy1maXJzdC5waXBlJzsiXX0=
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { UcFirstPipe } from './uc-first.pipe';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class BsUcFirstPipeModule {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsUcFirstPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.2", ngImport: i0, type: BsUcFirstPipeModule, declarations: [UcFirstPipe], imports: [CommonModule], exports: [UcFirstPipe] }); }
|
|
8
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsUcFirstPipeModule, imports: [CommonModule] }); }
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsUcFirstPipeModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
UcFirstPipe
|
|
15
|
-
],
|
|
16
|
-
imports: [
|
|
17
|
-
CommonModule
|
|
18
|
-
],
|
|
19
|
-
exports: [
|
|
20
|
-
UcFirstPipe
|
|
21
|
-
]
|
|
22
|
-
}]
|
|
23
|
-
}] });
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidWMtZmlyc3QubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9zcmMvbGliL3BpcGVzL3VjLWZpcnN0L3VjLWZpcnN0Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0saUJBQWlCLENBQUM7O0FBYTlDLE1BQU0sT0FBTyxtQkFBbUI7OEdBQW5CLG1CQUFtQjsrR0FBbkIsbUJBQW1CLGlCQVQ1QixXQUFXLGFBR1gsWUFBWSxhQUdaLFdBQVc7K0dBR0YsbUJBQW1CLFlBTjVCLFlBQVk7OzJGQU1ILG1CQUFtQjtrQkFYL0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osV0FBVztxQkFDWjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTtxQkFDYjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsV0FBVztxQkFDWjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgVWNGaXJzdFBpcGUgfSBmcm9tICcuL3VjLWZpcnN0LnBpcGUnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBVY0ZpcnN0UGlwZVxuICBdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBVY0ZpcnN0UGlwZVxuICBdXG59KVxuZXhwb3J0IGNsYXNzIEJzVWNGaXJzdFBpcGVNb2R1bGUgeyB9XG4iXX0=
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { Pipe } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class UcFirstPipe {
|
|
4
|
-
transform(value, ...args) {
|
|
5
|
-
return value[0].toUpperCase() + value.slice(1);
|
|
6
|
-
}
|
|
7
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: UcFirstPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
8
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.2", ngImport: i0, type: UcFirstPipe, name: "ucFirst" }); }
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: UcFirstPipe, decorators: [{
|
|
11
|
-
type: Pipe,
|
|
12
|
-
args: [{
|
|
13
|
-
name: 'ucFirst'
|
|
14
|
-
}]
|
|
15
|
-
}] });
|
|
16
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidWMtZmlyc3QucGlwZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvc3JjL2xpYi9waXBlcy91Yy1maXJzdC91Yy1maXJzdC5waXBlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxJQUFJLEVBQWlCLE1BQU0sZUFBZSxDQUFDOztBQUtwRCxNQUFNLE9BQU8sV0FBVztJQUV0QixTQUFTLENBQUMsS0FBYSxFQUFFLEdBQUcsSUFBVztRQUNyQyxPQUFPLEtBQUssQ0FBQyxDQUFDLENBQUMsQ0FBQyxXQUFXLEVBQUUsR0FBRyxLQUFLLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxDQUFDO0lBQ2pELENBQUM7OEdBSlUsV0FBVzs0R0FBWCxXQUFXOzsyRkFBWCxXQUFXO2tCQUh2QixJQUFJO21CQUFDO29CQUNKLElBQUksRUFBRSxTQUFTO2lCQUNoQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFBpcGUsIFBpcGVUcmFuc2Zvcm0gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQFBpcGUoe1xuICBuYW1lOiAndWNGaXJzdCdcbn0pXG5leHBvcnQgY2xhc3MgVWNGaXJzdFBpcGUgaW1wbGVtZW50cyBQaXBlVHJhbnNmb3JtIHtcblxuICB0cmFuc2Zvcm0odmFsdWU6IHN0cmluZywgLi4uYXJnczogYW55W10pIHtcbiAgICByZXR1cm4gdmFsdWVbMF0udG9VcHBlckNhc2UoKSArIHZhbHVlLnNsaWNlKDEpO1xuICB9XG5cbn1cbiJdfQ==
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGFzLWlkLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9zZWxlY3QyL3NyYy9pbnRlcmZhY2VzL2hhcy1pZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGludGVyZmFjZSBIYXNJZCB7XG4gICAgaWQ6IGFueTtcbn0iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './has-id';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NlbGVjdDIvc3JjL2ludGVyZmFjZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxVQUFVLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2hhcy1pZCc7Il19
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./font-color.pipe";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsFontColorPipeModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsFontColorPipeModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsFontColorPipeModule, [typeof i1.BsFontColorPipe], [typeof i2.CommonModule], [typeof i1.BsFontColorPipe]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsFontColorPipeModule>;
|
|
8
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class BsInListPipe implements PipeTransform {
|
|
4
|
-
transform(items: any[], parameter: number): boolean;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsInListPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<BsInListPipe, "inList", false>;
|
|
7
|
-
}
|
package/lib/pipes/index.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./uc-first.pipe";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class BsUcFirstPipeModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsUcFirstPipeModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsUcFirstPipeModule, [typeof i1.UcFirstPipe], [typeof i2.CommonModule], [typeof i1.UcFirstPipe]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BsUcFirstPipeModule>;
|
|
8
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class UcFirstPipe implements PipeTransform {
|
|
4
|
-
transform(value: string, ...args: any[]): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UcFirstPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<UcFirstPipe, "ucFirst", false>;
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './has-id';
|
|
File without changes
|
|
File without changes
|