@progress/kendo-react-grid 5.11.1-dev.202302131506 → 5.11.1-dev.202302171102

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.
package/dist/es/Grid.js CHANGED
@@ -749,7 +749,7 @@ var Grid = /** @class */ (function (_super) {
749
749
  'k-grid-md': !this.props.size
750
750
  },
751
751
  _c["k-table-".concat(kendoThemeMaps.sizeMap[this.props.size] || this.props.size)] = this.props.size,
752
- _c), this.props.className), role: "presentation", style: { userSelect: tableUserSelect, display: tableDisplay } },
752
+ _c)), role: "presentation", style: { userSelect: tableUserSelect, display: tableDisplay } },
753
753
  colGroups,
754
754
  React.createElement("tbody", __assign({ className: 'k-table-tbody', ref: this.tableBodyRef, role: 'rowgroup' }, tableKeyboardNavigationBodyAttributes), body)))),
755
755
  React.createElement("div", { className: "k-height-container", role: "presentation" },
@@ -46,8 +46,7 @@ var GroupPanel = /** @class */ (function (_super) {
46
46
  _this.onGroupSortChange(event, index, groupDesc, dir);
47
47
  }, onPress: _this.props.pressHandler, onDrag: _this.props.dragHandler, onRelease: _this.props.releaseHandler })); });
48
48
  return (React.createElement("div", { ref: this.props.refCallback, className: "k-grouping-header", role: "toolbar", "aria-label": intl(this).toLanguageString(groupPanelAriaLabel, messages[groupPanelAriaLabel]) },
49
- !!groups.length
50
- && React.createElement("div", { className: "k-chip-list k-chip-list-md" }, groups),
49
+ React.createElement("div", { className: "k-chip-list k-chip-list-md" }, groups),
51
50
  React.createElement("div", { className: "k-grouping-drop-container" },
52
51
  !groups.length && intl(this).toLanguageString(messageKey, messages[messageKey]),
53
52
  "\u00A0")));
@@ -98,7 +98,7 @@ var Header = /** @class */ (function (_super) {
98
98
  return (React.createElement("div", { ref: this.props.elemRef, className: classNames('k-grid-header', { 'k-grid-draggable-header': this.props.draggable }), role: "presentation" },
99
99
  React.createElement("div", { ref: function (div) { _this.headerWrap = div; }, className: "k-grid-header-wrap", style: this.scrollbarWidth ? {} : { borderWidth: 0 }, onScroll: this.onScroll, role: "presentation" },
100
100
  React.createElement("table", { ref: function (table) { _this.table = table; }, className: classNames('k-table k-grid-header-table', (_a = {
101
- 'k-grid-md': !this.props.size
101
+ 'k-table-md': !this.props.size
102
102
  },
103
103
  _a["k-table-".concat(kendoThemeMaps.sizeMap[this.props.size] || this.props.size)] = this.props.size,
104
104
  _a), this.props.className), role: "presentation" },
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-react-grid',
6
6
  productName: 'KendoReact',
7
7
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
8
- publishDate: 1676299603,
8
+ publishDate: 1676630927,
9
9
  version: '',
10
10
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
11
11
  };
package/dist/npm/Grid.js CHANGED
@@ -752,7 +752,7 @@ var Grid = /** @class */ (function (_super) {
752
752
  'k-grid-md': !this.props.size
753
753
  },
754
754
  _c["k-table-".concat(kendo_react_common_1.kendoThemeMaps.sizeMap[this.props.size] || this.props.size)] = this.props.size,
755
- _c), this.props.className), role: "presentation", style: { userSelect: tableUserSelect, display: tableDisplay } },
755
+ _c)), role: "presentation", style: { userSelect: tableUserSelect, display: tableDisplay } },
756
756
  colGroups,
757
757
  React.createElement("tbody", __assign({ className: 'k-table-tbody', ref: this.tableBodyRef, role: 'rowgroup' }, kendo_react_data_tools_1.tableKeyboardNavigationBodyAttributes), body)))),
758
758
  React.createElement("div", { className: "k-height-container", role: "presentation" },
@@ -49,8 +49,7 @@ var GroupPanel = /** @class */ (function (_super) {
49
49
  _this.onGroupSortChange(event, index, groupDesc, dir);
50
50
  }, onPress: _this.props.pressHandler, onDrag: _this.props.dragHandler, onRelease: _this.props.releaseHandler })); });
51
51
  return (React.createElement("div", { ref: this.props.refCallback, className: "k-grouping-header", role: "toolbar", "aria-label": (0, kendo_react_intl_1.provideLocalizationService)(this).toLanguageString(messages_1.groupPanelAriaLabel, messages_1.messages[messages_1.groupPanelAriaLabel]) },
52
- !!groups.length
53
- && React.createElement("div", { className: "k-chip-list k-chip-list-md" }, groups),
52
+ React.createElement("div", { className: "k-chip-list k-chip-list-md" }, groups),
54
53
  React.createElement("div", { className: "k-grouping-drop-container" },
55
54
  !groups.length && (0, kendo_react_intl_1.provideLocalizationService)(this).toLanguageString(messages_1.groupPanelEmpty, messages_1.messages[messages_1.groupPanelEmpty]),
56
55
  "\u00A0")));
@@ -101,7 +101,7 @@ var Header = /** @class */ (function (_super) {
101
101
  return (React.createElement("div", { ref: this.props.elemRef, className: (0, kendo_react_common_1.classNames)('k-grid-header', { 'k-grid-draggable-header': this.props.draggable }), role: "presentation" },
102
102
  React.createElement("div", { ref: function (div) { _this.headerWrap = div; }, className: "k-grid-header-wrap", style: this.scrollbarWidth ? {} : { borderWidth: 0 }, onScroll: this.onScroll, role: "presentation" },
103
103
  React.createElement("table", { ref: function (table) { _this.table = table; }, className: (0, kendo_react_common_1.classNames)('k-table k-grid-header-table', (_a = {
104
- 'k-grid-md': !this.props.size
104
+ 'k-table-md': !this.props.size
105
105
  },
106
106
  _a["k-table-".concat(kendo_react_common_1.kendoThemeMaps.sizeMap[this.props.size] || this.props.size)] = this.props.size,
107
107
  _a), this.props.className), role: "presentation" },
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-react-grid',
9
9
  productName: 'KendoReact',
10
10
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
11
- publishDate: 1676299603,
11
+ publishDate: 1676630927,
12
12
  version: '',
13
13
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
14
14
  };