@progress/kendo-vue-grid 3.8.4-dev.202302151223 → 3.8.4-dev.202302160720

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.
@@ -39,7 +39,7 @@ var FooterRowVue2 = {
39
39
  var renderCell = function renderCell(column, index) {
40
40
  var footerCellRendering = null;
41
41
  var stickyClassName = column.locked && column.left !== undefined ? 'k-grid-footer-sticky' : '';
42
- var tdClassName = column.footerClassName ? "k-table-td ".concat(column.footerClassName, " ").concat(stickyClassName) : 'k-table-td' + stickyClassName;
42
+ var tdClassName = column.footerClassName ? "k-table-td ".concat(column.footerClassName, " ").concat(stickyClassName) : 'k-table-td ' + stickyClassName;
43
43
  footerCellRendering = getTemplate.call(this, {
44
44
  h: h,
45
45
  template: column.footerCell,
@@ -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: 1676463390,
8
+ publishDate: 1676531568,
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
  };
@@ -39,7 +39,7 @@ var FooterRowVue2 = {
39
39
  var renderCell = function renderCell(column, index) {
40
40
  var footerCellRendering = null;
41
41
  var stickyClassName = column.locked && column.left !== undefined ? 'k-grid-footer-sticky' : '';
42
- var tdClassName = column.footerClassName ? "k-table-td ".concat(column.footerClassName, " ").concat(stickyClassName) : 'k-table-td' + stickyClassName;
42
+ var tdClassName = column.footerClassName ? "k-table-td ".concat(column.footerClassName, " ").concat(stickyClassName) : 'k-table-td ' + stickyClassName;
43
43
  footerCellRendering = getTemplate.call(this, {
44
44
  h: h,
45
45
  template: column.footerCell,
@@ -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: 1676463390,
8
+ publishDate: 1676531568,
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
  };
@@ -45,7 +45,7 @@ var FooterRowVue2 = {
45
45
  var renderCell = function renderCell(column, index) {
46
46
  var footerCellRendering = null;
47
47
  var stickyClassName = column.locked && column.left !== undefined ? 'k-grid-footer-sticky' : '';
48
- var tdClassName = column.footerClassName ? "k-table-td ".concat(column.footerClassName, " ").concat(stickyClassName) : 'k-table-td' + stickyClassName;
48
+ var tdClassName = column.footerClassName ? "k-table-td ".concat(column.footerClassName, " ").concat(stickyClassName) : 'k-table-td ' + stickyClassName;
49
49
  footerCellRendering = kendo_vue_common_1.getTemplate.call(this, {
50
50
  h: h,
51
51
  template: column.footerCell,
@@ -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: 1676463390,
11
+ publishDate: 1676531568,
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.8.4-dev.202302151223",
3
+ "version": "3.8.4-dev.202302160720",
4
4
  "description": "Kendo UI for Vue Grid package",
5
5
  "repository": {
6
6
  "type": "git",
@@ -42,25 +42,25 @@
42
42
  "vue": "^2.6.12 || ^3.0.2"
43
43
  },
44
44
  "dependencies": {
45
- "@progress/kendo-vue-common": "3.8.4-dev.202302151223"
45
+ "@progress/kendo-vue-common": "3.8.4-dev.202302160720"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@progress/kendo-data-query": "^1.5.4",
49
49
  "@progress/kendo-drawing": "^1.9.3",
50
50
  "@progress/kendo-licensing": "^1.3.0",
51
51
  "@progress/kendo-svg-icons": "^1.0.0",
52
- "@progress/kendo-vue-animation": "3.8.4-dev.202302151223",
53
- "@progress/kendo-vue-buttons": "3.8.4-dev.202302151223",
54
- "@progress/kendo-vue-charts": "3.8.4-dev.202302151223",
55
- "@progress/kendo-vue-data-tools": "3.8.4-dev.202302151223",
56
- "@progress/kendo-vue-dateinputs": "3.8.4-dev.202302151223",
57
- "@progress/kendo-vue-dropdowns": "3.8.4-dev.202302151223",
58
- "@progress/kendo-vue-excel-export": "3.8.4-dev.202302151223",
59
- "@progress/kendo-vue-indicators": "3.8.4-dev.202302151223",
60
- "@progress/kendo-vue-inputs": "3.8.4-dev.202302151223",
61
- "@progress/kendo-vue-intl": "3.8.4-dev.202302151223",
62
- "@progress/kendo-vue-pdf": "3.8.4-dev.202302151223",
63
- "@progress/kendo-vue-popup": "3.8.4-dev.202302151223",
52
+ "@progress/kendo-vue-animation": "3.8.4-dev.202302160720",
53
+ "@progress/kendo-vue-buttons": "3.8.4-dev.202302160720",
54
+ "@progress/kendo-vue-charts": "3.8.4-dev.202302160720",
55
+ "@progress/kendo-vue-data-tools": "3.8.4-dev.202302160720",
56
+ "@progress/kendo-vue-dateinputs": "3.8.4-dev.202302160720",
57
+ "@progress/kendo-vue-dropdowns": "3.8.4-dev.202302160720",
58
+ "@progress/kendo-vue-excel-export": "3.8.4-dev.202302160720",
59
+ "@progress/kendo-vue-indicators": "3.8.4-dev.202302160720",
60
+ "@progress/kendo-vue-inputs": "3.8.4-dev.202302160720",
61
+ "@progress/kendo-vue-intl": "3.8.4-dev.202302160720",
62
+ "@progress/kendo-vue-pdf": "3.8.4-dev.202302160720",
63
+ "@progress/kendo-vue-popup": "3.8.4-dev.202302160720",
64
64
  "cldr-core": "^41.0.0",
65
65
  "cldr-dates-full": "^41.0.0",
66
66
  "cldr-numbers-full": "^41.0.0",