@cashub/ui 0.27.0 → 0.27.1
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/index.js +12 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -488,6 +488,18 @@ Object.keys(_tooltip).forEach(function (key) {
|
|
|
488
488
|
}
|
|
489
489
|
});
|
|
490
490
|
});
|
|
491
|
+
var _treeView = require("./treeView");
|
|
492
|
+
Object.keys(_treeView).forEach(function (key) {
|
|
493
|
+
if (key === "default" || key === "__esModule") return;
|
|
494
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
495
|
+
if (key in exports && exports[key] === _treeView[key]) return;
|
|
496
|
+
Object.defineProperty(exports, key, {
|
|
497
|
+
enumerable: true,
|
|
498
|
+
get: function () {
|
|
499
|
+
return _treeView[key];
|
|
500
|
+
}
|
|
501
|
+
});
|
|
502
|
+
});
|
|
491
503
|
var _wizard = require("./wizard");
|
|
492
504
|
Object.keys(_wizard).forEach(function (key) {
|
|
493
505
|
if (key === "default" || key === "__esModule") return;
|