x-runtime-lib 0.9.5 → 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 (157) hide show
  1. package/dist/components/element/ui/fab/v1/index.vue.d.ts +3 -0
  2. package/dist/components/element/ui/index.d.ts +3 -1
  3. package/dist/components/element/ui/sheet/v1/index.vue.d.ts +14 -0
  4. package/dist/composables/element/core/elementColor.d.ts +5 -0
  5. package/dist/composables/element/core/index.d.ts +1 -0
  6. package/dist/composables/runtime/theme.d.ts +1 -1
  7. package/dist/element/3d/camera/orthographicCamera/v1/meta.d.ts +1 -1
  8. package/dist/element/3d/camera/perspectiveCamera/v1/meta.d.ts +1 -1
  9. package/dist/element/3d/controls/keyboardControls/v1/meta.d.ts +1 -1
  10. package/dist/element/3d/controls/mapControls/v1/meta.d.ts +1 -1
  11. package/dist/element/3d/controls/orbitControls/v1/meta.d.ts +1 -1
  12. package/dist/element/3d/geometry/boxGeometry/v1/meta.d.ts +1 -1
  13. package/dist/element/3d/geometry/sphereGeometry/v1/meta.d.ts +1 -1
  14. package/dist/element/3d/light/ambientLight/v1/meta.d.ts +1 -1
  15. package/dist/element/3d/light/directionalLight/v1/meta.d.ts +1 -1
  16. package/dist/element/3d/light/pointLight/v1/meta.d.ts +1 -1
  17. package/dist/element/3d/light/spotLight/v1/meta.d.ts +1 -1
  18. package/dist/element/3d/material/meshBasicMaterial/v1/meta.d.ts +1 -1
  19. package/dist/element/3d/object/group/v1/meta.d.ts +1 -1
  20. package/dist/element/3d/object/mesh/v1/meta.d.ts +1 -1
  21. package/dist/element/_common/global/index.d.ts +8 -2
  22. package/dist/element/_common/items/alignTabsItems/v1/index.d.ts +1 -2
  23. package/dist/element/_common/items/axisTypeItems/v1/index.d.ts +1 -2
  24. package/dist/element/_common/items/borderStyleItems/v1/index.d.ts +1 -2
  25. package/dist/element/_common/items/densityItems/v1/index.d.ts +1 -2
  26. package/dist/element/_common/items/directionItems/v1/index.d.ts +1 -2
  27. package/dist/element/_common/items/fieldVariantItems/v1/index.d.ts +1 -2
  28. package/dist/element/_common/items/flexCrossAlignItems/v1/index.d.ts +1 -2
  29. package/dist/element/_common/items/flexDirectionItems/v1/index.d.ts +1 -2
  30. package/dist/element/_common/items/flexMainAlignItems/v1/index.d.ts +1 -2
  31. package/dist/element/_common/items/flexWrapItems/v1/index.d.ts +1 -2
  32. package/dist/element/_common/items/fontWeightItems/v1/index.d.ts +1 -2
  33. package/dist/element/_common/items/index.d.ts +24 -24
  34. package/dist/element/_common/items/sheetVariantItems/v1/index.d.ts +1 -2
  35. package/dist/element/_common/items/showTicksItems/v1/index.d.ts +1 -2
  36. package/dist/element/_common/items/sizeItems/v1/index.d.ts +1 -2
  37. package/dist/element/_common/items/speedDialOpenWayItems/v1/index.d.ts +1 -2
  38. package/dist/element/_common/items/textAlignItems/v1/index.d.ts +1 -2
  39. package/dist/element/_common/items/textDecorationItems/v1/index.d.ts +1 -2
  40. package/dist/element/_common/items/textEmphasisItems/v1/index.d.ts +1 -2
  41. package/dist/element/_common/items/textSizeItems/v1/index.d.ts +1 -2
  42. package/dist/element/_common/items/thumbLabelItems/v1/index.d.ts +1 -2
  43. package/dist/element/_common/items/timelineAlignItems/v1/index.d.ts +1 -2
  44. package/dist/element/_common/items/timelineDirectionItems/v1/index.d.ts +1 -2
  45. package/dist/element/_common/items/timelineSideItems/v1/index.d.ts +1 -2
  46. package/dist/element/_common/items/timelineTruncateLineItems/v1/index.d.ts +1 -2
  47. package/dist/element/_common/props/basic/v1/index.d.ts +1 -1
  48. package/dist/element/_common/props/border/v1/index.d.ts +1 -1
  49. package/dist/element/_common/props/legend/v1/index.d.ts +1 -1
  50. package/dist/element/_common/props/margin/v1/index.d.ts +1 -1
  51. package/dist/element/_common/props/padding/v1/index.d.ts +1 -1
  52. package/dist/element/_common/props/size/v1/index.d.ts +1 -1
  53. package/dist/element/_common/props/title/v1/index.d.ts +1 -1
  54. package/dist/element/_common/props/transform/v1/index.d.ts +1 -1
  55. package/dist/element/_common/props/xAxis/v1/index.d.ts +1 -1
  56. package/dist/element/_common/props/yAxis/v1/index.d.ts +1 -1
  57. package/dist/element/_common/types/borderWidthTypes/v1/index.d.ts +1 -2
  58. package/dist/element/_common/types/colorTypes/v1/index.d.ts +1 -2
  59. package/dist/element/_common/types/index.d.ts +8 -8
  60. package/dist/element/_common/types/leftRightTypes/v1/index.d.ts +1 -2
  61. package/dist/element/_common/types/marginTypes/v1/index.d.ts +1 -2
  62. package/dist/element/_common/types/paddingTypes/v1/index.d.ts +1 -2
  63. package/dist/element/_common/types/sizeTypes/v1/index.d.ts +1 -2
  64. package/dist/element/_common/types/tableColumnAlignTypes/v1/index.d.ts +1 -2
  65. package/dist/element/_common/types/topBottomTypes/v1/index.d.ts +1 -2
  66. package/dist/element/_pkgs/index.d.ts +1 -1
  67. package/dist/element/_pkgs/v1/elements.d.ts +1 -0
  68. package/dist/element/_pkgs/v1/groups/comp3d.d.ts +1 -1
  69. package/dist/element/_pkgs/v1/groups/compUi.d.ts +1 -1
  70. package/dist/element/_pkgs/v1/groups/page3d.d.ts +1 -1
  71. package/dist/element/_pkgs/v1/groups/pageUi.d.ts +1 -1
  72. package/dist/element/_pkgs/v1/index.d.ts +1 -1
  73. package/dist/element/_pkgs/v1/items.d.ts +1 -0
  74. package/dist/element/_pkgs/v1/types.d.ts +1 -0
  75. package/dist/element/chart/barChart/v1/meta.d.ts +1 -1
  76. package/dist/element/chart/lineChart/v1/meta.d.ts +1 -1
  77. package/dist/element/dynamic/multipleRef/v1/meta.d.ts +1 -1
  78. package/dist/element/dynamic/multipleSlot/v1/meta.d.ts +1 -1
  79. package/dist/element/dynamic/ref/v1/meta.d.ts +1 -1
  80. package/dist/element/dynamic/renderSwitch/v1/meta.d.ts +1 -1
  81. package/dist/element/dynamic/slot/v1/meta.d.ts +1 -1
  82. package/dist/element/finalProperties.d.ts +1 -1
  83. package/dist/element/index.d.ts +0 -1
  84. package/dist/element/misc/globality/v1/meta.d.ts +1 -1
  85. package/dist/element/ui/badge/v1/meta.d.ts +1 -1
  86. package/dist/element/ui/btn/v1/meta.d.ts +1 -1
  87. package/dist/element/ui/btnToggle/v1/meta.d.ts +1 -1
  88. package/dist/element/ui/btnToggleEntry/v1/meta.d.ts +1 -1
  89. package/dist/element/ui/card/v1/meta.d.ts +1 -1
  90. package/dist/element/ui/checkbox/v1/meta.d.ts +1 -1
  91. package/dist/element/ui/chip/v1/meta.d.ts +1 -1
  92. package/dist/element/ui/chipGroup/v1/meta.d.ts +1 -1
  93. package/dist/element/ui/colorPicker/v1/meta.d.ts +1 -1
  94. package/dist/element/ui/combobox/v1/meta.d.ts +1 -1
  95. package/dist/element/ui/container/v1/meta.d.ts +1 -1
  96. package/dist/element/ui/dataTable/v1/meta.d.ts +1 -1
  97. package/dist/element/ui/datePicker/v1/meta.d.ts +1 -1
  98. package/dist/element/ui/dialog/v1/meta.d.ts +1 -1
  99. package/dist/element/ui/fab/v1/index.d.ts +1 -0
  100. package/dist/element/ui/fab/v1/meta.d.ts +2 -0
  101. package/dist/element/ui/fab/v1/spawn.d.ts +2 -0
  102. package/dist/element/ui/fileInput/v1/meta.d.ts +1 -1
  103. package/dist/element/ui/flexLayout/v1/meta.d.ts +1 -1
  104. package/dist/element/ui/flexLayoutEntry/v1/meta.d.ts +1 -1
  105. package/dist/element/ui/form/v1/meta.d.ts +1 -1
  106. package/dist/element/ui/icon/v1/meta.d.ts +1 -1
  107. package/dist/element/ui/index.d.ts +3 -0
  108. package/dist/element/ui/menu/v1/meta.d.ts +1 -1
  109. package/dist/element/ui/numberInput/v1/meta.d.ts +1 -1
  110. package/dist/element/ui/pagination/v1/meta.d.ts +1 -1
  111. package/dist/element/ui/radio/v1/meta.d.ts +1 -1
  112. package/dist/element/ui/radioGroup/v1/meta.d.ts +1 -1
  113. package/dist/element/ui/rangeSlider/v1/meta.d.ts +1 -1
  114. package/dist/element/ui/rating/v1/meta.d.ts +1 -1
  115. package/dist/element/ui/select/v1/meta.d.ts +1 -1
  116. package/dist/element/ui/sheet/v1/index.d.ts +1 -0
  117. package/dist/element/ui/sheet/v1/meta.d.ts +2 -0
  118. package/dist/element/ui/sheet/v1/spawn.d.ts +2 -0
  119. package/dist/element/ui/slider/v1/meta.d.ts +1 -1
  120. package/dist/element/ui/speedDial/v1/spawn.d.ts +2 -0
  121. package/dist/element/ui/stepper/v1/meta.d.ts +1 -1
  122. package/dist/element/ui/stepperHeader/v1/meta.d.ts +1 -1
  123. package/dist/element/ui/stepperItem/v1/meta.d.ts +1 -1
  124. package/dist/element/ui/stepperWindow/v1/meta.d.ts +1 -1
  125. package/dist/element/ui/stepperWindowItem/v1/meta.d.ts +1 -1
  126. package/dist/element/ui/switch/v1/meta.d.ts +1 -1
  127. package/dist/element/ui/tab/v1/meta.d.ts +1 -1
  128. package/dist/element/ui/table/v1/meta.d.ts +1 -1
  129. package/dist/element/ui/tableBody/v1/meta.d.ts +1 -1
  130. package/dist/element/ui/tableBodyCell/v1/meta.d.ts +1 -1
  131. package/dist/element/ui/tableHead/v1/meta.d.ts +1 -1
  132. package/dist/element/ui/tableHeadCell/v1/meta.d.ts +1 -1
  133. package/dist/element/ui/tableRow/v1/meta.d.ts +1 -1
  134. package/dist/element/ui/tabs/v1/meta.d.ts +1 -1
  135. package/dist/element/ui/text/v1/meta.d.ts +1 -1
  136. package/dist/element/ui/textField/v1/meta.d.ts +1 -1
  137. package/dist/element/ui/textarea/v1/meta.d.ts +1 -1
  138. package/dist/element/ui/timeline/v1/meta.d.ts +1 -1
  139. package/dist/element/ui/timelineItem/v1/meta.d.ts +1 -1
  140. package/dist/element/ui/window/v1/meta.d.ts +1 -1
  141. package/dist/element/ui/windowItem/v1/meta.d.ts +1 -1
  142. package/dist/{i18n-en.muzumt7f.js → i18n-en.ijgolucs.js} +4 -0
  143. package/dist/{i18n-zhHans.il5j9zx8.js → i18n-zhHans.iukcgmn0.js} +4 -0
  144. package/dist/index.js +3848 -4354
  145. package/dist/meta/base.d.ts +6 -0
  146. package/dist/meta/element.d.ts +98 -0
  147. package/dist/meta/index.d.ts +6 -0
  148. package/dist/meta/items.d.ts +8 -0
  149. package/dist/meta/pkg.d.ts +22 -0
  150. package/dist/meta/property.d.ts +128 -0
  151. package/dist/meta/types.d.ts +39 -0
  152. package/dist/types/index.d.ts +0 -1
  153. package/dist/types/protocol.d.ts +1 -1
  154. package/dist/utils/node.d.ts +2 -1
  155. package/dist/utils/property.d.ts +2 -1
  156. package/dist/{vendor.hagxscrr.js → vendor.euh7iu3r.js} +27690 -27690
  157. package/package.json +1 -1
