@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.
Files changed (43) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
  3. package/testdocument.json +25972 -25972
  4. package/lib/board-document-generator.d.ts +0 -23
  5. package/lib/board-document-generator.js +0 -223
  6. package/lib/components/component-generator.d.ts +0 -6
  7. package/lib/components/component-generator.js +0 -55
  8. package/lib/components/component-grid-generator.d.ts +0 -7
  9. package/lib/components/component-grid-generator.js +0 -83
  10. package/lib/components/component-util.d.ts +0 -5
  11. package/lib/components/component-util.js +0 -43
  12. package/lib/document-generator.d.ts +0 -6
  13. package/lib/document-generator.js +0 -11
  14. package/lib/frames/frame-generator.d.ts +0 -12
  15. package/lib/frames/frame-generator.js +0 -131
  16. package/lib/frames/frame.d.ts +0 -16
  17. package/lib/frames/frame.js +0 -67
  18. package/lib/frames/index.d.ts +0 -2
  19. package/lib/frames/index.js +0 -18
  20. package/lib/index.d.ts +0 -6
  21. package/lib/index.js +0 -22
  22. package/lib/info-panel/info-panel-generator.d.ts +0 -6
  23. package/lib/info-panel/info-panel-generator.js +0 -52
  24. package/lib/interfaces.d.ts +0 -72
  25. package/lib/interfaces.js +0 -8
  26. package/lib/scripts/test-board.d.ts +0 -1
  27. package/lib/scripts/test-board.js +0 -230
  28. package/lib/scripts/test-showcase.d.ts +0 -1
  29. package/lib/scripts/test-showcase.js +0 -257
  30. package/lib/showcase-frame-generator.d.ts +0 -8
  31. package/lib/showcase-frame-generator.js +0 -44
  32. package/lib/test-data.d.ts +0 -72
  33. package/lib/test-data.js +0 -187
  34. package/lib/util/document-property-util.d.ts +0 -9
  35. package/lib/util/document-property-util.js +0 -101
  36. package/lib/util/document-text-element-util.d.ts +0 -10
  37. package/lib/util/document-text-element-util.js +0 -124
  38. package/lib/util/document-util.d.ts +0 -8
  39. package/lib/util/document-util.js +0 -22
  40. package/lib/util/index.d.ts +0 -2
  41. package/lib/util/index.js +0 -18
  42. package/lib/util/text-util.d.ts +0 -4
  43. 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrail/document-generation",
3
- "version": "2.0.35",
3
+ "version": "2.0.37",
4
4
  "description": "Utilities for automatic generation of documents.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",