@kong-ui-public/entities-plugins 9.272.13 → 9.272.14

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.
Files changed (453) hide show
  1. package/dist/entities-plugins.es.js +12099 -14700
  2. package/dist/entities-plugins.umd.js +141 -145
  3. package/dist/filler/cypress/index.js +1 -258
  4. package/dist/filler/packages/entities/entities-plugins/src/filler/cypress/index.d.ts +2 -0
  5. package/dist/filler/packages/entities/entities-plugins/src/filler/cypress/index.d.ts.map +1 -0
  6. package/dist/filler/packages/entities/entities-plugins/src/filler/playwright/index.d.ts +2 -0
  7. package/dist/filler/packages/entities/entities-plugins/src/filler/playwright/index.d.ts.map +1 -0
  8. package/dist/filler/playwright/index.js +1 -232
  9. package/dist/freeform/index.js +1 -2645
  10. package/dist/freeform/style.css +1 -1
  11. package/dist/style.css +1 -1
  12. package/dist/types/components/AddCredentialToConsumerForm.vue.d.ts +2 -2
  13. package/dist/types/components/CreateConsumerCredentialForm.vue.d.ts +2 -2
  14. package/dist/types/components/CreateConsumerCredentialForm.vue.d.ts.map +1 -1
  15. package/dist/types/components/CredentialConfigurationForm.vue.d.ts.map +1 -1
  16. package/dist/types/components/PluginConfigCard.vue.d.ts +2 -2
  17. package/dist/types/components/PluginEntityForm.vue.d.ts +4 -4
  18. package/dist/types/components/PluginEntityForm.vue.d.ts.map +1 -1
  19. package/dist/types/components/PluginForm.vue.d.ts +6 -6
  20. package/dist/types/components/fields/kong-identity/ConfigFormContent.vue.d.ts.map +1 -1
  21. package/dist/types/components/fields/kong-identity/ConfigFormWithIdentity.vue.d.ts.map +1 -1
  22. package/dist/types/components/free-form/components/AdvancedFields.vue.d.ts.map +1 -1
  23. package/dist/types/components/free-form/components/CodeEditor.vue.d.ts +2 -2
  24. package/dist/types/components/free-form/components/CollapsibleSection.vue.d.ts.map +1 -1
  25. package/dist/types/components/free-form/components/CommonForm.vue.d.ts.map +1 -0
  26. package/dist/types/components/free-form/components/ConditionField.vue.d.ts.map +1 -1
  27. package/dist/types/components/free-form/components/ConfigForm.vue.d.ts.map +1 -0
  28. package/dist/types/components/free-form/components/CredentialSecretField.vue.d.ts +1 -1
  29. package/dist/types/components/free-form/components/CredentialSecretField.vue.d.ts.map +1 -1
  30. package/dist/types/components/free-form/components/PluginConfigurationForm.vue.d.ts +2 -1
  31. package/dist/types/components/free-form/components/PluginConfigurationForm.vue.d.ts.map +1 -1
  32. package/dist/types/components/free-form/components/RadioField.vue.d.ts +1 -1
  33. package/dist/types/components/free-form/components/RadioField.vue.d.ts.map +1 -1
  34. package/dist/types/components/free-form/components/RedisConfigCard.vue.d.ts +1 -1
  35. package/dist/types/components/free-form/components/RedisConfigCard.vue.d.ts.map +1 -1
  36. package/dist/types/components/free-form/components/RedisSelector.vue.d.ts +1 -1
  37. package/dist/types/components/free-form/components/RedisSelector.vue.d.ts.map +1 -1
  38. package/dist/types/components/free-form/components/ScopeEntityField.vue.d.ts +1 -1
  39. package/dist/types/components/free-form/components/ScopeEntityField.vue.d.ts.map +1 -1
  40. package/dist/types/components/free-form/composables/code-lens-providers.d.ts +1 -1
  41. package/dist/types/components/free-form/composables/code-lens-providers.d.ts.map +1 -1
  42. package/dist/types/components/free-form/const.d.ts +1 -1
  43. package/dist/types/components/free-form/const.d.ts.map +1 -1
  44. package/dist/types/components/free-form/define-plugin-config.d.ts +3 -2
  45. package/dist/types/components/free-form/define-plugin-config.d.ts.map +1 -1
  46. package/dist/types/components/free-form/layout/StandardLayout.vue.d.ts.map +1 -1
  47. package/dist/types/components/free-form/layout/provider.d.ts +2 -2
  48. package/dist/types/components/free-form/layout/provider.d.ts.map +1 -1
  49. package/dist/types/components/free-form/plugin-registry.d.ts +3 -2
  50. package/dist/types/components/free-form/plugin-registry.d.ts.map +1 -1
  51. package/dist/types/components/free-form/plugins/_shared/use-expression-mode.d.ts +1 -1
  52. package/dist/types/components/free-form/plugins/_shared/use-expression-mode.d.ts.map +1 -1
  53. package/dist/types/components/free-form/plugins/_shared/vectordb.d.ts +2 -2
  54. package/dist/types/components/free-form/plugins/_shared/vectordb.d.ts.map +1 -1
  55. package/dist/types/components/free-form/plugins/ace.d.ts +1 -1
  56. package/dist/types/components/free-form/plugins/acl/ACLForm.vue.d.ts.map +1 -1
  57. package/dist/types/components/free-form/plugins/acl/ACLModeCard.vue.d.ts.map +1 -1
  58. package/dist/types/components/free-form/plugins/acl/index.d.ts +1 -1
  59. package/dist/types/components/free-form/plugins/acme.d.ts +1 -1
  60. package/dist/types/components/free-form/plugins/ai-a2a-proxy.d.ts +1 -1
  61. package/dist/types/components/free-form/plugins/ai-aws-guardrails.d.ts +1 -1
  62. package/dist/types/components/free-form/plugins/ai-azure-content-safety.d.ts +1 -1
  63. package/dist/types/components/free-form/plugins/ai-custom-guardrail.d.ts +1 -1
  64. package/dist/types/components/free-form/plugins/ai-gcp-model-armor.d.ts +1 -1
  65. package/dist/types/components/free-form/plugins/ai-lakera-guard.d.ts +1 -1
  66. package/dist/types/components/free-form/plugins/ai-llm-as-judge.d.ts +1 -1
  67. package/dist/types/components/free-form/plugins/ai-mcp-oauth2.d.ts +1 -1
  68. package/dist/types/components/free-form/plugins/ai-mcp-proxy/AIMcpProxyForm.vue.d.ts.map +1 -1
  69. package/dist/types/components/free-form/plugins/ai-mcp-proxy/index.d.ts +1 -1
  70. package/dist/types/components/free-form/plugins/ai-prompt-compressor.d.ts +1 -1
  71. package/dist/types/components/free-form/plugins/ai-prompt-decorator.d.ts +1 -1
  72. package/dist/types/components/free-form/plugins/ai-prompt-guard.d.ts +1 -1
  73. package/dist/types/components/free-form/plugins/ai-prompt-template.d.ts +1 -1
  74. package/dist/types/components/free-form/plugins/ai-prompt-template.d.ts.map +1 -1
  75. package/dist/types/components/free-form/plugins/ai-proxy-advanced.d.ts +1 -1
  76. package/dist/types/components/free-form/plugins/ai-proxy.d.ts +1 -1
  77. package/dist/types/components/free-form/plugins/ai-rag-injector.d.ts +1 -1
  78. package/dist/types/components/free-form/plugins/ai-rate-limiting-advanced.d.ts +1 -1
  79. package/dist/types/components/free-form/plugins/ai-request-transformer.d.ts +1 -1
  80. package/dist/types/components/free-form/plugins/ai-response-transformer.d.ts +1 -1
  81. package/dist/types/components/free-form/plugins/ai-sanitizer.d.ts +1 -1
  82. package/dist/types/components/free-form/plugins/ai-sanitizer.d.ts.map +1 -1
  83. package/dist/types/components/free-form/plugins/ai-semantic-cache.d.ts +1 -1
  84. package/dist/types/components/free-form/plugins/ai-semantic-prompt-guard.d.ts +1 -1
  85. package/dist/types/components/free-form/plugins/ai-semantic-response-guard.d.ts +1 -1
  86. package/dist/types/components/free-form/plugins/app-dynamics.d.ts +1 -1
  87. package/dist/types/components/free-form/plugins/application-registration.d.ts +1 -1
  88. package/dist/types/components/free-form/plugins/aws-lambda.d.ts +1 -1
  89. package/dist/types/components/free-form/plugins/azure-functions.d.ts +1 -1
  90. package/dist/types/components/free-form/plugins/basic-auth/index.d.ts +1 -1
  91. package/dist/types/components/free-form/plugins/bot-detection.d.ts +1 -1
  92. package/dist/types/components/free-form/plugins/canary.d.ts +1 -1
  93. package/dist/types/components/free-form/plugins/confluent-consume.d.ts +1 -1
  94. package/dist/types/components/free-form/plugins/confluent-consume.d.ts.map +1 -1
  95. package/dist/types/components/free-form/plugins/confluent.d.ts +1 -1
  96. package/dist/types/components/free-form/plugins/confluent.d.ts.map +1 -1
  97. package/dist/types/components/free-form/plugins/correlation-id.d.ts +1 -1
  98. package/dist/types/components/free-form/plugins/cors.d.ts +1 -1
  99. package/dist/types/components/free-form/plugins/datadog.d.ts +1 -1
  100. package/dist/types/components/free-form/plugins/datakit/CaCertificatesField.vue.d.ts +1 -1
  101. package/dist/types/components/free-form/plugins/datakit/CaCertificatesField.vue.d.ts.map +1 -1
  102. package/dist/types/components/free-form/plugins/datakit/CodeEditor.vue.d.ts +2 -2
  103. package/dist/types/components/free-form/plugins/datakit/flow-editor/FlowEditor.vue.d.ts +8 -8
  104. package/dist/types/components/free-form/plugins/datakit/flow-editor/composables/useNodeForm.d.ts +1 -1
  105. package/dist/types/components/free-form/plugins/datakit/flow-editor/composables/useNodeForm.d.ts.map +1 -1
  106. package/dist/types/components/free-form/plugins/datakit/flow-editor/composables/useResourcesSchema.d.ts +1 -1
  107. package/dist/types/components/free-form/plugins/datakit/flow-editor/composables/useResourcesSchema.d.ts.map +1 -1
  108. package/dist/types/components/free-form/plugins/datakit/flow-editor/modal/EditorMain.vue.d.ts.map +1 -1
  109. package/dist/types/components/free-form/plugins/datakit/flow-editor/node/NodePanelItem.vue.d.ts +2 -2
  110. package/dist/types/components/free-form/plugins/datakit/flow-editor/node/node.d.ts +1 -1
  111. package/dist/types/components/free-form/plugins/datakit/flow-editor/node/schemas.d.ts +1 -1
  112. package/dist/types/components/free-form/plugins/datakit/flow-editor/node/schemas.d.ts.map +1 -1
  113. package/dist/types/components/free-form/plugins/datakit/flow-editor/node-forms/HttpMethodField.vue.d.ts.map +1 -1
  114. package/dist/types/components/free-form/plugins/datakit/flow-editor/node-forms/InputsField.vue.d.ts.map +1 -1
  115. package/dist/types/components/free-form/plugins/datakit/flow-editor/node-forms/InputsRecordField.vue.d.ts.map +1 -1
  116. package/dist/types/components/free-form/plugins/datakit/flow-editor/node-forms/NodeFormBranch.vue.d.ts.map +1 -1
  117. package/dist/types/components/free-form/plugins/datakit/flow-editor/node-forms/NodeFormCache.vue.d.ts.map +1 -1
  118. package/dist/types/components/free-form/plugins/datakit/flow-editor/node-forms/NodeFormCall.vue.d.ts.map +1 -1
  119. package/dist/types/components/free-form/plugins/datakit/flow-editor/node-forms/NodeFormExit.vue.d.ts.map +1 -1
  120. package/dist/types/components/free-form/plugins/datakit/flow-editor/node-forms/NodeFormJq.vue.d.ts.map +1 -1
  121. package/dist/types/components/free-form/plugins/datakit/flow-editor/node-forms/NodeFormJsonToXml.vue.d.ts.map +1 -1
  122. package/dist/types/components/free-form/plugins/datakit/flow-editor/node-forms/NodeFormJwtDecode.vue.d.ts.map +1 -1
  123. package/dist/types/components/free-form/plugins/datakit/flow-editor/node-forms/NodeFormJwtSign.vue.d.ts.map +1 -1
  124. package/dist/types/components/free-form/plugins/datakit/flow-editor/node-forms/NodeFormJwtVerify.vue.d.ts.map +1 -1
  125. package/dist/types/components/free-form/plugins/datakit/flow-editor/node-forms/NodeFormProperty.vue.d.ts.map +1 -1
  126. package/dist/types/components/free-form/plugins/datakit/flow-editor/node-forms/NodeFormResponse.vue.d.ts.map +1 -1
  127. package/dist/types/components/free-form/plugins/datakit/flow-editor/node-forms/NodeFormServiceRequest.vue.d.ts.map +1 -1
  128. package/dist/types/components/free-form/plugins/datakit/flow-editor/node-forms/NodeFormStatic.vue.d.ts.map +1 -1
  129. package/dist/types/components/free-form/plugins/datakit/flow-editor/node-forms/NodeFormXmlToJson.vue.d.ts.map +1 -1
  130. package/dist/types/components/free-form/plugins/datakit/flow-editor/side-panel/CacheField.vue.d.ts +2 -2
  131. package/dist/types/components/free-form/plugins/datakit/flow-editor/side-panel/CacheField.vue.d.ts.map +1 -1
  132. package/dist/types/components/free-form/plugins/datakit/flow-editor/side-panel/ResourcesPanel.vue.d.ts.map +1 -1
  133. package/dist/types/components/free-form/plugins/datakit/flow-editor/side-panel/VaultField.vue.d.ts +1 -1
  134. package/dist/types/components/free-form/plugins/datakit/flow-editor/side-panel/VaultField.vue.d.ts.map +1 -1
  135. package/dist/types/components/free-form/plugins/datakit/flow-editor/store/flow.d.ts +18 -18
  136. package/dist/types/components/free-form/plugins/datakit/flow-editor/store/store.d.ts +12 -12
  137. package/dist/types/components/free-form/plugins/datakit/index.d.ts +1 -1
  138. package/dist/types/components/free-form/plugins/datakit/schema/compat.d.ts +3 -3
  139. package/dist/types/components/free-form/plugins/datakit/schema/strict.d.ts +11 -11
  140. package/dist/types/components/free-form/plugins/degraphql.d.ts +1 -1
  141. package/dist/types/components/free-form/plugins/entitlement-enforcement/EntitlementEnforcementForm.vue.d.ts.map +1 -1
  142. package/dist/types/components/free-form/plugins/entitlement-enforcement/FeatureSelectField.vue.d.ts.map +1 -1
  143. package/dist/types/components/free-form/plugins/entitlement-enforcement/ResponseMappingField.vue.d.ts.map +1 -1
  144. package/dist/types/components/free-form/plugins/entitlement-enforcement/index.d.ts +1 -1
  145. package/dist/types/components/free-form/plugins/exit-transformer.d.ts +1 -1
  146. package/dist/types/components/free-form/plugins/file-log.d.ts +1 -1
  147. package/dist/types/components/free-form/plugins/forward-proxy.d.ts +1 -1
  148. package/dist/types/components/free-form/plugins/graphql-proxy-cache-advanced.d.ts +1 -1
  149. package/dist/types/components/free-form/plugins/graphql-rate-limiting-advanced.d.ts +1 -1
  150. package/dist/types/components/free-form/plugins/grpc-gateway.d.ts +1 -1
  151. package/dist/types/components/free-form/plugins/grpc-web.d.ts +1 -1
  152. package/dist/types/components/free-form/plugins/header-cert-auth.d.ts +1 -1
  153. package/dist/types/components/free-form/plugins/hmac-auth.d.ts +1 -1
  154. package/dist/types/components/free-form/plugins/http-log.d.ts +1 -1
  155. package/dist/types/components/free-form/plugins/injection-protection.d.ts +1 -1
  156. package/dist/types/components/free-form/plugins/injection-protection.d.ts.map +1 -1
  157. package/dist/types/components/free-form/plugins/ip-restriction.d.ts +1 -1
  158. package/dist/types/components/free-form/plugins/jq.d.ts +1 -1
  159. package/dist/types/components/free-form/plugins/json-threat-protection.d.ts +1 -1
  160. package/dist/types/components/free-form/plugins/jwe-decrypt.d.ts +1 -1
  161. package/dist/types/components/free-form/plugins/jwt-signer/JwtSignerForm.vue.d.ts.map +1 -1
  162. package/dist/types/components/free-form/plugins/jwt-signer/KeysetField.vue.d.ts.map +1 -1
  163. package/dist/types/components/free-form/plugins/jwt-signer/index.d.ts +1 -1
  164. package/dist/types/components/free-form/plugins/jwt.d.ts +1 -1
  165. package/dist/types/components/free-form/plugins/kafka-consume.d.ts +1 -1
  166. package/dist/types/components/free-form/plugins/kafka-consume.d.ts.map +1 -1
  167. package/dist/types/components/free-form/plugins/kafka-log.d.ts +1 -1
  168. package/dist/types/components/free-form/plugins/kafka-log.d.ts.map +1 -1
  169. package/dist/types/components/free-form/plugins/kafka-upstream.d.ts +1 -1
  170. package/dist/types/components/free-form/plugins/kafka-upstream.d.ts.map +1 -1
  171. package/dist/types/components/free-form/plugins/key-auth/IdentityRealmsField.vue.d.ts +1 -1
  172. package/dist/types/components/free-form/plugins/key-auth/IdentityRealmsField.vue.d.ts.map +1 -1
  173. package/dist/types/components/free-form/plugins/key-auth/index.d.ts +1 -1
  174. package/dist/types/components/free-form/plugins/key-auth-enc.d.ts +1 -1
  175. package/dist/types/components/free-form/plugins/ldap-auth-advanced.d.ts +1 -1
  176. package/dist/types/components/free-form/plugins/ldap-auth.d.ts +1 -1
  177. package/dist/types/components/free-form/plugins/loggly.d.ts +1 -1
  178. package/dist/types/components/free-form/plugins/metering-and-billing/MeteringAndBillingForm.vue.d.ts.map +1 -1
  179. package/dist/types/components/free-form/plugins/metering-and-billing/index.d.ts +1 -1
  180. package/dist/types/components/free-form/plugins/mocking.d.ts +1 -1
  181. package/dist/types/components/free-form/plugins/mtls-auth.d.ts +1 -1
  182. package/dist/types/components/free-form/plugins/oas-validation.d.ts +1 -1
  183. package/dist/types/components/free-form/plugins/oauth2-introspection.d.ts +1 -1
  184. package/dist/types/components/free-form/plugins/oauth2.d.ts +1 -1
  185. package/dist/types/components/free-form/plugins/opa.d.ts +1 -1
  186. package/dist/types/components/free-form/plugins/openid-connect/ClientJwkField.vue.d.ts.map +1 -1
  187. package/dist/types/components/free-form/plugins/openid-connect/OpenidConnectForm.vue.d.ts.map +1 -1
  188. package/dist/types/components/free-form/plugins/openid-connect/PrincipalLookupSettings.vue.d.ts +2 -2
  189. package/dist/types/components/free-form/plugins/openid-connect/PrincipalLookupSettings.vue.d.ts.map +1 -1
  190. package/dist/types/components/free-form/plugins/openid-connect/PrincipalsSection.vue.d.ts.map +1 -1
  191. package/dist/types/components/free-form/plugins/openid-connect/VerifySignatureField.vue.d.ts.map +1 -1
  192. package/dist/types/components/free-form/plugins/openid-connect/index.d.ts +1 -1
  193. package/dist/types/components/free-form/plugins/opentelemetry.d.ts +1 -1
  194. package/dist/types/components/free-form/plugins/post-function.d.ts +1 -1
  195. package/dist/types/components/free-form/plugins/pre-function.d.ts +1 -1
  196. package/dist/types/components/free-form/plugins/prometheus.d.ts +1 -1
  197. package/dist/types/components/free-form/plugins/proxy-cache-advanced.d.ts +1 -1
  198. package/dist/types/components/free-form/plugins/proxy-cache.d.ts +1 -1
  199. package/dist/types/components/free-form/plugins/rate-limiting/ConfigForm.vue.d.ts.map +1 -1
  200. package/dist/types/components/free-form/plugins/rate-limiting/RateLimitingForm.vue.d.ts.map +1 -1
  201. package/dist/types/components/free-form/plugins/rate-limiting/index.d.ts +1 -1
  202. package/dist/types/components/free-form/plugins/rate-limiting-advanced/ConfigForm.vue.d.ts.map +1 -1
  203. package/dist/types/components/free-form/plugins/rate-limiting-advanced/CustomKeyField.vue.d.ts +1 -1
  204. package/dist/types/components/free-form/plugins/rate-limiting-advanced/CustomKeyField.vue.d.ts.map +1 -1
  205. package/dist/types/components/free-form/plugins/rate-limiting-advanced/ErrorMessageForm.vue.d.ts.map +1 -1
  206. package/dist/types/components/free-form/plugins/rate-limiting-advanced/RateLimitingAdvancedForm.vue.d.ts.map +1 -1
  207. package/dist/types/components/free-form/plugins/rate-limiting-advanced/RedisField.vue.d.ts.map +1 -1
  208. package/dist/types/components/free-form/plugins/rate-limiting-advanced/RequestLimitsForm.vue.d.ts.map +1 -1
  209. package/dist/types/components/free-form/plugins/rate-limiting-advanced/index.d.ts +1 -1
  210. package/dist/types/components/free-form/plugins/redirect.d.ts +1 -1
  211. package/dist/types/components/free-form/plugins/request-callout/CalloutForm.vue.d.ts.map +1 -1
  212. package/dist/types/components/free-form/plugins/request-callout/CalloutsForm.vue.d.ts.map +1 -1
  213. package/dist/types/components/free-form/plugins/request-callout/ConfigForm.vue.d.ts.map +1 -1
  214. package/dist/types/components/free-form/plugins/request-callout/RequestCalloutForm.vue.d.ts.map +1 -1
  215. package/dist/types/components/free-form/plugins/request-callout/index.d.ts +1 -1
  216. package/dist/types/components/free-form/plugins/request-size-limiting.d.ts +1 -1
  217. package/dist/types/components/free-form/plugins/request-termination.d.ts +1 -1
  218. package/dist/types/components/free-form/plugins/request-transformer-advanced.d.ts +1 -1
  219. package/dist/types/components/free-form/plugins/request-transformer.d.ts +1 -1
  220. package/dist/types/components/free-form/plugins/request-validator.d.ts +1 -1
  221. package/dist/types/components/free-form/plugins/request-validator.d.ts.map +1 -1
  222. package/dist/types/components/free-form/plugins/response-ratelimiting.d.ts +1 -1
  223. package/dist/types/components/free-form/plugins/response-transformer-advanced.d.ts +1 -1
  224. package/dist/types/components/free-form/plugins/response-transformer.d.ts +1 -1
  225. package/dist/types/components/free-form/plugins/route-by-header.d.ts +1 -1
  226. package/dist/types/components/free-form/plugins/route-transformer-advanced.d.ts +1 -1
  227. package/dist/types/components/free-form/plugins/saml.d.ts +1 -1
  228. package/dist/types/components/free-form/plugins/service-protection/ConfigForm.vue.d.ts.map +1 -1
  229. package/dist/types/components/free-form/plugins/service-protection/ErrorMessageForm.vue.d.ts.map +1 -1
  230. package/dist/types/components/free-form/plugins/service-protection/RedisField.vue.d.ts.map +1 -1
  231. package/dist/types/components/free-form/plugins/service-protection/RequestLimitsForm.vue.d.ts.map +1 -1
  232. package/dist/types/components/free-form/plugins/service-protection/index.d.ts +1 -1
  233. package/dist/types/components/free-form/plugins/session.d.ts +1 -1
  234. package/dist/types/components/free-form/plugins/solace-consume.d.ts +1 -1
  235. package/dist/types/components/free-form/plugins/solace-log.d.ts +1 -1
  236. package/dist/types/components/free-form/plugins/solace-upstream.d.ts +1 -1
  237. package/dist/types/components/free-form/plugins/standard-webhooks.d.ts +1 -1
  238. package/dist/types/components/free-form/plugins/statsd-advanced.d.ts +1 -1
  239. package/dist/types/components/free-form/plugins/statsd.d.ts +1 -1
  240. package/dist/types/components/free-form/plugins/syslog.d.ts +1 -1
  241. package/dist/types/components/free-form/plugins/tcp-log.d.ts +1 -1
  242. package/dist/types/components/free-form/plugins/tls-handshake-modifier.d.ts +1 -1
  243. package/dist/types/components/free-form/plugins/tls-metadata-headers.d.ts +1 -1
  244. package/dist/types/components/free-form/plugins/udp-log.d.ts +1 -1
  245. package/dist/types/components/free-form/plugins/upstream-oauth.d.ts +1 -1
  246. package/dist/types/components/free-form/plugins/upstream-timeout.d.ts +1 -1
  247. package/dist/types/components/free-form/plugins/vault-auth.d.ts +1 -1
  248. package/dist/types/components/free-form/plugins/websocket-size-limit.d.ts +1 -1
  249. package/dist/types/components/free-form/plugins/websocket-validator.d.ts +1 -1
  250. package/dist/types/components/free-form/plugins/xml-threat-protection.d.ts +1 -1
  251. package/dist/types/components/free-form/plugins/zipkin.d.ts +1 -1
  252. package/dist/types/components/free-form/schema-enhancement.d.ts +1 -1
  253. package/dist/types/components/free-form/schema-enhancement.d.ts.map +1 -1
  254. package/dist/{filler/packages/entities/entities-plugins/src/components/free-form/core → types/components/free-form}/types.d.ts +5 -118
  255. package/dist/types/components/free-form/types.d.ts.map +1 -0
  256. package/dist/types/composables/index.d.ts +1 -1
  257. package/dist/types/composables/useSchemas.d.ts +1 -1
  258. package/dist/types/composables/useSchemas.d.ts.map +1 -1
  259. package/dist/types/constants/index.d.ts +1 -3
  260. package/dist/types/constants/index.d.ts.map +1 -1
  261. package/dist/types/filler/cypress/index.d.ts +2 -0
  262. package/dist/types/filler/cypress/index.d.ts.map +1 -0
  263. package/dist/types/filler/playwright/index.d.ts +2 -0
  264. package/dist/types/filler/playwright/index.d.ts.map +1 -0
  265. package/dist/types/freeform.d.ts +2 -21
  266. package/dist/types/freeform.d.ts.map +1 -1
  267. package/dist/types/index.d.ts +1 -1
  268. package/dist/types/index.d.ts.map +1 -1
  269. package/package.json +6 -9
  270. package/dist/filler/field-walker-SzWGNejv.js +0 -21925
  271. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/composables/ancestors.d.ts +0 -11
  272. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/composables/ancestors.d.ts.map +0 -1
  273. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/composables/constants.d.ts +0 -9
  274. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/composables/constants.d.ts.map +0 -1
  275. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/composables/expression-paths.d.ts +0 -55
  276. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/composables/expression-paths.d.ts.map +0 -1
  277. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/composables/expression.d.ts +0 -28
  278. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/composables/expression.d.ts.map +0 -1
  279. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/composables/field-path.d.ts +0 -6
  280. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/composables/field-path.d.ts.map +0 -1
  281. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/composables/field.d.ts +0 -46
  282. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/composables/field.d.ts.map +0 -1
  283. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/composables/form-context.d.ts +0 -111
  284. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/composables/form-context.d.ts.map +0 -1
  285. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/composables/index.d.ts +0 -11
  286. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/composables/index.d.ts.map +0 -1
  287. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/composables/key-id-map.d.ts +0 -17
  288. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/composables/key-id-map.d.ts.map +0 -1
  289. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/composables/labels.d.ts +0 -26
  290. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/composables/labels.d.ts.map +0 -1
  291. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/composables/render-rules.d.ts +0 -45
  292. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/composables/render-rules.d.ts.map +0 -1
  293. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/composables/schema.d.ts +0 -42
  294. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/composables/schema.d.ts.map +0 -1
  295. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/composables/useMapField.d.ts +0 -37
  296. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/composables/useMapField.d.ts.map +0 -1
  297. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/cypress/create-filler.d.ts +0 -10
  298. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/cypress/create-filler.d.ts.map +0 -1
  299. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/cypress/handlers/array.d.ts +0 -3
  300. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/cypress/handlers/array.d.ts.map +0 -1
  301. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/cypress/handlers/boolean.d.ts +0 -4
  302. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/cypress/handlers/boolean.d.ts.map +0 -1
  303. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/cypress/handlers/enum.d.ts +0 -4
  304. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/cypress/handlers/enum.d.ts.map +0 -1
  305. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/cypress/handlers/expression.d.ts +0 -9
  306. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/cypress/handlers/expression.d.ts.map +0 -1
  307. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/cypress/handlers/foreign.d.ts +0 -4
  308. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/cypress/handlers/foreign.d.ts.map +0 -1
  309. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/cypress/handlers/index.d.ts +0 -38
  310. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/cypress/handlers/index.d.ts.map +0 -1
  311. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/cypress/handlers/json.d.ts +0 -4
  312. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/cypress/handlers/json.d.ts.map +0 -1
  313. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/cypress/handlers/map.d.ts +0 -3
  314. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/cypress/handlers/map.d.ts.map +0 -1
  315. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/cypress/handlers/number.d.ts +0 -4
  316. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/cypress/handlers/number.d.ts.map +0 -1
  317. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/cypress/handlers/record.d.ts +0 -3
  318. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/cypress/handlers/record.d.ts.map +0 -1
  319. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/cypress/handlers/string.d.ts +0 -4
  320. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/cypress/handlers/string.d.ts.map +0 -1
  321. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/cypress/handlers/tag.d.ts +0 -4
  322. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/cypress/handlers/tag.d.ts.map +0 -1
  323. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/cypress/handlers/types.d.ts +0 -20
  324. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/cypress/handlers/types.d.ts.map +0 -1
  325. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/cypress/index.d.ts +0 -3
  326. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/cypress/index.d.ts.map +0 -1
  327. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/playwright/create-filler.d.ts +0 -11
  328. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/playwright/create-filler.d.ts.map +0 -1
  329. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/playwright/handlers/array.d.ts +0 -3
  330. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/playwright/handlers/array.d.ts.map +0 -1
  331. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/playwright/handlers/boolean.d.ts +0 -4
  332. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/playwright/handlers/boolean.d.ts.map +0 -1
  333. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/playwright/handlers/enum.d.ts +0 -4
  334. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/playwright/handlers/enum.d.ts.map +0 -1
  335. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/playwright/handlers/expression.d.ts +0 -9
  336. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/playwright/handlers/expression.d.ts.map +0 -1
  337. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/playwright/handlers/foreign.d.ts +0 -4
  338. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/playwright/handlers/foreign.d.ts.map +0 -1
  339. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/playwright/handlers/index.d.ts +0 -38
  340. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/playwright/handlers/index.d.ts.map +0 -1
  341. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/playwright/handlers/json.d.ts +0 -4
  342. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/playwright/handlers/json.d.ts.map +0 -1
  343. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/playwright/handlers/map.d.ts +0 -3
  344. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/playwright/handlers/map.d.ts.map +0 -1
  345. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/playwright/handlers/number.d.ts +0 -4
  346. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/playwright/handlers/number.d.ts.map +0 -1
  347. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/playwright/handlers/record.d.ts +0 -3
  348. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/playwright/handlers/record.d.ts.map +0 -1
  349. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/playwright/handlers/string.d.ts +0 -4
  350. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/playwright/handlers/string.d.ts.map +0 -1
  351. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/playwright/handlers/tag.d.ts +0 -4
  352. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/playwright/handlers/tag.d.ts.map +0 -1
  353. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/playwright/handlers/types.d.ts +0 -18
  354. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/playwright/handlers/types.d.ts.map +0 -1
  355. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/playwright/index.d.ts +0 -3
  356. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/playwright/index.d.ts.map +0 -1
  357. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/shared/field-walker.d.ts +0 -43
  358. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/shared/field-walker.d.ts.map +0 -1
  359. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/shared/index.d.ts +0 -4
  360. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/shared/index.d.ts.map +0 -1
  361. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/shared/schema-utils.d.ts +0 -6
  362. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/shared/schema-utils.d.ts.map +0 -1
  363. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/shared/selectors.d.ts +0 -32
  364. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/filler/shared/selectors.d.ts.map +0 -1
  365. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/form-schema.d.ts +0 -167
  366. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/form-schema.d.ts.map +0 -1
  367. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/types.d.ts.map +0 -1
  368. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/utils.d.ts +0 -95
  369. package/dist/filler/packages/entities/entities-plugins/src/components/free-form/core/utils.d.ts.map +0 -1
  370. package/dist/filler/packages/entities/entities-plugins/src/constants/index.d.ts +0 -15
  371. package/dist/filler/packages/entities/entities-plugins/src/constants/index.d.ts.map +0 -1
  372. package/dist/filler/packages/entities/entities-plugins/src/types/plugins/free-form.d.ts +0 -32
  373. package/dist/filler/packages/entities/entities-plugins/src/types/plugins/free-form.d.ts.map +0 -1
  374. package/dist/types/components/free-form/Common/CommonForm.vue.d.ts.map +0 -1
  375. package/dist/types/components/free-form/Common/ConfigForm.vue.d.ts.map +0 -1
  376. package/dist/types/components/free-form/Common/index.d.ts +0 -2
  377. package/dist/types/components/free-form/Common/index.d.ts.map +0 -1
  378. package/dist/types/components/free-form/core/components/ArrayField.vue.d.ts +0 -48
  379. package/dist/types/components/free-form/core/components/ArrayField.vue.d.ts.map +0 -1
  380. package/dist/types/components/free-form/core/components/BooleanField.vue.d.ts +0 -24
  381. package/dist/types/components/free-form/core/components/BooleanField.vue.d.ts.map +0 -1
  382. package/dist/types/components/free-form/core/components/EnhancedInput.vue.d.ts +0 -24
  383. package/dist/types/components/free-form/core/components/EnhancedInput.vue.d.ts.map +0 -1
  384. package/dist/types/components/free-form/core/components/EntityChecksAlert.vue.d.ts +0 -9
  385. package/dist/types/components/free-form/core/components/EntityChecksAlert.vue.d.ts.map +0 -1
  386. package/dist/types/components/free-form/core/components/EnumField.vue.d.ts +0 -54
  387. package/dist/types/components/free-form/core/components/EnumField.vue.d.ts.map +0 -1
  388. package/dist/types/components/free-form/core/components/ExpressionEditor.vue.d.ts +0 -34
  389. package/dist/types/components/free-form/core/components/ExpressionEditor.vue.d.ts.map +0 -1
  390. package/dist/types/components/free-form/core/components/ExpressionField.vue.d.ts +0 -19
  391. package/dist/types/components/free-form/core/components/ExpressionField.vue.d.ts.map +0 -1
  392. package/dist/types/components/free-form/core/components/Field.vue.d.ts +0 -21
  393. package/dist/types/components/free-form/core/components/Field.vue.d.ts.map +0 -1
  394. package/dist/types/components/free-form/core/components/FieldRenderer.vue.d.ts +0 -19
  395. package/dist/types/components/free-form/core/components/FieldRenderer.vue.d.ts.map +0 -1
  396. package/dist/types/components/free-form/core/components/ForeignField.vue.d.ts +0 -27
  397. package/dist/types/components/free-form/core/components/ForeignField.vue.d.ts.map +0 -1
  398. package/dist/types/components/free-form/core/components/Form.vue.d.ts +0 -45
  399. package/dist/types/components/free-form/core/components/Form.vue.d.ts.map +0 -1
  400. package/dist/types/components/free-form/core/components/JsonField.vue.d.ts +0 -24
  401. package/dist/types/components/free-form/core/components/JsonField.vue.d.ts.map +0 -1
  402. package/dist/types/components/free-form/core/components/MapField.vue.d.ts +0 -30
  403. package/dist/types/components/free-form/core/components/MapField.vue.d.ts.map +0 -1
  404. package/dist/types/components/free-form/core/components/NumberField.vue.d.ts +0 -26
  405. package/dist/types/components/free-form/core/components/NumberField.vue.d.ts.map +0 -1
  406. package/dist/types/components/free-form/core/components/ObjectField.vue.d.ts +0 -45
  407. package/dist/types/components/free-form/core/components/ObjectField.vue.d.ts.map +0 -1
  408. package/dist/types/components/free-form/core/components/SlideTransition.vue.d.ts +0 -14
  409. package/dist/types/components/free-form/core/components/SlideTransition.vue.d.ts.map +0 -1
  410. package/dist/types/components/free-form/core/components/StringArrayField.vue.d.ts +0 -24
  411. package/dist/types/components/free-form/core/components/StringArrayField.vue.d.ts.map +0 -1
  412. package/dist/types/components/free-form/core/components/StringField.vue.d.ts +0 -32
  413. package/dist/types/components/free-form/core/components/StringField.vue.d.ts.map +0 -1
  414. package/dist/types/components/free-form/core/components/SwitchField.vue.d.ts +0 -15
  415. package/dist/types/components/free-form/core/components/SwitchField.vue.d.ts.map +0 -1
  416. package/dist/types/components/free-form/core/composables/ancestors.d.ts +0 -11
  417. package/dist/types/components/free-form/core/composables/ancestors.d.ts.map +0 -1
  418. package/dist/types/components/free-form/core/composables/constants.d.ts +0 -9
  419. package/dist/types/components/free-form/core/composables/constants.d.ts.map +0 -1
  420. package/dist/types/components/free-form/core/composables/expression-paths.d.ts +0 -55
  421. package/dist/types/components/free-form/core/composables/expression-paths.d.ts.map +0 -1
  422. package/dist/types/components/free-form/core/composables/expression.d.ts +0 -28
  423. package/dist/types/components/free-form/core/composables/expression.d.ts.map +0 -1
  424. package/dist/types/components/free-form/core/composables/field-path.d.ts +0 -6
  425. package/dist/types/components/free-form/core/composables/field-path.d.ts.map +0 -1
  426. package/dist/types/components/free-form/core/composables/field.d.ts +0 -46
  427. package/dist/types/components/free-form/core/composables/field.d.ts.map +0 -1
  428. package/dist/types/components/free-form/core/composables/form-context.d.ts +0 -111
  429. package/dist/types/components/free-form/core/composables/form-context.d.ts.map +0 -1
  430. package/dist/types/components/free-form/core/composables/index.d.ts +0 -11
  431. package/dist/types/components/free-form/core/composables/index.d.ts.map +0 -1
  432. package/dist/types/components/free-form/core/composables/key-id-map.d.ts +0 -17
  433. package/dist/types/components/free-form/core/composables/key-id-map.d.ts.map +0 -1
  434. package/dist/types/components/free-form/core/composables/labels.d.ts +0 -26
  435. package/dist/types/components/free-form/core/composables/labels.d.ts.map +0 -1
  436. package/dist/types/components/free-form/core/composables/render-rules.d.ts +0 -45
  437. package/dist/types/components/free-form/core/composables/render-rules.d.ts.map +0 -1
  438. package/dist/types/components/free-form/core/composables/schema.d.ts +0 -42
  439. package/dist/types/components/free-form/core/composables/schema.d.ts.map +0 -1
  440. package/dist/types/components/free-form/core/composables/useMapField.d.ts +0 -37
  441. package/dist/types/components/free-form/core/composables/useMapField.d.ts.map +0 -1
  442. package/dist/types/components/free-form/core/field-dispatch.d.ts +0 -14
  443. package/dist/types/components/free-form/core/field-dispatch.d.ts.map +0 -1
  444. package/dist/types/components/free-form/core/form-schema.d.ts +0 -167
  445. package/dist/types/components/free-form/core/form-schema.d.ts.map +0 -1
  446. package/dist/types/components/free-form/core/types.d.ts +0 -287
  447. package/dist/types/components/free-form/core/types.d.ts.map +0 -1
  448. package/dist/types/components/free-form/core/utils.d.ts +0 -95
  449. package/dist/types/components/free-form/core/utils.d.ts.map +0 -1
  450. package/dist/types/composables/useFreeformI18n.d.ts +0 -170
  451. package/dist/types/composables/useFreeformI18n.d.ts.map +0 -1
  452. /package/dist/types/components/free-form/{Common → components}/CommonForm.vue.d.ts +0 -0
  453. /package/dist/types/components/free-form/{Common → components}/ConfigForm.vue.d.ts +0 -0
