@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],
@@ -267,9 +267,9 @@ class ShowOnDirtyErrorStateMatcher {
267
267
  return !!(control && control.invalid && (control.dirty || (form && form.submitted)));
268
268
  }
269
269
  }
270
- /** @nocollapse */ ShowOnDirtyErrorStateMatcher.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: ShowOnDirtyErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
271
- /** @nocollapse */ ShowOnDirtyErrorStateMatcher.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: ShowOnDirtyErrorStateMatcher });
272
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: ShowOnDirtyErrorStateMatcher, decorators: [{
270
+ /** @nocollapse */ ShowOnDirtyErrorStateMatcher.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ShowOnDirtyErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
271
+ /** @nocollapse */ ShowOnDirtyErrorStateMatcher.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ShowOnDirtyErrorStateMatcher });
272
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ShowOnDirtyErrorStateMatcher, decorators: [{
273
273
  type: Injectable
274
274
  }] });
275
275
  /** Provider that defines how form controls behave with regards to displaying error messages. */
@@ -278,9 +278,9 @@ class ErrorStateMatcher {
278
278
  return !!(control && control.invalid && (control.touched || (form && form.submitted)));
279
279
  }
280
280
  }
281
- /** @nocollapse */ ErrorStateMatcher.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: ErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
282
- /** @nocollapse */ ErrorStateMatcher.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: ErrorStateMatcher, providedIn: 'root' });
283
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: ErrorStateMatcher, decorators: [{
281
+ /** @nocollapse */ ErrorStateMatcher.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
282
+ /** @nocollapse */ ErrorStateMatcher.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ErrorStateMatcher, providedIn: 'root' });
283
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ErrorStateMatcher, decorators: [{
284
284
  type: Injectable,
285
285
  args: [{ providedIn: 'root' }]
286
286
  }] });
@@ -291,9 +291,9 @@ class DateFormatter extends DateFormatter$1 {
291
291
  this.adapter = adapter;
292
292
  }
293
293
  }
294
- /** @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 });
295
- /** @nocollapse */ DateFormatter.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: DateFormatter });
296
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: DateFormatter, decorators: [{
294
+ /** @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 });
295
+ /** @nocollapse */ DateFormatter.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DateFormatter });
296
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DateFormatter, decorators: [{
297
297
  type: Injectable
298
298
  }], ctorParameters: function () {
299
299
  return [{ type: i1.DateAdapter }, { type: undefined, decorators: [{
@@ -312,9 +312,9 @@ class AbsoluteDateFormatterPipe {
312
312
  return date ? this.formatter.absoluteLongDate(date, currYear) : '';
313
313
  }
314
314
  }
315
- /** @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 });
316
- /** @nocollapse */ AbsoluteDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: AbsoluteDateFormatterPipe, name: "absoluteLongDate" });
317
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: AbsoluteDateFormatterPipe, decorators: [{
315
+ /** @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 });
316
+ /** @nocollapse */ AbsoluteDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: AbsoluteDateFormatterPipe, name: "absoluteLongDate" });
317
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AbsoluteDateFormatterPipe, decorators: [{
318
318
  type: Pipe,
319
319
  args: [{ name: 'absoluteLongDate' }]
320
320
  }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
@@ -328,9 +328,9 @@ class AbsoluteDateTimeFormatterPipe {
328
328
  return date ? this.formatter.absoluteLongDateTime(date, options) : '';
329
329
  }
330
330
  }
331
- /** @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 });
332
- /** @nocollapse */ AbsoluteDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, name: "absoluteLongDateTime" });
333
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, decorators: [{
331
+ /** @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 });
332
+ /** @nocollapse */ AbsoluteDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, name: "absoluteLongDateTime" });
333
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, decorators: [{
334
334
  type: Pipe,
335
335
  args: [{ name: 'absoluteLongDateTime' }]
336
336
  }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
@@ -344,9 +344,9 @@ class AbsoluteDateShortFormatterPipe {
344
344
  return date ? this.formatter.absoluteShortDate(date, currYear) : '';
345
345
  }
346
346
  }
