sample-piral 0.15.7 → 0.15.8-beta.5218
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.85cfdb.js → index.949ca0.js} +9 -4
- package/app/index.949ca0.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.85cfdb.js.map +0 -1
|
@@ -6498,6 +6498,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6498
6498
|
|
|
6499
6499
|
|
|
6500
6500
|
|
|
6501
|
+
/**
|
|
6502
|
+
* The dashboard component. Integrate this as a page or in a component
|
|
6503
|
+
* where dashboard information (tiles) should be shown.
|
|
6504
|
+
*/
|
|
6505
|
+
|
|
6501
6506
|
var Dashboard = function Dashboard(props) {
|
|
6502
6507
|
var tiles = (0,piral_core__WEBPACK_IMPORTED_MODULE_1__.useGlobalState)(function (s) {
|
|
6503
6508
|
return s.registry.tiles;
|
|
@@ -9596,12 +9601,12 @@ function installPiralDebug(options) {
|
|
|
9596
9601
|
debug: debugApiVersion,
|
|
9597
9602
|
instance: {
|
|
9598
9603
|
name: "sample-piral",
|
|
9599
|
-
version: "0.15.
|
|
9604
|
+
version: "0.15.8-beta.5218",
|
|
9600
9605
|
dependencies: "reactstrap,tslib,react,react-dom,react-router,react-router-dom"
|
|
9601
9606
|
},
|
|
9602
9607
|
build: {
|
|
9603
|
-
date: "2023-
|
|
9604
|
-
cli: "0.15.
|
|
9608
|
+
date: "2023-03-01T17:36:37.476Z",
|
|
9609
|
+
cli: "0.15.8-beta.5218",
|
|
9605
9610
|
compat: "0.15"
|
|
9606
9611
|
}
|
|
9607
9612
|
};
|
|
@@ -66365,4 +66370,4 @@ root.render( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement(piral
|
|
|
66365
66370
|
|
|
66366
66371
|
/******/ })()
|
|
66367
66372
|
;
|
|
66368
|
-
//# sourceMappingURL=index.
|
|
66373
|
+
//# sourceMappingURL=index.949ca0.js.map
|