@progress/kendo-vue-buttons 4.3.0-dev.202401291303 → 4.3.0-dev.202401301055
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.
package/dist/es/Button.js
CHANGED
|
@@ -103,12 +103,13 @@ var ButtonVue2 = {
|
|
|
103
103
|
iconClass = _b.iconClass,
|
|
104
104
|
imageUrl = _b.imageUrl,
|
|
105
105
|
dir = _b.dir,
|
|
106
|
+
svgIcon = _b.svgIcon,
|
|
106
107
|
size = _b.size,
|
|
107
108
|
shape = _b.shape,
|
|
108
109
|
rounded = _b.rounded,
|
|
109
110
|
fillMode = _b.fillMode,
|
|
110
111
|
themeColor = _b.themeColor;
|
|
111
|
-
var hasIcon = icon !== undefined || iconClass !== undefined || imageUrl !== undefined;
|
|
112
|
+
var hasIcon = svgIcon !== undefined || icon !== undefined || iconClass !== undefined || imageUrl !== undefined;
|
|
112
113
|
var defaultSlot = getDefaultSlots(this);
|
|
113
114
|
var hasChildren = defaultSlot;
|
|
114
115
|
return _a = {}, _a[styles.button] = true, _a["k-button-".concat(kendoThemeMaps.sizeMap[size] || size)] = size, _a["k-button-".concat(shape)] = shape && shape !== 'rectangle', _a["k-rounded-".concat(kendoThemeMaps.roundedMap[rounded] || rounded)] = rounded, _a['k-icon-button'] = !hasChildren && hasIcon, _a['k-disabled'] = disabled, _a['k-selected'] = this.computedSelected, _a['k-rtl'] = dir === 'rtl', _a["k-button-".concat(fillMode)] = fillMode, _a["k-button-".concat(fillMode, "-").concat(themeColor)] = fillMode && themeColor, _a;
|
|
@@ -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:
|
|
8
|
+
publishDate: 1706611372,
|
|
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
|
};
|
package/dist/esm/Button.js
CHANGED
|
@@ -103,12 +103,13 @@ var ButtonVue2 = {
|
|
|
103
103
|
iconClass = _b.iconClass,
|
|
104
104
|
imageUrl = _b.imageUrl,
|
|
105
105
|
dir = _b.dir,
|
|
106
|
+
svgIcon = _b.svgIcon,
|
|
106
107
|
size = _b.size,
|
|
107
108
|
shape = _b.shape,
|
|
108
109
|
rounded = _b.rounded,
|
|
109
110
|
fillMode = _b.fillMode,
|
|
110
111
|
themeColor = _b.themeColor;
|
|
111
|
-
var hasIcon = icon !== undefined || iconClass !== undefined || imageUrl !== undefined;
|
|
112
|
+
var hasIcon = svgIcon !== undefined || icon !== undefined || iconClass !== undefined || imageUrl !== undefined;
|
|
112
113
|
var defaultSlot = getDefaultSlots(this);
|
|
113
114
|
var hasChildren = defaultSlot;
|
|
114
115
|
return _a = {}, _a[styles.button] = true, _a["k-button-".concat(kendoThemeMaps.sizeMap[size] || size)] = size, _a["k-button-".concat(shape)] = shape && shape !== 'rectangle', _a["k-rounded-".concat(kendoThemeMaps.roundedMap[rounded] || rounded)] = rounded, _a['k-icon-button'] = !hasChildren && hasIcon, _a['k-disabled'] = disabled, _a['k-selected'] = this.computedSelected, _a['k-rtl'] = dir === 'rtl', _a["k-button-".concat(fillMode)] = fillMode, _a["k-button-".concat(fillMode, "-").concat(themeColor)] = fillMode && themeColor, _a;
|
|
@@ -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:
|
|
8
|
+
publishDate: 1706611372,
|
|
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
|
};
|
package/dist/npm/Button.js
CHANGED
|
@@ -109,12 +109,13 @@ var ButtonVue2 = {
|
|
|
109
109
|
iconClass = _b.iconClass,
|
|
110
110
|
imageUrl = _b.imageUrl,
|
|
111
111
|
dir = _b.dir,
|
|
112
|
+
svgIcon = _b.svgIcon,
|
|
112
113
|
size = _b.size,
|
|
113
114
|
shape = _b.shape,
|
|
114
115
|
rounded = _b.rounded,
|
|
115
116
|
fillMode = _b.fillMode,
|
|
116
117
|
themeColor = _b.themeColor;
|
|
117
|
-
var hasIcon = icon !== undefined || iconClass !== undefined || imageUrl !== undefined;
|
|
118
|
+
var hasIcon = svgIcon !== undefined || icon !== undefined || iconClass !== undefined || imageUrl !== undefined;
|
|
118
119
|
var defaultSlot = (0, kendo_vue_common_1.getDefaultSlots)(this);
|
|
119
120
|
var hasChildren = defaultSlot;
|
|
120
121
|
return _a = {}, _a[styles.button] = true, _a["k-button-".concat(kendo_vue_common_1.kendoThemeMaps.sizeMap[size] || size)] = size, _a["k-button-".concat(shape)] = shape && shape !== 'rectangle', _a["k-rounded-".concat(kendo_vue_common_1.kendoThemeMaps.roundedMap[rounded] || rounded)] = rounded, _a['k-icon-button'] = !hasChildren && hasIcon, _a['k-disabled'] = disabled, _a['k-selected'] = this.computedSelected, _a['k-rtl'] = dir === 'rtl', _a["k-button-".concat(fillMode)] = fillMode, _a["k-button-".concat(fillMode, "-").concat(themeColor)] = fillMode && themeColor, _a;
|
|
@@ -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:
|
|
11
|
+
publishDate: 1706611372,
|
|
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.3.0-dev.
|
|
4
|
+
"version": "4.3.0-dev.202401301055",
|
|
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.3.0-dev.
|
|
45
|
-
"@progress/kendo-vue-popup": "4.3.0-dev.
|
|
44
|
+
"@progress/kendo-vue-common": "4.3.0-dev.202401301055",
|
|
45
|
+
"@progress/kendo-vue-popup": "4.3.0-dev.202401301055"
|
|
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.3.0-dev.
|
|
51
|
-
"@progress/kendo-vue-inputs": "4.3.0-dev.
|
|
52
|
-
"@progress/kendo-vue-layout": "4.3.0-dev.
|
|
50
|
+
"@progress/kendo-vue-dropdowns": "4.3.0-dev.202401301055",
|
|
51
|
+
"@progress/kendo-vue-inputs": "4.3.0-dev.202401301055",
|
|
52
|
+
"@progress/kendo-vue-layout": "4.3.0-dev.202401301055"
|
|
53
53
|
},
|
|
54
54
|
"@progress": {
|
|
55
55
|
"friendlyName": "Buttons",
|