narrat 2.15.0-alpha.1 → 2.15.0-alpha.2

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 (167) hide show
  1. package/dist/app.vue.d.ts +78 -78
  2. package/dist/components/MainMenu.vue.d.ts +7 -7
  3. package/dist/components/SkillsWindow.vue.d.ts +28 -28
  4. package/dist/components/StartMenu.vue.d.ts +46 -46
  5. package/dist/components/achievements/achievement-tile.vue.d.ts +58 -58
  6. package/dist/components/achievements/achievements-section.vue.d.ts +61 -61
  7. package/dist/components/achievements/achievements-ui.vue.d.ts +32 -32
  8. package/dist/components/auto-play/AutoPlayFeedback.vue.d.ts +46 -46
  9. package/dist/components/debug/debug-menu.vue.d.ts +53 -53
  10. package/dist/components/dialog-picture.vue.d.ts +11 -11
  11. package/dist/components/engine-splash/engine-splash.vue.d.ts +54 -54
  12. package/dist/components/game-dialog.vue.d.ts +65 -65
  13. package/dist/components/game-splash/game-splash.vue.d.ts +46 -46
  14. package/dist/components/hud.vue.d.ts +20 -20
  15. package/dist/components/in-game.vue.d.ts +46 -46
  16. package/dist/components/inventory/inventory-section.vue.d.ts +61 -61
  17. package/dist/components/inventory/item-details.vue.d.ts +76 -76
  18. package/dist/components/inventory-ui.vue.d.ts +39 -39
  19. package/dist/components/loading-bar.vue.d.ts +10 -10
  20. package/dist/components/menu-buttons.vue.d.ts +46 -46
  21. package/dist/components/notification-toast.vue.d.ts +46 -46
  22. package/dist/components/quests/QuestDetails.vue.d.ts +64 -64
  23. package/dist/components/quests/QuestDisplay.vue.d.ts +64 -64
  24. package/dist/components/quests/quests-list-section.vue.d.ts +75 -75
  25. package/dist/components/quests-ui.vue.d.ts +22 -22
  26. package/dist/components/save-slots.vue.d.ts +79 -79
  27. package/dist/components/saves/save-slot-ui.vue.d.ts +108 -108
  28. package/dist/components/screen-layer.vue.d.ts +80 -80
  29. package/dist/components/screen-objects/screen-object.vue.d.ts +68 -68
  30. package/dist/components/screens.vue.d.ts +46 -46
  31. package/dist/components/tabs/TabsController.vue.d.ts +72 -72
  32. package/dist/components/tabs/tab-selector.vue.d.ts +82 -82
  33. package/dist/components/tooltips/tooltips-ui.vue.d.ts +46 -46
  34. package/dist/components/transitions/NarratTransition.vue.d.ts +97 -97
  35. package/dist/components/utils/__tests__/alert-modal.spec.d.ts +1 -1
  36. package/dist/components/utils/__tests__/floating-tooltip.spec.d.ts +1 -1
  37. package/dist/components/utils/alert-modal.vue.d.ts +82 -82
  38. package/dist/components/utils/floating-tooltip.vue.d.ts +63 -63
  39. package/dist/components/utils/modal-window.vue.d.ts +18 -18
  40. package/dist/components/utils/yes-no.vue.d.ts +106 -106
  41. package/dist/components/volume-controls.vue.d.ts +18 -18
  42. package/dist/config/achievements-config.d.ts +58 -58
  43. package/dist/config/audio-config.d.ts +58 -58
  44. package/dist/config/buttons-config.d.ts +68 -68
  45. package/dist/config/characters-config.d.ts +36 -36
  46. package/dist/config/common-config.d.ts +80 -80
  47. package/dist/config/config-input.d.ts +250 -243
  48. package/dist/config/config-output.d.ts +275 -268
  49. package/dist/config/items-config.d.ts +71 -71
  50. package/dist/config/layout-config.d.ts +26 -26
  51. package/dist/config/quests-config.d.ts +48 -48
  52. package/dist/config/screens-config.d.ts +133 -133
  53. package/dist/config/skillchecks-config.d.ts +70 -49
  54. package/dist/config/skills-config.d.ts +51 -51
  55. package/dist/config/tooltips-config.d.ts +16 -16
  56. package/dist/config.d.ts +234 -225
  57. package/dist/constants.d.ts +11 -11
  58. package/dist/demo/demo.d.ts +1 -1
  59. package/dist/dialog-box.vue.d.ts +71 -71
  60. package/dist/exports/components.d.ts +2 -2
  61. package/dist/exports/config.d.ts +2 -2
  62. package/dist/exports/display.d.ts +2 -2
  63. package/dist/exports/events.d.ts +1 -1
  64. package/dist/exports/inputs.d.ts +1 -1
  65. package/dist/exports/others.d.ts +1 -1
  66. package/dist/exports/plugins.d.ts +67 -67
  67. package/dist/exports/stores.d.ts +17 -17
  68. package/dist/exports/utils.d.ts +12 -12
  69. package/dist/gamepad/gamepad.d.ts +1 -1
  70. package/dist/hooks/util-hooks.d.ts +1 -1
  71. package/dist/inputs/Inputs.d.ts +61 -61
  72. package/dist/lib.d.ts +20 -20
  73. package/dist/main.d.ts +6 -6
  74. package/dist/menu-buttons/menu-buttons.d.ts +7 -7
  75. package/dist/narrat.es.js +5962 -5899
  76. package/dist/narrat.es.js.map +1 -1
  77. package/dist/narrat.umd.js +81 -80
  78. package/dist/narrat.umd.js.map +1 -1
  79. package/dist/plugins/NarratPlugin.d.ts +12 -12
  80. package/dist/stores/__tests__/achievements-store.spec.d.ts +1 -1
  81. package/dist/stores/__tests__/notifications-store.spec.d.ts +1 -1
  82. package/dist/stores/achievements-store.d.ts +27 -27
  83. package/dist/stores/audio-store.d.ts +57 -57
  84. package/dist/stores/config-store.d.ts +6 -6
  85. package/dist/stores/dialog-store.d.ts +35 -35
  86. package/dist/stores/hud-stats-store.d.ts +21 -21
  87. package/dist/stores/inputs-store.d.ts +14 -14
  88. package/dist/stores/inventory-store.d.ts +40 -40
  89. package/dist/stores/main-store.d.ts +1791 -1791
  90. package/dist/stores/menu-store.d.ts +46 -46
  91. package/dist/stores/notification-store.d.ts +22 -22
  92. package/dist/stores/quest-log.d.ts +38 -38
  93. package/dist/stores/rendering-store.d.ts +20 -20
  94. package/dist/stores/screen-objects-store.d.ts +80 -80
  95. package/dist/stores/screens-store.d.ts +36 -36
  96. package/dist/stores/skills.d.ts +40 -40
  97. package/dist/stores/start-menu-store.d.ts +7 -7
  98. package/dist/stores/tooltip-store.d.ts +18 -18
  99. package/dist/stores/vm-store.d.ts +186 -186
  100. package/dist/tests/mock-config.d.ts +3 -3
  101. package/dist/tests/tests.setup.d.ts +1 -1
  102. package/dist/types/app-types.d.ts +8 -8
  103. package/dist/types/dialog-box-types.d.ts +11 -11
  104. package/dist/types/game-save.d.ts +49 -49
  105. package/dist/types/parser.d.ts +93 -93
  106. package/dist/types/state.d.ts +3 -3
  107. package/dist/utils/InputsListener.d.ts +9 -9
  108. package/dist/utils/Vector2.d.ts +49 -49
  109. package/dist/utils/ajax.d.ts +2 -2
  110. package/dist/utils/audio-loader.d.ts +10 -10
  111. package/dist/utils/characters.d.ts +4 -4
  112. package/dist/utils/data-helpers.d.ts +36 -36
  113. package/dist/utils/data-helpers.test.d.ts +1 -1
  114. package/dist/utils/debounce.d.ts +14 -14
  115. package/dist/utils/error-handling.d.ts +4 -4
  116. package/dist/utils/gameloop.d.ts +10 -10
  117. package/dist/utils/getWindow.d.ts +1 -1
  118. package/dist/utils/helpers.d.ts +6 -6
  119. package/dist/utils/images-loader.d.ts +7 -7
  120. package/dist/utils/logger.d.ts +11 -11
  121. package/dist/utils/object-iterators.d.ts +9 -9
  122. package/dist/utils/promises.d.ts +1 -1
  123. package/dist/utils/randomId.d.ts +1 -1
  124. package/dist/utils/save-helpers.d.ts +18 -18
  125. package/dist/utils/skillchecks.d.ts +26 -17
  126. package/dist/utils/skillchecks.test.d.ts +1 -0
  127. package/dist/utils/string-helpers.d.ts +5 -5
  128. package/dist/utils/time-helpers.d.ts +2 -2
  129. package/dist/utils/tooltip-utils.d.ts +2 -2
  130. package/dist/utils/transition.d.ts +21 -21
  131. package/dist/utils/type-utils.d.ts +2 -2
  132. package/dist/utils/typed-emitter.d.ts +18 -18
  133. package/dist/utils/viewport-utils.d.ts +3 -3
  134. package/dist/utils/vue-directives.d.ts +2 -2
  135. package/dist/vm/commands/achievements-commands.d.ts +6 -6
  136. package/dist/vm/commands/arithmetic-commands.d.ts +23 -23
  137. package/dist/vm/commands/array-commands.d.ts +42 -42
  138. package/dist/vm/commands/audio-commands.d.ts +19 -19
  139. package/dist/vm/commands/choice.d.ts +35 -38
  140. package/dist/vm/commands/clear_dialog.d.ts +2 -2
  141. package/dist/vm/commands/command-helpers.d.ts +3 -3
  142. package/dist/vm/commands/command-plugin.d.ts +43 -43
  143. package/dist/vm/commands/flow-commands.d.ts +28 -28
  144. package/dist/vm/commands/if.d.ts +15 -15
  145. package/dist/vm/commands/index.d.ts +2 -2
  146. package/dist/vm/commands/inventory-commands.d.ts +15 -15
  147. package/dist/vm/commands/logic-command.d.ts +42 -42
  148. package/dist/vm/commands/math-commands.d.ts +30 -30
  149. package/dist/vm/commands/notify.d.ts +8 -8
  150. package/dist/vm/commands/quest-commands.d.ts +30 -30
  151. package/dist/vm/commands/random-commands.d.ts +13 -13
  152. package/dist/vm/commands/screen-commands.d.ts +18 -18
  153. package/dist/vm/commands/set.d.ts +6 -6
  154. package/dist/vm/commands/skill-commands.d.ts +39 -39
  155. package/dist/vm/commands/sprite-commands.d.ts +16 -16
  156. package/dist/vm/commands/stats-commands.d.ts +12 -12
  157. package/dist/vm/commands/string-commands.d.ts +9 -9
  158. package/dist/vm/commands/text-field.d.ts +7 -7
  159. package/dist/vm/commands/text.d.ts +14 -14
  160. package/dist/vm/commands/time-commands.d.ts +16 -16
  161. package/dist/vm/commands/util-commands.d.ts +4 -4
  162. package/dist/vm/commands/wait.d.ts +4 -4
  163. package/dist/vm/vm-helpers.d.ts +20 -19
  164. package/dist/vm/vm-parser.d.ts +20 -20
  165. package/dist/vm/vm-parser.test.d.ts +1 -1
  166. package/dist/vm/vm.d.ts +22 -22
  167. package/package.json +1 -1
