page-schema-enginer-shun 1.0.15 → 1.0.18
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/index.cjs.js +30 -57
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +32 -59
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +30 -57
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +12 -12
- package/dist/wigdets/schema-search/schema-search-bar.vue.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { defineComponent, inject, ref as ref$1, watch, onMounted, resolveComponent as resolveComponent$1, createElementBlock, openBlock, createElementVNode, createCommentVNode, createVNode, toDisplayString, mergeProps, withCtx, Fragment, renderList, createBlock, createTextVNode, provide, resolveDynamicComponent,
|
|
1
|
+
import { defineComponent, inject, ref as ref$1, watch, onMounted, resolveComponent as resolveComponent$1, createElementBlock, openBlock, createElementVNode, createCommentVNode, createVNode, toDisplayString, mergeProps, unref, withCtx, Fragment, renderList, createBlock, createTextVNode, provide, resolveDynamicComponent, toRefs, computed, resolveDirective, withDirectives, nextTick, renderSlot, normalizeProps, guardReactiveProps } from "vue";
|
|
2
2
|
import { useRouter, useRoute } from "vue-router";
|
|
3
3
|
import { defineStore } from "pinia";
|
|
4
|
-
import { ElNotification, ElMessage, ElMessageBox } from "element-plus";
|
|
4
|
+
import { ElRadioGroup, ElRadio, ElInputNumber, ElSelect, ElOption, ElDialog, ElButton, ElNotification, ElTable, ElTableColumn, ElPagination, ElMessage, ElRow, ElInput, ElForm, ElFormItem, ElMessageBox } from "element-plus";
|
|
5
5
|
function _mergeNamespaces(n, m) {
|
|
6
6
|
for (var i = 0; i < m.length; i++) {
|
|
7
7
|
const e = m[i];
|
|
@@ -162,18 +162,16 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
162
162
|
reset
|
|
163
163
|
});
|
|
164
164
|
return (_ctx, _cache) => {
|
|
165
|
-
const _component_el_radio = resolveComponent$1("el-radio");
|
|
166
|
-
const _component_el_radio_group = resolveComponent$1("el-radio-group");
|
|
167
165
|
return openBlock(), createElementBlock("div", _hoisted_1$a, [
|
|
168
166
|
createElementVNode("div", _hoisted_2$4, [
|
|
169
167
|
createElementVNode("span", _hoisted_3$3, toDisplayString(__props.schema.label), 1),
|
|
170
|
-
createVNode(
|
|
168
|
+
createVNode(unref(ElRadioGroup), {
|
|
171
169
|
modelValue: radioData.value,
|
|
172
170
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => radioData.value = $event)
|
|
173
171
|
}, {
|
|
174
172
|
default: withCtx(() => [
|
|
175
173
|
(openBlock(true), createElementBlock(Fragment, null, renderList(enumerate.value, (item) => {
|
|
176
|
-
return openBlock(), createBlock(
|
|
174
|
+
return openBlock(), createBlock(unref(ElRadio), {
|
|
177
175
|
key: item.value,
|
|
178
176
|
value: item.value,
|
|
179
177
|
size: "large"
|
|
@@ -193,7 +191,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
193
191
|
};
|
|
194
192
|
}
|
|
195
193
|
});
|
|
196
|
-
const radio = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-
|
|
194
|
+
const radio = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-1141884d"]]);
|
|
197
195
|
const _hoisted_1$9 = { class: "schema-form-input-number-container" };
|
|
198
196
|
const _hoisted_2$3 = { class: "schema-form-input-number" };
|
|
199
197
|
const _hoisted_3$2 = { class: "schema-form-input-number-label" };
|
|
@@ -232,11 +230,10 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
232
230
|
reset
|
|
233
231
|
});
|
|
234
232
|
return (_ctx, _cache) => {
|
|
235
|
-
const _component_el_input_number = resolveComponent$1("el-input-number");
|
|
236
233
|
return openBlock(), createElementBlock("div", _hoisted_1$9, [
|
|
237
234
|
createElementVNode("div", _hoisted_2$3, [
|
|
238
235
|
createElementVNode("div", _hoisted_3$2, toDisplayString(__props.schema.label), 1),
|
|
239
|
-
createVNode(
|
|
236
|
+
createVNode(unref(ElInputNumber), mergeProps({
|
|
240
237
|
modelValue: num.value,
|
|
241
238
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => num.value = $event)
|
|
242
239
|
}, __props.schema.option, { onChange: handleChange }), null, 16, ["modelValue"])
|
|
@@ -245,7 +242,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
245
242
|
};
|
|
246
243
|
}
|
|
247
244
|
});
|
|
248
|
-
const inputNumber = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-
|
|
245
|
+
const inputNumber = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-87d45394"]]);
|
|
249
246
|
const _hoisted_1$8 = { class: "schema-form-select-container" };
|
|
250
247
|
const _hoisted_2$2 = { class: "schema-form-select" };
|
|
251
248
|
const _hoisted_3$1 = { class: "schema-form-select-label" };
|
|
@@ -291,19 +288,17 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
291
288
|
reset
|
|
292
289
|
});
|
|
293
290
|
return (_ctx, _cache) => {
|
|
294
|
-
const _component_el_option = resolveComponent$1("el-option");
|
|
295
|
-
const _component_el_select = resolveComponent$1("el-select");
|
|
296
291
|
return openBlock(), createElementBlock("div", _hoisted_1$8, [
|
|
297
292
|
createElementVNode("div", _hoisted_2$2, [
|
|
298
293
|
createElementVNode("span", _hoisted_3$1, toDisplayString(__props.schema.label), 1),
|
|
299
|
-
createVNode(
|
|
294
|
+
createVNode(unref(ElSelect), {
|
|
300
295
|
modelValue: selectData.value,
|
|
301
296
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => selectData.value = $event),
|
|
302
297
|
placeholder: "请选择"
|
|
303
298
|
}, {
|
|
304
299
|
default: withCtx(() => [
|
|
305
300
|
(openBlock(true), createElementBlock(Fragment, null, renderList(enumerate.value, (item) => {
|
|
306
|
-
return openBlock(), createBlock(
|
|
301
|
+
return openBlock(), createBlock(unref(ElOption), {
|
|
307
302
|
key: item.value,
|
|
308
303
|
label: item.label,
|
|
309
304
|
value: item.value
|
|
@@ -318,7 +313,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
318
313
|
};
|
|
319
314
|
}
|
|
320
315
|
});
|
|
321
|
-
const select = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-
|
|
316
|
+
const select = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-3518f453"]]);
|
|
322
317
|
const formItemConfig = {
|
|
323
318
|
input: {
|
|
324
319
|
component: input
|
|
@@ -6600,10 +6595,8 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
6600
6595
|
useRoute();
|
|
6601
6596
|
useUserStore();
|
|
6602
6597
|
return (_ctx, _cache) => {
|
|
6603
|
-
const _component_el_button = resolveComponent$1("el-button");
|
|
6604
|
-
const _component_el_dialog = resolveComponent$1("el-dialog");
|
|
6605
6598
|
return openBlock(), createElementBlock("div", _hoisted_1$6, [
|
|
6606
|
-
createVNode(
|
|
6599
|
+
createVNode(unref(ElDialog), {
|
|
6607
6600
|
modelValue: isShow.value,
|
|
6608
6601
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isShow.value = $event),
|
|
6609
6602
|
title: "新建",
|
|
@@ -6621,7 +6614,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
6621
6614
|
];
|
|
6622
6615
|
}),
|
|
6623
6616
|
footer: withCtx(() => [
|
|
6624
|
-
createVNode(
|
|
6617
|
+
createVNode(unref(ElButton), {
|
|
6625
6618
|
type: "primary",
|
|
6626
6619
|
onClick: submit
|
|
6627
6620
|
}, {
|
|
@@ -6630,7 +6623,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
6630
6623
|
])]),
|
|
6631
6624
|
_: 1
|
|
6632
6625
|
}),
|
|
6633
|
-
createVNode(
|
|
6626
|
+
createVNode(unref(ElButton), {
|
|
6634
6627
|
type: "primary",
|
|
6635
6628
|
onClick: close
|
|
6636
6629
|
}, {
|
|
@@ -6646,7 +6639,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
6646
6639
|
};
|
|
6647
6640
|
}
|
|
6648
6641
|
});
|
|
6649
|
-
const createFormC = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-
|
|
6642
|
+
const createFormC = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-5ac725c5"]]);
|
|
6650
6643
|
const _hoisted_1$5 = { class: "editForm" };
|
|
6651
6644
|
const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
6652
6645
|
__name: "editForm",
|
|
@@ -6703,10 +6696,8 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
6703
6696
|
useRoute();
|
|
6704
6697
|
useUserStore();
|
|
6705
6698
|
return (_ctx, _cache) => {
|
|
6706
|
-
const _component_el_button = resolveComponent$1("el-button");
|
|
6707
|
-
const _component_el_dialog = resolveComponent$1("el-dialog");
|
|
6708
6699
|
return openBlock(), createElementBlock("div", _hoisted_1$5, [
|
|
6709
|
-
createVNode(
|
|
6700
|
+
createVNode(unref(ElDialog), {
|
|
6710
6701
|
modelValue: isDrawer.value,
|
|
6711
6702
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isDrawer.value = $event),
|
|
6712
6703
|
title: "编辑",
|
|
@@ -6725,7 +6716,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
6725
6716
|
];
|
|
6726
6717
|
}),
|
|
6727
6718
|
footer: withCtx(() => [
|
|
6728
|
-
createVNode(
|
|
6719
|
+
createVNode(unref(ElButton), {
|
|
6729
6720
|
type: "primary",
|
|
6730
6721
|
onClick: submit
|
|
6731
6722
|
}, {
|
|
@@ -7034,13 +7025,9 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
7034
7025
|
useRoute();
|
|
7035
7026
|
useUserStore();
|
|
7036
7027
|
return (_ctx, _cache) => {
|
|
7037
|
-
const _component_el_table_column = resolveComponent$1("el-table-column");
|
|
7038
|
-
const _component_el_button = resolveComponent$1("el-button");
|
|
7039
|
-
const _component_el_table = resolveComponent$1("el-table");
|
|
7040
|
-
const _component_el_pagination = resolveComponent$1("el-pagination");
|
|
7041
7028
|
const _directive_loading = resolveDirective("loading");
|
|
7042
7029
|
return openBlock(), createElementBlock("div", _hoisted_1$4, [
|
|
7043
|
-
__props.schema && __props.schema.properties ? withDirectives((openBlock(), createBlock(
|
|
7030
|
+
__props.schema && __props.schema.properties ? withDirectives((openBlock(), createBlock(unref(ElTable), {
|
|
7044
7031
|
key: 0,
|
|
7045
7032
|
data: tableData.value,
|
|
7046
7033
|
style: { "width": "100%" },
|
|
@@ -7052,7 +7039,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
7052
7039
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.schema.properties, (value, keyItem) => {
|
|
7053
7040
|
var _a2;
|
|
7054
7041
|
return openBlock(), createElementBlock(Fragment, { key: keyItem }, [
|
|
7055
|
-
((_a2 = value.option) == null ? void 0 : _a2.visible) !== false ? (openBlock(), createBlock(
|
|
7042
|
+
((_a2 = value.option) == null ? void 0 : _a2.visible) !== false ? (openBlock(), createBlock(unref(ElTableColumn), mergeProps({
|
|
7056
7043
|
key: 0,
|
|
7057
7044
|
prop: keyItem,
|
|
7058
7045
|
label: value.label
|
|
@@ -7073,7 +7060,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
7073
7060
|
}, 1040, ["prop", "label"])) : createCommentVNode("", true)
|
|
7074
7061
|
], 64);
|
|
7075
7062
|
}), 128)),
|
|
7076
|
-
((_a = __props.buttons) == null ? void 0 : _a.length) > 0 ? (openBlock(), createBlock(
|
|
7063
|
+
((_a = __props.buttons) == null ? void 0 : _a.length) > 0 ? (openBlock(), createBlock(unref(ElTableColumn), {
|
|
7077
7064
|
key: 0,
|
|
7078
7065
|
label: "操作",
|
|
7079
7066
|
align: "center",
|
|
@@ -7081,7 +7068,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
7081
7068
|
}, {
|
|
7082
7069
|
default: withCtx((scope2) => [
|
|
7083
7070
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.buttons, (item, index) => {
|
|
7084
|
-
return openBlock(), createBlock(
|
|
7071
|
+
return openBlock(), createBlock(unref(ElButton), mergeProps({ key: index }, { ref_for: true }, item, {
|
|
7085
7072
|
onClick: ($event) => operatetionHandler({ btnConfig: item, rowData: (scope2 == null ? void 0 : scope2.row) || {} })
|
|
7086
7073
|
}), {
|
|
7087
7074
|
default: withCtx(() => [
|
|
@@ -7100,7 +7087,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
7100
7087
|
[_directive_loading, loading.value]
|
|
7101
7088
|
]) : createCommentVNode("", true),
|
|
7102
7089
|
createElementVNode("div", _hoisted_3, [
|
|
7103
|
-
createVNode(
|
|
7090
|
+
createVNode(unref(ElPagination), {
|
|
7104
7091
|
layout: "total, prev, pager, next, sizes",
|
|
7105
7092
|
total: total.value,
|
|
7106
7093
|
"page-size": pageSize.value,
|
|
@@ -7113,7 +7100,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
7113
7100
|
};
|
|
7114
7101
|
}
|
|
7115
7102
|
});
|
|
7116
|
-
const SchemaTable = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-
|
|
7103
|
+
const SchemaTable = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-af54a88b"]]);
|
|
7117
7104
|
const _hoisted_1$3 = { class: "table-panel" };
|
|
7118
7105
|
const _hoisted_2 = { class: "operation-panel" };
|
|
7119
7106
|
const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
@@ -7156,16 +7143,14 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
7156
7143
|
useUserStore();
|
|
7157
7144
|
return (_ctx, _cache) => {
|
|
7158
7145
|
var _a, _b;
|
|
7159
|
-
const _component_el_button = resolveComponent$1("el-button");
|
|
7160
|
-
const _component_el_row = resolveComponent$1("el-row");
|
|
7161
7146
|
return openBlock(), createElementBlock("div", _hoisted_1$3, [
|
|
7162
7147
|
createElementVNode("div", _hoisted_2, [
|
|
7163
|
-
((_a = unref(tableConfig2)) == null ? void 0 : _a.headerButtons.length) > 0 ? (openBlock(), createBlock(
|
|
7148
|
+
((_a = unref(tableConfig2)) == null ? void 0 : _a.headerButtons.length) > 0 ? (openBlock(), createBlock(unref(ElRow), { key: 0 }, {
|
|
7164
7149
|
default: withCtx(() => {
|
|
7165
7150
|
var _a2;
|
|
7166
7151
|
return [
|
|
7167
7152
|
(openBlock(true), createElementBlock(Fragment, null, renderList((_a2 = unref(tableConfig2)) == null ? void 0 : _a2.headerButtons, (buttonItem) => {
|
|
7168
|
-
return openBlock(), createBlock(
|
|
7153
|
+
return openBlock(), createBlock(unref(ElButton), {
|
|
7169
7154
|
key: buttonItem.eventKey,
|
|
7170
7155
|
onClick: ($event) => onOperate({ btnConfig: buttonItem })
|
|
7171
7156
|
}, {
|
|
@@ -7198,7 +7183,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
7198
7183
|
};
|
|
7199
7184
|
}
|
|
7200
7185
|
});
|
|
7201
|
-
const tablePanel = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-
|
|
7186
|
+
const tablePanel = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-34ee246e"]]);
|
|
7202
7187
|
const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
7203
7188
|
__name: "input",
|
|
7204
7189
|
props: {
|
|
@@ -7230,8 +7215,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
7230
7215
|
reset
|
|
7231
7216
|
});
|
|
7232
7217
|
return (_ctx, _cache) => {
|
|
7233
|
-
|
|
7234
|
-
return openBlock(), createBlock(_component_el_input, mergeProps({
|
|
7218
|
+
return openBlock(), createBlock(unref(ElInput), mergeProps({
|
|
7235
7219
|
type: "text",
|
|
7236
7220
|
modelValue: dtoValue.value,
|
|
7237
7221
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => dtoValue.value = $event)
|
|
@@ -7297,17 +7281,14 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
7297
7281
|
load
|
|
7298
7282
|
});
|
|
7299
7283
|
return (_ctx, _cache) => {
|
|
7300
|
-
const _component_el_form_item = resolveComponent$1("el-form-item");
|
|
7301
|
-
const _component_el_button = resolveComponent$1("el-button");
|
|
7302
|
-
const _component_el_form = resolveComponent$1("el-form");
|
|
7303
7284
|
return openBlock(), createElementBlock("div", _hoisted_1$2, [
|
|
7304
|
-
createVNode(
|
|
7285
|
+
createVNode(unref(ElForm), {
|
|
7305
7286
|
inline: true,
|
|
7306
7287
|
class: "flex items-center justify-start flex-wrap"
|
|
7307
7288
|
}, {
|
|
7308
7289
|
default: withCtx(() => [
|
|
7309
7290
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.schema.properties, (value, key) => {
|
|
7310
|
-
return openBlock(), createBlock(
|
|
7291
|
+
return openBlock(), createBlock(unref(ElFormItem), {
|
|
7311
7292
|
key,
|
|
7312
7293
|
label: value.label
|
|
7313
7294
|
}, {
|
|
@@ -7325,9 +7306,9 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
7325
7306
|
_: 2
|
|
7326
7307
|
}, 1032, ["label"]);
|
|
7327
7308
|
}), 128)),
|
|
7328
|
-
createVNode(
|
|
7309
|
+
createVNode(unref(ElFormItem), null, {
|
|
7329
7310
|
default: withCtx(() => [
|
|
7330
|
-
createVNode(
|
|
7311
|
+
createVNode(unref(ElButton), {
|
|
7331
7312
|
type: "primary",
|
|
7332
7313
|
onClick: search
|
|
7333
7314
|
}, {
|
|
@@ -7336,7 +7317,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
7336
7317
|
])]),
|
|
7337
7318
|
_: 1
|
|
7338
7319
|
}),
|
|
7339
|
-
createVNode(
|
|
7320
|
+
createVNode(unref(ElButton), { onClick: reset }, {
|
|
7340
7321
|
default: withCtx(() => [..._cache[1] || (_cache[1] = [
|
|
7341
7322
|
createTextVNode("重置", -1)
|
|
7342
7323
|
])]),
|
|
@@ -7546,14 +7527,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
7546
7527
|
(_a = EventHandleMap[eventKey]) == null ? void 0 : _a.call(EventHandleMap, { btnConfig, rowData });
|
|
7547
7528
|
};
|
|
7548
7529
|
onMounted(() => {
|
|
7549
|
-
var _a;
|
|
7550
|
-
const inst = getCurrentInstance();
|
|
7551
|
-
const comps = ((_a = inst == null ? void 0 : inst.appContext) == null ? void 0 : _a.components) || {};
|
|
7552
|
-
const required2 = ["ElTable", "ElTableColumn", "ElButton", "ElPagination", "ElForm", "ElDialog", "ElInput"];
|
|
7553
|
-
const missing = required2.filter((k) => !(k in comps));
|
|
7554
|
-
if (missing.length > 0) {
|
|
7555
|
-
ElMessage.error("请在宿主应用中注册 Element Plus 并引入样式");
|
|
7556
|
-
}
|
|
7557
7530
|
});
|
|
7558
7531
|
provide("schemeViewData", {
|
|
7559
7532
|
tableSchema,
|
|
@@ -7588,7 +7561,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
7588
7561
|
};
|
|
7589
7562
|
}
|
|
7590
7563
|
});
|
|
7591
|
-
const schemaView = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
7564
|
+
const schemaView = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d797bc6e"]]);
|
|
7592
7565
|
let routerClient = null;
|
|
7593
7566
|
function setRouterClient(client) {
|
|
7594
7567
|
routerClient = client;
|