@mintplayer/ng-bootstrap 18.5.0 → 20.0.0-preview.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.
Files changed (1262) hide show
  1. package/accordion/index.d.ts +51 -1
  2. package/alert/index.d.ts +32 -1
  3. package/async-host-binding/index.d.ts +13 -1
  4. package/badge/index.d.ts +16 -1
  5. package/breadcrumb/index.d.ts +20 -1
  6. package/button-group/index.d.ts +8 -1
  7. package/button-type/index.d.ts +12 -1
  8. package/calendar/index.d.ts +32 -1
  9. package/calendar-month/index.d.ts +54 -1
  10. package/card/index.d.ts +22 -1
  11. package/carousel/index.d.ts +64 -1
  12. package/close/index.d.ts +11 -1
  13. package/code-snippet/index.d.ts +20 -1
  14. package/color-picker/index.d.ts +196 -5
  15. package/container/index.d.ts +8 -1
  16. package/context-menu/index.d.ts +30 -1
  17. package/copy/index.d.ts +14 -1
  18. package/datatable/index.d.ts +66 -1
  19. package/datepicker/index.d.ts +20 -1
  20. package/dock/index.d.ts +177 -1
  21. package/dropdown/index.d.ts +63 -1
  22. package/dropdown-divider/index.d.ts +9 -1
  23. package/dropdown-menu/index.d.ts +32 -1
  24. package/enhanced-paste/index.d.ts +23 -1
  25. package/enum/index.d.ts +17 -1
  26. package/fesm2022/mintplayer-ng-bootstrap-accordion.mjs +17 -17
  27. package/fesm2022/mintplayer-ng-bootstrap-accordion.mjs.map +1 -1
  28. package/fesm2022/mintplayer-ng-bootstrap-alert.mjs +13 -13
  29. package/fesm2022/mintplayer-ng-bootstrap-alert.mjs.map +1 -1
  30. package/fesm2022/mintplayer-ng-bootstrap-async-host-binding.mjs.map +1 -1
  31. package/fesm2022/mintplayer-ng-bootstrap-badge.mjs +4 -4
  32. package/fesm2022/mintplayer-ng-bootstrap-badge.mjs.map +1 -1
  33. package/fesm2022/mintplayer-ng-bootstrap-breadcrumb.mjs +14 -17
  34. package/fesm2022/mintplayer-ng-bootstrap-breadcrumb.mjs.map +1 -1
  35. package/fesm2022/mintplayer-ng-bootstrap-button-group.mjs +4 -4
  36. package/fesm2022/mintplayer-ng-bootstrap-button-group.mjs.map +1 -1
  37. package/fesm2022/mintplayer-ng-bootstrap-button-type.mjs +5 -5
  38. package/fesm2022/mintplayer-ng-bootstrap-button-type.mjs.map +1 -1
  39. package/fesm2022/mintplayer-ng-bootstrap-calendar-month.mjs +11 -11
  40. package/fesm2022/mintplayer-ng-bootstrap-calendar-month.mjs.map +1 -1
  41. package/fesm2022/mintplayer-ng-bootstrap-calendar.mjs +4 -4
  42. package/fesm2022/mintplayer-ng-bootstrap-calendar.mjs.map +1 -1
  43. package/fesm2022/mintplayer-ng-bootstrap-card.mjs +13 -13
  44. package/fesm2022/mintplayer-ng-bootstrap-card.mjs.map +1 -1
  45. package/fesm2022/mintplayer-ng-bootstrap-carousel.mjs +19 -17
  46. package/fesm2022/mintplayer-ng-bootstrap-carousel.mjs.map +1 -1
  47. package/fesm2022/mintplayer-ng-bootstrap-close.mjs +6 -7
  48. package/fesm2022/mintplayer-ng-bootstrap-close.mjs.map +1 -1
  49. package/fesm2022/mintplayer-ng-bootstrap-code-snippet.mjs +6 -11
  50. package/fesm2022/mintplayer-ng-bootstrap-code-snippet.mjs.map +1 -1
  51. package/fesm2022/mintplayer-ng-bootstrap-color-picker.mjs +43 -36
  52. package/fesm2022/mintplayer-ng-bootstrap-color-picker.mjs.map +1 -1
  53. package/fesm2022/mintplayer-ng-bootstrap-container.mjs +3 -3
  54. package/fesm2022/mintplayer-ng-bootstrap-container.mjs.map +1 -1
  55. package/fesm2022/mintplayer-ng-bootstrap-context-menu.mjs +10 -9
  56. package/fesm2022/mintplayer-ng-bootstrap-context-menu.mjs.map +1 -1
  57. package/fesm2022/mintplayer-ng-bootstrap-copy.mjs +4 -4
  58. package/fesm2022/mintplayer-ng-bootstrap-copy.mjs.map +1 -1
  59. package/fesm2022/mintplayer-ng-bootstrap-datatable.mjs +19 -17
  60. package/fesm2022/mintplayer-ng-bootstrap-datatable.mjs.map +1 -1
  61. package/fesm2022/mintplayer-ng-bootstrap-datepicker.mjs +4 -4
  62. package/fesm2022/mintplayer-ng-bootstrap-datepicker.mjs.map +1 -1
  63. package/fesm2022/mintplayer-ng-bootstrap-dock.mjs +24 -24
  64. package/fesm2022/mintplayer-ng-bootstrap-dock.mjs.map +1 -1
  65. package/fesm2022/mintplayer-ng-bootstrap-dropdown-divider.mjs +5 -5
  66. package/fesm2022/mintplayer-ng-bootstrap-dropdown-divider.mjs.map +1 -1
  67. package/fesm2022/mintplayer-ng-bootstrap-dropdown-menu.mjs +13 -13
  68. package/fesm2022/mintplayer-ng-bootstrap-dropdown-menu.mjs.map +1 -1
  69. package/fesm2022/mintplayer-ng-bootstrap-dropdown.mjs +20 -17
  70. package/fesm2022/mintplayer-ng-bootstrap-dropdown.mjs.map +1 -1
  71. package/fesm2022/mintplayer-ng-bootstrap-enhanced-paste.mjs +4 -4
  72. package/fesm2022/mintplayer-ng-bootstrap-enhanced-paste.mjs.map +1 -1
  73. package/fesm2022/mintplayer-ng-bootstrap-enum.mjs +3 -3
  74. package/fesm2022/mintplayer-ng-bootstrap-enum.mjs.map +1 -1
  75. package/fesm2022/mintplayer-ng-bootstrap-file-upload.mjs +18 -16
  76. package/fesm2022/mintplayer-ng-bootstrap-file-upload.mjs.map +1 -1
  77. package/fesm2022/mintplayer-ng-bootstrap-floating-labels.mjs +5 -5
  78. package/fesm2022/mintplayer-ng-bootstrap-floating-labels.mjs.map +1 -1
  79. package/fesm2022/mintplayer-ng-bootstrap-font-color.mjs +4 -4
  80. package/fesm2022/mintplayer-ng-bootstrap-font-color.mjs.map +1 -1
  81. package/fesm2022/mintplayer-ng-bootstrap-for.mjs +4 -4
  82. package/fesm2022/mintplayer-ng-bootstrap-for.mjs.map +1 -1
  83. package/fesm2022/mintplayer-ng-bootstrap-form.mjs +19 -17
  84. package/fesm2022/mintplayer-ng-bootstrap-form.mjs.map +1 -1
  85. package/fesm2022/mintplayer-ng-bootstrap-grid.mjs +29 -25
  86. package/fesm2022/mintplayer-ng-bootstrap-grid.mjs.map +1 -1
  87. package/fesm2022/mintplayer-ng-bootstrap-has-id.mjs.map +1 -1
  88. package/fesm2022/mintplayer-ng-bootstrap-has-overlay.mjs +4 -4
  89. package/fesm2022/mintplayer-ng-bootstrap-has-overlay.mjs.map +1 -1
  90. package/fesm2022/mintplayer-ng-bootstrap-has-property.mjs +4 -4
  91. package/fesm2022/mintplayer-ng-bootstrap-has-property.mjs.map +1 -1
  92. package/fesm2022/mintplayer-ng-bootstrap-in-list.mjs +4 -4
  93. package/fesm2022/mintplayer-ng-bootstrap-in-list.mjs.map +1 -1
  94. package/fesm2022/mintplayer-ng-bootstrap-input-group.mjs +4 -4
  95. package/fesm2022/mintplayer-ng-bootstrap-input-group.mjs.map +1 -1
  96. package/fesm2022/mintplayer-ng-bootstrap-instance-of.mjs +21 -17
  97. package/fesm2022/mintplayer-ng-bootstrap-instance-of.mjs.map +1 -1
  98. package/fesm2022/mintplayer-ng-bootstrap-let.mjs +5 -5
  99. package/fesm2022/mintplayer-ng-bootstrap-let.mjs.map +1 -1
  100. package/fesm2022/mintplayer-ng-bootstrap-linify.mjs +4 -4
  101. package/fesm2022/mintplayer-ng-bootstrap-linify.mjs.map +1 -1
  102. package/fesm2022/mintplayer-ng-bootstrap-list-group.mjs +14 -18
  103. package/fesm2022/mintplayer-ng-bootstrap-list-group.mjs.map +1 -1
  104. package/fesm2022/mintplayer-ng-bootstrap-markdown.mjs +16 -16
  105. package/fesm2022/mintplayer-ng-bootstrap-markdown.mjs.map +1 -1
  106. package/fesm2022/mintplayer-ng-bootstrap-marquee.mjs +3 -3
  107. package/fesm2022/mintplayer-ng-bootstrap-marquee.mjs.map +1 -1
  108. package/fesm2022/mintplayer-ng-bootstrap-modal.mjs +38 -33
  109. package/fesm2022/mintplayer-ng-bootstrap-modal.mjs.map +1 -1
  110. package/fesm2022/mintplayer-ng-bootstrap-multiselect.mjs +24 -21
  111. package/fesm2022/mintplayer-ng-bootstrap-multiselect.mjs.map +1 -1
  112. package/fesm2022/mintplayer-ng-bootstrap-navbar-toggler.mjs +4 -4
  113. package/fesm2022/mintplayer-ng-bootstrap-navbar-toggler.mjs.map +1 -1
  114. package/fesm2022/mintplayer-ng-bootstrap-navbar.mjs +45 -41
  115. package/fesm2022/mintplayer-ng-bootstrap-navbar.mjs.map +1 -1
  116. package/fesm2022/mintplayer-ng-bootstrap-navigation-lock.mjs +13 -12
  117. package/fesm2022/mintplayer-ng-bootstrap-navigation-lock.mjs.map +1 -1
  118. package/fesm2022/mintplayer-ng-bootstrap-no-noscript.mjs +5 -5
  119. package/fesm2022/mintplayer-ng-bootstrap-no-noscript.mjs.map +1 -1
  120. package/fesm2022/mintplayer-ng-bootstrap-offcanvas.mjs +37 -39
  121. package/fesm2022/mintplayer-ng-bootstrap-offcanvas.mjs.map +1 -1
  122. package/fesm2022/mintplayer-ng-bootstrap-ordinal-number.mjs +4 -4
  123. package/fesm2022/mintplayer-ng-bootstrap-ordinal-number.mjs.map +1 -1
  124. package/fesm2022/mintplayer-ng-bootstrap-pagination.mjs +5 -5
  125. package/fesm2022/mintplayer-ng-bootstrap-pagination.mjs.map +1 -1
  126. package/fesm2022/mintplayer-ng-bootstrap-parallax.mjs +3 -3
  127. package/fesm2022/mintplayer-ng-bootstrap-parallax.mjs.map +1 -1
  128. package/fesm2022/mintplayer-ng-bootstrap-placeholder.mjs +14 -13
  129. package/fesm2022/mintplayer-ng-bootstrap-placeholder.mjs.map +1 -1
  130. package/fesm2022/mintplayer-ng-bootstrap-playlist-toggler.mjs +4 -4
  131. package/fesm2022/mintplayer-ng-bootstrap-playlist-toggler.mjs.map +1 -1
  132. package/fesm2022/mintplayer-ng-bootstrap-popover.mjs +24 -21
  133. package/fesm2022/mintplayer-ng-bootstrap-popover.mjs.map +1 -1
  134. package/fesm2022/mintplayer-ng-bootstrap-progress-bar.mjs +13 -13
  135. package/fesm2022/mintplayer-ng-bootstrap-progress-bar.mjs.map +1 -1
  136. package/fesm2022/mintplayer-ng-bootstrap-range.mjs +14 -13
  137. package/fesm2022/mintplayer-ng-bootstrap-range.mjs.map +1 -1
  138. package/fesm2022/mintplayer-ng-bootstrap-rating.mjs +4 -4
  139. package/fesm2022/mintplayer-ng-bootstrap-rating.mjs.map +1 -1
  140. package/fesm2022/mintplayer-ng-bootstrap-resizable.mjs +14 -13
  141. package/fesm2022/mintplayer-ng-bootstrap-resizable.mjs.map +1 -1
  142. package/fesm2022/mintplayer-ng-bootstrap-scheduler.mjs +36 -32
  143. package/fesm2022/mintplayer-ng-bootstrap-scheduler.mjs.map +1 -1
  144. package/fesm2022/mintplayer-ng-bootstrap-scrollspy.mjs +17 -16
  145. package/fesm2022/mintplayer-ng-bootstrap-scrollspy.mjs.map +1 -1
  146. package/fesm2022/mintplayer-ng-bootstrap-searchbox.mjs +21 -18
  147. package/fesm2022/mintplayer-ng-bootstrap-searchbox.mjs.map +1 -1
  148. package/fesm2022/mintplayer-ng-bootstrap-select.mjs +20 -16
  149. package/fesm2022/mintplayer-ng-bootstrap-select.mjs.map +1 -1
  150. package/fesm2022/mintplayer-ng-bootstrap-select2.mjs +18 -16
  151. package/fesm2022/mintplayer-ng-bootstrap-select2.mjs.map +1 -1
  152. package/fesm2022/mintplayer-ng-bootstrap-shell.mjs +13 -12
  153. package/fesm2022/mintplayer-ng-bootstrap-shell.mjs.map +1 -1
  154. package/fesm2022/mintplayer-ng-bootstrap-signature-pad.mjs +4 -4
  155. package/fesm2022/mintplayer-ng-bootstrap-signature-pad.mjs.map +1 -1
  156. package/fesm2022/mintplayer-ng-bootstrap-slugify.mjs +4 -4
  157. package/fesm2022/mintplayer-ng-bootstrap-slugify.mjs.map +1 -1
  158. package/fesm2022/mintplayer-ng-bootstrap-spinner.mjs +4 -4
  159. package/fesm2022/mintplayer-ng-bootstrap-spinner.mjs.map +1 -1
  160. package/fesm2022/mintplayer-ng-bootstrap-split-string.mjs +4 -4
  161. package/fesm2022/mintplayer-ng-bootstrap-split-string.mjs.map +1 -1
  162. package/fesm2022/mintplayer-ng-bootstrap-splitter.mjs +18 -17
  163. package/fesm2022/mintplayer-ng-bootstrap-splitter.mjs.map +1 -1
  164. package/fesm2022/mintplayer-ng-bootstrap-sticky-footer.mjs +13 -12
  165. package/fesm2022/mintplayer-ng-bootstrap-sticky-footer.mjs.map +1 -1
  166. package/fesm2022/mintplayer-ng-bootstrap-tab-control.mjs +20 -19
  167. package/fesm2022/mintplayer-ng-bootstrap-tab-control.mjs.map +1 -1
  168. package/fesm2022/mintplayer-ng-bootstrap-table.mjs +5 -5
  169. package/fesm2022/mintplayer-ng-bootstrap-table.mjs.map +1 -1
  170. package/fesm2022/mintplayer-ng-bootstrap-timepicker.mjs +4 -4
  171. package/fesm2022/mintplayer-ng-bootstrap-timepicker.mjs.map +1 -1
  172. package/fesm2022/mintplayer-ng-bootstrap-toast.mjs +34 -32
  173. package/fesm2022/mintplayer-ng-bootstrap-toast.mjs.map +1 -1
  174. package/fesm2022/mintplayer-ng-bootstrap-toggle-button.mjs +19 -18
  175. package/fesm2022/mintplayer-ng-bootstrap-toggle-button.mjs.map +1 -1
  176. package/fesm2022/mintplayer-ng-bootstrap-tooltip.mjs +14 -13
  177. package/fesm2022/mintplayer-ng-bootstrap-tooltip.mjs.map +1 -1
  178. package/fesm2022/mintplayer-ng-bootstrap-treeview.mjs +13 -13
  179. package/fesm2022/mintplayer-ng-bootstrap-treeview.mjs.map +1 -1
  180. package/fesm2022/mintplayer-ng-bootstrap-trust-html.mjs +4 -4
  181. package/fesm2022/mintplayer-ng-bootstrap-trust-html.mjs.map +1 -1
  182. package/fesm2022/mintplayer-ng-bootstrap-typeahead.mjs +4 -4
  183. package/fesm2022/mintplayer-ng-bootstrap-typeahead.mjs.map +1 -1
  184. package/fesm2022/mintplayer-ng-bootstrap-uc-first.mjs +4 -4
  185. package/fesm2022/mintplayer-ng-bootstrap-uc-first.mjs.map +1 -1
  186. package/fesm2022/mintplayer-ng-bootstrap-user-agent.mjs +5 -5
  187. package/fesm2022/mintplayer-ng-bootstrap-user-agent.mjs.map +1 -1
  188. package/fesm2022/mintplayer-ng-bootstrap-word-count.mjs +4 -4
  189. package/fesm2022/mintplayer-ng-bootstrap-word-count.mjs.map +1 -1
  190. package/fesm2022/mintplayer-ng-bootstrap.mjs.map +1 -1
  191. package/file-upload/index.d.ts +59 -1
  192. package/floating-labels/index.d.ts +10 -1
  193. package/font-color/index.d.ts +10 -1
  194. package/for/index.d.ts +13 -1
  195. package/form/index.d.ts +33 -1
  196. package/grid/index.d.ts +74 -1
  197. package/has-id/index.d.ts +5 -1
  198. package/has-overlay/index.d.ts +8 -1
  199. package/has-property/index.d.ts +10 -1
  200. package/in-list/index.d.ts +11 -1
  201. package/index.d.ts +31 -3
  202. package/input-group/index.d.ts +8 -1
  203. package/instance-of/index.d.ts +81 -1
  204. package/let/index.d.ts +45 -2
  205. package/linify/index.d.ts +10 -1
  206. package/list-group/index.d.ts +23 -1
  207. package/markdown/index.d.ts +37 -4
  208. package/marquee/index.d.ts +8 -1
  209. package/modal/index.d.ts +76 -1
  210. package/multiselect/index.d.ts +53 -1
  211. package/navbar/index.d.ts +153 -1
  212. package/navbar-toggler/index.d.ts +17 -1
  213. package/navigation-lock/index.d.ts +64 -1
  214. package/no-noscript/index.d.ts +11 -1
  215. package/offcanvas/index.d.ts +112 -1
  216. package/ordinal-number/index.d.ts +13 -1
  217. package/package.json +17 -185
  218. package/pagination/index.d.ts +56 -1
  219. package/parallax/index.d.ts +11 -1
  220. package/placeholder/index.d.ts +32 -1
  221. package/playlist-toggler/index.d.ts +17 -1
  222. package/popover/index.d.ts +67 -1
  223. package/progress-bar/index.d.ts +46 -1
  224. package/range/index.d.ts +36 -1
  225. package/rating/index.d.ts +23 -1
  226. package/resizable/index.d.ts +94 -1
  227. package/scheduler/index.d.ts +231 -1
  228. package/scrollspy/index.d.ts +46 -1
  229. package/searchbox/index.d.ts +78 -3
  230. package/select/index.d.ts +80 -1
  231. package/select2/index.d.ts +68 -1
  232. package/shell/index.d.ts +39 -4
  233. package/signature-pad/index.d.ts +41 -1
  234. package/slugify/index.d.ts +10 -1
  235. package/spinner/index.d.ts +22 -1
  236. package/split-string/index.d.ts +10 -1
  237. package/splitter/index.d.ts +81 -1
  238. package/sticky-footer/index.d.ts +29 -1
  239. package/tab-control/index.d.ts +72 -1
  240. package/table/index.d.ts +18 -1
  241. package/timepicker/index.d.ts +33 -1
  242. package/toast/index.d.ts +75 -1
  243. package/toggle-button/index.d.ts +69 -1
  244. package/tooltip/index.d.ts +47 -1
  245. package/treeview/index.d.ts +37 -1
  246. package/trust-html/index.d.ts +14 -1
  247. package/typeahead/index.d.ts +28 -1
  248. package/uc-first/index.d.ts +10 -1
  249. package/user-agent/index.d.ts +28 -1
  250. package/word-count/index.d.ts +10 -1
  251. package/accordion/src/accordion/accordion.component.d.ts +0 -16
  252. package/accordion/src/accordion-tab/accordion-tab.component.d.ts +0 -20
  253. package/accordion/src/accordion-tab-header/accordion-tab-header.component.d.ts +0 -9
  254. package/accordion/src/accordion.module.d.ts +0 -11
  255. package/accordion/src/index.d.ts +0 -4
  256. package/alert/src/alert/alert.component.d.ts +0 -15
  257. package/alert/src/alert-close/alert-close.component.d.ts +0 -9
  258. package/alert/src/alert.module.d.ts +0 -8
  259. package/alert/src/index.d.ts +0 -3
  260. package/async-host-binding/src/bind-event.plugin.d.ts +0 -7
  261. package/async-host-binding/src/index.d.ts +0 -2
  262. package/async-host-binding/src/provide-async-host-bindings.d.ts +0 -2
  263. package/badge/src/badge.component.d.ts +0 -13
  264. package/badge/src/index.d.ts +0 -1
  265. package/breadcrumb/src/breadcrumb/breadcrumb.component.d.ts +0 -8
  266. package/breadcrumb/src/breadcrumb-item/breadcrumb-item.component.d.ts +0 -9
  267. package/breadcrumb/src/breadcrumb.module.d.ts +0 -8
  268. package/breadcrumb/src/index.d.ts +0 -3
  269. package/button-group/src/button-group/button-group.component.d.ts +0 -5
  270. package/button-group/src/index.d.ts +0 -1
  271. package/button-type/src/button-type/button-type.directive.d.ts +0 -9
  272. package/button-type/src/index.d.ts +0 -1
  273. package/calendar/src/calendar.component.d.ts +0 -29
  274. package/calendar/src/index.d.ts +0 -1
  275. package/calendar-month/src/index.d.ts +0 -3
  276. package/calendar-month/src/interfaces/date-day-of-month.d.ts +0 -5
  277. package/calendar-month/src/interfaces/first-and-last-date.d.ts +0 -4
  278. package/calendar-month/src/interfaces/index.d.ts +0 -4
  279. package/calendar-month/src/interfaces/week.d.ts +0 -5
  280. package/calendar-month/src/interfaces/weekday.d.ts +0 -4
  281. package/calendar-month/src/pipes/index.d.ts +0 -2
  282. package/calendar-month/src/pipes/month-name/month-name.pipe.d.ts +0 -7
  283. package/calendar-month/src/pipes/weekday-name/weekday-name.pipe.d.ts +0 -7
  284. package/calendar-month/src/service/calendar-month.service.d.ts +0 -18
  285. package/card/src/card/card.component.d.ts +0 -6
  286. package/card/src/card-header/card-header.component.d.ts +0 -6
  287. package/card/src/card.module.d.ts +0 -9
  288. package/card/src/index.d.ts +0 -3
  289. package/carousel/src/carousel/carousel.component.d.ts +0 -35
  290. package/carousel/src/carousel-image/carousel-image.directive.d.ts +0 -13
  291. package/carousel/src/carousel-img/carousel-img.directive.d.ts +0 -8
  292. package/carousel/src/carousel.module.d.ts +0 -12
  293. package/carousel/src/index.d.ts +0 -4
  294. package/close/src/close.component.d.ts +0 -10
  295. package/close/src/index.d.ts +0 -1
  296. package/code-snippet/src/code-snippet.component.d.ts +0 -18
  297. package/code-snippet/src/index.d.ts +0 -1
  298. package/color-picker/color-picker.module.d.ts +0 -14
  299. package/color-picker/components/alpha-strip/alpha-strip.component.d.ts +0 -23
  300. package/color-picker/components/color-picker/color-picker.component.d.ts +0 -22
  301. package/color-picker/components/color-wheel/color-wheel.component.d.ts +0 -53
  302. package/color-picker/components/index.d.ts +0 -5
  303. package/color-picker/components/luminosity-strip/luminosity-strip.component.d.ts +0 -20
  304. package/color-picker/components/slider/slider.component.d.ts +0 -35
  305. package/color-picker/directives/color-picker-value-accessor/color-picker-value-accessor.directive.d.ts +0 -28
  306. package/color-picker/directives/index.d.ts +0 -1
  307. package/color-picker/interfaces/hs.d.ts +0 -4
  308. package/color-picker/interfaces/hsl-color.d.ts +0 -5
  309. package/color-picker/interfaces/index.d.ts +0 -3
  310. package/color-picker/interfaces/rgb-color.d.ts +0 -5
  311. package/color-picker/types/html-color.d.ts +0 -1
  312. package/color-picker/types/index.d.ts +0 -1
  313. package/container/src/container/container.component.d.ts +0 -5
  314. package/container/src/index.d.ts +0 -1
  315. package/context-menu/src/context-menu.directive.d.ts +0 -18
  316. package/context-menu/src/context-menu.module.d.ts +0 -10
  317. package/context-menu/src/index.d.ts +0 -2
  318. package/copy/src/copy.directive.d.ts +0 -11
  319. package/copy/src/index.d.ts +0 -1
  320. package/datatable/src/datatable/datatable.component.d.ts +0 -20
  321. package/datatable/src/datatable-column/datatable-column.directive.d.ts +0 -10
  322. package/datatable/src/datatable-settings.d.ts +0 -15
  323. package/datatable/src/datatable.module.d.ts +0 -13
  324. package/datatable/src/index.d.ts +0 -5
  325. package/datatable/src/row-template/row-template.directive.d.ts +0 -15
  326. package/datepicker/src/datepicker.component.d.ts +0 -17
  327. package/datepicker/src/index.d.ts +0 -1
  328. package/dock/src/dock/dock.component.d.ts +0 -24
  329. package/dock/src/dock-pane-renderer/dock-pane-renderer.component.d.ts +0 -31
  330. package/dock/src/dock-panel/dock-panel.component.d.ts +0 -13
  331. package/dock/src/dock-panel-header/dock-panel-header.component.d.ts +0 -26
  332. package/dock/src/dock.module.d.ts +0 -17
  333. package/dock/src/enums/index.d.ts +0 -1
  334. package/dock/src/enums/pane-type.enum.d.ts +0 -6
  335. package/dock/src/index.d.ts +0 -9
  336. package/dock/src/interfaces/dock-layout.d.ts +0 -6
  337. package/dock/src/interfaces/drag-operation.d.ts +0 -6
  338. package/dock/src/interfaces/index.d.ts +0 -5
  339. package/dock/src/interfaces/point.d.ts +0 -4
  340. package/dock/src/interfaces/remove-from-pane-result.d.ts +0 -6
  341. package/dock/src/interfaces/size.d.ts +0 -4
  342. package/dock/src/panes/content-pane.d.ts +0 -8
  343. package/dock/src/panes/dock-pane.d.ts +0 -3
  344. package/dock/src/panes/document-host-pane.d.ts +0 -7
  345. package/dock/src/panes/floating-pane.d.ts +0 -10
  346. package/dock/src/panes/index.d.ts +0 -6
  347. package/dock/src/panes/split-pane.d.ts +0 -8
  348. package/dock/src/panes/tab-group-pane.d.ts +0 -7
  349. package/dock/src/services/dock/dock.service.d.ts +0 -14
  350. package/dock/src/services/index.d.ts +0 -1
  351. package/dock/src/types/split-pane-orientation.type.d.ts +0 -1
  352. package/dropdown/src/dropdown/dropdown.directive.d.ts +0 -23
  353. package/dropdown/src/dropdown-menu/dropdown-menu.directive.d.ts +0 -22
  354. package/dropdown/src/dropdown-toggle/dropdown-toggle.directive.d.ts +0 -11
  355. package/dropdown/src/dropdown.module.d.ts +0 -13
  356. package/dropdown/src/index.d.ts +0 -4
  357. package/dropdown-divider/src/dropdown-divider.directive.d.ts +0 -6
  358. package/dropdown-divider/src/index.d.ts +0 -1
  359. package/dropdown-menu/src/dropdown-item/dropdown-item.component.d.ts +0 -7
  360. package/dropdown-menu/src/dropdown-menu/dropdown-menu.component.d.ts +0 -14
  361. package/dropdown-menu/src/dropdown-menu.module.d.ts +0 -10
  362. package/dropdown-menu/src/index.d.ts +0 -3
  363. package/enhanced-paste/src/directive/enhanced-paste.directive.d.ts +0 -14
  364. package/enhanced-paste/src/index.d.ts +0 -2
  365. package/enhanced-paste/src/interfaces/number-overflow.d.ts +0 -5
  366. package/enum/src/index.d.ts +0 -2
  367. package/enum/src/interfaces/enum-item.d.ts +0 -4
  368. package/enum/src/interfaces/index.d.ts +0 -1
  369. package/enum/src/service/enum.service.d.ts +0 -9
  370. package/esm2022/accordion/index.mjs +0 -2
  371. package/esm2022/accordion/mintplayer-ng-bootstrap-accordion.mjs +0 -5
  372. package/esm2022/accordion/src/accordion/accordion.component.mjs +0 -26
  373. package/esm2022/accordion/src/accordion-tab/accordion-tab.component.mjs +0 -68
  374. package/esm2022/accordion/src/accordion-tab-header/accordion-tab-header.component.mjs +0 -20
  375. package/esm2022/accordion/src/accordion.module.mjs +0 -37
  376. package/esm2022/accordion/src/index.mjs +0 -5
  377. package/esm2022/alert/index.mjs +0 -2
  378. package/esm2022/alert/mintplayer-ng-bootstrap-alert.mjs +0 -5
  379. package/esm2022/alert/src/alert/alert.component.mjs +0 -40
  380. package/esm2022/alert/src/alert-close/alert-close.component.mjs +0 -19
  381. package/esm2022/alert/src/alert.module.mjs +0 -25
  382. package/esm2022/alert/src/index.mjs +0 -4
  383. package/esm2022/async-host-binding/index.mjs +0 -2
  384. package/esm2022/async-host-binding/mintplayer-ng-bootstrap-async-host-binding.mjs +0 -5
  385. package/esm2022/async-host-binding/src/bind-event.plugin.mjs +0 -31
  386. package/esm2022/async-host-binding/src/index.mjs +0 -3
  387. package/esm2022/async-host-binding/src/provide-async-host-bindings.mjs +0 -10
  388. package/esm2022/badge/index.mjs +0 -2
  389. package/esm2022/badge/mintplayer-ng-bootstrap-badge.mjs +0 -5
  390. package/esm2022/badge/src/badge.component.mjs +0 -29
  391. package/esm2022/badge/src/index.mjs +0 -2
  392. package/esm2022/breadcrumb/index.mjs +0 -2
  393. package/esm2022/breadcrumb/mintplayer-ng-bootstrap-breadcrumb.mjs +0 -5
  394. package/esm2022/breadcrumb/src/breadcrumb/breadcrumb.component.mjs +0 -13
  395. package/esm2022/breadcrumb/src/breadcrumb-item/breadcrumb-item.component.mjs +0 -18
  396. package/esm2022/breadcrumb/src/breadcrumb.module.mjs +0 -17
  397. package/esm2022/breadcrumb/src/index.mjs +0 -4
  398. package/esm2022/button-group/index.mjs +0 -2
  399. package/esm2022/button-group/mintplayer-ng-bootstrap-button-group.mjs +0 -5
  400. package/esm2022/button-group/src/button-group/button-group.component.mjs +0 -11
  401. package/esm2022/button-group/src/index.mjs +0 -2
  402. package/esm2022/button-type/index.mjs +0 -2
  403. package/esm2022/button-type/mintplayer-ng-bootstrap-button-type.mjs +0 -5
  404. package/esm2022/button-type/src/button-type/button-type.directive.mjs +0 -31
  405. package/esm2022/button-type/src/index.mjs +0 -2
  406. package/esm2022/calendar/index.mjs +0 -2
  407. package/esm2022/calendar/mintplayer-ng-bootstrap-calendar.mjs +0 -5
  408. package/esm2022/calendar/src/calendar.component.mjs +0 -108
  409. package/esm2022/calendar/src/index.mjs +0 -2
  410. package/esm2022/calendar-month/index.mjs +0 -2
  411. package/esm2022/calendar-month/mintplayer-ng-bootstrap-calendar-month.mjs +0 -5
  412. package/esm2022/calendar-month/src/index.mjs +0 -4
  413. package/esm2022/calendar-month/src/interfaces/date-day-of-month.mjs +0 -2
  414. package/esm2022/calendar-month/src/interfaces/first-and-last-date.mjs +0 -2
  415. package/esm2022/calendar-month/src/interfaces/index.mjs +0 -5
  416. package/esm2022/calendar-month/src/interfaces/week.mjs +0 -2
  417. package/esm2022/calendar-month/src/interfaces/weekday.mjs +0 -2
  418. package/esm2022/calendar-month/src/pipes/index.mjs +0 -3
  419. package/esm2022/calendar-month/src/pipes/month-name/month-name.pipe.mjs +0 -23
  420. package/esm2022/calendar-month/src/pipes/weekday-name/weekday-name.pipe.mjs +0 -18
  421. package/esm2022/calendar-month/src/service/calendar-month.service.mjs +0 -94
  422. package/esm2022/card/index.mjs +0 -2
  423. package/esm2022/card/mintplayer-ng-bootstrap-card.mjs +0 -5
  424. package/esm2022/card/src/card/card.component.mjs +0 -16
  425. package/esm2022/card/src/card-header/card-header.component.mjs +0 -16
  426. package/esm2022/card/src/card.module.mjs +0 -27
  427. package/esm2022/card/src/index.mjs +0 -4
  428. package/esm2022/carousel/index.mjs +0 -2
  429. package/esm2022/carousel/mintplayer-ng-bootstrap-carousel.mjs +0 -5
  430. package/esm2022/carousel/src/carousel/carousel.component.mjs +0 -149
  431. package/esm2022/carousel/src/carousel-image/carousel-image.directive.mjs +0 -21
  432. package/esm2022/carousel/src/carousel-img/carousel-img.directive.mjs +0 -20
  433. package/esm2022/carousel/src/carousel.module.mjs +0 -42
  434. package/esm2022/carousel/src/index.mjs +0 -5
  435. package/esm2022/close/index.mjs +0 -2
  436. package/esm2022/close/mintplayer-ng-bootstrap-close.mjs +0 -5
  437. package/esm2022/close/src/close.component.mjs +0 -21
  438. package/esm2022/close/src/index.mjs +0 -2
  439. package/esm2022/code-snippet/index.mjs +0 -2
  440. package/esm2022/code-snippet/mintplayer-ng-bootstrap-code-snippet.mjs +0 -5
  441. package/esm2022/code-snippet/src/code-snippet.component.mjs +0 -47
  442. package/esm2022/code-snippet/src/index.mjs +0 -2
  443. package/esm2022/color-picker/color-picker.module.mjs +0 -60
  444. package/esm2022/color-picker/components/alpha-strip/alpha-strip.component.mjs +0 -80
  445. package/esm2022/color-picker/components/color-picker/color-picker.component.mjs +0 -52
  446. package/esm2022/color-picker/components/color-wheel/color-wheel.component.mjs +0 -321
  447. package/esm2022/color-picker/components/index.mjs +0 -6
  448. package/esm2022/color-picker/components/luminosity-strip/luminosity-strip.component.mjs +0 -72
  449. package/esm2022/color-picker/components/slider/slider.component.mjs +0 -125
  450. package/esm2022/color-picker/directives/color-picker-value-accessor/color-picker-value-accessor.directive.mjs +0 -130
  451. package/esm2022/color-picker/directives/index.mjs +0 -2
  452. package/esm2022/color-picker/index.mjs +0 -6
  453. package/esm2022/color-picker/interfaces/hs.mjs +0 -2
  454. package/esm2022/color-picker/interfaces/hsl-color.mjs +0 -2
  455. package/esm2022/color-picker/interfaces/index.mjs +0 -4
  456. package/esm2022/color-picker/interfaces/rgb-color.mjs +0 -2
  457. package/esm2022/color-picker/mintplayer-ng-bootstrap-color-picker.mjs +0 -5
  458. package/esm2022/color-picker/types/html-color.mjs +0 -2
  459. package/esm2022/color-picker/types/index.mjs +0 -2
  460. package/esm2022/container/index.mjs +0 -2
  461. package/esm2022/container/mintplayer-ng-bootstrap-container.mjs +0 -5
  462. package/esm2022/container/src/container/container.component.mjs +0 -11
  463. package/esm2022/container/src/index.mjs +0 -2
  464. package/esm2022/context-menu/index.mjs +0 -2
  465. package/esm2022/context-menu/mintplayer-ng-bootstrap-context-menu.mjs +0 -5
  466. package/esm2022/context-menu/src/context-menu.directive.mjs +0 -83
  467. package/esm2022/context-menu/src/context-menu.module.mjs +0 -34
  468. package/esm2022/context-menu/src/index.mjs +0 -3
  469. package/esm2022/copy/index.mjs +0 -2
  470. package/esm2022/copy/mintplayer-ng-bootstrap-copy.mjs +0 -5
  471. package/esm2022/copy/src/copy.directive.mjs +0 -46
  472. package/esm2022/copy/src/index.mjs +0 -2
  473. package/esm2022/datatable/index.mjs +0 -2
  474. package/esm2022/datatable/mintplayer-ng-bootstrap-datatable.mjs +0 -5
  475. package/esm2022/datatable/src/datatable/datatable.component.mjs +0 -56
  476. package/esm2022/datatable/src/datatable-column/datatable-column.directive.mjs +0 -24
  477. package/esm2022/datatable/src/datatable-settings.mjs +0 -37
  478. package/esm2022/datatable/src/datatable.module.mjs +0 -47
  479. package/esm2022/datatable/src/index.mjs +0 -6
  480. package/esm2022/datatable/src/row-template/row-template.directive.mjs +0 -31
  481. package/esm2022/datepicker/index.mjs +0 -2
  482. package/esm2022/datepicker/mintplayer-ng-bootstrap-datepicker.mjs +0 -5
  483. package/esm2022/datepicker/src/datepicker.component.mjs +0 -53
  484. package/esm2022/datepicker/src/index.mjs +0 -2
  485. package/esm2022/dock/index.mjs +0 -2
  486. package/esm2022/dock/mintplayer-ng-bootstrap-dock.mjs +0 -5
  487. package/esm2022/dock/src/dock/dock.component.mjs +0 -88
  488. package/esm2022/dock/src/dock-pane-renderer/dock-pane-renderer.component.mjs +0 -59
  489. package/esm2022/dock/src/dock-panel/dock-panel.component.mjs +0 -27
  490. package/esm2022/dock/src/dock-panel-header/dock-panel-header.component.mjs +0 -274
  491. package/esm2022/dock/src/dock.module.mjs +0 -62
  492. package/esm2022/dock/src/enums/index.mjs +0 -2
  493. package/esm2022/dock/src/enums/pane-type.enum.mjs +0 -8
  494. package/esm2022/dock/src/index.mjs +0 -10
  495. package/esm2022/dock/src/interfaces/dock-layout.mjs +0 -2
  496. package/esm2022/dock/src/interfaces/drag-operation.mjs +0 -2
  497. package/esm2022/dock/src/interfaces/index.mjs +0 -6
  498. package/esm2022/dock/src/interfaces/point.mjs +0 -2
  499. package/esm2022/dock/src/interfaces/remove-from-pane-result.mjs +0 -2
  500. package/esm2022/dock/src/interfaces/size.mjs +0 -2
  501. package/esm2022/dock/src/panes/content-pane.mjs +0 -11
  502. package/esm2022/dock/src/panes/dock-pane.mjs +0 -3
  503. package/esm2022/dock/src/panes/document-host-pane.mjs +0 -11
  504. package/esm2022/dock/src/panes/floating-pane.mjs +0 -11
  505. package/esm2022/dock/src/panes/index.mjs +0 -7
  506. package/esm2022/dock/src/panes/split-pane.mjs +0 -13
  507. package/esm2022/dock/src/panes/tab-group-pane.mjs +0 -12
  508. package/esm2022/dock/src/services/dock/dock.service.mjs +0 -56
  509. package/esm2022/dock/src/services/index.mjs +0 -2
  510. package/esm2022/dock/src/types/split-pane-orientation.type.mjs +0 -2
  511. package/esm2022/dropdown/index.mjs +0 -2
  512. package/esm2022/dropdown/mintplayer-ng-bootstrap-dropdown.mjs +0 -5
  513. package/esm2022/dropdown/src/dropdown/dropdown.directive.mjs +0 -70
  514. package/esm2022/dropdown/src/dropdown-menu/dropdown-menu.directive.mjs +0 -110
  515. package/esm2022/dropdown/src/dropdown-toggle/dropdown-toggle.directive.mjs +0 -27
  516. package/esm2022/dropdown/src/dropdown.module.mjs +0 -41
  517. package/esm2022/dropdown/src/index.mjs +0 -5
  518. package/esm2022/dropdown-divider/index.mjs +0 -2
  519. package/esm2022/dropdown-divider/mintplayer-ng-bootstrap-dropdown-divider.mjs +0 -5
  520. package/esm2022/dropdown-divider/src/dropdown-divider.directive.mjs +0 -20
  521. package/esm2022/dropdown-divider/src/index.mjs +0 -2
  522. package/esm2022/dropdown-menu/index.mjs +0 -2
  523. package/esm2022/dropdown-menu/mintplayer-ng-bootstrap-dropdown-menu.mjs +0 -5
  524. package/esm2022/dropdown-menu/src/dropdown-item/dropdown-item.component.mjs +0 -19
  525. package/esm2022/dropdown-menu/src/dropdown-menu/dropdown-menu.component.mjs +0 -41
  526. package/esm2022/dropdown-menu/src/dropdown-menu.module.mjs +0 -26
  527. package/esm2022/dropdown-menu/src/index.mjs +0 -4
  528. package/esm2022/enhanced-paste/index.mjs +0 -2
  529. package/esm2022/enhanced-paste/mintplayer-ng-bootstrap-enhanced-paste.mjs +0 -5
  530. package/esm2022/enhanced-paste/src/directive/enhanced-paste.directive.mjs +0 -58
  531. package/esm2022/enhanced-paste/src/index.mjs +0 -3
  532. package/esm2022/enhanced-paste/src/interfaces/number-overflow.mjs +0 -2
  533. package/esm2022/enum/index.mjs +0 -2
  534. package/esm2022/enum/mintplayer-ng-bootstrap-enum.mjs +0 -5
  535. package/esm2022/enum/src/index.mjs +0 -3
  536. package/esm2022/enum/src/interfaces/enum-item.mjs +0 -2
  537. package/esm2022/enum/src/interfaces/index.mjs +0 -2
  538. package/esm2022/enum/src/service/enum.service.mjs +0 -31
  539. package/esm2022/file-upload/index.mjs +0 -2
  540. package/esm2022/file-upload/mintplayer-ng-bootstrap-file-upload.mjs +0 -5
  541. package/esm2022/file-upload/src/component/file-upload.component.mjs +0 -86
  542. package/esm2022/file-upload/src/directive/file-upload-template.directive.mjs +0 -31
  543. package/esm2022/file-upload/src/file-upload.mjs +0 -2
  544. package/esm2022/file-upload/src/file-upload.module.mjs +0 -47
  545. package/esm2022/file-upload/src/index.mjs +0 -6
  546. package/esm2022/file-upload/src/pipes/format-bytes/format-bytes.pipe.mjs +0 -24
  547. package/esm2022/file-upload/src/pipes/index.mjs +0 -2
  548. package/esm2022/floating-labels/index.mjs +0 -2
  549. package/esm2022/floating-labels/mintplayer-ng-bootstrap-floating-labels.mjs +0 -5
  550. package/esm2022/floating-labels/src/floating-label/floating-label.component.mjs +0 -19
  551. package/esm2022/floating-labels/src/index.mjs +0 -2
  552. package/esm2022/font-color/index.mjs +0 -2
  553. package/esm2022/font-color/mintplayer-ng-bootstrap-font-color.mjs +0 -5
  554. package/esm2022/font-color/src/font-color.pipe.mjs +0 -28
  555. package/esm2022/for/index.mjs +0 -2
  556. package/esm2022/for/mintplayer-ng-bootstrap-for.mjs +0 -5
  557. package/esm2022/for/src/for.directive.mjs +0 -37
  558. package/esm2022/for/src/index.mjs +0 -2
  559. package/esm2022/form/index.mjs +0 -2
  560. package/esm2022/form/mintplayer-ng-bootstrap-form.mjs +0 -5
  561. package/esm2022/form/src/form/form.component.mjs +0 -24
  562. package/esm2022/form/src/form-control/form-control.directive.mjs +0 -22
  563. package/esm2022/form/src/form-group/form-group.directive.mjs +0 -19
  564. package/esm2022/form/src/form.module.mjs +0 -20
  565. package/esm2022/form/src/index.mjs +0 -5
  566. package/esm2022/grid/index.mjs +0 -2
  567. package/esm2022/grid/mintplayer-ng-bootstrap-grid.mjs +0 -5
  568. package/esm2022/grid/src/component/grid.component.mjs +0 -33
  569. package/esm2022/grid/src/directives/col-form-label/col-form-label.directive.mjs +0 -19
  570. package/esm2022/grid/src/directives/column/column.directive.mjs +0 -105
  571. package/esm2022/grid/src/directives/index.mjs +0 -4
  572. package/esm2022/grid/src/directives/row/row.directive.mjs +0 -19
  573. package/esm2022/grid/src/grid.module.mjs +0 -22
  574. package/esm2022/grid/src/index.mjs +0 -5
  575. package/esm2022/grid/src/interfaces/column-definition.mjs +0 -2
  576. package/esm2022/grid/src/interfaces/index.mjs +0 -2
  577. package/esm2022/has-id/index.mjs +0 -2
  578. package/esm2022/has-id/mintplayer-ng-bootstrap-has-id.mjs +0 -5
  579. package/esm2022/has-id/src/has-id.mjs +0 -2
  580. package/esm2022/has-overlay/index.mjs +0 -2
  581. package/esm2022/has-overlay/mintplayer-ng-bootstrap-has-overlay.mjs +0 -5
  582. package/esm2022/has-overlay/src/has-overlay/has-overlay.component.mjs +0 -11
  583. package/esm2022/has-overlay/src/index.mjs +0 -2
  584. package/esm2022/has-property/index.mjs +0 -2
  585. package/esm2022/has-property/mintplayer-ng-bootstrap-has-property.mjs +0 -5
  586. package/esm2022/has-property/src/has-property.pipe.mjs +0 -17
  587. package/esm2022/has-property/src/index.mjs +0 -2
  588. package/esm2022/in-list/index.mjs +0 -2
  589. package/esm2022/in-list/mintplayer-ng-bootstrap-in-list.mjs +0 -5
  590. package/esm2022/in-list/src/in-list.pipe.mjs +0 -17
  591. package/esm2022/index.mjs +0 -4
  592. package/esm2022/input-group/index.mjs +0 -2
  593. package/esm2022/input-group/mintplayer-ng-bootstrap-input-group.mjs +0 -5
  594. package/esm2022/input-group/src/index.mjs +0 -2
  595. package/esm2022/input-group/src/input-group/input-group.component.mjs +0 -11
  596. package/esm2022/instance-of/index.mjs +0 -2
  597. package/esm2022/instance-of/mintplayer-ng-bootstrap-instance-of.mjs +0 -5
  598. package/esm2022/instance-of/src/directives/index.mjs +0 -5
  599. package/esm2022/instance-of/src/directives/instanceof-case.directive.mjs +0 -46
  600. package/esm2022/instance-of/src/directives/instanceof-default.directive.mjs +0 -29
  601. package/esm2022/instance-of/src/directives/instanceof.directive.mjs +0 -62
  602. package/esm2022/instance-of/src/directives/switch-view.mjs +0 -30
  603. package/esm2022/instance-of/src/index.mjs +0 -6
  604. package/esm2022/instance-of/src/instance-of.module.mjs +0 -37
  605. package/esm2022/instance-of/src/interfaces/index.mjs +0 -2
  606. package/esm2022/instance-of/src/interfaces/instance-of-context.mjs +0 -7
  607. package/esm2022/instance-of/src/pipes/index.mjs +0 -2
  608. package/esm2022/instance-of/src/pipes/instance-of.pipe.mjs +0 -17
  609. package/esm2022/instance-of/src/types/abstract.type.mjs +0 -2
  610. package/esm2022/instance-of/src/types/index.mjs +0 -2
  611. package/esm2022/let/directive/let.directive.mjs +0 -39
  612. package/esm2022/let/index.mjs +0 -3
  613. package/esm2022/let/interfaces/index.mjs +0 -2
  614. package/esm2022/let/interfaces/let-context.mjs +0 -2
  615. package/esm2022/let/mintplayer-ng-bootstrap-let.mjs +0 -5
  616. package/esm2022/lib/enums/color.enum.mjs +0 -15
  617. package/esm2022/lib/enums/index.mjs +0 -2
  618. package/esm2022/lib/providers/development.provider.mjs +0 -8
  619. package/esm2022/lib/providers/index.mjs +0 -2
  620. package/esm2022/lib/types/breakpoint.mjs +0 -2
  621. package/esm2022/lib/types/index.mjs +0 -4
  622. package/esm2022/lib/types/position.mjs +0 -2
  623. package/esm2022/lib/types/size.mjs +0 -2
  624. package/esm2022/linify/index.mjs +0 -2
  625. package/esm2022/linify/mintplayer-ng-bootstrap-linify.mjs +0 -5
  626. package/esm2022/linify/src/linify.pipe.mjs +0 -22
  627. package/esm2022/list-group/index.mjs +0 -2
  628. package/esm2022/list-group/mintplayer-ng-bootstrap-list-group.mjs +0 -5
  629. package/esm2022/list-group/src/index.mjs +0 -4
  630. package/esm2022/list-group/src/list-group/list-group.component.mjs +0 -19
  631. package/esm2022/list-group/src/list-group-item/list-group-item.component.mjs +0 -17
  632. package/esm2022/list-group/src/list-group.module.mjs +0 -27
  633. package/esm2022/markdown/index.mjs +0 -5
  634. package/esm2022/markdown/mintplayer-ng-bootstrap-markdown.mjs +0 -5
  635. package/esm2022/markdown/src/bold/bold.pipe.mjs +0 -31
  636. package/esm2022/markdown/src/italic/italic.pipe.mjs +0 -31
  637. package/esm2022/markdown/src/strikethrough/strikethrough.pipe.mjs +0 -31
  638. package/esm2022/markdown/src/underline/underline.pipe.mjs +0 -31
  639. package/esm2022/marquee/index.mjs +0 -2
  640. package/esm2022/marquee/mintplayer-ng-bootstrap-marquee.mjs +0 -5
  641. package/esm2022/marquee/src/marquee/marquee.component.mjs +0 -11
  642. package/esm2022/mintplayer-ng-bootstrap.mjs +0 -5
  643. package/esm2022/modal/index.mjs +0 -2
  644. package/esm2022/modal/mintplayer-ng-bootstrap-modal.mjs +0 -5
  645. package/esm2022/modal/src/components/index.mjs +0 -3
  646. package/esm2022/modal/src/components/modal/modal.component.mjs +0 -21
  647. package/esm2022/modal/src/components/modal-host/modal-host.component.mjs +0 -76
  648. package/esm2022/modal/src/directives/index.mjs +0 -6
  649. package/esm2022/modal/src/directives/modal/modal.directive.mjs +0 -17
  650. package/esm2022/modal/src/directives/modal-body/modal-body.directive.mjs +0 -19
  651. package/esm2022/modal/src/directives/modal-close/modal-close.directive.mjs +0 -23
  652. package/esm2022/modal/src/directives/modal-footer/modal-footer.directive.mjs +0 -19
  653. package/esm2022/modal/src/directives/modal-header/modal-header.directive.mjs +0 -19
  654. package/esm2022/modal/src/index.mjs +0 -4
  655. package/esm2022/modal/src/modal.module.mjs +0 -74
  656. package/esm2022/modal/src/providers/modal-content.provider.mjs +0 -3
  657. package/esm2022/modal/src/providers/portal-factory.provider.mjs +0 -3
  658. package/esm2022/multiselect/index.mjs +0 -2
  659. package/esm2022/multiselect/mintplayer-ng-bootstrap-multiselect.mjs +0 -5
  660. package/esm2022/multiselect/src/component/multiselect.component.mjs +0 -40
  661. package/esm2022/multiselect/src/directives/button-template/button-template.directive.mjs +0 -25
  662. package/esm2022/multiselect/src/directives/footer-template/footer-template.directive.mjs +0 -17
  663. package/esm2022/multiselect/src/directives/header-template/header-template.directive.mjs +0 -17
  664. package/esm2022/multiselect/src/directives/index.mjs +0 -4
  665. package/esm2022/multiselect/src/index.mjs +0 -4
  666. package/esm2022/multiselect/src/multiselect.module.mjs +0 -60
  667. package/esm2022/navbar/index.mjs +0 -2
  668. package/esm2022/navbar/mintplayer-ng-bootstrap-navbar.mjs +0 -5
  669. package/esm2022/navbar/src/dropdown-toggle/dropdown-toggle.directive.mjs +0 -38
  670. package/esm2022/navbar/src/expand-button/expand-button.directive.mjs +0 -25
  671. package/esm2022/navbar/src/index.mjs +0 -12
  672. package/esm2022/navbar/src/nav-link/nav-link.directive.mjs +0 -42
  673. package/esm2022/navbar/src/navbar/navbar.component.mjs +0 -137
  674. package/esm2022/navbar/src/navbar-brand/navbar-brand.component.mjs +0 -20
  675. package/esm2022/navbar/src/navbar-content/navbar-content.directive.mjs +0 -63
  676. package/esm2022/navbar/src/navbar-dropdown/navbar-dropdown.component.mjs +0 -147
  677. package/esm2022/navbar/src/navbar-item/navbar-item.component.mjs +0 -96
  678. package/esm2022/navbar/src/navbar-nav/navbar-nav.component.mjs +0 -63
  679. package/esm2022/navbar/src/navbar.module.mjs +0 -93
  680. package/esm2022/navbar-toggler/index.mjs +0 -2
  681. package/esm2022/navbar-toggler/mintplayer-ng-bootstrap-navbar-toggler.mjs +0 -5
  682. package/esm2022/navbar-toggler/src/index.mjs +0 -2
  683. package/esm2022/navbar-toggler/src/navbar-toggler/navbar-toggler.component.mjs +0 -43
  684. package/esm2022/navigation-lock/index.mjs +0 -2
  685. package/esm2022/navigation-lock/mintplayer-ng-bootstrap-navigation-lock.mjs +0 -5
  686. package/esm2022/navigation-lock/src/directive/navigation-lock.directive.mjs +0 -89
  687. package/esm2022/navigation-lock/src/guard/navigation-lock.guard.mjs +0 -22
  688. package/esm2022/navigation-lock/src/index.mjs +0 -5
  689. package/esm2022/navigation-lock/src/interface/has-navigation-lock.mjs +0 -2
  690. package/esm2022/navigation-lock/src/navigation-lock.module.mjs +0 -28
  691. package/esm2022/no-noscript/index.mjs +0 -2
  692. package/esm2022/no-noscript/mintplayer-ng-bootstrap-no-noscript.mjs +0 -5
  693. package/esm2022/no-noscript/src/index.mjs +0 -2
  694. package/esm2022/no-noscript/src/no-noscript/no-noscript.directive.mjs +0 -28
  695. package/esm2022/offcanvas/index.mjs +0 -2
  696. package/esm2022/offcanvas/mintplayer-ng-bootstrap-offcanvas.mjs +0 -5
  697. package/esm2022/offcanvas/src/components/index.mjs +0 -5
  698. package/esm2022/offcanvas/src/components/offcanvas/offcanvas.component.mjs +0 -108
  699. package/esm2022/offcanvas/src/components/offcanvas-body/offcanvas-body.component.mjs +0 -18
  700. package/esm2022/offcanvas/src/components/offcanvas-header/offcanvas-header.component.mjs +0 -14
  701. package/esm2022/offcanvas/src/components/offcanvas-host/offcanvas-host.component.mjs +0 -125
  702. package/esm2022/offcanvas/src/directives/index.mjs +0 -4
  703. package/esm2022/offcanvas/src/directives/offcanvas-close/offcanvas-close.directive.mjs +0 -23
  704. package/esm2022/offcanvas/src/directives/offcanvas-content/offcanvas-content.directive.mjs +0 -17
  705. package/esm2022/offcanvas/src/directives/offcanvas-push/offcanvas-push.directive.mjs +0 -65
  706. package/esm2022/offcanvas/src/index.mjs +0 -4
  707. package/esm2022/offcanvas/src/offcanvas.module.mjs +0 -76
  708. package/esm2022/offcanvas/src/providers/offcanvas-content.provider.mjs +0 -3
  709. package/esm2022/offcanvas/src/providers/portal-factory.provider.mjs +0 -3
  710. package/esm2022/ordinal-number/index.mjs +0 -2
  711. package/esm2022/ordinal-number/mintplayer-ng-bootstrap-ordinal-number.mjs +0 -5
  712. package/esm2022/ordinal-number/src/index.mjs +0 -2
  713. package/esm2022/ordinal-number/src/ordinal-number/ordinal-number.pipe.mjs +0 -30
  714. package/esm2022/pagination/index.mjs +0 -2
  715. package/esm2022/pagination/mintplayer-ng-bootstrap-pagination.mjs +0 -5
  716. package/esm2022/pagination/src/component/index.mjs +0 -2
  717. package/esm2022/pagination/src/component/pagination/pagination.component.mjs +0 -188
  718. package/esm2022/pagination/src/index.mjs +0 -4
  719. package/esm2022/pagination/src/interfaces/index.mjs +0 -2
  720. package/esm2022/pagination/src/interfaces/page-with-selection.mjs +0 -2
  721. package/esm2022/pagination/src/types/index.mjs +0 -2
  722. package/esm2022/pagination/src/types/page-number.type.mjs +0 -2
  723. package/esm2022/parallax/index.mjs +0 -2
  724. package/esm2022/parallax/mintplayer-ng-bootstrap-parallax.mjs +0 -5
  725. package/esm2022/parallax/src/parallax.component.mjs +0 -20
  726. package/esm2022/placeholder/index.mjs +0 -2
  727. package/esm2022/placeholder/mintplayer-ng-bootstrap-placeholder.mjs +0 -5
  728. package/esm2022/placeholder/src/index.mjs +0 -4
  729. package/esm2022/placeholder/src/placeholder/placeholder.component.mjs +0 -26
  730. package/esm2022/placeholder/src/placeholder-field/placeholder-field.directive.mjs +0 -41
  731. package/esm2022/placeholder/src/placeholder.module.mjs +0 -19
  732. package/esm2022/playlist-toggler/index.mjs +0 -2
  733. package/esm2022/playlist-toggler/mintplayer-ng-bootstrap-playlist-toggler.mjs +0 -5
  734. package/esm2022/playlist-toggler/src/index.mjs +0 -2
  735. package/esm2022/playlist-toggler/src/playlist-toggler/playlist-toggler.component.mjs +0 -43
  736. package/esm2022/popover/index.mjs +0 -2
  737. package/esm2022/popover/mintplayer-ng-bootstrap-popover.mjs +0 -5
  738. package/esm2022/popover/src/component/popover.component.mjs +0 -57
  739. package/esm2022/popover/src/directives/index.mjs +0 -4
  740. package/esm2022/popover/src/directives/popover/popover.directive.mjs +0 -128
  741. package/esm2022/popover/src/directives/popover-body/popover-body.directive.mjs +0 -19
  742. package/esm2022/popover/src/directives/popover-header/popover-header.directive.mjs +0 -19
  743. package/esm2022/popover/src/index.mjs +0 -4
  744. package/esm2022/popover/src/popover.module.mjs +0 -36
  745. package/esm2022/popover/src/providers/popover-content.provider.mjs +0 -3
  746. package/esm2022/popover/src/providers/portal-factory.provider.mjs +0 -3
  747. package/esm2022/progress-bar/index.mjs +0 -2
  748. package/esm2022/progress-bar/mintplayer-ng-bootstrap-progress-bar.mjs +0 -5
  749. package/esm2022/progress-bar/src/index.mjs +0 -4
  750. package/esm2022/progress-bar/src/progress/progress.component.mjs +0 -30
  751. package/esm2022/progress-bar/src/progress-bar/progress-bar.component.mjs +0 -103
  752. package/esm2022/progress-bar/src/progress-bar.module.mjs +0 -29
  753. package/esm2022/range/index.mjs +0 -2
  754. package/esm2022/range/mintplayer-ng-bootstrap-range.mjs +0 -5
  755. package/esm2022/range/src/component/range.component.mjs +0 -25
  756. package/esm2022/range/src/index.mjs +0 -4
  757. package/esm2022/range/src/range.module.mjs +0 -19
  758. package/esm2022/range/src/value-accessor/range-value-accessor.mjs +0 -57
  759. package/esm2022/rating/index.mjs +0 -2
  760. package/esm2022/rating/mintplayer-ng-bootstrap-rating.mjs +0 -5
  761. package/esm2022/rating/src/component/rating.component.mjs +0 -69
  762. package/esm2022/rating/src/index.mjs +0 -2
  763. package/esm2022/resizable/index.mjs +0 -2
  764. package/esm2022/resizable/mintplayer-ng-bootstrap-resizable.mjs +0 -5
  765. package/esm2022/resizable/src/index.mjs +0 -7
  766. package/esm2022/resizable/src/interfaces/index.mjs +0 -4
  767. package/esm2022/resizable/src/interfaces/pointer-data.mjs +0 -2
  768. package/esm2022/resizable/src/interfaces/preset-position.mjs +0 -2
  769. package/esm2022/resizable/src/interfaces/resize-action.mjs +0 -2
  770. package/esm2022/resizable/src/providers/index.mjs +0 -2
  771. package/esm2022/resizable/src/providers/resizable.provider.mjs +0 -3
  772. package/esm2022/resizable/src/resizable/resizable.component.mjs +0 -95
  773. package/esm2022/resizable/src/resizable.module.mjs +0 -29
  774. package/esm2022/resizable/src/resize-glyph/resize-glyph.directive.mjs +0 -219
  775. package/esm2022/resizable/src/types/index.mjs +0 -2
  776. package/esm2022/resizable/src/types/positioning.mjs +0 -2
  777. package/esm2022/scheduler/index.mjs +0 -2
  778. package/esm2022/scheduler/mintplayer-ng-bootstrap-scheduler.mjs +0 -5
  779. package/esm2022/scheduler/src/components/index.mjs +0 -3
  780. package/esm2022/scheduler/src/components/resource-group-presenter/resource-group-presenter.component.mjs +0 -86
  781. package/esm2022/scheduler/src/components/scheduler/scheduler.component.mjs +0 -536
  782. package/esm2022/scheduler/src/constants/available-scales.mjs +0 -12
  783. package/esm2022/scheduler/src/constants/index.mjs +0 -2
  784. package/esm2022/scheduler/src/enums/drag-operation.mjs +0 -8
  785. package/esm2022/scheduler/src/enums/index.mjs +0 -2
  786. package/esm2022/scheduler/src/enums/scheduler-mode.mjs +0 -6
  787. package/esm2022/scheduler/src/index.mjs +0 -6
  788. package/esm2022/scheduler/src/interfaces/drag-operation.mjs +0 -2
  789. package/esm2022/scheduler/src/interfaces/index.mjs +0 -6
  790. package/esm2022/scheduler/src/interfaces/preview-event.mjs +0 -2
  791. package/esm2022/scheduler/src/interfaces/resource-group.mjs +0 -2
  792. package/esm2022/scheduler/src/interfaces/resource-or-group.mjs +0 -2
  793. package/esm2022/scheduler/src/interfaces/resource.mjs +0 -2
  794. package/esm2022/scheduler/src/interfaces/scheduler-event-part.mjs +0 -2
  795. package/esm2022/scheduler/src/interfaces/scheduler-event-with-parts.mjs +0 -2
  796. package/esm2022/scheduler/src/interfaces/scheduler-event.mjs +0 -2
  797. package/esm2022/scheduler/src/interfaces/scheduler-schale.mjs +0 -2
  798. package/esm2022/scheduler/src/interfaces/scheduler-stamp-with-slots.mjs +0 -2
  799. package/esm2022/scheduler/src/interfaces/time-slot.mjs +0 -2
  800. package/esm2022/scheduler/src/interfaces/timeline-options.mjs +0 -2
  801. package/esm2022/scheduler/src/interfaces/timeline-track.mjs +0 -2
  802. package/esm2022/scheduler/src/interfaces/week-options.mjs +0 -2
  803. package/esm2022/scheduler/src/pipes/bs-seconds-timespan.pipe/bs-seconds-timespan.pipe.mjs +0 -16
  804. package/esm2022/scheduler/src/pipes/bs-seconds-today-offset/bs-seconds-today-offset.pipe.mjs +0 -20
  805. package/esm2022/scheduler/src/pipes/date-offset/date-offset.pipe.mjs +0 -20
  806. package/esm2022/scheduler/src/pipes/day-of-week/day-of-week.pipe.mjs +0 -22
  807. package/esm2022/scheduler/src/scheduler.module.mjs +0 -41
  808. package/esm2022/scheduler/src/services/timeline/timeline.service.mjs +0 -65
  809. package/esm2022/scrollspy/index.mjs +0 -2
  810. package/esm2022/scrollspy/mintplayer-ng-bootstrap-scrollspy.mjs +0 -5
  811. package/esm2022/scrollspy/src/component/scrollspy.component.mjs +0 -85
  812. package/esm2022/scrollspy/src/directives/scrollspy.directive.mjs +0 -16
  813. package/esm2022/scrollspy/src/index.mjs +0 -5
  814. package/esm2022/scrollspy/src/scrollspy.module.mjs +0 -26
  815. package/esm2022/scrollspy/src/services/index.mjs +0 -2
  816. package/esm2022/scrollspy/src/services/scroll-offset/scroll-offset.service.mjs +0 -31
  817. package/esm2022/searchbox/index.mjs +0 -4
  818. package/esm2022/searchbox/mintplayer-ng-bootstrap-searchbox.mjs +0 -5
  819. package/esm2022/searchbox/src/directives/enter-search-term.directive.mjs +0 -17
  820. package/esm2022/searchbox/src/directives/index.mjs +0 -4
  821. package/esm2022/searchbox/src/directives/no-results.directive.mjs +0 -17
  822. package/esm2022/searchbox/src/directives/suggestion.directive.mjs +0 -32
  823. package/esm2022/searchbox/src/searchbox/searchbox.component.mjs +0 -113
  824. package/esm2022/searchbox/src/searchbox.module.mjs +0 -66
  825. package/esm2022/select/index.mjs +0 -2
  826. package/esm2022/select/mintplayer-ng-bootstrap-select.mjs +0 -5
  827. package/esm2022/select/src/component/select.component.mjs +0 -85
  828. package/esm2022/select/src/index.mjs +0 -5
  829. package/esm2022/select/src/select.module.mjs +0 -31
  830. package/esm2022/select/src/types/index.mjs +0 -2
  831. package/esm2022/select/src/types/select-size.mjs +0 -2
  832. package/esm2022/select/src/value-accessors/index.mjs +0 -2
  833. package/esm2022/select/src/value-accessors/select-value-accessor.mjs +0 -166
  834. package/esm2022/select2/index.mjs +0 -2
  835. package/esm2022/select2/mintplayer-ng-bootstrap-select2.mjs +0 -5
  836. package/esm2022/select2/src/component/select2.component.mjs +0 -85
  837. package/esm2022/select2/src/directive/index.mjs +0 -3
  838. package/esm2022/select2/src/directive/item-template/item-template.directive.mjs +0 -32
  839. package/esm2022/select2/src/directive/suggestion-template/suggestion-template.directive.mjs +0 -32
  840. package/esm2022/select2/src/index.mjs +0 -4
  841. package/esm2022/select2/src/select2.module.mjs +0 -52
  842. package/esm2022/shell/index.mjs +0 -5
  843. package/esm2022/shell/mintplayer-ng-bootstrap-shell.mjs +0 -5
  844. package/esm2022/shell/src/shell/shell.component.mjs +0 -41
  845. package/esm2022/shell/src/shell-sidebar/shell-sidebar.directive.mjs +0 -19
  846. package/esm2022/shell/src/shell-state.mjs +0 -2
  847. package/esm2022/shell/src/shell.module.mjs +0 -19
  848. package/esm2022/signature-pad/index.mjs +0 -2
  849. package/esm2022/signature-pad/mintplayer-ng-bootstrap-signature-pad.mjs +0 -5
  850. package/esm2022/signature-pad/src/component/signature-pad.component.mjs +0 -109
  851. package/esm2022/signature-pad/src/index.mjs +0 -3
  852. package/esm2022/signature-pad/src/interfaces/index.mjs +0 -4
  853. package/esm2022/signature-pad/src/interfaces/point.mjs +0 -2
  854. package/esm2022/signature-pad/src/interfaces/signature.mjs +0 -2
  855. package/esm2022/signature-pad/src/interfaces/stroke.mjs +0 -2
  856. package/esm2022/slugify/index.mjs +0 -2
  857. package/esm2022/slugify/mintplayer-ng-bootstrap-slugify.mjs +0 -5
  858. package/esm2022/slugify/src/slugify.pipe.mjs +0 -24
  859. package/esm2022/spinner/index.mjs +0 -2
  860. package/esm2022/spinner/mintplayer-ng-bootstrap-spinner.mjs +0 -5
  861. package/esm2022/spinner/src/index.mjs +0 -2
  862. package/esm2022/spinner/src/spinner.component.mjs +0 -43
  863. package/esm2022/split-string/index.mjs +0 -2
  864. package/esm2022/split-string/mintplayer-ng-bootstrap-split-string.mjs +0 -5
  865. package/esm2022/split-string/src/split-string.pipe.mjs +0 -19
  866. package/esm2022/splitter/index.mjs +0 -2
  867. package/esm2022/splitter/mintplayer-ng-bootstrap-splitter.mjs +0 -5
  868. package/esm2022/splitter/src/element-at/element-at.pipe.mjs +0 -21
  869. package/esm2022/splitter/src/index.mjs +0 -6
  870. package/esm2022/splitter/src/interfaces/drag-operation.mjs +0 -6
  871. package/esm2022/splitter/src/interfaces/point.mjs +0 -2
  872. package/esm2022/splitter/src/split-panel/split-panel.component.mjs +0 -18
  873. package/esm2022/splitter/src/splitter/splitter.component.mjs +0 -205
  874. package/esm2022/splitter/src/splitter.module.mjs +0 -22
  875. package/esm2022/splitter/src/types/direction.type.mjs +0 -2
  876. package/esm2022/splitter/src/types/index.mjs +0 -2
  877. package/esm2022/sticky-footer/index.mjs +0 -2
  878. package/esm2022/sticky-footer/mintplayer-ng-bootstrap-sticky-footer.mjs +0 -5
  879. package/esm2022/sticky-footer/src/index.mjs +0 -4
  880. package/esm2022/sticky-footer/src/sticky-footer/sticky-footer.component.mjs +0 -28
  881. package/esm2022/sticky-footer/src/sticky-footer-parent/sticky-footer-parent.directive.mjs +0 -16
  882. package/esm2022/sticky-footer/src/sticky-footer.module.mjs +0 -20
  883. package/esm2022/tab-control/index.mjs +0 -2
  884. package/esm2022/tab-control/mintplayer-ng-bootstrap-tab-control.mjs +0 -5
  885. package/esm2022/tab-control/src/index.mjs +0 -6
  886. package/esm2022/tab-control/src/tab-control/tab-control.component.mjs +0 -128
  887. package/esm2022/tab-control/src/tab-control.module.mjs +0 -42
  888. package/esm2022/tab-control/src/tab-page/tab-page.component.mjs +0 -29
  889. package/esm2022/tab-control/src/tab-page-header/tab-page-header.directive.mjs +0 -16
  890. package/esm2022/tab-control/src/tabs-position.mjs +0 -2
  891. package/esm2022/table/index.mjs +0 -2
  892. package/esm2022/table/mintplayer-ng-bootstrap-table.mjs +0 -5
  893. package/esm2022/table/src/component/table.component.mjs +0 -47
  894. package/esm2022/table/src/index.mjs +0 -2
  895. package/esm2022/timepicker/index.mjs +0 -2
  896. package/esm2022/timepicker/mintplayer-ng-bootstrap-timepicker.mjs +0 -5
  897. package/esm2022/timepicker/src/index.mjs +0 -2
  898. package/esm2022/timepicker/src/timepicker.component.mjs +0 -127
  899. package/esm2022/toast/index.mjs +0 -2
  900. package/esm2022/toast/mintplayer-ng-bootstrap-toast.mjs +0 -5
  901. package/esm2022/toast/src/components/index.mjs +0 -5
  902. package/esm2022/toast/src/components/toast/toast.component.mjs +0 -16
  903. package/esm2022/toast/src/components/toast-body/toast-body.component.mjs +0 -20
  904. package/esm2022/toast/src/components/toast-container/toast-container.component.mjs +0 -22
  905. package/esm2022/toast/src/components/toast-header/toast-header.component.mjs +0 -17
  906. package/esm2022/toast/src/directives/index.mjs +0 -2
  907. package/esm2022/toast/src/directives/toast-close/toast-close.directive.mjs +0 -30
  908. package/esm2022/toast/src/index.mjs +0 -6
  909. package/esm2022/toast/src/pipes/add-properties.pipe.mjs +0 -17
  910. package/esm2022/toast/src/providers/portal-factory.provider.mjs +0 -3
  911. package/esm2022/toast/src/services/index.mjs +0 -2
  912. package/esm2022/toast/src/services/toast/toast.service.mjs +0 -55
  913. package/esm2022/toast/src/toast.module.mjs +0 -78
  914. package/esm2022/toggle-button/index.mjs +0 -2
  915. package/esm2022/toggle-button/mintplayer-ng-bootstrap-toggle-button.mjs +0 -5
  916. package/esm2022/toggle-button/src/component/toggle-button.component.mjs +0 -153
  917. package/esm2022/toggle-button/src/directives/index.mjs +0 -2
  918. package/esm2022/toggle-button/src/directives/toggle-button-group/toggle-button-group.directive.mjs +0 -19
  919. package/esm2022/toggle-button/src/index.mjs +0 -6
  920. package/esm2022/toggle-button/src/toggle-button.module.mjs +0 -34
  921. package/esm2022/toggle-button/src/types/check-style.mjs +0 -2
  922. package/esm2022/toggle-button/src/types/index.mjs +0 -2
  923. package/esm2022/toggle-button/src/value-accessor/toggle-button-value-accessor.mjs +0 -103
  924. package/esm2022/tooltip/index.mjs +0 -2
  925. package/esm2022/tooltip/mintplayer-ng-bootstrap-tooltip.mjs +0 -5
  926. package/esm2022/tooltip/src/component/tooltip.component.mjs +0 -47
  927. package/esm2022/tooltip/src/directive/tooltip.directive.mjs +0 -111
  928. package/esm2022/tooltip/src/index.mjs +0 -4
  929. package/esm2022/tooltip/src/providers/tooltip-content.provider.mjs +0 -3
  930. package/esm2022/tooltip/src/tooltip.module.mjs +0 -35
  931. package/esm2022/treeview/index.mjs +0 -2
  932. package/esm2022/treeview/mintplayer-ng-bootstrap-treeview.mjs +0 -5
  933. package/esm2022/treeview/src/index.mjs +0 -4
  934. package/esm2022/treeview/src/treeview/treeview.component.mjs +0 -42
  935. package/esm2022/treeview/src/treeview-item/treeview-item.component.mjs +0 -32
  936. package/esm2022/treeview/src/treeview.module.mjs +0 -20
  937. package/esm2022/trust-html/index.mjs +0 -2
  938. package/esm2022/trust-html/mintplayer-ng-bootstrap-trust-html.mjs +0 -5
  939. package/esm2022/trust-html/src/trust-html.pipe.mjs +0 -22
  940. package/esm2022/typeahead/index.mjs +0 -2
  941. package/esm2022/typeahead/mintplayer-ng-bootstrap-typeahead.mjs +0 -5
  942. package/esm2022/typeahead/src/index.mjs +0 -2
  943. package/esm2022/typeahead/src/typeahead.component.mjs +0 -87
  944. package/esm2022/uc-first/index.mjs +0 -2
  945. package/esm2022/uc-first/mintplayer-ng-bootstrap-uc-first.mjs +0 -5
  946. package/esm2022/uc-first/src/uc-first.pipe.mjs +0 -18
  947. package/esm2022/user-agent/index.mjs +0 -2
  948. package/esm2022/user-agent/mintplayer-ng-bootstrap-user-agent.mjs +0 -5
  949. package/esm2022/user-agent/src/directive/index.mjs +0 -2
  950. package/esm2022/user-agent/src/directive/user-agent.directive.mjs +0 -99
  951. package/esm2022/user-agent/src/index.mjs +0 -4
  952. package/esm2022/user-agent/src/interfaces/index.mjs +0 -2
  953. package/esm2022/user-agent/src/interfaces/user-agent.mjs +0 -2
  954. package/esm2022/user-agent/src/types/index.mjs +0 -3
  955. package/esm2022/user-agent/src/types/operating-system.type.mjs +0 -2
  956. package/esm2022/user-agent/src/types/webbrowser.type.mjs +0 -2
  957. package/esm2022/word-count/index.mjs +0 -2
  958. package/esm2022/word-count/mintplayer-ng-bootstrap-word-count.mjs +0 -5
  959. package/esm2022/word-count/src/word-count.pipe.mjs +0 -28
  960. package/file-upload/src/component/file-upload.component.d.ts +0 -21
  961. package/file-upload/src/directive/file-upload-template.directive.d.ts +0 -15
  962. package/file-upload/src/file-upload.d.ts +0 -5
  963. package/file-upload/src/file-upload.module.d.ts +0 -14
  964. package/file-upload/src/index.d.ts +0 -5
  965. package/file-upload/src/pipes/format-bytes/format-bytes.pipe.d.ts +0 -7
  966. package/file-upload/src/pipes/index.d.ts +0 -1
  967. package/floating-labels/src/floating-label/floating-label.component.d.ts +0 -7
  968. package/floating-labels/src/index.d.ts +0 -1
  969. package/font-color/src/font-color.pipe.d.ts +0 -7
  970. package/for/src/for.directive.d.ts +0 -10
  971. package/for/src/index.d.ts +0 -1
  972. package/form/src/form/form.component.d.ts +0 -10
  973. package/form/src/form-control/form-control.directive.d.ts +0 -8
  974. package/form/src/form-group/form-group.directive.d.ts +0 -6
  975. package/form/src/form.module.d.ts +0 -10
  976. package/form/src/index.d.ts +0 -4
  977. package/grid/src/component/grid.component.d.ts +0 -12
  978. package/grid/src/directives/col-form-label/col-form-label.directive.d.ts +0 -6
  979. package/grid/src/directives/column/column.directive.d.ts +0 -29
  980. package/grid/src/directives/index.d.ts +0 -3
  981. package/grid/src/directives/row/row.directive.d.ts +0 -6
  982. package/grid/src/grid.module.d.ts +0 -12
  983. package/grid/src/index.d.ts +0 -4
  984. package/grid/src/interfaces/column-definition.d.ts +0 -9
  985. package/grid/src/interfaces/index.d.ts +0 -1
  986. package/has-id/src/has-id.d.ts +0 -3
  987. package/has-overlay/src/has-overlay/has-overlay.component.d.ts +0 -5
  988. package/has-overlay/src/index.d.ts +0 -1
  989. package/has-property/src/has-property.pipe.d.ts +0 -7
  990. package/has-property/src/index.d.ts +0 -1
  991. package/in-list/src/in-list.pipe.d.ts +0 -8
  992. package/input-group/src/index.d.ts +0 -1
  993. package/input-group/src/input-group/input-group.component.d.ts +0 -5
  994. package/instance-of/src/directives/index.d.ts +0 -4
  995. package/instance-of/src/directives/instanceof-case.directive.d.ts +0 -23
  996. package/instance-of/src/directives/instanceof-default.directive.d.ts +0 -10
  997. package/instance-of/src/directives/instanceof.directive.d.ts +0 -21
  998. package/instance-of/src/directives/switch-view.d.ts +0 -12
  999. package/instance-of/src/index.d.ts +0 -5
  1000. package/instance-of/src/instance-of.module.d.ts +0 -11
  1001. package/instance-of/src/interfaces/index.d.ts +0 -1
  1002. package/instance-of/src/interfaces/instance-of-context.d.ts +0 -4
  1003. package/instance-of/src/pipes/index.d.ts +0 -1
  1004. package/instance-of/src/pipes/instance-of.pipe.d.ts +0 -8
  1005. package/instance-of/src/types/abstract.type.d.ts +0 -1
  1006. package/instance-of/src/types/index.d.ts +0 -1
  1007. package/let/directive/let.directive.d.ts +0 -31
  1008. package/let/interfaces/index.d.ts +0 -1
  1009. package/let/interfaces/let-context.d.ts +0 -10
  1010. package/lib/enums/color.enum.d.ts +0 -13
  1011. package/lib/enums/index.d.ts +0 -1
  1012. package/lib/providers/development.provider.d.ts +0 -7
  1013. package/lib/providers/index.d.ts +0 -1
  1014. package/lib/types/breakpoint.d.ts +0 -1
  1015. package/lib/types/index.d.ts +0 -3
  1016. package/lib/types/position.d.ts +0 -1
  1017. package/lib/types/size.d.ts +0 -1
  1018. package/linify/src/linify.pipe.d.ts +0 -7
  1019. package/list-group/src/index.d.ts +0 -3
  1020. package/list-group/src/list-group/list-group.component.d.ts +0 -10
  1021. package/list-group/src/list-group-item/list-group-item.component.d.ts +0 -6
  1022. package/list-group/src/list-group.module.d.ts +0 -9
  1023. package/markdown/src/bold/bold.pipe.d.ts +0 -10
  1024. package/markdown/src/italic/italic.pipe.d.ts +0 -10
  1025. package/markdown/src/strikethrough/strikethrough.pipe.d.ts +0 -10
  1026. package/markdown/src/underline/underline.pipe.d.ts +0 -10
  1027. package/marquee/src/marquee/marquee.component.d.ts +0 -5
  1028. package/modal/src/components/index.d.ts +0 -2
  1029. package/modal/src/components/modal/modal.component.d.ts +0 -9
  1030. package/modal/src/components/modal-host/modal-host.component.d.ts +0 -25
  1031. package/modal/src/directives/index.d.ts +0 -5
  1032. package/modal/src/directives/modal/modal.directive.d.ts +0 -8
  1033. package/modal/src/directives/modal-body/modal-body.directive.d.ts +0 -6
  1034. package/modal/src/directives/modal-close/modal-close.directive.d.ts +0 -9
  1035. package/modal/src/directives/modal-footer/modal-footer.directive.d.ts +0 -6
  1036. package/modal/src/directives/modal-header/modal-header.directive.d.ts +0 -6
  1037. package/modal/src/index.d.ts +0 -3
  1038. package/modal/src/modal.module.d.ts +0 -16
  1039. package/modal/src/providers/modal-content.provider.d.ts +0 -2
  1040. package/modal/src/providers/portal-factory.provider.d.ts +0 -3
  1041. package/multiselect/src/component/multiselect.component.d.ts +0 -15
  1042. package/multiselect/src/directives/button-template/button-template.directive.d.ts +0 -12
  1043. package/multiselect/src/directives/footer-template/footer-template.directive.d.ts +0 -8
  1044. package/multiselect/src/directives/header-template/header-template.directive.d.ts +0 -8
  1045. package/multiselect/src/directives/index.d.ts +0 -3
  1046. package/multiselect/src/index.d.ts +0 -3
  1047. package/multiselect/src/multiselect.module.d.ts +0 -17
  1048. package/navbar/src/dropdown-toggle/dropdown-toggle.directive.d.ts +0 -13
  1049. package/navbar/src/expand-button/expand-button.directive.d.ts +0 -12
  1050. package/navbar/src/index.d.ts +0 -10
  1051. package/navbar/src/nav-link/nav-link.directive.d.ts +0 -11
  1052. package/navbar/src/navbar/navbar.component.d.ts +0 -30
  1053. package/navbar/src/navbar-brand/navbar-brand.component.d.ts +0 -7
  1054. package/navbar/src/navbar-content/navbar-content.directive.d.ts +0 -17
  1055. package/navbar/src/navbar-dropdown/navbar-dropdown.component.d.ts +0 -31
  1056. package/navbar/src/navbar-item/navbar-item.component.d.ts +0 -18
  1057. package/navbar/src/navbar-nav/navbar-nav.component.d.ts +0 -16
  1058. package/navbar/src/navbar.module.d.ts +0 -23
  1059. package/navbar-toggler/src/index.d.ts +0 -1
  1060. package/navbar-toggler/src/navbar-toggler/navbar-toggler.component.d.ts +0 -14
  1061. package/navigation-lock/src/directive/navigation-lock.directive.d.ts +0 -31
  1062. package/navigation-lock/src/guard/navigation-lock.guard.d.ts +0 -8
  1063. package/navigation-lock/src/index.d.ts +0 -4
  1064. package/navigation-lock/src/interface/has-navigation-lock.d.ts +0 -15
  1065. package/navigation-lock/src/navigation-lock.module.d.ts +0 -9
  1066. package/no-noscript/src/index.d.ts +0 -1
  1067. package/no-noscript/src/no-noscript/no-noscript.directive.d.ts +0 -8
  1068. package/offcanvas/src/components/index.d.ts +0 -4
  1069. package/offcanvas/src/components/offcanvas/offcanvas.component.d.ts +0 -31
  1070. package/offcanvas/src/components/offcanvas-body/offcanvas-body.component.d.ts +0 -9
  1071. package/offcanvas/src/components/offcanvas-header/offcanvas-header.component.d.ts +0 -8
  1072. package/offcanvas/src/components/offcanvas-host/offcanvas-host.component.d.ts +0 -36
  1073. package/offcanvas/src/directives/index.d.ts +0 -3
  1074. package/offcanvas/src/directives/offcanvas-close/offcanvas-close.directive.d.ts +0 -9
  1075. package/offcanvas/src/directives/offcanvas-content/offcanvas-content.directive.d.ts +0 -8
  1076. package/offcanvas/src/directives/offcanvas-push/offcanvas-push.directive.d.ts +0 -14
  1077. package/offcanvas/src/index.d.ts +0 -3
  1078. package/offcanvas/src/offcanvas.module.d.ts +0 -16
  1079. package/offcanvas/src/providers/offcanvas-content.provider.d.ts +0 -2
  1080. package/offcanvas/src/providers/portal-factory.provider.d.ts +0 -3
  1081. package/ordinal-number/src/index.d.ts +0 -1
  1082. package/ordinal-number/src/ordinal-number/ordinal-number.pipe.d.ts +0 -10
  1083. package/pagination/src/component/index.d.ts +0 -1
  1084. package/pagination/src/component/pagination/pagination.component.d.ts +0 -46
  1085. package/pagination/src/index.d.ts +0 -3
  1086. package/pagination/src/interfaces/index.d.ts +0 -1
  1087. package/pagination/src/interfaces/page-with-selection.d.ts +0 -5
  1088. package/pagination/src/types/index.d.ts +0 -1
  1089. package/pagination/src/types/page-number.type.d.ts +0 -1
  1090. package/parallax/src/parallax.component.d.ts +0 -8
  1091. package/placeholder/src/index.d.ts +0 -3
  1092. package/placeholder/src/placeholder/placeholder.component.d.ts +0 -11
  1093. package/placeholder/src/placeholder-field/placeholder-field.directive.d.ts +0 -12
  1094. package/placeholder/src/placeholder.module.d.ts +0 -9
  1095. package/playlist-toggler/src/index.d.ts +0 -1
  1096. package/playlist-toggler/src/playlist-toggler/playlist-toggler.component.d.ts +0 -14
  1097. package/popover/src/component/popover.component.d.ts +0 -19
  1098. package/popover/src/directives/index.d.ts +0 -3
  1099. package/popover/src/directives/popover/popover.directive.d.ts +0 -27
  1100. package/popover/src/directives/popover-body/popover-body.directive.d.ts +0 -6
  1101. package/popover/src/directives/popover-header/popover-header.directive.d.ts +0 -6
  1102. package/popover/src/index.d.ts +0 -3
  1103. package/popover/src/popover.module.d.ts +0 -13
  1104. package/popover/src/providers/popover-content.provider.d.ts +0 -2
  1105. package/popover/src/providers/portal-factory.provider.d.ts +0 -3
  1106. package/progress-bar/src/index.d.ts +0 -3
  1107. package/progress-bar/src/progress/progress.component.d.ts +0 -8
  1108. package/progress-bar/src/progress-bar/progress-bar.component.d.ts +0 -28
  1109. package/progress-bar/src/progress-bar.module.d.ts +0 -9
  1110. package/range/src/component/range.component.d.ts +0 -11
  1111. package/range/src/index.d.ts +0 -3
  1112. package/range/src/range.module.d.ts +0 -9
  1113. package/range/src/value-accessor/range-value-accessor.d.ts +0 -18
  1114. package/rating/src/component/rating.component.d.ts +0 -20
  1115. package/rating/src/index.d.ts +0 -1
  1116. package/resizable/src/index.d.ts +0 -6
  1117. package/resizable/src/interfaces/index.d.ts +0 -3
  1118. package/resizable/src/interfaces/pointer-data.d.ts +0 -5
  1119. package/resizable/src/interfaces/preset-position.d.ts +0 -6
  1120. package/resizable/src/interfaces/resize-action.d.ts +0 -18
  1121. package/resizable/src/providers/index.d.ts +0 -1
  1122. package/resizable/src/providers/resizable.provider.d.ts +0 -3
  1123. package/resizable/src/resizable/resizable.component.d.ts +0 -29
  1124. package/resizable/src/resizable.module.d.ts +0 -9
  1125. package/resizable/src/resize-glyph/resize-glyph.directive.d.ts +0 -23
  1126. package/resizable/src/types/index.d.ts +0 -1
  1127. package/resizable/src/types/positioning.d.ts +0 -1
  1128. package/scheduler/src/components/index.d.ts +0 -2
  1129. package/scheduler/src/components/resource-group-presenter/resource-group-presenter.component.d.ts +0 -27
  1130. package/scheduler/src/components/scheduler/scheduler.component.d.ts +0 -89
  1131. package/scheduler/src/constants/available-scales.d.ts +0 -2
  1132. package/scheduler/src/constants/index.d.ts +0 -1
  1133. package/scheduler/src/enums/drag-operation.d.ts +0 -6
  1134. package/scheduler/src/enums/index.d.ts +0 -1
  1135. package/scheduler/src/enums/scheduler-mode.d.ts +0 -4
  1136. package/scheduler/src/index.d.ts +0 -5
  1137. package/scheduler/src/interfaces/drag-operation.d.ts +0 -7
  1138. package/scheduler/src/interfaces/index.d.ts +0 -5
  1139. package/scheduler/src/interfaces/preview-event.d.ts +0 -4
  1140. package/scheduler/src/interfaces/resource-group.d.ts +0 -5
  1141. package/scheduler/src/interfaces/resource-or-group.d.ts +0 -6
  1142. package/scheduler/src/interfaces/resource.d.ts +0 -5
  1143. package/scheduler/src/interfaces/scheduler-event-part.d.ts +0 -6
  1144. package/scheduler/src/interfaces/scheduler-event-with-parts.d.ts +0 -6
  1145. package/scheduler/src/interfaces/scheduler-event.d.ts +0 -6
  1146. package/scheduler/src/interfaces/scheduler-schale.d.ts +0 -5
  1147. package/scheduler/src/interfaces/scheduler-stamp-with-slots.d.ts +0 -6
  1148. package/scheduler/src/interfaces/time-slot.d.ts +0 -4
  1149. package/scheduler/src/interfaces/timeline-options.d.ts +0 -3
  1150. package/scheduler/src/interfaces/timeline-track.d.ts +0 -5
  1151. package/scheduler/src/interfaces/week-options.d.ts +0 -3
  1152. package/scheduler/src/pipes/bs-seconds-timespan.pipe/bs-seconds-timespan.pipe.d.ts +0 -9
  1153. package/scheduler/src/pipes/bs-seconds-today-offset/bs-seconds-today-offset.pipe.d.ts +0 -9
  1154. package/scheduler/src/pipes/date-offset/date-offset.pipe.d.ts +0 -8
  1155. package/scheduler/src/pipes/day-of-week/day-of-week.pipe.d.ts +0 -9
  1156. package/scheduler/src/scheduler.module.d.ts +0 -13
  1157. package/scheduler/src/services/timeline/timeline.service.d.ts +0 -14
  1158. package/scrollspy/src/component/scrollspy.component.d.ts +0 -23
  1159. package/scrollspy/src/directives/scrollspy.directive.d.ts +0 -8
  1160. package/scrollspy/src/index.d.ts +0 -4
  1161. package/scrollspy/src/scrollspy.module.d.ts +0 -8
  1162. package/scrollspy/src/services/index.d.ts +0 -1
  1163. package/scrollspy/src/services/scroll-offset/scroll-offset.service.d.ts +0 -9
  1164. package/searchbox/src/directives/enter-search-term.directive.d.ts +0 -9
  1165. package/searchbox/src/directives/index.d.ts +0 -3
  1166. package/searchbox/src/directives/no-results.directive.d.ts +0 -9
  1167. package/searchbox/src/directives/suggestion.directive.d.ts +0 -16
  1168. package/searchbox/src/searchbox/searchbox.component.d.ts +0 -37
  1169. package/searchbox/src/searchbox.module.d.ts +0 -18
  1170. package/select/src/component/select.component.d.ts +0 -26
  1171. package/select/src/index.d.ts +0 -4
  1172. package/select/src/select.module.d.ts +0 -9
  1173. package/select/src/types/index.d.ts +0 -1
  1174. package/select/src/types/select-size.d.ts +0 -1
  1175. package/select/src/value-accessors/index.d.ts +0 -1
  1176. package/select/src/value-accessors/select-value-accessor.d.ts +0 -44
  1177. package/select2/src/component/select2.component.d.ts +0 -27
  1178. package/select2/src/directive/index.d.ts +0 -2
  1179. package/select2/src/directive/item-template/item-template.directive.d.ts +0 -16
  1180. package/select2/src/directive/suggestion-template/suggestion-template.directive.d.ts +0 -16
  1181. package/select2/src/index.d.ts +0 -3
  1182. package/select2/src/select2.module.d.ts +0 -15
  1183. package/shell/src/shell/shell.component.d.ts +0 -19
  1184. package/shell/src/shell-sidebar/shell-sidebar.directive.d.ts +0 -10
  1185. package/shell/src/shell-state.d.ts +0 -1
  1186. package/shell/src/shell.module.d.ts +0 -9
  1187. package/signature-pad/src/component/signature-pad.component.d.ts +0 -25
  1188. package/signature-pad/src/index.d.ts +0 -2
  1189. package/signature-pad/src/interfaces/index.d.ts +0 -3
  1190. package/signature-pad/src/interfaces/point.d.ts +0 -4
  1191. package/signature-pad/src/interfaces/signature.d.ts +0 -4
  1192. package/signature-pad/src/interfaces/stroke.d.ts +0 -4
  1193. package/slugify/src/slugify.pipe.d.ts +0 -7
  1194. package/spinner/src/index.d.ts +0 -1
  1195. package/spinner/src/spinner.component.d.ts +0 -19
  1196. package/split-string/src/split-string.pipe.d.ts +0 -7
  1197. package/splitter/src/element-at/element-at.pipe.d.ts +0 -7
  1198. package/splitter/src/index.d.ts +0 -5
  1199. package/splitter/src/interfaces/drag-operation.d.ts +0 -12
  1200. package/splitter/src/interfaces/point.d.ts +0 -4
  1201. package/splitter/src/split-panel/split-panel.component.d.ts +0 -11
  1202. package/splitter/src/splitter/splitter.component.d.ts +0 -37
  1203. package/splitter/src/splitter.module.d.ts +0 -12
  1204. package/splitter/src/types/direction.type.d.ts +0 -1
  1205. package/splitter/src/types/index.d.ts +0 -1
  1206. package/sticky-footer/src/index.d.ts +0 -3
  1207. package/sticky-footer/src/sticky-footer/sticky-footer.component.d.ts +0 -13
  1208. package/sticky-footer/src/sticky-footer-parent/sticky-footer-parent.directive.d.ts +0 -6
  1209. package/sticky-footer/src/sticky-footer.module.d.ts +0 -10
  1210. package/tab-control/src/index.d.ts +0 -5
  1211. package/tab-control/src/tab-control/tab-control.component.d.ts +0 -40
  1212. package/tab-control/src/tab-control.module.d.ts +0 -12
  1213. package/tab-control/src/tab-page/tab-page.component.d.ts +0 -16
  1214. package/tab-control/src/tab-page-header/tab-page-header.directive.d.ts +0 -8
  1215. package/tab-control/src/tabs-position.d.ts +0 -1
  1216. package/table/src/component/table.component.d.ts +0 -15
  1217. package/table/src/index.d.ts +0 -1
  1218. package/timepicker/src/index.d.ts +0 -1
  1219. package/timepicker/src/timepicker.component.d.ts +0 -30
  1220. package/toast/src/components/index.d.ts +0 -4
  1221. package/toast/src/components/toast/toast.component.d.ts +0 -6
  1222. package/toast/src/components/toast-body/toast-body.component.d.ts +0 -6
  1223. package/toast/src/components/toast-container/toast-container.component.d.ts +0 -9
  1224. package/toast/src/components/toast-header/toast-header.component.d.ts +0 -6
  1225. package/toast/src/directives/index.d.ts +0 -1
  1226. package/toast/src/directives/toast-close/toast-close.directive.d.ts +0 -12
  1227. package/toast/src/index.d.ts +0 -5
  1228. package/toast/src/pipes/add-properties.pipe.d.ts +0 -7
  1229. package/toast/src/providers/portal-factory.provider.d.ts +0 -3
  1230. package/toast/src/services/index.d.ts +0 -1
  1231. package/toast/src/services/toast/toast.service.d.ts +0 -22
  1232. package/toast/src/toast.module.d.ts +0 -15
  1233. package/toggle-button/src/component/toggle-button.component.d.ts +0 -36
  1234. package/toggle-button/src/directives/index.d.ts +0 -1
  1235. package/toggle-button/src/directives/toggle-button-group/toggle-button-group.directive.d.ts +0 -9
  1236. package/toggle-button/src/index.d.ts +0 -5
  1237. package/toggle-button/src/toggle-button.module.d.ts +0 -10
  1238. package/toggle-button/src/types/check-style.d.ts +0 -1
  1239. package/toggle-button/src/types/index.d.ts +0 -1
  1240. package/toggle-button/src/value-accessor/toggle-button-value-accessor.d.ts +0 -18
  1241. package/tooltip/src/component/tooltip.component.d.ts +0 -16
  1242. package/tooltip/src/directive/tooltip.directive.d.ts +0 -21
  1243. package/tooltip/src/index.d.ts +0 -2
  1244. package/tooltip/src/providers/tooltip-content.provider.d.ts +0 -2
  1245. package/tooltip/src/tooltip.module.d.ts +0 -11
  1246. package/treeview/src/index.d.ts +0 -3
  1247. package/treeview/src/treeview/treeview.component.d.ts +0 -14
  1248. package/treeview/src/treeview-item/treeview-item.component.d.ts +0 -13
  1249. package/treeview/src/treeview.module.d.ts +0 -10
  1250. package/trust-html/src/trust-html.pipe.d.ts +0 -10
  1251. package/typeahead/src/index.d.ts +0 -1
  1252. package/typeahead/src/typeahead.component.d.ts +0 -25
  1253. package/uc-first/src/uc-first.pipe.d.ts +0 -7
  1254. package/user-agent/src/directive/index.d.ts +0 -1
  1255. package/user-agent/src/directive/user-agent.directive.d.ts +0 -16
  1256. package/user-agent/src/index.d.ts +0 -3
  1257. package/user-agent/src/interfaces/index.d.ts +0 -1
  1258. package/user-agent/src/interfaces/user-agent.d.ts +0 -6
  1259. package/user-agent/src/types/index.d.ts +0 -2
  1260. package/user-agent/src/types/operating-system.type.d.ts +0 -1
  1261. package/user-agent/src/types/webbrowser.type.d.ts +0 -1
  1262. package/word-count/src/word-count.pipe.d.ts +0 -7
