@ptsecurity/mosaic 15.4.0 → 15.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (277) hide show
  1. package/_theming.scss +6 -6
  2. package/core/styles/theming/_alerts.scss +45 -43
  3. package/core/styles/theming/_badges.scss +28 -25
  4. package/core/styles/theming/_components-theming.scss +1 -1
  5. package/core/styles/theming/_scrollbars.scss +30 -31
  6. package/core/styles/theming/_theming.scss +6 -2
  7. package/core/styles/typography/_typography.scss +3 -3
  8. package/esm2020/autocomplete/autocomplete-origin.directive.mjs +3 -3
  9. package/esm2020/autocomplete/autocomplete-trigger.directive.mjs +3 -3
  10. package/esm2020/autocomplete/autocomplete.component.mjs +3 -3
  11. package/esm2020/autocomplete/autocomplete.module.mjs +4 -4
  12. package/esm2020/button/button.component.mjs +6 -6
  13. package/esm2020/button/button.module.mjs +4 -4
  14. package/esm2020/button-toggle/button-toggle.component.mjs +6 -6
  15. package/esm2020/button-toggle/button-toggle.module.mjs +4 -4
  16. package/esm2020/card/card.component.mjs +3 -3
  17. package/esm2020/card/card.module.mjs +4 -4
  18. package/esm2020/checkbox/checkbox-module.mjs +4 -4
  19. package/esm2020/checkbox/checkbox-required-validator.mjs +3 -3
  20. package/esm2020/checkbox/checkbox.mjs +3 -3
  21. package/esm2020/code-block/actionbar.component.mjs +3 -3
  22. package/esm2020/code-block/code-block.component.mjs +3 -3
  23. package/esm2020/code-block/code-block.module.mjs +4 -4
  24. package/esm2020/core/common-behaviors/common-module.mjs +4 -4
  25. package/esm2020/core/error/error-options.mjs +6 -6
  26. package/esm2020/core/formatters/date/formatter.mjs +3 -3
  27. package/esm2020/core/formatters/date/formatter.pipe.mjs +39 -39
  28. package/esm2020/core/formatters/index.mjs +4 -4
  29. package/esm2020/core/formatters/number/formatter.mjs +4 -4
  30. package/esm2020/core/forms/forms-module.mjs +4 -4
  31. package/esm2020/core/forms/forms.directive.mjs +6 -6
  32. package/esm2020/core/highlight/highlight.pipe.mjs +3 -3
  33. package/esm2020/core/highlight/index.mjs +4 -4
  34. package/esm2020/core/line/line.mjs +7 -7
  35. package/esm2020/core/locales/locale-service.mjs +3 -3
  36. package/esm2020/core/locales/locale-service.module.mjs +4 -4
  37. package/esm2020/core/option/action.mjs +3 -3
  38. package/esm2020/core/option/optgroup.mjs +3 -3
  39. package/esm2020/core/option/option-module.mjs +4 -4
  40. package/esm2020/core/option/option.mjs +3 -3
  41. package/esm2020/core/overlay/overlay-position-map.mjs +2 -1
  42. package/esm2020/core/pop-up/pop-up-trigger.mjs +3 -3
  43. package/esm2020/core/pop-up/pop-up.mjs +3 -3
  44. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
  45. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +4 -4
  46. package/esm2020/core/services/measure-scrollbar.service.mjs +3 -3
  47. package/esm2020/core/utils/data-size/data-size.pipe.mjs +7 -7
  48. package/esm2020/core/version.mjs +2 -2
  49. package/esm2020/datepicker/calendar-body.component.mjs +3 -3
  50. package/esm2020/datepicker/calendar-header.component.mjs +3 -3
  51. package/esm2020/datepicker/calendar.component.mjs +3 -3
  52. package/esm2020/datepicker/datepicker-input.directive.mjs +3 -3
  53. package/esm2020/datepicker/datepicker-intl.mjs +3 -3
  54. package/esm2020/datepicker/datepicker-module.mjs +4 -4
  55. package/esm2020/datepicker/datepicker-toggle.component.mjs +6 -6
  56. package/esm2020/datepicker/datepicker.component.mjs +6 -6
  57. package/esm2020/datepicker/month-view.component.mjs +3 -3
  58. package/esm2020/divider/divider.component.mjs +3 -3
  59. package/esm2020/divider/divider.module.mjs +4 -4
  60. package/esm2020/dl/dl.component.mjs +9 -9
  61. package/esm2020/dl/dl.module.mjs +4 -4
  62. package/esm2020/dropdown/dropdown-content.directive.mjs +3 -3
  63. package/esm2020/dropdown/dropdown-item.component.mjs +3 -3
  64. package/esm2020/dropdown/dropdown-trigger.directive.mjs +3 -3
  65. package/esm2020/dropdown/dropdown.component.mjs +3 -3
  66. package/esm2020/dropdown/dropdown.module.mjs +4 -4
  67. package/esm2020/ellipsis-center/ellipsis-center.directive.mjs +7 -7
  68. package/esm2020/file-upload/file-drop.mjs +3 -3
  69. package/esm2020/file-upload/file-upload.module.mjs +4 -4
  70. package/esm2020/file-upload/multiple-file-upload.component.mjs +3 -3
  71. package/esm2020/file-upload/single-file-upload.component.mjs +3 -3
  72. package/esm2020/form-field/cleaner.mjs +3 -3
  73. package/esm2020/form-field/form-field.mjs +10 -10
  74. package/esm2020/form-field/form-field.module.mjs +4 -4
  75. package/esm2020/form-field/hint.mjs +3 -3
  76. package/esm2020/form-field/password-hint.mjs +3 -3
  77. package/esm2020/form-field/prefix.mjs +3 -3
  78. package/esm2020/form-field/stepper.mjs +3 -3
  79. package/esm2020/form-field/suffix.mjs +3 -3
  80. package/esm2020/form-field/validate.directive.mjs +3 -3
  81. package/esm2020/icon/icon.component.mjs +6 -6
  82. package/esm2020/icon/icon.module.mjs +4 -4
  83. package/esm2020/input/input-number-validators.mjs +6 -6
  84. package/esm2020/input/input-number.mjs +3 -3
  85. package/esm2020/input/input-password.mjs +11 -7
  86. package/esm2020/input/input.mjs +6 -6
  87. package/esm2020/input/input.module.mjs +4 -4
  88. package/esm2020/link/link.component.mjs +3 -3
  89. package/esm2020/link/link.module.mjs +4 -4
  90. package/esm2020/list/list-selection.component.mjs +6 -6
  91. package/esm2020/list/list.component.mjs +6 -6
  92. package/esm2020/list/list.module.mjs +4 -4
  93. package/esm2020/loader-overlay/loader-overlay.component.mjs +12 -12
  94. package/esm2020/loader-overlay/loader-overlay.module.mjs +4 -4
  95. package/esm2020/markdown/markdown.component.mjs +3 -3
  96. package/esm2020/markdown/markdown.module.mjs +4 -4
  97. package/esm2020/markdown/markdown.service.mjs +3 -3
  98. package/esm2020/modal/css-unit.pipe.mjs +3 -3
  99. package/esm2020/modal/modal-control.service.mjs +3 -3
  100. package/esm2020/modal/modal.component.mjs +5 -5
  101. package/esm2020/modal/modal.directive.mjs +12 -12
  102. package/esm2020/modal/modal.module.mjs +10 -8
  103. package/esm2020/modal/modal.service.mjs +3 -3
  104. package/esm2020/navbar/navbar-item.component.mjs +30 -30
  105. package/esm2020/navbar/navbar.component.mjs +9 -9
  106. package/esm2020/navbar/navbar.module.mjs +4 -4
  107. package/esm2020/navbar/vertical-navbar.component.mjs +3 -3
  108. package/esm2020/popover/popover-confirm.component.mjs +6 -6
  109. package/esm2020/popover/popover.component.mjs +6 -6
  110. package/esm2020/popover/popover.module.mjs +4 -4
  111. package/esm2020/progress-bar/progress-bar.component.mjs +3 -3
  112. package/esm2020/progress-bar/progress-bar.module.mjs +4 -4
  113. package/esm2020/progress-spinner/progress-spinner.component.mjs +3 -3
  114. package/esm2020/progress-spinner/progress-spinner.module.mjs +4 -4
  115. package/esm2020/radio/radio.component.mjs +6 -6
  116. package/esm2020/radio/radio.module.mjs +4 -4
  117. package/esm2020/select/select-option.directive.mjs +3 -3
  118. package/esm2020/select/select.component.mjs +18 -18
  119. package/esm2020/select/select.module.mjs +4 -4
  120. package/esm2020/sidebar/sidebar.component.mjs +9 -9
  121. package/esm2020/sidebar/sidebar.module.mjs +4 -4
  122. package/esm2020/sidepanel/sidepanel-container.component.mjs +3 -3
  123. package/esm2020/sidepanel/sidepanel-directives.mjs +15 -15
  124. package/esm2020/sidepanel/sidepanel.module.mjs +13 -7
  125. package/esm2020/sidepanel/sidepanel.service.mjs +3 -3
  126. package/esm2020/splitter/splitter.component.mjs +12 -12
  127. package/esm2020/splitter/splitter.module.mjs +4 -4
  128. package/esm2020/table/table.component.mjs +3 -3
  129. package/esm2020/table/table.module.mjs +4 -4
  130. package/esm2020/tabs/paginated-tab-header.mjs +14 -5
  131. package/esm2020/tabs/tab-body.component.mjs +6 -6
  132. package/esm2020/tabs/tab-content.directive.mjs +3 -3
  133. package/esm2020/tabs/tab-group.component.mjs +18 -18
  134. package/esm2020/tabs/tab-header.component.mjs +3 -3
  135. package/esm2020/tabs/tab-label-wrapper.directive.mjs +3 -3
  136. package/esm2020/tabs/tab-label.directive.mjs +3 -3
  137. package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +6 -6
  138. package/esm2020/tabs/tab.component.mjs +3 -3
  139. package/esm2020/tabs/tabs.module.mjs +4 -4
  140. package/esm2020/tags/tag-input.mjs +3 -3
  141. package/esm2020/tags/tag-list.component.mjs +3 -3
  142. package/esm2020/tags/tag.component.mjs +12 -12
  143. package/esm2020/tags/tag.module.mjs +4 -4
  144. package/esm2020/textarea/textarea.component.mjs +3 -3
  145. package/esm2020/textarea/textarea.module.mjs +4 -4
  146. package/esm2020/timepicker/timepicker.directive.mjs +3 -3
  147. package/esm2020/timepicker/timepicker.module.mjs +4 -4
  148. package/esm2020/timezone/cities-by-filter.pipe.mjs +3 -3
  149. package/esm2020/timezone/timezone-option.component.mjs +3 -3
  150. package/esm2020/timezone/timezone-option.directive.mjs +3 -3
  151. package/esm2020/timezone/timezone-select.component.mjs +6 -6
  152. package/esm2020/timezone/timezone.module.mjs +4 -4
  153. package/esm2020/timezone/utc-offset.pipe.mjs +3 -3
  154. package/esm2020/title/title.directive.mjs +3 -3
  155. package/esm2020/title/title.module.mjs +4 -4
  156. package/esm2020/toast/toast-container.component.mjs +3 -3
  157. package/esm2020/toast/toast.component.mjs +3 -3
  158. package/esm2020/toast/toast.module.mjs +4 -4
  159. package/esm2020/toast/toast.service.mjs +3 -3
  160. package/esm2020/toggle/toggle.component.mjs +3 -3
  161. package/esm2020/toggle/toggle.module.mjs +4 -4
  162. package/esm2020/tooltip/tooltip.component.mjs +12 -12
  163. package/esm2020/tooltip/tooltip.module.mjs +4 -4
  164. package/esm2020/tree/node.mjs +3 -3
  165. package/esm2020/tree/outlet.mjs +3 -3
  166. package/esm2020/tree/padding.directive.mjs +3 -3
  167. package/esm2020/tree/toggle.mjs +9 -9
  168. package/esm2020/tree/tree-base.mjs +6 -6
  169. package/esm2020/tree/tree-option.component.mjs +3 -3
  170. package/esm2020/tree/tree-selection.component.mjs +3 -3
  171. package/esm2020/tree/tree.mjs +3 -3
  172. package/esm2020/tree/tree.module.mjs +4 -4
  173. package/esm2020/tree-select/tree-select.component.mjs +9 -9
  174. package/esm2020/tree-select/tree-select.module.mjs +4 -4
  175. package/fesm2015/ptsecurity-mosaic-autocomplete.mjs +13 -13
  176. package/fesm2015/ptsecurity-mosaic-button-toggle.mjs +10 -10
  177. package/fesm2015/ptsecurity-mosaic-button.mjs +10 -10
  178. package/fesm2015/ptsecurity-mosaic-card.mjs +7 -7
  179. package/fesm2015/ptsecurity-mosaic-checkbox.mjs +10 -10
  180. package/fesm2015/ptsecurity-mosaic-code-block.mjs +10 -10
  181. package/fesm2015/ptsecurity-mosaic-core.mjs +129 -128
  182. package/fesm2015/ptsecurity-mosaic-core.mjs.map +1 -1
  183. package/fesm2015/ptsecurity-mosaic-datepicker.mjs +34 -34
  184. package/fesm2015/ptsecurity-mosaic-divider.mjs +7 -7
  185. package/fesm2015/ptsecurity-mosaic-dl.mjs +13 -13
  186. package/fesm2015/ptsecurity-mosaic-dropdown.mjs +16 -16
  187. package/fesm2015/ptsecurity-mosaic-ellipsis-center.mjs +7 -7
  188. package/fesm2015/ptsecurity-mosaic-file-upload.mjs +13 -13
  189. package/fesm2015/ptsecurity-mosaic-form-field.mjs +35 -35
  190. package/fesm2015/ptsecurity-mosaic-form-field.mjs.map +1 -1
  191. package/fesm2015/ptsecurity-mosaic-icon.mjs +10 -10
  192. package/fesm2015/ptsecurity-mosaic-input.mjs +29 -25
  193. package/fesm2015/ptsecurity-mosaic-input.mjs.map +1 -1
  194. package/fesm2015/ptsecurity-mosaic-link.mjs +7 -7
  195. package/fesm2015/ptsecurity-mosaic-list.mjs +16 -16
  196. package/fesm2015/ptsecurity-mosaic-loader-overlay.mjs +16 -16
  197. package/fesm2015/ptsecurity-mosaic-markdown.mjs +10 -10
  198. package/fesm2015/ptsecurity-mosaic-modal.mjs +34 -32
  199. package/fesm2015/ptsecurity-mosaic-modal.mjs.map +1 -1
  200. package/fesm2015/ptsecurity-mosaic-navbar.mjs +46 -46
  201. package/fesm2015/ptsecurity-mosaic-popover.mjs +16 -16
  202. package/fesm2015/ptsecurity-mosaic-progress-bar.mjs +7 -7
  203. package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs +7 -7
  204. package/fesm2015/ptsecurity-mosaic-radio.mjs +10 -10
  205. package/fesm2015/ptsecurity-mosaic-select.mjs +25 -25
  206. package/fesm2015/ptsecurity-mosaic-sidebar.mjs +13 -13
  207. package/fesm2015/ptsecurity-mosaic-sidepanel.mjs +33 -27
  208. package/fesm2015/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
  209. package/fesm2015/ptsecurity-mosaic-splitter.mjs +16 -16
  210. package/fesm2015/ptsecurity-mosaic-table.mjs +7 -7
  211. package/fesm2015/ptsecurity-mosaic-tabs.mjs +62 -53
  212. package/fesm2015/ptsecurity-mosaic-tabs.mjs.map +1 -1
  213. package/fesm2015/ptsecurity-mosaic-tags.mjs +22 -22
  214. package/fesm2015/ptsecurity-mosaic-textarea.mjs +7 -7
  215. package/fesm2015/ptsecurity-mosaic-timepicker.mjs +7 -7
  216. package/fesm2015/ptsecurity-mosaic-timezone.mjs +22 -22
  217. package/fesm2015/ptsecurity-mosaic-title.mjs +7 -7
  218. package/fesm2015/ptsecurity-mosaic-toast.mjs +13 -13
  219. package/fesm2015/ptsecurity-mosaic-toggle.mjs +7 -7
  220. package/fesm2015/ptsecurity-mosaic-tooltip.mjs +16 -16
  221. package/fesm2015/ptsecurity-mosaic-tree-select.mjs +13 -13
  222. package/fesm2015/ptsecurity-mosaic-tree.mjs +37 -37
  223. package/fesm2020/ptsecurity-mosaic-autocomplete.mjs +13 -13
  224. package/fesm2020/ptsecurity-mosaic-button-toggle.mjs +10 -10
  225. package/fesm2020/ptsecurity-mosaic-button.mjs +10 -10
  226. package/fesm2020/ptsecurity-mosaic-card.mjs +7 -7
  227. package/fesm2020/ptsecurity-mosaic-checkbox.mjs +10 -10
  228. package/fesm2020/ptsecurity-mosaic-code-block.mjs +10 -10
  229. package/fesm2020/ptsecurity-mosaic-core.mjs +129 -128
  230. package/fesm2020/ptsecurity-mosaic-core.mjs.map +1 -1
  231. package/fesm2020/ptsecurity-mosaic-datepicker.mjs +35 -34
  232. package/fesm2020/ptsecurity-mosaic-datepicker.mjs.map +1 -1
  233. package/fesm2020/ptsecurity-mosaic-divider.mjs +7 -7
  234. package/fesm2020/ptsecurity-mosaic-dl.mjs +13 -13
  235. package/fesm2020/ptsecurity-mosaic-dropdown.mjs +16 -16
  236. package/fesm2020/ptsecurity-mosaic-ellipsis-center.mjs +7 -7
  237. package/fesm2020/ptsecurity-mosaic-file-upload.mjs +13 -13
  238. package/fesm2020/ptsecurity-mosaic-form-field.mjs +35 -35
  239. package/fesm2020/ptsecurity-mosaic-form-field.mjs.map +1 -1
  240. package/fesm2020/ptsecurity-mosaic-icon.mjs +10 -10
  241. package/fesm2020/ptsecurity-mosaic-input.mjs +29 -25
  242. package/fesm2020/ptsecurity-mosaic-input.mjs.map +1 -1
  243. package/fesm2020/ptsecurity-mosaic-link.mjs +7 -7
  244. package/fesm2020/ptsecurity-mosaic-list.mjs +16 -16
  245. package/fesm2020/ptsecurity-mosaic-loader-overlay.mjs +16 -16
  246. package/fesm2020/ptsecurity-mosaic-markdown.mjs +10 -10
  247. package/fesm2020/ptsecurity-mosaic-modal.mjs +34 -32
  248. package/fesm2020/ptsecurity-mosaic-modal.mjs.map +1 -1
  249. package/fesm2020/ptsecurity-mosaic-navbar.mjs +46 -46
  250. package/fesm2020/ptsecurity-mosaic-popover.mjs +16 -16
  251. package/fesm2020/ptsecurity-mosaic-progress-bar.mjs +7 -7
  252. package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs +7 -7
  253. package/fesm2020/ptsecurity-mosaic-radio.mjs +10 -10
  254. package/fesm2020/ptsecurity-mosaic-select.mjs +25 -25
  255. package/fesm2020/ptsecurity-mosaic-sidebar.mjs +13 -13
  256. package/fesm2020/ptsecurity-mosaic-sidepanel.mjs +33 -27
  257. package/fesm2020/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
  258. package/fesm2020/ptsecurity-mosaic-splitter.mjs +16 -16
  259. package/fesm2020/ptsecurity-mosaic-table.mjs +7 -7
  260. package/fesm2020/ptsecurity-mosaic-tabs.mjs +62 -53
  261. package/fesm2020/ptsecurity-mosaic-tabs.mjs.map +1 -1
  262. package/fesm2020/ptsecurity-mosaic-tags.mjs +22 -22
  263. package/fesm2020/ptsecurity-mosaic-textarea.mjs +7 -7
  264. package/fesm2020/ptsecurity-mosaic-timepicker.mjs +7 -7
  265. package/fesm2020/ptsecurity-mosaic-timezone.mjs +22 -22
  266. package/fesm2020/ptsecurity-mosaic-title.mjs +7 -7
  267. package/fesm2020/ptsecurity-mosaic-toast.mjs +13 -13
  268. package/fesm2020/ptsecurity-mosaic-toggle.mjs +7 -7
  269. package/fesm2020/ptsecurity-mosaic-tooltip.mjs +16 -16
  270. package/fesm2020/ptsecurity-mosaic-tree-select.mjs +13 -13
  271. package/fesm2020/ptsecurity-mosaic-tree.mjs +37 -37
  272. package/form-field/form-field.scss +4 -0
  273. package/input/input-password.d.ts +1 -0
  274. package/package.json +2 -2
  275. package/prebuilt-themes/dark-theme.css +1 -1
  276. package/prebuilt-themes/default-theme.css +1 -1
  277. package/tabs/paginated-tab-header.d.ts +1 -0
