sample-cross-fx 0.14.28-beta.4360 → 0.14.28-beta.4363
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.
|
@@ -132168,11 +132168,15 @@ function emitRenderEvent(source, name, params, sourceRef, fallbackComponent) {
|
|
|
132168
132168
|
const target = findTarget(source);
|
|
132169
132169
|
const empty = typeof fallbackComponent === 'string' ? () => {} : undefined;
|
|
132170
132170
|
const order = typeof sourceRef !== 'undefined' ? elements => {
|
|
132171
|
-
const oldItems = elements.map((el, id) =>
|
|
132172
|
-
|
|
132173
|
-
|
|
132174
|
-
|
|
132175
|
-
|
|
132171
|
+
const oldItems = elements.map((el, id) => {
|
|
132172
|
+
var _a;
|
|
132173
|
+
|
|
132174
|
+
return {
|
|
132175
|
+
id,
|
|
132176
|
+
pilet: el.pilet,
|
|
132177
|
+
defaults: (_a = el.defaults) !== null && _a !== void 0 ? _a : {}
|
|
132178
|
+
};
|
|
132179
|
+
});
|
|
132176
132180
|
const newItems = sourceRef.invokeMethod('Order', oldItems);
|
|
132177
132181
|
return newItems.map(({
|
|
132178
132182
|
id
|
|
@@ -137377,7 +137381,7 @@ function createInstance(config = {}) {
|
|
|
137377
137381
|
const createApi = apiFactory(context, usedPlugins);
|
|
137378
137382
|
const root = createApi({
|
|
137379
137383
|
name: 'root',
|
|
137380
|
-
version: "0.14.28-beta.
|
|
137384
|
+
version: "0.14.28-beta.4363" || 0,
|
|
137381
137385
|
spec: ''
|
|
137382
137386
|
});
|
|
137383
137387
|
const options = (0,_helpers__WEBPACK_IMPORTED_MODULE_6__.createPiletOptions)({
|
|
@@ -139377,11 +139381,11 @@ function installPiralDebug(options) {
|
|
|
139377
139381
|
debug: debugApiVersion,
|
|
139378
139382
|
instance: {
|
|
139379
139383
|
name: "sample-cross-fx",
|
|
139380
|
-
version: "0.14.28-beta.
|
|
139384
|
+
version: "0.14.28-beta.4363",
|
|
139381
139385
|
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/dom,piral-ng/common,preact,riot,rxjs,vue,zone.js,react,react-dom,react-router,react-router-dom,history,tslib,path-to-regexp,@libre/atom,@dbeining/react-atom"
|
|
139382
139386
|
},
|
|
139383
139387
|
build: {
|
|
139384
|
-
date: "2022-06-
|
|
139388
|
+
date: "2022-06-28T09:39:05.869Z",
|
|
139385
139389
|
cli: "0.14.27",
|
|
139386
139390
|
compat: "0.14"
|
|
139387
139391
|
},
|
|
@@ -262830,4 +262834,4 @@ const app = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(piral_
|
|
|
262830
262834
|
|
|
262831
262835
|
/******/ })()
|
|
262832
262836
|
;
|
|
262833
|
-
//# sourceMappingURL=index.
|
|
262837
|
+
//# sourceMappingURL=index.072819.js.map
|