@unizhen/excel 0.0.1 → 0.0.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.
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { App } from 'vue';
|
|
2
2
|
type ComponentType = any;
|
|
3
|
-
export interface
|
|
3
|
+
export interface UzInstance {
|
|
4
4
|
version: string;
|
|
5
5
|
install: (app: App) => void;
|
|
6
6
|
}
|
|
7
|
-
interface
|
|
7
|
+
interface UzCreateOptions {
|
|
8
8
|
components?: ComponentType[];
|
|
9
9
|
}
|
|
10
|
-
declare function create({ components }?:
|
|
10
|
+
declare function create({ components }?: UzCreateOptions): UzInstance;
|
|
11
11
|
export default create;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default as
|
|
1
|
+
export { default as UzExcel } from './index.vue';
|
package/lib/excel.js
CHANGED
|
@@ -258174,7 +258174,7 @@ function Prr(r, e = !1) {
|
|
|
258174
258174
|
return { univerAPI: n, univer: i };
|
|
258175
258175
|
}
|
|
258176
258176
|
const jrr = Kye({
|
|
258177
|
-
name: "
|
|
258177
|
+
name: "UzExcel",
|
|
258178
258178
|
props: {
|
|
258179
258179
|
readonly: {
|
|
258180
258180
|
type: Boolean,
|
|
@@ -258254,7 +258254,7 @@ function Brr(r, e, t, n, i, a) {
|
|
|
258254
258254
|
aCe("div", Urr, null, 512)
|
|
258255
258255
|
], 2);
|
|
258256
258256
|
}
|
|
258257
|
-
const U5r = /* @__PURE__ */ zrr(jrr, [["render", Brr]]), Frr = "0.0.
|
|
258257
|
+
const U5r = /* @__PURE__ */ zrr(jrr, [["render", Brr]]), Frr = "0.0.2";
|
|
258258
258258
|
function B5r({ components: r = [] } = {}) {
|
|
258259
258259
|
const e = [];
|
|
258260
258260
|
function t(i, a, s) {
|
|
@@ -258274,6 +258274,6 @@ function B5r({ components: r = [] } = {}) {
|
|
|
258274
258274
|
};
|
|
258275
258275
|
}
|
|
258276
258276
|
export {
|
|
258277
|
-
U5r as
|
|
258277
|
+
U5r as UzExcel,
|
|
258278
258278
|
B5r as create
|
|
258279
258279
|
};
|