@ptsecurity/mosaic 16.4.1 → 17.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (265) hide show
  1. package/_theming.scss +24 -3
  2. package/core/styles/theming/_scrollbars.scss +17 -2
  3. package/esm2022/autocomplete/autocomplete-origin.directive.mjs +4 -4
  4. package/esm2022/autocomplete/autocomplete-trigger.directive.mjs +6 -6
  5. package/esm2022/autocomplete/autocomplete.component.mjs +6 -6
  6. package/esm2022/autocomplete/autocomplete.module.mjs +4 -4
  7. package/esm2022/button/button.component.mjs +11 -11
  8. package/esm2022/button/button.module.mjs +4 -4
  9. package/esm2022/button-toggle/button-toggle.component.mjs +12 -12
  10. package/esm2022/button-toggle/button-toggle.module.mjs +4 -4
  11. package/esm2022/card/card.component.mjs +5 -5
  12. package/esm2022/card/card.module.mjs +4 -4
  13. package/esm2022/checkbox/checkbox-module.mjs +4 -4
  14. package/esm2022/checkbox/checkbox-required-validator.mjs +3 -3
  15. package/esm2022/checkbox/checkbox.mjs +6 -6
  16. package/esm2022/code-block/actionbar.component.mjs +4 -4
  17. package/esm2022/code-block/code-block.component.mjs +6 -6
  18. package/esm2022/code-block/code-block.module.mjs +8 -8
  19. package/esm2022/core/common-behaviors/color.mjs +1 -1
  20. package/esm2022/core/common-behaviors/common-module.mjs +7 -7
  21. package/esm2022/core/common-behaviors/error-state.mjs +1 -1
  22. package/esm2022/core/error/error-options.mjs +6 -6
  23. package/esm2022/core/formatters/date/formatter.mjs +5 -5
  24. package/esm2022/core/formatters/date/formatter.pipe.mjs +52 -52
  25. package/esm2022/core/formatters/index.mjs +4 -4
  26. package/esm2022/core/formatters/number/formatter.mjs +19 -19
  27. package/esm2022/core/forms/forms-module.mjs +4 -4
  28. package/esm2022/core/forms/forms.directive.mjs +8 -8
  29. package/esm2022/core/highlight/highlight.pipe.mjs +4 -4
  30. package/esm2022/core/highlight/index.mjs +4 -4
  31. package/esm2022/core/line/line.mjs +8 -8
  32. package/esm2022/core/locales/locale-service.mjs +5 -5
  33. package/esm2022/core/locales/locale-service.module.mjs +4 -4
  34. package/esm2022/core/option/action.mjs +6 -6
  35. package/esm2022/core/option/optgroup.mjs +4 -4
  36. package/esm2022/core/option/option-module.mjs +4 -4
  37. package/esm2022/core/option/option.mjs +6 -6
  38. package/esm2022/core/overlay/overlay-position-map.mjs +1 -1
  39. package/esm2022/core/pop-up/pop-up-trigger.mjs +5 -5
  40. package/esm2022/core/pop-up/pop-up.mjs +5 -5
  41. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +5 -5
  42. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +4 -4
  43. package/esm2022/core/services/measure-scrollbar.service.mjs +6 -6
  44. package/esm2022/core/utils/data-size/data-size.pipe.mjs +7 -7
  45. package/esm2022/core/utils/data-size/size.mjs +1 -1
  46. package/esm2022/core/version.mjs +2 -2
  47. package/esm2022/datepicker/calendar-body.component.mjs +4 -4
  48. package/esm2022/datepicker/calendar-header.component.mjs +5 -5
  49. package/esm2022/datepicker/calendar.component.mjs +6 -6
  50. package/esm2022/datepicker/datepicker-animations.mjs +1 -1
  51. package/esm2022/datepicker/datepicker-input.directive.mjs +6 -6
  52. package/esm2022/datepicker/datepicker-intl.mjs +3 -3
  53. package/esm2022/datepicker/datepicker-module.mjs +4 -4
  54. package/esm2022/datepicker/datepicker-toggle.component.mjs +8 -8
  55. package/esm2022/datepicker/datepicker.component.mjs +10 -10
  56. package/esm2022/datepicker/month-view.component.mjs +6 -6
  57. package/esm2022/divider/divider.component.mjs +3 -3
  58. package/esm2022/divider/divider.module.mjs +4 -4
  59. package/esm2022/dl/dl.component.mjs +11 -11
  60. package/esm2022/dl/dl.module.mjs +4 -4
  61. package/esm2022/dropdown/dropdown-content.directive.mjs +6 -6
  62. package/esm2022/dropdown/dropdown-item.component.mjs +8 -8
  63. package/esm2022/dropdown/dropdown-trigger.directive.mjs +6 -6
  64. package/esm2022/dropdown/dropdown.component.mjs +6 -6
  65. package/esm2022/dropdown/dropdown.module.mjs +4 -4
  66. package/esm2022/ellipsis-center/ellipsis-center.directive.mjs +10 -10
  67. package/esm2022/file-upload/file-drop.mjs +4 -4
  68. package/esm2022/file-upload/file-upload.module.mjs +4 -4
  69. package/esm2022/file-upload/multiple-file-upload.component.mjs +7 -7
  70. package/esm2022/file-upload/single-file-upload.component.mjs +7 -7
  71. package/esm2022/form-field/cleaner.mjs +3 -3
  72. package/esm2022/form-field/form-field.mjs +13 -13
  73. package/esm2022/form-field/form-field.module.mjs +4 -4
  74. package/esm2022/form-field/hint.mjs +5 -5
  75. package/esm2022/form-field/password-hint.mjs +6 -6
  76. package/esm2022/form-field/prefix.mjs +3 -3
  77. package/esm2022/form-field/stepper.mjs +4 -4
  78. package/esm2022/form-field/suffix.mjs +3 -3
  79. package/esm2022/form-field/validate.directive.mjs +6 -6
  80. package/esm2022/icon/icon.component.mjs +9 -9
  81. package/esm2022/icon/icon.module.mjs +4 -4
  82. package/esm2022/input/input-number-validators.mjs +7 -7
  83. package/esm2022/input/input-number.mjs +6 -6
  84. package/esm2022/input/input-password.mjs +11 -11
  85. package/esm2022/input/input.mjs +9 -9
  86. package/esm2022/input/input.module.mjs +4 -4
  87. package/esm2022/link/link.component.mjs +5 -5
  88. package/esm2022/link/link.module.mjs +4 -4
  89. package/esm2022/list/list-selection.component.mjs +13 -13
  90. package/esm2022/list/list.component.mjs +9 -9
  91. package/esm2022/list/list.module.mjs +4 -4
  92. package/esm2022/loader-overlay/loader-overlay.component.mjs +15 -15
  93. package/esm2022/loader-overlay/loader-overlay.module.mjs +4 -4
  94. package/esm2022/markdown/markdown.component.mjs +5 -5
  95. package/esm2022/markdown/markdown.module.mjs +4 -4
  96. package/esm2022/markdown/markdown.service.mjs +3 -3
  97. package/esm2022/modal/css-unit.pipe.mjs +3 -3
  98. package/esm2022/modal/modal-control.service.mjs +6 -6
  99. package/esm2022/modal/modal.component.mjs +7 -7
  100. package/esm2022/modal/modal.directive.mjs +12 -12
  101. package/esm2022/modal/modal.module.mjs +4 -4
  102. package/esm2022/modal/modal.service.mjs +5 -5
  103. package/esm2022/navbar/navbar-item.component.mjs +41 -41
  104. package/esm2022/navbar/navbar.component.mjs +12 -12
  105. package/esm2022/navbar/navbar.module.mjs +4 -4
  106. package/esm2022/navbar/vertical-navbar.component.mjs +5 -5
  107. package/esm2022/popover/popover-confirm.component.mjs +10 -10
  108. package/esm2022/popover/popover.component.mjs +10 -10
  109. package/esm2022/popover/popover.module.mjs +4 -4
  110. package/esm2022/progress-bar/progress-bar.component.mjs +5 -5
  111. package/esm2022/progress-bar/progress-bar.module.mjs +4 -4
  112. package/esm2022/progress-spinner/progress-spinner.component.mjs +5 -5
  113. package/esm2022/progress-spinner/progress-spinner.module.mjs +4 -4
  114. package/esm2022/radio/radio.component.mjs +10 -10
  115. package/esm2022/radio/radio.module.mjs +4 -4
  116. package/esm2022/select/select-option.directive.mjs +6 -6
  117. package/esm2022/select/select.component.mjs +24 -24
  118. package/esm2022/select/select.module.mjs +4 -4
  119. package/esm2022/sidebar/sidebar.component.mjs +11 -11
  120. package/esm2022/sidebar/sidebar.module.mjs +4 -4
  121. package/esm2022/sidepanel/sidepanel-container.component.mjs +7 -7
  122. package/esm2022/sidepanel/sidepanel-directives.mjs +18 -18
  123. package/esm2022/sidepanel/sidepanel-ref.mjs +1 -1
  124. package/esm2022/sidepanel/sidepanel.module.mjs +4 -4
  125. package/esm2022/sidepanel/sidepanel.service.mjs +6 -6
  126. package/esm2022/splitter/splitter.component.mjs +17 -17
  127. package/esm2022/splitter/splitter.module.mjs +4 -4
  128. package/esm2022/table/table.component.mjs +3 -3
  129. package/esm2022/table/table.module.mjs +4 -4
  130. package/esm2022/tabs/paginated-tab-header.mjs +6 -6
  131. package/esm2022/tabs/tab-body.component.mjs +11 -11
  132. package/esm2022/tabs/tab-content.directive.mjs +4 -4
  133. package/esm2022/tabs/tab-group.component.mjs +21 -21
  134. package/esm2022/tabs/tab-header.component.mjs +7 -7
  135. package/esm2022/tabs/tab-label-wrapper.directive.mjs +5 -5
  136. package/esm2022/tabs/tab-label.directive.mjs +3 -3
  137. package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +10 -10
  138. package/esm2022/tabs/tab.component.mjs +5 -5
  139. package/esm2022/tabs/tabs.module.mjs +4 -4
  140. package/esm2022/tags/tag-input.mjs +6 -6
  141. package/esm2022/tags/tag-list.component.mjs +6 -6
  142. package/esm2022/tags/tag.component.mjs +16 -16
  143. package/esm2022/tags/tag.module.mjs +4 -4
  144. package/esm2022/textarea/textarea.component.mjs +6 -6
  145. package/esm2022/textarea/textarea.module.mjs +4 -4
  146. package/esm2022/timepicker/timepicker.directive.mjs +6 -6
  147. package/esm2022/timepicker/timepicker.module.mjs +4 -4
  148. package/esm2022/timezone/cities-by-filter.pipe.mjs +3 -3
  149. package/esm2022/timezone/timezone-option.component.mjs +3 -3
  150. package/esm2022/timezone/timezone-option.directive.mjs +5 -5
  151. package/esm2022/timezone/timezone-select.component.mjs +8 -8
  152. package/esm2022/timezone/timezone.module.mjs +4 -4
  153. package/esm2022/timezone/timezone.utils.mjs +1 -1
  154. package/esm2022/timezone/utc-offset.pipe.mjs +3 -3
  155. package/esm2022/title/title.directive.mjs +6 -6
  156. package/esm2022/title/title.module.mjs +4 -4
  157. package/esm2022/toast/toast-container.component.mjs +6 -6
  158. package/esm2022/toast/toast.component.mjs +6 -6
  159. package/esm2022/toast/toast.module.mjs +4 -4
  160. package/esm2022/toast/toast.service.mjs +6 -6
  161. package/esm2022/toggle/toggle.component.mjs +5 -5
  162. package/esm2022/toggle/toggle.module.mjs +4 -4
  163. package/esm2022/tooltip/tooltip.component.mjs +21 -21
  164. package/esm2022/tooltip/tooltip.module.mjs +4 -4
  165. package/esm2022/tree/control/base-tree-control.mjs +1 -1
  166. package/esm2022/tree/control/flat-tree-control.mjs +1 -1
  167. package/esm2022/tree/control/nested-tree-control.mjs +1 -1
  168. package/esm2022/tree/data-source/flat-data-source.mjs +1 -1
  169. package/esm2022/tree/node.mjs +5 -5
  170. package/esm2022/tree/outlet.mjs +4 -4
  171. package/esm2022/tree/padding.directive.mjs +6 -6
  172. package/esm2022/tree/toggle.mjs +11 -11
  173. package/esm2022/tree/tree-base.mjs +10 -10
  174. package/esm2022/tree/tree-option.component.mjs +8 -8
  175. package/esm2022/tree/tree-selection.component.mjs +6 -6
  176. package/esm2022/tree/tree.mjs +3 -3
  177. package/esm2022/tree/tree.module.mjs +4 -4
  178. package/esm2022/tree-select/tree-select.component.mjs +17 -17
  179. package/esm2022/tree-select/tree-select.module.mjs +4 -4
  180. package/fesm2022/ptsecurity-mosaic-autocomplete.mjs +18 -18
  181. package/fesm2022/ptsecurity-mosaic-autocomplete.mjs.map +1 -1
  182. package/fesm2022/ptsecurity-mosaic-button-toggle.mjs +15 -15
  183. package/fesm2022/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
  184. package/fesm2022/ptsecurity-mosaic-button.mjs +14 -14
  185. package/fesm2022/ptsecurity-mosaic-button.mjs.map +1 -1
  186. package/fesm2022/ptsecurity-mosaic-card.mjs +8 -8
  187. package/fesm2022/ptsecurity-mosaic-card.mjs.map +1 -1
  188. package/fesm2022/ptsecurity-mosaic-checkbox.mjs +12 -12
  189. package/fesm2022/ptsecurity-mosaic-checkbox.mjs.map +1 -1
  190. package/fesm2022/ptsecurity-mosaic-code-block.mjs +15 -15
  191. package/fesm2022/ptsecurity-mosaic-code-block.mjs.map +1 -1
  192. package/fesm2022/ptsecurity-mosaic-core.mjs +172 -172
  193. package/fesm2022/ptsecurity-mosaic-core.mjs.map +1 -1
  194. package/fesm2022/ptsecurity-mosaic-datepicker.mjs +45 -45
  195. package/fesm2022/ptsecurity-mosaic-datepicker.mjs.map +1 -1
  196. package/fesm2022/ptsecurity-mosaic-divider.mjs +7 -7
  197. package/fesm2022/ptsecurity-mosaic-dl.mjs +14 -14
  198. package/fesm2022/ptsecurity-mosaic-dl.mjs.map +1 -1
  199. package/fesm2022/ptsecurity-mosaic-dropdown.mjs +26 -26
  200. package/fesm2022/ptsecurity-mosaic-dropdown.mjs.map +1 -1
  201. package/fesm2022/ptsecurity-mosaic-ellipsis-center.mjs +9 -9
  202. package/fesm2022/ptsecurity-mosaic-ellipsis-center.mjs.map +1 -1
  203. package/fesm2022/ptsecurity-mosaic-file-upload.mjs +19 -19
  204. package/fesm2022/ptsecurity-mosaic-file-upload.mjs.map +1 -1
  205. package/fesm2022/ptsecurity-mosaic-form-field.mjs +42 -42
  206. package/fesm2022/ptsecurity-mosaic-form-field.mjs.map +1 -1
  207. package/fesm2022/ptsecurity-mosaic-icon.mjs +12 -12
  208. package/fesm2022/ptsecurity-mosaic-icon.mjs.map +1 -1
  209. package/fesm2022/ptsecurity-mosaic-input.mjs +33 -33
  210. package/fesm2022/ptsecurity-mosaic-input.mjs.map +1 -1
  211. package/fesm2022/ptsecurity-mosaic-link.mjs +8 -8
  212. package/fesm2022/ptsecurity-mosaic-link.mjs.map +1 -1
  213. package/fesm2022/ptsecurity-mosaic-list.mjs +24 -24
  214. package/fesm2022/ptsecurity-mosaic-list.mjs.map +1 -1
  215. package/fesm2022/ptsecurity-mosaic-loader-overlay.mjs +18 -18
  216. package/fesm2022/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
  217. package/fesm2022/ptsecurity-mosaic-markdown.mjs +11 -11
  218. package/fesm2022/ptsecurity-mosaic-markdown.mjs.map +1 -1
  219. package/fesm2022/ptsecurity-mosaic-modal.mjs +34 -34
  220. package/fesm2022/ptsecurity-mosaic-modal.mjs.map +1 -1
  221. package/fesm2022/ptsecurity-mosaic-navbar.mjs +59 -59
  222. package/fesm2022/ptsecurity-mosaic-navbar.mjs.map +1 -1
  223. package/fesm2022/ptsecurity-mosaic-popover.mjs +22 -22
  224. package/fesm2022/ptsecurity-mosaic-popover.mjs.map +1 -1
  225. package/fesm2022/ptsecurity-mosaic-progress-bar.mjs +8 -8
  226. package/fesm2022/ptsecurity-mosaic-progress-bar.mjs.map +1 -1
  227. package/fesm2022/ptsecurity-mosaic-progress-spinner.mjs +8 -8
  228. package/fesm2022/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
  229. package/fesm2022/ptsecurity-mosaic-radio.mjs +13 -13
  230. package/fesm2022/ptsecurity-mosaic-radio.mjs.map +1 -1
  231. package/fesm2022/ptsecurity-mosaic-select.mjs +32 -32
  232. package/fesm2022/ptsecurity-mosaic-select.mjs.map +1 -1
  233. package/fesm2022/ptsecurity-mosaic-sidebar.mjs +14 -14
  234. package/fesm2022/ptsecurity-mosaic-sidebar.mjs.map +1 -1
  235. package/fesm2022/ptsecurity-mosaic-sidepanel.mjs +32 -32
  236. package/fesm2022/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
  237. package/fesm2022/ptsecurity-mosaic-splitter.mjs +20 -20
  238. package/fesm2022/ptsecurity-mosaic-splitter.mjs.map +1 -1
  239. package/fesm2022/ptsecurity-mosaic-table.mjs +7 -7
  240. package/fesm2022/ptsecurity-mosaic-tabs.mjs +69 -69
  241. package/fesm2022/ptsecurity-mosaic-tabs.mjs.map +1 -1
  242. package/fesm2022/ptsecurity-mosaic-tags.mjs +29 -29
  243. package/fesm2022/ptsecurity-mosaic-tags.mjs.map +1 -1
  244. package/fesm2022/ptsecurity-mosaic-textarea.mjs +9 -9
  245. package/fesm2022/ptsecurity-mosaic-textarea.mjs.map +1 -1
  246. package/fesm2022/ptsecurity-mosaic-timepicker.mjs +9 -9
  247. package/fesm2022/ptsecurity-mosaic-timepicker.mjs.map +1 -1
  248. package/fesm2022/ptsecurity-mosaic-timezone.mjs +26 -26
  249. package/fesm2022/ptsecurity-mosaic-timezone.mjs.map +1 -1
  250. package/fesm2022/ptsecurity-mosaic-title.mjs +9 -9
  251. package/fesm2022/ptsecurity-mosaic-title.mjs.map +1 -1
  252. package/fesm2022/ptsecurity-mosaic-toast.mjs +19 -19
  253. package/fesm2022/ptsecurity-mosaic-toast.mjs.map +1 -1
  254. package/fesm2022/ptsecurity-mosaic-toggle.mjs +8 -8
  255. package/fesm2022/ptsecurity-mosaic-toggle.mjs.map +1 -1
  256. package/fesm2022/ptsecurity-mosaic-tooltip.mjs +24 -24
  257. package/fesm2022/ptsecurity-mosaic-tooltip.mjs.map +1 -1
  258. package/fesm2022/ptsecurity-mosaic-tree-select.mjs +20 -20
  259. package/fesm2022/ptsecurity-mosaic-tree-select.mjs.map +1 -1
  260. package/fesm2022/ptsecurity-mosaic-tree.mjs +51 -51
  261. package/fesm2022/ptsecurity-mosaic-tree.mjs.map +1 -1
  262. package/package.json +7 -7
  263. package/popover/popover.component.d.ts +1 -1
  264. package/prebuilt-themes/dark-theme.css +1 -1
  265. package/prebuilt-themes/default-theme.css +1 -1
