@ptsecurity/mosaic 12.1.0 → 12.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (290) hide show
  1. package/_theming.scss +14 -1
  2. package/_visual.scss +9 -6
  3. package/bundles/ptsecurity-mosaic-autocomplete.umd.js +18 -20
  4. package/bundles/ptsecurity-mosaic-autocomplete.umd.js.map +1 -1
  5. package/bundles/ptsecurity-mosaic-button-toggle.umd.js +15 -17
  6. package/bundles/ptsecurity-mosaic-button-toggle.umd.js.map +1 -1
  7. package/bundles/ptsecurity-mosaic-button.umd.js +17 -19
  8. package/bundles/ptsecurity-mosaic-button.umd.js.map +1 -1
  9. package/bundles/ptsecurity-mosaic-card.umd.js +11 -13
  10. package/bundles/ptsecurity-mosaic-card.umd.js.map +1 -1
  11. package/bundles/ptsecurity-mosaic-checkbox.umd.js +14 -16
  12. package/bundles/ptsecurity-mosaic-checkbox.umd.js.map +1 -1
  13. package/bundles/ptsecurity-mosaic-core.umd.js +122 -166
  14. package/bundles/ptsecurity-mosaic-core.umd.js.map +1 -1
  15. package/bundles/ptsecurity-mosaic-datepicker.umd.js +45 -47
  16. package/bundles/ptsecurity-mosaic-datepicker.umd.js.map +1 -1
  17. package/bundles/ptsecurity-mosaic-design-tokens.umd.js +3 -3
  18. package/bundles/ptsecurity-mosaic-divider.umd.js +11 -13
  19. package/bundles/ptsecurity-mosaic-divider.umd.js.map +1 -1
  20. package/bundles/ptsecurity-mosaic-dropdown.umd.js +20 -22
  21. package/bundles/ptsecurity-mosaic-dropdown.umd.js.map +1 -1
  22. package/bundles/ptsecurity-mosaic-form-field.umd.js +737 -738
  23. package/bundles/ptsecurity-mosaic-form-field.umd.js.map +1 -1
  24. package/bundles/ptsecurity-mosaic-icon.umd.js +14 -16
  25. package/bundles/ptsecurity-mosaic-icon.umd.js.map +1 -1
  26. package/bundles/ptsecurity-mosaic-input.umd.js +45 -33
  27. package/bundles/ptsecurity-mosaic-input.umd.js.map +1 -1
  28. package/bundles/ptsecurity-mosaic-link.umd.js +11 -13
  29. package/bundles/ptsecurity-mosaic-link.umd.js.map +1 -1
  30. package/bundles/ptsecurity-mosaic-list.umd.js +31 -25
  31. package/bundles/ptsecurity-mosaic-list.umd.js.map +1 -1
  32. package/bundles/ptsecurity-mosaic-modal.umd.js +40 -39
  33. package/bundles/ptsecurity-mosaic-modal.umd.js.map +1 -1
  34. package/bundles/ptsecurity-mosaic-navbar.umd.js +39 -41
  35. package/bundles/ptsecurity-mosaic-navbar.umd.js.map +1 -1
  36. package/bundles/ptsecurity-mosaic-popover.umd.js +204 -29
  37. package/bundles/ptsecurity-mosaic-popover.umd.js.map +1 -1
  38. package/bundles/ptsecurity-mosaic-progress-bar.umd.js +12 -14
  39. package/bundles/ptsecurity-mosaic-progress-bar.umd.js.map +1 -1
  40. package/bundles/ptsecurity-mosaic-progress-spinner.umd.js +12 -14
  41. package/bundles/ptsecurity-mosaic-progress-spinner.umd.js.map +1 -1
  42. package/bundles/ptsecurity-mosaic-radio.umd.js +14 -16
  43. package/bundles/ptsecurity-mosaic-radio.umd.js.map +1 -1
  44. package/bundles/ptsecurity-mosaic-select.umd.js +22 -24
  45. package/bundles/ptsecurity-mosaic-select.umd.js.map +1 -1
  46. package/bundles/ptsecurity-mosaic-sidebar.umd.js +17 -19
  47. package/bundles/ptsecurity-mosaic-sidebar.umd.js.map +1 -1
  48. package/bundles/ptsecurity-mosaic-sidepanel.umd.js +62 -58
  49. package/bundles/ptsecurity-mosaic-sidepanel.umd.js.map +1 -1
  50. package/bundles/ptsecurity-mosaic-splitter.umd.js +17 -19
  51. package/bundles/ptsecurity-mosaic-splitter.umd.js.map +1 -1
  52. package/bundles/ptsecurity-mosaic-table.umd.js +11 -13
  53. package/bundles/ptsecurity-mosaic-table.umd.js.map +1 -1
  54. package/bundles/ptsecurity-mosaic-tabs.umd.js +56 -58
  55. package/bundles/ptsecurity-mosaic-tabs.umd.js.map +1 -1
  56. package/bundles/ptsecurity-mosaic-tags.umd.js +27 -29
  57. package/bundles/ptsecurity-mosaic-tags.umd.js.map +1 -1
  58. package/bundles/ptsecurity-mosaic-textarea.umd.js +12 -14
  59. package/bundles/ptsecurity-mosaic-textarea.umd.js.map +1 -1
  60. package/bundles/ptsecurity-mosaic-timepicker.umd.js +13 -15
  61. package/bundles/ptsecurity-mosaic-timepicker.umd.js.map +1 -1
  62. package/bundles/ptsecurity-mosaic-toggle.umd.js +11 -13
  63. package/bundles/ptsecurity-mosaic-toggle.umd.js.map +1 -1
  64. package/bundles/ptsecurity-mosaic-tooltip.umd.js +72 -23
  65. package/bundles/ptsecurity-mosaic-tooltip.umd.js.map +1 -1
  66. package/bundles/ptsecurity-mosaic-tree-select.umd.js +16 -18
  67. package/bundles/ptsecurity-mosaic-tree-select.umd.js.map +1 -1
  68. package/bundles/ptsecurity-mosaic-tree.umd.js +44 -52
  69. package/bundles/ptsecurity-mosaic-tree.umd.js.map +1 -1
  70. package/bundles/ptsecurity-mosaic.umd.js +2 -2
  71. package/core/pop-up/pop-up-trigger.d.ts +9 -12
  72. package/esm2015/autocomplete/autocomplete-origin.directive.js +4 -4
  73. package/esm2015/autocomplete/autocomplete-trigger.directive.js +4 -4
  74. package/esm2015/autocomplete/autocomplete.component.js +4 -4
  75. package/esm2015/autocomplete/autocomplete.module.js +5 -5
  76. package/esm2015/button/button.component.js +10 -10
  77. package/esm2015/button/button.module.js +5 -5
  78. package/esm2015/button-toggle/button-toggle.component.js +7 -7
  79. package/esm2015/button-toggle/button-toggle.module.js +5 -5
  80. package/esm2015/card/card.component.js +4 -4
  81. package/esm2015/card/card.module.js +5 -5
  82. package/esm2015/checkbox/checkbox-module.js +5 -5
  83. package/esm2015/checkbox/checkbox-required-validator.js +4 -4
  84. package/esm2015/checkbox/checkbox.js +4 -4
  85. package/esm2015/core/common-behaviors/common-module.js +5 -5
  86. package/esm2015/core/error/error-options.js +7 -7
  87. package/esm2015/core/formatters/date/formatter.js +6 -5
  88. package/esm2015/core/formatters/index.js +5 -5
  89. package/esm2015/core/formatters/number/formatter.js +5 -5
  90. package/esm2015/core/forms/forms-module.js +5 -5
  91. package/esm2015/core/forms/forms.directive.js +7 -7
  92. package/esm2015/core/highlight/highlight.pipe.js +4 -4
  93. package/esm2015/core/highlight/index.js +5 -5
  94. package/esm2015/core/line/line.js +8 -8
  95. package/esm2015/core/option/action.js +4 -4
  96. package/esm2015/core/option/optgroup.js +4 -4
  97. package/esm2015/core/option/option-module.js +5 -5
  98. package/esm2015/core/option/option.js +4 -4
  99. package/esm2015/core/pop-up/pop-up-trigger.js +32 -64
  100. package/esm2015/core/pop-up/pop-up.js +4 -4
  101. package/esm2015/core/selection/pseudo-checkbox/pseudo-checkbox.js +4 -4
  102. package/esm2015/core/selection/pseudo-checkbox/pseudo-checkbox.module.js +5 -5
  103. package/esm2015/core/services/measure-scrollbar.service.js +4 -4
  104. package/esm2015/datepicker/calendar-body.component.js +4 -4
  105. package/esm2015/datepicker/calendar.component.js +7 -7
  106. package/esm2015/datepicker/datepicker-input.directive.js +4 -4
  107. package/esm2015/datepicker/datepicker-intl.js +4 -4
  108. package/esm2015/datepicker/datepicker-module.js +5 -5
  109. package/esm2015/datepicker/datepicker-toggle.component.js +7 -7
  110. package/esm2015/datepicker/datepicker.component.js +7 -7
  111. package/esm2015/datepicker/month-view.component.js +4 -4
  112. package/esm2015/datepicker/multi-year-view.component.js +4 -4
  113. package/esm2015/datepicker/year-view.component.js +4 -4
  114. package/esm2015/divider/divider.component.js +4 -4
  115. package/esm2015/divider/divider.module.js +5 -5
  116. package/esm2015/dropdown/dropdown-content.directive.js +4 -4
  117. package/esm2015/dropdown/dropdown-item.component.js +4 -4
  118. package/esm2015/dropdown/dropdown-trigger.directive.js +4 -4
  119. package/esm2015/dropdown/dropdown.component.js +4 -4
  120. package/esm2015/dropdown/dropdown.module.js +5 -5
  121. package/esm2015/form-field/cleaner.js +9 -5
  122. package/esm2015/form-field/form-field.js +7 -7
  123. package/esm2015/form-field/form-field.module.js +5 -5
  124. package/esm2015/form-field/hint.js +4 -4
  125. package/esm2015/form-field/prefix.js +4 -4
  126. package/esm2015/form-field/stepper.js +4 -4
  127. package/esm2015/form-field/suffix.js +4 -4
  128. package/esm2015/icon/icon.component.js +7 -7
  129. package/esm2015/icon/icon.module.js +5 -5
  130. package/esm2015/input/input-number-validators.js +28 -14
  131. package/esm2015/input/input-number.js +4 -4
  132. package/esm2015/input/input.js +7 -7
  133. package/esm2015/input/input.module.js +5 -5
  134. package/esm2015/link/link.component.js +4 -4
  135. package/esm2015/link/link.module.js +5 -5
  136. package/esm2015/list/list-selection.component.js +18 -10
  137. package/esm2015/list/list.component.js +7 -7
  138. package/esm2015/list/list.module.js +5 -5
  139. package/esm2015/modal/css-unit.pipe.js +4 -4
  140. package/esm2015/modal/modal-control.service.js +4 -4
  141. package/esm2015/modal/modal.component.js +6 -4
  142. package/esm2015/modal/modal.directive.js +13 -13
  143. package/esm2015/modal/modal.module.js +9 -7
  144. package/esm2015/modal/modal.service.js +4 -4
  145. package/esm2015/navbar/navbar-item.component.js +19 -19
  146. package/esm2015/navbar/navbar.component.js +7 -7
  147. package/esm2015/navbar/navbar.module.js +5 -5
  148. package/esm2015/navbar/vertical-navbar.component.js +7 -7
  149. package/esm2015/popover/popover-confirm.component.js +115 -0
  150. package/esm2015/popover/popover.component.js +52 -15
  151. package/esm2015/popover/popover.module.js +12 -10
  152. package/esm2015/popover/public-api.js +2 -1
  153. package/esm2015/progress-bar/progress-bar.component.js +4 -4
  154. package/esm2015/progress-bar/progress-bar.module.js +5 -5
  155. package/esm2015/progress-spinner/progress-spinner.component.js +4 -4
  156. package/esm2015/progress-spinner/progress-spinner.module.js +5 -5
  157. package/esm2015/radio/radio.component.js +7 -7
  158. package/esm2015/radio/radio.module.js +5 -5
  159. package/esm2015/select/select.component.js +14 -14
  160. package/esm2015/select/select.module.js +5 -5
  161. package/esm2015/sidebar/sidebar.component.js +10 -10
  162. package/esm2015/sidebar/sidebar.module.js +5 -5
  163. package/esm2015/sidepanel/sidepanel-container.component.js +14 -13
  164. package/esm2015/sidepanel/sidepanel-directives.js +22 -18
  165. package/esm2015/sidepanel/sidepanel.module.js +12 -8
  166. package/esm2015/sidepanel/sidepanel.service.js +6 -5
  167. package/esm2015/splitter/splitter.component.js +10 -10
  168. package/esm2015/splitter/splitter.module.js +5 -5
  169. package/esm2015/table/table.component.js +4 -4
  170. package/esm2015/table/table.module.js +5 -5
  171. package/esm2015/tabs/paginated-tab-header.js +4 -4
  172. package/esm2015/tabs/tab-body.component.js +7 -7
  173. package/esm2015/tabs/tab-content.directive.js +4 -4
  174. package/esm2015/tabs/tab-group.component.js +19 -19
  175. package/esm2015/tabs/tab-header.component.js +4 -4
  176. package/esm2015/tabs/tab-label-wrapper.directive.js +4 -4
  177. package/esm2015/tabs/tab-label.directive.js +4 -4
  178. package/esm2015/tabs/tab-nav-bar/tab-nav-bar.js +7 -7
  179. package/esm2015/tabs/tab.component.js +4 -4
  180. package/esm2015/tabs/tabs.module.js +5 -5
  181. package/esm2015/tags/tag-input.js +4 -4
  182. package/esm2015/tags/tag-list.component.js +4 -4
  183. package/esm2015/tags/tag.component.js +13 -13
  184. package/esm2015/tags/tag.module.js +5 -5
  185. package/esm2015/textarea/textarea.component.js +4 -4
  186. package/esm2015/textarea/textarea.module.js +5 -5
  187. package/esm2015/timepicker/timepicker.directive.js +6 -6
  188. package/esm2015/timepicker/timepicker.module.js +5 -5
  189. package/esm2015/toggle/toggle.component.js +4 -4
  190. package/esm2015/toggle/toggle.module.js +5 -5
  191. package/esm2015/tooltip/tooltip.component.js +55 -16
  192. package/esm2015/tooltip/tooltip.module.js +5 -5
  193. package/esm2015/tree/node.js +4 -4
  194. package/esm2015/tree/outlet.js +4 -4
  195. package/esm2015/tree/padding.directive.js +5 -8
  196. package/esm2015/tree/toggle.js +10 -10
  197. package/esm2015/tree/tree-base.js +7 -7
  198. package/esm2015/tree/tree-option.component.js +5 -5
  199. package/esm2015/tree/tree-selection.component.js +4 -4
  200. package/esm2015/tree/tree.js +4 -4
  201. package/esm2015/tree/tree.module.js +5 -8
  202. package/esm2015/tree-select/tree-select.component.js +8 -8
  203. package/esm2015/tree-select/tree-select.module.js +5 -5
  204. package/fesm2015/ptsecurity-mosaic-autocomplete.js +13 -13
  205. package/fesm2015/ptsecurity-mosaic-autocomplete.js.map +1 -1
  206. package/fesm2015/ptsecurity-mosaic-button-toggle.js +10 -10
  207. package/fesm2015/ptsecurity-mosaic-button-toggle.js.map +1 -1
  208. package/fesm2015/ptsecurity-mosaic-button.js +13 -13
  209. package/fesm2015/ptsecurity-mosaic-button.js.map +1 -1
  210. package/fesm2015/ptsecurity-mosaic-card.js +7 -7
  211. package/fesm2015/ptsecurity-mosaic-card.js.map +1 -1
  212. package/fesm2015/ptsecurity-mosaic-checkbox.js +10 -10
  213. package/fesm2015/ptsecurity-mosaic-checkbox.js.map +1 -1
  214. package/fesm2015/ptsecurity-mosaic-core.js +102 -134
  215. package/fesm2015/ptsecurity-mosaic-core.js.map +1 -1
  216. package/fesm2015/ptsecurity-mosaic-datepicker.js +40 -40
  217. package/fesm2015/ptsecurity-mosaic-datepicker.js.map +1 -1
  218. package/fesm2015/ptsecurity-mosaic-divider.js +7 -7
  219. package/fesm2015/ptsecurity-mosaic-divider.js.map +1 -1
  220. package/fesm2015/ptsecurity-mosaic-dropdown.js +16 -16
  221. package/fesm2015/ptsecurity-mosaic-dropdown.js.map +1 -1
  222. package/fesm2015/ptsecurity-mosaic-form-field.js +30 -27
  223. package/fesm2015/ptsecurity-mosaic-form-field.js.map +1 -1
  224. package/fesm2015/ptsecurity-mosaic-icon.js +10 -10
  225. package/fesm2015/ptsecurity-mosaic-icon.js.map +1 -1
  226. package/fesm2015/ptsecurity-mosaic-input.js +40 -26
  227. package/fesm2015/ptsecurity-mosaic-input.js.map +1 -1
  228. package/fesm2015/ptsecurity-mosaic-link.js +7 -7
  229. package/fesm2015/ptsecurity-mosaic-link.js.map +1 -1
  230. package/fesm2015/ptsecurity-mosaic-list.js +27 -19
  231. package/fesm2015/ptsecurity-mosaic-list.js.map +1 -1
  232. package/fesm2015/ptsecurity-mosaic-modal.js +34 -30
  233. package/fesm2015/ptsecurity-mosaic-modal.js.map +1 -1
  234. package/fesm2015/ptsecurity-mosaic-navbar.js +34 -34
  235. package/fesm2015/ptsecurity-mosaic-navbar.js.map +1 -1
  236. package/fesm2015/ptsecurity-mosaic-popover.js +167 -25
  237. package/fesm2015/ptsecurity-mosaic-popover.js.map +1 -1
  238. package/fesm2015/ptsecurity-mosaic-progress-bar.js +7 -7
  239. package/fesm2015/ptsecurity-mosaic-progress-bar.js.map +1 -1
  240. package/fesm2015/ptsecurity-mosaic-progress-spinner.js +7 -7
  241. package/fesm2015/ptsecurity-mosaic-progress-spinner.js.map +1 -1
  242. package/fesm2015/ptsecurity-mosaic-radio.js +10 -10
  243. package/fesm2015/ptsecurity-mosaic-radio.js.map +1 -1
  244. package/fesm2015/ptsecurity-mosaic-select.js +17 -17
  245. package/fesm2015/ptsecurity-mosaic-select.js.map +1 -1
  246. package/fesm2015/ptsecurity-mosaic-sidebar.js +13 -13
  247. package/fesm2015/ptsecurity-mosaic-sidebar.js.map +1 -1
  248. package/fesm2015/ptsecurity-mosaic-sidepanel.js +50 -41
  249. package/fesm2015/ptsecurity-mosaic-sidepanel.js.map +1 -1
  250. package/fesm2015/ptsecurity-mosaic-splitter.js +13 -13
  251. package/fesm2015/ptsecurity-mosaic-splitter.js.map +1 -1
  252. package/fesm2015/ptsecurity-mosaic-table.js +7 -7
  253. package/fesm2015/ptsecurity-mosaic-table.js.map +1 -1
  254. package/fesm2015/ptsecurity-mosaic-tabs.js +52 -52
  255. package/fesm2015/ptsecurity-mosaic-tabs.js.map +1 -1
  256. package/fesm2015/ptsecurity-mosaic-tags.js +22 -22
  257. package/fesm2015/ptsecurity-mosaic-tags.js.map +1 -1
  258. package/fesm2015/ptsecurity-mosaic-textarea.js +7 -7
  259. package/fesm2015/ptsecurity-mosaic-textarea.js.map +1 -1
  260. package/fesm2015/ptsecurity-mosaic-timepicker.js +9 -9
  261. package/fesm2015/ptsecurity-mosaic-timepicker.js.map +1 -1
  262. package/fesm2015/ptsecurity-mosaic-toggle.js +7 -7
  263. package/fesm2015/ptsecurity-mosaic-toggle.js.map +1 -1
  264. package/fesm2015/ptsecurity-mosaic-tooltip.js +57 -18
  265. package/fesm2015/ptsecurity-mosaic-tooltip.js.map +1 -1
  266. package/fesm2015/ptsecurity-mosaic-tree-select.js +11 -11
  267. package/fesm2015/ptsecurity-mosaic-tree-select.js.map +1 -1
  268. package/fesm2015/ptsecurity-mosaic-tree.js +39 -45
  269. package/fesm2015/ptsecurity-mosaic-tree.js.map +1 -1
  270. package/form-field/cleaner.d.ts +2 -0
  271. package/input/input-number-validators.d.ts +2 -2
  272. package/modal/modal.component.d.ts +2 -0
  273. package/modal/modal.module.d.ts +1 -1
  274. package/package.json +4 -4
  275. package/popover/popover-confirm.component.d.ts +33 -0
  276. package/popover/popover.component.d.ts +12 -4
  277. package/popover/popover.module.d.ts +5 -3
  278. package/popover/public-api.d.ts +1 -0
  279. package/prebuilt-themes/dark-theme.css +1 -1
  280. package/prebuilt-themes/default-theme.css +1 -1
  281. package/prebuilt-visual/default-visual.css +1 -1
  282. package/select/select.component.d.ts +2 -7
  283. package/sidepanel/sidepanel-directives.d.ts +2 -0
  284. package/sidepanel/sidepanel.module.d.ts +2 -1
  285. package/tooltip/tooltip.component.d.ts +12 -3
  286. package/tree/padding.directive.d.ts +1 -1
  287. package/tree/tree-option.component.d.ts +1 -1
  288. package/tree/tree-selection.component.d.ts +2 -2
  289. package/tree/tree.module.d.ts +1 -1
  290. package/tree-select/tree-select.component.d.ts +2 -7
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
2
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/cdk/platform'), require('@angular/common'), require('@angular/core'), require('@ptsecurity/cdk/keycodes'), require('@angular/cdk/coercion'), require('@angular/forms'), require('@angular/cdk/collections'), require('@ptsecurity/cdk/a11y'), require('@ptsecurity/mosaic/core'), require('@ptsecurity/mosaic/form-field'), require('rxjs'), require('rxjs/operators'), require('@ptsecurity/mosaic/icon'), require('@angular/cdk/bidi')) :
3
3
  typeof define === 'function' && define.amd ? define('@ptsecurity/mosaic/tags', ['exports', '@angular/cdk/platform', '@angular/common', '@angular/core', '@ptsecurity/cdk/keycodes', '@angular/cdk/coercion', '@angular/forms', '@angular/cdk/collections', '@ptsecurity/cdk/a11y', '@ptsecurity/mosaic/core', '@ptsecurity/mosaic/form-field', 'rxjs', 'rxjs/operators', '@ptsecurity/mosaic/icon', '@angular/cdk/bidi'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.ptsecurity = global.ptsecurity || {}, global.ptsecurity.mosaic = global.ptsecurity.mosaic || {}, global.ptsecurity.mosaic.tags = {}), global.ng.cdk.platform, global.ng.common, global.ng.core, global.mc.cdk.keycodes, global.ng.cdk.coercion, global.ng.forms, global.ng.cdk.collections, global.mc.cdk.a11y, global.ptsecurity.mosaic.core, global.ptsecurity.mosaic['form-field'], global.rxjs, global.rxjs.operators, global.ptsecurity.mosaic.icon, global.ng.cdk.bidi));
