@fecp/mobile 1.1.13 → 1.1.15
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/es/mobile.css +10 -10
- package/es/packages/mobile/index.mjs +2 -0
- package/es/packages/mobile/src/components/all.mjs +2 -0
- package/es/packages/mobile/src/components/dataDisplay/steps/Steps.vue.mjs +35 -18
- package/es/packages/mobile/src/components/dataDisplay/steps/index.mjs +2 -2
- package/es/packages/mobile/src/components/dataDisplay/table/Table.vue.mjs +4 -3
- package/es/packages/mobile/src/components/dataDisplay/timeLine/TimeLine.vue.mjs +23 -0
- package/es/packages/mobile/src/components/dataDisplay/timeLine/index.mjs +7 -0
- package/lib/mobile.css +10 -10
- package/lib/packages/mobile/index.js +87 -85
- package/lib/packages/mobile/src/components/all.js +82 -80
- package/lib/packages/mobile/src/components/dataDisplay/steps/Steps.vue.js +34 -17
- package/lib/packages/mobile/src/components/dataDisplay/table/Table.vue.js +4 -3
- package/lib/packages/mobile/src/components/dataDisplay/timeLine/TimeLine.vue.js +23 -0
- package/lib/packages/mobile/src/components/dataDisplay/timeLine/index.js +7 -0
- package/package.json +1 -1
|
@@ -20,46 +20,47 @@ const index$g = require("./dataDisplay/step/index.js");
|
|
|
20
20
|
const index$h = require("./dataDisplay/swipe/index.js");
|
|
21
21
|
const index$i = require("./dataDisplay/swipeItem/index.js");
|
|
22
22
|
const index$j = require("./dataDisplay/textEllipsis/index.js");
|
|
23
|
-
const index$k = require("./
|
|
24
|
-
const index$l = require("./feedback/
|
|
25
|
-
const index$m = require("./feedback/
|
|
26
|
-
const index$n = require("./feedback/
|
|
27
|
-
const index$o = require("./feedback/
|
|
28
|
-
const index$p = require("./feedback/
|
|
29
|
-
const index$q = require("./feedback/
|
|
30
|
-
const index$r = require("./
|
|
31
|
-
const index$s = require("./form/
|
|
32
|
-
const index$t = require("./form/
|
|
33
|
-
const index$u = require("./form/
|
|
34
|
-
const index$v = require("./form/
|
|
35
|
-
const index$w = require("./form/
|
|
36
|
-
const index$x = require("./form/
|
|
37
|
-
const index$y = require("./form/
|
|
38
|
-
const index$z = require("./form/
|
|
39
|
-
const index$A = require("./form/
|
|
40
|
-
const index$B = require("./form/
|
|
41
|
-
const index$C = require("./form/
|
|
42
|
-
const index$D = require("./form/
|
|
43
|
-
const index$E = require("./form/
|
|
44
|
-
const index$F = require("./form/
|
|
45
|
-
const index$G = require("./form/
|
|
46
|
-
const index$H = require("./form/
|
|
47
|
-
const index$I = require("./form/
|
|
48
|
-
const index$J = require("./form/
|
|
49
|
-
const index$K = require("./
|
|
50
|
-
const index$L = require("./navigation/
|
|
51
|
-
const index$M = require("./navigation/
|
|
52
|
-
const index$N = require("./navigation/
|
|
53
|
-
const index$O = require("./navigation/
|
|
54
|
-
const index$P = require("./navigation/
|
|
55
|
-
const index$Q = require("./navigation/
|
|
56
|
-
const index$R = require("./navigation/
|
|
57
|
-
const index$S = require("./navigation/
|
|
58
|
-
const index$T = require("./navigation/
|
|
59
|
-
const index$U = require("./navigation/
|
|
60
|
-
const index$V = require("./navigation/
|
|
61
|
-
const index$W = require("./navigation/
|
|
62
|
-
const index$X = require("./
|
|
23
|
+
const index$k = require("./dataDisplay/timeLine/index.js");
|
|
24
|
+
const index$l = require("./feedback/actionSheet/index.js");
|
|
25
|
+
const index$m = require("./feedback/dropdownMenu/index.js");
|
|
26
|
+
const index$n = require("./feedback/floatingPanel/index.js");
|
|
27
|
+
const index$o = require("./feedback/floatingBubble/index.js");
|
|
28
|
+
const index$p = require("./feedback/loading/index.js");
|
|
29
|
+
const index$q = require("./feedback/pullRefresh/index.js");
|
|
30
|
+
const index$r = require("./feedback/swipeCell/index.js");
|
|
31
|
+
const index$s = require("./form/checkbox/index.js");
|
|
32
|
+
const index$t = require("./form/checkboxGroup/index.js");
|
|
33
|
+
const index$u = require("./form/field/index.js");
|
|
34
|
+
const index$v = require("./form/fieldPicker/index.js");
|
|
35
|
+
const index$w = require("./form/fieldCalendarPicker/index.js");
|
|
36
|
+
const index$x = require("./form/fieldDatePicker/index.js");
|
|
37
|
+
const index$y = require("./form/fieldTimePicker/index.js");
|
|
38
|
+
const index$z = require("./form/fieldDateTimePicker/index.js");
|
|
39
|
+
const index$A = require("./form/fieldCascaderPicker/index.js");
|
|
40
|
+
const index$B = require("./form/fieldCheckbox/index.js");
|
|
41
|
+
const index$C = require("./form/fieldRadio/index.js");
|
|
42
|
+
const index$D = require("./form/fieldArea/index.js");
|
|
43
|
+
const index$E = require("./form/form/index.js");
|
|
44
|
+
const index$F = require("./form/formItem/index.js");
|
|
45
|
+
const index$G = require("./form/radioGroup/index.js");
|
|
46
|
+
const index$H = require("./form/search/index.js");
|
|
47
|
+
const index$I = require("./form/uploader/index.js");
|
|
48
|
+
const index$J = require("./form/fieldUploader/index.js");
|
|
49
|
+
const index$K = require("./form/submitButton/index.js");
|
|
50
|
+
const index$L = require("./navigation/actionBar/index.js");
|
|
51
|
+
const index$M = require("./navigation/backTop/index.js");
|
|
52
|
+
const index$N = require("./navigation/grid/index.js");
|
|
53
|
+
const index$O = require("./navigation/indexBar/index.js");
|
|
54
|
+
const index$P = require("./navigation/indexAnchor/index.js");
|
|
55
|
+
const index$Q = require("./navigation/navBar/index.js");
|
|
56
|
+
const index$R = require("./navigation/pagination/index.js");
|
|
57
|
+
const index$S = require("./navigation/sidebar/index.js");
|
|
58
|
+
const index$T = require("./navigation/sidebarItem/index.js");
|
|
59
|
+
const index$U = require("./navigation/tabs/index.js");
|
|
60
|
+
const index$V = require("./navigation/tabbar/index.js");
|
|
61
|
+
const index$W = require("./navigation/tabbarItem/index.js");
|
|
62
|
+
const index$X = require("./navigation/treeSelect/index.js");
|
|
63
|
+
const index$Y = require("./layout/layout/index.js");
|
|
63
64
|
exports.MobileButton = index.MobileButton;
|
|
64
65
|
exports.MobileIcon = index$1.MobileIcon;
|
|
65
66
|
exports.MobileCell = index$2.MobileCell;
|
|
@@ -80,43 +81,44 @@ exports.MobileStep = index$g.MobileStep;
|
|
|
80
81
|
exports.MobileSwipe = index$h.MobileSwipe;
|
|
81
82
|
exports.MobileSwipeItem = index$i.MobileSwipeItem;
|
|
82
83
|
exports.MobileTextEllipsis = index$j.MobileTextEllipsis;
|
|
83
|
-
exports.
|
|
84
|
-
exports.
|
|
85
|
-
exports.
|
|
86
|
-
exports.
|
|
87
|
-
exports.
|
|
88
|
-
exports.
|
|
89
|
-
exports.
|
|
90
|
-
exports.
|
|
91
|
-
exports.
|
|
92
|
-
exports.
|
|
93
|
-
exports.
|
|
94
|
-
exports.
|
|
95
|
-
exports.
|
|
96
|
-
exports.
|
|
97
|
-
exports.
|
|
98
|
-
exports.
|
|
99
|
-
exports.
|
|
100
|
-
exports.
|
|
101
|
-
exports.
|
|
102
|
-
exports.
|
|
103
|
-
exports.
|
|
104
|
-
exports.
|
|
105
|
-
exports.
|
|
106
|
-
exports.
|
|
107
|
-
exports.
|
|
108
|
-
exports.
|
|
109
|
-
exports.
|
|
110
|
-
exports.
|
|
111
|
-
exports.
|
|
112
|
-
exports.
|
|
113
|
-
exports.
|
|
114
|
-
exports.
|
|
115
|
-
exports.
|
|
116
|
-
exports.
|
|
117
|
-
exports.
|
|
118
|
-
exports.
|
|
119
|
-
exports.
|
|
120
|
-
exports.
|
|
121
|
-
exports.
|
|
122
|
-
exports.
|
|
84
|
+
exports.MobileTimeLine = index$k.MobileTimeLine;
|
|
85
|
+
exports.MobileActionSheet = index$l.MobileActionSheet;
|
|
86
|
+
exports.MobileDropdownMenu = index$m.MobileDropdownMenu;
|
|
87
|
+
exports.MobileFloatingPanel = index$n.MobileFloatingPanel;
|
|
88
|
+
exports.MobileFloatingBubble = index$o.MobileFloatingBubble;
|
|
89
|
+
exports.MobileLoading = index$p.MobileLoading;
|
|
90
|
+
exports.MobilePullRefresh = index$q.MobilePullRefresh;
|
|
91
|
+
exports.MobileSwipeCell = index$r.MobileSwipeCell;
|
|
92
|
+
exports.MobileCheckbox = index$s.MobileCheckbox;
|
|
93
|
+
exports.MobileCheckboxGroup = index$t.MobileCheckboxGroup;
|
|
94
|
+
exports.MobileField = index$u.MobileField;
|
|
95
|
+
exports.MobileFieldPicker = index$v.MobileFieldPicker;
|
|
96
|
+
exports.MobileFieldCalendarPicker = index$w.MobileFieldCalendarPicker;
|
|
97
|
+
exports.MobileFieldDatePicker = index$x.MobileFieldDatePicker;
|
|
98
|
+
exports.MobileFieldTimePicker = index$y.MobileFieldTimePicker;
|
|
99
|
+
exports.MobileFieldDateTimePicker = index$z.MobileFieldDateTimePicker;
|
|
100
|
+
exports.MobileFieldCascaderPicker = index$A.MobileFieldCascaderPicker;
|
|
101
|
+
exports.MobileFieldCheckbox = index$B.MobileFieldCheckbox;
|
|
102
|
+
exports.MobileFieldRadio = index$C.MobileFieldRadio;
|
|
103
|
+
exports.MobileFieldArea = index$D.MobileFieldArea;
|
|
104
|
+
exports.MobileForm = index$E.MobileForm;
|
|
105
|
+
exports.MobileFormItem = index$F.MobileFormItem;
|
|
106
|
+
exports.MobileRadioGroup = index$G.MobileRadioGroup;
|
|
107
|
+
exports.MobileSearch = index$H.MobileSearch;
|
|
108
|
+
exports.MobileUploader = index$I.MobileUploader;
|
|
109
|
+
exports.MobileFieldUploader = index$J.MobileFieldUploader;
|
|
110
|
+
exports.MobileSubmitButton = index$K.MobileSubmitButton;
|
|
111
|
+
exports.MobileActionBar = index$L.MobileActionBar;
|
|
112
|
+
exports.MobileBackTop = index$M.MobileBackTop;
|
|
113
|
+
exports.MobileGrid = index$N.MobileGrid;
|
|
114
|
+
exports.MobileIndexBar = index$O.MobileIndexBar;
|
|
115
|
+
exports.MobileIndexAnchor = index$P.MobileIndexAnchor;
|
|
116
|
+
exports.MobileNavBar = index$Q.MobileNavBar;
|
|
117
|
+
exports.MobilePagination = index$R.MobilePagination;
|
|
118
|
+
exports.MobileSidebar = index$S.MobileSidebar;
|
|
119
|
+
exports.MobileSidebarItem = index$T.MobileSidebarItem;
|
|
120
|
+
exports.MobileTabs = index$U.MobileTabs;
|
|
121
|
+
exports.MobileTabbar = index$V.MobileTabbar;
|
|
122
|
+
exports.MobileTabbarItem = index$W.MobileTabbarItem;
|
|
123
|
+
exports.MobileTreeSelect = index$X.MobileTreeSelect;
|
|
124
|
+
exports.MobileLayout = index$Y.MobileLayout;
|
|
@@ -2,22 +2,39 @@
|
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
3
|
;/* empty css */
|
|
4
4
|
;/* empty css */
|
|
5
|
+
;/* empty css */
|
|
6
|
+
;/* empty css */
|
|
7
|
+
;/* empty css */
|
|
5
8
|
const vue = require("vue");
|
|
6
|
-
const _pluginVue_exportHelper = require("../../../../../../_virtual/_plugin-vue_export-helper.js");
|
|
7
9
|
const index = require("../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/steps/index.js");
|
|
8
|
-
const
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
10
|
+
const index$1 = require("../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/step/index.js");
|
|
11
|
+
const _sfc_main = {
|
|
12
|
+
__name: "Steps",
|
|
13
|
+
props: {
|
|
14
|
+
options: {
|
|
15
|
+
//步骤配置
|
|
16
|
+
type: Array,
|
|
17
|
+
default: []
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
setup(__props) {
|
|
21
|
+
return (_ctx, _cache) => {
|
|
22
|
+
const _component_van_step = index$1.Step;
|
|
23
|
+
const _component_van_steps = index.Steps;
|
|
24
|
+
return vue.openBlock(), vue.createBlock(_component_van_steps, vue.mergeProps(_ctx.$attrs, { direction: "horizontal" }), {
|
|
25
|
+
default: vue.withCtx(() => [
|
|
26
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.options, (item) => {
|
|
27
|
+
return vue.openBlock(), vue.createBlock(_component_van_step, null, {
|
|
28
|
+
default: vue.withCtx(() => [
|
|
29
|
+
vue.createTextVNode(vue.toDisplayString(item.text), 1)
|
|
30
|
+
]),
|
|
31
|
+
_: 2
|
|
32
|
+
}, 1024);
|
|
33
|
+
}), 256))
|
|
34
|
+
]),
|
|
35
|
+
_: 1
|
|
36
|
+
}, 16);
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
};
|
|
40
|
+
exports.default = _sfc_main;
|
|
@@ -212,7 +212,7 @@ const _sfc_main = {
|
|
|
212
212
|
const initSwipeCells = () => {
|
|
213
213
|
if (props.swipeDelete || props.swipeEdit) {
|
|
214
214
|
const tableBody = gridRef.value.getEl().querySelector(".vxe-table--body");
|
|
215
|
-
|
|
215
|
+
tableBody.offsetWidth;
|
|
216
216
|
const tableRows = tableBody.querySelectorAll(".vxe-body--row");
|
|
217
217
|
tableRows.forEach((row, index$22) => {
|
|
218
218
|
if (!row.parentElement.classList.contains("van-swipe-cell__wrapper")) {
|
|
@@ -220,7 +220,8 @@ const _sfc_main = {
|
|
|
220
220
|
index.SwipeCell,
|
|
221
221
|
{
|
|
222
222
|
class: `fec-table-row-swipe`,
|
|
223
|
-
style: `width:${offsetWidth}px
|
|
223
|
+
// style: `width:${offsetWidth}px`,
|
|
224
|
+
style: `width:100%`
|
|
224
225
|
// beforeClose: ({ position }) => {
|
|
225
226
|
// switch (position) {
|
|
226
227
|
// case "left":
|
|
@@ -508,5 +509,5 @@ const _sfc_main = {
|
|
|
508
509
|
};
|
|
509
510
|
}
|
|
510
511
|
};
|
|
511
|
-
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
512
|
+
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-2d269193"]]);
|
|
512
513
|
exports.default = _Table;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
;/* empty css */
|
|
4
|
+
;/* empty css */
|
|
5
|
+
const vue = require("vue");
|
|
6
|
+
const _pluginVue_exportHelper = require("../../../../../../_virtual/_plugin-vue_export-helper.js");
|
|
7
|
+
const index = require("../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/steps/index.js");
|
|
8
|
+
const _sfc_main = {};
|
|
9
|
+
function _sfc_render(_ctx, _cache) {
|
|
10
|
+
const _component_van_steps = index.Steps;
|
|
11
|
+
return vue.openBlock(), vue.createBlock(_component_van_steps, vue.mergeProps(_ctx.$attrs, { direction: "vertical" }), vue.createSlots({ _: 2 }, [
|
|
12
|
+
vue.renderList(_ctx.$slots, (item, key) => {
|
|
13
|
+
return {
|
|
14
|
+
name: key,
|
|
15
|
+
fn: vue.withCtx(() => [
|
|
16
|
+
vue.renderSlot(_ctx.$slots, key)
|
|
17
|
+
])
|
|
18
|
+
};
|
|
19
|
+
})
|
|
20
|
+
]), 1040);
|
|
21
|
+
}
|
|
22
|
+
const _TimeLine = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["render", _sfc_render]]);
|
|
23
|
+
exports.default = _TimeLine;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const TimeLine = require("./TimeLine.vue.js");
|
|
4
|
+
const install = require("../../../utils/install.js");
|
|
5
|
+
const MobileTimeLine = install.default.withInstall("MobileTimeLine", TimeLine.default);
|
|
6
|
+
exports.MobileTimeLine = MobileTimeLine;
|
|
7
|
+
exports.default = MobileTimeLine;
|