docx-wasm 0.0.278-rc13 → 0.0.278-rc15

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.
@@ -19,5 +19,5 @@ export declare type SectionPropertyJSON = {
19
19
  gutter: number;
20
20
  };
21
21
  columns: number;
22
- docGrid: DocGridJSON;
22
+ docGrid?: DocGridJSON;
23
23
  };
@@ -205,13 +205,6 @@ export enum RelativeFromVType {
205
205
  }
206
206
  /**
207
207
  */
208
- export enum VMergeType {
209
- Continue,
210
- Restart,
211
- Unsupported,
212
- }
213
- /**
214
- */
215
208
  export enum SectionType {
216
209
  NextPage,
217
210
  NextColumn,
@@ -221,6 +214,13 @@ export enum SectionType {
221
214
  }
222
215
  /**
223
216
  */
217
+ export enum VMergeType {
218
+ Continue,
219
+ Restart,
220
+ Unsupported,
221
+ }
222
+ /**
223
+ */
224
224
  export enum TextDirectionType {
225
225
  Lr,
226
226
  LrV,
@@ -486,10 +486,10 @@ RightMargin:7,"7":"RightMargin", });
486
486
  module.exports.RelativeFromVType = Object.freeze({ BottomMargin:0,"0":"BottomMargin",InsideMargin:1,"1":"InsideMargin",Line:2,"2":"Line",Margin:3,"3":"Margin",OutsizeMargin:4,"4":"OutsizeMargin",Page:5,"5":"Page",Paragraph:6,"6":"Paragraph",TopMargin:7,"7":"TopMargin", });
487
487
  /**
488
488
  */
489
- module.exports.VMergeType = Object.freeze({ Continue:0,"0":"Continue",Restart:1,"1":"Restart",Unsupported:2,"2":"Unsupported", });
489
+ module.exports.SectionType = Object.freeze({ NextPage:0,"0":"NextPage",NextColumn:1,"1":"NextColumn",Continuous:2,"2":"Continuous",EvenPage:3,"3":"EvenPage",OddPage:4,"4":"OddPage", });
490
490
  /**
491
491
  */
492
- module.exports.SectionType = Object.freeze({ NextPage:0,"0":"NextPage",NextColumn:1,"1":"NextColumn",Continuous:2,"2":"Continuous",EvenPage:3,"3":"EvenPage",OddPage:4,"4":"OddPage", });
492
+ module.exports.VMergeType = Object.freeze({ Continue:0,"0":"Continue",Restart:1,"1":"Restart",Unsupported:2,"2":"Unsupported", });
493
493
  /**
494
494
  */
495
495
  module.exports.TextDirectionType = Object.freeze({ Lr:0,"0":"Lr",LrV:1,"1":"LrV",Rl:2,"2":"Rl",RlV:3,"3":"RlV",Tb:4,"4":"Tb",TbV:5,"5":"TbV",TbRlV:6,"6":"TbRlV",TbRl:7,"7":"TbRl",BtLr:8,"8":"BtLr",LrTbV:9,"9":"LrTbV", });
Binary file
@@ -19,5 +19,5 @@ export declare type SectionPropertyJSON = {
19
19
  gutter: number;
20
20
  };
21
21
  columns: number;
22
- docGrid: DocGridJSON;
22
+ docGrid?: DocGridJSON;
23
23
  };
@@ -205,13 +205,6 @@ export enum RelativeFromVType {
205
205
  }
206
206
  /**
207
207
  */
208
- export enum VMergeType {
209
- Continue,
210
- Restart,
211
- Unsupported,
212
- }
213
- /**
214
- */
215
208
  export enum SectionType {
216
209
  NextPage,
217
210
  NextColumn,
@@ -221,6 +214,13 @@ export enum SectionType {
221
214
  }
222
215
  /**
223
216
  */
217
+ export enum VMergeType {
218
+ Continue,
219
+ Restart,
220
+ Unsupported,
221
+ }
222
+ /**
223
+ */
224
224
  export enum TextDirectionType {
225
225
  Lr,
226
226
  LrV,
@@ -487,10 +487,10 @@ RightMargin:7,"7":"RightMargin", });
487
487
  export const RelativeFromVType = Object.freeze({ BottomMargin:0,"0":"BottomMargin",InsideMargin:1,"1":"InsideMargin",Line:2,"2":"Line",Margin:3,"3":"Margin",OutsizeMargin:4,"4":"OutsizeMargin",Page:5,"5":"Page",Paragraph:6,"6":"Paragraph",TopMargin:7,"7":"TopMargin", });
488
488
  /**
489
489
  */
490
- export const VMergeType = Object.freeze({ Continue:0,"0":"Continue",Restart:1,"1":"Restart",Unsupported:2,"2":"Unsupported", });
490
+ export const SectionType = Object.freeze({ NextPage:0,"0":"NextPage",NextColumn:1,"1":"NextColumn",Continuous:2,"2":"Continuous",EvenPage:3,"3":"EvenPage",OddPage:4,"4":"OddPage", });
491
491
  /**
492
492
  */
493
- export const SectionType = Object.freeze({ NextPage:0,"0":"NextPage",NextColumn:1,"1":"NextColumn",Continuous:2,"2":"Continuous",EvenPage:3,"3":"EvenPage",OddPage:4,"4":"OddPage", });
493
+ export const VMergeType = Object.freeze({ Continue:0,"0":"Continue",Restart:1,"1":"Restart",Unsupported:2,"2":"Unsupported", });
494
494
  /**
495
495
  */
496
496
  export const TextDirectionType = Object.freeze({ Lr:0,"0":"Lr",LrV:1,"1":"LrV",Rl:2,"2":"Rl",RlV:3,"3":"RlV",Tb:4,"4":"Tb",TbV:5,"5":"TbV",TbRlV:6,"6":"TbRlV",TbRl:7,"7":"TbRl",BtLr:8,"8":"BtLr",LrTbV:9,"9":"LrTbV", });
Binary file
@@ -21,5 +21,5 @@ export type SectionPropertyJSON = {
21
21
  gutter: number;
22
22
  };
23
23
  columns: number;
24
- docGrid: DocGridJSON;
24
+ docGrid?: DocGridJSON;
25
25
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "docx-wasm",
3
- "version": "0.0.278-rc13",
3
+ "version": "0.0.278-rc15",
4
4
  "main": "dist/node/index.js",
5
5
  "browser": "dist/web/index.js",
6
6
  "author": "bokuweb <bokuweb12@gmail.com>",