@fiddle-digital/string-tune 1.1.31 → 1.1.32
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 +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1400,6 +1400,7 @@ declare class StringCursor extends StringModule {
|
|
|
1400
1400
|
cursorContent: any;
|
|
1401
1401
|
overCount: number;
|
|
1402
1402
|
private cursorPrev;
|
|
1403
|
+
protected enabled: boolean;
|
|
1403
1404
|
constructor(context: StringContext);
|
|
1404
1405
|
initializeObject(globalId: number, object: StringObject, element: HTMLElement, attributes: Record<string, any>): void;
|
|
1405
1406
|
onMutate(data: StringData): void;
|
package/dist/index.d.ts
CHANGED
|
@@ -1400,6 +1400,7 @@ declare class StringCursor extends StringModule {
|
|
|
1400
1400
|
cursorContent: any;
|
|
1401
1401
|
overCount: number;
|
|
1402
1402
|
private cursorPrev;
|
|
1403
|
+
protected enabled: boolean;
|
|
1403
1404
|
constructor(context: StringContext);
|
|
1404
1405
|
initializeObject(globalId: number, object: StringObject, element: HTMLElement, attributes: Record<string, any>): void;
|
|
1405
1406
|
onMutate(data: StringData): void;
|