@@ -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;
@@ -13,6 +13,7 @@ import ZContainerV1 from './container/v1/index.vue';
13
13
  import ZDataTableV1 from './dataTable/v1/index.vue';
14
14
  import ZDatePickerV1 from './datePicker/v1/index.vue';
15
15
  import ZDialogV1 from './dialog/v1/index.vue';
16
+ import ZFabV1 from './fab/v1/index.vue';
16
17
  import ZFileInputV1 from './fileInput/v1/index.vue';
17
18
  import ZFlexLayoutV1 from './flexLayout/v1/index.vue';
18
19
  import ZFlexLayoutEntryV1 from './flexLayoutEntry/v1/index.vue';
@@ -26,6 +27,7 @@ import ZRadioGroupV1 from './radioGroup/v1/index.vue';
26
27
  import ZRangeSliderV1 from './rangeSlider/v1/index.vue';
27
28
  import ZRatingV1 from './rating/v1/index.vue';
28
29
  import ZSelectV1 from './select/v1/index.vue';
30
+ import ZSheetV1 from './sheet/v1/index.vue';
29
31
  import ZSliderV1 from './slider/v1/index.vue';
30
32
  import ZSpeedDialV1 from './speedDial/v1/index.vue';
31
33
  import ZStepperV1 from './stepper/v1/index.vue';
