@ptsecurity/mosaic 14.5.1 → 14.6.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 (319) hide show
  1. package/_theming.scss +414 -14
  2. package/_visual.scss +2 -0
  3. package/core/highlight/highlight.pipe.d.ts +1 -0
  4. package/esm2020/autocomplete/autocomplete-origin.directive.mjs +4 -4
  5. package/esm2020/autocomplete/autocomplete-trigger.directive.mjs +4 -4
  6. package/esm2020/autocomplete/autocomplete.component.mjs +4 -4
  7. package/esm2020/autocomplete/autocomplete.module.mjs +5 -5
  8. package/esm2020/button/button.component.mjs +7 -7
  9. package/esm2020/button/button.module.mjs +5 -5
  10. package/esm2020/button-toggle/button-toggle.component.mjs +7 -7
  11. package/esm2020/button-toggle/button-toggle.module.mjs +5 -5
  12. package/esm2020/card/card.component.mjs +4 -4
  13. package/esm2020/card/card.module.mjs +5 -5
  14. package/esm2020/checkbox/checkbox-module.mjs +5 -5
  15. package/esm2020/checkbox/checkbox-required-validator.mjs +4 -4
  16. package/esm2020/checkbox/checkbox.mjs +4 -4
  17. package/esm2020/core/common-behaviors/common-module.mjs +5 -5
  18. package/esm2020/core/error/error-options.mjs +7 -7
  19. package/esm2020/core/formatters/date/formatter.mjs +4 -4
  20. package/esm2020/core/formatters/date/formatter.pipe.mjs +40 -40
  21. package/esm2020/core/formatters/index.mjs +5 -5
  22. package/esm2020/core/formatters/number/formatter.mjs +5 -5
  23. package/esm2020/core/forms/forms-module.mjs +5 -5
  24. package/esm2020/core/forms/forms.directive.mjs +7 -7
  25. package/esm2020/core/highlight/highlight.pipe.mjs +11 -5
  26. package/esm2020/core/highlight/index.mjs +5 -5
  27. package/esm2020/core/line/line.mjs +8 -8
  28. package/esm2020/core/option/action.mjs +4 -4
  29. package/esm2020/core/option/optgroup.mjs +4 -4
  30. package/esm2020/core/option/option-module.mjs +5 -5
  31. package/esm2020/core/option/option.mjs +4 -4
  32. package/esm2020/core/pop-up/pop-up-trigger.mjs +4 -4
  33. package/esm2020/core/pop-up/pop-up.mjs +4 -4
  34. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +4 -4
  35. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +5 -5
  36. package/esm2020/core/services/measure-scrollbar.service.mjs +4 -4
  37. package/esm2020/core/version.mjs +2 -2
  38. package/esm2020/datepicker/calendar-body.component.mjs +4 -4
  39. package/esm2020/datepicker/calendar.component.mjs +7 -7
  40. package/esm2020/datepicker/datepicker-input.directive.mjs +4 -4
  41. package/esm2020/datepicker/datepicker-intl.mjs +4 -4
  42. package/esm2020/datepicker/datepicker-module.mjs +5 -5
  43. package/esm2020/datepicker/datepicker-toggle.component.mjs +7 -7
  44. package/esm2020/datepicker/datepicker.component.mjs +7 -7
  45. package/esm2020/datepicker/month-view.component.mjs +4 -4
  46. package/esm2020/datepicker/multi-year-view.component.mjs +4 -4
  47. package/esm2020/datepicker/year-view.component.mjs +4 -4
  48. package/esm2020/divider/divider.component.mjs +4 -4
  49. package/esm2020/divider/divider.module.mjs +5 -5
  50. package/esm2020/dl/dl.component.mjs +10 -10
  51. package/esm2020/dl/dl.module.mjs +5 -5
  52. package/esm2020/dropdown/dropdown-content.directive.mjs +4 -4
  53. package/esm2020/dropdown/dropdown-item.component.mjs +4 -4
  54. package/esm2020/dropdown/dropdown-trigger.directive.mjs +4 -4
  55. package/esm2020/dropdown/dropdown.component.mjs +4 -4
  56. package/esm2020/dropdown/dropdown.module.mjs +5 -5
  57. package/esm2020/form-field/cleaner.mjs +4 -4
  58. package/esm2020/form-field/form-field.mjs +10 -10
  59. package/esm2020/form-field/form-field.module.mjs +5 -5
  60. package/esm2020/form-field/hint.mjs +4 -4
  61. package/esm2020/form-field/password-hint.mjs +4 -4
  62. package/esm2020/form-field/prefix.mjs +4 -4
  63. package/esm2020/form-field/stepper.mjs +4 -4
  64. package/esm2020/form-field/suffix.mjs +4 -4
  65. package/esm2020/form-field/validate.directive.mjs +4 -4
  66. package/esm2020/icon/icon.component.mjs +7 -7
  67. package/esm2020/icon/icon.module.mjs +5 -5
  68. package/esm2020/input/input-number-validators.mjs +7 -7
  69. package/esm2020/input/input-number.mjs +4 -4
  70. package/esm2020/input/input-password.mjs +7 -7
  71. package/esm2020/input/input.mjs +7 -7
  72. package/esm2020/input/input.module.mjs +5 -5
  73. package/esm2020/link/link.component.mjs +13 -9
  74. package/esm2020/link/link.module.mjs +5 -5
  75. package/esm2020/list/list-selection.component.mjs +7 -7
  76. package/esm2020/list/list.component.mjs +7 -7
  77. package/esm2020/list/list.module.mjs +5 -5
  78. package/esm2020/loader-overlay/loader-overlay.component.mjs +13 -13
  79. package/esm2020/loader-overlay/loader-overlay.module.mjs +5 -5
  80. package/esm2020/markdown/markdown.component.mjs +20 -12
  81. package/esm2020/markdown/markdown.module.mjs +5 -5
  82. package/esm2020/markdown/markdown.service.mjs +4 -4
  83. package/esm2020/modal/css-unit.pipe.mjs +4 -4
  84. package/esm2020/modal/modal-control.service.mjs +4 -4
  85. package/esm2020/modal/modal.component.mjs +4 -4
  86. package/esm2020/modal/modal.directive.mjs +13 -13
  87. package/esm2020/modal/modal.module.mjs +5 -5
  88. package/esm2020/modal/modal.service.mjs +4 -4
  89. package/esm2020/navbar/navbar-item.component.mjs +31 -31
  90. package/esm2020/navbar/navbar.component.mjs +10 -10
  91. package/esm2020/navbar/navbar.module.mjs +5 -5
  92. package/esm2020/navbar/vertical-navbar.component.mjs +4 -4
  93. package/esm2020/popover/popover-confirm.component.mjs +7 -7
  94. package/esm2020/popover/popover.component.mjs +7 -7
  95. package/esm2020/popover/popover.module.mjs +5 -5
  96. package/esm2020/progress-bar/progress-bar.component.mjs +4 -4
  97. package/esm2020/progress-bar/progress-bar.module.mjs +5 -5
  98. package/esm2020/progress-spinner/progress-spinner.component.mjs +4 -4
  99. package/esm2020/progress-spinner/progress-spinner.module.mjs +5 -5
  100. package/esm2020/radio/radio.component.mjs +7 -7
  101. package/esm2020/radio/radio.module.mjs +5 -5
  102. package/esm2020/select/select-option.directive.mjs +4 -4
  103. package/esm2020/select/select.component.mjs +13 -13
  104. package/esm2020/select/select.module.mjs +5 -5
  105. package/esm2020/sidebar/sidebar.component.mjs +10 -10
  106. package/esm2020/sidebar/sidebar.module.mjs +5 -5
  107. package/esm2020/sidepanel/sidepanel-container.component.mjs +4 -4
  108. package/esm2020/sidepanel/sidepanel-directives.mjs +16 -16
  109. package/esm2020/sidepanel/sidepanel.module.mjs +5 -5
  110. package/esm2020/sidepanel/sidepanel.service.mjs +4 -4
  111. package/esm2020/splitter/splitter.component.mjs +13 -13
  112. package/esm2020/splitter/splitter.module.mjs +5 -5
  113. package/esm2020/table/table.component.mjs +4 -4
  114. package/esm2020/table/table.module.mjs +5 -5
  115. package/esm2020/tabs/paginated-tab-header.mjs +4 -4
  116. package/esm2020/tabs/tab-body.component.mjs +7 -7
  117. package/esm2020/tabs/tab-content.directive.mjs +4 -4
  118. package/esm2020/tabs/tab-group.component.mjs +19 -19
  119. package/esm2020/tabs/tab-header.component.mjs +5 -5
  120. package/esm2020/tabs/tab-label-wrapper.directive.mjs +4 -4
  121. package/esm2020/tabs/tab-label.directive.mjs +4 -4
  122. package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +8 -8
  123. package/esm2020/tabs/tab.component.mjs +4 -4
  124. package/esm2020/tabs/tabs.module.mjs +5 -5
  125. package/esm2020/tags/tag-input.mjs +4 -4
  126. package/esm2020/tags/tag-list.component.mjs +4 -4
  127. package/esm2020/tags/tag.component.mjs +13 -13
  128. package/esm2020/tags/tag.module.mjs +5 -5
  129. package/esm2020/textarea/textarea.component.mjs +4 -4
  130. package/esm2020/textarea/textarea.module.mjs +5 -5
  131. package/esm2020/timepicker/timepicker.directive.mjs +4 -4
  132. package/esm2020/timepicker/timepicker.module.mjs +5 -5
  133. package/esm2020/timezone/cities-by-filter.pipe.mjs +4 -4
  134. package/esm2020/timezone/timezone-option.component.mjs +4 -4
  135. package/esm2020/timezone/timezone-option.directive.mjs +4 -4
  136. package/esm2020/timezone/timezone-select.component.mjs +7 -7
  137. package/esm2020/timezone/timezone.module.mjs +5 -5
  138. package/esm2020/timezone/utc-offset.pipe.mjs +4 -4
  139. package/esm2020/toast/toast-container.component.mjs +4 -4
  140. package/esm2020/toast/toast.component.mjs +4 -4
  141. package/esm2020/toast/toast.module.mjs +5 -5
  142. package/esm2020/toast/toast.service.mjs +4 -4
  143. package/esm2020/toggle/toggle.component.mjs +4 -4
  144. package/esm2020/toggle/toggle.module.mjs +5 -5
  145. package/esm2020/tooltip/tooltip.component.mjs +13 -13
  146. package/esm2020/tooltip/tooltip.module.mjs +5 -5
  147. package/esm2020/tree/control/flat-tree-control.mjs +7 -3
  148. package/esm2020/tree/node.mjs +4 -4
  149. package/esm2020/tree/outlet.mjs +4 -4
  150. package/esm2020/tree/padding.directive.mjs +4 -4
  151. package/esm2020/tree/toggle.mjs +10 -10
  152. package/esm2020/tree/tree-base.mjs +7 -7
  153. package/esm2020/tree/tree-option.component.mjs +52 -11
  154. package/esm2020/tree/tree-selection.component.mjs +13 -4
  155. package/esm2020/tree/tree.mjs +4 -4
  156. package/esm2020/tree/tree.module.mjs +5 -5
  157. package/esm2020/tree-select/tree-select.component.mjs +19 -14
  158. package/esm2020/tree-select/tree-select.module.mjs +5 -5
  159. package/fesm2015/ptsecurity-mosaic-autocomplete.mjs +13 -13
  160. package/fesm2015/ptsecurity-mosaic-autocomplete.mjs.map +1 -1
  161. package/fesm2015/ptsecurity-mosaic-button-toggle.mjs +10 -10
  162. package/fesm2015/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
  163. package/fesm2015/ptsecurity-mosaic-button.mjs +10 -10
  164. package/fesm2015/ptsecurity-mosaic-button.mjs.map +1 -1
  165. package/fesm2015/ptsecurity-mosaic-card.mjs +7 -7
  166. package/fesm2015/ptsecurity-mosaic-card.mjs.map +1 -1
  167. package/fesm2015/ptsecurity-mosaic-checkbox.mjs +10 -10
  168. package/fesm2015/ptsecurity-mosaic-checkbox.mjs.map +1 -1
  169. package/fesm2015/ptsecurity-mosaic-core.mjs +122 -116
  170. package/fesm2015/ptsecurity-mosaic-core.mjs.map +1 -1
  171. package/fesm2015/ptsecurity-mosaic-datepicker.mjs +40 -40
  172. package/fesm2015/ptsecurity-mosaic-datepicker.mjs.map +1 -1
  173. package/fesm2015/ptsecurity-mosaic-divider.mjs +7 -7
  174. package/fesm2015/ptsecurity-mosaic-divider.mjs.map +1 -1
  175. package/fesm2015/ptsecurity-mosaic-dl.mjs +13 -13
  176. package/fesm2015/ptsecurity-mosaic-dl.mjs.map +1 -1
  177. package/fesm2015/ptsecurity-mosaic-dropdown.mjs +16 -16
  178. package/fesm2015/ptsecurity-mosaic-dropdown.mjs.map +1 -1
  179. package/fesm2015/ptsecurity-mosaic-form-field.mjs +34 -34
  180. package/fesm2015/ptsecurity-mosaic-form-field.mjs.map +1 -1
  181. package/fesm2015/ptsecurity-mosaic-icon.mjs +10 -10
  182. package/fesm2015/ptsecurity-mosaic-icon.mjs.map +1 -1
  183. package/fesm2015/ptsecurity-mosaic-input.mjs +25 -25
  184. package/fesm2015/ptsecurity-mosaic-input.mjs.map +1 -1
  185. package/fesm2015/ptsecurity-mosaic-link.mjs +17 -13
  186. package/fesm2015/ptsecurity-mosaic-link.mjs.map +1 -1
  187. package/fesm2015/ptsecurity-mosaic-list.mjs +16 -16
  188. package/fesm2015/ptsecurity-mosaic-list.mjs.map +1 -1
  189. package/fesm2015/ptsecurity-mosaic-loader-overlay.mjs +16 -16
  190. package/fesm2015/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
  191. package/fesm2015/ptsecurity-mosaic-markdown.mjs +24 -17
  192. package/fesm2015/ptsecurity-mosaic-markdown.mjs.map +1 -1
  193. package/fesm2015/ptsecurity-mosaic-modal.mjs +28 -28
  194. package/fesm2015/ptsecurity-mosaic-modal.mjs.map +1 -1
  195. package/fesm2015/ptsecurity-mosaic-navbar.mjs +46 -46
  196. package/fesm2015/ptsecurity-mosaic-navbar.mjs.map +1 -1
  197. package/fesm2015/ptsecurity-mosaic-popover.mjs +16 -16
  198. package/fesm2015/ptsecurity-mosaic-popover.mjs.map +1 -1
  199. package/fesm2015/ptsecurity-mosaic-progress-bar.mjs +7 -7
  200. package/fesm2015/ptsecurity-mosaic-progress-bar.mjs.map +1 -1
  201. package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs +7 -7
  202. package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
  203. package/fesm2015/ptsecurity-mosaic-radio.mjs +10 -10
  204. package/fesm2015/ptsecurity-mosaic-radio.mjs.map +1 -1
  205. package/fesm2015/ptsecurity-mosaic-select.mjs +19 -19
  206. package/fesm2015/ptsecurity-mosaic-select.mjs.map +1 -1
  207. package/fesm2015/ptsecurity-mosaic-sidebar.mjs +13 -13
  208. package/fesm2015/ptsecurity-mosaic-sidebar.mjs.map +1 -1
  209. package/fesm2015/ptsecurity-mosaic-sidepanel.mjs +25 -25
  210. package/fesm2015/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
  211. package/fesm2015/ptsecurity-mosaic-splitter.mjs +16 -16
  212. package/fesm2015/ptsecurity-mosaic-splitter.mjs.map +1 -1
  213. package/fesm2015/ptsecurity-mosaic-table.mjs +7 -7
  214. package/fesm2015/ptsecurity-mosaic-table.mjs.map +1 -1
  215. package/fesm2015/ptsecurity-mosaic-tabs.mjs +54 -54
  216. package/fesm2015/ptsecurity-mosaic-tabs.mjs.map +1 -1
  217. package/fesm2015/ptsecurity-mosaic-tags.mjs +22 -22
  218. package/fesm2015/ptsecurity-mosaic-tags.mjs.map +1 -1
  219. package/fesm2015/ptsecurity-mosaic-textarea.mjs +7 -7
  220. package/fesm2015/ptsecurity-mosaic-textarea.mjs.map +1 -1
  221. package/fesm2015/ptsecurity-mosaic-timepicker.mjs +7 -7
  222. package/fesm2015/ptsecurity-mosaic-timepicker.mjs.map +1 -1
  223. package/fesm2015/ptsecurity-mosaic-timezone.mjs +22 -22
  224. package/fesm2015/ptsecurity-mosaic-timezone.mjs.map +1 -1
  225. package/fesm2015/ptsecurity-mosaic-toast.mjs +13 -13
  226. package/fesm2015/ptsecurity-mosaic-toast.mjs.map +1 -1
  227. package/fesm2015/ptsecurity-mosaic-toggle.mjs +7 -7
  228. package/fesm2015/ptsecurity-mosaic-toggle.mjs.map +1 -1
  229. package/fesm2015/ptsecurity-mosaic-tooltip.mjs +16 -16
  230. package/fesm2015/ptsecurity-mosaic-tooltip.mjs.map +1 -1
  231. package/fesm2015/ptsecurity-mosaic-tree-select.mjs +23 -18
  232. package/fesm2015/ptsecurity-mosaic-tree-select.mjs.map +1 -1
  233. package/fesm2015/ptsecurity-mosaic-tree.mjs +100 -47
  234. package/fesm2015/ptsecurity-mosaic-tree.mjs.map +1 -1
  235. package/fesm2020/ptsecurity-mosaic-autocomplete.mjs +13 -13
  236. package/fesm2020/ptsecurity-mosaic-autocomplete.mjs.map +1 -1
  237. package/fesm2020/ptsecurity-mosaic-button-toggle.mjs +10 -10
  238. package/fesm2020/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
  239. package/fesm2020/ptsecurity-mosaic-button.mjs +10 -10
  240. package/fesm2020/ptsecurity-mosaic-button.mjs.map +1 -1
  241. package/fesm2020/ptsecurity-mosaic-card.mjs +7 -7
  242. package/fesm2020/ptsecurity-mosaic-card.mjs.map +1 -1
  243. package/fesm2020/ptsecurity-mosaic-checkbox.mjs +10 -10
  244. package/fesm2020/ptsecurity-mosaic-checkbox.mjs.map +1 -1
  245. package/fesm2020/ptsecurity-mosaic-core.mjs +122 -116
  246. package/fesm2020/ptsecurity-mosaic-core.mjs.map +1 -1
  247. package/fesm2020/ptsecurity-mosaic-datepicker.mjs +40 -40
  248. package/fesm2020/ptsecurity-mosaic-datepicker.mjs.map +1 -1
  249. package/fesm2020/ptsecurity-mosaic-divider.mjs +7 -7
  250. package/fesm2020/ptsecurity-mosaic-divider.mjs.map +1 -1
  251. package/fesm2020/ptsecurity-mosaic-dl.mjs +13 -13
  252. package/fesm2020/ptsecurity-mosaic-dl.mjs.map +1 -1
  253. package/fesm2020/ptsecurity-mosaic-dropdown.mjs +16 -16
  254. package/fesm2020/ptsecurity-mosaic-dropdown.mjs.map +1 -1
  255. package/fesm2020/ptsecurity-mosaic-form-field.mjs +34 -34
  256. package/fesm2020/ptsecurity-mosaic-form-field.mjs.map +1 -1
  257. package/fesm2020/ptsecurity-mosaic-icon.mjs +10 -10
  258. package/fesm2020/ptsecurity-mosaic-icon.mjs.map +1 -1
  259. package/fesm2020/ptsecurity-mosaic-input.mjs +25 -25
  260. package/fesm2020/ptsecurity-mosaic-input.mjs.map +1 -1
  261. package/fesm2020/ptsecurity-mosaic-link.mjs +16 -12
  262. package/fesm2020/ptsecurity-mosaic-link.mjs.map +1 -1
  263. package/fesm2020/ptsecurity-mosaic-list.mjs +16 -16
  264. package/fesm2020/ptsecurity-mosaic-list.mjs.map +1 -1
  265. package/fesm2020/ptsecurity-mosaic-loader-overlay.mjs +16 -16
  266. package/fesm2020/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
  267. package/fesm2020/ptsecurity-mosaic-markdown.mjs +24 -17
  268. package/fesm2020/ptsecurity-mosaic-markdown.mjs.map +1 -1
  269. package/fesm2020/ptsecurity-mosaic-modal.mjs +28 -28
  270. package/fesm2020/ptsecurity-mosaic-modal.mjs.map +1 -1
  271. package/fesm2020/ptsecurity-mosaic-navbar.mjs +46 -46
  272. package/fesm2020/ptsecurity-mosaic-navbar.mjs.map +1 -1
  273. package/fesm2020/ptsecurity-mosaic-popover.mjs +16 -16
  274. package/fesm2020/ptsecurity-mosaic-popover.mjs.map +1 -1
  275. package/fesm2020/ptsecurity-mosaic-progress-bar.mjs +7 -7
  276. package/fesm2020/ptsecurity-mosaic-progress-bar.mjs.map +1 -1
  277. package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs +7 -7
  278. package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
  279. package/fesm2020/ptsecurity-mosaic-radio.mjs +10 -10
  280. package/fesm2020/ptsecurity-mosaic-radio.mjs.map +1 -1
  281. package/fesm2020/ptsecurity-mosaic-select.mjs +19 -19
  282. package/fesm2020/ptsecurity-mosaic-select.mjs.map +1 -1
  283. package/fesm2020/ptsecurity-mosaic-sidebar.mjs +13 -13
  284. package/fesm2020/ptsecurity-mosaic-sidebar.mjs.map +1 -1
  285. package/fesm2020/ptsecurity-mosaic-sidepanel.mjs +25 -25
  286. package/fesm2020/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
  287. package/fesm2020/ptsecurity-mosaic-splitter.mjs +16 -16
  288. package/fesm2020/ptsecurity-mosaic-splitter.mjs.map +1 -1
  289. package/fesm2020/ptsecurity-mosaic-table.mjs +7 -7
  290. package/fesm2020/ptsecurity-mosaic-table.mjs.map +1 -1
  291. package/fesm2020/ptsecurity-mosaic-tabs.mjs +54 -54
  292. package/fesm2020/ptsecurity-mosaic-tabs.mjs.map +1 -1
  293. package/fesm2020/ptsecurity-mosaic-tags.mjs +22 -22
  294. package/fesm2020/ptsecurity-mosaic-tags.mjs.map +1 -1
  295. package/fesm2020/ptsecurity-mosaic-textarea.mjs +7 -7
  296. package/fesm2020/ptsecurity-mosaic-textarea.mjs.map +1 -1
  297. package/fesm2020/ptsecurity-mosaic-timepicker.mjs +7 -7
  298. package/fesm2020/ptsecurity-mosaic-timepicker.mjs.map +1 -1
  299. package/fesm2020/ptsecurity-mosaic-timezone.mjs +22 -22
  300. package/fesm2020/ptsecurity-mosaic-timezone.mjs.map +1 -1
  301. package/fesm2020/ptsecurity-mosaic-toast.mjs +13 -13
  302. package/fesm2020/ptsecurity-mosaic-toast.mjs.map +1 -1
  303. package/fesm2020/ptsecurity-mosaic-toggle.mjs +7 -7
  304. package/fesm2020/ptsecurity-mosaic-toggle.mjs.map +1 -1
  305. package/fesm2020/ptsecurity-mosaic-tooltip.mjs +16 -16
  306. package/fesm2020/ptsecurity-mosaic-tooltip.mjs.map +1 -1
  307. package/fesm2020/ptsecurity-mosaic-tree-select.mjs +22 -17
  308. package/fesm2020/ptsecurity-mosaic-tree-select.mjs.map +1 -1
  309. package/fesm2020/ptsecurity-mosaic-tree.mjs +100 -47
  310. package/fesm2020/ptsecurity-mosaic-tree.mjs.map +1 -1
  311. package/link/link.component.d.ts +2 -1
  312. package/markdown/markdown.component.d.ts +7 -4
  313. package/package.json +8 -8
  314. package/prebuilt-themes/dark-theme.css +1 -1
  315. package/prebuilt-themes/default-theme.css +1 -1
  316. package/tree/control/flat-tree-control.d.ts +1 -0
  317. package/tree/tree-option.component.d.ts +8 -2
  318. package/tree/tree-selection.component.d.ts +1 -0
  319. package/tree-select/tree-select.component.d.ts +1 -1
