@ptsecurity/mosaic 16.4.1 → 17.1.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 (265) hide show
  1. package/_theming.scss +24 -3
  2. package/core/styles/theming/_scrollbars.scss +17 -2
  3. package/esm2022/autocomplete/autocomplete-origin.directive.mjs +4 -4
  4. package/esm2022/autocomplete/autocomplete-trigger.directive.mjs +6 -6
  5. package/esm2022/autocomplete/autocomplete.component.mjs +6 -6
  6. package/esm2022/autocomplete/autocomplete.module.mjs +4 -4
  7. package/esm2022/button/button.component.mjs +11 -11
  8. package/esm2022/button/button.module.mjs +4 -4
  9. package/esm2022/button-toggle/button-toggle.component.mjs +12 -12
  10. package/esm2022/button-toggle/button-toggle.module.mjs +4 -4
  11. package/esm2022/card/card.component.mjs +5 -5
  12. package/esm2022/card/card.module.mjs +4 -4
  13. package/esm2022/checkbox/checkbox-module.mjs +4 -4
  14. package/esm2022/checkbox/checkbox-required-validator.mjs +3 -3
  15. package/esm2022/checkbox/checkbox.mjs +6 -6
  16. package/esm2022/code-block/actionbar.component.mjs +4 -4
  17. package/esm2022/code-block/code-block.component.mjs +6 -6
  18. package/esm2022/code-block/code-block.module.mjs +8 -8
  19. package/esm2022/core/common-behaviors/color.mjs +1 -1
  20. package/esm2022/core/common-behaviors/common-module.mjs +7 -7
  21. package/esm2022/core/common-behaviors/error-state.mjs +1 -1
  22. package/esm2022/core/error/error-options.mjs +6 -6
  23. package/esm2022/core/formatters/date/formatter.mjs +5 -5
  24. package/esm2022/core/formatters/date/formatter.pipe.mjs +52 -52
  25. package/esm2022/core/formatters/index.mjs +4 -4
  26. package/esm2022/core/formatters/number/formatter.mjs +19 -19
  27. package/esm2022/core/forms/forms-module.mjs +4 -4
  28. package/esm2022/core/forms/forms.directive.mjs +8 -8
  29. package/esm2022/core/highlight/highlight.pipe.mjs +4 -4
  30. package/esm2022/core/highlight/index.mjs +4 -4
  31. package/esm2022/core/line/line.mjs +8 -8
  32. package/esm2022/core/locales/locale-service.mjs +5 -5
  33. package/esm2022/core/locales/locale-service.module.mjs +4 -4
  34. package/esm2022/core/option/action.mjs +6 -6
  35. package/esm2022/core/option/optgroup.mjs +4 -4
  36. package/esm2022/core/option/option-module.mjs +4 -4
  37. package/esm2022/core/option/option.mjs +6 -6
  38. package/esm2022/core/overlay/overlay-position-map.mjs +1 -1
  39. package/esm2022/core/pop-up/pop-up-trigger.mjs +5 -5
  40. package/esm2022/core/pop-up/pop-up.mjs +5 -5
  41. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +5 -5
  42. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +4 -4
  43. package/esm2022/core/services/measure-scrollbar.service.mjs +6 -6
  44. package/esm2022/core/utils/data-size/data-size.pipe.mjs +7 -7
  45. package/esm2022/core/utils/data-size/size.mjs +1 -1
  46. package/esm2022/core/version.mjs +2 -2
  47. package/esm2022/datepicker/calendar-body.component.mjs +4 -4
  48. package/esm2022/datepicker/calendar-header.component.mjs +5 -5
  49. package/esm2022/datepicker/calendar.component.mjs +6 -6
  50. package/esm2022/datepicker/datepicker-animations.mjs +1 -1
  51. package/esm2022/datepicker/datepicker-input.directive.mjs +6 -6
  52. package/esm2022/datepicker/datepicker-intl.mjs +3 -3
  53. package/esm2022/datepicker/datepicker-module.mjs +4 -4
  54. package/esm2022/datepicker/datepicker-toggle.component.mjs +8 -8
  55. package/esm2022/datepicker/datepicker.component.mjs +10 -10
  56. package/esm2022/datepicker/month-view.component.mjs +6 -6
  57. package/esm2022/divider/divider.component.mjs +3 -3
  58. package/esm2022/divider/divider.module.mjs +4 -4
  59. package/esm2022/dl/dl.component.mjs +11 -11
  60. package/esm2022/dl/dl.module.mjs +4 -4
  61. package/esm2022/dropdown/dropdown-content.directive.mjs +6 -6
  62. package/esm2022/dropdown/dropdown-item.component.mjs +8 -8
  63. package/esm2022/dropdown/dropdown-trigger.directive.mjs +6 -6
  64. package/esm2022/dropdown/dropdown.component.mjs +6 -6
  65. package/esm2022/dropdown/dropdown.module.mjs +4 -4
  66. package/esm2022/ellipsis-center/ellipsis-center.directive.mjs +10 -10
  67. package/esm2022/file-upload/file-drop.mjs +4 -4
  68. package/esm2022/file-upload/file-upload.module.mjs +4 -4
  69. package/esm2022/file-upload/multiple-file-upload.component.mjs +7 -7
  70. package/esm2022/file-upload/single-file-upload.component.mjs +7 -7
  71. package/esm2022/form-field/cleaner.mjs +3 -3
  72. package/esm2022/form-field/form-field.mjs +13 -13
  73. package/esm2022/form-field/form-field.module.mjs +4 -4
  74. package/esm2022/form-field/hint.mjs +5 -5
  75. package/esm2022/form-field/password-hint.mjs +6 -6
  76. package/esm2022/form-field/prefix.mjs +3 -3
  77. package/esm2022/form-field/stepper.mjs +4 -4
  78. package/esm2022/form-field/suffix.mjs +3 -3
  79. package/esm2022/form-field/validate.directive.mjs +6 -6
  80. package/esm2022/icon/icon.component.mjs +9 -9
  81. package/esm2022/icon/icon.module.mjs +4 -4
  82. package/esm2022/input/input-number-validators.mjs +7 -7
  83. package/esm2022/input/input-number.mjs +6 -6
  84. package/esm2022/input/input-password.mjs +11 -11
  85. package/esm2022/input/input.mjs +9 -9
  86. package/esm2022/input/input.module.mjs +4 -4
  87. package/esm2022/link/link.component.mjs +5 -5
  88. package/esm2022/link/link.module.mjs +4 -4
  89. package/esm2022/list/list-selection.component.mjs +13 -13
  90. package/esm2022/list/list.component.mjs +9 -9
  91. package/esm2022/list/list.module.mjs +4 -4
  92. package/esm2022/loader-overlay/loader-overlay.component.mjs +15 -15
  93. package/esm2022/loader-overlay/loader-overlay.module.mjs +4 -4
  94. package/esm2022/markdown/markdown.component.mjs +5 -5
  95. package/esm2022/markdown/markdown.module.mjs +4 -4
  96. package/esm2022/markdown/markdown.service.mjs +3 -3
  97. package/esm2022/modal/css-unit.pipe.mjs +3 -3
  98. package/esm2022/modal/modal-control.service.mjs +6 -6
  99. package/esm2022/modal/modal.component.mjs +7 -7
  100. package/esm2022/modal/modal.directive.mjs +12 -12
  101. package/esm2022/modal/modal.module.mjs +4 -4
  102. package/esm2022/modal/modal.service.mjs +5 -5
  103. package/esm2022/navbar/navbar-item.component.mjs +41 -41
  104. package/esm2022/navbar/navbar.component.mjs +12 -12
  105. package/esm2022/navbar/navbar.module.mjs +4 -4
  106. package/esm2022/navbar/vertical-navbar.component.mjs +5 -5
  107. package/esm2022/popover/popover-confirm.component.mjs +10 -10
  108. package/esm2022/popover/popover.component.mjs +10 -10
  109. package/esm2022/popover/popover.module.mjs +4 -4
  110. package/esm2022/progress-bar/progress-bar.component.mjs +5 -5
  111. package/esm2022/progress-bar/progress-bar.module.mjs +4 -4
  112. package/esm2022/progress-spinner/progress-spinner.component.mjs +5 -5
  113. package/esm2022/progress-spinner/progress-spinner.module.mjs +4 -4
  114. package/esm2022/radio/radio.component.mjs +10 -10
  115. package/esm2022/radio/radio.module.mjs +4 -4
  116. package/esm2022/select/select-option.directive.mjs +6 -6
  117. package/esm2022/select/select.component.mjs +24 -24
  118. package/esm2022/select/select.module.mjs +4 -4
  119. package/esm2022/sidebar/sidebar.component.mjs +11 -11
  120. package/esm2022/sidebar/sidebar.module.mjs +4 -4
  121. package/esm2022/sidepanel/sidepanel-container.component.mjs +7 -7
  122. package/esm2022/sidepanel/sidepanel-directives.mjs +18 -18
  123. package/esm2022/sidepanel/sidepanel-ref.mjs +1 -1
  124. package/esm2022/sidepanel/sidepanel.module.mjs +4 -4
  125. package/esm2022/sidepanel/sidepanel.service.mjs +6 -6
  126. package/esm2022/splitter/splitter.component.mjs +17 -17
  127. package/esm2022/splitter/splitter.module.mjs +4 -4
  128. package/esm2022/table/table.component.mjs +3 -3
  129. package/esm2022/table/table.module.mjs +4 -4
  130. package/esm2022/tabs/paginated-tab-header.mjs +6 -6
  131. package/esm2022/tabs/tab-body.component.mjs +11 -11
  132. package/esm2022/tabs/tab-content.directive.mjs +4 -4
  133. package/esm2022/tabs/tab-group.component.mjs +21 -21
  134. package/esm2022/tabs/tab-header.component.mjs +7 -7
  135. package/esm2022/tabs/tab-label-wrapper.directive.mjs +5 -5
  136. package/esm2022/tabs/tab-label.directive.mjs +3 -3
  137. package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +10 -10
  138. package/esm2022/tabs/tab.component.mjs +5 -5
  139. package/esm2022/tabs/tabs.module.mjs +4 -4
  140. package/esm2022/tags/tag-input.mjs +6 -6
  141. package/esm2022/tags/tag-list.component.mjs +6 -6
  142. package/esm2022/tags/tag.component.mjs +16 -16
  143. package/esm2022/tags/tag.module.mjs +4 -4
  144. package/esm2022/textarea/textarea.component.mjs +6 -6
  145. package/esm2022/textarea/textarea.module.mjs +4 -4
  146. package/esm2022/timepicker/timepicker.directive.mjs +6 -6
  147. package/esm2022/timepicker/timepicker.module.mjs +4 -4
  148. package/esm2022/timezone/cities-by-filter.pipe.mjs +3 -3
  149. package/esm2022/timezone/timezone-option.component.mjs +3 -3
  150. package/esm2022/timezone/timezone-option.directive.mjs +5 -5
  151. package/esm2022/timezone/timezone-select.component.mjs +8 -8
  152. package/esm2022/timezone/timezone.module.mjs +4 -4
  153. package/esm2022/timezone/timezone.utils.mjs +1 -1
  154. package/esm2022/timezone/utc-offset.pipe.mjs +3 -3
  155. package/esm2022/title/title.directive.mjs +6 -6
  156. package/esm2022/title/title.module.mjs +4 -4
  157. package/esm2022/toast/toast-container.component.mjs +6 -6
  158. package/esm2022/toast/toast.component.mjs +6 -6
  159. package/esm2022/toast/toast.module.mjs +4 -4
  160. package/esm2022/toast/toast.service.mjs +6 -6
  161. package/esm2022/toggle/toggle.component.mjs +5 -5
  162. package/esm2022/toggle/toggle.module.mjs +4 -4
  163. package/esm2022/tooltip/tooltip.component.mjs +21 -21
  164. package/esm2022/tooltip/tooltip.module.mjs +4 -4
  165. package/esm2022/tree/control/base-tree-control.mjs +1 -1
  166. package/esm2022/tree/control/flat-tree-control.mjs +1 -1
  167. package/esm2022/tree/control/nested-tree-control.mjs +1 -1
  168. package/esm2022/tree/data-source/flat-data-source.mjs +1 -1
  169. package/esm2022/tree/node.mjs +5 -5
  170. package/esm2022/tree/outlet.mjs +4 -4
  171. package/esm2022/tree/padding.directive.mjs +6 -6
  172. package/esm2022/tree/toggle.mjs +11 -11
  173. package/esm2022/tree/tree-base.mjs +10 -10
  174. package/esm2022/tree/tree-option.component.mjs +8 -8
  175. package/esm2022/tree/tree-selection.component.mjs +6 -6
  176. package/esm2022/tree/tree.mjs +3 -3
  177. package/esm2022/tree/tree.module.mjs +4 -4
  178. package/esm2022/tree-select/tree-select.component.mjs +17 -17
  179. package/esm2022/tree-select/tree-select.module.mjs +4 -4
  180. package/fesm2022/ptsecurity-mosaic-autocomplete.mjs +18 -18
  181. package/fesm2022/ptsecurity-mosaic-autocomplete.mjs.map +1 -1
  182. package/fesm2022/ptsecurity-mosaic-button-toggle.mjs +15 -15
  183. package/fesm2022/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
  184. package/fesm2022/ptsecurity-mosaic-button.mjs +14 -14
  185. package/fesm2022/ptsecurity-mosaic-button.mjs.map +1 -1
  186. package/fesm2022/ptsecurity-mosaic-card.mjs +8 -8
  187. package/fesm2022/ptsecurity-mosaic-card.mjs.map +1 -1
  188. package/fesm2022/ptsecurity-mosaic-checkbox.mjs +12 -12
  189. package/fesm2022/ptsecurity-mosaic-checkbox.mjs.map +1 -1
  190. package/fesm2022/ptsecurity-mosaic-code-block.mjs +15 -15
  191. package/fesm2022/ptsecurity-mosaic-code-block.mjs.map +1 -1
  192. package/fesm2022/ptsecurity-mosaic-core.mjs +172 -172
  193. package/fesm2022/ptsecurity-mosaic-core.mjs.map +1 -1
  194. package/fesm2022/ptsecurity-mosaic-datepicker.mjs +45 -45
  195. package/fesm2022/ptsecurity-mosaic-datepicker.mjs.map +1 -1
  196. package/fesm2022/ptsecurity-mosaic-divider.mjs +7 -7
  197. package/fesm2022/ptsecurity-mosaic-dl.mjs +14 -14
  198. package/fesm2022/ptsecurity-mosaic-dl.mjs.map +1 -1
  199. package/fesm2022/ptsecurity-mosaic-dropdown.mjs +26 -26
  200. package/fesm2022/ptsecurity-mosaic-dropdown.mjs.map +1 -1
  201. package/fesm2022/ptsecurity-mosaic-ellipsis-center.mjs +9 -9
  202. package/fesm2022/ptsecurity-mosaic-ellipsis-center.mjs.map +1 -1
  203. package/fesm2022/ptsecurity-mosaic-file-upload.mjs +19 -19
  204. package/fesm2022/ptsecurity-mosaic-file-upload.mjs.map +1 -1
  205. package/fesm2022/ptsecurity-mosaic-form-field.mjs +42 -42
  206. package/fesm2022/ptsecurity-mosaic-form-field.mjs.map +1 -1
  207. package/fesm2022/ptsecurity-mosaic-icon.mjs +12 -12
  208. package/fesm2022/ptsecurity-mosaic-icon.mjs.map +1 -1
  209. package/fesm2022/ptsecurity-mosaic-input.mjs +33 -33
  210. package/fesm2022/ptsecurity-mosaic-input.mjs.map +1 -1
  211. package/fesm2022/ptsecurity-mosaic-link.mjs +8 -8
  212. package/fesm2022/ptsecurity-mosaic-link.mjs.map +1 -1
  213. package/fesm2022/ptsecurity-mosaic-list.mjs +24 -24
  214. package/fesm2022/ptsecurity-mosaic-list.mjs.map +1 -1
  215. package/fesm2022/ptsecurity-mosaic-loader-overlay.mjs +18 -18
  216. package/fesm2022/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
  217. package/fesm2022/ptsecurity-mosaic-markdown.mjs +11 -11
  218. package/fesm2022/ptsecurity-mosaic-markdown.mjs.map +1 -1
  219. package/fesm2022/ptsecurity-mosaic-modal.mjs +34 -34
  220. package/fesm2022/ptsecurity-mosaic-modal.mjs.map +1 -1
  221. package/fesm2022/ptsecurity-mosaic-navbar.mjs +59 -59
  222. package/fesm2022/ptsecurity-mosaic-navbar.mjs.map +1 -1
  223. package/fesm2022/ptsecurity-mosaic-popover.mjs +22 -22
  224. package/fesm2022/ptsecurity-mosaic-popover.mjs.map +1 -1
  225. package/fesm2022/ptsecurity-mosaic-progress-bar.mjs +8 -8
  226. package/fesm2022/ptsecurity-mosaic-progress-bar.mjs.map +1 -1
  227. package/fesm2022/ptsecurity-mosaic-progress-spinner.mjs +8 -8
  228. package/fesm2022/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
  229. package/fesm2022/ptsecurity-mosaic-radio.mjs +13 -13
  230. package/fesm2022/ptsecurity-mosaic-radio.mjs.map +1 -1
  231. package/fesm2022/ptsecurity-mosaic-select.mjs +32 -32
  232. package/fesm2022/ptsecurity-mosaic-select.mjs.map +1 -1
  233. package/fesm2022/ptsecurity-mosaic-sidebar.mjs +14 -14
  234. package/fesm2022/ptsecurity-mosaic-sidebar.mjs.map +1 -1
  235. package/fesm2022/ptsecurity-mosaic-sidepanel.mjs +32 -32
  236. package/fesm2022/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
  237. package/fesm2022/ptsecurity-mosaic-splitter.mjs +20 -20
  238. package/fesm2022/ptsecurity-mosaic-splitter.mjs.map +1 -1
  239. package/fesm2022/ptsecurity-mosaic-table.mjs +7 -7
  240. package/fesm2022/ptsecurity-mosaic-tabs.mjs +69 -69
  241. package/fesm2022/ptsecurity-mosaic-tabs.mjs.map +1 -1
  242. package/fesm2022/ptsecurity-mosaic-tags.mjs +29 -29
  243. package/fesm2022/ptsecurity-mosaic-tags.mjs.map +1 -1
  244. package/fesm2022/ptsecurity-mosaic-textarea.mjs +9 -9
  245. package/fesm2022/ptsecurity-mosaic-textarea.mjs.map +1 -1
  246. package/fesm2022/ptsecurity-mosaic-timepicker.mjs +9 -9
  247. package/fesm2022/ptsecurity-mosaic-timepicker.mjs.map +1 -1
  248. package/fesm2022/ptsecurity-mosaic-timezone.mjs +26 -26
  249. package/fesm2022/ptsecurity-mosaic-timezone.mjs.map +1 -1
  250. package/fesm2022/ptsecurity-mosaic-title.mjs +9 -9
  251. package/fesm2022/ptsecurity-mosaic-title.mjs.map +1 -1
  252. package/fesm2022/ptsecurity-mosaic-toast.mjs +19 -19
  253. package/fesm2022/ptsecurity-mosaic-toast.mjs.map +1 -1
  254. package/fesm2022/ptsecurity-mosaic-toggle.mjs +8 -8
  255. package/fesm2022/ptsecurity-mosaic-toggle.mjs.map +1 -1
  256. package/fesm2022/ptsecurity-mosaic-tooltip.mjs +24 -24
  257. package/fesm2022/ptsecurity-mosaic-tooltip.mjs.map +1 -1
  258. package/fesm2022/ptsecurity-mosaic-tree-select.mjs +20 -20
  259. package/fesm2022/ptsecurity-mosaic-tree-select.mjs.map +1 -1
  260. package/fesm2022/ptsecurity-mosaic-tree.mjs +51 -51
  261. package/fesm2022/ptsecurity-mosaic-tree.mjs.map +1 -1
  262. package/package.json +7 -7
  263. package/popover/popover.component.d.ts +1 -1
  264. package/prebuilt-themes/dark-theme.css +1 -1
  265. package/prebuilt-themes/default-theme.css +1 -1
