@angular/material 12.0.6 → 12.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (333) hide show
  1. package/autocomplete/autocomplete.d.ts +4 -4
  2. package/autocomplete/index.metadata.json +1 -1
  3. package/badge/_badge-theme.scss +7 -6
  4. package/badge/badge.d.ts +5 -5
  5. package/badge/index.metadata.json +1 -1
  6. package/bundles/material-autocomplete-testing.umd.js +14 -11
  7. package/bundles/material-autocomplete-testing.umd.js.map +1 -1
  8. package/bundles/material-autocomplete.umd.js +18 -16
  9. package/bundles/material-autocomplete.umd.js.map +1 -1
  10. package/bundles/material-badge-testing.umd.js +14 -11
  11. package/bundles/material-badge-testing.umd.js.map +1 -1
  12. package/bundles/material-badge.umd.js +19 -17
  13. package/bundles/material-badge.umd.js.map +1 -1
  14. package/bundles/material-bottom-sheet-testing.umd.js +14 -11
  15. package/bundles/material-bottom-sheet-testing.umd.js.map +1 -1
  16. package/bundles/material-bottom-sheet.umd.js +14 -11
  17. package/bundles/material-bottom-sheet.umd.js.map +1 -1
  18. package/bundles/material-button-testing.umd.js +14 -11
  19. package/bundles/material-button-testing.umd.js.map +1 -1
  20. package/bundles/material-button-toggle-testing.umd.js +14 -11
  21. package/bundles/material-button-toggle-testing.umd.js.map +1 -1
  22. package/bundles/material-button-toggle.umd.js +19 -17
  23. package/bundles/material-button-toggle.umd.js.map +1 -1
  24. package/bundles/material-button.umd.js +19 -18
  25. package/bundles/material-button.umd.js.map +1 -1
  26. package/bundles/material-card-testing.umd.js +14 -11
  27. package/bundles/material-card-testing.umd.js.map +1 -1
  28. package/bundles/material-checkbox-testing.umd.js +14 -11
  29. package/bundles/material-checkbox-testing.umd.js.map +1 -1
  30. package/bundles/material-checkbox.umd.js +19 -17
  31. package/bundles/material-checkbox.umd.js.map +1 -1
  32. package/bundles/material-chips-testing.umd.js +14 -11
  33. package/bundles/material-chips-testing.umd.js.map +1 -1
  34. package/bundles/material-chips.umd.js +19 -17
  35. package/bundles/material-chips.umd.js.map +1 -1
  36. package/bundles/material-core-testing.umd.js +14 -11
  37. package/bundles/material-core-testing.umd.js.map +1 -1
  38. package/bundles/material-core.umd.js +20 -18
  39. package/bundles/material-core.umd.js.map +1 -1
  40. package/bundles/material-datepicker-testing.umd.js +14 -11
  41. package/bundles/material-datepicker-testing.umd.js.map +1 -1
  42. package/bundles/material-datepicker.umd.js +21 -21
  43. package/bundles/material-datepicker.umd.js.map +1 -1
  44. package/bundles/material-dialog-testing.umd.js +14 -11
  45. package/bundles/material-dialog-testing.umd.js.map +1 -1
  46. package/bundles/material-dialog.umd.js +23 -12
  47. package/bundles/material-dialog.umd.js.map +1 -1
  48. package/bundles/material-divider-testing.umd.js +14 -11
  49. package/bundles/material-divider-testing.umd.js.map +1 -1
  50. package/bundles/material-expansion-testing.umd.js +14 -11
  51. package/bundles/material-expansion-testing.umd.js.map +1 -1
  52. package/bundles/material-expansion.umd.js +42 -33
  53. package/bundles/material-expansion.umd.js.map +1 -1
  54. package/bundles/material-form-field-testing-control.umd.js +14 -11
  55. package/bundles/material-form-field-testing-control.umd.js.map +1 -1
  56. package/bundles/material-form-field-testing.umd.js +14 -11
  57. package/bundles/material-form-field-testing.umd.js.map +1 -1
  58. package/bundles/material-form-field.umd.js +20 -22
  59. package/bundles/material-form-field.umd.js.map +1 -1
  60. package/bundles/material-grid-list-testing.umd.js +14 -11
  61. package/bundles/material-grid-list-testing.umd.js.map +1 -1
  62. package/bundles/material-grid-list.umd.js +16 -15
  63. package/bundles/material-grid-list.umd.js.map +1 -1
  64. package/bundles/material-icon-testing.umd.js +14 -11
  65. package/bundles/material-icon-testing.umd.js.map +1 -1
  66. package/bundles/material-icon.umd.js +19 -17
  67. package/bundles/material-icon.umd.js.map +1 -1
  68. package/bundles/material-input-testing.umd.js +14 -11
  69. package/bundles/material-input-testing.umd.js.map +1 -1
  70. package/bundles/material-input.umd.js +20 -17
  71. package/bundles/material-input.umd.js.map +1 -1
  72. package/bundles/material-list-testing.umd.js +14 -11
  73. package/bundles/material-list-testing.umd.js.map +1 -1
  74. package/bundles/material-list.umd.js +34 -35
  75. package/bundles/material-list.umd.js.map +1 -1
  76. package/bundles/material-menu-testing.umd.js +14 -11
  77. package/bundles/material-menu-testing.umd.js.map +1 -1
  78. package/bundles/material-menu.umd.js +29 -26
  79. package/bundles/material-menu.umd.js.map +1 -1
  80. package/bundles/material-paginator-testing.umd.js +14 -11
  81. package/bundles/material-paginator-testing.umd.js.map +1 -1
  82. package/bundles/material-paginator.umd.js +19 -17
  83. package/bundles/material-paginator.umd.js.map +1 -1
  84. package/bundles/material-progress-bar-testing.umd.js +14 -11
  85. package/bundles/material-progress-bar-testing.umd.js.map +1 -1
  86. package/bundles/material-progress-bar.umd.js +19 -17
  87. package/bundles/material-progress-bar.umd.js.map +1 -1
  88. package/bundles/material-progress-spinner-testing.umd.js +14 -11
  89. package/bundles/material-progress-spinner-testing.umd.js.map +1 -1
  90. package/bundles/material-progress-spinner.umd.js +19 -17
  91. package/bundles/material-progress-spinner.umd.js.map +1 -1
  92. package/bundles/material-radio-testing.umd.js +14 -11
  93. package/bundles/material-radio-testing.umd.js.map +1 -1
  94. package/bundles/material-radio.umd.js +16 -13
  95. package/bundles/material-radio.umd.js.map +1 -1
  96. package/bundles/material-select-testing.umd.js +14 -11
  97. package/bundles/material-select-testing.umd.js.map +1 -1
  98. package/bundles/material-select.umd.js +18 -16
  99. package/bundles/material-select.umd.js.map +1 -1
  100. package/bundles/material-sidenav-testing.umd.js +14 -11
  101. package/bundles/material-sidenav-testing.umd.js.map +1 -1
  102. package/bundles/material-sidenav.umd.js +14 -11
  103. package/bundles/material-sidenav.umd.js.map +1 -1
  104. package/bundles/material-slide-toggle-testing.umd.js +14 -11
  105. package/bundles/material-slide-toggle-testing.umd.js.map +1 -1
  106. package/bundles/material-slide-toggle.umd.js +19 -17
  107. package/bundles/material-slide-toggle.umd.js.map +1 -1
  108. package/bundles/material-slider-testing.umd.js +14 -11
  109. package/bundles/material-slider-testing.umd.js.map +1 -1
  110. package/bundles/material-slider.umd.js +108 -57
  111. package/bundles/material-slider.umd.js.map +1 -1
  112. package/bundles/material-snack-bar-testing.umd.js +14 -11
  113. package/bundles/material-snack-bar-testing.umd.js.map +1 -1
  114. package/bundles/material-snack-bar.umd.js +14 -11
  115. package/bundles/material-snack-bar.umd.js.map +1 -1
  116. package/bundles/material-sort-testing.umd.js +14 -11
  117. package/bundles/material-sort-testing.umd.js.map +1 -1
  118. package/bundles/material-sort.umd.js +24 -23
  119. package/bundles/material-sort.umd.js.map +1 -1
  120. package/bundles/material-stepper-testing.umd.js +14 -11
  121. package/bundles/material-stepper-testing.umd.js.map +1 -1
  122. package/bundles/material-stepper.umd.js +17 -15
  123. package/bundles/material-stepper.umd.js.map +1 -1
  124. package/bundles/material-table-testing.umd.js +14 -11
  125. package/bundles/material-table-testing.umd.js.map +1 -1
  126. package/bundles/material-table.umd.js +14 -11
  127. package/bundles/material-table.umd.js.map +1 -1
  128. package/bundles/material-tabs-testing.umd.js +14 -11
  129. package/bundles/material-tabs-testing.umd.js.map +1 -1
  130. package/bundles/material-tabs.umd.js +53 -36
  131. package/bundles/material-tabs.umd.js.map +1 -1
  132. package/bundles/material-toolbar-testing.umd.js +14 -11
  133. package/bundles/material-toolbar-testing.umd.js.map +1 -1
  134. package/bundles/material-toolbar.umd.js +19 -17
  135. package/bundles/material-toolbar.umd.js.map +1 -1
  136. package/bundles/material-tooltip-testing.umd.js +14 -11
  137. package/bundles/material-tooltip-testing.umd.js.map +1 -1
  138. package/bundles/material-tooltip.umd.js +14 -11
  139. package/bundles/material-tooltip.umd.js.map +1 -1
  140. package/bundles/material-tree-testing.umd.js +14 -11
  141. package/bundles/material-tree-testing.umd.js.map +1 -1
  142. package/bundles/material-tree.umd.js +16 -13
  143. package/bundles/material-tree.umd.js.map +1 -1
  144. package/button/button.d.ts +7 -8
  145. package/button/index.metadata.json +1 -1
  146. package/button-toggle/button-toggle.d.ts +5 -5
  147. package/button-toggle/index.metadata.json +1 -1
  148. package/checkbox/checkbox.d.ts +7 -7
  149. package/checkbox/index.metadata.json +1 -1
  150. package/chips/chip-list.d.ts +11 -13
  151. package/chips/chip.d.ts +2 -2
  152. package/chips/index.metadata.json +1 -1
  153. package/core/common-behaviors/color.d.ts +5 -1
  154. package/core/common-behaviors/disable-ripple.d.ts +5 -1
  155. package/core/common-behaviors/disabled.d.ts +5 -1
  156. package/core/common-behaviors/error-state.d.ts +5 -1
  157. package/core/common-behaviors/initialized.d.ts +5 -1
  158. package/core/common-behaviors/tabindex.d.ts +5 -1
  159. package/core/focus-indicators/_focus-indicators-theme.scss +9 -35
  160. package/core/index.metadata.json +1 -1
  161. package/core/option/optgroup.d.ts +4 -4
  162. package/core/style/_menu-common.scss +2 -1
  163. package/core/style/_private.scss +27 -0
  164. package/core/style/_vendor-prefixes.scss +10 -0
  165. package/core/typography/_typography-utils.scss +4 -2
  166. package/datepicker/date-range-input-parts.d.ts +2 -2
  167. package/datepicker/datepicker-base.d.ts +7 -7
  168. package/datepicker/index.metadata.json +1 -1
  169. package/dialog/dialog-content-directives.d.ts +13 -1
  170. package/dialog/dialog-ref.d.ts +4 -1
  171. package/dialog/index.metadata.json +1 -1
  172. package/esm2015/autocomplete/autocomplete.js +3 -4
  173. package/esm2015/badge/badge.js +4 -5
  174. package/esm2015/button/button.js +4 -6
  175. package/esm2015/button-toggle/button-toggle.js +4 -5
  176. package/esm2015/checkbox/checkbox.js +4 -5
  177. package/esm2015/chips/chip-list.js +4 -5
  178. package/esm2015/chips/chip.js +1 -1
  179. package/esm2015/core/common-behaviors/color.js +1 -1
  180. package/esm2015/core/common-behaviors/common-module.js +1 -1
  181. package/esm2015/core/common-behaviors/disable-ripple.js +1 -1
  182. package/esm2015/core/common-behaviors/disabled.js +1 -1
  183. package/esm2015/core/common-behaviors/error-state.js +1 -1
  184. package/esm2015/core/common-behaviors/initialized.js +1 -1
  185. package/esm2015/core/common-behaviors/tabindex.js +1 -1
  186. package/esm2015/core/option/optgroup.js +3 -4
  187. package/esm2015/core/version.js +1 -1
  188. package/esm2015/datepicker/date-range-input-parts.js +2 -4
  189. package/esm2015/datepicker/date-range-input.js +1 -1
  190. package/esm2015/datepicker/datepicker-base.js +4 -5
  191. package/esm2015/dialog/dialog-content-directives.js +7 -1
  192. package/esm2015/dialog/dialog-ref.js +4 -2
  193. package/esm2015/expansion/expansion-panel-header.js +16 -6
  194. package/esm2015/form-field/form-field.js +5 -10
  195. package/esm2015/icon/icon.js +4 -5
  196. package/esm2015/input/input.js +5 -5
  197. package/esm2015/list/list.js +7 -9
  198. package/esm2015/list/selection-list.js +7 -9
  199. package/esm2015/menu/menu-item.js +4 -5
  200. package/esm2015/menu/menu.js +8 -9
  201. package/esm2015/paginator/paginator.js +4 -5
  202. package/esm2015/progress-bar/progress-bar.js +4 -5
  203. package/esm2015/progress-spinner/progress-spinner.js +4 -5
  204. package/esm2015/radio/radio.js +3 -3
  205. package/esm2015/select/select.js +3 -4
  206. package/esm2015/slide-toggle/slide-toggle.js +4 -5
  207. package/esm2015/slider/slider.js +93 -45
  208. package/esm2015/sort/sort-header.js +4 -5
  209. package/esm2015/sort/sort.js +4 -5
  210. package/esm2015/stepper/public-api.js +1 -1
  211. package/esm2015/stepper/step-header.js +4 -5
  212. package/esm2015/tabs/tab-config.js +1 -1
  213. package/esm2015/tabs/tab-group.js +18 -6
  214. package/esm2015/tabs/tab-label-wrapper.js +4 -5
  215. package/esm2015/tabs/tab-nav-bar/tab-nav-bar.js +3 -4
  216. package/esm2015/tabs/tab.js +4 -5
  217. package/esm2015/toolbar/toolbar.js +4 -5
  218. package/esm2015/tree/node.js +3 -3
  219. package/expansion/expansion-panel-header.d.ts +11 -2
  220. package/expansion/index.metadata.json +1 -1
  221. package/fesm2015/autocomplete.js +2 -3
  222. package/fesm2015/autocomplete.js.map +1 -1
  223. package/fesm2015/badge.js +3 -4
  224. package/fesm2015/badge.js.map +1 -1
  225. package/fesm2015/button-toggle.js +3 -4
  226. package/fesm2015/button-toggle.js.map +1 -1
  227. package/fesm2015/button.js +3 -5
  228. package/fesm2015/button.js.map +1 -1
  229. package/fesm2015/checkbox.js +3 -4
  230. package/fesm2015/checkbox.js.map +1 -1
  231. package/fesm2015/chips.js +3 -4
  232. package/fesm2015/chips.js.map +1 -1
  233. package/fesm2015/core.js +4 -5
  234. package/fesm2015/core.js.map +1 -1
  235. package/fesm2015/datepicker.js +5 -8
  236. package/fesm2015/datepicker.js.map +1 -1
  237. package/fesm2015/dialog.js +9 -1
  238. package/fesm2015/dialog.js.map +1 -1
  239. package/fesm2015/expansion.js +15 -6
  240. package/fesm2015/expansion.js.map +1 -1
  241. package/fesm2015/form-field.js +4 -9
  242. package/fesm2015/form-field.js.map +1 -1
  243. package/fesm2015/icon.js +3 -4
  244. package/fesm2015/icon.js.map +1 -1
  245. package/fesm2015/input.js +4 -4
  246. package/fesm2015/input.js.map +1 -1
  247. package/fesm2015/list.js +12 -16
  248. package/fesm2015/list.js.map +1 -1
  249. package/fesm2015/menu.js +10 -12
  250. package/fesm2015/menu.js.map +1 -1
  251. package/fesm2015/paginator.js +3 -4
  252. package/fesm2015/paginator.js.map +1 -1
  253. package/fesm2015/progress-bar.js +3 -4
  254. package/fesm2015/progress-bar.js.map +1 -1
  255. package/fesm2015/progress-spinner.js +3 -4
  256. package/fesm2015/progress-spinner.js.map +1 -1
  257. package/fesm2015/radio.js +2 -2
  258. package/fesm2015/radio.js.map +1 -1
  259. package/fesm2015/select.js +2 -3
  260. package/fesm2015/select.js.map +1 -1
  261. package/fesm2015/slide-toggle.js +3 -4
  262. package/fesm2015/slide-toggle.js.map +1 -1
  263. package/fesm2015/slider.js +92 -44
  264. package/fesm2015/slider.js.map +1 -1
  265. package/fesm2015/sort.js +6 -8
  266. package/fesm2015/sort.js.map +1 -1
  267. package/fesm2015/stepper.js +3 -4
  268. package/fesm2015/stepper.js.map +1 -1
  269. package/fesm2015/tabs.js +25 -16
  270. package/fesm2015/tabs.js.map +1 -1
  271. package/fesm2015/toolbar.js +3 -4
  272. package/fesm2015/toolbar.js.map +1 -1
  273. package/fesm2015/tree.js +2 -2
  274. package/fesm2015/tree.js.map +1 -1
  275. package/form-field/_form-field-fill-theme.scss +2 -1
  276. package/form-field/_form-field-legacy-theme.scss +5 -4
  277. package/form-field/_form-field-outline-theme.scss +3 -2
  278. package/form-field/_form-field-theme.scss +4 -3
  279. package/form-field/form-field.d.ts +7 -11
  280. package/form-field/index.metadata.json +1 -1
  281. package/icon/icon.d.ts +7 -7
  282. package/icon/index.metadata.json +1 -1
  283. package/input/_input-theme.scss +2 -1
  284. package/input/index.metadata.json +1 -1
  285. package/input/input.d.ts +13 -13
  286. package/list/index.metadata.json +1 -1
  287. package/list/list.d.ts +9 -9
  288. package/list/selection-list.d.ts +9 -9
  289. package/menu/index.metadata.json +1 -1
  290. package/menu/menu-item.d.ts +5 -5
  291. package/menu/menu.d.ts +4 -0
  292. package/package.json +3 -3
  293. package/paginator/index.metadata.json +1 -1
  294. package/paginator/paginator.d.ts +4 -4
  295. package/progress-bar/index.metadata.json +1 -1
  296. package/progress-bar/progress-bar.d.ts +7 -7
  297. package/progress-spinner/index.metadata.json +1 -1
  298. package/progress-spinner/progress-spinner.d.ts +7 -7
  299. package/radio/index.metadata.json +1 -1
  300. package/radio/radio.d.ts +2 -2
  301. package/schematics/ng-add/index.js +1 -1
  302. package/schematics/ng-add/index.mjs +1 -1
  303. package/schematics/ng-update/migrations/theming-api-v12/config.js +4 -1
  304. package/schematics/ng-update/migrations/theming-api-v12/config.mjs +4 -1
  305. package/schematics/ng-update/migrations/theming-api-v12/migration.d.ts +9 -1
  306. package/schematics/ng-update/migrations/theming-api-v12/migration.js +40 -36
  307. package/schematics/ng-update/migrations/theming-api-v12/migration.mjs +40 -36
  308. package/schematics/ng-update/migrations/theming-api-v12/theming-api-migration.js +2 -2
  309. package/schematics/ng-update/migrations/theming-api-v12/theming-api-migration.mjs +2 -2
  310. package/select/index.metadata.json +1 -1
  311. package/select/select.d.ts +10 -10
  312. package/slide-toggle/index.metadata.json +1 -1
  313. package/slide-toggle/slide-toggle.d.ts +7 -7
  314. package/slider/index.metadata.json +1 -1
  315. package/slider/slider.d.ts +17 -9
  316. package/sort/index.metadata.json +1 -1
  317. package/sort/sort-header.d.ts +5 -5
  318. package/sort/sort.d.ts +5 -5
  319. package/stepper/_stepper-theme.scss +4 -3
  320. package/stepper/index.metadata.json +1 -1
  321. package/stepper/public-api.d.ts +1 -1
  322. package/stepper/step-header.d.ts +9 -7
  323. package/tabs/index.metadata.json +1 -1
  324. package/tabs/tab-config.d.ts +2 -0
  325. package/tabs/tab-group.d.ts +16 -6
  326. package/tabs/tab-label-wrapper.d.ts +5 -5
  327. package/tabs/tab-nav-bar/tab-nav-bar.d.ts +4 -4
  328. package/tabs/tab.d.ts +5 -5
  329. package/toolbar/index.metadata.json +1 -1
  330. package/toolbar/toolbar.d.ts +7 -7
  331. package/tooltip/_tooltip-theme.scss +3 -2
  332. package/tree/index.metadata.json +1 -1
  333. package/tree/node.d.ts +3 -3
