x-runtime-lib 0.9.4 → 0.9.6

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 (195) hide show
  1. package/dist/components/element/ui/btn/v1/slotAppend.vue.d.ts +7 -0
  2. package/dist/components/element/ui/btn/v1/slotDefault.vue.d.ts +7 -0
  3. package/dist/components/element/ui/btn/v1/slotLoader.vue.d.ts +7 -0
  4. package/dist/components/element/ui/btn/v1/slotPrepend.vue.d.ts +7 -0
  5. package/dist/components/element/ui/fab/v1/index.vue.d.ts +3 -0
  6. package/dist/components/element/ui/index.d.ts +4 -1
  7. package/dist/components/element/ui/sheet/v1/index.vue.d.ts +14 -0
  8. package/dist/components/element/ui/speedDial/v1/index.vue.d.ts +13 -0
  9. package/dist/components/element/ui/table/v1/index.vue.d.ts +2 -2
  10. package/dist/components/element/ui/window/v1/index.vue.d.ts +2 -2
  11. package/dist/composables/element/core/elementColor.d.ts +5 -0
  12. package/dist/composables/element/core/index.d.ts +1 -0
  13. package/dist/composables/runtime/theme.d.ts +1 -1
  14. package/dist/element/3d/camera/orthographicCamera/v1/meta.d.ts +1 -1
  15. package/dist/element/3d/camera/orthographicCamera/v1/spawn.d.ts +2 -0
  16. package/dist/element/3d/camera/perspectiveCamera/v1/meta.d.ts +1 -1
  17. package/dist/element/3d/camera/perspectiveCamera/v1/spawn.d.ts +2 -0
  18. package/dist/element/3d/controls/keyboardControls/v1/meta.d.ts +1 -1
  19. package/dist/element/3d/controls/keyboardControls/v1/spawn.d.ts +2 -0
  20. package/dist/element/3d/controls/mapControls/v1/meta.d.ts +1 -1
  21. package/dist/element/3d/controls/mapControls/v1/spawn.d.ts +2 -0
  22. package/dist/element/3d/controls/orbitControls/v1/meta.d.ts +1 -1
  23. package/dist/element/3d/controls/orbitControls/v1/spawn.d.ts +2 -0
  24. package/dist/element/3d/geometry/boxGeometry/v1/meta.d.ts +1 -1
  25. package/dist/element/3d/geometry/sphereGeometry/v1/meta.d.ts +1 -1
  26. package/dist/element/3d/light/ambientLight/v1/meta.d.ts +1 -1
  27. package/dist/element/3d/light/ambientLight/v1/spawn.d.ts +2 -0
  28. package/dist/element/3d/light/directionalLight/v1/meta.d.ts +1 -1
  29. package/dist/element/3d/light/directionalLight/v1/spawn.d.ts +2 -0
  30. package/dist/element/3d/light/pointLight/v1/meta.d.ts +1 -1
  31. package/dist/element/3d/light/pointLight/v1/spawn.d.ts +2 -0
  32. package/dist/element/3d/light/spotLight/v1/meta.d.ts +1 -1
  33. package/dist/element/3d/light/spotLight/v1/spawn.d.ts +2 -0
  34. package/dist/element/3d/material/meshBasicMaterial/v1/meta.d.ts +1 -1
  35. package/dist/element/3d/object/group/v1/meta.d.ts +1 -1
  36. package/dist/element/3d/object/group/v1/spawn.d.ts +2 -0
  37. package/dist/element/3d/object/mesh/v1/meta.d.ts +1 -1
  38. package/dist/element/3d/object/mesh/v1/spawn.d.ts +2 -0
  39. package/dist/element/_common/global/index.d.ts +9 -3
  40. package/dist/element/_common/items/alignTabsItems/v1/index.d.ts +1 -2
  41. package/dist/element/_common/items/axisTypeItems/v1/index.d.ts +1 -2
  42. package/dist/element/_common/items/borderStyleItems/v1/index.d.ts +1 -2
  43. package/dist/element/_common/items/densityItems/v1/index.d.ts +1 -2
  44. package/dist/element/_common/items/directionItems/v1/index.d.ts +1 -2
  45. package/dist/element/_common/items/fieldVariantItems/v1/index.d.ts +1 -2
  46. package/dist/element/_common/items/flexCrossAlignItems/v1/index.d.ts +1 -2
  47. package/dist/element/_common/items/flexDirectionItems/v1/index.d.ts +1 -2
  48. package/dist/element/_common/items/flexMainAlignItems/v1/index.d.ts +1 -2
  49. package/dist/element/_common/items/flexWrapItems/v1/index.d.ts +1 -2
  50. package/dist/element/_common/items/fontWeightItems/v1/index.d.ts +1 -2
  51. package/dist/element/_common/items/index.d.ts +24 -23
  52. package/dist/element/_common/items/sheetVariantItems/v1/index.d.ts +1 -2
  53. package/dist/element/_common/items/showTicksItems/v1/index.d.ts +1 -2
  54. package/dist/element/_common/items/sizeItems/v1/index.d.ts +1 -2
  55. package/dist/element/_common/items/speedDialOpenWayItems/v1/index.d.ts +1 -0
  56. package/dist/element/_common/items/textAlignItems/v1/index.d.ts +1 -2
  57. package/dist/element/_common/items/textDecorationItems/v1/index.d.ts +1 -2
  58. package/dist/element/_common/items/textEmphasisItems/v1/index.d.ts +1 -2
  59. package/dist/element/_common/items/textSizeItems/v1/index.d.ts +1 -2
  60. package/dist/element/_common/items/thumbLabelItems/v1/index.d.ts +1 -2
  61. package/dist/element/_common/items/timelineAlignItems/v1/index.d.ts +1 -2
  62. package/dist/element/_common/items/timelineDirectionItems/v1/index.d.ts +1 -2
  63. package/dist/element/_common/items/timelineSideItems/v1/index.d.ts +1 -2
  64. package/dist/element/_common/items/timelineTruncateLineItems/v1/index.d.ts +1 -2
  65. package/dist/element/_common/props/basic/v1/index.d.ts +1 -1
  66. package/dist/element/_common/props/border/v1/index.d.ts +1 -1
  67. package/dist/element/_common/props/legend/v1/index.d.ts +1 -1
  68. package/dist/element/_common/props/margin/v1/index.d.ts +1 -1
  69. package/dist/element/_common/props/padding/v1/index.d.ts +1 -1
  70. package/dist/element/_common/props/size/v1/index.d.ts +1 -1
  71. package/dist/element/_common/props/title/v1/index.d.ts +1 -1
  72. package/dist/element/_common/props/transform/v1/index.d.ts +1 -1
  73. package/dist/element/_common/props/xAxis/v1/index.d.ts +1 -1
  74. package/dist/element/_common/props/yAxis/v1/index.d.ts +1 -1
  75. package/dist/element/_common/types/borderWidthTypes/v1/index.d.ts +1 -2
  76. package/dist/element/_common/types/colorTypes/v1/index.d.ts +1 -2
  77. package/dist/element/_common/types/index.d.ts +8 -8
  78. package/dist/element/_common/types/leftRightTypes/v1/index.d.ts +1 -2
  79. package/dist/element/_common/types/marginTypes/v1/index.d.ts +1 -2
  80. package/dist/element/_common/types/paddingTypes/v1/index.d.ts +1 -2
  81. package/dist/element/_common/types/sizeTypes/v1/index.d.ts +1 -2
  82. package/dist/element/_common/types/tableColumnAlignTypes/v1/index.d.ts +1 -2
  83. package/dist/element/_common/types/topBottomTypes/v1/index.d.ts +1 -2
  84. package/dist/element/_pkgs/index.d.ts +1 -1
  85. package/dist/element/_pkgs/v1/elements.d.ts +1 -0
  86. package/dist/element/_pkgs/v1/groups/comp3d.d.ts +1 -1
  87. package/dist/element/_pkgs/v1/groups/compUi.d.ts +1 -1
  88. package/dist/element/_pkgs/v1/groups/page3d.d.ts +1 -1
  89. package/dist/element/_pkgs/v1/groups/pageUi.d.ts +1 -1
  90. package/dist/element/_pkgs/v1/index.d.ts +1 -1
  91. package/dist/element/_pkgs/v1/items.d.ts +1 -0
  92. package/dist/element/_pkgs/v1/types.d.ts +1 -0
  93. package/dist/element/chart/barChart/v1/meta.d.ts +1 -1
  94. package/dist/element/chart/lineChart/v1/meta.d.ts +1 -1
  95. package/dist/element/dynamic/multipleRef/v1/meta.d.ts +1 -1
  96. package/dist/element/dynamic/multipleRef/v1/spawn.d.ts +2 -0
  97. package/dist/element/dynamic/multipleSlot/v1/meta.d.ts +1 -1
  98. package/dist/element/dynamic/multipleSlot/v1/spawn.d.ts +2 -0
  99. package/dist/element/dynamic/ref/v1/meta.d.ts +1 -1
  100. package/dist/element/dynamic/ref/v1/spawn.d.ts +2 -0
  101. package/dist/element/dynamic/renderSwitch/v1/meta.d.ts +1 -1
  102. package/dist/element/dynamic/renderSwitch/v1/spawn.d.ts +2 -0
  103. package/dist/element/dynamic/slot/v1/meta.d.ts +1 -1
  104. package/dist/element/dynamic/slot/v1/spawn.d.ts +2 -0
  105. package/dist/element/finalProperties.d.ts +1 -1
  106. package/dist/element/index.d.ts +0 -1
  107. package/dist/element/misc/globality/v1/meta.d.ts +1 -1
  108. package/dist/element/ui/badge/v1/meta.d.ts +1 -1
  109. package/dist/element/ui/btn/v1/meta.d.ts +1 -1
  110. package/dist/element/ui/btnToggle/v1/meta.d.ts +1 -1
  111. package/dist/element/ui/btnToggleEntry/v1/meta.d.ts +1 -1
  112. package/dist/element/ui/card/v1/meta.d.ts +1 -1
  113. package/dist/element/ui/checkbox/v1/meta.d.ts +1 -1
  114. package/dist/element/ui/chip/v1/meta.d.ts +1 -1
  115. package/dist/element/ui/chipGroup/v1/meta.d.ts +1 -1
  116. package/dist/element/ui/colorPicker/v1/meta.d.ts +1 -1
  117. package/dist/element/ui/combobox/v1/meta.d.ts +1 -1
  118. package/dist/element/ui/combobox/v1/spawn.d.ts +2 -0
  119. package/dist/element/ui/container/v1/meta.d.ts +1 -1
  120. package/dist/element/ui/container/v1/spawn.d.ts +2 -0
  121. package/dist/element/ui/dataTable/v1/meta.d.ts +1 -1
  122. package/dist/element/ui/datePicker/v1/meta.d.ts +1 -1
  123. package/dist/element/ui/dialog/v1/meta.d.ts +1 -1
  124. package/dist/element/ui/dialog/v1/spawn.d.ts +2 -0
  125. package/dist/element/ui/fab/v1/index.d.ts +1 -0
  126. package/dist/element/ui/fab/v1/meta.d.ts +2 -0
  127. package/dist/element/ui/fab/v1/spawn.d.ts +2 -0
  128. package/dist/element/ui/fileInput/v1/meta.d.ts +1 -1
  129. package/dist/element/ui/fileInput/v1/spawn.d.ts +2 -0
  130. package/dist/element/ui/flexLayout/v1/meta.d.ts +1 -1
  131. package/dist/element/ui/flexLayoutEntry/v1/meta.d.ts +1 -1
  132. package/dist/element/ui/form/v1/meta.d.ts +1 -1
  133. package/dist/element/ui/icon/v1/meta.d.ts +1 -1
  134. package/dist/element/ui/icon/v1/spawn.d.ts +2 -0
  135. package/dist/element/ui/index.d.ts +3 -0
  136. package/dist/element/ui/menu/v1/meta.d.ts +1 -1
  137. package/dist/element/ui/menu/v1/spawn.d.ts +2 -0
  138. package/dist/element/ui/numberInput/v1/meta.d.ts +1 -1
  139. package/dist/element/ui/pagination/v1/meta.d.ts +1 -1
  140. package/dist/element/ui/pagination/v1/spawn.d.ts +2 -0
  141. package/dist/element/ui/radio/v1/meta.d.ts +1 -1
  142. package/dist/element/ui/radioGroup/v1/meta.d.ts +1 -1
  143. package/dist/element/ui/rangeSlider/v1/meta.d.ts +1 -1
  144. package/dist/element/ui/rangeSlider/v1/spawn.d.ts +2 -0
  145. package/dist/element/ui/rating/v1/meta.d.ts +1 -1
  146. package/dist/element/ui/rating/v1/spawn.d.ts +2 -0
  147. package/dist/element/ui/select/v1/meta.d.ts +1 -1
  148. package/dist/element/ui/select/v1/spawn.d.ts +2 -0
  149. package/dist/element/ui/sheet/v1/index.d.ts +1 -0
  150. package/dist/element/ui/sheet/v1/meta.d.ts +2 -0
  151. package/dist/element/ui/sheet/v1/spawn.d.ts +2 -0
  152. package/dist/element/ui/slider/v1/meta.d.ts +1 -1
  153. package/dist/element/ui/slider/v1/spawn.d.ts +2 -0
  154. package/dist/element/ui/speedDial/v1/index.d.ts +1 -0
  155. package/dist/element/ui/speedDial/v1/meta.d.ts +1 -0
  156. package/dist/element/ui/speedDial/v1/spawn.d.ts +2 -0
  157. package/dist/element/ui/stepper/v1/meta.d.ts +1 -1
  158. package/dist/element/ui/stepperHeader/v1/meta.d.ts +1 -1
  159. package/dist/element/ui/stepperItem/v1/meta.d.ts +1 -1
  160. package/dist/element/ui/stepperWindow/v1/meta.d.ts +1 -1
  161. package/dist/element/ui/stepperWindowItem/v1/meta.d.ts +1 -1
  162. package/dist/element/ui/switch/v1/meta.d.ts +1 -1
  163. package/dist/element/ui/switch/v1/spawn.d.ts +2 -0
  164. package/dist/element/ui/tab/v1/meta.d.ts +1 -1
  165. package/dist/element/ui/table/v1/meta.d.ts +1 -1
  166. package/dist/element/ui/tableBody/v1/meta.d.ts +1 -1
  167. package/dist/element/ui/tableBodyCell/v1/meta.d.ts +1 -1
  168. package/dist/element/ui/tableHead/v1/meta.d.ts +1 -1
  169. package/dist/element/ui/tableHeadCell/v1/meta.d.ts +1 -1
  170. package/dist/element/ui/tableRow/v1/meta.d.ts +1 -1
  171. package/dist/element/ui/tabs/v1/meta.d.ts +1 -1
  172. package/dist/element/ui/text/v1/meta.d.ts +1 -1
  173. package/dist/element/ui/textField/v1/meta.d.ts +1 -1
  174. package/dist/element/ui/textField/v1/spawn.d.ts +2 -0
  175. package/dist/element/ui/textarea/v1/meta.d.ts +1 -1
  176. package/dist/element/ui/timeline/v1/meta.d.ts +1 -1
  177. package/dist/element/ui/timelineItem/v1/meta.d.ts +1 -1
  178. package/dist/element/ui/window/v1/meta.d.ts +1 -1
  179. package/dist/element/ui/windowItem/v1/meta.d.ts +1 -1
  180. package/dist/{i18n-en.nb98wzaa.js → i18n-en.ijgolucs.js} +5 -0
  181. package/dist/{i18n-zhHans.lbd05oyp.js → i18n-zhHans.iukcgmn0.js} +5 -0
  182. package/dist/index.js +4166 -4509
  183. package/dist/meta/base.d.ts +6 -0
  184. package/dist/meta/element.d.ts +98 -0
  185. package/dist/meta/index.d.ts +6 -0
  186. package/dist/meta/items.d.ts +8 -0
  187. package/dist/meta/pkg.d.ts +22 -0
  188. package/dist/meta/property.d.ts +128 -0
  189. package/dist/meta/types.d.ts +39 -0
  190. package/dist/types/index.d.ts +0 -1
  191. package/dist/types/protocol.d.ts +3 -3
  192. package/dist/utils/node.d.ts +2 -2
  193. package/dist/utils/property.d.ts +2 -1
  194. package/dist/{vendor.hagxscrr.js → vendor.euh7iu3r.js} +27690 -27690
  195. package/package.json +1 -1