@@ -35,10 +35,10 @@ const TAG_ATTRIBUTE_NAMES = ['mc-basic-tag'];
35
35
  * @docs-private
36
36
  */
37
37
  class McTagAvatar {
38
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McTagAvatar, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
39
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.5", type: McTagAvatar, selector: "mc-tag-avatar, [mcTagAvatar]", host: { classAttribute: "mc-tag-avatar" }, ngImport: i0 }); }
38
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McTagAvatar, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
39
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.0", type: McTagAvatar, selector: "mc-tag-avatar, [mcTagAvatar]", host: { classAttribute: "mc-tag-avatar" }, ngImport: i0 }); }
40
40
  }
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McTagAvatar, decorators: [{
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McTagAvatar, decorators: [{
42
42
  type: Directive,
43
43
  args: [{
44
44
  selector: 'mc-tag-avatar, [mcTagAvatar]',
@@ -50,10 +50,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImpor
50
50
  * @docs-private
51
51
  */
52
52
  class McTagTrailingIcon {
53
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McTagTrailingIcon, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
54
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.5", type: McTagTrailingIcon, selector: "mc-tag-trailing-icon, [mcTagTrailingIcon]", host: { classAttribute: "mc-tag-trailing-icon" }, ngImport: i0 }); }
53
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McTagTrailingIcon, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
54
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.0", type: McTagTrailingIcon, selector: "mc-tag-trailing-icon, [mcTagTrailingIcon]", host: { classAttribute: "mc-tag-trailing-icon" }, ngImport: i0 }); }
55
55
  }
56
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McTagTrailingIcon, decorators: [{
56
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McTagTrailingIcon, decorators: [{
57
57
  type: Directive,
58
58
  args: [{
59
59
  selector: 'mc-tag-trailing-icon, [mcTagTrailingIcon]',
@@ -290,10 +290,10 @@ class McTag extends McTagMixinBase {
290
290
  selected: this._selected
291
291
  });
292
292
  }
293
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McTag, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
294
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.5", type: McTag, selector: "mc-tag, [mc-tag], mc-basic-tag, [mc-basic-tag]", inputs: { color: "color", selected: "selected", value: "value", selectable: "selectable", removable: "removable", tabindex: "tabindex", disabled: "disabled" }, outputs: { selectionChange: "selectionChange", destroyed: "destroyed", removed: "removed" }, host: { listeners: { "mousedown": "handleMousedown($event)", "keydown": "handleKeydown($event)", "focus": "focus()", "blur": "blur()" }, properties: { "attr.tabindex": "tabindex", "attr.disabled": "disabled || null", "class.mc-selected": "selected", "class.mc-focused": "hasFocus", "class.mc-tag-with-avatar": "avatar", "class.mc-tag-with-icon": "contentChildren", "class.mc-tag-with-trailing-icon": "trailingIcon || removeIcon", "class.mc-disabled": "disabled" }, classAttribute: "mc-tag" }, providers: [{ provide: MC_TITLE_TEXT_REF, useExisting: McTag }], queries: [{ propertyName: "avatar", first: true, predicate: McTagAvatar, descendants: true }, { propertyName: "trailingIcon", first: true, predicate: McTagTrailingIcon, descendants: true }, { propertyName: "removeIcon", first: true, predicate: i0.forwardRef(function () { return McTagRemove; }), descendants: true }, { propertyName: "contentChildren", predicate: McIcon }], viewQueries: [{ propertyName: "textElement", first: true, predicate: ["mcTitleText"], descendants: true }], exportAs: ["mcTag"], usesInheritance: true, ngImport: i0, template: "<div class=\"mc-tag__wrapper\">\n <ng-content select=\"[mc-icon]:not([mcTagRemove])\"></ng-content>\n <span class=\"mc-tag__text\" #mcTitleText><ng-content></ng-content></span>\n <ng-content select=\"[mcTagRemove]\"></ng-content>\n</div>\n<div class=\"mc-tag-overlay\"></div>\n", styles: [".mc-tag{position:relative;display:inline-block;max-width:100%;margin:var(--mc-tags-size-margin, 2px);height:var(--mc-tags-size-height, 24px);border-width:var(--mc-tags-size-border-width, 1px);border-style:solid;border-radius:var(--mc-tags-size-border-radius, 4px);cursor:default;outline:none;box-sizing:border-box}.mc-tag .mc-icon.mc-tag-remove:hover{cursor:pointer}.mc-tag.mc-disabled .mc-icon.mc-tag-remove:hover{cursor:default}.mc-tag .mc-tag__text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mc-tag:not(.mc-tag-with-icon) .mc-tag__text{margin-right:calc(var(--mc-tags-size-text-margin, 8px) - var(--mc-tags-size-border-width, 1px))}.mc-tag__wrapper{display:flex;align-items:center;height:100%;flex:1 1 100%}.mc-tag__wrapper .mc-icon.mc-tag-remove{display:flex;align-items:center;justify-content:center;flex-shrink:0;height:var(--mc-tags-size-height, 24px);padding-left:var(--mc-tags-size-icon-padding, 4px);padding-right:var(--mc-tags-size-icon-padding, 4px)}.mc-tag__wrapper .mc-icon_left{margin-right:var(--mc-tags-size-icon-padding, 4px)}.mc-tag__wrapper>.mc-icon:first-child{margin-left:calc(var(--mc-tags-size-icon-padding, 4px) - var(--mc-tags-size-border-width, 1px))}.mc-tag__wrapper>.mc-tag__text:last-child{margin-right:calc(var(--mc-tags-size-text-margin, 8px) - var(--mc-tags-size-border-width, 1px))}.mc-tag__wrapper>.mc-tag__text:first-child{margin-left:calc(var(--mc-tags-size-text-margin, 8px) - var(--mc-tags-size-border-width, 1px))}.mc-tag-overlay{position:absolute;inset:-1px;pointer-events:none;border-radius:inherit}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
293
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McTag, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
294
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.0", type: McTag, selector: "mc-tag, [mc-tag], mc-basic-tag, [mc-basic-tag]", inputs: { color: "color", selected: "selected", value: "value", selectable: "selectable", removable: "removable", tabindex: "tabindex", disabled: "disabled" }, outputs: { selectionChange: "selectionChange", destroyed: "destroyed", removed: "removed" }, host: { listeners: { "mousedown": "handleMousedown($event)", "keydown": "handleKeydown($event)", "focus": "focus()", "blur": "blur()" }, properties: { "attr.tabindex": "tabindex", "attr.disabled": "disabled || null", "class.mc-selected": "selected", "class.mc-focused": "hasFocus", "class.mc-tag-with-avatar": "avatar", "class.mc-tag-with-icon": "contentChildren", "class.mc-tag-with-trailing-icon": "trailingIcon || removeIcon", "class.mc-disabled": "disabled" }, classAttribute: "mc-tag" }, providers: [{ provide: MC_TITLE_TEXT_REF, useExisting: McTag }], queries: [{ propertyName: "avatar", first: true, predicate: McTagAvatar, descendants: true }, { propertyName: "trailingIcon", first: true, predicate: McTagTrailingIcon, descendants: true }, { propertyName: "removeIcon", first: true, predicate: i0.forwardRef(() => McTagRemove), descendants: true }, { propertyName: "contentChildren", predicate: McIcon }], viewQueries: [{ propertyName: "textElement", first: true, predicate: ["mcTitleText"], descendants: true }], exportAs: ["mcTag"], usesInheritance: true, ngImport: i0, template: "<div class=\"mc-tag__wrapper\">\n <ng-content select=\"[mc-icon]:not([mcTagRemove])\"></ng-content>\n <span class=\"mc-tag__text\" #mcTitleText><ng-content></ng-content></span>\n <ng-content select=\"[mcTagRemove]\"></ng-content>\n</div>\n<div class=\"mc-tag-overlay\"></div>\n", styles: [".mc-tag{position:relative;display:inline-block;max-width:100%;margin:var(--mc-tags-size-margin, 2px);height:var(--mc-tags-size-height, 24px);border-width:var(--mc-tags-size-border-width, 1px);border-style:solid;border-radius:var(--mc-tags-size-border-radius, 4px);cursor:default;outline:none;box-sizing:border-box}.mc-tag .mc-icon.mc-tag-remove:hover{cursor:pointer}.mc-tag.mc-disabled .mc-icon.mc-tag-remove:hover{cursor:default}.mc-tag .mc-tag__text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mc-tag:not(.mc-tag-with-icon) .mc-tag__text{margin-right:calc(var(--mc-tags-size-text-margin, 8px) - var(--mc-tags-size-border-width, 1px))}.mc-tag__wrapper{display:flex;align-items:center;height:100%;flex:1 1 100%}.mc-tag__wrapper .mc-icon.mc-tag-remove{display:flex;align-items:center;justify-content:center;flex-shrink:0;height:var(--mc-tags-size-height, 24px);padding-left:var(--mc-tags-size-icon-padding, 4px);padding-right:var(--mc-tags-size-icon-padding, 4px)}.mc-tag__wrapper .mc-icon_left{margin-right:var(--mc-tags-size-icon-padding, 4px)}.mc-tag__wrapper>.mc-icon:first-child{margin-left:calc(var(--mc-tags-size-icon-padding, 4px) - var(--mc-tags-size-border-width, 1px))}.mc-tag__wrapper>.mc-tag__text:last-child{margin-right:calc(var(--mc-tags-size-text-margin, 8px) - var(--mc-tags-size-border-width, 1px))}.mc-tag__wrapper>.mc-tag__text:first-child{margin-left:calc(var(--mc-tags-size-text-margin, 8px) - var(--mc-tags-size-border-width, 1px))}.mc-tag-overlay{position:absolute;inset:-1px;pointer-events:none;border-radius:inherit}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
295
295
  }
296
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McTag, decorators: [{
296
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McTag, decorators: [{
297
297
  type: Component,
298
298
  args: [{ selector: 'mc-tag, [mc-tag], mc-basic-tag, [mc-basic-tag]', exportAs: 'mcTag', inputs: ['color'], host: {
299
299
  class: 'mc-tag',
@@ -310,7 +310,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImpor
310
310
  '(focus)': 'focus()',
311
311
  '(blur)': 'blur()'
312
312
  }, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [{ provide: MC_TITLE_TEXT_REF, useExisting: McTag }], template: "<div class=\"mc-tag__wrapper\">\n <ng-content select=\"[mc-icon]:not([mcTagRemove])\"></ng-content>\n <span class=\"mc-tag__text\" #mcTitleText><ng-content></ng-content></span>\n <ng-content select=\"[mcTagRemove]\"></ng-content>\n</div>\n<div class=\"mc-tag-overlay\"></div>\n", styles: [".mc-tag{position:relative;display:inline-block;max-width:100%;margin:var(--mc-tags-size-margin, 2px);height:var(--mc-tags-size-height, 24px);border-width:var(--mc-tags-size-border-width, 1px);border-style:solid;border-radius:var(--mc-tags-size-border-radius, 4px);cursor:default;outline:none;box-sizing:border-box}.mc-tag .mc-icon.mc-tag-remove:hover{cursor:pointer}.mc-tag.mc-disabled .mc-icon.mc-tag-remove:hover{cursor:default}.mc-tag .mc-tag__text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mc-tag:not(.mc-tag-with-icon) .mc-tag__text{margin-right:calc(var(--mc-tags-size-text-margin, 8px) - var(--mc-tags-size-border-width, 1px))}.mc-tag__wrapper{display:flex;align-items:center;height:100%;flex:1 1 100%}.mc-tag__wrapper .mc-icon.mc-tag-remove{display:flex;align-items:center;justify-content:center;flex-shrink:0;height:var(--mc-tags-size-height, 24px);padding-left:var(--mc-tags-size-icon-padding, 4px);padding-right:var(--mc-tags-size-icon-padding, 4px)}.mc-tag__wrapper .mc-icon_left{margin-right:var(--mc-tags-size-icon-padding, 4px)}.mc-tag__wrapper>.mc-icon:first-child{margin-left:calc(var(--mc-tags-size-icon-padding, 4px) - var(--mc-tags-size-border-width, 1px))}.mc-tag__wrapper>.mc-tag__text:last-child{margin-right:calc(var(--mc-tags-size-text-margin, 8px) - var(--mc-tags-size-border-width, 1px))}.mc-tag__wrapper>.mc-tag__text:first-child{margin-left:calc(var(--mc-tags-size-text-margin, 8px) - var(--mc-tags-size-border-width, 1px))}.mc-tag-overlay{position:absolute;inset:-1px;pointer-events:none;border-radius:inherit}\n"] }]
313
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }]; }, propDecorators: { textElement: [{
313
+ }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }], propDecorators: { textElement: [{
314
314
  type: ViewChild,
315
315
  args: ['mcTitleText']
316
316
  }], contentChildren: [{
@@ -375,10 +375,10 @@ class McTagRemove {
375
375
  // that the tag is being removed before the event bubbles up.
376
376
  event.stopPropagation();
377
377
  }
378
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McTagRemove, deps: [{ token: forwardRef(() => McTag) }], target: i0.ɵɵFactoryTarget.Directive }); }
379
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.5", type: McTagRemove, selector: "[mcTagRemove]", host: { listeners: { "click": "handleClick($event)", "focus": "focus($event)" }, properties: { "attr.tabindex": "-1" }, classAttribute: "mc-tag-remove mc-tag-trailing-icon" }, ngImport: i0 }); }
378
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McTagRemove, deps: [{ token: forwardRef(() => McTag) }], target: i0.ɵɵFactoryTarget.Directive }); }
379
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.0", type: McTagRemove, selector: "[mcTagRemove]", host: { listeners: { "click": "handleClick($event)", "focus": "focus($event)" }, properties: { "attr.tabindex": "-1" }, classAttribute: "mc-tag-remove mc-tag-trailing-icon" }, ngImport: i0 }); }
380
380
  }
381
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McTagRemove, decorators: [{
381
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McTagRemove, decorators: [{
382
382
  type: Directive,
383
383
  args: [{
384
384
  selector: '[mcTagRemove]',
@@ -389,10 +389,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImpor
389
389
  '(focus)': 'focus($event)'
390
390
  }
391
391
  }]
392
- }], ctorParameters: function () { return [{ type: McTag, decorators: [{
392
+ }], ctorParameters: () => [{ type: McTag, decorators: [{
393
393
  type: Inject,
394
394
  args: [forwardRef(() => McTag)]
395
- }] }]; } });
395
+ }] }] });
396
396
 
397
397
  /** @docs-private */
398
398
  class McTagListBase {
@@ -1034,10 +1034,10 @@ class McTagList extends McTagListMixinBase {
1034
1034
  this.tags.forEach((tag) => tag.tagListSelectable = this._selectable);
1035
1035
  }
1036
1036
  }
1037
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McTagList, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.ErrorStateMatcher }, { token: i2.Directionality, optional: true }, { token: i3.NgForm, optional: true }, { token: i3.FormGroupDirective, optional: true }, { token: i3.NgControl, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Component }); }
1038
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.5", type: McTagList, selector: "mc-tag-list", inputs: { multiple: "multiple", compareWith: "compareWith", value: "value", required: "required", placeholder: "placeholder", disabled: "disabled", selectable: "selectable", tabIndex: "tabIndex", errorStateMatcher: "errorStateMatcher", orientation: "orientation" }, outputs: { valueChange: "valueChange", change: "change" }, host: { listeners: { "focus": "focus()", "blur": "blur()", "keydown": "keydown($event)" }, properties: { "class.mc-disabled": "disabled", "class.mc-invalid": "errorState", "attr.tabindex": "disabled ? null : tabIndex", "id": "uid" }, classAttribute: "mc-tag-list" }, providers: [{ provide: McFormFieldControl, useExisting: McTagList }], queries: [{ propertyName: "cleaner", first: true, predicate: ["mcTagListCleaner"], descendants: true, static: true }, { propertyName: "tags", predicate: McTag, descendants: true }], exportAs: ["mcTagList"], usesInheritance: true, ngImport: i0, template: "<div class=\"mc-tags-list__list-container\">\n <ng-content></ng-content>\n</div>\n\n<div class=\"mc-tags-list__cleaner\"\n *ngIf=\"canShowCleaner\">\n <ng-content select=\"mc-cleaner\"></ng-content>\n</div>\n", styles: [".mc-tag-list{display:flex;flex-direction:row;box-sizing:border-box}.mc-tag-list:focus-visible{outline:none}.mc-tag-input{border:none;outline:none;background:transparent}.mc-tags-list__list-container{display:flex;flex-wrap:wrap;flex:1 1 100%;box-sizing:border-box;min-width:0;min-height:calc(var(--mc-form-field-size-height, 32px) - var(--mc-form-field-size-border-width, 1px) * 2)}.mc-tags-list__list-container .mc-tag-input{max-width:100%;flex:1 1 auto;height:var(--mc-tag-input-size-height, 22px);margin:var(--mc-tag-input-size-margin, 2px 4px)}.mc-form-field-type-tag-list .mc-tags-list__list-container{padding:var(--mc-tag-list-size-padding, 1px 12px)}.mc-tags-list__cleaner .mc-cleaner{height:30px}\n"], dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
1037
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McTagList, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.ErrorStateMatcher }, { token: i2.Directionality, optional: true }, { token: i3.NgForm, optional: true }, { token: i3.FormGroupDirective, optional: true }, { token: i3.NgControl, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Component }); }
1038
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.0", type: McTagList, selector: "mc-tag-list", inputs: { multiple: "multiple", compareWith: "compareWith", value: "value", required: "required", placeholder: "placeholder", disabled: "disabled", selectable: "selectable", tabIndex: "tabIndex", errorStateMatcher: "errorStateMatcher", orientation: "orientation" }, outputs: { valueChange: "valueChange", change: "change" }, host: { listeners: { "focus": "focus()", "blur": "blur()", "keydown": "keydown($event)" }, properties: { "class.mc-disabled": "disabled", "class.mc-invalid": "errorState", "attr.tabindex": "disabled ? null : tabIndex", "id": "uid" }, classAttribute: "mc-tag-list" }, providers: [{ provide: McFormFieldControl, useExisting: McTagList }], queries: [{ propertyName: "cleaner", first: true, predicate: ["mcTagListCleaner"], descendants: true, static: true }, { propertyName: "tags", predicate: McTag, descendants: true }], exportAs: ["mcTagList"], usesInheritance: true, ngImport: i0, template: "<div class=\"mc-tags-list__list-container\">\n <ng-content></ng-content>\n</div>\n\n<div class=\"mc-tags-list__cleaner\"\n *ngIf=\"canShowCleaner\">\n <ng-content select=\"mc-cleaner\"></ng-content>\n</div>\n", styles: [".mc-tag-list{display:flex;flex-direction:row;box-sizing:border-box}.mc-tag-list:focus-visible{outline:none}.mc-tag-input{border:none;outline:none;background:transparent}.mc-tags-list__list-container{display:flex;flex-wrap:wrap;flex:1 1 100%;box-sizing:border-box;min-width:0;min-height:calc(var(--mc-form-field-size-height, 32px) - var(--mc-form-field-size-border-width, 1px) * 2)}.mc-tags-list__list-container .mc-tag-input{max-width:100%;flex:1 1 auto;height:var(--mc-tag-input-size-height, 22px);margin:var(--mc-tag-input-size-margin, 2px 4px)}.mc-form-field-type-tag-list .mc-tags-list__list-container{padding:var(--mc-tag-list-size-padding, 1px 12px)}.mc-tags-list__cleaner .mc-cleaner{height:30px}\n"], dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
1039
1039
  }
