x-runtime-lib 0.6.55 → 0.7.0
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.
- package/dist/components/element/index.d.ts +2 -1
- package/dist/components/element/regular/badge/v1/index.vue.d.ts +12 -0
- package/dist/components/element/regular/timeline/v1/index.vue.d.ts +12 -1
- package/dist/components/element/regular/timelineItem/v1/index.vue.d.ts +11 -1
- package/dist/element/_common/items/index.d.ts +1 -0
- package/dist/element/_common/items/thumbLabelItems/v1/index.d.ts +2 -0
- package/dist/element/_common/keys.d.ts +1 -0
- package/dist/element/regular/badge/v1/index.d.ts +1 -0
- package/dist/element/regular/badge/v1/meta.d.ts +2 -0
- package/dist/element/regular/index.d.ts +1 -0
- package/dist/{i18n-en.kvft1qmc.js → i18n-en.a2x9tv02.js} +4 -0
- package/dist/{i18n-zhHans.ezbvfbzu.js → i18n-zhHans.da0zepid.js} +4 -0
- package/dist/index.js +1538 -1385
- package/dist/types/element.d.ts +1 -1
- package/package.json +5 -4
|
@@ -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
|
-
|
|
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
|
|
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
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './meta';
|
|
@@ -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: "子文本",
|