@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 +1 @@
1
- {"version":3,"file":"mintplayer-ng-bootstrap-resizable.mjs","sources":["../../../../libs/mintplayer-ng-bootstrap/resizable/src/providers/resizable.provider.ts","../../../../libs/mintplayer-ng-bootstrap/resizable/src/resize-glyph/resize-glyph.directive.ts","../../../../libs/mintplayer-ng-bootstrap/resizable/src/resizable/resizable.component.ts","../../../../libs/mintplayer-ng-bootstrap/resizable/src/resizable/resizable.component.html","../../../../libs/mintplayer-ng-bootstrap/resizable/src/resizable.module.ts","../../../../libs/mintplayer-ng-bootstrap/resizable/mintplayer-ng-bootstrap-resizable.ts"],"sourcesContent":["import { InjectionToken } from \"@angular/core\";\nimport type { BsResizableComponent } from \"../resizable/resizable.component\";\n\nexport const RESIZABLE = new InjectionToken<BsResizableComponent>('Resizable');","import { Directive, HostBinding, HostListener, Inject, Input, forwardRef, Optional } from '@angular/core';\nimport { Position } from '@mintplayer/ng-bootstrap';\nimport type { BsResizableComponent } from '../resizable/resizable.component';\nimport { ResizeAction } from '../interfaces/resize-action';\nimport { PointerData } from '../interfaces/pointer-data';\nimport { RESIZABLE } from '../providers/resizable.provider';\n\n@Directive({\n selector: '[bsResizeGlyph]'\n})\nexport class BsResizeGlyphDirective {\n\n // Can't use typed DI because of the `import type`\n private readonly resizable: BsResizableComponent;\n constructor(@Inject(RESIZABLE) resizable: any) {\n this.resizable = resizable;\n }\n\n @HostBinding('class') positions = '';\n @HostBinding('class.glyph') glyphClass = true;\n @HostBinding('class.active') activeClass = false;\n\n @Input() set bsResizeGlyph(value: Position[]) {\n this.positions = value.join(' ');\n }\n\n @HostListener('mousedown', ['$event']) onMouseDown(ev: MouseEvent) {\n ev.preventDefault();\n this.onPointerDown()\n }\n\n @HostListener('touchstart', ['$event']) onTouchStart(ev: TouchEvent) {\n ev.preventDefault();\n this.onPointerDown();\n }\n\n @HostListener('document:mousemove', ['$event']) onMouseMove(ev: MouseEvent) {\n this.onPointerMove({ clientX: ev.clientX, clientY: ev.clientY, preventDefault: () => ev.preventDefault() });\n }\n\n @HostListener('touchmove', ['$event']) onTouchMove(ev: TouchEvent) {\n if (ev.touches.length === 1) {\n this.onPointerMove({ clientX: ev.touches[0].clientX, clientY: ev.touches[0].clientY, preventDefault: () => ev.preventDefault() });\n }\n }\n\n @HostListener('document:mouseup', ['$event']) onMouseUp(ev: Event) {\n this.onPointerUp();\n }\n\n @HostListener('touchend', ['$event']) onTouchEnd(ev: Event) {\n this.onPointerUp();\n }\n\n onPointerDown() {\n let action: ResizeAction = {\n positioning: this.resizable.positioning\n };\n const rect = this.resizable.element.nativeElement.getBoundingClientRect();\n const styles = window.getComputedStyle(this.resizable.element.nativeElement);\n\n const marginLeft = (this.resizable.positioning === 'absolute') ? undefined : parseFloat(styles.marginLeft.slice(0, -2));\n const marginRight = (this.resizable.positioning === 'absolute') ? undefined : parseFloat(styles.marginRight.slice(0, -2));\n const marginTop = (this.resizable.positioning === 'absolute') ? undefined : parseFloat(styles.marginTop.slice(0, -2));\n const marginBottom = (this.resizable.positioning === 'absolute') ? undefined : parseFloat(styles.marginBottom.slice(0, -2));\n\n if (this.positions?.includes('start')) {\n action = {\n ...action,\n end: {\n edge: rect.right,\n size: rect.width,\n margin: marginRight,\n dragMargin: marginLeft\n },\n };\n }\n if (this.positions?.includes('end')) {\n action = {\n ...action,\n start: {\n edge: rect.left,\n size: rect.width,\n margin: marginLeft,\n dragMargin: marginRight\n },\n };\n }\n if (this.positions?.includes('top')) {\n action = {\n ...action,\n bottom: {\n edge: rect.bottom,\n size: rect.height,\n margin: marginBottom,\n dragMargin: marginTop\n },\n };\n }\n if (this.positions?.includes('bottom')) {\n action = {\n ...action,\n top: {\n edge: rect.top,\n size: rect.height,\n margin: marginTop,\n dragMargin: marginBottom\n },\n };\n }\n\n this.resizable.resizeAction = action;\n this.activeClass = true;\n }\n\n private isBusy = false;\n onPointerMove(ev: PointerData) {\n if (this.resizable.resizeAction && !this.isBusy) {\n ev.preventDefault();\n this.isBusy = true;\n const rct = this.resizable.element.nativeElement.getBoundingClientRect();\n if (this.resizable.resizeAction.start && this.positions?.includes('end')) {\n // Right glyph\n const x = (ev.clientX < rct.left + 10) ? rct.left + 10 : ev.clientX;\n switch (this.resizable.positioning) {\n case 'inline': {\n const initalMargin = this.resizable.marginRight ?? 0;\n this.resizable.marginRight = initalMargin - (x - rct.right);\n } break;\n case 'absolute': {\n this.resizable.width = x - rct.left;\n } break;\n }\n } else if (this.resizable.resizeAction.end && this.positions?.includes('start')) {\n // Left glyph\n const x = (ev.clientX > rct.right - 10) ? rct.right - 10 : ev.clientX;\n switch (this.resizable.positioning) {\n case 'inline': {\n const initalMargin = this.resizable.marginLeft ?? 0;\n this.resizable.marginLeft = initalMargin + x - rct.left;\n } break;\n case 'absolute': {\n this.resizable.left = x;\n this.resizable.width = this.resizable.resizeAction.end.edge - x;\n } break;\n }\n }\n\n if (this.resizable.resizeAction.top && this.positions?.includes('bottom')) {\n // Bottom glyph\n const y = (ev.clientY < rct.top + 10) ? rct.top + 10 : ev.clientY;\n switch (this.resizable.positioning) {\n case 'inline': {\n const initalMargin = this.resizable.marginBottom ?? 0;\n this.resizable.height = y - rct.top;\n this.resizable.marginBottom = initalMargin - (y - rct.bottom);\n } break;\n case 'absolute': {\n this.resizable.height = y - rct.top;\n } break;\n }\n } else if (this.resizable.resizeAction.bottom && this.positions?.includes('top')) {\n // Top glyph\n const y = (ev.clientY > rct.bottom - 10) ? rct.bottom - 10 : ev.clientY;\n switch (this.resizable.positioning) {\n case 'inline': {\n const initalMargin = this.resizable.marginTop ?? 0;\n this.resizable.height = rct.bottom - y;\n this.resizable.marginTop = initalMargin + y - rct.top;\n } break;\n case 'absolute': {\n this.resizable.top = y;\n this.resizable.height = this.resizable.resizeAction.bottom.edge - y;\n } break;\n }\n }\n this.isBusy = false;\n }\n }\n \n onPointerUp() {\n this.resizable.resizeAction = undefined;\n this.activeClass = false;\n }\n}\n","import { Component, ElementRef, HostBinding, Input, forwardRef } from '@angular/core';\nimport { takeUntilDestroyed } from '@angular/core/rxjs-interop';\nimport { BehaviorSubject, Observable, map } from 'rxjs';\nimport { ResizeAction } from '../interfaces/resize-action';\nimport { RESIZABLE } from '../providers/resizable.provider';\nimport { ResizablePositioning } from '../types/positioning';\nimport { PresetPosition } from '../interfaces/preset-position';\n\n@Component({\n selector: 'bs-resizable',\n templateUrl: './resizable.component.html',\n styleUrls: ['./resizable.component.scss'],\n providers: [\n { provide: RESIZABLE, useExisting: forwardRef(() => BsResizableComponent) }\n ]\n})\nexport class BsResizableComponent {\n constructor(element: ElementRef<HTMLElement>) {\n this.element = element;\n this.hostPosition$ = this.positioning$.pipe(map((positioning) => {\n switch (positioning) {\n case 'absolute': return 'position-absolute';\n case 'inline': return 'position-relative';\n }\n }));\n\n this.wrapperPosition$ = this.positioning$.pipe(map((positioning) => {\n switch (positioning) {\n case 'absolute': return ['position-relative', 'h-100']\n case 'inline': return [];\n }\n }));\n\n this.hostPosition$.pipe(takeUntilDestroyed())\n .subscribe(hostPosition => this.hostClass = hostPosition);\n }\n\n resizeAction?: ResizeAction;\n element: ElementRef<HTMLElement>;\n hostPosition$: Observable<string>;\n wrapperPosition$: Observable<string[]>;\n\n //#region Positioning\n positioning$ = new BehaviorSubject<ResizablePositioning>('inline');\n public get positioning() {\n return this.positioning$.value;\n }\n @Input() public set positioning(value: ResizablePositioning) {\n this.positioning$.next(value);\n }\n //#endregion\n\n @Input() public set presetPosition(value: PresetPosition) {\n if (this.positioning === 'inline') {\n throw 'presetPosition currently only supported in absolute positioning';\n }\n this.width = value.width;\n this.height = value.height;\n this.left = value.left;\n this.top = value.top;\n this.marginTop = this.marginBottom = this.marginLeft = this.marginRight = undefined;\n }\n\n @HostBinding('style.margin-left.px') marginLeft?: number;\n @HostBinding('style.margin-right.px') marginRight?: number;\n @HostBinding('style.margin-top.px') marginTop?: number;\n @HostBinding('style.margin-bottom.px') marginBottom?: number;\n @HostBinding('style.width.px') width?: number;\n @HostBinding('style.height.px') height?: number;\n @HostBinding('style.left.px') left?: number;\n @HostBinding('style.top.px') top?: number;\n \n\n @HostBinding('class.d-block')\n @HostBinding('class.border')\n classes = true;\n\n @HostBinding('class')\n hostClass: string | null = null;\n}\n","<div [class]=\"wrapperPosition$ | async\" class=\"h-100\">\n <div class=\"cursor-nw-resize\" [bsResizeGlyph]=\"['top', 'start']\"></div>\n <div class=\"cursor-n-resize\" [bsResizeGlyph]=\"['top']\"></div>\n <div class=\"cursor-ne-resize\" [bsResizeGlyph]=\"['top', 'end']\"></div>\n <div class=\"cursor-e-resize\" [bsResizeGlyph]=\"['end']\"></div>\n <div class=\"cursor-se-resize\" [bsResizeGlyph]=\"['bottom', 'end']\"></div>\n <div class=\"cursor-s-resize\" [bsResizeGlyph]=\"['bottom']\"></div>\n <div class=\"cursor-sw-resize\" [bsResizeGlyph]=\"['bottom', 'start']\"></div>\n <div class=\"cursor-w-resize\" [bsResizeGlyph]=\"['start']\"></div>\n <ng-content></ng-content>\n</div>","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { BsResizableComponent } from './resizable/resizable.component';\nimport { BsResizeGlyphDirective } from './resize-glyph/resize-glyph.directive';\n\n@NgModule({\n declarations: [\n BsResizableComponent,\n BsResizeGlyphDirective\n ],\n imports: [\n CommonModule\n ],\n exports: [\n BsResizableComponent,\n BsResizeGlyphDirective\n ]\n})\nexport class BsResizableModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i1.BsResizeGlyphDirective"],"mappings":"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"}
1
+ {"version":3,"file":"mintplayer-ng-bootstrap-resizable.mjs","sources":["../tmp-esm2022/resizable/src/providers/resizable.provider.js","../tmp-esm2022/resizable/src/resize-glyph/resize-glyph.directive.js","../tmp-esm2022/resizable/src/resizable/resizable.component.js","../tmp-esm2022/resizable/src/resizable.module.js","../tmp-esm2022/resizable/mintplayer-ng-bootstrap-resizable.js"],"sourcesContent":["import { InjectionToken } from \"@angular/core\";\nexport const RESIZABLE = new InjectionToken('Resizable');\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzaXphYmxlLnByb3ZpZGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9yZXNpemFibGUvc3JjL3Byb3ZpZGVycy9yZXNpemFibGUucHJvdmlkZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUcvQyxNQUFNLENBQUMsTUFBTSxTQUFTLEdBQUcsSUFBSSxjQUFjLENBQXVCLFdBQVcsQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0aW9uVG9rZW4gfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHR5cGUgeyBCc1Jlc2l6YWJsZUNvbXBvbmVudCB9IGZyb20gXCIuLi9yZXNpemFibGUvcmVzaXphYmxlLmNvbXBvbmVudFwiO1xuXG5leHBvcnQgY29uc3QgUkVTSVpBQkxFID0gbmV3IEluamVjdGlvblRva2VuPEJzUmVzaXphYmxlQ29tcG9uZW50PignUmVzaXphYmxlJyk7Il19","import { Directive, HostBinding, HostListener, Inject, Input } from '@angular/core';\nimport { RESIZABLE } from '../providers/resizable.provider';\nimport * as i0 from \"@angular/core\";\nexport class BsResizeGlyphDirective {\n constructor(resizable) {\n this.positions = '';\n this.glyphClass = true;\n this.activeClass = false;\n this.isBusy = false;\n this.resizable = resizable;\n }\n set bsResizeGlyph(value) {\n this.positions = value.join(' ');\n }\n onMouseDown(ev) {\n ev.preventDefault();\n this.onPointerDown();\n }\n onTouchStart(ev) {\n ev.preventDefault();\n this.onPointerDown();\n }\n onMouseMove(ev) {\n this.onPointerMove({ clientX: ev.clientX, clientY: ev.clientY, preventDefault: () => ev.preventDefault() });\n }\n onTouchMove(ev) {\n if (ev.touches.length === 1) {\n this.onPointerMove({ clientX: ev.touches[0].clientX, clientY: ev.touches[0].clientY, preventDefault: () => ev.preventDefault() });\n }\n }\n onMouseUp(ev) {\n this.onPointerUp();\n }\n onTouchEnd(ev) {\n this.onPointerUp();\n }\n onPointerDown() {\n let action = {\n positioning: this.resizable.positioning\n };\n const rect = this.resizable.element.nativeElement.getBoundingClientRect();\n const styles = window.getComputedStyle(this.resizable.element.nativeElement);\n const marginLeft = (this.resizable.positioning === 'absolute') ? undefined : parseFloat(styles.marginLeft.slice(0, -2));\n const marginRight = (this.resizable.positioning === 'absolute') ? undefined : parseFloat(styles.marginRight.slice(0, -2));\n const marginTop = (this.resizable.positioning === 'absolute') ? undefined : parseFloat(styles.marginTop.slice(0, -2));\n const marginBottom = (this.resizable.positioning === 'absolute') ? undefined : parseFloat(styles.marginBottom.slice(0, -2));\n if (this.positions?.includes('start')) {\n action = {\n ...action,\n end: {\n edge: rect.right,\n size: rect.width,\n margin: marginRight,\n dragMargin: marginLeft\n },\n };\n }\n if (this.positions?.includes('end')) {\n action = {\n ...action,\n start: {\n edge: rect.left,\n size: rect.width,\n margin: marginLeft,\n dragMargin: marginRight\n },\n };\n }\n if (this.positions?.includes('top')) {\n action = {\n ...action,\n bottom: {\n edge: rect.bottom,\n size: rect.height,\n margin: marginBottom,\n dragMargin: marginTop\n },\n };\n }\n if (this.positions?.includes('bottom')) {\n action = {\n ...action,\n top: {\n edge: rect.top,\n size: rect.height,\n margin: marginTop,\n dragMargin: marginBottom\n },\n };\n }\n this.resizable.resizeAction = action;\n this.activeClass = true;\n }\n onPointerMove(ev) {\n if (this.resizable.resizeAction && !this.isBusy) {\n ev.preventDefault();\n this.isBusy = true;\n const rct = this.resizable.element.nativeElement.getBoundingClientRect();\n if (this.resizable.resizeAction.start && this.positions?.includes('end')) {\n // Right glyph\n const x = (ev.clientX < rct.left + 10) ? rct.left + 10 : ev.clientX;\n switch (this.resizable.positioning) {\n case 'inline':\n {\n const initalMargin = this.resizable.marginRight ?? 0;\n this.resizable.marginRight = initalMargin - (x - rct.right);\n }\n break;\n case 'absolute':\n {\n this.resizable.width = x - rct.left;\n }\n break;\n }\n }\n else if (this.resizable.resizeAction.end && this.positions?.includes('start')) {\n // Left glyph\n const x = (ev.clientX > rct.right - 10) ? rct.right - 10 : ev.clientX;\n switch (this.resizable.positioning) {\n case 'inline':\n {\n const initalMargin = this.resizable.marginLeft ?? 0;\n this.resizable.marginLeft = initalMargin + x - rct.left;\n }\n break;\n case 'absolute':\n {\n this.resizable.left = x;\n this.resizable.width = this.resizable.resizeAction.end.edge - x;\n }\n break;\n }\n }\n if (this.resizable.resizeAction.top && this.positions?.includes('bottom')) {\n // Bottom glyph\n const y = (ev.clientY < rct.top + 10) ? rct.top + 10 : ev.clientY;\n switch (this.resizable.positioning) {\n case 'inline':\n {\n const initalMargin = this.resizable.marginBottom ?? 0;\n this.resizable.height = y - rct.top;\n this.resizable.marginBottom = initalMargin - (y - rct.bottom);\n }\n break;\n case 'absolute':\n {\n this.resizable.height = y - rct.top;\n }\n break;\n }\n }\n else if (this.resizable.resizeAction.bottom && this.positions?.includes('top')) {\n // Top glyph\n const y = (ev.clientY > rct.bottom - 10) ? rct.bottom - 10 : ev.clientY;\n switch (this.resizable.positioning) {\n case 'inline':\n {\n const initalMargin = this.resizable.marginTop ?? 0;\n this.resizable.height = rct.bottom - y;\n this.resizable.marginTop = initalMargin + y - rct.top;\n }\n break;\n case 'absolute':\n {\n this.resizable.top = y;\n this.resizable.height = this.resizable.resizeAction.bottom.edge - y;\n }\n break;\n }\n }\n this.isBusy = false;\n }\n }\n onPointerUp() {\n this.resizable.resizeAction = undefined;\n this.activeClass = false;\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsResizeGlyphDirective, deps: [{ token: RESIZABLE }], target: i0.ɵɵFactoryTarget.Directive }); }\n static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: \"14.0.0\", version: \"20.0.0-rc.2\", type: BsResizeGlyphDirective, isStandalone: false, selector: \"[bsResizeGlyph]\", inputs: { bsResizeGlyph: \"bsResizeGlyph\" }, host: { listeners: { \"mousedown\": \"onMouseDown($event)\", \"touchstart\": \"onTouchStart($event)\", \"document:mousemove\": \"onMouseMove($event)\", \"touchmove\": \"onTouchMove($event)\", \"document:mouseup\": \"onMouseUp($event)\", \"touchend\": \"onTouchEnd($event)\" }, properties: { \"class\": \"this.positions\", \"class.glyph\": \"this.glyphClass\", \"class.active\": \"this.activeClass\" } }, ngImport: i0 }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsResizeGlyphDirective, decorators: [{\n type: Directive,\n args: [{\n selector: '[bsResizeGlyph]',\n standalone: false,\n }]\n }], ctorParameters: () => [{ type: undefined, decorators: [{\n type: Inject,\n args: [RESIZABLE]\n }] }], propDecorators: { positions: [{\n type: HostBinding,\n args: ['class']\n }], glyphClass: [{\n type: HostBinding,\n args: ['class.glyph']\n }], activeClass: [{\n type: HostBinding,\n args: ['class.active']\n }], bsResizeGlyph: [{\n type: Input\n }], onMouseDown: [{\n type: HostListener,\n args: ['mousedown', ['$event']]\n }], onTouchStart: [{\n type: HostListener,\n args: ['touchstart', ['$event']]\n }], onMouseMove: [{\n type: HostListener,\n args: ['document:mousemove', ['$event']]\n }], onTouchMove: [{\n type: HostListener,\n args: ['touchmove', ['$event']]\n }], onMouseUp: [{\n type: HostListener,\n args: ['document:mouseup', ['$event']]\n }], onTouchEnd: [{\n type: HostListener,\n args: ['touchend', ['$event']]\n }] } });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzaXplLWdseXBoLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvcmVzaXphYmxlL3NyYy9yZXNpemUtZ2x5cGgvcmVzaXplLWdseXBoLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxZQUFZLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBd0IsTUFBTSxlQUFlLENBQUM7QUFLMUcsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGlDQUFpQyxDQUFDOztBQU01RCxNQUFNLE9BQU8sc0JBQXNCO0lBSWpDLFlBQStCLFNBQWM7UUFJdkIsY0FBUyxHQUFHLEVBQUUsQ0FBQztRQUNULGVBQVUsR0FBRyxJQUFJLENBQUM7UUFDakIsZ0JBQVcsR0FBRyxLQUFLLENBQUM7UUErRnpDLFdBQU0sR0FBRyxLQUFLLENBQUM7UUFwR3JCLElBQUksQ0FBQyxTQUFTLEdBQUcsU0FBUyxDQUFDO0lBQzdCLENBQUM7SUFNRCxJQUFhLGFBQWEsQ0FBQyxLQUFpQjtRQUMxQyxJQUFJLENBQUMsU0FBUyxHQUFHLEtBQUssQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUM7SUFDbkMsQ0FBQztJQUVzQyxXQUFXLENBQUMsRUFBYztRQUMvRCxFQUFFLENBQUMsY0FBYyxFQUFFLENBQUM7UUFDcEIsSUFBSSxDQUFDLGFBQWEsRUFBRSxDQUFBO0lBQ3RCLENBQUM7SUFFdUMsWUFBWSxDQUFDLEVBQWM7UUFDakUsRUFBRSxDQUFDLGNBQWMsRUFBRSxDQUFDO1FBQ3BCLElBQUksQ0FBQyxhQUFhLEVBQUUsQ0FBQztJQUN2QixDQUFDO0lBRStDLFdBQVcsQ0FBQyxFQUFjO1FBQ3hFLElBQUksQ0FBQyxhQUFhLENBQUMsRUFBRSxPQUFPLEVBQUUsRUFBRSxDQUFDLE9BQU8sRUFBRSxPQUFPLEVBQUUsRUFBRSxDQUFDLE9BQU8sRUFBRSxjQUFjLEVBQUUsR0FBRyxFQUFFLENBQUMsRUFBRSxDQUFDLGNBQWMsRUFBRSxFQUFFLENBQUMsQ0FBQztJQUM5RyxDQUFDO0lBRXNDLFdBQVcsQ0FBQyxFQUFjO1FBQy9ELElBQUksRUFBRSxDQUFDLE9BQU8sQ0FBQyxNQUFNLEtBQUssQ0FBQyxFQUFFLENBQUM7WUFDNUIsSUFBSSxDQUFDLGFBQWEsQ0FBQyxFQUFFLE9BQU8sRUFBRSxFQUFFLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxDQUFDLE9BQU8sRUFBRSxPQUFPLEVBQUUsRUFBRSxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsQ0FBQyxPQUFPLEVBQUUsY0FBYyxFQUFFLEdBQUcsRUFBRSxDQUFDLEVBQUUsQ0FBQyxjQUFjLEVBQUUsRUFBRSxDQUFDLENBQUM7UUFDcEksQ0FBQztJQUNILENBQUM7SUFFNkMsU0FBUyxDQUFDLEVBQVM7UUFDL0QsSUFBSSxDQUFDLFdBQVcsRUFBRSxDQUFDO0lBQ3JCLENBQUM7SUFFcUMsVUFBVSxDQUFDLEVBQVM7UUFDeEQsSUFBSSxDQUFDLFdBQVcsRUFBRSxDQUFDO0lBQ3JCLENBQUM7SUFFRCxhQUFhO1FBQ1gsSUFBSSxNQUFNLEdBQWlCO1lBQ3pCLFdBQVcsRUFBRSxJQUFJLENBQUMsU0FBUyxDQUFDLFdBQVc7U0FDeEMsQ0FBQztRQUNGLE1BQU0sSUFBSSxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsT0FBTyxDQUFDLGFBQWEsQ0FBQyxxQkFBcUIsRUFBRSxDQUFDO1FBQzFFLE1BQU0sTUFBTSxHQUFHLE1BQU0sQ0FBQyxnQkFBZ0IsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLE9BQU8sQ0FBQyxhQUFhLENBQUMsQ0FBQztRQUU3RSxNQUFNLFVBQVUsR0FBRyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsV0FBVyxLQUFLLFVBQVUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLFVBQVUsQ0FBQyxNQUFNLENBQUMsVUFBVSxDQUFDLEtBQUssQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO1FBQ3hILE1BQU0sV0FBVyxHQUFHLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxXQUFXLEtBQUssVUFBVSxDQUFDLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUMsVUFBVSxDQUFDLE1BQU0sQ0FBQyxXQUFXLENBQUMsS0FBSyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7UUFDMUgsTUFBTSxTQUFTLEdBQUcsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLFdBQVcsS0FBSyxVQUFVLENBQUMsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxVQUFVLENBQUMsTUFBTSxDQUFDLFNBQVMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQztRQUN0SCxNQUFNLFlBQVksR0FBRyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsV0FBVyxLQUFLLFVBQVUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLFVBQVUsQ0FBQyxNQUFNLENBQUMsWUFBWSxDQUFDLEtBQUssQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO1FBRTVILElBQUksSUFBSSxDQUFDLFNBQVMsRUFBRSxRQUFRLENBQUMsT0FBTyxDQUFDLEVBQUUsQ0FBQztZQUN0QyxNQUFNLEdBQUc7Z0JBQ1AsR0FBRyxNQUFNO2dCQUNULEdBQUcsRUFBRTtvQkFDSCxJQUFJLEVBQUUsSUFBSSxDQUFDLEtBQUs7b0JBQ2hCLElBQUksRUFBRSxJQUFJLENBQUMsS0FBSztvQkFDaEIsTUFBTSxFQUFFLFdBQVc7b0JBQ25CLFVBQVUsRUFBRSxVQUFVO2lCQUN2QjthQUNGLENBQUM7UUFDSixDQUFDO1FBQ0QsSUFBSSxJQUFJLENBQUMsU0FBUyxFQUFFLFFBQVEsQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDO1lBQ3BDLE1BQU0sR0FBRztnQkFDUCxHQUFHLE1BQU07Z0JBQ1QsS0FBSyxFQUFFO29CQUNMLElBQUksRUFBRSxJQUFJLENBQUMsSUFBSTtvQkFDZixJQUFJLEVBQUUsSUFBSSxDQUFDLEtBQUs7b0JBQ2hCLE1BQU0sRUFBRSxVQUFVO29CQUNsQixVQUFVLEVBQUUsV0FBVztpQkFDeEI7YUFDRixDQUFDO1FBQ0osQ0FBQztRQUNELElBQUksSUFBSSxDQUFDLFNBQVMsRUFBRSxRQUFRLENBQUMsS0FBSyxDQUFDLEVBQUUsQ0FBQztZQUNwQyxNQUFNLEdBQUc7Z0JBQ1AsR0FBRyxNQUFNO2dCQUNULE1BQU0sRUFBRTtvQkFDTixJQUFJLEVBQUUsSUFBSSxDQUFDLE1BQU07b0JBQ2pCLElBQUksRUFBRSxJQUFJLENBQUMsTUFBTTtvQkFDakIsTUFBTSxFQUFFLFlBQVk7b0JBQ3BCLFVBQVUsRUFBRSxTQUFTO2lCQUN0QjthQUNGLENBQUM7UUFDSixDQUFDO1FBQ0QsSUFBSSxJQUFJLENBQUMsU0FBUyxFQUFFLFFBQVEsQ0FBQyxRQUFRLENBQUMsRUFBRSxDQUFDO1lBQ3ZDLE1BQU0sR0FBRztnQkFDUCxHQUFHLE1BQU07Z0JBQ1QsR0FBRyxFQUFFO29CQUNILElBQUksRUFBRSxJQUFJLENBQUMsR0FBRztvQkFDZCxJQUFJLEVBQUUsSUFBSSxDQUFDLE1BQU07b0JBQ2pCLE1BQU0sRUFBRSxTQUFTO29CQUNqQixVQUFVLEVBQUUsWUFBWTtpQkFDekI7YUFDRixDQUFDO1FBQ0osQ0FBQztRQUVELElBQUksQ0FBQyxTQUFTLENBQUMsWUFBWSxHQUFHLE1BQU0sQ0FBQztRQUNyQyxJQUFJLENBQUMsV0FBVyxHQUFHLElBQUksQ0FBQztJQUMxQixDQUFDO0lBR0QsYUFBYSxDQUFDLEVBQWU7UUFDM0IsSUFBSSxJQUFJLENBQUMsU0FBUyxDQUFDLFlBQVksSUFBSSxDQUFDLElBQUksQ0FBQyxNQUFNLEVBQUUsQ0FBQztZQUNoRCxFQUFFLENBQUMsY0FBYyxFQUFFLENBQUM7WUFDcEIsSUFBSSxDQUFDLE1BQU0sR0FBRyxJQUFJLENBQUM7WUFDbkIsTUFBTSxHQUFHLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQyxPQUFPLENBQUMsYUFBYSxDQUFDLHFCQUFxQixFQUFFLENBQUM7WUFDekUsSUFBSSxJQUFJLENBQUMsU0FBUyxDQUFDLFlBQVksQ0FBQyxLQUFLLElBQUksSUFBSSxDQUFDLFNBQVMsRUFBRSxRQUFRLENBQUMsS0FBSyxDQUFDLEVBQUUsQ0FBQztnQkFDekUsY0FBYztnQkFDZCxNQUFNLENBQUMsR0FBRyxDQUFDLEVBQUUsQ0FBQyxPQUFPLEdBQUcsR0FBRyxDQUFDLElBQUksR0FBRyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsR0FBRyxDQUFDLElBQUksR0FBRyxFQUFFLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxPQUFPLENBQUM7Z0JBQ3BFLFFBQVEsSUFBSSxDQUFDLFNBQVMsQ0FBQyxXQUFXLEVBQUUsQ0FBQztvQkFDbkMsS0FBSyxRQUFRO3dCQUFFLENBQUM7NEJBQ2QsTUFBTSxZQUFZLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQyxXQUFXLElBQUksQ0FBQyxDQUFDOzRCQUNyRCxJQUFJLENBQUMsU0FBUyxDQUFDLFdBQVcsR0FBRyxZQUFZLEdBQUcsQ0FBQyxDQUFDLEdBQUcsR0FBRyxDQUFDLEtBQUssQ0FBQyxDQUFDO3dCQUM5RCxDQUFDO3dCQUFDLE1BQU07b0JBQ1IsS0FBSyxVQUFVO3dCQUFFLENBQUM7NEJBQ2hCLElBQUksQ0FBQyxTQUFTLENBQUMsS0FBSyxHQUFHLENBQUMsR0FBRyxHQUFHLENBQUMsSUFBSSxDQUFDO3dCQUN0QyxDQUFDO3dCQUFDLE1BQU07Z0JBQ1YsQ0FBQztZQUNILENBQUM7aUJBQU0sSUFBSSxJQUFJLENBQUMsU0FBUyxDQUFDLFlBQVksQ0FBQyxHQUFHLElBQUksSUFBSSxDQUFDLFNBQVMsRUFBRSxRQUFRLENBQUMsT0FBTyxDQUFDLEVBQUUsQ0FBQztnQkFDaEYsYUFBYTtnQkFDYixNQUFNLENBQUMsR0FBRyxDQUFDLEVBQUUsQ0FBQyxPQUFPLEdBQUcsR0FBRyxDQUFDLEtBQUssR0FBRyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsR0FBRyxDQUFDLEtBQUssR0FBRyxFQUFFLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxPQUFPLENBQUM7Z0JBQ3RFLFFBQVEsSUFBSSxDQUFDLFNBQVMsQ0FBQyxXQUFXLEVBQUUsQ0FBQztvQkFDbkMsS0FBSyxRQUFRO3dCQUFFLENBQUM7NEJBQ2QsTUFBTSxZQUFZLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQyxVQUFVLElBQUksQ0FBQyxDQUFDOzRCQUNwRCxJQUFJLENBQUMsU0FBUyxDQUFDLFVBQVUsR0FBRyxZQUFZLEdBQUcsQ0FBQyxHQUFHLEdBQUcsQ0FBQyxJQUFJLENBQUM7d0JBQzFELENBQUM7d0JBQUMsTUFBTTtvQkFDUixLQUFLLFVBQVU7d0JBQUUsQ0FBQzs0QkFDaEIsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLEdBQUcsQ0FBQyxDQUFDOzRCQUN4QixJQUFJLENBQUMsU0FBUyxDQUFDLEtBQUssR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDLFlBQVksQ0FBQyxHQUFHLENBQUMsSUFBSSxHQUFHLENBQUMsQ0FBQzt3QkFDbEUsQ0FBQzt3QkFBQyxNQUFNO2dCQUNWLENBQUM7WUFDSCxDQUFDO1lBRUQsSUFBSSxJQUFJLENBQUMsU0FBUyxDQUFDLFlBQVksQ0FBQyxHQUFHLElBQUksSUFBSSxDQUFDLFNBQVMsRUFBRSxRQUFRLENBQUMsUUFBUSxDQUFDLEVBQUUsQ0FBQztnQkFDMUUsZUFBZTtnQkFDZixNQUFNLENBQUMsR0FBRyxDQUFDLEVBQUUsQ0FBQyxPQUFPLEdBQUcsR0FBRyxDQUFDLEdBQUcsR0FBRyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsR0FBRyxDQUFDLEdBQUcsR0FBRyxFQUFFLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxPQUFPLENBQUM7Z0JBQ2xFLFFBQVEsSUFBSSxDQUFDLFNBQVMsQ0FBQyxXQUFXLEVBQUUsQ0FBQztvQkFDbkMsS0FBSyxRQUFRO3dCQUFFLENBQUM7NEJBQ2QsTUFBTSxZQUFZLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQyxZQUFZLElBQUksQ0FBQyxDQUFDOzRCQUN0RCxJQUFJLENBQUMsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLEdBQUcsR0FBRyxDQUFDLEdBQUcsQ0FBQzs0QkFDcEMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxZQUFZLEdBQUcsWUFBWSxHQUFHLENBQUMsQ0FBQyxHQUFHLEdBQUcsQ0FBQyxNQUFNLENBQUMsQ0FBQzt3QkFDaEUsQ0FBQzt3QkFBQyxNQUFNO29CQUNSLEtBQUssVUFBVTt3QkFBRSxDQUFDOzRCQUNoQixJQUFJLENBQUMsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLEdBQUcsR0FBRyxDQUFDLEdBQUcsQ0FBQzt3QkFDdEMsQ0FBQzt3QkFBQyxNQUFNO2dCQUNWLENBQUM7WUFDSCxDQUFDO2lCQUFNLElBQUksSUFBSSxDQUFDLFNBQVMsQ0FBQyxZQUFZLENBQUMsTUFBTSxJQUFJLElBQUksQ0FBQyxTQUFTLEVBQUUsUUFBUSxDQUFDLEtBQUssQ0FBQyxFQUFFLENBQUM7Z0JBQ2pGLFlBQVk7Z0JBQ1osTUFBTSxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUMsT0FBTyxHQUFHLEdBQUcsQ0FBQyxNQUFNLEdBQUcsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFDLEdBQUcsQ0FBQyxNQUFNLEdBQUcsRUFBRSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsT0FBTyxDQUFDO2dCQUN4RSxRQUFRLElBQUksQ0FBQyxTQUFTLENBQUMsV0FBVyxFQUFFLENBQUM7b0JBQ25DLEtBQUssUUFBUTt3QkFBRSxDQUFDOzRCQUNkLE1BQU0sWUFBWSxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsU0FBUyxJQUFJLENBQUMsQ0FBQzs0QkFDbkQsSUFBSSxDQUFDLFNBQVMsQ0FBQyxNQUFNLEdBQUcsR0FBRyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUM7NEJBQ3ZDLElBQUksQ0FBQyxTQUFTLENBQUMsU0FBUyxHQUFHLFlBQVksR0FBRyxDQUFDLEdBQUcsR0FBRyxDQUFDLEdBQUcsQ0FBQzt3QkFDeEQsQ0FBQzt3QkFBQyxNQUFNO29CQUNSLEtBQUssVUFBVTt3QkFBRSxDQUFDOzRCQUNoQixJQUFJLENBQUMsU0FBUyxDQUFDLEdBQUcsR0FBRyxDQUFDLENBQUM7NEJBQ3ZCLElBQUksQ0FBQyxTQUFTLENBQUMsTUFBTSxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsWUFBWSxDQUFDLE1BQU0sQ0FBQyxJQUFJLEdBQUcsQ0FBQyxDQUFDO3dCQUN0RSxDQUFDO3dCQUFDLE1BQU07Z0JBQ1YsQ0FBQztZQUNILENBQUM7WUFDRCxJQUFJLENBQUMsTUFBTSxHQUFHLEtBQUssQ0FBQztRQUN0QixDQUFDO0lBQ0gsQ0FBQztJQUVELFdBQVc7UUFDVCxJQUFJLENBQUMsU0FBUyxDQUFDLFlBQVksR0FBRyxTQUFTLENBQUM7UUFDeEMsSUFBSSxDQUFDLFdBQVcsR0FBRyxLQUFLLENBQUM7SUFDM0IsQ0FBQzttSEE3S1Usc0JBQXNCLGtCQUliLFNBQVM7dUdBSmxCLHNCQUFzQjs7Z0dBQXRCLHNCQUFzQjtrQkFKbEMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsaUJBQWlCO29CQUMzQixVQUFVLEVBQUUsS0FBSztpQkFDbEI7OzBCQUtjLE1BQU07MkJBQUMsU0FBUzt5Q0FJUCxTQUFTO3NCQUE5QixXQUFXO3VCQUFDLE9BQU87Z0JBQ1EsVUFBVTtzQkFBckMsV0FBVzt1QkFBQyxhQUFhO2dCQUNHLFdBQVc7c0JBQXZDLFdBQVc7dUJBQUMsY0FBYztnQkFFZCxhQUFhO3NCQUF6QixLQUFLO2dCQUlpQyxXQUFXO3NCQUFqRCxZQUFZO3VCQUFDLFdBQVcsRUFBRSxDQUFDLFFBQVEsQ0FBQztnQkFLRyxZQUFZO3NCQUFuRCxZQUFZO3VCQUFDLFlBQVksRUFBRSxDQUFDLFFBQVEsQ0FBQztnQkFLVSxXQUFXO3NCQUExRCxZQUFZO3VCQUFDLG9CQUFvQixFQUFFLENBQUMsUUFBUSxDQUFDO2dCQUlQLFdBQVc7c0JBQWpELFlBQVk7dUJBQUMsV0FBVyxFQUFFLENBQUMsUUFBUSxDQUFDO2dCQU1TLFNBQVM7c0JBQXRELFlBQVk7dUJBQUMsa0JBQWtCLEVBQUUsQ0FBQyxRQUFRLENBQUM7Z0JBSU4sVUFBVTtzQkFBL0MsWUFBWTt1QkFBQyxVQUFVLEVBQUUsQ0FBQyxRQUFRLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIEhvc3RCaW5kaW5nLCBIb3N0TGlzdGVuZXIsIEluamVjdCwgSW5wdXQsIGZvcndhcmRSZWYsIE9wdGlvbmFsIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBQb3NpdGlvbiB9IGZyb20gJ0BtaW50cGxheWVyL25nLWJvb3RzdHJhcCc7XG5pbXBvcnQgdHlwZSB7IEJzUmVzaXphYmxlQ29tcG9uZW50IH0gZnJvbSAnLi4vcmVzaXphYmxlL3Jlc2l6YWJsZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgUmVzaXplQWN0aW9uIH0gZnJvbSAnLi4vaW50ZXJmYWNlcy9yZXNpemUtYWN0aW9uJztcbmltcG9ydCB7IFBvaW50ZXJEYXRhIH0gZnJvbSAnLi4vaW50ZXJmYWNlcy9wb2ludGVyLWRhdGEnO1xuaW1wb3J0IHsgUkVTSVpBQkxFIH0gZnJvbSAnLi4vcHJvdmlkZXJzL3Jlc2l6YWJsZS5wcm92aWRlcic7XG5cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ1tic1Jlc2l6ZUdseXBoXScsXG4gIHN0YW5kYWxvbmU6IGZhbHNlLFxufSlcbmV4cG9ydCBjbGFzcyBCc1Jlc2l6ZUdseXBoRGlyZWN0aXZlIHtcblxuICAvLyBDYW4ndCB1c2UgdHlwZWQgREkgYmVjYXVzZSBvZiB0aGUgYGltcG9ydCB0eXBlYFxuICBwcml2YXRlIHJlYWRvbmx5IHJlc2l6YWJsZTogQnNSZXNpemFibGVDb21wb25lbnQ7XG4gIGNvbnN0cnVjdG9yKEBJbmplY3QoUkVTSVpBQkxFKSByZXNpemFibGU6IGFueSkge1xuICAgIHRoaXMucmVzaXphYmxlID0gcmVzaXphYmxlO1xuICB9XG5cbiAgQEhvc3RCaW5kaW5nKCdjbGFzcycpIHBvc2l0aW9ucyA9ICcnO1xuICBASG9zdEJpbmRpbmcoJ2NsYXNzLmdseXBoJykgZ2x5cGhDbGFzcyA9IHRydWU7XG4gIEBIb3N0QmluZGluZygnY2xhc3MuYWN0aXZlJykgYWN0aXZlQ2xhc3MgPSBmYWxzZTtcblxuICBASW5wdXQoKSBzZXQgYnNSZXNpemVHbHlwaCh2YWx1ZTogUG9zaXRpb25bXSkge1xuICAgIHRoaXMucG9zaXRpb25zID0gdmFsdWUuam9pbignICcpO1xuICB9XG5cbiAgQEhvc3RMaXN0ZW5lcignbW91c2Vkb3duJywgWyckZXZlbnQnXSkgb25Nb3VzZURvd24oZXY6IE1vdXNlRXZlbnQpIHtcbiAgICBldi5wcmV2ZW50RGVmYXVsdCgpO1xuICAgIHRoaXMub25Qb2ludGVyRG93bigpXG4gIH1cblxuICBASG9zdExpc3RlbmVyKCd0b3VjaHN0YXJ0JywgWyckZXZlbnQnXSkgb25Ub3VjaFN0YXJ0KGV2OiBUb3VjaEV2ZW50KSB7XG4gICAgZXYucHJldmVudERlZmF1bHQoKTtcbiAgICB0aGlzLm9uUG9pbnRlckRvd24oKTtcbiAgfVxuXG4gIEBIb3N0TGlzdGVuZXIoJ2RvY3VtZW50Om1vdXNlbW92ZScsIFsnJGV2ZW50J10pIG9uTW91c2VNb3ZlKGV2OiBNb3VzZUV2ZW50KSB7XG4gICAgdGhpcy5vblBvaW50ZXJNb3ZlKHsgY2xpZW50WDogZXYuY2xpZW50WCwgY2xpZW50WTogZXYuY2xpZW50WSwgcHJldmVudERlZmF1bHQ6ICgpID0+IGV2LnByZXZlbnREZWZhdWx0KCkgfSk7XG4gIH1cblxuICBASG9zdExpc3RlbmVyKCd0b3VjaG1vdmUnLCBbJyRldmVudCddKSBvblRvdWNoTW92ZShldjogVG91Y2hFdmVudCkge1xuICAgIGlmIChldi50b3VjaGVzLmxlbmd0aCA9PT0gMSkge1xuICAgICAgdGhpcy5vblBvaW50ZXJNb3ZlKHsgY2xpZW50WDogZXYudG91Y2hlc1swXS5jbGllbnRYLCBjbGllbnRZOiBldi50b3VjaGVzWzBdLmNsaWVudFksIHByZXZlbnREZWZhdWx0OiAoKSA9PiBldi5wcmV2ZW50RGVmYXVsdCgpIH0pO1xuICAgIH1cbiAgfVxuXG4gIEBIb3N0TGlzdGVuZXIoJ2RvY3VtZW50Om1vdXNldXAnLCBbJyRldmVudCddKSBvbk1vdXNlVXAoZXY6IEV2ZW50KSB7XG4gICAgdGhpcy5vblBvaW50ZXJVcCgpO1xuICB9XG5cbiAgQEhvc3RMaXN0ZW5lcigndG91Y2hlbmQnLCBbJyRldmVudCddKSBvblRvdWNoRW5kKGV2OiBFdmVudCkge1xuICAgIHRoaXMub25Qb2ludGVyVXAoKTtcbiAgfVxuXG4gIG9uUG9pbnRlckRvd24oKSB7XG4gICAgbGV0IGFjdGlvbjogUmVzaXplQWN0aW9uID0ge1xuICAgICAgcG9zaXRpb25pbmc6IHRoaXMucmVzaXphYmxlLnBvc2l0aW9uaW5nXG4gICAgfTtcbiAgICBjb25zdCByZWN0ID0gdGhpcy5yZXNpemFibGUuZWxlbWVudC5uYXRpdmVFbGVtZW50LmdldEJvdW5kaW5nQ2xpZW50UmVjdCgpO1xuICAgIGNvbnN0IHN0eWxlcyA9IHdpbmRvdy5nZXRDb21wdXRlZFN0eWxlKHRoaXMucmVzaXphYmxlLmVsZW1lbnQubmF0aXZlRWxlbWVudCk7XG5cbiAgICBjb25zdCBtYXJnaW5MZWZ0ID0gKHRoaXMucmVzaXphYmxlLnBvc2l0aW9uaW5nID09PSAnYWJzb2x1dGUnKSA/IHVuZGVmaW5lZCA6IHBhcnNlRmxvYXQoc3R5bGVzLm1hcmdpbkxlZnQuc2xpY2UoMCwgLTIpKTtcbiAgICBjb25zdCBtYXJnaW5SaWdodCA9ICh0aGlzLnJlc2l6YWJsZS5wb3NpdGlvbmluZyA9PT0gJ2Fic29sdXRlJykgPyB1bmRlZmluZWQgOiBwYXJzZUZsb2F0KHN0eWxlcy5tYXJnaW5SaWdodC5zbGljZSgwLCAtMikpO1xuICAgIGNvbnN0IG1hcmdpblRvcCA9ICh0aGlzLnJlc2l6YWJsZS5wb3NpdGlvbmluZyA9PT0gJ2Fic29sdXRlJykgPyB1bmRlZmluZWQgOiBwYXJzZUZsb2F0KHN0eWxlcy5tYXJnaW5Ub3Auc2xpY2UoMCwgLTIpKTtcbiAgICBjb25zdCBtYXJnaW5Cb3R0b20gPSAodGhpcy5yZXNpemFibGUucG9zaXRpb25pbmcgPT09ICdhYnNvbHV0ZScpID8gdW5kZWZpbmVkIDogcGFyc2VGbG9hdChzdHlsZXMubWFyZ2luQm90dG9tLnNsaWNlKDAsIC0yKSk7XG5cbiAgICBpZiAodGhpcy5wb3NpdGlvbnM/LmluY2x1ZGVzKCdzdGFydCcpKSB7XG4gICAgICBhY3Rpb24gPSB7XG4gICAgICAgIC4uLmFjdGlvbixcbiAgICAgICAgZW5kOiB7XG4gICAgICAgICAgZWRnZTogcmVjdC5yaWdodCxcbiAgICAgICAgICBzaXplOiByZWN0LndpZHRoLFxuICAgICAgICAgIG1hcmdpbjogbWFyZ2luUmlnaHQsXG4gICAgICAgICAgZHJhZ01hcmdpbjogbWFyZ2luTGVmdFxuICAgICAgICB9LFxuICAgICAgfTtcbiAgICB9XG4gICAgaWYgKHRoaXMucG9zaXRpb25zPy5pbmNsdWRlcygnZW5kJykpIHtcbiAgICAgIGFjdGlvbiA9IHtcbiAgICAgICAgLi4uYWN0aW9uLFxuICAgICAgICBzdGFydDoge1xuICAgICAgICAgIGVkZ2U6IHJlY3QubGVmdCxcbiAgICAgICAgICBzaXplOiByZWN0LndpZHRoLFxuICAgICAgICAgIG1hcmdpbjogbWFyZ2luTGVmdCxcbiAgICAgICAgICBkcmFnTWFyZ2luOiBtYXJnaW5SaWdodFxuICAgICAgICB9LFxuICAgICAgfTtcbiAgICB9XG4gICAgaWYgKHRoaXMucG9zaXRpb25zPy5pbmNsdWRlcygndG9wJykpIHtcbiAgICAgIGFjdGlvbiA9IHtcbiAgICAgICAgLi4uYWN0aW9uLFxuICAgICAgICBib3R0b206IHtcbiAgICAgICAgICBlZGdlOiByZWN0LmJvdHRvbSxcbiAgICAgICAgICBzaXplOiByZWN0LmhlaWdodCxcbiAgICAgICAgICBtYXJnaW46IG1hcmdpbkJvdHRvbSxcbiAgICAgICAgICBkcmFnTWFyZ2luOiBtYXJnaW5Ub3BcbiAgICAgICAgfSxcbiAgICAgIH07XG4gICAgfVxuICAgIGlmICh0aGlzLnBvc2l0aW9ucz8uaW5jbHVkZXMoJ2JvdHRvbScpKSB7XG4gICAgICBhY3Rpb24gPSB7XG4gICAgICAgIC4uLmFjdGlvbixcbiAgICAgICAgdG9wOiB7XG4gICAgICAgICAgZWRnZTogcmVjdC50b3AsXG4gICAgICAgICAgc2l6ZTogcmVjdC5oZWlnaHQsXG4gICAgICAgICAgbWFyZ2luOiBtYXJnaW5Ub3AsXG4gICAgICAgICAgZHJhZ01hcmdpbjogbWFyZ2luQm90dG9tXG4gICAgICAgIH0sXG4gICAgICB9O1xuICAgIH1cblxuICAgIHRoaXMucmVzaXphYmxlLnJlc2l6ZUFjdGlvbiA9IGFjdGlvbjtcbiAgICB0aGlzLmFjdGl2ZUNsYXNzID0gdHJ1ZTtcbiAgfVxuXG4gIHByaXZhdGUgaXNCdXN5ID0gZmFsc2U7XG4gIG9uUG9pbnRlck1vdmUoZXY6IFBvaW50ZXJEYXRhKSB7XG4gICAgaWYgKHRoaXMucmVzaXphYmxlLnJlc2l6ZUFjdGlvbiAmJiAhdGhpcy5pc0J1c3kpIHtcbiAgICAgIGV2LnByZXZlbnREZWZhdWx0KCk7XG4gICAgICB0aGlzLmlzQnVzeSA9IHRydWU7XG4gICAgICBjb25zdCByY3QgPSB0aGlzLnJlc2l6YWJsZS5lbGVtZW50Lm5hdGl2ZUVsZW1lbnQuZ2V0Qm91bmRpbmdDbGllbnRSZWN0KCk7XG4gICAgICBpZiAodGhpcy5yZXNpemFibGUucmVzaXplQWN0aW9uLnN0YXJ0ICYmIHRoaXMucG9zaXRpb25zPy5pbmNsdWRlcygnZW5kJykpIHtcbiAgICAgICAgLy8gUmlnaHQgZ2x5cGhcbiAgICAgICAgY29uc3QgeCA9IChldi5jbGllbnRYIDwgcmN0LmxlZnQgKyAxMCkgPyByY3QubGVmdCArIDEwIDogZXYuY2xpZW50WDtcbiAgICAgICAgc3dpdGNoICh0aGlzLnJlc2l6YWJsZS5wb3NpdGlvbmluZykge1xuICAgICAgICAgIGNhc2UgJ2lubGluZSc6IHtcbiAgICAgICAgICAgIGNvbnN0IGluaXRhbE1hcmdpbiA9IHRoaXMucmVzaXphYmxlLm1hcmdpblJpZ2h0ID8/IDA7XG4gICAgICAgICAgICB0aGlzLnJlc2l6YWJsZS5tYXJnaW5SaWdodCA9IGluaXRhbE1hcmdpbiAtICh4IC0gcmN0LnJpZ2h0KTtcbiAgICAgICAgICB9IGJyZWFrO1xuICAgICAgICAgIGNhc2UgJ2Fic29sdXRlJzoge1xuICAgICAgICAgICAgdGhpcy5yZXNpemFibGUud2lkdGggPSB4IC0gcmN0LmxlZnQ7XG4gICAgICAgICAgfSBicmVhaztcbiAgICAgICAgfVxuICAgICAgfSBlbHNlIGlmICh0aGlzLnJlc2l6YWJsZS5yZXNpemVBY3Rpb24uZW5kICYmIHRoaXMucG9zaXRpb25zPy5pbmNsdWRlcygnc3RhcnQnKSkge1xuICAgICAgICAvLyBMZWZ0IGdseXBoXG4gICAgICAgIGNvbnN0IHggPSAoZXYuY2xpZW50WCA+IHJjdC5yaWdodCAtIDEwKSA/IHJjdC5yaWdodCAtIDEwIDogZXYuY2xpZW50WDtcbiAgICAgICAgc3dpdGNoICh0aGlzLnJlc2l6YWJsZS5wb3NpdGlvbmluZykge1xuICAgICAgICAgIGNhc2UgJ2lubGluZSc6IHtcbiAgICAgICAgICAgIGNvbnN0IGluaXRhbE1hcmdpbiA9IHRoaXMucmVzaXphYmxlLm1hcmdpbkxlZnQgPz8gMDtcbiAgICAgICAgICAgIHRoaXMucmVzaXphYmxlLm1hcmdpbkxlZnQgPSBpbml0YWxNYXJnaW4gKyB4IC0gcmN0LmxlZnQ7XG4gICAgICAgICAgfSBicmVhaztcbiAgICAgICAgICBjYXNlICdhYnNvbHV0ZSc6IHtcbiAgICAgICAgICAgIHRoaXMucmVzaXphYmxlLmxlZnQgPSB4O1xuICAgICAgICAgICAgdGhpcy5yZXNpemFibGUud2lkdGggPSB0aGlzLnJlc2l6YWJsZS5yZXNpemVBY3Rpb24uZW5kLmVkZ2UgLSB4O1xuICAgICAgICAgIH0gYnJlYWs7XG4gICAgICAgIH1cbiAgICAgIH1cblxuICAgICAgaWYgKHRoaXMucmVzaXphYmxlLnJlc2l6ZUFjdGlvbi50b3AgJiYgdGhpcy5wb3NpdGlvbnM/LmluY2x1ZGVzKCdib3R0b20nKSkge1xuICAgICAgICAvLyBCb3R0b20gZ2x5cGhcbiAgICAgICAgY29uc3QgeSA9IChldi5jbGllbnRZIDwgcmN0LnRvcCArIDEwKSA/IHJjdC50b3AgKyAxMCA6IGV2LmNsaWVudFk7XG4gICAgICAgIHN3aXRjaCAodGhpcy5yZXNpemFibGUucG9zaXRpb25pbmcpIHtcbiAgICAgICAgICBjYXNlICdpbmxpbmUnOiB7XG4gICAgICAgICAgICBjb25zdCBpbml0YWxNYXJnaW4gPSB0aGlzLnJlc2l6YWJsZS5tYXJnaW5Cb3R0b20gPz8gMDtcbiAgICAgICAgICAgIHRoaXMucmVzaXphYmxlLmhlaWdodCA9IHkgLSByY3QudG9wO1xuICAgICAgICAgICAgdGhpcy5yZXNpemFibGUubWFyZ2luQm90dG9tID0gaW5pdGFsTWFyZ2luIC0gKHkgLSByY3QuYm90dG9tKTtcbiAgICAgICAgICB9IGJyZWFrO1xuICAgICAgICAgIGNhc2UgJ2Fic29sdXRlJzoge1xuICAgICAgICAgICAgdGhpcy5yZXNpemFibGUuaGVpZ2h0ID0geSAtIHJjdC50b3A7XG4gICAgICAgICAgfSBicmVhaztcbiAgICAgICAgfVxuICAgICAgfSBlbHNlIGlmICh0aGlzLnJlc2l6YWJsZS5yZXNpemVBY3Rpb24uYm90dG9tICYmIHRoaXMucG9zaXRpb25zPy5pbmNsdWRlcygndG9wJykpIHtcbiAgICAgICAgLy8gVG9wIGdseXBoXG4gICAgICAgIGNvbnN0IHkgPSAoZXYuY2xpZW50WSA+IHJjdC5ib3R0b20gLSAxMCkgPyByY3QuYm90dG9tIC0gMTAgOiBldi5jbGllbnRZO1xuICAgICAgICBzd2l0Y2ggKHRoaXMucmVzaXphYmxlLnBvc2l0aW9uaW5nKSB7XG4gICAgICAgICAgY2FzZSAnaW5saW5lJzoge1xuICAgICAgICAgICAgY29uc3QgaW5pdGFsTWFyZ2luID0gdGhpcy5yZXNpemFibGUubWFyZ2luVG9wID8/IDA7XG4gICAgICAgICAgICB0aGlzLnJlc2l6YWJsZS5oZWlnaHQgPSByY3QuYm90dG9tIC0geTtcbiAgICAgICAgICAgIHRoaXMucmVzaXphYmxlLm1hcmdpblRvcCA9IGluaXRhbE1hcmdpbiArIHkgLSByY3QudG9wO1xuICAgICAgICAgIH0gYnJlYWs7XG4gICAgICAgICAgY2FzZSAnYWJzb2x1dGUnOiB7XG4gICAgICAgICAgICB0aGlzLnJlc2l6YWJsZS50b3AgPSB5O1xuICAgICAgICAgICAgdGhpcy5yZXNpemFibGUuaGVpZ2h0ID0gdGhpcy5yZXNpemFibGUucmVzaXplQWN0aW9uLmJvdHRvbS5lZGdlIC0geTtcbiAgICAgICAgICB9IGJyZWFrO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgICB0aGlzLmlzQnVzeSA9IGZhbHNlO1xuICAgIH1cbiAgfVxuICBcbiAgb25Qb2ludGVyVXAoKSB7XG4gICAgdGhpcy5yZXNpemFibGUucmVzaXplQWN0aW9uID0gdW5kZWZpbmVkO1xuICAgIHRoaXMuYWN0aXZlQ2xhc3MgPSBmYWxzZTtcbiAgfVxufVxuIl19","import { Component, HostBinding, Input, forwardRef } from '@angular/core';\nimport { takeUntilDestroyed } from '@angular/core/rxjs-interop';\nimport { BehaviorSubject, map } from 'rxjs';\nimport { RESIZABLE } from '../providers/resizable.provider';\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"../resize-glyph/resize-glyph.directive\";\nimport * as i2 from \"@angular/common\";\nexport class BsResizableComponent {\n constructor(element) {\n //#region Positioning\n this.positioning$ = new BehaviorSubject('inline');\n this.classes = true;\n this.hostClass = null;\n this.element = element;\n this.hostPosition$ = this.positioning$.pipe(map((positioning) => {\n switch (positioning) {\n case 'absolute': return 'position-absolute';\n case 'inline': return 'position-relative';\n }\n }));\n this.wrapperPosition$ = this.positioning$.pipe(map((positioning) => {\n switch (positioning) {\n case 'absolute': return ['position-relative', 'h-100'];\n case 'inline': return [];\n }\n }));\n this.hostPosition$.pipe(takeUntilDestroyed())\n .subscribe(hostPosition => this.hostClass = hostPosition);\n }\n get positioning() {\n return this.positioning$.value;\n }\n set positioning(value) {\n this.positioning$.next(value);\n }\n //#endregion\n set presetPosition(value) {\n if (this.positioning === 'inline') {\n throw 'presetPosition currently only supported in absolute positioning';\n }\n this.width = value.width;\n this.height = value.height;\n this.left = value.left;\n this.top = value.top;\n this.marginTop = this.marginBottom = this.marginLeft = this.marginRight = undefined;\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsResizableComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"14.0.0\", version: \"20.0.0-rc.2\", type: BsResizableComponent, isStandalone: false, selector: \"bs-resizable\", inputs: { positioning: \"positioning\", presetPosition: \"presetPosition\" }, host: { properties: { \"style.margin-left.px\": \"this.marginLeft\", \"style.margin-right.px\": \"this.marginRight\", \"style.margin-top.px\": \"this.marginTop\", \"style.margin-bottom.px\": \"this.marginBottom\", \"style.width.px\": \"this.width\", \"style.height.px\": \"this.height\", \"style.left.px\": \"this.left\", \"style.top.px\": \"this.top\", \"class.d-block\": \"this.classes\", \"class.border\": \"this.classes\", \"class\": \"this.hostClass\" } }, providers: [\n { provide: RESIZABLE, useExisting: forwardRef(() => BsResizableComponent) }\n ], ngImport: i0, template: \"<div [class]=\\\"wrapperPosition$ | async\\\" class=\\\"h-100\\\">\\n <div class=\\\"cursor-nw-resize\\\" [bsResizeGlyph]=\\\"['top', 'start']\\\"></div>\\n <div class=\\\"cursor-n-resize\\\" [bsResizeGlyph]=\\\"['top']\\\"></div>\\n <div class=\\\"cursor-ne-resize\\\" [bsResizeGlyph]=\\\"['top', 'end']\\\"></div>\\n <div class=\\\"cursor-e-resize\\\" [bsResizeGlyph]=\\\"['end']\\\"></div>\\n <div class=\\\"cursor-se-resize\\\" [bsResizeGlyph]=\\\"['bottom', 'end']\\\"></div>\\n <div class=\\\"cursor-s-resize\\\" [bsResizeGlyph]=\\\"['bottom']\\\"></div>\\n <div class=\\\"cursor-sw-resize\\\" [bsResizeGlyph]=\\\"['bottom', 'start']\\\"></div>\\n <div class=\\\"cursor-w-resize\\\" [bsResizeGlyph]=\\\"['start']\\\"></div>\\n <ng-content></ng-content>\\n</div>\", styles: [\".glyph{position:absolute;width:14px;height:14px;z-index:20}.glyph:before{content:\\\"\\\";width:8px;height:8px;display:block;border-radius:4px;transition:background-color .2s ease-in-out}.glyph.top{top:-7px}.glyph.start{left:-7px}.glyph.bottom{bottom:-7px}.glyph.end{right:-7px}.glyph.start:not(.top):not(.bottom),.glyph.end:not(.top):not(.bottom){top:4px;height:calc(100% - 8px)}.glyph.start:not(.top):not(.bottom):before,.glyph.end:not(.top):not(.bottom):before{display:block;height:100%}.glyph.start:before,.glyph.end:before{margin-left:3px;margin-right:3px}.glyph.top:not(.start):not(.end),.glyph.bottom:not(.start):not(.end){left:4px;width:calc(100% - 8px)}.glyph.top:not(.start):not(.end):before,.glyph.bottom:not(.start):not(.end):before{display:block;width:100%}.glyph.top:before,.glyph.bottom:before{margin-top:3px;margin-bottom:3px}.glyph:hover:before,.glyph.active:before{background-color:#1389fd}:host{min-width:2rem;min-height:2rem}\\n\"], dependencies: [{ kind: \"directive\", type: i1.BsResizeGlyphDirective, selector: \"[bsResizeGlyph]\", inputs: [\"bsResizeGlyph\"] }, { kind: \"pipe\", type: i2.AsyncPipe, name: \"async\" }] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsResizableComponent, decorators: [{\n type: Component,\n args: [{ selector: 'bs-resizable', standalone: false, providers: [\n { provide: RESIZABLE, useExisting: forwardRef(() => BsResizableComponent) }\n ], template: \"<div [class]=\\\"wrapperPosition$ | async\\\" class=\\\"h-100\\\">\\n <div class=\\\"cursor-nw-resize\\\" [bsResizeGlyph]=\\\"['top', 'start']\\\"></div>\\n <div class=\\\"cursor-n-resize\\\" [bsResizeGlyph]=\\\"['top']\\\"></div>\\n <div class=\\\"cursor-ne-resize\\\" [bsResizeGlyph]=\\\"['top', 'end']\\\"></div>\\n <div class=\\\"cursor-e-resize\\\" [bsResizeGlyph]=\\\"['end']\\\"></div>\\n <div class=\\\"cursor-se-resize\\\" [bsResizeGlyph]=\\\"['bottom', 'end']\\\"></div>\\n <div class=\\\"cursor-s-resize\\\" [bsResizeGlyph]=\\\"['bottom']\\\"></div>\\n <div class=\\\"cursor-sw-resize\\\" [bsResizeGlyph]=\\\"['bottom', 'start']\\\"></div>\\n <div class=\\\"cursor-w-resize\\\" [bsResizeGlyph]=\\\"['start']\\\"></div>\\n <ng-content></ng-content>\\n</div>\", styles: [\".glyph{position:absolute;width:14px;height:14px;z-index:20}.glyph:before{content:\\\"\\\";width:8px;height:8px;display:block;border-radius:4px;transition:background-color .2s ease-in-out}.glyph.top{top:-7px}.glyph.start{left:-7px}.glyph.bottom{bottom:-7px}.glyph.end{right:-7px}.glyph.start:not(.top):not(.bottom),.glyph.end:not(.top):not(.bottom){top:4px;height:calc(100% - 8px)}.glyph.start:not(.top):not(.bottom):before,.glyph.end:not(.top):not(.bottom):before{display:block;height:100%}.glyph.start:before,.glyph.end:before{margin-left:3px;margin-right:3px}.glyph.top:not(.start):not(.end),.glyph.bottom:not(.start):not(.end){left:4px;width:calc(100% - 8px)}.glyph.top:not(.start):not(.end):before,.glyph.bottom:not(.start):not(.end):before{display:block;width:100%}.glyph.top:before,.glyph.bottom:before{margin-top:3px;margin-bottom:3px}.glyph:hover:before,.glyph.active:before{background-color:#1389fd}:host{min-width:2rem;min-height:2rem}\\n\"] }]\n }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { positioning: [{\n type: Input\n }], presetPosition: [{\n type: Input\n }], marginLeft: [{\n type: HostBinding,\n args: ['style.margin-left.px']\n }], marginRight: [{\n type: HostBinding,\n args: ['style.margin-right.px']\n }], marginTop: [{\n type: HostBinding,\n args: ['style.margin-top.px']\n }], marginBottom: [{\n type: HostBinding,\n args: ['style.margin-bottom.px']\n }], width: [{\n type: HostBinding,\n args: ['style.width.px']\n }], height: [{\n type: HostBinding,\n args: ['style.height.px']\n }], left: [{\n type: HostBinding,\n args: ['style.left.px']\n }], top: [{\n type: HostBinding,\n args: ['style.top.px']\n }], classes: [{\n type: HostBinding,\n args: ['class.d-block']\n }, {\n type: HostBinding,\n args: ['class.border']\n }], hostClass: [{\n type: HostBinding,\n args: ['class']\n }] } });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzaXphYmxlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvcmVzaXphYmxlL3NyYy9yZXNpemFibGUvcmVzaXphYmxlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvcmVzaXphYmxlL3NyYy9yZXNpemFibGUvcmVzaXphYmxlLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQWMsV0FBVyxFQUFFLEtBQUssRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDdEYsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDaEUsT0FBTyxFQUFFLGVBQWUsRUFBYyxHQUFHLEVBQUUsTUFBTSxNQUFNLENBQUM7QUFFeEQsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGlDQUFpQyxDQUFDOzs7O0FBYTVELE1BQU0sT0FBTyxvQkFBb0I7SUFDL0IsWUFBWSxPQUFnQztRQXlCNUMscUJBQXFCO1FBQ3JCLGlCQUFZLEdBQUcsSUFBSSxlQUFlLENBQXVCLFFBQVEsQ0FBQyxDQUFDO1FBZ0NuRSxZQUFPLEdBQUcsSUFBSSxDQUFDO1FBR2YsY0FBUyxHQUFrQixJQUFJLENBQUM7UUE1RDlCLElBQUksQ0FBQyxPQUFPLEdBQUcsT0FBTyxDQUFDO1FBQ3ZCLElBQUksQ0FBQyxhQUFhLEdBQUcsSUFBSSxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUMsV0FBVyxFQUFFLEVBQUU7WUFDOUQsUUFBUSxXQUFXLEVBQUUsQ0FBQztnQkFDcEIsS0FBSyxVQUFVLENBQUMsQ0FBQyxPQUFPLG1CQUFtQixDQUFDO2dCQUM1QyxLQUFLLFFBQVEsQ0FBQyxDQUFDLE9BQU8sbUJBQW1CLENBQUM7WUFDNUMsQ0FBQztRQUNILENBQUMsQ0FBQyxDQUFDLENBQUM7UUFFSixJQUFJLENBQUMsZ0JBQWdCLEdBQUcsSUFBSSxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUMsV0FBVyxFQUFFLEVBQUU7WUFDakUsUUFBUSxXQUFXLEVBQUUsQ0FBQztnQkFDcEIsS0FBSyxVQUFVLENBQUMsQ0FBQyxPQUFPLENBQUMsbUJBQW1CLEVBQUUsT0FBTyxDQUFDLENBQUE7Z0JBQ3RELEtBQUssUUFBUSxDQUFDLENBQUMsT0FBTyxFQUFFLENBQUM7WUFDM0IsQ0FBQztRQUNILENBQUMsQ0FBQyxDQUFDLENBQUM7UUFFSixJQUFJLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxrQkFBa0IsRUFBRSxDQUFDO2FBQzFDLFNBQVMsQ0FBQyxZQUFZLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxTQUFTLEdBQUcsWUFBWSxDQUFDLENBQUM7SUFDOUQsQ0FBQztJQVNELElBQVcsV0FBVztRQUNwQixPQUFPLElBQUksQ0FBQyxZQUFZLENBQUMsS0FBSyxDQUFDO0lBQ2pDLENBQUM7SUFDRCxJQUFvQixXQUFXLENBQUMsS0FBMkI7UUFDekQsSUFBSSxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDaEMsQ0FBQztJQUNELFlBQVk7SUFFWixJQUFvQixjQUFjLENBQUMsS0FBcUI7UUFDdEQsSUFBSSxJQUFJLENBQUMsV0FBVyxLQUFLLFFBQVEsRUFBRSxDQUFDO1lBQ2xDLE1BQU0saUVBQWlFLENBQUM7UUFDMUUsQ0FBQztRQUNELElBQUksQ0FBQyxLQUFLLEdBQUcsS0FBSyxDQUFDLEtBQUssQ0FBQztRQUN6QixJQUFJLENBQUMsTUFBTSxHQUFHLEtBQUssQ0FBQyxNQUFNLENBQUM7UUFDM0IsSUFBSSxDQUFDLElBQUksR0FBRyxLQUFLLENBQUMsSUFBSSxDQUFDO1FBQ3ZCLElBQUksQ0FBQyxHQUFHLEdBQUcsS0FBSyxDQUFDLEdBQUcsQ0FBQztRQUNyQixJQUFJLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQyxZQUFZLEdBQUcsSUFBSSxDQUFDLFVBQVUsR0FBRyxJQUFJLENBQUMsV0FBVyxHQUFHLFNBQVMsQ0FBQztJQUN0RixDQUFDO21IQTdDVSxvQkFBb0I7dUdBQXBCLG9CQUFvQix3aUJBSnBCO1lBQ1QsRUFBRSxPQUFPLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsb0JBQW9CLENBQUMsRUFBRTtTQUM1RSwwQkNmSCwwc0JBVU07O2dHRE9PLG9CQUFvQjtrQkFUaEMsU0FBUzsrQkFDRSxjQUFjLGNBR1osS0FBSyxhQUNOO3dCQUNULEVBQUUsT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxxQkFBcUIsQ0FBQyxFQUFFO3FCQUM1RTsrRUFpQ21CLFdBQVc7c0JBQTlCLEtBQUs7Z0JBS2MsY0FBYztzQkFBakMsS0FBSztnQkFXK0IsVUFBVTtzQkFBOUMsV0FBVzt1QkFBQyxzQkFBc0I7Z0JBQ0csV0FBVztzQkFBaEQsV0FBVzt1QkFBQyx1QkFBdUI7Z0JBQ0EsU0FBUztzQkFBNUMsV0FBVzt1QkFBQyxxQkFBcUI7Z0JBQ0ssWUFBWTtzQkFBbEQsV0FBVzt1QkFBQyx3QkFBd0I7Z0JBQ04sS0FBSztzQkFBbkMsV0FBVzt1QkFBQyxnQkFBZ0I7Z0JBQ0csTUFBTTtzQkFBckMsV0FBVzt1QkFBQyxpQkFBaUI7Z0JBQ0EsSUFBSTtzQkFBakMsV0FBVzt1QkFBQyxlQUFlO2dCQUNDLEdBQUc7c0JBQS9CLFdBQVc7dUJBQUMsY0FBYztnQkFLM0IsT0FBTztzQkFGTixXQUFXO3VCQUFDLGVBQWU7O3NCQUMzQixXQUFXO3VCQUFDLGNBQWM7Z0JBSTNCLFNBQVM7c0JBRFIsV0FBVzt1QkFBQyxPQUFPIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFbGVtZW50UmVmLCBIb3N0QmluZGluZywgSW5wdXQsIGZvcndhcmRSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IHRha2VVbnRpbERlc3Ryb3llZCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUvcnhqcy1pbnRlcm9wJztcbmltcG9ydCB7IEJlaGF2aW9yU3ViamVjdCwgT2JzZXJ2YWJsZSwgbWFwIH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBSZXNpemVBY3Rpb24gfSBmcm9tICcuLi9pbnRlcmZhY2VzL3Jlc2l6ZS1hY3Rpb24nO1xuaW1wb3J0IHsgUkVTSVpBQkxFIH0gZnJvbSAnLi4vcHJvdmlkZXJzL3Jlc2l6YWJsZS5wcm92aWRlcic7XG5pbXBvcnQgeyBSZXNpemFibGVQb3NpdGlvbmluZyB9IGZyb20gJy4uL3R5cGVzL3Bvc2l0aW9uaW5nJztcbmltcG9ydCB7IFByZXNldFBvc2l0aW9uIH0gZnJvbSAnLi4vaW50ZXJmYWNlcy9wcmVzZXQtcG9zaXRpb24nO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdicy1yZXNpemFibGUnLFxuICB0ZW1wbGF0ZVVybDogJy4vcmVzaXphYmxlLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vcmVzaXphYmxlLmNvbXBvbmVudC5zY3NzJ10sXG4gIHN0YW5kYWxvbmU6IGZhbHNlLFxuICBwcm92aWRlcnM6IFtcbiAgICB7IHByb3ZpZGU6IFJFU0laQUJMRSwgdXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gQnNSZXNpemFibGVDb21wb25lbnQpIH1cbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgQnNSZXNpemFibGVDb21wb25lbnQge1xuICBjb25zdHJ1Y3RvcihlbGVtZW50OiBFbGVtZW50UmVmPEhUTUxFbGVtZW50Pikge1xuICAgIHRoaXMuZWxlbWVudCA9IGVsZW1lbnQ7XG4gICAgdGhpcy5ob3N0UG9zaXRpb24kID0gdGhpcy5wb3NpdGlvbmluZyQucGlwZShtYXAoKHBvc2l0aW9uaW5nKSA9PiB7XG4gICAgICBzd2l0Y2ggKHBvc2l0aW9uaW5nKSB7XG4gICAgICAgIGNhc2UgJ2Fic29sdXRlJzogcmV0dXJuICdwb3NpdGlvbi1hYnNvbHV0ZSc7XG4gICAgICAgIGNhc2UgJ2lubGluZSc6IHJldHVybiAncG9zaXRpb24tcmVsYXRpdmUnO1xuICAgICAgfVxuICAgIH0pKTtcblxuICAgIHRoaXMud3JhcHBlclBvc2l0aW9uJCA9IHRoaXMucG9zaXRpb25pbmckLnBpcGUobWFwKChwb3NpdGlvbmluZykgPT4ge1xuICAgICAgc3dpdGNoIChwb3NpdGlvbmluZykge1xuICAgICAgICBjYXNlICdhYnNvbHV0ZSc6IHJldHVybiBbJ3Bvc2l0aW9uLXJlbGF0aXZlJywgJ2gtMTAwJ11cbiAgICAgICAgY2FzZSAnaW5saW5lJzogcmV0dXJuIFtdO1xuICAgICAgfVxuICAgIH0pKTtcblxuICAgIHRoaXMuaG9zdFBvc2l0aW9uJC5waXBlKHRha2VVbnRpbERlc3Ryb3llZCgpKVxuICAgICAgLnN1YnNjcmliZShob3N0UG9zaXRpb24gPT4gdGhpcy5ob3N0Q2xhc3MgPSBob3N0UG9zaXRpb24pO1xuICB9XG5cbiAgcmVzaXplQWN0aW9uPzogUmVzaXplQWN0aW9uO1xuICBlbGVtZW50OiBFbGVtZW50UmVmPEhUTUxFbGVtZW50PjtcbiAgaG9zdFBvc2l0aW9uJDogT2JzZXJ2YWJsZTxzdHJpbmc+O1xuICB3cmFwcGVyUG9zaXRpb24kOiBPYnNlcnZhYmxlPHN0cmluZ1tdPjtcblxuICAvLyNyZWdpb24gUG9zaXRpb25pbmdcbiAgcG9zaXRpb25pbmckID0gbmV3IEJlaGF2aW9yU3ViamVjdDxSZXNpemFibGVQb3NpdGlvbmluZz4oJ2lubGluZScpO1xuICBwdWJsaWMgZ2V0IHBvc2l0aW9uaW5nKCkge1xuICAgIHJldHVybiB0aGlzLnBvc2l0aW9uaW5nJC52YWx1ZTtcbiAgfVxuICBASW5wdXQoKSBwdWJsaWMgc2V0IHBvc2l0aW9uaW5nKHZhbHVlOiBSZXNpemFibGVQb3NpdGlvbmluZykge1xuICAgIHRoaXMucG9zaXRpb25pbmckLm5leHQodmFsdWUpO1xuICB9XG4gIC8vI2VuZHJlZ2lvblxuXG4gIEBJbnB1dCgpIHB1YmxpYyBzZXQgcHJlc2V0UG9zaXRpb24odmFsdWU6IFByZXNldFBvc2l0aW9uKSB7XG4gICAgaWYgKHRoaXMucG9zaXRpb25pbmcgPT09ICdpbmxpbmUnKSB7XG4gICAgICB0aHJvdyAncHJlc2V0UG9zaXRpb24gY3VycmVudGx5IG9ubHkgc3VwcG9ydGVkIGluIGFic29sdXRlIHBvc2l0aW9uaW5nJztcbiAgICB9XG4gICAgdGhpcy53aWR0aCA9IHZhbHVlLndpZHRoO1xuICAgIHRoaXMuaGVpZ2h0ID0gdmFsdWUuaGVpZ2h0O1xuICAgIHRoaXMubGVmdCA9IHZhbHVlLmxlZnQ7XG4gICAgdGhpcy50b3AgPSB2YWx1ZS50b3A7XG4gICAgdGhpcy5tYXJnaW5Ub3AgPSB0aGlzLm1hcmdpbkJvdHRvbSA9IHRoaXMubWFyZ2luTGVmdCA9IHRoaXMubWFyZ2luUmlnaHQgPSB1bmRlZmluZWQ7XG4gIH1cblxuICBASG9zdEJpbmRpbmcoJ3N0eWxlLm1hcmdpbi1sZWZ0LnB4JykgbWFyZ2luTGVmdD86IG51bWJlcjtcbiAgQEhvc3RCaW5kaW5nKCdzdHlsZS5tYXJnaW4tcmlnaHQucHgnKSBtYXJnaW5SaWdodD86IG51bWJlcjtcbiAgQEhvc3RCaW5kaW5nKCdzdHlsZS5tYXJnaW4tdG9wLnB4JykgbWFyZ2luVG9wPzogbnVtYmVyO1xuICBASG9zdEJpbmRpbmcoJ3N0eWxlLm1hcmdpbi1ib3R0b20ucHgnKSBtYXJnaW5Cb3R0b20/OiBudW1iZXI7XG4gIEBIb3N0QmluZGluZygnc3R5bGUud2lkdGgucHgnKSB3aWR0aD86IG51bWJlcjtcbiAgQEhvc3RCaW5kaW5nKCdzdHlsZS5oZWlnaHQucHgnKSBoZWlnaHQ/OiBudW1iZXI7XG4gIEBIb3N0QmluZGluZygnc3R5bGUubGVmdC5weCcpIGxlZnQ/OiBudW1iZXI7XG4gIEBIb3N0QmluZGluZygnc3R5bGUudG9wLnB4JykgdG9wPzogbnVtYmVyO1xuICBcblxuICBASG9zdEJpbmRpbmcoJ2NsYXNzLmQtYmxvY2snKVxuICBASG9zdEJpbmRpbmcoJ2NsYXNzLmJvcmRlcicpXG4gIGNsYXNzZXMgPSB0cnVlO1xuXG4gIEBIb3N0QmluZGluZygnY2xhc3MnKVxuICBob3N0Q2xhc3M6IHN0cmluZyB8IG51bGwgPSBudWxsO1xufVxuIiwiPGRpdiBbY2xhc3NdPVwid3JhcHBlclBvc2l0aW9uJCB8IGFzeW5jXCIgY2xhc3M9XCJoLTEwMFwiPlxuICAgIDxkaXYgY2xhc3M9XCJjdXJzb3ItbnctcmVzaXplXCIgW2JzUmVzaXplR2x5cGhdPVwiWyd0b3AnLCAnc3RhcnQnXVwiPjwvZGl2PlxuICAgIDxkaXYgY2xhc3M9XCJjdXJzb3Itbi1yZXNpemVcIiBbYnNSZXNpemVHbHlwaF09XCJbJ3RvcCddXCI+PC9kaXY+XG4gICAgPGRpdiBjbGFzcz1cImN1cnNvci1uZS1yZXNpemVcIiBbYnNSZXNpemVHbHlwaF09XCJbJ3RvcCcsICdlbmQnXVwiPjwvZGl2PlxuICAgIDxkaXYgY2xhc3M9XCJjdXJzb3ItZS1yZXNpemVcIiBbYnNSZXNpemVHbHlwaF09XCJbJ2VuZCddXCI+PC9kaXY+XG4gICAgPGRpdiBjbGFzcz1cImN1cnNvci1zZS1yZXNpemVcIiBbYnNSZXNpemVHbHlwaF09XCJbJ2JvdHRvbScsICdlbmQnXVwiPjwvZGl2PlxuICAgIDxkaXYgY2xhc3M9XCJjdXJzb3Itcy1yZXNpemVcIiBbYnNSZXNpemVHbHlwaF09XCJbJ2JvdHRvbSddXCI+PC9kaXY+XG4gICAgPGRpdiBjbGFzcz1cImN1cnNvci1zdy1yZXNpemVcIiBbYnNSZXNpemVHbHlwaF09XCJbJ2JvdHRvbScsICdzdGFydCddXCI+PC9kaXY+XG4gICAgPGRpdiBjbGFzcz1cImN1cnNvci13LXJlc2l6ZVwiIFtic1Jlc2l6ZUdseXBoXT1cIlsnc3RhcnQnXVwiPjwvZGl2PlxuICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvZGl2PiJdfQ==","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { BsResizableComponent } from './resizable/resizable.component';\nimport { BsResizeGlyphDirective } from './resize-glyph/resize-glyph.directive';\nimport * as i0 from \"@angular/core\";\nexport class BsResizableModule {\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsResizableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }\n static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsResizableModule, declarations: [BsResizableComponent,\n BsResizeGlyphDirective], imports: [CommonModule], exports: [BsResizableComponent,\n BsResizeGlyphDirective] }); }\n static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsResizableModule, imports: [CommonModule] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsResizableModule, decorators: [{\n type: NgModule,\n args: [{\n declarations: [\n BsResizableComponent,\n BsResizeGlyphDirective\n ],\n imports: [\n CommonModule\n ],\n exports: [\n BsResizableComponent,\n BsResizeGlyphDirective\n ]\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzaXphYmxlLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvcmVzaXphYmxlL3NyYy9yZXNpemFibGUubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLGlDQUFpQyxDQUFDO0FBQ3ZFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLHVDQUF1QyxDQUFDOztBQWUvRSxNQUFNLE9BQU8saUJBQWlCO21IQUFqQixpQkFBaUI7b0hBQWpCLGlCQUFpQixpQkFYMUIsb0JBQW9CO1lBQ3BCLHNCQUFzQixhQUd0QixZQUFZLGFBR1osb0JBQW9CO1lBQ3BCLHNCQUFzQjtvSEFHYixpQkFBaUIsWUFQMUIsWUFBWTs7Z0dBT0gsaUJBQWlCO2tCQWI3QixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixvQkFBb0I7d0JBQ3BCLHNCQUFzQjtxQkFDdkI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLFlBQVk7cUJBQ2I7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLG9CQUFvQjt3QkFDcEIsc0JBQXNCO3FCQUN2QjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQnNSZXNpemFibGVDb21wb25lbnQgfSBmcm9tICcuL3Jlc2l6YWJsZS9yZXNpemFibGUuY29tcG9uZW50JztcbmltcG9ydCB7IEJzUmVzaXplR2x5cGhEaXJlY3RpdmUgfSBmcm9tICcuL3Jlc2l6ZS1nbHlwaC9yZXNpemUtZ2x5cGguZGlyZWN0aXZlJztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgQnNSZXNpemFibGVDb21wb25lbnQsXG4gICAgQnNSZXNpemVHbHlwaERpcmVjdGl2ZVxuICBdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBCc1Jlc2l6YWJsZUNvbXBvbmVudCxcbiAgICBCc1Jlc2l6ZUdseXBoRGlyZWN0aXZlXG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgQnNSZXNpemFibGVNb2R1bGUgeyB9XG4iXX0=","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWludHBsYXllci1uZy1ib290c3RyYXAtcmVzaXphYmxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9yZXNpemFibGUvbWludHBsYXllci1uZy1ib290c3RyYXAtcmVzaXphYmxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19"],"names":["i1.BsResizeGlyphDirective"],"mappings":"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"}
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Injectable, Component, Input, Pipe, EventEmitter, ViewChildren, Output, HostListener, NgModule } from '@angular/core';
2
+ import { Injectable, Input, Component, Pipe, EventEmitter, HostListener, Output, ViewChildren, NgModule } from '@angular/core';
3
3
  import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
