@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,10 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/cdk/bidi'), require('@angular/core'), require('@angular/cdk/coercion'), require('rxjs'), require('@ptsecurity/cdk/datetime'), require('messageformat'), require('@angular/forms'), require('@angular/common'), require('@angular/cdk/overlay'), require('@angular/animations'), require('@ptsecurity/cdk/keycodes'), require('rxjs/operators'), require('@angular/cdk/a11y'), require('@angular/cdk/portal')) :
3
- typeof define === 'function' && define.amd ? define('@ptsecurity/mosaic/core', ['exports', '@angular/cdk/bidi', '@angular/core', '@angular/cdk/coercion', 'rxjs', '@ptsecurity/cdk/datetime', 'messageformat', '@angular/forms', '@angular/common', '@angular/cdk/overlay', '@angular/animations', '@ptsecurity/cdk/keycodes', 'rxjs/operators', '@angular/cdk/a11y', '@angular/cdk/portal'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.ptsecurity = global.ptsecurity || {}, global.ptsecurity.mosaic = global.ptsecurity.mosaic || {}, global.ptsecurity.mosaic.core = {}), global.ng.cdk.bidi, global.ng.core, global.ng.cdk.coercion, global.rxjs, global.mc.cdk.datetime, global.messageformat, global.ng.forms, global.ng.common, global.ng.cdk.overlay, global.ng.animations, global.mc.cdk.keycodes, global.rxjs.operators, global.ng.cdk.a11y, global.ng.cdk.portal));
5
- }(this, (function (exports, i2, i0, coercion, rxjs, i1, MessageFormat, forms, i2$1, i1$1, animations, keycodes, operators, i1$2, portal) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/cdk/bidi'), require('@angular/core'), require('@angular/cdk/coercion'), require('rxjs'), require('@messageformat/core'), require('@ptsecurity/cdk/datetime'), require('@angular/forms'), require('@angular/common'), require('@angular/cdk/overlay'), require('@angular/animations'), require('@ptsecurity/cdk/keycodes'), require('rxjs/operators'), require('@angular/cdk/a11y'), require('@angular/cdk/portal')) :
3
+ typeof define === 'function' && define.amd ? define('@ptsecurity/mosaic/core', ['exports', '@angular/cdk/bidi', '@angular/core', '@angular/cdk/coercion', 'rxjs', '@messageformat/core', '@ptsecurity/cdk/datetime', '@angular/forms', '@angular/common', '@angular/cdk/overlay', '@angular/animations', '@ptsecurity/cdk/keycodes', 'rxjs/operators', '@angular/cdk/a11y', '@angular/cdk/portal'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.ptsecurity = global.ptsecurity || {}, global.ptsecurity.mosaic = global.ptsecurity.mosaic || {}, global.ptsecurity.mosaic.core = {}), global.ng.cdk.bidi, global.ng.core, global.ng.cdk.coercion, global.rxjs, global["@messageformat/core"], global.mc.cdk.datetime, global.ng.forms, global.ng.common, global.ng.cdk.overlay, global.ng.animations, global.mc.cdk.keycodes, global.rxjs.operators, global.ng.cdk.a11y, global.ng.cdk.portal));
5
+ })(this, (function (exports, i2, i0, coercion, rxjs, MessageFormat, i1, forms, i2$1, i1$1, animations, keycodes, operators, i1$2, portal) { 'use strict';
6
+
7
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
6
8
 
7
9
  function _interopNamespace(e) {
8
10
  if (e && e.__esModule) return e;
@@ -13,21 +15,19 @@
13
15
  var d = Object.getOwnPropertyDescriptor(e, k);
14
16
  Object.defineProperty(n, k, d.get ? d : {
15
17
  enumerable: true,
16
- get: function () {
17
- return e[k];
18
- }
18
+ get: function () { return e[k]; }
19
19
  });
20
20
  }
21
21
  });
22
22
  }
23
- n['default'] = e;
23
+ n["default"] = e;
24
24
  return Object.freeze(n);
25
25
  }
26
26
 
27
27
  var i2__namespace$1 = /*#__PURE__*/_interopNamespace(i2);
28
28
  var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
29
+ var MessageFormat__default = /*#__PURE__*/_interopDefaultLegacy(MessageFormat);
29
30
  var i1__namespace = /*#__PURE__*/_interopNamespace(i1);
30
- var MessageFormat__namespace = /*#__PURE__*/_interopNamespace(MessageFormat);
31
31
  var i2__namespace = /*#__PURE__*/_interopNamespace(i2$1);
32
32
  var i1__namespace$2 = /*#__PURE__*/_interopNamespace(i1$1);
33
33
  var i1__namespace$1 = /*#__PURE__*/_interopNamespace(i1$2);
@@ -102,10 +102,10 @@
102
102
  };
103
103
  return McCommonModule;
104
104
  }());
