@absolutejs/absolute 0.19.0-beta.331 → 0.19.0-beta.332
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.
|
@@ -1,11 +1,31 @@
|
|
|
1
1
|
import '@angular/compiler';
|
|
2
2
|
import { type AfterViewInit, type OnChanges } from '@angular/core';
|
|
3
|
+
import type * as i0 from '@angular/core';
|
|
3
4
|
import type { RuntimeIslandRenderProps } from '../../types/island';
|
|
4
5
|
export declare class Island implements AfterViewInit, OnChanges {
|
|
5
6
|
component: string;
|
|
6
7
|
framework: RuntimeIslandRenderProps['framework'];
|
|
7
8
|
hydrate: RuntimeIslandRenderProps['hydrate'];
|
|
8
9
|
props: RuntimeIslandRenderProps['props'];
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Island, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<Island, 'absolute-island', never, {
|
|
12
|
+
component: {
|
|
13
|
+
alias: 'component';
|
|
14
|
+
required: false;
|
|
15
|
+
};
|
|
16
|
+
framework: {
|
|
17
|
+
alias: 'framework';
|
|
18
|
+
required: false;
|
|
19
|
+
};
|
|
20
|
+
hydrate: {
|
|
21
|
+
alias: 'hydrate';
|
|
22
|
+
required: false;
|
|
23
|
+
};
|
|
24
|
+
props: {
|
|
25
|
+
alias: 'props';
|
|
26
|
+
required: false;
|
|
27
|
+
};
|
|
28
|
+
}, {}, never, never, true, never>;
|
|
9
29
|
private readonly container?;
|
|
10
30
|
private markup;
|
|
11
31
|
ngOnChanges(): void;
|
|
@@ -1,9 +1,29 @@
|
|
|
1
1
|
import '@angular/compiler';
|
|
2
|
+
import type * as i0 from '@angular/core';
|
|
2
3
|
import type { RuntimeIslandRenderProps } from '../../types/island';
|
|
3
4
|
export declare class Island {
|
|
4
5
|
component: string;
|
|
5
6
|
framework: RuntimeIslandRenderProps['framework'];
|
|
6
7
|
hydrate: RuntimeIslandRenderProps['hydrate'];
|
|
7
8
|
props: RuntimeIslandRenderProps['props'];
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Island, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<Island, 'absolute-island', never, {
|
|
11
|
+
component: {
|
|
12
|
+
alias: 'component';
|
|
13
|
+
required: false;
|
|
14
|
+
};
|
|
15
|
+
framework: {
|
|
16
|
+
alias: 'framework';
|
|
17
|
+
required: false;
|
|
18
|
+
};
|
|
19
|
+
hydrate: {
|
|
20
|
+
alias: 'hydrate';
|
|
21
|
+
required: false;
|
|
22
|
+
};
|
|
23
|
+
props: {
|
|
24
|
+
alias: 'props';
|
|
25
|
+
required: false;
|
|
26
|
+
};
|
|
27
|
+
}, {}, never, never, true, never>;
|
|
8
28
|
get serializedProps(): string;
|
|
9
29
|
}
|
package/package.json
CHANGED