@@ -1,2 +1,2 @@
1
- import { ZGroup } from '@/types';
1
+ import { ZGroup } from '@/meta';
2
2
  export declare const page3d: ZGroup[];
@@ -1,2 +1,2 @@
1
- import { ZGroup } from '@/types';
1
+ import { ZGroup } from '@/meta';
2
2
  export declare const pageUi: ZGroup[];
@@ -1,3 +1,3 @@
1
- import { ZPkg } from '@/types';
1
+ import { ZPkg } from '@/meta';
2
2
  declare const pkg: ZPkg;
3
3
  export default pkg;
@@ -0,0 +1 @@
1
+ export declare const items: Set<string>;
@@ -0,0 +1 @@
1
+ export declare const types: Set<string>;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const barChartV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const lineChartV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const multipleRefV1: ZElement;
@@ -0,0 +1,2 @@
1
+ import { NodePair } from '@/types';
2
+ export declare function spawn(type: string, subtype: string): NodePair;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const multipleSlotV1: ZElement;
@@ -0,0 +1,2 @@
1
+ import { NodePair } from '@/types';
2
+ export declare function spawn(type: string, subtype: string): NodePair;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const referenceV1: ZElement;
@@ -0,0 +1,2 @@
1
+ import { NodePair } from '@/types';
2
+ export declare function spawn(type: string, subtype: string, compId: string): NodePair;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const renderSwitchV1: ZElement;
@@ -0,0 +1,2 @@
1
+ import { NodePair } from '@/types';
2
+ export declare function spawn(type: string, subtype: string): NodePair;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const slotV1: ZElement;
@@ -0,0 +1,2 @@
1
+ import { NodePair } from '@/types';
2
+ export declare function spawn(type: string, subtype: string): NodePair;
@@ -1,4 +1,4 @@
1
- import { ZProperty } from '@/types';
1
+ import { ZProperty } from '@/meta';
2
2
  type Property = {
3
3
  keys: string;
4
4
  names: string[];
@@ -1,4 +1,3 @@
1
- export * from './_common/global';
2
1
  export * from './_pkgs';
3
2
  export * from './3d';
4
3
  export * from './chart';
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const globalityV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const badgeV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const btnV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const btnToggleV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const btnToggleEntryV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const cardV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const checkboxV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const chipV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const chipGroupV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const colorPickerV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const comboboxV1: ZElement;
@@ -0,0 +1,2 @@
1
+ import { NodePair } from '@/types';
2
+ export declare function spawn(type: string, subtype: string): NodePair;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const containerV1: ZElement;
@@ -0,0 +1,2 @@
1
+ import { NodePair } from '@/types';
2
+ export declare function spawn(type: string, subtype: string): NodePair;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const dataTableV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const datePickerV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const dialogV1: ZElement;
@@ -0,0 +1,2 @@
1
+ import { NodePair } from '@/types';
2
+ export declare function spawn(type: string, subtype: string): NodePair;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '@/meta';
2
+ export declare const fabV1: ZElement;
@@ -0,0 +1,2 @@
1
+ import { NodePair } from '@/types';
2
+ export declare function spawn(type: string, subtype: string): NodePair;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const fileInputV1: ZElement;
@@ -0,0 +1,2 @@
1
+ import { NodePair } from '@/types';
2
+ export declare function spawn(type: string, subtype: string): NodePair;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const flexLayoutV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const flexLayoutEntryV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const formV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const iconV1: ZElement;
@@ -0,0 +1,2 @@
1
+ import { NodePair } from '@/types';
2
+ export declare function spawn(type: string, subtype: string): NodePair;
@@ -12,6 +12,7 @@ export * from './container/v1';
12
12
  export * from './dataTable/v1';
13
13
  export * from './datePicker/v1';
14
14
  export * from './dialog/v1';
15
+ export * from './fab/v1';
15
16
  export * from './fileInput/v1';
16
17
  export * from './flexLayout/v1';
17
18
  export * from './flexLayoutEntry/v1';
@@ -25,7 +26,9 @@ export * from './radioGroup/v1';
25
26
  export * from './rangeSlider/v1';
26
27
  export * from './rating/v1';
27
28
  export * from './select/v1';
29
+ export * from './sheet/v1';
28
30
  export * from './slider/v1';
31
+ export * from './speedDial/v1';
29
32
  export * from './stepper/v1';
30
33
  export * from './stepperHeader/v1';
31
34
  export * from './stepperItem/v1';
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const menuV1: ZElement;
@@ -0,0 +1,2 @@
1
+ import { NodePair } from '@/types';
2
+ export declare function spawn(type: string, subtype: string): NodePair;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const numberInputV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const paginationV1: ZElement;
@@ -0,0 +1,2 @@
1
+ import { NodePair } from '@/types';
2
+ export declare function spawn(type: string, subtype: string): NodePair;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const radioV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const radioGroupV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const rangeSliderV1: ZElement;
@@ -0,0 +1,2 @@
1
+ import { NodePair } from '@/types';
2
+ export declare function spawn(type: string, subtype: string): NodePair;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const ratingV1: ZElement;
@@ -0,0 +1,2 @@
1
+ import { NodePair } from '@/types';
2
+ export declare function spawn(type: string, subtype: string): NodePair;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const selectV1: ZElement;
@@ -0,0 +1,2 @@
1
+ import { NodePair } from '@/types';
2
+ export declare function spawn(type: string, subtype: string): NodePair;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '@/meta';
2
+ export declare const sheetV1: ZElement;
@@ -0,0 +1,2 @@
1
+ import { NodePair } from '@/types';
2
+ export declare function spawn(type: string, subtype: string): NodePair;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const sliderV1: ZElement;
@@ -0,0 +1,2 @@
1
+ import { NodePair } from '@/types';
2
+ export declare function spawn(type: string, subtype: string): NodePair;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ import { NodePair } from '@/types';
2
+ export declare function spawn(type: string, subtype: string): NodePair;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const stepperV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const stepperHeaderV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const stepperItemV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const stepperWindowV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const stepperWindowItemV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const switchV1: ZElement;
@@ -0,0 +1,2 @@
1
+ import { NodePair } from '@/types';
2
+ export declare function spawn(type: string, subtype: string): NodePair;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const tabV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const tableV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const tableBodyV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const tableBodyCellV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const tableHeadV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const tableHeadCellV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const tableRowV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const tabsV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const textV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const textFieldV1: ZElement;
@@ -0,0 +1,2 @@
1
+ import { NodePair } from '@/types';
2
+ export declare function spawn(type: string, subtype: string): NodePair;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const textareaV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const timelineV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const timelineItemV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const windowV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const windowItemV1: ZElement;
@@ -119,6 +119,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
119
119
  draggable: "Draggable",
120
120
  dynamic: "Dynamic",
121
121
  elevated: "Elevated",
122
+ elevation: "Elevation",
122
123
  emphasis: "Emphasis",
123
124
  end: "End",
124
125
  error: "Error",
@@ -141,6 +142,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
141
142
  flexLayout: "Flex Layout",
142
143
  flexLayoutEntry: "Flex Layout Entry",
143
144
  floating: "Floating",
145
+ floatingActionButton: "Floating Action Button",
144
146
  focus: "Focus",
145
147
  form: "Form",
146
148
  formRelated: "Form Related",
@@ -193,6 +195,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
193
195
  line: "Line",
194
196
  lineChart: "Line Chart",
195
197
  lineThrough: "Line Through",
198
+ loader: "Loader",
196
199
  loading: "Loading",
197
200
  log: "Log",
198
201
  looks: "Looks",
@@ -289,6 +292,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
289
292
  selection: "Selection",
290
293
  series: "Series",
291
294
  settings: "Settings",
295
+ sheet: "Sheet",
292
296
  show: "Show",
293
297
  showArrows: "Show Arrows",
294
298
  showFirstLastPage: "Show First Last Page",
@@ -310,6 +314,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
310
314
  spaceAround: "Space Around",
311
315
  spaceBetween: "Space Between",
312
316
  spaceEvenly: "Space Evenly",
317
+ speedDial: "Speed Dial",
313
318
  sphereGeometry: "Sphere Geometry",
314
319
  spotLight: "Spot Light",
315
320
  stacked: "Stacked",
@@ -119,6 +119,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
119
119
  draggable: "可拖拽",
120
120
  dynamic: "动态",
121
121
  elevated: "升高",
122
+ elevation: "海拔",
122
123
  emphasis: "强调",
123
124
  end: "结束",
124
125
  error: "错误",
@@ -141,6 +142,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
141
142
  flexLayout: "弹性布局",
142
143
  flexLayoutEntry: "弹性布局条目",
143
144
  floating: "漂浮",
145
+ floatingActionButton: "浮动操作按钮",
144
146
  focus: "聚焦",
145
147
  form: "表单",
146
148
  formRelated: "表单相关",
@@ -193,6 +195,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
193
195
  line: "线",
194
196
  lineChart: "折线图",
195
197
  lineThrough: "中划线",
198
+ loader: "加载器",
196
199
  loading: "加载中",
197
200
  log: "对数",
198
201
  looks: "外观(s)",
@@ -289,6 +292,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
289
292
  selection: "选择",
290
293
  series: "系列(s)",
291
294
  settings: "设置(s)",
295
+ sheet: "纸张",
292
296
  show: "显示",
293
297
  showArrows: "显示箭头",
294
298
  showFirstLastPage: "显示收尾页",
@@ -310,6 +314,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
310
314
  spaceAround: "环绕",
311
315
  spaceBetween: "间隔",
312
316
  spaceEvenly: "均匀",
317
+ speedDial: "快速拨号",
313
318
  sphereGeometry: "球形几何体",
314
319
  spotLight: "聚光灯",
315
320
  stacked: "栈式",