@progress/kendo-vue-dateinputs 2.7.0-dev.202112070927 → 2.7.1-dev.202112201220

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.
@@ -52,7 +52,7 @@ export interface DateRangePickerSettings {
52
52
  */
53
53
  focusedDate?: Date;
54
54
  /**
55
- * Specifies the `date` format which is used for formatting the value of the DateInput ([see example]({% slug formats_dateinput %})).
55
+ * Specifies the `date` format which is used for formatting the value of the DateInput ([see example]({% slug formats_dateinput_native %})).
56
56
  *
57
57
  * > If [`startDateInputSettings`](#toc-startdateinputsettings) or [`endDateInputSettings`](#toc-enddateinputsettings) are set, their `format` will take precedence.
58
58
  */
@@ -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: 1638868807,
8
+ publishDate: 1640002481,
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
  };
@@ -52,7 +52,7 @@ export interface DateRangePickerSettings {
52
52
  */
53
53
  focusedDate?: Date;
54
54
  /**
55
- * Specifies the `date` format which is used for formatting the value of the DateInput ([see example]({% slug formats_dateinput %})).
55
+ * Specifies the `date` format which is used for formatting the value of the DateInput ([see example]({% slug formats_dateinput_native %})).
56
56
  *
57
57
  * > If [`startDateInputSettings`](#toc-startdateinputsettings) or [`endDateInputSettings`](#toc-enddateinputsettings) are set, their `format` will take precedence.
58
58
  */
@@ -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: 1638868807,
11
+ publishDate: 1640002481,
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": "2.7.0-dev.202112070927",
4
+ "version": "2.7.1-dev.202112201220",
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": "2.7.0-dev.202112070927",
50
- "@progress/kendo-vue-common": "2.7.0-dev.202112070927",
51
- "@progress/kendo-vue-labels": "2.7.0-dev.202112070927",
52
- "@progress/kendo-vue-popup": "2.7.0-dev.202112070927"
49
+ "@progress/kendo-vue-buttons": "2.7.1-dev.202112201220",
50
+ "@progress/kendo-vue-common": "2.7.1-dev.202112201220",
51
+ "@progress/kendo-vue-labels": "2.7.1-dev.202112201220",
52
+ "@progress/kendo-vue-popup": "2.7.1-dev.202112201220"
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": "2.7.0-dev.202112070927",
58
- "@progress/kendo-vue-intl": "2.7.0-dev.202112070927"
57
+ "@progress/kendo-vue-dropdowns": "2.7.1-dev.202112201220",
58
+ "@progress/kendo-vue-intl": "2.7.1-dev.202112201220"
59
59
  },
60
60
  "author": "Progress",
61
61
  "license": "SEE LICENSE IN LICENSE.md",