x-runtime-lib 0.8.4 → 0.8.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.
@@ -0,0 +1,12 @@
1
+ declare var __VLS_7: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_7) => any;
4
+ };
5
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
+ export default _default;
8
+ type __VLS_WithSlots<T, S> = T & {
9
+ new (): {
10
+ $slots: S;
11
+ };
12
+ };
@@ -1,5 +1,5 @@
1
- import ZMesh from './3d/mesh/v1/index.vue';
2
- import ZScene from './3d/scene/v1/index.vue';
1
+ import ZBoxGeomertyV1 from './3d/boxGeometry/v1/index.vue';
2
+ import ZMeshV1 from './3d/mesh/v1/index.vue';
3
3
  import ZBarChartV1 from './chart/barChart/v1/index.vue';
4
4
  import ZLineChartV1 from './chart/lineChart/v1/index.vue';
5
5
  import ZMultipleRefV1 from './dynamic/multipleRef/v1/index.vue';
@@ -51,4 +51,4 @@ import ZTimelineV1 from './regular/timeline/v1/index.vue';
51
51
  import ZTimelineItemV1 from './regular/timelineItem/v1/index.vue';
52
52
  import ZWindowV1 from './regular/window/v1/index.vue';
53
53
  import ZWindowItemV1 from './regular/windowItem/v1/index.vue';
54
- export { ZMesh, ZScene, ZBarChartV1, ZLineChartV1, ZMultipleRefV1, ZRefV1, ZRenderSwitchV1, ZSingleRefV1, ZSlotV1, ZBadgeV1, ZBtnV1, ZBtnGroupV1, ZBtnToggleV1, ZCardV1, ZCheckboxV1, ZChipV1, ZChipGroupV1, ZColorPickerV1, ZComboboxV1, ZContainerV1, ZDataTableV1, ZDatePickerV1, ZDialogV1, ZFileInputV1, ZFlexLayoutV1, ZFlexLayoutEntryV1, ZFormV1, ZIconV1, ZMenuV1, ZNumberInputV1, ZPaginationV1, ZRadioV1, ZRadioGroupV1, ZRangeSliderV1, ZRatingV1, ZSelectV1, ZSliderV1, ZStepperV1, ZStepperHeaderV1, ZStepperItemV1, ZStepperWindowV1, ZStepperWindowItemV1, ZSwitchV1, ZTabV1, ZTableV1, ZTabsV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1, ZWindowV1, ZWindowItemV1 };
54
+ export { ZBoxGeomertyV1, ZMeshV1, ZBarChartV1, ZLineChartV1, ZMultipleRefV1, ZRefV1, ZRenderSwitchV1, ZSingleRefV1, ZSlotV1, ZBadgeV1, ZBtnV1, ZBtnGroupV1, ZBtnToggleV1, ZCardV1, ZCheckboxV1, ZChipV1, ZChipGroupV1, ZColorPickerV1, ZComboboxV1, ZContainerV1, ZDataTableV1, ZDatePickerV1, ZDialogV1, ZFileInputV1, ZFlexLayoutV1, ZFlexLayoutEntryV1, ZFormV1, ZIconV1, ZMenuV1, ZNumberInputV1, ZPaginationV1, ZRadioV1, ZRadioGroupV1, ZRangeSliderV1, ZRatingV1, ZSelectV1, ZSliderV1, ZStepperV1, ZStepperHeaderV1, ZStepperItemV1, ZStepperWindowV1, ZStepperWindowItemV1, ZSwitchV1, ZTabV1, ZTableV1, ZTabsV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1, ZWindowV1, ZWindowItemV1 };
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '@/types';
2
+ export declare const boxGeometryV1: ZElement;
@@ -1,6 +1,7 @@
1
1
  export declare const keyBadgeV1 = "badge_v1";
2
2
  export declare const keyBreadCrumbsV1 = "breadcrumbs_v1";
3
3
  export declare const keyBarChartV1 = "bar_chart_v1";
4
+ export declare const keyBoxGeometryV1 = "box_geometry_v1";
4
5
  export declare const keyBtnV1 = "btn_v1";