@@ -49,4 +51,4 @@ import ZTimelineV1 from './timeline/v1/index.vue';
49
51
  import ZTimelineItemV1 from './timelineItem/v1/index.vue';
50
52
  import ZWindowV1 from './window/v1/index.vue';
51
53
  import ZWindowItemV1 from './windowItem/v1/index.vue';
52
- export { ZBadgeV1, ZBreadcrumbsV1, ZBtnV1, ZBtnToggleV1, ZBtnToggleEntryV1, ZCardV1, ZCheckboxV1, ZChipV1, ZChipGroupV1, ZColorPickerV1, ZComboboxV1, ZContainerV1, ZDataTableV1, ZDatePickerV1, ZDialogV1, ZFileInputV1, ZFlexLayoutV1, ZFlexLayoutEntryV1, ZFormV1, ZIconV1, ZMenuV1, ZNumberInputV1, ZPaginationV1, ZRadioV1, ZRadioGroupV1, ZRangeSliderV1, ZRatingV1, ZSelectV1, ZSliderV1, ZSpeedDialV1, ZStepperV1, ZStepperHeaderV1, ZStepperItemV1, ZStepperWindowV1, ZStepperWindowItemV1, ZSwitchV1, ZTabV1, ZTableV1, ZTableBodyV1, ZTableBodyCellV1, ZTableHeadV1, ZTableHeadCellV1, ZTableRowV1, ZTabsV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1, ZWindowV1, ZWindowItemV1 };
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 };
@@ -0,0 +1,14 @@
1
+ import { ElementProps } from '@/types';
2
+ declare var __VLS_8: {};
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_8) => 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,5 @@
1
+ import { Ref } from 'vue';
2
+ import { Node } from '@/types';
3
+ export declare function useElementColor(node: Ref<Node>, keys: string[], json?: boolean): {
4
+ color: import("vue").ComputedRef<string | undefined>;
5
+ };
@@ -1,5 +1,6 @@
1
1
  export * from './breakpoint';
