sample-cross-fx 0.15.0-beta.4574 → 0.15.0-beta.4630
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/app/{index.890c6c.js → index.469eb3.js} +127149 -167718
- package/app/{index.890c6c.js.map → index.469eb3.js.map} +1 -1
- package/app/index.d.ts +4 -0
- package/app/index.html +1 -1
- package/app/index.js +1 -1
- package/files.tar +0 -0
- package/files_once.tar +0 -0
- package/package.json +21 -21
package/app/index.d.ts
CHANGED
|
@@ -1149,6 +1149,10 @@ declare module "sample-cross-fx" {
|
|
|
1149
1149
|
* @returns The disposable for stopping the block.
|
|
1150
1150
|
*/
|
|
1151
1151
|
listen(listener: NavigationListener): Disposable;
|
|
1152
|
+
/**
|
|
1153
|
+
* The original router behind the navigation.
|
|
1154
|
+
*/
|
|
1155
|
+
router: any;
|
|
1152
1156
|
}
|
|
1153
1157
|
|
|
1154
1158
|
export type Without<T, K> = Pick<T, Exclude<keyof T, K>>;
|
package/app/index.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<title>Sample - Cross Framework with Piral</title>
|
|
6
6
|
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
|
|
7
7
|
|
|
8
|
-
<script defer src="/index.
|
|
8
|
+
<script defer src="/index.469eb3.js"></script></head>
|
|
9
9
|
<body>
|
|
10
10
|
<div id="app"></div>
|
|
11
11
|
|
package/app/index.js
CHANGED
|
@@ -2,7 +2,7 @@ if (process.env.NODE_ENV === 'test') {
|
|
|
2
2
|
// behavior for the test environment, we'll try to make it work
|
|
3
3
|
|
|
4
4
|
if (typeof window !== 'undefined') {
|
|
5
|
-
require('.//index.
|
|
5
|
+
require('.//index.469eb3.js');
|
|
6
6
|
const ctx = window['dbg:piral'];
|
|
7
7
|
const dependencies = (ctx && ctx.pilets && ctx.pilets.getDependencies({})) || {};
|
|
8
8
|
module.exports = dependencies['sample-cross-fx'] || {};
|
package/files.tar
CHANGED
|
Binary file
|
package/files_once.tar
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sample-cross-fx",
|
|
3
3
|
"description": "Example project illustrating the mixing of different (opt-in) frameworks via plugins.",
|
|
4
|
-
"version": "0.15.0-beta.
|
|
4
|
+
"version": "0.15.0-beta.4630",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://piral.io",
|
|
7
7
|
"keywords": [
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"files": []
|
|
27
27
|
},
|
|
28
28
|
"piralCLI": {
|
|
29
|
-
"version": "0.14.
|
|
29
|
+
"version": "0.14.30",
|
|
30
30
|
"generated": true
|
|
31
31
|
},
|
|
32
32
|
"main": "./app/index.js",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"@types/react-router": "^5.1.8",
|
|
41
41
|
"@types/react-router-dom": "^5.1.6",
|
|
42
42
|
"@vue/component-compiler-utils": "^3.0.0",
|
|
43
|
-
"piral-cli": "^0.14.
|
|
44
|
-
"piral-cli-webpack5": "^0.14.
|
|
43
|
+
"piral-cli": "^0.14.30",
|
|
44
|
+
"piral-cli-webpack5": "^0.14.30",
|
|
45
45
|
"sass": "^1.17.0",
|
|
46
46
|
"vue-template-compiler": "^2.6.10",
|
|
47
47
|
"@angular/common": "^14.0.0",
|
|
@@ -64,29 +64,29 @@
|
|
|
64
64
|
"inferno-create-element": "^7.3.2",
|
|
65
65
|
"lit-element": "^2.2.1",
|
|
66
66
|
"mithril": "^2.0.4",
|
|
67
|
-
"piral-aurelia": "^0.14.
|
|
68
|
-
"piral-blazor": "^0.14.
|
|
69
|
-
"piral-core": "^0.14.
|
|
70
|
-
"piral-elm": "^0.14.
|
|
71
|
-
"piral-hyperapp": "^0.14.
|
|
72
|
-
"piral-inferno": "^0.14.
|
|
73
|
-
"piral-lazy": "^0.14.
|
|
74
|
-
"piral-litel": "^0.14.
|
|
75
|
-
"piral-mithril": "^0.14.
|
|
76
|
-
"piral-ng": "^0.14.
|
|
77
|
-
"piral-ngjs": "^0.14.
|
|
78
|
-
"piral-preact": "^0.14.
|
|
79
|
-
"piral-riot": "^0.14.
|
|
80
|
-
"piral-solid": "^0.14.
|
|
81
|
-
"piral-svelte": "^0.14.
|
|
82
|
-
"piral-vue": "^0.14.
|
|
67
|
+
"piral-aurelia": "^0.14.30",
|
|
68
|
+
"piral-blazor": "^0.14.30",
|
|
69
|
+
"piral-core": "^0.14.30",
|
|
70
|
+
"piral-elm": "^0.14.30",
|
|
71
|
+
"piral-hyperapp": "^0.14.30",
|
|
72
|
+
"piral-inferno": "^0.14.30",
|
|
73
|
+
"piral-lazy": "^0.14.30",
|
|
74
|
+
"piral-litel": "^0.14.30",
|
|
75
|
+
"piral-mithril": "^0.14.30",
|
|
76
|
+
"piral-ng": "^0.14.30",
|
|
77
|
+
"piral-ngjs": "^0.14.30",
|
|
78
|
+
"piral-preact": "^0.14.30",
|
|
79
|
+
"piral-riot": "^0.14.30",
|
|
80
|
+
"piral-solid": "^0.14.30",
|
|
81
|
+
"piral-svelte": "^0.14.30",
|
|
82
|
+
"piral-vue": "^0.14.30",
|
|
83
83
|
"preact": "^10.0.5",
|
|
84
84
|
"react": "18.2.0",
|
|
85
85
|
"react-dom": "18.2.0",
|
|
86
86
|
"react-router": "5.3.3",
|
|
87
87
|
"react-router-dom": "5.3.3",
|
|
88
88
|
"riot": "^4.7.2",
|
|
89
|
-
"rxjs": "^
|
|
89
|
+
"rxjs": "^7.3.0",
|
|
90
90
|
"solid-js": "^0.18.7",
|
|
91
91
|
"vue": "^2.6.10",
|
|
92
92
|
"vue-hot-reload-api": "^2.3.3",
|