@kong-ui-public/entities-routes 3.17.14-pr.2781.b1238e65f.0 → 3.17.15-pr.2790.95b70759b.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 (64) hide show
  1. package/dist/RouteFormExpressionsEditor-Djsgv4nT.js +64 -0
  2. package/dist/entities-routes.es.js +20 -0
  3. package/dist/entities-routes.umd.js +1 -0
  4. package/dist/index-CfYLdXXX.js +2640 -0
  5. package/dist/style.css +1 -0
  6. package/dist/types/components/RouteConfigCard.vue.d.ts +78 -0
  7. package/dist/types/components/RouteConfigCard.vue.d.ts.map +1 -0
  8. package/dist/types/components/RouteForm.vue.d.ts +176 -0
  9. package/dist/types/components/RouteForm.vue.d.ts.map +1 -0
  10. package/dist/types/components/RouteFormExpressionsEditor.vue.d.ts +36 -0
  11. package/dist/types/components/RouteFormExpressionsEditor.vue.d.ts.map +1 -0
  12. package/dist/types/components/RouteFormExpressionsEditorLoader.vue.d.ts +42 -0
  13. package/dist/types/components/RouteFormExpressionsEditorLoader.vue.d.ts.map +1 -0
  14. package/dist/types/components/RouteFormRulesComposer.vue.d.ts +57 -0
  15. package/dist/types/components/RouteFormRulesComposer.vue.d.ts.map +1 -0
  16. package/dist/types/components/RouteList.vue.d.ts +157 -0
  17. package/dist/types/components/RouteList.vue.d.ts.map +1 -0
  18. package/dist/types/components/rules-composer/ExpressionsRules.vue.d.ts +44 -0
  19. package/dist/types/components/rules-composer/ExpressionsRules.vue.d.ts.map +1 -0
  20. package/dist/types/components/rules-composer/RulesComposer.vue.d.ts +42 -0
  21. package/dist/types/components/rules-composer/RulesComposer.vue.d.ts.map +1 -0
  22. package/dist/types/components/rules-composer/TraditionalRules.vue.d.ts +32 -0
  23. package/dist/types/components/rules-composer/TraditionalRules.vue.d.ts.map +1 -0
  24. package/dist/types/components/rules-composer/rules/DestinationRules.vue.d.ts +16 -0
  25. package/dist/types/components/rules-composer/rules/DestinationRules.vue.d.ts.map +1 -0
  26. package/dist/types/components/rules-composer/rules/HeaderRules.vue.d.ts +16 -0
  27. package/dist/types/components/rules-composer/rules/HeaderRules.vue.d.ts.map +1 -0
  28. package/dist/types/components/rules-composer/rules/HostRules.vue.d.ts +15 -0
  29. package/dist/types/components/rules-composer/rules/HostRules.vue.d.ts.map +1 -0
  30. package/dist/types/components/rules-composer/rules/MethodRules.vue.d.ts +24 -0
  31. package/dist/types/components/rules-composer/rules/MethodRules.vue.d.ts.map +1 -0
  32. package/dist/types/components/rules-composer/rules/PathRules.vue.d.ts +15 -0
  33. package/dist/types/components/rules-composer/rules/PathRules.vue.d.ts.map +1 -0
  34. package/dist/types/components/rules-composer/rules/RuleControlsAdd.vue.d.ts +11 -0
  35. package/dist/types/components/rules-composer/rules/RuleControlsAdd.vue.d.ts.map +1 -0
  36. package/dist/types/components/rules-composer/rules/RuleControlsRemove.vue.d.ts +12 -0
  37. package/dist/types/components/rules-composer/rules/RuleControlsRemove.vue.d.ts.map +1 -0
  38. package/dist/types/components/rules-composer/rules/SniRules.vue.d.ts +15 -0
  39. package/dist/types/components/rules-composer/rules/SniRules.vue.d.ts.map +1 -0
  40. package/dist/types/components/rules-composer/rules/SourceRules.vue.d.ts +16 -0
  41. package/dist/types/components/rules-composer/rules/SourceRules.vue.d.ts.map +1 -0
  42. package/dist/types/composables/index.d.ts +6 -0
  43. package/dist/types/composables/index.d.ts.map +1 -0
  44. package/dist/types/composables/useI18n.d.ts +9 -0
  45. package/dist/types/composables/useI18n.d.ts.map +1 -0
  46. package/dist/types/constants.d.ts +65 -0
  47. package/dist/types/constants.d.ts.map +1 -0
  48. package/dist/types/index.d.ts +9 -0
  49. package/dist/types/index.d.ts.map +1 -0
  50. package/dist/types/routes-endpoints.d.ts +58 -0
  51. package/dist/types/routes-endpoints.d.ts.map +1 -0
  52. package/dist/types/types/index.d.ts +4 -0
  53. package/dist/types/types/index.d.ts.map +1 -0
  54. package/dist/types/types/route-config-card.d.ts +31 -0
  55. package/dist/types/types/route-config-card.d.ts.map +1 -0
  56. package/dist/types/types/route-form.d.ts +148 -0
  57. package/dist/types/types/route-form.d.ts.map +1 -0
  58. package/dist/types/types/route-list.d.ts +36 -0
  59. package/dist/types/types/route-list.d.ts.map +1 -0
  60. package/dist/types/utilities/helpers.d.ts +2 -0
  61. package/dist/types/utilities/helpers.d.ts.map +1 -0
  62. package/dist/types/utilities/index.d.ts +2 -0
  63. package/dist/types/utilities/index.d.ts.map +1 -0
  64. package/package.json +6 -6