2
2
  export * from './elementBase';
3
+ export * from './elementColor';
3
4
  export * from './elementDebug';
4
5
  export * from './elementMethod';
5
6
  export * from './elementProperty';
@@ -1,3 +1,3 @@
1
1
  export declare function useTheme(): {
2
- theme: import("vue").ComputedRef<"light" | "dark">;
2
+ theme: import("vue").ComputedRef<"dark" | "light">;
3
3
  };
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const orthographicCameraV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const perspectiveCameraV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const keyboardControlsV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const mapControlsV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const orbitControlsV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const boxGeometryV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const sphereGeometryV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const ambientLightV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const directionalLightV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const pointLightV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const spotLightV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const meshBasicMaterialV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const groupV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const meshV1: ZElement;
@@ -1,4 +1,10 @@
1
- import { ZElement, ZElementKey, ZElements } from '@/types';
1
+ import { ZElement, ZElementKey, ZItem, ZItemsKey, ZType, ZTypesKey } from '@/meta';
2
+ export declare function regItems(key: ZItemsKey, items: ZItem[]): void;
3
+ export declare function getItems(key: ZItemsKey | string): ZItem[] | undefined;
4
+ export declare function regTypes(key: ZTypesKey, types: ZType[]): void;
5
+ export declare function getTypes(key: ZTypesKey | string): ZType[] | undefined;
2
6
  export declare function regElement(element: ZElement): void;
