@fecp/mobile 1.1.36 → 1.1.38
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 +15 -15
- package/es/packages/mobile/src/components/custom/timeLineFilter/TimeLineFilter.vue.mjs +3 -5
- package/es/packages/mobile/src/components/form/field/Field.vue.mjs +19 -11
- package/es/packages/mobile/src/components/form/fieldArea/FieldArea.vue.mjs +6 -1
- package/es/packages/mobile/src/components/form/fieldCascaderPicker/fieldCascaderPicker.vue.mjs +6 -1
- package/es/packages/mobile/src/components/form/form/Form.vue.mjs +3 -3
- package/lib/mobile.css +15 -15
- package/lib/packages/mobile/src/components/custom/timeLineFilter/TimeLineFilter.vue.js +3 -5
- package/lib/packages/mobile/src/components/form/field/Field.vue.js +18 -10
- package/lib/packages/mobile/src/components/form/fieldArea/FieldArea.vue.js +6 -1
- package/lib/packages/mobile/src/components/form/fieldCascaderPicker/fieldCascaderPicker.vue.js +6 -1
- package/lib/packages/mobile/src/components/form/form/Form.vue.js +2 -2
- package/package.json +1 -1
package/es/mobile.css
CHANGED
|
@@ -143,10 +143,10 @@
|
|
|
143
143
|
.van-radio-group--horizontal{display:flex;flex-wrap:wrap}
|
|
144
144
|
:root,:host{--van-radio-size: 20px;--van-radio-dot-size: 8px;--van-radio-border-color: var(--van-gray-5);--van-radio-duration: var(--van-duration-fast);--van-radio-label-margin: var(--van-padding-xs);--van-radio-label-color: var(--van-text-color);--van-radio-checked-icon-color: var(--van-primary-color);--van-radio-disabled-icon-color: var(--van-gray-5);--van-radio-disabled-label-color: var(--van-text-color-3);--van-radio-disabled-background: var(--van-border-color)}.van-radio{display:flex;align-items:center;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none}.van-radio--disabled{cursor:not-allowed}.van-radio--label-disabled{cursor:default}.van-radio--horizontal{margin-right:var(--van-padding-sm)}.van-radio__icon{flex:none;height:1em;font-size:var(--van-radio-size);line-height:1em;cursor:pointer}.van-radio__icon .van-icon{display:block;box-sizing:border-box;width:1.25em;height:1.25em;color:transparent;font-size:.8em;line-height:1.25;text-align:center;border:1px solid var(--van-radio-border-color);transition-duration:var(--van-radio-duration);transition-property:color,border-color,background-color}.van-radio__icon--round .van-icon{border-radius:100%}.van-radio__icon--dot{position:relative;border-radius:100%;box-sizing:border-box;width:var(--van-radio-size);height:var(--van-radio-size);border:1px solid var(--van-radio-border-color);transition-duration:var(--van-radio-duration);transition-property:border-color}.van-radio__icon--dot__icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:100%;height:calc(100% - var(--van-radio-dot-size));width:calc(100% - var(--van-radio-dot-size));transition-duration:var(--van-radio-duration);transition-property:background-color}.van-radio__icon--checked .van-icon{color:var(--van-white);background-color:var(--van-radio-checked-icon-color);border-color:var(--van-radio-checked-icon-color)}.van-radio__icon--checked.van-radio__icon--dot{border-color:var(--van-radio-checked-icon-color)}.van-radio__icon--checked.van-radio__icon--dot .van-radio__icon--dot__icon{background:var(--van-radio-checked-icon-color)}.van-radio__icon--disabled{cursor:not-allowed}.van-radio__icon--disabled .van-icon{background-color:var(--van-radio-disabled-background);border-color:var(--van-radio-disabled-icon-color)}.van-radio__icon--disabled.van-radio__icon--checked .van-icon{color:var(--van-radio-disabled-icon-color)}.van-radio__label{margin-left:var(--van-radio-label-margin);color:var(--van-radio-label-color);line-height:var(--van-radio-size)}.van-radio__label--left{margin:0 var(--van-radio-label-margin) 0 0}.van-radio__label--disabled{color:var(--van-radio-disabled-label-color)}
|
|
145
145
|
|
|
146
|
-
.fecMForm[data-v-
|
|
146
|
+
.fecMForm[data-v-d25982d9] .van-cell-group--inset {
|
|
147
147
|
margin: 12px;
|
|
148
148
|
}
|
|
149
|
-
.fecMForm.isShadow[data-v-
|
|
149
|
+
.fecMForm.isShadow[data-v-d25982d9] .van-cell-group--inset {
|
|
150
150
|
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
|
|
151
151
|
}
|
|
152
152
|
:root,:host{--van-search-padding: 10px var(--van-padding-sm);--van-search-background: var(--van-background-2);--van-search-content-background: var(--van-background);--van-search-input-height: 34px;--van-search-label-padding: 0 5px;--van-search-label-color: var(--van-text-color);--van-search-label-font-size: var(--van-font-size-md);--van-search-left-icon-color: var(--van-gray-6);--van-search-action-padding: 0 var(--van-padding-xs);--van-search-action-text-color: var(--van-text-color);--van-search-action-font-size: var(--van-font-size-md)}.van-search{display:flex;align-items:center;box-sizing:border-box;padding:var(--van-search-padding);background:var(--van-search-background)}.van-search__content{display:flex;flex:1;padding-left:var(--van-padding-sm);background:var(--van-search-content-background);border-radius:var(--van-radius-sm)}.van-search__content--round{border-radius:var(--van-radius-max)}.van-search__label{padding:var(--van-search-label-padding);color:var(--van-search-label-color);font-size:var(--van-search-label-font-size);line-height:var(--van-search-input-height)}.van-search__field{flex:1;align-items:center;padding:0 var(--van-padding-xs) 0 0;height:var(--van-search-input-height);background-color:transparent}.van-search__field .van-field__left-icon{color:var(--van-search-left-icon-color)}.van-search__field--with-message{height:auto;align-items:flex-start;padding-top:5px;padding-bottom:5px}.van-search--show-action{padding-right:0}.van-search input::-webkit-search-decoration,.van-search input::-webkit-search-cancel-button,.van-search input::-webkit-search-results-button,.van-search input::-webkit-search-results-decoration{display:none}.van-search__action{padding:var(--van-search-action-padding);color:var(--van-search-action-text-color);font-size:var(--van-search-action-font-size);line-height:var(--van-search-input-height);cursor:pointer;-webkit-user-select:none;user-select:none}.van-search__action:active{background-color:var(--van-active-color)}
|
|
@@ -234,43 +234,43 @@
|
|
|
234
234
|
position: relative;
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
.time-line-filter .el-timeline-item__tail[data-v-
|
|
237
|
+
.time-line-filter .el-timeline-item__tail[data-v-45434416] {
|
|
238
238
|
border-color: #0c9cdf;
|
|
239
239
|
border-width: 1px;
|
|
240
240
|
}
|
|
241
|
-
.time-line-filter .el-timeline-item[data-v-
|
|
241
|
+
.time-line-filter .el-timeline-item[data-v-45434416] {
|
|
242
242
|
cursor: pointer;
|
|
243
243
|
}
|
|
244
|
-
.time-line-filter .line-selected-content[data-v-
|
|
244
|
+
.time-line-filter .line-selected-content[data-v-45434416] {
|
|
245
245
|
border-bottom: 1px solid #f0f0f0;
|
|
246
246
|
}
|
|
247
|
-
.time-line-filter[data-v-
|
|
247
|
+
.time-line-filter[data-v-45434416] {
|
|
248
248
|
width: 100%;
|
|
249
249
|
padding: 18px;
|
|
250
250
|
display: flex;
|
|
251
251
|
flex-direction: column;
|
|
252
252
|
box-sizing: border-box;
|
|
253
253
|
}
|
|
254
|
-
.time-line-filter .selected-time-line[data-v-
|
|
254
|
+
.time-line-filter .selected-time-line[data-v-45434416] {
|
|
255
255
|
padding: 0;
|
|
256
256
|
background-color: transparent;
|
|
257
257
|
}
|
|
258
|
-
.time-line-filter .custom-item[data-v-
|
|
258
|
+
.time-line-filter .custom-item[data-v-45434416] {
|
|
259
259
|
display: flex;
|
|
260
260
|
align-items: center;
|
|
261
261
|
justify-content: space-between;
|
|
262
262
|
margin-top: 3px;
|
|
263
263
|
}
|
|
264
|
-
.time-line-filter .label[data-v-
|
|
264
|
+
.time-line-filter .label[data-v-45434416] {
|
|
265
265
|
display: block;
|
|
266
266
|
color: #303133;
|
|
267
267
|
}
|
|
268
|
-
.time-line-filter .line-list-content[data-v-
|
|
268
|
+
.time-line-filter .line-list-content[data-v-45434416] {
|
|
269
269
|
padding-top: 12px;
|
|
270
270
|
flex: 1;
|
|
271
271
|
overflow: auto;
|
|
272
272
|
}
|
|
273
|
-
.time-line-filter .line-list-item[data-v-
|
|
273
|
+
.time-line-filter .line-list-item[data-v-45434416] {
|
|
274
274
|
font-size: 14px;
|
|
275
275
|
display: flex;
|
|
276
276
|
align-items: center;
|
|
@@ -278,15 +278,15 @@
|
|
|
278
278
|
height: 40px;
|
|
279
279
|
cursor: pointer;
|
|
280
280
|
}
|
|
281
|
-
.time-line-filter .line-list-item .el-icon[data-v-
|
|
281
|
+
.time-line-filter .line-list-item .el-icon[data-v-45434416] {
|
|
282
282
|
font-size: 18px;
|
|
283
283
|
}
|
|
284
|
-
.time-line-filter .label.act[data-v-
|
|
285
|
-
.time-line-filter .line-list-item.act[data-v-
|
|
284
|
+
.time-line-filter .label.act[data-v-45434416],
|
|
285
|
+
.time-line-filter .line-list-item.act[data-v-45434416] {
|
|
286
286
|
color: #0c9cdf;
|
|
287
287
|
}
|
|
288
288
|
.time-line-filter
|
|
289
|
-
.line-selected-content[data-v-
|
|
289
|
+
.line-selected-content[data-v-45434416] .van-step--vertical:not(:last-child):after {
|
|
290
290
|
border-bottom: none;
|
|
291
291
|
}
|
|
292
292
|
:root {
|
|
@@ -42,12 +42,12 @@ const _sfc_main = {
|
|
|
42
42
|
const selectedList = ref([]);
|
|
43
43
|
const targetId = ref("0");
|
|
44
44
|
const listDataActId = ref("");
|
|
45
|
-
const stepsActive = ref(0);
|
|
46
45
|
let isDown = true;
|
|
47
46
|
watch(
|
|
48
47
|
[() => props.modelValue, () => props.data],
|
|
49
48
|
([value, data]) => {
|
|
50
49
|
if (value && data.length > 0 && isDown) {
|
|
50
|
+
debugger;
|
|
51
51
|
const ids = value.split(",");
|
|
52
52
|
selectedList.value = data.filter((item) => ids.includes(item.id + ""));
|
|
53
53
|
selectedList.value = selectedList.value.map((s) => {
|
|
@@ -70,7 +70,6 @@ const _sfc_main = {
|
|
|
70
70
|
targetId.value = ids[ids.length - 2];
|
|
71
71
|
}
|
|
72
72
|
listDataActId.value = selectedList.value[selectedList.value.length - 1].id;
|
|
73
|
-
stepsActive.value = selectedList.value.length - 1;
|
|
74
73
|
}
|
|
75
74
|
},
|
|
76
75
|
{
|
|
@@ -231,7 +230,6 @@ const _sfc_main = {
|
|
|
231
230
|
unref(selectedList).length > 0 ? (openBlock(), createBlock(_component_van_steps, {
|
|
232
231
|
key: 0,
|
|
233
232
|
direction: "vertical",
|
|
234
|
-
active: unref(stepsActive),
|
|
235
233
|
class: "selected-time-line"
|
|
236
234
|
}, {
|
|
237
235
|
default: withCtx(() => [
|
|
@@ -256,7 +254,7 @@ const _sfc_main = {
|
|
|
256
254
|
}), 256))
|
|
257
255
|
]),
|
|
258
256
|
_: 1
|
|
259
|
-
}
|
|
257
|
+
})) : createCommentVNode("", true)
|
|
260
258
|
]),
|
|
261
259
|
createElementVNode("div", _hoisted_4, [
|
|
262
260
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(listData), (item) => {
|
|
@@ -276,7 +274,7 @@ const _sfc_main = {
|
|
|
276
274
|
};
|
|
277
275
|
}
|
|
278
276
|
};
|
|
279
|
-
const _TimeLineFilter = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
277
|
+
const _TimeLineFilter = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-45434416"]]);
|
|
280
278
|
export {
|
|
281
279
|
_TimeLineFilter as default
|
|
282
280
|
};
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* empty css */
|
|
4
4
|
/* empty css */
|
|
5
5
|
/* empty css */
|
|
6
|
-
import { ref, computed, createElementBlock, openBlock, Fragment, createVNode, withDirectives, renderSlot, mergeProps, unref, isRef, createSlots, renderList, withCtx, createTextVNode, toDisplayString, createElementVNode, vModelText } from "vue";
|
|
6
|
+
import { ref, computed, watch, createElementBlock, openBlock, Fragment, createVNode, withDirectives, renderSlot, mergeProps, unref, isRef, createSlots, renderList, withCtx, createTextVNode, toDisplayString, createElementVNode, vModelText } from "vue";
|
|
7
7
|
import "../../../../../../_virtual/index.mjs";
|
|
8
8
|
import { getUnit, textFormatter, textFormatter4Input, reverseTextFormatter } from "../../../utils/formatterUtil.mjs";
|
|
9
9
|
import { useCursor } from "../../../utils/use-cursor.mjs";
|
|
@@ -47,24 +47,32 @@ const _sfc_main = {
|
|
|
47
47
|
const fieldInputRef = ref();
|
|
48
48
|
const [recordCursor, setCursor] = useCursor();
|
|
49
49
|
const emit = __emit;
|
|
50
|
+
const textValue = ref("");
|
|
50
51
|
const compValue = computed({
|
|
51
52
|
get: () => {
|
|
53
|
+
if (!props.fieldType || props.fieldType == "text") {
|
|
54
|
+
unit.value = getUnit(props.dataFormatter);
|
|
55
|
+
if (props.readonly) {
|
|
56
|
+
textValue.value = textFormatter(props.modelValue, props.dataFormatter);
|
|
57
|
+
} else {
|
|
58
|
+
textValue.value = textFormatter4Input(
|
|
59
|
+
props.modelValue,
|
|
60
|
+
props.dataFormatter
|
|
61
|
+
);
|
|
62
|
+
}
|
|
63
|
+
} else {
|
|
64
|
+
textValue.value = props.modelValue;
|
|
65
|
+
}
|
|
52
66
|
return props.modelValue;
|
|
53
67
|
},
|
|
54
68
|
set: (val) => {
|
|
55
69
|
emit("update:modelValue", val);
|
|
56
70
|
}
|
|
57
71
|
});
|
|
58
|
-
|
|
59
|
-
if (!
|
|
60
|
-
|
|
61
|
-
if (props.readonly) {
|
|
62
|
-
return textFormatter(props.modelValue, props.dataFormatter);
|
|
63
|
-
} else {
|
|
64
|
-
return textFormatter4Input(props.modelValue, props.dataFormatter);
|
|
65
|
-
}
|
|
72
|
+
watch(textValue, (val) => {
|
|
73
|
+
if (!val) {
|
|
74
|
+
emit("update:modelValue", val);
|
|
66
75
|
}
|
|
67
|
-
return props.modelValue;
|
|
68
76
|
});
|
|
69
77
|
const compClickable = computed(() => {
|
|
70
78
|
if (props.disabled || props.readonly) {
|
|
@@ -96,7 +104,7 @@ const _sfc_main = {
|
|
|
96
104
|
readonly: __props.readonly,
|
|
97
105
|
clearable: "",
|
|
98
106
|
clickable: unref(compClickable),
|
|
99
|
-
"clear-trigger": "
|
|
107
|
+
"clear-trigger": "focus",
|
|
100
108
|
onClick: _cache[1] || (_cache[1] = ($event) => !__props.disabled && emit("openPicker")),
|
|
101
109
|
ref_key: "fieldInputRef",
|
|
102
110
|
ref: fieldInputRef,
|
|
@@ -174,7 +174,12 @@ const _sfc_main = {
|
|
|
174
174
|
createVNode(_component_van_icon, {
|
|
175
175
|
name: "clear",
|
|
176
176
|
class: "custom-close-icon",
|
|
177
|
-
onClick: _cache[0] || (_cache[0] = withModifiers(
|
|
177
|
+
onClick: _cache[0] || (_cache[0] = withModifiers(
|
|
178
|
+
() => {
|
|
179
|
+
emit("update:modelValue", "");
|
|
180
|
+
},
|
|
181
|
+
["stop"]
|
|
182
|
+
))
|
|
178
183
|
})
|
|
179
184
|
]),
|
|
180
185
|
key: "0"
|
package/es/packages/mobile/src/components/form/fieldCascaderPicker/fieldCascaderPicker.vue.mjs
CHANGED
|
@@ -170,7 +170,12 @@ const _sfc_main = {
|
|
|
170
170
|
createVNode(_component_van_icon, {
|
|
171
171
|
name: "clear",
|
|
172
172
|
class: "custom-close-icon",
|
|
173
|
-
onClick: _cache[0] || (_cache[0] = withModifiers(
|
|
173
|
+
onClick: _cache[0] || (_cache[0] = withModifiers(
|
|
174
|
+
() => {
|
|
175
|
+
emit("update:modelValue", "");
|
|
176
|
+
},
|
|
177
|
+
["stop"]
|
|
178
|
+
))
|
|
174
179
|
})
|
|
175
180
|
]),
|
|
176
181
|
key: "0"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
|
-
import { computed, provide, ref, useSlots, createBlock, openBlock, mergeProps, withCtx, createVNode, renderSlot,
|
|
3
|
+
import { computed, provide, ref, useSlots, createBlock, openBlock, mergeProps, withCtx, createVNode, renderSlot, toRaw } from "vue";
|
|
4
4
|
import { getParmDicMapByKeys } from "../../../utils/optionUtil.mjs";
|
|
5
5
|
/* empty css */
|
|
6
6
|
import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
@@ -89,7 +89,7 @@ const _sfc_main = {
|
|
|
89
89
|
default: withCtx(() => [
|
|
90
90
|
createVNode(_component_van_cell_group, { inset: __props.isCard }, {
|
|
91
91
|
default: withCtx(() => [
|
|
92
|
-
|
|
92
|
+
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
93
93
|
]),
|
|
94
94
|
_: 3
|
|
95
95
|
}, 8, ["inset"])
|
|
@@ -99,7 +99,7 @@ const _sfc_main = {
|
|
|
99
99
|
};
|
|
100
100
|
}
|
|
101
101
|
};
|
|
102
|
-
const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
102
|
+
const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d25982d9"]]);
|
|
103
103
|
export {
|
|
104
104
|
_Form as default
|
|
105
105
|
};
|
package/lib/mobile.css
CHANGED
|
@@ -143,10 +143,10 @@
|
|
|
143
143
|
.van-radio-group--horizontal{display:flex;flex-wrap:wrap}
|
|
144
144
|
:root,:host{--van-radio-size: 20px;--van-radio-dot-size: 8px;--van-radio-border-color: var(--van-gray-5);--van-radio-duration: var(--van-duration-fast);--van-radio-label-margin: var(--van-padding-xs);--van-radio-label-color: var(--van-text-color);--van-radio-checked-icon-color: var(--van-primary-color);--van-radio-disabled-icon-color: var(--van-gray-5);--van-radio-disabled-label-color: var(--van-text-color-3);--van-radio-disabled-background: var(--van-border-color)}.van-radio{display:flex;align-items:center;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none}.van-radio--disabled{cursor:not-allowed}.van-radio--label-disabled{cursor:default}.van-radio--horizontal{margin-right:var(--van-padding-sm)}.van-radio__icon{flex:none;height:1em;font-size:var(--van-radio-size);line-height:1em;cursor:pointer}.van-radio__icon .van-icon{display:block;box-sizing:border-box;width:1.25em;height:1.25em;color:transparent;font-size:.8em;line-height:1.25;text-align:center;border:1px solid var(--van-radio-border-color);transition-duration:var(--van-radio-duration);transition-property:color,border-color,background-color}.van-radio__icon--round .van-icon{border-radius:100%}.van-radio__icon--dot{position:relative;border-radius:100%;box-sizing:border-box;width:var(--van-radio-size);height:var(--van-radio-size);border:1px solid var(--van-radio-border-color);transition-duration:var(--van-radio-duration);transition-property:border-color}.van-radio__icon--dot__icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:100%;height:calc(100% - var(--van-radio-dot-size));width:calc(100% - var(--van-radio-dot-size));transition-duration:var(--van-radio-duration);transition-property:background-color}.van-radio__icon--checked .van-icon{color:var(--van-white);background-color:var(--van-radio-checked-icon-color);border-color:var(--van-radio-checked-icon-color)}.van-radio__icon--checked.van-radio__icon--dot{border-color:var(--van-radio-checked-icon-color)}.van-radio__icon--checked.van-radio__icon--dot .van-radio__icon--dot__icon{background:var(--van-radio-checked-icon-color)}.van-radio__icon--disabled{cursor:not-allowed}.van-radio__icon--disabled .van-icon{background-color:var(--van-radio-disabled-background);border-color:var(--van-radio-disabled-icon-color)}.van-radio__icon--disabled.van-radio__icon--checked .van-icon{color:var(--van-radio-disabled-icon-color)}.van-radio__label{margin-left:var(--van-radio-label-margin);color:var(--van-radio-label-color);line-height:var(--van-radio-size)}.van-radio__label--left{margin:0 var(--van-radio-label-margin) 0 0}.van-radio__label--disabled{color:var(--van-radio-disabled-label-color)}
|
|
145
145
|
|
|
146
|
-
.fecMForm[data-v-
|
|
146
|
+
.fecMForm[data-v-d25982d9] .van-cell-group--inset {
|
|
147
147
|
margin: 12px;
|
|
148
148
|
}
|
|
149
|
-
.fecMForm.isShadow[data-v-
|
|
149
|
+
.fecMForm.isShadow[data-v-d25982d9] .van-cell-group--inset {
|
|
150
150
|
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
|
|
151
151
|
}
|
|
152
152
|
:root,:host{--van-search-padding: 10px var(--van-padding-sm);--van-search-background: var(--van-background-2);--van-search-content-background: var(--van-background);--van-search-input-height: 34px;--van-search-label-padding: 0 5px;--van-search-label-color: var(--van-text-color);--van-search-label-font-size: var(--van-font-size-md);--van-search-left-icon-color: var(--van-gray-6);--van-search-action-padding: 0 var(--van-padding-xs);--van-search-action-text-color: var(--van-text-color);--van-search-action-font-size: var(--van-font-size-md)}.van-search{display:flex;align-items:center;box-sizing:border-box;padding:var(--van-search-padding);background:var(--van-search-background)}.van-search__content{display:flex;flex:1;padding-left:var(--van-padding-sm);background:var(--van-search-content-background);border-radius:var(--van-radius-sm)}.van-search__content--round{border-radius:var(--van-radius-max)}.van-search__label{padding:var(--van-search-label-padding);color:var(--van-search-label-color);font-size:var(--van-search-label-font-size);line-height:var(--van-search-input-height)}.van-search__field{flex:1;align-items:center;padding:0 var(--van-padding-xs) 0 0;height:var(--van-search-input-height);background-color:transparent}.van-search__field .van-field__left-icon{color:var(--van-search-left-icon-color)}.van-search__field--with-message{height:auto;align-items:flex-start;padding-top:5px;padding-bottom:5px}.van-search--show-action{padding-right:0}.van-search input::-webkit-search-decoration,.van-search input::-webkit-search-cancel-button,.van-search input::-webkit-search-results-button,.van-search input::-webkit-search-results-decoration{display:none}.van-search__action{padding:var(--van-search-action-padding);color:var(--van-search-action-text-color);font-size:var(--van-search-action-font-size);line-height:var(--van-search-input-height);cursor:pointer;-webkit-user-select:none;user-select:none}.van-search__action:active{background-color:var(--van-active-color)}
|
|
@@ -234,43 +234,43 @@
|
|
|
234
234
|
position: relative;
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
.time-line-filter .el-timeline-item__tail[data-v-
|
|
237
|
+
.time-line-filter .el-timeline-item__tail[data-v-45434416] {
|
|
238
238
|
border-color: #0c9cdf;
|
|
239
239
|
border-width: 1px;
|
|
240
240
|
}
|
|
241
|
-
.time-line-filter .el-timeline-item[data-v-
|
|
241
|
+
.time-line-filter .el-timeline-item[data-v-45434416] {
|
|
242
242
|
cursor: pointer;
|
|
243
243
|
}
|
|
244
|
-
.time-line-filter .line-selected-content[data-v-
|
|
244
|
+
.time-line-filter .line-selected-content[data-v-45434416] {
|
|
245
245
|
border-bottom: 1px solid #f0f0f0;
|
|
246
246
|
}
|
|
247
|
-
.time-line-filter[data-v-
|
|
247
|
+
.time-line-filter[data-v-45434416] {
|
|
248
248
|
width: 100%;
|
|
249
249
|
padding: 18px;
|
|
250
250
|
display: flex;
|
|
251
251
|
flex-direction: column;
|
|
252
252
|
box-sizing: border-box;
|
|
253
253
|
}
|
|
254
|
-
.time-line-filter .selected-time-line[data-v-
|
|
254
|
+
.time-line-filter .selected-time-line[data-v-45434416] {
|
|
255
255
|
padding: 0;
|
|
256
256
|
background-color: transparent;
|
|
257
257
|
}
|
|
258
|
-
.time-line-filter .custom-item[data-v-
|
|
258
|
+
.time-line-filter .custom-item[data-v-45434416] {
|
|
259
259
|
display: flex;
|
|
260
260
|
align-items: center;
|
|
261
261
|
justify-content: space-between;
|
|
262
262
|
margin-top: 3px;
|
|
263
263
|
}
|
|
264
|
-
.time-line-filter .label[data-v-
|
|
264
|
+
.time-line-filter .label[data-v-45434416] {
|
|
265
265
|
display: block;
|
|
266
266
|
color: #303133;
|
|
267
267
|
}
|
|
268
|
-
.time-line-filter .line-list-content[data-v-
|
|
268
|
+
.time-line-filter .line-list-content[data-v-45434416] {
|
|
269
269
|
padding-top: 12px;
|
|
270
270
|
flex: 1;
|
|
271
271
|
overflow: auto;
|
|
272
272
|
}
|
|
273
|
-
.time-line-filter .line-list-item[data-v-
|
|
273
|
+
.time-line-filter .line-list-item[data-v-45434416] {
|
|
274
274
|
font-size: 14px;
|
|
275
275
|
display: flex;
|
|
276
276
|
align-items: center;
|
|
@@ -278,15 +278,15 @@
|
|
|
278
278
|
height: 40px;
|
|
279
279
|
cursor: pointer;
|
|
280
280
|
}
|
|
281
|
-
.time-line-filter .line-list-item .el-icon[data-v-
|
|
281
|
+
.time-line-filter .line-list-item .el-icon[data-v-45434416] {
|
|
282
282
|
font-size: 18px;
|
|
283
283
|
}
|
|
284
|
-
.time-line-filter .label.act[data-v-
|
|
285
|
-
.time-line-filter .line-list-item.act[data-v-
|
|
284
|
+
.time-line-filter .label.act[data-v-45434416],
|
|
285
|
+
.time-line-filter .line-list-item.act[data-v-45434416] {
|
|
286
286
|
color: #0c9cdf;
|
|
287
287
|
}
|
|
288
288
|
.time-line-filter
|
|
289
|
-
.line-selected-content[data-v-
|
|
289
|
+
.line-selected-content[data-v-45434416] .van-step--vertical:not(:last-child):after {
|
|
290
290
|
border-bottom: none;
|
|
291
291
|
}
|
|
292
292
|
:root {
|
|
@@ -44,12 +44,12 @@ const _sfc_main = {
|
|
|
44
44
|
const selectedList = vue.ref([]);
|
|
45
45
|
const targetId = vue.ref("0");
|
|
46
46
|
const listDataActId = vue.ref("");
|
|
47
|
-
const stepsActive = vue.ref(0);
|
|
48
47
|
let isDown = true;
|
|
49
48
|
vue.watch(
|
|
50
49
|
[() => props.modelValue, () => props.data],
|
|
51
50
|
([value, data]) => {
|
|
52
51
|
if (value && data.length > 0 && isDown) {
|
|
52
|
+
debugger;
|
|
53
53
|
const ids = value.split(",");
|
|
54
54
|
selectedList.value = data.filter((item) => ids.includes(item.id + ""));
|
|
55
55
|
selectedList.value = selectedList.value.map((s) => {
|
|
@@ -72,7 +72,6 @@ const _sfc_main = {
|
|
|
72
72
|
targetId.value = ids[ids.length - 2];
|
|
73
73
|
}
|
|
74
74
|
listDataActId.value = selectedList.value[selectedList.value.length - 1].id;
|
|
75
|
-
stepsActive.value = selectedList.value.length - 1;
|
|
76
75
|
}
|
|
77
76
|
},
|
|
78
77
|
{
|
|
@@ -233,7 +232,6 @@ const _sfc_main = {
|
|
|
233
232
|
vue.unref(selectedList).length > 0 ? (vue.openBlock(), vue.createBlock(_component_van_steps, {
|
|
234
233
|
key: 0,
|
|
235
234
|
direction: "vertical",
|
|
236
|
-
active: vue.unref(stepsActive),
|
|
237
235
|
class: "selected-time-line"
|
|
238
236
|
}, {
|
|
239
237
|
default: vue.withCtx(() => [
|
|
@@ -258,7 +256,7 @@ const _sfc_main = {
|
|
|
258
256
|
}), 256))
|
|
259
257
|
]),
|
|
260
258
|
_: 1
|
|
261
|
-
}
|
|
259
|
+
})) : vue.createCommentVNode("", true)
|
|
262
260
|
]),
|
|
263
261
|
vue.createElementVNode("div", _hoisted_4, [
|
|
264
262
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(vue.unref(listData), (item) => {
|
|
@@ -278,5 +276,5 @@ const _sfc_main = {
|
|
|
278
276
|
};
|
|
279
277
|
}
|
|
280
278
|
};
|
|
281
|
-
const _TimeLineFilter = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
279
|
+
const _TimeLineFilter = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-45434416"]]);
|
|
282
280
|
exports.default = _TimeLineFilter;
|
|
@@ -49,24 +49,32 @@ const _sfc_main = {
|
|
|
49
49
|
const fieldInputRef = vue.ref();
|
|
50
50
|
const [recordCursor, setCursor] = useCursor.useCursor();
|
|
51
51
|
const emit = __emit;
|
|
52
|
+
const textValue = vue.ref("");
|
|
52
53
|
const compValue = vue.computed({
|
|
53
54
|
get: () => {
|
|
55
|
+
if (!props.fieldType || props.fieldType == "text") {
|
|
56
|
+
unit.value = formatterUtil.getUnit(props.dataFormatter);
|
|
57
|
+
if (props.readonly) {
|
|
58
|
+
textValue.value = formatterUtil.textFormatter(props.modelValue, props.dataFormatter);
|
|
59
|
+
} else {
|
|
60
|
+
textValue.value = formatterUtil.textFormatter4Input(
|
|
61
|
+
props.modelValue,
|
|
62
|
+
props.dataFormatter
|
|
63
|
+
);
|
|
64
|
+
}
|
|
65
|
+
} else {
|
|
66
|
+
textValue.value = props.modelValue;
|
|
67
|
+
}
|
|
54
68
|
return props.modelValue;
|
|
55
69
|
},
|
|
56
70
|
set: (val) => {
|
|
57
71
|
emit("update:modelValue", val);
|
|
58
72
|
}
|
|
59
73
|
});
|
|
60
|
-
|
|
61
|
-
if (!
|
|
62
|
-
|
|
63
|
-
if (props.readonly) {
|
|
64
|
-
return formatterUtil.textFormatter(props.modelValue, props.dataFormatter);
|
|
65
|
-
} else {
|
|
66
|
-
return formatterUtil.textFormatter4Input(props.modelValue, props.dataFormatter);
|
|
67
|
-
}
|
|
74
|
+
vue.watch(textValue, (val) => {
|
|
75
|
+
if (!val) {
|
|
76
|
+
emit("update:modelValue", val);
|
|
68
77
|
}
|
|
69
|
-
return props.modelValue;
|
|
70
78
|
});
|
|
71
79
|
const compClickable = vue.computed(() => {
|
|
72
80
|
if (props.disabled || props.readonly) {
|
|
@@ -98,7 +106,7 @@ const _sfc_main = {
|
|
|
98
106
|
readonly: __props.readonly,
|
|
99
107
|
clearable: "",
|
|
100
108
|
clickable: vue.unref(compClickable),
|
|
101
|
-
"clear-trigger": "
|
|
109
|
+
"clear-trigger": "focus",
|
|
102
110
|
onClick: _cache[1] || (_cache[1] = ($event) => !__props.disabled && emit("openPicker")),
|
|
103
111
|
ref_key: "fieldInputRef",
|
|
104
112
|
ref: fieldInputRef,
|
|
@@ -176,7 +176,12 @@ const _sfc_main = {
|
|
|
176
176
|
vue.createVNode(_component_van_icon, {
|
|
177
177
|
name: "clear",
|
|
178
178
|
class: "custom-close-icon",
|
|
179
|
-
onClick: _cache[0] || (_cache[0] = vue.withModifiers(
|
|
179
|
+
onClick: _cache[0] || (_cache[0] = vue.withModifiers(
|
|
180
|
+
() => {
|
|
181
|
+
emit("update:modelValue", "");
|
|
182
|
+
},
|
|
183
|
+
["stop"]
|
|
184
|
+
))
|
|
180
185
|
})
|
|
181
186
|
]),
|
|
182
187
|
key: "0"
|
package/lib/packages/mobile/src/components/form/fieldCascaderPicker/fieldCascaderPicker.vue.js
CHANGED
|
@@ -172,7 +172,12 @@ const _sfc_main = {
|
|
|
172
172
|
vue.createVNode(_component_van_icon, {
|
|
173
173
|
name: "clear",
|
|
174
174
|
class: "custom-close-icon",
|
|
175
|
-
onClick: _cache[0] || (_cache[0] = vue.withModifiers(
|
|
175
|
+
onClick: _cache[0] || (_cache[0] = vue.withModifiers(
|
|
176
|
+
() => {
|
|
177
|
+
emit("update:modelValue", "");
|
|
178
|
+
},
|
|
179
|
+
["stop"]
|
|
180
|
+
))
|
|
176
181
|
})
|
|
177
182
|
]),
|
|
178
183
|
key: "0"
|
|
@@ -91,7 +91,7 @@ const _sfc_main = {
|
|
|
91
91
|
default: vue.withCtx(() => [
|
|
92
92
|
vue.createVNode(_component_van_cell_group, { inset: __props.isCard }, {
|
|
93
93
|
default: vue.withCtx(() => [
|
|
94
|
-
vue.
|
|
94
|
+
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
95
95
|
]),
|
|
96
96
|
_: 3
|
|
97
97
|
}, 8, ["inset"])
|
|
@@ -101,5 +101,5 @@ const _sfc_main = {
|
|
|
101
101
|
};
|
|
102
102
|
}
|
|
103
103
|
};
|
|
104
|
-
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
104
|
+
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-d25982d9"]]);
|
|
105
105
|
exports.default = _Form;
|