x-runtime-lib 0.6.54 → 0.6.56

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.
@@ -2,6 +2,7 @@ import ZBarChartV1 from './chart/barChart/v1/index.vue';
2
2
  import ZLineChartV1 from './chart/lineChart/v1/index.vue';
3
3
  import ZRefV1 from './misc/ref/v1/index.vue';
4
4
  import ZSlotV1 from './misc/slot/v1/index.vue';
5
+ import ZBadgeV1 from './regular/badge/v1/index.vue';
5
6
  import ZBtnV1 from './regular/btn/v1/index.vue';
6
7
  import ZCardV1 from './regular/card/v1/index.vue';
7
8
  import ZChipV1 from './regular/chip/v1/index.vue';
@@ -9,6 +10,7 @@ import ZComboboxV1 from './regular/combobox/v1/index.vue';
9
10
  import ZContainerV1 from './regular/container/v1/index.vue';
10
11
  import ZDataTableV1 from './regular/dataTable/v1/index.vue';
11
12
  import ZDialogV1 from './regular/dialog/v1/index.vue';
13
+ import ZFileInputV1 from './regular/fileInput/v1/index.vue';
12
14
  import ZFlexLayoutV1 from './regular/flexLayout/v1/index.vue';
13
15
  import ZFlexLayoutEntryV1 from './regular/flexLayoutEntry/v1/index.vue';
14
16
  import ZFormV1 from './regular/form/v1/index.vue';
@@ -25,4 +27,4 @@ import ZTextareaV1 from './regular/textarea/v1/index.vue';
25
27
  import ZTextFieldV1 from './regular/textField/v1/index.vue';
26
28
  import ZTimelineV1 from './regular/timeline/v1/index.vue';
27
29
  import ZTimelineItemV1 from './regular/timelineItem/v1/index.vue';
28
- export { ZBarChartV1, ZLineChartV1, ZRefV1, ZSlotV1, ZBtnV1, ZCardV1, ZChipV1, ZComboboxV1, ZContainerV1, ZDataTableV1, ZDialogV1, ZFlexLayoutV1, ZFlexLayoutEntryV1, ZFormV1, ZMenuV1, ZNumberInputV1, ZRadioV1, ZRadioGroupV1, ZRangeSliderV1, ZRatingV1, ZSelectV1, ZSliderV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1 };
30
+ export { ZBarChartV1, ZLineChartV1, ZRefV1, ZSlotV1, ZBadgeV1, ZBtnV1, ZCardV1, ZChipV1, ZComboboxV1, ZContainerV1, ZDataTableV1, ZDialogV1, ZFileInputV1, ZFlexLayoutV1, ZFlexLayoutEntryV1, ZFormV1, ZMenuV1, ZNumberInputV1, ZRadioV1, ZRadioGroupV1, ZRangeSliderV1, ZRatingV1, ZSelectV1, ZSliderV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1 };
@@ -0,0 +1,12 @@
1
+ declare var __VLS_6: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_6) => any;
4
+ };
5
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
+ export default _default;
8
+ type __VLS_WithSlots<T, S> = T & {
9
+ new (): {
10
+ $slots: S;
11
+ };
12
+ };
@@ -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;
@@ -1,2 +1,13 @@
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>;
1
+ import { BaseProps } from '../../../../../types';
2
+ declare var __VLS_6: {};
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_6) => 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>;
2
8
  export default _default;
9
+ type __VLS_WithSlots<T, S> = T & {
10
+ new (): {
11
+ $slots: S;
12
+ };
13
+ };
@@ -1,2 +1,12 @@
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>;
1
+ declare var __VLS_6: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_6) => any;
4
+ };
5
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
7
  export default _default;
8
+ type __VLS_WithSlots<T, S> = T & {
9
+ new (): {
10
+ $slots: S;
11
+ };
12
+ };
@@ -13,3 +13,4 @@ export * from './textDecorationItems/v1';
13
13
  export * from './textEmphasisItems/v1';
14
14
  export * from './textStyleItems/v1';
15
15
  export * from './themeColorItems/v1';
16
+ export * from './thumbLabelItems/v1';
@@ -0,0 +1,2 @@
1
+ import { ZItem } from "../../../../../types";
2
+ export declare const thumbLabelItemsV1: ZItem[];
@@ -1,3 +1,4 @@
1
+ export declare const keyBadgeV1 = "badge_v1";
1
2
  export declare const keyBarChartV1 = "bar_chart_v1";
2
3
  export declare const keyBtnV1 = "btn_v1";
3
4
  export declare const keyCardV1 = "card_v1";
@@ -6,6 +7,7 @@ export declare const keyComboboxV1 = "combobox_v1";
6
7
  export declare const keyContainerV1 = "container_v1";
