knt-shared 1.1.3 → 1.1.4
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/Table/BasicTable.vue.d.ts +10 -10
- package/dist/index.cjs.js +3 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/style.css +9 -9
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -1380,7 +1380,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
1380
1380
|
}
|
|
1381
1381
|
return {
|
|
1382
1382
|
show: true,
|
|
1383
|
-
layout: "
|
|
1383
|
+
layout: "horizontal",
|
|
1384
1384
|
showCollapse: true,
|
|
1385
1385
|
defaultCollapseRows: 1,
|
|
1386
1386
|
showResetButton: true,
|
|
@@ -1434,7 +1434,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
1434
1434
|
const getPaginationConfig = computed(() => {
|
|
1435
1435
|
const mergedProps = getMergedProps.value;
|
|
1436
1436
|
if (mergedProps.pagination === false) {
|
|
1437
|
-
return
|
|
1437
|
+
return paginationRef.value;
|
|
1438
1438
|
}
|
|
1439
1439
|
return {
|
|
1440
1440
|
...mergedProps.pagination,
|
|
@@ -2329,7 +2329,7 @@ const _export_sfc = (sfc, props) => {
|
|
|
2329
2329
|
}
|
|
2330
2330
|
return target;
|
|
2331
2331
|
};
|
|
2332
|
-
const BasicTable = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-
|
|
2332
|
+
const BasicTable = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-f4f3062d"]]);
|
|
2333
2333
|
function useTable(options = {}) {
|
|
2334
2334
|
const tableRef = ref(null);
|
|
2335
2335
|
const formRef = ref(null);
|