@@ -17,7 +17,7 @@ import * as i1$1 from '@angular/cdk/a11y';
17
17
  import { takeUntil, distinctUntilChanged, delay } from 'rxjs/operators';
18
18
  import { ComponentPortal } from '@angular/cdk/portal';
19
19
 
20
- const VERSION = new Version('14.2.6+sha-9dfb9002');
20
+ const VERSION = new Version('14.6.1+sha-e1042d9');
21
21
 
22
22
  function isBoolean(val) { return typeof val === 'boolean'; }
23
23
  function toBoolean(value) {
@@ -88,10 +88,10 @@ class McCommonModule {
88
88
  }
89
89
  }
90
90
  }
91
- /** @nocollapse */ McCommonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McCommonModule, deps: [{ token: MC_SANITY_CHECKS, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
92
- /** @nocollapse */ McCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: McCommonModule, imports: [BidiModule], exports: [BidiModule] });
93
- /** @nocollapse */ McCommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McCommonModule, imports: [BidiModule, BidiModule] });
94
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McCommonModule, decorators: [{
91
+ /** @nocollapse */ McCommonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McCommonModule, deps: [{ token: MC_SANITY_CHECKS, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
92
+ /** @nocollapse */ McCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: McCommonModule, imports: [BidiModule], exports: [BidiModule] });
93
+ /** @nocollapse */ McCommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McCommonModule, imports: [BidiModule, BidiModule] });
94
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McCommonModule, decorators: [{
95
95
  type: NgModule,
96
96
  args: [{
97
97
  imports: [BidiModule],
@@ -198,9 +198,9 @@ function mixinErrorState(base) {
198
198
  */
199
199
  class McLine {
200
200
  }
201
- /** @nocollapse */ McLine.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McLine, deps: [], target: i0.ɵɵFactoryTarget.Directive });
202
- /** @nocollapse */ McLine.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: McLine, selector: "[mc-line], [mcLine]", host: { classAttribute: "mc-line" }, ngImport: i0 });
203
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McLine, decorators: [{
201
+ /** @nocollapse */ McLine.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McLine, deps: [], target: i0.ɵɵFactoryTarget.Directive });
202
+ /** @nocollapse */ McLine.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: McLine, selector: "[mc-line], [mcLine]", host: { classAttribute: "mc-line" }, ngImport: i0 });
203
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McLine, decorators: [{
204
204
  type: Directive,
205
205
  args: [{
206
206
  selector: '[mc-line], [mcLine]',
@@ -247,10 +247,10 @@ class McLineSetter {
247
247
  }
248
248
  class McLineModule {
249
249
  }
250
- /** @nocollapse */ McLineModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McLineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
251
- /** @nocollapse */ McLineModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: McLineModule, declarations: [McLine], exports: [McLine] });
252
- /** @nocollapse */ McLineModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McLineModule });
253
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McLineModule, decorators: [{
250
+ /** @nocollapse */ McLineModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McLineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
251
+ /** @nocollapse */ McLineModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: McLineModule, declarations: [McLine], exports: [McLine] });
252
+ /** @nocollapse */ McLineModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McLineModule });
253
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McLineModule, decorators: [{
254
254
  type: NgModule,
255
255
  args: [{
256
256
  imports: [],
@@ -265,9 +265,9 @@ class ShowOnDirtyErrorStateMatcher {
265
265
  return !!(control && control.invalid && (control.dirty || (form && form.submitted)));
266
266
  }
267
267
  }
268
- /** @nocollapse */ ShowOnDirtyErrorStateMatcher.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: ShowOnDirtyErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
269
- /** @nocollapse */ ShowOnDirtyErrorStateMatcher.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: ShowOnDirtyErrorStateMatcher });
270
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: ShowOnDirtyErrorStateMatcher, decorators: [{
268
+ /** @nocollapse */ ShowOnDirtyErrorStateMatcher.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ShowOnDirtyErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
269
+ /** @nocollapse */ ShowOnDirtyErrorStateMatcher.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ShowOnDirtyErrorStateMatcher });
270
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ShowOnDirtyErrorStateMatcher, decorators: [{
271
271
  type: Injectable
272
272
  }] });
