@vyr/builtin 0.0.32 → 0.0.35

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.
Files changed (95) hide show
  1. package/build/common/file.d.ts +3 -0
  2. package/build/common/index.d.ts +1 -1
  3. package/build/component/CodeEditor.vue.d.ts +8 -4
  4. package/build/component/Directory.vue.d.ts +1 -1
  5. package/build/component/Graph.vue.d.ts +6 -6
  6. package/build/component/InteractionItem.vue.d.ts +1 -0
  7. package/build/component/WindowSetting.vue.d.ts +5 -1
  8. package/build/component/index.d.ts +150 -16
  9. package/build/index.d.ts +1 -3
  10. package/build/locale/LanguageProvider.d.ts +21 -233
  11. package/build/option/index.d.ts +0 -4
  12. package/build/service/footer/action/ControllerAction.d.ts +5 -5
  13. package/build/service/footer/action/EditFileAction.d.ts +1 -1
  14. package/build/service/footer/action/SelectAllAction.d.ts +1 -1
  15. package/build/service/footer/action/StickupAction.d.ts +0 -2
  16. package/build/service/footer/action/index.d.ts +0 -1
  17. package/build/service/footer/draggable/Draggable.d.ts +1 -1
  18. package/build/service/global/action/FooterAction.d.ts +4 -10
  19. package/build/service/global/action/SidebarAction.d.ts +1 -2
  20. package/build/service/global/draggable/Draggable.d.ts +1 -1
  21. package/build/service/{footer/action/BackupAction.d.ts → global/group/DeletePrefabAction.d.ts} +3 -4
  22. package/build/service/global/group/DwonloadPrefabAction.d.ts +9 -0
  23. package/build/service/global/group/index.d.ts +3 -0
  24. package/build/service/global/index.d.ts +2 -1
  25. package/build/service/global/smarts/descriptor.d.ts +3 -0
  26. package/build/service/global/smarts/index.d.ts +5 -0
  27. package/build/service/header/action/{ImportExampleAction.d.ts → ImportPrefabAction.d.ts} +3 -3
  28. package/build/service/header/action/index.d.ts +1 -2
  29. package/build/service/inspector/draggable/Draggable.d.ts +1 -1
  30. package/build/service/sidebar/{asset/action → action}/AddNodeAction.d.ts +0 -1
  31. package/build/service/sidebar/{scene/action → action}/AddServiceAction.d.ts +0 -1
  32. package/build/service/sidebar/{asset/action → action}/ControllerAction.d.ts +4 -12
  33. package/build/service/sidebar/{asset/action → action}/CopyAction.d.ts +0 -1
  34. package/build/service/sidebar/{scene/action → action}/CutAction.d.ts +0 -1
  35. package/build/service/sidebar/{asset/action → action}/DeleteAction.d.ts +0 -1
  36. package/build/service/sidebar/{scene/action → action}/RenameAction.d.ts +0 -1
  37. package/build/service/sidebar/{asset/action → action}/SaveAction.d.ts +0 -1
  38. package/build/service/sidebar/{asset/action → action}/StickupAction.d.ts +0 -1
  39. package/build/service/sidebar/draggable/Draggable.d.ts +13 -0
  40. package/build/service/sidebar/index.d.ts +2 -2
  41. package/package.json +1 -1
  42. package/build/common/example.d.ts +0 -5
  43. package/build/component/ColorItem.vue.d.ts +0 -27
  44. package/build/component/DatasetItem.vue.d.ts +0 -15
  45. package/build/component/InputItem.vue.d.ts +0 -19
  46. package/build/component/RuleItem.vue.d.ts +0 -12
  47. package/build/fragment/DynamicFragment.vue.d.ts +0 -3
  48. package/build/fragment/HTMLFragment.vue.d.ts +0 -16
  49. package/build/fragment/PrefabFragment.vue.d.ts +0 -3
  50. package/build/fragment/PrefabInstanceFragment.vue.d.ts +0 -3
  51. package/build/fragment/SchedulerFragment.vue.d.ts +0 -3
  52. package/build/fragment/StyleFragment.vue.d.ts +0 -8
  53. package/build/option/Dynamic.d.ts +0 -5
  54. package/build/option/HTML.d.ts +0 -41
  55. package/build/option/Preset.d.ts +0 -8
  56. package/build/option/Style.d.ts +0 -76
  57. package/build/preset/graphics.d.ts +0 -8
  58. package/build/preset/index.d.ts +0 -3
  59. package/build/preset/scheduler.d.ts +0 -8
  60. package/build/service/global/scripts/index.d.ts +0 -3
  61. package/build/service/header/action/MyExampleAction.d.ts +0 -9
  62. package/build/service/inspector/StyleViewer.vue.d.ts +0 -7
  63. package/build/service/inspector/scene/SceneInspector.vue.d.ts +0 -3
  64. package/build/service/sidebar/asset/AssetNavigator.d.ts +0 -28
  65. package/build/service/sidebar/asset/action/CutAction.d.ts +0 -14
  66. package/build/service/sidebar/asset/action/RenameAction.d.ts +0 -14
  67. package/build/service/sidebar/asset/action/index.d.ts +0 -8
  68. package/build/service/sidebar/asset/draggable/Draggable.d.ts +0 -14
  69. package/build/service/sidebar/asset/index.d.ts +0 -3
  70. package/build/service/sidebar/scene/Scene.vue.d.ts +0 -3
  71. package/build/service/sidebar/scene/SceneItem.vue.d.ts +0 -18
  72. package/build/service/sidebar/scene/SceneNavigator.d.ts +0 -36
  73. package/build/service/sidebar/scene/action/AddNodeAction.d.ts +0 -54
  74. package/build/service/sidebar/scene/action/ControllerAction.d.ts +0 -39
  75. package/build/service/sidebar/scene/action/CopyAction.d.ts +0 -14
  76. package/build/service/sidebar/scene/action/DeleteAction.d.ts +0 -15
  77. package/build/service/sidebar/scene/action/SaveAction.d.ts +0 -14
  78. package/build/service/sidebar/scene/action/StickupAction.d.ts +0 -15
  79. package/build/service/sidebar/scene/draggable/Draggable.d.ts +0 -14
  80. package/build/service/sidebar/scene/draggable/index.d.ts +0 -1
  81. package/build/service/sidebar/scene/index.d.ts +0 -3
  82. package/build/fragment/{InteractionInspectorFragment.vue.d.ts → InteractionFragment.vue.d.ts} +0 -0
  83. package/build/{component/ExampleDialog.vue.d.ts → fragment/SceneFragment.vue.d.ts} +0 -0
  84. package/build/fragment/{DatasetInspectorFragment.vue.d.ts → StoreFragment.vue.d.ts} +0 -0
  85. package/build/service/inspector/{DatasetInspector.vue.d.ts → InputViewer.vue.d.ts} +0 -0
  86. package/build/service/inspector/{DatasetViewer.vue.d.ts → JsonInspector.vue.d.ts} +0 -0
  87. package/build/service/inspector/{DynamicViewer.vue.d.ts → SceneViewer.vue.d.ts} +0 -0
  88. package/build/service/inspector/{PrefabInstanceViewer.vue.d.ts → StoreInspector.vue.d.ts} +0 -0
  89. package/build/service/inspector/{PrefabViewer.vue.d.ts → StoreViewer.vue.d.ts} +0 -0
  90. package/build/service/inspector/{ServiceSchedulerViewer.vue.d.ts → TextViewer.vue.d.ts} +0 -0
  91. package/build/service/sidebar/{asset/Asset.vue.d.ts → Asset.vue.d.ts} +0 -0
  92. package/build/service/sidebar/{asset/AssetItem.vue.d.ts → AssetItem.vue.d.ts} +0 -0
  93. package/build/{fragment/DatasetFragment.vue.d.ts → service/sidebar/Prefab.vue.d.ts} +0 -0
  94. package/build/service/sidebar/{scene/action → action}/index.d.ts +1 -1
  95. /package/build/service/sidebar/{asset/draggable → draggable}/index.d.ts +0 -0