105
- /** @nocollapse */ McCommonModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McCommonModule, deps: [{ token: MC_SANITY_CHECKS, optional: true }], target: i0__namespace.ɵɵFactoryTarget.NgModule });
106
- /** @nocollapse */ McCommonModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McCommonModule, imports: [i2.BidiModule], exports: [i2.BidiModule] });
107
- /** @nocollapse */ McCommonModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McCommonModule, imports: [[i2.BidiModule], i2.BidiModule] });
108
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McCommonModule, decorators: [{
105
+ /** @nocollapse */ McCommonModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McCommonModule, deps: [{ token: MC_SANITY_CHECKS, optional: true }], target: i0__namespace.ɵɵFactoryTarget.NgModule });
106
+ /** @nocollapse */ McCommonModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McCommonModule, imports: [i2.BidiModule], exports: [i2.BidiModule] });
107
+ /** @nocollapse */ McCommonModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McCommonModule, imports: [[i2.BidiModule], i2.BidiModule] });
108
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McCommonModule, decorators: [{
109
109
  type: i0.NgModule,
110
110
  args: [{
111
111
  imports: [i2.BidiModule],
@@ -582,9 +582,9 @@
582
582
  }
583
583
  return McLine;
584
584
  }());
585
- /** @nocollapse */ McLine.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McLine, deps: [], target: i0__namespace.ɵɵFactoryTarget.Directive });
586
- /** @nocollapse */ McLine.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.5", type: McLine, selector: "[mc-line], [mcLine]", host: { classAttribute: "mc-line" }, ngImport: i0__namespace });
587
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McLine, decorators: [{
585
+ /** @nocollapse */ McLine.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McLine, deps: [], target: i0__namespace.ɵɵFactoryTarget.Directive });
586
+ /** @nocollapse */ McLine.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: McLine, selector: "[mc-line], [mcLine]", host: { classAttribute: "mc-line" }, ngImport: i0__namespace });
587
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McLine, decorators: [{
588
588
  type: i0.Directive,
589
589
  args: [{
590
590
  selector: '[mc-line], [mcLine]',
@@ -636,10 +636,10 @@
636
636
  }
637
637
  return McLineModule;
638
638
  }());
639
- /** @nocollapse */ McLineModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McLineModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
640
- /** @nocollapse */ McLineModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McLineModule, declarations: [McLine], exports: [McLine] });
641
- /** @nocollapse */ McLineModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McLineModule, imports: [[]] });
642
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McLineModule, decorators: [{
639
+ /** @nocollapse */ McLineModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McLineModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
640
+ /** @nocollapse */ McLineModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McLineModule, declarations: [McLine], exports: [McLine] });
641
+ /** @nocollapse */ McLineModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McLineModule, imports: [[]] });
642
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McLineModule, decorators: [{
643
643
  type: i0.NgModule,
644
644
  args: [{
645
645
  imports: [],
@@ -657,9 +657,9 @@
657
657
  };
658
658
  return ShowOnDirtyErrorStateMatcher;
659
659
  }());
660
- /** @nocollapse */ ShowOnDirtyErrorStateMatcher.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: ShowOnDirtyErrorStateMatcher, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
661
- /** @nocollapse */ ShowOnDirtyErrorStateMatcher.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: ShowOnDirtyErrorStateMatcher });
662
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: ShowOnDirtyErrorStateMatcher, decorators: [{
660
+ /** @nocollapse */ ShowOnDirtyErrorStateMatcher.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ShowOnDirtyErrorStateMatcher, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
661
+ /** @nocollapse */ ShowOnDirtyErrorStateMatcher.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ShowOnDirtyErrorStateMatcher });
662
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ShowOnDirtyErrorStateMatcher, decorators: [{
663
663
  type: i0.Injectable
664
664
  }] });
665
665
  /** Provider that defines how form controls behave with regards to displaying error messages. */
@@ -671,9 +671,9 @@
671
671
  };
672
672
  return ErrorStateMatcher;
673
673
  }());
674
- /** @nocollapse */ ErrorStateMatcher.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: ErrorStateMatcher, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
675
- /** @nocollapse */ ErrorStateMatcher.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: ErrorStateMatcher, providedIn: 'root' });
676
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: ErrorStateMatcher, decorators: [{
674
+ /** @nocollapse */ ErrorStateMatcher.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ErrorStateMatcher, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
675
+ /** @nocollapse */ ErrorStateMatcher.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ErrorStateMatcher, providedIn: 'root' });
676
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ErrorStateMatcher, decorators: [{
677
677
  type: i0.Injectable,
678
678
  args: [{ providedIn: 'root' }]
679
679
  }] });
@@ -834,7 +834,7 @@
834
834
  this.adapter = adapter;
835
835
  this.invalidDateErrorText = 'Invalid date';
836
836
  this.config = locale === 'en' ? enUS : ruRU;
837
- this.messageFormat = new MessageFormat__namespace(locale);
837
+ this.messageFormat = new MessageFormat__default["default"](locale);
838
838
  }
839
839
  DateFormatter.prototype.setLocale = function (locale) {
840
840
  this.config = locale === 'en' ? enUS : ruRU;
@@ -1102,9 +1102,9 @@
1102
1102
  };
1103
1103
  return DateFormatter;
1104
1104
  }());
1105
- /** @nocollapse */ DateFormatter.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: DateFormatter, deps: [{ token: i1__namespace.DateAdapter }, { token: i1.MC_DATE_LOCALE }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1106
- /** @nocollapse */ DateFormatter.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: DateFormatter });
1107
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: DateFormatter, decorators: [{
1105
+ /** @nocollapse */ DateFormatter.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: DateFormatter, deps: [{ token: i1__namespace.DateAdapter }, { token: i1.MC_DATE_LOCALE }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1106
+ /** @nocollapse */ DateFormatter.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: DateFormatter });
1107
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: DateFormatter, decorators: [{
1108
1108
  type: i0.Injectable
1109
1109
  }], ctorParameters: function () {
1110
1110
  return [{ type: i1__namespace.DateAdapter }, { type: undefined, decorators: [{
@@ -1198,10 +1198,10 @@
1198
1198
  };
1199
1199
  return McDecimalPipe;
1200
1200
  }());
1201
- /** @nocollapse */ McDecimalPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McDecimalPipe, deps: [{ token: MC_LOCALE_ID, optional: true }], target: i0__namespace.ɵɵFactoryTarget.Pipe });
1202
- /** @nocollapse */ McDecimalPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McDecimalPipe, name: "mcNumber" });
1203
- /** @nocollapse */ McDecimalPipe.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McDecimalPipe, providedIn: 'root' });
1204
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McDecimalPipe, decorators: [{
1201
+ /** @nocollapse */ McDecimalPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McDecimalPipe, deps: [{ token: MC_LOCALE_ID, optional: true }], target: i0__namespace.ɵɵFactoryTarget.Pipe });
1202
+ /** @nocollapse */ McDecimalPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McDecimalPipe, name: "mcNumber" });
1203
+ /** @nocollapse */ McDecimalPipe.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McDecimalPipe, providedIn: 'root' });
1204
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McDecimalPipe, decorators: [{
1205
1205
  type: i0.Injectable,
1206
1206
  args: [{ providedIn: 'root' }]
1207
1207
  }, {
@@ -1221,10 +1221,10 @@
1221
1221
  }
1222
1222
  return McFormattersModule;
1223
1223
  }());
