x-runtime-lib 0.9.8 → 0.9.10

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 (243) hide show
  1. package/dist/components/editor/wrap/index.vue.d.ts +1 -0
  2. package/dist/components/element/dynamic/index.d.ts +2 -1
  3. package/dist/components/element/dynamic/renderGroup/v1/index.vue.d.ts +3 -0
  4. package/dist/components/element/ui/btnToggle/v1/index.vue.d.ts +2 -2
  5. package/dist/components/element/ui/chipGroup/v1/index.vue.d.ts +2 -2
  6. package/dist/components/element/ui/container/v1/index.vue.d.ts +2 -2
  7. package/dist/components/element/ui/dataTableServer/v1/index.vue.d.ts +3 -0
  8. package/dist/components/element/ui/dialog/v1/activator.vue.d.ts +16 -0
  9. package/dist/components/element/ui/dialog/v1/index.vue.d.ts +13 -1
  10. package/dist/components/element/ui/flexboxEntry/v1/index.vue.d.ts +14 -0
  11. package/dist/components/element/ui/index.d.ts +11 -5
  12. package/dist/components/element/ui/item/v1/index.vue.d.ts +7 -0
  13. package/dist/components/element/ui/menu/v1/activator.vue.d.ts +16 -0
  14. package/dist/components/element/ui/menu/v1/index.vue.d.ts +11 -1
  15. package/dist/components/element/ui/slideGroup/v1/index.vue.d.ts +13 -0
  16. package/dist/components/element/ui/slideGroupItem/v1/index.vue.d.ts +4 -0
  17. package/dist/components/element/ui/speedDial/v1/activator.vue.d.ts +16 -0
  18. package/dist/components/element/ui/speedDial/v1/index.vue.d.ts +4 -3
  19. package/dist/components/element/ui/speedDial/v1/slotContent.vue.d.ts +15 -0
  20. package/dist/components/element/ui/tabs/v1/index.vue.d.ts +2 -2
  21. package/dist/components/element/ui/timeline/v1/index.vue.d.ts +2 -2
  22. package/dist/components/element/ui/tooltip/v1/activator.vue.d.ts +16 -0
  23. package/dist/components/element/ui/tooltip/v1/index.vue.d.ts +14 -0
  24. package/dist/components/element/ui/tooltip/v1/slotContent.vue.d.ts +15 -0
  25. package/dist/composables/element/core/elementPropertyBreakpoint.d.ts +5 -0
  26. package/dist/composables/element/core/{elementColor.d.ts → elementPropertyColor.d.ts} +1 -1
  27. package/dist/composables/element/core/elementSlotProperty.d.ts +1 -2
  28. package/dist/composables/element/core/index.d.ts +2 -1
  29. package/dist/composables/element/piece/index.d.ts +1 -0
  30. package/dist/composables/element/piece/ui/activator/v1/index.d.ts +3 -0
  31. package/dist/composables/element/piece/ui/border/v1/index.d.ts +0 -3
  32. package/dist/composables/runtime/color.d.ts +1 -1
  33. package/dist/element/3d/camera/index.d.ts +2 -2
  34. package/dist/element/3d/camera/orthographicCamera/v1/index.d.ts +1 -1
  35. package/dist/element/3d/camera/perspectiveCamera/v1/index.d.ts +1 -1
  36. package/dist/element/3d/controls/index.d.ts +3 -3
  37. package/dist/element/3d/controls/keyboardControls/v1/index.d.ts +1 -1
  38. package/dist/element/3d/controls/mapControls/v1/index.d.ts +1 -1
  39. package/dist/element/3d/controls/orbitControls/v1/index.d.ts +1 -1
  40. package/dist/element/3d/geometry/boxGeometry/v1/index.d.ts +1 -1
  41. package/dist/element/3d/geometry/index.d.ts +2 -2
  42. package/dist/element/3d/geometry/sphereGeometry/v1/index.d.ts +1 -1
  43. package/dist/element/3d/index.d.ts +6 -6
  44. package/dist/element/3d/light/ambientLight/v1/index.d.ts +1 -1
  45. package/dist/element/3d/light/directionalLight/v1/index.d.ts +1 -1
  46. package/dist/element/3d/light/index.d.ts +4 -4
  47. package/dist/element/3d/light/pointLight/v1/index.d.ts +1 -1
  48. package/dist/element/3d/light/spotLight/v1/index.d.ts +1 -1
  49. package/dist/element/3d/material/index.d.ts +1 -1
  50. package/dist/element/3d/material/meshBasicMaterial/v1/index.d.ts +1 -1
  51. package/dist/element/3d/object/group/v1/index.d.ts +1 -1
  52. package/dist/element/3d/object/index.d.ts +2 -2
  53. package/dist/element/3d/object/mesh/v1/index.d.ts +1 -1
  54. package/dist/element/_common/index.d.ts +2 -2
  55. package/dist/element/_common/items/index.d.ts +24 -24
  56. package/dist/element/_common/types/index.d.ts +9 -8
  57. package/dist/element/_pkgs/v1/elements.d.ts +1 -1
  58. package/dist/element/_pkgs/v1/items.d.ts +1 -1
  59. package/dist/element/_pkgs/v1/types.d.ts +1 -1
  60. package/dist/element/chart/barChart/v1/index.d.ts +1 -1
  61. package/dist/element/chart/index.d.ts +2 -2
  62. package/dist/element/chart/lineChart/v1/index.d.ts +1 -1
  63. package/dist/element/dynamic/index.d.ts +6 -5
  64. package/dist/element/dynamic/multipleRef/v1/index.d.ts +1 -1
  65. package/dist/element/dynamic/multipleSlot/v1/index.d.ts +1 -1
  66. package/dist/element/dynamic/ref/v1/index.d.ts +1 -1
  67. package/dist/element/dynamic/renderGroup/v1/index.d.ts +1 -0
  68. package/dist/element/dynamic/renderSwitch/v1/index.d.ts +1 -1
  69. package/dist/element/dynamic/slot/v1/index.d.ts +1 -1
  70. package/dist/element/index.d.ts +6 -6
  71. package/dist/element/misc/globality/v1/index.d.ts +1 -1
  72. package/dist/element/misc/index.d.ts +1 -1
  73. package/dist/element/ui/activator/v1/index.d.ts +1 -0
  74. package/dist/element/ui/badge/v1/index.d.ts +1 -1
  75. package/dist/element/ui/btn/v1/index.d.ts +1 -1
  76. package/dist/element/ui/btnToggle/v1/index.d.ts +1 -1
  77. package/dist/element/ui/card/v1/index.d.ts +1 -1
  78. package/dist/element/ui/checkbox/v1/index.d.ts +1 -1
  79. package/dist/element/ui/checkbox/v1/meta.d.ts +1 -2
  80. package/dist/element/ui/chip/v1/index.d.ts +1 -1
  81. package/dist/element/ui/chipGroup/v1/index.d.ts +1 -1
  82. package/dist/element/ui/colorPicker/v1/index.d.ts +1 -1
  83. package/dist/element/ui/combobox/v1/index.d.ts +1 -1
  84. package/dist/element/ui/container/v1/index.d.ts +1 -1
  85. package/dist/element/ui/dataTableClient/v1/index.d.ts +1 -0
  86. package/dist/element/ui/dataTableServer/v1/index.d.ts +1 -0
  87. package/dist/element/ui/datePicker/v1/index.d.ts +1 -1
  88. package/dist/element/ui/dialog/v1/index.d.ts +1 -1
  89. package/dist/element/ui/fab/v1/index.d.ts +1 -1
  90. package/dist/element/ui/fileInput/v1/index.d.ts +1 -1
  91. package/dist/element/ui/flexbox/v1/index.d.ts +1 -0
  92. package/dist/element/ui/flexbox/v1/spawn.d.ts +2 -0
  93. package/dist/element/ui/flexboxEntry/v1/index.d.ts +1 -0
  94. package/dist/element/ui/flexboxEntry/v1/meta.d.ts +1 -0
  95. package/dist/element/ui/form/v1/index.d.ts +1 -1
  96. package/dist/element/ui/icon/v1/index.d.ts +1 -1
  97. package/dist/element/ui/index.d.ts +58 -52
  98. package/dist/element/ui/item/v1/index.d.ts +1 -0
  99. package/dist/element/ui/itemGroup/v1/index.d.ts +1 -0
  100. package/dist/element/ui/itemGroup/v1/spawn.d.ts +2 -0
  101. package/dist/element/ui/menu/v1/index.d.ts +1 -1
  102. package/dist/element/ui/numberInput/v1/index.d.ts +1 -1
  103. package/dist/element/ui/pagination/v1/index.d.ts +1 -1
  104. package/dist/element/ui/radio/v1/index.d.ts +1 -1
  105. package/dist/element/ui/radioGroup/v1/index.d.ts +1 -1
  106. package/dist/element/ui/rangeSlider/v1/index.d.ts +1 -1
  107. package/dist/element/ui/rating/v1/index.d.ts +1 -1
  108. package/dist/element/ui/select/v1/index.d.ts +1 -1
  109. package/dist/element/ui/sheet/v1/index.d.ts +1 -1
  110. package/dist/element/ui/slideGroup/v1/index.d.ts +1 -0
  111. package/dist/element/ui/slideGroup/v1/spawn.d.ts +2 -0
  112. package/dist/element/ui/slideGroupItem/v1/index.d.ts +1 -0
  113. package/dist/element/ui/slider/v1/index.d.ts +1 -1
  114. package/dist/element/ui/speedDial/v1/index.d.ts +1 -1
  115. package/dist/element/ui/stepper/v1/index.d.ts +1 -1
  116. package/dist/element/ui/stepperHeader/v1/index.d.ts +1 -1
  117. package/dist/element/ui/stepperItem/v1/index.d.ts +1 -1
  118. package/dist/element/ui/stepperWindow/v1/index.d.ts +1 -1
  119. package/dist/element/ui/stepperWindowItem/v1/index.d.ts +1 -1
  120. package/dist/element/ui/switch/v1/index.d.ts +1 -1
  121. package/dist/element/ui/tab/v1/index.d.ts +1 -1
  122. package/dist/element/ui/table/v1/index.d.ts +1 -1
  123. package/dist/element/ui/tableBody/v1/index.d.ts +1 -1
  124. package/dist/element/ui/tableBodyCell/v1/index.d.ts +1 -1
  125. package/dist/element/ui/tableHead/v1/index.d.ts +1 -1
  126. package/dist/element/ui/tableHeadCell/v1/index.d.ts +1 -1
  127. package/dist/element/ui/tableRow/v1/index.d.ts +1 -1
  128. package/dist/element/ui/tabs/v1/index.d.ts +1 -1
  129. package/dist/element/ui/text/v1/index.d.ts +1 -1
  130. package/dist/element/ui/textField/v1/index.d.ts +1 -1
  131. package/dist/element/ui/textarea/v1/index.d.ts +1 -1
  132. package/dist/element/ui/timeline/v1/index.d.ts +1 -1
  133. package/dist/element/ui/timelineItem/v1/index.d.ts +1 -1
  134. package/dist/element/ui/tooltip/v1/index.d.ts +1 -0
  135. package/dist/element/ui/tooltip/v1/spawn.d.ts +2 -0
  136. package/dist/element/ui/window/v1/index.d.ts +1 -1
  137. package/dist/element/ui/windowItem/v1/index.d.ts +1 -1
  138. package/dist/{i18n-en.ijgolucs.js → i18n-en.iewo6ied.js} +18 -14
  139. package/dist/{i18n-zhHans.iukcgmn0.js → i18n-zhHans.ns1c2nog.js} +18 -14
  140. package/dist/index.js +3297 -2960
  141. package/dist/meta/element.d.ts +1 -1
  142. package/dist/meta/items.d.ts +1 -1
  143. package/dist/meta/property.d.ts +9 -57
  144. package/dist/meta/types.d.ts +1 -1
  145. package/dist/types/data.d.ts +3 -2
  146. package/dist/utils/breakpoint.d.ts +11 -0
  147. package/dist/utils/index.d.ts +1 -0
  148. package/dist/utils/misc.d.ts +3 -8
  149. package/dist/utils/node.d.ts +1 -6
  150. package/dist/utils/provideInject.d.ts +7 -2
  151. package/package.json +1 -1
  152. package/dist/element/3d/camera/orthographicCamera/v1/meta.d.ts +0 -2
  153. package/dist/element/3d/camera/perspectiveCamera/v1/meta.d.ts +0 -2
  154. package/dist/element/3d/controls/keyboardControls/v1/meta.d.ts +0 -2
  155. package/dist/element/3d/controls/mapControls/v1/meta.d.ts +0 -2
  156. package/dist/element/3d/controls/orbitControls/v1/meta.d.ts +0 -2
  157. package/dist/element/3d/geometry/boxGeometry/v1/meta.d.ts +0 -2
  158. package/dist/element/3d/geometry/sphereGeometry/v1/meta.d.ts +0 -2
  159. package/dist/element/3d/light/ambientLight/v1/meta.d.ts +0 -2
  160. package/dist/element/3d/light/directionalLight/v1/meta.d.ts +0 -2
  161. package/dist/element/3d/light/pointLight/v1/meta.d.ts +0 -2
  162. package/dist/element/3d/light/spotLight/v1/meta.d.ts +0 -2
  163. package/dist/element/3d/material/meshBasicMaterial/v1/meta.d.ts +0 -2
  164. package/dist/element/3d/object/group/v1/meta.d.ts +0 -2
  165. package/dist/element/3d/object/mesh/v1/meta.d.ts +0 -2
  166. package/dist/element/_common/global/index.d.ts +0 -10
  167. package/dist/element/chart/barChart/v1/meta.d.ts +0 -2
  168. package/dist/element/chart/lineChart/v1/meta.d.ts +0 -2
  169. package/dist/element/dynamic/multipleRef/v1/meta.d.ts +0 -2
  170. package/dist/element/dynamic/multipleSlot/v1/meta.d.ts +0 -2
  171. package/dist/element/dynamic/ref/v1/meta.d.ts +0 -2
  172. package/dist/element/dynamic/renderSwitch/v1/meta.d.ts +0 -2
  173. package/dist/element/dynamic/slot/v1/meta.d.ts +0 -2
  174. package/dist/element/misc/globality/v1/meta.d.ts +0 -2
  175. package/dist/element/ui/badge/v1/meta.d.ts +0 -2
  176. package/dist/element/ui/btn/v1/meta.d.ts +0 -2
  177. package/dist/element/ui/btnToggle/v1/meta.d.ts +0 -2
  178. package/dist/element/ui/btnToggleEntry/v1/index.d.ts +0 -1
  179. package/dist/element/ui/btnToggleEntry/v1/meta.d.ts +0 -2
  180. package/dist/element/ui/card/v1/meta.d.ts +0 -2
  181. package/dist/element/ui/chip/v1/meta.d.ts +0 -2
  182. package/dist/element/ui/chipGroup/v1/meta.d.ts +0 -2
  183. package/dist/element/ui/colorPicker/v1/meta.d.ts +0 -2
  184. package/dist/element/ui/combobox/v1/meta.d.ts +0 -2
  185. package/dist/element/ui/container/v1/meta.d.ts +0 -2
  186. package/dist/element/ui/dataTable/v1/index.d.ts +0 -1
  187. package/dist/element/ui/dataTable/v1/meta.d.ts +0 -2
  188. package/dist/element/ui/datePicker/v1/meta.d.ts +0 -2
  189. package/dist/element/ui/dialog/v1/meta.d.ts +0 -2
  190. package/dist/element/ui/fab/v1/meta.d.ts +0 -2
  191. package/dist/element/ui/fileInput/v1/meta.d.ts +0 -2
  192. package/dist/element/ui/flexLayout/v1/index.d.ts +0 -1
  193. package/dist/element/ui/flexLayout/v1/meta.d.ts +0 -2
  194. package/dist/element/ui/flexLayoutEntry/v1/index.d.ts +0 -1
  195. package/dist/element/ui/flexLayoutEntry/v1/meta.d.ts +0 -2
  196. package/dist/element/ui/form/v1/meta.d.ts +0 -2
  197. package/dist/element/ui/icon/v1/meta.d.ts +0 -2
  198. package/dist/element/ui/menu/v1/meta.d.ts +0 -2
  199. package/dist/element/ui/numberInput/v1/meta.d.ts +0 -2
  200. package/dist/element/ui/pagination/v1/meta.d.ts +0 -2
  201. package/dist/element/ui/radio/v1/meta.d.ts +0 -2
  202. package/dist/element/ui/radioGroup/v1/meta.d.ts +0 -2
  203. package/dist/element/ui/rangeSlider/v1/meta.d.ts +0 -2
  204. package/dist/element/ui/rating/v1/meta.d.ts +0 -2
  205. package/dist/element/ui/select/v1/meta.d.ts +0 -2
  206. package/dist/element/ui/sheet/v1/meta.d.ts +0 -2
  207. package/dist/element/ui/slider/v1/meta.d.ts +0 -2
  208. package/dist/element/ui/stepper/v1/meta.d.ts +0 -2
  209. package/dist/element/ui/stepperHeader/v1/meta.d.ts +0 -2
  210. package/dist/element/ui/stepperItem/v1/meta.d.ts +0 -2
  211. package/dist/element/ui/stepperWindow/v1/meta.d.ts +0 -2
  212. package/dist/element/ui/stepperWindowItem/v1/meta.d.ts +0 -2
  213. package/dist/element/ui/switch/v1/meta.d.ts +0 -2
  214. package/dist/element/ui/tab/v1/meta.d.ts +0 -2
  215. package/dist/element/ui/table/v1/meta.d.ts +0 -2
  216. package/dist/element/ui/tableBody/v1/meta.d.ts +0 -2
  217. package/dist/element/ui/tableBodyCell/v1/meta.d.ts +0 -2
  218. package/dist/element/ui/tableHead/v1/meta.d.ts +0 -2
  219. package/dist/element/ui/tableHeadCell/v1/meta.d.ts +0 -2
  220. package/dist/element/ui/tableRow/v1/meta.d.ts +0 -2
  221. package/dist/element/ui/tabs/v1/meta.d.ts +0 -2
  222. package/dist/element/ui/text/v1/meta.d.ts +0 -2
  223. package/dist/element/ui/textField/v1/meta.d.ts +0 -2
  224. package/dist/element/ui/textarea/v1/meta.d.ts +0 -2
  225. package/dist/element/ui/timeline/v1/meta.d.ts +0 -2
  226. package/dist/element/ui/timelineItem/v1/meta.d.ts +0 -2
  227. package/dist/element/ui/window/v1/meta.d.ts +0 -2
  228. package/dist/element/ui/windowItem/v1/meta.d.ts +0 -2
  229. package/dist/types/protocol.d.ts +0 -287
  230. /package/dist/components/element/ui/{flexLayout → activator}/v1/index.vue.d.ts +0 -0
  231. /package/dist/components/element/ui/{dataTable → dataTableClient}/v1/columnSlot.vue.d.ts +0 -0
  232. /package/dist/components/element/ui/{dataTable → dataTableClient}/v1/index.vue.d.ts +0 -0
  233. /package/dist/components/element/ui/dialog/v1/{content.vue.d.ts → slotContent.vue.d.ts} +0 -0
  234. /package/dist/components/element/ui/{flexLayoutEntry → flexbox}/v1/index.vue.d.ts +0 -0
  235. /package/dist/components/element/ui/{btnToggleEntry → itemGroup}/v1/index.vue.d.ts +0 -0
  236. /package/dist/components/element/ui/menu/v1/{content.vue.d.ts → slotContent.vue.d.ts} +0 -0
  237. /package/dist/components/element/ui/textField/v1/{appendSlot.vue.d.ts → slotAppend.vue.d.ts} +0 -0
  238. /package/dist/components/element/ui/textField/v1/{appendInnerSlot.vue.d.ts → slotAppendInner.vue.d.ts} +0 -0
  239. /package/dist/components/element/ui/textField/v1/{prependSlot.vue.d.ts → slotPrepend.vue.d.ts} +0 -0
  240. /package/dist/components/element/ui/textField/v1/{prependInnerSlot.vue.d.ts → slotPrependInner.vue.d.ts} +0 -0
  241. /package/dist/element/{ui/speedDial/v1/meta.d.ts → _common/types/borderRadiusTypes/v1/index.d.ts} +0 -0
  242. /package/dist/element/ui/{dataTable → dataTableClient}/v1/spawn.d.ts +0 -0
  243. /package/dist/element/ui/{flexLayout → dataTableServer}/v1/spawn.d.ts +0 -0