@@ -4,11 +4,11 @@ type __VLS_Props = {
4
4
  credentialType: CredentialType;
5
5
  };
6
6
  declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
- success: (credential: Record<string, any>) => any;
8
7
  cancel: () => any;
8
+ success: (credential: Record<string, any>) => any;
9
9
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
10
- onSuccess?: ((credential: Record<string, any>) => any) | undefined;
11
10
  onCancel?: (() => any) | undefined;
11
+ onSuccess?: ((credential: Record<string, any>) => any) | undefined;
12
12
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
13
  declare const _default: typeof __VLS_export;
14
14
  export default _default;
@@ -4,17 +4,17 @@ type __VLS_Props = {
4
4
  credentialType: CredentialType;
5
5
  };
6
6
  declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ cancel: () => any;
7
8
  success: (args_0: {
8
9
  consumer: CreatedConsumer;
9
10
  credential: Record<string, any> | null;
10
11
  }) => any;
11
- cancel: () => any;
12
12
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
13
+ onCancel?: (() => any) | undefined;
13
14
  onSuccess?: ((args_0: {
14
15
  consumer: CreatedConsumer;
15
16
  credential: Record<string, any> | null;
16
17
  }) => any) | undefined;
17
- onCancel?: (() => any) | undefined;
18
18
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
19
  declare const _default: typeof __VLS_export;
