sample-cross-fx 0.15.0-beta.4828 → 0.15.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/app/{index.0395b6.js → index.8d791b.js} +4 -4
- package/app/{index.0395b6.js.map → index.8d791b.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 +51 -283
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.8d791b.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.8d791b.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
|
|
4
|
+
"version": "0.15.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://piral.io",
|
|
7
7
|
"keywords": [
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"files": []
|
|
51
51
|
},
|
|
52
52
|
"piralCLI": {
|
|
53
|
-
"version": "0.15.0
|
|
53
|
+
"version": "0.15.0",
|
|
54
54
|
"generated": true
|
|
55
55
|
},
|
|
56
56
|
"main": "./app/index.js",
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
"@types/react-router": "^5.1.8",
|
|
65
65
|
"@types/react-router-dom": "^5.1.6",
|
|
66
66
|
"@vue/component-compiler-utils": "^3.0.0",
|
|
67
|
-
"piral-cli": "^0.15.0
|
|
68
|
-
"piral-cli-webpack5": "^0.15.0
|
|
67
|
+
"piral-cli": "^0.15.0",
|
|
68
|
+
"piral-cli-webpack5": "^0.15.0",
|
|
69
69
|
"sass": "^1.17.0",
|
|
70
70
|
"vue-template-compiler": "^2.6.10",
|
|
71
71
|
"@angular/common": "14.1.3",
|
|
@@ -88,22 +88,22 @@
|
|
|
88
88
|
"inferno-create-element": "7.4.11",
|
|
89
89
|
"lit-element": "2.5.1",
|
|
90
90
|
"mithril": "2.2.2",
|
|
91
|
-
"piral-aurelia": "^0.15.0
|
|
92
|
-
"piral-blazor": "^0.15.0
|
|
93
|
-
"piral-core": "^0.15.0
|
|
94
|
-
"piral-elm": "^0.15.0
|
|
95
|
-
"piral-hyperapp": "^0.15.0
|
|
96
|
-
"piral-inferno": "^0.15.0
|
|
97
|
-
"piral-lazy": "^0.15.0
|
|
98
|
-
"piral-litel": "^0.15.0
|
|
99
|
-
"piral-mithril": "^0.15.0
|
|
100
|
-
"piral-ng": "^0.15.0
|
|
101
|
-
"piral-ngjs": "^0.15.0
|
|
102
|
-
"piral-preact": "^0.15.0
|
|
103
|
-
"piral-riot": "^0.15.0
|
|
104
|
-
"piral-solid": "^0.15.0
|
|
105
|
-
"piral-svelte": "^0.15.0
|
|
106
|
-
"piral-vue": "^0.15.0
|
|
91
|
+
"piral-aurelia": "^0.15.0",
|
|
92
|
+
"piral-blazor": "^0.15.0",
|
|
93
|
+
"piral-core": "^0.15.0",
|
|
94
|
+
"piral-elm": "^0.15.0",
|
|
95
|
+
"piral-hyperapp": "^0.15.0",
|
|
96
|
+
"piral-inferno": "^0.15.0",
|
|
97
|
+
"piral-lazy": "^0.15.0",
|
|
98
|
+
"piral-litel": "^0.15.0",
|
|
99
|
+
"piral-mithril": "^0.15.0",
|
|
100
|
+
"piral-ng": "^0.15.0",
|
|
101
|
+
"piral-ngjs": "^0.15.0",
|
|
102
|
+
"piral-preact": "^0.15.0",
|
|
103
|
+
"piral-riot": "^0.15.0",
|
|
104
|
+
"piral-solid": "^0.15.0",
|
|
105
|
+
"piral-svelte": "^0.15.0",
|
|
106
|
+
"piral-vue": "^0.15.0",
|
|
107
107
|
"preact": "10.8.2",
|
|
108
108
|
"react": "18.2.0",
|
|
109
109
|
"react-dom": "18.2.0",
|
|
@@ -118,269 +118,37 @@
|
|
|
118
118
|
"tslib": "2.3.1"
|
|
119
119
|
},
|
|
120
120
|
"sharedDependencies": [
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
"id": "@angular/platform-browser-dynamic@14.1.3",
|
|
155
|
-
"requireId": "@angular/platform-browser-dynamic@14.1.3",
|
|
156
|
-
"entry": "/home/vsts/work/1/s/node_modules/@angular/platform-browser-dynamic/fesm2020/platform-browser-dynamic.mjs",
|
|
157
|
-
"name": "@angular/platform-browser-dynamic",
|
|
158
|
-
"ref": "angular-platform-browser-dynamic.js",
|
|
159
|
-
"type": "local"
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
"id": "@webcomponents/webcomponentsjs@2.6.0",
|
|
163
|
-
"requireId": "@webcomponents/webcomponentsjs@2.6.0",
|
|
164
|
-
"entry": "/home/vsts/work/1/s/node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js",
|
|
165
|
-
"name": "@webcomponents/webcomponentsjs",
|
|
166
|
-
"ref": "webcomponents-webcomponentsjs.js",
|
|
167
|
-
"type": "local"
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
"id": "angular@1.8.3",
|
|
171
|
-
"requireId": "angular@1.8.3",
|
|
172
|
-
"entry": "/home/vsts/work/1/s/node_modules/angular/index.js",
|
|
173
|
-
"name": "angular",
|
|
174
|
-
"ref": "angular.js",
|
|
175
|
-
"type": "local"
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"id": "aurelia-framework@1.4.1",
|
|
179
|
-
"requireId": "aurelia-framework@1.4.1",
|
|
180
|
-
"entry": "/home/vsts/work/1/s/node_modules/aurelia-framework/dist/native-modules/aurelia-framework.js",
|
|
181
|
-
"name": "aurelia-framework",
|
|
182
|
-
"ref": "aurelia-framework.js",
|
|
183
|
-
"type": "local"
|
|
184
|
-
},
|
|
185
|
-
{
|
|
186
|
-
"id": "aurelia-templating-binding@1.6.0",
|
|
187
|
-
"requireId": "aurelia-templating-binding@1.6.0",
|
|
188
|
-
"entry": "/home/vsts/work/1/s/src/samples/sample-cross-fx/node_modules/aurelia-templating-binding/dist/native-modules/aurelia-templating-binding.js",
|
|
189
|
-
"name": "aurelia-templating-binding",
|
|
190
|
-
"ref": "aurelia-templating-binding.js",
|
|
191
|
-
"type": "local"
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
"id": "aurelia-templating-resources@1.14.3",
|
|
195
|
-
"requireId": "aurelia-templating-resources@1.14.3",
|
|
196
|
-
"entry": "/home/vsts/work/1/s/src/samples/sample-cross-fx/node_modules/aurelia-templating-resources/dist/native-modules/aurelia-templating-resources.js",
|
|
197
|
-
"name": "aurelia-templating-resources",
|
|
198
|
-
"ref": "aurelia-templating-resources.js",
|
|
199
|
-
"type": "local"
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
"id": "aurelia-pal-browser@1.8.1",
|
|
203
|
-
"requireId": "aurelia-pal-browser@1.8.1",
|
|
204
|
-
"entry": "/home/vsts/work/1/s/node_modules/aurelia-pal-browser/dist/es2015/aurelia-pal-browser.js",
|
|
205
|
-
"name": "aurelia-pal-browser",
|
|
206
|
-
"ref": "aurelia-pal-browser.js",
|
|
207
|
-
"type": "local"
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"id": "aurelia-event-aggregator@1.0.3",
|
|
211
|
-
"requireId": "aurelia-event-aggregator@1.0.3",
|
|
212
|
-
"entry": "/home/vsts/work/1/s/node_modules/aurelia-event-aggregator/dist/native-modules/aurelia-event-aggregator.js",
|
|
213
|
-
"name": "aurelia-event-aggregator",
|
|
214
|
-
"ref": "aurelia-event-aggregator.js",
|
|
215
|
-
"type": "local"
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
"id": "aurelia-history-browser@1.4.0",
|
|
219
|
-
"requireId": "aurelia-history-browser@1.4.0",
|
|
220
|
-
"entry": "/home/vsts/work/1/s/node_modules/aurelia-history-browser/dist/native-modules/aurelia-history-browser.js",
|
|
221
|
-
"name": "aurelia-history-browser",
|
|
222
|
-
"ref": "aurelia-history-browser.js",
|
|
223
|
-
"type": "local"
|
|
224
|
-
},
|
|
225
|
-
{
|
|
226
|
-
"id": "hyperapp@1.2.10",
|
|
227
|
-
"requireId": "hyperapp@1.2.10",
|
|
228
|
-
"entry": "/home/vsts/work/1/s/node_modules/hyperapp/src/index.js",
|
|
229
|
-
"name": "hyperapp",
|
|
230
|
-
"ref": "hyperapp.js",
|
|
231
|
-
"type": "local"
|
|
232
|
-
},
|
|
233
|
-
{
|
|
234
|
-
"id": "inferno@7.4.11",
|
|
235
|
-
"requireId": "inferno@7.4.11",
|
|
236
|
-
"entry": "/home/vsts/work/1/s/node_modules/inferno/index.esm.js",
|
|
237
|
-
"name": "inferno",
|
|
238
|
-
"ref": "inferno.js",
|
|
239
|
-
"type": "local"
|
|
240
|
-
},
|
|
241
|
-
{
|
|
242
|
-
"id": "inferno-create-element@7.4.11",
|
|
243
|
-
"requireId": "inferno-create-element@7.4.11",
|
|
244
|
-
"entry": "/home/vsts/work/1/s/node_modules/inferno-create-element/dist/index.esm.js",
|
|
245
|
-
"name": "inferno-create-element",
|
|
246
|
-
"ref": "inferno-create-element.js",
|
|
247
|
-
"type": "local"
|
|
248
|
-
},
|
|
249
|
-
{
|
|
250
|
-
"id": "mithril@2.2.2",
|
|
251
|
-
"requireId": "mithril@2.2.2",
|
|
252
|
-
"entry": "/home/vsts/work/1/s/src/samples/sample-cross-fx/node_modules/mithril/index.js",
|
|
253
|
-
"name": "mithril",
|
|
254
|
-
"ref": "mithril.js",
|
|
255
|
-
"type": "local"
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
"id": "lit-element@2.5.1",
|
|
259
|
-
"requireId": "lit-element@2.5.1",
|
|
260
|
-
"entry": "/home/vsts/work/1/s/node_modules/lit-element/lit-element.js",
|
|
261
|
-
"name": "lit-element",
|
|
262
|
-
"ref": "lit-element.js",
|
|
263
|
-
"type": "local"
|
|
264
|
-
},
|
|
265
|
-
{
|
|
266
|
-
"id": "solid-js@0.18.14",
|
|
267
|
-
"requireId": "solid-js@0.18.14",
|
|
268
|
-
"entry": "/home/vsts/work/1/s/node_modules/solid-js/dist/index.js",
|
|
269
|
-
"name": "solid-js",
|
|
270
|
-
"ref": "solid-js.js",
|
|
271
|
-
"type": "local"
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
"id": "solid-js/dom@0.18.14",
|
|
275
|
-
"requireId": "solid-js/dom@0.18.14",
|
|
276
|
-
"entry": "/home/vsts/work/1/s/node_modules/solid-js/dist/dom/index.js",
|
|
277
|
-
"name": "solid-js/dom",
|
|
278
|
-
"ref": "solid-js-dom.js",
|
|
279
|
-
"type": "local"
|
|
280
|
-
},
|
|
281
|
-
{
|
|
282
|
-
"id": "piral-ng/common@0.15.0-beta.4828",
|
|
283
|
-
"requireId": "piral-ng/common@0.15.0-beta.4828",
|
|
284
|
-
"entry": "/home/vsts/work/1/s/src/converters/piral-ng/common.js",
|
|
285
|
-
"name": "piral-ng/common",
|
|
286
|
-
"ref": "piral-ng-common.js",
|
|
287
|
-
"type": "local"
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
"id": "preact@10.8.2",
|
|
291
|
-
"requireId": "preact@10.8.2",
|
|
292
|
-
"entry": "/home/vsts/work/1/s/node_modules/preact/dist/preact.module.js",
|
|
293
|
-
"name": "preact",
|
|
294
|
-
"ref": "preact.js",
|
|
295
|
-
"type": "local"
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
"id": "riot@4.14.0",
|
|
299
|
-
"requireId": "riot@4.14.0",
|
|
300
|
-
"entry": "/home/vsts/work/1/s/node_modules/riot/riot.esm.js",
|
|
301
|
-
"name": "riot",
|
|
302
|
-
"ref": "riot.js",
|
|
303
|
-
"type": "local"
|
|
304
|
-
},
|
|
305
|
-
{
|
|
306
|
-
"id": "rxjs@7.5.6",
|
|
307
|
-
"requireId": "rxjs@7.5.6",
|
|
308
|
-
"entry": "/home/vsts/work/1/s/node_modules/rxjs/dist/esm5/index.js",
|
|
309
|
-
"name": "rxjs",
|
|
310
|
-
"ref": "rxjs.js",
|
|
311
|
-
"type": "local"
|
|
312
|
-
},
|
|
313
|
-
{
|
|
314
|
-
"id": "vue@2.7.2",
|
|
315
|
-
"requireId": "vue@2.7.2",
|
|
316
|
-
"entry": "/home/vsts/work/1/s/node_modules/vue/dist/vue.runtime.esm.js",
|
|
317
|
-
"name": "vue",
|
|
318
|
-
"ref": "vue.js",
|
|
319
|
-
"type": "local"
|
|
320
|
-
},
|
|
321
|
-
{
|
|
322
|
-
"id": "zone.js@0.9.1",
|
|
323
|
-
"requireId": "zone.js@0.9.1",
|
|
324
|
-
"entry": "/home/vsts/work/1/s/node_modules/zone.js/dist/zone.js",
|
|
325
|
-
"name": "zone.js",
|
|
326
|
-
"ref": "zone-js.js",
|
|
327
|
-
"type": "local"
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
"id": "tslib@2.3.1",
|
|
331
|
-
"requireId": "tslib@2.3.1",
|
|
332
|
-
"entry": "/home/vsts/work/1/s/node_modules/tslib/tslib.es6.js",
|
|
333
|
-
"name": "tslib",
|
|
334
|
-
"ref": "tslib.js",
|
|
335
|
-
"type": "local",
|
|
336
|
-
"parents": [
|
|
337
|
-
"piral-base"
|
|
338
|
-
]
|
|
339
|
-
},
|
|
340
|
-
{
|
|
341
|
-
"id": "react@18.2.0",
|
|
342
|
-
"requireId": "react@18.2.0",
|
|
343
|
-
"entry": "/home/vsts/work/1/s/node_modules/react/index.js",
|
|
344
|
-
"name": "react",
|
|
345
|
-
"ref": "react.js",
|
|
346
|
-
"type": "local",
|
|
347
|
-
"parents": [
|
|
348
|
-
"piral-core"
|
|
349
|
-
]
|
|
350
|
-
},
|
|
351
|
-
{
|
|
352
|
-
"id": "react-dom@18.2.0",
|
|
353
|
-
"requireId": "react-dom@18.2.0",
|
|
354
|
-
"entry": "/home/vsts/work/1/s/node_modules/react-dom/index.js",
|
|
355
|
-
"name": "react-dom",
|
|
356
|
-
"ref": "react-dom.js",
|
|
357
|
-
"type": "local",
|
|
358
|
-
"parents": [
|
|
359
|
-
"piral-core"
|
|
360
|
-
]
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
"id": "react-router@5.3.3",
|
|
364
|
-
"requireId": "react-router@5.3.3",
|
|
365
|
-
"entry": "/home/vsts/work/1/s/node_modules/react-router/esm/react-router.js",
|
|
366
|
-
"name": "react-router",
|
|
367
|
-
"ref": "react-router.js",
|
|
368
|
-
"type": "local",
|
|
369
|
-
"parents": [
|
|
370
|
-
"piral-core"
|
|
371
|
-
]
|
|
372
|
-
},
|
|
373
|
-
{
|
|
374
|
-
"id": "react-router-dom@5.3.3",
|
|
375
|
-
"requireId": "react-router-dom@5.3.3",
|
|
376
|
-
"entry": "/home/vsts/work/1/s/node_modules/react-router-dom/esm/react-router-dom.js",
|
|
377
|
-
"name": "react-router-dom",
|
|
378
|
-
"ref": "react-router-dom.js",
|
|
379
|
-
"type": "local",
|
|
380
|
-
"parents": [
|
|
381
|
-
"piral-core"
|
|
382
|
-
]
|
|
383
|
-
}
|
|
121
|
+
"@angular/common",
|
|
122
|
+
"@angular/compiler",
|
|
123
|
+
"@angular/core",
|
|
124
|
+
"@angular/platform-browser",
|
|
125
|
+
"@angular/platform-browser-dynamic",
|
|
126
|
+
"@webcomponents/webcomponentsjs",
|
|
127
|
+
"angular",
|
|
128
|
+
"aurelia-framework",
|
|
129
|
+
"aurelia-templating-binding",
|
|
130
|
+
"aurelia-templating-resources",
|
|
131
|
+
"aurelia-pal-browser",
|
|
132
|
+
"aurelia-event-aggregator",
|
|
133
|
+
"aurelia-history-browser",
|
|
134
|
+
"hyperapp",
|
|
135
|
+
"inferno",
|
|
136
|
+
"inferno-create-element",
|
|
137
|
+
"mithril",
|
|
138
|
+
"lit-element",
|
|
139
|
+
"solid-js",
|
|
140
|
+
"solid-js/dom",
|
|
141
|
+
"piral-ng/common",
|
|
142
|
+
"preact",
|
|
143
|
+
"riot",
|
|
144
|
+
"rxjs",
|
|
145
|
+
"vue",
|
|
146
|
+
"zone.js",
|
|
147
|
+
"tslib",
|
|
148
|
+
"react",
|
|
149
|
+
"react-dom",
|
|
150
|
+
"react-router",
|
|
151
|
+
"react-router-dom"
|
|
384
152
|
],
|
|
385
153
|
"repository": {
|
|
386
154
|
"type": "git",
|