@@ -141,10 +141,10 @@ class McCommonModule {
141
141
  }
142
142
  }
143
143
  }
144
- /** @nocollapse */ McCommonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McCommonModule, deps: [{ token: MC_SANITY_CHECKS, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
145
- /** @nocollapse */ McCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: McCommonModule, imports: [BidiModule], exports: [BidiModule] });
146
- /** @nocollapse */ McCommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McCommonModule, imports: [BidiModule, BidiModule] });
147
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McCommonModule, decorators: [{
144
+ /** @nocollapse */ McCommonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McCommonModule, deps: [{ token: MC_SANITY_CHECKS, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
145
+ /** @nocollapse */ McCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: McCommonModule, imports: [BidiModule], exports: [BidiModule] });
146
+ /** @nocollapse */ McCommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McCommonModule, imports: [BidiModule, BidiModule] });
147
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McCommonModule, decorators: [{
148
148
  type: NgModule,
149
149
  args: [{
150
150
  imports: [BidiModule],
@@ -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: "15.2.2", ngImport: i0, type: ShowOnDirtyErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
269
- /** @nocollapse */ ShowOnDirtyErrorStateMatcher.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: ShowOnDirtyErrorStateMatcher });
270
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: ShowOnDirtyErrorStateMatcher, decorators: [{
268
+ /** @nocollapse */ ShowOnDirtyErrorStateMatcher.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ShowOnDirtyErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
269
+ /** @nocollapse */ ShowOnDirtyErrorStateMatcher.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ShowOnDirtyErrorStateMatcher });
270
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", 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: "15.2.2", ngImport: i0, type: ErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
280
- /** @nocollapse */ ErrorStateMatcher.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: ErrorStateMatcher, providedIn: 'root' });
281
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: ErrorStateMatcher, decorators: [{
279
+ /** @nocollapse */ ErrorStateMatcher.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
280
+ /** @nocollapse */ ErrorStateMatcher.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ErrorStateMatcher, providedIn: 'root' });
281
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ErrorStateMatcher, decorators: [{
282
282
  type: Injectable,
283
283
  args: [{ providedIn: 'root' }]
284
284
  }] });
