sample-piral 1.0.1 → 1.0.2-beta.5711
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.c34df0.js → index.6d3801.js} +5 -4
- package/app/index.6d3801.js.map +1 -0
- 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 +8 -8
- package/app/index.c34df0.js.map +0 -1
|
@@ -2410,6 +2410,7 @@ if (typeof window !== 'undefined' && 'customElements' in window) {
|
|
|
2410
2410
|
if (this.isConnected) {
|
|
2411
2411
|
this.dispatchEvent(new CustomEvent('render-html', {
|
|
2412
2412
|
bubbles: true,
|
|
2413
|
+
composed: true,
|
|
2413
2414
|
detail: {
|
|
2414
2415
|
target: this,
|
|
2415
2416
|
props: this.props
|
|
@@ -6346,12 +6347,12 @@ function installPiralDebug(options) {
|
|
|
6346
6347
|
debug: debugApiVersion,
|
|
6347
6348
|
instance: {
|
|
6348
6349
|
name: "sample-piral",
|
|
6349
|
-
version: "1.0.
|
|
6350
|
+
version: "1.0.2-beta.5711",
|
|
6350
6351
|
dependencies: "reactstrap,tslib,react,react-dom,react-router,react-router-dom"
|
|
6351
6352
|
},
|
|
6352
6353
|
build: {
|
|
6353
|
-
date: "2023-06-
|
|
6354
|
-
cli: "1.0.
|
|
6354
|
+
date: "2023-06-24T08:18:49.443Z",
|
|
6355
|
+
cli: "1.0.2-beta.5711",
|
|
6355
6356
|
compat: "1"
|
|
6356
6357
|
}
|
|
6357
6358
|
};
|
|
@@ -65168,4 +65169,4 @@ root.render( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement(piral
|
|
|
65168
65169
|
|
|
65169
65170
|
/******/ })()
|
|
65170
65171
|
;
|
|
65171
|
-
//# sourceMappingURL=index.
|
|
65172
|
+
//# sourceMappingURL=index.6d3801.js.map
|