x-runtime-lib 0.5.16 → 0.5.18

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,7 +1,6 @@
1
1
  import { BaseProps } from '../../../../types';
2
2
  declare function __VLS_template(): {
3
3
  slots: {
4
- activator?(_: {}): any;
5
4
  default?(_: {}): any;
6
5
  };
7
6
  refs: {};
@@ -0,0 +1,5 @@
1
+ interface Props {
2
+ state: object;
3
+ }
4
+ 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>;
5
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import { BaseProps } from '../../../types';
2
+ export declare function useCallMethod(props: BaseProps, hook: (params: unknown) => void): void;
@@ -24,7 +24,6 @@ const e = {
24
24
  density: "Density",
25
25
  dialog: "Dialog",
26
26
  disabled: "Disabled",
27
- dummy: "Dummy",
28
27
  elevated: "Elevated",
29
28
  end: "End",
30
29
  fixed: "Fixed",
@@ -50,7 +49,6 @@ const e = {
50
49
  name: "Name",
51
50
  numberInput: "Number Input",
52
51
  outlined: "Outlined",
53
- package: "Package",
54
52
  padding: "Padding",
55
53
  percent: "Percent",
56
54
  pixel: "Pixel",
@@ -24,7 +24,6 @@ const e = {
24
24
  density: "密度",
25
25
  dialog: "对话框",
26
26
  disabled: "禁用",
27
- dummy: "哑元",
28
27
  elevated: "升高",
29
28
  end: "结束",
30
29
  fixed: "固定",
@@ -50,7 +49,6 @@ const e = {
50
49
  name: "名称",
51
50
  numberInput: "数字输入",
52
51
  outlined: "轮廓",
53
- package: "包裹",
54
52
  padding: "内边距",
55
53
  percent: "百分比",
56
54
  pixel: "像素",