@@ -289,9 +289,9 @@ class DateFormatter extends DateFormatter$1 {
289
289
  this.adapter = adapter;
290
290
  }
291
291
  }
292
- /** @nocollapse */ DateFormatter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: DateFormatter, deps: [{ token: i1.DateAdapter }, { token: MC_DATE_LOCALE }], target: i0.ɵɵFactoryTarget.Injectable });
293
- /** @nocollapse */ DateFormatter.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: DateFormatter });
294
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: DateFormatter, decorators: [{
292
+ /** @nocollapse */ DateFormatter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DateFormatter, deps: [{ token: i1.DateAdapter }, { token: MC_DATE_LOCALE }], target: i0.ɵɵFactoryTarget.Injectable });
293
+ /** @nocollapse */ DateFormatter.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DateFormatter });
294
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DateFormatter, decorators: [{
295
295
  type: Injectable
296
296
  }], ctorParameters: function () { return [{ type: i1.DateAdapter }, { type: undefined, decorators: [{
297
297
  type: Inject,
@@ -308,9 +308,9 @@ class AbsoluteDateFormatterPipe {
308
308
  return date ? this.formatter.absoluteLongDate(date, currYear) : '';
309
309
  }
310
310
  }
311
- /** @nocollapse */ AbsoluteDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: AbsoluteDateFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
312
- /** @nocollapse */ AbsoluteDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: AbsoluteDateFormatterPipe, name: "absoluteLongDate" });
313
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: AbsoluteDateFormatterPipe, decorators: [{
311
+ /** @nocollapse */ AbsoluteDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AbsoluteDateFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
312
+ /** @nocollapse */ AbsoluteDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: AbsoluteDateFormatterPipe, name: "absoluteLongDate" });
313
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AbsoluteDateFormatterPipe, decorators: [{
314
314
  type: Pipe,
315
315
  args: [{ name: 'absoluteLongDate' }]
316
316
  }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
@@ -324,9 +324,9 @@ class AbsoluteDateTimeFormatterPipe {
324
324
  return date ? this.formatter.absoluteLongDateTime(date, options) : '';
325
325
  }
326
326
  }
327
- /** @nocollapse */ AbsoluteDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
328
- /** @nocollapse */ AbsoluteDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, name: "absoluteLongDateTime" });
329
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, decorators: [{
327
+ /** @nocollapse */ AbsoluteDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
328
+ /** @nocollapse */ AbsoluteDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, name: "absoluteLongDateTime" });
329
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, decorators: [{
330
330
  type: Pipe,
331
331
  args: [{ name: 'absoluteLongDateTime' }]
332
332
  }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
@@ -340,9 +340,9 @@ class AbsoluteDateShortFormatterPipe {
340
340
  return date ? this.formatter.absoluteShortDate(date, currYear) : '';
341
341
  }
342
342
  }
