@vyr/builtin 0.0.1
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/build/common/example.d.ts +5 -0
- package/build/common/index.d.ts +3 -0
- package/build/common/provider.d.ts +5 -0
- package/build/common/save.d.ts +4 -0
- package/build/component/AttrItem.vue.d.ts +11 -0
- package/build/component/CodeEditor.vue.d.ts +11 -0
- package/build/component/ColorItem.vue.d.ts +27 -0
- package/build/component/Directory.vue.d.ts +33 -0
- package/build/component/ErrorComponent.vue.d.ts +13 -0
- package/build/component/EventItem.vue.d.ts +19 -0
- package/build/component/Graph.vue.d.ts +18 -0
- package/build/component/InputItem.vue.d.ts +15 -0
- package/build/component/InteractionItem.vue.d.ts +19 -0
- package/build/component/LoadingComponent.vue.d.ts +13 -0
- package/build/component/RuleItem.vue.d.ts +12 -0
- package/build/component/Timeline.vue.d.ts +7 -0
- package/build/component/VariableItem.vue.d.ts +14 -0
- package/build/component/WindowSetting.vue.d.ts +3 -0
- package/build/component/index.d.ts +13 -0
- package/build/fragment/AnimationUnitFragment.vue.d.ts +6 -0
- package/build/fragment/BaseFragment.vue.d.ts +6 -0
- package/build/fragment/DatasetFragment.vue.d.ts +3 -0
- package/build/fragment/DatasetInspectorFragment.vue.d.ts +13 -0
- package/build/fragment/DynamicFragment.vue.d.ts +3 -0
- package/build/fragment/EventsInspectorFragment.vue.d.ts +21 -0
- package/build/fragment/HTMLFragment.vue.d.ts +16 -0
- package/build/fragment/InteractionInspectorFragment.vue.d.ts +21 -0
- package/build/fragment/PrefabFragment.vue.d.ts +3 -0
- package/build/fragment/PrefabInstanceFragment.vue.d.ts +3 -0
- package/build/fragment/SchedulerFragment.vue.d.ts +3 -0
- package/build/fragment/StyleFragment.vue.d.ts +8 -0
- package/build/index.d.ts +10 -0
- package/build/locale/Language.d.ts +3 -0
- package/build/locale/LanguageProvider.d.ts +323 -0
- package/build/locale/index.d.ts +2 -0
- package/build/option/Animation.d.ts +25 -0
- package/build/option/Color.d.ts +5 -0
- package/build/option/Dataset.d.ts +6 -0
- package/build/option/Dynamic.d.ts +5 -0
- package/build/option/HTML.d.ts +41 -0
- package/build/option/Net.d.ts +6 -0
- package/build/option/Preset.d.ts +8 -0
- package/build/option/Style.d.ts +76 -0
- package/build/option/Variable.d.ts +5 -0
- package/build/option/index.d.ts +17 -0
- package/build/preset/graphics.d.ts +8 -0
- package/build/preset/index.d.ts +3 -0
- package/build/preset/scheduler.d.ts +8 -0
- package/build/service/footer/action/AddDirAction.d.ts +10 -0
- package/build/service/footer/action/AddMoreAction.d.ts +26 -0
- package/build/service/footer/action/AddScriptAction.d.ts +25 -0
- package/build/service/footer/action/BackupAction.d.ts +10 -0
- package/build/service/footer/action/ControllerAction.d.ts +39 -0
- package/build/service/footer/action/CopyAction.d.ts +13 -0
- package/build/service/footer/action/CutAction.d.ts +13 -0
- package/build/service/footer/action/DeleteAction.d.ts +14 -0
- package/build/service/footer/action/EditFileAction.d.ts +15 -0
- package/build/service/footer/action/RenameAction.d.ts +13 -0
- package/build/service/footer/action/SelectAllAction.d.ts +14 -0
- package/build/service/footer/action/StickupAction.d.ts +16 -0
- package/build/service/footer/action/index.d.ts +11 -0
- package/build/service/footer/action/raw/typescriptScript.d.ts +5 -0
- package/build/service/footer/draggable/Draggable.d.ts +10 -0
- package/build/service/footer/draggable/index.d.ts +1 -0
- package/build/service/footer/index.d.ts +2 -0
- package/build/service/global/action/FooterAction.d.ts +18 -0
- package/build/service/global/action/RedoAction.d.ts +9 -0
- package/build/service/global/action/SidebarAction.d.ts +14 -0
- package/build/service/global/action/UndoAction.d.ts +9 -0
- package/build/service/global/action/index.d.ts +4 -0
- package/build/service/global/draggable/GraphDraggable.d.ts +14 -0
- package/build/service/global/draggable/index.d.ts +1 -0
- package/build/service/global/index.d.ts +2 -0
- package/build/service/global/scripts/index.d.ts +5 -0
- package/build/service/header/action/ExportProjectAction.d.ts +9 -0
- package/build/service/header/action/ExportSceneAction.d.ts +9 -0
- package/build/service/header/action/PreviewSceneAction.d.ts +14 -0
- package/build/service/header/action/index.d.ts +3 -0
- package/build/service/header/index.d.ts +1 -0
- package/build/service/index.d.ts +6 -0
- package/build/service/inspector/AnimationUnitViewer.vue.d.ts +7 -0
- package/build/service/inspector/DatasetInspector.vue.d.ts +7 -0
- package/build/service/inspector/DatasetViewer.vue.d.ts +7 -0
- package/build/service/inspector/DivViewer.vue.d.ts +7 -0
- package/build/service/inspector/DynamicViewer.vue.d.ts +7 -0
- package/build/service/inspector/EventsInspector.vue.d.ts +7 -0
- package/build/service/inspector/InteractionInspector.vue.d.ts +7 -0
- package/build/service/inspector/PrefabInstanceViewer.vue.d.ts +7 -0
- package/build/service/inspector/PrefabViewer.vue.d.ts +7 -0
- package/build/service/inspector/ServiceSchedulerViewer.vue.d.ts +7 -0
- package/build/service/inspector/ServiceViewer.vue.d.ts +7 -0
- package/build/service/inspector/StyleViewer.vue.d.ts +7 -0
- package/build/service/inspector/asset/AssetInspector.vue.d.ts +3 -0
- package/build/service/inspector/draggable/Draggable.d.ts +10 -0
- package/build/service/inspector/draggable/index.d.ts +1 -0
- package/build/service/inspector/index.d.ts +1 -0
- package/build/service/inspector/scene/SceneInspector.vue.d.ts +3 -0
- package/build/service/sidebar/asset/Asset.vue.d.ts +3 -0
- package/build/service/sidebar/asset/AssetItem.vue.d.ts +18 -0
- package/build/service/sidebar/asset/AssetNavigator.d.ts +28 -0
- package/build/service/sidebar/asset/action/AddNodeAction.d.ts +54 -0
- package/build/service/sidebar/asset/action/ControllerAction.d.ts +36 -0
- package/build/service/sidebar/asset/action/CopyAction.d.ts +14 -0
- package/build/service/sidebar/asset/action/CutAction.d.ts +14 -0
- package/build/service/sidebar/asset/action/DeleteAction.d.ts +15 -0
- package/build/service/sidebar/asset/action/RenameAction.d.ts +14 -0
- package/build/service/sidebar/asset/action/SaveAction.d.ts +14 -0
- package/build/service/sidebar/asset/action/StickupAction.d.ts +15 -0
- package/build/service/sidebar/asset/action/index.d.ts +8 -0
- package/build/service/sidebar/asset/draggable/Draggable.d.ts +14 -0
- package/build/service/sidebar/asset/draggable/index.d.ts +1 -0
- package/build/service/sidebar/asset/index.d.ts +3 -0
- package/build/service/sidebar/index.d.ts +2 -0
- package/build/service/sidebar/scene/Scene.vue.d.ts +3 -0
- package/build/service/sidebar/scene/SceneItem.vue.d.ts +18 -0
- package/build/service/sidebar/scene/SceneNavigator.d.ts +36 -0
- package/build/service/sidebar/scene/action/AddNodeAction.d.ts +54 -0
- package/build/service/sidebar/scene/action/AddServiceAction.d.ts +54 -0
- package/build/service/sidebar/scene/action/ControllerAction.d.ts +39 -0
- package/build/service/sidebar/scene/action/CopyAction.d.ts +14 -0
- package/build/service/sidebar/scene/action/CutAction.d.ts +14 -0
- package/build/service/sidebar/scene/action/DeleteAction.d.ts +15 -0
- package/build/service/sidebar/scene/action/RenameAction.d.ts +14 -0
- package/build/service/sidebar/scene/action/SaveAction.d.ts +14 -0
- package/build/service/sidebar/scene/action/StickupAction.d.ts +15 -0
- package/build/service/sidebar/scene/action/index.d.ts +9 -0
- package/build/service/sidebar/scene/draggable/Draggable.d.ts +14 -0
- package/build/service/sidebar/scene/draggable/index.d.ts +1 -0
- package/build/service/sidebar/scene/index.d.ts +3 -0
- package/build/singleton/index.d.ts +1 -0
- package/build/singleton/rightMenu.d.ts +10 -0
- package/package.json +25 -0
- package/src/shims-vue.d.ts +10 -0
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { Ref } from "vue";
|
|
2
|
+
import { Descriptor } from "@vyr/engine";
|
|
3
|
+
declare const providerDescriptor: (descriptor: Ref<Descriptor | null>) => void;
|
|
4
|
+
declare const useDescriptor: <T extends Descriptor = Descriptor>() => Ref<T>;
|
|
5
|
+
export { providerDescriptor, useDescriptor };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DatasetAttr } from '@vyr/engine';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
data: DatasetAttr;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
+
remove: (...args: any[]) => void;
|
|
7
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
8
|
+
onRemove?: ((...args: any[]) => any) | undefined;
|
|
9
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const _default: typeof __VLS_export;
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
content: string;
|
|
3
|
+
readonly: boolean;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
+
change: (...args: any[]) => void;
|
|
7
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
8
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
9
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const _default: typeof __VLS_export;
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { StyleColor } from '@vyr/engine';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
modelValue: StyleColor;
|
|
4
|
+
title: string;
|
|
5
|
+
readonly?: boolean;
|
|
6
|
+
inherit?: boolean;
|
|
7
|
+
verticalAlign?: string;
|
|
8
|
+
};
|
|
9
|
+
declare var __VLS_19: {};
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
11
|
+
type?: (props: typeof __VLS_19) => any;
|
|
12
|
+
};
|
|
13
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
|
+
remove: (...args: any[]) => void;
|
|
15
|
+
"update:modelValue": (...args: any[]) => void;
|
|
16
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
17
|
+
onRemove?: ((...args: any[]) => any) | undefined;
|
|
18
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
19
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
21
|
+
declare const _default: typeof __VLS_export;
|
|
22
|
+
export default _default;
|
|
23
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
24
|
+
new (): {
|
|
25
|
+
$slots: S;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { VirtualNode } from '@vyr/service-rpc';
|
|
2
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
+
data: {
|
|
4
|
+
default(): VirtualNode[];
|
|
5
|
+
};
|
|
6
|
+
active: {
|
|
7
|
+
default(): (item: VirtualNode) => boolean;
|
|
8
|
+
};
|
|
9
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
+
click: (...args: any[]) => void;
|
|
11
|
+
mousedown: (...args: any[]) => void;
|
|
12
|
+
rightClick: (...args: any[]) => void;
|
|
13
|
+
doubleClick: (...args: any[]) => void;
|
|
14
|
+
changeName: (...args: any[]) => void;
|
|
15
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
+
data: {
|
|
17
|
+
default(): VirtualNode[];
|
|
18
|
+
};
|
|
19
|
+
active: {
|
|
20
|
+
default(): (item: VirtualNode) => boolean;
|
|
21
|
+
};
|
|
22
|
+
}>> & Readonly<{
|
|
23
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
24
|
+
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
25
|
+
onRightClick?: ((...args: any[]) => any) | undefined;
|
|
26
|
+
onDoubleClick?: ((...args: any[]) => any) | undefined;
|
|
27
|
+
onChangeName?: ((...args: any[]) => any) | undefined;
|
|
28
|
+
}>, {
|
|
29
|
+
data: VirtualNode[];
|
|
30
|
+
active: (item: VirtualNode) => boolean;
|
|
31
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
32
|
+
declare const _default: typeof __VLS_export;
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
tips: {
|
|
3
|
+
default: string;
|
|
4
|
+
};
|
|
5
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
+
tips: {
|
|
7
|
+
default: string;
|
|
8
|
+
};
|
|
9
|
+
}>> & Readonly<{}>, {
|
|
10
|
+
tips: string;
|
|
11
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Draggable } from '@vyr/runtime';
|
|
2
|
+
import { Option } from '@vyr/design';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
data: Option;
|
|
5
|
+
index: number;
|
|
6
|
+
selectOptions: Option[];
|
|
7
|
+
draggable: Draggable;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
+
change: (...args: any[]) => void;
|
|
11
|
+
setting: (...args: any[]) => void;
|
|
12
|
+
setUrl: (...args: any[]) => void;
|
|
13
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
14
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
15
|
+
onSetting?: ((...args: any[]) => any) | undefined;
|
|
16
|
+
onSetUrl?: ((...args: any[]) => any) | undefined;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
declare const _default: typeof __VLS_export;
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { DeserializationObject, RoutineDescriptor } from '@vyr/engine';
|
|
2
|
+
interface Props {
|
|
3
|
+
routine: DeserializationObject<RoutineDescriptor>;
|
|
4
|
+
readonly?: boolean;
|
|
5
|
+
inputReadonly?: boolean;
|
|
6
|
+
addable?: boolean;
|
|
7
|
+
}
|
|
8
|
+
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
|
+
change: (...args: any[]) => void;
|
|
10
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
11
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
readonly: boolean;
|
|
14
|
+
addable: boolean;
|
|
15
|
+
inputReadonly: boolean;
|
|
16
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
declare const _default: typeof __VLS_export;
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Option } from '@vyr/design';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
data: Option;
|
|
4
|
+
readonly?: boolean;
|
|
5
|
+
inputReadonly?: boolean;
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
|
+
change: (...args: any[]) => void;
|
|
9
|
+
remove: (...args: any[]) => void;
|
|
10
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
11
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
12
|
+
onRemove?: ((...args: any[]) => any) | undefined;
|
|
13
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const _default: typeof __VLS_export;
|
|
15
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Draggable } from '@vyr/runtime';
|
|
2
|
+
import { Option } from '@vyr/design';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
data: Option;
|
|
5
|
+
index: number;
|
|
6
|
+
selectOptions: Option[];
|
|
7
|
+
draggable: Draggable;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
+
change: (...args: any[]) => void;
|
|
11
|
+
setting: (...args: any[]) => void;
|
|
12
|
+
setUrl: (...args: any[]) => void;
|
|
13
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
14
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
15
|
+
onSetting?: ((...args: any[]) => any) | undefined;
|
|
16
|
+
onSetUrl?: ((...args: any[]) => any) | undefined;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
declare const _default: typeof __VLS_export;
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
tips: {
|
|
3
|
+
default: string;
|
|
4
|
+
};
|
|
5
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
+
tips: {
|
|
7
|
+
default: string;
|
|
8
|
+
};
|
|
9
|
+
}>> & Readonly<{}>, {
|
|
10
|
+
tips: string;
|
|
11
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { StyleRule } from '@vyr/engine';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
data: StyleRule;
|
|
4
|
+
index: number;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
change: (...args: any[]) => void;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
9
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
10
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2
|
+
updateTime: (...args: any[]) => void;
|
|
3
|
+
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
4
|
+
onUpdateTime?: ((...args: any[]) => any) | undefined;
|
|
5
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { DataGetter, Option } from '@vyr/design';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
data: Option;
|
|
4
|
+
typeOptions: Option[];
|
|
5
|
+
selectOptions: Option[];
|
|
6
|
+
getter: Partial<DataGetter>;
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
|
+
change: (...args: any[]) => void;
|
|
10
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
11
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
12
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
|
+
declare const _default: typeof __VLS_export;
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import VyrRuleItem from './RuleItem.vue';
|
|
2
|
+
import VyrColorItem from './ColorItem.vue';
|
|
3
|
+
import VyrInteractionItem from './InteractionItem.vue';
|
|
4
|
+
import VyrVariableItem from './VariableItem.vue';
|
|
5
|
+
import VyrInputItem from './InputItem.vue';
|
|
6
|
+
import VyrDirectory from './Directory.vue';
|
|
7
|
+
import VyrTimeline from './Timeline.vue';
|
|
8
|
+
import VyrWindowSetting from './WindowSetting.vue';
|
|
9
|
+
import VyrGraph from './Graph.vue';
|
|
10
|
+
import VyrCodeEditor from './CodeEditor.vue';
|
|
11
|
+
import ErrorComponent from './ErrorComponent.vue';
|
|
12
|
+
import LoadingComponent from './LoadingComponent.vue';
|
|
13
|
+
export { VyrRuleItem, VyrColorItem, VyrInteractionItem, VyrVariableItem, VyrInputItem, VyrDirectory, VyrTimeline, VyrWindowSetting, VyrGraph, VyrCodeEditor, ErrorComponent, LoadingComponent, };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
raw: string;
|
|
3
|
+
};
|
|
4
|
+
declare const __VLS_export: 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>;
|
|
5
|
+
declare const _default: typeof __VLS_export;
|
|
6
|
+
export default _default;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
raw: string;
|
|
3
|
+
};
|
|
4
|
+
declare const __VLS_export: 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>;
|
|
5
|
+
declare const _default: typeof __VLS_export;
|
|
6
|
+
export default _default;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { VariabConfig } from '@vyr/engine';
|
|
2
|
+
import { Option } from '@vyr/design';
|
|
3
|
+
interface VarItem {
|
|
4
|
+
value: string;
|
|
5
|
+
config: VariabConfig;
|
|
6
|
+
}
|
|
7
|
+
type __VLS_Props = {
|
|
8
|
+
options: VarItem[];
|
|
9
|
+
selectOptions: Option[];
|
|
10
|
+
};
|
|
11
|
+
declare const __VLS_export: 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>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Option } from '@vyr/design';
|
|
2
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
+
raw: {
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
selectOptions: {
|
|
7
|
+
default(): Option[];
|
|
8
|
+
};
|
|
9
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
+
raw: {
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
selectOptions: {
|
|
14
|
+
default(): Option[];
|
|
15
|
+
};
|
|
16
|
+
}>> & Readonly<{}>, {
|
|
17
|
+
raw: string;
|
|
18
|
+
selectOptions: Option[];
|
|
19
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
|
+
declare const _default: typeof __VLS_export;
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
raw: string;
|
|
3
|
+
};
|
|
4
|
+
declare var __VLS_547: {};
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
default?: (props: typeof __VLS_547) => any;
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_base: 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>;
|
|
9
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
10
|
+
declare const _default: typeof __VLS_export;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Option } from '@vyr/design';
|
|
2
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
+
raw: {
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
selectOptions: {
|
|
7
|
+
default(): Option[];
|
|
8
|
+
};
|
|
9
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
+
raw: {
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
selectOptions: {
|
|
14
|
+
default(): Option[];
|
|
15
|
+
};
|
|
16
|
+
}>> & Readonly<{}>, {
|
|
17
|
+
raw: string;
|
|
18
|
+
selectOptions: Option[];
|
|
19
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
|
+
declare const _default: typeof __VLS_export;
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { StyleRule } from '@vyr/engine';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
state: string;
|
|
4
|
+
getRules(): StyleRule[];
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_export: 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>;
|
|
7
|
+
declare const _default: typeof __VLS_export;
|
|
8
|
+
export default _default;
|
package/build/index.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import BaseFragment from './fragment/BaseFragment.vue';
|
|
2
|
+
import HTMLFragment from './fragment/HTMLFragment.vue';
|
|
3
|
+
export * from './locale';
|
|
4
|
+
export * as option from './option';
|
|
5
|
+
export * from './preset';
|
|
6
|
+
export * from './common';
|
|
7
|
+
export * from './component';
|
|
8
|
+
export * from './singleton';
|
|
9
|
+
export * from './service';
|
|
10
|
+
export { BaseFragment, HTMLFragment };
|