UNPKG

@cainiaofe/cn-ui-charts

Version:
21 lines (20 loc) 1.35 kB
var _window, _window$CN_UI_LOWCODE, _window$CN_UI_LOWCODE2, _window$CN_UI_LOWCODE3; import CnTile from "./cn-tile"; import CnLayoutBundle from '@cainiaofe/cn-ui-layout/es/lowcode/index'; import CnStatisticCard from "./cn-statistic-card"; import CnColumnChart from "./cn-column-chart"; import CnLineChart from "./cn-line-chart"; import CnPieChart from "./cn-pie-chart"; import CnChart from "./cn-chart"; import CnProgress from "./cn-progress"; import CnDynamicChart from "./cn-dynamic-chart"; // 通过arr控制输出的顺序 var bundle = [CnTile, CnStatisticCard, CnColumnChart, CnLineChart, CnPieChart, CnChart, CnProgress, CnDynamicChart]; 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, CnLayoutBundle); } window['cn-ui-charts'] = bundle; export default bundle;