@@ -140,22 +140,22 @@ class McCommonModule {
140
140
  this._document.body.removeChild(testElement);
141
141
  }
142
142
  }
143
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McCommonModule, deps: [{ token: MC_SANITY_CHECKS, optional: true }], target: i0.ɵɵFactoryTarget.NgModule }); }
144
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: McCommonModule, imports: [BidiModule], exports: [BidiModule] }); }
145
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McCommonModule, imports: [BidiModule, BidiModule] }); }
143
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McCommonModule, deps: [{ token: MC_SANITY_CHECKS, optional: true }], target: i0.ɵɵFactoryTarget.NgModule }); }
144
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: McCommonModule, imports: [BidiModule], exports: [BidiModule] }); }
145
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McCommonModule, imports: [BidiModule, BidiModule] }); }
146
146
  }
147
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McCommonModule, decorators: [{
147
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McCommonModule, decorators: [{
148
148
  type: NgModule,
149
149
  args: [{
150
150
  imports: [BidiModule],
151
151
  exports: [BidiModule]
152
152
  }]
153
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
153
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
154
154
  type: Optional
155
155
  }, {
156
156
  type: Inject,
157
157
  args: [MC_SANITY_CHECKS]
158
- }] }]; } });
158
+ }] }] });
159
159
 