package/dist/app.vue.d.ts CHANGED
@@ -1,78 +1,78 @@
1
- import { PropType } from 'vue';
2
- import { AppOptions } from './types/app-types';
3
- declare const _default: import("vue").DefineComponent<{
4
- options: PropType<AppOptions>;
5
- }, {
6
- dialog: import("vue").ComputedRef<{
7
- speaker: string;
8
- text: string;
9
- pose?: string | undefined;
10
- cssClass?: string | undefined;
11
- choices?: {
12
- choice: string;
13
- originalIndex: number;
14
- allowed: boolean;
15
- }[] | undefined;
16
- textField?: boolean | undefined;
17
- interactive: boolean;
18
- id: string;
19
- }[]>;
20
- stack: import("vue").ComputedRef<{
21
- blocks: {
22
- currentIndex: number;
23
- branchData: {
24
- branch: {
25
- code: string;
26
- command: {
27
- commandType: string;
28
- operator: string;
29
- args: (import("./types/parser").Parser.Primitive | {
30
- code: string;
31
- command: any;
32
- fileName: string;
33
- line: number;
34
- })[];
35
- options: import("./types/parser").Parser.DefaultArg;
36
- staticOptions: {};
37
- };
38
- fileName: string;
39
- line: number;
40
- }[];
41
- args?: string[] | undefined;
42
- };
43
- }[];
44
- label: string;
45
- scope: {
46
- [key: string]: any;
47
- };
48
- returnValue: any;
49
- }[]>;
50
- flowState: import("vue").ComputedRef<"menu" | "engine-splash" | "game-splash" | "playing">;
51
- alerts: import("vue").ComputedRef<{
52
- title: string;
53
- text: string;
54
- resolver: () => void;
55
- id: string;
56
- }[]>;
57
- }, {
58
- lineTitle: string;
59
- lineText: string;
60
- }, {
61
- appStyle(): any;
62
- appClass(): any;
63
- currentLine: () => import("./types/parser").Parser.ParsedExpression<import("./types/parser").Parser.DefaultArg, {}> | undefined;
64
- gameScaleRatio: () => number;
65
- gameWidth: () => number;
66
- gameHeight: () => number;
67
- actualGameHeight: () => number;
68
- screenWidth: () => number;
69
- screenHeight: () => number;
70
- layoutMode: () => "horizontal" | "vertical";
71
- }, {
72
- closeAlert(id: string): void;
73
- engineSplashDone(): void;
74
- updateScreenSize(): void;
75
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
76
- options: PropType<AppOptions>;
77
- }>>, {}>;
78
- export default _default;
1
+ import { PropType } from 'vue';
2
+ import { AppOptions } from './types/app-types';
3
+ declare const _default: import("vue").DefineComponent<{
4
+ options: PropType<AppOptions>;
5
+ }, {
6
+ dialog: import("vue").ComputedRef<{
7
+ speaker: string;
8
+ text: string;
9
+ pose?: string | undefined;
10
+ cssClass?: string | undefined;
11
+ choices?: {
12
+ choice: string;
13
+ originalIndex: number;
14
+ allowed: boolean;
15
+ }[] | undefined;
16
+ textField?: boolean | undefined;
17
+ interactive: boolean;
18
+ id: string;
19
+ }[]>;
20
+ stack: import("vue").ComputedRef<{
21
+ blocks: {
22
+ currentIndex: number;
23
+ branchData: {
24
+ branch: {
25
+ code: string;
26
+ command: {
27
+ commandType: string;
28
+ operator: string;
29
+ args: (import("./types/parser").Parser.Primitive | {
30
+ code: string;
31
+ command: any;
32
+ fileName: string;
33
+ line: number;
34
+ })[];
35
+ options: import("./types/parser").Parser.DefaultArg;
36
+ staticOptions: {};
37
+ };
38
+ fileName: string;
39
+ line: number;
40
+ }[];
41
+ args?: string[] | undefined;
42
+ };
43
+ }[];
44
+ label: string;
45
+ scope: {
46
+ [key: string]: any;
47
+ };
48
+ returnValue: any;
49
+ }[]>;
50
+ flowState: import("vue").ComputedRef<"menu" | "engine-splash" | "game-splash" | "playing">;
51
+ alerts: import("vue").ComputedRef<{
52
+ title: string;
53
+ text: string;
54
+ resolver: () => void;
55
+ id: string;
56
+ }[]>;
57
+ }, {
58
+ lineTitle: string;
59
+ lineText: string;
60
+ }, {
61
+ appStyle(): any;
62
+ appClass(): any;
63
+ currentLine: () => import("./types/parser").Parser.ParsedExpression<import("./types/parser").Parser.DefaultArg, {}> | undefined;
64
+ gameScaleRatio: () => number;
65
+ gameWidth: () => number;
66
+ gameHeight: () => number;
67
+ actualGameHeight: () => number;
68
+ screenWidth: () => number;
69
+ screenHeight: () => number;
70
+ layoutMode: () => "horizontal" | "vertical";
71
+ }, {
72
+ closeAlert(id: string): void;
73
+ engineSplashDone(): void;
74
+ updateScreenSize(): void;
75
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
76
+ options: PropType<AppOptions>;
77
+ }>>, {}>;
78
+ export default _default;
@@ -1,7 +1,7 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {
2
- quit(): void;
3
- mainMenu(): void;
4
- closeMenu(): void;
5
- getPlayTimeString(): string;
6
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
7
- export default _default;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {
2
+ quit(): void;
3
+ mainMenu(): void;
4
+ closeMenu(): void;
5
+ getPlayTimeString(): string;
6
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
7
+ export default _default;
@@ -1,28 +1,28 @@
1
- import { SkillConfig } from '../config/skills-config';
2
- import { SkillsState } from '../stores/skills';
3
- declare const _default: import("vue").DefineComponent<{}, {
4
- skills: import("vue").ComputedRef<SkillsState>;
5
- }, {
6
- chosenSkill: boolean | String;
7
- }, {
8
- skillsToDisplay(): SkillsState;
9
- skillConf(): {
10
- [key: string]: {
11
- hidden?: boolean | undefined;
12
- name: string;
13
- description: string;
14
- startingLevel: number;
15
- icon: string;
16
- };
17
- };
18
- xpPerLevel(): number;
19
- }, {
20
- getSkillStyle(skill: string): any;
21
- getSkillName(skill: string): string;
22
- clickSkill(skill: string): void;
23
- closeSkill(): void;
24
- xpBarWidth(xp: number): {
25
- width: string;
26
- };
27
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
28
- export default _default;
1
+ import { SkillConfig } from '../config/skills-config';
2
+ import { SkillsState } from '../stores/skills';
3
+ declare const _default: import("vue").DefineComponent<{}, {
4
+ skills: import("vue").ComputedRef<SkillsState>;
5
+ }, {
6
+ chosenSkill: boolean | String;
7
+ }, {
8
+ skillsToDisplay(): SkillsState;
9
+ skillConf(): {
10
+ [key: string]: {
11
+ hidden?: boolean | undefined;
12
+ name: string;
13
+ description: string;
14
+ startingLevel: number;
15
+ icon: string;
16
+ };
17
+ };
18
+ xpPerLevel(): number;
19
+ }, {
20
+ getSkillStyle(skill: string): any;
21
+ getSkillName(skill: string): string;
22
+ clickSkill(skill: string): void;
23
+ closeSkill(): void;
24
+ xpBarWidth(xp: number): {
25
+ width: string;
26
+ };
27
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
28
+ export default _default;
@@ -1,46 +1,46 @@
1
- declare const _default: {
2
- new (...args: any[]): {
3
- $: import("vue").ComponentInternalInstance;
4
- $data: {};
5
- $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
6
- $attrs: {
7
- [x: string]: unknown;
8
- };
9
- $refs: {
10
- [x: string]: unknown;
11
- };
12
- $slots: Readonly<{
13
- [name: string]: import("vue").Slot | undefined;
14
- }>;
15
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
16
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
17
- $emit: (event: string, ...args: any[]) => void;
18
- $el: any;
19
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
20
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
21
- created?: ((() => void) | (() => void)[]) | undefined;
22
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
23
- mounted?: ((() => void) | (() => void)[]) | undefined;
24
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
25
- updated?: ((() => void) | (() => void)[]) | undefined;
26
- activated?: ((() => void) | (() => void)[]) | undefined;
27
- deactivated?: ((() => void) | (() => void)[]) | undefined;
28
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
29
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
30
- destroyed?: ((() => void) | (() => void)[]) | undefined;
31
- unmounted?: ((() => void) | (() => void)[]) | undefined;
32
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
33
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
34
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
35
- };
36
- $forceUpdate: () => void;
37
- $nextTick: typeof import("vue").nextTick;
38
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
39
- } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
40
- __isFragment?: undefined;
41
- __isTeleport?: undefined;
42
- __isSuspense?: undefined;
43
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
44
- $slots: {};
45
- });
46
- export default _default;
1
+ declare const _default: {
2
+ new (...args: any[]): {
3
+ $: import("vue").ComponentInternalInstance;
4
+ $data: {};
5
+ $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
6
+ $attrs: {
7
+ [x: string]: unknown;
8
+ };
9
+ $refs: {
10
+ [x: string]: unknown;
11
+ };
12
+ $slots: Readonly<{
13
+ [name: string]: import("vue").Slot | undefined;
14
+ }>;
15
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
16
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
17
+ $emit: (event: string, ...args: any[]) => void;
18
+ $el: any;
19
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
20
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
21
+ created?: ((() => void) | (() => void)[]) | undefined;
22
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
23
+ mounted?: ((() => void) | (() => void)[]) | undefined;
24
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
25
+ updated?: ((() => void) | (() => void)[]) | undefined;
26
+ activated?: ((() => void) | (() => void)[]) | undefined;
27
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
28
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
29
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
30
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
31
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
32
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
33
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
34
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
35
+ };
36
+ $forceUpdate: () => void;
37
+ $nextTick: typeof import("vue").nextTick;
38
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
39
+ } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
40
+ __isFragment?: undefined;
41
+ __isTeleport?: undefined;
42
+ __isSuspense?: undefined;
43
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
44
+ $slots: {};
45
+ });
46
+ export default _default;
@@ -1,58 +1,58 @@
1
- export interface AchievementTileProps {
2
- achievement: string;
3
- }
4
- declare const _default: {
5
- new (...args: any[]): {
6
- $: import("vue").ComponentInternalInstance;
7
- $data: {};
8
- $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AchievementTileProps>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
9
- $attrs: {
10
- [x: string]: unknown;
11
- };
12
- $refs: {
13
- [x: string]: unknown;
14
- };
15
- $slots: Readonly<{
16
- [name: string]: import("vue").Slot | undefined;
17
- }>;
18
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
19
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
20
- $emit: (event: string, ...args: any[]) => void;
21
- $el: any;
22
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AchievementTileProps>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
23
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
24
- created?: ((() => void) | (() => void)[]) | undefined;
25
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
26
- mounted?: ((() => void) | (() => void)[]) | undefined;
27
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
28
- updated?: ((() => void) | (() => void)[]) | undefined;
29
- activated?: ((() => void) | (() => void)[]) | undefined;
30
- deactivated?: ((() => void) | (() => void)[]) | undefined;
31
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
32
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
33
- destroyed?: ((() => void) | (() => void)[]) | undefined;
34
- unmounted?: ((() => void) | (() => void)[]) | undefined;
35
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
36
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
37
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
38
- };
39
- $forceUpdate: () => void;
40
- $nextTick: typeof import("vue").nextTick;
41
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
42
- } & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AchievementTileProps>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
43
- __isFragment?: undefined;
44
- __isTeleport?: undefined;
45
- __isSuspense?: undefined;
46
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AchievementTileProps>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
47
- $slots: {};
48
- });
49
- export default _default;
50
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
51
- type __VLS_TypePropsToRuntimeProps<T> = {
52
- [K in keyof T]-?: {} extends Pick<T, K> ? {
53
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
54
- } : {
55
- type: import('vue').PropType<T[K]>;
56
- required: true;
57
- };
58
- };
1
+ export interface AchievementTileProps {
2
+ achievement: string;
3
+ }
4
+ declare const _default: {
5
+ new (...args: any[]): {
6
+ $: import("vue").ComponentInternalInstance;
7
+ $data: {};
8
+ $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AchievementTileProps>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
9
+ $attrs: {
10
+ [x: string]: unknown;
11
+ };
12
+ $refs: {
13
+ [x: string]: unknown;
14
+ };
15
+ $slots: Readonly<{
16
+ [name: string]: import("vue").Slot | undefined;
17
+ }>;
18
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
19
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
20
+ $emit: (event: string, ...args: any[]) => void;
21
+ $el: any;
22
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AchievementTileProps>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
23
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
24
+ created?: ((() => void) | (() => void)[]) | undefined;
25
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
26
+ mounted?: ((() => void) | (() => void)[]) | undefined;
27
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
28
+ updated?: ((() => void) | (() => void)[]) | undefined;
29
+ activated?: ((() => void) | (() => void)[]) | undefined;
30
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
31
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
32
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
33
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
34
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
35
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
36
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
37
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
38
+ };
39
+ $forceUpdate: () => void;
40
+ $nextTick: typeof import("vue").nextTick;
41
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
42
+ } & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AchievementTileProps>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
43
+ __isFragment?: undefined;
44
+ __isTeleport?: undefined;
45
+ __isSuspense?: undefined;
46
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AchievementTileProps>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
47
+ $slots: {};
48
+ });
49
+ export default _default;
50
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
51
+ type __VLS_TypePropsToRuntimeProps<T> = {
52
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
53
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
54
+ } : {
55
+ type: import('vue').PropType<T[K]>;
56
+ required: true;
57
+ };
58
+ };
@@ -1,61 +1,61 @@
1
- import { AchievementState } from '../../stores/achievements-store';
2
- export interface AchievementsSectionProps {
3
- achievements: AchievementState[];
4
- title: string;
5
- id: string;
6
- }
7
- declare const _default: {
8
- new (...args: any[]): {
9
- $: import("vue").ComponentInternalInstance;
10
- $data: {};
11
- $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AchievementsSectionProps>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
12
- $attrs: {
13
- [x: string]: unknown;
14
- };
15
- $refs: {
16
- [x: string]: unknown;
17
- };
18
- $slots: Readonly<{
19
- [name: string]: import("vue").Slot | undefined;
20
- }>;
21
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
22
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
23
- $emit: (event: string, ...args: any[]) => void;
24
- $el: any;
25
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AchievementsSectionProps>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
26
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
27
- created?: ((() => void) | (() => void)[]) | undefined;
28
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
29
- mounted?: ((() => void) | (() => void)[]) | undefined;
30
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
31
- updated?: ((() => void) | (() => void)[]) | undefined;
32
- activated?: ((() => void) | (() => void)[]) | undefined;
33
- deactivated?: ((() => void) | (() => void)[]) | undefined;
34
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
35
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
36
- destroyed?: ((() => void) | (() => void)[]) | undefined;
37
- unmounted?: ((() => void) | (() => void)[]) | undefined;
38
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
39
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
40
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
41
- };
42
- $forceUpdate: () => void;
43
- $nextTick: typeof import("vue").nextTick;
44
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
45
- } & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AchievementsSectionProps>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
46
- __isFragment?: undefined;
47
- __isTeleport?: undefined;
48
- __isSuspense?: undefined;
49
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AchievementsSectionProps>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
50
- $slots: {};
51
- });
52
- export default _default;
53
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
54
- type __VLS_TypePropsToRuntimeProps<T> = {
55
- [K in keyof T]-?: {} extends Pick<T, K> ? {
56
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
57
- } : {
58
- type: import('vue').PropType<T[K]>;
59
- required: true;
60
- };
61
- };
1
+ import { AchievementState } from '../../stores/achievements-store';
2
+ export interface AchievementsSectionProps {
3
+ achievements: AchievementState[];
4
+ title: string;
5
+ id: string;
6
+ }
7
+ declare const _default: {
8
+ new (...args: any[]): {
9
+ $: import("vue").ComponentInternalInstance;
10
+ $data: {};
11
+ $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AchievementsSectionProps>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
12
+ $attrs: {
13
+ [x: string]: unknown;
14
+ };
15
+ $refs: {
16
+ [x: string]: unknown;
17
+ };
18
+ $slots: Readonly<{
19
+ [name: string]: import("vue").Slot | undefined;
20
+ }>;
21
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
22
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
23
+ $emit: (event: string, ...args: any[]) => void;
24
+ $el: any;
25
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AchievementsSectionProps>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
26
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
27
+ created?: ((() => void) | (() => void)[]) | undefined;
28
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
29
+ mounted?: ((() => void) | (() => void)[]) | undefined;
30
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
31
+ updated?: ((() => void) | (() => void)[]) | undefined;
32
+ activated?: ((() => void) | (() => void)[]) | undefined;
33
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
34
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
35
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
36
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
37
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
38
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
39
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
40
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
41
+ };
42
+ $forceUpdate: () => void;
43
+ $nextTick: typeof import("vue").nextTick;
44
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
45
+ } & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AchievementsSectionProps>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
46
+ __isFragment?: undefined;
47
+ __isTeleport?: undefined;
48
+ __isSuspense?: undefined;
49
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AchievementsSectionProps>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
50
+ $slots: {};
51
+ });
52
+ export default _default;
53
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
54
+ type __VLS_TypePropsToRuntimeProps<T> = {
55
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
56
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
57
+ } : {
58
+ type: import('vue').PropType<T[K]>;
59
+ required: true;
60
+ };
61
+ };