20
20
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"CreateConsumerCredentialForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CreateConsumerCredentialForm.vue"],"names":[],"mappings":"AAqPA,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,2BAA2B,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAA;AAKrH,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,uBAAuB,GAAG,2BAA2B,CAAA;IAC7D,cAAc,EAAE,cAAc,CAAA;CAC/B,CAAC;AAqYF,QAAA,MAAM,YAAY;;kBA/XM,eAAe;oBAAc,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI;;;;;kBAAvD,eAAe;oBAAc,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI;;;kFAkY7E,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
1
+ {"version":3,"file":"CreateConsumerCredentialForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CreateConsumerCredentialForm.vue"],"names":[],"mappings":"AAqPA,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,2BAA2B,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAA;AAKrH,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,uBAAuB,GAAG,2BAA2B,CAAA;IAC7D,cAAc,EAAE,cAAc,CAAA;CAC/B,CAAC;AAqYF,QAAA,MAAM,YAAY;;;kBA/XM,eAAe;oBAAc,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI;;;;;kBAAvD,eAAe;oBAAc,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI;;kFAkY7E,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1 +1 @@
1
- {"version":3,"file":"CredentialConfigurationForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CredentialConfigurationForm.vue"],"names":[],"mappings":"AAyJA,OAAO,KAAK,EAAE,cAAc,EAAE,2BAA2B,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAA;AAUpG,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,uBAAuB,GAAG,2BAA2B,CAAA;IAC7D,cAAc,EAAE,cAAc,CAAA;CAC/B,CAAC;AAoKF,QAAA,MAAM,YAAY;;;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
1
+ {"version":3,"file":"CredentialConfigurationForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CredentialConfigurationForm.vue"],"names":[],"mappings":"AA0JA,OAAO,KAAK,EAAE,cAAc,EAAE,2BAA2B,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAA;AASpG,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,uBAAuB,GAAG,2BAA2B,CAAA;IAC7D,cAAc,EAAE,cAAc,CAAA;CAC/B,CAAC;AAoKF,QAAA,MAAM,YAAY;;;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -50,7 +50,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
50
50
  "fetch:success": (data: Record<string, any>) => any;
