@mintplayer/ng-bootstrap 16.10.4 → 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 (136) 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/searchbox/index.mjs +4 -0
  19. package/esm2022/searchbox/mintplayer-ng-bootstrap-searchbox.mjs +5 -0
  20. package/esm2022/searchbox/src/directives/enter-search-term.directive.mjs +18 -0
  21. package/esm2022/searchbox/src/directives/index.mjs +4 -0
  22. package/esm2022/searchbox/src/directives/no-results.directive.mjs +18 -0
  23. package/esm2022/searchbox/src/directives/suggestion.directive.mjs +18 -0
  24. package/esm2022/searchbox/src/searchbox/searchbox.component.mjs +108 -0
  25. package/esm2022/searchbox/src/searchbox.module.mjs +75 -0
  26. package/esm2022/select2/src/component/select2.component.mjs +4 -4
  27. package/esm2022/select2/src/directive/item-template/item-template.directive.mjs +1 -1
  28. package/esm2022/select2/src/directive/suggestion-template/suggestion-template.directive.mjs +1 -1
  29. package/esm2022/select2/src/index.mjs +1 -2
  30. package/esm2022/select2/src/select2.module.mjs +2 -2
  31. package/esm2022/slugify/index.mjs +3 -0
  32. package/esm2022/slugify/mintplayer-ng-bootstrap-slugify.mjs +5 -0
  33. package/esm2022/slugify/src/slugify.module.mjs +18 -0
  34. package/esm2022/slugify/src/slugify.pipe.mjs +22 -0
  35. package/esm2022/split-string/index.mjs +3 -0
  36. package/esm2022/split-string/mintplayer-ng-bootstrap-split-string.mjs +5 -0
  37. package/esm2022/split-string/src/split-string.module.mjs +18 -0
  38. package/esm2022/split-string/src/split-string.pipe.mjs +17 -0
  39. package/esm2022/trust-html/index.mjs +3 -0
  40. package/esm2022/trust-html/mintplayer-ng-bootstrap-trust-html.mjs +5 -0
  41. package/esm2022/trust-html/src/trust-html.module.mjs +18 -0
  42. package/esm2022/trust-html/src/trust-html.pipe.mjs +21 -0
  43. package/esm2022/uc-first/index.mjs +3 -0
  44. package/esm2022/uc-first/mintplayer-ng-bootstrap-uc-first.mjs +5 -0
  45. package/esm2022/uc-first/src/uc-first.module.mjs +24 -0
  46. package/esm2022/uc-first/src/uc-first.pipe.mjs +16 -0
  47. package/esm2022/word-count/index.mjs +3 -0
  48. package/esm2022/word-count/mintplayer-ng-bootstrap-word-count.mjs +5 -0
  49. package/esm2022/word-count/src/word-count.module.mjs +18 -0
  50. package/esm2022/word-count/src/word-count.pipe.mjs +26 -0
  51. package/fesm2022/mintplayer-ng-bootstrap-calendar.mjs +7 -7
  52. package/fesm2022/mintplayer-ng-bootstrap-calendar.mjs.map +1 -1
  53. package/fesm2022/mintplayer-ng-bootstrap-dropdown-menu.mjs +2 -2
  54. package/fesm2022/mintplayer-ng-bootstrap-dropdown-menu.mjs.map +1 -1
  55. package/fesm2022/mintplayer-ng-bootstrap-dropdown.mjs +1 -3
  56. package/fesm2022/mintplayer-ng-bootstrap-dropdown.mjs.map +1 -1
  57. package/fesm2022/mintplayer-ng-bootstrap-font-color.mjs +54 -0
  58. package/fesm2022/mintplayer-ng-bootstrap-font-color.mjs.map +1 -0
  59. package/fesm2022/mintplayer-ng-bootstrap-has-id.mjs +4 -0
  60. package/fesm2022/mintplayer-ng-bootstrap-has-id.mjs.map +1 -0
  61. package/fesm2022/mintplayer-ng-bootstrap-in-list.mjs +44 -0
  62. package/fesm2022/mintplayer-ng-bootstrap-in-list.mjs.map +1 -0
  63. package/fesm2022/mintplayer-ng-bootstrap-searchbox.mjs +225 -0
  64. package/fesm2022/mintplayer-ng-bootstrap-searchbox.mjs.map +1 -0
  65. package/fesm2022/mintplayer-ng-bootstrap-select2.mjs +4 -4
  66. package/fesm2022/mintplayer-ng-bootstrap-select2.mjs.map +1 -1
  67. package/fesm2022/mintplayer-ng-bootstrap-slugify.mjs +44 -0
  68. package/fesm2022/mintplayer-ng-bootstrap-slugify.mjs.map +1 -0
  69. package/fesm2022/mintplayer-ng-bootstrap-split-string.mjs +39 -0
  70. package/fesm2022/mintplayer-ng-bootstrap-split-string.mjs.map +1 -0
  71. package/fesm2022/mintplayer-ng-bootstrap-trust-html.mjs +42 -0
  72. package/fesm2022/mintplayer-ng-bootstrap-trust-html.mjs.map +1 -0
  73. package/fesm2022/mintplayer-ng-bootstrap-uc-first.mjs +44 -0
  74. package/fesm2022/mintplayer-ng-bootstrap-uc-first.mjs.map +1 -0
  75. package/fesm2022/mintplayer-ng-bootstrap-word-count.mjs +48 -0
  76. package/fesm2022/mintplayer-ng-bootstrap-word-count.mjs.map +1 -0
  77. package/fesm2022/mintplayer-ng-bootstrap.mjs +2 -116
  78. package/fesm2022/mintplayer-ng-bootstrap.mjs.map +1 -1
  79. package/font-color/index.d.ts +2 -0
  80. package/font-color/src/font-color.module.d.ts +8 -0
  81. package/has-id/index.d.ts +1 -0
  82. package/has-id/src/has-id.d.ts +3 -0
  83. package/in-list/index.d.ts +2 -0
  84. package/in-list/src/in-list.pipe.d.ts +8 -0
  85. package/index.d.ts +0 -1
  86. package/package.json +55 -1
  87. package/searchbox/index.d.ts +3 -0
  88. package/searchbox/src/directives/enter-search-term.directive.d.ts +9 -0
  89. package/searchbox/src/directives/index.d.ts +3 -0
  90. package/searchbox/src/directives/no-results.directive.d.ts +9 -0
  91. package/searchbox/src/directives/suggestion.directive.d.ts +9 -0
  92. package/searchbox/src/searchbox/searchbox.component.d.ts +33 -0
  93. package/searchbox/src/searchbox.module.d.ts +20 -0
  94. package/select2/src/component/select2.component.d.ts +6 -6
  95. package/select2/src/directive/item-template/item-template.directive.d.ts +8 -8
  96. package/select2/src/directive/suggestion-template/suggestion-template.directive.d.ts +8 -8
  97. package/select2/src/index.d.ts +0 -1
  98. package/select2/src/select2.module.d.ts +1 -1
  99. package/slugify/index.d.ts +2 -0
  100. package/slugify/src/slugify.module.d.ts +8 -0
  101. package/slugify/src/slugify.pipe.d.ts +7 -0
  102. package/split-string/index.d.ts +2 -0
  103. package/split-string/src/split-string.module.d.ts +8 -0
  104. package/split-string/src/split-string.pipe.d.ts +7 -0
  105. package/trust-html/index.d.ts +2 -0
  106. package/trust-html/src/trust-html.module.d.ts +8 -0
  107. package/trust-html/src/trust-html.pipe.d.ts +10 -0
  108. package/uc-first/index.d.ts +2 -0
  109. package/uc-first/src/uc-first.module.d.ts +8 -0
  110. package/uc-first/src/uc-first.pipe.d.ts +7 -0
  111. package/word-count/index.d.ts +2 -0
  112. package/word-count/src/word-count.module.d.ts +8 -0
  113. package/word-count/src/word-count.pipe.d.ts +7 -0
  114. package/esm2022/lib/pipes/font-color/font-color.module.mjs +0 -24
  115. package/esm2022/lib/pipes/font-color/font-color.pipe.mjs +0 -26
  116. package/esm2022/lib/pipes/font-color/index.mjs +0 -3
  117. package/esm2022/lib/pipes/in-list/in-list.pipe.mjs +0 -16
  118. package/esm2022/lib/pipes/in-list/index.mjs +0 -3
  119. package/esm2022/lib/pipes/index.mjs +0 -4
  120. package/esm2022/lib/pipes/uc-first/index.mjs +0 -3
  121. package/esm2022/lib/pipes/uc-first/uc-first.module.mjs +0 -24
  122. package/esm2022/lib/pipes/uc-first/uc-first.pipe.mjs +0 -16
  123. package/esm2022/select2/src/interfaces/has-id.mjs +0 -2
  124. package/esm2022/select2/src/interfaces/index.mjs +0 -2
  125. package/lib/pipes/font-color/font-color.module.d.ts +0 -8
  126. package/lib/pipes/font-color/index.d.ts +0 -2
  127. package/lib/pipes/in-list/in-list.pipe.d.ts +0 -7
  128. package/lib/pipes/in-list/index.d.ts +0 -2
  129. package/lib/pipes/index.d.ts +0 -3
  130. package/lib/pipes/uc-first/index.d.ts +0 -2
  131. package/lib/pipes/uc-first/uc-first.module.d.ts +0 -8
  132. package/lib/pipes/uc-first/uc-first.pipe.d.ts +0 -7
  133. package/select2/src/interfaces/has-id.d.ts +0 -3
  134. package/select2/src/interfaces/index.d.ts +0 -1
  135. /package/{lib/pipes/font-color → font-color/src}/font-color.pipe.d.ts +0 -0
  136. /package/{lib/pipes/in-list → in-list/src}/in-list.module.d.ts +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mintplayer-ng-bootstrap-uc-first.mjs","sources":["../../../../libs/mintplayer-ng-bootstrap/uc-first/src/uc-first.pipe.ts","../../../../libs/mintplayer-ng-bootstrap/uc-first/src/uc-first.module.ts","../../../../libs/mintplayer-ng-bootstrap/uc-first/mintplayer-ng-bootstrap-uc-first.ts"],"sourcesContent":["import { Pipe, PipeTransform } from '@angular/core';\n\n@Pipe({\n name: 'bsUcFirst'\n})\nexport class BsUcFirstPipe implements PipeTransform {\n\n transform(value: string, ...args: any[]) {\n return value[0].toUpperCase() + value.slice(1);\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { BsUcFirstPipe } from './uc-first.pipe';\n\n@NgModule({\n declarations: [\n BsUcFirstPipe\n ],\n imports: [\n CommonModule\n ],\n exports: [\n BsUcFirstPipe\n ]\n})\nexport class BsUcFirstModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;MAKa,aAAa,CAAA;AAExB,IAAA,SAAS,CAAC,KAAa,EAAE,GAAG,IAAW,EAAA;AACrC,QAAA,OAAO,KAAK,CAAC,CAAC,CAAC,CAAC,WAAW,EAAE,GAAG,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;KAChD;8GAJU,aAAa,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,IAAA,EAAA,CAAA,CAAA,EAAA;4GAAb,aAAa,EAAA,IAAA,EAAA,WAAA,EAAA,CAAA,CAAA,EAAA;;2FAAb,aAAa,EAAA,UAAA,EAAA,CAAA;kBAHzB,IAAI;AAAC,YAAA,IAAA,EAAA,CAAA;AACJ,oBAAA,IAAI,EAAE,WAAW;AAClB,iBAAA,CAAA;;;MCWY,eAAe,CAAA;8GAAf,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;AAAf,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,eAAe,EATxB,YAAA,EAAA,CAAA,aAAa,CAGb,EAAA,OAAA,EAAA,CAAA,YAAY,aAGZ,aAAa,CAAA,EAAA,CAAA,CAAA,EAAA;AAGJ,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,eAAe,YANxB,YAAY,CAAA,EAAA,CAAA,CAAA,EAAA;;2FAMH,eAAe,EAAA,UAAA,EAAA,CAAA;kBAX3B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ,aAAa;AACd,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,YAAY;AACb,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,aAAa;AACd,qBAAA;AACF,iBAAA,CAAA;;;ACdD;;AAEG;;;;"}
@@ -0,0 +1,48 @@
1
+ import * as i0 from '@angular/core';
2
+ import { Pipe, NgModule } from '@angular/core';
3
+ import { CommonModule } from '@angular/common';
4
+
5
+ class BsWordCountPipe {
6
+ transform(value) {
7
+ if ((value === null) || (value === '')) {
8
+ return 0;
9
+ }
10
+ else {
11
+ return value
12
+ .replace(/(^\s+)|(\s+$)/gi, '')
13
+ .replace(/\s{2,}/gi, ' ')
14
+ .split(' ')
15
+ .filter(w => w !== '')
16
+ .length;
17
+ }
18
+ }
19
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsWordCountPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
20
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.2", ngImport: i0, type: BsWordCountPipe, name: "bsWordCount" }); }
21
+ }
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsWordCountPipe, decorators: [{
23
+ type: Pipe,
24
+ args: [{
25
+ name: 'bsWordCount',
26
+ }]
27
+ }] });
28
+
29
+ class BsWordCountModule {
30
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsWordCountModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
31
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.2", ngImport: i0, type: BsWordCountModule, declarations: [BsWordCountPipe], imports: [CommonModule], exports: [BsWordCountPipe] }); }
32
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsWordCountModule, imports: [CommonModule] }); }
33
+ }
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsWordCountModule, decorators: [{
35
+ type: NgModule,
36
+ args: [{
37
+ declarations: [BsWordCountPipe],
38
+ imports: [CommonModule],
39
+ exports: [BsWordCountPipe],
40
+ }]
41
+ }] });
42
+
43
+ /**
44
+ * Generated bundle index. Do not edit.
45
+ */
46
+
47
+ export { BsWordCountModule, BsWordCountPipe };
48
+ //# sourceMappingURL=mintplayer-ng-bootstrap-word-count.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mintplayer-ng-bootstrap-word-count.mjs","sources":["../../../../libs/mintplayer-ng-bootstrap/word-count/src/word-count.pipe.ts","../../../../libs/mintplayer-ng-bootstrap/word-count/src/word-count.module.ts","../../../../libs/mintplayer-ng-bootstrap/word-count/mintplayer-ng-bootstrap-word-count.ts"],"sourcesContent":["import { Pipe, PipeTransform } from '@angular/core';\n\n@Pipe({\n name: 'bsWordCount',\n})\nexport class BsWordCountPipe implements PipeTransform {\n transform(value: string) {\n if ((value === null) || (value === '')) {\n return 0;\n } else {\n return value\n .replace(/(^\\s+)|(\\s+$)/gi, '')\n .replace(/\\s{2,}/gi, ' ')\n .split(' ')\n .filter(w => w !== '')\n .length;\n }\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { BsWordCountPipe } from './word-count.pipe';\n\n@NgModule({\n declarations: [BsWordCountPipe],\n imports: [CommonModule],\n exports: [BsWordCountPipe],\n})\nexport class BsWordCountModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;MAKa,eAAe,CAAA;AAC1B,IAAA,SAAS,CAAC,KAAa,EAAA;QACrB,IAAI,CAAC,KAAK,KAAK,IAAI,MAAM,KAAK,KAAK,EAAE,CAAC,EAAE;AACtC,YAAA,OAAO,CAAC,CAAC;AACV,SAAA;AAAM,aAAA;AACL,YAAA,OAAO,KAAK;AACT,iBAAA,OAAO,CAAC,iBAAiB,EAAE,EAAE,CAAC;AAC9B,iBAAA,OAAO,CAAC,UAAU,EAAE,GAAG,CAAC;iBACxB,KAAK,CAAC,GAAG,CAAC;iBACV,MAAM,CAAC,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC;AACrB,iBAAA,MAAM,CAAC;AACX,SAAA;KACF;8GAZU,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,IAAA,EAAA,CAAA,CAAA,EAAA;4GAAf,eAAe,EAAA,IAAA,EAAA,aAAA,EAAA,CAAA,CAAA,EAAA;;2FAAf,eAAe,EAAA,UAAA,EAAA,CAAA;kBAH3B,IAAI;AAAC,YAAA,IAAA,EAAA,CAAA;AACJ,oBAAA,IAAI,EAAE,aAAa;AACpB,iBAAA,CAAA;;;MCKY,iBAAiB,CAAA;8GAAjB,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;AAAjB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,iBAAiB,EAJb,YAAA,EAAA,CAAA,eAAe,CACpB,EAAA,OAAA,EAAA,CAAA,YAAY,aACZ,eAAe,CAAA,EAAA,CAAA,CAAA,EAAA;AAEd,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,iBAAiB,YAHlB,YAAY,CAAA,EAAA,CAAA,CAAA,EAAA;;2FAGX,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAL7B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,YAAY,EAAE,CAAC,eAAe,CAAC;oBAC/B,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,OAAO,EAAE,CAAC,eAAe,CAAC;AAC3B,iBAAA,CAAA;;;ACRD;;AAEG;;;;"}
@@ -1,6 +1,4 @@
1
- import * as i0 from '@angular/core';
2
- import { Pipe, NgModule, InjectionToken } from '@angular/core';
3
- import { CommonModule } from '@angular/common';
1
+ import { InjectionToken } from '@angular/core';
4
2
 
