@fangzhongya/fang-ui 0.0.29 → 0.0.30
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/box/index.css +12 -12
- package/dist/components/box/index.scss +1 -6
- package/dist/components/box-local/index.css +12 -12
- package/dist/components/dialog/src/index.cjs +5 -5
- package/dist/components/dialog/src/index.js +2 -2
- package/dist/components/dialog/style/index2.scss +1 -1
- package/dist/components/forms/index.d.ts +52 -149
- package/dist/components/forms/src/index.cjs +9 -8
- package/dist/components/forms/src/index.d.ts +102 -297
- package/dist/components/forms/src/index.js +2 -1
- package/dist/components/forms/style/index2.scss +6 -0
- package/dist/components/forms-div/style/index2.scss +1 -0
- package/dist/components/forms-item/src/index.cjs +6 -6
- package/dist/components/forms-item/src/index.js +1 -1
- package/dist/components/forms-item/style/index2.scss +4 -0
- package/dist/components/forms-items/style/index2.scss +2 -0
- package/dist/components/index.cjs +16 -14
- package/dist/components/index.d.ts +5 -4
- package/dist/components/index.js +10 -8
- package/dist/components/index.scss +6 -4
- package/dist/components/lists/common/img.cjs +1 -1
- package/dist/components/lists/common/img.d.ts +2 -0
- package/dist/components/lists/common/img.js +1 -1
- package/dist/components/lists/common/img2.cjs +5 -8
- package/dist/components/lists/common/img2.js +6 -9
- package/dist/components/menus/src/index.cjs +2 -2
- package/dist/components/menus/src/index.js +1 -1
- package/dist/components/menus/src/menu-ll.cjs +6 -6
- package/dist/components/menus/src/menu-ll.js +1 -1
- package/dist/components/menus/style/index2.scss +5 -0
- package/dist/components/page/index.css +245 -0
- package/dist/components/page/index.d.ts +3073 -0
- package/dist/components/page/index.scss +4 -0
- package/dist/components/page/src/index.cjs +16 -14
- package/dist/components/page/src/index.d.ts +5111 -0
- package/dist/components/page/src/index.js +5 -3
- package/dist/components/page/style/index2.scss +9 -0
- package/dist/components/{pagin → paging}/index.cjs +3 -3
- package/dist/components/{pagin → paging}/index.css +4 -3
- package/dist/components/{pagin → paging}/index.d.ts +2 -2
- package/dist/components/{pagin → paging}/index.js +3 -3
- package/dist/components/{pagin → paging}/index.scss +3 -2
- package/dist/components/{pagin → paging}/src/index.cjs +3 -3
- package/dist/components/{pagin → paging}/src/index.js +2 -2
- package/dist/components/paging/style/index2.scss +3 -0
- package/dist/components/tables/index.css +12 -15
- package/dist/components/tables/index.d.ts +1730 -0
- package/dist/components/tables/index.scss +17 -23
- package/dist/components/{el-tables → tables}/src/column.cjs +3 -3
- package/dist/components/{el-tables → tables}/src/column.js +2 -2
- package/dist/components/{el-tables → tables}/src/columns.cjs +3 -3
- package/dist/components/{el-tables → tables}/src/columns.js +3 -3
- package/dist/components/{el-tables → tables}/src/columns3.cjs +6 -6
- package/dist/components/{el-tables → tables}/src/columns3.js +2 -2
- package/dist/components/tables/src/index.cjs +158 -97
- package/dist/components/tables/src/index.d.ts +3103 -0
- package/dist/components/tables/src/index.js +158 -97
- package/dist/components/tables/style/index2.scss +5 -0
- package/dist/components/tables-form/index.cjs +1 -0
- package/dist/components/tables-form/index.js +1 -0
- package/dist/components/tables-form/index.scss +0 -0
- package/dist/components/tables-form/style/index.scss.cjs +1 -0
- package/dist/components/tables-form/style/index.scss.js +1 -0
- package/dist/components/tables-form/style/index2.scss +0 -0
- package/dist/components/{el-tables → tablesp}/index.cjs +3 -3
- package/dist/components/{tables-pagin → tablesp}/index.css +10 -9
- package/dist/components/tablesp/index.d.ts +1939 -0
- package/dist/components/{el-tables → tablesp}/index.js +3 -3
- package/dist/components/{tables-pagin → tablesp}/index.scss +5 -5
- package/dist/components/{tables-pagin → tablesp}/src/index.cjs +5 -5
- package/dist/components/tablesp/src/index.d.ts +3540 -0
- package/dist/components/{tables-pagin → tablesp}/src/index.js +5 -5
- package/dist/components/tablesp/style/index2.scss +4 -0
- package/dist/components/{vxe-tables → tabless}/index.cjs +3 -3
- package/dist/components/{el-tables → tabless}/index.css +15 -12
- package/dist/components/tabless/index.d.ts +1939 -0
- package/dist/components/{vxe-tables → tabless}/index.js +3 -3
- package/dist/components/tabless/index.scss +32 -0
- package/dist/components/tabless/src/index.cjs +118 -0
- package/dist/components/tabless/src/index.d.ts +3540 -0
- package/dist/components/tabless/src/index.js +118 -0
- package/dist/components/tabless/style/index2.scss +5 -0
- package/dist/components/{tables-pagin → tablesv}/index.cjs +3 -3
- package/dist/components/{vxe-tables → tablesv}/index.css +17 -17
- package/dist/components/{vxe-tables → tablesv}/index.d.ts +2 -2
- package/dist/components/{tables-pagin → tablesv}/index.js +3 -3
- package/dist/components/{vxe-tables → tablesv}/index.scss +2 -2
- package/dist/components/{vxe-tables → tablesv}/src/index.cjs +1 -1
- package/dist/components/{vxe-tables → tablesv}/src/index.js +1 -1
- package/dist/components/tablesv/style/index2.scss +1 -0
- package/dist/components/tablesvp/index.cjs +8 -0
- package/dist/components/tablesvp/index.css +130 -0
- package/dist/components/tablesvp/index.d.ts +480 -0
- package/dist/components/tablesvp/index.js +8 -0
- package/dist/components/tablesvp/index.scss +33 -0
- package/dist/components/tablesvp/src/data.d.ts +14 -0
- package/dist/components/tablesvp/src/index.cjs +86 -0
- package/dist/components/tablesvp/src/index.d.ts +630 -0
- package/dist/components/tablesvp/src/index.js +86 -0
- package/dist/components/tablesvp/src/index2.cjs +4 -0
- package/dist/components/tablesvp/src/index2.js +4 -0
- package/dist/components/tablesvp/style/index2.scss +4 -0
- package/dist/expand/{chunk-B6EXENNS.cjs → chunk-P5447R3I.cjs} +5 -4
- package/dist/expand/{chunk-Y7QESZWG.js → chunk-VZAQ2FM7.js} +5 -4
- package/dist/expand/components.cjs +5 -5
- package/dist/expand/components.js +1 -1
- package/dist/expand/config.cjs +2 -2
- package/dist/expand/config.js +1 -1
- package/dist/index.cjs +34 -32
- package/dist/index.css +130 -50
- package/dist/index.js +10 -8
- package/dist/index2.css +1 -1
- package/package.json +6 -6
- package/dist/components/el-tables/index.scss +0 -26
- package/dist/components/el-tables/src/index.cjs +0 -174
- package/dist/components/el-tables/src/index.js +0 -174
- /package/dist/components/{pagin → paging}/src/index.d.ts +0 -0
- /package/dist/components/{el-tables → paging}/src/index2.cjs +0 -0
- /package/dist/components/{el-tables → paging}/src/index2.js +0 -0
- /package/dist/components/{el-tables → tables}/src/column.d.ts +0 -0
- /package/dist/components/{el-tables → tables}/src/columns.d.ts +0 -0
- /package/dist/components/{el-tables → tables}/src/columns2.cjs +0 -0
- /package/dist/components/{el-tables → tables}/src/columns2.js +0 -0
- /package/dist/components/{el-tables → tables}/src/data.cjs +0 -0
- /package/dist/components/{el-tables → tables}/src/data.d.ts +0 -0
- /package/dist/components/{el-tables → tables}/src/data.js +0 -0
- /package/dist/components/{tables-pagin → tablesp}/src/data.d.ts +0 -0
- /package/dist/components/{pagin → tablesp}/src/index2.cjs +0 -0
- /package/dist/components/{pagin → tablesp}/src/index2.js +0 -0
- /package/dist/components/{tables-pagin → tabless}/src/index2.cjs +0 -0
- /package/dist/components/{tables-pagin → tabless}/src/index2.js +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/column.cjs +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/column.d.ts +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/column.js +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/columns.cjs +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/columns.d.ts +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/columns.js +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/columns2.cjs +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/columns2.js +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/columns3.cjs +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/columns3.js +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/data.cjs +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/data.d.ts +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/data.js +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/index.d.ts +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/index2.cjs +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/index2.js +0 -0
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
3
|
const vue = require("vue");
|
|
4
4
|
const data = require("./data.cjs");
|
|
5
|
-
const index$
|
|
6
|
-
const
|
|
5
|
+
const index$3 = require("../../forms-div/index.cjs");
|
|
6
|
+
const index$2 = require("element-plus/es/components/form/index");
|
|
7
7
|
const index$1 = require("../../../hooks/cssname/index.cjs");
|
|
8
8
|
const index = require("../../../hooks/inherit/index.cjs");
|
|
9
9
|
const label = require("./label.cjs");
|
|
@@ -49,7 +49,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
49
49
|
rowHeight: rowHeight.value
|
|
50
50
|
})
|
|
51
51
|
}, vue.unref(attrs).root), [
|
|
52
|
-
vue.unref(props).hideLabel ?? prs.hideLabel ? (vue.openBlock(), vue.createBlock(vue.unref(
|
|
52
|
+
vue.unref(props).hideLabel ?? prs.hideLabel ? (vue.openBlock(), vue.createBlock(vue.unref(index$2.ElFormItem), vue.mergeProps({ key: 0 }, vue.unref(attrs).assem, {
|
|
53
53
|
class: [
|
|
54
54
|
vue.unref(cs).z("el-item"),
|
|
55
55
|
vue.unref(cs).is("height", rowHeight.value && vue.unref(form).labelPosition != "top"),
|
|
@@ -61,7 +61,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
61
61
|
"label-width": setLabelWidth(vue.unref(props))
|
|
62
62
|
}), {
|
|
63
63
|
default: vue.withCtx(() => [
|
|
64
|
-
vue.createVNode(vue.unref(index$
|
|
64
|
+
vue.createVNode(vue.unref(index$3.FormsDiv), {
|
|
65
65
|
listobj: vue.unref(props),
|
|
66
66
|
optionss: prs.optionss,
|
|
67
67
|
valueobj: prs.valueobj,
|
|
@@ -79,7 +79,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
79
79
|
]), 1032, ["listobj", "optionss", "valueobj", "modelValue"])
|
|
80
80
|
]),
|
|
81
81
|
_: 3
|
|
82
|
-
}, 16, ["class", "prop", "required", "rules", "label-width"])) : (vue.openBlock(), vue.createBlock(vue.unref(
|
|
82
|
+
}, 16, ["class", "prop", "required", "rules", "label-width"])) : (vue.openBlock(), vue.createBlock(vue.unref(index$2.ElFormItem), vue.mergeProps({ key: 1 }, vue.unref(attrs).assem, {
|
|
83
83
|
class: [
|
|
84
84
|
vue.unref(cs).z("el-item"),
|
|
85
85
|
vue.unref(cs).is("height", rowHeight.value && vue.unref(form).labelPosition != "top"),
|
|
@@ -100,7 +100,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
100
100
|
}, null, 8, ["value", "label", "listobj", "optionss", "valueobj"])
|
|
101
101
|
]),
|
|
102
102
|
default: vue.withCtx(() => [
|
|
103
|
-
vue.createVNode(vue.unref(index$
|
|
103
|
+
vue.createVNode(vue.unref(index$3.FormsDiv), {
|
|
104
104
|
listobj: vue.unref(props),
|
|
105
105
|
optionss: prs.optionss,
|
|
106
106
|
valueobj: prs.valueobj,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, useSlots, useAttrs, inject, computed, createElementBlock, openBlock, mergeProps, unref, createBlock, withCtx, createVNode, createSlots, renderList, renderSlot, normalizeProps, guardReactiveProps } from "vue";
|
|
2
2
|
import { dataEmits, dataProps, dataExpose } from "./data.js";
|
|
3
3
|
import { FormsDiv } from "../../forms-div/index.js";
|
|
4
|
-
import { ElFormItem } from "element-plus";
|
|
4
|
+
import { ElFormItem } from "element-plus/es/components/form/index";
|
|
5
5
|
import { useCssName } from "../../../hooks/cssname/index.js";
|
|
6
6
|
import { useInherit } from "../../../hooks/inherit/index.js";
|
|
7
7
|
import Lable from "./label.js";
|
|
@@ -108,13 +108,14 @@ const index$1E = require("./selector/index.cjs");
|
|
|
108
108
|
const index$1F = require("./selects/index.cjs");
|
|
109
109
|
const index$1G = require("./switchs/index.cjs");
|
|
110
110
|
const index$1H = require("./text/index.cjs");
|
|
111
|
-
const index$1I = require("./
|
|
112
|
-
const index$1J = require("./
|
|
113
|
-
const index$1K = require("./
|
|
114
|
-
const index$1L = require("./tables
|
|
115
|
-
const index$1M = require("./
|
|
116
|
-
const index$1N = require("./
|
|
117
|
-
const index$1O = require("./
|
|
111
|
+
const index$1I = require("./paging/index.cjs");
|
|
112
|
+
const index$1J = require("./table-list/index.cjs");
|
|
113
|
+
const index$1K = require("./tables-form/index.cjs");
|
|
114
|
+
const index$1L = require("./tables/index.cjs");
|
|
115
|
+
const index$1M = require("./tablesp/index.cjs");
|
|
116
|
+
const index$1N = require("./tabless/index.cjs");
|
|
117
|
+
const index$1O = require("./tablesv/index.cjs");
|
|
118
|
+
const index$1P = require("./tablesvp/index.cjs");
|
|
118
119
|
const index$i = require("./loading/src/index.cjs");
|
|
119
120
|
exports.CsConfig = index.CsConfig;
|
|
120
121
|
exports.CsEmits = index$1.CsEmits;
|
|
@@ -223,11 +224,12 @@ exports.Selector = index$1E.Selector;
|
|
|
223
224
|
exports.Selects = index$1F.Selects;
|
|
224
225
|
exports.Switchs = index$1G.Switchs;
|
|
225
226
|
exports.Text = index$1H.Text;
|
|
226
|
-
exports.
|
|
227
|
-
exports.
|
|
228
|
-
exports.
|
|
229
|
-
exports.
|
|
230
|
-
exports.
|
|
231
|
-
exports.
|
|
232
|
-
exports.
|
|
227
|
+
exports.Paging = index$1I.Paging;
|
|
228
|
+
exports.TableList = index$1J.TableList;
|
|
229
|
+
exports.TablesForm = index$1K.TablesForm;
|
|
230
|
+
exports.Tables = index$1L.Tables;
|
|
231
|
+
exports.Tablesp = index$1M.Tablesp;
|
|
232
|
+
exports.Tabless = index$1N.Tabless;
|
|
233
|
+
exports.Tablesv = index$1O.Tablesv;
|
|
234
|
+
exports.Tablesvp = index$1P.Tablesvp;
|
|
233
235
|
exports.vLoading = index$i.vLoading;
|
|
@@ -105,10 +105,11 @@ export * from './selector/index';
|
|
|
105
105
|
export * from './selects/index';
|
|
106
106
|
export * from './switchs/index';
|
|
107
107
|
export * from './text/index';
|
|
108
|
-
export * from './
|
|
109
|
-
export * from './pagin/index';
|
|
108
|
+
export * from './paging/index';
|
|
110
109
|
export * from './table-list/index';
|
|
111
110
|
export * from './tables-form/index';
|
|
112
|
-
export * from './tables-pagin/index';
|
|
113
111
|
export * from './tables/index';
|
|
114
|
-
export * from './
|
|
112
|
+
export * from './tablesp/index';
|
|
113
|
+
export * from './tabless/index';
|
|
114
|
+
export * from './tablesv/index';
|
|
115
|
+
export * from './tablesvp/index';
|
package/dist/components/index.js
CHANGED
|
@@ -106,13 +106,14 @@ import { Selector } from "./selector/index.js";
|
|
|
106
106
|
import { Selects } from "./selects/index.js";
|
|
107
107
|
import { Switchs } from "./switchs/index.js";
|
|
108
108
|
import { Text } from "./text/index.js";
|
|
109
|
-
import {
|
|
110
|
-
import { Pagin } from "./pagin/index.js";
|
|
109
|
+
import { Paging } from "./paging/index.js";
|
|
111
110
|
import { TableList } from "./table-list/index.js";
|
|
112
111
|
import { TablesForm } from "./tables-form/index.js";
|
|
113
|
-
import { TablesPagin } from "./tables-pagin/index.js";
|
|
114
112
|
import { Tables } from "./tables/index.js";
|
|
115
|
-
import {
|
|
113
|
+
import { Tablesp } from "./tablesp/index.js";
|
|
114
|
+
import { Tabless } from "./tabless/index.js";
|
|
115
|
+
import { Tablesv } from "./tablesv/index.js";
|
|
116
|
+
import { Tablesvp } from "./tablesvp/index.js";
|
|
116
117
|
import { vLoading } from "./loading/src/index.js";
|
|
117
118
|
export {
|
|
118
119
|
Alert,
|
|
@@ -159,7 +160,6 @@ export {
|
|
|
159
160
|
DropdownMenu,
|
|
160
161
|
Edit,
|
|
161
162
|
EditFloat,
|
|
162
|
-
ElTables,
|
|
163
163
|
Form,
|
|
164
164
|
FormItem,
|
|
165
165
|
Forms,
|
|
@@ -190,8 +190,8 @@ export {
|
|
|
190
190
|
Option,
|
|
191
191
|
OptionGroup,
|
|
192
192
|
Page,
|
|
193
|
-
Pagin,
|
|
194
193
|
Pagination,
|
|
194
|
+
Paging,
|
|
195
195
|
Popconfirm,
|
|
196
196
|
Popover,
|
|
197
197
|
Popup,
|
|
@@ -216,7 +216,10 @@ export {
|
|
|
216
216
|
TableList,
|
|
217
217
|
Tables,
|
|
218
218
|
TablesForm,
|
|
219
|
-
|
|
219
|
+
Tablesp,
|
|
220
|
+
Tabless,
|
|
221
|
+
Tablesv,
|
|
222
|
+
Tablesvp,
|
|
220
223
|
Tabs,
|
|
221
224
|
Text,
|
|
222
225
|
TimePicker,
|
|
@@ -227,7 +230,6 @@ export {
|
|
|
227
230
|
TreeSelectBox,
|
|
228
231
|
Upload,
|
|
229
232
|
UserSelect,
|
|
230
|
-
VxeTables,
|
|
231
233
|
Window,
|
|
232
234
|
vLoading
|
|
233
235
|
};
|
|
@@ -28,7 +28,9 @@
|
|
|
28
28
|
@use './selects/index.scss' as *;
|
|
29
29
|
@use './switchs/index.scss' as *;
|
|
30
30
|
@use './text/index.scss' as *;
|
|
31
|
-
@use './
|
|
32
|
-
@use './
|
|
33
|
-
@use './tables
|
|
34
|
-
@use './
|
|
31
|
+
@use './paging/index.scss' as *;
|
|
32
|
+
@use './tables-form/index.scss' as *;
|
|
33
|
+
@use './tables/index.scss' as *;
|
|
34
|
+
@use './tablesp/index.scss' as *;
|
|
35
|
+
@use './tabless/index.scss' as *;
|
|
36
|
+
@use './tablesv/index.scss' as *;
|
|
@@ -3,5 +3,5 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
3
3
|
const img_vue_vue_type_script_setup_true_lang = require("./img2.cjs");
|
|
4
4
|
;/* empty css */
|
|
5
5
|
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.cjs");
|
|
6
|
-
const FImg = /* @__PURE__ */ _pluginVue_exportHelper.default(img_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-
|
|
6
|
+
const FImg = /* @__PURE__ */ _pluginVue_exportHelper.default(img_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-7ccddd13"]]);
|
|
7
7
|
exports.default = FImg;
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
3
|
modelValue: StringConstructor;
|
|
4
|
+
prefix: StringConstructor;
|
|
4
5
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
5
6
|
modelValue: StringConstructor;
|
|
7
|
+
prefix: StringConstructor;
|
|
6
8
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
7
9
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./img2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const FImg = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const FImg = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7ccddd13"]]);
|
|
5
5
|
export {
|
|
6
6
|
FImg as default
|
|
7
7
|
};
|
|
@@ -1,30 +1,27 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const es = require("element-plus/es");
|
|
4
|
-
require("element-plus/es/components/base/style/css");
|
|
5
|
-
require("element-plus/es/components/image/style/css");
|
|
6
3
|
const vue = require("vue");
|
|
4
|
+
const index = require("element-plus/es/components/image/index");
|
|
7
5
|
const _hoisted_1 = { class: "lists-li" };
|
|
8
6
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
9
7
|
__name: "img",
|
|
10
8
|
props: {
|
|
11
|
-
modelValue: String
|
|
9
|
+
modelValue: String,
|
|
10
|
+
prefix: String
|
|
12
11
|
},
|
|
13
12
|
setup(__props, { expose: __expose }) {
|
|
14
13
|
const props = __props;
|
|
15
|
-
const prefix = void 0;
|
|
16
14
|
const value = vue.computed(() => {
|
|
17
15
|
if (props.modelValue) {
|
|
18
|
-
return prefix + "/" + props.modelValue;
|
|
16
|
+
return props.prefix + "/" + props.modelValue;
|
|
19
17
|
} else {
|
|
20
18
|
return "";
|
|
21
19
|
}
|
|
22
20
|
});
|
|
23
21
|
__expose({});
|
|
24
22
|
return (_ctx, _cache) => {
|
|
25
|
-
const _component_el_image = es.ElImage;
|
|
26
23
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
|
|
27
|
-
vue.createVNode(
|
|
24
|
+
vue.createVNode(vue.unref(index.ElImage), {
|
|
28
25
|
fit: "contain",
|
|
29
26
|
class: "lists-li-img",
|
|
30
27
|
src: value.value,
|
|
@@ -1,28 +1,25 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import "element-plus/es/components/
|
|
3
|
-
import "element-plus/es/components/image/style/css";
|
|
4
|
-
import { defineComponent, computed, createElementBlock, openBlock, createVNode } from "vue";
|
|
1
|
+
import { defineComponent, computed, createElementBlock, openBlock, createVNode, unref } from "vue";
|
|
2
|
+
import { ElImage } from "element-plus/es/components/image/index";
|
|
5
3
|
const _hoisted_1 = { class: "lists-li" };
|
|
6
4
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
7
5
|
__name: "img",
|
|
8
6
|
props: {
|
|
9
|
-
modelValue: String
|
|
7
|
+
modelValue: String,
|
|
8
|
+
prefix: String
|
|
10
9
|
},
|
|
11
10
|
setup(__props, { expose: __expose }) {
|
|
12
11
|
const props = __props;
|
|
13
|
-
const prefix = void 0;
|
|
14
12
|
const value = computed(() => {
|
|
15
13
|
if (props.modelValue) {
|
|
16
|
-
return prefix + "/" + props.modelValue;
|
|
14
|
+
return props.prefix + "/" + props.modelValue;
|
|
17
15
|
} else {
|
|
18
16
|
return "";
|
|
19
17
|
}
|
|
20
18
|
});
|
|
21
19
|
__expose({});
|
|
22
20
|
return (_ctx, _cache) => {
|
|
23
|
-
const _component_el_image = ElImage;
|
|
24
21
|
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
25
|
-
createVNode(
|
|
22
|
+
createVNode(unref(ElImage), {
|
|
26
23
|
fit: "contain",
|
|
27
24
|
class: "lists-li-img",
|
|
28
25
|
src: value.value,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
3
|
const vue = require("vue");
|
|
4
4
|
const menuLl_vue_vue_type_script_lang = require("./menu-ll.cjs");
|
|
5
|
-
const
|
|
5
|
+
const index$1 = require("element-plus/es/components/menu/index");
|
|
6
6
|
const index = require("../../../hooks/cssname/index.cjs");
|
|
7
7
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
8
8
|
__name: "index",
|
|
@@ -98,7 +98,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
98
98
|
emit("select", id, arr, arrObj);
|
|
99
99
|
}
|
|
100
100
|
return (_ctx, _cache) => {
|
|
101
|
-
return vue.openBlock(), vue.createBlock(vue.unref(
|
|
101
|
+
return vue.openBlock(), vue.createBlock(vue.unref(index$1.ElMenu), vue.mergeProps(vue.unref(attrs), {
|
|
102
102
|
class: vue.unref(cs).z(),
|
|
103
103
|
onSelect,
|
|
104
104
|
"default-active": props.value
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, useAttrs, useSlots, computed, createBlock, openBlock, unref, mergeProps, withCtx, createVNode, createSlots, renderList, renderSlot, normalizeProps, guardReactiveProps } from "vue";
|
|
2
2
|
import _sfc_main$1 from "./menu-ll.js";
|
|
3
|
-
import { ElMenu } from "element-plus";
|
|
3
|
+
import { ElMenu } from "element-plus/es/components/menu/index";
|
|
4
4
|
import { useCssName } from "../../../hooks/cssname/index.js";
|
|
5
5
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
6
6
|
__name: "index",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
3
|
const vue = require("vue");
|
|
4
|
-
const
|
|
5
|
-
const index$
|
|
4
|
+
const index$1 = require("element-plus/es/components/menu/index");
|
|
5
|
+
const index$2 = require("../../icon/index.cjs");
|
|
6
6
|
const use = require("../../common/use.cjs");
|
|
7
7
|
const index = require("../../../hooks/cssname/index.cjs");
|
|
8
8
|
const util$1 = require("./util.cjs");
|
|
@@ -44,7 +44,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
44
44
|
if (i) {
|
|
45
45
|
if (typeof i === "string") {
|
|
46
46
|
return vue.h(
|
|
47
|
-
index$
|
|
47
|
+
index$2.Icon,
|
|
48
48
|
{
|
|
49
49
|
class: cs.z("icon")
|
|
50
50
|
},
|
|
@@ -54,7 +54,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
54
54
|
);
|
|
55
55
|
} else {
|
|
56
56
|
return vue.h(
|
|
57
|
-
index$
|
|
57
|
+
index$2.Icon,
|
|
58
58
|
{
|
|
59
59
|
class: cs.z("icon")
|
|
60
60
|
},
|
|
@@ -103,7 +103,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
103
103
|
if (c && c.length > 0) {
|
|
104
104
|
arr.push(
|
|
105
105
|
vue.h(
|
|
106
|
-
|
|
106
|
+
index$1.ElSubMenu,
|
|
107
107
|
{
|
|
108
108
|
popperClass: config.class + " " + config.class + "-" + v,
|
|
109
109
|
index: i
|
|
@@ -126,7 +126,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
126
126
|
} else {
|
|
127
127
|
arr.push(
|
|
128
128
|
vue.h(
|
|
129
|
-
|
|
129
|
+
index$1.ElMenuItem,
|
|
130
130
|
{
|
|
131
131
|
index: i
|
|
132
132
|
},
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, h } from "vue";
|
|
2
|
-
import { ElSubMenu, ElMenuItem } from "element-plus";
|
|
2
|
+
import { ElSubMenu, ElMenuItem } from "element-plus/es/components/menu/index";
|
|
3
3
|
import { Icon } from "../../icon/index.js";
|
|
4
4
|
import { useHide } from "../../common/use.js";
|
|
5
5
|
import { useCssName } from "../../../hooks/cssname/index.js";
|
|
@@ -12,6 +12,251 @@
|
|
|
12
12
|
--g-main-bg: var(--bg-color-page);
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
+
.forms-div {
|
|
16
|
+
width: 100%;
|
|
17
|
+
height: 100%;
|
|
18
|
+
}
|
|
19
|
+
.forms-div-com {
|
|
20
|
+
height: 100%;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.forms-item {
|
|
24
|
+
width: 100%;
|
|
25
|
+
}
|
|
26
|
+
.forms-item-el-item.is-height {
|
|
27
|
+
min-height: var(--forms-item-row-height);
|
|
28
|
+
}
|
|
29
|
+
.forms-item-el-item.is-height .el-form-item__label {
|
|
30
|
+
height: var(--forms-item-row-height);
|
|
31
|
+
line-height: var(--forms-item-row-height);
|
|
32
|
+
}
|
|
33
|
+
.forms-item-el-item.is-top .el-form-item__content {
|
|
34
|
+
min-height: var(--forms-item-row-height);
|
|
35
|
+
display: grid;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.forms {
|
|
39
|
+
--forms-inline-right: 16px;
|
|
40
|
+
--forms-row-height: 32px;
|
|
41
|
+
--el-input-height: var(--forms-row-height);
|
|
42
|
+
}
|
|
43
|
+
.forms .el-form--label-center .el-form-item__label {
|
|
44
|
+
justify-content: center;
|
|
45
|
+
text-align: center;
|
|
46
|
+
}
|
|
47
|
+
.forms .el-form--label-left .el-form-item__label {
|
|
48
|
+
justify-content: flex-start;
|
|
49
|
+
text-align: left;
|
|
50
|
+
}
|
|
51
|
+
.forms .el-form-item__label {
|
|
52
|
+
text-align: left;
|
|
53
|
+
}
|
|
54
|
+
.forms-div--column .forms-li {
|
|
55
|
+
display: inline-flex;
|
|
56
|
+
margin-right: 0;
|
|
57
|
+
}
|
|
58
|
+
.forms-div--inline .forms-elf {
|
|
59
|
+
display: flex;
|
|
60
|
+
flex-direction: row;
|
|
61
|
+
flex-wrap: wrap;
|
|
62
|
+
}
|
|
63
|
+
.forms-div--inline .forms-li {
|
|
64
|
+
height: fit-content;
|
|
65
|
+
margin-right: var(--forms-inline-right);
|
|
66
|
+
}
|
|
67
|
+
.forms-div--box .forms-elf {
|
|
68
|
+
display: flex;
|
|
69
|
+
flex-direction: row;
|
|
70
|
+
flex-wrap: wrap;
|
|
71
|
+
}
|
|
72
|
+
.forms-div--box .forms-li {
|
|
73
|
+
box-sizing: border-box;
|
|
74
|
+
margin-right: 0;
|
|
75
|
+
padding-right: var(--forms-inline-right);
|
|
76
|
+
}
|
|
77
|
+
.forms-div--query .forms-elf {
|
|
78
|
+
display: flex;
|
|
79
|
+
flex-direction: row;
|
|
80
|
+
flex-wrap: wrap;
|
|
81
|
+
}
|
|
82
|
+
.forms-div--query .forms-li {
|
|
83
|
+
height: fit-content;
|
|
84
|
+
margin-top: var(--forms-query-interval);
|
|
85
|
+
margin-bottom: var(--forms-query-interval);
|
|
86
|
+
margin-right: var(--forms-inline-right);
|
|
87
|
+
}
|
|
88
|
+
.forms-div--query .forms-li .el-form-item {
|
|
89
|
+
margin-bottom: 0;
|
|
90
|
+
flex: 1;
|
|
91
|
+
}
|
|
92
|
+
.forms-li .el-form-item {
|
|
93
|
+
margin-bottom: var(--forms-item-bottom);
|
|
94
|
+
flex: 1;
|
|
95
|
+
}
|
|
96
|
+
.forms-elf {
|
|
97
|
+
text-align: left;
|
|
98
|
+
}
|
|
99
|
+
.forms-elf.center .el-form-item__label {
|
|
100
|
+
justify-content: center;
|
|
101
|
+
}
|
|
102
|
+
.forms-buts-div .el-button {
|
|
103
|
+
height: inherit;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.lists-div .lists-table {
|
|
107
|
+
width: 100%;
|
|
108
|
+
height: 100%;
|
|
109
|
+
}
|
|
110
|
+
.lists-div .lists-table td {
|
|
111
|
+
text-align: left;
|
|
112
|
+
}
|
|
113
|
+
.lists-div .lists-table th {
|
|
114
|
+
font-weight: initial;
|
|
115
|
+
}
|
|
116
|
+
.lists-div .lists-table .is-whole .lists-table-auto {
|
|
117
|
+
width: 100%;
|
|
118
|
+
}
|
|
119
|
+
.lists-div .lists-table .is-whole .lists-table-value {
|
|
120
|
+
width: 100%;
|
|
121
|
+
display: block;
|
|
122
|
+
}
|
|
123
|
+
.lists-div .lists-table .lists-table-td,
|
|
124
|
+
.lists-div .lists-table .lists-table-th {
|
|
125
|
+
padding: 6px;
|
|
126
|
+
}
|
|
127
|
+
.lists-div .lists-table .lists-table-auto {
|
|
128
|
+
display: inline-flex;
|
|
129
|
+
align-items: center;
|
|
130
|
+
}
|
|
131
|
+
.lists-div .lists-table .lists-table-auto .lists-table-label {
|
|
132
|
+
white-space: nowrap;
|
|
133
|
+
}
|
|
134
|
+
.lists-div .lists-table .lists-table-th {
|
|
135
|
+
text-align: left;
|
|
136
|
+
}
|
|
137
|
+
.lists-div .lists-table.right .lists-table-th {
|
|
138
|
+
text-align: right;
|
|
139
|
+
}
|
|
140
|
+
.lists-div .lists-table.center .lists-table-th {
|
|
141
|
+
text-align: center;
|
|
142
|
+
}
|
|
143
|
+
.lists-div .lists-table.auto .lists-table-th {
|
|
144
|
+
padding-right: 0;
|
|
145
|
+
}
|
|
146
|
+
.lists-div .lists-table.top .lists-table-th {
|
|
147
|
+
padding-bottom: 0;
|
|
148
|
+
}
|
|
149
|
+
.lists-div .lists-table.is-aliquots {
|
|
150
|
+
table-layout: fixed;
|
|
151
|
+
}
|
|
152
|
+
.lists-div .lists-table.is-border {
|
|
153
|
+
border-right: 1px solid var(--lists-border-color);
|
|
154
|
+
border-top: 1px solid var(--lists-border-color);
|
|
155
|
+
border-bottom: 1px solid var(--lists-border-color);
|
|
156
|
+
}
|
|
157
|
+
.lists-div .lists-table.is-border > tr > td {
|
|
158
|
+
border-bottom: 1px solid var(--lists-border-color);
|
|
159
|
+
border-left: 1px solid var(--lists-border-color);
|
|
160
|
+
}
|
|
161
|
+
.lists-div .lists-table.is-border > tr > td:last-child {
|
|
162
|
+
border-right: 1px solid var(--lists-border-color);
|
|
163
|
+
}
|
|
164
|
+
.lists-div .lists-table.is-border > tr > th {
|
|
165
|
+
border-left: 1px solid var(--lists-border-color);
|
|
166
|
+
border-bottom: 1px solid var(--lists-border-color);
|
|
167
|
+
}
|
|
168
|
+
.lists-div .lists-table.is-border > tr > th:last-child {
|
|
169
|
+
border-right: 1px solid var(--lists-border-color);
|
|
170
|
+
}
|
|
171
|
+
.lists-div .lists-table.is-border > tr:last-child > td {
|
|
172
|
+
border-bottom: 0;
|
|
173
|
+
}
|
|
174
|
+
.lists-div .lists-table.is-border > tr:last-child > th {
|
|
175
|
+
border-bottom: 0;
|
|
176
|
+
}
|
|
177
|
+
.lists-div .lists-table.is-border.top > tr > th {
|
|
178
|
+
border-bottom: 0;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.f-dialog.el-dialog {
|
|
182
|
+
padding: 0;
|
|
183
|
+
}
|
|
184
|
+
.f-dialog.el-dialog .el-dialog__header {
|
|
185
|
+
padding-top: 16px;
|
|
186
|
+
padding-left: 20px;
|
|
187
|
+
border-bottom: 1px solid var(--border);
|
|
188
|
+
}
|
|
189
|
+
.f-dialog.el-dialog .el-dialog__header .el-dialog__headerbtn {
|
|
190
|
+
width: 56px;
|
|
191
|
+
height: 56px;
|
|
192
|
+
font-size: 22px;
|
|
193
|
+
}
|
|
194
|
+
.f-dialog.el-dialog .el-dialog__body {
|
|
195
|
+
padding: 20px 30px;
|
|
196
|
+
}
|
|
197
|
+
.f-dialog.el-dialog .el-dialog__footer {
|
|
198
|
+
border-top: 1px solid var(--border);
|
|
199
|
+
padding: 20px 20px;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.tables {
|
|
203
|
+
width: 100%;
|
|
204
|
+
min-height: 100px;
|
|
205
|
+
position: relative;
|
|
206
|
+
flex: 1;
|
|
207
|
+
display: flex;
|
|
208
|
+
flex-direction: column;
|
|
209
|
+
}
|
|
210
|
+
.tables-table {
|
|
211
|
+
background-color: transparent;
|
|
212
|
+
--el-table-header-bg-color: rgb(248, 248, 249);
|
|
213
|
+
}
|
|
214
|
+
.tables-table.is-absolute {
|
|
215
|
+
position: absolute;
|
|
216
|
+
top: 0;
|
|
217
|
+
right: 0;
|
|
218
|
+
bottom: 0;
|
|
219
|
+
left: 0;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
.paging {
|
|
223
|
+
padding: 10px;
|
|
224
|
+
}
|
|
225
|
+
.paging-slot {
|
|
226
|
+
padding-left: 10px;
|
|
227
|
+
font-size: 14px;
|
|
228
|
+
font-weight: 400;
|
|
229
|
+
color: #9b9b9b;
|
|
230
|
+
white-space: pre-wrap;
|
|
231
|
+
}
|
|
232
|
+
.paging .el-pagination__total {
|
|
233
|
+
font-size: 14px;
|
|
234
|
+
font-weight: 400;
|
|
235
|
+
color: #9b9b9b;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
.tablesp {
|
|
239
|
+
width: 100%;
|
|
240
|
+
height: var(--tablesp-height);
|
|
241
|
+
display: flex;
|
|
242
|
+
flex-direction: column;
|
|
243
|
+
}
|
|
244
|
+
.tablesp-main {
|
|
245
|
+
display: flex;
|
|
246
|
+
flex-direction: column;
|
|
247
|
+
flex: 1;
|
|
248
|
+
width: 100%;
|
|
249
|
+
}
|
|
250
|
+
.tablesp-main.is-radio .el-table__header .el-table-column--selection .el-checkbox {
|
|
251
|
+
display: none;
|
|
252
|
+
}
|
|
253
|
+
.tablesp-paginat {
|
|
254
|
+
overflow: hidden;
|
|
255
|
+
}
|
|
256
|
+
.tablesp-paginat .el-pagination {
|
|
257
|
+
justify-content: flex-end;
|
|
258
|
+
}
|
|
259
|
+
|
|
15
260
|
.page {
|
|
16
261
|
height: 100%;
|
|
17
262
|
width: 100%;
|