4
4
  import { BehaviorSubject, map, filter, combineLatest, take } from 'rxjs';
5
5
  import * as i1 from '@angular/platform-browser';
@@ -74,10 +74,10 @@ class BsTimelineService {
74
74
  return false;
75
75
  }
76
76
  }
77
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsTimelineService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
78
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsTimelineService, providedIn: 'root' }); }
77
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsTimelineService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
78
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsTimelineService, providedIn: 'root' }); }
79
79
  }
80
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsTimelineService, decorators: [{
80
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsTimelineService, decorators: [{
81
81
  type: Injectable,
82
82
  args: [{
83
83
  providedIn: 'root'
@@ -149,12 +149,12 @@ class ResourceGroupPresenterComponent {
149
149
  toggleExpanded() {
150
150
  this.isExpanded$.next(!this.isExpanded$.value);
151
151
  }
152
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: ResourceGroupPresenterComponent, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component }); }
153
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.8", type: ResourceGroupPresenterComponent, selector: "bs-resource-group-presenter", inputs: { level: "level", resourceGroup: "resourceGroup", timeSlots: "timeSlots", isExpanded: "isExpanded" }, ngImport: i0, template: "@if (data$ | async; as data) {\n\n <!-- Data is a resource group -->\n @if (data.resourceGroup) {\n <!-- Header -->\n @if (timeSlots$ | async; as timeSlots) {\n <tr class=\"p-0 cursor-pointer\" [title]=\"data.resourceGroup.description\">\n @if (colSpan$ | async; as colspan) {\n <td class=\"p-2 cursor-pointer\" [colSpan]=\"colspan + 1\" (click)=\"toggleExpanded()\">\n <span class=\"p-2 align-middle position-sticky\">\n @if (isExpanded$ | async) {\n <span [innerHTML]=\"chevronDown\" [style.padding-left.px]=\"level * 20\"></span>\n } @else {\n <span [innerHTML]=\"chevronRight\" [style.padding-left.px]=\"level * 20\"></span>\n }\n {{ data.resourceGroup.description }}\n </span>\n </td>\n }\n </tr>\n }\n\n <!-- Subgroups or resources -->\n @if (isExpanded$ | async) {\n @if (timeSlots$ | async; as timeSlots) {\n @for (child of data.resourceGroup.children; track child) {\n <bs-resource-group-presenter [resourceGroup]=\"child\" [timeSlots]=\"timeSlots\" [level]=\"level + 1\"></bs-resource-group-presenter>\n }\n }\n }\n }\n\n <!-- Data is a resource -->\n @if (data.resource) {\n <tr class=\"p-0 bordered\" [title]=\"data.resource.description\">\n <td class=\"p-0 bg-white\">\n <div class=\"p-2\">{{ data.resource.description }}</div>\n </td>\n @for (slots of (timeSlots$ | async); track $index) {\n @for (slot of slots.slots; track slot) {\n <td class=\"bg-white border-1\">\n <!-- {{ slot.start | date: 'dd/MM/yyyy HH:mm:ss' }} -->\n </td>\n }\n }\n </tr>\n }\n}", styles: [":host{display:contents}tr{border-bottom-width:1px}tr:not(.bordered) td span.position-sticky{left:0;right:0}\n"], dependencies: [{ kind: "component", type: ResourceGroupPresenterComponent, selector: "bs-resource-group-presenter", inputs: ["level", "resourceGroup", "timeSlots", "isExpanded"] }, { kind: "pipe", type: i5.AsyncPipe, name: "async" }] }); }
152
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: ResourceGroupPresenterComponent, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component }); }
153
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.0.0-rc.2", type: ResourceGroupPresenterComponent, isStandalone: false, selector: "bs-resource-group-presenter", inputs: { level: "level", resourceGroup: "resourceGroup", timeSlots: "timeSlots", isExpanded: "isExpanded" }, ngImport: i0, template: "@if (data$ | async; as data) {\n\n <!-- Data is a resource group -->\n @if (data.resourceGroup) {\n <!-- Header -->\n @if (timeSlots$ | async; as timeSlots) {\n <tr class=\"p-0 cursor-pointer\" [title]=\"data.resourceGroup.description\">\n @if (colSpan$ | async; as colspan) {\n <td class=\"p-2 cursor-pointer\" [colSpan]=\"colspan + 1\" (click)=\"toggleExpanded()\">\n <span class=\"p-2 align-middle position-sticky\">\n @if (isExpanded$ | async) {\n <span [innerHTML]=\"chevronDown\" [style.padding-left.px]=\"level * 20\"></span>\n } @else {\n <span [innerHTML]=\"chevronRight\" [style.padding-left.px]=\"level * 20\"></span>\n }\n {{ data.resourceGroup.description }}\n </span>\n </td>\n }\n </tr>\n }\n\n <!-- Subgroups or resources -->\n @if (isExpanded$ | async) {\n @if (timeSlots$ | async; as timeSlots) {\n @for (child of data.resourceGroup.children; track child) {\n <bs-resource-group-presenter [resourceGroup]=\"child\" [timeSlots]=\"timeSlots\" [level]=\"level + 1\"></bs-resource-group-presenter>\n }\n }\n }\n }\n\n <!-- Data is a resource -->\n @if (data.resource) {\n <tr class=\"p-0 bordered\" [title]=\"data.resource.description\">\n <td class=\"p-0 bg-white\">\n <div class=\"p-2\">{{ data.resource.description }}</div>\n </td>\n @for (slots of (timeSlots$ | async); track $index) {\n @for (slot of slots.slots; track slot) {\n <td class=\"bg-white border-1\">\n <!-- {{ slot.start | date: 'dd/MM/yyyy HH:mm:ss' }} -->\n </td>\n }\n }\n </tr>\n }\n}", styles: [":host{display:contents}tr{border-bottom-width:1px}tr:not(.bordered) td span.position-sticky{left:0;right:0}\n"], dependencies: [{ kind: "component", type: ResourceGroupPresenterComponent, selector: "bs-resource-group-presenter", inputs: ["level", "resourceGroup", "timeSlots", "isExpanded"] }, { kind: "pipe", type: i5.AsyncPipe, name: "async" }] }); }
154
154
  }
