@progress/kendo-vue-dateinputs 3.1.3 → 3.1.4-dev.202204051326
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.
|
@@ -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-vue-dateinputs',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1649164822,
|
|
9
9
|
version: '',
|
|
10
10
|
licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
|
|
11
11
|
};
|
|
@@ -165,7 +165,7 @@ var MonthViewService = /** @class */ (function () {
|
|
|
165
165
|
return cellDate;
|
|
166
166
|
};
|
|
167
167
|
MonthViewService.prototype.wideMonthNames = function () {
|
|
168
|
-
return this.intl.dateFormatNames({ nameType: 'wide', type: 'months' });
|
|
168
|
+
return this.intl.dateFormatNames({ nameType: 'wide', type: 'months', standAlone: true });
|
|
169
169
|
};
|
|
170
170
|
return MonthViewService;
|
|
171
171
|
}());
|
|
@@ -8,7 +8,7 @@ exports.packageMetadata = {
|
|
|
8
8
|
name: '@progress/kendo-vue-dateinputs',
|
|
9
9
|
productName: 'Kendo UI for Vue',
|
|
10
10
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
11
|
-
publishDate:
|
|
11
|
+
publishDate: 1649164822,
|
|
12
12
|
version: '',
|
|
13
13
|
licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
|
|
14
14
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-vue-dateinputs",
|
|
3
3
|
"description": "Kendo UI for Vue Date Inputs package",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.4-dev.202204051326",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/telerik/kendo-vue.git"
|
|
@@ -46,16 +46,16 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@progress/kendo-date-math": "1.5.1",
|
|
49
|
-
"@progress/kendo-vue-buttons": "3.1.
|
|
50
|
-
"@progress/kendo-vue-common": "3.1.
|
|
51
|
-
"@progress/kendo-vue-labels": "3.1.
|
|
52
|
-
"@progress/kendo-vue-popup": "3.1.
|
|
49
|
+
"@progress/kendo-vue-buttons": "3.1.4-dev.202204051326",
|
|
50
|
+
"@progress/kendo-vue-common": "3.1.4-dev.202204051326",
|
|
51
|
+
"@progress/kendo-vue-labels": "3.1.4-dev.202204051326",
|
|
52
|
+
"@progress/kendo-vue-popup": "3.1.4-dev.202204051326"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@progress/kendo-data-query": "^1.5.4",
|
|
56
56
|
"@progress/kendo-licensing": "^1.1.0",
|
|
57
|
-
"@progress/kendo-vue-dropdowns": "3.1.
|
|
58
|
-
"@progress/kendo-vue-intl": "3.1.
|
|
57
|
+
"@progress/kendo-vue-dropdowns": "3.1.4-dev.202204051326",
|
|
58
|
+
"@progress/kendo-vue-intl": "3.1.4-dev.202204051326"
|
|
59
59
|
},
|
|
60
60
|
"author": "Progress",
|
|
61
61
|
"license": "SEE LICENSE IN LICENSE.md",
|