@vue-skuilder/courseware 0.1.16 → 0.1.18
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/CourseWare.d.ts +1 -1
- package/dist/backend.cjs.js.map +1 -1
- package/dist/backend.d.ts +1 -1
- package/dist/backend.mjs +1 -21
- package/dist/backend.mjs.map +1 -1
- package/dist/chess/chessground/anim.d.ts.map +1 -1
- package/dist/chess/chessground/board.d.ts.map +1 -1
- package/dist/chess/chessground/draw.d.ts.map +1 -1
- package/dist/chess/chessground/util.d.ts.map +1 -1
- package/dist/chess/questions/forks/forksView.vue.d.ts +1 -1
- package/dist/chess/questions/forks/index.d.ts +2 -2
- package/dist/chess/questions/forks/index.d.ts.map +1 -1
- package/dist/chess/questions/puzzle/index.d.ts +2 -2
- package/dist/chess/questions/puzzle/index.d.ts.map +1 -1
- package/dist/chess/questions/puzzle/puzzle.vue.d.ts +5 -5
- package/dist/chess/questions/puzzle/puzzle.vue.d.ts.map +1 -1
- package/dist/default/questions/fillIn/fillIn.vue.d.ts +28 -28
- package/dist/default/questions/fillIn/fillIn.vue.d.ts.map +1 -1
- package/dist/default/questions/fillIn/index.d.ts +58 -58
- package/dist/default/questions/fillIn/index.d.ts.map +1 -1
- package/dist/default/questions/fillIn/shapes.d.ts +1 -1
- package/dist/french/questions/audioparse/index.d.ts +10 -10
- package/dist/french/questions/audioparse/index.d.ts.map +1 -1
- package/dist/french/questions/audioparse/view.vue.d.ts +5 -5
- package/dist/french/questions/audioparse/view.vue.d.ts.map +1 -1
- package/dist/french/questions/vocab/identify.vue.d.ts +5 -5
- package/dist/french/questions/vocab/identify.vue.d.ts.map +1 -1
- package/dist/french/questions/vocab/index.d.ts +14 -14
- package/dist/french/questions/vocab/index.d.ts.map +1 -1
- package/dist/index.cjs.js +1 -74
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.mjs +1 -63098
- package/dist/index.mjs.map +1 -1
- package/dist/math/questions/addition/horizontal.vue.d.ts +8 -8
- package/dist/math/questions/addition/horizontal.vue.d.ts.map +1 -1
- package/dist/math/questions/addition/index.d.ts +4 -4
- package/dist/math/questions/addition/shapes.d.ts +1 -1
- package/dist/math/questions/addition/verbal.vue.d.ts +8 -8
- package/dist/math/questions/addition/verbal.vue.d.ts.map +1 -1
- package/dist/math/questions/angleCategorize/angleCategorize.vue.d.ts +18 -18
- package/dist/math/questions/angleCategorize/angleCategorize.vue.d.ts.map +1 -1
- package/dist/math/questions/angleCategorize/index.d.ts +36 -36
- package/dist/math/questions/angleCategorize/index.d.ts.map +1 -1
- package/dist/math/questions/countBy/default.vue.d.ts +5 -5
- package/dist/math/questions/countBy/default.vue.d.ts.map +1 -1
- package/dist/math/questions/countBy/index.d.ts +10 -10
- package/dist/math/questions/countBy/index.d.ts.map +1 -1
- package/dist/math/questions/division/horizontal.vue.d.ts +8 -8
- package/dist/math/questions/division/horizontal.vue.d.ts.map +1 -1
- package/dist/math/questions/division/index.d.ts +16 -16
- package/dist/math/questions/division/index.d.ts.map +1 -1
- package/dist/math/questions/equalityTest/index.d.ts +30 -30
- package/dist/math/questions/equalityTest/index.d.ts.map +1 -1
- package/dist/math/questions/equalityTest/shapes.d.ts +1 -1
- package/dist/math/questions/equalityTest/trueFalse.vue.d.ts +14 -14
- package/dist/math/questions/equalityTest/trueFalse.vue.d.ts.map +1 -1
- package/dist/math/questions/multiplication/blorizontal.vue.d.ts +8 -8
- package/dist/math/questions/multiplication/blorizontal.vue.d.ts.map +1 -1
- package/dist/math/questions/multiplication/index.d.ts +16 -16
- package/dist/math/questions/multiplication/index.d.ts.map +1 -1
- package/dist/math/questions/multiplication/verbal.vue.d.ts +8 -8
- package/dist/math/questions/multiplication/verbal.vue.d.ts.map +1 -1
- package/dist/math/questions/oneStepEqn/index.d.ts +16 -16
- package/dist/math/questions/oneStepEqn/index.d.ts.map +1 -1
- package/dist/math/questions/oneStepEqn/solve.vue.d.ts +8 -8
- package/dist/math/questions/oneStepEqn/solve.vue.d.ts.map +1 -1
- package/dist/math/questions/supplementaryAngles/index.d.ts +16 -16
- package/dist/math/questions/supplementaryAngles/index.d.ts.map +1 -1
- package/dist/math/questions/supplementaryAngles/supplementaryAngles.vue.d.ts +8 -8
- package/dist/math/questions/supplementaryAngles/supplementaryAngles.vue.d.ts.map +1 -1
- package/dist/math/utility/index.d.ts +1 -1
- package/dist/piano/questions/echo/Playback.vue.d.ts +13 -13
- package/dist/piano/questions/echo/Playback.vue.d.ts.map +1 -1
- package/dist/piano/questions/echo/index.d.ts +26 -26
- package/dist/piano/questions/echo/index.d.ts.map +1 -1
- package/dist/piano/questions/playNote/NotePlayback.vue.d.ts +13 -13
- package/dist/piano/questions/playNote/NotePlayback.vue.d.ts.map +1 -1
- package/dist/piano/questions/playNote/index.d.ts +26 -26
- package/dist/piano/questions/playNote/index.d.ts.map +1 -1
- package/dist/piano/utility/MidiConfig.vue.d.ts +1 -1
- package/dist/pitch/questions/indentify/index.d.ts +36 -36
- package/dist/pitch/questions/indentify/index.d.ts.map +1 -1
- package/dist/pitch/questions/indentify/textBox.vue.d.ts +18 -18
- package/dist/pitch/questions/indentify/textBox.vue.d.ts.map +1 -1
- package/dist/shapes-CkScEONr.cjs.map +1 -1
- package/dist/shapes-ClIYUyOT.js +2 -0
- package/dist/{shapes-CSAUKU5h.js.map → shapes-ClIYUyOT.js.map} +1 -1
- package/dist/shapes.d.ts +1 -1
- package/dist/sightsing/questions/IdentifyKey/IdentifyKey.vue.d.ts +18 -18
- package/dist/sightsing/questions/IdentifyKey/IdentifyKey.vue.d.ts.map +1 -1
- package/dist/sightsing/questions/IdentifyKey/index.d.ts +36 -36
- 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/FallingLettersQuestion.d.ts +2 -2
- package/dist/typing/questions/single-letter/index.d.ts +10 -10
- package/dist/typing/questions/single-letter/index.d.ts.map +1 -1
- package/dist/typing/questions/single-letter/typeSingleLetter.vue.d.ts +5 -5
- package/dist/typing/questions/single-letter/typeSingleLetter.vue.d.ts.map +1 -1
- package/dist/word-work/questions/spelling/index.d.ts +16 -16
- package/dist/word-work/questions/spelling/index.d.ts.map +1 -1
- package/dist/word-work/questions/spelling/textBox.vue.d.ts +8 -8
- package/dist/word-work/questions/spelling/textBox.vue.d.ts.map +1 -1
- package/package.json +17 -9
- package/dist/shapes-CSAUKU5h.js +0 -36
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SingleDigitDivisionQuestion } from './index';
|
|
2
|
-
import { ViewData } from '
|
|
2
|
+
import { ViewData } from '@vue-skuilder/common';
|
|
3
3
|
declare const _default: import('vue').DefineComponent<{
|
|
4
4
|
data: ViewData[];
|
|
5
5
|
modifyDifficulty: number;
|
|
@@ -12,13 +12,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
12
12
|
priorAnswers: import('vue').Ref<[Answer, string][]>;
|
|
13
13
|
maxAttemptsPerView: import('vue').Ref<number>;
|
|
14
14
|
maxSessionViews: import('vue').Ref<number>;
|
|
15
|
-
submitAnswer: (answer: Answer, submittingClass?: string) =>
|
|
15
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => QuestionRecord;
|
|
16
16
|
startTime: import('vue').Ref<moment.Moment>;
|
|
17
|
-
hotKeys: import('vue').Ref<import('
|
|
17
|
+
hotKeys: import('vue').Ref<import('@vue-skuilder/common-ui').HotKey[]>;
|
|
18
18
|
timeSpent: import('vue').ComputedRef<number>;
|
|
19
|
-
logger: import('
|
|
19
|
+
logger: import('@vue-skuilder/common-ui').ViewableLogger;
|
|
20
20
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
21
|
-
emitResponse: (record:
|
|
21
|
+
emitResponse: (record: CardRecord) => void;
|
|
22
22
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
23
23
|
data: ViewData[];
|
|
24
24
|
modifyDifficulty: number;
|
|
@@ -31,14 +31,14 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
31
31
|
makeNumeric(num: Answer): number;
|
|
32
32
|
}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
33
33
|
answer: Answer;
|
|
34
|
-
previewModeStore: ReturnType<typeof import('
|
|
34
|
+
previewModeStore: ReturnType<typeof import('@vue-skuilder/common-ui').useCardPreviewModeStore> | null;
|
|
35
35
|
}, {
|
|
36
36
|
autofocus(): boolean;
|
|
37
37
|
autoFocus(): boolean;
|
|
38
38
|
}, {
|
|
39
|
-
submitAnswer(answer: Answer): import('
|
|
39
|
+
submitAnswer(answer: Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
40
40
|
submit(answer: Answer): any;
|
|
41
|
-
getQuestionViewAncestor(): import('
|
|
41
|
+
getQuestionViewAncestor(): import('@vue-skuilder/common-ui').ViewComponent;
|
|
42
42
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
43
43
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
44
44
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"horizontal.vue.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/division/horizontal.vue"],"names":[],"mappings":"AAQA;AAkEA,OAAO,EAAE,2BAA2B,EAAE,MAAM,SAAS,CAAC;AAEtD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;;;;;;;;;;;;kDAHhD,CAxBoE
|
|
1
|
+
{"version":3,"file":"horizontal.vue.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/division/horizontal.vue"],"names":[],"mappings":"AAQA;AAkEA,OAAO,EAAE,2BAA2B,EAAE,MAAM,SAAS,CAAC;AAEtD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;;;;;;;;;;;;kDAHhD,CAxBoE;;;;;yCAwBpE,CAlDW;;;;;;;;;;;;;;;;;;;;;;;;AAuDX,wBA8CG"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Question } from '
|
|
2
|
-
import { FieldDefinition, Answer, ViewData, DataShapeName } from '
|
|
1
|
+
import { Question } from '@vue-skuilder/common-ui';
|
|
2
|
+
import { FieldDefinition, Answer, ViewData, DataShapeName } from '@vue-skuilder/common';
|
|
3
3
|
export declare class SingleDigitDivisionQuestion extends Question {
|
|
4
4
|
static dataShapes: {
|
|
5
5
|
name: DataShapeName;
|
|
@@ -17,13 +17,13 @@ export declare class SingleDigitDivisionQuestion extends Question {
|
|
|
17
17
|
priorAnswers: import('vue').Ref<[Answer, string][]>;
|
|
18
18
|
maxAttemptsPerView: import('vue').Ref<number>;
|
|
19
19
|
maxSessionViews: import('vue').Ref<number>;
|
|
20
|
-
submitAnswer: (answer: Answer, submittingClass?: string) =>
|
|
20
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => QuestionRecord;
|
|
21
21
|
startTime: import('vue').Ref<moment.Moment>;
|
|
22
|
-
hotKeys: import('vue').Ref<import('
|
|
22
|
+
hotKeys: import('vue').Ref<import('@vue-skuilder/common-ui').HotKey[]>;
|
|
23
23
|
timeSpent: import('vue').ComputedRef<number>;
|
|
24
|
-
logger: import('
|
|
24
|
+
logger: import('@vue-skuilder/common-ui').ViewableLogger;
|
|
25
25
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
26
|
-
emitResponse: (record:
|
|
26
|
+
emitResponse: (record: CardRecord) => void;
|
|
27
27
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
28
28
|
data: ViewData[];
|
|
29
29
|
modifyDifficulty: number;
|
|
@@ -36,14 +36,14 @@ export declare class SingleDigitDivisionQuestion extends Question {
|
|
|
36
36
|
makeNumeric(num: Answer): number;
|
|
37
37
|
}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
38
38
|
answer: Answer;
|
|
39
|
-
previewModeStore: ReturnType<typeof import('
|
|
39
|
+
previewModeStore: ReturnType<typeof import('@vue-skuilder/common-ui').useCardPreviewModeStore> | null;
|
|
40
40
|
}, {
|
|
41
41
|
autofocus(): boolean;
|
|
42
42
|
autoFocus(): boolean;
|
|
43
43
|
}, {
|
|
44
|
-
submitAnswer(answer: Answer): import('
|
|
44
|
+
submitAnswer(answer: Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
45
45
|
submit(answer: Answer): any;
|
|
46
|
-
getQuestionViewAncestor(): import('
|
|
46
|
+
getQuestionViewAncestor(): import('@vue-skuilder/common-ui').ViewComponent;
|
|
47
47
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
48
48
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>[];
|
|
49
49
|
a: number;
|
|
@@ -70,13 +70,13 @@ export declare class SingleDigitDivisionQuestion extends Question {
|
|
|
70
70
|
priorAnswers: import('vue').Ref<[Answer, string][]>;
|
|
71
71
|
maxAttemptsPerView: import('vue').Ref<number>;
|
|
72
72
|
maxSessionViews: import('vue').Ref<number>;
|
|
73
|
-
submitAnswer: (answer: Answer, submittingClass?: string) =>
|
|
73
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => QuestionRecord;
|
|
74
74
|
startTime: import('vue').Ref<moment.Moment>;
|
|
75
|
-
hotKeys: import('vue').Ref<import('
|
|
75
|
+
hotKeys: import('vue').Ref<import('@vue-skuilder/common-ui').HotKey[]>;
|
|
76
76
|
timeSpent: import('vue').ComputedRef<number>;
|
|
77
|
-
logger: import('
|
|
77
|
+
logger: import('@vue-skuilder/common-ui').ViewableLogger;
|
|
78
78
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
79
|
-
emitResponse: (record:
|
|
79
|
+
emitResponse: (record: CardRecord) => void;
|
|
80
80
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
81
81
|
data: ViewData[];
|
|
82
82
|
modifyDifficulty: number;
|
|
@@ -89,14 +89,14 @@ export declare class SingleDigitDivisionQuestion extends Question {
|
|
|
89
89
|
makeNumeric(num: Answer): number;
|
|
90
90
|
}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
91
91
|
answer: Answer;
|
|
92
|
-
previewModeStore: ReturnType<typeof import('
|
|
92
|
+
previewModeStore: ReturnType<typeof import('@vue-skuilder/common-ui').useCardPreviewModeStore> | null;
|
|
93
93
|
}, {
|
|
94
94
|
autofocus(): boolean;
|
|
95
95
|
autoFocus(): boolean;
|
|
96
96
|
}, {
|
|
97
|
-
submitAnswer(answer: Answer): import('
|
|
97
|
+
submitAnswer(answer: Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
98
98
|
submit(answer: Answer): any;
|
|
99
|
-
getQuestionViewAncestor(): import('
|
|
99
|
+
getQuestionViewAncestor(): import('@vue-skuilder/common-ui').ViewComponent;
|
|
100
100
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
101
101
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>[];
|
|
102
102
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/division/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AACnD,OAAO,EACL,eAAe,EACf,MAAM,EACN,QAAQ,EACR,aAAa,EAGd,MAAM,sBAAsB,CAAC;AAoC9B,qBAAa,2BAA4B,SAAQ,QAAQ;IACvD,OAAc,UAAU;;;QAKtB;IAEF,OAAc,KAAK;;;;;;;;;;;;sDALe,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/division/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AACnD,OAAO,EACL,eAAe,EACf,MAAM,EACN,QAAQ,EACR,aAAa,EAGd,MAAM,sBAAsB,CAAC;AAoC9B,qBAAa,2BAA4B,SAAQ,QAAQ;IACvD,OAAc,UAAU;;;QAKtB;IAEF,OAAc,KAAK;;;;;;;;;;;;sDALe,CAAC;;;;;6CAxB7B,CAAA;;;;;;;;;;;;;;;;;;;;;;;2EA6BqC;IAEpC,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;gBACS,IAAI,EAAE,QAAQ,EAAE;IAMrB,SAAS,CAAC,MAAM,EAAE,MAAM;IAIxB,UAAU;;;;IAIV,KAAK;;;;;;;;;;;;sDA5BsB,CAAC;;;;;6CAxB7B,CAAA;;;;;;;;;;;;;;;;;;;;;;;;CAuDP"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Question } from '
|
|
2
|
-
import { Answer, ViewData } from '
|
|
1
|
+
import { Question } from '@vue-skuilder/common-ui';
|
|
2
|
+
import { Answer, ViewData } from '@vue-skuilder/common';
|
|
3
3
|
export declare class EqualityTest extends Question {
|
|
4
|
-
static dataShapes: import('
|
|
4
|
+
static dataShapes: import('@vue-skuilder/common').DataShape[];
|
|
5
5
|
static views: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
6
6
|
data: {
|
|
7
7
|
type: import('vue').PropType<ViewData[]>;
|
|
@@ -67,14 +67,14 @@ export declare class EqualityTest extends Question {
|
|
|
67
67
|
unbindKeys(): void;
|
|
68
68
|
}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
69
69
|
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
70
|
-
previewModeStore: ReturnType<typeof import('
|
|
70
|
+
previewModeStore: ReturnType<typeof import('@vue-skuilder/common-ui').useCardPreviewModeStore> | null;
|
|
71
71
|
}, {
|
|
72
72
|
autofocus(): boolean;
|
|
73
73
|
autoFocus(): boolean;
|
|
74
74
|
}, {
|
|
75
|
-
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('
|
|
75
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
76
76
|
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
77
|
-
getQuestionViewAncestor(): import('
|
|
77
|
+
getQuestionViewAncestor(): import('@vue-skuilder/common-ui').ViewComponent;
|
|
78
78
|
}, 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<{
|
|
79
79
|
choiceList: {
|
|
80
80
|
type: import('vue').PropType<string[]>;
|
|
@@ -155,7 +155,7 @@ export declare class EqualityTest extends Question {
|
|
|
155
155
|
}>> & Readonly<{}>, {}, {}, {
|
|
156
156
|
MdTokenRenderer: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
157
157
|
token: {
|
|
158
|
-
type: import('vue').PropType<import('
|
|
158
|
+
type: import('vue').PropType<import('@vue-skuilder/common-ui').TokenOrComponent>;
|
|
159
159
|
required: true;
|
|
160
160
|
};
|
|
161
161
|
last: {
|
|
@@ -167,14 +167,14 @@ export declare class EqualityTest extends Question {
|
|
|
167
167
|
isComponent: (token: import('marked').MarkedToken) => boolean;
|
|
168
168
|
containsComponent: (token: import('marked').MarkedToken) => boolean;
|
|
169
169
|
splitTextToken: (token: import('marked').MarkedToken) => import("marked").Tokens.Text[];
|
|
170
|
-
splitParagraphToken: (token: import("marked").Tokens.Paragraph) => import('
|
|
170
|
+
splitParagraphToken: (token: import("marked").Tokens.Paragraph) => import('@vue-skuilder/common-ui').TokenOrComponent[];
|
|
171
171
|
parsedComponent: (token: import('marked').MarkedToken) => {
|
|
172
172
|
is: string;
|
|
173
173
|
text: string;
|
|
174
174
|
props: Record<string, string>;
|
|
175
175
|
};
|
|
176
176
|
decodeBasicEntities: (text: string) => string;
|
|
177
|
-
isText: (tok: import('
|
|
177
|
+
isText: (tok: import('@vue-skuilder/common-ui').TokenOrComponent) => boolean;
|
|
178
178
|
components: {
|
|
179
179
|
fillIn: import('vue').Raw<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
180
180
|
text: {
|
|
@@ -200,14 +200,14 @@ export declare class EqualityTest extends Question {
|
|
|
200
200
|
prependIcon(): string;
|
|
201
201
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
202
202
|
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
203
|
-
previewModeStore: ReturnType<typeof import('
|
|
203
|
+
previewModeStore: ReturnType<typeof import('@vue-skuilder/common-ui').useCardPreviewModeStore> | null;
|
|
204
204
|
}, {
|
|
205
205
|
autofocus(): boolean;
|
|
206
206
|
autoFocus(): boolean;
|
|
207
207
|
}, {
|
|
208
|
-
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('
|
|
208
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
209
209
|
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
210
|
-
getQuestionViewAncestor(): import('
|
|
210
|
+
getQuestionViewAncestor(): import('@vue-skuilder/common-ui').ViewComponent;
|
|
211
211
|
}, 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<{
|
|
212
212
|
icon: {
|
|
213
213
|
type: BooleanConstructor;
|
|
@@ -242,14 +242,14 @@ export declare class EqualityTest extends Question {
|
|
|
242
242
|
prependIcon(): string;
|
|
243
243
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
244
244
|
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
245
|
-
previewModeStore: ReturnType<typeof import('
|
|
245
|
+
previewModeStore: ReturnType<typeof import('@vue-skuilder/common-ui').useCardPreviewModeStore> | null;
|
|
246
246
|
}, {
|
|
247
247
|
autofocus(): boolean;
|
|
248
248
|
autoFocus(): boolean;
|
|
249
249
|
}, {
|
|
250
|
-
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('
|
|
250
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
251
251
|
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
252
|
-
getQuestionViewAncestor(): import('
|
|
252
|
+
getQuestionViewAncestor(): import('@vue-skuilder/common-ui').ViewComponent;
|
|
253
253
|
}, 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<{
|
|
254
254
|
icon: {
|
|
255
255
|
type: BooleanConstructor;
|
|
@@ -261,7 +261,7 @@ export declare class EqualityTest extends Question {
|
|
|
261
261
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>> | null;
|
|
262
262
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
263
263
|
token: {
|
|
264
|
-
type: import('vue').PropType<import('
|
|
264
|
+
type: import('vue').PropType<import('@vue-skuilder/common-ui').TokenOrComponent>;
|
|
265
265
|
required: true;
|
|
266
266
|
};
|
|
267
267
|
last: {
|
|
@@ -290,7 +290,7 @@ export declare class EqualityTest extends Question {
|
|
|
290
290
|
*/
|
|
291
291
|
constructor(data: ViewData[]);
|
|
292
292
|
isCorrect(answer: Answer): boolean;
|
|
293
|
-
dataShapes(): import('
|
|
293
|
+
dataShapes(): import('@vue-skuilder/common').DataShape[];
|
|
294
294
|
views(): import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
295
295
|
data: {
|
|
296
296
|
type: import('vue').PropType<ViewData[]>;
|
|
@@ -356,14 +356,14 @@ export declare class EqualityTest extends Question {
|
|
|
356
356
|
unbindKeys(): void;
|
|
357
357
|
}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
358
358
|
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
359
|
-
previewModeStore: ReturnType<typeof import('
|
|
359
|
+
previewModeStore: ReturnType<typeof import('@vue-skuilder/common-ui').useCardPreviewModeStore> | null;
|
|
360
360
|
}, {
|
|
361
361
|
autofocus(): boolean;
|
|
362
362
|
autoFocus(): boolean;
|
|
363
363
|
}, {
|
|
364
|
-
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('
|
|
364
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
365
365
|
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
366
|
-
getQuestionViewAncestor(): import('
|
|
366
|
+
getQuestionViewAncestor(): import('@vue-skuilder/common-ui').ViewComponent;
|
|
367
367
|
}, 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<{
|
|
368
368
|
choiceList: {
|
|
369
369
|
type: import('vue').PropType<string[]>;
|
|
@@ -444,7 +444,7 @@ export declare class EqualityTest extends Question {
|
|
|
444
444
|
}>> & Readonly<{}>, {}, {}, {
|
|
445
445
|
MdTokenRenderer: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
446
446
|
token: {
|
|
447
|
-
type: import('vue').PropType<import('
|
|
447
|
+
type: import('vue').PropType<import('@vue-skuilder/common-ui').TokenOrComponent>;
|
|
448
448
|
required: true;
|
|
449
449
|
};
|
|
450
450
|
last: {
|
|
@@ -456,14 +456,14 @@ export declare class EqualityTest extends Question {
|
|
|
456
456
|
isComponent: (token: import('marked').MarkedToken) => boolean;
|
|
457
457
|
containsComponent: (token: import('marked').MarkedToken) => boolean;
|
|
458
458
|
splitTextToken: (token: import('marked').MarkedToken) => import("marked").Tokens.Text[];
|
|
459
|
-
splitParagraphToken: (token: import("marked").Tokens.Paragraph) => import('
|
|
459
|
+
splitParagraphToken: (token: import("marked").Tokens.Paragraph) => import('@vue-skuilder/common-ui').TokenOrComponent[];
|
|
460
460
|
parsedComponent: (token: import('marked').MarkedToken) => {
|
|
461
461
|
is: string;
|
|
462
462
|
text: string;
|
|
463
463
|
props: Record<string, string>;
|
|
464
464
|
};
|
|
465
465
|
decodeBasicEntities: (text: string) => string;
|
|
466
|
-
isText: (tok: import('
|
|
466
|
+
isText: (tok: import('@vue-skuilder/common-ui').TokenOrComponent) => boolean;
|
|
467
467
|
components: {
|
|
468
468
|
fillIn: import('vue').Raw<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
469
469
|
text: {
|
|
@@ -489,14 +489,14 @@ export declare class EqualityTest extends Question {
|
|
|
489
489
|
prependIcon(): string;
|
|
490
490
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
491
491
|
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
492
|
-
previewModeStore: ReturnType<typeof import('
|
|
492
|
+
previewModeStore: ReturnType<typeof import('@vue-skuilder/common-ui').useCardPreviewModeStore> | null;
|
|
493
493
|
}, {
|
|
494
494
|
autofocus(): boolean;
|
|
495
495
|
autoFocus(): boolean;
|
|
496
496
|
}, {
|
|
497
|
-
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('
|
|
497
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
498
498
|
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
499
|
-
getQuestionViewAncestor(): import('
|
|
499
|
+
getQuestionViewAncestor(): import('@vue-skuilder/common-ui').ViewComponent;
|
|
500
500
|
}, 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<{
|
|
501
501
|
icon: {
|
|
502
502
|
type: BooleanConstructor;
|
|
@@ -531,14 +531,14 @@ export declare class EqualityTest extends Question {
|
|
|
531
531
|
prependIcon(): string;
|
|
532
532
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
533
533
|
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
534
|
-
previewModeStore: ReturnType<typeof import('
|
|
534
|
+
previewModeStore: ReturnType<typeof import('@vue-skuilder/common-ui').useCardPreviewModeStore> | null;
|
|
535
535
|
}, {
|
|
536
536
|
autofocus(): boolean;
|
|
537
537
|
autoFocus(): boolean;
|
|
538
538
|
}, {
|
|
539
|
-
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('
|
|
539
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
540
540
|
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
541
|
-
getQuestionViewAncestor(): import('
|
|
541
|
+
getQuestionViewAncestor(): import('@vue-skuilder/common-ui').ViewComponent;
|
|
542
542
|
}, 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<{
|
|
543
543
|
icon: {
|
|
544
544
|
type: BooleanConstructor;
|
|
@@ -550,7 +550,7 @@ export declare class EqualityTest extends Question {
|
|
|
550
550
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>> | null;
|
|
551
551
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
552
552
|
token: {
|
|
553
|
-
type: import('vue').PropType<import('
|
|
553
|
+
type: import('vue').PropType<import('@vue-skuilder/common-ui').TokenOrComponent>;
|
|
554
554
|
required: true;
|
|
555
555
|
};
|
|
556
556
|
last: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/equalityTest/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AACnD,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAIxD,qBAAa,YAAa,SAAQ,QAAQ;IACxC,OAAc,UAAU,6CAA2B;IAEnD,OAAc,KAAK
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/equalityTest/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AACnD,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAIxD,qBAAa,YAAa,SAAQ,QAAQ;IACxC,OAAc,UAAU,6CAA2B;IAEnD,OAAc,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2EAAe;IAE3B,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;gBACS,IAAI,EAAE,QAAQ,EAAE;IAMrB,SAAS,CAAC,MAAM,EAAE,MAAM;IAIxB,UAAU;IAIV,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGb"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { EqualityTest } from './index';
|
|
3
|
-
import { ViewData } from '
|
|
3
|
+
import { ViewData } from '@vue-skuilder/common';
|
|
4
4
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
5
|
data: {
|
|
6
6
|
type: PropType<ViewData[]>;
|
|
@@ -66,14 +66,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
66
66
|
unbindKeys(): void;
|
|
67
67
|
}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
68
68
|
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
69
|
-
previewModeStore: ReturnType<typeof import('
|
|
69
|
+
previewModeStore: ReturnType<typeof import('@vue-skuilder/common-ui').useCardPreviewModeStore> | null;
|
|
70
70
|
}, {
|
|
71
71
|
autofocus(): boolean;
|
|
72
72
|
autoFocus(): boolean;
|
|
73
73
|
}, {
|
|
74
|
-
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('
|
|
74
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
75
75
|
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
76
|
-
getQuestionViewAncestor(): import('
|
|
76
|
+
getQuestionViewAncestor(): import('@vue-skuilder/common-ui').ViewComponent;
|
|
77
77
|
}, 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<{
|
|
78
78
|
choiceList: {
|
|
79
79
|
type: PropType<string[]>;
|
|
@@ -154,7 +154,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
154
154
|
}>> & Readonly<{}>, {}, {}, {
|
|
155
155
|
MdTokenRenderer: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
156
156
|
token: {
|
|
157
|
-
type: PropType<import('
|
|
157
|
+
type: PropType<import('@vue-skuilder/common-ui').TokenOrComponent>;
|
|
158
158
|
required: true;
|
|
159
159
|
};
|
|
160
160
|
last: {
|
|
@@ -166,14 +166,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
166
166
|
isComponent: (token: import('marked').MarkedToken) => boolean;
|
|
167
167
|
containsComponent: (token: import('marked').MarkedToken) => boolean;
|
|
168
168
|
splitTextToken: (token: import('marked').MarkedToken) => import("marked").Tokens.Text[];
|
|
169
|
-
splitParagraphToken: (token: import("marked").Tokens.Paragraph) => import('
|
|
169
|
+
splitParagraphToken: (token: import("marked").Tokens.Paragraph) => import('@vue-skuilder/common-ui').TokenOrComponent[];
|
|
170
170
|
parsedComponent: (token: import('marked').MarkedToken) => {
|
|
171
171
|
is: string;
|
|
172
172
|
text: string;
|
|
173
173
|
props: Record<string, string>;
|
|
174
174
|
};
|
|
175
175
|
decodeBasicEntities: (text: string) => string;
|
|
176
|
-
isText: (tok: import('
|
|
176
|
+
isText: (tok: import('@vue-skuilder/common-ui').TokenOrComponent) => boolean;
|
|
177
177
|
components: {
|
|
178
178
|
fillIn: import('vue').Raw<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
179
179
|
text: {
|
|
@@ -199,14 +199,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
199
199
|
prependIcon(): string;
|
|
200
200
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
201
201
|
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
202
|
-
previewModeStore: ReturnType<typeof import('
|
|
202
|
+
previewModeStore: ReturnType<typeof import('@vue-skuilder/common-ui').useCardPreviewModeStore> | null;
|
|
203
203
|
}, {
|
|
204
204
|
autofocus(): boolean;
|
|
205
205
|
autoFocus(): boolean;
|
|
206
206
|
}, {
|
|
207
|
-
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('
|
|
207
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
208
208
|
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
209
|
-
getQuestionViewAncestor(): import('
|
|
209
|
+
getQuestionViewAncestor(): import('@vue-skuilder/common-ui').ViewComponent;
|
|
210
210
|
}, 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<{
|
|
211
211
|
icon: {
|
|
212
212
|
type: BooleanConstructor;
|
|
@@ -241,14 +241,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
241
241
|
prependIcon(): string;
|
|
242
242
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
243
243
|
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
244
|
-
previewModeStore: ReturnType<typeof import('
|
|
244
|
+
previewModeStore: ReturnType<typeof import('@vue-skuilder/common-ui').useCardPreviewModeStore> | null;
|
|
245
245
|
}, {
|
|
246
246
|
autofocus(): boolean;
|
|
247
247
|
autoFocus(): boolean;
|
|
248
248
|
}, {
|
|
249
|
-
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('
|
|
249
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
250
250
|
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
251
|
-
getQuestionViewAncestor(): import('
|
|
251
|
+
getQuestionViewAncestor(): import('@vue-skuilder/common-ui').ViewComponent;
|
|
252
252
|
}, 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<{
|
|
253
253
|
icon: {
|
|
254
254
|
type: BooleanConstructor;
|
|
@@ -260,7 +260,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
260
260
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>> | null;
|
|
261
261
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
262
262
|
token: {
|
|
263
|
-
type: PropType<import('
|
|
263
|
+
type: PropType<import('@vue-skuilder/common-ui').TokenOrComponent>;
|
|
264
264
|
required: true;
|
|
265
265
|
};
|
|
266
266
|
last: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"trueFalse.vue.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/equalityTest/trueFalse.vue"],"names":[],"mappings":"AAOA;AAAA,OAuDO,EAA6B,QAAQ,EAAE,MAAM,KAAK,CAAC;AAE1D,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AACvC,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;;cAW3B,QAAQ,CAAC,QAAQ,EAAE,CAAC;;;;;;;;;;wBAmBV,MAAM;;;cAnBhB,QAAQ,CAAC,QAAQ,EAAE,CAAC
|
|
1
|
+
{"version":3,"file":"trueFalse.vue.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/equalityTest/trueFalse.vue"],"names":[],"mappings":"AAOA;AAAA,OAuDO,EAA6B,QAAQ,EAAE,MAAM,KAAK,CAAC;AAE1D,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AACvC,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;;cAW3B,QAAQ,CAAC,QAAQ,EAAE,CAAC;;;;;;;;;;wBAmBV,MAAM;;;cAnBhB,QAAQ,CAAC,QAAQ,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AATzC,wBAqCG"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SingleDigitMultiplicationQuestion } from './index';
|
|
2
|
-
import { ViewData } from '
|
|
2
|
+
import { ViewData } from '@vue-skuilder/common';
|
|
3
3
|
declare const _default: import('vue').DefineComponent<{
|
|
4
4
|
data: ViewData[];
|
|
5
5
|
modifyDifficulty: number;
|
|
@@ -12,13 +12,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
12
12
|
priorAnswers: import('vue').Ref<[Answer, string][]>;
|
|
13
13
|
maxAttemptsPerView: import('vue').Ref<number>;
|
|
14
14
|
maxSessionViews: import('vue').Ref<number>;
|
|
15
|
-
submitAnswer: (answer: Answer, submittingClass?: string) =>
|
|
15
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => QuestionRecord;
|
|
16
16
|
startTime: import('vue').Ref<moment.Moment>;
|
|
17
|
-
hotKeys: import('vue').Ref<import('
|
|
17
|
+
hotKeys: import('vue').Ref<import('@vue-skuilder/common-ui').HotKey[]>;
|
|
18
18
|
timeSpent: import('vue').ComputedRef<number>;
|
|
19
|
-
logger: import('
|
|
19
|
+
logger: import('@vue-skuilder/common-ui').ViewableLogger;
|
|
20
20
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
21
|
-
emitResponse: (record:
|
|
21
|
+
emitResponse: (record: CardRecord) => void;
|
|
22
22
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
23
23
|
data: ViewData[];
|
|
24
24
|
modifyDifficulty: number;
|
|
@@ -31,14 +31,14 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
31
31
|
makeNumeric(num: Answer): number;
|
|
32
32
|
}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
33
33
|
answer: Answer;
|
|
34
|
-
previewModeStore: ReturnType<typeof import('
|
|
34
|
+
previewModeStore: ReturnType<typeof import('@vue-skuilder/common-ui').useCardPreviewModeStore> | null;
|
|
35
35
|
}, {
|
|
36
36
|
autofocus(): boolean;
|
|
37
37
|
autoFocus(): boolean;
|
|
38
38
|
}, {
|
|
39
|
-
submitAnswer(answer: Answer): import('
|
|
39
|
+
submitAnswer(answer: Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
40
40
|
submit(answer: Answer): any;
|
|
41
|
-
getQuestionViewAncestor(): import('
|
|
41
|
+
getQuestionViewAncestor(): import('@vue-skuilder/common-ui').ViewComponent;
|
|
42
42
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
43
43
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
44
44
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"blorizontal.vue.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/multiplication/blorizontal.vue"],"names":[],"mappings":"AAQA;AAkEA,OAAO,EAAE,iCAAiC,EAAE,MAAM,SAAS,CAAC;AAE5D,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;;;;;;;;;;;;kDAHhD,CAxBoD
|
|
1
|
+
{"version":3,"file":"blorizontal.vue.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/multiplication/blorizontal.vue"],"names":[],"mappings":"AAQA;AAkEA,OAAO,EAAE,iCAAiC,EAAE,MAAM,SAAS,CAAC;AAE5D,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;;;;;;;;;;;;kDAHhD,CAxBoD;;;;;yCAwBpD,CAlDa;;;;;;;;;;;;;;;;;;;;;;;;AAuDb,wBA8CG"}
|