347
- /** @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 });
348
- /** @nocollapse */ AbsoluteDateShortFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: AbsoluteDateShortFormatterPipe, name: "absoluteShortDate" });
349
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: AbsoluteDateShortFormatterPipe, decorators: [{
347
+ /** @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 });
348
+ /** @nocollapse */ AbsoluteDateShortFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: AbsoluteDateShortFormatterPipe, name: "absoluteShortDate" });
349
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AbsoluteDateShortFormatterPipe, decorators: [{
350
350
  type: Pipe,
351
351
  args: [{ name: 'absoluteShortDate' }]
352
352
  }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
@@ -360,9 +360,9 @@ class AbsoluteShortDateTimeFormatterPipe {
360
360
  return date ? this.formatter.absoluteShortDateTime(date, options) : '';
361
361
  }
362
362
  }
363
- /** @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 });
364
- /** @nocollapse */ AbsoluteShortDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, name: "absoluteShortDateTime" });
365
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, decorators: [{
363
+ /** @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 });
364
+ /** @nocollapse */ AbsoluteShortDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, name: "absoluteShortDateTime" });
365
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, decorators: [{
366
366
  type: Pipe,
367
367
  args: [{ name: 'absoluteShortDateTime' }]
368
368
  }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
@@ -376,9 +376,9 @@ class RelativeDateFormatterPipe {
376
376
  return date ? this.formatter.relativeLongDate(date) : '';
377
377
  }
378
378
  }
379
- /** @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 });
380
- /** @nocollapse */ RelativeDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: RelativeDateFormatterPipe, name: "relativeLongDate" });
381
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: RelativeDateFormatterPipe, decorators: [{
379
+ /** @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 });
380
+ /** @nocollapse */ RelativeDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: RelativeDateFormatterPipe, name: "relativeLongDate" });
381
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RelativeDateFormatterPipe, decorators: [{
382
382
  type: Pipe,
383
383
  args: [{ name: 'relativeLongDate' }]
384
384
  }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
@@ -392,9 +392,9 @@ class RelativeDateTimeFormatterPipe {
392
392
  return date ? this.formatter.relativeLongDateTime(date, options) : '';
393
393
  }
394
394
  }
395
- /** @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 });
396
- /** @nocollapse */ RelativeDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: RelativeDateTimeFormatterPipe, name: "relativeLongDateTime" });
397
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: RelativeDateTimeFormatterPipe, decorators: [{
395
+ /** @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 });
396
+ /** @nocollapse */ RelativeDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: RelativeDateTimeFormatterPipe, name: "relativeLongDateTime" });
397
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RelativeDateTimeFormatterPipe, decorators: [{
398
398
  type: Pipe,
399
399
  args: [{ name: 'relativeLongDateTime' }]
400
400
  }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
@@ -408,9 +408,9 @@ class RelativeShortDateFormatterPipe {
408
408
  return date ? this.formatter.relativeShortDate(date) : '';
409
409
  }
410
410
  }
411
- /** @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 });
412
- /** @nocollapse */ RelativeShortDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: RelativeShortDateFormatterPipe, name: "relativeShortDate" });
413
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: RelativeShortDateFormatterPipe, decorators: [{
411
+ /** @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 });
412
+ /** @nocollapse */ RelativeShortDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: RelativeShortDateFormatterPipe, name: "relativeShortDate" });
413
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RelativeShortDateFormatterPipe, decorators: [{
414
414
  type: Pipe,
415
415
  args: [{ name: 'relativeShortDate' }]
416
416
  }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
@@ -424,9 +424,9 @@ class RelativeShortDateTimeFormatterPipe {
424
424
  return date ? this.formatter.relativeShortDateTime(date, options) : '';
425
425
  }
426
426
  }
427
- /** @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 });
428
- /** @nocollapse */ RelativeShortDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, name: "relativeShortDateTime" });
429
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, decorators: [{
427
+ /** @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 });
428
+ /** @nocollapse */ RelativeShortDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, name: "relativeShortDateTime" });
429
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, decorators: [{
430
430
  type: Pipe,
431
431
  args: [{ name: 'relativeShortDateTime' }]
432
432
  }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
@@ -441,9 +441,9 @@ class RangeDateFormatterPipe {
441
441
  return this.formatter.rangeLongDate(date1, date2);
442
442
  }
443
443
  }
