@rc-component/trigger 1.1.0 → 1.1.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.
- package/es/interface.d.ts +0 -1
- package/lib/interface.d.ts +0 -1
- package/package.json +1 -1
package/es/interface.d.ts
CHANGED
|
@@ -20,7 +20,6 @@ export interface AlignType {
|
|
|
20
20
|
* offset target node by offset[0] in x and offset[1] in y.
|
|
21
21
|
* If targetOffset contains percentage string value, it is relative to targetNode region.
|
|
22
22
|
*/
|
|
23
|
-
targetOffset?: number[];
|
|
24
23
|
/**
|
|
25
24
|
* If adjustX field is true, will adjust source node in x direction if source node is invisible.
|
|
26
25
|
* If adjustY field is true, will adjust source node in y direction if source node is invisible.
|
package/lib/interface.d.ts
CHANGED
|
@@ -20,7 +20,6 @@ export interface AlignType {
|
|
|
20
20
|
* offset target node by offset[0] in x and offset[1] in y.
|
|
21
21
|
* If targetOffset contains percentage string value, it is relative to targetNode region.
|
|
22
22
|
*/
|
|
23
|
-
targetOffset?: number[];
|
|
24
23
|
/**
|
|
25
24
|
* If adjustX field is true, will adjust source node in x direction if source node is invisible.
|
|
26
25
|
* If adjustY field is true, will adjust source node in y direction if source node is invisible.
|