@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
|
@@ -223,7 +223,6 @@ var DAYS_PER_WEEK = 7;
|
|
|
223
223
|
/**
|
|
224
224
|
* An internal component used to display a single month in the datepicker.
|
|
225
225
|
* \@docs-private
|
|
226
|
-
* @template D
|
|
227
226
|
*/
|
|
228
227
|
var MatMonthView = /** @class */ (function () {
|
|
229
228
|
function MatMonthView(_dateAdapter, _dateFormats, _changeDetectorRef) {
|
|
@@ -495,7 +494,6 @@ var yearsPerRow = 4;
|
|
|
495
494
|
/**
|
|
496
495
|
* An internal component used to display a year selector in the datepicker.
|
|
497
496
|
* \@docs-private
|
|
498
|
-
* @template D
|
|
499
497
|
*/
|
|
500
498
|
var MatMultiYearView = /** @class */ (function () {
|
|
501
499
|
function MatMultiYearView(_dateAdapter, _changeDetectorRef) {
|
|
@@ -727,7 +725,6 @@ var MatMultiYearView = /** @class */ (function () {
|
|
|
727
725
|
/**
|
|
728
726
|
* An internal component used to display a single year in the datepicker.
|
|
729
727
|
* \@docs-private
|
|
730
|
-
* @template D
|
|
731
728
|
*/
|
|
732
729
|
var MatYearView = /** @class */ (function () {
|
|
733
730
|
function MatYearView(_dateAdapter, _dateFormats, _changeDetectorRef) {
|
|
@@ -1011,7 +1008,6 @@ var MatYearView = /** @class */ (function () {
|
|
|
1011
1008
|
/**
|
|
1012
1009
|
* A calendar that is used as part of the datepicker.
|
|
1013
1010
|
* \@docs-private
|
|
1014
|
-
* @template D
|
|
1015
1011
|
*/
|
|
1016
1012
|
var MatCalendar = /** @class */ (function () {
|
|
1017
1013
|
function MatCalendar(_elementRef, _intl, _ngZone, _dateAdapter, _dateFormats, changeDetectorRef, _dir) {
|
|
@@ -1656,7 +1652,6 @@ var MAT_DATEPICKER_SCROLL_STRATEGY_PROVIDER = {
|
|
|
1656
1652
|
* place to put additional features of the popup that are not part of the calendar itself in the
|
|
1657
1653
|
* future. (e.g. confirmation buttons).
|
|
1658
1654
|
* \@docs-private
|
|
1659
|
-
* @template D
|
|
1660
1655
|
*/
|
|
1661
1656
|
var MatDatepickerContent = /** @class */ (function () {
|
|
1662
1657
|
function MatDatepickerContent() {
|
|
@@ -1693,7 +1688,6 @@ var MatDatepickerContent = /** @class */ (function () {
|
|
|
1693
1688
|
}());
|
|
1694
1689
|
/**
|
|
1695
1690
|
* Component responsible for managing the datepicker popup/dialog.
|
|
1696
|
-
* @template D
|
|
1697
1691
|
*/
|
|
1698
1692
|
var MatDatepicker = /** @class */ (function () {
|
|
1699
1693
|
function MatDatepicker(_dialog, _overlay, _ngZone, _viewContainerRef, _scrollStrategy, _dateAdapter, _dir, _document) {
|
|
@@ -2135,7 +2129,6 @@ var MAT_DATEPICKER_VALIDATORS = {
|
|
|
2135
2129
|
* An event used for datepicker input and change events. We don't always have access to a native
|
|
2136
2130
|
* input or change event because the event may have been triggered by the user clicking on the
|
|
2137
2131
|
* calendar popup. For consistency, we always use MatDatepickerInputEvent instead.
|
|
2138
|
-
* @template D
|
|
2139
2132
|
*/
|
|
2140
2133
|
var MatDatepickerInputEvent = /** @class */ (function () {
|
|
2141
2134
|
function MatDatepickerInputEvent(target, targetElement) {
|
|
@@ -2147,7 +2140,6 @@ var MatDatepickerInputEvent = /** @class */ (function () {
|
|
|
2147
2140
|
}());
|
|
2148
2141
|
/**
|
|
2149
2142
|
* Directive used to connect an input to a MatDatepicker.
|
|
2150
|
-
* @template D
|
|
2151
2143
|
*/
|
|
2152
2144
|
var MatDatepickerInput = /** @class */ (function () {
|
|
2153
2145
|
function MatDatepickerInput(_elementRef, _dateAdapter, _dateFormats, _formField) {
|
|
@@ -2605,9 +2597,6 @@ var MatDatepickerToggleIcon = /** @class */ (function () {
|
|
|
2605
2597
|
MatDatepickerToggleIcon.ctorParameters = function () { return []; };
|
|
2606
2598
|
return MatDatepickerToggleIcon;
|
|
2607
2599
|
}());
|
|
2608
|
-
/**
|
|
2609
|
-
* @template D
|
|
2610
|
-
*/
|
|
2611
2600
|
var MatDatepickerToggle = /** @class */ (function () {
|
|
2612
2601
|
function MatDatepickerToggle(_intl, _changeDetectorRef) {
|
|
2613
2602
|
this._intl = _intl;
|