@ecan-bi/datav 1.6.4 → 1.6.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 +5 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +3 -3
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/types/setting/page-config/PageConfig.vue.d.ts +8 -0
- package/types/setting/page-config/index.d.ts +8 -0
- package/types/setting/page-config/props.d.ts +5 -0
- package/types/setting/provider-config/ProviderConfig.vue.d.ts +8 -0
- package/types/setting/provider-config/index.d.ts +8 -0
- package/types/setting/provider-config/props.d.ts +5 -0
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @ecan-bi/datav@1.6.
|
|
1
|
+
/*! @ecan-bi/datav@1.6.5 */
|
|
2
2
|
import { watch, inject, computed, unref, watchEffect, defineComponent, shallowRef, toRefs, onMounted, onUnmounted, h, nextTick, createVNode, resolveComponent, openBlock, createElementBlock, createBlock, renderSlot, withCtx, ref, onBeforeUnmount, normalizeClass as normalizeClass$1, normalizeStyle as normalizeStyle$1, createElementVNode, createCommentVNode, Fragment, renderList, provide, withModifiers, toDisplayString, pushScopeId, popScopeId, Teleport, resolveDynamicComponent, mergeProps, normalizeProps, toHandlers, reactive, toRaw, createTextVNode, useCssVars, createSlots, resolveDirective, withDirectives, vShow, vModelText, getCurrentInstance, onActivated, onDeactivated, isRef, isVNode, Transition, onBeforeUpdate, Comment } from "vue";
|
|
3
3
|
import { throttle as throttle$2, init, use, registerMap } from "echarts/core";
|
|
4
4
|
import { addListener, removeListener } from "resize-detector";
|
|
@@ -1667,7 +1667,8 @@ const withInstall$1 = (c, u) => {
|
|
|
1667
1667
|
variableList: [],
|
|
1668
1668
|
drillingMode: "pivotTable",
|
|
1669
1669
|
pivotTableFontSize: "16px",
|
|
1670
|
-
drillDetailUrl: ""
|
|
1670
|
+
drillDetailUrl: "",
|
|
1671
|
+
hideLoading: !1
|
|
1671
1672
|
}, pageConfigComponentProps = transformToComponentProps(pageConfig), EVENT_BUS = "EVENT_BUS", GLOBAL_CONFIG = "GLOBAL_CONFIG", GLOBAL_MODEL = "GLOBAL_MODEL", REQUEST_MODEL = "REQUEST_MODEL", GLOBAL_TOKEN = "GLOBAL_TOKEN", REFRESH_PAGE = "REFRESH_PAGE", MODAL_MODEL = "MODAL_MODEL", LOADED_DATA = "LOADED_DATA", COMMON_OPERATE = "COMMON_OPERATE", All_COMPONENT_RES_DATA = "All_COMPONENT_RES_DATA", GLOBAL_VARIABLE = "GLOBAL_VARIABLE", ZOOM_FONT_SIZE = 18, CONTEXT = "ygt";
|
|
1672
1673
|
var Ki;
|
|
1673
1674
|
const INDICATOR_URL = ((Ki = window == null ? void 0 : window.config) == null ? void 0 : Ki.indicatorURL) || "";
|
|
@@ -10702,7 +10703,8 @@ const PageConfig = /* @__PURE__ */ _export_sfc$1(_sfc_main$G, [["render", _sfc_r
|
|
|
10702
10703
|
variableList: [],
|
|
10703
10704
|
drillingMode: "pivotTable",
|
|
10704
10705
|
pivotTableFontSize: "16px",
|
|
10705
|
-
drillDetailUrl: ""
|
|
10706
|
+
drillDetailUrl: "",
|
|
10707
|
+
hideLoading: !1
|
|
10706
10708
|
}, providerConfigComponentProps = transformToComponentProps(providerConfig), _sfc_main$F = defineComponent({
|
|
10707
10709
|
name: "IndicatorDetailModal",
|
|
10708
10710
|
components: {
|