273
273
  /** Provider that defines how form controls behave with regards to displaying error messages. */
@@ -276,9 +276,9 @@ class ErrorStateMatcher {
276
276
  return !!(control && control.invalid && (control.touched || (form && form.submitted)));
277
277
  }
278
278
  }
279
- /** @nocollapse */ ErrorStateMatcher.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: ErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
280
- /** @nocollapse */ ErrorStateMatcher.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: ErrorStateMatcher, providedIn: 'root' });
281
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: ErrorStateMatcher, decorators: [{
279
+ /** @nocollapse */ ErrorStateMatcher.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
280
+ /** @nocollapse */ ErrorStateMatcher.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ErrorStateMatcher, providedIn: 'root' });
281
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ErrorStateMatcher, decorators: [{
282
282
  type: Injectable,
283
283
  args: [{ providedIn: 'root' }]
284
284
  }] });
@@ -1197,9 +1197,9 @@ class DateFormatter {
1197
1197
  return this.adapter.hasSame(startDate, endDate, unit) ? 'yes' : 'no';
1198
1198
  }
1199
1199
  }
1200
- /** @nocollapse */ DateFormatter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: DateFormatter, deps: [{ token: i1.DateAdapter }, { token: MC_DATE_LOCALE }], target: i0.ɵɵFactoryTarget.Injectable });
1201
- /** @nocollapse */ DateFormatter.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: DateFormatter });
1202
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: DateFormatter, decorators: [{
1200
+ /** @nocollapse */ DateFormatter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DateFormatter, deps: [{ token: i1.DateAdapter }, { token: MC_DATE_LOCALE }], target: i0.ɵɵFactoryTarget.Injectable });
1201
+ /** @nocollapse */ DateFormatter.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DateFormatter });
1202
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DateFormatter, decorators: [{
1203
1203
  type: Injectable
1204
1204
  }], ctorParameters: function () { return [{ type: i1.DateAdapter }, { type: undefined, decorators: [{
1205
1205
  type: Inject,
@@ -1216,9 +1216,9 @@ class AbsoluteDateFormatterPipe {
1216
1216
  return date ? this.formatter.absoluteLongDate(date, currYear) : '';
1217
1217
  }
1218
1218
  }
1219
- /** @nocollapse */ AbsoluteDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: AbsoluteDateFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1220
- /** @nocollapse */ AbsoluteDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: AbsoluteDateFormatterPipe, name: "absoluteLongDate" });
1221
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: AbsoluteDateFormatterPipe, decorators: [{
1219
+ /** @nocollapse */ AbsoluteDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbsoluteDateFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1220
+ /** @nocollapse */ AbsoluteDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: AbsoluteDateFormatterPipe, name: "absoluteLongDate" });
1221
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbsoluteDateFormatterPipe, decorators: [{
1222
1222
  type: Pipe,
1223
1223
  args: [{ name: 'absoluteLongDate' }]
1224
1224
  }], ctorParameters: function () { return [{ type: i1.DateAdapter }, { type: DateFormatter }]; } });
