@mintplayer/ng-bootstrap 16.10.3 → 16.11.0
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/navbar/src/nav-link/nav-link.directive.mjs +17 -12
- 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 +18 -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-navbar.mjs +13 -10
- package/fesm2022/mintplayer-ng-bootstrap-navbar.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-searchbox.mjs +225 -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/navbar/src/nav-link/nav-link.directive.d.ts +3 -2
- 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 +9 -0
- package/searchbox/src/searchbox/searchbox.component.d.ts +33 -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,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
|