@worktile/planet 19.0.0-next.1 → 20.0.0-next.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/CHANGELOG.md +20 -0
- package/README.md +0 -5
- package/fesm2022/worktile-planet.mjs +310 -318
- package/fesm2022/worktile-planet.mjs.map +1 -1
- package/index.d.ts +467 -6
- package/index.d.ts.map +1 -0
- package/package.json +3 -5
- package/application/ng-planet-application-ref.d.ts +0 -46
- package/application/ng-planet-application-ref.d.ts.map +0 -1
- package/application/planet-application-loader.d.ts +0 -78
- package/application/planet-application-loader.d.ts.map +0 -1
- package/application/planet-application-ref.d.ts +0 -12
- package/application/planet-application-ref.d.ts.map +0 -1
- package/application/planet-application.service.d.ts +0 -22
- package/application/planet-application.service.d.ts.map +0 -1
- package/application/portal-application.d.ts +0 -20
- package/application/portal-application.d.ts.map +0 -1
- package/assets-loader.d.ts +0 -47
- package/assets-loader.d.ts.map +0 -1
- package/component/planet-component-loader.d.ts +0 -31
- package/component/planet-component-loader.d.ts.map +0 -1
- package/component/planet-component-outlet.d.ts +0 -26
- package/component/planet-component-outlet.d.ts.map +0 -1
- package/component/planet-component-types.d.ts +0 -11
- package/component/planet-component-types.d.ts.map +0 -1
- package/component/plant-component.config.d.ts +0 -22
- package/component/plant-component.config.d.ts.map +0 -1
- package/debug.d.ts +0 -22
- package/debug.d.ts.map +0 -1
- package/empty/empty.component.d.ts +0 -6
- package/empty/empty.component.d.ts.map +0 -1
- package/esm2022/application/ng-planet-application-ref.mjs +0 -116
- package/esm2022/application/planet-application-loader.mjs +0 -459
- package/esm2022/application/planet-application-ref.mjs +0 -2
- package/esm2022/application/planet-application.service.mjs +0 -86
- package/esm2022/application/portal-application.mjs +0 -25
- package/esm2022/assets-loader.mjs +0 -332
- package/esm2022/component/planet-component-loader.mjs +0 -213
- package/esm2022/component/planet-component-outlet.mjs +0 -72
- package/esm2022/component/planet-component-types.mjs +0 -3
- package/esm2022/component/plant-component.config.mjs +0 -7
- package/esm2022/debug.mjs +0 -33
- package/esm2022/empty/empty.component.mjs +0 -17
- package/esm2022/global-event-dispatcher.mjs +0 -70
- package/esm2022/global-planet.mjs +0 -63
- package/esm2022/helpers.mjs +0 -187
- package/esm2022/inner-types.mjs +0 -2
- package/esm2022/module.mjs +0 -33
- package/esm2022/planet.class.mjs +0 -9
- package/esm2022/planet.mjs +0 -97
- package/esm2022/public-api.mjs +0 -19
- package/esm2022/router/route-redirect.mjs +0 -63
- package/esm2022/sandbox/constants.mjs +0 -7
- package/esm2022/sandbox/exec.mjs +0 -15
- package/esm2022/sandbox/index.mjs +0 -20
- package/esm2022/sandbox/proxy/patches/document.mjs +0 -12
- package/esm2022/sandbox/proxy/patches/eventListener.mjs +0 -41
- package/esm2022/sandbox/proxy/patches/index.mjs +0 -11
- package/esm2022/sandbox/proxy/patches/storage.mjs +0 -40
- package/esm2022/sandbox/proxy/patches/timer.mjs +0 -43
- package/esm2022/sandbox/proxy/proxies/common.mjs +0 -132
- package/esm2022/sandbox/proxy/proxies/document.mjs +0 -126
- package/esm2022/sandbox/proxy/proxies/window.mjs +0 -158
- package/esm2022/sandbox/proxy/proxy-sandbox.mjs +0 -49
- package/esm2022/sandbox/proxy/types.mjs +0 -2
- package/esm2022/sandbox/sandbox.mjs +0 -7
- package/esm2022/sandbox/snapshot/snapshot-sandbox.mjs +0 -12
- package/esm2022/sandbox/types.mjs +0 -2
- package/esm2022/worktile-planet.mjs +0 -5
- package/global-event-dispatcher.d.ts +0 -23
- package/global-event-dispatcher.d.ts.map +0 -1
- package/global-planet.d.ts +0 -25
- package/global-planet.d.ts.map +0 -1
- package/helpers.d.ts +0 -36
- package/helpers.d.ts.map +0 -1
- package/inner-types.d.ts +0 -15
- package/inner-types.d.ts.map +0 -1
- package/module.d.ts +0 -13
- package/module.d.ts.map +0 -1
- package/planet.class.d.ts +0 -118
- package/planet.class.d.ts.map +0 -1
- package/planet.d.ts +0 -32
- package/planet.d.ts.map +0 -1
- package/public-api.d.ts +0 -17
- package/public-api.d.ts.map +0 -1
- package/router/route-redirect.d.ts +0 -16
- package/router/route-redirect.d.ts.map +0 -1
- package/sandbox/constants.d.ts +0 -7
- package/sandbox/constants.d.ts.map +0 -1
- package/sandbox/exec.d.ts +0 -3
- package/sandbox/exec.d.ts.map +0 -1
- package/sandbox/index.d.ts +0 -7
- package/sandbox/index.d.ts.map +0 -1
- package/sandbox/proxy/patches/document.d.ts +0 -3
- package/sandbox/proxy/patches/document.d.ts.map +0 -1
- package/sandbox/proxy/patches/eventListener.d.ts +0 -3
- package/sandbox/proxy/patches/eventListener.d.ts.map +0 -1
- package/sandbox/proxy/patches/index.d.ts +0 -3
- package/sandbox/proxy/patches/index.d.ts.map +0 -1
- package/sandbox/proxy/patches/storage.d.ts +0 -15
- package/sandbox/proxy/patches/storage.d.ts.map +0 -1
- package/sandbox/proxy/patches/timer.d.ts +0 -3
- package/sandbox/proxy/patches/timer.d.ts.map +0 -1
- package/sandbox/proxy/proxies/common.d.ts +0 -13
- package/sandbox/proxy/proxies/common.d.ts.map +0 -1
- package/sandbox/proxy/proxies/document.d.ts +0 -14
- package/sandbox/proxy/proxies/document.d.ts.map +0 -1
- package/sandbox/proxy/proxies/window.d.ts +0 -13
- package/sandbox/proxy/proxies/window.d.ts.map +0 -1
- package/sandbox/proxy/proxy-sandbox.d.ts +0 -16
- package/sandbox/proxy/proxy-sandbox.d.ts.map +0 -1
- package/sandbox/proxy/types.d.ts +0 -14
- package/sandbox/proxy/types.d.ts.map +0 -1
- package/sandbox/sandbox.d.ts +0 -12
- package/sandbox/sandbox.d.ts.map +0 -1
- package/sandbox/snapshot/snapshot-sandbox.d.ts +0 -9
- package/sandbox/snapshot/snapshot-sandbox.d.ts.map +0 -1
- package/sandbox/types.d.ts +0 -2
- package/sandbox/types.d.ts.map +0 -1
- package/worktile-planet.d.ts.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,26 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
# [20.0.0-next.0](https://github.com/worktile/ngx-planet/compare/19.0.0...20.0.0-next.0) (2025-11-18)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
# [19.0.0](https://github.com/worktile/ngx-planet/compare/18.0.1...19.0.0) (2025-03-31)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* fix lint error ([bb40749](https://github.com/worktile/ngx-planet/commit/bb40749a65fc67cc454bfc23eff259546a848362))
|
|
15
|
+
* fix sub application module preload scripts execute error: unexpected token 'export' #TINFR-1732 [#350](https://github.com/worktile/ngx-planet/issues/350) ([96bed2c](https://github.com/worktile/ngx-planet/commit/96bed2c553f637fcc4773301ff224aa2e0142eba)), closes [#TINFR-1732](https://github.com/worktile/ngx-planet/issues/TINFR-1732)
|
|
16
|
+
* missing chunk files when loading chunk.js #TINFR-1731 ([#353](https://github.com/worktile/ngx-planet/issues/353)) ([c91c923](https://github.com/worktile/ngx-planet/commit/c91c9234e27a49f4fa80cece7f87a15ab2efe042)), closes [#TINFR-1731](https://github.com/worktile/ngx-planet/issues/TINFR-1731)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* upgrade ng to 19 #TINFR-1631 ([4a94e32](https://github.com/worktile/ngx-planet/commit/4a94e326776c5691d0b48b45063989f58cb6a222)), closes [#TINFR-1631](https://github.com/worktile/ngx-planet/issues/TINFR-1631)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
5
25
|
# [19.0.0-next.1](https://github.com/worktile/ngx-planet/compare/19.0.0-next.0...19.0.0-next.1) (2025-03-28)
|
|
6
26
|
|
|
7
27
|
|
package/README.md
CHANGED
|
@@ -369,11 +369,6 @@ npm run serve:app2 // 3002
|
|
|
369
369
|
npm run test
|
|
370
370
|
```
|
|
371
371
|
|
|
372
|
-
## Roadmap
|
|
373
|
-
|
|
374
|
-
- [ ] Ivy render engine
|
|
375
|
-
- [ ] Supports Other frameworks as React and Vue
|
|
376
|
-
|
|
377
372
|
## Contributors ✨
|
|
378
373
|
|
|
379
374
|
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|