Commit Graph

56 Commits

Author SHA1 Message Date
Agriya Dev5
205caea40e #104 lint issue fixed 2021-05-24 20:11:41 +05:30
Agriya Dev5
5830fed793 #104 jquery convert to jaascript 2021-05-24 19:46:43 +05:30
Agriya Dev5
37cca80026 #104 jquery convert to javascript 2021-05-24 16:44:43 +05:30
JFH
812bc2371c remove local jquery file and update to latest npm version 2021-05-23 16:46:01 +02:00
Agriya Dev5
93dadb387b #102 extension storage i18n new approach changes 2021-05-22 16:21:42 +05:30
JFH
1f5134bff3 temporary fix (see comment)
rollup behavior makes svgEditor global variable inaccessible -> dist does not work.
This fix is temporary by removing use of the variable until we solve this rollup config issue or find a different approach
2021-05-20 23:43:31 +02:00
JFH
e71958e705 fix several configuration issue and linter 2021-05-19 23:09:40 +02:00
Agriya Dev5
e58ea5a155 #98 dialogs i18n translate changes 2021-05-19 14:46:40 +05:30
Agriya Dev5
299f271d18 #98 i18next remove from window and add svgEditor 2021-05-19 11:03:33 +05:30
Agriya Dev5
9ca774aea9 #98 extension i18n translate changes 2021-05-19 10:43:55 +05:30
Agriya Dev5
26113064db #98 lint issue fixed 2021-05-18 20:42:34 +05:30
Agriya Dev5
5cb889a638 #98 storage title issue fixed 2021-05-18 20:34:56 +05:30
Agriya Dev5
d4385e7e72 #98 build issue fixed 2021-05-18 20:31:56 +05:30
Agriya Dev5
0d3df6bf7b #98 i18n translation changes 2021-05-18 19:39:03 +05:30
Agriya Dev5
bbffc42cca #98 extension imagelib i18n modification 2021-05-18 19:18:02 +05:30
Agriya Dev5
deafb994cf #98 extension connectors i18n translate changes 2021-05-18 18:42:29 +05:30
Agriya Dev5
1f800fab38 #98 i18n translation changes 2021-05-18 17:30:57 +05:30
JFH
0aba04316d fix lint issues 2021-05-16 18:00:28 +02:00
JFH
8001005a19 fix some translation issues 2021-05-16 16:44:13 +02:00
JFH
81a31c3dad need loadTranslation to be repeated as dynamic import behaves differently in build mode (vs src mode) 2021-05-16 00:48:06 +02:00
JFH
1337ce7a09 merge poly/star into a single extension 2021-05-15 17:48:53 +02:00
JFH
9a68ba6358 fix some useless console.log 2021-05-15 16:20:13 +02:00
JFH
8b82f1b4d5 add more linter warnings 2021-05-14 23:28:12 +02:00
JFH
1bad5b9037 progress on localization 2021-05-14 23:16:27 +02:00
JFH
7710069ff3 move dragmove where used 2021-05-13 14:20:52 +02:00
JFH
d3974f8f17 enforce a few eslint rules 2021-05-13 01:00:09 +02:00
JFH
9a5292b467 fix missing semicolumns 2021-05-13 00:46:46 +02:00
JFH
e4283a79b9 improve dialog style 2021-05-12 23:48:41 +02:00
JFH
593c415664 update master to V7 2021-05-09 19:29:45 +02:00
Timo Dittmann
35e6de97ef - Added text decoration options (underline, overline, line-through) (#469)
- Added german translations to extensions

Co-authored-by: Timo Dittmann <timo.dittmann@kaufland.com>
2021-01-19 00:35:24 +01:00
JFH
28019eef07 Refactor canvas in multiple pieces to increase maintainability (#446)
* #refactor-canvas getJsonFromSvgElement and svgroot code moved to separate file
* #refactor-canvas build files changes
* #refactor-canvas addSVGElementsFromJson move to json file
* #refactor-canvas selected element option function move separate file
* #refactor-canvas moveUpDownSelected move to select-elem
* ##refactor-canvas build file updated
* #refactor-canvas moveSelectedElements  move to selected-elem
* #refactor-canvas cloneSelectedElements move to slected-elem
* #refactor-canvas alignSelectedElements move to selected-elem
* #refactor-canvas deleteSelectedElements move to selected-elem
* #refactor-canvas copySelectedElements and groupSelectedElements move to selected-elem
* #refactor-canvas pushGroupProperty, ungroupSelectedElement move to selected-elem
* #refactor-canvas comment changes
* #refactor-canvas UndoManager move to separate file
* #refactor-canvas event file move to mouseMove, mouseUpEvent and dblClickEvent
* #refactor-canvas mouseDown move to event
* #refactor-canvas move to undo file
* #refactor alignment changes  and set function revert return
* #refactor-canvas textaction move to separate file
* #refactor-canvas paste-element function move to separate file
* #refactor-canvas set and get  method move to separate file
* #refactor-canvas set and get function moved changes
* #refactor clear file import and regaring function moved changes changes
* #refactor-canvas svg related function move to separate file
* #refactor-canvas setBackground methos move to elem-get-set file
* #refactor-canvas getBsplinePoint method move to event file
* #refactor-canvas export functions move to svg-exec
* #refactor-canvas svg related function moved separate file
* #refactor-canvas updateCanvas,  cycleElement move to selected-elem file
* #refactor-canvas removeUnusedDefElems move to svg-exec file
* #refactor-canvas blur method move to separate file blur-event.js
* #refactor-canvas selection related function move to separate file slection.js
* #refactor-canvas convertGradients, mousewheelmove event bind function move to other files
* #refactor-canvas extension function move to selection file
* #refactor-canvas svg tag long string changes to es6 format
* eslint fixes
* eslint and test fixes
* add netlify logo per their requirements
* #refactor-canvas path file separate to path-method.js and path-actions.js
* #refactor-canvas lint issue fixed
* #refactor-canvas path.js file class and const move to path-method.js
* #refactor-canvas eslint issue fixed. 'jsdoc/check-examples': 'off' already so removed eslint-disable jsdoc/check-examples
* #refactor-canvas path class moved changes and copy-elem.js file cypress test issue fixed
* #refactor-canvas UI - Clipboard paste element  cypress issue fixed
* #refactor-canvas cypress test cases issue fixed changes
* #refactor-canvas cypress test cases issue fixed changes
* #refactor-canvas cypress test case issue fixed
* npm update and fix a few eslint new errors
* fix snapshot and run tests
* add star tool to cypress
* #refactor-canvas shapelibrary, star, polygon and panning tool issue fixed
* build
* Update layer.js
* revert proper declarations

Authored-by OptimistikSAS
2020-11-11 11:38:45 +01:00
Brett Zamir
d03e5eeae6 - Linting: Apply latest eslint-plugin-jsdoc; lint properties/param defaults 2020-10-20 09:48:07 +08:00
jfh
6d1c36b6d3 useEncodeURIComponent to add security to dynamic import 2020-10-05 21:27:48 +02:00
jfh
e2493664ed initial commit 2020-10-03 19:04:20 +02:00
jfh
5583488181 disable eslint rule for unsupported feature 2020-09-19 23:59:42 +02:00
jfh
359a161ff2 remove external folder in favor of npm dependencies 2020-09-19 15:21:30 +02:00
jfh
22e44a0f56 no need to have several import of svgpathseg as this one loads to the window 2020-09-13 19:10:29 +02:00
jfh
ff711f080b remove externals in favor of npm packages 2020-09-13 12:08:05 +02:00
jfh
d15ee0fc3a translate to french 2020-09-13 01:29:49 +02:00
jfh
0d34672c9a fix issue with locale extension builds 2020-09-12 01:27:47 +02:00
jfh
ff83e4d22e improve loading of extension locales with fallback 2020-09-10 00:54:17 +02:00
jfh
cf8c8a8398 fix issues with the es build and locales. 2020-09-09 12:14:00 +02:00
jfh
029ed1a1e1 fix issue with storage 2020-09-09 01:35:47 +02:00
jfh
cfb3620d3a group each plugin in its own folder 2020-09-06 08:32:10 +02:00
jfh
caa4fe38cc add minification in the build 2020-09-04 22:34:30 +02:00
jfh
4643bab371 fix editor start with src and dist using es-dev-server 2020-09-01 00:15:18 +02:00
jfh
bac5d13d20 move canvg and rgbcolor libs to external 2020-08-28 01:28:14 +02:00
jfh
2827efc88f add xml as import to allow roller to include in the build 2020-08-27 00:09:55 +02:00
JFH
72df064ea3 now use dynamic import() and rely on Babel to polyfill 2020-08-07 22:12:40 +02:00
Brett Zamir
be5d353bc4 - Linting: max-len, exponentiation operator 2020-07-29 15:26:27 +08:00