@kong-ui-public/entities-plugins 9.109.3 → 9.110.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 +5869 -5807
- package/dist/entities-plugins.umd.js +32 -32
- package/dist/style.css +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/composables/useBranchNodeForm.d.ts +4 -8
- package/dist/types/components/free-form/Datakit/flow-editor/composables/useBranchNodeForm.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/composables/useNodeForm.d.ts +1 -0
- package/dist/types/components/free-form/Datakit/flow-editor/composables/useNodeForm.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/node/node-visual.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/node-forms/InputsField.vue.d.ts +11 -1
- package/dist/types/components/free-form/Datakit/flow-editor/node-forms/InputsField.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/node-forms/InputsMapField.vue.d.ts +19 -1
- package/dist/types/components/free-form/Datakit/flow-editor/node-forms/InputsMapField.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/node-forms/InputsRecordField.vue.d.ts +11 -1
- package/dist/types/components/free-form/Datakit/flow-editor/node-forms/InputsRecordField.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/node-forms/NodeFormBranch.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/Datakit/flow-editor/node-forms/SourceItem.vue.d.ts +7 -0
- package/dist/types/components/free-form/Datakit/flow-editor/node-forms/SourceItem.vue.d.ts.map +1 -0
- package/dist/types/components/free-form/shared/EnumField.vue.d.ts +3 -1
- package/dist/types/components/free-form/shared/EnumField.vue.d.ts.map +1 -1
- package/package.json +7 -7
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnumField.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/shared/EnumField.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"EnumField.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/shared/EnumField.vue"],"names":[],"mappings":"AA+GA,OAAO,EAGL,KAAK,eAAe,EACpB,KAAK,UAAU,EACf,KAAK,WAAW,EAChB,KAAK,gBAAgB,EACtB,MAAM,mBAAmB,CAAA;AAoJ1B,QAAA,IAAI,QAAQ,IAAW,EAAE,QAAQ,KAAY,CAAE;AAC/C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAwBrD,QAAA,MAAM,eAAe;UAxKb,MAAM;sBACM,eAAe;YACzB,UAAU,EAAE;kBACN,MAAM;;cAPiB,IAAI;;UAInC,MAAM;sBACM,eAAe;YACzB,UAAU,EAAE;kBACN,MAAM;;eANgB,KAAK;;;;UAGnC,MAAM;sBACM,eAAe;YACzB,UAAU,EAAE;kBACN,MAAM;;cAPiB,IAAI;;UAInC,MAAM;sBACM,eAAe;YACzB,UAAU,EAAE;kBACN,MAAM;;eANgB,KAAK;;;kFAgLzC,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/entities-plugins",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.110.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/entities-plugins.umd.js",
|
|
6
6
|
"module": "./dist/entities-plugins.es.js",
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
"vue-router": "^4.4.5",
|
|
62
62
|
"zod": "^4.1.12",
|
|
63
63
|
"@kong-ui-public/entities-shared": "^3.32.5",
|
|
64
|
-
"@kong-ui-public/
|
|
65
|
-
"@kong-ui-public/
|
|
64
|
+
"@kong-ui-public/entities-vaults": "^3.26.7",
|
|
65
|
+
"@kong-ui-public/i18n": "^2.4.4"
|
|
66
66
|
},
|
|
67
67
|
"repository": {
|
|
68
68
|
"type": "git",
|
|
@@ -81,15 +81,15 @@
|
|
|
81
81
|
"dependencies": {
|
|
82
82
|
"lodash-es": "^4.17.21",
|
|
83
83
|
"marked": "^14.1.4",
|
|
84
|
+
"@kong-ui-public/entities-consumer-groups": "^4.2.14",
|
|
84
85
|
"@kong-ui-public/entities-gateway-services": "^3.13.15",
|
|
85
|
-
"@kong-ui-public/entities-consumers": "^4.2.15",
|
|
86
86
|
"@kong-ui-public/entities-plugins-metadata": "^1.10.0",
|
|
87
87
|
"@kong-ui-public/entities-plugins-icon": "^1.4.3",
|
|
88
|
-
"@kong-ui-public/entities-
|
|
88
|
+
"@kong-ui-public/entities-redis-configurations": "^1.5.3",
|
|
89
|
+
"@kong-ui-public/entities-routes": "^3.16.19",
|
|
89
90
|
"@kong-ui-public/entities-vaults": "^3.26.7",
|
|
90
91
|
"@kong-ui-public/forms": "^4.18.3",
|
|
91
|
-
"@kong-ui-public/entities-
|
|
92
|
-
"@kong-ui-public/entities-redis-configurations": "^1.5.3"
|
|
92
|
+
"@kong-ui-public/entities-consumers": "^4.2.15"
|
|
93
93
|
},
|
|
94
94
|
"scripts": {
|
|
95
95
|
"dev": "cross-env USE_SANDBOX=true vite",
|