@kong-ui-public/entities-plugins 9.38.1 → 9.39.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/entities-plugins.es.js +3257 -3228
- package/dist/entities-plugins.umd.js +34 -34
- package/dist/style.css +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/node/FlowNode.vue.d.ts +5 -3
- package/dist/types/components/free-form/Datakit/flow-editor/node/FlowNode.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/node/{node-meta.d.ts → node.d.ts} +29 -43
- package/dist/types/components/free-form/Datakit/flow-editor/node/node.d.ts.map +1 -0
- package/dist/types/components/free-form/Datakit/types.d.ts +38 -33
- package/dist/types/components/free-form/Datakit/types.d.ts.map +1 -1
- package/package.json +3 -3
- package/dist/types/components/free-form/Datakit/flow-editor/node/node-meta.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/entities-plugins",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.39.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/entities-plugins.umd.js",
|
|
6
6
|
"module": "./dist/entities-plugins.es.js",
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"axios": "^1.7.7",
|
|
49
49
|
"vue": "^3.5.13",
|
|
50
50
|
"vue-router": "^4.4.5",
|
|
51
|
+
"@kong-ui-public/entities-vaults": "^3.22.6",
|
|
51
52
|
"@kong-ui-public/entities-plugins-icon": "^1.1.0",
|
|
52
53
|
"@kong-ui-public/entities-shared": "^3.26.0",
|
|
53
|
-
"@kong-ui-public/entities-vaults": "^3.22.6",
|
|
54
54
|
"@kong-ui-public/i18n": "^2.3.2"
|
|
55
55
|
},
|
|
56
56
|
"repository": {
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
"@kong-ui-public/entities-consumers": "^4.0.7",
|
|
76
76
|
"@kong-ui-public/entities-gateway-services": "^3.11.35",
|
|
77
77
|
"@kong-ui-public/entities-plugins-metadata": "^1.6.0",
|
|
78
|
-
"@kong-ui-public/entities-vaults": "^3.22.6",
|
|
79
78
|
"@kong-ui-public/entities-redis-configurations": "^1.1.2",
|
|
79
|
+
"@kong-ui-public/entities-vaults": "^3.22.6",
|
|
80
80
|
"@kong-ui-public/forms": "^4.13.8",
|
|
81
81
|
"@kong-ui-public/entities-routes": "^3.14.7"
|
|
82
82
|
},
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"node-meta.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/free-form/Datakit/flow-editor/node/node-meta.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,gBAAgB,EAAoB,QAAQ,EAA8B,MAAM,aAAa,CAAA;AAQ3G,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BwB,CAAA;AAEvD,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyC4B,CAAA;AAS/D,eAAO,MAAM,UAAU,SAAU,QAAQ,KAAG,IAAI,IAAI,gBACS,CAAA"}
|