@ecan-bi/pivot-table 1.0.3 → 1.0.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/index.es.js +3 -3
- 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 +2 -2
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @ecan-bi/pivot-table@1.0.
|
|
1
|
+
/*! @ecan-bi/pivot-table@1.0.4 */
|
|
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";
|
|
@@ -48999,7 +48999,7 @@ function dD(n, t, e, i, o, r) {
|
|
|
48999
48999
|
}
|
|
49000
49000
|
const uD = /* @__PURE__ */ lD(sD, [["render", dD], ["__scopeId", "data-v-d23b8c93"]]), cD = C1(uD), Db = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
49001
49001
|
__proto__: null,
|
|
49002
|
-
|
|
49002
|
+
PivotTable: cD
|
|
49003
49003
|
}, Symbol.toStringTag, { value: "Module" })), gD = (n, t) => {
|
|
49004
49004
|
const { request: e } = t;
|
|
49005
49005
|
n.provide("$request", e), Object.keys(Db).forEach((i) => {
|
|
@@ -49010,7 +49010,7 @@ const uD = /* @__PURE__ */ lD(sD, [["render", dD], ["__scopeId", "data-v-d23b8c9
|
|
|
49010
49010
|
install: gD
|
|
49011
49011
|
};
|
|
49012
49012
|
export {
|
|
49013
|
-
cD as
|
|
49013
|
+
cD as PivotTable,
|
|
49014
49014
|
AD as default
|
|
49015
49015
|
};
|
|
49016
49016
|
//# sourceMappingURL=index.es.js.map
|