eoss-ui 0.4.21 → 0.4.23
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/lib/button-group.js +34 -34
- package/lib/button.js +37 -37
- package/lib/cascader.js +2 -2
- package/lib/checkbox-group.js +34 -34
- package/lib/config/api.js +1 -1
- package/lib/data-table-form.js +34 -34
- package/lib/data-table.js +48 -40
- package/lib/date-picker.js +36 -36
- package/lib/dialog.js +42 -39
- package/lib/eoss-ui.common.js +2284 -422
- package/lib/flow-group.js +42 -36
- package/lib/flow-list.js +35 -35
- package/lib/flow.js +120 -112
- package/lib/form.js +1082 -167
- package/lib/handle-user.js +34 -34
- package/lib/handler.js +34 -34
- package/lib/icon.js +436 -0
- package/lib/index.js +1 -1
- package/lib/input-number.js +36 -36
- package/lib/input.js +36 -36
- package/lib/label.js +2 -2
- package/lib/login.js +34 -34
- package/lib/main.js +584 -129
- package/lib/mainComp.js +54 -53
- package/lib/menu.js +2 -2
- package/lib/nav.js +36 -36
- package/lib/notify.js +36 -36
- package/lib/page.js +36 -36
- package/lib/pagination.js +2 -2
- package/lib/player.js +38 -38
- package/lib/qr-code.js +43 -43
- package/lib/radio-group.js +36 -36
- package/lib/select-ganged.js +36 -36
- package/lib/select.js +48 -46
- package/lib/selector-panel.js +34 -34
- package/lib/selector.js +36 -36
- package/lib/sizer.js +36 -36
- package/lib/steps.js +36 -36
- package/lib/switch.js +36 -36
- package/lib/table-form.js +295 -48
- package/lib/tabs-panel.js +2 -2
- package/lib/tabs.js +43 -39
- package/lib/theme-chalk/es-icon.css +1 -0
- package/lib/tips.js +36 -36
- package/lib/toolbar.js +2 -2
- package/lib/tree-group.js +36 -36
- package/lib/tree.js +36 -36
- package/lib/upload.js +37 -37
- package/lib/wujie.js +36 -36
- package/lib/wxlogin.js +36 -36
- package/package.json +1 -1
- package/packages/button/src/main.vue +7 -7
- package/packages/data-table/src/main.vue +9 -1
- package/packages/dialog/src/main.vue +3 -0
- package/packages/flow/src/component/taskUnionExamine.vue +3 -3
- package/packages/flow/src/main.vue +48 -17
- package/packages/flow/src/startTaskRead.vue +21 -24
- package/packages/flow-group/src/main.vue +5 -0
- package/packages/form/src/main.vue +209 -0
- package/packages/form/src/table.vue +150 -97
- package/packages/icon/index.js +5 -0
- package/packages/icon/src/main.vue +83 -0
- package/packages/main/src/async-component/index.vue +85 -0
- package/packages/main/src/main.vue +181 -12
- package/packages/mainComp/src/main.vue +1 -1
- package/packages/select/src/main.vue +7 -4
- package/packages/tabs/src/main.vue +1 -0
- package/packages/theme-chalk/lib/es-icon.css +1 -0
- package/packages/theme-chalk/src/es-icon.scss +99 -0
- package/src/config/api.js +1 -1
- package/src/index.js +4 -1
package/lib/table-form.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 60);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -2259,7 +2259,7 @@ var watermark = function watermark(option) {
|
|
|
2259
2259
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doWechatQrLogin; });
|
|
2260
2260
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return mainConfig; });
|
|
2261
2261
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return initUserSet; });
|
|
2262
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2262
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return updateUserInfo; });
|
|
2263
2263
|
/* unused harmony export getUserImgUrl */
|
|
2264
2264
|
/* unused harmony export getDoorIndex */
|
|
2265
2265
|
/* unused harmony export refreshOnlineUsers */
|
|
@@ -2268,17 +2268,17 @@ var watermark = function watermark(option) {
|
|
|
2268
2268
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return getComplexApplications; });
|
|
2269
2269
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return getComplexApplicationsNew; });
|
|
2270
2270
|
/* unused harmony export getUserCustomInfo */
|
|
2271
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2271
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return updateUserCustomInfo; });
|
|
2272
2272
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return sysMsgPage; });
|
|
2273
2273
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return ignoreSysMsg; });
|
|
2274
2274
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return ignoreAllSysMsg; });
|
|
2275
2275
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return getAdjunctProperties; });
|
|
2276
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2277
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2276
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return uploads; });
|
|
2277
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return uploadOnlyOne; });
|
|
2278
2278
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return getAdjunctFileInfos; });
|
|
2279
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2279
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return uploadSort; });
|
|
2280
2280
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return downloadByAdjunctId; });
|
|
2281
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2281
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return uploadDownloads; });
|
|
2282
2282
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return previewAdjunct; });
|
|
2283
2283
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return previewAdjunct2; });
|
|
2284
2284
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return previewAdjunctOffice; });
|
|
@@ -2295,13 +2295,13 @@ var watermark = function watermark(option) {
|
|
|
2295
2295
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return gethelpdoc; });
|
|
2296
2296
|
/* unused harmony export getCurrentuser */
|
|
2297
2297
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return mainDetail; });
|
|
2298
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2299
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2298
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return toStartFlow; });
|
|
2299
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return tempSave; });
|
|
2300
2300
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return commonOpion; });
|
|
2301
2301
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
2302
2302
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return editCommonOpion; });
|
|
2303
2303
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return saveCommonOpinion; });
|
|
2304
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2304
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return updateCommonOpinion; });
|
|
2305
2305
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return deleteCommonOpion; });
|
|
2306
2306
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getProcessDefList; });
|
|
2307
2307
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getNodeInfo; });
|
|
@@ -2309,46 +2309,46 @@ var watermark = function watermark(option) {
|
|
|
2309
2309
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return findSysCodes; });
|
|
2310
2310
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getNotificationMsg; });
|
|
2311
2311
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getHandleInfoHtml; });
|
|
2312
|
-
/* harmony export
|
|
2312
|
+
/* unused harmony export taskHandleHtml */
|
|
2313
2313
|
/* unused harmony export getView */
|
|
2314
2314
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return register; });
|
|
2315
2315
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return pendedhistoryList; });
|
|
2316
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2317
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2318
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2319
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2320
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2316
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return toTaskRejectHtml; });
|
|
2317
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return taskRejectHtml; });
|
|
2318
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return toStartTaskRead; });
|
|
2319
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return toStartTaskReadIndex; });
|
|
2320
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return taskReadHtml; });
|
|
2321
2321
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return rejectAndEnd; });
|
|
2322
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2322
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return toSendMsg; });
|
|
2323
2323
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return sendMsg; });
|
|
2324
2324
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return endFlowHtml; });
|
|
2325
2325
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return handleInfo; });
|
|
2326
2326
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return loginUserInfo; });
|
|
2327
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2328
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2327
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return wss; });
|
|
2328
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return topic; });
|
|
2329
2329
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getPresetCustomInfo; });
|
|
2330
2330
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getPresetNodeInfo; });
|
|
2331
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2332
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2333
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2331
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return toTaskTransferIndex; });
|
|
2332
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return taskTransfer; });
|
|
2333
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return toPresetInfoListIndex; });
|
|
2334
2334
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deletePresetInfo; });
|
|
2335
2335
|
/* unused harmony export historyListJson */
|
|
2336
2336
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return pendedhistoryListJson; });
|
|
2337
2337
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return pressListJson; });
|
|
2338
2338
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteFlow; });
|
|
2339
2339
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return isCanStartSubFlow; });
|
|
2340
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2341
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2342
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2343
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2344
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2345
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2346
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2347
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2348
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2349
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2350
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2351
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2340
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toTaskUnionExamine; });
|
|
2341
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return taskUnionExamine; });
|
|
2342
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return toTaskTakeAdvice; });
|
|
2343
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return taskTakeAdvice; });
|
|
2344
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return toTaskStartDraft; });
|
|
2345
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return taskStartDraft; });
|
|
2346
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return toTaskReview; });
|
|
2347
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return taskReview; });
|
|
2348
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toTaskUnionSeal; });
|
|
2349
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return taskUnionSeal; });
|
|
2350
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toTwoOfficesDispatch; });
|
|
2351
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return twoOfficesDispatch; });
|
|
2352
2352
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return sendList; });
|
|
2353
2353
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return sendInfo; });
|
|
2354
2354
|
/* unused harmony export sendSave */
|
|
@@ -2547,7 +2547,7 @@ var taskUnionSeal = '/bpm/task/taskHandle/taskUnionSeal.dhtml';
|
|
|
2547
2547
|
// 报送两办
|
|
2548
2548
|
var toTwoOfficesDispatch = '/bpm/bpmBackend/toTwoOfficesDispatch';
|
|
2549
2549
|
// 报送两办提交
|
|
2550
|
-
var twoOfficesDispatch = 'task/taskHandle/twoOfficesDispatch.dhtml';
|
|
2550
|
+
var twoOfficesDispatch = '/bpm/task/taskHandle/twoOfficesDispatch.dhtml';
|
|
2551
2551
|
|
|
2552
2552
|
// notifySend 消息发送
|
|
2553
2553
|
var sendList = '/notify2/notifySendRecord/listJson';
|
|
@@ -2714,15 +2714,22 @@ module.exports = require("eoss-element");
|
|
|
2714
2714
|
|
|
2715
2715
|
/***/ }),
|
|
2716
2716
|
|
|
2717
|
-
/***/
|
|
2717
|
+
/***/ 6:
|
|
2718
|
+
/***/ (function(module, exports) {
|
|
2719
|
+
|
|
2720
|
+
module.exports = require("json-bigint");
|
|
2721
|
+
|
|
2722
|
+
/***/ }),
|
|
2723
|
+
|
|
2724
|
+
/***/ 60:
|
|
2718
2725
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2719
2726
|
|
|
2720
2727
|
"use strict";
|
|
2721
2728
|
// ESM COMPAT FLAG
|
|
2722
2729
|
__webpack_require__.r(__webpack_exports__);
|
|
2723
2730
|
|
|
2724
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/table.vue?vue&type=template&id=
|
|
2725
|
-
var
|
|
2731
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/table.vue?vue&type=template&id=71bfdbb8&
|
|
2732
|
+
var tablevue_type_template_id_71bfdbb8_render = function () {
|
|
2726
2733
|
var _vm = this
|
|
2727
2734
|
var _h = _vm.$createElement
|
|
2728
2735
|
var _c = _vm._self._c || _h
|
|
@@ -3624,6 +3631,63 @@ var tablevue_type_template_id_10591fe4_render = function () {
|
|
|
3624
3631
|
false
|
|
3625
3632
|
)
|
|
3626
3633
|
)
|
|
3634
|
+
: item.type === "icon"
|
|
3635
|
+
? _c(
|
|
3636
|
+
"es-icon",
|
|
3637
|
+
_vm._b(
|
|
3638
|
+
{
|
|
3639
|
+
attrs: {
|
|
3640
|
+
plain:
|
|
3641
|
+
item.plain ||
|
|
3642
|
+
item.name ===
|
|
3643
|
+
undefined,
|
|
3644
|
+
readonly:
|
|
3645
|
+
_vm.readonly
|
|
3646
|
+
? _vm.readonly
|
|
3647
|
+
: item.readonly,
|
|
3648
|
+
},
|
|
3649
|
+
on: {
|
|
3650
|
+
change:
|
|
3651
|
+
function (
|
|
3652
|
+
val
|
|
3653
|
+
) {
|
|
3654
|
+
_vm.handleChange(
|
|
3655
|
+
item,
|
|
3656
|
+
val
|
|
3657
|
+
)
|
|
3658
|
+
},
|
|
3659
|
+
},
|
|
3660
|
+
model: {
|
|
3661
|
+
value:
|
|
3662
|
+
_vm.models[
|
|
3663
|
+
item.name
|
|
3664
|
+
],
|
|
3665
|
+
callback:
|
|
3666
|
+
function (
|
|
3667
|
+
$$v
|
|
3668
|
+
) {
|
|
3669
|
+
_vm.$set(
|
|
3670
|
+
_vm.models,
|
|
3671
|
+
item.name,
|
|
3672
|
+
$$v
|
|
3673
|
+
)
|
|
3674
|
+
},
|
|
3675
|
+
expression:
|
|
3676
|
+
"models[item.name]",
|
|
3677
|
+
},
|
|
3678
|
+
},
|
|
3679
|
+
"es-icon",
|
|
3680
|
+
_vm.handleExclAttribute(
|
|
3681
|
+
{
|
|
3682
|
+
data: item,
|
|
3683
|
+
attrs: [
|
|
3684
|
+
"value",
|
|
3685
|
+
],
|
|
3686
|
+
}
|
|
3687
|
+
),
|
|
3688
|
+
false
|
|
3689
|
+
)
|
|
3690
|
+
)
|
|
3627
3691
|
: _c(
|
|
3628
3692
|
"es-input",
|
|
3629
3693
|
_vm._b(
|
|
@@ -4232,6 +4296,69 @@ var tablevue_type_template_id_10591fe4_render = function () {
|
|
|
4232
4296
|
)
|
|
4233
4297
|
: _vm._e(),
|
|
4234
4298
|
]
|
|
4299
|
+
: inline.type ===
|
|
4300
|
+
"icon"
|
|
4301
|
+
? _c(
|
|
4302
|
+
"es-icon",
|
|
4303
|
+
_vm._b(
|
|
4304
|
+
{
|
|
4305
|
+
attrs:
|
|
4306
|
+
{
|
|
4307
|
+
plain:
|
|
4308
|
+
inline.plain ||
|
|
4309
|
+
inline.name ===
|
|
4310
|
+
undefined,
|
|
4311
|
+
readonly:
|
|
4312
|
+
_vm.readonly
|
|
4313
|
+
? _vm.readonly
|
|
4314
|
+
: inline.readonly,
|
|
4315
|
+
},
|
|
4316
|
+
on: {
|
|
4317
|
+
change:
|
|
4318
|
+
function (
|
|
4319
|
+
val
|
|
4320
|
+
) {
|
|
4321
|
+
_vm.handleChange(
|
|
4322
|
+
inline,
|
|
4323
|
+
val
|
|
4324
|
+
)
|
|
4325
|
+
},
|
|
4326
|
+
},
|
|
4327
|
+
model:
|
|
4328
|
+
{
|
|
4329
|
+
value:
|
|
4330
|
+
_vm
|
|
4331
|
+
.models[
|
|
4332
|
+
inline
|
|
4333
|
+
.name
|
|
4334
|
+
],
|
|
4335
|
+
callback:
|
|
4336
|
+
function (
|
|
4337
|
+
$$v
|
|
4338
|
+
) {
|
|
4339
|
+
_vm.$set(
|
|
4340
|
+
_vm.models,
|
|
4341
|
+
inline.name,
|
|
4342
|
+
$$v
|
|
4343
|
+
)
|
|
4344
|
+
},
|
|
4345
|
+
expression:
|
|
4346
|
+
"models[inline.name]",
|
|
4347
|
+
},
|
|
4348
|
+
},
|
|
4349
|
+
"es-icon",
|
|
4350
|
+
_vm.handleExclAttribute(
|
|
4351
|
+
{
|
|
4352
|
+
data: inline,
|
|
4353
|
+
attrs:
|
|
4354
|
+
[
|
|
4355
|
+
"value",
|
|
4356
|
+
],
|
|
4357
|
+
}
|
|
4358
|
+
),
|
|
4359
|
+
false
|
|
4360
|
+
)
|
|
4361
|
+
)
|
|
4235
4362
|
: _c(
|
|
4236
4363
|
"es-input",
|
|
4237
4364
|
_vm._b(
|
|
@@ -4739,6 +4866,80 @@ var tablevue_type_template_id_10591fe4_render = function () {
|
|
|
4739
4866
|
false
|
|
4740
4867
|
)
|
|
4741
4868
|
)
|
|
4869
|
+
: item
|
|
4870
|
+
.inline
|
|
4871
|
+
.type ===
|
|
4872
|
+
"icon"
|
|
4873
|
+
? _c(
|
|
4874
|
+
"es-icon",
|
|
4875
|
+
_vm._b(
|
|
4876
|
+
{
|
|
4877
|
+
attrs:
|
|
4878
|
+
{
|
|
4879
|
+
plain:
|
|
4880
|
+
item
|
|
4881
|
+
.inline
|
|
4882
|
+
.plain ||
|
|
4883
|
+
item
|
|
4884
|
+
.inline
|
|
4885
|
+
.name ===
|
|
4886
|
+
undefined,
|
|
4887
|
+
readonly:
|
|
4888
|
+
_vm.readonly
|
|
4889
|
+
? _vm.readonly
|
|
4890
|
+
: item
|
|
4891
|
+
.inline
|
|
4892
|
+
.readonly,
|
|
4893
|
+
},
|
|
4894
|
+
on: {
|
|
4895
|
+
change:
|
|
4896
|
+
function (
|
|
4897
|
+
val
|
|
4898
|
+
) {
|
|
4899
|
+
_vm.handleChange(
|
|
4900
|
+
item.inline,
|
|
4901
|
+
val
|
|
4902
|
+
)
|
|
4903
|
+
},
|
|
4904
|
+
},
|
|
4905
|
+
model:
|
|
4906
|
+
{
|
|
4907
|
+
value:
|
|
4908
|
+
_vm
|
|
4909
|
+
.models[
|
|
4910
|
+
item
|
|
4911
|
+
.inline
|
|
4912
|
+
.name
|
|
4913
|
+
],
|
|
4914
|
+
callback:
|
|
4915
|
+
function (
|
|
4916
|
+
$$v
|
|
4917
|
+
) {
|
|
4918
|
+
_vm.$set(
|
|
4919
|
+
_vm.models,
|
|
4920
|
+
item
|
|
4921
|
+
.inline
|
|
4922
|
+
.name,
|
|
4923
|
+
$$v
|
|
4924
|
+
)
|
|
4925
|
+
},
|
|
4926
|
+
expression:
|
|
4927
|
+
"models[item.inline.name]",
|
|
4928
|
+
},
|
|
4929
|
+
},
|
|
4930
|
+
"es-icon",
|
|
4931
|
+
_vm.handleExclAttribute(
|
|
4932
|
+
{
|
|
4933
|
+
data: item.inline,
|
|
4934
|
+
attrs:
|
|
4935
|
+
[
|
|
4936
|
+
"value",
|
|
4937
|
+
],
|
|
4938
|
+
}
|
|
4939
|
+
),
|
|
4940
|
+
false
|
|
4941
|
+
)
|
|
4942
|
+
)
|
|
4742
4943
|
: _c(
|
|
4743
4944
|
"es-input",
|
|
4744
4945
|
_vm._b(
|
|
@@ -5063,10 +5264,10 @@ var tablevue_type_template_id_10591fe4_render = function () {
|
|
|
5063
5264
|
)
|
|
5064
5265
|
}
|
|
5065
5266
|
var staticRenderFns = []
|
|
5066
|
-
|
|
5267
|
+
tablevue_type_template_id_71bfdbb8_render._withStripped = true
|
|
5067
5268
|
|
|
5068
5269
|
|
|
5069
|
-
// CONCATENATED MODULE: ./packages/form/src/table.vue?vue&type=template&id=
|
|
5270
|
+
// CONCATENATED MODULE: ./packages/form/src/table.vue?vue&type=template&id=71bfdbb8&
|
|
5070
5271
|
|
|
5071
5272
|
// EXTERNAL MODULE: ./src/utils/rules.js
|
|
5072
5273
|
var rules = __webpack_require__(10);
|
|
@@ -5996,6 +6197,59 @@ var util = __webpack_require__(0);
|
|
|
5996
6197
|
//
|
|
5997
6198
|
//
|
|
5998
6199
|
//
|
|
6200
|
+
//
|
|
6201
|
+
//
|
|
6202
|
+
//
|
|
6203
|
+
//
|
|
6204
|
+
//
|
|
6205
|
+
//
|
|
6206
|
+
//
|
|
6207
|
+
//
|
|
6208
|
+
//
|
|
6209
|
+
//
|
|
6210
|
+
//
|
|
6211
|
+
//
|
|
6212
|
+
//
|
|
6213
|
+
//
|
|
6214
|
+
//
|
|
6215
|
+
//
|
|
6216
|
+
//
|
|
6217
|
+
//
|
|
6218
|
+
//
|
|
6219
|
+
//
|
|
6220
|
+
//
|
|
6221
|
+
//
|
|
6222
|
+
//
|
|
6223
|
+
//
|
|
6224
|
+
//
|
|
6225
|
+
//
|
|
6226
|
+
//
|
|
6227
|
+
//
|
|
6228
|
+
//
|
|
6229
|
+
//
|
|
6230
|
+
//
|
|
6231
|
+
//
|
|
6232
|
+
//
|
|
6233
|
+
//
|
|
6234
|
+
//
|
|
6235
|
+
//
|
|
6236
|
+
//
|
|
6237
|
+
//
|
|
6238
|
+
//
|
|
6239
|
+
//
|
|
6240
|
+
//
|
|
6241
|
+
//
|
|
6242
|
+
//
|
|
6243
|
+
//
|
|
6244
|
+
//
|
|
6245
|
+
//
|
|
6246
|
+
//
|
|
6247
|
+
//
|
|
6248
|
+
//
|
|
6249
|
+
//
|
|
6250
|
+
//
|
|
6251
|
+
//
|
|
6252
|
+
//
|
|
5999
6253
|
|
|
6000
6254
|
|
|
6001
6255
|
|
|
@@ -6269,7 +6523,7 @@ var componentNormalizer = __webpack_require__(2);
|
|
|
6269
6523
|
|
|
6270
6524
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
6271
6525
|
src_tablevue_type_script_lang_js_,
|
|
6272
|
-
|
|
6526
|
+
tablevue_type_template_id_71bfdbb8_render,
|
|
6273
6527
|
staticRenderFns,
|
|
6274
6528
|
false,
|
|
6275
6529
|
null,
|
|
@@ -6290,13 +6544,6 @@ table.install = function (Vue) {
|
|
|
6290
6544
|
|
|
6291
6545
|
/***/ }),
|
|
6292
6546
|
|
|
6293
|
-
/***/ 6:
|
|
6294
|
-
/***/ (function(module, exports) {
|
|
6295
|
-
|
|
6296
|
-
module.exports = require("json-bigint");
|
|
6297
|
-
|
|
6298
|
-
/***/ }),
|
|
6299
|
-
|
|
6300
6547
|
/***/ 7:
|
|
6301
6548
|
/***/ (function(module, exports) {
|
|
6302
6549
|
|
package/lib/tabs-panel.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 56);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -192,7 +192,7 @@ function normalizeComponent(
|
|
|
192
192
|
|
|
193
193
|
/***/ }),
|
|
194
194
|
|
|
195
|
-
/***/
|
|
195
|
+
/***/ 56:
|
|
196
196
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
197
197
|
|
|
198
198
|
"use strict";
|