@angular/material 5.2.4 → 5.2.5
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/bundles/material-core.umd.js +0 -1
- package/bundles/material-core.umd.js.map +1 -1
- package/bundles/material-datepicker.umd.js +0 -11
- package/bundles/material-datepicker.umd.js.map +1 -1
- package/bundles/material-datepicker.umd.min.js.map +1 -1
- package/bundles/material-dialog.umd.js +0 -2
- package/bundles/material-dialog.umd.js.map +1 -1
- package/bundles/material-form-field.umd.js +0 -1
- package/bundles/material-form-field.umd.js.map +1 -1
- package/bundles/material-menu.umd.js +4 -4
- package/bundles/material-menu.umd.min.js +1 -1
- package/bundles/material-snack-bar.umd.js +0 -2
- package/bundles/material-snack-bar.umd.js.map +1 -1
- package/bundles/material-table.umd.js +0 -3
- package/bundles/material-table.umd.js.map +1 -1
- package/bundles/material.umd.js +5 -25
- package/bundles/material.umd.js.map +1 -1
- package/bundles/material.umd.min.js +1 -1
- package/bundles/material.umd.min.js.map +1 -1
- package/esm2015/core.js +0 -1
- package/esm2015/core.js.map +1 -1
- package/esm2015/datepicker.js +0 -11
- package/esm2015/datepicker.js.map +1 -1
- package/esm2015/dialog.js +0 -2
- package/esm2015/dialog.js.map +1 -1
- package/esm2015/form-field.js +0 -1
- package/esm2015/form-field.js.map +1 -1
- package/esm2015/material.js +3 -3
- package/esm2015/material.js.map +1 -1
- package/esm2015/menu.js +1 -1
- package/esm2015/snack-bar.js +0 -2
- package/esm2015/snack-bar.js.map +1 -1
- package/esm2015/table.js +0 -3
- package/esm2015/table.js.map +1 -1
- package/esm5/core.es5.js +0 -1
- package/esm5/core.es5.js.map +1 -1
- package/esm5/datepicker.es5.js +0 -11
- package/esm5/datepicker.es5.js.map +1 -1
- package/esm5/dialog.es5.js +0 -2
- package/esm5/dialog.es5.js.map +1 -1
- package/esm5/form-field.es5.js +0 -1
- package/esm5/form-field.es5.js.map +1 -1
- package/esm5/material.es5.js +3 -3
- package/esm5/material.es5.js.map +1 -1
- package/esm5/menu.es5.js +1 -1
- package/esm5/snack-bar.es5.js +0 -2
- package/esm5/snack-bar.es5.js.map +1 -1
- package/esm5/table.es5.js +0 -3
- package/esm5/table.es5.js.map +1 -1
- package/menu/typings/index.d.ts +2 -2
- package/menu/typings/index.metadata.json +1 -1
- package/package.json +4 -4
- package/typings/esm5/index.metadata.json +1 -1
- package/typings/esm5/menu/index.d.ts +2 -2
- package/typings/esm5/menu/index.metadata.json +1 -1
- package/typings/index.metadata.json +1 -1
- package/typings/menu/index.d.ts +2 -2
- package/typings/menu/index.metadata.json +1 -1
package/bundles/material.umd.js
CHANGED
|
@@ -595,7 +595,6 @@ var MAT_DATE_LOCALE_PROVIDER = { provide: MAT_DATE_LOCALE, useExisting: _angular
|
|
|
595
595
|
/**
|
|
596
596
|
* Adapts type `D` to be usable as a date by cdk-based components that work with dates.
|
|
597
597
|
* @abstract
|
|
598
|
-
* @template D
|
|
599
598
|
*/
|
|
600
599
|
var DateAdapter = /** @class */ (function () {
|
|
601
600
|
function DateAdapter() {
|
|
@@ -2852,7 +2851,6 @@ var matFormFieldAnimations = {
|
|
|
2852
2851
|
/**
|
|
2853
2852
|
* An interface which allows a control to work inside of a `MatFormField`.
|
|
2854
2853
|
* @abstract
|
|
2855
|
-
* @template T
|
|
2856
2854
|
*/
|
|
2857
2855
|
var MatFormFieldControl = /** @class */ (function () {
|
|
2858
2856
|
function MatFormFieldControl() {
|
|
@@ -7965,7 +7963,6 @@ var MatChipsModule = /** @class */ (function () {
|
|
|
7965
7963
|
|
|
7966
7964
|
/**
|
|
7967
7965
|
* Configuration for opening a modal dialog with the MatDialog service.
|
|
7968
|
-
* @template D
|
|
7969
7966
|
*/
|
|
7970
7967
|
var MatDialogConfig = /** @class */ (function () {
|
|
7971
7968
|
function MatDialogConfig() {
|
|
@@ -8295,7 +8292,6 @@ var MatDialogContainer = /** @class */ (function (_super) {
|
|
|
8295
8292
|
var uniqueId = 0;
|
|
8296
8293
|
/**
|
|
8297
8294
|
* Reference to a dialog opened via the MatDialog service.
|
|
8298
|
-
* @template T, R
|
|
8299
8295
|
*/
|
|
8300
8296
|
var MatDialogRef = /** @class */ (function () {
|
|
8301
8297
|
function MatDialogRef(_overlayRef, _containerInstance, location, id) {
|
|
@@ -10141,7 +10137,6 @@ var DAYS_PER_WEEK = 7;
|
|
|
10141
10137
|
/**
|
|
10142
10138
|
* An internal component used to display a single month in the datepicker.
|
|
10143
10139
|
* \@docs-private
|
|
10144
|
-
* @template D
|
|
10145
10140
|
*/
|
|
10146
10141
|
var MatMonthView = /** @class */ (function () {
|
|
10147
10142
|
function MatMonthView(_dateAdapter, _dateFormats, _changeDetectorRef) {
|
|
@@ -10413,7 +10408,6 @@ var yearsPerRow = 4;
|
|
|
10413
10408
|
/**
|
|
10414
10409
|
* An internal component used to display a year selector in the datepicker.
|
|
10415
10410
|
* \@docs-private
|
|
10416
|
-
* @template D
|
|
10417
10411
|
*/
|
|
10418
10412
|
var MatMultiYearView = /** @class */ (function () {
|
|
10419
10413
|
function MatMultiYearView(_dateAdapter, _changeDetectorRef) {
|
|
@@ -10645,7 +10639,6 @@ var MatMultiYearView = /** @class */ (function () {
|
|
|
10645
10639
|
/**
|
|
10646
10640
|
* An internal component used to display a single year in the datepicker.
|
|
10647
10641
|
* \@docs-private
|
|
10648
|
-
* @template D
|
|
10649
10642
|
*/
|
|
10650
10643
|
var MatYearView = /** @class */ (function () {
|
|
10651
10644
|
function MatYearView(_dateAdapter, _dateFormats, _changeDetectorRef) {
|
|
@@ -10929,7 +10922,6 @@ var MatYearView = /** @class */ (function () {
|
|
|
10929
10922
|
/**
|
|
10930
10923
|
* A calendar that is used as part of the datepicker.
|
|
10931
10924
|
* \@docs-private
|
|
10932
|
-
* @template D
|
|
10933
10925
|
*/
|
|
10934
10926
|
var MatCalendar = /** @class */ (function () {
|
|
10935
10927
|
function MatCalendar(_elementRef, _intl, _ngZone, _dateAdapter, _dateFormats, changeDetectorRef, _dir) {
|
|
@@ -11574,7 +11566,6 @@ var MAT_DATEPICKER_SCROLL_STRATEGY_PROVIDER = {
|
|
|
11574
11566
|
* place to put additional features of the popup that are not part of the calendar itself in the
|
|
11575
11567
|
* future. (e.g. confirmation buttons).
|
|
11576
11568
|
* \@docs-private
|
|
11577
|
-
* @template D
|
|
11578
11569
|
*/
|
|
11579
11570
|
var MatDatepickerContent = /** @class */ (function () {
|
|
11580
11571
|
function MatDatepickerContent() {
|
|
@@ -11611,7 +11602,6 @@ var MatDatepickerContent = /** @class */ (function () {
|
|
|
11611
11602
|
}());
|
|
11612
11603
|
/**
|
|
11613
11604
|
* Component responsible for managing the datepicker popup/dialog.
|
|
11614
|
-
* @template D
|
|
11615
11605
|
*/
|
|
11616
11606
|
var MatDatepicker = /** @class */ (function () {
|
|
11617
11607
|
function MatDatepicker(_dialog, _overlay, _ngZone, _viewContainerRef, _scrollStrategy, _dateAdapter, _dir, _document) {
|
|
@@ -12053,7 +12043,6 @@ var MAT_DATEPICKER_VALIDATORS = {
|
|
|
12053
12043
|
* An event used for datepicker input and change events. We don't always have access to a native
|
|
12054
12044
|
* input or change event because the event may have been triggered by the user clicking on the
|
|
12055
12045
|
* calendar popup. For consistency, we always use MatDatepickerInputEvent instead.
|
|
12056
|
-
* @template D
|
|
12057
12046
|
*/
|
|
12058
12047
|
var MatDatepickerInputEvent = /** @class */ (function () {
|
|
12059
12048
|
function MatDatepickerInputEvent(target, targetElement) {
|
|
@@ -12065,7 +12054,6 @@ var MatDatepickerInputEvent = /** @class */ (function () {
|
|
|
12065
12054
|
}());
|
|
12066
12055
|
/**
|
|
12067
12056
|
* Directive used to connect an input to a MatDatepicker.
|
|
12068
|
-
* @template D
|
|
12069
12057
|
*/
|
|
12070
12058
|
var MatDatepickerInput = /** @class */ (function () {
|
|
12071
12059
|
function MatDatepickerInput(_elementRef, _dateAdapter, _dateFormats, _formField) {
|
|
@@ -12523,9 +12511,6 @@ var MatDatepickerToggleIcon = /** @class */ (function () {
|
|
|
12523
12511
|
MatDatepickerToggleIcon.ctorParameters = function () { return []; };
|
|
12524
12512
|
return MatDatepickerToggleIcon;
|
|
12525
12513
|
}());
|
|
12526
|
-
/**
|
|
12527
|
-
* @template D
|
|
12528
|
-
*/
|
|
12529
12514
|
var MatDatepickerToggle = /** @class */ (function () {
|
|
12530
12515
|
function MatDatepickerToggle(_intl, _changeDetectorRef) {
|
|
12531
12516
|
this._intl = _intl;
|
|
@@ -25061,7 +25046,6 @@ var MatSliderModule = /** @class */ (function () {
|
|
|
25061
25046
|
|
|
25062
25047
|
/**
|
|
25063
25048
|
* Reference to a snack bar dispatched from the snack bar service.
|
|
25064
|
-
* @template T
|
|
25065
25049
|
*/
|
|
25066
25050
|
var MatSnackBarRef = /** @class */ (function () {
|
|
25067
25051
|
function MatSnackBarRef(containerInstance, _overlayRef) {
|
|
@@ -25236,7 +25220,6 @@ var MatSnackBarRef = /** @class */ (function () {
|
|
|
25236
25220
|
var MAT_SNACK_BAR_DATA = new _angular_core.InjectionToken('MatSnackBarData');
|
|
25237
25221
|
/**
|
|
25238
25222
|
* Configuration used when opening a snack-bar.
|
|
25239
|
-
* @template D
|
|
25240
25223
|
*/
|
|
25241
25224
|
var MatSnackBarConfig = /** @class */ (function () {
|
|
25242
25225
|
function MatSnackBarConfig() {
|
|
@@ -27146,7 +27129,6 @@ var MatStepperModule = /** @class */ (function () {
|
|
|
27146
27129
|
|
|
27147
27130
|
/**
|
|
27148
27131
|
* Wrapper for the CdkTable with Material design styles.
|
|
27149
|
-
* @template T
|
|
27150
27132
|
*/
|
|
27151
27133
|
var MatTable = /** @class */ (function (_super) {
|
|
27152
27134
|
__extends(MatTable, _super);
|
|
@@ -27318,7 +27300,6 @@ var MatHeaderRowDef = /** @class */ (function (_super) {
|
|
|
27318
27300
|
* Data row definition for the mat-table.
|
|
27319
27301
|
* Captures the header row's template and other row properties such as the columns to display and
|
|
27320
27302
|
* a when predicate that describes when this row should be used.
|
|
27321
|
-
* @template T
|
|
27322
27303
|
*/
|
|
27323
27304
|
var MatRowDef = /** @class */ (function (_super) {
|
|
27324
27305
|
__extends(MatRowDef, _super);
|
|
@@ -27423,7 +27404,6 @@ var MatTableModule = /** @class */ (function () {
|
|
|
27423
27404
|
* Allows for sort customization by overriding sortingDataAccessor, which defines how data
|
|
27424
27405
|
* properties are accessed. Also allows for filter customization by overriding filterTermAccessor,
|
|
27425
27406
|
* which defines how row data is converted to a string for filter matching.
|
|
27426
|
-
* @template T
|
|
27427
27407
|
*/
|
|
27428
27408
|
var MatTableDataSource = /** @class */ (function (_super) {
|
|
27429
27409
|
__extends(MatTableDataSource, _super);
|
|
@@ -29966,7 +29946,7 @@ var MatToolbarModule = /** @class */ (function () {
|
|
|
29966
29946
|
/**
|
|
29967
29947
|
* Current version of Angular Material.
|
|
29968
29948
|
*/
|
|
29969
|
-
var VERSION = new _angular_core.Version('5.2.
|
|
29949
|
+
var VERSION = new _angular_core.Version('5.2.5');
|
|
29970
29950
|
|
|
29971
29951
|
exports.VERSION = VERSION;
|
|
29972
29952
|
exports.MatAutocompleteSelectedEvent = MatAutocompleteSelectedEvent;
|
|
@@ -30196,10 +30176,10 @@ exports.MatListOptionChange = MatListOptionChange;
|
|
|
30196
30176
|
exports.MatSelectionListChange = MatSelectionListChange;
|
|
30197
30177
|
exports.MatListOption = MatListOption;
|
|
30198
30178
|
exports.MatSelectionList = MatSelectionList;
|
|
30199
|
-
exports.ɵ
|
|
30200
|
-
exports.ɵ
|
|
30201
|
-
exports.ɵ
|
|
30202
|
-
exports.ɵ
|
|
30179
|
+
exports.ɵa20 = MatMenuItemBase;
|
|
30180
|
+
exports.ɵb20 = _MatMenuItemMixinBase;
|
|
30181
|
+
exports.ɵd20 = MAT_MENU_SCROLL_STRATEGY_PROVIDER;
|
|
30182
|
+
exports.ɵc20 = MAT_MENU_SCROLL_STRATEGY_PROVIDER_FACTORY;
|
|
30203
30183
|
exports.MAT_MENU_SCROLL_STRATEGY = MAT_MENU_SCROLL_STRATEGY;
|
|
30204
30184
|
exports.MatMenuModule = MatMenuModule;
|
|
30205
30185
|
exports.MatMenu = MatMenu;
|