@@ -1,2 +0,0 @@
1
- export * from './user-agent.directive';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3VzZXItYWdlbnQvc3JjL2RpcmVjdGl2ZS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLHdCQUF3QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi91c2VyLWFnZW50LmRpcmVjdGl2ZSc7Il19
@@ -1,99 +0,0 @@
1
- import { isPlatformServer } from '@angular/common';
2
- import { Directive, EventEmitter, HostBinding, Inject, Output, PLATFORM_ID } from '@angular/core';
3
- import * as i0 from "@angular/core";
4
- export class BsUserAgentDirective {
5
- constructor(platformId) {
6
- this.platformId = platformId;
7
- this.detected = new EventEmitter();
8
- }
9
- get isAndroid() {
10
- return !isPlatformServer(this.platformId) && !!navigator && !!navigator.userAgent.match(/Android/i);
11
- }
12
- get isIos() {
13
- return !isPlatformServer(this.platformId) && !!navigator && !!navigator.userAgent.match(/iPhone|iPad|iPod/i);
14
- }
15
- get isWindows() {
16
- return !isPlatformServer(this.platformId) && !!navigator && !!navigator.userAgent.match(/Windows/i);
17
- }
18
- get browserClass() {
19
- const browser = this.getBrowser();
20
- if (!browser) {
21
- return null;
22
- }
23
- else {
24
- return `browser-${browser.toLowerCase()}`;
25
- }
26
- }
27
- getBrowser() {
28
- if (!isPlatformServer(this.platformId) && !!navigator) {
29
- const userAgent = navigator.userAgent;
30
- if (userAgent.match(/opr\//i)) {
31
- return 'Opera';
32
- }
33
- else if (userAgent.match(/edg/i)) {
34
- return 'Edge';
35
- }
36
- else if (userAgent.match(/chrome|chromium|crios/i)) {
37
- return 'Chrome';
38
- }
39
- else if (userAgent.match(/firefox|fxios/i)) {
40
- return 'Firefox';
41
- }
42
- else if (userAgent.match(/safari/i)) {
43
- return 'Safari';
44
- }
45
- else {
46
- return undefined;
47
- }
48
- }
49
- else {
50
- return undefined;
51
- }
52
- }
53
- ngAfterViewInit() {
54
- setTimeout(() => {
55
- let os;
56
- let webbrowser = this.getBrowser();
57
- if (this.isAndroid) {
58
- os = 'Android';
59
- }
60
- else if (this.isIos) {
61
- os = 'iOS';
62
- }
63
- else if (this.isWindows) {
64
- os = 'Windows';
65
- }
66
- else {
67
- os = undefined;
68
- }
69
- this.detected.emit({ os, webbrowser });
70
- });
71
- }
72
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsUserAgentDirective, deps: [{ token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Directive }); }
73
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: BsUserAgentDirective, isStandalone: true, selector: "[bsUserAgent]", outputs: { detected: "detected" }, host: { properties: { "class.os-android": "this.isAndroid", "class.os-ios": "this.isIos", "class.os-windows": "this.isWindows", "class": "this.browserClass" } }, ngImport: i0 }); }
74
- }
75
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsUserAgentDirective, decorators: [{
76
- type: Directive,
77
- args: [{
78
- selector: '[bsUserAgent]',
79
- standalone: true
80
- }]
81
- }], ctorParameters: () => [{ type: Object, decorators: [{
82
- type: Inject,
83
- args: [PLATFORM_ID]
84
- }] }], propDecorators: { isAndroid: [{
85
- type: HostBinding,
86
- args: ['class.os-android']
87
- }], isIos: [{
88
- type: HostBinding,
89
- args: ['class.os-ios']
90
- }], isWindows: [{
91
- type: HostBinding,
92
- args: ['class.os-windows']
93
- }], browserClass: [{
94
- type: HostBinding,
95
- args: ['class']
96
- }], detected: [{
97
- type: Output
98
- }] } });
99
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXNlci1hZ2VudC5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3VzZXItYWdlbnQvc3JjL2RpcmVjdGl2ZS91c2VyLWFnZW50LmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUNuRCxPQUFPLEVBQWlCLFNBQVMsRUFBRSxZQUFZLEVBQUUsV0FBVyxFQUFFLE1BQU0sRUFBRSxNQUFNLEVBQUUsV0FBVyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVNqSCxNQUFNLE9BQU8sb0JBQW9CO0lBRS9CLFlBQXlDLFVBQWtCO1FBQWxCLGVBQVUsR0FBVixVQUFVLENBQVE7UUErRGpELGFBQVEsR0FBRyxJQUFJLFlBQVksRUFBZSxDQUFDO0lBL0RVLENBQUM7SUFFaEUsSUFBcUMsU0FBUztRQUM1QyxPQUFPLENBQUMsZ0JBQWdCLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsQ0FBQyxTQUFTLElBQUksQ0FBQyxDQUFDLFNBQVMsQ0FBQyxTQUFTLENBQUMsS0FBSyxDQUFDLFVBQVUsQ0FBQyxDQUFDO0lBQ3RHLENBQUM7SUFFRCxJQUFpQyxLQUFLO1FBQ3BDLE9BQU8sQ0FBQyxnQkFBZ0IsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxDQUFDLFNBQVMsSUFBSSxDQUFDLENBQUMsU0FBUyxDQUFDLFNBQVMsQ0FBQyxLQUFLLENBQUMsbUJBQW1CLENBQUMsQ0FBQztJQUMvRyxDQUFDO0lBRUQsSUFBcUMsU0FBUztRQUM1QyxPQUFPLENBQUMsZ0JBQWdCLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsQ0FBQyxTQUFTLElBQUksQ0FBQyxDQUFDLFNBQVMsQ0FBQyxTQUFTLENBQUMsS0FBSyxDQUFDLFVBQVUsQ0FBQyxDQUFDO0lBQ3RHLENBQUM7SUFFRCxJQUEwQixZQUFZO1FBQ3BDLE1BQU0sT0FBTyxHQUFHLElBQUksQ0FBQyxVQUFVLEVBQUUsQ0FBQztRQUNsQyxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUM7WUFDYixPQUFPLElBQUksQ0FBQztRQUNkLENBQUM7YUFBTSxDQUFDO1lBQ04sT0FBTyxXQUFXLE9BQU8sQ0FBQyxXQUFXLEVBQUUsRUFBRSxDQUFDO1FBQzVDLENBQUM7SUFDSCxDQUFDO0lBRU8sVUFBVTtRQUNoQixJQUFJLENBQUMsZ0JBQWdCLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsQ0FBQyxTQUFTLEVBQUUsQ0FBQztZQUN0RCxNQUFNLFNBQVMsR0FBRyxTQUFTLENBQUMsU0FBUyxDQUFDO1lBQ3RDLElBQUcsU0FBUyxDQUFDLEtBQUssQ0FBQyxRQUFRLENBQUMsRUFBRSxDQUFDO2dCQUM3QixPQUFPLE9BQU8sQ0FBQztZQUNqQixDQUFDO2lCQUFNLElBQUcsU0FBUyxDQUFDLEtBQUssQ0FBQyxNQUFNLENBQUMsRUFBRSxDQUFDO2dCQUNsQyxPQUFPLE1BQU0sQ0FBQztZQUNoQixDQUFDO2lCQUFNLElBQUksU0FBUyxDQUFDLEtBQUssQ0FBQyx3QkFBd0IsQ0FBQyxFQUFFLENBQUM7Z0JBQ3JELE9BQU8sUUFBUSxDQUFDO1lBQ2xCLENBQUM7aUJBQU0sSUFBRyxTQUFTLENBQUMsS0FBSyxDQUFDLGdCQUFnQixDQUFDLEVBQUUsQ0FBQztnQkFDNUMsT0FBTyxTQUFTLENBQUM7WUFDbkIsQ0FBQztpQkFBTSxJQUFHLFNBQVMsQ0FBQyxLQUFLLENBQUMsU0FBUyxDQUFDLEVBQUUsQ0FBQztnQkFDckMsT0FBTyxRQUFRLENBQUM7WUFDbEIsQ0FBQztpQkFBTSxDQUFDO2dCQUNOLE9BQU8sU0FBUyxDQUFDO1lBQ25CLENBQUM7UUFDSCxDQUFDO2FBQU0sQ0FBQztZQUNOLE9BQU8sU0FBUyxDQUFDO1FBQ25CLENBQUM7SUFDSCxDQUFDO0lBRUQsZUFBZTtRQUNiLFVBQVUsQ0FBQyxHQUFHLEVBQUU7WUFDZCxJQUFJLEVBQWlDLENBQUM7WUFDdEMsSUFBSSxVQUFVLEdBQUcsSUFBSSxDQUFDLFVBQVUsRUFBRSxDQUFDO1lBRW5DLElBQUksSUFBSSxDQUFDLFNBQVMsRUFBRSxDQUFDO2dCQUNuQixFQUFFLEdBQUcsU0FBUyxDQUFDO1lBQ2pCLENBQUM7aUJBQU0sSUFBSSxJQUFJLENBQUMsS0FBSyxFQUFFLENBQUM7Z0JBQ3RCLEVBQUUsR0FBRyxLQUFLLENBQUM7WUFDYixDQUFDO2lCQUFNLElBQUksSUFBSSxDQUFDLFNBQVMsRUFBRSxDQUFDO2dCQUMxQixFQUFFLEdBQUcsU0FBUyxDQUFDO1lBQ2pCLENBQUM7aUJBQU0sQ0FBQztnQkFDTixFQUFFLEdBQUcsU0FBUyxDQUFDO1lBQ2pCLENBQUM7WUFFRCxJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxFQUFFLEVBQUUsRUFBRSxVQUFVLEVBQUUsQ0FBQyxDQUFDO1FBQ3pDLENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQzs4R0EvRFUsb0JBQW9CLGtCQUVYLFdBQVc7a0dBRnBCLG9CQUFvQjs7MkZBQXBCLG9CQUFvQjtrQkFKaEMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsZUFBZTtvQkFDekIsVUFBVSxFQUFFLElBQUk7aUJBQ2pCOzswQkFHYyxNQUFNOzJCQUFDLFdBQVc7eUNBRU0sU0FBUztzQkFBN0MsV0FBVzt1QkFBQyxrQkFBa0I7Z0JBSUUsS0FBSztzQkFBckMsV0FBVzt1QkFBQyxjQUFjO2dCQUlVLFNBQVM7c0JBQTdDLFdBQVc7dUJBQUMsa0JBQWtCO2dCQUlMLFlBQVk7c0JBQXJDLFdBQVc7dUJBQUMsT0FBTztnQkFpRFYsUUFBUTtzQkFBakIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGlzUGxhdGZvcm1TZXJ2ZXIgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQWZ0ZXJWaWV3SW5pdCwgRGlyZWN0aXZlLCBFdmVudEVtaXR0ZXIsIEhvc3RCaW5kaW5nLCBJbmplY3QsIE91dHB1dCwgUExBVEZPUk1fSUQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJzVXNlckFnZW50IH0gZnJvbSAnLi4vaW50ZXJmYWNlcy91c2VyLWFnZW50JztcbmltcG9ydCB7IEJzT3BlcmF0aW5nU3lzdGVtIH0gZnJvbSAnLi4vdHlwZXMvb3BlcmF0aW5nLXN5c3RlbS50eXBlJztcbmltcG9ydCB7IEJzV2ViYnJvd3NlciB9IGZyb20gJy4uL3R5cGVzL3dlYmJyb3dzZXIudHlwZSc7XG5cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ1tic1VzZXJBZ2VudF0nLFxuICBzdGFuZGFsb25lOiB0cnVlXG59KVxuZXhwb3J0IGNsYXNzIEJzVXNlckFnZW50RGlyZWN0aXZlIGltcGxlbWVudHMgQWZ0ZXJWaWV3SW5pdCB7XG5cbiAgY29uc3RydWN0b3IoQEluamVjdChQTEFURk9STV9JRCkgcHJpdmF0ZSBwbGF0Zm9ybUlkOiBPYmplY3QpIHsgfVxuXG4gIEBIb3N0QmluZGluZygnY2xhc3Mub3MtYW5kcm9pZCcpIGdldCBpc0FuZHJvaWQoKSB7XG4gICAgcmV0dXJuICFpc1BsYXRmb3JtU2VydmVyKHRoaXMucGxhdGZvcm1JZCkgJiYgISFuYXZpZ2F0b3IgJiYgISFuYXZpZ2F0b3IudXNlckFnZW50Lm1hdGNoKC9BbmRyb2lkL2kpO1xuICB9XG5cbiAgQEhvc3RCaW5kaW5nKCdjbGFzcy5vcy1pb3MnKSBnZXQgaXNJb3MoKSB7XG4gICAgcmV0dXJuICFpc1BsYXRmb3JtU2VydmVyKHRoaXMucGxhdGZvcm1JZCkgJiYgISFuYXZpZ2F0b3IgJiYgISFuYXZpZ2F0b3IudXNlckFnZW50Lm1hdGNoKC9pUGhvbmV8aVBhZHxpUG9kL2kpO1xuICB9XG5cbiAgQEhvc3RCaW5kaW5nKCdjbGFzcy5vcy13aW5kb3dzJykgZ2V0IGlzV2luZG93cygpIHtcbiAgICByZXR1cm4gIWlzUGxhdGZvcm1TZXJ2ZXIodGhpcy5wbGF0Zm9ybUlkKSAmJiAhIW5hdmlnYXRvciAmJiAhIW5hdmlnYXRvci51c2VyQWdlbnQubWF0Y2goL1dpbmRvd3MvaSk7XG4gIH1cblxuICBASG9zdEJpbmRpbmcoJ2NsYXNzJykgZ2V0IGJyb3dzZXJDbGFzcygpIHsgIFxuICAgIGNvbnN0IGJyb3dzZXIgPSB0aGlzLmdldEJyb3dzZXIoKTtcbiAgICBpZiAoIWJyb3dzZXIpIHtcbiAgICAgIHJldHVybiBudWxsO1xuICAgIH0gZWxzZSB7XG4gICAgICByZXR1cm4gYGJyb3dzZXItJHticm93c2VyLnRvTG93ZXJDYXNlKCl9YDtcbiAgICB9XG4gIH1cblxuICBwcml2YXRlIGdldEJyb3dzZXIoKTogQnNXZWJicm93c2VyIHwgdW5kZWZpbmVkIHtcbiAgICBpZiAoIWlzUGxhdGZvcm1TZXJ2ZXIodGhpcy5wbGF0Zm9ybUlkKSAmJiAhIW5hdmlnYXRvcikge1xuICAgICAgY29uc3QgdXNlckFnZW50ID0gbmF2aWdhdG9yLnVzZXJBZ2VudDtcbiAgICAgIGlmKHVzZXJBZ2VudC5tYXRjaCgvb3ByXFwvL2kpKSB7XG4gICAgICAgIHJldHVybiAnT3BlcmEnO1xuICAgICAgfSBlbHNlIGlmKHVzZXJBZ2VudC5tYXRjaCgvZWRnL2kpKSB7XG4gICAgICAgIHJldHVybiAnRWRnZSc7XG4gICAgICB9IGVsc2UgaWYgKHVzZXJBZ2VudC5tYXRjaCgvY2hyb21lfGNocm9taXVtfGNyaW9zL2kpKSB7XG4gICAgICAgIHJldHVybiAnQ2hyb21lJztcbiAgICAgIH0gZWxzZSBpZih1c2VyQWdlbnQubWF0Y2goL2ZpcmVmb3h8Znhpb3MvaSkpIHtcbiAgICAgICAgcmV0dXJuICdGaXJlZm94JztcbiAgICAgIH0gZWxzZSBpZih1c2VyQWdlbnQubWF0Y2goL3NhZmFyaS9pKSkge1xuICAgICAgICByZXR1cm4gJ1NhZmFyaSc7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICByZXR1cm4gdW5kZWZpbmVkO1xuICAgICAgfVxuICAgIH0gZWxzZSB7XG4gICAgICByZXR1cm4gdW5kZWZpbmVkO1xuICAgIH1cbiAgfVxuXG4gIG5nQWZ0ZXJWaWV3SW5pdCgpIHtcbiAgICBzZXRUaW1lb3V0KCgpID0+IHtcbiAgICAgIGxldCBvczogQnNPcGVyYXRpbmdTeXN0ZW0gfCB1bmRlZmluZWQ7XG4gICAgICBsZXQgd2ViYnJvd3NlciA9IHRoaXMuZ2V0QnJvd3NlcigpO1xuXG4gICAgICBpZiAodGhpcy5pc0FuZHJvaWQpIHtcbiAgICAgICAgb3MgPSAnQW5kcm9pZCc7XG4gICAgICB9IGVsc2UgaWYgKHRoaXMuaXNJb3MpIHtcbiAgICAgICAgb3MgPSAnaU9TJztcbiAgICAgIH0gZWxzZSBpZiAodGhpcy5pc1dpbmRvd3MpIHtcbiAgICAgICAgb3MgPSAnV2luZG93cyc7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICBvcyA9IHVuZGVmaW5lZDtcbiAgICAgIH1cblxuICAgICAgdGhpcy5kZXRlY3RlZC5lbWl0KHsgb3MsIHdlYmJyb3dzZXIgfSk7XG4gICAgfSk7XG4gIH1cblxuICBAT3V0cHV0KCkgZGV0ZWN0ZWQgPSBuZXcgRXZlbnRFbWl0dGVyPEJzVXNlckFnZW50PigpO1xuXG59XG4iXX0=
@@ -1,4 +0,0 @@
1
- export * from './types';
2
- export * from './directive';
3
- export * from './interfaces';
4
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3VzZXItYWdlbnQvc3JjL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsU0FBUyxDQUFDO0FBQ3hCLGNBQWMsYUFBYSxDQUFDO0FBQzVCLGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi90eXBlcyc7XG5leHBvcnQgKiBmcm9tICcuL2RpcmVjdGl2ZSc7XG5leHBvcnQgKiBmcm9tICcuL2ludGVyZmFjZXMnOyJdfQ==
@@ -1,2 +0,0 @@
1
- export * from './user-agent';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3VzZXItYWdlbnQvc3JjL2ludGVyZmFjZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3VzZXItYWdlbnQnOyJdfQ==
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXNlci1hZ2VudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvdXNlci1hZ2VudC9zcmMvaW50ZXJmYWNlcy91c2VyLWFnZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBCc1dlYmJyb3dzZXIgfSBmcm9tIFwiLi4vdHlwZXMvd2ViYnJvd3Nlci50eXBlXCI7XG5pbXBvcnQgeyBCc09wZXJhdGluZ1N5c3RlbSB9IGZyb20gXCIuLi90eXBlcy9vcGVyYXRpbmctc3lzdGVtLnR5cGVcIjtcblxuZXhwb3J0IGludGVyZmFjZSBCc1VzZXJBZ2VudCB7XG4gIG9zPzogQnNPcGVyYXRpbmdTeXN0ZW07XG4gIHdlYmJyb3dzZXI/OiBCc1dlYmJyb3dzZXI7XG59Il19
@@ -1,3 +0,0 @@
1
- export * from './webbrowser.type';
2
- export * from './operating-system.type';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3VzZXItYWdlbnQvc3JjL3R5cGVzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsbUJBQW1CLENBQUM7QUFDbEMsY0FBYyx5QkFBeUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vd2ViYnJvd3Nlci50eXBlJztcbmV4cG9ydCAqIGZyb20gJy4vb3BlcmF0aW5nLXN5c3RlbS50eXBlJzsiXX0=
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3BlcmF0aW5nLXN5c3RlbS50eXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC91c2VyLWFnZW50L3NyYy90eXBlcy9vcGVyYXRpbmctc3lzdGVtLnR5cGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB0eXBlIEJzT3BlcmF0aW5nU3lzdGVtID0gJ0FuZHJvaWQnIHwgJ2lPUycgfCAnV2luZG93cyc7Il19
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2ViYnJvd3Nlci50eXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC91c2VyLWFnZW50L3NyYy90eXBlcy93ZWJicm93c2VyLnR5cGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB0eXBlIEJzV2ViYnJvd3NlciA9ICdDaHJvbWUnIHwgJ0ZpcmVmb3gnIHwgJ1NhZmFyaScgfCAnT3BlcmEnIHwgJ0VkZ2UnOyJdfQ==
@@ -1,2 +0,0 @@
1
- export * from './src/word-count.pipe';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3dvcmQtY291bnQvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyx1QkFBdUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vc3JjL3dvcmQtY291bnQucGlwZSc7Il19
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWludHBsYXllci1uZy1ib290c3RyYXAtd29yZC1jb3VudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvd29yZC1jb3VudC9taW50cGxheWVyLW5nLWJvb3RzdHJhcC13b3JkLWNvdW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
@@ -1,28 +0,0 @@
1
- import { Pipe } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class BsWordCountPipe {
4
- transform(value) {
5
- if ((value === null) || (value === '')) {
6
- return 0;
7
- }
8
- else {
9
- return value
10
- .replace(/(^\s+)|(\s+$)/gi, '')
11
- .replace(/\s{2,}/gi, ' ')
12
- .split(' ')
13
- .filter(w => w !== '')
14
- .length;
15
- }
16
- }
17
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsWordCountPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
18
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.8", ngImport: i0, type: BsWordCountPipe, isStandalone: true, name: "bsWordCount" }); }
19
- }
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsWordCountPipe, decorators: [{
21
- type: Pipe,
22
- args: [{
23
- name: 'bsWordCount',
24
- pure: true,
25
- standalone: true
26
- }]
27
- }] });
28
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid29yZC1jb3VudC5waXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC93b3JkLWNvdW50L3NyYy93b3JkLWNvdW50LnBpcGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLElBQUksRUFBaUIsTUFBTSxlQUFlLENBQUM7O0FBT3BELE1BQU0sT0FBTyxlQUFlO0lBQzFCLFNBQVMsQ0FBQyxLQUFhO1FBQ3JCLElBQUksQ0FBQyxLQUFLLEtBQUssSUFBSSxDQUFDLElBQUksQ0FBQyxLQUFLLEtBQUssRUFBRSxDQUFDLEVBQUUsQ0FBQztZQUN2QyxPQUFPLENBQUMsQ0FBQztRQUNYLENBQUM7YUFBTSxDQUFDO1lBQ04sT0FBTyxLQUFLO2lCQUNULE9BQU8sQ0FBQyxpQkFBaUIsRUFBRSxFQUFFLENBQUM7aUJBQzlCLE9BQU8sQ0FBQyxVQUFVLEVBQUUsR0FBRyxDQUFDO2lCQUN4QixLQUFLLENBQUMsR0FBRyxDQUFDO2lCQUNWLE1BQU0sQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsS0FBSyxFQUFFLENBQUM7aUJBQ3JCLE1BQU0sQ0FBQztRQUNaLENBQUM7SUFDSCxDQUFDOzhHQVpVLGVBQWU7NEdBQWYsZUFBZTs7MkZBQWYsZUFBZTtrQkFMM0IsSUFBSTttQkFBQztvQkFDSixJQUFJLEVBQUUsYUFBYTtvQkFDbkIsSUFBSSxFQUFFLElBQUk7b0JBQ1YsVUFBVSxFQUFFLElBQUk7aUJBQ2pCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgUGlwZSwgUGlwZVRyYW5zZm9ybSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AUGlwZSh7XG4gIG5hbWU6ICdic1dvcmRDb3VudCcsXG4gIHB1cmU6IHRydWUsXG4gIHN0YW5kYWxvbmU6IHRydWVcbn0pXG5leHBvcnQgY2xhc3MgQnNXb3JkQ291bnRQaXBlIGltcGxlbWVudHMgUGlwZVRyYW5zZm9ybSB7XG4gIHRyYW5zZm9ybSh2YWx1ZTogc3RyaW5nKSB7XG4gICAgaWYgKCh2YWx1ZSA9PT0gbnVsbCkgfHwgKHZhbHVlID09PSAnJykpIHtcbiAgICAgIHJldHVybiAwO1xuICAgIH0gZWxzZSB7XG4gICAgICByZXR1cm4gdmFsdWVcbiAgICAgICAgLnJlcGxhY2UoLyheXFxzKyl8KFxccyskKS9naSwgJycpXG4gICAgICAgIC5yZXBsYWNlKC9cXHN7Mix9L2dpLCAnICcpXG4gICAgICAgIC5zcGxpdCgnICcpXG4gICAgICAgIC5maWx0ZXIodyA9PiB3ICE9PSAnJylcbiAgICAgICAgLmxlbmd0aDtcbiAgICB9XG4gIH1cbn1cbiJdfQ==
@@ -1,21 +0,0 @@
1
- import { EventEmitter, TemplateRef } from '@angular/core';
2
- import { Color } from '@mintplayer/ng-bootstrap';
3
- import { FileUpload } from '../file-upload';
4
- import * as i0 from "@angular/core";
5
- export declare class BsFileUploadComponent {
6
- dropFilesCaption: string;
7
- browseFilesCaption: string;
8
- placeholder: string;
9
- colors: typeof Color;
10
- isDraggingFile: boolean;
11
- fileTemplate?: TemplateRef<FileUpload>;
12
- files: FileUpload[];
13
- filesDropped: EventEmitter<FileUpload[]>;
14
- onChange(event: Event): void;
15
- onDragOver(event: DragEvent): void;
16
- onDragLeave(event: DragEvent): void;
17
- onDrop(event: DragEvent): void;
18
- private processDroppedFiles;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<BsFileUploadComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<BsFileUploadComponent, "bs-file-upload", never, { "dropFilesCaption": { "alias": "dropFilesCaption"; "required": false; }; "browseFilesCaption": { "alias": "browseFilesCaption"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "files": { "alias": "files"; "required": false; }; }, { "filesDropped": "filesDropped"; }, never, never, false, never>;
21
- }
@@ -1,15 +0,0 @@
1
- import { TemplateRef } from '@angular/core';
2
- import { BsFileUploadComponent } from '../component/file-upload.component';
3
- import { FileUpload } from '../file-upload';
4
- import * as i0 from "@angular/core";
5
- export declare class BsFileUploadTemplateDirective {
6
- private fileUploadComponent;
7
- constructor(fileUploadComponent: BsFileUploadComponent, templateRef: TemplateRef<any>);
8
- set bsFileUploadTemplateOf(value: FileUpload[]);
9
- static ngTemplateContextGuard(dir: BsFileUploadTemplateDirective, ctx: any): ctx is BsFileUploadTemplateContext;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<BsFileUploadTemplateDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<BsFileUploadTemplateDirective, "[bsFileUploadTemplate]", never, { "bsFileUploadTemplateOf": { "alias": "bsFileUploadTemplateOf"; "required": false; }; }, {}, never, never, false, never>;
12
- }
13
- export declare class BsFileUploadTemplateContext {
14
- $implicit: FileUpload;
15
- }
@@ -1,5 +0,0 @@
1
- export interface FileUpload {
2
- file: File;
3
- progress: number;
4
- index: number;
5
- }
@@ -1,14 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./component/file-upload.component";
3
- import * as i2 from "./directive/file-upload-template.directive";
4
- import * as i3 from "./pipes/format-bytes/format-bytes.pipe";
5
- import * as i4 from "@angular/common";
6
- import * as i5 from "@mintplayer/ng-bootstrap/for";
7
- import * as i6 from "@mintplayer/ng-bootstrap/progress-bar";
8
- import * as i7 from "@mintplayer/ng-bootstrap/list-group";
9
- import * as i8 from "@mintplayer/ng-bootstrap/button-type";
10
- export declare class BsFileUploadModule {
11
- static ɵfac: i0.ɵɵFactoryDeclaration<BsFileUploadModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsFileUploadModule, [typeof i1.BsFileUploadComponent, typeof i2.BsFileUploadTemplateDirective, typeof i3.BsFormatBytesPipe], [typeof i4.NgTemplateOutlet, typeof i5.BsForDirective, typeof i6.BsProgressBarModule, typeof i7.BsListGroupModule, typeof i8.BsButtonTypeDirective], [typeof i1.BsFileUploadComponent, typeof i2.BsFileUploadTemplateDirective, typeof i3.BsFormatBytesPipe]>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<BsFileUploadModule>;
14
- }
@@ -1,5 +0,0 @@
1
- export * from './component/file-upload.component';
2
- export * from './directive/file-upload-template.directive';
3
- export * from './file-upload.module';
4
- export * from './file-upload';
5
- export * from './pipes';
@@ -1,7 +0,0 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class BsFormatBytesPipe implements PipeTransform {
4
- transform(value: number, decimals?: number): string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<BsFormatBytesPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<BsFormatBytesPipe, "bsFormatBytes", false>;
7
- }
@@ -1 +0,0 @@
1
- export * from './format-bytes/format-bytes.pipe';
@@ -1,7 +0,0 @@
1
- import { BsFormComponent } from '@mintplayer/ng-bootstrap/form';
2
- import * as i0 from "@angular/core";
3
- export declare class BsFloatingLabelComponent {
4
- constructor(bsForm: BsFormComponent);
5
- static ɵfac: i0.ɵɵFactoryDeclaration<BsFloatingLabelComponent, [{ optional: true; }]>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<BsFloatingLabelComponent, "bs-floating-label", never, {}, {}, never, ["input", "label"], true, never>;
7
- }
@@ -1 +0,0 @@
1
- export * from './floating-label/floating-label.component';
@@ -1,7 +0,0 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class BsFontColorPipe implements PipeTransform {
4
- transform(color_hex: any, defaultColor?: string): any;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<BsFontColorPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<BsFontColorPipe, "bsFontColor", true>;
7
- }
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class BsForDirective {
3
- defaultCursor: boolean;
4
- static counter: number;
5
- private target;
6
- set bsFor(value: any);
7
- forValue?: string;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<BsForDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<BsForDirective, "label[bsFor]", never, { "bsFor": { "alias": "bsFor"; "required": false; }; }, {}, never, never, true, never>;
10
- }
@@ -1 +0,0 @@
1
- export * from './for.directive';
@@ -1,10 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class BsFormComponent {
4
- action?: string;
5
- method?: 'GET' | 'POST' | 'PUT' | 'DELETE';
6
- submitted: EventEmitter<Event>;
7
- onSubmit(ev: Event): boolean;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<BsFormComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<BsFormComponent, "bs-form", never, { "action": { "alias": "action"; "required": false; }; "method": { "alias": "method"; "required": false; }; }, { "submitted": "submitted"; }, never, ["*"], false, never>;
10
- }
@@ -1,8 +0,0 @@
1
- import { BsFormComponent } from '../form/form.component';
2
- import * as i0 from "@angular/core";
3
- export declare class BsFormControlDirective {
4
- constructor(form?: BsFormComponent);
5
- formControlClass: boolean;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<BsFormControlDirective, [{ optional: true; }]>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<BsFormControlDirective, "bs-form input:not(.no-form-control), bs-form textarea:not(.no-form-control)", never, {}, {}, never, never, false, never>;
8
- }
@@ -1,6 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class BsFormGroupDirective {
3
- formGroupClass: boolean;
4
- static ɵfac: i0.ɵɵFactoryDeclaration<BsFormGroupDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<BsFormGroupDirective, "[bsFormGroup]", never, {}, {}, never, never, false, never>;
6
- }
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./form/form.component";
3
- import * as i2 from "./form-control/form-control.directive";
4
- import * as i3 from "./form-group/form-group.directive";
5
- import * as i4 from "@angular/common";
6
- export declare class BsFormModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<BsFormModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsFormModule, [typeof i1.BsFormComponent, typeof i2.BsFormControlDirective, typeof i3.BsFormGroupDirective], [typeof i4.CommonModule], [typeof i1.BsFormComponent, typeof i2.BsFormControlDirective, typeof i3.BsFormGroupDirective]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<BsFormModule>;
10
- }
@@ -1,4 +0,0 @@
1
- export * from './form.module';
2
- export * from './form/form.component';
3
- export * from './form-group/form-group.directive';
4
- export * from './form-control/form-control.directive';
@@ -1,12 +0,0 @@
1
- import { Breakpoint } from '@mintplayer/ng-bootstrap';
2
- import { BehaviorSubject, Observable } from 'rxjs';
3
- import * as i0 from "@angular/core";
4
- export declare class BsGridComponent {
5
- constructor();
6
- stopFullWidthAt$: BehaviorSubject<Breakpoint | "never">;
7
- get stopFullWidthAt(): Breakpoint | 'never';
8
- set stopFullWidthAt(value: Breakpoint | 'never');
9
- containerClass$: Observable<string>;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<BsGridComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<BsGridComponent, "bs-grid", never, { "stopFullWidthAt": { "alias": "stopFullWidthAt"; "required": false; }; }, {}, never, ["*"], false, never>;
12
- }
@@ -1,6 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class BsColFormLabelDirective {
3
- colFormLabelClass: boolean;
4
- static ɵfac: i0.ɵɵFactoryDeclaration<BsColFormLabelDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<BsColFormLabelDirective, "[bsColFormLabel]", never, {}, {}, never, never, false, never>;
6
- }
@@ -1,29 +0,0 @@
1
- import { DestroyRef } from '@angular/core';
2
- import { BehaviorSubject } from 'rxjs';
3
- import * as i0 from "@angular/core";
4
- export declare class BsGridColumnDirective {
5
- constructor(destroy: DestroyRef);
6
- classList: string | null;
7
- xxs$: BehaviorSubject<number | undefined>;
8
- xs$: BehaviorSubject<number | undefined>;
9
- sm$: BehaviorSubject<number | undefined>;
10
- md$: BehaviorSubject<number | undefined>;
11
- lg$: BehaviorSubject<number | undefined>;
12
- xl$: BehaviorSubject<number | undefined>;
13
- xxl$: BehaviorSubject<number | undefined>;
14
- set xxs(value: number | undefined);
15
- set xs(value: number | undefined);
16
- set sm(value: number | undefined);
17
- set md(value: number | undefined);
18
- set lg(value: number | undefined);
19
- set xl(value: number | undefined);
20
- set xxl(value: number | undefined);
21
- static ɵfac: i0.ɵɵFactoryDeclaration<BsGridColumnDirective, never>;
22
- static ɵdir: i0.ɵɵDirectiveDeclaration<BsGridColumnDirective, "[xxs],[xs],[sm],[md],[lg],[xl],[xxl]", never, { "xxs": { "alias": "xxs"; "required": false; }; "xs": { "alias": "xs"; "required": false; }; "sm": { "alias": "sm"; "required": false; }; "md": { "alias": "md"; "required": false; }; "lg": { "alias": "lg"; "required": false; }; "xl": { "alias": "xl"; "required": false; }; "xxl": { "alias": "xxl"; "required": false; }; }, {}, never, never, false, never>;
23
- }
24
- export declare class BsGridColDirective {
25
- colClass: boolean;
26
- set col(value: undefined);
27
- static ɵfac: i0.ɵɵFactoryDeclaration<BsGridColDirective, never>;
28
- static ɵdir: i0.ɵɵDirectiveDeclaration<BsGridColDirective, "[col]", never, { "col": { "alias": "col"; "required": false; }; }, {}, never, never, false, never>;
29
- }
@@ -1,3 +0,0 @@
1
- export * from './row/row.directive';
2
- export * from './column/column.directive';
3
- export * from './col-form-label/col-form-label.directive';
@@ -1,6 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class BsGridRowDirective {
3
- rowClass: boolean;
4
- static ɵfac: i0.ɵɵFactoryDeclaration<BsGridRowDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<BsGridRowDirective, "[bsRow]", never, {}, {}, never, never, false, never>;
6
- }
@@ -1,12 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./component/grid.component";
3
- import * as i2 from "./directives/row/row.directive";
4
- import * as i3 from "./directives/column/column.directive";
5
- import * as i4 from "./directives/col-form-label/col-form-label.directive";
6
- import * as i5 from "@angular/common";
7
- import * as i6 from "@mintplayer/ng-bootstrap/container";
8
- export declare class BsGridModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<BsGridModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsGridModule, [typeof i1.BsGridComponent, typeof i2.BsGridRowDirective, typeof i3.BsGridColumnDirective, typeof i3.BsGridColDirective, typeof i4.BsColFormLabelDirective], [typeof i5.CommonModule, typeof i6.BsContainerComponent], [typeof i1.BsGridComponent, typeof i2.BsGridRowDirective, typeof i3.BsGridColumnDirective, typeof i3.BsGridColDirective, typeof i4.BsColFormLabelDirective]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<BsGridModule>;
12
- }
@@ -1,4 +0,0 @@
1
- export * from './component/grid.component';
2
- export * from './directives';
3
- export * from './grid.module';
4
- export * from './interfaces';
@@ -1,9 +0,0 @@
1
- export interface BsColumnDefinition {
2
- _?: number;
3
- xs?: number;
4
- sm?: number;
5
- md?: number;
6
- lg?: number;
7
- xl?: number;
8
- xxl?: number;
9
- }
@@ -1 +0,0 @@
1
- export * from './column-definition';
@@ -1,3 +0,0 @@
1
- export interface HasId<T> {
2
- id: T;
3
- }
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class BsHasOverlayComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<BsHasOverlayComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<BsHasOverlayComponent, "bs-has-overlay", never, {}, {}, never, never, true, never>;
5
- }
@@ -1 +0,0 @@
1
- export * from './has-overlay/has-overlay.component';
@@ -1,7 +0,0 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class BsHasPropertyPipe implements PipeTransform {
4
- transform(value: Object, propName: string): boolean;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<BsHasPropertyPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<BsHasPropertyPipe, "bsHasProperty", true>;
7
- }
@@ -1 +0,0 @@
1
- export * from './has-property.pipe';
@@ -1,8 +0,0 @@
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", true>;
8
- }
@@ -1 +0,0 @@
1
- export * from './input-group/input-group.component';
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class BsInputGroupComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<BsInputGroupComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<BsInputGroupComponent, "bs-input-group", never, {}, {}, never, ["*"], true, never>;
5
- }
@@ -1,4 +0,0 @@
1
- export * from './switch-view';
2
- export * from './instanceof-case.directive';
3
- export * from './instanceof-default.directive';
4
- export * from './instanceof.directive';
@@ -1,23 +0,0 @@
1
- import { DoCheck, ViewContainerRef, TemplateRef } from "@angular/core";
2
- import { BsInstanceOfContext } from "../interfaces/instance-of-context";
3
- import { AbstractType } from "../types/abstract.type";
4
- import { BsInstanceOfDirective } from "./instanceof.directive";
5
- import * as i0 from "@angular/core";
6
- export declare class BsInstanceofCaseDirective<T> implements DoCheck {
7
- private bsInstanceof;
8
- bsInstanceofCase: AbstractType<T>;
9
- private _view;
10
- constructor(viewContainer: ViewContainerRef, templateRef: TemplateRef<BsInstanceOfContext<T>>, bsInstanceof: BsInstanceOfDirective);
11
- /**
12
- * Asserts the correct type of the context for the template that `InstanceofCaseDirective` will render.
13
- *
14
- * The presence of this method is a signal to the Ivy template type-check compiler that the
15
- * `InstanceofCaseDirective` structural directive renders its template with a specific context type.
16
- * Magic happens here!
17
- */
18
- static ngTemplateContextGuard<T>(dir: BsInstanceofCaseDirective<T>, ctx: any): ctx is BsInstanceOfContext<Exclude<T, false | 0 | '' | null | undefined>>;
19
- ngDoCheck(): void;
20
- throwError(directiveName: string): void;
21
- static ɵfac: i0.ɵɵFactoryDeclaration<BsInstanceofCaseDirective<any>, [null, null, { optional: true; host: true; }]>;
22
- static ɵdir: i0.ɵɵDirectiveDeclaration<BsInstanceofCaseDirective<any>, "[bsInstanceofCase]", never, { "bsInstanceofCase": { "alias": "bsInstanceofCase"; "required": false; }; }, {}, never, never, false, never>;
23
- }
@@ -1,10 +0,0 @@
1
- import { ViewContainerRef, TemplateRef } from "@angular/core";
2
- import { BsInstanceOfContext } from "../interfaces/instance-of-context";
3
- import { BsInstanceOfDirective } from "./instanceof.directive";
4
- import * as i0 from "@angular/core";
5
- export declare class BsInstanceOfDefaultDirective {
6
- constructor(viewContainer: ViewContainerRef, templateRef: TemplateRef<BsInstanceOfContext>, bsInstanceof: BsInstanceOfDirective);
7
- throwError(directiveName: string): void;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<BsInstanceOfDefaultDirective, [null, null, { optional: true; host: true; }]>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<BsInstanceOfDefaultDirective, "[bsInstanceofDefault]", never, {}, {}, never, never, false, never>;
10
- }
@@ -1,21 +0,0 @@
1
- import { SwitchView } from "./switch-view";
2
- import { AbstractType } from "../types/abstract.type";
3
- import * as i0 from "@angular/core";
4
- export declare class BsInstanceOfDirective {
5
- private _defaultViews;
6
- private _defaultUsed;
7
- private _caseCount;
8
- private _lastCaseCheckIndex;
9
- private _lastCasesMatched;
10
- private _instanceof;
11
- set bsInstanceof(newValue: any);
12
- /** @internal */
13
- _addCase(): number;
14
- /** @internal */
15
- _addDefault(view: SwitchView): void;
16
- /** @internal */
17
- _matchCase<T>(type: AbstractType<T>): T | undefined;
18
- private _updateDefaultCases;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<BsInstanceOfDirective, never>;
20
- static ɵdir: i0.ɵɵDirectiveDeclaration<BsInstanceOfDirective, "[bsInstanceof]", never, { "bsInstanceof": { "alias": "bsInstanceof"; "required": false; }; }, {}, never, never, false, never>;
21
- }
@@ -1,12 +0,0 @@
1
- import { ViewContainerRef, TemplateRef } from "@angular/core";
2
- import { BsInstanceOfContext } from "../interfaces/instance-of-context";
3
- export declare class SwitchView<T = unknown> {
4
- private _viewContainerRef;
5
- private _templateRef;
6
- private _created;
7
- private _context;
8
- constructor(_viewContainerRef: ViewContainerRef, _templateRef: TemplateRef<BsInstanceOfContext<T>>);
9
- enforceState(result?: T): void;
10
- private create;
11
- private destroy;
12
- }
@@ -1,5 +0,0 @@
1
- export * from './instance-of.module';
2
- export * from './directives';
3
- export * from './pipes';
4
- export * from './types';
5
- export * from './interfaces';
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./pipes/instance-of.pipe";
3
- import * as i2 from "./directives/instanceof.directive";
4
- import * as i3 from "./directives/instanceof-case.directive";
5
- import * as i4 from "./directives/instanceof-default.directive";
6
- import * as i5 from "@angular/common";
7
- export declare class BsInstanceOfModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<BsInstanceOfModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsInstanceOfModule, [typeof i1.BsInstanceofPipe, typeof i2.BsInstanceOfDirective, typeof i3.BsInstanceofCaseDirective, typeof i4.BsInstanceOfDefaultDirective], [typeof i5.CommonModule], [typeof i1.BsInstanceofPipe, typeof i2.BsInstanceOfDirective, typeof i3.BsInstanceofCaseDirective, typeof i4.BsInstanceOfDefaultDirective]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<BsInstanceOfModule>;
11
- }
@@ -1 +0,0 @@
1
- export * from './instance-of-context';