3
- export declare function getAllElements(): ZElements;
7
+ export declare function getAllElements(): {
8
+ [key: string]: ZElement;
9
+ };
4
10
  export declare function getElement(key: ZElementKey | string): ZElement | undefined;
@@ -1,2 +1 @@
1
- import { ZItem } from '@/types';
2
- export declare const alignTabsItemsV1: ZItem[];
1
+ export {};
@@ -1,2 +1 @@
1
- import { ZItem } from '@/types';
2
- export declare const axisTypeItemsV1: ZItem[];
1
+ export {};
@@ -1,2 +1 @@
1
- import { ZItem } from '@/types';
2
- export declare const borderStyleItemsV1: ZItem[];
1
+ export {};
@@ -1,2 +1 @@
1
- import { ZItem } from '@/types';
2
- export declare const densityItemsV1: ZItem[];
1
+ export {};
@@ -1,2 +1 @@
1
- import { ZItem } from '@/types';
2
- export declare const directionItemsV1: ZItem[];
1
+ export {};
@@ -1,2 +1 @@
1
- import { ZItem } from '@/types';
2
- export declare const fieldVariantItemsV1: ZItem[];
1
+ export {};
@@ -1,2 +1 @@
1
- import { ZItem } from '@/types';
2
- export declare const flexCrossAlignItemsV1: ZItem[];
1
+ export {};
@@ -1,2 +1 @@
1
- import { ZItem } from '@/types';
2
- export declare const flexDirectionItemsV1: ZItem[];
1
+ export {};
@@ -1,2 +1 @@
1
- import { ZItem } from '@/types';
2
- export declare const flexMainAlignItemsV1: ZItem[];
1
+ export {};
@@ -1,2 +1 @@
1
- import { ZItem } from '@/types';
2
- export declare const flexWrapItemsV1: ZItem[];
1
+ export {};
@@ -1,2 +1 @@
1
- import { ZItem } from '@/types';
2
- export declare const fontWeightItemsV1: ZItem[];
1
+ export {};
@@ -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';
@@ -1,2 +1 @@
1
- import { ZItem } from '@/types';
2
- export declare const sheetVariantItemsV1: ZItem[];
1
+ export {};
@@ -1,2 +1 @@
1
- import { ZItem } from '@/types';
2
- export declare const showTicksItemsV1: ZItem[];
1
+ export {};
@@ -1,2 +1 @@
1
- import { ZItem } from '@/types';
2
- export declare const sizeItemsV1: ZItem[];
1
+ export {};
@@ -1,2 +1 @@
1
- import { ZItem } from '@/types';
2
- export declare const speedDialOpenWayItemsV1: ZItem[];
1
+ export {};
@@ -1,2 +1 @@
1
- import { ZItem } from '@/types';
2
- export declare const textAlignItemsV1: ZItem[];
1
+ export {};
@@ -1,2 +1 @@
1
- import { ZItem } from '@/types';
2
- export declare const textDecorationItemsV1: ZItem[];
1
+ export {};
@@ -1,2 +1 @@
1
- import { ZItem } from '@/types';
2
- export declare const textEmphasisItemsV1: ZItem[];
1
+ export {};
@@ -1,2 +1 @@
1
- import { ZItem } from '@/types';
2
- export declare const textSizeItemsV1: ZItem[];
1
+ export {};
@@ -1,2 +1 @@
1
- import { ZItem } from '@/types';
2
- export declare const thumbLabelItemsV1: ZItem[];
1
+ export {};
@@ -1,2 +1 @@
1
- import { ZItem } from '@/types';
2
- export declare const timelineAlignItemsV1: ZItem[];
1
+ export {};
@@ -1,2 +1 @@
1
- import { ZItem } from '@/types';
2
- export declare const timelineDirectionItemsV1: ZItem[];
1
+ export {};
@@ -1,2 +1 @@
1
- import { ZItem } from '@/types';
2
- export declare const timelineSideItemsV1: ZItem[];
1
+ export {};
@@ -1,2 +1 @@
1
- import { ZItem } from '@/types';
2
- export declare const timelineTruncateLineItemsV1: ZItem[];
1
+ export {};
@@ -1,2 +1,2 @@
1
- import { ZProperty } from '@/types';
1
+ import { ZProperty } from '@/meta';
2
2
  export declare const basicV1: ZProperty;
