@ptsecurity/mosaic 16.3.0 → 17.0.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 (280) hide show
  1. package/_theming.scss +3 -3
  2. package/checkbox/_checkbox-theme.scss +1 -1
  3. package/core/common-behaviors/index.d.ts +2 -0
  4. package/core/pop-up/pop-up.d.ts +7 -0
  5. package/core/styles/_variables.scss +1 -1
  6. package/esm2022/autocomplete/autocomplete-origin.directive.mjs +4 -4
  7. package/esm2022/autocomplete/autocomplete-trigger.directive.mjs +6 -6
  8. package/esm2022/autocomplete/autocomplete.component.mjs +6 -6
  9. package/esm2022/autocomplete/autocomplete.module.mjs +4 -4
  10. package/esm2022/button/button.component.mjs +11 -11
  11. package/esm2022/button/button.module.mjs +4 -4
  12. package/esm2022/button-toggle/button-toggle.component.mjs +12 -12
  13. package/esm2022/button-toggle/button-toggle.module.mjs +4 -4
  14. package/esm2022/card/card.component.mjs +5 -5
  15. package/esm2022/card/card.module.mjs +4 -4
  16. package/esm2022/checkbox/checkbox-module.mjs +4 -4
  17. package/esm2022/checkbox/checkbox-required-validator.mjs +3 -3
  18. package/esm2022/checkbox/checkbox.mjs +6 -6
  19. package/esm2022/code-block/actionbar.component.mjs +4 -4
  20. package/esm2022/code-block/code-block.component.mjs +6 -6
  21. package/esm2022/code-block/code-block.module.mjs +8 -8
  22. package/esm2022/core/common-behaviors/color.mjs +1 -1
  23. package/esm2022/core/common-behaviors/common-module.mjs +7 -7
  24. package/esm2022/core/common-behaviors/error-state.mjs +1 -1
  25. package/esm2022/core/common-behaviors/index.mjs +3 -1
  26. package/esm2022/core/error/error-options.mjs +6 -6
  27. package/esm2022/core/formatters/date/formatter.mjs +5 -5
  28. package/esm2022/core/formatters/date/formatter.pipe.mjs +52 -52
  29. package/esm2022/core/formatters/index.mjs +4 -4
  30. package/esm2022/core/formatters/number/formatter.mjs +19 -19
  31. package/esm2022/core/forms/forms-module.mjs +4 -4
  32. package/esm2022/core/forms/forms.directive.mjs +8 -8
  33. package/esm2022/core/highlight/highlight.pipe.mjs +5 -5
  34. package/esm2022/core/highlight/index.mjs +4 -4
  35. package/esm2022/core/line/line.mjs +8 -8
  36. package/esm2022/core/locales/locale-service.mjs +5 -5
  37. package/esm2022/core/locales/locale-service.module.mjs +4 -4
  38. package/esm2022/core/option/action.mjs +6 -6
  39. package/esm2022/core/option/optgroup.mjs +4 -4
  40. package/esm2022/core/option/option-module.mjs +4 -4
  41. package/esm2022/core/option/option.mjs +6 -6
  42. package/esm2022/core/overlay/overlay-position-map.mjs +1 -1
  43. package/esm2022/core/pop-up/pop-up-trigger.mjs +6 -6
  44. package/esm2022/core/pop-up/pop-up.mjs +12 -5
  45. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +5 -5
  46. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +4 -4
  47. package/esm2022/core/services/measure-scrollbar.service.mjs +6 -6
  48. package/esm2022/core/utils/data-size/data-size.pipe.mjs +7 -7
  49. package/esm2022/core/utils/data-size/size.mjs +1 -1
  50. package/esm2022/core/version.mjs +2 -2
  51. package/esm2022/datepicker/calendar-body.component.mjs +4 -4
  52. package/esm2022/datepicker/calendar-header.component.mjs +5 -5
  53. package/esm2022/datepicker/calendar.component.mjs +6 -6
  54. package/esm2022/datepicker/datepicker-animations.mjs +1 -1
  55. package/esm2022/datepicker/datepicker-input.directive.mjs +6 -6
  56. package/esm2022/datepicker/datepicker-intl.mjs +3 -3
  57. package/esm2022/datepicker/datepicker-module.mjs +4 -4
  58. package/esm2022/datepicker/datepicker-toggle.component.mjs +8 -8
  59. package/esm2022/datepicker/datepicker.component.mjs +10 -10
  60. package/esm2022/datepicker/month-view.component.mjs +6 -6
  61. package/esm2022/divider/divider.component.mjs +3 -3
  62. package/esm2022/divider/divider.module.mjs +4 -4
  63. package/esm2022/dl/dl.component.mjs +11 -11
  64. package/esm2022/dl/dl.module.mjs +4 -4
  65. package/esm2022/dropdown/dropdown-content.directive.mjs +6 -6
  66. package/esm2022/dropdown/dropdown-item.component.mjs +8 -8
  67. package/esm2022/dropdown/dropdown-trigger.directive.mjs +6 -6
  68. package/esm2022/dropdown/dropdown.component.mjs +6 -6
  69. package/esm2022/dropdown/dropdown.module.mjs +4 -4
  70. package/esm2022/ellipsis-center/ellipsis-center.directive.mjs +10 -10
  71. package/esm2022/file-upload/file-drop.mjs +4 -4
  72. package/esm2022/file-upload/file-upload.module.mjs +4 -4
  73. package/esm2022/file-upload/multiple-file-upload.component.mjs +7 -7
  74. package/esm2022/file-upload/single-file-upload.component.mjs +7 -7
  75. package/esm2022/form-field/cleaner.mjs +3 -3
  76. package/esm2022/form-field/form-field.mjs +19 -13
  77. package/esm2022/form-field/form-field.module.mjs +4 -4
  78. package/esm2022/form-field/hint.mjs +5 -5
  79. package/esm2022/form-field/password-hint.mjs +6 -6
  80. package/esm2022/form-field/prefix.mjs +3 -3
  81. package/esm2022/form-field/stepper.mjs +4 -4
  82. package/esm2022/form-field/suffix.mjs +3 -3
  83. package/esm2022/form-field/validate.directive.mjs +6 -6
  84. package/esm2022/icon/icon.component.mjs +17 -9
  85. package/esm2022/icon/icon.module.mjs +4 -4
  86. package/esm2022/input/input-number-validators.mjs +7 -7
  87. package/esm2022/input/input-number.mjs +6 -6
  88. package/esm2022/input/input-password.mjs +11 -11
  89. package/esm2022/input/input.mjs +9 -9
  90. package/esm2022/input/input.module.mjs +4 -4
  91. package/esm2022/link/link.component.mjs +5 -5
  92. package/esm2022/link/link.module.mjs +4 -4
  93. package/esm2022/list/list-selection.component.mjs +13 -13
  94. package/esm2022/list/list.component.mjs +9 -9
  95. package/esm2022/list/list.module.mjs +4 -4
  96. package/esm2022/loader-overlay/loader-overlay.component.mjs +16 -16
  97. package/esm2022/loader-overlay/loader-overlay.module.mjs +4 -4
  98. package/esm2022/markdown/markdown.component.mjs +5 -5
  99. package/esm2022/markdown/markdown.module.mjs +4 -4
  100. package/esm2022/markdown/markdown.service.mjs +3 -3
  101. package/esm2022/modal/css-unit.pipe.mjs +3 -3
  102. package/esm2022/modal/modal-control.service.mjs +6 -6
  103. package/esm2022/modal/modal.component.mjs +7 -7
  104. package/esm2022/modal/modal.directive.mjs +12 -12
  105. package/esm2022/modal/modal.module.mjs +4 -4
  106. package/esm2022/modal/modal.service.mjs +5 -5
  107. package/esm2022/navbar/navbar-item.component.mjs +54 -47
  108. package/esm2022/navbar/navbar.component.mjs +28 -18
  109. package/esm2022/navbar/navbar.module.mjs +4 -4
  110. package/esm2022/navbar/vertical-navbar.component.mjs +7 -7
  111. package/esm2022/popover/popover-confirm.component.mjs +10 -10
  112. package/esm2022/popover/popover.component.mjs +15 -10
  113. package/esm2022/popover/popover.module.mjs +4 -4
  114. package/esm2022/progress-bar/progress-bar.component.mjs +5 -5
  115. package/esm2022/progress-bar/progress-bar.module.mjs +4 -4
  116. package/esm2022/progress-spinner/progress-spinner.component.mjs +5 -5
  117. package/esm2022/progress-spinner/progress-spinner.module.mjs +4 -4
  118. package/esm2022/radio/radio.component.mjs +10 -10
  119. package/esm2022/radio/radio.module.mjs +4 -4
  120. package/esm2022/select/select-option.directive.mjs +6 -6
  121. package/esm2022/select/select.component.mjs +24 -24
  122. package/esm2022/select/select.module.mjs +4 -4
  123. package/esm2022/sidebar/sidebar.component.mjs +11 -11
  124. package/esm2022/sidebar/sidebar.module.mjs +4 -4
  125. package/esm2022/sidepanel/sidepanel-container.component.mjs +7 -7
  126. package/esm2022/sidepanel/sidepanel-directives.mjs +18 -18
  127. package/esm2022/sidepanel/sidepanel-ref.mjs +1 -1
  128. package/esm2022/sidepanel/sidepanel.module.mjs +4 -4
  129. package/esm2022/sidepanel/sidepanel.service.mjs +6 -6
  130. package/esm2022/splitter/splitter.component.mjs +17 -17
  131. package/esm2022/splitter/splitter.module.mjs +4 -4
  132. package/esm2022/table/table.component.mjs +3 -3
  133. package/esm2022/table/table.module.mjs +4 -4
  134. package/esm2022/tabs/paginated-tab-header.mjs +6 -6
  135. package/esm2022/tabs/tab-body.component.mjs +11 -11
  136. package/esm2022/tabs/tab-content.directive.mjs +4 -4
  137. package/esm2022/tabs/tab-group.component.mjs +24 -24
  138. package/esm2022/tabs/tab-header.component.mjs +7 -7
  139. package/esm2022/tabs/tab-label-wrapper.directive.mjs +5 -5
  140. package/esm2022/tabs/tab-label.directive.mjs +3 -3
  141. package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +10 -10
  142. package/esm2022/tabs/tab.component.mjs +5 -5
  143. package/esm2022/tabs/tabs.module.mjs +4 -4
  144. package/esm2022/tags/tag-input.mjs +6 -6
  145. package/esm2022/tags/tag-list.component.mjs +6 -6
  146. package/esm2022/tags/tag.component.mjs +16 -16
  147. package/esm2022/tags/tag.module.mjs +4 -4
  148. package/esm2022/textarea/textarea.component.mjs +21 -10
  149. package/esm2022/textarea/textarea.module.mjs +4 -4
  150. package/esm2022/timepicker/timepicker.directive.mjs +6 -6
  151. package/esm2022/timepicker/timepicker.module.mjs +4 -4
  152. package/esm2022/timezone/cities-by-filter.pipe.mjs +3 -3
  153. package/esm2022/timezone/timezone-option.component.mjs +3 -3
  154. package/esm2022/timezone/timezone-option.directive.mjs +5 -5
  155. package/esm2022/timezone/timezone-select.component.mjs +8 -8
  156. package/esm2022/timezone/timezone.module.mjs +4 -4
  157. package/esm2022/timezone/timezone.utils.mjs +1 -1
  158. package/esm2022/timezone/utc-offset.pipe.mjs +3 -3
  159. package/esm2022/title/title.directive.mjs +6 -6
  160. package/esm2022/title/title.module.mjs +4 -4
  161. package/esm2022/toast/toast-container.component.mjs +6 -6
  162. package/esm2022/toast/toast.component.mjs +6 -6
  163. package/esm2022/toast/toast.module.mjs +4 -4
  164. package/esm2022/toast/toast.service.mjs +6 -6
  165. package/esm2022/toggle/toggle.component.mjs +5 -5
  166. package/esm2022/toggle/toggle.module.mjs +4 -4
  167. package/esm2022/tooltip/tooltip.component.mjs +21 -21
  168. package/esm2022/tooltip/tooltip.module.mjs +4 -4
  169. package/esm2022/tree/control/base-tree-control.mjs +4 -4
  170. package/esm2022/tree/control/flat-tree-control.filters.mjs +3 -2
  171. package/esm2022/tree/control/flat-tree-control.mjs +4 -4
  172. package/esm2022/tree/control/nested-tree-control.mjs +1 -1
  173. package/esm2022/tree/control/tree-control.mjs +1 -1
  174. package/esm2022/tree/data-source/flat-data-source.mjs +1 -1
  175. package/esm2022/tree/node.mjs +5 -5
  176. package/esm2022/tree/outlet.mjs +4 -4
  177. package/esm2022/tree/padding.directive.mjs +6 -6
  178. package/esm2022/tree/toggle.mjs +12 -12
  179. package/esm2022/tree/tree-base.mjs +10 -10
  180. package/esm2022/tree/tree-option.component.mjs +11 -8
  181. package/esm2022/tree/tree-selection.component.mjs +6 -6
  182. package/esm2022/tree/tree.mjs +3 -3
  183. package/esm2022/tree/tree.module.mjs +4 -4
  184. package/esm2022/tree-select/tree-select.component.mjs +17 -17
  185. package/esm2022/tree-select/tree-select.module.mjs +4 -4
  186. package/fesm2022/ptsecurity-mosaic-autocomplete.mjs +18 -18
  187. package/fesm2022/ptsecurity-mosaic-autocomplete.mjs.map +1 -1
  188. package/fesm2022/ptsecurity-mosaic-button-toggle.mjs +15 -15
  189. package/fesm2022/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
  190. package/fesm2022/ptsecurity-mosaic-button.mjs +14 -14
  191. package/fesm2022/ptsecurity-mosaic-button.mjs.map +1 -1
  192. package/fesm2022/ptsecurity-mosaic-card.mjs +8 -8
  193. package/fesm2022/ptsecurity-mosaic-card.mjs.map +1 -1
  194. package/fesm2022/ptsecurity-mosaic-checkbox.mjs +12 -12
  195. package/fesm2022/ptsecurity-mosaic-checkbox.mjs.map +1 -1
  196. package/fesm2022/ptsecurity-mosaic-code-block.mjs +15 -15
  197. package/fesm2022/ptsecurity-mosaic-code-block.mjs.map +1 -1
  198. package/fesm2022/ptsecurity-mosaic-core.mjs +186 -177
  199. package/fesm2022/ptsecurity-mosaic-core.mjs.map +1 -1
  200. package/fesm2022/ptsecurity-mosaic-datepicker.mjs +45 -45
  201. package/fesm2022/ptsecurity-mosaic-datepicker.mjs.map +1 -1
  202. package/fesm2022/ptsecurity-mosaic-divider.mjs +7 -7
  203. package/fesm2022/ptsecurity-mosaic-dl.mjs +14 -14
  204. package/fesm2022/ptsecurity-mosaic-dl.mjs.map +1 -1
  205. package/fesm2022/ptsecurity-mosaic-dropdown.mjs +26 -26
  206. package/fesm2022/ptsecurity-mosaic-dropdown.mjs.map +1 -1
  207. package/fesm2022/ptsecurity-mosaic-ellipsis-center.mjs +9 -9
  208. package/fesm2022/ptsecurity-mosaic-ellipsis-center.mjs.map +1 -1
  209. package/fesm2022/ptsecurity-mosaic-file-upload.mjs +19 -19
  210. package/fesm2022/ptsecurity-mosaic-file-upload.mjs.map +1 -1
  211. package/fesm2022/ptsecurity-mosaic-form-field.mjs +48 -42
  212. package/fesm2022/ptsecurity-mosaic-form-field.mjs.map +1 -1
  213. package/fesm2022/ptsecurity-mosaic-icon.mjs +20 -12
  214. package/fesm2022/ptsecurity-mosaic-icon.mjs.map +1 -1
  215. package/fesm2022/ptsecurity-mosaic-input.mjs +33 -33
  216. package/fesm2022/ptsecurity-mosaic-input.mjs.map +1 -1
  217. package/fesm2022/ptsecurity-mosaic-link.mjs +8 -8
  218. package/fesm2022/ptsecurity-mosaic-link.mjs.map +1 -1
  219. package/fesm2022/ptsecurity-mosaic-list.mjs +24 -24
  220. package/fesm2022/ptsecurity-mosaic-list.mjs.map +1 -1
  221. package/fesm2022/ptsecurity-mosaic-loader-overlay.mjs +19 -19
  222. package/fesm2022/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
  223. package/fesm2022/ptsecurity-mosaic-markdown.mjs +11 -11
  224. package/fesm2022/ptsecurity-mosaic-markdown.mjs.map +1 -1
  225. package/fesm2022/ptsecurity-mosaic-modal.mjs +34 -34
  226. package/fesm2022/ptsecurity-mosaic-modal.mjs.map +1 -1
  227. package/fesm2022/ptsecurity-mosaic-navbar.mjs +90 -73
  228. package/fesm2022/ptsecurity-mosaic-navbar.mjs.map +1 -1
  229. package/fesm2022/ptsecurity-mosaic-popover.mjs +27 -22
  230. package/fesm2022/ptsecurity-mosaic-popover.mjs.map +1 -1
  231. package/fesm2022/ptsecurity-mosaic-progress-bar.mjs +8 -8
  232. package/fesm2022/ptsecurity-mosaic-progress-bar.mjs.map +1 -1
  233. package/fesm2022/ptsecurity-mosaic-progress-spinner.mjs +8 -8
  234. package/fesm2022/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
  235. package/fesm2022/ptsecurity-mosaic-radio.mjs +13 -13
  236. package/fesm2022/ptsecurity-mosaic-radio.mjs.map +1 -1
  237. package/fesm2022/ptsecurity-mosaic-select.mjs +32 -32
  238. package/fesm2022/ptsecurity-mosaic-select.mjs.map +1 -1
  239. package/fesm2022/ptsecurity-mosaic-sidebar.mjs +14 -14
  240. package/fesm2022/ptsecurity-mosaic-sidebar.mjs.map +1 -1
  241. package/fesm2022/ptsecurity-mosaic-sidepanel.mjs +32 -32
  242. package/fesm2022/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
  243. package/fesm2022/ptsecurity-mosaic-splitter.mjs +20 -20
  244. package/fesm2022/ptsecurity-mosaic-splitter.mjs.map +1 -1
  245. package/fesm2022/ptsecurity-mosaic-table.mjs +7 -7
  246. package/fesm2022/ptsecurity-mosaic-tabs.mjs +71 -71
  247. package/fesm2022/ptsecurity-mosaic-tabs.mjs.map +1 -1
  248. package/fesm2022/ptsecurity-mosaic-tags.mjs +29 -29
  249. package/fesm2022/ptsecurity-mosaic-tags.mjs.map +1 -1
  250. package/fesm2022/ptsecurity-mosaic-textarea.mjs +24 -13
  251. package/fesm2022/ptsecurity-mosaic-textarea.mjs.map +1 -1
  252. package/fesm2022/ptsecurity-mosaic-timepicker.mjs +9 -9
  253. package/fesm2022/ptsecurity-mosaic-timepicker.mjs.map +1 -1
  254. package/fesm2022/ptsecurity-mosaic-timezone.mjs +26 -26
  255. package/fesm2022/ptsecurity-mosaic-timezone.mjs.map +1 -1
  256. package/fesm2022/ptsecurity-mosaic-title.mjs +9 -9
  257. package/fesm2022/ptsecurity-mosaic-title.mjs.map +1 -1
  258. package/fesm2022/ptsecurity-mosaic-toast.mjs +19 -19
  259. package/fesm2022/ptsecurity-mosaic-toast.mjs.map +1 -1
  260. package/fesm2022/ptsecurity-mosaic-toggle.mjs +8 -8
  261. package/fesm2022/ptsecurity-mosaic-toggle.mjs.map +1 -1
  262. package/fesm2022/ptsecurity-mosaic-tooltip.mjs +24 -24
  263. package/fesm2022/ptsecurity-mosaic-tooltip.mjs.map +1 -1
  264. package/fesm2022/ptsecurity-mosaic-tree-select.mjs +20 -20
  265. package/fesm2022/ptsecurity-mosaic-tree-select.mjs.map +1 -1
  266. package/fesm2022/ptsecurity-mosaic-tree.mjs +63 -59
  267. package/fesm2022/ptsecurity-mosaic-tree.mjs.map +1 -1
  268. package/form-field/form-field.d.ts +2 -0
  269. package/icon/icon.component.d.ts +2 -0
  270. package/navbar/_navbar-theme.scss +2 -2
  271. package/navbar/navbar-item.component.d.ts +4 -1
  272. package/navbar/navbar-item.scss +7 -3
  273. package/navbar/navbar.component.d.ts +3 -0
  274. package/package.json +32 -32
  275. package/popover/popover.component.d.ts +6 -1
  276. package/prebuilt-themes/dark-theme.css +1 -1
  277. package/prebuilt-themes/default-theme.css +1 -1
  278. package/textarea/textarea.component.d.ts +3 -2
  279. package/tree/control/base-tree-control.d.ts +1 -1
  280. package/tree/control/tree-control.d.ts +1 -1
