@fangzhongya/fang-ui 0.1.53 → 0.1.55
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/components/forms/src/setup.cjs +1 -1
- package/dist/components/forms/src/setup.js +1 -1
- package/dist/components/forms/src/util.cjs +1 -1
- package/dist/components/forms/src/util.js +1 -1
- package/dist/components/forms-div/src/index2.cjs +1 -1
- package/dist/components/forms-div/src/index2.js +1 -1
- package/dist/components/forms-item/src/index2.cjs +1 -1
- package/dist/components/forms-item/src/index2.js +1 -1
- package/dist/components/forms-item/src/label.cjs +1 -1
- package/dist/components/forms-item/src/label.js +1 -1
- package/dist/components/forms-items/src/index2.cjs +1 -1
- package/dist/components/forms-items/src/index2.js +1 -1
- package/dist/components/list/index.css +12 -3
- package/dist/components/list/index.scss +2 -3
- package/dist/components/list/src/index2.cjs +9 -9
- package/dist/components/list/src/index2.js +9 -9
- package/dist/components/list/src/util.cjs +1 -1
- package/dist/components/list/src/util.js +1 -1
- package/dist/components/lists/index.css +12 -3
- package/dist/components/listsp/index.css +12 -3
- package/dist/components/listsp/src/index2.cjs +1 -1
- package/dist/components/listsp/src/index2.js +1 -1
- package/dist/components/listspd/index.css +12 -3
- package/dist/components/listspd/src/index2.cjs +1 -1
- package/dist/components/listspd/src/index2.js +1 -1
- package/dist/components/page/index.css +12 -11
- package/dist/components/tables/index.css +4 -0
- package/dist/components/tables/index.scss +1 -1
- package/dist/components/tables/src/column.cjs +2 -2
- package/dist/components/tables/src/column.js +2 -2
- package/dist/components/tables/src/columns2.cjs +10 -10
- package/dist/components/tables/src/columns2.js +10 -10
- package/dist/components/tables/src/index2.cjs +1 -1
- package/dist/components/tables/src/index2.js +1 -1
- package/dist/components/{tables → tableset}/common/com-color2.cjs +23 -25
- package/dist/components/{tables → tableset}/common/com-color2.js +24 -26
- package/dist/components/{tables → tableset}/common/com-fig2.cjs +27 -21
- package/dist/components/{tables → tableset}/common/com-fig2.js +28 -22
- package/dist/components/{tables → tableset}/common/com-limit2.cjs +22 -23
- package/dist/components/{tables → tableset}/common/com-limit2.js +23 -24
- package/dist/components/{tables → tableset}/common/com-lis2.cjs +22 -15
- package/dist/components/{tables → tableset}/common/com-lis2.js +23 -16
- package/dist/components/{tables → tableset}/common/com.scss +4 -0
- package/dist/components/tableset/common/empty.cjs +4 -0
- package/dist/components/tableset/common/empty.js +4 -0
- package/dist/components/tableset/common/empty2.cjs +48 -0
- package/dist/components/tableset/common/empty2.js +48 -0
- package/dist/components/{tables → tableset}/common/pagin.d.ts +1 -1
- package/dist/components/tablesp/index.css +4 -0
- package/dist/components/tablesp/src/index2.cjs +1 -1
- package/dist/components/tablesp/src/index2.js +1 -1
- package/dist/components/tablespd/index.css +4 -0
- package/dist/components/tablespd/src/index2.cjs +1 -1
- package/dist/components/tablespd/src/index2.js +1 -1
- package/dist/components/tabless/src/index2.cjs +1 -1
- package/dist/components/tabless/src/index2.js +1 -1
- package/dist/components/tablesv/src/column.cjs +2 -2
- package/dist/components/tablesv/src/column.js +2 -2
- package/dist/components/tablesv/src/columns2.cjs +8 -8
- package/dist/components/tablesv/src/columns2.js +8 -8
- package/dist/components/tablesv/src/columns3.cjs +1 -1
- package/dist/components/tablesv/src/columns3.js +1 -1
- package/dist/components/tablesv/src/index2.cjs +1 -1
- package/dist/components/tablesv/src/index2.js +1 -1
- package/dist/components/tablesvp/src/index2.cjs +1 -1
- package/dist/components/tablesvp/src/index2.js +1 -1
- package/dist/components/tablesvpd/src/index2.cjs +1 -1
- package/dist/components/tablesvpd/src/index2.js +1 -1
- package/dist/css/index.css +12 -11
- package/dist/css/list.css +12 -3
- package/dist/css/lists.css +12 -3
- package/dist/css/listsp.css +12 -3
- package/dist/css/listspd.css +12 -3
- package/dist/css/page.css +12 -11
- package/dist/css/tables.css +4 -0
- package/dist/css/tablesp.css +4 -0
- package/dist/css/tablespd.css +4 -0
- package/dist/icons/index.json +1 -1
- package/dist/index.css +12 -11
- package/package.json +5 -5
- /package/dist/components/{box → box-fun}/index.css +0 -0
- /package/dist/components/{forms → formset}/common/config.cjs +0 -0
- /package/dist/components/{forms → formset}/common/config.d.ts +0 -0
- /package/dist/components/{forms → formset}/common/config.js +0 -0
- /package/dist/components/{tables → tableset}/common/com-but.cjs +0 -0
- /package/dist/components/{tables → tableset}/common/com-but.js +0 -0
- /package/dist/components/{tables → tableset}/common/com-but2.cjs +0 -0
- /package/dist/components/{tables → tableset}/common/com-but2.js +0 -0
- /package/dist/components/{tables → tableset}/common/com-color.cjs +0 -0
- /package/dist/components/{tables → tableset}/common/com-color.js +0 -0
- /package/dist/components/{tables → tableset}/common/com-fig.cjs +0 -0
- /package/dist/components/{tables → tableset}/common/com-fig.js +0 -0
- /package/dist/components/{tables → tableset}/common/com-limit.cjs +0 -0
- /package/dist/components/{tables → tableset}/common/com-limit.js +0 -0
- /package/dist/components/{tables → tableset}/common/com-lis.cjs +0 -0
- /package/dist/components/{tables → tableset}/common/com-lis.js +0 -0
- /package/dist/components/{tables → tableset}/common/config.cjs +0 -0
- /package/dist/components/{tables → tableset}/common/config.d.ts +0 -0
- /package/dist/components/{tables → tableset}/common/config.js +0 -0
- /package/dist/components/{tables → tableset}/common/pagin.cjs +0 -0
- /package/dist/components/{tables → tableset}/common/pagin.js +0 -0
- /package/dist/components/{tables → tableset}/common/tooltip.cjs +0 -0
- /package/dist/components/{tables → tableset}/common/tooltip.d.ts +0 -0
- /package/dist/components/{tables → tableset}/common/tooltip.js +0 -0
- /package/dist/components/{tables → tableset}/common/util.cjs +0 -0
- /package/dist/components/{tables → tableset}/common/util.d.ts +0 -0
- /package/dist/components/{tables → tableset}/common/util.js +0 -0
- /package/dist/css/{box.css → box-fun.css} +0 -0
|
@@ -4,7 +4,7 @@ const vue = require("vue");
|
|
|
4
4
|
const index$4 = require("../../tables/index.cjs");
|
|
5
5
|
const index$3 = require("../../tablesv/index.cjs");
|
|
6
6
|
const index$5 = require("../../paging/index.cjs");
|
|
7
|
-
const pagin = require("../../
|
|
7
|
+
const pagin = require("../../tableset/common/pagin.cjs");
|
|
8
8
|
const index$1 = require("../../../hooks/cssname/index.cjs");
|
|
9
9
|
const index = require("../../../hooks/locale/index.cjs");
|
|
10
10
|
const index$2 = require("../../../hooks/props-default/index.cjs");
|
|
@@ -2,7 +2,7 @@ import { defineComponent, useSlots, ref, createElementBlock, openBlock, normaliz
|
|
|
2
2
|
import { Tables } from "../../tables/index.js";
|
|
3
3
|
import { Tablesv } from "../../tablesv/index.js";
|
|
4
4
|
import { Paging } from "../../paging/index.js";
|
|
5
|
-
import { dataProps, useInit, dataEmit } from "../../
|
|
5
|
+
import { dataProps, useInit, dataEmit } from "../../tableset/common/pagin.js";
|
|
6
6
|
import { useCssName } from "../../../hooks/cssname/index.js";
|
|
7
7
|
import { useLocale } from "../../../hooks/locale/index.js";
|
|
8
8
|
import { usePropsDefault, getProps } from "../../../hooks/props-default/index.js";
|
|
@@ -4,8 +4,8 @@ const vue = require("vue");
|
|
|
4
4
|
const use = require("../../common/use.cjs");
|
|
5
5
|
const getAttrValue = require("../../../utils/vues/getAttrValue.cjs");
|
|
6
6
|
const index = require("../../../hooks/compons/index.cjs");
|
|
7
|
-
const config = require("../../
|
|
8
|
-
const util = require("../../
|
|
7
|
+
const config = require("../../tableset/common/config.cjs");
|
|
8
|
+
const util = require("../../tableset/common/util.cjs");
|
|
9
9
|
const lineToSmallHump = require("@fangzhongya/utils/name/lineToSmallHump");
|
|
10
10
|
const column = require("vxe-table/es/column");
|
|
11
11
|
const index$1 = require("../../radio/index.cjs");
|
|
@@ -2,8 +2,8 @@ import { h } from "vue";
|
|
|
2
2
|
import { useSetSlot, useSetCompon, useGetDomValue, useGetDomLabel } from "../../common/use.js";
|
|
3
3
|
import { getAttrValue } from "../../../utils/vues/getAttrValue.js";
|
|
4
4
|
import { useComponsGet } from "../../../hooks/compons/index.js";
|
|
5
|
-
import { provides } from "../../
|
|
6
|
-
import { setEmptyDisplay, setMinWidth } from "../../
|
|
5
|
+
import { provides } from "../../tableset/common/config.js";
|
|
6
|
+
import { setEmptyDisplay, setMinWidth } from "../../tableset/common/util.js";
|
|
7
7
|
import { lineToSmallHump } from "@fangzhongya/utils/name/lineToSmallHump";
|
|
8
8
|
import { VxeColumn } from "vxe-table/es/column";
|
|
9
9
|
import { Radio } from "../../radio/index.js";
|
|
@@ -3,14 +3,14 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
3
3
|
const vue = require("vue");
|
|
4
4
|
const columns = require("./columns3.cjs");
|
|
5
5
|
const index = require("../../tooltip/index.cjs");
|
|
6
|
-
require("../../
|
|
7
|
-
require("../../
|
|
8
|
-
require("../../
|
|
9
|
-
require("../../
|
|
10
|
-
const comFig_vue_vue_type_script_setup_true_lang = require("../../
|
|
11
|
-
const comLis_vue_vue_type_script_setup_true_lang = require("../../
|
|
12
|
-
const comColor_vue_vue_type_script_setup_true_lang = require("../../
|
|
13
|
-
const comBut_vue_vue_type_script_setup_true_lang = require("../../
|
|
6
|
+
require("../../tableset/common/com-but.cjs");
|
|
7
|
+
require("../../tableset/common/com-color.cjs");
|
|
8
|
+
require("../../tableset/common/com-lis.cjs");
|
|
9
|
+
require("../../tableset/common/com-fig.cjs");
|
|
10
|
+
const comFig_vue_vue_type_script_setup_true_lang = require("../../tableset/common/com-fig2.cjs");
|
|
11
|
+
const comLis_vue_vue_type_script_setup_true_lang = require("../../tableset/common/com-lis2.cjs");
|
|
12
|
+
const comColor_vue_vue_type_script_setup_true_lang = require("../../tableset/common/com-color2.cjs");
|
|
13
|
+
const comBut_vue_vue_type_script_setup_true_lang = require("../../tableset/common/com-but2.cjs");
|
|
14
14
|
const _sfc_main = vue.defineComponent({
|
|
15
15
|
emits: ["list-events"],
|
|
16
16
|
components: { VxeTooltip: index.Tooltip, But: comBut_vue_vue_type_script_setup_true_lang.default, Color: comColor_vue_vue_type_script_setup_true_lang.default, Lis: comLis_vue_vue_type_script_setup_true_lang.default, Fig: comFig_vue_vue_type_script_setup_true_lang.default },
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { defineComponent } from "vue";
|
|
2
2
|
import { render } from "./columns3.js";
|
|
3
3
|
import { Tooltip } from "../../tooltip/index.js";
|
|
4
|
-
import "../../
|
|
5
|
-
import "../../
|
|
6
|
-
import "../../
|
|
7
|
-
import "../../
|
|
8
|
-
import _sfc_main$1 from "../../
|
|
9
|
-
import _sfc_main$2 from "../../
|
|
10
|
-
import _sfc_main$3 from "../../
|
|
11
|
-
import _sfc_main$4 from "../../
|
|
4
|
+
import "../../tableset/common/com-but.js";
|
|
5
|
+
import "../../tableset/common/com-color.js";
|
|
6
|
+
import "../../tableset/common/com-lis.js";
|
|
7
|
+
import "../../tableset/common/com-fig.js";
|
|
8
|
+
import _sfc_main$1 from "../../tableset/common/com-fig2.js";
|
|
9
|
+
import _sfc_main$2 from "../../tableset/common/com-lis2.js";
|
|
10
|
+
import _sfc_main$3 from "../../tableset/common/com-color2.js";
|
|
11
|
+
import _sfc_main$4 from "../../tableset/common/com-but2.js";
|
|
12
12
|
const _sfc_main = defineComponent({
|
|
13
13
|
emits: ["list-events"],
|
|
14
14
|
components: { VxeTooltip: Tooltip, But: _sfc_main$4, Color: _sfc_main$3, Lis: _sfc_main$2, Fig: _sfc_main$1 },
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const vue = require("vue");
|
|
4
|
-
const util = require("../../
|
|
4
|
+
const util = require("../../tableset/common/util.cjs");
|
|
5
5
|
const use = require("../../common/use.cjs");
|
|
6
6
|
const colgroup = require("vxe-table/es/colgroup");
|
|
7
7
|
const column = require("./column.cjs");
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h } from "vue";
|
|
2
|
-
import { setMinWidth } from "../../
|
|
2
|
+
import { setMinWidth } from "../../tableset/common/util.js";
|
|
3
3
|
import { useHide } from "../../common/use.js";
|
|
4
4
|
import { VxeColgroup } from "vxe-table/es/colgroup";
|
|
5
5
|
import { setHeader, setProps, columnRender } from "./column.js";
|
|
@@ -4,7 +4,7 @@ const vue = require("vue");
|
|
|
4
4
|
const table = require("vxe-table/es/table");
|
|
5
5
|
require("../../loading/index.cjs");
|
|
6
6
|
const data = require("./data.cjs");
|
|
7
|
-
const config = require("../../
|
|
7
|
+
const config = require("../../tableset/common/config.cjs");
|
|
8
8
|
require("./columns.cjs");
|
|
9
9
|
const index$4 = require("../../no-data/index.cjs");
|
|
10
10
|
const use = require("../../common/use.cjs");
|
|
@@ -2,7 +2,7 @@ import { defineComponent, useSlots, useAttrs, ref, computed, watch, onMounted, o
|
|
|
2
2
|
import { VxeTable } from "vxe-table/es/table";
|
|
3
3
|
import "../../loading/index.js";
|
|
4
4
|
import { name, dataProps, dataExpose, dataEmits } from "./data.js";
|
|
5
|
-
import { provides } from "../../
|
|
5
|
+
import { provides } from "../../tableset/common/config.js";
|
|
6
6
|
import "./columns.js";
|
|
7
7
|
import { NoData } from "../../no-data/index.js";
|
|
8
8
|
import { useObjComponSelected } from "../../common/use.js";
|
|
@@ -5,7 +5,7 @@ const index$3 = require("../../tablesv/index.cjs");
|
|
|
5
5
|
const index$5 = require("../../paging/index.cjs");
|
|
6
6
|
const index$4 = require("../../../directives/scroll/index.cjs");
|
|
7
7
|
const data = require("./data.cjs");
|
|
8
|
-
const pagin = require("../../
|
|
8
|
+
const pagin = require("../../tableset/common/pagin.cjs");
|
|
9
9
|
const index$1 = require("../../../hooks/cssname/index.cjs");
|
|
10
10
|
const index = require("../../../hooks/locale/index.cjs");
|
|
11
11
|
const index$2 = require("../../../hooks/props-default/index.cjs");
|
|
@@ -3,7 +3,7 @@ import { Tablesv } from "../../tablesv/index.js";
|
|
|
3
3
|
import { Paging } from "../../paging/index.js";
|
|
4
4
|
import vScroll from "../../../directives/scroll/index.js";
|
|
5
5
|
import { name } from "./data.js";
|
|
6
|
-
import { dataProps, useInit, dataEmit } from "../../
|
|
6
|
+
import { dataProps, useInit, dataEmit } from "../../tableset/common/pagin.js";
|
|
7
7
|
import { useCssName } from "../../../hooks/cssname/index.js";
|
|
8
8
|
import { useLocale } from "../../../hooks/locale/index.js";
|
|
9
9
|
import { usePropsDefault, getProps } from "../../../hooks/props-default/index.js";
|
|
@@ -6,7 +6,7 @@ const index$6 = require("../../paging/index.cjs");
|
|
|
6
6
|
const index$4 = require("../../../directives/scroll/index.cjs");
|
|
7
7
|
const index$5 = require("../../../directives/sortable/index.cjs");
|
|
8
8
|
const data = require("./data.cjs");
|
|
9
|
-
const pagin = require("../../
|
|
9
|
+
const pagin = require("../../tableset/common/pagin.cjs");
|
|
10
10
|
const index$1 = require("../../../hooks/cssname/index.cjs");
|
|
11
11
|
const index = require("../../../hooks/locale/index.cjs");
|
|
12
12
|
const index$2 = require("../../../hooks/props-default/index.cjs");
|
|
@@ -4,7 +4,7 @@ import { Paging } from "../../paging/index.js";
|
|
|
4
4
|
import vScroll from "../../../directives/scroll/index.js";
|
|
5
5
|
import vSortable from "../../../directives/sortable/index.js";
|
|
6
6
|
import { name } from "./data.js";
|
|
7
|
-
import { dataProps, useInit, dataEmit } from "../../
|
|
7
|
+
import { dataProps, useInit, dataEmit } from "../../tableset/common/pagin.js";
|
|
8
8
|
import { useCssName } from "../../../hooks/cssname/index.js";
|
|
9
9
|
import { useLocale } from "../../../hooks/locale/index.js";
|
|
10
10
|
import { usePropsDefault, getProps } from "../../../hooks/props-default/index.js";
|
package/dist/css/index.css
CHANGED
|
@@ -959,6 +959,18 @@
|
|
|
959
959
|
margin-right: 10px;
|
|
960
960
|
}
|
|
961
961
|
|
|
962
|
+
.com-limit.is-tooltip {
|
|
963
|
+
max-height: var(--com-limit-max-height);
|
|
964
|
+
display: -webkit-box;
|
|
965
|
+
-webkit-line-clamp: var(--com-limit-line-clamp, 1); /* 显示的行数 */
|
|
966
|
+
-webkit-box-orient: vertical;
|
|
967
|
+
text-overflow: ellipsis;
|
|
968
|
+
}
|
|
969
|
+
|
|
970
|
+
.el-tooltip {
|
|
971
|
+
white-space: pre-wrap;
|
|
972
|
+
}
|
|
973
|
+
|
|
962
974
|
.list-div .list-table {
|
|
963
975
|
width: 100%;
|
|
964
976
|
height: 100%;
|
|
@@ -1091,17 +1103,6 @@
|
|
|
1091
1103
|
display: flex;
|
|
1092
1104
|
align-items: center;
|
|
1093
1105
|
}
|
|
1094
|
-
.list-div .el-tooltip {
|
|
1095
|
-
white-space: pre-wrap;
|
|
1096
|
-
}
|
|
1097
|
-
|
|
1098
|
-
.com-limit.is-tooltip {
|
|
1099
|
-
max-height: var(--com-limit-max-height);
|
|
1100
|
-
display: -webkit-box;
|
|
1101
|
-
-webkit-line-clamp: var(--com-limit-line-clamp, 1); /* 显示的行数 */
|
|
1102
|
-
-webkit-box-orient: vertical;
|
|
1103
|
-
text-overflow: ellipsis;
|
|
1104
|
-
}
|
|
1105
1106
|
|
|
1106
1107
|
.tables {
|
|
1107
1108
|
width: 100%;
|
package/dist/css/list.css
CHANGED
|
@@ -23,6 +23,18 @@
|
|
|
23
23
|
line-height: var(--lable-array-height);
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
+
.com-limit.is-tooltip {
|
|
27
|
+
max-height: var(--com-limit-max-height);
|
|
28
|
+
display: -webkit-box;
|
|
29
|
+
-webkit-line-clamp: var(--com-limit-line-clamp, 1); /* 显示的行数 */
|
|
30
|
+
-webkit-box-orient: vertical;
|
|
31
|
+
text-overflow: ellipsis;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.el-tooltip {
|
|
35
|
+
white-space: pre-wrap;
|
|
36
|
+
}
|
|
37
|
+
|
|
26
38
|
.list-div .list-table {
|
|
27
39
|
width: 100%;
|
|
28
40
|
height: 100%;
|
|
@@ -154,7 +166,4 @@
|
|
|
154
166
|
.list-div .list-table .list-com {
|
|
155
167
|
display: flex;
|
|
156
168
|
align-items: center;
|
|
157
|
-
}
|
|
158
|
-
.list-div .el-tooltip {
|
|
159
|
-
white-space: pre-wrap;
|
|
160
169
|
}
|
package/dist/css/lists.css
CHANGED
|
@@ -23,6 +23,18 @@
|
|
|
23
23
|
line-height: var(--lable-array-height);
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
+
.com-limit.is-tooltip {
|
|
27
|
+
max-height: var(--com-limit-max-height);
|
|
28
|
+
display: -webkit-box;
|
|
29
|
+
-webkit-line-clamp: var(--com-limit-line-clamp, 1); /* 显示的行数 */
|
|
30
|
+
-webkit-box-orient: vertical;
|
|
31
|
+
text-overflow: ellipsis;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.el-tooltip {
|
|
35
|
+
white-space: pre-wrap;
|
|
36
|
+
}
|
|
37
|
+
|
|
26
38
|
.list-div .list-table {
|
|
27
39
|
width: 100%;
|
|
28
40
|
height: 100%;
|
|
@@ -155,9 +167,6 @@
|
|
|
155
167
|
display: flex;
|
|
156
168
|
align-items: center;
|
|
157
169
|
}
|
|
158
|
-
.list-div .el-tooltip {
|
|
159
|
-
white-space: pre-wrap;
|
|
160
|
-
}
|
|
161
170
|
|
|
162
171
|
.lists {
|
|
163
172
|
width: 100%;
|
package/dist/css/listsp.css
CHANGED
|
@@ -23,6 +23,18 @@
|
|
|
23
23
|
line-height: var(--lable-array-height);
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
+
.com-limit.is-tooltip {
|
|
27
|
+
max-height: var(--com-limit-max-height);
|
|
28
|
+
display: -webkit-box;
|
|
29
|
+
-webkit-line-clamp: var(--com-limit-line-clamp, 1); /* 显示的行数 */
|
|
30
|
+
-webkit-box-orient: vertical;
|
|
31
|
+
text-overflow: ellipsis;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.el-tooltip {
|
|
35
|
+
white-space: pre-wrap;
|
|
36
|
+
}
|
|
37
|
+
|
|
26
38
|
.list-div .list-table {
|
|
27
39
|
width: 100%;
|
|
28
40
|
height: 100%;
|
|
@@ -155,9 +167,6 @@
|
|
|
155
167
|
display: flex;
|
|
156
168
|
align-items: center;
|
|
157
169
|
}
|
|
158
|
-
.list-div .el-tooltip {
|
|
159
|
-
white-space: pre-wrap;
|
|
160
|
-
}
|
|
161
170
|
|
|
162
171
|
.lists {
|
|
163
172
|
width: 100%;
|
package/dist/css/listspd.css
CHANGED
|
@@ -23,6 +23,18 @@
|
|
|
23
23
|
line-height: var(--lable-array-height);
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
+
.com-limit.is-tooltip {
|
|
27
|
+
max-height: var(--com-limit-max-height);
|
|
28
|
+
display: -webkit-box;
|
|
29
|
+
-webkit-line-clamp: var(--com-limit-line-clamp, 1); /* 显示的行数 */
|
|
30
|
+
-webkit-box-orient: vertical;
|
|
31
|
+
text-overflow: ellipsis;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.el-tooltip {
|
|
35
|
+
white-space: pre-wrap;
|
|
36
|
+
}
|
|
37
|
+
|
|
26
38
|
.list-div .list-table {
|
|
27
39
|
width: 100%;
|
|
28
40
|
height: 100%;
|
|
@@ -155,9 +167,6 @@
|
|
|
155
167
|
display: flex;
|
|
156
168
|
align-items: center;
|
|
157
169
|
}
|
|
158
|
-
.list-div .el-tooltip {
|
|
159
|
-
white-space: pre-wrap;
|
|
160
|
-
}
|
|
161
170
|
|
|
162
171
|
.lists {
|
|
163
172
|
width: 100%;
|
package/dist/css/page.css
CHANGED
|
@@ -571,6 +571,18 @@
|
|
|
571
571
|
height: inherit;
|
|
572
572
|
}
|
|
573
573
|
|
|
574
|
+
.com-limit.is-tooltip {
|
|
575
|
+
max-height: var(--com-limit-max-height);
|
|
576
|
+
display: -webkit-box;
|
|
577
|
+
-webkit-line-clamp: var(--com-limit-line-clamp, 1); /* 显示的行数 */
|
|
578
|
+
-webkit-box-orient: vertical;
|
|
579
|
+
text-overflow: ellipsis;
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
.el-tooltip {
|
|
583
|
+
white-space: pre-wrap;
|
|
584
|
+
}
|
|
585
|
+
|
|
574
586
|
.list-div .list-table {
|
|
575
587
|
width: 100%;
|
|
576
588
|
height: 100%;
|
|
@@ -703,17 +715,6 @@
|
|
|
703
715
|
display: flex;
|
|
704
716
|
align-items: center;
|
|
705
717
|
}
|
|
706
|
-
.list-div .el-tooltip {
|
|
707
|
-
white-space: pre-wrap;
|
|
708
|
-
}
|
|
709
|
-
|
|
710
|
-
.com-limit.is-tooltip {
|
|
711
|
-
max-height: var(--com-limit-max-height);
|
|
712
|
-
display: -webkit-box;
|
|
713
|
-
-webkit-line-clamp: var(--com-limit-line-clamp, 1); /* 显示的行数 */
|
|
714
|
-
-webkit-box-orient: vertical;
|
|
715
|
-
text-overflow: ellipsis;
|
|
716
|
-
}
|
|
717
718
|
|
|
718
719
|
.tables {
|
|
719
720
|
width: 100%;
|
package/dist/css/tables.css
CHANGED
package/dist/css/tablesp.css
CHANGED
package/dist/css/tablespd.css
CHANGED
package/dist/icons/index.json
CHANGED
package/dist/index.css
CHANGED
|
@@ -959,6 +959,18 @@
|
|
|
959
959
|
margin-right: 10px;
|
|
960
960
|
}
|
|
961
961
|
|
|
962
|
+
.com-limit.is-tooltip {
|
|
963
|
+
max-height: var(--com-limit-max-height);
|
|
964
|
+
display: -webkit-box;
|
|
965
|
+
-webkit-line-clamp: var(--com-limit-line-clamp, 1); /* 显示的行数 */
|
|
966
|
+
-webkit-box-orient: vertical;
|
|
967
|
+
text-overflow: ellipsis;
|
|
968
|
+
}
|
|
969
|
+
|
|
970
|
+
.el-tooltip {
|
|
971
|
+
white-space: pre-wrap;
|
|
972
|
+
}
|
|
973
|
+
|
|
962
974
|
.list-div .list-table {
|
|
963
975
|
width: 100%;
|
|
964
976
|
height: 100%;
|
|
@@ -1091,17 +1103,6 @@
|
|
|
1091
1103
|
display: flex;
|
|
1092
1104
|
align-items: center;
|
|
1093
1105
|
}
|
|
1094
|
-
.list-div .el-tooltip {
|
|
1095
|
-
white-space: pre-wrap;
|
|
1096
|
-
}
|
|
1097
|
-
|
|
1098
|
-
.com-limit.is-tooltip {
|
|
1099
|
-
max-height: var(--com-limit-max-height);
|
|
1100
|
-
display: -webkit-box;
|
|
1101
|
-
-webkit-line-clamp: var(--com-limit-line-clamp, 1); /* 显示的行数 */
|
|
1102
|
-
-webkit-box-orient: vertical;
|
|
1103
|
-
text-overflow: ellipsis;
|
|
1104
|
-
}
|
|
1105
1106
|
|
|
1106
1107
|
.tables {
|
|
1107
1108
|
width: 100%;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fangzhongya/fang-ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.55",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description ": "fang-ui",
|
|
7
7
|
"keywords": [
|
|
@@ -51,14 +51,14 @@
|
|
|
51
51
|
"vue": "^3.5.25",
|
|
52
52
|
"vue-tsc": "^3.1.8",
|
|
53
53
|
"vxe-table": "4.6.20",
|
|
54
|
-
"@fang-ui/
|
|
54
|
+
"@fang-ui/hooks": "0.0.1-0",
|
|
55
55
|
"@fang-ui/components": "0.0.1-0",
|
|
56
|
+
"@fang-ui/directives": "0.0.1-0",
|
|
56
57
|
"@fang-ui/theme": "0.0.1-0",
|
|
57
|
-
"@fang-ui/hooks": "0.0.1-0",
|
|
58
58
|
"@fang-ui/utils": "0.0.1-0",
|
|
59
|
+
"@fang-ui/icons": "0.0.1-0",
|
|
59
60
|
"@fang-ui/locale": "0.0.1-0",
|
|
60
|
-
"@fang-ui/types": "0.0.1-0"
|
|
61
|
-
"@fang-ui/icons": "0.0.1-0"
|
|
61
|
+
"@fang-ui/types": "0.0.1-0"
|
|
62
62
|
},
|
|
63
63
|
"main": "./dist/index.cjs",
|
|
64
64
|
"module": "./dist/index.js",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|