@fangzhongya/fang-ui 0.1.27 → 0.1.29
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/array/index.css +4 -0
- package/dist/components/array/src/index2.cjs +5 -5
- package/dist/components/array/src/index2.js +2 -2
- package/dist/components/audios/index.css +4 -0
- package/dist/components/box/index.css +4 -0
- package/dist/components/box-adjust/index.css +4 -0
- package/dist/components/box-local/index.css +4 -0
- package/dist/components/box-mask/index.css +4 -0
- package/dist/components/box-title/index.css +4 -0
- package/dist/components/buttons/index.css +4 -0
- package/dist/components/cascaders/index.css +4 -0
- package/dist/components/checks/index.css +4 -0
- package/dist/components/common/compons/components.cjs +52 -0
- package/dist/components/common/compons/components.d.ts +27 -0
- package/dist/components/common/compons/components.js +52 -0
- package/dist/components/common/compons/index.scss +23 -0
- package/dist/components/common/compons/index2.scss +23 -0
- package/dist/components/common/use.cjs +87 -16
- package/dist/components/common/use.d.ts +28 -5
- package/dist/components/common/use.js +88 -17
- package/dist/components/dates/index.css +4 -0
- package/dist/components/dates-divide/index.css +4 -0
- package/dist/components/dates-picker/index.css +4 -0
- package/dist/components/dates2/index.css +4 -0
- package/dist/components/dialogs/index.css +4 -0
- package/dist/components/edit/index.css +4 -0
- package/dist/components/edit-float/index.css +4 -0
- package/dist/components/forms/common/config.cjs +11 -1
- package/dist/components/forms/common/config.d.ts +1 -0
- package/dist/components/forms/common/config.js +11 -1
- package/dist/components/forms/index.css +10 -6
- package/dist/components/forms/index.scss +2 -1
- package/dist/components/forms/src/data.cjs +7 -0
- package/dist/components/forms/src/data.d.ts +7 -0
- package/dist/components/forms/src/data.js +7 -0
- package/dist/components/forms/src/setup.cjs +6 -13
- package/dist/components/forms/src/setup.d.ts +1 -1
- package/dist/components/forms/src/setup.js +8 -15
- package/dist/components/forms/src/util.cjs +1 -2
- package/dist/components/forms/src/util.d.ts +1 -1
- package/dist/components/forms/src/util.js +1 -2
- package/dist/components/forms/style/index2.scss +3 -1
- package/dist/components/forms-div/index.css +4 -0
- package/dist/components/forms-div/src/index2.cjs +11 -5
- package/dist/components/forms-div/src/index2.js +10 -4
- package/dist/components/forms-item/index.css +4 -0
- package/dist/components/forms-item/src/indexts.d.ts +1 -1
- package/dist/components/forms-item/src/label.cjs +16 -29
- package/dist/components/forms-item/src/label.js +17 -30
- package/dist/components/full-screen/index.css +4 -0
- package/dist/components/global-config/index.css +4 -0
- package/dist/components/history/index.css +4 -0
- package/dist/components/icon/index.css +4 -0
- package/dist/components/icon-picker/index.css +4 -0
- package/dist/components/iframe/index.css +4 -0
- package/dist/components/images/index.css +4 -0
- package/dist/components/index.cjs +2 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +2 -0
- package/dist/components/index2.scss +2 -1
- package/dist/components/input-array/index.css +4 -0
- package/dist/components/input-history/index.css +4 -0
- package/dist/components/input-num/index.css +4 -0
- package/dist/components/input-select/index.css +4 -0
- package/dist/components/inputs/index.css +4 -0
- package/dist/components/labels/index.css +4 -0
- package/dist/components/list/index.css +4 -0
- package/dist/components/list/src/data.cjs +6 -0
- package/dist/components/list/src/data.d.ts +6 -0
- package/dist/components/list/src/data.js +6 -0
- package/dist/components/list/src/index2.cjs +6 -6
- package/dist/components/list/src/index2.js +2 -2
- package/dist/components/list/src/util.cjs +12 -26
- package/dist/components/list/src/util.d.ts +1 -1
- package/dist/components/list/src/util.js +13 -27
- package/dist/components/lists/index.css +4 -0
- package/dist/components/listsp/index.css +4 -0
- package/dist/components/listspd/index.css +4 -0
- package/dist/components/menus/index.css +4 -0
- package/dist/components/no-data/index.css +4 -0
- package/dist/components/page/index.css +10 -6
- package/dist/components/paging/index.css +4 -0
- package/dist/components/popup/index.css +4 -0
- package/dist/components/retract/index.css +4 -0
- package/dist/components/right-key/index.css +4 -0
- package/dist/components/scss/common.scss +4 -0
- package/dist/components/seamless-scroll/index.css +4 -0
- package/dist/components/select-scroll/index.css +4 -0
- package/dist/components/selector/index.css +4 -0
- package/dist/components/selects/index.css +4 -0
- package/dist/components/sliders/index.css +4 -0
- package/dist/components/switchs/index.css +4 -0
- package/dist/components/tables/common/config.cjs +1 -1
- package/dist/components/tables/common/config.js +1 -1
- package/dist/components/tables/common/pagin.cjs +74 -32
- package/dist/components/tables/common/pagin.d.ts +10 -1
- package/dist/components/tables/common/pagin.js +74 -32
- package/dist/components/tables/index.css +4 -0
- package/dist/components/tables/src/column.cjs +22 -20
- package/dist/components/tables/src/column.d.ts +1 -0
- package/dist/components/tables/src/column.js +14 -12
- package/dist/components/tables/src/data.cjs +15 -0
- package/dist/components/tables/src/data.d.ts +13 -0
- package/dist/components/tables/src/data.js +15 -0
- package/dist/components/tables/src/index2.cjs +17 -9
- package/dist/components/tables/src/index2.js +11 -3
- package/dist/components/tablesp/index.css +4 -0
- package/dist/components/tablespd/index.css +4 -0
- package/dist/components/tabless/index.css +4 -0
- package/dist/components/tablesv/index.css +4 -0
- package/dist/components/tablesv/src/column.cjs +116 -112
- package/dist/components/tablesv/src/column.js +110 -106
- package/dist/components/tablesv/src/data.cjs +44 -0
- package/dist/components/tablesv/src/data.d.ts +43 -1
- package/dist/components/tablesv/src/data.js +44 -0
- package/dist/components/tablesv/src/index2.cjs +37 -14
- package/dist/components/tablesv/src/index2.js +36 -13
- package/dist/components/tablesv/style/index2.scss +3 -1
- package/dist/components/tablesvp/index.css +10 -0
- package/dist/components/tablesvp/index.scss +8 -0
- package/dist/components/tablesvp/src/index2.cjs +15 -5
- package/dist/components/tablesvp/src/index2.js +15 -5
- package/dist/components/tablesvpd/index.cjs +9 -0
- package/dist/components/tablesvpd/index.css +157 -0
- package/dist/components/tablesvpd/index.d.ts +4 -0
- package/dist/components/tablesvpd/index.js +9 -0
- package/dist/components/tablesvpd/index.scss +41 -0
- package/dist/components/tablesvpd/src/data.cjs +13 -0
- package/dist/components/tablesvpd/src/data.d.ts +18 -0
- package/dist/components/tablesvpd/src/data.js +13 -0
- package/dist/components/tablesvpd/src/index.cjs +4 -0
- package/dist/components/tablesvpd/src/index.js +4 -0
- package/dist/components/tablesvpd/src/index2.cjs +107 -0
- package/dist/components/tablesvpd/src/index2.js +107 -0
- package/dist/components/tablesvpd/style/index2.scss +4 -0
- package/dist/components/uploads/index.css +4 -0
- package/dist/components/videos/index.css +4 -0
- package/dist/components/window/index.css +4 -0
- package/dist/css/array.css +4 -0
- package/dist/css/audios.css +4 -0
- package/dist/css/box-adjust.css +4 -0
- package/dist/css/box-local.css +4 -0
- package/dist/css/box-mask.css +4 -0
- package/dist/css/box-title.css +4 -0
- package/dist/css/box.css +4 -0
- package/dist/css/buttons.css +4 -0
- package/dist/css/cascaders.css +4 -0
- package/dist/css/checks.css +4 -0
- package/dist/css/dates-divide.css +4 -0
- package/dist/css/dates-picker.css +4 -0
- package/dist/css/dates.css +4 -0
- package/dist/css/dates2.css +4 -0
- package/dist/css/dialogs.css +4 -0
- package/dist/css/edit-float.css +4 -0
- package/dist/css/edit.css +4 -0
- package/dist/css/forms-div.css +4 -0
- package/dist/css/forms-item.css +4 -0
- package/dist/css/forms.css +10 -6
- package/dist/css/full-screen.css +4 -0
- package/dist/css/global-config.css +4 -0
- package/dist/css/history.css +4 -0
- package/dist/css/icon-picker.css +4 -0
- package/dist/css/icon.css +4 -0
- package/dist/css/iframe.css +4 -0
- package/dist/css/images.css +4 -0
- package/dist/css/index.css +16 -6
- package/dist/css/input-array.css +4 -0
- package/dist/css/input-history.css +4 -0
- package/dist/css/input-num.css +4 -0
- package/dist/css/input-select.css +4 -0
- package/dist/css/inputs.css +4 -0
- package/dist/css/labels.css +4 -0
- package/dist/css/list.css +4 -0
- package/dist/css/lists.css +4 -0
- package/dist/css/listsp.css +4 -0
- package/dist/css/listspd.css +4 -0
- package/dist/css/menus.css +4 -0
- package/dist/css/no-data.css +4 -0
- package/dist/css/page.css +10 -6
- package/dist/css/paging.css +4 -0
- package/dist/css/popup.css +4 -0
- package/dist/css/retract.css +4 -0
- package/dist/css/right-key.css +4 -0
- package/dist/css/seamless-scroll.css +4 -0
- package/dist/css/select-scroll.css +4 -0
- package/dist/css/selector.css +4 -0
- package/dist/css/selects.css +4 -0
- package/dist/css/sliders.css +4 -0
- package/dist/css/switchs.css +4 -0
- package/dist/css/tables.css +4 -0
- package/dist/css/tablesp.css +4 -0
- package/dist/css/tablespd.css +4 -0
- package/dist/css/tabless.css +4 -0
- package/dist/css/tablesv.css +4 -0
- package/dist/css/tablesvp.css +10 -0
- package/dist/css/tablesvpd.css +157 -0
- package/dist/css/uploads.css +4 -0
- package/dist/css/videos.css +4 -0
- package/dist/css/window.css +4 -0
- package/dist/expand/{chunk-MC76Q3TQ.cjs → chunk-3HP2ZDNG.cjs} +3 -1
- package/dist/expand/{chunk-CV4O5V2F.js → chunk-7C25SBCF.js} +3 -1
- 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/hooks/compons/index.cjs +44 -0
- package/dist/hooks/compons/index.d.ts +7 -0
- package/dist/hooks/compons/index.js +44 -0
- package/dist/icons/index.json +1 -1
- package/dist/index.cjs +24 -22
- package/dist/index.css +16 -6
- package/dist/index.js +2 -0
- package/dist/type.d.ts +4 -0
- package/package.json +12 -12
- package/dist/components/common/compons.cjs +0 -76
- package/dist/components/common/compons.d.ts +0 -9
- package/dist/components/common/compons.js +0 -76
- package/dist/components/common/compons.scss +0 -26
- package/dist/components/common/compons2.scss +0 -26
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const vue = require("vue");
|
|
4
|
+
const index$3 = require("../../tablesv/index.cjs");
|
|
5
|
+
const index$6 = require("../../paging/index.cjs");
|
|
6
|
+
const index$4 = require("../../../directives/scroll/index.cjs");
|
|
7
|
+
const index$5 = require("../../../directives/sortable/index.cjs");
|
|
8
|
+
const data = require("./data.cjs");
|
|
9
|
+
const pagin = require("../../tables/common/pagin.cjs");
|
|
10
|
+
const index$1 = require("../../../hooks/cssname/index.cjs");
|
|
11
|
+
const index = require("../../../hooks/locale/index.cjs");
|
|
12
|
+
const index$2 = require("../../../hooks/props-default/index.cjs");
|
|
13
|
+
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
14
|
+
__name: "index",
|
|
15
|
+
props: index$2.getProps(pagin.dataProps),
|
|
16
|
+
emits: pagin.dataEmit,
|
|
17
|
+
setup(__props, { expose: __expose, emit: __emit }) {
|
|
18
|
+
const { getLocale } = index.useLocale();
|
|
19
|
+
const cs = index$1.useCssName(data.name);
|
|
20
|
+
const slots = vue.useSlots();
|
|
21
|
+
const prs = __props;
|
|
22
|
+
const props = index$2.usePropsDefault(data.name, prs, pagin.dataProps);
|
|
23
|
+
index$2.viewProps(props, data.name);
|
|
24
|
+
const emit = __emit;
|
|
25
|
+
const refTable = vue.ref();
|
|
26
|
+
const {
|
|
27
|
+
height,
|
|
28
|
+
getSelection,
|
|
29
|
+
initData,
|
|
30
|
+
getData,
|
|
31
|
+
empty,
|
|
32
|
+
loading,
|
|
33
|
+
tableList,
|
|
34
|
+
tableConfig,
|
|
35
|
+
onRadioChange,
|
|
36
|
+
onSortChange,
|
|
37
|
+
onListEvents,
|
|
38
|
+
onChange,
|
|
39
|
+
onCellClick,
|
|
40
|
+
pagconfig,
|
|
41
|
+
formEvent,
|
|
42
|
+
onSizeChange,
|
|
43
|
+
onCurrentChange,
|
|
44
|
+
paginat,
|
|
45
|
+
scroll,
|
|
46
|
+
sortable,
|
|
47
|
+
data: data$1
|
|
48
|
+
} = pagin.useInit(props, emit, refTable, getLocale);
|
|
49
|
+
__expose({
|
|
50
|
+
getSelection,
|
|
51
|
+
initData,
|
|
52
|
+
getList: getData,
|
|
53
|
+
empty
|
|
54
|
+
});
|
|
55
|
+
return (_ctx, _cache) => {
|
|
56
|
+
var _a, _b, _c;
|
|
57
|
+
return vue.openBlock(), vue.createElementBlock("div", {
|
|
58
|
+
class: vue.normalizeClass(vue.unref(cs).z()),
|
|
59
|
+
style: vue.normalizeStyle(vue.unref(cs).vdo({ height: vue.unref(height) }))
|
|
60
|
+
}, [
|
|
61
|
+
vue.withDirectives((vue.openBlock(), vue.createBlock(vue.unref(index$3.Tablesv), vue.mergeProps(vue.unref(tableConfig).config, vue.toHandlers(vue.unref(formEvent)), {
|
|
62
|
+
height: vue.unref(height) == "auto" ? "auto" : "100%",
|
|
63
|
+
ref_key: "refTable",
|
|
64
|
+
ref: refTable,
|
|
65
|
+
class: [
|
|
66
|
+
vue.unref(cs).z("main"),
|
|
67
|
+
vue.unref(cs).is("scroll", vue.unref(paginat).is && vue.unref(paginat).scroll)
|
|
68
|
+
],
|
|
69
|
+
"scroll-selector": ".vxe-table--render-wrapper .vxe-table--body-wrapper",
|
|
70
|
+
"sortable-selector": ".vxe-table--render-wrapper .vxe-table--body tbody",
|
|
71
|
+
size: (_a = vue.unref(tableConfig).config) == null ? void 0 : _a.size,
|
|
72
|
+
value: vue.unref(data$1).list,
|
|
73
|
+
list: vue.unref(tableList),
|
|
74
|
+
paginat: vue.unref(paginat),
|
|
75
|
+
loading: ((_b = vue.unref(tableConfig).config) == null ? void 0 : _b.noloading) ? false : vue.unref(loading),
|
|
76
|
+
options: vue.unref(props).options,
|
|
77
|
+
compons: vue.unref(props).compons,
|
|
78
|
+
onSortChange: vue.unref(onSortChange),
|
|
79
|
+
onCellClick: vue.unref(onCellClick),
|
|
80
|
+
onRadioChange: vue.unref(onRadioChange),
|
|
81
|
+
onSelectionChange: vue.unref(onChange),
|
|
82
|
+
onListEvents: vue.unref(onListEvents)
|
|
83
|
+
}), vue.createSlots({ _: 2 }, [
|
|
84
|
+
vue.renderList(Object.keys(vue.unref(slots)), (k, i) => {
|
|
85
|
+
return {
|
|
86
|
+
name: k,
|
|
87
|
+
fn: vue.withCtx((scope) => [
|
|
88
|
+
vue.renderSlot(_ctx.$slots, k, vue.normalizeProps(vue.guardReactiveProps(scope)))
|
|
89
|
+
])
|
|
90
|
+
};
|
|
91
|
+
})
|
|
92
|
+
]), 1040, ["height", "class", "size", "value", "list", "paginat", "loading", "options", "compons", "onSortChange", "onCellClick", "onRadioChange", "onSelectionChange", "onListEvents"])), [
|
|
93
|
+
[vue.unref(index$4.default), vue.unref(scroll)],
|
|
94
|
+
[vue.unref(index$5.default), vue.unref(sortable)]
|
|
95
|
+
]),
|
|
96
|
+
((_c = vue.unref(paginat)) == null ? void 0 : _c.is) && !vue.unref(paginat).scroll ? (vue.openBlock(), vue.createBlock(vue.unref(index$6.Paging), vue.mergeProps({ key: 0 }, vue.unref(pagconfig), {
|
|
97
|
+
class: vue.unref(cs).z("paginat"),
|
|
98
|
+
paginat: vue.unref(paginat),
|
|
99
|
+
total: vue.unref(data$1).total,
|
|
100
|
+
onSizeChange: vue.unref(onSizeChange),
|
|
101
|
+
onCurrentChange: vue.unref(onCurrentChange)
|
|
102
|
+
}), null, 16, ["class", "paginat", "total", "onSizeChange", "onCurrentChange"])) : vue.createCommentVNode("", true)
|
|
103
|
+
], 6);
|
|
104
|
+
};
|
|
105
|
+
}
|
|
106
|
+
});
|
|
107
|
+
exports.default = _sfc_main;
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import { defineComponent, useSlots, ref, createElementBlock, openBlock, normalizeStyle, unref, normalizeClass, withDirectives, createBlock, createCommentVNode, mergeProps, toHandlers, createSlots, renderList, withCtx, renderSlot, normalizeProps, guardReactiveProps } from "vue";
|
|
2
|
+
import { Tablesv } from "../../tablesv/index.js";
|
|
3
|
+
import { Paging } from "../../paging/index.js";
|
|
4
|
+
import vScroll from "../../../directives/scroll/index.js";
|
|
5
|
+
import vSortable from "../../../directives/sortable/index.js";
|
|
6
|
+
import { name } from "./data.js";
|
|
7
|
+
import { dataProps, useInit, dataEmit } from "../../tables/common/pagin.js";
|
|
8
|
+
import { useCssName } from "../../../hooks/cssname/index.js";
|
|
9
|
+
import { useLocale } from "../../../hooks/locale/index.js";
|
|
10
|
+
import { usePropsDefault, viewProps, getProps } from "../../../hooks/props-default/index.js";
|
|
11
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
12
|
+
__name: "index",
|
|
13
|
+
props: getProps(dataProps),
|
|
14
|
+
emits: dataEmit,
|
|
15
|
+
setup(__props, { expose: __expose, emit: __emit }) {
|
|
16
|
+
const { getLocale } = useLocale();
|
|
17
|
+
const cs = useCssName(name);
|
|
18
|
+
const slots = useSlots();
|
|
19
|
+
const prs = __props;
|
|
20
|
+
const props = usePropsDefault(name, prs, dataProps);
|
|
21
|
+
viewProps(props, name);
|
|
22
|
+
const emit = __emit;
|
|
23
|
+
const refTable = ref();
|
|
24
|
+
const {
|
|
25
|
+
height,
|
|
26
|
+
getSelection,
|
|
27
|
+
initData,
|
|
28
|
+
getData,
|
|
29
|
+
empty,
|
|
30
|
+
loading,
|
|
31
|
+
tableList,
|
|
32
|
+
tableConfig,
|
|
33
|
+
onRadioChange,
|
|
34
|
+
onSortChange,
|
|
35
|
+
onListEvents,
|
|
36
|
+
onChange,
|
|
37
|
+
onCellClick,
|
|
38
|
+
pagconfig,
|
|
39
|
+
formEvent,
|
|
40
|
+
onSizeChange,
|
|
41
|
+
onCurrentChange,
|
|
42
|
+
paginat,
|
|
43
|
+
scroll,
|
|
44
|
+
sortable,
|
|
45
|
+
data
|
|
46
|
+
} = useInit(props, emit, refTable, getLocale);
|
|
47
|
+
__expose({
|
|
48
|
+
getSelection,
|
|
49
|
+
initData,
|
|
50
|
+
getList: getData,
|
|
51
|
+
empty
|
|
52
|
+
});
|
|
53
|
+
return (_ctx, _cache) => {
|
|
54
|
+
var _a, _b, _c;
|
|
55
|
+
return openBlock(), createElementBlock("div", {
|
|
56
|
+
class: normalizeClass(unref(cs).z()),
|
|
57
|
+
style: normalizeStyle(unref(cs).vdo({ height: unref(height) }))
|
|
58
|
+
}, [
|
|
59
|
+
withDirectives((openBlock(), createBlock(unref(Tablesv), mergeProps(unref(tableConfig).config, toHandlers(unref(formEvent)), {
|
|
60
|
+
height: unref(height) == "auto" ? "auto" : "100%",
|
|
61
|
+
ref_key: "refTable",
|
|
62
|
+
ref: refTable,
|
|
63
|
+
class: [
|
|
64
|
+
unref(cs).z("main"),
|
|
65
|
+
unref(cs).is("scroll", unref(paginat).is && unref(paginat).scroll)
|
|
66
|
+
],
|
|
67
|
+
"scroll-selector": ".vxe-table--render-wrapper .vxe-table--body-wrapper",
|
|
68
|
+
"sortable-selector": ".vxe-table--render-wrapper .vxe-table--body tbody",
|
|
69
|
+
size: (_a = unref(tableConfig).config) == null ? void 0 : _a.size,
|
|
70
|
+
value: unref(data).list,
|
|
71
|
+
list: unref(tableList),
|
|
72
|
+
paginat: unref(paginat),
|
|
73
|
+
loading: ((_b = unref(tableConfig).config) == null ? void 0 : _b.noloading) ? false : unref(loading),
|
|
74
|
+
options: unref(props).options,
|
|
75
|
+
compons: unref(props).compons,
|
|
76
|
+
onSortChange: unref(onSortChange),
|
|
77
|
+
onCellClick: unref(onCellClick),
|
|
78
|
+
onRadioChange: unref(onRadioChange),
|
|
79
|
+
onSelectionChange: unref(onChange),
|
|
80
|
+
onListEvents: unref(onListEvents)
|
|
81
|
+
}), createSlots({ _: 2 }, [
|
|
82
|
+
renderList(Object.keys(unref(slots)), (k, i) => {
|
|
83
|
+
return {
|
|
84
|
+
name: k,
|
|
85
|
+
fn: withCtx((scope) => [
|
|
86
|
+
renderSlot(_ctx.$slots, k, normalizeProps(guardReactiveProps(scope)))
|
|
87
|
+
])
|
|
88
|
+
};
|
|
89
|
+
})
|
|
90
|
+
]), 1040, ["height", "class", "size", "value", "list", "paginat", "loading", "options", "compons", "onSortChange", "onCellClick", "onRadioChange", "onSelectionChange", "onListEvents"])), [
|
|
91
|
+
[unref(vScroll), unref(scroll)],
|
|
92
|
+
[unref(vSortable), unref(sortable)]
|
|
93
|
+
]),
|
|
94
|
+
((_c = unref(paginat)) == null ? void 0 : _c.is) && !unref(paginat).scroll ? (openBlock(), createBlock(unref(Paging), mergeProps({ key: 0 }, unref(pagconfig), {
|
|
95
|
+
class: unref(cs).z("paginat"),
|
|
96
|
+
paginat: unref(paginat),
|
|
97
|
+
total: unref(data).total,
|
|
98
|
+
onSizeChange: unref(onSizeChange),
|
|
99
|
+
onCurrentChange: unref(onCurrentChange)
|
|
100
|
+
}), null, 16, ["class", "paginat", "total", "onSizeChange", "onCurrentChange"])) : createCommentVNode("", true)
|
|
101
|
+
], 6);
|
|
102
|
+
};
|
|
103
|
+
}
|
|
104
|
+
});
|
|
105
|
+
export {
|
|
106
|
+
_sfc_main as default
|
|
107
|
+
};
|
package/dist/css/array.css
CHANGED
package/dist/css/audios.css
CHANGED
package/dist/css/box-adjust.css
CHANGED
package/dist/css/box-local.css
CHANGED
package/dist/css/box-mask.css
CHANGED
package/dist/css/box-title.css
CHANGED
package/dist/css/box.css
CHANGED
package/dist/css/buttons.css
CHANGED
package/dist/css/cascaders.css
CHANGED
package/dist/css/checks.css
CHANGED
package/dist/css/dates.css
CHANGED
package/dist/css/dates2.css
CHANGED
package/dist/css/dialogs.css
CHANGED
package/dist/css/edit-float.css
CHANGED
package/dist/css/edit.css
CHANGED
package/dist/css/forms-div.css
CHANGED
package/dist/css/forms-item.css
CHANGED
package/dist/css/forms.css
CHANGED
|
@@ -18,6 +18,10 @@
|
|
|
18
18
|
padding: 20px 20px;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
+
.com-lable-array {
|
|
22
|
+
line-height: 18px;
|
|
23
|
+
}
|
|
24
|
+
|
|
21
25
|
.forms-div {
|
|
22
26
|
width: 100%;
|
|
23
27
|
height: 100%;
|
|
@@ -106,12 +110,6 @@
|
|
|
106
110
|
font-size: 0;
|
|
107
111
|
}
|
|
108
112
|
|
|
109
|
-
.dates .dates-date {
|
|
110
|
-
height: 100%;
|
|
111
|
-
width: 100%;
|
|
112
|
-
box-sizing: border-box;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
113
|
.selects-select {
|
|
116
114
|
height: 100%;
|
|
117
115
|
min-width: 60px;
|
|
@@ -121,6 +119,12 @@
|
|
|
121
119
|
height: 100%;
|
|
122
120
|
}
|
|
123
121
|
|
|
122
|
+
.dates .dates-date {
|
|
123
|
+
height: 100%;
|
|
124
|
+
width: 100%;
|
|
125
|
+
box-sizing: border-box;
|
|
126
|
+
}
|
|
127
|
+
|
|
124
128
|
.inputs-input {
|
|
125
129
|
height: 100%;
|
|
126
130
|
}
|
package/dist/css/full-screen.css
CHANGED
package/dist/css/history.css
CHANGED
package/dist/css/icon-picker.css
CHANGED
package/dist/css/icon.css
CHANGED
package/dist/css/iframe.css
CHANGED
package/dist/css/images.css
CHANGED
package/dist/css/index.css
CHANGED
|
@@ -18,6 +18,10 @@
|
|
|
18
18
|
padding: 20px 20px;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
+
.com-lable-array {
|
|
22
|
+
line-height: 18px;
|
|
23
|
+
}
|
|
24
|
+
|
|
21
25
|
.forms-div {
|
|
22
26
|
width: 100%;
|
|
23
27
|
height: 100%;
|
|
@@ -106,12 +110,6 @@
|
|
|
106
110
|
font-size: 0;
|
|
107
111
|
}
|
|
108
112
|
|
|
109
|
-
.dates .dates-date {
|
|
110
|
-
height: 100%;
|
|
111
|
-
width: 100%;
|
|
112
|
-
box-sizing: border-box;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
113
|
.selects-select {
|
|
116
114
|
height: 100%;
|
|
117
115
|
min-width: 60px;
|
|
@@ -121,6 +119,12 @@
|
|
|
121
119
|
height: 100%;
|
|
122
120
|
}
|
|
123
121
|
|
|
122
|
+
.dates .dates-date {
|
|
123
|
+
height: 100%;
|
|
124
|
+
width: 100%;
|
|
125
|
+
box-sizing: border-box;
|
|
126
|
+
}
|
|
127
|
+
|
|
124
128
|
.inputs-input {
|
|
125
129
|
height: 100%;
|
|
126
130
|
}
|
|
@@ -1857,6 +1861,12 @@
|
|
|
1857
1861
|
.tablesvp-main.is-radio .el-table__header .el-table-column--selection .el-checkbox {
|
|
1858
1862
|
display: none;
|
|
1859
1863
|
}
|
|
1864
|
+
.tablesvp-main.is-scroll .v-scroll-add {
|
|
1865
|
+
text-align: center;
|
|
1866
|
+
padding: 10px;
|
|
1867
|
+
color: #999;
|
|
1868
|
+
background-color: #eee;
|
|
1869
|
+
}
|
|
1860
1870
|
.tablesvp-paginat {
|
|
1861
1871
|
overflow: hidden;
|
|
1862
1872
|
}
|
package/dist/css/input-array.css
CHANGED