@vyr/builtin 0.0.25 → 0.0.26

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.
@@ -1,4 +1,5 @@
1
1
  type __VLS_Props = {
2
+ language: 'json' | 'sql' | 'plaintext';
2
3
  content: string;
3
4
  readonly: boolean;
4
5
  };
@@ -1,8 +1,9 @@
1
1
  import { HttpDataConfig } from '@vyr/engine';
2
- import { Draggable } from '@vyr/design';
2
+ import { Draggable, Option } from '@vyr/design';
3
3
  type __VLS_Props = {
4
4
  index: number;
5
5
  config: HttpDataConfig;
6
+ interfaces: Option[];
6
7
  draggable: Draggable;
7
8
  };
8
9
  declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -0,0 +1,13 @@
1
+ type __VLS_Props = {
2
+ modelValue: any;
3
+ placeholder: string;
4
+ };
5
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
+ search: (...args: any[]) => void;
7
+ "update:modelValue": (...args: any[]) => void;
8
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
9
+ onSearch?: ((...args: any[]) => any) | undefined;
10
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
11
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ declare const _default: typeof __VLS_export;
13
+ export default _default;
@@ -10,6 +10,7 @@ import VyrWindowSetting from './WindowSetting.vue';
10
10
  import VyrGraph from './Graph.vue';
11
11
  import VyrExampleDialog from './ExampleDialog.vue';
12
12
  import VyrCodeEditor from './CodeEditor.vue';
13
+ import VyrHeaderSearch from './HeaderSearch.vue';
13
14
  import ErrorComponent from './ErrorComponent.vue';
14
15
  import LoadingComponent from './LoadingComponent.vue';
