@progress/kendo-vue-dateinputs 3.9.4-dev.202304250816 → 3.9.4-dev.202304251431

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.
@@ -196,7 +196,8 @@ var HeaderVue2 = {
196
196
  defaultRendering: headerTitleDefaultRendering
197
197
  });
198
198
  return h("div", {
199
- "class": "k-calendar-header k-hstack"
199
+ "class": "k-calendar-header k-hstack",
200
+ style: this.$attrs.style
200
201
  }, [headerTitle, h("span", {
201
202
  "class": 'k-spacer'
202
203
  }), h("span", {
@@ -323,6 +323,7 @@ var ViewListVue2 = {
323
323
  }, this);
324
324
  };
325
325
  return h("div", {
326
+ style: this.$attrs.style,
326
327
  "class": rootClassNames,
327
328
  onFocusin: this.handleFocus,
328
329
  on: this.v3 ? undefined : {
@@ -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: 1682410057,
8
+ publishDate: 1682432693,
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
  };
@@ -196,7 +196,8 @@ var HeaderVue2 = {
196
196
  defaultRendering: headerTitleDefaultRendering
197
197
  });
198
198
  return h("div", {
199
- "class": "k-calendar-header k-hstack"
199
+ "class": "k-calendar-header k-hstack",
200
+ style: this.$attrs.style
200
201
  }, [headerTitle, h("span", {
201
202
  "class": 'k-spacer'
202
203
  }), h("span", {
@@ -323,6 +323,7 @@ var ViewListVue2 = {
323
323
  }, this);
324
324
  };
325
325
  return h("div", {
326
+ style: this.$attrs.style,
326
327
  "class": rootClassNames,
327
328
  onFocusin: this.handleFocus,
328
329
  on: this.v3 ? undefined : {
@@ -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: 1682410057,
8
+ publishDate: 1682432693,
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
  };
@@ -202,7 +202,8 @@ var HeaderVue2 = {
202
202
  defaultRendering: headerTitleDefaultRendering
203
203
  });
204
204
  return h("div", {
205
- "class": "k-calendar-header k-hstack"
205
+ "class": "k-calendar-header k-hstack",
206
+ style: this.$attrs.style
206
207
  }, [headerTitle, h("span", {
207
208
  "class": 'k-spacer'
208
209
  }), h("span", {
@@ -329,6 +329,7 @@ var ViewListVue2 = {
329
329
  }, this);
330
330
  };
331
331
  return h("div", {
332
+ style: this.$attrs.style,
332
333
  "class": rootClassNames,
333
334
  onFocusin: this.handleFocus,
334
335
  on: this.v3 ? undefined : {
@@ -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: 1682410057,
11
+ publishDate: 1682432693,
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.9.4-dev.202304250816",
4
+ "version": "3.9.4-dev.202304251431",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -54,17 +54,17 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@progress/kendo-date-math": "1.5.1",
57
- "@progress/kendo-vue-buttons": "3.9.4-dev.202304250816",
58
- "@progress/kendo-vue-common": "3.9.4-dev.202304250816",
59
- "@progress/kendo-vue-labels": "3.9.4-dev.202304250816",
60
- "@progress/kendo-vue-popup": "3.9.4-dev.202304250816"
57
+ "@progress/kendo-vue-buttons": "3.9.4-dev.202304251431",
58
+ "@progress/kendo-vue-common": "3.9.4-dev.202304251431",
59
+ "@progress/kendo-vue-labels": "3.9.4-dev.202304251431",
60
+ "@progress/kendo-vue-popup": "3.9.4-dev.202304251431"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@progress/kendo-data-query": "^1.5.4",
64
64
  "@progress/kendo-licensing": "^1.3.0",
65
65
  "@progress/kendo-svg-icons": "^1.0.0",
66
- "@progress/kendo-vue-dropdowns": "3.9.4-dev.202304250816",
67
- "@progress/kendo-vue-intl": "3.9.4-dev.202304250816"
66
+ "@progress/kendo-vue-dropdowns": "3.9.4-dev.202304251431",
67
+ "@progress/kendo-vue-intl": "3.9.4-dev.202304251431"
68
68
  },
69
69
  "author": "Progress",
70
70
  "license": "SEE LICENSE IN LICENSE.md",