@fiddle-digital/string-tune 1.1.43 → 1.1.45
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 +7 -4
- package/dist/index.d.ts +7 -4
- 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,7 +1660,6 @@ 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;
|
|
@@ -1671,7 +1670,6 @@ declare class StringProgress extends StringModule {
|
|
|
1671
1670
|
onScrollMeasure(data: StringData): void;
|
|
1672
1671
|
onMutate(): void;
|
|
1673
1672
|
private updateObjectProgress;
|
|
1674
|
-
private hasProgressChanged;
|
|
1675
1673
|
onObjectDisconnected(object: StringObject): void;
|
|
1676
1674
|
}
|
|
1677
1675
|
|
|
@@ -2043,13 +2041,18 @@ declare class StringSequence extends StringModule {
|
|
|
2043
2041
|
constructor(context: StringContext);
|
|
2044
2042
|
onInit(): void;
|
|
2045
2043
|
private scanStandaloneTriggers;
|
|
2046
|
-
private
|
|
2047
|
-
private
|
|
2044
|
+
private parseGlobalSettingsFromObject;
|
|
2045
|
+
private tryParseGlobalSetting;
|
|
2046
|
+
private applyGlobalSettingsToExistingObjects;
|
|
2048
2047
|
private initializeSliders;
|
|
2048
|
+
private tryApplyPendingActiveStep;
|
|
2049
2049
|
canConnect(object: StringObject): boolean;
|
|
2050
2050
|
onObjectConnected(object: StringObject): void;
|
|
2051
2051
|
private parseTriggerKey;
|
|
2052
|
+
private getMaxStep;
|
|
2052
2053
|
private resolveDuration;
|
|
2054
|
+
private resolveDurations;
|
|
2055
|
+
private resolveEasing;
|
|
2053
2056
|
private resolveEasings;
|
|
2054
2057
|
onObjectDisconnected(object: StringObject): void;
|
|
2055
2058
|
private parseSequenceKey;
|
package/dist/index.d.ts
CHANGED
|
@@ -1660,7 +1660,6 @@ 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;
|
|
@@ -1671,7 +1670,6 @@ declare class StringProgress extends StringModule {
|
|
|
1671
1670
|
onScrollMeasure(data: StringData): void;
|
|
1672
1671
|
onMutate(): void;
|
|
1673
1672
|
private updateObjectProgress;
|
|
1674
|
-
private hasProgressChanged;
|
|
1675
1673
|
onObjectDisconnected(object: StringObject): void;
|
|
1676
1674
|
}
|
|
1677
1675
|
|
|
@@ -2043,13 +2041,18 @@ declare class StringSequence extends StringModule {
|
|
|
2043
2041
|
constructor(context: StringContext);
|
|
2044
2042
|
onInit(): void;
|
|
2045
2043
|
private scanStandaloneTriggers;
|
|
2046
|
-
private
|
|
2047
|
-
private
|
|
2044
|
+
private parseGlobalSettingsFromObject;
|
|
2045
|
+
private tryParseGlobalSetting;
|
|
2046
|
+
private applyGlobalSettingsToExistingObjects;
|
|
2048
2047
|
private initializeSliders;
|
|
2048
|
+
private tryApplyPendingActiveStep;
|
|
2049
2049
|
canConnect(object: StringObject): boolean;
|
|
2050
2050
|
onObjectConnected(object: StringObject): void;
|
|
2051
2051
|
private parseTriggerKey;
|
|
2052
|
+
private getMaxStep;
|
|
2052
2053
|
private resolveDuration;
|
|
2054
|
+
private resolveDurations;
|
|
2055
|
+
private resolveEasing;
|
|
2053
2056
|
private resolveEasings;
|
|
2054
2057
|
onObjectDisconnected(object: StringObject): void;
|
|
2055
2058
|
private parseSequenceKey;
|