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.
@@ -74,7 +74,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
74
74
  mask: boolean;
75
75
  width: number | string;
76
76
  visible: boolean;
77
- loading: boolean;
78
77
  defaultVisible: boolean;
79
78
  maskClosable: boolean;
80
79
  closable: boolean;
@@ -86,6 +85,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
86
85
  wrapperFooterOffset: number;
87
86
  canFullscreen: boolean;
88
87
  defaultFullscreen: boolean;
88
+ loading: boolean;
89
89
  showCancelBtn: boolean;
90
90
  showOkBtn: boolean;
91
91
  centered: boolean;
package/dist/index.cjs.js CHANGED
@@ -2319,7 +2319,7 @@ const _export_sfc = (sfc, props) => {
2319
2319
  }
2320
2320
  return target;
2321
2321
  };
2322
- const BasicTable = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-a77f6f35"]]);
2322
+ const BasicTable = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-a10d6aad"]]);
2323
2323
  function useTable(options = {}) {
2324
2324
  const tableRef = vue.ref(null);
2325
2325
  const formRef = vue.ref(null);