@@ -1232,9 +1232,9 @@ class AbsoluteDateTimeFormatterPipe {
1232
1232
  return date ? this.formatter.absoluteLongDateTime(date, options) : '';
1233
1233
  }
1234
1234
  }
1235
- /** @nocollapse */ AbsoluteDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1236
- /** @nocollapse */ AbsoluteDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, name: "absoluteLongDateTime" });
1237
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, decorators: [{
1235
+ /** @nocollapse */ AbsoluteDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1236
+ /** @nocollapse */ AbsoluteDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, name: "absoluteLongDateTime" });
1237
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, decorators: [{
1238
1238
  type: Pipe,
1239
1239
  args: [{ name: 'absoluteLongDateTime' }]
1240
1240
  }], ctorParameters: function () { return [{ type: i1.DateAdapter }, { type: DateFormatter }]; } });
@@ -1248,9 +1248,9 @@ class AbsoluteDateShortFormatterPipe {
1248
1248
  return date ? this.formatter.absoluteShortDate(date, currYear) : '';
1249
1249
  }
1250
1250
  }
1251
- /** @nocollapse */ AbsoluteDateShortFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: AbsoluteDateShortFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1252
- /** @nocollapse */ AbsoluteDateShortFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: AbsoluteDateShortFormatterPipe, name: "absoluteShortDate" });
1253
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: AbsoluteDateShortFormatterPipe, decorators: [{
1251
+ /** @nocollapse */ AbsoluteDateShortFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbsoluteDateShortFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1252
+ /** @nocollapse */ AbsoluteDateShortFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: AbsoluteDateShortFormatterPipe, name: "absoluteShortDate" });
1253
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbsoluteDateShortFormatterPipe, decorators: [{
1254
1254
  type: Pipe,
1255
1255
  args: [{ name: 'absoluteShortDate' }]
1256
1256
  }], ctorParameters: function () { return [{ type: i1.DateAdapter }, { type: DateFormatter }]; } });
@@ -1264,9 +1264,9 @@ class AbsoluteShortDateTimeFormatterPipe {
1264
1264
  return date ? this.formatter.absoluteShortDateTime(date, options) : '';
1265
1265
  }
1266
1266
  }
1267
- /** @nocollapse */ AbsoluteShortDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1268
- /** @nocollapse */ AbsoluteShortDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, name: "absoluteShortDateTime" });
1269
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, decorators: [{
1267
+ /** @nocollapse */ AbsoluteShortDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1268
+ /** @nocollapse */ AbsoluteShortDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, name: "absoluteShortDateTime" });
1269
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, decorators: [{
1270
1270
  type: Pipe,
1271
1271
  args: [{ name: 'absoluteShortDateTime' }]
1272
1272
  }], ctorParameters: function () { return [{ type: i1.DateAdapter }, { type: DateFormatter }]; } });
@@ -1280,9 +1280,9 @@ class RelativeDateFormatterPipe {
1280
1280
  return date ? this.formatter.relativeLongDate(date) : '';
1281
1281
  }
1282
1282
  }
1283
- /** @nocollapse */ RelativeDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: RelativeDateFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1284
- /** @nocollapse */ RelativeDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: RelativeDateFormatterPipe, name: "relativeLongDate" });
1285
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: RelativeDateFormatterPipe, decorators: [{
1283
+ /** @nocollapse */ RelativeDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: RelativeDateFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1284
+ /** @nocollapse */ RelativeDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: RelativeDateFormatterPipe, name: "relativeLongDate" });
1285
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: RelativeDateFormatterPipe, decorators: [{
1286
1286
  type: Pipe,
1287
1287
  args: [{ name: 'relativeLongDate' }]
1288
1288
  }], ctorParameters: function () { return [{ type: i1.DateAdapter }, { type: DateFormatter }]; } });
@@ -1296,9 +1296,9 @@ class RelativeDateTimeFormatterPipe {
1296
1296
  return date ? this.formatter.relativeLongDateTime(date, options) : '';
1297
1297
  }
1298
1298
  }
1299
- /** @nocollapse */ RelativeDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: RelativeDateTimeFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1300
- /** @nocollapse */ RelativeDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: RelativeDateTimeFormatterPipe, name: "relativeLongDateTime" });
1301
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: RelativeDateTimeFormatterPipe, decorators: [{
1299
+ /** @nocollapse */ RelativeDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: RelativeDateTimeFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1300
+ /** @nocollapse */ RelativeDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: RelativeDateTimeFormatterPipe, name: "relativeLongDateTime" });
1301
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: RelativeDateTimeFormatterPipe, decorators: [{
1302
1302
  type: Pipe,
1303
1303
  args: [{ name: 'relativeLongDateTime' }]
1304
1304
  }], ctorParameters: function () { return [{ type: i1.DateAdapter }, { type: DateFormatter }]; } });
@@ -1312,9 +1312,9 @@ class RelativeShortDateFormatterPipe {
1312
1312
  return date ? this.formatter.relativeShortDate(date) : '';
1313
1313
  }
1314
1314
  }
1315
- /** @nocollapse */ RelativeShortDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: RelativeShortDateFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1316
- /** @nocollapse */ RelativeShortDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: RelativeShortDateFormatterPipe, name: "relativeShortDate" });
1317
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: RelativeShortDateFormatterPipe, decorators: [{
1315
+ /** @nocollapse */ RelativeShortDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: RelativeShortDateFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1316
+ /** @nocollapse */ RelativeShortDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: RelativeShortDateFormatterPipe, name: "relativeShortDate" });
1317
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: RelativeShortDateFormatterPipe, decorators: [{
1318
1318
  type: Pipe,
1319
1319
  args: [{ name: 'relativeShortDate' }]
1320
1320
  }], ctorParameters: function () { return [{ type: i1.DateAdapter }, { type: DateFormatter }]; } });
@@ -1328,9 +1328,9 @@ class RelativeShortDateTimeFormatterPipe {
1328
1328
  return date ? this.formatter.relativeShortDateTime(date, options) : '';
1329
1329
  }
1330
1330
  }
1331
- /** @nocollapse */ RelativeShortDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1332
- /** @nocollapse */ RelativeShortDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, name: "relativeShortDateTime" });
1333
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, decorators: [{
1331
+ /** @nocollapse */ RelativeShortDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1332
+ /** @nocollapse */ RelativeShortDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, name: "relativeShortDateTime" });
1333
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, decorators: [{
1334
1334
  type: Pipe,
1335
1335
  args: [{ name: 'relativeShortDateTime' }]
1336
1336
  }], ctorParameters: function () { return [{ type: i1.DateAdapter }, { type: DateFormatter }]; } });
@@ -1345,9 +1345,9 @@ class RangeDateFormatterPipe {
1345
1345
  return this.formatter.rangeLongDate(date1, date2);
1346
1346
  }
1347
1347
  }
1348
- /** @nocollapse */ RangeDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: RangeDateFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1349
- /** @nocollapse */ RangeDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: RangeDateFormatterPipe, name: "rangeLongDate" });
1350
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: RangeDateFormatterPipe, decorators: [{
1348
+ /** @nocollapse */ RangeDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: RangeDateFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1349
+ /** @nocollapse */ RangeDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: RangeDateFormatterPipe, name: "rangeLongDate" });
1350
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: RangeDateFormatterPipe, decorators: [{
1351
1351
  type: Pipe,
1352
1352
  args: [{ name: 'rangeLongDate' }]
1353
1353
  }], ctorParameters: function () { return [{ type: i1.DateAdapter }, { type: DateFormatter }]; } });
