@progress/kendo-vue-grid 3.0.0 → 3.0.2
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.
|
@@ -81,7 +81,7 @@ var GroupingIndicatorVue2 = {
|
|
|
81
81
|
_this.indicatorContainerRef = el;
|
|
82
82
|
} : 'indicatorContainer'
|
|
83
83
|
}, [h("div", {
|
|
84
|
-
"class": "k-chip k-chip-
|
|
84
|
+
"class": "k-chip k-chip-lg k-rounded-md k-chip-solid k-chip-solid-base"
|
|
85
85
|
}, [h("span", {
|
|
86
86
|
"class": 'k-chip-icon k-icon k-i-sort-' + _this2.$props.dir + '-sm'
|
|
87
87
|
}), h("span", {
|
|
@@ -117,7 +117,7 @@ var GroupingIndicatorVue2 = {
|
|
|
117
117
|
_this.indicatorContainerRef = el;
|
|
118
118
|
} : 'indicatorContainer'
|
|
119
119
|
}, [h("div", {
|
|
120
|
-
"class": "k-chip k-chip-
|
|
120
|
+
"class": "k-chip k-chip-lg k-rounded-md k-chip-solid k-chip-solid-base"
|
|
121
121
|
}, [h("span", {
|
|
122
122
|
"class": 'k-chip-icon k-icon k-i-sort-' + _this2.$props.dir + '-sm'
|
|
123
123
|
}), h("span", {
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-grid',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1643195093,
|
|
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
|
};
|
|
@@ -90,7 +90,7 @@ var GroupingIndicatorVue2 = {
|
|
|
90
90
|
_this.indicatorContainerRef = el;
|
|
91
91
|
} : 'indicatorContainer'
|
|
92
92
|
}, [h("div", {
|
|
93
|
-
"class": "k-chip k-chip-
|
|
93
|
+
"class": "k-chip k-chip-lg k-rounded-md k-chip-solid k-chip-solid-base"
|
|
94
94
|
}, [h("span", {
|
|
95
95
|
"class": 'k-chip-icon k-icon k-i-sort-' + _this2.$props.dir + '-sm'
|
|
96
96
|
}), h("span", {
|
|
@@ -126,7 +126,7 @@ var GroupingIndicatorVue2 = {
|
|
|
126
126
|
_this.indicatorContainerRef = el;
|
|
127
127
|
} : 'indicatorContainer'
|
|
128
128
|
}, [h("div", {
|
|
129
|
-
"class": "k-chip k-chip-
|
|
129
|
+
"class": "k-chip k-chip-lg k-rounded-md k-chip-solid k-chip-solid-base"
|
|
130
130
|
}, [h("span", {
|
|
131
131
|
"class": 'k-chip-icon k-icon k-i-sort-' + _this2.$props.dir + '-sm'
|
|
132
132
|
}), h("span", {
|
|
@@ -8,7 +8,7 @@ exports.packageMetadata = {
|
|
|
8
8
|
name: '@progress/kendo-vue-grid',
|
|
9
9
|
productName: 'Kendo UI for Vue',
|
|
10
10
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
11
|
-
publishDate:
|
|
11
|
+
publishDate: 1643195093,
|
|
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-vue-grid",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"description": "Kendo UI for Vue Grid package",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,23 +34,23 @@
|
|
|
34
34
|
"vue": "^2.6.12 || ^3.0.2"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@progress/kendo-vue-common": "3.0.
|
|
37
|
+
"@progress/kendo-vue-common": "3.0.2"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@progress/kendo-data-query": "^1.5.4",
|
|
41
41
|
"@progress/kendo-drawing": "^1.9.3",
|
|
42
42
|
"@progress/kendo-licensing": "^1.1.0",
|
|
43
|
-
"@progress/kendo-vue-animation": "3.0.
|
|
44
|
-
"@progress/kendo-vue-buttons": "3.0.
|
|
45
|
-
"@progress/kendo-vue-charts": "3.0.
|
|
46
|
-
"@progress/kendo-vue-data-tools": "3.0.
|
|
47
|
-
"@progress/kendo-vue-dateinputs": "3.0.
|
|
48
|
-
"@progress/kendo-vue-dropdowns": "3.0.
|
|
49
|
-
"@progress/kendo-vue-excel-export": "3.0.
|
|
50
|
-
"@progress/kendo-vue-inputs": "3.0.
|
|
51
|
-
"@progress/kendo-vue-intl": "3.0.
|
|
52
|
-
"@progress/kendo-vue-pdf": "3.0.
|
|
53
|
-
"@progress/kendo-vue-popup": "3.0.
|
|
43
|
+
"@progress/kendo-vue-animation": "3.0.2",
|
|
44
|
+
"@progress/kendo-vue-buttons": "3.0.2",
|
|
45
|
+
"@progress/kendo-vue-charts": "3.0.2",
|
|
46
|
+
"@progress/kendo-vue-data-tools": "3.0.2",
|
|
47
|
+
"@progress/kendo-vue-dateinputs": "3.0.2",
|
|
48
|
+
"@progress/kendo-vue-dropdowns": "3.0.2",
|
|
49
|
+
"@progress/kendo-vue-excel-export": "3.0.2",
|
|
50
|
+
"@progress/kendo-vue-inputs": "3.0.2",
|
|
51
|
+
"@progress/kendo-vue-intl": "3.0.2",
|
|
52
|
+
"@progress/kendo-vue-pdf": "3.0.2",
|
|
53
|
+
"@progress/kendo-vue-popup": "3.0.2",
|
|
54
54
|
"cldr-core": "^34.0.0",
|
|
55
55
|
"cldr-dates-full": "^34.0.0",
|
|
56
56
|
"cldr-numbers-full": "^34.0.0",
|