5
3
  var Color;
6
4
  (function (Color) {
@@ -17,118 +15,6 @@ var Color;
17
15
  Color[Color["transparent"] = 10] = "transparent";
18
16
  })(Color || (Color = {}));
19
17
 
20
- class BsFontColorPipe {
21
- transform(color_hex) {
22
- if (color_hex === undefined || color_hex === null || color_hex.length < 7 || typeof (color_hex) !== 'string') {
23
- return '#FFFFFF';
24
- }
25
- const R_HEX = color_hex.substr(1, 2);
26
- const G_HEX = color_hex.substr(3, 2);
27
- const B_HEX = color_hex.substr(5, 2);
28
- const R_DEC = parseInt(R_HEX, 16);
29
- const G_DEC = parseInt(G_HEX, 16);
30
- const B_DEC = parseInt(B_HEX, 16);
31
- const CONTRAST_HEX = R_DEC * 0.299 + G_DEC * 0.587 + B_DEC * 0.114 > 186 ? '#000000' : '#FFFFFF';
32
- return CONTRAST_HEX;
33
- }
34
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsFontColorPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
35
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.2", ngImport: i0, type: BsFontColorPipe, name: "bsFontColor" }); }
36
- }
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsFontColorPipe, decorators: [{
38
- type: Pipe,
39
- args: [{
40
- name: 'bsFontColor'
41
- }]
42
- }] });
43
-
44
- class BsFontColorPipeModule {
45
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsFontColorPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
46
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.2", ngImport: i0, type: BsFontColorPipeModule, declarations: [BsFontColorPipe], imports: [CommonModule], exports: [BsFontColorPipe] }); }
47
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsFontColorPipeModule, imports: [CommonModule] }); }
48
- }
49
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsFontColorPipeModule, decorators: [{
50
- type: NgModule,
51
- args: [{
52
- declarations: [
53
- BsFontColorPipe
54
- ],
55
- imports: [
56
- CommonModule
57
- ],
58
- exports: [
59
- BsFontColorPipe
60
- ]
61
- }]
62
- }] });
63
-
64
- class UcFirstPipe {
65
- transform(value, ...args) {
66
- return value[0].toUpperCase() + value.slice(1);
67
- }
68
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: UcFirstPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
69
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.2", ngImport: i0, type: UcFirstPipe, name: "ucFirst" }); }
70
- }
71
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: UcFirstPipe, decorators: [{
72
- type: Pipe,
73
- args: [{
74
- name: 'ucFirst'
75
- }]
76
- }] });
77
-
78
- class BsUcFirstPipeModule {
79
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsUcFirstPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
80
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.2", ngImport: i0, type: BsUcFirstPipeModule, declarations: [UcFirstPipe], imports: [CommonModule], exports: [UcFirstPipe] }); }
81
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsUcFirstPipeModule, imports: [CommonModule] }); }
82
- }
83
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsUcFirstPipeModule, decorators: [{
84
- type: NgModule,
85
- args: [{
86
- declarations: [
87
- UcFirstPipe
88
- ],
89
- imports: [
90
- CommonModule
91
- ],
92
- exports: [
93
- UcFirstPipe
94
- ]
95
- }]
96
- }] });
97
-
98
- class BsInListPipe {
99
- transform(items, parameter) {
100
- return items.some(item => item.id === parameter);
101
- }
102
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsInListPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
103
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.2", ngImport: i0, type: BsInListPipe, name: "inList" }); }
104
- }
105
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsInListPipe, decorators: [{
106
- type: Pipe,
107
- args: [{
108
- name: 'inList'
109
- }]
110
- }] });
111
-
112
- class BsInListModule {
113
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsInListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
114
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.2", ngImport: i0, type: BsInListModule, declarations: [BsInListPipe], imports: [CommonModule], exports: [BsInListPipe] }); }
115
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsInListModule, imports: [CommonModule] }); }
116
- }
117
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsInListModule, decorators: [{
118
- type: NgModule,
119
- args: [{
120
- declarations: [
121
- BsInListPipe
122
- ],
123
- imports: [
124
- CommonModule
125
- ],
126
- exports: [
127
- BsInListPipe
128
- ]
129
- }]
130
- }] });
131
-
132
18
  /**
133
19
  * Register this provider with a **true** value to enable Development mode for ng-bootstrap.
134
20
  * This will make the overlays, which usually close when clicking outside of them,
@@ -140,5 +26,5 @@ const BS_DEVELOPMENT = new InjectionToken('BootstrapDevelopment');
140
26
  * Generated bundle index. Do not edit.
141
27
  */