@@ -1,2 +1,2 @@
1
- import { ZProperty } from '@/types';
1
+ import { ZProperty } from '@/meta';
2
2
  export declare const borderV1: ZProperty;
@@ -1,2 +1,2 @@
1
- import { ZProperty } from '@/types';
1
+ import { ZProperty } from '@/meta';
2
2
  export declare const legendV1: ZProperty;
@@ -1,2 +1,2 @@
1
- import { ZProperty } from '@/types';
1
+ import { ZProperty } from '@/meta';
2
2
  export declare const marginV1: ZProperty;
@@ -1,2 +1,2 @@
1
- import { ZProperty } from '@/types';
1
+ import { ZProperty } from '@/meta';
2
2
  export declare const paddingV1: ZProperty;
@@ -1,2 +1,2 @@
1
- import { ZProperty } from '@/types';
1
+ import { ZProperty } from '@/meta';
2
2
  export declare const sizeV1: ZProperty;
@@ -1,2 +1,2 @@
1
- import { ZProperty } from '@/types';
1
+ import { ZProperty } from '@/meta';
2
2
  export declare const titleV1: ZProperty;
@@ -1,2 +1,2 @@
1
- import { ZProperty } from '@/types';
1
+ import { ZProperty } from '@/meta';
2
2
  export declare const transformV1: ZProperty;
@@ -1,2 +1,2 @@
1
- import { ZProperty } from '@/types';
1
+ import { ZProperty } from '@/meta';
2
2
  export declare const xAxisV1: ZProperty;
@@ -1,2 +1,2 @@
1
- import { ZProperty } from '@/types';
1
+ import { ZProperty } from '@/meta';
2
2
  export declare const yAxisV1: ZProperty;
