@vyr/builtin 0.0.32 → 0.0.36
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/file.d.ts +3 -0
- package/build/common/index.d.ts +1 -1
- package/build/component/CodeEditor.vue.d.ts +8 -4
- package/build/component/Directory.vue.d.ts +1 -1
- package/build/component/Graph.vue.d.ts +6 -6
- package/build/component/InteractionItem.vue.d.ts +1 -0
- package/build/component/WindowSetting.vue.d.ts +5 -1
- package/build/component/index.d.ts +150 -16
- package/build/index.d.ts +1 -3
- package/build/locale/LanguageProvider.d.ts +21 -233
- package/build/option/index.d.ts +0 -4
- package/build/service/footer/action/ControllerAction.d.ts +5 -5
- package/build/service/footer/action/EditFileAction.d.ts +1 -1
- package/build/service/footer/action/SelectAllAction.d.ts +1 -1
- package/build/service/footer/action/StickupAction.d.ts +0 -2
- package/build/service/footer/action/index.d.ts +0 -1
- package/build/service/footer/draggable/Draggable.d.ts +1 -1
- package/build/service/global/action/FooterAction.d.ts +4 -10
- package/build/service/global/action/SidebarAction.d.ts +1 -2
- package/build/service/global/draggable/Draggable.d.ts +1 -1
- package/build/service/{footer/action/BackupAction.d.ts → global/group/DeletePrefabAction.d.ts} +3 -4
- package/build/service/global/group/DwonloadPrefabAction.d.ts +9 -0
- package/build/service/global/group/index.d.ts +3 -0
- package/build/service/global/index.d.ts +2 -1
- package/build/service/global/smarts/descriptor.d.ts +3 -0
- package/build/service/global/smarts/index.d.ts +5 -0
- package/build/service/header/action/{ImportExampleAction.d.ts → ImportPrefabAction.d.ts} +3 -3
- package/build/service/header/action/index.d.ts +1 -2
- package/build/service/inspector/draggable/Draggable.d.ts +1 -1
- package/build/service/sidebar/{asset/action → action}/AddNodeAction.d.ts +0 -1
- package/build/service/sidebar/{scene/action → action}/AddServiceAction.d.ts +0 -1
- package/build/service/sidebar/{asset/action → action}/ControllerAction.d.ts +4 -12
- package/build/service/sidebar/{asset/action → action}/CopyAction.d.ts +0 -1
- package/build/service/sidebar/{scene/action → action}/CutAction.d.ts +0 -1
- package/build/service/sidebar/{asset/action → action}/DeleteAction.d.ts +0 -1
- package/build/service/sidebar/{scene/action → action}/RenameAction.d.ts +0 -1
- package/build/service/sidebar/{asset/action → action}/SaveAction.d.ts +0 -1
- package/build/service/sidebar/{asset/action → action}/StickupAction.d.ts +0 -1
- package/build/service/sidebar/draggable/Draggable.d.ts +13 -0
- package/build/service/sidebar/index.d.ts +2 -2
- package/package.json +1 -1
- package/build/common/example.d.ts +0 -5
- package/build/component/ColorItem.vue.d.ts +0 -27
- package/build/component/DatasetItem.vue.d.ts +0 -15
- package/build/component/InputItem.vue.d.ts +0 -19
- package/build/component/RuleItem.vue.d.ts +0 -12
- package/build/fragment/DynamicFragment.vue.d.ts +0 -3
- package/build/fragment/HTMLFragment.vue.d.ts +0 -16
- package/build/fragment/PrefabFragment.vue.d.ts +0 -3
- package/build/fragment/PrefabInstanceFragment.vue.d.ts +0 -3
- package/build/fragment/SchedulerFragment.vue.d.ts +0 -3
- package/build/fragment/StyleFragment.vue.d.ts +0 -8
- package/build/option/Dynamic.d.ts +0 -5
- package/build/option/HTML.d.ts +0 -41
- package/build/option/Preset.d.ts +0 -8
- package/build/option/Style.d.ts +0 -76
- package/build/preset/graphics.d.ts +0 -8
- package/build/preset/index.d.ts +0 -3
- package/build/preset/scheduler.d.ts +0 -8
- package/build/service/global/scripts/index.d.ts +0 -3
- package/build/service/header/action/MyExampleAction.d.ts +0 -9
- package/build/service/inspector/StyleViewer.vue.d.ts +0 -7
- package/build/service/inspector/scene/SceneInspector.vue.d.ts +0 -3
- package/build/service/sidebar/asset/AssetNavigator.d.ts +0 -28
- package/build/service/sidebar/asset/action/CutAction.d.ts +0 -14
- package/build/service/sidebar/asset/action/RenameAction.d.ts +0 -14
- package/build/service/sidebar/asset/action/index.d.ts +0 -8
- package/build/service/sidebar/asset/draggable/Draggable.d.ts +0 -14
- package/build/service/sidebar/asset/index.d.ts +0 -3
- package/build/service/sidebar/scene/Scene.vue.d.ts +0 -3
- package/build/service/sidebar/scene/SceneItem.vue.d.ts +0 -18
- package/build/service/sidebar/scene/SceneNavigator.d.ts +0 -36
- package/build/service/sidebar/scene/action/AddNodeAction.d.ts +0 -54
- package/build/service/sidebar/scene/action/ControllerAction.d.ts +0 -39
- package/build/service/sidebar/scene/action/CopyAction.d.ts +0 -14
- package/build/service/sidebar/scene/action/DeleteAction.d.ts +0 -15
- package/build/service/sidebar/scene/action/SaveAction.d.ts +0 -14
- package/build/service/sidebar/scene/action/StickupAction.d.ts +0 -15
- package/build/service/sidebar/scene/draggable/Draggable.d.ts +0 -14
- package/build/service/sidebar/scene/draggable/index.d.ts +0 -1
- package/build/service/sidebar/scene/index.d.ts +0 -3
- package/build/fragment/{InteractionInspectorFragment.vue.d.ts → InteractionFragment.vue.d.ts} +0 -0
- package/build/{component/ExampleDialog.vue.d.ts → fragment/SceneFragment.vue.d.ts} +0 -0
- package/build/fragment/{DatasetInspectorFragment.vue.d.ts → StoreFragment.vue.d.ts} +0 -0
- package/build/service/inspector/{DatasetInspector.vue.d.ts → InputViewer.vue.d.ts} +0 -0
- package/build/service/inspector/{DatasetViewer.vue.d.ts → JsonInspector.vue.d.ts} +0 -0
- package/build/service/inspector/{DynamicViewer.vue.d.ts → SceneViewer.vue.d.ts} +0 -0
- package/build/service/inspector/{PrefabInstanceViewer.vue.d.ts → StoreInspector.vue.d.ts} +0 -0
- package/build/service/inspector/{PrefabViewer.vue.d.ts → StoreViewer.vue.d.ts} +0 -0
- package/build/service/inspector/{ServiceSchedulerViewer.vue.d.ts → TextViewer.vue.d.ts} +0 -0
- package/build/service/sidebar/{asset/Asset.vue.d.ts → Asset.vue.d.ts} +0 -0
- package/build/service/sidebar/{asset/AssetItem.vue.d.ts → AssetItem.vue.d.ts} +0 -0
- package/build/{fragment/DatasetFragment.vue.d.ts → service/sidebar/Prefab.vue.d.ts} +0 -0
- package/build/service/sidebar/{scene/action → action}/index.d.ts +1 -1
- /package/build/service/sidebar/{asset/draggable → draggable}/index.d.ts +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Draggable as _Draggable } from "@vyr/runtime";
|
|
2
2
|
import { DraggableData, DraggableEndType } from '@vyr/declare';
|
|
3
|
-
import { VirtualNode } from "@vyr/service-
|
|
3
|
+
import { VirtualNode } from "@vyr/service-gateway";
|
|
4
4
|
declare class Draggable extends _Draggable<VirtualNode> {
|
|
5
5
|
readonly id: string;
|
|
6
6
|
starter(dragData: VirtualNode): boolean;
|
|
@@ -1,18 +1,12 @@
|
|
|
1
|
-
import { Action } from "@vyr/runtime";
|
|
2
|
-
import { VirtualNode } from "@vyr/service-rpc";
|
|
3
|
-
interface Controller {
|
|
4
|
-
expand: (item: VirtualNode, type?: boolean) => void;
|
|
5
|
-
change: (items: VirtualNode[]) => void;
|
|
6
|
-
search: () => void;
|
|
7
|
-
}
|
|
1
|
+
import { Action, FooterController } from "@vyr/runtime";
|
|
8
2
|
declare class FooterAction extends Action {
|
|
9
3
|
static id: string;
|
|
10
|
-
controller:
|
|
4
|
+
controller: FooterController;
|
|
11
5
|
label: string;
|
|
12
6
|
code: string;
|
|
13
|
-
setController(controller:
|
|
7
|
+
setController(controller: FooterController): void;
|
|
14
8
|
validator(e: KeyboardEvent): boolean;
|
|
15
9
|
update(): void;
|
|
16
10
|
execute(): void;
|
|
17
11
|
}
|
|
18
|
-
export {
|
|
12
|
+
export { FooterAction };
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { Action, DataService } from '@vyr/runtime';
|
|
2
|
-
import { RpcService } from '@vyr/service-rpc';
|
|
3
2
|
declare class SidebarAction extends Action {
|
|
4
3
|
static id: string;
|
|
5
4
|
label: string;
|
|
@@ -7,7 +6,7 @@ declare class SidebarAction extends Action {
|
|
|
7
6
|
validator(e: KeyboardEvent): boolean;
|
|
8
7
|
update(): void;
|
|
9
8
|
selectSidebar(): void;
|
|
10
|
-
toggleSidebar(key: string, dataService: DataService
|
|
9
|
+
toggleSidebar(key: string, dataService: DataService): void;
|
|
11
10
|
selectRegion(): void;
|
|
12
11
|
execute(): void;
|
|
13
12
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Draggable as _Draggable } from "@vyr/runtime";
|
|
2
2
|
import { DraggableData, DraggableEndType } from '@vyr/declare';
|
|
3
|
-
import { VirtualNode } from "@vyr/service-
|
|
3
|
+
import { VirtualNode } from "@vyr/service-gateway";
|
|
4
4
|
declare class Draggable extends _Draggable<VirtualNode> {
|
|
5
5
|
readonly id: string;
|
|
6
6
|
starter(dragData: VirtualNode): boolean;
|
package/build/service/{footer/action/BackupAction.d.ts → global/group/DeletePrefabAction.d.ts}
RENAMED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { Action } from "@vyr/runtime";
|
|
2
|
-
declare class
|
|
2
|
+
declare class DeletePrefabAction extends Action {
|
|
3
3
|
static id: string;
|
|
4
4
|
label: string;
|
|
5
|
-
show: boolean;
|
|
6
5
|
validator(e: KeyboardEvent): boolean;
|
|
7
6
|
update(): void;
|
|
8
|
-
execute(): void
|
|
7
|
+
execute(): Promise<void>;
|
|
9
8
|
}
|
|
10
|
-
export {
|
|
9
|
+
export { DeletePrefabAction };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Action } from '@vyr/runtime';
|
|
2
|
-
declare class
|
|
2
|
+
declare class ImportPrefabAction extends Action {
|
|
3
3
|
static id: string;
|
|
4
4
|
label: string;
|
|
5
5
|
validator(): boolean;
|
|
6
6
|
update(): void;
|
|
7
|
-
|
|
7
|
+
importPrefa: (e: Event) => void;
|
|
8
8
|
execute(): void;
|
|
9
9
|
}
|
|
10
|
-
export {
|
|
10
|
+
export { ImportPrefabAction };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Draggable as _Draggable } from "@vyr/runtime";
|
|
2
2
|
import { DraggableData, DraggableEndType } from '@vyr/declare';
|
|
3
|
-
import { VirtualNode } from "@vyr/service-
|
|
3
|
+
import { VirtualNode } from "@vyr/service-gateway";
|
|
4
4
|
declare class Draggable extends _Draggable<VirtualNode> {
|
|
5
5
|
readonly id: string;
|
|
6
6
|
starter(dragData: VirtualNode): boolean;
|
|
@@ -1,20 +1,13 @@
|
|
|
1
1
|
import { Descriptor } from '@vyr/engine';
|
|
2
|
-
import { Action, DataService } from '@vyr/runtime';
|
|
3
|
-
import { TreeOption } from '@vyr/design';
|
|
2
|
+
import { Action, DataService, SidebarControllerAction, SidebarController } from '@vyr/runtime';
|
|
4
3
|
import { AssetService } from '@vyr/service-asset';
|
|
5
|
-
|
|
6
|
-
expand: (item: Descriptor, type?: boolean) => void;
|
|
7
|
-
change: (items: Descriptor[]) => void;
|
|
8
|
-
search: () => void;
|
|
9
|
-
}
|
|
10
|
-
declare class ControllerAction extends Action {
|
|
4
|
+
declare class ControllerAction extends Action implements SidebarControllerAction {
|
|
11
5
|
static id: string;
|
|
12
6
|
static options: string[];
|
|
13
|
-
controller:
|
|
7
|
+
controller: SidebarController;
|
|
14
8
|
label: string;
|
|
15
9
|
code: string;
|
|
16
|
-
setController(controller:
|
|
17
|
-
active(): boolean;
|
|
10
|
+
setController(controller: SidebarController): void;
|
|
18
11
|
validator(e: KeyboardEvent): boolean;
|
|
19
12
|
update(): void;
|
|
20
13
|
private useCurrentSelectItem;
|
|
@@ -28,7 +21,6 @@ declare class ControllerAction extends Action {
|
|
|
28
21
|
execute(): void;
|
|
29
22
|
changeTransformController(clean?: boolean): void;
|
|
30
23
|
changeAssetItem: (items: Descriptor[], dataService?: DataService) => void;
|
|
31
|
-
getAssetItemVisible: (item: TreeOption) => boolean;
|
|
32
24
|
addAssetItem: (name: string, item: Descriptor, assetService?: AssetService, dataService?: DataService) => void;
|
|
33
25
|
renameAssetItem: (name: string, item: Descriptor, assetService?: AssetService, dataService?: DataService) => void;
|
|
34
26
|
setAssetItemVisible: (item: Descriptor, assetService?: AssetService, dataService?: DataService) => void;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { DraggableData, DraggableEndType } from '@vyr/declare';
|
|
2
|
+
import { Draggable as _Draggable } from "@vyr/runtime";
|
|
3
|
+
import { Descriptor } from "@vyr/engine";
|
|
4
|
+
import { Prefab, VirtualNode } from "@vyr/service-gateway";
|
|
5
|
+
declare class Draggable extends _Draggable<Descriptor> {
|
|
6
|
+
readonly id: string;
|
|
7
|
+
isVirtualNode(dragData: DraggableData<Descriptor | VirtualNode | Prefab>): dragData is DraggableData<VirtualNode>;
|
|
8
|
+
starter(dragData: Descriptor): boolean;
|
|
9
|
+
validator(dragData: DraggableData<Descriptor | VirtualNode | Prefab>, targetData: DraggableData<Descriptor>): boolean;
|
|
10
|
+
limit(dragData: DraggableData<Descriptor | VirtualNode | Prefab>, targetData: DraggableData<Descriptor>, type: DraggableEndType): DraggableEndType;
|
|
11
|
+
finished(dragData: DraggableData<Descriptor | VirtualNode | Prefab>, targetData: DraggableData<Descriptor>, type: DraggableEndType): Promise<void>;
|
|
12
|
+
}
|
|
13
|
+
export { Draggable };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * as
|
|
2
|
-
export * as
|
|
1
|
+
export * as action from './action';
|
|
2
|
+
export * as draggable from './draggable';
|
package/package.json
CHANGED
|
@@ -1,27 +0,0 @@
|
|
|
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
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { HttpDataConfig } from '@vyr/engine';
|
|
2
|
-
import { Draggable, Option } from '@vyr/design';
|
|
3
|
-
type __VLS_Props = {
|
|
4
|
-
index: number;
|
|
5
|
-
config: HttpDataConfig;
|
|
6
|
-
interfaces: 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
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
12
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
13
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
-
declare const _default: typeof __VLS_export;
|
|
15
|
-
export default _default;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { InteractionInput } from '@vyr/engine';
|
|
2
|
-
import { ScriptPropertyOptionsGetters } from '@vyr/runtime';
|
|
3
|
-
import { Option } from '@vyr/design';
|
|
4
|
-
type __VLS_Props = {
|
|
5
|
-
data: Option;
|
|
6
|
-
input: InteractionInput;
|
|
7
|
-
readonly?: boolean;
|
|
8
|
-
inputReadonly?: boolean;
|
|
9
|
-
getters?: ScriptPropertyOptionsGetters;
|
|
10
|
-
};
|
|
11
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
|
-
change: (...args: any[]) => void;
|
|
13
|
-
remove: (...args: any[]) => void;
|
|
14
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
16
|
-
onRemove?: ((...args: any[]) => any) | undefined;
|
|
17
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
|
-
declare const _default: typeof __VLS_export;
|
|
19
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
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;
|
|
@@ -1,3 +0,0 @@
|
|
|
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;
|
|
@@ -1,16 +0,0 @@
|
|
|
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
|
-
};
|
|
@@ -1,3 +0,0 @@
|
|
|
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;
|
|
@@ -1,3 +0,0 @@
|
|
|
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;
|
|
@@ -1,3 +0,0 @@
|
|
|
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;
|
|
@@ -1,8 +0,0 @@
|
|
|
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/option/HTML.d.ts
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
declare const displayOptions: {
|
|
2
|
-
label: string;
|
|
3
|
-
value: string;
|
|
4
|
-
}[];
|
|
5
|
-
declare const flexDirectionOptions: {
|
|
6
|
-
label: string;
|
|
7
|
-
value: string;
|
|
8
|
-
}[];
|
|
9
|
-
declare const flexWrapOptions: {
|
|
10
|
-
label: string;
|
|
11
|
-
value: string;
|
|
12
|
-
}[];
|
|
13
|
-
declare const justifyContentOptions: {
|
|
14
|
-
label: string;
|
|
15
|
-
value: string;
|
|
16
|
-
}[];
|
|
17
|
-
declare const alignItemsOptions: {
|
|
18
|
-
label: string;
|
|
19
|
-
value: string;
|
|
20
|
-
}[];
|
|
21
|
-
declare const alignContentOptions: {
|
|
22
|
-
label: string;
|
|
23
|
-
value: string;
|
|
24
|
-
}[];
|
|
25
|
-
declare const positionOptions: {
|
|
26
|
-
label: string;
|
|
27
|
-
value: string;
|
|
28
|
-
}[];
|
|
29
|
-
declare const xAxisOptions: {
|
|
30
|
-
label: string;
|
|
31
|
-
value: string;
|
|
32
|
-
}[];
|
|
33
|
-
declare const yAxisOptions: {
|
|
34
|
-
label: string;
|
|
35
|
-
value: string;
|
|
36
|
-
}[];
|
|
37
|
-
declare const sizeOptions: {
|
|
38
|
-
label: string;
|
|
39
|
-
value: string;
|
|
40
|
-
}[];
|
|
41
|
-
export { displayOptions, flexDirectionOptions, flexWrapOptions, justifyContentOptions, alignItemsOptions, alignContentOptions, positionOptions, xAxisOptions, yAxisOptions, sizeOptions, };
|
package/build/option/Preset.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Descriptor } from '@vyr/engine';
|
|
2
|
-
import { Option } from '@vyr/design';
|
|
3
|
-
declare const getInteractionOptionsByTarget: (descriptor: Descriptor) => Option[];
|
|
4
|
-
declare const getSelectOptions: (ignore?: "interaction" | "dataset") => {
|
|
5
|
-
datasets: Option[];
|
|
6
|
-
interactionTargets: Option[];
|
|
7
|
-
};
|
|
8
|
-
export { getSelectOptions, getInteractionOptionsByTarget, };
|
package/build/option/Style.d.ts
DELETED
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
declare const cursorOptions: {
|
|
2
|
-
label: string;
|
|
3
|
-
value: string;
|
|
4
|
-
}[];
|
|
5
|
-
declare const boxSizingOptions: {
|
|
6
|
-
label: string;
|
|
7
|
-
value: string;
|
|
8
|
-
}[];
|
|
9
|
-
declare const overflowOptions: {
|
|
10
|
-
label: string;
|
|
11
|
-
value: string;
|
|
12
|
-
}[];
|
|
13
|
-
declare const overflowXOptions: {
|
|
14
|
-
label: string;
|
|
15
|
-
value: string;
|
|
16
|
-
}[];
|
|
17
|
-
declare const overflowYOptions: {
|
|
18
|
-
label: string;
|
|
19
|
-
value: string;
|
|
20
|
-
}[];
|
|
21
|
-
declare const verticalAlignOptions: {
|
|
22
|
-
label: string;
|
|
23
|
-
value: string;
|
|
24
|
-
}[];
|
|
25
|
-
declare const backgroundRepeatOptions: {
|
|
26
|
-
label: string;
|
|
27
|
-
value: string;
|
|
28
|
-
}[];
|
|
29
|
-
declare const backgroundRepeatXOptions: {
|
|
30
|
-
label: string;
|
|
31
|
-
value: string;
|
|
32
|
-
}[];
|
|
33
|
-
declare const backgroundRepeatYOptions: {
|
|
34
|
-
label: string;
|
|
35
|
-
value: string;
|
|
36
|
-
}[];
|
|
37
|
-
declare const backgroundBlendModeOptions: {
|
|
38
|
-
label: string;
|
|
39
|
-
value: string;
|
|
40
|
-
}[];
|
|
41
|
-
declare const backgroundClipOptions: {
|
|
42
|
-
label: string;
|
|
43
|
-
value: string;
|
|
44
|
-
}[];
|
|
45
|
-
declare const insetOptions: {
|
|
46
|
-
label: string;
|
|
47
|
-
value: boolean;
|
|
48
|
-
}[];
|
|
49
|
-
declare const borderStyleOptions: {
|
|
50
|
-
label: string;
|
|
51
|
-
value: string;
|
|
52
|
-
}[];
|
|
53
|
-
declare const fontWeightOptions: ({
|
|
54
|
-
label: string;
|
|
55
|
-
value: string;
|
|
56
|
-
} | {
|
|
57
|
-
label: string;
|
|
58
|
-
value: number;
|
|
59
|
-
})[];
|
|
60
|
-
declare const fontStyleOptions: {
|
|
61
|
-
label: string;
|
|
62
|
-
value: string;
|
|
63
|
-
}[];
|
|
64
|
-
declare const textAlignOptions: {
|
|
65
|
-
label: string;
|
|
66
|
-
value: string;
|
|
67
|
-
}[];
|
|
68
|
-
declare const whiteSpaceOptions: {
|
|
69
|
-
label: string;
|
|
70
|
-
value: string;
|
|
71
|
-
}[];
|
|
72
|
-
declare const textDecorationOptions: {
|
|
73
|
-
label: string;
|
|
74
|
-
value: string;
|
|
75
|
-
}[];
|
|
76
|
-
export { cursorOptions, boxSizingOptions, overflowOptions, overflowXOptions, overflowYOptions, verticalAlignOptions, backgroundRepeatOptions, backgroundRepeatXOptions, backgroundRepeatYOptions, backgroundBlendModeOptions, backgroundClipOptions, insetOptions, borderStyleOptions, fontWeightOptions, fontStyleOptions, textAlignOptions, whiteSpaceOptions, textDecorationOptions, };
|
package/build/preset/index.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
raw: string;
|
|
3
|
-
uuid: string;
|
|
4
|
-
};
|
|
5
|
-
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>;
|
|
6
|
-
declare const _default: typeof __VLS_export;
|
|
7
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
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;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { DraggableData, DraggableEndType } from '@vyr/declare';
|
|
2
|
-
import { Descriptor, DeserializationObject } from "@vyr/engine";
|
|
3
|
-
import { Draggable, SidebarNavigator } from "@vyr/runtime";
|
|
4
|
-
import { Message, VirtualNode } from "@vyr/service-rpc";
|
|
5
|
-
import { Job } from "@vyr/remote";
|
|
6
|
-
declare class AssetNavigator extends SidebarNavigator {
|
|
7
|
-
key: string;
|
|
8
|
-
visibilityMap: {
|
|
9
|
-
[k: string]: boolean;
|
|
10
|
-
};
|
|
11
|
-
constructor(key: string);
|
|
12
|
-
active(): void;
|
|
13
|
-
unactive(): void;
|
|
14
|
-
watchOpen(msg: InstanceType<typeof Message['asset']['open']['NoticeMessage']>): void;
|
|
15
|
-
watchClose(msg: InstanceType<typeof Message['asset']['close']['NoticeMessage']>): void;
|
|
16
|
-
changeAsset(cur: string): Promise<void>;
|
|
17
|
-
closeAsset(): Promise<void>;
|
|
18
|
-
selectRootNode(): void;
|
|
19
|
-
updateVisibilityMapBySearch(): {
|
|
20
|
-
[k: string]: boolean;
|
|
21
|
-
};
|
|
22
|
-
finishedWhereInspectorDraggable(draggable: Draggable, dragData: DraggableData<VirtualNode>, targetData: DraggableData, type: DraggableEndType): void;
|
|
23
|
-
ensureReadonlyWhereInteraction(client: string): boolean;
|
|
24
|
-
saveWhereInteraction(content: DeserializationObject<Descriptor>): void;
|
|
25
|
-
remoteTransformEvent(task: InstanceType<typeof Job['invoke']['transform']['Response']>): void;
|
|
26
|
-
remotePickEvent(task: InstanceType<typeof Job['invoke']['pick']['Response']>): Promise<void>;
|
|
27
|
-
}
|
|
28
|
-
export { AssetNavigator };
|