@ecan-bi/datav 1.0.48 → 1.0.49
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 +6 -11
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +6 -11
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +5 -5
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -2280,12 +2280,6 @@ const useIndicatorData = (props2 = {}) => {
|
|
|
2280
2280
|
idxLibMode,
|
|
2281
2281
|
preview = false
|
|
2282
2282
|
} = graphicConfig || {};
|
|
2283
|
-
console.log("classificationList", classificationList);
|
|
2284
|
-
console.log("seriesList", seriesList);
|
|
2285
|
-
console.log("leftAxisList", leftAxisList);
|
|
2286
|
-
console.log("rightAxisList", rightAxisList);
|
|
2287
|
-
console.log("indicators", indicators);
|
|
2288
|
-
console.log("controlList", controlList);
|
|
2289
2283
|
let classification;
|
|
2290
2284
|
if (Array.isArray(classificationList) && classificationList.length > 0) {
|
|
2291
2285
|
const len = classificationList.length;
|
|
@@ -2396,9 +2390,10 @@ const useHrefParamsToGlobalVariables = () => {
|
|
|
2396
2390
|
window.config[key] = value;
|
|
2397
2391
|
}
|
|
2398
2392
|
};
|
|
2399
|
-
var PageConfig_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => "#container[data-v-
|
|
2393
|
+
var PageConfig_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => "#container[data-v-c850087e] {\n position: fixed;\n top: 0;\n left: 0;\n overflow: hidden;\n transform-origin: left top;\n z-index: 999;\n}\n.page-config[data-v-c850087e] {\n position: relative;\n overflow: hidden;\n background-size: cover;\n}\n")();
|
|
2400
2394
|
const _sfc_main$o = defineComponent({
|
|
2401
2395
|
name: "EcanPageConfig",
|
|
2396
|
+
inheritAttrs: false,
|
|
2402
2397
|
props: __spreadValues({}, pageConfigComponentProps),
|
|
2403
2398
|
setup(props2) {
|
|
2404
2399
|
const style2 = computed(() => ({
|
|
@@ -2506,7 +2501,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2506
2501
|
], 4)) : createCommentVNode("", true)
|
|
2507
2502
|
], 512);
|
|
2508
2503
|
}
|
|
2509
|
-
var PageConfig = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$o], ["__scopeId", "data-v-
|
|
2504
|
+
var PageConfig = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$o], ["__scopeId", "data-v-c850087e"]]);
|
|
2510
2505
|
const EcanPageConfig = withInstall(PageConfig);
|
|
2511
2506
|
const providerConfig = {
|
|
2512
2507
|
contextRequestUrl: "",
|
|
@@ -2517,6 +2512,7 @@ const providerConfig = {
|
|
|
2517
2512
|
const providerConfigComponentProps = transformToComponentProps(providerConfig);
|
|
2518
2513
|
const _sfc_main$n = defineComponent({
|
|
2519
2514
|
name: "EcanProviderConfig",
|
|
2515
|
+
inheritAttrs: false,
|
|
2520
2516
|
props: __spreadValues({}, providerConfigComponentProps),
|
|
2521
2517
|
setup(props2, { expose }) {
|
|
2522
2518
|
useHrefParamsToGlobalVariables();
|
|
@@ -3208,7 +3204,7 @@ const proportionProps = __spreadProps(__spreadValues({}, props), {
|
|
|
3208
3204
|
});
|
|
3209
3205
|
const proportionComponentProps = transformToComponentProps(proportionProps);
|
|
3210
3206
|
const proportionEvents = ["refreshData", "click"];
|
|
3211
|
-
var Proportion_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".ecan-proportion[data-v-
|
|
3207
|
+
var Proportion_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".ecan-proportion[data-v-206755e6] {\n overflow: hidden;\n}\n.progress[data-v-206755e6] {\n width: 100%;\n height: 100%;\n}\n.format[data-v-206755e6] {\n margin: 0 auto;\n}\n")();
|
|
3212
3208
|
const _sfc_main$h = defineComponent({
|
|
3213
3209
|
name: "EcanProportion",
|
|
3214
3210
|
components: {
|
|
@@ -3269,7 +3265,6 @@ const _sfc_main$h = defineComponent({
|
|
|
3269
3265
|
var _a2;
|
|
3270
3266
|
if (props2.dataType !== "request" || unref(pageMode) === "design")
|
|
3271
3267
|
return;
|
|
3272
|
-
console.log("\u8BF7\u6C42");
|
|
3273
3268
|
try {
|
|
3274
3269
|
loading.value = true;
|
|
3275
3270
|
const res = await requestData();
|
|
@@ -3342,7 +3337,7 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3342
3337
|
}, 8, ["percent", "width", "type", "strokeColor", "strokeLinecap", "trailColor", "strokeWidth", "gapDegree", "onClick"])
|
|
3343
3338
|
], 4);
|
|
3344
3339
|
}
|
|
3345
|
-
var Proportion = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h], ["__scopeId", "data-v-
|
|
3340
|
+
var Proportion = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h], ["__scopeId", "data-v-206755e6"]]);
|
|
3346
3341
|
const EcanProportion = withInstall(Proportion);
|
|
3347
3342
|
const inputProps = __spreadProps(__spreadValues({}, props), {
|
|
3348
3343
|
width: "200px",
|