@kong-ui-public/entities-plugins 9.18.16 → 9.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/dist/entities-plugins.es.js +7354 -7470
  2. package/dist/entities-plugins.umd.js +49 -49
  3. package/dist/style.css +1 -1
  4. package/dist/types/components/PluginEntityForm.vue.d.ts +6 -6
  5. package/dist/types/components/PluginEntityForm.vue.d.ts.map +1 -1
  6. package/dist/types/components/free-form/RequestCallout/CalloutForm.vue.d.ts +2 -0
  7. package/dist/types/components/free-form/RequestCallout/CalloutForm.vue.d.ts.map +1 -1
  8. package/dist/types/components/free-form/RequestCallout/CalloutsForm.vue.d.ts.map +1 -1
  9. package/dist/types/components/free-form/RequestCallout/ConfigForm.vue.d.ts +8 -7
  10. package/dist/types/components/free-form/RequestCallout/ConfigForm.vue.d.ts.map +1 -1
  11. package/dist/types/components/free-form/RequestCallout/RequestCalloutForm.vue.d.ts +6 -5
  12. package/dist/types/components/free-form/RequestCallout/RequestCalloutForm.vue.d.ts.map +1 -1
  13. package/dist/types/components/free-form/RequestCallout/types.d.ts +6 -0
  14. package/dist/types/components/free-form/RequestCallout/types.d.ts.map +1 -1
  15. package/dist/types/components/free-form/shared/ArrayField.vue.d.ts +13 -5
  16. package/dist/types/components/free-form/shared/ArrayField.vue.d.ts.map +1 -1
  17. package/dist/types/components/free-form/shared/BooleanField.vue.d.ts +16 -1
  18. package/dist/types/components/free-form/shared/BooleanField.vue.d.ts.map +1 -1
  19. package/dist/types/components/free-form/shared/EnumField.vue.d.ts +18 -2
  20. package/dist/types/components/free-form/shared/EnumField.vue.d.ts.map +1 -1
  21. package/dist/types/components/free-form/shared/Field.vue.d.ts +34 -0
  22. package/dist/types/components/free-form/shared/Field.vue.d.ts.map +1 -0
  23. package/dist/types/components/free-form/shared/FieldRenderer.vue.d.ts +34 -0
  24. package/dist/types/components/free-form/shared/FieldRenderer.vue.d.ts.map +1 -0
  25. package/dist/types/components/free-form/shared/Form.vue.d.ts +42 -0
  26. package/dist/types/components/free-form/shared/Form.vue.d.ts.map +1 -0
  27. package/dist/types/components/free-form/shared/KeyValueField.vue.d.ts +19 -1
  28. package/dist/types/components/free-form/shared/KeyValueField.vue.d.ts.map +1 -1
  29. package/dist/types/components/free-form/shared/NumberField.vue.d.ts +18 -2
  30. package/dist/types/components/free-form/shared/NumberField.vue.d.ts.map +1 -1
  31. package/dist/types/components/free-form/shared/ObjectField.vue.d.ts +25 -4
  32. package/dist/types/components/free-form/shared/ObjectField.vue.d.ts.map +1 -1
  33. package/dist/types/components/free-form/shared/StringField.vue.d.ts +18 -2
  34. package/dist/types/components/free-form/shared/StringField.vue.d.ts.map +1 -1
  35. package/dist/types/components/free-form/shared/composables.d.ts +64 -4
  36. package/dist/types/components/free-form/shared/composables.d.ts.map +1 -1
  37. package/dist/types/components/free-form/shared/types.d.ts +9 -0
  38. package/dist/types/components/free-form/shared/types.d.ts.map +1 -1
  39. package/dist/types/components/free-form/shared/utils.d.ts +8 -0
  40. package/dist/types/components/free-form/shared/utils.d.ts.map +1 -1
  41. package/dist/types/composables/index.d.ts +1 -1
  42. package/dist/types/composables/useSchemas.d.ts +2 -1
  43. package/dist/types/composables/useSchemas.d.ts.map +1 -1
  44. package/dist/types/types/plugins/form-schema.d.ts +73 -0
  45. package/dist/types/types/plugins/form-schema.d.ts.map +1 -0
  46. package/package.json +12 -12
  47. package/dist/types/components/free-form/RequestCallout/CacheForm.vue.d.ts +0 -3
  48. package/dist/types/components/free-form/RequestCallout/CacheForm.vue.d.ts.map +0 -1
  49. package/dist/types/components/free-form/RequestCallout/CalloutRequestForm.vue.d.ts +0 -7
  50. package/dist/types/components/free-form/RequestCallout/CalloutRequestForm.vue.d.ts.map +0 -1
  51. package/dist/types/components/free-form/RequestCallout/CalloutResponseForm.vue.d.ts +0 -7
  52. package/dist/types/components/free-form/RequestCallout/CalloutResponseForm.vue.d.ts.map +0 -1
  53. package/dist/types/components/free-form/RequestCallout/RedisForm.vue.d.ts +0 -3
  54. package/dist/types/components/free-form/RequestCallout/RedisForm.vue.d.ts.map +0 -1
  55. package/dist/types/components/free-form/RequestCallout/UpstreamForm.vue.d.ts +0 -3
  56. package/dist/types/components/free-form/RequestCallout/UpstreamForm.vue.d.ts.map +0 -1
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .field-wrapper[data-v-aa603d42]{display:flex;flex-direction:column;gap:16px;width:100%}.config-card-fieldset[data-v-f7096c33]{border:solid 1px #e0e4ea;border-radius:4px;margin-bottom:8px;margin-top:4px}.config-card-fieldset-title[data-v-f7096c33]{font-size:14px;padding:0 8px;width:auto}fieldset.config-card-fieldset .config-card-details-row{width:unset}.config-card-json-item .config-card-details-row,fieldset.config-card-fieldset .config-card-details-row{margin:0 16px}.config-card-json-item .config-card-details-row:last-of-type,fieldset.config-card-fieldset .config-card-details-row:last-of-type{border-bottom:none}[data-v-2feb8c2e] .k-button.navigation-button{font-size:14px;font-weight:400}.config-card-details-row[data-v-5f9aa0e8]{align-items:center;border-bottom:var(--2f90d7f7);box-sizing:border-box;display:var(--668a792a);padding:16px 16px 16px 0;width:100%}.config-card-details-row .config-card-details-label[data-v-5f9aa0e8]{box-sizing:border-box;padding-right:16px;width:var(--5bc9ad14)}.config-card-details-row .config-card-details-label label[data-v-5f9aa0e8]{color:#3a3f51;display:inline-flex;max-width:100%}.config-card-details-row .config-card-details-label label .label-content[data-v-5f9aa0e8]{line-height:initial;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.config-card-details-row .config-card-details-label label .k-popover[data-v-5f9aa0e8]{min-width:0}.config-card-details-row .config-card-details-value[data-v-5f9aa0e8]{box-sizing:border-box;width:var(--5bc5215e)}.config-card-details-row .config-card-details-value .truncated[data-v-5f9aa0e8]{display:inline-block;line-height:initial;max-width:20ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.config-card-details-row .config-card-details-value span.attrs-data-text[data-v-5f9aa0e8]{overflow-wrap:anywhere}.config-card-details-row .config-card-details-value .copy-uuid-array[data-v-5f9aa0e8] .k-copy:not(:last-of-type){margin-bottom:8px}.config-card-details-row .config-card-details-value .method-badge-array[data-v-5f9aa0e8]{display:flex;flex-wrap:wrap;row-gap:10px}.config-card-details-row .config-badge[data-v-5f9aa0e8]{margin-right:4px}.config-card-details-row[data-v-5f9aa0e8] .k-label{margin-bottom:0}.config-card-details-row[data-v-5f9aa0e8] .k-label .kong-icon-infoFilled{display:flex}.config-card-details-row[data-v-5f9aa0e8] .config-card-details-row{width:auto}.json-content.k-code-block{border-top-left-radius:0;border-top-right-radius:0}.json-endpoint{align-items:baseline;background-color:#000933;border-bottom:1px solid rgba(255,255,255,.2);border-top-left-radius:8px;border-top-right-radius:8px;display:flex;padding:8px 0 8px 12px}.json-endpoint .k-code-block{flex:auto;z-index:2}.json-endpoint .k-code-block .code-block-content{padding-bottom:0;padding-top:0}.json-endpoint .k-code-block .code-block-secondary-actions{margin-top:0!important}.json-endpoint code{direction:rtl;max-width:var(--54aebfa2);overflow:hidden!important;text-align:left;text-overflow:ellipsis;white-space:nowrap}.config-card-prop-section-title[data-v-d67757a9]{color:#000933;font-size:16px;font-weight:600;margin-bottom:16px;margin-top:48px}.kong-ui-entity-base-config-card .config-card-actions[data-v-69a1e1d7]{align-items:center;display:flex}.kong-ui-entity-base-config-card .config-card-actions .config-format-select-label[data-v-69a1e1d7]{margin-bottom:0;margin-right:8px}.kong-ui-entity-base-config-card .config-card-prop-section-title[data-v-69a1e1d7]{color:#000933;font-size:16px;font-weight:600;margin-bottom:16px;margin-top:48px}.kong-ui-entity-base-config-card[data-v-69a1e1d7] .config-card-details-row:last-of-type{border-bottom:none}.kong-ui-entity-base-config-card .book-icon[data-v-69a1e1d7]{margin-left:8px;padding:0}.kong-ui-entity-base-form[data-v-b073d014]{box-sizing:border-box;max-width:1536px;width:100%}.kong-ui-entity-base-form[data-v-b073d014] .k-slideout-title{color:#000933!important;font-size:24px!important;font-weight:700!important;line-height:32px!important;margin-bottom:16px!important}.kong-ui-entity-base-form[data-v-b073d014] .k-card.content-card{padding:0 16px!important}.kong-ui-entity-base-form[data-v-b073d014] .tab-item>div.tab-link.has-panels{color:#6c7489!important;font-size:14px!important;font-weight:700!important;line-height:24px!important}.kong-ui-entity-base-form[data-v-b073d014] .tab-item.active>div.tab-link.has-panels{color:#000933!important;font-weight:600!important}.form-actions[data-v-b073d014]{align-items:center;display:flex;justify-content:flex-end;margin-top:24px}.form-actions[data-v-b073d014] .k-button:last-of-type,.form-actions[data-v-b073d014] .k-button:nth-last-of-type(2){margin-left:16px}.content-wrapper[data-v-a3a65cac] .k-tooltip{word-break:break-all}.kong-ui-entity-base-table .toolbar-container[data-v-1cdbe476]{align-items:center;display:flex;width:100%}.kong-ui-entity-base-table .toolbar-button-container[data-v-1cdbe476]{margin-left:auto}.kong-ui-entity-base-table .hidden[data-v-1cdbe476]{display:none}.kong-ui-entity-base-table[data-v-1cdbe476] .empty-state-icon-gateway{background-color:#ecfcff;border-radius:4px;padding:8px}.kong-ui-entity-base-table :deep(.k-table){table-layout:fixed}.kong-ui-entity-delete-modal .message[data-v-4361d622],.kong-ui-entity-delete-modal .description[data-v-4361d622]{line-height:24px;margin:0}.kong-ui-entity-delete-modal .message strong[data-v-4361d622]{font-weight:600}.kong-ui-entity-delete-modal .description[data-v-4361d622]{margin-top:32px}.kong-ui-entity-delete-error[data-v-4361d622]{margin-bottom:16px}.kong-ui-entity-filter-input[data-v-d1bb74d1]{width:100%}.kong-ui-entity-filter-clear[data-v-d1bb74d1]{cursor:pointer}.kong-ui-entity-filter[data-v-d1bb74d1]{display:flex;position:relative}.kong-ui-entity-filter[data-v-d1bb74d1] .menu-content{flex-direction:column}.kong-ui-entity-filter[data-v-d1bb74d1] .k-menu-item-divider hr{margin:12px 0}.kong-ui-entity-filter-backdrop[data-v-d1bb74d1]{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1050}.kong-ui-entity-filter-menu[data-v-d1bb74d1]{background-color:#fff;border:1px solid #afb7c5;border-radius:4px;box-shadow:0 4px 20px #e0e4ea;left:0;margin-top:16px;padding:8px 0 12px;position:absolute;top:100%;width:300px;z-index:1060}.kong-ui-entity-filter-menu-item[data-v-d1bb74d1]{border-bottom:1px solid #e0e4ea;color:#6c7489;font-size:12px;font-weight:400;line-height:16px;list-style:none;margin:0 20px;padding:16px 0;position:relative;white-space:nowrap}.menu-item-title[data-v-d1bb74d1]{align-items:center;cursor:pointer;display:flex;line-height:24px}.menu-item-title.expanded[data-v-d1bb74d1]{color:#232633}.menu-item-expand-icon[data-v-d1bb74d1]{margin-left:auto}.menu-item-expand-icon.expanded[data-v-d1bb74d1]{transform:rotate(180deg)}.menu-item-indicator[data-v-d1bb74d1]{background-color:#0044f4;border-radius:50%;height:4px;margin-left:4px;width:4px}.menu-item-body[data-v-d1bb74d1]{align-items:center;display:flex;justify-content:space-between;margin-top:16px}.menu-item-body[data-v-d1bb74d1] .input{padding-bottom:4px!important;padding-top:4px!important}.menu-item-body[data-v-d1bb74d1] .k-input{width:100%}.menu-item-body[data-v-d1bb74d1] .k-select-input .input{font-size:12px}.menu-item-body[data-v-d1bb74d1] .k-select-input .input::placeholder{color:#00000073!important;font-size:12px}.menu-item-label[data-v-d1bb74d1]{margin-bottom:0;margin-right:12px}.menu-item-buttons[data-v-d1bb74d1]{display:flex;justify-content:space-between;margin:10px 0 6px}.filter-clear-button-container[data-v-d1bb74d1]{padding:12px 20px 0}fieldset[data-v-b1f74200]{margin:0;min-width:0;padding:0}.kong-ui-entity-form-section[data-v-b1f74200]{border:0}.kong-ui-entity-form-section .form-section-wrapper[data-v-b1f74200]{column-gap:16px;display:flex;flex-direction:column;padding-bottom:64px;row-gap:12px;width:100%}@media (min-width: 1024px){.kong-ui-entity-form-section .form-section-wrapper[data-v-b1f74200]{flex-direction:row}}.kong-ui-entity-form-section .form-section-wrapper .form-section-info[data-v-b1f74200]{flex:1}@media (min-width: 1024px){.kong-ui-entity-form-section .form-section-wrapper .form-section-info[data-v-b1f74200]{max-width:350px}.kong-ui-entity-form-section .form-section-wrapper .form-section-info.sticky[data-v-b1f74200]{height:fit-content;margin-bottom:16px;position:sticky;top:16px}}.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-title[data-v-b1f74200]{color:#000933;font-size:16px;font-weight:700;line-height:20px;margin-bottom:8px;margin-top:0}.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-description[data-v-b1f74200],.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-description p[data-v-b1f74200],.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-description[data-v-b1f74200] p{color:#000933;font-size:14px;font-weight:400;line-height:20px;margin:0}.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-footer[data-v-b1f74200]{margin-top:32px}.kong-ui-entity-form-section .form-section-wrapper .form-section-content[data-v-b1f74200]{flex:1}.kong-ui-entity-form-section .form-section-wrapper .form-section-content[data-v-b1f74200]>*:not(:first-child){margin-top:24px}.kong-ui-entity-form-section.has-divider .form-section-wrapper[data-v-b1f74200]{border-bottom:1px solid #e0e4ea}.kong-ui-public-entity-link[data-v-96efdfa5]{align-items:center;display:flex}.kong-ui-public-entity-link .deleted-entity[data-v-96efdfa5]{font-style:italic}.kong-ui-public-entity-link .entity-link[data-v-96efdfa5]{display:flex;flex:1}.kong-ui-public-entity-link .entity-link[data-v-96efdfa5] .external-link-icon{color:#0044f4;margin-left:4px;padding:2px}.kong-ui-public-entity-link .entity-link-label[data-v-96efdfa5]{display:inline-block;font-weight:400;max-width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kong-ui-public-entity-link .copy-uuid-tooltip[data-v-96efdfa5]{align-items:center;cursor:pointer;display:flex}.kong-ui-public-entity-link .copy-uuid-tooltip .entity-link-copy-id[data-v-96efdfa5]{margin-left:2px}.kong-ui-public-entity-empty-state[data-v-b6376b66]{align-items:center;background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;font-family:Inter,Roboto,Helvetica,sans-serif;gap:24px;padding:64px 0;width:100%}@media (min-width: 640px){.kong-ui-public-entity-empty-state[data-v-b6376b66]{padding:64px 96px}}.kong-ui-public-entity-empty-state .empty-state-image[data-v-b6376b66]{margin-bottom:8px}.kong-ui-public-entity-empty-state .entity-empty-state-content[data-v-b6376b66]{align-items:center;display:flex;flex-direction:column;gap:8px;text-align:center;width:100%}.kong-ui-public-entity-empty-state .entity-empty-state-content .entity-empty-state-title h1[data-v-b6376b66]{align-items:center;color:#000933;display:flex;font-size:24px;font-weight:700;gap:8px;line-height:32px;margin:0}.kong-ui-public-entity-empty-state .entity-empty-state-content .entity-empty-state-title h1.secondary[data-v-b6376b66]{font-size:18px}.kong-ui-public-entity-empty-state .entity-empty-state-description[data-v-b6376b66],.kong-ui-public-entity-empty-state .entity-empty-state-pricing[data-v-b6376b66]{color:#52596e;font-size:14px;font-weight:400;line-height:20px;max-width:640px}.kong-ui-public-entity-empty-state .entity-empty-state-description p[data-v-b6376b66],.kong-ui-public-entity-empty-state .entity-empty-state-pricing p[data-v-b6376b66]{margin:0}.kong-ui-public-entity-empty-state .entity-empty-state-pricing[data-v-b6376b66]{margin-top:16px}.kong-ui-public-entity-empty-state .entity-empty-state-message[data-v-b6376b66]{color:#52596e}.kong-ui-public-entity-empty-state .entity-empty-state-action[data-v-b6376b66]{align-items:center;display:flex;gap:12px}.kong-ui-public-entity-empty-state .entity-empty-state-card-container[data-v-b6376b66]{display:flex;flex-wrap:wrap;gap:16px;justify-content:space-around;margin-top:8px;width:312px}@media (min-width: 640px){.kong-ui-public-entity-empty-state .entity-empty-state-card-container[data-v-b6376b66]{width:640px}}.kong-ui-public-entity-empty-state .entity-empty-state-card-container .entity-empty-state-card[data-v-b6376b66]{background-color:#f9fafb;border:1px solid #e0e4ea;border-radius:6px;color:#afb7c5;gap:8px;height:160px;padding:20px;width:312px}.kong-ui-public-entity-empty-state .entity-empty-state-card-container .entity-empty-state-card .feature-icon[data-v-b6376b66]{color:#3a3f51;display:flex;margin-bottom:12px}.kong-ui-public-entity-empty-state .entity-empty-state-card-container .entity-empty-state-card .feature-icon[data-v-b6376b66] .kui-icon{height:20px!important;width:20px!important}.kong-ui-public-entity-empty-state .entity-empty-state-card-container .entity-empty-state-card[data-v-b6376b66] .card-title{font-size:14px;font-weight:600}.kong-ui-public-entity-empty-state .entity-empty-state-card-container .entity-empty-state-card[data-v-b6376b66] .card-content{-webkit-box-orient:vertical;color:#6c7489;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;overflow:hidden}.kong-ui-public-entity-empty-state .entity-empty-state-bottom-container[data-v-b6376b66]{border-top:1px solid #e0e4ea;display:flex;flex-direction:column;gap:16px;padding-top:48px;width:100%}@media (min-width: 640px){.kong-ui-public-entity-empty-state .entity-empty-state-bottom-container[data-v-b6376b66]{width:640px}}.button-row[data-v-e21b3068]{align-items:center;display:flex;gap:12px}.kong-ui-entities-vaults-list[data-v-e21b3068]{width:100%}.kong-ui-entities-vaults-list .kong-ui-entity-filter-input[data-v-e21b3068]{margin-right:12px}.kong-ui-entities-vaults-list .table-content-overflow-wrapper[data-v-e21b3068]{max-width:60ch;overflow:hidden;text-overflow:ellipsis}.appear-enter-active{transition:all .5s ease}.appear-enter-from,.appear-leave-to{opacity:0;transform:translate(30px)}.kong-ui-entities-vault-form[data-v-b9195d7b]{width:100%}.kong-ui-entities-vault-form .advanced-fields-collapse[data-v-b9195d7b]{margin-bottom:24px}.kong-ui-entities-vault-form .advanced-fields-collapse .wrapper[data-v-b9195d7b]{display:flex;gap:24px;margin-bottom:24px}.kong-ui-entities-vault-form .advanced-fields-collapse .wrapper .item-50[data-v-b9195d7b]{width:50%}.kong-ui-entities-vault-form .advanced-fields-collapse .wrapper .item-100[data-v-b9195d7b],.kong-ui-entities-vault-form .vault-form-textarea[data-v-b9195d7b]{width:100%}.kong-ui-entities-vault-form .vault-form-provider-cards-container .provider-item[data-v-b9195d7b]{display:flex;flex-direction:row;gap:16px}.kong-ui-entities-vault-form .vault-form-provider-cards-container .provider-item-title-container[data-v-b9195d7b]{flex:1}.kong-ui-entities-vault-form .vault-form-provider-cards-container .provider-item-title[data-v-b9195d7b]{display:block;font-weight:700}.kong-ui-entities-vault-form .vault-form-provider-cards-container .provider-item-description[data-v-b9195d7b]{display:block;font-size:12px}.kong-ui-entities-vault-form .vault-form-provider-cards-container button:not(:disabled) .provider-item-title[data-v-b9195d7b]{color:#3a3f51}.kong-ui-entities-vault-form .vault-form-provider-cards-container button:not(:disabled) .provider-item-description[data-v-b9195d7b]{color:#6c7489}.kong-ui-entities-vault-form .vault-form-provider-cards-container[data-v-b9195d7b] .k-tooltip .popover-container{padding:6px!important}.kong-ui-entities-vault-form .vault-form-config-fields-container[data-v-b9195d7b]>*:not(:first-child),.kong-ui-entities-vault-form .vault-form-config-fields-container .vault-form-config-auth-method-container[data-v-b9195d7b]>*:not(:first-child){margin-top:24px}.kong-ui-entity-filter-input[data-v-1a035158]{margin-right:12px}.table-content-overflow-wrapper[data-v-1a035158]{max-width:60ch;overflow:hidden;text-overflow:ellipsis}.kong-ui-entities-secrets-list[data-v-f5aa5636]{width:100%}@media screen and (min-width: 1280px){[data-v-5ee165bf] .form-section-wrapper{column-gap:64px}}.kong-ui-entities-secret-form[data-v-754ddb2f]{width:100%}.vault-secret-picker-provider[data-v-66a1e406]{font-size:12px;margin:8px 0}.vault-secret-picker-provider-action[data-v-66a1e406]{color:#0044f4;cursor:pointer}.vault-secret-picker-provider-action.disabled[data-v-66a1e406]{color:#afb7c5;cursor:not-allowed}.vault-secret-picker .inputs-wrapper[data-v-df8552cc]{display:flex;flex-direction:column;gap:20px}.vault-secret-picker-vault-dropdown-item[data-v-df8552cc],.vault-secret-picker-secret-dropdown-item[data-v-df8552cc]{display:flex;flex-direction:column}.vault-secret-picker-vault-dropdown-item span[data-v-df8552cc],.vault-secret-picker-secret-dropdown-item span[data-v-df8552cc]{line-height:20px}.vault-secret-picker-vault-dropdown-item .select-item-label[data-v-df8552cc],.vault-secret-picker-secret-dropdown-item .select-item-label[data-v-df8552cc]{font-weight:600}.vault-secret-picker-vault-dropdown-item .select-item-description[data-v-df8552cc]{color:#6c7489;font-size:12px}.vault-secret-picker .k-empty-state[data-v-df8552cc]{background:none;box-sizing:border-box}.field-advanced[data-v-acfccff7]{margin-bottom:32px!important;margin-top:-16px}.advanced-field-dropdown-wrapper[data-v-acfccff7]{display:flex;flex-direction:column;width:100%}.advanced-field-dropdown-wrapper .advanced-field-title[data-v-acfccff7]{align-items:center;color:#07c;cursor:pointer;display:flex;font-size:inherit;margin-top:16px;order:2;padding:0}.advanced-field-dropdown-wrapper .advanced-field-title i[data-v-acfccff7]{color:#07c;font-size:16px}.advanced-field-dropdown-wrapper .advanced-field-title:hover span[data-v-acfccff7]{color:#07c;text-decoration:underline}.advanced-field-dropdown-wrapper .advanced-field-dropdown[data-v-acfccff7]{display:block;height:auto;max-height:100%;position:relative;width:100%}.advanced-field-dropdown-wrapper .advanced-field-dropdown.closed[data-v-acfccff7]{max-height:0;overflow:hidden}.advanced-field-dropdown-wrapper .advanced-field-title[data-v-acfccff7],.advanced-field-dropdown-wrapper .advanced-field-title[data-v-acfccff7]:focus,.advanced-field-dropdown-wrapper .advanced-field-title[data-v-acfccff7]:hover{background-color:transparent!important;border:none!important;cursor:pointer!important;font-weight:400!important}.array-card-container-wrapper{width:100%}.array-card-container[data-v-97302224]{align-items:center;display:flex}.array-card-container .card[data-v-97302224]{margin-bottom:8px}.array-card-container .array-card-remove-button[data-v-97302224]{margin-left:12px}.array-item-wrapper[data-v-51d79db2]{width:100%}.array-item[data-v-51d79db2]{display:flex;width:100%}.array-item[data-v-51d79db2] .k-button.delete{align-self:center;height:100%;margin-left:20px}.multi-item-wrapper[data-v-b4fcf731],.autosuggest[data-v-40a272a2]{width:100%}.k-select[data-v-40a272a2]{border:none!important;padding:0!important}.k-select .autosuggest__results_message[data-v-40a272a2]{color:#000000b3;font-size:14px;padding:8px 0;text-align:center}.k-select .k-select-item-label span[data-v-40a272a2]:last-child{opacity:.7}.field-span[data-v-40a272a2]{display:flex;justify-content:space-between}.autosuggest .k-select .k-select-list .k-select-item button:active{box-shadow:none}.autosuggest .k-select .k-select-list .k-select-item button:active:not(.selected){background-color:#f9fafb}.form-field-wrapper[data-v-fe1132bb],.form-field-wrapper[data-v-fe1132bb] input[type=radio]{width:100%}.form-field-wrapper[data-v-fe1132bb] input[type=color]{width:60px}.form-field-wrapper[data-v-fe1132bb] input[type=range]{padding:0}.form-field-wrapper[data-v-fe1132bb] input[type=password]::-ms-reveal{display:none}.slide-fade-enter-active,.slide-fade-leave-active{padding:0;transition:all .5s}.slide-fade-enter-from,.slide-fade-leave-to{max-height:0!important}.metrics-wrapper{width:100%}.metrics-wrapper .btn,.metrics-wrapper .metrics-wrapper i{cursor:pointer}.field-dropdown .title{align-items:center;background-color:#f9fafb;border-bottom:1px solid #eee;cursor:pointer;display:flex;height:45px;padding:0 16px;position:relative;transition:transform .2s cubic-bezier(.41,.35,1,.28) 0s,background-color .2s ease-in;width:100%}.field-dropdown .title:hover{background-color:#f5f5f5}.field-dropdown .metric-add-icon{margin-left:auto;transition:all .7s;-webkit-user-select:none;user-select:none}.field-dropdown .content{border:1px solid #eee;border-top:0;height:auto;overflow:hidden;transition:all .5s}.field-dropdown .content .metric-remove-button{float:right;margin-bottom:16px;margin-right:16px}.field-dropdown .content .vue-form-generator{padding:16px}.field-dropdown.active .title .metric-add-icon{transform:rotate(45deg)}.field-object-container[data-v-b7e3dcd7],.object-advanced-wrapper[data-v-9c0cacfc]{width:100%}.item-wrapper[data-v-9c0cacfc]{margin-left:28px}.index-wrapper[data-v-9c0cacfc]{align-items:center;display:flex;justify-content:space-between;margin-top:4px}.divider[data-v-9c0cacfc]{margin-bottom:8px;margin-top:8px}.wide-divider[data-v-9c0cacfc]{margin-bottom:16px;margin-top:16px}.input-wrapper[data-v-9c0cacfc]{margin-right:16px;margin-top:16px}.input-wrapper .indent[data-v-9c0cacfc]{margin-left:28px}.input-item[data-v-9c0cacfc],.input-item .form-control[data-v-9c0cacfc]{display:flex}.input-item .k-button[data-v-9c0cacfc]{display:flex;margin-left:20px;margin-right:20px}.radio-selection-group[data-v-09b8afda]{align-items:center;display:flex;gap:16px}.radio-selection-group[data-v-09b8afda] .k-radio{align-items:baseline}.field-array-item[data-v-27efd618]{display:flex;justify-content:space-between}.field-array-item input.form-control[data-v-27efd618]{width:200px}.field-checkbox input[data-v-6b4ee1cd]{margin-left:12px}.vue-form-generator .field-checklist .listbox,.vue-form-generator .field-checklist .dropList{height:auto;max-height:150px;overflow:auto}.vue-form-generator .field-checklist .listbox .list-row label,.vue-form-generator .field-checklist .dropList .list-row label{font-weight:initial}.vue-form-generator .field-checklist .listbox .list-row input,.vue-form-generator .field-checklist .dropList .list-row input{margin-right:4px}.vue-form-generator .field-checklist .combobox{height:initial;overflow:hidden}.vue-form-generator .field-checklist .combobox .mainRow{cursor:pointer;padding-right:10px;position:relative}.vue-form-generator .field-checklist .combobox .mainRow .arrow{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAGdJREFUOI3tzjsOwjAURNGDUqSgTxU5K2AVrJtswjUsgHSR0qdxAZZFPrS+3ZvRzBsqf9MUtBtazJk+oMe0VTriiZCFX8nbpENMgfARjsn74vKj5IFruhfc8d6zIF9S/Hyk5HS4spMVeFcOjszaOwMAAAAASUVORK5CYII=);background-repeat:no-repeat;height:16px;position:absolute;right:-9px;top:3px;transform:rotate(0);transition:transform .5s;width:16px}.vue-form-generator .field-checklist .combobox .mainRow.expanded .arrow{transform:rotate(-180deg)}.vue-form-generator .field-checklist .combobox .dropList{transition:height .5s}.key-value-pairs-editor[data-v-70998d5b]{width:100%}.key-value-pairs-editor .pair-item[data-v-70998d5b]{display:flex;gap:12px;justify-content:space-between}.key-value-pairs-editor .pair-item[data-v-70998d5b]:not(:first-child){margin-top:12px}.key-value-pairs-editor .pair-item .pair-item-cell[data-v-70998d5b]{flex-grow:1}span.field-label[data-v-d046a15a]{display:block;margin-left:12px;width:100%}.field-selectionGroup>label{display:none}.field-selectionGroup .control-help{color:#00000073;font-weight:400;margin-left:32px;width:100%}.field-selectionGroup .form-check-input{margin-bottom:8px;margin-right:8px}.field-selectionGroup .option-field{margin-top:16px}.field-selectionGroup .option-field .form-group{margin-bottom:16px}.field-selectionGroup .k-label{display:block}.selection-group[data-v-35c8682e]{width:100%}.selection-group .form-group[data-v-35c8682e],.selection-group .option-field-container[data-v-35c8682e]{margin-bottom:0}.selection-group .form-group.horizontal-radios .radio-group[data-v-35c8682e]{align-items:center;display:flex;flex-direction:row;gap:24px}.selection-group .form-group.horizontal-radios .radio-disabled[data-v-35c8682e]{cursor:not-allowed}.field-textarea[data-v-0e146fba]{width:100%}.form-group:not([class*=" col-"]){width:100%}.form-group{display:inline-block;margin-bottom:16px;vertical-align:top}.form-group label{font-weight:400}.form-group label>:first-child{display:inline-block}.form-group label>div[role=button]{display:inline-block}.form-group.featured>label{font-weight:700}.form-group.required>label:before{background-color:#d60027;border-radius:50%;content:"";height:6px;margin-right:8px;width:6px}.form-group.field-checkbox.required>label:before{display:none}.form-group.error input:not([type=checkbox]),.form-group.error textarea,.form-group.error select{background-color:#ff000026;border:1px solid #f00}.form-group.error .errors{color:red;font-size:12px}.form-group.error .errors span{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAiklEQVR4Xt2TMQoCQQxF3xdhu72MpZU3GU/meBFLOztPYrVWsQmEWSaMsIXgK8P8RyYkMjO2sAN+K9gTIAmDAlzoUzE7p4IFytvDCQWJKSStYB2efcAvqZFM0BcstMx5naSDYFzfLhh/4SmRM+6Agw/xIX0tKEDFufeDNRUc4XqLRz3qabVIf3BMHwl6Ktexn3nmAAAAAElFTkSuQmCC);background-repeat:no-repeat;display:block;font-weight:600;margin-top:3px;padding-left:17px;padding-top:0}.form-group-label[data-v-172f268b]{display:flex}.form-group-label[data-v-172f268b] .k-tooltip p{margin:0}.icon-wrapper[data-v-172f268b]{display:flex!important}.link-wrapper[data-v-172f268b]{margin-left:4px}.partial-config-card[data-v-c1eb723f]{display:flex;flex-direction:column;padding:20px}.partial-config-card .partial-config-card-row[data-v-c1eb723f]{border-bottom:1px solid #e0e4ea;color:#000933;display:flex}.partial-config-card .partial-config-card-row .config-card-row-label[data-v-c1eb723f]{align-items:center;flex:1;font-weight:600;padding:12px 0 16px}.partial-config-card .partial-config-card-row .config-card-row-label .label-text[data-v-c1eb723f]{line-height:24px}.partial-config-card .partial-config-card-row .config-card-row-value[data-v-c1eb723f]{align-items:center;display:flex;flex:1;font-family:JetBrains Mono,Consolas,monospace;font-family:JetBrains Mono,Consolas,monospace;font-family:var(--kui-font-family-code, "JetBrains Mono", Consolas, monospace);font-weight:400;font-weight:var(--kui-font-weight-regular, 400);padding-left:16px}.partial-config-card .partial-config-card-row .config-card-row-value .value-text[data-v-c1eb723f]{line-height:20px}.redis-config-select[data-v-e0256888]{margin:16px 0}.redis-config-select[data-v-e0256888] .k-label{margin-top:0}.redis-config-select .shared-redis-config-title[data-v-e0256888]{font-weight:600;line-height:20px;margin-bottom:8px}.redis-config-select .empty-redis-config[data-v-e0256888]{color:#6c7489}.redis-config-select .new-redis-config-area[data-v-e0256888]{align-items:center;color:#0044f4;cursor:pointer;display:flex;gap:2px;pointer-events:auto}.redis-config-select .plugin-form-redis-configuration-dropdown-item[data-v-e0256888]{align-items:center;display:flex;gap:16px}.redis-config-select .plugin-form-redis-configuration-dropdown-item .select-item-name[data-v-e0256888]{color:#3a3f51;line-height:24px}.redis-config-select .selected-redis-config[data-v-e0256888],.redis-config-select .plugin-form-selected-redis-config[data-v-e0256888]{font-weight:700;line-height:24px}.redis-shared-config-error-message[data-v-e0256888]{color:#d60027}.redis-config-card[data-v-b9a17494]{margin-bottom:16px}.redis-config-card[data-v-b9a17494] .form-group:last-child{margin-bottom:0}.dedicated-redis-config[data-v-b9a17494]{margin-top:16px}.dedicated-redis-config .dedicated-redis-config-title[data-v-b9a17494]{font-size:16px;font-weight:700;line-height:20px;margin-bottom:16px}.redis-config-radio-group[data-v-b9a17494]{display:flex;gap:8px;margin-bottom:8px}.vue-form-generator *{box-sizing:border-box}.vue-form-generator .hidden-field{display:none}.vue-form-generator .form-group{margin-bottom:24px}.vue-form-generator .form-group:last-child{margin-bottom:32px}.vue-form-generator .form-group.hide-label>label{display:none}.vue-form-generator .form-group label{font-weight:500}.vue-form-generator .field-advanced{margin-bottom:8px;margin-top:-8px}.vue-form-generator .field-advanced .form-group:last-child{margin-bottom:16px}.vue-form-generator .k-input[type=text]{width:100%}.vue-form-generator :not(.k-input):not(.k-textarea).form-control{background-color:#fff;background-image:none;border:none;border-radius:3px;box-shadow:inset 0 0 0 1px #e7e7ec;box-sizing:border-box;color:#52596e;display:block;font-size:16px;line-height:24px;padding:8px 16px;transition:color .1s ease,box-shadow .1s ease,border-color ease-in-out .15s;width:100%}.vue-form-generator :not(.k-input):not(.k-textarea).form-control:hover{box-shadow:inset 0 0 0 1px #bdd3f9}.vue-form-generator :not(.k-input):not(.k-textarea).form-control:focus{box-shadow:inset 0 0 0 1px #3972d5;outline:none}.vue-form-generator :not(.k-input):not(.k-textarea).form-control:not([class*=" col-"]){width:100%}.vue-form-generator div.help{margin-left:4px;position:relative}.vue-form-generator div.help .icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAA+UlEQVQ4ja3TS0oDQRAG4C8+lq7ceICICoLGK7iXuNBbeAMJuPVOIm7cqmDiIncIggg+cMZFaqCnZyYKWtB0df31V1VXdfNH6S2wD9CP8xT3KH8T9BiTcE7XBMOfyBcogvCFO9ziLWwFRosyV+QxthNsA9dJkEYlvazsQdi3sBv6Ol6TBLX+HWT3fcQZ3vGM5fBLk+ynAU41m1biCXvhs4OPBDuBpa6GxF0P8YAj3GA1d1qJfdoS4DOIcIm1DK9x8iaWeDF/SP3QU6zRROpjLDFLsFlibx1jJaMkSIGrWKntvItcyTBKzCcybsvc9ZmYz3kz9Ooz/b98A8yvW13B3ch6AAAAAElFTkSuQmCC);background-position:center center;background-repeat:no-repeat;display:inline-block;height:14px;width:16px}.vue-form-generator .field-wrap{display:flex}.vue-form-generator .field-wrap .buttons{margin-left:4px;white-space:nowrap}.vue-form-generator .field-wrap input[type=submit]{background-color:#fff;border:1px solid #ccc;border-radius:4px;color:#333;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;line-height:1.42857143;margin:0;padding:6px 12px;text-align:center;touch-action:manipulation;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.vue-form-generator .field-wrap input[type=submit]:not(:last-child){margin-right:4px}.vue-form-generator .field-wrap input[type=submit]:hover{background-color:#e6e6e6;color:#333}.vue-form-generator .field-wrap input[type=submit]:active{background-color:#d4d4d4;border-color:#8c8c8c;box-shadow:inset 0 3px 5px #00000020;color:#333;outline:0}.vue-form-generator .field-wrap input[type=submit]:disabled{cursor:not-allowed;opacity:.6}.vue-form-generator .hint{font-size:12px;font-style:italic}.vue-form-generator .kong-form-new-element-button-label{margin-bottom:24px!important;margin-top:24px!important}.vue-form-generator div.help .icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiI+ICA8cGF0aCBmaWxsPSIjMDA4NkU2IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDExYy0yLjc2MSAwLTUtMi4yMzktNS01czIuMjM5LTUgNS01IDUgMi4yMzkgNSA1LTIuMjM5IDUtNSA1TTYgMEMyLjY4NiAwIDAgMi42ODYgMCA2czIuNjg2IDYgNiA2IDYtMi42ODYgNi02LTIuNjg2LTYtNi02bTAgM2MtMS4xMDUgMC0yIC44OTUtMiAyaDFjMC0uNTUyLjQ0OC0xIDEtMXMxIC40NDggMSAxLS40NDggMS0xIDEtMSAuNDQ4LTEgMWgxYzEuMTA1IDAgMi0uODk1IDItMnMtLjg5NS0yLTItMnpNNSA5aDJWOEg1djF6Ii8+PC9zdmc+);height:12px;width:12px}.vue-form-generator .field-wrap button.danger:hover,.vue-form-generator .field-wrap input[type=submit].danger:hover,.vue-form-generator .field-wrap button.danger:active,.vue-form-generator .field-wrap input[type=submit].danger:active{background-color:#fff;box-shadow:none;color:#fff}.vue-form-generator .field-wrap button.tertiary:hover,.vue-form-generator .field-wrap input[type=submit].tertiary:hover,.vue-form-generator .field-wrap button.tertiary:active,.vue-form-generator .field-wrap input[type=submit].tertiary:active{background-color:#fff;box-shadow:none;color:#0044f4}.vue-form-generator .field-checkbox{align-items:center;display:flex}.vue-form-generator .field-checkbox label{margin:0;order:1}.vue-form-generator .field-checkbox input{margin-left:0;margin-right:12px}.vue-form-generator .field-radios .radio-list label input[type=radio]{margin-right:10px}.vue-form-generator label{font-weight:500}.vue-form-generator .form-group input[type=radio]{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid currentColor;border-radius:100%;color:#0044f4;display:inline-flex;height:20px;justify-content:center;width:20px}.vue-form-generator .form-group input[type=radio]:after{border-radius:100%;content:"";height:10px;width:10px}.vue-form-generator .form-group input[type=radio]:disabled{background-color:#e0e4ea;border-color:#afb7c5}.vue-form-generator .form-group input[type=radio]:checked:after{background-color:currentColor}.vue-form-generator .form-group input[type=radio]:checked:disabled:after{background-color:#afb7c5}.vue-form-generator .root-level-collapse .k-collapse-heading{margin-bottom:0!important}.vue-form-generator .root-level-collapse .k-collapse-visible-content{color:#6c7489}.vue-form-generator .nested-collapse .k-collapse-heading{margin-bottom:24px!important}.global-fields.VueFormGenerator .form-group:last-child{margin-bottom:24px}.general-settings .VueFormGenerator .form-group:last-child{margin-bottom:0}.general-settings .k-label{margin-bottom:8px;margin-top:24px}.general-settings .k-input-switch .k-label{margin-top:0}.general-settings .auth-method-container{display:flex;flex-wrap:wrap}.general-settings .auth-method-container .auth-method{margin-bottom:8px;width:50%}.general-settings .k-switch{margin:24px 0}.advanced-field-dropdown.closed{margin-bottom:32px}.advanced-field-dropdown.open{margin-top:8px}.section-header[data-v-44df963d]{color:#000000d9;font-size:16px;font-weight:500;line-height:20px}.description[data-v-44df963d]{color:#00000073;margin-bottom:12px}.description a[data-v-44df963d]{display:inline}.link-wrapper[data-v-44df963d]{margin-bottom:8px}[data-v-44df963d] .k-tabs ul[role=tablist]{margin-bottom:32px}[data-v-44df963d] .jwk-array-input-wrapper{display:flex;justify-content:space-between;margin-bottom:12px;width:400px}[data-v-44df963d] .jwk-array-input-wrapper input.form-control{width:300px}[data-v-44df963d] .auth-array-item-container{width:100%}[data-v-44df963d] .auth-array-item{display:flex;margin-top:8px}[data-v-44df963d] .k-button.auth-array-item-new{margin-top:24px}[data-v-f54f37ae] .post-function-array-item-container{width:100%}[data-v-f54f37ae] .post-function-array-item{margin-top:8px}[data-v-0d5c541f] .exit-transformer-array-item-container{width:100%}[data-v-0d5c541f] .exit-transformer-array-item{margin-top:8px}.issuer-select[data-v-07cecf5b]{margin-bottom:16px;width:100%}.header-wrapper[data-v-07cecf5b]{margin-bottom:8px}.sub-form[data-v-07cecf5b]{margin-left:24px}.description[data-v-07cecf5b]{margin-bottom:12px}[data-v-07cecf5b] .k-tabs ul[role=tablist]{margin-bottom:32px}.rla-form-basic-fields[data-v-f6dcb65c]{display:flex;flex-direction:column;gap:24px;margin-bottom:24px}.rla-form-basic-fields .rla-form-request-limits .rla-form-request-limits-content[data-v-f6dcb65c]{display:flex;flex-direction:column;gap:12px}.rla-form-basic-fields .rla-form-request-limits .rla-form-window-type-radios[data-v-f6dcb65c]{display:flex;flex-direction:row;gap:20px}.rla-form-basic-fields .rla-form-request-limits .rla-form-window-type-radios[data-v-f6dcb65c] .radio-label{font-size:14px;font-weight:400}.rla-form-basic-fields .rla-form-request-limits-title[data-v-f6dcb65c]{font-size:16px;font-weight:700}.rla-form-basic-fields .rla-form-request-limits-subtitle[data-v-f6dcb65c]{color:#6c7489;font-size:14px;font-weight:400}.rla-form-basic-fields .rla-form-request-limits-items[data-v-f6dcb65c]{display:flex;flex-direction:column;gap:12px}.rla-form-basic-fields .rla-form-request-limits-row[data-v-f6dcb65c],.rla-form-basic-fields .rla-form-request-limits-inputs[data-v-f6dcb65c],.rla-form-basic-fields .rla-form-request-limits-actions[data-v-f6dcb65c]{align-items:center;display:flex;flex-direction:row;gap:12px;justify-content:space-between}.rla-form-basic-fields .rla-form-request-limits-inputs[data-v-f6dcb65c]{flex-grow:1}.rla-form-basic-fields .rla-form-request-limits-actions[data-v-f6dcb65c]{flex-shrink:0}.rla-form-basic-fields .rla-form-request-limits[data-v-f6dcb65c] .form-group{margin-bottom:0!important}.rla-form-basic-fields .rla-form-request-limits-examples[data-v-f6dcb65c]{align-items:center;display:flex;flex-direction:row;gap:8px}.rla-form-basic-fields .rla-form-request-limits-examples-badges[data-v-f6dcb65c]{display:flex;flex-direction:row;gap:8px}.rla-form-basic-fields .rla-form-request-limits-examples-badges[data-v-f6dcb65c] .rla-form-request-limits-examples-badge{cursor:pointer}.rla-form-basic-fields .rla-form-window-type-label[data-v-f6dcb65c] .k-tooltip p,.rla-form-basic-fields .rla-form-identifiers[data-v-f6dcb65c] .k-tooltip p{margin:0}.rla-form-basic-fields .rla-form-error-inputs[data-v-f6dcb65c]{align-items:center;display:flex;flex-direction:row;gap:12px;justify-content:space-between}.rla-form-basic-fields .rla-form-error-inputs .input-error-code[data-v-f6dcb65c]{max-width:200px;min-width:100px;width:20%}.rla-form-redis-card[data-v-f6dcb65c]{margin:12px 0}.rla-last-vfg[data-v-f6dcb65c]{margin-top:24px}.plugin-field-rule-alerts[data-v-d8eb79cf]{margin-bottom:16px;margin-top:8px}.plugin-field-rule-alerts ul[data-v-d8eb79cf]{margin:0;padding-inline-start:24px}.ff-array-field[data-v-95e80359]{display:flex;flex-direction:column;gap:8px}.ff-array-field-label.k-label[data-v-95e80359]{margin-bottom:0;margin-top:0}.ff-array-field-header[data-v-95e80359]{align-items:center;display:flex;gap:8px;height:32px}.ff-array-field-container[data-v-95e80359]{display:flex;flex-direction:column;gap:16px}.ff-array-field-item[data-v-95e80359]{display:flex;padding:12px 16px}.ff-array-field-item-content[data-v-95e80359]{display:flex;flex-direction:column;flex-grow:1;gap:16px}.ff-array-field-default>.ff-array-field-container>.ff-array-field-item[data-v-95e80359]{align-items:center;flex-direction:row;gap:8px;padding:0}.ff-array-field-card>.ff-array-field-container>.ff-array-field-item[data-v-95e80359] .card-content{align-items:center;flex-direction:row;gap:8px}.ff-array-field-tabs .ff-array-field-item[data-v-95e80359]{flex-direction:column;gap:24px}.ff-array-field-sticky-tabs[data-v-95e80359] .k-tabs ul{background-color:#fff;position:sticky;top:var(--6b134140);z-index:10}.ff-array-field-sticky-tabs[data-v-95e80359] .k-tabs .tab-link:has(.k-button:hover):hover{background-color:transparent}.ff-array-field[data-v-95e80359] .k-tooltip p{margin:0}.ff-kv-field[data-v-c6dabfe8]{display:flex;flex-direction:column;gap:8px}.ff-kv-field-label.k-label[data-v-c6dabfe8]{margin-bottom:0;margin-top:0}.ff-kv-field-header[data-v-c6dabfe8]{align-items:center;display:flex;gap:8px;height:32px}.ff-kv-field-entry[data-v-c6dabfe8]{align-items:center;display:flex;gap:8px}.ff-kv-field-entry-key[data-v-c6dabfe8],.ff-kv-field-entry-value[data-v-c6dabfe8]{flex:1 1 0}.ff-kv-field[data-v-c6dabfe8] .k-tooltip p{margin:0}.ff-slide-active[data-v-481d7a76]{transition-duration:.2s;transition-property:height,padding,margin,border-width;transition-timing-function:ease-in-out}.ff-object-field-label.k-label[data-v-4cdc39ce]{margin-bottom:0;margin-top:0}.ff-object-field-header[data-v-4cdc39ce]{align-items:center;display:flex;gap:8px;height:32px}.ff-object-field-actions[data-v-4cdc39ce]{align-items:center;display:flex;gap:4px}.ff-object-field-button-expand .ff-object-field-button-icon[data-v-4cdc39ce],.ff-object-field-button-collapse .ff-object-field-button-icon[data-v-4cdc39ce]{transition:transform .2s ease-in-out}.ff-object-field-button-expand .ff-object-field-button-icon[data-v-4cdc39ce]{transform:rotate(-90deg)}.ff-object-field-content[data-v-4cdc39ce]{display:flex;flex-direction:column;gap:24px;margin-top:4px;padding:16px 8px 4px 16px}.ff-object-field[data-v-4cdc39ce] .k-tooltip p,.ff-string-field[data-v-4a31f189] .k-tooltip p,.ff-boolean-field[data-v-1c936eba] .k-tooltip p,.ff-enum-field[data-v-1cefc249] .k-tooltip p,.ff-number-field[data-v-6ed0d08e] .k-tooltip p{margin:0}[data-v-f4794584] .rc-code textarea{font-family:JetBrains Mono,Consolas,monospace!important}[data-v-f4794584] .k-label{font-weight:500}.rc-config-form[data-v-f4794584]{display:flex;flex-direction:column;gap:40px}.sc-form-config-fields[data-v-918b9b2f]{border-top:1px solid #e0e4ea;margin-top:24px;padding-top:24px}.sc-form-config-form[data-v-918b9b2f]{margin:40px 0}.kong-ui-entities-plugin-form[data-v-29acf4eb]{width:100%}.kong-ui-entities-plugin-form .fade-enter-active[data-v-29acf4eb],.kong-ui-entities-plugin-form .fade-leave-active[data-v-29acf4eb]{transition:opacity .5s}.kong-ui-entities-plugin-form .fade-enter-from[data-v-29acf4eb],.kong-ui-entities-plugin-form .fade-leave-to[data-v-29acf4eb]{opacity:0}.kong-ui-entities-plugin-form .entity-form .plugin-config-empty-state[data-v-29acf4eb]{color:#6c7489;font-size:14px;font-style:italic;margin-bottom:16px}.kong-ui-entities-plugin-form[data-v-29acf4eb] .vue-form-generator>fieldset .form-group:last-child{margin-bottom:0}.kong-ui-entities-plugin-form[data-v-29acf4eb] .vue-form-generator .k-collapse.root-level-collapse{border-top:1px solid #e0e4ea;margin-top:24px;padding-top:24px}.kong-ui-entities-plugin-form[data-v-29acf4eb] .vue-form-generator fieldset{border:none;margin-left:0;padding:0}.kong-ui-entities-plugin-form[data-v-29acf4eb] .vue-form-generator .bottom-border{border-bottom:1px solid #e0e4ea;padding-bottom:24px}.kong-ui-entities-plugin-form[data-v-29acf4eb] .vue-form-generator .top-border{border-top:1px solid #e0e4ea;padding-top:24px}.kong-ui-entities-plugin-form[data-v-29acf4eb] .vue-form-generator .form-group.kong-form-hidden-field-wrapper{display:none}.kong-ui-entities-plugin-form[data-v-29acf4eb] .vue-form-generator .form-group hr.divider{border-color:#e0e4ea;opacity:.3}.kong-ui-entities-plugin-form[data-v-29acf4eb] .vue-form-generator .form-group hr.wide-divider{border-color:#e0e4ea;opacity:.6}.kong-ui-entities-plugin-form[data-v-29acf4eb] .vue-form-generator .form-group.field-textArea textarea{resize:vertical}.kong-ui-entities-plugin-form[data-v-29acf4eb] .vue-form-generator .hint{font-size:12px;margin-bottom:10px;margin-top:5px;opacity:.6}.kong-ui-entities-plugin-form[data-v-29acf4eb] .vue-form-generator .k-select-item button,.kong-ui-entities-plugin-form[data-v-29acf4eb] .vue-form-generator .k-multiselect-item button{border:none}.kong-ui-entities-plugin-form[data-v-29acf4eb] .vue-form-generator .k-select-item button .k-select-item-label .first-part,.kong-ui-entities-plugin-form[data-v-29acf4eb] .vue-form-generator .k-select-item button .k-multiselect-item-label,.kong-ui-entities-plugin-form[data-v-29acf4eb] .vue-form-generator .k-multiselect-item button .k-select-item-label .first-part,.kong-ui-entities-plugin-form[data-v-29acf4eb] .vue-form-generator .k-multiselect-item button .k-multiselect-item-label{display:block;text-align:start}.kong-ui-entities-plugin-form[data-v-29acf4eb] .vue-form-generator .field-radios .radio-list label input[type=radio]{margin-right:10px}.kong-ui-entities-plugin-form[data-v-29acf4eb] .vue-form-generator label{font-weight:500}.kong-ui-entities-plugin-form[data-v-29acf4eb] .vue-form-generator .form-group.field-array label,.kong-ui-entities-plugin-form[data-v-29acf4eb] .vue-form-generator .form-group.field-select label,.kong-ui-entities-plugin-form[data-v-29acf4eb] .vue-form-generator .form-group.field-multiselect label{display:flex;justify-content:flex-start}.kong-ui-entities-plugin-form[data-v-29acf4eb] .vue-form-generator .kong-form-array-field{width:100%}.kong-ui-entities-plugin-form[data-v-29acf4eb] .vue-form-generator .kong-form-array-field .kong-form-array-field-item{margin-bottom:8px}.kong-ui-entities-plugin-form[data-v-29acf4eb] .vue-form-generator .kong-form-array-field .kong-form-array-field-item .k-button.delete{align-self:center}.kong-ui-entities-plugin-form .global-fields[data-v-29acf4eb]{border-bottom:1px solid #e0e4ea}.kong-ui-entities-plugin-form .general-settings .form-group label[data-v-29acf4eb]{display:flex;justify-content:flex-start}.kong-ui-entities-plugin-form .general-settings .form-group .field-wrap button[data-v-29acf4eb]{margin-top:6px}.kong-ui-entities-plugin-form .general-settings .link-wrapper[data-v-29acf4eb]{margin-top:16px}.kong-ui-entities-plugin-form-container[data-v-7348a92c]{width:100%}.kong-ui-entities-plugin-form-container .form-action-button[data-v-7348a92c]{margin-left:16px}.kong-ui-entities-plugin-form-container .plugin-form-actions[data-v-7348a92c]{display:flex}.kong-ui-entities-plugin-form-container[data-v-7348a92c] .k-slideout-title{color:#000933!important;font-size:24px!important;font-weight:700!important;line-height:32px!important;margin-bottom:16px!important}.kong-ui-entities-plugin-form-container[data-v-7348a92c] .k-card.content-card{padding:0 16px!important}.kong-ui-entities-plugin-form-container[data-v-7348a92c] .tab-item>div.tab-link.has-panels{color:#6c7489!important;font-size:14px!important;font-weight:700!important;line-height:24px!important}.kong-ui-entities-plugin-form-container[data-v-7348a92c] .tab-item.active>div.tab-link.has-panels{color:#000933!important;font-weight:600!important}.button-row[data-v-5b9e67a7]{align-items:center;display:flex;gap:12px}.kong-ui-entities-plugins-list[data-v-5b9e67a7]{width:100%}.kong-ui-entities-plugins-list .kong-ui-entity-filter-input[data-v-5b9e67a7]{margin-right:12px}.kong-ui-entities-plugins-list .table-content-overflow-wrapper[data-v-5b9e67a7]{max-width:60ch;overflow:hidden;text-overflow:ellipsis}.kong-ui-entities-plugins-list .name-cell-wrapper[data-v-5b9e67a7]{align-items:center;display:flex}.kong-ui-entities-plugins-list .name-cell-wrapper .plugin-icon[data-v-5b9e67a7]{margin-right:12px}.kong-ui-entities-plugins-list .name-cell-wrapper .info-wrapper[data-v-5b9e67a7]{display:flex;flex-direction:column}.kong-ui-entities-plugins-list .name-cell-wrapper .info-wrapper .info-name[data-v-5b9e67a7]{color:#3a3f51;font-size:14px;font-weight:600;line-height:20px}.kong-ui-entities-plugins-list .name-cell-wrapper .info-wrapper .info-type[data-v-5b9e67a7]{color:#6c7489;font-size:14px;line-height:16px;margin-top:4px}.kong-ui-entities-plugins-list .k-badge.disabled[data-v-5b9e67a7]{cursor:default}.plugin-select-card-wrapper[data-v-28728a65]{display:flex}.plugin-select-card-wrapper .plugin-select-card[data-v-28728a65]{border:1px solid #e0e4ea;border-radius:6px;box-sizing:border-box;color:initial;cursor:pointer;display:flex;flex-direction:column;gap:20px;overflow:hidden;padding:20px 20px 0;width:100%}.plugin-select-card-wrapper .plugin-select-card[data-v-28728a65]:hover{box-shadow:0 0 5px #21212133;text-decoration:none}.plugin-select-card-wrapper .plugin-select-card .plugin-card-header[data-v-28728a65]{display:flex}.plugin-select-card-wrapper .plugin-select-card .plugin-card-header .plugin-card-title[data-v-28728a65]{color:#000933;display:flex;font-size:18px;font-weight:700;letter-spacing:-.32px;line-height:24px;width:100%}.plugin-select-card-wrapper .plugin-select-card .plugin-card-header .plugin-card-title .non-custom-title[data-v-28728a65]{text-align:center;width:100%}.plugin-select-card-wrapper .plugin-select-card .plugin-card-header .plugin-card-actions[data-v-28728a65]{margin-left:auto}.plugin-select-card-wrapper .plugin-select-card .plugin-card-header .actions-trigger[data-v-28728a65]{color:#3a3f51}.plugin-select-card-wrapper .plugin-select-card .plugin-card-icon[data-v-28728a65]{margin-bottom:16px}.plugin-select-card-wrapper .plugin-select-card .plugin-card-text[data-v-28728a65]{-webkit-box-orient:vertical;color:#000933;display:-webkit-box;font-size:14px;font-weight:400;-webkit-line-clamp:3;overflow:hidden}.plugin-select-card-wrapper .plugin-select-card .plugin-card-body[data-v-28728a65]{align-items:center;background-color:#fff;display:flex;flex:1;flex-direction:column;padding:16px}.plugin-select-card-wrapper .plugin-select-card .plugin-card-body.custom-plugin[data-v-28728a65]{cursor:pointer}.plugin-select-card-wrapper .plugin-select-card .plugin-card-footer[data-v-28728a65]{background-color:#eefaff;border-radius:6px;color:#0044f4;font-size:14px;font-weight:600;margin:0 -20px;padding:16px;text-align:center}.plugin-select-card-wrapper .plugin-select-card.disabled[data-v-28728a65] *{cursor:not-allowed;filter:grayscale(100%);opacity:.9}.error-wrapper[data-v-9e0dee7f]{margin-bottom:16px}.confirm-text[data-v-9e0dee7f]{margin-bottom:8px}.cancel-button[data-v-9e0dee7f]{margin-right:8px}[data-v-f4b90f47] .empty-state-wrapper .custom-plugins-empty-state{padding-bottom:0}[data-v-f4b90f47] .empty-state-wrapper .custom-plugins-empty-state .empty-state-title{font-size:16px;font-weight:600}[data-v-f4b90f47] .empty-state-wrapper .custom-plugins-empty-state .empty-state-description{font-size:14px;margin-left:16px;margin-right:16px}.plugins-collapse[data-v-f4b90f47]{margin-bottom:32px}.plugin-card-container[data-v-f4b90f47]{display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(0,335px));justify-content:space-around;margin-top:32px}@media (min-width: 1280px){.plugin-card-container[data-v-f4b90f47]{justify-content:flex-start}}.plugins-collapse[data-v-a1074120]{margin-bottom:32px}.plugin-card-container[data-v-a1074120]{display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(0,335px));justify-content:space-around;margin-top:32px}@media (min-width: 1280px){.plugin-card-container[data-v-a1074120]{justify-content:flex-start}}.plugin-card-container .plugin-card-cursor-pointer[data-v-a1074120]{cursor:pointer}.kong-ui-entities-plugin-select-form .plugins-skeleton-title[data-v-d2065987]{margin-bottom:12px}.kong-ui-entities-plugin-select-form .plugins-skeleton-cards[data-v-d2065987] .skeleton-card-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,335px))}.kong-ui-entities-plugin-select-form .plugins-skeleton-cards[data-v-d2065987] .skeleton-card-wrapper .skeleton-card{max-width:none}.kong-ui-entities-plugin-select-form .plugins-filter-input-container[data-v-d2065987]{display:flex}.kong-ui-entities-plugin-select-form .plugins-filter-input-container .plugins-filter-input[data-v-d2065987]{margin-bottom:16px}.kong-ui-entities-plugin-select-form .plugins-results-container .tab-description[data-v-d2065987]{margin-bottom:24px;margin-top:24px}.name-cell-wrapper[data-v-949f887c]{align-items:center;display:flex}.name-cell-wrapper .plugin-icon[data-v-949f887c]{margin-right:12px}.name-cell-wrapper .info-name[data-v-949f887c]{color:#3a3f51;font-size:14px;font-weight:600;line-height:20px}
1
+ .field-wrapper[data-v-aa603d42]{display:flex;flex-direction:column;gap:16px;width:100%}.config-card-fieldset[data-v-f7096c33]{border:solid 1px #e0e4ea;border-radius:4px;margin-bottom:8px;margin-top:4px}.config-card-fieldset-title[data-v-f7096c33]{font-size:14px;padding:0 8px;width:auto}fieldset.config-card-fieldset .config-card-details-row{width:unset}.config-card-json-item .config-card-details-row,fieldset.config-card-fieldset .config-card-details-row{margin:0 16px}.config-card-json-item .config-card-details-row:last-of-type,fieldset.config-card-fieldset .config-card-details-row:last-of-type{border-bottom:none}[data-v-2feb8c2e] .k-button.navigation-button{font-size:14px;font-weight:400}.config-card-details-row[data-v-5f9aa0e8]{align-items:center;border-bottom:var(--2f90d7f7);box-sizing:border-box;display:var(--668a792a);padding:16px 16px 16px 0;width:100%}.config-card-details-row .config-card-details-label[data-v-5f9aa0e8]{box-sizing:border-box;padding-right:16px;width:var(--5bc9ad14)}.config-card-details-row .config-card-details-label label[data-v-5f9aa0e8]{color:#3a3f51;display:inline-flex;max-width:100%}.config-card-details-row .config-card-details-label label .label-content[data-v-5f9aa0e8]{line-height:initial;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.config-card-details-row .config-card-details-label label .k-popover[data-v-5f9aa0e8]{min-width:0}.config-card-details-row .config-card-details-value[data-v-5f9aa0e8]{box-sizing:border-box;width:var(--5bc5215e)}.config-card-details-row .config-card-details-value .truncated[data-v-5f9aa0e8]{display:inline-block;line-height:initial;max-width:20ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.config-card-details-row .config-card-details-value span.attrs-data-text[data-v-5f9aa0e8]{overflow-wrap:anywhere}.config-card-details-row .config-card-details-value .copy-uuid-array[data-v-5f9aa0e8] .k-copy:not(:last-of-type){margin-bottom:8px}.config-card-details-row .config-card-details-value .method-badge-array[data-v-5f9aa0e8]{display:flex;flex-wrap:wrap;row-gap:10px}.config-card-details-row .config-badge[data-v-5f9aa0e8]{margin-right:4px}.config-card-details-row[data-v-5f9aa0e8] .k-label{margin-bottom:0}.config-card-details-row[data-v-5f9aa0e8] .k-label .kong-icon-infoFilled{display:flex}.config-card-details-row[data-v-5f9aa0e8] .config-card-details-row{width:auto}.json-content.k-code-block{border-top-left-radius:0;border-top-right-radius:0}.json-endpoint{align-items:baseline;background-color:#000933;border-bottom:1px solid rgba(255,255,255,.2);border-top-left-radius:8px;border-top-right-radius:8px;display:flex;padding:8px 0 8px 12px}.json-endpoint .k-code-block{flex:auto;z-index:2}.json-endpoint .k-code-block .code-block-content{padding-bottom:0;padding-top:0}.json-endpoint .k-code-block .code-block-secondary-actions{margin-top:0!important}.json-endpoint code{direction:rtl;max-width:var(--54aebfa2);overflow:hidden!important;text-align:left;text-overflow:ellipsis;white-space:nowrap}.config-card-prop-section-title[data-v-d67757a9]{color:#000933;font-size:16px;font-weight:600;margin-bottom:16px;margin-top:48px}.kong-ui-entity-base-config-card .config-card-actions[data-v-69a1e1d7]{align-items:center;display:flex}.kong-ui-entity-base-config-card .config-card-actions .config-format-select-label[data-v-69a1e1d7]{margin-bottom:0;margin-right:8px}.kong-ui-entity-base-config-card .config-card-prop-section-title[data-v-69a1e1d7]{color:#000933;font-size:16px;font-weight:600;margin-bottom:16px;margin-top:48px}.kong-ui-entity-base-config-card[data-v-69a1e1d7] .config-card-details-row:last-of-type{border-bottom:none}.kong-ui-entity-base-config-card .book-icon[data-v-69a1e1d7]{margin-left:8px;padding:0}.kong-ui-entity-base-form[data-v-b073d014]{box-sizing:border-box;max-width:1536px;width:100%}.kong-ui-entity-base-form[data-v-b073d014] .k-slideout-title{color:#000933!important;font-size:24px!important;font-weight:700!important;line-height:32px!important;margin-bottom:16px!important}.kong-ui-entity-base-form[data-v-b073d014] .k-card.content-card{padding:0 16px!important}.kong-ui-entity-base-form[data-v-b073d014] .tab-item>div.tab-link.has-panels{color:#6c7489!important;font-size:14px!important;font-weight:700!important;line-height:24px!important}.kong-ui-entity-base-form[data-v-b073d014] .tab-item.active>div.tab-link.has-panels{color:#000933!important;font-weight:600!important}.form-actions[data-v-b073d014]{align-items:center;display:flex;justify-content:flex-end;margin-top:24px}.form-actions[data-v-b073d014] .k-button:last-of-type,.form-actions[data-v-b073d014] .k-button:nth-last-of-type(2){margin-left:16px}.content-wrapper[data-v-a3a65cac] .k-tooltip{word-break:break-all}.kong-ui-entity-base-table .toolbar-container[data-v-1cdbe476]{align-items:center;display:flex;width:100%}.kong-ui-entity-base-table .toolbar-button-container[data-v-1cdbe476]{margin-left:auto}.kong-ui-entity-base-table .hidden[data-v-1cdbe476]{display:none}.kong-ui-entity-base-table[data-v-1cdbe476] .empty-state-icon-gateway{background-color:#ecfcff;border-radius:4px;padding:8px}.kong-ui-entity-base-table :deep(.k-table){table-layout:fixed}.kong-ui-entity-delete-modal .message[data-v-4361d622],.kong-ui-entity-delete-modal .description[data-v-4361d622]{line-height:24px;margin:0}.kong-ui-entity-delete-modal .message strong[data-v-4361d622]{font-weight:600}.kong-ui-entity-delete-modal .description[data-v-4361d622]{margin-top:32px}.kong-ui-entity-delete-error[data-v-4361d622]{margin-bottom:16px}.kong-ui-entity-filter-input[data-v-d1bb74d1]{width:100%}.kong-ui-entity-filter-clear[data-v-d1bb74d1]{cursor:pointer}.kong-ui-entity-filter[data-v-d1bb74d1]{display:flex;position:relative}.kong-ui-entity-filter[data-v-d1bb74d1] .menu-content{flex-direction:column}.kong-ui-entity-filter[data-v-d1bb74d1] .k-menu-item-divider hr{margin:12px 0}.kong-ui-entity-filter-backdrop[data-v-d1bb74d1]{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1050}.kong-ui-entity-filter-menu[data-v-d1bb74d1]{background-color:#fff;border:1px solid #afb7c5;border-radius:4px;box-shadow:0 4px 20px #e0e4ea;left:0;margin-top:16px;padding:8px 0 12px;position:absolute;top:100%;width:300px;z-index:1060}.kong-ui-entity-filter-menu-item[data-v-d1bb74d1]{border-bottom:1px solid #e0e4ea;color:#6c7489;font-size:12px;font-weight:400;line-height:16px;list-style:none;margin:0 20px;padding:16px 0;position:relative;white-space:nowrap}.menu-item-title[data-v-d1bb74d1]{align-items:center;cursor:pointer;display:flex;line-height:24px}.menu-item-title.expanded[data-v-d1bb74d1]{color:#232633}.menu-item-expand-icon[data-v-d1bb74d1]{margin-left:auto}.menu-item-expand-icon.expanded[data-v-d1bb74d1]{transform:rotate(180deg)}.menu-item-indicator[data-v-d1bb74d1]{background-color:#0044f4;border-radius:50%;height:4px;margin-left:4px;width:4px}.menu-item-body[data-v-d1bb74d1]{align-items:center;display:flex;justify-content:space-between;margin-top:16px}.menu-item-body[data-v-d1bb74d1] .input{padding-bottom:4px!important;padding-top:4px!important}.menu-item-body[data-v-d1bb74d1] .k-input{width:100%}.menu-item-body[data-v-d1bb74d1] .k-select-input .input{font-size:12px}.menu-item-body[data-v-d1bb74d1] .k-select-input .input::placeholder{color:#00000073!important;font-size:12px}.menu-item-label[data-v-d1bb74d1]{margin-bottom:0;margin-right:12px}.menu-item-buttons[data-v-d1bb74d1]{display:flex;justify-content:space-between;margin:10px 0 6px}.filter-clear-button-container[data-v-d1bb74d1]{padding:12px 20px 0}fieldset[data-v-b1f74200]{margin:0;min-width:0;padding:0}.kong-ui-entity-form-section[data-v-b1f74200]{border:0}.kong-ui-entity-form-section .form-section-wrapper[data-v-b1f74200]{column-gap:16px;display:flex;flex-direction:column;padding-bottom:64px;row-gap:12px;width:100%}@media (min-width: 1024px){.kong-ui-entity-form-section .form-section-wrapper[data-v-b1f74200]{flex-direction:row}}.kong-ui-entity-form-section .form-section-wrapper .form-section-info[data-v-b1f74200]{flex:1}@media (min-width: 1024px){.kong-ui-entity-form-section .form-section-wrapper .form-section-info[data-v-b1f74200]{max-width:350px}.kong-ui-entity-form-section .form-section-wrapper .form-section-info.sticky[data-v-b1f74200]{height:fit-content;margin-bottom:16px;position:sticky;top:16px}}.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-title[data-v-b1f74200]{color:#000933;font-size:16px;font-weight:700;line-height:20px;margin-bottom:8px;margin-top:0}.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-description[data-v-b1f74200],.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-description p[data-v-b1f74200],.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-description[data-v-b1f74200] p{color:#000933;font-size:14px;font-weight:400;line-height:20px;margin:0}.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-footer[data-v-b1f74200]{margin-top:32px}.kong-ui-entity-form-section .form-section-wrapper .form-section-content[data-v-b1f74200]{flex:1}.kong-ui-entity-form-section .form-section-wrapper .form-section-content[data-v-b1f74200]>*:not(:first-child){margin-top:24px}.kong-ui-entity-form-section.has-divider .form-section-wrapper[data-v-b1f74200]{border-bottom:1px solid #e0e4ea}.kong-ui-public-entity-link[data-v-96efdfa5]{align-items:center;display:flex}.kong-ui-public-entity-link .deleted-entity[data-v-96efdfa5]{font-style:italic}.kong-ui-public-entity-link .entity-link[data-v-96efdfa5]{display:flex;flex:1}.kong-ui-public-entity-link .entity-link[data-v-96efdfa5] .external-link-icon{color:#0044f4;margin-left:4px;padding:2px}.kong-ui-public-entity-link .entity-link-label[data-v-96efdfa5]{display:inline-block;font-weight:400;max-width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kong-ui-public-entity-link .copy-uuid-tooltip[data-v-96efdfa5]{align-items:center;cursor:pointer;display:flex}.kong-ui-public-entity-link .copy-uuid-tooltip .entity-link-copy-id[data-v-96efdfa5]{margin-left:2px}.kong-ui-public-entity-empty-state[data-v-b6376b66]{align-items:center;background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;font-family:Inter,Roboto,Helvetica,sans-serif;gap:24px;padding:64px 0;width:100%}@media (min-width: 640px){.kong-ui-public-entity-empty-state[data-v-b6376b66]{padding:64px 96px}}.kong-ui-public-entity-empty-state .empty-state-image[data-v-b6376b66]{margin-bottom:8px}.kong-ui-public-entity-empty-state .entity-empty-state-content[data-v-b6376b66]{align-items:center;display:flex;flex-direction:column;gap:8px;text-align:center;width:100%}.kong-ui-public-entity-empty-state .entity-empty-state-content .entity-empty-state-title h1[data-v-b6376b66]{align-items:center;color:#000933;display:flex;font-size:24px;font-weight:700;gap:8px;line-height:32px;margin:0}.kong-ui-public-entity-empty-state .entity-empty-state-content .entity-empty-state-title h1.secondary[data-v-b6376b66]{font-size:18px}.kong-ui-public-entity-empty-state .entity-empty-state-description[data-v-b6376b66],.kong-ui-public-entity-empty-state .entity-empty-state-pricing[data-v-b6376b66]{color:#52596e;font-size:14px;font-weight:400;line-height:20px;max-width:640px}.kong-ui-public-entity-empty-state .entity-empty-state-description p[data-v-b6376b66],.kong-ui-public-entity-empty-state .entity-empty-state-pricing p[data-v-b6376b66]{margin:0}.kong-ui-public-entity-empty-state .entity-empty-state-pricing[data-v-b6376b66]{margin-top:16px}.kong-ui-public-entity-empty-state .entity-empty-state-message[data-v-b6376b66]{color:#52596e}.kong-ui-public-entity-empty-state .entity-empty-state-action[data-v-b6376b66]{align-items:center;display:flex;gap:12px}.kong-ui-public-entity-empty-state .entity-empty-state-card-container[data-v-b6376b66]{display:flex;flex-wrap:wrap;gap:16px;justify-content:space-around;margin-top:8px;width:312px}@media (min-width: 640px){.kong-ui-public-entity-empty-state .entity-empty-state-card-container[data-v-b6376b66]{width:640px}}.kong-ui-public-entity-empty-state .entity-empty-state-card-container .entity-empty-state-card[data-v-b6376b66]{background-color:#f9fafb;border:1px solid #e0e4ea;border-radius:6px;color:#afb7c5;gap:8px;height:160px;padding:20px;width:312px}.kong-ui-public-entity-empty-state .entity-empty-state-card-container .entity-empty-state-card .feature-icon[data-v-b6376b66]{color:#3a3f51;display:flex;margin-bottom:12px}.kong-ui-public-entity-empty-state .entity-empty-state-card-container .entity-empty-state-card .feature-icon[data-v-b6376b66] .kui-icon{height:20px!important;width:20px!important}.kong-ui-public-entity-empty-state .entity-empty-state-card-container .entity-empty-state-card[data-v-b6376b66] .card-title{font-size:14px;font-weight:600}.kong-ui-public-entity-empty-state .entity-empty-state-card-container .entity-empty-state-card[data-v-b6376b66] .card-content{-webkit-box-orient:vertical;color:#6c7489;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;overflow:hidden}.kong-ui-public-entity-empty-state .entity-empty-state-bottom-container[data-v-b6376b66]{border-top:1px solid #e0e4ea;display:flex;flex-direction:column;gap:16px;padding-top:48px;width:100%}@media (min-width: 640px){.kong-ui-public-entity-empty-state .entity-empty-state-bottom-container[data-v-b6376b66]{width:640px}}.button-row[data-v-e21b3068]{align-items:center;display:flex;gap:12px}.kong-ui-entities-vaults-list[data-v-e21b3068]{width:100%}.kong-ui-entities-vaults-list .kong-ui-entity-filter-input[data-v-e21b3068]{margin-right:12px}.kong-ui-entities-vaults-list .table-content-overflow-wrapper[data-v-e21b3068]{max-width:60ch;overflow:hidden;text-overflow:ellipsis}.appear-enter-active{transition:all .5s ease}.appear-enter-from,.appear-leave-to{opacity:0;transform:translate(30px)}.kong-ui-entities-vault-form[data-v-b9195d7b]{width:100%}.kong-ui-entities-vault-form .advanced-fields-collapse[data-v-b9195d7b]{margin-bottom:24px}.kong-ui-entities-vault-form .advanced-fields-collapse .wrapper[data-v-b9195d7b]{display:flex;gap:24px;margin-bottom:24px}.kong-ui-entities-vault-form .advanced-fields-collapse .wrapper .item-50[data-v-b9195d7b]{width:50%}.kong-ui-entities-vault-form .advanced-fields-collapse .wrapper .item-100[data-v-b9195d7b],.kong-ui-entities-vault-form .vault-form-textarea[data-v-b9195d7b]{width:100%}.kong-ui-entities-vault-form .vault-form-provider-cards-container .provider-item[data-v-b9195d7b]{display:flex;flex-direction:row;gap:16px}.kong-ui-entities-vault-form .vault-form-provider-cards-container .provider-item-title-container[data-v-b9195d7b]{flex:1}.kong-ui-entities-vault-form .vault-form-provider-cards-container .provider-item-title[data-v-b9195d7b]{display:block;font-weight:700}.kong-ui-entities-vault-form .vault-form-provider-cards-container .provider-item-description[data-v-b9195d7b]{display:block;font-size:12px}.kong-ui-entities-vault-form .vault-form-provider-cards-container button:not(:disabled) .provider-item-title[data-v-b9195d7b]{color:#3a3f51}.kong-ui-entities-vault-form .vault-form-provider-cards-container button:not(:disabled) .provider-item-description[data-v-b9195d7b]{color:#6c7489}.kong-ui-entities-vault-form .vault-form-provider-cards-container[data-v-b9195d7b] .k-tooltip .popover-container{padding:6px!important}.kong-ui-entities-vault-form .vault-form-config-fields-container[data-v-b9195d7b]>*:not(:first-child),.kong-ui-entities-vault-form .vault-form-config-fields-container .vault-form-config-auth-method-container[data-v-b9195d7b]>*:not(:first-child){margin-top:24px}.kong-ui-entity-filter-input[data-v-1a035158]{margin-right:12px}.table-content-overflow-wrapper[data-v-1a035158]{max-width:60ch;overflow:hidden;text-overflow:ellipsis}.kong-ui-entities-secrets-list[data-v-f5aa5636]{width:100%}@media screen and (min-width: 1280px){[data-v-5ee165bf] .form-section-wrapper{column-gap:64px}}.kong-ui-entities-secret-form[data-v-754ddb2f]{width:100%}.vault-secret-picker-provider[data-v-66a1e406]{font-size:12px;margin:8px 0}.vault-secret-picker-provider-action[data-v-66a1e406]{color:#0044f4;cursor:pointer}.vault-secret-picker-provider-action.disabled[data-v-66a1e406]{color:#afb7c5;cursor:not-allowed}.vault-secret-picker .inputs-wrapper[data-v-df8552cc]{display:flex;flex-direction:column;gap:20px}.vault-secret-picker-vault-dropdown-item[data-v-df8552cc],.vault-secret-picker-secret-dropdown-item[data-v-df8552cc]{display:flex;flex-direction:column}.vault-secret-picker-vault-dropdown-item span[data-v-df8552cc],.vault-secret-picker-secret-dropdown-item span[data-v-df8552cc]{line-height:20px}.vault-secret-picker-vault-dropdown-item .select-item-label[data-v-df8552cc],.vault-secret-picker-secret-dropdown-item .select-item-label[data-v-df8552cc]{font-weight:600}.vault-secret-picker-vault-dropdown-item .select-item-description[data-v-df8552cc]{color:#6c7489;font-size:12px}.vault-secret-picker .k-empty-state[data-v-df8552cc]{background:none;box-sizing:border-box}.field-advanced[data-v-acfccff7]{margin-bottom:32px!important;margin-top:-16px}.advanced-field-dropdown-wrapper[data-v-acfccff7]{display:flex;flex-direction:column;width:100%}.advanced-field-dropdown-wrapper .advanced-field-title[data-v-acfccff7]{align-items:center;color:#07c;cursor:pointer;display:flex;font-size:inherit;margin-top:16px;order:2;padding:0}.advanced-field-dropdown-wrapper .advanced-field-title i[data-v-acfccff7]{color:#07c;font-size:16px}.advanced-field-dropdown-wrapper .advanced-field-title:hover span[data-v-acfccff7]{color:#07c;text-decoration:underline}.advanced-field-dropdown-wrapper .advanced-field-dropdown[data-v-acfccff7]{display:block;height:auto;max-height:100%;position:relative;width:100%}.advanced-field-dropdown-wrapper .advanced-field-dropdown.closed[data-v-acfccff7]{max-height:0;overflow:hidden}.advanced-field-dropdown-wrapper .advanced-field-title[data-v-acfccff7],.advanced-field-dropdown-wrapper .advanced-field-title[data-v-acfccff7]:focus,.advanced-field-dropdown-wrapper .advanced-field-title[data-v-acfccff7]:hover{background-color:transparent!important;border:none!important;cursor:pointer!important;font-weight:400!important}.array-card-container-wrapper{width:100%}.array-card-container[data-v-97302224]{align-items:center;display:flex}.array-card-container .card[data-v-97302224]{margin-bottom:8px}.array-card-container .array-card-remove-button[data-v-97302224]{margin-left:12px}.array-item-wrapper[data-v-51d79db2]{width:100%}.array-item[data-v-51d79db2]{display:flex;width:100%}.array-item[data-v-51d79db2] .k-button.delete{align-self:center;height:100%;margin-left:20px}.multi-item-wrapper[data-v-b4fcf731],.autosuggest[data-v-40a272a2]{width:100%}.k-select[data-v-40a272a2]{border:none!important;padding:0!important}.k-select .autosuggest__results_message[data-v-40a272a2]{color:#000000b3;font-size:14px;padding:8px 0;text-align:center}.k-select .k-select-item-label span[data-v-40a272a2]:last-child{opacity:.7}.field-span[data-v-40a272a2]{display:flex;justify-content:space-between}.autosuggest .k-select .k-select-list .k-select-item button:active{box-shadow:none}.autosuggest .k-select .k-select-list .k-select-item button:active:not(.selected){background-color:#f9fafb}.form-field-wrapper[data-v-fe1132bb],.form-field-wrapper[data-v-fe1132bb] input[type=radio]{width:100%}.form-field-wrapper[data-v-fe1132bb] input[type=color]{width:60px}.form-field-wrapper[data-v-fe1132bb] input[type=range]{padding:0}.form-field-wrapper[data-v-fe1132bb] input[type=password]::-ms-reveal{display:none}.slide-fade-enter-active,.slide-fade-leave-active{padding:0;transition:all .5s}.slide-fade-enter-from,.slide-fade-leave-to{max-height:0!important}.metrics-wrapper{width:100%}.metrics-wrapper .btn,.metrics-wrapper .metrics-wrapper i{cursor:pointer}.field-dropdown .title{align-items:center;background-color:#f9fafb;border-bottom:1px solid #eee;cursor:pointer;display:flex;height:45px;padding:0 16px;position:relative;transition:transform .2s cubic-bezier(.41,.35,1,.28) 0s,background-color .2s ease-in;width:100%}.field-dropdown .title:hover{background-color:#f5f5f5}.field-dropdown .metric-add-icon{margin-left:auto;transition:all .7s;-webkit-user-select:none;user-select:none}.field-dropdown .content{border:1px solid #eee;border-top:0;height:auto;overflow:hidden;transition:all .5s}.field-dropdown .content .metric-remove-button{float:right;margin-bottom:16px;margin-right:16px}.field-dropdown .content .vue-form-generator{padding:16px}.field-dropdown.active .title .metric-add-icon{transform:rotate(45deg)}.field-object-container[data-v-b7e3dcd7],.object-advanced-wrapper[data-v-9c0cacfc]{width:100%}.item-wrapper[data-v-9c0cacfc]{margin-left:28px}.index-wrapper[data-v-9c0cacfc]{align-items:center;display:flex;justify-content:space-between;margin-top:4px}.divider[data-v-9c0cacfc]{margin-bottom:8px;margin-top:8px}.wide-divider[data-v-9c0cacfc]{margin-bottom:16px;margin-top:16px}.input-wrapper[data-v-9c0cacfc]{margin-right:16px;margin-top:16px}.input-wrapper .indent[data-v-9c0cacfc]{margin-left:28px}.input-item[data-v-9c0cacfc],.input-item .form-control[data-v-9c0cacfc]{display:flex}.input-item .k-button[data-v-9c0cacfc]{display:flex;margin-left:20px;margin-right:20px}.radio-selection-group[data-v-09b8afda]{align-items:center;display:flex;gap:16px}.radio-selection-group[data-v-09b8afda] .k-radio{align-items:baseline}.field-array-item[data-v-27efd618]{display:flex;justify-content:space-between}.field-array-item input.form-control[data-v-27efd618]{width:200px}.field-checkbox input[data-v-6b4ee1cd]{margin-left:12px}.vue-form-generator .field-checklist .listbox,.vue-form-generator .field-checklist .dropList{height:auto;max-height:150px;overflow:auto}.vue-form-generator .field-checklist .listbox .list-row label,.vue-form-generator .field-checklist .dropList .list-row label{font-weight:initial}.vue-form-generator .field-checklist .listbox .list-row input,.vue-form-generator .field-checklist .dropList .list-row input{margin-right:4px}.vue-form-generator .field-checklist .combobox{height:initial;overflow:hidden}.vue-form-generator .field-checklist .combobox .mainRow{cursor:pointer;padding-right:10px;position:relative}.vue-form-generator .field-checklist .combobox .mainRow .arrow{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAGdJREFUOI3tzjsOwjAURNGDUqSgTxU5K2AVrJtswjUsgHSR0qdxAZZFPrS+3ZvRzBsqf9MUtBtazJk+oMe0VTriiZCFX8nbpENMgfARjsn74vKj5IFruhfc8d6zIF9S/Hyk5HS4spMVeFcOjszaOwMAAAAASUVORK5CYII=);background-repeat:no-repeat;height:16px;position:absolute;right:-9px;top:3px;transform:rotate(0);transition:transform .5s;width:16px}.vue-form-generator .field-checklist .combobox .mainRow.expanded .arrow{transform:rotate(-180deg)}.vue-form-generator .field-checklist .combobox .dropList{transition:height .5s}.key-value-pairs-editor[data-v-70998d5b]{width:100%}.key-value-pairs-editor .pair-item[data-v-70998d5b]{display:flex;gap:12px;justify-content:space-between}.key-value-pairs-editor .pair-item[data-v-70998d5b]:not(:first-child){margin-top:12px}.key-value-pairs-editor .pair-item .pair-item-cell[data-v-70998d5b]{flex-grow:1}span.field-label[data-v-d046a15a]{display:block;margin-left:12px;width:100%}.field-selectionGroup>label{display:none}.field-selectionGroup .control-help{color:#00000073;font-weight:400;margin-left:32px;width:100%}.field-selectionGroup .form-check-input{margin-bottom:8px;margin-right:8px}.field-selectionGroup .option-field{margin-top:16px}.field-selectionGroup .option-field .form-group{margin-bottom:16px}.field-selectionGroup .k-label{display:block}.selection-group[data-v-35c8682e]{width:100%}.selection-group .form-group[data-v-35c8682e],.selection-group .option-field-container[data-v-35c8682e]{margin-bottom:0}.selection-group .form-group.horizontal-radios .radio-group[data-v-35c8682e]{align-items:center;display:flex;flex-direction:row;gap:24px}.selection-group .form-group.horizontal-radios .radio-disabled[data-v-35c8682e]{cursor:not-allowed}.field-textarea[data-v-0e146fba]{width:100%}.form-group:not([class*=" col-"]){width:100%}.form-group{display:inline-block;margin-bottom:16px;vertical-align:top}.form-group label{font-weight:400}.form-group label>:first-child{display:inline-block}.form-group label>div[role=button]{display:inline-block}.form-group.featured>label{font-weight:700}.form-group.required>label:before{background-color:#d60027;border-radius:50%;content:"";height:6px;margin-right:8px;width:6px}.form-group.field-checkbox.required>label:before{display:none}.form-group.error input:not([type=checkbox]),.form-group.error textarea,.form-group.error select{background-color:#ff000026;border:1px solid #f00}.form-group.error .errors{color:red;font-size:12px}.form-group.error .errors span{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAiklEQVR4Xt2TMQoCQQxF3xdhu72MpZU3GU/meBFLOztPYrVWsQmEWSaMsIXgK8P8RyYkMjO2sAN+K9gTIAmDAlzoUzE7p4IFytvDCQWJKSStYB2efcAvqZFM0BcstMx5naSDYFzfLhh/4SmRM+6Agw/xIX0tKEDFufeDNRUc4XqLRz3qabVIf3BMHwl6Ktexn3nmAAAAAElFTkSuQmCC);background-repeat:no-repeat;display:block;font-weight:600;margin-top:3px;padding-left:17px;padding-top:0}.form-group-label[data-v-172f268b]{display:flex}.form-group-label[data-v-172f268b] .k-tooltip p{margin:0}.icon-wrapper[data-v-172f268b]{display:flex!important}.link-wrapper[data-v-172f268b]{margin-left:4px}.partial-config-card[data-v-c1eb723f]{display:flex;flex-direction:column;padding:20px}.partial-config-card .partial-config-card-row[data-v-c1eb723f]{border-bottom:1px solid #e0e4ea;color:#000933;display:flex}.partial-config-card .partial-config-card-row .config-card-row-label[data-v-c1eb723f]{align-items:center;flex:1;font-weight:600;padding:12px 0 16px}.partial-config-card .partial-config-card-row .config-card-row-label .label-text[data-v-c1eb723f]{line-height:24px}.partial-config-card .partial-config-card-row .config-card-row-value[data-v-c1eb723f]{align-items:center;display:flex;flex:1;font-family:JetBrains Mono,Consolas,monospace;font-family:JetBrains Mono,Consolas,monospace;font-family:var(--kui-font-family-code, "JetBrains Mono", Consolas, monospace);font-weight:400;font-weight:var(--kui-font-weight-regular, 400);padding-left:16px}.partial-config-card .partial-config-card-row .config-card-row-value .value-text[data-v-c1eb723f]{line-height:20px}.redis-config-select[data-v-e0256888]{margin:16px 0}.redis-config-select[data-v-e0256888] .k-label{margin-top:0}.redis-config-select .shared-redis-config-title[data-v-e0256888]{font-weight:600;line-height:20px;margin-bottom:8px}.redis-config-select .empty-redis-config[data-v-e0256888]{color:#6c7489}.redis-config-select .new-redis-config-area[data-v-e0256888]{align-items:center;color:#0044f4;cursor:pointer;display:flex;gap:2px;pointer-events:auto}.redis-config-select .plugin-form-redis-configuration-dropdown-item[data-v-e0256888]{align-items:center;display:flex;gap:16px}.redis-config-select .plugin-form-redis-configuration-dropdown-item .select-item-name[data-v-e0256888]{color:#3a3f51;line-height:24px}.redis-config-select .selected-redis-config[data-v-e0256888],.redis-config-select .plugin-form-selected-redis-config[data-v-e0256888]{font-weight:700;line-height:24px}.redis-shared-config-error-message[data-v-e0256888]{color:#d60027}.redis-config-card[data-v-b9a17494]{margin-bottom:16px}.redis-config-card[data-v-b9a17494] .form-group:last-child{margin-bottom:0}.dedicated-redis-config[data-v-b9a17494]{margin-top:16px}.dedicated-redis-config .dedicated-redis-config-title[data-v-b9a17494]{font-size:16px;font-weight:700;line-height:20px;margin-bottom:16px}.redis-config-radio-group[data-v-b9a17494]{display:flex;gap:8px;margin-bottom:8px}.vue-form-generator *{box-sizing:border-box}.vue-form-generator .hidden-field{display:none}.vue-form-generator .form-group{margin-bottom:24px}.vue-form-generator .form-group:last-child{margin-bottom:32px}.vue-form-generator .form-group.hide-label>label{display:none}.vue-form-generator .form-group label{font-weight:500}.vue-form-generator .field-advanced{margin-bottom:8px;margin-top:-8px}.vue-form-generator .field-advanced .form-group:last-child{margin-bottom:16px}.vue-form-generator .k-input[type=text]{width:100%}.vue-form-generator :not(.k-input):not(.k-textarea).form-control{background-color:#fff;background-image:none;border:none;border-radius:3px;box-shadow:inset 0 0 0 1px #e7e7ec;box-sizing:border-box;color:#52596e;display:block;font-size:16px;line-height:24px;padding:8px 16px;transition:color .1s ease,box-shadow .1s ease,border-color ease-in-out .15s;width:100%}.vue-form-generator :not(.k-input):not(.k-textarea).form-control:hover{box-shadow:inset 0 0 0 1px #bdd3f9}.vue-form-generator :not(.k-input):not(.k-textarea).form-control:focus{box-shadow:inset 0 0 0 1px #3972d5;outline:none}.vue-form-generator :not(.k-input):not(.k-textarea).form-control:not([class*=" col-"]){width:100%}.vue-form-generator div.help{margin-left:4px;position:relative}.vue-form-generator div.help .icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAA+UlEQVQ4ja3TS0oDQRAG4C8+lq7ceICICoLGK7iXuNBbeAMJuPVOIm7cqmDiIncIggg+cMZFaqCnZyYKWtB0df31V1VXdfNH6S2wD9CP8xT3KH8T9BiTcE7XBMOfyBcogvCFO9ziLWwFRosyV+QxthNsA9dJkEYlvazsQdi3sBv6Ol6TBLX+HWT3fcQZ3vGM5fBLk+ynAU41m1biCXvhs4OPBDuBpa6GxF0P8YAj3GA1d1qJfdoS4DOIcIm1DK9x8iaWeDF/SP3QU6zRROpjLDFLsFlibx1jJaMkSIGrWKntvItcyTBKzCcybsvc9ZmYz3kz9Ooz/b98A8yvW13B3ch6AAAAAElFTkSuQmCC);background-position:center center;background-repeat:no-repeat;display:inline-block;height:14px;width:16px}.vue-form-generator .field-wrap{display:flex}.vue-form-generator .field-wrap .buttons{margin-left:4px;white-space:nowrap}.vue-form-generator .field-wrap input[type=submit]{background-color:#fff;border:1px solid #ccc;border-radius:4px;color:#333;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;line-height:1.42857143;margin:0;padding:6px 12px;text-align:center;touch-action:manipulation;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.vue-form-generator .field-wrap input[type=submit]:not(:last-child){margin-right:4px}.vue-form-generator .field-wrap input[type=submit]:hover{background-color:#e6e6e6;color:#333}.vue-form-generator .field-wrap input[type=submit]:active{background-color:#d4d4d4;border-color:#8c8c8c;box-shadow:inset 0 3px 5px #00000020;color:#333;outline:0}.vue-form-generator .field-wrap input[type=submit]:disabled{cursor:not-allowed;opacity:.6}.vue-form-generator .hint{font-size:12px;font-style:italic}.vue-form-generator .kong-form-new-element-button-label{margin-bottom:24px!important;margin-top:24px!important}.vue-form-generator div.help .icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiI+ICA8cGF0aCBmaWxsPSIjMDA4NkU2IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDExYy0yLjc2MSAwLTUtMi4yMzktNS01czIuMjM5LTUgNS01IDUgMi4yMzkgNSA1LTIuMjM5IDUtNSA1TTYgMEMyLjY4NiAwIDAgMi42ODYgMCA2czIuNjg2IDYgNiA2IDYtMi42ODYgNi02LTIuNjg2LTYtNi02bTAgM2MtMS4xMDUgMC0yIC44OTUtMiAyaDFjMC0uNTUyLjQ0OC0xIDEtMXMxIC40NDggMSAxLS40NDggMS0xIDEtMSAuNDQ4LTEgMWgxYzEuMTA1IDAgMi0uODk1IDItMnMtLjg5NS0yLTItMnpNNSA5aDJWOEg1djF6Ii8+PC9zdmc+);height:12px;width:12px}.vue-form-generator .field-wrap button.danger:hover,.vue-form-generator .field-wrap input[type=submit].danger:hover,.vue-form-generator .field-wrap button.danger:active,.vue-form-generator .field-wrap input[type=submit].danger:active{background-color:#fff;box-shadow:none;color:#fff}.vue-form-generator .field-wrap button.tertiary:hover,.vue-form-generator .field-wrap input[type=submit].tertiary:hover,.vue-form-generator .field-wrap button.tertiary:active,.vue-form-generator .field-wrap input[type=submit].tertiary:active{background-color:#fff;box-shadow:none;color:#0044f4}.vue-form-generator .field-checkbox{align-items:center;display:flex}.vue-form-generator .field-checkbox label{margin:0;order:1}.vue-form-generator .field-checkbox input{margin-left:0;margin-right:12px}.vue-form-generator .field-radios .radio-list label input[type=radio]{margin-right:10px}.vue-form-generator label{font-weight:500}.vue-form-generator .form-group input[type=radio]{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid currentColor;border-radius:100%;color:#0044f4;display:inline-flex;height:20px;justify-content:center;width:20px}.vue-form-generator .form-group input[type=radio]:after{border-radius:100%;content:"";height:10px;width:10px}.vue-form-generator .form-group input[type=radio]:disabled{background-color:#e0e4ea;border-color:#afb7c5}.vue-form-generator .form-group input[type=radio]:checked:after{background-color:currentColor}.vue-form-generator .form-group input[type=radio]:checked:disabled:after{background-color:#afb7c5}.vue-form-generator .root-level-collapse .k-collapse-heading{margin-bottom:0!important}.vue-form-generator .root-level-collapse .k-collapse-visible-content{color:#6c7489}.vue-form-generator .nested-collapse .k-collapse-heading{margin-bottom:24px!important}.global-fields.VueFormGenerator .form-group:last-child{margin-bottom:24px}.general-settings .VueFormGenerator .form-group:last-child{margin-bottom:0}.general-settings .k-label{margin-bottom:8px;margin-top:24px}.general-settings .k-input-switch .k-label{margin-top:0}.general-settings .auth-method-container{display:flex;flex-wrap:wrap}.general-settings .auth-method-container .auth-method{margin-bottom:8px;width:50%}.general-settings .k-switch{margin:24px 0}.advanced-field-dropdown.closed{margin-bottom:32px}.advanced-field-dropdown.open{margin-top:8px}.section-header[data-v-44df963d]{color:#000000d9;font-size:16px;font-weight:500;line-height:20px}.description[data-v-44df963d]{color:#00000073;margin-bottom:12px}.description a[data-v-44df963d]{display:inline}.link-wrapper[data-v-44df963d]{margin-bottom:8px}[data-v-44df963d] .k-tabs ul[role=tablist]{margin-bottom:32px}[data-v-44df963d] .jwk-array-input-wrapper{display:flex;justify-content:space-between;margin-bottom:12px;width:400px}[data-v-44df963d] .jwk-array-input-wrapper input.form-control{width:300px}[data-v-44df963d] .auth-array-item-container{width:100%}[data-v-44df963d] .auth-array-item{display:flex;margin-top:8px}[data-v-44df963d] .k-button.auth-array-item-new{margin-top:24px}[data-v-f54f37ae] .post-function-array-item-container{width:100%}[data-v-f54f37ae] .post-function-array-item{margin-top:8px}[data-v-0d5c541f] .exit-transformer-array-item-container{width:100%}[data-v-0d5c541f] .exit-transformer-array-item{margin-top:8px}.issuer-select[data-v-07cecf5b]{margin-bottom:16px;width:100%}.header-wrapper[data-v-07cecf5b]{margin-bottom:8px}.sub-form[data-v-07cecf5b]{margin-left:24px}.description[data-v-07cecf5b]{margin-bottom:12px}[data-v-07cecf5b] .k-tabs ul[role=tablist]{margin-bottom:32px}.rla-form-basic-fields[data-v-f6dcb65c]{display:flex;flex-direction:column;gap:24px;margin-bottom:24px}.rla-form-basic-fields .rla-form-request-limits .rla-form-request-limits-content[data-v-f6dcb65c]{display:flex;flex-direction:column;gap:12px}.rla-form-basic-fields .rla-form-request-limits .rla-form-window-type-radios[data-v-f6dcb65c]{display:flex;flex-direction:row;gap:20px}.rla-form-basic-fields .rla-form-request-limits .rla-form-window-type-radios[data-v-f6dcb65c] .radio-label{font-size:14px;font-weight:400}.rla-form-basic-fields .rla-form-request-limits-title[data-v-f6dcb65c]{font-size:16px;font-weight:700}.rla-form-basic-fields .rla-form-request-limits-subtitle[data-v-f6dcb65c]{color:#6c7489;font-size:14px;font-weight:400}.rla-form-basic-fields .rla-form-request-limits-items[data-v-f6dcb65c]{display:flex;flex-direction:column;gap:12px}.rla-form-basic-fields .rla-form-request-limits-row[data-v-f6dcb65c],.rla-form-basic-fields .rla-form-request-limits-inputs[data-v-f6dcb65c],.rla-form-basic-fields .rla-form-request-limits-actions[data-v-f6dcb65c]{align-items:center;display:flex;flex-direction:row;gap:12px;justify-content:space-between}.rla-form-basic-fields .rla-form-request-limits-inputs[data-v-f6dcb65c]{flex-grow:1}.rla-form-basic-fields .rla-form-request-limits-actions[data-v-f6dcb65c]{flex-shrink:0}.rla-form-basic-fields .rla-form-request-limits[data-v-f6dcb65c] .form-group{margin-bottom:0!important}.rla-form-basic-fields .rla-form-request-limits-examples[data-v-f6dcb65c]{align-items:center;display:flex;flex-direction:row;gap:8px}.rla-form-basic-fields .rla-form-request-limits-examples-badges[data-v-f6dcb65c]{display:flex;flex-direction:row;gap:8px}.rla-form-basic-fields .rla-form-request-limits-examples-badges[data-v-f6dcb65c] .rla-form-request-limits-examples-badge{cursor:pointer}.rla-form-basic-fields .rla-form-window-type-label[data-v-f6dcb65c] .k-tooltip p,.rla-form-basic-fields .rla-form-identifiers[data-v-f6dcb65c] .k-tooltip p{margin:0}.rla-form-basic-fields .rla-form-error-inputs[data-v-f6dcb65c]{align-items:center;display:flex;flex-direction:row;gap:12px;justify-content:space-between}.rla-form-basic-fields .rla-form-error-inputs .input-error-code[data-v-f6dcb65c]{max-width:200px;min-width:100px;width:20%}.rla-form-redis-card[data-v-f6dcb65c]{margin:12px 0}.rla-last-vfg[data-v-f6dcb65c]{margin-top:24px}.plugin-field-rule-alerts[data-v-d8eb79cf]{margin-bottom:16px;margin-top:8px}.plugin-field-rule-alerts ul[data-v-d8eb79cf]{margin:0;padding-inline-start:24px}.ff-string-field[data-v-28ffd43b] .k-tooltip p,.ff-boolean-field[data-v-b2956481] .k-tooltip p{margin:0}.ff-slide-active[data-v-481d7a76]{transition-duration:.2s;transition-property:height,padding,margin,border-width;transition-timing-function:ease-in-out}.ff-object-field-as-child[data-v-b119978f]{display:flex;flex-direction:column;gap:24px}.ff-object-field-label.k-label[data-v-b119978f]{margin-bottom:0;margin-top:0}.ff-object-field-header[data-v-b119978f]{align-items:center;display:flex;gap:8px;height:32px}.ff-object-field-actions[data-v-b119978f]{align-items:center;display:flex;gap:4px}.ff-object-field-button-expand .ff-object-field-button-icon[data-v-b119978f],.ff-object-field-button-collapse .ff-object-field-button-icon[data-v-b119978f]{transition:transform .2s ease-in-out}.ff-object-field-button-expand .ff-object-field-button-icon[data-v-b119978f]{transform:rotate(-90deg)}.ff-object-field-content[data-v-b119978f]{display:flex;flex-direction:column;gap:24px;margin-top:4px;padding:16px 8px 4px 16px}.ff-object-field[data-v-b119978f] .k-tooltip p,.ff-number-field[data-v-63b04fcc] .k-tooltip p,.ff-enum-field[data-v-9f7a701e] .k-tooltip p{margin:0}.ff-kv-field[data-v-fcec7d1d]{display:flex;flex-direction:column;gap:8px}.ff-kv-field-label.k-label[data-v-fcec7d1d]{margin-bottom:0;margin-top:0}.ff-kv-field-header[data-v-fcec7d1d]{align-items:center;display:flex;gap:8px;height:32px}.ff-kv-field-entry[data-v-fcec7d1d]{align-items:center;display:flex;gap:8px}.ff-kv-field-entry-key[data-v-fcec7d1d],.ff-kv-field-entry-value[data-v-fcec7d1d]{flex:1 1 0}.ff-kv-field[data-v-fcec7d1d] .k-tooltip p{margin:0}.ff-array-field[data-v-5794bdee]{display:flex;flex-direction:column;gap:8px}.ff-array-field-label.k-label[data-v-5794bdee]{margin-bottom:0;margin-top:0}.ff-array-field-header[data-v-5794bdee]{align-items:center;display:flex;gap:8px;height:32px}.ff-array-field-container[data-v-5794bdee]{display:flex;flex-direction:column;gap:16px}.ff-array-field-item[data-v-5794bdee]{display:flex;padding:12px 16px}.ff-array-field-item-content[data-v-5794bdee]{display:flex;flex-direction:column;flex-grow:1;gap:16px}.ff-array-field-default>.ff-array-field-container>.ff-array-field-item[data-v-5794bdee]{align-items:center;flex-direction:row;gap:8px;padding:0}.ff-array-field-card>.ff-array-field-container>.ff-array-field-item[data-v-5794bdee] .card-content{align-items:center;flex-direction:row;gap:8px}.ff-array-field-tabs .ff-array-field-item[data-v-5794bdee]{flex-direction:column;gap:24px}.ff-array-field-sticky-tabs[data-v-5794bdee] .k-tabs ul{background-color:#fff;position:sticky;top:var(--2f0a0592);z-index:10}.ff-array-field-sticky-tabs[data-v-5794bdee] .k-tabs .tab-link:has(.k-button:hover):hover{background-color:transparent}.ff-array-field[data-v-5794bdee] .k-tooltip p{margin:0}[data-v-a4a9de37] .rc-code textarea{font-family:JetBrains Mono,Consolas,monospace!important}[data-v-a4a9de37] .k-label{font-weight:500}.rc-config-form[data-v-a4a9de37]{display:flex;flex-direction:column;gap:40px}.sc-form-config-fields[data-v-0498e2a7]{border-top:1px solid #e0e4ea;margin-top:24px;padding-top:24px}.sc-form-config-form[data-v-0498e2a7]{margin:40px 0}.kong-ui-entities-plugin-form[data-v-f14c0f1c]{width:100%}.kong-ui-entities-plugin-form .fade-enter-active[data-v-f14c0f1c],.kong-ui-entities-plugin-form .fade-leave-active[data-v-f14c0f1c]{transition:opacity .5s}.kong-ui-entities-plugin-form .fade-enter-from[data-v-f14c0f1c],.kong-ui-entities-plugin-form .fade-leave-to[data-v-f14c0f1c]{opacity:0}.kong-ui-entities-plugin-form .entity-form .plugin-config-empty-state[data-v-f14c0f1c]{color:#6c7489;font-size:14px;font-style:italic;margin-bottom:16px}.kong-ui-entities-plugin-form[data-v-f14c0f1c] .vue-form-generator>fieldset .form-group:last-child{margin-bottom:0}.kong-ui-entities-plugin-form[data-v-f14c0f1c] .vue-form-generator .k-collapse.root-level-collapse{border-top:1px solid #e0e4ea;margin-top:24px;padding-top:24px}.kong-ui-entities-plugin-form[data-v-f14c0f1c] .vue-form-generator fieldset{border:none;margin-left:0;padding:0}.kong-ui-entities-plugin-form[data-v-f14c0f1c] .vue-form-generator .bottom-border{border-bottom:1px solid #e0e4ea;padding-bottom:24px}.kong-ui-entities-plugin-form[data-v-f14c0f1c] .vue-form-generator .top-border{border-top:1px solid #e0e4ea;padding-top:24px}.kong-ui-entities-plugin-form[data-v-f14c0f1c] .vue-form-generator .form-group.kong-form-hidden-field-wrapper{display:none}.kong-ui-entities-plugin-form[data-v-f14c0f1c] .vue-form-generator .form-group hr.divider{border-color:#e0e4ea;opacity:.3}.kong-ui-entities-plugin-form[data-v-f14c0f1c] .vue-form-generator .form-group hr.wide-divider{border-color:#e0e4ea;opacity:.6}.kong-ui-entities-plugin-form[data-v-f14c0f1c] .vue-form-generator .form-group.field-textArea textarea{resize:vertical}.kong-ui-entities-plugin-form[data-v-f14c0f1c] .vue-form-generator .hint{font-size:12px;margin-bottom:10px;margin-top:5px;opacity:.6}.kong-ui-entities-plugin-form[data-v-f14c0f1c] .vue-form-generator .k-select-item button,.kong-ui-entities-plugin-form[data-v-f14c0f1c] .vue-form-generator .k-multiselect-item button{border:none}.kong-ui-entities-plugin-form[data-v-f14c0f1c] .vue-form-generator .k-select-item button .k-select-item-label .first-part,.kong-ui-entities-plugin-form[data-v-f14c0f1c] .vue-form-generator .k-select-item button .k-multiselect-item-label,.kong-ui-entities-plugin-form[data-v-f14c0f1c] .vue-form-generator .k-multiselect-item button .k-select-item-label .first-part,.kong-ui-entities-plugin-form[data-v-f14c0f1c] .vue-form-generator .k-multiselect-item button .k-multiselect-item-label{display:block;text-align:start}.kong-ui-entities-plugin-form[data-v-f14c0f1c] .vue-form-generator .field-radios .radio-list label input[type=radio]{margin-right:10px}.kong-ui-entities-plugin-form[data-v-f14c0f1c] .vue-form-generator label{font-weight:500}.kong-ui-entities-plugin-form[data-v-f14c0f1c] .vue-form-generator .form-group.field-array label,.kong-ui-entities-plugin-form[data-v-f14c0f1c] .vue-form-generator .form-group.field-select label,.kong-ui-entities-plugin-form[data-v-f14c0f1c] .vue-form-generator .form-group.field-multiselect label{display:flex;justify-content:flex-start}.kong-ui-entities-plugin-form[data-v-f14c0f1c] .vue-form-generator .kong-form-array-field{width:100%}.kong-ui-entities-plugin-form[data-v-f14c0f1c] .vue-form-generator .kong-form-array-field .kong-form-array-field-item{margin-bottom:8px}.kong-ui-entities-plugin-form[data-v-f14c0f1c] .vue-form-generator .kong-form-array-field .kong-form-array-field-item .k-button.delete{align-self:center}.kong-ui-entities-plugin-form .global-fields[data-v-f14c0f1c]{border-bottom:1px solid #e0e4ea}.kong-ui-entities-plugin-form .general-settings .form-group label[data-v-f14c0f1c]{display:flex;justify-content:flex-start}.kong-ui-entities-plugin-form .general-settings .form-group .field-wrap button[data-v-f14c0f1c]{margin-top:6px}.kong-ui-entities-plugin-form .general-settings .link-wrapper[data-v-f14c0f1c]{margin-top:16px}.kong-ui-entities-plugin-form-container[data-v-7348a92c]{width:100%}.kong-ui-entities-plugin-form-container .form-action-button[data-v-7348a92c]{margin-left:16px}.kong-ui-entities-plugin-form-container .plugin-form-actions[data-v-7348a92c]{display:flex}.kong-ui-entities-plugin-form-container[data-v-7348a92c] .k-slideout-title{color:#000933!important;font-size:24px!important;font-weight:700!important;line-height:32px!important;margin-bottom:16px!important}.kong-ui-entities-plugin-form-container[data-v-7348a92c] .k-card.content-card{padding:0 16px!important}.kong-ui-entities-plugin-form-container[data-v-7348a92c] .tab-item>div.tab-link.has-panels{color:#6c7489!important;font-size:14px!important;font-weight:700!important;line-height:24px!important}.kong-ui-entities-plugin-form-container[data-v-7348a92c] .tab-item.active>div.tab-link.has-panels{color:#000933!important;font-weight:600!important}.button-row[data-v-5b9e67a7]{align-items:center;display:flex;gap:12px}.kong-ui-entities-plugins-list[data-v-5b9e67a7]{width:100%}.kong-ui-entities-plugins-list .kong-ui-entity-filter-input[data-v-5b9e67a7]{margin-right:12px}.kong-ui-entities-plugins-list .table-content-overflow-wrapper[data-v-5b9e67a7]{max-width:60ch;overflow:hidden;text-overflow:ellipsis}.kong-ui-entities-plugins-list .name-cell-wrapper[data-v-5b9e67a7]{align-items:center;display:flex}.kong-ui-entities-plugins-list .name-cell-wrapper .plugin-icon[data-v-5b9e67a7]{margin-right:12px}.kong-ui-entities-plugins-list .name-cell-wrapper .info-wrapper[data-v-5b9e67a7]{display:flex;flex-direction:column}.kong-ui-entities-plugins-list .name-cell-wrapper .info-wrapper .info-name[data-v-5b9e67a7]{color:#3a3f51;font-size:14px;font-weight:600;line-height:20px}.kong-ui-entities-plugins-list .name-cell-wrapper .info-wrapper .info-type[data-v-5b9e67a7]{color:#6c7489;font-size:14px;line-height:16px;margin-top:4px}.kong-ui-entities-plugins-list .k-badge.disabled[data-v-5b9e67a7]{cursor:default}.plugin-select-card-wrapper[data-v-28728a65]{display:flex}.plugin-select-card-wrapper .plugin-select-card[data-v-28728a65]{border:1px solid #e0e4ea;border-radius:6px;box-sizing:border-box;color:initial;cursor:pointer;display:flex;flex-direction:column;gap:20px;overflow:hidden;padding:20px 20px 0;width:100%}.plugin-select-card-wrapper .plugin-select-card[data-v-28728a65]:hover{box-shadow:0 0 5px #21212133;text-decoration:none}.plugin-select-card-wrapper .plugin-select-card .plugin-card-header[data-v-28728a65]{display:flex}.plugin-select-card-wrapper .plugin-select-card .plugin-card-header .plugin-card-title[data-v-28728a65]{color:#000933;display:flex;font-size:18px;font-weight:700;letter-spacing:-.32px;line-height:24px;width:100%}.plugin-select-card-wrapper .plugin-select-card .plugin-card-header .plugin-card-title .non-custom-title[data-v-28728a65]{text-align:center;width:100%}.plugin-select-card-wrapper .plugin-select-card .plugin-card-header .plugin-card-actions[data-v-28728a65]{margin-left:auto}.plugin-select-card-wrapper .plugin-select-card .plugin-card-header .actions-trigger[data-v-28728a65]{color:#3a3f51}.plugin-select-card-wrapper .plugin-select-card .plugin-card-icon[data-v-28728a65]{margin-bottom:16px}.plugin-select-card-wrapper .plugin-select-card .plugin-card-text[data-v-28728a65]{-webkit-box-orient:vertical;color:#000933;display:-webkit-box;font-size:14px;font-weight:400;-webkit-line-clamp:3;overflow:hidden}.plugin-select-card-wrapper .plugin-select-card .plugin-card-body[data-v-28728a65]{align-items:center;background-color:#fff;display:flex;flex:1;flex-direction:column;padding:16px}.plugin-select-card-wrapper .plugin-select-card .plugin-card-body.custom-plugin[data-v-28728a65]{cursor:pointer}.plugin-select-card-wrapper .plugin-select-card .plugin-card-footer[data-v-28728a65]{background-color:#eefaff;border-radius:6px;color:#0044f4;font-size:14px;font-weight:600;margin:0 -20px;padding:16px;text-align:center}.plugin-select-card-wrapper .plugin-select-card.disabled[data-v-28728a65] *{cursor:not-allowed;filter:grayscale(100%);opacity:.9}.error-wrapper[data-v-9e0dee7f]{margin-bottom:16px}.confirm-text[data-v-9e0dee7f]{margin-bottom:8px}.cancel-button[data-v-9e0dee7f]{margin-right:8px}[data-v-f4b90f47] .empty-state-wrapper .custom-plugins-empty-state{padding-bottom:0}[data-v-f4b90f47] .empty-state-wrapper .custom-plugins-empty-state .empty-state-title{font-size:16px;font-weight:600}[data-v-f4b90f47] .empty-state-wrapper .custom-plugins-empty-state .empty-state-description{font-size:14px;margin-left:16px;margin-right:16px}.plugins-collapse[data-v-f4b90f47]{margin-bottom:32px}.plugin-card-container[data-v-f4b90f47]{display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(0,335px));justify-content:space-around;margin-top:32px}@media (min-width: 1280px){.plugin-card-container[data-v-f4b90f47]{justify-content:flex-start}}.plugins-collapse[data-v-a1074120]{margin-bottom:32px}.plugin-card-container[data-v-a1074120]{display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(0,335px));justify-content:space-around;margin-top:32px}@media (min-width: 1280px){.plugin-card-container[data-v-a1074120]{justify-content:flex-start}}.plugin-card-container .plugin-card-cursor-pointer[data-v-a1074120]{cursor:pointer}.kong-ui-entities-plugin-select-form .plugins-skeleton-title[data-v-d2065987]{margin-bottom:12px}.kong-ui-entities-plugin-select-form .plugins-skeleton-cards[data-v-d2065987] .skeleton-card-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,335px))}.kong-ui-entities-plugin-select-form .plugins-skeleton-cards[data-v-d2065987] .skeleton-card-wrapper .skeleton-card{max-width:none}.kong-ui-entities-plugin-select-form .plugins-filter-input-container[data-v-d2065987]{display:flex}.kong-ui-entities-plugin-select-form .plugins-filter-input-container .plugins-filter-input[data-v-d2065987]{margin-bottom:16px}.kong-ui-entities-plugin-select-form .plugins-results-container .tab-description[data-v-d2065987]{margin-bottom:24px;margin-top:24px}.name-cell-wrapper[data-v-949f887c]{align-items:center;display:flex}.name-cell-wrapper .plugin-icon[data-v-949f887c]{margin-right:12px}.name-cell-wrapper .info-name[data-v-949f887c]{color:#3a3f51;font-size:14px;font-weight:600;line-height:20px}
@@ -156,14 +156,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
156
156
  }, {}, {
157
157
  RequestCalloutForm: {
158
158
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
159
- schema: any;
159
+ schema: import("../types/plugins/form-schema").FormSchema;
160
160
  formSchema: any;
161
161
  model: Record<string, any>;
162
162
  formModel: Record<string, any>;
163
163
  formOptions: any;
164
164
  isEditing: boolean;
165
165
  onModelUpdated: (value: any, model: string) => void;
166
- onConfigChange: (value: import("./free-form/RequestCallout/types").RequestCallout) => void;
166
+ onFormChange: (value: import("./free-form/RequestCallout/types").RequestCalloutPlugin) => void;
167
167
  }> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
168
168
  P: {};
169
169
  B: {};
@@ -172,27 +172,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
172
172
  M: {};
173
173
  Defaults: {};
174
174
  }, Readonly<{
175
- schema: any;
175
+ schema: import("../types/plugins/form-schema").FormSchema;
176
176
  formSchema: any;
177
177
  model: Record<string, any>;
178
178
  formModel: Record<string, any>;
179
179
  formOptions: any;
180
180
  isEditing: boolean;
181
181
  onModelUpdated: (value: any, model: string) => void;
182
- onConfigChange: (value: import("./free-form/RequestCallout/types").RequestCallout) => void;
182
+ onFormChange: (value: import("./free-form/RequestCallout/types").RequestCalloutPlugin) => void;
183
183
  }> & Readonly<{}>, {}, {}, {}, {}, {}>;
184
184
  __isFragment?: never;
185
185
  __isTeleport?: never;
186
186
  __isSuspense?: never;
187
187
  } & import("vue").ComponentOptionsBase<Readonly<{
188
- schema: any;
188
+ schema: import("../types/plugins/form-schema").FormSchema;
189
189
  formSchema: any;
190
190
  model: Record<string, any>;
191
191
  formModel: Record<string, any>;
192
192
  formOptions: any;
193
193
  isEditing: boolean;
194
194
  onModelUpdated: (value: any, model: string) => void;
195
- onConfigChange: (value: import("./free-form/RequestCallout/types").RequestCallout) => void;
195
+ onFormChange: (value: import("./free-form/RequestCallout/types").RequestCalloutPlugin) => void;
196
196
  }> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
