@angular/material 10.2.3 → 10.2.7
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.
- package/_theming.scss +69 -69
- package/autocomplete/index.metadata.json +1 -1
- package/bottom-sheet/bottom-sheet.d.ts +12 -0
- package/bundles/material-autocomplete.umd.js +4 -3
- package/bundles/material-autocomplete.umd.js.map +1 -1
- package/bundles/material-autocomplete.umd.min.js +1 -1
- package/bundles/material-autocomplete.umd.min.js.map +1 -1
- package/bundles/material-bottom-sheet.umd.js.map +1 -1
- package/bundles/material-button.umd.js +2 -2
- package/bundles/material-button.umd.min.js +1 -1
- package/bundles/material-button.umd.min.js.map +1 -1
- package/bundles/material-chips-testing.umd.js +22 -4
- package/bundles/material-chips-testing.umd.js.map +1 -1
- package/bundles/material-chips-testing.umd.min.js.map +1 -1
- package/bundles/material-core.umd.js +13 -10
- package/bundles/material-core.umd.js.map +1 -1
- package/bundles/material-core.umd.min.js +7 -7
- package/bundles/material-core.umd.min.js.map +1 -1
- package/bundles/material-datepicker.umd.js +36 -0
- package/bundles/material-datepicker.umd.js.map +1 -1
- package/bundles/material-datepicker.umd.min.js +1 -1
- package/bundles/material-datepicker.umd.min.js.map +1 -1
- package/bundles/material-dialog.umd.js +1 -8
- package/bundles/material-dialog.umd.js.map +1 -1
- package/bundles/material-dialog.umd.min.js.map +1 -1
- package/bundles/material-form-field.umd.js +2 -2
- package/bundles/material-form-field.umd.js.map +1 -1
- package/bundles/material-form-field.umd.min.js +2 -2
- package/bundles/material-form-field.umd.min.js.map +1 -1
- package/bundles/material-icon.umd.js +50 -36
- package/bundles/material-icon.umd.js.map +1 -1
- package/bundles/material-icon.umd.min.js +2 -2
- package/bundles/material-icon.umd.min.js.map +1 -1
- package/bundles/material-list-testing.umd.js +5 -3
- package/bundles/material-list-testing.umd.js.map +1 -1
- package/bundles/material-list-testing.umd.min.js +1 -1
- package/bundles/material-list-testing.umd.min.js.map +1 -1
- package/bundles/material-list.umd.js +21 -11
- package/bundles/material-list.umd.js.map +1 -1
- package/bundles/material-list.umd.min.js +1 -1
- package/bundles/material-list.umd.min.js.map +1 -1
- package/bundles/material-menu.umd.js +14 -16
- package/bundles/material-menu.umd.js.map +1 -1
- package/bundles/material-menu.umd.min.js +3 -3
- package/bundles/material-menu.umd.min.js.map +1 -1
- package/bundles/material-tabs.umd.js +7 -3
- package/bundles/material-tabs.umd.js.map +1 -1
- package/bundles/material-tabs.umd.min.js +3 -3
- package/bundles/material-tabs.umd.min.js.map +1 -1
- package/bundles/material-tooltip.umd.js +3 -1
- package/bundles/material-tooltip.umd.js.map +1 -1
- package/bundles/material-tooltip.umd.min.js +1 -1
- package/bundles/material-tooltip.umd.min.js.map +1 -1
- package/button/_button-theme.scss +1 -1
- package/button/index.metadata.json +1 -1
- package/checkbox/_checkbox-theme.scss +1 -1
- package/chips/_chips-theme.scss +1 -1
- package/chips/testing/chip-harness-filters.d.ts +5 -1
- package/chips/testing/chip-harness.d.ts +20 -4
- package/chips/testing/chip-list-harness.d.ts +2 -0
- package/core/density/_index.scss +6 -6
- package/core/focus-indicators/_focus-indicators.scss +1 -1
- package/core/index.metadata.json +1 -1
- package/core/ripple/_ripple.scss +2 -2
- package/core/theming/_check-duplicate-styles.scss +6 -6
- package/core/theming/_palette.scss +16 -16
- package/core/theming/_theming.scss +33 -33
- package/datepicker/date-range-input-parts.d.ts +6 -2
- package/datepicker/index.metadata.json +1 -1
- package/dialog/dialog.d.ts +10 -3
- package/dialog/index.metadata.json +1 -1
- package/esm2015/autocomplete/autocomplete-trigger.js +6 -5
- package/esm2015/bottom-sheet/bottom-sheet.js +1 -1
- package/esm2015/button/button.js +2 -2
- package/esm2015/chips/testing/chip-harness-filters.js +1 -1
- package/esm2015/chips/testing/chip-harness.js +21 -5
- package/esm2015/chips/testing/chip-list-harness.js +3 -1
- package/esm2015/core/common-behaviors/common-module.js +1 -1
- package/esm2015/core/datetime/native-date-adapter.js +12 -9
- package/esm2015/core/version.js +1 -1
- package/esm2015/datepicker/date-range-input-parts.js +37 -1
- package/esm2015/dialog/dialog-animations.js +2 -2
- package/esm2015/dialog/dialog.js +1 -8
- package/esm2015/form-field/form-field.js +1 -1
- package/esm2015/form-field/hint.js +2 -2
- package/esm2015/icon/icon.js +46 -36
- package/esm2015/list/selection-list.js +22 -12
- package/esm2015/list/testing/list-item-harness-base.js +6 -4
- package/esm2015/menu/menu-item.js +15 -17
- package/esm2015/tabs/tab-content.js +3 -2
- package/esm2015/tabs/tab-nav-bar/tab-nav-bar.js +9 -6
- package/esm2015/tooltip/tooltip.js +4 -2
- package/fesm2015/autocomplete.js +5 -4
- package/fesm2015/autocomplete.js.map +1 -1
- package/fesm2015/bottom-sheet.js.map +1 -1
- package/fesm2015/button.js +2 -2
- package/fesm2015/chips/testing.js +22 -4
- package/fesm2015/chips/testing.js.map +1 -1
- package/fesm2015/core.js +13 -10
- package/fesm2015/core.js.map +1 -1
- package/fesm2015/datepicker.js +36 -0
- package/fesm2015/datepicker.js.map +1 -1
- package/fesm2015/dialog.js +1 -8
- package/fesm2015/dialog.js.map +1 -1
- package/fesm2015/form-field.js +2 -2
- package/fesm2015/form-field.js.map +1 -1
- package/fesm2015/icon.js +45 -35
- package/fesm2015/icon.js.map +1 -1
- package/fesm2015/list/testing.js +5 -3
- package/fesm2015/list/testing.js.map +1 -1
- package/fesm2015/list.js +21 -11
- package/fesm2015/list.js.map +1 -1
- package/fesm2015/menu.js +14 -16
- package/fesm2015/menu.js.map +1 -1
- package/fesm2015/tabs.js +7 -3
- package/fesm2015/tabs.js.map +1 -1
- package/fesm2015/tooltip.js +3 -1
- package/fesm2015/tooltip.js.map +1 -1
- package/form-field/index.metadata.json +1 -1
- package/icon/icon.d.ts +7 -4
- package/icon/index.metadata.json +1 -1
- package/list/index.metadata.json +1 -1
- package/list/selection-list.d.ts +16 -4
- package/menu/index.metadata.json +1 -1
- package/menu/menu-item.d.ts +6 -2
- package/package.json +2 -2
- package/radio/_radio-theme.scss +1 -1
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-update/data/css-selectors.d.ts +6 -3
- package/schematics/ng-update/data/css-selectors.js +2 -2
- package/schematics/ng-update/data/input-names.js +10 -10
- package/schematics/ng-update/data/output-names.js +10 -10
- package/schematics/ng-update/data/property-names.js +24 -24
- package/slide-toggle/_slide-toggle-theme.scss +1 -1
- package/tabs/index.metadata.json +1 -1
- package/tabs/tab-content.d.ts +3 -2
- package/tabs/tab-nav-bar/tab-nav-bar.d.ts +8 -5
- package/tooltip/index.metadata.json +1 -1
package/fesm2015/datepicker.js
CHANGED
|
@@ -2926,6 +2926,24 @@ class MatStartDate extends _MatDateRangeInputBase {
|
|
|
2926
2926
|
return event.source !== this._rangeInput._endInput;
|
|
2927
2927
|
};
|
|
2928
2928
|
}
|
|
2929
|
+
ngOnInit() {
|
|
2930
|
+
// Normally this happens automatically, but it seems to break if not added explicitly when all
|
|
2931
|
+
// of the criteria below are met:
|
|
2932
|
+
// 1) The class extends a TS mixin.
|
|
2933
|
+
// 2) The application is running in ViewEngine.
|
|
2934
|
+
// 3) The application is being transpiled through tsickle.
|
|
2935
|
+
// This can be removed once google3 is completely migrated to Ivy.
|
|
2936
|
+
super.ngOnInit();
|
|
2937
|
+
}
|
|
2938
|
+
ngDoCheck() {
|
|
2939
|
+
// Normally this happens automatically, but it seems to break if not added explicitly when all
|
|
2940
|
+
// of the criteria below are met:
|
|
2941
|
+
// 1) The class extends a TS mixin.
|
|
2942
|
+
// 2) The application is running in ViewEngine.
|
|
2943
|
+
// 3) The application is being transpiled through tsickle.
|
|
2944
|
+
// This can be removed once google3 is completely migrated to Ivy.
|
|
2945
|
+
super.ngDoCheck();
|
|
2946
|
+
}
|
|
2929
2947
|
_getValueFromModel(modelValue) {
|
|
2930
2948
|
return modelValue.start;
|
|
2931
2949
|
}
|
|
@@ -3001,6 +3019,24 @@ class MatEndDate extends _MatDateRangeInputBase {
|
|
|
3001
3019
|
return event.source !== this._rangeInput._startInput;
|
|
3002
3020
|
};
|
|
3003
3021
|
}
|
|
3022
|
+
ngOnInit() {
|
|
3023
|
+
// Normally this happens automatically, but it seems to break if not added explicitly when all
|
|
3024
|
+
// of the criteria below are met:
|
|
3025
|
+
// 1) The class extends a TS mixin.
|
|
3026
|
+
// 2) The application is running in ViewEngine.
|
|
3027
|
+
// 3) The application is being transpiled through tsickle.
|
|
3028
|
+
// This can be removed once google3 is completely migrated to Ivy.
|
|
3029
|
+
super.ngOnInit();
|
|
3030
|
+
}
|
|
3031
|
+
ngDoCheck() {
|
|
3032
|
+
// Normally this happens automatically, but it seems to break if not added explicitly when all
|
|
3033
|
+
// of the criteria below are met:
|
|
3034
|
+
// 1) The class extends a TS mixin.
|
|
3035
|
+
// 2) The application is running in ViewEngine.
|
|
3036
|
+
// 3) The application is being transpiled through tsickle.
|
|
3037
|
+
// This can be removed once google3 is completely migrated to Ivy.
|
|
3038
|
+
super.ngDoCheck();
|
|
3039
|
+
}
|
|
3004
3040
|
_getValueFromModel(modelValue) {
|
|
3005
3041
|
return modelValue.end;
|
|
3006
3042
|
}
|