@worktile/planet 12.1.2 → 14.0.0-next.1

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.
Files changed (81) hide show
  1. package/CHANGELOG.md +422 -0
  2. package/LICENSE +21 -0
  3. package/README.md +348 -0
  4. package/application/planet-application-loader.d.ts +3 -0
  5. package/application/planet-application-loader.d.ts.map +1 -1
  6. package/application/planet-application.service.d.ts +3 -0
  7. package/application/planet-application.service.d.ts.map +1 -1
  8. package/assets-loader.d.ts +3 -0
  9. package/assets-loader.d.ts.map +1 -1
  10. package/component/planet-component-loader.d.ts +3 -0
  11. package/component/planet-component-loader.d.ts.map +1 -1
  12. package/empty/empty.component.d.ts +3 -0
  13. package/empty/empty.component.d.ts.map +1 -1
  14. package/esm2020/application/planet-application-loader.mjs +454 -0
  15. package/esm2020/application/planet-application-ref.mjs +94 -0
  16. package/{esm2015/application/planet-application.service.js → esm2020/application/planet-application.service.mjs} +9 -11
  17. package/{esm2015/application/portal-application.js → esm2020/application/portal-application.mjs} +0 -0
  18. package/{esm2015/assets-loader.js → esm2020/assets-loader.mjs} +9 -10
  19. package/esm2020/component/planet-component-loader.mjs +153 -0
  20. package/{esm2015/component/planet-component-ref.js → esm2020/component/planet-component-ref.mjs} +0 -0
  21. package/{esm2015/component/plant-component.config.js → esm2020/component/plant-component.config.mjs} +0 -0
  22. package/{esm2015/debug.js → esm2020/debug.mjs} +0 -0
  23. package/esm2020/empty/empty.component.mjs +15 -0
  24. package/{esm2015/global-event-dispatcher.js → esm2020/global-event-dispatcher.mjs} +9 -10
  25. package/esm2020/global-planet.mjs +53 -0
  26. package/{esm2015/helpers.js → esm2020/helpers.mjs} +0 -0
  27. package/esm2020/module.mjs +31 -0
  28. package/{esm2015/planet.class.js → esm2020/planet.class.mjs} +0 -0
  29. package/esm2020/planet.mjs +91 -0
  30. package/{esm2015/public-api.js → esm2020/public-api.mjs} +0 -0
  31. package/{esm2015/sandbox/constants.js → esm2020/sandbox/constants.mjs} +0 -0
  32. package/{esm2015/sandbox/exec.js → esm2020/sandbox/exec.mjs} +0 -0
  33. package/{esm2015/sandbox/index.js → esm2020/sandbox/index.mjs} +0 -0
  34. package/{esm2015/sandbox/proxy/patches/document.js → esm2020/sandbox/proxy/patches/document.mjs} +0 -0
  35. package/{esm2015/sandbox/proxy/patches/eventListener.js → esm2020/sandbox/proxy/patches/eventListener.mjs} +0 -0
  36. package/{esm2015/sandbox/proxy/patches/index.js → esm2020/sandbox/proxy/patches/index.mjs} +0 -0
  37. package/{esm2015/sandbox/proxy/patches/storage.js → esm2020/sandbox/proxy/patches/storage.mjs} +0 -0
  38. package/{esm2015/sandbox/proxy/patches/timer.js → esm2020/sandbox/proxy/patches/timer.mjs} +0 -0
  39. package/{esm2015/sandbox/proxy/proxies/common.js → esm2020/sandbox/proxy/proxies/common.mjs} +2 -2
  40. package/{esm2015/sandbox/proxy/proxies/document.js → esm2020/sandbox/proxy/proxies/document.mjs} +0 -0
  41. package/{esm2015/sandbox/proxy/proxies/window.js → esm2020/sandbox/proxy/proxies/window.mjs} +5 -2
  42. package/{esm2015/sandbox/proxy/proxy-sandbox.js → esm2020/sandbox/proxy/proxy-sandbox.mjs} +2 -2
  43. package/{esm2015/sandbox/proxy/types.js → esm2020/sandbox/proxy/types.mjs} +0 -0
  44. package/{esm2015/sandbox/sandbox.js → esm2020/sandbox/sandbox.mjs} +0 -0
  45. package/{esm2015/sandbox/snapshot/snapshot-sandbox.js → esm2020/sandbox/snapshot/snapshot-sandbox.mjs} +0 -0
  46. package/{esm2015/sandbox/types.js → esm2020/sandbox/types.mjs} +0 -0
  47. package/esm2020/worktile-planet.mjs +5 -0
  48. package/fesm2015/{worktile-planet.js → worktile-planet.mjs} +231 -230
  49. package/fesm2015/worktile-planet.mjs.map +1 -0
  50. package/fesm2020/worktile-planet.mjs +2046 -0
  51. package/fesm2020/worktile-planet.mjs.map +1 -0
  52. package/global-event-dispatcher.d.ts +3 -0
  53. package/global-event-dispatcher.d.ts.map +1 -1
  54. package/index.d.ts +6 -0
  55. package/module.d.ts +6 -0
  56. package/module.d.ts.map +1 -1
  57. package/package.json +24 -12
  58. package/planet.d.ts +3 -0
  59. package/planet.d.ts.map +1 -1
  60. package/worktile-planet.d.ts.map +1 -1
  61. package/application/planet-application-loader.ngfactory.d.ts.map +0 -1
  62. package/application/planet-application.service.ngfactory.d.ts.map +0 -1
  63. package/assets-loader.ngfactory.d.ts.map +0 -1
  64. package/bundles/worktile-planet.umd.js +0 -2564
  65. package/bundles/worktile-planet.umd.js.map +0 -1
  66. package/component/planet-component-loader.ngfactory.d.ts.map +0 -1
  67. package/empty/empty.component.ngfactory.d.ts.map +0 -1
  68. package/esm2015/application/planet-application-loader.js +0 -457
  69. package/esm2015/application/planet-application-ref.js +0 -97
  70. package/esm2015/component/planet-component-loader.js +0 -155
  71. package/esm2015/empty/empty.component.js +0 -10
  72. package/esm2015/global-planet.js +0 -54
  73. package/esm2015/module.js +0 -27
  74. package/esm2015/planet.js +0 -91
  75. package/esm2015/worktile-planet.js +0 -6
  76. package/fesm2015/worktile-planet.js.map +0 -1
  77. package/global-event-dispatcher.ngfactory.d.ts.map +0 -1
  78. package/module.ngfactory.d.ts.map +0 -1
  79. package/planet.ngfactory.d.ts.map +0 -1
  80. package/worktile-planet.d.ts +0 -6
  81. package/worktile-planet.metadata.json +0 -1
