@progress/kendo-vue-buttons 4.1.0 → 4.1.1-dev.202312191614

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.
@@ -97,7 +97,7 @@ var FloatingActionButtonItemVue2 = {
97
97
  onPointerdown: this.onDown
98
98
  }, [text && h("span", {
99
99
  "class": "k-fab-item-text"
100
- }, [text]), icon && h(Icon, {
100
+ }, [text]), (svgIcon || icon) && h(Icon, {
101
101
  name: icon,
102
102
  attrs: this.v3 ? undefined : {
103
103
  name: icon,
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-buttons',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1700038266,
8
+ publishDate: 1703001435,
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
  };
@@ -97,7 +97,7 @@ var FloatingActionButtonItemVue2 = {
97
97
  onPointerdown: this.onDown
98
98
  }, [text && h("span", {
99
99
  "class": "k-fab-item-text"
100
- }, [text]), icon && h(Icon, {
100
+ }, [text]), (svgIcon || icon) && h(Icon, {
101
101
  name: icon,
102
102
  attrs: this.v3 ? undefined : {
103
103
  name: icon,
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-buttons',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1700038266,
8
+ publishDate: 1703001435,
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
  };
@@ -103,7 +103,7 @@ var FloatingActionButtonItemVue2 = {
103
103
  onPointerdown: this.onDown
104
104
  }, [text && h("span", {
105
105
  "class": "k-fab-item-text"
106
- }, [text]), icon && h(kendo_vue_common_1.Icon, {
106
+ }, [text]), (svgIcon || icon) && h(kendo_vue_common_1.Icon, {
107
107
  name: icon,
108
108
  attrs: this.v3 ? undefined : {
109
109
  name: icon,
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-vue-buttons',
9
9
  productName: 'Kendo UI for Vue',
10
10
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
11
- publishDate: 1700038266,
11
+ publishDate: 1703001435,
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-buttons",
3
3
  "description": "Kendo UI for Vue Buttons package",
4
- "version": "4.1.0",
4
+ "version": "4.1.1-dev.202312191614",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -41,15 +41,15 @@
41
41
  "vue": "^2.6.12 || ^3.0.2"
42
42
  },
43
43
  "dependencies": {
44
- "@progress/kendo-vue-common": "4.1.0",
45
- "@progress/kendo-vue-popup": "4.1.0"
44
+ "@progress/kendo-vue-common": "4.1.1-dev.202312191614",
45
+ "@progress/kendo-vue-popup": "4.1.1-dev.202312191614"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@progress/kendo-drawing": "^1.5.12",
49
49
  "@progress/kendo-svg-icons": "^2.0.0",
50
- "@progress/kendo-vue-dropdowns": "4.1.0",
51
- "@progress/kendo-vue-inputs": "4.1.0",
52
- "@progress/kendo-vue-layout": "4.1.0"
50
+ "@progress/kendo-vue-dropdowns": "4.1.1-dev.202312191614",
51
+ "@progress/kendo-vue-inputs": "4.1.1-dev.202312191614",
52
+ "@progress/kendo-vue-layout": "4.1.1-dev.202312191614"
53
53
  },
54
54
  "@progress": {
55
55
  "friendlyName": "Buttons",