142
28
 
143
- export { BS_DEVELOPMENT, BsFontColorPipe, BsFontColorPipeModule, BsInListModule, BsInListPipe, BsUcFirstPipeModule, Color, UcFirstPipe };
29
+ export { BS_DEVELOPMENT, Color };
144
30
  //# sourceMappingURL=mintplayer-ng-bootstrap.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"mintplayer-ng-bootstrap.mjs","sources":["../../../../libs/mintplayer-ng-bootstrap/src/lib/enums/color.enum.ts","../../../../libs/mintplayer-ng-bootstrap/src/lib/pipes/font-color/font-color.pipe.ts","../../../../libs/mintplayer-ng-bootstrap/src/lib/pipes/font-color/font-color.module.ts","../../../../libs/mintplayer-ng-bootstrap/src/lib/pipes/uc-first/uc-first.pipe.ts","../../../../libs/mintplayer-ng-bootstrap/src/lib/pipes/uc-first/uc-first.module.ts","../../../../libs/mintplayer-ng-bootstrap/src/lib/pipes/in-list/in-list.pipe.ts","../../../../libs/mintplayer-ng-bootstrap/src/lib/pipes/in-list/in-list.module.ts","../../../../libs/mintplayer-ng-bootstrap/src/lib/providers/development.provider.ts","../../../../libs/mintplayer-ng-bootstrap/src/mintplayer-ng-bootstrap.ts"],"sourcesContent":["export enum Color {\n primary,\n secondary,\n success,\n danger,\n warning,\n info,\n light,\n dark,\n body,\n white,\n transparent\n}","import { Pipe, PipeTransform } from '@angular/core';\n\n@Pipe({\n name: 'bsFontColor'\n})\nexport class BsFontColorPipe implements PipeTransform {\n\n transform(color_hex: any): any {\n if (color_hex === undefined || color_hex === null || color_hex.length < 7 || typeof (color_hex) !== 'string') {\n return '#FFFFFF';\n }\n const R_HEX: string = color_hex.substr(1, 2);\n const G_HEX: string = color_hex.substr(3, 2);\n const B_HEX: string = color_hex.substr(5, 2);\n const R_DEC: number = parseInt(R_HEX, 16);\n const G_DEC: number = parseInt(G_HEX, 16);\n const B_DEC: number = parseInt(B_HEX, 16);\n const CONTRAST_HEX: string = R_DEC * 0.299 + G_DEC * 0.587 + B_DEC * 0.114 > 186 ? '#000000' : '#FFFFFF';\n return CONTRAST_HEX;\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { BsFontColorPipe } from './font-color.pipe';\n\n\n\n@NgModule({\n declarations: [\n BsFontColorPipe\n ],\n imports: [\n CommonModule\n ],\n exports: [\n BsFontColorPipe\n ]\n})\nexport class BsFontColorPipeModule { }\n","import { Pipe, PipeTransform } from '@angular/core';\n\n@Pipe({\n name: 'ucFirst'\n})\nexport class UcFirstPipe implements PipeTransform {\n\n transform(value: string, ...args: any[]) {\n return value[0].toUpperCase() + value.slice(1);\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { UcFirstPipe } from './uc-first.pipe';\n\n@NgModule({\n declarations: [\n UcFirstPipe\n ],\n imports: [\n CommonModule\n ],\n exports: [\n UcFirstPipe\n ]\n})\nexport class BsUcFirstPipeModule { }\n","import { Pipe, PipeTransform } from '@angular/core';\n\n@Pipe({\n name: 'inList'\n})\nexport class BsInListPipe implements PipeTransform {\n\n transform(items: any[], parameter: number) {\n return items.some(item => item.id === parameter);\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { BsInListPipe } from './in-list.pipe';\n\n@NgModule({\n declarations: [\n BsInListPipe\n ],\n imports: [\n CommonModule\n ],\n exports: [\n BsInListPipe\n ]\n})\nexport class BsInListModule { }\n","import { InjectionToken } from \"@angular/core\";\n\n/**\n * Register this provider with a **true** value to enable Development mode for ng-bootstrap.\n * This will make the overlays, which usually close when clicking outside of them,\n * to stay open.\n **/\nexport const BS_DEVELOPMENT = new InjectionToken<boolean>('BootstrapDevelopment');","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"mintplayer-ng-bootstrap.mjs","sources":["../../../../libs/mintplayer-ng-bootstrap/src/lib/enums/color.enum.ts","../../../../libs/mintplayer-ng-bootstrap/src/lib/providers/development.provider.ts","../../../../libs/mintplayer-ng-bootstrap/src/mintplayer-ng-bootstrap.ts"],"sourcesContent":["export enum Color {\n primary,\n secondary,\n success,\n danger,\n warning,\n info,\n light,\n dark,\n body,\n white,\n transparent\n}","import { InjectionToken } from \"@angular/core\";\n\n/**\n * Register this provider with a **true** value to enable Development mode for ng-bootstrap.\n * This will make the overlays, which usually close when clicking outside of them,\n * to stay open.\n **/\nexport const BS_DEVELOPMENT = new InjectionToken<boolean>('BootstrapDevelopment');","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;IAAY,MAYX;AAZD,CAAA,UAAY,KAAK,EAAA;AACb,IAAA,KAAA,CAAA,KAAA,CAAA,SAAA,CAAA,GAAA,CAAA,CAAA,GAAA,SAAO,CAAA;AACP,IAAA,KAAA,CAAA,KAAA,CAAA,WAAA,CAAA,GAAA,CAAA,CAAA,GAAA,WAAS,CAAA;AACT,IAAA,KAAA,CAAA,KAAA,CAAA,SAAA,CAAA,GAAA,CAAA,CAAA,GAAA,SAAO,CAAA;AACP,IAAA,KAAA,CAAA,KAAA,CAAA,QAAA,CAAA,GAAA,CAAA,CAAA,GAAA,QAAM,CAAA;AACN,IAAA,KAAA,CAAA,KAAA,CAAA,SAAA,CAAA,GAAA,CAAA,CAAA,GAAA,SAAO,CAAA;AACP,IAAA,KAAA,CAAA,KAAA,CAAA,MAAA,CAAA,GAAA,CAAA,CAAA,GAAA,MAAI,CAAA;AACJ,IAAA,KAAA,CAAA,KAAA,CAAA,OAAA,CAAA,GAAA,CAAA,CAAA,GAAA,OAAK,CAAA;AACL,IAAA,KAAA,CAAA,KAAA,CAAA,MAAA,CAAA,GAAA,CAAA,CAAA,GAAA,MAAI,CAAA;AACJ,IAAA,KAAA,CAAA,KAAA,CAAA,MAAA,CAAA,GAAA,CAAA,CAAA,GAAA,MAAI,CAAA;AACJ,IAAA,KAAA,CAAA,KAAA,CAAA,OAAA,CAAA,GAAA,CAAA,CAAA,GAAA,OAAK,CAAA;AACL,IAAA,KAAA,CAAA,KAAA,CAAA,aAAA,CAAA,GAAA,EAAA,CAAA,GAAA,aAAW,CAAA;AACf,CAAC,EAZW,KAAK,KAAL,KAAK,GAYhB,EAAA,CAAA,CAAA;;ACVD;;;;AAII;MACS,cAAc,GAAG,IAAI,cAAc,CAAU,sBAAsB;;ACPhF;;AAEG;;;;"}
