@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
@@ -138,9 +138,9 @@ class McNumberInput {
138
138
  }
139
139
  }
140
140
  }
141
- /** @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 });
142
- /** @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 });
143
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McNumberInput, decorators: [{
141
+ /** @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 });
142
+ /** @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 });
143
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McNumberInput, decorators: [{
144
144
  type: Directive,
145
145
  args: [{
146
146
  selector: `input[mcInput][type="number"]`,
@@ -401,11 +401,11 @@ class McInput extends McInputMixinBase {
401
401
  return validity && validity.badInput;
402
402
  }
403
403
  }
404
- /** @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 });
405
- /** @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: [{
404
+ /** @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 });
405
+ /** @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: [{
406
406
  provide: McFormFieldControl, useExisting: McInput
407
407
  }], exportAs: ["mcInput"], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
408
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McInput, decorators: [{
408
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McInput, decorators: [{
409
409
  type: Directive,
410
410
  args: [{
411
411
  selector: `input[mcInput]`,
@@ -462,9 +462,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
462
462
  }] } });
463
463
  class McInputMono {
464
464
  }
465
- /** @nocollapse */ McInputMono.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McInputMono, deps: [], target: i0.ɵɵFactoryTarget.Directive });
466
- /** @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 });
467
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McInputMono, decorators: [{
465
+ /** @nocollapse */ McInputMono.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McInputMono, deps: [], target: i0.ɵɵFactoryTarget.Directive });
466
+ /** @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 });
467
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McInputMono, decorators: [{
468
468
  type: Directive,
469
469
  args: [{
470
470
  selector: 'input[mcInputMonospace]',
@@ -503,9 +503,9 @@ class MinValidator {
503
503
  this.validator = Validators.min(parseInt(this.min, 10));
504
504
  }
505
505
  }
506
- /** @nocollapse */ MinValidator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: MinValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive });
507
- /** @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 });
508
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: MinValidator, decorators: [{
506
+ /** @nocollapse */ MinValidator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: MinValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive });
507
+ /** @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 });
508
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: MinValidator, decorators: [{
509
509
  type: Directive,
510
510
  args: [{
511
511
  selector: '[min][formControlName],[min][formControl],[min][ngModel]',
@@ -547,9 +547,9 @@ class MaxValidator {
547
547
  this.validator = Validators.max(parseInt(this.max, 10));
548
548
  }
549
549
  }
550
- /** @nocollapse */ MaxValidator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: MaxValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive });
551
- /** @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 });
552
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: MaxValidator, decorators: [{
550
+ /** @nocollapse */ MaxValidator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: MaxValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive });
551
+ /** @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 });
552
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: MaxValidator, decorators: [{
553
553
  type: Directive,
554
554
  args: [{
555
555
  selector: '[max][formControlName],[max][formControl],[max][ngModel]',
@@ -625,9 +625,9 @@ class McPasswordToggle extends McTooltipTrigger {
625
625
  this.focusMonitor.stopMonitoring(this.elementRef);
626
626
  }
627
627
  }
628
- /** @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 });
629
- /** @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 });
630
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McPasswordToggle, decorators: [{
628
+ /** @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 });
629
+ /** @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 });
630
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McPasswordToggle, decorators: [{
631
631
  type: Component,
632
632
  args: [{
633
633
  selector: `mc-password-toggle`,
@@ -827,11 +827,11 @@ class McInputPassword extends McInputMixinBase {
827
827
  return this.elementRef.nativeElement.validity?.badInput;
828
828
  }
829
829
  }
830
- /** @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 });
831
- /** @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: [{
830
+ /** @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 });
831
+ /** @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: [{
832
832
  provide: McFormFieldControl, useExisting: McInputPassword
833
833
  }], exportAs: ["mcInputPassword"], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
834
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McInputPassword, decorators: [{
834
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McInputPassword, decorators: [{
835
835
  type: Directive,
836
836
  args: [{
837
837
  selector: `input[mcInputPassword]`,
@@ -884,8 +884,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
884
884
 
885
885
  class McInputModule {
886
886
  }
887
- /** @nocollapse */ McInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
888
- /** @nocollapse */ McInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: McInputModule, declarations: [McInput,
887
+ /** @nocollapse */ McInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
888
+ /** @nocollapse */ McInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: McInputModule, declarations: [McInput,
889
889
  McNumberInput,
890
890
  McInputPassword,
891
891
  McPasswordToggle,
@@ -901,11 +901,11 @@ class McInputModule {
901
901
  McInputMono,
902
902
  MinValidator,
903
903
  MaxValidator] });
