@fiddle-digital/string-tune 1.1.44 → 1.1.46
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/index.cjs +8 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +0 -3
- package/dist/index.d.ts +0 -3
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -8
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1660,18 +1660,15 @@ declare class StringLerp extends StringModule {
|
|
|
1660
1660
|
|
|
1661
1661
|
declare class StringProgress extends StringModule {
|
|
1662
1662
|
protected updateScheduled: boolean;
|
|
1663
|
-
private static readonly PROGRESS_EPSILON;
|
|
1664
1663
|
constructor(context: StringContext);
|
|
1665
1664
|
initializeObject(globalId: number, object: StringObject, element: HTMLElement, attributes: Record<string, any>): void;
|
|
1666
1665
|
private recomputeProgress;
|
|
1667
|
-
private applyProgressValue;
|
|
1668
1666
|
calculatePositions(object: StringObject, windowSize: number): void;
|
|
1669
1667
|
onScroll(data: StringData): void;
|
|
1670
1668
|
onObjectConnected(object: StringObject): void;
|
|
1671
1669
|
onScrollMeasure(data: StringData): void;
|
|
1672
1670
|
onMutate(): void;
|
|
1673
1671
|
private updateObjectProgress;
|
|
1674
|
-
private hasProgressChanged;
|
|
1675
1672
|
onObjectDisconnected(object: StringObject): void;
|
|
1676
1673
|
}
|
|
1677
1674
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1660,18 +1660,15 @@ declare class StringLerp extends StringModule {
|
|
|
1660
1660
|
|
|
1661
1661
|
declare class StringProgress extends StringModule {
|
|
1662
1662
|
protected updateScheduled: boolean;
|
|
1663
|
-
private static readonly PROGRESS_EPSILON;
|
|
1664
1663
|
constructor(context: StringContext);
|
|
1665
1664
|
initializeObject(globalId: number, object: StringObject, element: HTMLElement, attributes: Record<string, any>): void;
|
|
1666
1665
|
private recomputeProgress;
|
|
1667
|
-
private applyProgressValue;
|
|
1668
1666
|
calculatePositions(object: StringObject, windowSize: number): void;
|
|
1669
1667
|
onScroll(data: StringData): void;
|
|
1670
1668
|
onObjectConnected(object: StringObject): void;
|
|
1671
1669
|
onScrollMeasure(data: StringData): void;
|
|
1672
1670
|
onMutate(): void;
|
|
1673
1671
|
private updateObjectProgress;
|
|
1674
|
-
private hasProgressChanged;
|
|
1675
1672
|
onObjectDisconnected(object: StringObject): void;
|
|
1676
1673
|
}
|
|
1677
1674
|
|