@@ -0,0 +1,2 @@
1
+ export * from './src/font-color.pipe';
2
+ export * from './src/font-color.module';
@@ -0,0 +1,8 @@
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 BsFontColorModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsFontColorModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BsFontColorModule, [typeof i1.BsFontColorPipe], [typeof i2.CommonModule], [typeof i1.BsFontColorPipe]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<BsFontColorModule>;
8
+ }
@@ -0,0 +1 @@
1
+ export * from './src/has-id';
@@ -0,0 +1,3 @@
1
+ export interface HasId<T> {
2
+ id: T;
3
+ }
@@ -0,0 +1,2 @@
1
+ export * from './src/in-list.module';
2
+ export * from './src/in-list.pipe';
@@ -0,0 +1,8 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import { HasId } from '@mintplayer/ng-bootstrap/has-id';
3
+ import * as i0 from "@angular/core";
4
+ export declare class BsInListPipe<T> implements PipeTransform {
5
+ transform(items: HasId<T>[], parameter: T): boolean;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsInListPipe<any>, never>;
7
+ static ɵpipe: i0.ɵɵPipeDeclaration<BsInListPipe<any>, "bsInList", false>;
8
+ }
package/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
1
  export * from './lib/enums';
2
- export * from './lib/pipes';
3
2
  export * from './lib/providers';