51
51
  "fetch:error": (error: AxiosError<unknown, any, any>) => any;
52
52
  "error:fetch-schema": (error: AxiosError<unknown, any, any>) => any;
53
- "navigation-click": (data: string, direction: "consumer" | "service" | "route" | "consumer_group" | "partial") => any;
53
+ "navigation-click": (data: string, direction: "consumer" | "route" | "consumer_group" | "service" | "partial") => any;
54
54
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
55
55
  /** The base konnect or kongManger config. Pass additional config props in the shared entity component as needed. */
56
56
  config: {
@@ -99,7 +99,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
99
99
  "onFetch:success"?: ((data: Record<string, any>) => any) | undefined;
100
100
  "onFetch:error"?: ((error: AxiosError<unknown, any, any>) => any) | undefined;
101
101
  "onError:fetch-schema"?: ((error: AxiosError<unknown, any, any>) => any) | undefined;
102
- "onNavigation-click"?: ((data: string, direction: "consumer" | "service" | "route" | "consumer_group" | "partial") => any) | undefined;
102
+ "onNavigation-click"?: ((data: string, direction: "consumer" | "route" | "consumer_group" | "service" | "partial") => any) | undefined;
103
103
  }>, {
104
104
  configCardDoc: string;
105
105
  showNameAsLink: boolean;
@@ -85,8 +85,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
85
85
  default: boolean;
86
86
  };
87
87
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
88
- globalAction: (name: "notify", payload: any) => any;
89
88
  loading: (isLoading: boolean) => any;
