x-runtime-lib 0.8.97 → 0.8.99

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.
Files changed (38) hide show
  1. package/dist/components/editor/picker/index.vue.d.ts +6 -6
  2. package/dist/components/editor/wrap/index.vue.d.ts +3 -3
  3. package/dist/components/element/3d/camera/orthographicCamera/v1/index.vue.d.ts +2 -2
  4. package/dist/components/element/3d/camera/perspectiveCamera/v1/index.vue.d.ts +2 -2
  5. package/dist/components/element/3d/light/ambientLight/v1/index.vue.d.ts +2 -2
  6. package/dist/components/element/3d/light/directionalLight/v1/index.vue.d.ts +2 -2
  7. package/dist/components/element/3d/light/pointLight/v1/index.vue.d.ts +2 -2
  8. package/dist/components/element/3d/light/spotLight/v1/index.vue.d.ts +2 -2
  9. package/dist/components/element/3d/object/group/v1/index.vue.d.ts +2 -2
  10. package/dist/components/element/3d/object/mesh/v1/index.vue.d.ts +2 -2
  11. package/dist/components/element/dynamic/multipleRef/v1/index.vue.d.ts +2 -5
  12. package/dist/components/element/dynamic/reference/v1/index.vue.d.ts +2 -5
  13. package/dist/components/element/dynamic/renderSwitch/v1/index.vue.d.ts +2 -2
  14. package/dist/components/element/dynamic/slot/v1/index.vue.d.ts +3 -3
  15. package/dist/components/element/regular/badge/v1/index.vue.d.ts +2 -2
  16. package/dist/components/element/regular/btnGroup/v1/index.vue.d.ts +2 -2
  17. package/dist/components/element/regular/btnToggle/v1/index.vue.d.ts +2 -2
  18. package/dist/components/element/regular/card/v1/index.vue.d.ts +2 -2
  19. package/dist/components/element/regular/chipGroup/v1/index.vue.d.ts +2 -2
  20. package/dist/components/element/regular/container/v1/index.vue.d.ts +2 -2
  21. package/dist/components/element/regular/dialog/v1/index.vue.d.ts +2 -2
  22. package/dist/components/element/regular/menu/v1/index.vue.d.ts +2 -2
  23. package/dist/components/element/regular/radioGroup/v1/index.vue.d.ts +2 -2
  24. package/dist/components/element/regular/stepper/v1/index.vue.d.ts +2 -2
  25. package/dist/components/element/regular/stepperHeader/v1/index.vue.d.ts +2 -2
  26. package/dist/components/element/regular/stepperItem/v1/index.vue.d.ts +2 -2
  27. package/dist/components/element/regular/stepperWindow/v1/index.vue.d.ts +2 -2
  28. package/dist/components/element/regular/stepperWindowItem/v1/index.vue.d.ts +2 -2
  29. package/dist/components/element/regular/tabs/v1/index.vue.d.ts +2 -2
  30. package/dist/components/element/regular/timeline/v1/index.vue.d.ts +2 -2
  31. package/dist/components/element/regular/timelineItem/v1/index.vue.d.ts +2 -2
  32. package/dist/components/element/regular/window/v1/index.vue.d.ts +2 -2
  33. package/dist/components/element/regular/windowItem/v1/index.vue.d.ts +2 -2
  34. package/dist/index.js +209 -209
  35. package/dist/types/comp.d.ts +3 -0
  36. package/dist/vendor.nccqfajx.js +31675 -0
  37. package/package.json +16 -16
  38. package/dist/vendor.eh9kttp2.js +0 -47819
@@ -1,15 +1,15 @@
1
- interface Props {
1
+ type __VLS_Props = {
2
2
  position: [number, number, number];
3
3
  rotation: [number, number, number];
4
4
  scale: [number, number, number];
5
- }
6
- declare var __VLS_17: {}, __VLS_19: {};
5
+ };
6
+ declare var __VLS_20: {}, __VLS_22: {};
7
7
  type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_17) => any;
8
+ default?: (props: typeof __VLS_20) => any;
9
9
  } & {
10
- default?: (props: typeof __VLS_19) => any;
10
+ default?: (props: typeof __VLS_22) => any;
11
11
  };
12
- declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ 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>;
13
13
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
14
14
  declare const _default: typeof __VLS_export;
