knt-shared 1.6.0 → 1.6.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/components/Form/BasicForm.vue.d.ts +2 -2
- package/dist/components/Form/types.d.ts +1 -1
- package/dist/components/Form/types.d.ts.map +1 -1
- package/dist/components/Table/BasicTable.vue.d.ts +1 -1
- package/dist/components/Table/BasicTable.vue.d.ts.map +1 -1
- package/dist/index.cjs.js +1 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/style.css +8 -8
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -6233,7 +6233,6 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
6233
6233
|
columns.unshift(indexColumn);
|
|
6234
6234
|
}
|
|
6235
6235
|
if (mergedProps.showActionColumn && mergedProps.actionColumn) {
|
|
6236
|
-
console.log("mergedProps.actionColumn===", mergedProps.actionColumn.actions);
|
|
6237
6236
|
const actionColumn = {
|
|
6238
6237
|
title: mergedProps.actionColumn.title || "操作",
|
|
6239
6238
|
dataIndex: "action",
|
|
@@ -7239,7 +7238,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
7239
7238
|
};
|
|
7240
7239
|
}
|
|
7241
7240
|
});
|
|
7242
|
-
const BasicTable = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-
|
|
7241
|
+
const BasicTable = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-3b11589b"]]);
|
|
7243
7242
|
function useTable(options = {}) {
|
|
7244
7243
|
const tableRef = ref(null);
|
|
7245
7244
|
const formRef = ref(null);
|