@ptsecurity/mosaic 12.1.0 → 12.2.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 (290) hide show
  1. package/_theming.scss +14 -1
  2. package/_visual.scss +9 -6
  3. package/bundles/ptsecurity-mosaic-autocomplete.umd.js +18 -20
  4. package/bundles/ptsecurity-mosaic-autocomplete.umd.js.map +1 -1
  5. package/bundles/ptsecurity-mosaic-button-toggle.umd.js +15 -17
  6. package/bundles/ptsecurity-mosaic-button-toggle.umd.js.map +1 -1
  7. package/bundles/ptsecurity-mosaic-button.umd.js +17 -19
  8. package/bundles/ptsecurity-mosaic-button.umd.js.map +1 -1
  9. package/bundles/ptsecurity-mosaic-card.umd.js +11 -13
  10. package/bundles/ptsecurity-mosaic-card.umd.js.map +1 -1
  11. package/bundles/ptsecurity-mosaic-checkbox.umd.js +14 -16
  12. package/bundles/ptsecurity-mosaic-checkbox.umd.js.map +1 -1
  13. package/bundles/ptsecurity-mosaic-core.umd.js +122 -166
  14. package/bundles/ptsecurity-mosaic-core.umd.js.map +1 -1
  15. package/bundles/ptsecurity-mosaic-datepicker.umd.js +45 -47
  16. package/bundles/ptsecurity-mosaic-datepicker.umd.js.map +1 -1
  17. package/bundles/ptsecurity-mosaic-design-tokens.umd.js +3 -3
  18. package/bundles/ptsecurity-mosaic-divider.umd.js +11 -13
  19. package/bundles/ptsecurity-mosaic-divider.umd.js.map +1 -1
  20. package/bundles/ptsecurity-mosaic-dropdown.umd.js +20 -22
  21. package/bundles/ptsecurity-mosaic-dropdown.umd.js.map +1 -1
  22. package/bundles/ptsecurity-mosaic-form-field.umd.js +737 -738
  23. package/bundles/ptsecurity-mosaic-form-field.umd.js.map +1 -1
  24. package/bundles/ptsecurity-mosaic-icon.umd.js +14 -16
  25. package/bundles/ptsecurity-mosaic-icon.umd.js.map +1 -1
  26. package/bundles/ptsecurity-mosaic-input.umd.js +45 -33
  27. package/bundles/ptsecurity-mosaic-input.umd.js.map +1 -1
  28. package/bundles/ptsecurity-mosaic-link.umd.js +11 -13
  29. package/bundles/ptsecurity-mosaic-link.umd.js.map +1 -1
  30. package/bundles/ptsecurity-mosaic-list.umd.js +31 -25
  31. package/bundles/ptsecurity-mosaic-list.umd.js.map +1 -1
  32. package/bundles/ptsecurity-mosaic-modal.umd.js +40 -39
  33. package/bundles/ptsecurity-mosaic-modal.umd.js.map +1 -1
  34. package/bundles/ptsecurity-mosaic-navbar.umd.js +39 -41
  35. package/bundles/ptsecurity-mosaic-navbar.umd.js.map +1 -1
  36. package/bundles/ptsecurity-mosaic-popover.umd.js +204 -29
  37. package/bundles/ptsecurity-mosaic-popover.umd.js.map +1 -1
  38. package/bundles/ptsecurity-mosaic-progress-bar.umd.js +12 -14
  39. package/bundles/ptsecurity-mosaic-progress-bar.umd.js.map +1 -1
  40. package/bundles/ptsecurity-mosaic-progress-spinner.umd.js +12 -14
  41. package/bundles/ptsecurity-mosaic-progress-spinner.umd.js.map +1 -1
  42. package/bundles/ptsecurity-mosaic-radio.umd.js +14 -16
  43. package/bundles/ptsecurity-mosaic-radio.umd.js.map +1 -1
  44. package/bundles/ptsecurity-mosaic-select.umd.js +22 -24
  45. package/bundles/ptsecurity-mosaic-select.umd.js.map +1 -1
  46. package/bundles/ptsecurity-mosaic-sidebar.umd.js +17 -19
  47. package/bundles/ptsecurity-mosaic-sidebar.umd.js.map +1 -1
  48. package/bundles/ptsecurity-mosaic-sidepanel.umd.js +62 -58
  49. package/bundles/ptsecurity-mosaic-sidepanel.umd.js.map +1 -1
  50. package/bundles/ptsecurity-mosaic-splitter.umd.js +17 -19
  51. package/bundles/ptsecurity-mosaic-splitter.umd.js.map +1 -1
  52. package/bundles/ptsecurity-mosaic-table.umd.js +11 -13
  53. package/bundles/ptsecurity-mosaic-table.umd.js.map +1 -1
  54. package/bundles/ptsecurity-mosaic-tabs.umd.js +56 -58
  55. package/bundles/ptsecurity-mosaic-tabs.umd.js.map +1 -1
  56. package/bundles/ptsecurity-mosaic-tags.umd.js +27 -29
  57. package/bundles/ptsecurity-mosaic-tags.umd.js.map +1 -1
  58. package/bundles/ptsecurity-mosaic-textarea.umd.js +12 -14
  59. package/bundles/ptsecurity-mosaic-textarea.umd.js.map +1 -1
  60. package/bundles/ptsecurity-mosaic-timepicker.umd.js +13 -15
  61. package/bundles/ptsecurity-mosaic-timepicker.umd.js.map +1 -1
  62. package/bundles/ptsecurity-mosaic-toggle.umd.js +11 -13
  63. package/bundles/ptsecurity-mosaic-toggle.umd.js.map +1 -1
  64. package/bundles/ptsecurity-mosaic-tooltip.umd.js +72 -23
  65. package/bundles/ptsecurity-mosaic-tooltip.umd.js.map +1 -1
  66. package/bundles/ptsecurity-mosaic-tree-select.umd.js +16 -18
  67. package/bundles/ptsecurity-mosaic-tree-select.umd.js.map +1 -1
  68. package/bundles/ptsecurity-mosaic-tree.umd.js +44 -52
  69. package/bundles/ptsecurity-mosaic-tree.umd.js.map +1 -1
  70. package/bundles/ptsecurity-mosaic.umd.js +2 -2
  71. package/core/pop-up/pop-up-trigger.d.ts +9 -12
  72. package/esm2015/autocomplete/autocomplete-origin.directive.js +4 -4
  73. package/esm2015/autocomplete/autocomplete-trigger.directive.js +4 -4
  74. package/esm2015/autocomplete/autocomplete.component.js +4 -4
  75. package/esm2015/autocomplete/autocomplete.module.js +5 -5
  76. package/esm2015/button/button.component.js +10 -10
  77. package/esm2015/button/button.module.js +5 -5
  78. package/esm2015/button-toggle/button-toggle.component.js +7 -7
  79. package/esm2015/button-toggle/button-toggle.module.js +5 -5
  80. package/esm2015/card/card.component.js +4 -4
  81. package/esm2015/card/card.module.js +5 -5
  82. package/esm2015/checkbox/checkbox-module.js +5 -5
  83. package/esm2015/checkbox/checkbox-required-validator.js +4 -4
  84. package/esm2015/checkbox/checkbox.js +4 -4
  85. package/esm2015/core/common-behaviors/common-module.js +5 -5
  86. package/esm2015/core/error/error-options.js +7 -7
  87. package/esm2015/core/formatters/date/formatter.js +6 -5
  88. package/esm2015/core/formatters/index.js +5 -5
  89. package/esm2015/core/formatters/number/formatter.js +5 -5
  90. package/esm2015/core/forms/forms-module.js +5 -5
  91. package/esm2015/core/forms/forms.directive.js +7 -7
  92. package/esm2015/core/highlight/highlight.pipe.js +4 -4
  93. package/esm2015/core/highlight/index.js +5 -5
  94. package/esm2015/core/line/line.js +8 -8
  95. package/esm2015/core/option/action.js +4 -4
  96. package/esm2015/core/option/optgroup.js +4 -4
  97. package/esm2015/core/option/option-module.js +5 -5
  98. package/esm2015/core/option/option.js +4 -4
  99. package/esm2015/core/pop-up/pop-up-trigger.js +32 -64
  100. package/esm2015/core/pop-up/pop-up.js +4 -4
  101. package/esm2015/core/selection/pseudo-checkbox/pseudo-checkbox.js +4 -4
  102. package/esm2015/core/selection/pseudo-checkbox/pseudo-checkbox.module.js +5 -5
  103. package/esm2015/core/services/measure-scrollbar.service.js +4 -4
  104. package/esm2015/datepicker/calendar-body.component.js +4 -4
  105. package/esm2015/datepicker/calendar.component.js +7 -7
  106. package/esm2015/datepicker/datepicker-input.directive.js +4 -4
  107. package/esm2015/datepicker/datepicker-intl.js +4 -4
  108. package/esm2015/datepicker/datepicker-module.js +5 -5
  109. package/esm2015/datepicker/datepicker-toggle.component.js +7 -7
  110. package/esm2015/datepicker/datepicker.component.js +7 -7
  111. package/esm2015/datepicker/month-view.component.js +4 -4
  112. package/esm2015/datepicker/multi-year-view.component.js +4 -4
  113. package/esm2015/datepicker/year-view.component.js +4 -4
  114. package/esm2015/divider/divider.component.js +4 -4
  115. package/esm2015/divider/divider.module.js +5 -5
  116. package/esm2015/dropdown/dropdown-content.directive.js +4 -4
  117. package/esm2015/dropdown/dropdown-item.component.js +4 -4
  118. package/esm2015/dropdown/dropdown-trigger.directive.js +4 -4
  119. package/esm2015/dropdown/dropdown.component.js +4 -4
  120. package/esm2015/dropdown/dropdown.module.js +5 -5
  121. package/esm2015/form-field/cleaner.js +9 -5
  122. package/esm2015/form-field/form-field.js +7 -7
  123. package/esm2015/form-field/form-field.module.js +5 -5
  124. package/esm2015/form-field/hint.js +4 -4
  125. package/esm2015/form-field/prefix.js +4 -4
  126. package/esm2015/form-field/stepper.js +4 -4
  127. package/esm2015/form-field/suffix.js +4 -4
  128. package/esm2015/icon/icon.component.js +7 -7
  129. package/esm2015/icon/icon.module.js +5 -5
  130. package/esm2015/input/input-number-validators.js +28 -14
  131. package/esm2015/input/input-number.js +4 -4
  132. package/esm2015/input/input.js +7 -7
  133. package/esm2015/input/input.module.js +5 -5
  134. package/esm2015/link/link.component.js +4 -4
  135. package/esm2015/link/link.module.js +5 -5
  136. package/esm2015/list/list-selection.component.js +18 -10
  137. package/esm2015/list/list.component.js +7 -7
  138. package/esm2015/list/list.module.js +5 -5
  139. package/esm2015/modal/css-unit.pipe.js +4 -4
  140. package/esm2015/modal/modal-control.service.js +4 -4
  141. package/esm2015/modal/modal.component.js +6 -4
  142. package/esm2015/modal/modal.directive.js +13 -13
  143. package/esm2015/modal/modal.module.js +9 -7
  144. package/esm2015/modal/modal.service.js +4 -4
  145. package/esm2015/navbar/navbar-item.component.js +19 -19
  146. package/esm2015/navbar/navbar.component.js +7 -7
  147. package/esm2015/navbar/navbar.module.js +5 -5
  148. package/esm2015/navbar/vertical-navbar.component.js +7 -7
  149. package/esm2015/popover/popover-confirm.component.js +115 -0
  150. package/esm2015/popover/popover.component.js +52 -15
  151. package/esm2015/popover/popover.module.js +12 -10
  152. package/esm2015/popover/public-api.js +2 -1
  153. package/esm2015/progress-bar/progress-bar.component.js +4 -4
  154. package/esm2015/progress-bar/progress-bar.module.js +5 -5
  155. package/esm2015/progress-spinner/progress-spinner.component.js +4 -4
  156. package/esm2015/progress-spinner/progress-spinner.module.js +5 -5
  157. package/esm2015/radio/radio.component.js +7 -7
  158. package/esm2015/radio/radio.module.js +5 -5
  159. package/esm2015/select/select.component.js +14 -14
  160. package/esm2015/select/select.module.js +5 -5
  161. package/esm2015/sidebar/sidebar.component.js +10 -10
  162. package/esm2015/sidebar/sidebar.module.js +5 -5
  163. package/esm2015/sidepanel/sidepanel-container.component.js +14 -13
  164. package/esm2015/sidepanel/sidepanel-directives.js +22 -18
  165. package/esm2015/sidepanel/sidepanel.module.js +12 -8
  166. package/esm2015/sidepanel/sidepanel.service.js +6 -5
  167. package/esm2015/splitter/splitter.component.js +10 -10
  168. package/esm2015/splitter/splitter.module.js +5 -5
  169. package/esm2015/table/table.component.js +4 -4
  170. package/esm2015/table/table.module.js +5 -5
  171. package/esm2015/tabs/paginated-tab-header.js +4 -4
  172. package/esm2015/tabs/tab-body.component.js +7 -7
  173. package/esm2015/tabs/tab-content.directive.js +4 -4
  174. package/esm2015/tabs/tab-group.component.js +19 -19
  175. package/esm2015/tabs/tab-header.component.js +4 -4
  176. package/esm2015/tabs/tab-label-wrapper.directive.js +4 -4
  177. package/esm2015/tabs/tab-label.directive.js +4 -4
  178. package/esm2015/tabs/tab-nav-bar/tab-nav-bar.js +7 -7
  179. package/esm2015/tabs/tab.component.js +4 -4
  180. package/esm2015/tabs/tabs.module.js +5 -5
  181. package/esm2015/tags/tag-input.js +4 -4
  182. package/esm2015/tags/tag-list.component.js +4 -4
  183. package/esm2015/tags/tag.component.js +13 -13
  184. package/esm2015/tags/tag.module.js +5 -5
  185. package/esm2015/textarea/textarea.component.js +4 -4
  186. package/esm2015/textarea/textarea.module.js +5 -5
  187. package/esm2015/timepicker/timepicker.directive.js +6 -6
  188. package/esm2015/timepicker/timepicker.module.js +5 -5
  189. package/esm2015/toggle/toggle.component.js +4 -4
  190. package/esm2015/toggle/toggle.module.js +5 -5
  191. package/esm2015/tooltip/tooltip.component.js +55 -16
  192. package/esm2015/tooltip/tooltip.module.js +5 -5
  193. package/esm2015/tree/node.js +4 -4
  194. package/esm2015/tree/outlet.js +4 -4
  195. package/esm2015/tree/padding.directive.js +5 -8
  196. package/esm2015/tree/toggle.js +10 -10
  197. package/esm2015/tree/tree-base.js +7 -7
  198. package/esm2015/tree/tree-option.component.js +5 -5
  199. package/esm2015/tree/tree-selection.component.js +4 -4
  200. package/esm2015/tree/tree.js +4 -4
  201. package/esm2015/tree/tree.module.js +5 -8
  202. package/esm2015/tree-select/tree-select.component.js +8 -8
  203. package/esm2015/tree-select/tree-select.module.js +5 -5
  204. package/fesm2015/ptsecurity-mosaic-autocomplete.js +13 -13
  205. package/fesm2015/ptsecurity-mosaic-autocomplete.js.map +1 -1
  206. package/fesm2015/ptsecurity-mosaic-button-toggle.js +10 -10
  207. package/fesm2015/ptsecurity-mosaic-button-toggle.js.map +1 -1
  208. package/fesm2015/ptsecurity-mosaic-button.js +13 -13
  209. package/fesm2015/ptsecurity-mosaic-button.js.map +1 -1
  210. package/fesm2015/ptsecurity-mosaic-card.js +7 -7
  211. package/fesm2015/ptsecurity-mosaic-card.js.map +1 -1
  212. package/fesm2015/ptsecurity-mosaic-checkbox.js +10 -10
  213. package/fesm2015/ptsecurity-mosaic-checkbox.js.map +1 -1
  214. package/fesm2015/ptsecurity-mosaic-core.js +102 -134
  215. package/fesm2015/ptsecurity-mosaic-core.js.map +1 -1
  216. package/fesm2015/ptsecurity-mosaic-datepicker.js +40 -40
  217. package/fesm2015/ptsecurity-mosaic-datepicker.js.map +1 -1
  218. package/fesm2015/ptsecurity-mosaic-divider.js +7 -7
  219. package/fesm2015/ptsecurity-mosaic-divider.js.map +1 -1
  220. package/fesm2015/ptsecurity-mosaic-dropdown.js +16 -16
  221. package/fesm2015/ptsecurity-mosaic-dropdown.js.map +1 -1
  222. package/fesm2015/ptsecurity-mosaic-form-field.js +30 -27
  223. package/fesm2015/ptsecurity-mosaic-form-field.js.map +1 -1
  224. package/fesm2015/ptsecurity-mosaic-icon.js +10 -10
  225. package/fesm2015/ptsecurity-mosaic-icon.js.map +1 -1
  226. package/fesm2015/ptsecurity-mosaic-input.js +40 -26
  227. package/fesm2015/ptsecurity-mosaic-input.js.map +1 -1
  228. package/fesm2015/ptsecurity-mosaic-link.js +7 -7
  229. package/fesm2015/ptsecurity-mosaic-link.js.map +1 -1
  230. package/fesm2015/ptsecurity-mosaic-list.js +27 -19
  231. package/fesm2015/ptsecurity-mosaic-list.js.map +1 -1
  232. package/fesm2015/ptsecurity-mosaic-modal.js +34 -30
  233. package/fesm2015/ptsecurity-mosaic-modal.js.map +1 -1
  234. package/fesm2015/ptsecurity-mosaic-navbar.js +34 -34
  235. package/fesm2015/ptsecurity-mosaic-navbar.js.map +1 -1
  236. package/fesm2015/ptsecurity-mosaic-popover.js +167 -25
  237. package/fesm2015/ptsecurity-mosaic-popover.js.map +1 -1
  238. package/fesm2015/ptsecurity-mosaic-progress-bar.js +7 -7
  239. package/fesm2015/ptsecurity-mosaic-progress-bar.js.map +1 -1
  240. package/fesm2015/ptsecurity-mosaic-progress-spinner.js +7 -7
  241. package/fesm2015/ptsecurity-mosaic-progress-spinner.js.map +1 -1
  242. package/fesm2015/ptsecurity-mosaic-radio.js +10 -10
  243. package/fesm2015/ptsecurity-mosaic-radio.js.map +1 -1
  244. package/fesm2015/ptsecurity-mosaic-select.js +17 -17
  245. package/fesm2015/ptsecurity-mosaic-select.js.map +1 -1
  246. package/fesm2015/ptsecurity-mosaic-sidebar.js +13 -13
  247. package/fesm2015/ptsecurity-mosaic-sidebar.js.map +1 -1
  248. package/fesm2015/ptsecurity-mosaic-sidepanel.js +50 -41
  249. package/fesm2015/ptsecurity-mosaic-sidepanel.js.map +1 -1
  250. package/fesm2015/ptsecurity-mosaic-splitter.js +13 -13
  251. package/fesm2015/ptsecurity-mosaic-splitter.js.map +1 -1
  252. package/fesm2015/ptsecurity-mosaic-table.js +7 -7
  253. package/fesm2015/ptsecurity-mosaic-table.js.map +1 -1
  254. package/fesm2015/ptsecurity-mosaic-tabs.js +52 -52
  255. package/fesm2015/ptsecurity-mosaic-tabs.js.map +1 -1
  256. package/fesm2015/ptsecurity-mosaic-tags.js +22 -22
  257. package/fesm2015/ptsecurity-mosaic-tags.js.map +1 -1
  258. package/fesm2015/ptsecurity-mosaic-textarea.js +7 -7
  259. package/fesm2015/ptsecurity-mosaic-textarea.js.map +1 -1
  260. package/fesm2015/ptsecurity-mosaic-timepicker.js +9 -9
  261. package/fesm2015/ptsecurity-mosaic-timepicker.js.map +1 -1
  262. package/fesm2015/ptsecurity-mosaic-toggle.js +7 -7
  263. package/fesm2015/ptsecurity-mosaic-toggle.js.map +1 -1
  264. package/fesm2015/ptsecurity-mosaic-tooltip.js +57 -18
  265. package/fesm2015/ptsecurity-mosaic-tooltip.js.map +1 -1
  266. package/fesm2015/ptsecurity-mosaic-tree-select.js +11 -11
  267. package/fesm2015/ptsecurity-mosaic-tree-select.js.map +1 -1
  268. package/fesm2015/ptsecurity-mosaic-tree.js +39 -45
  269. package/fesm2015/ptsecurity-mosaic-tree.js.map +1 -1
  270. package/form-field/cleaner.d.ts +2 -0
  271. package/input/input-number-validators.d.ts +2 -2
  272. package/modal/modal.component.d.ts +2 -0
  273. package/modal/modal.module.d.ts +1 -1
  274. package/package.json +4 -4
  275. package/popover/popover-confirm.component.d.ts +33 -0
  276. package/popover/popover.component.d.ts +12 -4
  277. package/popover/popover.module.d.ts +5 -3
  278. package/popover/public-api.d.ts +1 -0
  279. package/prebuilt-themes/dark-theme.css +1 -1
  280. package/prebuilt-themes/default-theme.css +1 -1
  281. package/prebuilt-visual/default-visual.css +1 -1
  282. package/select/select.component.d.ts +2 -7
  283. package/sidepanel/sidepanel-directives.d.ts +2 -0
  284. package/sidepanel/sidepanel.module.d.ts +2 -1
  285. package/tooltip/tooltip.component.d.ts +12 -3
  286. package/tree/padding.directive.d.ts +1 -1
  287. package/tree/tree-option.component.d.ts +1 -1
  288. package/tree/tree-selection.component.d.ts +2 -2
  289. package/tree/tree.module.d.ts +1 -1
  290. package/tree-select/tree-select.component.d.ts +2 -7
