narrat 2.10.4 → 2.10.5

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 (154) 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/auto-play/AutoPlayFeedback.vue.d.ts +46 -46
  6. package/dist/components/debug/debug-menu.vue.d.ts +51 -51
  7. package/dist/components/dialog-picture.vue.d.ts +11 -11
  8. package/dist/components/engine-splash/engine-splash.vue.d.ts +54 -54
  9. package/dist/components/game-dialog.vue.d.ts +65 -65
  10. package/dist/components/game-splash/game-splash.vue.d.ts +46 -46
  11. package/dist/components/hud.vue.d.ts +20 -20
  12. package/dist/components/in-game.vue.d.ts +46 -46
  13. package/dist/components/inventory/inventory-section.vue.d.ts +61 -61
  14. package/dist/components/inventory/item-details.vue.d.ts +76 -76
  15. package/dist/components/inventory-ui.vue.d.ts +39 -39
  16. package/dist/components/loading-bar.vue.d.ts +10 -10
  17. package/dist/components/menu-buttons.vue.d.ts +46 -46
  18. package/dist/components/notification-toast.vue.d.ts +6 -6
  19. package/dist/components/quests/QuestDetails.vue.d.ts +64 -64
  20. package/dist/components/quests/QuestDisplay.vue.d.ts +64 -64
  21. package/dist/components/quests/quests-list-section.vue.d.ts +75 -75
  22. package/dist/components/quests-ui.vue.d.ts +22 -22
  23. package/dist/components/save-slots.vue.d.ts +79 -79
  24. package/dist/components/saves/save-slot-ui.vue.d.ts +108 -108
  25. package/dist/components/screen-layer.vue.d.ts +76 -76
  26. package/dist/components/screen-objects/screen-object.vue.d.ts +68 -68
  27. package/dist/components/screens.vue.d.ts +46 -46
  28. package/dist/components/tabs/TabsController.vue.d.ts +72 -72
  29. package/dist/components/tabs/tab-selector.vue.d.ts +82 -82
  30. package/dist/components/tooltips/tooltips-ui.vue.d.ts +46 -46
  31. package/dist/components/transitions/NarratTransition.vue.d.ts +97 -97
  32. package/dist/components/utils/alert-modal.vue.d.ts +82 -82
  33. package/dist/components/utils/floating-tooltip.vue.d.ts +62 -62
  34. package/dist/components/utils/modal-window.vue.d.ts +18 -18
  35. package/dist/components/utils/yes-no.vue.d.ts +106 -106
  36. package/dist/components/volume-controls.vue.d.ts +18 -18
  37. package/dist/config/audio-config.d.ts +58 -58
  38. package/dist/config/buttons-config.d.ts +68 -68
  39. package/dist/config/characters-config.d.ts +36 -36
  40. package/dist/config/common-config.d.ts +80 -80
  41. package/dist/config/config-input.d.ts +231 -231
  42. package/dist/config/config-output.d.ts +232 -232
  43. package/dist/config/items-config.d.ts +71 -71
  44. package/dist/config/layout-config.d.ts +26 -26
  45. package/dist/config/quests-config.d.ts +48 -48
  46. package/dist/config/screens-config.d.ts +133 -133
  47. package/dist/config/skills-config.d.ts +70 -70
  48. package/dist/config/tooltips-config.d.ts +15 -15
  49. package/dist/config.d.ts +182 -182
  50. package/dist/constants.d.ts +12 -12
  51. package/dist/demo/demo.d.ts +1 -1
  52. package/dist/dialog-box.vue.d.ts +71 -71
  53. package/dist/exports/components.d.ts +2 -2
  54. package/dist/exports/config.d.ts +2 -2
  55. package/dist/exports/display.d.ts +2 -2
  56. package/dist/exports/events.d.ts +1 -1
  57. package/dist/exports/inputs.d.ts +1 -1
  58. package/dist/exports/others.d.ts +1 -1
  59. package/dist/exports/plugins.d.ts +67 -67
  60. package/dist/exports/stores.d.ts +16 -16
  61. package/dist/exports/utils.d.ts +12 -12
  62. package/dist/gamepad/gamepad.d.ts +1 -1
  63. package/dist/hooks/util-hooks.d.ts +1 -1
  64. package/dist/inputs/Inputs.d.ts +61 -61
  65. package/dist/lib.d.ts +20 -20
  66. package/dist/main.d.ts +6 -6
  67. package/dist/menu-buttons/menu-buttons.d.ts +7 -7
  68. package/dist/narrat.es.js +756 -754
  69. package/dist/narrat.es.js.map +1 -1
  70. package/dist/narrat.umd.js +5 -5
  71. package/dist/narrat.umd.js.map +1 -1
  72. package/dist/plugins/NarratPlugin.d.ts +12 -12
  73. package/dist/stores/audio-store.d.ts +56 -56
  74. package/dist/stores/config-store.d.ts +6 -6
  75. package/dist/stores/dialog-store.d.ts +35 -35
  76. package/dist/stores/hud-stats-store.d.ts +20 -20
  77. package/dist/stores/inputs-store.d.ts +14 -14
  78. package/dist/stores/inventory-store.d.ts +49 -49
  79. package/dist/stores/main-store.d.ts +1637 -1637
  80. package/dist/stores/menu-store.d.ts +45 -45
  81. package/dist/stores/notification-store.d.ts +15 -15
  82. package/dist/stores/quest-log.d.ts +37 -37
  83. package/dist/stores/rendering-store.d.ts +20 -20
  84. package/dist/stores/screen-objects-store.d.ts +68 -68
  85. package/dist/stores/screens-store.d.ts +34 -34
  86. package/dist/stores/skills.d.ts +39 -39
  87. package/dist/stores/start-menu-store.d.ts +7 -7
  88. package/dist/stores/tooltip-store.d.ts +18 -18
  89. package/dist/stores/vm-store.d.ts +181 -181
  90. package/dist/style.css +1 -1
  91. package/dist/types/app-types.d.ts +8 -8
  92. package/dist/types/dialog-box-types.d.ts +11 -11
  93. package/dist/types/game-save.d.ts +41 -41
  94. package/dist/types/parser.d.ts +93 -93
  95. package/dist/types/state.d.ts +3 -3
  96. package/dist/utils/InputsListener.d.ts +9 -9
  97. package/dist/utils/Vector2.d.ts +49 -49
  98. package/dist/utils/ajax.d.ts +2 -2
  99. package/dist/utils/audio-loader.d.ts +10 -10
  100. package/dist/utils/characters.d.ts +4 -4
  101. package/dist/utils/data-helpers.d.ts +32 -32
  102. package/dist/utils/data-helpers.test.d.ts +1 -1
  103. package/dist/utils/debounce.d.ts +14 -14
  104. package/dist/utils/error-handling.d.ts +4 -4
  105. package/dist/utils/gameloop.d.ts +10 -10
  106. package/dist/utils/getWindow.d.ts +1 -1
  107. package/dist/utils/helpers.d.ts +6 -6
  108. package/dist/utils/images-loader.d.ts +7 -7
  109. package/dist/utils/logger.d.ts +11 -11
  110. package/dist/utils/object-iterators.d.ts +9 -9
  111. package/dist/utils/promises.d.ts +1 -1
  112. package/dist/utils/randomId.d.ts +1 -1
  113. package/dist/utils/save-helpers.d.ts +16 -16
  114. package/dist/utils/skillchecks.d.ts +17 -17
  115. package/dist/utils/string-helpers.d.ts +5 -5
  116. package/dist/utils/time-helpers.d.ts +2 -2
  117. package/dist/utils/tooltip-utils.d.ts +2 -2
  118. package/dist/utils/transition.d.ts +21 -21
  119. package/dist/utils/type-utils.d.ts +2 -2
  120. package/dist/utils/typed-emitter.d.ts +18 -18
  121. package/dist/utils/viewport-utils.d.ts +3 -3
  122. package/dist/utils/vue-directives.d.ts +2 -2
  123. package/dist/vm/commands/arithmetic-commands.d.ts +23 -23
  124. package/dist/vm/commands/array-commands.d.ts +42 -42
  125. package/dist/vm/commands/audio-commands.d.ts +15 -15
  126. package/dist/vm/commands/choice.d.ts +38 -38
  127. package/dist/vm/commands/clear_dialog.d.ts +2 -2
  128. package/dist/vm/commands/command-helpers.d.ts +3 -3
  129. package/dist/vm/commands/command-plugin.d.ts +43 -43
  130. package/dist/vm/commands/flow-commands.d.ts +27 -27
  131. package/dist/vm/commands/if.d.ts +10 -10
  132. package/dist/vm/commands/index.d.ts +2 -2
  133. package/dist/vm/commands/inventory-commands.d.ts +15 -15
  134. package/dist/vm/commands/logic-command.d.ts +42 -42
  135. package/dist/vm/commands/math-commands.d.ts +30 -30
  136. package/dist/vm/commands/notify.d.ts +6 -6
  137. package/dist/vm/commands/quest-commands.d.ts +30 -30
  138. package/dist/vm/commands/random-commands.d.ts +13 -13
  139. package/dist/vm/commands/screen-commands.d.ts +18 -18
  140. package/dist/vm/commands/set.d.ts +6 -6
  141. package/dist/vm/commands/skill-commands.d.ts +33 -33
  142. package/dist/vm/commands/sprite-commands.d.ts +16 -16
  143. package/dist/vm/commands/stats-commands.d.ts +12 -12
  144. package/dist/vm/commands/string-commands.d.ts +9 -9
  145. package/dist/vm/commands/text-field.d.ts +7 -7
  146. package/dist/vm/commands/text.d.ts +14 -14
  147. package/dist/vm/commands/time-commands.d.ts +16 -16
  148. package/dist/vm/commands/util-commands.d.ts +4 -4
  149. package/dist/vm/commands/wait.d.ts +4 -4
  150. package/dist/vm/vm-helpers.d.ts +19 -19
  151. package/dist/vm/vm-parser.d.ts +19 -19
  152. package/dist/vm/vm-parser.test.d.ts +1 -1
  153. package/dist/vm/vm.d.ts +21 -21
  154. package/package.json +1 -1