155
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: ResourceGroupPresenterComponent, decorators: [{
155
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: ResourceGroupPresenterComponent, decorators: [{
156
156
  type: Component,
157
- args: [{ selector: 'bs-resource-group-presenter', template: "@if (data$ | async; as data) {\n\n <!-- Data is a resource group -->\n @if (data.resourceGroup) {\n <!-- Header -->\n @if (timeSlots$ | async; as timeSlots) {\n <tr class=\"p-0 cursor-pointer\" [title]=\"data.resourceGroup.description\">\n @if (colSpan$ | async; as colspan) {\n <td class=\"p-2 cursor-pointer\" [colSpan]=\"colspan + 1\" (click)=\"toggleExpanded()\">\n <span class=\"p-2 align-middle position-sticky\">\n @if (isExpanded$ | async) {\n <span [innerHTML]=\"chevronDown\" [style.padding-left.px]=\"level * 20\"></span>\n } @else {\n <span [innerHTML]=\"chevronRight\" [style.padding-left.px]=\"level * 20\"></span>\n }\n {{ data.resourceGroup.description }}\n </span>\n </td>\n }\n </tr>\n }\n\n <!-- Subgroups or resources -->\n @if (isExpanded$ | async) {\n @if (timeSlots$ | async; as timeSlots) {\n @for (child of data.resourceGroup.children; track child) {\n <bs-resource-group-presenter [resourceGroup]=\"child\" [timeSlots]=\"timeSlots\" [level]=\"level + 1\"></bs-resource-group-presenter>\n }\n }\n }\n }\n\n <!-- Data is a resource -->\n @if (data.resource) {\n <tr class=\"p-0 bordered\" [title]=\"data.resource.description\">\n <td class=\"p-0 bg-white\">\n <div class=\"p-2\">{{ data.resource.description }}</div>\n </td>\n @for (slots of (timeSlots$ | async); track $index) {\n @for (slot of slots.slots; track slot) {\n <td class=\"bg-white border-1\">\n <!-- {{ slot.start | date: 'dd/MM/yyyy HH:mm:ss' }} -->\n </td>\n }\n }\n </tr>\n }\n}", styles: [":host{display:contents}tr{border-bottom-width:1px}tr:not(.bordered) td span.position-sticky{left:0;right:0}\n"] }]
157
+ args: [{ selector: 'bs-resource-group-presenter', standalone: false, template: "@if (data$ | async; as data) {\n\n <!-- Data is a resource group -->\n @if (data.resourceGroup) {\n <!-- Header -->\n @if (timeSlots$ | async; as timeSlots) {\n <tr class=\"p-0 cursor-pointer\" [title]=\"data.resourceGroup.description\">\n @if (colSpan$ | async; as colspan) {\n <td class=\"p-2 cursor-pointer\" [colSpan]=\"colspan + 1\" (click)=\"toggleExpanded()\">\n <span class=\"p-2 align-middle position-sticky\">\n @if (isExpanded$ | async) {\n <span [innerHTML]=\"chevronDown\" [style.padding-left.px]=\"level * 20\"></span>\n } @else {\n <span [innerHTML]=\"chevronRight\" [style.padding-left.px]=\"level * 20\"></span>\n }\n {{ data.resourceGroup.description }}\n </span>\n </td>\n }\n </tr>\n }\n\n <!-- Subgroups or resources -->\n @if (isExpanded$ | async) {\n @if (timeSlots$ | async; as timeSlots) {\n @for (child of data.resourceGroup.children; track child) {\n <bs-resource-group-presenter [resourceGroup]=\"child\" [timeSlots]=\"timeSlots\" [level]=\"level + 1\"></bs-resource-group-presenter>\n }\n }\n }\n }\n\n <!-- Data is a resource -->\n @if (data.resource) {\n <tr class=\"p-0 bordered\" [title]=\"data.resource.description\">\n <td class=\"p-0 bg-white\">\n <div class=\"p-2\">{{ data.resource.description }}</div>\n </td>\n @for (slots of (timeSlots$ | async); track $index) {\n @for (slot of slots.slots; track slot) {\n <td class=\"bg-white border-1\">\n <!-- {{ slot.start | date: 'dd/MM/yyyy HH:mm:ss' }} -->\n </td>\n }\n }\n </tr>\n }\n}", styles: [":host{display:contents}tr{border-bottom-width:1px}tr:not(.bordered) td span.position-sticky{left:0;right:0}\n"] }]
158
158
  }], ctorParameters: () => [{ type: i1.DomSanitizer }], propDecorators: { level: [{
159
159
  type: Input
160
160
  }], resourceGroup: [{
@@ -169,13 +169,14 @@ class BsSecondsTimespanPipe {
169
169
  transform(value) {
170
170
  return (value.end.getTime() - value.start.getTime()) / 1000;
171
171
  }
172
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsSecondsTimespanPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
173
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.8", ngImport: i0, type: BsSecondsTimespanPipe, name: "bsSecondsTimespan" }); }
172
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsSecondsTimespanPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
173
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsSecondsTimespanPipe, isStandalone: false, name: "bsSecondsTimespan" }); }
174
174
  }
175
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsSecondsTimespanPipe, decorators: [{
175
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsSecondsTimespanPipe, decorators: [{
176
176
  type: Pipe,
177
177
  args: [{
178
- name: 'bsSecondsTimespan'
178
+ name: 'bsSecondsTimespan',
179
+ standalone: false,
179
180
  }]
180
181
  }] });
181
182
 
@@ -187,13 +188,14 @@ class BsSecondsTodayOffsetPipe {
187
188
  today.setSeconds(0);
188
189
  return (value.start.getTime() - today.getTime()) / 1000;
189
190
  }
190
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsSecondsTodayOffsetPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
191
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.8", ngImport: i0, type: BsSecondsTodayOffsetPipe, name: "bsSecondsTodayOffset" }); }
191
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsSecondsTodayOffsetPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
192
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsSecondsTodayOffsetPipe, isStandalone: false, name: "bsSecondsTodayOffset" }); }
192
193
  }
