x-runtime-lib 0.7.2 → 0.7.4

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.
@@ -28,4 +28,6 @@ import ZTextareaV1 from './regular/textarea/v1/index.vue';
28
28
  import ZTextFieldV1 from './regular/textField/v1/index.vue';
29
29
  import ZTimelineV1 from './regular/timeline/v1/index.vue';
30
30
  import ZTimelineItemV1 from './regular/timelineItem/v1/index.vue';
31
- export { ZBarChartV1, ZLineChartV1, ZRefV1, ZSlotV1, ZBadgeV1, ZBtnV1, ZCardV1, ZCheckboxV1, ZChipV1, ZComboboxV1, ZContainerV1, ZDataTableV1, ZDialogV1, ZFileInputV1, ZFlexLayoutV1, ZFlexLayoutEntryV1, ZFormV1, ZMenuV1, ZNumberInputV1, ZRadioV1, ZRadioGroupV1, ZRangeSliderV1, ZRatingV1, ZSelectV1, ZSliderV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1 };
31
+ import ZWindowV1 from './regular/window/v1/index.vue';
32
+ import ZWindowItemV1 from './regular/windowItem/v1/index.vue';
33
+ export { ZBarChartV1, ZLineChartV1, ZRefV1, ZSlotV1, ZBadgeV1, ZBtnV1, ZCardV1, ZCheckboxV1, ZChipV1, ZComboboxV1, ZContainerV1, ZDataTableV1, ZDialogV1, ZFileInputV1, ZFlexLayoutV1, ZFlexLayoutEntryV1, ZFormV1, ZMenuV1, ZNumberInputV1, ZRadioV1, ZRadioGroupV1, ZRangeSliderV1, ZRatingV1, ZSelectV1, ZSliderV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1, ZWindowV1, ZWindowItemV1 };
@@ -1,8 +1,9 @@
1
+ import { BaseProps } from '../../../../../types';
1
2
  declare var __VLS_6: {};
2
3
  type __VLS_Slots = {} & {
3
4
  default?: (props: typeof __VLS_6) => any;
4
5
  };
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 __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>;
6
7
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
8
  export default _default;
