sample-cross-fx 0.15.7-beta.5155 → 0.15.8-beta.5168
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.
|
@@ -62918,6 +62918,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
62918
62918
|
|
|
62919
62919
|
|
|
62920
62920
|
|
|
62921
|
+
/**
|
|
62922
|
+
* The dashboard component. Integrate this as a page or in a component
|
|
62923
|
+
* where dashboard information (tiles) should be shown.
|
|
62924
|
+
*/
|
|
62925
|
+
|
|
62921
62926
|
const Dashboard = props => {
|
|
62922
62927
|
const tiles = (0,piral_core__WEBPACK_IMPORTED_MODULE_1__.useGlobalState)(s => s.registry.tiles);
|
|
62923
62928
|
const {
|
|
@@ -63747,12 +63752,12 @@ function installPiralDebug(options) {
|
|
|
63747
63752
|
debug: debugApiVersion,
|
|
63748
63753
|
instance: {
|
|
63749
63754
|
name: "sample-cross-fx",
|
|
63750
|
-
version: "0.15.
|
|
63755
|
+
version: "0.15.8-beta.5168",
|
|
63751
63756
|
dependencies: "@angular/common,@angular/compiler,@angular/core,@angular/platform-browser,@angular/platform-browser-dynamic,@webcomponents/webcomponentsjs,angular,aurelia-framework,aurelia-templating-binding,aurelia-templating-resources,aurelia-pal-browser,aurelia-event-aggregator,aurelia-history-browser,hyperapp,inferno,inferno-create-element,mithril,lit-element,solid-js,solid-js/dom,piral-ng/common,preact,riot,rxjs,vue,zone.js,tslib,react,react-dom,react-router,react-router-dom"
|
|
63752
63757
|
},
|
|
63753
63758
|
build: {
|
|
63754
|
-
date: "2023-02-
|
|
63755
|
-
cli: "0.15.
|
|
63759
|
+
date: "2023-02-10T20:21:09.535Z",
|
|
63760
|
+
cli: "0.15.8-beta.5168",
|
|
63756
63761
|
compat: "0.15"
|
|
63757
63762
|
}
|
|
63758
63763
|
};
|
|
@@ -216600,4 +216605,4 @@ root.render( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(piral
|
|
|
216600
216605
|
|
|
216601
216606
|
/******/ })()
|
|
216602
216607
|
;
|
|
216603
|
-
//# sourceMappingURL=index.
|
|
216608
|
+
//# sourceMappingURL=index.9adb7d.js.map
|