@progress/kendo-angular-sortable 21.0.0-develop.27 → 21.0.0-develop.29

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.
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1762863293,
14
- version: '21.0.0-develop.27',
13
+ publishDate: 1762889117,
14
+ version: '21.0.0-develop.29',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
package/esm2022/util.mjs CHANGED
@@ -163,7 +163,7 @@ const HAS_RELATIVE_STACKING_CONTEXT = hasRelativeStackingContext();
163
163
  * @hidden
164
164
  */
165
165
  export const relativeContextElement = (element) => {
166
- if (!element || !HAS_RELATIVE_STACKING_CONTEXT) {
166
+ if (!element || !HAS_RELATIVE_STACKING_CONTEXT || !isDocumentAvailable()) {
167
167
  return null;
168
168
  }
169
169
  let node = element.parentElement;
@@ -173,7 +173,7 @@ const HAS_RELATIVE_STACKING_CONTEXT = hasRelativeStackingContext();
173
173
  * @hidden
174
174
  */
175
175
  const relativeContextElement = (element) => {
176
- if (!element || !HAS_RELATIVE_STACKING_CONTEXT) {
176
+ if (!element || !HAS_RELATIVE_STACKING_CONTEXT || !isDocumentAvailable()) {
177
177
  return null;
178
178
  }
179
179
  let node = element.parentElement;
@@ -193,8 +193,8 @@ const packageMetadata = {
193
193
  productName: 'Kendo UI for Angular',
194
194
  productCode: 'KENDOUIANGULAR',
195
195
  productCodes: ['KENDOUIANGULAR'],
196
- publishDate: 1762863293,
197
- version: '21.0.0-develop.27',
196
+ publishDate: 1762889117,
197
+ version: '21.0.0-develop.29',
198
198
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
199
199
  };
200
200
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-sortable",
3
- "version": "21.0.0-develop.27",
3
+ "version": "21.0.0-develop.29",
4
4
  "description": "A Sortable Component for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -19,7 +19,7 @@
19
19
  "package": {
20
20
  "productName": "Kendo UI for Angular",
21
21
  "productCode": "KENDOUIANGULAR",
22
- "publishDate": 1762863293,
22
+ "publishDate": 1762889117,
23
23
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
24
24
  }
25
25
  },
@@ -29,13 +29,13 @@
29
29
  "@angular/core": "18 - 20",
30
30
  "@angular/platform-browser": "18 - 20",
31
31
  "@progress/kendo-licensing": "^1.7.0",
32
- "@progress/kendo-angular-common": "21.0.0-develop.27",
33
- "@progress/kendo-angular-l10n": "21.0.0-develop.27",
32
+ "@progress/kendo-angular-common": "21.0.0-develop.29",
33
+ "@progress/kendo-angular-l10n": "21.0.0-develop.29",
34
34
  "rxjs": "^6.5.3 || ^7.0.0"
35
35
  },
36
36
  "dependencies": {
37
37
  "tslib": "^2.3.1",
38
- "@progress/kendo-angular-schematics": "21.0.0-develop.27",
38
+ "@progress/kendo-angular-schematics": "21.0.0-develop.29",
39
39
  "@progress/kendo-draggable": "^3.0.2"
40
40
  },
41
41
  "schematics": "./schematics/collection.json",