pro-design-vue 1.3.4 → 1.3.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/dist/index.full.js +3 -3
- package/dist/index.full.min.js +2 -2
- package/dist/index.full.min.js.map +1 -1
- package/dist/index.full.min.mjs +2 -2
- package/dist/index.full.min.mjs.map +1 -1
- package/dist/index.full.mjs +3 -3
- package/es/packages/components/table/src/components/Body/BodyCell.mjs +1 -1
- package/es/packages/components/table/src/components/Body/BodyCell.mjs.map +1 -1
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -1
- package/es/version.mjs.map +1 -1
- package/lib/packages/components/table/src/components/Body/BodyCell.js +1 -1
- package/lib/packages/components/table/src/components/Body/BodyCell.js.map +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/version.js.map +1 -1
- package/package.json +1 -1
package/dist/index.full.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! Pro Design Vue v1.3.
|
|
1
|
+
/*! Pro Design Vue v1.3.5 */
|
|
2
2
|
|
|
3
3
|
(function (global, factory) {
|
|
4
4
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('ant-design-vue'), require('vue'), require('ant-design-vue/es/locale/zh_CN.js')) :
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
const DEFAULT_NAMESPACE = "pro";
|
|
33
33
|
const DEFAULT_LOCALE = "zh-CN";
|
|
34
34
|
|
|
35
|
-
const version$1 = "1.3.
|
|
35
|
+
const version$1 = "1.3.5";
|
|
36
36
|
|
|
37
37
|
const makeInstaller = (components = []) => {
|
|
38
38
|
const install = (app) => {
|
|
@@ -32981,7 +32981,7 @@
|
|
|
32981
32981
|
};
|
|
32982
32982
|
const cellContentStyle = {
|
|
32983
32983
|
textAlign: `${column.align}`,
|
|
32984
|
-
color: valueStatus ? ValueStatusEnum[valueStatus] ||
|
|
32984
|
+
color: valueStatus ? ValueStatusEnum[valueStatus] || valueStatus : void 0
|
|
32985
32985
|
};
|
|
32986
32986
|
if (isObject$4(column.ellipsis) && column.ellipsis.line > 1) {
|
|
32987
32987
|
cellContentStyle["-webkit-box-orient"] = "vertical";
|