193
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsSecondsTodayOffsetPipe, decorators: [{
194
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsSecondsTodayOffsetPipe, decorators: [{
194
195
  type: Pipe,
195
196
  args: [{
196
- name: 'bsSecondsTodayOffset'
197
+ name: 'bsSecondsTodayOffset',
198
+ standalone: false,
197
199
  }]
198
200
  }] });
199
201
 
@@ -207,13 +209,14 @@ class DayOfWeekPipe {
207
209
  return dayOfWeek;
208
210
  }
209
211
  }
210
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: DayOfWeekPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
211
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.8", ngImport: i0, type: DayOfWeekPipe, name: "dayOfWeek" }); }
212
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: DayOfWeekPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
213
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.0-rc.2", ngImport: i0, type: DayOfWeekPipe, isStandalone: false, name: "dayOfWeek" }); }
212
214
  }
213
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: DayOfWeekPipe, decorators: [{
215
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: DayOfWeekPipe, decorators: [{
214
216
  type: Pipe,
215
217
  args: [{
216
- name: 'dayOfWeek'
218
+ name: 'dayOfWeek',
219
+ standalone: false,
217
220
  }]
218
221
  }] });
219
222
 
@@ -706,12 +709,12 @@ class BsSchedulerComponent {
706
709
  }