343
- /** @nocollapse */ AbsoluteDateShortFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: AbsoluteDateShortFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
344
- /** @nocollapse */ AbsoluteDateShortFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: AbsoluteDateShortFormatterPipe, name: "absoluteShortDate" });
345
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: AbsoluteDateShortFormatterPipe, decorators: [{
343
+ /** @nocollapse */ AbsoluteDateShortFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AbsoluteDateShortFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
344
+ /** @nocollapse */ AbsoluteDateShortFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: AbsoluteDateShortFormatterPipe, name: "absoluteShortDate" });
345
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AbsoluteDateShortFormatterPipe, decorators: [{
346
346
  type: Pipe,
347
347
  args: [{ name: 'absoluteShortDate' }]
348
348
  }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
@@ -356,9 +356,9 @@ class AbsoluteShortDateTimeFormatterPipe {
356
356
  return date ? this.formatter.absoluteShortDateTime(date, options) : '';
357
357
  }
358
358
  }
359
- /** @nocollapse */ AbsoluteShortDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
360
- /** @nocollapse */ AbsoluteShortDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, name: "absoluteShortDateTime" });
361
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, decorators: [{
359
+ /** @nocollapse */ AbsoluteShortDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
360
+ /** @nocollapse */ AbsoluteShortDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, name: "absoluteShortDateTime" });
361
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, decorators: [{
362
362
  type: Pipe,
363
363
  args: [{ name: 'absoluteShortDateTime' }]
364
364
  }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
@@ -372,9 +372,9 @@ class RelativeDateFormatterPipe {
372
372
  return date ? this.formatter.relativeLongDate(date) : '';
373
373
  }
374
374
  }
375
- /** @nocollapse */ RelativeDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: RelativeDateFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
376
- /** @nocollapse */ RelativeDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: RelativeDateFormatterPipe, name: "relativeLongDate" });
377
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: RelativeDateFormatterPipe, decorators: [{
375
+ /** @nocollapse */ RelativeDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RelativeDateFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
376
+ /** @nocollapse */ RelativeDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: RelativeDateFormatterPipe, name: "relativeLongDate" });
377
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RelativeDateFormatterPipe, decorators: [{
378
378
  type: Pipe,
379
379
  args: [{ name: 'relativeLongDate' }]
380
380
  }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
@@ -388,9 +388,9 @@ class RelativeDateTimeFormatterPipe {
388
388
  return date ? this.formatter.relativeLongDateTime(date, options) : '';
389
389
  }
390
390
  }
