x-runtime-lib 0.6.55 → 0.6.56

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.
@@ -2,6 +2,7 @@ import ZBarChartV1 from './chart/barChart/v1/index.vue';
2
2
  import ZLineChartV1 from './chart/lineChart/v1/index.vue';
3
3
  import ZRefV1 from './misc/ref/v1/index.vue';
4
4
  import ZSlotV1 from './misc/slot/v1/index.vue';
5
+ import ZBadgeV1 from './regular/badge/v1/index.vue';
5
6
  import ZBtnV1 from './regular/btn/v1/index.vue';
6
7
  import ZCardV1 from './regular/card/v1/index.vue';
7
8
  import ZChipV1 from './regular/chip/v1/index.vue';
@@ -26,4 +27,4 @@ import ZTextareaV1 from './regular/textarea/v1/index.vue';
26
27
  import ZTextFieldV1 from './regular/textField/v1/index.vue';
27
28
  import ZTimelineV1 from './regular/timeline/v1/index.vue';
28
29
  import ZTimelineItemV1 from './regular/timelineItem/v1/index.vue';
29
- export { ZBarChartV1, ZLineChartV1, ZRefV1, ZSlotV1, ZBtnV1, ZCardV1, ZChipV1, ZComboboxV1, ZContainerV1, ZDataTableV1, ZDialogV1, ZFileInputV1, ZFlexLayoutV1, ZFlexLayoutEntryV1, ZFormV1, ZMenuV1, ZNumberInputV1, ZRadioV1, ZRadioGroupV1, ZRangeSliderV1, ZRatingV1, ZSelectV1, ZSliderV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1 };
30
+ export { ZBarChartV1, ZLineChartV1, ZRefV1, ZSlotV1, ZBadgeV1, ZBtnV1, ZCardV1, ZChipV1, ZComboboxV1, ZContainerV1, ZDataTableV1, ZDialogV1, ZFileInputV1, ZFlexLayoutV1, ZFlexLayoutEntryV1, ZFormV1, ZMenuV1, ZNumberInputV1, ZRadioV1, ZRadioGroupV1, ZRangeSliderV1, ZRatingV1, ZSelectV1, ZSliderV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1 };
@@ -0,0 +1,12 @@
1
+ declare var __VLS_6: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_6) => 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,2 +1,13 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ import { BaseProps } from '../../../../../types';
2
+ declare var __VLS_6: {};
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_6) => any;
5
+ };
6
+ declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
8
  export default _default;
9
+ type __VLS_WithSlots<T, S> = T & {
10
+ new (): {
11
+ $slots: S;
12
+ };
13
+ };
@@ -1,2 +1,12 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare var __VLS_6: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_6) => 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>;
2
7
  export default _default;
8
+ type __VLS_WithSlots<T, S> = T & {
9
+ new (): {
10
+ $slots: S;
11
+ };
12
+ };
@@ -13,3 +13,4 @@ export * from './textDecorationItems/v1';
13
13
  export * from './textEmphasisItems/v1';
14
14
  export * from './textStyleItems/v1';
15
15
  export * from './themeColorItems/v1';
16
+ export * from './thumbLabelItems/v1';
@@ -0,0 +1,2 @@
1
+ import { ZItem } from "../../../../../types";
2
+ export declare const thumbLabelItemsV1: ZItem[];
@@ -1,3 +1,4 @@
1
+ export declare const keyBadgeV1 = "badge_v1";
1
2
  export declare const keyBarChartV1 = "bar_chart_v1";
2
3
  export declare const keyBtnV1 = "btn_v1";
3
4
  export declare const keyCardV1 = "card_v1";
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '../../../../types';
2
+ export declare const badgeV1: ZElement;
@@ -1,3 +1,4 @@
1
+ export * from './badge/v1';
1
2
  export * from './btn/v1';
2
3
  export * from './card/v1';
3
4
  export * from './chip/v1';
@@ -9,6 +9,7 @@ const e = {
9
9
  background1: "Background 1",
10
10
  background2: "Background 2",
11
11
  backgroundColor: "Background Color",
12
+ badge: "Badge",
12
13
  barChart: "Bar Chart",
13
14
  baseline: "Baseline",
14
15
  basic: "Basic",
@@ -107,10 +108,12 @@ const e = {
107
108
  log: "Log",
108
109
  mainAxisAlign: "Main Axis Align",
109
110
  margin: "Margin",
111
+ max: "Max",
110
112
  maxHeight: "Max Height",
111
113
  maxWidth: "Max Width",
112
114
  medium: "Medium",
113
115
  menu: "Menu",
116
+ min: "Min",
114
117
  minHeight: "Min Height",
115
118
  minWidth: "Min Width",
116
119
  mode: "Mode",
@@ -159,6 +162,7 @@ const e = {
159
162
  spaceBetween: "Space Between",
160
163
  spaceEvenly: "Space Evenly",
161
164
  start: "Start",
165
+ step: "Step",
162
166
  stretch: "Stretch",
163
167
  style: "Style",
164
168
  subtext: "Subtext",
@@ -9,6 +9,7 @@ const e = {
9
9
  background1: "背景1",
10
10
  background2: "背景2",
11
11
  backgroundColor: "背景颜色",
12
+ badge: "徽章",
12
13
  barChart: "柱状图",
13
14
  baseline: "基线",
14
15
  basic: "基本",
@@ -107,10 +108,12 @@ const e = {
107
108
  log: "对数",
108
109
  mainAxisAlign: "主轴对齐",
109
110
  margin: "外边距",
111
+ max: "最大值",
110
112
  maxHeight: "最大高度",
111
113
  maxWidth: "最大宽度",
112
114
  medium: "中",
113
115
  menu: "菜单",
116
+ min: "最小值",
114
117
  minHeight: "最小高度",
115
118
  minWidth: "最小宽度",
116
119
  mode: "模式",
@@ -159,6 +162,7 @@ const e = {
159
162
  spaceBetween: "间隔",
160
163
  spaceEvenly: "均匀",
161
164
  start: "开始",
165
+ step: "步长",
162
166
  stretch: "伸展",
163
167
  style: "风格",
164
168
  subtext: "子文本",