707
710
  }
708
711
  }
709
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsSchedulerComponent, deps: [{ token: i1.DomSanitizer }, { token: i2.BsCalendarMonthService }, { token: BsTimelineService }], target: i0.ɵɵFactoryTarget.Component }); }
710
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.8", type: BsSchedulerComponent, selector: "bs-scheduler", inputs: { mode: "mode", weekOptions: "weekOptions", timelineOptions: "timelineOptions", maxInnerHeight: "maxInnerHeight", resources: "resources" }, outputs: { modeChange: "modeChange", weekOptionsChange: "weekOptionsChange", timelineOptionsChange: "timelineOptionsChange" }, host: { listeners: { "document:mousemove": "onMousemove($event)", "document:mouseup": "onMouseUp($event)" } }, viewQueries: [{ propertyName: "timeSlotElements", predicate: ["slot"], descendants: true }], ngImport: i0, template: "@switch (mode$ | async) {\n @case (modes.week) {\n <div class=\"d-flex flex-column w-100 overflow-y-auto mb-0 week-schedule\" [style.max-height.px]=\"null\">\n <div class=\"calendar-head\">\n <div class=\"w-100 d-flex flex-row\">\n <div class=\"d-flex calendar-left justify-content-between\">\n <button class=\"btn btn-default flex-start\" (click)=\"onPreviousWeekOrMonth()\">\n <span [innerHTML]=\"chevronLeft\" class=\"px-0\"></span>\n </button>\n <button class=\"btn btn-default flex-end\" (click)=\"onNextWeekOrMonth()\">\n <span [innerHTML]=\"chevronRight\" class=\"px-0\"></span>\n </button>\n </div>\n @for (day of (shownDays$ | async); track day) {\n <div class=\"flex-grow-1 calendar-head-cell\">\n <span class=\"d-block col-form-label text-center text-nowrap\">\n <span>{{ day | date: 'dd-MM' }}</span><span class=\"d-none d-lg-inline-block\">-{{ day | date: 'yyyy' }}</span>\n </span>\n </div>\n }\n </div>\n </div>\n <div class=\"calendar-body\" [style.height.px]=\"maxInnerHeight\">\n @if (timeSlots$ | async; as row) {\n <div class=\"position-relative\">\n @if (weekOptions$ | async; as weekOptions) {\n <!-- Timeslots -->\n @for (timeslots of row; track timeslots; let i = $index) {\n <div class=\"d-flex flex-row p-0 timeslot\" [style.height.px]=\"weekOptions.unitHeight\">\n <div class=\"calendar-cell calendar-left align-top px-2 py-0\">{{ timeslots.slots[0].start | date: 'HH:mm:ss' }}</div>\n @for (slot of timeslots.slots; track slot.start; let j = $index) {\n <div class=\"calendar-cell flex-grow-1\" #slot (mousedown)=\"onCreateEvent($event, slot)\" [attr.data-row]=\"i\" [attr.data-column]=\"j\"></div>\n }\n </div>\n }\n \n <!-- Events -->\n @if (timeSlotDuration$ | async; as timeSlotDuration) {\n @if (timelinedEventPartsForThisWeek$ | async; as partData) {\n @for (eventPart of partData.parts; track eventPart) {\n <div class=\"event p-0\"\n [style.top.px]=\"(eventPart.part | bsSecondsTodayOffset) / timeSlotDuration * weekOptions.unitHeight\"\n [style.height.px]=\"(eventPart.part | bsSecondsTimespan) / timeSlotDuration * weekOptions.unitHeight\"\n [style.left]=\"'calc(90px + ((100% - 90px) / 7 * ' + ((eventPart.part | dayOfWeek) - 1) + '))'\">\n <div class=\"event-inner\" [class.hover]=\"(hoveredEvent$ | async) === eventPart.part.event\"\n [style.width]=\"'calc(100% / ' + partData.total + ')'\"\n [style.height.px]=\"(eventPart.part | bsSecondsTimespan) / timeSlotDuration * weekOptions.unitHeight\"\n [style.margin-left]=\"'calc(100% / ' + partData.total + ' * ' + eventPart.index + ')'\">\n \n @if (eventPart.part.start === eventPart.part.event?.start) {\n <div class=\"event-resize top\" (mousedown)=\"onStartResizeEvent(eventPart.part.event, 'top')\"></div>\n }\n <div class=\"event-border\"></div>\n @if (eventPart.part.event) {\n <div class=\"event-wrapper\"\n (mousedown)=\"onStartDragEvent(eventPart.part, $event)\"\n (mouseenter)=\"onHoverEvent(eventPart.part.event)\"\n (mouseleave)=\"onLeaveEvent(eventPart.part.event)\">\n <div class=\"event-bg\" [style.background-color]=\"eventPart.part.event.color\"></div>\n <div class=\"event-label\">{{ eventPart.part.event.description }}</div>\n </div>\n }\n @if (eventPart.part.end === eventPart.part.event?.end) {\n <div class=\"event-resize bottom\" (mousedown)=\"onStartResizeEvent(eventPart.part.event, 'bottom')\"></div>\n }\n </div>\n </div>\n }\n }\n @if (previewEventPartsForThisWeek$ | async; as previewPartData) {\n @for (eventPart of previewPartData; track eventPart) {\n <div class=\"event preview p-0\"\n [style.top.px]=\"(eventPart | bsSecondsTodayOffset) / timeSlotDuration * weekOptions.unitHeight\"\n [style.height.px]=\"(eventPart | bsSecondsTimespan) / timeSlotDuration * weekOptions.unitHeight\"\n [style.left]=\"'calc(90px + ((100% - 90px) / 7 * ' + ((eventPart | dayOfWeek) - 1) + '))'\">\n <div class=\"event-inner w-100\"\n [style.height.px]=\"(eventPart | bsSecondsTimespan) / timeSlotDuration * weekOptions.unitHeight\">\n </div>\n </div>\n }\n }\n }\n }\n </div>\n }\n </div>\n </div>\n }\n @case (modes.timeline) {\n <div class=\"d-flex flex-column-100 overflow-y-auto mb-0 bg-white timeline\">\n <div class=\"calendar-head d-flex\">\n <button class=\"btn flex-start\" (click)=\"onPreviousWeekOrMonth()\">\n <span [innerHTML]=\"chevronLeft\" class=\"px-0\"></span>\n </button>\n <div class=\"flex-grow-1 h3 py-2 mb-0 text-center\">{{ currentWeekOrMonth$ | async | date: 'MMMM yyyy' }}</div>\n <button class=\"btn flex-start\" (click)=\"onNextWeekOrMonth()\">\n <span [innerHTML]=\"chevronRight\" class=\"px-0\"></span>\n </button>\n </div>\n \n <div class=\"calendar-body table-responsive overflow-x-auto\">\n <table class=\"table mb-0\">\n @if (timeSlots$ | async; as timeSlots) {\n <tr>\n <td></td>\n @for (day of timeSlots; track day) {\n <td [attr.colspan]=\"day.slots.length\" class=\"text-center px-2\">\n <span class=\"position-sticky day-label\">{{ day.stamp | date: 'd EE' }}</span>\n </td>\n }\n </tr>\n <tr>\n <td></td>\n @if (timelineOptions$ | async; as timelineOptions) {\n @for (day of timeSlots; track day) {\n @for (slot of day.slots; track slot) {\n <td>\n <span class=\"d-block p-0 text-center\" [style.width.px]=\"timelineOptions.unitWidth\">\n {{ slot.start | date: 'HH:mm' }}\n </span>\n </td>\n }\n }\n }\n </tr>\n @for (group of (resources$ | async); track group) {\n <bs-resource-group-presenter [resourceGroup]=\"group\" [timeSlots]=\"timeSlots\"></bs-resource-group-presenter>\n }\n }\n </table>\n </div>\n </div>\n }\n}", styles: [":host{display:block;border:1px solid #333;border-top-right-radius:10px;border-top-left-radius:10px;overflow:hidden}.calendar-head{background:#f7f7f7;color:#007aff}.tabel .calendar-head{flex:0 0 auto}.tabel .calendar-body{display:block;flex:1 1 auto}.week-schedule .calendar-head>div{padding-right:18px}.week-schedule .calendar-body{overflow-y:scroll;overflow-x:hidden}.week-schedule .calendar-body .calendar-cell{border-right:1px solid #DEE2E6;border-bottom:1px solid #DEE2E6;cursor:default}.week-schedule .calendar-body .calendar-cell.hover{border-top-width:3px}.week-schedule .calendar-left{width:90px}.week-schedule .event{z-index:5;width:calc((100% - 90px) / 7);height:100px;overflow:hidden;position:absolute;-webkit-user-select:none;user-select:none;pointer-events:none}.week-schedule .event.preview{background:#666;opacity:.6}.week-schedule .event .event-border{background:#000;top:0;left:0;bottom:3px;width:3px;position:absolute;z-index:10;opacity:.3}.week-schedule .event .event-inner{position:relative;inset:0 5px 5px 0;cursor:move;pointer-events:all;overflow:hidden}.week-schedule .event .event-inner .event-wrapper{width:calc(100% - 2px);margin:1px auto 1px 0;height:calc(100% - 3px)}.week-schedule .event .event-inner .event-wrapper .event-bg{opacity:.5;height:100%;transition:opacity .15s ease-in-out}.week-schedule .event .event-inner .event-wrapper .event-label{position:absolute;top:0;font-size:12px;font-weight:600;padding:4px}.week-schedule .event .event-inner .event-resize{position:absolute;cursor:ns-resize;height:4px;left:0;right:0;z-index:400}.week-schedule .event .event-inner .event-resize.top{top:0}.week-schedule .event .event-inner .event-resize.bottom{bottom:0}.week-schedule .event .event-inner .event-resize:hover{background:#ddd}.week-schedule .event .event-inner.hover .event-bg{opacity:.7!important}@media (max-width: 767px){.week-schedule.tabel .calendar-head .calendar-head-cell{text-orientation:sideways;writing-mode:vertical-rl}}.timeline.tabel{flex-flow:column}.timeline .calendar-body .tabel{background-color:#f7f7f7}.timeline .calendar-body .tabel tr:first-child td{background-color:#fff;border:1px solid #000}.timeline .calendar-body .tabel tr:first-child td:first-child{min-width:10rem}.timeline .calendar-body .tabel tr:first-child span.day-label{left:0;right:0}.timeline .calendar-body .tabel tr:nth-child(2) td{border-width:1px;border-color:inherit}.timeline .calendar-body .tabel>:not(:first-child){border-top:none!important}\n"], dependencies: [{ kind: "component", type: ResourceGroupPresenterComponent, selector: "bs-resource-group-presenter", inputs: ["level", "resourceGroup", "timeSlots", "isExpanded"] }, { kind: "pipe", type: i5.AsyncPipe, name: "async" }, { kind: "pipe", type: i5.DatePipe, name: "date" }, { kind: "pipe", type: BsSecondsTimespanPipe, name: "bsSecondsTimespan" }, { kind: "pipe", type: BsSecondsTodayOffsetPipe, name: "bsSecondsTodayOffset" }, { kind: "pipe", type: DayOfWeekPipe, name: "dayOfWeek" }] }); }
712
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsSchedulerComponent, deps: [{ token: i1.DomSanitizer }, { token: i2.BsCalendarMonthService }, { token: BsTimelineService }], target: i0.ɵɵFactoryTarget.Component }); }
713
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.0.0-rc.2", type: BsSchedulerComponent, isStandalone: false, selector: "bs-scheduler", inputs: { mode: "mode", weekOptions: "weekOptions", timelineOptions: "timelineOptions", maxInnerHeight: "maxInnerHeight", resources: "resources" }, outputs: { modeChange: "modeChange", weekOptionsChange: "weekOptionsChange", timelineOptionsChange: "timelineOptionsChange" }, host: { listeners: { "document:mousemove": "onMousemove($event)", "document:mouseup": "onMouseUp($event)" } }, viewQueries: [{ propertyName: "timeSlotElements", predicate: ["slot"], descendants: true }], ngImport: i0, template: "@switch (mode$ | async) {\n @case (modes.week) {\n <div class=\"d-flex flex-column w-100 overflow-y-auto mb-0 week-schedule\" [style.max-height.px]=\"null\">\n <div class=\"calendar-head\">\n <div class=\"w-100 d-flex flex-row\">\n <div class=\"d-flex calendar-left justify-content-between\">\n <button class=\"btn btn-default flex-start\" (click)=\"onPreviousWeekOrMonth()\">\n <span [innerHTML]=\"chevronLeft\" class=\"px-0\"></span>\n </button>\n <button class=\"btn btn-default flex-end\" (click)=\"onNextWeekOrMonth()\">\n <span [innerHTML]=\"chevronRight\" class=\"px-0\"></span>\n </button>\n </div>\n @for (day of (shownDays$ | async); track day) {\n <div class=\"flex-grow-1 calendar-head-cell\">\n <span class=\"d-block col-form-label text-center text-nowrap\">\n <span>{{ day | date: 'dd-MM' }}</span><span class=\"d-none d-lg-inline-block\">-{{ day | date: 'yyyy' }}</span>\n </span>\n </div>\n }\n </div>\n </div>\n <div class=\"calendar-body\" [style.height.px]=\"maxInnerHeight\">\n @if (timeSlots$ | async; as row) {\n <div class=\"position-relative\">\n @if (weekOptions$ | async; as weekOptions) {\n <!-- Timeslots -->\n @for (timeslots of row; track timeslots; let i = $index) {\n <div class=\"d-flex flex-row p-0 timeslot\" [style.height.px]=\"weekOptions.unitHeight\">\n <div class=\"calendar-cell calendar-left align-top px-2 py-0\">{{ timeslots.slots[0].start | date: 'HH:mm:ss' }}</div>\n @for (slot of timeslots.slots; track slot.start; let j = $index) {\n <div class=\"calendar-cell flex-grow-1\" #slot (mousedown)=\"onCreateEvent($event, slot)\" [attr.data-row]=\"i\" [attr.data-column]=\"j\"></div>\n }\n </div>\n }\n \n <!-- Events -->\n @if (timeSlotDuration$ | async; as timeSlotDuration) {\n @if (timelinedEventPartsForThisWeek$ | async; as partData) {\n @for (eventPart of partData.parts; track eventPart) {\n <div class=\"event p-0\"\n [style.top.px]=\"(eventPart.part | bsSecondsTodayOffset) / timeSlotDuration * weekOptions.unitHeight\"\n [style.height.px]=\"(eventPart.part | bsSecondsTimespan) / timeSlotDuration * weekOptions.unitHeight\"\n [style.left]=\"'calc(90px + ((100% - 90px) / 7 * ' + ((eventPart.part | dayOfWeek) - 1) + '))'\">\n <div class=\"event-inner\" [class.hover]=\"(hoveredEvent$ | async) === eventPart.part.event\"\n [style.width]=\"'calc(100% / ' + partData.total + ')'\"\n [style.height.px]=\"(eventPart.part | bsSecondsTimespan) / timeSlotDuration * weekOptions.unitHeight\"\n [style.margin-left]=\"'calc(100% / ' + partData.total + ' * ' + eventPart.index + ')'\">\n \n @if (eventPart.part.start === eventPart.part.event?.start) {\n <div class=\"event-resize top\" (mousedown)=\"onStartResizeEvent(eventPart.part.event, 'top')\"></div>\n }\n <div class=\"event-border\"></div>\n @if (eventPart.part.event) {\n <div class=\"event-wrapper\"\n (mousedown)=\"onStartDragEvent(eventPart.part, $event)\"\n (mouseenter)=\"onHoverEvent(eventPart.part.event)\"\n (mouseleave)=\"onLeaveEvent(eventPart.part.event)\">\n <div class=\"event-bg\" [style.background-color]=\"eventPart.part.event.color\"></div>\n <div class=\"event-label\">{{ eventPart.part.event.description }}</div>\n </div>\n }\n @if (eventPart.part.end === eventPart.part.event?.end) {\n <div class=\"event-resize bottom\" (mousedown)=\"onStartResizeEvent(eventPart.part.event, 'bottom')\"></div>\n }\n </div>\n </div>\n }\n }\n @if (previewEventPartsForThisWeek$ | async; as previewPartData) {\n @for (eventPart of previewPartData; track eventPart) {\n <div class=\"event preview p-0\"\n [style.top.px]=\"(eventPart | bsSecondsTodayOffset) / timeSlotDuration * weekOptions.unitHeight\"\n [style.height.px]=\"(eventPart | bsSecondsTimespan) / timeSlotDuration * weekOptions.unitHeight\"\n [style.left]=\"'calc(90px + ((100% - 90px) / 7 * ' + ((eventPart | dayOfWeek) - 1) + '))'\">\n <div class=\"event-inner w-100\"\n [style.height.px]=\"(eventPart | bsSecondsTimespan) / timeSlotDuration * weekOptions.unitHeight\">\n </div>\n </div>\n }\n }\n }\n }\n </div>\n }\n </div>\n </div>\n }\n @case (modes.timeline) {\n <div class=\"d-flex flex-column-100 overflow-y-auto mb-0 bg-white timeline\">\n <div class=\"calendar-head d-flex\">\n <button class=\"btn flex-start\" (click)=\"onPreviousWeekOrMonth()\">\n <span [innerHTML]=\"chevronLeft\" class=\"px-0\"></span>\n </button>\n <div class=\"flex-grow-1 h3 py-2 mb-0 text-center\">{{ currentWeekOrMonth$ | async | date: 'MMMM yyyy' }}</div>\n <button class=\"btn flex-start\" (click)=\"onNextWeekOrMonth()\">\n <span [innerHTML]=\"chevronRight\" class=\"px-0\"></span>\n </button>\n </div>\n \n <div class=\"calendar-body table-responsive overflow-x-auto\">\n <table class=\"table mb-0\">\n @if (timeSlots$ | async; as timeSlots) {\n <tr>\n <td></td>\n @for (day of timeSlots; track day) {\n <td [attr.colspan]=\"day.slots.length\" class=\"text-center px-2\">\n <span class=\"position-sticky day-label\">{{ day.stamp | date: 'd EE' }}</span>\n </td>\n }\n </tr>\n <tr>\n <td></td>\n @if (timelineOptions$ | async; as timelineOptions) {\n @for (day of timeSlots; track day) {\n @for (slot of day.slots; track slot) {\n <td>\n <span class=\"d-block p-0 text-center\" [style.width.px]=\"timelineOptions.unitWidth\">\n {{ slot.start | date: 'HH:mm' }}\n </span>\n </td>\n }\n }\n }\n </tr>\n @for (group of (resources$ | async); track group) {\n <bs-resource-group-presenter [resourceGroup]=\"group\" [timeSlots]=\"timeSlots\"></bs-resource-group-presenter>\n }\n }\n </table>\n </div>\n </div>\n }\n}", styles: [":host{display:block;border:1px solid #333;border-top-right-radius:10px;border-top-left-radius:10px;overflow:hidden}.calendar-head{background:#f7f7f7;color:#007aff}.tabel .calendar-head{flex:0 0 auto}.tabel .calendar-body{display:block;flex:1 1 auto}.week-schedule .calendar-head>div{padding-right:18px}.week-schedule .calendar-body{overflow-y:scroll;overflow-x:hidden}.week-schedule .calendar-body .calendar-cell{border-right:1px solid #DEE2E6;border-bottom:1px solid #DEE2E6;cursor:default}.week-schedule .calendar-body .calendar-cell.hover{border-top-width:3px}.week-schedule .calendar-left{width:90px}.week-schedule .event{z-index:5;width:calc((100% - 90px) / 7);height:100px;overflow:hidden;position:absolute;-webkit-user-select:none;user-select:none;pointer-events:none}.week-schedule .event.preview{background:#666;opacity:.6}.week-schedule .event .event-border{background:#000;top:0;left:0;bottom:3px;width:3px;position:absolute;z-index:10;opacity:.3}.week-schedule .event .event-inner{position:relative;inset:0 5px 5px 0;cursor:move;pointer-events:all;overflow:hidden}.week-schedule .event .event-inner .event-wrapper{width:calc(100% - 2px);margin:1px auto 1px 0;height:calc(100% - 3px)}.week-schedule .event .event-inner .event-wrapper .event-bg{opacity:.5;height:100%;transition:opacity .15s ease-in-out}.week-schedule .event .event-inner .event-wrapper .event-label{position:absolute;top:0;font-size:12px;font-weight:600;padding:4px}.week-schedule .event .event-inner .event-resize{position:absolute;cursor:ns-resize;height:4px;left:0;right:0;z-index:400}.week-schedule .event .event-inner .event-resize.top{top:0}.week-schedule .event .event-inner .event-resize.bottom{bottom:0}.week-schedule .event .event-inner .event-resize:hover{background:#ddd}.week-schedule .event .event-inner.hover .event-bg{opacity:.7!important}@media (max-width: 767px){.week-schedule.tabel .calendar-head .calendar-head-cell{text-orientation:sideways;writing-mode:vertical-rl}}.timeline.tabel{flex-flow:column}.timeline .calendar-body .tabel{background-color:#f7f7f7}.timeline .calendar-body .tabel tr:first-child td{background-color:#fff;border:1px solid #000}.timeline .calendar-body .tabel tr:first-child td:first-child{min-width:10rem}.timeline .calendar-body .tabel tr:first-child span.day-label{left:0;right:0}.timeline .calendar-body .tabel tr:nth-child(2) td{border-width:1px;border-color:inherit}.timeline .calendar-body .tabel>:not(:first-child){border-top:none!important}\n"], dependencies: [{ kind: "component", type: ResourceGroupPresenterComponent, selector: "bs-resource-group-presenter", inputs: ["level", "resourceGroup", "timeSlots", "isExpanded"] }, { kind: "pipe", type: i5.AsyncPipe, name: "async" }, { kind: "pipe", type: i5.DatePipe, name: "date" }, { kind: "pipe", type: BsSecondsTimespanPipe, name: "bsSecondsTimespan" }, { kind: "pipe", type: BsSecondsTodayOffsetPipe, name: "bsSecondsTodayOffset" }, { kind: "pipe", type: DayOfWeekPipe, name: "dayOfWeek" }] }); }
711
714
  }