160
160
  function mixinDisabled(base) {
161
161
  return class extends base {
@@ -266,10 +266,10 @@ class ShowOnDirtyErrorStateMatcher {
266
266
  isErrorState(control, form) {
267
267
  return !!(control && control.invalid && (control.dirty || (form && form.submitted)));
268
268
  }
269
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: ShowOnDirtyErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
270
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: ShowOnDirtyErrorStateMatcher }); }
269
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: ShowOnDirtyErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
270
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: ShowOnDirtyErrorStateMatcher }); }
271
271
  }
272
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: ShowOnDirtyErrorStateMatcher, decorators: [{
272
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", 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. */
@@ -277,10 +277,10 @@ class ErrorStateMatcher {
277
277
  isErrorState(control, form) {
278
278
  return !!(control && control.invalid && (control.touched || (form && form.submitted)));
279
279
  }
280
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: ErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
281
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: ErrorStateMatcher, providedIn: 'root' }); }
280
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: ErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
281
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: ErrorStateMatcher, providedIn: 'root' }); }
282
282
  }
283
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: ErrorStateMatcher, decorators: [{
283
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: ErrorStateMatcher, decorators: [{
284
284
  type: Injectable,
285
285
  args: [{ providedIn: 'root' }]
286
286
  }] });
@@ -290,15 +290,15 @@ class DateFormatter extends DateFormatter$1 {
290
290
  super(adapter, locale);
291
291
  this.adapter = adapter;
292
292
  }
293
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: DateFormatter, deps: [{ token: i1.DateAdapter }, { token: MC_DATE_LOCALE }], target: i0.ɵɵFactoryTarget.Injectable }); }
294
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: DateFormatter }); }
293
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: DateFormatter, deps: [{ token: i1.DateAdapter }, { token: MC_DATE_LOCALE }], target: i0.ɵɵFactoryTarget.Injectable }); }
294
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: DateFormatter }); }
295
295
  }
296
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: DateFormatter, decorators: [{
296
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: DateFormatter, decorators: [{
297
297
  type: Injectable
298
- }], ctorParameters: function () { return [{ type: i1.DateAdapter }, { type: undefined, decorators: [{
298
+ }], ctorParameters: () => [{ type: i1.DateAdapter }, { type: undefined, decorators: [{
299
299
  type: Inject,
300
300
  args: [MC_DATE_LOCALE]
301
- }] }]; } });
301
+ }] }] });
302
302
 
303
303
  class AbsoluteDateFormatterPipe {
304
304
  constructor(adapter, formatter) {
@@ -309,13 +309,13 @@ class AbsoluteDateFormatterPipe {
309
309
  const date = this.adapter.deserialize(value);
310
310
  return date ? this.formatter.absoluteLongDate(date, currYear) : '';
311
311
  }
312
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AbsoluteDateFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
313
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: AbsoluteDateFormatterPipe, name: "absoluteLongDate" }); }
312
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: AbsoluteDateFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
313
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: AbsoluteDateFormatterPipe, name: "absoluteLongDate" }); }
314
314
  }