@@ -1,2 +1 @@
1
- import { ZType } from '@/types';
2
- export declare const borderWidthTypesV1: ZType[];
1
+ export {};
@@ -1,2 +1 @@
1
- import { ZType } from '@/types';
2
- export declare const colorTypesV1: ZType[];
1
+ export {};
@@ -1,8 +1,8 @@
1
- export * from './borderWidthTypes/v1';
2
- export * from './colorTypes/v1';
3
- export * from './leftRightTypes/v1';
4
- export * from './marginTypes/v1';
5
- export * from './paddingTypes/v1';
6
- export * from './sizeTypes/v1';
7
- export * from './tableColumnAlignTypes/v1';
8
- export * from './topBottomTypes/v1';
1
+ import './borderWidthTypes/v1';
2
+ import './colorTypes/v1';
3
+ import './leftRightTypes/v1';
4
+ import './marginTypes/v1';
5
+ import './paddingTypes/v1';
6
+ import './sizeTypes/v1';
7
+ import './tableColumnAlignTypes/v1';
8
+ import './topBottomTypes/v1';
@@ -1,2 +1 @@
1
- import { ZType } from '@/types';
2
- export declare const leftRightTypesV1: ZType[];
1
+ export {};
@@ -1,2 +1 @@
1
- import { ZType } from '@/types';
2
- export declare const marginTypesV1: ZType[];
1
+ export {};
@@ -1,2 +1 @@
1
- import { ZType } from '@/types';
2
- export declare const paddingTypesV1: ZType[];
1
+ export {};
@@ -1,2 +1 @@
1
- import { ZType } from '@/types';
2
- export declare const sizeTypesV1: ZType[];
1
+ export {};
@@ -1,2 +1 @@
1
- import { ZType } from '@/types';
2
- export declare const tableColumnAlignTypesV1: ZType[];
1
+ export {};
@@ -1,2 +1 @@
1
- import { ZType } from '@/types';
2
- export declare const topBottomTypesV1: ZType[];
1
+ export {};
@@ -1,2 +1,2 @@
1
- import { ZPkgs } from '@/types';
1
+ import { ZPkgs } from '@/meta';
2
2
  export declare const pkgs: ZPkgs;
@@ -0,0 +1 @@
1
+ export declare const elements: Set<"globality_v1" | "multiple_ref_v1" | "multiple_slot_v1" | "ref_v1" | "render_switch_v1" | "slot_v1" | "ui_badge_v1" | "ui_breadcrumbs_v1" | "ui_bar_chart_v1" | "ui_btn_v1" | "ui_btn_toggle_v1" | "ui_btn_toggle_entry_v1" | "ui_card_v1" | "ui_checkbox_v1" | "ui_chip_v1" | "ui_chip_group_v1" | "ui_color_picker_v1" | "ui_combobox_v1" | "ui_container_v1" | "ui_data_table_v1" | "ui_date_picker_v1" | "ui_dialog_v1" | "ui_fab_v1" | "ui_file_input_v1" | "ui_flex_layout_v1" | "ui_flex_layout_entry_v1" | "ui_form_v1" | "ui_icon_v1" | "ui_line_chart_v1" | "ui_menu_v1" | "ui_number_input_v1" | "ui_pagination_v1" | "ui_radio_v1" | "ui_radio_group_v1" | "ui_range_slider_v1" | "ui_rating_v1" | "ui_select_v1" | "ui_sheet_v1" | "ui_slider_v1" | "ui_speed_dial_v1" | "ui_stepper_v1" | "ui_stepper_header_v1" | "ui_stepper_item_v1" | "ui_stepper_window_v1" | "ui_stepper_window_item_v1" | "ui_switch_v1" | "ui_tab_v1" | "ui_table_v1" | "ui_table_body_v1" | "ui_table_body_cell_v1" | "ui_table_head_v1" | "ui_table_head_cell_v1" | "ui_table_row_v1" | "ui_tabs_v1" | "ui_text_v1" | "ui_textarea_v1" | "ui_text_field_v1" | "ui_timeline_v1" | "ui_timeline_item_v1" | "ui_window_v1" | "ui_window_item_v1" | "3d_ambient_light_v1" | "3d_box_geometry_v1" | "3d_directional_light_v1" | "3d_group_v1" | "3d_keyboard_controls_v1" | "3d_map_controls_v1" | "3d_mesh_v1" | "3d_mesh_basic_material_v1" | "3d_orbit_controls_v1" | "3d_orthographic_camera_v1" | "3d_perspective_camera_v1" | "3d_point_light_v1" | "3d_sphere_geometry_v1" | "3d_spot_light_v1">;
@@ -1,2 +1,2 @@
1
- import { ZGroup } from '@/types';
1
+ import { ZGroup } from '@/meta';
2
2
  export declare const comp3d: ZGroup[];
@@ -1,2 +1,2 @@
1
- import { ZGroup } from '@/types';
1
+ import { ZGroup } from '@/meta';
2
2
  export declare const compUi: ZGroup[];
@@ -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;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const multipleSlotV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const referenceV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const renderSwitchV1: ZElement;
@@ -1,2 +1,2 @@
1
- import { ZElement } from '@/types';
1
+ import { ZElement } from '@/meta';
2
2
  export declare const slotV1: ZElement;
@@ -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;