x-runtime-lib 0.5.18 → 0.5.20

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,13 +1,14 @@
1
1
  import { BaseProps } from '../../../../types';
2
2
  declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
3
4
  slots: {
4
5
  default?(_: {}): any;
5
6
  };
6
7
  refs: {};
7
- attrs: Partial<{}>;
8
+ rootEl: HTMLDivElement;
8
9
  };
9
10
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
- 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>;
11
+ 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, {}, HTMLDivElement>;
11
12
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
12
13
  export default _default;
13
14
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,10 +1,11 @@
1
1
  import { BaseProps } from '../../../../types';
2
2
  declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
3
4
  slots: {
4
5
  default?(_: {}): any;
5
6
  };
6
7
  refs: {};
7
- attrs: Partial<{}>;
8
+ rootEl: any;
8
9
  };
9
10
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
11
  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>;
@@ -1,4 +1,6 @@
1
+ import { RefContext } from '../../../../types';
1
2
  interface Props {
3
+ refContext: RefContext;
2
4
  state: object;
3
5
  }
4
6
  declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -2,6 +2,8 @@ const e = {
2
2
  "x-runtime-lib": {
3
3
  alias: "Alias",
4
4
  align: "Align",
5
+ append: "Append",
6
+ appendInner: "Append Inner",
5
7
  auto: "Auto",
6
8
  backgroundColor: "Background Color",
7
9
  basic: "Basic",
@@ -12,6 +14,7 @@ const e = {
12
14
  center: "Center",
13
15
  circularRef: "Circular Reference",
14
16
  click: "Click",
17
+ column: "Column",
15
18
  combobox: "Combobox",
16
19
  comfortable: "Comfortable",
17
20
  comp: "Comp",
@@ -19,7 +22,7 @@ const e = {
19
22
  compact: "Compact",
20
23
  container: "Container",
21
24
  dataTable: "Data Table",
22
- dataTableServer: "Data Table - Server",
25
+ dataTableServer: "Data Table Server",
23
26
  default: "Default",
24
27
  density: "Density",
25
28
  dialog: "Dialog",
@@ -36,6 +39,7 @@ const e = {
36
39
  height: "Height",
37
40
  hideDetails: "Hide Details",
38
41
  id: "ID",
42
+ item: "Item",
39
43
  items: "Items",
40
44
  label: "Label",
41
45
  left: "Left",
@@ -54,6 +58,8 @@ const e = {
54
58
  pixel: "Pixel",
55
59
  placeholder: "Placeholder",
56
60
  plain: "Plain",
61
+ prepend: "Prepend",
62
+ prependInner: "Prepend Inner",
57
63
  readonly: "Readonly",
58
64
  ref: "Reference",
59
65
  right: "Right",
@@ -61,6 +67,7 @@ const e = {
61
67
  settings: "Settings",
62
68
  singleLine: "Sinle Line",
63
69
  size: "Size",
70
+ slots: "Slots",
64
71
  sortable: "Sortable",
65
72
  start: "Start",
66
73
  style: "Style",
@@ -2,6 +2,8 @@ const e = {
2
2
  "x-runtime-lib": {
3
3
  alias: "别名",
4
4
  align: "对齐",
5
+ append: "追加",
6
+ appendInner: "内部追加",
5
7
  auto: "自动",
6
8
  backgroundColor: "背景颜色",
7
9
  basic: "基本",
@@ -12,6 +14,7 @@ const e = {
12
14
  center: "中心",
13
15
  circularRef: "循环引用",
14
16
  click: "单击",
17
+ column: "列",
15
18
  combobox: "组合框",
16
19
  comfortable: "舒适",
17
20
  comp: "组件",
@@ -19,7 +22,7 @@ const e = {
19
22
  compact: "紧凑",
20
23
  container: "容器",
21
24
  dataTable: "数据表",
22
- dataTableServer: "数据表-服务端",
25
+ dataTableServer: "服务端数据表",
23
26
  default: "缺省",
24
27
  density: "密度",
25
28
  dialog: "对话框",
@@ -36,6 +39,7 @@ const e = {
36
39
  height: "高度",
37
40
  hideDetails: "隐藏细节",
38
41
  id: "ID",
42
+ item: "项目",
39
43
  items: "项目",
40
44
  label: "标签",
41
45
  left: "左边",
@@ -54,6 +58,8 @@ const e = {
54
58
  pixel: "像素",
55
59
  placeholder: "占位符",
56
60
  plain: "朴素",
61
+ prepend: "预追加",
62
+ prependInner: "内部预追加",
57
63
  readonly: "只读",
58
64
  ref: "引用",
59
65
  right: "右边",
@@ -61,6 +67,7 @@ const e = {
61
67
  settings: "设置",
62
68
  singleLine: "单行",
63
69
  size: "大小",
70
+ slots: "插槽",
64
71
  sortable: "可排序",
65
72
  start: "开始",
66
73
  style: "风格",