bi-eleme 1.0.4 → 1.0.5
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/lib/element-ui.common.js +4 -2
- package/lib/index.js +1 -1
- package/lib/table-column.js +3 -1
- package/lib/table.js +3 -1
- package/package.json +1 -1
- package/packages/table/src/util.js +5 -3
- package/src/index.js +1 -1
package/lib/element-ui.common.js
CHANGED
|
@@ -10352,7 +10352,9 @@ function BrowserType() {
|
|
|
10352
10352
|
return regexp.test(ua);
|
|
10353
10353
|
};
|
|
10354
10354
|
var testVs = function testVs(regexp) {
|
|
10355
|
-
|
|
10355
|
+
var res = ua.match(regexp) || '';
|
|
10356
|
+
|
|
10357
|
+
return res.toString().replace(/[^0-9|_.]/g, '').replace(/_/g, '.');
|
|
10356
10358
|
};
|
|
10357
10359
|
// 系统
|
|
10358
10360
|
var system = 'other';
|
|
@@ -43838,7 +43840,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
43838
43840
|
}
|
|
43839
43841
|
|
|
43840
43842
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
43841
|
-
version: '1.0.
|
|
43843
|
+
version: '1.0.5',
|
|
43842
43844
|
locale: lib_locale_default.a.use,
|
|
43843
43845
|
i18n: lib_locale_default.a.i18n,
|
|
43844
43846
|
install: src_install,
|