89
+ globalAction: (name: "notify", payload: any) => any;
90
90
  "model-updated": (payload: {
91
91
  model: Record<string, any>;
92
92
  originalModel: Record<string, any>;
@@ -178,8 +178,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
178
178
  default: boolean;
179
179
  };
180
180
  }>> & Readonly<{
181
- onGlobalAction?: ((name: "notify", payload: any) => any) | undefined;
182
181
  onLoading?: ((isLoading: boolean) => any) | undefined;
182
+ onGlobalAction?: ((name: "notify", payload: any) => any) | undefined;
183
183
  "onModel-updated"?: ((payload: {
184
184
  model: Record<string, any>;
185
185
  originalModel: Record<string, any>;
@@ -191,9 +191,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
191
191
  "onValidity-change"?: ((payload: PluginValidityChangeEvent) => any) | undefined;
192
192
  }>, {
193
193
  record: Record<string, any>;
194
- schema: Record<string, any>;
195
- useSecretInput: boolean;
196
194
  credential: boolean;
195
+ schema: Record<string, any>;
197
196
  developer: boolean;
198
197
  entityMap: Record<string, PluginEntityInfo>;
199
198
  rawSchema: Record<string, any>;
@@ -201,6 +200,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
201
200
  enableVaultSecretPicker: boolean;
202
201
  enableRedisPartial: boolean;
203
202
  engine: "vfg" | "freeform";
203
+ useSecretInput: boolean;
204
204
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
205
205
  declare const _default: typeof __VLS_export;
206
206
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"PluginEntityForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PluginEntityForm.vue"],"names":[],"mappings":"AAwsCA,OAAO,gDAAgD,CAAA;AAavD,OAAO,sCAAsC,CAAA;AAE7C,OAAO,8DAA8D,CAAA;AAErE,OAAO,EAAgI,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;AAMjK,OAAO,KAAK,EAAE,iBAAiB,EAAE,2BAA2B,EAAE,uBAAuB,EAAE,gBAAgB,EAAE,yBAAyB,EAAE,MAAM,UAAU,CAAA;AAyzCpJ,QAAA,MAAM,YAAY;IAGhB,oHAAoH;;cAElG,QAAQ,CAAC,uBAAuB,GAAG,2BAA2B,CAAC;;4BAE3D,uBAAuB,GAAG,2BAA2B,KAAG,OAAO;;IAOrF;;OAEG;;cAEe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,gBAAgB,CAAC,CAAC;;;IAG5D;;OAEG;;cAEe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;IAG/C;;OAEG;;cAEe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;IAG/C;;OAEG;;cAEe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;IAG/C;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAMH;;OAEG;;cAEe,QAAQ,CAAC,KAAK,GAAG,UAAU,CAAC;;;;IAK9C,yCAAyC;;;;;IAKzC,sHAAsH;;;;;;;;;eAj4C3G,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;uBACX,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;cAC5B,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;;;;;;IA6yC7B,oHAAoH;;cAElG,QAAQ,CAAC,uBAAuB,GAAG,2BAA2B,CAAC;;4BAE3D,uBAAuB,GAAG,2BAA2B,KAAG,OAAO;;IAOrF;;OAEG;;cAEe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,gBAAgB,CAAC,CAAC;;;IAG5D;;OAEG;;cAEe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;IAG/C;;OAEG;;cAEe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;IAG/C;;OAEG;;cAEe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;IAG/C;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAMH;;OAEG;;cAEe,QAAQ,CAAC,KAAK,GAAG,UAAU,CAAC;;;;IAK9C,yCAAyC;;;;;IAKzC,sHAAsH;;;;;;;;;eAj4C3G,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;uBACX,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;cAC5B,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;;;;;;;;;;;;;;;;;4EAq4C7B,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
1
+ {"version":3,"file":"PluginEntityForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PluginEntityForm.vue"],"names":[],"mappings":"AAusCA,OAAO,gDAAgD,CAAA;AAavD,OAAO,sCAAsC,CAAA;AAE7C,OAAO,8DAA8D,CAAA;AAErE,OAAO,EAAgI,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;AAMjK,OAAO,KAAK,EAAE,iBAAiB,EAAE,2BAA2B,EAAE,uBAAuB,EAAE,gBAAgB,EAAE,yBAAyB,EAAE,MAAM,UAAU,CAAA;AAwzCpJ,QAAA,MAAM,YAAY;IAGhB,oHAAoH;;cAElG,QAAQ,CAAC,uBAAuB,GAAG,2BAA2B,CAAC;;4BAE3D,uBAAuB,GAAG,2BAA2B,KAAG,OAAO;;IAOrF;;OAEG;;cAEe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,gBAAgB,CAAC,CAAC;;;IAG5D;;OAEG;;cAEe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;IAG/C;;OAEG;;cAEe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;IAG/C;;OAEG;;cAEe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;IAG/C;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAMH;;OAEG;;cAEe,QAAQ,CAAC,KAAK,GAAG,UAAU,CAAC;;;;IAK9C,yCAAyC;;;;;IAKzC,sHAAsH;;;;;;;;;eAj4C3G,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;uBACX,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;cAC5B,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;;;;;;IA6yC7B,oHAAoH;;cAElG,QAAQ,CAAC,uBAAuB,GAAG,2BAA2B,CAAC;;4BAE3D,uBAAuB,GAAG,2BAA2B,KAAG,OAAO;;IAOrF;;OAEG;;cAEe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,gBAAgB,CAAC,CAAC;;;IAG5D;;OAEG;;cAEe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;IAG/C;;OAEG;;cAEe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;IAG/C;;OAEG;;cAEe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;IAG/C;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAMH;;OAEG;;cAEe,QAAQ,CAAC,KAAK,GAAG,UAAU,CAAC;;;;IAK9C,yCAAyC;;;;;IAKzC,sHAAsH;;;;;;;;;eAj4C3G,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;uBACX,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;cAC5B,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;;;;;;;;;;;;;;;;;4EAq4C7B,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -110,11 +110,11 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
110
110
  default: undefined;
111
111
  };
112
112
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
113
+ cancel: () => any;
113
114
  error: (error: AxiosError<unknown, any, any>) => any;
114
- globalAction: (name: "notify", payload: any) => any;
115
115
  update: (data: Record<string, any>) => any;
116
116
  loading: (isLoading: boolean) => any;
117
- cancel: () => any;
117
+ globalAction: (name: "notify", payload: any) => any;
118
118
  "model-updated": (payload: {
119
119
  model: Record<string, any>;
120
120
  data: Record<string, any>;
@@ -228,11 +228,11 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
228
228
  default: undefined;
229
229
  };
230
230
  }>> & Readonly<{
231
+ onCancel?: (() => any) | undefined;
231
232
  onError?: ((error: AxiosError<unknown, any, any>) => any) | undefined;
232
- onGlobalAction?: ((name: "notify", payload: any) => any) | undefined;
233
233
  onUpdate?: ((data: Record<string, any>) => any) | undefined;
234
234
  onLoading?: ((isLoading: boolean) => any) | undefined;
235
- onCancel?: (() => any) | undefined;
235
+ onGlobalAction?: ((name: "notify", payload: any) => any) | undefined;
236
236
  "onModel-updated"?: ((payload: {
237
237
  model: Record<string, any>;
238
238
  data: Record<string, any>;
@@ -243,13 +243,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
243
243
  "onClick:create-entity"?: ((payload: EntityCreateEvent) => any) | undefined;
244
244
  "onError:fetch-schema"?: ((error: AxiosError<unknown, any, any>) => any) | undefined;
245
245
  }>, {
246
- schema: Record<string, any>;
247
- useSecretInput: boolean;
248
246
  credential: boolean;
247
+ schema: Record<string, any>;
249
248
  developer: boolean;
250
249
  enableVaultSecretPicker: boolean;
251
250
  enableRedisPartial: boolean;
252
251
  engine: "vfg" | "freeform";
252
+ useSecretInput: boolean;
253
253
  pluginId: string | null;
254
254
  hideScopeSelection: boolean;
255
255
  disableScopeSelection: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"ConfigFormContent.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/fields/kong-identity/ConfigFormContent.vue"],"names":[],"mappings":"AA+aA,OAAO,KAAK,EAAE,iBAAiB,EAA2B,MAAM,gBAAgB,CAAA;AAyfhF,QAAA,MAAM,YAAY;;;;;;iFAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
1
+ {"version":3,"file":"ConfigFormContent.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/fields/kong-identity/ConfigFormContent.vue"],"names":[],"mappings":"AA6aA,OAAO,KAAK,EAAE,iBAAiB,EAA2B,MAAM,gBAAgB,CAAA;AA8fhF,QAAA,MAAM,YAAY;;;;;;iFAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ConfigFormWithIdentity.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/fields/kong-identity/ConfigFormWithIdentity.vue"],"names":[],"mappings":"AA4EA,OAAO,EAAiB,kBAAkB,EAAE,MAAM,uBAAuB,CAAA;AAOzE,OAAO,KAAK,EAAE,qBAAqB,IAAI,KAAK,EAAE,MAAM,iCAAiC,CAAA;AAErF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAA;AAkCvD,KAAK,WAAW,GAAG,KAAK,CAAC;AASzB,KAAK,WAAW,GAAG;KAChB,CAAC,IAAI,OAAO,kBAAkB,GAAG,MAAM,GAAG;CAC5C,CAAC;AAqEF,QAAA,MAAM,UAAU;;;;;;kFAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"ConfigFormWithIdentity.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/fields/kong-identity/ConfigFormWithIdentity.vue"],"names":[],"mappings":"AA4EA,OAAO,EAAiB,kBAAkB,EAAE,MAAM,uBAAuB,CAAA;AAQzE,OAAO,KAAK,EAAE,qBAAqB,IAAI,KAAK,EAAE,MAAM,iCAAiC,CAAA;AACrF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAA;AAkCvD,KAAK,WAAW,GAAG,KAAK,CAAC;AASzB,KAAK,WAAW,GAAG;KAChB,CAAC,IAAI,OAAO,kBAAkB,GAAG,MAAM,GAAG;CAC5C,CAAC;AAqEF,QAAA,MAAM,UAAU;;;;;;kFAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AdvancedFields.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/components/AdvancedFields.vue"],"names":[],"mappings":"AAyEA,KAAK,WAAW,GAAG;IACjB,iBAAiB,CAAC,EAAE,OAAO,CAAA;CAC5B,CAAC;AAyGF,QAAA,IAAI,QAAQ,IAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAKhD,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"AdvancedFields.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/components/AdvancedFields.vue"],"names":[],"mappings":"AAmEA,KAAK,WAAW,GAAG;IACjB,iBAAiB,CAAC,EAAE,OAAO,CAAA;CAC5B,CAAC;AAoHF,QAAA,IAAI,QAAQ,IAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAKhD,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -1,11 +1,11 @@
1
1
  import '@kong-ui-public/monaco-editor/dist/runtime/style.css';
2
2
  declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
- error: (msg: string) => any;
4
3
  change: (config: unknown) => any;
4
+ error: (msg: string) => any;
5
5
  sourceChange: (config: string) => any;
6
6
  }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
7
- onError?: ((msg: string) => any) | undefined;
8
7
  onChange?: ((config: unknown) => any) | undefined;
8
+ onError?: ((msg: string) => any) | undefined;
9
9
  onSourceChange?: ((config: string) => any) | undefined;
10
10
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
11
11
  declare const _default: typeof __VLS_export;
@@ -1 +1 @@
1
- {"version":3,"file":"CollapsibleSection.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/components/CollapsibleSection.vue"],"names":[],"mappings":"AAqJA,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,MAAM,CAAA;CACd,CAAC;AASF,KAAK,gBAAgB,GAAG;IACxB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAKF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AA0GxD,QAAA,IAAI,QAAQ,IAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAKhD,QAAA,MAAM,UAAU;;;;kFAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"CollapsibleSection.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/components/CollapsibleSection.vue"],"names":[],"mappings":"AAqJA,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,MAAM,CAAA;CACd,CAAC;AASF,KAAK,gBAAgB,GAAG;IACxB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAKF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AA6GxD,QAAA,IAAI,QAAQ,IAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAKhD,QAAA,MAAM,UAAU;;;;kFAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CommonForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/components/CommonForm.vue"],"names":[],"mappings":"AAyBA,OAAO,EAAiB,kBAAkB,EAAE,MAAM,uBAAuB,CAAA;AAKzE,OAAO,KAAK,EAAE,qBAAqB,IAAI,KAAK,EAAE,MAAM,oBAAoB,CAAA;AAExE,KAAK,WAAW,GAAG,KAAK,CAAC;AAGzB,KAAK,WAAW,GAAG;KAChB,CAAC,IAAI,OAAO,kBAAkB,GAAG,MAAM,GAAG;CAC5C,CAAC;AAqCF,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ConditionField.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/components/ConditionField.vue"],"names":[],"mappings":"AAwOA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
1
+ {"version":3,"file":"ConditionField.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/components/ConditionField.vue"],"names":[],"mappings":"AA2OA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConfigForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/components/ConfigForm.vue"],"names":[],"mappings":"AAuXA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1,5 +1,5 @@
1
1
  import type { SensitiveInputLabels } from '@kong-ui-public/entities-shared';
2
- import type { BaseFieldProps, EmptyValue } from '../core/types';
2
+ import type { BaseFieldProps, EmptyValue } from '@kong-ui-public/freeform';
3
3
  interface CredentialSecretFieldProps extends BaseFieldProps {
4
4
  placeholder?: string;
5
5
  help?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"CredentialSecretField.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/components/CredentialSecretField.vue"],"names":[],"mappings":"AAkFA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAA;AAG3E,OAAO,KAAK,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;AAU/D,UAAU,0BAA2B,SAAQ,cAAc;IACzD,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,oBAAoB,CAAA;CAC9B;AAED,KAAK,WAAW,GAAG,0BAA0B,GAAG;IAC9C,SAAS,CAAC,EAAE,MAAM,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;CAC3C,CAAC;AAiHF,QAAA,IAAI,QAAQ,IAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAMhD,QAAA,MAAM,UAAU;;;;kFAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"CredentialSecretField.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/components/CredentialSecretField.vue"],"names":[],"mappings":"AAiFA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAA;AAE3E,OAAO,KAAK,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAU1E,UAAU,0BAA2B,SAAQ,cAAc;IACzD,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,oBAAoB,CAAA;CAC9B;AAED,KAAK,WAAW,GAAG,0BAA0B,GAAG;IAC9C,SAAS,CAAC,EAAE,MAAM,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;CAC3C,CAAC;AAiHF,QAAA,IAAI,QAAQ,IAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAMhD,QAAA,MAAM,UAAU;;;;kFAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -1,3 +1,4 @@
1
+ import '@kong-ui-public/freeform/style.css';
1
2
  import type { PluginConfigurationBaseProps } from '../layout/provider';
2
3
  export interface Props<T extends Record<string, any> = Record<string, any>> extends PluginConfigurationBaseProps<T> {
3
4
  controlledFields?: string[];
@@ -14,7 +15,7 @@ declare const __VLS_export: <T extends Record<string, any>>(__VLS_props: NonNull
14
15
  expose: (exposed: import("vue").ShallowUnwrapRef<{
15
16
  getValue: () => Record<string, any> | undefined;
16
17
  setValue: (value: T) => void | undefined;
17
- getEmptyValue: () => import("../core/types").EmptyValue;
18
+ getEmptyValue: () => import("@kong-ui-public/freeform").EmptyValue;
18
19
  }>) => void;
19
20
  attrs: any;
20
21
  slots: {
@@ -1 +1 @@
1
- {"version":3,"file":"PluginConfigurationForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/components/PluginConfigurationForm.vue"],"names":[],"mappings":"AAwIA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAA;AAGtE,MAAM,WAAW,KAAK,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAE,SAAQ,4BAA4B,CAAC,CAAC,CAAC;IACjH,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAA;IAC3B,eAAe,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC,KAAK,OAAO,CAAC,CAAC,CAAC,CAAA;CACnD;wBACoB,OAAO,YAAY;AAAxC,wBAAyC;AACzC,QAAA,MAAM,YAAY,GAAK,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EACnD,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,gBAAgB,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EAClE;WA0NO,OAAO,KAAK,EAAE,WAAW,GAAG,mBAAmB,CAAC;;KAAmC,CAAC,GAAG,CAAC,OAAO,UAAU,SAAS;QAAE,oBAAoB,EAAE,MAAM,CAAC,CAAA;KAAE,GAAG,CAAC,GAAG,EAAE,CAAC;YAC5J,CAAC,OAAO,EAAE,OAAO,KAAK,EAAE,gBAAgB;;0BAtK7B,CAAC;;MAsKkD,KAAK,IAAI;WACxE,GAAG;;4BAXa,CAAC,KAAK,IAAiB,KAAK,GAAG;;kBACzC,CAAC,KAAK,IAAiB,KAAK,GAAG;;;EAczC,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAA;CAAI,CAAC;AACzF,KAAK,mBAAmB,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,GAAG,GAAG;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG;KAAG,CAAC,IAAI,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,CAAC,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"PluginConfigurationForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/components/PluginConfigurationForm.vue"],"names":[],"mappings":"AA6HA,OAAO,oCAAoC,CAAA;AAO3C,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAA;AAGtE,MAAM,WAAW,KAAK,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAE,SAAQ,4BAA4B,CAAC,CAAC,CAAC;IACjH,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAA;IAC3B,eAAe,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC,KAAK,OAAO,CAAC,CAAC,CAAC,CAAA;CACnD;wBACoB,OAAO,YAAY;AAAxC,wBAAyC;AACzC,QAAA,MAAM,YAAY,GAAK,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EACnD,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,gBAAgB,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EAClE;WAkOO,OAAO,KAAK,EAAE,WAAW,GAAG,mBAAmB,CAAC;;KAAmC,CAAC,GAAG,CAAC,OAAO,UAAU,SAAS;QAAE,oBAAoB,EAAE,MAAM,CAAC,CAAA;KAAE,GAAG,CAAC,GAAG,EAAE,CAAC;YAC5J,CAAC,OAAO,EAAE,OAAO,KAAK,EAAE,gBAAgB;;0BA9K7B,CAAC;;MA8KkD,KAAK,IAAI;WACxE,GAAG;;4BAXa,CAAC,KAAK,IAAiB,KAAK,GAAG;;kBACzC,CAAC,KAAK,IAAiB,KAAK,GAAG;;;EAczC,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAA;CAAI,CAAC;AACzF,KAAK,mBAAmB,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,GAAG,GAAG;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG;KAAG,CAAC,IAAI,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,CAAC,GAAG,EAAE,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { type LabelAttributes, type SelectItem } from '@kong/kongponents';
2
- import type { BaseFieldProps } from '../core/types';
2
+ import type { BaseFieldProps } from '@kong-ui-public/freeform';
3
3
  /** A `description` only renders in `card` mode, where KRadio has room for it. */
4
4
  interface RadioFieldItem extends SelectItem {
5
5
  description?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"RadioField.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/components/RadioField.vue"],"names":[],"mappings":"AAgHA,OAAO,EAAU,KAAK,eAAe,EAAE,KAAK,UAAU,EAAE,MAAM,mBAAmB,CAAA;AAEjF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAInD,iFAAiF;AACjF,UAAU,cAAe,SAAQ,UAAU;IACzC,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB;AAED,UAAU,cAAe,SAAQ,cAAc;IAC7C,eAAe,CAAC,EAAE,eAAe,CAAA;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,cAAc,EAAE,CAAA;IACxB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,CAAA;CACf;AAuJD,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
1
+ {"version":3,"file":"RadioField.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/components/RadioField.vue"],"names":[],"mappings":"AAgHA,OAAO,EAAU,KAAK,eAAe,EAAE,KAAK,UAAU,EAAE,MAAM,mBAAmB,CAAA;AAEjF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAA;AAI9D,iFAAiF;AACjF,UAAU,cAAe,SAAQ,UAAU;IACzC,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB;AAED,UAAU,cAAe,SAAQ,cAAc;IAC7C,eAAe,CAAC,EAAE,eAAe,CAAA;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,cAAc,EAAE,CAAA;IACxB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,CAAA;CACf;AAuJD,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1,4 +1,4 @@
1
- import type { Field } from '../core/types';
1
+ import type { Field } from '../types';
2
2
  import type { FlattendRedisConfigurationFields } from '../plugins/request-callout/types';
3
3
  interface RedisConfigCardProps {
4
4
  configFields: FlattendRedisConfigurationFields;
@@ -1 +1 @@
1
- {"version":3,"file":"RedisConfigCard.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/components/RedisConfigCard.vue"],"names":[],"mappings":"AA+JA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,eAAe,CAAA;AAM1C,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,kCAAkC,CAAA;AA4BxF,UAAU,oBAAoB;IAC5B,YAAY,EAAE,gCAAgC,CAAA;IAC9C,iBAAiB,CAAC,EAAE,KAAK,EAAE,CAAA;CAC5B;AA4HD,QAAA,MAAM,YAAY,oTAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
1
+ {"version":3,"file":"RedisConfigCard.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/components/RedisConfigCard.vue"],"names":[],"mappings":"AA+KA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,UAAU,CAAA;AAKrC,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,kCAAkC,CAAA;AA4BxF,UAAU,oBAAoB;IAC5B,YAAY,EAAE,gCAAgC,CAAA;IAC9C,iBAAiB,CAAC,EAAE,KAAK,EAAE,CAAA;CAC5B;AA6ID,QAAA,MAAM,YAAY,oTAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1,4 +1,4 @@
1
- import type { RedisPartialType } from '../core/types';
1
+ import type { RedisPartialType } from '../types';
2
2
  import '@kong-ui-public/entities-redis-configurations/dist/style.css';
3
3
  interface RedisSelectorProps {
4
4
  defaultRedisConfigItem?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"RedisSelector.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/components/RedisSelector.vue"],"names":[],"mappings":"AA6ZA,OAAO,KAAK,EAAE,gBAAgB,EAAsB,MAAM,eAAe,CAAA;AAIzE,OAAO,8DAA8D,CAAA;AAsCrE,UAAU,kBAAkB;IAC1B,sBAAsB,CAAC,EAAE,MAAM,CAAA;IAC/B,SAAS,CAAC,EAAE,gBAAgB,CAAA;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,4CAA4C;IAC5C,4BAA4B,CAAC,EAAE,OAAO,CAAA;IACtC,wFAAwF;IACxF,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB;AAodD,QAAA,MAAM,YAAY;kCAvde,OAAO;6EA0dtC,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
1
+ {"version":3,"file":"RedisSelector.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/components/RedisSelector.vue"],"names":[],"mappings":"AA8ZA,OAAO,KAAK,EAAE,gBAAgB,EAAS,MAAM,UAAU,CAAA;AAGvD,OAAO,8DAA8D,CAAA;AAsCrE,UAAU,kBAAkB;IAC1B,sBAAsB,CAAC,EAAE,MAAM,CAAA;IAC/B,SAAS,CAAC,EAAE,gBAAgB,CAAA;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,4CAA4C;IAC5C,4BAA4B,CAAC,EAAE,OAAO,CAAA;IACtC,wFAAwF;IACxF,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB;AAydD,QAAA,MAAM,YAAY;kCA5de,OAAO;6EA+dtC,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1,4 +1,4 @@
1
- import type { BaseFieldProps } from '../core/types';
1
+ import type { BaseFieldProps } from '@kong-ui-public/freeform';
2
2
  interface ScopeEntityFieldProps extends BaseFieldProps {
3
3
  /** Kong entity type: 'services', 'routes', 'consumers', 'consumer_groups' */
4
4
  entity: string;
@@ -1 +1 @@
1
- {"version":3,"file":"ScopeEntityField.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/components/ScopeEntityField.vue"],"names":[],"mappings":"AAoKA,OAAO,KAAK,EAAE,cAAc,EAAc,MAAM,eAAe,CAAA;AAO/D,UAAU,qBAAsB,SAAQ,cAAc;IACpD,6EAA6E;IAC7E,MAAM,EAAE,MAAM,CAAA;IACd,oDAAoD;IACpD,MAAM,CAAC,EAAE,MAAM,EAAE,CAAA;IACjB,oDAAoD;IACpD,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,4GAA4G;IAC5G,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;AAuLD,QAAA,MAAM,YAAY,sTAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
1
+ {"version":3,"file":"ScopeEntityField.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/components/ScopeEntityField.vue"],"names":[],"mappings":"AAoKA,OAAO,KAAK,EAAE,cAAc,EAAc,MAAM,0BAA0B,CAAA;AAO1E,UAAU,qBAAsB,SAAQ,cAAc;IACpD,6EAA6E;IAC7E,MAAM,EAAE,MAAM,CAAA;IACd,oDAAoD;IACpD,MAAM,CAAC,EAAE,MAAM,EAAE,CAAA;IACjB,oDAAoD;IACpD,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,4GAA4G;IAC5G,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;AAuLD,QAAA,MAAM,YAAY,sTAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1,7 +1,7 @@
1
1
  import { editor } from 'monaco-editor';
2
+ import type { UnionFieldSchema } from '@kong-ui-public/freeform';
2
3
  import type { AxiosRequestConfig } from 'axios';
3
4
  import type { KongManagerPluginFormConfig, KonnectPluginFormConfig } from '../../../types';
4
- import type { UnionFieldSchema } from '../core/form-schema';
5
5
  type PluginFormConfig = KonnectPluginFormConfig | KongManagerPluginFormConfig;
6
6
  export type EntityLensConfig = {
7
7
  entity: EntityKind;
@@ -1 +1 @@
1
- {"version":3,"file":"code-lens-providers.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/composables/code-lens-providers.ts"],"names":[],"mappings":"AAkBA,OAAO,EAAE,MAAM,EAAsB,MAAM,eAAe,CAAA;AAS1D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAA;AAI/C,OAAO,KAAK,EAAE,2BAA2B,EAAE,uBAAuB,EAAE,MAAM,gBAAgB,CAAA;AAC1F,OAAO,KAAK,EAAsB,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AAE/E,KAAK,gBAAgB,GAAG,uBAAuB,GAAG,2BAA2B,CAAA;AAI7E,MAAM,MAAM,gBAAgB,GAAG;IAC7B,MAAM,EAAE,UAAU,CAAA;IAClB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAA;CACnB,CAAA;AAID,QAAA,MAAM,UAAU,4EAA6E,CAAA;AAC7F,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,CAAC,CAAA;AAgHpD,wBAAgB,4BAA4B,CAC1C,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,gBAAgB,CAAC,GAC1C,KAAK,CAAC;IAAE,MAAM,EAAE,UAAU,CAAC;IAAC,OAAO,EAAE,MAAM,EAAE,CAAA;CAAE,CAAC,CAclD;AAsCD,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,gBAAgB,EAAE,WAAW,CAAC,EAAE,kBAAkB;mBA6IvE,MAAM,CAAC,UAAU;EA4ExC"}
1
+ {"version":3,"file":"code-lens-providers.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/composables/code-lens-providers.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,MAAM,EAAsB,MAAM,eAAe,CAAA;AAO1D,OAAO,KAAK,EAAsB,gBAAgB,EAAE,MAAM,0BAA0B,CAAA;AAGpF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAA;AAI/C,OAAO,KAAK,EAAE,2BAA2B,EAAE,uBAAuB,EAAE,MAAM,gBAAgB,CAAA;AAE1F,KAAK,gBAAgB,GAAG,uBAAuB,GAAG,2BAA2B,CAAA;AAI7E,MAAM,MAAM,gBAAgB,GAAG;IAC7B,MAAM,EAAE,UAAU,CAAA;IAClB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAA;CACnB,CAAA;AAID,QAAA,MAAM,UAAU,4EAA6E,CAAA;AAC7F,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,CAAC,CAAA;AAgHpD,wBAAgB,4BAA4B,CAC1C,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,gBAAgB,CAAC,GAC1C,KAAK,CAAC;IAAE,MAAM,EAAE,UAAU,CAAC;IAAC,OAAO,EAAE,MAAM,EAAE,CAAA;CAAE,CAAC,CAclD;AAsCD,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,gBAAgB,EAAE,WAAW,CAAC,EAAE,kBAAkB;mBA6IvE,MAAM,CAAC,UAAU;EA4ExC"}
@@ -1,5 +1,5 @@
1
1
  import type { ComputedRef, InjectionKey } from 'vue';
2
- import type { PartialInfo } from './core/types';
2
+ import type { PartialInfo } from './types';
3
3
  export declare const REDIS_PARTIAL_INFO: InjectionKey<PartialInfo>;
4
4
  export declare const FORM_EDITING: InjectionKey<ComputedRef<boolean>>;
5
5
  export declare const partialEndpoints: {
@@ -1 +1 @@
1
- {"version":3,"file":"const.d.ts","sourceRoot":"","sources":["../../../../src/components/free-form/const.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,KAAK,CAAA;AACpD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAA;AAE/C,eAAO,MAAM,kBAAkB,EAAE,YAAY,CAAC,WAAW,CAAgC,CAAA;AACzF,eAAO,MAAM,YAAY,EAAE,YAAY,CAAC,WAAW,CAAC,OAAO,CAAC,CAA+B,CAAA;AAE3F,eAAO,MAAM,gBAAgB;;;;;;;;;CAS5B,CAAA"}
1
+ {"version":3,"file":"const.d.ts","sourceRoot":"","sources":["../../../../src/components/free-form/const.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,KAAK,CAAA;AACpD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAE1C,eAAO,MAAM,kBAAkB,EAAE,YAAY,CAAC,WAAW,CAAgC,CAAA;AACzF,eAAO,MAAM,YAAY,EAAE,YAAY,CAAC,WAAW,CAAC,OAAO,CAAC,CAA+B,CAAA;AAE3F,eAAO,MAAM,gBAAgB;;;;;;;;;CAS5B,CAAA"}
@@ -1,4 +1,4 @@
1
- import type { PluginFormConfig } from './core/types';
1
+ import type { PluginFormConfig } from './types';
2
2
  /**
3
3
  * Type-checking helper for plugin form configs: a config provides either a custom
4
4
  * `component` (which owns its own render rules / field renderers) or top-level
@@ -6,5 +6,6 @@ import type { PluginFormConfig } from './core/types';
6
6
  * Defaulting to `CommonForm` happens in the plugin registry.
7
7
  */
8
8
  export declare function definePluginConfig(config?: PluginFormConfig): PluginFormConfig;
9
- export type { FieldRenderer, PluginFormConfig } from './core/types';
9
+ export type { FieldRendererRule } from '@kong-ui-public/freeform';
10
+ export type { PluginFormConfig } from './types';
10
11
  //# sourceMappingURL=define-plugin-config.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"define-plugin-config.d.ts","sourceRoot":"","sources":["../../../../src/components/free-form/define-plugin-config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAA;AAEpD;;;;;GAKG;AACH,wBAAgB,kBAAkB,CAAC,MAAM,GAAE,gBAAqB,GAAG,gBAAgB,CAElF;AAED,YAAY,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAA"}
1
+ {"version":3,"file":"define-plugin-config.d.ts","sourceRoot":"","sources":["../../../../src/components/free-form/define-plugin-config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAE/C;;;;;GAKG;AACH,wBAAgB,kBAAkB,CAAC,MAAM,GAAE,gBAAqB,GAAG,gBAAgB,CAElF;AAED,YAAY,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAA;AACjE,YAAY,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"StandardLayout.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/layout/StandardLayout.vue"],"names":[],"mappings":"AAuoBA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAA;AAU1E,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAA;AAIvD,MAAM,WAAW,KAAK,CAAC,CAAC,SAAS,kBAAkB,GAAG,GAAG,CAAE,SAAQ,qBAAqB,CAAC,CAAC,CAAC;IACzF,iBAAiB;IACjB,UAAU,EAAE,GAAG,CAAA;IACf,qBAAqB;IACrB,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAC/B;wBACoB,OAAO,YAAY;AAAxC,wBAAyC;AACzC,QAAA,MAAM,YAAY,GAAK,CAAC,SAAS,kBAAkB,EAClD,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,gBAAgB,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EAClE;WA04BO,OAAO,KAAK,EAAE,WAAW,GAAG,mBAAmB,CAAC;;;;KAAmC,CAAC,GAAG,CAAC,OAAO,UAAU,SAAS;QAAE,oBAAoB,EAAE,MAAM,CAAC,CAAA;KAAE,GAAG,CAAC,GAAG,EAAE,CAAC;YAC5J,CAAC,OAAO,EAAE,EAAE,KAAK,IAAI;WACtB,GAAG;;mDA1zBkC,GAAG;iBAVrC,MAAM,GAAG;wBACF,MAAM,GAAG;+BACF,MAAM,GAAG;qCACH,MAAM,GAAG;+BACf,MAAM,GAAG;gCACR,MAAM,GAAG;sCACH,MAAM,GAAG;gCACf,MAAM,GAAG;4BACb,MAAM,GAAG;;;EAg0B3B,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAA;CAAI,CAAC;AACzF,KAAK,mBAAmB,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,GAAG,GAAG;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG;KAAG,CAAC,IAAI,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,CAAC,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"StandardLayout.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/layout/StandardLayout.vue"],"names":[],"mappings":"AAooBA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAA;AAK1E,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAA;AAIvD,MAAM,WAAW,KAAK,CAAC,CAAC,SAAS,kBAAkB,GAAG,GAAG,CAAE,SAAQ,qBAAqB,CAAC,CAAC,CAAC;IACzF,iBAAiB;IACjB,UAAU,EAAE,GAAG,CAAA;IACf,qBAAqB;IACrB,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAC/B;wBACoB,OAAO,YAAY;AAAxC,wBAAyC;AACzC,QAAA,MAAM,YAAY,GAAK,CAAC,SAAS,kBAAkB,EAClD,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,gBAAgB,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EAClE;WAs5BO,OAAO,KAAK,EAAE,WAAW,GAAG,mBAAmB,CAAC;;;;KAAmC,CAAC,GAAG,CAAC,OAAO,UAAU,SAAS;QAAE,oBAAoB,EAAE,MAAM,CAAC,CAAA;KAAE,GAAG,CAAC,GAAG,EAAE,CAAC;YAC5J,CAAC,OAAO,EAAE,EAAE,KAAK,IAAI;WACtB,GAAG;;mDAt0BkC,GAAG;iBAVrC,MAAM,GAAG;wBACF,MAAM,GAAG;+BACF,MAAM,GAAG;qCACH,MAAM,GAAG;+BACf,MAAM,GAAG;gCACR,MAAM,GAAG;sCACH,MAAM,GAAG;gCACf,MAAM,GAAG;4BACb,MAAM,GAAG;;;EA40B3B,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAA;CAAI,CAAC;AACzF,KAAK,mBAAmB,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,GAAG,GAAG;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG;KAAG,CAAC,IAAI,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,CAAC,GAAG,EAAE,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import type { InjectionKey } from 'vue';
2
- import type { PluginFormLayoutComponent } from '../core/types';
3
- export type { PluginConfigurationBaseProps, PluginFormLayoutComponent, PluginFormLayoutProps, } from '../core/types';
2
+ import type { PluginFormLayoutComponent } from '../types';
3
+ export type { PluginConfigurationBaseProps, PluginFormLayoutComponent, PluginFormLayoutProps, } from '../types';
4
4
  export declare const FREE_FORM_PLUGIN_LAYOUT: InjectionKey<PluginFormLayoutComponent>;
5
5
  export declare function useProvideFreeFormPluginLayout(layoutComponent: PluginFormLayoutComponent): void;
6
6
  //# sourceMappingURL=provider.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"provider.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/layout/provider.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,KAAK,CAAA;AAEvC,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,eAAe,CAAA;AAE9D,YAAY,EACV,4BAA4B,EAC5B,yBAAyB,EACzB,qBAAqB,GACtB,MAAM,eAAe,CAAA;AAEtB,eAAO,MAAM,uBAAuB,EAAE,YAAY,CAAC,yBAAyB,CAAyE,CAAA;AAErJ,wBAAgB,8BAA8B,CAAC,eAAe,EAAE,yBAAyB,GAAG,IAAI,CAE/F"}
1
+ {"version":3,"file":"provider.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/layout/provider.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,KAAK,CAAA;AAEvC,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,UAAU,CAAA;AAEzD,YAAY,EACV,4BAA4B,EAC5B,yBAAyB,EACzB,qBAAqB,GACtB,MAAM,UAAU,CAAA;AAEjB,eAAO,MAAM,uBAAuB,EAAE,YAAY,CAAC,yBAAyB,CAAyE,CAAA;AAErJ,wBAAgB,8BAA8B,CAAC,eAAe,EAAE,yBAAyB,GAAG,IAAI,CAE/F"}
@@ -1,9 +1,10 @@
1
- import type { FieldRenderer, PluginFormConfig, PluginFormLayoutComponent, RenderRules } from './core/types';
1
+ import type { FieldRendererRule, RenderRules } from '@kong-ui-public/freeform';
2
+ import type { PluginFormConfig, PluginFormLayoutComponent } from './types';
2
3
  export interface ResolvedPluginFormConfig {
3
4
  component: PluginFormLayoutComponent<any>;
4
5
  experimental: boolean;
5
6
  renderRules?: RenderRules;
6
- fieldRenderers: FieldRenderer[];
7
+ fieldRenderers: FieldRendererRule[];
7
8
  }
8
9
  type PluginConfigModule = PluginFormConfig;
9
10
  export declare function derivePluginName(path: string): string;
@@ -1 +1 @@
1
- {"version":3,"file":"plugin-registry.d.ts","sourceRoot":"","sources":["../../../../src/components/free-form/plugin-registry.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,gBAAgB,EAAE,yBAAyB,EAAE,WAAW,EAAE,MAAM,cAAc,CAAA;AAE3G,MAAM,WAAW,wBAAwB;IACvC,SAAS,EAAE,yBAAyB,CAAC,GAAG,CAAC,CAAA;IACzC,YAAY,EAAE,OAAO,CAAA;IACrB,WAAW,CAAC,EAAE,WAAW,CAAA;IACzB,cAAc,EAAE,aAAa,EAAE,CAAA;CAChC;AAED,KAAK,kBAAkB,GAAG,gBAAgB,CAAA;AAW1C,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAUrD;AAED,wBAAgB,yBAAyB,CACvC,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,kBAAkB,CAAC,GAC1C,MAAM,CAAC,MAAM,EAAE,wBAAwB,CAAC,CAsB1C;AAED,eAAO,MAAM,oBAAoB,0CAA2C,CAAA;AAE5E,wBAAgB,eAAe,CAAC,UAAU,EAAE,MAAM,GAAG,wBAAwB,GAAG,SAAS,CAExF;AAED,wBAAgB,oBAAoB,CAClC,UAAU,EAAE,MAAM,EAClB,qBAAqB,EAAE,MAAM,EAAE,GAC9B,yBAAyB,CAAC,GAAG,CAAC,GAAG,SAAS,CAY5C;AAED,wBAAgB,iBAAiB,CAC/B,UAAU,EAAE,MAAM,EAClB,qBAAqB,EAAE,MAAM,EAAE,EAC/B,MAAM,CAAC,EAAE,KAAK,GAAG,UAAU,GAC1B,OAAO,CAQT;AAED,wBAAgB,0BAA0B,IAAI,MAAM,EAAE,CAKrD"}
1
+ {"version":3,"file":"plugin-registry.d.ts","sourceRoot":"","sources":["../../../../src/components/free-form/plugin-registry.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAA;AAC9E,OAAO,KAAK,EAAE,gBAAgB,EAAE,yBAAyB,EAAE,MAAM,SAAS,CAAA;AAE1E,MAAM,WAAW,wBAAwB;IACvC,SAAS,EAAE,yBAAyB,CAAC,GAAG,CAAC,CAAA;IACzC,YAAY,EAAE,OAAO,CAAA;IACrB,WAAW,CAAC,EAAE,WAAW,CAAA;IACzB,cAAc,EAAE,iBAAiB,EAAE,CAAA;CACpC;AAED,KAAK,kBAAkB,GAAG,gBAAgB,CAAA;AAW1C,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAUrD;AAED,wBAAgB,yBAAyB,CACvC,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,kBAAkB,CAAC,GAC1C,MAAM,CAAC,MAAM,EAAE,wBAAwB,CAAC,CAsB1C;AAED,eAAO,MAAM,oBAAoB,0CAA2C,CAAA;AAE5E,wBAAgB,eAAe,CAAC,UAAU,EAAE,MAAM,GAAG,wBAAwB,GAAG,SAAS,CAExF;AAED,wBAAgB,oBAAoB,CAClC,UAAU,EAAE,MAAM,EAClB,qBAAqB,EAAE,MAAM,EAAE,GAC9B,yBAAyB,CAAC,GAAG,CAAC,GAAG,SAAS,CAY5C;AAED,wBAAgB,iBAAiB,CAC/B,UAAU,EAAE,MAAM,EAClB,qBAAqB,EAAE,MAAM,EAAE,EAC/B,MAAM,CAAC,EAAE,KAAK,GAAG,UAAU,GAC1B,OAAO,CAQT;AAED,wBAAgB,0BAA0B,IAAI,MAAM,EAAE,CAKrD"}
@@ -1,4 +1,4 @@
1
- import type { FormSchema } from '../../core/form-schema';
1
+ import type { FormSchema } from '@kong-ui-public/freeform';
2
2
  /**
3
3
  * Gates expression mode on a plugin's expressible fields behind the 3.16
4
4
  * feature flag.
@@ -1 +1 @@
1
- {"version":3,"file":"use-expression-mode.d.ts","sourceRoot":"","sources":["../../../../../../src/components/free-form/plugins/_shared/use-expression-mode.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAuC,MAAM,wBAAwB,CAAA;AAE7F;;;;;;;;;;;GAWG;AACH,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,MAAM,UAAU;;;EAezD"}
1
+ {"version":3,"file":"use-expression-mode.d.ts","sourceRoot":"","sources":["../../../../../../src/components/free-form/plugins/_shared/use-expression-mode.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAuC,MAAM,0BAA0B,CAAA;AAE/F;;;;;;;;;;;GAWG;AACH,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,MAAM,UAAU;;;EAezD"}
@@ -1,4 +1,4 @@
1
- import type { FieldRenderer, RenderRules } from '../../core/types';
2
- export declare const vectordbFieldRenderers: FieldRenderer[];
1
+ import type { FieldRendererRule, RenderRules } from '@kong-ui-public/freeform';
2
+ export declare const vectordbFieldRenderers: FieldRendererRule[];
3
3
  export declare const vectordbRenderRules: RenderRules;
4
4
  //# sourceMappingURL=vectordb.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"vectordb.d.ts","sourceRoot":"","sources":["../../../../../../src/components/free-form/plugins/_shared/vectordb.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AAGlE,eAAO,MAAM,sBAAsB,EAAE,aAAa,EAiBjD,CAAA;AAED,eAAO,MAAM,mBAAmB,EAAE,WA0BjC,CAAA"}
1
+ {"version":3,"file":"vectordb.d.ts","sourceRoot":"","sources":["../../../../../../src/components/free-form/plugins/_shared/vectordb.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAA;AAE9E,eAAO,MAAM,sBAAsB,EAAE,iBAAiB,EAiBrD,CAAA;AAED,eAAO,MAAM,mBAAmB,EAAE,WA0BjC,CAAA"}
@@ -1,3 +1,3 @@
1
- declare const _default: import("../define-plugin-config").PluginFormConfig;
1
+ declare const _default: import("../types").PluginFormConfig;
2
2
  export default _default;
3
3
  //# sourceMappingURL=ace.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ACLForm.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/free-form/plugins/acl/ACLForm.vue"],"names":[],"mappings":"AAiCA,OAAO,EAAiB,kBAAkB,EAAE,MAAM,uBAAuB,CAAA;AAMzE,OAAO,KAAK,EAAE,qBAAqB,IAAI,KAAK,EAAE,MAAM,uBAAuB,CAAA;AAE3E,KAAK,WAAW,GAAG,KAAK,CAAC;AAGzB,KAAK,WAAW,GAAG;KAChB,CAAC,IAAI,OAAO,kBAAkB,GAAG,MAAM,GAAG;CAC5C,CAAC;AAmDF,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"ACLForm.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/free-form/plugins/acl/ACLForm.vue"],"names":[],"mappings":"AAiCA,OAAO,EAAiB,kBAAkB,EAAE,MAAM,uBAAuB,CAAA;AAMzE,OAAO,KAAK,EAAE,qBAAqB,IAAI,KAAK,EAAE,MAAM,uBAAuB,CAAA;AAE3E,KAAK,WAAW,GAAG,KAAK,CAAC;AAGzB,KAAK,WAAW,GAAG;KAChB,CAAC,IAAI,OAAO,kBAAkB,GAAG,MAAM,GAAG;CAC5C,CAAC;AAyDF,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ACLModeCard.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/free-form/plugins/acl/ACLModeCard.vue"],"names":[],"mappings":"AAsiBA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
1
+ {"version":3,"file":"ACLModeCard.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/free-form/plugins/acl/ACLModeCard.vue"],"names":[],"mappings":"AAwiBA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1,3 +1,3 @@
1
- declare const _default: import("../../define-plugin-config").PluginFormConfig;
1
+ declare const _default: import("../../types.ts").PluginFormConfig;
2
2
  export default _default;
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,3 @@
1
- declare const _default: import("../define-plugin-config").PluginFormConfig;
1
+ declare const _default: import("../types").PluginFormConfig;
2
2
  export default _default;
3
3
  //# sourceMappingURL=acme.d.ts.map
@@ -1,3 +1,3 @@
1
- declare const _default: import("../define-plugin-config").PluginFormConfig;
1
+ declare const _default: import("../types").PluginFormConfig;
2
2
  export default _default;
3
3
  //# sourceMappingURL=ai-a2a-proxy.d.ts.map
@@ -1,3 +1,3 @@
1
- declare const _default: import("../define-plugin-config").PluginFormConfig;
1
+ declare const _default: import("../types").PluginFormConfig;
2
2
  export default _default;
3
3
  //# sourceMappingURL=ai-aws-guardrails.d.ts.map
@@ -1,3 +1,3 @@
1
- declare const _default: import("../define-plugin-config").PluginFormConfig;
1
+ declare const _default: import("../types").PluginFormConfig;
2
2
  export default _default;
3
3
  //# sourceMappingURL=ai-azure-content-safety.d.ts.map
@@ -1,3 +1,3 @@
1
- declare const _default: import("../define-plugin-config").PluginFormConfig;
1
+ declare const _default: import("../types").PluginFormConfig;
2
2
  export default _default;
3
3
  //# sourceMappingURL=ai-custom-guardrail.d.ts.map
@@ -1,3 +1,3 @@
1
- declare const _default: import("../define-plugin-config").PluginFormConfig;
1
+ declare const _default: import("../types").PluginFormConfig;
2
2
  export default _default;
3
3
  //# sourceMappingURL=ai-gcp-model-armor.d.ts.map
@@ -1,3 +1,3 @@
1
- declare const _default: import("../define-plugin-config").PluginFormConfig;
1
+ declare const _default: import("../types").PluginFormConfig;
2
2
  export default _default;
3
3
  //# sourceMappingURL=ai-lakera-guard.d.ts.map
@@ -1,3 +1,3 @@
1
- declare const _default: import("../define-plugin-config").PluginFormConfig;
1
+ declare const _default: import("../types").PluginFormConfig;
2
2
  export default _default;
3
3
  //# sourceMappingURL=ai-llm-as-judge.d.ts.map
@@ -1,3 +1,3 @@
1
- declare const _default: import("../define-plugin-config").PluginFormConfig;
1
+ declare const _default: import("../types").PluginFormConfig;
2
2
  export default _default;
3
3
  //# sourceMappingURL=ai-mcp-oauth2.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AIMcpProxyForm.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/free-form/plugins/ai-mcp-proxy/AIMcpProxyForm.vue"],"names":[],"mappings":"AA6EA,OAAO,EAAiB,kBAAkB,EAAE,MAAM,uBAAuB,CAAA;AAQzE,OAAO,KAAK,EAAE,qBAAqB,IAAI,KAAK,EAAE,MAAM,uBAAuB,CAAA;AAI3E,KAAK,WAAW,GAAG,KAAK,CAAC;AAGzB,KAAK,WAAW,GAAG;KAChB,CAAC,IAAI,OAAO,kBAAkB,GAAG,MAAM,GAAG;CAC5C,CAAC;AAkKF,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"AIMcpProxyForm.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/free-form/plugins/ai-mcp-proxy/AIMcpProxyForm.vue"],"names":[],"mappings":"AAyEA,OAAO,EAAiB,kBAAkB,EAAE,MAAM,uBAAuB,CAAA;AAMzE,OAAO,KAAK,EAAE,qBAAqB,IAAI,KAAK,EAAE,MAAM,uBAAuB,CAAA;AAE3E,KAAK,WAAW,GAAG,KAAK,CAAC;AAGzB,KAAK,WAAW,GAAG;KAChB,CAAC,IAAI,OAAO,kBAAkB,GAAG,MAAM,GAAG;CAC5C,CAAC;AAuLF,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -1,3 +1,3 @@
1
- declare const _default: import("../../define-plugin-config").PluginFormConfig;
1
+ declare const _default: import("../../types.ts").PluginFormConfig;
2
2
  export default _default;
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,3 @@
1
- declare const _default: import("../define-plugin-config").PluginFormConfig;
1
+ declare const _default: import("../types").PluginFormConfig;
2
2
  export default _default;
3
3
  //# sourceMappingURL=ai-prompt-compressor.d.ts.map
@@ -1,3 +1,3 @@
1
- declare const _default: import("../define-plugin-config").PluginFormConfig;
1
+ declare const _default: import("../types").PluginFormConfig;
2
2
  export default _default;
3
3
  //# sourceMappingURL=ai-prompt-decorator.d.ts.map
@@ -1,3 +1,3 @@
1
- declare const _default: import("../define-plugin-config").PluginFormConfig;
1
+ declare const _default: import("../types").PluginFormConfig;
2
2
  export default _default;
3
3
  //# sourceMappingURL=ai-prompt-guard.d.ts.map
@@ -1,3 +1,3 @@
1
- declare const _default: import("../define-plugin-config").PluginFormConfig;
1
+ declare const _default: import("../types").PluginFormConfig;
2
2
  export default _default;
3
3
  //# sourceMappingURL=ai-prompt-template.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ai-prompt-template.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/plugins/ai-prompt-template.ts"],"names":[],"mappings":";AAIA,wBAqBE"}
1
+ {"version":3,"file":"ai-prompt-template.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/plugins/ai-prompt-template.ts"],"names":[],"mappings":";AAGA,wBAqBE"}
@@ -1,3 +1,3 @@
1
- declare const _default: import("../define-plugin-config").PluginFormConfig;
1
+ declare const _default: import("../types").PluginFormConfig;
2
2
  export default _default;
3
3
  //# sourceMappingURL=ai-proxy-advanced.d.ts.map