@@ -1,6 +1,7 @@
1
1
  type __VLS_Props = {
2
2
  block?: boolean;
3
3
  mask?: boolean;
4
+ id?: string;
4
5
  };
5
6
  declare var __VLS_1: {}, __VLS_3: {};
6
7
  type __VLS_Slots = {} & {
@@ -1,6 +1,7 @@
1
1
  import ZMultipleRefV1 from './multipleRef/v1/index.vue';
2
2
  import ZMultipleSlotV1 from './multipleSlot/v1/index.vue';
3
3
  import ZRefV1 from './ref/v1/index.vue';
4
+ import ZRenderGroupV1 from './renderGroup/v1/index.vue';
4
5
  import ZRenderSwitchV1 from './renderSwitch/v1/index.vue';
5
6
  import ZSlotV1 from './slot/v1/index.vue';
6
- export { ZMultipleRefV1, ZMultipleSlotV1, ZRefV1, ZRenderSwitchV1, ZSlotV1 };
7
+ export { ZMultipleRefV1, ZMultipleSlotV1, ZRefV1, ZRenderGroupV1, ZRenderSwitchV1, ZSlotV1 };
@@ -0,0 +1,3 @@
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,7 +1,7 @@
1
1
  import { ElementProps } from '@/types';
2
- declare var __VLS_14: {};
2
+ declare var __VLS_8: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_14) => any;
4
+ default?: (props: typeof __VLS_8) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,7 +1,7 @@
1
1
  import { ElementProps } from '@/types';
