mxdraw 0.1.313 → 0.1.314

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/mxdraw.d.ts CHANGED
@@ -1041,6 +1041,8 @@ declare class MxDynamicInput {
1041
1041
  getFocusValue: () => string;
1042
1042
  setLockValues(index: number, value: string): void;
1043
1043
  getLockValues(index: number): string;
1044
+ getLockValuesMap(): Map<number, string>;
1045
+ clearLockValuesMap(): void;
1044
1046
  getFocusIndex: () => number;
1045
1047
  setFocusIndex: (index: number) => void;
1046
1048
  mountKeydownEvent: (fun: ((arg0: any) => number) | undefined) => void;