From 0672916c8175f889e7750e1f079bc948f322c368 Mon Sep 17 00:00:00 2001 From: ajaxzheng <894103554@qq.com> Date: Fri, 27 Dec 2024 17:36:48 +0800 Subject: [PATCH] fix(runtime): fix the problem of simple-runtime relying on echarts, and add base-select component (#2705) * fix(runtime): fix the problem of simple-runtime relying on echarts, and add base-select component * fix(runtime): fix the problem of simple-runtime relying on echarts, and add base-select component * feat: update runtime version --- .../cli/src/commands/build/build-entry-app.ts | 51 +++++++++---------- packages/vue-runtime/package.json | 2 +- 2 files changed, 26 insertions(+), 27 deletions(-) diff --git a/internals/cli/src/commands/build/build-entry-app.ts b/internals/cli/src/commands/build/build-entry-app.ts index ffe3f0faad..f154d8b111 100644 --- a/internals/cli/src/commands/build/build-entry-app.ts +++ b/internals/cli/src/commands/build/build-entry-app.ts @@ -62,34 +62,33 @@ const notSimpleComponents = [ 'Amount', 'Area', 'AsyncFlowchart', - 'AutonaviMap', - 'BaiduMap', - 'BaseSelect', + 'HuichartsAmap', + 'HuichartsBmap', 'BulletinBoard', 'CascaderMobile', - 'Chart', - 'ChartBar', - 'ChartBoxplot', - 'ChartCandle', - 'ChartCore', - 'ChartFunnel', - 'ChartGauge', - 'ChartGraph', - 'ChartHeatmap', - 'ChartHistogram', - 'ChartLine', - 'ChartLiquidfill', - 'ChartMap', - 'ChartPie', - 'ChartProcess', - 'ChartRadar', - 'ChartRing', - 'ChartSankey', - 'ChartScatter', - 'ChartSunburst', - 'ChartTree', - 'ChartWaterfall', - 'ChartWordcloud', + 'Huicharts', + 'HuichartsBar', + 'HuichartsBoxplot', + 'HuichartsCandle', + 'HuichartsCore', + 'HuichartsFunnel', + 'HuichartsGauge', + 'HuichartsGraph', + 'HuichartsHeatmap', + 'HuichartsHistogram', + 'HuichartsLine', + 'HuichartsLiquidfill', + 'HuichartsMap', + 'HuichartsPie', + 'HuichartsProcess', + 'HuichartsRadar', + 'HuichartsRing', + 'HuichartsSankey', + 'HuichartsScatter', + 'HuichartsSunburst', + 'HuichartsTree', + 'HuichartsWaterfall', + 'HuichartsWordcloud', 'Company', 'Country', 'Crop', diff --git a/packages/vue-runtime/package.json b/packages/vue-runtime/package.json index b54d29f8c1..45064cf26f 100644 --- a/packages/vue-runtime/package.json +++ b/packages/vue-runtime/package.json @@ -1,7 +1,7 @@ { "name": "@opentiny/vue-runtime", "type": "module", - "version": "3.20.3", + "version": "3.20.4", "description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.", "author": "OpenTiny Team", "license": "MIT",