315
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AbsoluteDateFormatterPipe, decorators: [{
315
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: AbsoluteDateFormatterPipe, decorators: [{
316
316
  type: Pipe,
317
317
  args: [{ name: 'absoluteLongDate' }]
318
- }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
318
+ }], ctorParameters: () => [{ type: DateAdapter }, { type: DateFormatter }] });
319
319
  class AbsoluteDateTimeFormatterPipe {
320
320
  constructor(adapter, formatter) {
321
321
  this.adapter = adapter;
@@ -325,13 +325,13 @@ class AbsoluteDateTimeFormatterPipe {
325
325
  const date = this.adapter.deserialize(value);
326
326
  return date ? this.formatter.absoluteLongDateTime(date, options) : '';
327
327
  }
328
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
329
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, name: "absoluteLongDateTime" }); }
328
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
329
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, name: "absoluteLongDateTime" }); }
330
330
  }
331
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, decorators: [{
331
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, decorators: [{
332
332
  type: Pipe,
333
333
  args: [{ name: 'absoluteLongDateTime' }]
334
- }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
334
+ }], ctorParameters: () => [{ type: DateAdapter }, { type: DateFormatter }] });
335
335
  class AbsoluteDateShortFormatterPipe {
336
336
  constructor(adapter, formatter) {
337
337
  this.adapter = adapter;
@@ -341,13 +341,13 @@ class AbsoluteDateShortFormatterPipe {
341
341
  const date = this.adapter.deserialize(value);
342
342
  return date ? this.formatter.absoluteShortDate(date, currYear) : '';
343
343
  }
344
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AbsoluteDateShortFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
345
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: AbsoluteDateShortFormatterPipe, name: "absoluteShortDate" }); }
344
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: AbsoluteDateShortFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
345
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: AbsoluteDateShortFormatterPipe, name: "absoluteShortDate" }); }
346
346
  }
347
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AbsoluteDateShortFormatterPipe, decorators: [{
347
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: AbsoluteDateShortFormatterPipe, decorators: [{
348
348
  type: Pipe,
349
349
  args: [{ name: 'absoluteShortDate' }]
350
- }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
350
+ }], ctorParameters: () => [{ type: DateAdapter }, { type: DateFormatter }] });
351
351
  class AbsoluteShortDateTimeFormatterPipe {
352
352
  constructor(adapter, formatter) {
353
353
  this.adapter = adapter;
@@ -357,13 +357,13 @@ class AbsoluteShortDateTimeFormatterPipe {
357
357
  const date = this.adapter.deserialize(value);
358
358
  return date ? this.formatter.absoluteShortDateTime(date, options) : '';
359
359
  }
360
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
361
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, name: "absoluteShortDateTime" }); }
360
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
361
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, name: "absoluteShortDateTime" }); }
362
362
  }
363
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, decorators: [{
363
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, decorators: [{
364
364
  type: Pipe,
365
365
  args: [{ name: 'absoluteShortDateTime' }]
366
- }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
366
+ }], ctorParameters: () => [{ type: DateAdapter }, { type: DateFormatter }] });
367
367
  class RelativeDateFormatterPipe {
368
368
  constructor(adapter, formatter) {
369
369
  this.adapter = adapter;
@@ -373,13 +373,13 @@ class RelativeDateFormatterPipe {
373
373
  const date = this.adapter.deserialize(value);
374
374
  return date ? this.formatter.relativeLongDate(date) : '';
375
375
  }
376
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: RelativeDateFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
377
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: RelativeDateFormatterPipe, name: "relativeLongDate" }); }
376
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: RelativeDateFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
377
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: RelativeDateFormatterPipe, name: "relativeLongDate" }); }
378
378
  }
379
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: RelativeDateFormatterPipe, decorators: [{
379
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: RelativeDateFormatterPipe, decorators: [{
380
380
  type: Pipe,
381
381
  args: [{ name: 'relativeLongDate' }]
382
- }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
382
+ }], ctorParameters: () => [{ type: DateAdapter }, { type: DateFormatter }] });
383
383
  class RelativeDateTimeFormatterPipe {
384
384
  constructor(adapter, formatter) {
385
385
  this.adapter = adapter;
@@ -389,13 +389,13 @@ class RelativeDateTimeFormatterPipe {
389
389
  const date = this.adapter.deserialize(value);
390
390
  return date ? this.formatter.relativeLongDateTime(date, options) : '';
391
391
  }
392
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: RelativeDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
393
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: RelativeDateTimeFormatterPipe, name: "relativeLongDateTime" }); }
392
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: RelativeDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
393
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: RelativeDateTimeFormatterPipe, name: "relativeLongDateTime" }); }
394
394
  }
395
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: RelativeDateTimeFormatterPipe, decorators: [{
395
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: RelativeDateTimeFormatterPipe, decorators: [{
396
396
  type: Pipe,
397
397
  args: [{ name: 'relativeLongDateTime' }]
398
- }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
398
+ }], ctorParameters: () => [{ type: DateAdapter }, { type: DateFormatter }] });
399
399
  class RelativeShortDateFormatterPipe {
400
400
  constructor(adapter, formatter) {
401
401
  this.adapter = adapter;
@@ -405,13 +405,13 @@ class RelativeShortDateFormatterPipe {
405
405
  const date = this.adapter.deserialize(value);
406
406
  return date ? this.formatter.relativeShortDate(date) : '';
407
407
  }
408
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: RelativeShortDateFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
409
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: RelativeShortDateFormatterPipe, name: "relativeShortDate" }); }
408
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: RelativeShortDateFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
409
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: RelativeShortDateFormatterPipe, name: "relativeShortDate" }); }
410
410
  }
411
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: RelativeShortDateFormatterPipe, decorators: [{
411
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: RelativeShortDateFormatterPipe, decorators: [{
412
412
  type: Pipe,
413
413
  args: [{ name: 'relativeShortDate' }]
414
- }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
414
+ }], ctorParameters: () => [{ type: DateAdapter }, { type: DateFormatter }] });
415
415
  class RelativeShortDateTimeFormatterPipe {
416
416
  constructor(adapter, formatter) {
417
417
  this.adapter = adapter;
@@ -421,13 +421,13 @@ class RelativeShortDateTimeFormatterPipe {
421
421
  const date = this.adapter.deserialize(value);
422
422
  return date ? this.formatter.relativeShortDateTime(date, options) : '';
423
423
  }
424
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
425
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, name: "relativeShortDateTime" }); }
424
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
425
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, name: "relativeShortDateTime" }); }
426
426
  }
427
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, decorators: [{
427
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, decorators: [{
428
428
  type: Pipe,
429
429
  args: [{ name: 'relativeShortDateTime' }]
430
- }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
430
+ }], ctorParameters: () => [{ type: DateAdapter }, { type: DateFormatter }] });
431
431
  class RangeDateFormatterPipe {
432
432
  constructor(adapter, formatter) {
433
433
  this.adapter = adapter;
@@ -438,13 +438,13 @@ class RangeDateFormatterPipe {
438
438
  const date2 = this.adapter.deserialize(value2);
439
439
  return this.formatter.rangeLongDate(date1, date2);
440
440
  }
441
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: RangeDateFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
442
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: RangeDateFormatterPipe, name: "rangeLongDate" }); }
441
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: RangeDateFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
442
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: RangeDateFormatterPipe, name: "rangeLongDate" }); }
443
443
  }
444
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: RangeDateFormatterPipe, decorators: [{
444
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: RangeDateFormatterPipe, decorators: [{
445
445
  type: Pipe,
446
446
  args: [{ name: 'rangeLongDate' }]
447
- }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
447
+ }], ctorParameters: () => [{ type: DateAdapter }, { type: DateFormatter }] });
448
448
  class RangeShortDateFormatterPipe {
449
449
  constructor(adapter, formatter) {
450
450
  this.adapter = adapter;
@@ -455,13 +455,13 @@ class RangeShortDateFormatterPipe {
455
455
  const date2 = this.adapter.deserialize(value2);
456
456
  return this.formatter.rangeShortDate(date1, date2);
457
457
  }
458
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: RangeShortDateFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
459
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: RangeShortDateFormatterPipe, name: "rangeShortDate" }); }
458
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: RangeShortDateFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
459
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: RangeShortDateFormatterPipe, name: "rangeShortDate" }); }
460
460
  }
