@kong-ui-public/analytics-chart 10.7.1-pr.2565.4dcb99c0c.0 → 10.7.1-pr.2565.51a29ad06.0

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.
@@ -13515,7 +13515,7 @@ function q1(n, t, e) {
13515
13515
  }
13516
13516
  var X1 = Object.defineProperty, G1 = (n, t, e) => t in n ? X1(n, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : n[t] = e, qe = (n, t, e) => G1(n, typeof t != "symbol" ? t + "" : t, e);
13517
13517
  const K1 = 250;
13518
- var lt = /* @__PURE__ */ ((n) => (n.FIFTEEN_MIN = "15m", n.ONE_HOUR = "1h", n.SIX_HOUR = "6h", n.TWELVE_HOUR = "12h", n.ONE_DAY = "24h", n.SEVEN_DAY = "7d", n.THIRTY_DAY = "30d", n.NINETY_DAY = "90d", n.ONE_HUNDRED_EIGHTY_DAY = "180d", n.ONE_YEAR = "365d", n.CURRENT_WEEK = "current_week", n.CURRENT_MONTH = "current_month", n.CURRENT_QUARTER = "current_quarter", n.CURRENT_YEAR = "current_year", n.PREVIOUS_WEEK = "previous_week", n.PREVIOUS_MONTH = "previous_month", n.PREVIOUS_QUARTER = "previous_quarter", n.PREVIOUS_YEAR = "previous_year", n))(lt || {});
13518
+ var lt = /* @__PURE__ */ ((n) => (n.FIFTEEN_MIN = "15m", n.ONE_HOUR = "1h", n.SIX_HOUR = "6h", n.TWELVE_HOUR = "12h", n.ONE_DAY = "24h", n.SEVEN_DAY = "7d", n.THIRTY_DAY = "30d", n.NINETY_DAY = "90d", n.ONE_HUNDRED_EIGHTY_DAY = "180d", n.THREE_HUNDRED_SIXTY_DAY = "360d", n.CURRENT_WEEK = "current_week", n.CURRENT_MONTH = "current_month", n.CURRENT_QUARTER = "current_quarter", n.CURRENT_YEAR = "current_year", n.PREVIOUS_WEEK = "previous_week", n.PREVIOUS_MONTH = "previous_month", n.PREVIOUS_QUARTER = "previous_quarter", n.PREVIOUS_YEAR = "previous_year", n))(lt || {});
13519
13519
  const Z1 = ["in", "not_in", "selector"], Q1 = ["empty", "not_empty"], J1 = [
13520
13520
  "secondly",
13521
13521
  "tenSecondly",
@@ -16295,11 +16295,11 @@ lt.FIFTEEN_MIN, new ve({
16295
16295
  fineGrainedDefaultGranularity: "daily",
16296
16296
  allowedTiers: ["trial", "plus", "enterprise"],
16297
16297
  allowedGranularitiesOverride: ["hourly", "twoHourly", "twelveHourly", "daily", "weekly"]
16298
- }), lt.ONE_YEAR, new ve({
16299
- key: lt.ONE_YEAR,
16300
- display: "Last 365 days",
16301
- timeframeText: "365 days",
16302
- timeframeLength: () => 60 * 60 * 24 * 365,
16298
+ }), lt.THREE_HUNDRED_SIXTY_DAY, new ve({
16299
+ key: lt.THREE_HUNDRED_SIXTY_DAY,
16300
+ display: "Last 360 days",
16301
+ timeframeText: "360 days",
16302
+ timeframeLength: () => 60 * 60 * 24 * 360,
16303
16303
  defaultResponseGranularity: "daily",
16304
16304
  dataGranularity: "daily",
16305
16305
  isRelative: !0,