4
3
  export * from './lib/types';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mintplayer/ng-bootstrap",
3
3
  "private": false,
4
- "version": "16.10.4",
4
+ "version": "16.11.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/MintPlayer/mintplayer-ng-bootstrap",
@@ -180,6 +180,12 @@
180
180
  "esm": "./esm2022/floating-labels/mintplayer-ng-bootstrap-floating-labels.mjs",
181
181
  "default": "./fesm2022/mintplayer-ng-bootstrap-floating-labels.mjs"
182
182
  },
183
+ "./font-color": {
184
+ "types": "./font-color/index.d.ts",
185
+ "esm2022": "./esm2022/font-color/mintplayer-ng-bootstrap-font-color.mjs",
186
+ "esm": "./esm2022/font-color/mintplayer-ng-bootstrap-font-color.mjs",
187
+ "default": "./fesm2022/mintplayer-ng-bootstrap-font-color.mjs"
188
+ },
183
189
  "./for": {
184
190
  "types": "./for/index.d.ts",
185
191
  "esm2022": "./esm2022/for/mintplayer-ng-bootstrap-for.mjs",
@@ -198,6 +204,12 @@
198
204
  "esm": "./esm2022/grid/mintplayer-ng-bootstrap-grid.mjs",
199
205
  "default": "./fesm2022/mintplayer-ng-bootstrap-grid.mjs"
200
206
  },
