@ptsecurity/mosaic 14.2.6 → 14.3.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 (298) hide show
  1. package/_theming.scss +35 -69
  2. package/_visual.scss +1 -1
  3. package/design-tokens/legacy-2017/tokens/components/alert.json5 +5 -5
  4. package/design-tokens/legacy-2017/tokens/components/markdown.json5 +1 -1
  5. package/design-tokens/legacy-2017/tokens/components/textarea.json5 +1 -1
  6. package/design-tokens/legacy-2017/tokens.d.ts +4 -4
  7. package/design-tokens/pt-2022/tokens/components/markdown.json5 +1 -1
  8. package/design-tokens/pt-2022/tokens.d.ts +1 -1
  9. package/esm2020/autocomplete/autocomplete-origin.directive.mjs +3 -3
  10. package/esm2020/autocomplete/autocomplete-trigger.directive.mjs +6 -9
  11. package/esm2020/autocomplete/autocomplete.component.mjs +3 -3
  12. package/esm2020/autocomplete/autocomplete.module.mjs +4 -4
  13. package/esm2020/button/button.component.mjs +7 -7
  14. package/esm2020/button/button.module.mjs +4 -4
  15. package/esm2020/button-toggle/button-toggle.component.mjs +9 -9
  16. package/esm2020/button-toggle/button-toggle.module.mjs +4 -4
  17. package/esm2020/card/card.component.mjs +4 -4
  18. package/esm2020/card/card.module.mjs +4 -4
  19. package/esm2020/checkbox/checkbox-module.mjs +4 -4
  20. package/esm2020/checkbox/checkbox-required-validator.mjs +3 -3
  21. package/esm2020/checkbox/checkbox.mjs +5 -5
  22. package/esm2020/core/common-behaviors/common-module.mjs +4 -4
  23. package/esm2020/core/error/error-options.mjs +6 -6
  24. package/esm2020/core/formatters/date/formatter.mjs +3 -3
  25. package/esm2020/core/formatters/date/formatter.pipe.mjs +39 -39
  26. package/esm2020/core/formatters/index.mjs +4 -4
  27. package/esm2020/core/formatters/number/formatter.mjs +4 -4
  28. package/esm2020/core/forms/forms-module.mjs +4 -4
  29. package/esm2020/core/forms/forms.directive.mjs +6 -6
  30. package/esm2020/core/highlight/highlight.pipe.mjs +3 -3
  31. package/esm2020/core/highlight/index.mjs +4 -4
  32. package/esm2020/core/line/line.mjs +7 -7
  33. package/esm2020/core/option/action.mjs +3 -3
  34. package/esm2020/core/option/optgroup.mjs +3 -3
  35. package/esm2020/core/option/option-module.mjs +4 -4
  36. package/esm2020/core/option/option.mjs +3 -3
  37. package/esm2020/core/pop-up/pop-up-trigger.mjs +10 -5
  38. package/esm2020/core/pop-up/pop-up.mjs +3 -3
  39. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
  40. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +4 -4
  41. package/esm2020/core/services/measure-scrollbar.service.mjs +3 -3
  42. package/esm2020/core/version.mjs +2 -2
  43. package/esm2020/datepicker/calendar-body.component.mjs +3 -3
  44. package/esm2020/datepicker/calendar.component.mjs +7 -7
  45. package/esm2020/datepicker/datepicker-input.directive.mjs +3 -3
  46. package/esm2020/datepicker/datepicker-intl.mjs +3 -3
  47. package/esm2020/datepicker/datepicker-module.mjs +4 -4
  48. package/esm2020/datepicker/datepicker-toggle.component.mjs +6 -6
  49. package/esm2020/datepicker/datepicker.component.mjs +6 -6
  50. package/esm2020/datepicker/month-view.component.mjs +3 -3
  51. package/esm2020/datepicker/multi-year-view.component.mjs +3 -3
  52. package/esm2020/datepicker/year-view.component.mjs +3 -3
  53. package/esm2020/design-tokens/legacy-2017/tokens.mjs +5 -5
  54. package/esm2020/design-tokens/pt-2022/tokens.mjs +2 -2
  55. package/esm2020/divider/divider.component.mjs +3 -3
  56. package/esm2020/divider/divider.module.mjs +4 -4
  57. package/esm2020/dl/dl.component.mjs +9 -9
  58. package/esm2020/dl/dl.module.mjs +4 -4
  59. package/esm2020/dropdown/dropdown-content.directive.mjs +3 -3
  60. package/esm2020/dropdown/dropdown-item.component.mjs +4 -4
  61. package/esm2020/dropdown/dropdown-trigger.directive.mjs +3 -3
  62. package/esm2020/dropdown/dropdown.component.mjs +3 -3
  63. package/esm2020/dropdown/dropdown.module.mjs +4 -4
  64. package/esm2020/form-field/cleaner.mjs +3 -3
  65. package/esm2020/form-field/form-field.mjs +7 -7
  66. package/esm2020/form-field/form-field.module.mjs +4 -4
  67. package/esm2020/form-field/hint.mjs +3 -3
  68. package/esm2020/form-field/password-hint.mjs +3 -3
  69. package/esm2020/form-field/prefix.mjs +3 -3
  70. package/esm2020/form-field/stepper.mjs +3 -3
  71. package/esm2020/form-field/suffix.mjs +3 -3
  72. package/esm2020/form-field/validate.directive.mjs +3 -3
  73. package/esm2020/icon/icon.component.mjs +6 -6
  74. package/esm2020/icon/icon.module.mjs +4 -4
  75. package/esm2020/input/input-number-validators.mjs +6 -6
  76. package/esm2020/input/input-number.mjs +3 -3
  77. package/esm2020/input/input-password.mjs +6 -6
  78. package/esm2020/input/input.mjs +6 -6
  79. package/esm2020/input/input.module.mjs +4 -4
  80. package/esm2020/link/link.component.mjs +3 -3
  81. package/esm2020/link/link.module.mjs +4 -4
  82. package/esm2020/list/list-selection.component.mjs +9 -9
  83. package/esm2020/list/list.component.mjs +7 -7
  84. package/esm2020/list/list.module.mjs +4 -4
  85. package/esm2020/loader-overlay/loader-overlay.component.mjs +13 -13
  86. package/esm2020/loader-overlay/loader-overlay.module.mjs +4 -4
  87. package/esm2020/markdown/markdown.component.mjs +7 -7
  88. package/esm2020/markdown/markdown.module.mjs +4 -4
  89. package/esm2020/markdown/markdown.service.mjs +5 -32
  90. package/esm2020/markdown/markdown.values.mjs +29 -0
  91. package/esm2020/markdown/public-api.mjs +2 -1
  92. package/esm2020/modal/css-unit.pipe.mjs +3 -3
  93. package/esm2020/modal/modal-control.service.mjs +4 -4
  94. package/esm2020/modal/modal.component.mjs +4 -4
  95. package/esm2020/modal/modal.directive.mjs +12 -12
  96. package/esm2020/modal/modal.module.mjs +4 -4
  97. package/esm2020/modal/modal.service.mjs +3 -3
  98. package/esm2020/navbar/navbar-item.component.mjs +31 -31
  99. package/esm2020/navbar/navbar.component.mjs +10 -10
  100. package/esm2020/navbar/navbar.module.mjs +4 -4
  101. package/esm2020/navbar/vertical-navbar.component.mjs +6 -6
  102. package/esm2020/popover/popover-confirm.component.mjs +6 -6
  103. package/esm2020/popover/popover.component.mjs +6 -6
  104. package/esm2020/popover/popover.module.mjs +4 -4
  105. package/esm2020/progress-bar/progress-bar.component.mjs +3 -3
  106. package/esm2020/progress-bar/progress-bar.module.mjs +4 -4
  107. package/esm2020/progress-spinner/progress-spinner.component.mjs +3 -3
  108. package/esm2020/progress-spinner/progress-spinner.module.mjs +4 -4
  109. package/esm2020/radio/radio.component.mjs +7 -7
  110. package/esm2020/radio/radio.module.mjs +4 -4
  111. package/esm2020/select/select-option.directive.mjs +3 -3
  112. package/esm2020/select/select.component.mjs +12 -12
  113. package/esm2020/select/select.module.mjs +4 -4
  114. package/esm2020/sidebar/sidebar.component.mjs +9 -9
  115. package/esm2020/sidebar/sidebar.module.mjs +4 -4
  116. package/esm2020/sidepanel/sidepanel-container.component.mjs +5 -5
  117. package/esm2020/sidepanel/sidepanel-directives.mjs +15 -15
  118. package/esm2020/sidepanel/sidepanel.module.mjs +4 -4
  119. package/esm2020/sidepanel/sidepanel.service.mjs +4 -4
  120. package/esm2020/splitter/splitter.component.mjs +13 -13
  121. package/esm2020/splitter/splitter.module.mjs +4 -4
  122. package/esm2020/table/table.component.mjs +8 -11
  123. package/esm2020/table/table.module.mjs +4 -4
  124. package/esm2020/tabs/paginated-tab-header.mjs +3 -3
  125. package/esm2020/tabs/tab-body.component.mjs +7 -7
  126. package/esm2020/tabs/tab-content.directive.mjs +3 -3
  127. package/esm2020/tabs/tab-group.component.mjs +19 -19
  128. package/esm2020/tabs/tab-header.component.mjs +3 -3
  129. package/esm2020/tabs/tab-label-wrapper.directive.mjs +3 -3
  130. package/esm2020/tabs/tab-label.directive.mjs +3 -3
  131. package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +6 -6
  132. package/esm2020/tabs/tab.component.mjs +3 -3
  133. package/esm2020/tabs/tabs.module.mjs +4 -4
  134. package/esm2020/tags/tag-input.mjs +35 -28
  135. package/esm2020/tags/tag-list.component.mjs +3 -3
  136. package/esm2020/tags/tag.component.mjs +14 -14
  137. package/esm2020/tags/tag.module.mjs +4 -4
  138. package/esm2020/textarea/textarea.component.mjs +3 -3
  139. package/esm2020/textarea/textarea.module.mjs +4 -4
  140. package/esm2020/timepicker/timepicker.directive.mjs +3 -3
  141. package/esm2020/timepicker/timepicker.module.mjs +4 -4
  142. package/esm2020/timezone/cities-by-filter.pipe.mjs +3 -3
  143. package/esm2020/timezone/timezone-option.component.mjs +3 -3
  144. package/esm2020/timezone/timezone-option.directive.mjs +3 -3
  145. package/esm2020/timezone/timezone-select.component.mjs +6 -6
  146. package/esm2020/timezone/timezone.module.mjs +4 -4
  147. package/esm2020/timezone/utc-offset.pipe.mjs +3 -3
  148. package/esm2020/toast/toast-container.component.mjs +3 -3
  149. package/esm2020/toast/toast.component.mjs +3 -3
  150. package/esm2020/toast/toast.module.mjs +4 -4
  151. package/esm2020/toast/toast.service.mjs +3 -3
  152. package/esm2020/toggle/toggle.component.mjs +3 -3
  153. package/esm2020/toggle/toggle.module.mjs +4 -4
  154. package/esm2020/tooltip/tooltip.component.mjs +12 -12
  155. package/esm2020/tooltip/tooltip.module.mjs +4 -4
  156. package/esm2020/tree/node.mjs +3 -3
  157. package/esm2020/tree/outlet.mjs +3 -3
  158. package/esm2020/tree/padding.directive.mjs +3 -3
  159. package/esm2020/tree/toggle.mjs +9 -9
  160. package/esm2020/tree/tree-base.mjs +7 -7
  161. package/esm2020/tree/tree-option.component.mjs +3 -3
  162. package/esm2020/tree/tree-selection.component.mjs +3 -3
  163. package/esm2020/tree/tree.mjs +3 -3
  164. package/esm2020/tree/tree.module.mjs +4 -4
  165. package/esm2020/tree-select/tree-select.component.mjs +12 -12
  166. package/esm2020/tree-select/tree-select.module.mjs +4 -4
  167. package/fesm2015/ptsecurity-mosaic-autocomplete.mjs +16 -18
  168. package/fesm2015/ptsecurity-mosaic-autocomplete.mjs.map +1 -1
  169. package/fesm2015/ptsecurity-mosaic-button-toggle.mjs +12 -12
  170. package/fesm2015/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
  171. package/fesm2015/ptsecurity-mosaic-button.mjs +11 -11
  172. package/fesm2015/ptsecurity-mosaic-button.mjs.map +1 -1
  173. package/fesm2015/ptsecurity-mosaic-card.mjs +8 -8
  174. package/fesm2015/ptsecurity-mosaic-card.mjs.map +1 -1
  175. package/fesm2015/ptsecurity-mosaic-checkbox.mjs +11 -11
  176. package/fesm2015/ptsecurity-mosaic-checkbox.mjs.map +1 -1
  177. package/fesm2015/ptsecurity-mosaic-core.mjs +120 -115
  178. package/fesm2015/ptsecurity-mosaic-core.mjs.map +1 -1
  179. package/fesm2015/ptsecurity-mosaic-datepicker.mjs +40 -40
  180. package/fesm2015/ptsecurity-mosaic-datepicker.mjs.map +1 -1
  181. package/fesm2015/ptsecurity-mosaic-design-tokens.mjs +5 -5
  182. package/fesm2015/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
  183. package/fesm2015/ptsecurity-mosaic-divider.mjs +7 -7
  184. package/fesm2015/ptsecurity-mosaic-dl.mjs +13 -13
  185. package/fesm2015/ptsecurity-mosaic-dropdown.mjs +17 -17
  186. package/fesm2015/ptsecurity-mosaic-dropdown.mjs.map +1 -1
  187. package/fesm2015/ptsecurity-mosaic-form-field.mjs +32 -32
  188. package/fesm2015/ptsecurity-mosaic-form-field.mjs.map +1 -1
  189. package/fesm2015/ptsecurity-mosaic-icon.mjs +10 -10
  190. package/fesm2015/ptsecurity-mosaic-input.mjs +25 -25
  191. package/fesm2015/ptsecurity-mosaic-link.mjs +7 -7
  192. package/fesm2015/ptsecurity-mosaic-list.mjs +19 -19
  193. package/fesm2015/ptsecurity-mosaic-list.mjs.map +1 -1
  194. package/fesm2015/ptsecurity-mosaic-loader-overlay.mjs +17 -17
  195. package/fesm2015/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
  196. package/fesm2015/ptsecurity-mosaic-markdown.mjs +14 -13
  197. package/fesm2015/ptsecurity-mosaic-markdown.mjs.map +1 -1
  198. package/fesm2015/ptsecurity-mosaic-modal.mjs +29 -29
  199. package/fesm2015/ptsecurity-mosaic-modal.mjs.map +1 -1
  200. package/fesm2015/ptsecurity-mosaic-navbar.mjs +49 -49
  201. package/fesm2015/ptsecurity-mosaic-navbar.mjs.map +1 -1
  202. package/fesm2015/ptsecurity-mosaic-popover.mjs +16 -16
  203. package/fesm2015/ptsecurity-mosaic-progress-bar.mjs +7 -7
  204. package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs +7 -7
  205. package/fesm2015/ptsecurity-mosaic-radio.mjs +10 -10
  206. package/fesm2015/ptsecurity-mosaic-radio.mjs.map +1 -1
  207. package/fesm2015/ptsecurity-mosaic-select.mjs +19 -19
  208. package/fesm2015/ptsecurity-mosaic-sidebar.mjs +13 -13
  209. package/fesm2015/ptsecurity-mosaic-sidepanel.mjs +26 -26
  210. package/fesm2015/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
  211. package/fesm2015/ptsecurity-mosaic-splitter.mjs +16 -16
  212. package/fesm2015/ptsecurity-mosaic-splitter.mjs.map +1 -1
  213. package/fesm2015/ptsecurity-mosaic-table.mjs +11 -14
  214. package/fesm2015/ptsecurity-mosaic-table.mjs.map +1 -1
  215. package/fesm2015/ptsecurity-mosaic-tabs.mjs +53 -53
  216. package/fesm2015/ptsecurity-mosaic-tabs.mjs.map +1 -1
  217. package/fesm2015/ptsecurity-mosaic-tags.mjs +54 -47
  218. package/fesm2015/ptsecurity-mosaic-tags.mjs.map +1 -1
  219. package/fesm2015/ptsecurity-mosaic-textarea.mjs +7 -7
  220. package/fesm2015/ptsecurity-mosaic-timepicker.mjs +7 -7
  221. package/fesm2015/ptsecurity-mosaic-timezone.mjs +22 -22
  222. package/fesm2015/ptsecurity-mosaic-toast.mjs +13 -13
  223. package/fesm2015/ptsecurity-mosaic-toggle.mjs +7 -7
  224. package/fesm2015/ptsecurity-mosaic-tooltip.mjs +16 -16
  225. package/fesm2015/ptsecurity-mosaic-tree-select.mjs +15 -15
  226. package/fesm2015/ptsecurity-mosaic-tree-select.mjs.map +1 -1
  227. package/fesm2015/ptsecurity-mosaic-tree.mjs +37 -37
  228. package/fesm2015/ptsecurity-mosaic-tree.mjs.map +1 -1
  229. package/fesm2020/ptsecurity-mosaic-autocomplete.mjs +15 -18
  230. package/fesm2020/ptsecurity-mosaic-autocomplete.mjs.map +1 -1
  231. package/fesm2020/ptsecurity-mosaic-button-toggle.mjs +12 -12
  232. package/fesm2020/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
  233. package/fesm2020/ptsecurity-mosaic-button.mjs +11 -11
  234. package/fesm2020/ptsecurity-mosaic-button.mjs.map +1 -1
  235. package/fesm2020/ptsecurity-mosaic-card.mjs +8 -8
  236. package/fesm2020/ptsecurity-mosaic-card.mjs.map +1 -1
  237. package/fesm2020/ptsecurity-mosaic-checkbox.mjs +11 -11
  238. package/fesm2020/ptsecurity-mosaic-checkbox.mjs.map +1 -1
  239. package/fesm2020/ptsecurity-mosaic-core.mjs +120 -115
  240. package/fesm2020/ptsecurity-mosaic-core.mjs.map +1 -1
  241. package/fesm2020/ptsecurity-mosaic-datepicker.mjs +40 -40
  242. package/fesm2020/ptsecurity-mosaic-datepicker.mjs.map +1 -1
  243. package/fesm2020/ptsecurity-mosaic-design-tokens.mjs +5 -5
  244. package/fesm2020/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
  245. package/fesm2020/ptsecurity-mosaic-divider.mjs +7 -7
  246. package/fesm2020/ptsecurity-mosaic-dl.mjs +13 -13
  247. package/fesm2020/ptsecurity-mosaic-dropdown.mjs +17 -17
  248. package/fesm2020/ptsecurity-mosaic-dropdown.mjs.map +1 -1
  249. package/fesm2020/ptsecurity-mosaic-form-field.mjs +32 -32
  250. package/fesm2020/ptsecurity-mosaic-form-field.mjs.map +1 -1
  251. package/fesm2020/ptsecurity-mosaic-icon.mjs +10 -10
  252. package/fesm2020/ptsecurity-mosaic-input.mjs +25 -25
  253. package/fesm2020/ptsecurity-mosaic-link.mjs +7 -7
  254. package/fesm2020/ptsecurity-mosaic-list.mjs +19 -19
  255. package/fesm2020/ptsecurity-mosaic-list.mjs.map +1 -1
  256. package/fesm2020/ptsecurity-mosaic-loader-overlay.mjs +17 -17
  257. package/fesm2020/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
  258. package/fesm2020/ptsecurity-mosaic-markdown.mjs +14 -13
  259. package/fesm2020/ptsecurity-mosaic-markdown.mjs.map +1 -1
  260. package/fesm2020/ptsecurity-mosaic-modal.mjs +29 -29
  261. package/fesm2020/ptsecurity-mosaic-modal.mjs.map +1 -1
  262. package/fesm2020/ptsecurity-mosaic-navbar.mjs +49 -49
  263. package/fesm2020/ptsecurity-mosaic-navbar.mjs.map +1 -1
  264. package/fesm2020/ptsecurity-mosaic-popover.mjs +16 -16
  265. package/fesm2020/ptsecurity-mosaic-progress-bar.mjs +7 -7
  266. package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs +7 -7
  267. package/fesm2020/ptsecurity-mosaic-radio.mjs +10 -10
  268. package/fesm2020/ptsecurity-mosaic-radio.mjs.map +1 -1
  269. package/fesm2020/ptsecurity-mosaic-select.mjs +19 -19
  270. package/fesm2020/ptsecurity-mosaic-sidebar.mjs +13 -13
  271. package/fesm2020/ptsecurity-mosaic-sidepanel.mjs +26 -26
  272. package/fesm2020/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
  273. package/fesm2020/ptsecurity-mosaic-splitter.mjs +16 -16
  274. package/fesm2020/ptsecurity-mosaic-splitter.mjs.map +1 -1
  275. package/fesm2020/ptsecurity-mosaic-table.mjs +11 -14
  276. package/fesm2020/ptsecurity-mosaic-table.mjs.map +1 -1
  277. package/fesm2020/ptsecurity-mosaic-tabs.mjs +53 -53
  278. package/fesm2020/ptsecurity-mosaic-tabs.mjs.map +1 -1
  279. package/fesm2020/ptsecurity-mosaic-tags.mjs +54 -47
  280. package/fesm2020/ptsecurity-mosaic-tags.mjs.map +1 -1
  281. package/fesm2020/ptsecurity-mosaic-textarea.mjs +7 -7
  282. package/fesm2020/ptsecurity-mosaic-timepicker.mjs +7 -7
  283. package/fesm2020/ptsecurity-mosaic-timezone.mjs +22 -22
  284. package/fesm2020/ptsecurity-mosaic-toast.mjs +13 -13
  285. package/fesm2020/ptsecurity-mosaic-toggle.mjs +7 -7
  286. package/fesm2020/ptsecurity-mosaic-tooltip.mjs +16 -16
  287. package/fesm2020/ptsecurity-mosaic-tree-select.mjs +15 -15
  288. package/fesm2020/ptsecurity-mosaic-tree-select.mjs.map +1 -1
  289. package/fesm2020/ptsecurity-mosaic-tree.mjs +37 -37
  290. package/fesm2020/ptsecurity-mosaic-tree.mjs.map +1 -1
  291. package/markdown/markdown.component.d.ts +2 -2
  292. package/markdown/markdown.values.d.ts +3 -0
  293. package/markdown/public-api.d.ts +1 -0
  294. package/package.json +4 -4
  295. package/prebuilt-themes/dark-theme.css +1 -1
  296. package/prebuilt-themes/default-theme.css +1 -1
  297. package/table/table.component.d.ts +1 -1
  298. package/tags/tag-input.d.ts +9 -2
