@social-mail/social-mail-client 1.8.228 → 1.8.229

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.
Files changed (29) hide show
  1. package/dist/admin/AdminAppIndex.pack.js +5 -5
  2. package/dist/admin/AdminAppIndex.pack.js.map +1 -1
  3. package/dist/admin/AdminAppIndex.pack.min.js +1 -1
  4. package/dist/admin/AdminAppIndex.pack.min.js.map +1 -1
  5. package/dist/common/controls/charts/ChartControl.js +1 -1
  6. package/dist/common/controls/charts/ChartControl.js.map +1 -1
  7. package/dist/common/pages/websites/detail/reports/DailyVisitors.js +1 -1
  8. package/dist/common/pages/websites/detail/reports/DailyVisitors.js.map +1 -1
  9. package/dist/common/pages/websites/detail/reports/DailyVisitorsByCountry.js +1 -1
  10. package/dist/common/pages/websites/detail/reports/DailyVisitorsByCountry.js.map +1 -1
  11. package/dist/common/pages/websites/detail/reports/DailyVisitorsByDevices.js +1 -1
  12. package/dist/common/pages/websites/detail/reports/DailyVisitorsByDevices.js.map +1 -1
  13. package/dist/common/pages/websites/detail/reports/DailyVisitorsBySources.js +1 -1
  14. package/dist/common/pages/websites/detail/reports/DailyVisitorsBySources.js.map +1 -1
  15. package/dist/site-editor-app/SiteEditorApp.pack.js +5 -5
  16. package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
  17. package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
  18. package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
  19. package/dist/tsconfig.tsbuildinfo +1 -1
  20. package/dist/web/AppIndex.pack.js +5 -5
  21. package/dist/web/AppIndex.pack.js.map +1 -1
  22. package/dist/web/AppIndex.pack.min.js +1 -1
  23. package/dist/web/AppIndex.pack.min.js.map +1 -1
  24. package/package.json +1 -1
  25. package/src/common/controls/charts/ChartControl.tsx +1 -1
  26. package/src/common/pages/websites/detail/reports/DailyVisitors.tsx +1 -1
  27. package/src/common/pages/websites/detail/reports/DailyVisitorsByCountry.tsx +1 -1
  28. package/src/common/pages/websites/detail/reports/DailyVisitorsByDevices.tsx +1 -1
  29. package/src/common/pages/websites/detail/reports/DailyVisitorsBySources.tsx +1 -1
@@ -43486,7 +43486,7 @@ System.register(["tslib", "@web-atoms/core/dist/web/controls/AtomControl"], func
43486
43486
  plugins: {
43487
43487
  title: {
43488
43488
  display: true,
43489
- title
43489
+ text: title
43490
43490
  }
43491
43491
  }
43492
43492
  }
@@ -44002,7 +44002,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "../../../
44002
44002
  end
44003
44003
  }, p => x => x.siteID === p.siteID && x.date >= p.start && x.date <= p.end && x.duration === "daily" && x.category === "").toArray();
44004
44004
  this.renderChart({
44005
- title: "Daily Visitors",
44005
+ title: "Daily",
44006
44006
  type: "line",
44007
44007
  data: {
44008
44008
  labels: daily.map(x => x.date.day),
@@ -44135,7 +44135,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "../../../
44135
44135
  y: x.visitors
44136
44136
  }));
44137
44137
  this.renderChart({
44138
- title: "Daily Visitors",
44138
+ title: "Countries",
44139
44139
  type: "line",
44140
44140
  data
44141
44141
  });
@@ -44198,7 +44198,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "../../../
44198
44198
  y: x.visitors
44199
44199
  }));
44200
44200
  this.renderChart({
44201
- title: "Daily Visitors",
44201
+ title: "Devices",
44202
44202
  type: "line",
44203
44203
  data
44204
44204
  });
@@ -44275,7 +44275,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "../../../
44275
44275
  y: x.visitors
44276
44276
  }));
44277
44277
  this.renderChart({
44278
- title: "Daily Visitors",
44278
+ title: "Traffic Sources",
44279
44279
  type: "line",
44280
44280
  data
44281
44281
  });