@progress/kendo-vue-data-tools 3.4.4 → 3.4.5-dev.202207300828

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.
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-data-tools',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1658485556,
8
+ publishDate: 1659169396,
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
  };
@@ -261,7 +261,7 @@ var PagerVue2 = {
261
261
  if (settings.previousNext) {
262
262
  first = // @ts-ignore function children
263
263
  h(PagerNavigationButton, {
264
- "class": 'k-pager-first' + (this.currentPage === 1 ? ' k-state-disabled' : ''),
264
+ "class": 'k-pager-first' + (this.currentPage === 1 ? ' k-disabled' : ''),
265
265
  page: 1,
266
266
  attrs: this.v3 ? undefined : {
267
267
  page: 1,
@@ -277,7 +277,7 @@ var PagerVue2 = {
277
277
  });
278
278
  prev = // @ts-ignore function children
279
279
  h(PagerNavigationButton, {
280
- "class": this.currentPage === 1 ? ' k-state-disabled' : '',
280
+ "class": this.currentPage === 1 ? ' k-disabled' : '',
281
281
  page: this.currentPage - 1,
282
282
  attrs: this.v3 ? undefined : {
283
283
  page: this.currentPage - 1,
@@ -293,7 +293,7 @@ var PagerVue2 = {
293
293
  });
294
294
  next = // @ts-ignore function children
295
295
  h(PagerNavigationButton, {
296
- "class": this.currentPage === this.totalPages ? ' k-state-disabled' : '',
296
+ "class": this.currentPage === this.totalPages ? ' k-disabled' : '',
297
297
  page: this.currentPage + 1,
298
298
  attrs: this.v3 ? undefined : {
299
299
  page: this.currentPage + 1,
@@ -309,7 +309,7 @@ var PagerVue2 = {
309
309
  });
310
310
  last = // @ts-ignore function children
311
311
  h(PagerNavigationButton, {
312
- "class": 'k-pager-last' + (this.currentPage === this.totalPages ? ' k-state-disabled' : ''),
312
+ "class": 'k-pager-last' + (this.currentPage === this.totalPages ? ' k-disabled' : ''),
313
313
  page: this.totalPages,
314
314
  attrs: this.v3 ? undefined : {
315
315
  page: this.totalPages,
@@ -109,7 +109,7 @@ var PagerNumericButtonsVue2 = {
109
109
  return _this.click(e, page);
110
110
  }
111
111
  },
112
- "class": this.$props.currentPage === page ? 'k-link k-state-selected' : 'k-link'
112
+ "class": this.$props.currentPage === page ? 'k-link k-selected' : 'k-link'
113
113
  }, [page])]);
114
114
  }, this);
115
115
 
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-vue-data-tools',
9
9
  productName: 'Kendo UI for Vue',
10
10
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
11
- publishDate: 1658485556,
11
+ publishDate: 1659169396,
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
  };
@@ -277,7 +277,7 @@ var PagerVue2 = {
277
277
  if (settings.previousNext) {
278
278
  first = // @ts-ignore function children
279
279
  h(PagerNavigationButton_1.PagerNavigationButton, {
280
- "class": 'k-pager-first' + (this.currentPage === 1 ? ' k-state-disabled' : ''),
280
+ "class": 'k-pager-first' + (this.currentPage === 1 ? ' k-disabled' : ''),
281
281
  page: 1,
282
282
  attrs: this.v3 ? undefined : {
283
283
  page: 1,
@@ -293,7 +293,7 @@ var PagerVue2 = {
293
293
  });
294
294
  prev = // @ts-ignore function children
295
295
  h(PagerNavigationButton_1.PagerNavigationButton, {
296
- "class": this.currentPage === 1 ? ' k-state-disabled' : '',
296
+ "class": this.currentPage === 1 ? ' k-disabled' : '',
297
297
  page: this.currentPage - 1,
298
298
  attrs: this.v3 ? undefined : {
299
299
  page: this.currentPage - 1,
@@ -309,7 +309,7 @@ var PagerVue2 = {
309
309
  });
310
310
  next = // @ts-ignore function children
311
311
  h(PagerNavigationButton_1.PagerNavigationButton, {
312
- "class": this.currentPage === this.totalPages ? ' k-state-disabled' : '',
312
+ "class": this.currentPage === this.totalPages ? ' k-disabled' : '',
313
313
  page: this.currentPage + 1,
314
314
  attrs: this.v3 ? undefined : {
315
315
  page: this.currentPage + 1,
@@ -325,7 +325,7 @@ var PagerVue2 = {
325
325
  });
326
326
  last = // @ts-ignore function children
327
327
  h(PagerNavigationButton_1.PagerNavigationButton, {
328
- "class": 'k-pager-last' + (this.currentPage === this.totalPages ? ' k-state-disabled' : ''),
328
+ "class": 'k-pager-last' + (this.currentPage === this.totalPages ? ' k-disabled' : ''),
329
329
  page: this.totalPages,
330
330
  attrs: this.v3 ? undefined : {
331
331
  page: this.totalPages,
@@ -117,7 +117,7 @@ var PagerNumericButtonsVue2 = {
117
117
  return _this.click(e, page);
118
118
  }
119
119
  },
120
- "class": this.$props.currentPage === page ? 'k-link k-state-selected' : 'k-link'
120
+ "class": this.$props.currentPage === page ? 'k-link k-selected' : 'k-link'
121
121
  }, [page])]);
122
122
  }, this);
123
123
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-vue-data-tools",
3
3
  "description": "Kendo UI for Vue Data Tools package",
4
- "version": "3.4.4",
4
+ "version": "3.4.5-dev.202207300828",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -39,21 +39,21 @@
39
39
  "vue": "^2.6.12 || ^3.0.2"
40
40
  },
41
41
  "dependencies": {
42
- "@progress/kendo-vue-common": "3.4.4"
42
+ "@progress/kendo-vue-common": "3.4.5-dev.202207300828"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@progress/kendo-data-query": "^1.0.0",
46
46
  "@progress/kendo-date-math": "^1.4.1",
47
47
  "@progress/kendo-drawing": "^1.8.0",
48
48
  "@progress/kendo-licensing": "^1.1.1",
49
- "@progress/kendo-vue-animation": "3.4.4",
50
- "@progress/kendo-vue-buttons": "3.4.4",
51
- "@progress/kendo-vue-dateinputs": "3.4.4",
52
- "@progress/kendo-vue-dropdowns": "3.4.4",
53
- "@progress/kendo-vue-grid": "3.4.4",
54
- "@progress/kendo-vue-inputs": "3.4.4",
55
- "@progress/kendo-vue-intl": "3.4.4",
56
- "@progress/kendo-vue-popup": "3.4.4"
49
+ "@progress/kendo-vue-animation": "3.4.5-dev.202207300828",
50
+ "@progress/kendo-vue-buttons": "3.4.5-dev.202207300828",
51
+ "@progress/kendo-vue-dateinputs": "3.4.5-dev.202207300828",
52
+ "@progress/kendo-vue-dropdowns": "3.4.5-dev.202207300828",
53
+ "@progress/kendo-vue-grid": "3.4.5-dev.202207300828",
54
+ "@progress/kendo-vue-inputs": "3.4.5-dev.202207300828",
55
+ "@progress/kendo-vue-intl": "3.4.5-dev.202207300828",
56
+ "@progress/kendo-vue-popup": "3.4.5-dev.202207300828"
57
57
  },
58
58
  "@progress": {
59
59
  "friendlyName": "Data Tools",