sample-cross-fx 1.12.2 → 1.12.3-beta.69f5a80
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 +1 -1
- package/app/{index.5df4e0.js → index.ffba13.js} +26 -18
- package/app/{index.5df4e0.js.map → index.ffba13.js.map} +1 -1
- package/app/index.html +1 -1
- package/files.tar +0 -0
- package/files_once.tar +0 -0
- package/package.json +20 -20
package/app/index.d.ts
CHANGED
|
@@ -217922,20 +217922,24 @@ function loader6(entry, options) {
|
|
|
217922
217922
|
|
|
217923
217923
|
// src/loaders/mf/index.ts
|
|
217924
217924
|
var appShell = "piral";
|
|
217925
|
+
var systemRegistry = System.registerRegistry;
|
|
217926
|
+
var sharedScope = {
|
|
217927
|
+
current: void 0
|
|
217928
|
+
};
|
|
217925
217929
|
function populateKnownDependencies(scope) {
|
|
217926
|
-
|
|
217930
|
+
var _a;
|
|
217931
|
+
for (const entry of Object.keys(systemRegistry)) {
|
|
217927
217932
|
const index = entry.lastIndexOf("@");
|
|
217928
217933
|
if (index > 0 && !entry.match(/^https?:\/\//)) {
|
|
217929
217934
|
const entryName = entry.substring(0, index);
|
|
217930
217935
|
const entryVersion = entry.substring(index + 1);
|
|
217931
|
-
|
|
217932
|
-
|
|
217933
|
-
}
|
|
217934
|
-
scope[entryName][entryVersion] = {
|
|
217936
|
+
scope[entryName] ?? (scope[entryName] = {});
|
|
217937
|
+
(_a = scope[entryName])[entryVersion] ?? (_a[entryVersion] = {
|
|
217935
217938
|
from: appShell,
|
|
217936
217939
|
eager: false,
|
|
217940
|
+
loaded: 1,
|
|
217937
217941
|
get: () => System.import(entry).then(result => () => result)
|
|
217938
|
-
};
|
|
217942
|
+
});
|
|
217939
217943
|
}
|
|
217940
217944
|
}
|
|
217941
217945
|
}
|
|
@@ -217944,19 +217948,23 @@ function extractSharedDependencies(scope) {
|
|
|
217944
217948
|
const entries = scope[entryName];
|
|
217945
217949
|
for (const entryVersion of Object.keys(entries)) {
|
|
217946
217950
|
const entry = entries[entryVersion];
|
|
217947
|
-
|
|
217948
|
-
|
|
217951
|
+
const entryKey = `${entryName}@${entryVersion}`;
|
|
217952
|
+
if (entry.from !== appShell && !(entryKey in systemRegistry)) {
|
|
217953
|
+
registerModule(entryKey, () => entry.get().then(factory => factory()));
|
|
217949
217954
|
}
|
|
217955
|
+
entry.loaded = 1;
|
|
217950
217956
|
}
|
|
217951
217957
|
}
|
|
217952
217958
|
}
|
|
217953
217959
|
function loadMfFactory(piletName, exposedName) {
|
|
217954
217960
|
const varName = piletName.replace(/^@/, "").replace("/", "-").replace(/\-/g, "_");
|
|
217955
217961
|
const container = window[varName];
|
|
217956
|
-
|
|
217957
|
-
|
|
217958
|
-
|
|
217959
|
-
|
|
217962
|
+
if (!sharedScope.current) {
|
|
217963
|
+
sharedScope.current = {};
|
|
217964
|
+
populateKnownDependencies(sharedScope.current);
|
|
217965
|
+
}
|
|
217966
|
+
container.init(sharedScope.current);
|
|
217967
|
+
extractSharedDependencies(sharedScope.current);
|
|
217960
217968
|
return container.get(exposedName);
|
|
217961
217969
|
}
|
|
217962
217970
|
function loader7(entry, _config) {
|
|
@@ -218335,7 +218343,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
218335
218343
|
|
|
218336
218344
|
|
|
218337
218345
|
function fillDependencies(deps) {
|
|
218338
|
-
deps['sample-cross-fx']={};deps["@angular/common"]=_node_modules_angular_common_fesm2022_common_mjs__WEBPACK_IMPORTED_MODULE_0__;deps["@angular/common@16.2.12"]=_node_modules_angular_common_fesm2022_common_mjs__WEBPACK_IMPORTED_MODULE_0__;deps["@angular/compiler"]=_node_modules_angular_compiler_fesm2022_compiler_mjs__WEBPACK_IMPORTED_MODULE_1__;deps["@angular/compiler@16.2.12"]=_node_modules_angular_compiler_fesm2022_compiler_mjs__WEBPACK_IMPORTED_MODULE_1__;deps["@angular/core"]=_node_modules_angular_core_fesm2022_core_mjs__WEBPACK_IMPORTED_MODULE_2__;deps["@angular/core@16.2.12"]=_node_modules_angular_core_fesm2022_core_mjs__WEBPACK_IMPORTED_MODULE_2__;deps["@angular/platform-browser"]=_node_modules_angular_platform_browser_fesm2022_platform_browser_mjs__WEBPACK_IMPORTED_MODULE_3__;deps["@angular/platform-browser@16.2.12"]=_node_modules_angular_platform_browser_fesm2022_platform_browser_mjs__WEBPACK_IMPORTED_MODULE_3__;deps["@angular/platform-browser-dynamic"]=_node_modules_angular_platform_browser_dynamic_fesm2022_platform_browser_dynamic_mjs__WEBPACK_IMPORTED_MODULE_4__;deps["@angular/platform-browser-dynamic@16.2.12"]=_node_modules_angular_platform_browser_dynamic_fesm2022_platform_browser_dynamic_mjs__WEBPACK_IMPORTED_MODULE_4__;deps["@webcomponents/webcomponentsjs"]=_node_modules_webcomponents_webcomponentsjs_webcomponents_bundle_js__WEBPACK_IMPORTED_MODULE_5__;deps["@webcomponents/webcomponentsjs@2.6.0"]=_node_modules_webcomponents_webcomponentsjs_webcomponents_bundle_js__WEBPACK_IMPORTED_MODULE_5__;deps["angular"]=_node_modules_angular_index_js__WEBPACK_IMPORTED_MODULE_6__;deps["angular@1.8.3"]=_node_modules_angular_index_js__WEBPACK_IMPORTED_MODULE_6__;deps["aurelia-framework"]=_node_modules_aurelia_framework_dist_native_modules_aurelia_framework_js__WEBPACK_IMPORTED_MODULE_7__;deps["aurelia-framework@1.4.1"]=_node_modules_aurelia_framework_dist_native_modules_aurelia_framework_js__WEBPACK_IMPORTED_MODULE_7__;deps["aurelia-templating-binding"]=_samples_sample_cross_fx_node_modules_aurelia_templating_binding_dist_native_modules_aurelia_templating_binding_js__WEBPACK_IMPORTED_MODULE_8__;deps["aurelia-templating-binding@1.6.0"]=_samples_sample_cross_fx_node_modules_aurelia_templating_binding_dist_native_modules_aurelia_templating_binding_js__WEBPACK_IMPORTED_MODULE_8__;deps["aurelia-templating-resources"]=_samples_sample_cross_fx_node_modules_aurelia_templating_resources_dist_native_modules_aurelia_templating_resources_js__WEBPACK_IMPORTED_MODULE_9__;deps["aurelia-templating-resources@1.15.1"]=_samples_sample_cross_fx_node_modules_aurelia_templating_resources_dist_native_modules_aurelia_templating_resources_js__WEBPACK_IMPORTED_MODULE_9__;deps["aurelia-pal-browser"]=_node_modules_aurelia_pal_browser_dist_es2015_aurelia_pal_browser_js__WEBPACK_IMPORTED_MODULE_10__;deps["aurelia-pal-browser@1.8.1"]=_node_modules_aurelia_pal_browser_dist_es2015_aurelia_pal_browser_js__WEBPACK_IMPORTED_MODULE_10__;deps["aurelia-event-aggregator"]=_node_modules_aurelia_event_aggregator_dist_native_modules_aurelia_event_aggregator_js__WEBPACK_IMPORTED_MODULE_11__;deps["aurelia-event-aggregator@1.0.3"]=_node_modules_aurelia_event_aggregator_dist_native_modules_aurelia_event_aggregator_js__WEBPACK_IMPORTED_MODULE_11__;deps["aurelia-history-browser"]=_node_modules_aurelia_history_browser_dist_native_modules_aurelia_history_browser_js__WEBPACK_IMPORTED_MODULE_12__;deps["aurelia-history-browser@1.4.0"]=_node_modules_aurelia_history_browser_dist_native_modules_aurelia_history_browser_js__WEBPACK_IMPORTED_MODULE_12__;deps["hyperapp"]=_node_modules_hyperapp_src_index_js__WEBPACK_IMPORTED_MODULE_13__;deps["hyperapp@1.2.10"]=_node_modules_hyperapp_src_index_js__WEBPACK_IMPORTED_MODULE_13__;deps["inferno"]=_node_modules_inferno_index_esm_js__WEBPACK_IMPORTED_MODULE_14__;deps["inferno@7.4.11"]=_node_modules_inferno_index_esm_js__WEBPACK_IMPORTED_MODULE_14__;deps["inferno-create-element"]=_node_modules_inferno_create_element_dist_index_esm_js__WEBPACK_IMPORTED_MODULE_15__;deps["inferno-create-element@7.4.11"]=_node_modules_inferno_create_element_dist_index_esm_js__WEBPACK_IMPORTED_MODULE_15__;deps["mithril"]=_samples_sample_cross_fx_node_modules_mithril_index_js__WEBPACK_IMPORTED_MODULE_16__;deps["mithril@2.3.8"]=_samples_sample_cross_fx_node_modules_mithril_index_js__WEBPACK_IMPORTED_MODULE_16__;deps["lit-element"]=_node_modules_lit_element_lit_element_js__WEBPACK_IMPORTED_MODULE_17__;deps["lit-element@2.5.1"]=_node_modules_lit_element_lit_element_js__WEBPACK_IMPORTED_MODULE_17__;deps["solid-js"]=_node_modules_solid_js_dist_dev_js__WEBPACK_IMPORTED_MODULE_18__;deps["solid-js@1.9.10"]=_node_modules_solid_js_dist_dev_js__WEBPACK_IMPORTED_MODULE_18__;deps["solid-js/web"]=_node_modules_solid_js_web_dist_dev_js__WEBPACK_IMPORTED_MODULE_19__;deps["piral-ng/common"]=_converters_piral_ng_common_js__WEBPACK_IMPORTED_MODULE_20__;deps["piral-ng/common@1.12.
|
|
218346
|
+
deps['sample-cross-fx']={};deps["@angular/common"]=_node_modules_angular_common_fesm2022_common_mjs__WEBPACK_IMPORTED_MODULE_0__;deps["@angular/common@16.2.12"]=_node_modules_angular_common_fesm2022_common_mjs__WEBPACK_IMPORTED_MODULE_0__;deps["@angular/compiler"]=_node_modules_angular_compiler_fesm2022_compiler_mjs__WEBPACK_IMPORTED_MODULE_1__;deps["@angular/compiler@16.2.12"]=_node_modules_angular_compiler_fesm2022_compiler_mjs__WEBPACK_IMPORTED_MODULE_1__;deps["@angular/core"]=_node_modules_angular_core_fesm2022_core_mjs__WEBPACK_IMPORTED_MODULE_2__;deps["@angular/core@16.2.12"]=_node_modules_angular_core_fesm2022_core_mjs__WEBPACK_IMPORTED_MODULE_2__;deps["@angular/platform-browser"]=_node_modules_angular_platform_browser_fesm2022_platform_browser_mjs__WEBPACK_IMPORTED_MODULE_3__;deps["@angular/platform-browser@16.2.12"]=_node_modules_angular_platform_browser_fesm2022_platform_browser_mjs__WEBPACK_IMPORTED_MODULE_3__;deps["@angular/platform-browser-dynamic"]=_node_modules_angular_platform_browser_dynamic_fesm2022_platform_browser_dynamic_mjs__WEBPACK_IMPORTED_MODULE_4__;deps["@angular/platform-browser-dynamic@16.2.12"]=_node_modules_angular_platform_browser_dynamic_fesm2022_platform_browser_dynamic_mjs__WEBPACK_IMPORTED_MODULE_4__;deps["@webcomponents/webcomponentsjs"]=_node_modules_webcomponents_webcomponentsjs_webcomponents_bundle_js__WEBPACK_IMPORTED_MODULE_5__;deps["@webcomponents/webcomponentsjs@2.6.0"]=_node_modules_webcomponents_webcomponentsjs_webcomponents_bundle_js__WEBPACK_IMPORTED_MODULE_5__;deps["angular"]=_node_modules_angular_index_js__WEBPACK_IMPORTED_MODULE_6__;deps["angular@1.8.3"]=_node_modules_angular_index_js__WEBPACK_IMPORTED_MODULE_6__;deps["aurelia-framework"]=_node_modules_aurelia_framework_dist_native_modules_aurelia_framework_js__WEBPACK_IMPORTED_MODULE_7__;deps["aurelia-framework@1.4.1"]=_node_modules_aurelia_framework_dist_native_modules_aurelia_framework_js__WEBPACK_IMPORTED_MODULE_7__;deps["aurelia-templating-binding"]=_samples_sample_cross_fx_node_modules_aurelia_templating_binding_dist_native_modules_aurelia_templating_binding_js__WEBPACK_IMPORTED_MODULE_8__;deps["aurelia-templating-binding@1.6.0"]=_samples_sample_cross_fx_node_modules_aurelia_templating_binding_dist_native_modules_aurelia_templating_binding_js__WEBPACK_IMPORTED_MODULE_8__;deps["aurelia-templating-resources"]=_samples_sample_cross_fx_node_modules_aurelia_templating_resources_dist_native_modules_aurelia_templating_resources_js__WEBPACK_IMPORTED_MODULE_9__;deps["aurelia-templating-resources@1.15.1"]=_samples_sample_cross_fx_node_modules_aurelia_templating_resources_dist_native_modules_aurelia_templating_resources_js__WEBPACK_IMPORTED_MODULE_9__;deps["aurelia-pal-browser"]=_node_modules_aurelia_pal_browser_dist_es2015_aurelia_pal_browser_js__WEBPACK_IMPORTED_MODULE_10__;deps["aurelia-pal-browser@1.8.1"]=_node_modules_aurelia_pal_browser_dist_es2015_aurelia_pal_browser_js__WEBPACK_IMPORTED_MODULE_10__;deps["aurelia-event-aggregator"]=_node_modules_aurelia_event_aggregator_dist_native_modules_aurelia_event_aggregator_js__WEBPACK_IMPORTED_MODULE_11__;deps["aurelia-event-aggregator@1.0.3"]=_node_modules_aurelia_event_aggregator_dist_native_modules_aurelia_event_aggregator_js__WEBPACK_IMPORTED_MODULE_11__;deps["aurelia-history-browser"]=_node_modules_aurelia_history_browser_dist_native_modules_aurelia_history_browser_js__WEBPACK_IMPORTED_MODULE_12__;deps["aurelia-history-browser@1.4.0"]=_node_modules_aurelia_history_browser_dist_native_modules_aurelia_history_browser_js__WEBPACK_IMPORTED_MODULE_12__;deps["hyperapp"]=_node_modules_hyperapp_src_index_js__WEBPACK_IMPORTED_MODULE_13__;deps["hyperapp@1.2.10"]=_node_modules_hyperapp_src_index_js__WEBPACK_IMPORTED_MODULE_13__;deps["inferno"]=_node_modules_inferno_index_esm_js__WEBPACK_IMPORTED_MODULE_14__;deps["inferno@7.4.11"]=_node_modules_inferno_index_esm_js__WEBPACK_IMPORTED_MODULE_14__;deps["inferno-create-element"]=_node_modules_inferno_create_element_dist_index_esm_js__WEBPACK_IMPORTED_MODULE_15__;deps["inferno-create-element@7.4.11"]=_node_modules_inferno_create_element_dist_index_esm_js__WEBPACK_IMPORTED_MODULE_15__;deps["mithril"]=_samples_sample_cross_fx_node_modules_mithril_index_js__WEBPACK_IMPORTED_MODULE_16__;deps["mithril@2.3.8"]=_samples_sample_cross_fx_node_modules_mithril_index_js__WEBPACK_IMPORTED_MODULE_16__;deps["lit-element"]=_node_modules_lit_element_lit_element_js__WEBPACK_IMPORTED_MODULE_17__;deps["lit-element@2.5.1"]=_node_modules_lit_element_lit_element_js__WEBPACK_IMPORTED_MODULE_17__;deps["solid-js"]=_node_modules_solid_js_dist_dev_js__WEBPACK_IMPORTED_MODULE_18__;deps["solid-js@1.9.10"]=_node_modules_solid_js_dist_dev_js__WEBPACK_IMPORTED_MODULE_18__;deps["solid-js/web"]=_node_modules_solid_js_web_dist_dev_js__WEBPACK_IMPORTED_MODULE_19__;deps["piral-ng/common"]=_converters_piral_ng_common_js__WEBPACK_IMPORTED_MODULE_20__;deps["piral-ng/common@1.12.3-beta.69f5a80"]=_converters_piral_ng_common_js__WEBPACK_IMPORTED_MODULE_20__;deps["piral-ng@1.12.3-beta.69f5a80"]=_converters_piral_ng_common_js__WEBPACK_IMPORTED_MODULE_20__;deps["preact"]=_node_modules_preact_dist_preact_module_js__WEBPACK_IMPORTED_MODULE_21__;deps["preact@10.27.3"]=_node_modules_preact_dist_preact_module_js__WEBPACK_IMPORTED_MODULE_21__;deps["riot"]=_node_modules_riot_riot_esm_js__WEBPACK_IMPORTED_MODULE_22__;deps["riot@4.14.0"]=_node_modules_riot_riot_esm_js__WEBPACK_IMPORTED_MODULE_22__;deps["rxjs"]=_node_modules_rxjs_dist_esm5_index_js__WEBPACK_IMPORTED_MODULE_23__;deps["rxjs@7.8.2"]=_node_modules_rxjs_dist_esm5_index_js__WEBPACK_IMPORTED_MODULE_23__;deps["vue"]=_node_modules_vue_dist_vue_runtime_esm_js__WEBPACK_IMPORTED_MODULE_24__;deps["vue@2.7.16"]=_node_modules_vue_dist_vue_runtime_esm_js__WEBPACK_IMPORTED_MODULE_24__;deps["zone.js"]=_node_modules_zone_js_fesm2015_zone_js__WEBPACK_IMPORTED_MODULE_25__;deps["zone.js@0.13.3"]=_node_modules_zone_js_fesm2015_zone_js__WEBPACK_IMPORTED_MODULE_25__;deps["tslib"]=_node_modules_tslib_tslib_es6_mjs__WEBPACK_IMPORTED_MODULE_26__;deps["tslib@2.8.1"]=_node_modules_tslib_tslib_es6_mjs__WEBPACK_IMPORTED_MODULE_26__;deps["react"]=_node_modules_react_index_js__WEBPACK_IMPORTED_MODULE_27__;deps["react@18.3.1"]=_node_modules_react_index_js__WEBPACK_IMPORTED_MODULE_27__;deps["react-dom"]=/*#__PURE__*/ (_node_modules_react_dom_index_js__WEBPACK_IMPORTED_MODULE_28___namespace_cache || (_node_modules_react_dom_index_js__WEBPACK_IMPORTED_MODULE_28___namespace_cache = __webpack_require__.t(_node_modules_react_dom_index_js__WEBPACK_IMPORTED_MODULE_28__, 2)));deps["react-dom@18.3.1"]=/*#__PURE__*/ (_node_modules_react_dom_index_js__WEBPACK_IMPORTED_MODULE_28___namespace_cache || (_node_modules_react_dom_index_js__WEBPACK_IMPORTED_MODULE_28___namespace_cache = __webpack_require__.t(_node_modules_react_dom_index_js__WEBPACK_IMPORTED_MODULE_28__, 2)));deps["react-router"]=_node_modules_react_router_esm_react_router_js__WEBPACK_IMPORTED_MODULE_29__;deps["react-router@5.3.4"]=_node_modules_react_router_esm_react_router_js__WEBPACK_IMPORTED_MODULE_29__;deps["react-router-dom"]=_node_modules_react_router_dom_esm_react_router_dom_js__WEBPACK_IMPORTED_MODULE_30__;deps["react-router-dom@5.3.4"]=_node_modules_react_router_dom_esm_react_router_dom_js__WEBPACK_IMPORTED_MODULE_30__
|
|
218339
218347
|
}
|
|
218340
218348
|
|
|
218341
218349
|
|
|
@@ -220817,7 +220825,7 @@ function integrateDebugger(context, options, debug = {}) {
|
|
|
220817
220825
|
},
|
|
220818
220826
|
fireEvent: context.emit,
|
|
220819
220827
|
getDependencies() {
|
|
220820
|
-
return Object.keys(options.dependencies);
|
|
220828
|
+
return Object.keys(options.dependencies || {});
|
|
220821
220829
|
},
|
|
220822
220830
|
getExtensions() {
|
|
220823
220831
|
return context.readState(s => Object.keys(s.registry.extensions));
|
|
@@ -222167,12 +222175,12 @@ function installPiralDebug(options) {
|
|
|
222167
222175
|
debug: debugApiVersion,
|
|
222168
222176
|
instance: {
|
|
222169
222177
|
name: "sample-cross-fx",
|
|
222170
|
-
version: "1.12.
|
|
222178
|
+
version: "1.12.3-beta.69f5a80",
|
|
222171
222179
|
dependencies: "@angular/common,@angular/compiler,@angular/core,@angular/platform-browser,@angular/platform-browser-dynamic,@webcomponents/webcomponentsjs,angular,aurelia-framework,aurelia-templating-binding,aurelia-templating-resources,aurelia-pal-browser,aurelia-event-aggregator,aurelia-history-browser,hyperapp,inferno,inferno-create-element,mithril,lit-element,solid-js,solid-js/web,piral-ng/common,preact,riot,rxjs,vue,zone.js,tslib,react,react-dom,react-router,react-router-dom"
|
|
222172
222180
|
},
|
|
222173
222181
|
build: {
|
|
222174
|
-
date: "2026-08-
|
|
222175
|
-
cli: "1.12.
|
|
222182
|
+
date: "2026-08-14T14:05:48.250Z",
|
|
222183
|
+
cli: "1.12.3-beta.69f5a80",
|
|
222176
222184
|
compat: "1"
|
|
222177
222185
|
}
|
|
222178
222186
|
};
|
|
@@ -228506,4 +228514,4 @@ root.render(/*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_3__.createElement(piral_
|
|
|
228506
228514
|
|
|
228507
228515
|
/******/ })()
|
|
228508
228516
|
;
|
|
228509
|
-
//# sourceMappingURL=index.
|
|
228517
|
+
//# sourceMappingURL=index.ffba13.js.map
|