@@ -1808,12 +1808,11 @@ const MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY_PROVIDER = {
1808
1808
  };
1809
1809
  // Boilerplate for applying mixins to MatDatepickerContent.
1810
1810
  /** @docs-private */
1811
- class MatDatepickerContentBase {
1811
+ const _MatDatepickerContentBase = mixinColor(class {
1812
1812
  constructor(_elementRef) {
1813
1813
  this._elementRef = _elementRef;
1814
1814
  }
1815
- }
1816
- const _MatDatepickerContentMixinBase = mixinColor(MatDatepickerContentBase);
1815
+ });
1817
1816
  /**
1818
1817
  * Component used as the content for the datepicker overlay. We use this instead of using
1819
1818
  * MatCalendar directly as the content so we can control the initial focus. This also gives us a
@@ -1821,7 +1820,7 @@ const _MatDatepickerContentMixinBase = mixinColor(MatDatepickerContentBase);
1821
1820
  * future. (e.g. confirmation buttons).
1822
1821
  * @docs-private
1823
1822
  */
1824
- class MatDatepickerContent extends _MatDatepickerContentMixinBase {
1823
+ class MatDatepickerContent extends _MatDatepickerContentBase {
1825
1824
  constructor(elementRef, _changeDetectorRef, _globalModel, _dateAdapter, _rangeSelectionStrategy, intl) {
1826
1825
  super(elementRef);
1827
1826
  this._changeDetectorRef = _changeDetectorRef;
@@ -2982,9 +2981,7 @@ MatDateRangeInputPartBase.ctorParameters = () => [
2982
2981
  { type: DateAdapter, decorators: [{ type: Optional }] },
2983
2982
  { type: undefined, decorators: [{ type: Optional }, { type: Inject, args: [MAT_DATE_FORMATS,] }] }
2984
2983
  ];
2985
- const _MatDateRangeInputBase =
2986
- // Needs to be `as any`, because the base class is abstract.
2987
- mixinErrorState(MatDateRangeInputPartBase);
2984
+ const _MatDateRangeInputBase = mixinErrorState(MatDateRangeInputPartBase);
2988
2985
  /** Input for entering the start date in a `mat-date-range-input`. */
2989
2986
  class MatStartDate extends _MatDateRangeInputBase {
2990
2987
  constructor(rangeInput, elementRef, defaultErrorStateMatcher, injector, parentForm, parentFormGroup, dateAdapter, dateFormats) {
@@ -3472,7 +3469,7 @@ MatDateRangeInput.decorators = [
3472
3469
  { provide: MatFormFieldControl, useExisting: MatDateRangeInput },
3473
3470
  { provide: MAT_DATE_RANGE_INPUT_PARENT, useExisting: MatDateRangeInput },
3474
3471
  ],
3475
- styles: [".mat-date-range-input{display:block;width:100%}.mat-date-range-input-container{display:flex;align-items:center}.mat-date-range-input-separator{transition:opacity 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1);margin:0 4px}.mat-date-range-input-separator-hidden{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:0;transition:none}.mat-date-range-input-inner{font:inherit;background:transparent;color:currentColor;border:none;outline:none;padding:0;margin:0;vertical-align:bottom;text-align:inherit;-webkit-appearance:none;width:100%}.mat-date-range-input-inner::-ms-clear,.mat-date-range-input-inner::-ms-reveal{display:none}.mat-date-range-input-inner:-moz-ui-invalid{box-shadow:none}.mat-date-range-input-inner::placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-date-range-input-inner::-moz-placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-date-range-input-inner::-webkit-input-placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-date-range-input-inner:-ms-input-placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-form-field-hide-placeholder .mat-date-range-input-inner::placeholder,.mat-date-range-input-hide-placeholders .mat-date-range-input-inner::placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:transparent !important;-webkit-text-fill-color:transparent;transition:none}.mat-form-field-hide-placeholder .mat-date-range-input-inner::-moz-placeholder,.mat-date-range-input-hide-placeholders .mat-date-range-input-inner::-moz-placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:transparent !important;-webkit-text-fill-color:transparent;transition:none}.mat-form-field-hide-placeholder .mat-date-range-input-inner::-webkit-input-placeholder,.mat-date-range-input-hide-placeholders .mat-date-range-input-inner::-webkit-input-placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:transparent !important;-webkit-text-fill-color:transparent;transition:none}.mat-form-field-hide-placeholder .mat-date-range-input-inner:-ms-input-placeholder,.mat-date-range-input-hide-placeholders .mat-date-range-input-inner:-ms-input-placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:transparent !important;-webkit-text-fill-color:transparent;transition:none}.mat-date-range-input-mirror{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;visibility:hidden;white-space:nowrap;display:inline-block;min-width:2px}.mat-date-range-input-start-wrapper{position:relative;overflow:hidden;max-width:calc(50% - 4px)}.mat-date-range-input-start-wrapper .mat-date-range-input-inner{position:absolute;top:0;left:0}.mat-date-range-input-end-wrapper{flex-grow:1;max-width:calc(50% - 4px)}.mat-form-field-type-mat-date-range-input .mat-form-field-infix{width:200px}\n"]
3472
+ styles: [".mat-date-range-input{display:block;width:100%}.mat-date-range-input-container{display:flex;align-items:center}.mat-date-range-input-separator{transition:opacity 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1);margin:0 4px}.mat-date-range-input-separator-hidden{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:0;transition:none}.mat-date-range-input-inner{font:inherit;background:transparent;color:currentColor;border:none;outline:none;padding:0;margin:0;vertical-align:bottom;text-align:inherit;-webkit-appearance:none;width:100%}.mat-date-range-input-inner::-ms-clear,.mat-date-range-input-inner::-ms-reveal{display:none}.mat-date-range-input-inner:-moz-ui-invalid{box-shadow:none}.mat-date-range-input-inner::placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-date-range-input-inner::-moz-placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-date-range-input-inner::-webkit-input-placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-date-range-input-inner:-ms-input-placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-form-field-hide-placeholder .mat-date-range-input-inner::placeholder,.mat-date-range-input-hide-placeholders .mat-date-range-input-inner::placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:transparent !important;-webkit-text-fill-color:transparent;transition:none}.cdk-high-contrast-active .mat-form-field-hide-placeholder .mat-date-range-input-inner::placeholder,.cdk-high-contrast-active .mat-date-range-input-hide-placeholders .mat-date-range-input-inner::placeholder{opacity:0}.mat-form-field-hide-placeholder .mat-date-range-input-inner::-moz-placeholder,.mat-date-range-input-hide-placeholders .mat-date-range-input-inner::-moz-placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:transparent !important;-webkit-text-fill-color:transparent;transition:none}.cdk-high-contrast-active .mat-form-field-hide-placeholder .mat-date-range-input-inner::-moz-placeholder,.cdk-high-contrast-active .mat-date-range-input-hide-placeholders .mat-date-range-input-inner::-moz-placeholder{opacity:0}.mat-form-field-hide-placeholder .mat-date-range-input-inner::-webkit-input-placeholder,.mat-date-range-input-hide-placeholders .mat-date-range-input-inner::-webkit-input-placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:transparent !important;-webkit-text-fill-color:transparent;transition:none}.cdk-high-contrast-active .mat-form-field-hide-placeholder .mat-date-range-input-inner::-webkit-input-placeholder,.cdk-high-contrast-active .mat-date-range-input-hide-placeholders .mat-date-range-input-inner::-webkit-input-placeholder{opacity:0}.mat-form-field-hide-placeholder .mat-date-range-input-inner:-ms-input-placeholder,.mat-date-range-input-hide-placeholders .mat-date-range-input-inner:-ms-input-placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:transparent !important;-webkit-text-fill-color:transparent;transition:none}.cdk-high-contrast-active .mat-form-field-hide-placeholder .mat-date-range-input-inner:-ms-input-placeholder,.cdk-high-contrast-active .mat-date-range-input-hide-placeholders .mat-date-range-input-inner:-ms-input-placeholder{opacity:0}.mat-date-range-input-mirror{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;visibility:hidden;white-space:nowrap;display:inline-block;min-width:2px}.mat-date-range-input-start-wrapper{position:relative;overflow:hidden;max-width:calc(50% - 4px)}.mat-date-range-input-start-wrapper .mat-date-range-input-inner{position:absolute;top:0;left:0}.mat-date-range-input-end-wrapper{flex-grow:1;max-width:calc(50% - 4px)}.mat-form-field-type-mat-date-range-input .mat-form-field-infix{width:200px}\n"]
3476
3473
  },] }
3477
3474
  ];
3478
3475
  MatDateRangeInput.ctorParameters = () => [