@khanacademy/perseus-editor 20.1.3 → 20.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/index.css +1 -987
- package/dist/es/index.js +1 -1
- package/dist/es/index.js.map +1 -1
- package/dist/index.css +1 -987
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/widgets/interactive-graph-editor/interactive-graph-editor.d.ts +91 -91
- package/dist/widgets/interactive-graph-editor/start-coords/start-coords-point.d.ts +2 -2
- package/dist/widgets/label-image/question-markers.d.ts +1 -1
- package/dist/widgets/label-image-editor.d.ts +1 -1
- package/dist/widgets/radio/editor.d.ts +1 -1
- package/package.json +8 -8
|
@@ -9,7 +9,7 @@ declare const InteractiveGraph: {
|
|
|
9
9
|
snapStep?: [x: number, y: number];
|
|
10
10
|
backgroundImage?: PerseusImageBackground;
|
|
11
11
|
markings: MarkingsType;
|
|
12
|
-
labels:
|
|
12
|
+
labels: string[];
|
|
13
13
|
showProtractor: boolean;
|
|
14
14
|
showRuler?: boolean;
|
|
15
15
|
showTooltips?: boolean;
|
|
@@ -18,7 +18,7 @@ declare const InteractiveGraph: {
|
|
|
18
18
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
19
19
|
graph: PerseusGraphType;
|
|
20
20
|
correct?: PerseusGraphType;
|
|
21
|
-
lockedFigures?:
|
|
21
|
+
lockedFigures?: LockedFigure[];
|
|
22
22
|
fullGraphAriaLabel?: string;
|
|
23
23
|
fullGraphAriaDescription?: string;
|
|
24
24
|
} & {
|
|
@@ -102,7 +102,7 @@ declare const InteractiveGraph: {
|
|
|
102
102
|
snapStep?: [x: number, y: number];
|
|
103
103
|
backgroundImage?: PerseusImageBackground;
|
|
104
104
|
markings: MarkingsType;
|
|
105
|
-
labels:
|
|
105
|
+
labels: string[];
|
|
106
106
|
showProtractor: boolean;
|
|
107
107
|
showRuler?: boolean;
|
|
108
108
|
showTooltips?: boolean;
|
|
@@ -111,7 +111,7 @@ declare const InteractiveGraph: {
|
|
|
111
111
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
112
112
|
graph: PerseusGraphType;
|
|
113
113
|
correct?: PerseusGraphType;
|
|
114
|
-
lockedFigures?:
|
|
114
|
+
lockedFigures?: LockedFigure[];
|
|
115
115
|
fullGraphAriaLabel?: string;
|
|
116
116
|
fullGraphAriaDescription?: string;
|
|
117
117
|
} & {
|
|
@@ -193,7 +193,7 @@ declare const InteractiveGraph: {
|
|
|
193
193
|
snapStep?: [x: number, y: number];
|
|
194
194
|
backgroundImage?: PerseusImageBackground;
|
|
195
195
|
markings: MarkingsType;
|
|
196
|
-
labels:
|
|
196
|
+
labels: string[];
|
|
197
197
|
showProtractor: boolean;
|
|
198
198
|
showRuler?: boolean;
|
|
199
199
|
showTooltips?: boolean;
|
|
@@ -202,7 +202,7 @@ declare const InteractiveGraph: {
|
|
|
202
202
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
203
203
|
graph: PerseusGraphType;
|
|
204
204
|
correct?: PerseusGraphType;
|
|
205
|
-
lockedFigures?:
|
|
205
|
+
lockedFigures?: LockedFigure[];
|
|
206
206
|
fullGraphAriaLabel?: string;
|
|
207
207
|
fullGraphAriaDescription?: string;
|
|
208
208
|
} & {
|
|
@@ -281,7 +281,7 @@ declare const InteractiveGraph: {
|
|
|
281
281
|
snapStep?: [x: number, y: number];
|
|
282
282
|
backgroundImage?: PerseusImageBackground;
|
|
283
283
|
markings: MarkingsType;
|
|
284
|
-
labels:
|
|
284
|
+
labels: string[];
|
|
285
285
|
showProtractor: boolean;
|
|
286
286
|
showRuler?: boolean;
|
|
287
287
|
showTooltips?: boolean;
|
|
@@ -290,7 +290,7 @@ declare const InteractiveGraph: {
|
|
|
290
290
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
291
291
|
graph: PerseusGraphType;
|
|
292
292
|
correct?: PerseusGraphType;
|
|
293
|
-
lockedFigures?:
|
|
293
|
+
lockedFigures?: LockedFigure[];
|
|
294
294
|
fullGraphAriaLabel?: string;
|
|
295
295
|
fullGraphAriaDescription?: string;
|
|
296
296
|
} & {
|
|
@@ -367,7 +367,7 @@ declare const InteractiveGraph: {
|
|
|
367
367
|
snapStep?: [x: number, y: number];
|
|
368
368
|
backgroundImage?: PerseusImageBackground;
|
|
369
369
|
markings: MarkingsType;
|
|
370
|
-
labels:
|
|
370
|
+
labels: string[];
|
|
371
371
|
showProtractor: boolean;
|
|
372
372
|
showRuler?: boolean;
|
|
373
373
|
showTooltips?: boolean;
|
|
@@ -376,7 +376,7 @@ declare const InteractiveGraph: {
|
|
|
376
376
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
377
377
|
graph: PerseusGraphType;
|
|
378
378
|
correct?: PerseusGraphType;
|
|
379
|
-
lockedFigures?:
|
|
379
|
+
lockedFigures?: LockedFigure[];
|
|
380
380
|
fullGraphAriaLabel?: string;
|
|
381
381
|
fullGraphAriaDescription?: string;
|
|
382
382
|
} & {
|
|
@@ -455,7 +455,7 @@ declare const InteractiveGraph: {
|
|
|
455
455
|
snapStep?: [x: number, y: number];
|
|
456
456
|
backgroundImage?: PerseusImageBackground;
|
|
457
457
|
markings: MarkingsType;
|
|
458
|
-
labels:
|
|
458
|
+
labels: string[];
|
|
459
459
|
showProtractor: boolean;
|
|
460
460
|
showRuler?: boolean;
|
|
461
461
|
showTooltips?: boolean;
|
|
@@ -464,7 +464,7 @@ declare const InteractiveGraph: {
|
|
|
464
464
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
465
465
|
graph: PerseusGraphType;
|
|
466
466
|
correct?: PerseusGraphType;
|
|
467
|
-
lockedFigures?:
|
|
467
|
+
lockedFigures?: LockedFigure[];
|
|
468
468
|
fullGraphAriaLabel?: string;
|
|
469
469
|
fullGraphAriaDescription?: string;
|
|
470
470
|
} & {
|
|
@@ -541,7 +541,7 @@ declare const InteractiveGraph: {
|
|
|
541
541
|
snapStep?: [x: number, y: number];
|
|
542
542
|
backgroundImage?: PerseusImageBackground;
|
|
543
543
|
markings: MarkingsType;
|
|
544
|
-
labels:
|
|
544
|
+
labels: string[];
|
|
545
545
|
showProtractor: boolean;
|
|
546
546
|
showRuler?: boolean;
|
|
547
547
|
showTooltips?: boolean;
|
|
@@ -550,7 +550,7 @@ declare const InteractiveGraph: {
|
|
|
550
550
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
551
551
|
graph: PerseusGraphType;
|
|
552
552
|
correct?: PerseusGraphType;
|
|
553
|
-
lockedFigures?:
|
|
553
|
+
lockedFigures?: LockedFigure[];
|
|
554
554
|
fullGraphAriaLabel?: string;
|
|
555
555
|
fullGraphAriaDescription?: string;
|
|
556
556
|
} & {
|
|
@@ -627,7 +627,7 @@ declare const InteractiveGraph: {
|
|
|
627
627
|
snapStep?: [x: number, y: number];
|
|
628
628
|
backgroundImage?: PerseusImageBackground;
|
|
629
629
|
markings: MarkingsType;
|
|
630
|
-
labels:
|
|
630
|
+
labels: string[];
|
|
631
631
|
showProtractor: boolean;
|
|
632
632
|
showRuler?: boolean;
|
|
633
633
|
showTooltips?: boolean;
|
|
@@ -636,7 +636,7 @@ declare const InteractiveGraph: {
|
|
|
636
636
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
637
637
|
graph: PerseusGraphType;
|
|
638
638
|
correct?: PerseusGraphType;
|
|
639
|
-
lockedFigures?:
|
|
639
|
+
lockedFigures?: LockedFigure[];
|
|
640
640
|
fullGraphAriaLabel?: string;
|
|
641
641
|
fullGraphAriaDescription?: string;
|
|
642
642
|
} & {
|
|
@@ -713,7 +713,7 @@ declare const InteractiveGraph: {
|
|
|
713
713
|
snapStep?: [x: number, y: number];
|
|
714
714
|
backgroundImage?: PerseusImageBackground;
|
|
715
715
|
markings: MarkingsType;
|
|
716
|
-
labels:
|
|
716
|
+
labels: string[];
|
|
717
717
|
showProtractor: boolean;
|
|
718
718
|
showRuler?: boolean;
|
|
719
719
|
showTooltips?: boolean;
|
|
@@ -722,7 +722,7 @@ declare const InteractiveGraph: {
|
|
|
722
722
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
723
723
|
graph: PerseusGraphType;
|
|
724
724
|
correct?: PerseusGraphType;
|
|
725
|
-
lockedFigures?:
|
|
725
|
+
lockedFigures?: LockedFigure[];
|
|
726
726
|
fullGraphAriaLabel?: string;
|
|
727
727
|
fullGraphAriaDescription?: string;
|
|
728
728
|
} & {
|
|
@@ -800,7 +800,7 @@ declare const InteractiveGraph: {
|
|
|
800
800
|
snapStep?: [x: number, y: number];
|
|
801
801
|
backgroundImage?: PerseusImageBackground;
|
|
802
802
|
markings: MarkingsType;
|
|
803
|
-
labels:
|
|
803
|
+
labels: string[];
|
|
804
804
|
showProtractor: boolean;
|
|
805
805
|
showRuler?: boolean;
|
|
806
806
|
showTooltips?: boolean;
|
|
@@ -809,7 +809,7 @@ declare const InteractiveGraph: {
|
|
|
809
809
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
810
810
|
graph: PerseusGraphType;
|
|
811
811
|
correct?: PerseusGraphType;
|
|
812
|
-
lockedFigures?:
|
|
812
|
+
lockedFigures?: LockedFigure[];
|
|
813
813
|
fullGraphAriaLabel?: string;
|
|
814
814
|
fullGraphAriaDescription?: string;
|
|
815
815
|
} & {
|
|
@@ -893,7 +893,7 @@ declare const InteractiveGraph: {
|
|
|
893
893
|
snapStep?: [x: number, y: number];
|
|
894
894
|
backgroundImage?: PerseusImageBackground;
|
|
895
895
|
markings: MarkingsType;
|
|
896
|
-
labels:
|
|
896
|
+
labels: string[];
|
|
897
897
|
showProtractor: boolean;
|
|
898
898
|
showRuler?: boolean;
|
|
899
899
|
showTooltips?: boolean;
|
|
@@ -902,7 +902,7 @@ declare const InteractiveGraph: {
|
|
|
902
902
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
903
903
|
graph: PerseusGraphType;
|
|
904
904
|
correct?: PerseusGraphType;
|
|
905
|
-
lockedFigures?:
|
|
905
|
+
lockedFigures?: LockedFigure[];
|
|
906
906
|
fullGraphAriaLabel?: string;
|
|
907
907
|
fullGraphAriaDescription?: string;
|
|
908
908
|
} & {
|
|
@@ -984,7 +984,7 @@ declare const InteractiveGraph: {
|
|
|
984
984
|
snapStep?: [x: number, y: number];
|
|
985
985
|
backgroundImage?: PerseusImageBackground;
|
|
986
986
|
markings: MarkingsType;
|
|
987
|
-
labels:
|
|
987
|
+
labels: string[];
|
|
988
988
|
showProtractor: boolean;
|
|
989
989
|
showRuler?: boolean;
|
|
990
990
|
showTooltips?: boolean;
|
|
@@ -993,7 +993,7 @@ declare const InteractiveGraph: {
|
|
|
993
993
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
994
994
|
graph: PerseusGraphType;
|
|
995
995
|
correct?: PerseusGraphType;
|
|
996
|
-
lockedFigures?:
|
|
996
|
+
lockedFigures?: LockedFigure[];
|
|
997
997
|
fullGraphAriaLabel?: string;
|
|
998
998
|
fullGraphAriaDescription?: string;
|
|
999
999
|
} & {
|
|
@@ -1072,7 +1072,7 @@ declare const InteractiveGraph: {
|
|
|
1072
1072
|
snapStep?: [x: number, y: number];
|
|
1073
1073
|
backgroundImage?: PerseusImageBackground;
|
|
1074
1074
|
markings: MarkingsType;
|
|
1075
|
-
labels:
|
|
1075
|
+
labels: string[];
|
|
1076
1076
|
showProtractor: boolean;
|
|
1077
1077
|
showRuler?: boolean;
|
|
1078
1078
|
showTooltips?: boolean;
|
|
@@ -1081,7 +1081,7 @@ declare const InteractiveGraph: {
|
|
|
1081
1081
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
1082
1082
|
graph: PerseusGraphType;
|
|
1083
1083
|
correct?: PerseusGraphType;
|
|
1084
|
-
lockedFigures?:
|
|
1084
|
+
lockedFigures?: LockedFigure[];
|
|
1085
1085
|
fullGraphAriaLabel?: string;
|
|
1086
1086
|
fullGraphAriaDescription?: string;
|
|
1087
1087
|
} & {
|
|
@@ -1158,7 +1158,7 @@ declare const InteractiveGraph: {
|
|
|
1158
1158
|
snapStep?: [x: number, y: number];
|
|
1159
1159
|
backgroundImage?: PerseusImageBackground;
|
|
1160
1160
|
markings: MarkingsType;
|
|
1161
|
-
labels:
|
|
1161
|
+
labels: string[];
|
|
1162
1162
|
showProtractor: boolean;
|
|
1163
1163
|
showRuler?: boolean;
|
|
1164
1164
|
showTooltips?: boolean;
|
|
@@ -1167,7 +1167,7 @@ declare const InteractiveGraph: {
|
|
|
1167
1167
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
1168
1168
|
graph: PerseusGraphType;
|
|
1169
1169
|
correct?: PerseusGraphType;
|
|
1170
|
-
lockedFigures?:
|
|
1170
|
+
lockedFigures?: LockedFigure[];
|
|
1171
1171
|
fullGraphAriaLabel?: string;
|
|
1172
1172
|
fullGraphAriaDescription?: string;
|
|
1173
1173
|
} & {
|
|
@@ -1246,7 +1246,7 @@ declare const InteractiveGraph: {
|
|
|
1246
1246
|
snapStep?: [x: number, y: number];
|
|
1247
1247
|
backgroundImage?: PerseusImageBackground;
|
|
1248
1248
|
markings: MarkingsType;
|
|
1249
|
-
labels:
|
|
1249
|
+
labels: string[];
|
|
1250
1250
|
showProtractor: boolean;
|
|
1251
1251
|
showRuler?: boolean;
|
|
1252
1252
|
showTooltips?: boolean;
|
|
@@ -1255,7 +1255,7 @@ declare const InteractiveGraph: {
|
|
|
1255
1255
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
1256
1256
|
graph: PerseusGraphType;
|
|
1257
1257
|
correct?: PerseusGraphType;
|
|
1258
|
-
lockedFigures?:
|
|
1258
|
+
lockedFigures?: LockedFigure[];
|
|
1259
1259
|
fullGraphAriaLabel?: string;
|
|
1260
1260
|
fullGraphAriaDescription?: string;
|
|
1261
1261
|
} & {
|
|
@@ -1332,7 +1332,7 @@ declare const InteractiveGraph: {
|
|
|
1332
1332
|
snapStep?: [x: number, y: number];
|
|
1333
1333
|
backgroundImage?: PerseusImageBackground;
|
|
1334
1334
|
markings: MarkingsType;
|
|
1335
|
-
labels:
|
|
1335
|
+
labels: string[];
|
|
1336
1336
|
showProtractor: boolean;
|
|
1337
1337
|
showRuler?: boolean;
|
|
1338
1338
|
showTooltips?: boolean;
|
|
@@ -1341,7 +1341,7 @@ declare const InteractiveGraph: {
|
|
|
1341
1341
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
1342
1342
|
graph: PerseusGraphType;
|
|
1343
1343
|
correct?: PerseusGraphType;
|
|
1344
|
-
lockedFigures?:
|
|
1344
|
+
lockedFigures?: LockedFigure[];
|
|
1345
1345
|
fullGraphAriaLabel?: string;
|
|
1346
1346
|
fullGraphAriaDescription?: string;
|
|
1347
1347
|
} & {
|
|
@@ -1418,7 +1418,7 @@ declare const InteractiveGraph: {
|
|
|
1418
1418
|
snapStep?: [x: number, y: number];
|
|
1419
1419
|
backgroundImage?: PerseusImageBackground;
|
|
1420
1420
|
markings: MarkingsType;
|
|
1421
|
-
labels:
|
|
1421
|
+
labels: string[];
|
|
1422
1422
|
showProtractor: boolean;
|
|
1423
1423
|
showRuler?: boolean;
|
|
1424
1424
|
showTooltips?: boolean;
|
|
@@ -1427,7 +1427,7 @@ declare const InteractiveGraph: {
|
|
|
1427
1427
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
1428
1428
|
graph: PerseusGraphType;
|
|
1429
1429
|
correct?: PerseusGraphType;
|
|
1430
|
-
lockedFigures?:
|
|
1430
|
+
lockedFigures?: LockedFigure[];
|
|
1431
1431
|
fullGraphAriaLabel?: string;
|
|
1432
1432
|
fullGraphAriaDescription?: string;
|
|
1433
1433
|
} & {
|
|
@@ -1504,7 +1504,7 @@ declare const InteractiveGraph: {
|
|
|
1504
1504
|
snapStep?: [x: number, y: number];
|
|
1505
1505
|
backgroundImage?: PerseusImageBackground;
|
|
1506
1506
|
markings: MarkingsType;
|
|
1507
|
-
labels:
|
|
1507
|
+
labels: string[];
|
|
1508
1508
|
showProtractor: boolean;
|
|
1509
1509
|
showRuler?: boolean;
|
|
1510
1510
|
showTooltips?: boolean;
|
|
@@ -1513,7 +1513,7 @@ declare const InteractiveGraph: {
|
|
|
1513
1513
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
1514
1514
|
graph: PerseusGraphType;
|
|
1515
1515
|
correct?: PerseusGraphType;
|
|
1516
|
-
lockedFigures?:
|
|
1516
|
+
lockedFigures?: LockedFigure[];
|
|
1517
1517
|
fullGraphAriaLabel?: string;
|
|
1518
1518
|
fullGraphAriaDescription?: string;
|
|
1519
1519
|
} & {
|
|
@@ -1586,7 +1586,7 @@ declare const InteractiveGraph: {
|
|
|
1586
1586
|
}>, nextState: Readonly<any>, nextContext: any): void;
|
|
1587
1587
|
};
|
|
1588
1588
|
defaultProps: {
|
|
1589
|
-
labels:
|
|
1589
|
+
labels: string[];
|
|
1590
1590
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
1591
1591
|
step: [number, number];
|
|
1592
1592
|
backgroundImage: PerseusImageBackground | undefined;
|
|
@@ -1601,7 +1601,7 @@ declare const InteractiveGraph: {
|
|
|
1601
1601
|
snapStep?: [x: number, y: number];
|
|
1602
1602
|
backgroundImage?: PerseusImageBackground;
|
|
1603
1603
|
markings: MarkingsType;
|
|
1604
|
-
labels:
|
|
1604
|
+
labels: string[];
|
|
1605
1605
|
showProtractor: boolean;
|
|
1606
1606
|
showRuler?: boolean;
|
|
1607
1607
|
showTooltips?: boolean;
|
|
@@ -1610,7 +1610,7 @@ declare const InteractiveGraph: {
|
|
|
1610
1610
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
1611
1611
|
graph: PerseusGraphType;
|
|
1612
1612
|
correct?: PerseusGraphType;
|
|
1613
|
-
lockedFigures?:
|
|
1613
|
+
lockedFigures?: LockedFigure[];
|
|
1614
1614
|
fullGraphAriaLabel?: string;
|
|
1615
1615
|
fullGraphAriaDescription?: string;
|
|
1616
1616
|
} & {
|
|
@@ -1678,14 +1678,14 @@ declare const InteractiveGraph: {
|
|
|
1678
1678
|
isLastUsedWidget: boolean;
|
|
1679
1679
|
linterContext: import("@khanacademy/perseus-linter").LinterContextProps;
|
|
1680
1680
|
containerSizeClass: import("../../../../perseus/src/util/sizing-utils").SizeClass;
|
|
1681
|
-
}):
|
|
1681
|
+
}): import("@khanacademy/perseus").Coord[];
|
|
1682
1682
|
getPointCoords(graph: import("@khanacademy/perseus-core").PerseusGraphTypePoint, props: {
|
|
1683
1683
|
step: [number, number];
|
|
1684
1684
|
gridStep?: [x: number, y: number];
|
|
1685
1685
|
snapStep?: [x: number, y: number];
|
|
1686
1686
|
backgroundImage?: PerseusImageBackground;
|
|
1687
1687
|
markings: MarkingsType;
|
|
1688
|
-
labels:
|
|
1688
|
+
labels: string[];
|
|
1689
1689
|
showProtractor: boolean;
|
|
1690
1690
|
showRuler?: boolean;
|
|
1691
1691
|
showTooltips?: boolean;
|
|
@@ -1694,7 +1694,7 @@ declare const InteractiveGraph: {
|
|
|
1694
1694
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
1695
1695
|
graph: PerseusGraphType;
|
|
1696
1696
|
correct?: PerseusGraphType;
|
|
1697
|
-
lockedFigures?:
|
|
1697
|
+
lockedFigures?: LockedFigure[];
|
|
1698
1698
|
fullGraphAriaLabel?: string;
|
|
1699
1699
|
fullGraphAriaDescription?: string;
|
|
1700
1700
|
} & {
|
|
@@ -1762,14 +1762,14 @@ declare const InteractiveGraph: {
|
|
|
1762
1762
|
isLastUsedWidget: boolean;
|
|
1763
1763
|
linterContext: import("@khanacademy/perseus-linter").LinterContextProps;
|
|
1764
1764
|
containerSizeClass: import("../../../../perseus/src/util/sizing-utils").SizeClass;
|
|
1765
|
-
}):
|
|
1765
|
+
}): import("@khanacademy/perseus").Coord[];
|
|
1766
1766
|
getLinearSystemCoords(graph: PerseusGraphType, props: {
|
|
1767
1767
|
step: [number, number];
|
|
1768
1768
|
gridStep?: [x: number, y: number];
|
|
1769
1769
|
snapStep?: [x: number, y: number];
|
|
1770
1770
|
backgroundImage?: PerseusImageBackground;
|
|
1771
1771
|
markings: MarkingsType;
|
|
1772
|
-
labels:
|
|
1772
|
+
labels: string[];
|
|
1773
1773
|
showProtractor: boolean;
|
|
1774
1774
|
showRuler?: boolean;
|
|
1775
1775
|
showTooltips?: boolean;
|
|
@@ -1778,7 +1778,7 @@ declare const InteractiveGraph: {
|
|
|
1778
1778
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
1779
1779
|
graph: PerseusGraphType;
|
|
1780
1780
|
correct?: PerseusGraphType;
|
|
1781
|
-
lockedFigures?:
|
|
1781
|
+
lockedFigures?: LockedFigure[];
|
|
1782
1782
|
fullGraphAriaLabel?: string;
|
|
1783
1783
|
fullGraphAriaDescription?: string;
|
|
1784
1784
|
} & {
|
|
@@ -1846,14 +1846,14 @@ declare const InteractiveGraph: {
|
|
|
1846
1846
|
isLastUsedWidget: boolean;
|
|
1847
1847
|
linterContext: import("@khanacademy/perseus-linter").LinterContextProps;
|
|
1848
1848
|
containerSizeClass: import("../../../../perseus/src/util/sizing-utils").SizeClass;
|
|
1849
|
-
}):
|
|
1849
|
+
}): import("@khanacademy/perseus").Coord[][];
|
|
1850
1850
|
getPolygonCoords(graph: PerseusGraphType, props: {
|
|
1851
1851
|
step: [number, number];
|
|
1852
1852
|
gridStep?: [x: number, y: number];
|
|
1853
1853
|
snapStep?: [x: number, y: number];
|
|
1854
1854
|
backgroundImage?: PerseusImageBackground;
|
|
1855
1855
|
markings: MarkingsType;
|
|
1856
|
-
labels:
|
|
1856
|
+
labels: string[];
|
|
1857
1857
|
showProtractor: boolean;
|
|
1858
1858
|
showRuler?: boolean;
|
|
1859
1859
|
showTooltips?: boolean;
|
|
@@ -1862,7 +1862,7 @@ declare const InteractiveGraph: {
|
|
|
1862
1862
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
1863
1863
|
graph: PerseusGraphType;
|
|
1864
1864
|
correct?: PerseusGraphType;
|
|
1865
|
-
lockedFigures?:
|
|
1865
|
+
lockedFigures?: LockedFigure[];
|
|
1866
1866
|
fullGraphAriaLabel?: string;
|
|
1867
1867
|
fullGraphAriaDescription?: string;
|
|
1868
1868
|
} & {
|
|
@@ -1930,14 +1930,14 @@ declare const InteractiveGraph: {
|
|
|
1930
1930
|
isLastUsedWidget: boolean;
|
|
1931
1931
|
linterContext: import("@khanacademy/perseus-linter").LinterContextProps;
|
|
1932
1932
|
containerSizeClass: import("../../../../perseus/src/util/sizing-utils").SizeClass;
|
|
1933
|
-
}):
|
|
1933
|
+
}): import("@khanacademy/perseus").Coord[];
|
|
1934
1934
|
getSegmentCoords(graph: import("@khanacademy/perseus-core").PerseusGraphTypeSegment, props: {
|
|
1935
1935
|
step: [number, number];
|
|
1936
1936
|
gridStep?: [x: number, y: number];
|
|
1937
1937
|
snapStep?: [x: number, y: number];
|
|
1938
1938
|
backgroundImage?: PerseusImageBackground;
|
|
1939
1939
|
markings: MarkingsType;
|
|
1940
|
-
labels:
|
|
1940
|
+
labels: string[];
|
|
1941
1941
|
showProtractor: boolean;
|
|
1942
1942
|
showRuler?: boolean;
|
|
1943
1943
|
showTooltips?: boolean;
|
|
@@ -1946,7 +1946,7 @@ declare const InteractiveGraph: {
|
|
|
1946
1946
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
1947
1947
|
graph: PerseusGraphType;
|
|
1948
1948
|
correct?: PerseusGraphType;
|
|
1949
|
-
lockedFigures?:
|
|
1949
|
+
lockedFigures?: LockedFigure[];
|
|
1950
1950
|
fullGraphAriaLabel?: string;
|
|
1951
1951
|
fullGraphAriaDescription?: string;
|
|
1952
1952
|
} & {
|
|
@@ -2014,14 +2014,14 @@ declare const InteractiveGraph: {
|
|
|
2014
2014
|
isLastUsedWidget: boolean;
|
|
2015
2015
|
linterContext: import("@khanacademy/perseus-linter").LinterContextProps;
|
|
2016
2016
|
containerSizeClass: import("../../../../perseus/src/util/sizing-utils").SizeClass;
|
|
2017
|
-
}):
|
|
2017
|
+
}): import("@khanacademy/perseus").Coord[][];
|
|
2018
2018
|
getAngleCoords(graph: import("@khanacademy/perseus-core").PerseusGraphTypeAngle, props: {
|
|
2019
2019
|
step: [number, number];
|
|
2020
2020
|
gridStep?: [x: number, y: number];
|
|
2021
2021
|
snapStep?: [x: number, y: number];
|
|
2022
2022
|
backgroundImage?: PerseusImageBackground;
|
|
2023
2023
|
markings: MarkingsType;
|
|
2024
|
-
labels:
|
|
2024
|
+
labels: string[];
|
|
2025
2025
|
showProtractor: boolean;
|
|
2026
2026
|
showRuler?: boolean;
|
|
2027
2027
|
showTooltips?: boolean;
|
|
@@ -2030,7 +2030,7 @@ declare const InteractiveGraph: {
|
|
|
2030
2030
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
2031
2031
|
graph: PerseusGraphType;
|
|
2032
2032
|
correct?: PerseusGraphType;
|
|
2033
|
-
lockedFigures?:
|
|
2033
|
+
lockedFigures?: LockedFigure[];
|
|
2034
2034
|
fullGraphAriaLabel?: string;
|
|
2035
2035
|
fullGraphAriaDescription?: string;
|
|
2036
2036
|
} & {
|
|
@@ -2099,14 +2099,14 @@ declare const InteractiveGraph: {
|
|
|
2099
2099
|
linterContext: import("@khanacademy/perseus-linter").LinterContextProps;
|
|
2100
2100
|
containerSizeClass: import("../../../../perseus/src/util/sizing-utils").SizeClass;
|
|
2101
2101
|
}): [import("@khanacademy/perseus").Coord, import("@khanacademy/perseus").Coord, import("@khanacademy/perseus").Coord];
|
|
2102
|
-
normalizeCoords(coordsList:
|
|
2102
|
+
normalizeCoords(coordsList: import("@khanacademy/perseus").Coord[], ranges: [import("@khanacademy/kmath").Range, import("@khanacademy/kmath").Range]): import("@khanacademy/perseus").Coord[];
|
|
2103
2103
|
getEquationString(props: {
|
|
2104
2104
|
step: [number, number];
|
|
2105
2105
|
gridStep?: [x: number, y: number];
|
|
2106
2106
|
snapStep?: [x: number, y: number];
|
|
2107
2107
|
backgroundImage?: PerseusImageBackground;
|
|
2108
2108
|
markings: MarkingsType;
|
|
2109
|
-
labels:
|
|
2109
|
+
labels: string[];
|
|
2110
2110
|
showProtractor: boolean;
|
|
2111
2111
|
showRuler?: boolean;
|
|
2112
2112
|
showTooltips?: boolean;
|
|
@@ -2115,7 +2115,7 @@ declare const InteractiveGraph: {
|
|
|
2115
2115
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
2116
2116
|
graph: PerseusGraphType;
|
|
2117
2117
|
correct?: PerseusGraphType;
|
|
2118
|
-
lockedFigures?:
|
|
2118
|
+
lockedFigures?: LockedFigure[];
|
|
2119
2119
|
fullGraphAriaLabel?: string;
|
|
2120
2120
|
fullGraphAriaDescription?: string;
|
|
2121
2121
|
} & {
|
|
@@ -2190,7 +2190,7 @@ declare const InteractiveGraph: {
|
|
|
2190
2190
|
snapStep?: [x: number, y: number];
|
|
2191
2191
|
backgroundImage?: PerseusImageBackground;
|
|
2192
2192
|
markings: MarkingsType;
|
|
2193
|
-
labels:
|
|
2193
|
+
labels: string[];
|
|
2194
2194
|
showProtractor: boolean;
|
|
2195
2195
|
showRuler?: boolean;
|
|
2196
2196
|
showTooltips?: boolean;
|
|
@@ -2199,7 +2199,7 @@ declare const InteractiveGraph: {
|
|
|
2199
2199
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
2200
2200
|
graph: PerseusGraphType;
|
|
2201
2201
|
correct?: PerseusGraphType;
|
|
2202
|
-
lockedFigures?:
|
|
2202
|
+
lockedFigures?: LockedFigure[];
|
|
2203
2203
|
fullGraphAriaLabel?: string;
|
|
2204
2204
|
fullGraphAriaDescription?: string;
|
|
2205
2205
|
} & {
|
|
@@ -2267,7 +2267,7 @@ declare const InteractiveGraph: {
|
|
|
2267
2267
|
isLastUsedWidget: boolean;
|
|
2268
2268
|
linterContext: import("@khanacademy/perseus-linter").LinterContextProps;
|
|
2269
2269
|
containerSizeClass: import("../../../../perseus/src/util/sizing-utils").SizeClass;
|
|
2270
|
-
}, coordsList:
|
|
2270
|
+
}, coordsList: import("@khanacademy/perseus").Coord[], noSnap?: boolean): import("@khanacademy/perseus").Coord[];
|
|
2271
2271
|
getNoneEquationString(): string;
|
|
2272
2272
|
getLinearEquationString(props: {
|
|
2273
2273
|
step: [number, number];
|
|
@@ -2275,7 +2275,7 @@ declare const InteractiveGraph: {
|
|
|
2275
2275
|
snapStep?: [x: number, y: number];
|
|
2276
2276
|
backgroundImage?: PerseusImageBackground;
|
|
2277
2277
|
markings: MarkingsType;
|
|
2278
|
-
labels:
|
|
2278
|
+
labels: string[];
|
|
2279
2279
|
showProtractor: boolean;
|
|
2280
2280
|
showRuler?: boolean;
|
|
2281
2281
|
showTooltips?: boolean;
|
|
@@ -2284,7 +2284,7 @@ declare const InteractiveGraph: {
|
|
|
2284
2284
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
2285
2285
|
graph: PerseusGraphType;
|
|
2286
2286
|
correct?: PerseusGraphType;
|
|
2287
|
-
lockedFigures?:
|
|
2287
|
+
lockedFigures?: LockedFigure[];
|
|
2288
2288
|
fullGraphAriaLabel?: string;
|
|
2289
2289
|
fullGraphAriaDescription?: string;
|
|
2290
2290
|
} & {
|
|
@@ -2359,7 +2359,7 @@ declare const InteractiveGraph: {
|
|
|
2359
2359
|
snapStep?: [x: number, y: number];
|
|
2360
2360
|
backgroundImage?: PerseusImageBackground;
|
|
2361
2361
|
markings: MarkingsType;
|
|
2362
|
-
labels:
|
|
2362
|
+
labels: string[];
|
|
2363
2363
|
showProtractor: boolean;
|
|
2364
2364
|
showRuler?: boolean;
|
|
2365
2365
|
showTooltips?: boolean;
|
|
@@ -2368,7 +2368,7 @@ declare const InteractiveGraph: {
|
|
|
2368
2368
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
2369
2369
|
graph: PerseusGraphType;
|
|
2370
2370
|
correct?: PerseusGraphType;
|
|
2371
|
-
lockedFigures?:
|
|
2371
|
+
lockedFigures?: LockedFigure[];
|
|
2372
2372
|
fullGraphAriaLabel?: string;
|
|
2373
2373
|
fullGraphAriaDescription?: string;
|
|
2374
2374
|
} & {
|
|
@@ -2443,7 +2443,7 @@ declare const InteractiveGraph: {
|
|
|
2443
2443
|
snapStep?: [x: number, y: number];
|
|
2444
2444
|
backgroundImage?: PerseusImageBackground;
|
|
2445
2445
|
markings: MarkingsType;
|
|
2446
|
-
labels:
|
|
2446
|
+
labels: string[];
|
|
2447
2447
|
showProtractor: boolean;
|
|
2448
2448
|
showRuler?: boolean;
|
|
2449
2449
|
showTooltips?: boolean;
|
|
@@ -2452,7 +2452,7 @@ declare const InteractiveGraph: {
|
|
|
2452
2452
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
2453
2453
|
graph: PerseusGraphType;
|
|
2454
2454
|
correct?: PerseusGraphType;
|
|
2455
|
-
lockedFigures?:
|
|
2455
|
+
lockedFigures?: LockedFigure[];
|
|
2456
2456
|
fullGraphAriaLabel?: string;
|
|
2457
2457
|
fullGraphAriaDescription?: string;
|
|
2458
2458
|
} & {
|
|
@@ -2527,7 +2527,7 @@ declare const InteractiveGraph: {
|
|
|
2527
2527
|
snapStep?: [x: number, y: number];
|
|
2528
2528
|
backgroundImage?: PerseusImageBackground;
|
|
2529
2529
|
markings: MarkingsType;
|
|
2530
|
-
labels:
|
|
2530
|
+
labels: string[];
|
|
2531
2531
|
showProtractor: boolean;
|
|
2532
2532
|
showRuler?: boolean;
|
|
2533
2533
|
showTooltips?: boolean;
|
|
@@ -2536,7 +2536,7 @@ declare const InteractiveGraph: {
|
|
|
2536
2536
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
2537
2537
|
graph: PerseusGraphType;
|
|
2538
2538
|
correct?: PerseusGraphType;
|
|
2539
|
-
lockedFigures?:
|
|
2539
|
+
lockedFigures?: LockedFigure[];
|
|
2540
2540
|
fullGraphAriaLabel?: string;
|
|
2541
2541
|
fullGraphAriaDescription?: string;
|
|
2542
2542
|
} & {
|
|
@@ -2611,7 +2611,7 @@ declare const InteractiveGraph: {
|
|
|
2611
2611
|
snapStep?: [x: number, y: number];
|
|
2612
2612
|
backgroundImage?: PerseusImageBackground;
|
|
2613
2613
|
markings: MarkingsType;
|
|
2614
|
-
labels:
|
|
2614
|
+
labels: string[];
|
|
2615
2615
|
showProtractor: boolean;
|
|
2616
2616
|
showRuler?: boolean;
|
|
2617
2617
|
showTooltips?: boolean;
|
|
@@ -2620,7 +2620,7 @@ declare const InteractiveGraph: {
|
|
|
2620
2620
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
2621
2621
|
graph: PerseusGraphType;
|
|
2622
2622
|
correct?: PerseusGraphType;
|
|
2623
|
-
lockedFigures?:
|
|
2623
|
+
lockedFigures?: LockedFigure[];
|
|
2624
2624
|
fullGraphAriaLabel?: string;
|
|
2625
2625
|
fullGraphAriaDescription?: string;
|
|
2626
2626
|
} & {
|
|
@@ -2695,7 +2695,7 @@ declare const InteractiveGraph: {
|
|
|
2695
2695
|
snapStep?: [x: number, y: number];
|
|
2696
2696
|
backgroundImage?: PerseusImageBackground;
|
|
2697
2697
|
markings: MarkingsType;
|
|
2698
|
-
labels:
|
|
2698
|
+
labels: string[];
|
|
2699
2699
|
showProtractor: boolean;
|
|
2700
2700
|
showRuler?: boolean;
|
|
2701
2701
|
showTooltips?: boolean;
|
|
@@ -2704,7 +2704,7 @@ declare const InteractiveGraph: {
|
|
|
2704
2704
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
2705
2705
|
graph: PerseusGraphType;
|
|
2706
2706
|
correct?: PerseusGraphType;
|
|
2707
|
-
lockedFigures?:
|
|
2707
|
+
lockedFigures?: LockedFigure[];
|
|
2708
2708
|
fullGraphAriaLabel?: string;
|
|
2709
2709
|
fullGraphAriaDescription?: string;
|
|
2710
2710
|
} & {
|
|
@@ -2772,14 +2772,14 @@ declare const InteractiveGraph: {
|
|
|
2772
2772
|
isLastUsedWidget: boolean;
|
|
2773
2773
|
linterContext: import("@khanacademy/perseus-linter").LinterContextProps;
|
|
2774
2774
|
containerSizeClass: import("../../../../perseus/src/util/sizing-utils").SizeClass;
|
|
2775
|
-
}):
|
|
2775
|
+
}): import("@khanacademy/perseus").Coord[];
|
|
2776
2776
|
getSinusoidEquationString(props: {
|
|
2777
2777
|
step: [number, number];
|
|
2778
2778
|
gridStep?: [x: number, y: number];
|
|
2779
2779
|
snapStep?: [x: number, y: number];
|
|
2780
2780
|
backgroundImage?: PerseusImageBackground;
|
|
2781
2781
|
markings: MarkingsType;
|
|
2782
|
-
labels:
|
|
2782
|
+
labels: string[];
|
|
2783
2783
|
showProtractor: boolean;
|
|
2784
2784
|
showRuler?: boolean;
|
|
2785
2785
|
showTooltips?: boolean;
|
|
@@ -2788,7 +2788,7 @@ declare const InteractiveGraph: {
|
|
|
2788
2788
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
2789
2789
|
graph: PerseusGraphType;
|
|
2790
2790
|
correct?: PerseusGraphType;
|
|
2791
|
-
lockedFigures?:
|
|
2791
|
+
lockedFigures?: LockedFigure[];
|
|
2792
2792
|
fullGraphAriaLabel?: string;
|
|
2793
2793
|
fullGraphAriaDescription?: string;
|
|
2794
2794
|
} & {
|
|
@@ -2863,7 +2863,7 @@ declare const InteractiveGraph: {
|
|
|
2863
2863
|
snapStep?: [x: number, y: number];
|
|
2864
2864
|
backgroundImage?: PerseusImageBackground;
|
|
2865
2865
|
markings: MarkingsType;
|
|
2866
|
-
labels:
|
|
2866
|
+
labels: string[];
|
|
2867
2867
|
showProtractor: boolean;
|
|
2868
2868
|
showRuler?: boolean;
|
|
2869
2869
|
showTooltips?: boolean;
|
|
@@ -2872,7 +2872,7 @@ declare const InteractiveGraph: {
|
|
|
2872
2872
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
2873
2873
|
graph: PerseusGraphType;
|
|
2874
2874
|
correct?: PerseusGraphType;
|
|
2875
|
-
lockedFigures?:
|
|
2875
|
+
lockedFigures?: LockedFigure[];
|
|
2876
2876
|
fullGraphAriaLabel?: string;
|
|
2877
2877
|
fullGraphAriaDescription?: string;
|
|
2878
2878
|
} & {
|
|
@@ -2947,7 +2947,7 @@ declare const InteractiveGraph: {
|
|
|
2947
2947
|
snapStep?: [x: number, y: number];
|
|
2948
2948
|
backgroundImage?: PerseusImageBackground;
|
|
2949
2949
|
markings: MarkingsType;
|
|
2950
|
-
labels:
|
|
2950
|
+
labels: string[];
|
|
2951
2951
|
showProtractor: boolean;
|
|
2952
2952
|
showRuler?: boolean;
|
|
2953
2953
|
showTooltips?: boolean;
|
|
@@ -2956,7 +2956,7 @@ declare const InteractiveGraph: {
|
|
|
2956
2956
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
2957
2957
|
graph: PerseusGraphType;
|
|
2958
2958
|
correct?: PerseusGraphType;
|
|
2959
|
-
lockedFigures?:
|
|
2959
|
+
lockedFigures?: LockedFigure[];
|
|
2960
2960
|
fullGraphAriaLabel?: string;
|
|
2961
2961
|
fullGraphAriaDescription?: string;
|
|
2962
2962
|
} & {
|
|
@@ -3031,7 +3031,7 @@ declare const InteractiveGraph: {
|
|
|
3031
3031
|
snapStep?: [x: number, y: number];
|
|
3032
3032
|
backgroundImage?: PerseusImageBackground;
|
|
3033
3033
|
markings: MarkingsType;
|
|
3034
|
-
labels:
|
|
3034
|
+
labels: string[];
|
|
3035
3035
|
showProtractor: boolean;
|
|
3036
3036
|
showRuler?: boolean;
|
|
3037
3037
|
showTooltips?: boolean;
|
|
@@ -3040,7 +3040,7 @@ declare const InteractiveGraph: {
|
|
|
3040
3040
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
3041
3041
|
graph: PerseusGraphType;
|
|
3042
3042
|
correct?: PerseusGraphType;
|
|
3043
|
-
lockedFigures?:
|
|
3043
|
+
lockedFigures?: LockedFigure[];
|
|
3044
3044
|
fullGraphAriaLabel?: string;
|
|
3045
3045
|
fullGraphAriaDescription?: string;
|
|
3046
3046
|
} & {
|
|
@@ -3115,7 +3115,7 @@ declare const InteractiveGraph: {
|
|
|
3115
3115
|
snapStep?: [x: number, y: number];
|
|
3116
3116
|
backgroundImage?: PerseusImageBackground;
|
|
3117
3117
|
markings: MarkingsType;
|
|
3118
|
-
labels:
|
|
3118
|
+
labels: string[];
|
|
3119
3119
|
showProtractor: boolean;
|
|
3120
3120
|
showRuler?: boolean;
|
|
3121
3121
|
showTooltips?: boolean;
|
|
@@ -3124,7 +3124,7 @@ declare const InteractiveGraph: {
|
|
|
3124
3124
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
3125
3125
|
graph: PerseusGraphType;
|
|
3126
3126
|
correct?: PerseusGraphType;
|
|
3127
|
-
lockedFigures?:
|
|
3127
|
+
lockedFigures?: LockedFigure[];
|
|
3128
3128
|
fullGraphAriaLabel?: string;
|
|
3129
3129
|
fullGraphAriaDescription?: string;
|
|
3130
3130
|
} & {
|
|
@@ -3199,7 +3199,7 @@ declare const InteractiveGraph: {
|
|
|
3199
3199
|
snapStep?: [x: number, y: number];
|
|
3200
3200
|
backgroundImage?: PerseusImageBackground;
|
|
3201
3201
|
markings: MarkingsType;
|
|
3202
|
-
labels:
|
|
3202
|
+
labels: string[];
|
|
3203
3203
|
showProtractor: boolean;
|
|
3204
3204
|
showRuler?: boolean;
|
|
3205
3205
|
showTooltips?: boolean;
|
|
@@ -3208,7 +3208,7 @@ declare const InteractiveGraph: {
|
|
|
3208
3208
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
3209
3209
|
graph: PerseusGraphType;
|
|
3210
3210
|
correct?: PerseusGraphType;
|
|
3211
|
-
lockedFigures?:
|
|
3211
|
+
lockedFigures?: LockedFigure[];
|
|
3212
3212
|
fullGraphAriaLabel?: string;
|
|
3213
3213
|
fullGraphAriaDescription?: string;
|
|
3214
3214
|
} & {
|
|
@@ -3283,7 +3283,7 @@ declare const InteractiveGraph: {
|
|
|
3283
3283
|
snapStep?: [x: number, y: number];
|
|
3284
3284
|
backgroundImage?: PerseusImageBackground;
|
|
3285
3285
|
markings: MarkingsType;
|
|
3286
|
-
labels:
|
|
3286
|
+
labels: string[];
|
|
3287
3287
|
showProtractor: boolean;
|
|
3288
3288
|
showRuler?: boolean;
|
|
3289
3289
|
showTooltips?: boolean;
|
|
@@ -3292,7 +3292,7 @@ declare const InteractiveGraph: {
|
|
|
3292
3292
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
3293
3293
|
graph: PerseusGraphType;
|
|
3294
3294
|
correct?: PerseusGraphType;
|
|
3295
|
-
lockedFigures?:
|
|
3295
|
+
lockedFigures?: LockedFigure[];
|
|
3296
3296
|
fullGraphAriaLabel?: string;
|
|
3297
3297
|
fullGraphAriaDescription?: string;
|
|
3298
3298
|
} & {
|
|
@@ -3367,7 +3367,7 @@ declare const InteractiveGraph: {
|
|
|
3367
3367
|
snapStep?: [x: number, y: number];
|
|
3368
3368
|
backgroundImage?: PerseusImageBackground;
|
|
3369
3369
|
markings: MarkingsType;
|
|
3370
|
-
labels:
|
|
3370
|
+
labels: string[];
|
|
3371
3371
|
showProtractor: boolean;
|
|
3372
3372
|
showRuler?: boolean;
|
|
3373
3373
|
showTooltips?: boolean;
|
|
@@ -3376,7 +3376,7 @@ declare const InteractiveGraph: {
|
|
|
3376
3376
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
3377
3377
|
graph: PerseusGraphType;
|
|
3378
3378
|
correct?: PerseusGraphType;
|
|
3379
|
-
lockedFigures?:
|
|
3379
|
+
lockedFigures?: LockedFigure[];
|
|
3380
3380
|
fullGraphAriaLabel?: string;
|
|
3381
3381
|
fullGraphAriaDescription?: string;
|
|
3382
3382
|
} & {
|
|
@@ -3451,7 +3451,7 @@ declare const InteractiveGraph: {
|
|
|
3451
3451
|
snapStep?: [x: number, y: number];
|
|
3452
3452
|
backgroundImage?: PerseusImageBackground;
|
|
3453
3453
|
markings: MarkingsType;
|
|
3454
|
-
labels:
|
|
3454
|
+
labels: string[];
|
|
3455
3455
|
showProtractor: boolean;
|
|
3456
3456
|
showRuler?: boolean;
|
|
3457
3457
|
showTooltips?: boolean;
|
|
@@ -3460,7 +3460,7 @@ declare const InteractiveGraph: {
|
|
|
3460
3460
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
3461
3461
|
graph: PerseusGraphType;
|
|
3462
3462
|
correct?: PerseusGraphType;
|
|
3463
|
-
lockedFigures?:
|
|
3463
|
+
lockedFigures?: LockedFigure[];
|
|
3464
3464
|
fullGraphAriaLabel?: string;
|
|
3465
3465
|
fullGraphAriaDescription?: string;
|
|
3466
3466
|
} & {
|