@progress/kendo-react-dateinputs 5.4.0-dev.202205180853 → 5.4.0-dev.202205200719
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/dist/cdn/js/kendo-react-dateinputs.js +1 -1
- package/dist/es/calendar/services/MonthViewService.js +1 -1
- package/dist/es/package-metadata.js +1 -1
- package/dist/npm/calendar/services/MonthViewService.js +1 -1
- package/dist/npm/package-metadata.js +1 -1
- package/dist/systemjs/kendo-react-dateinputs.js +1 -1
- package/package.json +12 -12
|
@@ -162,7 +162,7 @@ var MonthViewService = /** @class */ (function () {
|
|
|
162
162
|
return cellDate;
|
|
163
163
|
};
|
|
164
164
|
MonthViewService.prototype.wideMonthNames = function () {
|
|
165
|
-
return this.intl.dateFormatNames({ nameType: 'wide', type: 'months' });
|
|
165
|
+
return this.intl.dateFormatNames({ nameType: 'wide', type: 'months', standAlone: true });
|
|
166
166
|
};
|
|
167
167
|
return MonthViewService;
|
|
168
168
|
}());
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-react-dateinputs',
|
|
6
6
|
productName: 'KendoReact',
|
|
7
7
|
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1653029964,
|
|
9
9
|
version: '',
|
|
10
10
|
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
|
|
11
11
|
};
|
|
@@ -164,7 +164,7 @@ var MonthViewService = /** @class */ (function () {
|
|
|
164
164
|
return cellDate;
|
|
165
165
|
};
|
|
166
166
|
MonthViewService.prototype.wideMonthNames = function () {
|
|
167
|
-
return this.intl.dateFormatNames({ nameType: 'wide', type: 'months' });
|
|
167
|
+
return this.intl.dateFormatNames({ nameType: 'wide', type: 'months', standAlone: true });
|
|
168
168
|
};
|
|
169
169
|
return MonthViewService;
|
|
170
170
|
}());
|
|
@@ -7,7 +7,7 @@ exports.packageMetadata = {
|
|
|
7
7
|
name: '@progress/kendo-react-dateinputs',
|
|
8
8
|
productName: 'KendoReact',
|
|
9
9
|
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
10
|
-
publishDate:
|
|
10
|
+
publishDate: 1653029964,
|
|
11
11
|
version: '',
|
|
12
12
|
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
|
|
13
13
|
};
|