@scalar/api-client 2.17.7 → 2.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +74 -0
- package/dist/components/CommandPalette/CommandActionInput.vue.js +1 -1
- package/dist/components/Sidebar/Actions/DeleteSidebarListElement.vue.js +5 -5
- package/dist/components/Sidebar/Actions/EditSidebarListCollection.vue.js +18 -18
- package/dist/components/Sidebar/Actions/EditSidebarListElement.vue.js +7 -7
- package/dist/components/Sidebar/Actions/SidebarListElementForm.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Actions/SidebarListElementForm.vue.js +44 -5
- package/dist/components/Sidebar/Actions/SidebarListElementForm.vue2.js +2 -44
- package/dist/style.css +1 -1
- package/dist/v2/blocks/operation-block/helpers/build-request.d.ts.map +1 -1
- package/dist/v2/blocks/operation-block/helpers/build-request.js +46 -51
- package/dist/v2/blocks/operation-block/helpers/get-environment-variables.d.ts +9 -0
- package/dist/v2/blocks/operation-block/helpers/get-environment-variables.d.ts.map +1 -0
- package/dist/v2/blocks/operation-block/helpers/get-environment-variables.js +7 -0
- package/dist/v2/blocks/operation-block/helpers/get-example.d.ts.map +1 -1
- package/dist/v2/blocks/operation-block/helpers/get-example.js +12 -10
- package/dist/v2/blocks/operation-block/helpers/get-server-url.d.ts +3 -0
- package/dist/v2/blocks/operation-block/helpers/get-server-url.d.ts.map +1 -0
- package/dist/v2/blocks/operation-block/helpers/get-server-url.js +12 -0
- package/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue.js +1 -1
- package/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue2.js +87 -65
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.d.ts +18 -10
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.js +149 -126
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesAddModal.vue.d.ts +20 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesAddModal.vue.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesAddModal.vue.js +7 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesAddModal.vue2.js +76 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesInput.vue.d.ts +22 -5
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesInput.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesInput.vue.js +79 -64
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.d.ts +16 -8
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/oauth.d.ts +2 -2
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/oauth.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/oauth.js +84 -82
- package/dist/v2/components/code-input/CodeInput.vue.d.ts +115 -144
- package/dist/v2/components/code-input/CodeInput.vue.d.ts.map +1 -1
- package/dist/v2/components/code-input/CodeInput.vue.js +2 -2
- package/dist/v2/components/code-input/CodeInput.vue2.js +120 -107
- package/dist/v2/components/data-table/DataTableInput.vue.d.ts +3 -3
- package/dist/v2/components/data-table/DataTableInput.vue.d.ts.map +1 -1
- package/dist/v2/components/data-table/DataTableInput.vue.js +2 -2
- package/dist/v2/components/data-table/DataTableInput.vue2.js +27 -27
- package/dist/v2/components/data-table/DataTableInputSelect.vue.d.ts +3 -2
- package/dist/v2/components/data-table/DataTableInputSelect.vue.d.ts.map +1 -1
- package/dist/v2/components/data-table/DataTableInputSelect.vue.js +42 -39
- package/dist/v2/components/forms/ConfirmationForm.vue.d.ts.map +1 -1
- package/dist/v2/components/forms/ConfirmationForm.vue.js +43 -5
- package/dist/v2/components/forms/ConfirmationForm.vue2.js +2 -43
- package/dist/v2/components/modals/DeleteModal.vue.js +11 -11
- package/dist/v2/components/sidebar/Sidebar.vue.d.ts +5 -3
- package/dist/v2/components/sidebar/Sidebar.vue.d.ts.map +1 -1
- package/dist/v2/components/sidebar/SidebarMenu.vue.d.ts +5 -3
- package/dist/v2/components/sidebar/SidebarMenu.vue.d.ts.map +1 -1
- package/dist/v2/components/sidebar/SidebarMenu.vue.js +25 -30
- package/dist/v2/features/app/App.vue.d.ts.map +1 -1
- package/dist/v2/features/app/App.vue.js +89 -141
- package/dist/v2/features/app/app-events.d.ts +22 -0
- package/dist/v2/features/app/app-events.d.ts.map +1 -0
- package/dist/v2/features/app/app-events.js +136 -0
- package/dist/v2/features/app/app-state.d.ts +135 -0
- package/dist/v2/features/app/app-state.d.ts.map +1 -0
- package/dist/v2/features/app/app-state.js +316 -0
- package/dist/v2/features/app/components/AppSidebar.vue.d.ts +6 -3
- package/dist/v2/features/app/components/AppSidebar.vue.d.ts.map +1 -1
- package/dist/v2/features/app/components/AppSidebar.vue.js +3 -3
- package/dist/v2/features/app/components/AppSidebar.vue2.js +4 -4
- package/dist/v2/features/app/components/DesktopTabs.vue.d.ts +4 -2
- package/dist/v2/features/app/components/DesktopTabs.vue.d.ts.map +1 -1
- package/dist/v2/features/app/components/DesktopTabs.vue.js +25 -22
- package/dist/v2/features/app/components/WebTopNav.vue.d.ts +9 -5
- package/dist/v2/features/app/components/WebTopNav.vue.d.ts.map +1 -1
- package/dist/v2/features/app/helpers/create-api-client-app.d.ts +62 -1
- package/dist/v2/features/app/helpers/create-api-client-app.d.ts.map +1 -1
- package/dist/v2/features/app/helpers/create-api-client-app.js +14 -10
- package/dist/v2/features/app/helpers/routes.d.ts +5 -2
- package/dist/v2/features/app/helpers/routes.d.ts.map +1 -1
- package/dist/v2/features/collection/WorkspaceCollection.vue.js +7 -7
- package/dist/v2/features/collection/components/Form.vue.d.ts +1 -1
- package/dist/v2/features/collection/components/Form.vue.d.ts.map +1 -1
- package/dist/v2/features/collection/components/Servers.vue.d.ts.map +1 -1
- package/dist/v2/features/modal/Modal.vue.d.ts.map +1 -1
- package/dist/v2/features/modal/Modal.vue.js +2 -2
- package/dist/v2/features/modal/Modal.vue2.js +40 -41
- package/dist/v2/features/operation/Operation.vue.d.ts.map +1 -1
- package/dist/v2/features/operation/Operation.vue.js +38 -28
- package/dist/v2/features/operation/helpers/combine-params.d.ts +4 -0
- package/dist/v2/features/operation/helpers/combine-params.d.ts.map +1 -0
- package/dist/v2/features/operation/helpers/combine-params.js +13 -0
- package/dist/v2/features/operation/index.d.ts +1 -0
- package/dist/v2/features/operation/index.d.ts.map +1 -1
- package/dist/v2/features/operation/index.js +10 -8
- package/dist/v2/features/settings/DocumentSettings.vue.d.ts.map +1 -1
- package/dist/v2/features/settings/DocumentSettings.vue.js +104 -5
- package/dist/v2/features/settings/DocumentSettings.vue2.js +2 -104
- package/dist/v2/helpers/get-tab-details.d.ts +2 -2
- package/dist/v2/helpers/get-tab-details.d.ts.map +1 -1
- package/dist/views/Collection/CollectionSettings.vue.d.ts.map +1 -1
- package/dist/views/Collection/CollectionSettings.vue.js +1 -4
- package/dist/views/Collection/CollectionSettings.vue2.js +5 -5
- package/dist/views/Environment/EnvironmentColorModal.vue.js +6 -6
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
- package/package.json +17 -17
- package/dist/v2/features/app/hooks/use-app-sidebar.d.ts +0 -40
- package/dist/v2/features/app/hooks/use-app-sidebar.d.ts.map +0 -1
- package/dist/v2/features/app/hooks/use-app-sidebar.js +0 -134
- package/dist/v2/features/app/hooks/use-sync-path.d.ts +0 -11
- package/dist/v2/features/app/hooks/use-sync-path.d.ts.map +0 -1
- package/dist/v2/features/app/hooks/use-sync-path.js +0 -52
- package/dist/v2/features/app/hooks/use-tabs.d.ts +0 -31
- package/dist/v2/features/app/hooks/use-tabs.d.ts.map +0 -1
- package/dist/v2/features/app/hooks/use-tabs.js +0 -44
- package/dist/v2/features/app/hooks/use-workspace-client-app-events.d.ts +0 -18
- package/dist/v2/features/app/hooks/use-workspace-client-app-events.d.ts.map +0 -1
- package/dist/v2/features/app/hooks/use-workspace-client-app-events.js +0 -156
- package/dist/v2/features/app/hooks/use-workspace-selector.d.ts +0 -28
- package/dist/v2/features/app/hooks/use-workspace-selector.d.ts.map +0 -1
- package/dist/v2/features/app/hooks/use-workspace-selector.js +0 -81
|
@@ -2,150 +2,121 @@ import { type CodeMirrorLanguage, type Extension } from '@scalar/use-codemirror'
|
|
|
2
2
|
import type { XScalarEnvironment } from '@scalar/workspace-store/schemas/extensions/document/x-scalar-environments';
|
|
3
3
|
import { type Ref } from 'vue';
|
|
4
4
|
import type { ClientLayout } from '../../../v2/types/layout';
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
language?: CodeMirrorLanguage;
|
|
114
|
-
/** Additional CodeMirror extensions */
|
|
115
|
-
extensions?: Extension[];
|
|
116
|
-
/** Disable tab key for indentation */
|
|
117
|
-
disableTabIndent?: boolean;
|
|
118
|
-
/** Disable enter key */
|
|
119
|
-
disableEnter?: boolean;
|
|
120
|
-
/** Disable automatic bracket closing */
|
|
121
|
-
disableCloseBrackets?: boolean;
|
|
122
|
-
/** Emit submit event on blur */
|
|
123
|
-
emitOnBlur?: boolean;
|
|
124
|
-
/** Enable environment variable pills */
|
|
125
|
-
withVariables?: boolean;
|
|
126
|
-
/** Detect and emit curl commands */
|
|
127
|
-
importCurl?: boolean;
|
|
128
|
-
/** Emit change event even if the value is the same */
|
|
129
|
-
alwaysEmitChange?: boolean;
|
|
130
|
-
/** Custom change handler, prevents default emit */
|
|
131
|
-
handleFieldChange?: (value: string) => void;
|
|
132
|
-
/** Custom submit handler, prevents default emit */
|
|
133
|
-
handleFieldSubmit?: (value: string) => void;
|
|
134
|
-
}> & Readonly<{
|
|
135
|
-
onSubmit?: ((value: string) => any) | undefined;
|
|
136
|
-
onRedirectToEnvironment?: (() => any) | undefined;
|
|
137
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
138
|
-
onBlur?: ((value: string) => any) | undefined;
|
|
139
|
-
onCurl?: ((value: string) => any) | undefined;
|
|
140
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
141
|
-
warning?: (props: {}) => any;
|
|
142
|
-
} & {
|
|
143
|
-
icon?: (props: {}) => any;
|
|
144
|
-
}>;
|
|
145
|
-
export default _default;
|
|
146
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
147
|
-
new (): {
|
|
148
|
-
$slots: S;
|
|
5
|
+
export type CodeInputModelValue = string | number | boolean | Array<string | number | boolean> | Record<string, unknown>;
|
|
6
|
+
/**
|
|
7
|
+
* CodeInput
|
|
8
|
+
*
|
|
9
|
+
* A versatile input component that adapts its rendering based on props:
|
|
10
|
+
* - Disabled mode: Read-only text display
|
|
11
|
+
* - Select mode: Dropdown for enums, booleans, or examples
|
|
12
|
+
* - Editor mode: CodeMirror with environment variable support
|
|
13
|
+
*
|
|
14
|
+
* Type `{{` to trigger environment variable autocomplete when an environment is provided.
|
|
15
|
+
*d
|
|
16
|
+
* @example
|
|
17
|
+
* ```vue
|
|
18
|
+
* <!-- Basic input with environment variables -->
|
|
19
|
+
* <CodeInput v-model="value" :environment="env" />
|
|
20
|
+
*
|
|
21
|
+
* <!-- Boolean select -->
|
|
22
|
+
* <CodeInput v-model="flag" type="boolean" />
|
|
23
|
+
*
|
|
24
|
+
* <!-- JSON editor with linting -->
|
|
25
|
+
* <CodeInput v-model="data" language="json" :lint="true" />
|
|
26
|
+
* ```
|
|
27
|
+
*/
|
|
28
|
+
declare const _default: <T extends CodeInputModelValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
29
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
30
|
+
readonly onSubmit?: ((value: string) => any) | undefined;
|
|
31
|
+
readonly onRedirectToEnvironment?: (() => any) | undefined;
|
|
32
|
+
readonly "onUpdate:modelValue"?: ((value: T) => any) | undefined;
|
|
33
|
+
readonly onBlur?: ((value: string) => any) | undefined;
|
|
34
|
+
readonly onCurl?: ((value: string) => any) | undefined;
|
|
35
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onBlur" | "onSubmit" | "onUpdate:modelValue" | "onCurl" | "onRedirectToEnvironment"> & {
|
|
36
|
+
modelValue: T;
|
|
37
|
+
/** Environment for variable substitution. Pass undefined to disable environment variables */
|
|
38
|
+
environment: XScalarEnvironment | undefined;
|
|
39
|
+
/** Type of the input value, affects rendering mode for booleans */
|
|
40
|
+
type?: string | string[];
|
|
41
|
+
/** Render as disabled text display */
|
|
42
|
+
disabled?: boolean;
|
|
43
|
+
/** Show error styling */
|
|
44
|
+
error?: boolean;
|
|
45
|
+
/** Layout context affects styling and behavior */
|
|
46
|
+
layout?: ClientLayout;
|
|
47
|
+
/** Predefined enum values, triggers select mode */
|
|
48
|
+
enum?: string[];
|
|
49
|
+
/** Example values, triggers select mode */
|
|
50
|
+
examples?: string[];
|
|
51
|
+
/** Default value to show in select mode */
|
|
52
|
+
default?: T;
|
|
53
|
+
/** Allow null in boolean select options */
|
|
54
|
+
nullable?: boolean;
|
|
55
|
+
/** Placeholder text for empty input */
|
|
56
|
+
placeholder?: string;
|
|
57
|
+
/** Show required indicator */
|
|
58
|
+
required?: boolean;
|
|
59
|
+
/** Enable color picker extension */
|
|
60
|
+
colorPicker?: boolean;
|
|
61
|
+
/** Show line numbers in editor */
|
|
62
|
+
lineNumbers?: boolean;
|
|
63
|
+
/** Enable linting */
|
|
64
|
+
lint?: boolean;
|
|
65
|
+
/** Enable line wrapping */
|
|
66
|
+
lineWrapping?: boolean;
|
|
67
|
+
/** CodeMirror language mode */
|
|
68
|
+
language?: CodeMirrorLanguage;
|
|
69
|
+
/** Additional CodeMirror extensions */
|
|
70
|
+
extensions?: Extension[];
|
|
71
|
+
/** Disable tab key for indentation */
|
|
72
|
+
disableTabIndent?: boolean;
|
|
73
|
+
/** Disable enter key */
|
|
74
|
+
disableEnter?: boolean;
|
|
75
|
+
/** Disable automatic bracket closing */
|
|
76
|
+
disableCloseBrackets?: boolean;
|
|
77
|
+
/** Emit submit event on blur */
|
|
78
|
+
emitOnBlur?: boolean;
|
|
79
|
+
/** Enable environment variable pills */
|
|
80
|
+
withVariables?: boolean;
|
|
81
|
+
/** Detect and emit curl commands */
|
|
82
|
+
importCurl?: boolean;
|
|
83
|
+
/** Emit change event even if the value is the same */
|
|
84
|
+
alwaysEmitChange?: boolean;
|
|
85
|
+
/** Custom change handler, prevents default emit */
|
|
86
|
+
handleFieldChange?: (value: T) => void;
|
|
87
|
+
/** Custom submit handler, prevents default emit */
|
|
88
|
+
handleFieldSubmit?: (value: string) => void;
|
|
89
|
+
} & Partial<{}>> & import("vue").PublicProps;
|
|
90
|
+
expose(exposed: import("vue").ShallowUnwrapRef<{
|
|
91
|
+
/**
|
|
92
|
+
* Focus the codemirror element
|
|
93
|
+
*
|
|
94
|
+
* @param cursorAtEnd boolean place the cursor at the end of the input
|
|
95
|
+
*/
|
|
96
|
+
focus: (position?: "start" | "end" | number) => void;
|
|
97
|
+
isFocused: Ref<boolean, boolean>;
|
|
98
|
+
handleChange: (value: string) => void;
|
|
99
|
+
handleSubmit: (value: string) => void;
|
|
100
|
+
handleBlur: (value: string) => void;
|
|
101
|
+
booleanOptions: import("vue").ComputedRef<string[]>;
|
|
102
|
+
codeMirror: Ref<import("@codemirror/view").EditorView | null, import("@codemirror/view").EditorView | null>;
|
|
103
|
+
modelValue: T;
|
|
104
|
+
cursorPosition: () => number | undefined;
|
|
105
|
+
serializeValue: (value: T) => string;
|
|
106
|
+
deserializeValue: (value: string) => T;
|
|
107
|
+
}>): void;
|
|
108
|
+
attrs: any;
|
|
109
|
+
slots: {
|
|
110
|
+
warning?: (props: {}) => any;
|
|
111
|
+
} & {
|
|
112
|
+
icon?: (props: {}) => any;
|
|
149
113
|
};
|
|
114
|
+
emit: ((evt: "submit", value: string) => void) & ((evt: "redirectToEnvironment") => void) & ((evt: "update:modelValue", value: T) => void) & ((evt: "blur", value: string) => void) & ((evt: "curl", value: string) => void);
|
|
115
|
+
}>) => import("vue").VNode & {
|
|
116
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
150
117
|
};
|
|
118
|
+
export default _default;
|
|
119
|
+
type __VLS_PrettifyLocal<T> = {
|
|
120
|
+
[K in keyof T]: T[K];
|
|
121
|
+
} & {};
|
|
151
122
|
//# sourceMappingURL=CodeInput.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/v2/components/code-input/CodeInput.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CodeInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/v2/components/code-input/CodeInput.vue"],"names":[],"mappings":"AA4tBA,OAAO,EAIL,KAAK,kBAAkB,EACvB,KAAK,SAAS,EACf,MAAM,wBAAwB,CAAA;AAC/B,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2EAA2E,CAAA;AAEnH,OAAO,EAAyC,KAAK,GAAG,EAAE,MAAM,KAAK,CAAA;AAIrE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAA;AAKrD,MAAM,MAAM,mBAAmB,GAC3B,MAAM,GACN,MAAM,GACN,OAAO,GACP,KAAK,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,GAChC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;AAE3B;;;;;;;;;;;;;;;;;;;;;GAqBG;yBACc,CAAC,SAAS,mBAAmB,EAC7C,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WA0wBO,mBAAmB,CAAC;;;;;;;oBAlwBd,CAAC;QACb,6FAA6F;qBAChF,kBAAkB,GAAG,SAAS;QAC3C,mEAAmE;eAC5D,MAAM,GAAG,MAAM,EAAE;QACxB,sCAAsC;mBAC3B,OAAO;QAClB,yBAAyB;gBACjB,OAAO;QACf,kDAAkD;iBACzC,YAAY;QACrB,mDAAmD;eAC5C,MAAM,EAAE;QACf,2CAA2C;mBAChC,MAAM,EAAE;QACnB,2CAA2C;;QAE3C,2CAA2C;mBAChC,OAAO;QAClB,uCAAuC;sBACzB,MAAM;QACpB,8BAA8B;mBACnB,OAAO;QAClB,oCAAoC;sBACtB,OAAO;QACrB,kCAAkC;sBACpB,OAAO;QACrB,qBAAqB;eACd,OAAO;QACd,2BAA2B;uBACZ,OAAO;QACtB,+BAA+B;mBACpB,kBAAkB;QAC7B,uCAAuC;qBAC1B,SAAS,EAAE;QACxB,sCAAsC;2BACnB,OAAO;QAC1B,wBAAwB;uBACT,OAAO;QACtB,wCAAwC;+BACjB,OAAO;QAC9B,gCAAgC;qBACnB,OAAO;QACpB,wCAAwC;wBACxB,OAAO;QACvB,oCAAoC;qBACvB,OAAO;QACpB,sDAAsD;2BACnC,OAAO;QAC1B,mDAAmD;4BAC/B,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI;QACtC,mDAAmD;4BAC/B,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI;QA8sBoB,OAAO,IAAsB,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB;QAxY7C;;;;WAIG;2BACgB,OAAO,GAAG,KAAK,GAAG,MAAM;;8BApPhB,MAAM,KAAG,IAAI;8BAuCb,MAAM,KAAG,IAAI;4BAWf,MAAM,KAAG,IAAI;;;;;gCA2DT,CAAC,KAAG,MAAM;kCAeR,MAAM,KAAG,CAAC;MA2f0B,GAAG,IAAI;WACpE,GAAG;;kBA3CG,CAAC,KAAK,IAAiB,KAAK,GAAG;;eAClC,CAAC,KAAK,IAAiB,KAAK,GAAG;;;EA8CtC,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AArxBzE,wBAsxBC;AACD,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,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 a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-d6129762"]]);
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
a as default
|
|
8
8
|
};
|