2
- declare var __VLS_14: {};
2
+ declare var __VLS_8: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_14) => any;
4
+ default?: (props: typeof __VLS_8) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,7 +1,7 @@
1
1
  import { ElementProps } from '@/types';
2
- declare var __VLS_8: {};
2
+ declare var __VLS_1: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_8) => any;
4
+ default?: (props: typeof __VLS_1) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -0,0 +1,3 @@
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;
@@ -0,0 +1,16 @@
1
+ type __VLS_Props = {
2
+ props: Record<string, any>;
3
+ };
4
+ declare var __VLS_8: {};
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_8) => 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,4 +1,16 @@
1
1
  import { ElementProps } from '@/types';
2
- declare const __VLS_export: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2
+ declare var __VLS_15: {}, __VLS_22: {};
3
+ type __VLS_Slots = {} & {
4
+ activator?: (props: typeof __VLS_15) => any;
5
+ } & {
6
+ default?: (props: typeof __VLS_22) => any;
7
+ };
8
+ declare const __VLS_base: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
3
10
  declare const _default: typeof __VLS_export;
4
11
  export default _default;
12
+ type __VLS_WithSlots<T, S> = T & {
13
+ new (): {
14
+ $slots: S;
15
+ };
16
+ };
@@ -0,0 +1,14 @@
1
+ import { ElementProps } from '@/types';
2
+ declare var __VLS_1: {};
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_1) => any;
5
+ };
6
+ declare const __VLS_base: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & 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;
9
+ export default _default;
10
+ type __VLS_WithSlots<T, S> = T & {
11
+ new (): {
12
+ $slots: S;
13
+ };
14
+ };
@@ -1,8 +1,8 @@
1
+ import ZActivatorV1 from './activator/v1/index.vue';
1
2
  import ZBadgeV1 from './badge/v1/index.vue';
