diff --git a/dist/font/iconfont.eot b/dist/font/iconfont.eot index 3ddfa6999..a44223c9d 100644 Binary files a/dist/font/iconfont.eot and b/dist/font/iconfont.eot differ diff --git a/dist/font/iconfont.svg b/dist/font/iconfont.svg index 68df1b9b5..88dafb457 100644 --- a/dist/font/iconfont.svg +++ b/dist/font/iconfont.svg @@ -14,7 +14,41 @@ /> - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -28,33 +62,27 @@ - + - - - - - - - + - + - + - + - + @@ -70,7 +98,7 @@ - + @@ -130,8 +158,6 @@ - - @@ -258,12 +284,8 @@ - - - - @@ -288,12 +310,6 @@ - - - - - - @@ -316,8 +332,6 @@ - - @@ -374,12 +388,6 @@ - - - - - - @@ -388,10 +396,6 @@ - - - - @@ -410,16 +414,8 @@ - - - - - - - - @@ -472,8 +468,6 @@ - - @@ -598,11 +592,11 @@ - + - + @@ -742,7 +736,7 @@ - + @@ -882,9 +876,9 @@ - + - + @@ -892,7 +886,7 @@ - + @@ -912,7 +906,7 @@ - + @@ -972,11 +966,11 @@ - + - + @@ -994,11 +988,11 @@ - + - + @@ -1020,7 +1014,7 @@ - + @@ -1076,8 +1070,6 @@ - - @@ -1504,7 +1496,7 @@ - + @@ -1518,7 +1510,7 @@ - + @@ -1674,9 +1666,9 @@ - + - + @@ -1718,7 +1710,7 @@ - + @@ -1734,7 +1726,7 @@ - + @@ -1912,7 +1904,7 @@ - + diff --git a/dist/font/iconfont.ttf b/dist/font/iconfont.ttf index 3a9bb3bd3..57fff7cd5 100644 Binary files a/dist/font/iconfont.ttf and b/dist/font/iconfont.ttf differ diff --git a/dist/font/iconfont.woff b/dist/font/iconfont.woff index f3503d465..f86675aa2 100644 Binary files a/dist/font/iconfont.woff and b/dist/font/iconfont.woff differ diff --git a/dist/font/iconfont.woff2 b/dist/font/iconfont.woff2 index d88ebfa68..06408f2fa 100644 Binary files a/dist/font/iconfont.woff2 and b/dist/font/iconfont.woff2 differ diff --git a/package.json b/package.json index dae99c96e..a376ba370 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fineui", - "version": "2.0.20220823125441", + "version": "2.0.20220824165610", "description": "fineui", "main": "dist/fineui_without_conflict.min.js", "types": "dist/lib/index.d.ts", diff --git a/plugins/webpack-fui-worker-plugin/worker-loader.js b/plugins/webpack-fui-worker-plugin/worker-loader.js index 3dcb8de6c..556bb6056 100644 --- a/plugins/webpack-fui-worker-plugin/worker-loader.js +++ b/plugins/webpack-fui-worker-plugin/worker-loader.js @@ -6,6 +6,7 @@ const webpack = require('webpack'); const loaderUtils = require('loader-utils'); const SingleEntryPlugin = require('webpack/lib/SingleEntryPlugin'); const { WorkerLoaderName, FileNamePrefix } = require('./constants'); +const { resolve } = require('path'); // 正常 loader 处理逻辑 function loader() { diff --git a/src/widget/multiselect/multiselect.loader.nobar.js b/src/widget/multiselect/multiselect.loader.nobar.js index 6d9852a35..d865b6d6b 100644 --- a/src/widget/multiselect/multiselect.loader.nobar.js +++ b/src/widget/multiselect/multiselect.loader.nobar.js @@ -18,7 +18,8 @@ BI.MultiSelectNoBarLoader = BI.inherit(BI.Widget, { valueFormatter: BI.emptyFn, itemsCreator: BI.emptyFn, itemHeight: BI.SIZE_CONSANTS.LIST_ITEM_HEIGHT, - onLoaded: BI.emptyFn + onLoaded: BI.emptyFn, + itemFormatter: BI.emptyFn, }); },