Comparing version 2.1.1 to 2.1.2
export { Document } from "./document"; | ||
export { Paragraph } from "./paragraph"; | ||
export * from "./paragraph"; | ||
export { Run } from "./run"; | ||
@@ -4,0 +4,0 @@ export { TextRun } from "./run/text-run"; |
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var document_1 = require("./document"); | ||
exports.Document = document_1.Document; | ||
var paragraph_1 = require("./paragraph"); | ||
exports.Paragraph = paragraph_1.Paragraph; | ||
__export(require("./paragraph")); | ||
var run_1 = require("./run"); | ||
@@ -8,0 +10,0 @@ exports.Run = run_1.Run; |
@@ -8,2 +8,3 @@ import { IData } from "../../media/data"; | ||
import { ISpacingProperties } from "./spacing"; | ||
export * from "./formatting"; | ||
export declare class Paragraph extends XmlComponent { | ||
@@ -10,0 +11,0 @@ private properties; |
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -16,2 +19,3 @@ const picture_run_1 = require("../run/picture-run"); | ||
const unordered_list_1 = require("./unordered-list"); | ||
__export(require("./formatting")); | ||
class Paragraph extends xml_components_1.XmlComponent { | ||
@@ -18,0 +22,0 @@ constructor(text) { |
{ | ||
"name": "docx", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Generate .docx documents with JavaScript (formerly Office-Clippy)", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
export { Document } from "./document"; | ||
export { Paragraph } from "./paragraph"; | ||
export * from "./paragraph"; | ||
export { Run } from "./run"; | ||
@@ -4,0 +4,0 @@ export { TextRun } from "./run/text-run"; |
@@ -19,2 +19,4 @@ import { IData } from "../../media/data"; | ||
export * from "./formatting"; | ||
export class Paragraph extends XmlComponent { | ||
@@ -21,0 +23,0 @@ private properties: ParagraphProperties; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
386283
8597