package/README.md ADDED
@@ -0,0 +1,348 @@
1
+ # ngx-planet
2
+
3
+ [![CircleCI](https://circleci.com/gh/worktile/ngx-planet.svg?style=shield)](https://circleci.com/gh/worktile/ngx-planet)
4
+ [![Coverage Status][coveralls-image]][coveralls-url]
5
+ [![npm (scoped)](https://img.shields.io/npm/v/@worktile/planet?style=flat)](https://www.npmjs.com/package/@worktile/planet)
6
+ [![npm](https://img.shields.io/npm/dm/@worktile/planet)](https://www.npmjs.com/package/@worktile/planet)
7
+ ![npm bundle size (scoped)](https://img.shields.io/bundlephobia/min/@worktile/planet) [![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-)
8
+
9
+ [coveralls-image]: https://coveralls.io/repos/github/worktile/ngx-planet/badge.svg?branch=master
10
+ [coveralls-url]: https://coveralls.io/github/worktile/ngx-planet
11
+
12
+ A powerful, reliable, fully-featured and production ready Micro Frontend library for Angular.
13
+
14
+ APIs consistent with angular style, currently only supports Angular, other frameworks are not supported.
15
+
16
+ English | [中文文档](https://github.com/worktile/ngx-planet/blob/master/README.zh-CN.md)
17
+
18
+ ## Features
19
+
20
+ - Rendering multiple applications at the same time
21
+ - Support two mode, coexist and default that switch to another app and destroy active apps
22
+ - Support application preload
23
+ - Support style isolation
24
+ - Built-in communication between multiple applications
25
+ - Cross application component rendering
26
+ - Comprehensive examples include routing configuration, lazy loading and all features
27
+
28
+ ## Alternatives
29
+
30
+ - [single-spa](https://github.com/CanopyTax/single-spa): A javascript front-end framework supports any frameworks.
31
+ - [mooa](https://github.com/phodal/mooa): A independent-deployment micro-frontend Framework for Angular from single-spa, `planet` is very similar to it, but `planet` is more powerful, reliable, productively and more angular.
32
+
33
+ ## Installation
34
+
35
+ ```bash
36
+ $ npm i @worktile/planet --save
37
+ // or
38
+ $ yarn add @worktile/planet
39
+ ```
40
+
41
+ ## Dependencies
42
+
43
+ - `@angular/cdk`, you should install `@angular/cdk`
44
+
45
+ ## Demo
46
+
47
+ [Try out our live demo](http://planet.ngnice.com)
48
+
49
+ ![ngx-planet-micro-front-end.gif](https://cdn.pingcode.com/open-sources/ngx-planet/ngx-planet-micro-front-end.gif)
50
+
51
+ ## Usage
52
+
53
+ ### 1. Loading NgxPlanetModule in the portal's AppModule
54
+
55
+ ```
56
+ import { NgxPlanetModule } from '@worktile/planet';
57
+
58
+ @NgModule({
59
+ imports: [
60
+ CommonModule,
61
+ NgxPlanetModule
62
+ ]
63
+ })
64
+ class AppModule {}
65
+ ```
66
+
67
+ ### 2. Register applications to planet use PlanetService in portal app
68
+
69
+ ```
70
+ @Component({
71
+ selector: 'app-portal-root',
72
+ template: `
73
+ <nav>
74
+ <a [routerLink]="['/app1']" routerLinkActive="active">应用1</a>
75
+ <a [routerLink]="['/app2']" routerLinkActive="active">应用2</a>
76
+ </nav>
77
+ <router-outlet></router-outlet>
78
+ <div id="app-host-container"></div>
79
+ <div *ngIf="!loadingDone">加载中...</div>
80
+ `
81
+ })
82
+ export class AppComponent implements OnInit {
83
+ title = 'ngx-planet';
84
+
85
+ get loadingDone() {
86
+ return this.planet.loadingDone;
87
+ }
88
+
89
+ constructor(
90
+ private planet: Planet
91
+ ) {}
92
+
93
+ ngOnInit() {
94
+ this.planet.setOptions({
95
+ switchMode: SwitchModes.coexist,
96
+ errorHandler: error => {
97
+ console.error(`Failed to load resource, error:`, error);
98
+ }
99
+ });
100
+
101
+ this.planet.registerApps([
102
+ {
103
+ name: 'app1',
104
+ hostParent: '#app-host-container',
105
+ hostClass: 'thy-layout',
106
+ routerPathPrefix: '/app1',
107
+ resourcePathPrefix: '/static/app1',
108
+ preload: true,
109
+ scripts: [
110
+ 'main.js'
111
+ ],
112
+ styles: [
113
+ 'styles.css'
114
+ ]
115
+ },
116
+ {
117
+ name: 'app2',
118
+ hostParent: '#app-host-container',
119
+ hostClass: 'thy-layout',
120
+ routerPathPrefix: '/app2',
121
+ preload: true,
122
+ scripts: [
123
+ '/static/app2/main.js'
124
+ ],
125
+ styles: [
126
+ '/static/app2/styles.css'
127
+ ]
128
+ }
129
+ ]);
130
+
131
+ // start monitor route changes
132
+ // get apps to active by current path
133
+ // load static resources which contains javascript and css
134
+ // bootstrap angular sub app module and show it
135
+ this.planet.start();
136
+ }
137
+ }
138
+ ```
139
+
140
+ ### 3. Sub App define how to bootstrap AppModule
141
+
142
+ ```
143
+ defineApplication('app1', {
144
+ template: `<app1-root class="app1-root"></app1-root>`,
145
+ bootstrap: (portalApp: PlanetPortalApplication) => {
146
+ return platformBrowserDynamic([
147
+ {
148
+ provide: PlanetPortalApplication,
149
+ useValue: portalApp
150
+ },
151
+ {
152
+ provide: AppRootContext,
153
+ useValue: portalApp.data.appRootContext
154
+ }
155
+ ])
156
+ .bootstrapModule(AppModule)
157
+ .then(appModule => {
158
+ return appModule;
159
+ })
160
+ .catch(error => {
161
+ console.error(error);
162
+ return null;
163
+ });
164
+ }
165
+ });
166
+ ```
167
+
168
+ ## Documents
169
+
170
+ ### Sub app configurations
171
+
172
+ | Name | Type | Description | 中文描述 |
173
+ | ------------------ | --------------------- | ------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
174
+ | name | string | Application's name | 子应用的名字 |
175
+ | routerPathPrefix | string | Application route path prefix | 子应用路由路径前缀,根据这个匹配应用 |
176
+ | selector | string | selector of app root component | 子应用的启动组件选择器,因为子应用是主应用动态加载的,所以主应用需要先创建这个选择器节点,再启动 AppModule |
177
+ | scripts | string[] | javascript static resource paths | JS 静态资源文件访问地址 |
178
+ | styles | string[] | style static resource paths | 样式静态资源文件访问地址 |
179
+ | resourcePathPrefix | string | path prefix of scripts and styles | 脚本和样式文件路径前缀,多个脚本可以避免重复写同样的前缀 |
180
+ | hostParent | string or HTMLElement | parent element for render | 应用渲染的容器元素, 指定子应用显示在哪个元素内部 |
181
+ | hostClass | string | added class for host which is selector | 宿主元素的 Class,也就是在子应用启动组件上追加的样式 |
182
+ | switchMode | default or coexist | it will be destroyed when set to default, it only hide app when set to coexist | 切换子应用的模式,默认切换会销毁,设置 coexist 后只会隐藏 |
183
+ | preload | boolean | start preload or not | 是否启用预加载,启动后刷新页面等当前页面的应用渲染完毕后预加载子应用 |
184
+ | loadSerial | boolean | serial load scripts | 是否串行加载脚本静态资源 |
185
+ | manifest | string | manifest json file path | manifest.json 文件路径地址,当设置了路径后会先加载这个文件,然后根据 scripts 和 styles 文件名去找到匹配的文件,因为生产环境的静态资文件是 hash 之后的命名,需要动态获取 |
186
+
187
+ ### Communication between applications use GlobalEventDispatcher
188
+
189
+ ```
190
+ import { GlobalEventDispatcher } from "@worktile/planet";
191
+
192
+ // app1 root module
193
+ export class AppModule {
194
+ constructor(private globalEventDispatcher: GlobalEventDispatcher) {
195
+ this.globalEventDispatcher.register('open-a-detail').subscribe(event => {
196
+ // dialog.open(App1DetailComponent);
197
+ });
198
+ }
199
+ }
200
+
201
+ // in other apps
202
+ export class OneComponent {
203
+ constructor(private globalEventDispatcher: GlobalEventDispatcher) {
204
+ }
205
+
206
+ openDetail() {
207
+ this.globalEventDispatcher.dispatch('open-a-detail', payload);
208
+ }
209
+ }
210
+ ```
211
+
212
+ ### Cross application component rendering
213
+
214
+ ```
215
+ import { PlanetComponentLoader } from "@worktile/planet";
216
+
217
+ // in app1
218
+ export class AppModule {
219
+ constructor(private planetComponentLoader: PlanetComponentLoader) {
220
+ this.planetComponentLoader.register([{ name: 'app1-project-list', component: App1ProjectListComponent }]);
221
+ }
222
+ }
223
+
224
+ // in other apps
225
+ export class OneComponent {
226
+ constructor(private planetComponentLoader: PlanetComponentLoader) {
227
+ }
228
+
229
+ openDetail() {
230
+ this.planetComponentLoader.load('app1', 'app1-project-list', {
231
+ container: this.containerElementRef,
232
+ initialState: {}
233
+ });
234
+ }
235
+ }
236
+
237
+ ```
238
+
239
+ ## FAQ
240
+
241
+ ### infinite loop load portal app's js
242
+ Because the portal app and sub app are packaged through webpack, there will be conflicts in module dependent files, we should set up additional config `runtimeChunk` through `@angular-builders/custom-webpack`, we expect webpack 5 to support micro frontend better.
243
+ ```
244
+ // extra-webpack.config.js
245
+ {
246
+ optimization: {
247
+ runtimeChunk: false
248
+ }
249
+ };
250
+ ```
251
+
252
+ ### throw error `Cannot read property 'call' of undefined at __webpack_require__ (bootstrap:79)`
253
+ Similar to the reasons above, we should set `vendorChunk` as `false` for `build` and `serve` in `angular.json`
254
+
255
+ ```
256
+ ...
257
+ "build": {
258
+ "builder": "@angular-builders/custom-webpack:browser",
259
+ "options": {
260
+ "customWebpackConfig": {
261
+ "path": "./examples/app2/extra-webpack.config.js",
262
+ "mergeStrategies": {
263
+ "module.rules": "prepend"
264
+ },
265
+ "replaceDuplicatePlugins": true
266
+ },
267
+ ...
268
+ "vendorChunk": false,
269
+ ...
270
+ },
271
+ },
272
+ "serve": {
273
+ "builder": "@angular-builders/custom-webpack:dev-server",
274
+ "options": {
275
+ ...
276
+ "vendorChunk": false
277
+ ...
278
+ }
279
+ }
280
+ ...
281
+ ```
282
+
283
+ ### throw error `An accessor cannot be declared in an ambient context.`
284
+ this is TypeScript's issue, details see [an-accessor-cannot-be-declared](https://stackoverflow.com/questions/61248058/error-ngx-daterangepicker-material-an-accessor-cannot-be-declared-in-an-ambient
285
+ )
286
+ should setting `skipLibCheck` as true
287
+ ```
288
+ "compilerOptions": {
289
+ "skipLibCheck": true
290
+ }
291
+ ```
292
+
293
+ ### Production env throw error `Cannot read property 'call' of undefined` use router lazy load
294
+
295
+ In webpack 4 multiple webpack runtimes could conflict on the same HTML page, because they use the same global variable for chunk loading. To fix that it was needed to provide a custom name to the output.jsonpFunction configuration, details see [Automatic unique naming](https://webpack.js.org/blog/2020-10-10-webpack-5-release/#automatic-unique-naming).
296
+
297
+ you should set a unique name for each sub application in `extra-webpack.config.js`
298
+ ```
299
+ output: { jsonpFunction: "app1" }
300
+ ```
301
+
302
+ ## Development
303
+
304
+ ```
305
+ npm run start // open http://localhost:3000
306
+
307
+ or
308
+
309
+ npm run serve:portal // 3000
310
+ npm run serve:app1 // 3001
311
+ npm run serve:app2 // 3002
312
+
313
+ // test
314
+ npm run test
315
+ ```
316
+
317
+ ## Roadmap
318
+
319
+ - [ ] Ivy render engine
320
+ - [ ] Supports Other frameworks as React and Vue
321
+
322
+ ## Contributors ✨
323
+
324
+ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
325
+
326
+ <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
327
+ <!-- prettier-ignore-start -->
328
+ <!-- markdownlint-disable -->
329
+ <table>
330
+ <tr>
331
+ <td align="center"><a href="https://www.zhihu.com/people/why520crazy/activities"><img src="https://avatars2.githubusercontent.com/u/3959960?v=4" width="100px;" alt=""/><br /><sub><b>why520crazy</b></sub></a><br /><a href="#question-why520crazy" title="Answering Questions">💬</a> <a href="#business-why520crazy" title="Business development">💼</a> <a href="https://github.com/worktile/ngx-planet/commits?author=why520crazy" title="Code">💻</a> <a href="#design-why520crazy" title="Design">🎨</a> <a href="https://github.com/worktile/ngx-planet/commits?author=why520crazy" title="Documentation">📖</a> <a href="#eventOrganizing-why520crazy" title="Event Organizing">📋</a> <a href="#infra-why520crazy" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-why520crazy" title="Maintenance">🚧</a> <a href="#projectManagement-why520crazy" title="Project Management">📆</a> <a href="https://github.com/worktile/ngx-planet/pulls?q=is%3Apr+reviewed-by%3Awhy520crazy" title="Reviewed Pull Requests">👀</a></td>
332
+ <td align="center"><a href="https://github.com/walkerkay"><img src="https://avatars1.githubusercontent.com/u/15701592?v=4" width="100px;" alt=""/><br /><sub><b>Walker</b></sub></a><br /><a href="https://github.com/worktile/ngx-planet/commits?author=walkerkay" title="Code">💻</a> <a href="#example-walkerkay" title="Examples">💡</a> <a href="#maintenance-walkerkay" title="Maintenance">🚧</a> <a href="https://github.com/worktile/ngx-planet/pulls?q=is%3Apr+reviewed-by%3Awalkerkay" title="Reviewed Pull Requests">👀</a></td>
333
+ <td align="center"><a href="https://whyour.cn"><img src="https://avatars3.githubusercontent.com/u/22700758?v=4" width="100px;" alt=""/><br /><sub><b>whyour</b></sub></a><br /><a href="https://github.com/worktile/ngx-planet/commits?author=whyour" title="Code">💻</a></td>
334
+ <td align="center"><a href="http://www.231jx.cn"><img src="https://avatars0.githubusercontent.com/u/19969080?v=4" width="100px;" alt=""/><br /><sub><b>张威</b></sub></a><br /><a href="https://github.com/worktile/ngx-planet/commits?author=aoilti" title="Code">💻</a></td>
335
+ <td align="center"><a href="https://github.com/luxiaobei"><img src="https://avatars1.githubusercontent.com/u/13583957?v=4" width="100px;" alt=""/><br /><sub><b>luxiaobei</b></sub></a><br /><a href="#infra-luxiaobei" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/worktile/ngx-planet/commits?author=luxiaobei" title="Tests">⚠️</a> <a href="https://github.com/worktile/ngx-planet/commits?author=luxiaobei" title="Code">💻</a></td>
336
+ <td align="center"><a href="https://github.com/mario56"><img src="https://avatars2.githubusercontent.com/u/7720722?v=4" width="100px;" alt=""/><br /><sub><b>mario_ma</b></sub></a><br /><a href="https://github.com/worktile/ngx-planet/commits?author=mario56" title="Code">💻</a></td>
337
+ </tr>
338
+ </table>
339
+
340
+ <!-- markdownlint-enable -->
341
+ <!-- prettier-ignore-end -->
342
+ <!-- ALL-CONTRIBUTORS-LIST:END -->
343
+
344
+ This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
345
+
346
+ ## LICENSE
347
+
348
+ [MIT License](https://github.com/worktile/ngx-planet/blob/master/LICENSE)
@@ -5,6 +5,7 @@ import { PlanetApplication, PlanetRouterEvent, PlanetOptions } from '../planet.c
5
5
  import { PlanetApplicationRef } from './planet-application-ref';
6
6
  import { PlanetApplicationService } from './planet-application.service';
7
7
  import { Router } from '@angular/router';
8
+ import * as i0 from "@angular/core";
8
9
  export declare enum ApplicationStatus {
9
10
  assetsLoading = 1,
10
11
  assetsLoaded = 2,
@@ -66,5 +67,7 @@ export declare class PlanetApplicationLoader {
66
67
  * @param immediate bootstrap on stable by default, setting immediate is true, it will bootstrap immediate
67
68
  */
68
69
  preload(app: PlanetApplication, immediate?: boolean): Observable<PlanetApplicationRef>;
70
+ static ɵfac: i0.ɵɵFactoryDeclaration<PlanetApplicationLoader, never>;
71
+ static ɵprov: i0.ɵɵInjectableDeclaration<PlanetApplicationLoader>;
69
72
  }
70
73
  //# sourceMappingURL=planet-application-loader.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"planet-application-loader.d.ts","sourceRoot":"","sources":["../../../packages/planet/src/application/planet-application-loader.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,MAAM,EAAE,cAAc,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAM,UAAU,EAAuC,MAAM,MAAM,CAAC;AAC3E,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAE,iBAAiB,EAAE,iBAAiB,EAAe,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGnG,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAEhE,OAAO,EAAE,wBAAwB,EAAE,MAAM,8BAA8B,CAAC;AAExE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAKzC,oBAAY,iBAAiB;IACzB,aAAa,IAAI;IACjB,YAAY,IAAI;IAChB,aAAa,IAAI;IACjB,YAAY,IAAI;IAChB,MAAM,IAAI;IACV,SAAS,KAAK;CACjB;AAED,MAAM,WAAW,qBAAqB;IAClC,cAAc,EAAE,iBAAiB,EAAE,CAAC;IACpC,gBAAgB,EAAE,iBAAiB,EAAE,CAAC;CACzC;AAED,MAAM,WAAW,oBAAoB;IACjC,GAAG,EAAE,iBAAiB,CAAC;IACvB,MAAM,EAAE,iBAAiB,CAAC;CAC7B;AAED,qBAGa,uBAAuB;IA8B5B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,wBAAwB;IAChC,OAAO,CAAC,MAAM;IA/BlB,OAAO,CAAC,SAAS,CAAQ;IAEzB,OAAO,CAAC,qBAAqB,CAAqB;IAElD,OAAO,CAAC,OAAO,CAAgB;IAE/B,OAAO,CAAC,wBAAwB,CAAoD;IAEpF,OAAO,CAAC,UAAU,CAAmD;IAErE,OAAO,CAAC,SAAS,CAAiC;IAElD,OAAO,CAAC,YAAY,CAAoC;IAExD,OAAO,CAAC,gBAAgB,CAAuC;IAE/D,OAAO,CAAC,iBAAiB,CAAwC;IAEjE,IAAW,eAAe,IAAI,UAAU,CAAC,oBAAoB,CAAC,CAE7D;IAED,IAAW,gBAAgB,IAAI,UAAU,CAAC,qBAAqB,CAAC,CAE/D;IAEM,WAAW,UAAS;gBAGf,YAAY,EAAE,YAAY,EAC1B,wBAAwB,EAAE,wBAAwB,EAClD,MAAM,EAAE,MAAM,EACtB,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,QAAQ,EAClB,cAAc,EAAE,cAAc;IAuBlC,OAAO,CAAC,YAAY;IAgBpB,OAAO,CAAC,mBAAmB;IAc3B,OAAO,CAAC,mBAAmB;IAQ3B,OAAO,CAAC,YAAY;IAMpB,OAAO,CAAC,cAAc;IAMtB,OAAO,CAAC,WAAW;IAQnB,OAAO,CAAC,gBAAgB;IAuJxB,OAAO,CAAC,kBAAkB;IAyB1B,OAAO,CAAC,OAAO;IAQf,OAAO,CAAC,OAAO;IAQf,OAAO,CAAC,UAAU;IAYlB,OAAO,CAAC,YAAY;IAoDpB,OAAO,CAAC,aAAa;IAUrB,OAAO,CAAC,UAAU;IAoClB,OAAO,CAAC,WAAW;IAkBnB,OAAO,CAAC,iBAAiB;IASlB,UAAU,CAAC,OAAO,EAAE,OAAO,CAAC,aAAa,CAAC;IAOjD;;OAEG;IACI,OAAO,CAAC,KAAK,EAAE,iBAAiB;IAIvC,OAAO,CAAC,eAAe;IA4CvB;;;;OAIG;IACI,OAAO,CAAC,GAAG,EAAE,iBAAiB,EAAE,SAAS,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC,oBAAoB,CAAC;CAGhG"}
1
+ {"version":3,"file":"planet-application-loader.d.ts","sourceRoot":"","sources":["../../../packages/planet/src/application/planet-application-loader.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,MAAM,EAAE,cAAc,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAM,UAAU,EAAuC,MAAM,MAAM,CAAC;AAC3E,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAE,iBAAiB,EAAE,iBAAiB,EAAe,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGnG,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAEhE,OAAO,EAAE,wBAAwB,EAAE,MAAM,8BAA8B,CAAC;AAExE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;;AAKzC,oBAAY,iBAAiB;IACzB,aAAa,IAAI;IACjB,YAAY,IAAI;IAChB,aAAa,IAAI;IACjB,YAAY,IAAI;IAChB,MAAM,IAAI;IACV,SAAS,KAAK;CACjB;AAED,MAAM,WAAW,qBAAqB;IAClC,cAAc,EAAE,iBAAiB,EAAE,CAAC;IACpC,gBAAgB,EAAE,iBAAiB,EAAE,CAAC;CACzC;AAED,MAAM,WAAW,oBAAoB;IACjC,GAAG,EAAE,iBAAiB,CAAC;IACvB,MAAM,EAAE,iBAAiB,CAAC;CAC7B;AAED,qBAGa,uBAAuB;IA8B5B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,wBAAwB;IAChC,OAAO,CAAC,MAAM;IA/BlB,OAAO,CAAC,SAAS,CAAQ;IAEzB,OAAO,CAAC,qBAAqB,CAAqB;IAElD,OAAO,CAAC,OAAO,CAAgB;IAE/B,OAAO,CAAC,wBAAwB,CAAoD;IAEpF,OAAO,CAAC,UAAU,CAAmD;IAErE,OAAO,CAAC,SAAS,CAAiC;IAElD,OAAO,CAAC,YAAY,CAAoC;IAExD,OAAO,CAAC,gBAAgB,CAAuC;IAE/D,OAAO,CAAC,iBAAiB,CAAwC;IAEjE,IAAW,eAAe,IAAI,UAAU,CAAC,oBAAoB,CAAC,CAE7D;IAED,IAAW,gBAAgB,IAAI,UAAU,CAAC,qBAAqB,CAAC,CAE/D;IAEM,WAAW,UAAS;gBAGf,YAAY,EAAE,YAAY,EAC1B,wBAAwB,EAAE,wBAAwB,EAClD,MAAM,EAAE,MAAM,EACtB,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,QAAQ,EAClB,cAAc,EAAE,cAAc;IAuBlC,OAAO,CAAC,YAAY;IAgBpB,OAAO,CAAC,mBAAmB;IAc3B,OAAO,CAAC,mBAAmB;IAQ3B,OAAO,CAAC,YAAY;IAMpB,OAAO,CAAC,cAAc;IAMtB,OAAO,CAAC,WAAW;IAQnB,OAAO,CAAC,gBAAgB;IAuJxB,OAAO,CAAC,kBAAkB;IAyB1B,OAAO,CAAC,OAAO;IAQf,OAAO,CAAC,OAAO;IAQf,OAAO,CAAC,UAAU;IAYlB,OAAO,CAAC,YAAY;IAoDpB,OAAO,CAAC,aAAa;IAUrB,OAAO,CAAC,UAAU;IAoClB,OAAO,CAAC,WAAW;IAkBnB,OAAO,CAAC,iBAAiB;IASlB,UAAU,CAAC,OAAO,EAAE,OAAO,CAAC,aAAa,CAAC;IAOjD;;OAEG;IACI,OAAO,CAAC,KAAK,EAAE,iBAAiB;IAIvC,OAAO,CAAC,eAAe;IA4CvB;;;;OAIG;IACI,OAAO,CAAC,GAAG,EAAE,iBAAiB,EAAE,SAAS,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC,oBAAoB,CAAC;yCA5fpF,uBAAuB;6CAAvB,uBAAuB;CA+fnC"}
@@ -2,6 +2,7 @@ import { PlanetApplication } from '../planet.class';
2
2
  import { HttpClient } from '@angular/common/http';
3
3
  import { Observable } from 'rxjs';
4
4
  import { AssetsLoader } from '../assets-loader';
5
+ import * as i0 from "@angular/core";
5
6
  export declare class PlanetApplicationService {
6
7
  private http;
7
8
  private assetsLoader;
@@ -15,5 +16,7 @@ export declare class PlanetApplicationService {
15
16
  getAppByName(name: string): PlanetApplication<any>;
16
17
  getAppsToPreload(excludeAppNames?: string[]): PlanetApplication<any>[];
17
18
  getApps(): PlanetApplication<any>[];
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<PlanetApplicationService, never>;
20
+ static ɵprov: i0.ɵɵInjectableDeclaration<PlanetApplicationService>;
18
21
  }
19
22
  //# sourceMappingURL=planet-application.service.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"planet-application.service.d.ts","sourceRoot":"","sources":["../../../packages/planet/src/application/planet-application.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAEpD,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAGlD,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAGhD,qBAGa,wBAAwB;IAKrB,OAAO,CAAC,IAAI;IAAc,OAAO,CAAC,YAAY;IAJ1D,OAAO,CAAC,IAAI,CAA2B;IAEvC,OAAO,CAAC,OAAO,CAA4C;gBAEvC,IAAI,EAAE,UAAU,EAAU,YAAY,EAAE,YAAY;IAQxE,QAAQ,CAAC,MAAM,EAAE,SAAS,EAAE,iBAAiB,CAAC,MAAM,CAAC,GAAG,iBAAiB,CAAC,MAAM,CAAC,EAAE;IAWnF,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,IAAI,CAAC;IAe5C,UAAU,CAAC,IAAI,EAAE,MAAM;IASvB,mBAAmB,CAAC,MAAM,GAAG,OAAO,EAAE,GAAG,EAAE,MAAM,GAAG,iBAAiB,CAAC,MAAM,CAAC,EAAE;IAU/E,YAAY,CAAC,IAAI,EAAE,MAAM;IAIzB,gBAAgB,CAAC,eAAe,CAAC,EAAE,MAAM,EAAE;IAU3C,OAAO;CAGV"}
1
+ {"version":3,"file":"planet-application.service.d.ts","sourceRoot":"","sources":["../../../packages/planet/src/application/planet-application.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAEpD,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAGlD,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;;AAGhD,qBAGa,wBAAwB;IAKrB,OAAO,CAAC,IAAI;IAAc,OAAO,CAAC,YAAY;IAJ1D,OAAO,CAAC,IAAI,CAA2B;IAEvC,OAAO,CAAC,OAAO,CAA4C;gBAEvC,IAAI,EAAE,UAAU,EAAU,YAAY,EAAE,YAAY;IAQxE,QAAQ,CAAC,MAAM,EAAE,SAAS,EAAE,iBAAiB,CAAC,MAAM,CAAC,GAAG,iBAAiB,CAAC,MAAM,CAAC,EAAE;IAWnF,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,IAAI,CAAC;IAe5C,UAAU,CAAC,IAAI,EAAE,MAAM;IASvB,mBAAmB,CAAC,MAAM,GAAG,OAAO,EAAE,GAAG,EAAE,MAAM,GAAG,iBAAiB,CAAC,MAAM,CAAC,EAAE;IAU/E,YAAY,CAAC,IAAI,EAAE,MAAM;IAIzB,gBAAgB,CAAC,eAAe,CAAC,EAAE,MAAM,EAAE;IAU3C,OAAO;yCAxEE,wBAAwB;6CAAxB,wBAAwB;CA2EpC"}
@@ -1,6 +1,7 @@
1
1
  import { Observable } from 'rxjs';
2
2
  import { HttpClient } from '@angular/common/http';
3
3
  import { PlanetApplication } from './planet.class';
4
+ import * as i0 from "@angular/core";
4
5
  export interface AssetsLoadResult {
5
6
  src: string;
6
7
  hashCode: number;
@@ -29,5 +30,7 @@ export declare class AssetsLoader {
29
30
  loadManifest(url: string): Observable<{
30
31
  [key: string]: string;
31
32
  }>;
33
+ static ɵfac: i0.ɵɵFactoryDeclaration<AssetsLoader, never>;
34
+ static ɵprov: i0.ɵɵInjectableDeclaration<AssetsLoader>;
32
35
  }
33
36
  //# sourceMappingURL=assets-loader.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"assets-loader.d.ts","sourceRoot":"","sources":["../../packages/planet/src/assets-loader.ts"],"names":[],"mappings":"AAEA,OAAO,EAAM,UAAU,EAA8B,MAAM,MAAM,CAAC;AAElE,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAGnD,MAAM,WAAW,gBAAgB;IAC7B,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;CAClB;AAED,qBAGa,YAAY;IAGT,OAAO,CAAC,IAAI;IAFxB,OAAO,CAAC,aAAa,CAAgB;gBAEjB,IAAI,EAAE,UAAU;IAEpC,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,gBAAgB,CAAC;IAyDrD,qBAAqB,CAAC,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,gBAAgB,CAAC;IAsC7E,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,gBAAgB,CAAC;IAyCpD,WAAW,CACP,OAAO,EAAE,MAAM,EAAE,EACjB,OAAO,GAAE;QACL,GAAG,CAAC,EAAE,MAAM,CAAC;QACb,OAAO,CAAC,EAAE,OAAO,CAAC;QAClB,MAAM,CAAC,EAAE,OAAO,CAAC;KAIpB,GACF,UAAU,CAAC,gBAAgB,EAAE,CAAC;IAyBjC,UAAU,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,UAAU,CAAC,gBAAgB,EAAE,CAAC;IAW7D,oBAAoB,CAChB,OAAO,GAAE,MAAM,EAAO,EACtB,MAAM,GAAE,MAAM,EAAO,EACrB,OAAO,CAAC,EAAE;QACN,GAAG,CAAC,EAAE,MAAM,CAAC;QACb,OAAO,CAAC,EAAE,OAAO,CAAC;QAClB,MAAM,CAAC,EAAE,OAAO,CAAC;KACpB;IAKL,aAAa,CAAC,GAAG,EAAE,iBAAiB;IAsBpC,YAAY,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAOnE"}
1
+ {"version":3,"file":"assets-loader.d.ts","sourceRoot":"","sources":["../../packages/planet/src/assets-loader.ts"],"names":[],"mappings":"AAEA,OAAO,EAAM,UAAU,EAA8B,MAAM,MAAM,CAAC;AAElE,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;;AAGnD,MAAM,WAAW,gBAAgB;IAC7B,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;CAClB;AAED,qBAGa,YAAY;IAGT,OAAO,CAAC,IAAI;IAFxB,OAAO,CAAC,aAAa,CAAgB;gBAEjB,IAAI,EAAE,UAAU;IAEpC,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,gBAAgB,CAAC;IAyDrD,qBAAqB,CAAC,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,gBAAgB,CAAC;IAsC7E,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,gBAAgB,CAAC;IAyCpD,WAAW,CACP,OAAO,EAAE,MAAM,EAAE,EACjB,OAAO,GAAE;QACL,GAAG,CAAC,EAAE,MAAM,CAAC;QACb,OAAO,CAAC,EAAE,OAAO,CAAC;QAClB,MAAM,CAAC,EAAE,OAAO,CAAC;KAIpB,GACF,UAAU,CAAC,gBAAgB,EAAE,CAAC;IAyBjC,UAAU,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,UAAU,CAAC,gBAAgB,EAAE,CAAC;IAW7D,oBAAoB,CAChB,OAAO,GAAE,MAAM,EAAO,EACtB,MAAM,GAAE,MAAM,EAAO,EACrB,OAAO,CAAC,EAAE;QACN,GAAG,CAAC,EAAE,MAAM,CAAC;QACb,OAAO,CAAC,EAAE,OAAO,CAAC;QAClB,MAAM,CAAC,EAAE,OAAO,CAAC;KACpB;IAKL,aAAa,CAAC,GAAG,EAAE,iBAAiB;IAsBpC,YAAY,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;yCA7NvD,YAAY;6CAAZ,YAAY;CAoOxB"}
@@ -3,6 +3,7 @@ import { ComponentType } from '@angular/cdk/portal';
3
3
  import { PlanetComponentRef } from './planet-component-ref';
4
4
  import { PlantComponentConfig } from './plant-component.config';
5
5
  import { Observable } from 'rxjs';
6
+ import * as i0 from "@angular/core";
6
7
  export interface PlanetComponent<T = any> {
7
8
  name: string;
8
9
  component: ComponentType<T>;
@@ -24,5 +25,7 @@ export declare class PlanetComponentLoader {
24
25
  private registerComponentFactory;
25
26
  register(components: PlanetComponent | PlanetComponent[]): void;
26
27
  load<TComp = unknown, TData = unknown>(app: string, componentName: string, config: PlantComponentConfig<TData>): Observable<PlanetComponentRef<TComp>>;
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<PlanetComponentLoader, never>;
29
+ static ɵprov: i0.ɵɵInjectableDeclaration<PlanetComponentLoader>;
27
30
  }
28
31
  //# sourceMappingURL=planet-component-loader.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"planet-component-loader.d.ts","sourceRoot":"","sources":["../../../packages/planet/src/component/planet-component-loader.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,cAAc,EAAE,WAAW,EAAE,MAAM,EAAsB,MAAM,eAAe,CAAC;AACpG,OAAO,EAAE,aAAa,EAAoD,MAAM,qBAAqB,CAAC;AAEtG,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAC5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAM,UAAU,EAAmB,MAAM,MAAM,CAAC;AAMvD,MAAM,WAAW,eAAe,CAAC,CAAC,GAAG,GAAG;IACpC,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,aAAa,CAAC,CAAC,CAAC,CAAC;CAC/B;AAED,qBAGa,qBAAqB;IAY1B,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,MAAM;IACI,OAAO,CAAC,QAAQ;IAdtC,OAAO,CAAC,oBAAoB,CAAuC;IAEnE,OAAO,KAAK,iBAAiB,GAE5B;IAED,OAAO,KAAK,kBAAkB,GAE7B;gBAGW,cAAc,EAAE,cAAc,EAC9B,WAAW,EAAE,WAAW,CAAC,GAAG,CAAC,EAC7B,MAAM,EAAE,MAAM,EACI,QAAQ,EAAE,GAAG;IAG3C,OAAO,CAAC,cAAc;IAatB,OAAO,CAAC,cAAc;IAStB,OAAO,CAAC,mBAAmB;IAY3B,OAAO,CAAC,oBAAoB;IAgB5B,OAAO,CAAC,eAAe;IAgCvB,OAAO,CAAC,wBAAwB;IAkBhC,QAAQ,CAAC,UAAU,EAAE,eAAe,GAAG,eAAe,EAAE;IAMxD,IAAI,CAAC,KAAK,GAAG,OAAO,EAAE,KAAK,GAAG,OAAO,EACjC,GAAG,EAAE,MAAM,EACX,aAAa,EAAE,MAAM,EACrB,MAAM,EAAE,oBAAoB,CAAC,KAAK,CAAC,GACpC,UAAU,CAAC,kBAAkB,CAAC,KAAK,CAAC,CAAC;CAuB3C"}
1
+ {"version":3,"file":"planet-component-loader.d.ts","sourceRoot":"","sources":["../../../packages/planet/src/component/planet-component-loader.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,cAAc,EAAE,WAAW,EAAE,MAAM,EAAsB,MAAM,eAAe,CAAC;AACpG,OAAO,EAAE,aAAa,EAAoD,MAAM,qBAAqB,CAAC;AAEtG,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAC5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAM,UAAU,EAAmB,MAAM,MAAM,CAAC;;AAMvD,MAAM,WAAW,eAAe,CAAC,CAAC,GAAG,GAAG;IACpC,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,aAAa,CAAC,CAAC,CAAC,CAAC;CAC/B;AAED,qBAGa,qBAAqB;IAY1B,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,MAAM;IACI,OAAO,CAAC,QAAQ;IAdtC,OAAO,CAAC,oBAAoB,CAAuC;IAEnE,OAAO,KAAK,iBAAiB,GAE5B;IAED,OAAO,KAAK,kBAAkB,GAE7B;gBAGW,cAAc,EAAE,cAAc,EAC9B,WAAW,EAAE,WAAW,CAAC,GAAG,CAAC,EAC7B,MAAM,EAAE,MAAM,EACI,QAAQ,EAAE,GAAG;IAG3C,OAAO,CAAC,cAAc;IAatB,OAAO,CAAC,cAAc;IAStB,OAAO,CAAC,mBAAmB;IAY3B,OAAO,CAAC,oBAAoB;IAgB5B,OAAO,CAAC,eAAe;IAgCvB,OAAO,CAAC,wBAAwB;IAkBhC,QAAQ,CAAC,UAAU,EAAE,eAAe,GAAG,eAAe,EAAE;IAMxD,IAAI,CAAC,KAAK,GAAG,OAAO,EAAE,KAAK,GAAG,OAAO,EACjC,GAAG,EAAE,MAAM,EACX,aAAa,EAAE,MAAM,EACrB,MAAM,EAAE,oBAAoB,CAAC,KAAK,CAAC,GACpC,UAAU,CAAC,kBAAkB,CAAC,KAAK,CAAC,CAAC;yCAhI/B,qBAAqB;6CAArB,qBAAqB;CAuJjC"}
@@ -1,3 +1,6 @@
1
+ import * as i0 from "@angular/core";
1
2
  export declare class EmptyComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<EmptyComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<EmptyComponent, "empty-component", never, {}, {}, never, never, false>;
2
5
  }
3
6
  //# sourceMappingURL=empty.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"empty.component.d.ts","sourceRoot":"","sources":["../../../packages/planet/src/empty/empty.component.ts"],"names":[],"mappings":"AAEA,qBAIa,cAAc;CAAG"}
1
+ {"version":3,"file":"empty.component.d.ts","sourceRoot":"","sources":["../../../packages/planet/src/empty/empty.component.ts"],"names":[],"mappings":";AAEA,qBAKa,cAAc;yCAAd,cAAc;2CAAd,cAAc;CAAG"}