@angular/material 17.2.0-next.1 → 17.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 (294) hide show
  1. package/_index.scss +3 -20
  2. package/autocomplete/_autocomplete-theme.scss +21 -3
  3. package/badge/_badge-theme.scss +3 -0
  4. package/bottom-sheet/_bottom-sheet-theme.scss +3 -0
  5. package/button/_button-theme.scss +4 -1
  6. package/button/_fab-theme.scss +3 -0
  7. package/button/_icon-button-theme.scss +3 -0
  8. package/button-toggle/_button-toggle-theme.scss +3 -0
  9. package/card/_card-theme.scss +3 -0
  10. package/checkbox/_checkbox-theme.scss +3 -0
  11. package/chips/_chips-theme.scss +10 -1
  12. package/core/_core-theme.scss +3 -0
  13. package/core/option/_optgroup-theme.scss +3 -0
  14. package/core/option/_option-theme.scss +3 -0
  15. package/core/ripple/_ripple-theme.scss +3 -0
  16. package/core/selection/pseudo-checkbox/_pseudo-checkbox-theme.scss +3 -0
  17. package/core/style/_menu-common.scss +5 -18
  18. package/core/theming/_inspection.scss +2 -1
  19. package/core/theming/_m2-inspection.scss +2 -1
  20. package/core/theming/_validation.scss +5 -0
  21. package/core/tokens/m2/_index.scss +9 -2
  22. package/core/tokens/m2/mat/_autocomplete.scss +5 -1
  23. package/core/tokens/m2/mat/_chip.scss +26 -2
  24. package/core/tokens/m2/mat/_datepicker.scss +10 -1
  25. package/core/tokens/m2/mat/_legacy-button-toggle.scss +5 -5
  26. package/core/tokens/m2/mat/_list.scss +44 -0
  27. package/core/tokens/m2/mat/_menu.scss +9 -0
  28. package/core/tokens/m2/mat/_paginator.scss +22 -2
  29. package/core/tokens/m2/mat/_select.scss +15 -2
  30. package/core/tokens/m2/mat/_sidenav.scss +3 -0
  31. package/core/tokens/m2/mat/_standard-button-toggle.scss +5 -5
  32. package/core/tokens/m2/mat/_switch.scss +69 -0
  33. package/core/tokens/m2/mdc/_chip.scss +26 -26
  34. package/core/tokens/m2/mdc/_switch.scss +1 -1
  35. package/core/typography/_all-typography.scss +6 -1
  36. package/core/typography/_typography.scss +126 -1
  37. package/datepicker/_datepicker-theme.scss +9 -1
  38. package/dialog/_dialog-theme.scss +3 -0
  39. package/divider/_divider-theme.scss +3 -0
  40. package/esm2022/autocomplete/autocomplete-origin.mjs +3 -3
  41. package/esm2022/autocomplete/autocomplete-trigger.mjs +3 -3
  42. package/esm2022/autocomplete/autocomplete.mjs +5 -5
  43. package/esm2022/autocomplete/module.mjs +4 -4
  44. package/esm2022/badge/badge-module.mjs +4 -4
  45. package/esm2022/badge/badge.mjs +6 -6
  46. package/esm2022/bottom-sheet/bottom-sheet-container.mjs +3 -3
  47. package/esm2022/bottom-sheet/bottom-sheet-module.mjs +4 -4
  48. package/esm2022/bottom-sheet/bottom-sheet.mjs +3 -3
  49. package/esm2022/button/button-base.mjs +6 -6
  50. package/esm2022/button/button.mjs +6 -6
  51. package/esm2022/button/fab.mjs +12 -12
  52. package/esm2022/button/icon-button.mjs +6 -6
  53. package/esm2022/button/module.mjs +4 -4
  54. package/esm2022/button-toggle/button-toggle-module.mjs +4 -4
  55. package/esm2022/button-toggle/button-toggle.mjs +8 -8
  56. package/esm2022/card/card.mjs +42 -42
  57. package/esm2022/card/module.mjs +4 -4
  58. package/esm2022/checkbox/checkbox-required-validator.mjs +3 -3
  59. package/esm2022/checkbox/checkbox.mjs +3 -3
  60. package/esm2022/checkbox/module.mjs +8 -8
  61. package/esm2022/chips/chip-action.mjs +3 -3
  62. package/esm2022/chips/chip-edit-input.mjs +3 -3
  63. package/esm2022/chips/chip-grid.mjs +3 -3
  64. package/esm2022/chips/chip-icons.mjs +9 -9
  65. package/esm2022/chips/chip-input.mjs +3 -3
  66. package/esm2022/chips/chip-listbox.mjs +3 -3
  67. package/esm2022/chips/chip-option.mjs +6 -6
  68. package/esm2022/chips/chip-row.mjs +6 -6
  69. package/esm2022/chips/chip-set.mjs +3 -3
  70. package/esm2022/chips/chip.mjs +5 -5
  71. package/esm2022/chips/module.mjs +4 -4
  72. package/esm2022/core/common-behaviors/common-module.mjs +4 -4
  73. package/esm2022/core/datetime/index.mjs +8 -8
  74. package/esm2022/core/datetime/native-date-adapter.mjs +3 -3
  75. package/esm2022/core/error/error-options.mjs +6 -6
  76. package/esm2022/core/internal-form-field/internal-form-field.mjs +3 -3
  77. package/esm2022/core/line/line.mjs +7 -7
  78. package/esm2022/core/option/index.mjs +4 -4
  79. package/esm2022/core/option/optgroup.mjs +3 -3
  80. package/esm2022/core/option/option.mjs +5 -5
  81. package/esm2022/core/private/ripple-loader.mjs +3 -3
  82. package/esm2022/core/ripple/index.mjs +4 -4
  83. package/esm2022/core/ripple/ripple.mjs +3 -3
  84. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox-module.mjs +4 -4
  85. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
  86. package/esm2022/core/version.mjs +1 -1
  87. package/esm2022/datepicker/calendar-body.mjs +5 -5
  88. package/esm2022/datepicker/calendar.mjs +8 -8
  89. package/esm2022/datepicker/date-range-input-parts.mjs +9 -9
  90. package/esm2022/datepicker/date-range-input.mjs +3 -3
  91. package/esm2022/datepicker/date-range-picker.mjs +3 -3
  92. package/esm2022/datepicker/date-range-selection-strategy.mjs +3 -3
  93. package/esm2022/datepicker/date-selection-model.mjs +9 -9
  94. package/esm2022/datepicker/datepicker-actions.mjs +9 -9
  95. package/esm2022/datepicker/datepicker-base.mjs +8 -8
  96. package/esm2022/datepicker/datepicker-input-base.mjs +3 -3
  97. package/esm2022/datepicker/datepicker-input.mjs +3 -3
  98. package/esm2022/datepicker/datepicker-intl.mjs +3 -3
  99. package/esm2022/datepicker/datepicker-module.mjs +4 -4
  100. package/esm2022/datepicker/datepicker-toggle.mjs +6 -6
  101. package/esm2022/datepicker/datepicker.mjs +3 -3
  102. package/esm2022/datepicker/month-view.mjs +3 -3
  103. package/esm2022/datepicker/multi-year-view.mjs +3 -3
  104. package/esm2022/datepicker/year-view.mjs +3 -3
  105. package/esm2022/dialog/dialog-container.mjs +3 -3
  106. package/esm2022/dialog/dialog-content-directives.mjs +15 -15
  107. package/esm2022/dialog/dialog.mjs +3 -3
  108. package/esm2022/dialog/module.mjs +4 -4
  109. package/esm2022/divider/divider-module.mjs +4 -4
  110. package/esm2022/divider/divider.mjs +3 -3
  111. package/esm2022/expansion/accordion.mjs +3 -3
  112. package/esm2022/expansion/expansion-module.mjs +4 -4
  113. package/esm2022/expansion/expansion-panel-content.mjs +3 -3
  114. package/esm2022/expansion/expansion-panel-header.mjs +9 -9
  115. package/esm2022/expansion/expansion-panel.mjs +6 -6
  116. package/esm2022/form-field/directives/error.mjs +3 -3
  117. package/esm2022/form-field/directives/floating-label.mjs +3 -3
  118. package/esm2022/form-field/directives/hint.mjs +3 -3
  119. package/esm2022/form-field/directives/label.mjs +3 -3
  120. package/esm2022/form-field/directives/line-ripple.mjs +3 -3
  121. package/esm2022/form-field/directives/notched-outline.mjs +3 -3
  122. package/esm2022/form-field/directives/prefix.mjs +3 -3
  123. package/esm2022/form-field/directives/suffix.mjs +3 -3
  124. package/esm2022/form-field/form-field-control.mjs +3 -3
  125. package/esm2022/form-field/form-field.mjs +6 -6
  126. package/esm2022/form-field/module.mjs +4 -4
  127. package/esm2022/grid-list/grid-list-module.mjs +4 -4
  128. package/esm2022/grid-list/grid-list.mjs +3 -3
  129. package/esm2022/grid-list/grid-tile.mjs +15 -15
  130. package/esm2022/icon/icon-module.mjs +4 -4
  131. package/esm2022/icon/icon-registry.mjs +3 -3
  132. package/esm2022/icon/icon.mjs +3 -3
  133. package/esm2022/icon/testing/fake-icon-registry.mjs +7 -7
  134. package/esm2022/input/input.mjs +3 -3
  135. package/esm2022/input/module.mjs +4 -4
  136. package/esm2022/list/action-list.mjs +4 -4
  137. package/esm2022/list/list-base.mjs +6 -6
  138. package/esm2022/list/list-item-sections.mjs +18 -18
  139. package/esm2022/list/list-module.mjs +4 -4
  140. package/esm2022/list/list-option.mjs +3 -3
  141. package/esm2022/list/list.mjs +7 -7
  142. package/esm2022/list/nav-list.mjs +4 -4
  143. package/esm2022/list/selection-list.mjs +7 -7
  144. package/esm2022/list/subheader.mjs +3 -3
  145. package/esm2022/menu/menu-content.mjs +3 -3
  146. package/esm2022/menu/menu-item.mjs +3 -3
  147. package/esm2022/menu/menu-trigger.mjs +3 -3
  148. package/esm2022/menu/menu.mjs +5 -5
  149. package/esm2022/menu/module.mjs +4 -4
  150. package/esm2022/paginator/module.mjs +4 -4
  151. package/esm2022/paginator/paginator-intl.mjs +3 -3
  152. package/esm2022/paginator/paginator.mjs +5 -5
  153. package/esm2022/progress-bar/module.mjs +4 -4
  154. package/esm2022/progress-bar/progress-bar.mjs +4 -4
  155. package/esm2022/progress-spinner/module.mjs +4 -4
  156. package/esm2022/progress-spinner/progress-spinner.mjs +3 -3
  157. package/esm2022/radio/module.mjs +4 -4
  158. package/esm2022/radio/radio.mjs +6 -6
  159. package/esm2022/select/module.mjs +4 -4
  160. package/esm2022/select/select.mjs +9 -9
  161. package/esm2022/sidenav/drawer.mjs +12 -12
  162. package/esm2022/sidenav/sidenav-module.mjs +4 -4
  163. package/esm2022/sidenav/sidenav.mjs +12 -12
  164. package/esm2022/slide-toggle/module.mjs +8 -8
  165. package/esm2022/slide-toggle/slide-toggle-required-validator.mjs +3 -3
  166. package/esm2022/slide-toggle/slide-toggle.mjs +6 -6
  167. package/esm2022/slider/module.mjs +4 -4
  168. package/esm2022/slider/slider-input.mjs +6 -6
  169. package/esm2022/slider/slider-thumb.mjs +3 -3
  170. package/esm2022/slider/slider.mjs +3 -3
  171. package/esm2022/snack-bar/module.mjs +4 -4
  172. package/esm2022/snack-bar/simple-snack-bar.mjs +3 -3
  173. package/esm2022/snack-bar/snack-bar-container.mjs +3 -3
  174. package/esm2022/snack-bar/snack-bar-content.mjs +9 -9
  175. package/esm2022/snack-bar/snack-bar.mjs +3 -3
  176. package/esm2022/sort/sort-header-intl.mjs +3 -3
  177. package/esm2022/sort/sort-header.mjs +3 -3
  178. package/esm2022/sort/sort-module.mjs +4 -4
  179. package/esm2022/sort/sort.mjs +3 -3
  180. package/esm2022/stepper/step-content.mjs +3 -3
  181. package/esm2022/stepper/step-header.mjs +3 -3
  182. package/esm2022/stepper/step-label.mjs +3 -3
  183. package/esm2022/stepper/stepper-button.mjs +6 -6
  184. package/esm2022/stepper/stepper-icon.mjs +3 -3
  185. package/esm2022/stepper/stepper-intl.mjs +3 -3
  186. package/esm2022/stepper/stepper-module.mjs +4 -4
  187. package/esm2022/stepper/stepper.mjs +6 -6
  188. package/esm2022/table/cell.mjs +21 -21
  189. package/esm2022/table/module.mjs +4 -4
  190. package/esm2022/table/row.mjs +21 -21
  191. package/esm2022/table/table.mjs +6 -6
  192. package/esm2022/table/text-column.mjs +3 -3
  193. package/esm2022/tabs/module.mjs +4 -4
  194. package/esm2022/tabs/paginated-tab-header.mjs +3 -3
  195. package/esm2022/tabs/tab-body.mjs +6 -6
  196. package/esm2022/tabs/tab-content.mjs +3 -3
  197. package/esm2022/tabs/tab-group.mjs +3 -3
  198. package/esm2022/tabs/tab-header.mjs +3 -3
  199. package/esm2022/tabs/tab-label-wrapper.mjs +3 -3
  200. package/esm2022/tabs/tab-label.mjs +3 -3
  201. package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +15 -10
  202. package/esm2022/tabs/tab.mjs +3 -3
  203. package/esm2022/toolbar/toolbar-module.mjs +4 -4
  204. package/esm2022/toolbar/toolbar.mjs +6 -6
  205. package/esm2022/tooltip/module.mjs +4 -4
  206. package/esm2022/tooltip/tooltip.mjs +6 -6
  207. package/esm2022/tree/node.mjs +9 -9
  208. package/esm2022/tree/outlet.mjs +3 -3
  209. package/esm2022/tree/padding.mjs +3 -3
  210. package/esm2022/tree/toggle.mjs +3 -3
  211. package/esm2022/tree/tree-module.mjs +4 -4
  212. package/esm2022/tree/tree.mjs +3 -3
  213. package/expansion/_expansion-theme.scss +3 -0
  214. package/fesm2022/autocomplete.mjs +14 -14
  215. package/fesm2022/autocomplete.mjs.map +1 -1
  216. package/fesm2022/badge.mjs +10 -10
  217. package/fesm2022/bottom-sheet.mjs +10 -10
  218. package/fesm2022/button-toggle.mjs +11 -11
  219. package/fesm2022/button-toggle.mjs.map +1 -1
  220. package/fesm2022/button.mjs +34 -34
  221. package/fesm2022/card.mjs +46 -46
  222. package/fesm2022/checkbox.mjs +14 -14
  223. package/fesm2022/chips.mjs +45 -45
  224. package/fesm2022/chips.mjs.map +1 -1
  225. package/fesm2022/core.mjs +60 -60
  226. package/fesm2022/core.mjs.map +1 -1
  227. package/fesm2022/datepicker.mjs +85 -85
  228. package/fesm2022/datepicker.mjs.map +1 -1
  229. package/fesm2022/dialog.mjs +25 -25
  230. package/fesm2022/divider.mjs +7 -7
  231. package/fesm2022/expansion.mjs +25 -25
  232. package/fesm2022/form-field.mjs +36 -36
  233. package/fesm2022/form-field.mjs.map +1 -1
  234. package/fesm2022/grid-list.mjs +22 -22
  235. package/fesm2022/icon/testing.mjs +7 -7
  236. package/fesm2022/icon.mjs +10 -10
  237. package/fesm2022/input.mjs +7 -7
  238. package/fesm2022/list.mjs +55 -55
  239. package/fesm2022/list.mjs.map +1 -1
  240. package/fesm2022/menu.mjs +17 -17
  241. package/fesm2022/menu.mjs.map +1 -1
  242. package/fesm2022/paginator.mjs +11 -11
  243. package/fesm2022/paginator.mjs.map +1 -1
  244. package/fesm2022/progress-bar.mjs +8 -8
  245. package/fesm2022/progress-bar.mjs.map +1 -1
  246. package/fesm2022/progress-spinner.mjs +7 -7
  247. package/fesm2022/radio.mjs +10 -10
  248. package/fesm2022/select.mjs +12 -12
  249. package/fesm2022/select.mjs.map +1 -1
  250. package/fesm2022/sidenav.mjs +26 -26
  251. package/fesm2022/sidenav.mjs.map +1 -1
  252. package/fesm2022/slide-toggle.mjs +16 -16
  253. package/fesm2022/slide-toggle.mjs.map +1 -1
  254. package/fesm2022/slider.mjs +16 -16
  255. package/fesm2022/snack-bar.mjs +22 -22
  256. package/fesm2022/sort.mjs +13 -13
  257. package/fesm2022/stepper.mjs +31 -31
  258. package/fesm2022/table.mjs +55 -55
  259. package/fesm2022/tabs.mjs +45 -40
  260. package/fesm2022/tabs.mjs.map +1 -1
  261. package/fesm2022/toolbar.mjs +10 -10
  262. package/fesm2022/tooltip.mjs +10 -10
  263. package/fesm2022/tree.mjs +25 -25
  264. package/form-field/_form-field-theme.scss +3 -0
  265. package/grid-list/_grid-list-theme.scss +3 -0
  266. package/icon/_icon-theme.scss +3 -0
  267. package/input/_input-theme.scss +5 -1
  268. package/list/_list-theme.scss +17 -3
  269. package/menu/_menu-theme.scss +3 -0
  270. package/package.json +7 -7
  271. package/paginator/_paginator-theme.scss +3 -7
  272. package/prebuilt-themes/deeppurple-amber.css +1 -1
  273. package/prebuilt-themes/indigo-pink.css +1 -1
  274. package/prebuilt-themes/pink-bluegrey.css +1 -1
  275. package/prebuilt-themes/purple-green.css +1 -1
  276. package/progress-bar/_progress-bar-theme.scss +3 -0
  277. package/progress-spinner/_progress-spinner-theme.scss +3 -0
  278. package/radio/_radio-theme.scss +3 -0
  279. package/schematics/ng-add/index.js +2 -2
  280. package/schematics/ng-add/index.mjs +2 -2
  281. package/schematics/ng-generate/mdc-migration/index_bundled.js +981 -568
  282. package/schematics/ng-generate/mdc-migration/index_bundled.js.map +4 -4
  283. package/select/_select-theme.scss +9 -20
  284. package/sidenav/_sidenav-theme.scss +3 -0
  285. package/slide-toggle/_slide-toggle-theme.scss +23 -7
  286. package/slider/_slider-theme.scss +3 -0
  287. package/snack-bar/_snack-bar-theme.scss +3 -0
  288. package/sort/_sort-theme.scss +3 -0
  289. package/stepper/_stepper-theme.scss +3 -0
  290. package/table/_table-theme.scss +3 -0
  291. package/tabs/_tabs-theme.scss +3 -0
  292. package/toolbar/_toolbar-theme.scss +3 -0
  293. package/tooltip/_tooltip-theme.scss +3 -0
  294. package/tree/_tree-theme.scss +3 -0