2
3
  import ZBreadcrumbsV1 from './breadcrumbs/v1/index.vue';
3
4
  import ZBtnV1 from './btn/v1/index.vue';
4
5
  import ZBtnToggleV1 from './btnToggle/v1/index.vue';
5
- import ZBtnToggleEntryV1 from './btnToggleEntry/v1/index.vue';
6
6
  import ZCardV1 from './card/v1/index.vue';
7
7
  import ZCheckboxV1 from './checkbox/v1/index.vue';
8
8
  import ZChipV1 from './chip/v1/index.vue';
@@ -10,15 +10,18 @@ import ZChipGroupV1 from './chipGroup/v1/index.vue';
10
10
  import ZColorPickerV1 from './colorPicker/v1/index.vue';
11
11
  import ZComboboxV1 from './combobox/v1/index.vue';
12
12
  import ZContainerV1 from './container/v1/index.vue';
13
- import ZDataTableV1 from './dataTable/v1/index.vue';
13
+ import ZDataTableClientV1 from './dataTableClient/v1/index.vue';
14
+ import ZDataTableServerV1 from './dataTableServer/v1/index.vue';
14
15
  import ZDatePickerV1 from './datePicker/v1/index.vue';
15
16
  import ZDialogV1 from './dialog/v1/index.vue';
