@mcurros2/microm 1.1.330-0 → 1.1.331-0

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.d.ts CHANGED
@@ -621,7 +621,7 @@ export class Entity<T extends EntityDefinition> {
621
621
  Title: string;
622
622
  HelpText?: string;
623
623
  Icon?: ComponentType<IconProps>;
624
- constructor(client: MicroMClient, def: T, parentKeys?: ValuesObject);
624
+ constructor(client: MicroMClient, def: T, parentKeys?: ValuesObject, setParentKeys?: boolean);
625
625
  static clone(entity: Entity<EntityDefinition>): Entity<EntityDefinition>;
626
626
  }
627
627
  export function convertValueFromString(col: EntityColumn<Value>, value: string): Value;