datastake-daf 0.6.479 → 0.6.481
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/dist/utils/index.js
CHANGED
|
@@ -13144,19 +13144,6 @@ const renderElement = item => {
|
|
|
13144
13144
|
transformation: {
|
|
13145
13145
|
width: data.percentageImageWidth || 60,
|
|
13146
13146
|
height: data.percentageImageHeight || 20
|
|
13147
|
-
},
|
|
13148
|
-
floating: {
|
|
13149
|
-
horizontalPosition: {
|
|
13150
|
-
relative: docx__namespace.HorizontalPositionRelativeFrom.CHARACTER,
|
|
13151
|
-
align: docx__namespace.HorizontalPositionAlign.LEFT
|
|
13152
|
-
},
|
|
13153
|
-
verticalPosition: {
|
|
13154
|
-
relative: docx__namespace.VerticalPositionRelativeFrom.LINE,
|
|
13155
|
-
align: docx__namespace.VerticalPositionAlign.CENTER
|
|
13156
|
-
},
|
|
13157
|
-
wrap: {
|
|
13158
|
-
type: docx__namespace.TextWrappingType.NONE
|
|
13159
|
-
}
|
|
13160
13147
|
}
|
|
13161
13148
|
}));
|
|
13162
13149
|
}
|
package/package.json
CHANGED
|
@@ -386,19 +386,6 @@ const renderElement = (item) => {
|
|
|
386
386
|
width: data.percentageImageWidth || 60,
|
|
387
387
|
height: data.percentageImageHeight || 20,
|
|
388
388
|
},
|
|
389
|
-
floating: {
|
|
390
|
-
horizontalPosition: {
|
|
391
|
-
relative: docx.HorizontalPositionRelativeFrom.CHARACTER,
|
|
392
|
-
align: docx.HorizontalPositionAlign.LEFT,
|
|
393
|
-
},
|
|
394
|
-
verticalPosition: {
|
|
395
|
-
relative: docx.VerticalPositionRelativeFrom.LINE,
|
|
396
|
-
align: docx.VerticalPositionAlign.CENTER,
|
|
397
|
-
},
|
|
398
|
-
wrap: {
|
|
399
|
-
type: docx.TextWrappingType.NONE,
|
|
400
|
-
}
|
|
401
|
-
}
|
|
402
389
|
})
|
|
403
390
|
);
|
|
404
391
|
}
|