@@ -4,9 +4,9 @@ import * as i0 from '@angular/core';
4
4
  import { InjectionToken, isDevMode, NgModule, Optional, Inject, Directive, Injectable, Pipe, Component, ChangeDetectionStrategy, ViewEncapsulation, Input, EventEmitter, Output, ContentChild, ContentChildren, TemplateRef } from '@angular/core';
5
5
  import { coerceBooleanProperty, coerceNumberProperty } from '@angular/cdk/coercion';
6
6
  import { Subject } from 'rxjs';
7
+ import MessageFormat from '@messageformat/core';
7
8
  import * as i1 from '@ptsecurity/cdk/datetime';
8
9
  import { MC_DATE_LOCALE } from '@ptsecurity/cdk/datetime';
9
- import * as MessageFormat from 'messageformat';
10
10
  import { RequiredValidator } from '@angular/forms';
11
11
  import * as i2 from '@angular/common';
12
12
  import { CommonModule, DOCUMENT } from '@angular/common';
@@ -87,10 +87,10 @@ class McCommonModule {
87
87
  }
88
88
  }
89
89
  }
90
- /** @nocollapse */ McCommonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McCommonModule, deps: [{ token: MC_SANITY_CHECKS, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
91
- /** @nocollapse */ McCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McCommonModule, imports: [BidiModule], exports: [BidiModule] });
92
- /** @nocollapse */ McCommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McCommonModule, imports: [[BidiModule], BidiModule] });
93
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McCommonModule, decorators: [{
90
+ /** @nocollapse */ McCommonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McCommonModule, deps: [{ token: MC_SANITY_CHECKS, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
91
+ /** @nocollapse */ McCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McCommonModule, imports: [BidiModule], exports: [BidiModule] });
92
+ /** @nocollapse */ McCommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McCommonModule, imports: [[BidiModule], BidiModule] });
93
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McCommonModule, decorators: [{
94
94
  type: NgModule,
95
95
  args: [{
96
96
  imports: [BidiModule],
@@ -203,9 +203,9 @@ function mixinErrorState(base) {
203
203
  */
204
204
  class McLine {
205
205
  }
206
- /** @nocollapse */ McLine.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McLine, deps: [], target: i0.ɵɵFactoryTarget.Directive });
207
- /** @nocollapse */ McLine.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.5", type: McLine, selector: "[mc-line], [mcLine]", host: { classAttribute: "mc-line" }, ngImport: i0 });
208
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McLine, decorators: [{
206
+ /** @nocollapse */ McLine.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McLine, deps: [], target: i0.ɵɵFactoryTarget.Directive });
207
+ /** @nocollapse */ McLine.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: McLine, selector: "[mc-line], [mcLine]", host: { classAttribute: "mc-line" }, ngImport: i0 });
208
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McLine, decorators: [{
209
209
  type: Directive,
210
210
  args: [{
211
211
  selector: '[mc-line], [mcLine]',
@@ -252,10 +252,10 @@ class McLineSetter {
252
252
  }
253
253
  class McLineModule {
254
254
  }
255
- /** @nocollapse */ McLineModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McLineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
256
- /** @nocollapse */ McLineModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McLineModule, declarations: [McLine], exports: [McLine] });
257
- /** @nocollapse */ McLineModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McLineModule, imports: [[]] });
258
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McLineModule, decorators: [{
255
+ /** @nocollapse */ McLineModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McLineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
256
+ /** @nocollapse */ McLineModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McLineModule, declarations: [McLine], exports: [McLine] });
257
+ /** @nocollapse */ McLineModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McLineModule, imports: [[]] });
258
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McLineModule, decorators: [{
259
259
  type: NgModule,
260
260
  args: [{
261
261
  imports: [],
@@ -270,9 +270,9 @@ class ShowOnDirtyErrorStateMatcher {
270
270
  return !!(control && control.invalid && (control.dirty || (form && form.submitted)));
271
271
  }
272
272
  }
273
- /** @nocollapse */ ShowOnDirtyErrorStateMatcher.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: ShowOnDirtyErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
274
- /** @nocollapse */ ShowOnDirtyErrorStateMatcher.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: ShowOnDirtyErrorStateMatcher });
275
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: ShowOnDirtyErrorStateMatcher, decorators: [{
273
+ /** @nocollapse */ ShowOnDirtyErrorStateMatcher.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: ShowOnDirtyErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
274
+ /** @nocollapse */ ShowOnDirtyErrorStateMatcher.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: ShowOnDirtyErrorStateMatcher });
275
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: ShowOnDirtyErrorStateMatcher, decorators: [{
276
276
  type: Injectable
277
277
  }] });
