@kong-ui-public/dashboard-renderer 7.3.3 → 7.3.5
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/{GeoMapRenderer-Ct-nayUL.js → GeoMapRenderer-DYILqlnm.js} +1 -1
- package/dist/dashboard-renderer.es.js +1 -1
- package/dist/dashboard-renderer.umd.js +4 -4
- package/dist/{index-xMrKxWjm.js → index-CIqRDoFw.js} +553 -553
- package/dist/types/composables/useContextLinks.d.ts.map +1 -1
- package/dist/types/stores/tests/setupPiniaTestStore.d.ts +12 -0
- package/dist/types/stores/tests/setupPiniaTestStore.d.ts.map +1 -0
- package/package.json +13 -13
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useContextLinks.d.ts","sourceRoot":"","sources":["../../../src/composables/useContextLinks.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useContextLinks.d.ts","sourceRoot":"","sources":["../../../src/composables/useContextLinks.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAC5C,OAAO,KAAK,EAAyB,cAAc,EAAE,UAAU,EAAuB,YAAY,EAAE,eAAe,EAA8E,WAAW,EAAE,MAAM,qCAAqC,CAAA;AACzP,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAA;AAC1F,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,UAAU,CAAA;AAEhE,MAAM,CAAC,OAAO,UAAU,eAAe,CACrC,EACE,WAAW,EACX,OAAO,EACP,UAAU,EACV,SAAS,GACV,EAAE;IACD,WAAW,EAAE,eAAe,GAAG,SAAS,CAAA;IACxC,OAAO,EAAE,QAAQ,CAAC,GAAG,CAAC,YAAY,CAAC,gCAAgC,CAAC,CAAC,CAAC,CAAA;IACtE,UAAU,EAAE,QAAQ,CAAC,GAAG,CAAC,YAAY,CAAC,cAAc,CAAC,CAAC,CAAC,CAAA;IACvD,SAAS,EAAE,QAAQ,CAAC,GAAG,CAAC,YAAY,CAAC,eAAe,GAAG,SAAS,CAAC,CAAC,CAAC,CAAA;CACpE;;;;;;mCA6FqC,WAAW,WAAW,YAAY,CAAC,UAAU,EAAE,CAAC;+CAXpC,WAAW,WAAW,YAAY,CAAC,UAAU,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAwB1D,YAAY,GAAG,cAAc;qCA1C7B,YAAY,CAAC;QAAE,MAAM,EAAE,UAAU,EAAE,CAAC;QAAC,SAAS,EAAE;YAAE,cAAc,EAAE,MAAM,CAAC;YAAC,KAAK,CAAC,EAAE,IAAI,GAAG,MAAM,CAAC;YAAC,GAAG,CAAC,EAAE,IAAI,GAAG,MAAM,CAAA;SAAE,CAAA;KAAE,CAAC;EAgElK"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
interface SetupPiniaTestStoreOptions {
|
|
2
|
+
/** Should a Vue app be created and initialized? */
|
|
3
|
+
createVueApp?: boolean;
|
|
4
|
+
}
|
|
5
|
+
/**
|
|
6
|
+
* Set up the Pinia test store instance for the given runner (Cypress or Vitest).
|
|
7
|
+
* @param {'cy.spy' | 'vi.fn} createSpy The test runner your spec file is using.
|
|
8
|
+
* @param {TestingOptions} config @pinia/testing options https://pinia.vuejs.org/api/@pinia/testing/interfaces/TestingOptions.html
|
|
9
|
+
*/
|
|
10
|
+
export declare const setupPiniaTestStore: (options?: SetupPiniaTestStoreOptions) => void;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=setupPiniaTestStore.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"setupPiniaTestStore.d.ts","sourceRoot":"","sources":["../../../../src/stores/tests/setupPiniaTestStore.ts"],"names":[],"mappings":"AAIA,UAAU,0BAA0B;IAClC,mDAAmD;IACnD,YAAY,CAAC,EAAE,OAAO,CAAA;CACvB;AAED;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,GAAI,UAAU,0BAA0B,SAQvE,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/dashboard-renderer",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/dashboard-renderer.umd.js",
|
|
6
6
|
"module": "./dist/dashboard-renderer.es.js",
|
|
@@ -22,21 +22,21 @@
|
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@kong/design-tokens": "1.18.0",
|
|
25
|
-
"@kong/icons": "^1.
|
|
25
|
+
"@kong/icons": "^1.36.0",
|
|
26
26
|
"@kong/kongponents": "9.38.8",
|
|
27
27
|
"ajv": "^8.17.1",
|
|
28
28
|
"cypress-real-events": "^1.14.0",
|
|
29
29
|
"pinia": ">= 2.1.7 < 3",
|
|
30
30
|
"swrv": "^1.1.0",
|
|
31
31
|
"vue": "^3.5.13",
|
|
32
|
+
"@kong-ui-public/analytics-chart": "^10.1.3",
|
|
32
33
|
"@kong-ui-public/analytics-config-store": "^1.1.7",
|
|
33
|
-
"@kong-ui-public/analytics-
|
|
34
|
-
"@kong-ui-public/analytics-
|
|
34
|
+
"@kong-ui-public/analytics-geo-map": "^1.2.1",
|
|
35
|
+
"@kong-ui-public/analytics-metric-provider": "^10.0.1",
|
|
35
36
|
"@kong-ui-public/analytics-utilities": "^11.1.0",
|
|
36
|
-
"@kong-ui-public/analytics-metric-provider": "^10.0.0",
|
|
37
37
|
"@kong-ui-public/i18n": "^2.4.4",
|
|
38
|
-
"@kong-ui-public/
|
|
39
|
-
"@kong-ui-public/
|
|
38
|
+
"@kong-ui-public/sandbox-layout": "^2.2.5",
|
|
39
|
+
"@kong-ui-public/entities-shared": "^3.27.9"
|
|
40
40
|
},
|
|
41
41
|
"repository": {
|
|
42
42
|
"type": "git",
|
|
@@ -56,16 +56,16 @@
|
|
|
56
56
|
"errorLimit": "750KB"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
|
-
"@kong/icons": "^1.
|
|
59
|
+
"@kong/icons": "^1.36.0",
|
|
60
60
|
"@kong/kongponents": "^9.38.8",
|
|
61
61
|
"swrv": "^1.1.0",
|
|
62
62
|
"vue": ">= 3.3.13 < 4",
|
|
63
|
-
"@kong-ui-public/analytics-chart": "^10.1.
|
|
64
|
-
"@kong-ui-public/analytics-geo-map": "^1.2.0",
|
|
63
|
+
"@kong-ui-public/analytics-chart": "^10.1.3",
|
|
65
64
|
"@kong-ui-public/analytics-config-store": "^1.1.7",
|
|
66
|
-
"@kong-ui-public/analytics-
|
|
67
|
-
"@kong-ui-public/analytics-
|
|
68
|
-
"@kong-ui-public/i18n": "^2.4.4"
|
|
65
|
+
"@kong-ui-public/analytics-geo-map": "^1.2.1",
|
|
66
|
+
"@kong-ui-public/analytics-metric-provider": "^10.0.1",
|
|
67
|
+
"@kong-ui-public/i18n": "^2.4.4",
|
|
68
|
+
"@kong-ui-public/analytics-utilities": "^11.1.0"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"gridstack": "^11.5.1",
|