aboutsummaryrefslogtreecommitdiffstats
path: root/svg.js.d.ts
Commit message (Collapse)AuthorAgeFilesLines
* fix: CSSStyleName typescript2024-07-171-15/+16
|
* fix: shape.css({})2024-07-171-1/+13
|
* update dependenciesUlrich-Matthias Schäfer2024-06-181-38/+38
|
* add more events to sugar (fixes #1217)Ulrich-Matthias Schäfer2023-09-031-52/+79
|
* fix css, dont throw when screenCtm fails (fixes #968)Ulrich-Matthias Schäfer2023-09-031-17/+11
|
* add sugar methods to runner (fixes #1117)Ulrich-Matthias Schäfer2023-09-031-0/+32
|
* added amove methods to runner (fixes #1131)Ulrich-Matthias Schäfer2023-09-031-0/+3
|
* make duration optional in typesUlrich-Matthias Schäfer2023-09-031-2/+2
|
* support css vars (fixes #1230)Ulrich-Matthias Schäfer2023-09-031-5/+15
|
* add isHTML flag to types (fixes #1266)Ulrich-Matthias Schäfer2023-09-031-1/+5
|
* allow string as input to rectUlrich-Matthias Schäfer2023-09-021-4/+3
|
* perf: add Container constructor declaration.Jiande2023-08-181-0/+1
| | | | if not, while user hover in Container will show DynamicExtends constructor params.
* perf: use dynamic extends to avoid duplicated declaration between Container ↵Jiande2023-08-171-45/+18
| | | | and Fragment
* 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
| | | | | | | | - additional: Typescript-Interfaces for off() functions updated
* | Includes dmove method on Runner classAdam Yakes2021-11-101-0/+1
| |
* | findOne can return nullGlandos2021-11-051-2/+2
| | | | | | This can be a breaking change. But it will also fix the contract of the method.
* | types: remove at() methodsLars Hvam2021-10-121-3/+1
| |
* | Update svg.js.d.tsDiego Bonura2021-09-071-0/+1
| | | | | | Add zoom():number to d.ts to get current zoom level
* | Update svg.js.d.tsUlrich-Matthias Schäfer2021-06-181-1/+1
| | | | | | zoom should return `this`
* | 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
| | | | | | | | | | We need this to be able to pass strings like "top-right" or "center" as transform origin on TypeScript, as they're already supported on JavaScript. @neomorfeo
* | Add style() to Container on TS bindingsDani2020-11-121-0/+1
|/ | | | | We need this to be able to define styles on the SVG from TypeScript. @neomorfeo
* Add attribute `rotate` to `MatrixTransformParam` (#1149)jhajjaarap2020-09-051-0/+1
| | | Add attribute `rotate` to `MatrixTransformParam`
* 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
| | | Implementing ElementAlias doesnt work because method definitions clash
* 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
| | | | | | | | CSSStyleDeclaration contains readonly rule, so I excluded them, otherwise it doesn't make sense I didn't touch the Runner `css()` because I don't know the exact behavior of it.
| * Add optional string type to Runner.easeAndrew Rodgers2020-05-191-1/+1
| | | | | | | | The ease method on the runner takes the same constructor strings as the Ease class, so you can do things like element.animate(1000).ease('-').rotate(360).loop() Currently typescript throws an error saying that ease only accepts a Function as an argument.
| * 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 ↵pragdave2020-05-071-1/+9
| | | | | | | | | | | | | | | | | | | | TypeScript. The .d.ts file didn't include the retuen type for a list of runner infos, and adding it still m,ade it harder than it should be to iterate over it type safely. In this commit I 1. Added the type information for `ScheduledRunnerInfo`, and updated the Timeline types to include it as a retuen type for `schedule` 2. Added a new function to Timeline, `getSchedule`, that simply returns the runner list. This seems to be cleaner than having the original `schedule` that can return two wildly different things. I didn't remove the old functionality.
* | 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
|