@knime/scripting-editor 0.0.82 → 0.0.84
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/dist/initial-data-service-browser-mock.d.ts +1 -0
- package/dist/lib/main.d.ts +4 -4
- package/dist/main.d.ts +1 -0
- package/dist/main.js +10876 -10854
- package/dist/scripting-service-browser-mock.d.ts +1 -0
- package/dist/settings-service-browser-mock.d.ts +1 -0
- package/dist/src/components/CodeEditorControlBar.vue.d.ts +11 -5
- package/dist/src/components/CompactTabBar.vue.d.ts +1 -1
- package/dist/src/components/HeaderBar.vue.d.ts +2 -3
- package/dist/src/components/InputOutputItem.vue.d.ts +13 -8
- package/dist/src/components/InputOutputPane.vue.d.ts +31 -3
- package/dist/src/components/InputPortTableView.vue.d.ts +8 -8
- package/dist/src/components/InputPortTables.vue.d.ts +8 -9
- package/dist/src/components/MainEditorPane.vue.d.ts +9 -10
- package/dist/src/components/OutputConsole.vue.d.ts +0 -1
- package/dist/src/components/ScriptingEditorBottomPane.vue.d.ts +44 -19
- package/dist/src/components/SettingsPage.vue.d.ts +0 -1
- package/dist/src/components/ai-assistant/AiButton.vue.d.ts +3 -4
- package/dist/src/components/utils/resizeLogic.d.ts +0 -1
- package/dist/src/consoleHandler.d.ts +0 -1
- package/dist/src/editor.d.ts +0 -1
- package/dist/src/initial-data-service-browser-mock.d.ts +0 -1
- package/dist/src/initial-data-service.d.ts +0 -1
- package/dist/src/lsp/completion.d.ts +1 -2
- package/dist/src/lsp/connection.d.ts +0 -1
- package/dist/src/lsp/diagnostics.d.ts +0 -1
- package/dist/src/lsp/doc-sync.d.ts +0 -1
- package/dist/src/lsp/hover.d.ts +0 -1
- package/dist/src/lsp/knime-io.d.ts +0 -1
- package/dist/src/lsp/mapping-utils.d.ts +0 -1
- package/dist/src/lsp/signature-help.d.ts +1 -2
- package/dist/src/scripting-service-browser-mock.d.ts +0 -1
- package/dist/src/scripting-service.d.ts +0 -1
- package/dist/src/settings-helper.d.ts +0 -1
- package/dist/src/settings-service-browser-mock.d.ts +0 -1
- package/dist/src/store/ai-bar.d.ts +0 -1
- package/dist/src/store/io-selection.d.ts +0 -1
- package/dist/src/store/readOnly.d.ts +0 -1
- package/package.json +19 -19
- package/dist/node_modules/@knime/components/src/components/Buttons/Button.vue.d.ts +0 -131
- package/dist/node_modules/@knime/components/src/components/Buttons/PlusButton.vue.d.ts +0 -28
- package/dist/node_modules/@knime/components/src/components/Buttons/SplitButton.vue.d.ts +0 -9
- package/dist/node_modules/@knime/components/src/components/Carousel/Carousel.vue.d.ts +0 -22
- package/dist/node_modules/@knime/components/src/components/FileExplorer/components/FileExplorer.vue.d.ts +0 -216
- package/dist/node_modules/@knime/components/src/components/FileExplorer/components/FileExplorerContextMenu.vue.d.ts +0 -40
- package/dist/node_modules/@knime/components/src/components/FileExplorer/components/FileExplorerItem.vue.d.ts +0 -78
- package/dist/node_modules/@knime/components/src/components/FileExplorer/components/FileExplorerItemBack.vue.d.ts +0 -12
- package/dist/node_modules/@knime/components/src/components/FileExplorer/components/FileExplorerItemBase.vue.d.ts +0 -20
- package/dist/node_modules/@knime/components/src/components/LinkList/LinkList.vue.d.ts +0 -27
- package/dist/node_modules/@knime/components/src/components/Modal/Modal.vue.d.ts +0 -66
- package/dist/node_modules/@knime/components/src/components/Pill/Pill.vue.d.ts +0 -36
- package/dist/node_modules/@knime/components/src/components/SubMenu/SubMenu.vue.d.ts +0 -199
- package/dist/node_modules/@knime/components/src/components/Tag/Tag.vue.d.ts +0 -45
- package/dist/node_modules/@knime/components/src/components/Tag/TagList.vue.d.ts +0 -82
- package/dist/node_modules/@knime/components/src/components/Toast/components/Toast.vue.d.ts +0 -51
- package/dist/node_modules/@knime/components/src/components/Toast/components/ToastButton.vue.d.ts +0 -27
- package/dist/node_modules/@knime/components/src/components/Toast/components/ToastStack.vue.d.ts +0 -30
- package/dist/node_modules/@knime/components/src/components/base/Button/BaseButton.vue.d.ts +0 -90
- package/dist/node_modules/@knime/components/src/components/base/MenuItem/BaseMenuItem.vue.d.ts +0 -28
- package/dist/node_modules/@knime/components/src/components/base/MenuItem/BaseMenuItemText.vue.d.ts +0 -19
- package/dist/node_modules/@knime/components/src/components/base/MenuItem/BaseMenuItems.vue.d.ts +0 -123
- package/dist/node_modules/@knime/components/src/components/base/MenuItem/MenuItems.vue.d.ts +0 -96
- package/dist/node_modules/@knime/components/src/components/base/Modal/BaseModal.vue.d.ts +0 -66
- package/dist/node_modules/@knime/components/src/components/forms/ComboBox/ComboBox.vue.d.ts +0 -150
- package/dist/node_modules/@knime/components/src/components/forms/Dropdown/Dropdown.vue.d.ts +0 -203
- package/dist/node_modules/@knime/components/src/components/forms/MultiModeTwinlist/MultiModeTwinlist.vue.d.ts +0 -299
- package/dist/node_modules/@knime/components/src/components/forms/MultiselectListBox/MultiselectListBox.vue.d.ts +0 -279
- package/dist/node_modules/@knime/components/src/components/forms/NumberInput/NumberInput.vue.d.ts +0 -166
- package/dist/node_modules/@knime/components/src/components/forms/QuantityInput/QuantityInput.vue.d.ts +0 -45
- package/dist/node_modules/@knime/components/src/components/forms/RadioButtons/BaseRadioButtons.vue.d.ts +0 -66
- package/dist/node_modules/@knime/components/src/components/forms/SearchableCheckboxes/SearchableCheckboxes.vue.d.ts +0 -267
- package/dist/node_modules/@knime/components/src/components/forms/SearchableList/SearchableList.vue.d.ts +0 -285
- package/dist/node_modules/@knime/components/src/components/forms/SortList/SortList.vue.d.ts +0 -26
- package/dist/node_modules/@knime/components/src/components/forms/Twinlist/Twinlist.vue.d.ts +0 -381
- package/dist/node_modules/@knime/components/src/components/forms/ValueSwitch/ValueSwitch.vue.d.ts +0 -65
- package/dist/node_modules/@knime/ui-extension-renderer/src/UIExtIFrame.vue.d.ts +0 -27
- package/dist/node_modules/@knime/ui-extension-renderer/src/UIExtShadowApp.vue.d.ts +0 -41
- package/dist/node_modules/@knime/ui-extension-renderer/src/UIExtension.vue.d.ts +0 -49
- package/dist/node_modules/@knime/ui-extension-renderer/src/UIExtensionAlerts.vue.d.ts +0 -34
- package/dist/node_modules/@knime/ui-extension-renderer/src/UIExtensionErrorOverlay.vue.d.ts +0 -41
- package/dist/node_modules/@knime/ui-extension-renderer/src/UIExtensionWarningButton.vue.d.ts +0 -34
- package/dist/src/components/ScriptingEditor.vue.d.ts +0 -97
package/dist/node_modules/@knime/components/src/components/forms/ValueSwitch/ValueSwitch.vue.d.ts
DELETED
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { BaseRadioButtonItem } from '../RadioButtons/BaseRadioButtons.vue';
|
|
3
|
-
|
|
4
|
-
export type ValueSwitchItem = BaseRadioButtonItem;
|
|
5
|
-
declare const _default: import('vue').DefineComponent<{
|
|
6
|
-
id: {
|
|
7
|
-
type: StringConstructor;
|
|
8
|
-
default: null;
|
|
9
|
-
};
|
|
10
|
-
modelValue: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
default: null;
|
|
13
|
-
};
|
|
14
|
-
name: {
|
|
15
|
-
type: StringConstructor;
|
|
16
|
-
default: null;
|
|
17
|
-
};
|
|
18
|
-
disabled: {
|
|
19
|
-
default: boolean;
|
|
20
|
-
type: BooleanConstructor;
|
|
21
|
-
};
|
|
22
|
-
possibleValues: {
|
|
23
|
-
type: PropType<BaseRadioButtonItem[]>;
|
|
24
|
-
default: () => never[];
|
|
25
|
-
};
|
|
26
|
-
compact: {
|
|
27
|
-
type: BooleanConstructor;
|
|
28
|
-
default: boolean;
|
|
29
|
-
};
|
|
30
|
-
}, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
31
|
-
id: {
|
|
32
|
-
type: StringConstructor;
|
|
33
|
-
default: null;
|
|
34
|
-
};
|
|
35
|
-
modelValue: {
|
|
36
|
-
type: StringConstructor;
|
|
37
|
-
default: null;
|
|
38
|
-
};
|
|
39
|
-
name: {
|
|
40
|
-
type: StringConstructor;
|
|
41
|
-
default: null;
|
|
42
|
-
};
|
|
43
|
-
disabled: {
|
|
44
|
-
default: boolean;
|
|
45
|
-
type: BooleanConstructor;
|
|
46
|
-
};
|
|
47
|
-
possibleValues: {
|
|
48
|
-
type: PropType<BaseRadioButtonItem[]>;
|
|
49
|
-
default: () => never[];
|
|
50
|
-
};
|
|
51
|
-
compact: {
|
|
52
|
-
type: BooleanConstructor;
|
|
53
|
-
default: boolean;
|
|
54
|
-
};
|
|
55
|
-
}>> & {
|
|
56
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
57
|
-
}, {
|
|
58
|
-
disabled: boolean;
|
|
59
|
-
id: string;
|
|
60
|
-
name: string;
|
|
61
|
-
compact: boolean;
|
|
62
|
-
possibleValues: BaseRadioButtonItem[];
|
|
63
|
-
modelValue: string;
|
|
64
|
-
}, {}>;
|
|
65
|
-
export default _default;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { UIExtensionPushEvents, UIExtensionServiceAPILayer } from '@knime/ui-extension-service';
|
|
2
|
-
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
-
resourceLocation: string;
|
|
5
|
-
apiLayer: UIExtensionServiceAPILayer;
|
|
6
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
-
serviceCreated: (service: {
|
|
8
|
-
dispatchPushEvent: (event: UIExtensionPushEvents.PushEvent<any, any>) => void;
|
|
9
|
-
}) => void;
|
|
10
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
11
|
-
resourceLocation: string;
|
|
12
|
-
apiLayer: UIExtensionServiceAPILayer;
|
|
13
|
-
}>>> & {
|
|
14
|
-
onServiceCreated?: ((service: {
|
|
15
|
-
dispatchPushEvent: (event: UIExtensionPushEvents.PushEvent<any, any>) => void;
|
|
16
|
-
}) => any) | undefined;
|
|
17
|
-
}, {}, {}>;
|
|
18
|
-
export default _default;
|
|
19
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
20
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
21
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
22
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
23
|
-
} : {
|
|
24
|
-
type: import('vue').PropType<T[K]>;
|
|
25
|
-
required: true;
|
|
26
|
-
};
|
|
27
|
-
};
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { UIExtensionServiceAPILayer, UIExtensionPushEvents } from '@knime/ui-extension-service';
|
|
2
|
-
import { StyleValue } from 'vue';
|
|
3
|
-
|
|
4
|
-
interface Props {
|
|
5
|
-
resourceLocation: string;
|
|
6
|
-
apiLayer: UIExtensionServiceAPILayer;
|
|
7
|
-
style?: StyleValue;
|
|
8
|
-
}
|
|
9
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
10
|
-
style: null;
|
|
11
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
|
-
serviceCreated: (_service: {
|
|
13
|
-
dispatchPushEvent: (event: UIExtensionPushEvents.PushEvent<any, any>) => void;
|
|
14
|
-
}) => void;
|
|
15
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
16
|
-
style: null;
|
|
17
|
-
}>>> & {
|
|
18
|
-
onServiceCreated?: ((_service: {
|
|
19
|
-
dispatchPushEvent: (event: UIExtensionPushEvents.PushEvent<any, any>) => void;
|
|
20
|
-
}) => any) | undefined;
|
|
21
|
-
}, {
|
|
22
|
-
style: string | false | import('vue').CSSProperties | StyleValue[] | null;
|
|
23
|
-
}, {}>;
|
|
24
|
-
export default _default;
|
|
25
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
26
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
27
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
28
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
29
|
-
} : {
|
|
30
|
-
type: import('vue').PropType<T[K]>;
|
|
31
|
-
required: true;
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
type __VLS_WithDefaults<P, D> = {
|
|
35
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
36
|
-
default: D[K];
|
|
37
|
-
}> : P[K];
|
|
38
|
-
};
|
|
39
|
-
type __VLS_Prettify<T> = {
|
|
40
|
-
[K in keyof T]: T[K];
|
|
41
|
-
} & {};
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { StyleValue } from 'vue';
|
|
2
|
-
import { UIExtensionAPILayer } from './types/UIExtensionAPILayer';
|
|
3
|
-
import { ExtensionConfig } from './types/ExtensionConfig';
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* Wrapper for all UIExtensions. Determines the type of component to render (either native/Vue-based or iframe-based).
|
|
7
|
-
* Also detects changes to it's configuration and increments a local counter to help with re-renders of iframe-based
|
|
8
|
-
* components.
|
|
9
|
-
*/
|
|
10
|
-
type Props = {
|
|
11
|
-
apiLayer: UIExtensionAPILayer;
|
|
12
|
-
extensionConfig: ExtensionConfig;
|
|
13
|
-
resourceLocation: string;
|
|
14
|
-
/**
|
|
15
|
-
* See ExtensionConfig.initialSharedData
|
|
16
|
-
*/
|
|
17
|
-
initialSharedData?: any;
|
|
18
|
-
isReporting?: boolean;
|
|
19
|
-
isDialogLayout?: boolean;
|
|
20
|
-
shadowAppStyle?: StyleValue | null;
|
|
21
|
-
};
|
|
22
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
23
|
-
initialSharedData: null;
|
|
24
|
-
shadowAppStyle: null;
|
|
25
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
26
|
-
initialSharedData: null;
|
|
27
|
-
shadowAppStyle: null;
|
|
28
|
-
}>>>, {
|
|
29
|
-
initialSharedData: any;
|
|
30
|
-
shadowAppStyle: string | false | import('vue').CSSProperties | StyleValue[] | null;
|
|
31
|
-
}, {}>;
|
|
32
|
-
export default _default;
|
|
33
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
34
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
35
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
36
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
37
|
-
} : {
|
|
38
|
-
type: import('vue').PropType<T[K]>;
|
|
39
|
-
required: true;
|
|
40
|
-
};
|
|
41
|
-
};
|
|
42
|
-
type __VLS_WithDefaults<P, D> = {
|
|
43
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
44
|
-
default: D[K];
|
|
45
|
-
}> : P[K];
|
|
46
|
-
};
|
|
47
|
-
type __VLS_Prettify<T> = {
|
|
48
|
-
[K in keyof T]: T[K];
|
|
49
|
-
} & {};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { Alert } from '@knime/ui-extension-service';
|
|
2
|
-
|
|
3
|
-
type Props = {
|
|
4
|
-
alert?: Alert | null;
|
|
5
|
-
};
|
|
6
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
7
|
-
alert: null;
|
|
8
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
|
-
display: () => void;
|
|
10
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
11
|
-
alert: null;
|
|
12
|
-
}>>> & {
|
|
13
|
-
onDisplay?: (() => any) | undefined;
|
|
14
|
-
}, {
|
|
15
|
-
alert: Alert | null;
|
|
16
|
-
}, {}>;
|
|
17
|
-
export default _default;
|
|
18
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
19
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
20
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
21
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
22
|
-
} : {
|
|
23
|
-
type: import('vue').PropType<T[K]>;
|
|
24
|
-
required: true;
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
type __VLS_WithDefaults<P, D> = {
|
|
28
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
29
|
-
default: D[K];
|
|
30
|
-
}> : P[K];
|
|
31
|
-
};
|
|
32
|
-
type __VLS_Prettify<T> = {
|
|
33
|
-
[K in keyof T]: T[K];
|
|
34
|
-
} & {};
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { Alert } from '@knime/ui-extension-service';
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* This is the local alert/error management component created for use with the NodeViewIFrame. Its main use is to
|
|
5
|
-
* replace the native browser `alert`. It is composed of a full screen overlay which blocks mouse events and an
|
|
6
|
-
* icon with a tooltip to show more details. When active, this component uses a @see Popover to cover 100% of the
|
|
7
|
-
* parent container. If parent container lacks dimensions, you must assign a min-width/height conditionally when
|
|
8
|
-
* this component is active for proper display.
|
|
9
|
-
*/
|
|
10
|
-
type Props = {
|
|
11
|
-
alert?: Alert | null;
|
|
12
|
-
};
|
|
13
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
14
|
-
alert: null;
|
|
15
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
|
-
display: () => void;
|
|
17
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
18
|
-
alert: null;
|
|
19
|
-
}>>> & {
|
|
20
|
-
onDisplay?: (() => any) | undefined;
|
|
21
|
-
}, {
|
|
22
|
-
alert: Alert | null;
|
|
23
|
-
}, {}>;
|
|
24
|
-
export default _default;
|
|
25
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
26
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
27
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
28
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
29
|
-
} : {
|
|
30
|
-
type: import('vue').PropType<T[K]>;
|
|
31
|
-
required: true;
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
type __VLS_WithDefaults<P, D> = {
|
|
35
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
36
|
-
default: D[K];
|
|
37
|
-
}> : P[K];
|
|
38
|
-
};
|
|
39
|
-
type __VLS_Prettify<T> = {
|
|
40
|
-
[K in keyof T]: T[K];
|
|
41
|
-
} & {};
|
package/dist/node_modules/@knime/ui-extension-renderer/src/UIExtensionWarningButton.vue.d.ts
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { Alert } from '@knime/ui-extension-service';
|
|
2
|
-
|
|
3
|
-
type Props = {
|
|
4
|
-
alert?: Alert | null;
|
|
5
|
-
};
|
|
6
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
7
|
-
alert: null;
|
|
8
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
|
-
display: () => void;
|
|
10
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
11
|
-
alert: null;
|
|
12
|
-
}>>> & {
|
|
13
|
-
onDisplay?: (() => any) | undefined;
|
|
14
|
-
}, {
|
|
15
|
-
alert: Alert | null;
|
|
16
|
-
}, {}>;
|
|
17
|
-
export default _default;
|
|
18
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
19
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
20
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
21
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
22
|
-
} : {
|
|
23
|
-
type: import('vue').PropType<T[K]>;
|
|
24
|
-
required: true;
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
type __VLS_WithDefaults<P, D> = {
|
|
28
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
29
|
-
default: D[K];
|
|
30
|
-
}> : P[K];
|
|
31
|
-
};
|
|
32
|
-
type __VLS_Prettify<T> = {
|
|
33
|
-
[K in keyof T]: T[K];
|
|
34
|
-
} & {};
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
import { MenuItem } from '@knime/components';
|
|
2
|
-
import { PaneSizes } from './utils/paneSizes';
|
|
3
|
-
import { GenericNodeSettings } from '../settings-service';
|
|
4
|
-
|
|
5
|
-
type TabItem = {
|
|
6
|
-
label: string;
|
|
7
|
-
value: string;
|
|
8
|
-
};
|
|
9
|
-
interface Props {
|
|
10
|
-
title?: string | null;
|
|
11
|
-
language: string;
|
|
12
|
-
fileName?: string | null;
|
|
13
|
-
rightPaneLayout?: "fixed" | "relative";
|
|
14
|
-
menuItems?: MenuItem[];
|
|
15
|
-
showControlBar?: boolean;
|
|
16
|
-
initialPaneSizes?: PaneSizes;
|
|
17
|
-
rightPaneMinimumWidthInPixel?: number;
|
|
18
|
-
toSettings?: (settings: GenericNodeSettings) => GenericNodeSettings;
|
|
19
|
-
additionalBottomPaneTabContent?: TabItem[];
|
|
20
|
-
}
|
|
21
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
22
|
-
title: null;
|
|
23
|
-
fileName: null;
|
|
24
|
-
rightPaneLayout: string;
|
|
25
|
-
menuItems: () => never[];
|
|
26
|
-
showControlBar: boolean;
|
|
27
|
-
initialPaneSizes: () => {
|
|
28
|
-
left: number;
|
|
29
|
-
right: number;
|
|
30
|
-
bottom: number;
|
|
31
|
-
};
|
|
32
|
-
rightPaneMinimumWidthInPixel: () => 0;
|
|
33
|
-
additionalBottomPaneTabContent: () => TabItem[];
|
|
34
|
-
toSettings: (settings: GenericNodeSettings) => GenericNodeSettings;
|
|
35
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
36
|
-
"menu-item-clicked": (...args: any[]) => void;
|
|
37
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
38
|
-
title: null;
|
|
39
|
-
fileName: null;
|
|
40
|
-
rightPaneLayout: string;
|
|
41
|
-
menuItems: () => never[];
|
|
42
|
-
showControlBar: boolean;
|
|
43
|
-
initialPaneSizes: () => {
|
|
44
|
-
left: number;
|
|
45
|
-
right: number;
|
|
46
|
-
bottom: number;
|
|
47
|
-
};
|
|
48
|
-
rightPaneMinimumWidthInPixel: () => 0;
|
|
49
|
-
additionalBottomPaneTabContent: () => TabItem[];
|
|
50
|
-
toSettings: (settings: GenericNodeSettings) => GenericNodeSettings;
|
|
51
|
-
}>>> & {
|
|
52
|
-
"onMenu-item-clicked"?: ((...args: any[]) => any) | undefined;
|
|
53
|
-
}, {
|
|
54
|
-
title: string | null;
|
|
55
|
-
menuItems: MenuItem<any, any>[];
|
|
56
|
-
showControlBar: boolean;
|
|
57
|
-
fileName: string | null;
|
|
58
|
-
toSettings: (settings: GenericNodeSettings) => GenericNodeSettings;
|
|
59
|
-
initialPaneSizes: PaneSizes;
|
|
60
|
-
rightPaneMinimumWidthInPixel: number;
|
|
61
|
-
rightPaneLayout: "fixed" | "relative";
|
|
62
|
-
additionalBottomPaneTabContent: TabItem[];
|
|
63
|
-
}, {}>, Partial<Record<string, (_: {
|
|
64
|
-
grabFocus: () => void;
|
|
65
|
-
}) => any>> & {
|
|
66
|
-
"settings-title"?(_: {}): any;
|
|
67
|
-
"settings-content"?(_: {}): any;
|
|
68
|
-
editor?(_: {}): any;
|
|
69
|
-
"code-editor-controls"?(_: {
|
|
70
|
-
showButtonText: boolean;
|
|
71
|
-
}): any;
|
|
72
|
-
"right-pane"?(_: {}): any;
|
|
73
|
-
"console-status"?(_: {}): any;
|
|
74
|
-
}>;
|
|
75
|
-
export default _default;
|
|
76
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
77
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
78
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
79
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
80
|
-
} : {
|
|
81
|
-
type: import('vue').PropType<T[K]>;
|
|
82
|
-
required: true;
|
|
83
|
-
};
|
|
84
|
-
};
|
|
85
|
-
type __VLS_WithDefaults<P, D> = {
|
|
86
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
87
|
-
default: D[K];
|
|
88
|
-
}> : P[K];
|
|
89
|
-
};
|
|
90
|
-
type __VLS_Prettify<T> = {
|
|
91
|
-
[K in keyof T]: T[K];
|
|
92
|
-
} & {};
|
|
93
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
94
|
-
new (): {
|
|
95
|
-
$slots: S;
|
|
96
|
-
};
|
|
97
|
-
};
|