@contrail/document-generation 2.0.35 → 2.0.37
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/README.md +2 -2
- package/package.json +1 -1
- package/testdocument.json +25972 -25972
- package/lib/board-document-generator.d.ts +0 -23
- package/lib/board-document-generator.js +0 -223
- package/lib/components/component-generator.d.ts +0 -6
- package/lib/components/component-generator.js +0 -55
- package/lib/components/component-grid-generator.d.ts +0 -7
- package/lib/components/component-grid-generator.js +0 -83
- package/lib/components/component-util.d.ts +0 -5
- package/lib/components/component-util.js +0 -43
- package/lib/document-generator.d.ts +0 -6
- package/lib/document-generator.js +0 -11
- package/lib/frames/frame-generator.d.ts +0 -12
- package/lib/frames/frame-generator.js +0 -131
- package/lib/frames/frame.d.ts +0 -16
- package/lib/frames/frame.js +0 -67
- package/lib/frames/index.d.ts +0 -2
- package/lib/frames/index.js +0 -18
- package/lib/index.d.ts +0 -6
- package/lib/index.js +0 -22
- package/lib/info-panel/info-panel-generator.d.ts +0 -6
- package/lib/info-panel/info-panel-generator.js +0 -52
- package/lib/interfaces.d.ts +0 -72
- package/lib/interfaces.js +0 -8
- package/lib/scripts/test-board.d.ts +0 -1
- package/lib/scripts/test-board.js +0 -230
- package/lib/scripts/test-showcase.d.ts +0 -1
- package/lib/scripts/test-showcase.js +0 -257
- package/lib/showcase-frame-generator.d.ts +0 -8
- package/lib/showcase-frame-generator.js +0 -44
- package/lib/test-data.d.ts +0 -72
- package/lib/test-data.js +0 -187
- package/lib/util/document-property-util.d.ts +0 -9
- package/lib/util/document-property-util.js +0 -101
- package/lib/util/document-text-element-util.d.ts +0 -10
- package/lib/util/document-text-element-util.js +0 -124
- package/lib/util/document-util.d.ts +0 -8
- package/lib/util/document-util.js +0 -22
- package/lib/util/index.d.ts +0 -2
- package/lib/util/index.js +0 -18
- package/lib/util/text-util.d.ts +0 -4
- package/lib/util/text-util.js +0 -28
package/README.md
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
Library for use with @contrail/documents that allows for the quick/automation generation of
|
|
2
|
-
documents based on templates and layout options.
|
|
1
|
+
Library for use with @contrail/documents that allows for the quick/automation generation of
|
|
2
|
+
documents based on templates and layout options.
|