x-runtime-lib 0.8.8 → 0.8.9

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 (96) hide show
  1. package/dist/components/editor/index.d.ts +2 -1
  2. package/dist/components/editor/picker/index.vue.d.ts +20 -0
  3. package/dist/components/editor/wrap/index.vue.d.ts +3 -2
  4. package/dist/components/element/3d/camera/orthographicCamera/v1/index.vue.d.ts +5 -4
  5. package/dist/components/element/3d/camera/perspectiveCamera/v1/index.vue.d.ts +5 -4
  6. package/dist/components/element/3d/controls/index.d.ts +4 -3
  7. package/dist/components/element/3d/controls/keyboardControls/v1/index.vue.d.ts +2 -1
  8. package/dist/components/element/3d/controls/mapControls/v1/index.vue.d.ts +3 -0
  9. package/dist/components/element/3d/controls/orbitControls/v1/index.vue.d.ts +2 -1
  10. package/dist/components/element/3d/geometry/boxGeometry/v1/index.vue.d.ts +2 -1
  11. package/dist/components/element/3d/geometry/circleGeometry/v1/index.vue.d.ts +2 -1
  12. package/dist/components/element/3d/geometry/coneGeometry/v1/index.vue.d.ts +2 -1
  13. package/dist/components/element/3d/geometry/cylinderGeometry/v1/index.vue.d.ts +2 -1
  14. package/dist/components/element/3d/geometry/planeGeometry/v1/index.vue.d.ts +2 -1
  15. package/dist/components/element/3d/geometry/sphereGeometry/v1/index.vue.d.ts +2 -1
  16. package/dist/components/element/3d/index.d.ts +1 -1
  17. package/dist/components/element/3d/light/ambientLight/v1/index.vue.d.ts +5 -4
  18. package/dist/components/element/3d/light/directionalLight/v1/index.vue.d.ts +5 -4
  19. package/dist/components/element/3d/light/pointLight/v1/index.vue.d.ts +5 -4
  20. package/dist/components/element/3d/light/spotLight/v1/index.vue.d.ts +5 -4
  21. package/dist/components/element/3d/material/meshBasicMaterial/v1/index.vue.d.ts +2 -1
  22. package/dist/components/element/3d/material/meshNormalMaterial/v1/index.vue.d.ts +2 -1
  23. package/dist/components/element/3d/object/group/v1/index.vue.d.ts +14 -0
  24. package/dist/components/element/3d/object/mesh/v1/index.vue.d.ts +14 -0
  25. package/dist/components/element/chart/barChart/v1/index.vue.d.ts +2 -1
  26. package/dist/components/element/chart/lineChart/v1/index.vue.d.ts +2 -1
  27. package/dist/components/element/dynamic/multipleRef/v1/index.vue.d.ts +2 -1
  28. package/dist/components/element/dynamic/ref/v1/entry.vue.d.ts +2 -1
  29. package/dist/components/element/dynamic/ref/v1/index.vue.d.ts +2 -1
  30. package/dist/components/element/dynamic/renderSwitch/v1/index.vue.d.ts +3 -2
  31. package/dist/components/element/dynamic/singleRef/v1/index.vue.d.ts +2 -1
  32. package/dist/components/element/dynamic/slot/v1/index.vue.d.ts +2 -1
  33. package/dist/components/element/regular/badge/v1/index.vue.d.ts +3 -2
  34. package/dist/components/element/regular/breadcrumbs/v1/index.vue.d.ts +2 -1
  35. package/dist/components/element/regular/btn/v1/index.vue.d.ts +2 -1
  36. package/dist/components/element/regular/btnGroup/v1/index.vue.d.ts +3 -2
  37. package/dist/components/element/regular/btnToggle/v1/index.vue.d.ts +3 -2
  38. package/dist/components/element/regular/card/v1/index.vue.d.ts +3 -2
  39. package/dist/components/element/regular/checkbox/v1/index.vue.d.ts +2 -1
  40. package/dist/components/element/regular/chip/v1/index.vue.d.ts +2 -1
  41. package/dist/components/element/regular/chipGroup/v1/index.vue.d.ts +3 -2
  42. package/dist/components/element/regular/colorPicker/v1/index.vue.d.ts +2 -1
  43. package/dist/components/element/regular/combobox/v1/index.vue.d.ts +2 -1
  44. package/dist/components/element/regular/container/v1/index.vue.d.ts +3 -2
  45. package/dist/components/element/regular/dataTable/v1/index.vue.d.ts +2 -1
  46. package/dist/components/element/regular/datePicker/v1/index.vue.d.ts +2 -1
  47. package/dist/components/element/regular/dialog/v1/index.vue.d.ts +3 -2
  48. package/dist/components/element/regular/fileInput/v1/index.vue.d.ts +2 -1
  49. package/dist/components/element/regular/flexLayout/v1/index.vue.d.ts +3 -2
  50. package/dist/components/element/regular/flexLayoutEntry/v1/index.vue.d.ts +3 -2
  51. package/dist/components/element/regular/form/v1/index.vue.d.ts +3 -2
  52. package/dist/components/element/regular/icon/v1/index.vue.d.ts +2 -1
  53. package/dist/components/element/regular/menu/v1/index.vue.d.ts +3 -2
  54. package/dist/components/element/regular/numberInput/v1/index.vue.d.ts +2 -1
  55. package/dist/components/element/regular/pagination/v1/index.vue.d.ts +2 -1
  56. package/dist/components/element/regular/radio/v1/index.vue.d.ts +2 -1
  57. package/dist/components/element/regular/radioGroup/v1/index.vue.d.ts +3 -2
  58. package/dist/components/element/regular/rangeSlider/v1/index.vue.d.ts +2 -1
  59. package/dist/components/element/regular/rating/v1/index.vue.d.ts +2 -1
  60. package/dist/components/element/regular/select/v1/index.vue.d.ts +2 -1
  61. package/dist/components/element/regular/slider/v1/index.vue.d.ts +2 -1
  62. package/dist/components/element/regular/stepper/v1/index.vue.d.ts +3 -2
  63. package/dist/components/element/regular/stepperHeader/v1/index.vue.d.ts +3 -2
  64. package/dist/components/element/regular/stepperItem/v1/index.vue.d.ts +3 -2
  65. package/dist/components/element/regular/stepperWindow/v1/index.vue.d.ts +3 -2
  66. package/dist/components/element/regular/stepperWindowItem/v1/index.vue.d.ts +3 -2
  67. package/dist/components/element/regular/switch/v1/index.vue.d.ts +2 -1
  68. package/dist/components/element/regular/tab/v1/index.vue.d.ts +2 -1
  69. package/dist/components/element/regular/table/v1/index.vue.d.ts +2 -1
  70. package/dist/components/element/regular/tabs/v1/index.vue.d.ts +3 -2
  71. package/dist/components/element/regular/text/v1/index.vue.d.ts +2 -1
  72. package/dist/components/element/regular/textField/v1/index.vue.d.ts +2 -1
  73. package/dist/components/element/regular/textarea/v1/index.vue.d.ts +2 -1
  74. package/dist/components/element/regular/timeline/v1/index.vue.d.ts +3 -2
  75. package/dist/components/element/regular/timelineItem/v1/index.vue.d.ts +3 -2
  76. package/dist/components/element/regular/window/v1/index.vue.d.ts +3 -2
  77. package/dist/components/element/regular/windowItem/v1/index.vue.d.ts +3 -2
  78. package/dist/element/3d/controls/index.d.ts +1 -0
  79. package/dist/element/3d/controls/mapControls/v1/meta.d.ts +2 -0
  80. package/dist/element/3d/index.d.ts +1 -1
  81. package/dist/element/3d/object/mesh/v1/index.d.ts +1 -0
  82. package/dist/element/_common/keys.d.ts +1 -0
  83. package/dist/{i18n-en.e7jmesva.js → i18n-en.oos62cyh.js} +3 -1
  84. package/dist/{i18n-zhHans.ceras44t.js → i18n-zhHans.f0b750e1.js} +3 -1
  85. package/dist/index.js +2219 -2122
  86. package/dist/interpreter/runtime/event.d.ts +1 -1
  87. package/dist/{vendor.en5qm770.js → vendor.iq0658vm.js} +45085 -44797
  88. package/package.json +12 -12
  89. package/dist/components/element/3d/basic/group/v1/index.vue.d.ts +0 -13
  90. package/dist/components/element/3d/basic/mesh/v1/index.vue.d.ts +0 -13
  91. /package/dist/components/element/3d/{basic → object}/index.d.ts +0 -0
  92. /package/dist/element/3d/{basic/group → controls/mapControls}/v1/index.d.ts +0 -0
  93. /package/dist/element/3d/{basic/mesh → object/group}/v1/index.d.ts +0 -0
  94. /package/dist/element/3d/{basic → object}/group/v1/meta.d.ts +0 -0
  95. /package/dist/element/3d/{basic → object}/index.d.ts +0 -0
  96. /package/dist/element/3d/{basic → object}/mesh/v1/meta.d.ts +0 -0