5
6
  export declare const keyBtnGroupV1 = "btn_group_v1";
6
7
  export declare const keyBtnToggleV1 = "btn_toggle_v1";
@@ -0,0 +1,2 @@
1
+ import { ZGroup } from '@/types';
2
+ export declare const compCommon: ZGroup[];
@@ -0,0 +1,2 @@
1
+ import { ZGroup } from '@/types';
2
+ export declare const compScene: ZGroup[];
@@ -0,0 +1,4 @@
1
+ export * from './compCommon';
2
+ export * from './compScene';
3
+ export * from './pageCommon';
4
+ export * from './pageScene';
@@ -0,0 +1,2 @@
1
+ import { ZGroup } from '@/types';
2
+ export declare const pageCommon: ZGroup[];
@@ -0,0 +1,2 @@
1
+ import { ZGroup } from '@/types';
2
+ export declare const pageScene: ZGroup[];
@@ -1,3 +1,3 @@
1
- import { ZPkg } from '../../../types';
1
+ import { ZPkg } from '@/types';
2
2
  declare const pkg: ZPkg;
3
3
  export default pkg;
@@ -112,6 +112,7 @@ const e = {
112
112
  flexLayoutEntry: "Flex Layout Entry",
113
113
  form: "Form",
114
114
  formRelated: "Form Related",
115
+ geometries: "Geometries",
115
116
  globality: "Globality",
116
117
  grow: "Grow",
117
118
  h1: "Heading 1",
@@ -214,10 +215,12 @@ const e = {
214
215
  reverse: "Reverse",
215
216
  right: "Right",
216
217
  ripple: "Ripple",
218
+ rotation: "Rotation",
217
219
  roundRadius: "Round Radius",
218
220
  row: "Row",
219
221
  rowReverse: "Row Reverse",
220
222
  rows: "Rows",
223
+ scale: "Scale",
221
224
  screenSizeChange: "Screen Size Change",
222
225
  secondary: "Secondary",
223
226
  select: "Select",
@@ -305,11 +308,14 @@ const e = {
305
308
  window: "Window",
306
309
  windowItem: "Window Item",
307
310
  wrap: "Wrap",
311
+ x: "X",
308
312
  xAxis: "X Axis",
309
313
  xLarge: "X Large",
310
314
  xSmall: "X Small",
315
+ y: "Y",
311
316
  yAxis: "Y Axis",
312
- yes: "Yes"
317
+ yes: "Yes",
318
+ z: "Z"
313
319
  }
314
320
  };
315
321
  export {
@@ -112,6 +112,7 @@ const e = {
112
112
  flexLayoutEntry: "弹性布局条目",
113
113
  form: "表单",
114
114
  formRelated: "表单相关",
115
+ geometries: "几何体",
115
116
  globality: "全局",
116
117
  grow: "伸展",
117
118
  h1: "标题1",
@@ -214,10 +215,12 @@ const e = {
214
215
  reverse: "反向",
215
216
  right: "右边",
216
217
  ripple: "波纹",
218
+ rotation: "旋转",
217
219
  roundRadius: "圆角半径",
218
220
  row: "行",
219
221
  rowReverse: "行反向",
220
222
  rows: "行",
223
+ scale: "缩放",
221
224
  screenSizeChange: "屏幕大小变化",
222
225
  secondary: "次要",
223
226
  select: "选择",
@@ -305,11 +308,14 @@ const e = {
305
308
  window: "窗口",
306
309
  windowItem: "窗口项目",
307
310
  wrap: "换行",
311
+ x: "X",
308
312
  xAxis: "x轴",
309
313
  xLarge: "极大",
310
314
  xSmall: "极小",
315
+ y: "Y",
311
316
  yAxis: "y轴",
312
- yes: "是"
317
+ yes: "是",
318
+ z: "Z"
313
319
  }
314
320
  };
315
321
  export {
package/dist/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- export * from '@/components/core';
2
1
  export * from './element';
3
2
  export * from './i18n';
4
3
  export * from './interpreter';