x-runtime-lib 0.5.26 → 0.5.27

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.
@@ -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;
@@ -8,6 +8,8 @@ export declare const keyDialogV1 = "dialog_v1";
8
8
  export declare const keyGlobalityV1 = "globality_v1";
9
9
  export declare const keyNumberInputV1 = "number_input_v1";
10
10
  export declare const keyPackageV1 = "package_v1";
11
+ export declare const keyRatingV1 = "rating_v1";
11
12
  export declare const keyRefV1 = "ref_v1";
12
13
  export declare const keySelectV1 = "select_v1";
14
+ export declare const keyTextAreaV1 = "text_area_v1";
13
15
  export declare const keyTextFieldV1 = "text_field_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;
@@ -11,7 +11,9 @@ const e = {
11
11
  border: "Border",
12
12
  bottom: "Bottom",
13
13
  button: "Button",
14
+ card: "Card",
14
15
  center: "Center",
16
+ chip: "Chip",
15
17
  circularRef: "Circular Reference",
16
18
  click: "Click",
17
19
  column: "Column",
@@ -60,6 +62,7 @@ const e = {
60
62
  plain: "Plain",
61
63
  prepend: "Prepend",
62
64
  prependInner: "Prepend Inner",
65
+ rating: "Rating",
63
66
  readonly: "Readonly",
64
67
  ref: "Reference",
65
68
  right: "Right",
@@ -72,6 +75,7 @@ const e = {
72
75
  start: "Start",
73
76
  style: "Style",
74
77
  text: "Text",
78
+ textArea: "Text Area",
75
79
  textField: "Text Field",
76
80
  title: "Title",
77
81
  tonal: "Tonal",
@@ -11,7 +11,9 @@ const e = {
11
11
  border: "边框",
12
12
  bottom: "底部",
13
13
  button: "按钮",
14
+ card: "卡片",
14
15
  center: "中心",
16
+ chip: "纸片",
15
17
  circularRef: "循环引用",
16
18
  click: "单击",
17
19
  column: "列",
@@ -60,6 +62,7 @@ const e = {
60
62
  plain: "朴素",
61
63
  prepend: "预追加",
62
64
  prependInner: "内部预追加",
65
+ rating: "评级",
63
66
  readonly: "只读",
64
67
  ref: "引用",
65
68
  right: "右边",
@@ -72,6 +75,7 @@ const e = {
72
75
  start: "开始",
73
76
  style: "风格",
74
77
  text: "文本",
78
+ textArea: "文本区域",
75
79
  textField: "文本字段",
76
80
  title: "标题",
77
81
  tonal: "色调",