@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/esm5/datepicker.es5.js
CHANGED
|
@@ -238,7 +238,6 @@ var DAYS_PER_WEEK = 7;
|
|
|
238
238
|
/**
|
|
239
239
|
* An internal component used to display a single month in the datepicker.
|
|
240
240
|
* \@docs-private
|
|
241
|
-
* @template D
|
|
242
241
|
*/
|
|
243
242
|
var MatMonthView = /** @class */ (function () {
|
|
244
243
|
function MatMonthView(_dateAdapter, _dateFormats, _changeDetectorRef) {
|
|
@@ -510,7 +509,6 @@ var yearsPerRow = 4;
|
|
|
510
509
|
/**
|
|
511
510
|
* An internal component used to display a year selector in the datepicker.
|
|
512
511
|
* \@docs-private
|
|
513
|
-
* @template D
|
|
514
512
|
*/
|
|
515
513
|
var MatMultiYearView = /** @class */ (function () {
|
|
516
514
|
function MatMultiYearView(_dateAdapter, _changeDetectorRef) {
|
|
@@ -742,7 +740,6 @@ var MatMultiYearView = /** @class */ (function () {
|
|
|
742
740
|
/**
|
|
743
741
|
* An internal component used to display a single year in the datepicker.
|
|
744
742
|
* \@docs-private
|
|
745
|
-
* @template D
|
|
746
743
|
*/
|
|
747
744
|
var MatYearView = /** @class */ (function () {
|
|
748
745
|
function MatYearView(_dateAdapter, _dateFormats, _changeDetectorRef) {
|
|
@@ -1026,7 +1023,6 @@ var MatYearView = /** @class */ (function () {
|
|
|
1026
1023
|
/**
|
|
1027
1024
|
* A calendar that is used as part of the datepicker.
|
|
1028
1025
|
* \@docs-private
|
|
1029
|
-
* @template D
|
|
1030
1026
|
*/
|
|
1031
1027
|
var MatCalendar = /** @class */ (function () {
|
|
1032
1028
|
function MatCalendar(_elementRef, _intl, _ngZone, _dateAdapter, _dateFormats, changeDetectorRef, _dir) {
|
|
@@ -1671,7 +1667,6 @@ var MAT_DATEPICKER_SCROLL_STRATEGY_PROVIDER = {
|
|
|
1671
1667
|
* place to put additional features of the popup that are not part of the calendar itself in the
|
|
1672
1668
|
* future. (e.g. confirmation buttons).
|
|
1673
1669
|
* \@docs-private
|
|
1674
|
-
* @template D
|
|
1675
1670
|
*/
|
|
1676
1671
|
var MatDatepickerContent = /** @class */ (function () {
|
|
1677
1672
|
function MatDatepickerContent() {
|
|
@@ -1708,7 +1703,6 @@ var MatDatepickerContent = /** @class */ (function () {
|
|
|
1708
1703
|
}());
|
|
1709
1704
|
/**
|
|
1710
1705
|
* Component responsible for managing the datepicker popup/dialog.
|
|
1711
|
-
* @template D
|
|
1712
1706
|
*/
|
|
1713
1707
|
var MatDatepicker = /** @class */ (function () {
|
|
1714
1708
|
function MatDatepicker(_dialog, _overlay, _ngZone, _viewContainerRef, _scrollStrategy, _dateAdapter, _dir, _document) {
|
|
@@ -2150,7 +2144,6 @@ var MAT_DATEPICKER_VALIDATORS = {
|
|
|
2150
2144
|
* An event used for datepicker input and change events. We don't always have access to a native
|
|
2151
2145
|
* input or change event because the event may have been triggered by the user clicking on the
|
|
2152
2146
|
* calendar popup. For consistency, we always use MatDatepickerInputEvent instead.
|
|
2153
|
-
* @template D
|
|
2154
2147
|
*/
|
|
2155
2148
|
var MatDatepickerInputEvent = /** @class */ (function () {
|
|
2156
2149
|
function MatDatepickerInputEvent(target, targetElement) {
|
|
@@ -2162,7 +2155,6 @@ var MatDatepickerInputEvent = /** @class */ (function () {
|
|
|
2162
2155
|
}());
|
|
2163
2156
|
/**
|
|
2164
2157
|
* Directive used to connect an input to a MatDatepicker.
|
|
2165
|
-
* @template D
|
|
2166
2158
|
*/
|
|
2167
2159
|
var MatDatepickerInput = /** @class */ (function () {
|
|
2168
2160
|
function MatDatepickerInput(_elementRef, _dateAdapter, _dateFormats, _formField) {
|
|
@@ -2620,9 +2612,6 @@ var MatDatepickerToggleIcon = /** @class */ (function () {
|
|
|
2620
2612
|
MatDatepickerToggleIcon.ctorParameters = function () { return []; };
|
|
2621
2613
|
return MatDatepickerToggleIcon;
|
|
2622
2614
|
}());
|
|
2623
|
-
/**
|
|
2624
|
-
* @template D
|
|
2625
|
-
*/
|
|
2626
2615
|
var MatDatepickerToggle = /** @class */ (function () {
|
|
2627
2616
|
function MatDatepickerToggle(_intl, _changeDetectorRef) {
|
|
2628
2617
|
this._intl = _intl;
|