904
- /** @nocollapse */ McInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McInputModule, imports: [CommonModule,
904
+ /** @nocollapse */ McInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McInputModule, imports: [CommonModule,
905
905
  A11yModule,
906
906
  McCommonModule,
907
907
  FormsModule] });
908
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McInputModule, decorators: [{
908
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McInputModule, decorators: [{
909
909
  type: NgModule,
910
910
  args: [{
911
911
  imports: [
@@ -71,9 +71,9 @@ class McLink extends McLinkMixinBase {
71
71
  return this.elementRef.nativeElement;
72
72
  }
73
73
  }
74
- /** @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 });
75
- /** @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 });
76
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McLink, decorators: [{
74
+ /** @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 });
75
+ /** @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 });
76
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McLink, decorators: [{
77
77
  type: Directive,
78
78
  args: [{
79
79
  selector: '[mc-link]',
@@ -109,12 +109,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
109
109
 
110
110
  class McLinkModule {
111
111
  }
112
- /** @nocollapse */ McLinkModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McLinkModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
113
- /** @nocollapse */ McLinkModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: McLinkModule, declarations: [McLink], imports: [CommonModule,
112
+ /** @nocollapse */ McLinkModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McLinkModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
113
+ /** @nocollapse */ McLinkModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: McLinkModule, declarations: [McLink], imports: [CommonModule,
114
114
  A11yModule], exports: [McLink] });
115
- /** @nocollapse */ McLinkModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McLinkModule, imports: [CommonModule,
115
+ /** @nocollapse */ McLinkModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McLinkModule, imports: [CommonModule,
116
116
  A11yModule] });
117
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McLinkModule, decorators: [{
117
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McLinkModule, decorators: [{
118
118
  type: NgModule,
119
119
  args: [{
120
120
  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 () { return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i2.MultipleMode, decorators: [{
466
466
  type: Attribute,
467
467
  args: ['multiple']
@@ -649,11 +649,11 @@ class McListOption {
649
649
  return this.elementRef.nativeElement;
650
650
  }
651
651
  }
652
- /** @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 });
653
- /** @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: [
652
+ /** @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 });
653
+ /** @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: [
654
654
  { provide: MC_OPTION_ACTION_PARENT, useExisting: McListOption }
655
655
  ], 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 });
656
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McListOption, decorators: [{
656
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McListOption, decorators: [{
657
657
  type: Component,
658
658
  args: [{ exportAs: 'mcListOption', selector: 'mc-list-option', host: {
659
659
  class: 'mc-list-option',
@@ -702,11 +702,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
702
702
  // todo пока не делаем, перенесено из материала, но у нас в доках таких простых списков нет.
703
703
  class McList {
704
704
  }
705
- /** @nocollapse */ McList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McList, deps: [], target: i0.ɵɵFactoryTarget.Component });
706
- /** @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 });
707
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McList, decorators: [{
705
+ /** @nocollapse */ McList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McList, deps: [], target: i0.ɵɵFactoryTarget.Component });
706
+ /** @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 });
707
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McList, decorators: [{
708
708
  type: Component,
709
- 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"] }]
709
+ 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"] }]
710
710
  }] });
711
711
  class McListItem {
712
712
  constructor(elementRef) {
@@ -726,9 +726,9 @@ class McListItem {
726
726
  return this.elementRef.nativeElement;
727
727
  }
728
728
  }
729
- /** @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 });
730
- /** @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 });
731
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McListItem, decorators: [{
729
+ /** @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 });
730
+ /** @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 });
731
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McListItem, decorators: [{
732
732
  type: Component,
733
733
  args: [{ selector: 'mc-list-item, a[mc-list-item]', host: {
734
734
  class: 'mc-list-item',
@@ -742,8 +742,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
742
742
 
743
743
  class McListModule {
744
744
  }
745
- /** @nocollapse */ McListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
746
- /** @nocollapse */ McListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: McListModule, declarations: [McList,
745
+ /** @nocollapse */ McListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
746
+ /** @nocollapse */ McListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: McListModule, declarations: [McList,
747
747
  McListSelection,
748
748
  McListItem,
749
749
  McListOption], imports: [CommonModule,
@@ -755,12 +755,12 @@ class McListModule {
755
755
  McListItem,
756
756
  McListOption,
757
757
  McOptionModule] });
758
- /** @nocollapse */ McListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McListModule, imports: [CommonModule,
758
+ /** @nocollapse */ McListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McListModule, imports: [CommonModule,
759
759
  A11yModule,
760
760
  McPseudoCheckboxModule,
761
761
  McLineModule,
762
762
  McOptionModule, McOptionModule] });
763
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McListModule, decorators: [{
763
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: McListModule, decorators: [{
764
764
  type: NgModule,
765
765
  args: [{
766
766
  imports: [