* Fix table layout bug
* Update snapshot
* Move cloneDeep to common
* Minor fix
* revert some test pdf
* add test
* Minor fix
* Minor fix
* Minor fix
* refactoring
* add strikethrough and underline on text schema
* fix active btn
* Fix failed type match on boolean
* fix yline calculation on rotate text
* fix character spacing missing in line length calculations
* create button group widget and group together
* update align icons
* update dict
---------
Co-authored-by: Kyohei Fukuda <kyoheif@wix.com>
* fix(dep): Remove antd as direct dependency of common
* Move form-render to peer as well
* update esbuild
---------
Co-authored-by: Kyohei Fukuda <kyoheif@wix.com>
* Reconsider the internal data types and the template types (#389)
* Change SchemaForUI's data and readOnlyValue to content
* Fix bug
* Remove sampledata and instead always use content. & Use content regardless of readOnly or not. & Eliminate defaultValue and replace it with always using content.
* Change website template
* Fix placeholder bug
* Change generator test template
* Change content to optional
* Move getInputFromTemplate to common
* Remove columns
* Fix test
* move dynamictable.excalidraw
* remove idea dir
* New basePdf type and Support adding new pages to template (#394)
* Minor fix
* IMPL Support adding new pages to template #111
* Fix test
* Minor fix
* IMPL padding behavior
* Update snapshot
* Minor fix
* Update snapshot
* add i18n
* remove option from BlankPdf.padding
* Minor fix
* Minor fix
* format
* Add changeSchemas unit test (#403)
* Minor fix
* Add a version number to pdfme template from V4 onwards (#404)
* Impl
* Minor fix
* Padding move width (#407)
* Refactor position and size handling in helper.ts
* Fix bug
* Add DynamicTable Schema #332 (#408)
* [tmp] add some comment
* Update snapshot
* Add deploy-table script to package.json
* add new template for playground
* bug fix for form
* fix cell editing bug
* Fix Adding rows doesn't change the overall height of the table
* fix padding problem
* Fix build error
* Fix bug
* Minor fix
* Fix New lines not reflecting correctly
* minor fix
* Minor fix
* Change tableStyles def
* add i18n
* small bugfix
* FIx some TODO
* Remove japanese comment
* Minor fix
* Fix infinity loom for form
* fix save inputs bug
* fix window resize bug
* add skip for failing test and update snapshot
* Minor fix
* add presets for playground
* Minor fix
* Reconsider the internal data types and the template types (#389)
* Change SchemaForUI's data and readOnlyValue to content
* Fix bug
* Remove sampledata and instead always use content. & Use content regardless of readOnly or not. & Eliminate defaultValue and replace it with always using content.
* Change website template
* Fix placeholder bug
* Change generator test template
* Change content to optional
* Move getInputFromTemplate to common
* Remove columns
* Fix test
* move dynamictable.excalidraw
* remove idea dir
* New basePdf type and Support adding new pages to template (#394)
* Minor fix
* IMPL Support adding new pages to template #111
* Fix test
* Minor fix
* IMPL padding behavior
* Update snapshot
* Minor fix
* Update snapshot
* add i18n
* remove option from BlankPdf.padding
* Minor fix
* Minor fix
* format
* Add changeSchemas unit test (#403)
* Minor fix
* Add a version number to pdfme template from V4 onwards (#404)
* Impl
* Minor fix
* Padding move width (#407)
* Refactor position and size handling in helper.ts
* Fix bug
* Add DynamicTable Schema #332 (#408)
* [tmp] add some comment
* Update snapshot
* Add deploy-table script to package.json
* add new template for playground
* bug fix for form
* fix cell editing bug
* Fix Adding rows doesn't change the overall height of the table
* fix padding problem
* Fix build error
* Fix bug
* Minor fix
* Fix New lines not reflecting correctly
* minor fix
* Minor fix
* Change tableStyles def
* add i18n
* small bugfix
* FIx some TODO
* Remove japanese comment
* Minor fix
* Fix infinity loom for form
* fix save inputs bug
* fix window resize bug
* add skip for failing test and update snapshot
* Minor fix
* add presets for playground
* Minor fix
* Minor fix
* Update imports and fix font rendering
* Add a Left Sidebar for Placing Schemas #400 (#452)
* Remove original 'Add new field' Button
* add icon
* FIx drag position bug
* Minor fix
* Fix sidebar position
* Update snapshot
* Minor fix
* Update packages/ui/src/components/Designer/index.tsx
Co-authored-by: Peter Ward <pete@pennyblack.io>
---------
Co-authored-by: Peter Ward <pete@pennyblack.io>
* Fix test
* Improve left sidebar icon drop placement accuracy (#454)
* Fix Spanish translations for v4 (#463)
* Fix#431
* V4 (#467)
* feat: add french language
* feat: relecture
* feat: add french language
---------
Co-authored-by: regis <regis>
* Add French language option to playground
* rename table export name to tableBeta
---------
Co-authored-by: Peter Ward <pete@pennyblack.io>
Co-authored-by: Iker Diez <32014358+ikerd@users.noreply.github.com>
Co-authored-by: Régis <regis.charnace@leandco.fr>
* promote includetext from bwipjs arg that is always set to true to schema option (same as textColor)
* set BarcodeSchema.includetext to optional
* add i18n text (en + de)
* add schemas.barcodes.includetext to Dict Schema
* add google translated text for other languages
* Minor fix
* Minor fix
* Minor fix
---------
Co-authored-by: Kyohei Fukuda <kyouhei.fukuda0729@gmail.com>
* Minor fix
* TMP
* Update background color in Designer and Preview
components
* TMP
* TMP
* Add Line schema
* Minor fix
* Fix: Emptying the image field triggers a HTTP request #325
* Minor fix
* Minor fix
* Minor fix
* Added opacity option to all schemes
(cherry picked from commit 9a8b877403)
* IMPL
* Refactor nested position object into flat
structure
* added step props for number inputs that need it
---------
Co-authored-by: Leandro Banaszeski <leandrobanaszeski@gmail.com>
Co-authored-by: Kyohei Fukuda <kyouhei.fukuda0729@gmail.com>
* TMP
* Update Special Thanks
* Minor fix
* Add FIXME comment
* remove image schema from builtin
* Update snapshot
* TMP
* fix fail test
* Minor fix
* Fix website build bug and demo bug
* Fix focus problem
* Minor fix
* Minor fix
* Minor fix
* Fix for image schema type bug
* add comment
* Move unnecessary type sharing from the common package to the each packages.
* TMP
* Add JSDoc
* TMP
* ja 2 en
* Move some type to common
* Add plugins interface
* TMP
* Fix build error
* Fix generator test
* Remove CommonProps export for user
* Add checkPlugins
* Minor fix