@progress/kendo-vue-treelist 3.7.4-dev.202301091431 → 3.7.4-dev.202301131104

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.
@@ -110,6 +110,14 @@ var TreeListVue2 = {
110
110
  'k-grid': true
111
111
  }, _a[this.$props.className] = this.$props.className, _a['k-grid-md'] = !size, _a["k-grid-".concat(kendoThemeMaps.sizeMap[size] || size)] = size, _a['k-treelist-scrollable'] = scrollable !== 'none', _a;
112
112
  },
113
+ toolbarClass: function toolbarClass() {
114
+ var _a;
115
+ var size = this.$props.size;
116
+ return _a = {
117
+ 'k-toolbar': true,
118
+ 'k-grid-toolbar': true
119
+ }, _a["k-toolbar-".concat(kendoThemeMaps.sizeMap[size] || size)] = size, _a;
120
+ },
113
121
  gridTableClass: function gridTableClass() {
114
122
  var _a;
115
123
  var size = this.$props.size;
@@ -826,7 +834,7 @@ var TreeListVue2 = {
826
834
  } : 'treeListNav'
827
835
  }, _this2.v3 ? function () {
828
836
  return [_this2.$props.toolbar && h("div", {
829
- "class": "k-toolbar k-grid-toolbar"
837
+ "class": _this2.toolbarClass
830
838
  }, [toolbar]),
831
839
  // // @ts-ignore
832
840
  // <TableSelection
@@ -856,7 +864,7 @@ var TreeListVue2 = {
856
864
  // </TableSelection>
857
865
  , pager, clues];
858
866
  } : [_this2.$props.toolbar && h("div", {
859
- "class": "k-toolbar k-grid-toolbar"
867
+ "class": _this2.toolbarClass
860
868
  }, [toolbar]), h("table", {
861
869
  "class": _this2.gridTableClass,
862
870
  style: __assign(__assign({}, tableProps.style || {}), {
@@ -901,7 +909,7 @@ var TreeListVue2 = {
901
909
  } : 'treeListNav'
902
910
  }, _this2.v3 ? function () {
903
911
  return [_this2.$props.toolbar && h("div", {
904
- "class": "k-toolbar k-grid-toolbar"
912
+ "class": _this2.toolbarClass
905
913
  }, [toolbar]), h("table", {
906
914
  "class": _this2.gridTableClass,
907
915
  style: __assign(__assign({}, tableProps.style || {}), {
@@ -921,7 +929,7 @@ var TreeListVue2 = {
921
929
  role: 'presentation'
922
930
  }, [body])]), pager, clues];
923
931
  } : [_this2.$props.toolbar && h("div", {
924
- "class": "k-toolbar k-grid-toolbar"
932
+ "class": _this2.toolbarClass
925
933
  }, [toolbar]), h("table", {
926
934
  "class": _this2.gridTableClass,
927
935
  style: __assign(__assign({}, tableProps.style || {}), {
@@ -15,7 +15,7 @@ export interface TreeListDataStateChangeEvent extends TreeListEvent {
15
15
  /**
16
16
  * The state of the TreeList based on the user action.
17
17
  */
18
- dataState: {
18
+ data: {
19
19
  /**
20
20
  * The descriptors that are used for sorting.
21
21
  */
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-treelist',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1673274365,
8
+ publishDate: 1673607595,
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
  };
@@ -110,6 +110,14 @@ var TreeListVue2 = {
110
110
  'k-grid': true
111
111
  }, _a[this.$props.className] = this.$props.className, _a['k-grid-md'] = !size, _a["k-grid-".concat(kendoThemeMaps.sizeMap[size] || size)] = size, _a['k-treelist-scrollable'] = scrollable !== 'none', _a;
112
112
  },
113
+ toolbarClass: function toolbarClass() {
114
+ var _a;
115
+ var size = this.$props.size;
116
+ return _a = {
117
+ 'k-toolbar': true,
118
+ 'k-grid-toolbar': true
119
+ }, _a["k-toolbar-".concat(kendoThemeMaps.sizeMap[size] || size)] = size, _a;
120
+ },
113
121
  gridTableClass: function gridTableClass() {
114
122
  var _a;
115
123
  var size = this.$props.size;
@@ -826,7 +834,7 @@ var TreeListVue2 = {
826
834
  } : 'treeListNav'
827
835
  }, _this2.v3 ? function () {
828
836
  return [_this2.$props.toolbar && h("div", {
829
- "class": "k-toolbar k-grid-toolbar"
837
+ "class": _this2.toolbarClass
830
838
  }, [toolbar]),
831
839
  // // @ts-ignore
832
840
  // <TableSelection
@@ -856,7 +864,7 @@ var TreeListVue2 = {
856
864
  // </TableSelection>
857
865
  , pager, clues];
858
866
  } : [_this2.$props.toolbar && h("div", {
859
- "class": "k-toolbar k-grid-toolbar"
867
+ "class": _this2.toolbarClass
860
868
  }, [toolbar]), h("table", {
861
869
  "class": _this2.gridTableClass,
862
870
  style: __assign(__assign({}, tableProps.style || {}), {
@@ -901,7 +909,7 @@ var TreeListVue2 = {
901
909
  } : 'treeListNav'
902
910
  }, _this2.v3 ? function () {
903
911
  return [_this2.$props.toolbar && h("div", {
904
- "class": "k-toolbar k-grid-toolbar"
912
+ "class": _this2.toolbarClass
905
913
  }, [toolbar]), h("table", {
906
914
  "class": _this2.gridTableClass,
907
915
  style: __assign(__assign({}, tableProps.style || {}), {
@@ -921,7 +929,7 @@ var TreeListVue2 = {
921
929
  role: 'presentation'
922
930
  }, [body])]), pager, clues];
923
931
  } : [_this2.$props.toolbar && h("div", {
924
- "class": "k-toolbar k-grid-toolbar"
932
+ "class": _this2.toolbarClass
925
933
  }, [toolbar]), h("table", {
926
934
  "class": _this2.gridTableClass,
927
935
  style: __assign(__assign({}, tableProps.style || {}), {
@@ -15,7 +15,7 @@ export interface TreeListDataStateChangeEvent extends TreeListEvent {
15
15
  /**
16
16
  * The state of the TreeList based on the user action.
17
17
  */
18
- dataState: {
18
+ data: {
19
19
  /**
20
20
  * The descriptors that are used for sorting.
21
21
  */
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-treelist',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1673274365,
8
+ publishDate: 1673607595,
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
  };
@@ -116,6 +116,14 @@ var TreeListVue2 = {
116
116
  'k-grid': true
117
117
  }, _a[this.$props.className] = this.$props.className, _a['k-grid-md'] = !size, _a["k-grid-".concat(kendo_vue_common_1.kendoThemeMaps.sizeMap[size] || size)] = size, _a['k-treelist-scrollable'] = scrollable !== 'none', _a;
118
118
  },
119
+ toolbarClass: function toolbarClass() {
120
+ var _a;
121
+ var size = this.$props.size;
122
+ return _a = {
123
+ 'k-toolbar': true,
124
+ 'k-grid-toolbar': true
125
+ }, _a["k-toolbar-".concat(kendo_vue_common_1.kendoThemeMaps.sizeMap[size] || size)] = size, _a;
126
+ },
119
127
  gridTableClass: function gridTableClass() {
120
128
  var _a;
121
129
  var size = this.$props.size;
@@ -832,7 +840,7 @@ var TreeListVue2 = {
832
840
  } : 'treeListNav'
833
841
  }, _this2.v3 ? function () {
834
842
  return [_this2.$props.toolbar && h("div", {
835
- "class": "k-toolbar k-grid-toolbar"
843
+ "class": _this2.toolbarClass
836
844
  }, [toolbar]),
837
845
  // // @ts-ignore
838
846
  // <TableSelection
@@ -862,7 +870,7 @@ var TreeListVue2 = {
862
870
  // </TableSelection>
863
871
  , pager, clues];
864
872
  } : [_this2.$props.toolbar && h("div", {
865
- "class": "k-toolbar k-grid-toolbar"
873
+ "class": _this2.toolbarClass
866
874
  }, [toolbar]), h("table", {
867
875
  "class": _this2.gridTableClass,
868
876
  style: __assign(__assign({}, tableProps.style || {}), {
@@ -907,7 +915,7 @@ var TreeListVue2 = {
907
915
  } : 'treeListNav'
908
916
  }, _this2.v3 ? function () {
909
917
  return [_this2.$props.toolbar && h("div", {
910
- "class": "k-toolbar k-grid-toolbar"
918
+ "class": _this2.toolbarClass
911
919
  }, [toolbar]), h("table", {
912
920
  "class": _this2.gridTableClass,
913
921
  style: __assign(__assign({}, tableProps.style || {}), {
@@ -927,7 +935,7 @@ var TreeListVue2 = {
927
935
  role: 'presentation'
928
936
  }, [body])]), pager, clues];
929
937
  } : [_this2.$props.toolbar && h("div", {
930
- "class": "k-toolbar k-grid-toolbar"
938
+ "class": _this2.toolbarClass
931
939
  }, [toolbar]), h("table", {
932
940
  "class": _this2.gridTableClass,
933
941
  style: __assign(__assign({}, tableProps.style || {}), {
@@ -15,7 +15,7 @@ export interface TreeListDataStateChangeEvent extends TreeListEvent {
15
15
  /**
16
16
  * The state of the TreeList based on the user action.
17
17
  */
18
- dataState: {
18
+ data: {
19
19
  /**
20
20
  * The descriptors that are used for sorting.
21
21
  */
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-vue-treelist',
9
9
  productName: 'Kendo UI for Vue',
10
10
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
11
- publishDate: 1673274365,
11
+ publishDate: 1673607595,
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-treelist",
3
- "version": "3.7.4-dev.202301091431",
3
+ "version": "3.7.4-dev.202301131104",
4
4
  "description": "Kendo UI for Vue TreeList package",
5
5
  "repository": {
6
6
  "type": "git",
@@ -48,7 +48,7 @@
48
48
  "vue": "^2.6.12 || ^3.0.2"
49
49
  },
50
50
  "dependencies": {
51
- "@progress/kendo-vue-common": "3.7.4-dev.202301091431"
51
+ "@progress/kendo-vue-common": "3.7.4-dev.202301131104"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@progress/kendo-data-query": "^1.0.0",
@@ -56,16 +56,16 @@
56
56
  "@progress/kendo-drawing": "^1.8.0",
57
57
  "@progress/kendo-licensing": "^1.3.0",
58
58
  "@progress/kendo-svg-icons": "^1.0.0",
59
- "@progress/kendo-vue-buttons": "3.7.4-dev.202301091431",
60
- "@progress/kendo-vue-data-tools": "3.7.4-dev.202301091431",
61
- "@progress/kendo-vue-dateinputs": "3.7.4-dev.202301091431",
62
- "@progress/kendo-vue-dialogs": "3.7.4-dev.202301091431",
63
- "@progress/kendo-vue-dropdowns": "3.7.4-dev.202301091431",
64
- "@progress/kendo-vue-excel-export": "3.7.4-dev.202301091431",
65
- "@progress/kendo-vue-inputs": "3.7.4-dev.202301091431",
66
- "@progress/kendo-vue-intl": "3.7.4-dev.202301091431",
67
- "@progress/kendo-vue-labels": "3.7.4-dev.202301091431",
68
- "@progress/kendo-vue-pdf": "3.7.4-dev.202301091431"
59
+ "@progress/kendo-vue-buttons": "3.7.4-dev.202301131104",
60
+ "@progress/kendo-vue-data-tools": "3.7.4-dev.202301131104",
61
+ "@progress/kendo-vue-dateinputs": "3.7.4-dev.202301131104",
62
+ "@progress/kendo-vue-dialogs": "3.7.4-dev.202301131104",
63
+ "@progress/kendo-vue-dropdowns": "3.7.4-dev.202301131104",
64
+ "@progress/kendo-vue-excel-export": "3.7.4-dev.202301131104",
65
+ "@progress/kendo-vue-inputs": "3.7.4-dev.202301131104",
66
+ "@progress/kendo-vue-intl": "3.7.4-dev.202301131104",
67
+ "@progress/kendo-vue-labels": "3.7.4-dev.202301131104",
68
+ "@progress/kendo-vue-pdf": "3.7.4-dev.202301131104"
69
69
  },
70
70
  "@progress": {
71
71
  "friendlyName": "TreeList",