5
- }(this, (function (exports, platform, i4, i0, keycodes, coercion, i3, collections, a11y, i1, formField, rxjs, operators, icon, i2) { 'use strict';
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.ptsecurity = global.ptsecurity || {}, global.ptsecurity.mosaic = global.ptsecurity.mosaic || {}, global.ptsecurity.mosaic.tags = {}), global.ng.cdk.platform, global.ng.common, global.ng.core, global.mc.cdk.keycodes, global.ng.cdk.coercion, global.ng.forms, global.ng.cdk.collections, global.mc.cdk.a11y, global.ptsecurity.mosaic.core, global.ptsecurity.mosaic["form-field"], global.rxjs, global.rxjs.operators, global.ptsecurity.mosaic.icon, global.ng.cdk.bidi));
5
+ })(this, (function (exports, platform, i4, i0, keycodes, coercion, i3, collections, a11y, i1, formField, rxjs, operators, icon, i2) { 'use strict';
6
6
 
7
7
  function _interopNamespace(e) {
8
8
  if (e && e.__esModule) return e;
@@ -13,14 +13,12 @@
13
13
  var d = Object.getOwnPropertyDescriptor(e, k);
14
14
  Object.defineProperty(n, k, d.get ? d : {
15
15
  enumerable: true,
16
- get: function () {
17
- return e[k];
18
- }
16
+ get: function () { return e[k]; }
19
17
  });
20
18
  }
21
19
  });
22
20
  }
