exodeui 2.6.29 → 2.6.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/engine.d.ts +2 -1
- package/dist/index.js +4 -4
- package/dist/index.mjs +1047 -999
- package/dist/types.d.ts +15 -3
- package/package.json +1 -1
package/dist/engine.d.ts
CHANGED
|
@@ -88,8 +88,8 @@ export declare class ExodeUIEngine {
|
|
|
88
88
|
private applyStrokeAlignment;
|
|
89
89
|
private getPerimeter;
|
|
90
90
|
private applyObjectTransform;
|
|
91
|
-
private _tracePath;
|
|
92
91
|
private applyPath;
|
|
92
|
+
private _tracePath;
|
|
93
93
|
private renderInputBox;
|
|
94
94
|
private renderSlider;
|
|
95
95
|
private renderDropdown;
|
|
@@ -98,6 +98,7 @@ export declare class ExodeUIEngine {
|
|
|
98
98
|
private renderToggle;
|
|
99
99
|
private renderLineGraph;
|
|
100
100
|
private _catmullRom;
|
|
101
|
+
private normalizeOpacity;
|
|
101
102
|
private createCanvasFill;
|
|
102
103
|
private drawRoundRect;
|
|
103
104
|
private renderListView;
|