page-schema-enginer-shun 1.1.0 → 1.1.2
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 +8 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +8 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +8 -3
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +3 -3
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -7131,7 +7131,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
|
7131
7131
|
label: value.label
|
|
7132
7132
|
}, { ref_for: true }, value.option), {
|
|
7133
7133
|
default: vue.withCtx((scope2) => {
|
|
7134
|
-
var _a3, _b;
|
|
7134
|
+
var _a3, _b, _c, _d;
|
|
7135
7135
|
return [
|
|
7136
7136
|
((_a3 = value.option) == null ? void 0 : _a3.comType) ? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(buildComponetnName(value.option.comType)), {
|
|
7137
7137
|
key: 0,
|
|
@@ -7139,7 +7139,12 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
|
7139
7139
|
column: value,
|
|
7140
7140
|
index: (scope2 == null ? void 0 : scope2.$index) ?? 0,
|
|
7141
7141
|
itemKey: keyItem
|
|
7142
|
-
}, null, 8, ["row", "column", "index", "itemKey"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$1, vue.toDisplayString(((_b =
|
|
7142
|
+
}, null, 8, ["row", "column", "index", "itemKey"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$1, vue.toDisplayString(((_b = value.option) == null ? void 0 : _b.formatter) ? value.option.formatter(
|
|
7143
|
+
scope2.row,
|
|
7144
|
+
scope2.column,
|
|
7145
|
+
(_c = scope2.row) == null ? void 0 : _c[keyItem],
|
|
7146
|
+
scope2.$index
|
|
7147
|
+
) : ((_d = scope2 == null ? void 0 : scope2.row) == null ? void 0 : _d[keyItem]) ?? ""), 1))
|
|
7143
7148
|
];
|
|
7144
7149
|
}),
|
|
7145
7150
|
_: 2
|
|
@@ -7186,7 +7191,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
|
7186
7191
|
};
|
|
7187
7192
|
}
|
|
7188
7193
|
});
|
|
7189
|
-
const SchemaTable = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-
|
|
7194
|
+
const SchemaTable = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-cdc28963"]]);
|
|
7190
7195
|
const _hoisted_1$3 = { class: "table-panel" };
|
|
7191
7196
|
const _hoisted_2 = { class: "operation-panel" };
|
|
7192
7197
|
const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|