444
- /** @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 });
445
- /** @nocollapse */ RangeDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: RangeDateFormatterPipe, name: "rangeLongDate" });
446
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: RangeDateFormatterPipe, decorators: [{
444
+ /** @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 });
445
+ /** @nocollapse */ RangeDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: RangeDateFormatterPipe, name: "rangeLongDate" });
446
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RangeDateFormatterPipe, decorators: [{
447
447
  type: Pipe,
448
448
  args: [{ name: 'rangeLongDate' }]
449
449
  }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
@@ -458,9 +458,9 @@ class RangeShortDateFormatterPipe {
458
458
  return this.formatter.rangeShortDate(date1, date2);
459
459
  }
460
460
  }
461
- /** @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 });
462
- /** @nocollapse */ RangeShortDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: RangeShortDateFormatterPipe, name: "rangeShortDate" });
463
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: RangeShortDateFormatterPipe, decorators: [{
461
+ /** @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 });
462
+ /** @nocollapse */ RangeShortDateFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: RangeShortDateFormatterPipe, name: "rangeShortDate" });
463
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RangeShortDateFormatterPipe, decorators: [{
464
464
  type: Pipe,
465
465
  args: [{ name: 'rangeShortDate' }]
466
466
  }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
@@ -475,9 +475,9 @@ class RangeDateTimeFormatterPipe {
475
475
  return this.formatter.rangeLongDateTime(date1, date2, options);
476
476
  }
477
477
  }
478
- /** @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 });
479
- /** @nocollapse */ RangeDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: RangeDateTimeFormatterPipe, name: "rangeLongDateTime" });
480
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: RangeDateTimeFormatterPipe, decorators: [{
478
+ /** @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 });
479
+ /** @nocollapse */ RangeDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: RangeDateTimeFormatterPipe, name: "rangeLongDateTime" });
480
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RangeDateTimeFormatterPipe, decorators: [{
481
481
  type: Pipe,
482
482
  args: [{ name: 'rangeLongDateTime' }]
483
483
  }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
@@ -492,9 +492,9 @@ class RangeMiddleDateTimeFormatterPipe {
492
492
  return this.formatter.rangeMiddleDateTime(date1, date2, options);
493
493
  }
494
494
  }
495
- /** @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 });
496
- /** @nocollapse */ RangeMiddleDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, name: "rangeMiddleDateTime" });
497
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, decorators: [{
495
+ /** @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 });
496
+ /** @nocollapse */ RangeMiddleDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, name: "rangeMiddleDateTime" });
497
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, decorators: [{
498
498
  type: Pipe,
499
499
  args: [{ name: 'rangeMiddleDateTime' }]
500
500
  }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
@@ -509,9 +509,9 @@ class RangeShortDateTimeFormatterPipe {
509
509
  return this.formatter.rangeShortDateTime(date1, date2, options);
510
510
  }
511
511
  }
512
- /** @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 });
513
- /** @nocollapse */ RangeShortDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: RangeShortDateTimeFormatterPipe, name: "rangeShortDateTime" });
514
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: RangeShortDateTimeFormatterPipe, decorators: [{
512
+ /** @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 });
513
+ /** @nocollapse */ RangeShortDateTimeFormatterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: RangeShortDateTimeFormatterPipe, name: "rangeShortDateTime" });
514
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RangeShortDateTimeFormatterPipe, decorators: [{
515
515
  type: Pipe,
516
516
  args: [{ name: 'rangeShortDateTime' }]
517
517
  }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
@@ -596,9 +596,9 @@ class McLocaleService {
596
596
  return this.current[componentName];
597
597
  }
598
598
  }
599
- /** @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 });
600
- /** @nocollapse */ McLocaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McLocaleService, providedIn: 'root' });
601
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McLocaleService, decorators: [{
599
+ /** @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 });
600
+ /** @nocollapse */ McLocaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McLocaleService, providedIn: 'root' });
601
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McLocaleService, decorators: [{
602
602
  type: Injectable,
603
603
  args: [{ providedIn: 'root' }]
604
604
  }], ctorParameters: function () {
@@ -617,12 +617,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImpor
617
617
 
618
618
  class McLocaleServiceModule {
619
619
  }
620
- /** @nocollapse */ McLocaleServiceModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McLocaleServiceModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
621
- /** @nocollapse */ McLocaleServiceModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: McLocaleServiceModule });
622
- /** @nocollapse */ McLocaleServiceModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McLocaleServiceModule, providers: [
620
+ /** @nocollapse */ McLocaleServiceModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McLocaleServiceModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
621
+ /** @nocollapse */ McLocaleServiceModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: McLocaleServiceModule });
622
+ /** @nocollapse */ McLocaleServiceModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McLocaleServiceModule, providers: [
623
623
  { provide: MC_LOCALE_SERVICE, useClass: McLocaleService }
624
624
  ] });
