@kong-ui-public/analytics-chart 2.0.1 → 2.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.
|
@@ -34,7 +34,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34
34
|
default: undefined;
|
|
35
35
|
};
|
|
36
36
|
granularity: {
|
|
37
|
-
type: PropType<"Minutely" | "Hourly" | "Daily" | "Weekly">;
|
|
37
|
+
type: PropType<"Secondly" | "Minutely" | "Hourly" | "Daily" | "Weekly">;
|
|
38
38
|
required: true;
|
|
39
39
|
};
|
|
40
40
|
stacked: {
|
|
@@ -108,7 +108,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
108
108
|
default: undefined;
|
|
109
109
|
};
|
|
110
110
|
granularity: {
|
|
111
|
-
type: PropType<"Minutely" | "Hourly" | "Daily" | "Weekly">;
|
|
111
|
+
type: PropType<"Secondly" | "Minutely" | "Hourly" | "Daily" | "Weekly">;
|
|
112
112
|
required: true;
|
|
113
113
|
};
|
|
114
114
|
stacked: {
|
package/dist/vitals-chart.es.js
CHANGED
|
@@ -15186,7 +15186,7 @@ function iM(n) {
|
|
|
15186
15186
|
}))
|
|
15187
15187
|
};
|
|
15188
15188
|
}
|
|
15189
|
-
var rM = Object.defineProperty, aM = (n, t, e) => t in n ? rM(n, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : n[t] = e, Ke = (n, t, e) => (aM(n, typeof t != "symbol" ? t + "" : t, e), e), lt = /* @__PURE__ */ ((n) => (n.MINUTELY = "Minutely", n.HOURLY = "Hourly", n.DAILY = "Daily", n.WEEKLY = "Weekly", n))(lt || {}), qt = /* @__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.CURRENT_WEEK = "current_week", n.CURRENT_MONTH = "current_month", n.CURRENT_QUARTER = "current_quarter", n.PREVIOUS_WEEK = "previous_week", n.PREVIOUS_MONTH = "previous_month", n.PREVIOUS_QUARTER = "previous_quarter", n))(qt || {});
|
|
15189
|
+
var rM = Object.defineProperty, aM = (n, t, e) => t in n ? rM(n, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : n[t] = e, Ke = (n, t, e) => (aM(n, typeof t != "symbol" ? t + "" : t, e), e), lt = /* @__PURE__ */ ((n) => (n.SECONDLY = "Secondly", n.MINUTELY = "Minutely", n.HOURLY = "Hourly", n.DAILY = "Daily", n.WEEKLY = "Weekly", n))(lt || {}), qt = /* @__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.CURRENT_WEEK = "current_week", n.CURRENT_MONTH = "current_month", n.CURRENT_QUARTER = "current_quarter", n.PREVIOUS_WEEK = "previous_week", n.PREVIOUS_MONTH = "previous_month", n.PREVIOUS_QUARTER = "previous_quarter", n))(qt || {});
|
|
15190
15190
|
function Yo(n) {
|
|
15191
15191
|
"@babel/helpers - typeof";
|
|
15192
15192
|
return Yo = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
|
|
@@ -17192,6 +17192,7 @@ function gD(n, t, e) {
|
|
|
17192
17192
|
return new Date(a + s);
|
|
17193
17193
|
}
|
|
17194
17194
|
const pD = {
|
|
17195
|
+
[lt.SECONDLY]: 1e3,
|
|
17195
17196
|
[lt.MINUTELY]: 60 * 1e3,
|
|
17196
17197
|
[lt.HOURLY]: 60 * 60 * 1e3,
|
|
17197
17198
|
[lt.DAILY]: 60 * 60 * 24 * 1e3,
|