207
+ "./has-id": {
208
+ "types": "./has-id/index.d.ts",
209
+ "esm2022": "./esm2022/has-id/mintplayer-ng-bootstrap-has-id.mjs",
210
+ "esm": "./esm2022/has-id/mintplayer-ng-bootstrap-has-id.mjs",
211
+ "default": "./fesm2022/mintplayer-ng-bootstrap-has-id.mjs"
212
+ },
201
213
  "./has-overlay": {
202
214
  "types": "./has-overlay/index.d.ts",
203
215
  "esm2022": "./esm2022/has-overlay/mintplayer-ng-bootstrap-has-overlay.mjs",
@@ -210,6 +222,12 @@
210
222
  "esm": "./esm2022/icon/mintplayer-ng-bootstrap-icon.mjs",
211
223
  "default": "./fesm2022/mintplayer-ng-bootstrap-icon.mjs"
212
224
  },
225
+ "./in-list": {
226
+ "types": "./in-list/index.d.ts",
227
+ "esm2022": "./esm2022/in-list/mintplayer-ng-bootstrap-in-list.mjs",
228
+ "esm": "./esm2022/in-list/mintplayer-ng-bootstrap-in-list.mjs",
229
+ "default": "./fesm2022/mintplayer-ng-bootstrap-in-list.mjs"
230
+ },
213
231
  "./input-group": {
214
232
  "types": "./input-group/index.d.ts",
215
233
  "esm2022": "./esm2022/input-group/mintplayer-ng-bootstrap-input-group.mjs",
@@ -348,6 +366,12 @@
348
366
  "esm": "./esm2022/scrollspy/mintplayer-ng-bootstrap-scrollspy.mjs",
349
367
  "default": "./fesm2022/mintplayer-ng-bootstrap-scrollspy.mjs"
350
368
  },
369
+ "./searchbox": {
370
+ "types": "./searchbox/index.d.ts",
371
+ "esm2022": "./esm2022/searchbox/mintplayer-ng-bootstrap-searchbox.mjs",
372
+ "esm": "./esm2022/searchbox/mintplayer-ng-bootstrap-searchbox.mjs",
373
+ "default": "./fesm2022/mintplayer-ng-bootstrap-searchbox.mjs"
374
+ },
351
375
  "./select": {
352
376
  "types": "./select/index.d.ts",
353
377
  "esm2022": "./esm2022/select/mintplayer-ng-bootstrap-select.mjs",
@@ -366,12 +390,24 @@
366
390
  "esm": "./esm2022/signature-pad/mintplayer-ng-bootstrap-signature-pad.mjs",
367
391
  "default": "./fesm2022/mintplayer-ng-bootstrap-signature-pad.mjs"
368
392
  },
393
+ "./slugify": {
394
+ "types": "./slugify/index.d.ts",
395
+ "esm2022": "./esm2022/slugify/mintplayer-ng-bootstrap-slugify.mjs",
396
+ "esm": "./esm2022/slugify/mintplayer-ng-bootstrap-slugify.mjs",
397
+ "default": "./fesm2022/mintplayer-ng-bootstrap-slugify.mjs"
398
+ },
369
399
  "./spinner": {
370
400
  "types": "./spinner/index.d.ts",
371
401
  "esm2022": "./esm2022/spinner/mintplayer-ng-bootstrap-spinner.mjs",
372
402
  "esm": "./esm2022/spinner/mintplayer-ng-bootstrap-spinner.mjs",
373
403
  "default": "./fesm2022/mintplayer-ng-bootstrap-spinner.mjs"
374
404
  },
405
+ "./split-string": {
406
+ "types": "./split-string/index.d.ts",
407
+ "esm2022": "./esm2022/split-string/mintplayer-ng-bootstrap-split-string.mjs",
408
+ "esm": "./esm2022/split-string/mintplayer-ng-bootstrap-split-string.mjs",
409
+ "default": "./fesm2022/mintplayer-ng-bootstrap-split-string.mjs"
410
+ },
375
411
  "./splitter": {
376
412
  "types": "./splitter/index.d.ts",
377
413
  "esm2022": "./esm2022/splitter/mintplayer-ng-bootstrap-splitter.mjs",
@@ -426,17 +462,35 @@
426
462
  "esm": "./esm2022/treeview/mintplayer-ng-bootstrap-treeview.mjs",
427
463
  "default": "./fesm2022/mintplayer-ng-bootstrap-treeview.mjs"
428
464
  },
465
+ "./trust-html": {
466
+ "types": "./trust-html/index.d.ts",
467
+ "esm2022": "./esm2022/trust-html/mintplayer-ng-bootstrap-trust-html.mjs",
468
+ "esm": "./esm2022/trust-html/mintplayer-ng-bootstrap-trust-html.mjs",
469
+ "default": "./fesm2022/mintplayer-ng-bootstrap-trust-html.mjs"
470
+ },
429
471
  "./typeahead": {
430
472
  "types": "./typeahead/index.d.ts",
431
473
  "esm2022": "./esm2022/typeahead/mintplayer-ng-bootstrap-typeahead.mjs",
432
474
  "esm": "./esm2022/typeahead/mintplayer-ng-bootstrap-typeahead.mjs",
433
475
  "default": "./fesm2022/mintplayer-ng-bootstrap-typeahead.mjs"
434
476
  },
