bm-admin-ui 1.0.51-alpha → 1.0.53-alpha
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/components/edit-form/index.d.ts +150 -0
- package/es/components/edit-form/index.js +1186 -0
- package/es/components/edit-form/src/composables/api.d.ts +13 -0
- package/es/components/edit-form/src/composables/config.d.ts +13 -0
- package/es/components/edit-form/src/composables/event.d.ts +10 -0
- package/es/components/edit-form/src/composables/utils.d.ts +12 -0
- package/es/components/edit-form/src/edit-form.vue.d.ts +148 -0
- package/es/components/edit-form/src/group.vue.d.ts +6 -0
- package/es/components/edit-form/src/props.d.ts +17 -0
- package/es/components/edit-form/src/types.d.ts +77 -0
- package/es/components/editor/index.d.ts +8 -8
- package/es/components/editor/src/editor.vue.d.ts +8 -8
- package/es/components/feedback/index.d.ts +7 -7
- package/es/components/feedback/src/bmAlert.vue.d.ts +4 -4
- package/es/components/feedback/src/bmModal.vue.d.ts +3 -3
- package/es/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +4 -4
- package/es/components/form-create/index.js +82 -13
- package/es/components/form-designer/index.js +10 -10
- package/es/components/index.d.ts +1 -0
- package/es/components/index.js +1 -0
- package/es/components/input-tags-display/index.d.ts +3 -3
- package/es/components/input-tags-display/src/input-tags-display.vue.d.ts +3 -3
- package/es/components/search-filter/index.d.ts +3 -3
- package/es/components/search-filter/src/search-filter.vue.d.ts +3 -3
- package/es/components/select-all/index.d.ts +12 -12
- package/es/components/select-all/src/selectAll.vue.d.ts +12 -12
- package/es/components/shops-filter/index.d.ts +1 -1
- package/es/components/shops-filter/src/shops-filter.vue.d.ts +1 -1
- package/es/components/staffs-selector/index.d.ts +3 -3
- package/es/components/staffs-selector/index.js +2 -2
- package/es/components/staffs-selector/src/staffs-selector.vue.d.ts +3 -3
- package/es/components/timeline/index.d.ts +1 -1
- package/es/components/timeline/src/timeline-item.vue.d.ts +1 -1
- package/lib/components/edit-form/index.d.ts +150 -0
- package/lib/components/edit-form/index.js +1195 -0
- package/lib/components/edit-form/src/composables/api.d.ts +13 -0
- package/lib/components/edit-form/src/composables/config.d.ts +13 -0
- package/lib/components/edit-form/src/composables/event.d.ts +10 -0
- package/lib/components/edit-form/src/composables/utils.d.ts +12 -0
- package/lib/components/edit-form/src/edit-form.vue.d.ts +148 -0
- package/lib/components/edit-form/src/group.vue.d.ts +6 -0
- package/lib/components/edit-form/src/props.d.ts +17 -0
- package/lib/components/edit-form/src/types.d.ts +77 -0
- package/lib/components/editor/index.d.ts +8 -8
- package/lib/components/editor/src/editor.vue.d.ts +8 -8
- package/lib/components/feedback/index.d.ts +7 -7
- package/lib/components/feedback/src/bmAlert.vue.d.ts +4 -4
- package/lib/components/feedback/src/bmModal.vue.d.ts +3 -3
- package/lib/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +4 -4
- package/lib/components/form-create/index.js +82 -13
- package/lib/components/form-designer/index.js +1 -1
- package/lib/components/index.d.ts +1 -0
- package/lib/components/index.js +7 -0
- package/lib/components/input-tags-display/index.d.ts +3 -3
- package/lib/components/input-tags-display/src/input-tags-display.vue.d.ts +3 -3
- package/lib/components/search-filter/index.d.ts +3 -3
- package/lib/components/search-filter/src/search-filter.vue.d.ts +3 -3
- package/lib/components/select-all/index.d.ts +12 -12
- package/lib/components/select-all/src/selectAll.vue.d.ts +12 -12
- package/lib/components/shops-filter/index.d.ts +1 -1
- package/lib/components/shops-filter/src/shops-filter.vue.d.ts +1 -1
- package/lib/components/staffs-selector/index.d.ts +3 -3
- package/lib/components/staffs-selector/index.js +1 -1
- package/lib/components/staffs-selector/src/staffs-selector.vue.d.ts +3 -3
- package/lib/components/timeline/index.d.ts +1 -1
- package/lib/components/timeline/src/timeline-item.vue.d.ts +1 -1
- package/package.json +1 -1
- package/theme-chalk/edit-form.css +1 -0
- package/theme-chalk/index.css +1 -1
- package/types/components/edit-form/index.d.ts +150 -0
- package/types/components/edit-form/src/composables/api.d.ts +13 -0
- package/types/components/edit-form/src/composables/config.d.ts +13 -0
- package/types/components/edit-form/src/composables/event.d.ts +10 -0
- package/types/components/edit-form/src/composables/utils.d.ts +12 -0
- package/types/components/edit-form/src/edit-form.vue.d.ts +148 -0
- package/types/components/edit-form/src/group.vue.d.ts +6 -0
- package/types/components/edit-form/src/props.d.ts +17 -0
- package/types/components/edit-form/src/types.d.ts +77 -0
- package/types/components/editor/index.d.ts +8 -8
- package/types/components/editor/src/editor.vue.d.ts +8 -8
- package/types/components/feedback/index.d.ts +7 -7
- package/types/components/feedback/src/bmAlert.vue.d.ts +4 -4
- package/types/components/feedback/src/bmModal.vue.d.ts +3 -3
- package/types/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +4 -4
- package/types/components/index.d.ts +1 -0
- package/types/components/input-tags-display/index.d.ts +3 -3
- package/types/components/input-tags-display/src/input-tags-display.vue.d.ts +3 -3
- package/types/components/search-filter/index.d.ts +3 -3
- package/types/components/search-filter/src/search-filter.vue.d.ts +3 -3
- package/types/components/select-all/index.d.ts +12 -12
- package/types/components/select-all/src/selectAll.vue.d.ts +12 -12
- package/types/components/shops-filter/index.d.ts +1 -1
- package/types/components/shops-filter/src/shops-filter.vue.d.ts +1 -1
- package/types/components/staffs-selector/index.d.ts +3 -3
- package/types/components/staffs-selector/src/staffs-selector.vue.d.ts +3 -3
- package/types/components/timeline/index.d.ts +1 -1
- package/types/components/timeline/src/timeline-item.vue.d.ts +1 -1
|
@@ -1287,6 +1287,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
1287
1287
|
\u5546\u54C1\u7BB1\u89C4: "carton",
|
|
1288
1288
|
\u5546\u54C1\u5355\u4F4D: "unit"
|
|
1289
1289
|
};
|
|
1290
|
+
let productIndex = 0;
|
|
1290
1291
|
const oper = "oper";
|
|
1291
1292
|
const bmFloatTableRef = ref();
|
|
1292
1293
|
const importFeature = computed(() => isShow("import"));
|
|
@@ -1329,6 +1330,12 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
1329
1330
|
});
|
|
1330
1331
|
const xGrid = computed(() => bmFloatTableRef.value.xGrid || {});
|
|
1331
1332
|
const inputRef = ref();
|
|
1333
|
+
const childRulesMap = computed(
|
|
1334
|
+
() => props.rule?.config?.childRules.reduce((result, item) => {
|
|
1335
|
+
result[item.field] = item;
|
|
1336
|
+
return result;
|
|
1337
|
+
}, {}) || {}
|
|
1338
|
+
);
|
|
1332
1339
|
function isShow(key) {
|
|
1333
1340
|
return props.rule.config.tableAdvancedFeatures.includes(key);
|
|
1334
1341
|
}
|
|
@@ -1385,12 +1392,13 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
1385
1392
|
}, {});
|
|
1386
1393
|
}
|
|
1387
1394
|
function getProductColumn(rule) {
|
|
1395
|
+
const productName = `\u5546\u54C1${String(++productIndex).padStart(2, "0")}`;
|
|
1388
1396
|
const field = rule.field;
|
|
1389
1397
|
const associatedFields = rule.config.associatedFields;
|
|
1390
1398
|
const columns2 = [
|
|
1391
1399
|
{
|
|
1392
1400
|
field,
|
|
1393
|
-
title:
|
|
1401
|
+
title: `\u5546\u54C1\u7F16\u7801-${productName}`,
|
|
1394
1402
|
headerClassName: rule.effect.required ? "is-required" : "",
|
|
1395
1403
|
minWidth: "138px",
|
|
1396
1404
|
slots: {
|
|
@@ -1402,7 +1410,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
1402
1410
|
"onUpdate:value": (value) => {
|
|
1403
1411
|
row[field] = value;
|
|
1404
1412
|
},
|
|
1405
|
-
|
|
1413
|
+
onPressEnter() {
|
|
1406
1414
|
queryProductInfo(rule, row);
|
|
1407
1415
|
}
|
|
1408
1416
|
});
|
|
@@ -1415,7 +1423,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
1415
1423
|
const childField = field + item.value;
|
|
1416
1424
|
columns2.push({
|
|
1417
1425
|
field: childField,
|
|
1418
|
-
title: item.label
|
|
1426
|
+
title: `${item.label}-${productName}`,
|
|
1419
1427
|
minWidth: "138px",
|
|
1420
1428
|
slots: {
|
|
1421
1429
|
default({ row }) {
|
|
@@ -1493,13 +1501,15 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
1493
1501
|
reader.onload = (fr) => {
|
|
1494
1502
|
const rows = parseCsv(fr?.target?.result);
|
|
1495
1503
|
const validColumns = columns.filter((c) => isValidColumn(c));
|
|
1504
|
+
const result = [];
|
|
1496
1505
|
rows.forEach((row) => {
|
|
1497
1506
|
const rowData = {};
|
|
1498
1507
|
row.forEach((item, index) => {
|
|
1499
1508
|
rowData[validColumns[index].field] = item;
|
|
1500
1509
|
});
|
|
1501
|
-
|
|
1510
|
+
result.push(rowData);
|
|
1502
1511
|
});
|
|
1512
|
+
validate(result);
|
|
1503
1513
|
e.target.value = "";
|
|
1504
1514
|
};
|
|
1505
1515
|
file && reader.readAsText(file, "GB2312");
|
|
@@ -1510,10 +1520,64 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
1510
1520
|
function parseCsv(result) {
|
|
1511
1521
|
let data2 = [];
|
|
1512
1522
|
if (result) {
|
|
1513
|
-
data2 = result.split("\r\n").slice(1).filter((item) => item).map((item) => item.split(","));
|
|
1523
|
+
data2 = result.split("\r\n").slice(1).filter((item) => item).map((item) => item.replaceAll(" ", "").split(","));
|
|
1514
1524
|
}
|
|
1515
1525
|
return data2;
|
|
1516
1526
|
}
|
|
1527
|
+
function validate(rowData) {
|
|
1528
|
+
const validColumns = columns.filter((c) => isValidColumn(c));
|
|
1529
|
+
for (const row of rowData) {
|
|
1530
|
+
for (const { field } of validColumns) {
|
|
1531
|
+
const rule = childRulesMap.value[field];
|
|
1532
|
+
let value = row[field];
|
|
1533
|
+
const txtFormatFn = rule.config?.txtFormatFn;
|
|
1534
|
+
if (rule.effect.required && !value) {
|
|
1535
|
+
break;
|
|
1536
|
+
}
|
|
1537
|
+
if (txtFormatFn && !txtFormatFn(value)) {
|
|
1538
|
+
break;
|
|
1539
|
+
}
|
|
1540
|
+
if (rule.name === "input") {
|
|
1541
|
+
const maxlength = rule.props.maxlength || 200;
|
|
1542
|
+
if (value.length > maxlength) {
|
|
1543
|
+
break;
|
|
1544
|
+
}
|
|
1545
|
+
}
|
|
1546
|
+
if (rule.name === "textarea") {
|
|
1547
|
+
if (value.length > 5e3) {
|
|
1548
|
+
break;
|
|
1549
|
+
}
|
|
1550
|
+
}
|
|
1551
|
+
if (rule.name === "numInput") {
|
|
1552
|
+
if (rule.config.format === 1) {
|
|
1553
|
+
if (!value.includes("%")) {
|
|
1554
|
+
break;
|
|
1555
|
+
}
|
|
1556
|
+
} else {
|
|
1557
|
+
if (!isNaN(value)) {
|
|
1558
|
+
break;
|
|
1559
|
+
}
|
|
1560
|
+
}
|
|
1561
|
+
if (rule.config.decimalPlaces !== void 0 && value.split(".")[1]?.length > rule.config.decimalPlaces) {
|
|
1562
|
+
break;
|
|
1563
|
+
}
|
|
1564
|
+
}
|
|
1565
|
+
if (rule.name === "radio") {
|
|
1566
|
+
if (rule.options.every((item) => item.value !== value)) {
|
|
1567
|
+
break;
|
|
1568
|
+
}
|
|
1569
|
+
}
|
|
1570
|
+
if (rule.name === "checkbox") {
|
|
1571
|
+
value = value.split("\u3001");
|
|
1572
|
+
if (value.some((item) => rule.options.every((r) => r.value !== item))) {
|
|
1573
|
+
break;
|
|
1574
|
+
}
|
|
1575
|
+
row[field] = value;
|
|
1576
|
+
}
|
|
1577
|
+
if (rule.name === "date") ;
|
|
1578
|
+
}
|
|
1579
|
+
}
|
|
1580
|
+
}
|
|
1517
1581
|
watch(
|
|
1518
1582
|
() => props.rule,
|
|
1519
1583
|
() => {
|
|
@@ -1686,7 +1750,9 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
1686
1750
|
return panes.find((pane) => pane.key === activeKey.value);
|
|
1687
1751
|
}
|
|
1688
1752
|
function getTempDetail(templateCode) {
|
|
1689
|
-
return props.extraConfig.fetchMaterialTempDetail({
|
|
1753
|
+
return props.extraConfig.materialTemp.fetchMaterialTempDetail({
|
|
1754
|
+
templateCode
|
|
1755
|
+
});
|
|
1690
1756
|
}
|
|
1691
1757
|
function handleUpload(list) {
|
|
1692
1758
|
getAcitvePane().uploadList = list;
|
|
@@ -1793,9 +1859,11 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
1793
1859
|
}
|
|
1794
1860
|
if (coverage.fieldType === 2) {
|
|
1795
1861
|
const decimalPlaces = extraValues.decimalPlaces || 0;
|
|
1862
|
+
value.config.decimalPlaces = decimalPlaces;
|
|
1796
1863
|
value.props = {
|
|
1797
1864
|
placeholder: "\u8BF7\u8F93\u5165"
|
|
1798
1865
|
};
|
|
1866
|
+
value.config.format = extraValues.format;
|
|
1799
1867
|
if (extraValues.format === 1) {
|
|
1800
1868
|
value.props.parser = (value2) => floor(value2.replace("%", ""), decimalPlaces);
|
|
1801
1869
|
value.props.formatter = (value2) => `${value2}%`;
|
|
@@ -1862,7 +1930,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
1862
1930
|
}
|
|
1863
1931
|
}
|
|
1864
1932
|
props.value && initValue(props.value);
|
|
1865
|
-
props.extraConfig.getDict().then((data) => {
|
|
1933
|
+
props.extraConfig.materialTemp.getDict().then((data) => {
|
|
1866
1934
|
measrueDicts.value = data;
|
|
1867
1935
|
});
|
|
1868
1936
|
watch(mainShopValue, () => {
|
|
@@ -2100,7 +2168,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
2100
2168
|
"extra-props": {
|
|
2101
2169
|
maxCount: 9
|
|
2102
2170
|
},
|
|
2103
|
-
"upload-request": __props.extraConfig.uploadRequest,
|
|
2171
|
+
"upload-request": __props.extraConfig.materialTemp.uploadRequest,
|
|
2104
2172
|
"default-list": pane.uploadList,
|
|
2105
2173
|
onUpdate: handleUpload
|
|
2106
2174
|
}, null, 8, ["upload-props", "upload-request", "default-list"])
|
|
@@ -2120,8 +2188,9 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
2120
2188
|
key: 0,
|
|
2121
2189
|
rule: pane.tableRule,
|
|
2122
2190
|
"disabled-table": __props.disabled?.includes?.("editTable"),
|
|
2191
|
+
"extra-config": __props.extraConfig,
|
|
2123
2192
|
onChange: handleTableDataChange
|
|
2124
|
-
}, null, 8, ["rule", "disabled-table"])) : createCommentVNode("v-if", true)
|
|
2193
|
+
}, null, 8, ["rule", "disabled-table", "extra-config"])) : createCommentVNode("v-if", true)
|
|
2125
2194
|
]),
|
|
2126
2195
|
_: 2
|
|
2127
2196
|
}, 1024)
|
|
@@ -2136,8 +2205,8 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
2136
2205
|
visible: visible.value,
|
|
2137
2206
|
"onUpdate:visible": _cache[1] || (_cache[1] = ($event) => visible.value = $event),
|
|
2138
2207
|
"main-shop-value": unref(mainShopValue),
|
|
2139
|
-
"fetch-material-type": __props.extraConfig.fetchMaterialType,
|
|
2140
|
-
"fetch-material-temp": __props.extraConfig.fetchMaterialTemp,
|
|
2208
|
+
"fetch-material-type": __props.extraConfig.materialTemp.fetchMaterialType,
|
|
2209
|
+
"fetch-material-temp": __props.extraConfig.materialTemp.fetchMaterialTemp,
|
|
2141
2210
|
onSelect: handleSelect
|
|
2142
2211
|
}, null, 8, ["visible", "main-shop-value", "fetch-material-type", "fetch-material-temp"])
|
|
2143
2212
|
], 64);
|
|
@@ -2165,7 +2234,7 @@ var materialTemp = {
|
|
|
2165
2234
|
field: data.field,
|
|
2166
2235
|
props: {
|
|
2167
2236
|
uploadPictureRule: data.config.uploadPictureRule,
|
|
2168
|
-
extraConfig: extraConfig
|
|
2237
|
+
extraConfig: extraConfig,
|
|
2169
2238
|
value: data.value,
|
|
2170
2239
|
},
|
|
2171
2240
|
inject: true,
|
|
@@ -2256,7 +2325,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
2256
2325
|
placeholder: "\u8BF7\u8F93\u5165",
|
|
2257
2326
|
value: __props.defalutValue,
|
|
2258
2327
|
disabled: __props.disabled,
|
|
2259
|
-
|
|
2328
|
+
onPressEnter: handleBlur
|
|
2260
2329
|
}, null, 8, ["value", "disabled"])
|
|
2261
2330
|
]),
|
|
2262
2331
|
_: 1
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { withInstall } from 'bm-admin-ui/es/utils/with-install';
|
|
2
|
-
import { defineComponent, openBlock, createElementBlock, normalizeStyle, toDisplayString, computed, resolveComponent, normalizeClass, unref, createBlock, createCommentVNode, withCtx, createVNode, createTextVNode, withModifiers, ref, watch
|
|
2
|
+
import { defineComponent, openBlock, createElementBlock, normalizeStyle, toDisplayString, computed, resolveComponent, normalizeClass, unref, createBlock, createCommentVNode, withCtx, createVNode, createTextVNode, withModifiers, ref, watch, createElementVNode, nextTick, Fragment, isRef, renderList, renderSlot, createStaticVNode, reactive, onBeforeUnmount, resolveDynamicComponent } from 'vue';
|
|
3
3
|
import uniqueId from 'bm-admin-ui/es/utils/uniqueId';
|
|
4
4
|
import Draggable from 'vuedraggable';
|
|
5
5
|
import { Tooltip, FormItemRest, Input, Button, RadioGroup, Radio, DatePicker, Checkbox, Tabs, TabPane, Row, Col, Dropdown, Menu, CheckboxGroup, MenuItem, Divider, Switch, Select, Layout, LayoutSider, LayoutContent, message } from 'ant-design-vue';
|
|
@@ -848,7 +848,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
848
848
|
function emitSetValue(val) {
|
|
849
849
|
emits("setValue", val);
|
|
850
850
|
}
|
|
851
|
-
watch
|
|
851
|
+
watch(
|
|
852
852
|
props.options,
|
|
853
853
|
(val) => {
|
|
854
854
|
handleRepeatOption(val);
|
|
@@ -2525,7 +2525,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
2525
2525
|
uploadPicRule.hidden = uploadPictureRule.hidden;
|
|
2526
2526
|
rules.value = [...rules.value];
|
|
2527
2527
|
}
|
|
2528
|
-
watch
|
|
2528
|
+
watch(
|
|
2529
2529
|
() => props.formCreateInject.rule.config.uploadPictureRule,
|
|
2530
2530
|
handleUploadPicRule,
|
|
2531
2531
|
{
|
|
@@ -2849,7 +2849,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
2849
2849
|
emitChangeEvt();
|
|
2850
2850
|
}
|
|
2851
2851
|
init();
|
|
2852
|
-
watch
|
|
2852
|
+
watch(visible, (val) => {
|
|
2853
2853
|
visibleChange(val);
|
|
2854
2854
|
});
|
|
2855
2855
|
return (_ctx, _cache) => {
|
|
@@ -3016,10 +3016,10 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
3016
3016
|
}
|
|
3017
3017
|
});
|
|
3018
3018
|
}
|
|
3019
|
-
watch
|
|
3019
|
+
watch(checkedValue, (checkedValue2) => {
|
|
3020
3020
|
checkedValueChange(checkedValue2);
|
|
3021
3021
|
});
|
|
3022
|
-
watch
|
|
3022
|
+
watch(selectValue, (selectValue2, oldSelectValue) => {
|
|
3023
3023
|
selectValueChange(selectValue2);
|
|
3024
3024
|
shopLinkProduct(selectValue2, oldSelectValue);
|
|
3025
3025
|
handleChange(selectValue2);
|
|
@@ -3672,7 +3672,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
3672
3672
|
function getPopupContainer() {
|
|
3673
3673
|
return document.body;
|
|
3674
3674
|
}
|
|
3675
|
-
watch
|
|
3675
|
+
watch(
|
|
3676
3676
|
childRules,
|
|
3677
3677
|
(val) => {
|
|
3678
3678
|
emits("change", val);
|
|
@@ -4145,7 +4145,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
4145
4145
|
requiredRule.props.disabled = !!flowCondition[activeRule.value.field];
|
|
4146
4146
|
}
|
|
4147
4147
|
}
|
|
4148
|
-
watch
|
|
4148
|
+
watch(
|
|
4149
4149
|
() => props.formRules,
|
|
4150
4150
|
(formRules) => {
|
|
4151
4151
|
formRules && edit(formRules);
|
|
@@ -4154,10 +4154,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
4154
4154
|
immediate: true
|
|
4155
4155
|
}
|
|
4156
4156
|
);
|
|
4157
|
-
watch
|
|
4157
|
+
watch(activeProps, (activeProps2) => {
|
|
4158
4158
|
flowConditionEffect(activeProps2, props.flowCondition);
|
|
4159
4159
|
});
|
|
4160
|
-
watch
|
|
4160
|
+
watch(
|
|
4161
4161
|
() => props.flowCondition,
|
|
4162
4162
|
(flowCondition) => {
|
|
4163
4163
|
flowConditionEffect(activeProps.value, flowCondition);
|
package/es/components/index.d.ts
CHANGED
package/es/components/index.js
CHANGED
|
@@ -125,15 +125,15 @@ declare const BmTagsDisplay: import("bm-admin-ui/es/utils/with-install").SFCWith
|
|
|
125
125
|
onAddClick?: ((...args: any[]) => any) | undefined;
|
|
126
126
|
}, {
|
|
127
127
|
disabled: boolean;
|
|
128
|
-
list: unknown[];
|
|
129
|
-
placeholder: string;
|
|
130
128
|
placement: string;
|
|
129
|
+
fieldNames: Record<string, any>;
|
|
130
|
+
placeholder: string;
|
|
131
|
+
list: unknown[];
|
|
131
132
|
showEmpty: boolean;
|
|
132
133
|
showEmptyBtn: boolean;
|
|
133
134
|
unitStr: string;
|
|
134
135
|
btnText: string;
|
|
135
136
|
toolTipProps: Record<string, any>;
|
|
136
|
-
fieldNames: Record<string, any>;
|
|
137
137
|
alwaysInvoke: boolean;
|
|
138
138
|
}>>;
|
|
139
139
|
export { BmTagsDisplay };
|
|
@@ -123,15 +123,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
123
123
|
onAddClick?: ((...args: any[]) => any) | undefined;
|
|
124
124
|
}, {
|
|
125
125
|
disabled: boolean;
|
|
126
|
-
list: unknown[];
|
|
127
|
-
placeholder: string;
|
|
128
126
|
placement: string;
|
|
127
|
+
fieldNames: Record<string, any>;
|
|
128
|
+
placeholder: string;
|
|
129
|
+
list: unknown[];
|
|
129
130
|
showEmpty: boolean;
|
|
130
131
|
showEmptyBtn: boolean;
|
|
131
132
|
unitStr: string;
|
|
132
133
|
btnText: string;
|
|
133
134
|
toolTipProps: Record<string, any>;
|
|
134
|
-
fieldNames: Record<string, any>;
|
|
135
135
|
alwaysInvoke: boolean;
|
|
136
136
|
}>;
|
|
137
137
|
export default _default;
|
|
@@ -110,9 +110,9 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
|
|
|
110
110
|
default(): never[];
|
|
111
111
|
};
|
|
112
112
|
}>> & {
|
|
113
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
114
113
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
115
114
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
115
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
116
116
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
117
117
|
}>>;
|
|
118
118
|
emits: (event: "submit" | "reset" | "update:value" | "expand", ...args: any[]) => void;
|
|
@@ -212,12 +212,13 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
|
|
|
212
212
|
default(): never[];
|
|
213
213
|
};
|
|
214
214
|
}>> & {
|
|
215
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
216
215
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
217
216
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
217
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
218
218
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
219
219
|
}, {
|
|
220
220
|
loading: boolean;
|
|
221
|
+
labelCol: Record<string, any>;
|
|
221
222
|
value: Record<string, any>;
|
|
222
223
|
showExpandBtn: boolean;
|
|
223
224
|
showSearchIcon: boolean;
|
|
@@ -226,7 +227,6 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
|
|
|
226
227
|
collapseText: string;
|
|
227
228
|
gutter: number[];
|
|
228
229
|
userRule: unknown[];
|
|
229
|
-
labelCol: Record<string, any>;
|
|
230
230
|
ruleSpan: Record<string, any>;
|
|
231
231
|
fixedCount: number;
|
|
232
232
|
fixedFields: string[];
|
|
@@ -110,9 +110,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
110
110
|
default(): never[];
|
|
111
111
|
};
|
|
112
112
|
}>> & {
|
|
113
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
114
113
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
115
114
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
115
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
116
116
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
117
117
|
}>>;
|
|
118
118
|
emits: (event: "submit" | "reset" | "update:value" | "expand", ...args: any[]) => void;
|
|
@@ -212,12 +212,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
212
212
|
default(): never[];
|
|
213
213
|
};
|
|
214
214
|
}>> & {
|
|
215
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
216
215
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
217
216
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
217
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
218
218
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
219
219
|
}, {
|
|
220
220
|
loading: boolean;
|
|
221
|
+
labelCol: Record<string, any>;
|
|
221
222
|
value: Record<string, any>;
|
|
222
223
|
showExpandBtn: boolean;
|
|
223
224
|
showSearchIcon: boolean;
|
|
@@ -226,7 +227,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
226
227
|
collapseText: string;
|
|
227
228
|
gutter: number[];
|
|
228
229
|
userRule: unknown[];
|
|
229
|
-
labelCol: Record<string, any>;
|
|
230
230
|
ruleSpan: Record<string, any>;
|
|
231
231
|
fixedCount: number;
|
|
232
232
|
fixedFields: string[];
|
|
@@ -20,8 +20,8 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
20
20
|
};
|
|
21
21
|
}>> & {
|
|
22
22
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
23
|
-
onOnSelectAll?: ((...args: any[]) => any) | undefined;
|
|
24
23
|
onOnChange?: ((...args: any[]) => any) | undefined;
|
|
24
|
+
onOnSelectAll?: ((...args: any[]) => any) | undefined;
|
|
25
25
|
}>>;
|
|
26
26
|
state: {
|
|
27
27
|
search: {
|
|
@@ -30,7 +30,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
30
30
|
checkedReverse: boolean;
|
|
31
31
|
};
|
|
32
32
|
};
|
|
33
|
-
emit: (event: "
|
|
33
|
+
emit: (event: "onChange" | "update:value" | "onSelectAll", ...args: any[]) => void;
|
|
34
34
|
selectValue: any;
|
|
35
35
|
selectAll: (e: any) => void;
|
|
36
36
|
reverseAll: (e: any) => false | undefined;
|
|
@@ -99,7 +99,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
99
99
|
onSelect: import("vue").PropType<import("ant-design-vue/lib/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/lib/select").LabeledValue, import("ant-design-vue/lib/select").DefaultOptionType>>;
|
|
100
100
|
prefixCls: StringConstructor;
|
|
101
101
|
direction: {
|
|
102
|
-
type: import("vue").PropType<"
|
|
102
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
103
103
|
};
|
|
104
104
|
open: {
|
|
105
105
|
type: BooleanConstructor;
|
|
@@ -124,7 +124,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
124
124
|
};
|
|
125
125
|
children: import("vue").PropType<import("ant-design-vue/lib/_util/type").VueNode[]>;
|
|
126
126
|
showAction: {
|
|
127
|
-
type: import("vue").PropType<("
|
|
127
|
+
type: import("vue").PropType<("click" | "focus")[]>;
|
|
128
128
|
};
|
|
129
129
|
id: StringConstructor;
|
|
130
130
|
placement: {
|
|
@@ -262,7 +262,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
262
262
|
onSelect: import("vue").PropType<import("ant-design-vue/lib/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/lib/select").LabeledValue, import("ant-design-vue/lib/select").DefaultOptionType>>;
|
|
263
263
|
prefixCls: StringConstructor;
|
|
264
264
|
direction: {
|
|
265
|
-
type: import("vue").PropType<"
|
|
265
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
266
266
|
};
|
|
267
267
|
open: {
|
|
268
268
|
type: BooleanConstructor;
|
|
@@ -287,7 +287,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
287
287
|
};
|
|
288
288
|
children: import("vue").PropType<import("ant-design-vue/lib/_util/type").VueNode[]>;
|
|
289
289
|
showAction: {
|
|
290
|
-
type: import("vue").PropType<("
|
|
290
|
+
type: import("vue").PropType<("click" | "focus")[]>;
|
|
291
291
|
};
|
|
292
292
|
id: StringConstructor;
|
|
293
293
|
placement: {
|
|
@@ -448,7 +448,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
448
448
|
onSelect: import("vue").PropType<import("ant-design-vue/lib/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/lib/select").LabeledValue, import("ant-design-vue/lib/select").DefaultOptionType>>;
|
|
449
449
|
prefixCls: StringConstructor;
|
|
450
450
|
direction: {
|
|
451
|
-
type: import("vue").PropType<"
|
|
451
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
452
452
|
};
|
|
453
453
|
open: {
|
|
454
454
|
type: BooleanConstructor;
|
|
@@ -473,7 +473,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
473
473
|
};
|
|
474
474
|
children: import("vue").PropType<import("ant-design-vue/lib/_util/type").VueNode[]>;
|
|
475
475
|
showAction: {
|
|
476
|
-
type: import("vue").PropType<("
|
|
476
|
+
type: import("vue").PropType<("click" | "focus")[]>;
|
|
477
477
|
};
|
|
478
478
|
id: StringConstructor;
|
|
479
479
|
placement: {
|
|
@@ -601,7 +601,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
601
601
|
onSelect: import("vue").PropType<import("ant-design-vue/lib/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/lib/select").LabeledValue, import("ant-design-vue/lib/select").DefaultOptionType>>;
|
|
602
602
|
prefixCls: StringConstructor;
|
|
603
603
|
direction: {
|
|
604
|
-
type: import("vue").PropType<"
|
|
604
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
605
605
|
};
|
|
606
606
|
open: {
|
|
607
607
|
type: BooleanConstructor;
|
|
@@ -626,7 +626,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
626
626
|
};
|
|
627
627
|
children: import("vue").PropType<import("ant-design-vue/lib/_util/type").VueNode[]>;
|
|
628
628
|
showAction: {
|
|
629
|
-
type: import("vue").PropType<("
|
|
629
|
+
type: import("vue").PropType<("click" | "focus")[]>;
|
|
630
630
|
};
|
|
631
631
|
id: StringConstructor;
|
|
632
632
|
placement: {
|
|
@@ -734,7 +734,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
734
734
|
readonly OptGroup: import("ant-design-vue/lib/vc-select/OptGroup").OptionGroupFC;
|
|
735
735
|
readonly SECRET_COMBOBOX_MODE_DO_NOT_USE: "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
736
736
|
};
|
|
737
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
737
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onChange" | "update:value" | "onSelectAll")[], "onChange" | "update:value" | "onSelectAll", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
738
738
|
value: {
|
|
739
739
|
type: ArrayConstructor;
|
|
740
740
|
required: true;
|
|
@@ -745,8 +745,8 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
745
745
|
};
|
|
746
746
|
}>> & {
|
|
747
747
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
748
|
-
onOnSelectAll?: ((...args: any[]) => any) | undefined;
|
|
749
748
|
onOnChange?: ((...args: any[]) => any) | undefined;
|
|
749
|
+
onOnSelectAll?: ((...args: any[]) => any) | undefined;
|
|
750
750
|
}, {
|
|
751
751
|
showSelectAll: boolean;
|
|
752
752
|
}>>;
|
|
@@ -20,8 +20,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
};
|
|
21
21
|
}>> & {
|
|
22
22
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
23
|
-
onOnSelectAll?: ((...args: any[]) => any) | undefined;
|
|
24
23
|
onOnChange?: ((...args: any[]) => any) | undefined;
|
|
24
|
+
onOnSelectAll?: ((...args: any[]) => any) | undefined;
|
|
25
25
|
}>>;
|
|
26
26
|
state: {
|
|
27
27
|
search: {
|
|
@@ -30,7 +30,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30
30
|
checkedReverse: boolean;
|
|
31
31
|
};
|
|
32
32
|
};
|
|
33
|
-
emit: (event: "
|
|
33
|
+
emit: (event: "onChange" | "update:value" | "onSelectAll", ...args: any[]) => void;
|
|
34
34
|
selectValue: any;
|
|
35
35
|
selectAll: (e: any) => void;
|
|
36
36
|
reverseAll: (e: any) => false | undefined;
|
|
@@ -99,7 +99,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
99
99
|
onSelect: import("vue").PropType<import("ant-design-vue/lib/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/lib/select").LabeledValue, import("ant-design-vue/lib/select").DefaultOptionType>>;
|
|
100
100
|
prefixCls: StringConstructor;
|
|
101
101
|
direction: {
|
|
102
|
-
type: import("vue").PropType<"
|
|
102
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
103
103
|
};
|
|
104
104
|
open: {
|
|
105
105
|
type: BooleanConstructor;
|
|
@@ -124,7 +124,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
124
124
|
};
|
|
125
125
|
children: import("vue").PropType<import("ant-design-vue/lib/_util/type").VueNode[]>;
|
|
126
126
|
showAction: {
|
|
127
|
-
type: import("vue").PropType<("
|
|
127
|
+
type: import("vue").PropType<("click" | "focus")[]>;
|
|
128
128
|
};
|
|
129
129
|
id: StringConstructor;
|
|
130
130
|
placement: {
|
|
@@ -262,7 +262,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
262
262
|
onSelect: import("vue").PropType<import("ant-design-vue/lib/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/lib/select").LabeledValue, import("ant-design-vue/lib/select").DefaultOptionType>>;
|
|
263
263
|
prefixCls: StringConstructor;
|
|
264
264
|
direction: {
|
|
265
|
-
type: import("vue").PropType<"
|
|
265
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
266
266
|
};
|
|
267
267
|
open: {
|
|
268
268
|
type: BooleanConstructor;
|
|
@@ -287,7 +287,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
287
287
|
};
|
|
288
288
|
children: import("vue").PropType<import("ant-design-vue/lib/_util/type").VueNode[]>;
|
|
289
289
|
showAction: {
|
|
290
|
-
type: import("vue").PropType<("
|
|
290
|
+
type: import("vue").PropType<("click" | "focus")[]>;
|
|
291
291
|
};
|
|
292
292
|
id: StringConstructor;
|
|
293
293
|
placement: {
|
|
@@ -448,7 +448,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
448
448
|
onSelect: import("vue").PropType<import("ant-design-vue/lib/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/lib/select").LabeledValue, import("ant-design-vue/lib/select").DefaultOptionType>>;
|
|
449
449
|
prefixCls: StringConstructor;
|
|
450
450
|
direction: {
|
|
451
|
-
type: import("vue").PropType<"
|
|
451
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
452
452
|
};
|
|
453
453
|
open: {
|
|
454
454
|
type: BooleanConstructor;
|
|
@@ -473,7 +473,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
473
473
|
};
|
|
474
474
|
children: import("vue").PropType<import("ant-design-vue/lib/_util/type").VueNode[]>;
|
|
475
475
|
showAction: {
|
|
476
|
-
type: import("vue").PropType<("
|
|
476
|
+
type: import("vue").PropType<("click" | "focus")[]>;
|
|
477
477
|
};
|
|
478
478
|
id: StringConstructor;
|
|
479
479
|
placement: {
|
|
@@ -601,7 +601,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
601
601
|
onSelect: import("vue").PropType<import("ant-design-vue/lib/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/lib/select").LabeledValue, import("ant-design-vue/lib/select").DefaultOptionType>>;
|
|
602
602
|
prefixCls: StringConstructor;
|
|
603
603
|
direction: {
|
|
604
|
-
type: import("vue").PropType<"
|
|
604
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
605
605
|
};
|
|
606
606
|
open: {
|
|
607
607
|
type: BooleanConstructor;
|
|
@@ -626,7 +626,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
626
626
|
};
|
|
627
627
|
children: import("vue").PropType<import("ant-design-vue/lib/_util/type").VueNode[]>;
|
|
628
628
|
showAction: {
|
|
629
|
-
type: import("vue").PropType<("
|
|
629
|
+
type: import("vue").PropType<("click" | "focus")[]>;
|
|
630
630
|
};
|
|
631
631
|
id: StringConstructor;
|
|
632
632
|
placement: {
|
|
@@ -734,7 +734,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
734
734
|
readonly OptGroup: import("ant-design-vue/lib/vc-select/OptGroup").OptionGroupFC;
|
|
735
735
|
readonly SECRET_COMBOBOX_MODE_DO_NOT_USE: "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
736
736
|
};
|
|
737
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
737
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onChange" | "update:value" | "onSelectAll")[], "onChange" | "update:value" | "onSelectAll", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
738
738
|
value: {
|
|
739
739
|
type: ArrayConstructor;
|
|
740
740
|
required: true;
|
|
@@ -745,8 +745,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
745
745
|
};
|
|
746
746
|
}>> & {
|
|
747
747
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
748
|
-
onOnSelectAll?: ((...args: any[]) => any) | undefined;
|
|
749
748
|
onOnChange?: ((...args: any[]) => any) | undefined;
|
|
749
|
+
onOnSelectAll?: ((...args: any[]) => any) | undefined;
|
|
750
750
|
}, {
|
|
751
751
|
showSelectAll: boolean;
|
|
752
752
|
}>;
|
|
@@ -89,11 +89,11 @@ declare const BmShopsFilter: import("bm-admin-ui/es/utils/with-install").SFCWith
|
|
|
89
89
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
90
90
|
"onUpdate:selected"?: ((...args: any[]) => any) | undefined;
|
|
91
91
|
}, {
|
|
92
|
+
loadData: Function;
|
|
92
93
|
labelTitle: string;
|
|
93
94
|
showAlways: boolean;
|
|
94
95
|
displayParams: Record<string, any>;
|
|
95
96
|
loadFilter: Function;
|
|
96
|
-
loadData: Function;
|
|
97
97
|
}>>;
|
|
98
98
|
export { BmShopsFilter };
|
|
99
99
|
export default BmShopsFilter;
|
|
@@ -89,10 +89,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
89
89
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
90
90
|
"onUpdate:selected"?: ((...args: any[]) => any) | undefined;
|
|
91
91
|
}, {
|
|
92
|
+
loadData: Function;
|
|
92
93
|
labelTitle: string;
|
|
93
94
|
showAlways: boolean;
|
|
94
95
|
displayParams: Record<string, any>;
|
|
95
96
|
loadFilter: Function;
|
|
96
|
-
loadData: Function;
|
|
97
97
|
}>;
|
|
98
98
|
export default _default;
|