|
1 | 1 | import { InMemoryEntity } from "./in_memory"; |
2 | | -declare const DefaultableInMemoryEntity_base: typeof InMemoryEntity & import("../utils/types").Constructor<{ |
3 | | - isDefault: boolean; |
4 | | -}> & { |
| 2 | +declare const DefaultableInMemoryEntity_base: typeof InMemoryEntity & import("./mixins/DefaultableMixin").DefaultableInMemoryEntityConstructor & { |
5 | 3 | createDefault<T extends import("../utils/types").Constructor<InMemoryEntity> & { |
6 | 4 | defaultConfig?: object | null; |
7 | | - }>(this: T): InstanceType<T> & { |
8 | | - isDefault: boolean; |
9 | | - }; |
| 5 | + }>(this: T): InstanceType<T> & import("./mixins/DefaultableMixin").DefaultableInMemoryEntity; |
10 | 6 | }; |
11 | 7 | export declare class DefaultableInMemoryEntity extends DefaultableInMemoryEntity_base { |
12 | 8 | } |
13 | 9 | export declare const NamedInMemoryEntity: typeof InMemoryEntity & import("./mixins/NamedEntityMixin").NamedInMemoryEntityConstructor; |
14 | | -export declare const NamedDefaultableInMemoryEntity: typeof InMemoryEntity & import("../utils/types").Constructor<{ |
15 | | - isDefault: boolean; |
16 | | -}> & { |
| 10 | +export declare const NamedDefaultableInMemoryEntity: typeof InMemoryEntity & import("./mixins/DefaultableMixin").DefaultableInMemoryEntityConstructor & { |
17 | 11 | createDefault<T extends import("../utils/types").Constructor<InMemoryEntity> & { |
18 | 12 | defaultConfig?: object | null; |
19 | | - }>(this: T): InstanceType<T> & { |
20 | | - isDefault: boolean; |
21 | | - }; |
| 13 | + }>(this: T): InstanceType<T> & import("./mixins/DefaultableMixin").DefaultableInMemoryEntity; |
22 | 14 | } & import("./mixins/NamedEntityMixin").NamedInMemoryEntityConstructor; |
23 | | -export declare const HasMetadataNamedDefaultableInMemoryEntity: typeof InMemoryEntity & import("../utils/types").Constructor<{ |
24 | | - isDefault: boolean; |
25 | | -}> & { |
| 15 | +export declare const HasMetadataNamedDefaultableInMemoryEntity: typeof InMemoryEntity & import("./mixins/DefaultableMixin").DefaultableInMemoryEntityConstructor & { |
26 | 16 | createDefault<T extends import("../utils/types").Constructor<InMemoryEntity> & { |
27 | 17 | defaultConfig?: object | null; |
28 | | - }>(this: T): InstanceType<T> & { |
29 | | - isDefault: boolean; |
30 | | - }; |
| 18 | + }>(this: T): InstanceType<T> & import("./mixins/DefaultableMixin").DefaultableInMemoryEntity; |
31 | 19 | } & import("./mixins/NamedEntityMixin").NamedInMemoryEntityConstructor & import("./mixins/HasMetadataMixin").HasMetadataInMemoryEntityConstructor; |
32 | | -export declare const HasConsistencyChecksHasMetadataNamedDefaultableInMemoryEntity: typeof InMemoryEntity & import("../utils/types").Constructor<{ |
33 | | - isDefault: boolean; |
34 | | -}> & { |
| 20 | +export declare const HasConsistencyChecksHasMetadataNamedDefaultableInMemoryEntity: typeof InMemoryEntity & import("./mixins/DefaultableMixin").DefaultableInMemoryEntityConstructor & { |
35 | 21 | createDefault<T extends import("../utils/types").Constructor<InMemoryEntity> & { |
36 | 22 | defaultConfig?: object | null; |
37 | | - }>(this: T): InstanceType<T> & { |
38 | | - isDefault: boolean; |
39 | | - }; |
| 23 | + }>(this: T): InstanceType<T> & import("./mixins/DefaultableMixin").DefaultableInMemoryEntity; |
40 | 24 | } & import("./mixins/NamedEntityMixin").NamedInMemoryEntityConstructor & import("./mixins/HasMetadataMixin").HasMetadataInMemoryEntityConstructor & import("./mixins/HasConsistencyChecksMixin").HasConsistencyChecksInMemoryEntityConstructor; |
41 | 25 | export declare const NamedDefaultableRepetitionImportantSettingsInMemoryEntity: { |
42 | 26 | new (...args: any[]): { |
@@ -111,14 +95,10 @@ export declare const NamedDefaultableRepetitionImportantSettingsInMemoryEntity: |
111 | 95 | readonly slug: string; |
112 | 96 | readonly isSystemEntity: boolean; |
113 | 97 | }; |
114 | | -} & typeof InMemoryEntity & import("../utils/types").Constructor<{ |
115 | | - isDefault: boolean; |
116 | | -}> & { |
| 98 | +} & typeof InMemoryEntity & import("./mixins/DefaultableMixin").DefaultableInMemoryEntityConstructor & { |
117 | 99 | createDefault<T extends import("../utils/types").Constructor<InMemoryEntity> & { |
118 | 100 | defaultConfig?: object | null; |
119 | | - }>(this: T): InstanceType<T> & { |
120 | | - isDefault: boolean; |
121 | | - }; |
| 101 | + }>(this: T): InstanceType<T> & import("./mixins/DefaultableMixin").DefaultableInMemoryEntity; |
122 | 102 | } & import("./mixins/NamedEntityMixin").NamedInMemoryEntityConstructor; |
123 | 103 | export declare const NamedDefaultableRepetitionContextAndRenderInMemoryEntity: { |
124 | 104 | new (...params: any[]): { |
@@ -196,14 +176,10 @@ export declare const NamedDefaultableRepetitionContextAndRenderInMemoryEntity: { |
196 | 176 | readonly slug: string; |
197 | 177 | readonly isSystemEntity: boolean; |
198 | 178 | }; |
199 | | -} & typeof InMemoryEntity & import("../utils/types").Constructor<{ |
200 | | - isDefault: boolean; |
201 | | -}> & { |
| 179 | +} & typeof InMemoryEntity & import("./mixins/DefaultableMixin").DefaultableInMemoryEntityConstructor & { |
202 | 180 | createDefault<T extends import("../utils/types").Constructor<InMemoryEntity> & { |
203 | 181 | defaultConfig?: object | null; |
204 | | - }>(this: T): InstanceType<T> & { |
205 | | - isDefault: boolean; |
206 | | - }; |
| 182 | + }>(this: T): InstanceType<T> & import("./mixins/DefaultableMixin").DefaultableInMemoryEntity; |
207 | 183 | } & import("./mixins/NamedEntityMixin").NamedInMemoryEntityConstructor; |
208 | 184 | export declare const NamedDefaultableRepetitionRuntimeItemsImportantSettingsContextAndRenderHashedInMemoryEntity: { |
209 | 185 | new (...args: any[]): { |
@@ -437,13 +413,9 @@ export declare const NamedDefaultableRepetitionRuntimeItemsImportantSettingsCont |
437 | 413 | readonly slug: string; |
438 | 414 | readonly isSystemEntity: boolean; |
439 | 415 | }; |
440 | | -} & typeof InMemoryEntity & import("../utils/types").Constructor<{ |
441 | | - isDefault: boolean; |
442 | | -}> & { |
| 416 | +} & typeof InMemoryEntity & import("./mixins/DefaultableMixin").DefaultableInMemoryEntityConstructor & { |
443 | 417 | createDefault<T extends import("../utils/types").Constructor<InMemoryEntity> & { |
444 | 418 | defaultConfig?: object | null; |
445 | | - }>(this: T): InstanceType<T> & { |
446 | | - isDefault: boolean; |
447 | | - }; |
| 419 | + }>(this: T): InstanceType<T> & import("./mixins/DefaultableMixin").DefaultableInMemoryEntity; |
448 | 420 | } & import("./mixins/NamedEntityMixin").NamedInMemoryEntityConstructor; |
449 | 421 | export {}; |
0 commit comments