x-runtime-lib 0.7.7 → 0.7.9
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/icon/v1/index.vue.d.ts +3 -0
- package/dist/element/_common/keys.d.ts +1 -0
- package/dist/element/regular/btn/v1/spawn.d.ts +2 -0
- package/dist/element/regular/icon/v1/meta.d.ts +2 -0
- package/dist/element/regular/index.d.ts +1 -0
- package/dist/element/regular/text/v1/spawn.d.ts +2 -0
- package/dist/{i18n-en.jmaxtcpo.js → i18n-en.ldw1sp1c.js} +19 -0
- package/dist/{i18n-zhHans.bd5nx7sf.js → i18n-zhHans.ex83xj3g.js} +20 -1
- package/dist/index.js +2693 -2350
- package/package.json +2 -2
- package/dist/components/element/regular/stepperActions/v1/index.vue.d.ts +0 -2
- package/dist/element/_common/items/btnVariantItems/v1/index.d.ts +0 -2
- package/dist/element/_common/items/cardVariantItems/v1/index.d.ts +0 -2
- package/dist/element/_common/items/textareaVariantItems/v1/index.d.ts +0 -2
- package/dist/element/regular/stepperActions/v1/meta.d.ts +0 -2
- /package/dist/element/regular/{stepperActions → icon}/v1/index.d.ts +0 -0
|
@@ -20,6 +20,7 @@ import ZFileInputV1 from './regular/fileInput/v1/index.vue';
|
|
|
20
20
|
import ZFlexLayoutV1 from './regular/flexLayout/v1/index.vue';
|
|
21
21
|
import ZFlexLayoutEntryV1 from './regular/flexLayoutEntry/v1/index.vue';
|
|
22
22
|
import ZFormV1 from './regular/form/v1/index.vue';
|
|
23
|
+
import ZIconV1 from './regular/icon/v1/index.vue';
|
|
23
24
|
import ZMenuV1 from './regular/menu/v1/index.vue';
|
|
24
25
|
import ZNumberInputV1 from './regular/numberInput/v1/index.vue';
|
|
25
26
|
import ZPaginationV1 from './regular/pagination/v1/index.vue';
|
|
@@ -44,4 +45,4 @@ import ZTimelineV1 from './regular/timeline/v1/index.vue';
|
|
|
44
45
|
import ZTimelineItemV1 from './regular/timelineItem/v1/index.vue';
|
|
45
46
|
import ZWindowV1 from './regular/window/v1/index.vue';
|
|
46
47
|
import ZWindowItemV1 from './regular/windowItem/v1/index.vue';
|
|
47
|
-
export { ZBarChartV1, ZLineChartV1, ZRefV1, ZSlotV1, ZBadgeV1, ZBtnV1, ZBtnGroupV1, ZBtnToggleV1, ZCardV1, ZCheckboxV1, ZChipV1, ZChipGroupV1, ZColorPickerV1, ZComboboxV1, ZContainerV1, ZDataTableV1, ZDatePickerV1, ZDialogV1, ZFileInputV1, ZFlexLayoutV1, ZFlexLayoutEntryV1, ZFormV1, ZMenuV1, ZNumberInputV1, ZPaginationV1, ZRadioV1, ZRadioGroupV1, ZRangeSliderV1, ZRatingV1, ZSelectV1, ZSliderV1, ZStepperV1, ZStepperHeaderV1, ZStepperItemV1, ZStepperWindowV1, ZStepperWindowItemV1, ZSwitchV1, ZTabV1, ZTabsV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1, ZWindowV1, ZWindowItemV1 };
|
|
48
|
+
export { ZBarChartV1, ZLineChartV1, ZRefV1, 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, ZTabsV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1, ZWindowV1, ZWindowItemV1 };
|
|
@@ -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;
|
|
@@ -18,6 +18,7 @@ export declare const keyFileInputV1 = "file_input_v1";
|
|
|
18
18
|
export declare const keyFlexLayoutV1 = "flex_layout_v1";
|
|
19
19
|
export declare const keyFlexLayoutEntryV1 = "flex_layout_entry_v1";
|
|
20
20
|
export declare const keyFormV1 = "form_v1";
|
|
21
|
+
export declare const keyIconV1 = "icon_v1";
|
|
21
22
|
export declare const keyGlobalityV1 = "globality_v1";
|
|
22
23
|
export declare const keyLineChartV1 = "line_chart_v1";
|
|
23
24
|
export declare const keyMenuV1 = "menu_v1";
|
|
@@ -16,6 +16,7 @@ export * from './fileInput/v1';
|
|
|
16
16
|
export * from './flexLayout/v1';
|
|
17
17
|
export * from './flexLayoutEntry/v1';
|
|
18
18
|
export * from './form/v1';
|
|
19
|
+
export * from './icon/v1';
|
|
19
20
|
export * from './menu/v1';
|
|
20
21
|
export * from './numberInput/v1';
|
|
21
22
|
export * from './pagination/v1';
|
|
@@ -2,9 +2,12 @@ const e = {
|
|
|
2
2
|
"x-runtime-lib": {
|
|
3
3
|
alias: "Alias",
|
|
4
4
|
align: "Align",
|
|
5
|
+
alignTabs: "Align Tabs",
|
|
5
6
|
always: "Always",
|
|
6
7
|
append: "Append",
|
|
8
|
+
appendIcon: "Append Icon",
|
|
7
9
|
appendInner: "Append Inner",
|
|
10
|
+
appendInnerIcon: "Append Inner Icon",
|
|
8
11
|
auto: "Auto",
|
|
9
12
|
autoGrow: "Auto Grow",
|
|
10
13
|
background0: "Background 0",
|
|
@@ -40,6 +43,7 @@ const e = {
|
|
|
40
43
|
card: "Card",
|
|
41
44
|
category: "Category",
|
|
42
45
|
center: "Center",
|
|
46
|
+
centerActive: "Center Active",
|
|
43
47
|
chart: "Chart",
|
|
44
48
|
checkbox: "Checkbox",
|
|
45
49
|
chip: "Chip",
|
|
@@ -87,10 +91,12 @@ const e = {
|
|
|
87
91
|
feedback: "Feedback",
|
|
88
92
|
fileInput: "File Input",
|
|
89
93
|
fill: "Fill",
|
|
94
|
+
filled: "Filled",
|
|
90
95
|
filter: "Filter",
|
|
91
96
|
fixed: "Fixed",
|
|
92
97
|
fixedFooter: "Fixed Footer",
|
|
93
98
|
fixedHeader: "Fixed Header",
|
|
99
|
+
fixedTabs: "Fixed Tabs",
|
|
94
100
|
flat: "Flat",
|
|
95
101
|
flexLayout: "Flex Layout",
|
|
96
102
|
flexLayoutEntry: "Flex Layout Entry",
|
|
@@ -111,10 +117,13 @@ const e = {
|
|
|
111
117
|
hideActions: "Hide Actions",
|
|
112
118
|
hideDetails: "Hide Details",
|
|
113
119
|
hideOppoSite: "Hide Opposite",
|
|
120
|
+
hideSlider: "Hide Slider",
|
|
114
121
|
high: "High",
|
|
115
122
|
horizontal: "Horizontal",
|
|
116
123
|
hover: "Hover",
|
|
124
|
+
icon: "Icon",
|
|
117
125
|
id: "ID",
|
|
126
|
+
imagesAndIcons: "Images & Icons",
|
|
118
127
|
info: "Info",
|
|
119
128
|
inline: "Inline",
|
|
120
129
|
inset: "Inset",
|
|
@@ -164,8 +173,11 @@ const e = {
|
|
|
164
173
|
placeholder: "Placeholder",
|
|
165
174
|
plain: "Plain",
|
|
166
175
|
position: "Position",
|
|
176
|
+
prefix: "Prefix",
|
|
167
177
|
prepend: "Prepend",
|
|
178
|
+
prependIcon: "Prepend Icon",
|
|
168
179
|
prependInner: "Prepend Inner",
|
|
180
|
+
prependInnerIcon: "Prepend Inner Icon",
|
|
169
181
|
primary: "Primary",
|
|
170
182
|
radio: "Radio",
|
|
171
183
|
radioGroup: "Radio Group",
|
|
@@ -176,6 +188,7 @@ const e = {
|
|
|
176
188
|
regular: "Regular",
|
|
177
189
|
reverse: "Reverse",
|
|
178
190
|
right: "Right",
|
|
191
|
+
ripple: "Ripple",
|
|
179
192
|
roundRadius: "Round Radius",
|
|
180
193
|
row: "Row",
|
|
181
194
|
rowReverse: "Row Reverse",
|
|
@@ -197,10 +210,14 @@ const e = {
|
|
|
197
210
|
slots: "Slots",
|
|
198
211
|
small: "Small",
|
|
199
212
|
solid: "Solid",
|
|
213
|
+
solo: "Solo",
|
|
214
|
+
soloFilled: "Solo Filled",
|
|
215
|
+
soloInverted: "Solo Inverted",
|
|
200
216
|
sortable: "Sortable",
|
|
201
217
|
spaceAround: "Space Around",
|
|
202
218
|
spaceBetween: "Space Between",
|
|
203
219
|
spaceEvenly: "Space Evenly",
|
|
220
|
+
stacked: "Stacked",
|
|
204
221
|
start: "Start",
|
|
205
222
|
step: "Step",
|
|
206
223
|
stepper: "Stepper",
|
|
@@ -215,6 +232,7 @@ const e = {
|
|
|
215
232
|
subtitle1: "Subtitle 1",
|
|
216
233
|
subtitle2: "Subtitle 2",
|
|
217
234
|
success: "Success",
|
|
235
|
+
suffix: "Suffix",
|
|
218
236
|
switch: "Switch",
|
|
219
237
|
tab: "Tab",
|
|
220
238
|
tabs: "Tabs",
|
|
@@ -246,6 +264,7 @@ const e = {
|
|
|
246
264
|
truncate: "Truncate",
|
|
247
265
|
type: "Type",
|
|
248
266
|
underline: "Underline",
|
|
267
|
+
underlined: "Underlined",
|
|
249
268
|
valid: "Valid",
|
|
250
269
|
value: "Value",
|
|
251
270
|
variant: "Variant",
|
|
@@ -2,9 +2,12 @@ const e = {
|
|
|
2
2
|
"x-runtime-lib": {
|
|
3
3
|
alias: "别名",
|
|
4
4
|
align: "对齐",
|
|
5
|
+
alignTabs: "对齐选项卡",
|
|
5
6
|
always: "总是",
|
|
6
7
|
append: "追加",
|
|
8
|
+
appendIcon: "追加图标",
|
|
7
9
|
appendInner: "内部追加",
|
|
10
|
+
appendInnerIcon: "内部追加图标",
|
|
8
11
|
auto: "自动",
|
|
9
12
|
autoGrow: "自动增长",
|
|
10
13
|
background0: "背景0",
|
|
@@ -40,6 +43,7 @@ const e = {
|
|
|
40
43
|
card: "卡片",
|
|
41
44
|
category: "类目",
|
|
42
45
|
center: "中心",
|
|
46
|
+
centerActive: "中心激活",
|
|
43
47
|
chart: "图表",
|
|
44
48
|
checkbox: "复选框",
|
|
45
49
|
chip: "纸片",
|
|
@@ -86,11 +90,13 @@ const e = {
|
|
|
86
90
|
fastFail: "快速失败",
|
|
87
91
|
feedback: "反馈",
|
|
88
92
|
fileInput: "文件输入",
|
|
89
|
-
fill: "
|
|
93
|
+
fill: "充满",
|
|
94
|
+
filled: "充满",
|
|
90
95
|
filter: "过滤",
|
|
91
96
|
fixed: "固定",
|
|
92
97
|
fixedFooter: "固定脚部",
|
|
93
98
|
fixedHeader: "固定头部",
|
|
99
|
+
fixedTabs: "固定选项卡",
|
|
94
100
|
flat: "扁平",
|
|
95
101
|
flexLayout: "弹性布局",
|
|
96
102
|
flexLayoutEntry: "弹性布局条目",
|
|
@@ -111,10 +117,13 @@ const e = {
|
|
|
111
117
|
hideActions: "隐藏动作",
|
|
112
118
|
hideDetails: "隐藏细节",
|
|
113
119
|
hideOpposite: "隐藏对面",
|
|
120
|
+
hideSlider: "隐藏滑动条",
|
|
114
121
|
high: "高",
|
|
115
122
|
horizontal: "水平",
|
|
116
123
|
hover: "悬浮",
|
|
124
|
+
icon: "图标",
|
|
117
125
|
id: "ID",
|
|
126
|
+
imagesAndIcons: "图像 & 图标",
|
|
118
127
|
info: "信息",
|
|
119
128
|
inline: "内联",
|
|
120
129
|
inset: "内嵌",
|
|
@@ -164,8 +173,11 @@ const e = {
|
|
|
164
173
|
placeholder: "占位符",
|
|
165
174
|
plain: "朴素",
|
|
166
175
|
position: "位置",
|
|
176
|
+
prefix: "前缀",
|
|
167
177
|
prepend: "预追加",
|
|
178
|
+
prependIcon: "预追加图标",
|
|
168
179
|
prependInner: "内部预追加",
|
|
180
|
+
prependInnerIcon: "内部预追加图标",
|
|
169
181
|
primary: "首要",
|
|
170
182
|
radio: "单选",
|
|
171
183
|
radioGroup: "单选分组",
|
|
@@ -176,6 +188,7 @@ const e = {
|
|
|
176
188
|
regular: "常规",
|
|
177
189
|
reverse: "反向",
|
|
178
190
|
right: "右边",
|
|
191
|
+
ripple: "波纹",
|
|
179
192
|
roundRadius: "圆角半径",
|
|
180
193
|
row: "行",
|
|
181
194
|
rowReverse: "行反向",
|
|
@@ -197,10 +210,14 @@ const e = {
|
|
|
197
210
|
slots: "插槽",
|
|
198
211
|
small: "小",
|
|
199
212
|
solid: "实线",
|
|
213
|
+
solo: "独自",
|
|
214
|
+
soloFilled: "独自/充满",
|
|
215
|
+
soloInverted: "独自/倒置",
|
|
200
216
|
sortable: "可排序",
|
|
201
217
|
spaceAround: "环绕",
|
|
202
218
|
spaceBetween: "间隔",
|
|
203
219
|
spaceEvenly: "均匀",
|
|
220
|
+
stacked: "栈式",
|
|
204
221
|
start: "开始",
|
|
205
222
|
step: "步长",
|
|
206
223
|
stepper: "步骤器",
|
|
@@ -215,6 +232,7 @@ const e = {
|
|
|
215
232
|
subtitle1: "子标题1",
|
|
216
233
|
subtitle2: "子标题2",
|
|
217
234
|
success: "成功",
|
|
235
|
+
suffix: "后缀",
|
|
218
236
|
switch: "开关",
|
|
219
237
|
tab: "选项卡项目",
|
|
220
238
|
tabs: "选项卡",
|
|
@@ -246,6 +264,7 @@ const e = {
|
|
|
246
264
|
truncate: "截断",
|
|
247
265
|
type: "类型",
|
|
248
266
|
underline: "下划线",
|
|
267
|
+
underlined: "下划线",
|
|
249
268
|
valid: "有效",
|
|
250
269
|
value: "值",
|
|
251
270
|
variant: "变种",
|