@progress/kendo-vue-layout 4.1.1-dev.202312191614 → 4.2.0-dev.202401161027

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.
@@ -94,7 +94,7 @@ var BottomNavigationItemVue2 = {
94
94
  onKeydown: this.handleKeyDown,
95
95
  "aria-current": selected,
96
96
  "aria-disabled": disabled
97
- }, [this.$props.item ? content : [icon && h(Icon, {
97
+ }, [this.$props.item ? content : [(svgIcon || icon) && h(Icon, {
98
98
  name: icon,
99
99
  attrs: this.v3 ? undefined : {
100
100
  name: icon,
@@ -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: 1703001510,
8
+ publishDate: 1705400229,
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
  };
@@ -94,7 +94,7 @@ var BottomNavigationItemVue2 = {
94
94
  onKeydown: this.handleKeyDown,
95
95
  "aria-current": selected,
96
96
  "aria-disabled": disabled
97
- }, [this.$props.item ? content : [icon && h(Icon, {
97
+ }, [this.$props.item ? content : [(svgIcon || icon) && h(Icon, {
98
98
  name: icon,
99
99
  attrs: this.v3 ? undefined : {
100
100
  name: icon,
@@ -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: 1703001510,
8
+ publishDate: 1705400229,
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
  };
@@ -100,7 +100,7 @@ var BottomNavigationItemVue2 = {
100
100
  onKeydown: this.handleKeyDown,
101
101
  "aria-current": selected,
102
102
  "aria-disabled": disabled
103
- }, [this.$props.item ? content : [icon && h(kendo_vue_common_1.Icon, {
103
+ }, [this.$props.item ? content : [(svgIcon || icon) && h(kendo_vue_common_1.Icon, {
104
104
  name: icon,
105
105
  attrs: this.v3 ? undefined : {
106
106
  name: icon,
@@ -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: 1703001510,
11
+ publishDate: 1705400229,
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.1-dev.202312191614",
4
+ "version": "4.2.0-dev.202401161027",
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.1-dev.202312191614",
49
- "@progress/kendo-vue-common": "4.1.1-dev.202312191614",
50
- "@progress/kendo-vue-popup": "4.1.1-dev.202312191614"
48
+ "@progress/kendo-vue-animation": "4.2.0-dev.202401161027",
49
+ "@progress/kendo-vue-common": "4.2.0-dev.202401161027",
50
+ "@progress/kendo-vue-popup": "4.2.0-dev.202401161027"
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.1-dev.202312191614",
59
- "@progress/kendo-vue-charts": "4.1.1-dev.202312191614",
60
- "@progress/kendo-vue-dateinputs": "4.1.1-dev.202312191614",
61
- "@progress/kendo-vue-dropdowns": "4.1.1-dev.202312191614",
62
- "@progress/kendo-vue-grid": "4.1.1-dev.202312191614",
63
- "@progress/kendo-vue-indicators": "4.1.1-dev.202312191614",
64
- "@progress/kendo-vue-inputs": "4.1.1-dev.202312191614",
65
- "@progress/kendo-vue-intl": "4.1.1-dev.202312191614",
66
- "@progress/kendo-vue-progressbars": "4.1.1-dev.202312191614"
58
+ "@progress/kendo-vue-buttons": "4.2.0-dev.202401161027",
59
+ "@progress/kendo-vue-charts": "4.2.0-dev.202401161027",
60
+ "@progress/kendo-vue-dateinputs": "4.2.0-dev.202401161027",
61
+ "@progress/kendo-vue-dropdowns": "4.2.0-dev.202401161027",
62
+ "@progress/kendo-vue-grid": "4.2.0-dev.202401161027",
63
+ "@progress/kendo-vue-indicators": "4.2.0-dev.202401161027",
64
+ "@progress/kendo-vue-inputs": "4.2.0-dev.202401161027",
65
+ "@progress/kendo-vue-intl": "4.2.0-dev.202401161027",
66
+ "@progress/kendo-vue-progressbars": "4.2.0-dev.202401161027"
67
67
  },
68
68
  "@progress": {
69
69
  "friendlyName": "Layouts",