461
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: RangeShortDateFormatterPipe, decorators: [{
461
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: RangeShortDateFormatterPipe, decorators: [{
462
462
  type: Pipe,
463
463
  args: [{ name: 'rangeShortDate' }]
464
- }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
464
+ }], ctorParameters: () => [{ type: DateAdapter }, { type: DateFormatter }] });
465
465
  class RangeDateTimeFormatterPipe {
466
466
  constructor(adapter, formatter) {
467
467
  this.adapter = adapter;
@@ -472,13 +472,13 @@ class RangeDateTimeFormatterPipe {
472
472
  const date2 = this.adapter.deserialize(value2);
473
473
  return this.formatter.rangeLongDateTime(date1, date2, options);
474
474
  }
475
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: RangeDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
476
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: RangeDateTimeFormatterPipe, name: "rangeLongDateTime" }); }
475
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: RangeDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
476
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: RangeDateTimeFormatterPipe, name: "rangeLongDateTime" }); }
477
477
  }
478
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: RangeDateTimeFormatterPipe, decorators: [{
478
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: RangeDateTimeFormatterPipe, decorators: [{
479
479
  type: Pipe,
480
480
  args: [{ name: 'rangeLongDateTime' }]
481
- }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
481
+ }], ctorParameters: () => [{ type: DateAdapter }, { type: DateFormatter }] });
482
482
  class RangeMiddleDateTimeFormatterPipe {
483
483
  constructor(adapter, formatter) {
484
484
  this.adapter = adapter;
@@ -489,13 +489,13 @@ class RangeMiddleDateTimeFormatterPipe {
489
489
  const date2 = this.adapter.deserialize(value2);
490
490
  return this.formatter.rangeMiddleDateTime(date1, date2, options);
491
491
  }
492
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
493
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, name: "rangeMiddleDateTime" }); }
492
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
493
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, name: "rangeMiddleDateTime" }); }
494
494
  }
495
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, decorators: [{
495
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, decorators: [{
496
496
  type: Pipe,
497
497
  args: [{ name: 'rangeMiddleDateTime' }]
498
- }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
498
+ }], ctorParameters: () => [{ type: DateAdapter }, { type: DateFormatter }] });
499
499
  class RangeShortDateTimeFormatterPipe {
500
500
  constructor(adapter, formatter) {
501
501
  this.adapter = adapter;
@@ -506,13 +506,13 @@ class RangeShortDateTimeFormatterPipe {
506
506
  const date2 = this.adapter.deserialize(value2);
507
507
  return this.formatter.rangeShortDateTime(date1, date2, options);
508
508
  }
509
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: RangeShortDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
510
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: RangeShortDateTimeFormatterPipe, name: "rangeShortDateTime" }); }
509
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: RangeShortDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
510
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: RangeShortDateTimeFormatterPipe, name: "rangeShortDateTime" }); }
511
511
  }
512
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: RangeShortDateTimeFormatterPipe, decorators: [{
512
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: RangeShortDateTimeFormatterPipe, decorators: [{
513
513
  type: Pipe,
514
514
  args: [{ name: 'rangeShortDateTime' }]
515
- }], ctorParameters: function () { return [{ type: DateAdapter }, { type: DateFormatter }]; } });
515
+ }], ctorParameters: () => [{ type: DateAdapter }, { type: DateFormatter }] });
516
516
 
517
517
  const enUSLocaleData = {
518
518
  'en-US': {
@@ -750,13 +750,13 @@ class McLocaleService {
750
750
  getParams(componentName) {
751
751
  return this.current[componentName];
752
752
  }
753
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McLocaleService, deps: [{ token: MC_LOCALE_ID, optional: true }, { token: MC_LOCALE_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
754
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McLocaleService, providedIn: 'root' }); }
753
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McLocaleService, deps: [{ token: MC_LOCALE_ID, optional: true }, { token: MC_LOCALE_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
754
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McLocaleService, providedIn: 'root' }); }
755
755
  }
756
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McLocaleService, decorators: [{
756
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McLocaleService, decorators: [{
757
757
  type: Injectable,
758
758
  args: [{ providedIn: 'root' }]
759
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
759
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
760
760
  type: Optional
761
761
  }, {
762
762
  type: Inject,
@@ -766,16 +766,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImpor
766
766
  }, {
767
767
  type: Inject,
768
768
  args: [MC_LOCALE_DATA]
769
- }] }]; } });
769
+ }] }] });
770
770
 
771
771
  class McLocaleServiceModule {
772
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McLocaleServiceModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
773
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: McLocaleServiceModule }); }
774
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McLocaleServiceModule, providers: [
772
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McLocaleServiceModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
773
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: McLocaleServiceModule }); }
774
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McLocaleServiceModule, providers: [
775
775
  { provide: MC_LOCALE_SERVICE, useClass: McLocaleService }
776
776
  ] }); }
777
777
  }
778
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McLocaleServiceModule, decorators: [{
778
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McLocaleServiceModule, decorators: [{
779
779
  type: NgModule,
780
780
  args: [{
781
781
  providers: [
@@ -915,17 +915,17 @@ class McDecimalPipe {
915
915
  isSpecialFormatForRULocale(locale, value, grouping) {
916
916
  return ['ru', 'ru-RU'].includes(locale) && grouping === undefined && value < defaultValueForGroupingInRULocale;
917
917
  }
918
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", 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 }); }
919
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: McDecimalPipe, name: "mcNumber", pure: false }); }
920
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McDecimalPipe, providedIn: 'root' }); }
918
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", 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 }); }
919
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: McDecimalPipe, name: "mcNumber", pure: false }); }
920
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McDecimalPipe, providedIn: 'root' }); }
921
921
  }
922
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McDecimalPipe, decorators: [{
922
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McDecimalPipe, decorators: [{
923
923
  type: Injectable,
924
924
  args: [{ providedIn: 'root' }]
925
925
  }, {
926
926
  type: Pipe,
927
927
  args: [{ name: 'mcNumber', pure: false }]
928
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
928
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
929
929
  type: Optional
930
930
  }, {
931
931
  type: Inject,
@@ -940,7 +940,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImpor
940
940
  }, {
941
941
  type: Inject,
942
942
  args: [MC_NUMBER_FORMATTER_OPTIONS]
943
- }] }]; } });
943
+ }] }] });
944
944
  class McTableNumberPipe {
945
945
  constructor(id, localeService, options) {
946
946
  this.id = id;
@@ -991,17 +991,17 @@ class McTableNumberPipe {
991
991
  throw Error(`InvalidPipeArgument: McDecimalPipe for pipe '${JSON.stringify(error.message)}'`);
992
992
  }
993
993
  }
994
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McTableNumberPipe, deps: [{ token: MC_LOCALE_ID, optional: true }, { token: MC_LOCALE_SERVICE, optional: true }, { token: MC_NUMBER_FORMATTER_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
995
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: McTableNumberPipe, name: "mcTableNumber", pure: false }); }
996
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McTableNumberPipe, providedIn: 'root' }); }
994
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McTableNumberPipe, deps: [{ token: MC_LOCALE_ID, optional: true }, { token: MC_LOCALE_SERVICE, optional: true }, { token: MC_NUMBER_FORMATTER_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
995
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: McTableNumberPipe, name: "mcTableNumber", pure: false }); }
996
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McTableNumberPipe, providedIn: 'root' }); }
997
997
  }
998
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McTableNumberPipe, decorators: [{
998
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McTableNumberPipe, decorators: [{
999
999
  type: Injectable,
1000
1000
  args: [{ providedIn: 'root' }]
1001
1001
  }, {
1002
1002
  type: Pipe,
1003
1003
  args: [{ name: 'mcTableNumber', pure: false }]
1004
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
1004
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
1005
1005
  type: Optional
1006
1006
  }, {
1007
1007
  type: Inject,
@@ -1016,7 +1016,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImpor
1016
1016
  }, {
1017
1017
  type: Inject,
1018
1018
  args: [MC_NUMBER_FORMATTER_OPTIONS]
1019
- }] }]; } });
1019
+ }] }] });
1020
1020
  function isWithin(startRange, endRange, valueToCheck) {
1021
1021
  return startRange <= valueToCheck && valueToCheck < endRange;
1022
1022
  }
