@visactor/vstory 0.0.23-alpha.6 → 0.0.23-alpha.7

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.js CHANGED
@@ -188530,6 +188530,8 @@
188530
188530
  label: CommonLabelStyleMap
188531
188531
  }
188532
188532
  };
188533
+ var FieldLink = "_filedLink_";
188534
+ var ValueLink = "_valueLink_";
188533
188535
 
188534
188536
  function GetVChartSeriesWithMatch(vchart, seriesMatch) {
188535
188537
  return !isValid$3(seriesMatch.specIndex) && seriesMatch.type ? vchart.getAllSeries().filter(function (s) {
@@ -188570,6 +188572,11 @@
188570
188572
  return isSingleMarkMatch(v, series, scaleMap, datum);
188571
188573
  }) : null;
188572
188574
  }
188575
+ function getMarkStyleId(markName, itemKeys, itemKeyMap) {
188576
+ return itemKeys.reduce(function (pre, cur) {
188577
+ return pre + "".concat(FieldLink).concat(cur).concat(ValueLink).concat(itemKeyMap[cur]);
188578
+ }, markName);
188579
+ }
188573
188580
 
188574
188581
  var StroyAllDataGroup = "_STORY_ALL_DATA_GROUP";
188575
188582
 
@@ -196631,6 +196638,7 @@
196631
196638
  exports.DefaultTheme = DefaultTheme;
196632
196639
  exports.Easing = Easing$1;
196633
196640
  exports.Edit = Edit;
196641
+ exports.GetVChartSeriesWithMatch = GetVChartSeriesWithMatch;
196634
196642
  exports.GlobalTickerStore = GlobalTickerStore;
196635
196643
  exports.PieLeap = PieLeap;
196636
196644
  exports.Player = Player$1;
@@ -196644,6 +196652,7 @@
196644
196652
  exports.SymbolThrow = SymbolThrow;
196645
196653
  exports.ThemeManager = ThemeManager;
196646
196654
  exports.TypeWriter = TypeWriter;
196655
+ exports.UnitMap = UnitMap;
196647
196656
  exports.VChart = VChart;
196648
196657
  exports.VChartBaseActionProcessor = VChartBaseActionProcessor;
196649
196658
  exports.VChartGraphic = VChartGraphic;
@@ -196664,19 +196673,32 @@
196664
196673
  exports.decompressData = decompressData;
196665
196674
  exports.discreteLegendMarkPick = discreteLegendMarkPick;
196666
196675
  exports.discretePlayerMarkPick = discretePlayerMarkPick;
196676
+ exports.findSingleConfig = findSingleConfig;
196677
+ exports.formatDate = formatDate;
196678
+ exports.formatNumber = formatNumber;
196679
+ exports.formatValue = formatValue;
196667
196680
  exports.generatorPathEasingFunc = generatorPathEasingFunc;
196668
196681
  exports.getCharacterByEffect = getCharacterByEffect;
196669
196682
  exports.getCharacterGraphic = getCharacterGraphic;
196670
196683
  exports.getCharacterParentGraphic = getCharacterParentGraphic;
196671
196684
  exports.getChartModelWithEvent = getChartModelWithEvent;
196672
196685
  exports.getGraphicModelMark = getGraphicModelMark;
196686
+ exports.getLabelContent = getLabelContent;
196687
+ exports.getLabelContentWithUnion = getLabelContentWithUnion;
196688
+ exports.getMarkStyleId = getMarkStyleId;
196689
+ exports.getSeriesKeyScalesMap = getSeriesKeyScalesMap;
196690
+ exports.getTextWithFormat = getTextWithFormat;
196673
196691
  exports.globalProcessorRegistry = globalProcessorRegistry;
196674
196692
  exports.globalTickerStore = globalTickerStore;
196675
196693
  exports.initVR = initVR;
196694
+ exports.isSeriesMatch = isSeriesMatch;
196695
+ exports.isSingleMarkMatch = isSingleMarkMatch;
196676
196696
  exports.labelMarkPick = labelMarkPick;
196677
196697
  exports.loadExampleData = loadExampleData;
196678
196698
  exports.markerMarkPick = markerMarkPick;
196699
+ exports.matchDatumWithScaleMap = matchDatumWithScaleMap;
196679
196700
  exports.moveTo = moveTo;
196701
+ exports.normalizeFormatResult = normalizeFormatResult;
196680
196702
  exports.pieLeap1Str = pieLeap1Str;
196681
196703
  exports.pieLeap2Str = pieLeap2Str;
196682
196704
  exports.registerAll = registerAll;
@@ -196717,6 +196739,7 @@
196717
196739
  exports.scrollBarMarkPick = scrollBarMarkPick;
196718
196740
  exports.seriesMarkPick = seriesMarkPick;
196719
196741
  exports.sizeLegendMarkPick = sizeLegendMarkPick;
196742
+ exports.textFormatWithFix = textFormatWithFix;
196720
196743
  exports.titleBarMarkPick = titleBarMarkPick;
196721
196744
 
196722
196745
  }));