x-runtime-lib 0.7.7 → 0.7.8

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.
@@ -20,6 +20,7 @@ import ZFileInputV1 from './regular/fileInput/v1/index.vue';
20
20
  import ZFlexLayoutV1 from './regular/flexLayout/v1/index.vue';
21
21
  import ZFlexLayoutEntryV1 from './regular/flexLayoutEntry/v1/index.vue';
22
22
  import ZFormV1 from './regular/form/v1/index.vue';
23
+ import ZIconV1 from './regular/icon/v1/index.vue';
23
24
  import ZMenuV1 from './regular/menu/v1/index.vue';
24
25
  import ZNumberInputV1 from './regular/numberInput/v1/index.vue';
25
26
  import ZPaginationV1 from './regular/pagination/v1/index.vue';
@@ -44,4 +45,4 @@ import ZTimelineV1 from './regular/timeline/v1/index.vue';
44
45
  import ZTimelineItemV1 from './regular/timelineItem/v1/index.vue';
45
46
  import ZWindowV1 from './regular/window/v1/index.vue';
46
47
  import ZWindowItemV1 from './regular/windowItem/v1/index.vue';
47
- export { ZBarChartV1, ZLineChartV1, ZRefV1, ZSlotV1, ZBadgeV1, ZBtnV1, ZBtnGroupV1, ZBtnToggleV1, ZCardV1, ZCheckboxV1, ZChipV1, ZChipGroupV1, ZColorPickerV1, ZComboboxV1, ZContainerV1, ZDataTableV1, ZDatePickerV1, ZDialogV1, ZFileInputV1, ZFlexLayoutV1, ZFlexLayoutEntryV1, ZFormV1, ZMenuV1, ZNumberInputV1, ZPaginationV1, ZRadioV1, ZRadioGroupV1, ZRangeSliderV1, ZRatingV1, ZSelectV1, ZSliderV1, ZStepperV1, ZStepperHeaderV1, ZStepperItemV1, ZStepperWindowV1, ZStepperWindowItemV1, ZSwitchV1, ZTabV1, ZTabsV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1, ZWindowV1, ZWindowItemV1 };
48
+ export { ZBarChartV1, ZLineChartV1, ZRefV1, ZSlotV1, ZBadgeV1, ZBtnV1, ZBtnGroupV1, ZBtnToggleV1, ZCardV1, ZCheckboxV1, ZChipV1, ZChipGroupV1, ZColorPickerV1, ZComboboxV1, ZContainerV1, ZDataTableV1, ZDatePickerV1, ZDialogV1, ZFileInputV1, ZFlexLayoutV1, ZFlexLayoutEntryV1, ZFormV1, ZIconV1, ZMenuV1, ZNumberInputV1, ZPaginationV1, ZRadioV1, ZRadioGroupV1, ZRangeSliderV1, ZRatingV1, ZSelectV1, ZSliderV1, ZStepperV1, ZStepperHeaderV1, ZStepperItemV1, ZStepperWindowV1, ZStepperWindowItemV1, ZSwitchV1, ZTabV1, ZTabsV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1, ZWindowV1, ZWindowItemV1 };
@@ -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;
@@ -18,6 +18,7 @@ export declare const keyFileInputV1 = "file_input_v1";
18
18
  export declare const keyFlexLayoutV1 = "flex_layout_v1";
19
19
  export declare const keyFlexLayoutEntryV1 = "flex_layout_entry_v1";
20
20
  export declare const keyFormV1 = "form_v1";
21
+ export declare const keyIconV1 = "icon_v1";
21
22
  export declare const keyGlobalityV1 = "globality_v1";
22
23
  export declare const keyLineChartV1 = "line_chart_v1";
23
24
  export declare const keyMenuV1 = "menu_v1";
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '../../../../types';
2
+ export declare const iconV1: ZElement;
@@ -16,6 +16,7 @@ export * from './fileInput/v1';
16
16
  export * from './flexLayout/v1';
17
17
  export * from './flexLayoutEntry/v1';
18
18
  export * from './form/v1';