391
- /** @nocollapse */ RelativeDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: RelativeDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
392
- /** @nocollapse */ RelativeDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: RelativeDateTimeFormatterPipe, name: "relativeLongDateTime" });
393
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: RelativeDateTimeFormatterPipe, decorators: [{
391
+ /** @nocollapse */ RelativeDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RelativeDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
392
+ /** @nocollapse */ RelativeDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: RelativeDateTimeFormatterPipe, name: "relativeLongDateTime" });
393
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RelativeDateTimeFormatterPipe, decorators: [{
394
394
  type: Pipe,
395
395
  args: [{ name: 'relativeLongDateTime' }]
396
396
  }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
@@ -404,9 +404,9 @@ class RelativeShortDateFormatterPipe {
404
404
  return date ? this.formatter.relativeShortDate(date) : '';
405
405
  }
406
406
  }
407
- /** @nocollapse */ RelativeShortDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: RelativeShortDateFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
408
- /** @nocollapse */ RelativeShortDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: RelativeShortDateFormatterPipe, name: "relativeShortDate" });
409
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: RelativeShortDateFormatterPipe, decorators: [{
407
+ /** @nocollapse */ RelativeShortDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RelativeShortDateFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
408
+ /** @nocollapse */ RelativeShortDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: RelativeShortDateFormatterPipe, name: "relativeShortDate" });
409
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RelativeShortDateFormatterPipe, decorators: [{
410
410
  type: Pipe,
411
411
  args: [{ name: 'relativeShortDate' }]
412
412
  }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
@@ -420,9 +420,9 @@ class RelativeShortDateTimeFormatterPipe {
420
420
  return date ? this.formatter.relativeShortDateTime(date, options) : '';
421
421
  }
422
422
  }
423
- /** @nocollapse */ RelativeShortDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
424
- /** @nocollapse */ RelativeShortDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, name: "relativeShortDateTime" });
425
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, decorators: [{
423
+ /** @nocollapse */ RelativeShortDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
424
+ /** @nocollapse */ RelativeShortDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, name: "relativeShortDateTime" });
425
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, decorators: [{
426
426
  type: Pipe,
427
427
  args: [{ name: 'relativeShortDateTime' }]
428
428
  }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
@@ -437,9 +437,9 @@ class RangeDateFormatterPipe {
437
437
  return this.formatter.rangeLongDate(date1, date2);
438
438
  }
439
439
  }
440
- /** @nocollapse */ RangeDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: RangeDateFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
441
- /** @nocollapse */ RangeDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: RangeDateFormatterPipe, name: "rangeLongDate" });
442
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: RangeDateFormatterPipe, decorators: [{
440
+ /** @nocollapse */ RangeDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RangeDateFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
441
+ /** @nocollapse */ RangeDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: RangeDateFormatterPipe, name: "rangeLongDate" });
442
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RangeDateFormatterPipe, decorators: [{
443
443
  type: Pipe,
444
444
  args: [{ name: 'rangeLongDate' }]
445
445
  }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
@@ -454,9 +454,9 @@ class RangeShortDateFormatterPipe {
454
454
  return this.formatter.rangeShortDate(date1, date2);
455
455
  }
456
456
  }
457
- /** @nocollapse */ RangeShortDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: RangeShortDateFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
458
- /** @nocollapse */ RangeShortDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: RangeShortDateFormatterPipe, name: "rangeShortDate" });
459
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: RangeShortDateFormatterPipe, decorators: [{
457
+ /** @nocollapse */ RangeShortDateFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RangeShortDateFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
458
+ /** @nocollapse */ RangeShortDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: RangeShortDateFormatterPipe, name: "rangeShortDate" });
459
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RangeShortDateFormatterPipe, decorators: [{
460
460
  type: Pipe,
461
461
  args: [{ name: 'rangeShortDate' }]
462
462
  }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
@@ -471,9 +471,9 @@ class RangeDateTimeFormatterPipe {
471
471
  return this.formatter.rangeLongDateTime(date1, date2, options);
472
472
  }
473
473
  }
474
- /** @nocollapse */ RangeDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: RangeDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
475
- /** @nocollapse */ RangeDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: RangeDateTimeFormatterPipe, name: "rangeLongDateTime" });
476
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: RangeDateTimeFormatterPipe, decorators: [{
474
+ /** @nocollapse */ RangeDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RangeDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
475
+ /** @nocollapse */ RangeDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: RangeDateTimeFormatterPipe, name: "rangeLongDateTime" });
476
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RangeDateTimeFormatterPipe, decorators: [{
477
477
  type: Pipe,
478
478
  args: [{ name: 'rangeLongDateTime' }]
479
479
  }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
@@ -488,9 +488,9 @@ class RangeMiddleDateTimeFormatterPipe {
488
488
  return this.formatter.rangeMiddleDateTime(date1, date2, options);
489
489
  }
490
490
  }
491
- /** @nocollapse */ RangeMiddleDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
492
- /** @nocollapse */ RangeMiddleDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, name: "rangeMiddleDateTime" });
493
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, decorators: [{
491
+ /** @nocollapse */ RangeMiddleDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
492
+ /** @nocollapse */ RangeMiddleDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, name: "rangeMiddleDateTime" });
493
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, decorators: [{
494
494
  type: Pipe,
495
495
  args: [{ name: 'rangeMiddleDateTime' }]
496
496
  }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
@@ -505,9 +505,9 @@ class RangeShortDateTimeFormatterPipe {
505
505
  return this.formatter.rangeShortDateTime(date1, date2, options);
506
506
  }
507
507
  }
508
- /** @nocollapse */ RangeShortDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: RangeShortDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
509
- /** @nocollapse */ RangeShortDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: RangeShortDateTimeFormatterPipe, name: "rangeShortDateTime" });
510
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: RangeShortDateTimeFormatterPipe, decorators: [{
508
+ /** @nocollapse */ RangeShortDateTimeFormatterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RangeShortDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe });
509
+ /** @nocollapse */ RangeShortDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: RangeShortDateTimeFormatterPipe, name: "rangeShortDateTime" });
510
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RangeShortDateTimeFormatterPipe, decorators: [{
511
511
  type: Pipe,
512
512
  args: [{ name: 'rangeShortDateTime' }]
513
513
  }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
@@ -600,9 +600,9 @@ class McLocaleService {
600
600
  return this.current[componentName];
601
601
  }
602
602
  }
603
- /** @nocollapse */ McLocaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McLocaleService, deps: [{ token: MC_LOCALE_ID$1, optional: true }, { token: MC_LOCALE_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
604
- /** @nocollapse */ McLocaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McLocaleService, providedIn: 'root' });
605
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McLocaleService, decorators: [{
603
+ /** @nocollapse */ McLocaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McLocaleService, deps: [{ token: MC_LOCALE_ID$1, optional: true }, { token: MC_LOCALE_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
604
+ /** @nocollapse */ McLocaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McLocaleService, providedIn: 'root' });
605
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McLocaleService, decorators: [{
606
606
  type: Injectable,
607
607
  args: [{ providedIn: 'root' }]
608
608
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
@@ -619,12 +619,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImpor
619
619
 
620
620
  class McLocaleServiceModule {
621
621
  }
622
- /** @nocollapse */ McLocaleServiceModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McLocaleServiceModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
623
- /** @nocollapse */ McLocaleServiceModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: McLocaleServiceModule });
624
- /** @nocollapse */ McLocaleServiceModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McLocaleServiceModule, providers: [
622
+ /** @nocollapse */ McLocaleServiceModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McLocaleServiceModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
623
+ /** @nocollapse */ McLocaleServiceModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: McLocaleServiceModule });
624
+ /** @nocollapse */ McLocaleServiceModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McLocaleServiceModule, providers: [
625
625
  { provide: MC_LOCALE_SERVICE, useClass: McLocaleService }
626
626
  ] });