1040
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McTagList, decorators: [{
1040
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McTagList, decorators: [{
1041
1041
  type: Component,
1042
1042
  args: [{ selector: 'mc-tag-list', exportAs: 'mcTagList', host: {
1043
1043
  class: 'mc-tag-list',
@@ -1049,7 +1049,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImpor
1049
1049
  '(blur)': 'blur()',
1050
1050
  '(keydown)': 'keydown($event)'
1051
1051
  }, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [{ provide: McFormFieldControl, useExisting: McTagList }], template: "<div class=\"mc-tags-list__list-container\">\n <ng-content></ng-content>\n</div>\n\n<div class=\"mc-tags-list__cleaner\"\n *ngIf=\"canShowCleaner\">\n <ng-content select=\"mc-cleaner\"></ng-content>\n</div>\n", styles: [".mc-tag-list{display:flex;flex-direction:row;box-sizing:border-box}.mc-tag-list:focus-visible{outline:none}.mc-tag-input{border:none;outline:none;background:transparent}.mc-tags-list__list-container{display:flex;flex-wrap:wrap;flex:1 1 100%;box-sizing:border-box;min-width:0;min-height:calc(var(--mc-form-field-size-height, 32px) - var(--mc-form-field-size-border-width, 1px) * 2)}.mc-tags-list__list-container .mc-tag-input{max-width:100%;flex:1 1 auto;height:var(--mc-tag-input-size-height, 22px);margin:var(--mc-tag-input-size-margin, 2px 4px)}.mc-form-field-type-tag-list .mc-tags-list__list-container{padding:var(--mc-tag-list-size-padding, 1px 12px)}.mc-tags-list__cleaner .mc-cleaner{height:30px}\n"] }]
1052
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i1.ErrorStateMatcher }, { type: i2.Directionality, decorators: [{
1052
+ }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i1.ErrorStateMatcher }, { type: i2.Directionality, decorators: [{
1053
1053
  type: Optional
1054
1054
  }] }, { type: i3.NgForm, decorators: [{
1055
1055
  type: Optional
@@ -1059,7 +1059,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImpor
1059
1059
  type: Optional
1060
1060
  }, {
1061
1061
  type: Self
1062
- }] }]; }, propDecorators: { multiple: [{
1062
+ }] }], propDecorators: { multiple: [{
1063
1063
  type: Input
1064
1064
  }], compareWith: [{
1065
1065
  type: Input
@@ -1297,10 +1297,10 @@ class McTagInput {
1297
1297
  return this.separators
1298
1298
  .some((separator) => separator.key === event.key && !event.shiftKey);
1299
1299
  }
1300
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McTagInput, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: MC_TAGS_DEFAULT_OPTIONS }, { token: i1$1.McTrim, optional: true, self: true }, { token: i3.NgControl, optional: true, self: true }, { token: i3$1.McAutocompleteTrigger, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Directive }); }
1301
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.5", type: McTagInput, selector: "input[mcTagInputFor]", inputs: { separatorKeyCodes: ["mcTagInputSeparatorKeyCodes", "separatorKeyCodes"], distinct: "distinct", placeholder: "placeholder", id: "id", tagList: ["mcTagInputFor", "tagList"], addOnBlur: ["mcTagInputAddOnBlur", "addOnBlur"], disabled: "disabled" }, outputs: { tagEnd: "mcTagInputTokenEnd" }, host: { listeners: { "keydown": "onKeydown($event)", "blur": "blur($event)", "focus": "onFocus()", "input": "onInput()", "paste": "onPaste($event)" }, properties: { "id": "id", "attr.disabled": "disabled || null", "attr.placeholder": "placeholder || null" }, classAttribute: "mc-tag-input" }, exportAs: ["mcTagInput", "mcTagInputFor"], usesOnChanges: true, ngImport: i0 }); }
1300
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McTagInput, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: MC_TAGS_DEFAULT_OPTIONS }, { token: i1$1.McTrim, optional: true, self: true }, { token: i3.NgControl, optional: true, self: true }, { token: i3$1.McAutocompleteTrigger, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Directive }); }
1301
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.0", type: McTagInput, selector: "input[mcTagInputFor]", inputs: { separatorKeyCodes: ["mcTagInputSeparatorKeyCodes", "separatorKeyCodes"], distinct: "distinct", placeholder: "placeholder", id: "id", tagList: ["mcTagInputFor", "tagList"], addOnBlur: ["mcTagInputAddOnBlur", "addOnBlur"], disabled: "disabled" }, outputs: { tagEnd: "mcTagInputTokenEnd" }, host: { listeners: { "keydown": "onKeydown($event)", "blur": "blur($event)", "focus": "onFocus()", "input": "onInput()", "paste": "onPaste($event)" }, properties: { "id": "id", "attr.disabled": "disabled || null", "attr.placeholder": "placeholder || null" }, classAttribute: "mc-tag-input" }, exportAs: ["mcTagInput", "mcTagInputFor"], usesOnChanges: true, ngImport: i0 }); }
1302
1302
  }
