aboutsummaryrefslogtreecommitdiffstats
path: root/svg.js.d.ts
Commit message (Expand)AuthorAgeFilesLines
* allow string as input to rectUlrich-Matthias Schäfer2023-09-021-4/+3
* perf: add Container constructor declaration.Jiande2023-08-181-0/+1
* perf: use dynamic extends to avoid duplicated declaration between Container a...Jiande2023-08-171-45/+18
* fix: add Fragment declaration in svg.js.d.tsJiande2023-08-141-0/+46
* dependency updates, easier formattingUlrich-Matthias Schäfer2023-06-131-1694/+1893
* fix toParent typeAlejandro Leal2023-05-101-5/+6
* Clone without assigning new IDsUlrich-Matthias Schäfer2022-12-131-2/+2
|\
| * New paremeter assignNewIds for Dom.clone()Philippe Bernard2020-10-141-2/+2
* | fix: Add second parameter definitioncmoh2022-08-111-1/+1
* | d.ts Timeline.active() (#1253)Timo Hausmann2022-02-081-0/+1
* | Add parameter "options" to EventTarget.off()Mario Schlicht2022-01-181-3/+3
* | Includes dmove method on Runner classAdam Yakes2021-11-101-0/+1
* | findOne can return nullGlandos2021-11-051-2/+2
* | types: remove at() methodsLars Hvam2021-10-121-3/+1
* | Update svg.js.d.tsDiego Bonura2021-09-071-0/+1
* | Update svg.js.d.tsUlrich-Matthias Schäfer2021-06-181-1/+1
* | Fixes types starting tsc 4.2.4Maxime Dupré2021-06-171-2/+2
* | add types for stylesJosé C. Paiva2021-05-031-1/+3
* | add types for stylesJosé C. Paiva2021-05-031-0/+8
* | Allow strings to be passed as transform origin on TSDani2020-11-161-1/+1
* | Add style() to Container on TS bindingsDani2020-11-121-0/+1
|/
* Add attribute `rotate` to `MatrixTransformParam` (#1149)jhajjaarap2020-09-051-0/+1
* Remove extends ElementAlias from List itemsJosé C. Paiva2020-06-141-3/+2
* Fix types for List and ForeignObjectJosé C. Paiva2020-06-141-8/+9
* Update svg.js.d.tsUlrich-Matthias Schäfer2020-06-131-1/+1
* Added exports from window.jsPedro José Batista2020-06-021-0/+4
* Merge branch 'master' into some-more-typingsUlrich-Matthias Schäfer2020-06-011-7/+17
|\
| * Better typing for css getter/setterGlandos2020-05-271-5/+8
| * Add optional string type to Runner.easeAndrew Rodgers2020-05-191-1/+1
| * sorted method namesUlrich-Matthias Schäfer2020-05-191-1/+0
| * remove union return valuepragdave2020-05-071-2/+2
| * It was difficult to use the zero-parameter form of Timeline.schedule() with T...pragdave2020-05-071-1/+9
* | Fix add method for ForeignObjectUlrich-Matthias Schäfer2020-06-011-1/+1
* | Fix constructor typings for ForeignElementUlrich-Matthias Schäfer2020-06-011-1/+2
* | add string parameters to Runner.ease()pragdave2020-05-311-9/+15
* | slowly iterating towards List nirvana. FO still pending...pragdave2020-05-311-4/+4
* | Fix up List (maybe). ForeignObject still open for discussionpragdave2020-05-301-7/+4
* | aff foreignObject to types, get get List workingpragdave2020-05-301-3/+13
|/
* sort out unused regex, add parser and regex tests, fix textable testsUlrich-Matthias Schäfer2020-04-251-2/+0
* added Fragment, completed Dom Tests, fixed `matches()` for document fragmentsUlrich-Matthias Schäfer2020-04-081-1/+1
* - fixed `put()` which correctly creates an svgjs object from the passed elem...Ulrich-Matthias Schäfer2020-04-031-46/+12
* This is a big one...Ulrich-Matthias Schäfer2020-03-281-95/+120
* Add mouseenter()/mouseleave() function definition to types.Luma2020-03-231-0/+2
* Changes animate duration argument to TimeLikeMatthew Radcliffe2019-12-161-2/+2
* Fixes Element.animate typingMatthew Radcliffe2019-12-121-2/+1
* PathArray parse method's parameter should be optional to comply with the pare...Maxime AILLOUD2019-05-241-1/+1
* Typescript definition file: add null as possible parameter for event binding ...Maxime AILLOUD2019-05-241-15/+15
* Update typescript definition file.Veasna Sreng2019-03-011-86/+133
* cleanup of .d.ts (#960)kabentley2019-02-191-322/+1145
* fix SVGNumber and SVGArrayKeith Bentley2019-02-121-181/+127