16
17
  import ZFabV1 from './fab/v1/index.vue';
17
18
  import ZFileInputV1 from './fileInput/v1/index.vue';
18
- import ZFlexLayoutV1 from './flexLayout/v1/index.vue';
19
- import ZFlexLayoutEntryV1 from './flexLayoutEntry/v1/index.vue';
19
+ import ZFlexboxV1 from './flexbox/v1/index.vue';
20
+ import ZFlexboxEntryV1 from './flexboxEntry/v1/index.vue';
20
21
  import ZFormV1 from './form/v1/index.vue';
21
22
  import ZIconV1 from './icon/v1/index.vue';
23
+ import ZItemV1 from './item/v1/index.vue';
24
+ import ZItemGroupV1 from './itemGroup/v1/index.vue';
22
25
  import ZMenuV1 from './menu/v1/index.vue';
23
26
  import ZNumberInputV1 from './numberInput/v1/index.vue';
24
27
  import ZPaginationV1 from './pagination/v1/index.vue';
@@ -28,6 +31,8 @@ import ZRangeSliderV1 from './rangeSlider/v1/index.vue';
28
31
  import ZRatingV1 from './rating/v1/index.vue';
29
32
  import ZSelectV1 from './select/v1/index.vue';
30
33
  import ZSheetV1 from './sheet/v1/index.vue';
