@@ -2845,7 +2845,7 @@ new Utils(): Utils;
28452845static addElStyles(el, styles): void;
28462846```
28472847
2848- Defined in: [utils.ts:690 ](https://github.com/adumesny/gridstack.js/blob/master/src/utils.ts#L690 )
2848+ Defined in: [utils.ts:692 ](https://github.com/adumesny/gridstack.js/blob/master/src/utils.ts#L692 )
28492849
28502850###### Parameters
28512851
@@ -2864,7 +2864,7 @@ Defined in: [utils.ts:690](https://github.com/adumesny/gridstack.js/blob/master/
28642864static appendTo(el, parent): void;
28652865```
28662866
2867- Defined in: [utils.ts:672 ](https://github.com/adumesny/gridstack.js/blob/master/src/utils.ts#L672 )
2867+ Defined in: [utils.ts:674 ](https://github.com/adumesny/gridstack.js/blob/master/src/utils.ts#L674 )
28682868
28692869###### Parameters
28702870
@@ -2943,7 +2943,7 @@ const overlap = Utils.areaIntercept(
29432943static canBeRotated(n): boolean;
29442944```
29452945
2946- Defined in: [utils.ts:793 ](https://github.com/adumesny/gridstack.js/blob/master/src/utils.ts#L793 )
2946+ Defined in: [utils.ts:795 ](https://github.com/adumesny/gridstack.js/blob/master/src/utils.ts#L795 )
29472947
29482948true if the item can be rotated (checking for prop, not space available)
29492949
@@ -2963,7 +2963,7 @@ true if the item can be rotated (checking for prop, not space available)
29632963static clone<T>(obj): T;
29642964```
29652965
2966- Defined in: [utils.ts:635 ](https://github.com/adumesny/gridstack.js/blob/master/src/utils.ts#L635 )
2966+ Defined in: [utils.ts:637 ](https://github.com/adumesny/gridstack.js/blob/master/src/utils.ts#L637 )
29672967
29682968single level clone, returning a new object with same top fields. This will share sub objects and arrays
29692969
@@ -2989,7 +2989,7 @@ single level clone, returning a new object with same top fields. This will share
29892989static cloneDeep<T>(obj): T;
29902990```
29912991
2992- Defined in: [utils.ts:651 ](https://github.com/adumesny/gridstack.js/blob/master/src/utils.ts#L651 )
2992+ Defined in: [utils.ts:653 ](https://github.com/adumesny/gridstack.js/blob/master/src/utils.ts#L653 )
29932993
29942994Recursive clone version that returns a full copy, checking for nested objects and arrays ONLY.
29952995Note: this will use as-is any key starting with double __ (and not copy inside) some lib have circular dependencies.
@@ -3016,7 +3016,7 @@ Note: this will use as-is any key starting with double __ (and not copy inside)
30163016static cloneNode(el): HTMLElement;
30173017```
30183018
3019- Defined in: [utils.ts:666 ](https://github.com/adumesny/gridstack.js/blob/master/src/utils.ts#L666 )
3019+ Defined in: [utils.ts:668 ](https://github.com/adumesny/gridstack.js/blob/master/src/utils.ts#L668 )
30203020
30213021deep clone the given HTML node, removing teh unique id field
30223022
@@ -3226,7 +3226,7 @@ const fromShadow = Utils.getElements('.item', shadowRoot);
32263226static getValuesFromTransformedElement(parent): DragTransform;
32273227```
32283228
3229- Defined in: [utils.ts:750 ](https://github.com/adumesny/gridstack.js/blob/master/src/utils.ts#L750 )
3229+ Defined in: [utils.ts:752 ](https://github.com/adumesny/gridstack.js/blob/master/src/utils.ts#L752 )
32303230
32313231defines an element that is used to get the offset and scale from grid transforms
32323232returns the scale and offsets from said element
@@ -3247,7 +3247,7 @@ returns the scale and offsets from said element
32473247static initEvent<T>(e, info): T;
32483248```
32493249
3250- Defined in: [utils.ts:707 ](https://github.com/adumesny/gridstack.js/blob/master/src/utils.ts#L707 )
3250+ Defined in: [utils.ts:709 ](https://github.com/adumesny/gridstack.js/blob/master/src/utils.ts#L709 )
32513251
32523252###### Type Parameters
32533253
@@ -3420,7 +3420,7 @@ removes field from the first object if same as the second objects (like diffing)
34203420static removeInternalForSave(n, removeEl): void;
34213421```
34223422
3423- Defined in: [utils.ts:509 ](https://github.com/adumesny/gridstack.js/blob/master/src/utils.ts#L509 )
3423+ Defined in: [utils.ts:511 ](https://github.com/adumesny/gridstack.js/blob/master/src/utils.ts#L511 )
34243424
34253425removes internal fields '_' and default values for saving
34263426
@@ -3441,7 +3441,7 @@ removes internal fields '_' and default values for saving
34413441static removePositioningStyles(el): void;
34423442```
34433443
3444- Defined in: [utils.ts:542 ](https://github.com/adumesny/gridstack.js/blob/master/src/utils.ts#L542 )
3444+ Defined in: [utils.ts:544 ](https://github.com/adumesny/gridstack.js/blob/master/src/utils.ts#L544 )
34453445
34463446###### Parameters
34473447
@@ -3565,7 +3565,7 @@ static simulateMouseEvent(
35653565 target?): void;
35663566```
35673567
3568- Defined in: [utils.ts:723 ](https://github.com/adumesny/gridstack.js/blob/master/src/utils.ts#L723 )
3568+ Defined in: [utils.ts:725 ](https://github.com/adumesny/gridstack.js/blob/master/src/utils.ts#L725 )
35693569
35703570copies the MouseEvent (or convert Touch) properties and sends it as another event to the given target
35713571
@@ -3620,7 +3620,7 @@ static swap(
36203620 b): void;
36213621```
36223622
3623- Defined in: [utils.ts:774 ](https://github.com/adumesny/gridstack.js/blob/master/src/utils.ts#L774 )
3623+ Defined in: [utils.ts:776 ](https://github.com/adumesny/gridstack.js/blob/master/src/utils.ts#L776 )
36243624
36253625swap the given object 2 field values
36263626
@@ -3642,7 +3642,7 @@ swap the given object 2 field values
36423642static throttle(func, delay): () => void;
36433643```
36443644
3645- Defined in: [utils.ts:532 ](https://github.com/adumesny/gridstack.js/blob/master/src/utils.ts#L532 )
3645+ Defined in: [utils.ts:534 ](https://github.com/adumesny/gridstack.js/blob/master/src/utils.ts#L534 )
36463646
36473647delay calling the given function for given delay, preventing new calls from happening while waiting
36483648
0 commit comments