@progress/kendo-react-dropdowns 8.3.0-develop.9 → 8.4.0-develop.1

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.
@@ -49,16 +49,12 @@ const a = class a {
49
49
  }, this.scrollPopupByPageSize = (i) => {
50
50
  var r, l, h, c, u, d;
51
51
  const t = this.vs, e = (l = (r = this.list) == null ? void 0 : r.parentElement) == null ? void 0 : l.scrollTop, o = t.enabled && t.itemHeight ? t.itemHeight : this.list ? this.list.children[0].offsetHeight : 0, p = (c = (h = this.list) == null ? void 0 : h.parentElement) == null ? void 0 : c.offsetHeight;
52
- e !== void 0 && p !== void 0 && ((d = (u = this.list) == null ? void 0 : u.parentElement) == null || d.scroll({ top: e + i * Math.floor(p / o) * o }));
52
+ e !== void 0 && p !== void 0 && ((d = (u = this.list) == null ? void 0 : u.parentElement) == null || d.scroll({
53
+ top: e + i * Math.floor(p / o) * o
54
+ }));
53
55
  }, this.renderScrollElement = () => {
54
56
  const i = this.vs;
55
- return i.enabled && /* @__PURE__ */ m.createElement(
56
- "div",
57
- {
58
- ref: (t) => i.scrollElement = t,
59
- key: "scrollElementKey"
60
- }
61
- );
57
+ return i.enabled && /* @__PURE__ */ m.createElement("div", { ref: (t) => i.scrollElement = t, key: "scrollElementKey" });
62
58
  }, this.resetGroupStickyHeader = (i, t) => {
63
59
  i !== t.state.group && t.setState({ ...t.state, group: i });
64
60
  }, this.listBoxId = n.props.id + "list", this.guid = n.props.id, this.component = n, this.vs.PageChange = this.pageChange;
@@ -156,10 +152,13 @@ a.basicPropTypes = {
156
152
  label: s.string,
157
153
  loading: s.bool,
158
154
  popupSettings: s.shape({
159
- animate: s.oneOfType([s.bool, s.shape({
160
- openDuration: s.number,
161
- closeDuration: s.number
162
- })]),
155
+ animate: s.oneOfType([
156
+ s.bool,
157
+ s.shape({
158
+ openDuration: s.number,
159
+ closeDuration: s.number
160
+ })
161
+ ]),
163
162
  popupClass: s.string,
164
163
  className: s.string,
165
164
  appendTo: s.any,