1224
- /** @nocollapse */ McFormattersModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McFormattersModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1225
- /** @nocollapse */ McFormattersModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McFormattersModule, declarations: [McDecimalPipe], exports: [McDecimalPipe] });
1226
- /** @nocollapse */ McFormattersModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McFormattersModule, providers: [DateFormatter] });
1227
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McFormattersModule, decorators: [{
1224
+ /** @nocollapse */ McFormattersModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McFormattersModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1225
+ /** @nocollapse */ McFormattersModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McFormattersModule, declarations: [McDecimalPipe], exports: [McDecimalPipe] });
1226
+ /** @nocollapse */ McFormattersModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McFormattersModule, providers: [DateFormatter] });
1227
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McFormattersModule, decorators: [{
1228
1228
  type: i0.NgModule,
1229
1229
  args: [{
1230
1230
  exports: [McDecimalPipe],
@@ -1326,9 +1326,9 @@
1326
1326
  };
1327
1327
  return McHighlightPipe;
1328
1328
  }());
1329
- /** @nocollapse */ McHighlightPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McHighlightPipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
1330
- /** @nocollapse */ McHighlightPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McHighlightPipe, name: "mcHighlight" });
1331
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McHighlightPipe, decorators: [{
1329
+ /** @nocollapse */ McHighlightPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McHighlightPipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
1330
+ /** @nocollapse */ McHighlightPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McHighlightPipe, name: "mcHighlight" });
1331
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McHighlightPipe, decorators: [{
1332
1332
  type: i0.Pipe,
1333
1333
  args: [{ name: 'mcHighlight' }]
1334
1334
  }] });
@@ -1338,10 +1338,10 @@
1338
1338
  }
1339
1339
  return McHighlightModule;
1340
1340
  }());