15
- export { VyrRuleItem, VyrColorItem, VyrInteractionItem, VyrDatasetItem, VyrVariableItem, VyrInputItem, VyrDirectory, VyrTimeline, VyrWindowSetting, VyrGraph, VyrExampleDialog, VyrCodeEditor, ErrorComponent, LoadingComponent, };
16
+ export { VyrRuleItem, VyrColorItem, VyrInteractionItem, VyrDatasetItem, VyrVariableItem, VyrInputItem, VyrDirectory, VyrTimeline, VyrWindowSetting, VyrGraph, VyrExampleDialog, VyrCodeEditor, VyrHeaderSearch, ErrorComponent, LoadingComponent, };
@@ -202,13 +202,15 @@ interface ZhCNLanguageProvider extends LanguageProvider {
202
202
  'preset.scheduler.invoke': string;
203
203
  'preset.scheduler.invoke.target': string;
204
204
  'preset.scheduler.invoke.interaction': string;
205
- 'global.action.redo.label': string;
206
- 'global.action.undo.label': string;
207
- 'header.action.exportScene.label': string;
208
- 'header.action.importExample.label': string;
209
- 'header.action.previewScene.label': string;
210
- 'header.action.realTimePreview.label': string;
211
- 'header.action.myExample.label': string;
205
+ 'global.action.Redo.label': string;
206
+ 'global.action.Undo.label': string;
207
+ 'header.menus.file.label': string;
208
+ 'header.menus.scene.label': string;
209
+ 'header.action.ExportScene.label': string;
210
+ 'header.action.ImportExample.label': string;
211
+ 'header.action.PreviewScene.label': string;
212
+ 'header.action.RealTimePreview.label': string;
213
+ 'header.action.MyExample.label': string;
212
214
  'body.windowSetting.width': string;
213
215
  'body.windowSetting.height': string;
214
216
  'body.windowSetting.scale': string;
@@ -218,33 +220,33 @@ interface ZhCNLanguageProvider extends LanguageProvider {
218
220
  'sidebar.asset.label': string;
219
221
  'sidebar.action.region.notExecute': string;
220
222
  'sidebar.action.save.example': string;
221
- 'sidebar.action.scene.addNode.label': string;
222
- 'sidebar.action.scene.addService.label': string;
223
- 'sidebar.action.scene.copy.label': string;
224
- 'sidebar.action.scene.cut.label': string;
225
- 'sidebar.action.scene.delete.label': string;
226
- 'sidebar.action.scene.rename.label': string;
227
- 'sidebar.action.scene.save.label': string;
228
- 'sidebar.action.scene.stickup.label': string;
229
- 'sidebar.action.asset.addNode.label': string;
230
- 'sidebar.action.asset.copy.label': string;
231
- 'sidebar.action.asset.cut.label': string;
232
- 'sidebar.action.asset.delete.label': string;
233
- 'sidebar.action.asset.rename.label': string;
234
- 'sidebar.action.asset.save.label': string;
235
- 'sidebar.action.asset.stickup.label': string;
223
+ 'sidebar.action.scene.AddNode.label': string;
224
+ 'sidebar.action.scene.AddService.label': string;
225
+ 'sidebar.action.scene.Copy.label': string;
226
+ 'sidebar.action.scene.Cut.label': string;
227
+ 'sidebar.action.scene.Delete.label': string;
228
+ 'sidebar.action.scene.Rename.label': string;
229
+ 'sidebar.action.scene.Save.label': string;
230
+ 'sidebar.action.scene.Stickup.label': string;
231
+ 'sidebar.action.asset.AddNode.label': string;
232
+ 'sidebar.action.asset.Copy.label': string;
233
+ 'sidebar.action.asset.Cut.label': string;
234
+ 'sidebar.action.asset.Delete.label': string;
235
+ 'sidebar.action.asset.Rename.label': string;
236
+ 'sidebar.action.asset.Save.label': string;
237
+ 'sidebar.action.asset.Stickup.label': string;
236
238
  'footer.action.region.notFound': string;
237
- 'footer.action.addDir.label': string;
238
- 'footer.action.copy.label': string;
239
- 'footer.action.cut.label': string;
240
- 'footer.action.delete.label': string;
241
- 'footer.action.editFile.label': string;
242
- 'footer.action.rename.label': string;
243
- 'footer.action.selectAll.label': string;
244
- 'footer.action.stickup.label': string;
239
+ 'footer.action.AddDir.label': string;
240
+ 'footer.action.Copy.label': string;
241
+ 'footer.action.Cut.label': string;
242
+ 'footer.action.Delete.label': string;
243
+ 'footer.action.EditFile.label': string;
244
+ 'footer.action.Rename.label': string;
245
+ 'footer.action.SelectAll.label': string;
246
+ 'footer.action.Stickup.label': string;
245
247
  'footer.action.addScript.label': string;
246
- 'footer.action.addMore.label': string;
247
- 'footer.action.backup.label': string;
248
+ 'footer.action.AddMore.label': string;
249
+ 'footer.action.Backup.label': string;
248
250
  'action.trigger.notFound': string;
249
251
  'action.update.notFound': string;
250
252
  'inspector.base.id': string;
@@ -2,11 +2,19 @@ declare const stateOptions: {
2
2
  label: string;
3
3
  value: boolean;
4
4
  }[];
5
+ declare const stateByNumberOptions: {
6
+ label: string;
7
+ value: number;
8
+ }[];
5
9
  declare const booleanOptions: {
6
10
  label: string;
7
11
  value: boolean;
8
12
  }[];
9
- export { stateOptions, booleanOptions, };
13
+ declare const booleanByNumberOptions: {
14
+ label: string;
15
+ value: number;
16
+ }[];
17
+ export { stateOptions, stateByNumberOptions, booleanOptions, booleanByNumberOptions, };
10
18
  export * as Net from './Net';
11
19
  export * as Color from './Color';
12
20
  export * as Style from './Style';
@@ -2,7 +2,6 @@ import { Action } from "@vyr/runtime";
2
2
  declare class AddDirAction extends Action {
3
3
  static id: string;
4
4
  label: string;
5
- order: number;
6
5
  validator(e: KeyboardEvent): boolean;
7
6
  update(): void;
8
7
  execute(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vyr/builtin",
3
- "version": "0.0.25",
3
+ "version": "0.0.26",
4
4
  "description": " - Type Declarations",
5
5
  "main": "",
6
6
  "author": "",