@scalar/api-client 2.1.43 → 2.1.44
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 +19 -0
- package/dist/components/AddressBar/AddressBar.vue.d.ts.map +1 -1
- package/dist/components/AddressBar/AddressBarHistory.vue.d.ts +3 -4
- package/dist/components/AddressBar/AddressBarHistory.vue.d.ts.map +1 -1
- package/dist/components/AddressBar/AddressBarServer.vue.d.ts.map +1 -1
- package/dist/components/AddressBar/AddressBarServerItem.vue.d.ts.map +1 -1
- package/dist/components/CodeInput/CodeInput.vue.d.ts +2 -0
- 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 +70 -67
- package/dist/components/CommandPalette/CommandActionForm.vue.d.ts +17 -13
- package/dist/components/CommandPalette/CommandActionForm.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandActionInput.vue.d.ts +4 -6
- package/dist/components/CommandPalette/CommandActionInput.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteCollection.vue.d.ts +1 -1
- package/dist/components/CommandPalette/CommandPaletteCollection.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteExample.vue.d.ts +5 -9
- package/dist/components/CommandPalette/CommandPaletteExample.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteImport.vue.d.ts +1 -1
- package/dist/components/CommandPalette/CommandPaletteImport.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteRequest.vue.d.ts +5 -9
- package/dist/components/CommandPalette/CommandPaletteRequest.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteServer.vue.d.ts +1 -1
- package/dist/components/CommandPalette/CommandPaletteServer.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteTag.vue.d.ts +1 -1
- package/dist/components/CommandPalette/CommandPaletteTag.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.d.ts +1 -1
- package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts +7 -7
- package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/WatchModeToggle.vue.d.ts +5 -7
- package/dist/components/CommandPalette/WatchModeToggle.vue.d.ts.map +1 -1
- package/dist/components/ContextBar.vue.d.ts +5 -7
- package/dist/components/ContextBar.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTable.vue.d.ts +14 -11
- package/dist/components/DataTable/DataTable.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableCell.vue.d.ts +12 -7
- package/dist/components/DataTable/DataTableCell.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableCheckbox.vue.d.ts +5 -8
- package/dist/components/DataTable/DataTableCheckbox.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableHeader.vue.d.ts +8 -2
- package/dist/components/DataTable/DataTableHeader.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableInput.vue.d.ts +16 -22
- package/dist/components/DataTable/DataTableInput.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableInputSelect.vue.d.ts +6 -8
- package/dist/components/DataTable/DataTableInputSelect.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableInputSelect.vue.js +45 -42
- package/dist/components/DataTable/DataTableRow.vue.d.ts +9 -3
- package/dist/components/DataTable/DataTableRow.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableText.vue.d.ts +12 -7
- package/dist/components/DataTable/DataTableText.vue.d.ts.map +1 -1
- package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.d.ts +1 -1
- package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.d.ts.map +1 -1
- package/dist/components/Form/Form.vue.d.ts +13 -15
- package/dist/components/Form/Form.vue.d.ts.map +1 -1
- package/dist/components/HelpfulLink.vue.d.ts +12 -7
- package/dist/components/HelpfulLink.vue.d.ts.map +1 -1
- package/dist/components/HttpMethod/HttpMethod.vue.d.ts +4 -7
- package/dist/components/HttpMethod/HttpMethod.vue.d.ts.map +1 -1
- package/dist/components/IconSelector.vue.d.ts +15 -11
- package/dist/components/IconSelector.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/DropEventListener.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/ImportCollectionListener.vue.d.ts +8 -2
- package/dist/components/ImportCollection/ImportCollectionListener.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/ImportCollectionModal.vue.d.ts +4 -6
- package/dist/components/ImportCollection/ImportCollectionModal.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/ImportNowButton.vue.d.ts +5 -8
- package/dist/components/ImportCollection/ImportNowButton.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/IntegrationLogo.vue.d.ts +3 -4
- package/dist/components/ImportCollection/IntegrationLogo.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/OpenAppButton.vue.d.ts +3 -4
- package/dist/components/ImportCollection/OpenAppButton.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/OperationBadge.vue.d.ts +3 -5
- package/dist/components/ImportCollection/OperationBadge.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/PasteEventListener.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/PrefetchError.vue.d.ts +3 -4
- package/dist/components/ImportCollection/PrefetchError.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/UrlQueryParameterChecker.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/WorkspaceSelector.vue.d.ts.map +1 -1
- package/dist/components/ImportCurl/ImportCurlModal.vue.d.ts +4 -10
- package/dist/components/ImportCurl/ImportCurlModal.vue.d.ts.map +1 -1
- package/dist/components/OpenApiClientButton.vue.d.ts +4 -8
- package/dist/components/OpenApiClientButton.vue.d.ts.map +1 -1
- package/dist/components/ScalarAsciiArt.vue.d.ts +3 -5
- package/dist/components/ScalarAsciiArt.vue.d.ts.map +1 -1
- package/dist/components/ScalarHotkey.vue.d.ts +3 -5
- package/dist/components/ScalarHotkey.vue.d.ts.map +1 -1
- package/dist/components/ScreenReader.vue.d.ts +13 -8
- package/dist/components/ScreenReader.vue.d.ts.map +1 -1
- package/dist/components/SideNav/SideHelp.vue.d.ts.map +1 -1
- package/dist/components/SideNav/SideNav.vue.d.ts +1 -1
- package/dist/components/SideNav/SideNav.vue.d.ts.map +1 -1
- package/dist/components/SideNav/SideNavLink.vue.d.ts +14 -11
- package/dist/components/SideNav/SideNavLink.vue.d.ts.map +1 -1
- package/dist/components/SideNav/WorkspaceProfileIcon.vue.d.ts +3 -7
- package/dist/components/SideNav/WorkspaceProfileIcon.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Actions/DeleteSidebarListElement.vue.d.ts +5 -7
- package/dist/components/Sidebar/Actions/DeleteSidebarListElement.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Actions/EditSidebarListCollection.vue.d.ts +5 -7
- package/dist/components/Sidebar/Actions/EditSidebarListCollection.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Actions/EditSidebarListElement.vue.d.ts +5 -6
- package/dist/components/Sidebar/Actions/EditSidebarListElement.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Actions/SidebarListElementForm.vue.d.ts +15 -11
- package/dist/components/Sidebar/Actions/SidebarListElementForm.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Sidebar.vue.d.ts +19 -13
- package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarButton.vue.d.ts +14 -11
- package/dist/components/Sidebar/SidebarButton.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarList.vue.d.ts +9 -3
- package/dist/components/Sidebar/SidebarList.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarListElement.vue.d.ts +5 -14
- package/dist/components/Sidebar/SidebarListElement.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarListElementActions.vue.d.ts +4 -12
- package/dist/components/Sidebar/SidebarListElementActions.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarToggle.vue.d.ts +5 -6
- package/dist/components/Sidebar/SidebarToggle.vue.d.ts.map +1 -1
- package/dist/components/SubpageHeader.vue.d.ts +9 -3
- package/dist/components/SubpageHeader.vue.d.ts.map +1 -1
- package/dist/components/TopNav/TopNav.vue.d.ts +3 -7
- package/dist/components/TopNav/TopNav.vue.d.ts.map +1 -1
- package/dist/components/TopNav/TopNavItem.vue.d.ts +4 -8
- package/dist/components/TopNav/TopNavItem.vue.d.ts.map +1 -1
- package/dist/components/ViewLayout/ViewLayout.vue.d.ts +9 -3
- package/dist/components/ViewLayout/ViewLayout.vue.d.ts.map +1 -1
- package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts +21 -17
- package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts.map +1 -1
- package/dist/components/ViewLayout/ViewLayoutContent.vue.d.ts +8 -2
- package/dist/components/ViewLayout/ViewLayoutContent.vue.d.ts.map +1 -1
- package/dist/components/ViewLayout/ViewLayoutSection.vue.d.ts +10 -4
- package/dist/components/ViewLayout/ViewLayoutSection.vue.d.ts.map +1 -1
- package/dist/layouts/App/ApiClientApp.vue.d.ts.map +1 -1
- package/dist/layouts/App/MainLayout.vue.d.ts +8 -2
- package/dist/layouts/App/MainLayout.vue.d.ts.map +1 -1
- package/dist/layouts/App/create-api-client-app.d.ts +6 -6
- package/dist/layouts/Modal/ApiClientModal.vue.d.ts +1 -2
- package/dist/layouts/Modal/ApiClientModal.vue.d.ts.map +1 -1
- package/dist/layouts/Modal/create-api-client-modal.d.ts +12 -12
- package/dist/layouts/Web/ApiClientWeb.vue.d.ts.map +1 -1
- package/dist/layouts/Web/create-api-client-web.d.ts +6 -6
- package/dist/libs/create-client.d.ts +6 -6
- package/dist/libs/hot-keys.d.ts +1 -1
- package/dist/store/environment.d.ts +4 -4
- package/dist/store/store.d.ts +12 -12
- package/dist/store/workspace.d.ts +2 -2
- package/dist/style.css +1 -1
- package/dist/views/Collection/Collection.vue.d.ts +1 -1
- package/dist/views/Collection/Collection.vue.d.ts.map +1 -1
- package/dist/views/Components/RequestBodies/RequestBodies.vue.d.ts.map +1 -1
- package/dist/views/Cookies/CookieForm.vue.d.ts +1 -1
- package/dist/views/Cookies/CookieForm.vue.d.ts.map +1 -1
- package/dist/views/Cookies/CookieRaw.vue.d.ts +1 -1
- package/dist/views/Cookies/CookieRaw.vue.d.ts.map +1 -1
- package/dist/views/Cookies/Cookies.vue.d.ts +1 -1
- package/dist/views/Cookies/Cookies.vue.d.ts.map +1 -1
- package/dist/views/Environment/Environment.vue.d.ts +1 -1
- package/dist/views/Environment/Environment.vue.d.ts.map +1 -1
- package/dist/views/Environment/EnvironmentColorModal.vue.d.ts +4 -6
- package/dist/views/Environment/EnvironmentColorModal.vue.d.ts.map +1 -1
- package/dist/views/Environment/EnvironmentColors.vue.d.ts +5 -6
- package/dist/views/Environment/EnvironmentColors.vue.d.ts.map +1 -1
- package/dist/views/Environment/EnvironmentModal.vue.d.ts +4 -5
- package/dist/views/Environment/EnvironmentModal.vue.d.ts.map +1 -1
- package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts +6 -14
- package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts.map +1 -1
- package/dist/views/Request/Request.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue.d.ts +4 -13
- package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.d.ts +3 -5
- package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.d.ts +4 -6
- package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.js +34 -34
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts +3 -5
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthModal.vue.d.ts +4 -9
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthModal.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/RequestExampleAuth.vue.d.ts +3 -4
- package/dist/views/Request/RequestSection/RequestAuth/RequestExampleAuth.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuthDataTableInput.vue.d.ts +15 -15
- package/dist/views/Request/RequestSection/RequestAuthDataTableInput.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestBody.vue.d.ts +3 -4
- package/dist/views/Request/RequestSection/RequestBody.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestParams.vue.d.ts +4 -6
- package/dist/views/Request/RequestSection/RequestParams.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestPathParams.vue.d.ts +4 -6
- package/dist/views/Request/RequestSection/RequestPathParams.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestSection.vue.d.ts +3 -4
- package/dist/views/Request/RequestSection/RequestSection.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestTable.vue.d.ts +5 -9
- package/dist/views/Request/RequestSection/RequestTable.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestTable.vue.js +2 -2
- package/dist/views/Request/RequestSection/RequestTable.vue2.js +9 -8
- package/dist/views/Request/RequestSection/RequestTableTooltip.vue.d.ts +3 -4
- package/dist/views/Request/RequestSection/RequestTableTooltip.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSidebar.vue.d.ts +4 -6
- package/dist/views/Request/RequestSidebar.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSidebarItem.vue.d.ts +124 -30
- package/dist/views/Request/RequestSidebarItem.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSidebarItemMenu.vue.d.ts +4 -5
- package/dist/views/Request/RequestSidebarItemMenu.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSubpageHeader.vue.d.ts +5 -7
- package/dist/views/Request/RequestSubpageHeader.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseBody.vue.d.ts +3 -10
- package/dist/views/Request/ResponseSection/ResponseBody.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.d.ts +3 -6
- package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyInfo.vue.d.ts +9 -3
- package/dist/views/Request/ResponseSection/ResponseBodyInfo.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue.d.ts +3 -7
- package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue.d.ts +3 -5
- package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyToggle.vue.d.ts +5 -6
- package/dist/views/Request/ResponseSection/ResponseBodyToggle.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue.d.ts +3 -4
- package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseCookies.vue.d.ts +3 -8
- package/dist/views/Request/ResponseSection/ResponseCookies.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue.d.ts +1 -1
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseHeaders.vue.d.ts +3 -4
- package/dist/views/Request/ResponseSection/ResponseHeaders.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.d.ts +3 -4
- package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseSection.vue.d.ts +3 -4
- package/dist/views/Request/ResponseSection/ResponseSection.vue.d.ts.map +1 -1
- package/dist/views/Request/components/WorkspaceDropdown.vue.d.ts +1 -1
- package/dist/views/Request/components/WorkspaceDropdown.vue.d.ts.map +1 -1
- package/dist/views/Servers/ServerForm.vue.d.ts +1 -1
- package/dist/views/Servers/ServerForm.vue.d.ts.map +1 -1
- package/dist/views/Servers/Servers.vue.d.ts +1 -1
- package/dist/views/Servers/Servers.vue.d.ts.map +1 -1
- package/dist/views/Settings/Settings.vue.d.ts +1 -1
- package/dist/views/Settings/Settings.vue.d.ts.map +1 -1
- package/dist/views/Settings/SettingsGeneral.vue.d.ts +1 -1
- package/dist/views/Settings/SettingsGeneral.vue.d.ts.map +1 -1
- package/dist/views/Settings/SettingsGeneralMode.vue.d.ts.map +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @scalar/api-client
|
|
2
2
|
|
|
3
|
+
## 2.1.44
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c3e76d9: fix: handle scopes as an array
|
|
8
|
+
- 79d33da: fix: adds default value for params select
|
|
9
|
+
- Updated dependencies [779cf35]
|
|
10
|
+
- Updated dependencies [c3e76d9]
|
|
11
|
+
- Updated dependencies [757fade]
|
|
12
|
+
- Updated dependencies [a607115]
|
|
13
|
+
- @scalar/import@0.0.5
|
|
14
|
+
- @scalar/oas-utils@0.2.70
|
|
15
|
+
- @scalar/openapi-parser@0.8.9
|
|
16
|
+
- @scalar/openapi-types@0.1.5
|
|
17
|
+
- @scalar/types@0.0.19
|
|
18
|
+
- @scalar/themes@0.9.46
|
|
19
|
+
- @scalar/components@0.12.64
|
|
20
|
+
- @scalar/use-codemirror@0.11.31
|
|
21
|
+
|
|
3
22
|
## 2.1.43
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AddressBar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/AddressBar/AddressBar.vue"],"names":[],"mappings":";;;;;
|
|
1
|
+
{"version":3,"file":"AddressBar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/AddressBar/AddressBar.vue"],"names":[],"mappings":";;;;;AAkwBA,wBAMG"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
open: boolean;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
5
|
export default _default;
|
|
7
6
|
//# sourceMappingURL=AddressBarHistory.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AddressBarHistory.vue.d.ts","sourceRoot":"","sources":["../../../src/components/AddressBar/AddressBarHistory.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"AddressBarHistory.vue.d.ts","sourceRoot":"","sources":["../../../src/components/AddressBar/AddressBarHistory.vue"],"names":[],"mappings":"AAgIA,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,OAAO,CAAA;CACd,CAAC;;AAmOF,wBAMG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AddressBarServer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/AddressBar/AddressBarServer.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"AddressBarServer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/AddressBar/AddressBarServer.vue"],"names":[],"mappings":";AA8WA,wBAKG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AddressBarServerItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/AddressBar/AddressBarServerItem.vue"],"names":[],"mappings":"AAuEA,MAAM,MAAM,YAAY,GAAG;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,
|
|
1
|
+
{"version":3,"file":"AddressBarServerItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/AddressBar/AddressBarServerItem.vue"],"names":[],"mappings":"AAuEA,MAAM,MAAM,YAAY,GAAG;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CACvD;;kBAIe,YAAY;UACpB,YAAY,GAAG,SAAS;;kBADhB,YAAY;UACpB,YAAY,GAAG,SAAS;;AAJhC,wBA4JK"}
|
|
@@ -20,6 +20,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
20
20
|
withVariables?: boolean;
|
|
21
21
|
importCurl?: boolean;
|
|
22
22
|
isCopyable?: boolean;
|
|
23
|
+
default?: string | number;
|
|
23
24
|
}, {
|
|
24
25
|
focus: () => void;
|
|
25
26
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
@@ -47,6 +48,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
47
48
|
withVariables?: boolean;
|
|
48
49
|
importCurl?: boolean;
|
|
49
50
|
isCopyable?: boolean;
|
|
51
|
+
default?: string | number;
|
|
50
52
|
}> & Readonly<{
|
|
51
53
|
onSubmit?: ((v: string) => any) | undefined;
|
|
52
54
|
"onUpdate:modelValue"?: ((v: string) => any) | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CodeInput/CodeInput.vue"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"CodeInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CodeInput/CodeInput.vue"],"names":[],"mappings":"AAAA,OAqcO,EAGL,KAAK,kBAAkB,EAGxB,MAAM,wBAAwB,CAAA;;kBAiBb,OAAO;gBACT,MAAM,GAAG,MAAM;YACnB,OAAO;iBACF,OAAO;kBACN,OAAO;WACd,OAAO;uBACK,OAAO;eACf,kBAAkB;wBACT,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI;wBACnB,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI;kBACzB,MAAM;eACT,OAAO;mBACH,OAAO;2BACC,OAAO;WACvB,MAAM,EAAE;WACR,MAAM;eACF,OAAO;oBACF,OAAO;iBACV,OAAO;iBACP,OAAO;cACV,MAAM,GAAG,MAAM;;;;;;;;kBApBX,OAAO;gBACT,MAAM,GAAG,MAAM;YACnB,OAAO;iBACF,OAAO;kBACN,OAAO;WACd,OAAO;uBACK,OAAO;eACf,kBAAkB;wBACT,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI;wBACnB,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI;kBACzB,MAAM;eACT,OAAO;mBACH,OAAO;2BACC,OAAO;WACvB,MAAM,EAAE;WACR,MAAM;eACF,OAAO;oBACF,OAAO;iBACV,OAAO;iBACP,OAAO;cACV,MAAM,GAAG,MAAM;;;;;;gBAjBZ,OAAO;iBAHN,OAAO;sBAMF,OAAO;kBAMX,OAAO;0BACC,OAAO;cAGnB,OAAO;mBACF,OAAO;gBAEV,OAAO;;qBA+YM,GAAG;kBACN,GAAG;;AAta9B,wBAoeC;AAgBD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -2,7 +2,7 @@ import o from "./CodeInput.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 f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-2fd087a0"]]);
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
f as default
|
|
8
8
|
};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { defineComponent as J, useAttrs as L, ref as
|
|
1
|
+
import { defineComponent as J, useAttrs as L, ref as i, toRef as r, watch as Q, computed as v, openBlock as u, createElementBlock as p, Fragment as G, createBlock as h, mergeProps as H, unref as n, withKeys as w, withModifiers as D, createElementVNode as $, createVNode as X, createCommentVNode as f, renderSlot as q } from "vue";
|
|
2
2
|
import { useCodeMirror as Y, useDropdown as Z, colorPicker as ee } from "@scalar/use-codemirror";
|
|
3
3
|
import { nanoid as oe } from "nanoid";
|
|
4
4
|
import R from "../DataTable/DataTableInputSelect.vue.js";
|
|
5
5
|
import { pillPlugin as te, backspaceCommand as le } from "./codeVariableWidget.js";
|
|
6
6
|
import ne from "../../views/Environment/EnvironmentVariableDropdown.vue.js";
|
|
7
|
-
import { useClipboard as
|
|
8
|
-
import { ScalarIcon as
|
|
9
|
-
import { prettyPrintJson as
|
|
10
|
-
import { useWorkspace as
|
|
11
|
-
const
|
|
7
|
+
import { useClipboard as ae } from "../../hooks/useClipboard.js";
|
|
8
|
+
import { ScalarIcon as re } from "@scalar/components";
|
|
9
|
+
import { prettyPrintJson as ue } from "@scalar/oas-utils/helpers";
|
|
10
|
+
import { useWorkspace as ie } from "../../store/store.js";
|
|
11
|
+
const se = ["id"], de = {
|
|
12
12
|
key: 0,
|
|
13
13
|
class: "scalar-code-copy z-context"
|
|
14
14
|
}, pe = {
|
|
@@ -17,10 +17,10 @@ const ue = ["id"], de = {
|
|
|
17
17
|
}, ce = {
|
|
18
18
|
key: 4,
|
|
19
19
|
class: "required absolute centered-y right-0 pt-px pr-2 text-xxs text-c-3 bg-b-1 shadow-[-8px_0_4px_var(--scalar-background-1)] opacity-100 duration-150 transition-opacity peer-has-[.cm-focused]:opacity-0 pointer-events-none"
|
|
20
|
-
},
|
|
20
|
+
}, fe = {
|
|
21
21
|
inheritAttrs: !1
|
|
22
22
|
}, ke = /* @__PURE__ */ J({
|
|
23
|
-
...
|
|
23
|
+
...fe,
|
|
24
24
|
__name: "CodeInput",
|
|
25
25
|
props: {
|
|
26
26
|
colorPicker: { type: Boolean, default: !1 },
|
|
@@ -42,30 +42,31 @@ const ue = ["id"], de = {
|
|
|
42
42
|
nullable: { type: Boolean, default: !1 },
|
|
43
43
|
withVariables: { type: Boolean, default: !0 },
|
|
44
44
|
importCurl: { type: Boolean },
|
|
45
|
-
isCopyable: { type: Boolean, default: !1 }
|
|
45
|
+
isCopyable: { type: Boolean, default: !1 },
|
|
46
|
+
default: {}
|
|
46
47
|
},
|
|
47
48
|
emits: ["submit", "update:modelValue", "curl"],
|
|
48
49
|
setup(N, { expose: O, emit: _ }) {
|
|
49
50
|
var P;
|
|
50
|
-
const
|
|
51
|
-
function A(
|
|
51
|
+
const e = N, s = _, V = L(), I = V.id || `id-${oe()}`, g = i(!1), m = i(!1), B = i(""), C = i({ left: 0, top: 0 }), c = i(null), { activeEnvVariables: k, isReadOnly: S, activeEnvironment: E, router: K } = ie(), { copyToClipboard: M } = ae();
|
|
52
|
+
function A(o) {
|
|
52
53
|
var t;
|
|
53
|
-
return
|
|
54
|
+
return o === e.modelValue ? null : e.importCurl && o.trim().toLowerCase().startsWith("curl") ? (s("curl", o), (t = a.value) == null || t.dispatch({
|
|
54
55
|
changes: {
|
|
55
56
|
from: 0,
|
|
56
|
-
to:
|
|
57
|
-
insert: String(
|
|
57
|
+
to: a.value.state.doc.length,
|
|
58
|
+
insert: String(e.modelValue)
|
|
58
59
|
}
|
|
59
|
-
}), null) :
|
|
60
|
+
}), null) : e.handleFieldChange ? e.handleFieldChange(o) : s("update:modelValue", o);
|
|
60
61
|
}
|
|
61
|
-
function T(
|
|
62
|
-
return
|
|
62
|
+
function T(o) {
|
|
63
|
+
return e.handleFieldSubmit ? e.handleFieldSubmit(o) : s("submit", o);
|
|
63
64
|
}
|
|
64
|
-
function z(
|
|
65
|
-
g.value = !1,
|
|
65
|
+
function z(o) {
|
|
66
|
+
g.value = !1, e.emitOnBlur && e.modelValue && T(o);
|
|
66
67
|
}
|
|
67
68
|
const y = [];
|
|
68
|
-
|
|
69
|
+
e.colorPicker && y.push(ee), y.push(
|
|
69
70
|
te({
|
|
70
71
|
activeEnvironment: E,
|
|
71
72
|
activeEnvVariables: k,
|
|
@@ -73,68 +74,70 @@ const ue = ["id"], de = {
|
|
|
73
74
|
}),
|
|
74
75
|
le
|
|
75
76
|
);
|
|
76
|
-
const x =
|
|
77
|
-
content:
|
|
78
|
-
() =>
|
|
77
|
+
const x = i(null), { codeMirror: a } = Y({
|
|
78
|
+
content: r(
|
|
79
|
+
() => e.modelValue !== void 0 ? String(e.modelValue) : ""
|
|
79
80
|
),
|
|
80
|
-
onChange: (
|
|
81
|
-
A(
|
|
81
|
+
onChange: (o) => {
|
|
82
|
+
A(o), W();
|
|
82
83
|
},
|
|
83
84
|
onFocus: () => g.value = !0,
|
|
84
|
-
onBlur: (
|
|
85
|
+
onBlur: (o) => z(o),
|
|
85
86
|
codeMirrorRef: x,
|
|
86
|
-
disableTabIndent:
|
|
87
|
-
disableEnter:
|
|
88
|
-
disableCloseBrackets:
|
|
89
|
-
lineNumbers:
|
|
90
|
-
language:
|
|
91
|
-
lint:
|
|
87
|
+
disableTabIndent: r(() => e.disableTabIndent),
|
|
88
|
+
disableEnter: r(() => e.disableEnter),
|
|
89
|
+
disableCloseBrackets: r(() => e.disableCloseBrackets),
|
|
90
|
+
lineNumbers: r(() => e.lineNumbers),
|
|
91
|
+
language: r(() => e.language),
|
|
92
|
+
lint: r(() => e.lint),
|
|
92
93
|
extensions: y,
|
|
93
|
-
placeholder:
|
|
94
|
+
placeholder: r(() => e.placeholder)
|
|
94
95
|
});
|
|
95
|
-
(P =
|
|
96
|
-
|
|
96
|
+
(P = a.value) == null || P.focus(), Q(a, () => {
|
|
97
|
+
a.value && Object.prototype.hasOwnProperty.call(V, "autofocus") && a.value.focus();
|
|
97
98
|
});
|
|
98
99
|
const { handleDropdownSelect: U, updateDropdownVisibility: W } = Z({
|
|
99
|
-
codeMirror:
|
|
100
|
+
codeMirror: a,
|
|
100
101
|
query: B,
|
|
101
|
-
showDropdown:
|
|
102
|
+
showDropdown: m,
|
|
102
103
|
dropdownPosition: C
|
|
103
104
|
}), j = v(() => {
|
|
104
|
-
var
|
|
105
|
-
return
|
|
105
|
+
var o;
|
|
106
|
+
return e.type === "boolean" || (o = e.type) != null && o.includes("boolean") || e.nullable ? ["true", "false", "null"] : ["true", "false"];
|
|
106
107
|
});
|
|
107
108
|
O({
|
|
108
109
|
focus: () => {
|
|
109
|
-
var
|
|
110
|
-
(
|
|
110
|
+
var o;
|
|
111
|
+
(o = a.value) == null || o.focus();
|
|
111
112
|
}
|
|
112
113
|
});
|
|
113
|
-
const b = (
|
|
114
|
+
const b = (o, t) => {
|
|
114
115
|
var d, l, F;
|
|
115
|
-
|
|
116
|
+
m.value && (o === "down" ? (t.preventDefault(), (d = c.value) == null || d.handleArrowKey("down")) : o === "up" ? (t.preventDefault(), (l = c.value) == null || l.handleArrowKey("up")) : o === "enter" && (t.preventDefault(), (F = c.value) == null || F.handleSelect()));
|
|
116
117
|
};
|
|
117
|
-
return (
|
|
118
|
+
return (o, t) => {
|
|
118
119
|
var d;
|
|
119
|
-
return
|
|
120
|
-
|
|
120
|
+
return u(), p(G, null, [
|
|
121
|
+
e.enum && e.enum.length ? (u(), h(R, {
|
|
121
122
|
key: 0,
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
123
|
+
default: e.default,
|
|
124
|
+
modelValue: e.modelValue,
|
|
125
|
+
value: e.enum,
|
|
126
|
+
"onUpdate:modelValue": t[0] || (t[0] = (l) => s("update:modelValue", l))
|
|
127
|
+
}, null, 8, ["default", "modelValue", "value"])) : e.type === "boolean" || (d = e.type) != null && d.includes("boolean") ? (u(), h(R, {
|
|
126
128
|
key: 1,
|
|
127
|
-
|
|
129
|
+
default: e.default,
|
|
130
|
+
modelValue: e.modelValue,
|
|
128
131
|
value: j.value,
|
|
129
|
-
"onUpdate:modelValue": t[1] || (t[1] = (l) =>
|
|
130
|
-
}, null, 8, ["modelValue", "value"])) : (
|
|
132
|
+
"onUpdate:modelValue": t[1] || (t[1] = (l) => s("update:modelValue", l))
|
|
133
|
+
}, null, 8, ["default", "modelValue", "value"])) : (u(), p("div", H({
|
|
131
134
|
key: 2,
|
|
132
135
|
id: n(I)
|
|
133
|
-
},
|
|
136
|
+
}, o.$attrs, {
|
|
134
137
|
ref_key: "codeMirrorRef",
|
|
135
138
|
ref: x,
|
|
136
139
|
class: ["peer font-code w-full whitespace-nowrap overflow-hidden text-xs leading-[1.44] relative", {
|
|
137
|
-
"flow-code-input--error":
|
|
140
|
+
"flow-code-input--error": o.error
|
|
138
141
|
}],
|
|
139
142
|
onKeydown: [
|
|
140
143
|
t[3] || (t[3] = w(D((l) => b("down", l), ["stop"]), ["down"])),
|
|
@@ -142,26 +145,26 @@ const ue = ["id"], de = {
|
|
|
142
145
|
t[5] || (t[5] = w(D((l) => b("up", l), ["stop"]), ["up"]))
|
|
143
146
|
]
|
|
144
147
|
}), [
|
|
145
|
-
|
|
148
|
+
o.isCopyable ? (u(), p("div", de, [
|
|
146
149
|
$("button", {
|
|
147
150
|
class: "copy-button",
|
|
148
151
|
type: "button",
|
|
149
|
-
onClick: t[2] || (t[2] = (l) => n(M)(n(
|
|
152
|
+
onClick: t[2] || (t[2] = (l) => n(M)(n(ue)(e.modelValue)))
|
|
150
153
|
}, [
|
|
151
154
|
t[6] || (t[6] = $("span", { class: "sr-only" }, "Copy content", -1)),
|
|
152
|
-
X(n(
|
|
155
|
+
X(n(re), {
|
|
153
156
|
icon: "Clipboard",
|
|
154
157
|
size: "md"
|
|
155
158
|
})
|
|
156
159
|
])
|
|
157
|
-
])) :
|
|
158
|
-
], 16,
|
|
159
|
-
|
|
160
|
-
q(
|
|
161
|
-
])) :
|
|
162
|
-
q(
|
|
163
|
-
|
|
164
|
-
|
|
160
|
+
])) : f("", !0)
|
|
161
|
+
], 16, se)),
|
|
162
|
+
o.$slots.warning ? (u(), p("div", pe, [
|
|
163
|
+
q(o.$slots, "warning", {}, void 0, !0)
|
|
164
|
+
])) : f("", !0),
|
|
165
|
+
q(o.$slots, "icon", {}, void 0, !0),
|
|
166
|
+
o.required ? (u(), p("div", ce, " Required ")) : f("", !0),
|
|
167
|
+
m.value && e.withVariables && !n(S) ? (u(), h(ne, {
|
|
165
168
|
key: 5,
|
|
166
169
|
ref_key: "dropdownRef",
|
|
167
170
|
ref: c,
|
|
@@ -171,7 +174,7 @@ const ue = ["id"], de = {
|
|
|
171
174
|
query: B.value,
|
|
172
175
|
router: n(K),
|
|
173
176
|
onSelect: n(U)
|
|
174
|
-
}, null, 8, ["activeEnvVariables", "activeEnvironment", "dropdownPosition", "query", "router", "onSelect"])) :
|
|
177
|
+
}, null, 8, ["activeEnvVariables", "activeEnvironment", "dropdownPosition", "query", "router", "onSelect"])) : f("", !0)
|
|
175
178
|
], 64);
|
|
176
179
|
};
|
|
177
180
|
}
|
|
@@ -1,25 +1,29 @@
|
|
|
1
1
|
import { type useLoadingState } from '@scalar/components';
|
|
2
|
-
|
|
3
|
-
default?(_: {}): any;
|
|
4
|
-
options?(_: {}): any;
|
|
5
|
-
submit?(_: {}): any;
|
|
6
|
-
};
|
|
7
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
2
|
+
type __VLS_Props = {
|
|
8
3
|
loading?: ReturnType<typeof useLoadingState>;
|
|
9
4
|
disabled?: boolean;
|
|
10
|
-
}
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
options?(_: {}): any;
|
|
11
|
+
submit?(_: {}): any;
|
|
12
|
+
};
|
|
13
|
+
refs: {};
|
|
14
|
+
rootEl: HTMLFormElement;
|
|
15
|
+
};
|
|
16
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
11
18
|
submit: () => any;
|
|
12
19
|
cancel: () => any;
|
|
13
20
|
back: (e: KeyboardEvent) => any;
|
|
14
|
-
}, string, import("vue").PublicProps, Readonly<{
|
|
15
|
-
loading?: ReturnType<typeof useLoadingState>;
|
|
16
|
-
disabled?: boolean;
|
|
17
|
-
}> & Readonly<{
|
|
21
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
18
22
|
onSubmit?: (() => any) | undefined;
|
|
19
23
|
onCancel?: (() => any) | undefined;
|
|
20
24
|
onBack?: ((e: KeyboardEvent) => any) | undefined;
|
|
21
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
22
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
25
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLFormElement>;
|
|
26
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
23
27
|
export default _default;
|
|
24
28
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
25
29
|
new (): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommandActionForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandActionForm.vue"],"names":[],"mappings":"AAsCA,OAAO,EAAgB,KAAK,eAAe,EAAE,MAAM,oBAAoB,CAAA;
|
|
1
|
+
{"version":3,"file":"CommandActionForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandActionForm.vue"],"names":[],"mappings":"AAsCA,OAAO,EAAgB,KAAK,eAAe,EAAE,MAAM,oBAAoB,CAAA;AAIvE,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,eAAe,CAAC,CAAA;IAC5C,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;AAgBF,iBAAS,cAAc;WAwET,OAAO,IAA6B;;yBAVrB,GAAG;yBACH,GAAG;wBACJ,GAAG;;;;EAa9B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;8FAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
modelValue?: string;
|
|
3
3
|
placeholder?: string;
|
|
4
|
-
}
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
5
6
|
"update:modelValue": (v: string) => any;
|
|
6
7
|
onDelete: (event: KeyboardEvent) => any;
|
|
7
|
-
}, string, import("vue").PublicProps, Readonly<{
|
|
8
|
-
modelValue?: string;
|
|
9
|
-
placeholder?: string;
|
|
10
|
-
}> & Readonly<{
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
11
9
|
"onUpdate:modelValue"?: ((v: string) => any) | undefined;
|
|
12
10
|
onOnDelete?: ((event: KeyboardEvent) => any) | undefined;
|
|
13
11
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommandActionInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandActionInput.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"CommandActionInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandActionInput.vue"],"names":[],"mappings":"AAyDA,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB,CAAC;;;;;;;;AA4GF,wBAOG"}
|
|
@@ -4,6 +4,6 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
4
4
|
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
5
5
|
onClose?: (() => any) | undefined;
|
|
6
6
|
onBack?: ((e: KeyboardEvent) => any) | undefined;
|
|
7
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
7
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLFormElement>;
|
|
8
8
|
export default _default;
|
|
9
9
|
//# sourceMappingURL=CommandPaletteCollection.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommandPaletteCollection.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandPaletteCollection.vue"],"names":[],"mappings":";;;;;;;
|
|
1
|
+
{"version":3,"file":"CommandPaletteCollection.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandPaletteCollection.vue"],"names":[],"mappings":";;;;;;;AA2PA,wBAOG"}
|
|
@@ -1,19 +1,15 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
/** The request uid to pre-select */
|
|
3
3
|
metaData?: {
|
|
4
4
|
itemUid: string;
|
|
5
5
|
};
|
|
6
|
-
}
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
7
8
|
close: () => any;
|
|
8
9
|
back: (e: KeyboardEvent) => any;
|
|
9
|
-
}, string, import("vue").PublicProps, Readonly<{
|
|
10
|
-
/** The request uid to pre-select */
|
|
11
|
-
metaData?: {
|
|
12
|
-
itemUid: string;
|
|
13
|
-
};
|
|
14
|
-
}> & Readonly<{
|
|
10
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
11
|
onClose?: (() => any) | undefined;
|
|
16
12
|
onBack?: ((e: KeyboardEvent) => any) | undefined;
|
|
17
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
13
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLFormElement>;
|
|
18
14
|
export default _default;
|
|
19
15
|
//# sourceMappingURL=CommandPaletteExample.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommandPaletteExample.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandPaletteExample.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"CommandPaletteExample.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandPaletteExample.vue"],"names":[],"mappings":"AAgIA,KAAK,WAAW,GAAG;IACjB,oCAAoC;IACpC,QAAQ,CAAC,EAAE;QAAE,OAAO,EAAE,MAAM,CAAA;KAAE,CAAA;CAC/B,CAAC;;;;;;;;AA2QF,wBAQG"}
|
|
@@ -4,6 +4,6 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
4
4
|
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
5
5
|
onClose?: (() => any) | undefined;
|
|
6
6
|
onBack?: ((e: KeyboardEvent) => any) | undefined;
|
|
7
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
7
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLFormElement>;
|
|
8
8
|
export default _default;
|
|
9
9
|
//# sourceMappingURL=CommandPaletteImport.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommandPaletteImport.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandPaletteImport.vue"],"names":[],"mappings":";;;;;;;
|
|
1
|
+
{"version":3,"file":"CommandPaletteImport.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandPaletteImport.vue"],"names":[],"mappings":";;;;;;;AA2mBA,wBAOG"}
|
|
@@ -1,19 +1,15 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
metaData?: {
|
|
3
3
|
itemUid: string;
|
|
4
4
|
parentUid: string;
|
|
5
5
|
};
|
|
6
|
-
}
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
7
8
|
close: () => any;
|
|
8
9
|
back: (e: KeyboardEvent) => any;
|
|
9
|
-
}, string, import("vue").PublicProps, Readonly<{
|
|
10
|
-
metaData?: {
|
|
11
|
-
itemUid: string;
|
|
12
|
-
parentUid: string;
|
|
13
|
-
};
|
|
14
|
-
}> & Readonly<{
|
|
10
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
11
|
onClose?: (() => any) | undefined;
|
|
16
12
|
onBack?: ((e: KeyboardEvent) => any) | undefined;
|
|
17
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
13
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLFormElement>;
|
|
18
14
|
export default _default;
|
|
19
15
|
//# sourceMappingURL=CommandPaletteRequest.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommandPaletteRequest.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandPaletteRequest.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CommandPaletteRequest.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandPaletteRequest.vue"],"names":[],"mappings":"AAiMA,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE;QACT,OAAO,EAAE,MAAM,CAAA;QACf,SAAS,EAAE,MAAM,CAAA;KAClB,CAAA;CACF,CAAC;;;;;;;;AAqTF,wBAQG"}
|
|
@@ -4,6 +4,6 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
4
4
|
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
5
5
|
onClose?: (() => any) | undefined;
|
|
6
6
|
onBack?: ((e: KeyboardEvent) => any) | undefined;
|
|
7
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
7
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLFormElement>;
|
|
8
8
|
export default _default;
|
|
9
9
|
//# sourceMappingURL=CommandPaletteServer.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommandPaletteServer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandPaletteServer.vue"],"names":[],"mappings":";;;;;;;
|
|
1
|
+
{"version":3,"file":"CommandPaletteServer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandPaletteServer.vue"],"names":[],"mappings":";;;;;;;AA+WA,wBAOG"}
|
|
@@ -4,6 +4,6 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
4
4
|
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
5
5
|
onClose?: (() => any) | undefined;
|
|
6
6
|
onBack?: ((e: KeyboardEvent) => any) | undefined;
|
|
7
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
7
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLFormElement>;
|
|
8
8
|
export default _default;
|
|
9
9
|
//# sourceMappingURL=CommandPaletteTag.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommandPaletteTag.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandPaletteTag.vue"],"names":[],"mappings":";;;;;;;
|
|
1
|
+
{"version":3,"file":"CommandPaletteTag.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandPaletteTag.vue"],"names":[],"mappings":";;;;;;;AA8RA,wBAOG"}
|
|
@@ -4,6 +4,6 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
4
4
|
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
5
5
|
onClose?: (() => any) | undefined;
|
|
6
6
|
onBack?: ((e: KeyboardEvent) => any) | undefined;
|
|
7
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
7
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLFormElement>;
|
|
8
8
|
export default _default;
|
|
9
9
|
//# sourceMappingURL=CommandPaletteWorkspace.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommandPaletteWorkspace.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandPaletteWorkspace.vue"],"names":[],"mappings":";;;;;;;
|
|
1
|
+
{"version":3,"file":"CommandPaletteWorkspace.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandPaletteWorkspace.vue"],"names":[],"mappings":";;;;;;;AAwLA,wBAOG"}
|
|
@@ -12,7 +12,7 @@ export declare const PaletteComponents: {
|
|
|
12
12
|
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
13
13
|
onClose?: (() => any) | undefined;
|
|
14
14
|
onBack?: ((e: KeyboardEvent) => any) | undefined;
|
|
15
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
15
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLFormElement>;
|
|
16
16
|
readonly 'Create Request': import("vue").DefineComponent<{
|
|
17
17
|
metaData?: {
|
|
18
18
|
itemUid: string;
|
|
@@ -29,35 +29,35 @@ export declare const PaletteComponents: {
|
|
|
29
29
|
}> & Readonly<{
|
|
30
30
|
onClose?: (() => any) | undefined;
|
|
31
31
|
onBack?: ((e: KeyboardEvent) => any) | undefined;
|
|
32
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
32
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLFormElement>;
|
|
33
33
|
readonly 'Create Workspace': import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
34
34
|
close: () => any;
|
|
35
35
|
back: (e: KeyboardEvent) => any;
|
|
36
36
|
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
37
37
|
onClose?: (() => any) | undefined;
|
|
38
38
|
onBack?: ((e: KeyboardEvent) => any) | undefined;
|
|
39
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
39
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLFormElement>;
|
|
40
40
|
readonly 'Add Tag': import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
41
41
|
close: () => any;
|
|
42
42
|
back: (e: KeyboardEvent) => any;
|
|
43
43
|
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
44
44
|
onClose?: (() => any) | undefined;
|
|
45
45
|
onBack?: ((e: KeyboardEvent) => any) | undefined;
|
|
46
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
46
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLFormElement>;
|
|
47
47
|
readonly 'Add Server': import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
48
48
|
close: () => any;
|
|
49
49
|
back: (e: KeyboardEvent) => any;
|
|
50
50
|
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
51
51
|
onClose?: (() => any) | undefined;
|
|
52
52
|
onBack?: ((e: KeyboardEvent) => any) | undefined;
|
|
53
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
53
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLFormElement>;
|
|
54
54
|
readonly 'Create Collection': import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
55
55
|
close: () => any;
|
|
56
56
|
back: (e: KeyboardEvent) => any;
|
|
57
57
|
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
58
58
|
onClose?: (() => any) | undefined;
|
|
59
59
|
onBack?: ((e: KeyboardEvent) => any) | undefined;
|
|
60
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
60
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLFormElement>;
|
|
61
61
|
readonly 'Add Example': import("vue").DefineComponent<{
|
|
62
62
|
metaData?: {
|
|
63
63
|
itemUid: string;
|
|
@@ -72,7 +72,7 @@ export declare const PaletteComponents: {
|
|
|
72
72
|
}> & Readonly<{
|
|
73
73
|
onClose?: (() => any) | undefined;
|
|
74
74
|
onBack?: ((e: KeyboardEvent) => any) | undefined;
|
|
75
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
75
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLFormElement>;
|
|
76
76
|
};
|
|
77
77
|
/** Infer the types from the commands */
|
|
78
78
|
export type CommandNames = keyof typeof PaletteComponents;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TheCommandPalette.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/TheCommandPalette.vue"],"names":[],"mappings":"AAwYA;;;;GAIG;;AACH,
|
|
1
|
+
{"version":3,"file":"TheCommandPalette.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/TheCommandPalette.vue"],"names":[],"mappings":"AAwYA;;;;GAIG;;AACH,wBAydI;AAEJ,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQpB,CAAA;AAEV,yCAAyC;AACzC,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,iBAAiB,CAAA;AAEzD,MAAM,MAAM,mBAAmB,GAAG;IAChC,8DAA8D;IAC9D,WAAW,CAAC,EAAE,YAAY,CAAA;IAC1B,iEAAiE;IACjE,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAC/B,CACA"}
|