1341
- /** @nocollapse */ McHighlightModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McHighlightModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1342
- /** @nocollapse */ McHighlightModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McHighlightModule, declarations: [McHighlightPipe], imports: [i2$1.CommonModule], exports: [McHighlightPipe] });
1343
- /** @nocollapse */ McHighlightModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McHighlightModule, imports: [[i2$1.CommonModule]] });
1344
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McHighlightModule, decorators: [{
1341
+ /** @nocollapse */ McHighlightModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McHighlightModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1342
+ /** @nocollapse */ McHighlightModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McHighlightModule, declarations: [McHighlightPipe], imports: [i2$1.CommonModule], exports: [McHighlightPipe] });
1343
+ /** @nocollapse */ McHighlightModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McHighlightModule, imports: [[i2$1.CommonModule]] });
1344
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McHighlightModule, decorators: [{
1345
1345
  type: i0.NgModule,
1346
1346
  args: [{
1347
1347
  imports: [i2$1.CommonModule],
@@ -1736,9 +1736,9 @@
1736
1736
  }
1737
1737
  return McPseudoCheckbox;
1738
1738
  }());
1739
- /** @nocollapse */ McPseudoCheckbox.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McPseudoCheckbox, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
1740
- /** @nocollapse */ McPseudoCheckbox.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.5", type: McPseudoCheckbox, selector: "mc-pseudo-checkbox", inputs: { state: "state", disabled: "disabled" }, host: { properties: { "class.mc-indeterminate": "state === \"indeterminate\"", "class.mc-checked": "state === \"checked\"", "class.mc-disabled": "disabled" }, classAttribute: "mc-pseudo-checkbox" }, ngImport: i0__namespace, template: "<i class=\"mc-checkbox-checkmark mc mc-check_16\"></i>\n<i class=\"mc-checkbox-mixedmark mc mc-minus_16\"></i>\n", styles: [".mc-pseudo-checkbox{position:relative;display:inline-block;box-sizing:border-box;width:16px;width:var(--mc-checkbox-size-width, 16px);height:16px;height:var(--mc-checkbox-size-width, 16px);border-radius:3px;border-width:1px;border-width:var(--mc-checkbox-size-border-width, 1px);border-style:solid;cursor:pointer;vertical-align:middle;flex-shrink:0}.mc-pseudo-checkbox .mc-checkbox-checkmark,.mc-pseudo-checkbox .mc-checkbox-mixedmark{display:none;position:absolute;top:calc(-1 * 1px);top:calc(-1 * var(--mc-checkbox-size-border-width, 1px));left:calc(-1 * 1px);left:calc(-1 * var(--mc-checkbox-size-border-width, 1px))}.mc-pseudo-checkbox.mc-pseudo-checkbox-checked,.mc-pseudo-checkbox.mc-pseudo-checkbox-indeterminate{border-color:transparent}.mc-pseudo-checkbox.mc-checked .mc-checkbox-checkmark{display:inline-block}.mc-pseudo-checkbox.mc-indeterminate .mc-checkbox-mixedmark{display:inline-block}.mc-pseudo-checkbox.mc-disabled{cursor:default}\n"], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
1741
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McPseudoCheckbox, decorators: [{
1739
+ /** @nocollapse */ McPseudoCheckbox.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McPseudoCheckbox, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
1740
+ /** @nocollapse */ McPseudoCheckbox.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: McPseudoCheckbox, selector: "mc-pseudo-checkbox", inputs: { state: "state", disabled: "disabled" }, host: { properties: { "class.mc-indeterminate": "state === \"indeterminate\"", "class.mc-checked": "state === \"checked\"", "class.mc-disabled": "disabled" }, classAttribute: "mc-pseudo-checkbox" }, ngImport: i0__namespace, template: "<i class=\"mc-checkbox-checkmark mc mc-check_16\"></i>\n<i class=\"mc-checkbox-mixedmark mc mc-minus_16\"></i>\n", styles: [".mc-pseudo-checkbox{position:relative;display:inline-block;box-sizing:border-box;width:16px;width:var(--mc-checkbox-size-width, 16px);height:16px;height:var(--mc-checkbox-size-width, 16px);border-radius:3px;border-width:1px;border-width:var(--mc-checkbox-size-border-width, 1px);border-style:solid;cursor:pointer;vertical-align:middle;flex-shrink:0}.mc-pseudo-checkbox .mc-checkbox-checkmark,.mc-pseudo-checkbox .mc-checkbox-mixedmark{display:none;position:absolute;top:calc(-1 * 1px);top:calc(-1 * var(--mc-checkbox-size-border-width, 1px));left:calc(-1 * 1px);left:calc(-1 * var(--mc-checkbox-size-border-width, 1px))}.mc-pseudo-checkbox.mc-pseudo-checkbox-checked,.mc-pseudo-checkbox.mc-pseudo-checkbox-indeterminate{border-color:transparent}.mc-pseudo-checkbox.mc-checked .mc-checkbox-checkmark{display:inline-block}.mc-pseudo-checkbox.mc-indeterminate .mc-checkbox-mixedmark{display:inline-block}.mc-pseudo-checkbox.mc-disabled{cursor:default}\n"], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
1741
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McPseudoCheckbox, decorators: [{
1742
1742
  type: i0.Component,
1743
1743
  args: [{
1744
1744
  selector: 'mc-pseudo-checkbox',
@@ -1765,10 +1765,10 @@
1765
1765
  }
1766
1766
  return McPseudoCheckboxModule;
1767
1767
  }());
1768
- /** @nocollapse */ McPseudoCheckboxModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McPseudoCheckboxModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1769
- /** @nocollapse */ McPseudoCheckboxModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McPseudoCheckboxModule, declarations: [McPseudoCheckbox], imports: [i2$1.CommonModule], exports: [McPseudoCheckbox] });
1770
- /** @nocollapse */ McPseudoCheckboxModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McPseudoCheckboxModule, imports: [[i2$1.CommonModule]] });
1771
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McPseudoCheckboxModule, decorators: [{
1768
+ /** @nocollapse */ McPseudoCheckboxModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McPseudoCheckboxModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
1769
+ /** @nocollapse */ McPseudoCheckboxModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McPseudoCheckboxModule, declarations: [McPseudoCheckbox], imports: [i2$1.CommonModule], exports: [McPseudoCheckbox] });
1770
+ /** @nocollapse */ McPseudoCheckboxModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McPseudoCheckboxModule, imports: [[i2$1.CommonModule]] });
1771
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McPseudoCheckboxModule, decorators: [{
1772
1772
  type: i0.NgModule,
1773
1773
  args: [{
1774
1774
  imports: [i2$1.CommonModule],
@@ -1815,9 +1815,9 @@
1815
1815
  };
1816
1816
  return McMeasureScrollbarService;
1817
1817
  }());
1818
- /** @nocollapse */ McMeasureScrollbarService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McMeasureScrollbarService, deps: [{ token: i2$1.DOCUMENT }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1819
- /** @nocollapse */ McMeasureScrollbarService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McMeasureScrollbarService, providedIn: 'root' });
1820
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McMeasureScrollbarService, decorators: [{
1818
+ /** @nocollapse */ McMeasureScrollbarService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McMeasureScrollbarService, deps: [{ token: i2$1.DOCUMENT }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1819
+ /** @nocollapse */ McMeasureScrollbarService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McMeasureScrollbarService, providedIn: 'root' });
1820
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McMeasureScrollbarService, decorators: [{
1821
1821
  type: i0.Injectable,
1822
1822
  args: [{
1823
1823
  providedIn: 'root'
@@ -1851,9 +1851,9 @@
1851
1851
  }
1852
1852
  return McOptgroup;
1853
1853
  }(McOptgroupMixinBase));
1854
- /** @nocollapse */ McOptgroup.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McOptgroup, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
1855
- /** @nocollapse */ McOptgroup.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.5", type: McOptgroup, selector: "mc-optgroup", inputs: { disabled: "disabled", label: "label" }, host: { properties: { "class.mc-disabled": "disabled" }, classAttribute: "mc-optgroup" }, exportAs: ["mcOptgroup"], usesInheritance: true, ngImport: i0__namespace, template: "<label class=\"mc-optgroup-label\" [id]=\"labelId\">{{ label }}</label>\n<ng-content select=\"mc-option, mc-list-option, ng-container\"></ng-content>\n", styles: [".mc-optgroup-label{padding-left:17px;padding-left:var(--mc-optgroup-size-padding-left, 17px);-webkit-user-select:none;user-select:none;cursor:default}\n"], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
1856
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McOptgroup, decorators: [{
1854
+ /** @nocollapse */ McOptgroup.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McOptgroup, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
1855
+ /** @nocollapse */ McOptgroup.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: McOptgroup, selector: "mc-optgroup", inputs: { disabled: "disabled", label: "label" }, host: { properties: { "class.mc-disabled": "disabled" }, classAttribute: "mc-optgroup" }, exportAs: ["mcOptgroup"], usesInheritance: true, ngImport: i0__namespace, template: "<label class=\"mc-optgroup-label\" [id]=\"labelId\">{{ label }}</label>\n<ng-content select=\"mc-option, mc-list-option, ng-container\"></ng-content>\n", styles: [".mc-optgroup-label{padding-left:17px;padding-left:var(--mc-optgroup-size-padding-left, 17px);-webkit-user-select:none;user-select:none;cursor:default}\n"], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
1856
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McOptgroup, decorators: [{
1857
1857
  type: i0.Component,
1858
1858
  args: [{
1859
1859
  selector: 'mc-optgroup',
@@ -2078,9 +2078,9 @@
2078
2078
  };
2079
2079
  return McOption;
2080
2080
  }());
2081
- /** @nocollapse */ McOption.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McOption, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }, { token: MC_OPTION_PARENT_COMPONENT, optional: true }, { token: McOptgroup, optional: true }], target: i0__namespace.ɵɵFactoryTarget.Component });
2082
- /** @nocollapse */ McOption.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.5", type: McOption, selector: "mc-option", inputs: { value: "value", showCheckbox: "showCheckbox", disabled: "disabled" }, outputs: { onSelectionChange: "onSelectionChange" }, host: { listeners: { "click": "selectViaInteraction()", "keydown": "handleKeydown($event)" }, properties: { "attr.tabindex": "getTabIndex()", "class.mc-selected": "selected", "class.mc-option-multiple": "multiple", "class.mc-active": "active", "class.mc-disabled": "disabled", "id": "id" }, classAttribute: "mc-option" }, exportAs: ["mcOption"], ngImport: i0__namespace, template: "<mc-pseudo-checkbox\n *ngIf=\"showCheckbox\"\n [state]=\"selected ? 'checked' : ''\"\n [disabled]=\"disabled\">\n</mc-pseudo-checkbox>\n\n<span class=\"mc-option-text\"><ng-content></ng-content></span>\n\n<div class=\"mc-option-overlay\"></div>\n", styles: [".mc-option{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;position:relative;max-width:100%;height:32px;height:var(--mc-option-size-height, 32px);border:2px solid transparent;border:var(--mc-option-size-border-width, 2px) solid transparent;cursor:pointer;outline:none;padding-left:16px;padding-left:var(--mc-option-size-horizontal-padding, 16px);padding-right:16px;padding-right:var(--mc-option-size-horizontal-padding, 16px);-webkit-tap-highlight-color:transparent}.mc-option.mc-disabled{cursor:default}.mc-option .mc-pseudo-checkbox{margin-right:8px}.mc-option .mc-option-overlay{position:absolute;top:calc(-1 * 2px);top:calc(-1 * var(--mc-option-size-border-width, 2px));left:calc(-1 * 2px);left:calc(-1 * var(--mc-option-size-border-width, 2px));right:calc(-1 * 2px);right:calc(-1 * var(--mc-option-size-border-width, 2px));bottom:calc(-1 * 2px);bottom:calc(-1 * var(--mc-option-size-border-width, 2px));pointer-events:none;border-radius:inherit}.mc-option-text{display:inline-block;flex-grow:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}\n"], components: [{ type: McPseudoCheckbox, selector: "mc-pseudo-checkbox", inputs: ["state", "disabled"] }], directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
2083
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McOption, decorators: [{
2081
+ /** @nocollapse */ McOption.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McOption, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }, { token: MC_OPTION_PARENT_COMPONENT, optional: true }, { token: McOptgroup, optional: true }], target: i0__namespace.ɵɵFactoryTarget.Component });
2082
+ /** @nocollapse */ McOption.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: McOption, selector: "mc-option", inputs: { value: "value", showCheckbox: "showCheckbox", disabled: "disabled" }, outputs: { onSelectionChange: "onSelectionChange" }, host: { listeners: { "click": "selectViaInteraction()", "keydown": "handleKeydown($event)" }, properties: { "attr.tabindex": "getTabIndex()", "class.mc-selected": "selected", "class.mc-option-multiple": "multiple", "class.mc-active": "active", "class.mc-disabled": "disabled", "id": "id" }, classAttribute: "mc-option" }, exportAs: ["mcOption"], ngImport: i0__namespace, template: "<mc-pseudo-checkbox\n *ngIf=\"showCheckbox\"\n [state]=\"selected ? 'checked' : 'unchecked'\"\n [disabled]=\"disabled\">\n</mc-pseudo-checkbox>\n\n<span class=\"mc-option-text\"><ng-content></ng-content></span>\n\n<div class=\"mc-option-overlay\"></div>\n", styles: [".mc-option{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;position:relative;max-width:100%;height:32px;height:var(--mc-option-size-height, 32px);border:2px solid transparent;border:var(--mc-option-size-border-width, 2px) solid transparent;cursor:pointer;outline:none;padding-left:16px;padding-left:var(--mc-option-size-horizontal-padding, 16px);padding-right:16px;padding-right:var(--mc-option-size-horizontal-padding, 16px);-webkit-tap-highlight-color:transparent}.mc-option.mc-disabled{cursor:default}.mc-option .mc-pseudo-checkbox{margin-right:8px}.mc-option .mc-option-overlay{position:absolute;top:calc(-1 * 2px);top:calc(-1 * var(--mc-option-size-border-width, 2px));left:calc(-1 * 2px);left:calc(-1 * var(--mc-option-size-border-width, 2px));right:calc(-1 * 2px);right:calc(-1 * var(--mc-option-size-border-width, 2px));bottom:calc(-1 * 2px);bottom:calc(-1 * var(--mc-option-size-border-width, 2px));pointer-events:none;border-radius:inherit}.mc-option-text{display:inline-block;flex-grow:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}\n"], components: [{ type: McPseudoCheckbox, selector: "mc-pseudo-checkbox", inputs: ["state", "disabled"] }], directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
2083
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McOption, decorators: [{
2084
2084
  type: i0.Component,
2085
2085
  args: [{
2086
2086
  selector: 'mc-option',
@@ -2252,9 +2252,9 @@
2252
2252
  };
2253
2253
  return McOptionActionComponent;
2254
2254
  }(McOptionActionMixinBase));
2255
- /** @nocollapse */ McOptionActionComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McOptionActionComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i1__namespace$1.FocusMonitor }, { token: MC_OPTION_ACTION_PARENT }], target: i0__namespace.ɵɵFactoryTarget.Component });
2256
- /** @nocollapse */ McOptionActionComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.5", type: McOptionActionComponent, selector: "mc-option-action", inputs: { disabled: "disabled" }, host: { listeners: { "focus": "onFocus($event)", "blur": "onBlur()", "click": "onClick($event)", "keydown": "onKeyDown($event)" }, properties: { "class.mc-opened": "false", "attr.disabled": "disabled || null", "attr.tabIndex": "-1" }, classAttribute: "mc-option-action" }, queries: [{ propertyName: "customIcon", first: true, predicate: ["customIcon"], descendants: true }], exportAs: ["mcOptionAction"], usesInheritance: true, ngImport: i0__namespace, template: "\n <ng-container [ngSwitch]=\"!!customIcon\">\n <i class=\"mc mc-icon mc-ellipsis_16\" *ngSwitchCase=\"false\"></i>\n <ng-content select=\"[mc-icon]\" *ngSwitchCase=\"true\"></ng-content>\n </ng-container>\n ", isInline: true, styles: [".mc-option-action{box-sizing:unset;position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:-2px;width:28px;height:100%;cursor:pointer;outline:none;border:2px solid transparent;background:transparent}.mc-option-action[disabled]{cursor:default}\n"], directives: [{ type: i2__namespace.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i2__namespace.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
2257
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McOptionActionComponent, decorators: [{
2255
+ /** @nocollapse */ McOptionActionComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McOptionActionComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i1__namespace$1.FocusMonitor }, { token: MC_OPTION_ACTION_PARENT }], target: i0__namespace.ɵɵFactoryTarget.Component });
2256
+ /** @nocollapse */ McOptionActionComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: McOptionActionComponent, selector: "mc-option-action", inputs: { disabled: "disabled" }, host: { listeners: { "focus": "onFocus($event)", "blur": "onBlur()", "click": "onClick($event)", "keydown": "onKeyDown($event)" }, properties: { "class.mc-opened": "false", "attr.disabled": "disabled || null", "attr.tabIndex": "-1" }, classAttribute: "mc-option-action" }, queries: [{ propertyName: "customIcon", first: true, predicate: ["customIcon"], descendants: true }], exportAs: ["mcOptionAction"], usesInheritance: true, ngImport: i0__namespace, template: "\n <ng-container [ngSwitch]=\"!!customIcon\">\n <i class=\"mc mc-icon mc-ellipsis_16\" *ngSwitchCase=\"false\"></i>\n <ng-content select=\"[mc-icon]\" *ngSwitchCase=\"true\"></ng-content>\n </ng-container>\n ", isInline: true, styles: [".mc-option-action{box-sizing:unset;position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:-2px;width:28px;height:100%;cursor:pointer;outline:none;border:2px solid transparent;background:transparent}.mc-option-action[disabled]{cursor:default}\n"], directives: [{ type: i2__namespace.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i2__namespace.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
2257
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McOptionActionComponent, decorators: [{
2258
2258
  type: i0.Component,
2259
2259
  args: [{
2260
2260
  selector: 'mc-option-action',
@@ -2290,10 +2290,10 @@
2290
2290
  }
2291
2291
  return McOptionModule;
2292
2292
  }());
2293
- /** @nocollapse */ McOptionModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McOptionModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
2294
- /** @nocollapse */ McOptionModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McOptionModule, declarations: [McOption, McOptgroup, McOptionActionComponent], imports: [i2$1.CommonModule, McPseudoCheckboxModule], exports: [McOption, McOptgroup, McOptionActionComponent] });
2295
- /** @nocollapse */ McOptionModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McOptionModule, imports: [[i2$1.CommonModule, McPseudoCheckboxModule]] });
2296
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McOptionModule, decorators: [{
2293
+ /** @nocollapse */ McOptionModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McOptionModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
2294
+ /** @nocollapse */ McOptionModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McOptionModule, declarations: [McOption, McOptgroup, McOptionActionComponent], imports: [i2$1.CommonModule, McPseudoCheckboxModule], exports: [McOption, McOptgroup, McOptionActionComponent] });
2295
+ /** @nocollapse */ McOptionModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McOptionModule, imports: [[i2$1.CommonModule, McPseudoCheckboxModule]] });
2296
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McOptionModule, decorators: [{
2297
2297
  type: i0.NgModule,
2298
2298
  args: [{
2299
2299
  imports: [i2$1.CommonModule, McPseudoCheckboxModule],
@@ -2322,9 +2322,9 @@
2322
2322
  };
2323
2323
  return McFormElement;
2324
2324
  }());
2325
- /** @nocollapse */ McFormElement.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McFormElement, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Directive });
2326
- /** @nocollapse */ McFormElement.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.5", type: McFormElement, selector: ".mc-form__row, .mc-form__fieldset, .mc-form__legend", host: { properties: { "class.mc-form-row_margin": "margin" } }, queries: [{ propertyName: "elements", predicate: McFormElement }], exportAs: ["mcFormElement"], ngImport: i0__namespace });
2327
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McFormElement, decorators: [{
2325
+ /** @nocollapse */ McFormElement.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McFormElement, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Directive });
2326
+ /** @nocollapse */ McFormElement.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: McFormElement, selector: ".mc-form__row, .mc-form__fieldset, .mc-form__legend", host: { properties: { "class.mc-form-row_margin": "margin" } }, queries: [{ propertyName: "elements", predicate: McFormElement }], exportAs: ["mcFormElement"], ngImport: i0__namespace });
2327
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McFormElement, decorators: [{
2328
2328
  type: i0.Directive,
2329
2329
  args: [{
2330
2330
  selector: '.mc-form__row, .mc-form__fieldset, .mc-form__legend',
@@ -2355,9 +2355,9 @@
2355
2355
  };
2356
2356
  return McForm;
2357
2357
  }());
2358
- /** @nocollapse */ McForm.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McForm, deps: [], target: i0__namespace.ɵɵFactoryTarget.Directive });
2359
- /** @nocollapse */ McForm.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.5", type: McForm, selector: ".mc-form-vertical, .mc-form-horizontal", host: { classAttribute: "mc-form" }, queries: [{ propertyName: "elements", predicate: McFormElement }], exportAs: ["mcForm"], ngImport: i0__namespace });
2360
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McForm, decorators: [{
2358
+ /** @nocollapse */ McForm.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McForm, deps: [], target: i0__namespace.ɵɵFactoryTarget.Directive });
2359
+ /** @nocollapse */ McForm.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: McForm, selector: ".mc-form-vertical, .mc-form-horizontal", host: { classAttribute: "mc-form" }, queries: [{ propertyName: "elements", predicate: McFormElement }], exportAs: ["mcForm"], ngImport: i0__namespace });
2360
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McForm, decorators: [{
2361
2361
  type: i0.Directive,
2362
2362
  args: [{
2363
2363
  selector: '.mc-form-vertical, .mc-form-horizontal',
@@ -2376,12 +2376,12 @@
2376
2376
  }
2377
2377
  return McFormsModule;
2378
2378
  }());
2379
- /** @nocollapse */ McFormsModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McFormsModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
2380
- /** @nocollapse */ McFormsModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McFormsModule, declarations: [McForm,
2379
+ /** @nocollapse */ McFormsModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McFormsModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
2380
+ /** @nocollapse */ McFormsModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McFormsModule, declarations: [McForm,
2381
2381
  McFormElement], exports: [McForm,
2382
2382
  McFormElement] });