8
9
  type __VLS_WithSlots<T, S> = T & {
@@ -0,0 +1,13 @@
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>;
8
+ export default _default;
9
+ type __VLS_WithSlots<T, S> = T & {
10
+ new (): {
11
+ $slots: S;
12
+ };
13
+ };
@@ -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,2 @@
1
+ import { ZItem } from '../../../../../types';
2
+ export declare const cardVariantItemsV1: ZItem[];
@@ -1,6 +1,7 @@
1
1
  export * from './axisTypeItems/v1';
2
2
  export * from './borderStyleItems/v1';
3
3
  export * from './btnVariantItems/v1';
4
+ export * from './cardVariantItems/v1';
4
5
  export * from './colorModeItems/v1';
5
6
  export * from './densityItems/v1';
6
7
  export * from './directionItems/v1';
@@ -10,6 +11,7 @@ export * from './flexMainAlignItems/v1';
10
11
  export * from './flexWrapItems/v1';
11
12
  export * from './fontWeightItems/v1';
12
13
  export * from './showTicksItems/v1';
14
+ export * from './sizeItems/v1';
13
15
  export * from './textAlignItems/v1';
14
16
  export * from './textDecorationItems/v1';
15
17
  export * from './textEmphasisItems/v1';
@@ -0,0 +1,2 @@
1
+ import { ZItem } from '../../../../../types';
2
+ export declare const sizeItemsV1: ZItem[];
@@ -29,3 +29,5 @@ export declare const keyTextareaV1 = "textarea_v1";
29
29
  export declare const keyTextFieldV1 = "text_field_v1";
30
30
  export declare const keyTimelineV1 = "timeline_v1";
31
31
  export declare const keyTimelineItemV1 = "timeline_item_v1";
32
+ export declare const keyWindowV1 = "window_v1";
33
+ export declare const keyWindowItemV1 = "window_item_v1";
@@ -0,0 +1,2 @@
1
+ import { Node } from '../../../../types';
2
+ export declare function spawn(type: string, subtype: string): Node | undefined;
@@ -24,3 +24,5 @@ export * from './textarea/v1';
24
24
  export * from './textField/v1';
25
25
  export * from './timeline/v1';
26
26
  export * from './timelineItem/v1';
27
+ export * from './window/v1';
28
+ export * from './windowItem/v1';
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '../../../../types';
2
+ export declare const windowV1: ZElement;
@@ -0,0 +1,2 @@
1
+ import { Node } from '../../../../types';
2
+ export declare function spawn(type: string, subtype: string): Node | undefined;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '../../../../types';
2
+ export declare const windowItemV1: ZElement;
@@ -20,6 +20,7 @@ const e = {
20
20
  body2: "Body 2",
21
21
  bold: "Bold",
22
22
  border: "Border",
23
+ both: "Both",
23
24
  bottom: "Bottom",
24
25
  bottomLeft: "Bottom Left",
25
26
  bottomRight: "Bottom Right",
@@ -50,6 +51,7 @@ const e = {
50
51
  compact: "Compact",
51
52
  container: "Container",
52
53
  containment: "Containment",
54
+ continuous: "Continuous",
53
55
  crossAxisAlign: "Cross Axis Align",
54
56
  custom: "Custom",
55
57
  dark: "Dark",
@@ -61,10 +63,11 @@ const e = {
61
63
  decoration: "Decoration",
62
64
  default: "Default",
63
65
  density: "Density",
64
- dotted: "Dotted",
65
66
  dialog: "Dialog",
66
67
  direction: "Direction",
67
68
  disabled: "Disabled",
69
+ dot: "Dot",
70
+ dotted: "Dotted",
68
71
  elevated: "Elevated",
69
72
  emphasis: "Emphasis",
70
73
  end: "End",
@@ -73,6 +76,7 @@ const e = {
73
76
  fastFail: "Fast Fail",
74
77
  feedback: "Feedback",
75
78
  fileInput: "File Input",
79
+ fill: "Fill",
76
80
  fixed: "Fixed",
77
81
  fixedFooter: "Fixed Footer",
78
82
  fixedHeader: "Fixed Header",
@@ -94,12 +98,14 @@ const e = {
94
98
  headers: "Headers",
95
99
  height: "Height",
96
100
  hideDetails: "Hide Details",
101
+ hideOppoSite: "Hide Opposite",
97
102
  high: "High",
98
103
  horizontal: "Horizontal",
99
104
  hover: "Hover",
100
105
  id: "ID",
101
106
  info: "Info",
102
107
  inline: "Inline",
108
+ inset: "Inset",
103
109
  italic: "Italic",
104
110
  item: "Item",
105
111
  items: "Items",
@@ -109,6 +115,7 @@ const e = {
109
115
  legend: "Legend",
110
116
  length: "Length",
111
117
  light: "Light",
118
+ line: "Line",
112
119
  lineChart: "Line Chart",
113
120
  lineThrough: "Line Through",
114
121
  loading: "Loading",
@@ -155,11 +162,14 @@ const e = {
155
162
  rowReverse: "Row Reverse",
156
163
  secondary: "Secondary",
157
164
  select: "Select",
165
+ selection: "Selection",
158
166
  series: "Series",
159
167
  settings: "Settings",
160
168
  show: "Show",
169
+ showArrows: "Show Arrows",
161
170
  showTicks: "Show Ticks",
162
171
  shrink: "Shrink",
172
+ side: "Side",
163
173
  singleLine: "Sinle Line",
164
174
  size: "Size",
165
175
  slider: "Slider",
@@ -183,6 +193,7 @@ const e = {
183
193
  theme: "Theme",
184
194
  thin: "Thin",
185
195
  thick: "Thick",
196
+ thickness: "Thickness",
186
197
  thumbColor: "Thumb Color",
187
198
  thumbLabel: "Thumb Label",
188
199
  thumbSize: "Thumb Size",
@@ -196,8 +207,10 @@ const e = {
196
207
  top: "Top",
197
208
  topLeft: "Top Left",
198
209
  topRight: "Top Right",
210
+ touch: "Touch",
199
211
  trackColor: "Track Color",
200
212
  true: "True",
213
+ truncate: "Truncate",
201
214
  type: "Type",
202
215
  underline: "Underline",
203
216
  valid: "Valid",
@@ -207,6 +220,8 @@ const e = {
207
220
  warning: "Warning",
208
221
  weight: "Weight",
209
222
  width: "Width",
223
+ window: "Window",
224
+ windowItem: "Window Item",
210
225
  wrap: "Wrap",
211
226
  xAxis: "X Axis",
212
227
  yAxis: "Y Axis",
@@ -20,6 +20,7 @@ const e = {
20
20
  body2: "主体2",
21
21
  bold: "粗",
22
22
  border: "边框",
23
+ both: "两者",
23
24
  bottom: "底部",
24
25
  bottomLeft: "底左",
25
26
  bottomRight: "底右",
@@ -50,6 +51,7 @@ const e = {
50
51
  compact: "紧凑",
51
52
  container: "容器",
52
53
  containment: "容器类",
54
+ continuous: "连续",
53
55
  crossAxisAlign: "交叉轴对齐",
54
56
  custom: "自定义",
55
57
  dark: "暗",
@@ -61,10 +63,11 @@ const e = {
61
63
  decoration: "装饰",
62
64
  default: "缺省",
63
65
  density: "密度",
64
- dotted: "点画线",
65
66
  dialog: "对话框",
66
67
  direction: "方向",
67
68
  disabled: "禁用",
69
+ dot: "点",
70
+ dotted: "点画线",
68
71
  elevated: "升高",
69
72
  emphasis: "强调",
70
73
  end: "结束",
@@ -73,6 +76,7 @@ const e = {
73
76
  fastFail: "快速失败",
74
77
  feedback: "反馈",
75
78
  fileInput: "文件输入",
79
+ fill: "填满",
76
80
  fixed: "固定",
77
81
  fixedFooter: "固定脚部",
78
82
  fixedHeader: "固定头部",
@@ -94,12 +98,14 @@ const e = {
94
98
  headers: "头部",
95
99
  height: "高度",
96
100
  hideDetails: "隐藏细节",
101
+ hideOpposite: "隐藏对面",
97
102
  high: "高",
98
103
  horizontal: "水平",
99
104
  hover: "悬浮",
100
105
  id: "ID",
101
106
  info: "信息",
102
107
  inline: "内联",
108
+ inset: "内嵌",
103
109
  italic: "斜体",
104
110
  item: "项目",
105
111
  items: "项目",
@@ -109,6 +115,7 @@ const e = {
109
115
  legend: "图例",
110
116
  length: "长度",
111
117
  light: "亮",
118
+ line: "线",
112
119
  lineChart: "折线图",
113
120
  lineThrough: "中划线",
114
121
  loading: "加载中",
@@ -155,11 +162,14 @@ const e = {
155
162
  rowReverse: "行反向",
156
163
  secondary: "次要",
157
164
  select: "选择",
165
+ selection: "选择",
158
166
  series: "系列",
159
167
  settings: "设置",
160
168
  show: "显示",
169
+ showArrows: "显示箭头",
161
170
  showTicks: "显示刻度",
162
171
  shrink: "收缩",
172
+ side: "侧面",
163
173
  singleLine: "单行",
164
174
  size: "大小",
165
175
  slider: "滑动条",
@@ -183,6 +193,7 @@ const e = {
183
193
  theme: "主题",
184
194
  thin: "细",
185
195
  thick: "粗",
196
+ thickness: "粗细",
186
197
  thumbColor: "拇指颜色",
187
198
  thumbLabel: "拇指标签",
188
199
  thumbSize: "拇指大小",
@@ -196,8 +207,10 @@ const e = {
196
207
  top: "顶部",
197
208
  topLeft: "顶左",
198
209
  topRight: "顶右",
210
+ touch: "触摸",
199
211
  trackColor: "轨道颜色",
200
212
  true: "真",
213
+ truncate: "截断",
201
214
  type: "类型",
202
215
  underline: "下划线",
203
216
  valid: "有效",
@@ -207,6 +220,8 @@ const e = {
207
220
  warning: "警告",
208
221
  weight: "重量",
209
222
  width: "宽度",
223
+ window: "窗口",
224
+ windowItem: "窗口项目",
210
225
  wrap: "换行",
211
226
  xAxis: "x轴",
212
227
  yAxis: "y轴",