34
+ import ZSlideGroupV1 from './slideGroup/v1/index.vue';
35
+ import ZSlideGroupItemV1 from './slideGroupItem/v1/index.vue';
31
36
  import ZSliderV1 from './slider/v1/index.vue';
32
37
  import ZSpeedDialV1 from './speedDial/v1/index.vue';
33
38
  import ZStepperV1 from './stepper/v1/index.vue';
@@ -49,6 +54,7 @@ import ZTextareaV1 from './textarea/v1/index.vue';
49
54
  import ZTextFieldV1 from './textField/v1/index.vue';
50
55
  import ZTimelineV1 from './timeline/v1/index.vue';
51
56
  import ZTimelineItemV1 from './timelineItem/v1/index.vue';
57
+ import ZTooltipV1 from './tooltip/v1/index.vue';
52
58
  import ZWindowV1 from './window/v1/index.vue';
53
59
  import ZWindowItemV1 from './windowItem/v1/index.vue';
54
- export { ZBadgeV1, ZBreadcrumbsV1, ZBtnV1, ZBtnToggleV1, ZBtnToggleEntryV1, ZCardV1, ZCheckboxV1, ZChipV1, ZChipGroupV1, ZColorPickerV1, ZComboboxV1, ZContainerV1, ZDataTableV1, ZDatePickerV1, ZDialogV1, ZFabV1, ZFileInputV1, ZFlexLayoutV1, ZFlexLayoutEntryV1, ZFormV1, ZIconV1, ZMenuV1, ZNumberInputV1, ZPaginationV1, ZRadioV1, ZRadioGroupV1, ZRangeSliderV1, ZRatingV1, ZSelectV1, ZSheetV1, ZSliderV1, ZSpeedDialV1, ZStepperV1, ZStepperHeaderV1, ZStepperItemV1, ZStepperWindowV1, ZStepperWindowItemV1, ZSwitchV1, ZTabV1, ZTableV1, ZTableBodyV1, ZTableBodyCellV1, ZTableHeadV1, ZTableHeadCellV1, ZTableRowV1, ZTabsV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1, ZWindowV1, ZWindowItemV1 };
60
+ export { ZActivatorV1, ZBadgeV1, ZBreadcrumbsV1, ZBtnV1, ZBtnToggleV1, ZCardV1, ZCheckboxV1, ZChipV1, ZChipGroupV1, ZColorPickerV1, ZComboboxV1, ZContainerV1, ZDataTableClientV1, ZDataTableServerV1, ZDatePickerV1, ZDialogV1, ZFabV1, ZFileInputV1, ZFlexboxV1, ZFlexboxEntryV1, ZFormV1, ZIconV1, ZItemV1, ZItemGroupV1, ZMenuV1, ZNumberInputV1, ZPaginationV1, ZRadioV1, ZRadioGroupV1, ZRangeSliderV1, ZRatingV1, ZSelectV1, ZSheetV1, ZSlideGroupV1, ZSlideGroupItemV1, ZSliderV1, ZSpeedDialV1, ZStepperV1, ZStepperHeaderV1, ZStepperItemV1, ZStepperWindowV1, ZStepperWindowItemV1, ZSwitchV1, ZTabV1, ZTableV1, ZTableBodyV1, ZTableBodyCellV1, ZTableHeadV1, ZTableHeadCellV1, ZTableRowV1, ZTabsV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1, ZTooltipV1, ZWindowV1, ZWindowItemV1 };
@@ -0,0 +1,7 @@
1
+ import { ElementProps } from '@/types';
2
+ type __VLS_Props = ElementProps & {
3
+ id: 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;
@@ -0,0 +1,16 @@
1
+ type __VLS_Props = {
2
+ props: Record<string, any>;
3
+ };
4
+ declare var __VLS_8: {};
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_8) => 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,4 +1,14 @@
1
1
  import { ElementProps } from '@/types';
2
- declare const __VLS_export: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2
+ declare var __VLS_15: {};
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_15) => any;
5
+ };
6
+ declare const __VLS_base: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
3
8
  declare const _default: typeof __VLS_export;
4
9
  export default _default;
10
+ type __VLS_WithSlots<T, S> = T & {
11
+ new (): {
12
+ $slots: S;
13
+ };
14
+ };
@@ -0,0 +1,13 @@
1
+ declare var __VLS_8: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_8) => any;
4
+ };
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;
8
+ export default _default;
9
+ type __VLS_WithSlots<T, S> = T & {
10
+ new (): {
11
+ $slots: S;
12
+ };
13
+ };
@@ -0,0 +1,4 @@
1
+ import { ElementProps } from '@/types';
2
+ declare const __VLS_export: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
+ declare const _default: typeof __VLS_export;
4
+ export default _default;
@@ -0,0 +1,16 @@
1
+ type __VLS_Props = {
2
+ props: Record<string, any>;
3
+ };
4
+ declare var __VLS_8: {};
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_8) => 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,8 +1,9 @@
1
- declare var __VLS_8: {};
1
+ import { ElementProps } from '@/types';
2
+ declare var __VLS_15: {};
2
3
  type __VLS_Slots = {} & {
3
- default?: (props: typeof __VLS_8) => any;
4
+ default?: (props: typeof __VLS_15) => any;
4
5
  };
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_base: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
7
8
  declare const _default: typeof __VLS_export;
