Dolan Miu
c33cdb450c
added initial constructor
2017-03-11 18:21:31 +00:00
Dolan Miu
62b6b33254
created drawing file and refactored run components in components folder
2017-03-11 16:56:35 +00:00
Dolan
64ab91765a
edited contents
2017-03-11 16:06:09 +00:00
Dolan
c0ba937c3a
simplified readme
2017-03-11 16:05:20 +00:00
felipe
70f4613e1b
appease the linter
2017-03-11 10:30:25 +01:00
felipe
bd9d6b74f5
added Cell#createParagraph method
2017-03-11 10:30:08 +01:00
felipe
bd3eb3e214
move the cell-paragraph validation into prepForXml
...
Instead of forcing table cells to only have a single paragraph as
their content, we now check whether they end in a paragraph (and
insert one if necessary) during #prepForXml
2017-03-11 10:22:30 +01:00
felipe
c10b576a3a
added fixedWidthLayout option and method
2017-03-11 09:59:29 +01:00
felipe
210b97d00b
added document#createTable
2017-03-11 09:02:36 +01:00
felipe
62a238de84
more sane width management
2017-03-11 09:02:22 +01:00
felipe
7b6f5bbaef
forgot to test #getCell
2017-03-10 17:48:05 +01:00
felipe
a45048a464
fix a handful of strict null errors; make test config also be strict
...
These errors only arose because I didn't run `npm build`, only `npm
test`. Then, when I tried building the null checks failed. Keeping the
two config fiels in sync will help prevent this issue in the future
2017-03-10 17:45:37 +01:00
felipe
c0b0649f37
added tests for table v1
2017-03-10 17:39:37 +01:00
felipe
e7e5c61a90
clean up initial table attempt (linter, interfaces, etc.)
2017-03-10 17:11:08 +01:00
felipe
f1fb0c4f22
initial attempt at Table
2017-03-10 16:55:39 +01:00
Dolan
0de30f6c59
Merge pull request #19 from felipeochoa/cleanup
...
fix unused imports linter warnings
2017-03-10 15:43:19 +00:00
felipe
599be5bf2b
got a little carried away with the purge! fixed failing errors
2017-03-10 16:35:48 +01:00
felipe
9d7573ed9c
fix unused imports linter warnings
2017-03-10 16:09:21 +01:00
Dolan
738cac0253
Merge pull request #17 from felipeochoa/cleanup
...
More cleanup
2017-03-10 14:53:42 +00:00
felipe
35ddda444a
rename paragraph#createRun to paragraph#createTextRun
2017-03-10 14:44:25 +01:00
felipe
8d11ec3422
add paragraph.createRun method
2017-03-10 14:36:16 +01:00
felipe
ea647d84df
add document.createParagraph method
2017-03-10 14:31:21 +01:00
felipe
8c91c04afa
clean up latentstyles to use modern attribute implementation
2017-03-10 14:31:21 +01:00
felipe
a89718ea83
fix a couple of compiler null warnings
2017-03-10 14:31:21 +01:00
felipe
62911d6e44
make XmlAttributeComponent into a generic class
...
This change brings increased type safety to uses of
XmlAttributeComponent. Now the compiler is checkign for us that the
properties that get passed in to every subclass match the intended
interface, and also that the xmlKeys property -> xml attribute mapping
has all the right keys
2017-03-10 14:19:45 +01:00
felipe
766069c7cc
make packers a top-level export
2017-03-10 13:54:49 +01:00
felipe
09f1d473c3
remove lodash from dependencies as it's no longer used
2017-03-10 13:54:44 +01:00
felipe
74ea0f699f
remove npm and install from dependencies
...
These aren't actually needed at run time or build time
2017-03-10 13:54:37 +01:00
Dolan
b00e4fa5b5
moved exporting to the wiki
2017-03-10 11:35:43 +00:00
Dolan
7ffa59d7fa
formatting
2017-03-10 11:27:48 +00:00
Dolan
d662391a64
removed LICENCE in readme.
...
It is already in the repository as the LICENCE file. No need to repeat
2017-03-10 11:26:04 +00:00
Dolan
7a9661c55a
moved examples to Wiki
2017-03-10 11:24:41 +00:00
Dolan
f80a5654b4
adding unused variable checking
2017-03-10 10:33:42 +00:00
Dolan
001b756866
Merge pull request #16 from felipeochoa/cleanup
...
Cleanup
2017-03-10 10:32:05 +00:00
felipe
fd1aab48f7
removed some dead code causing tslint problems
2017-03-10 10:35:38 +01:00
felipe
7ff838357a
removed empty Attributes from ParagraphProperties
...
I checked the spec, and "w:pPr" does not take any attributes. I also
converted the paragraph tests to use the deep.equal style to get rid
of some more jsonify!
2017-03-10 10:32:40 +01:00
felipe
958b5ea307
improved type annotation for Attributes#prepForXml
2017-03-10 08:58:29 +01:00
felipe
3a6cf81c60
use strict null checks for added type safety
...
From the TypeScript manual "In strict null checking mode, the null and
undefined values are not in the domain of every type and are only
assignable to themselves and any (the one exception being that
undefined is also assignable to void)."
In other words, this setting means the compiler will complain if you
try to use a variable, but it might be null or undefined. Since the
project builds and tests pass with it, I think it's good to turn it
on. If it becomes annoying, you can always turn it off later
2017-03-10 08:54:55 +01:00
felipe
10684b34aa
clean up unused imports and a linter warning
2017-03-10 08:52:47 +01:00
felipe
2fc9156e93
remove console.log statements
2017-03-10 08:25:11 +01:00
felipe
c521d0ce63
rename toXml -> prepForXml
2017-03-10 08:23:27 +01:00
Dolan
50ca71087e
reverted back as they’re both buggy
2017-03-10 00:52:43 +00:00
Dolan
72eff21027
used html as markdown version is buggy
2017-03-10 00:51:42 +00:00
Dolan
11bbb5e285
linting
2017-03-09 23:32:52 +00:00
Dolan
18bba1870e
added types for app-root-path
2017-03-09 23:20:37 +00:00
Dolan
c6eef3fd79
tslint fixes
2017-03-09 23:20:28 +00:00
Dolan
06353a6977
linting
2017-03-09 22:57:37 +00:00
Dolan
2b28dd42ee
unclear variable name. please improve
2017-03-09 22:57:30 +00:00
Dolan
7022b39d2e
linting
2017-03-09 22:56:08 +00:00
Dolan
5fac776dca
listing stuff
2017-03-09 22:31:55 +00:00