278
278
  /** Provider that defines how form controls behave with regards to displaying error messages. */
@@ -281,9 +281,9 @@ class ErrorStateMatcher {
281
281
  return !!(control && control.invalid && (control.touched || (form && form.submitted)));
282
282
  }
283
283
  }
284
- /** @nocollapse */ ErrorStateMatcher.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: ErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
285
- /** @nocollapse */ ErrorStateMatcher.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: ErrorStateMatcher, providedIn: 'root' });
286
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: ErrorStateMatcher, decorators: [{
284
+ /** @nocollapse */ ErrorStateMatcher.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: ErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
285
+ /** @nocollapse */ ErrorStateMatcher.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: ErrorStateMatcher, providedIn: 'root' });
286
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: ErrorStateMatcher, decorators: [{
287
287
  type: Injectable,
288
288
  args: [{ providedIn: 'root' }]
289
289
  }] });
@@ -1119,9 +1119,9 @@ class DateFormatter {
1119
1119
  return this.adapter.hasSame(startDate, endDate, unit) ? 'yes' : 'no';
1120
1120
  }
1121
1121
  }
1122
- /** @nocollapse */ DateFormatter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: DateFormatter, deps: [{ token: i1.DateAdapter }, { token: MC_DATE_LOCALE }], target: i0.ɵɵFactoryTarget.Injectable });
1123
- /** @nocollapse */ DateFormatter.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: DateFormatter });
1124
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: DateFormatter, decorators: [{
1122
+ /** @nocollapse */ DateFormatter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: DateFormatter, deps: [{ token: i1.DateAdapter }, { token: MC_DATE_LOCALE }], target: i0.ɵɵFactoryTarget.Injectable });
1123
+ /** @nocollapse */ DateFormatter.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: DateFormatter });
1124
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: DateFormatter, decorators: [{
1125
1125
  type: Injectable
1126
1126
  }], ctorParameters: function () { return [{ type: i1.DateAdapter }, { type: undefined, decorators: [{
1127
1127
  type: Inject,
@@ -1209,10 +1209,10 @@ class McDecimalPipe {
1209
1209
  }
1210
1210
  }
1211
1211
  }
1212
- /** @nocollapse */ McDecimalPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McDecimalPipe, deps: [{ token: MC_LOCALE_ID, optional: true }], target: i0.ɵɵFactoryTarget.Pipe });
1213
- /** @nocollapse */ McDecimalPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McDecimalPipe, name: "mcNumber" });
1214
- /** @nocollapse */ McDecimalPipe.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McDecimalPipe, providedIn: 'root' });
1215
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McDecimalPipe, decorators: [{
1212
+ /** @nocollapse */ McDecimalPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McDecimalPipe, deps: [{ token: MC_LOCALE_ID, optional: true }], target: i0.ɵɵFactoryTarget.Pipe });
1213
+ /** @nocollapse */ McDecimalPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McDecimalPipe, name: "mcNumber" });
1214
+ /** @nocollapse */ McDecimalPipe.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McDecimalPipe, providedIn: 'root' });
1215
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McDecimalPipe, decorators: [{
1216
1216
  type: Injectable,
1217
1217
  args: [{ providedIn: 'root' }]
1218
1218
  }, {
@@ -1227,10 +1227,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImpor
1227
1227
 
1228
1228
  class McFormattersModule {
1229
1229
  }
1230
- /** @nocollapse */ McFormattersModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McFormattersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1231
- /** @nocollapse */ McFormattersModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McFormattersModule, declarations: [McDecimalPipe], exports: [McDecimalPipe] });
1232
- /** @nocollapse */ McFormattersModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McFormattersModule, providers: [DateFormatter] });
1233
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McFormattersModule, decorators: [{
1230
+ /** @nocollapse */ McFormattersModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McFormattersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1231
+ /** @nocollapse */ McFormattersModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McFormattersModule, declarations: [McDecimalPipe], exports: [McDecimalPipe] });
1232
+ /** @nocollapse */ McFormattersModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McFormattersModule, providers: [DateFormatter] });
1233
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McFormattersModule, decorators: [{
1234
1234
  type: NgModule,
1235
1235
  args: [{
1236
1236
  exports: [McDecimalPipe],
@@ -1329,19 +1329,19 @@ class McHighlightPipe {
1329
1329
  return value.replace(new RegExp(`(${args})`, 'gi'), '<mark class="mc-highlight">$1</mark>');
1330
1330
  }
1331
1331
  }
1332
- /** @nocollapse */ McHighlightPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McHighlightPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1333
- /** @nocollapse */ McHighlightPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McHighlightPipe, name: "mcHighlight" });
1334
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McHighlightPipe, decorators: [{
1332
+ /** @nocollapse */ McHighlightPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McHighlightPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1333
+ /** @nocollapse */ McHighlightPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McHighlightPipe, name: "mcHighlight" });
1334
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McHighlightPipe, decorators: [{
1335
1335
  type: Pipe,
1336
1336
  args: [{ name: 'mcHighlight' }]
1337
1337
  }] });
