sample-cross-fx 0.14.28-beta.4379 → 0.15.0-beta.4411
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.d.ts +679 -541
- package/app/{index.d5f55c.js → index.eb2907.js} +108354 -103022
- package/app/{index.d5f55c.js.map → index.eb2907.js.map} +1 -1
- 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 +54 -114
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.eb2907.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.eb2907.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.
|
|
4
|
+
"version": "0.15.0-beta.4411",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://piral.io",
|
|
7
7
|
"keywords": [
|
|
@@ -11,41 +11,13 @@
|
|
|
11
11
|
"spa"
|
|
12
12
|
],
|
|
13
13
|
"pilets": {
|
|
14
|
-
"externals": [
|
|
15
|
-
"@angular/common",
|
|
16
|
-
"@angular/compiler",
|
|
17
|
-
"@angular/core",
|
|
18
|
-
"@angular/platform-browser",
|
|
19
|
-
"@angular/platform-browser-dynamic",
|
|
20
|
-
"@webcomponents/webcomponentsjs",
|
|
21
|
-
"angular",
|
|
22
|
-
"aurelia-framework",
|
|
23
|
-
"aurelia-templating-binding",
|
|
24
|
-
"aurelia-templating-resources",
|
|
25
|
-
"aurelia-pal-browser",
|
|
26
|
-
"aurelia-event-aggregator",
|
|
27
|
-
"aurelia-history-browser",
|
|
28
|
-
"hyperapp",
|
|
29
|
-
"inferno",
|
|
30
|
-
"inferno-create-element",
|
|
31
|
-
"mithril",
|
|
32
|
-
"lit-element",
|
|
33
|
-
"solid-js",
|
|
34
|
-
"solid-js/dom",
|
|
35
|
-
"piral-ng/common",
|
|
36
|
-
"preact",
|
|
37
|
-
"riot",
|
|
38
|
-
"rxjs",
|
|
39
|
-
"vue",
|
|
40
|
-
"zone.js"
|
|
41
|
-
],
|
|
42
|
-
"files": [],
|
|
43
14
|
"scripts": {
|
|
44
15
|
"upgrade-pilet": "pilet upgrade --force-overwrite yes"
|
|
45
|
-
}
|
|
16
|
+
},
|
|
17
|
+
"files": []
|
|
46
18
|
},
|
|
47
19
|
"piralCLI": {
|
|
48
|
-
"version": "0.14.
|
|
20
|
+
"version": "0.14.29",
|
|
49
21
|
"generated": true
|
|
50
22
|
},
|
|
51
23
|
"main": "./app/index.js",
|
|
@@ -54,104 +26,72 @@
|
|
|
54
26
|
"peerDependencies": {},
|
|
55
27
|
"devDependencies": {
|
|
56
28
|
"@types/angular": "^1.6.45",
|
|
57
|
-
"@types/react": "^
|
|
58
|
-
"@types/react-dom": "^
|
|
29
|
+
"@types/react": "^18.0.0",
|
|
30
|
+
"@types/react-dom": "^18.0.0",
|
|
59
31
|
"@types/react-router": "^5.1.8",
|
|
60
32
|
"@types/react-router-dom": "^5.1.6",
|
|
61
33
|
"@vue/component-compiler-utils": "^3.0.0",
|
|
62
|
-
"piral-cli": "^0.14.
|
|
63
|
-
"piral-cli-webpack5": "^0.14.
|
|
34
|
+
"piral-cli": "^0.14.29",
|
|
35
|
+
"piral-cli-webpack5": "^0.14.29",
|
|
64
36
|
"sass": "^1.17.0",
|
|
65
37
|
"vue-template-compiler": "^2.6.10",
|
|
66
|
-
"@angular/common": "12.
|
|
67
|
-
"@angular/compiler": "12.
|
|
68
|
-
"@angular/core": "12.
|
|
69
|
-
"@angular/platform-browser": "12.
|
|
70
|
-
"@angular/platform-browser-dynamic": "12.
|
|
71
|
-
"@webcomponents/webcomponentsjs": "2.
|
|
72
|
-
"angular": "1.
|
|
73
|
-
"aurelia-event-aggregator": "1.0.3",
|
|
74
|
-
"aurelia-framework": "1.
|
|
75
|
-
"aurelia-history-browser": "1.4.0",
|
|
76
|
-
"aurelia-pal-browser": "1.8.1",
|
|
77
|
-
"aurelia-templating-binding": "1.5.3",
|
|
78
|
-
"aurelia-templating-resources": "1.
|
|
38
|
+
"@angular/common": "^12.0.0",
|
|
39
|
+
"@angular/compiler": "^12.0.0",
|
|
40
|
+
"@angular/core": "^12.0.0",
|
|
41
|
+
"@angular/platform-browser": "^12.0.0",
|
|
42
|
+
"@angular/platform-browser-dynamic": "^12.0.0",
|
|
43
|
+
"@webcomponents/webcomponentsjs": "^2.4.0",
|
|
44
|
+
"angular": "^1.7.9",
|
|
45
|
+
"aurelia-event-aggregator": "^1.0.3",
|
|
46
|
+
"aurelia-framework": "^1.3.1",
|
|
47
|
+
"aurelia-history-browser": "^1.4.0",
|
|
48
|
+
"aurelia-pal-browser": "^1.8.1",
|
|
49
|
+
"aurelia-templating-binding": "^1.5.3",
|
|
50
|
+
"aurelia-templating-resources": "^1.12.0",
|
|
79
51
|
"blazor": "5.0.0-pre.20210622.1",
|
|
80
52
|
"core-js": "^3.15.2",
|
|
81
|
-
"hyperapp": "1.2.10",
|
|
82
|
-
"inferno": "7.
|
|
83
|
-
"inferno-create-element": "7.
|
|
84
|
-
"lit-element": "2.
|
|
85
|
-
"mithril": "2.0.4",
|
|
86
|
-
"piral-aurelia": "^0.14.
|
|
87
|
-
"piral-blazor": "^0.14.
|
|
88
|
-
"piral-core": "^0.14.
|
|
89
|
-
"piral-elm": "^0.14.
|
|
90
|
-
"piral-hyperapp": "^0.14.
|
|
91
|
-
"piral-inferno": "^0.14.
|
|
92
|
-
"piral-lazy": "^0.14.
|
|
93
|
-
"piral-litel": "^0.14.
|
|
94
|
-
"piral-mithril": "^0.14.
|
|
95
|
-
"piral-ng": "^0.14.
|
|
96
|
-
"piral-ngjs": "^0.14.
|
|
97
|
-
"piral-preact": "^0.14.
|
|
98
|
-
"piral-riot": "^0.14.
|
|
99
|
-
"piral-solid": "^0.14.
|
|
100
|
-
"piral-svelte": "^0.14.
|
|
101
|
-
"piral-vue": "^0.14.
|
|
102
|
-
"preact": "10.5
|
|
103
|
-
"react": "
|
|
104
|
-
"react-dom": "
|
|
105
|
-
"react-router": "5.
|
|
106
|
-
"react-router-dom": "5.3.
|
|
107
|
-
"riot": "4.
|
|
108
|
-
"rxjs": "6.
|
|
109
|
-
"solid-js": "0.18.
|
|
110
|
-
"vue": "2.6.
|
|
53
|
+
"hyperapp": "^1.2.10",
|
|
54
|
+
"inferno": "^7.3.2",
|
|
55
|
+
"inferno-create-element": "^7.3.2",
|
|
56
|
+
"lit-element": "^2.2.1",
|
|
57
|
+
"mithril": "^2.0.4",
|
|
58
|
+
"piral-aurelia": "^0.14.29",
|
|
59
|
+
"piral-blazor": "^0.14.29",
|
|
60
|
+
"piral-core": "^0.14.29",
|
|
61
|
+
"piral-elm": "^0.14.29",
|
|
62
|
+
"piral-hyperapp": "^0.14.29",
|
|
63
|
+
"piral-inferno": "^0.14.29",
|
|
64
|
+
"piral-lazy": "^0.14.29",
|
|
65
|
+
"piral-litel": "^0.14.29",
|
|
66
|
+
"piral-mithril": "^0.14.29",
|
|
67
|
+
"piral-ng": "^0.14.29",
|
|
68
|
+
"piral-ngjs": "^0.14.29",
|
|
69
|
+
"piral-preact": "^0.14.29",
|
|
70
|
+
"piral-riot": "^0.14.29",
|
|
71
|
+
"piral-solid": "^0.14.29",
|
|
72
|
+
"piral-svelte": "^0.14.29",
|
|
73
|
+
"piral-vue": "^0.14.29",
|
|
74
|
+
"preact": "^10.0.5",
|
|
75
|
+
"react": "18.2.0",
|
|
76
|
+
"react-dom": "18.2.0",
|
|
77
|
+
"react-router": "5.3.3",
|
|
78
|
+
"react-router-dom": "5.3.3",
|
|
79
|
+
"riot": "^4.7.2",
|
|
80
|
+
"rxjs": "^6.3.3",
|
|
81
|
+
"solid-js": "^0.18.7",
|
|
82
|
+
"vue": "^2.6.10",
|
|
111
83
|
"vue-hot-reload-api": "^2.3.3",
|
|
112
|
-
"zone.js": "0.9
|
|
84
|
+
"zone.js": "~0.9",
|
|
113
85
|
"history": "4.10.1",
|
|
114
|
-
"tslib": "2.3.1"
|
|
115
|
-
"path-to-regexp": "1.8.0",
|
|
116
|
-
"@libre/atom": "1.3.3",
|
|
117
|
-
"@dbeining/react-atom": "4.1.21"
|
|
86
|
+
"tslib": "2.3.1"
|
|
118
87
|
},
|
|
119
88
|
"sharedDependencies": [
|
|
120
|
-
"@angular/common",
|
|
121
|
-
"@angular/compiler",
|
|
122
|
-
"@angular/core",
|
|
123
|
-
"@angular/platform-browser",
|
|
124
|
-
"@angular/platform-browser-dynamic",
|
|
125
|
-
"@webcomponents/webcomponentsjs",
|
|
126
|
-
"angular",
|
|
127
|
-
"aurelia-framework",
|
|
128
|
-
"aurelia-templating-binding",
|
|
129
|
-
"aurelia-templating-resources",
|
|
130
|
-
"aurelia-pal-browser",
|
|
131
|
-
"aurelia-event-aggregator",
|
|
132
|
-
"aurelia-history-browser",
|
|
133
|
-
"hyperapp",
|
|
134
|
-
"inferno",
|
|
135
|
-
"inferno-create-element",
|
|
136
|
-
"mithril",
|
|
137
|
-
"lit-element",
|
|
138
|
-
"solid-js",
|
|
139
|
-
"solid-js/dom",
|
|
140
|
-
"piral-ng/common",
|
|
141
|
-
"preact",
|
|
142
|
-
"riot",
|
|
143
|
-
"rxjs",
|
|
144
|
-
"vue",
|
|
145
|
-
"zone.js",
|
|
146
89
|
"react",
|
|
147
90
|
"react-dom",
|
|
148
91
|
"react-router",
|
|
149
92
|
"react-router-dom",
|
|
150
93
|
"history",
|
|
151
|
-
"tslib"
|
|
152
|
-
"path-to-regexp",
|
|
153
|
-
"@libre/atom",
|
|
154
|
-
"@dbeining/react-atom"
|
|
94
|
+
"tslib"
|
|
155
95
|
],
|
|
156
96
|
"repository": {
|
|
157
97
|
"type": "git",
|