x-runtime-lib 0.8.7 → 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 (137) 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/index.d.ts +3 -0
  5. package/dist/components/element/3d/camera/orthographicCamera/v1/index.vue.d.ts +14 -0
  6. package/dist/components/element/3d/camera/perspectiveCamera/v1/index.vue.d.ts +14 -0
  7. package/dist/components/element/3d/controls/index.d.ts +4 -0
  8. package/dist/components/element/3d/controls/keyboardControls/v1/index.vue.d.ts +3 -0
  9. package/dist/components/element/3d/controls/mapControls/v1/index.vue.d.ts +3 -0
  10. package/dist/components/element/3d/controls/orbitControls/v1/index.vue.d.ts +3 -0
  11. package/dist/components/element/3d/geometry/boxGeometry/v1/index.vue.d.ts +4 -0
  12. package/dist/components/element/3d/geometry/circleGeometry/v1/index.vue.d.ts +3 -0
  13. package/dist/components/element/3d/geometry/coneGeometry/v1/index.vue.d.ts +3 -0
  14. package/dist/components/element/3d/geometry/cylinderGeometry/v1/index.vue.d.ts +3 -0
  15. package/dist/components/element/3d/geometry/index.d.ts +7 -0
  16. package/dist/components/element/3d/geometry/planeGeometry/v1/index.vue.d.ts +3 -0
  17. package/dist/components/element/3d/geometry/sphereGeometry/v1/index.vue.d.ts +4 -0
  18. package/dist/components/element/3d/index.d.ts +5 -0
  19. package/dist/components/element/3d/light/ambientLight/v1/index.vue.d.ts +14 -0
  20. package/dist/components/element/3d/light/directionalLight/v1/index.vue.d.ts +14 -0
  21. package/dist/components/element/3d/light/index.d.ts +5 -0
  22. package/dist/components/element/3d/light/pointLight/v1/index.vue.d.ts +14 -0
  23. package/dist/components/element/3d/light/spotLight/v1/index.vue.d.ts +14 -0
  24. package/dist/components/element/3d/material/index.d.ts +3 -0
  25. package/dist/components/element/3d/material/meshBasicMaterial/v1/index.vue.d.ts +3 -0
  26. package/dist/components/element/3d/material/meshNormalMaterial/v1/index.vue.d.ts +3 -0
  27. package/dist/components/element/3d/object/group/v1/index.vue.d.ts +14 -0
  28. package/dist/components/element/3d/object/index.d.ts +3 -0
  29. package/dist/components/element/3d/object/mesh/v1/index.vue.d.ts +14 -0
  30. package/dist/components/element/chart/barChart/v1/index.vue.d.ts +2 -1
  31. package/dist/components/element/chart/index.d.ts +3 -0
  32. package/dist/components/element/chart/lineChart/v1/index.vue.d.ts +2 -1
  33. package/dist/components/element/dynamic/index.d.ts +6 -0
  34. package/dist/components/element/dynamic/multipleRef/v1/index.vue.d.ts +2 -1
  35. package/dist/components/element/dynamic/ref/v1/entry.vue.d.ts +2 -1
  36. package/dist/components/element/dynamic/ref/v1/index.vue.d.ts +2 -1
  37. package/dist/components/element/dynamic/renderSwitch/v1/index.vue.d.ts +3 -2
  38. package/dist/components/element/dynamic/singleRef/v1/index.vue.d.ts +2 -1
  39. package/dist/components/element/dynamic/slot/v1/index.vue.d.ts +2 -1
  40. package/dist/components/element/index.d.ts +4 -54
  41. package/dist/components/element/regular/badge/v1/index.vue.d.ts +3 -2
  42. package/dist/components/element/regular/breadcrumbs/v1/index.vue.d.ts +2 -1
  43. package/dist/components/element/regular/btn/v1/index.vue.d.ts +2 -1
  44. package/dist/components/element/regular/btnGroup/v1/index.vue.d.ts +3 -2
  45. package/dist/components/element/regular/btnToggle/v1/index.vue.d.ts +3 -2
  46. package/dist/components/element/regular/card/v1/index.vue.d.ts +3 -2
  47. package/dist/components/element/regular/checkbox/v1/index.vue.d.ts +2 -1
  48. package/dist/components/element/regular/chip/v1/index.vue.d.ts +2 -1
  49. package/dist/components/element/regular/chipGroup/v1/index.vue.d.ts +3 -2
  50. package/dist/components/element/regular/colorPicker/v1/index.vue.d.ts +2 -1
  51. package/dist/components/element/regular/combobox/v1/index.vue.d.ts +2 -1
  52. package/dist/components/element/regular/container/v1/index.vue.d.ts +3 -2
  53. package/dist/components/element/regular/dataTable/v1/index.vue.d.ts +2 -1
  54. package/dist/components/element/regular/datePicker/v1/index.vue.d.ts +2 -1
  55. package/dist/components/element/regular/dialog/v1/index.vue.d.ts +3 -2
  56. package/dist/components/element/regular/fileInput/v1/index.vue.d.ts +2 -1
  57. package/dist/components/element/regular/flexLayout/v1/index.vue.d.ts +3 -2
  58. package/dist/components/element/regular/flexLayoutEntry/v1/index.vue.d.ts +3 -2
  59. package/dist/components/element/regular/form/v1/index.vue.d.ts +3 -2
  60. package/dist/components/element/regular/icon/v1/index.vue.d.ts +2 -1
  61. package/dist/components/element/regular/index.d.ts +46 -0
  62. package/dist/components/element/regular/menu/v1/index.vue.d.ts +3 -2
  63. package/dist/components/element/regular/numberInput/v1/index.vue.d.ts +2 -1
  64. package/dist/components/element/regular/pagination/v1/index.vue.d.ts +2 -1
  65. package/dist/components/element/regular/radio/v1/index.vue.d.ts +2 -1
  66. package/dist/components/element/regular/radioGroup/v1/index.vue.d.ts +3 -2
  67. package/dist/components/element/regular/rangeSlider/v1/index.vue.d.ts +2 -1
  68. package/dist/components/element/regular/rating/v1/index.vue.d.ts +2 -1
  69. package/dist/components/element/regular/select/v1/index.vue.d.ts +2 -1
  70. package/dist/components/element/regular/slider/v1/index.vue.d.ts +2 -1
  71. package/dist/components/element/regular/stepper/v1/index.vue.d.ts +3 -2
  72. package/dist/components/element/regular/stepperHeader/v1/index.vue.d.ts +3 -2
  73. package/dist/components/element/regular/stepperItem/v1/index.vue.d.ts +3 -2
  74. package/dist/components/element/regular/stepperWindow/v1/index.vue.d.ts +3 -2
  75. package/dist/components/element/regular/stepperWindowItem/v1/index.vue.d.ts +3 -2
  76. package/dist/components/element/regular/switch/v1/index.vue.d.ts +2 -1
  77. package/dist/components/element/regular/tab/v1/index.vue.d.ts +2 -1
  78. package/dist/components/element/regular/table/v1/index.vue.d.ts +2 -1
  79. package/dist/components/element/regular/tabs/v1/index.vue.d.ts +3 -2
  80. package/dist/components/element/regular/text/v1/index.vue.d.ts +2 -1
  81. package/dist/components/element/regular/textField/v1/index.vue.d.ts +2 -1
  82. package/dist/components/element/regular/textarea/v1/index.vue.d.ts +2 -1
  83. package/dist/components/element/regular/timeline/v1/index.vue.d.ts +3 -2
  84. package/dist/components/element/regular/timelineItem/v1/index.vue.d.ts +3 -2
  85. package/dist/components/element/regular/window/v1/index.vue.d.ts +3 -2
  86. package/dist/components/element/regular/windowItem/v1/index.vue.d.ts +3 -2
  87. package/dist/composables/element/3d/transform/v1/index.d.ts +6 -0
  88. package/dist/composables/element/common/color/v1/index.d.ts +2 -0
  89. package/dist/composables/element/index.d.ts +1 -0
  90. package/dist/element/3d/camera/index.d.ts +2 -0
  91. package/dist/element/3d/camera/orthographicCamera/v1/meta.d.ts +2 -0
  92. package/dist/element/3d/camera/perspectiveCamera/v1/meta.d.ts +2 -0
  93. package/dist/element/3d/controls/index.d.ts +3 -0
  94. package/dist/element/3d/controls/keyboardControls/v1/index.d.ts +1 -0
  95. package/dist/element/3d/controls/keyboardControls/v1/meta.d.ts +2 -0
  96. package/dist/element/3d/controls/mapControls/v1/index.d.ts +1 -0
  97. package/dist/element/3d/controls/mapControls/v1/meta.d.ts +2 -0
  98. package/dist/element/3d/controls/orbitControls/v1/index.d.ts +1 -0
  99. package/dist/element/3d/controls/orbitControls/v1/meta.d.ts +2 -0
  100. package/dist/element/3d/geometry/boxGeometry/v1/index.d.ts +1 -0
  101. package/dist/element/3d/geometry/boxGeometry/v1/spawn.d.ts +2 -0
  102. package/dist/element/3d/geometry/index.d.ts +2 -0
  103. package/dist/element/3d/geometry/sphereGeometry/v1/index.d.ts +1 -0
  104. package/dist/element/3d/geometry/sphereGeometry/v1/meta.d.ts +2 -0
  105. package/dist/element/3d/geometry/sphereGeometry/v1/spawn.d.ts +2 -0
  106. package/dist/element/3d/index.d.ts +6 -0
  107. package/dist/element/3d/light/ambientLight/v1/index.d.ts +1 -0
  108. package/dist/element/3d/light/ambientLight/v1/meta.d.ts +2 -0
  109. package/dist/element/3d/light/directionalLight/v1/index.d.ts +1 -0
  110. package/dist/element/3d/light/directionalLight/v1/meta.d.ts +2 -0
  111. package/dist/element/3d/light/index.d.ts +4 -0
  112. package/dist/element/3d/light/pointLight/v1/index.d.ts +1 -0
  113. package/dist/element/3d/light/pointLight/v1/meta.d.ts +2 -0
  114. package/dist/element/3d/light/spotLight/v1/index.d.ts +1 -0
  115. package/dist/element/3d/light/spotLight/v1/meta.d.ts +2 -0
  116. package/dist/element/3d/material/index.d.ts +1 -0
  117. package/dist/element/3d/material/meshBasicMaterial/v1/index.d.ts +1 -0
  118. package/dist/element/3d/material/meshBasicMaterial/v1/meta.d.ts +2 -0
  119. package/dist/element/3d/object/group/v1/index.d.ts +1 -0
  120. package/dist/element/3d/object/group/v1/meta.d.ts +2 -0
  121. package/dist/element/3d/object/index.d.ts +2 -0
  122. package/dist/element/3d/object/mesh/v1/index.d.ts +1 -0
  123. package/dist/element/_common/keys.d.ts +13 -1
  124. package/dist/element/index.d.ts +1 -0
  125. package/dist/{i18n-en.ismra9q9.js → i18n-en.oos62cyh.js} +37 -0
  126. package/dist/{i18n-zhHans.i2x2m2im.js → i18n-zhHans.f0b750e1.js} +37 -0
  127. package/dist/index.js +2948 -1823
  128. package/dist/interpreter/runtime/event.d.ts +1 -1
  129. package/dist/vendor.iq0658vm.js +50420 -0
  130. package/package.json +12 -12
  131. package/dist/components/element/3d/boxGeometry/v1/index.vue.d.ts +0 -12
  132. package/dist/components/element/3d/mesh/v1/index.vue.d.ts +0 -12
  133. package/dist/vendor.b0vpapvh.js +0 -29246
  134. /package/dist/element/3d/{BoxGeometry → camera/orthographicCamera}/v1/index.d.ts +0 -0
  135. /package/dist/element/3d/{mesh → camera/perspectiveCamera}/v1/index.d.ts +0 -0
  136. /package/dist/element/3d/{BoxGeometry → geometry/boxGeometry}/v1/meta.d.ts +0 -0
  137. /package/dist/element/3d/{mesh → object/mesh}/v1/meta.d.ts +0 -0