625
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McLocaleServiceModule, decorators: [{
625
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McLocaleServiceModule, decorators: [{
626
626
  type: NgModule,
627
627
  args: [{
628
628
  providers: [
@@ -729,10 +729,10 @@ class McDecimalPipe {
729
729
  }
730
730
  }
731
731
  }
732
- /** @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 });
733
- /** @nocollapse */ McDecimalPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: McDecimalPipe, name: "mcNumber", pure: false });
734
- /** @nocollapse */ McDecimalPipe.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McDecimalPipe, providedIn: 'root' });
735
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McDecimalPipe, decorators: [{
732
+ /** @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 });
733
+ /** @nocollapse */ McDecimalPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: McDecimalPipe, name: "mcNumber", pure: false });
734
+ /** @nocollapse */ McDecimalPipe.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McDecimalPipe, providedIn: 'root' });
735
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McDecimalPipe, decorators: [{
736
736
  type: Injectable,
737
737
  args: [{ providedIn: 'root' }]
738
738
  }, {
@@ -759,8 +759,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImpor
759
759
 
760
760
  class McFormattersModule {
761
761
  }
762
- /** @nocollapse */ McFormattersModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McFormattersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
763
- /** @nocollapse */ McFormattersModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: McFormattersModule, declarations: [McDecimalPipe,
762
+ /** @nocollapse */ McFormattersModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McFormattersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
763
+ /** @nocollapse */ McFormattersModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: McFormattersModule, declarations: [McDecimalPipe,
764
764
  AbsoluteDateFormatterPipe,
765
765
  AbsoluteDateTimeFormatterPipe,
766
766
  AbsoluteDateShortFormatterPipe,
@@ -787,8 +787,8 @@ class McFormattersModule {
787
787
  RangeDateTimeFormatterPipe,
788
788
  RangeShortDateTimeFormatterPipe,
789
789
  RangeMiddleDateTimeFormatterPipe] });
790
- /** @nocollapse */ McFormattersModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McFormattersModule, providers: [DateFormatter] });
791
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McFormattersModule, decorators: [{
790
+ /** @nocollapse */ McFormattersModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McFormattersModule, providers: [DateFormatter] });
791
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McFormattersModule, decorators: [{
792
792
  type: NgModule,
793
793
  args: [{
794
794
  declarations: [
@@ -846,9 +846,9 @@ class McFormElement {
846
846
  }
847
847
  }
848
848
  }
849
- /** @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 });
850
- /** @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 });
851
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McFormElement, decorators: [{
849
+ /** @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 });
850
+ /** @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 });
851
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McFormElement, decorators: [{
852
852
  type: Directive,
853
853
  args: [{
854
854
  selector: '.mc-form__row, .mc-form__fieldset, .mc-form__legend',
@@ -875,9 +875,9 @@ class McForm {
875
875
  });
876
876
  }
877
877
  }
878
- /** @nocollapse */ McForm.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McForm, deps: [], target: i0.ɵɵFactoryTarget.Directive });
879
- /** @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 });
880
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McForm, decorators: [{
878
+ /** @nocollapse */ McForm.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McForm, deps: [], target: i0.ɵɵFactoryTarget.Directive });
879
+ /** @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 });
880
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McForm, decorators: [{
881
881
  type: Directive,
882
882
  args: [{
883
883
  selector: '.mc-form-vertical, .mc-form-horizontal',
@@ -893,12 +893,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImpor
893
893
 
894
894
  class McFormsModule {
895
895
  }
896
- /** @nocollapse */ McFormsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McFormsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
897
- /** @nocollapse */ McFormsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: McFormsModule, declarations: [McForm,
896
+ /** @nocollapse */ McFormsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McFormsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
897
+ /** @nocollapse */ McFormsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: McFormsModule, declarations: [McForm,
898
898
  McFormElement], exports: [McForm,
899
899
  McFormElement] });
