@wg-npm/survey-analyzer 0.3.13 → 0.3.377-8.develop

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.
@@ -6647,7 +6647,6 @@ function TimSort(array, compare) {
6647
6647
  var runStart;
6648
6648
  var runLength;
6649
6649
  var stackSize = 0;
6650
- array.length;
6651
6650
 
6652
6651
  var tmp = [];
6653
6652
  runStart = [];
@@ -33347,6 +33346,7 @@ function layout(seriesType, ecModel) {
33347
33346
  var seriesModels = prepareLayoutBarSeries$1(seriesType, ecModel);
33348
33347
  var barWidthAndOffset = makeColumnLayout$1(seriesModels);
33349
33348
  var lastStackCoords = {};
33349
+ var lastStackCoordsOrigin = {};
33350
33350
  util$2.each(seriesModels, function (seriesModel) {
33351
33351
  var data = seriesModel.getData();
33352
33352
  var cartesian = seriesModel.coordinateSystem;
@@ -33358,6 +33358,7 @@ function layout(seriesType, ecModel) {
33358
33358
  var valueAxis = cartesian.getOtherAxis(baseAxis);
33359
33359
  var barMinHeight = seriesModel.get('barMinHeight') || 0;
33360
33360
  lastStackCoords[stackId] = lastStackCoords[stackId] || [];
33361
+ lastStackCoordsOrigin[stackId] = lastStackCoordsOrigin[stackId] || []; // Fix #4243
33361
33362
 
33362
33363
  data.setLayout({
33363
33364
  bandWidth: columnLayoutInfo.bandWidth,
@@ -41581,7 +41582,7 @@ echarts.registerLayout(util$2.curry(pieLayout, 'pie'));
41581
41582
  echarts.registerProcessor(dataFilter('pie'));
41582
41583
 
41583
41584
  Vue.component('v-charts', __vue_component__$1);
41584
- let SurveyAnalyzerResponseRatePie = class SurveyAnalyzerResponseRatePie extends SurveyAnalyzerVue {
41585
+ let SurveyAnalyzerResponseRatePie$1 = class SurveyAnalyzerResponseRatePie extends SurveyAnalyzerVue {
41585
41586
  constructor() {
41586
41587
  super(...arguments);
41587
41588
  this.chartOptions = {
@@ -41653,11 +41654,11 @@ __decorate([
41653
41654
  required: true,
41654
41655
  }),
41655
41656
  __metadata("design:type", String)
41656
- ], SurveyAnalyzerResponseRatePie.prototype, "surveyId", void 0);
41657
- SurveyAnalyzerResponseRatePie = __decorate([
41657
+ ], SurveyAnalyzerResponseRatePie$1.prototype, "surveyId", void 0);
41658
+ SurveyAnalyzerResponseRatePie$1 = __decorate([
41658
41659
  Component$2
41659
- ], SurveyAnalyzerResponseRatePie);
41660
- var script = SurveyAnalyzerResponseRatePie;
41660
+ ], SurveyAnalyzerResponseRatePie$1);
41661
+ var script = SurveyAnalyzerResponseRatePie$1;
41661
41662
 
41662
41663
  /* script */
41663
41664
  const __vue_script__ = script;
@@ -41695,13 +41696,14 @@ var __vue_staticRenderFns__ = [];
41695
41696
  undefined
41696
41697
  );
41697
41698
 
41699
+ var SurveyAnalyzerResponseRatePie = __vue_component__;
41700
+
41698
41701
  class SurveyAnalyzerOptions {
41699
41702
  }
41700
41703
  class SurveyAnalyzerPlugin {
41701
41704
  static install(Vue, options) {
41702
- Vue.component('survey-analyzer-response-rate-pie', __vue_component__);
41705
+ Vue.component('survey-analyzer-response-rate-pie', SurveyAnalyzerResponseRatePie);
41703
41706
  }
41704
41707
  }
41705
41708
 
41706
- export default SurveyAnalyzerPlugin;
41707
- export { SurveyAnalyzerOptions, __vue_component__ as SurveyAnalyzerResponseRatePie };
41709
+ export { SurveyAnalyzerOptions, SurveyAnalyzerResponseRatePie, SurveyAnalyzerPlugin as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wg-npm/survey-analyzer",
3
- "version": "0.3.13",
3
+ "version": "0.3.3778.develop",
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.13",
15
- "@wg-npm/survey-service-api": "0.3.13",
14
+ "@wg-npm/survey-core": "0.3.3778.develop",
15
+ "@wg-npm/survey-service-api": "0.3.3778.develop",
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.13",
31
- "@wg-npm/survey-service-api": "0.3.13",
30
+ "@wg-npm/survey-core": "0.3.3778.develop",
31
+ "@wg-npm/survey-service-api": "0.3.3778.develop",
32
32
  "acorn": "^7.3.1",
33
33
  "echarts": "^4.8.0",
34
34
  "eslint": "^7.4.0",