x-runtime-lib 0.8.1 → 0.8.3
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/dynamic/multipleRef/v1/index.vue.d.ts +2 -0
- package/dist/components/element/dynamic/renderSwitch/v1/index.vue.d.ts +13 -0
- package/dist/components/element/dynamic/singleRef/v1/index.vue.d.ts +2 -0
- package/dist/components/element/index.d.ts +7 -4
- package/dist/element/_common/keys.d.ts +2 -1
- package/dist/element/dynamic/index.d.ts +3 -0
- package/dist/element/dynamic/multipleRef/v1/meta.d.ts +2 -0
- package/dist/element/dynamic/singleRef/v1/index.d.ts +1 -0
- package/dist/element/dynamic/singleRef/v1/meta.d.ts +2 -0
- package/dist/element/misc/index.d.ts +0 -2
- package/dist/{i18n-en.f1i5jpzc.js → i18n-en.e52nt0si.js} +10 -0
- package/dist/{i18n-zhHans.ogoov5cl.js → i18n-zhHans.lm0m4jyu.js} +10 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1447 -1653
- package/dist/types/data.d.ts +4 -0
- package/dist/utils/prop.d.ts +1 -1
- package/dist/vendor.073f3e7b.js +67402 -0
- package/package.json +15 -14
- package/dist/element/misc/ref/v1/meta.d.ts +0 -2
- package/dist/vendor.hc5p3stp.js +0 -29187
- /package/dist/components/element/{misc/renderSwitch → 3d/scene}/v1/index.vue.d.ts +0 -0
- /package/dist/components/element/{misc → dynamic}/ref/v1/entry.vue.d.ts +0 -0
- /package/dist/components/element/{misc → dynamic}/ref/v1/index.vue.d.ts +0 -0
- /package/dist/components/element/{misc → dynamic}/slot/v1/index.vue.d.ts +0 -0
- /package/dist/element/{misc/ref → dynamic/multipleRef}/v1/index.d.ts +0 -0
- /package/dist/element/{misc → dynamic}/renderSwitch/v1/index.d.ts +0 -0
- /package/dist/element/{misc → dynamic}/renderSwitch/v1/meta.d.ts +0 -0
|
@@ -0,0 +1,2 @@
|
|
|
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>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { BaseProps } from '@/types';
|
|
2
|
+
declare var __VLS_7: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_7) => 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>;
|
|
8
|
+
export default _default;
|
|
9
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
10
|
+
new (): {
|
|
11
|
+
$slots: S;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
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>;
|
|
2
|
+
export default _default;
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import ZMesh from './3d/mesh/v1/index.vue';
|
|
2
|
+
import ZScene from './3d/scene/v1/index.vue';
|
|
2
3
|
import ZBarChartV1 from './chart/barChart/v1/index.vue';
|
|
3
4
|
import ZLineChartV1 from './chart/lineChart/v1/index.vue';
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
5
|
+
import ZMultipleRefV1 from './dynamic/multipleRef/v1/index.vue';
|
|
6
|
+
import ZRefV1 from './dynamic/ref/v1/index.vue';
|
|
7
|
+
import ZRenderSwitchV1 from './dynamic/renderSwitch/v1/index.vue';
|
|
8
|
+
import ZSingleRefV1 from './dynamic/singleRef/v1/index.vue';
|
|
9
|
+
import ZSlotV1 from './dynamic/slot/v1/index.vue';
|
|
7
10
|
import ZBadgeV1 from './regular/badge/v1/index.vue';
|
|
8
11
|
import ZBtnV1 from './regular/btn/v1/index.vue';
|
|
9
12
|
import ZBtnGroupV1 from './regular/btnGroup/v1/index.vue';
|
|
@@ -48,4 +51,4 @@ import ZTimelineV1 from './regular/timeline/v1/index.vue';
|
|
|
48
51
|
import ZTimelineItemV1 from './regular/timelineItem/v1/index.vue';
|
|
49
52
|
import ZWindowV1 from './regular/window/v1/index.vue';
|
|
50
53
|
import ZWindowItemV1 from './regular/windowItem/v1/index.vue';
|
|
51
|
-
export { ZMesh, ZBarChartV1, ZLineChartV1, ZRefV1, ZRenderSwitchV1, 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, ZTableV1, ZTabsV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1, ZWindowV1, ZWindowItemV1 };
|
|
54
|
+
export { ZMesh, ZScene, ZBarChartV1, ZLineChartV1, ZMultipleRefV1, ZRefV1, ZRenderSwitchV1, ZSingleRefV1, 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, ZTableV1, ZTabsV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1, ZWindowV1, ZWindowItemV1 };
|
|
@@ -23,6 +23,7 @@ export declare const keyGlobalityV1 = "globality_v1";
|
|
|
23
23
|
export declare const keyLineChartV1 = "line_chart_v1";
|
|
24
24
|
export declare const keyMenuV1 = "menu_v1";
|
|
25
25
|
export declare const keyMeshV1 = "mesh_v1";
|
|
26
|
+
export declare const keyMultipleRefV1 = "multiple_ref_v1";
|
|
26
27
|
export declare const keyNumberInputV1 = "number_input_v1";
|
|
27
28
|
export declare const keyPaginationV1 = "pagination_v1";
|
|
28
29
|
export declare const keyRadioV1 = "radio_v1";
|
|
@@ -30,9 +31,9 @@ export declare const keyRadioGroupV1 = "radio_group_v1";
|
|
|
30
31
|
export declare const keyRangeSliderV1 = "range_slider_v1";
|
|
31
32
|
export declare const keyPackageV1 = "package_v1";
|
|
32
33
|
export declare const keyRatingV1 = "rating_v1";
|
|
33
|
-
export declare const keyRefV1 = "ref_v1";
|
|
34
34
|
export declare const keyRenderSwitchV1 = "render_switch_v1";
|
|
35
35
|
export declare const keySelectV1 = "select_v1";
|
|
36
|
+
export declare const keySingleRefV1 = "single_ref_v1";
|
|
36
37
|
export declare const keySliderV1 = "slider_v1";
|
|
37
38
|
export declare const keyStepperV1 = "stepper_v1";
|
|
38
39
|
export declare const keyStepperHeaderV1 = "stepper_header_v1";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './meta';
|
|
@@ -94,6 +94,7 @@ const e = {
|
|
|
94
94
|
emphasis: "Emphasis",
|
|
95
95
|
end: "End",
|
|
96
96
|
error: "Error",
|
|
97
|
+
extraData: "Extra Data",
|
|
97
98
|
false: "False",
|
|
98
99
|
fastFail: "Fast Fail",
|
|
99
100
|
feedback: "Feedback",
|
|
@@ -135,6 +136,7 @@ const e = {
|
|
|
135
136
|
info: "Info",
|
|
136
137
|
inline: "Inline",
|
|
137
138
|
inset: "Inset",
|
|
139
|
+
isDarkMode: "Is Dark Mode",
|
|
138
140
|
italic: "Italic",
|
|
139
141
|
item: "Item",
|
|
140
142
|
items: "Items",
|
|
@@ -152,6 +154,7 @@ const e = {
|
|
|
152
154
|
loading: "Loading",
|
|
153
155
|
log: "Log",
|
|
154
156
|
mainAxisAlign: "Main Axis Align",
|
|
157
|
+
mainData: "Main Data",
|
|
155
158
|
mandatory: "Mandatory",
|
|
156
159
|
margin: "Margin",
|
|
157
160
|
max: "Max",
|
|
@@ -160,6 +163,7 @@ const e = {
|
|
|
160
163
|
maxWidth: "Max Width",
|
|
161
164
|
medium: "Medium",
|
|
162
165
|
menu: "Menu",
|
|
166
|
+
message: "Message",
|
|
163
167
|
min: "Min",
|
|
164
168
|
minHeight: "Min Height",
|
|
165
169
|
minWidth: "Min Width",
|
|
@@ -168,14 +172,17 @@ const e = {
|
|
|
168
172
|
takeEffectOnlyAfterReleased: "It shall take effect only after released"
|
|
169
173
|
},
|
|
170
174
|
multiple: "Multiple",
|
|
175
|
+
multipleRef: "Multiple Reference",
|
|
171
176
|
multiSort: "Multi Sort",
|
|
172
177
|
name: "Name",
|
|
173
178
|
navigation: "Navigation",
|
|
179
|
+
newScreenSize: "New Screen Size",
|
|
174
180
|
newValue: "New Value",
|
|
175
181
|
no: "No",
|
|
176
182
|
none: "None",
|
|
177
183
|
notSet: "Not Set",
|
|
178
184
|
numberInput: "Number Input",
|
|
185
|
+
oldScreenSize: "Old Screen Size",
|
|
179
186
|
oldValue: "Old Value",
|
|
180
187
|
open: "Open",
|
|
181
188
|
overline: "Overline",
|
|
@@ -194,6 +201,7 @@ const e = {
|
|
|
194
201
|
prependInner: "Prepend Inner",
|
|
195
202
|
primary: "Primary",
|
|
196
203
|
propChange: "Property Change",
|
|
204
|
+
property: "Property",
|
|
197
205
|
radio: "Radio",
|
|
198
206
|
radioGroup: "Radio Group",
|
|
199
207
|
rangeSlider: "Range Slider",
|
|
@@ -202,6 +210,7 @@ const e = {
|
|
|
202
210
|
ref: "Reference",
|
|
203
211
|
regular: "Regular",
|
|
204
212
|
renderSwitch: "Render Switch",
|
|
213
|
+
result: "Result",
|
|
205
214
|
reverse: "Reverse",
|
|
206
215
|
right: "Right",
|
|
207
216
|
ripple: "Ripple",
|
|
@@ -222,6 +231,7 @@ const e = {
|
|
|
222
231
|
shrink: "Shrink",
|
|
223
232
|
side: "Side",
|
|
224
233
|
singleLine: "Sinle Line",
|
|
234
|
+
singleRef: "Single Reference",
|
|
225
235
|
size: "Size",
|
|
226
236
|
slider: "Slider",
|
|
227
237
|
slots: "Slots",
|
|
@@ -94,6 +94,7 @@ const e = {
|
|
|
94
94
|
emphasis: "强调",
|
|
95
95
|
end: "结束",
|
|
96
96
|
error: "错误",
|
|
97
|
+
extraData: "附加数据",
|
|
97
98
|
false: "假",
|
|
98
99
|
fastFail: "快速失败",
|
|
99
100
|
feedback: "反馈",
|
|
@@ -135,6 +136,7 @@ const e = {
|
|
|
135
136
|
info: "信息",
|
|
136
137
|
inline: "内联",
|
|
137
138
|
inset: "内嵌",
|
|
139
|
+
isDarkMode: "是否暗模式",
|
|
138
140
|
italic: "斜体",
|
|
139
141
|
item: "项目",
|
|
140
142
|
items: "项目",
|
|
@@ -152,6 +154,7 @@ const e = {
|
|
|
152
154
|
loading: "加载中",
|
|
153
155
|
log: "对数",
|
|
154
156
|
mainAxisAlign: "主轴对齐",
|
|
157
|
+
mainData: "主数据",
|
|
155
158
|
mandatory: "强制",
|
|
156
159
|
margin: "外边距",
|
|
157
160
|
max: "最大值",
|
|
@@ -160,6 +163,7 @@ const e = {
|
|
|
160
163
|
maxWidth: "最大宽度",
|
|
161
164
|
medium: "中",
|
|
162
165
|
menu: "菜单",
|
|
166
|
+
message: "消息",
|
|
163
167
|
min: "最小值",
|
|
164
168
|
minHeight: "最小高度",
|
|
165
169
|
minWidth: "最小宽度",
|
|
@@ -168,14 +172,17 @@ const e = {
|
|
|
168
172
|
takeEffectOnlyAfterReleased: "仅当发布后生效"
|
|
169
173
|
},
|
|
170
174
|
multiple: "多个",
|
|
175
|
+
multipleRef: "多重引用",
|
|
171
176
|
multiSort: "多重排序",
|
|
172
177
|
name: "名称",
|
|
173
178
|
navigation: "导航",
|
|
179
|
+
newScreenSize: "新屏幕大小",
|
|
174
180
|
newValue: "新值",
|
|
175
181
|
no: "否",
|
|
176
182
|
none: "没有",
|
|
177
183
|
notSet: "未设置",
|
|
178
184
|
numberInput: "数字输入",
|
|
185
|
+
oldScreenSize: "旧屏幕大小",
|
|
179
186
|
oldValue: "旧值",
|
|
180
187
|
open: "打开",
|
|
181
188
|
overline: "上划线",
|
|
@@ -194,6 +201,7 @@ const e = {
|
|
|
194
201
|
prependInner: "前置添加/内部",
|
|
195
202
|
primary: "首要",
|
|
196
203
|
propChange: "属性变化",
|
|
204
|
+
property: "属性",
|
|
197
205
|
radio: "单选",
|
|
198
206
|
radioGroup: "单选分组",
|
|
199
207
|
rangeSlider: "范围滑动条",
|
|
@@ -202,6 +210,7 @@ const e = {
|
|
|
202
210
|
ref: "引用",
|
|
203
211
|
regular: "常规",
|
|
204
212
|
renderSwitch: "渲染开关",
|
|
213
|
+
result: "结果",
|
|
205
214
|
reverse: "反向",
|
|
206
215
|
right: "右边",
|
|
207
216
|
ripple: "波纹",
|
|
@@ -222,6 +231,7 @@ const e = {
|
|
|
222
231
|
shrink: "收缩",
|
|
223
232
|
side: "侧面",
|
|
224
233
|
singleLine: "单行",
|
|
234
|
+
singleRef: "单一引用",
|
|
225
235
|
size: "大小",
|
|
226
236
|
slider: "滑动条",
|
|
227
237
|
slots: "插槽",
|
package/dist/index.d.ts
CHANGED