Skip to content

Commit 48e1a2a

Browse files
committed
master - 6aa7727 build: fix radio e2e tests timing out (#12857)
1 parent 6d06fd7 commit 48e1a2a

31 files changed

+58
-58
lines changed

autocomplete/typings/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* Generated bundle index. Do not edit.
33
*/
44
export * from './public-api';
5-
export { MatAutocompleteOrigin as ɵa29 } from './autocomplete-origin';
5+
export { MatAutocompleteOrigin as ɵa30 } from './autocomplete-origin';

autocomplete/typings/index.metadata.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

bundles/material-autocomplete.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundles/material-autocomplete.umd.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundles/material-menu.umd.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundles/material-menu.umd.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundles/material.umd.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33153,10 +33153,10 @@ MatTreeNestedDataSource = /** @class */ (function (_super) {
3315333153
/**
3315433154
* Current version of Angular Material.
3315533155
*/
33156-
var /** @type {?} */ VERSION = new core.Version('6.4.6-4639a87');
33156+
var /** @type {?} */ VERSION = new core.Version('6.4.6-6aa7727');
3315733157

3315833158
exports.VERSION = VERSION;
33159-
exports.ɵa29 = MatAutocompleteOrigin;
33159+
exports.ɵa30 = MatAutocompleteOrigin;
3316033160
exports.MatAutocompleteSelectedEvent = MatAutocompleteSelectedEvent;
3316133161
exports.MatAutocompleteBase = MatAutocompleteBase;
3316233162
exports._MatAutocompleteMixinBase = _MatAutocompleteMixinBase;
@@ -33408,12 +33408,12 @@ exports.MAT_SELECTION_LIST_VALUE_ACCESSOR = MAT_SELECTION_LIST_VALUE_ACCESSOR;
3340833408
exports.MatSelectionListChange = MatSelectionListChange;
3340933409
exports.MatListOption = MatListOption;
3341033410
exports.MatSelectionList = MatSelectionList;
33411-
exports.ɵa23 = MAT_MENU_DEFAULT_OPTIONS_FACTORY;
33412-
exports.ɵb23 = MatMenuItemBase;
33413-
exports.ɵc23 = _MatMenuItemMixinBase;
33414-
exports.ɵf23 = MAT_MENU_PANEL;
33415-
exports.ɵd23 = MAT_MENU_SCROLL_STRATEGY_FACTORY;
33416-
exports.ɵe23 = MAT_MENU_SCROLL_STRATEGY_FACTORY_PROVIDER;
33411+
exports.ɵa19 = MAT_MENU_DEFAULT_OPTIONS_FACTORY;
33412+
exports.ɵb19 = MatMenuItemBase;
33413+
exports.ɵc19 = _MatMenuItemMixinBase;
33414+
exports.ɵf19 = MAT_MENU_PANEL;
33415+
exports.ɵd19 = MAT_MENU_SCROLL_STRATEGY_FACTORY;
33416+
exports.ɵe19 = MAT_MENU_SCROLL_STRATEGY_FACTORY_PROVIDER;
3341733417
exports.MAT_MENU_SCROLL_STRATEGY = MAT_MENU_SCROLL_STRATEGY;
3341833418
exports.MatMenuModule = MatMenuModule;
3341933419
exports.MatMenu = MatMenu;

bundles/material.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundles/material.umd.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundles/material.umd.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)