@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.
Files changed (140) hide show
  1. package/calendar/src/calendar.module.d.ts +2 -2
  2. package/esm2022/calendar/src/calendar.component.mjs +4 -4
  3. package/esm2022/calendar/src/calendar.module.mjs +5 -5
  4. package/esm2022/dropdown/src/dropdown-toggle/dropdown-toggle.directive.mjs +2 -5
  5. package/esm2022/dropdown-menu/src/dropdown-menu/dropdown-menu.component.mjs +3 -3
  6. package/esm2022/font-color/index.mjs +3 -0
  7. package/esm2022/font-color/mintplayer-ng-bootstrap-font-color.mjs +5 -0
  8. package/esm2022/font-color/src/font-color.module.mjs +24 -0
  9. package/esm2022/font-color/src/font-color.pipe.mjs +26 -0
  10. package/esm2022/has-id/index.mjs +2 -0
  11. package/esm2022/has-id/mintplayer-ng-bootstrap-has-id.mjs +5 -0
  12. package/esm2022/has-id/src/has-id.mjs +2 -0
  13. package/esm2022/in-list/index.mjs +3 -0
  14. package/esm2022/in-list/mintplayer-ng-bootstrap-in-list.mjs +5 -0
  15. package/esm2022/{lib/pipes/in-list → in-list/src}/in-list.module.mjs +1 -1
  16. package/esm2022/in-list/src/in-list.pipe.mjs +16 -0
  17. package/esm2022/index.mjs +1 -2
  18. package/esm2022/navbar/src/nav-link/nav-link.directive.mjs +17 -12
  19. package/esm2022/searchbox/index.mjs +4 -0
  20. package/esm2022/searchbox/mintplayer-ng-bootstrap-searchbox.mjs +5 -0
  21. package/esm2022/searchbox/src/directives/enter-search-term.directive.mjs +18 -0
  22. package/esm2022/searchbox/src/directives/index.mjs +4 -0
  23. package/esm2022/searchbox/src/directives/no-results.directive.mjs +18 -0
  24. package/esm2022/searchbox/src/directives/suggestion.directive.mjs +18 -0
  25. package/esm2022/searchbox/src/searchbox/searchbox.component.mjs +108 -0
  26. package/esm2022/searchbox/src/searchbox.module.mjs +75 -0
  27. package/esm2022/select2/src/component/select2.component.mjs +4 -4
  28. package/esm2022/select2/src/directive/item-template/item-template.directive.mjs +1 -1
  29. package/esm2022/select2/src/directive/suggestion-template/suggestion-template.directive.mjs +1 -1
  30. package/esm2022/select2/src/index.mjs +1 -2
  31. package/esm2022/select2/src/select2.module.mjs +2 -2
  32. package/esm2022/slugify/index.mjs +3 -0
  33. package/esm2022/slugify/mintplayer-ng-bootstrap-slugify.mjs +5 -0
  34. package/esm2022/slugify/src/slugify.module.mjs +18 -0
  35. package/esm2022/slugify/src/slugify.pipe.mjs +22 -0
  36. package/esm2022/split-string/index.mjs +3 -0
  37. package/esm2022/split-string/mintplayer-ng-bootstrap-split-string.mjs +5 -0
  38. package/esm2022/split-string/src/split-string.module.mjs +18 -0
  39. package/esm2022/split-string/src/split-string.pipe.mjs +17 -0
  40. package/esm2022/trust-html/index.mjs +3 -0
  41. package/esm2022/trust-html/mintplayer-ng-bootstrap-trust-html.mjs +5 -0
  42. package/esm2022/trust-html/src/trust-html.module.mjs +18 -0
  43. package/esm2022/trust-html/src/trust-html.pipe.mjs +21 -0
  44. package/esm2022/uc-first/index.mjs +3 -0
  45. package/esm2022/uc-first/mintplayer-ng-bootstrap-uc-first.mjs +5 -0
  46. package/esm2022/uc-first/src/uc-first.module.mjs +24 -0
  47. package/esm2022/uc-first/src/uc-first.pipe.mjs +16 -0
  48. package/esm2022/word-count/index.mjs +3 -0
  49. package/esm2022/word-count/mintplayer-ng-bootstrap-word-count.mjs +5 -0
  50. package/esm2022/word-count/src/word-count.module.mjs +18 -0
  51. package/esm2022/word-count/src/word-count.pipe.mjs +26 -0
  52. package/fesm2022/mintplayer-ng-bootstrap-calendar.mjs +7 -7
  53. package/fesm2022/mintplayer-ng-bootstrap-calendar.mjs.map +1 -1
  54. package/fesm2022/mintplayer-ng-bootstrap-dropdown-menu.mjs +2 -2
  55. package/fesm2022/mintplayer-ng-bootstrap-dropdown-menu.mjs.map +1 -1
  56. package/fesm2022/mintplayer-ng-bootstrap-dropdown.mjs +1 -3
  57. package/fesm2022/mintplayer-ng-bootstrap-dropdown.mjs.map +1 -1
  58. package/fesm2022/mintplayer-ng-bootstrap-font-color.mjs +54 -0
  59. package/fesm2022/mintplayer-ng-bootstrap-font-color.mjs.map +1 -0
  60. package/fesm2022/mintplayer-ng-bootstrap-has-id.mjs +4 -0
  61. package/fesm2022/mintplayer-ng-bootstrap-has-id.mjs.map +1 -0
  62. package/fesm2022/mintplayer-ng-bootstrap-in-list.mjs +44 -0
  63. package/fesm2022/mintplayer-ng-bootstrap-in-list.mjs.map +1 -0
  64. package/fesm2022/mintplayer-ng-bootstrap-navbar.mjs +13 -10
  65. package/fesm2022/mintplayer-ng-bootstrap-navbar.mjs.map +1 -1
  66. package/fesm2022/mintplayer-ng-bootstrap-searchbox.mjs +225 -0
  67. package/fesm2022/mintplayer-ng-bootstrap-searchbox.mjs.map +1 -0
  68. package/fesm2022/mintplayer-ng-bootstrap-select2.mjs +4 -4
  69. package/fesm2022/mintplayer-ng-bootstrap-select2.mjs.map +1 -1
  70. package/fesm2022/mintplayer-ng-bootstrap-slugify.mjs +44 -0
  71. package/fesm2022/mintplayer-ng-bootstrap-slugify.mjs.map +1 -0
  72. package/fesm2022/mintplayer-ng-bootstrap-split-string.mjs +39 -0
  73. package/fesm2022/mintplayer-ng-bootstrap-split-string.mjs.map +1 -0
  74. package/fesm2022/mintplayer-ng-bootstrap-trust-html.mjs +42 -0
  75. package/fesm2022/mintplayer-ng-bootstrap-trust-html.mjs.map +1 -0
  76. package/fesm2022/mintplayer-ng-bootstrap-uc-first.mjs +44 -0
  77. package/fesm2022/mintplayer-ng-bootstrap-uc-first.mjs.map +1 -0
  78. package/fesm2022/mintplayer-ng-bootstrap-word-count.mjs +48 -0
  79. package/fesm2022/mintplayer-ng-bootstrap-word-count.mjs.map +1 -0
  80. package/fesm2022/mintplayer-ng-bootstrap.mjs +2 -116
  81. package/fesm2022/mintplayer-ng-bootstrap.mjs.map +1 -1
  82. package/font-color/index.d.ts +2 -0
  83. package/font-color/src/font-color.module.d.ts +8 -0
  84. package/has-id/index.d.ts +1 -0
  85. package/has-id/src/has-id.d.ts +3 -0
  86. package/in-list/index.d.ts +2 -0
  87. package/in-list/src/in-list.pipe.d.ts +8 -0
  88. package/index.d.ts +0 -1
  89. package/navbar/src/nav-link/nav-link.directive.d.ts +3 -2
  90. package/package.json +55 -1
  91. package/searchbox/index.d.ts +3 -0
  92. package/searchbox/src/directives/enter-search-term.directive.d.ts +9 -0
  93. package/searchbox/src/directives/index.d.ts +3 -0
  94. package/searchbox/src/directives/no-results.directive.d.ts +9 -0
  95. package/searchbox/src/directives/suggestion.directive.d.ts +9 -0
  96. package/searchbox/src/searchbox/searchbox.component.d.ts +33 -0
  97. package/searchbox/src/searchbox.module.d.ts +20 -0
  98. package/select2/src/component/select2.component.d.ts +6 -6
  99. package/select2/src/directive/item-template/item-template.directive.d.ts +8 -8
  100. package/select2/src/directive/suggestion-template/suggestion-template.directive.d.ts +8 -8
  101. package/select2/src/index.d.ts +0 -1
  102. package/select2/src/select2.module.d.ts +1 -1
  103. package/slugify/index.d.ts +2 -0
  104. package/slugify/src/slugify.module.d.ts +8 -0
  105. package/slugify/src/slugify.pipe.d.ts +7 -0
  106. package/split-string/index.d.ts +2 -0
  107. package/split-string/src/split-string.module.d.ts +8 -0
  108. package/split-string/src/split-string.pipe.d.ts +7 -0
  109. package/trust-html/index.d.ts +2 -0
  110. package/trust-html/src/trust-html.module.d.ts +8 -0
  111. package/trust-html/src/trust-html.pipe.d.ts +10 -0
  112. package/uc-first/index.d.ts +2 -0
  113. package/uc-first/src/uc-first.module.d.ts +8 -0
  114. package/uc-first/src/uc-first.pipe.d.ts +7 -0
  115. package/word-count/index.d.ts +2 -0
  116. package/word-count/src/word-count.module.d.ts +8 -0
  117. package/word-count/src/word-count.pipe.d.ts +7 -0
  118. package/esm2022/lib/pipes/font-color/font-color.module.mjs +0 -24
  119. package/esm2022/lib/pipes/font-color/font-color.pipe.mjs +0 -26
  120. package/esm2022/lib/pipes/font-color/index.mjs +0 -3
  121. package/esm2022/lib/pipes/in-list/in-list.pipe.mjs +0 -16
  122. package/esm2022/lib/pipes/in-list/index.mjs +0 -3
  123. package/esm2022/lib/pipes/index.mjs +0 -4
  124. package/esm2022/lib/pipes/uc-first/index.mjs +0 -3
  125. package/esm2022/lib/pipes/uc-first/uc-first.module.mjs +0 -24
  126. package/esm2022/lib/pipes/uc-first/uc-first.pipe.mjs +0 -16
  127. package/esm2022/select2/src/interfaces/has-id.mjs +0 -2
  128. package/esm2022/select2/src/interfaces/index.mjs +0 -2
  129. package/lib/pipes/font-color/font-color.module.d.ts +0 -8
  130. package/lib/pipes/font-color/index.d.ts +0 -2
  131. package/lib/pipes/in-list/in-list.pipe.d.ts +0 -7
  132. package/lib/pipes/in-list/index.d.ts +0 -2
  133. package/lib/pipes/index.d.ts +0 -3
  134. package/lib/pipes/uc-first/index.d.ts +0 -2
  135. package/lib/pipes/uc-first/uc-first.module.d.ts +0 -8
  136. package/lib/pipes/uc-first/uc-first.pipe.d.ts +0 -7
  137. package/select2/src/interfaces/has-id.d.ts +0 -3
  138. package/select2/src/interfaces/index.d.ts +0 -1
  139. /package/{lib/pipes/font-color → font-color/src}/font-color.pipe.d.ts +0 -0
  140. /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,2 +0,0 @@
1
- export * from './font-color.pipe';
2
- export * from './font-color.module';
@@ -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
- }
@@ -1,2 +0,0 @@
1
- export * from './in-list.module';
2
- export * from './in-list.pipe';
@@ -1,3 +0,0 @@
1
- export * from './font-color';
2
- export * from './uc-first';
3
- export * from './in-list';
@@ -1,2 +0,0 @@
1
- export * from './uc-first.module';
2
- export * from './uc-first.pipe';
@@ -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,3 +0,0 @@
1
- export interface HasId {
2
- id: any;
3
- }
@@ -1 +0,0 @@
1
- export * from './has-id';