x-runtime-lib 0.5.6 → 0.5.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.
@@ -1,2 +1,3 @@
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 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>;
2
3
  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;
@@ -1,2 +1,3 @@
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 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>;
2
3
  export default _default;
@@ -1,2 +1,3 @@
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 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>;
2
3
  export default _default;
@@ -1,2 +1,3 @@
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 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>;
2
3
  export default _default;
@@ -1,6 +1,7 @@
1
1
  export declare const keyBtnV1 = "btn_v1";
2
2
  export declare const keyComboboxV1 = "combobox_v1";
3
3
  export declare const keyContainerV1 = "container_v1";
4
+ export declare const keyDataTableV1 = "data_table_v1";
4
5
  export declare const keyGlobalityV1 = "globality_v1";
5
6
  export declare const keyNumberInputV1 = "number_input_v1";
6
7
  export declare const keyRefV1 = "ref_v1";
@@ -0,0 +1,3 @@
1
+ import { ZElement } from '../../../../types';
2
+ declare const element: ZElement;
3
+ export default element;
@@ -1,4 +1,4 @@
1
- const t = {
1
+ const e = {
2
2
  "x-runtime-lib": {
3
3
  alias: "Alias",
4
4
  auto: "Auto",
@@ -16,6 +16,8 @@ const t = {
16
16
  compNotAvail: "Comp Not Available",
17
17
  compact: "Compact",
18
18
  container: "Container",
19
+ dataTable: "Data Table",
20
+ dataTableServer: "Data Table - Server",
19
21
  default: "Default",
20
22
  density: "Density",
21
23
  disabled: "Disabled",
@@ -23,8 +25,11 @@ const t = {
23
25
  flat: "Flat",
24
26
  globality: "Globality",
25
27
  globalSettings: "Global Settings",
28
+ headers: "Headers",
26
29
  height: "Height",
30
+ hideDetails: "Hide Details",
27
31
  id: "ID",
32
+ label: "Label",
28
33
  left: "Left",
29
34
  margin: "Margin",
30
35
  maxHeight: "Max Height",
@@ -37,21 +42,25 @@ const t = {
37
42
  padding: "Padding",
38
43
  percent: "Percent",
39
44
  pixel: "Pixel",
45
+ placeholder: "Placeholder",
40
46
  plain: "Plain",
47
+ readonly: "Readonly",
41
48
  ref: "Reference",
42
49
  right: "Right",
43
50
  select: "Select",
44
51
  settings: "Settings",
52
+ singleLine: "Sinle Line",
45
53
  size: "Size",
46
54
  style: "Style",
47
55
  text: "Text",
48
56
  textField: "Text Field",
49
57
  tonal: "Tonal",
50
58
  top: "Top",
59
+ value: "Value",
51
60
  variant: "Variant",
52
61
  width: "Width"
53
62
  }
54
63
  };
55
64
  export {
56
- t as default
65
+ e as default
57
66
  };
@@ -1,4 +1,4 @@
1
- const t = {
1
+ const e = {
2
2
  "x-runtime-lib": {
3
3
  alias: "别名",
4
4
  auto: "自动",
@@ -16,6 +16,8 @@ const t = {
16
16
  compNotAvail: "组件不可用",
17
17
  compact: "紧凑",
18
18
  container: "容器",
19
+ dataTable: "数据表",
20
+ dataTableServer: "数据表-服务端",
19
21
  default: "缺省",
20
22
  density: "密度",
21
23
  disabled: "禁用",
@@ -23,8 +25,11 @@ const t = {
23
25
  flat: "扁平",
24
26
  globality: "全局",
25
27
  globalSettings: "全局设置",
28
+ headers: "头部",
26
29
  height: "高度",
30
+ hideDetails: "隐藏细节",
27
31
  id: "ID",
32
+ label: "标签",
28
33
  left: "左边",
29
34
  margin: "外边距",
30
35
  maxHeight: "最大高度",
@@ -37,21 +42,25 @@ const t = {
37
42
  padding: "内边距",
38
43
  percent: "百分比",
39
44
  pixel: "像素",
45
+ placeholder: "占位符",
40
46
  plain: "朴素",
47
+ readonly: "只读",
41
48
  ref: "引用",
42
49
  right: "右边",
43
50
  select: "选择",
44
51
  settings: "设置",
52
+ singleLine: "单行",
45
53
  size: "大小",
46
54
  style: "风格",
47
55
  text: "文本",
48
56
  textField: "文本字段",
49
57
  tonal: "色调",
50
58
  top: "顶部",
59
+ value: "值",
51
60
  variant: "变种",
52
61
  width: "宽度"
53
62
  }
54
63
  };
55
64
  export {
56
- t as default
65
+ e as default
57
66
  };