627
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McLocaleServiceModule, decorators: [{
627
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McLocaleServiceModule, decorators: [{
628
628
  type: NgModule,
629
629
  args: [{
630
630
  providers: [
@@ -734,10 +734,10 @@ class McDecimalPipe {
734
734
  }
735
735
  }
736
736
  }
737
- /** @nocollapse */ McDecimalPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McDecimalPipe, deps: [{ token: MC_LOCALE_ID, optional: true }, { token: MC_LOCALE_SERVICE, optional: true }, { token: MC_NUMBER_FORMATTER_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Pipe });
738
- /** @nocollapse */ McDecimalPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: McDecimalPipe, name: "mcNumber", pure: false });
739
- /** @nocollapse */ McDecimalPipe.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McDecimalPipe, providedIn: 'root' });
740
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McDecimalPipe, decorators: [{
737
+ /** @nocollapse */ McDecimalPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McDecimalPipe, deps: [{ token: MC_LOCALE_ID, optional: true }, { token: MC_LOCALE_SERVICE, optional: true }, { token: MC_NUMBER_FORMATTER_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Pipe });
738
+ /** @nocollapse */ McDecimalPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: McDecimalPipe, name: "mcNumber", pure: false });
739
+ /** @nocollapse */ McDecimalPipe.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McDecimalPipe, providedIn: 'root' });
740
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McDecimalPipe, decorators: [{
741
741
  type: Injectable,
742
742
  args: [{ providedIn: 'root' }]
743
743
  }, {
@@ -762,8 +762,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImpor
762
762
 
763
763
  class McFormattersModule {
764
764
  }
765
- /** @nocollapse */ McFormattersModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McFormattersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
766
- /** @nocollapse */ McFormattersModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: McFormattersModule, declarations: [McDecimalPipe,
765
+ /** @nocollapse */ McFormattersModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McFormattersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
766
+ /** @nocollapse */ McFormattersModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: McFormattersModule, declarations: [McDecimalPipe,
767
767
  AbsoluteDateFormatterPipe,
768
768
  AbsoluteDateTimeFormatterPipe,
769
769
  AbsoluteDateShortFormatterPipe,
@@ -790,8 +790,8 @@ class McFormattersModule {
790
790
  RangeDateTimeFormatterPipe,
791
791
  RangeShortDateTimeFormatterPipe,
792
792
  RangeMiddleDateTimeFormatterPipe] });
793
- /** @nocollapse */ McFormattersModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McFormattersModule, providers: [DateFormatter] });
794
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McFormattersModule, decorators: [{
793
+ /** @nocollapse */ McFormattersModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McFormattersModule, providers: [DateFormatter] });
794
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McFormattersModule, decorators: [{
795
795
  type: NgModule,
796
796
  args: [{
797
797
  declarations: [
@@ -849,9 +849,9 @@ class McFormElement {
849
849
  }
850
850
  }
851
851
  }
852
- /** @nocollapse */ McFormElement.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McFormElement, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
853
- /** @nocollapse */ McFormElement.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.2", 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 });
854
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McFormElement, decorators: [{
852
+ /** @nocollapse */ McFormElement.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McFormElement, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
853
+ /** @nocollapse */ McFormElement.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", 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 });
854
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McFormElement, decorators: [{
855
855
  type: Directive,
856
856
  args: [{
857
857
  selector: '.mc-form__row, .mc-form__fieldset, .mc-form__legend',
@@ -878,9 +878,9 @@ class McForm {
878
878
  });
879
879
  }
880
880
  }
881
- /** @nocollapse */ McForm.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McForm, deps: [], target: i0.ɵɵFactoryTarget.Directive });
882
- /** @nocollapse */ McForm.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.2", type: McForm, selector: ".mc-form-vertical, .mc-form-horizontal", host: { classAttribute: "mc-form" }, queries: [{ propertyName: "elements", predicate: McFormElement }], exportAs: ["mcForm"], ngImport: i0 });
883
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McForm, decorators: [{
881
+ /** @nocollapse */ McForm.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McForm, deps: [], target: i0.ɵɵFactoryTarget.Directive });
882
+ /** @nocollapse */ McForm.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: McForm, selector: ".mc-form-vertical, .mc-form-horizontal", host: { classAttribute: "mc-form" }, queries: [{ propertyName: "elements", predicate: McFormElement }], exportAs: ["mcForm"], ngImport: i0 });
883
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McForm, decorators: [{
884
884
  type: Directive,
885
885
  args: [{
886
886
  selector: '.mc-form-vertical, .mc-form-horizontal',
@@ -896,12 +896,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImpor
896
896
 
897
897
  class McFormsModule {
898
898
  }
899
- /** @nocollapse */ McFormsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McFormsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
900
- /** @nocollapse */ McFormsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: McFormsModule, declarations: [McForm,
899
+ /** @nocollapse */ McFormsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McFormsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
900
+ /** @nocollapse */ McFormsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: McFormsModule, declarations: [McForm,
901
901
  McFormElement], exports: [McForm,
902
902
  McFormElement] });
903
- /** @nocollapse */ McFormsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McFormsModule });
904
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McFormsModule, decorators: [{
903
+ /** @nocollapse */ McFormsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McFormsModule });
904
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McFormsModule, decorators: [{
905
905
  type: NgModule,
906
906
  args: [{
907
907
  exports: [
@@ -929,19 +929,19 @@ class McHighlightPipe {
929
929
  return value.replace(new RegExp(`(${escapeRegExp(args)})`, 'gi'), '<mark class="mc-highlight">$1</mark>');
930
930
  }
931
931
  }
932
- /** @nocollapse */ McHighlightPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McHighlightPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
933
- /** @nocollapse */ McHighlightPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: McHighlightPipe, name: "mcHighlight" });
934
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McHighlightPipe, decorators: [{
932
+ /** @nocollapse */ McHighlightPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McHighlightPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
933
+ /** @nocollapse */ McHighlightPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: McHighlightPipe, name: "mcHighlight" });
934
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McHighlightPipe, decorators: [{
935
935
  type: Pipe,
936
936
  args: [{ name: 'mcHighlight' }]
937
937
  }] });
938
938
 
939
939
  class McHighlightModule {
940
940
  }
941
- /** @nocollapse */ McHighlightModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McHighlightModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
942
- /** @nocollapse */ McHighlightModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: McHighlightModule, declarations: [McHighlightPipe], imports: [CommonModule], exports: [McHighlightPipe] });
943
- /** @nocollapse */ McHighlightModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McHighlightModule, imports: [CommonModule] });
944
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McHighlightModule, decorators: [{
941
+ /** @nocollapse */ McHighlightModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McHighlightModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
942
+ /** @nocollapse */ McHighlightModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: McHighlightModule, declarations: [McHighlightPipe], imports: [CommonModule], exports: [McHighlightPipe] });
943
+ /** @nocollapse */ McHighlightModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McHighlightModule, imports: [CommonModule] });
944
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McHighlightModule, decorators: [{
945
945
  type: NgModule,
946
946
  args: [{
947
947
  imports: [CommonModule],
@@ -960,9 +960,9 @@ const MC_LABEL_GLOBAL_OPTIONS = new InjectionToken('mc-label-global-options');
960
960
  */
961
961
  class McLine {
962
962
  }
963
- /** @nocollapse */ McLine.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McLine, deps: [], target: i0.ɵɵFactoryTarget.Directive });
964
- /** @nocollapse */ McLine.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.2", type: McLine, selector: "[mc-line], [mcLine]", host: { classAttribute: "mc-line" }, ngImport: i0 });
965
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McLine, decorators: [{
963
+ /** @nocollapse */ McLine.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McLine, deps: [], target: i0.ɵɵFactoryTarget.Directive });
964
+ /** @nocollapse */ McLine.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: McLine, selector: "[mc-line], [mcLine]", host: { classAttribute: "mc-line" }, ngImport: i0 });
965
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McLine, decorators: [{
966
966
  type: Directive,
967
967
  args: [{
968
968
  selector: '[mc-line], [mcLine]',
@@ -1009,10 +1009,10 @@ class McLineSetter {
1009
1009
  }
1010
1010
  class McLineModule {
1011
1011
  }
1012
- /** @nocollapse */ McLineModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McLineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1013
- /** @nocollapse */ McLineModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: McLineModule, declarations: [McLine], exports: [McLine] });
1014
- /** @nocollapse */ McLineModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McLineModule });
1015
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McLineModule, decorators: [{
1012
+ /** @nocollapse */ McLineModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McLineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1013
+ /** @nocollapse */ McLineModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: McLineModule, declarations: [McLine], exports: [McLine] });
1014
+ /** @nocollapse */ McLineModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McLineModule });
1015
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McLineModule, decorators: [{
1016
1016
  type: NgModule,
1017
1017
  args: [{
1018
1018
  imports: [],
@@ -1039,9 +1039,9 @@ class McOptgroup extends McOptgroupMixinBase {
1039
1039
  this.labelId = `mc-optgroup-label-${uniqueOptgroupIdCounter++}`;
1040
1040
  }
1041
1041
  }
1042
- /** @nocollapse */ McOptgroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McOptgroup, deps: null, target: i0.ɵɵFactoryTarget.Component });
1043
- /** @nocollapse */ McOptgroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.2", 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: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 });
1044
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McOptgroup, decorators: [{
1042
+ /** @nocollapse */ McOptgroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McOptgroup, deps: null, target: i0.ɵɵFactoryTarget.Component });
1043
+ /** @nocollapse */ McOptgroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", 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: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 });
1044
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McOptgroup, decorators: [{
1045
1045
  type: Component,
1046
1046
  args: [{ selector: 'mc-optgroup', exportAs: 'mcOptgroup', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, inputs: ['disabled'], host: {
1047
1047
  class: 'mc-optgroup',
@@ -1080,9 +1080,9 @@ class McPseudoCheckbox extends McPseudoCheckboxMixinBase {
1080
1080
  this.disabled = false;
1081
1081
  }
1082
1082
  }
1083
- /** @nocollapse */ McPseudoCheckbox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McPseudoCheckbox, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
1084
- /** @nocollapse */ McPseudoCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.2", 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:var(--mc-checkbox-size-width, 16px);height:var(--mc-checkbox-size-width, 16px);border-radius:3px;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:calc(-1 * var(--mc-checkbox-size-border-width, 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 });
1085
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McPseudoCheckbox, decorators: [{
1083
+ /** @nocollapse */ McPseudoCheckbox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McPseudoCheckbox, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
1084
+ /** @nocollapse */ McPseudoCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", 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:var(--mc-checkbox-size-width, 16px);height:var(--mc-checkbox-size-width, 16px);border-radius:3px;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:calc(-1 * var(--mc-checkbox-size-border-width, 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 });
1085
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McPseudoCheckbox, decorators: [{
1086
1086
  type: Component,
1087
1087
  args: [{ selector: 'mc-pseudo-checkbox', host: {
1088
1088
  class: 'mc-pseudo-checkbox',
@@ -1270,11 +1270,11 @@ class McOption {
1270
1270
  this.onSelectionChange.emit(new McOptionSelectionChange(this, isUserInput));
1271
1271
  }
1272
1272
  }
1273
- /** @nocollapse */ McOption.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", 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 });
1274
- /** @nocollapse */ McOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.2", 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" }, providers: [{
1273
+ /** @nocollapse */ McOption.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", 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 });
1274
+ /** @nocollapse */ McOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", 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" }, providers: [{
1275
1275
  provide: MC_TITLE_TEXT_REF, useExisting: McOption
1276
1276
  }], viewQueries: [{ propertyName: "textElement", first: true, predicate: ["mcTitleText"], 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 #mcTitleText 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:var(--mc-option-size-height, 32px);border:var(--mc-option-size-border-width, 2px) solid transparent;cursor:pointer;outline:none;padding-left:var(--mc-option-size-horizontal-padding, 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:calc(-1 * var(--mc-option-size-border-width, 2px));left:calc(-1 * var(--mc-option-size-border-width, 2px));right:calc(-1 * var(--mc-option-size-border-width, 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 });
1277
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McOption, decorators: [{
1277
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McOption, decorators: [{
1278
1278
  type: Component,
1279
1279
  args: [{ selector: 'mc-option', exportAs: 'mcOption', host: {
1280
1280
  '[attr.tabindex]': 'getTabIndex()',
@@ -1429,14 +1429,14 @@ class McOptionActionComponent extends McOptionActionMixinBase {
1429
1429
  setTimeout(() => this.option.tooltipTrigger.disabled = false);
1430
1430
  }
1431
1431
  }
1432
- /** @nocollapse */ McOptionActionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McOptionActionComponent, deps: [{ token: i0.ElementRef }, { token: i1$1.FocusMonitor }, { token: MC_OPTION_ACTION_PARENT }], target: i0.ɵɵFactoryTarget.Component });
1433
- /** @nocollapse */ McOptionActionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.2", 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: `
1432
+ /** @nocollapse */ McOptionActionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McOptionActionComponent, deps: [{ token: i0.ElementRef }, { token: i1$1.FocusMonitor }, { token: MC_OPTION_ACTION_PARENT }], target: i0.ɵɵFactoryTarget.Component });
1433
+ /** @nocollapse */ McOptionActionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", 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: `
1434
1434
  <ng-container [ngSwitch]="!!customIcon">
1435
1435
  <i class="mc mc-icon mc-ellipsis_16" *ngSwitchCase="false"></i>
1436
1436
  <ng-content select="[mc-icon]" *ngSwitchCase="true"></ng-content>
1437
1437
  </ng-container>
1438
1438
  `, isInline: true, styles: [".mc-option-action{box-sizing:unset;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 });
1439
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McOptionActionComponent, decorators: [{
1439
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McOptionActionComponent, decorators: [{
1440
1440
  type: Component,
1441
1441
  args: [{ selector: 'mc-option-action', exportAs: 'mcOptionAction', template: `
1442
1442
  <ng-container [ngSwitch]="!!customIcon">
@@ -1469,10 +1469,10 @@ var MultipleMode;
1469
1469
 
1470
1470
  class McPseudoCheckboxModule {
1471
1471
  }
1472
- /** @nocollapse */ McPseudoCheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McPseudoCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1473
- /** @nocollapse */ McPseudoCheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: McPseudoCheckboxModule, declarations: [McPseudoCheckbox], imports: [CommonModule], exports: [McPseudoCheckbox] });
1474
- /** @nocollapse */ McPseudoCheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McPseudoCheckboxModule, imports: [CommonModule] });
1475
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McPseudoCheckboxModule, decorators: [{
1472
+ /** @nocollapse */ McPseudoCheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McPseudoCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1473
+ /** @nocollapse */ McPseudoCheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: McPseudoCheckboxModule, declarations: [McPseudoCheckbox], imports: [CommonModule], exports: [McPseudoCheckbox] });
1474
+ /** @nocollapse */ McPseudoCheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McPseudoCheckboxModule, imports: [CommonModule] });
1475
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McPseudoCheckboxModule, decorators: [{
1476
1476
  type: NgModule,
1477
1477
  args: [{
1478
1478
  imports: [CommonModule],
@@ -1483,10 +1483,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImpor
1483
1483
 
1484
1484
  class McOptionModule {
1485
1485
  }
1486
- /** @nocollapse */ McOptionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McOptionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1487
- /** @nocollapse */ McOptionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: McOptionModule, declarations: [McOption, McOptgroup, McOptionActionComponent], imports: [CommonModule, McPseudoCheckboxModule], exports: [McOption, McOptgroup, McOptionActionComponent] });
1488
- /** @nocollapse */ McOptionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McOptionModule, imports: [CommonModule, McPseudoCheckboxModule] });
1489
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McOptionModule, decorators: [{
1486
+ /** @nocollapse */ McOptionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McOptionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1487
+ /** @nocollapse */ McOptionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: McOptionModule, declarations: [McOption, McOptgroup, McOptionActionComponent], imports: [CommonModule, McPseudoCheckboxModule], exports: [McOption, McOptgroup, McOptionActionComponent] });
1488
+ /** @nocollapse */ McOptionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McOptionModule, imports: [CommonModule, McPseudoCheckboxModule] });
1489
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McOptionModule, decorators: [{
1490
1490
  type: NgModule,
1491
1491
  args: [{
1492
1492
  imports: [CommonModule, McPseudoCheckboxModule],
@@ -1598,6 +1598,7 @@ const EXTENDED_OVERLAY_POSITIONS = objectValues([
1598
1598
  const TOP_POSITION_PRIORITY = objectValues([
1599
1599
  POSITION_MAP.top,
1600
1600
  POSITION_MAP.bottom,
1601
+ POSITION_MAP.right,
1601
1602
  POSITION_MAP.rightBottom,
1602
1603
  POSITION_MAP.leftBottom,
1603
1604
  POSITION_MAP.bottomLeft,
@@ -1859,9 +1860,9 @@ class McPopUp {
1859
1860
  }
1860
1861
  }
1861
1862
  }
1862
- /** @nocollapse */ McPopUp.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McPopUp, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
1863
- /** @nocollapse */ McPopUp.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.2", type: McPopUp, ngImport: i0 });
1864
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McPopUp, decorators: [{
1863
+ /** @nocollapse */ McPopUp.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McPopUp, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
1864
+ /** @nocollapse */ McPopUp.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: McPopUp, ngImport: i0 });
1865
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McPopUp, decorators: [{
1865
1866
  type: Directive
1866
1867
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; } });
1867
1868
 
@@ -2093,9 +2094,9 @@ class McPopUpTrigger {
2093
2094
  });
2094
2095
  }
2095
2096
  }
2096
- /** @nocollapse */ McPopUpTrigger.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McPopUpTrigger, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
2097
- /** @nocollapse */ McPopUpTrigger.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.2", type: McPopUpTrigger, ngImport: i0 });
2098
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McPopUpTrigger, decorators: [{
2097
+ /** @nocollapse */ McPopUpTrigger.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McPopUpTrigger, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
2098
+ /** @nocollapse */ McPopUpTrigger.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: McPopUpTrigger, ngImport: i0 });
2099
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McPopUpTrigger, decorators: [{
2099
2100
  type: Directive
2100
2101
  }], 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 }]; } });
2101
2102
 
@@ -2185,9 +2186,9 @@ class McMeasureScrollbarService {
2185
2186
  this._scrollBarWidth = width;
2186
2187
  }
2187
2188
  }
2188
- /** @nocollapse */ McMeasureScrollbarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McMeasureScrollbarService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
2189
- /** @nocollapse */ McMeasureScrollbarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McMeasureScrollbarService, providedIn: 'root' });
2190
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McMeasureScrollbarService, decorators: [{
2189
+ /** @nocollapse */ McMeasureScrollbarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McMeasureScrollbarService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
2190
+ /** @nocollapse */ McMeasureScrollbarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McMeasureScrollbarService, providedIn: 'root' });
2191
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McMeasureScrollbarService, decorators: [{
2191
2192
  type: Injectable,
2192
2193
  args: [{
2193
2194
  providedIn: 'root'
@@ -2279,9 +2280,9 @@ class McDataSizePipe {
2279
2280
  return `${value} ${unit}`;
2280
2281
  }
2281
2282
  }
2282
- /** @nocollapse */ McDataSizePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McDataSizePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
2283
- /** @nocollapse */ McDataSizePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: McDataSizePipe, name: "mcDataSize" });
2284
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McDataSizePipe, decorators: [{
2283
+ /** @nocollapse */ McDataSizePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McDataSizePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
2284
+ /** @nocollapse */ McDataSizePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: McDataSizePipe, name: "mcDataSize" });
2285
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McDataSizePipe, decorators: [{
2285
2286
  type: Pipe,
2286
2287
  args: [{
2287
2288
  name: 'mcDataSize'
@@ -2289,10 +2290,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImpor
2289
2290
  }] });
2290
2291
  class McDataSizeModule {
2291
2292
  }
2292
- /** @nocollapse */ McDataSizeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McDataSizeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2293
- /** @nocollapse */ McDataSizeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: McDataSizeModule, declarations: [McDataSizePipe], exports: [McDataSizePipe] });
2294
- /** @nocollapse */ McDataSizeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McDataSizeModule });
2295
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McDataSizeModule, decorators: [{
2293
+ /** @nocollapse */ McDataSizeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McDataSizeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2294
+ /** @nocollapse */ McDataSizeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: McDataSizeModule, declarations: [McDataSizePipe], exports: [McDataSizePipe] });
2295
+ /** @nocollapse */ McDataSizeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McDataSizeModule });
2296
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McDataSizeModule, decorators: [{
2296
2297
  type: NgModule,
2297
2298
  args: [{
2298
2299
  imports: [],
@@ -2305,7 +2306,7 @@ const validationTooltipShowDelay = 10;
2305
2306
  const validationTooltipHideDelay = 3000;
2306
2307
  const MC_VALIDATION = new InjectionToken('McUseValidation', { factory: () => ({ useValidation: true }) });
2307
2308
 
2308
- const VERSION = new Version('15.4.0+sha-2ad6a9c');
2309
+ const VERSION = new Version('15.5.0+sha-7c4543d');
2309
2310
 
2310
2311
  /**
2311
2312
  * Generated bundle index. Do not edit.