x-runtime-lib 0.6.48 → 0.6.50
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 +3 -2
- package/dist/components/element/regular/form/v1/index.vue.d.ts +25 -0
- package/dist/element/_common/keys.d.ts +2 -1
- package/dist/element/chart/barChart/v1/meta.d.ts +2 -1
- package/dist/element/chart/lineChart/v1/meta.d.ts +2 -1
- package/dist/element/misc/globality/v1/meta.d.ts +2 -1
- package/dist/element/misc/ref/v1/meta.d.ts +2 -1
- package/dist/element/regular/btn/v1/meta.d.ts +2 -1
- package/dist/element/regular/card/v1/meta.d.ts +2 -1
- package/dist/element/regular/chip/v1/meta.d.ts +2 -1
- package/dist/element/regular/combobox/v1/meta.d.ts +2 -1
- package/dist/element/regular/container/v1/meta.d.ts +2 -1
- package/dist/element/regular/dataTable/v1/meta.d.ts +2 -1
- package/dist/element/regular/dialog/v1/meta.d.ts +2 -1
- package/dist/element/regular/flexLayout/v1/meta.d.ts +2 -1
- package/dist/element/regular/flexLayout/v1/spawn.d.ts +2 -0
- package/dist/element/regular/flexLayoutEntry/v1/meta.d.ts +2 -1
- package/dist/element/regular/form/v1/meta.d.ts +2 -0
- package/dist/element/regular/index.d.ts +2 -1
- package/dist/element/regular/menu/v1/meta.d.ts +2 -1
- package/dist/element/regular/numberInput/v1/meta.d.ts +2 -1
- package/dist/element/regular/rating/v1/meta.d.ts +2 -1
- package/dist/element/regular/select/v1/meta.d.ts +2 -1
- package/dist/element/regular/text/v1/meta.d.ts +2 -1
- package/dist/element/regular/textField/v1/meta.d.ts +2 -1
- package/dist/element/regular/textarea/v1/index.d.ts +1 -0
- package/dist/element/regular/textarea/v1/meta.d.ts +2 -0
- package/dist/element/regular/timeline/v1/meta.d.ts +2 -1
- package/dist/element/regular/timelineItem/v1/meta.d.ts +2 -1
- package/dist/{i18n-en-hz5y62m4.js → i18n-en-fszyu6so.js} +8 -3
- package/dist/{i18n-zhHans-kjdzuxqp.js → i18n-zhHans-irnr7jqe.js} +8 -3
- package/dist/index.js +2137 -1930
- package/dist/types/element.d.ts +2 -0
- package/package.json +1 -1
- package/dist/element/regular/textArea/v1/meta.d.ts +0 -1
- /package/dist/components/element/regular/{textArea → textarea}/v1/index.vue.d.ts +0 -0
- /package/dist/element/regular/{textArea → form}/v1/index.d.ts +0 -0
|
@@ -11,13 +11,14 @@ import ZDataTableV1 from './regular/dataTable/v1/index.vue';
|
|
|
11
11
|
import ZDialogV1 from './regular/dialog/v1/index.vue';
|
|
12
12
|
import ZFlexLayoutV1 from './regular/flexLayout/v1/index.vue';
|
|
13
13
|
import ZFlexLayoutEntryV1 from './regular/flexLayoutEntry/v1/index.vue';
|
|
14
|
+
import ZFormV1 from './regular/form/v1/index.vue';
|
|
14
15
|
import ZMenuV1 from './regular/menu/v1/index.vue';
|
|
15
16
|
import ZNumberInputV1 from './regular/numberInput/v1/index.vue';
|
|
16
17
|
import ZRatingV1 from './regular/rating/v1/index.vue';
|
|
17
18
|
import ZSelectV1 from './regular/select/v1/index.vue';
|
|
18
19
|
import ZTextV1 from './regular/text/v1/index.vue';
|
|
19
|
-
import
|
|
20
|
+
import ZTextareaV1 from './regular/textarea/v1/index.vue';
|
|
20
21
|
import ZTextFieldV1 from './regular/textField/v1/index.vue';
|
|
21
22
|
import ZTimelineV1 from './regular/timeline/v1/index.vue';
|
|
22
23
|
import ZTimelineItemV1 from './regular/timelineItem/v1/index.vue';
|
|
23
|
-
export { ZBarChartV1, ZLineChartV1, ZRefV1, ZSlotV1, ZBtnV1, ZCardV1, ZChipV1, ZComboboxV1, ZContainerV1, ZDataTableV1, ZDialogV1, ZFlexLayoutV1, ZFlexLayoutEntryV1, ZMenuV1, ZNumberInputV1, ZRatingV1, ZSelectV1, ZTextV1,
|
|
24
|
+
export { ZBarChartV1, ZLineChartV1, ZRefV1, ZSlotV1, ZBtnV1, ZCardV1, ZChipV1, ZComboboxV1, ZContainerV1, ZDataTableV1, ZDialogV1, ZFlexLayoutV1, ZFlexLayoutEntryV1, ZFormV1, ZMenuV1, ZNumberInputV1, ZRatingV1, ZSelectV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1 };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { CSSProperties } from 'vue';
|
|
2
|
+
import { BaseProps } from '../../../../../types';
|
|
3
|
+
declare const valid: import("vue").WritableComputedRef<any, any>;
|
|
4
|
+
declare const fastFail: import("vue").ComputedRef<any>;
|
|
5
|
+
declare const style: import("vue").ComputedRef<CSSProperties>;
|
|
6
|
+
declare const onSubmit: () => void;
|
|
7
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
8
|
+
declare var __VLS_10: {};
|
|
9
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
10
|
+
default?: (props: typeof __VLS_10) => any;
|
|
11
|
+
}>;
|
|
12
|
+
declare const __VLS_self: import("vue").DefineComponent<BaseProps, {
|
|
13
|
+
valid: typeof valid;
|
|
14
|
+
fastFail: typeof fastFail;
|
|
15
|
+
style: typeof style;
|
|
16
|
+
onSubmit: typeof onSubmit;
|
|
17
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
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>;
|
|
19
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
20
|
+
export default _default;
|
|
21
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
22
|
+
new (): {
|
|
23
|
+
$slots: S;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
@@ -8,6 +8,7 @@ export declare const keyDataTableV1 = "data_table_v1";
|
|
|
8
8
|
export declare const keyDialogV1 = "dialog_v1";
|
|
9
9
|
export declare const keyFlexLayoutV1 = "flex_layout_v1";
|
|
10
10
|
export declare const keyFlexLayoutEntryV1 = "flex_layout_entry_v1";
|
|
11
|
+
export declare const keyFormV1 = "form_v1";
|
|
11
12
|
export declare const keyGlobalityV1 = "globality_v1";
|
|
12
13
|
export declare const keyLineChartV1 = "line_chart_v1";
|
|
13
14
|
export declare const keyMenuV1 = "menu_v1";
|
|
@@ -17,7 +18,7 @@ export declare const keyRatingV1 = "rating_v1";
|
|
|
17
18
|
export declare const keyRefV1 = "ref_v1";
|
|
18
19
|
export declare const keySelectV1 = "select_v1";
|
|
19
20
|
export declare const keyTextV1 = "text_v1";
|
|
20
|
-
export declare const
|
|
21
|
+
export declare const keyTextareaV1 = "textarea_v1";
|
|
21
22
|
export declare const keyTextFieldV1 = "text_field_v1";
|
|
22
23
|
export declare const keyTimelineV1 = "timeline_v1";
|
|
23
24
|
export declare const keyTimelineItemV1 = "timeline_item_v1";
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { ZElement } from '../../../../types';
|
|
2
|
+
export declare const barChartV1: ZElement;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { ZElement } from '../../../../types';
|
|
2
|
+
export declare const lineChartV1: ZElement;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { ZElement } from '../../../../types';
|
|
2
|
+
export declare const globalityV1: ZElement;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { ZElement } from '../../../../types';
|
|
2
|
+
export declare const refV1: ZElement;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { ZElement } from '../../../../types';
|
|
2
|
+
export declare const btnV1: ZElement;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { ZElement } from '../../../../types';
|
|
2
|
+
export declare const cardV1: ZElement;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { ZElement } from '../../../../types';
|
|
2
|
+
export declare const chipV1: ZElement;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { ZElement } from '../../../../types';
|
|
2
|
+
export declare const comboboxV1: ZElement;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { ZElement } from '../../../../types';
|
|
2
|
+
export declare const containerV1: ZElement;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { ZElement } from '../../../../types';
|
|
2
|
+
export declare const dataTableV1: ZElement;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { ZElement } from '../../../../types';
|
|
2
|
+
export declare const dialogV1: ZElement;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { ZElement } from '../../../../types';
|
|
2
|
+
export declare const flexLayoutV1: ZElement;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { ZElement } from '../../../../types';
|
|
2
|
+
export declare const flexLayoutEntryV1: ZElement;
|
|
@@ -7,12 +7,13 @@ export * from './dataTable/v1';
|
|
|
7
7
|
export * from './dialog/v1';
|
|
8
8
|
export * from './flexLayout/v1';
|
|
9
9
|
export * from './flexLayoutEntry/v1';
|
|
10
|
+
export * from './form/v1';
|
|
10
11
|
export * from './menu/v1';
|
|
11
12
|
export * from './numberInput/v1';
|
|
12
13
|
export * from './rating/v1';
|
|
13
14
|
export * from './select/v1';
|
|
14
15
|
export * from './text/v1';
|
|
15
|
-
export * from './
|
|
16
|
+
export * from './textarea/v1';
|
|
16
17
|
export * from './textField/v1';
|
|
17
18
|
export * from './timeline/v1';
|
|
18
19
|
export * from './timelineItem/v1';
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { ZElement } from '../../../../types';
|
|
2
|
+
export declare const menuV1: ZElement;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { ZElement } from '../../../../types';
|
|
2
|
+
export declare const numberInputV1: ZElement;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { ZElement } from '../../../../types';
|
|
2
|
+
export declare const ratingV1: ZElement;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { ZElement } from '../../../../types';
|
|
2
|
+
export declare const selectV1: ZElement;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { ZElement } from '../../../../types';
|
|
2
|
+
export declare const textV1: ZElement;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { ZElement } from '../../../../types';
|
|
2
|
+
export declare const textFieldV1: ZElement;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './meta';
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { ZElement } from '../../../../types';
|
|
2
|
+
export declare const timelineV1: ZElement;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { ZElement } from '../../../../types';
|
|
2
|
+
export declare const timelineEntryV1: ZElement;
|
|
@@ -52,7 +52,7 @@ const e = {
|
|
|
52
52
|
dark: "Dark",
|
|
53
53
|
dashed: "Dashed",
|
|
54
54
|
data: "Data",
|
|
55
|
-
|
|
55
|
+
dataDisplay: "Data Display",
|
|
56
56
|
dataTable: "Data Table",
|
|
57
57
|
dataTableServer: "Data Table Server",
|
|
58
58
|
decoration: "Decoration",
|
|
@@ -67,6 +67,7 @@ const e = {
|
|
|
67
67
|
end: "End",
|
|
68
68
|
error: "Error",
|
|
69
69
|
false: "False",
|
|
70
|
+
fastFail: "Fast Fail",
|
|
70
71
|
feedback: "Feedback",
|
|
71
72
|
fixed: "Fixed",
|
|
72
73
|
fixedFooter: "Fixed Footer",
|
|
@@ -74,9 +75,11 @@ const e = {
|
|
|
74
75
|
flat: "Flat",
|
|
75
76
|
flexLayout: "Flex Layout",
|
|
76
77
|
flexLayoutEntry: "Flex Layout Entry",
|
|
77
|
-
|
|
78
|
+
form: "Form",
|
|
79
|
+
formRelated: "Form Related",
|
|
78
80
|
globality: "Globality",
|
|
79
81
|
globalSettings: "Global Settings",
|
|
82
|
+
grow: "Grow",
|
|
80
83
|
h1: "Heading 1",
|
|
81
84
|
h2: "Heading 2",
|
|
82
85
|
h3: "Heading 3",
|
|
@@ -141,6 +144,7 @@ const e = {
|
|
|
141
144
|
series: "Series",
|
|
142
145
|
settings: "Settings",
|
|
143
146
|
show: "Show",
|
|
147
|
+
shrink: "Shrink",
|
|
144
148
|
singleLine: "Sinle Line",
|
|
145
149
|
size: "Size",
|
|
146
150
|
slots: "Slots",
|
|
@@ -157,7 +161,7 @@ const e = {
|
|
|
157
161
|
subtitle2: "Subtitle 2",
|
|
158
162
|
success: "Success",
|
|
159
163
|
text: "Text",
|
|
160
|
-
|
|
164
|
+
textarea: "Textarea",
|
|
161
165
|
textField: "Text Field",
|
|
162
166
|
theme: "Theme",
|
|
163
167
|
thin: "Thin",
|
|
@@ -173,6 +177,7 @@ const e = {
|
|
|
173
177
|
true: "True",
|
|
174
178
|
type: "Type",
|
|
175
179
|
underline: "Underline",
|
|
180
|
+
valid: "Valid",
|
|
176
181
|
value: "Value",
|
|
177
182
|
variant: "Variant",
|
|
178
183
|
warning: "Warning",
|
|
@@ -52,7 +52,7 @@ const e = {
|
|
|
52
52
|
dark: "暗",
|
|
53
53
|
dashed: "虚线",
|
|
54
54
|
data: "数据",
|
|
55
|
-
|
|
55
|
+
dataDisplay: "数据展示",
|
|
56
56
|
dataTable: "数据表",
|
|
57
57
|
dataTableServer: "服务端数据表",
|
|
58
58
|
decoration: "装饰",
|
|
@@ -67,6 +67,7 @@ const e = {
|
|
|
67
67
|
end: "结束",
|
|
68
68
|
error: "错误",
|
|
69
69
|
false: "假",
|
|
70
|
+
fastFail: "快速失败",
|
|
70
71
|
feedback: "反馈",
|
|
71
72
|
fixed: "固定",
|
|
72
73
|
fixedFooter: "固定脚部",
|
|
@@ -74,9 +75,11 @@ const e = {
|
|
|
74
75
|
flat: "扁平",
|
|
75
76
|
flexLayout: "弹性布局",
|
|
76
77
|
flexLayoutEntry: "弹性布局条目",
|
|
77
|
-
|
|
78
|
+
form: "表单",
|
|
79
|
+
formRelated: "表单相关",
|
|
78
80
|
globality: "全局",
|
|
79
81
|
globalSettings: "全局设置",
|
|
82
|
+
grow: "伸展",
|
|
80
83
|
h1: "标题1",
|
|
81
84
|
h2: "标题2",
|
|
82
85
|
h3: "标题3",
|
|
@@ -141,6 +144,7 @@ const e = {
|
|
|
141
144
|
series: "系列",
|
|
142
145
|
settings: "设置",
|
|
143
146
|
show: "显示",
|
|
147
|
+
shrink: "收缩",
|
|
144
148
|
singleLine: "单行",
|
|
145
149
|
size: "大小",
|
|
146
150
|
slots: "插槽",
|
|
@@ -157,7 +161,7 @@ const e = {
|
|
|
157
161
|
subtitle2: "子标题2",
|
|
158
162
|
success: "成功",
|
|
159
163
|
text: "文本",
|
|
160
|
-
|
|
164
|
+
textarea: "文本区域",
|
|
161
165
|
textField: "文本字段",
|
|
162
166
|
theme: "主题",
|
|
163
167
|
thin: "细",
|
|
@@ -173,6 +177,7 @@ const e = {
|
|
|
173
177
|
true: "真",
|
|
174
178
|
type: "类型",
|
|
175
179
|
underline: "下划线",
|
|
180
|
+
valid: "有效",
|
|
176
181
|
value: "值",
|
|
177
182
|
variant: "变种",
|
|
178
183
|
warning: "警告",
|