@@ -1,108 +1,108 @@
1
- import { SaveSlot } from '../../types/game-save';
2
- import { PropType } from 'vue';
3
- declare const _default: {
4
- new (...args: any[]): {
5
- $: import("vue").ComponentInternalInstance;
6
- $data: {};
7
- $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
8
- saveSlot: {
9
- type: PropType<SaveSlot>;
10
- required: true;
11
- };
12
- id: {
13
- type: StringConstructor;
14
- required: true;
15
- };
16
- actions: {
17
- type: PropType<string[]>;
18
- required: true;
19
- };
20
- }>> & {
21
- onChoice?: ((...args: any[]) => any) | undefined;
22
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
23
- $attrs: {
24
- [x: string]: unknown;
25
- };
26
- $refs: {
27
- [x: string]: unknown;
28
- };
29
- $slots: Readonly<{
30
- [name: string]: import("vue").Slot | undefined;
31
- }>;
32
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
33
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
34
- $emit: (event: "choice", ...args: any[]) => void;
35
- $el: any;
36
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
37
- saveSlot: {
38
- type: PropType<SaveSlot>;
39
- required: true;
40
- };
41
- id: {
42
- type: StringConstructor;
43
- required: true;
44
- };
45
- actions: {
46
- type: PropType<string[]>;
47
- required: true;
48
- };
49
- }>> & {
50
- onChoice?: ((...args: any[]) => any) | undefined;
51
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "choice"[], string, {}> & {
52
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
53
- created?: ((() => void) | (() => void)[]) | undefined;
54
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
55
- mounted?: ((() => void) | (() => void)[]) | undefined;
56
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
57
- updated?: ((() => void) | (() => void)[]) | undefined;
58
- activated?: ((() => void) | (() => void)[]) | undefined;
59
- deactivated?: ((() => void) | (() => void)[]) | undefined;
60
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
61
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
62
- destroyed?: ((() => void) | (() => void)[]) | undefined;
63
- unmounted?: ((() => void) | (() => void)[]) | undefined;
64
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
65
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
66
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
67
- };
68
- $forceUpdate: () => void;
69
- $nextTick: typeof import("vue").nextTick;
70
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
71
- } & Readonly<import("vue").ExtractPropTypes<{
72
- saveSlot: {
73
- type: PropType<SaveSlot>;
74
- required: true;
75
- };
76
- id: {
77
- type: StringConstructor;
78
- required: true;
79
- };
80
- actions: {
81
- type: PropType<string[]>;
82
- required: true;
83
- };
84
- }>> & {
85
- onChoice?: ((...args: any[]) => any) | undefined;
86
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
87
- __isFragment?: undefined;
88
- __isTeleport?: undefined;
89
- __isSuspense?: undefined;
90
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
91
- saveSlot: {
92
- type: PropType<SaveSlot>;
93
- required: true;
94
- };
95
- id: {
96
- type: StringConstructor;
97
- required: true;
98
- };
99
- actions: {
100
- type: PropType<string[]>;
101
- required: true;
102
- };
103
- }>> & {
104
- onChoice?: ((...args: any[]) => any) | undefined;
105
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "choice"[], "choice", {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
106
- $slots: {};
107
- });
108
- export default _default;
1
+ import { SaveSlot } from '../../types/game-save';
2
+ import { PropType } from 'vue';
3
+ declare const _default: {
4
+ new (...args: any[]): {
5
+ $: import("vue").ComponentInternalInstance;
6
+ $data: {};
7
+ $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
8
+ saveSlot: {
9
+ type: PropType<SaveSlot>;
10
+ required: true;
11
+ };
12
+ id: {
13
+ type: StringConstructor;
14
+ required: true;
15
+ };
16
+ actions: {
17
+ type: PropType<string[]>;
18
+ required: true;
19
+ };
20
+ }>> & {
21
+ onChoice?: ((...args: any[]) => any) | undefined;
22
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
23
+ $attrs: {
24
+ [x: string]: unknown;
25
+ };
26
+ $refs: {
27
+ [x: string]: unknown;
28
+ };
29
+ $slots: Readonly<{
30
+ [name: string]: import("vue").Slot | undefined;
31
+ }>;
32
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
33
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
34
+ $emit: (event: "choice", ...args: any[]) => void;
35
+ $el: any;
36
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
37
+ saveSlot: {
38
+ type: PropType<SaveSlot>;
39
+ required: true;
40
+ };
41
+ id: {
42
+ type: StringConstructor;
43
+ required: true;
44
+ };
45
+ actions: {
46
+ type: PropType<string[]>;
47
+ required: true;
48
+ };
49
+ }>> & {
50
+ onChoice?: ((...args: any[]) => any) | undefined;
51
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "choice"[], string, {}> & {
52
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
53
+ created?: ((() => void) | (() => void)[]) | undefined;
54
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
55
+ mounted?: ((() => void) | (() => void)[]) | undefined;
56
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
57
+ updated?: ((() => void) | (() => void)[]) | undefined;
58
+ activated?: ((() => void) | (() => void)[]) | undefined;
59
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
60
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
61
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
62
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
63
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
64
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
65
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
66
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
67
+ };
68
+ $forceUpdate: () => void;
69
+ $nextTick: typeof import("vue").nextTick;
70
+ $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
71
+ } & Readonly<import("vue").ExtractPropTypes<{
72
+ saveSlot: {
73
+ type: PropType<SaveSlot>;
74
+ required: true;
75
+ };
76
+ id: {
77
+ type: StringConstructor;
78
+ required: true;
79
+ };
80
+ actions: {
81
+ type: PropType<string[]>;
82
+ required: true;
83
+ };
84
+ }>> & {
85
+ onChoice?: ((...args: any[]) => any) | undefined;
86
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
87
+ __isFragment?: undefined;
88
+ __isTeleport?: undefined;
89
+ __isSuspense?: undefined;
90
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
91
+ saveSlot: {
92
+ type: PropType<SaveSlot>;
93
+ required: true;
94
+ };
95
+ id: {
96
+ type: StringConstructor;
97
+ required: true;
98
+ };
99
+ actions: {
100
+ type: PropType<string[]>;
101
+ required: true;
102
+ };
103
+ }>> & {
104
+ onChoice?: ((...args: any[]) => any) | undefined;
105
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "choice"[], "choice", {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
106
+ $slots: {};
107
+ });
108
+ export default _default;
@@ -1,76 +1,76 @@
1
- declare const _default: {
2
- new (...args: any[]): {
3
- $: import("vue").ComponentInternalInstance;
4
- $data: {};
5
- $props: Partial<{
6
- transitioning: boolean;
7
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
8
- layer: StringConstructor;
9
- transitioning: {
10
- type: BooleanConstructor;
11
- default: boolean;
12
- };
13
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "transitioning">;
14
- $attrs: {
15
- [x: string]: unknown;
16
- };
17
- $refs: {
18
- [x: string]: unknown;
19
- };
20
- $slots: Readonly<{
21
- [name: string]: import("vue").Slot | undefined;
22
- }>;
23
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
24
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
25
- $emit: (event: string, ...args: any[]) => void;
26
- $el: any;
27
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
28
- layer: StringConstructor;
29
- transitioning: {
30
- type: BooleanConstructor;
31
- default: boolean;
32
- };
33
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
34
- transitioning: boolean;
35
- }> & {
36
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
37
- created?: ((() => void) | (() => void)[]) | undefined;
38
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
39
- mounted?: ((() => void) | (() => void)[]) | undefined;
40
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
41
- updated?: ((() => void) | (() => void)[]) | undefined;
42
- activated?: ((() => void) | (() => void)[]) | undefined;
43
- deactivated?: ((() => void) | (() => void)[]) | undefined;
44
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
45
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
46
- destroyed?: ((() => void) | (() => void)[]) | undefined;
47
- unmounted?: ((() => void) | (() => void)[]) | undefined;
48
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
49
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
50
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
51
- };
52
- $forceUpdate: () => void;
53
- $nextTick: typeof import("vue").nextTick;
54
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
55
- } & Readonly<import("vue").ExtractPropTypes<{
56
- layer: StringConstructor;
57
- transitioning: {
58
- type: BooleanConstructor;
59
- default: boolean;
60
- };
61
- }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
62
- __isFragment?: undefined;
63
- __isTeleport?: undefined;
64
- __isSuspense?: undefined;
65
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
66
- layer: StringConstructor;
67
- transitioning: {
68
- type: BooleanConstructor;
69
- default: boolean;
70
- };
71
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
72
- transitioning: boolean;
73
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
74
- $slots: {};
75
- });
76
- export default _default;
1
+ declare const _default: {
2
+ new (...args: any[]): {
3
+ $: import("vue").ComponentInternalInstance;
4
+ $data: {};
5
+ $props: Partial<{
6
+ transitioning: boolean;
7
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
8
+ layer: StringConstructor;
9
+ transitioning: {
10
+ type: BooleanConstructor;
11
+ default: boolean;
12
+ };
13
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "transitioning">;
14
+ $attrs: {
15
+ [x: string]: unknown;
16
+ };
17
+ $refs: {
18
+ [x: string]: unknown;
19
+ };
20
+ $slots: Readonly<{
21
+ [name: string]: import("vue").Slot | undefined;
22
+ }>;
23
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
24
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
25
+ $emit: (event: string, ...args: any[]) => void;
26
+ $el: any;
27
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
28
+ layer: StringConstructor;
29
+ transitioning: {
30
+ type: BooleanConstructor;
31
+ default: boolean;
32
+ };
33
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
34
+ transitioning: boolean;
35
+ }> & {
36
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
37
+ created?: ((() => void) | (() => void)[]) | undefined;
38
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
39
+ mounted?: ((() => void) | (() => void)[]) | undefined;
40
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
41
+ updated?: ((() => void) | (() => void)[]) | undefined;
42
+ activated?: ((() => void) | (() => void)[]) | undefined;
43
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
44
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
45
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
46
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
47
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
48
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
49
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
50
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
51
+ };
52
+ $forceUpdate: () => void;
53
+ $nextTick: typeof import("vue").nextTick;
54
+ $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
55
+ } & Readonly<import("vue").ExtractPropTypes<{
56
+ layer: StringConstructor;
57
+ transitioning: {
58
+ type: BooleanConstructor;
59
+ default: boolean;
60
+ };
61
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
62
+ __isFragment?: undefined;
63
+ __isTeleport?: undefined;
64
+ __isSuspense?: undefined;
65
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
66
+ layer: StringConstructor;
67
+ transitioning: {
68
+ type: BooleanConstructor;
69
+ default: boolean;
70
+ };
71
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
72
+ transitioning: boolean;
73
+ }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
74
+ $slots: {};
75
+ });
76
+ export default _default;
@@ -1,68 +1,68 @@
1
- import { ScreenObjectState } from '../../stores/screen-objects-store';
2
- declare const _default: {
3
- new (...args: any[]): {
4
- $: import("vue").ComponentInternalInstance;
5
- $data: {};
6
- $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
7
- screenObject: ScreenObjectState;
8
- transitioning: boolean;
9
- }>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
10
- $attrs: {
11
- [x: string]: unknown;
12
- };
13
- $refs: {
14
- [x: string]: unknown;
15
- };
16
- $slots: Readonly<{
17
- [name: string]: import("vue").Slot | undefined;
18
- }>;
19
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
20
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
21
- $emit: (event: string, ...args: any[]) => void;
22
- $el: any;
23
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
24
- screenObject: ScreenObjectState;
25
- transitioning: boolean;
26
- }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}> & {
27
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
28
- created?: ((() => void) | (() => void)[]) | undefined;
29
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
30
- mounted?: ((() => void) | (() => void)[]) | undefined;
31
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
32
- updated?: ((() => void) | (() => void)[]) | undefined;
33
- activated?: ((() => void) | (() => void)[]) | undefined;
34
- deactivated?: ((() => void) | (() => void)[]) | undefined;
35
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
36
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
37
- destroyed?: ((() => void) | (() => void)[]) | undefined;
38
- unmounted?: ((() => void) | (() => void)[]) | undefined;
39
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
40
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
41
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
42
- };
43
- $forceUpdate: () => void;
44
- $nextTick: typeof import("vue").nextTick;
45
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
46
- } & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
47
- screenObject: ScreenObjectState;
48
- transitioning: boolean;
49
- }>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
50
- __isFragment?: undefined;
51
- __isTeleport?: undefined;
52
- __isSuspense?: undefined;
53
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
54
- screenObject: ScreenObjectState;
55
- transitioning: boolean;
56
- }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
57
- $slots: {};
58
- });
59
- export default _default;
60
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
61
- declare type __VLS_TypePropsToRuntimeProps<T> = {
62
- [K in keyof T]-?: {} extends Pick<T, K> ? {
63
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
64
- } : {
65
- type: import('vue').PropType<T[K]>;
66
- required: true;
67
- };
68
- };
1
+ import { ScreenObjectState } from '../../stores/screen-objects-store';
2
+ declare const _default: {
3
+ new (...args: any[]): {
4
+ $: import("vue").ComponentInternalInstance;
5
+ $data: {};
6
+ $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
7
+ screenObject: ScreenObjectState;
8
+ transitioning: boolean;
9
+ }>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
10
+ $attrs: {
11
+ [x: string]: unknown;
12
+ };
13
+ $refs: {
14
+ [x: string]: unknown;
15
+ };
16
+ $slots: Readonly<{
17
+ [name: string]: import("vue").Slot | undefined;
18
+ }>;
19
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
20
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
21
+ $emit: (event: string, ...args: any[]) => void;
22
+ $el: any;
23
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
24
+ screenObject: ScreenObjectState;
25
+ transitioning: boolean;
26
+ }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}> & {
27
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
28
+ created?: ((() => void) | (() => void)[]) | undefined;
29
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
30
+ mounted?: ((() => void) | (() => void)[]) | undefined;
31
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
32
+ updated?: ((() => void) | (() => void)[]) | undefined;
33
+ activated?: ((() => void) | (() => void)[]) | undefined;
34
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
35
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
36
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
37
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
38
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
39
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
40
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
41
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
42
+ };
43
+ $forceUpdate: () => void;
44
+ $nextTick: typeof import("vue").nextTick;
45
+ $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
46
+ } & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
47
+ screenObject: ScreenObjectState;
48
+ transitioning: boolean;
49
+ }>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
50
+ __isFragment?: undefined;
51
+ __isTeleport?: undefined;
52
+ __isSuspense?: undefined;
53
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
54
+ screenObject: ScreenObjectState;
55
+ transitioning: boolean;
56
+ }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
57
+ $slots: {};
58
+ });
59
+ export default _default;
60
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
61
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
62
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
63
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
64
+ } : {
65
+ type: import('vue').PropType<T[K]>;
66
+ required: true;
67
+ };
68
+ };
@@ -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, {}>> | null;
16
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
17
- $emit: ((event: string, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
18
- $el: any;
19
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, 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, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
35
- };
36
- $forceUpdate: () => void;
37
- $nextTick: typeof import("vue").nextTick;
38
- $watch(source: string | Function, cb: Function, 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, import("vue").EmitsOptions, 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, {}>> | null;
16
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
17
+ $emit: ((event: string, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
18
+ $el: any;
19
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, 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, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
35
+ };
36
+ $forceUpdate: () => void;
37
+ $nextTick: typeof import("vue").nextTick;
38
+ $watch(source: string | Function, cb: Function, 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, import("vue").EmitsOptions, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
44
+ $slots: {};
45
+ });
46
+ export default _default;