@@ -1362,9 +1362,9 @@ class RangeShortDateFormatterPipe {
1362
1362
  return this.formatter.rangeShortDate(date1, date2);
1363
1363
  }
1364
1364
  }
1365
- /** @nocollapse */ RangeShortDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: RangeShortDateFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1366
- /** @nocollapse */ RangeShortDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: RangeShortDateFormatterPipe, name: "rangeShortDate" });
1367
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: RangeShortDateFormatterPipe, decorators: [{
1365
+ /** @nocollapse */ RangeShortDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: RangeShortDateFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1366
+ /** @nocollapse */ RangeShortDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: RangeShortDateFormatterPipe, name: "rangeShortDate" });
1367
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: RangeShortDateFormatterPipe, decorators: [{
1368
1368
  type: Pipe,
1369
1369
  args: [{ name: 'rangeShortDate' }]
1370
1370
  }], ctorParameters: function () { return [{ type: i1.DateAdapter }, { type: DateFormatter }]; } });
@@ -1379,9 +1379,9 @@ class RangeDateTimeFormatterPipe {
1379
1379
  return this.formatter.rangeLongDateTime(date1, date2, options);
1380
1380
  }
1381
1381
  }
1382
- /** @nocollapse */ RangeDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: RangeDateTimeFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1383
- /** @nocollapse */ RangeDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: RangeDateTimeFormatterPipe, name: "rangeLongDateTime" });
1384
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: RangeDateTimeFormatterPipe, decorators: [{
1382
+ /** @nocollapse */ RangeDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: RangeDateTimeFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1383
+ /** @nocollapse */ RangeDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: RangeDateTimeFormatterPipe, name: "rangeLongDateTime" });
1384
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: RangeDateTimeFormatterPipe, decorators: [{
1385
1385
  type: Pipe,
1386
1386
  args: [{ name: 'rangeLongDateTime' }]
1387
1387
  }], ctorParameters: function () { return [{ type: i1.DateAdapter }, { type: DateFormatter }]; } });
@@ -1396,9 +1396,9 @@ class RangeMiddleDateTimeFormatterPipe {
1396
1396
  return this.formatter.rangeMiddleDateTime(date1, date2, options);
1397
1397
  }
1398
1398
  }
1399
- /** @nocollapse */ RangeMiddleDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1400
- /** @nocollapse */ RangeMiddleDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, name: "rangeMiddleDateTime" });
1401
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, decorators: [{
1399
+ /** @nocollapse */ RangeMiddleDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1400
+ /** @nocollapse */ RangeMiddleDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, name: "rangeMiddleDateTime" });
1401
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, decorators: [{
1402
1402
  type: Pipe,
1403
1403
  args: [{ name: 'rangeMiddleDateTime' }]
1404
1404
  }], ctorParameters: function () { return [{ type: i1.DateAdapter }, { type: DateFormatter }]; } });
@@ -1413,9 +1413,9 @@ class RangeShortDateTimeFormatterPipe {
1413
1413
  return this.formatter.rangeShortDateTime(date1, date2, options);
1414
1414
  }
1415
1415
  }
1416
- /** @nocollapse */ RangeShortDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: RangeShortDateTimeFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1417
- /** @nocollapse */ RangeShortDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: RangeShortDateTimeFormatterPipe, name: "rangeShortDateTime" });
1418
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: RangeShortDateTimeFormatterPipe, decorators: [{
1416
+ /** @nocollapse */ RangeShortDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: RangeShortDateTimeFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
1417
+ /** @nocollapse */ RangeShortDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: RangeShortDateTimeFormatterPipe, name: "rangeShortDateTime" });
1418
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: RangeShortDateTimeFormatterPipe, decorators: [{
1419
1419
  type: Pipe,
1420
1420
  args: [{ name: 'rangeShortDateTime' }]
1421
1421
  }], ctorParameters: function () { return [{ type: i1.DateAdapter }, { type: DateFormatter }]; } });
@@ -1518,10 +1518,10 @@ class McDecimalPipe {
1518
1518
  }
1519
1519
  }
1520
1520
  }