712
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsSchedulerComponent, decorators: [{
715
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsSchedulerComponent, decorators: [{
713
716
  type: Component,
714
- args: [{ selector: 'bs-scheduler', template: "@switch (mode$ | async) {\n @case (modes.week) {\n <div class=\"d-flex flex-column w-100 overflow-y-auto mb-0 week-schedule\" [style.max-height.px]=\"null\">\n <div class=\"calendar-head\">\n <div class=\"w-100 d-flex flex-row\">\n <div class=\"d-flex calendar-left justify-content-between\">\n <button class=\"btn btn-default flex-start\" (click)=\"onPreviousWeekOrMonth()\">\n <span [innerHTML]=\"chevronLeft\" class=\"px-0\"></span>\n </button>\n <button class=\"btn btn-default flex-end\" (click)=\"onNextWeekOrMonth()\">\n <span [innerHTML]=\"chevronRight\" class=\"px-0\"></span>\n </button>\n </div>\n @for (day of (shownDays$ | async); track day) {\n <div class=\"flex-grow-1 calendar-head-cell\">\n <span class=\"d-block col-form-label text-center text-nowrap\">\n <span>{{ day | date: 'dd-MM' }}</span><span class=\"d-none d-lg-inline-block\">-{{ day | date: 'yyyy' }}</span>\n </span>\n </div>\n }\n </div>\n </div>\n <div class=\"calendar-body\" [style.height.px]=\"maxInnerHeight\">\n @if (timeSlots$ | async; as row) {\n <div class=\"position-relative\">\n @if (weekOptions$ | async; as weekOptions) {\n <!-- Timeslots -->\n @for (timeslots of row; track timeslots; let i = $index) {\n <div class=\"d-flex flex-row p-0 timeslot\" [style.height.px]=\"weekOptions.unitHeight\">\n <div class=\"calendar-cell calendar-left align-top px-2 py-0\">{{ timeslots.slots[0].start | date: 'HH:mm:ss' }}</div>\n @for (slot of timeslots.slots; track slot.start; let j = $index) {\n <div class=\"calendar-cell flex-grow-1\" #slot (mousedown)=\"onCreateEvent($event, slot)\" [attr.data-row]=\"i\" [attr.data-column]=\"j\"></div>\n }\n </div>\n }\n \n <!-- Events -->\n @if (timeSlotDuration$ | async; as timeSlotDuration) {\n @if (timelinedEventPartsForThisWeek$ | async; as partData) {\n @for (eventPart of partData.parts; track eventPart) {\n <div class=\"event p-0\"\n [style.top.px]=\"(eventPart.part | bsSecondsTodayOffset) / timeSlotDuration * weekOptions.unitHeight\"\n [style.height.px]=\"(eventPart.part | bsSecondsTimespan) / timeSlotDuration * weekOptions.unitHeight\"\n [style.left]=\"'calc(90px + ((100% - 90px) / 7 * ' + ((eventPart.part | dayOfWeek) - 1) + '))'\">\n <div class=\"event-inner\" [class.hover]=\"(hoveredEvent$ | async) === eventPart.part.event\"\n [style.width]=\"'calc(100% / ' + partData.total + ')'\"\n [style.height.px]=\"(eventPart.part | bsSecondsTimespan) / timeSlotDuration * weekOptions.unitHeight\"\n [style.margin-left]=\"'calc(100% / ' + partData.total + ' * ' + eventPart.index + ')'\">\n \n @if (eventPart.part.start === eventPart.part.event?.start) {\n <div class=\"event-resize top\" (mousedown)=\"onStartResizeEvent(eventPart.part.event, 'top')\"></div>\n }\n <div class=\"event-border\"></div>\n @if (eventPart.part.event) {\n <div class=\"event-wrapper\"\n (mousedown)=\"onStartDragEvent(eventPart.part, $event)\"\n (mouseenter)=\"onHoverEvent(eventPart.part.event)\"\n (mouseleave)=\"onLeaveEvent(eventPart.part.event)\">\n <div class=\"event-bg\" [style.background-color]=\"eventPart.part.event.color\"></div>\n <div class=\"event-label\">{{ eventPart.part.event.description }}</div>\n </div>\n }\n @if (eventPart.part.end === eventPart.part.event?.end) {\n <div class=\"event-resize bottom\" (mousedown)=\"onStartResizeEvent(eventPart.part.event, 'bottom')\"></div>\n }\n </div>\n </div>\n }\n }\n @if (previewEventPartsForThisWeek$ | async; as previewPartData) {\n @for (eventPart of previewPartData; track eventPart) {\n <div class=\"event preview p-0\"\n [style.top.px]=\"(eventPart | bsSecondsTodayOffset) / timeSlotDuration * weekOptions.unitHeight\"\n [style.height.px]=\"(eventPart | bsSecondsTimespan) / timeSlotDuration * weekOptions.unitHeight\"\n [style.left]=\"'calc(90px + ((100% - 90px) / 7 * ' + ((eventPart | dayOfWeek) - 1) + '))'\">\n <div class=\"event-inner w-100\"\n [style.height.px]=\"(eventPart | bsSecondsTimespan) / timeSlotDuration * weekOptions.unitHeight\">\n </div>\n </div>\n }\n }\n }\n }\n </div>\n }\n </div>\n </div>\n }\n @case (modes.timeline) {\n <div class=\"d-flex flex-column-100 overflow-y-auto mb-0 bg-white timeline\">\n <div class=\"calendar-head d-flex\">\n <button class=\"btn flex-start\" (click)=\"onPreviousWeekOrMonth()\">\n <span [innerHTML]=\"chevronLeft\" class=\"px-0\"></span>\n </button>\n <div class=\"flex-grow-1 h3 py-2 mb-0 text-center\">{{ currentWeekOrMonth$ | async | date: 'MMMM yyyy' }}</div>\n <button class=\"btn flex-start\" (click)=\"onNextWeekOrMonth()\">\n <span [innerHTML]=\"chevronRight\" class=\"px-0\"></span>\n </button>\n </div>\n \n <div class=\"calendar-body table-responsive overflow-x-auto\">\n <table class=\"table mb-0\">\n @if (timeSlots$ | async; as timeSlots) {\n <tr>\n <td></td>\n @for (day of timeSlots; track day) {\n <td [attr.colspan]=\"day.slots.length\" class=\"text-center px-2\">\n <span class=\"position-sticky day-label\">{{ day.stamp | date: 'd EE' }}</span>\n </td>\n }\n </tr>\n <tr>\n <td></td>\n @if (timelineOptions$ | async; as timelineOptions) {\n @for (day of timeSlots; track day) {\n @for (slot of day.slots; track slot) {\n <td>\n <span class=\"d-block p-0 text-center\" [style.width.px]=\"timelineOptions.unitWidth\">\n {{ slot.start | date: 'HH:mm' }}\n </span>\n </td>\n }\n }\n }\n </tr>\n @for (group of (resources$ | async); track group) {\n <bs-resource-group-presenter [resourceGroup]=\"group\" [timeSlots]=\"timeSlots\"></bs-resource-group-presenter>\n }\n }\n </table>\n </div>\n </div>\n }\n}", styles: [":host{display:block;border:1px solid #333;border-top-right-radius:10px;border-top-left-radius:10px;overflow:hidden}.calendar-head{background:#f7f7f7;color:#007aff}.tabel .calendar-head{flex:0 0 auto}.tabel .calendar-body{display:block;flex:1 1 auto}.week-schedule .calendar-head>div{padding-right:18px}.week-schedule .calendar-body{overflow-y:scroll;overflow-x:hidden}.week-schedule .calendar-body .calendar-cell{border-right:1px solid #DEE2E6;border-bottom:1px solid #DEE2E6;cursor:default}.week-schedule .calendar-body .calendar-cell.hover{border-top-width:3px}.week-schedule .calendar-left{width:90px}.week-schedule .event{z-index:5;width:calc((100% - 90px) / 7);height:100px;overflow:hidden;position:absolute;-webkit-user-select:none;user-select:none;pointer-events:none}.week-schedule .event.preview{background:#666;opacity:.6}.week-schedule .event .event-border{background:#000;top:0;left:0;bottom:3px;width:3px;position:absolute;z-index:10;opacity:.3}.week-schedule .event .event-inner{position:relative;inset:0 5px 5px 0;cursor:move;pointer-events:all;overflow:hidden}.week-schedule .event .event-inner .event-wrapper{width:calc(100% - 2px);margin:1px auto 1px 0;height:calc(100% - 3px)}.week-schedule .event .event-inner .event-wrapper .event-bg{opacity:.5;height:100%;transition:opacity .15s ease-in-out}.week-schedule .event .event-inner .event-wrapper .event-label{position:absolute;top:0;font-size:12px;font-weight:600;padding:4px}.week-schedule .event .event-inner .event-resize{position:absolute;cursor:ns-resize;height:4px;left:0;right:0;z-index:400}.week-schedule .event .event-inner .event-resize.top{top:0}.week-schedule .event .event-inner .event-resize.bottom{bottom:0}.week-schedule .event .event-inner .event-resize:hover{background:#ddd}.week-schedule .event .event-inner.hover .event-bg{opacity:.7!important}@media (max-width: 767px){.week-schedule.tabel .calendar-head .calendar-head-cell{text-orientation:sideways;writing-mode:vertical-rl}}.timeline.tabel{flex-flow:column}.timeline .calendar-body .tabel{background-color:#f7f7f7}.timeline .calendar-body .tabel tr:first-child td{background-color:#fff;border:1px solid #000}.timeline .calendar-body .tabel tr:first-child td:first-child{min-width:10rem}.timeline .calendar-body .tabel tr:first-child span.day-label{left:0;right:0}.timeline .calendar-body .tabel tr:nth-child(2) td{border-width:1px;border-color:inherit}.timeline .calendar-body .tabel>:not(:first-child){border-top:none!important}\n"] }]
717
+ args: [{ selector: 'bs-scheduler', standalone: false, template: "@switch (mode$ | async) {\n @case (modes.week) {\n <div class=\"d-flex flex-column w-100 overflow-y-auto mb-0 week-schedule\" [style.max-height.px]=\"null\">\n <div class=\"calendar-head\">\n <div class=\"w-100 d-flex flex-row\">\n <div class=\"d-flex calendar-left justify-content-between\">\n <button class=\"btn btn-default flex-start\" (click)=\"onPreviousWeekOrMonth()\">\n <span [innerHTML]=\"chevronLeft\" class=\"px-0\"></span>\n </button>\n <button class=\"btn btn-default flex-end\" (click)=\"onNextWeekOrMonth()\">\n <span [innerHTML]=\"chevronRight\" class=\"px-0\"></span>\n </button>\n </div>\n @for (day of (shownDays$ | async); track day) {\n <div class=\"flex-grow-1 calendar-head-cell\">\n <span class=\"d-block col-form-label text-center text-nowrap\">\n <span>{{ day | date: 'dd-MM' }}</span><span class=\"d-none d-lg-inline-block\">-{{ day | date: 'yyyy' }}</span>\n </span>\n </div>\n }\n </div>\n </div>\n <div class=\"calendar-body\" [style.height.px]=\"maxInnerHeight\">\n @if (timeSlots$ | async; as row) {\n <div class=\"position-relative\">\n @if (weekOptions$ | async; as weekOptions) {\n <!-- Timeslots -->\n @for (timeslots of row; track timeslots; let i = $index) {\n <div class=\"d-flex flex-row p-0 timeslot\" [style.height.px]=\"weekOptions.unitHeight\">\n <div class=\"calendar-cell calendar-left align-top px-2 py-0\">{{ timeslots.slots[0].start | date: 'HH:mm:ss' }}</div>\n @for (slot of timeslots.slots; track slot.start; let j = $index) {\n <div class=\"calendar-cell flex-grow-1\" #slot (mousedown)=\"onCreateEvent($event, slot)\" [attr.data-row]=\"i\" [attr.data-column]=\"j\"></div>\n }\n </div>\n }\n \n <!-- Events -->\n @if (timeSlotDuration$ | async; as timeSlotDuration) {\n @if (timelinedEventPartsForThisWeek$ | async; as partData) {\n @for (eventPart of partData.parts; track eventPart) {\n <div class=\"event p-0\"\n [style.top.px]=\"(eventPart.part | bsSecondsTodayOffset) / timeSlotDuration * weekOptions.unitHeight\"\n [style.height.px]=\"(eventPart.part | bsSecondsTimespan) / timeSlotDuration * weekOptions.unitHeight\"\n [style.left]=\"'calc(90px + ((100% - 90px) / 7 * ' + ((eventPart.part | dayOfWeek) - 1) + '))'\">\n <div class=\"event-inner\" [class.hover]=\"(hoveredEvent$ | async) === eventPart.part.event\"\n [style.width]=\"'calc(100% / ' + partData.total + ')'\"\n [style.height.px]=\"(eventPart.part | bsSecondsTimespan) / timeSlotDuration * weekOptions.unitHeight\"\n [style.margin-left]=\"'calc(100% / ' + partData.total + ' * ' + eventPart.index + ')'\">\n \n @if (eventPart.part.start === eventPart.part.event?.start) {\n <div class=\"event-resize top\" (mousedown)=\"onStartResizeEvent(eventPart.part.event, 'top')\"></div>\n }\n <div class=\"event-border\"></div>\n @if (eventPart.part.event) {\n <div class=\"event-wrapper\"\n (mousedown)=\"onStartDragEvent(eventPart.part, $event)\"\n (mouseenter)=\"onHoverEvent(eventPart.part.event)\"\n (mouseleave)=\"onLeaveEvent(eventPart.part.event)\">\n <div class=\"event-bg\" [style.background-color]=\"eventPart.part.event.color\"></div>\n <div class=\"event-label\">{{ eventPart.part.event.description }}</div>\n </div>\n }\n @if (eventPart.part.end === eventPart.part.event?.end) {\n <div class=\"event-resize bottom\" (mousedown)=\"onStartResizeEvent(eventPart.part.event, 'bottom')\"></div>\n }\n </div>\n </div>\n }\n }\n @if (previewEventPartsForThisWeek$ | async; as previewPartData) {\n @for (eventPart of previewPartData; track eventPart) {\n <div class=\"event preview p-0\"\n [style.top.px]=\"(eventPart | bsSecondsTodayOffset) / timeSlotDuration * weekOptions.unitHeight\"\n [style.height.px]=\"(eventPart | bsSecondsTimespan) / timeSlotDuration * weekOptions.unitHeight\"\n [style.left]=\"'calc(90px + ((100% - 90px) / 7 * ' + ((eventPart | dayOfWeek) - 1) + '))'\">\n <div class=\"event-inner w-100\"\n [style.height.px]=\"(eventPart | bsSecondsTimespan) / timeSlotDuration * weekOptions.unitHeight\">\n </div>\n </div>\n }\n }\n }\n }\n </div>\n }\n </div>\n </div>\n }\n @case (modes.timeline) {\n <div class=\"d-flex flex-column-100 overflow-y-auto mb-0 bg-white timeline\">\n <div class=\"calendar-head d-flex\">\n <button class=\"btn flex-start\" (click)=\"onPreviousWeekOrMonth()\">\n <span [innerHTML]=\"chevronLeft\" class=\"px-0\"></span>\n </button>\n <div class=\"flex-grow-1 h3 py-2 mb-0 text-center\">{{ currentWeekOrMonth$ | async | date: 'MMMM yyyy' }}</div>\n <button class=\"btn flex-start\" (click)=\"onNextWeekOrMonth()\">\n <span [innerHTML]=\"chevronRight\" class=\"px-0\"></span>\n </button>\n </div>\n \n <div class=\"calendar-body table-responsive overflow-x-auto\">\n <table class=\"table mb-0\">\n @if (timeSlots$ | async; as timeSlots) {\n <tr>\n <td></td>\n @for (day of timeSlots; track day) {\n <td [attr.colspan]=\"day.slots.length\" class=\"text-center px-2\">\n <span class=\"position-sticky day-label\">{{ day.stamp | date: 'd EE' }}</span>\n </td>\n }\n </tr>\n <tr>\n <td></td>\n @if (timelineOptions$ | async; as timelineOptions) {\n @for (day of timeSlots; track day) {\n @for (slot of day.slots; track slot) {\n <td>\n <span class=\"d-block p-0 text-center\" [style.width.px]=\"timelineOptions.unitWidth\">\n {{ slot.start | date: 'HH:mm' }}\n </span>\n </td>\n }\n }\n }\n </tr>\n @for (group of (resources$ | async); track group) {\n <bs-resource-group-presenter [resourceGroup]=\"group\" [timeSlots]=\"timeSlots\"></bs-resource-group-presenter>\n }\n }\n </table>\n </div>\n </div>\n }\n}", styles: [":host{display:block;border:1px solid #333;border-top-right-radius:10px;border-top-left-radius:10px;overflow:hidden}.calendar-head{background:#f7f7f7;color:#007aff}.tabel .calendar-head{flex:0 0 auto}.tabel .calendar-body{display:block;flex:1 1 auto}.week-schedule .calendar-head>div{padding-right:18px}.week-schedule .calendar-body{overflow-y:scroll;overflow-x:hidden}.week-schedule .calendar-body .calendar-cell{border-right:1px solid #DEE2E6;border-bottom:1px solid #DEE2E6;cursor:default}.week-schedule .calendar-body .calendar-cell.hover{border-top-width:3px}.week-schedule .calendar-left{width:90px}.week-schedule .event{z-index:5;width:calc((100% - 90px) / 7);height:100px;overflow:hidden;position:absolute;-webkit-user-select:none;user-select:none;pointer-events:none}.week-schedule .event.preview{background:#666;opacity:.6}.week-schedule .event .event-border{background:#000;top:0;left:0;bottom:3px;width:3px;position:absolute;z-index:10;opacity:.3}.week-schedule .event .event-inner{position:relative;inset:0 5px 5px 0;cursor:move;pointer-events:all;overflow:hidden}.week-schedule .event .event-inner .event-wrapper{width:calc(100% - 2px);margin:1px auto 1px 0;height:calc(100% - 3px)}.week-schedule .event .event-inner .event-wrapper .event-bg{opacity:.5;height:100%;transition:opacity .15s ease-in-out}.week-schedule .event .event-inner .event-wrapper .event-label{position:absolute;top:0;font-size:12px;font-weight:600;padding:4px}.week-schedule .event .event-inner .event-resize{position:absolute;cursor:ns-resize;height:4px;left:0;right:0;z-index:400}.week-schedule .event .event-inner .event-resize.top{top:0}.week-schedule .event .event-inner .event-resize.bottom{bottom:0}.week-schedule .event .event-inner .event-resize:hover{background:#ddd}.week-schedule .event .event-inner.hover .event-bg{opacity:.7!important}@media (max-width: 767px){.week-schedule.tabel .calendar-head .calendar-head-cell{text-orientation:sideways;writing-mode:vertical-rl}}.timeline.tabel{flex-flow:column}.timeline .calendar-body .tabel{background-color:#f7f7f7}.timeline .calendar-body .tabel tr:first-child td{background-color:#fff;border:1px solid #000}.timeline .calendar-body .tabel tr:first-child td:first-child{min-width:10rem}.timeline .calendar-body .tabel tr:first-child span.day-label{left:0;right:0}.timeline .calendar-body .tabel tr:nth-child(2) td{border-width:1px;border-color:inherit}.timeline .calendar-body .tabel>:not(:first-child){border-top:none!important}\n"] }]
715
718
  }], ctorParameters: () => [{ type: i1.DomSanitizer }, { type: i2.BsCalendarMonthService }, { type: BsTimelineService }], propDecorators: { timeSlotElements: [{
716
719
  type: ViewChildren,
717
720
  args: ['slot']
@@ -759,28 +762,29 @@ class DateOffsetPipe {
759
762
  today.setSeconds(0);
760
763
  return (value.start.getTime() - today.getTime()) / 1000;
761
764
  }
762
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: DateOffsetPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
763
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.8", ngImport: i0, type: DateOffsetPipe, name: "dateOffset" }); }
765
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: DateOffsetPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
766
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.0-rc.2", ngImport: i0, type: DateOffsetPipe, isStandalone: false, name: "dateOffset" }); }
764
767
  }
765
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: DateOffsetPipe, decorators: [{
768
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: DateOffsetPipe, decorators: [{
766
769
  type: Pipe,
767
770
  args: [{
768
- name: 'dateOffset'
771
+ name: 'dateOffset',
772
+ standalone: false,
769
773
  }]
770
774
  }] });
771
775
 
772
776
  class BsSchedulerModule {
773
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsSchedulerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
774
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.8", ngImport: i0, type: BsSchedulerModule, declarations: [BsSchedulerComponent,
777
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsSchedulerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
778
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsSchedulerModule, declarations: [BsSchedulerComponent,
775
779
  BsSecondsTimespanPipe,
776
780
  BsSecondsTodayOffsetPipe,
777
781
  DateOffsetPipe,
778
782
  DayOfWeekPipe,
779
783
  ResourceGroupPresenterComponent], imports: [CommonModule], exports: [BsSchedulerComponent,
780
784
  ResourceGroupPresenterComponent] }); }
781
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsSchedulerModule, imports: [CommonModule] }); }
785
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsSchedulerModule, imports: [CommonModule] }); }
782
786
  }
783
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsSchedulerModule, decorators: [{
787
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsSchedulerModule, decorators: [{
784
788
  type: NgModule,
785
789
  args: [{
786
790
  declarations: [