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.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.a83994.js"></script></head>
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.a83994.js');
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.25",
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": "8.2.14",
67
- "@angular/compiler": "8.2.14",
68
- "@angular/core": "8.2.14",
69
- "@angular/platform-browser": "8.2.14",
70
- "@angular/platform-browser-dynamic": "8.2.14",
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.24",
87
- "piral-blazor": "^0.14.24",
88
- "piral-core": "^0.14.24",
89
- "piral-elm": "^0.14.24",
90
- "piral-hyperapp": "^0.14.24",
91
- "piral-inferno": "^0.14.24",
92
- "piral-lazy": "^0.14.24",
93
- "piral-litel": "^0.14.24",
94
- "piral-mithril": "^0.14.24",
95
- "piral-ng": "^0.14.24",
96
- "piral-ngjs": "^0.14.24",
97
- "piral-preact": "^0.14.24",
98
- "piral-riot": "^0.14.24",
99
- "piral-solid": "^0.14.24",
100
- "piral-svelte": "^0.14.24",
101
- "piral-vue": "^0.14.24",
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",