@progress/kendo-vue-data-tools 3.6.0-dev.202209131316 → 3.6.1-dev.202209141101

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.
@@ -106,7 +106,7 @@ var FilterCellVue2 = {
106
106
  value: selectedOperator,
107
107
  attrs: this.v3 ? undefined : {
108
108
  value: selectedOperator,
109
- iconClassName: "k-i-filter k-icon",
109
+ iconClassName: "k-i-filter k-button-icon",
110
110
  "data-items": this.$props.operators,
111
111
  textField: "text",
112
112
  title: ls.toLanguageString(filterChooseOperator, messages[filterChooseOperator]),
@@ -116,7 +116,7 @@ var FilterCellVue2 = {
116
116
  "aria-label": this.ariaLabel || ls.toLanguageString(filterDropDownOperatorAriaLabel, messages[filterDropDownOperatorAriaLabel])
117
117
  },
118
118
  "class": "k-dropdown-operator",
119
- iconClassName: "k-i-filter k-icon",
119
+ iconClassName: "k-i-filter k-button-icon",
120
120
  "data-items": this.$props.operators,
121
121
  textField: "text",
122
122
  title: ls.toLanguageString(filterChooseOperator, messages[filterChooseOperator]),
@@ -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: 1663074568,
8
+ publishDate: 1663152837,
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
  };
@@ -106,7 +106,7 @@ var FilterCellVue2 = {
106
106
  value: selectedOperator,
107
107
  attrs: this.v3 ? undefined : {
108
108
  value: selectedOperator,
109
- iconClassName: "k-i-filter k-icon",
109
+ iconClassName: "k-i-filter k-button-icon",
110
110
  "data-items": this.$props.operators,
111
111
  textField: "text",
112
112
  title: ls.toLanguageString(filterChooseOperator, messages[filterChooseOperator]),
@@ -116,7 +116,7 @@ var FilterCellVue2 = {
116
116
  "aria-label": this.ariaLabel || ls.toLanguageString(filterDropDownOperatorAriaLabel, messages[filterDropDownOperatorAriaLabel])
117
117
  },
118
118
  "class": "k-dropdown-operator",
119
- iconClassName: "k-i-filter k-icon",
119
+ iconClassName: "k-i-filter k-button-icon",
120
120
  "data-items": this.$props.operators,
121
121
  textField: "text",
122
122
  title: ls.toLanguageString(filterChooseOperator, messages[filterChooseOperator]),
@@ -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: 1663074568,
8
+ publishDate: 1663152837,
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
  };
@@ -122,7 +122,7 @@ var FilterCellVue2 = {
122
122
  value: selectedOperator,
123
123
  attrs: this.v3 ? undefined : {
124
124
  value: selectedOperator,
125
- iconClassName: "k-i-filter k-icon",
125
+ iconClassName: "k-i-filter k-button-icon",
126
126
  "data-items": this.$props.operators,
127
127
  textField: "text",
128
128
  title: ls.toLanguageString(main_1.columnMenuFilterChooseOperator, main_1.messages[main_1.columnMenuFilterChooseOperator]),
@@ -132,7 +132,7 @@ var FilterCellVue2 = {
132
132
  "aria-label": this.ariaLabel || ls.toLanguageString(main_1.filterDropDownOperatorAriaLabel, main_1.messages[main_1.filterDropDownOperatorAriaLabel])
133
133
  },
134
134
  "class": "k-dropdown-operator",
135
- iconClassName: "k-i-filter k-icon",
135
+ iconClassName: "k-i-filter k-button-icon",
136
136
  "data-items": this.$props.operators,
137
137
  textField: "text",
138
138
  title: ls.toLanguageString(main_1.columnMenuFilterChooseOperator, main_1.messages[main_1.columnMenuFilterChooseOperator]),
@@ -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: 1663074568,
11
+ publishDate: 1663152837,
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-data-tools",
3
3
  "description": "Kendo UI for Vue Data Tools package",
4
- "version": "3.6.0-dev.202209131316",
4
+ "version": "3.6.1-dev.202209141101",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -37,29 +37,29 @@
37
37
  "peerDependencies": {
38
38
  "@progress/kendo-data-query": "^1.5.4",
39
39
  "@progress/kendo-drawing": "^1.9.3",
40
- "@progress/kendo-vue-buttons": "^3.2.0",
41
- "@progress/kendo-vue-dateinputs": "^3.2.0",
42
- "@progress/kendo-vue-dropdowns": "^3.2.0",
43
- "@progress/kendo-vue-inputs": "^3.2.0",
44
- "@progress/kendo-vue-intl": "^3.2.0",
40
+ "@progress/kendo-vue-buttons": "^3.6.0",
41
+ "@progress/kendo-vue-dateinputs": "^3.6.0",
42
+ "@progress/kendo-vue-dropdowns": "^3.6.0",
43
+ "@progress/kendo-vue-inputs": "^3.6.0",
44
+ "@progress/kendo-vue-intl": "^3.6.0",
45
45
  "vue": "^2.6.12 || ^3.0.2"
46
46
  },
47
47
  "dependencies": {
48
- "@progress/kendo-vue-common": "3.6.0-dev.202209131316"
48
+ "@progress/kendo-vue-common": "3.6.1-dev.202209141101"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@progress/kendo-data-query": "^1.0.0",
52
52
  "@progress/kendo-date-math": "^1.4.1",
53
53
  "@progress/kendo-drawing": "^1.8.0",
54
54
  "@progress/kendo-licensing": "^1.1.1",
55
- "@progress/kendo-vue-animation": "3.6.0-dev.202209131316",
56
- "@progress/kendo-vue-buttons": "3.6.0-dev.202209131316",
57
- "@progress/kendo-vue-dateinputs": "3.6.0-dev.202209131316",
58
- "@progress/kendo-vue-dropdowns": "3.6.0-dev.202209131316",
59
- "@progress/kendo-vue-grid": "3.6.0-dev.202209131316",
60
- "@progress/kendo-vue-inputs": "3.6.0-dev.202209131316",
61
- "@progress/kendo-vue-intl": "3.6.0-dev.202209131316",
62
- "@progress/kendo-vue-popup": "3.6.0-dev.202209131316"
55
+ "@progress/kendo-vue-animation": "3.6.1-dev.202209141101",
56
+ "@progress/kendo-vue-buttons": "3.6.1-dev.202209141101",
57
+ "@progress/kendo-vue-dateinputs": "3.6.1-dev.202209141101",
58
+ "@progress/kendo-vue-dropdowns": "3.6.1-dev.202209141101",
59
+ "@progress/kendo-vue-grid": "3.6.1-dev.202209141101",
60
+ "@progress/kendo-vue-inputs": "3.6.1-dev.202209141101",
61
+ "@progress/kendo-vue-intl": "3.6.1-dev.202209141101",
62
+ "@progress/kendo-vue-popup": "3.6.1-dev.202209141101"
63
63
  },
64
64
  "@progress": {
65
65
  "friendlyName": "Data Tools",