477
+ "./uc-first": {
478
+ "types": "./uc-first/index.d.ts",
479
+ "esm2022": "./esm2022/uc-first/mintplayer-ng-bootstrap-uc-first.mjs",
480
+ "esm": "./esm2022/uc-first/mintplayer-ng-bootstrap-uc-first.mjs",
481
+ "default": "./fesm2022/mintplayer-ng-bootstrap-uc-first.mjs"
482
+ },
435
483
  "./user-agent": {
436
484
  "types": "./user-agent/index.d.ts",
437
485
  "esm2022": "./esm2022/user-agent/mintplayer-ng-bootstrap-user-agent.mjs",
438
486
  "esm": "./esm2022/user-agent/mintplayer-ng-bootstrap-user-agent.mjs",
439
487
  "default": "./fesm2022/mintplayer-ng-bootstrap-user-agent.mjs"
488
+ },
489
+ "./word-count": {
490
+ "types": "./word-count/index.d.ts",
491
+ "esm2022": "./esm2022/word-count/mintplayer-ng-bootstrap-word-count.mjs",
492
+ "esm": "./esm2022/word-count/mintplayer-ng-bootstrap-word-count.mjs",
493
+ "default": "./fesm2022/mintplayer-ng-bootstrap-word-count.mjs"
440
494
  }
441
495
  },
442
496
  "peerDependencies": {
@@ -0,0 +1,3 @@
1
+ export * from './src/searchbox.module';
2
+ export * from './src/searchbox/searchbox.component';
3
+ export * from './src/directives';
@@ -0,0 +1,9 @@
1
+ import { TemplateRef } from '@angular/core';
2
+ import { HasId } from '@mintplayer/ng-bootstrap/has-id';
3
+ import { BsSearchboxComponent } from '../searchbox/searchbox.component';
4
+ import * as i0 from "@angular/core";
5
+ export declare class BsEnterSearchTermTemplateDirective<T extends HasId<U>, U> {
6
+ constructor(searchbox: BsSearchboxComponent<T, U>, template: TemplateRef<T>);
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsEnterSearchTermTemplateDirective<any, any>, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BsEnterSearchTermTemplateDirective<any, any>, "[bsEnterSearchTermTemplate]", never, {}, {}, never, never, false, never>;
9
+ }
@@ -0,0 +1,3 @@
1
+ export * from './enter-search-term.directive';
2
+ export * from './no-results.directive';
3
+ export * from './suggestion.directive';
@@ -0,0 +1,9 @@
1
+ import { TemplateRef } from '@angular/core';
2
+ import { HasId } from '@mintplayer/ng-bootstrap/has-id';
3
+ import { BsSearchboxComponent } from '../searchbox/searchbox.component';
4
+ import * as i0 from "@angular/core";
5
+ export declare class BsNoResultsTemplateDirective<T extends HasId<U>, U> {
6
+ constructor(searchbox: BsSearchboxComponent<T, U>, template: TemplateRef<T>);
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsNoResultsTemplateDirective<any, any>, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BsNoResultsTemplateDirective<any, any>, "[bsNoResultsTemplate]", never, {}, {}, never, never, false, never>;
9
+ }
@@ -0,0 +1,9 @@
1
+ import { TemplateRef } from '@angular/core';
2
+ import { HasId } from '@mintplayer/ng-bootstrap/has-id';
3
+ import { BsSearchboxComponent } from '../searchbox/searchbox.component';
4
+ import * as i0 from "@angular/core";
5
+ export declare class BsSuggestionTemplateDirective<T extends HasId<U>, U> {
6
+ constructor(searchbox: BsSearchboxComponent<T, U>, template: TemplateRef<T>);
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsSuggestionTemplateDirective<any, any>, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BsSuggestionTemplateDirective<any, any>, "[bsSuggestionTemplate]", never, {}, {}, never, never, false, never>;
9
+ }
@@ -0,0 +1,33 @@
1
+ import { ElementRef, EventEmitter, TemplateRef } from '@angular/core';
2
+ import { Color } from '@mintplayer/ng-bootstrap';
3
+ import { BsFormComponent } from '@mintplayer/ng-bootstrap/form';
4
+ import { HasId } from '@mintplayer/ng-bootstrap/has-id';
5
+ import { BehaviorSubject } from 'rxjs';
6
+ import * as i0 from "@angular/core";
7
+ export declare class BsSearchboxComponent<T extends HasId<U>, U> {
8
+ constructor(bsForm: BsFormComponent);
9
+ colors: typeof Color;
10
+ isBusy$: BehaviorSubject<boolean>;
11
+ textbox: ElementRef<HTMLInputElement>;
12
+ private _isOpen;
13
+ get isOpen(): boolean;
14
+ set isOpen(value: boolean);
15
+ private _suggestions;
16
+ get suggestions(): T[];
17
+ set suggestions(value: T[]);
18
+ private _selectedItem?;
19
+ get selectedItem(): T | undefined;
20
+ set selectedItem(value: T | undefined);
21
+ selectedItemChange: EventEmitter<T | undefined>;
22
+ searchterm$: BehaviorSubject<string>;
23
+ get searchterm(): string;
24
+ set searchterm(value: string);
25
+ suggestionTemplate?: TemplateRef<T>;
26
+ enterSearchtermTemplate?: TemplateRef<T>;
27
+ noResultsTemplate?: TemplateRef<T>;
28
+ provideSuggestions: EventEmitter<string>;
29
+ onSearchtermChange(searchterm: string): void;
30
+ onSuggestionClicked(suggestion: T): void;
31
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsSearchboxComponent<any, any>, [{ optional: true; }]>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<BsSearchboxComponent<any, any>, "bs-searchbox", never, { "isOpen": { "alias": "isOpen"; "required": false; }; "suggestions": { "alias": "suggestions"; "required": false; }; "selectedItem": { "alias": "selectedItem"; "required": false; }; "searchterm": { "alias": "searchterm"; "required": false; }; }, { "selectedItemChange": "selectedItemChange"; "provideSuggestions": "provideSuggestions"; }, never, ["*"], false, never>;
33
+ }
@@ -0,0 +1,20 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./searchbox/searchbox.component";
3
+ import * as i2 from "./directives/enter-search-term.directive";
4
+ import * as i3 from "./directives/suggestion.directive";
5
+ import * as i4 from "./directives/no-results.directive";
6
+ import * as i5 from "@angular/common";
7
+ import * as i6 from "@angular/forms";
8
+ import * as i7 from "@mintplayer/ng-focus-on-load";
9
+ import * as i8 from "@mintplayer/ng-bootstrap/let";
10
+ import * as i9 from "@mintplayer/ng-bootstrap/icon";
11
+ import * as i10 from "@mintplayer/ng-bootstrap/dropdown";
12
+ import * as i11 from "@mintplayer/ng-bootstrap/dropdown-menu";
13
+ import * as i12 from "@mintplayer/ng-bootstrap/button-type";
14
+ import * as i13 from "@mintplayer/ng-bootstrap/progress-bar";
15
+ import * as i14 from "@mintplayer/ng-bootstrap/has-overlay";
16
+ export declare class BsSearchboxModule {
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsSearchboxModule, never>;
18
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BsSearchboxModule, [typeof i1.BsSearchboxComponent, typeof i2.BsEnterSearchTermTemplateDirective, typeof i3.BsSuggestionTemplateDirective, typeof i4.BsNoResultsTemplateDirective], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i7.FocusOnLoadModule, typeof i8.BsLetModule, typeof i9.BsIconModule, typeof i10.BsDropdownModule, typeof i11.BsDropdownMenuModule, typeof i12.BsButtonTypeModule, typeof i13.BsProgressBarModule, typeof i14.BsHasOverlayModule], [typeof i1.BsSearchboxComponent, typeof i2.BsEnterSearchTermTemplateDirective, typeof i3.BsSuggestionTemplateDirective, typeof i4.BsNoResultsTemplateDirective]>;
19
+ static ɵinj: i0.ɵɵInjectorDeclaration<BsSearchboxModule>;
20
+ }
@@ -1,8 +1,8 @@
1
1
  import { ElementRef, EventEmitter, TemplateRef } from '@angular/core';
