@ecan-bi/pivot-table 1.0.3 → 1.0.5
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
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @ecan-bi/pivot-table@1.0.
|
|
1
|
+
/*! @ecan-bi/pivot-table@1.0.5 */
|
|
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";
|
|
@@ -48346,7 +48346,6 @@ const sD = v1({
|
|
|
48346
48346
|
name: "PivotTable",
|
|
48347
48347
|
components: {},
|
|
48348
48348
|
props: {
|
|
48349
|
-
id: String,
|
|
48350
48349
|
name: String,
|
|
48351
48350
|
keyName: String,
|
|
48352
48351
|
type: String,
|
|
@@ -48375,7 +48374,8 @@ const sD = v1({
|
|
|
48375
48374
|
type: Array,
|
|
48376
48375
|
default: () => []
|
|
48377
48376
|
},
|
|
48378
|
-
pageMode: String
|
|
48377
|
+
pageMode: String,
|
|
48378
|
+
id: String
|
|
48379
48379
|
},
|
|
48380
48380
|
setup(n, { expose: t }) {
|
|
48381
48381
|
const e = ii(), i = ii(""), o = ii({}), r = ii(), s = ii({}), l = ii({}), a = ii(), h = ii(), d = ii({}), u = ii(), c = ii(), g = ii(), f = ii(), p = ii(), v = ii(), m = {
|
|
@@ -48997,7 +48997,7 @@ function dD(n, t, e, i, o, r) {
|
|
|
48997
48997
|
ref: "pivotTableRef"
|
|
48998
48998
|
}, null, 8, hD));
|
|
48999
48999
|
}
|
|
49000
|
-
const uD = /* @__PURE__ */ lD(sD, [["render", dD], ["__scopeId", "data-v-
|
|
49000
|
+
const uD = /* @__PURE__ */ lD(sD, [["render", dD], ["__scopeId", "data-v-f7c40eef"]]), cD = C1(uD), Db = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
49001
49001
|
__proto__: null,
|
|
49002
49002
|
EcanPivotTable: cD
|
|
49003
49003
|
}, Symbol.toStringTag, { value: "Module" })), gD = (n, t) => {
|