7
8
  export declare const keyDataTableV1 = "data_table_v1";
8
9
  export declare const keyDialogV1 = "dialog_v1";
10
+ export declare const keyFileInputV1 = "file_input_v1";
9
11
  export declare const keyFlexLayoutV1 = "flex_layout_v1";
10
12
  export declare const keyFlexLayoutEntryV1 = "flex_layout_entry_v1";
11
13
  export declare const keyFormV1 = "form_v1";
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '../../../../types';
2
+ export declare const badgeV1: ZElement;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '../../../../types';
2
+ export declare const fileInputV1: ZElement;
@@ -1,3 +1,4 @@
1
+ export * from './badge/v1';
1
2
  export * from './btn/v1';
2
3
  export * from './card/v1';
3
4
  export * from './chip/v1';
@@ -5,13 +6,18 @@ export * from './combobox/v1';
5
6
  export * from './container/v1';
6
7
  export * from './dataTable/v1';
7
8
  export * from './dialog/v1';
9
+ export * from './fileInput/v1';
8
10
  export * from './flexLayout/v1';
9
11
  export * from './flexLayoutEntry/v1';
10
12
  export * from './form/v1';
11
13
  export * from './menu/v1';
12
14
  export * from './numberInput/v1';
15
+ export * from './radio/v1';
16
+ export * from './radioGroup/v1';
17
+ export * from './rangeSlider/v1';
13
18
  export * from './rating/v1';
14
19
  export * from './select/v1';
20
+ export * from './slider/v1';
15
21
  export * from './text/v1';
16
22
  export * from './textarea/v1';
17
23
  export * from './textField/v1';
@@ -9,6 +9,7 @@ const e = {
9
9
  background1: "Background 1",
10
10
  background2: "Background 2",
11
11
  backgroundColor: "Background Color",
12
+ badge: "Badge",
12
13
  barChart: "Bar Chart",
13
14
  baseline: "Baseline",
14
15
  basic: "Basic",
@@ -69,6 +70,7 @@ const e = {
69
70
  false: "False",
70
71
  fastFail: "Fast Fail",
71
72
  feedback: "Feedback",
73
+ fileInput: "File Input",
72
74
  fixed: "Fixed",
73
75
  fixedFooter: "Fixed Footer",
74
76
  fixedHeader: "Fixed Header",
@@ -106,10 +108,12 @@ const e = {
106
108
  log: "Log",
107
109
  mainAxisAlign: "Main Axis Align",
108
110
  margin: "Margin",
111
+ max: "Max",
109
112
  maxHeight: "Max Height",
110
113
  maxWidth: "Max Width",
111
114
  medium: "Medium",
112
115
  menu: "Menu",
116
+ min: "Min",
113
117
  minHeight: "Min Height",
114
118
  minWidth: "Min Width",
115
119
  mode: "Mode",
@@ -158,6 +162,7 @@ const e = {
158
162
  spaceBetween: "Space Between",
159
163
  spaceEvenly: "Space Evenly",
160
164
  start: "Start",
165
+ step: "Step",
161
166
  stretch: "Stretch",
162
167
  style: "Style",
163
168
  subtext: "Subtext",
@@ -9,6 +9,7 @@ const e = {
9
9
  background1: "背景1",
10
10
  background2: "背景2",
11
11
  backgroundColor: "背景颜色",
12
+ badge: "徽章",
12
13
  barChart: "柱状图",
13
14
  baseline: "基线",
14
15
  basic: "基本",
@@ -69,6 +70,7 @@ const e = {
69
70
  false: "假",
70
71
  fastFail: "快速失败",
71
72
  feedback: "反馈",
73
+ fileInput: "文件输入",
72
74
  fixed: "固定",
73
75
  fixedFooter: "固定脚部",
74
76
  fixedHeader: "固定头部",
@@ -106,10 +108,12 @@ const e = {
106
108
  log: "对数",
107
109
  mainAxisAlign: "主轴对齐",
108
110
  margin: "外边距",
111
+ max: "最大值",
109
112
  maxHeight: "最大高度",
110
113
  maxWidth: "最大宽度",
111
114
  medium: "中",
112
115
  menu: "菜单",
116
+ min: "最小值",
113
117
  minHeight: "最小高度",
114
118
  minWidth: "最小宽度",
115
119
  mode: "模式",
@@ -158,6 +162,7 @@ const e = {
158
162
  spaceBetween: "间隔",
159
163
  spaceEvenly: "均匀",
160
164
  start: "开始",
165
+ step: "步长",
161
166
  stretch: "伸展",
162
167
  style: "风格",
163
168
  subtext: "子文本",