@@ -7,10 +7,10 @@ import { mixinColor, ThemePalette } from '@ptsecurity/mosaic/core';
7
7
 
8
8
  // tslint:disable-next-line:naming-convention
9
9
  class McIconCSSStyler {
10
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McIconCSSStyler, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
11
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.5", type: McIconCSSStyler, selector: "[mc-icon]", host: { classAttribute: "mc mc-icon" }, ngImport: i0 }); }
10
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McIconCSSStyler, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
11
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.0", type: McIconCSSStyler, selector: "[mc-icon]", host: { classAttribute: "mc mc-icon" }, ngImport: i0 }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McIconCSSStyler, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McIconCSSStyler, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: '[mc-icon]',
@@ -28,36 +28,44 @@ const McIconMixinBase = mixinColor(McIconBase, ThemePalette.Empty);
28
28
  class McIcon extends McIconMixinBase {
29
29
  constructor(elementRef, iconName) {
30
30
  super(elementRef);
31
+ this.iconName = iconName;
31
32
  if (iconName) {
32
33
  elementRef.nativeElement.classList.add(iconName);
33
34
  }
35
+ this.updateMaxHeight();
34
36
  }
35
37
  getHostElement() {
36
38
  return this.elementRef.nativeElement;
37
39
  }
38
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McIcon, deps: [{ token: i0.ElementRef }, { token: 'mc-icon', attribute: true }], target: i0.ɵɵFactoryTarget.Component }); }
39
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.5", type: McIcon, selector: "[mc-icon]", inputs: { color: "color" }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".mc-icon-rotate_90{transform:rotate(90deg)}.mc-icon-rotate_180{transform:rotate(180deg)}.mc-icon-rotate_270{transform:rotate(270deg)}.mc-icon-flip-h{transform:scaleY(-1)}.mc-icon-flip-v{transform:scaleX(-1)}.mc-icon-flip-vh{transform:scale(-1)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
40
+ updateMaxHeight() {
41
+ const size = parseInt(this.iconName?.split('_')[1]);
42
+ if (size) {
43
+ this.elementRef.nativeElement.style.maxHeight = `${size}px`;
44
+ }
45
+ }
46
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McIcon, deps: [{ token: i0.ElementRef }, { token: 'mc-icon', attribute: true }], target: i0.ɵɵFactoryTarget.Component }); }
47
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.0", type: McIcon, selector: "[mc-icon]", inputs: { color: "color" }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".mc-icon-rotate_90{transform:rotate(90deg)}.mc-icon-rotate_180{transform:rotate(180deg)}.mc-icon-rotate_270{transform:rotate(270deg)}.mc-icon-flip-h{transform:scaleY(-1)}.mc-icon-flip-v{transform:scaleX(-1)}.mc-icon-flip-vh{transform:scale(-1)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
40
48
  }
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McIcon, decorators: [{
49
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McIcon, decorators: [{
42
50
  type: Component,
43
51
  args: [{ selector: `[mc-icon]`, template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, inputs: ['color'], styles: [".mc-icon-rotate_90{transform:rotate(90deg)}.mc-icon-rotate_180{transform:rotate(180deg)}.mc-icon-rotate_270{transform:rotate(270deg)}.mc-icon-flip-h{transform:scaleY(-1)}.mc-icon-flip-v{transform:scaleX(-1)}.mc-icon-flip-vh{transform:scale(-1)}\n"] }]
44
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: undefined, decorators: [{
52
+ }], ctorParameters: () => [{ type: i0.ElementRef }, { type: undefined, decorators: [{
45
53
  type: Attribute,
46
54
  args: ['mc-icon']
47
- }] }]; } });
55
+ }] }] });
48
56
 
