@fiddle-digital/string-tune 1.1.43 → 1.1.44
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 +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +7 -2
- package/dist/index.d.ts +7 -2
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2043,13 +2043,18 @@ declare class StringSequence extends StringModule {
|
|
|
2043
2043
|
constructor(context: StringContext);
|
|
2044
2044
|
onInit(): void;
|
|
2045
2045
|
private scanStandaloneTriggers;
|
|
2046
|
-
private
|
|
2047
|
-
private
|
|
2046
|
+
private parseGlobalSettingsFromObject;
|
|
2047
|
+
private tryParseGlobalSetting;
|
|
2048
|
+
private applyGlobalSettingsToExistingObjects;
|
|
2048
2049
|
private initializeSliders;
|
|
2050
|
+
private tryApplyPendingActiveStep;
|
|
2049
2051
|
canConnect(object: StringObject): boolean;
|
|
2050
2052
|
onObjectConnected(object: StringObject): void;
|
|
2051
2053
|
private parseTriggerKey;
|
|
2054
|
+
private getMaxStep;
|
|
2052
2055
|
private resolveDuration;
|
|
2056
|
+
private resolveDurations;
|
|
2057
|
+
private resolveEasing;
|
|
2053
2058
|
private resolveEasings;
|
|
2054
2059
|
onObjectDisconnected(object: StringObject): void;
|
|
2055
2060
|
private parseSequenceKey;
|
package/dist/index.d.ts
CHANGED
|
@@ -2043,13 +2043,18 @@ declare class StringSequence extends StringModule {
|
|
|
2043
2043
|
constructor(context: StringContext);
|
|
2044
2044
|
onInit(): void;
|
|
2045
2045
|
private scanStandaloneTriggers;
|
|
2046
|
-
private
|
|
2047
|
-
private
|
|
2046
|
+
private parseGlobalSettingsFromObject;
|
|
2047
|
+
private tryParseGlobalSetting;
|
|
2048
|
+
private applyGlobalSettingsToExistingObjects;
|
|
2048
2049
|
private initializeSliders;
|
|
2050
|
+
private tryApplyPendingActiveStep;
|
|
2049
2051
|
canConnect(object: StringObject): boolean;
|
|
2050
2052
|
onObjectConnected(object: StringObject): void;
|
|
2051
2053
|
private parseTriggerKey;
|
|
2054
|
+
private getMaxStep;
|
|
2052
2055
|
private resolveDuration;
|
|
2056
|
+
private resolveDurations;
|
|
2057
|
+
private resolveEasing;
|
|
2053
2058
|
private resolveEasings;
|
|
2054
2059
|
onObjectDisconnected(object: StringObject): void;
|
|
2055
2060
|
private parseSequenceKey;
|