@fecp/designer 5.5.62 → 5.5.64
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/designer/package.json.mjs +1 -1
- package/es/designer/src/components/DocumentParam.vue.mjs +1 -1
- package/es/designer/src/components/ParamsConfig.vue2.mjs +1 -1
- package/es/designer/src/layout/aside/HiddenFieldDialog.vue.mjs +1 -1
- package/es/designer/src/packages/advancedFilter/ValueInput.vue2.mjs +1 -1
- package/es/designer/src/packages/dataLinkage/index.vue.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/index.vue.mjs +1 -1
- package/es/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/approvalHistory.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/contract.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/subForm.vue.mjs +1 -1
- package/es/designer/src/packages/prod/index.vue.mjs +1 -1
- package/es/designer/src/packages/table/headerBtn.vue.mjs +1 -1
- package/es/designer.css +47 -48
- package/es/packages/mobile/src/components/dataDisplay/cardList/CardList.vue.mjs +50 -35
- package/es/packages/mobile/src/components/dataDisplay/table/Table.vue.mjs +135 -120
- package/es/packages/mobile/src/components/form/search/Search.vue.mjs +34 -18
- package/es/packages/mobile/src/components/form/search/index.mjs +2 -2
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +11 -8
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/components/DocumentParam.vue.js +1 -1
- package/lib/designer/src/components/ParamsConfig.vue2.js +1 -1
- package/lib/designer/src/layout/aside/HiddenFieldDialog.vue.js +1 -1
- package/lib/designer/src/packages/advancedFilter/ValueInput.vue2.js +1 -1
- package/lib/designer/src/packages/dataLinkage/index.vue.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/index.vue.js +1 -1
- package/lib/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.js +1 -1
- package/lib/designer/src/packages/form/property/approvalHistory.vue.js +1 -1
- package/lib/designer/src/packages/form/property/contract.vue.js +1 -1
- package/lib/designer/src/packages/form/property/subForm.vue.js +1 -1
- package/lib/designer/src/packages/prod/index.vue.js +1 -1
- package/lib/designer/src/packages/table/headerBtn.vue.js +1 -1
- package/lib/designer.css +47 -48
- package/lib/packages/mobile/src/components/dataDisplay/cardList/CardList.vue.js +49 -34
- package/lib/packages/mobile/src/components/dataDisplay/table/Table.vue.js +134 -119
- package/lib/packages/mobile/src/components/form/search/Search.vue.js +33 -17
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +11 -8
- package/package.json +1 -1
|
@@ -9,7 +9,7 @@ import "../../../node_modules/element-plus/es/index.mjs";
|
|
|
9
9
|
/* empty css */
|
|
10
10
|
import { getCurrentInstance, computed, ref, createElementBlock, openBlock, createBlock, unref, withCtx, createTextVNode, createElementVNode, Fragment, renderList, createVNode } from "vue";
|
|
11
11
|
import { Plus as plus_default, Delete as delete_default } from "../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
|
|
12
|
-
import ValueSelector from "./ValueSelector.
|
|
12
|
+
import ValueSelector from "./ValueSelector.vue2.mjs";
|
|
13
13
|
import api from "../api/index.mjs";
|
|
14
14
|
/* empty css */
|
|
15
15
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
@@ -4,7 +4,7 @@ import "../../../node_modules/element-plus/es/index.mjs";
|
|
|
4
4
|
/* empty css */
|
|
5
5
|
import { computed, createElementBlock, openBlock, createBlock, unref, withCtx, createTextVNode, createElementVNode, Fragment, renderList, createVNode } from "vue";
|
|
6
6
|
import { Plus as plus_default, Delete as delete_default } from "../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
|
|
7
|
-
import ValueSelector from "./ValueSelector.
|
|
7
|
+
import ValueSelector from "./ValueSelector.vue2.mjs";
|
|
8
8
|
/* empty css */
|
|
9
9
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
10
10
|
import { ElButton } from "../../../node_modules/element-plus/es/components/button/index.mjs";
|
|
@@ -16,7 +16,7 @@ import { Plus as plus_default, RefreshRight as refresh_right_default, Delete as
|
|
|
16
16
|
import { getEditConfigData, getEditingType, cloneDeep, getEditConfigDataFields } from "../../packages/utils/common.mjs";
|
|
17
17
|
import { defaultProperty } from "../../packages/form/aside/index.mjs";
|
|
18
18
|
import { defaultProperty as defaultProperty$1 } from "../../packages/table/aside/index.mjs";
|
|
19
|
-
import ValueSelector from "../../components/ValueSelector.
|
|
19
|
+
import ValueSelector from "../../components/ValueSelector.vue2.mjs";
|
|
20
20
|
/* empty css */
|
|
21
21
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
22
22
|
import { ElDialog } from "../../../../node_modules/element-plus/es/components/dialog/index.mjs";
|
|
@@ -14,7 +14,7 @@ import "../../../../node_modules/element-plus/theme-chalk/el-tooltip.css.mjs";
|
|
|
14
14
|
import "../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.mjs";
|
|
15
15
|
import { getCurrentInstance, computed, watch, ref, createElementBlock, unref, openBlock, createBlock, isRef, createVNode, createElementVNode, withCtx, Fragment, renderList } from "vue";
|
|
16
16
|
import { useVModel } from "../../../../node_modules/@vueuse/core/dist/index.mjs";
|
|
17
|
-
import ValueSelector from "../../components/ValueSelector.
|
|
17
|
+
import ValueSelector from "../../components/ValueSelector.vue2.mjs";
|
|
18
18
|
import api from "../../api/index.mjs";
|
|
19
19
|
import { getEditConfigDataSources } from "../utils/common.mjs";
|
|
20
20
|
import { createDataSource } from "../utils/datasource.mjs";
|
|
@@ -30,7 +30,7 @@ import "../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.mjs
|
|
|
30
30
|
/* empty css */
|
|
31
31
|
/* empty css */
|
|
32
32
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
33
|
-
/* empty css
|
|
33
|
+
/* empty css */
|
|
34
34
|
/* empty css */
|
|
35
35
|
/* empty css */
|
|
36
36
|
/* empty css */
|
|
@@ -84,7 +84,7 @@ import widgets from "../table/property/widgets.vue.mjs";
|
|
|
84
84
|
import "../../../../node_modules/element-plus/theme-chalk/el-tab-pane.css.mjs";
|
|
85
85
|
/* empty css */
|
|
86
86
|
/* empty css */
|
|
87
|
-
/* empty css
|
|
87
|
+
/* empty css */
|
|
88
88
|
/* empty css */
|
|
89
89
|
/* empty css */
|
|
90
90
|
/* empty css */
|
|
@@ -4,7 +4,7 @@ import "../../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
4
4
|
/* empty css */
|
|
5
5
|
import { createElementBlock, openBlock, Fragment, createVNode, withCtx } from "vue";
|
|
6
6
|
import RiskSchemeSelector from "../../../../components/RiskSchemeSelector.vue2.mjs";
|
|
7
|
-
import ValueSelector from "../../../../components/ValueSelector.
|
|
7
|
+
import ValueSelector from "../../../../components/ValueSelector.vue2.mjs";
|
|
8
8
|
import ParamsConfig from "../../../../components/ParamsConfig.vue2.mjs";
|
|
9
9
|
import { ElFormItem } from "../../../../../../node_modules/element-plus/es/components/form/index.mjs";
|
|
10
10
|
import { ElSwitch } from "../../../../../../node_modules/element-plus/es/components/switch/index.mjs";
|
|
@@ -11,7 +11,7 @@ import "../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
11
11
|
import { computed, ref, watch, createBlock, openBlock, unref, isRef, withCtx, createVNode, createElementBlock, createCommentVNode, createTextVNode, Fragment } from "vue";
|
|
12
12
|
import { getCurrentItem, getEditConfigData } from "../../utils/common.mjs";
|
|
13
13
|
import emitter from "../../utils/eventBus.mjs";
|
|
14
|
-
import ValueSelector from "../../../components/ValueSelector.
|
|
14
|
+
import ValueSelector from "../../../components/ValueSelector.vue2.mjs";
|
|
15
15
|
import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/index.mjs";
|
|
16
16
|
import { ElForm, ElFormItem } from "../../../../../node_modules/element-plus/es/components/form/index.mjs";
|
|
17
17
|
import { ElInput } from "../../../../../node_modules/element-plus/es/components/input/index.mjs";
|
|
@@ -17,7 +17,7 @@ import "../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
17
17
|
import { getCurrentInstance, computed, ref, createBlock, openBlock, withCtx, createVNode, createTextVNode, createElementBlock, Fragment, renderList } from "vue";
|
|
18
18
|
import { getCurrentItem } from "../../utils/common.mjs";
|
|
19
19
|
import "../../utils/eventBus.mjs";
|
|
20
|
-
import ValueSelector from "../../../components/ValueSelector.
|
|
20
|
+
import ValueSelector from "../../../components/ValueSelector.vue2.mjs";
|
|
21
21
|
import api from "../../../api/index.mjs";
|
|
22
22
|
import ParamsConfig from "../../../components/ParamsConfig.vue2.mjs";
|
|
23
23
|
/* empty css */
|
|
@@ -12,7 +12,7 @@ import { computed, ref, createBlock, openBlock, unref, isRef, withCtx, createVNo
|
|
|
12
12
|
import { getCurrentItem, getEditConfigData } from "../../utils/common.mjs";
|
|
13
13
|
import TemplateSelector from "../../../components/TemplateSelector.vue2.mjs";
|
|
14
14
|
import emitter from "../../utils/eventBus.mjs";
|
|
15
|
-
import ValueSelector from "../../../components/ValueSelector.
|
|
15
|
+
import ValueSelector from "../../../components/ValueSelector.vue2.mjs";
|
|
16
16
|
import ParamsConfig from "../../../components/ParamsConfig.vue2.mjs";
|
|
17
17
|
import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/index.mjs";
|
|
18
18
|
import { ElForm, ElFormItem } from "../../../../../node_modules/element-plus/es/components/form/index.mjs";
|
|
@@ -14,7 +14,7 @@ import "../../../../node_modules/element-plus/es/index.mjs";
|
|
|
14
14
|
import { getCurrentInstance, useModel, ref, watch, computed, createBlock, openBlock, withCtx, createVNode, createElementVNode, createElementBlock, Fragment, renderList, createTextVNode, unref } from "vue";
|
|
15
15
|
import { Plus as plus_default } from "../../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
|
|
16
16
|
import { getEditConfigData, getEditConfigDataFields, setEditConfigData } from "../utils/common.mjs";
|
|
17
|
-
import ValueSelector from "../../components/ValueSelector.
|
|
17
|
+
import ValueSelector from "../../components/ValueSelector.vue2.mjs";
|
|
18
18
|
import api from "../../api/index.mjs";
|
|
19
19
|
/* empty css */
|
|
20
20
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
package/es/designer.css
CHANGED
|
@@ -6216,34 +6216,33 @@ body,
|
|
|
6216
6216
|
align-items: center;
|
|
6217
6217
|
flex-wrap: nowrap;
|
|
6218
6218
|
}
|
|
6219
|
-
.fec-form[data-v-
|
|
6219
|
+
.fec-form[data-v-0976aa9f] {
|
|
6220
6220
|
height: 100%;
|
|
6221
6221
|
}
|
|
6222
|
-
.fec-form-col[data-v-
|
|
6222
|
+
.fec-form-col[data-v-0976aa9f] {
|
|
6223
6223
|
padding: 0px !important;
|
|
6224
6224
|
display: flex !important;
|
|
6225
6225
|
flex-direction: column;
|
|
6226
|
-
height: 100% !important;
|
|
6227
6226
|
background-color: #fff;
|
|
6228
6227
|
border-radius: 4px;
|
|
6229
6228
|
overflow: hidden;
|
|
6230
6229
|
}
|
|
6231
|
-
[data-v-
|
|
6230
|
+
[data-v-0976aa9f] .vgl-layout {
|
|
6232
6231
|
position: relative;
|
|
6233
6232
|
}
|
|
6234
|
-
[data-v-
|
|
6233
|
+
[data-v-0976aa9f] .vgl-item {
|
|
6235
6234
|
transition: none;
|
|
6236
6235
|
}
|
|
6237
|
-
[data-v-
|
|
6236
|
+
[data-v-0976aa9f] .vgl-item > .el-form-item {
|
|
6238
6237
|
width: 100%;
|
|
6239
6238
|
padding: 6px 8px 0 8px;
|
|
6240
6239
|
height: calc(100% - 15px);
|
|
6241
6240
|
display: flex;
|
|
6242
6241
|
}
|
|
6243
|
-
[data-v-
|
|
6242
|
+
[data-v-0976aa9f] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
6244
6243
|
flex-direction: column;
|
|
6245
6244
|
}
|
|
6246
|
-
[data-v-
|
|
6245
|
+
[data-v-0976aa9f] .vgl-item > .el-form-item .el-form-item__label {
|
|
6247
6246
|
line-height: 20px;
|
|
6248
6247
|
display: inline-flex;
|
|
6249
6248
|
align-items: center;
|
|
@@ -6257,107 +6256,107 @@ body,
|
|
|
6257
6256
|
flex-shrink: 0;
|
|
6258
6257
|
min-height: 45px;
|
|
6259
6258
|
}
|
|
6260
|
-
[data-v-
|
|
6259
|
+
[data-v-0976aa9f] .vgl-item > .el-form-item {
|
|
6261
6260
|
/* .el-form-item__error {
|
|
6262
6261
|
padding-top: 10px;
|
|
6263
6262
|
} */
|
|
6264
6263
|
}
|
|
6265
|
-
[data-v-
|
|
6264
|
+
[data-v-0976aa9f] .vgl-item > .el-form-item .el-input__wrapper {
|
|
6266
6265
|
padding: 1px 12px;
|
|
6267
6266
|
}
|
|
6268
|
-
[data-v-
|
|
6267
|
+
[data-v-0976aa9f] .vgl-item > .el-container {
|
|
6269
6268
|
height: auto !important;
|
|
6270
6269
|
}
|
|
6271
6270
|
@media (min-width: 1720px) {
|
|
6272
|
-
[data-v-
|
|
6271
|
+
[data-v-0976aa9f] .vgl-item .el-form-item__label {
|
|
6273
6272
|
max-width: 160px !important;
|
|
6274
6273
|
}
|
|
6275
|
-
[data-v-
|
|
6274
|
+
[data-v-0976aa9f] .vgl-item .el-form-item {
|
|
6276
6275
|
padding: 6px 8px 0 8px !important;
|
|
6277
6276
|
}
|
|
6278
|
-
[data-v-
|
|
6277
|
+
[data-v-0976aa9f] .vgl-item .el-form-item .el-input__wrapper {
|
|
6279
6278
|
padding: 1px 12px;
|
|
6280
6279
|
}
|
|
6281
|
-
[data-v-
|
|
6280
|
+
[data-v-0976aa9f] .vgl-item .el-form-item .el-select__wrapper {
|
|
6282
6281
|
padding: 8px 12px;
|
|
6283
6282
|
}
|
|
6284
|
-
.fec-el-form[data-v-
|
|
6283
|
+
.fec-el-form[data-v-0976aa9f] {
|
|
6285
6284
|
padding: 12px !important;
|
|
6286
6285
|
}
|
|
6287
6286
|
}
|
|
6288
6287
|
/* 标准 PC(1200px ~ 1439px)*/
|
|
6289
6288
|
@media (min-width: 1366px) and (max-width: 1719px) {
|
|
6290
|
-
[data-v-
|
|
6289
|
+
[data-v-0976aa9f] .vgl-item .el-form-item__label {
|
|
6291
6290
|
max-width: 130px !important;
|
|
6292
6291
|
padding-right: 6px !important;
|
|
6293
6292
|
}
|
|
6294
|
-
[data-v-
|
|
6293
|
+
[data-v-0976aa9f] .vgl-item .el-form-item {
|
|
6295
6294
|
padding: 6px 0 0 0 !important;
|
|
6296
6295
|
}
|
|
6297
|
-
[data-v-
|
|
6296
|
+
[data-v-0976aa9f] .vgl-item .el-form-item .el-input__wrapper {
|
|
6298
6297
|
padding: 1px 8px;
|
|
6299
6298
|
}
|
|
6300
|
-
[data-v-
|
|
6299
|
+
[data-v-0976aa9f] .vgl-item .el-form-item .el-select__wrapper {
|
|
6301
6300
|
padding: 8px 8px;
|
|
6302
6301
|
}
|
|
6303
|
-
.fec-el-form[data-v-
|
|
6302
|
+
.fec-el-form[data-v-0976aa9f] {
|
|
6304
6303
|
padding: 8px !important;
|
|
6305
6304
|
}
|
|
6306
6305
|
}
|
|
6307
6306
|
/* 2. 标准 PC 992px ~ 1199px */
|
|
6308
6307
|
@media (min-width: 992px) and (max-width: 1365px) {
|
|
6309
|
-
[data-v-
|
|
6308
|
+
[data-v-0976aa9f] .vgl-item .el-form-item__label {
|
|
6310
6309
|
max-width: 125px !important;
|
|
6311
6310
|
padding-right: 4px !important;
|
|
6312
6311
|
}
|
|
6313
|
-
[data-v-
|
|
6312
|
+
[data-v-0976aa9f] .vgl-item .el-form-item {
|
|
6314
6313
|
padding: 0 !important;
|
|
6315
6314
|
}
|
|
6316
|
-
[data-v-
|
|
6315
|
+
[data-v-0976aa9f] .vgl-item .el-form-item .el-input__wrapper {
|
|
6317
6316
|
padding: 1px 6px;
|
|
6318
6317
|
}
|
|
6319
|
-
[data-v-
|
|
6318
|
+
[data-v-0976aa9f] .vgl-item .el-form-item .el-select__wrapper {
|
|
6320
6319
|
padding: 8px 6px;
|
|
6321
6320
|
}
|
|
6322
|
-
.fec-el-form[data-v-
|
|
6321
|
+
.fec-el-form[data-v-0976aa9f] {
|
|
6323
6322
|
padding: 6px !important;
|
|
6324
6323
|
}
|
|
6325
6324
|
}
|
|
6326
6325
|
/* 3. 小屏 PC / 窄窗口 <992px(最小到768px)*/
|
|
6327
6326
|
@media (max-width: 991px) and (min-width: 768px) {
|
|
6328
|
-
[data-v-
|
|
6327
|
+
[data-v-0976aa9f] .vgl-item .el-form-item__label {
|
|
6329
6328
|
max-width: 100px !important;
|
|
6330
6329
|
padding-right: 4px !important;
|
|
6331
6330
|
}
|
|
6332
|
-
[data-v-
|
|
6331
|
+
[data-v-0976aa9f] .vgl-item .el-form-item {
|
|
6333
6332
|
padding: 0 !important;
|
|
6334
6333
|
}
|
|
6335
|
-
[data-v-
|
|
6334
|
+
[data-v-0976aa9f] .vgl-item .el-form-item .el-input__wrapper {
|
|
6336
6335
|
padding: 1px 4px;
|
|
6337
6336
|
}
|
|
6338
|
-
[data-v-
|
|
6337
|
+
[data-v-0976aa9f] .vgl-item .el-form-item .el-select__wrapper {
|
|
6339
6338
|
padding: 8px 4px;
|
|
6340
6339
|
}
|
|
6341
|
-
.fec-el-form[data-v-
|
|
6340
|
+
.fec-el-form[data-v-0976aa9f] {
|
|
6342
6341
|
padding: 6px !important;
|
|
6343
6342
|
}
|
|
6344
6343
|
}
|
|
6345
6344
|
/* 超小屏 <768px */
|
|
6346
6345
|
@media (max-width: 767px) {
|
|
6347
|
-
[data-v-
|
|
6346
|
+
[data-v-0976aa9f] .vgl-item .el-form-item__label {
|
|
6348
6347
|
max-width: 80px !important;
|
|
6349
6348
|
padding-right: 4px !important;
|
|
6350
6349
|
}
|
|
6351
|
-
[data-v-
|
|
6350
|
+
[data-v-0976aa9f] .vgl-item .el-form-item {
|
|
6352
6351
|
padding: 0 !important;
|
|
6353
6352
|
}
|
|
6354
|
-
[data-v-
|
|
6353
|
+
[data-v-0976aa9f] .vgl-item .el-form-item .el-input__wrapper {
|
|
6355
6354
|
padding: 1px 2px;
|
|
6356
6355
|
}
|
|
6357
|
-
[data-v-
|
|
6356
|
+
[data-v-0976aa9f] .vgl-item .el-form-item .el-select__wrapper {
|
|
6358
6357
|
padding: 8px 2px;
|
|
6359
6358
|
}
|
|
6360
|
-
.fec-el-form[data-v-
|
|
6359
|
+
.fec-el-form[data-v-0976aa9f] {
|
|
6361
6360
|
padding: 6px !important;
|
|
6362
6361
|
}
|
|
6363
6362
|
}.table-pagination[data-v-142fdd35] {
|
|
@@ -6890,24 +6889,24 @@ body,
|
|
|
6890
6889
|
:root,:host{--van-highlight-tag-color: var(--van-primary-color)}.van-highlight__tag{color:var(--van-highlight-tag-color)}
|
|
6891
6890
|
:root,:host{--van-list-text-color: var(--van-text-color-2);--van-list-text-font-size: var(--van-font-size-md);--van-list-text-line-height: 50px;--van-list-loading-icon-size: 16px}.van-list__loading,.van-list__finished-text,.van-list__error-text{color:var(--van-list-text-color);font-size:var(--van-list-text-font-size);line-height:var(--van-list-text-line-height);text-align:center}.van-list__placeholder{height:0;pointer-events:none}.van-list__loading-icon .van-loading__spinner{width:var(--van-list-loading-icon-size);height:var(--van-list-loading-icon-size)}
|
|
6892
6891
|
|
|
6893
|
-
.mTableContent[data-v-
|
|
6892
|
+
.mTableContent[data-v-f2f747af] {
|
|
6894
6893
|
flex: 1;
|
|
6895
6894
|
height: 100%;
|
|
6896
6895
|
}
|
|
6897
|
-
.mTableContent.notAutoHeight[data-v-
|
|
6896
|
+
.mTableContent.notAutoHeight[data-v-f2f747af] {
|
|
6898
6897
|
overflow: auto;
|
|
6899
6898
|
}
|
|
6900
|
-
.mTableContent[data-v-
|
|
6899
|
+
.mTableContent[data-v-f2f747af] .fixedHead {
|
|
6901
6900
|
height: 100%;
|
|
6902
6901
|
overflow: hidden;
|
|
6903
6902
|
}
|
|
6904
|
-
.mTableContent.isCard[data-v-
|
|
6903
|
+
.mTableContent.isCard[data-v-f2f747af] {
|
|
6905
6904
|
margin: 12px;
|
|
6906
6905
|
}
|
|
6907
|
-
.mTableContent.isShadow[data-v-
|
|
6906
|
+
.mTableContent.isShadow[data-v-f2f747af] {
|
|
6908
6907
|
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
|
|
6909
6908
|
}
|
|
6910
|
-
.custom-loading[data-v-
|
|
6909
|
+
.custom-loading[data-v-f2f747af] {
|
|
6911
6910
|
height: 100%;
|
|
6912
6911
|
width: 100%;
|
|
6913
6912
|
display: flex;
|
|
@@ -6915,16 +6914,16 @@ body,
|
|
|
6915
6914
|
align-items: center;
|
|
6916
6915
|
color: var(--van-blue);
|
|
6917
6916
|
}
|
|
6918
|
-
.custom-loading .van-loading__text[data-v-
|
|
6917
|
+
.custom-loading .van-loading__text[data-v-f2f747af] {
|
|
6919
6918
|
color: var(--van-blue);
|
|
6920
6919
|
}
|
|
6921
|
-
.fec-table[data-v-
|
|
6920
|
+
.fec-table[data-v-f2f747af] .fec-table-row-swipe {
|
|
6922
6921
|
display: table;
|
|
6923
6922
|
}
|
|
6924
|
-
.fec-table[data-v-
|
|
6923
|
+
.fec-table[data-v-f2f747af] .fec-table-row-swipe .van-swipe-cell__wrapper {
|
|
6925
6924
|
display: table-row-group;
|
|
6926
6925
|
}
|
|
6927
|
-
.van-swipe-cell__wrapper[data-v-
|
|
6926
|
+
.van-swipe-cell__wrapper[data-v-f2f747af] {
|
|
6928
6927
|
display: table-row-group;
|
|
6929
6928
|
}
|
|
6930
6929
|
:root,:host{--van-notice-bar-height: 40px;--van-notice-bar-padding: 0 var(--van-padding-md);--van-notice-bar-wrapable-padding: var(--van-padding-xs) var(--van-padding-md);--van-notice-bar-text-color: var(--van-orange-dark);--van-notice-bar-font-size: var(--van-font-size-md);--van-notice-bar-line-height: 24px;--van-notice-bar-background: var(--van-orange-light);--van-notice-bar-icon-size: 16px;--van-notice-bar-icon-min-width: 24px}.van-notice-bar{position:relative;display:flex;align-items:center;height:var(--van-notice-bar-height);padding:var(--van-notice-bar-padding);color:var(--van-notice-bar-text-color);font-size:var(--van-notice-bar-font-size);line-height:var(--van-notice-bar-line-height);background:var(--van-notice-bar-background)}.van-notice-bar__left-icon,.van-notice-bar__right-icon{min-width:var(--van-notice-bar-icon-min-width);font-size:var(--van-notice-bar-icon-size)}.van-notice-bar__right-icon{text-align:right;cursor:pointer}.van-notice-bar__wrap{position:relative;display:flex;flex:1;align-items:center;height:100%;overflow:hidden}.van-notice-bar__content{position:absolute;white-space:nowrap;transition-timing-function:linear}.van-notice-bar__content.van-ellipsis{max-width:100%}.van-notice-bar--wrapable{height:auto;padding:var(--van-notice-bar-wrapable-padding)}.van-notice-bar--wrapable .van-notice-bar__wrap{height:auto}.van-notice-bar--wrapable .van-notice-bar__content{position:relative;white-space:normal;word-wrap:break-word}
|
|
@@ -6937,11 +6936,11 @@ body,
|
|
|
6937
6936
|
.vue-render-container[data-v-91bc8b03] {
|
|
6938
6937
|
min-height: 200px;
|
|
6939
6938
|
}
|
|
6940
|
-
.fec-card-list[data-v-
|
|
6939
|
+
.fec-card-list[data-v-97044b6f] {
|
|
6941
6940
|
flex: 1;
|
|
6942
6941
|
overflow: auto;
|
|
6943
6942
|
}
|
|
6944
|
-
.fec-card-list[data-v-
|
|
6943
|
+
.fec-card-list[data-v-97044b6f] .fec-card {
|
|
6945
6944
|
min-height: 100px;
|
|
6946
6945
|
}:root,:host{--van-action-sheet-max-height: 80%;--van-action-sheet-header-height: 48px;--van-action-sheet-header-font-size: var(--van-font-size-lg);--van-action-sheet-description-color: var(--van-text-color-2);--van-action-sheet-description-font-size: var(--van-font-size-md);--van-action-sheet-description-line-height: var(--van-line-height-md);--van-action-sheet-item-background: var(--van-background-2);--van-action-sheet-item-font-size: var(--van-font-size-lg);--van-action-sheet-item-line-height: var(--van-line-height-lg);--van-action-sheet-item-text-color: var(--van-text-color);--van-action-sheet-item-disabled-text-color: var(--van-text-color-3);--van-action-sheet-item-icon-size: 18px;--van-action-sheet-item-icon-margin-right: var(--van-padding-xs);--van-action-sheet-subname-color: var(--van-text-color-2);--van-action-sheet-subname-font-size: var(--van-font-size-sm);--van-action-sheet-subname-line-height: var(--van-line-height-sm);--van-action-sheet-close-icon-size: 22px;--van-action-sheet-close-icon-color: var(--van-gray-5);--van-action-sheet-close-icon-padding: 0 var(--van-padding-md);--van-action-sheet-cancel-text-color: var(--van-gray-7);--van-action-sheet-cancel-padding-top: var(--van-padding-xs);--van-action-sheet-cancel-padding-color: var(--van-background);--van-action-sheet-loading-icon-size: 22px}.van-action-sheet{display:flex;flex-direction:column;max-height:var(--van-action-sheet-max-height);overflow:hidden;color:var(--van-action-sheet-item-text-color)}.van-action-sheet__content{flex:1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch}.van-action-sheet__item,.van-action-sheet__cancel{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;padding:14px var(--van-padding-md);font-size:var(--van-action-sheet-item-font-size);background:var(--van-action-sheet-item-background);border:none;cursor:pointer}.van-action-sheet__item:active,.van-action-sheet__cancel:active{background-color:var(--van-active-color)}.van-action-sheet__item{line-height:var(--van-action-sheet-item-line-height)}.van-action-sheet__item--loading,.van-action-sheet__item--disabled{color:var(--van-action-sheet-item-disabled-text-color)}.van-action-sheet__item--loading:active,.van-action-sheet__item--disabled:active{background-color:var(--van-action-sheet-item-background)}.van-action-sheet__item--disabled{cursor:not-allowed}.van-action-sheet__item--loading{cursor:default}.van-action-sheet__item-icon{font-size:var(--van-action-sheet-item-icon-size);margin-right:var(--van-action-sheet-item-icon-margin-right)}.van-action-sheet__cancel{flex-shrink:0;box-sizing:border-box;color:var(--van-action-sheet-cancel-text-color)}.van-action-sheet__subname{width:100%;margin-top:var(--van-padding-xs);color:var(--van-action-sheet-subname-color);font-size:var(--van-action-sheet-subname-font-size);line-height:var(--van-action-sheet-subname-line-height);overflow-wrap:break-word}.van-action-sheet__gap{display:block;height:var(--van-action-sheet-cancel-padding-top);background:var(--van-action-sheet-cancel-padding-color)}.van-action-sheet__header{flex-shrink:0;font-weight:var(--van-font-bold);font-size:var(--van-action-sheet-header-font-size);line-height:var(--van-action-sheet-header-height);text-align:center}.van-action-sheet__description{position:relative;flex-shrink:0;padding:20px var(--van-padding-md);color:var(--van-action-sheet-description-color);font-size:var(--van-action-sheet-description-font-size);line-height:var(--van-action-sheet-description-line-height);text-align:center}.van-action-sheet__description:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;right:var(--van-padding-md);bottom:0;left:var(--van-padding-md);border-bottom:1px solid var(--van-border-color);transform:scaleY(.5)}.van-action-sheet__loading-icon .van-loading__spinner{width:var(--van-action-sheet-loading-icon-size);height:var(--van-action-sheet-loading-icon-size)}.van-action-sheet__close{position:absolute;top:0;right:0;z-index:1;padding:var(--van-action-sheet-close-icon-padding);color:var(--van-action-sheet-close-icon-color);font-size:var(--van-action-sheet-close-icon-size);line-height:inherit}
|
|
6947
6946
|
:root,:host{--van-dropdown-menu-height: 48px;--van-dropdown-menu-background: var(--van-background-2);--van-dropdown-menu-shadow: 0 2px 12px rgba(100, 101, 102, .12);--van-dropdown-menu-title-font-size: 15px;--van-dropdown-menu-title-text-color: var(--van-text-color);--van-dropdown-menu-title-active-text-color: var(--van-primary-color);--van-dropdown-menu-title-disabled-text-color: var(--van-text-color-2);--van-dropdown-menu-title-padding: 0 var(--van-padding-xs);--van-dropdown-menu-title-line-height: var(--van-line-height-lg);--van-dropdown-menu-option-active-color: var(--van-primary-color);--van-dropdown-menu-option-disabled-color: var(--van-text-color-3);--van-dropdown-menu-content-max-height: 80%}.van-dropdown-menu{-webkit-user-select:none;user-select:none}.van-dropdown-menu__bar{position:relative;display:flex;height:var(--van-dropdown-menu-height);background:var(--van-dropdown-menu-background);box-shadow:var(--van-dropdown-menu-shadow)}.van-dropdown-menu__bar--opened{z-index:calc(var(--van-dropdown-item-z-index) + 1)}.van-dropdown-menu__bar--scrollable{padding-left:var(--van-padding-base);padding-right:var(--van-padding-xs);overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.van-dropdown-menu__bar--scrollable::-webkit-scrollbar{display:none}.van-dropdown-menu__item{display:flex;flex:1;align-items:center;justify-content:center;min-width:0}.van-dropdown-menu__item--disabled .van-dropdown-menu__title{color:var(--van-dropdown-menu-title-disabled-text-color)}.van-dropdown-menu__item--grow{flex:1 0 auto;padding-left:var(--van-padding-base);padding-right:var(--van-padding-sm)}.van-dropdown-menu__title{position:relative;box-sizing:border-box;max-width:100%;padding:var(--van-dropdown-menu-title-padding);color:var(--van-dropdown-menu-title-text-color);font-size:var(--van-dropdown-menu-title-font-size);line-height:var(--van-dropdown-menu-title-line-height)}.van-dropdown-menu__title:after{position:absolute;top:50%;right:-4px;margin-top:-5px;border:3px solid;border-color:transparent transparent var(--van-gray-4) var(--van-gray-4);transform:rotate(-45deg);opacity:.8;content:""}.van-dropdown-menu__title--active{color:var(--van-dropdown-menu-title-active-text-color)}.van-dropdown-menu__title--active:after{border-color:transparent transparent currentColor currentColor}.van-dropdown-menu__title--down:after{margin-top:-1px;transform:rotate(135deg)}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
/* empty css */
|
|
4
|
-
import { getCurrentInstance, ref, onMounted, resolveComponent,
|
|
4
|
+
import { getCurrentInstance, ref, onMounted, resolveComponent, createElementBlock, openBlock, Fragment, createBlock, createCommentVNode, createVNode, unref, isRef, withCtx, renderList } from "vue";
|
|
5
5
|
import { createDataSource } from "../../../utils/datasource.mjs";
|
|
6
6
|
import VueRender from "../../../utils/idea/VueRender.vue.mjs";
|
|
7
7
|
/* empty css */
|
|
@@ -45,6 +45,14 @@ const _sfc_main = {
|
|
|
45
45
|
vueTemplate: {
|
|
46
46
|
type: String,
|
|
47
47
|
default: ""
|
|
48
|
+
},
|
|
49
|
+
enableFilter: {
|
|
50
|
+
type: Boolean,
|
|
51
|
+
default: false
|
|
52
|
+
},
|
|
53
|
+
filterPlaceholder: {
|
|
54
|
+
type: String,
|
|
55
|
+
default: ""
|
|
48
56
|
}
|
|
49
57
|
},
|
|
50
58
|
setup(__props) {
|
|
@@ -131,45 +139,52 @@ const _sfc_main = {
|
|
|
131
139
|
}
|
|
132
140
|
}
|
|
133
141
|
return (_ctx, _cache) => {
|
|
142
|
+
const _component_fec_mobile_search = resolveComponent("fec-mobile-search");
|
|
134
143
|
const _component_fec_mobile_card = resolveComponent("fec-mobile-card");
|
|
135
144
|
const _component_van_list = List;
|
|
136
|
-
return openBlock(),
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
145
|
+
return openBlock(), createElementBlock(Fragment, null, [
|
|
146
|
+
__props.enableFilter ? (openBlock(), createBlock(_component_fec_mobile_search, {
|
|
147
|
+
key: 0,
|
|
148
|
+
placeholder: __props.filterPlaceholder
|
|
149
|
+
}, null, 8, ["placeholder"])) : createCommentVNode("", true),
|
|
150
|
+
createVNode(_component_van_list, {
|
|
151
|
+
ref_key: "listRef",
|
|
152
|
+
ref: listRef,
|
|
153
|
+
loading: unref(loading),
|
|
154
|
+
"onUpdate:loading": _cache[0] || (_cache[0] = ($event) => isRef(loading) ? loading.value = $event : null),
|
|
155
|
+
error: unref(error),
|
|
156
|
+
"onUpdate:error": _cache[1] || (_cache[1] = ($event) => isRef(error) ? error.value = $event : null),
|
|
157
|
+
finished: unref(finished),
|
|
158
|
+
disabled: __props.disabledLoad,
|
|
159
|
+
offset: __props.offset,
|
|
160
|
+
"finished-text": "没有更多了",
|
|
161
|
+
"error-text": "请求失败,点击重新加载",
|
|
162
|
+
onLoad,
|
|
163
|
+
class: "fec-card-list"
|
|
164
|
+
}, {
|
|
165
|
+
default: withCtx(() => [
|
|
166
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(tableData), (item) => {
|
|
167
|
+
return openBlock(), createBlock(_component_fec_mobile_card, {
|
|
168
|
+
key: item.id,
|
|
169
|
+
swipeDelete: __props.swipeDelete
|
|
170
|
+
}, {
|
|
171
|
+
default: withCtx(() => [
|
|
172
|
+
createVNode(VueRender, {
|
|
173
|
+
code: __props.vueTemplate,
|
|
174
|
+
params: { data: item, eventHandler }
|
|
175
|
+
}, null, 8, ["code", "params"])
|
|
176
|
+
]),
|
|
177
|
+
_: 2
|
|
178
|
+
}, 1032, ["swipeDelete"]);
|
|
179
|
+
}), 128))
|
|
180
|
+
]),
|
|
181
|
+
_: 1
|
|
182
|
+
}, 8, ["loading", "error", "finished", "disabled", "offset"])
|
|
183
|
+
], 64);
|
|
169
184
|
};
|
|
170
185
|
}
|
|
171
186
|
};
|
|
172
|
-
const _CardList = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
187
|
+
const _CardList = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-97044b6f"]]);
|
|
173
188
|
export {
|
|
174
189
|
_CardList as default
|
|
175
190
|
};
|