49
57
  class McIconModule {
50
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
51
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: McIconModule, declarations: [McIcon,
58
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
59
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: McIconModule, declarations: [McIcon,
52
60
  McIconCSSStyler], imports: [CommonModule,
53
61
  A11yModule,
54
62
  PlatformModule], exports: [McIcon,
55
63
  McIconCSSStyler] }); }
56
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McIconModule, imports: [CommonModule,
64
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McIconModule, imports: [CommonModule,
57
65
  A11yModule,
58
66
  PlatformModule] }); }
59
67
  }
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McIconModule, decorators: [{
68
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McIconModule, decorators: [{
61
69
  type: NgModule,
62
70
  args: [{
63
71
  imports: [
@@ -1 +1 @@
1
- {"version":3,"file":"ptsecurity-mosaic-icon.mjs","sources":["../../../packages/mosaic/icon/icon.component.ts","../../../packages/mosaic/icon/icon.module.ts","../../../packages/mosaic/icon/ptsecurity-mosaic-icon.ts"],"sourcesContent":["import {\n Attribute,\n ChangeDetectionStrategy,\n Component,\n Directive,\n ElementRef,\n ViewEncapsulation\n} from '@angular/core';\nimport { mixinColor, CanColor, CanColorCtor, ThemePalette } from '@ptsecurity/mosaic/core';\n\n\n@Directive({\n selector: '[mc-icon]',\n host: { class: 'mc mc-icon' }\n})\n// tslint:disable-next-line:naming-convention\nexport class McIconCSSStyler {}\n\n\n/** @docs-private */\nexport class McIconBase {\n constructor(public elementRef: ElementRef) {}\n}\n\n/** @docs-private */\nexport const McIconMixinBase: CanColorCtor & typeof McIconBase = mixinColor(McIconBase, ThemePalette.Empty);\n\n\n@Component({\n selector: `[mc-icon]`,\n template: '<ng-content></ng-content>',\n styleUrls: ['icon.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n inputs: ['color']\n})\nexport class McIcon extends McIconMixinBase implements CanColor {\n constructor(elementRef: ElementRef, @Attribute('mc-icon') iconName: string) {\n super(elementRef);\n\n if (iconName) {\n elementRef.nativeElement.classList.add(iconName);\n }\n }\n\n getHostElement() {\n return this.elementRef.nativeElement;\n }\n}\n","import { A11yModule } from '@angular/cdk/a11y';\nimport { PlatformModule } from '@angular/cdk/platform';\nimport { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport {\n McIcon,\n McIconCSSStyler\n} from './icon.component';\n\n\n@NgModule({\n imports: [\n CommonModule,\n A11yModule,\n PlatformModule\n ],\n exports: [\n McIcon,\n McIconCSSStyler\n ],\n declarations: [\n McIcon,\n McIconCSSStyler\n ]\n})\nexport class McIconModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ptsecurity-mosaic-icon.mjs","sources":["../../../packages/mosaic/icon/icon.component.ts","../../../packages/mosaic/icon/icon.module.ts","../../../packages/mosaic/icon/ptsecurity-mosaic-icon.ts"],"sourcesContent":["import {\n Attribute,\n ChangeDetectionStrategy,\n Component,\n Directive,\n ElementRef,\n ViewEncapsulation\n} from '@angular/core';\nimport { mixinColor, CanColor, CanColorCtor, ThemePalette } from '@ptsecurity/mosaic/core';\n\n\n@Directive({\n selector: '[mc-icon]',\n host: { class: 'mc mc-icon' }\n})\n// tslint:disable-next-line:naming-convention\nexport class McIconCSSStyler {}\n\n\n/** @docs-private */\nexport class McIconBase {\n constructor(public elementRef: ElementRef) {}\n}\n\n/** @docs-private */\nexport const McIconMixinBase: CanColorCtor & typeof McIconBase = mixinColor(McIconBase, ThemePalette.Empty);\n\n\n@Component({\n selector: `[mc-icon]`,\n template: '<ng-content></ng-content>',\n styleUrls: ['icon.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n inputs: ['color']\n})\nexport class McIcon extends McIconMixinBase implements CanColor {\n constructor(elementRef: ElementRef, @Attribute('mc-icon') private iconName: string) {\n super(elementRef);\n\n if (iconName) {\n elementRef.nativeElement.classList.add(iconName);\n }\n\n this.updateMaxHeight();\n }\n\n getHostElement() {\n return this.elementRef.nativeElement;\n }\n\n updateMaxHeight() {\n const size = parseInt(this.iconName?.split('_')[1]);\n\n if (size) {\n this.elementRef.nativeElement.style.maxHeight = `${size}px`;\n }\n }\n}\n","import { A11yModule } from '@angular/cdk/a11y';\nimport { PlatformModule } from '@angular/cdk/platform';\nimport { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport {\n McIcon,\n McIconCSSStyler\n} from './icon.component';\n\n\n@NgModule({\n imports: [\n CommonModule,\n A11yModule,\n PlatformModule\n ],\n exports: [\n McIcon,\n McIconCSSStyler\n ],\n declarations: [\n McIcon,\n McIconCSSStyler\n ]\n})\nexport class McIconModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
@@ -347,10 +347,10 @@ class McNumberInput {
347
347
  }
348
348
  return numberOutput;
349
349
  }
350
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McNumberInput, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: 'step', attribute: true }, { token: 'big-step', attribute: true }, { token: 'min', attribute: true }, { token: 'max', attribute: true }, { token: MC_LOCALE_SERVICE, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
351
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.5", type: McNumberInput, selector: "input[mcInput][type=\"number\"]", inputs: { bigStep: "bigStep", step: "step", min: "min", max: "max", withThousandSeparator: "withThousandSeparator", startFormattingFrom: "startFormattingFrom", value: "value", disabled: "disabled" }, host: { listeners: { "blur": "focusChanged(false)", "focus": "focusChanged(true)", "paste": "onPaste($event)", "keydown": "onKeyDown($event)", "input": "onInput($event)" } }, providers: [MC_NUMBER_INPUT_VALUE_ACCESSOR], exportAs: ["mcNumericalInput"], ngImport: i0 }); }
350
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McNumberInput, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: 'step', attribute: true }, { token: 'big-step', attribute: true }, { token: 'min', attribute: true }, { token: 'max', attribute: true }, { token: MC_LOCALE_SERVICE, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
351
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.0", type: McNumberInput, selector: "input[mcInput][type=\"number\"]", inputs: { bigStep: "bigStep", step: "step", min: "min", max: "max", withThousandSeparator: "withThousandSeparator", startFormattingFrom: "startFormattingFrom", value: "value", disabled: "disabled" }, host: { listeners: { "blur": "focusChanged(false)", "focus": "focusChanged(true)", "paste": "onPaste($event)", "keydown": "onKeyDown($event)", "input": "onInput($event)" } }, providers: [MC_NUMBER_INPUT_VALUE_ACCESSOR], exportAs: ["mcNumericalInput"], ngImport: i0 }); }
352
352
  }
353
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McNumberInput, decorators: [{
353
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McNumberInput, decorators: [{
354
354
  type: Directive,
355
355
  args: [{
356
356
  selector: `input[mcInput][type="number"]`,
@@ -364,7 +364,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImpor
364
364
  '(input)': 'onInput($event)'
365
365
  }
366
366
  }]
367
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: undefined, decorators: [{
367
+ }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: undefined, decorators: [{
368
368
  type: Attribute,
369
369
  args: ['step']
370
370
  }] }, { type: undefined, decorators: [{
@@ -381,7 +381,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImpor
381
381
  }, {
382
382
  type: Inject,
383
383
  args: [MC_LOCALE_SERVICE]
384
- }] }]; }, propDecorators: { bigStep: [{
384
+ }] }], propDecorators: { bigStep: [{
385
385
  type: Input
386
386
  }], step: [{
387
387
  type: Input
@@ -612,12 +612,12 @@ class McInput extends McInputMixinBase {
612
612
  const validity = this.elementRef.nativeElement.validity;
613
613
  return validity?.badInput;
614
614
  }
615
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.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 }); }
616
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.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)" }, properties: { "attr.id": "id", "attr.placeholder": "placeholder", "attr.disabled": "disabled || null", "required": "required" }, classAttribute: "mc-input" }, providers: [{
615
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", 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 }); }
616
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.0", 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)" }, properties: { "attr.id": "id", "attr.placeholder": "placeholder", "attr.disabled": "disabled || null", "required": "required" }, classAttribute: "mc-input" }, providers: [{
617
617
  provide: McFormFieldControl, useExisting: McInput
618
618
  }], exportAs: ["mcInput"], usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
619
619
  }