@@ -1108,17 +1108,17 @@ class McRoundDecimalPipe {
1108
1108
  });
1109
1109
  return currentUnit;
1110
1110
  }
1111
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McRoundDecimalPipe, deps: [{ token: MC_LOCALE_ID, optional: true }, { token: MC_LOCALE_SERVICE, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
1112
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: McRoundDecimalPipe, name: "mcRoundNumber", pure: false }); }
1113
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McRoundDecimalPipe, providedIn: 'root' }); }
1111
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McRoundDecimalPipe, deps: [{ token: MC_LOCALE_ID, optional: true }, { token: MC_LOCALE_SERVICE, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
1112
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: McRoundDecimalPipe, name: "mcRoundNumber", pure: false }); }
1113
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McRoundDecimalPipe, providedIn: 'root' }); }
1114
1114
  }
1115
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McRoundDecimalPipe, decorators: [{
1115
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McRoundDecimalPipe, decorators: [{
1116
1116
  type: Injectable,
1117
1117
  args: [{ providedIn: 'root' }]
1118
1118
  }, {
1119
1119
  type: Pipe,
1120
1120
  args: [{ name: 'mcRoundNumber', pure: false }]
1121
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
1121
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
1122
1122
  type: Optional
1123
1123
  }, {
1124
1124
  type: Inject,
@@ -1128,11 +1128,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImpor
1128
1128
  }, {
1129
1129
  type: Inject,
1130
1130
  args: [MC_LOCALE_SERVICE]
1131
- }] }]; } });
1131
+ }] }] });
1132
1132
 
1133
1133
  class McFormattersModule {
1134
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McFormattersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1135
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: McFormattersModule, declarations: [McDecimalPipe,
1134
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McFormattersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1135
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: McFormattersModule, declarations: [McDecimalPipe,
1136
1136
  McRoundDecimalPipe,
1137
1137
  McTableNumberPipe,
1138
1138
  AbsoluteDateFormatterPipe,
@@ -1163,9 +1163,9 @@ class McFormattersModule {
1163
1163
  RangeDateTimeFormatterPipe,
1164
1164
  RangeShortDateTimeFormatterPipe,
1165
1165
  RangeMiddleDateTimeFormatterPipe] }); }
1166
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McFormattersModule, providers: [{ provide: DateFormatter, deps: [DateAdapter, MC_DATE_LOCALE] }] }); }
1166
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McFormattersModule, providers: [{ provide: DateFormatter, deps: [DateAdapter, MC_DATE_LOCALE] }] }); }
1167
1167
  }
1168
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McFormattersModule, decorators: [{
1168
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McFormattersModule, decorators: [{
1169
1169
  type: NgModule,
1170
1170
  args: [{
1171
1171
  declarations: [
@@ -1226,10 +1226,10 @@ class McFormElement {
1226
1226
  this.hasLegend = this.element.nativeElement.firstElementChild.classList.contains('mc-form__legend');
1227
1227
  }
1228
1228
  }
1229
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McFormElement, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1230
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.5", type: McFormElement, selector: ".mc-form__row, .mc-form__fieldset, .mc-form__legend", host: { properties: { "class.mc-form-row_margin": "margin" } }, queries: [{ propertyName: "elements", predicate: McFormElement }], exportAs: ["mcFormElement"], ngImport: i0 }); }
1229
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McFormElement, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1230
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.0", 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 }); }
1231
1231
  }
1232
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McFormElement, decorators: [{
1232
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McFormElement, decorators: [{
1233
1233
  type: Directive,
1234
1234
  args: [{
1235
1235
  selector: '.mc-form__row, .mc-form__fieldset, .mc-form__legend',
@@ -1238,7 +1238,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImpor
1238
1238
  '[class.mc-form-row_margin]': 'margin'
1239
1239
  }
1240
1240
  }]
1241
- }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { elements: [{
1241
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { elements: [{
1242
1242
  type: ContentChildren,
1243
1243
  args: [McFormElement]
1244
1244
  }] } });
@@ -1255,10 +1255,10 @@ class McForm {
1255
1255
  element.margin = !!(nextElement && !nextElement.hasLegend);
1256
1256
  });
1257
1257
  }
1258
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McForm, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1259
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.5", type: McForm, selector: ".mc-form-vertical, .mc-form-horizontal", host: { classAttribute: "mc-form" }, queries: [{ propertyName: "elements", predicate: McFormElement }], exportAs: ["mcForm"], ngImport: i0 }); }
1258
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McForm, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1259
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.0", type: McForm, selector: ".mc-form-vertical, .mc-form-horizontal", host: { classAttribute: "mc-form" }, queries: [{ propertyName: "elements", predicate: McFormElement }], exportAs: ["mcForm"], ngImport: i0 }); }
1260
1260
  }
1261
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McForm, decorators: [{
1261
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McForm, decorators: [{
1262
1262
  type: Directive,
1263
1263
  args: [{
1264
1264
  selector: '.mc-form-vertical, .mc-form-horizontal',
@@ -1273,13 +1273,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImpor
1273
1273
  }] } });
1274
1274
 
1275
1275
  class McFormsModule {
1276
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McFormsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1277
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: McFormsModule, declarations: [McForm,
1276
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McFormsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1277
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: McFormsModule, declarations: [McForm,
1278
1278
  McFormElement], exports: [McForm,
1279
1279
  McFormElement] }); }
1280
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McFormsModule }); }
1280
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McFormsModule }); }
1281
1281
  }
1282
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McFormsModule, decorators: [{
1282
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McFormsModule, decorators: [{
1283
1283
  type: NgModule,
1284
1284
  args: [{
1285
1285
  exports: [
@@ -1306,20 +1306,20 @@ class McHighlightPipe {
1306
1306
  }
1307
1307
  return value.replace(new RegExp(`(${escapeRegExp(args)})`, 'gi'), '<mark class="mc-highlight">$1</mark>');
1308
1308
  }
1309
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McHighlightPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
1310
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: McHighlightPipe, name: "mcHighlight" }); }
1309
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McHighlightPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
1310
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: McHighlightPipe, name: "mcHighlight" }); }
1311
1311
  }
1312
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McHighlightPipe, decorators: [{
1312
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McHighlightPipe, decorators: [{
1313
1313
  type: Pipe,
1314
1314
  args: [{ name: 'mcHighlight' }]
1315
1315
  }] });
1316
1316
 
1317
1317
  class McHighlightModule {
1318
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McHighlightModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1319
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: McHighlightModule, declarations: [McHighlightPipe], imports: [CommonModule], exports: [McHighlightPipe] }); }
1320
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McHighlightModule, imports: [CommonModule] }); }
1318
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McHighlightModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1319
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: McHighlightModule, declarations: [McHighlightPipe], imports: [CommonModule], exports: [McHighlightPipe] }); }
1320
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McHighlightModule, imports: [CommonModule] }); }
1321
1321
  }
1322
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McHighlightModule, decorators: [{
1322
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McHighlightModule, decorators: [{
1323
1323
  type: NgModule,
1324
1324
  args: [{
1325
1325
  imports: [CommonModule],
@@ -1337,10 +1337,10 @@ const MC_LABEL_GLOBAL_OPTIONS = new InjectionToken('mc-label-global-options');
1337
1337
  * counted by checking the query list's length.
1338
1338
  */
1339
1339
  class McLine {
1340
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McLine, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1341
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.5", type: McLine, selector: "[mc-line], [mcLine]", host: { classAttribute: "mc-line" }, ngImport: i0 }); }
1340
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McLine, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1341
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.0", type: McLine, selector: "[mc-line], [mcLine]", host: { classAttribute: "mc-line" }, ngImport: i0 }); }
1342
1342
  }
1343
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McLine, decorators: [{
1343
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McLine, decorators: [{
1344
1344
  type: Directive,
1345
1345
  args: [{
1346
1346
  selector: '[mc-line], [mcLine]',
@@ -1386,11 +1386,11 @@ class McLineSetter {
1386
1386
  }
1387
1387
  }
1388
1388
  class McLineModule {
1389
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McLineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1390
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: McLineModule, declarations: [McLine], exports: [McLine] }); }
1391
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McLineModule }); }
1389
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McLineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1390
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: McLineModule, declarations: [McLine], exports: [McLine] }); }
1391
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McLineModule }); }
1392
1392
  }
