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