Commit Graph

830 Commits

Author SHA1 Message Date
dependabot[bot]
0cadec7f58 build(deps-dev): bump @typescript-eslint/parser from 6.17.0 to 8.8.1 (#2742)
* build(deps-dev): bump @typescript-eslint/parser from 6.17.0 to 8.8.1

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.17.0 to 8.8.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

* Fix type definitions

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dolan Miu <dolan_miu@hotmail.com>
2024-10-11 04:47:51 +01:00
mustache1up
e86dbd3398 Change ImageRun keys to be based on image data content (#2681)
Co-authored-by: Dolan <dolan_miu@hotmail.com>
2024-10-11 01:13:51 +01:00
Dolan Miu
8308b6413e Add documentation 2024-10-10 00:38:25 +01:00
Max Lay
f98f852a55 Allow disabling numbering inherited from a paragraph style (#2531) 2024-05-20 03:15:11 +01:00
yaokailun
022b25cfcd Export FileChild class (#2523) 2024-01-25 01:53:26 +00:00
octoultra
e20bd66663 Limit the list of supported highlight colors (#2522)
* Limit the list of supported highlight colors

* Fix tests: use fixed highlight color values

---------

Co-authored-by: ilyasogonov <sogonov.ilya@customscard.ru>
2024-01-12 00:16:15 +00:00
yaokailun
75715fde37 Fix the incorrect limit location value of MathIntergral #2512 (#2513) 2024-01-04 02:42:05 +00:00
yaokailun
c4ed19e589 Add math limit component (#2510) 2024-01-03 00:13:13 +00:00
Dolan
24c159de37 Add SVG image suport (#2487)
* Add SVG blip extentions

* SVG Image feature now works

* Add and simplify tests

* Fix falsey issue with file

Write tests
100% Coverage
2023-12-31 18:54:35 +00:00
Dolan
010ef05ce3 Feat/embedded fonts (#2174)
* #239 Embedded fonts

* Add boilerplate for font table

* Fix linting

* Fix linting

* Fix odttf naming

* Correct writing of fonts to relationships and font table

new uuid function

* Add font to run

* Add demo

Fix tests

* Add character set support

* Add tests

* Write tests
2023-12-30 02:23:54 +00:00
Dolan
fa401297da Re-name variables (#2486) 2023-12-29 23:52:43 +00:00
Dolan
b8f97553b3 #933 Discriminated union for frame alignment (#2477) 2023-12-29 15:07:42 +00:00
Dolan
d23f453d28 Add image borders (#2472)
* Add image borders

* Fix prettier

* Fix spelling

* Fix spelling

* Finish feature

* Update demo

* Try and fix demo 14
2023-12-27 20:20:45 +00:00
Dolan
6c28f8bab0 Page number in section (#2485)
* Page number in section

* Inline Lorem Ipsum

* Re-name current page in section to current section
2023-12-25 22:29:32 +00:00
Dolan
1bf36009e8 #916 Add overflow punctuation (#2478)
* #916 Add overflow punctuation

* Fix tests
2023-12-25 04:09:54 +00:00
Dolan
a3c796aae3 Add deprecation warning to addChildElement (#2476) 2023-12-25 02:54:46 +00:00
Dolan
c3080ff9d9 Update vitest (#2475)
* Update vitest

* Update vite test config

* Fix coverage metrics and bump coverage
2023-12-25 02:47:43 +00:00
Dolan
2bd4aacdd5 #2388 - Add default tab stop (#2470)
* #2388 - Check for undefined rather than falsey

* Add default tab stop

* Add back tab stop positions

* Add test for default tab stop
2023-12-24 03:37:36 +00:00
Stepan Svechnikov
a756a7697c Change all project enums to objects with as const (#2445)
* feat: change all enums to as const objects

* Add word to dictionary

---------

Co-authored-by: Dolan Miu <dolan_miu@hotmail.com>
2023-12-22 01:25:00 +00:00
yuanliwei
d83e089cd3 add run options to ParagraphPropertiesOptions (#2457) 2023-12-22 01:21:12 +00:00
Morlay
579593a467 Run prop snapToGrid should be false 2023-12-06 10:15:46 +08:00
Dolan Miu
35702c3f77 Upgrade @typescript-eslint/parser 2023-11-01 22:52:41 +00:00
Dolan Miu
d4f160732a Use Record instead of Object 2023-11-01 20:56:02 +00:00
Meng Jun
379050dccd Merge pull request #1 from dolanmiu/master 2023-10-27 03:31:07 +08:00
rahon6000 center
3a36d912fe changed default section margin from inch to Twip 2023-10-12 12:14:13 +09:00
Meng Jun
3997b7a5d6 fix: #2082 Numbering instance restart number not work since v8.0.0 and work well in v7.8.2 2023-09-13 17:08:59 +08:00
Dolan Miu
8da57bec51 Bump prettier
Fix new prettier issues
2023-07-21 20:11:52 +01:00
Dolan Miu
dfffb066f3 Fix override order in default styles 2023-06-28 21:40:20 +01:00
Dolan Miu
210d9c58f2 Improve API for check boxes 2023-06-25 03:09:29 +01:00
Juan D
414d0248f5 Update Checkbox test description 2023-06-23 15:36:08 -04:00
Juan D
fa400bcf39 update CheckBox and tests to handle optional alias field 2023-06-23 13:06:18 -04:00
Juan D
9e9ca526fe Prettier syntax update of sdt-properties 2023-06-23 13:05:21 -04:00
Juan D
41c0fb5fc0 Update sdt-properties to make alias optional 2023-06-23 13:04:28 -04:00
Juan D
58e7dbf445 Revert "Modify sdt-properties to accommodate for children elements"
This reverts commit f706d8e62d.
2023-06-22 15:39:39 -04:00
Juan D
20e0213c7d Revert "Revert unnecessary changes to sdt-properties"
This reverts commit d1f75e3a42.
2023-06-22 15:37:00 -04:00
Juan D
b8f83fd6ad Update CheckBox element and test file according to sdt-properties correction 2023-06-22 15:21:45 -04:00
Juan D
d1f75e3a42 Revert unnecessary changes to sdt-properties 2023-06-22 15:20:56 -04:00
Juan D
337ff464cf Modify/create index files to handle exporting 2023-06-22 14:51:10 -04:00
Juan D
cad4a5510b Create test files for CheckBox and CheckBoxUtil 2023-06-22 14:50:07 -04:00
Juan D
aa8438d8bd Create CheckBox element and supporting child elements 2023-06-22 14:49:03 -04:00
Juan D
79363c2c2c Modify Pargraph's children to accept CheckBox 2023-06-22 14:43:10 -04:00
Juan D
f706d8e62d Modify sdt-properties to accommodate for children elements 2023-06-22 14:42:17 -04:00
Dolan Miu
e4eeb3f87f Fix spelling 2023-06-14 01:55:47 +01:00
Dolan Miu
a168dc1c15 Remove redundant code 2023-06-14 01:17:44 +01:00
Dolan Miu
99dee460ae Fix prettier 2023-06-13 20:55:20 +01:00
Pulpgrinder Dev Team
36e9ac1179 Adding tests for noProof option 2023-06-13 20:27:28 +01:00
Pulpgrinder Dev Team
df619ffe49 Added style support for noProof option.
Useful for blocks of source code, and
possibly other things that cause the grammar
and spelling checkers to go nuts.
Example usage:
 run: {
                            font:"Consolas",
                            color: "0000AA",
                            break:1,
                            noProof:true,
                        },

Also added section to .gitignore to exclude
Mac .DS_Store files. These are useless on
anything other than a Mac.
2023-06-13 20:26:45 +01:00
Dolan Miu
09ab91eeef Fix tests and build
Remove unused code and dependencies
2023-06-08 13:30:31 +01:00
Dolan Miu
972fa77265 Fix tests 2023-06-07 03:19:54 +01:00
Dolan Miu
e69b063687 Porting tests over to vitest 2023-06-05 00:33:43 +01:00