15
15
  export default _default;
@@ -1,13 +1,13 @@
1
- interface Props {
1
+ type __VLS_Props = {
2
2
  block?: boolean;
3
- }
3
+ };
4
4
  declare var __VLS_1: {}, __VLS_3: {};
5
5
  type __VLS_Slots = {} & {
6
6
  default?: (props: typeof __VLS_1) => any;
7
7
  } & {
8
8
  default?: (props: typeof __VLS_3) => any;
9
9
  };
10
- declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ 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>;
11
11
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
12
  declare const _default: typeof __VLS_export;
13
13
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { BaseProps } from '@/types';
2
- declare var __VLS_17: {};
2
+ declare var __VLS_20: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_17) => any;
4
+ default?: (props: typeof __VLS_20) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,7 +1,7 @@
1
1
  import { BaseProps } from '@/types';
2
- declare var __VLS_17: {};
2
+ declare var __VLS_20: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_17) => any;
4
+ default?: (props: typeof __VLS_20) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,7 +1,7 @@
1
1
  import { BaseProps } from '@/types';
2
- declare var __VLS_12: {};
2
+ declare var __VLS_14: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_12) => any;
4
+ default?: (props: typeof __VLS_14) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,7 +1,7 @@
1
1
  import { BaseProps } from '@/types';
2
- declare var __VLS_17: {};
2
+ declare var __VLS_20: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_17) => any;
4
+ default?: (props: typeof __VLS_20) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,7 +1,7 @@
1
1
  import { BaseProps } from '@/types';
2
- declare var __VLS_17: {};
2
+ declare var __VLS_20: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_17) => any;
4
+ default?: (props: typeof __VLS_20) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,7 +1,7 @@
1
1
  import { BaseProps } from '@/types';
2
- declare var __VLS_17: {};
2
+ declare var __VLS_20: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_17) => any;
4
+ default?: (props: typeof __VLS_20) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,7 +1,7 @@
1
1
  import { BaseProps } from '@/types';
2
- declare var __VLS_12: {};
2
+ declare var __VLS_14: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_12) => any;
4
+ default?: (props: typeof __VLS_14) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,7 +1,7 @@
1
1
  import { BaseProps } from '@/types';
2
- declare var __VLS_7: {};
2
+ declare var __VLS_8: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_7) => any;
4
+ default?: (props: typeof __VLS_8) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,7 +1,4 @@
1
- import { BaseProps, RefContext } from '@/types';
2
- interface Props extends BaseProps {
3
- refContext: RefContext;
4
- }
5
- declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
1
+ import { RefProps } from '@/types';
2
+ declare const __VLS_export: import("vue").DefineComponent<RefProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<RefProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
3
  declare const _default: typeof __VLS_export;
7
4
  export default _default;
@@ -1,7 +1,4 @@
1
- import { BaseProps, RefContext } from '@/types';
2
- interface Props extends BaseProps {
3
- refContext: RefContext;
4
- }
5
- declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
1
+ import { RefProps } from '@/types';
2
+ declare const __VLS_export: import("vue").DefineComponent<RefProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<RefProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
3
  declare const _default: typeof __VLS_export;
7
4
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { BaseProps } from '@/types';
2
- declare var __VLS_7: {};
2
+ declare var __VLS_8: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_7) => any;
4
+ default?: (props: typeof __VLS_8) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,9 +1,9 @@
1
1
  import { RefContext } from '@/types';
2
- interface Props {
2
+ type __VLS_Props = {
3
3
  id: string;
4
4
  refContext: RefContext;
5
5
  state: any;
6
- }
7
- declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ };
7
+ declare const __VLS_export: 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>;
8
8
  declare const _default: typeof __VLS_export;
9
9
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { BaseProps } from '@/types';
2
- declare var __VLS_12: {};
2
+ declare var __VLS_14: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_12) => any;
4
+ default?: (props: typeof __VLS_14) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,6 +1,6 @@
1
- declare var __VLS_7: {};
1
+ declare var __VLS_8: {};
2
2
  type __VLS_Slots = {} & {
3
- default?: (props: typeof __VLS_7) => any;
3
+ default?: (props: typeof __VLS_8) => any;
4
4
  };
5
5
  declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
