x-runtime-lib 0.9.16 → 0.9.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,9 +1,9 @@
1
1
  import { ElementProps } from '@/types';
2
- declare var __VLS_15: {}, __VLS_22: {};
2
+ declare var __VLS_15: {}, __VLS_17: {};
3
3
  type __VLS_Slots = {} & {
4
4
  activator?: (props: typeof __VLS_15) => any;
5
5
  } & {
6
- default?: (props: typeof __VLS_22) => any;
6
+ default?: (props: typeof __VLS_17) => any;
7
7
  };
8
8
  declare const __VLS_base: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
9
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,9 +1,9 @@
1
1
  import { ElementProps } from '@/types';
2
- declare var __VLS_15: {}, __VLS_22: {};
2
+ declare var __VLS_15: {}, __VLS_17: {};
3
3
  type __VLS_Slots = {} & {
4
4
  activator?: (props: typeof __VLS_15) => any;
5
5
  } & {
6
- default?: (props: typeof __VLS_22) => any;
6
+ default?: (props: typeof __VLS_17) => any;
7
7
  };
8
8
  declare const __VLS_base: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
9
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,9 +1,9 @@
1
1
  type __VLS_Props = {
2
2
  props: Record<string, any>;
3
3
  };
4
- declare var __VLS_8: {};
4
+ declare var __VLS_1: {};
5
5
  type __VLS_Slots = {} & {
6
- default?: (props: typeof __VLS_8) => any;
6
+ default?: (props: typeof __VLS_1) => any;
7
7
  };
8
8
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
9
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,7 +1,7 @@
1
1
  import { ElementProps } from '@/types';
2
2
  declare var __VLS_15: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_15) => any;
4
+ activator?: (props: typeof __VLS_15) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -0,0 +1,3 @@
1
+ export declare function useDelayAttach(id: string): {
2
+ attach: import("vue").Ref<string | undefined, string | undefined>;
3
+ };
@@ -1,4 +1,5 @@
1
1
  export * from './breakpoint';
2
+ export * from './delayAttach';
2
3
  export * from './elementBase';
3
4
  export * from './elementDebug';
4
5
  export * from './elementMethod';
@@ -116,6 +116,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
116
116
  double: "Double",
117
117
  draggable: "Draggable",
118
118
  dynamic: "Dynamic",
119
+ eager: "Eager",
119
120
  elevated: "Elevated",
120
121
  elevation: "Elevation",
121
122
  emphasis: "Emphasis",
@@ -116,6 +116,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
116
116
  double: "双线",
117
117
  draggable: "可拖拽",
118
118
  dynamic: "动态",
119
+ eager: "急切",
119
120
  elevated: "升高",
120
121
  elevation: "海拔",
121
122
  emphasis: "强调",