19
+ export * from './icon/v1';
19
20
  export * from './menu/v1';
20
21
  export * from './numberInput/v1';
21
22
  export * from './pagination/v1';
@@ -2,6 +2,7 @@ const e = {
2
2
  "x-runtime-lib": {
3
3
  alias: "Alias",
4
4
  align: "Align",
5
+ alignTabs: "Align Tabs",
5
6
  always: "Always",
6
7
  append: "Append",
7
8
  appendInner: "Append Inner",
@@ -40,6 +41,7 @@ const e = {
40
41
  card: "Card",
41
42
  category: "Category",
42
43
  center: "Center",
44
+ centerActive: "Center Active",
43
45
  chart: "Chart",
44
46
  checkbox: "Checkbox",
45
47
  chip: "Chip",
@@ -91,6 +93,7 @@ const e = {
91
93
  fixed: "Fixed",
92
94
  fixedFooter: "Fixed Footer",
93
95
  fixedHeader: "Fixed Header",
96
+ fixedTabs: "Fixed Tabs",
94
97
  flat: "Flat",
95
98
  flexLayout: "Flex Layout",
96
99
  flexLayoutEntry: "Flex Layout Entry",
@@ -111,10 +114,13 @@ const e = {
111
114
  hideActions: "Hide Actions",
112
115
  hideDetails: "Hide Details",
113
116
  hideOppoSite: "Hide Opposite",
117
+ hideSlider: "Hide Slider",
114
118
  high: "High",
115
119
  horizontal: "Horizontal",
116
120
  hover: "Hover",
121
+ icon: "Icon",
117
122
  id: "ID",
123
+ imagesAndIcons: "Images & Icons",
118
124
  info: "Info",
119
125
  inline: "Inline",
120
126
  inset: "Inset",
@@ -201,6 +207,7 @@ const e = {
201
207
  spaceAround: "Space Around",
202
208
  spaceBetween: "Space Between",
203
209
  spaceEvenly: "Space Evenly",
210
+ stacked: "Stacked",
204
211
  start: "Start",
205
212
  step: "Step",
206
213
  stepper: "Stepper",
@@ -2,6 +2,7 @@ const e = {
2
2
  "x-runtime-lib": {
3
3
  alias: "别名",
4
4
  align: "对齐",
5
+ alignTabs: "对齐选项卡",
5
6
  always: "总是",
6
7
  append: "追加",
7
8
  appendInner: "内部追加",
@@ -40,6 +41,7 @@ const e = {
40
41
  card: "卡片",
41
42
  category: "类目",
42
43
  center: "中心",
44
+ centerActive: "中心激活",
43
45
  chart: "图表",
44
46
  checkbox: "复选框",
45
47
  chip: "纸片",
@@ -91,6 +93,7 @@ const e = {
91
93
  fixed: "固定",
92
94
  fixedFooter: "固定脚部",
93
95
  fixedHeader: "固定头部",
96
+ fixedTabs: "固定选项卡",
94
97
  flat: "扁平",
95
98
  flexLayout: "弹性布局",
96
99
  flexLayoutEntry: "弹性布局条目",
@@ -111,10 +114,13 @@ const e = {
111
114
  hideActions: "隐藏动作",
112
115
  hideDetails: "隐藏细节",
113
116
  hideOpposite: "隐藏对面",
117
+ hideSlider: "隐藏滑动条",
114
118
  high: "高",
115
119
  horizontal: "水平",
116
120
  hover: "悬浮",
121
+ icon: "图标",
117
122
  id: "ID",
123
+ imagesAndIcons: "图像 & 图标",
118
124
  info: "信息",
119
125
  inline: "内联",
120
126
  inset: "内嵌",
@@ -201,6 +207,7 @@ const e = {
201
207
  spaceAround: "环绕",
202
208
  spaceBetween: "间隔",
203
209
  spaceEvenly: "均匀",
210
+ stacked: "栈式",
204
211
  start: "开始",
205
212
  step: "步长",
206
213
  stepper: "步骤器",