sample-piral 1.8.3-beta.7865 → 1.8.3-beta.7909
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.3ac670.js → index.23bf4c.js} +10 -4
- package/app/index.23bf4c.js.map +1 -0
- package/app/index.html +1 -1
- package/files.tar +0 -0
- package/files_once.tar +0 -0
- package/package.json +8 -8
- package/app/index.3ac670.js.map +0 -1
|
@@ -58522,11 +58522,17 @@ if (typeof window !== 'undefined' && 'customElements' in window) {
|
|
|
58522
58522
|
key: "name",
|
|
58523
58523
|
get: function get() {
|
|
58524
58524
|
return this.getAttribute('name');
|
|
58525
|
+
},
|
|
58526
|
+
set: function set(value) {
|
|
58527
|
+
this.setAttribute('name', value);
|
|
58525
58528
|
}
|
|
58526
58529
|
}, {
|
|
58527
58530
|
key: "origin",
|
|
58528
58531
|
get: function get() {
|
|
58529
58532
|
return this.getAttribute('origin');
|
|
58533
|
+
},
|
|
58534
|
+
set: function set(value) {
|
|
58535
|
+
this.setAttribute('origin', value);
|
|
58530
58536
|
}
|
|
58531
58537
|
}, {
|
|
58532
58538
|
key: "connectedCallback",
|
|
@@ -62606,12 +62612,12 @@ function installPiralDebug(options) {
|
|
|
62606
62612
|
debug: debugApiVersion,
|
|
62607
62613
|
instance: {
|
|
62608
62614
|
name: "sample-piral",
|
|
62609
|
-
version: "1.8.3-beta.
|
|
62615
|
+
version: "1.8.3-beta.7909",
|
|
62610
62616
|
dependencies: "reactstrap,tslib,react,react-dom,react-router,react-router-dom"
|
|
62611
62617
|
},
|
|
62612
62618
|
build: {
|
|
62613
|
-
date: "2025-
|
|
62614
|
-
cli: "1.8.3-beta.
|
|
62619
|
+
date: "2025-03-11T20:17:51.542Z",
|
|
62620
|
+
cli: "1.8.3-beta.7909",
|
|
62615
62621
|
compat: "1"
|
|
62616
62622
|
}
|
|
62617
62623
|
};
|
|
@@ -67149,4 +67155,4 @@ root.render(/*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement(piral_
|
|
|
67149
67155
|
|
|
67150
67156
|
/******/ })()
|
|
67151
67157
|
;
|
|
67152
|
-
//# sourceMappingURL=index.
|
|
67158
|
+
//# sourceMappingURL=index.23bf4c.js.map
|