@cainiaofe/cn-ui-charts
Version:
30 lines (29 loc) • 2.21 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
exports.__esModule = true;
exports["default"] = void 0;
var _prototypeView = _interopRequireDefault(require("./cn-tile/prototypeView"));
var _prototypeView2 = _interopRequireDefault(require("./cn-statistic-card/prototypeView"));
var _prototypeView3 = _interopRequireDefault(require("./cn-column-chart/prototypeView"));
var _prototypeView4 = _interopRequireDefault(require("./cn-line-chart/prototypeView"));
var _prototypeView5 = _interopRequireDefault(require("./cn-pie-chart/prototypeView"));
var _prototypeView6 = _interopRequireDefault(require("./cn-chart/prototypeView"));
var _prototypeView7 = _interopRequireDefault(require("./cn-progress/prototypeView"));
var _prototypeView8 = _interopRequireDefault(require("./cn-dynamic-chart/prototypeView"));
var _prototypeView9 = _interopRequireDefault(require("@cainiaofe/cn-ui-layout/es/lowcode/prototypeView"));
require("./prototypeView.scss");
var _util = require("../common/util/util");
var _window, _window$CN_UI_LOWCODE, _window$CN_UI_LOWCODE2, _window$CN_UI_LOWCODE3;
(0, _util.createOpenUtil)();
var bundle = [_prototypeView["default"], _prototypeView2["default"], _prototypeView3["default"], _prototypeView4["default"], _prototypeView5["default"], _prototypeView6["default"], _prototypeView7["default"], _prototypeView8["default"]];
var CnLayoutPage = (_window = window) === null || _window === void 0 ? void 0 : (_window$CN_UI_LOWCODE = _window.CN_UI_LOWCODE) === null || _window$CN_UI_LOWCODE === void 0 ? void 0 : (_window$CN_UI_LOWCODE2 = _window$CN_UI_LOWCODE["default"]) === null || _window$CN_UI_LOWCODE2 === void 0 ? void 0 : (_window$CN_UI_LOWCODE3 = _window$CN_UI_LOWCODE2.find) === null || _window$CN_UI_LOWCODE3 === void 0 ? void 0 : _window$CN_UI_LOWCODE3.call(_window$CN_UI_LOWCODE2, function (item) {
return (item === null || item === void 0 ? void 0 : item.displayName) === 'CnLayoutPage';
});
if (!CnLayoutPage) {
bundle = [].concat(bundle, _prototypeView9["default"]);
}
window['cn-ui-charts'] = bundle;
var _default = bundle;
exports["default"] = _default;
module.exports = exports.default;
module.exports.default = exports.default;