8
9
  export default _default;
@@ -0,0 +1,15 @@
1
+ import { RefContext } from '@/types';
2
+ type __VLS_Props = {
3
+ refContext: RefContext;
4
+ };
5
+ type __VLS_ModelProps = {
6
+ 'open'?: boolean;
7
+ };
8
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
9
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ "update:open": (value: boolean | undefined) => any;
11
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
+ "onUpdate:open"?: ((value: boolean | undefined) => any) | undefined;
13
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ declare const _default: typeof __VLS_export;
15
+ export default _default;
@@ -1,7 +1,7 @@
1
1
  import { ElementProps } from '@/types';
2
- declare var __VLS_14: {};
2
+ declare var __VLS_8: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_14) => any;
4
+ default?: (props: typeof __VLS_8) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,7 +1,7 @@
1
1
  import { ElementProps } from '@/types';
2
- declare var __VLS_14: {};
2
+ declare var __VLS_8: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_14) => any;
4
+ default?: (props: typeof __VLS_8) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -0,0 +1,16 @@
1
+ type __VLS_Props = {
2
+ props: Record<string, any>;
3
+ };
4
+ declare var __VLS_8: {};
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_8) => 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
+ };
@@ -0,0 +1,14 @@
1
+ import { ElementProps } from '@/types';
2
+ declare var __VLS_15: {};
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_15) => any;
5
+ };
6
+ declare const __VLS_base: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & 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;
9
+ export default _default;
10
+ type __VLS_WithSlots<T, S> = T & {
11
+ new (): {
12
+ $slots: S;
13
+ };
14
+ };
@@ -0,0 +1,15 @@
1
+ import { RefContext } from '@/types';
2
+ type __VLS_Props = {
3
+ refContext: RefContext;
4
+ };
5
+ type __VLS_ModelProps = {
6
+ 'open'?: boolean;
7
+ };
8
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
9
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ "update:open": (value: boolean | undefined) => any;
11
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
+ "onUpdate:open"?: ((value: boolean | undefined) => any) | undefined;
13
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ declare const _default: typeof __VLS_export;
15
+ export default _default;
@@ -0,0 +1,5 @@
1
+ import { Node } from '@/types';
2
+ import { Ref } from 'vue';
3
+ export declare function useElementPropertyBreakpoint(node: Ref<Node>, keys: string[], json?: boolean): {
4
+ property: import("vue").ComputedRef<any>;
5
+ };
@@ -1,5 +1,5 @@
1
1
  import { Ref } from 'vue';
2
2
  import { Node } from '@/types';