23
- n['default'] = e;
21
+ n["default"] = e;
24
22
  return Object.freeze(n);
25
23
  }
26
24
 
@@ -556,9 +554,9 @@
556
554
  };
557
555
  return McTagInput;
558
556
  }());
559
- /** @nocollapse */ McTagInput.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McTagInput, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.Renderer2 }, { token: MC_TAGS_DEFAULT_OPTIONS }, { token: i3__namespace.NgControl, optional: true, self: true }], target: i0__namespace.ɵɵFactoryTarget.Directive });
560
- /** @nocollapse */ McTagInput.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.5", type: McTagInput, selector: "input[mcTagInputFor]", inputs: { separatorKeyCodes: ["mcTagInputSeparatorKeyCodes", "separatorKeyCodes"], placeholder: "placeholder", id: "id", tagList: ["mcTagInputFor", "tagList"], addOnBlur: ["mcTagInputAddOnBlur", "addOnBlur"], disabled: "disabled" }, outputs: { tagEnd: "mcTagInputTokenEnd" }, host: { listeners: { "keydown": "onKeydown($event)", "blur": "blur()", "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__namespace });
561
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McTagInput, decorators: [{
557
+ /** @nocollapse */ McTagInput.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McTagInput, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.Renderer2 }, { token: MC_TAGS_DEFAULT_OPTIONS }, { token: i3__namespace.NgControl, optional: true, self: true }], target: i0__namespace.ɵɵFactoryTarget.Directive });
558
+ /** @nocollapse */ McTagInput.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: McTagInput, selector: "input[mcTagInputFor]", inputs: { separatorKeyCodes: ["mcTagInputSeparatorKeyCodes", "separatorKeyCodes"], placeholder: "placeholder", id: "id", tagList: ["mcTagInputFor", "tagList"], addOnBlur: ["mcTagInputAddOnBlur", "addOnBlur"], disabled: "disabled" }, outputs: { tagEnd: "mcTagInputTokenEnd" }, host: { listeners: { "keydown": "onKeydown($event)", "blur": "blur()", "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__namespace });
559
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McTagInput, decorators: [{
562
560
  type: i0.Directive,
563
561
  args: [{
564
562
  selector: 'input[mcTagInputFor]',
@@ -624,9 +622,9 @@
624
622
  }
625
623
  return McTagAvatar;
626
624
  }());
627
- /** @nocollapse */ McTagAvatar.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McTagAvatar, deps: [], target: i0__namespace.ɵɵFactoryTarget.Directive });
628
- /** @nocollapse */ McTagAvatar.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.5", type: McTagAvatar, selector: "mc-tag-avatar, [mcTagAvatar]", host: { classAttribute: "mc-tag-avatar" }, ngImport: i0__namespace });
629
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McTagAvatar, decorators: [{
625
+ /** @nocollapse */ McTagAvatar.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McTagAvatar, deps: [], target: i0__namespace.ɵɵFactoryTarget.Directive });
626
+ /** @nocollapse */ McTagAvatar.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: McTagAvatar, selector: "mc-tag-avatar, [mcTagAvatar]", host: { classAttribute: "mc-tag-avatar" }, ngImport: i0__namespace });
627
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McTagAvatar, decorators: [{
630
628
  type: i0.Directive,
631
629
  args: [{
632
630
  selector: 'mc-tag-avatar, [mcTagAvatar]',
@@ -642,9 +640,9 @@
642
640
  }
643
641
  return McTagTrailingIcon;
644
642
  }());
645
- /** @nocollapse */ McTagTrailingIcon.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McTagTrailingIcon, deps: [], target: i0__namespace.ɵɵFactoryTarget.Directive });
646
- /** @nocollapse */ McTagTrailingIcon.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.5", type: McTagTrailingIcon, selector: "mc-tag-trailing-icon, [mcTagTrailingIcon]", host: { classAttribute: "mc-tag-trailing-icon" }, ngImport: i0__namespace });
647
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McTagTrailingIcon, decorators: [{
643
+ /** @nocollapse */ McTagTrailingIcon.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McTagTrailingIcon, deps: [], target: i0__namespace.ɵɵFactoryTarget.Directive });
644
+ /** @nocollapse */ McTagTrailingIcon.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: McTagTrailingIcon, selector: "mc-tag-trailing-icon, [mcTagTrailingIcon]", host: { classAttribute: "mc-tag-trailing-icon" }, ngImport: i0__namespace });
645
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McTagTrailingIcon, decorators: [{
648
646
  type: i0.Directive,
649
647
  args: [{
650
648
  selector: 'mc-tag-trailing-icon, [mcTagTrailingIcon]',
@@ -926,9 +924,9 @@
926
924
  };
927
925
  return McTag;
928
926
  }(McTagMixinBase));
929
- /** @nocollapse */ McTag.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McTag, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }, { token: i0__namespace.NgZone }], target: i0__namespace.ɵɵFactoryTarget.Component });
930
- /** @nocollapse */ McTag.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.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", disabled: "disabled" }, outputs: { selectionChange: "selectionChange", destroyed: "destroyed", removed: "removed" }, host: { listeners: { "click": "handleClick($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-trailing-icon": "trailingIcon || removeIcon", "class.mc-disabled": "disabled" }, classAttribute: "mc-tag" }, queries: [{ propertyName: "avatar", first: true, predicate: McTagAvatar, descendants: true }, { propertyName: "trailingIcon", first: true, predicate: McTagTrailingIcon, descendants: true }, { propertyName: "removeIcon", first: true, predicate: McTagRemove, descendants: true }, { propertyName: "contentChildren", predicate: icon.McIcon }], exportAs: ["mcTag"], usesInheritance: true, ngImport: i0__namespace, template: "<div class=\"mc-tag__wrapper\">\n <span class=\"mc-tag__text\"><ng-content></ng-content></span>\n <ng-content select=\"[mc-icon]\"></ng-content>\n <div class=\"mc-tag-overlay\"></div>\n</div>\n", styles: [".mc-tag{position:relative;display:inline-block;overflow:hidden;margin:2px;margin:var(--mc-tags-size-margin, 2px);height:24px;height:var(--mc-tags-size-height, 24px);border-width:1px;border-width:var(--mc-tags-size-border-width, 1px);border-style:solid;border-radius:4px;border-radius:var(--mc-tags-size-border-radius, 4px);cursor:default;outline:none;box-sizing:border-box}.mc-tag.mc-left-icon{padding-left:3px;padding-left:var(--mc-tags-size-icon-padding, 3px)}.mc-tag.mc-right-icon{padding-right:3px;padding-right:var(--mc-tags-size-icon-padding, 3px)}.mc-tag__wrapper{display:flex;align-items:center;height:100%;flex:1 1 100%}.mc-tag__wrapper .mc-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;width:var(--mc-tags-size-height, 24px);height:24px;height:var(--mc-tags-size-height, 24px)}.mc-tag__wrapper .mc-icon_left{margin-right:3px;margin-right:var(--mc-tags-size-icon-padding, 3px)}.mc-tag__wrapper .mc-icon_right{margin-left:3px;margin-left:var(--mc-tags-size-icon-padding, 3px)}.mc-tag-overlay{position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;pointer-events:none;border-radius:inherit}.mc-tag__text{margin-left:calc(8px - 1px);margin-left:calc(var(--mc-tags-size-text-margin, 8px) - var(--mc-tags-size-border-width, 1px));text-overflow:ellipsis;white-space:nowrap;overflow:hidden}\n"], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
931
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McTag, decorators: [{
927
+ /** @nocollapse */ McTag.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McTag, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }, { token: i0__namespace.NgZone }], target: i0__namespace.ɵɵFactoryTarget.Component });
928
+ /** @nocollapse */ McTag.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: McTag, selector: "mc-tag, [mc-tag], mc-basic-tag, [mc-basic-tag]", inputs: { color: "color", selected: "selected", value: "value", selectable: "selectable", removable: "removable", disabled: "disabled" }, outputs: { selectionChange: "selectionChange", destroyed: "destroyed", removed: "removed" }, host: { listeners: { "click": "handleClick($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-trailing-icon": "trailingIcon || removeIcon", "class.mc-disabled": "disabled" }, classAttribute: "mc-tag" }, queries: [{ propertyName: "avatar", first: true, predicate: McTagAvatar, descendants: true }, { propertyName: "trailingIcon", first: true, predicate: McTagTrailingIcon, descendants: true }, { propertyName: "removeIcon", first: true, predicate: McTagRemove, descendants: true }, { propertyName: "contentChildren", predicate: icon.McIcon }], exportAs: ["mcTag"], usesInheritance: true, ngImport: i0__namespace, template: "<div class=\"mc-tag__wrapper\">\n <span class=\"mc-tag__text\"><ng-content></ng-content></span>\n <ng-content select=\"[mc-icon]\"></ng-content>\n <div class=\"mc-tag-overlay\"></div>\n</div>\n", styles: [".mc-tag{position:relative;display:inline-block;overflow:hidden;margin:2px;margin:var(--mc-tags-size-margin, 2px);height:24px;height:var(--mc-tags-size-height, 24px);border-width:1px;border-width:var(--mc-tags-size-border-width, 1px);border-style:solid;border-radius:4px;border-radius:var(--mc-tags-size-border-radius, 4px);cursor:default;outline:none;box-sizing:border-box}.mc-tag.mc-left-icon{padding-left:3px;padding-left:var(--mc-tags-size-icon-padding, 3px)}.mc-tag.mc-right-icon{padding-right:3px;padding-right:var(--mc-tags-size-icon-padding, 3px)}.mc-tag__wrapper{display:flex;align-items:center;height:100%;flex:1 1 100%}.mc-tag__wrapper .mc-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;width:var(--mc-tags-size-height, 24px);height:24px;height:var(--mc-tags-size-height, 24px)}.mc-tag__wrapper .mc-icon_left{margin-right:3px;margin-right:var(--mc-tags-size-icon-padding, 3px)}.mc-tag__wrapper .mc-icon_right{margin-left:3px;margin-left:var(--mc-tags-size-icon-padding, 3px)}.mc-tag-overlay{position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;pointer-events:none;border-radius:inherit}.mc-tag__text{margin-left:calc(8px - 1px);margin-left:calc(var(--mc-tags-size-text-margin, 8px) - var(--mc-tags-size-border-width, 1px));text-overflow:ellipsis;white-space:nowrap;overflow:hidden}\n"], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
929
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McTag, decorators: [{
932
930
  type: i0.Component,
933
931
  args: [{
934
932
  selector: 'mc-tag, [mc-tag], mc-basic-tag, [mc-basic-tag]',
@@ -1015,9 +1013,9 @@
1015
1013
  };
1016
1014
  return McTagRemove;
1017
1015
  }());
1018
- /** @nocollapse */ McTagRemove.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McTagRemove, deps: [{ token: McTag }], target: i0__namespace.ɵɵFactoryTarget.Directive });
1019
- /** @nocollapse */ McTagRemove.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.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__namespace });
1020
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McTagRemove, decorators: [{
1016
+ /** @nocollapse */ McTagRemove.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McTagRemove, deps: [{ token: McTag }], target: i0__namespace.ɵɵFactoryTarget.Directive });
1017
+ /** @nocollapse */ McTagRemove.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", 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__namespace });
1018
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McTagRemove, decorators: [{
1021
1019
  type: i0.Directive,
1022
1020
  args: [{
1023
1021
  selector: '[mcTagRemove]',
@@ -1748,9 +1746,9 @@
1748
1746
  };
1749
1747
  return McTagList;
1750
1748
  }(McTagListMixinBase));
1751
- /** @nocollapse */ McTagList.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McTagList, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }, { token: i1__namespace.ErrorStateMatcher }, { token: i3.NG_VALIDATORS, optional: true }, { token: i1.MC_VALIDATION, optional: true }, { token: i2__namespace.Directionality, optional: true }, { token: i3__namespace.NgForm, optional: true }, { token: i3__namespace.FormGroupDirective, optional: true }, { token: i3__namespace.NgControl, optional: true, self: true }, { token: i3__namespace.NgModel, optional: true, self: true }, { token: i3__namespace.FormControlName, optional: true, self: true }], target: i0__namespace.ɵɵFactoryTarget.Component });
1752
- /** @nocollapse */ McTagList.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.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: formField.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__namespace, 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-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:30px;min-height:var(--mc-tag-list-size-min-height, 30px);padding:1px 6px;padding:var(--mc-tag-list-size-padding, 1px 6px)}.mc-tags-list__list-container .mc-tag-input{max-width:100%;flex:1 1 auto;height:22px;height:var(--mc-tag-input-size-height, 22px);margin:2px 4px;margin:var(--mc-tag-input-size-margin, 2px 4px)}.mc-tags-list__cleaner .mc-cleaner{height:30px}\n"], directives: [{ type: i4__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
1753
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McTagList, decorators: [{
1749
+ /** @nocollapse */ McTagList.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McTagList, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }, { token: i1__namespace.ErrorStateMatcher }, { token: i3.NG_VALIDATORS, optional: true }, { token: i1.MC_VALIDATION, optional: true }, { token: i2__namespace.Directionality, optional: true }, { token: i3__namespace.NgForm, optional: true }, { token: i3__namespace.FormGroupDirective, optional: true }, { token: i3__namespace.NgControl, optional: true, self: true }, { token: i3__namespace.NgModel, optional: true, self: true }, { token: i3__namespace.FormControlName, optional: true, self: true }], target: i0__namespace.ɵɵFactoryTarget.Component });
1750
+ /** @nocollapse */ McTagList.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", 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: formField.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__namespace, 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-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:30px;min-height:var(--mc-tag-list-size-min-height, 30px);padding:1px 6px;padding:var(--mc-tag-list-size-padding, 1px 6px)}.mc-tags-list__list-container .mc-tag-input{max-width:100%;flex:1 1 auto;height:22px;height:var(--mc-tag-input-size-height, 22px);margin:2px 4px;margin:var(--mc-tag-input-size-margin, 2px 4px)}.mc-tags-list__cleaner .mc-cleaner{height:30px}\n"], directives: [{ type: i4__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
1751
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McTagList, decorators: [{
1754
1752
  type: i0.Component,
1755
1753
  args: [{
1756
1754
  selector: 'mc-tag-list',
@@ -1843,8 +1841,8 @@
1843
1841
  }
1844
1842
  return McTagsModule;
1845
1843
  }());
1846
- /** @nocollapse */ McTagsModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McTagsModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1847
- /** @nocollapse */ McTagsModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McTagsModule, declarations: [McTagList,
1844
+ /** @nocollapse */ McTagsModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McTagsModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1845
+ /** @nocollapse */ McTagsModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McTagsModule, declarations: [McTagList,
1848
1846
  McTag,
1849
1847
  McTagInput,
1850
1848
  McTagTrailingIcon,
@@ -1855,12 +1853,12 @@
1855
1853
  McTagTrailingIcon,
1856
1854
  McTagAvatar,
1857
1855
  McTagRemove] });
1858
- /** @nocollapse */ McTagsModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McTagsModule, providers: [{
1856
+ /** @nocollapse */ McTagsModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McTagsModule, providers: [{
1859
1857
  provide: MC_TAGS_DEFAULT_OPTIONS,
1860
1858
  // tslint:disable-next-line: no-object-literal-type-assertion
1861
1859
  useValue: { separatorKeyCodes: [keycodes.ENTER] }
1862
1860
  }], imports: [[i4.CommonModule, platform.PlatformModule]] });
1863
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McTagsModule, decorators: [{
1861
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McTagsModule, decorators: [{
1864
1862
  type: i0.NgModule,
1865
1863
  args: [{
1866
1864
  imports: [i4.CommonModule, platform.PlatformModule],
@@ -1909,5 +1907,5 @@
1909
1907
 
1910
1908
  Object.defineProperty(exports, '__esModule', { value: true });
1911
1909
 
1912
- })));
1910
+ }));
1913
1911
  //# sourceMappingURL=ptsecurity-mosaic-tags.umd.js.map