sample-piral 1.3.0-beta.6062 → 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.da2dcb.js → index.60ac5a.js} +15 -4
- package/app/index.60ac5a.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 +7 -7
- package/app/index.da2dcb.js.map +0 -1
|
@@ -2497,11 +2497,22 @@ if (typeof window !== 'undefined' && 'customElements' in window) {
|
|
|
2497
2497
|
* This is a virtual element to render children defined in React / by Piral in other
|
|
2498
2498
|
* frameworks.
|
|
2499
2499
|
*
|
|
2500
|
+
* Internally, you can use the assignContent function to populate the content to be
|
|
2501
|
+
* rendered once the element is attached / mounted in the DOM.
|
|
2502
|
+
*
|
|
2500
2503
|
* Usage:
|
|
2501
2504
|
*
|
|
2502
2505
|
* ```
|
|
2503
2506
|
* <piral-content cid="123"></piral-content>
|
|
2504
2507
|
* ```
|
|
2508
|
+
*
|
|
2509
|
+
* where you'd
|
|
2510
|
+
*
|
|
2511
|
+
* ```
|
|
2512
|
+
* window.assignContent("123", myReactContent)
|
|
2513
|
+
* ```
|
|
2514
|
+
*
|
|
2515
|
+
* beforehand.
|
|
2505
2516
|
*/
|
|
2506
2517
|
var PiralContent = /*#__PURE__*/function (_HTMLElement4) {
|
|
2507
2518
|
_inherits(PiralContent, _HTMLElement4);
|
|
@@ -6413,12 +6424,12 @@ function installPiralDebug(options) {
|
|
|
6413
6424
|
debug: debugApiVersion,
|
|
6414
6425
|
instance: {
|
|
6415
6426
|
name: "sample-piral",
|
|
6416
|
-
version: "1.3.0-beta.
|
|
6427
|
+
version: "1.3.0-beta.6065",
|
|
6417
6428
|
dependencies: "reactstrap,tslib,react,react-dom,react-router,react-router-dom"
|
|
6418
6429
|
},
|
|
6419
6430
|
build: {
|
|
6420
|
-
date: "2023-10-
|
|
6421
|
-
cli: "1.3.0-beta.
|
|
6431
|
+
date: "2023-10-09T09:16:24.279Z",
|
|
6432
|
+
cli: "1.3.0-beta.6065",
|
|
6422
6433
|
compat: "1"
|
|
6423
6434
|
}
|
|
6424
6435
|
};
|
|
@@ -65284,4 +65295,4 @@ root.render( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement(piral
|
|
|
65284
65295
|
|
|
65285
65296
|
/******/ })()
|
|
65286
65297
|
;
|
|
65287
|
-
//# sourceMappingURL=index.
|
|
65298
|
+
//# sourceMappingURL=index.60ac5a.js.map
|