620
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McInput, decorators: [{
620
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McInput, decorators: [{
621
621
  type: Directive,
622
622
  args: [{
623
623
  selector: `input[mcInput]`,
@@ -637,7 +637,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImpor
637
637
  provide: McFormFieldControl, useExisting: McInput
638
638
  }]
639
639
  }]
640
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.NgControl, decorators: [{
640
+ }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.NgControl, decorators: [{
641
641
  type: Optional
642
642
  }, {
643
643
  type: Self
@@ -656,7 +656,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImpor
656
656
  }, {
657
657
  type: Inject,
658
658
  args: [MC_INPUT_VALUE_ACCESSOR]
659
- }] }]; }, propDecorators: { errorStateMatcher: [{
659
+ }] }], propDecorators: { errorStateMatcher: [{
660
660
  type: Input
661
661
  }], placeholder: [{
662
662
  type: Input
@@ -672,10 +672,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImpor
672
672
  type: Input
673
673
  }] } });
674
674
  class McInputMono {
675
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McInputMono, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
676
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.5", type: McInputMono, selector: "input[mcInputMonospace]", host: { classAttribute: "mc-input_monospace" }, exportAs: ["McInputMonospace"], ngImport: i0 }); }
675
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McInputMono, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
676
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.0", type: McInputMono, selector: "input[mcInputMonospace]", host: { classAttribute: "mc-input_monospace" }, exportAs: ["McInputMonospace"], ngImport: i0 }); }
677
677
  }