2383
- /** @nocollapse */ McFormsModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McFormsModule });
2384
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McFormsModule, decorators: [{
2383
+ /** @nocollapse */ McFormsModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McFormsModule });
2384
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McFormsModule, decorators: [{
2385
2385
  type: i0.NgModule,
2386
2386
  args: [{
2387
2387
  exports: [
@@ -2511,9 +2511,9 @@
2511
2511
  };
2512
2512
  return McPopUp;
2513
2513
  }());
2514
- /** @nocollapse */ McPopUp.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McPopUp, deps: [{ token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Directive });
2515
- /** @nocollapse */ McPopUp.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.5", type: McPopUp, ngImport: i0__namespace });
2516
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McPopUp, decorators: [{
2514
+ /** @nocollapse */ McPopUp.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McPopUp, deps: [{ token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Directive });
2515
+ /** @nocollapse */ McPopUp.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: McPopUp, ngImport: i0__namespace });
2516
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McPopUp, decorators: [{
2517
2517
  type: i0.Directive
2518
2518
  }], ctorParameters: function () { return [{ type: i0__namespace.ChangeDetectorRef }]; } });
2519
2519
 
@@ -2532,11 +2532,9 @@
2532
2532
  this.isOpen = false;
2533
2533
  this.enterDelay = 0;
