@ecan-bi/pivot-table 1.0.6 → 1.0.7
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.es.js +4 -10
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/types/pivotTable/index.d.ts +1 -169
- package/types/utils/withInstall.d.ts +1 -5
package/dist/index.es.js
CHANGED
|
@@ -1,16 +1,10 @@
|
|
|
1
|
-
/*! @ecan-bi/pivot-table@1.0.
|
|
1
|
+
/*! @ecan-bi/pivot-table@1.0.7 */
|
|
2
2
|
import { defineComponent as v1, ref as ii, reactive as m1, onMounted as b1, unref as Kt, nextTick as es, openBlock as wf, createElementBlock as Sf } from "vue";
|
|
3
3
|
import "dayjs";
|
|
4
4
|
import "lodash-es";
|
|
5
|
-
const C1 = (n
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
e.component(i.name, i);
|
|
9
|
-
}, t)
|
|
10
|
-
for (const [e, i] of Object.entries(t))
|
|
11
|
-
n[e] = i;
|
|
12
|
-
return n;
|
|
13
|
-
}, xf = (n, t) => Object.prototype.hasOwnProperty.call(n, t);
|
|
5
|
+
const C1 = (n) => (n.install = (t) => {
|
|
6
|
+
t.component(n.name, n);
|
|
7
|
+
}, n), xf = (n, t) => Object.prototype.hasOwnProperty.call(n, t);
|
|
14
8
|
class ke {
|
|
15
9
|
static GenAutoIncrementId() {
|
|
16
10
|
return ke.auto_increment_id++;
|