ocpview-plus 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ocpviewplus.min.esm.js +93 -67
- package/dist/ocpviewplus.min.js +14 -14
- package/package.json +1 -1
|
@@ -453,7 +453,7 @@ common.initEview = function(ViewUI2) {
|
|
|
453
453
|
common.initAnchor(ViewUI2.Anchor);
|
|
454
454
|
};
|
|
455
455
|
const name = "ocpview-plus";
|
|
456
|
-
const version$2 = "1.0.
|
|
456
|
+
const version$2 = "1.0.6";
|
|
457
457
|
const title = "ocpviewPlus";
|
|
458
458
|
const description = "A high quality Service UI components Library with Vue.js";
|
|
459
459
|
const homepage = "";
|
|
@@ -2829,7 +2829,7 @@ commom.formatValue = function(value, row, config2) {
|
|
|
2829
2829
|
let type = config2.type.toLowerCase();
|
|
2830
2830
|
if (type === "textbox") {
|
|
2831
2831
|
return value;
|
|
2832
|
-
} else if (type === "numberbox") {
|
|
2832
|
+
} else if (type === "numberbox" || type === "numberboxv1") {
|
|
2833
2833
|
if (!value) {
|
|
2834
2834
|
if (value === config2.defaultValue) {
|
|
2835
2835
|
return value;
|
|
@@ -4143,7 +4143,7 @@ var _export_sfc$1 = (sfc, props) => {
|
|
|
4143
4143
|
}
|
|
4144
4144
|
return target;
|
|
4145
4145
|
};
|
|
4146
|
-
const _sfc_main$
|
|
4146
|
+
const _sfc_main$1J = {
|
|
4147
4147
|
name: "ebutton",
|
|
4148
4148
|
data() {
|
|
4149
4149
|
return {
|
|
@@ -4351,8 +4351,8 @@ function _sfc_render$1u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4351
4351
|
])
|
|
4352
4352
|
], 36)) : createCommentVNode("", true);
|
|
4353
4353
|
}
|
|
4354
|
-
var Ebutton = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
4355
|
-
const _sfc_main$
|
|
4354
|
+
var Ebutton = /* @__PURE__ */ _export_sfc$1(_sfc_main$1J, [["render", _sfc_render$1u]]);
|
|
4355
|
+
const _sfc_main$1I = {
|
|
4356
4356
|
name: "Toolbar",
|
|
4357
4357
|
data() {
|
|
4358
4358
|
return {
|
|
@@ -4970,7 +4970,7 @@ function _sfc_render$1t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4970
4970
|
[vShow, $data.btnShow]
|
|
4971
4971
|
]);
|
|
4972
4972
|
}
|
|
4973
|
-
var Toolbar$2 = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
4973
|
+
var Toolbar$2 = /* @__PURE__ */ _export_sfc$1(_sfc_main$1I, [["render", _sfc_render$1t]]);
|
|
4974
4974
|
var size = {
|
|
4975
4975
|
name: "size",
|
|
4976
4976
|
data() {
|
|
@@ -5048,7 +5048,7 @@ var size = {
|
|
|
5048
5048
|
}
|
|
5049
5049
|
}
|
|
5050
5050
|
};
|
|
5051
|
-
const _sfc_main$
|
|
5051
|
+
const _sfc_main$1H = {
|
|
5052
5052
|
mixins: [size],
|
|
5053
5053
|
data() {
|
|
5054
5054
|
return {
|
|
@@ -5222,9 +5222,9 @@ const _sfc_main$1G = {
|
|
|
5222
5222
|
}
|
|
5223
5223
|
}
|
|
5224
5224
|
};
|
|
5225
|
-
const _sfc_main$
|
|
5225
|
+
const _sfc_main$1G = {
|
|
5226
5226
|
name: "combobox",
|
|
5227
|
-
extends: _sfc_main$
|
|
5227
|
+
extends: _sfc_main$1H,
|
|
5228
5228
|
data() {
|
|
5229
5229
|
return {
|
|
5230
5230
|
myConfig: {
|
|
@@ -5497,7 +5497,7 @@ function _sfc_render$1s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5497
5497
|
[vShow, $data.myConfig.visible]
|
|
5498
5498
|
]);
|
|
5499
5499
|
}
|
|
5500
|
-
var ComboBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
5500
|
+
var ComboBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1G, [["render", _sfc_render$1s]]);
|
|
5501
5501
|
var comPro = {
|
|
5502
5502
|
name: "formpcompro",
|
|
5503
5503
|
data() {
|
|
@@ -5515,7 +5515,7 @@ var comPro = {
|
|
|
5515
5515
|
},
|
|
5516
5516
|
methods: {}
|
|
5517
5517
|
};
|
|
5518
|
-
const _sfc_main$
|
|
5518
|
+
const _sfc_main$1F = {
|
|
5519
5519
|
name: "baseform",
|
|
5520
5520
|
mixins: [comPro],
|
|
5521
5521
|
data() {
|
|
@@ -6180,8 +6180,8 @@ const _sfc_main$1E = {
|
|
|
6180
6180
|
}
|
|
6181
6181
|
}
|
|
6182
6182
|
};
|
|
6183
|
-
const _sfc_main$
|
|
6184
|
-
extends: _sfc_main$
|
|
6183
|
+
const _sfc_main$1E = {
|
|
6184
|
+
extends: _sfc_main$1F,
|
|
6185
6185
|
data() {
|
|
6186
6186
|
return {
|
|
6187
6187
|
editIndex: -1,
|
|
@@ -6382,8 +6382,8 @@ function _sfc_render$1r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6382
6382
|
}, 8, ["model", "rules", "label-width", "inline", "id", "onKeydown"])
|
|
6383
6383
|
], 4);
|
|
6384
6384
|
}
|
|
6385
|
-
var ExpandRow = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
6386
|
-
const _sfc_main$
|
|
6385
|
+
var ExpandRow = /* @__PURE__ */ _export_sfc$1(_sfc_main$1E, [["render", _sfc_render$1r]]);
|
|
6386
|
+
const _sfc_main$1D = {
|
|
6387
6387
|
mixins: [size],
|
|
6388
6388
|
data() {
|
|
6389
6389
|
return {
|
|
@@ -7393,9 +7393,9 @@ const _sfc_main$1C = {
|
|
|
7393
7393
|
mounted() {
|
|
7394
7394
|
}
|
|
7395
7395
|
};
|
|
7396
|
-
const _sfc_main$
|
|
7396
|
+
const _sfc_main$1C = {
|
|
7397
7397
|
name: "viewgridbase",
|
|
7398
|
-
extends: _sfc_main$
|
|
7398
|
+
extends: _sfc_main$1D,
|
|
7399
7399
|
data() {
|
|
7400
7400
|
return {
|
|
7401
7401
|
myConfig: {
|
|
@@ -8641,9 +8641,9 @@ const _sfc_main$1B = {
|
|
|
8641
8641
|
}
|
|
8642
8642
|
}
|
|
8643
8643
|
};
|
|
8644
|
-
const _sfc_main$
|
|
8644
|
+
const _sfc_main$1B = {
|
|
8645
8645
|
name: "viewgrid",
|
|
8646
|
-
extends: _sfc_main$
|
|
8646
|
+
extends: _sfc_main$1C,
|
|
8647
8647
|
mounted() {
|
|
8648
8648
|
}
|
|
8649
8649
|
};
|
|
@@ -9084,10 +9084,10 @@ function _sfc_render$1q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9084
9084
|
], 64))
|
|
9085
9085
|
]);
|
|
9086
9086
|
}
|
|
9087
|
-
var ViewGrid = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
9088
|
-
const _sfc_main$
|
|
9087
|
+
var ViewGrid = /* @__PURE__ */ _export_sfc$1(_sfc_main$1B, [["render", _sfc_render$1q]]);
|
|
9088
|
+
const _sfc_main$1A = {
|
|
9089
9089
|
name: "editgridbase",
|
|
9090
|
-
extends: _sfc_main$
|
|
9090
|
+
extends: _sfc_main$1D,
|
|
9091
9091
|
data() {
|
|
9092
9092
|
return {
|
|
9093
9093
|
myConfig: {
|
|
@@ -10017,9 +10017,9 @@ const _sfc_main$1z = {
|
|
|
10017
10017
|
}
|
|
10018
10018
|
}
|
|
10019
10019
|
};
|
|
10020
|
-
const _sfc_main$
|
|
10020
|
+
const _sfc_main$1z = {
|
|
10021
10021
|
name: "editgrid",
|
|
10022
|
-
extends: _sfc_main$
|
|
10022
|
+
extends: _sfc_main$1A,
|
|
10023
10023
|
mounted() {
|
|
10024
10024
|
if (this.$refs.card && this.$refs.card.$el) {
|
|
10025
10025
|
this.$refs.card.$el.onmouseleave = () => {
|
|
@@ -10202,10 +10202,10 @@ function _sfc_render$1p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10202
10202
|
}, 8, ["modelValue", "onOnOk"])) : createCommentVNode("", true)
|
|
10203
10203
|
], 8, _hoisted_1$Z);
|
|
10204
10204
|
}
|
|
10205
|
-
var EditGrid = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
10206
|
-
const _sfc_main$
|
|
10205
|
+
var EditGrid = /* @__PURE__ */ _export_sfc$1(_sfc_main$1z, [["render", _sfc_render$1p]]);
|
|
10206
|
+
const _sfc_main$1y = {
|
|
10207
10207
|
name: "editgridcard",
|
|
10208
|
-
extends: _sfc_main$
|
|
10208
|
+
extends: _sfc_main$1A,
|
|
10209
10209
|
data() {
|
|
10210
10210
|
return {
|
|
10211
10211
|
myConfig: {
|
|
@@ -10544,10 +10544,10 @@ function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10544
10544
|
} : void 0
|
|
10545
10545
|
]), 1032, ["bordered", "dis-hover", "headClass", "extraClass"]);
|
|
10546
10546
|
}
|
|
10547
|
-
var EditGridCard = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
10548
|
-
const _sfc_main$
|
|
10547
|
+
var EditGridCard = /* @__PURE__ */ _export_sfc$1(_sfc_main$1y, [["render", _sfc_render$1o]]);
|
|
10548
|
+
const _sfc_main$1x = {
|
|
10549
10549
|
name: "textbox",
|
|
10550
|
-
extends: _sfc_main$
|
|
10550
|
+
extends: _sfc_main$1H,
|
|
10551
10551
|
components: {},
|
|
10552
10552
|
data() {
|
|
10553
10553
|
return {
|
|
@@ -10658,8 +10658,8 @@ function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10658
10658
|
[vShow, $data.myConfig.visible]
|
|
10659
10659
|
]);
|
|
10660
10660
|
}
|
|
10661
|
-
var TextBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
10662
|
-
const _sfc_main$
|
|
10661
|
+
var TextBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1x, [["render", _sfc_render$1n]]);
|
|
10662
|
+
const _sfc_main$1w = {
|
|
10663
10663
|
name: "uploadbox",
|
|
10664
10664
|
data() {
|
|
10665
10665
|
return {
|
|
@@ -10824,7 +10824,7 @@ function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10824
10824
|
_: 3
|
|
10825
10825
|
}, 8, ["default-file-list", "on-success", "format", "disabled", "max-size", "data", "on-format-error", "on-exceeded-size", "before-upload", "multiple", "class", "action"]);
|
|
10826
10826
|
}
|
|
10827
|
-
var UploadBox$1 = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
10827
|
+
var UploadBox$1 = /* @__PURE__ */ _export_sfc$1(_sfc_main$1w, [["render", _sfc_render$1m]]);
|
|
10828
10828
|
var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
|
|
10829
10829
|
function getDefaultExportFromCjs(x10) {
|
|
10830
10830
|
return x10 && x10.__esModule && Object.prototype.hasOwnProperty.call(x10, "default") ? x10["default"] : x10;
|
|
@@ -24826,7 +24826,7 @@ const QuillEditor = defineComponent({
|
|
|
24826
24826
|
];
|
|
24827
24827
|
}
|
|
24828
24828
|
});
|
|
24829
|
-
const _sfc_main$
|
|
24829
|
+
const _sfc_main$1v = {
|
|
24830
24830
|
__name: "editor",
|
|
24831
24831
|
props: ["value", "myConfig", "toolbarOptions"],
|
|
24832
24832
|
emits: ["updateValue", "imgClick", "initQuill"],
|
|
@@ -24971,13 +24971,13 @@ const _sfc_main$1u = {
|
|
|
24971
24971
|
}
|
|
24972
24972
|
};
|
|
24973
24973
|
var richtextbox_vue_vue_type_style_index_0_lang = "";
|
|
24974
|
-
const _sfc_main$
|
|
24974
|
+
const _sfc_main$1u = {
|
|
24975
24975
|
name: "richtextbox",
|
|
24976
24976
|
components: {
|
|
24977
24977
|
UploadBox: UploadBox$1,
|
|
24978
|
-
Editor: _sfc_main$
|
|
24978
|
+
Editor: _sfc_main$1v
|
|
24979
24979
|
},
|
|
24980
|
-
extends: _sfc_main$
|
|
24980
|
+
extends: _sfc_main$1H,
|
|
24981
24981
|
data() {
|
|
24982
24982
|
return {
|
|
24983
24983
|
myConfig: {
|
|
@@ -25142,7 +25142,7 @@ function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25142
25142
|
[vShow, $data.myConfig.visible]
|
|
25143
25143
|
]);
|
|
25144
25144
|
}
|
|
25145
|
-
var RichTextBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
25145
|
+
var RichTextBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1u, [["render", _sfc_render$1l]]);
|
|
25146
25146
|
var NumberRangeExpand = {
|
|
25147
25147
|
name: "NumberRangeAppend",
|
|
25148
25148
|
props: {
|
|
@@ -25152,9 +25152,9 @@ var NumberRangeExpand = {
|
|
|
25152
25152
|
return this.render(h$1);
|
|
25153
25153
|
}
|
|
25154
25154
|
};
|
|
25155
|
-
const _sfc_main$
|
|
25155
|
+
const _sfc_main$1t = {
|
|
25156
25156
|
name: "numberbox",
|
|
25157
|
-
extends: _sfc_main$
|
|
25157
|
+
extends: _sfc_main$1H,
|
|
25158
25158
|
data() {
|
|
25159
25159
|
return {
|
|
25160
25160
|
myConfig: {
|
|
@@ -25470,10 +25470,10 @@ function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25470
25470
|
[vShow, $data.myConfig.visible]
|
|
25471
25471
|
]);
|
|
25472
25472
|
}
|
|
25473
|
-
var NumberBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
25474
|
-
const _sfc_main$
|
|
25473
|
+
var NumberBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1t, [["render", _sfc_render$1k]]);
|
|
25474
|
+
const _sfc_main$1s = {
|
|
25475
25475
|
name: "NumberRangeBox",
|
|
25476
|
-
extends: _sfc_main$
|
|
25476
|
+
extends: _sfc_main$1H,
|
|
25477
25477
|
data() {
|
|
25478
25478
|
return {
|
|
25479
25479
|
myConfig: {
|
|
@@ -25959,10 +25959,35 @@ function _sfc_render$1j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25959
25959
|
[vShow, $data.myConfig.visible]
|
|
25960
25960
|
]);
|
|
25961
25961
|
}
|
|
25962
|
-
var NumberRangeBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
25962
|
+
var NumberRangeBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1s, [["render", _sfc_render$1j]]);
|
|
25963
|
+
const _sfc_main$1r = {
|
|
25964
|
+
name: "NumberBoxV1",
|
|
25965
|
+
extends: NumberBox,
|
|
25966
|
+
methods: {
|
|
25967
|
+
init() {
|
|
25968
|
+
this.myConfig = Object.assign({}, this.globalConfig, this.myConfig);
|
|
25969
|
+
if (this.config) {
|
|
25970
|
+
this.myConfig = Object.assign({}, this.myConfig, this.config);
|
|
25971
|
+
}
|
|
25972
|
+
this.myConfig.place = "unset";
|
|
25973
|
+
if (this.customInit) {
|
|
25974
|
+
this.customInit();
|
|
25975
|
+
}
|
|
25976
|
+
},
|
|
25977
|
+
parser(event) {
|
|
25978
|
+
this.label = this.getValueNumber(this.value);
|
|
25979
|
+
if (event) {
|
|
25980
|
+
const currentTarget = event.currentTarget;
|
|
25981
|
+
setTimeout(() => {
|
|
25982
|
+
currentTarget.select();
|
|
25983
|
+
}, 0);
|
|
25984
|
+
}
|
|
25985
|
+
}
|
|
25986
|
+
}
|
|
25987
|
+
};
|
|
25963
25988
|
const _sfc_main$1q = {
|
|
25964
25989
|
name: "datebox",
|
|
25965
|
-
extends: _sfc_main$
|
|
25990
|
+
extends: _sfc_main$1H,
|
|
25966
25991
|
data() {
|
|
25967
25992
|
return {
|
|
25968
25993
|
myConfig: {
|
|
@@ -26106,7 +26131,7 @@ function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26106
26131
|
var DateBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1q, [["render", _sfc_render$1i]]);
|
|
26107
26132
|
const _sfc_main$1p = {
|
|
26108
26133
|
name: "daterangebox",
|
|
26109
|
-
extends: _sfc_main$
|
|
26134
|
+
extends: _sfc_main$1H,
|
|
26110
26135
|
data() {
|
|
26111
26136
|
return {
|
|
26112
26137
|
myConfig: {
|
|
@@ -26273,7 +26298,7 @@ function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26273
26298
|
var DateRangeBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1p, [["render", _sfc_render$1h]]);
|
|
26274
26299
|
const _sfc_main$1o = {
|
|
26275
26300
|
name: "timepicbox",
|
|
26276
|
-
extends: _sfc_main$
|
|
26301
|
+
extends: _sfc_main$1H,
|
|
26277
26302
|
data() {
|
|
26278
26303
|
return {
|
|
26279
26304
|
myConfig: {
|
|
@@ -26365,7 +26390,7 @@ function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26365
26390
|
var TimePicBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1o, [["render", _sfc_render$1g]]);
|
|
26366
26391
|
const _sfc_main$1n = {
|
|
26367
26392
|
name: "poptextbox",
|
|
26368
|
-
extends: _sfc_main$
|
|
26393
|
+
extends: _sfc_main$1H,
|
|
26369
26394
|
data() {
|
|
26370
26395
|
return {
|
|
26371
26396
|
myConfig: {
|
|
@@ -29214,7 +29239,7 @@ function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29214
29239
|
var ConditionFilterBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1e, [["render", _sfc_render$18]]);
|
|
29215
29240
|
const _sfc_main$1d = {
|
|
29216
29241
|
name: "picturebox",
|
|
29217
|
-
extends: _sfc_main$
|
|
29242
|
+
extends: _sfc_main$1H,
|
|
29218
29243
|
data() {
|
|
29219
29244
|
return {
|
|
29220
29245
|
myConfig: {
|
|
@@ -29833,7 +29858,7 @@ function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29833
29858
|
var PictureBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1d, [["render", _sfc_render$17]]);
|
|
29834
29859
|
const _sfc_main$1c = {
|
|
29835
29860
|
name: "picturebox",
|
|
29836
|
-
extends: _sfc_main$
|
|
29861
|
+
extends: _sfc_main$1H,
|
|
29837
29862
|
data() {
|
|
29838
29863
|
return {
|
|
29839
29864
|
myConfig: {
|
|
@@ -30430,7 +30455,7 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
30430
30455
|
var UploadBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1b, [["render", _sfc_render$15]]);
|
|
30431
30456
|
const _sfc_main$1a = {
|
|
30432
30457
|
name: "videobox",
|
|
30433
|
-
extends: _sfc_main$
|
|
30458
|
+
extends: _sfc_main$1H,
|
|
30434
30459
|
data() {
|
|
30435
30460
|
return {
|
|
30436
30461
|
myConfig: {
|
|
@@ -31011,7 +31036,7 @@ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31011
31036
|
var VideoBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1a, [["render", _sfc_render$14]]);
|
|
31012
31037
|
const _sfc_main$19 = {
|
|
31013
31038
|
name: "checkbox",
|
|
31014
|
-
extends: _sfc_main$
|
|
31039
|
+
extends: _sfc_main$1H,
|
|
31015
31040
|
data() {
|
|
31016
31041
|
return {
|
|
31017
31042
|
myConfig: {
|
|
@@ -31107,7 +31132,7 @@ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31107
31132
|
var CheckBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$19, [["render", _sfc_render$13]]);
|
|
31108
31133
|
const _sfc_main$18 = {
|
|
31109
31134
|
name: "checkgroupbox",
|
|
31110
|
-
extends: _sfc_main$
|
|
31135
|
+
extends: _sfc_main$1H,
|
|
31111
31136
|
data() {
|
|
31112
31137
|
return {
|
|
31113
31138
|
myConfig: {
|
|
@@ -31717,7 +31742,7 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31717
31742
|
var FormDetail$2 = /* @__PURE__ */ _export_sfc$1(_sfc_main$16, [["render", _sfc_render$11]]);
|
|
31718
31743
|
const _sfc_main$15 = {
|
|
31719
31744
|
name: "FormBox",
|
|
31720
|
-
extends: _sfc_main$
|
|
31745
|
+
extends: _sfc_main$1F,
|
|
31721
31746
|
created() {
|
|
31722
31747
|
this.init();
|
|
31723
31748
|
},
|
|
@@ -31799,7 +31824,7 @@ function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31799
31824
|
var FormBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$15, [["render", _sfc_render$10]]);
|
|
31800
31825
|
const _sfc_main$14 = {
|
|
31801
31826
|
name: "FormCardBox",
|
|
31802
|
-
extends: _sfc_main$
|
|
31827
|
+
extends: _sfc_main$1F,
|
|
31803
31828
|
data() {
|
|
31804
31829
|
return {
|
|
31805
31830
|
myConfig: {
|
|
@@ -35031,7 +35056,7 @@ function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35031
35056
|
var BillBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$V, [["render", _sfc_render$S]]);
|
|
35032
35057
|
const _sfc_main$U = {
|
|
35033
35058
|
name: "radiogroupbox",
|
|
35034
|
-
extends: _sfc_main$
|
|
35059
|
+
extends: _sfc_main$1H,
|
|
35035
35060
|
data() {
|
|
35036
35061
|
return {
|
|
35037
35062
|
myConfig: {
|
|
@@ -35132,7 +35157,7 @@ function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35132
35157
|
var RadioGroupBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$U, [["render", _sfc_render$R]]);
|
|
35133
35158
|
const _sfc_main$T = {
|
|
35134
35159
|
name: "colorbox",
|
|
35135
|
-
extends: _sfc_main$
|
|
35160
|
+
extends: _sfc_main$1H,
|
|
35136
35161
|
data() {
|
|
35137
35162
|
return {
|
|
35138
35163
|
myConfig: {
|
|
@@ -36329,7 +36354,7 @@ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36329
36354
|
var MyLiquidFill = /* @__PURE__ */ _export_sfc$1(_sfc_main$K, [["render", _sfc_render$I]]);
|
|
36330
36355
|
const _sfc_main$J = {
|
|
36331
36356
|
name: "poptagbox",
|
|
36332
|
-
extends: _sfc_main$
|
|
36357
|
+
extends: _sfc_main$1H,
|
|
36333
36358
|
data() {
|
|
36334
36359
|
return {
|
|
36335
36360
|
myConfig: {
|
|
@@ -36781,7 +36806,7 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36781
36806
|
var PopTagBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$J, [["render", _sfc_render$H]]);
|
|
36782
36807
|
const _sfc_main$I = {
|
|
36783
36808
|
name: "cascaderbox",
|
|
36784
|
-
extends: _sfc_main$
|
|
36809
|
+
extends: _sfc_main$1H,
|
|
36785
36810
|
data() {
|
|
36786
36811
|
return {
|
|
36787
36812
|
myConfig: {
|
|
@@ -37193,7 +37218,7 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
37193
37218
|
var PageCustom = /* @__PURE__ */ _export_sfc$1(_sfc_main$H, [["render", _sfc_render$F]]);
|
|
37194
37219
|
const _sfc_main$G = {
|
|
37195
37220
|
name: "mimpleviewgrid",
|
|
37196
|
-
extends: _sfc_main$
|
|
37221
|
+
extends: _sfc_main$1C,
|
|
37197
37222
|
methods: {
|
|
37198
37223
|
initCheckColumn(columns) {
|
|
37199
37224
|
if (this.myConfig.showCheckBox) {
|
|
@@ -39459,7 +39484,7 @@ const _sfc_main$C = {
|
|
|
39459
39484
|
};
|
|
39460
39485
|
const _sfc_main$B = {
|
|
39461
39486
|
name: "meditgridcard2",
|
|
39462
|
-
extends: _sfc_main$
|
|
39487
|
+
extends: _sfc_main$1A,
|
|
39463
39488
|
data() {
|
|
39464
39489
|
return {
|
|
39465
39490
|
myConfig: {
|
|
@@ -43898,7 +43923,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
43898
43923
|
var billquerygrid = /* @__PURE__ */ _export_sfc$1(_sfc_main$r, [["render", _sfc_render$q]]);
|
|
43899
43924
|
const _sfc_main$q = {
|
|
43900
43925
|
name: "meditgridcard",
|
|
43901
|
-
extends: _sfc_main$
|
|
43926
|
+
extends: _sfc_main$1A,
|
|
43902
43927
|
data() {
|
|
43903
43928
|
return {
|
|
43904
43929
|
myConfig: {
|
|
@@ -101784,7 +101809,7 @@ const _sfc_main = {
|
|
|
101784
101809
|
components: {
|
|
101785
101810
|
Editor
|
|
101786
101811
|
},
|
|
101787
|
-
extends: _sfc_main$
|
|
101812
|
+
extends: _sfc_main$1H,
|
|
101788
101813
|
data() {
|
|
101789
101814
|
return {
|
|
101790
101815
|
myConfig: {
|
|
@@ -131666,7 +131691,7 @@ const components = {
|
|
|
131666
131691
|
ComboBox,
|
|
131667
131692
|
ExpandRow,
|
|
131668
131693
|
EditGrid,
|
|
131669
|
-
ViewGridBase: _sfc_main$
|
|
131694
|
+
ViewGridBase: _sfc_main$1C,
|
|
131670
131695
|
ViewGrid,
|
|
131671
131696
|
EditGridCard,
|
|
131672
131697
|
TextBox,
|
|
@@ -131678,7 +131703,7 @@ const components = {
|
|
|
131678
131703
|
TimePicBox,
|
|
131679
131704
|
PopTextBox,
|
|
131680
131705
|
ControlBox,
|
|
131681
|
-
ControlBase: _sfc_main$
|
|
131706
|
+
ControlBase: _sfc_main$1H,
|
|
131682
131707
|
ConditionBox,
|
|
131683
131708
|
QueryConditionBoxBase: _sfc_main$1i,
|
|
131684
131709
|
ConditionSelectorBox,
|
|
@@ -131701,7 +131726,7 @@ const components = {
|
|
|
131701
131726
|
TreeBox,
|
|
131702
131727
|
CommonIcon,
|
|
131703
131728
|
RadioGroupBox,
|
|
131704
|
-
BaseForm: _sfc_main$
|
|
131729
|
+
BaseForm: _sfc_main$1F,
|
|
131705
131730
|
MyBar,
|
|
131706
131731
|
MyBarLine,
|
|
131707
131732
|
MyPie,
|
|
@@ -131737,7 +131762,8 @@ const components = {
|
|
|
131737
131762
|
mBillAsyncImport,
|
|
131738
131763
|
mBillImport,
|
|
131739
131764
|
wRichTextBox,
|
|
131740
|
-
mBillListDetails
|
|
131765
|
+
mBillListDetails,
|
|
131766
|
+
NumberBoxV1: _sfc_main$1r
|
|
131741
131767
|
};
|
|
131742
131768
|
const iview = {
|
|
131743
131769
|
...components
|