@@ -3,8 +3,9 @@ declare var __VLS_1: {};
3
3
  type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_1) => 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 (): {
@@ -3,8 +3,9 @@ declare var __VLS_1: {};
3
3
  type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_1) => 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 (): {
@@ -3,8 +3,9 @@ declare var __VLS_10: {};
3
3
  type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_10) => 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;
@@ -0,0 +1,46 @@
1
+ import ZBadgeV1 from './badge/v1/index.vue';
2
+ import ZBreadcrumbsV1 from './breadcrumbs/v1/index.vue';
3
+ import ZBtnV1 from './btn/v1/index.vue';
4
+ import ZBtnGroupV1 from './btnGroup/v1/index.vue';
5
+ import ZBtnToggleV1 from './btnToggle/v1/index.vue';
6
+ import ZCardV1 from './card/v1/index.vue';
7
+ import ZCheckboxV1 from './checkbox/v1/index.vue';
8
+ import ZChipV1 from './chip/v1/index.vue';
9
+ import ZChipGroupV1 from './chipGroup/v1/index.vue';
10
+ import ZColorPickerV1 from './colorPicker/v1/index.vue';
11
+ import ZComboboxV1 from './combobox/v1/index.vue';
12
+ import ZContainerV1 from './container/v1/index.vue';
13
+ import ZDataTableV1 from './dataTable/v1/index.vue';
14
+ import ZDatePickerV1 from './datePicker/v1/index.vue';
15
+ import ZDialogV1 from './dialog/v1/index.vue';
16
+ import ZFileInputV1 from './fileInput/v1/index.vue';
17
+ import ZFlexLayoutV1 from './flexLayout/v1/index.vue';
18
+ import ZFlexLayoutEntryV1 from './flexLayoutEntry/v1/index.vue';
19
+ import ZFormV1 from './form/v1/index.vue';
20
+ import ZIconV1 from './icon/v1/index.vue';
21
+ import ZMenuV1 from './menu/v1/index.vue';
22
+ import ZNumberInputV1 from './numberInput/v1/index.vue';
23
+ import ZPaginationV1 from './pagination/v1/index.vue';
24
+ import ZRadioV1 from './radio/v1/index.vue';
25
+ import ZRadioGroupV1 from './radioGroup/v1/index.vue';
26
+ import ZRangeSliderV1 from './rangeSlider/v1/index.vue';
27
+ import ZRatingV1 from './rating/v1/index.vue';
28
+ import ZSelectV1 from './select/v1/index.vue';
29
+ import ZSliderV1 from './slider/v1/index.vue';
30
+ import ZStepperV1 from './stepper/v1/index.vue';
31
+ import ZStepperHeaderV1 from './stepperHeader/v1/index.vue';
32
+ import ZStepperItemV1 from './stepperItem/v1/index.vue';
33
+ import ZStepperWindowV1 from './stepperWindow/v1/index.vue';
34
+ import ZStepperWindowItemV1 from './stepperWindowItem/v1/index.vue';
35
+ import ZSwitchV1 from './switch/v1/index.vue';
36
+ import ZTabV1 from './tab/v1/index.vue';
37
+ import ZTableV1 from './table/v1/index.vue';
38
+ import ZTabsV1 from './tabs/v1/index.vue';
39
+ import ZTextV1 from './text/v1/index.vue';
40
+ import ZTextareaV1 from './textarea/v1/index.vue';
41
+ import ZTextFieldV1 from './textField/v1/index.vue';
42
+ import ZTimelineV1 from './timeline/v1/index.vue';
43
+ import ZTimelineItemV1 from './timelineItem/v1/index.vue';
44
+ import ZWindowV1 from './window/v1/index.vue';
45
+ import ZWindowItemV1 from './windowItem/v1/index.vue';
46
+ export { ZBadgeV1, ZBreadcrumbsV1, ZBtnV1, ZBtnGroupV1, ZBtnToggleV1, ZCardV1, ZCheckboxV1, ZChipV1, ZChipGroupV1, ZColorPickerV1, ZComboboxV1, ZContainerV1, ZDataTableV1, ZDatePickerV1, ZDialogV1, ZFileInputV1, ZFlexLayoutV1, ZFlexLayoutEntryV1, ZFormV1, ZIconV1, ZMenuV1, ZNumberInputV1, ZPaginationV1, ZRadioV1, ZRadioGroupV1, ZRangeSliderV1, ZRatingV1, ZSelectV1, ZSliderV1, ZStepperV1, ZStepperHeaderV1, ZStepperItemV1, ZStepperWindowV1, ZStepperWindowItemV1, ZSwitchV1, ZTabV1, ZTableV1, ZTabsV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1, ZWindowV1, ZWindowItemV1 };
@@ -3,8 +3,9 @@ declare var __VLS_8: {};
3
3
  type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_8) => 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_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 (): {
@@ -0,0 +1,6 @@
1
+ import { BaseProps } from '@/types';
2
+ export declare function useTransformV1(props: BaseProps): {
3
+ position: import("vue").Ref<[number, number, number], [number, number, number]>;
4
+ rotation: import("vue").Ref<[number, number, number], [number, number, number]>;
5
+ scale: import("vue").Ref<[number, number, number], [number, number, number]>;
6
+ };
@@ -1,4 +1,6 @@
1
1
  import { Ref } from 'vue';
2
2
  export declare function useColorV1(raw: Ref<any>): {
3
3
  color: import("vue").ComputedRef<any>;
4
+ rgb: import("vue").ComputedRef<string>;
5
+ alpha: import("vue").ComputedRef<number>;
4
6
  };
@@ -1,3 +1,4 @@
1
+ export * from './3d/transform/v1';
1
2
  export * from './chart/legend/v1';
2
3
  export * from './chart/series/v1';
3
4
  export * from './chart/title/v1';
@@ -0,0 +1,2 @@
1
+ export * from './orthographicCamera/v1';
2
+ export * from './perspectiveCamera/v1';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '@/types';
2
+ export declare const orthographicCameraV1: ZElement;
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '@/types';
2
+ export declare const perspectiveCameraV1: ZElement;
@@ -0,0 +1,3 @@
1
+ export * from './keyboardControls/v1';
2
+ export * from './mapControls/v1';
3
+ export * from './orbitControls/v1';
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '@/types';
2
+ export declare const keyboardControlsV1: ZElement;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '@/types';
2
+ export declare const mapControlsV1: ZElement;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '@/types';
2
+ export declare const orbitControlsV1: ZElement;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { Node } from '@/types';
2
+ export declare function spawn(type: string, subtype: string): Node | undefined;
@@ -0,0 +1,2 @@
1
+ export * from './boxGeometry/v1';
2
+ export * from './sphereGeometry/v1';
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '@/types';
2
+ export declare const sphereGeometryV1: ZElement;
@@ -0,0 +1,2 @@
1
+ import { Node } from '@/types';
2
+ export declare function spawn(type: string, subtype: string): Node | undefined;
@@ -0,0 +1,6 @@
1
+ export * from './camera';
2
+ export * from './controls';
3
+ export * from './geometry';
4
+ export * from './light';
5
+ export * from './material';
6
+ export * from './object';
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '@/types';
2
+ export declare const ambientLightV1: ZElement;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '@/types';
2
+ export declare const directionalLightV1: ZElement;
@@ -0,0 +1,4 @@
1
+ export * from './ambientLight/v1';
2
+ export * from './directionalLight/v1';
3
+ export * from './pointLight/v1';
4
+ export * from './spotLight/v1';
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '@/types';
2
+ export declare const pointLightV1: ZElement;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '@/types';
2
+ export declare const spotLightV1: ZElement;
@@ -0,0 +1 @@
1
+ export * from './meshBasicMaterial/v1';
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '@/types';
2
+ export declare const meshBasicMaterialV1: ZElement;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '@/types';
2
+ export declare const groupV1: ZElement;
@@ -0,0 +1,2 @@
1
+ export * from './group/v1';
2
+ export * from './mesh/v1';
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -1,3 +1,4 @@
1
+ export declare const keyAmbientLightV1 = "ambient_light_v1";
1
2
  export declare const keyBadgeV1 = "badge_v1";
2
3
  export declare const keyBreadCrumbsV1 = "breadcrumbs_v1";
3
4
  export declare const keyBarChartV1 = "bar_chart_v1";
@@ -15,18 +16,27 @@ export declare const keyContainerV1 = "container_v1";
15
16
  export declare const keyDataTableV1 = "data_table_v1";
16
17
  export declare const keyDatePickerV1 = "date_picker_v1";
17
18
  export declare const keyDialogV1 = "dialog_v1";
19
+ export declare const keyDirectionalLightV1 = "directional_light_v1";
18
20
  export declare const keyFileInputV1 = "file_input_v1";
19
21
  export declare const keyFlexLayoutV1 = "flex_layout_v1";
20
22
  export declare const keyFlexLayoutEntryV1 = "flex_layout_entry_v1";
21
23
  export declare const keyFormV1 = "form_v1";
22
- export declare const keyIconV1 = "icon_v1";
23
24
  export declare const keyGlobalityV1 = "globality_v1";
25
+ export declare const keyGroupV1 = "group_v1";
26
+ export declare const keyIconV1 = "icon_v1";
27
+ export declare const keyKeyboardControlsV1 = "keyboard_controls_v1";
24
28
  export declare const keyLineChartV1 = "line_chart_v1";
29
+ export declare const keyMapControlsV1 = "map_controls_v1";
25
30
  export declare const keyMenuV1 = "menu_v1";
26
31
  export declare const keyMeshV1 = "mesh_v1";
32
+ export declare const keyMeshBasicMaterialV1 = "mesh_basic_material_v1";
27
33
  export declare const keyMultipleRefV1 = "multiple_ref_v1";
28
34
  export declare const keyNumberInputV1 = "number_input_v1";
35
+ export declare const keyOrbitControlsV1 = "orbit_controls_v1";
36
+ export declare const keyOrthographicCameraV1 = "orthographic_camera_v1";
29
37
  export declare const keyPaginationV1 = "pagination_v1";
38
+ export declare const keyPerspectiveCameraV1 = "perspective_camera_v1";
39
+ export declare const keyPointLightV1 = "point_light_v1";
30
40
  export declare const keyRadioV1 = "radio_v1";
31
41
  export declare const keyRadioGroupV1 = "radio_group_v1";
32
42
  export declare const keyRangeSliderV1 = "range_slider_v1";
@@ -36,6 +46,8 @@ export declare const keyRenderSwitchV1 = "render_switch_v1";
36
46
  export declare const keySelectV1 = "select_v1";
37
47
  export declare const keySingleRefV1 = "single_ref_v1";
38
48
  export declare const keySliderV1 = "slider_v1";
49
+ export declare const keySphereGeometryV1 = "sphere_geometry_v1";
50
+ export declare const keySpotLightV1 = "spot_light_v1";
39
51
  export declare const keyStepperV1 = "stepper_v1";
40
52
  export declare const keyStepperHeaderV1 = "stepper_header_v1";
41
53
  export declare const keyStepperItemV1 = "stepper_item_v1";
@@ -1,4 +1,5 @@
1
1
  export { elements } from './register';
2
+ export * from './3d';
2
3
  export * from './chart';
3
4
  export * from './misc';
4
5
  export * from './regular';