minimal-piral 1.3.0-beta.6059 → 1.3.0-beta.6065
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.2d9706.js → index.306f70.js} +15 -4
- package/app/index.306f70.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 +5 -5
- package/app/index.2d9706.js.map +0 -1
|
@@ -2211,11 +2211,22 @@ if (typeof window !== 'undefined' && 'customElements' in window) {
|
|
|
2211
2211
|
* This is a virtual element to render children defined in React / by Piral in other
|
|
2212
2212
|
* frameworks.
|
|
2213
2213
|
*
|
|
2214
|
+
* Internally, you can use the assignContent function to populate the content to be
|
|
2215
|
+
* rendered once the element is attached / mounted in the DOM.
|
|
2216
|
+
*
|
|
2214
2217
|
* Usage:
|
|
2215
2218
|
*
|
|
2216
2219
|
* ```
|
|
2217
2220
|
* <piral-content cid="123"></piral-content>
|
|
2218
2221
|
* ```
|
|
2222
|
+
*
|
|
2223
|
+
* where you'd
|
|
2224
|
+
*
|
|
2225
|
+
* ```
|
|
2226
|
+
* window.assignContent("123", myReactContent)
|
|
2227
|
+
* ```
|
|
2228
|
+
*
|
|
2229
|
+
* beforehand.
|
|
2219
2230
|
*/
|
|
2220
2231
|
var PiralContent = /*#__PURE__*/function (_HTMLElement4) {
|
|
2221
2232
|
_inherits(PiralContent, _HTMLElement4);
|
|
@@ -3630,12 +3641,12 @@ function installPiralDebug(options) {
|
|
|
3630
3641
|
debug: debugApiVersion,
|
|
3631
3642
|
instance: {
|
|
3632
3643
|
name: "minimal-piral",
|
|
3633
|
-
version: "1.3.0-beta.
|
|
3644
|
+
version: "1.3.0-beta.6065",
|
|
3634
3645
|
dependencies: "tslib,react,react-dom,react-router,react-router-dom"
|
|
3635
3646
|
},
|
|
3636
3647
|
build: {
|
|
3637
|
-
date: "2023-10-
|
|
3638
|
-
cli: "1.3.0-beta.
|
|
3648
|
+
date: "2023-10-09T09:15:18.527Z",
|
|
3649
|
+
cli: "1.3.0-beta.6065",
|
|
3639
3650
|
compat: "1"
|
|
3640
3651
|
}
|
|
3641
3652
|
};
|
|
@@ -44528,4 +44539,4 @@ var instance = (0,piral_core__WEBPACK_IMPORTED_MODULE_2__.createInstance)({
|
|
|
44528
44539
|
|
|
44529
44540
|
/******/ })()
|
|
44530
44541
|
;
|
|
44531
|
-
//# sourceMappingURL=index.
|
|
44542
|
+
//# sourceMappingURL=index.306f70.js.map
|