@wg-npm/survey-analyzer 0.3.7753 → 0.3.17441
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import Vue from 'vue';
|
|
2
2
|
import Component$2, { createDecorator } from 'vue-class-component';
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
/******************************************************************************
|
|
5
5
|
Copyright (c) Microsoft Corporation.
|
|
6
6
|
|
|
7
7
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
@@ -89,6 +89,11 @@ function commonjsRequire () {
|
|
|
89
89
|
throw new Error('Dynamic requires are not currently supported by @rollup/plugin-commonjs');
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
+
if (typeof window !== 'undefined') ; // In node
|
|
93
|
+
else if (typeof commonjsGlobal !== 'undefined') {
|
|
94
|
+
commonjsGlobal.__DEV__;
|
|
95
|
+
}
|
|
96
|
+
|
|
92
97
|
/**
|
|
93
98
|
* zrender: 生成唯一id
|
|
94
99
|
*
|
|
@@ -6647,6 +6652,7 @@ function TimSort(array, compare) {
|
|
|
6647
6652
|
var runStart;
|
|
6648
6653
|
var runLength;
|
|
6649
6654
|
var stackSize = 0;
|
|
6655
|
+
array.length;
|
|
6650
6656
|
|
|
6651
6657
|
var tmp = [];
|
|
6652
6658
|
runStart = [];
|
|
@@ -9634,7 +9640,7 @@ function Displayable(opts) {
|
|
|
9634
9640
|
*/
|
|
9635
9641
|
|
|
9636
9642
|
|
|
9637
|
-
this.style = new Style_1(opts.style
|
|
9643
|
+
this.style = new Style_1(opts.style);
|
|
9638
9644
|
this._rect = null; // Shapes for cascade clipping.
|
|
9639
9645
|
// Can only be `null`/`undefined` or an non-empty array, MUST NOT be an empty array.
|
|
9640
9646
|
// because it is easy to only using null to check whether clipPaths changed.
|
|
@@ -9848,7 +9854,7 @@ Displayable.prototype = {
|
|
|
9848
9854
|
* @param {Object} obj
|
|
9849
9855
|
*/
|
|
9850
9856
|
useStyle: function (obj) {
|
|
9851
|
-
this.style = new Style_1(obj
|
|
9857
|
+
this.style = new Style_1(obj);
|
|
9852
9858
|
this.dirty(false);
|
|
9853
9859
|
return this;
|
|
9854
9860
|
},
|
|
@@ -33346,7 +33352,6 @@ function layout(seriesType, ecModel) {
|
|
|
33346
33352
|
var seriesModels = prepareLayoutBarSeries$1(seriesType, ecModel);
|
|
33347
33353
|
var barWidthAndOffset = makeColumnLayout$1(seriesModels);
|
|
33348
33354
|
var lastStackCoords = {};
|
|
33349
|
-
var lastStackCoordsOrigin = {};
|
|
33350
33355
|
util$2.each(seriesModels, function (seriesModel) {
|
|
33351
33356
|
var data = seriesModel.getData();
|
|
33352
33357
|
var cartesian = seriesModel.coordinateSystem;
|
|
@@ -33358,7 +33363,6 @@ function layout(seriesType, ecModel) {
|
|
|
33358
33363
|
var valueAxis = cartesian.getOtherAxis(baseAxis);
|
|
33359
33364
|
var barMinHeight = seriesModel.get('barMinHeight') || 0;
|
|
33360
33365
|
lastStackCoords[stackId] = lastStackCoords[stackId] || [];
|
|
33361
|
-
lastStackCoordsOrigin[stackId] = lastStackCoordsOrigin[stackId] || []; // Fix #4243
|
|
33362
33366
|
|
|
33363
33367
|
data.setLayout({
|
|
33364
33368
|
bandWidth: columnLayoutInfo.bandWidth,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wg-npm/survey-analyzer",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.17441",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"scripts": {
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"lint-fix": "eslint \"**/*.ts\" \"**/*.vue\" --fix --no-error-on-unmatched-pattern"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
|
14
|
-
"@wg-npm/survey-core": "0.3.
|
|
15
|
-
"@wg-npm/survey-service-api": "0.3.
|
|
14
|
+
"@wg-npm/survey-core": "0.3.17441",
|
|
15
|
+
"@wg-npm/survey-service-api": "0.3.17441",
|
|
16
16
|
"echarts": "^4.8.0",
|
|
17
17
|
"vue": "^2.6.11",
|
|
18
18
|
"vue-echarts": "^4.0.3"
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"@typescript-eslint/parser": "^3.6.0",
|
|
28
28
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
29
29
|
"@vue/eslint-config-typescript": "^5.0.2",
|
|
30
|
-
"@wg-npm/survey-core": "0.3.
|
|
31
|
-
"@wg-npm/survey-service-api": "0.3.
|
|
30
|
+
"@wg-npm/survey-core": "0.3.17441",
|
|
31
|
+
"@wg-npm/survey-service-api": "0.3.17441",
|
|
32
32
|
"acorn": "^7.3.1",
|
|
33
33
|
"echarts": "^4.8.0",
|
|
34
34
|
"eslint": "^7.4.0",
|