1393
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McLineModule, decorators: [{
1393
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McLineModule, decorators: [{
1394
1394
  type: NgModule,
1395
1395
  args: [{
1396
1396
  imports: [],
@@ -1416,15 +1416,15 @@ class McOptgroup extends McOptgroupMixinBase {
1416
1416
  /** Unique id for the underlying label. */
1417
1417
  this.labelId = `mc-optgroup-label-${uniqueOptgroupIdCounter++}`;
1418
1418
  }
1419
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McOptgroup, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
1420
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.5", type: McOptgroup, selector: "mc-optgroup", inputs: { disabled: "disabled", label: "label" }, host: { properties: { "class.mc-disabled": "disabled" }, classAttribute: "mc-optgroup" }, exportAs: ["mcOptgroup"], usesInheritance: true, ngImport: i0, template: "<label class=\"mc-optgroup-label\" [id]=\"labelId\">{{ label }}</label>\n<ng-content select=\"mc-option, mc-list-option, mc-timezone-option, ng-container\"></ng-content>\n", styles: [".mc-optgroup-label{padding-left:var(--mc-optgroup-size-padding-left, 12px);-webkit-user-select:none;user-select:none;cursor:default}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
1419
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McOptgroup, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
1420
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.0", 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, 12px);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
1421
1421
  }
1422
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McOptgroup, decorators: [{
1422
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McOptgroup, decorators: [{
1423
1423
  type: Component,
1424
1424
  args: [{ selector: 'mc-optgroup', exportAs: 'mcOptgroup', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, inputs: ['disabled'], host: {
1425
1425
  class: 'mc-optgroup',
1426
1426
  '[class.mc-disabled]': 'disabled'
1427
- }, 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, 12px);-webkit-user-select:none;user-select:none;cursor:default}\n"] }]
1427
+ }, 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, 12px);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}\n"] }]
1428
1428
  }], propDecorators: { label: [{
1429
1429
  type: Input
1430
1430
  }] } });
@@ -1457,10 +1457,10 @@ class McPseudoCheckbox extends McPseudoCheckboxMixinBase {
1457
1457
  this.state = 'unchecked';
1458
1458
  this.disabled = false;
1459
1459
  }
1460
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McPseudoCheckbox, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
1461
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.5", type: McPseudoCheckbox, selector: "mc-pseudo-checkbox", inputs: { color: "color", state: "state", disabled: "disabled" }, host: { properties: { "class.mc-indeterminate": "state === \"indeterminate\"", "class.mc-checked": "state === \"checked\"", "class.mc-disabled": "disabled" }, classAttribute: "mc-pseudo-checkbox" }, usesInheritance: true, ngImport: i0, template: "<i class=\"mc-checkbox-checkmark mc mc-check_16\"></i>\n<i class=\"mc-checkbox-mixedmark mc mc-minus_16\"></i>\n", styles: [".mc-pseudo-checkbox{position:relative;display:inline-flex;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;align-items:center;justify-content:center}.mc-pseudo-checkbox .mc-checkbox-checkmark,.mc-pseudo-checkbox .mc-checkbox-mixedmark{display:none}.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 }); }
1460
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McPseudoCheckbox, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
1461
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.0", 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-flex;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;align-items:center;justify-content:center}.mc-pseudo-checkbox .mc-checkbox-checkmark,.mc-pseudo-checkbox .mc-checkbox-mixedmark{display:none}.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 }); }
1462
1462
  }
1463
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McPseudoCheckbox, decorators: [{
1463
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McPseudoCheckbox, decorators: [{
1464
1464
  type: Component,
1465
1465
  args: [{ selector: 'mc-pseudo-checkbox', host: {
1466
1466
  class: 'mc-pseudo-checkbox',
@@ -1468,7 +1468,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImpor
1468
1468
  '[class.mc-checked]': 'state === "checked"',
1469
1469
  '[class.mc-disabled]': 'disabled'
1470
1470
  }, preserveWhitespaces: false, inputs: ['color'], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, 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-flex;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;align-items:center;justify-content:center}.mc-pseudo-checkbox .mc-checkbox-checkmark,.mc-pseudo-checkbox .mc-checkbox-mixedmark{display:none}.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"] }]
1471
- }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { state: [{
1471
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
1472
1472
  type: Input
1473
1473
  }], disabled: [{
1474
1474
  type: Input
@@ -1684,12 +1684,12 @@ class McOption extends McOptionBase {
1684
1684
  getHostElement() {
1685
1685
  return this.element.nativeElement;
1686
1686
  }
1687
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McOption, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: MC_OPTION_PARENT_COMPONENT, optional: true }, { token: McOptgroup, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
1688
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.5", type: McOption, selector: "mc-option", inputs: { value: "value", showCheckbox: "showCheckbox", disabled: "disabled" }, outputs: { onSelectionChange: "onSelectionChange" }, host: { listeners: { "click": "selectViaInteraction()", "keydown": "handleKeydown($event)" }, properties: { "attr.tabindex": "getTabIndex()", "class.mc-selected": "selected", "class.mc-option-multiple": "multiple", "class.mc-active": "active", "class.mc-disabled": "disabled", "id": "id" }, classAttribute: "mc-option" }, providers: [{
1687
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", 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 }); }
1688
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.0", 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: [{
1689
1689
  provide: MC_TITLE_TEXT_REF, useExisting: McOption
1690
1690
  }], viewQueries: [{ propertyName: "textElement", first: true, predicate: ["mcTitleText"], descendants: true }], exportAs: ["mcOption"], usesInheritance: true, 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, 10px);padding-right:var(--mc-option-size-horizontal-padding, 10px);-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 }); }
1691
1691
  }
1692
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McOption, decorators: [{
1692
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McOption, decorators: [{
1693
1693
  type: Component,
1694
1694
  args: [{ selector: 'mc-option', exportAs: 'mcOption', host: {
1695
1695
  '[attr.tabindex]': 'getTabIndex()',
@@ -1704,14 +1704,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImpor
1704
1704
  }, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [{
1705
1705
  provide: MC_TITLE_TEXT_REF, useExisting: McOption
1706
1706
  }], 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, 10px);padding-right:var(--mc-option-size-horizontal-padding, 10px);-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"] }]
1707
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: undefined, decorators: [{
1707
+ }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: undefined, decorators: [{
1708
1708
  type: Optional
1709
1709
  }, {
1710
1710
  type: Inject,
1711
1711
  args: [MC_OPTION_PARENT_COMPONENT]
1712
1712
  }] }, { type: McOptgroup, decorators: [{
1713
1713
  type: Optional
1714
- }] }]; }, propDecorators: { textElement: [{
1714
+ }] }], propDecorators: { textElement: [{
1715
1715
  type: ViewChild,
1716
1716
  args: ['mcTitleText', { static: false }]
1717
1717
  }], value: [{
@@ -1843,15 +1843,15 @@ class McOptionActionComponent extends McOptionActionMixinBase {
1843
1843
  this.option.tooltipTrigger.disabled = true;
1844
1844
  setTimeout(() => this.option.tooltipTrigger.disabled = false);
1845
1845
  }
1846
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McOptionActionComponent, deps: [{ token: i0.ElementRef }, { token: i1$1.FocusMonitor }, { token: MC_OPTION_ACTION_PARENT }], target: i0.ɵɵFactoryTarget.Component }); }
1847
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.5", type: McOptionActionComponent, selector: "mc-option-action", inputs: { disabled: "disabled" }, host: { listeners: { "focus": "onFocus($event)", "blur": "onBlur()", "click": "onClick($event)", "keydown": "onKeyDown($event)" }, properties: { "class.mc-expanded": "false", "attr.disabled": "disabled || null", "attr.tabIndex": "-1" }, classAttribute: "mc-option-action" }, queries: [{ propertyName: "customIcon", first: true, predicate: ["customIcon"], descendants: true }], exportAs: ["mcOptionAction"], usesInheritance: true, ngImport: i0, template: `
1846
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McOptionActionComponent, deps: [{ token: i0.ElementRef }, { token: i1$1.FocusMonitor }, { token: MC_OPTION_ACTION_PARENT }], target: i0.ɵɵFactoryTarget.Component }); }
1847
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.0", 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: `
1848
1848
  <ng-container [ngSwitch]="!!customIcon">
1849
1849
  <i class="mc mc-icon mc-ellipsis_16" *ngSwitchCase="false"></i>
1850
1850
  <ng-content select="[mc-icon]" *ngSwitchCase="true"></ng-content>
1851
1851
  </ng-container>
1852
1852
  `, 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 }); }
1853
1853
  }
1854
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McOptionActionComponent, decorators: [{
1854
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McOptionActionComponent, decorators: [{
1855
1855
  type: Component,
1856
1856
  args: [{ selector: 'mc-option-action', exportAs: 'mcOptionAction', template: `
1857
1857
  <ng-container [ngSwitch]="!!customIcon">
@@ -1868,10 +1868,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImpor
1868
1868
  '(click)': 'onClick($event)',
1869
1869
  '(keydown)': 'onKeyDown($event)'
1870
1870
  }, inputs: ['disabled'], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, 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"] }]