2
+ import { HasId } from '@mintplayer/ng-bootstrap/has-id';
2
3
  import { BehaviorSubject } from 'rxjs';
3
- import { HasId } from '../interfaces/has-id';
4
4
  import * as i0 from "@angular/core";
5
- export declare class BsSelect2Component<T extends HasId> {
5
+ export declare class BsSelect2Component<T extends HasId<U>, U> {
6
6
  isOpen: boolean;
7
7
  suggestions$: BehaviorSubject<T[]>;
8
8
  isLoading$: BehaviorSubject<boolean>;
@@ -19,9 +19,9 @@ export declare class BsSelect2Component<T extends HasId> {
19
19
  itemTemplate?: TemplateRef<T>;
20
20
  suggestionTemplate?: TemplateRef<T>;
21
21
  onProvideSuggestions(value: string): void;
22
- onSuggestionClicked(suggestion: any): void;
23
- onRemoveItem(item: any, event: MouseEvent): void;
22
+ onSuggestionClicked(suggestion: T): void;
23
+ onRemoveItem(item: T, event: MouseEvent): void;
24
24
  focus(): void;
25
- static ɵfac: i0.ɵɵFactoryDeclaration<BsSelect2Component<any>, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<BsSelect2Component<any>, "bs-select2", never, { "searchterm": { "alias": "searchterm"; "required": false; }; "suggestions": { "alias": "suggestions"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; }; }, { "provideSuggestions": "provideSuggestions"; }, never, never, false, never>;
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsSelect2Component<any, any>, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<BsSelect2Component<any, any>, "bs-select2", never, { "searchterm": { "alias": "searchterm"; "required": false; }; "suggestions": { "alias": "suggestions"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; }; }, { "provideSuggestions": "provideSuggestions"; }, never, never, false, never>;
27
27
  }
@@ -1,15 +1,15 @@
1
1
  import { TemplateRef } from '@angular/core';
2
2
  import { BsSelect2Component } from '../../component/select2.component';
3
- import { HasId } from '../../interfaces/has-id';
3
+ import { HasId } from '@mintplayer/ng-bootstrap/has-id';
4
4
  import * as i0 from "@angular/core";
5
- export declare class BsItemTemplateDirective<T extends HasId> {
5
+ export declare class BsItemTemplateDirective<T extends HasId<U>, U> {
6
6
  private select2component;
7
- constructor(select2component: BsSelect2Component<T>, templateRef: TemplateRef<T>);
8
- static ngTemplateContextGuard<T extends HasId>(dir: BsItemTemplateDirective<T>, ctx: any): ctx is BsItemTemplateContext<Exclude<T, false | 0 | '' | null | undefined>>;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<BsItemTemplateDirective<any>, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<BsItemTemplateDirective<any>, "[bsItemTemplate]", never, {}, {}, never, never, false, never>;
7
+ constructor(select2component: BsSelect2Component<T, U>, templateRef: TemplateRef<T>);
8
+ static ngTemplateContextGuard<T extends HasId<U>, U>(dir: BsItemTemplateDirective<T, U>, ctx: any): ctx is BsItemTemplateContext<Exclude<T, false | 0 | '' | null | undefined>, U>;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsItemTemplateDirective<any, any>, never>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BsItemTemplateDirective<any, any>, "[bsItemTemplate]", never, {}, {}, never, never, false, never>;
11
11
  }
12
- export declare class BsItemTemplateContext<T extends HasId> {
12
+ export declare class BsItemTemplateContext<T extends HasId<U>, U> {
13
13
  item: T;
14
- select2: BsSelect2Component<T>;
14
+ select2: BsSelect2Component<T, U>;
15
15
  }
@@ -1,15 +1,15 @@
1
1
  import { TemplateRef } from '@angular/core';
2
2
  import { BsSelect2Component } from '../../component/select2.component';
3
- import { HasId } from '../../interfaces/has-id';
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
  }
@@ -1,4 +1,3 @@
1
1
  export * from './component/select2.component';
2
2
  export * from './directive';
3
- export * from './interfaces';
4
3
  export * from './select2.module';
@@ -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,2 @@
1
+ export * from './src/slugify.module';
2
+ export * from './src/slugify.pipe';
@@ -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,2 @@
1
+ export * from './src/split-string.module';
2
+ export * from './src/split-string.pipe';
@@ -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
+ }