@progress/kendo-vue-layout 4.1.0 → 4.1.1-dev.202312190914

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.
@@ -37,8 +37,9 @@ var CardActionsVue2 = {
37
37
  wrapperClass: function wrapperClass() {
38
38
  var _a;
39
39
  return _a = {
40
- 'k-card-actions': true
41
- }, _a["k-card-actions-".concat(this.$props.layout)] = true, _a["k-card-actions-".concat(this.$props.orientation !== cardOrientation.HORIZONTAL ? 'vertical' : 'horizontal')] = true, _a;
40
+ 'k-card-actions': true,
41
+ 'k-actions': true
42
+ }, _a["k-actions-".concat(this.$props.layout)] = true, _a["k-actions-".concat(this.$props.orientation !== cardOrientation.HORIZONTAL ? 'vertical' : 'horizontal')] = true, _a;
42
43
  }
43
44
  },
44
45
  render: function render(createElement) {
@@ -23,7 +23,7 @@ var CardImageVue2 = {
23
23
  var h = gh || createElement;
24
24
  var defaultSlots = getDefaultSlots(this);
25
25
  return h("img", {
26
- "class": 'k-card-image',
26
+ "class": 'k-card-media',
27
27
  src: this.$props.src,
28
28
  attrs: this.v3 ? undefined : {
29
29
  src: this.$props.src
@@ -47,7 +47,10 @@ var DrawerVue2 = {
47
47
  return ['start', 'end'].includes(value);
48
48
  }
49
49
  },
50
- items: Array,
50
+ items: {
51
+ type: Array,
52
+ default: []
53
+ },
51
54
  mini: {
52
55
  type: Boolean,
53
56
  default: false
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-layout',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1700038318,
8
+ publishDate: 1702976450,
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
  };
@@ -37,8 +37,9 @@ var CardActionsVue2 = {
37
37
  wrapperClass: function wrapperClass() {
38
38
  var _a;
39
39
  return _a = {
40
- 'k-card-actions': true
41
- }, _a["k-card-actions-".concat(this.$props.layout)] = true, _a["k-card-actions-".concat(this.$props.orientation !== cardOrientation.HORIZONTAL ? 'vertical' : 'horizontal')] = true, _a;
40
+ 'k-card-actions': true,
41
+ 'k-actions': true
42
+ }, _a["k-actions-".concat(this.$props.layout)] = true, _a["k-actions-".concat(this.$props.orientation !== cardOrientation.HORIZONTAL ? 'vertical' : 'horizontal')] = true, _a;
42
43
  }
43
44
  },
44
45
  render: function render(createElement) {
@@ -23,7 +23,7 @@ var CardImageVue2 = {
23
23
  var h = gh || createElement;
24
24
  var defaultSlots = getDefaultSlots(this);
25
25
  return h("img", {
26
- "class": 'k-card-image',
26
+ "class": 'k-card-media',
27
27
  src: this.$props.src,
28
28
  attrs: this.v3 ? undefined : {
29
29
  src: this.$props.src
@@ -47,7 +47,10 @@ var DrawerVue2 = {
47
47
  return ['start', 'end'].includes(value);
48
48
  }
49
49
  },
50
- items: Array,
50
+ items: {
51
+ type: Array,
52
+ default: []
53
+ },
51
54
  mini: {
52
55
  type: Boolean,
53
56
  default: false
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-layout',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1700038318,
8
+ publishDate: 1702976450,
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
  };
@@ -43,8 +43,9 @@ var CardActionsVue2 = {
43
43
  wrapperClass: function wrapperClass() {
44
44
  var _a;
45
45
  return _a = {
46
- 'k-card-actions': true
47
- }, _a["k-card-actions-".concat(this.$props.layout)] = true, _a["k-card-actions-".concat(this.$props.orientation !== Enums_1.cardOrientation.HORIZONTAL ? 'vertical' : 'horizontal')] = true, _a;
46
+ 'k-card-actions': true,
47
+ 'k-actions': true
48
+ }, _a["k-actions-".concat(this.$props.layout)] = true, _a["k-actions-".concat(this.$props.orientation !== Enums_1.cardOrientation.HORIZONTAL ? 'vertical' : 'horizontal')] = true, _a;
48
49
  }
49
50
  },
50
51
  render: function render(createElement) {
@@ -29,7 +29,7 @@ var CardImageVue2 = {
29
29
  var h = gh || createElement;
30
30
  var defaultSlots = (0, kendo_vue_common_1.getDefaultSlots)(this);
31
31
  return h("img", {
32
- "class": 'k-card-image',
32
+ "class": 'k-card-media',
33
33
  src: this.$props.src,
34
34
  attrs: this.v3 ? undefined : {
35
35
  src: this.$props.src
@@ -53,7 +53,10 @@ var DrawerVue2 = {
53
53
  return ['start', 'end'].includes(value);
54
54
  }
55
55
  },
56
- items: Array,
56
+ items: {
57
+ type: Array,
58
+ default: []
59
+ },
57
60
  mini: {
58
61
  type: Boolean,
59
62
  default: false
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-vue-layout',
9
9
  productName: 'Kendo UI for Vue',
10
10
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
11
- publishDate: 1700038318,
11
+ publishDate: 1702976450,
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-layout",
3
3
  "description": "Kendo UI for Vue Layouts package",
4
- "version": "4.1.0",
4
+ "version": "4.1.1-dev.202312190914",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -45,9 +45,9 @@
45
45
  "vue": "^2.6.12 || ^3.0.2"
46
46
  },
47
47
  "dependencies": {
48
- "@progress/kendo-vue-animation": "4.1.0",
49
- "@progress/kendo-vue-common": "4.1.0",
50
- "@progress/kendo-vue-popup": "4.1.0"
48
+ "@progress/kendo-vue-animation": "4.1.1-dev.202312190914",
49
+ "@progress/kendo-vue-common": "4.1.1-dev.202312190914",
50
+ "@progress/kendo-vue-popup": "4.1.1-dev.202312190914"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@progress/kendo-data-query": "^1.5.0",
@@ -55,15 +55,15 @@
55
55
  "@progress/kendo-drawing": "^1.8.0",
56
56
  "@progress/kendo-licensing": "^1.3.0",
57
57
  "@progress/kendo-svg-icons": "^2.0.0",
58
- "@progress/kendo-vue-buttons": "4.1.0",
59
- "@progress/kendo-vue-charts": "4.1.0",
60
- "@progress/kendo-vue-dateinputs": "4.1.0",
61
- "@progress/kendo-vue-dropdowns": "4.1.0",
62
- "@progress/kendo-vue-grid": "4.1.0",
63
- "@progress/kendo-vue-indicators": "4.1.0",
64
- "@progress/kendo-vue-inputs": "4.1.0",
65
- "@progress/kendo-vue-intl": "4.1.0",
66
- "@progress/kendo-vue-progressbars": "4.1.0"
58
+ "@progress/kendo-vue-buttons": "4.1.1-dev.202312190914",
59
+ "@progress/kendo-vue-charts": "4.1.1-dev.202312190914",
60
+ "@progress/kendo-vue-dateinputs": "4.1.1-dev.202312190914",
61
+ "@progress/kendo-vue-dropdowns": "4.1.1-dev.202312190914",
62
+ "@progress/kendo-vue-grid": "4.1.1-dev.202312190914",
63
+ "@progress/kendo-vue-indicators": "4.1.1-dev.202312190914",
64
+ "@progress/kendo-vue-inputs": "4.1.1-dev.202312190914",
65
+ "@progress/kendo-vue-intl": "4.1.1-dev.202312190914",
66
+ "@progress/kendo-vue-progressbars": "4.1.1-dev.202312190914"
67
67
  },
68
68
  "@progress": {
69
69
  "friendlyName": "Layouts",