@kong-ui-public/analytics-config-store 1.3.2 → 1.3.3

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.
@@ -42,6 +42,7 @@ export declare const useDatasourceConfigStore: import("pinia").StoreDefinition<"
42
42
  valuesNeedTranslation?: boolean | undefined;
43
43
  } | null | undefined;
44
44
  metricGroup?: string | undefined;
45
+ supportedDimensions?: string[] | undefined;
45
46
  }[];
46
47
  timeRangeOptions: string[];
47
48
  granularityOptions?: string[] | undefined;
@@ -85,6 +86,7 @@ export declare const useDatasourceConfigStore: import("pinia").StoreDefinition<"
85
86
  valuesNeedTranslation?: boolean | undefined;
86
87
  } | null | undefined;
87
88
  metricGroup?: string | undefined;
89
+ supportedDimensions?: string[] | undefined;
88
90
  }[];
89
91
  timeRangeOptions: string[];
90
92
  granularityOptions?: string[] | undefined;
@@ -135,6 +137,7 @@ export declare const useDatasourceConfigStore: import("pinia").StoreDefinition<"
135
137
  valuesNeedTranslation?: boolean | undefined;
136
138
  } | null | undefined;
137
139
  metricGroup?: string | undefined;
140
+ supportedDimensions?: string[] | undefined;
138
141
  }[];
139
142
  timeRangeOptions: string[];
140
143
  granularityOptions?: string[] | undefined;
@@ -178,6 +181,7 @@ export declare const useDatasourceConfigStore: import("pinia").StoreDefinition<"
178
181
  valuesNeedTranslation?: boolean | undefined;
179
182
  } | null | undefined;
180
183
  metricGroup?: string | undefined;
184
+ supportedDimensions?: string[] | undefined;
181
185
  }[];
182
186
  timeRangeOptions: string[];
183
187
  granularityOptions?: string[] | undefined;
@@ -228,6 +232,7 @@ export declare const useDatasourceConfigStore: import("pinia").StoreDefinition<"
228
232
  valuesNeedTranslation?: boolean | undefined;
229
233
  } | null | undefined;
230
234
  metricGroup?: string | undefined;
235
+ supportedDimensions?: string[] | undefined;
231
236
  }[];
232
237
  timeRangeOptions: string[];
233
238
  granularityOptions?: string[] | undefined;
@@ -271,6 +276,7 @@ export declare const useDatasourceConfigStore: import("pinia").StoreDefinition<"
271
276
  valuesNeedTranslation?: boolean | undefined;
272
277
  } | null | undefined;
273
278
  metricGroup?: string | undefined;
279
+ supportedDimensions?: string[] | undefined;
274
280
  }[];
275
281
  timeRangeOptions: string[];
276
282
  granularityOptions?: string[] | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"datasource-config.d.ts","sourceRoot":"","sources":["../../../src/stores/datasource-config.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAmB,gBAAgB,EAAE,KAAK,EAAE,MAAM,qCAAqC,CAAA;AAEnG,MAAM,MAAM,sBAAsB,GAAG,gBAAgB,GAAG;IACtD,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAA;CACjC,CAAA;AAED,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA0Dd,MAAM,KAAG,MAAM,EAAE;;mBAhCZ,OAAO,CAAC,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAgClB,MAAM,KAAG,MAAM,EAAE;;mBAhCZ,OAAO,CAAC,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAgClB,MAAM,KAAG,MAAM,EAAE;;mBAhCZ,OAAO,CAAC,IAAI,CAAC;cAmDvC,CAAA"}
1
+ {"version":3,"file":"datasource-config.d.ts","sourceRoot":"","sources":["../../../src/stores/datasource-config.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAmB,gBAAgB,EAAE,KAAK,EAAE,MAAM,qCAAqC,CAAA;AAEnG,MAAM,MAAM,sBAAsB,GAAG,gBAAgB,GAAG;IACtD,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAA;CACjC,CAAA;AAED,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA0Dd,MAAM,KAAG,MAAM,EAAE;;mBAhCZ,OAAO,CAAC,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAgClB,MAAM,KAAG,MAAM,EAAE;;mBAhCZ,OAAO,CAAC,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAgClB,MAAM,KAAG,MAAM,EAAE;;mBAhCZ,OAAO,CAAC,IAAI,CAAC;cAmDvC,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/analytics-config-store",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "type": "module",
5
5
  "main": "./dist/vitals-config-store.umd.js",
6
6
  "module": "./dist/vitals-config-store.es.js",
@@ -23,7 +23,7 @@
23
23
  "devDependencies": {
24
24
  "pinia": ">= 3.0.4 < 4",
25
25
  "vue": "^3.5.27",
26
- "@kong-ui-public/analytics-utilities": "^12.12.2"
26
+ "@kong-ui-public/analytics-utilities": "^12.12.3"
27
27
  },
28
28
  "repository": {
29
29
  "type": "git",