Commit Graph

624 Commits (148b10bc8351a7aedc81fbc9da78502394193fb8)

Author SHA1 Message Date
bokuweb a98ea28679 update: package.json 2020-04-07 10:26:22 +09:00
bokuweb 23a879f26d
Fix textbox import (#58)
* chore: Add fixtures

* feat: Add graphic skeleton

* feat: Add textbox base

* feat: Add graphic reader base

* fix: reader

* fix: json type

* fix: lint error

* feat: Add fixtures
2020-04-07 10:24:56 +09:00
dependabot[bot] ed23acbadc
build(deps): bump acorn from 6.3.0 to 6.4.1 in /docx-wasm (#57)
Bumps [acorn](https://github.com/acornjs/acorn) from 6.3.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.3.0...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-03-20 19:40:53 +09:00
bokuweb fc10334a09
Support table valign (#56)
* feat: Support valign

* feat: Add valign writer

* feat: Add reader

* fix: indent

* 0.0.56

* fix: indent

* update
2020-03-20 01:19:39 +09:00
bokuweb edb8843b52
Fix reader error2 (#55)
* fix: numproperty

* update

* fix: lint error
2020-03-13 17:01:25 +09:00
bokuweb 82da29ebb1
0.0.53 (#53)
* 0.0.53

* 0.2.2
2020-03-10 12:15:03 +09:00
bokuweb 55655ab4b4
Fix reader error (#52)
* fix: cell reader error

* fix: table indent

* fix: error

* 0.0.51
2020-03-10 12:02:51 +09:00
bokuweb 6f54e5e493
Support start chars (#51)
* feat: suport start char for writer

* support start char and add option to indent start

* fix:lint error

* fix: lint
2020-03-10 11:56:12 +09:00
bokuweb 4378de2ecc
Fix read error (#49)
* fix: use i32 instead of usize for indent

* update

* fix:insert json type

* fix: insert and delete child

* update
2020-02-28 19:52:41 +09:00
bokuweb 042cdc58f4
Re fix bold (#48)
* fix:bold and italic

* update

* re-fix

* update
2020-02-28 15:36:50 +09:00
bokuweb aa549bd5cf
fix: bold and italic (#47) 2020-02-28 13:50:12 +09:00
bokuweb 0697404b40
Fix breaking (#46)
* fix: brealing

* 0.0.40
2020-02-28 13:42:28 +09:00
bokuweb 61d42f4d3c
Fix whitespace (#45)
* fix: whitespace

* fix: test
2020-02-28 11:36:03 +09:00
bokuweb d8ea19e7cf
fix: indent (#44) 2020-02-28 03:12:35 +09:00
bokuweb ff44dfb7fb
support: num style link (#43)
* support: num style link

* chore: update README

* chore: update snap
2020-02-26 20:26:32 +09:00
bokuweb c7c6584d7e
Update README.md 2020-02-14 10:37:46 +09:00
bokuweb f0d4d03848
Fix js types (#42)
* fix: abs num def

* fix: build steps

* chore: Add nodejs example

* remove babel file
2020-02-13 19:04:45 +09:00
bokuweb 88298bef9d
feat: Add definition (#41) 2020-02-13 17:02:08 +09:00
bokuweb 03a6c7e970
Add json definitions (#40)
* feat: Add test

* fix: bom file

* fix: delete serializer

* fix: improve json

* fix: dxa

* fix: fixup ts

* 0.0.24
2020-02-13 16:14:06 +09:00
bokuweb 1ab91a6924
Update npm pkg (#39)
* fix: export read docx

* fix: numberings
2020-02-13 02:57:48 +09:00
bokuweb 93b21cee78
Read nums (#38)
* wip

* feat: Add numberings reader

* spec: Add snapshot testing
2020-02-12 19:19:38 +09:00
bokuweb 513faa67c1
Read styles (#37)
* feat: style reader

* feat: Add styles reader

* fix: lint
2020-02-12 16:03:11 +09:00
bokuweb 6ec9be7fcd
feat: style reader (#36) 2020-02-12 15:44:53 +09:00
bokuweb 1b944aeb97
fix: add abstract numbering and numbering (#35) 2020-02-12 00:21:26 +09:00
bokuweb 2a687badda
Update README.md 2020-02-11 22:15:44 +09:00
bokuweb 318435afb1
Update README.md 2020-02-11 22:08:10 +09:00
bokuweb b68bdd93b5
fix: rels (#34) 2020-02-11 22:06:54 +09:00
bokuweb 5fe4e4d646
Add reader (#33)
* feat: Add contenttypes and rel deserializer

* feat: Add reader fundation

* feat: Add run reader

* feat: Add run reader

* feat: Add paragraph reader foundation

* fix:test

* feat: Add book mark

* fix:bookmark id

* feat: Add bookmark reader

* feat: Add paragraph json fondation

* fix:fix reader

* feat: Add table reader foundation

* feat: Add table reader foundation

* feat: Add table cell prop serializer

* chore: rename content to children

* feat: Add row serializer

* feat: Add table property serializer

* fix: lint error

* feat: Add table reader

* feat: reader
2020-02-11 17:01:39 +09:00
Eli Flanagan 6c7dad56e5
ignore example table.docx (#32) 2020-02-11 03:18:42 +09:00
bokuweb 8cd2f627f6
Fix delete (#31)
* fix:delete

* fix:delete
2020-02-07 15:04:40 +09:00
bokuweb dab371dfc6
Create LICENSE (#30) 2020-01-31 01:48:26 +09:00
bokuweb 1df5e25523
Fix run props (#29)
* fix: run

* fix:table

* fix: package.json
2020-01-31 01:14:48 +09:00
bokuweb 2c8bbbb43f
Improve js api (#28)
* fix: improve js api

* feat: Add builder

* feat: improve js

* fix: missing run property
2020-01-30 23:14:25 +09:00
bokuweb f90ed43edb
Update README.md 2020-01-24 19:46:01 +09:00
bokuweb 3d6f36ef88
Rename (#27)
* rename

* fix: readme

* fix: README
2020-01-24 19:44:43 +09:00
bokuweb e479506a49
Update README.md 2020-01-24 18:51:00 +09:00
bokuweb c80be45824
chore: Add examples (#26) 2020-01-24 18:50:16 +09:00
bokuweb 22aee045a0
refactor: rename macros (#25)
* refactor: rename macros

* fix: some clippy error

* fix: lint error

* chore: run lint in actions
2020-01-24 17:57:14 +09:00
bokuweb a10441cbdf
Add files via upload 2020-01-24 15:21:07 +09:00
bokuweb 7065e2828f
Update README.md 2020-01-18 00:20:46 +09:00
bokuweb e179ac8003
Update README.md 2020-01-18 00:19:07 +09:00
bokuweb 1453ca2a51
Update README.md 2020-01-17 23:07:44 +09:00
bokuweb 985476547b
Add files via upload 2020-01-17 22:31:38 +09:00
bokuweb 444162e4a0
Add files via upload 2020-01-10 01:39:27 +09:00
bokuweb fa96715a87
Add files via upload 2020-01-10 01:37:12 +09:00
bokuweb 662c3feafb
Add files via upload 2020-01-10 01:34:45 +09:00
bokuweb 3d97593525
fix: run child for deleteText (#24) 2019-12-20 18:53:26 +09:00
bokuweb ef0b04a50d
feat:Add autho and date to insert / delete (#23) 2019-12-20 18:02:00 +09:00
bokuweb e634a8b0bf
chore: build (#22) 2019-12-19 16:43:24 +09:00
bokuweb 3e47ca0be1
fix:ci.yaml (#21) 2019-12-19 16:43:14 +09:00