@progress/kendo-react-sortable 8.3.0-develop.10 → 8.3.0-develop.12

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/Sortable.mjs CHANGED
@@ -87,11 +87,7 @@ const A = 200, I = "data-sortable-id", T = "data-sortable-component", w = "[data
87
87
  return;
88
88
  }
89
89
  e.isTouch && e.originalEvent.preventDefault();
90
- const r = new F(
91
- this,
92
- this.findIndex(a),
93
- s
94
- );
90
+ const r = new F(this, this.findIndex(a), s);
95
91
  i && i.call(void 0, r), this.isDragPrevented = r.isDefaultPrevented(), this.isDragPrevented ? e.originalEvent.preventDefault() : (this.offsetParent = _(this.container), this.setState({
96
92
  activeId: a,
97
93
  dragCueWidth: n && n.clientWidth || 0,
@@ -139,12 +135,7 @@ const A = 200, I = "data-sortable-id", T = "data-sortable-component", w = "[data
139
135
  l = r, r = v, h = this.props.data.slice();
140
136
  }
141
137
  }
142
- const f = new K(
143
- this,
144
- l,
145
- r,
146
- h
147
- );
138
+ const f = new K(this, l, r, h);
148
139
  s.call(void 0, f);
149
140
  }
150
141
  this.resetState(i);
@@ -10,7 +10,7 @@ const e = {
10
10
  name: "@progress/kendo-react-sortable",
11
11
  productName: "KendoReact",
12
12
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
13
- publishDate: 1724427648,
13
+ publishDate: 1725518784,
14
14
  version: "",
15
15
  licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
16
16
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-sortable",
3
- "version": "8.3.0-develop.10",
3
+ "version": "8.3.0-develop.12",
4
4
  "description": "React Sortable provides a sortable drag-and-drop functionality to elements within a list. KendoReact Sortable package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -23,8 +23,8 @@
23
23
  "sideEffects": false,
24
24
  "peerDependencies": {
25
25
  "@progress/kendo-licensing": "^1.3.4",
26
- "@progress/kendo-react-common": "8.3.0-develop.10",
27
- "@progress/kendo-react-intl": "8.3.0-develop.10",
26
+ "@progress/kendo-react-common": "8.3.0-develop.12",
27
+ "@progress/kendo-react-intl": "8.3.0-develop.12",
28
28
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
29
29
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
30
30
  },