197
197
  $slots: Readonly<{
198
198
  autofill: () => any;
@@ -1 +1 @@
1
- {"version":3,"file":"PluginEntityForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PluginEntityForm.vue"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"PluginEntityForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PluginEntityForm.vue"],"names":[],"mappings":"AA67BA,OAAO,gDAAgD,CAAA;AAWvD,OAAO,sCAAsC,CAAA;AAE7C,OAAO,EAAuF,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;AAKxH,OAAO,KAAK,EAAE,2BAA2B,EAAE,uBAAuB,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAA;;IA4rCpG,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;;;;;;;;;eAtEQ,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;uBACX,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;cAC5B,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;;IAM7B,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;;;;;;;;;eAtEQ,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;uBACX,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;cAC5B,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA5sC/B,KAj3BiD,yBAi3BjD,KAh3BO;;;;;;;;;;;;;;kCAg3BP,KAv2Bc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAu2Bd,KAv0BkB,0DAu0BlB,KAn0BU;;;;;;;;;;;;;;sCAm0BV,KAzzBkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAyzBlC,CA5xBW,IA4xBX,GA3xBG;2BA2xBH,CA1xB4B,IA0xB5B,GA1xBmC;8BA0xBnC,CAtxBO,IAsxBP,GAtxBc;qCAsxBd,CAnxBsB,IAmxBtB,GAlxBC;gCAkxBD,CAlxBgE,IAkxBhE,GAlxBuE;mCAkxBvE,KAhxBU,wBAgxBV,KAhxBuC;;;;;;;sBAgxBvC,KA3wBO,gCA2wBP,KA3wB4C,4CA2wB5C,KA1wBA,2EA0wBA,KApwBC,kDAowBD,KAnwByC,6CAmwBzC,KAjwBE;;;;;;;;;;;;;;sCAiwBF,KAtuBe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAsuBf,CAnsBmC,IAmsBnC,GAlsBC;2BAksBD,CAhsBwB,IAgsBxB,GAhsB+B;8BAgsB/B,CA/rByD,IA+rBzD,GA/rBgE;qCA+rBhE,CA9rByD,IA8rBzD,GA9rBgE;gCA8rBhE,CA5rBqC,IA4rBrC,GA3rBI;mEA2rBJ,KA1rB2B;;;;;;;;;;;;;;;;;;;;;6DA0rB3B,KAzqBwD;;;;;;;;;;;;;;sCAyqBxD,KA1pBwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BA0pBxC,CAhoBK,IAgoBL,GA/nBA;2BA+nBA,CA3nBsB,IA2nBtB,GA3nB6B;8BA2nB7B,CApnBe,IAonBf,GApnBsB;qCAonBtB,CA/mBA,IA+mBA,GA/mBO;gCA+mBP,CAzmBS,IAymBT,GAzmBgB;;;;;;;;uBAymBhB,KAjmB2C;;6BAimB3C,KAhmB8D;;;;6BAgmB9D,+DA9lBO;;;;;;;4BA8lBP,CAtlBiC;;kBAslBjC,KAplBE;;;;;;;kBAolBF,KA5kBY,gCA4kBZ,KA5kBiD,4CA4kBjD,KA3kBiC,2EA2kBjC,KAvkB0B,kDAukB1B,KAtkBgB,wNAskBhB,KAlkBc,+BAkkBd,KAlkBkD;;;;;;;;;;;;;;kCAkkBlD,KApjBwD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAojBxD,CA7hBoD,IA6hBpD,GA7hB2D;uBA6hB3D,CA5hBkC,IA4hBlC,GA5hByC;0BA4hBzC,CA3hBoB,IA2hBpB,GA3hB2B;iCA2hB3B,CA1hBc,IA0hBd,GA1hBqB;4BA0hBrB,CAxhBgB,IAwhBhB,GAxhBuB;;;;;;;;;;;8BAwhBvB,KA/gBK,yBA+gBL,KA/gBmC;;;;;;;;;;;;;;;;;;;;;;8BA+gBnC,KA5f+B;;;;;;;;;;;;;;;;;;;sBA4f/B,KAteC;;;;;;;sBAseD,KA3dE,gCA2dF,KA3duC,4CA2dvC,KA1d0B,2EA0d1B,KAzdqC,kDAydrC,KArdC,kIAqdD,KApdoD,+BAodpD,KAndkB;;;;;;;;;;;;;;;;;;;;;;8BAmdlB,CAvca,IAucb,GAvcoB;2BAucpB,CAncyB,IAmczB,GAncgC;8BAmchC,CAlc8C,IAkc9C,GAlcqD;;;;;iCAkcrD,qDA7bqB,sBA6brB,KA7bgD;8BA6bhD,KA1bS,yBA0bT,KArbC;;;;;;;;;;;;;;;iCAqbD,KA9a4B,kBA8a5B,uBA9aqD;;;;;;;;;;;;;;;;;;;;uCA8arD,KA/Z0C,gCA+Z1C,KA5Zc;;;;;;8BA4Zd,KAnZkB,+BAmZlB,KAnZsD;;;;;;;;;;;;;;;iCAmZtD,KA5YgB,kBA4YhB,uBA5YyC;;;;;;;;;;;;;;;;;;;;;2BA4YzC,CA1XO;8BA0XP,CAxXoB;8BAwXpB,CAtXG;qCAsXH,CApXQ;gCAoXR,CApXgE;;;;;;;0CAoXhE,KAzWU;;wBAyWV,CAnWQ,SAmWR,KAnWsB;;;6BAmWtB,KAjW4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0Y5B,wBAivCC"}
@@ -1,7 +1,9 @@
1
1
  declare const _default: import("vue").DefineComponent<{
2
2
  index: number;
3
+ fieldName: string;
3
4
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
4
5
  index: number;
6
+ fieldName: string;
5
7
  }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
