x-runtime-lib 0.6.49 → 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 +2 -2
- package/dist/element/_common/keys.d.ts +1 -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 -1
- 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/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-ih6sa1y9.js → i18n-en-fszyu6so.js} +4 -2
- package/dist/{i18n-zhHans-kwn4ujb8.js → i18n-zhHans-irnr7jqe.js} +3 -1
- package/dist/index.js +2132 -1927
- 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 → textarea}/v1/index.d.ts +0 -0
|
@@ -17,8 +17,8 @@ import ZNumberInputV1 from './regular/numberInput/v1/index.vue';
|
|
|
17
17
|
import ZRatingV1 from './regular/rating/v1/index.vue';
|
|
18
18
|
import ZSelectV1 from './regular/select/v1/index.vue';
|
|
19
19
|
import ZTextV1 from './regular/text/v1/index.vue';
|
|
20
|
-
import
|
|
20
|
+
import ZTextareaV1 from './regular/textarea/v1/index.vue';
|
|
21
21
|
import ZTextFieldV1 from './regular/textField/v1/index.vue';
|
|
22
22
|
import ZTimelineV1 from './regular/timeline/v1/index.vue';
|
|
23
23
|
import ZTimelineItemV1 from './regular/timelineItem/v1/index.vue';
|
|
24
|
-
export { ZBarChartV1, ZLineChartV1, ZRefV1, ZSlotV1, ZBtnV1, ZCardV1, ZChipV1, ZComboboxV1, ZContainerV1, ZDataTableV1, ZDialogV1, ZFlexLayoutV1, ZFlexLayoutEntryV1, ZFormV1, 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 };
|
|
@@ -18,7 +18,7 @@ export declare const keyRatingV1 = "rating_v1";
|
|
|
18
18
|
export declare const keyRefV1 = "ref_v1";
|
|
19
19
|
export declare const keySelectV1 = "select_v1";
|
|
20
20
|
export declare const keyTextV1 = "text_v1";
|
|
21
|
-
export declare const
|
|
21
|
+
export declare const keyTextareaV1 = "textarea_v1";
|
|
22
22
|
export declare const keyTextFieldV1 = "text_field_v1";
|
|
23
23
|
export declare const keyTimelineV1 = "timeline_v1";
|
|
24
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;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { ZElement } from '../../../../types';
|
|
2
|
+
export declare const formV1: 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;
|
|
@@ -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
|
-
dataDisplay: "Data
|
|
55
|
+
dataDisplay: "Data Display",
|
|
56
56
|
dataTable: "Data Table",
|
|
57
57
|
dataTableServer: "Data Table Server",
|
|
58
58
|
decoration: "Decoration",
|
|
@@ -79,6 +79,7 @@ const e = {
|
|
|
79
79
|
formRelated: "Form Related",
|
|
80
80
|
globality: "Globality",
|
|
81
81
|
globalSettings: "Global Settings",
|
|
82
|
+
grow: "Grow",
|
|
82
83
|
h1: "Heading 1",
|
|
83
84
|
h2: "Heading 2",
|
|
84
85
|
h3: "Heading 3",
|
|
@@ -143,6 +144,7 @@ const e = {
|
|
|
143
144
|
series: "Series",
|
|
144
145
|
settings: "Settings",
|
|
145
146
|
show: "Show",
|
|
147
|
+
shrink: "Shrink",
|
|
146
148
|
singleLine: "Sinle Line",
|
|
147
149
|
size: "Size",
|
|
148
150
|
slots: "Slots",
|
|
@@ -159,7 +161,7 @@ const e = {
|
|
|
159
161
|
subtitle2: "Subtitle 2",
|
|
160
162
|
success: "Success",
|
|
161
163
|
text: "Text",
|
|
162
|
-
|
|
164
|
+
textarea: "Textarea",
|
|
163
165
|
textField: "Text Field",
|
|
164
166
|
theme: "Theme",
|
|
165
167
|
thin: "Thin",
|
|
@@ -79,6 +79,7 @@ const e = {
|
|
|
79
79
|
formRelated: "表单相关",
|
|
80
80
|
globality: "全局",
|
|
81
81
|
globalSettings: "全局设置",
|
|
82
|
+
grow: "伸展",
|
|
82
83
|
h1: "标题1",
|
|
83
84
|
h2: "标题2",
|
|
84
85
|
h3: "标题3",
|
|
@@ -143,6 +144,7 @@ const e = {
|
|
|
143
144
|
series: "系列",
|
|
144
145
|
settings: "设置",
|
|
145
146
|
show: "显示",
|
|
147
|
+
shrink: "收缩",
|
|
146
148
|
singleLine: "单行",
|
|
147
149
|
size: "大小",
|
|
148
150
|
slots: "插槽",
|
|
@@ -159,7 +161,7 @@ const e = {
|
|
|
159
161
|
subtitle2: "子标题2",
|
|
160
162
|
success: "成功",
|
|
161
163
|
text: "文本",
|
|
162
|
-
|
|
164
|
+
textarea: "文本区域",
|
|
163
165
|
textField: "文本字段",
|
|
164
166
|
theme: "主题",
|
|
165
167
|
thin: "细",
|