knt-shared 1.9.0 → 1.9.1
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.esm.js
CHANGED
|
@@ -8155,7 +8155,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
8155
8155
|
key: action.label
|
|
8156
8156
|
}, [
|
|
8157
8157
|
action.popConfirm ? (openBlock(), createBlock(unref(Popconfirm), {
|
|
8158
|
-
key:
|
|
8158
|
+
key: `${action.label}-confirm`,
|
|
8159
8159
|
content: action.popConfirm.title,
|
|
8160
8160
|
"ok-text": action.popConfirm.okText,
|
|
8161
8161
|
"cancel-text": action.popConfirm.cancelText,
|
|
@@ -8188,7 +8188,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
8188
8188
|
]),
|
|
8189
8189
|
_: 2
|
|
8190
8190
|
}, 1032, ["content", "ok-text", "cancel-text", "onOk", "onCancel"])) : (openBlock(), createBlock(unref(Link), {
|
|
8191
|
-
key:
|
|
8191
|
+
key: `${action.label}-link`,
|
|
8192
8192
|
status: action.color,
|
|
8193
8193
|
disabled: getActionDisabled(action, slotProps.record),
|
|
8194
8194
|
onClick: ($event) => handleActionClick(action, slotProps)
|
|
@@ -8307,7 +8307,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
8307
8307
|
};
|
|
8308
8308
|
}
|
|
8309
8309
|
});
|
|
8310
|
-
const BasicTable = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-
|
|
8310
|
+
const BasicTable = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-b3a2e402"]]);
|
|
8311
8311
|
function useTable(options = {}) {
|
|
8312
8312
|
const tableRef = ref(null);
|
|
8313
8313
|
const formRef = ref(null);
|