1871
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1$1.FocusMonitor }, { type: undefined, decorators: [{
1871
+ }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1$1.FocusMonitor }, { type: undefined, decorators: [{
1872
1872
  type: Inject,
1873
1873
  args: [MC_OPTION_ACTION_PARENT]
1874
- }] }]; }, propDecorators: { customIcon: [{
1874
+ }] }], propDecorators: { customIcon: [{
1875
1875
  type: ContentChild,
1876
1876
  args: ['customIcon']
1877
1877
  }] } });
@@ -1883,11 +1883,11 @@ var MultipleMode;
1883
1883
  })(MultipleMode || (MultipleMode = {}));
1884
1884
 
1885
1885
  class McPseudoCheckboxModule {
1886
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McPseudoCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1887
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: McPseudoCheckboxModule, declarations: [McPseudoCheckbox], imports: [CommonModule], exports: [McPseudoCheckbox] }); }
1888
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McPseudoCheckboxModule, imports: [CommonModule] }); }
1886
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McPseudoCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1887
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: McPseudoCheckboxModule, declarations: [McPseudoCheckbox], imports: [CommonModule], exports: [McPseudoCheckbox] }); }
1888
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McPseudoCheckboxModule, imports: [CommonModule] }); }
1889
1889
  }
1890
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McPseudoCheckboxModule, decorators: [{
1890
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McPseudoCheckboxModule, decorators: [{
1891
1891
  type: NgModule,
1892
1892
  args: [{
1893
1893
  imports: [CommonModule],
@@ -1897,11 +1897,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImpor
1897
1897
  }] });
1898
1898
 
1899
1899
  class McOptionModule {
1900
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McOptionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1901
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: McOptionModule, declarations: [McOption, McOptgroup, McOptionActionComponent], imports: [CommonModule, McPseudoCheckboxModule], exports: [McOption, McOptgroup, McOptionActionComponent] }); }
1902
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McOptionModule, imports: [CommonModule, McPseudoCheckboxModule] }); }
1900
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McOptionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1901
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: McOptionModule, declarations: [McOption, McOptgroup, McOptionActionComponent], imports: [CommonModule, McPseudoCheckboxModule], exports: [McOption, McOptgroup, McOptionActionComponent] }); }
1902
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McOptionModule, imports: [CommonModule, McPseudoCheckboxModule] }); }
1903
1903
  }
1904
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McOptionModule, decorators: [{
1904
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McOptionModule, decorators: [{
1905
1905
  type: NgModule,
1906
1906
  args: [{
1907
1907
  imports: [CommonModule, McPseudoCheckboxModule],
@@ -2287,12 +2287,12 @@ class McPopUp {
2287
2287
  this.hide(0);
2288
2288
  }
2289
2289
  }
2290
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McPopUp, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive }); }
2291
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.5", type: McPopUp, ngImport: i0 }); }
2290
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McPopUp, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive }); }
2291
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.0", type: McPopUp, ngImport: i0 }); }
2292
2292
  }
2293
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McPopUp, decorators: [{
2293
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McPopUp, decorators: [{
2294
2294
  type: Directive
2295
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; } });
2295
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }] });
2296
2296
 
2297
2297
  // tslint:disable-next-line:naming-convention
2298
2298
  class McPopUpTrigger {
@@ -2530,12 +2530,12 @@ class McPopUpTrigger {
2530
2530
  this.hide();
2531
2531
  });
2532
2532
  }
2533
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McPopUpTrigger, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive }); }
2534
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.5", type: McPopUpTrigger, ngImport: i0 }); }
2533
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McPopUpTrigger, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive }); }
2534
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.0", type: McPopUpTrigger, ngImport: i0 }); }
2535
2535
  }
2536
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McPopUpTrigger, decorators: [{
2536
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McPopUpTrigger, decorators: [{
2537
2537
  type: Directive
2538
- }], 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 }]; } });
2538
+ }], ctorParameters: () => [{ type: i1$2.Overlay }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i1$2.ScrollDispatcher }, { type: i0.ViewContainerRef }, { type: undefined }, { type: i2$1.Directionality }] });
2539
2539
 
2540
2540
  const selectEvents = 'selectEvents';
2541
2541
 
@@ -2622,18 +2622,18 @@ class McMeasureScrollbarService {
2622
2622
  this.document.body.removeChild(scrollDiv);
2623
2623
  this._scrollBarWidth = width;
2624
2624
  }
2625
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McMeasureScrollbarService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
2626
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McMeasureScrollbarService, providedIn: 'root' }); }
2625
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McMeasureScrollbarService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
2626
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McMeasureScrollbarService, providedIn: 'root' }); }
2627
2627
  }
2628
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McMeasureScrollbarService, decorators: [{
2628
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McMeasureScrollbarService, decorators: [{
2629
2629
  type: Injectable,
2630
2630
  args: [{
2631
2631
  providedIn: 'root'
2632
2632
  }]
2633
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
2633
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
2634
2634
  type: Inject,
2635
2635
  args: [DOCUMENT]
2636
- }] }]; } });
2636
+ }] }] });
2637
2637
 
2638
2638
  function isBoolean(val) { return typeof val === 'boolean'; }
2639
2639
  function toBoolean(value) {
@@ -2716,21 +2716,21 @@ class McDataSizePipe {
2716
2716
  const { value, unit } = formatDataSize(source, measurementSystem, precision);
2717
2717
  return `${value} ${unit}`;
2718
2718
  }
2719
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McDataSizePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
2720
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: McDataSizePipe, name: "mcDataSize" }); }
2719
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McDataSizePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
2720
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: McDataSizePipe, name: "mcDataSize" }); }
2721
2721
  }
2722
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McDataSizePipe, decorators: [{
2722
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McDataSizePipe, decorators: [{
2723
2723
  type: Pipe,
2724
2724
  args: [{
2725
2725
  name: 'mcDataSize'
2726
2726
  }]
2727
2727
  }] });
2728
2728
  class McDataSizeModule {
2729
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McDataSizeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2730
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: McDataSizeModule, declarations: [McDataSizePipe], exports: [McDataSizePipe] }); }
2731
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McDataSizeModule }); }
2729
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McDataSizeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2730
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: McDataSizeModule, declarations: [McDataSizePipe], exports: [McDataSizePipe] }); }
2731
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McDataSizeModule }); }
2732
2732
  }
2733
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McDataSizeModule, decorators: [{
2733
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McDataSizeModule, decorators: [{
2734
2734
  type: NgModule,
2735
2735
  args: [{
2736
2736
  imports: [],
@@ -2743,7 +2743,7 @@ const validationTooltipShowDelay = 10;
2743
2743
  const validationTooltipHideDelay = 3000;
2744
2744
  const MC_VALIDATION = new InjectionToken('McUseValidation', { factory: () => ({ useValidation: true }) });
2745
2745
 
2746
- const VERSION = new Version('16.4.1+sha-dadc53f');
2746
+ const VERSION = new Version('17.1.0+sha-b980bfe');
2747
2747
 
2748
2748
  /**
2749
2749
  * Generated bundle index. Do not edit.