b98c103e45
Export table into own file
2017-09-19 15:49:27 +01:00
72e89cfc3c
Move tests to respective folders as .spec
...
This is to keep to standards
2017-09-17 00:00:41 +01:00
8f632d4ecd
Made XmlableObject non ambient typings to fix typescript problem
2017-07-08 20:45:19 +01:00
97101adb10
Enabled declarations in tsconfig to be true
2017-07-07 14:31:08 +01:00
17b28cb724
fixed more linting issues
2017-04-15 20:11:54 +01:00
fb6a4383ff
renamed cell#push to cell#addContent
2017-03-11 21:15:45 +01:00
70f4613e1b
appease the linter
2017-03-11 10:30:25 +01:00
bd9d6b74f5
added Cell#createParagraph method
2017-03-11 10:30:08 +01:00
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
c10b576a3a
added fixedWidthLayout option and method
2017-03-11 09:59:29 +01:00
62a238de84
more sane width management
2017-03-11 09:02:22 +01:00
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
c0b0649f37
added tests for table v1
2017-03-10 17:39:37 +01:00
e7e5c61a90
clean up initial table attempt (linter, interfaces, etc.)
2017-03-10 17:11:08 +01:00
f1fb0c4f22
initial attempt at Table
2017-03-10 16:55:39 +01:00