1338
1338
 
1339
1339
  class McHighlightModule {
1340
1340
  }
1341
- /** @nocollapse */ McHighlightModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McHighlightModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1342
- /** @nocollapse */ McHighlightModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McHighlightModule, declarations: [McHighlightPipe], imports: [CommonModule], exports: [McHighlightPipe] });
1343
- /** @nocollapse */ McHighlightModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McHighlightModule, imports: [[CommonModule]] });
1344
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McHighlightModule, decorators: [{
1341
+ /** @nocollapse */ McHighlightModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McHighlightModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1342
+ /** @nocollapse */ McHighlightModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McHighlightModule, declarations: [McHighlightPipe], imports: [CommonModule], exports: [McHighlightPipe] });
1343
+ /** @nocollapse */ McHighlightModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McHighlightModule, imports: [[CommonModule]] });
1344
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McHighlightModule, decorators: [{
1345
1345
  type: NgModule,
1346
1346
  args: [{
1347
1347
  imports: [CommonModule],
@@ -1735,9 +1735,9 @@ class McPseudoCheckbox {
1735
1735
  this.disabled = false;
1736
1736
  }
1737
1737
  }
1738
- /** @nocollapse */ McPseudoCheckbox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McPseudoCheckbox, deps: [], target: i0.ɵɵFactoryTarget.Component });
1739
- /** @nocollapse */ McPseudoCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.5", type: McPseudoCheckbox, selector: "mc-pseudo-checkbox", inputs: { state: "state", disabled: "disabled" }, host: { properties: { "class.mc-indeterminate": "state === \"indeterminate\"", "class.mc-checked": "state === \"checked\"", "class.mc-disabled": "disabled" }, classAttribute: "mc-pseudo-checkbox" }, ngImport: i0, template: "<i class=\"mc-checkbox-checkmark mc mc-check_16\"></i>\n<i class=\"mc-checkbox-mixedmark mc mc-minus_16\"></i>\n", styles: [".mc-pseudo-checkbox{position:relative;display:inline-block;box-sizing:border-box;width:16px;width:var(--mc-checkbox-size-width, 16px);height:16px;height:var(--mc-checkbox-size-width, 16px);border-radius:3px;border-width:1px;border-width:var(--mc-checkbox-size-border-width, 1px);border-style:solid;cursor:pointer;vertical-align:middle;flex-shrink:0}.mc-pseudo-checkbox .mc-checkbox-checkmark,.mc-pseudo-checkbox .mc-checkbox-mixedmark{display:none;position:absolute;top:calc(-1 * 1px);top:calc(-1 * var(--mc-checkbox-size-border-width, 1px));left:calc(-1 * 1px);left:calc(-1 * var(--mc-checkbox-size-border-width, 1px))}.mc-pseudo-checkbox.mc-pseudo-checkbox-checked,.mc-pseudo-checkbox.mc-pseudo-checkbox-indeterminate{border-color:transparent}.mc-pseudo-checkbox.mc-checked .mc-checkbox-checkmark{display:inline-block}.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 });
1740
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McPseudoCheckbox, decorators: [{
1738
+ /** @nocollapse */ McPseudoCheckbox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McPseudoCheckbox, deps: [], target: i0.ɵɵFactoryTarget.Component });
1739
+ /** @nocollapse */ McPseudoCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: McPseudoCheckbox, selector: "mc-pseudo-checkbox", inputs: { state: "state", disabled: "disabled" }, host: { properties: { "class.mc-indeterminate": "state === \"indeterminate\"", "class.mc-checked": "state === \"checked\"", "class.mc-disabled": "disabled" }, classAttribute: "mc-pseudo-checkbox" }, ngImport: i0, template: "<i class=\"mc-checkbox-checkmark mc mc-check_16\"></i>\n<i class=\"mc-checkbox-mixedmark mc mc-minus_16\"></i>\n", styles: [".mc-pseudo-checkbox{position:relative;display:inline-block;box-sizing:border-box;width:16px;width:var(--mc-checkbox-size-width, 16px);height:16px;height:var(--mc-checkbox-size-width, 16px);border-radius:3px;border-width:1px;border-width:var(--mc-checkbox-size-border-width, 1px);border-style:solid;cursor:pointer;vertical-align:middle;flex-shrink:0}.mc-pseudo-checkbox .mc-checkbox-checkmark,.mc-pseudo-checkbox .mc-checkbox-mixedmark{display:none;position:absolute;top:calc(-1 * 1px);top:calc(-1 * var(--mc-checkbox-size-border-width, 1px));left:calc(-1 * 1px);left:calc(-1 * var(--mc-checkbox-size-border-width, 1px))}.mc-pseudo-checkbox.mc-pseudo-checkbox-checked,.mc-pseudo-checkbox.mc-pseudo-checkbox-indeterminate{border-color:transparent}.mc-pseudo-checkbox.mc-checked .mc-checkbox-checkmark{display:inline-block}.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 });
1740
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McPseudoCheckbox, decorators: [{
1741
1741
  type: Component,
1742
1742
  args: [{
1743
1743
  selector: 'mc-pseudo-checkbox',
@@ -1761,10 +1761,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImpor
1761
1761
 
1762
1762
  class McPseudoCheckboxModule {
1763
1763
  }
1764
- /** @nocollapse */ McPseudoCheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McPseudoCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1765
- /** @nocollapse */ McPseudoCheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McPseudoCheckboxModule, declarations: [McPseudoCheckbox], imports: [CommonModule], exports: [McPseudoCheckbox] });
1766
- /** @nocollapse */ McPseudoCheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McPseudoCheckboxModule, imports: [[CommonModule]] });
1767
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McPseudoCheckboxModule, decorators: [{
1764
+ /** @nocollapse */ McPseudoCheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McPseudoCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1765
+ /** @nocollapse */ McPseudoCheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McPseudoCheckboxModule, declarations: [McPseudoCheckbox], imports: [CommonModule], exports: [McPseudoCheckbox] });
1766
+ /** @nocollapse */ McPseudoCheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McPseudoCheckboxModule, imports: [[CommonModule]] });
1767
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McPseudoCheckboxModule, decorators: [{
1768
1768
  type: NgModule,
1769
1769
  args: [{
1770
1770
  imports: [CommonModule],
@@ -1806,9 +1806,9 @@ class McMeasureScrollbarService {
1806
1806
  this._scrollBarWidth = width;
1807
1807
  }
1808
1808
  }
1809
- /** @nocollapse */ McMeasureScrollbarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McMeasureScrollbarService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
1810
- /** @nocollapse */ McMeasureScrollbarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McMeasureScrollbarService, providedIn: 'root' });
1811
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McMeasureScrollbarService, decorators: [{
1809
+ /** @nocollapse */ McMeasureScrollbarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McMeasureScrollbarService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
1810
+ /** @nocollapse */ McMeasureScrollbarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McMeasureScrollbarService, providedIn: 'root' });
1811
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McMeasureScrollbarService, decorators: [{
1812
1812
  type: Injectable,
1813
1813
  args: [{
1814
1814
  providedIn: 'root'
@@ -1834,9 +1834,9 @@ class McOptgroup extends McOptgroupMixinBase {
1834
1834
  this.labelId = `mc-optgroup-label-${uniqueOptgroupIdCounter++}`;
1835
1835
  }
1836
1836
  }
1837
- /** @nocollapse */ McOptgroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McOptgroup, deps: null, target: i0.ɵɵFactoryTarget.Component });
1838
- /** @nocollapse */ McOptgroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.5", type: McOptgroup, selector: "mc-optgroup", inputs: { disabled: "disabled", label: "label" }, host: { properties: { "class.mc-disabled": "disabled" }, classAttribute: "mc-optgroup" }, exportAs: ["mcOptgroup"], usesInheritance: true, ngImport: i0, template: "<label class=\"mc-optgroup-label\" [id]=\"labelId\">{{ label }}</label>\n<ng-content select=\"mc-option, mc-list-option, ng-container\"></ng-content>\n", styles: [".mc-optgroup-label{padding-left:17px;padding-left:var(--mc-optgroup-size-padding-left, 17px);-webkit-user-select:none;user-select:none;cursor:default}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
1839
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McOptgroup, decorators: [{
1837
+ /** @nocollapse */ McOptgroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McOptgroup, deps: null, target: i0.ɵɵFactoryTarget.Component });
1838
+ /** @nocollapse */ McOptgroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", 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, ng-container\"></ng-content>\n", styles: [".mc-optgroup-label{padding-left:17px;padding-left:var(--mc-optgroup-size-padding-left, 17px);-webkit-user-select:none;user-select:none;cursor:default}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
1839
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McOptgroup, decorators: [{
1840
1840
  type: Component,
1841
1841
  args: [{
1842
1842
  selector: 'mc-optgroup',
@@ -2029,9 +2029,9 @@ class McOption {
2029
2029
  this.onSelectionChange.emit(new McOptionSelectionChange(this, isUserInput));
2030
2030
  }
2031
2031
  }
2032
- /** @nocollapse */ McOption.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McOption, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: MC_OPTION_PARENT_COMPONENT, optional: true }, { token: McOptgroup, optional: true }], target: i0.ɵɵFactoryTarget.Component });
2033
- /** @nocollapse */ McOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.5", type: McOption, selector: "mc-option", inputs: { value: "value", showCheckbox: "showCheckbox", disabled: "disabled" }, outputs: { onSelectionChange: "onSelectionChange" }, host: { listeners: { "click": "selectViaInteraction()", "keydown": "handleKeydown($event)" }, properties: { "attr.tabindex": "getTabIndex()", "class.mc-selected": "selected", "class.mc-option-multiple": "multiple", "class.mc-active": "active", "class.mc-disabled": "disabled", "id": "id" }, classAttribute: "mc-option" }, exportAs: ["mcOption"], ngImport: i0, template: "<mc-pseudo-checkbox\n *ngIf=\"showCheckbox\"\n [state]=\"selected ? 'checked' : ''\"\n [disabled]=\"disabled\">\n</mc-pseudo-checkbox>\n\n<span class=\"mc-option-text\"><ng-content></ng-content></span>\n\n<div class=\"mc-option-overlay\"></div>\n", styles: [".mc-option{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;position:relative;max-width:100%;height:32px;height:var(--mc-option-size-height, 32px);border:2px solid transparent;border:var(--mc-option-size-border-width, 2px) solid transparent;cursor:pointer;outline:none;padding-left:16px;padding-left:var(--mc-option-size-horizontal-padding, 16px);padding-right:16px;padding-right:var(--mc-option-size-horizontal-padding, 16px);-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 * 2px);top:calc(-1 * var(--mc-option-size-border-width, 2px));left:calc(-1 * 2px);left:calc(-1 * var(--mc-option-size-border-width, 2px));right:calc(-1 * 2px);right:calc(-1 * var(--mc-option-size-border-width, 2px));bottom:calc(-1 * 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"], components: [{ type: McPseudoCheckbox, selector: "mc-pseudo-checkbox", inputs: ["state", "disabled"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
2034
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McOption, decorators: [{
2032
+ /** @nocollapse */ McOption.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", 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 });
2033
+ /** @nocollapse */ McOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", 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" }, exportAs: ["mcOption"], ngImport: i0, template: "<mc-pseudo-checkbox\n *ngIf=\"showCheckbox\"\n [state]=\"selected ? 'checked' : 'unchecked'\"\n [disabled]=\"disabled\">\n</mc-pseudo-checkbox>\n\n<span class=\"mc-option-text\"><ng-content></ng-content></span>\n\n<div class=\"mc-option-overlay\"></div>\n", styles: [".mc-option{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;position:relative;max-width:100%;height:32px;height:var(--mc-option-size-height, 32px);border:2px solid transparent;border:var(--mc-option-size-border-width, 2px) solid transparent;cursor:pointer;outline:none;padding-left:16px;padding-left:var(--mc-option-size-horizontal-padding, 16px);padding-right:16px;padding-right:var(--mc-option-size-horizontal-padding, 16px);-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 * 2px);top:calc(-1 * var(--mc-option-size-border-width, 2px));left:calc(-1 * 2px);left:calc(-1 * var(--mc-option-size-border-width, 2px));right:calc(-1 * 2px);right:calc(-1 * var(--mc-option-size-border-width, 2px));bottom:calc(-1 * 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"], components: [{ type: McPseudoCheckbox, selector: "mc-pseudo-checkbox", inputs: ["state", "disabled"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
2034
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McOption, decorators: [{
2035
2035
  type: Component,
2036
2036
  args: [{
2037
2037
  selector: 'mc-option',
@@ -2189,14 +2189,14 @@ class McOptionActionComponent extends McOptionActionMixinBase {
2189
2189
  setTimeout(() => this.option.tooltipTrigger.disabled = false);
2190
2190
  }
2191
2191
  }
2192
- /** @nocollapse */ McOptionActionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McOptionActionComponent, deps: [{ token: i0.ElementRef }, { token: i1$1.FocusMonitor }, { token: MC_OPTION_ACTION_PARENT }], target: i0.ɵɵFactoryTarget.Component });
2193
- /** @nocollapse */ McOptionActionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.5", type: McOptionActionComponent, selector: "mc-option-action", inputs: { disabled: "disabled" }, host: { listeners: { "focus": "onFocus($event)", "blur": "onBlur()", "click": "onClick($event)", "keydown": "onKeyDown($event)" }, properties: { "class.mc-opened": "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: `
2192
+ /** @nocollapse */ McOptionActionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McOptionActionComponent, deps: [{ token: i0.ElementRef }, { token: i1$1.FocusMonitor }, { token: MC_OPTION_ACTION_PARENT }], target: i0.ɵɵFactoryTarget.Component });
2193
+ /** @nocollapse */ McOptionActionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", 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-opened": "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: `
2194
2194
  <ng-container [ngSwitch]="!!customIcon">
2195
2195
  <i class="mc mc-icon mc-ellipsis_16" *ngSwitchCase="false"></i>
2196
2196
  <ng-content select="[mc-icon]" *ngSwitchCase="true"></ng-content>
2197
2197
  </ng-container>
2198
2198
  `, 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"], directives: [{ type: i2.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i2.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
2199
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McOptionActionComponent, decorators: [{
2199
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McOptionActionComponent, decorators: [{
2200
2200
  type: Component,
2201
2201
  args: [{
2202
2202
  selector: 'mc-option-action',
@@ -2232,10 +2232,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImpor
2232
2232
 
2233
2233
  class McOptionModule {
2234
2234
  }
2235
- /** @nocollapse */ McOptionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McOptionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2236
- /** @nocollapse */ McOptionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McOptionModule, declarations: [McOption, McOptgroup, McOptionActionComponent], imports: [CommonModule, McPseudoCheckboxModule], exports: [McOption, McOptgroup, McOptionActionComponent] });
2237
- /** @nocollapse */ McOptionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McOptionModule, imports: [[CommonModule, McPseudoCheckboxModule]] });
2238
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McOptionModule, decorators: [{
2235
+ /** @nocollapse */ McOptionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McOptionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2236
+ /** @nocollapse */ McOptionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McOptionModule, declarations: [McOption, McOptgroup, McOptionActionComponent], imports: [CommonModule, McPseudoCheckboxModule], exports: [McOption, McOptgroup, McOptionActionComponent] });
2237
+ /** @nocollapse */ McOptionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McOptionModule, imports: [[CommonModule, McPseudoCheckboxModule]] });
2238
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McOptionModule, decorators: [{
2239
2239
  type: NgModule,
2240
2240
  args: [{
2241
2241
  imports: [CommonModule, McPseudoCheckboxModule],
@@ -2263,9 +2263,9 @@ class McFormElement {
2263
2263
  }
2264
2264
  }
2265
2265
  }
2266
- /** @nocollapse */ McFormElement.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McFormElement, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2267
- /** @nocollapse */ McFormElement.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.5", type: McFormElement, selector: ".mc-form__row, .mc-form__fieldset, .mc-form__legend", host: { properties: { "class.mc-form-row_margin": "margin" } }, queries: [{ propertyName: "elements", predicate: McFormElement }], exportAs: ["mcFormElement"], ngImport: i0 });
2268
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McFormElement, decorators: [{
2266
+ /** @nocollapse */ McFormElement.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McFormElement, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2267
+ /** @nocollapse */ McFormElement.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", 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 });
2268
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McFormElement, decorators: [{
2269
2269
  type: Directive,
2270
2270
  args: [{
2271
2271
  selector: '.mc-form__row, .mc-form__fieldset, .mc-form__legend',
@@ -2292,9 +2292,9 @@ class McForm {
2292
2292
  });
2293
2293
  }
2294
2294
  }
2295
- /** @nocollapse */ McForm.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McForm, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2296
- /** @nocollapse */ McForm.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.5", type: McForm, selector: ".mc-form-vertical, .mc-form-horizontal", host: { classAttribute: "mc-form" }, queries: [{ propertyName: "elements", predicate: McFormElement }], exportAs: ["mcForm"], ngImport: i0 });
2297
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McForm, decorators: [{
2295
+ /** @nocollapse */ McForm.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McForm, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2296
+ /** @nocollapse */ McForm.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: McForm, selector: ".mc-form-vertical, .mc-form-horizontal", host: { classAttribute: "mc-form" }, queries: [{ propertyName: "elements", predicate: McFormElement }], exportAs: ["mcForm"], ngImport: i0 });
2297
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McForm, decorators: [{
2298
2298
  type: Directive,
2299
2299
  args: [{
2300
2300
  selector: '.mc-form-vertical, .mc-form-horizontal',
@@ -2310,12 +2310,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImpor
2310
2310
 
2311
2311
  class McFormsModule {
2312
2312
  }
2313
- /** @nocollapse */ McFormsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McFormsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2314
- /** @nocollapse */ McFormsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McFormsModule, declarations: [McForm,
2313
+ /** @nocollapse */ McFormsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McFormsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2314
+ /** @nocollapse */ McFormsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McFormsModule, declarations: [McForm,
2315
2315
  McFormElement], exports: [McForm,
2316
2316
  McFormElement] });
2317
- /** @nocollapse */ McFormsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McFormsModule });
2318
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McFormsModule, decorators: [{
2317
+ /** @nocollapse */ McFormsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McFormsModule });
2318
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McFormsModule, decorators: [{
2319
2319
  type: NgModule,
2320
2320
  args: [{
2321
2321
  exports: [
@@ -2440,9 +2440,9 @@ class McPopUp {
2440
2440
  }
2441
2441
  }
2442
2442
  }
2443
- /** @nocollapse */ McPopUp.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McPopUp, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
2444
- /** @nocollapse */ McPopUp.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.5", type: McPopUp, ngImport: i0 });
2445
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McPopUp, decorators: [{
2443
+ /** @nocollapse */ McPopUp.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McPopUp, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
2444
+ /** @nocollapse */ McPopUp.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: McPopUp, ngImport: i0 });
2445
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McPopUp, decorators: [{
2446
2446
  type: Directive
2447
2447
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; } });
2448
2448
 
@@ -2460,11 +2460,9 @@ class McPopUpTrigger {
2460
2460
  this.isOpen = false;
2461
2461
  this.enterDelay = 0;
2462
2462
  this.leaveDelay = 0;
2463
- this.placementChange = new EventEmitter();
2464
- this.visibleChange = new EventEmitter();
2465
- this._placementPriority = null;
2466
- this._placement = PopUpPlacements.Top;
2467
- this._visible = false;
2463
+ this.placement = PopUpPlacements.Top;
2464
+ this.placementPriority = null;
2465
+ this.visible = false;
2468
2466
  // tslint:disable-next-line:naming-convention orthodox-getter-and-setter
2469
2467
  this._disabled = false;
2470
2468
  this.listeners = new Map();
@@ -2505,40 +2503,43 @@ class McPopUpTrigger {
2505
2503
  };
2506
2504
  this.availablePositions = POSITION_MAP;
2507
2505
  }
2508
- get placementPriority() {
2509
- return this._placementPriority;
2506
+ ngOnInit() {
2507
+ this.initListeners();
2510
2508
  }
2511
- set placementPriority(value) {
2512
- if (value && value.length > 0) {
2513
- this._placementPriority = value;
2514
- }
2515
- else {
2516
- this._placementPriority = null;
2509
+ ngOnDestroy() {
2510
+ if (this.overlayRef) {
2511
+ this.overlayRef.dispose();
2517
2512
  }
2513
+ this.listeners.forEach(this.removeEventListener);
2514
+ this.listeners.clear();
2515
+ this.destroyed.next();
2516
+ this.destroyed.complete();
2518
2517
  }
2519
- get placement() {
2520
- return this._placement;
2521
- }
2522
- set placement(value) {
2518
+ updatePlacement(value) {
2523
2519
  if (POSITION_TO_CSS_MAP[value]) {
2524
- this._placement = value;
2520
+ this.placement = value;
2525
2521
  this.updateClassMap();
2526
2522
  }
2527
2523
  else {
2528
- this._placement = PopUpPlacements.Top;
2529
- console.warn(`Unknown position: ${value}. Will used default position: ${this._placement}`);
2524
+ this.placement = PopUpPlacements.Top;
2525
+ console.warn(`Unknown position: ${value}. Will used default position: ${this.placement}`);
2530
2526
  }
2531
2527
  if (this.visible) {
2532
2528
  this.updatePosition();
2533
2529
  }
2534
2530
  }
2535
- get visible() {
2536
- return this._visible;
2531
+ updatePlacementPriority(value) {
2532
+ if (value && value.length > 0) {
2533
+ this.placementPriority = value;
2534
+ }
2535
+ else {
2536
+ this.placementPriority = null;
2537
+ }
2537
2538
  }
2538
- set visible(externalValue) {
2539
+ updateVisible(externalValue) {
2539
2540
  const value = coerceBooleanProperty(externalValue);
2540
- if (this._visible !== value) {
2541
- this._visible = value;
2541
+ if (this.visible !== value) {
2542
+ this.visible = value;
2542
2543
  if (value) {
2543
2544
  this.show();
2544
2545
  }
@@ -2547,18 +2548,6 @@ class McPopUpTrigger {
2547
2548
  }
2548
2549
  }
2549
2550
  }
2550
- ngOnInit() {
2551
- this.initListeners();
2552
- }
2553
- ngOnDestroy() {
2554
- if (this.overlayRef) {
2555
- this.overlayRef.dispose();
2556
- }
2557
- this.listeners.forEach(this.removeEventListener);
2558
- this.listeners.clear();
2559
- this.destroyed.next();
2560
- this.destroyed.complete();
2561
- }
2562
2551
  handleKeydown(event) {
2563
2552
  if (this.isOpen && event.keyCode === ESCAPE) { // tslint:disable-line
2564
2553
  this.hide();
@@ -2679,32 +2668,11 @@ class McPopUpTrigger {
2679
2668
  this.listeners.clear();
2680
2669
  }
2681
2670
  }
2682
- /** @nocollapse */ McPopUpTrigger.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McPopUpTrigger, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
2683
- /** @nocollapse */ McPopUpTrigger.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.5", type: McPopUpTrigger, inputs: { enterDelay: ["mcEnterDelay", "enterDelay"], leaveDelay: ["mcLeaveDelay", "leaveDelay"], placementPriority: ["mcPlacementPriority", "placementPriority"], placement: ["mcPlacement", "placement"], visible: ["mcVisible", "visible"] }, outputs: { placementChange: "mcPlacementChange", visibleChange: "mcVisibleChange" }, ngImport: i0 });
2684
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0, type: McPopUpTrigger, decorators: [{
2671
+ /** @nocollapse */ McPopUpTrigger.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McPopUpTrigger, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
2672
+ /** @nocollapse */ McPopUpTrigger.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: McPopUpTrigger, ngImport: i0 });
2673
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McPopUpTrigger, decorators: [{
2685
2674
  type: Directive
2686
- }], 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 }]; }, propDecorators: { enterDelay: [{
2687
- type: Input,
2688
- args: ['mcEnterDelay']
2689
- }], leaveDelay: [{
2690
- type: Input,
2691
- args: ['mcLeaveDelay']
2692
- }], placementChange: [{
2693
- type: Output,
2694
- args: ['mcPlacementChange']
2695
- }], visibleChange: [{
2696
- type: Output,
2697
- args: ['mcVisibleChange']
2698
- }], placementPriority: [{
2699
- type: Input,
2700
- args: ['mcPlacementPriority']
2701
- }], placement: [{
2702
- type: Input,
2703
- args: ['mcPlacement']
2704
- }], visible: [{
2705
- type: Input,
2706
- args: ['mcVisible']
2707
- }] } });
2675
+ }], 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 }]; } });
2708
2676
 
2709
2677
  /**
2710
2678
  * Generated bundle index. Do not edit.