@@ -1,4 +1,3 @@
1
- export * from './BackupAction';
2
1
  export * from './ControllerAction';
3
2
  export * from './AddDirAction';
4
3
  export * from './CopyAction';
@@ -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-rpc";
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: Controller;
4
+ controller: FooterController;
11
5
  label: string;
12
6
  code: string;
13
- setController(controller: Controller): void;
7
+ setController(controller: FooterController): void;
14
8
  validator(e: KeyboardEvent): boolean;
15
9
  update(): void;
16
10
  execute(): void;
17
11
  }
18
- export { Controller, FooterAction };
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, rpcService: RpcService): void;
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-rpc";
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,10 +1,9 @@
1
1
  import { Action } from "@vyr/runtime";
2
- declare class BackupAction extends Action {
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 { BackupAction };
9
+ export { DeletePrefabAction };
@@ -0,0 +1,9 @@
1
+ import { Action } from "@vyr/runtime";
2
+ declare class DwonloadPrefabAction extends Action {
3
+ static id: string;
4
+ label: string;
5
+ validator(e: KeyboardEvent): boolean;
6
+ update(): void;
7
+ execute(): Promise<void>;
8
+ }
9
+ export { DwonloadPrefabAction };
@@ -0,0 +1,3 @@
1
+ import { ActionGroup } from "@vyr/runtime";
2
+ declare const prefab: ActionGroup;
3
+ export { prefab };
@@ -1,3 +1,4 @@
1
- export { scripts } from './scripts';
1
+ export { smarts } from './smarts';
2
+ export * as group from './group';
2
3
  export * as action from './action';
3
4
  export * as draggable from './draggable';
@@ -0,0 +1,3 @@
1
+ import { SmartProvider } from "@vyr/runtime";
2
+ declare const descriptorSmartProvider: SmartProvider;
3
+ export { descriptorSmartProvider };
@@ -0,0 +1,5 @@
1
+ declare const smarts: {
2
+ type: string;
3
+ provider: import("@vyr/runtime").SmartProvider;
4
+ }[];
5
+ export { smarts };
@@ -1,10 +1,10 @@
1
1
  import { Action } from '@vyr/runtime';
2
- declare class ImportExampleAction extends Action {
2
+ declare class ImportPrefabAction extends Action {
3
3
  static id: string;
4
4
  label: string;
5
5
  validator(): boolean;
6
6
  update(): void;
7
- importExample: (e: Event) => void;
7
+ importPrefa: (e: Event) => void;
8
8
  execute(): void;
9
9
  }
10
- export { ImportExampleAction };
10
+ export { ImportPrefabAction };
@@ -1,4 +1,3 @@
1
- export * from './ImportExampleAction';
1
+ export * from './ImportPrefabAction';
2
2
  export * from './ExportSceneAction';
3
3
  export * from './PreviewSceneAction';
4
- export * from './MyExampleAction';
@@ -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-rpc";
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;
@@ -46,7 +46,6 @@ declare class AddNodeAction extends Action {
46
46
  children: Action[];
47
47
  active(): boolean;
48
48
  }[];
49
- active(): boolean;
50
49
  update(): void;
51
50
  validator(): boolean;
52
51
  execute(): void;
@@ -46,7 +46,6 @@ declare class AddServiceAction extends Action {
46
46
  children: Action[];
47
47
  active(): boolean;
48
48
  }[];
49
- active(): boolean;
50
49
  update(): void;
51
50
  validator(): boolean;
52
51
  execute(): void;
@@ -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
- interface Controller {
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: Controller;
7
+ controller: SidebarController;
14
8
  label: string;
15
9
  code: string;
16
- setController(controller: Controller): void;
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;
@@ -2,7 +2,6 @@ import { Action, DataService } from "@vyr/runtime";
2
2
  declare class CopyAction extends Action {
3
3
  static id: string;
4
4
  label: string;
5
- active(): boolean;
6
5
  validator(e: KeyboardEvent): boolean;
7
6
  updateRightMenu(): void;
8
7
  updateShortcutkey(): void;
@@ -2,7 +2,6 @@ import { Action, DataService } from "@vyr/runtime";
2
2
  declare class CutAction extends Action {
3
3
  static id: string;
4
4
  label: string;
5
- active(): boolean;
6
5
  validator(e: KeyboardEvent): boolean;
7
6
  updateRightMenu(): void;
8
7
  updateShortcutkey(): void;
@@ -3,7 +3,6 @@ import { AssetService } from "@vyr/service-asset";
3
3
  declare class DeleteAction extends Action {
4
4
  static id: string;
5
5
  label: string;
6
- active(): boolean;
7
6
  validator(e: KeyboardEvent): boolean;
8
7
  updateRightMenu(): void;
9
8
  updateShortcutkey(): void;
@@ -2,7 +2,6 @@ import { Action, DataService } from "@vyr/runtime";
2
2
  declare class RenameAction extends Action {
3
3
  static id: string;
4
4
  label: string;
5
- active(): boolean;
6
5
  validator(e: KeyboardEvent): boolean;
7
6
  updateRightMenu(): void;
8
7
  updateShortcutkey(): void;
@@ -2,7 +2,6 @@ import { Action, DataService } from "@vyr/runtime";
2
2
  declare class SaveAction extends Action {
3
3
  static id: string;
4
4
  label: string;
5
- active(): boolean;
6
5
  validator(e: KeyboardEvent): boolean;
7
6
  updateRightMenu(): void;
8
7
  updateShortcutkey(): void;
@@ -3,7 +3,6 @@ import { AssetService } from "@vyr/service-asset";
3
3
  declare class StickupAction extends Action {
4
4
  static id: string;
5
5
  label: string;
6
- active(): boolean;
7
6
  validator(e: KeyboardEvent): boolean;
8
7
  updateRightMenu(): void;
9
8
  updateShortcutkey(): 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 scene from './scene';
2
- export * as asset from './asset';
1
+ export * as action from './action';
2
+ export * as draggable from './draggable';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vyr/builtin",
3
- "version": "0.0.32",
3
+ "version": "0.0.35",
4
4
  "description": " - Type Declarations",
5
5
  "main": "",
6
6
  "author": "",
@@ -1,5 +0,0 @@
1
- declare const createExample: (info: {
2
- target: string;
3
- base64: string;
4
- }) => Promise<void>;
5
- export { createExample };
@@ -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;
@@ -1,5 +0,0 @@
1
- declare const dataConfig: {
2
- label: string;
3
- value: number;
4
- }[];
5
- export { dataConfig };
@@ -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, };
@@ -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, };
@@ -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, };
@@ -1,8 +0,0 @@
1
- import { Descriptor } from '@vyr/engine';
2
- declare const invokePreset: {
3
- type: string;
4
- label: string;
5
- value: string;
6
- executor: (descriptor: Descriptor) => Promise<void>;
7
- };
8
- export { invokePreset };
@@ -1,3 +0,0 @@
1
- import { Preset } from "@vyr/runtime";
2
- declare const preset: Preset[];
3
- export { preset };
@@ -1,8 +0,0 @@
1
- import { Descriptor } from '@vyr/engine';
2
- declare const switchPreset: {
3
- type: string;
4
- label: string;
5
- value: string;
6
- executor: (descriptor: Descriptor) => Promise<void>;
7
- };
8
- export { switchPreset };
@@ -1,3 +0,0 @@
1
- import { ScriptOption } from "@vyr/runtime";
2
- declare const scripts: ScriptOption[];
3
- export { scripts };
@@ -1,9 +0,0 @@
1
- import { Action } from '@vyr/runtime';
2
- declare class MyExampleAction extends Action {
3
- static id: string;
4
- label: string;
5
- validator(): boolean;
6
- update(): void;
7
- execute(): Promise<void>;
8
- }
9
- export { MyExampleAction };
@@ -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 };