x-runtime-lib 0.7.1 → 0.7.2
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/checkbox/v1/index.vue.d.ts +3 -0
- package/dist/components/element/regular/radioGroup/v1/index.vue.d.ts +4 -2
- package/dist/components/element/regular/rating/v1/index.vue.d.ts +2 -1
- package/dist/element/_common/items/index.d.ts +4 -0
- package/dist/element/_common/items/timelineAlignItems/v1/index.d.ts +2 -0
- package/dist/element/_common/items/timelineDirectionItems/v1/index.d.ts +2 -0
- package/dist/element/_common/items/timelineSideItems/v1/index.d.ts +2 -0
- package/dist/element/_common/items/timelineTruncateLineItems/v1/index.d.ts +2 -0
- package/dist/element/_common/keys.d.ts +1 -0
- package/dist/element/regular/checkbox/v1/index.d.ts +1 -0
- package/dist/element/regular/checkbox/v1/meta.d.ts +2 -0
- package/dist/element/regular/index.d.ts +1 -0
- package/dist/element/regular/radioGroup/v1/spawn.d.ts +2 -0
- package/dist/element/regular/timeline/v1/spawn.d.ts +2 -0
- package/dist/element/regular/timelineItem/v1/meta.d.ts +1 -1
- package/dist/{i18n-en.cg5fqu36.js → i18n-en.kz954wu5.js} +7 -0
- package/dist/{i18n-zhHans.jr8jp36i.js → i18n-zhHans.f0kmrfrp.js} +7 -0
- package/dist/index.js +2413 -1724
- package/dist/types/element.d.ts +1 -1
- package/dist/{vendor.k0dcepe8.js → vendor.ifd9f8w2.js} +3572 -3555
- package/package.json +1 -1
|
@@ -5,6 +5,7 @@ import ZSlotV1 from './misc/slot/v1/index.vue';
|
|
|
5
5
|
import ZBadgeV1 from './regular/badge/v1/index.vue';
|
|
6
6
|
import ZBtnV1 from './regular/btn/v1/index.vue';
|
|
7
7
|
import ZCardV1 from './regular/card/v1/index.vue';
|
|
8
|
+
import ZCheckboxV1 from './regular/checkbox/v1/index.vue';
|
|
8
9
|
import ZChipV1 from './regular/chip/v1/index.vue';
|
|
9
10
|
import ZComboboxV1 from './regular/combobox/v1/index.vue';
|
|
10
11
|
import ZContainerV1 from './regular/container/v1/index.vue';
|
|
@@ -27,4 +28,4 @@ import ZTextareaV1 from './regular/textarea/v1/index.vue';
|
|
|
27
28
|
import ZTextFieldV1 from './regular/textField/v1/index.vue';
|
|
28
29
|
import ZTimelineV1 from './regular/timeline/v1/index.vue';
|
|
29
30
|
import ZTimelineItemV1 from './regular/timelineItem/v1/index.vue';
|
|
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 };
|
|
31
|
+
export { ZBarChartV1, ZLineChartV1, ZRefV1, ZSlotV1, ZBadgeV1, ZBtnV1, ZCardV1, ZCheckboxV1, 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,3 @@
|
|
|
1
|
+
import { BaseProps } from '../../../../../types';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
|
+
export default _default;
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { BaseProps } from '../../../../../types';
|
|
2
|
-
declare var
|
|
2
|
+
declare var __VLS_5: {}, __VLS_12: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
|
-
default?: (props: typeof
|
|
4
|
+
default?: (props: typeof __VLS_5) => any;
|
|
5
|
+
} & {
|
|
6
|
+
default?: (props: typeof __VLS_12) => any;
|
|
5
7
|
};
|
|
6
8
|
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
9
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import { BaseProps } from '../../../../../types';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
2
3
|
export default _default;
|
|
@@ -16,3 +16,7 @@ export * from './textEmphasisItems/v1';
|
|
|
16
16
|
export * from './textStyleItems/v1';
|
|
17
17
|
export * from './themeColorItems/v1';
|
|
18
18
|
export * from './thumbLabelItems/v1';
|
|
19
|
+
export * from './timelineAlignItems/v1';
|
|
20
|
+
export * from './timelineDirectionItems/v1';
|
|
21
|
+
export * from './timelineSideItems/v1';
|
|
22
|
+
export * from './timelineTruncateLineItems/v1';
|
|
@@ -2,6 +2,7 @@ export declare const keyBadgeV1 = "badge_v1";
|
|
|
2
2
|
export declare const keyBarChartV1 = "bar_chart_v1";
|
|
3
3
|
export declare const keyBtnV1 = "btn_v1";
|
|
4
4
|
export declare const keyCardV1 = "card_v1";
|
|
5
|
+
export declare const keyCheckboxV1 = "checkbox_v1";
|
|
5
6
|
export declare const keyChipV1 = "chip_v1";
|
|
6
7
|
export declare const keyComboboxV1 = "combobox_v1";
|
|
7
8
|
export declare const keyContainerV1 = "container_v1";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './meta';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { ZElement } from '../../../../types';
|
|
2
|
-
export declare const
|
|
2
|
+
export declare const timelineItemV1: ZElement;
|
|
@@ -38,6 +38,7 @@ const e = {
|
|
|
38
38
|
chart: "Chart",
|
|
39
39
|
chip: "Chip",
|
|
40
40
|
circularRef: "Circular Reference",
|
|
41
|
+
clearable: "Clearable",
|
|
41
42
|
click: "Click",
|
|
42
43
|
color: "Color",
|
|
43
44
|
column: "Column",
|
|
@@ -89,12 +90,16 @@ const e = {
|
|
|
89
90
|
h4: "Heading 4",
|
|
90
91
|
h5: "Heading 5",
|
|
91
92
|
h6: "Heading 6",
|
|
93
|
+
halfIncrements: "Half Increments",
|
|
92
94
|
headers: "Headers",
|
|
93
95
|
height: "Height",
|
|
94
96
|
hideDetails: "Hide Details",
|
|
95
97
|
high: "High",
|
|
98
|
+
horizontal: "Horizontal",
|
|
99
|
+
hover: "Hover",
|
|
96
100
|
id: "ID",
|
|
97
101
|
info: "Info",
|
|
102
|
+
inline: "Inline",
|
|
98
103
|
italic: "Italic",
|
|
99
104
|
item: "Item",
|
|
100
105
|
items: "Items",
|
|
@@ -102,6 +107,7 @@ const e = {
|
|
|
102
107
|
label: "Label",
|
|
103
108
|
left: "Left",
|
|
104
109
|
legend: "Legend",
|
|
110
|
+
length: "Length",
|
|
105
111
|
light: "Light",
|
|
106
112
|
lineChart: "Line Chart",
|
|
107
113
|
lineThrough: "Line Through",
|
|
@@ -197,6 +203,7 @@ const e = {
|
|
|
197
203
|
valid: "Valid",
|
|
198
204
|
value: "Value",
|
|
199
205
|
variant: "Variant",
|
|
206
|
+
vertical: "Vertical",
|
|
200
207
|
warning: "Warning",
|
|
201
208
|
weight: "Weight",
|
|
202
209
|
width: "Width",
|
|
@@ -38,6 +38,7 @@ const e = {
|
|
|
38
38
|
chart: "图表",
|
|
39
39
|
chip: "纸片",
|
|
40
40
|
circularRef: "循环引用",
|
|
41
|
+
clearable: "可清除",
|
|
41
42
|
click: "单击",
|
|
42
43
|
color: "颜色",
|
|
43
44
|
column: "列",
|
|
@@ -89,12 +90,16 @@ const e = {
|
|
|
89
90
|
h4: "标题4",
|
|
90
91
|
h5: "标题5",
|
|
91
92
|
h6: "标题6",
|
|
93
|
+
halfIncrements: "半增量",
|
|
92
94
|
headers: "头部",
|
|
93
95
|
height: "高度",
|
|
94
96
|
hideDetails: "隐藏细节",
|
|
95
97
|
high: "高",
|
|
98
|
+
horizontal: "水平",
|
|
99
|
+
hover: "悬浮",
|
|
96
100
|
id: "ID",
|
|
97
101
|
info: "信息",
|
|
102
|
+
inline: "内联",
|
|
98
103
|
italic: "斜体",
|
|
99
104
|
item: "项目",
|
|
100
105
|
items: "项目",
|
|
@@ -102,6 +107,7 @@ const e = {
|
|
|
102
107
|
label: "标签",
|
|
103
108
|
left: "左边",
|
|
104
109
|
legend: "图例",
|
|
110
|
+
length: "长度",
|
|
105
111
|
light: "亮",
|
|
106
112
|
lineChart: "折线图",
|
|
107
113
|
lineThrough: "中划线",
|
|
@@ -197,6 +203,7 @@ const e = {
|
|
|
197
203
|
valid: "有效",
|
|
198
204
|
value: "值",
|
|
199
205
|
variant: "变种",
|
|
206
|
+
vertical: "垂直",
|
|
200
207
|
warning: "警告",
|
|
201
208
|
weight: "重量",
|
|
202
209
|
width: "宽度",
|