@@ -140,9 +140,9 @@ class McNumberInput {
140
140
  }
141
141
  }
142
142
  }
143
- /** @nocollapse */ McNumberInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McNumberInput, deps: [{ token: i0.ElementRef }, { token: i1.NgControl, optional: true, self: true }, { token: 'step', attribute: true }, { token: 'big-step', attribute: true }, { token: 'min', attribute: true }, { token: 'max', attribute: true }], target: i0.ɵɵFactoryTarget.Directive });
144
- /** @nocollapse */ McNumberInput.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: McNumberInput, selector: "input[mcInput][type=\"number\"]", inputs: { bigStep: "bigStep", step: "step", min: "min", max: "max" }, host: { listeners: { "blur": "focusChanged(false)", "focus": "focusChanged(true)", "paste": "onPaste($event)", "keydown": "onKeyDown($event)" } }, exportAs: ["mcNumericalInput"], ngImport: i0 });
145
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McNumberInput, decorators: [{
143
+ /** @nocollapse */ McNumberInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McNumberInput, deps: [{ token: i0.ElementRef }, { token: i1.NgControl, optional: true, self: true }, { token: 'step', attribute: true }, { token: 'big-step', attribute: true }, { token: 'min', attribute: true }, { token: 'max', attribute: true }], target: i0.ɵɵFactoryTarget.Directive });
144
+ /** @nocollapse */ McNumberInput.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: McNumberInput, selector: "input[mcInput][type=\"number\"]", inputs: { bigStep: "bigStep", step: "step", min: "min", max: "max" }, host: { listeners: { "blur": "focusChanged(false)", "focus": "focusChanged(true)", "paste": "onPaste($event)", "keydown": "onKeyDown($event)" } }, exportAs: ["mcNumericalInput"], ngImport: i0 });
145
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McNumberInput, decorators: [{
146
146
  type: Directive,
147
147
  args: [{
148
148
  selector: `input[mcInput][type="number"]`,
@@ -403,11 +403,11 @@ class McInput extends McInputMixinBase {
403
403
  return validity && validity.badInput;
404
404
  }
405
405
  }
406
- /** @nocollapse */ McInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McInput, deps: [{ token: i0.ElementRef }, { token: i1.NgControl, optional: true, self: true }, { token: McNumberInput, optional: true, self: true }, { token: i1.NgForm, optional: true }, { token: i1.FormGroupDirective, optional: true }, { token: i3.ErrorStateMatcher }, { token: MC_INPUT_VALUE_ACCESSOR, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Directive });
407
- /** @nocollapse */ McInput.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: McInput, selector: "input[mcInput]", inputs: { errorStateMatcher: "errorStateMatcher", placeholder: "placeholder", disabled: "disabled", id: "id", required: "required", type: "type", value: "value" }, host: { listeners: { "blur": "onBlur()", "focus": "focusChanged(true)", "input": "onInput()" }, properties: { "attr.id": "id", "attr.placeholder": "placeholder", "attr.disabled": "disabled || null", "required": "required" }, classAttribute: "mc-input" }, providers: [{
406
+ /** @nocollapse */ McInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McInput, deps: [{ token: i0.ElementRef }, { token: i1.NgControl, optional: true, self: true }, { token: McNumberInput, optional: true, self: true }, { token: i1.NgForm, optional: true }, { token: i1.FormGroupDirective, optional: true }, { token: i3.ErrorStateMatcher }, { token: MC_INPUT_VALUE_ACCESSOR, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Directive });
407
+ /** @nocollapse */ McInput.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: McInput, selector: "input[mcInput]", inputs: { errorStateMatcher: "errorStateMatcher", placeholder: "placeholder", disabled: "disabled", id: "id", required: "required", type: "type", value: "value" }, host: { listeners: { "blur": "onBlur()", "focus": "focusChanged(true)", "input": "onInput()" }, properties: { "attr.id": "id", "attr.placeholder": "placeholder", "attr.disabled": "disabled || null", "required": "required" }, classAttribute: "mc-input" }, providers: [{
408
408
  provide: McFormFieldControl, useExisting: McInput
409
409
  }], exportAs: ["mcInput"], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
410
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McInput, decorators: [{
410
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McInput, decorators: [{
411
411
  type: Directive,
412
412
  args: [{
413
413
  selector: `input[mcInput]`,
@@ -466,9 +466,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
466
466
  }] } });
467
467
  class McInputMono {
468
468
  }
469
- /** @nocollapse */ McInputMono.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McInputMono, deps: [], target: i0.ɵɵFactoryTarget.Directive });
470
- /** @nocollapse */ McInputMono.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: McInputMono, selector: "input[mcInputMonospace]", host: { classAttribute: "mc-input_monospace" }, exportAs: ["McInputMonospace"], ngImport: i0 });
471
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McInputMono, decorators: [{
469
+ /** @nocollapse */ McInputMono.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McInputMono, deps: [], target: i0.ɵɵFactoryTarget.Directive });
470
+ /** @nocollapse */ McInputMono.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: McInputMono, selector: "input[mcInputMonospace]", host: { classAttribute: "mc-input_monospace" }, exportAs: ["McInputMonospace"], ngImport: i0 });
471
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McInputMono, decorators: [{
472
472
  type: Directive,
473
473
  args: [{
474
474
  selector: 'input[mcInputMonospace]',
@@ -507,9 +507,9 @@ class MinValidator {
507
507
  this.validator = Validators.min(parseInt(this.min, 10));
508
508
  }
509
509
  }
510
- /** @nocollapse */ MinValidator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: MinValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive });
511
- /** @nocollapse */ MinValidator.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: MinValidator, selector: "[min][formControlName],[min][formControl],[min][ngModel]", inputs: { min: "min" }, host: { properties: { "attr.min": "min ? min : null" } }, providers: [MIN_VALIDATOR], usesOnChanges: true, ngImport: i0 });
512
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: MinValidator, decorators: [{
510
+ /** @nocollapse */ MinValidator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: MinValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive });
511
+ /** @nocollapse */ MinValidator.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: MinValidator, selector: "[min][formControlName],[min][formControl],[min][ngModel]", inputs: { min: "min" }, host: { properties: { "attr.min": "min ? min : null" } }, providers: [MIN_VALIDATOR], usesOnChanges: true, ngImport: i0 });
512
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: MinValidator, decorators: [{
513
513
  type: Directive,
514
514
  args: [{
515
515
  selector: '[min][formControlName],[min][formControl],[min][ngModel]',
@@ -551,9 +551,9 @@ class MaxValidator {
551
551
  this.validator = Validators.max(parseInt(this.max, 10));
552
552
  }
553
553
  }
554
- /** @nocollapse */ MaxValidator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: MaxValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive });
555
- /** @nocollapse */ MaxValidator.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: MaxValidator, selector: "[max][formControlName],[max][formControl],[max][ngModel]", inputs: { max: "max" }, host: { properties: { "attr.max": "max ? max : null" } }, providers: [MAX_VALIDATOR], usesOnChanges: true, ngImport: i0 });
556
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: MaxValidator, decorators: [{
554
+ /** @nocollapse */ MaxValidator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: MaxValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive });
555
+ /** @nocollapse */ MaxValidator.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: MaxValidator, selector: "[max][formControlName],[max][formControl],[max][ngModel]", inputs: { max: "max" }, host: { properties: { "attr.max": "max ? max : null" } }, providers: [MAX_VALIDATOR], usesOnChanges: true, ngImport: i0 });
556
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: MaxValidator, decorators: [{
557
557
  type: Directive,
558
558
  args: [{
559
559
  selector: '[max][formControlName],[max][formControl],[max][ngModel]',
@@ -629,9 +629,9 @@ class McPasswordToggle extends McTooltipTrigger {
629
629
  this.focusMonitor.stopMonitoring(this.elementRef);
630
630
  }
631
631
  }
632
- /** @nocollapse */ McPasswordToggle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McPasswordToggle, deps: [{ token: i1$1.Overlay }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i1$1.ScrollDispatcher }, { token: i0.ViewContainerRef }, { token: MC_TOOLTIP_SCROLL_STRATEGY }, { token: i2.Directionality, optional: true }, { token: i3$1.FocusMonitor }, { token: i4.McFormField }], target: i0.ɵɵFactoryTarget.Component });
633
- /** @nocollapse */ McPasswordToggle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: McPasswordToggle, selector: "mc-password-toggle", inputs: { content: ["mcTooltipNotHidden", "content"], mcTooltipHidden: "mcTooltipHidden", disabled: "disabled", tabIndex: "tabIndex" }, host: { listeners: { "click": "toggle()", "keydown.ENTER": "toggle()", "keydown.SPACE": "toggle()" }, properties: { "class.mc-eye_16": "hidden", "class.mc-eye-crossed_16": "!hidden", "attr.tabindex": "disabled ? null : tabIndex", "attr.disabled": "disabled || null" }, classAttribute: "mc-password-toggle mc" }, exportAs: ["mcPasswordToggle"], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
634
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McPasswordToggle, decorators: [{
632
+ /** @nocollapse */ McPasswordToggle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McPasswordToggle, deps: [{ token: i1$1.Overlay }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i1$1.ScrollDispatcher }, { token: i0.ViewContainerRef }, { token: MC_TOOLTIP_SCROLL_STRATEGY }, { token: i2.Directionality, optional: true }, { token: i3$1.FocusMonitor }, { token: i4.McFormField }], target: i0.ɵɵFactoryTarget.Component });
633
+ /** @nocollapse */ McPasswordToggle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.5", type: McPasswordToggle, selector: "mc-password-toggle", inputs: { content: ["mcTooltipNotHidden", "content"], mcTooltipHidden: "mcTooltipHidden", disabled: "disabled", tabIndex: "tabIndex" }, host: { listeners: { "click": "toggle()", "keydown.ENTER": "toggle()", "keydown.SPACE": "toggle()" }, properties: { "class.mc-eye_16": "hidden", "class.mc-eye-crossed_16": "!hidden", "attr.tabindex": "disabled ? null : tabIndex", "attr.disabled": "disabled || null" }, classAttribute: "mc-password-toggle mc" }, exportAs: ["mcPasswordToggle"], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
634
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McPasswordToggle, decorators: [{
635
635
  type: Component,
636
636
  args: [{
637
637
  selector: `mc-password-toggle`,
@@ -836,11 +836,11 @@ class McInputPassword extends McInputMixinBase {
836
836
  return (_a = this.elementRef.nativeElement.validity) === null || _a === void 0 ? void 0 : _a.badInput;
837
837
  }
838
838
  }
839
- /** @nocollapse */ McInputPassword.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McInputPassword, deps: [{ token: i0.ElementRef }, { token: i1.NgControl, optional: true, self: true }, { token: i1.NgForm, optional: true }, { token: i1.FormGroupDirective, optional: true }, { token: i3.ErrorStateMatcher }, { token: MC_INPUT_VALUE_ACCESSOR, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Directive });
840
- /** @nocollapse */ McInputPassword.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: McInputPassword, selector: "input[mcInputPassword]", inputs: { errorStateMatcher: "errorStateMatcher", placeholder: "placeholder", disabled: "disabled", id: "id", required: "required", value: "value" }, host: { listeners: { "blur": "onBlur()", "focus": "focusChanged(true)", "input": "onInput()" }, properties: { "attr.id": "id", "attr.type": "elementType", "attr.placeholder": "placeholder", "attr.disabled": "disabled || null", "required": "required" }, classAttribute: "mc-input mc-input-password" }, providers: [{
839
+ /** @nocollapse */ McInputPassword.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McInputPassword, deps: [{ token: i0.ElementRef }, { token: i1.NgControl, optional: true, self: true }, { token: i1.NgForm, optional: true }, { token: i1.FormGroupDirective, optional: true }, { token: i3.ErrorStateMatcher }, { token: MC_INPUT_VALUE_ACCESSOR, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Directive });
840
+ /** @nocollapse */ McInputPassword.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: McInputPassword, selector: "input[mcInputPassword]", inputs: { errorStateMatcher: "errorStateMatcher", placeholder: "placeholder", disabled: "disabled", id: "id", required: "required", value: "value" }, host: { listeners: { "blur": "onBlur()", "focus": "focusChanged(true)", "input": "onInput()" }, properties: { "attr.id": "id", "attr.type": "elementType", "attr.placeholder": "placeholder", "attr.disabled": "disabled || null", "required": "required" }, classAttribute: "mc-input mc-input-password" }, providers: [{
841
841
  provide: McFormFieldControl, useExisting: McInputPassword
842
842
  }], exportAs: ["mcInputPassword"], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
843
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McInputPassword, decorators: [{
843
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McInputPassword, decorators: [{
844
844
  type: Directive,
845
845
  args: [{
846
846
  selector: `input[mcInputPassword]`,
@@ -895,8 +895,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
895
895
 
896
896
  class McInputModule {
897
897
  }
898
- /** @nocollapse */ McInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
899
- /** @nocollapse */ McInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: McInputModule, declarations: [McInput,
898
+ /** @nocollapse */ McInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
899
+ /** @nocollapse */ McInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: McInputModule, declarations: [McInput,
900
900
  McNumberInput,
901
901
  McInputPassword,
902
902
  McPasswordToggle,
@@ -912,11 +912,11 @@ class McInputModule {
912
912
  McInputMono,
913
913
  MinValidator,
914
914
  MaxValidator] });
915
- /** @nocollapse */ McInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McInputModule, imports: [CommonModule,
915
+ /** @nocollapse */ McInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McInputModule, imports: [CommonModule,
916
916
  A11yModule,
917
917
  McCommonModule,
918
918
  FormsModule] });
919
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McInputModule, decorators: [{
919
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McInputModule, decorators: [{
920
920
  type: NgModule,
921
921
  args: [{
922
922
  imports: [
@@ -72,9 +72,9 @@ class McLink extends McLinkMixinBase {
72
72
  return this.elementRef.nativeElement;
73
73
  }
74
74
  }
75
- /** @nocollapse */ McLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McLink, deps: [{ token: i0.ElementRef }, { token: i1.FocusMonitor }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
76
- /** @nocollapse */ McLink.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: McLink, selector: "[mc-link]", inputs: { tabIndex: "tabIndex", disabled: "disabled", pseudo: "pseudo", noUnderline: "noUnderline", useVisited: "useVisited", print: "print" }, host: { properties: { "class.mc-link_no-underline": "noUnderline", "class.mc-link_use-visited": "useVisited", "class.mc-link_pseudo": "pseudo", "class.mc-link_print": "printMode", "class.mc-text-only": "!hasIcon", "class.mc-text-with-icon": "hasIcon", "attr.disabled": "disabled || null", "attr.tabindex": "tabIndex", "attr.print": "print" }, classAttribute: "mc-link" }, queries: [{ propertyName: "icon", first: true, predicate: McIcon, descendants: true }], exportAs: ["mcLink"], usesInheritance: true, ngImport: i0 });
77
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McLink, decorators: [{
75
+ /** @nocollapse */ McLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McLink, deps: [{ token: i0.ElementRef }, { token: i1.FocusMonitor }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
76
+ /** @nocollapse */ McLink.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: McLink, selector: "[mc-link]", inputs: { tabIndex: "tabIndex", disabled: "disabled", pseudo: "pseudo", noUnderline: "noUnderline", useVisited: "useVisited", print: "print" }, host: { properties: { "class.mc-link_no-underline": "noUnderline", "class.mc-link_use-visited": "useVisited", "class.mc-link_pseudo": "pseudo", "class.mc-link_print": "printMode", "class.mc-text-only": "!hasIcon", "class.mc-text-with-icon": "hasIcon", "attr.disabled": "disabled || null", "attr.tabindex": "tabIndex", "attr.print": "print" }, classAttribute: "mc-link" }, queries: [{ propertyName: "icon", first: true, predicate: McIcon, descendants: true }], exportAs: ["mcLink"], usesInheritance: true, ngImport: i0 });
77
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McLink, decorators: [{
78
78
  type: Directive,
79
79
  args: [{
80
80
  selector: '[mc-link]',
@@ -110,12 +110,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
110
110
 
111
111
  class McLinkModule {
112
112
  }
113
- /** @nocollapse */ McLinkModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McLinkModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
114
- /** @nocollapse */ McLinkModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: McLinkModule, declarations: [McLink], imports: [CommonModule,
113
+ /** @nocollapse */ McLinkModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McLinkModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
114
+ /** @nocollapse */ McLinkModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: McLinkModule, declarations: [McLink], imports: [CommonModule,
115
115
  A11yModule], exports: [McLink] });
116
- /** @nocollapse */ McLinkModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McLinkModule, imports: [CommonModule,
116
+ /** @nocollapse */ McLinkModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McLinkModule, imports: [CommonModule,
117
117
  A11yModule] });
118
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McLinkModule, decorators: [{
118
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McLinkModule, decorators: [{
119
119
  type: NgModule,
120
120
  args: [{
121
121
  imports: [
@@ -441,14 +441,14 @@ class McListSelection extends McListSelectionMixinBase {
441
441
  option.preventBlur = false;
442
442
  }
443
443
  }
444
- /** @nocollapse */ McListSelection.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McListSelection, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: 'multiple', attribute: true }, { token: i1.Clipboard, optional: true }], target: i0.ɵɵFactoryTarget.Component });
445
- /** @nocollapse */ McListSelection.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: McListSelection, selector: "mc-list-selection", inputs: { disabled: "disabled", autoSelect: "autoSelect", noUnselectLast: "noUnselectLast", horizontal: "horizontal", tabIndex: "tabIndex", compareWith: "compareWith" }, outputs: { onSelectAll: "onSelectAll", onCopy: "onCopy", selectionChange: "selectionChange" }, host: { listeners: { "keydown": "onKeyDown($event)", "window:resize": "updateScrollSize()" }, properties: { "attr.tabindex": "-1", "attr.disabled": "disabled || null" }, classAttribute: "mc-list-selection" }, providers: [MC_SELECTION_LIST_VALUE_ACCESSOR], queries: [{ propertyName: "options", predicate: i0.forwardRef(function () { return McListOption; }), descendants: true }], exportAs: ["mcListSelection"], usesInheritance: true, ngImport: i0, template: `
444
+ /** @nocollapse */ McListSelection.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McListSelection, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: 'multiple', attribute: true }, { token: i1.Clipboard, optional: true }], target: i0.ɵɵFactoryTarget.Component });
445
+ /** @nocollapse */ McListSelection.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.5", type: McListSelection, selector: "mc-list-selection", inputs: { disabled: "disabled", autoSelect: "autoSelect", noUnselectLast: "noUnselectLast", horizontal: "horizontal", tabIndex: "tabIndex", compareWith: "compareWith" }, outputs: { onSelectAll: "onSelectAll", onCopy: "onCopy", selectionChange: "selectionChange" }, host: { listeners: { "keydown": "onKeyDown($event)", "window:resize": "updateScrollSize()" }, properties: { "attr.tabindex": "-1", "attr.disabled": "disabled || null" }, classAttribute: "mc-list-selection" }, providers: [MC_SELECTION_LIST_VALUE_ACCESSOR], queries: [{ propertyName: "options", predicate: i0.forwardRef(function () { return McListOption; }), descendants: true }], exportAs: ["mcListSelection"], usesInheritance: true, ngImport: i0, template: `
446
446
  <div [attr.tabindex]="tabIndex"
447
447
  (focus)="focus()"
448
448
  (blur)="blur()">
449
449
  <ng-content></ng-content>
450
- </div>`, isInline: true, styles: [".mc-no-select{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.mc-list,.mc-list-selection{display:block;outline:none}.mc-list-item,.mc-list-option{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;position:relative;display:flex;align-items:center;box-sizing:border-box;height:32px;height:var(--mc-list-size-item-height, 32px);border:2px solid transparent;padding-left:12px;padding-left:var(--mc-list-size-horizontal-padding, 12px)}.mc-list-item .mc-list-text,.mc-list-option .mc-list-text{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;padding-right:12px;padding-right:var(--mc-list-size-horizontal-padding, 12px)}.mc-list-item .mc-list-text>*,.mc-list-option .mc-list-text>*{margin:0;padding:0;font-weight:400;font-size:inherit}.mc-list-item .mc-list-text:empty,.mc-list-option .mc-list-text:empty{display:none}.mc-list-item .mc-divider,.mc-list-option .mc-divider{position:absolute;bottom:0;left:0;width:100%;margin:0}[dir=rtl] .mc-list-item .mc-divider,[dir=rtl] .mc-list-option .mc-divider{margin-left:auto;margin-right:0}.mc-list-item .mc-divider.mc-divider_inset,.mc-list-option .mc-divider.mc-divider_inset{position:absolute}.mc-list-item.mc-progress:after,.mc-list-option.mc-progress:after{top:-2px;right:-2px;bottom:-2px;left:-2px}.mc-list-item .mc-pseudo-checkbox,.mc-list-item .mc-icon,.mc-list-option .mc-pseudo-checkbox,.mc-list-option .mc-icon{margin-right:8px;margin-right:var(--mc-list-size-icon-right-margin, 8px)}.mc-list-item .mc-option-action,.mc-list-option .mc-option-action{display:none}.mc-list-item:not([disabled]):hover .mc-option-action,.mc-list-item:not([disabled]).mc-focused .mc-option-action,.mc-list-item:not([disabled]).mc-action-button-focused .mc-option-action,.mc-list-option:not([disabled]):hover .mc-option-action,.mc-list-option:not([disabled]).mc-focused .mc-option-action,.mc-list-option:not([disabled]).mc-action-button-focused .mc-option-action{display:flex}.mc-list-option:not([disabled]):not(.mc-disabled){cursor:pointer}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
451
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McListSelection, decorators: [{
450
+ </div>`, isInline: true, styles: [".mc-no-select{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.mc-list,.mc-list-selection{display:block;outline:none}.mc-list-item,.mc-list-option{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;position:relative;display:flex;align-items:center;box-sizing:border-box;height:32px;height:var(--mc-list-size-item-height, 32px);border:2px solid transparent;padding-left:12px;padding-left:var(--mc-list-size-horizontal-padding, 12px)}.mc-list-item .mc-list-text,.mc-list-option .mc-list-text{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;padding-right:12px;padding-right:var(--mc-list-size-horizontal-padding, 12px)}.mc-list-item .mc-list-text>*,.mc-list-option .mc-list-text>*{margin:0;padding:0;font-weight:400;font-size:inherit}.mc-list-item .mc-list-text:empty,.mc-list-option .mc-list-text:empty{display:none}.mc-list-item .mc-divider,.mc-list-option .mc-divider{position:absolute;bottom:0;left:0;width:100%;margin:0}[dir=rtl] .mc-list-item .mc-divider,[dir=rtl] .mc-list-option .mc-divider{margin-left:auto;margin-right:0}.mc-list-item .mc-divider.mc-divider_inset,.mc-list-option .mc-divider.mc-divider_inset{position:absolute}.mc-list-item.mc-progress:after,.mc-list-option.mc-progress:after{inset:-2px}.mc-list-item .mc-pseudo-checkbox,.mc-list-item .mc-icon,.mc-list-option .mc-pseudo-checkbox,.mc-list-option .mc-icon{margin-right:8px;margin-right:var(--mc-list-size-icon-right-margin, 8px)}.mc-list-item .mc-option-action,.mc-list-option .mc-option-action{display:none}.mc-list-item:not([disabled]):hover .mc-option-action,.mc-list-item:not([disabled]).mc-focused .mc-option-action,.mc-list-item:not([disabled]).mc-action-button-focused .mc-option-action,.mc-list-option:not([disabled]):hover .mc-option-action,.mc-list-option:not([disabled]).mc-focused .mc-option-action,.mc-list-option:not([disabled]).mc-action-button-focused .mc-option-action{display:flex}.mc-list-option:not([disabled]):not(.mc-disabled){cursor:pointer}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
451
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McListSelection, decorators: [{
452
452
  type: Component,
453
453
  args: [{ exportAs: 'mcListSelection', selector: 'mc-list-selection', template: `
454
454
  <div [attr.tabindex]="tabIndex"
@@ -461,7 +461,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
461
461
  '[attr.disabled]': 'disabled || null',
462
462
  '(keydown)': 'onKeyDown($event)',
463
463
  '(window:resize)': 'updateScrollSize()'
464
- }, providers: [MC_SELECTION_LIST_VALUE_ACCESSOR], preserveWhitespaces: false, styles: [".mc-no-select{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.mc-list,.mc-list-selection{display:block;outline:none}.mc-list-item,.mc-list-option{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;position:relative;display:flex;align-items:center;box-sizing:border-box;height:32px;height:var(--mc-list-size-item-height, 32px);border:2px solid transparent;padding-left:12px;padding-left:var(--mc-list-size-horizontal-padding, 12px)}.mc-list-item .mc-list-text,.mc-list-option .mc-list-text{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;padding-right:12px;padding-right:var(--mc-list-size-horizontal-padding, 12px)}.mc-list-item .mc-list-text>*,.mc-list-option .mc-list-text>*{margin:0;padding:0;font-weight:400;font-size:inherit}.mc-list-item .mc-list-text:empty,.mc-list-option .mc-list-text:empty{display:none}.mc-list-item .mc-divider,.mc-list-option .mc-divider{position:absolute;bottom:0;left:0;width:100%;margin:0}[dir=rtl] .mc-list-item .mc-divider,[dir=rtl] .mc-list-option .mc-divider{margin-left:auto;margin-right:0}.mc-list-item .mc-divider.mc-divider_inset,.mc-list-option .mc-divider.mc-divider_inset{position:absolute}.mc-list-item.mc-progress:after,.mc-list-option.mc-progress:after{top:-2px;right:-2px;bottom:-2px;left:-2px}.mc-list-item .mc-pseudo-checkbox,.mc-list-item .mc-icon,.mc-list-option .mc-pseudo-checkbox,.mc-list-option .mc-icon{margin-right:8px;margin-right:var(--mc-list-size-icon-right-margin, 8px)}.mc-list-item .mc-option-action,.mc-list-option .mc-option-action{display:none}.mc-list-item:not([disabled]):hover .mc-option-action,.mc-list-item:not([disabled]).mc-focused .mc-option-action,.mc-list-item:not([disabled]).mc-action-button-focused .mc-option-action,.mc-list-option:not([disabled]):hover .mc-option-action,.mc-list-option:not([disabled]).mc-focused .mc-option-action,.mc-list-option:not([disabled]).mc-action-button-focused .mc-option-action{display:flex}.mc-list-option:not([disabled]):not(.mc-disabled){cursor:pointer}\n"] }]
464
+ }, providers: [MC_SELECTION_LIST_VALUE_ACCESSOR], preserveWhitespaces: false, styles: [".mc-no-select{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.mc-list,.mc-list-selection{display:block;outline:none}.mc-list-item,.mc-list-option{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;position:relative;display:flex;align-items:center;box-sizing:border-box;height:32px;height:var(--mc-list-size-item-height, 32px);border:2px solid transparent;padding-left:12px;padding-left:var(--mc-list-size-horizontal-padding, 12px)}.mc-list-item .mc-list-text,.mc-list-option .mc-list-text{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;padding-right:12px;padding-right:var(--mc-list-size-horizontal-padding, 12px)}.mc-list-item .mc-list-text>*,.mc-list-option .mc-list-text>*{margin:0;padding:0;font-weight:400;font-size:inherit}.mc-list-item .mc-list-text:empty,.mc-list-option .mc-list-text:empty{display:none}.mc-list-item .mc-divider,.mc-list-option .mc-divider{position:absolute;bottom:0;left:0;width:100%;margin:0}[dir=rtl] .mc-list-item .mc-divider,[dir=rtl] .mc-list-option .mc-divider{margin-left:auto;margin-right:0}.mc-list-item .mc-divider.mc-divider_inset,.mc-list-option .mc-divider.mc-divider_inset{position:absolute}.mc-list-item.mc-progress:after,.mc-list-option.mc-progress:after{inset:-2px}.mc-list-item .mc-pseudo-checkbox,.mc-list-item .mc-icon,.mc-list-option .mc-pseudo-checkbox,.mc-list-option .mc-icon{margin-right:8px;margin-right:var(--mc-list-size-icon-right-margin, 8px)}.mc-list-item .mc-option-action,.mc-list-option .mc-option-action{display:none}.mc-list-item:not([disabled]):hover .mc-option-action,.mc-list-item:not([disabled]).mc-focused .mc-option-action,.mc-list-item:not([disabled]).mc-action-button-focused .mc-option-action,.mc-list-option:not([disabled]):hover .mc-option-action,.mc-list-option:not([disabled]).mc-focused .mc-option-action,.mc-list-option:not([disabled]).mc-action-button-focused .mc-option-action{display:flex}.mc-list-option:not([disabled]):not(.mc-disabled){cursor:pointer}\n"] }]
465
465
  }], ctorParameters: function () {
466
466
  return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i2.MultipleMode, decorators: [{
467
467
  type: Attribute,
@@ -654,11 +654,11 @@ class McListOption {
654
654
  return this.elementRef.nativeElement;
655
655
  }
656
656
  }
657
- /** @nocollapse */ McListOption.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McListOption, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: forwardRef(() => McListSelection) }, { token: i2.McOptgroup, optional: true }], target: i0.ɵɵFactoryTarget.Component });
658
- /** @nocollapse */ McListOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: McListOption, selector: "mc-list-option", inputs: { checkboxPosition: "checkboxPosition", value: "value", disabled: "disabled", showCheckbox: "showCheckbox", selected: "selected" }, host: { listeners: { "focusin": "focus()", "blur": "blur()", "click": "handleClick($event)", "keydown": "onKeydown($event)" }, properties: { "class.mc-selected": "selected", "class.mc-disabled": "disabled", "class.mc-focused": "hasFocus", "class.mc-action-button-focused": "actionButton?.active", "attr.tabindex": "tabIndex", "attr.disabled": "disabled || null" }, classAttribute: "mc-list-option" }, providers: [
657
+ /** @nocollapse */ McListOption.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McListOption, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: forwardRef(() => McListSelection) }, { token: i2.McOptgroup, optional: true }], target: i0.ɵɵFactoryTarget.Component });
658
+ /** @nocollapse */ McListOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.5", type: McListOption, selector: "mc-list-option", inputs: { checkboxPosition: "checkboxPosition", value: "value", disabled: "disabled", showCheckbox: "showCheckbox", selected: "selected" }, host: { listeners: { "focusin": "focus()", "blur": "blur()", "click": "handleClick($event)", "keydown": "onKeydown($event)" }, properties: { "class.mc-selected": "selected", "class.mc-disabled": "disabled", "class.mc-focused": "hasFocus", "class.mc-action-button-focused": "actionButton?.active", "attr.tabindex": "tabIndex", "attr.disabled": "disabled || null" }, classAttribute: "mc-list-option" }, providers: [
659
659
  { provide: MC_OPTION_ACTION_PARENT, useExisting: McListOption }
660
660
  ], queries: [{ propertyName: "actionButton", first: true, predicate: McOptionActionComponent, descendants: true }, { propertyName: "tooltipTrigger", first: true, predicate: McTooltipTrigger, descendants: true }, { propertyName: "dropdownTrigger", first: true, predicate: McDropdownTrigger, descendants: true }], viewQueries: [{ propertyName: "text", first: true, predicate: ["text"], descendants: true }], exportAs: ["mcListOption"], ngImport: i0, template: "<mc-pseudo-checkbox\n *ngIf=\"showCheckbox\"\n [state]=\"selected ? 'checked' : 'unchecked'\"\n [disabled]=\"disabled\">\n</mc-pseudo-checkbox>\n\n<ng-content select=\"[mc-icon]\"></ng-content>\n\n<div class=\"mc-list-text\" #text>\n <ng-content></ng-content>\n</div>\n\n<ng-content select=\"mc-option-action\"></ng-content>\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.McPseudoCheckbox, selector: "mc-pseudo-checkbox", inputs: ["color", "state", "disabled"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
661
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McListOption, decorators: [{
661
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McListOption, decorators: [{
662
662
  type: Component,
663
663
  args: [{ exportAs: 'mcListOption', selector: 'mc-list-option', host: {
664
664
  class: 'mc-list-option',
@@ -709,11 +709,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
709
709
  // todo пока не делаем, перенесено из материала, но у нас в доках таких простых списков нет.
710
710
  class McList {
711
711
  }
712
- /** @nocollapse */ McList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McList, deps: [], target: i0.ɵɵFactoryTarget.Component });
713
- /** @nocollapse */ McList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: McList, selector: "mc-list", host: { classAttribute: "mc-list" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".mc-no-select{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.mc-list,.mc-list-selection{display:block;outline:none}.mc-list-item,.mc-list-option{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;position:relative;display:flex;align-items:center;box-sizing:border-box;height:32px;height:var(--mc-list-size-item-height, 32px);border:2px solid transparent;padding-left:12px;padding-left:var(--mc-list-size-horizontal-padding, 12px)}.mc-list-item .mc-list-text,.mc-list-option .mc-list-text{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;padding-right:12px;padding-right:var(--mc-list-size-horizontal-padding, 12px)}.mc-list-item .mc-list-text>*,.mc-list-option .mc-list-text>*{margin:0;padding:0;font-weight:400;font-size:inherit}.mc-list-item .mc-list-text:empty,.mc-list-option .mc-list-text:empty{display:none}.mc-list-item .mc-divider,.mc-list-option .mc-divider{position:absolute;bottom:0;left:0;width:100%;margin:0}[dir=rtl] .mc-list-item .mc-divider,[dir=rtl] .mc-list-option .mc-divider{margin-left:auto;margin-right:0}.mc-list-item .mc-divider.mc-divider_inset,.mc-list-option .mc-divider.mc-divider_inset{position:absolute}.mc-list-item.mc-progress:after,.mc-list-option.mc-progress:after{top:-2px;right:-2px;bottom:-2px;left:-2px}.mc-list-item .mc-pseudo-checkbox,.mc-list-item .mc-icon,.mc-list-option .mc-pseudo-checkbox,.mc-list-option .mc-icon{margin-right:8px;margin-right:var(--mc-list-size-icon-right-margin, 8px)}.mc-list-item .mc-option-action,.mc-list-option .mc-option-action{display:none}.mc-list-item:not([disabled]):hover .mc-option-action,.mc-list-item:not([disabled]).mc-focused .mc-option-action,.mc-list-item:not([disabled]).mc-action-button-focused .mc-option-action,.mc-list-option:not([disabled]):hover .mc-option-action,.mc-list-option:not([disabled]).mc-focused .mc-option-action,.mc-list-option:not([disabled]).mc-action-button-focused .mc-option-action{display:flex}.mc-list-option:not([disabled]):not(.mc-disabled){cursor:pointer}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
714
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McList, decorators: [{
712
+ /** @nocollapse */ McList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McList, deps: [], target: i0.ɵɵFactoryTarget.Component });
713
+ /** @nocollapse */ McList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.5", type: McList, selector: "mc-list", host: { classAttribute: "mc-list" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".mc-no-select{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.mc-list,.mc-list-selection{display:block;outline:none}.mc-list-item,.mc-list-option{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;position:relative;display:flex;align-items:center;box-sizing:border-box;height:32px;height:var(--mc-list-size-item-height, 32px);border:2px solid transparent;padding-left:12px;padding-left:var(--mc-list-size-horizontal-padding, 12px)}.mc-list-item .mc-list-text,.mc-list-option .mc-list-text{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;padding-right:12px;padding-right:var(--mc-list-size-horizontal-padding, 12px)}.mc-list-item .mc-list-text>*,.mc-list-option .mc-list-text>*{margin:0;padding:0;font-weight:400;font-size:inherit}.mc-list-item .mc-list-text:empty,.mc-list-option .mc-list-text:empty{display:none}.mc-list-item .mc-divider,.mc-list-option .mc-divider{position:absolute;bottom:0;left:0;width:100%;margin:0}[dir=rtl] .mc-list-item .mc-divider,[dir=rtl] .mc-list-option .mc-divider{margin-left:auto;margin-right:0}.mc-list-item .mc-divider.mc-divider_inset,.mc-list-option .mc-divider.mc-divider_inset{position:absolute}.mc-list-item.mc-progress:after,.mc-list-option.mc-progress:after{inset:-2px}.mc-list-item .mc-pseudo-checkbox,.mc-list-item .mc-icon,.mc-list-option .mc-pseudo-checkbox,.mc-list-option .mc-icon{margin-right:8px;margin-right:var(--mc-list-size-icon-right-margin, 8px)}.mc-list-item .mc-option-action,.mc-list-option .mc-option-action{display:none}.mc-list-item:not([disabled]):hover .mc-option-action,.mc-list-item:not([disabled]).mc-focused .mc-option-action,.mc-list-item:not([disabled]).mc-action-button-focused .mc-option-action,.mc-list-option:not([disabled]):hover .mc-option-action,.mc-list-option:not([disabled]).mc-focused .mc-option-action,.mc-list-option:not([disabled]).mc-action-button-focused .mc-option-action{display:flex}.mc-list-option:not([disabled]):not(.mc-disabled){cursor:pointer}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
714
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McList, decorators: [{
715
715
  type: Component,
716
- args: [{ selector: 'mc-list', host: { class: 'mc-list' }, template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, styles: [".mc-no-select{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.mc-list,.mc-list-selection{display:block;outline:none}.mc-list-item,.mc-list-option{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;position:relative;display:flex;align-items:center;box-sizing:border-box;height:32px;height:var(--mc-list-size-item-height, 32px);border:2px solid transparent;padding-left:12px;padding-left:var(--mc-list-size-horizontal-padding, 12px)}.mc-list-item .mc-list-text,.mc-list-option .mc-list-text{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;padding-right:12px;padding-right:var(--mc-list-size-horizontal-padding, 12px)}.mc-list-item .mc-list-text>*,.mc-list-option .mc-list-text>*{margin:0;padding:0;font-weight:400;font-size:inherit}.mc-list-item .mc-list-text:empty,.mc-list-option .mc-list-text:empty{display:none}.mc-list-item .mc-divider,.mc-list-option .mc-divider{position:absolute;bottom:0;left:0;width:100%;margin:0}[dir=rtl] .mc-list-item .mc-divider,[dir=rtl] .mc-list-option .mc-divider{margin-left:auto;margin-right:0}.mc-list-item .mc-divider.mc-divider_inset,.mc-list-option .mc-divider.mc-divider_inset{position:absolute}.mc-list-item.mc-progress:after,.mc-list-option.mc-progress:after{top:-2px;right:-2px;bottom:-2px;left:-2px}.mc-list-item .mc-pseudo-checkbox,.mc-list-item .mc-icon,.mc-list-option .mc-pseudo-checkbox,.mc-list-option .mc-icon{margin-right:8px;margin-right:var(--mc-list-size-icon-right-margin, 8px)}.mc-list-item .mc-option-action,.mc-list-option .mc-option-action{display:none}.mc-list-item:not([disabled]):hover .mc-option-action,.mc-list-item:not([disabled]).mc-focused .mc-option-action,.mc-list-item:not([disabled]).mc-action-button-focused .mc-option-action,.mc-list-option:not([disabled]):hover .mc-option-action,.mc-list-option:not([disabled]).mc-focused .mc-option-action,.mc-list-option:not([disabled]).mc-action-button-focused .mc-option-action{display:flex}.mc-list-option:not([disabled]):not(.mc-disabled){cursor:pointer}\n"] }]
716
+ args: [{ selector: 'mc-list', host: { class: 'mc-list' }, template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, styles: [".mc-no-select{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.mc-list,.mc-list-selection{display:block;outline:none}.mc-list-item,.mc-list-option{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;position:relative;display:flex;align-items:center;box-sizing:border-box;height:32px;height:var(--mc-list-size-item-height, 32px);border:2px solid transparent;padding-left:12px;padding-left:var(--mc-list-size-horizontal-padding, 12px)}.mc-list-item .mc-list-text,.mc-list-option .mc-list-text{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;padding-right:12px;padding-right:var(--mc-list-size-horizontal-padding, 12px)}.mc-list-item .mc-list-text>*,.mc-list-option .mc-list-text>*{margin:0;padding:0;font-weight:400;font-size:inherit}.mc-list-item .mc-list-text:empty,.mc-list-option .mc-list-text:empty{display:none}.mc-list-item .mc-divider,.mc-list-option .mc-divider{position:absolute;bottom:0;left:0;width:100%;margin:0}[dir=rtl] .mc-list-item .mc-divider,[dir=rtl] .mc-list-option .mc-divider{margin-left:auto;margin-right:0}.mc-list-item .mc-divider.mc-divider_inset,.mc-list-option .mc-divider.mc-divider_inset{position:absolute}.mc-list-item.mc-progress:after,.mc-list-option.mc-progress:after{inset:-2px}.mc-list-item .mc-pseudo-checkbox,.mc-list-item .mc-icon,.mc-list-option .mc-pseudo-checkbox,.mc-list-option .mc-icon{margin-right:8px;margin-right:var(--mc-list-size-icon-right-margin, 8px)}.mc-list-item .mc-option-action,.mc-list-option .mc-option-action{display:none}.mc-list-item:not([disabled]):hover .mc-option-action,.mc-list-item:not([disabled]).mc-focused .mc-option-action,.mc-list-item:not([disabled]).mc-action-button-focused .mc-option-action,.mc-list-option:not([disabled]):hover .mc-option-action,.mc-list-option:not([disabled]).mc-focused .mc-option-action,.mc-list-option:not([disabled]).mc-action-button-focused .mc-option-action{display:flex}.mc-list-option:not([disabled]):not(.mc-disabled){cursor:pointer}\n"] }]
717
717
  }] });
718
718
  class McListItem {
719
719
  constructor(elementRef) {
@@ -733,9 +733,9 @@ class McListItem {
733
733
  return this.elementRef.nativeElement;
734
734
  }
735
735
  }
736
- /** @nocollapse */ McListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McListItem, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
737
- /** @nocollapse */ McListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: McListItem, selector: "mc-list-item, a[mc-list-item]", host: { listeners: { "focus": "handleFocus()", "blur": "handleBlur()" }, classAttribute: "mc-list-item" }, queries: [{ propertyName: "lines", predicate: McLine }], ngImport: i0, template: "<ng-content select=\"[mc-list-icon], [mcListIcon]\"></ng-content>\n\n<div class=\"mc-list-text\">\n <ng-content select=\"[mc-line], [mcLine]\"></ng-content>\n</div>\n\n<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
738
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McListItem, decorators: [{
736
+ /** @nocollapse */ McListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McListItem, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
737
+ /** @nocollapse */ McListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.5", type: McListItem, selector: "mc-list-item, a[mc-list-item]", host: { listeners: { "focus": "handleFocus()", "blur": "handleBlur()" }, classAttribute: "mc-list-item" }, queries: [{ propertyName: "lines", predicate: McLine }], ngImport: i0, template: "<ng-content select=\"[mc-list-icon], [mcListIcon]\"></ng-content>\n\n<div class=\"mc-list-text\">\n <ng-content select=\"[mc-line], [mcLine]\"></ng-content>\n</div>\n\n<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
738
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McListItem, decorators: [{
739
739
  type: Component,
740
740
  args: [{ selector: 'mc-list-item, a[mc-list-item]', host: {
741
741
  class: 'mc-list-item',
@@ -749,8 +749,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
749
749
 
750
750
  class McListModule {
751
751
  }
752
- /** @nocollapse */ McListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
753
- /** @nocollapse */ McListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: McListModule, declarations: [McList,
752
+ /** @nocollapse */ McListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
753
+ /** @nocollapse */ McListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: McListModule, declarations: [McList,
754
754
  McListSelection,
755
755
  McListItem,
756
756
  McListOption], imports: [CommonModule,
@@ -762,12 +762,12 @@ class McListModule {
762
762
  McListItem,
763
763
  McListOption,
764
764
  McOptionModule] });
765
- /** @nocollapse */ McListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McListModule, imports: [CommonModule,
765
+ /** @nocollapse */ McListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McListModule, imports: [CommonModule,
766
766
  A11yModule,
767
767
  McPseudoCheckboxModule,
768
768
  McLineModule,
769
769
  McOptionModule, McOptionModule] });
770
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McListModule, decorators: [{
770
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McListModule, decorators: [{
771
771
  type: NgModule,
772
772
  args: [{
773
773
  imports: [