@kong-ui-public/analytics-metric-provider 3.0.1 → 3.0.2

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,6 +1,6 @@
1
1
  import { ref as rt, watchEffect as Wr, computed as x, getCurrentInstance as Zr, reactive as Br, onMounted as Gr, onUnmounted as Qr, isReadonly as Kr, watch as Xr, toRefs as Jr, defineComponent as z, toRef as Qt, provide as en, renderSlot as hr, resolveComponent as yr, openBlock as T, createElementBlock as _, createElementVNode as k, normalizeClass as we, unref as R, createCommentVNode as P, createBlock as U, resolveDynamicComponent as j, toDisplayString as I, withCtx as Z, createVNode as Te, normalizeStyle as B, Fragment as Kt, renderList as tn, mergeProps as rn, pushScopeId as Q, popScopeId as K, inject as nn, normalizeProps as an, guardReactiveProps as on } from "vue";
2
2
  import { createI18n as un, i18nTComponent as sn } from "@kong-ui-public/i18n";
3
- var ln = Object.defineProperty, dn = (e, t, r) => t in e ? ln(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, H = (e, t, r) => (dn(e, typeof t != "symbol" ? t + "" : t, r), r), S = /* @__PURE__ */ ((e) => (e.MINUTELY = "Minutely", e.HOURLY = "Hourly", e.DAILY = "Daily", e.WEEKLY = "Weekly", e))(S || {}), E = /* @__PURE__ */ ((e) => (e.FIFTEEN_MIN = "15m", e.ONE_HOUR = "1h", e.SIX_HOUR = "6h", e.TWELVE_HOUR = "12h", e.ONE_DAY = "24h", e.SEVEN_DAY = "7d", e.THIRTY_DAY = "30d", e.CURRENT_WEEK = "current_week", e.CURRENT_MONTH = "current_month", e.CURRENT_QUARTER = "current_quarter", e.PREVIOUS_WEEK = "previous_week", e.PREVIOUS_MONTH = "previous_month", e.PREVIOUS_QUARTER = "previous_quarter", e))(E || {});
3
+ var ln = Object.defineProperty, dn = (e, t, r) => t in e ? ln(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, H = (e, t, r) => (dn(e, typeof t != "symbol" ? t + "" : t, r), r), S = /* @__PURE__ */ ((e) => (e.SECONDLY = "Secondly", e.MINUTELY = "Minutely", e.HOURLY = "Hourly", e.DAILY = "Daily", e.WEEKLY = "Weekly", e))(S || {}), E = /* @__PURE__ */ ((e) => (e.FIFTEEN_MIN = "15m", e.ONE_HOUR = "1h", e.SIX_HOUR = "6h", e.TWELVE_HOUR = "12h", e.ONE_DAY = "24h", e.SEVEN_DAY = "7d", e.THIRTY_DAY = "30d", e.CURRENT_WEEK = "current_week", e.CURRENT_MONTH = "current_month", e.CURRENT_QUARTER = "current_quarter", e.PREVIOUS_WEEK = "previous_week", e.PREVIOUS_MONTH = "previous_month", e.PREVIOUS_QUARTER = "previous_quarter", e))(E || {});
4
4
  function ke(e) {
5
5
  "@babel/helpers - typeof";
6
6
  return ke = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
@@ -2025,6 +2025,7 @@ function ba(e, t, r) {
2025
2025
  return new Date(n + o);
2026
2026
  }
2027
2027
  const lr = {
2028
+ [S.SECONDLY]: 1e3,
2028
2029
  [S.MINUTELY]: 60 * 1e3,
2029
2030
  [S.HOURLY]: 60 * 60 * 1e3,
2030
2031
  [S.DAILY]: 60 * 60 * 24 * 1e3,