900
- /** @nocollapse */ McFormsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McFormsModule });
901
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McFormsModule, decorators: [{
900
+ /** @nocollapse */ McFormsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McFormsModule });
901
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McFormsModule, decorators: [{
902
902
  type: NgModule,
903
903
  args: [{
904
904
  exports: [
@@ -926,19 +926,19 @@ class McHighlightPipe {
926
926
  return value.replace(new RegExp(`(${escapeRegExp(args)})`, 'gi'), '<mark class="mc-highlight">$1</mark>');
927
927
  }
928
928
  }
929
- /** @nocollapse */ McHighlightPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McHighlightPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
930
- /** @nocollapse */ McHighlightPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: McHighlightPipe, name: "mcHighlight" });
931
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McHighlightPipe, decorators: [{
929
+ /** @nocollapse */ McHighlightPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McHighlightPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
930
+ /** @nocollapse */ McHighlightPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: McHighlightPipe, name: "mcHighlight" });
931
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McHighlightPipe, decorators: [{
932
932
  type: Pipe,
933
933
  args: [{ name: 'mcHighlight' }]
934
934
  }] });
935
935
 
936
936
  class McHighlightModule {
937
937
  }
938
- /** @nocollapse */ McHighlightModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McHighlightModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
939
- /** @nocollapse */ McHighlightModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: McHighlightModule, declarations: [McHighlightPipe], imports: [CommonModule], exports: [McHighlightPipe] });
940
- /** @nocollapse */ McHighlightModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McHighlightModule, imports: [CommonModule] });
941
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McHighlightModule, decorators: [{
938
+ /** @nocollapse */ McHighlightModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McHighlightModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
939
+ /** @nocollapse */ McHighlightModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: McHighlightModule, declarations: [McHighlightPipe], imports: [CommonModule], exports: [McHighlightPipe] });
940
+ /** @nocollapse */ McHighlightModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McHighlightModule, imports: [CommonModule] });
941
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McHighlightModule, decorators: [{
942
942
  type: NgModule,
943
943
  args: [{
944
944
  imports: [CommonModule],
@@ -957,9 +957,9 @@ const MC_LABEL_GLOBAL_OPTIONS = new InjectionToken('mc-label-global-options');
957
957
  */
958
958
  class McLine {
959
959
  }
960
- /** @nocollapse */ McLine.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McLine, deps: [], target: i0.ɵɵFactoryTarget.Directive });
961
- /** @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 });
962
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McLine, decorators: [{
960
+ /** @nocollapse */ McLine.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McLine, deps: [], target: i0.ɵɵFactoryTarget.Directive });
961
+ /** @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 });
962
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McLine, decorators: [{
963
963
  type: Directive,
964
964
  args: [{
965
965
  selector: '[mc-line], [mcLine]',
@@ -1006,10 +1006,10 @@ class McLineSetter {
1006
1006
  }
1007
1007
  class McLineModule {
1008
1008
  }
1009
- /** @nocollapse */ McLineModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McLineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1010
- /** @nocollapse */ McLineModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: McLineModule, declarations: [McLine], exports: [McLine] });
1011
- /** @nocollapse */ McLineModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McLineModule });
1012
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McLineModule, decorators: [{
1009
+ /** @nocollapse */ McLineModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McLineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1010
+ /** @nocollapse */ McLineModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: McLineModule, declarations: [McLine], exports: [McLine] });
1011
+ /** @nocollapse */ McLineModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McLineModule });
1012
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McLineModule, decorators: [{
1013
1013
  type: NgModule,
1014
1014
  args: [{
1015
1015
  imports: [],
@@ -1036,9 +1036,9 @@ class McOptgroup extends McOptgroupMixinBase {
1036
1036
  this.labelId = `mc-optgroup-label-${uniqueOptgroupIdCounter++}`;
1037
1037
  }
1038
1038
  }
1039
- /** @nocollapse */ McOptgroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McOptgroup, deps: null, target: i0.ɵɵFactoryTarget.Component });
1040
- /** @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 });
1041
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McOptgroup, decorators: [{
1039
+ /** @nocollapse */ McOptgroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McOptgroup, deps: null, target: i0.ɵɵFactoryTarget.Component });
1040
+ /** @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 });
1041
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McOptgroup, decorators: [{
1042
1042
  type: Component,
1043
1043
  args: [{ selector: 'mc-optgroup', exportAs: 'mcOptgroup', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, inputs: ['disabled'], host: {
1044
1044
  class: 'mc-optgroup',
@@ -1077,9 +1077,9 @@ class McPseudoCheckbox extends McPseudoCheckboxMixinBase {
1077
1077
  this.disabled = false;
1078
1078
  }
1079
1079
  }
1080
- /** @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 });
1081
- /** @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 });
1082
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McPseudoCheckbox, decorators: [{
1080
+ /** @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 });
1081
+ /** @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 });
1082
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McPseudoCheckbox, decorators: [{
1083
1083
  type: Component,
1084
1084
  args: [{ selector: 'mc-pseudo-checkbox', host: {
1085
1085
  class: 'mc-pseudo-checkbox',
@@ -1267,11 +1267,11 @@ class McOption {
1267
1267
  this.onSelectionChange.emit(new McOptionSelectionChange(this, isUserInput));
1268
1268
  }
1269
1269
  }
1270
- /** @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 });
1271
- /** @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: [{
1270
+ /** @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 });
1271
+ /** @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: [{
1272
1272
  provide: MC_TITLE_TEXT_REF, useExisting: McOption
1273
1273
  }], 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 });
1274
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McOption, decorators: [{
1274
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McOption, decorators: [{
1275
1275
  type: Component,
1276
1276
  args: [{ selector: 'mc-option', exportAs: 'mcOption', host: {
1277
1277
  '[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">
@@ -1471,10 +1471,10 @@ var MultipleMode;
1471
1471
 
1472
1472
  class McPseudoCheckboxModule {
1473
1473
  }
1474
- /** @nocollapse */ McPseudoCheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McPseudoCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1475
- /** @nocollapse */ McPseudoCheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: McPseudoCheckboxModule, declarations: [McPseudoCheckbox], imports: [CommonModule], exports: [McPseudoCheckbox] });
1476
- /** @nocollapse */ McPseudoCheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McPseudoCheckboxModule, imports: [CommonModule] });
1477
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McPseudoCheckboxModule, decorators: [{
1474
+ /** @nocollapse */ McPseudoCheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McPseudoCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1475
+ /** @nocollapse */ McPseudoCheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: McPseudoCheckboxModule, declarations: [McPseudoCheckbox], imports: [CommonModule], exports: [McPseudoCheckbox] });
1476
+ /** @nocollapse */ McPseudoCheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McPseudoCheckboxModule, imports: [CommonModule] });
1477
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McPseudoCheckboxModule, decorators: [{
1478
1478
  type: NgModule,
1479
1479
  args: [{
1480
1480
  imports: [CommonModule],
@@ -1485,10 +1485,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImpor
1485
1485
 
1486
1486
  class McOptionModule {
1487
1487
  }
1488
- /** @nocollapse */ McOptionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McOptionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1489
- /** @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] });
1490
- /** @nocollapse */ McOptionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McOptionModule, imports: [CommonModule, McPseudoCheckboxModule] });
1491
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McOptionModule, decorators: [{
1488
+ /** @nocollapse */ McOptionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McOptionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1489
+ /** @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] });
1490
+ /** @nocollapse */ McOptionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McOptionModule, imports: [CommonModule, McPseudoCheckboxModule] });
1491
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McOptionModule, decorators: [{
1492
1492
  type: NgModule,
1493
1493
  args: [{
1494
1494
  imports: [CommonModule, McPseudoCheckboxModule],
@@ -1600,6 +1600,7 @@ const EXTENDED_OVERLAY_POSITIONS = objectValues([
1600
1600
  const TOP_POSITION_PRIORITY = objectValues([
1601
1601
  POSITION_MAP.top,
1602
1602
  POSITION_MAP.bottom,
1603
+ POSITION_MAP.right,
1603
1604
  POSITION_MAP.rightBottom,
1604
1605
  POSITION_MAP.leftBottom,
1605
1606
  POSITION_MAP.bottomLeft,
@@ -1857,9 +1858,9 @@ class McPopUp {
1857
1858
  }
1858
1859
  }
1859
1860
  }
1860
- /** @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 });
1861
- /** @nocollapse */ McPopUp.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.2", type: McPopUp, ngImport: i0 });
1862
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McPopUp, decorators: [{
1861
+ /** @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 });
1862
+ /** @nocollapse */ McPopUp.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: McPopUp, ngImport: i0 });
1863
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McPopUp, decorators: [{
1863
1864
  type: Directive
1864
1865
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; } });
1865
1866
 
@@ -2089,9 +2090,9 @@ class McPopUpTrigger {
2089
2090
  });
2090
2091
  }
2091
2092
  }
2092
- /** @nocollapse */ McPopUpTrigger.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McPopUpTrigger, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
2093
- /** @nocollapse */ McPopUpTrigger.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.2", type: McPopUpTrigger, ngImport: i0 });
2094
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McPopUpTrigger, decorators: [{
2093
+ /** @nocollapse */ McPopUpTrigger.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McPopUpTrigger, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
2094
+ /** @nocollapse */ McPopUpTrigger.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: McPopUpTrigger, ngImport: i0 });
2095
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McPopUpTrigger, decorators: [{
2095
2096
  type: Directive
2096
2097
  }], 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 }]; } });
