@scalar/api-client 2.0.46 → 2.0.48
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/CHANGELOG.md +44 -0
- package/dist/components/AddressBar/AddressBar.vue.d.ts.map +1 -1
- package/dist/components/AddressBar/AddressBar.vue.js +2 -2
- package/dist/components/AddressBar/AddressBar.vue2.js +77 -71
- package/dist/components/CodeInput/CodeInput.vue.d.ts +3 -1
- package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
- package/dist/components/CodeInput/CodeInput.vue.js +2 -2
- package/dist/components/CodeInput/CodeInput.vue2.js +49 -44
- package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/TheCommandPalette.vue.js +2 -2
- package/dist/components/CommandPalette/TheCommandPalette.vue2.js +97 -106
- package/dist/components/HttpMethod/HttpMethod.vue.d.ts.map +1 -1
- package/dist/components/HttpMethod/HttpMethod.vue.js +1 -1
- package/dist/components/HttpMethod/HttpMethod.vue2.js +10 -10
- package/dist/components/Search/SearchModal.vue.d.ts.map +1 -1
- package/dist/components/Search/SearchModal.vue.js +1 -1
- package/dist/components/Search/SearchModal.vue2.js +43 -41
- package/dist/components/SideNav/SideNav.vue.d.ts.map +1 -1
- package/dist/components/SideNav/SideNav.vue.js +1 -1
- package/dist/components/SideNav/SideNav.vue2.js +22 -19
- package/dist/components/Sidebar/Sidebar.vue.d.ts +24 -3
- package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Sidebar.vue.js +57 -19
- package/dist/components/Sidebar/SidebarListElement.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarListElement.vue.js +2 -2
- package/dist/components/Sidebar/SidebarListElement.vue2.js +1 -1
- package/dist/components/Sidebar/SidebarListElementActions.vue.d.ts +2 -0
- package/dist/components/Sidebar/SidebarListElementActions.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarListElementActions.vue.js +22 -21
- package/dist/components/TopNav/TopNav.vue.d.ts.map +1 -1
- package/dist/components/TopNav/TopNav.vue.js +1 -1
- package/dist/components/TopNav/TopNav.vue2.js +46 -43
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -9
- package/dist/layouts/App/ApiClientApp.vue.js +1 -1
- package/dist/layouts/App/create-api-client-app.d.ts +56 -46
- package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
- package/dist/layouts/Modal/ApiClientModal.vue.d.ts.map +1 -1
- package/dist/layouts/Modal/ApiClientModal.vue.js +2 -2
- package/dist/layouts/Modal/ApiClientModal.vue2.js +20 -20
- package/dist/layouts/Modal/create-api-client-modal.d.ts +112 -92
- package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
- package/dist/libs/create-client.d.ts +56 -46
- package/dist/libs/create-client.d.ts.map +1 -1
- package/dist/libs/event-busses/{command-palette.d.ts → command-palette-bus.d.ts} +1 -1
- package/dist/libs/event-busses/command-palette-bus.d.ts.map +1 -0
- package/dist/libs/event-busses/{execute-requestBus.d.ts → execute-request-bus.d.ts} +1 -1
- package/dist/libs/event-busses/execute-request-bus.d.ts.map +1 -0
- package/dist/libs/event-busses/hot-keys-bus.d.ts +33 -0
- package/dist/libs/event-busses/hot-keys-bus.d.ts.map +1 -0
- package/dist/libs/event-busses/hot-keys-bus.js +33 -0
- package/dist/libs/event-busses/index.d.ts +3 -3
- package/dist/libs/event-busses/index.d.ts.map +1 -1
- package/dist/libs/event-busses/index.js +3 -3
- package/dist/libs/index.js +3 -3
- package/dist/libs/local-storage.d.ts +1 -1
- package/dist/libs/local-storage.d.ts.map +1 -1
- package/dist/libs/local-storage.js +15 -30
- package/dist/router.d.ts +2 -2
- package/dist/router.d.ts.map +1 -1
- package/dist/router.js +3 -3
- package/dist/store/workspace.d.ts +112 -92
- package/dist/store/workspace.d.ts.map +1 -1
- package/dist/store/workspace.js +140 -137
- package/dist/style.css +1 -1
- package/dist/views/Cookies/CookieForm.vue.d.ts.map +1 -1
- package/dist/views/Cookies/CookieForm.vue.js +14 -15
- package/dist/views/Cookies/Cookies.vue.d.ts.map +1 -1
- package/dist/views/Cookies/Cookies.vue2.js +114 -55
- package/dist/views/Environment/Environment.vue.d.ts.map +1 -1
- package/dist/views/Environment/Environment.vue2.js +21 -20
- package/dist/views/Request/Request.vue.d.ts.map +1 -1
- package/dist/views/Request/Request.vue.js +1 -1
- package/dist/views/Request/Request.vue2.js +132 -128
- package/dist/views/Request/RequestSidebarItem.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSidebarItem.vue.js +1 -1
- package/dist/views/Request/RequestSidebarItem.vue2.js +253 -139
- package/dist/views/Request/RequestSidebarItemMenu.vue.d.ts +27 -5
- package/dist/views/Request/RequestSidebarItemMenu.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSidebarItemMenu.vue.js +4 -4
- package/dist/views/Request/RequestSidebarItemMenu.vue2.js +83 -158
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
- package/dist/views/Request/components/WorkspaceDropdown.vue.d.ts.map +1 -1
- package/dist/views/Request/components/WorkspaceDropdown.vue.js +214 -70
- package/package.json +6 -6
- package/dist/libs/event-busses/command-palette.d.ts.map +0 -1
- package/dist/libs/event-busses/execute-requestBus.d.ts.map +0 -1
- package/dist/libs/event-busses/hot-key.d.ts +0 -34
- package/dist/libs/event-busses/hot-key.d.ts.map +0 -1
- package/dist/libs/event-busses/hot-key.js +0 -25
- /package/dist/libs/event-busses/{command-palette.js → command-palette-bus.js} +0 -0
- /package/dist/libs/event-busses/{execute-requestBus.js → execute-request-bus.js} +0 -0
|
@@ -27,10 +27,10 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
27
27
|
cookieUids: string[];
|
|
28
28
|
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
|
|
29
29
|
hotKeyConfig?: {
|
|
30
|
-
|
|
31
|
-
hotKeys?: Partial<Record<"" | "0" | "
|
|
32
|
-
event: "closeModal";
|
|
33
|
-
|
|
30
|
+
modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
|
|
31
|
+
hotKeys?: Partial<Record<"" | "0" | "1" | "2" | "/" | "[" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", {
|
|
32
|
+
event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar";
|
|
33
|
+
modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
|
|
34
34
|
}>> | undefined;
|
|
35
35
|
} | undefined;
|
|
36
36
|
proxyUrl?: string | undefined;
|
|
@@ -527,10 +527,10 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
527
527
|
cookieUids: string[];
|
|
528
528
|
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
|
|
529
529
|
hotKeyConfig?: {
|
|
530
|
-
|
|
531
|
-
hotKeys?: Partial<Record<"" | "0" | "
|
|
532
|
-
event: "closeModal";
|
|
533
|
-
|
|
530
|
+
modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
|
|
531
|
+
hotKeys?: Partial<Record<"" | "0" | "1" | "2" | "/" | "[" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", {
|
|
532
|
+
event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar";
|
|
533
|
+
modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
|
|
534
534
|
}>> | undefined;
|
|
535
535
|
} | undefined;
|
|
536
536
|
proxyUrl?: string | undefined;
|
|
@@ -710,6 +710,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
710
710
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
711
711
|
undo: (uid: string) => void;
|
|
712
712
|
redo: (uid: string) => void;
|
|
713
|
+
loadLocalStorage: () => void;
|
|
713
714
|
};
|
|
714
715
|
collectionMutators: {
|
|
715
716
|
rawAdd: (item: {
|
|
@@ -1071,6 +1072,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
1071
1072
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
1072
1073
|
undo: (uid: string) => void;
|
|
1073
1074
|
redo: (uid: string) => void;
|
|
1075
|
+
loadLocalStorage: () => void;
|
|
1074
1076
|
};
|
|
1075
1077
|
environmentMutators: {
|
|
1076
1078
|
delete: (uid: string) => void;
|
|
@@ -1160,6 +1162,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
1160
1162
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
1161
1163
|
undo: (uid: string) => void;
|
|
1162
1164
|
redo: (uid: string) => void;
|
|
1165
|
+
loadLocalStorage: () => void;
|
|
1163
1166
|
};
|
|
1164
1167
|
folderMutators: {
|
|
1165
1168
|
rawAdd: (item: {
|
|
@@ -1210,6 +1213,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
1210
1213
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
1211
1214
|
undo: (uid: string) => void;
|
|
1212
1215
|
redo: (uid: string) => void;
|
|
1216
|
+
loadLocalStorage: () => void;
|
|
1213
1217
|
};
|
|
1214
1218
|
requestMutators: {
|
|
1215
1219
|
rawAdd: (item: import("@scalar/oas-utils/entities/workspace/spec").Request) => void;
|
|
@@ -1245,6 +1249,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
1245
1249
|
untrackedEdit: <P extends "ref" | "summary" | "path" | "security" | "tags" | "externalDocs" | "description" | "uid" | "method" | "history" | "childUids" | "parameters" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "operationId" | "requestBody" | "ref.path" | "ref.isExternal" | "ref.collectionRef" | `security.${number}` | `security.${number}.${string}` | `tags.${number}` | "externalDocs.url" | "externalDocs.description" | `history.${number}` | `history.${number}.${string}` | `childUids.${number}` | "parameters.cookies" | "parameters.path" | "parameters.query" | "parameters.headers" | `parameters.cookies.${string}` | `parameters.path.${string}` | `parameters.query.${string}` | `parameters.headers.${string}` | `securitySchemeUids.${number}` | `selectedSecuritySchemeUids.${number}` | `requestBody.${string}`>(uid: string, path: P, value: P extends "ref" | "summary" | "path" | "security" | "tags" | "externalDocs" | "description" | "uid" | "method" | "history" | "childUids" | "parameters" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "operationId" | "requestBody" ? import("@scalar/oas-utils/entities/workspace/spec").Request[P] : P extends `${infer K}.${infer R}` ? K extends "ref" | "summary" | "path" | "security" | "tags" | "externalDocs" | "description" | "uid" | "method" | "history" | "childUids" | "parameters" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "operationId" | "requestBody" ? R extends import("@scalar/object-utils/nested").Path<import("@scalar/oas-utils/entities/workspace/spec").Request[K]> ? import("@scalar/object-utils/nested").PathValue<import("@scalar/oas-utils/entities/workspace/spec").Request[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
1246
1250
|
undo: (uid: string) => void;
|
|
1247
1251
|
redo: (uid: string) => void;
|
|
1252
|
+
loadLocalStorage: () => void;
|
|
1248
1253
|
};
|
|
1249
1254
|
requestExampleMutators: {
|
|
1250
1255
|
rawAdd: (item: {
|
|
@@ -2146,6 +2151,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2146
2151
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
2147
2152
|
undo: (uid: string) => void;
|
|
2148
2153
|
redo: (uid: string) => void;
|
|
2154
|
+
loadLocalStorage: () => void;
|
|
2149
2155
|
};
|
|
2150
2156
|
requestsHistory: import("vue").ComputedRef<import("@scalar/oas-utils/entities/workspace/spec").RequestEvent[]>;
|
|
2151
2157
|
securitySchemeMutators: {
|
|
@@ -2685,6 +2691,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2685
2691
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never)) => void;
|
|
2686
2692
|
undo: (uid: string) => void;
|
|
2687
2693
|
redo: (uid: string) => void;
|
|
2694
|
+
loadLocalStorage: () => void;
|
|
2688
2695
|
};
|
|
2689
2696
|
serverMutators: {
|
|
2690
2697
|
rawAdd: (item: {
|
|
@@ -2783,6 +2790,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2783
2790
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
2784
2791
|
undo: (uid: string) => void;
|
|
2785
2792
|
redo: (uid: string) => void;
|
|
2793
|
+
loadLocalStorage: () => void;
|
|
2786
2794
|
};
|
|
2787
2795
|
workspaceMutators: {
|
|
2788
2796
|
rawAdd: (item: {
|
|
@@ -2795,10 +2803,10 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2795
2803
|
cookieUids: string[];
|
|
2796
2804
|
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
|
|
2797
2805
|
hotKeyConfig?: {
|
|
2798
|
-
|
|
2799
|
-
hotKeys?: Partial<Record<"" | "0" | "
|
|
2800
|
-
event: "closeModal";
|
|
2801
|
-
|
|
2806
|
+
modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
|
|
2807
|
+
hotKeys?: Partial<Record<"" | "0" | "1" | "2" | "/" | "[" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", {
|
|
2808
|
+
event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar";
|
|
2809
|
+
modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
|
|
2802
2810
|
}>> | undefined;
|
|
2803
2811
|
} | undefined;
|
|
2804
2812
|
proxyUrl?: string | undefined;
|
|
@@ -2813,15 +2821,16 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2813
2821
|
cookieUids: string[];
|
|
2814
2822
|
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
|
|
2815
2823
|
hotKeyConfig?: {
|
|
2816
|
-
|
|
2817
|
-
hotKeys?: Partial<Record<"" | "0" | "
|
|
2818
|
-
event: "closeModal";
|
|
2819
|
-
|
|
2824
|
+
modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
|
|
2825
|
+
hotKeys?: Partial<Record<"" | "0" | "1" | "2" | "/" | "[" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", {
|
|
2826
|
+
event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar";
|
|
2827
|
+
modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
|
|
2820
2828
|
}>> | undefined;
|
|
2821
2829
|
} | undefined;
|
|
2822
2830
|
proxyUrl?: string | undefined;
|
|
2823
2831
|
};
|
|
2824
2832
|
delete: (uid: string) => void;
|
|
2833
|
+
rename: (uid: string, newName: string) => void;
|
|
2825
2834
|
set: (item: {
|
|
2826
2835
|
uid: string;
|
|
2827
2836
|
description: string;
|
|
@@ -2832,15 +2841,15 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2832
2841
|
cookieUids: string[];
|
|
2833
2842
|
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
|
|
2834
2843
|
hotKeyConfig?: {
|
|
2835
|
-
|
|
2836
|
-
hotKeys?: Partial<Record<"" | "0" | "
|
|
2837
|
-
event: "closeModal";
|
|
2838
|
-
|
|
2844
|
+
modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
|
|
2845
|
+
hotKeys?: Partial<Record<"" | "0" | "1" | "2" | "/" | "[" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", {
|
|
2846
|
+
event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar";
|
|
2847
|
+
modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
|
|
2839
2848
|
}>> | undefined;
|
|
2840
2849
|
} | undefined;
|
|
2841
2850
|
proxyUrl?: string | undefined;
|
|
2842
2851
|
}) => void;
|
|
2843
|
-
edit: <P extends "description" | "name" | "isReadOnly" | "uid" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" | `collectionUids.${number}` | `environmentUids.${number}` | `cookieUids.${number}` | "hotKeyConfig.modifier" | "hotKeyConfig.hotKeys" | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys..modifier" | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.a.modifier" | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.b.modifier" | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.i.modifier" | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.p.modifier" | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.q.modifier" | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.s.modifier" | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.u.modifier" | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.g.modifier" | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys./.modifier" | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.0.modifier" | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.1.modifier" | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.Backspace.modifier" | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.2.modifier" | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.n.modifier" | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.d.modifier" | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Enter.modifier" | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Space.modifier" | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Tab.modifier" | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.Escape.modifier" | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.3.modifier" | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.4.modifier" | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.5.modifier" | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.6.modifier" | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.7.modifier" | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.8.modifier" | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.9.modifier" | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.c.modifier" | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.e.modifier" | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.f.modifier" | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.h.modifier" | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.j.modifier" | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.k.modifier" | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.l.modifier" | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.m.modifier" | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.o.modifier" | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.r.modifier" | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.t.modifier" | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.v.modifier" | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.w.modifier" | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.x.modifier" | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.y.modifier" | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.z.modifier" | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.*.modifier" | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.+.modifier" | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys.-.modifier" | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys...modifier" | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F1.modifier" | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F2.modifier" | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F3.modifier" | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F4.modifier" | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F5.modifier" | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F6.modifier" | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F7.modifier" | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F8.modifier" | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F9.modifier" | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F10.modifier" | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F11.modifier" | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.F12.modifier" | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.;.modifier" | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.=.modifier" | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.,.modifier" | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.`.modifier" | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.[.modifier" | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.\\.modifier" | "hotKeyConfig.hotKeys.].event" | "hotKeyConfig.hotKeys.].modifier">(uid: string, path: P, value: P extends "description" | "name" | "isReadOnly" | "uid" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" ? {
|
|
2852
|
+
edit: <P extends "description" | "name" | "isReadOnly" | "uid" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" | `collectionUids.${number}` | `environmentUids.${number}` | `cookieUids.${number}` | "hotKeyConfig.hotKeys" | "hotKeyConfig.modifiers" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.a.modifiers" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.b.modifiers" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.p.modifiers" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.q.modifiers" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.event" | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.event" | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.event" | "hotKeyConfig.hotKeys.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.0.modifiers" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.1.modifiers" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.event" | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.event" | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.d.modifiers" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Tab.modifiers" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Enter.modifiers" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.Escape.modifiers" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.End.event" | "hotKeyConfig.hotKeys.End.modifiers" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.event" | "hotKeyConfig.hotKeys.Home.modifiers" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.event" | "hotKeyConfig.hotKeys.PageDown.modifiers" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.event" | "hotKeyConfig.hotKeys.PageUp.modifiers" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.c.modifiers" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.e.modifiers" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.f.modifiers" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.].event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}`>(uid: string, path: P, value: P extends "description" | "name" | "isReadOnly" | "uid" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" ? {
|
|
2844
2853
|
uid: string;
|
|
2845
2854
|
description: string;
|
|
2846
2855
|
name: string;
|
|
@@ -2850,10 +2859,10 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2850
2859
|
cookieUids: string[];
|
|
2851
2860
|
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
|
|
2852
2861
|
hotKeyConfig?: {
|
|
2853
|
-
|
|
2854
|
-
hotKeys?: Partial<Record<"" | "0" | "
|
|
2855
|
-
event: "closeModal";
|
|
2856
|
-
|
|
2862
|
+
modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
|
|
2863
|
+
hotKeys?: Partial<Record<"" | "0" | "1" | "2" | "/" | "[" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", {
|
|
2864
|
+
event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar";
|
|
2865
|
+
modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
|
|
2857
2866
|
}>> | undefined;
|
|
2858
2867
|
} | undefined;
|
|
2859
2868
|
proxyUrl?: string | undefined;
|
|
@@ -2867,10 +2876,10 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2867
2876
|
cookieUids: string[];
|
|
2868
2877
|
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
|
|
2869
2878
|
hotKeyConfig?: {
|
|
2870
|
-
|
|
2871
|
-
hotKeys?: Partial<Record<"" | "0" | "
|
|
2872
|
-
event: "closeModal";
|
|
2873
|
-
|
|
2879
|
+
modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
|
|
2880
|
+
hotKeys?: Partial<Record<"" | "0" | "1" | "2" | "/" | "[" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", {
|
|
2881
|
+
event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar";
|
|
2882
|
+
modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
|
|
2874
2883
|
}>> | undefined;
|
|
2875
2884
|
} | undefined;
|
|
2876
2885
|
proxyUrl?: string | undefined;
|
|
@@ -2884,15 +2893,15 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2884
2893
|
cookieUids: string[];
|
|
2885
2894
|
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
|
|
2886
2895
|
hotKeyConfig?: {
|
|
2887
|
-
|
|
2888
|
-
hotKeys?: Partial<Record<"" | "0" | "
|
|
2889
|
-
event: "closeModal";
|
|
2890
|
-
|
|
2896
|
+
modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
|
|
2897
|
+
hotKeys?: Partial<Record<"" | "0" | "1" | "2" | "/" | "[" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", {
|
|
2898
|
+
event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar";
|
|
2899
|
+
modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
|
|
2891
2900
|
}>> | undefined;
|
|
2892
2901
|
} | undefined;
|
|
2893
2902
|
proxyUrl?: string | undefined;
|
|
2894
2903
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
2895
|
-
untrackedEdit: <P extends "description" | "name" | "isReadOnly" | "uid" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" | `collectionUids.${number}` | `environmentUids.${number}` | `cookieUids.${number}` | "hotKeyConfig.modifier" | "hotKeyConfig.hotKeys" | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys..modifier" | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.a.modifier" | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.b.modifier" | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.i.modifier" | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.p.modifier" | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.q.modifier" | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.s.modifier" | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.u.modifier" | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.g.modifier" | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys./.modifier" | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.0.modifier" | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.1.modifier" | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.Backspace.modifier" | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.2.modifier" | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.n.modifier" | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.d.modifier" | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Enter.modifier" | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Space.modifier" | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Tab.modifier" | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.Escape.modifier" | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.3.modifier" | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.4.modifier" | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.5.modifier" | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.6.modifier" | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.7.modifier" | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.8.modifier" | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.9.modifier" | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.c.modifier" | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.e.modifier" | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.f.modifier" | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.h.modifier" | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.j.modifier" | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.k.modifier" | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.l.modifier" | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.m.modifier" | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.o.modifier" | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.r.modifier" | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.t.modifier" | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.v.modifier" | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.w.modifier" | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.x.modifier" | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.y.modifier" | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.z.modifier" | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.*.modifier" | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.+.modifier" | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys.-.modifier" | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys...modifier" | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F1.modifier" | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F2.modifier" | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F3.modifier" | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F4.modifier" | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F5.modifier" | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F6.modifier" | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F7.modifier" | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F8.modifier" | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F9.modifier" | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F10.modifier" | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F11.modifier" | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.F12.modifier" | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.;.modifier" | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.=.modifier" | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.,.modifier" | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.`.modifier" | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.[.modifier" | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.\\.modifier" | "hotKeyConfig.hotKeys.].event" | "hotKeyConfig.hotKeys.].modifier">(uid: string, path: P, value: P extends "description" | "name" | "isReadOnly" | "uid" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" ? {
|
|
2904
|
+
untrackedEdit: <P extends "description" | "name" | "isReadOnly" | "uid" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" | `collectionUids.${number}` | `environmentUids.${number}` | `cookieUids.${number}` | "hotKeyConfig.hotKeys" | "hotKeyConfig.modifiers" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.a.modifiers" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.b.modifiers" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.p.modifiers" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.q.modifiers" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.event" | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.event" | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.event" | "hotKeyConfig.hotKeys.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.0.modifiers" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.1.modifiers" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.event" | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.event" | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.d.modifiers" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Tab.modifiers" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Enter.modifiers" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.Escape.modifiers" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.End.event" | "hotKeyConfig.hotKeys.End.modifiers" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.event" | "hotKeyConfig.hotKeys.Home.modifiers" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.event" | "hotKeyConfig.hotKeys.PageDown.modifiers" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.event" | "hotKeyConfig.hotKeys.PageUp.modifiers" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.c.modifiers" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.e.modifiers" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.f.modifiers" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.].event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}`>(uid: string, path: P, value: P extends "description" | "name" | "isReadOnly" | "uid" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" ? {
|
|
2896
2905
|
uid: string;
|
|
2897
2906
|
description: string;
|
|
2898
2907
|
name: string;
|
|
@@ -2902,10 +2911,10 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2902
2911
|
cookieUids: string[];
|
|
2903
2912
|
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
|
|
2904
2913
|
hotKeyConfig?: {
|
|
2905
|
-
|
|
2906
|
-
hotKeys?: Partial<Record<"" | "0" | "
|
|
2907
|
-
event: "closeModal";
|
|
2908
|
-
|
|
2914
|
+
modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
|
|
2915
|
+
hotKeys?: Partial<Record<"" | "0" | "1" | "2" | "/" | "[" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", {
|
|
2916
|
+
event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar";
|
|
2917
|
+
modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
|
|
2909
2918
|
}>> | undefined;
|
|
2910
2919
|
} | undefined;
|
|
2911
2920
|
proxyUrl?: string | undefined;
|
|
@@ -2919,10 +2928,10 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2919
2928
|
cookieUids: string[];
|
|
2920
2929
|
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
|
|
2921
2930
|
hotKeyConfig?: {
|
|
2922
|
-
|
|
2923
|
-
hotKeys?: Partial<Record<"" | "0" | "
|
|
2924
|
-
event: "closeModal";
|
|
2925
|
-
|
|
2931
|
+
modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
|
|
2932
|
+
hotKeys?: Partial<Record<"" | "0" | "1" | "2" | "/" | "[" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", {
|
|
2933
|
+
event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar";
|
|
2934
|
+
modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
|
|
2926
2935
|
}>> | undefined;
|
|
2927
2936
|
} | undefined;
|
|
2928
2937
|
proxyUrl?: string | undefined;
|
|
@@ -2936,16 +2945,17 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2936
2945
|
cookieUids: string[];
|
|
2937
2946
|
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
|
|
2938
2947
|
hotKeyConfig?: {
|
|
2939
|
-
|
|
2940
|
-
hotKeys?: Partial<Record<"" | "0" | "
|
|
2941
|
-
event: "closeModal";
|
|
2942
|
-
|
|
2948
|
+
modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
|
|
2949
|
+
hotKeys?: Partial<Record<"" | "0" | "1" | "2" | "/" | "[" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", {
|
|
2950
|
+
event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar";
|
|
2951
|
+
modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
|
|
2943
2952
|
}>> | undefined;
|
|
2944
2953
|
} | undefined;
|
|
2945
2954
|
proxyUrl?: string | undefined;
|
|
2946
2955
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
2947
2956
|
undo: (uid: string) => void;
|
|
2948
2957
|
redo: (uid: string) => void;
|
|
2958
|
+
loadLocalStorage: () => void;
|
|
2949
2959
|
};
|
|
2950
2960
|
};
|
|
2951
2961
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-api-client-app.d.ts","sourceRoot":"","sources":["../../../src/layouts/App/create-api-client-app.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"create-api-client-app.d.ts","sourceRoot":"","sources":["../../../src/layouts/App/create-api-client-app.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApiClientModal.vue.d.ts","sourceRoot":"","sources":["../../../src/layouts/Modal/ApiClientModal.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"ApiClientModal.vue.d.ts","sourceRoot":"","sources":["../../../src/layouts/Modal/ApiClientModal.vue"],"names":[],"mappings":"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"}
|
|
@@ -2,7 +2,7 @@ import o from "./ApiClientModal.vue2.js";
|
|
|
2
2
|
/* empty css */
|
|
3
3
|
/* empty css */
|
|
4
4
|
import t from "../../_virtual/_plugin-vue_export-helper.js";
|
|
5
|
-
const
|
|
5
|
+
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-fdd52d50"]]);
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
m as default
|
|
8
8
|
};
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { useWorkspace as
|
|
3
|
-
import { addScalarClassesToHeadless as
|
|
4
|
-
import { RouterView as
|
|
5
|
-
import { hotKeyBus as
|
|
6
|
-
const
|
|
1
|
+
import { defineComponent as d, watch as i, onBeforeMount as m, onMounted as p, onBeforeUnmount as u, withDirectives as f, openBlock as v, createElementBlock as w, createElementVNode as t, createVNode as h, unref as n, vShow as y } from "vue";
|
|
2
|
+
import { useWorkspace as _ } from "../../store/workspace.js";
|
|
3
|
+
import { addScalarClassesToHeadless as k } from "@scalar/components";
|
|
4
|
+
import { RouterView as E } from "vue-router";
|
|
5
|
+
import { hotKeyBus as l, handleHotKeyDown as C } from "../../libs/event-busses/hot-keys-bus.js";
|
|
6
|
+
const B = { class: "scalar" }, M = { className: "scalar-container" }, K = { className: "scalar-app scalar-client scalar-app-layout" }, L = /* @__PURE__ */ d({
|
|
7
7
|
__name: "ApiClientModal",
|
|
8
|
-
setup(
|
|
9
|
-
const { activeWorkspace:
|
|
10
|
-
|
|
11
|
-
(e) => e.closeModal && o.open && o.hide()
|
|
12
|
-
);
|
|
13
|
-
const a = (e) => k(e, s.value.hotKeyConfig);
|
|
14
|
-
return c(
|
|
8
|
+
setup(N) {
|
|
9
|
+
const { activeWorkspace: c, modalState: o } = _(), a = (e) => C(e, c.value.hotKeyConfig);
|
|
10
|
+
i(
|
|
15
11
|
() => o.open,
|
|
16
12
|
(e) => {
|
|
17
13
|
e ? (window.addEventListener("keydown", a), document.documentElement.style.overflow = "hidden") : (window.removeEventListener("keydown", a), document.documentElement.style.removeProperty("overflow"));
|
|
18
14
|
}
|
|
19
|
-
),
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
15
|
+
), m(() => k());
|
|
16
|
+
const r = (e) => e.closeModal && o.open && o.hide();
|
|
17
|
+
return p(() => l.on(r)), u(() => {
|
|
18
|
+
document.documentElement.style.removeProperty("overflow"), l.off(r);
|
|
19
|
+
}), (e, s) => f((v(), w("div", B, [
|
|
20
|
+
t("div", M, [
|
|
21
|
+
t("div", K, [
|
|
22
|
+
h(n(E), { key: "$route.fullPath" })
|
|
23
23
|
]),
|
|
24
24
|
t("div", {
|
|
25
25
|
class: "scalar-app-exit",
|
|
26
|
-
onClick:
|
|
26
|
+
onClick: s[0] || (s[0] = (x) => n(o).hide())
|
|
27
27
|
})
|
|
28
28
|
])
|
|
29
29
|
], 512)), [
|
|
30
|
-
[
|
|
30
|
+
[y, n(o).open]
|
|
31
31
|
]);
|
|
32
32
|
}
|
|
33
33
|
});
|
|
34
34
|
export {
|
|
35
|
-
|
|
35
|
+
L as default
|
|
36
36
|
};
|