@bygd/nc-report-ui 0.1.5 → 0.1.7
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var _BYGD_NC_REPORT_UI = (function () {
|
|
1
|
+
var _BYGD_NC_REPORT_UI = (function (exports) {
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
function _mergeNamespaces(n, m) {
|
|
@@ -45075,6 +45075,12 @@ export default theme;`;
|
|
|
45075
45075
|
Dashboard
|
|
45076
45076
|
};
|
|
45077
45077
|
|
|
45078
|
-
|
|
45078
|
+
exports.Chart = Chart;
|
|
45079
|
+
exports.Dashboard = Dashboard;
|
|
45080
|
+
exports.default = index;
|
|
45079
45081
|
|
|
45080
|
-
})
|
|
45082
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
45083
|
+
|
|
45084
|
+
return exports;
|
|
45085
|
+
|
|
45086
|
+
})({});
|