8
  export default _default;
7
9
  //# sourceMappingURL=CalloutForm.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CalloutForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/RequestCallout/CalloutForm.vue"],"names":[],"mappings":";WAkGS,MAAM;;WAAN,MAAM;;AAqKf,wBAMG"}
1
+ {"version":3,"file":"CalloutForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/RequestCallout/CalloutForm.vue"],"names":[],"mappings":";WA+FS,MAAM;eACF,MAAM;;WADV,MAAM;eACF,MAAM;;AA4InB,wBAMG"}
@@ -1 +1 @@
1
- {"version":3,"file":"CalloutsForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/RequestCallout/CalloutsForm.vue"],"names":[],"mappings":";AA0KA,wBAKG"}
1
+ {"version":3,"file":"CalloutsForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/RequestCallout/CalloutsForm.vue"],"names":[],"mappings":";AA+IA,wBAKG"}
@@ -1,14 +1,15 @@
1
- import type { RequestCallout } from './types';
1
+ import type { RequestCalloutPlugin } from './types';
2
+ import type { FormSchema } from '../../../types/plugins/form-schema';
2
3
  declare const _default: import("vue").DefineComponent<{
3
- schema: Record<string, any>;
4
- data?: RequestCallout;
4
+ schema: FormSchema;
5
+ data?: RequestCalloutPlugin;
5
6
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
- change: (value: RequestCallout) => any;
7
+ change: (value: RequestCalloutPlugin) => any;
7
8
  }, string, import("vue").PublicProps, Readonly<{
8
- schema: Record<string, any>;
9
- data?: RequestCallout;
9
+ schema: FormSchema;
10
+ data?: RequestCalloutPlugin;
10
11
  }> & Readonly<{
11
- onChange?: ((value: RequestCallout) => any) | undefined;
12
+ onChange?: ((value: RequestCalloutPlugin) => any) | undefined;
12
13
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
14
  export default _default;
14
15
  //# sourceMappingURL=ConfigForm.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ConfigForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/RequestCallout/ConfigForm.vue"],"names":[],"mappings":"AAyGA,OAAO,KAAK,EAAW,cAAc,EAAE,MAAM,SAAS,CAAA;;YAQ5C,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;WACpB,cAAc;;;;YADb,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;WACpB,cAAc;;;;AA6IvB,wBASG"}
1
+ {"version":3,"file":"ConfigForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/RequestCallout/ConfigForm.vue"],"names":[],"mappings":"AAuMA,OAAO,KAAK,EAAW,oBAAoB,EAAE,MAAM,SAAS,CAAA;AAE5D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAA;;YAK1D,UAAU;WACX,oBAAoB;;;;YADnB,UAAU;WACX,oBAAoB;;;;AAiQ7B,wBASG"}
@@ -1,4 +1,5 @@
1
- import type { RequestCallout } from './types';
1
+ import type { RequestCalloutPlugin } from './types';
2
+ import type { FormSchema } from '../../../types/plugins/form-schema';
2
3
  declare function __VLS_template(): {
3
4
  slots: Readonly<{
4
5
  autofill: () => any;
@@ -10,23 +11,23 @@ declare function __VLS_template(): {
10
11
  };
11
12
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
13
  declare const __VLS_component: import("vue").DefineComponent<{
13
- schema: any;
14
+ schema: FormSchema;
14
15
  formSchema: any;
15
16
  model: Record<string, any>;
16
17
  formModel: Record<string, any>;
17
18
  formOptions: any;
18
19
  isEditing: boolean;
19
20
  onModelUpdated: (value: any, model: string) => void;
20
- onConfigChange: (value: RequestCallout) => void;
21
+ onFormChange: (value: RequestCalloutPlugin) => void;
21
22
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
22
- schema: any;
23
+ schema: FormSchema;
23
24
  formSchema: any;
24
25
  model: Record<string, any>;
25
26
  formModel: Record<string, any>;
26
27
  formOptions: any;
27
28
  isEditing: boolean;
28
29
  onModelUpdated: (value: any, model: string) => void;
29
- onConfigChange: (value: RequestCallout) => void;
30
+ onFormChange: (value: RequestCalloutPlugin) => void;
30
31
  }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
31
32
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
32
33
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"RequestCalloutForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/RequestCallout/RequestCalloutForm.vue"],"names":[],"mappings":"AA+GA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AA+C7C,iBAAS,cAAc;;wBA5BmB,GAAG;;wBAAH,GAAG;;;WAiK/B,OAAO,IAA6B;EAEjD;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;YAhMX,GAAG;gBACC,GAAG;WACR,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;eACf,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;iBACjB,GAAG;eACL,OAAO;oBACF,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI;oBACnC,CAAC,KAAK,EAAE,cAAc,KAAK,IAAI;;YAPvC,GAAG;gBACC,GAAG;WACR,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;eACf,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;iBACjB,GAAG;eACL,OAAO;oBACF,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI;oBACnC,CAAC,KAAK,EAAE,cAAc,KAAK,IAAI;iGA+L/C,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"RequestCalloutForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/RequestCallout/RequestCalloutForm.vue"],"names":[],"mappings":"AAuHA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAA;AACnD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAA;AAsDpE,iBAAS,cAAc;;wBAnCmB,GAAG;;wBAAH,GAAG;;;WAwK/B,OAAO,IAA6B;EAEjD;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;YAxMX,UAAU;gBACN,GAAG;WACR,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;eACf,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;iBACjB,GAAG;eACL,OAAO;oBACF,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI;kBACrC,CAAC,KAAK,EAAE,oBAAoB,KAAK,IAAI;;YAP3C,UAAU;gBACN,GAAG;WACR,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;eACf,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;iBACjB,GAAG;eACL,OAAO;oBACF,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI;kBACrC,CAAC,KAAK,EAAE,oBAAoB,KAAK,IAAI;iGAuMnD,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,3 +1,9 @@
1
+ export interface RequestCalloutPlugin {
2
+ config?: RequestCallout;
3
+ partials?: Array<{
4
+ id: string;
5
+ }>;
6
+ }
1
7
  export interface RequestCallout {
2
8
  callouts: Callout[];
3
9
  cache: Cache;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/RequestCallout/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/RequestCallout/types.ts"],"names":[],"mappings":"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"}
@@ -4,6 +4,7 @@ declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>
4
4
  readonly onRemove?: ((index: number) => any) | undefined;
5
5
  readonly onAdd?: (() => any) | undefined;
6
6
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onAdd" | "onRemove"> & {
7
+ name: string;
7
8
  items?: T[] | null;
8
9
  label?: string;
9
10
  labelAttributes?: LabelAttributes;
@@ -14,15 +15,22 @@ declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>
14
15
  }> & import("vue").PublicProps;
15
16
  expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
16
17
  attrs: any;
17
- slots: {
18
- item?(_: {
18
+ slots: Readonly<{
19
+ item(props: {
19
20
  index: number;
20
- item: T;
21
+ /** for named slot, the field name use `fieldName` instead */
22
+ fieldName: string;
23
+ "data-autofocus"?: boolean;
21
24
  }): any;
22
- item?(_: {
25
+ tooltip(): any;
26
+ }> & {
27
+ item(props: {
23
28
  index: number;
24
- item: T;
29
+ /** for named slot, the field name use `fieldName` instead */
30
+ fieldName: string;
31
+ "data-autofocus"?: boolean;
25
32
  }): any;
33
+ tooltip(): any;
26
34
  };
27
35
  emit: ((evt: "remove", index: number) => void) & ((evt: "add") => void);
28
36
  }>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -1 +1 @@
1
- {"version":3,"file":"ArrayField.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/shared/ArrayField.vue"],"names":[],"mappings":"AA4SA,OAAO,EAAS,KAAK,eAAe,EAAE,MAAM,mBAAmB,CAAA;yBAG9C,CAAC,eACJ,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WAgXxD,mBAAmB,CAAC;;;;gBA5WpB,CAAC,EAAE,GAAG,IAAI;gBACV,MAAM;0BACI,eAAe;oBACrB,MAAM,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;mBAC9C,OAAO;qBACL,SAAS,GAAG,MAAM,GAAG,MAAM;qBAC3B,OAAO,GAAG,MAAM,GAAG,MAAM;KAsW+C,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;;;;YAzCc,GAAG;;;;YACH,GAAG;;;;;;YA6Cc,OAAO,CAAC,OAAO,WAAW,CAAC;;AA1XvE,wBA0X4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"ArrayField.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/shared/ArrayField.vue"],"names":[],"mappings":"AA6VA,OAAO,EAAS,KAAK,eAAe,EAAE,MAAM,mBAAmB,CAAA;yBAM9C,CAAC,eACJ,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WAyaxD,mBAAmB,CAAC;;;;cAratB,MAAM;gBACJ,CAAC,EAAE,GAAG,IAAI;gBACV,MAAM;0BACI,eAAe;oBACrB,MAAM,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;mBAC9C,OAAO;qBACL,SAAS,GAAG,MAAM,GAAG,MAAM;qBAC3B,OAAO,GAAG,MAAM,GAAG,MAAM;KA8Z+C,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;oBAtZC;YACV,KAAK,EAAE,MAAM,CAAA;YACb,6DAA6D;YAC7D,SAAS,EAAE,MAAM,CAAA;YACjB,gBAAgB,CAAC,EAAE,OAAO,CAAA;SAC3B,GAAG,GAAG;mBACI,GAAG;;oBANF;YACV,KAAK,EAAE,MAAM,CAAA;YACb,6DAA6D;YAC7D,SAAS,EAAE,MAAM,CAAA;YACjB,gBAAgB,CAAC,EAAE,OAAO,CAAA;SAC3B,GAAG,GAAG;mBACI,GAAG;;;;;;YAqZ4B,OAAO,CAAC,OAAO,WAAW,CAAC;;AAnbvE,wBAmb4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -1,12 +1,27 @@
1
1
  import { type LabelAttributes } from '@kong/kongponents';
2
2
  interface InputProps {
3
+ name: string;
3
4
  labelAttributes?: LabelAttributes;
4
5
  modelValue?: boolean;
5
6
  }
6
- declare const _default: import("vue").DefineComponent<InputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ declare function __VLS_template(): {
8
+ slots: {
9
+ tooltip?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ attrs: Partial<{}>;
13
+ };
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ declare const __VLS_component: import("vue").DefineComponent<InputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
16
  "update:modelValue": (value: boolean) => any;
8
17
  }, string, import("vue").PublicProps, Readonly<InputProps> & Readonly<{
9
18
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
10
19
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
11
21
  export default _default;
22
+ type __VLS_WithTemplateSlots<T, S> = T & {
23
+ new (): {
24
+ $slots: S;
25
+ };
26
+ };
12
27
  //# sourceMappingURL=BooleanField.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BooleanField.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/shared/BooleanField.vue"],"names":[],"mappings":"AA2CA,OAAO,EAAa,KAAK,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAQnE,UAAU,UAAU;IAClB,eAAe,CAAC,EAAE,eAAe,CAAA;IACjC,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB;;;;;;AAuGD,wBASG"}
1
+ {"version":3,"file":"BooleanField.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/shared/BooleanField.vue"],"names":[],"mappings":"AAiEA,OAAO,EAAa,KAAK,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAUnE,UAAU,UAAU;IAClB,IAAI,EAAE,MAAM,CAAA;IACZ,eAAe,CAAC,EAAE,eAAe,CAAA;IACjC,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB;AAwBD,iBAAS,cAAc;;yBA2EO,GAAG;;;WASnB,OAAO,IAA6B;EAEjD;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;kFASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,8 +1,24 @@
1
- import { type LabelAttributes } from '@kong/kongponents';
1
+ import { type LabelAttributes, type SelectItem } from '@kong/kongponents';
2
2
  interface EnumFieldProps {
3
+ name: string;
3
4
  labelAttributes?: LabelAttributes;
4
5
  multiple?: boolean;
6
+ items?: SelectItem[];
5
7
  }
6
- declare const _default: import("vue").DefineComponent<EnumFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<EnumFieldProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ declare function __VLS_template(): {
9
+ slots: {
10
+ tooltip?(_: {}): any;
11
+ };
12
+ refs: {};
13
+ attrs: Partial<{}>;
14
+ };
15
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
+ declare const __VLS_component: import("vue").DefineComponent<EnumFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<EnumFieldProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
7
18
  export default _default;
19
+ type __VLS_WithTemplateSlots<T, S> = T & {
20
+ new (): {
21
+ $slots: S;
22
+ };
23
+ };
8
24
  //# sourceMappingURL=EnumField.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EnumField.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/shared/EnumField.vue"],"names":[],"mappings":"AA6CA,OAAO,EAAyB,KAAK,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAQ/E,UAAU,cAAc;IACtB,eAAe,CAAC,EAAE,eAAe,CAAA;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;;AA4ED,wBAMG"}
1
+ {"version":3,"file":"EnumField.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/shared/EnumField.vue"],"names":[],"mappings":"AA+EA,OAAO,EAAyB,KAAK,eAAe,EAAE,KAAK,UAAU,EAAE,MAAM,mBAAmB,CAAA;AAShG,UAAU,cAAc;IACtB,IAAI,EAAE,MAAM,CAAA;IACZ,eAAe,CAAC,EAAE,eAAe,CAAA;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,UAAU,EAAE,CAAA;CACrB;AAiCD,iBAAS,cAAc;;yBAwDO,GAAG;;;WASnB,OAAO,IAA6B;EAEjD;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,wSAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,34 @@
1
+ import { type Slot } from 'vue';
2
+ declare function __VLS_template(): {
3
+ slots: Readonly<{
4
+ default?: Slot;
5
+ "free-form-field-renderers-slot"?: Slot<{
6
+ name: string;
7
+ }>;
8
+ } & Record<string, Slot<{
9
+ name: string;
10
+ }>>> & {
11
+ default?: Slot;
12
+ "free-form-field-renderers-slot"?: Slot<{
13
+ name: string;
14
+ }>;
15
+ } & Record<string, Slot<{
16
+ name: string;
17
+ }>>;
18
+ refs: {};
19
+ attrs: Partial<{}>;
20
+ };
21
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
22
+ declare const __VLS_component: import("vue").DefineComponent<{
23
+ name: string;
24
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
25
+ name: string;
26
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
27
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
28
+ export default _default;
29
+ type __VLS_WithTemplateSlots<T, S> = T & {
30
+ new (): {
31
+ $slots: S;
32
+ };
33
+ };
34
+ //# sourceMappingURL=Field.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Field.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/shared/Field.vue"],"names":[],"mappings":"AA0FA,OAAO,EAAmB,KAAK,IAAI,EAAE,MAAM,KAAK,CAAA;AAyDhD,iBAAS,cAAc;;kBAlCT,IAAI;2CACM,IAAI,CAAC;YAAE,IAAI,EAAE,MAAM,CAAA;SAAE,CAAC;;cACZ,MAAM;;kBAF1B,IAAI;2CACM,IAAI,CAAC;YAAE,IAAI,EAAE,MAAM,CAAA;SAAE,CAAC;;cACZ,MAAM;;;WAgG1B,OAAO,IAA6B;EAEjD;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;UAvHb,MAAM;;UAAN,MAAM;iGA6HZ,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}