package/dist/style.css ADDED
@@ -0,0 +1 @@
1
+ .config-card-fieldset[data-v-5baf64ca]{border:solid 1px #e0e4ea;border:solid var(--kui-border-width-10, 1px) var(--kui-color-border, #e0e4ea);border-radius:4px;margin-bottom:8px;margin-bottom:var(--kui-space-40, 8px);margin-top:4px}.config-card-fieldset-title[data-v-5baf64ca]{font-size:14px;font-size:var(--kui-font-size-30, 14px);padding:0 8px;padding:0 var(--kui-space-40, 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;margin:var(--kui-space-0, 0px) var(--kui-space-60, 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-b6987b3c]{align-items:center;border-bottom:var(--v25a763c4);box-sizing:border-box;display:var(--v1ac90e12);padding:16px;padding:var(--kui-space-60, 16px);padding-left:0;width:100%}.config-card-details-row .config-card-details-label[data-v-b6987b3c]{box-sizing:border-box;padding-right:16px;padding-right:var(--kui-space-60, 16px);width:var(--v45a716ee)}.config-card-details-row .config-card-details-label label[data-v-b6987b3c]{color:#3a3f51;color:var(--kui-color-text-neutral-stronger, #3a3f51);display:inline-flex;max-width:100%}.config-card-details-row .config-card-details-label label .label-content[data-v-b6987b3c]{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-b6987b3c]{min-width:0}.config-card-details-row .config-card-details-value[data-v-b6987b3c]{box-sizing:border-box;width:var(--v45a28b38)}.config-card-details-row .config-card-details-value .truncated[data-v-b6987b3c]{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-b6987b3c]{overflow-wrap:anywhere}.config-card-details-row .config-card-details-value .copy-uuid-array[data-v-b6987b3c] .k-copy:not(:last-of-type){margin-bottom:8px;margin-bottom:var(--kui-space-40, 8px)}.config-card-details-row .config-card-details-value .method-badge-array[data-v-b6987b3c]{display:flex;flex-wrap:wrap;row-gap:10px}.config-card-details-row .config-badge[data-v-b6987b3c]{margin-right:4px;margin-right:var(--kui-space-20, 4px)}.config-card-details-row[data-v-b6987b3c] .k-label{margin-bottom:0}.config-card-details-row[data-v-b6987b3c] .k-label .kong-icon-infoFilled{display:flex}.config-card-details-row[data-v-b6987b3c] .config-card-details-row{width:auto}.json-content.k-code-block{border-top-left-radius:0;border-top-left-radius:var(--kui-border-radius-0, 0px);border-top-right-radius:0;border-top-right-radius:var(--kui-border-radius-0, 0px)}.json-endpoint{align-items:baseline;background-color:#000933;background-color:var(--kui-color-background-inverse, #000933);border-bottom:1px solid rgba(255,255,255,.2);border-bottom:var(--kui-border-width-10, 1px) solid var(--kui-color-border-inverse, rgba(255, 255, 255, .2));border-top-left-radius:8px;border-top-left-radius:var(--kui-border-radius-40, 8px);border-top-right-radius:8px;border-top-right-radius:var(--kui-border-radius-40, 8px);display:flex;padding:8px 0 8px 12px;padding:var(--kui-space-40, 8px) var(--kui-space-0, 0px) var(--kui-space-40, 8px) var(--kui-space-50, 12px)}.json-endpoint .k-code-block{flex:auto;z-index:2}.json-endpoint .k-code-block .code-block-content{padding-bottom:0;padding-bottom:var(--kui-space-0, 0px);padding-top:0;padding-top:var(--kui-space-0, 0px)}.json-endpoint .k-code-block .code-block-secondary-actions{margin-top:0!important}.json-endpoint code{direction:rtl;max-width:var(--v775b4bd8);overflow:hidden!important;text-align:left;text-overflow:ellipsis;white-space:nowrap}.config-card-prop-section-title[data-v-12374c4b]{color:#000933;color:var(--kui-color-text, #000933);font-size:16px;font-size:var(--kui-font-size-40, 16px);font-weight:600;font-weight:var(--kui-font-weight-semibold, 600);margin-bottom:16px;margin-bottom:var(--kui-space-60, 16px);margin-top:48px;margin-top:var(--kui-space-110, 48px)}.kong-ui-entity-base-config-card .config-card-actions[data-v-2f21a1bc]{align-items:center;display:flex}.kong-ui-entity-base-config-card .config-card-actions .config-format-select-label[data-v-2f21a1bc]{margin-bottom:0;margin-bottom:var(--kui-space-0, 0px);margin-right:8px;margin-right:var(--kui-space-40, 8px)}.kong-ui-entity-base-config-card .config-card-prop-section-title[data-v-2f21a1bc]{color:#000933;color:var(--kui-color-text, #000933);font-size:16px;font-size:var(--kui-font-size-40, 16px);font-weight:600;margin-bottom:16px;margin-bottom:var(--kui-space-60, 16px);margin-top:48px;margin-top:var(--kui-space-110, 48px)}.kong-ui-entity-base-config-card[data-v-2f21a1bc] .config-card-details-row:last-of-type{border-bottom:none}.kong-ui-entity-base-config-card .book-icon[data-v-2f21a1bc]{margin-left:8px;margin-left:var(--kui-space-40, 8px);padding:0;padding:var(--kui-space-0, 0px)}.deck-config .k-select[data-v-d4838dcc]{margin-bottom:16px;margin-bottom:var(--kui-space-60, 16px)}.deck-config .k-code-block[data-v-d4838dcc]{margin-top:12px;margin-top:var(--kui-space-50, 12px)}.kong-ui-entity-base-form[data-v-7034940b]{box-sizing:border-box;max-width:1536px;max-width:var(--kui-breakpoint-desktop, 1536px);width:100%}.kong-ui-entity-base-form[data-v-7034940b] .k-slideout-title{color:#000933!important;color:var(--kui-color-text, #000933)!important;font-size:24px!important;font-size:var(--kui-font-size-70, 24px)!important;font-weight:700!important;font-weight:var(--kui-font-weight-bold, 700)!important;line-height:32px!important;line-height:var(--kui-line-height-60, 32px)!important;margin-bottom:16px!important;margin-bottom:var(--kui-space-60, 16px)!important}.kong-ui-entity-base-form[data-v-7034940b] .k-card.content-card{padding:0 16px!important;padding:var(--kui-space-0, 0px) var(--kui-space-60, 16px)!important}.kong-ui-entity-base-form[data-v-7034940b] .tab-item>div.tab-link.has-panels{color:#6c7489!important;color:var(--kui-color-text-neutral, #6c7489)!important;font-size:14px!important;font-size:var(--kui-font-size-30, 14px)!important;font-weight:700!important;font-weight:var(--kui-font-weight-bold, 700)!important;line-height:24px!important;line-height:var(--kui-line-height-40, 24px)!important}.kong-ui-entity-base-form[data-v-7034940b] .tab-item.active>div.tab-link.has-panels{color:#000933!important;color:var(--kui-color-text, #000933)!important;font-weight:600!important;font-weight:var(--kui-font-weight-semibold, 600)!important}.kong-ui-entity-base-form[data-v-7034940b] .slideout-content{overflow-y:unset!important}.form-actions[data-v-7034940b]{align-items:center;display:flex;justify-content:flex-end;margin-top:24px;margin-top:var(--kui-space-80, 24px)}.form-actions[data-v-7034940b] .k-button:last-of-type,.form-actions[data-v-7034940b] .k-button:nth-last-of-type(2){margin-inline-start:16px;margin-inline-start:var(--kui-space-60, 16px)}.form-actions-reverted[data-v-7034940b]{direction:rtl}.content-wrapper[data-v-a3a65cac] .k-tooltip{word-break:break-all}.kong-ui-entity-base-table .toolbar-container[data-v-09e101d4]{align-items:center;display:flex;width:100%}.kong-ui-entity-base-table .toolbar-button-container[data-v-09e101d4]{margin-left:auto}.kong-ui-entity-base-table .hidden[data-v-09e101d4]{display:none}.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-d3d2bd8b]{width:100%}.kong-ui-entity-filter-clear[data-v-d3d2bd8b]{cursor:pointer}.kong-ui-entity-filter[data-v-d3d2bd8b]{display:flex;position:relative}.kong-ui-entity-filter[data-v-d3d2bd8b] .menu-content{flex-direction:column}.kong-ui-entity-filter[data-v-d3d2bd8b] .k-menu-item-divider hr{margin:12px 0}.kong-ui-entity-filter-backdrop[data-v-d3d2bd8b]{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1050}.kong-ui-entity-filter-menu[data-v-d3d2bd8b]{background-color:#fff;background-color:var(--kui-color-background, #ffffff);border:1px solid #afb7c5;border:var(--kui-border-width-10, 1px) solid var(--kui-color-border-neutral-weak, #afb7c5);border-radius:4px;border-radius:var(--kui-border-radius-20, 4px);box-shadow:0 4px 20px #e0e4ea;box-shadow:0 4px 20px var(--kui-color-border, #e0e4ea);left:0;margin-top:16px;padding:8px 0 12px;padding:var(--kui-space-40, 8px) 0 var(--kui-space-50, 12px);position:absolute;top:100%;width:300px;z-index:1060}.kong-ui-entity-filter-menu-item[data-v-d3d2bd8b]{border-bottom:1px solid #e0e4ea;border-bottom:var(--kui-border-width-10, 1px) solid var(--kui-color-border, #e0e4ea);color:#6c7489;color:var(--kui-color-text-neutral, #6c7489);font-size:12px;font-size:var(--kui-font-size-20, 12px);font-weight:400;font-weight:var(--kui-font-weight-regular, 400);line-height:16px;line-height:var(--kui-line-height-20, 16px);list-style:none;margin:0 20px;margin:var(--kui-space-0, 0px) var(--kui-space-70, 20px);padding:16px 0;padding:var(--kui-space-60, 16px) 0;position:relative;white-space:nowrap}.menu-item-title[data-v-d3d2bd8b]{align-items:center;cursor:pointer;display:flex;line-height:24px;line-height:var(--kui-line-height-40, 24px)}.menu-item-title.expanded[data-v-d3d2bd8b]{color:#232633;color:var(--kui-color-text-neutral-strongest, #232633)}.menu-item-expand-icon[data-v-d3d2bd8b]{margin-left:auto}.menu-item-expand-icon.expanded[data-v-d3d2bd8b]{transform:rotate(180deg)}.menu-item-indicator[data-v-d3d2bd8b]{background-color:#0044f4;background-color:var(--kui-color-background-primary, #0044f4);border-radius:50%;height:4px;margin-left:4px;width:4px}.menu-item-body[data-v-d3d2bd8b]{align-items:center;display:flex;justify-content:space-between;margin-top:16px;margin-top:var(--kui-space-60, 16px)}.menu-item-body[data-v-d3d2bd8b] .input{padding-bottom:4px!important;padding-top:4px!important}.menu-item-body[data-v-d3d2bd8b] .k-input{width:100%}.menu-item-body[data-v-d3d2bd8b] .k-select-input .input{font-size:12px}.menu-item-body[data-v-d3d2bd8b] .k-select-input .input::placeholder{color:#00000073!important;font-size:12px}.menu-item-label[data-v-d3d2bd8b]{margin-bottom:0;margin-right:12px}.menu-item-buttons[data-v-d3d2bd8b]{display:flex;justify-content:space-between;margin:10px 0 6px}.filter-clear-button-container[data-v-d3d2bd8b]{padding:12px 20px 0;padding:var(--kui-space-50, 12px) var(--kui-space-70, 20px) 0}fieldset[data-v-ccd29028]{margin:0;min-width:0;padding:0}.kong-ui-entity-form-section[data-v-ccd29028]{border:0}.kong-ui-entity-form-section .form-section-wrapper[data-v-ccd29028]{column-gap:16px;column-gap:var(--kui-space-60, 16px);display:flex;flex-direction:column;padding-bottom:64px;padding-bottom:var(--kui-space-130, 64px);row-gap:12px;row-gap:var(--kui-space-50, 12px);width:100%}@media (min-width: 1024px){.kong-ui-entity-form-section .form-section-wrapper[data-v-ccd29028]{flex-direction:row}}.kong-ui-entity-form-section .form-section-wrapper .form-section-info[data-v-ccd29028]{flex:1}@media (min-width: 1024px){.kong-ui-entity-form-section .form-section-wrapper .form-section-info[data-v-ccd29028]{max-width:350px}.kong-ui-entity-form-section .form-section-wrapper .form-section-info.sticky[data-v-ccd29028]{height:fit-content;margin-bottom:16px;margin-bottom:var(--kui-space-60, 16px);position:sticky;top:16px}}.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-title[data-v-ccd29028]{color:#000933;color:var(--kui-color-text, #000933);font-size:16px;font-size:var(--kui-font-size-40, 16px);font-weight:700;font-weight:var(--kui-font-weight-bold, 700);line-height:20px;line-height:var(--kui-line-height-30, 20px);margin-bottom:8px;margin-bottom:var(--kui-space-40, 8px);margin-top:0;margin-top:var(--kui-space-0, 0px)}.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-description[data-v-ccd29028],.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-description p[data-v-ccd29028],.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-description[data-v-ccd29028] p{color:#000933;color:var(--kui-color-text, #000933);font-size:14px;font-size:var(--kui-font-size-30, 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-ccd29028]{margin-top:32px;margin-top:var(--kui-space-90, 32px)}.kong-ui-entity-form-section .form-section-wrapper .form-section-content[data-v-ccd29028]{flex:1}.kong-ui-entity-form-section .form-section-wrapper .form-section-content[data-v-ccd29028]>*:not(:first-child){margin-top:24px;margin-top:var(--kui-space-80, 24px)}.kong-ui-entity-form-section.has-divider .form-section-wrapper[data-v-ccd29028]{border-bottom:1px solid #e0e4ea;border-bottom:var(--kui-border-width-10, 1px) solid var(--kui-color-border, #e0e4ea)}.ff-form-section .header[data-v-73a0f344]{align-items:flex-start;display:flex;gap:8px;gap:var(--kui-space-40, 8px)}.ff-form-section .step[data-v-73a0f344]{align-items:center;background:#fff;background:var(--kui-color-background, #ffffff);border:1px solid #afb7c5;border:1px solid var(--kui-color-border-neutral-weak, #afb7c5);border-radius:100px;border-radius:var(--kui-border-radius-round, 100px);display:flex;flex:0 0 auto;height:32px;justify-content:center;padding:4px;padding:var(--kui-space-20, 4px);width:32px}.ff-form-section .header-content[data-v-73a0f344]{align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;gap:8px;gap:var(--kui-space-40, 8px);padding-top:4px;padding-top:var(--kui-space-20, 4px)}.ff-form-section .header-title[data-v-73a0f344]{color:#000933;color:var(--kui-color-text, #000933);font-size:18px;font-size:var(--kui-font-size-50, 18px);font-weight:700;font-weight:var(--kui-font-weight-bold, 700);line-height:24px;line-height:var(--kui-line-height-40, 24px);margin:0}.ff-form-section .header-description[data-v-73a0f344]{color:#52596e;color:var(--kui-color-text-neutral-strong, #52596e);font-size:14px;font-size:var(--kui-font-size-30, 14px);line-height:20px;line-height:var(--kui-line-height-30, 20px);margin:0}.ff-form-section .header-extra[data-v-73a0f344]{align-items:center;display:flex;flex:0 0 auto;gap:8px;gap:var(--kui-space-40, 8px);justify-content:flex-end}.ff-form-section .content[data-v-73a0f344]{background:#f9fafb;background:var(--kui-color-background-neutral-weakest, #f9fafb);border:1px solid #e0e4ea;border:var(--kui-border-width-10, 1px) solid var(--kui-color-border, #e0e4ea);border-radius:6px;border-radius:var(--kui-border-radius-30, 6px);display:flex;flex-direction:column;gap:20px;gap:var(--kui-space-70, 20px);margin-left:16px;margin-left:var(--kui-space-60, 16px);margin-top:20px;margin-top:var(--kui-space-70, 20px);padding:20px 24px;padding:var(--kui-space-70, 20px) var(--kui-space-80, 24px)}.kong-ui-public-entity-link[data-v-a18d7efa]{align-items:center;display:flex}.kong-ui-public-entity-link .deleted-entity[data-v-a18d7efa]{font-style:italic}.kong-ui-public-entity-link .entity-link[data-v-a18d7efa]{display:flex;flex:1}.kong-ui-public-entity-link .entity-link[data-v-a18d7efa] .external-link-icon{color:#0044f4;color:var(--kui-color-text-primary, #0044f4);margin-left:4px;margin-left:var(--kui-space-20, 4px);padding:2px;padding:var(--kui-space-10, 2px)}.kong-ui-public-entity-link .entity-link-label[data-v-a18d7efa]{display:inline-block;font-weight:400;font-weight:var(--kui-font-weight-regular, 400);max-width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kong-ui-public-entity-link .copy-uuid-tooltip[data-v-a18d7efa]{align-items:center;cursor:pointer;display:flex}.kong-ui-public-entity-link .copy-uuid-tooltip .entity-link-copy-id[data-v-a18d7efa]{margin-left:2px;margin-left:var(--kui-space-10, 2px)}.kong-ui-public-entity-empty-state[data-v-007edf5e]{align-items:center;background-color:#fff;background-color:var(--kui-color-background, #ffffff);box-sizing:border-box;display:flex;flex-direction:column;font-family:Inter,Roboto,Helvetica,sans-serif;font-family:var(--kui-font-family-text, "Inter", Roboto, Helvetica, sans-serif);gap:24px;gap:var(--kui-space-80, 24px);padding:64px 0;padding:var(--kui-space-130, 64px) var(--kui-space-0, 0px);width:100%}@media (min-width: 640px){.kong-ui-public-entity-empty-state[data-v-007edf5e]{padding:64px 96px;padding:var(--kui-space-130, 64px) var(--kui-space-150, 96px)}}.kong-ui-public-entity-empty-state .empty-state-image[data-v-007edf5e]{margin-bottom:8px;margin-bottom:var(--kui-space-40, 8px)}.kong-ui-public-entity-empty-state .entity-empty-state-content[data-v-007edf5e]{align-items:center;display:flex;flex-direction:column;gap:8px;gap:var(--kui-space-40, 8px);text-align:center;width:100%}.kong-ui-public-entity-empty-state .entity-empty-state-content .entity-empty-state-title h1[data-v-007edf5e]{align-items:center;color:#000933;color:var(--kui-color-text, #000933);display:flex;font-size:24px;font-size:var(--kui-font-size-70, 24px);font-weight:700;font-weight:var(--kui-font-weight-bold, 700);gap:8px;gap:var(--kui-space-40, 8px);line-height:32px;line-height:var(--kui-line-height-60, 32px);margin:0;margin:var(--kui-space-0, 0px)}.kong-ui-public-entity-empty-state .entity-empty-state-content .entity-empty-state-title h1.secondary[data-v-007edf5e]{font-size:18px;font-size:var(--kui-font-size-50, 18px)}.kong-ui-public-entity-empty-state .entity-empty-state-description[data-v-007edf5e],.kong-ui-public-entity-empty-state .entity-empty-state-pricing[data-v-007edf5e]{color:#52596e;color:var(--kui-color-text-neutral-strong, #52596e);font-size:14px;font-size:var(--kui-font-size-30, 14px);font-weight:400;font-weight:var(--kui-font-weight-regular, 400);line-height:20px;line-height:var(--kui-line-height-30, 20px);max-width:640px}.kong-ui-public-entity-empty-state .entity-empty-state-description p[data-v-007edf5e],.kong-ui-public-entity-empty-state .entity-empty-state-pricing p[data-v-007edf5e]{margin:0;margin:var(--kui-space-0, 0px)}.kong-ui-public-entity-empty-state .entity-empty-state-pricing[data-v-007edf5e]{margin-top:16px;margin-top:var(--kui-space-60, 16px)}.kong-ui-public-entity-empty-state .entity-empty-state-message[data-v-007edf5e]{color:#52596e;color:var(--kui-color-text-neutral-strong, #52596e)}.kong-ui-public-entity-empty-state .entity-empty-state-action[data-v-007edf5e]{align-items:center;display:flex;gap:12px;gap:var(--kui-space-50, 12px)}.kong-ui-public-entity-empty-state .entity-empty-state-card-container[data-v-007edf5e]{display:flex;flex-wrap:wrap;gap:16px;gap:var(--kui-space-60, 16px);justify-content:space-around;margin-top:8px;margin-top:var(--kui-space-40, 8px);width:312px}@media (min-width: 640px){.kong-ui-public-entity-empty-state .entity-empty-state-card-container[data-v-007edf5e]{width:640px;width:calc(2 * 312px + var(--kui-space-60, 16px))}}.kong-ui-public-entity-empty-state .entity-empty-state-card-container .entity-empty-state-card[data-v-007edf5e]{background-color:#f9fafb;background-color:var(--kui-color-background-neutral-weakest, #f9fafb);border:1px solid #e0e4ea;border:var(--kui-border-width-10, 1px) solid var(--kui-color-border, #e0e4ea);border-radius:6px;border-radius:var(--kui-border-radius-30, 6px);color:#afb7c5;color:var(--kui-color-text-neutral-weak, #afb7c5);gap:8px;gap:var(--kui-space-40, 8px);height:160px;padding:20px;padding:var(--kui-space-70, 20px);width:312px}.kong-ui-public-entity-empty-state .entity-empty-state-card-container .entity-empty-state-card .feature-icon[data-v-007edf5e]{color:#3a3f51;color:var(--kui-color-text-neutral-stronger, #3a3f51);display:flex;margin-bottom:12px;margin-bottom:var(--kui-space-50, 12px)}.kong-ui-public-entity-empty-state .entity-empty-state-card-container .entity-empty-state-card .feature-icon[data-v-007edf5e] .kui-icon{height:20px!important;height:var(--kui-icon-size-40, 20px)!important;width:20px!important;width:var(--kui-icon-size-40, 20px)!important}.kong-ui-public-entity-empty-state .entity-empty-state-card-container .entity-empty-state-card[data-v-007edf5e] .card-title{font-size:14px;font-size:var(--kui-font-size-30, 14px);font-weight:600;font-weight:var(--kui-font-weight-semibold, 600)}.kong-ui-public-entity-empty-state .entity-empty-state-card-container .entity-empty-state-card[data-v-007edf5e] .card-content{-webkit-box-orient:vertical;color:#6c7489;color:var(--kui-color-text-neutral, #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-007edf5e]{border-top:1px solid #e0e4ea;border-top:var(--kui-border-width-10, 1px) solid var(--kui-color-border, #e0e4ea);display:flex;flex-direction:column;gap:16px;gap:var(--kui-space-60, 16px);padding-top:48px;padding-top:var(--kui-space-110, 48px);width:100%}@media (min-width: 640px){.kong-ui-public-entity-empty-state .entity-empty-state-bottom-container[data-v-007edf5e]{width:640px;width:calc(2 * 312px + var(--kui-space-60, 16px))}}.routing-rule-add-item-button[data-v-f1f4cfc9]{display:flex}.routing-rule-container[data-v-3eb40a37]:not(:first-of-type){margin-top:24px;margin-top:var(--kui-space-80, 24px)}.routing-rule-container hr[data-v-3eb40a37]{border:0;border-top:1px solid rgba(0,0,0,.1);margin-bottom:16px;margin-bottom:var(--kui-space-60, 16px)}.routing-rule-input[data-v-3eb40a37]{align-items:center;column-gap:16px;column-gap:var(--kui-space-60, 16px);display:flex}.routing-rule-input .k-input[data-v-3eb40a37]{width:100%}.routing-rule-input[data-v-3eb40a37]:not(:first-of-type){margin-top:16px;margin-top:var(--kui-space-60, 16px)}.routing-rule-input .methods-input-container[data-v-3eb40a37]{display:flex;flex-wrap:wrap;gap:12px;gap:var(--kui-space-50, 12px)}.routing-rule-input .methods-input[data-v-3eb40a37]{display:flex;flex-wrap:wrap;gap:4px;gap:var(--kui-space-20, 4px)}.routing-rule-input .methods-input[data-v-3eb40a37] label.k-switch{margin:0!important}.routing-rule-add-item-button[data-v-3eb40a37]{margin-top:16px;margin-top:var(--kui-space-60, 16px)}.routing-rule-container[data-v-d3bede0b]:not(:first-of-type){margin-top:24px;margin-top:var(--kui-space-80, 24px)}.routing-rule-container hr[data-v-d3bede0b]{border:0;border-top:1px solid rgba(0,0,0,.1);margin-bottom:16px;margin-bottom:var(--kui-space-60, 16px)}.routing-rule-input[data-v-d3bede0b]{align-items:center;column-gap:16px;column-gap:var(--kui-space-60, 16px);display:flex}.routing-rule-input .k-input[data-v-d3bede0b]{width:100%}.routing-rule-input[data-v-d3bede0b]:not(:first-of-type){margin-top:16px;margin-top:var(--kui-space-60, 16px)}.routing-rule-input .methods-input-container[data-v-d3bede0b]{display:flex;flex-wrap:wrap;gap:12px;gap:var(--kui-space-50, 12px)}.routing-rule-input .methods-input[data-v-d3bede0b]{display:flex;flex-wrap:wrap;gap:4px;gap:var(--kui-space-20, 4px)}.routing-rule-input .methods-input[data-v-d3bede0b] label.k-switch{margin:0!important}.routing-rule-add-item-button[data-v-d3bede0b]{margin-top:16px;margin-top:var(--kui-space-60, 16px)}.routing-rule-container[data-v-dccd9082]:not(:first-of-type){margin-top:24px;margin-top:var(--kui-space-80, 24px)}.routing-rule-container hr[data-v-dccd9082]{border:0;border-top:1px solid rgba(0,0,0,.1);margin-bottom:16px;margin-bottom:var(--kui-space-60, 16px)}.routing-rule-input[data-v-dccd9082]{align-items:center;column-gap:16px;column-gap:var(--kui-space-60, 16px);display:flex}.routing-rule-input .k-input[data-v-dccd9082]{width:100%}.routing-rule-input[data-v-dccd9082]:not(:first-of-type){margin-top:16px;margin-top:var(--kui-space-60, 16px)}.routing-rule-input .methods-input-container[data-v-dccd9082]{display:flex;flex-wrap:wrap;gap:12px;gap:var(--kui-space-50, 12px)}.routing-rule-input .methods-input[data-v-dccd9082]{display:flex;flex-wrap:wrap;gap:4px;gap:var(--kui-space-20, 4px)}.routing-rule-input .methods-input[data-v-dccd9082] label.k-switch{margin:0!important}.routing-rule-add-item-button[data-v-dccd9082]{margin-top:16px;margin-top:var(--kui-space-60, 16px)}.routing-rule-container[data-v-6c94d6d2]:not(:first-of-type){margin-top:24px;margin-top:var(--kui-space-80, 24px)}.routing-rule-container hr[data-v-6c94d6d2]{border:0;border-top:1px solid rgba(0,0,0,.1);margin-bottom:16px;margin-bottom:var(--kui-space-60, 16px)}.routing-rule-input[data-v-6c94d6d2]{align-items:center;column-gap:16px;column-gap:var(--kui-space-60, 16px);display:flex}.routing-rule-input .k-input[data-v-6c94d6d2]{width:100%}.routing-rule-input[data-v-6c94d6d2]:not(:first-of-type){margin-top:16px;margin-top:var(--kui-space-60, 16px)}.routing-rule-input .methods-input-container[data-v-6c94d6d2]{display:flex;flex-wrap:wrap;gap:12px;gap:var(--kui-space-50, 12px)}.routing-rule-input .methods-input[data-v-6c94d6d2]{display:flex;flex-wrap:wrap;gap:4px;gap:var(--kui-space-20, 4px)}.routing-rule-input .methods-input[data-v-6c94d6d2] label.k-switch{margin:0!important}.routing-rule-add-item-button[data-v-6c94d6d2]{margin-top:16px;margin-top:var(--kui-space-60, 16px)}.routing-rule-container[data-v-eb440a9e]:not(:first-of-type){margin-top:24px;margin-top:var(--kui-space-80, 24px)}.routing-rule-container hr[data-v-eb440a9e]{border:0;border-top:1px solid rgba(0,0,0,.1);margin-bottom:16px;margin-bottom:var(--kui-space-60, 16px)}.routing-rule-input[data-v-eb440a9e]{align-items:center;column-gap:16px;column-gap:var(--kui-space-60, 16px);display:flex}.routing-rule-input .k-input[data-v-eb440a9e]{width:100%}.routing-rule-input[data-v-eb440a9e]:not(:first-of-type){margin-top:16px;margin-top:var(--kui-space-60, 16px)}.routing-rule-input .methods-input-container[data-v-eb440a9e]{display:flex;flex-wrap:wrap;gap:12px;gap:var(--kui-space-50, 12px)}.routing-rule-input .methods-input[data-v-eb440a9e]{display:flex;flex-wrap:wrap;gap:4px;gap:var(--kui-space-20, 4px)}.routing-rule-input .methods-input[data-v-eb440a9e] label.k-switch{margin:0!important}.routing-rule-add-item-button[data-v-eb440a9e]{margin-top:16px;margin-top:var(--kui-space-60, 16px)}.routing-rule-container[data-v-e6782e08]:not(:first-of-type){margin-top:24px;margin-top:var(--kui-space-80, 24px)}.routing-rule-container hr[data-v-e6782e08]{border:0;border-top:1px solid rgba(0,0,0,.1);margin-bottom:16px;margin-bottom:var(--kui-space-60, 16px)}.routing-rule-input[data-v-e6782e08]{align-items:center;column-gap:16px;column-gap:var(--kui-space-60, 16px);display:flex}.routing-rule-input .k-input[data-v-e6782e08]{width:100%}.routing-rule-input[data-v-e6782e08]:not(:first-of-type){margin-top:16px;margin-top:var(--kui-space-60, 16px)}.routing-rule-input .methods-input-container[data-v-e6782e08]{display:flex;flex-wrap:wrap;gap:12px;gap:var(--kui-space-50, 12px)}.routing-rule-input .methods-input[data-v-e6782e08]{display:flex;flex-wrap:wrap;gap:4px;gap:var(--kui-space-20, 4px)}.routing-rule-input .methods-input[data-v-e6782e08] label.k-switch{margin:0!important}.routing-rule-add-item-button[data-v-e6782e08]{margin-top:16px;margin-top:var(--kui-space-60, 16px)}.routing-rule-container[data-v-448078c1]:not(:first-of-type){margin-top:24px;margin-top:var(--kui-space-80, 24px)}.routing-rule-container hr[data-v-448078c1]{border:0;border-top:1px solid rgba(0,0,0,.1);margin-bottom:16px;margin-bottom:var(--kui-space-60, 16px)}.routing-rule-input[data-v-448078c1]{align-items:center;column-gap:16px;column-gap:var(--kui-space-60, 16px);display:flex}.routing-rule-input .k-input[data-v-448078c1]{width:100%}.routing-rule-input[data-v-448078c1]:not(:first-of-type){margin-top:16px;margin-top:var(--kui-space-60, 16px)}.routing-rule-input .methods-input-container[data-v-448078c1]{display:flex;flex-wrap:wrap;gap:12px;gap:var(--kui-space-50, 12px)}.routing-rule-input .methods-input[data-v-448078c1]{display:flex;flex-wrap:wrap;gap:4px;gap:var(--kui-space-20, 4px)}.routing-rule-input .methods-input[data-v-448078c1] label.k-switch{margin:0!important}.routing-rule-add-item-button[data-v-448078c1]{margin-top:16px;margin-top:var(--kui-space-60, 16px)}.route-form-routing-rules-title-container[data-v-0ade8d72]{display:flex;justify-content:center}.route-form-routing-rules-title-container .protocol-title[data-v-0ade8d72]{font-size:16px}.route-form-routing-rules-title-container .protocol-title[data-v-0ade8d72]:not(:first-child):before{content:"/";margin-right:8px;padding-left:8px}.route-form-routing-rules-title-container .routing-rules-title[data-v-0ade8d72]{font-size:16px;margin-left:8px}.route-form-advanced-fields-container[data-v-0ade8d72]{display:flex;flex-direction:column;margin-top:24px}.route-form-fields-container[data-v-0ade8d72]>*:not(:first-child){margin-top:24px}.traditional-rules-hint[data-v-0ade8d72]{color:#52596e;color:var(--kui-color-text-neutral-strong, #52596e);margin-bottom:24px;margin-bottom:var(--kui-space-80, 24px)}.traditional-rules-hint span[data-v-0ade8d72]:not(:first-child){margin-left:4px;margin-left:var(--kui-space-20, 4px)}.route-form-strip-path[data-v-0ade8d72]{margin-top:24px;margin-top:var(--kui-space-80, 24px)}.route-form-open-in-playground{align-items:center;color:#0030cc;color:var(--kui-color-text-primary-strong, #0030cc);cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-size:var(--kui-font-size-30, 14px);font-weight:700;gap:8px;gap:var(--kui-space-40, 8px);justify-content:flex-start;margin-top:12px;margin-top:var(--kui-space-50, 12px)}.route-form-open-in-playground.disabled{cursor:not-allowed;opacity:.5}.route-form-routing-rules-title-container[data-v-e7571a47]{display:flex;justify-content:center}.route-form-routing-rules-title-container .protocol-title[data-v-e7571a47]{font-size:16px}.route-form-routing-rules-title-container .protocol-title[data-v-e7571a47]:not(:first-child):before{content:"/";margin-right:8px;padding-left:8px}.route-form-routing-rules-title-container .routing-rules-title[data-v-e7571a47]{font-size:16px;margin-left:8px}.route-form-advanced-fields-container[data-v-e7571a47]{display:flex;flex-direction:column;margin-top:24px}.route-form-fields-container[data-v-e7571a47]>*:not(:first-child){margin-top:24px}.config-type-container[data-v-537443cc]{display:flex;gap:16px;gap:var(--kui-space-60, 16px)}.config-type-container[data-v-537443cc] .radio-card-wrapper{box-sizing:border-box}.config-flavor .config-flavor-label[data-v-537443cc]{display:flex}.config-flavor .config-flavor-control[data-v-537443cc]{display:inline-flex;width:auto}.appear-enter-active{transition:all .5s ease}.appear-enter-from,.appear-leave-to{opacity:0;transform:translate(30px)}.kong-ui-entities-route-form[data-v-1b31b80c]{width:100%}.kong-ui-entities-route-form .route-form-service-dropdown-item[data-v-1b31b80c]{display:flex;flex-direction:column}.kong-ui-entities-route-form .route-form-service-dropdown-item .select-item-label[data-v-1b31b80c]{font-weight:600;font-weight:var(--kui-font-weight-semibold, 600)}.kong-ui-entities-route-form .route-form-service-dropdown-item .select-item-description[data-v-1b31b80c]{color:#6c7489;color:var(--kui-color-text-neutral, #6c7489);font-size:12px;font-size:var(--kui-font-size-20, 12px)}.kong-ui-entities-route-form .route-form-routing-rules-title-container[data-v-1b31b80c]{display:flex;justify-content:center}.kong-ui-entities-route-form .route-form-routing-rules-title-container .protocol-title[data-v-1b31b80c]{font-size:16px}.kong-ui-entities-route-form .route-form-routing-rules-title-container .protocol-title[data-v-1b31b80c]:not(:first-child):before{content:"/";margin-right:8px;padding-left:8px}.kong-ui-entities-route-form .route-form-routing-rules-title-container .routing-rules-title[data-v-1b31b80c]{font-size:16px;margin-left:8px}.kong-ui-entities-route-form .route-form-fields-container[data-v-1b31b80c]>*:not(:first-child){margin-top:24px}.kong-ui-entities-route-form .k-checkbox[data-v-1b31b80c]{display:flex}.kong-ui-entities-route-form[data-v-1b31b80c] .form-section-content{min-width:0}.kong-ui-entities-route-form .expression-editor[data-v-1b31b80c]{min-height:200px}.button-row[data-v-afa4025b]{align-items:center;display:flex;gap:12px;gap:var(--kui-space-50, 12px)}.kong-ui-entities-routes-list[data-v-afa4025b]{width:100%}.kong-ui-entities-routes-list .kong-ui-entity-filter-input[data-v-afa4025b]{margin-right:12px;margin-right:var(--kui-space-50, 12px)}.kong-ui-entities-routes-list .route-list-cell-expression[data-v-afa4025b]{font-family:JetBrains Mono,Consolas,monospace;font-family:var(--kui-font-family-code, "JetBrains Mono", Consolas, monospace)}.expression-editor[data-v-e61c01af]{border:1px solid #e0e4ea;border:var(--kui-border-width-10, 1px) solid var(--kui-color-border, #e0e4ea);border-radius:3px;min-height:200px;overflow:hidden;transition:border-color linear .15s;width:100%}.expression-editor.invalid[data-v-e61c01af]{border-color:#d60027;border-color:var(--kui-color-border-danger, #d60027)}.page-header h1[data-v-226872d8],h2[data-v-226872d8],h3[data-v-226872d8],h4[data-v-226872d8],h5[data-v-226872d8],h6[data-v-226872d8]{color:#000933;color:var(--kui-color-text, #000933);font-size:24px;font-size:var(--kui-font-size-70, 24px);font-weight:700;font-weight:var(--kui-font-weight-bold, 700)}.page-header h1 .title[data-v-226872d8],h2 .title[data-v-226872d8],h3 .title[data-v-226872d8],h4 .title[data-v-226872d8],h5 .title[data-v-226872d8],h6 .title[data-v-226872d8]{word-break:break-all}.row[data-v-226872d8]{display:flex;flex-wrap:wrap;justify-content:space-between;margin-left:-16px;margin-left:calc(-1 * var(--kui-space-60, 16px));margin-right:-16px;margin-right:calc(-1 * var(--kui-space-60, 16px));padding:0 16px;padding:var(--kui-space-0, 0px) var(--kui-space-60, 16px)}.col[data-v-226872d8]{line-height:36px;line-height:var(--kui-line-height-70, 36px)}h1[data-v-226872d8],h2[data-v-226872d8],h3[data-v-226872d8],h4[data-v-226872d8],h5[data-v-226872d8],h6[data-v-226872d8],nav[data-v-226872d8]{margin-bottom:20px;margin-bottom:var(--kui-space-70, 20px);margin-top:0;margin-top:var(--kui-space-0, 0px)}.title-no-margin[data-v-226872d8]{margin:0!important;margin:var(--kui-space-0, 0px)!important}.operations[data-v-226872d8]{align-items:center;display:inline-flex;flex-grow:0;justify-content:flex-end;margin-left:auto;margin-left:var(--kui-space-auto, auto);text-align:right;white-space:nowrap}.request-card[data-v-49c3a287]{align-items:flex-start;background-color:#fff;background-color:var(--kui-color-background, #ffffff);border-radius:6px;border-radius:var(--kui-border-radius-30, 6px);display:flex;flex-direction:column;gap:8px;gap:var(--kui-space-40, 8px);justify-content:flex-start;min-width:0;padding:12px;padding:var(--kui-space-50, 12px);position:relative}.request-card[data-v-49c3a287]:before{border:1px solid #e0e4ea;border:var(--kui-border-width-10, 1px) solid var(--kui-color-border-neutral-weaker, #e0e4ea);border-radius:6px;border-radius:var(--kui-border-radius-30, 6px);content:" ";height:100%;left:0;position:absolute;top:0;width:100%}.request-card.active[data-v-49c3a287]:before{border:2px solid #5f9aff;border:var(--kui-border-width-20, 2px) solid var(--kui-color-border-primary-weak, #5f9aff)}.request-card .close-btn[data-v-49c3a287]{cursor:pointer;display:none!important;position:absolute;right:12px;top:12px}.request-card:hover .close-btn[data-v-49c3a287]{display:block!important}.request-card .badges[data-v-49c3a287]{align-items:center;display:flex;flex-direction:row;gap:8px;gap:var(--kui-space-40, 8px);margin-bottom:6px;margin-bottom:var(--kui-space-30, 6px)}.request-card .url[data-v-49c3a287]{color:#000933;color:var(--kui-color-text, #000933);font-family:JetBrains Mono,Consolas,monospace;font-family:JetBrains Mono,Consolas,monospace;font-family:var(--kui-font-family-code, "JetBrains Mono", Consolas, monospace);font-size:14px;font-size:var(--kui-font-size-30, 14px);word-break:break-all}.request-card .headers .header[data-v-49c3a287]{font-family:JetBrains Mono,Consolas,monospace;font-family:JetBrains Mono,Consolas,monospace;font-family:var(--kui-font-family-code, "JetBrains Mono", Consolas, monospace);list-style:none}.request-card .headers .header[data-v-49c3a287],.request-card .headers .header ul[data-v-49c3a287]{margin:0;padding:0}.request-card .headers .header li[data-v-49c3a287]{list-style:none;margin-left:16px;margin-left:var(--kui-space-60, 16px);padding-left:6px;padding-left:var(--kui-space-30, 6px);position:relative;word-break:break-all}.request-card .headers .header li[data-v-49c3a287]:before{background-color:#000;bottom:-12px;content:" ";left:-10px;position:absolute;top:5px;width:1px}.request-card .headers .header li[data-v-49c3a287]:not(:first-child):last-child:before{display:none}.request-card .headers .header li[data-v-49c3a287]:only-child:before{background-color:#000;bottom:7px;content:" ";display:list-item;height:7px;left:-10px;position:absolute;top:5px;width:1px}.request-card .headers .header li[data-v-49c3a287]:after{background-color:#000;content:" ";height:1px;left:-10px;position:absolute;top:12px;width:10px}.request-card .headers .header-key[data-v-49c3a287]{font-size:14px;font-size:var(--kui-font-size-30, 14px);font-weight:700;margin-left:8px;margin-left:var(--kui-space-40, 8px);word-break:break-all}.request-card .headers .header-value[data-v-49c3a287]{font-size:14px;font-size:var(--kui-font-size-30, 14px);font-weight:400;margin-left:16px;margin-left:var(--kui-space-60, 16px);word-break:break-all}.request-card .sni .sni-content[data-v-49c3a287]{font-family:JetBrains Mono,Consolas,monospace;font-family:JetBrains Mono,Consolas,monospace;font-family:var(--kui-font-family-code, "JetBrains Mono", Consolas, monospace);font-size:14px;font-size:var(--kui-font-size-30, 14px);word-break:break-all}.request-card .section-title[data-v-49c3a287]{font-weight:700}.import-requests-modal .import-requests-alert[data-v-fbf91195]{margin-bottom:16px;margin-bottom:var(--kui-space-60, 16px)}.import-requests-modal .import-requests-error[data-v-fbf91195]{margin-top:16px;margin-top:var(--kui-space-60, 16px)}.import-requests-modal .json-editor[data-v-fbf91195]{border:1px solid #e0e4ea;border:var(--kui-border-width-10, 1px) solid var(--kui-color-border, #e0e4ea);border-radius:4px;border-radius:var(--kui-border-radius-20, 4px);height:500px;overflow:hidden;width:100%}.import-requests-modal .warning[data-v-fbf91195]{color:#fabe5f}.url-input[data-v-f9a204c0]{margin-bottom:32px;margin-bottom:var(--kui-space-90, 32px);width:100%}.request-form[data-v-f9a204c0] fieldset{border:0;padding:0}.support-text[data-v-a75d41a4]{color:#000933;color:var(--kui-color-text, #000933);display:flex;flex-direction:row;flex-wrap:wrap;padding-bottom:32px;padding-bottom:var(--kui-space-90, 32px)}.support-text[data-v-a75d41a4] p{font-size:14px;font-size:var(--kui-font-size-30, 14px);margin-bottom:0;margin-bottom:var(--kui-space-0, 0px)}.router-playground-wrapper .page-header[data-v-6c1e1c26]{color:#000933;color:var(--kui-color-text, #000933);font-size:24px;font-size:var(--kui-font-size-70, 24px);font-weight:700;font-weight:var(--kui-font-weight-bold, 700)}.router-playground-wrapper .editor-actions[data-v-6c1e1c26]{display:flex;flex-direction:row;justify-content:flex-end;margin-top:16px;margin-top:var(--kui-space-60, 16px);width:100%}.router-playground-wrapper .router-playground[data-v-6c1e1c26]{margin:auto}.router-playground-wrapper .router-playground .navigate-back[data-v-6c1e1c26]{align-items:center;color:#0030cc;color:var(--kui-color-text-primary-strong, #0030cc);cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-size:var(--kui-font-size-40, 16px);font-weight:700;font-weight:var(--kui-font-weight-bold, 700);gap:8px;gap:var(--kui-space-40, 8px);justify-content:flex-start;margin-bottom:48px;margin-bottom:var(--kui-space-110, 48px);margin-top:10px}.router-playground-wrapper .router-playground .navigate-back .material-icons[data-v-6c1e1c26]{font-size:14px;font-size:var(--kui-font-size-30, 14px)}.router-playground-wrapper .router-playground .expression-inspirations[data-v-6c1e1c26]{margin-top:16px;margin-top:var(--kui-space-60, 16px)}.router-playground-wrapper .router-playground .expression-inspirations .title[data-v-6c1e1c26]{align-items:center;color:#6c7489;color:var(--kui-color-text-neutral, #6c7489);display:flex;flex-direction:row;font-size:14px;font-size:var(--kui-font-size-30, 14px);font-weight:700;gap:8px;gap:var(--kui-space-40, 8px);justify-content:flex-start;margin-top:10px}.router-playground-wrapper .router-playground .expression-inspirations .title .material-icons[data-v-6c1e1c26]{font-size:14px;font-size:var(--kui-font-size-30, 14px)}.router-playground-wrapper .router-playground .expression-inspirations .buttons[data-v-6c1e1c26]{align-items:center;display:flex;flex-direction:row;gap:8px;gap:var(--kui-space-40, 8px);margin-top:12px;margin-top:var(--kui-space-50, 12px)}.router-playground-wrapper .router-playground .expression-inspirations .buttons button.expression-inspiration-item[data-v-6c1e1c26]{border-style:solid;font-family:JetBrains Mono,Consolas,monospace;font-family:JetBrains Mono,Consolas,monospace;font-family:var(--kui-font-family-code, "JetBrains Mono", Consolas, monospace)}.router-playground-wrapper .router-playground .expression-editor-caption[data-v-6c1e1c26]{align-items:center;display:flex;flex-direction:row;font-size:14px;font-size:var(--kui-font-size-30, 14px);justify-content:flex-start;margin:8px 0;margin:var(--kui-space-40, 8px) var(--kui-space-0, 0px);opacity:.7}.router-playground-wrapper .router-playground .expression-list tbody tr[data-v-6c1e1c26]{font-family:JetBrains Mono,Consolas,monospace;font-family:JetBrains Mono,Consolas,monospace;font-family:var(--kui-font-family-code, "JetBrains Mono", Consolas, monospace)}.router-playground-wrapper .router-playground .routes[data-v-6c1e1c26]{margin-top:32px;margin-top:var(--kui-space-90, 32px)}.router-playground-wrapper .router-playground .routes .actions[data-v-6c1e1c26]{align-items:center;display:flex;flex-direction:row;gap:8px;gap:var(--kui-space-40, 8px)}.router-playground-wrapper .router-playground .import-button[data-v-6c1e1c26],.router-playground-wrapper .router-playground .export-button[data-v-6c1e1c26]{margin-right:12px;margin-right:var(--kui-space-50, 12px)}.router-playground-wrapper .router-playground .route-cards[data-v-6c1e1c26]{display:grid;gap:16px;gap:var(--kui-space-60, 16px);grid-template-columns:1fr 1fr 1fr}.router-playground-wrapper .router-playground .route-cards-footer[data-v-6c1e1c26]{align-items:center;display:flex;flex-direction:row;font-size:14px;font-size:var(--kui-font-size-30, 14px);justify-content:center;margin:16px 0 8px;margin:var(--kui-space-60, 16px) var(--kui-space-0, 0px) var(--kui-space-40, 8px);opacity:.7}.router-playground-wrapper .link[data-v-6c1e1c26]{cursor:pointer;margin:0 2px;margin:0 var(--kui-space-10, 2px);text-decoration:underline}.router-playground-modal .k-modal-backdrop{overflow-y:scroll}.router-playground-modal .modal-container{max-width:1280px!important;width:100%!important}.router-playground-modal .k-modal-header{margin-bottom:0!important;margin-bottom:var(--kui-space-0, 0px)!important}.router-playground-modal .k-prompt-header hr{margin-bottom:0;margin-bottom:var(--kui-space-0, 0px);margin-top:12px;margin-top:var(--kui-space-50, 12px)}.router-playground-modal .k-prompt-body hr{margin-bottom:0;margin-bottom:var(--kui-space-0, 0px);margin-top:0;margin-top:var(--kui-space-0, 0px)}.router-playground-modal .k-prompt-body-content{max-height:800px!important;padding:24px 0;padding:var(--kui-space-80, 24px) var(--kui-space-0, 0px)}
@@ -0,0 +1,78 @@
1
+ import type { PropType } from 'vue';
2
+ import type { AxiosError } from 'axios';
3
+ import type { KongManagerRouteEntityConfig, KonnectRouteEntityConfig } from '../types';
4
+ import '@kong-ui-public/entities-shared/dist/style.css';
5
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
6
+ /** The base konnect or kongManger config. Pass additional config props in the shared entity component as needed. */
7
+ config: {
8
+ type: PropType<KonnectRouteEntityConfig | KongManagerRouteEntityConfig>;
9
+ required: true;
10
+ validator: (config: KonnectRouteEntityConfig | KongManagerRouteEntityConfig) => boolean;
11
+ };
12
+ /**
13
+ * External link for documentation that determines visibility of Documentation button
14
+ */
15
+ configCardDoc: {
16
+ type: StringConstructor;
17
+ default: string;
18
+ required: false;
19
+ };
20
+ /**
21
+ * Control visibility of card title content
22
+ */
23
+ hideTitle: {
24
+ type: BooleanConstructor;
25
+ default: boolean;
26
+ };
27
+ /** The id of the service with which the route is associated */
28
+ serviceId: {
29
+ type: StringConstructor;
30
+ required: false;
31
+ default: string;
32
+ };
33
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
34
+ loading: (isLoading: boolean) => any;
35
+ "fetch:error": (error: AxiosError<unknown, any>) => any;
36
+ "fetch:success": (data: Record<string, any>) => any;
37
+ "navigation-click": (id: string, entityType: string) => any;
38
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
39
+ /** The base konnect or kongManger config. Pass additional config props in the shared entity component as needed. */
40
+ config: {
41
+ type: PropType<KonnectRouteEntityConfig | KongManagerRouteEntityConfig>;
42
+ required: true;
43
+ validator: (config: KonnectRouteEntityConfig | KongManagerRouteEntityConfig) => boolean;
44
+ };
45
+ /**
46
+ * External link for documentation that determines visibility of Documentation button
47
+ */
48
+ configCardDoc: {
49
+ type: StringConstructor;
50
+ default: string;
51
+ required: false;
52
+ };
53
+ /**
54
+ * Control visibility of card title content
55
+ */
56
+ hideTitle: {
57
+ type: BooleanConstructor;
58
+ default: boolean;
59
+ };
60
+ /** The id of the service with which the route is associated */
61
+ serviceId: {
62
+ type: StringConstructor;
63
+ required: false;
64
+ default: string;
65
+ };
66
+ }>> & Readonly<{
67
+ onLoading?: ((isLoading: boolean) => any) | undefined;
68
+ "onFetch:error"?: ((error: AxiosError<unknown, any>) => any) | undefined;
69
+ "onFetch:success"?: ((data: Record<string, any>) => any) | undefined;
70
+ "onNavigation-click"?: ((id: string, entityType: string) => any) | undefined;
71
+ }>, {
72
+ configCardDoc: string;
73
+ hideTitle: boolean;
74
+ serviceId: string;
75
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
76
+ declare const _default: typeof __VLS_export;
77
+ export default _default;
78
+ //# sourceMappingURL=RouteConfigCard.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RouteConfigCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/RouteConfigCard.vue"],"names":[],"mappings":"AAoPA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAEnC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AAWvC,OAAO,KAAK,EACV,4BAA4B,EAAE,wBAAwB,EACvD,MAAM,UAAU,CAAA;AAEjB,OAAO,gDAAgD,CAAA;AA0TvD,QAAA,MAAM,YAAY;IAGhB,oHAAoH;;cAElG,QAAQ,CAAC,wBAAwB,GAAG,4BAA4B,CAAC;;4BAE7D,wBAAwB,GAAG,4BAA4B,KAAG,OAAO;;IAQvF;;OAEG;;;;;;IAMH;;OAEG;;;;;IAKH,+DAA+D;;;;;;;;;;;;IA3B/D,oHAAoH;;cAElG,QAAQ,CAAC,wBAAwB,GAAG,4BAA4B,CAAC;;4BAE7D,wBAAwB,GAAG,4BAA4B,KAAG,OAAO;;IAQvF;;OAEG;;;;;;IAMH;;OAEG;;;;;IAKH,+DAA+D;;;;;;;;;;;;;;;4EAO/D,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,176 @@
1
+ import type { AxiosError } from 'axios';
2
+ import type { PropType } from 'vue';
3
+ import type { BaseRoutePayload, KongManagerRouteFormConfig, KonnectRouteFormConfig, RouteFlavors } from '../types';
4
+ import { RouteFlavor } from '../types';
5
+ import '@kong-ui-public/entities-shared/dist/style.css';
6
+ declare var __VLS_57: {
7
+ canSubmit: boolean;
8
+ cancel: () => void;
9
+ submit: (uncheckedPayload?: BaseRoutePayload) => Promise<void>;
10
+ };
11
+ type __VLS_Slots = {} & {
12
+ 'form-actions'?: (props: typeof __VLS_57) => any;
13
+ };
14
+ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
15
+ /** The base konnect or kongManger config. Pass additional config props in the shared entity component as needed. */
16
+ config: {
17
+ type: PropType<KonnectRouteFormConfig | KongManagerRouteFormConfig>;
18
+ required: true;
19
+ validator: (config: KonnectRouteFormConfig | KongManagerRouteFormConfig) => boolean;
20
+ };
21
+ /** If a valid routeId is provided, it will put the form in Edit mode instead of Create */
22
+ routeId: {
23
+ type: StringConstructor;
24
+ required: false;
25
+ default: string;
26
+ };
27
+ /** If valid serviceId is provided, don't show service select field */
28
+ serviceId: {
29
+ type: StringConstructor;
30
+ required: false;
31
+ default: string;
32
+ };
33
+ /** Whether show or hide EntityFormSection info column */
34
+ hideSectionsInfo: {
35
+ type: BooleanConstructor;
36
+ required: false;
37
+ default: boolean;
38
+ };
39
+ /** Whether show or hide Route name field */
40
+ hideNameField: {
41
+ type: BooleanConstructor;
42
+ required: false;
43
+ default: boolean;
44
+ };
45
+ /** Whether show or hide Service Select field */
46
+ hideServiceField: {
47
+ type: BooleanConstructor;
48
+ required: false;
49
+ default: boolean;
50
+ };
51
+ /** Route flavors to be enabled for this form */
52
+ routeFlavors: {
53
+ type: PropType<RouteFlavors>;
54
+ required: false;
55
+ default: () => {
56
+ traditional: boolean;
57
+ };
58
+ };
59
+ /** Tooltips to show on config tabs */
60
+ configTabTooltips: {
61
+ type: PropType<{
62
+ [RouteFlavor.TRADITIONAL]?: string;
63
+ [RouteFlavor.EXPRESSIONS]?: string;
64
+ } | undefined>;
65
+ required: false;
66
+ default: () => undefined;
67
+ };
68
+ /** Whether to show the expressions modal entry */
69
+ showExpressionsModalEntry: {
70
+ type: BooleanConstructor;
71
+ required: false;
72
+ default: boolean;
73
+ };
74
+ }>, {
75
+ saveFormData: (uncheckedPayload?: BaseRoutePayload) => Promise<void>;
76
+ payload: import("vue").ComputedRef<BaseRoutePayload>;
77
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
78
+ loading: (isLoading: boolean) => any;
79
+ error: (error: AxiosError<unknown, any>) => any;
80
+ notify: (options: {
81
+ message: string;
82
+ type: string;
83
+ }) => any;
84
+ update: (data: BaseRoutePayload) => any;
85
+ "model-updated": (val: BaseRoutePayload) => any;
86
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
87
+ /** The base konnect or kongManger config. Pass additional config props in the shared entity component as needed. */
88
+ config: {
89
+ type: PropType<KonnectRouteFormConfig | KongManagerRouteFormConfig>;
90
+ required: true;
91
+ validator: (config: KonnectRouteFormConfig | KongManagerRouteFormConfig) => boolean;
92
+ };
93
+ /** If a valid routeId is provided, it will put the form in Edit mode instead of Create */
94
+ routeId: {
95
+ type: StringConstructor;
96
+ required: false;
97
+ default: string;
98
+ };
99
+ /** If valid serviceId is provided, don't show service select field */
100
+ serviceId: {
101
+ type: StringConstructor;
102
+ required: false;
103
+ default: string;
104
+ };
105
+ /** Whether show or hide EntityFormSection info column */
106
+ hideSectionsInfo: {
107
+ type: BooleanConstructor;
108
+ required: false;
109
+ default: boolean;
110
+ };
111
+ /** Whether show or hide Route name field */
112
+ hideNameField: {
113
+ type: BooleanConstructor;
114
+ required: false;
115
+ default: boolean;
116
+ };
117
+ /** Whether show or hide Service Select field */
118
+ hideServiceField: {
119
+ type: BooleanConstructor;
120
+ required: false;
121
+ default: boolean;
122
+ };
123
+ /** Route flavors to be enabled for this form */
124
+ routeFlavors: {
125
+ type: PropType<RouteFlavors>;
126
+ required: false;
127
+ default: () => {
128
+ traditional: boolean;
129
+ };
130
+ };
131
+ /** Tooltips to show on config tabs */
132
+ configTabTooltips: {
133
+ type: PropType<{
134
+ [RouteFlavor.TRADITIONAL]?: string;
135
+ [RouteFlavor.EXPRESSIONS]?: string;
136
+ } | undefined>;
137
+ required: false;
138
+ default: () => undefined;
139
+ };
140
+ /** Whether to show the expressions modal entry */
141
+ showExpressionsModalEntry: {
142
+ type: BooleanConstructor;
143
+ required: false;
144
+ default: boolean;
145
+ };
146
+ }>> & Readonly<{
147
+ onLoading?: ((isLoading: boolean) => any) | undefined;
148
+ onError?: ((error: AxiosError<unknown, any>) => any) | undefined;
149
+ onNotify?: ((options: {
150
+ message: string;
151
+ type: string;
152
+ }) => any) | undefined;
153
+ onUpdate?: ((data: BaseRoutePayload) => any) | undefined;
154
+ "onModel-updated"?: ((val: BaseRoutePayload) => any) | undefined;
155
+ }>, {
156
+ serviceId: string;
157
+ showExpressionsModalEntry: boolean;
158
+ routeFlavors: RouteFlavors;
159
+ routeId: string;
160
+ hideSectionsInfo: boolean;
161
+ hideNameField: boolean;
162
+ hideServiceField: boolean;
163
+ configTabTooltips: {
164
+ traditional?: string;
165
+ expressions?: string;
166
+ } | undefined;
167
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
168
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
169
+ declare const _default: typeof __VLS_export;
170
+ export default _default;
171
+ type __VLS_WithSlots<T, S> = T & {
172
+ new (): {
173
+ $slots: S;
174
+ };
175
+ };
176
+ //# sourceMappingURL=RouteForm.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RouteForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/RouteForm.vue"],"names":[],"mappings":"AAksBA,OAAO,KAAK,EAAE,UAAU,EAAiB,MAAM,OAAO,CAAA;AAEtD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAMnC,OAAO,KAAK,EACV,gBAAgB,EAMhB,0BAA0B,EAC1B,sBAAsB,EAGtB,YAAY,EAKb,MAAM,UAAU,CAAA;AACjB,OAAO,EAEL,WAAW,EAIZ,MAAM,UAAU,CAAA;AAIjB,OAAO,gDAAgD,CAAA;AA+yBvD,QAAA,IAAI,QAAQ;;kBArnBc,IAAI;gCA6MiB,gBAAgB,KAAG,OAAO,CAAC,IAAI,CAAC;CAwavD,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAKvD,QAAA,MAAM,UAAU;IAId,oHAAoH;;cAElG,QAAQ,CAAC,sBAAsB,GAAG,0BAA0B,CAAC;;4BAEzD,sBAAsB,GAAG,0BAA0B,KAAG,OAAO;;IAQnF,0FAA0F;;;;;;IAM1F,sEAAsE;;;;;;IAMtE,yDAAyD;;;;;;IAMzD,4CAA4C;;;;;;IAM5C,gDAAgD;;;;;;IAMhD,gDAAgD;;cAE9B,QAAQ,CAAC,YAAY,CAAC;;;;;;IAMxC,sCAAsC;;cAEpB,QAAQ,CAAC;YACvB,CAAC,WAAW,CAAC,WAAW,CAAC,CAAC,EAAE,MAAM,CAAA;YAClC,CAAC,WAAW,CAAC,WAAW,CAAC,CAAC,EAAE,MAAM,CAAA;SACnC,GAAG,SAAS,CAAC;;;;IAIhB,kDAAkD;;;;;;;sCA9eL,gBAAgB,KAAG,OAAO,CAAC,IAAI,CAAC;;;;;;iBA3T3C,MAAM;cAAQ,MAAM;;;;;IA8uBtD,oHAAoH;;cAElG,QAAQ,CAAC,sBAAsB,GAAG,0BAA0B,CAAC;;4BAEzD,sBAAsB,GAAG,0BAA0B,KAAG,OAAO;;IAQnF,0FAA0F;;;;;;IAM1F,sEAAsE;;;;;;IAMtE,yDAAyD;;;;;;IAMzD,4CAA4C;;;;;;IAM5C,gDAAgD;;;;;;IAMhD,gDAAgD;;cAE9B,QAAQ,CAAC,YAAY,CAAC;;;;;;IAMxC,sCAAsC;;cAEpB,QAAQ,CAAC;YACvB,CAAC,WAAW,CAAC,WAAW,CAAC,CAAC,EAAE,MAAM,CAAA;YAClC,CAAC,WAAW,CAAC,WAAW,CAAC,CAAC,EAAE,MAAM,CAAA;SACnC,GAAG,SAAS,CAAC;;;;IAIhB,kDAAkD;;;;;;;;;;iBAzyBhB,MAAM;cAAQ,MAAM;;;;;;;;;;;;;sBAmyBtB,MAAM;sBACN,MAAM;;4EAYtC,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,36 @@
1
+ import '@kong-ui-public/expressions/dist/style.css';
2
+ type __VLS_Props = {
3
+ protocol?: string;
4
+ showExpressionsModalEntry?: boolean;
5
+ };
6
+ type __VLS_ModelProps = {
7
+ modelValue: string;
8
+ };
9
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
10
+ declare var __VLS_12: {};
11
+ type __VLS_Slots = {} & {
12
+ default?: (props: typeof __VLS_12) => any;
13
+ };
14
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
+ "update:modelValue": (value: string) => any;
16
+ } & {
17
+ notify: (options: {
18
+ message: string;
19
+ type: string;
20
+ }) => any;
21
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
22
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
23
+ onNotify?: ((options: {
24
+ message: string;
25
+ type: string;
26
+ }) => any) | undefined;
27
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
28
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
29
+ declare const _default: typeof __VLS_export;
30
+ export default _default;
31
+ type __VLS_WithSlots<T, S> = T & {
32
+ new (): {
33
+ $slots: S;
34
+ };
35
+ };
36
+ //# sourceMappingURL=RouteFormExpressionsEditor.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RouteFormExpressionsEditor.vue.d.ts","sourceRoot":"","sources":["../../../src/components/RouteFormExpressionsEditor.vue"],"names":[],"mappings":"AAuGA,OAAO,4CAA4C,CAAA;AAInD,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,yBAAyB,CAAC,EAAE,OAAO,CAAA;CACpC,CAAC;AAkDF,KAAK,gBAAgB,GAAG;IACxB,UAAU,EAAE,MAAM,CAAC;CAClB,CAAC;AAKF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AA0GxD,QAAA,IAAI,QAAQ,IAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAGhD,QAAA,MAAM,UAAU;;;;iBApKoB,MAAM;cAAQ,MAAM;;;;;iBAApB,MAAM;cAAQ,MAAM;;kFAuKtD,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,42 @@
1
+ import { ExpressionsEditorState } from '../types';
2
+ type __VLS_Props = {
3
+ protocol?: string;
4
+ showExpressionsModalEntry?: boolean;
5
+ };
6
+ type __VLS_ModelProps = {
7
+ modelValue: string;
8
+ };
9
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
10
+ declare var __VLS_24: {
11
+ expression: {
12
+ value: string;
13
+ update: (value: string) => void;
14
+ };
15
+ state: ExpressionsEditorState;
16
+ };
17
+ type __VLS_Slots = {} & {
18
+ 'after-editor'?: (props: typeof __VLS_24) => any;
19
+ };
20
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
21
+ "update:modelValue": (value: string) => any;
22
+ } & {
23
+ notify: (options: {
24
+ message: string;
25
+ type: string;
26
+ }) => any;
27
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
28
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
29
+ onNotify?: ((options: {
30
+ message: string;
31
+ type: string;
32
+ }) => any) | undefined;
33
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
34
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
35
+ declare const _default: typeof __VLS_export;
36
+ export default _default;
37
+ type __VLS_WithSlots<T, S> = T & {
38
+ new (): {
39
+ $slots: S;
40
+ };
41
+ };
42
+ //# sourceMappingURL=RouteFormExpressionsEditorLoader.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RouteFormExpressionsEditorLoader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/RouteFormExpressionsEditorLoader.vue"],"names":[],"mappings":"AAoHA,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAoBjD,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,yBAAyB,CAAC,EAAE,OAAO,CAAA;CACpC,CAAC;AA0BF,KAAK,gBAAgB,GAAG;IACxB,UAAU,EAAE,MAAM,CAAC;CAClB,CAAC;AAKF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAmGxD,QAAA,IAAI,QAAQ;;;wBAzHkB,MAAM;;;CAyHZ,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAGvD,QAAA,MAAM,UAAU;;;;iBAtIoB,MAAM;cAAQ,MAAM;;;;;iBAApB,MAAM;cAAQ,MAAM;;kFAyItD,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,57 @@
1
+ import { PROTOCOLS_TO_ROUTE_RULES } from '../constants';
2
+ import { RouteFlavor, type RouteFlavors, type SharedRouteRulesFields, type TypedRouteRulesPayload } from '../types';
3
+ type __VLS_Props = {
4
+ protocols: keyof typeof PROTOCOLS_TO_ROUTE_RULES;
5
+ routeFlavors: RouteFlavors;
6
+ readonly?: boolean;
7
+ recordFlavor?: RouteFlavor;
8
+ showExpressionsModalEntry?: boolean;
9
+ tooltips?: {
10
+ [RouteFlavor.TRADITIONAL]?: string;
11
+ [RouteFlavor.EXPRESSIONS]?: string;
12
+ };
13
+ isWsSupported?: boolean;
14
+ hideProtocols?: boolean;
15
+ };
16
+ type __VLS_ModelProps = {
17
+ 'configType': 'basic' | 'advanced';
18
+ 'configFlavor': RouteFlavor;
19
+ 'fields'?: SharedRouteRulesFields;
20
+ 'customMethods'?: Array<{
21
+ label: string;
22
+ value: string;
23
+ }>;
24
+ };
25
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
26
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
27
+ "update:customMethods": (value: {
28
+ label: string;
29
+ value: string;
30
+ }[]) => any;
31
+ "update:fields": (value: SharedRouteRulesFields) => any;
32
+ notify: (notification: {
33
+ message: string;
34
+ type: string;
35
+ }) => any;
36
+ "update:payload": (payload?: TypedRouteRulesPayload | undefined) => any;
37
+ "update:protocols": (protocols: "grpc" | "grpcs" | "http" | "https" | "tcp" | "tls" | "tls_passthrough" | "udp" | "ws" | "wss" | "http,https" | "https,http" | "grpc,grpcs" | "grpcs,grpc" | "tls,udp" | "udp,tls" | "tcp,udp" | "udp,tcp" | "tcp,tls" | "tls,tcp" | "tcp,tls,udp" | "tls,udp,tcp" | "udp,tcp,tls" | "ws,wss" | "wss,ws") => any;
38
+ "update:configType": (value: "basic" | "advanced") => any;
39
+ "update:configFlavor": (value: RouteFlavor) => any;
40
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
41
+ "onUpdate:customMethods"?: ((value: {
42
+ label: string;
43
+ value: string;
44
+ }[]) => any) | undefined;
45
+ "onUpdate:fields"?: ((value: SharedRouteRulesFields) => any) | undefined;
46
+ onNotify?: ((notification: {
47
+ message: string;
48
+ type: string;
49
+ }) => any) | undefined;
50
+ "onUpdate:payload"?: ((payload?: TypedRouteRulesPayload | undefined) => any) | undefined;
51
+ "onUpdate:protocols"?: ((protocols: "grpc" | "grpcs" | "http" | "https" | "tcp" | "tls" | "tls_passthrough" | "udp" | "ws" | "wss" | "http,https" | "https,http" | "grpc,grpcs" | "grpcs,grpc" | "tls,udp" | "udp,tls" | "tcp,udp" | "udp,tcp" | "tcp,tls" | "tls,tcp" | "tcp,tls,udp" | "tls,udp,tcp" | "udp,tcp,tls" | "ws,wss" | "wss,ws") => any) | undefined;
52
+ "onUpdate:configType"?: ((value: "basic" | "advanced") => any) | undefined;
53
+ "onUpdate:configFlavor"?: ((value: RouteFlavor) => any) | undefined;
54
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
55
+ declare const _default: typeof __VLS_export;
56
+ export default _default;
57
+ //# sourceMappingURL=RouteFormRulesComposer.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RouteFormRulesComposer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/RouteFormRulesComposer.vue"],"names":[],"mappings":"AA6XA,OAAO,EAA6E,wBAAwB,EAAE,MAAM,cAAc,CAAA;AAClI,OAAO,EACL,WAAW,EAQX,KAAK,YAAY,EACjB,KAAK,sBAAsB,EAI3B,KAAK,sBAAsB,EAC5B,MAAM,UAAU,CAAA;AAIjB,KAAK,WAAW,GAAG;IACjB,SAAS,EAAE,MAAM,OAAO,wBAAwB,CAAA;IAChD,YAAY,EAAE,YAAY,CAAA;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,YAAY,CAAC,EAAE,WAAW,CAAA;IAC1B,yBAAyB,CAAC,EAAE,OAAO,CAAA;IACnC,QAAQ,CAAC,EAAE;QACT,CAAC,WAAW,CAAC,WAAW,CAAC,CAAC,EAAE,MAAM,CAAA;QAClC,CAAC,WAAW,CAAC,WAAW,CAAC,CAAC,EAAE,MAAM,CAAA;KACnC,CAAA;IACD,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB,CAAC;AA2NF,KAAK,gBAAgB,GAAG;IACxB,YAAY,EAAE,OAAO,GAAG,UAAU,CAAC;IACnC,cAAc,EAAE,WAAW,CAAC;IAC5B,QAAQ,CAAC,EAAE,sBAAsB,CAAC;IAClC,eAAe,CAAC,EAAE,KAAK,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CACzD,CAAC;AAQF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAwTxD,QAAA,MAAM,YAAY;;eA3T6B,MAAM;eAAS,MAAM;;;;iBA/MhC,MAAM;cAAQ,MAAM;;;;;;;;eA+MT,MAAM;eAAS,MAAM;;;;iBA/MhC,MAAM;cAAQ,MAAM;;;;;;kFA6gBtD,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}