1521
- /** @nocollapse */ McDecimalPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McDecimalPipe, deps: [{ token: MC_LOCALE_ID, optional: true }, { token: MC_NUMBER_FORMATTER_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Pipe });
1522
- /** @nocollapse */ McDecimalPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: McDecimalPipe, name: "mcNumber" });
1523
- /** @nocollapse */ McDecimalPipe.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McDecimalPipe, providedIn: 'root' });
1524
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McDecimalPipe, decorators: [{
1521
+ /** @nocollapse */ McDecimalPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McDecimalPipe, deps: [{ token: MC_LOCALE_ID, optional: true }, { token: MC_NUMBER_FORMATTER_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Pipe });
1522
+ /** @nocollapse */ McDecimalPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: McDecimalPipe, name: "mcNumber" });
1523
+ /** @nocollapse */ McDecimalPipe.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McDecimalPipe, providedIn: 'root' });
1524
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McDecimalPipe, decorators: [{
1525
1525
  type: Injectable,
1526
1526
  args: [{ providedIn: 'root' }]
1527
1527
  }, {
@@ -1541,8 +1541,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImpor
1541
1541
 
1542
1542
  class McFormattersModule {
1543
1543
  }
1544
- /** @nocollapse */ McFormattersModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McFormattersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1545
- /** @nocollapse */ McFormattersModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: McFormattersModule, declarations: [McDecimalPipe,
1544
+ /** @nocollapse */ McFormattersModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McFormattersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1545
+ /** @nocollapse */ McFormattersModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: McFormattersModule, declarations: [McDecimalPipe,
1546
1546
  AbsoluteDateFormatterPipe,
1547
1547
  AbsoluteDateTimeFormatterPipe,
1548
1548
  AbsoluteDateShortFormatterPipe,
@@ -1569,8 +1569,8 @@ class McFormattersModule {
1569
1569
  RangeDateTimeFormatterPipe,
1570
1570
  RangeShortDateTimeFormatterPipe,
1571
1571
  RangeMiddleDateTimeFormatterPipe] });
1572
- /** @nocollapse */ McFormattersModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McFormattersModule, providers: [DateFormatter] });
1573
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McFormattersModule, decorators: [{
1572
+ /** @nocollapse */ McFormattersModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McFormattersModule, providers: [DateFormatter] });
1573
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McFormattersModule, decorators: [{
1574
1574
  type: NgModule,
1575
1575
  args: [{
1576
1576
  declarations: [
@@ -1613,27 +1613,33 @@ const validationTooltipShowDelay = 10;
1613
1613
  const validationTooltipHideDelay = 3000;
1614
1614
  const MC_VALIDATION = new InjectionToken('McUseValidation', { factory: () => ({ useValidation: true }) });
1615
1615
 
1616
+ function escapeRegExp(value) {
1617
+ if (value) {
1618
+ return value.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
1619
+ }
1620
+ return value;
1621
+ }
1616
1622
  class McHighlightPipe {
1617
1623
  transform(value, args) {
1618
1624
  if (!args) {
1619
1625
  return value;
1620
1626
  }
1621
- return value.replace(new RegExp(`(${args})`, 'gi'), '<mark class="mc-highlight">$1</mark>');
1627
+ return value.replace(new RegExp(`(${escapeRegExp(args)})`, 'gi'), '<mark class="mc-highlight">$1</mark>');
1622
1628
  }
1623
1629
  }
1624
- /** @nocollapse */ McHighlightPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McHighlightPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1625
- /** @nocollapse */ McHighlightPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: McHighlightPipe, name: "mcHighlight" });
1626
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McHighlightPipe, decorators: [{
1630
+ /** @nocollapse */ McHighlightPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McHighlightPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1631
+ /** @nocollapse */ McHighlightPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: McHighlightPipe, name: "mcHighlight" });
1632
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McHighlightPipe, decorators: [{
1627
1633
  type: Pipe,
1628
1634
  args: [{ name: 'mcHighlight' }]
1629
1635
  }] });
1630
1636
 
1631
1637
  class McHighlightModule {
1632
1638
  }
1633
- /** @nocollapse */ McHighlightModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McHighlightModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1634
- /** @nocollapse */ McHighlightModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: McHighlightModule, declarations: [McHighlightPipe], imports: [CommonModule], exports: [McHighlightPipe] });
1635
- /** @nocollapse */ McHighlightModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McHighlightModule, imports: [CommonModule] });
1636
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McHighlightModule, decorators: [{
1639
+ /** @nocollapse */ McHighlightModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McHighlightModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1640
+ /** @nocollapse */ McHighlightModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: McHighlightModule, declarations: [McHighlightPipe], imports: [CommonModule], exports: [McHighlightPipe] });
1641
+ /** @nocollapse */ McHighlightModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McHighlightModule, imports: [CommonModule] });
1642
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McHighlightModule, decorators: [{
1637
1643
  type: NgModule,
1638
1644
  args: [{
1639
1645
  imports: [CommonModule],
@@ -2037,9 +2043,9 @@ class McPseudoCheckbox extends McPseudoCheckboxMixinBase {
2037
2043
  this.disabled = false;
2038
2044
  }
2039
2045
  }
2040
- /** @nocollapse */ McPseudoCheckbox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McPseudoCheckbox, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
2041
- /** @nocollapse */ McPseudoCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.5", type: McPseudoCheckbox, selector: "mc-pseudo-checkbox", inputs: { color: "color", state: "state", disabled: "disabled" }, host: { properties: { "class.mc-indeterminate": "state === \"indeterminate\"", "class.mc-checked": "state === \"checked\"", "class.mc-disabled": "disabled" }, classAttribute: "mc-pseudo-checkbox" }, usesInheritance: true, ngImport: i0, template: "<i class=\"mc-checkbox-checkmark mc mc-check_16\"></i>\n<i class=\"mc-checkbox-mixedmark mc mc-minus_16\"></i>\n", styles: [".mc-pseudo-checkbox{position:relative;display:inline-block;box-sizing:border-box;width:16px;width:var(--mc-checkbox-size-width, 16px);height:16px;height:var(--mc-checkbox-size-width, 16px);border-radius:3px;border-width:1px;border-width:var(--mc-checkbox-size-border-width, 1px);border-style:solid;cursor:pointer;vertical-align:middle;flex-shrink:0}.mc-pseudo-checkbox .mc-checkbox-checkmark,.mc-pseudo-checkbox .mc-checkbox-mixedmark{display:none;position:absolute;top:-1px;top:calc(-1 * var(--mc-checkbox-size-border-width, 1px));left:-1px;left:calc(-1 * var(--mc-checkbox-size-border-width, 1px))}.mc-pseudo-checkbox.mc-pseudo-checkbox-checked,.mc-pseudo-checkbox.mc-pseudo-checkbox-indeterminate{border-color:transparent}.mc-pseudo-checkbox.mc-checked .mc-checkbox-checkmark,.mc-pseudo-checkbox.mc-indeterminate .mc-checkbox-mixedmark{display:inline-block}.mc-pseudo-checkbox.mc-disabled{cursor:default}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
2042
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McPseudoCheckbox, decorators: [{
2046
+ /** @nocollapse */ McPseudoCheckbox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McPseudoCheckbox, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
2047
+ /** @nocollapse */ McPseudoCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: McPseudoCheckbox, selector: "mc-pseudo-checkbox", inputs: { color: "color", state: "state", disabled: "disabled" }, host: { properties: { "class.mc-indeterminate": "state === \"indeterminate\"", "class.mc-checked": "state === \"checked\"", "class.mc-disabled": "disabled" }, classAttribute: "mc-pseudo-checkbox" }, usesInheritance: true, ngImport: i0, template: "<i class=\"mc-checkbox-checkmark mc mc-check_16\"></i>\n<i class=\"mc-checkbox-mixedmark mc mc-minus_16\"></i>\n", styles: [".mc-pseudo-checkbox{position:relative;display:inline-block;box-sizing:border-box;width:16px;width:var(--mc-checkbox-size-width, 16px);height:16px;height:var(--mc-checkbox-size-width, 16px);border-radius:3px;border-width:1px;border-width:var(--mc-checkbox-size-border-width, 1px);border-style:solid;cursor:pointer;vertical-align:middle;flex-shrink:0}.mc-pseudo-checkbox .mc-checkbox-checkmark,.mc-pseudo-checkbox .mc-checkbox-mixedmark{display:none;position:absolute;top:-1px;top:calc(-1 * var(--mc-checkbox-size-border-width, 1px));left:-1px;left:calc(-1 * var(--mc-checkbox-size-border-width, 1px))}.mc-pseudo-checkbox.mc-pseudo-checkbox-checked,.mc-pseudo-checkbox.mc-pseudo-checkbox-indeterminate{border-color:transparent}.mc-pseudo-checkbox.mc-checked .mc-checkbox-checkmark,.mc-pseudo-checkbox.mc-indeterminate .mc-checkbox-mixedmark{display:inline-block}.mc-pseudo-checkbox.mc-disabled{cursor:default}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
2048
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McPseudoCheckbox, decorators: [{
2043
2049
  type: Component,
2044
2050
  args: [{ selector: 'mc-pseudo-checkbox', host: {
2045
2051
  class: 'mc-pseudo-checkbox',
@@ -2055,10 +2061,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImpor
2055
2061
 
2056
2062
  class McPseudoCheckboxModule {
2057
2063
  }
2058
- /** @nocollapse */ McPseudoCheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McPseudoCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2059
- /** @nocollapse */ McPseudoCheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: McPseudoCheckboxModule, declarations: [McPseudoCheckbox], imports: [CommonModule], exports: [McPseudoCheckbox] });
2060
- /** @nocollapse */ McPseudoCheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McPseudoCheckboxModule, imports: [CommonModule] });
2061
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McPseudoCheckboxModule, decorators: [{
2064
+ /** @nocollapse */ McPseudoCheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McPseudoCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2065
+ /** @nocollapse */ McPseudoCheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: McPseudoCheckboxModule, declarations: [McPseudoCheckbox], imports: [CommonModule], exports: [McPseudoCheckbox] });
2066
+ /** @nocollapse */ McPseudoCheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McPseudoCheckboxModule, imports: [CommonModule] });
2067
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McPseudoCheckboxModule, decorators: [{
2062
2068
  type: NgModule,
2063
2069
  args: [{
2064
2070
  imports: [CommonModule],
@@ -2100,9 +2106,9 @@ class McMeasureScrollbarService {
2100
2106
  this._scrollBarWidth = width;
2101
2107
  }
2102
2108
  }
2103
- /** @nocollapse */ McMeasureScrollbarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McMeasureScrollbarService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
2104
- /** @nocollapse */ McMeasureScrollbarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McMeasureScrollbarService, providedIn: 'root' });
2105
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McMeasureScrollbarService, decorators: [{
2109
+ /** @nocollapse */ McMeasureScrollbarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McMeasureScrollbarService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
2110
+ /** @nocollapse */ McMeasureScrollbarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McMeasureScrollbarService, providedIn: 'root' });
2111
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McMeasureScrollbarService, decorators: [{
2106
2112
  type: Injectable,
2107
2113
  args: [{
2108
2114
  providedIn: 'root'
@@ -2128,9 +2134,9 @@ class McOptgroup extends McOptgroupMixinBase {
2128
2134
  this.labelId = `mc-optgroup-label-${uniqueOptgroupIdCounter++}`;
2129
2135
  }
2130
2136
  }
2131
- /** @nocollapse */ McOptgroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McOptgroup, deps: null, target: i0.ɵɵFactoryTarget.Component });
2132
- /** @nocollapse */ McOptgroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.5", type: McOptgroup, selector: "mc-optgroup", inputs: { disabled: "disabled", label: "label" }, host: { properties: { "class.mc-disabled": "disabled" }, classAttribute: "mc-optgroup" }, exportAs: ["mcOptgroup"], usesInheritance: true, ngImport: i0, template: "<label class=\"mc-optgroup-label\" [id]=\"labelId\">{{ label }}</label>\n<ng-content select=\"mc-option, mc-list-option, mc-timezone-option, ng-container\"></ng-content>\n", styles: [".mc-optgroup-label{padding-left:17px;padding-left:var(--mc-optgroup-size-padding-left, 17px);-webkit-user-select:none;user-select:none;cursor:default}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
2133
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McOptgroup, decorators: [{
2137
+ /** @nocollapse */ McOptgroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McOptgroup, deps: null, target: i0.ɵɵFactoryTarget.Component });
2138
+ /** @nocollapse */ McOptgroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: McOptgroup, selector: "mc-optgroup", inputs: { disabled: "disabled", label: "label" }, host: { properties: { "class.mc-disabled": "disabled" }, classAttribute: "mc-optgroup" }, exportAs: ["mcOptgroup"], usesInheritance: true, ngImport: i0, template: "<label class=\"mc-optgroup-label\" [id]=\"labelId\">{{ label }}</label>\n<ng-content select=\"mc-option, mc-list-option, mc-timezone-option, ng-container\"></ng-content>\n", styles: [".mc-optgroup-label{padding-left:17px;padding-left:var(--mc-optgroup-size-padding-left, 17px);-webkit-user-select:none;user-select:none;cursor:default}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
2139
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McOptgroup, decorators: [{
2134
2140
  type: Component,
2135
2141
  args: [{ selector: 'mc-optgroup', exportAs: 'mcOptgroup', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, inputs: ['disabled'], host: {
2136
2142
  class: 'mc-optgroup',
@@ -2314,9 +2320,9 @@ class McOption {
2314
2320
  this.onSelectionChange.emit(new McOptionSelectionChange(this, isUserInput));
2315
2321
  }
2316
2322
  }
2317
- /** @nocollapse */ McOption.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McOption, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: MC_OPTION_PARENT_COMPONENT, optional: true }, { token: McOptgroup, optional: true }], target: i0.ɵɵFactoryTarget.Component });
2318
- /** @nocollapse */ McOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.5", type: McOption, selector: "mc-option", inputs: { value: "value", showCheckbox: "showCheckbox", disabled: "disabled" }, outputs: { onSelectionChange: "onSelectionChange" }, host: { listeners: { "click": "selectViaInteraction()", "keydown": "handleKeydown($event)" }, properties: { "attr.tabindex": "getTabIndex()", "class.mc-selected": "selected", "class.mc-option-multiple": "multiple", "class.mc-active": "active", "class.mc-disabled": "disabled", "id": "id" }, classAttribute: "mc-option" }, viewQueries: [{ propertyName: "textElement", first: true, predicate: ["mcTextElement"], descendants: true }], exportAs: ["mcOption"], ngImport: i0, template: "<mc-pseudo-checkbox\n *ngIf=\"showCheckbox\"\n [state]=\"selected ? 'checked' : 'unchecked'\"\n [disabled]=\"disabled\">\n</mc-pseudo-checkbox>\n\n<span #mcTextElement class=\"mc-option-text\"><ng-content></ng-content></span>\n\n<div class=\"mc-option-overlay\"></div>\n", styles: [".mc-option{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;position:relative;max-width:100%;height:32px;height:var(--mc-option-size-height, 32px);border:2px solid transparent;border:var(--mc-option-size-border-width, 2px) solid transparent;cursor:pointer;outline:none;padding-left:12px;padding-left:var(--mc-option-size-horizontal-padding, 12px);padding-right:12px;padding-right:var(--mc-option-size-horizontal-padding, 12px);-webkit-tap-highlight-color:transparent}.mc-option.mc-disabled{cursor:default}.mc-option .mc-pseudo-checkbox{margin-right:8px}.mc-option .mc-option-overlay{position:absolute;top:-2px;top:calc(-1 * var(--mc-option-size-border-width, 2px));left:-2px;left:calc(-1 * var(--mc-option-size-border-width, 2px));right:-2px;right:calc(-1 * var(--mc-option-size-border-width, 2px));bottom:-2px;bottom:calc(-1 * var(--mc-option-size-border-width, 2px));pointer-events:none;border-radius:inherit}.mc-option-text{display:inline-block;flex-grow:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: McPseudoCheckbox, selector: "mc-pseudo-checkbox", inputs: ["color", "state", "disabled"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
2319
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McOption, decorators: [{
2323
+ /** @nocollapse */ McOption.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McOption, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: MC_OPTION_PARENT_COMPONENT, optional: true }, { token: McOptgroup, optional: true }], target: i0.ɵɵFactoryTarget.Component });
2324
+ /** @nocollapse */ McOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: McOption, selector: "mc-option", inputs: { value: "value", showCheckbox: "showCheckbox", disabled: "disabled" }, outputs: { onSelectionChange: "onSelectionChange" }, host: { listeners: { "click": "selectViaInteraction()", "keydown": "handleKeydown($event)" }, properties: { "attr.tabindex": "getTabIndex()", "class.mc-selected": "selected", "class.mc-option-multiple": "multiple", "class.mc-active": "active", "class.mc-disabled": "disabled", "id": "id" }, classAttribute: "mc-option" }, viewQueries: [{ propertyName: "textElement", first: true, predicate: ["mcTextElement"], descendants: true }], exportAs: ["mcOption"], ngImport: i0, template: "<mc-pseudo-checkbox\n *ngIf=\"showCheckbox\"\n [state]=\"selected ? 'checked' : 'unchecked'\"\n [disabled]=\"disabled\">\n</mc-pseudo-checkbox>\n\n<span #mcTextElement class=\"mc-option-text\"><ng-content></ng-content></span>\n\n<div class=\"mc-option-overlay\"></div>\n", styles: [".mc-option{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;position:relative;max-width:100%;height:32px;height:var(--mc-option-size-height, 32px);border:2px solid transparent;border:var(--mc-option-size-border-width, 2px) solid transparent;cursor:pointer;outline:none;padding-left:12px;padding-left:var(--mc-option-size-horizontal-padding, 12px);padding-right:12px;padding-right:var(--mc-option-size-horizontal-padding, 12px);-webkit-tap-highlight-color:transparent}.mc-option.mc-disabled{cursor:default}.mc-option .mc-pseudo-checkbox{margin-right:8px}.mc-option .mc-option-overlay{position:absolute;top:-2px;top:calc(-1 * var(--mc-option-size-border-width, 2px));left:-2px;left:calc(-1 * var(--mc-option-size-border-width, 2px));right:-2px;right:calc(-1 * var(--mc-option-size-border-width, 2px));bottom:-2px;bottom:calc(-1 * var(--mc-option-size-border-width, 2px));pointer-events:none;border-radius:inherit}.mc-option-text{display:inline-block;flex-grow:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: McPseudoCheckbox, selector: "mc-pseudo-checkbox", inputs: ["color", "state", "disabled"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
2325
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McOption, decorators: [{
2320
2326
  type: Component,
2321
2327
  args: [{ selector: 'mc-option', exportAs: 'mcOption', host: {
2322
2328
  '[attr.tabindex]': 'getTabIndex()',
@@ -2468,14 +2474,14 @@ class McOptionActionComponent extends McOptionActionMixinBase {
2468
2474
  setTimeout(() => this.option.tooltipTrigger.disabled = false);
2469
2475
  }
2470
2476
  }
2471
- /** @nocollapse */ McOptionActionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McOptionActionComponent, deps: [{ token: i0.ElementRef }, { token: i1$1.FocusMonitor }, { token: MC_OPTION_ACTION_PARENT }], target: i0.ɵɵFactoryTarget.Component });
2472
- /** @nocollapse */ McOptionActionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.5", type: McOptionActionComponent, selector: "mc-option-action", inputs: { disabled: "disabled" }, host: { listeners: { "focus": "onFocus($event)", "blur": "onBlur()", "click": "onClick($event)", "keydown": "onKeyDown($event)" }, properties: { "class.mc-expanded": "false", "attr.disabled": "disabled || null", "attr.tabIndex": "-1" }, classAttribute: "mc-option-action" }, queries: [{ propertyName: "customIcon", first: true, predicate: ["customIcon"], descendants: true }], exportAs: ["mcOptionAction"], usesInheritance: true, ngImport: i0, template: `
2477
+ /** @nocollapse */ McOptionActionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McOptionActionComponent, deps: [{ token: i0.ElementRef }, { token: i1$1.FocusMonitor }, { token: MC_OPTION_ACTION_PARENT }], target: i0.ɵɵFactoryTarget.Component });
2478
+ /** @nocollapse */ McOptionActionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: McOptionActionComponent, selector: "mc-option-action", inputs: { disabled: "disabled" }, host: { listeners: { "focus": "onFocus($event)", "blur": "onBlur()", "click": "onClick($event)", "keydown": "onKeyDown($event)" }, properties: { "class.mc-expanded": "false", "attr.disabled": "disabled || null", "attr.tabIndex": "-1" }, classAttribute: "mc-option-action" }, queries: [{ propertyName: "customIcon", first: true, predicate: ["customIcon"], descendants: true }], exportAs: ["mcOptionAction"], usesInheritance: true, ngImport: i0, template: `
2473
2479
  <ng-container [ngSwitch]="!!customIcon">
2474
2480
  <i class="mc mc-icon mc-ellipsis_16" *ngSwitchCase="false"></i>
2475
2481
  <ng-content select="[mc-icon]" *ngSwitchCase="true"></ng-content>
2476
2482
  </ng-container>
2477
2483
  `, isInline: true, styles: [".mc-option-action{box-sizing:content-box;box-sizing:initial;position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:-2px;width:28px;height:100%;cursor:pointer;outline:none;border:2px solid transparent;background:transparent}.mc-option-action[disabled]{cursor:default}\n"], dependencies: [{ kind: "directive", type: i2.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i2.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
2478
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McOptionActionComponent, decorators: [{
2484
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McOptionActionComponent, decorators: [{
2479
2485
  type: Component,
2480
2486
  args: [{ selector: 'mc-option-action', exportAs: 'mcOptionAction', template: `
2481
2487
  <ng-container [ngSwitch]="!!customIcon">
@@ -2502,10 +2508,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImpor
2502
2508
 
2503
2509
  class McOptionModule {
2504
2510
  }
2505
- /** @nocollapse */ McOptionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McOptionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2506
- /** @nocollapse */ McOptionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: McOptionModule, declarations: [McOption, McOptgroup, McOptionActionComponent], imports: [CommonModule, McPseudoCheckboxModule], exports: [McOption, McOptgroup, McOptionActionComponent] });
2507
- /** @nocollapse */ McOptionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McOptionModule, imports: [CommonModule, McPseudoCheckboxModule] });
2508
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McOptionModule, decorators: [{
2511
+ /** @nocollapse */ McOptionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McOptionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2512
+ /** @nocollapse */ McOptionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: McOptionModule, declarations: [McOption, McOptgroup, McOptionActionComponent], imports: [CommonModule, McPseudoCheckboxModule], exports: [McOption, McOptgroup, McOptionActionComponent] });
2513
+ /** @nocollapse */ McOptionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McOptionModule, imports: [CommonModule, McPseudoCheckboxModule] });
2514
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McOptionModule, decorators: [{
2509
2515
  type: NgModule,
2510
2516
  args: [{
2511
2517
  imports: [CommonModule, McPseudoCheckboxModule],
@@ -2533,9 +2539,9 @@ class McFormElement {
2533
2539
  }
2534
2540
  }
2535
2541
  }
2536
- /** @nocollapse */ McFormElement.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McFormElement, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2537
- /** @nocollapse */ McFormElement.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: McFormElement, selector: ".mc-form__row, .mc-form__fieldset, .mc-form__legend", host: { properties: { "class.mc-form-row_margin": "margin" } }, queries: [{ propertyName: "elements", predicate: McFormElement }], exportAs: ["mcFormElement"], ngImport: i0 });
2538
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McFormElement, decorators: [{
2542
+ /** @nocollapse */ McFormElement.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McFormElement, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2543
+ /** @nocollapse */ McFormElement.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: McFormElement, selector: ".mc-form__row, .mc-form__fieldset, .mc-form__legend", host: { properties: { "class.mc-form-row_margin": "margin" } }, queries: [{ propertyName: "elements", predicate: McFormElement }], exportAs: ["mcFormElement"], ngImport: i0 });
2544
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McFormElement, decorators: [{
2539
2545
  type: Directive,
2540
2546
  args: [{
2541
2547
  selector: '.mc-form__row, .mc-form__fieldset, .mc-form__legend',
@@ -2562,9 +2568,9 @@ class McForm {
2562
2568
  });
2563
2569
  }
2564
2570
  }
2565
- /** @nocollapse */ McForm.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McForm, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2566
- /** @nocollapse */ McForm.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: McForm, selector: ".mc-form-vertical, .mc-form-horizontal", host: { classAttribute: "mc-form" }, queries: [{ propertyName: "elements", predicate: McFormElement }], exportAs: ["mcForm"], ngImport: i0 });
2567
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McForm, decorators: [{
2571
+ /** @nocollapse */ McForm.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McForm, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2572
+ /** @nocollapse */ McForm.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: McForm, selector: ".mc-form-vertical, .mc-form-horizontal", host: { classAttribute: "mc-form" }, queries: [{ propertyName: "elements", predicate: McFormElement }], exportAs: ["mcForm"], ngImport: i0 });
2573
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McForm, decorators: [{
2568
2574
  type: Directive,
2569
2575
  args: [{
2570
2576
  selector: '.mc-form-vertical, .mc-form-horizontal',
@@ -2580,12 +2586,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImpor
2580
2586
 
2581
2587
  class McFormsModule {
2582
2588
  }
2583
- /** @nocollapse */ McFormsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McFormsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2584
- /** @nocollapse */ McFormsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: McFormsModule, declarations: [McForm,
2589
+ /** @nocollapse */ McFormsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McFormsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2590
+ /** @nocollapse */ McFormsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: McFormsModule, declarations: [McForm,
2585
2591
  McFormElement], exports: [McForm,
2586
2592
  McFormElement] });
2587
- /** @nocollapse */ McFormsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McFormsModule });
2588
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McFormsModule, decorators: [{
2593
+ /** @nocollapse */ McFormsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McFormsModule });
2594
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McFormsModule, decorators: [{
2589
2595
  type: NgModule,
2590
2596
  args: [{
2591
2597
  exports: [
@@ -2717,9 +2723,9 @@ class McPopUp {
2717
2723
  }
2718
2724
  }
2719
2725
  }
2720
- /** @nocollapse */ McPopUp.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McPopUp, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
2721
- /** @nocollapse */ McPopUp.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: McPopUp, ngImport: i0 });
2722
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McPopUp, decorators: [{
2726
+ /** @nocollapse */ McPopUp.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McPopUp, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
2727
+ /** @nocollapse */ McPopUp.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: McPopUp, ngImport: i0 });
2728
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McPopUp, decorators: [{
2723
2729
  type: Directive
2724
2730
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; } });
2725
2731
 
@@ -2950,9 +2956,9 @@ class McPopUpTrigger {
2950
2956
  });
2951
2957
  }
2952
2958
  }
2953
- /** @nocollapse */ McPopUpTrigger.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McPopUpTrigger, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
2954
- /** @nocollapse */ McPopUpTrigger.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: McPopUpTrigger, ngImport: i0 });
2955
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McPopUpTrigger, decorators: [{
2959
+ /** @nocollapse */ McPopUpTrigger.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McPopUpTrigger, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
2960
+ /** @nocollapse */ McPopUpTrigger.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: McPopUpTrigger, ngImport: i0 });
2961
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: McPopUpTrigger, decorators: [{
2956
2962
  type: Directive
2957
2963
  }], ctorParameters: function () { return [{ type: i1$2.Overlay }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i1$2.ScrollDispatcher }, { type: i0.ViewContainerRef }, { type: undefined }, { type: i2$1.Directionality }]; } });
2958
2964
 
@@ -2960,5 +2966,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImpor
2960
2966
  * Generated bundle index. Do not edit.
2961
2967
  */
2962
2968
 
2963
- export { AbsoluteDateFormatterPipe, AbsoluteDateShortFormatterPipe, AbsoluteDateTimeFormatterPipe, AbsoluteShortDateTimeFormatterPipe, AnimationCurves, BOTTOM_LEFT_POSITION_PRIORITY, BOTTOM_POSITION_PRIORITY, BOTTOM_RIGHT_POSITION_PRIORITY, DEFAULT_MC_LOCALE_ID, DateFormatter, EXTENDED_OVERLAY_POSITIONS, ErrorStateMatcher, LEFT_BOTTOM_POSITION_PRIORITY, LEFT_POSITION_PRIORITY, LEFT_TOP_POSITION_PRIORITY, MC_LABEL_GLOBAL_OPTIONS, MC_LOCALE_ID, MC_NUMBER_FORMATTER_DEFAULT_OPTIONS, MC_NUMBER_FORMATTER_OPTIONS, MC_OPTION_ACTION_PARENT, MC_OPTION_PARENT_COMPONENT, MC_SANITY_CHECKS, MC_SELECT_SCROLL_STRATEGY, MC_SELECT_SCROLL_STRATEGY_PROVIDER, MC_VALIDATION, McCommonModule, McDecimalPipe, McForm, McFormElement, McFormattersModule, McFormsModule, McHighlightModule, McHighlightPipe, McLine, McLineModule, McLineSetter, McMeasureScrollbarService, McOptgroup, McOptgroupBase, McOptgroupMixinBase, McOption, McOptionActionBase, McOptionActionComponent, McOptionActionMixinBase, McOptionModule, McOptionSelectionChange, McPopUp, McPopUpTrigger, McPseudoCheckbox, McPseudoCheckboxBase, McPseudoCheckboxMixinBase, McPseudoCheckboxModule, MultipleMode, NUMBER_FORMAT_REGEXP, POSITION_MAP, POSITION_PRIORITY_STRATEGY, POSITION_TO_CSS_MAP, PopUpPlacements, PopUpSizes, PopUpTriggers, PopUpVisibility, RIGHT_BOTTOM_POSITION_PRIORITY, RIGHT_POSITION_PRIORITY, RIGHT_TOP_POSITION_PRIORITY, RangeDateFormatterPipe, RangeDateTimeFormatterPipe, RangeMiddleDateTimeFormatterPipe, RangeShortDateFormatterPipe, RangeShortDateTimeFormatterPipe, RelativeDateFormatterPipe, RelativeDateTimeFormatterPipe, RelativeShortDateFormatterPipe, RelativeShortDateTimeFormatterPipe, SELECT_PANEL_INDENT_PADDING_X, SELECT_PANEL_MAX_HEIGHT, SELECT_PANEL_PADDING_X, SELECT_PANEL_VIEWPORT_PADDING, ShowOnDirtyErrorStateMatcher, TOP_LEFT_POSITION_PRIORITY, TOP_POSITION_PRIORITY, TOP_RIGHT_POSITION_PRIORITY, ThemePalette, VERSION, countGroupLabelsBeforeOption, fadeAnimation, getMcSelectDynamicMultipleError, getMcSelectNonArrayValueError, getMcSelectNonFunctionValueError, getOptionScrollPosition, isBoolean, mcSelectAnimations, mcSelectScrollStrategyProviderFactory, mixinColor, mixinDisabled, mixinErrorState, mixinTabIndex, selectEvents, toBoolean, validationTooltipHideDelay, validationTooltipShowDelay };
2969
+ export { AbsoluteDateFormatterPipe, AbsoluteDateShortFormatterPipe, AbsoluteDateTimeFormatterPipe, AbsoluteShortDateTimeFormatterPipe, AnimationCurves, BOTTOM_LEFT_POSITION_PRIORITY, BOTTOM_POSITION_PRIORITY, BOTTOM_RIGHT_POSITION_PRIORITY, DEFAULT_MC_LOCALE_ID, DateFormatter, EXTENDED_OVERLAY_POSITIONS, ErrorStateMatcher, LEFT_BOTTOM_POSITION_PRIORITY, LEFT_POSITION_PRIORITY, LEFT_TOP_POSITION_PRIORITY, MC_LABEL_GLOBAL_OPTIONS, MC_LOCALE_ID, MC_NUMBER_FORMATTER_DEFAULT_OPTIONS, MC_NUMBER_FORMATTER_OPTIONS, MC_OPTION_ACTION_PARENT, MC_OPTION_PARENT_COMPONENT, MC_SANITY_CHECKS, MC_SELECT_SCROLL_STRATEGY, MC_SELECT_SCROLL_STRATEGY_PROVIDER, MC_VALIDATION, McCommonModule, McDecimalPipe, McForm, McFormElement, McFormattersModule, McFormsModule, McHighlightModule, McHighlightPipe, McLine, McLineModule, McLineSetter, McMeasureScrollbarService, McOptgroup, McOptgroupBase, McOptgroupMixinBase, McOption, McOptionActionBase, McOptionActionComponent, McOptionActionMixinBase, McOptionModule, McOptionSelectionChange, McPopUp, McPopUpTrigger, McPseudoCheckbox, McPseudoCheckboxBase, McPseudoCheckboxMixinBase, McPseudoCheckboxModule, MultipleMode, NUMBER_FORMAT_REGEXP, POSITION_MAP, POSITION_PRIORITY_STRATEGY, POSITION_TO_CSS_MAP, PopUpPlacements, PopUpSizes, PopUpTriggers, PopUpVisibility, RIGHT_BOTTOM_POSITION_PRIORITY, RIGHT_POSITION_PRIORITY, RIGHT_TOP_POSITION_PRIORITY, RangeDateFormatterPipe, RangeDateTimeFormatterPipe, RangeMiddleDateTimeFormatterPipe, RangeShortDateFormatterPipe, RangeShortDateTimeFormatterPipe, RelativeDateFormatterPipe, RelativeDateTimeFormatterPipe, RelativeShortDateFormatterPipe, RelativeShortDateTimeFormatterPipe, SELECT_PANEL_INDENT_PADDING_X, SELECT_PANEL_MAX_HEIGHT, SELECT_PANEL_PADDING_X, SELECT_PANEL_VIEWPORT_PADDING, ShowOnDirtyErrorStateMatcher, TOP_LEFT_POSITION_PRIORITY, TOP_POSITION_PRIORITY, TOP_RIGHT_POSITION_PRIORITY, ThemePalette, VERSION, countGroupLabelsBeforeOption, escapeRegExp, fadeAnimation, getMcSelectDynamicMultipleError, getMcSelectNonArrayValueError, getMcSelectNonFunctionValueError, getOptionScrollPosition, isBoolean, mcSelectAnimations, mcSelectScrollStrategyProviderFactory, mixinColor, mixinDisabled, mixinErrorState, mixinTabIndex, selectEvents, toBoolean, validationTooltipHideDelay, validationTooltipShowDelay };
2964
2970
  //# sourceMappingURL=ptsecurity-mosaic-core.mjs.map