@@ -1,3 +1,4 @@
1
1
  import { BaseProps } from '@/types';
2
- declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2
+ declare const __VLS_export: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
+ declare const _default: typeof __VLS_export;
3
4
  export default _default;
@@ -1,3 +1,4 @@
1
1
  import { BaseProps } from '@/types';
2
- declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2
+ declare const __VLS_export: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
+ declare const _default: typeof __VLS_export;
3
4
  export default _default;
@@ -1,3 +1,4 @@
1
1
  import { BaseProps } from '@/types';
2
- declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2
+ declare const __VLS_export: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
+ declare const _default: typeof __VLS_export;
3
4
  export default _default;
@@ -3,8 +3,9 @@ declare var __VLS_12: {};
3
3
  type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_12) => any;
5
5
  };
6
- declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
6
+ declare const __VLS_base: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
8
+ declare const _default: typeof __VLS_export;
8
9
  export default _default;
9
10
  type __VLS_WithSlots<T, S> = T & {
10
11
  new (): {
@@ -1,3 +1,4 @@
1
1
  import { BaseProps } from '@/types';
2
- declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2
+ declare const __VLS_export: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
+ declare const _default: typeof __VLS_export;
3
4
  export default _default;
@@ -1,3 +1,4 @@
1
1
  import { BaseProps } from '@/types';
2
- declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2
+ declare const __VLS_export: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
+ declare const _default: typeof __VLS_export;
3
4
  export default _default;
@@ -1,3 +1,4 @@
1
1
  import { BaseProps } from '@/types';
2
- declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2
+ declare const __VLS_export: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
+ declare const _default: typeof __VLS_export;
3
4
  export default _default;
@@ -1,3 +1,4 @@
1
1
  import { BaseProps } from '@/types';
2
- declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2
+ declare const __VLS_export: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
+ declare const _default: typeof __VLS_export;
3
4
  export default _default;
@@ -3,8 +3,9 @@ declare var __VLS_7: {};
3
3
  type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_7) => any;
5
5
  };