2534
2534
  this.leaveDelay = 0;
2535
- this.placementChange = new i0.EventEmitter();
2536
- this.visibleChange = new i0.EventEmitter();
2537
- this._placementPriority = null;
2538
- this._placement = exports.PopUpPlacements.Top;
2539
- this._visible = false;
2535
+ this.placement = exports.PopUpPlacements.Top;
2536
+ this.placementPriority = null;
2537
+ this.visible = false;
2540
2538
  // tslint:disable-next-line:naming-convention orthodox-getter-and-setter
2541
2539
  this._disabled = false;
2542
2540
  this.listeners = new Map();
@@ -2577,60 +2575,6 @@
2577
2575
  };
2578
2576
  this.availablePositions = POSITION_MAP;
2579
2577
  }
2580
- Object.defineProperty(McPopUpTrigger.prototype, "placementPriority", {
2581
- get: function () {
2582
- return this._placementPriority;
2583
- },
2584
- set: function (value) {
2585
- if (value && value.length > 0) {
2586
- this._placementPriority = value;
2587
- }
2588
- else {
2589
- this._placementPriority = null;
2590
- }
2591
- },
2592
- enumerable: false,
2593
- configurable: true
2594
- });
2595
- Object.defineProperty(McPopUpTrigger.prototype, "placement", {
2596
- get: function () {
2597
- return this._placement;
2598
- },
2599
- set: function (value) {
2600
- if (POSITION_TO_CSS_MAP[value]) {
2601
- this._placement = value;
2602
- this.updateClassMap();
2603
- }
2604
- else {
2605
- this._placement = exports.PopUpPlacements.Top;
2606
- console.warn("Unknown position: " + value + ". Will used default position: " + this._placement);
2607
- }
2608
- if (this.visible) {
2609
- this.updatePosition();
2610
- }
2611
- },
2612
- enumerable: false,
2613
- configurable: true
2614
- });
2615
- Object.defineProperty(McPopUpTrigger.prototype, "visible", {
2616
- get: function () {
2617
- return this._visible;
2618
- },
2619
- set: function (externalValue) {
2620
- var value = coercion.coerceBooleanProperty(externalValue);
2621
- if (this._visible !== value) {
2622
- this._visible = value;
2623
- if (value) {
2624
- this.show();
2625
- }
2626
- else {
2627
- this.hide();
2628
- }
2629
- }
2630
- },
2631
- enumerable: false,
2632
- configurable: true
2633
- });
2634
2578
  McPopUpTrigger.prototype.ngOnInit = function () {
2635
2579
  this.initListeners();
2636
2580
  };
