|
9 | 9 | export * from './option/index';
|
10 | 10 |
|
11 | 11 | export {
|
| 12 | + /** |
| 13 | + * @deprecated Use `VERSION` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 14 | + * @breaking-change 17.0.0 |
| 15 | + */ |
12 | 16 | VERSION,
|
| 17 | + |
| 18 | + /** |
| 19 | + * @deprecated Use `AnimationCurves` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 20 | + * @breaking-change 17.0.0 |
| 21 | + */ |
13 | 22 | AnimationCurves,
|
| 23 | + |
| 24 | + /** |
| 25 | + * @deprecated Use `AnimationDurations` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 26 | + * @breaking-change 17.0.0 |
| 27 | + */ |
14 | 28 | AnimationDurations,
|
| 29 | + |
| 30 | + /** |
| 31 | + * @deprecated Use `MatCommonModule` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 32 | + * @breaking-change 17.0.0 |
| 33 | + */ |
15 | 34 | MatCommonModule as MatLegacyCommonModule,
|
| 35 | + |
| 36 | + /** |
| 37 | + * @deprecated Use `MATERIAL_SANITY_CHECKS` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 38 | + * @breaking-change 17.0.0 |
| 39 | + */ |
16 | 40 | MATERIAL_SANITY_CHECKS,
|
| 41 | + |
| 42 | + /** |
| 43 | + * @deprecated Use `SanityChecks` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 44 | + * @breaking-change 17.0.0 |
| 45 | + */ |
17 | 46 | SanityChecks,
|
| 47 | + |
| 48 | + /** |
| 49 | + * @deprecated Use `GranularSanityChecks` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 50 | + * @breaking-change 17.0.0 |
| 51 | + */ |
18 | 52 | GranularSanityChecks,
|
| 53 | + |
| 54 | + /** |
| 55 | + * @deprecated Use `CanDisable` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 56 | + * @breaking-change 17.0.0 |
| 57 | + */ |
19 | 58 | CanDisable,
|
| 59 | + |
| 60 | + /** |
| 61 | + * @deprecated Use `mixinDisabled` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 62 | + * @breaking-change 17.0.0 |
| 63 | + */ |
20 | 64 | mixinDisabled,
|
| 65 | + |
| 66 | + /** |
| 67 | + * @deprecated Use `CanColor` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 68 | + * @breaking-change 17.0.0 |
| 69 | + */ |
21 | 70 | CanColor,
|
| 71 | + |
| 72 | + /** |
| 73 | + * @deprecated Use `mixinColor` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 74 | + * @breaking-change 17.0.0 |
| 75 | + */ |
22 | 76 | mixinColor,
|
| 77 | + |
| 78 | + /** |
| 79 | + * @deprecated Use `ThemePalette` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 80 | + * @breaking-change 17.0.0 |
| 81 | + */ |
23 | 82 | ThemePalette,
|
| 83 | + |
| 84 | + /** |
| 85 | + * @deprecated Use `CanDisableRipple` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 86 | + * @breaking-change 17.0.0 |
| 87 | + */ |
24 | 88 | CanDisableRipple,
|
| 89 | + |
| 90 | + /** |
| 91 | + * @deprecated Use `mixinDisableRipple` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 92 | + * @breaking-change 17.0.0 |
| 93 | + */ |
25 | 94 | mixinDisableRipple,
|
| 95 | + |
| 96 | + /** |
| 97 | + * @deprecated Use `HasTabIndex` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 98 | + * @breaking-change 17.0.0 |
| 99 | + */ |
26 | 100 | HasTabIndex,
|
| 101 | + |
| 102 | + /** |
| 103 | + * @deprecated Use `mixinTabIndex` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 104 | + * @breaking-change 17.0.0 |
| 105 | + */ |
27 | 106 | mixinTabIndex,
|
| 107 | + |
| 108 | + /** |
| 109 | + * @deprecated Use `CanUpdateErrorState` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 110 | + * @breaking-change 17.0.0 |
| 111 | + */ |
28 | 112 | CanUpdateErrorState,
|
| 113 | + |
| 114 | + /** |
| 115 | + * @deprecated Use `mixinErrorState` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 116 | + * @breaking-change 17.0.0 |
| 117 | + */ |
29 | 118 | mixinErrorState,
|
| 119 | + |
| 120 | + /** |
| 121 | + * @deprecated Use `HasInitialized` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 122 | + * @breaking-change 17.0.0 |
| 123 | + */ |
30 | 124 | HasInitialized,
|
| 125 | + |
| 126 | + /** |
| 127 | + * @deprecated Use `mixinInitialized` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 128 | + * @breaking-change 17.0.0 |
| 129 | + */ |
31 | 130 | mixinInitialized,
|
| 131 | + |
| 132 | + /** |
| 133 | + * @deprecated Use `MAT_DATE_LOCALE` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 134 | + * @breaking-change 17.0.0 |
| 135 | + */ |
32 | 136 | MAT_DATE_LOCALE,
|
| 137 | + |
| 138 | + /** |
| 139 | + * @deprecated Use `MAT_DATE_LOCALE_FACTORY` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 140 | + * @breaking-change 17.0.0 |
| 141 | + */ |
33 | 142 | MAT_DATE_LOCALE_FACTORY,
|
| 143 | + |
| 144 | + /** |
| 145 | + * @deprecated Use `DateAdapter` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 146 | + * @breaking-change 17.0.0 |
| 147 | + */ |
34 | 148 | DateAdapter,
|
| 149 | + |
| 150 | + /** |
| 151 | + * @deprecated Use `MatDateFormats` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 152 | + * @breaking-change 17.0.0 |
| 153 | + */ |
35 | 154 | MatDateFormats as MatLegacyDateFormats,
|
| 155 | + |
| 156 | + /** |
| 157 | + * @deprecated Use `MAT_DATE_FORMATS` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 158 | + * @breaking-change 17.0.0 |
| 159 | + */ |
36 | 160 | MAT_DATE_FORMATS,
|
| 161 | + |
| 162 | + /** |
| 163 | + * @deprecated Use `NativeDateAdapter` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 164 | + * @breaking-change 17.0.0 |
| 165 | + */ |
37 | 166 | NativeDateAdapter,
|
| 167 | + |
| 168 | + /** |
| 169 | + * @deprecated Use `MAT_NATIVE_DATE_FORMATS` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 170 | + * @breaking-change 17.0.0 |
| 171 | + */ |
38 | 172 | MAT_NATIVE_DATE_FORMATS,
|
| 173 | + |
| 174 | + /** |
| 175 | + * @deprecated Use `NativeDateModule` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 176 | + * @breaking-change 17.0.0 |
| 177 | + */ |
39 | 178 | NativeDateModule,
|
| 179 | + |
| 180 | + /** |
| 181 | + * @deprecated Use `MatNativeDateModule` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 182 | + * @breaking-change 17.0.0 |
| 183 | + */ |
40 | 184 | MatNativeDateModule as MatLegacyNativeDateModule,
|
| 185 | + |
| 186 | + /** |
| 187 | + * @deprecated Use `ShowOnDirtyErrorStateMatcher` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 188 | + * @breaking-change 17.0.0 |
| 189 | + */ |
41 | 190 | ShowOnDirtyErrorStateMatcher,
|
| 191 | + |
| 192 | + /** |
| 193 | + * @deprecated Use `ErrorStateMatcher` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 194 | + * @breaking-change 17.0.0 |
| 195 | + */ |
42 | 196 | ErrorStateMatcher,
|
| 197 | + |
| 198 | + /** |
| 199 | + * @deprecated Use `MatLine` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 200 | + * @breaking-change 17.0.0 |
| 201 | + */ |
43 | 202 | MatLine,
|
| 203 | + |
| 204 | + /** |
| 205 | + * @deprecated Use `setLines` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 206 | + * @breaking-change 17.0.0 |
| 207 | + */ |
44 | 208 | setLines,
|
| 209 | + |
| 210 | + /** |
| 211 | + * @deprecated Use `MatLineModule` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 212 | + * @breaking-change 17.0.0 |
| 213 | + */ |
45 | 214 | MatLineModule as MatLegacyLineModule,
|
| 215 | + |
| 216 | + /** |
| 217 | + * @deprecated Use `RippleGlobalOptions` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 218 | + * @breaking-change 17.0.0 |
| 219 | + */ |
46 | 220 | RippleGlobalOptions,
|
| 221 | + |
| 222 | + /** |
| 223 | + * @deprecated Use `MAT_RIPPLE_GLOBAL_OPTIONS` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 224 | + * @breaking-change 17.0.0 |
| 225 | + */ |
47 | 226 | MAT_RIPPLE_GLOBAL_OPTIONS,
|
| 227 | + |
| 228 | + /** |
| 229 | + * @deprecated Use `MatRipple` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 230 | + * @breaking-change 17.0.0 |
| 231 | + */ |
48 | 232 | MatRipple as MatLegacyRipple,
|
| 233 | + |
| 234 | + /** |
| 235 | + * @deprecated Use `RippleState` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 236 | + * @breaking-change 17.0.0 |
| 237 | + */ |
49 | 238 | RippleState,
|
| 239 | + |
| 240 | + /** |
| 241 | + * @deprecated Use `RippleConfig` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 242 | + * @breaking-change 17.0.0 |
| 243 | + */ |
50 | 244 | RippleConfig,
|
| 245 | + |
| 246 | + /** |
| 247 | + * @deprecated Use `RippleAnimationConfig` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 248 | + * @breaking-change 17.0.0 |
| 249 | + */ |
51 | 250 | RippleAnimationConfig,
|
| 251 | + |
| 252 | + /** |
| 253 | + * @deprecated Use `RippleRef` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 254 | + * @breaking-change 17.0.0 |
| 255 | + */ |
52 | 256 | RippleRef,
|
| 257 | + |
| 258 | + /** |
| 259 | + * @deprecated Use `RippleTarget` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 260 | + * @breaking-change 17.0.0 |
| 261 | + */ |
53 | 262 | RippleTarget,
|
| 263 | + |
| 264 | + /** |
| 265 | + * @deprecated Use `defaultRippleAnimationConfig` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 266 | + * @breaking-change 17.0.0 |
| 267 | + */ |
54 | 268 | defaultRippleAnimationConfig,
|
| 269 | + |
| 270 | + /** |
| 271 | + * @deprecated Use `RippleRenderer` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 272 | + * @breaking-change 17.0.0 |
| 273 | + */ |
55 | 274 | RippleRenderer,
|
| 275 | + |
| 276 | + /** |
| 277 | + * @deprecated Use `MatRippleModule` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 278 | + * @breaking-change 17.0.0 |
| 279 | + */ |
56 | 280 | MatRippleModule as MatLegacyRippleModule,
|
| 281 | + |
| 282 | + /** |
| 283 | + * @deprecated Use `MatPseudoCheckboxState` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 284 | + * @breaking-change 17.0.0 |
| 285 | + */ |
57 | 286 | MatPseudoCheckboxState as MatLegacyPseudoCheckboxState,
|
| 287 | + |
| 288 | + /** |
| 289 | + * @deprecated Use `MatPseudoCheckbox` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 290 | + * @breaking-change 17.0.0 |
| 291 | + */ |
58 | 292 | MatPseudoCheckbox as MatLegacyPseudoCheckbox,
|
| 293 | + |
| 294 | + /** |
| 295 | + * @deprecated Use `MatPseudoCheckboxModule` from `@angular/material/core` instead. See https://material.angular.io/guide/mdc-migration for information about migrating. |
| 296 | + * @breaking-change 17.0.0 |
| 297 | + */ |
59 | 298 | MatPseudoCheckboxModule as MatLegacyPseudoCheckboxModule,
|
60 | 299 | } from '@angular/material/core';
|
0 commit comments