@@ -5,10 +5,10 @@ import * as i1 from '@angular/cdk/platform';
5
5
  import { DOCUMENT } from '@angular/common';
6
6
 
7
7
  class MatToolbarRow {
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MatToolbarRow, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
9
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: MatToolbarRow, isStandalone: true, selector: "mat-toolbar-row", host: { classAttribute: "mat-toolbar-row" }, exportAs: ["matToolbarRow"], ngImport: i0 }); }
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: MatToolbarRow, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
9
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.0", type: MatToolbarRow, isStandalone: true, selector: "mat-toolbar-row", host: { classAttribute: "mat-toolbar-row" }, exportAs: ["matToolbarRow"], ngImport: i0 }); }
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MatToolbarRow, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: MatToolbarRow, decorators: [{
12
12
  type: Directive,
13
13
  args: [{
14
14
  selector: 'mat-toolbar-row',
@@ -46,10 +46,10 @@ class MatToolbar {
46
46
  }
47
47
  }
48
48
  }
49
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MatToolbar, deps: [{ token: i0.ElementRef }, { token: i1.Platform }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Component }); }
50
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.1", type: MatToolbar, isStandalone: true, selector: "mat-toolbar", inputs: { color: "color" }, host: { properties: { "class": "color ? \"mat-\" + color : \"\"", "class.mat-toolbar-multiple-rows": "_toolbarRows.length > 0", "class.mat-toolbar-single-row": "_toolbarRows.length === 0" }, classAttribute: "mat-toolbar" }, queries: [{ propertyName: "_toolbarRows", predicate: MatToolbarRow, descendants: true }], exportAs: ["matToolbar"], ngImport: i0, template: "<ng-content></ng-content>\n<ng-content select=\"mat-toolbar-row\"></ng-content>\n", styles: [".mat-toolbar{background:var(--mat-toolbar-container-background-color);color:var(--mat-toolbar-container-text-color)}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font-family:var(--mat-toolbar-title-text-font);font-size:var(--mat-toolbar-title-text-size);line-height:var(--mat-toolbar-title-text-line-height);font-weight:var(--mat-toolbar-title-text-weight);letter-spacing:var(--mat-toolbar-title-text-tracking);margin:0}.cdk-high-contrast-active .mat-toolbar{outline:solid 1px}.mat-toolbar .mat-form-field-underline,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-select-value,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.mat-toolbar .mat-input-element{caret-color:currentColor}.mat-toolbar .mat-mdc-button-base.mat-mdc-button-base.mat-unthemed{--mdc-text-button-label-text-color:var(--mat-toolbar-container-text-color);--mdc-outlined-button-label-text-color:var(--mat-toolbar-container-text-color)}.mat-toolbar-row,.mat-toolbar-single-row{display:flex;box-sizing:border-box;padding:0 16px;width:100%;flex-direction:row;align-items:center;white-space:nowrap;height:var(--mat-toolbar-standard-height)}@media(max-width: 599px){.mat-toolbar-row,.mat-toolbar-single-row{height:var(--mat-toolbar-mobile-height)}}.mat-toolbar-multiple-rows{display:flex;box-sizing:border-box;flex-direction:column;width:100%;min-height:var(--mat-toolbar-standard-height)}@media(max-width: 599px){.mat-toolbar-multiple-rows{min-height:var(--mat-toolbar-mobile-height)}}"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
49
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: MatToolbar, deps: [{ token: i0.ElementRef }, { token: i1.Platform }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Component }); }
50
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.0", type: MatToolbar, isStandalone: true, selector: "mat-toolbar", inputs: { color: "color" }, host: { properties: { "class": "color ? \"mat-\" + color : \"\"", "class.mat-toolbar-multiple-rows": "_toolbarRows.length > 0", "class.mat-toolbar-single-row": "_toolbarRows.length === 0" }, classAttribute: "mat-toolbar" }, queries: [{ propertyName: "_toolbarRows", predicate: MatToolbarRow, descendants: true }], exportAs: ["matToolbar"], ngImport: i0, template: "<ng-content></ng-content>\n<ng-content select=\"mat-toolbar-row\"></ng-content>\n", styles: [".mat-toolbar{background:var(--mat-toolbar-container-background-color);color:var(--mat-toolbar-container-text-color)}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font-family:var(--mat-toolbar-title-text-font);font-size:var(--mat-toolbar-title-text-size);line-height:var(--mat-toolbar-title-text-line-height);font-weight:var(--mat-toolbar-title-text-weight);letter-spacing:var(--mat-toolbar-title-text-tracking);margin:0}.cdk-high-contrast-active .mat-toolbar{outline:solid 1px}.mat-toolbar .mat-form-field-underline,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-select-value,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.mat-toolbar .mat-input-element{caret-color:currentColor}.mat-toolbar .mat-mdc-button-base.mat-mdc-button-base.mat-unthemed{--mdc-text-button-label-text-color:var(--mat-toolbar-container-text-color);--mdc-outlined-button-label-text-color:var(--mat-toolbar-container-text-color)}.mat-toolbar-row,.mat-toolbar-single-row{display:flex;box-sizing:border-box;padding:0 16px;width:100%;flex-direction:row;align-items:center;white-space:nowrap;height:var(--mat-toolbar-standard-height)}@media(max-width: 599px){.mat-toolbar-row,.mat-toolbar-single-row{height:var(--mat-toolbar-mobile-height)}}.mat-toolbar-multiple-rows{display:flex;box-sizing:border-box;flex-direction:column;width:100%;min-height:var(--mat-toolbar-standard-height)}@media(max-width: 599px){.mat-toolbar-multiple-rows{min-height:var(--mat-toolbar-mobile-height)}}"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
51
51
  }
