x-runtime-lib 0.7.0 → 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/directionItems/v1/index.d.ts +2 -0
- package/dist/element/_common/items/index.d.ts +6 -0
- package/dist/element/_common/items/showTicksItems/v1/index.d.ts +2 -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.a2x9tv02.js → i18n-en.kz954wu5.js} +15 -0
- package/dist/{i18n-zhHans.da0zepid.js → i18n-zhHans.f0kmrfrp.js} +15 -0
- package/dist/index.js +2756 -1894
- 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;
|
|
@@ -3,14 +3,20 @@ export * from './borderStyleItems/v1';
|
|
|
3
3
|
export * from './btnVariantItems/v1';
|
|
4
4
|
export * from './colorModeItems/v1';
|
|
5
5
|
export * from './densityItems/v1';
|
|
6
|
+
export * from './directionItems/v1';
|
|
6
7
|
export * from './flexCrossAlignItems/v1';
|
|
7
8
|
export * from './flexDirectionItems/v1';
|
|
8
9
|
export * from './flexMainAlignItems/v1';
|
|
9
10
|
export * from './flexWrapItems/v1';
|
|
10
11
|
export * from './fontWeightItems/v1';
|
|
12
|
+
export * from './showTicksItems/v1';
|
|
11
13
|
export * from './textAlignItems/v1';
|
|
12
14
|
export * from './textDecorationItems/v1';
|
|
13
15
|
export * from './textEmphasisItems/v1';
|
|
14
16
|
export * from './textStyleItems/v1';
|
|
15
17
|
export * from './themeColorItems/v1';
|
|
16
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;
|
|
@@ -2,6 +2,7 @@ const e = {
|
|
|
2
2
|
"x-runtime-lib": {
|
|
3
3
|
alias: "Alias",
|
|
4
4
|
align: "Align",
|
|
5
|
+
always: "Always",
|
|
5
6
|
append: "Append",
|
|
6
7
|
appendInner: "Append Inner",
|
|
7
8
|
auto: "Auto",
|
|
@@ -37,6 +38,7 @@ const e = {
|
|
|
37
38
|
chart: "Chart",
|
|
38
39
|
chip: "Chip",
|
|
39
40
|
circularRef: "Circular Reference",
|
|
41
|
+
clearable: "Clearable",
|
|
40
42
|
click: "Click",
|
|
41
43
|
color: "Color",
|
|
42
44
|
column: "Column",
|
|
@@ -88,12 +90,16 @@ const e = {
|
|
|
88
90
|
h4: "Heading 4",
|
|
89
91
|
h5: "Heading 5",
|
|
90
92
|
h6: "Heading 6",
|
|
93
|
+
halfIncrements: "Half Increments",
|
|
91
94
|
headers: "Headers",
|
|
92
95
|
height: "Height",
|
|
93
96
|
hideDetails: "Hide Details",
|
|
94
97
|
high: "High",
|
|
98
|
+
horizontal: "Horizontal",
|
|
99
|
+
hover: "Hover",
|
|
95
100
|
id: "ID",
|
|
96
101
|
info: "Info",
|
|
102
|
+
inline: "Inline",
|
|
97
103
|
italic: "Italic",
|
|
98
104
|
item: "Item",
|
|
99
105
|
items: "Items",
|
|
@@ -101,6 +107,7 @@ const e = {
|
|
|
101
107
|
label: "Label",
|
|
102
108
|
left: "Left",
|
|
103
109
|
legend: "Legend",
|
|
110
|
+
length: "Length",
|
|
104
111
|
light: "Light",
|
|
105
112
|
lineChart: "Line Chart",
|
|
106
113
|
lineThrough: "Line Through",
|
|
@@ -151,6 +158,7 @@ const e = {
|
|
|
151
158
|
series: "Series",
|
|
152
159
|
settings: "Settings",
|
|
153
160
|
show: "Show",
|
|
161
|
+
showTicks: "Show Ticks",
|
|
154
162
|
shrink: "Shrink",
|
|
155
163
|
singleLine: "Sinle Line",
|
|
156
164
|
size: "Size",
|
|
@@ -175,6 +183,11 @@ const e = {
|
|
|
175
183
|
theme: "Theme",
|
|
176
184
|
thin: "Thin",
|
|
177
185
|
thick: "Thick",
|
|
186
|
+
thumbColor: "Thumb Color",
|
|
187
|
+
thumbLabel: "Thumb Label",
|
|
188
|
+
thumbSize: "Thumb Size",
|
|
189
|
+
ticks: "Ticks",
|
|
190
|
+
tickSize: "Tick Size",
|
|
178
191
|
time: "Time",
|
|
179
192
|
timeline: "Timeline",
|
|
180
193
|
timelineItem: "Timeline Item",
|
|
@@ -183,12 +196,14 @@ const e = {
|
|
|
183
196
|
top: "Top",
|
|
184
197
|
topLeft: "Top Left",
|
|
185
198
|
topRight: "Top Right",
|
|
199
|
+
trackColor: "Track Color",
|
|
186
200
|
true: "True",
|
|
187
201
|
type: "Type",
|
|
188
202
|
underline: "Underline",
|
|
189
203
|
valid: "Valid",
|
|
190
204
|
value: "Value",
|
|
191
205
|
variant: "Variant",
|
|
206
|
+
vertical: "Vertical",
|
|
192
207
|
warning: "Warning",
|
|
193
208
|
weight: "Weight",
|
|
194
209
|
width: "Width",
|
|
@@ -2,6 +2,7 @@ const e = {
|
|
|
2
2
|
"x-runtime-lib": {
|
|
3
3
|
alias: "别名",
|
|
4
4
|
align: "对齐",
|
|
5
|
+
always: "总是",
|
|
5
6
|
append: "追加",
|
|
6
7
|
appendInner: "内部追加",
|
|
7
8
|
auto: "自动",
|
|
@@ -37,6 +38,7 @@ const e = {
|
|
|
37
38
|
chart: "图表",
|
|
38
39
|
chip: "纸片",
|
|
39
40
|
circularRef: "循环引用",
|
|
41
|
+
clearable: "可清除",
|
|
40
42
|
click: "单击",
|
|
41
43
|
color: "颜色",
|
|
42
44
|
column: "列",
|
|
@@ -88,12 +90,16 @@ const e = {
|
|
|
88
90
|
h4: "标题4",
|
|
89
91
|
h5: "标题5",
|
|
90
92
|
h6: "标题6",
|
|
93
|
+
halfIncrements: "半增量",
|
|
91
94
|
headers: "头部",
|
|
92
95
|
height: "高度",
|
|
93
96
|
hideDetails: "隐藏细节",
|
|
94
97
|
high: "高",
|
|
98
|
+
horizontal: "水平",
|
|
99
|
+
hover: "悬浮",
|
|
95
100
|
id: "ID",
|
|
96
101
|
info: "信息",
|
|
102
|
+
inline: "内联",
|
|
97
103
|
italic: "斜体",
|
|
98
104
|
item: "项目",
|
|
99
105
|
items: "项目",
|
|
@@ -101,6 +107,7 @@ const e = {
|
|
|
101
107
|
label: "标签",
|
|
102
108
|
left: "左边",
|
|
103
109
|
legend: "图例",
|
|
110
|
+
length: "长度",
|
|
104
111
|
light: "亮",
|
|
105
112
|
lineChart: "折线图",
|
|
106
113
|
lineThrough: "中划线",
|
|
@@ -151,6 +158,7 @@ const e = {
|
|
|
151
158
|
series: "系列",
|
|
152
159
|
settings: "设置",
|
|
153
160
|
show: "显示",
|
|
161
|
+
showTicks: "显示刻度",
|
|
154
162
|
shrink: "收缩",
|
|
155
163
|
singleLine: "单行",
|
|
156
164
|
size: "大小",
|
|
@@ -175,6 +183,11 @@ const e = {
|
|
|
175
183
|
theme: "主题",
|
|
176
184
|
thin: "细",
|
|
177
185
|
thick: "粗",
|
|
186
|
+
thumbColor: "拇指颜色",
|
|
187
|
+
thumbLabel: "拇指标签",
|
|
188
|
+
thumbSize: "拇指大小",
|
|
189
|
+
ticks: "刻度",
|
|
190
|
+
tickSize: "刻度大小",
|
|
178
191
|
time: "时间",
|
|
179
192
|
timeline: "时间线",
|
|
180
193
|
timelineItem: "时间线项目",
|
|
@@ -183,12 +196,14 @@ const e = {
|
|
|
183
196
|
top: "顶部",
|
|
184
197
|
topLeft: "顶左",
|
|
185
198
|
topRight: "顶右",
|
|
199
|
+
trackColor: "轨道颜色",
|
|
186
200
|
true: "真",
|
|
187
201
|
type: "类型",
|
|
188
202
|
underline: "下划线",
|
|
189
203
|
valid: "有效",
|
|
190
204
|
value: "值",
|
|
191
205
|
variant: "变种",
|
|
206
|
+
vertical: "垂直",
|
|
192
207
|
warning: "警告",
|
|
193
208
|
weight: "重量",
|
|
194
209
|
width: "宽度",
|