@kong-ui-public/entities-routes 3.17.13-pr.2782.db07c11a2.0 → 3.17.14-pr.2781.b1238e65f.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -5
- package/dist/RouteFormExpressionsEditor-BmRiH3GR.js +0 -64
- package/dist/entities-routes.es.js +0 -20
- package/dist/entities-routes.umd.js +0 -1
- package/dist/index-DKwH5iba.js +0 -2640
- package/dist/style.css +0 -1
- package/dist/types/components/RouteConfigCard.vue.d.ts +0 -78
- package/dist/types/components/RouteConfigCard.vue.d.ts.map +0 -1
- package/dist/types/components/RouteForm.vue.d.ts +0 -176
- package/dist/types/components/RouteForm.vue.d.ts.map +0 -1
- package/dist/types/components/RouteFormExpressionsEditor.vue.d.ts +0 -36
- package/dist/types/components/RouteFormExpressionsEditor.vue.d.ts.map +0 -1
- package/dist/types/components/RouteFormExpressionsEditorLoader.vue.d.ts +0 -42
- package/dist/types/components/RouteFormExpressionsEditorLoader.vue.d.ts.map +0 -1
- package/dist/types/components/RouteFormRulesComposer.vue.d.ts +0 -57
- package/dist/types/components/RouteFormRulesComposer.vue.d.ts.map +0 -1
- package/dist/types/components/RouteList.vue.d.ts +0 -157
- package/dist/types/components/RouteList.vue.d.ts.map +0 -1
- package/dist/types/components/rules-composer/ExpressionsRules.vue.d.ts +0 -44
- package/dist/types/components/rules-composer/ExpressionsRules.vue.d.ts.map +0 -1
- package/dist/types/components/rules-composer/RulesComposer.vue.d.ts +0 -42
- package/dist/types/components/rules-composer/RulesComposer.vue.d.ts.map +0 -1
- package/dist/types/components/rules-composer/TraditionalRules.vue.d.ts +0 -32
- package/dist/types/components/rules-composer/TraditionalRules.vue.d.ts.map +0 -1
- package/dist/types/components/rules-composer/rules/DestinationRules.vue.d.ts +0 -16
- package/dist/types/components/rules-composer/rules/DestinationRules.vue.d.ts.map +0 -1
- package/dist/types/components/rules-composer/rules/HeaderRules.vue.d.ts +0 -16
- package/dist/types/components/rules-composer/rules/HeaderRules.vue.d.ts.map +0 -1
- package/dist/types/components/rules-composer/rules/HostRules.vue.d.ts +0 -15
- package/dist/types/components/rules-composer/rules/HostRules.vue.d.ts.map +0 -1
- package/dist/types/components/rules-composer/rules/MethodRules.vue.d.ts +0 -24
- package/dist/types/components/rules-composer/rules/MethodRules.vue.d.ts.map +0 -1
- package/dist/types/components/rules-composer/rules/PathRules.vue.d.ts +0 -15
- package/dist/types/components/rules-composer/rules/PathRules.vue.d.ts.map +0 -1
- package/dist/types/components/rules-composer/rules/RuleControlsAdd.vue.d.ts +0 -11
- package/dist/types/components/rules-composer/rules/RuleControlsAdd.vue.d.ts.map +0 -1
- package/dist/types/components/rules-composer/rules/RuleControlsRemove.vue.d.ts +0 -12
- package/dist/types/components/rules-composer/rules/RuleControlsRemove.vue.d.ts.map +0 -1
- package/dist/types/components/rules-composer/rules/SniRules.vue.d.ts +0 -15
- package/dist/types/components/rules-composer/rules/SniRules.vue.d.ts.map +0 -1
- package/dist/types/components/rules-composer/rules/SourceRules.vue.d.ts +0 -16
- package/dist/types/components/rules-composer/rules/SourceRules.vue.d.ts.map +0 -1
- package/dist/types/composables/index.d.ts +0 -6
- package/dist/types/composables/index.d.ts.map +0 -1
- package/dist/types/composables/useI18n.d.ts +0 -9
- package/dist/types/composables/useI18n.d.ts.map +0 -1
- package/dist/types/constants.d.ts +0 -65
- package/dist/types/constants.d.ts.map +0 -1
- package/dist/types/index.d.ts +0 -9
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/routes-endpoints.d.ts +0 -58
- package/dist/types/routes-endpoints.d.ts.map +0 -1
- package/dist/types/types/index.d.ts +0 -4
- package/dist/types/types/index.d.ts.map +0 -1
- package/dist/types/types/route-config-card.d.ts +0 -31
- package/dist/types/types/route-config-card.d.ts.map +0 -1
- package/dist/types/types/route-form.d.ts +0 -148
- package/dist/types/types/route-form.d.ts.map +0 -1
- package/dist/types/types/route-list.d.ts +0 -36
- package/dist/types/types/route-list.d.ts.map +0 -1
- package/dist/types/utilities/helpers.d.ts +0 -2
- package/dist/types/utilities/helpers.d.ts.map +0 -1
- package/dist/types/utilities/index.d.ts +0 -2
- package/dist/types/utilities/index.d.ts.map +0 -1
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import type { PROTOCOLS_TO_ROUTE_RULES } from '../../constants';
|
|
2
|
-
import { type ExpressionsRouteRulesFields, type SharedRouteRulesFields } from '../../types';
|
|
3
|
-
type __VLS_Props = {
|
|
4
|
-
protocols: keyof typeof PROTOCOLS_TO_ROUTE_RULES;
|
|
5
|
-
hideAdvanced?: boolean;
|
|
6
|
-
readonly?: boolean;
|
|
7
|
-
showExpressionsModalEntry?: boolean;
|
|
8
|
-
};
|
|
9
|
-
type __VLS_ModelProps = {
|
|
10
|
-
'fields': SharedRouteRulesFields & ExpressionsRouteRulesFields;
|
|
11
|
-
};
|
|
12
|
-
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
13
|
-
declare var __VLS_17: {
|
|
14
|
-
expression: {
|
|
15
|
-
value: string;
|
|
16
|
-
update: (value: string) => void;
|
|
17
|
-
};
|
|
18
|
-
state: import("../..").ExpressionsEditorState;
|
|
19
|
-
};
|
|
20
|
-
type __VLS_Slots = {} & {
|
|
21
|
-
'after-expressions-editor'?: (props: typeof __VLS_17) => any;
|
|
22
|
-
};
|
|
23
|
-
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
24
|
-
"update:fields": (value: SharedRouteRulesFields & ExpressionsRouteRulesFields) => any;
|
|
25
|
-
notify: (args_0: {
|
|
26
|
-
message: string;
|
|
27
|
-
type: string;
|
|
28
|
-
}) => any;
|
|
29
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
30
|
-
"onUpdate:fields"?: ((value: SharedRouteRulesFields & ExpressionsRouteRulesFields) => any) | undefined;
|
|
31
|
-
onNotify?: ((args_0: {
|
|
32
|
-
message: string;
|
|
33
|
-
type: string;
|
|
34
|
-
}) => any) | undefined;
|
|
35
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
36
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
37
|
-
declare const _default: typeof __VLS_export;
|
|
38
|
-
export default _default;
|
|
39
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
40
|
-
new (): {
|
|
41
|
-
$slots: S;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
//# sourceMappingURL=ExpressionsRules.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ExpressionsRules.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/rules-composer/ExpressionsRules.vue"],"names":[],"mappings":"AAkIA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,iBAAiB,CAAA;AAE/D,OAAO,EAAE,KAAK,2BAA2B,EAAE,KAAK,sBAAsB,EAAE,MAAM,aAAa,CAAA;AAK3F,KAAK,WAAW,GAAG;IACjB,SAAS,EAAE,MAAM,OAAO,wBAAwB,CAAA;IAChD,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,yBAAyB,CAAC,EAAE,OAAO,CAAA;CACpC,CAAC;AAmBF,KAAK,gBAAgB,GAAG;IACxB,QAAQ,EAAE,sBAAsB,GAAG,2BAA2B,CAAC;CAC9D,CAAC;AAKF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAmPxD,QAAA,IAAI,QAAQ;;;;;;CAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,0BAA0B,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAGnE,QAAA,MAAM,UAAU;;;iBA5QM,MAAM;cAAQ,MAAM;;;;;iBAApB,MAAM;cAAQ,MAAM;;kFA+QxC,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { RouteFlavor, type RouteFlavors } from '../../types';
|
|
2
|
-
type __VLS_Props = {
|
|
3
|
-
routeFlavors: RouteFlavors;
|
|
4
|
-
tooltips?: {
|
|
5
|
-
[RouteFlavor.TRADITIONAL]?: string;
|
|
6
|
-
[RouteFlavor.EXPRESSIONS]?: string;
|
|
7
|
-
};
|
|
8
|
-
};
|
|
9
|
-
type __VLS_ModelProps = {
|
|
10
|
-
modelValue: string | undefined;
|
|
11
|
-
};
|
|
12
|
-
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
13
|
-
declare var __VLS_33: {}, __VLS_36: RouteFlavor.TRADITIONAL, __VLS_37: {}, __VLS_40: {}, __VLS_43: RouteFlavor.EXPRESSIONS, __VLS_44: {}, __VLS_46: {}, __VLS_49: RouteFlavor.TRADITIONAL, __VLS_50: {}, __VLS_53: RouteFlavor.EXPRESSIONS, __VLS_54: {};
|
|
14
|
-
type __VLS_Slots = {} & {
|
|
15
|
-
[K in NonNullable<typeof __VLS_36>]?: (props: typeof __VLS_37) => any;
|
|
16
|
-
} & {
|
|
17
|
-
[K in NonNullable<typeof __VLS_43>]?: (props: typeof __VLS_44) => any;
|
|
18
|
-
} & {
|
|
19
|
-
[K in NonNullable<typeof __VLS_49>]?: (props: typeof __VLS_50) => any;
|
|
20
|
-
} & {
|
|
21
|
-
[K in NonNullable<typeof __VLS_53>]?: (props: typeof __VLS_54) => any;
|
|
22
|
-
} & {
|
|
23
|
-
'before-content'?: (props: typeof __VLS_33) => any;
|
|
24
|
-
} & {
|
|
25
|
-
'before-content'?: (props: typeof __VLS_40) => any;
|
|
26
|
-
} & {
|
|
27
|
-
'before-content'?: (props: typeof __VLS_46) => any;
|
|
28
|
-
};
|
|
29
|
-
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
30
|
-
"update:modelValue": (value: string | undefined) => any;
|
|
31
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
32
|
-
"onUpdate:modelValue"?: ((value: string | undefined) => 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=RulesComposer.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RulesComposer.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/rules-composer/RulesComposer.vue"],"names":[],"mappings":"AAiJA,OAAO,EAAE,WAAW,EAAE,KAAK,YAAY,EAAE,MAAM,aAAa,CAAA;AAM5D,KAAK,WAAW,GAAG;IACjB,YAAY,EAAE,YAAY,CAAA;IAC1B,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;CACF,CAAC;AAmBF,KAAK,gBAAgB,GAAG;IACxB,UAAU,EAAE,MAAM,GAAG,SAAS,CAAC;CAC9B,CAAC;AAKF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AA4KxD,QAAA,IAAI,QAAQ,IAAW,EAAE,QAAQ,yBAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,yBAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,yBAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,yBAAW,EAAE,QAAQ,IAAY,CAAE;AAC5O,KAAK,WAAW,GAAG,EAAE,GACnB;KAAG,CAAC,IAAI,WAAW,CAAC,OAAO,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG;CAAE,GACzE;KAAG,CAAC,IAAI,WAAW,CAAC,OAAO,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG;CAAE,GACzE;KAAG,CAAC,IAAI,WAAW,CAAC,OAAO,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG;CAAE,GACzE;KAAG,CAAC,IAAI,WAAW,CAAC,OAAO,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG;CAAE,GACzE;IAAE,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACtD;IAAE,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACtD;IAAE,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAGzD,QAAA,MAAM,UAAU;;;;kFAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { PROTOCOLS_TO_ROUTE_RULES } from '../../constants';
|
|
2
|
-
import { type SharedRouteRulesFields, type TraditionalRouteRulesFields } from '../../types';
|
|
3
|
-
type __VLS_Props = {
|
|
4
|
-
protocols: keyof typeof PROTOCOLS_TO_ROUTE_RULES;
|
|
5
|
-
hideAdvanced?: boolean;
|
|
6
|
-
readonly?: boolean;
|
|
7
|
-
configType: 'basic' | 'advanced';
|
|
8
|
-
};
|
|
9
|
-
type __VLS_ModelProps = {
|
|
10
|
-
'fields': SharedRouteRulesFields & TraditionalRouteRulesFields;
|
|
11
|
-
'customMethods': Array<{
|
|
12
|
-
label: string;
|
|
13
|
-
value: string;
|
|
14
|
-
}>;
|
|
15
|
-
};
|
|
16
|
-
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
17
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18
|
-
"update:customMethods": (value: {
|
|
19
|
-
label: string;
|
|
20
|
-
value: string;
|
|
21
|
-
}[]) => any;
|
|
22
|
-
"update:fields": (value: SharedRouteRulesFields & TraditionalRouteRulesFields) => any;
|
|
23
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
24
|
-
"onUpdate:customMethods"?: ((value: {
|
|
25
|
-
label: string;
|
|
26
|
-
value: string;
|
|
27
|
-
}[]) => any) | undefined;
|
|
28
|
-
"onUpdate:fields"?: ((value: SharedRouteRulesFields & TraditionalRouteRulesFields) => any) | undefined;
|
|
29
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
30
|
-
declare const _default: typeof __VLS_export;
|
|
31
|
-
export default _default;
|
|
32
|
-
//# sourceMappingURL=TraditionalRules.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TraditionalRules.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/rules-composer/TraditionalRules.vue"],"names":[],"mappings":"AA+VA,OAAO,EAA6F,wBAAwB,EAAE,MAAM,iBAAiB,CAAA;AACrJ,OAAO,EAAwB,KAAK,sBAAsB,EAAE,KAAK,2BAA2B,EAAE,MAAM,aAAa,CAAA;AAYjH,KAAK,WAAW,GAAG;IACjB,SAAS,EAAE,MAAM,OAAO,wBAAwB,CAAA;IAChD,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,EAAE,OAAO,GAAG,UAAU,CAAA;CACjC,CAAC;AAwGF,KAAK,gBAAgB,GAAG;IACxB,QAAQ,EAAE,sBAAsB,GAAG,2BAA2B,CAAC;IAC/D,eAAe,EAAE,KAAK,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CACxD,CAAC;AAMF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAkkBxD,QAAA,MAAM,YAAY;;eArkB6B,MAAM;eAAS,MAAM;;;;;eAArB,MAAM;eAAS,MAAM;;;kFAwkBlE,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { Destinations } from '../../../types';
|
|
2
|
-
type __VLS_ModelProps = {
|
|
3
|
-
modelValue: Destinations[];
|
|
4
|
-
};
|
|
5
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
-
add: () => any;
|
|
7
|
-
remove: (index: number) => any;
|
|
8
|
-
"update:modelValue": (value: Destinations[]) => any;
|
|
9
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
10
|
-
onAdd?: (() => any) | undefined;
|
|
11
|
-
onRemove?: ((index: number) => any) | undefined;
|
|
12
|
-
"onUpdate:modelValue"?: ((value: Destinations[]) => any) | undefined;
|
|
13
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
-
declare const _default: typeof __VLS_export;
|
|
15
|
-
export default _default;
|
|
16
|
-
//# sourceMappingURL=DestinationRules.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DestinationRules.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/rules-composer/rules/DestinationRules.vue"],"names":[],"mappings":"AAwEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAgBlD,KAAK,gBAAgB,GAAG;IACxB,UAAU,EAAE,YAAY,EAAE,CAAC;CAC1B,CAAC;AAkKF,QAAA,MAAM,YAAY;;;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { HeaderFields } from '../../../types';
|
|
2
|
-
type __VLS_ModelProps = {
|
|
3
|
-
modelValue: HeaderFields[];
|
|
4
|
-
};
|
|
5
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
-
add: () => any;
|
|
7
|
-
remove: (index: number) => any;
|
|
8
|
-
"update:modelValue": (value: HeaderFields[]) => any;
|
|
9
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
10
|
-
onAdd?: (() => any) | undefined;
|
|
11
|
-
onRemove?: ((index: number) => any) | undefined;
|
|
12
|
-
"onUpdate:modelValue"?: ((value: HeaderFields[]) => any) | undefined;
|
|
13
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
-
declare const _default: typeof __VLS_export;
|
|
15
|
-
export default _default;
|
|
16
|
-
//# sourceMappingURL=HeaderRules.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HeaderRules.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/rules-composer/rules/HeaderRules.vue"],"names":[],"mappings":"AAsEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAiBlD,KAAK,gBAAgB,GAAG;IACxB,UAAU,EAAE,YAAY,EAAE,CAAC;CAC1B,CAAC;AA4JF,QAAA,MAAM,YAAY;;;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
type __VLS_ModelProps = {
|
|
2
|
-
modelValue: string[];
|
|
3
|
-
};
|
|
4
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
-
add: () => any;
|
|
6
|
-
remove: (index: number) => any;
|
|
7
|
-
"update:modelValue": (value: string[]) => any;
|
|
8
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
9
|
-
onAdd?: (() => any) | undefined;
|
|
10
|
-
onRemove?: ((index: number) => any) | undefined;
|
|
11
|
-
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
12
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
|
-
declare const _default: typeof __VLS_export;
|
|
14
|
-
export default _default;
|
|
15
|
-
//# sourceMappingURL=HostRules.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HostRules.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/rules-composer/rules/HostRules.vue"],"names":[],"mappings":"AAoFA,KAAK,gBAAgB,GAAG;IACxB,UAAU,EAAE,MAAM,EAAE,CAAC;CACpB,CAAC;AA6IF,QAAA,MAAM,YAAY;;;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { type Method, type CustomMethod } from '../../../types';
|
|
2
|
-
type __VLS_ModelProps = {
|
|
3
|
-
'methods': Array<Method | CustomMethod>;
|
|
4
|
-
'customMethods': Array<{
|
|
5
|
-
label: string;
|
|
6
|
-
value: string;
|
|
7
|
-
}>;
|
|
8
|
-
};
|
|
9
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
-
"update:methods": (value: string[]) => any;
|
|
11
|
-
"update:customMethods": (value: {
|
|
12
|
-
label: string;
|
|
13
|
-
value: string;
|
|
14
|
-
}[]) => any;
|
|
15
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
16
|
-
"onUpdate:methods"?: ((value: string[]) => any) | undefined;
|
|
17
|
-
"onUpdate:customMethods"?: ((value: {
|
|
18
|
-
label: string;
|
|
19
|
-
value: string;
|
|
20
|
-
}[]) => any) | undefined;
|
|
21
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
|
-
declare const _default: typeof __VLS_export;
|
|
23
|
-
export default _default;
|
|
24
|
-
//# sourceMappingURL=MethodRules.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MethodRules.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/rules-composer/rules/MethodRules.vue"],"names":[],"mappings":"AAkFA,OAAO,EAAW,KAAK,MAAM,EAAE,KAAK,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAqCxE,KAAK,gBAAgB,GAAG;IACxB,SAAS,EAAE,KAAK,CAAC,MAAM,GAAG,YAAY,CAAC,CAAC;IACxC,eAAe,EAAE,KAAK,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CACxD,CAAC;AAyGF,QAAA,MAAM,YAAY;;;eAtG6B,MAAM;eAAS,MAAM;;;;;eAArB,MAAM;eAAS,MAAM;;kFAyGlE,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
type __VLS_ModelProps = {
|
|
2
|
-
modelValue: string[];
|
|
3
|
-
};
|
|
4
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
-
add: () => any;
|
|
6
|
-
remove: (index: number) => any;
|
|
7
|
-
"update:modelValue": (value: string[]) => any;
|
|
8
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
9
|
-
onAdd?: (() => any) | undefined;
|
|
10
|
-
onRemove?: ((index: number) => any) | undefined;
|
|
11
|
-
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
12
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
|
-
declare const _default: typeof __VLS_export;
|
|
14
|
-
export default _default;
|
|
15
|
-
//# sourceMappingURL=PathRules.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PathRules.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/rules-composer/rules/PathRules.vue"],"names":[],"mappings":"AAoFA,KAAK,gBAAgB,GAAG;IACxB,UAAU,EAAE,MAAM,EAAE,CAAC;CACpB,CAAC;AA6IF,QAAA,MAAM,YAAY;;;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
routingRulesEntity: string;
|
|
3
|
-
};
|
|
4
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
-
add: (...args: any[]) => void;
|
|
6
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
7
|
-
onAdd?: ((...args: any[]) => any) | undefined;
|
|
8
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
-
declare const _default: typeof __VLS_export;
|
|
10
|
-
export default _default;
|
|
11
|
-
//# sourceMappingURL=RuleControlsAdd.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RuleControlsAdd.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/rules-composer/rules/RuleControlsAdd.vue"],"names":[],"mappings":"AA2CA,KAAK,WAAW,GAAG;IACjB,kBAAkB,EAAE,MAAM,CAAA;CAC3B,CAAC;AAoFF,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
disabled: boolean;
|
|
3
|
-
routingRulesEntity: string;
|
|
4
|
-
};
|
|
5
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
-
remove: (...args: any[]) => void;
|
|
7
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
8
|
-
onRemove?: ((...args: any[]) => any) | undefined;
|
|
9
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
-
declare const _default: typeof __VLS_export;
|
|
11
|
-
export default _default;
|
|
12
|
-
//# sourceMappingURL=RuleControlsRemove.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RuleControlsRemove.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/rules-composer/rules/RuleControlsRemove.vue"],"names":[],"mappings":"AAoCA,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,OAAO,CAAA;IACjB,kBAAkB,EAAE,MAAM,CAAA;CAC3B,CAAC;AA+EF,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
type __VLS_ModelProps = {
|
|
2
|
-
modelValue: string[];
|
|
3
|
-
};
|
|
4
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
-
add: () => any;
|
|
6
|
-
remove: (index: number) => any;
|
|
7
|
-
"update:modelValue": (value: string[]) => any;
|
|
8
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
9
|
-
onAdd?: (() => any) | undefined;
|
|
10
|
-
onRemove?: ((index: number) => any) | undefined;
|
|
11
|
-
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
12
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
|
-
declare const _default: typeof __VLS_export;
|
|
14
|
-
export default _default;
|
|
15
|
-
//# sourceMappingURL=SniRules.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SniRules.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/rules-composer/rules/SniRules.vue"],"names":[],"mappings":"AA8EA,KAAK,gBAAgB,GAAG;IACxB,UAAU,EAAE,MAAM,EAAE,CAAC;CACpB,CAAC;AA4IF,QAAA,MAAM,YAAY;;;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { Sources } from '../../../types';
|
|
2
|
-
type __VLS_ModelProps = {
|
|
3
|
-
modelValue: Sources[];
|
|
4
|
-
};
|
|
5
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
-
add: () => any;
|
|
7
|
-
remove: (index: number) => any;
|
|
8
|
-
"update:modelValue": (value: Sources[]) => any;
|
|
9
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
10
|
-
onAdd?: (() => any) | undefined;
|
|
11
|
-
onRemove?: ((index: number) => any) | undefined;
|
|
12
|
-
"onUpdate:modelValue"?: ((value: Sources[]) => any) | undefined;
|
|
13
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
-
declare const _default: typeof __VLS_export;
|
|
15
|
-
export default _default;
|
|
16
|
-
//# sourceMappingURL=SourceRules.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SourceRules.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/rules-composer/rules/SourceRules.vue"],"names":[],"mappings":"AAwEA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAA;AAgB7C,KAAK,gBAAgB,GAAG;IACxB,UAAU,EAAE,OAAO,EAAE,CAAC;CACrB,CAAC;AAkKF,QAAA,MAAM,YAAY;;;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/composables/index.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,WAAW,CAAA;;;;AAG/B,wBAEC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { createI18n, i18nTComponent } from '@kong-ui-public/i18n';
|
|
2
|
-
import english from '../locales/en.json';
|
|
3
|
-
interface UseI18nReturn {
|
|
4
|
-
i18n: ReturnType<typeof createI18n<typeof english>>;
|
|
5
|
-
i18nT: ReturnType<typeof i18nTComponent<typeof english>>;
|
|
6
|
-
}
|
|
7
|
-
export default function useI18n(): UseI18nReturn;
|
|
8
|
-
export {};
|
|
9
|
-
//# sourceMappingURL=useI18n.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useI18n.d.ts","sourceRoot":"","sources":["../../../src/composables/useI18n.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AACjE,OAAO,OAAO,MAAM,oBAAoB,CAAA;AAExC,UAAU,aAAa;IACrB,IAAI,EAAE,UAAU,CAAC,OAAO,UAAU,CAAC,OAAO,OAAO,CAAC,CAAC,CAAA;IACnD,KAAK,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,OAAO,OAAO,CAAC,CAAC,CAAA;CACzD;AAED,MAAM,CAAC,OAAO,UAAU,OAAO,IAAI,aAAa,CAO/C"}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { RoutingRulesEntities, type Destinations, type HeaderFields, type Method, type Sources } from './types';
|
|
2
|
-
export declare const INITIAL_TRADITIONAL_ROUTE_RULES_VALUES: {
|
|
3
|
-
paths: string[];
|
|
4
|
-
snis: string[];
|
|
5
|
-
hosts: string[];
|
|
6
|
-
methods: Method[];
|
|
7
|
-
headers: HeaderFields[];
|
|
8
|
-
sources: Sources[];
|
|
9
|
-
destinations: Destinations[];
|
|
10
|
-
};
|
|
11
|
-
export declare const PROTOCOLS_TO_ROUTE_RULES: {
|
|
12
|
-
http: RoutingRulesEntities[];
|
|
13
|
-
https: RoutingRulesEntities[];
|
|
14
|
-
'http,https': RoutingRulesEntities[];
|
|
15
|
-
'https,http': RoutingRulesEntities[];
|
|
16
|
-
grpc: RoutingRulesEntities[];
|
|
17
|
-
grpcs: RoutingRulesEntities[];
|
|
18
|
-
'grpc,grpcs': RoutingRulesEntities[];
|
|
19
|
-
'grpcs,grpc': RoutingRulesEntities[];
|
|
20
|
-
udp: RoutingRulesEntities[];
|
|
21
|
-
tls: RoutingRulesEntities[];
|
|
22
|
-
tcp: RoutingRulesEntities[];
|
|
23
|
-
'tls,udp': RoutingRulesEntities[];
|
|
24
|
-
'udp,tls': RoutingRulesEntities[];
|
|
25
|
-
'tcp,udp': RoutingRulesEntities[];
|
|
26
|
-
'udp,tcp': RoutingRulesEntities[];
|
|
27
|
-
'tcp,tls': RoutingRulesEntities[];
|
|
28
|
-
'tls,tcp': RoutingRulesEntities[];
|
|
29
|
-
'tcp,tls,udp': RoutingRulesEntities[];
|
|
30
|
-
'tls,udp,tcp': RoutingRulesEntities[];
|
|
31
|
-
'udp,tcp,tls': RoutingRulesEntities[];
|
|
32
|
-
tls_passthrough: RoutingRulesEntities[];
|
|
33
|
-
ws: RoutingRulesEntities[];
|
|
34
|
-
wss: RoutingRulesEntities[];
|
|
35
|
-
'ws,wss': RoutingRulesEntities[];
|
|
36
|
-
'wss,ws': RoutingRulesEntities[];
|
|
37
|
-
};
|
|
38
|
-
export declare const HTTP_REDIRECT_STATUS_CODES: {
|
|
39
|
-
label: string;
|
|
40
|
-
value: number;
|
|
41
|
-
}[];
|
|
42
|
-
export declare const PATH_HANDLING_OPTIONS: {
|
|
43
|
-
label: string;
|
|
44
|
-
value: string;
|
|
45
|
-
}[];
|
|
46
|
-
export declare const INITIAL_SHARED_ROUTE_RULES_FIELDS: {
|
|
47
|
-
https_redirect_status_code: number;
|
|
48
|
-
strip_path: true;
|
|
49
|
-
preserve_host: false;
|
|
50
|
-
request_buffering: true;
|
|
51
|
-
response_buffering: true;
|
|
52
|
-
};
|
|
53
|
-
export declare const INITIAL_ROUTE_RULES_FIELDS: {
|
|
54
|
-
expression: string;
|
|
55
|
-
priority: number;
|
|
56
|
-
paths: string[];
|
|
57
|
-
regex_priority: number;
|
|
58
|
-
path_handling: "v0";
|
|
59
|
-
https_redirect_status_code: number;
|
|
60
|
-
strip_path: true;
|
|
61
|
-
preserve_host: false;
|
|
62
|
-
request_buffering: true;
|
|
63
|
-
response_buffering: true;
|
|
64
|
-
};
|
|
65
|
-
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,oBAAoB,EACpB,KAAK,YAAY,EAEjB,KAAK,YAAY,EACjB,KAAK,MAAM,EAEX,KAAK,OAAO,EAEb,MAAM,SAAS,CAAA;AAEhB,eAAO,MAAM,sCAAsC;WACX,MAAM,EAAE;UACT,MAAM,EAAE;WACP,MAAM,EAAE;aACR,MAAM,EAAE;aACkB,YAAY,EAAE;aACP,OAAO,EAAE;kBACJ,YAAY,EAAE;CAC3F,CAAA;AAED,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BD,CAAA;AAEpC,eAAO,MAAM,0BAA0B;;;GAMtC,CAAA;AAED,eAAO,MAAM,qBAAqB;;;GAGjC,CAAA;AAED,eAAO,MAAM,iCAAiC;;;;;;CAMZ,CAAA;AAElC,eAAO,MAAM,0BAA0B;;;;;;;;;;;CAWtC,CAAA"}
|
package/dist/types/index.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import RouteConfigCard from './components/RouteConfigCard.vue';
|
|
2
|
-
import RouteForm from './components/RouteForm.vue';
|
|
3
|
-
import RouteFormRulesComposer from './components/RouteFormRulesComposer.vue';
|
|
4
|
-
import RouteList from './components/RouteList.vue';
|
|
5
|
-
export { RouteConfigCard, RouteForm, RouteFormRulesComposer, RouteList };
|
|
6
|
-
export * from './constants';
|
|
7
|
-
export * from './types';
|
|
8
|
-
export * from './utilities';
|
|
9
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,eAAe,MAAM,kCAAkC,CAAA;AAC9D,OAAO,SAAS,MAAM,4BAA4B,CAAA;AAClD,OAAO,sBAAsB,MAAM,yCAAyC,CAAA;AAC5E,OAAO,SAAS,MAAM,4BAA4B,CAAA;AAElD,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,sBAAsB,EAAE,SAAS,EAAE,CAAA;AAExE,cAAc,aAAa,CAAA;AAC3B,cAAc,SAAS,CAAA;AACvB,cAAc,aAAa,CAAA"}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
list: {
|
|
3
|
-
konnect: {
|
|
4
|
-
all: string;
|
|
5
|
-
forGatewayService: string;
|
|
6
|
-
};
|
|
7
|
-
kongManager: {
|
|
8
|
-
all: string;
|
|
9
|
-
forGatewayService: string;
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
form: {
|
|
13
|
-
konnect: {
|
|
14
|
-
services: string;
|
|
15
|
-
create: {
|
|
16
|
-
all: string;
|
|
17
|
-
forGatewayService: string;
|
|
18
|
-
};
|
|
19
|
-
fetch: {
|
|
20
|
-
all: string;
|
|
21
|
-
forGatewayService: string;
|
|
22
|
-
};
|
|
23
|
-
edit: {
|
|
24
|
-
all: string;
|
|
25
|
-
forGatewayService: string;
|
|
26
|
-
};
|
|
27
|
-
};
|
|
28
|
-
kongManager: {
|
|
29
|
-
services: string;
|
|
30
|
-
create: {
|
|
31
|
-
all: string;
|
|
32
|
-
forGatewayService: string;
|
|
33
|
-
};
|
|
34
|
-
fetch: {
|
|
35
|
-
all: string;
|
|
36
|
-
forGatewayService: string;
|
|
37
|
-
};
|
|
38
|
-
edit: {
|
|
39
|
-
all: string;
|
|
40
|
-
forGatewayService: string;
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
item: {
|
|
45
|
-
konnect: {
|
|
46
|
-
getService: string;
|
|
47
|
-
all: string;
|
|
48
|
-
forGatewayService: string;
|
|
49
|
-
};
|
|
50
|
-
kongManager: {
|
|
51
|
-
getService: string;
|
|
52
|
-
all: string;
|
|
53
|
-
forGatewayService: string;
|
|
54
|
-
};
|
|
55
|
-
};
|
|
56
|
-
};
|
|
57
|
-
export default _default;
|
|
58
|
-
//# sourceMappingURL=routes-endpoints.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"routes-endpoints.d.ts","sourceRoot":"","sources":["../../src/routes-endpoints.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBAuDC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AAGA,cAAc,cAAc,CAAA;AAC5B,cAAc,cAAc,CAAA;AAC5B,cAAc,qBAAqB,CAAA"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import type { KonnectBaseEntityConfig, KongManagerBaseEntityConfig, ConfigurationSchemaItem } from '@kong-ui-public/entities-shared';
|
|
2
|
-
/** Konnect Route entity config */
|
|
3
|
-
export interface KonnectRouteEntityConfig extends KonnectBaseEntityConfig {
|
|
4
|
-
}
|
|
5
|
-
/** Kong Manager Route entity config */
|
|
6
|
-
export interface KongManagerRouteEntityConfig extends KongManagerBaseEntityConfig {
|
|
7
|
-
}
|
|
8
|
-
export interface RouteConfigurationSchema {
|
|
9
|
-
id: ConfigurationSchemaItem;
|
|
10
|
-
name: ConfigurationSchemaItem;
|
|
11
|
-
protocols: ConfigurationSchemaItem;
|
|
12
|
-
service: ConfigurationSchemaItem;
|
|
13
|
-
hosts: ConfigurationSchemaItem;
|
|
14
|
-
methods: ConfigurationSchemaItem;
|
|
15
|
-
paths: ConfigurationSchemaItem;
|
|
16
|
-
headers: ConfigurationSchemaItem;
|
|
17
|
-
strip_path: ConfigurationSchemaItem;
|
|
18
|
-
preserve_host: ConfigurationSchemaItem;
|
|
19
|
-
tags: ConfigurationSchemaItem;
|
|
20
|
-
created_at: ConfigurationSchemaItem;
|
|
21
|
-
updated_at: ConfigurationSchemaItem;
|
|
22
|
-
snis: ConfigurationSchemaItem;
|
|
23
|
-
https_redirect_status_code: ConfigurationSchemaItem;
|
|
24
|
-
request_buffering: ConfigurationSchemaItem;
|
|
25
|
-
response_buffering: ConfigurationSchemaItem;
|
|
26
|
-
regex_priority: ConfigurationSchemaItem;
|
|
27
|
-
path_handling: ConfigurationSchemaItem;
|
|
28
|
-
destinations: ConfigurationSchemaItem;
|
|
29
|
-
sources: ConfigurationSchemaItem;
|
|
30
|
-
}
|
|
31
|
-
//# sourceMappingURL=route-config-card.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"route-config-card.d.ts","sourceRoot":"","sources":["../../../src/types/route-config-card.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,2BAA2B,EAAE,uBAAuB,EAAE,MAAM,iCAAiC,CAAA;AAEpI,kCAAkC;AAClC,MAAM,WAAW,wBAAyB,SAAQ,uBAAuB;CAAG;AAE5E,uCAAuC;AACvC,MAAM,WAAW,4BAA6B,SAAQ,2BAA2B;CAAG;AAEpF,MAAM,WAAW,wBAAwB;IAEvC,EAAE,EAAE,uBAAuB,CAAA;IAC3B,IAAI,EAAE,uBAAuB,CAAA;IAC7B,SAAS,EAAE,uBAAuB,CAAA;IAClC,OAAO,EAAE,uBAAuB,CAAA;IAChC,KAAK,EAAE,uBAAuB,CAAA;IAC9B,OAAO,EAAE,uBAAuB,CAAA;IAChC,KAAK,EAAE,uBAAuB,CAAA;IAC9B,OAAO,EAAE,uBAAuB,CAAA;IAChC,UAAU,EAAE,uBAAuB,CAAA;IACnC,aAAa,EAAE,uBAAuB,CAAA;IACtC,IAAI,EAAE,uBAAuB,CAAA;IAC7B,UAAU,EAAE,uBAAuB,CAAA;IACnC,UAAU,EAAE,uBAAuB,CAAA;IAEnC,IAAI,EAAE,uBAAuB,CAAA;IAC7B,0BAA0B,EAAE,uBAAuB,CAAA;IACnD,iBAAiB,EAAE,uBAAuB,CAAA;IAC1C,kBAAkB,EAAE,uBAAuB,CAAA;IAC3C,cAAc,EAAE,uBAAuB,CAAA;IACvC,aAAa,EAAE,uBAAuB,CAAA;IACtC,YAAY,EAAE,uBAAuB,CAAA;IACrC,OAAO,EAAE,uBAAuB,CAAA;CACjC"}
|