52
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MatToolbar, decorators: [{
52
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: MatToolbar, decorators: [{
53
53
  type: Component,
54
54
  args: [{ selector: 'mat-toolbar', exportAs: 'matToolbar', host: {
55
55
  'class': 'mat-toolbar',
@@ -77,11 +77,11 @@ function throwToolbarMixedModesError() {
77
77
  }
78
78
 
79
79
  class MatToolbarModule {
80
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MatToolbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
81
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.1", ngImport: i0, type: MatToolbarModule, imports: [MatCommonModule, MatToolbar, MatToolbarRow], exports: [MatToolbar, MatToolbarRow, MatCommonModule] }); }
82
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MatToolbarModule, imports: [MatCommonModule, MatCommonModule] }); }
80
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: MatToolbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
81
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: MatToolbarModule, imports: [MatCommonModule, MatToolbar, MatToolbarRow], exports: [MatToolbar, MatToolbarRow, MatCommonModule] }); }
82
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: MatToolbarModule, imports: [MatCommonModule, MatCommonModule] }); }
83
83
  }
84
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MatToolbarModule, decorators: [{
84
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: MatToolbarModule, decorators: [{
85
85
  type: NgModule,
86
86
  args: [{
87
87
  imports: [MatCommonModule, MatToolbar, MatToolbarRow],
@@ -658,10 +658,10 @@ class MatTooltip {
658
658
  style.webkitTapHighlightColor = 'transparent';
659
659
  }
660
660
  }
661
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MatTooltip, deps: [{ token: i1.Overlay }, { token: i0.ElementRef }, { token: i1.ScrollDispatcher }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i2.Platform }, { token: i3.AriaDescriber }, { token: i3.FocusMonitor }, { token: MAT_TOOLTIP_SCROLL_STRATEGY }, { token: i4.Directionality }, { token: MAT_TOOLTIP_DEFAULT_OPTIONS, optional: true }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive }); }
662
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: MatTooltip, isStandalone: true, selector: "[matTooltip]", inputs: { position: ["matTooltipPosition", "position"], positionAtOrigin: ["matTooltipPositionAtOrigin", "positionAtOrigin"], disabled: ["matTooltipDisabled", "disabled"], showDelay: ["matTooltipShowDelay", "showDelay"], hideDelay: ["matTooltipHideDelay", "hideDelay"], touchGestures: ["matTooltipTouchGestures", "touchGestures"], message: ["matTooltip", "message"], tooltipClass: ["matTooltipClass", "tooltipClass"] }, host: { properties: { "class.mat-mdc-tooltip-disabled": "disabled" }, classAttribute: "mat-mdc-tooltip-trigger" }, exportAs: ["matTooltip"], ngImport: i0 }); }
661
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: MatTooltip, deps: [{ token: i1.Overlay }, { token: i0.ElementRef }, { token: i1.ScrollDispatcher }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i2.Platform }, { token: i3.AriaDescriber }, { token: i3.FocusMonitor }, { token: MAT_TOOLTIP_SCROLL_STRATEGY }, { token: i4.Directionality }, { token: MAT_TOOLTIP_DEFAULT_OPTIONS, optional: true }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive }); }
662
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.0", type: MatTooltip, isStandalone: true, selector: "[matTooltip]", inputs: { position: ["matTooltipPosition", "position"], positionAtOrigin: ["matTooltipPositionAtOrigin", "positionAtOrigin"], disabled: ["matTooltipDisabled", "disabled"], showDelay: ["matTooltipShowDelay", "showDelay"], hideDelay: ["matTooltipHideDelay", "hideDelay"], touchGestures: ["matTooltipTouchGestures", "touchGestures"], message: ["matTooltip", "message"], tooltipClass: ["matTooltipClass", "tooltipClass"] }, host: { properties: { "class.mat-mdc-tooltip-disabled": "disabled" }, classAttribute: "mat-mdc-tooltip-trigger" }, exportAs: ["matTooltip"], ngImport: i0 }); }
663
663
  }