6
- declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
6
+ declare const __VLS_base: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
8
+ declare const _default: typeof __VLS_export;
8
9
  export default _default;
9
10
  type __VLS_WithSlots<T, S> = T & {
10
11
  new (): {
@@ -2,8 +2,9 @@ declare var __VLS_7: {};
2
2
  type __VLS_Slots = {} & {
3
3
  default?: (props: typeof __VLS_7) => any;
4
4
  };
5
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
5
+ declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
7
+ declare const _default: typeof __VLS_export;
7
8
  export default _default;
8
9
  type __VLS_WithSlots<T, S> = T & {
9
10
  new (): {
@@ -3,8 +3,9 @@ declare var __VLS_7: {};
3
3
  type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_7) => any;
5
5
  };
6
- declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
6
+ declare const __VLS_base: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
8
+ declare const _default: typeof __VLS_export;
8
9
  export default _default;
9
10
  type __VLS_WithSlots<T, S> = T & {
10
11
  new (): {
@@ -2,8 +2,9 @@ declare var __VLS_7: {};
2
2
  type __VLS_Slots = {} & {
3
3
  default?: (props: typeof __VLS_7) => any;
4
4
  };
5
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
5
+ declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
7
+ declare const _default: typeof __VLS_export;
7
8
  export default _default;
8
9
  type __VLS_WithSlots<T, S> = T & {
9
10
  new (): {
@@ -3,8 +3,9 @@ declare var __VLS_7: {};
3
3
  type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_7) => any;
5
5
  };
6
- declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
6
+ declare const __VLS_base: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
8
+ declare const _default: typeof __VLS_export;
8
9
  export default _default;
9
10
  type __VLS_WithSlots<T, S> = T & {
10
11
  new (): {
@@ -1,3 +1,4 @@
1
1
  import { BaseProps } from '@/types';
2
- declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2
+ declare const __VLS_export: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
+ declare const _default: typeof __VLS_export;
3
4
  export default _default;
@@ -1,3 +1,4 @@
1
1
  import { BaseProps } from '@/types';
2
- declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2
+ declare const __VLS_export: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
+ declare const _default: typeof __VLS_export;
3
4
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
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;
2
3
  export default _default;
@@ -3,8 +3,9 @@ declare var __VLS_7: {};
3
3
  type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_7) => any;
5
5
  };
6
- declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
6
+ declare const __VLS_base: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
8
+ declare const _default: typeof __VLS_export;
8
9
  export default _default;
9
10
  type __VLS_WithSlots<T, S> = T & {
10
11
  new (): {
@@ -1,3 +1,4 @@
1
1
  import { BaseProps } from '@/types';
2
- declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2
+ declare const __VLS_export: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
+ declare const _default: typeof __VLS_export;
3
4
  export default _default;
@@ -1,3 +1,4 @@
1
1
  import { BaseProps } from '@/types';
2
- declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2
+ declare const __VLS_export: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
+ declare const _default: typeof __VLS_export;
3
4
  export default _default;
@@ -1,3 +1,4 @@
1
1
  import { BaseProps } from '@/types';
2
- declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2
+ declare const __VLS_export: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
+ declare const _default: typeof __VLS_export;
3
4
  export default _default;
@@ -3,8 +3,9 @@ declare var __VLS_7: {};
3
3
  type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_7) => any;
5
5
  };
6
- declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
6
+ declare const __VLS_base: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
8
+ declare const _default: typeof __VLS_export;
8
9
  export default _default;
9
10
  type __VLS_WithSlots<T, S> = T & {
10
11
  new (): {
@@ -2,8 +2,9 @@ declare var __VLS_7: {};
2
2
  type __VLS_Slots = {} & {
3
3
  default?: (props: typeof __VLS_7) => any;
4
4
  };
5
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
5
+ declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
7
+ declare const _default: typeof __VLS_export;
7
8
  export default _default;
8
9
  type __VLS_WithSlots<T, S> = T & {
9
10
  new (): {
@@ -3,8 +3,9 @@ declare var __VLS_7: {};
3
3
  type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_7) => any;
5
5
  };
6
- declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
6
+ declare const __VLS_base: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
8
+ declare const _default: typeof __VLS_export;
8
9
  export default _default;
9
10
  type __VLS_WithSlots<T, S> = T & {
10
11
  new (): {
@@ -2,8 +2,9 @@ declare var __VLS_7: {};
2
2
  type __VLS_Slots = {} & {
3
3
  default?: (props: typeof __VLS_7) => any;
4
4
  };
5
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
5
+ declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
7
+ declare const _default: typeof __VLS_export;
7
8
  export default _default;
8
9
  type __VLS_WithSlots<T, S> = T & {
9
10
  new (): {
@@ -1,2 +1,3 @@
1
1
  export * from './keyboardControls/v1';
2
+ export * from './mapControls/v1';
2
3
  export * from './orbitControls/v1';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '@/types';
2
+ export declare const mapControlsV1: ZElement;
@@ -1,6 +1,6 @@
1
- export * from './basic';
2
1
  export * from './camera';
3
2
  export * from './controls';
4
3
  export * from './geometry';
5
4
  export * from './light';
6
5
  export * from './material';
6
+ export * from './object';
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -26,6 +26,7 @@ export declare const keyGroupV1 = "group_v1";
26
26
  export declare const keyIconV1 = "icon_v1";
27
27
  export declare const keyKeyboardControlsV1 = "keyboard_controls_v1";
28
28
  export declare const keyLineChartV1 = "line_chart_v1";
29
+ export declare const keyMapControlsV1 = "map_controls_v1";
29
30
  export declare const keyMenuV1 = "menu_v1";
30
31
  export declare const keyMeshV1 = "mesh_v1";
31
32
  export declare const keyMeshBasicMaterialV1 = "mesh_basic_material_v1";
@@ -127,6 +127,7 @@ const e = {
127
127
  formRelated: "Form Related",
128
128
  geometries: "Geometries",
129
129
  globality: "Globality",
130
+ group: "Group",
130
131
  grow: "Grow",
131
132
  h1: "Heading 1",
132
133
  h2: "Heading 2",
@@ -171,10 +172,10 @@ const e = {
171
172
  lineThrough: "Line Through",
172
173
  loading: "Loading",
173
174
  log: "Log",
174
- lookAt: "Look At",
175
175
  mainAxisAlign: "Main Axis Align",
176
176
  mainData: "Main Data",
177
177
  mandatory: "Mandatory",
178
+ mapControls: "Map Controls",
178
179
  margin: "Margin",
179
180
  max: "Max",
180
181
  maxHeight: "Max Height",
@@ -204,6 +205,7 @@ const e = {
204
205
  none: "None",
205
206
  notSet: "Not Set",
206
207
  numberInput: "Number Input",
208
+ objects: "Objects",
207
209
  oldScreenSize: "Old Screen Size",
208
210
  oldValue: "Old Value",
209
211
  open: "Open",
@@ -127,6 +127,7 @@ const e = {
127
127
  formRelated: "表单相关",
128
128
  geometries: "几何体",
129
129
  globality: "全局",
130
+ group: "分组",
130
131
  grow: "伸展",
131
132
  h1: "标题1",
132
133
  h2: "标题2",
@@ -171,10 +172,10 @@ const e = {
171
172
  lineThrough: "中划线",
172
173
  loading: "加载中",
173
174
  log: "对数",
174
- lookAt: "看向",
175
175
  mainAxisAlign: "主轴对齐",
176
176
  mainData: "主数据",
177
177
  mandatory: "强制",
178
+ mapControls: "地图控制",
178
179
  margin: "外边距",
179
180
  max: "最大值",
180
181
  maxHeight: "最大高度",
@@ -204,6 +205,7 @@ const e = {
204
205
  none: "没有",
205
206
  notSet: "未设置",
206
207
  numberInput: "数字输入",
208
+ objects: "对象",
207
209
  oldScreenSize: "旧屏幕大小",
208
210
  oldValue: "旧值",
209
211
  open: "打开",