sample-cross-fx 0.14.6-beta.3419 → 0.14.6-beta.3425
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.
|
@@ -128358,7 +128358,7 @@ function createExtension(rootName, selector) {
|
|
|
128358
128358
|
},
|
|
128359
128359
|
|
|
128360
128360
|
watch: {
|
|
128361
|
-
params(
|
|
128361
|
+
params(newValue, oldValue) {
|
|
128362
128362
|
if (newValue !== oldValue) {
|
|
128363
128363
|
const newKeys = Object.keys(newValue);
|
|
128364
128364
|
const oldKeys = Object.keys(oldValue);
|
|
@@ -128379,7 +128379,12 @@ function createExtension(rootName, selector) {
|
|
|
128379
128379
|
}
|
|
128380
128380
|
|
|
128381
128381
|
const ev = new CustomEvent('extension-props-changed', {
|
|
128382
|
-
detail:
|
|
128382
|
+
detail: {
|
|
128383
|
+
empty: this.empty,
|
|
128384
|
+
params: newValue,
|
|
128385
|
+
render: this.render,
|
|
128386
|
+
name: this.name
|
|
128387
|
+
}
|
|
128383
128388
|
});
|
|
128384
128389
|
this.$el.dispatchEvent(ev);
|
|
128385
128390
|
}
|
|
@@ -130736,7 +130741,7 @@ function createInstance(config = {}) {
|
|
|
130736
130741
|
const createApi = apiFactory(context, usedPlugins);
|
|
130737
130742
|
const root = createApi({
|
|
130738
130743
|
name: 'root',
|
|
130739
|
-
version: "0.14.6-beta.
|
|
130744
|
+
version: "0.14.6-beta.3425" || 0,
|
|
130740
130745
|
spec: ''
|
|
130741
130746
|
});
|
|
130742
130747
|
const options = (0,_helpers__WEBPACK_IMPORTED_MODULE_5__.createPiletOptions)({
|
|
@@ -133175,11 +133180,11 @@ function installPiralDebug(options) {
|
|
|
133175
133180
|
debug: debugApiVersion,
|
|
133176
133181
|
instance: {
|
|
133177
133182
|
name: "sample-cross-fx",
|
|
133178
|
-
version: "0.14.6-beta.
|
|
133183
|
+
version: "0.14.6-beta.3425",
|
|
133179
133184
|
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,preact,riot,rxjs,vue,zone.js,react,react-dom,react-router,react-router-dom,history,tslib,path-to-regexp,@libre/atom,@dbeining/react-atom"
|
|
133180
133185
|
},
|
|
133181
133186
|
build: {
|
|
133182
|
-
date: "
|
|
133187
|
+
date: "2022-01-05T09:37:23.177Z",
|
|
133183
133188
|
cli: "0.14.5",
|
|
133184
133189
|
compat: "0.14"
|
|
133185
133190
|
},
|
|
@@ -255257,4 +255262,4 @@ const app = React.createElement(piral_core_1.Piral, {
|
|
|
255257
255262
|
|
|
255258
255263
|
/******/ })()
|
|
255259
255264
|
;
|
|
255260
|
-
//# sourceMappingURL=index.
|
|
255265
|
+
//# sourceMappingURL=index.80cfa6.js.map
|