@vue-skuilder/courseware 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/chess/questions/puzzle/puzzle.vue.d.ts +3 -3
- package/dist/chess/questions/puzzle/puzzle.vue.d.ts.map +1 -1
- package/dist/default/questions/fillIn/fillIn.vue.d.ts +383 -6
- package/dist/default/questions/fillIn/fillIn.vue.d.ts.map +1 -1
- package/dist/default/questions/fillIn/index.d.ts +762 -10
- package/dist/default/questions/fillIn/index.d.ts.map +1 -1
- package/dist/french/questions/audioparse/index.d.ts +14 -6
- package/dist/french/questions/audioparse/index.d.ts.map +1 -1
- package/dist/french/questions/audioparse/view.vue.d.ts +8 -4
- package/dist/french/questions/audioparse/view.vue.d.ts.map +1 -1
- package/dist/french/questions/vocab/identify.vue.d.ts +3 -3
- package/dist/french/questions/vocab/identify.vue.d.ts.map +1 -1
- package/dist/french/questions/vocab/index.d.ts +4 -4
- package/dist/french/questions/vocab/index.d.ts.map +1 -1
- package/dist/math/questions/addition/horizontal.vue.d.ts +18 -4
- package/dist/math/questions/addition/horizontal.vue.d.ts.map +1 -1
- package/dist/math/questions/addition/verbal.vue.d.ts +18 -4
- package/dist/math/questions/addition/verbal.vue.d.ts.map +1 -1
- package/dist/math/questions/angleCategorize/angleCategorize.vue.d.ts +237 -4
- package/dist/math/questions/angleCategorize/angleCategorize.vue.d.ts.map +1 -1
- package/dist/math/questions/angleCategorize/index.d.ts +472 -8
- package/dist/math/questions/angleCategorize/index.d.ts.map +1 -1
- package/dist/math/questions/countBy/default.vue.d.ts +3 -3
- package/dist/math/questions/countBy/default.vue.d.ts.map +1 -1
- package/dist/math/questions/countBy/index.d.ts +4 -4
- package/dist/math/questions/countBy/index.d.ts.map +1 -1
- package/dist/math/questions/division/horizontal.vue.d.ts +18 -4
- package/dist/math/questions/division/horizontal.vue.d.ts.map +1 -1
- package/dist/math/questions/division/index.d.ts +34 -6
- package/dist/math/questions/division/index.d.ts.map +1 -1
- package/dist/math/questions/equalityTest/index.d.ts +506 -2
- package/dist/math/questions/equalityTest/index.d.ts.map +1 -1
- package/dist/math/questions/equalityTest/trueFalse.vue.d.ts +253 -1
- package/dist/math/questions/equalityTest/trueFalse.vue.d.ts.map +1 -1
- package/dist/math/questions/multiplication/blorizontal.vue.d.ts +18 -4
- package/dist/math/questions/multiplication/blorizontal.vue.d.ts.map +1 -1
- package/dist/math/questions/multiplication/index.d.ts +34 -6
- package/dist/math/questions/multiplication/index.d.ts.map +1 -1
- package/dist/math/questions/multiplication/verbal.vue.d.ts +18 -4
- package/dist/math/questions/multiplication/verbal.vue.d.ts.map +1 -1
- package/dist/math/questions/oneStepEqn/index.d.ts +34 -6
- package/dist/math/questions/oneStepEqn/index.d.ts.map +1 -1
- package/dist/math/questions/oneStepEqn/solve.vue.d.ts +18 -4
- package/dist/math/questions/oneStepEqn/solve.vue.d.ts.map +1 -1
- package/dist/math/questions/supplementaryAngles/index.d.ts +34 -6
- package/dist/math/questions/supplementaryAngles/index.d.ts.map +1 -1
- package/dist/math/questions/supplementaryAngles/supplementaryAngles.vue.d.ts +18 -4
- package/dist/math/questions/supplementaryAngles/supplementaryAngles.vue.d.ts.map +1 -1
- package/dist/piano/questions/echo/Playback.vue.d.ts +3 -3
- package/dist/piano/questions/echo/Playback.vue.d.ts.map +1 -1
- package/dist/piano/questions/echo/index.d.ts +6 -6
- package/dist/piano/questions/echo/index.d.ts.map +1 -1
- package/dist/piano/questions/playNote/NotePlayback.vue.d.ts +3 -3
- package/dist/piano/questions/playNote/NotePlayback.vue.d.ts.map +1 -1
- package/dist/piano/questions/playNote/index.d.ts +6 -6
- package/dist/piano/questions/playNote/index.d.ts.map +1 -1
- package/dist/pitch/questions/indentify/index.d.ts +470 -6
- package/dist/pitch/questions/indentify/index.d.ts.map +1 -1
- package/dist/pitch/questions/indentify/textBox.vue.d.ts +237 -4
- package/dist/pitch/questions/indentify/textBox.vue.d.ts.map +1 -1
- package/dist/sightsing/questions/IdentifyKey/IdentifyKey.vue.d.ts +237 -4
- package/dist/sightsing/questions/IdentifyKey/IdentifyKey.vue.d.ts.map +1 -1
- package/dist/sightsing/questions/IdentifyKey/index.d.ts +472 -8
- package/dist/sightsing/questions/IdentifyKey/index.d.ts.map +1 -1
- package/dist/typing/questions/falling-letters/FallingLetters.vue.d.ts +2 -2
- package/dist/typing/questions/falling-letters/FallingLetters.vue.d.ts.map +1 -1
- package/dist/typing/questions/single-letter/index.d.ts +4 -4
- package/dist/typing/questions/single-letter/index.d.ts.map +1 -1
- package/dist/typing/questions/single-letter/typeSingleLetter.vue.d.ts +3 -3
- package/dist/typing/questions/single-letter/typeSingleLetter.vue.d.ts.map +1 -1
- package/dist/word-work/questions/spelling/index.d.ts +64 -8
- package/dist/word-work/questions/spelling/index.d.ts.map +1 -1
- package/dist/word-work/questions/spelling/textBox.vue.d.ts +33 -5
- package/dist/word-work/questions/spelling/textBox.vue.d.ts.map +1 -1
- package/package.json +5 -5
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
1
2
|
import { ChromaQuestion } from './index';
|
|
2
3
|
import { ViewData } from '../../../../../common/dist/index.mjs';
|
|
3
4
|
declare const _default: import('vue').DefineComponent<{
|
|
@@ -9,23 +10,255 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
9
10
|
submit: () => void;
|
|
10
11
|
priorSessionViews: import('vue').Ref<number>;
|
|
11
12
|
priorAttempts: import('vue').Ref<number>;
|
|
12
|
-
priorAnswers: import('vue').Ref<[
|
|
13
|
+
priorAnswers: import('vue').Ref<[Answer, string][]>;
|
|
13
14
|
maxAttemptsPerView: import('vue').Ref<number>;
|
|
14
15
|
maxSessionViews: import('vue').Ref<number>;
|
|
15
|
-
submitAnswer: (answer:
|
|
16
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => import('packages/db/dist/types-legacy-6ettoclI.d.mts').i;
|
|
16
17
|
startTime: import('vue').Ref<moment.Moment>;
|
|
17
18
|
hotKeys: import('vue').Ref<import('../../../../../common-ui/dist/common-ui.es.js').HotKey[]>;
|
|
18
19
|
timeSpent: import('vue').ComputedRef<number>;
|
|
19
20
|
logger: import('../../../../../common-ui/dist/common-ui.es.js').ViewableLogger;
|
|
20
21
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
21
|
-
emitResponse: (record: import('packages/db/dist').
|
|
22
|
+
emitResponse: (record: import('packages/db/dist/types-legacy-6ettoclI.d.mts').c) => void;
|
|
22
23
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
23
24
|
data: ViewData[];
|
|
24
25
|
modifyDifficulty: number;
|
|
25
26
|
}> & Readonly<{}>, {
|
|
26
27
|
modifyDifficulty: number;
|
|
27
28
|
}, {}, {
|
|
28
|
-
RadioMultipleChoice:
|
|
29
|
+
RadioMultipleChoice: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
30
|
+
choiceList: {
|
|
31
|
+
type: PropType<string[]>;
|
|
32
|
+
required: true;
|
|
33
|
+
};
|
|
34
|
+
}>, {}, {
|
|
35
|
+
currentSelection: number;
|
|
36
|
+
incorrectSelections: number[];
|
|
37
|
+
containerRef: null | HTMLElement;
|
|
38
|
+
_registeredHotkeys: (string | string[])[];
|
|
39
|
+
}, {}, {
|
|
40
|
+
forwardSelection(): void;
|
|
41
|
+
setSelection(selection: number): void;
|
|
42
|
+
incrementSelection(): void;
|
|
43
|
+
decrementSelection(): void;
|
|
44
|
+
choiceIsWrong(choice: string): boolean;
|
|
45
|
+
bindKeys(): void;
|
|
46
|
+
unbindKeys(): void;
|
|
47
|
+
}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
48
|
+
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
49
|
+
previewModeStore: ReturnType<typeof import('../../../../../common-ui/dist/common-ui.es.js').useCardPreviewModeStore> | null;
|
|
50
|
+
}, {
|
|
51
|
+
autofocus(): boolean;
|
|
52
|
+
autoFocus(): boolean;
|
|
53
|
+
}, {
|
|
54
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('packages/db/dist/types-legacy-6ettoclI.d.mts').QuestionRecord;
|
|
55
|
+
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
56
|
+
getQuestionViewAncestor(): import('../../../../../common-ui/dist/common-ui.es.js').ViewComponent;
|
|
57
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
58
|
+
choiceList: {
|
|
59
|
+
type: PropType<string[]>;
|
|
60
|
+
required: true;
|
|
61
|
+
};
|
|
62
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
63
|
+
MultipleChoiceOption: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
64
|
+
content: {
|
|
65
|
+
type: StringConstructor;
|
|
66
|
+
required: true;
|
|
67
|
+
};
|
|
68
|
+
selected: {
|
|
69
|
+
type: BooleanConstructor;
|
|
70
|
+
required: true;
|
|
71
|
+
};
|
|
72
|
+
number: {
|
|
73
|
+
type: NumberConstructor;
|
|
74
|
+
required: true;
|
|
75
|
+
};
|
|
76
|
+
setSelection: {
|
|
77
|
+
type: PropType<(selection: number) => void>;
|
|
78
|
+
required: true;
|
|
79
|
+
};
|
|
80
|
+
submit: {
|
|
81
|
+
type: PropType<() => void>;
|
|
82
|
+
required: true;
|
|
83
|
+
};
|
|
84
|
+
markedWrong: {
|
|
85
|
+
type: BooleanConstructor;
|
|
86
|
+
required: true;
|
|
87
|
+
};
|
|
88
|
+
}>, {}, {}, {
|
|
89
|
+
className(): string;
|
|
90
|
+
}, {
|
|
91
|
+
select(): void;
|
|
92
|
+
submitThisOption(): void;
|
|
93
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
94
|
+
content: {
|
|
95
|
+
type: StringConstructor;
|
|
96
|
+
required: true;
|
|
97
|
+
};
|
|
98
|
+
selected: {
|
|
99
|
+
type: BooleanConstructor;
|
|
100
|
+
required: true;
|
|
101
|
+
};
|
|
102
|
+
number: {
|
|
103
|
+
type: NumberConstructor;
|
|
104
|
+
required: true;
|
|
105
|
+
};
|
|
106
|
+
setSelection: {
|
|
107
|
+
type: PropType<(selection: number) => void>;
|
|
108
|
+
required: true;
|
|
109
|
+
};
|
|
110
|
+
submit: {
|
|
111
|
+
type: PropType<() => void>;
|
|
112
|
+
required: true;
|
|
113
|
+
};
|
|
114
|
+
markedWrong: {
|
|
115
|
+
type: BooleanConstructor;
|
|
116
|
+
required: true;
|
|
117
|
+
};
|
|
118
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
119
|
+
MarkdownRenderer: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
120
|
+
md: {
|
|
121
|
+
type: PropType<string>;
|
|
122
|
+
required: true;
|
|
123
|
+
};
|
|
124
|
+
}>, {}, {}, {
|
|
125
|
+
tokens(): (import('marked').Token | {
|
|
126
|
+
type: false;
|
|
127
|
+
audio: string;
|
|
128
|
+
})[];
|
|
129
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
130
|
+
md: {
|
|
131
|
+
type: PropType<string>;
|
|
132
|
+
required: true;
|
|
133
|
+
};
|
|
134
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
135
|
+
MdTokenRenderer: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
136
|
+
token: {
|
|
137
|
+
type: PropType<import('../../../../../common-ui/dist/common-ui.es.js').TokenOrComponent>;
|
|
138
|
+
required: true;
|
|
139
|
+
};
|
|
140
|
+
last: {
|
|
141
|
+
type: BooleanConstructor;
|
|
142
|
+
required: false;
|
|
143
|
+
default: boolean;
|
|
144
|
+
};
|
|
145
|
+
}>, {
|
|
146
|
+
isComponent: (token: import('marked').MarkedToken) => boolean;
|
|
147
|
+
containsComponent: (token: import('marked').MarkedToken) => boolean;
|
|
148
|
+
splitTextToken: (token: import('marked').MarkedToken) => import("marked").Tokens.Text[];
|
|
149
|
+
splitParagraphToken: (token: import("marked").Tokens.Paragraph) => import('../../../../../common-ui/dist/common-ui.es.js').TokenOrComponent[];
|
|
150
|
+
parsedComponent: (token: import('marked').MarkedToken) => {
|
|
151
|
+
is: string;
|
|
152
|
+
text: string;
|
|
153
|
+
props: Record<string, string>;
|
|
154
|
+
};
|
|
155
|
+
decodeBasicEntities: (text: string) => string;
|
|
156
|
+
isText: (tok: import('../../../../../common-ui/dist/common-ui.es.js').TokenOrComponent) => boolean;
|
|
157
|
+
components: {
|
|
158
|
+
fillIn: import('vue').Raw<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
159
|
+
text: {
|
|
160
|
+
type: StringConstructor;
|
|
161
|
+
required: true;
|
|
162
|
+
};
|
|
163
|
+
}>, {
|
|
164
|
+
inputType: import('vue').Ref<"text" | "radio", "text" | "radio">;
|
|
165
|
+
radioType: import('vue').ComputedRef<boolean>;
|
|
166
|
+
processedText: import('vue').Ref<string, string>;
|
|
167
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
168
|
+
text: {
|
|
169
|
+
type: StringConstructor;
|
|
170
|
+
required: true;
|
|
171
|
+
};
|
|
172
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
173
|
+
UserInputString: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
174
|
+
icon: {
|
|
175
|
+
type: BooleanConstructor;
|
|
176
|
+
required: false;
|
|
177
|
+
};
|
|
178
|
+
}>, {}, {}, {
|
|
179
|
+
prependIcon(): string;
|
|
180
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
181
|
+
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
182
|
+
previewModeStore: ReturnType<typeof import('../../../../../common-ui/dist/common-ui.es.js').useCardPreviewModeStore> | null;
|
|
183
|
+
}, {
|
|
184
|
+
autofocus(): boolean;
|
|
185
|
+
autoFocus(): boolean;
|
|
186
|
+
}, {
|
|
187
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('packages/db/dist/types-legacy-6ettoclI.d.mts').QuestionRecord;
|
|
188
|
+
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
189
|
+
getQuestionViewAncestor(): import('../../../../../common-ui/dist/common-ui.es.js').ViewComponent;
|
|
190
|
+
}, 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<{
|
|
191
|
+
icon: {
|
|
192
|
+
type: BooleanConstructor;
|
|
193
|
+
required: false;
|
|
194
|
+
};
|
|
195
|
+
}>> & Readonly<{}>, {
|
|
196
|
+
icon: boolean;
|
|
197
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
198
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>>;
|
|
199
|
+
};
|
|
200
|
+
getComponent: (componentName: string) => import('vue').Raw<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
201
|
+
text: {
|
|
202
|
+
type: StringConstructor;
|
|
203
|
+
required: true;
|
|
204
|
+
};
|
|
205
|
+
}>, {
|
|
206
|
+
inputType: import('vue').Ref<"text" | "radio", "text" | "radio">;
|
|
207
|
+
radioType: import('vue').ComputedRef<boolean>;
|
|
208
|
+
processedText: import('vue').Ref<string, string>;
|
|
209
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
210
|
+
text: {
|
|
211
|
+
type: StringConstructor;
|
|
212
|
+
required: true;
|
|
213
|
+
};
|
|
214
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
215
|
+
UserInputString: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
216
|
+
icon: {
|
|
217
|
+
type: BooleanConstructor;
|
|
218
|
+
required: false;
|
|
219
|
+
};
|
|
220
|
+
}>, {}, {}, {
|
|
221
|
+
prependIcon(): string;
|
|
222
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
223
|
+
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
224
|
+
previewModeStore: ReturnType<typeof import('../../../../../common-ui/dist/common-ui.es.js').useCardPreviewModeStore> | null;
|
|
225
|
+
}, {
|
|
226
|
+
autofocus(): boolean;
|
|
227
|
+
autoFocus(): boolean;
|
|
228
|
+
}, {
|
|
229
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('packages/db/dist/types-legacy-6ettoclI.d.mts').QuestionRecord;
|
|
230
|
+
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
231
|
+
getQuestionViewAncestor(): import('../../../../../common-ui/dist/common-ui.es.js').ViewComponent;
|
|
232
|
+
}, 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<{
|
|
233
|
+
icon: {
|
|
234
|
+
type: BooleanConstructor;
|
|
235
|
+
required: false;
|
|
236
|
+
};
|
|
237
|
+
}>> & Readonly<{}>, {
|
|
238
|
+
icon: boolean;
|
|
239
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
240
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>> | null;
|
|
241
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
242
|
+
token: {
|
|
243
|
+
type: PropType<import('../../../../../common-ui/dist/common-ui.es.js').TokenOrComponent>;
|
|
244
|
+
required: true;
|
|
245
|
+
};
|
|
246
|
+
last: {
|
|
247
|
+
type: BooleanConstructor;
|
|
248
|
+
required: false;
|
|
249
|
+
default: boolean;
|
|
250
|
+
};
|
|
251
|
+
}>> & Readonly<{}>, {
|
|
252
|
+
last: boolean;
|
|
253
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
254
|
+
AudioAutoPlayer: import('vue').DefineComponent<{
|
|
255
|
+
src: string | string[];
|
|
256
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
257
|
+
src: string | string[];
|
|
258
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
259
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
260
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
261
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
29
262
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
30
263
|
export default _default;
|
|
31
264
|
//# sourceMappingURL=textBox.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"textBox.vue.d.ts","sourceRoot":"","sources":["../../../../src/pitch/questions/indentify/textBox.vue"],"names":[],"mappings":"AAQA;
|
|
1
|
+
{"version":3,"file":"textBox.vue.d.ts","sourceRoot":"","sources":["../../../../src/pitch/questions/indentify/textBox.vue"],"names":[],"mappings":"AAQA;AAsGA,OAAO,EAA6C,QAAQ,EAAE,MAAM,KAAK,CAAC;AAC1E,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAEzC,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;;;;;;;;;;;;kDAHhD,CA5DqD;iCA4DrD,OAAA,MA1F0B;;;;yCA0F1B,CAvFoB;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAuFpB,mCA1EQ;mDA0ER,yBAtEI;;;;;oCAsEJ,mCAlEiE,kBAkEjE,8CA/DW;8BA+DX,mCA5DS;0CA4DT,yBA1DE;;;;;;;qCA0DF,KA3CI,yBA2CJ,KAvCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAuCA,KAFE,gCAAgC,KAAK,4CAA4C,KACnF,+BAC+B,KAAI;;;;;;;;;;;;;;;;;;;;;;;;;;qCA0BkC,KACrE,yBACwB,KACvB;;;;;;kCAK6B,QAAQ;;;;0BAGX,KAAI,gCAClB,KAAK,4CACY,KAAK,+BACT,KAAK;;;;;;wCASzB,KACH,yBAGC,KAAG;;8CAEG,yBAAO;;;;;;;;;gDAYX,QAAI;sDAI2B,QACpC;mDAIU,QAAQ,yBAAyB,QACxC;wDAKgB,QAChB,8BAEE,yBAAK;oDAKE,QAAQ;;;;;;yCAK4E,yBAAO;;uCAC9E,KAAK,aAAc,KAAI,yBAC9C,KAAK;;;;;;8CAIK,KAAK;8CAGkB,KAAK;kDAAuE,KAAI;;wBACpH,6GAA6G,CAAA,KAAzG,gCAAgC,KAAK,4CAA4C,KAAK,+BAChF,KACT;;;;;;oDASO,KAAK,yBACR,KAAK;;;;;;;0CAaH,KAAK,gCAAgC,KAAK;+CACc,mCAAmC;2EAAiF,yBAAO;;;;;4DAAyP,mCAAmC,kBAAkB,8CAA+B;sDAAoE,mCAAmC;kEAA8E,yBAAO;sCAAmD,KAAK,gCAAgC,KAAK,4CAA4C,KAAK,2EAA2E,KAAK,8DAA8D,KAAK,+BAA+B,KAAK;;;;;;;0DAAkV,KAAK;8CAAqF,KAAK;;oEAA+H,KAAK,aAAa,KAAK,yBAAyB,KAAK;;;;;;0CAA6N,KAAK;0CAAiF,KAAK;8CAAkE,KAAK;0CAA6D,KAAK,gCAAgC,KAAK,4CAA4C,KAAK,+BAA+B,KAAK;;;;;;gDAA2P,KAAK,yBAAyB,KAAK;;;;;;;sCAAsS,KAAK,gCAAgC,KAAK;2CAAmE,mCAAmC;uEAA6E,yBAAO;;;;;wDAAqO,mCAAmC,kBAAkB,8CAA+B;kDAAgE,mCAAmC;8DAA0E,yBAAO;kCAA+C,KAAK,gCAAgC,KAAK,4CAA4C,KAAK,2EAA2E,KAAK,8DAA8D,KAAK,+BAA+B,KAAK;;;;;;;sDAAsT,KAAK;0CAAiF,KAAK;sCAAqF,KAAK,gCAAgC,KAAK,4CAA4C,KAAK,+BAA+B,KAAK;;8CAAwF,yBAAO;;;;;;;;;;8CAA2V,KAAK;wCAA+E,KAAK;;0CAAkG,KAAK,gCAAgC,KAAK,4CAA4C,KAAK;;kEAAgI,KAAK;kCAA0E,KAAK;8BAAqE,KAAK;;;AA9Hj1K,wBAmFG"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
1
2
|
import { ViewData } from '../../../../../common/dist/index.mjs';
|
|
2
3
|
import { IdentifyKeyQuestion } from './index';
|
|
3
4
|
declare const _default: import('vue').DefineComponent<{
|
|
@@ -10,23 +11,255 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
10
11
|
submit: () => void;
|
|
11
12
|
priorSessionViews: import('vue').Ref<number>;
|
|
12
13
|
priorAttempts: import('vue').Ref<number>;
|
|
13
|
-
priorAnswers: import('vue').Ref<[
|
|
14
|
+
priorAnswers: import('vue').Ref<[Answer, string][]>;
|
|
14
15
|
maxAttemptsPerView: import('vue').Ref<number>;
|
|
15
16
|
maxSessionViews: import('vue').Ref<number>;
|
|
16
|
-
submitAnswer: (answer:
|
|
17
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => import('packages/db/dist/types-legacy-6ettoclI.d.mts').i;
|
|
17
18
|
startTime: import('vue').Ref<moment.Moment>;
|
|
18
19
|
hotKeys: import('vue').Ref<import('../../../../../common-ui/dist/common-ui.es.js').HotKey[]>;
|
|
19
20
|
timeSpent: import('vue').ComputedRef<number>;
|
|
20
21
|
logger: import('../../../../../common-ui/dist/common-ui.es.js').ViewableLogger;
|
|
21
22
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
22
|
-
emitResponse: (record: import('packages/db/dist').
|
|
23
|
+
emitResponse: (record: import('packages/db/dist/types-legacy-6ettoclI.d.mts').c) => void;
|
|
23
24
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
24
25
|
data: ViewData[];
|
|
25
26
|
modifyDifficulty: number;
|
|
26
27
|
}> & Readonly<{}>, {
|
|
27
28
|
modifyDifficulty: number;
|
|
28
29
|
}, {}, {
|
|
29
|
-
RadioMultipleChoice:
|
|
30
|
+
RadioMultipleChoice: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
31
|
+
choiceList: {
|
|
32
|
+
type: PropType<string[]>;
|
|
33
|
+
required: true;
|
|
34
|
+
};
|
|
35
|
+
}>, {}, {
|
|
36
|
+
currentSelection: number;
|
|
37
|
+
incorrectSelections: number[];
|
|
38
|
+
containerRef: null | HTMLElement;
|
|
39
|
+
_registeredHotkeys: (string | string[])[];
|
|
40
|
+
}, {}, {
|
|
41
|
+
forwardSelection(): void;
|
|
42
|
+
setSelection(selection: number): void;
|
|
43
|
+
incrementSelection(): void;
|
|
44
|
+
decrementSelection(): void;
|
|
45
|
+
choiceIsWrong(choice: string): boolean;
|
|
46
|
+
bindKeys(): void;
|
|
47
|
+
unbindKeys(): void;
|
|
48
|
+
}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
49
|
+
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
50
|
+
previewModeStore: ReturnType<typeof import('../../../../../common-ui/dist/common-ui.es.js').useCardPreviewModeStore> | null;
|
|
51
|
+
}, {
|
|
52
|
+
autofocus(): boolean;
|
|
53
|
+
autoFocus(): boolean;
|
|
54
|
+
}, {
|
|
55
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('packages/db/dist/types-legacy-6ettoclI.d.mts').QuestionRecord;
|
|
56
|
+
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
57
|
+
getQuestionViewAncestor(): import('../../../../../common-ui/dist/common-ui.es.js').ViewComponent;
|
|
58
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
59
|
+
choiceList: {
|
|
60
|
+
type: PropType<string[]>;
|
|
61
|
+
required: true;
|
|
62
|
+
};
|
|
63
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
64
|
+
MultipleChoiceOption: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
65
|
+
content: {
|
|
66
|
+
type: StringConstructor;
|
|
67
|
+
required: true;
|
|
68
|
+
};
|
|
69
|
+
selected: {
|
|
70
|
+
type: BooleanConstructor;
|
|
71
|
+
required: true;
|
|
72
|
+
};
|
|
73
|
+
number: {
|
|
74
|
+
type: NumberConstructor;
|
|
75
|
+
required: true;
|
|
76
|
+
};
|
|
77
|
+
setSelection: {
|
|
78
|
+
type: PropType<(selection: number) => void>;
|
|
79
|
+
required: true;
|
|
80
|
+
};
|
|
81
|
+
submit: {
|
|
82
|
+
type: PropType<() => void>;
|
|
83
|
+
required: true;
|
|
84
|
+
};
|
|
85
|
+
markedWrong: {
|
|
86
|
+
type: BooleanConstructor;
|
|
87
|
+
required: true;
|
|
88
|
+
};
|
|
89
|
+
}>, {}, {}, {
|
|
90
|
+
className(): string;
|
|
91
|
+
}, {
|
|
92
|
+
select(): void;
|
|
93
|
+
submitThisOption(): void;
|
|
94
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
95
|
+
content: {
|
|
96
|
+
type: StringConstructor;
|
|
97
|
+
required: true;
|
|
98
|
+
};
|
|
99
|
+
selected: {
|
|
100
|
+
type: BooleanConstructor;
|
|
101
|
+
required: true;
|
|
102
|
+
};
|
|
103
|
+
number: {
|
|
104
|
+
type: NumberConstructor;
|
|
105
|
+
required: true;
|
|
106
|
+
};
|
|
107
|
+
setSelection: {
|
|
108
|
+
type: PropType<(selection: number) => void>;
|
|
109
|
+
required: true;
|
|
110
|
+
};
|
|
111
|
+
submit: {
|
|
112
|
+
type: PropType<() => void>;
|
|
113
|
+
required: true;
|
|
114
|
+
};
|
|
115
|
+
markedWrong: {
|
|
116
|
+
type: BooleanConstructor;
|
|
117
|
+
required: true;
|
|
118
|
+
};
|
|
119
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
120
|
+
MarkdownRenderer: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
121
|
+
md: {
|
|
122
|
+
type: PropType<string>;
|
|
123
|
+
required: true;
|
|
124
|
+
};
|
|
125
|
+
}>, {}, {}, {
|
|
126
|
+
tokens(): (import('marked').Token | {
|
|
127
|
+
type: false;
|
|
128
|
+
audio: string;
|
|
129
|
+
})[];
|
|
130
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
131
|
+
md: {
|
|
132
|
+
type: PropType<string>;
|
|
133
|
+
required: true;
|
|
134
|
+
};
|
|
135
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
136
|
+
MdTokenRenderer: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
137
|
+
token: {
|
|
138
|
+
type: PropType<import('../../../../../common-ui/dist/common-ui.es.js').TokenOrComponent>;
|
|
139
|
+
required: true;
|
|
140
|
+
};
|
|
141
|
+
last: {
|
|
142
|
+
type: BooleanConstructor;
|
|
143
|
+
required: false;
|
|
144
|
+
default: boolean;
|
|
145
|
+
};
|
|
146
|
+
}>, {
|
|
147
|
+
isComponent: (token: import('marked').MarkedToken) => boolean;
|
|
148
|
+
containsComponent: (token: import('marked').MarkedToken) => boolean;
|
|
149
|
+
splitTextToken: (token: import('marked').MarkedToken) => import("marked").Tokens.Text[];
|
|
150
|
+
splitParagraphToken: (token: import("marked").Tokens.Paragraph) => import('../../../../../common-ui/dist/common-ui.es.js').TokenOrComponent[];
|
|
151
|
+
parsedComponent: (token: import('marked').MarkedToken) => {
|
|
152
|
+
is: string;
|
|
153
|
+
text: string;
|
|
154
|
+
props: Record<string, string>;
|
|
155
|
+
};
|
|
156
|
+
decodeBasicEntities: (text: string) => string;
|
|
157
|
+
isText: (tok: import('../../../../../common-ui/dist/common-ui.es.js').TokenOrComponent) => boolean;
|
|
158
|
+
components: {
|
|
159
|
+
fillIn: import('vue').Raw<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
160
|
+
text: {
|
|
161
|
+
type: StringConstructor;
|
|
162
|
+
required: true;
|
|
163
|
+
};
|
|
164
|
+
}>, {
|
|
165
|
+
inputType: import('vue').Ref<"text" | "radio", "text" | "radio">;
|
|
166
|
+
radioType: import('vue').ComputedRef<boolean>;
|
|
167
|
+
processedText: import('vue').Ref<string, string>;
|
|
168
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
169
|
+
text: {
|
|
170
|
+
type: StringConstructor;
|
|
171
|
+
required: true;
|
|
172
|
+
};
|
|
173
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
174
|
+
UserInputString: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
175
|
+
icon: {
|
|
176
|
+
type: BooleanConstructor;
|
|
177
|
+
required: false;
|
|
178
|
+
};
|
|
179
|
+
}>, {}, {}, {
|
|
180
|
+
prependIcon(): string;
|
|
181
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
182
|
+
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
183
|
+
previewModeStore: ReturnType<typeof import('../../../../../common-ui/dist/common-ui.es.js').useCardPreviewModeStore> | null;
|
|
184
|
+
}, {
|
|
185
|
+
autofocus(): boolean;
|
|
186
|
+
autoFocus(): boolean;
|
|
187
|
+
}, {
|
|
188
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('packages/db/dist/types-legacy-6ettoclI.d.mts').QuestionRecord;
|
|
189
|
+
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
190
|
+
getQuestionViewAncestor(): import('../../../../../common-ui/dist/common-ui.es.js').ViewComponent;
|
|
191
|
+
}, 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<{
|
|
192
|
+
icon: {
|
|
193
|
+
type: BooleanConstructor;
|
|
194
|
+
required: false;
|
|
195
|
+
};
|
|
196
|
+
}>> & Readonly<{}>, {
|
|
197
|
+
icon: boolean;
|
|
198
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
199
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>>;
|
|
200
|
+
};
|
|
201
|
+
getComponent: (componentName: string) => import('vue').Raw<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
202
|
+
text: {
|
|
203
|
+
type: StringConstructor;
|
|
204
|
+
required: true;
|
|
205
|
+
};
|
|
206
|
+
}>, {
|
|
207
|
+
inputType: import('vue').Ref<"text" | "radio", "text" | "radio">;
|
|
208
|
+
radioType: import('vue').ComputedRef<boolean>;
|
|
209
|
+
processedText: import('vue').Ref<string, string>;
|
|
210
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
211
|
+
text: {
|
|
212
|
+
type: StringConstructor;
|
|
213
|
+
required: true;
|
|
214
|
+
};
|
|
215
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
216
|
+
UserInputString: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
217
|
+
icon: {
|
|
218
|
+
type: BooleanConstructor;
|
|
219
|
+
required: false;
|
|
220
|
+
};
|
|
221
|
+
}>, {}, {}, {
|
|
222
|
+
prependIcon(): string;
|
|
223
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
224
|
+
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
225
|
+
previewModeStore: ReturnType<typeof import('../../../../../common-ui/dist/common-ui.es.js').useCardPreviewModeStore> | null;
|
|
226
|
+
}, {
|
|
227
|
+
autofocus(): boolean;
|
|
228
|
+
autoFocus(): boolean;
|
|
229
|
+
}, {
|
|
230
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('packages/db/dist/types-legacy-6ettoclI.d.mts').QuestionRecord;
|
|
231
|
+
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
232
|
+
getQuestionViewAncestor(): import('../../../../../common-ui/dist/common-ui.es.js').ViewComponent;
|
|
233
|
+
}, 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<{
|
|
234
|
+
icon: {
|
|
235
|
+
type: BooleanConstructor;
|
|
236
|
+
required: false;
|
|
237
|
+
};
|
|
238
|
+
}>> & Readonly<{}>, {
|
|
239
|
+
icon: boolean;
|
|
240
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
241
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>> | null;
|
|
242
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
243
|
+
token: {
|
|
244
|
+
type: PropType<import('../../../../../common-ui/dist/common-ui.es.js').TokenOrComponent>;
|
|
245
|
+
required: true;
|
|
246
|
+
};
|
|
247
|
+
last: {
|
|
248
|
+
type: BooleanConstructor;
|
|
249
|
+
required: false;
|
|
250
|
+
default: boolean;
|
|
251
|
+
};
|
|
252
|
+
}>> & Readonly<{}>, {
|
|
253
|
+
last: boolean;
|
|
254
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
255
|
+
AudioAutoPlayer: import('vue').DefineComponent<{
|
|
256
|
+
src: string | string[];
|
|
257
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
258
|
+
src: string | string[];
|
|
259
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
260
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
261
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
262
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
30
263
|
MusicScoreRenderer: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
31
264
|
abcString: {
|
|
32
265
|
type: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IdentifyKey.vue.d.ts","sourceRoot":"","sources":["../../../../src/sightsing/questions/IdentifyKey/IdentifyKey.vue"],"names":[],"mappings":"AASA;
|
|
1
|
+
{"version":3,"file":"IdentifyKey.vue.d.ts","sourceRoot":"","sources":["../../../../src/sightsing/questions/IdentifyKey/IdentifyKey.vue"],"names":[],"mappings":"AASA;AAkFA,OAAO,EAAkC,QAAQ,EAAE,MAAM,KAAK,CAAC;AAG/D,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,mBAAmB,EAAQ,MAAM,SAAS,CAAC;;;;;;;;;;;;;;kDAJpD,CA1CU;iCA0CV,OAAA,MAvEiD;;;;yCAuEjD,CArE4C;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAqE5C,mCA/DS;mDA+DT,yBA9DyC;;;;;oCA8DzC,mCApDO,kBAoDP,8CA/CG;8BA+CH,mCA5CU;0CA4CV,yBAzCI;;;;;;;qCAyCJ,KAzBG,yBAyBH,KAzBiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBA4BrB,KAAK,gCACjB,KAAK,4CAA4C,KAEjD,+BACG,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;qCAiCM,KAAK,yBACd,KAAK;;;;;;kCAGiD,QAC3D;;;;0BAGuC,KAAK,gCAEtC,KAAI,4CAC6B,KAAK,+BAA+B,KAC1E;;;;;;wCAgBD,KAAI,yBAAyB,KAAK;;8CAEsB,yBAAO;;;;;;;;;gDAMlD,QAAQ;sDACM,QAAQ;mDACyB,QAAQ,yBAC9C,QAAQ;wDACiC,QAAQ,8BACtD,yBAAO;oDAGE,QAAQ;;;;;;yCAGE,yBAAO;;uCAE5B,KACd,aACQ,KAAK,yBACA,KAAI;;;;;;8CAGqH,KAAK;8CAC/F,KAAK;kDAEV,KAAK;8CAG1C,KAAK,gCACM,KAAK,4CACS,KAAK,+BAEtB,KAAK;;;;;;oDAUC,KAAK,yBAAyB,KAC/C;;;;;;;0CAM8M,KAAK,gCAAgC,KAAK;+CAAuE,mCAAmC;2EAAiF,yBAAO;;;;;4DAAyP,mCAAmC,kBAAkB,8CAA+B;sDAAoE,mCAAmC;kEAA8E,yBAAO;sCAAmD,KAAK,gCAAgC,KAAK,4CAA4C,KAAK,2EAA2E,KAAK,8DAA8D,KAAK,+BAA+B,KAAK;;;;;;;0DAAkV,KAAK;8CAAqF,KAAK;;oEAA+H,KAAK,aAAa,KAAK,yBAAyB,KAAK;;;;;;0CAA6N,KAAK;0CAAiF,KAAK;8CAAkE,KAAK;0CAA6D,KAAK,gCAAgC,KAAK,4CAA4C,KAAK,+BAA+B,KAAK;;;;;;gDAA2P,KAAK,yBAAyB,KAAK;;;;;;;sCAAsS,KAAK,gCAAgC,KAAK;2CAAmE,mCAAmC;uEAA6E,yBAAO;;;;;wDAAqO,mCAAmC,kBAAkB,8CAA+B;kDAAgE,mCAAmC;8DAA0E,yBAAO;kCAA+C,KAAK,gCAAgC,KAAK,4CAA4C,KAAK,2EAA2E,KAAK,8DAA8D,KAAK,+BAA+B,KAAK;;;;;;;sDAAsT,KAAK;0CAAiF,KAAK;sCAAqF,KAAK,gCAAgC,KAAK,4CAA4C,KAAK,+BAA+B,KAAK;;8CAAwF,yBAAO;;;;;;;;;;8CAA2V,KAAK;wCAA+E,KAAK;;0CAAkG,KAAK,gCAAgC,KAAK,4CAA4C,KAAK;;kEAAgI,KAAK;kCAA0E,KAAK;8BAAqE,KAAK;;;;;;;;;;;;;;AA5GjlL,wBAqDG"}
|