sample-cross-fx 0.14.25 → 0.14.26-beta.4273
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.a83994.js → index.778dad.js} +71614 -62849
- package/app/{index.a83994.js.map → index.778dad.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 +22 -22
package/app/index.d.ts
CHANGED
|
@@ -383,6 +383,10 @@ declare module "sample-cross-fx" {
|
|
|
383
383
|
* @param options The options for the Blazor components.
|
|
384
384
|
*/
|
|
385
385
|
defineBlazorOptions(options: BlazorOptions): void;
|
|
386
|
+
/**
|
|
387
|
+
* Releases all defined blazor references from the current pilet.
|
|
388
|
+
*/
|
|
389
|
+
releaseBlazorReferences(): void;
|
|
386
390
|
}
|
|
387
391
|
|
|
388
392
|
/**
|
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.778dad.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.778dad.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.14.
|
|
4
|
+
"version": "0.14.26-beta.4273",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://piral.io",
|
|
7
7
|
"keywords": [
|
|
@@ -63,11 +63,11 @@
|
|
|
63
63
|
"piral-cli-webpack5": "^0.14.25",
|
|
64
64
|
"sass": "^1.17.0",
|
|
65
65
|
"vue-template-compiler": "^2.6.10",
|
|
66
|
-
"@angular/common": "
|
|
67
|
-
"@angular/compiler": "
|
|
68
|
-
"@angular/core": "
|
|
69
|
-
"@angular/platform-browser": "
|
|
70
|
-
"@angular/platform-browser-dynamic": "
|
|
66
|
+
"@angular/common": "12.2.16",
|
|
67
|
+
"@angular/compiler": "12.2.16",
|
|
68
|
+
"@angular/core": "12.2.16",
|
|
69
|
+
"@angular/platform-browser": "12.2.16",
|
|
70
|
+
"@angular/platform-browser-dynamic": "12.2.16",
|
|
71
71
|
"@webcomponents/webcomponentsjs": "2.6.0",
|
|
72
72
|
"angular": "1.8.2",
|
|
73
73
|
"aurelia-event-aggregator": "1.0.3",
|
|
@@ -83,22 +83,22 @@
|
|
|
83
83
|
"inferno-create-element": "7.4.9",
|
|
84
84
|
"lit-element": "2.5.1",
|
|
85
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.
|
|
86
|
+
"piral-aurelia": "^0.14.25",
|
|
87
|
+
"piral-blazor": "^0.14.25",
|
|
88
|
+
"piral-core": "^0.14.25",
|
|
89
|
+
"piral-elm": "^0.14.25",
|
|
90
|
+
"piral-hyperapp": "^0.14.25",
|
|
91
|
+
"piral-inferno": "^0.14.25",
|
|
92
|
+
"piral-lazy": "^0.14.25",
|
|
93
|
+
"piral-litel": "^0.14.25",
|
|
94
|
+
"piral-mithril": "^0.14.25",
|
|
95
|
+
"piral-ng": "^0.14.25",
|
|
96
|
+
"piral-ngjs": "^0.14.25",
|
|
97
|
+
"piral-preact": "^0.14.25",
|
|
98
|
+
"piral-riot": "^0.14.25",
|
|
99
|
+
"piral-solid": "^0.14.25",
|
|
100
|
+
"piral-svelte": "^0.14.25",
|
|
101
|
+
"piral-vue": "^0.14.25",
|
|
102
102
|
"preact": "10.5.14",
|
|
103
103
|
"react": "17.0.2",
|
|
104
104
|
"react-dom": "17.0.2",
|