1303
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McTagInput, decorators: [{
1303
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McTagInput, decorators: [{
1304
1304
  type: Directive,
1305
1305
  args: [{
1306
1306
  selector: 'input[mcTagInputFor]',
@@ -1317,7 +1317,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImpor
1317
1317
  '(paste)': 'onPaste($event)'
1318
1318
  }
1319
1319
  }]
1320
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: undefined, decorators: [{
1320
+ }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: undefined, decorators: [{
1321
1321
  type: Inject,
1322
1322
  args: [MC_TAGS_DEFAULT_OPTIONS]
1323
1323
  }] }, { type: i1$1.McTrim, decorators: [{
@@ -1332,7 +1332,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImpor
1332
1332
  type: Optional
1333
1333
  }, {
1334
1334
  type: Self
1335
- }] }]; }, propDecorators: { separatorKeyCodes: [{
1335
+ }] }], propDecorators: { separatorKeyCodes: [{
1336
1336
  type: Input,
1337
1337
  args: ['mcTagInputSeparatorKeyCodes']
1338
1338
  }], tagEnd: [{
@@ -1355,8 +1355,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImpor
1355
1355
  }] } });
1356
1356
 
1357
1357
  class McTagsModule {
1358
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McTagsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1359
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: McTagsModule, declarations: [McTagList,
1358
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McTagsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1359
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: McTagsModule, declarations: [McTagList,
1360
1360
  McTag,
1361
1361
  McTagInput,
1362
1362
  McTagTrailingIcon,
@@ -1367,13 +1367,13 @@ class McTagsModule {
1367
1367
  McTagTrailingIcon,
1368
1368
  McTagAvatar,
1369
1369
  McTagRemove] }); }
1370
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McTagsModule, providers: [{
1370
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McTagsModule, providers: [{
1371
1371
  provide: MC_TAGS_DEFAULT_OPTIONS,
1372
1372
  // tslint:disable-next-line: no-object-literal-type-assertion
1373
1373
  useValue: { separatorKeyCodes: [ENTER] }
1374
1374
  }], imports: [CommonModule, PlatformModule] }); }
1375
1375
  }
1376
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: McTagsModule, decorators: [{
1376
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: McTagsModule, decorators: [{
1377
1377
  type: NgModule,
1378
1378
  args: [{
1379
1379
  imports: [CommonModule, PlatformModule],