@@ -2643,6 +2587,39 @@
2643
2587
  this.destroyed.next();
2644
2588
  this.destroyed.complete();
2645
2589
  };
2590
+ McPopUpTrigger.prototype.updatePlacement = function (value) {
2591
+ if (POSITION_TO_CSS_MAP[value]) {
2592
+ this.placement = value;
2593
+ this.updateClassMap();
2594
+ }
2595
+ else {
2596
+ this.placement = exports.PopUpPlacements.Top;
2597
+ console.warn("Unknown position: " + value + ". Will used default position: " + this.placement);
2598
+ }
2599
+ if (this.visible) {
2600
+ this.updatePosition();
2601
+ }
2602
+ };
2603
+ McPopUpTrigger.prototype.updatePlacementPriority = function (value) {
2604
+ if (value && value.length > 0) {
2605
+ this.placementPriority = value;
2606
+ }
2607
+ else {
2608
+ this.placementPriority = null;
2609
+ }
2610
+ };
2611
+ McPopUpTrigger.prototype.updateVisible = function (externalValue) {
2612
+ var value = coercion.coerceBooleanProperty(externalValue);
2613
+ if (this.visible !== value) {
2614
+ this.visible = value;
2615
+ if (value) {
2616
+ this.show();
2617
+ }
2618
+ else {
2619
+ this.hide();
2620
+ }
2621
+ }
2622
+ };
2646
2623
  McPopUpTrigger.prototype.handleKeydown = function (event) {
2647
2624
  if (this.isOpen && event.keyCode === keycodes.ESCAPE) { // tslint:disable-line
2648
2625
  this.hide();
@@ -2771,32 +2748,11 @@
2771
2748
  };
2772
2749
  return McPopUpTrigger;
2773
2750
  }());