3
- export declare function useElementColor(node: Ref<Node>, keys: string[], json?: boolean): {
3
+ export declare function useElementPropertyColor(node: Ref<Node>, keys: string[], json?: boolean): {
4
4
  color: import("vue").ComputedRef<string | undefined>;
5
5
  };
@@ -1,4 +1,3 @@
1
1
  import { Ref } from 'vue';
2
2
  import { Sandbox } from '@/sandbox';
3
- import { Node } from '@/types';
4
- export declare function useElementSlotProperty(sandbox: Sandbox | undefined, node: Ref<Node>, propertyKey: string, target: Ref<any>): void;
3
+ export declare function useElementSlotProperty(sandbox: Sandbox | undefined, elementKey: string, propertyKey: string, target: Ref<any>): void;
@@ -1,8 +1,9 @@
1
1
  export * from './breakpoint';
2
2
  export * from './elementBase';
3
- export * from './elementColor';
4
3
  export * from './elementDebug';
5
4
  export * from './elementMethod';
5
+ export * from './elementPropertyBreakpoint';
6
+ export * from './elementPropertyColor';
6
7
  export * from './elementProperty';
7
8
  export * from './elementSlotMethod';
8
9
  export * from './elementSlotProperty';
@@ -4,6 +4,7 @@ export * from './chart/series/v1';
4
4
  export * from './chart/title/v1';
5
5
  export * from './chart/xAxis/v1';
6
6
  export * from './chart/yAxis/v1';
7
+ export * from './ui/activator/v1';
7
8
  export * from './ui/border/v1';
8
9
  export * from './ui/margin/v1';
9
10
  export * from './ui/padding/v1';
@@ -0,0 +1,3 @@
1
+ export declare function useActivatorV1(): {
2
+ activatorProps: Record<string, any> | undefined;
3
+ };
@@ -1,8 +1,5 @@
1
1
  import { CSSProperties, Ref } from 'vue';
2
2
  import { Node } from '@/types';
3
3
  export declare function useBorderV1(node: Ref<Node>): {
4
- borderStyle: import("vue").ComputedRef<any>;
5
- borderWidth: import("vue").ComputedRef<any>;
6
- borderColor: import("vue").ComputedRef<string | undefined>;
7
4
  applyBorder: (style: CSSProperties) => void;
8
5
  };
@@ -1,4 +1,4 @@
1
1
  import { Ref } from 'vue';
2
- export declare function useColor(src: Readonly<Ref<string>>): {
2
+ export declare function useColor(src: Readonly<Ref<string | undefined>>): {
3
3
  color: import("vue").ComputedRef<string | undefined>;
4
4
  };
@@ -1,2 +1,2 @@
1
- export * from './orthographicCamera/v1';
2
- export * from './perspectiveCamera/v1';
1
+ import './orthographicCamera/v1';
2
+ import './perspectiveCamera/v1';
@@ -1 +1 @@
1
- export * from './meta';
1
+ export {};
@@ -1 +1 @@
1
- export * from './meta';
1
+ export {};
@@ -1,3 +1,3 @@
1
- export * from './keyboardControls/v1';
2
- export * from './mapControls/v1';
3
- export * from './orbitControls/v1';
1
+ import './keyboardControls/v1';
2
+ import './mapControls/v1';
3
+ import './orbitControls/v1';
@@ -1 +1 @@
1
- export * from './meta';
1
+ export {};
@@ -1 +1 @@
1
- export * from './meta';
1
+ export {};
@@ -1 +1 @@
1
- export * from './meta';
1
+ export {};
@@ -1 +1 @@
1
- export * from './meta';
1
+ export {};
@@ -1,2 +1,2 @@
1
- export * from './boxGeometry/v1';
2
- export * from './sphereGeometry/v1';
1
+ import './boxGeometry/v1';
2
+ import './sphereGeometry/v1';
@@ -1 +1 @@
1
- export * from './meta';
1
+ export {};
@@ -1,6 +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';
1
+ import './camera';
2
+ import './controls';
3
+ import './geometry';
4
+ import './light';
5
+ import './material';
6
+ import './object';
@@ -1 +1 @@
1
- export * from './meta';
1
+ export {};
@@ -1 +1 @@
1
- export * from './meta';
1
+ export {};
@@ -1,4 +1,4 @@
1
- export * from './ambientLight/v1';
2
- export * from './directionalLight/v1';
3
- export * from './pointLight/v1';
4
- export * from './spotLight/v1';
1
+ import './ambientLight/v1';
2
+ import './directionalLight/v1';
3
+ import './pointLight/v1';
4
+ import './spotLight/v1';
@@ -1 +1 @@
1
- export * from './meta';
1
+ export {};
@@ -1 +1 @@
1
- export * from './meta';
1
+ export {};
@@ -1 +1 @@
1
- export * from './meshBasicMaterial/v1';
1
+ import './meshBasicMaterial/v1';
@@ -1 +1 @@
1
- export * from './meta';
1
+ export {};
@@ -1 +1 @@
1
- export * from './meta';
1
+ export {};
@@ -1,2 +1,2 @@
1
- export * from './group/v1';
2
- export * from './mesh/v1';
1
+ import './group/v1';
2
+ import './mesh/v1';
@@ -1 +1 @@
1
- export * from './meta';
1
+ export {};
@@ -1,3 +1,3 @@
1
- export * from './items';
1
+ import './items';
2
2
  export * from './props';
3
- export * from './types';
3
+ import './types';
@@ -1,24 +1,24 @@
1
- export * from './alignTabsItems/v1';
2
- export * from './axisTypeItems/v1';
3
- export * from './borderStyleItems/v1';
4
- export * from './densityItems/v1';
5
- export * from './directionItems/v1';
6
- export * from './fieldVariantItems/v1';
7
- export * from './flexCrossAlignItems/v1';
8
- export * from './flexDirectionItems/v1';
9
- export * from './flexMainAlignItems/v1';
10
- export * from './flexWrapItems/v1';
11
- export * from './fontWeightItems/v1';
12
- export * from './sheetVariantItems/v1';
13
- export * from './showTicksItems/v1';
14
- export * from './sizeItems/v1';
15
- export * from './speedDialOpenWayItems/v1';
16
- export * from './textAlignItems/v1';
17
- export * from './textDecorationItems/v1';
18
- export * from './textEmphasisItems/v1';
19
- export * from './textSizeItems/v1';
20
- export * from './thumbLabelItems/v1';
21
- export * from './timelineAlignItems/v1';
22
- export * from './timelineDirectionItems/v1';
23
- export * from './timelineSideItems/v1';
24
- export * from './timelineTruncateLineItems/v1';
1
+ import './alignTabsItems/v1';
2
+ import './axisTypeItems/v1';
3
+ import './borderStyleItems/v1';
4
+ import './densityItems/v1';
5
+ import './directionItems/v1';
6
+ import './fieldVariantItems/v1';
7
+ import './flexCrossAlignItems/v1';
8
+ import './flexDirectionItems/v1';
9
+ import './flexMainAlignItems/v1';
10
+ import './flexWrapItems/v1';
11
+ import './fontWeightItems/v1';
12
+ import './sheetVariantItems/v1';
13
+ import './showTicksItems/v1';
14
+ import './sizeItems/v1';
15
+ import './speedDialOpenWayItems/v1';
16
+ import './textAlignItems/v1';
17
+ import './textDecorationItems/v1';
18
+ import './textEmphasisItems/v1';
19
+ import './textSizeItems/v1';
20
+ import './thumbLabelItems/v1';
21
+ import './timelineAlignItems/v1';
22
+ import './timelineDirectionItems/v1';
23
+ import './timelineSideItems/v1';
24
+ import './timelineTruncateLineItems/v1';