sample-cross-fx 0.15.8-beta.5168 → 0.15.8-beta.5218
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.9adb7d.js → index.129346.js} +85 -66
- package/app/{index.9adb7d.js.map → index.129346.js.map} +1 -1
- package/app/index.d.ts +4 -2
- 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 +20 -20
package/app/index.d.ts
CHANGED
|
@@ -408,8 +408,10 @@ export interface PiletBlazorApi {
|
|
|
408
408
|
* Defines the additional libraries (and their symbols) to Blazor via
|
|
409
409
|
* their URLs.
|
|
410
410
|
* @param referenceUrls The URLs pointing to the different DLLs to include.
|
|
411
|
+
* @param satellites The URLs of the potential satellite DLLs to include.
|
|
412
|
+
* @param prio The loading priority of the DLLs. Higher numbers will always be loaded before lower numbers.
|
|
411
413
|
*/
|
|
412
|
-
defineBlazorReferences(referenceUrls: Array<string>, satellites?: Record<string, Array<string
|
|
414
|
+
defineBlazorReferences(referenceUrls: Array<string>, satellites?: Record<string, Array<string>>, prio?: number): void;
|
|
413
415
|
/**
|
|
414
416
|
* Wraps a Blazor module for use in Piral.
|
|
415
417
|
* @param moduleName The name of the exposed Blazor component.
|
|
@@ -836,7 +838,7 @@ export interface BlazorComponent {
|
|
|
836
838
|
*/
|
|
837
839
|
export interface BlazorOptions {
|
|
838
840
|
/**
|
|
839
|
-
* The root path where resources are located
|
|
841
|
+
* The root path where resources are located.
|
|
840
842
|
*/
|
|
841
843
|
resourcePathRoot?: string;
|
|
842
844
|
}
|
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.129346.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.129346.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.8-beta.
|
|
4
|
+
"version": "0.15.8-beta.5218",
|
|
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.8-beta.
|
|
53
|
+
"version": "0.15.8-beta.5218",
|
|
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.8-beta.
|
|
68
|
-
"piral-cli-webpack5": "^0.15.8-beta.
|
|
67
|
+
"piral-cli": "^0.15.8-beta.5218",
|
|
68
|
+
"piral-cli-webpack5": "^0.15.8-beta.5218",
|
|
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.8-beta.
|
|
92
|
-
"piral-blazor": "^0.15.8-beta.
|
|
93
|
-
"piral-core": "^0.15.8-beta.
|
|
94
|
-
"piral-elm": "^0.15.8-beta.
|
|
95
|
-
"piral-hyperapp": "^0.15.8-beta.
|
|
96
|
-
"piral-inferno": "^0.15.8-beta.
|
|
97
|
-
"piral-lazy": "^0.15.8-beta.
|
|
98
|
-
"piral-litel": "^0.15.8-beta.
|
|
99
|
-
"piral-mithril": "^0.15.8-beta.
|
|
100
|
-
"piral-ng": "^0.15.8-beta.
|
|
101
|
-
"piral-ngjs": "^0.15.8-beta.
|
|
102
|
-
"piral-preact": "^0.15.8-beta.
|
|
103
|
-
"piral-riot": "^0.15.8-beta.
|
|
104
|
-
"piral-solid": "^0.15.8-beta.
|
|
105
|
-
"piral-svelte": "^0.15.8-beta.
|
|
106
|
-
"piral-vue": "^0.15.8-beta.
|
|
91
|
+
"piral-aurelia": "^0.15.8-beta.5218",
|
|
92
|
+
"piral-blazor": "^0.15.8-beta.5218",
|
|
93
|
+
"piral-core": "^0.15.8-beta.5218",
|
|
94
|
+
"piral-elm": "^0.15.8-beta.5218",
|
|
95
|
+
"piral-hyperapp": "^0.15.8-beta.5218",
|
|
96
|
+
"piral-inferno": "^0.15.8-beta.5218",
|
|
97
|
+
"piral-lazy": "^0.15.8-beta.5218",
|
|
98
|
+
"piral-litel": "^0.15.8-beta.5218",
|
|
99
|
+
"piral-mithril": "^0.15.8-beta.5218",
|
|
100
|
+
"piral-ng": "^0.15.8-beta.5218",
|
|
101
|
+
"piral-ngjs": "^0.15.8-beta.5218",
|
|
102
|
+
"piral-preact": "^0.15.8-beta.5218",
|
|
103
|
+
"piral-riot": "^0.15.8-beta.5218",
|
|
104
|
+
"piral-solid": "^0.15.8-beta.5218",
|
|
105
|
+
"piral-svelte": "^0.15.8-beta.5218",
|
|
106
|
+
"piral-vue": "^0.15.8-beta.5218",
|
|
107
107
|
"preact": "10.8.2",
|
|
108
108
|
"react": "18.2.0",
|
|
109
109
|
"react-dom": "18.2.0",
|