@kong-ui-public/analytics-utilities 10.1.6-pr.2342.d52216ec9.0 → 10.1.6-pr.2346.35af65130.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.
- package/dist/types/constants.d.ts +2 -0
- package/dist/types/constants.d.ts.map +1 -0
- package/dist/types/dashboardSchema.d.ts +2978 -0
- package/dist/types/dashboardSchema.d.ts.map +1 -0
- package/dist/types/dashboardSchema.v2.d.ts +2976 -0
- package/dist/types/dashboardSchema.v2.d.ts.map +1 -0
- package/dist/types/dashboardSchemaZod.v2.d.ts +2020 -0
- package/dist/types/dashboardSchemaZod.v2.d.ts.map +1 -0
- package/dist/types/filters.d.ts +3 -0
- package/dist/types/filters.d.ts.map +1 -0
- package/dist/types/format.d.ts +15 -0
- package/dist/types/format.d.ts.map +1 -0
- package/dist/types/format.spec.tz.d.ts +2 -0
- package/dist/types/format.spec.tz.d.ts.map +1 -0
- package/dist/types/granularity.d.ts +27 -0
- package/dist/types/granularity.d.ts.map +1 -0
- package/dist/types/index.d.ts +11 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/queryTime.d.ts +36 -0
- package/dist/types/queryTime.d.ts.map +1 -0
- package/dist/types/queryTime.spec.tz.d.ts +2 -0
- package/dist/types/queryTime.spec.tz.d.ts.map +1 -0
- package/dist/types/specUtils.d.ts +3 -0
- package/dist/types/specUtils.d.ts.map +1 -0
- package/dist/types/timeframes.d.ts +33 -0
- package/dist/types/timeframes.d.ts.map +1 -0
- package/dist/types/types/analytics-config.d.ts +23 -0
- package/dist/types/types/analytics-config.d.ts.map +1 -0
- package/dist/types/types/chart-types.d.ts +3 -0
- package/dist/types/types/chart-types.d.ts.map +1 -0
- package/dist/types/types/datepicker-selection.d.ts +6 -0
- package/dist/types/types/datepicker-selection.d.ts.map +1 -0
- package/dist/types/types/druid-granularity.d.ts +6 -0
- package/dist/types/types/druid-granularity.d.ts.map +1 -0
- package/dist/types/types/explore/advanced.d.ts +20 -0
- package/dist/types/types/explore/advanced.d.ts.map +1 -0
- package/dist/types/types/explore/ai.d.ts +20 -0
- package/dist/types/types/explore/ai.d.ts.map +1 -0
- package/dist/types/types/explore/all.d.ts +18 -0
- package/dist/types/types/explore/all.d.ts.map +1 -0
- package/dist/types/types/explore/basic.d.ts +31 -0
- package/dist/types/types/explore/basic.d.ts.map +1 -0
- package/dist/types/types/explore/common.d.ts +34 -0
- package/dist/types/types/explore/common.d.ts.map +1 -0
- package/dist/types/types/explore/index.d.ts +8 -0
- package/dist/types/types/explore/index.d.ts.map +1 -0
- package/dist/types/types/explore/requests.d.ts +57 -0
- package/dist/types/types/explore/requests.d.ts.map +1 -0
- package/dist/types/types/explore/result.d.ts +48 -0
- package/dist/types/types/explore/result.d.ts.map +1 -0
- package/dist/types/types/explore/util.d.ts +8 -0
- package/dist/types/types/explore/util.d.ts.map +1 -0
- package/dist/types/types/index.d.ts +12 -0
- package/dist/types/types/index.d.ts.map +1 -0
- package/dist/types/types/query-bridge.d.ts +25 -0
- package/dist/types/types/query-bridge.d.ts.map +1 -0
- package/dist/types/types/query-time.d.ts +13 -0
- package/dist/types/types/query-time.d.ts.map +1 -0
- package/dist/types/types/time-period.d.ts +9 -0
- package/dist/types/types/time-period.d.ts.map +1 -0
- package/dist/types/types/timeframe-keys.d.ts +16 -0
- package/dist/types/types/timeframe-keys.d.ts.map +1 -0
- package/dist/types/types/timeframe-options.d.ts +16 -0
- package/dist/types/types/timeframe-options.d.ts.map +1 -0
- package/dist/types/types/timeframe.d.ts +17 -0
- package/dist/types/types/timeframe.d.ts.map +1 -0
- package/dist/types/utils/SeedRandom.d.ts +6 -0
- package/dist/types/utils/SeedRandom.d.ts.map +1 -0
- package/dist/types/utils/chartDataGenerator.d.ts +9 -0
- package/dist/types/utils/chartDataGenerator.d.ts.map +1 -0
- package/dist/types/utils/helpers.d.ts +2 -0
- package/dist/types/utils/helpers.d.ts.map +1 -0
- package/dist/types/utils/index.d.ts +4 -0
- package/dist/types/utils/index.d.ts.map +1 -0
- package/dist/vitals-utilities.cjs +19 -0
- package/dist/vitals-utilities.cjs.map +1 -0
- package/dist/vitals-utilities.es.js +6050 -0
- package/dist/vitals-utilities.es.js.map +1 -0
- package/dist/vitals-utilities.umd.js +19 -0
- package/dist/vitals-utilities.umd.js.map +1 -0
- package/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/analytics-utilities",
|
|
3
|
-
"version": "10.1.6-pr.
|
|
3
|
+
"version": "10.1.6-pr.2346.35af65130.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/vitals-utilities.umd.js",
|
|
6
6
|
"module": "./dist/vitals-utilities.es.js",
|
|
@@ -35,12 +35,13 @@
|
|
|
35
35
|
"extends": "../../../package.json"
|
|
36
36
|
},
|
|
37
37
|
"distSizeChecker": {
|
|
38
|
-
"errorLimit": "
|
|
38
|
+
"errorLimit": "1100KB"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"date-fns": "^4.1.0",
|
|
42
42
|
"date-fns-tz": "^3.2.0",
|
|
43
|
-
"lodash.clonedeep": "^4.5.0"
|
|
43
|
+
"lodash.clonedeep": "^4.5.0",
|
|
44
|
+
"zod": "^4.0.17"
|
|
44
45
|
},
|
|
45
46
|
"devDependencies": {
|
|
46
47
|
"@kong/design-tokens": "1.18.0",
|