knt-shared 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/components/Modal/BasicModal.vue.d.ts +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/style.css +12 -11
- package/package.json +12 -2
- package/dist/components/Form/types.d.ts +0 -149
- package/dist/components/Form/types.d.ts.map +0 -1
package/dist/index.esm.js
CHANGED
|
@@ -2317,7 +2317,7 @@ const _export_sfc = (sfc, props) => {
|
|
|
2317
2317
|
}
|
|
2318
2318
|
return target;
|
|
2319
2319
|
};
|
|
2320
|
-
const BasicTable = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-
|
|
2320
|
+
const BasicTable = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-a10d6aad"]]);
|
|
2321
2321
|
function useTable(options = {}) {
|
|
2322
2322
|
const tableRef = ref(null);
|
|
2323
2323
|
const formRef = ref(null);
|