x-runtime-lib 0.6.41 → 0.6.43

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.
@@ -18,4 +18,6 @@ import ZSelectV1 from './regular/select/v1/index.vue';
18
18
  import ZTextV1 from './regular/text/v1/index.vue';
19
19
  import ZTextAreaV1 from './regular/textArea/v1/index.vue';
20
20
  import ZTextFieldV1 from './regular/textField/v1/index.vue';
21
- export { ZBarChartV1, ZLineChartV1, ZRefV1, ZSlotV1, ZBtnV1, ZCardV1, ZChipV1, ZComboboxV1, ZContainerV1, ZDataTableV1, ZDialogV1, ZFlexLayoutV1, ZFlexLayoutEntryV1, ZMenuV1, ZNumberInputV1, ZRatingV1, ZSelectV1, ZTextV1, ZTextAreaV1, ZTextFieldV1 };
21
+ import ZTimelineV1 from './regular/timeline/v1/index.vue';
22
+ 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, ZTextAreaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1 };
@@ -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,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;
@@ -19,3 +19,5 @@ export declare const keySelectV1 = "select_v1";
19
19
  export declare const keyTextV1 = "text_v1";
20
20
  export declare const keyTextAreaV1 = "text_area_v1";
21
21
  export declare const keyTextFieldV1 = "text_field_v1";
22
+ export declare const keyTimelineV1 = "timeline_v1";
23
+ export declare const keyTimelineItemV1 = "timeline_item_v1";
@@ -0,0 +1,3 @@
1
+ import { ZElement } from '../../../../types';
2
+ declare const element: ZElement;
3
+ export default element;
@@ -0,0 +1,3 @@
1
+ import { ZElement } from '../../../../types';
2
+ declare const element: ZElement;
3
+ export default element;
@@ -46,11 +46,13 @@ const e = {
46
46
  compNotAvail: "Comp Not Available",
47
47
  compact: "Compact",
48
48
  container: "Container",
49
+ containment: "Containment",
49
50
  crossAxisAlign: "Cross Axis Align",
50
51
  custom: "Custom",
51
52
  dark: "Dark",
52
53
  dashed: "Dashed",
53
54
  data: "Data",
55
+ dataAndDisplay: "Data & Display",
54
56
  dataTable: "Data Table",
55
57
  dataTableServer: "Data Table Server",
56
58
  decoration: "Decoration",
@@ -65,12 +67,14 @@ const e = {
65
67
  end: "End",
66
68
  error: "Error",
67
69
  false: "False",
70
+ feedback: "Feedback",
68
71
  fixed: "Fixed",
69
72
  fixedFooter: "Fixed Footer",
70
73
  fixedHeader: "Fixed Header",
71
74
  flat: "Flat",
72
75
  flexLayout: "Flex Layout",
73
76
  flexLayoutEntry: "Flex Layout Entry",
77
+ formInputsAndControls: "Form Inputs & Controls",
74
78
  globality: "Globality",
75
79
  globalSettings: "Global Settings",
76
80
  h1: "Heading 1",
@@ -159,6 +163,8 @@ const e = {
159
163
  thin: "Thin",
160
164
  thick: "Thick",
161
165
  time: "Time",
166
+ timeline: "Timeline",
167
+ timelineItem: "Timeline Item",
162
168
  title: "Title",
163
169
  tonal: "Tonal",
164
170
  top: "Top",
@@ -46,11 +46,13 @@ const e = {
46
46
  compNotAvail: "组件不可用",
47
47
  compact: "紧凑",
48
48
  container: "容器",
49
+ containment: "容器类",
49
50
  crossAxisAlign: "交叉轴对齐",
50
51
  custom: "自定义",
51
52
  dark: "暗",
52
53
  dashed: "虚线",
53
54
  data: "数据",
55
+ dataAndDisplay: "数据展示",
54
56
  dataTable: "数据表",
55
57
  dataTableServer: "服务端数据表",
56
58
  decoration: "装饰",
@@ -65,12 +67,14 @@ const e = {
65
67
  end: "结束",
66
68
  error: "错误",
67
69
  false: "假",
70
+ feedback: "反馈",
68
71
  fixed: "固定",
69
72
  fixedFooter: "固定脚部",
70
73
  fixedHeader: "固定头部",
71
74
  flat: "扁平",
72
75
  flexLayout: "弹性布局",
73
76
  flexLayoutEntry: "弹性布局条目",
77
+ formInputsAndControls: "表单输入与控件",
74
78
  globality: "全局",
75
79
  globalSettings: "全局设置",
76
80
  h1: "标题1",
@@ -159,6 +163,8 @@ const e = {
159
163
  thin: "细",
160
164
  thick: "粗",
161
165
  time: "时间",
166
+ timeline: "时间线",
167
+ timelineItem: "时间线项目",
162
168
  title: "标题",
163
169
  tonal: "色调",
164
170
  top: "顶部",