x-runtime-lib 0.2.10 → 0.2.12

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,5 +1,6 @@
1
1
  import { BaseProps, RefContext } from '../../../../types';
2
2
  interface Props extends BaseProps {
3
+ id: string;
3
4
  refContext: RefContext;
4
5
  }
5
6
  declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<Props>>>, {}, {}>;
@@ -1,4 +1,4 @@
1
- const t = {
1
+ const e = {
2
2
  basic: "Basic",
3
3
  button: "Button",
4
4
  circularRef: "Circular Reference",
@@ -8,8 +8,9 @@ const t = {
8
8
  compact: "Compact",
9
9
  default: "Default",
10
10
  density: "Density",
11
+ ref: "Reference",
11
12
  settings: "Settings"
12
13
  };
13
14
  export {
14
- t as default
15
+ e as default
15
16
  };