678
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McInputMono, decorators: [{
678
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McInputMono, decorators: [{
679
679
  type: Directive,
680
680
  args: [{
681
681
  selector: 'input[mcInputMonospace]',
@@ -711,10 +711,10 @@ class MinValidator {
711
711
  createValidator() {
712
712
  this.validator = Validators.min(parseInt(this.min, 10));
713
713
  }
714
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: MinValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
715
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.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 }); }
714
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: MinValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
715
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.0", 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 }); }
716
716
  }
717
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: MinValidator, decorators: [{
717
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: MinValidator, decorators: [{
718
718
  type: Directive,
719
719
  args: [{
720
720
  selector: '[min][formControlName],[min][formControl],[min][ngModel]',
@@ -753,10 +753,10 @@ class MaxValidator {
753
753
  createValidator() {
754
754
  this.validator = Validators.max(parseInt(this.max, 10));
755
755
  }
756
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: MaxValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
757
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.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 }); }
756
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: MaxValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
757
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.0", 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 }); }
758
758
  }
759
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: MaxValidator, decorators: [{
759
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: MaxValidator, decorators: [{
760
760
  type: Directive,
761
761
  args: [{
762
762
  selector: '[max][formControlName],[max][formControl],[max][ngModel]',
@@ -834,10 +834,10 @@ class McPasswordToggle extends McTooltipTrigger {
834
834
  stopFocusMonitor() {
835
835
  this.focusMonitor.stopMonitoring(this.elementRef);
836
836
  }
837
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.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 }); }
838
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.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", "style.visibility": "visibility", "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 }); }
837
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", 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 }); }
838
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.0", 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", "style.visibility": "visibility", "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 }); }
839
839
  }
840
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McPasswordToggle, decorators: [{
840
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McPasswordToggle, decorators: [{
841
841
  type: Component,
842
842
  args: [{
843
843
  selector: `mc-password-toggle`,
@@ -857,12 +857,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImpor
857
857
  changeDetection: ChangeDetectionStrategy.OnPush,
858
858
  encapsulation: ViewEncapsulation.None
859
859
  }]
860
- }], ctorParameters: function () { return [{ type: i1$1.Overlay }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i1$1.ScrollDispatcher }, { type: i0.ViewContainerRef }, { type: undefined, decorators: [{
860
+ }], ctorParameters: () => [{ type: i1$1.Overlay }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i1$1.ScrollDispatcher }, { type: i0.ViewContainerRef }, { type: undefined, decorators: [{
861
861
  type: Inject,
862
862
  args: [MC_TOOLTIP_SCROLL_STRATEGY]
863
863
  }] }, { type: i2.Directionality, decorators: [{
864
864
  type: Optional
865
- }] }, { type: i3$1.FocusMonitor }, { type: i4.McFormField }]; }, propDecorators: { content: [{
865
+ }] }, { type: i3$1.FocusMonitor }, { type: i4.McFormField }], propDecorators: { content: [{
866
866
  type: Input,
867
867
  args: ['mcTooltipNotHidden']
868
868
  }], mcTooltipHidden: [{
@@ -1037,12 +1037,12 @@ class McInputPassword extends McInputMixinBase {
1037
1037
  // The `validity` property won't be present on platform-server.
1038
1038
  return this.elementRef.nativeElement.validity?.badInput;
1039
1039
  }
1040
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.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 }); }
1041
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.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: [{
1040
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", 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 }); }
1041
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.0", 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: [{
1042
1042
  provide: McFormFieldControl, useExisting: McInputPassword
1043
1043
  }], exportAs: ["mcInputPassword"], usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
1044
1044
  }
1045
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McInputPassword, decorators: [{
1045
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McInputPassword, decorators: [{
1046
1046
  type: Directive,
1047
1047
  args: [{
1048
1048
  selector: `input[mcInputPassword]`,
@@ -1064,7 +1064,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImpor
1064
1064
  provide: McFormFieldControl, useExisting: McInputPassword
1065
1065
  }]
1066
1066
  }]
1067
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.NgControl, decorators: [{
1067
+ }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.NgControl, decorators: [{
1068
1068
  type: Optional
1069
1069
  }, {
1070
1070
  type: Self
@@ -1079,7 +1079,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImpor
1079
1079
  }, {
1080
1080
  type: Inject,
1081
1081
  args: [MC_INPUT_VALUE_ACCESSOR]
1082
- }] }]; }, propDecorators: { errorStateMatcher: [{
1082
+ }] }], propDecorators: { errorStateMatcher: [{
1083
1083
  type: Input
1084
1084
  }], placeholder: [{
1085
1085
  type: Input
@@ -1094,8 +1094,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImpor
1094
1094
  }] } });
1095
1095
 
1096
1096
  class McInputModule {
1097
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1098
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: McInputModule, declarations: [McInput,
1097
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1098
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: McInputModule, declarations: [McInput,
1099
1099
  McNumberInput,
1100
1100
  McInputPassword,
1101
1101
  McPasswordToggle,
@@ -1111,12 +1111,12 @@ class McInputModule {
1111
1111
  McInputMono,
1112
1112
  MinValidator,
1113
1113
  MaxValidator] }); }
1114
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McInputModule, imports: [CommonModule,
1114
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McInputModule, imports: [CommonModule,
1115
1115
  A11yModule,
1116
1116
  McCommonModule,
1117
1117
  FormsModule] }); }
1118
1118
  }
1119
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McInputModule, decorators: [{
1119
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McInputModule, decorators: [{
1120
1120
  type: NgModule,
1121
1121
  args: [{
1122
1122
  imports: [