2774
- /** @nocollapse */ McPopUpTrigger.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McPopUpTrigger, deps: "invalid", target: i0__namespace.ɵɵFactoryTarget.Directive });
2775
- /** @nocollapse */ McPopUpTrigger.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.5", type: McPopUpTrigger, inputs: { enterDelay: ["mcEnterDelay", "enterDelay"], leaveDelay: ["mcLeaveDelay", "leaveDelay"], placementPriority: ["mcPlacementPriority", "placementPriority"], placement: ["mcPlacement", "placement"], visible: ["mcVisible", "visible"] }, outputs: { placementChange: "mcPlacementChange", visibleChange: "mcVisibleChange" }, ngImport: i0__namespace });
2776
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.5", ngImport: i0__namespace, type: McPopUpTrigger, decorators: [{
2751
+ /** @nocollapse */ McPopUpTrigger.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McPopUpTrigger, deps: "invalid", target: i0__namespace.ɵɵFactoryTarget.Directive });
2752
+ /** @nocollapse */ McPopUpTrigger.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: McPopUpTrigger, ngImport: i0__namespace });
2753
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McPopUpTrigger, decorators: [{
2777
2754
  type: i0.Directive
2778
- }], ctorParameters: function () { return [{ type: i1__namespace$2.Overlay }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }, { type: i1__namespace$2.ScrollDispatcher }, { type: i0__namespace.ViewContainerRef }, { type: undefined }, { type: i2__namespace$1.Directionality }]; }, propDecorators: { enterDelay: [{
2779
- type: i0.Input,
2780
- args: ['mcEnterDelay']
2781
- }], leaveDelay: [{
2782
- type: i0.Input,
2783
- args: ['mcLeaveDelay']
2784
- }], placementChange: [{
2785
- type: i0.Output,
2786
- args: ['mcPlacementChange']
2787
- }], visibleChange: [{
2788
- type: i0.Output,
2789
- args: ['mcVisibleChange']
2790
- }], placementPriority: [{
2791
- type: i0.Input,
2792
- args: ['mcPlacementPriority']
2793
- }], placement: [{
2794
- type: i0.Input,
2795
- args: ['mcPlacement']
2796
- }], visible: [{
2797
- type: i0.Input,
2798
- args: ['mcVisible']
2799
- }] } });
2755
+ }], ctorParameters: function () { return [{ type: i1__namespace$2.Overlay }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }, { type: i1__namespace$2.ScrollDispatcher }, { type: i0__namespace.ViewContainerRef }, { type: undefined }, { type: i2__namespace$1.Directionality }]; } });
2800
2756
 
2801
2757
  /**
2802
2758
  * Generated bundle index. Do not edit.
@@ -2883,5 +2839,5 @@
2883
2839
 
2884
2840
  Object.defineProperty(exports, '__esModule', { value: true });
2885
2841
 
2886
- })));
2842
+ }));
2887
2843
  //# sourceMappingURL=ptsecurity-mosaic-core.umd.js.map