6
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,7 +1,7 @@
1
1
  import { BaseProps } from '@/types';
2
- declare var __VLS_7: {};
2
+ declare var __VLS_8: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_7) => any;
4
+ default?: (props: typeof __VLS_8) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,7 +1,7 @@
1
1
  import { BaseProps } from '@/types';
2
- declare var __VLS_12: {};
2
+ declare var __VLS_14: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_12) => any;
4
+ default?: (props: typeof __VLS_14) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,7 +1,7 @@
1
1
  import { BaseProps } from '@/types';
2
- declare var __VLS_7: {};
2
+ declare var __VLS_8: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_7) => any;
4
+ default?: (props: typeof __VLS_8) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,7 +1,7 @@
1
1
  import { BaseProps } from '@/types';
2
- declare var __VLS_7: {};
2
+ declare var __VLS_8: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_7) => any;
4
+ default?: (props: typeof __VLS_8) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,7 +1,7 @@
1
1
  import { BaseProps } from '@/types';
2
- declare var __VLS_8: {};
2
+ declare var __VLS_9: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_8) => any;
4
+ default?: (props: typeof __VLS_9) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,7 +1,7 @@
1
1
  import { BaseProps } from '@/types';
2
- declare var __VLS_8: {};
2
+ declare var __VLS_9: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_8) => any;
4
+ default?: (props: typeof __VLS_9) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,7 +1,7 @@
1
1
  import { BaseProps } from '@/types';
2
- declare var __VLS_12: {};
2
+ declare var __VLS_14: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_12) => any;
4
+ default?: (props: typeof __VLS_14) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,7 +1,7 @@
1
1
  import { BaseProps } from '@/types';
2
- declare var __VLS_7: {};
2
+ declare var __VLS_8: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_7) => any;
4
+ default?: (props: typeof __VLS_8) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,6 +1,6 @@
1
- declare var __VLS_7: {};
1
+ declare var __VLS_8: {};
2
2
  type __VLS_Slots = {} & {
3
- default?: (props: typeof __VLS_7) => any;
3
+ default?: (props: typeof __VLS_8) => any;
4
4
  };
5
5
  declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
6
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,7 +1,7 @@
1
1
  import { BaseProps } from '@/types';
2
- declare var __VLS_7: {};
2
+ declare var __VLS_8: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_7) => any;
4
+ default?: (props: typeof __VLS_8) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,6 +1,6 @@
1
- declare var __VLS_7: {};
1
+ declare var __VLS_8: {};
2
2
  type __VLS_Slots = {} & {
3
- default?: (props: typeof __VLS_7) => any;
3
+ default?: (props: typeof __VLS_8) => any;
4
4
  };
5
5
  declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
6
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,7 +1,7 @@
1
1
  import { BaseProps } from '@/types';
2
- declare var __VLS_7: {};
2
+ declare var __VLS_8: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_7) => any;
4
+ default?: (props: typeof __VLS_8) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,7 +1,7 @@
1
1
  import { BaseProps } from '@/types';
2
- declare var __VLS_12: {};
2
+ declare var __VLS_14: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_12) => any;
4
+ default?: (props: typeof __VLS_14) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,7 +1,7 @@
1
1
  import { BaseProps } from '@/types';
2
- declare var __VLS_7: {};
2
+ declare var __VLS_8: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_7) => any;
4
+ default?: (props: typeof __VLS_8) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,6 +1,6 @@
1
- declare var __VLS_7: {};
1
+ declare var __VLS_8: {};
2
2
  type __VLS_Slots = {} & {
3
- default?: (props: typeof __VLS_7) => any;
3
+ default?: (props: typeof __VLS_8) => any;
4
4
  };
5
5
  declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
6
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,7 +1,7 @@
1
1
  import { BaseProps } from '@/types';
2
- declare var __VLS_7: {};
2
+ declare var __VLS_8: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_7) => any;
4
+ default?: (props: typeof __VLS_8) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,6 +1,6 @@
1
- declare var __VLS_7: {};
1
+ declare var __VLS_8: {};
2
2
  type __VLS_Slots = {} & {
3
- default?: (props: typeof __VLS_7) => any;
3
+ default?: (props: typeof __VLS_8) => any;
4
4
  };
5
5
  declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
6
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;