Skip to content

Commit

Permalink
chore: update esse
Browse files Browse the repository at this point in the history
  • Loading branch information
k0stik committed Jun 3, 2024
1 parent 581c947 commit cde6639
Show file tree
Hide file tree
Showing 7 changed files with 102 additions and 119 deletions.
6 changes: 3 additions & 3 deletions dist/js/entity/mixins/context.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export declare function ContextAndRenderFieldsMixin<T extends InMemoryEntityCons
getClsName(): string;
readonly slug: string;
readonly isSystemEntity: boolean;
getAsEntityReference(byIdOnly?: boolean): import("@mat3ra/esse/lib/js/types").EntityReferenceSchema;
getAsEntityReference(byIdOnly?: boolean): import("@mat3ra/esse/dist/js/types").EntityReferenceSchema;
getEntityByName(entities: import("../in_memory").InMemoryEntity[], entity: string, name: string): import("../in_memory").InMemoryEntity;
};
} & T;
Expand Down Expand Up @@ -58,7 +58,7 @@ export declare function DomainContextProviderMixin<T extends InMemoryEntityConst
getClsName(): string;
readonly slug: string;
readonly isSystemEntity: boolean;
getAsEntityReference(byIdOnly?: boolean): import("@mat3ra/esse/lib/js/types").EntityReferenceSchema;
getAsEntityReference(byIdOnly?: boolean): import("@mat3ra/esse/dist/js/types").EntityReferenceSchema;
getEntityByName(entities: import("../in_memory").InMemoryEntity[], entity: string, name: string): import("../in_memory").InMemoryEntity;
};
} & T;
Expand Down Expand Up @@ -88,7 +88,7 @@ export declare function ImportantSettingsProviderMixin<T extends InMemoryEntityC
getClsName(): string;
readonly slug: string;
readonly isSystemEntity: boolean;
getAsEntityReference(byIdOnly?: boolean): import("@mat3ra/esse/lib/js/types").EntityReferenceSchema;
getAsEntityReference(byIdOnly?: boolean): import("@mat3ra/esse/dist/js/types").EntityReferenceSchema;
getEntityByName(entities: import("../in_memory").InMemoryEntity[], entity: string, name: string): import("../in_memory").InMemoryEntity;
};
} & T;
4 changes: 2 additions & 2 deletions dist/js/entity/mixins/flowchart.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export declare function FlowchartItemMixin<T extends InMemoryEntityConstructor>(
getClsName(): string;
readonly slug: string;
readonly isSystemEntity: boolean;
getAsEntityReference(byIdOnly?: boolean): import("@mat3ra/esse/lib/js/types").EntityReferenceSchema;
getAsEntityReference(byIdOnly?: boolean): import("@mat3ra/esse/dist/js/types").EntityReferenceSchema;
getEntityByName(entities: import("../in_memory").InMemoryEntity[], entity: string, name: string): import("../in_memory").InMemoryEntity;
};
} & T;
Expand Down Expand Up @@ -55,7 +55,7 @@ export declare function FlowchartEntityMixin<T extends InMemoryEntityConstructor
getClsName(): string;
readonly slug: string;
readonly isSystemEntity: boolean;
getAsEntityReference(byIdOnly?: boolean): import("@mat3ra/esse/lib/js/types").EntityReferenceSchema;
getAsEntityReference(byIdOnly?: boolean): import("@mat3ra/esse/dist/js/types").EntityReferenceSchema;
getEntityByName(entities: import("../in_memory").InMemoryEntity[], entity: string, name: string): import("../in_memory").InMemoryEntity;
};
} & T;
2 changes: 1 addition & 1 deletion dist/js/entity/mixins/repetition.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export declare function HasRepetitionMixin<T extends InMemoryEntityConstructor>(
getClsName(): string;
readonly slug: string;
readonly isSystemEntity: boolean;
getAsEntityReference(byIdOnly?: boolean): import("@mat3ra/esse/lib/js/types").EntityReferenceSchema;
getAsEntityReference(byIdOnly?: boolean): import("@mat3ra/esse/dist/js/types").EntityReferenceSchema;
getEntityByName(entities: import("../in_memory").InMemoryEntity[], entity: string, name: string): import("../in_memory").InMemoryEntity;
};
} & T;
Expand Down
Loading

0 comments on commit cde6639

Please sign in to comment.