@vue-skuilder/common-ui 0.1.14 → 0.1.15
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.
- package/dist/components/CardBrowser.vue.d.ts +136 -0
- package/dist/components/CardBrowser.vue.d.ts.map +1 -0
- package/dist/components/CardHistoryViewer.vue.d.ts +57 -0
- package/dist/components/CardHistoryViewer.vue.d.ts.map +1 -0
- package/dist/components/CardSearch.vue.d.ts +11 -0
- package/dist/components/CardSearch.vue.d.ts.map +1 -0
- package/dist/components/CardSearchResults.vue.d.ts +54 -0
- package/dist/components/CardSearchResults.vue.d.ts.map +1 -0
- package/dist/components/CourseCardBrowser.vue.d.ts +320 -0
- package/dist/components/CourseCardBrowser.vue.d.ts.map +1 -0
- package/dist/components/CourseInformation.vue.d.ts +365 -0
- package/dist/components/CourseInformation.vue.d.ts.map +1 -0
- package/dist/components/HeatMap.vue.d.ts +112 -0
- package/dist/components/HeatMap.vue.d.ts.map +1 -0
- package/dist/components/PaginatingToolbar.vue.d.ts +51 -0
- package/dist/components/PaginatingToolbar.vue.d.ts.map +1 -0
- package/dist/components/SessionControllerDebug.vue.d.ts +40 -0
- package/dist/components/SessionControllerDebug.vue.d.ts.map +1 -0
- package/dist/components/SkMouseTrap.vue.d.ts +24 -0
- package/dist/components/SkMouseTrap.vue.d.ts.map +1 -0
- package/dist/components/SkMouseTrapToolTip.vue.d.ts +65 -0
- package/dist/components/SkMouseTrapToolTip.vue.d.ts.map +1 -0
- package/dist/components/SnackbarService.d.ts +1 -1
- package/dist/components/SnackbarService.vue.d.ts +17 -0
- package/dist/components/SnackbarService.vue.d.ts.map +1 -0
- package/dist/components/StudySession.vue.d.ts +378 -0
- package/dist/components/StudySession.vue.d.ts.map +1 -0
- package/dist/components/StudySessionTimer.vue.d.ts +45 -0
- package/dist/components/StudySessionTimer.vue.d.ts.map +1 -0
- package/dist/components/TagsInput.vue.d.ts +77 -0
- package/dist/components/TagsInput.vue.d.ts.map +1 -0
- package/dist/components/auth/RequestPasswordReset.vue.d.ts +15 -0
- package/dist/components/auth/RequestPasswordReset.vue.d.ts.map +1 -0
- package/dist/components/auth/ResetPassword.vue.d.ts +38 -0
- package/dist/components/auth/ResetPassword.vue.d.ts.map +1 -0
- package/dist/components/auth/UserChip.vue.d.ts +7 -0
- package/dist/components/auth/UserChip.vue.d.ts.map +1 -0
- package/dist/components/auth/UserLogin.vue.d.ts +31 -0
- package/dist/components/auth/UserLogin.vue.d.ts.map +1 -0
- package/dist/components/auth/UserLoginAndRegistrationContainer.vue.d.ts +19 -0
- package/dist/components/auth/UserLoginAndRegistrationContainer.vue.d.ts.map +1 -0
- package/dist/components/auth/UserRegistration.vue.d.ts +293 -0
- package/dist/components/auth/UserRegistration.vue.d.ts.map +1 -0
- package/dist/components/auth/VerifyEmail.vue.d.ts +32 -0
- package/dist/components/auth/VerifyEmail.vue.d.ts.map +1 -0
- package/dist/components/cardRendering/AudioAutoPlayer.vue.d.ts +6 -0
- package/dist/components/cardRendering/AudioAutoPlayer.vue.d.ts.map +1 -0
- package/dist/components/cardRendering/CardLoader.vue.d.ts +136 -0
- package/dist/components/cardRendering/CardLoader.vue.d.ts.map +1 -0
- package/dist/components/cardRendering/CardViewer.vue.d.ts +95 -0
- package/dist/components/cardRendering/CardViewer.vue.d.ts.map +1 -0
- package/dist/components/cardRendering/CodeBlockRenderer.vue.d.ts +23 -0
- package/dist/components/cardRendering/CodeBlockRenderer.vue.d.ts.map +1 -0
- package/dist/components/cardRendering/MarkdownRenderer.vue.d.ts +146 -0
- package/dist/components/cardRendering/MarkdownRenderer.vue.d.ts.map +1 -0
- package/dist/components/cardRendering/MdTokenRenderer.vue.d.ts +132 -0
- package/dist/components/cardRendering/MdTokenRenderer.vue.d.ts.map +1 -0
- package/dist/components/studentInputs/BaseUserInput.d.ts +4 -4
- package/dist/components/studentInputs/MultipleChoiceOption.vue.d.ts +201 -0
- package/dist/components/studentInputs/MultipleChoiceOption.vue.d.ts.map +1 -0
- package/dist/components/studentInputs/RadioMultipleChoice.types.d.ts +1 -1
- package/dist/components/studentInputs/RadioMultipleChoice.vue.d.ts +236 -0
- package/dist/components/studentInputs/RadioMultipleChoice.vue.d.ts.map +1 -0
- package/dist/components/studentInputs/TrueFalse.vue.d.ts +256 -0
- package/dist/components/studentInputs/TrueFalse.vue.d.ts.map +1 -0
- package/dist/components/studentInputs/UserInputNumber.vue.d.ts +25 -0
- package/dist/components/studentInputs/UserInputNumber.vue.d.ts.map +1 -0
- package/dist/components/studentInputs/UserInputString.vue.d.ts +27 -0
- package/dist/components/studentInputs/UserInputString.vue.d.ts.map +1 -0
- package/dist/components/studentInputs/fillInInput.vue.d.ts +43 -0
- package/dist/components/studentInputs/fillInInput.vue.d.ts.map +1 -0
- package/dist/composables/CompositionViewable.d.ts +3 -3
- package/dist/composables/Displayable.d.ts +2 -2
- package/dist/composables/useAuthUI.d.ts +4 -4
- package/dist/composables/useEntitlements.d.ts +6 -6
- package/dist/stores/useAuthStore.d.ts +66 -66
- package/dist/stores/useCardPreviewModeStore.d.ts +1 -1
- package/dist/stores/useConfigStore.d.ts +2 -2
- package/dist/utils/SkldrMouseTrap.d.ts +0 -1
- package/package.json +7 -7
- package/dist/composables/__tests__/useAuthUI.test.d.ts +0 -2
- package/dist/composables/__tests__/useAuthUI.test.d.ts.map +0 -1
|
@@ -0,0 +1,236 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
+
choiceList: {
|
|
4
|
+
type: PropType<string[]>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
}>, {}, {
|
|
8
|
+
currentSelection: number;
|
|
9
|
+
incorrectSelections: number[];
|
|
10
|
+
containerRef: null | HTMLElement;
|
|
11
|
+
_registeredHotkeys: (string | string[])[];
|
|
12
|
+
}, {}, {
|
|
13
|
+
forwardSelection(): void;
|
|
14
|
+
setSelection(selection: number): void;
|
|
15
|
+
incrementSelection(): void;
|
|
16
|
+
decrementSelection(): void;
|
|
17
|
+
choiceIsWrong(choice: string): boolean;
|
|
18
|
+
bindKeys(): void;
|
|
19
|
+
unbindKeys(): void;
|
|
20
|
+
}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
21
|
+
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
22
|
+
previewModeStore: ReturnType<typeof import('../..').useCardPreviewModeStore> | null;
|
|
23
|
+
}, {
|
|
24
|
+
autofocus(): boolean;
|
|
25
|
+
autoFocus(): boolean;
|
|
26
|
+
}, {
|
|
27
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
28
|
+
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
29
|
+
getQuestionViewAncestor(): import('../..').ViewComponent;
|
|
30
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
31
|
+
choiceList: {
|
|
32
|
+
type: PropType<string[]>;
|
|
33
|
+
required: true;
|
|
34
|
+
};
|
|
35
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
36
|
+
MultipleChoiceOption: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
37
|
+
content: {
|
|
38
|
+
type: StringConstructor;
|
|
39
|
+
required: true;
|
|
40
|
+
};
|
|
41
|
+
selected: {
|
|
42
|
+
type: BooleanConstructor;
|
|
43
|
+
required: true;
|
|
44
|
+
};
|
|
45
|
+
number: {
|
|
46
|
+
type: NumberConstructor;
|
|
47
|
+
required: true;
|
|
48
|
+
};
|
|
49
|
+
setSelection: {
|
|
50
|
+
type: PropType<(selection: number) => void>;
|
|
51
|
+
required: true;
|
|
52
|
+
};
|
|
53
|
+
submit: {
|
|
54
|
+
type: PropType<() => void>;
|
|
55
|
+
required: true;
|
|
56
|
+
};
|
|
57
|
+
markedWrong: {
|
|
58
|
+
type: BooleanConstructor;
|
|
59
|
+
required: true;
|
|
60
|
+
};
|
|
61
|
+
}>, {}, {}, {
|
|
62
|
+
className(): string;
|
|
63
|
+
}, {
|
|
64
|
+
select(): void;
|
|
65
|
+
submitThisOption(): void;
|
|
66
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
67
|
+
content: {
|
|
68
|
+
type: StringConstructor;
|
|
69
|
+
required: true;
|
|
70
|
+
};
|
|
71
|
+
selected: {
|
|
72
|
+
type: BooleanConstructor;
|
|
73
|
+
required: true;
|
|
74
|
+
};
|
|
75
|
+
number: {
|
|
76
|
+
type: NumberConstructor;
|
|
77
|
+
required: true;
|
|
78
|
+
};
|
|
79
|
+
setSelection: {
|
|
80
|
+
type: PropType<(selection: number) => void>;
|
|
81
|
+
required: true;
|
|
82
|
+
};
|
|
83
|
+
submit: {
|
|
84
|
+
type: PropType<() => void>;
|
|
85
|
+
required: true;
|
|
86
|
+
};
|
|
87
|
+
markedWrong: {
|
|
88
|
+
type: BooleanConstructor;
|
|
89
|
+
required: true;
|
|
90
|
+
};
|
|
91
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
92
|
+
MarkdownRenderer: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
93
|
+
md: {
|
|
94
|
+
type: PropType<string>;
|
|
95
|
+
required: true;
|
|
96
|
+
};
|
|
97
|
+
}>, {}, {}, {
|
|
98
|
+
tokens(): (import('marked').Token | {
|
|
99
|
+
type: false;
|
|
100
|
+
audio: string;
|
|
101
|
+
})[];
|
|
102
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
103
|
+
md: {
|
|
104
|
+
type: PropType<string>;
|
|
105
|
+
required: true;
|
|
106
|
+
};
|
|
107
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
108
|
+
MdTokenRenderer: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
109
|
+
token: {
|
|
110
|
+
type: PropType<import('../..').TokenOrComponent>;
|
|
111
|
+
required: true;
|
|
112
|
+
};
|
|
113
|
+
last: {
|
|
114
|
+
type: BooleanConstructor;
|
|
115
|
+
required: false;
|
|
116
|
+
default: boolean;
|
|
117
|
+
};
|
|
118
|
+
}>, {
|
|
119
|
+
isComponent: (token: import('marked').MarkedToken) => boolean;
|
|
120
|
+
containsComponent: (token: import('marked').MarkedToken) => boolean;
|
|
121
|
+
splitTextToken: (token: import('marked').MarkedToken) => import("marked").Tokens.Text[];
|
|
122
|
+
splitParagraphToken: (token: import("marked").Tokens.Paragraph) => import('../..').TokenOrComponent[];
|
|
123
|
+
parsedComponent: (token: import('marked').MarkedToken) => {
|
|
124
|
+
is: string;
|
|
125
|
+
text: string;
|
|
126
|
+
props: Record<string, string>;
|
|
127
|
+
};
|
|
128
|
+
decodeBasicEntities: (text: string) => string;
|
|
129
|
+
isText: (tok: import('../..').TokenOrComponent) => boolean;
|
|
130
|
+
components: {
|
|
131
|
+
fillIn: import('vue').Raw<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
132
|
+
text: {
|
|
133
|
+
type: StringConstructor;
|
|
134
|
+
required: true;
|
|
135
|
+
};
|
|
136
|
+
}>, {
|
|
137
|
+
inputType: import('vue').Ref<"text" | "radio", "text" | "radio">;
|
|
138
|
+
radioType: import('vue').ComputedRef<boolean>;
|
|
139
|
+
processedText: import('vue').Ref<string, string>;
|
|
140
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
141
|
+
text: {
|
|
142
|
+
type: StringConstructor;
|
|
143
|
+
required: true;
|
|
144
|
+
};
|
|
145
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
146
|
+
UserInputString: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
147
|
+
icon: {
|
|
148
|
+
type: BooleanConstructor;
|
|
149
|
+
required: false;
|
|
150
|
+
};
|
|
151
|
+
}>, {}, {}, {
|
|
152
|
+
prependIcon(): string;
|
|
153
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
154
|
+
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
155
|
+
previewModeStore: ReturnType<typeof import('../..').useCardPreviewModeStore> | null;
|
|
156
|
+
}, {
|
|
157
|
+
autofocus(): boolean;
|
|
158
|
+
autoFocus(): boolean;
|
|
159
|
+
}, {
|
|
160
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
161
|
+
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
162
|
+
getQuestionViewAncestor(): import('../..').ViewComponent;
|
|
163
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
164
|
+
icon: {
|
|
165
|
+
type: BooleanConstructor;
|
|
166
|
+
required: false;
|
|
167
|
+
};
|
|
168
|
+
}>> & Readonly<{}>, {
|
|
169
|
+
icon: boolean;
|
|
170
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
171
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>>;
|
|
172
|
+
};
|
|
173
|
+
getComponent: (componentName: string) => import('vue').Raw<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
174
|
+
text: {
|
|
175
|
+
type: StringConstructor;
|
|
176
|
+
required: true;
|
|
177
|
+
};
|
|
178
|
+
}>, {
|
|
179
|
+
inputType: import('vue').Ref<"text" | "radio", "text" | "radio">;
|
|
180
|
+
radioType: import('vue').ComputedRef<boolean>;
|
|
181
|
+
processedText: import('vue').Ref<string, string>;
|
|
182
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
183
|
+
text: {
|
|
184
|
+
type: StringConstructor;
|
|
185
|
+
required: true;
|
|
186
|
+
};
|
|
187
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
188
|
+
UserInputString: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
189
|
+
icon: {
|
|
190
|
+
type: BooleanConstructor;
|
|
191
|
+
required: false;
|
|
192
|
+
};
|
|
193
|
+
}>, {}, {}, {
|
|
194
|
+
prependIcon(): string;
|
|
195
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
196
|
+
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
197
|
+
previewModeStore: ReturnType<typeof import('../..').useCardPreviewModeStore> | null;
|
|
198
|
+
}, {
|
|
199
|
+
autofocus(): boolean;
|
|
200
|
+
autoFocus(): boolean;
|
|
201
|
+
}, {
|
|
202
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
203
|
+
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
204
|
+
getQuestionViewAncestor(): import('../..').ViewComponent;
|
|
205
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
206
|
+
icon: {
|
|
207
|
+
type: BooleanConstructor;
|
|
208
|
+
required: false;
|
|
209
|
+
};
|
|
210
|
+
}>> & Readonly<{}>, {
|
|
211
|
+
icon: boolean;
|
|
212
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
213
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>> | null;
|
|
214
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
215
|
+
token: {
|
|
216
|
+
type: PropType<import('../..').TokenOrComponent>;
|
|
217
|
+
required: true;
|
|
218
|
+
};
|
|
219
|
+
last: {
|
|
220
|
+
type: BooleanConstructor;
|
|
221
|
+
required: false;
|
|
222
|
+
default: boolean;
|
|
223
|
+
};
|
|
224
|
+
}>> & Readonly<{}>, {
|
|
225
|
+
last: boolean;
|
|
226
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
227
|
+
AudioAutoPlayer: import('vue').DefineComponent<{
|
|
228
|
+
src: string | string[];
|
|
229
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
230
|
+
src: string | string[];
|
|
231
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
232
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
233
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
234
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
235
|
+
export default _default;
|
|
236
|
+
//# sourceMappingURL=RadioMultipleChoice.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RadioMultipleChoice.vue.d.ts","sourceRoot":"","sources":["../../../src/components/studentInputs/RadioMultipleChoice.vue"],"names":[],"mappings":"AAcA;AA4KA,OAAO,EAAmB,QAAQ,EAAE,MAAM,KAAK,CAAC;;;cAY3B,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;;yBAON,MAAM,EAAE;kBACb,IAAI,GAAG,WAAW;wBACd,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,EAAE;;wBAsB7B,IAAI;4BAeA,MAAM,GAAG,IAAI;0BAKf,IAAI;0BAOJ,IAAI;0BAOJ,MAAM,GAAG,OAAO;;;;;;;;;;;;;;;cAjErB,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AARvC,wBAgJG"}
|
|
@@ -0,0 +1,256 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
+
MouseTrap: {
|
|
4
|
+
type: PropType<any>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
submit: {
|
|
8
|
+
type: PropType<(selection: number) => void>;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
11
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
12
|
+
MouseTrap: {
|
|
13
|
+
type: PropType<any>;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
submit: {
|
|
17
|
+
type: PropType<(selection: number) => void>;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
21
|
+
RadioMultipleChoice: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
22
|
+
choiceList: {
|
|
23
|
+
type: PropType<string[]>;
|
|
24
|
+
required: true;
|
|
25
|
+
};
|
|
26
|
+
}>, {}, {
|
|
27
|
+
currentSelection: number;
|
|
28
|
+
incorrectSelections: number[];
|
|
29
|
+
containerRef: null | HTMLElement;
|
|
30
|
+
_registeredHotkeys: (string | string[])[];
|
|
31
|
+
}, {}, {
|
|
32
|
+
forwardSelection(): void;
|
|
33
|
+
setSelection(selection: number): void;
|
|
34
|
+
incrementSelection(): void;
|
|
35
|
+
decrementSelection(): void;
|
|
36
|
+
choiceIsWrong(choice: string): boolean;
|
|
37
|
+
bindKeys(): void;
|
|
38
|
+
unbindKeys(): void;
|
|
39
|
+
}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
40
|
+
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
41
|
+
previewModeStore: ReturnType<typeof import('../..').useCardPreviewModeStore> | null;
|
|
42
|
+
}, {
|
|
43
|
+
autofocus(): boolean;
|
|
44
|
+
autoFocus(): boolean;
|
|
45
|
+
}, {
|
|
46
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
47
|
+
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
48
|
+
getQuestionViewAncestor(): import('../..').ViewComponent;
|
|
49
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
50
|
+
choiceList: {
|
|
51
|
+
type: PropType<string[]>;
|
|
52
|
+
required: true;
|
|
53
|
+
};
|
|
54
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
55
|
+
MultipleChoiceOption: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
56
|
+
content: {
|
|
57
|
+
type: StringConstructor;
|
|
58
|
+
required: true;
|
|
59
|
+
};
|
|
60
|
+
selected: {
|
|
61
|
+
type: BooleanConstructor;
|
|
62
|
+
required: true;
|
|
63
|
+
};
|
|
64
|
+
number: {
|
|
65
|
+
type: NumberConstructor;
|
|
66
|
+
required: true;
|
|
67
|
+
};
|
|
68
|
+
setSelection: {
|
|
69
|
+
type: PropType<(selection: number) => void>;
|
|
70
|
+
required: true;
|
|
71
|
+
};
|
|
72
|
+
submit: {
|
|
73
|
+
type: PropType<() => void>;
|
|
74
|
+
required: true;
|
|
75
|
+
};
|
|
76
|
+
markedWrong: {
|
|
77
|
+
type: BooleanConstructor;
|
|
78
|
+
required: true;
|
|
79
|
+
};
|
|
80
|
+
}>, {}, {}, {
|
|
81
|
+
className(): string;
|
|
82
|
+
}, {
|
|
83
|
+
select(): void;
|
|
84
|
+
submitThisOption(): void;
|
|
85
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
86
|
+
content: {
|
|
87
|
+
type: StringConstructor;
|
|
88
|
+
required: true;
|
|
89
|
+
};
|
|
90
|
+
selected: {
|
|
91
|
+
type: BooleanConstructor;
|
|
92
|
+
required: true;
|
|
93
|
+
};
|
|
94
|
+
number: {
|
|
95
|
+
type: NumberConstructor;
|
|
96
|
+
required: true;
|
|
97
|
+
};
|
|
98
|
+
setSelection: {
|
|
99
|
+
type: PropType<(selection: number) => void>;
|
|
100
|
+
required: true;
|
|
101
|
+
};
|
|
102
|
+
submit: {
|
|
103
|
+
type: PropType<() => void>;
|
|
104
|
+
required: true;
|
|
105
|
+
};
|
|
106
|
+
markedWrong: {
|
|
107
|
+
type: BooleanConstructor;
|
|
108
|
+
required: true;
|
|
109
|
+
};
|
|
110
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
111
|
+
MarkdownRenderer: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
112
|
+
md: {
|
|
113
|
+
type: PropType<string>;
|
|
114
|
+
required: true;
|
|
115
|
+
};
|
|
116
|
+
}>, {}, {}, {
|
|
117
|
+
tokens(): (import('marked').Token | {
|
|
118
|
+
type: false;
|
|
119
|
+
audio: string;
|
|
120
|
+
})[];
|
|
121
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
122
|
+
md: {
|
|
123
|
+
type: PropType<string>;
|
|
124
|
+
required: true;
|
|
125
|
+
};
|
|
126
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
127
|
+
MdTokenRenderer: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
128
|
+
token: {
|
|
129
|
+
type: PropType<import('../..').TokenOrComponent>;
|
|
130
|
+
required: true;
|
|
131
|
+
};
|
|
132
|
+
last: {
|
|
133
|
+
type: BooleanConstructor;
|
|
134
|
+
required: false;
|
|
135
|
+
default: boolean;
|
|
136
|
+
};
|
|
137
|
+
}>, {
|
|
138
|
+
isComponent: (token: import('marked').MarkedToken) => boolean;
|
|
139
|
+
containsComponent: (token: import('marked').MarkedToken) => boolean;
|
|
140
|
+
splitTextToken: (token: import('marked').MarkedToken) => import("marked").Tokens.Text[];
|
|
141
|
+
splitParagraphToken: (token: import("marked").Tokens.Paragraph) => import('../..').TokenOrComponent[];
|
|
142
|
+
parsedComponent: (token: import('marked').MarkedToken) => {
|
|
143
|
+
is: string;
|
|
144
|
+
text: string;
|
|
145
|
+
props: Record<string, string>;
|
|
146
|
+
};
|
|
147
|
+
decodeBasicEntities: (text: string) => string;
|
|
148
|
+
isText: (tok: import('../..').TokenOrComponent) => boolean;
|
|
149
|
+
components: {
|
|
150
|
+
fillIn: import('vue').Raw<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
151
|
+
text: {
|
|
152
|
+
type: StringConstructor;
|
|
153
|
+
required: true;
|
|
154
|
+
};
|
|
155
|
+
}>, {
|
|
156
|
+
inputType: import('vue').Ref<"text" | "radio", "text" | "radio">;
|
|
157
|
+
radioType: import('vue').ComputedRef<boolean>;
|
|
158
|
+
processedText: import('vue').Ref<string, string>;
|
|
159
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
160
|
+
text: {
|
|
161
|
+
type: StringConstructor;
|
|
162
|
+
required: true;
|
|
163
|
+
};
|
|
164
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
165
|
+
UserInputString: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
166
|
+
icon: {
|
|
167
|
+
type: BooleanConstructor;
|
|
168
|
+
required: false;
|
|
169
|
+
};
|
|
170
|
+
}>, {}, {}, {
|
|
171
|
+
prependIcon(): string;
|
|
172
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
173
|
+
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
174
|
+
previewModeStore: ReturnType<typeof import('../..').useCardPreviewModeStore> | null;
|
|
175
|
+
}, {
|
|
176
|
+
autofocus(): boolean;
|
|
177
|
+
autoFocus(): boolean;
|
|
178
|
+
}, {
|
|
179
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
180
|
+
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
181
|
+
getQuestionViewAncestor(): import('../..').ViewComponent;
|
|
182
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
183
|
+
icon: {
|
|
184
|
+
type: BooleanConstructor;
|
|
185
|
+
required: false;
|
|
186
|
+
};
|
|
187
|
+
}>> & Readonly<{}>, {
|
|
188
|
+
icon: boolean;
|
|
189
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
190
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>>;
|
|
191
|
+
};
|
|
192
|
+
getComponent: (componentName: string) => import('vue').Raw<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
193
|
+
text: {
|
|
194
|
+
type: StringConstructor;
|
|
195
|
+
required: true;
|
|
196
|
+
};
|
|
197
|
+
}>, {
|
|
198
|
+
inputType: import('vue').Ref<"text" | "radio", "text" | "radio">;
|
|
199
|
+
radioType: import('vue').ComputedRef<boolean>;
|
|
200
|
+
processedText: import('vue').Ref<string, string>;
|
|
201
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
202
|
+
text: {
|
|
203
|
+
type: StringConstructor;
|
|
204
|
+
required: true;
|
|
205
|
+
};
|
|
206
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
207
|
+
UserInputString: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
208
|
+
icon: {
|
|
209
|
+
type: BooleanConstructor;
|
|
210
|
+
required: false;
|
|
211
|
+
};
|
|
212
|
+
}>, {}, {}, {
|
|
213
|
+
prependIcon(): string;
|
|
214
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
215
|
+
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
216
|
+
previewModeStore: ReturnType<typeof import('../..').useCardPreviewModeStore> | null;
|
|
217
|
+
}, {
|
|
218
|
+
autofocus(): boolean;
|
|
219
|
+
autoFocus(): boolean;
|
|
220
|
+
}, {
|
|
221
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
222
|
+
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
223
|
+
getQuestionViewAncestor(): import('../..').ViewComponent;
|
|
224
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
225
|
+
icon: {
|
|
226
|
+
type: BooleanConstructor;
|
|
227
|
+
required: false;
|
|
228
|
+
};
|
|
229
|
+
}>> & Readonly<{}>, {
|
|
230
|
+
icon: boolean;
|
|
231
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
232
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>> | null;
|
|
233
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
234
|
+
token: {
|
|
235
|
+
type: PropType<import('../..').TokenOrComponent>;
|
|
236
|
+
required: true;
|
|
237
|
+
};
|
|
238
|
+
last: {
|
|
239
|
+
type: BooleanConstructor;
|
|
240
|
+
required: false;
|
|
241
|
+
default: boolean;
|
|
242
|
+
};
|
|
243
|
+
}>> & Readonly<{}>, {
|
|
244
|
+
last: boolean;
|
|
245
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
246
|
+
AudioAutoPlayer: import('vue').DefineComponent<{
|
|
247
|
+
src: string | string[];
|
|
248
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
249
|
+
src: string | string[];
|
|
250
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
251
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
252
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
253
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
254
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
255
|
+
export default _default;
|
|
256
|
+
//# sourceMappingURL=TrueFalse.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TrueFalse.vue.d.ts","sourceRoot":"","sources":["../../../src/components/studentInputs/TrueFalse.vue"],"names":[],"mappings":"AAKA;AA6BA,OAAO,EAAmB,QAAQ,EAAE,MAAM,KAAK,CAAC;;;cAU1B,QAAQ,CAAC,GAAG,CAAC;;;;cAIX,QAAQ,CAAC,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;;;;;cAJvC,QAAQ,CAAC,GAAG,CAAC;;;;cAIX,QAAQ,CAAC,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAX7D,wBAeG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Answer } from '../../../../common/dist/index.mjs';
|
|
2
|
+
import { defineComponent } from 'vue';
|
|
3
|
+
type InputNumberRefs = {
|
|
4
|
+
input: HTMLInputElement;
|
|
5
|
+
};
|
|
6
|
+
type InputNumberInstance = ReturnType<typeof defineComponent> & {
|
|
7
|
+
$refs: InputNumberRefs;
|
|
8
|
+
};
|
|
9
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {
|
|
10
|
+
mounted(this: InputNumberInstance): void;
|
|
11
|
+
isNumeric(s: string): boolean;
|
|
12
|
+
makeNumeric(num: Answer): number;
|
|
13
|
+
}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
14
|
+
answer: Answer;
|
|
15
|
+
previewModeStore: ReturnType<typeof import('../..').useCardPreviewModeStore> | null;
|
|
16
|
+
}, {
|
|
17
|
+
autofocus(): boolean;
|
|
18
|
+
autoFocus(): boolean;
|
|
19
|
+
}, {
|
|
20
|
+
submitAnswer(answer: Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
21
|
+
submit(answer: Answer): any;
|
|
22
|
+
getQuestionViewAncestor(): import('../..').ViewComponent;
|
|
23
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
24
|
+
export default _default;
|
|
25
|
+
//# sourceMappingURL=UserInputNumber.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserInputNumber.vue.d.ts","sourceRoot":"","sources":["../../../src/components/studentInputs/UserInputNumber.vue"],"names":[],"mappings":"AAeA;AAiEA,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C,OAAO,EAAE,eAAe,EAAE,MAAM,KAAK,CAAC;AAEtC,KAAK,eAAe,GAAG;IACrB,KAAK,EAAE,gBAAgB,CAAC;CACzB,CAAC;AAEF,KAAK,mBAAmB,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,GAAG;IAC9D,KAAK,EAAE,eAAe,CAAC;CACxB,CAAC;;kBAUgB,mBAAmB;iBAIpB,MAAM,GAAG,OAAO;qBAIZ,MAAM,GAAG,MAAM;;;;;;;;;;;;AAhBpC,wBAwBG"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
icon: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
required: false;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {
|
|
7
|
+
prependIcon(): string;
|
|
8
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
9
|
+
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
10
|
+
previewModeStore: ReturnType<typeof import('../..').useCardPreviewModeStore> | null;
|
|
11
|
+
}, {
|
|
12
|
+
autofocus(): boolean;
|
|
13
|
+
autoFocus(): boolean;
|
|
14
|
+
}, {
|
|
15
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
16
|
+
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
17
|
+
getQuestionViewAncestor(): import('../..').ViewComponent;
|
|
18
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
19
|
+
icon: {
|
|
20
|
+
type: BooleanConstructor;
|
|
21
|
+
required: false;
|
|
22
|
+
};
|
|
23
|
+
}>> & Readonly<{}>, {
|
|
24
|
+
icon: boolean;
|
|
25
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
26
|
+
export default _default;
|
|
27
|
+
//# sourceMappingURL=UserInputString.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserInputString.vue.d.ts","sourceRoot":"","sources":["../../../src/components/studentInputs/UserInputString.vue"],"names":[],"mappings":"AAYA;;;;;;;mBA4GmB,MAAM;;;;;;;;;;;;;;;;;;;AAZzB,wBAwCG"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
text: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
}>, {
|
|
7
|
+
inputType: import('vue').Ref<"text" | "radio", "text" | "radio">;
|
|
8
|
+
radioType: import('vue').ComputedRef<boolean>;
|
|
9
|
+
processedText: import('vue').Ref<string, string>;
|
|
10
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
11
|
+
text: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
16
|
+
UserInputString: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
17
|
+
icon: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
required: false;
|
|
20
|
+
};
|
|
21
|
+
}>, {}, {}, {
|
|
22
|
+
prependIcon(): string;
|
|
23
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
24
|
+
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
25
|
+
previewModeStore: ReturnType<typeof import('../..').useCardPreviewModeStore> | null;
|
|
26
|
+
}, {
|
|
27
|
+
autofocus(): boolean;
|
|
28
|
+
autoFocus(): boolean;
|
|
29
|
+
}, {
|
|
30
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
31
|
+
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
32
|
+
getQuestionViewAncestor(): import('../..').ViewComponent;
|
|
33
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
34
|
+
icon: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
required: false;
|
|
37
|
+
};
|
|
38
|
+
}>> & Readonly<{}>, {
|
|
39
|
+
icon: boolean;
|
|
40
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
41
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
42
|
+
export default _default;
|
|
43
|
+
//# sourceMappingURL=fillInInput.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fillInInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/studentInputs/fillInInput.vue"],"names":[],"mappings":"AAMA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4EA,wBA6CG"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import moment from 'moment';
|
|
1
|
+
import { default as moment } from 'moment';
|
|
2
2
|
import { ComputedRef, Ref } from 'vue';
|
|
3
|
-
import { CardRecord, QuestionRecord } from '
|
|
3
|
+
import { CardRecord, QuestionRecord } from '../../../db/dist/index.mjs';
|
|
4
4
|
import { HotKey } from '../utils/SkldrMouseTrap';
|
|
5
5
|
import { Question } from './Displayable';
|
|
6
|
-
import { ViewData, Answer } from '
|
|
6
|
+
import { ViewData, Answer } from '../../../common/dist/index.mjs';
|
|
7
7
|
export interface ViewableUtils {
|
|
8
8
|
startTime: Ref<moment.Moment>;
|
|
9
9
|
hotKeys: Ref<HotKey[]>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { DataShape, ViewData, Answer, Evaluation } from '
|
|
1
|
+
import { DefineComponent, defineComponent } from 'vue';
|
|
2
|
+
import { DataShape, ViewData, Answer, Evaluation } from '../../../common/dist/index.mjs';
|
|
3
3
|
export type ViewComponent = DefineComponent<unknown, unknown, unknown> | ReturnType<typeof defineComponent>;
|
|
4
4
|
export declare function isDefineComponent(v: ViewComponent): v is DefineComponent<unknown, unknown, unknown>;
|
|
5
5
|
export declare abstract class Displayable {
|
|
@@ -6,10 +6,10 @@ export interface AuthUIConfig {
|
|
|
6
6
|
resetLabel: string;
|
|
7
7
|
}
|
|
8
8
|
export declare function useAuthUI(): {
|
|
9
|
-
config: import(
|
|
10
|
-
isLoading: import(
|
|
11
|
-
syncStrategyDetected: import(
|
|
12
|
-
isLocalOnlyMode: import(
|
|
9
|
+
config: import('vue').ComputedRef<AuthUIConfig>;
|
|
10
|
+
isLoading: import('vue').Ref<boolean, boolean>;
|
|
11
|
+
syncStrategyDetected: import('vue').Ref<boolean, boolean>;
|
|
12
|
+
isLocalOnlyMode: import('vue').Ref<boolean, boolean>;
|
|
13
13
|
detectSyncStrategy: () => Promise<void>;
|
|
14
14
|
};
|
|
15
15
|
//# sourceMappingURL=useAuthUI.d.ts.map
|