664
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MatTooltip, decorators: [{
664
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: MatTooltip, decorators: [{
665
665
  type: Directive,
666
666
  args: [{
667
667
  selector: '[matTooltip]',
@@ -867,10 +867,10 @@ class TooltipComponent {
867
867
  this._finalizeAnimation(isVisible);
868
868
  }
869
869
  }
870
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: TooltipComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
871
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.1", type: TooltipComponent, isStandalone: true, selector: "mat-tooltip-component", host: { attributes: { "aria-hidden": "true" }, listeners: { "mouseleave": "_handleMouseLeave($event)" }, properties: { "style.zoom": "isVisible() ? 1 : null" } }, viewQueries: [{ propertyName: "_tooltip", first: true, predicate: ["tooltip"], descendants: true, static: true }], ngImport: i0, template: "<div\n #tooltip\n class=\"mdc-tooltip mdc-tooltip--shown mat-mdc-tooltip\"\n [ngClass]=\"tooltipClass\"\n (animationend)=\"_handleAnimationEnd($event)\"\n [class.mdc-tooltip--multiline]=\"_isMultiline\">\n <div class=\"mdc-tooltip__surface mdc-tooltip__surface-animation\">{{message}}</div>\n</div>\n", styles: [".mdc-tooltip__surface{word-break:break-all;word-break:var(--mdc-tooltip-word-break, normal);overflow-wrap:anywhere}.mdc-tooltip--showing-transition .mdc-tooltip__surface-animation{transition:opacity 150ms 0ms cubic-bezier(0, 0, 0.2, 1),transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-tooltip--hide-transition .mdc-tooltip__surface-animation{transition:opacity 75ms 0ms cubic-bezier(0.4, 0, 1, 1)}.mdc-tooltip{position:fixed;display:none;z-index:9}.mdc-tooltip-wrapper--rich{position:relative}.mdc-tooltip--shown,.mdc-tooltip--showing,.mdc-tooltip--hide{display:inline-flex}.mdc-tooltip--shown.mdc-tooltip--rich,.mdc-tooltip--showing.mdc-tooltip--rich,.mdc-tooltip--hide.mdc-tooltip--rich{display:inline-block;left:-320px;position:absolute}.mdc-tooltip__surface{line-height:16px;padding:4px 8px;min-width:40px;max-width:200px;min-height:24px;max-height:40vh;box-sizing:border-box;overflow:hidden;text-align:center}.mdc-tooltip__surface::before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:1px solid rgba(0,0,0,0);border-radius:inherit;content:\"\";pointer-events:none}@media screen and (forced-colors: active){.mdc-tooltip__surface::before{border-color:CanvasText}}.mdc-tooltip--rich .mdc-tooltip__surface{align-items:flex-start;display:flex;flex-direction:column;min-height:24px;min-width:40px;max-width:320px;position:relative}.mdc-tooltip--multiline .mdc-tooltip__surface{text-align:left}[dir=rtl] .mdc-tooltip--multiline .mdc-tooltip__surface,.mdc-tooltip--multiline .mdc-tooltip__surface[dir=rtl]{text-align:right}.mdc-tooltip__surface .mdc-tooltip__title{margin:0 8px}.mdc-tooltip__surface .mdc-tooltip__content{max-width:calc(200px - 2*8px);margin:8px;text-align:left}[dir=rtl] .mdc-tooltip__surface .mdc-tooltip__content,.mdc-tooltip__surface .mdc-tooltip__content[dir=rtl]{text-align:right}.mdc-tooltip--rich .mdc-tooltip__surface .mdc-tooltip__content{max-width:calc(320px - 2*8px);align-self:stretch}.mdc-tooltip__surface .mdc-tooltip__content-link{text-decoration:none}.mdc-tooltip--rich-actions,.mdc-tooltip__content,.mdc-tooltip__title{z-index:1}.mdc-tooltip__surface-animation{opacity:0;transform:scale(0.8);will-change:transform,opacity}.mdc-tooltip--shown .mdc-tooltip__surface-animation{transform:scale(1);opacity:1}.mdc-tooltip--hide .mdc-tooltip__surface-animation{transform:scale(1)}.mdc-tooltip__caret-surface-top,.mdc-tooltip__caret-surface-bottom{position:absolute;height:24px;width:24px;transform:rotate(35deg) skewY(20deg) scaleX(0.9396926208)}.mdc-tooltip__caret-surface-top .mdc-elevation-overlay,.mdc-tooltip__caret-surface-bottom .mdc-elevation-overlay{width:100%;height:100%;top:0;left:0}.mdc-tooltip__caret-surface-bottom{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);outline:1px solid rgba(0,0,0,0);z-index:-1}@media screen and (forced-colors: active){.mdc-tooltip__caret-surface-bottom{outline-color:CanvasText}}.mat-mdc-tooltip .mdc-tooltip__surface{background-color:var(--mdc-plain-tooltip-container-color)}.mat-mdc-tooltip .mdc-tooltip__surface{border-radius:var(--mdc-plain-tooltip-container-shape)}.mat-mdc-tooltip .mdc-tooltip__caret-surface-top,.mat-mdc-tooltip .mdc-tooltip__caret-surface-bottom{border-radius:var(--mdc-plain-tooltip-container-shape)}.mat-mdc-tooltip .mdc-tooltip__surface{color:var(--mdc-plain-tooltip-supporting-text-color)}.mat-mdc-tooltip .mdc-tooltip__surface{font-family:var(--mdc-plain-tooltip-supporting-text-font);line-height:var(--mdc-plain-tooltip-supporting-text-line-height);font-size:var(--mdc-plain-tooltip-supporting-text-size);font-weight:var(--mdc-plain-tooltip-supporting-text-weight);letter-spacing:var(--mdc-plain-tooltip-supporting-text-tracking)}.mat-mdc-tooltip{position:relative;transform:scale(0)}.mat-mdc-tooltip::before{content:\"\";top:0;right:0;bottom:0;left:0;z-index:-1;position:absolute}.mat-mdc-tooltip-panel-below .mat-mdc-tooltip::before{top:-8px}.mat-mdc-tooltip-panel-above .mat-mdc-tooltip::before{bottom:-8px}.mat-mdc-tooltip-panel-right .mat-mdc-tooltip::before{left:-8px}.mat-mdc-tooltip-panel-left .mat-mdc-tooltip::before{right:-8px}.mat-mdc-tooltip._mat-animation-noopable{animation:none;transform:scale(1)}.mat-mdc-tooltip-panel.mat-mdc-tooltip-panel-non-interactive{pointer-events:none}@keyframes mat-mdc-tooltip-show{0%{opacity:0;transform:scale(0.8)}100%{opacity:1;transform:scale(1)}}@keyframes mat-mdc-tooltip-hide{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(0.8)}}.mat-mdc-tooltip-show{animation:mat-mdc-tooltip-show 150ms cubic-bezier(0, 0, 0.2, 1) forwards}.mat-mdc-tooltip-hide{animation:mat-mdc-tooltip-hide 75ms cubic-bezier(0.4, 0, 1, 1) forwards}"], dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
870
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: TooltipComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
871
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.0", type: TooltipComponent, isStandalone: true, selector: "mat-tooltip-component", host: { attributes: { "aria-hidden": "true" }, listeners: { "mouseleave": "_handleMouseLeave($event)" }, properties: { "style.zoom": "isVisible() ? 1 : null" } }, viewQueries: [{ propertyName: "_tooltip", first: true, predicate: ["tooltip"], descendants: true, static: true }], ngImport: i0, template: "<div\n #tooltip\n class=\"mdc-tooltip mdc-tooltip--shown mat-mdc-tooltip\"\n [ngClass]=\"tooltipClass\"\n (animationend)=\"_handleAnimationEnd($event)\"\n [class.mdc-tooltip--multiline]=\"_isMultiline\">\n <div class=\"mdc-tooltip__surface mdc-tooltip__surface-animation\">{{message}}</div>\n</div>\n", styles: [".mdc-tooltip__surface{word-break:break-all;word-break:var(--mdc-tooltip-word-break, normal);overflow-wrap:anywhere}.mdc-tooltip--showing-transition .mdc-tooltip__surface-animation{transition:opacity 150ms 0ms cubic-bezier(0, 0, 0.2, 1),transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-tooltip--hide-transition .mdc-tooltip__surface-animation{transition:opacity 75ms 0ms cubic-bezier(0.4, 0, 1, 1)}.mdc-tooltip{position:fixed;display:none;z-index:9}.mdc-tooltip-wrapper--rich{position:relative}.mdc-tooltip--shown,.mdc-tooltip--showing,.mdc-tooltip--hide{display:inline-flex}.mdc-tooltip--shown.mdc-tooltip--rich,.mdc-tooltip--showing.mdc-tooltip--rich,.mdc-tooltip--hide.mdc-tooltip--rich{display:inline-block;left:-320px;position:absolute}.mdc-tooltip__surface{line-height:16px;padding:4px 8px;min-width:40px;max-width:200px;min-height:24px;max-height:40vh;box-sizing:border-box;overflow:hidden;text-align:center}.mdc-tooltip__surface::before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:1px solid rgba(0,0,0,0);border-radius:inherit;content:\"\";pointer-events:none}@media screen and (forced-colors: active){.mdc-tooltip__surface::before{border-color:CanvasText}}.mdc-tooltip--rich .mdc-tooltip__surface{align-items:flex-start;display:flex;flex-direction:column;min-height:24px;min-width:40px;max-width:320px;position:relative}.mdc-tooltip--multiline .mdc-tooltip__surface{text-align:left}[dir=rtl] .mdc-tooltip--multiline .mdc-tooltip__surface,.mdc-tooltip--multiline .mdc-tooltip__surface[dir=rtl]{text-align:right}.mdc-tooltip__surface .mdc-tooltip__title{margin:0 8px}.mdc-tooltip__surface .mdc-tooltip__content{max-width:calc(200px - 2*8px);margin:8px;text-align:left}[dir=rtl] .mdc-tooltip__surface .mdc-tooltip__content,.mdc-tooltip__surface .mdc-tooltip__content[dir=rtl]{text-align:right}.mdc-tooltip--rich .mdc-tooltip__surface .mdc-tooltip__content{max-width:calc(320px - 2*8px);align-self:stretch}.mdc-tooltip__surface .mdc-tooltip__content-link{text-decoration:none}.mdc-tooltip--rich-actions,.mdc-tooltip__content,.mdc-tooltip__title{z-index:1}.mdc-tooltip__surface-animation{opacity:0;transform:scale(0.8);will-change:transform,opacity}.mdc-tooltip--shown .mdc-tooltip__surface-animation{transform:scale(1);opacity:1}.mdc-tooltip--hide .mdc-tooltip__surface-animation{transform:scale(1)}.mdc-tooltip__caret-surface-top,.mdc-tooltip__caret-surface-bottom{position:absolute;height:24px;width:24px;transform:rotate(35deg) skewY(20deg) scaleX(0.9396926208)}.mdc-tooltip__caret-surface-top .mdc-elevation-overlay,.mdc-tooltip__caret-surface-bottom .mdc-elevation-overlay{width:100%;height:100%;top:0;left:0}.mdc-tooltip__caret-surface-bottom{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);outline:1px solid rgba(0,0,0,0);z-index:-1}@media screen and (forced-colors: active){.mdc-tooltip__caret-surface-bottom{outline-color:CanvasText}}.mat-mdc-tooltip .mdc-tooltip__surface{background-color:var(--mdc-plain-tooltip-container-color)}.mat-mdc-tooltip .mdc-tooltip__surface{border-radius:var(--mdc-plain-tooltip-container-shape)}.mat-mdc-tooltip .mdc-tooltip__caret-surface-top,.mat-mdc-tooltip .mdc-tooltip__caret-surface-bottom{border-radius:var(--mdc-plain-tooltip-container-shape)}.mat-mdc-tooltip .mdc-tooltip__surface{color:var(--mdc-plain-tooltip-supporting-text-color)}.mat-mdc-tooltip .mdc-tooltip__surface{font-family:var(--mdc-plain-tooltip-supporting-text-font);line-height:var(--mdc-plain-tooltip-supporting-text-line-height);font-size:var(--mdc-plain-tooltip-supporting-text-size);font-weight:var(--mdc-plain-tooltip-supporting-text-weight);letter-spacing:var(--mdc-plain-tooltip-supporting-text-tracking)}.mat-mdc-tooltip{position:relative;transform:scale(0)}.mat-mdc-tooltip::before{content:\"\";top:0;right:0;bottom:0;left:0;z-index:-1;position:absolute}.mat-mdc-tooltip-panel-below .mat-mdc-tooltip::before{top:-8px}.mat-mdc-tooltip-panel-above .mat-mdc-tooltip::before{bottom:-8px}.mat-mdc-tooltip-panel-right .mat-mdc-tooltip::before{left:-8px}.mat-mdc-tooltip-panel-left .mat-mdc-tooltip::before{right:-8px}.mat-mdc-tooltip._mat-animation-noopable{animation:none;transform:scale(1)}.mat-mdc-tooltip-panel.mat-mdc-tooltip-panel-non-interactive{pointer-events:none}@keyframes mat-mdc-tooltip-show{0%{opacity:0;transform:scale(0.8)}100%{opacity:1;transform:scale(1)}}@keyframes mat-mdc-tooltip-hide{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(0.8)}}.mat-mdc-tooltip-show{animation:mat-mdc-tooltip-show 150ms cubic-bezier(0, 0, 0.2, 1) forwards}.mat-mdc-tooltip-hide{animation:mat-mdc-tooltip-hide 75ms cubic-bezier(0.4, 0, 1, 1) forwards}"], dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
872
872
  }
873
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: TooltipComponent, decorators: [{
873
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: TooltipComponent, decorators: [{
874
874
  type: Component,
875
875
  args: [{ selector: 'mat-tooltip-component', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: {
876
876
  // Forces the element to have a layout in IE and Edge. This fixes issues where the element
@@ -910,11 +910,11 @@ const matTooltipAnimations = {
910
910
  };
911
911
 
912
912
  class MatTooltipModule {
913
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MatTooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
914
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.1", ngImport: i0, type: MatTooltipModule, imports: [A11yModule, CommonModule, OverlayModule, MatCommonModule, MatTooltip, TooltipComponent], exports: [MatTooltip, TooltipComponent, MatCommonModule, CdkScrollableModule] }); }
915
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MatTooltipModule, providers: [MAT_TOOLTIP_SCROLL_STRATEGY_FACTORY_PROVIDER], imports: [A11yModule, CommonModule, OverlayModule, MatCommonModule, MatCommonModule, CdkScrollableModule] }); }
913
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: MatTooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
914
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: MatTooltipModule, imports: [A11yModule, CommonModule, OverlayModule, MatCommonModule, MatTooltip, TooltipComponent], exports: [MatTooltip, TooltipComponent, MatCommonModule, CdkScrollableModule] }); }
915
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: MatTooltipModule, providers: [MAT_TOOLTIP_SCROLL_STRATEGY_FACTORY_PROVIDER], imports: [A11yModule, CommonModule, OverlayModule, MatCommonModule, MatCommonModule, CdkScrollableModule] }); }
916
916
  }
917
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MatTooltipModule, decorators: [{
917
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: MatTooltipModule, decorators: [{
918
918
  type: NgModule,
919
919
  args: [{
920
920
  imports: [A11yModule, CommonModule, OverlayModule, MatCommonModule, MatTooltip, TooltipComponent],
package/fesm2022/tree.mjs CHANGED
@@ -25,10 +25,10 @@ class MatTreeNode extends CdkTreeNode {
25
25
  ngOnDestroy() {
26
26
  super.ngOnDestroy();
27
27
  }
28
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MatTreeNode, deps: [{ token: i0.ElementRef }, { token: i1.CdkTree }, { token: 'tabindex', attribute: true }], target: i0.ɵɵFactoryTarget.Directive }); }
29
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.1.1", type: MatTreeNode, isStandalone: true, selector: "mat-tree-node", inputs: { disabled: ["disabled", "disabled", booleanAttribute], tabIndex: ["tabIndex", "tabIndex", (value) => (value == null ? 0 : numberAttribute(value))] }, host: { classAttribute: "mat-tree-node" }, providers: [{ provide: CdkTreeNode, useExisting: MatTreeNode }], exportAs: ["matTreeNode"], usesInheritance: true, ngImport: i0 }); }
28
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: MatTreeNode, deps: [{ token: i0.ElementRef }, { token: i1.CdkTree }, { token: 'tabindex', attribute: true }], target: i0.ɵɵFactoryTarget.Directive }); }
29
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.2.0", type: MatTreeNode, isStandalone: true, selector: "mat-tree-node", inputs: { disabled: ["disabled", "disabled", booleanAttribute], tabIndex: ["tabIndex", "tabIndex", (value) => (value == null ? 0 : numberAttribute(value))] }, host: { classAttribute: "mat-tree-node" }, providers: [{ provide: CdkTreeNode, useExisting: MatTreeNode }], exportAs: ["matTreeNode"], usesInheritance: true, ngImport: i0 }); }
30
30
  }
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MatTreeNode, decorators: [{
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: MatTreeNode, decorators: [{
32
32
  type: Directive,
33
33
  args: [{
34
34
  selector: 'mat-tree-node',
@@ -56,10 +56,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImpor
56
56
  * Captures the node's template and a when predicate that describes when this node should be used.
57
57
  */
58
58
  class MatTreeNodeDef extends CdkTreeNodeDef {
59
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MatTreeNodeDef, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
60
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: MatTreeNodeDef, isStandalone: true, selector: "[matTreeNodeDef]", inputs: { when: ["matTreeNodeDefWhen", "when"], data: ["matTreeNode", "data"] }, providers: [{ provide: CdkTreeNodeDef, useExisting: MatTreeNodeDef }], usesInheritance: true, ngImport: i0 }); }
59
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: MatTreeNodeDef, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
60
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.0", type: MatTreeNodeDef, isStandalone: true, selector: "[matTreeNodeDef]", inputs: { when: ["matTreeNodeDefWhen", "when"], data: ["matTreeNode", "data"] }, providers: [{ provide: CdkTreeNodeDef, useExisting: MatTreeNodeDef }], usesInheritance: true, ngImport: i0 }); }
61
61
  }
62
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MatTreeNodeDef, decorators: [{
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: MatTreeNodeDef, decorators: [{
63
63
  type: Directive,
64
64
  args: [{
65
65
  selector: '[matTreeNodeDef]',
@@ -101,14 +101,14 @@ class MatNestedTreeNode extends CdkNestedTreeNode {
101
101
  ngOnDestroy() {
102
102
  super.ngOnDestroy();
103
103
  }
104
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MatNestedTreeNode, deps: [{ token: i0.ElementRef }, { token: i1.CdkTree }, { token: i0.IterableDiffers }, { token: 'tabindex', attribute: true }], target: i0.ɵɵFactoryTarget.Directive }); }
105
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.1.1", type: MatNestedTreeNode, isStandalone: true, selector: "mat-nested-tree-node", inputs: { node: ["matNestedTreeNode", "node"], disabled: ["disabled", "disabled", booleanAttribute], tabIndex: "tabIndex" }, host: { classAttribute: "mat-nested-tree-node" }, providers: [
104
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: MatNestedTreeNode, deps: [{ token: i0.ElementRef }, { token: i1.CdkTree }, { token: i0.IterableDiffers }, { token: 'tabindex', attribute: true }], target: i0.ɵɵFactoryTarget.Directive }); }
105
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.2.0", type: MatNestedTreeNode, isStandalone: true, selector: "mat-nested-tree-node", inputs: { node: ["matNestedTreeNode", "node"], disabled: ["disabled", "disabled", booleanAttribute], tabIndex: "tabIndex" }, host: { classAttribute: "mat-nested-tree-node" }, providers: [
106
106
  { provide: CdkNestedTreeNode, useExisting: MatNestedTreeNode },
107
107
  { provide: CdkTreeNode, useExisting: MatNestedTreeNode },
108
108
  { provide: CDK_TREE_NODE_OUTLET_NODE, useExisting: MatNestedTreeNode },
109
109
  ], exportAs: ["matNestedTreeNode"], usesInheritance: true, ngImport: i0 }); }
110
110
  }
111
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MatNestedTreeNode, decorators: [{
111
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: MatNestedTreeNode, decorators: [{
112
112
  type: Directive,
113
113
  args: [{
114
114
  selector: 'mat-nested-tree-node',
@@ -154,10 +154,10 @@ class MatTreeNodePadding extends CdkTreeNodePadding {
154
154
  set indent(indent) {
155
155
  this._setIndentInput(indent);
156
156
  }
157
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MatTreeNodePadding, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
158
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.1.1", type: MatTreeNodePadding, isStandalone: true, selector: "[matTreeNodePadding]", inputs: { level: ["matTreeNodePadding", "level", numberAttribute], indent: ["matTreeNodePaddingIndent", "indent"] }, providers: [{ provide: CdkTreeNodePadding, useExisting: MatTreeNodePadding }], usesInheritance: true, ngImport: i0 }); }
157
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: MatTreeNodePadding, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
158
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.2.0", type: MatTreeNodePadding, isStandalone: true, selector: "[matTreeNodePadding]", inputs: { level: ["matTreeNodePadding", "level", numberAttribute], indent: ["matTreeNodePaddingIndent", "indent"] }, providers: [{ provide: CdkTreeNodePadding, useExisting: MatTreeNodePadding }], usesInheritance: true, ngImport: i0 }); }
159
159
  }
160
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MatTreeNodePadding, decorators: [{
160
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: MatTreeNodePadding, decorators: [{
161
161
  type: Directive,
162
162
  args: [{
163
163
  selector: '[matTreeNodePadding]',
@@ -181,15 +181,15 @@ class MatTreeNodeOutlet {
181
181
  this.viewContainer = viewContainer;
182
182
  this._node = _node;
183
183
  }
184
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MatTreeNodeOutlet, deps: [{ token: i0.ViewContainerRef }, { token: CDK_TREE_NODE_OUTLET_NODE, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
185
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: MatTreeNodeOutlet, isStandalone: true, selector: "[matTreeNodeOutlet]", providers: [
184
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: MatTreeNodeOutlet, deps: [{ token: i0.ViewContainerRef }, { token: CDK_TREE_NODE_OUTLET_NODE, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
185
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.0", type: MatTreeNodeOutlet, isStandalone: true, selector: "[matTreeNodeOutlet]", providers: [
186
186
  {
187
187
  provide: CdkTreeNodeOutlet,
188
188
  useExisting: MatTreeNodeOutlet,
189
189
  },
190
190
  ], ngImport: i0 }); }
191
191
  }
192
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MatTreeNodeOutlet, decorators: [{
192
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: MatTreeNodeOutlet, decorators: [{
193
193
  type: Directive,
194
194
  args: [{
195
195
  selector: '[matTreeNodeOutlet]',
@@ -218,10 +218,10 @@ class MatTree extends CdkTree {
218
218
  // We need an initializer here to avoid a TS error. The value will be set in `ngAfterViewInit`.
219
219
  this._nodeOutlet = undefined;
220
220
  }
221
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MatTree, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
222
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.1", type: MatTree, isStandalone: true, selector: "mat-tree", host: { attributes: { "role": "tree" }, classAttribute: "mat-tree" }, providers: [{ provide: CdkTree, useExisting: MatTree }], viewQueries: [{ propertyName: "_nodeOutlet", first: true, predicate: MatTreeNodeOutlet, descendants: true, static: true }], exportAs: ["matTree"], usesInheritance: true, ngImport: i0, template: `<ng-container matTreeNodeOutlet></ng-container>`, isInline: true, styles: [".mat-tree{display:block;background-color:var(--mat-tree-container-background-color)}.mat-tree-node,.mat-nested-tree-node{color:var(--mat-tree-node-text-color);font-family:var(--mat-tree-node-text-font);font-size:var(--mat-tree-node-text-size);font-weight:var(--mat-tree-node-text-weight)}.mat-tree-node{display:flex;align-items:center;flex:1;word-wrap:break-word;min-height:var(--mat-tree-node-min-height)}.mat-nested-tree-node{border-bottom-width:0}"], dependencies: [{ kind: "directive", type: MatTreeNodeOutlet, selector: "[matTreeNodeOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
221
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: MatTree, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
222
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.0", type: MatTree, isStandalone: true, selector: "mat-tree", host: { attributes: { "role": "tree" }, classAttribute: "mat-tree" }, providers: [{ provide: CdkTree, useExisting: MatTree }], viewQueries: [{ propertyName: "_nodeOutlet", first: true, predicate: MatTreeNodeOutlet, descendants: true, static: true }], exportAs: ["matTree"], usesInheritance: true, ngImport: i0, template: `<ng-container matTreeNodeOutlet></ng-container>`, isInline: true, styles: [".mat-tree{display:block;background-color:var(--mat-tree-container-background-color)}.mat-tree-node,.mat-nested-tree-node{color:var(--mat-tree-node-text-color);font-family:var(--mat-tree-node-text-font);font-size:var(--mat-tree-node-text-size);font-weight:var(--mat-tree-node-text-weight)}.mat-tree-node{display:flex;align-items:center;flex:1;word-wrap:break-word;min-height:var(--mat-tree-node-min-height)}.mat-nested-tree-node{border-bottom-width:0}"], dependencies: [{ kind: "directive", type: MatTreeNodeOutlet, selector: "[matTreeNodeOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
223
223
  }
224
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MatTree, decorators: [{
224
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: MatTree, decorators: [{
225
225
  type: Component,
226
226
  args: [{ selector: 'mat-tree', exportAs: 'matTree', template: `<ng-container matTreeNodeOutlet></ng-container>`, host: {
227
227
  'class': 'mat-tree',
@@ -236,10 +236,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImpor
236
236
  * Wrapper for the CdkTree's toggle with Material design styles.
237
237
  */
238
238
  class MatTreeNodeToggle extends CdkTreeNodeToggle {
239
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MatTreeNodeToggle, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
240
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: MatTreeNodeToggle, isStandalone: true, selector: "[matTreeNodeToggle]", inputs: { recursive: ["matTreeNodeToggleRecursive", "recursive"] }, providers: [{ provide: CdkTreeNodeToggle, useExisting: MatTreeNodeToggle }], usesInheritance: true, ngImport: i0 }); }
239
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: MatTreeNodeToggle, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
240
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.0", type: MatTreeNodeToggle, isStandalone: true, selector: "[matTreeNodeToggle]", inputs: { recursive: ["matTreeNodeToggleRecursive", "recursive"] }, providers: [{ provide: CdkTreeNodeToggle, useExisting: MatTreeNodeToggle }], usesInheritance: true, ngImport: i0 }); }
241
241
  }
242
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MatTreeNodeToggle, decorators: [{
242
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: MatTreeNodeToggle, decorators: [{
243
243
  type: Directive,
244
244
  args: [{
245
245
  selector: '[matTreeNodeToggle]',
@@ -259,8 +259,8 @@ const MAT_TREE_DIRECTIVES = [
259
259
  MatTreeNodeOutlet,
260
260
  ];
261
261
  class MatTreeModule {
262
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MatTreeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
263
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.1", ngImport: i0, type: MatTreeModule, imports: [CdkTreeModule, MatCommonModule, MatNestedTreeNode,
262
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: MatTreeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
263
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: MatTreeModule, imports: [CdkTreeModule, MatCommonModule, MatNestedTreeNode,
264
264
  MatTreeNodeDef,
265
265
  MatTreeNodePadding,
266
266
  MatTreeNodeToggle,
@@ -273,9 +273,9 @@ class MatTreeModule {
273
273
  MatTree,
274
274
  MatTreeNode,
275
275
  MatTreeNodeOutlet] }); }
276
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MatTreeModule, imports: [CdkTreeModule, MatCommonModule, MatCommonModule] }); }
276
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: MatTreeModule, imports: [CdkTreeModule, MatCommonModule, MatCommonModule] }); }
277
277
  }
278
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MatTreeModule, decorators: [{
278
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: MatTreeModule, decorators: [{
279
279
  type: NgModule,
280
280
  args: [{
281
281
  imports: [CdkTreeModule, MatCommonModule, ...MAT_TREE_DIRECTIVES],
@@ -5,6 +5,7 @@
5
5
  @use '../core/tokens/m2/mat/form-field' as tokens-mat-form-field;
6
6
  @use '../core/theming/theming';
7
7
  @use '../core/theming/inspection';
8
+ @use '../core/theming/validation';
8
9
  @use '../core/typography/typography';
9
10
  @use '../core/style/sass-utils';
10
11
  @use '../core/tokens/token-utils';
@@ -128,6 +129,8 @@
128
129
  }
129
130
 
130
131
  @mixin _theme-from-tokens($tokens, $options...) {
132
+ @include validation.selector-defined(
133
+ 'Calls to Angular Material theme mixins with an M3 theme must be wrapped in a selector');
131
134
  $mdc-filled-text-field-tokens:
132
135
  token-utils.get-tokens-for($tokens, tokens-mdc-filled-text-field.$prefix, $options...);
133
136
  $mdc-outlined-text-field-tokens:
@@ -1,6 +1,7 @@
1
1
  @use 'sass:map';
2
2
  @use '../core/theming/theming';
3
3
  @use '../core/theming/inspection';
4
+ @use '../core/theming/validation';
4
5
  @use '../core/typography/typography';
5
6
  @use '../core/tokens/m2/mat/grid-list' as tokens-mat-grid-list;
6
7
  @use '../core/style/sass-utils';
@@ -61,6 +62,8 @@
61
62
  }
62
63
 
63
64
  @mixin _theme-from-tokens($tokens) {
65
+ @include validation.selector-defined(
66
+ 'Calls to Angular Material theme mixins with an M3 theme must be wrapped in a selector');
64
67
  @if ($tokens != ()) {
65
68
  @include token-utils.create-token-values(
66
69
  tokens-mat-grid-list.$prefix, map.get($tokens, tokens-mat-grid-list.$prefix));
@@ -1,5 +1,6 @@
1
1
  @use '../core/theming/theming';
2
2
  @use '../core/theming/inspection';
3
+ @use '../core/theming/validation';
3
4
  @use '../core/tokens/m2/mat/icon' as tokens-mat-icon;
4
5
  @use '../core/tokens/token-utils';
5
6
  @use '../core/style/sass-utils';
@@ -95,6 +96,8 @@
95
96
  }
96
97
 
97
98
  @mixin _theme-from-tokens($tokens, $options...) {
99
+ @include validation.selector-defined(
100
+ 'Calls to Angular Material theme mixins with an M3 theme must be wrapped in a selector');
98
101
  $mat-icon-tokens: token-utils.get-tokens-for($tokens, tokens-mat-icon.$prefix, $options...);
99
102
  @include token-utils.create-token-values(tokens-mat-icon.$prefix, $mat-icon-tokens);
100
103
  }
@@ -1,5 +1,6 @@
1
1
  @use '../core/theming/theming';
2
2
  @use '../core/theming/inspection';
3
+ @use '../core/theming/validation';
3
4
  @use '../core/typography/typography';
4
5
 
5
6
  @mixin base($theme) {
@@ -50,4 +51,7 @@
50
51
  }
51
52
  }
52
53
 
53
- @mixin _theme-from-tokens($tokens) {}
54
+ @mixin _theme-from-tokens($tokens) {
55
+ @include validation.selector-defined(
56
+ 'Calls to Angular Material theme mixins with an M3 theme must be wrapped in a selector');
57
+ }
@@ -7,9 +7,12 @@
7
7
  @use '../core/style/sass-utils';
8
8
  @use '../core/theming/theming';
9
9
  @use '../core/theming/inspection';
10
+ @use '../core/theming/validation';
11
+ @use '../core/tokens/m2/mat/list' as tokens-mat-list;
10
12
  @use '../core/tokens/m2/mdc/checkbox' as tokens-mdc-checkbox;
11
13
  @use '../core/tokens/m2/mdc/radio' as tokens-mdc-radio;
12
14
  @use '../core/tokens/m2/mdc/list' as tokens-mdc-list;
15
+ @use '../core/tokens/token-utils';
13
16
  @use '../core/typography/typography';
14
17
 
15
18
  @mixin base($theme) {
@@ -20,6 +23,8 @@
20
23
  @else {
21
24
  @include sass-utils.current-selector-or-root() {
22
25
  @include mdc-list-theme.theme(tokens-mdc-list.get-unthemable-tokens());
26
+ @include token-utils.create-token-values(
27
+ tokens-mat-list.$prefix, tokens-mat-list.get-unthemable-tokens());
23
28
  }
24
29
  }
25
30
  }
@@ -34,6 +39,8 @@
34
39
  // Add values for MDC list tokens.
35
40
  @include sass-utils.current-selector-or-root() {
36
41
  @include mdc-list-theme.theme($mdc-list-color-tokens);
42
+ @include token-utils.create-token-values(
43
+ tokens-mat-list.$prefix, tokens-mat-list.get-color-tokens($theme));
37
44
  }
38
45
 
39
46
  .mdc-list-item__start,
@@ -96,6 +103,8 @@
96
103
  // Add values for MDC list tokens.
97
104
  @include sass-utils.current-selector-or-root() {
98
105
  @include mdc-list-theme.theme($mdc-list-density-tokens);
106
+ @include token-utils.create-token-values(
107
+ tokens-mat-list.$prefix, tokens-mat-list.get-density-tokens($theme));
99
108
  }
100
109
 
101
110
  .mdc-list-item__start,
@@ -146,6 +155,8 @@
146
155
  // Add values for MDC list tokens.
147
156
  @include sass-utils.current-selector-or-root() {
148
157
  @include mdc-list-theme.theme($mdc-list-typography-tokens);
158
+ @include token-utils.create-token-values(
159
+ tokens-mat-list.$prefix, tokens-mat-list.get-typography-tokens($theme));
149
160
  }
150
161
 
151
162
  // MDC does not have tokens for the subheader.
@@ -178,7 +189,10 @@
178
189
  }
179
190
 
180
191
  @mixin _theme-from-tokens($tokens) {
181
- @if ($tokens != ()) {
182
- @include mdc-list-theme.theme(map.get($tokens, tokens-mdc-list.$prefix));
183
- }
192
+ @include validation.selector-defined(
193
+ 'Calls to Angular Material theme mixins with an M3 theme must be wrapped in a selector');
194
+ @include mdc-list-theme.theme(token-utils.get-tokens-for($tokens, tokens-mdc-list.$prefix));
195
+
196
+ $mat-list-tokens: token-utils.get-tokens-for($tokens, tokens-mat-list.$prefix);
197
+ @include token-utils.create-token-values(tokens-mat-list.$prefix, $mat-list-tokens);
184
198
  }
@@ -4,6 +4,7 @@
4
4
  @use '../core/tokens/token-utils';
5
5
  @use '../core/theming/theming';
6
6
  @use '../core/theming/inspection';
7
+ @use '../core/theming/validation';
7
8
  @use '../core/typography/typography';
8
9
 
9
10
  @mixin base($theme) {
@@ -70,6 +71,8 @@
70
71
  }
71
72
 
72
73
  @mixin _theme-from-tokens($tokens) {
74
+ @include validation.selector-defined(
75
+ 'Calls to Angular Material theme mixins with an M3 theme must be wrapped in a selector');
73
76
  @if ($tokens != ()) {
74
77
  @include token-utils.create-token-values(
75
78
  tokens-mat-menu.$prefix, map.get($tokens, tokens-mat-menu.$prefix));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/material",
3
- "version": "17.2.0-next.1",
3
+ "version": "17.2.0",
4
4
  "description": "Angular Material",
5
5
  "repository": {
6
6
  "type": "git",
@@ -477,12 +477,12 @@
477
477
  }
478
478
  },
479
479
  "peerDependencies": {
480
- "@angular/animations": "^17.0.0-0 || ^17.1.0-0 || ^17.2.0-0 || ^17.3.0-0 || ^18.0.0-0",
481
- "@angular/cdk": "17.2.0-next.1",
482
- "@angular/core": "^17.0.0-0 || ^17.1.0-0 || ^17.2.0-0 || ^17.3.0-0 || ^18.0.0-0",
483
- "@angular/common": "^17.0.0-0 || ^17.1.0-0 || ^17.2.0-0 || ^17.3.0-0 || ^18.0.0-0",
484
- "@angular/forms": "^17.0.0-0 || ^17.1.0-0 || ^17.2.0-0 || ^17.3.0-0 || ^18.0.0-0",
485
- "@angular/platform-browser": "^17.0.0-0 || ^17.1.0-0 || ^17.2.0-0 || ^17.3.0-0 || ^18.0.0-0",
480
+ "@angular/animations": "^17.0.0 || ^18.0.0",
481
+ "@angular/cdk": "17.2.0",
482
+ "@angular/core": "^17.0.0 || ^18.0.0",
483
+ "@angular/common": "^17.0.0 || ^18.0.0",
484
+ "@angular/forms": "^17.0.0 || ^18.0.0",
485
+ "@angular/platform-browser": "^17.0.0 || ^18.0.0",
486
486
  "rxjs": "^6.5.3 || ^7.4.0"
487
487
  },
488
488
  "dependencies": {
@@ -1,11 +1,11 @@
1
1
  @use 'sass:map';
2
2
  @use 'sass:meta';
3
3
  @use '../core/tokens/m2/mat/paginator' as tokens-mat-paginator;
4
- @use '../form-field/form-field-theme';
5
4
  @use '../core/style/sass-utils';
6
5
  @use '../core/typography/typography';
7
6
  @use '../core/theming/theming';
8
7
  @use '../core/theming/inspection';
8
+ @use '../core/theming/validation';
9
9
  @use '../core/tokens/token-utils';
10
10
 
11
11
  @mixin base($theme) {
@@ -53,12 +53,6 @@
53
53
  tokens-mat-paginator.get-density-tokens($theme));
54
54
  }
55
55
  }
56
-
57
- // We need the form field to be narrower in order to fit into the paginator,
58
- // so we set its density to be -4 or denser.
59
- .mat-mdc-paginator {
60
- @include form-field-theme.density((density: $form-field-density));
61
- }
62
56
  }
63
57
 
64
58
  @mixin theme($theme) {
@@ -82,6 +76,8 @@
82
76
  }
83
77
 
84
78
  @mixin _theme-from-tokens($tokens) {
79
+ @include validation.selector-defined(
80
+ 'Calls to Angular Material theme mixins with an M3 theme must be wrapped in a selector');
85
81
  @if ($tokens != ()) {
86
82
  @include token-utils.create-token-values(
87
83
  tokens-mat-paginator.$prefix, map.get($tokens, tokens-mat-paginator.$prefix));