2097
2098
 
@@ -2181,9 +2182,9 @@ class McMeasureScrollbarService {
2181
2182
  this._scrollBarWidth = width;
2182
2183
  }
2183
2184
  }
2184
- /** @nocollapse */ McMeasureScrollbarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McMeasureScrollbarService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
2185
- /** @nocollapse */ McMeasureScrollbarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McMeasureScrollbarService, providedIn: 'root' });
2186
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McMeasureScrollbarService, decorators: [{
2185
+ /** @nocollapse */ McMeasureScrollbarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McMeasureScrollbarService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
2186
+ /** @nocollapse */ McMeasureScrollbarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McMeasureScrollbarService, providedIn: 'root' });
2187
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McMeasureScrollbarService, decorators: [{
2187
2188
  type: Injectable,
2188
2189
  args: [{
2189
2190
  providedIn: 'root'
@@ -2277,9 +2278,9 @@ class McDataSizePipe {
2277
2278
  return `${value} ${unit}`;
2278
2279
  }
2279
2280
  }
2280
- /** @nocollapse */ McDataSizePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McDataSizePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
2281
- /** @nocollapse */ McDataSizePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: McDataSizePipe, name: "mcDataSize" });
2282
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McDataSizePipe, decorators: [{
2281
+ /** @nocollapse */ McDataSizePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McDataSizePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
2282
+ /** @nocollapse */ McDataSizePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: McDataSizePipe, name: "mcDataSize" });
2283
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McDataSizePipe, decorators: [{
2283
2284
  type: Pipe,
2284
2285
  args: [{
2285
2286
  name: 'mcDataSize'
@@ -2287,10 +2288,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImpor
2287
2288
  }] });
2288
2289
  class McDataSizeModule {
2289
2290
  }
2290
- /** @nocollapse */ McDataSizeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McDataSizeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2291
- /** @nocollapse */ McDataSizeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.2", ngImport: i0, type: McDataSizeModule, declarations: [McDataSizePipe], exports: [McDataSizePipe] });
2292
- /** @nocollapse */ McDataSizeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McDataSizeModule });
2293
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: McDataSizeModule, decorators: [{
2291
+ /** @nocollapse */ McDataSizeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McDataSizeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2292
+ /** @nocollapse */ McDataSizeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: McDataSizeModule, declarations: [McDataSizePipe], exports: [McDataSizePipe] });
2293
+ /** @nocollapse */ McDataSizeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McDataSizeModule });
2294
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: McDataSizeModule, decorators: [{
2294
2295
  type: NgModule,
2295
2296
  args: [{
2296
2297
  imports: [],
@@ -2303,7 +2304,7 @@ const validationTooltipShowDelay = 10;
2303
2304
  const validationTooltipHideDelay = 3000;
2304
2305
  const MC_VALIDATION = new InjectionToken('McUseValidation', { factory: () => ({ useValidation: true }) });
2305
2306
 
2306
- const VERSION = new Version('15.4.0+sha-2ad6a9c');
2307
+ const VERSION = new Version('15.5.0+sha-7c4543d');
2307
2308
 
2308
2309
  /**
2309
2310
  * Generated bundle index. Do not edit.