@khanacademy/perseus-editor 17.6.1 → 17.8.0
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/LICENSE +18 -0
- package/dist/diffs/article-diff.d.ts +2 -35
- package/dist/diffs/item-diff.d.ts +2 -11
- package/dist/diffs/text-diff.d.ts +3 -4
- package/dist/diffs/widget-diff.d.ts +4 -13
- package/dist/es/index.js +495 -64941
- package/dist/es/index.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +640 -65079
- package/dist/index.js.map +1 -1
- package/dist/shared-utils/add-library-version-to-perseus-debug.d.ts +9 -0
- package/dist/widgets/categorizer-editor.d.ts +6 -32
- package/dist/widgets/cs-program-editor.d.ts +1 -2
- package/dist/widgets/definition-editor.d.ts +4 -5
- package/dist/widgets/dropdown-editor.d.ts +2 -6
- package/dist/widgets/explanation-editor.d.ts +6 -7
- package/dist/widgets/graded-group-editor.d.ts +6 -32
- package/dist/widgets/graded-group-set-editor.d.ts +3 -29
- package/dist/widgets/grapher-editor.d.ts +1 -1
- package/dist/widgets/group-editor.d.ts +5 -33
- package/dist/widgets/iframe-editor.d.ts +1 -2
- package/dist/widgets/interactive-graph-editor/components/interactive-graph-settings.d.ts +1 -1
- package/dist/widgets/interactive-graph-editor/interactive-graph-editor.d.ts +41 -82
- package/dist/widgets/matcher-editor.d.ts +5 -6
- package/dist/widgets/matrix-editor.d.ts +6 -7
- package/dist/widgets/measurer-editor.d.ts +9 -14
- package/dist/widgets/molecule-editor.d.ts +3 -4
- package/dist/widgets/orderer-editor.d.ts +5 -6
- package/dist/widgets/passage-editor.d.ts +5 -6
- package/dist/widgets/passage-ref-target-editor.d.ts +2 -3
- package/dist/widgets/radio/editor.d.ts +10 -40
- package/dist/widgets/sorter-editor.d.ts +3 -4
- package/dist/widgets/table-editor.d.ts +4 -5
- package/dist/widgets/video-editor.d.ts +2 -3
- package/package.json +103 -102
|
@@ -17,7 +17,7 @@ declare const InteractiveGraph: {
|
|
|
17
17
|
rulerTicks?: number;
|
|
18
18
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
19
19
|
graph: PerseusGraphType;
|
|
20
|
-
correct
|
|
20
|
+
correct?: PerseusGraphType;
|
|
21
21
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
22
22
|
fullGraphAriaLabel?: string;
|
|
23
23
|
fullGraphAriaDescription?: string;
|
|
@@ -61,7 +61,6 @@ declare const InteractiveGraph: {
|
|
|
61
61
|
editorChangeDelay?: number;
|
|
62
62
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
63
63
|
}> & {
|
|
64
|
-
GroupMetadataEditor: NonNullable<React.ComponentType<any> | undefined>;
|
|
65
64
|
baseElements: NonNullable<{
|
|
66
65
|
Link: React.ComponentType<any>;
|
|
67
66
|
} | undefined>;
|
|
@@ -110,7 +109,7 @@ declare const InteractiveGraph: {
|
|
|
110
109
|
rulerTicks?: number;
|
|
111
110
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
112
111
|
graph: PerseusGraphType;
|
|
113
|
-
correct
|
|
112
|
+
correct?: PerseusGraphType;
|
|
114
113
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
115
114
|
fullGraphAriaLabel?: string;
|
|
116
115
|
fullGraphAriaDescription?: string;
|
|
@@ -154,7 +153,6 @@ declare const InteractiveGraph: {
|
|
|
154
153
|
editorChangeDelay?: number;
|
|
155
154
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
156
155
|
}> & {
|
|
157
|
-
GroupMetadataEditor: NonNullable<React.ComponentType<any> | undefined>;
|
|
158
156
|
baseElements: NonNullable<{
|
|
159
157
|
Link: React.ComponentType<any>;
|
|
160
158
|
} | undefined>;
|
|
@@ -201,7 +199,7 @@ declare const InteractiveGraph: {
|
|
|
201
199
|
rulerTicks?: number;
|
|
202
200
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
203
201
|
graph: PerseusGraphType;
|
|
204
|
-
correct
|
|
202
|
+
correct?: PerseusGraphType;
|
|
205
203
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
206
204
|
fullGraphAriaLabel?: string;
|
|
207
205
|
fullGraphAriaDescription?: string;
|
|
@@ -245,7 +243,6 @@ declare const InteractiveGraph: {
|
|
|
245
243
|
editorChangeDelay?: number;
|
|
246
244
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
247
245
|
}> & {
|
|
248
|
-
GroupMetadataEditor: NonNullable<React.ComponentType<any> | undefined>;
|
|
249
246
|
baseElements: NonNullable<{
|
|
250
247
|
Link: React.ComponentType<any>;
|
|
251
248
|
} | undefined>;
|
|
@@ -289,7 +286,7 @@ declare const InteractiveGraph: {
|
|
|
289
286
|
rulerTicks?: number;
|
|
290
287
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
291
288
|
graph: PerseusGraphType;
|
|
292
|
-
correct
|
|
289
|
+
correct?: PerseusGraphType;
|
|
293
290
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
294
291
|
fullGraphAriaLabel?: string;
|
|
295
292
|
fullGraphAriaDescription?: string;
|
|
@@ -333,7 +330,6 @@ declare const InteractiveGraph: {
|
|
|
333
330
|
editorChangeDelay?: number;
|
|
334
331
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
335
332
|
}> & {
|
|
336
|
-
GroupMetadataEditor: NonNullable<React.ComponentType<any> | undefined>;
|
|
337
333
|
baseElements: NonNullable<{
|
|
338
334
|
Link: React.ComponentType<any>;
|
|
339
335
|
} | undefined>;
|
|
@@ -375,7 +371,7 @@ declare const InteractiveGraph: {
|
|
|
375
371
|
rulerTicks?: number;
|
|
376
372
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
377
373
|
graph: PerseusGraphType;
|
|
378
|
-
correct
|
|
374
|
+
correct?: PerseusGraphType;
|
|
379
375
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
380
376
|
fullGraphAriaLabel?: string;
|
|
381
377
|
fullGraphAriaDescription?: string;
|
|
@@ -419,7 +415,6 @@ declare const InteractiveGraph: {
|
|
|
419
415
|
editorChangeDelay?: number;
|
|
420
416
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
421
417
|
}> & {
|
|
422
|
-
GroupMetadataEditor: NonNullable<React.ComponentType<any> | undefined>;
|
|
423
418
|
baseElements: NonNullable<{
|
|
424
419
|
Link: React.ComponentType<any>;
|
|
425
420
|
} | undefined>;
|
|
@@ -463,7 +458,7 @@ declare const InteractiveGraph: {
|
|
|
463
458
|
rulerTicks?: number;
|
|
464
459
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
465
460
|
graph: PerseusGraphType;
|
|
466
|
-
correct
|
|
461
|
+
correct?: PerseusGraphType;
|
|
467
462
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
468
463
|
fullGraphAriaLabel?: string;
|
|
469
464
|
fullGraphAriaDescription?: string;
|
|
@@ -507,7 +502,6 @@ declare const InteractiveGraph: {
|
|
|
507
502
|
editorChangeDelay?: number;
|
|
508
503
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
509
504
|
}> & {
|
|
510
|
-
GroupMetadataEditor: NonNullable<React.ComponentType<any> | undefined>;
|
|
511
505
|
baseElements: NonNullable<{
|
|
512
506
|
Link: React.ComponentType<any>;
|
|
513
507
|
} | undefined>;
|
|
@@ -549,7 +543,7 @@ declare const InteractiveGraph: {
|
|
|
549
543
|
rulerTicks?: number;
|
|
550
544
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
551
545
|
graph: PerseusGraphType;
|
|
552
|
-
correct
|
|
546
|
+
correct?: PerseusGraphType;
|
|
553
547
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
554
548
|
fullGraphAriaLabel?: string;
|
|
555
549
|
fullGraphAriaDescription?: string;
|
|
@@ -593,7 +587,6 @@ declare const InteractiveGraph: {
|
|
|
593
587
|
editorChangeDelay?: number;
|
|
594
588
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
595
589
|
}> & {
|
|
596
|
-
GroupMetadataEditor: NonNullable<React.ComponentType<any> | undefined>;
|
|
597
590
|
baseElements: NonNullable<{
|
|
598
591
|
Link: React.ComponentType<any>;
|
|
599
592
|
} | undefined>;
|
|
@@ -635,7 +628,7 @@ declare const InteractiveGraph: {
|
|
|
635
628
|
rulerTicks?: number;
|
|
636
629
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
637
630
|
graph: PerseusGraphType;
|
|
638
|
-
correct
|
|
631
|
+
correct?: PerseusGraphType;
|
|
639
632
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
640
633
|
fullGraphAriaLabel?: string;
|
|
641
634
|
fullGraphAriaDescription?: string;
|
|
@@ -679,7 +672,6 @@ declare const InteractiveGraph: {
|
|
|
679
672
|
editorChangeDelay?: number;
|
|
680
673
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
681
674
|
}> & {
|
|
682
|
-
GroupMetadataEditor: NonNullable<React.ComponentType<any> | undefined>;
|
|
683
675
|
baseElements: NonNullable<{
|
|
684
676
|
Link: React.ComponentType<any>;
|
|
685
677
|
} | undefined>;
|
|
@@ -721,7 +713,7 @@ declare const InteractiveGraph: {
|
|
|
721
713
|
rulerTicks?: number;
|
|
722
714
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
723
715
|
graph: PerseusGraphType;
|
|
724
|
-
correct
|
|
716
|
+
correct?: PerseusGraphType;
|
|
725
717
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
726
718
|
fullGraphAriaLabel?: string;
|
|
727
719
|
fullGraphAriaDescription?: string;
|
|
@@ -765,7 +757,6 @@ declare const InteractiveGraph: {
|
|
|
765
757
|
editorChangeDelay?: number;
|
|
766
758
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
767
759
|
}> & {
|
|
768
|
-
GroupMetadataEditor: NonNullable<React.ComponentType<any> | undefined>;
|
|
769
760
|
baseElements: NonNullable<{
|
|
770
761
|
Link: React.ComponentType<any>;
|
|
771
762
|
} | undefined>;
|
|
@@ -808,7 +799,7 @@ declare const InteractiveGraph: {
|
|
|
808
799
|
rulerTicks?: number;
|
|
809
800
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
810
801
|
graph: PerseusGraphType;
|
|
811
|
-
correct
|
|
802
|
+
correct?: PerseusGraphType;
|
|
812
803
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
813
804
|
fullGraphAriaLabel?: string;
|
|
814
805
|
fullGraphAriaDescription?: string;
|
|
@@ -852,7 +843,6 @@ declare const InteractiveGraph: {
|
|
|
852
843
|
editorChangeDelay?: number;
|
|
853
844
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
854
845
|
}> & {
|
|
855
|
-
GroupMetadataEditor: NonNullable<React.ComponentType<any> | undefined>;
|
|
856
846
|
baseElements: NonNullable<{
|
|
857
847
|
Link: React.ComponentType<any>;
|
|
858
848
|
} | undefined>;
|
|
@@ -901,7 +891,7 @@ declare const InteractiveGraph: {
|
|
|
901
891
|
rulerTicks?: number;
|
|
902
892
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
903
893
|
graph: PerseusGraphType;
|
|
904
|
-
correct
|
|
894
|
+
correct?: PerseusGraphType;
|
|
905
895
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
906
896
|
fullGraphAriaLabel?: string;
|
|
907
897
|
fullGraphAriaDescription?: string;
|
|
@@ -945,7 +935,6 @@ declare const InteractiveGraph: {
|
|
|
945
935
|
editorChangeDelay?: number;
|
|
946
936
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
947
937
|
}> & {
|
|
948
|
-
GroupMetadataEditor: NonNullable<React.ComponentType<any> | undefined>;
|
|
949
938
|
baseElements: NonNullable<{
|
|
950
939
|
Link: React.ComponentType<any>;
|
|
951
940
|
} | undefined>;
|
|
@@ -992,7 +981,7 @@ declare const InteractiveGraph: {
|
|
|
992
981
|
rulerTicks?: number;
|
|
993
982
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
994
983
|
graph: PerseusGraphType;
|
|
995
|
-
correct
|
|
984
|
+
correct?: PerseusGraphType;
|
|
996
985
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
997
986
|
fullGraphAriaLabel?: string;
|
|
998
987
|
fullGraphAriaDescription?: string;
|
|
@@ -1036,7 +1025,6 @@ declare const InteractiveGraph: {
|
|
|
1036
1025
|
editorChangeDelay?: number;
|
|
1037
1026
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
1038
1027
|
}> & {
|
|
1039
|
-
GroupMetadataEditor: NonNullable<React.ComponentType<any> | undefined>;
|
|
1040
1028
|
baseElements: NonNullable<{
|
|
1041
1029
|
Link: React.ComponentType<any>;
|
|
1042
1030
|
} | undefined>;
|
|
@@ -1080,7 +1068,7 @@ declare const InteractiveGraph: {
|
|
|
1080
1068
|
rulerTicks?: number;
|
|
1081
1069
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
1082
1070
|
graph: PerseusGraphType;
|
|
1083
|
-
correct
|
|
1071
|
+
correct?: PerseusGraphType;
|
|
1084
1072
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
1085
1073
|
fullGraphAriaLabel?: string;
|
|
1086
1074
|
fullGraphAriaDescription?: string;
|
|
@@ -1124,7 +1112,6 @@ declare const InteractiveGraph: {
|
|
|
1124
1112
|
editorChangeDelay?: number;
|
|
1125
1113
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
1126
1114
|
}> & {
|
|
1127
|
-
GroupMetadataEditor: NonNullable<React.ComponentType<any> | undefined>;
|
|
1128
1115
|
baseElements: NonNullable<{
|
|
1129
1116
|
Link: React.ComponentType<any>;
|
|
1130
1117
|
} | undefined>;
|
|
@@ -1166,7 +1153,7 @@ declare const InteractiveGraph: {
|
|
|
1166
1153
|
rulerTicks?: number;
|
|
1167
1154
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
1168
1155
|
graph: PerseusGraphType;
|
|
1169
|
-
correct
|
|
1156
|
+
correct?: PerseusGraphType;
|
|
1170
1157
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
1171
1158
|
fullGraphAriaLabel?: string;
|
|
1172
1159
|
fullGraphAriaDescription?: string;
|
|
@@ -1210,7 +1197,6 @@ declare const InteractiveGraph: {
|
|
|
1210
1197
|
editorChangeDelay?: number;
|
|
1211
1198
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
1212
1199
|
}> & {
|
|
1213
|
-
GroupMetadataEditor: NonNullable<React.ComponentType<any> | undefined>;
|
|
1214
1200
|
baseElements: NonNullable<{
|
|
1215
1201
|
Link: React.ComponentType<any>;
|
|
1216
1202
|
} | undefined>;
|
|
@@ -1254,7 +1240,7 @@ declare const InteractiveGraph: {
|
|
|
1254
1240
|
rulerTicks?: number;
|
|
1255
1241
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
1256
1242
|
graph: PerseusGraphType;
|
|
1257
|
-
correct
|
|
1243
|
+
correct?: PerseusGraphType;
|
|
1258
1244
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
1259
1245
|
fullGraphAriaLabel?: string;
|
|
1260
1246
|
fullGraphAriaDescription?: string;
|
|
@@ -1298,7 +1284,6 @@ declare const InteractiveGraph: {
|
|
|
1298
1284
|
editorChangeDelay?: number;
|
|
1299
1285
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
1300
1286
|
}> & {
|
|
1301
|
-
GroupMetadataEditor: NonNullable<React.ComponentType<any> | undefined>;
|
|
1302
1287
|
baseElements: NonNullable<{
|
|
1303
1288
|
Link: React.ComponentType<any>;
|
|
1304
1289
|
} | undefined>;
|
|
@@ -1340,7 +1325,7 @@ declare const InteractiveGraph: {
|
|
|
1340
1325
|
rulerTicks?: number;
|
|
1341
1326
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
1342
1327
|
graph: PerseusGraphType;
|
|
1343
|
-
correct
|
|
1328
|
+
correct?: PerseusGraphType;
|
|
1344
1329
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
1345
1330
|
fullGraphAriaLabel?: string;
|
|
1346
1331
|
fullGraphAriaDescription?: string;
|
|
@@ -1384,7 +1369,6 @@ declare const InteractiveGraph: {
|
|
|
1384
1369
|
editorChangeDelay?: number;
|
|
1385
1370
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
1386
1371
|
}> & {
|
|
1387
|
-
GroupMetadataEditor: NonNullable<React.ComponentType<any> | undefined>;
|
|
1388
1372
|
baseElements: NonNullable<{
|
|
1389
1373
|
Link: React.ComponentType<any>;
|
|
1390
1374
|
} | undefined>;
|
|
@@ -1426,7 +1410,7 @@ declare const InteractiveGraph: {
|
|
|
1426
1410
|
rulerTicks?: number;
|
|
1427
1411
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
1428
1412
|
graph: PerseusGraphType;
|
|
1429
|
-
correct
|
|
1413
|
+
correct?: PerseusGraphType;
|
|
1430
1414
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
1431
1415
|
fullGraphAriaLabel?: string;
|
|
1432
1416
|
fullGraphAriaDescription?: string;
|
|
@@ -1470,7 +1454,6 @@ declare const InteractiveGraph: {
|
|
|
1470
1454
|
editorChangeDelay?: number;
|
|
1471
1455
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
1472
1456
|
}> & {
|
|
1473
|
-
GroupMetadataEditor: NonNullable<React.ComponentType<any> | undefined>;
|
|
1474
1457
|
baseElements: NonNullable<{
|
|
1475
1458
|
Link: React.ComponentType<any>;
|
|
1476
1459
|
} | undefined>;
|
|
@@ -1512,7 +1495,7 @@ declare const InteractiveGraph: {
|
|
|
1512
1495
|
rulerTicks?: number;
|
|
1513
1496
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
1514
1497
|
graph: PerseusGraphType;
|
|
1515
|
-
correct
|
|
1498
|
+
correct?: PerseusGraphType;
|
|
1516
1499
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
1517
1500
|
fullGraphAriaLabel?: string;
|
|
1518
1501
|
fullGraphAriaDescription?: string;
|
|
@@ -1556,7 +1539,6 @@ declare const InteractiveGraph: {
|
|
|
1556
1539
|
editorChangeDelay?: number;
|
|
1557
1540
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
1558
1541
|
}> & {
|
|
1559
|
-
GroupMetadataEditor: NonNullable<React.ComponentType<any> | undefined>;
|
|
1560
1542
|
baseElements: NonNullable<{
|
|
1561
1543
|
Link: React.ComponentType<any>;
|
|
1562
1544
|
} | undefined>;
|
|
@@ -1609,7 +1591,7 @@ declare const InteractiveGraph: {
|
|
|
1609
1591
|
rulerTicks?: number;
|
|
1610
1592
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
1611
1593
|
graph: PerseusGraphType;
|
|
1612
|
-
correct
|
|
1594
|
+
correct?: PerseusGraphType;
|
|
1613
1595
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
1614
1596
|
fullGraphAriaLabel?: string;
|
|
1615
1597
|
fullGraphAriaDescription?: string;
|
|
@@ -1653,7 +1635,6 @@ declare const InteractiveGraph: {
|
|
|
1653
1635
|
editorChangeDelay?: number;
|
|
1654
1636
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
1655
1637
|
}> & {
|
|
1656
|
-
GroupMetadataEditor: NonNullable<import("@khanacademy/perseus").APIOptions["GroupMetadataEditor"]>;
|
|
1657
1638
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
1658
1639
|
canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
|
|
1659
1640
|
crossOutEnabled: NonNullable<import("@khanacademy/perseus").APIOptions["crossOutEnabled"]>;
|
|
@@ -1693,7 +1674,7 @@ declare const InteractiveGraph: {
|
|
|
1693
1674
|
rulerTicks?: number;
|
|
1694
1675
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
1695
1676
|
graph: PerseusGraphType;
|
|
1696
|
-
correct
|
|
1677
|
+
correct?: PerseusGraphType;
|
|
1697
1678
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
1698
1679
|
fullGraphAriaLabel?: string;
|
|
1699
1680
|
fullGraphAriaDescription?: string;
|
|
@@ -1737,7 +1718,6 @@ declare const InteractiveGraph: {
|
|
|
1737
1718
|
editorChangeDelay?: number;
|
|
1738
1719
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
1739
1720
|
}> & {
|
|
1740
|
-
GroupMetadataEditor: NonNullable<import("@khanacademy/perseus").APIOptions["GroupMetadataEditor"]>;
|
|
1741
1721
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
1742
1722
|
canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
|
|
1743
1723
|
crossOutEnabled: NonNullable<import("@khanacademy/perseus").APIOptions["crossOutEnabled"]>;
|
|
@@ -1777,7 +1757,7 @@ declare const InteractiveGraph: {
|
|
|
1777
1757
|
rulerTicks?: number;
|
|
1778
1758
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
1779
1759
|
graph: PerseusGraphType;
|
|
1780
|
-
correct
|
|
1760
|
+
correct?: PerseusGraphType;
|
|
1781
1761
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
1782
1762
|
fullGraphAriaLabel?: string;
|
|
1783
1763
|
fullGraphAriaDescription?: string;
|
|
@@ -1821,7 +1801,6 @@ declare const InteractiveGraph: {
|
|
|
1821
1801
|
editorChangeDelay?: number;
|
|
1822
1802
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
1823
1803
|
}> & {
|
|
1824
|
-
GroupMetadataEditor: NonNullable<import("@khanacademy/perseus").APIOptions["GroupMetadataEditor"]>;
|
|
1825
1804
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
1826
1805
|
canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
|
|
1827
1806
|
crossOutEnabled: NonNullable<import("@khanacademy/perseus").APIOptions["crossOutEnabled"]>;
|
|
@@ -1861,7 +1840,7 @@ declare const InteractiveGraph: {
|
|
|
1861
1840
|
rulerTicks?: number;
|
|
1862
1841
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
1863
1842
|
graph: PerseusGraphType;
|
|
1864
|
-
correct
|
|
1843
|
+
correct?: PerseusGraphType;
|
|
1865
1844
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
1866
1845
|
fullGraphAriaLabel?: string;
|
|
1867
1846
|
fullGraphAriaDescription?: string;
|
|
@@ -1905,7 +1884,6 @@ declare const InteractiveGraph: {
|
|
|
1905
1884
|
editorChangeDelay?: number;
|
|
1906
1885
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
1907
1886
|
}> & {
|
|
1908
|
-
GroupMetadataEditor: NonNullable<import("@khanacademy/perseus").APIOptions["GroupMetadataEditor"]>;
|
|
1909
1887
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
1910
1888
|
canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
|
|
1911
1889
|
crossOutEnabled: NonNullable<import("@khanacademy/perseus").APIOptions["crossOutEnabled"]>;
|
|
@@ -1945,7 +1923,7 @@ declare const InteractiveGraph: {
|
|
|
1945
1923
|
rulerTicks?: number;
|
|
1946
1924
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
1947
1925
|
graph: PerseusGraphType;
|
|
1948
|
-
correct
|
|
1926
|
+
correct?: PerseusGraphType;
|
|
1949
1927
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
1950
1928
|
fullGraphAriaLabel?: string;
|
|
1951
1929
|
fullGraphAriaDescription?: string;
|
|
@@ -1989,7 +1967,6 @@ declare const InteractiveGraph: {
|
|
|
1989
1967
|
editorChangeDelay?: number;
|
|
1990
1968
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
1991
1969
|
}> & {
|
|
1992
|
-
GroupMetadataEditor: NonNullable<import("@khanacademy/perseus").APIOptions["GroupMetadataEditor"]>;
|
|
1993
1970
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
1994
1971
|
canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
|
|
1995
1972
|
crossOutEnabled: NonNullable<import("@khanacademy/perseus").APIOptions["crossOutEnabled"]>;
|
|
@@ -2029,7 +2006,7 @@ declare const InteractiveGraph: {
|
|
|
2029
2006
|
rulerTicks?: number;
|
|
2030
2007
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
2031
2008
|
graph: PerseusGraphType;
|
|
2032
|
-
correct
|
|
2009
|
+
correct?: PerseusGraphType;
|
|
2033
2010
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
2034
2011
|
fullGraphAriaLabel?: string;
|
|
2035
2012
|
fullGraphAriaDescription?: string;
|
|
@@ -2073,7 +2050,6 @@ declare const InteractiveGraph: {
|
|
|
2073
2050
|
editorChangeDelay?: number;
|
|
2074
2051
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
2075
2052
|
}> & {
|
|
2076
|
-
GroupMetadataEditor: NonNullable<import("@khanacademy/perseus").APIOptions["GroupMetadataEditor"]>;
|
|
2077
2053
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
2078
2054
|
canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
|
|
2079
2055
|
crossOutEnabled: NonNullable<import("@khanacademy/perseus").APIOptions["crossOutEnabled"]>;
|
|
@@ -2114,7 +2090,7 @@ declare const InteractiveGraph: {
|
|
|
2114
2090
|
rulerTicks?: number;
|
|
2115
2091
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
2116
2092
|
graph: PerseusGraphType;
|
|
2117
|
-
correct
|
|
2093
|
+
correct?: PerseusGraphType;
|
|
2118
2094
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
2119
2095
|
fullGraphAriaLabel?: string;
|
|
2120
2096
|
fullGraphAriaDescription?: string;
|
|
@@ -2158,7 +2134,6 @@ declare const InteractiveGraph: {
|
|
|
2158
2134
|
editorChangeDelay?: number;
|
|
2159
2135
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
2160
2136
|
}> & {
|
|
2161
|
-
GroupMetadataEditor: NonNullable<import("@khanacademy/perseus").APIOptions["GroupMetadataEditor"]>;
|
|
2162
2137
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
2163
2138
|
canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
|
|
2164
2139
|
crossOutEnabled: NonNullable<import("@khanacademy/perseus").APIOptions["crossOutEnabled"]>;
|
|
@@ -2198,7 +2173,7 @@ declare const InteractiveGraph: {
|
|
|
2198
2173
|
rulerTicks?: number;
|
|
2199
2174
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
2200
2175
|
graph: PerseusGraphType;
|
|
2201
|
-
correct
|
|
2176
|
+
correct?: PerseusGraphType;
|
|
2202
2177
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
2203
2178
|
fullGraphAriaLabel?: string;
|
|
2204
2179
|
fullGraphAriaDescription?: string;
|
|
@@ -2242,7 +2217,6 @@ declare const InteractiveGraph: {
|
|
|
2242
2217
|
editorChangeDelay?: number;
|
|
2243
2218
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
2244
2219
|
}> & {
|
|
2245
|
-
GroupMetadataEditor: NonNullable<import("@khanacademy/perseus").APIOptions["GroupMetadataEditor"]>;
|
|
2246
2220
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
2247
2221
|
canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
|
|
2248
2222
|
crossOutEnabled: NonNullable<import("@khanacademy/perseus").APIOptions["crossOutEnabled"]>;
|
|
@@ -2283,7 +2257,7 @@ declare const InteractiveGraph: {
|
|
|
2283
2257
|
rulerTicks?: number;
|
|
2284
2258
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
2285
2259
|
graph: PerseusGraphType;
|
|
2286
|
-
correct
|
|
2260
|
+
correct?: PerseusGraphType;
|
|
2287
2261
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
2288
2262
|
fullGraphAriaLabel?: string;
|
|
2289
2263
|
fullGraphAriaDescription?: string;
|
|
@@ -2327,7 +2301,6 @@ declare const InteractiveGraph: {
|
|
|
2327
2301
|
editorChangeDelay?: number;
|
|
2328
2302
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
2329
2303
|
}> & {
|
|
2330
|
-
GroupMetadataEditor: NonNullable<import("@khanacademy/perseus").APIOptions["GroupMetadataEditor"]>;
|
|
2331
2304
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
2332
2305
|
canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
|
|
2333
2306
|
crossOutEnabled: NonNullable<import("@khanacademy/perseus").APIOptions["crossOutEnabled"]>;
|
|
@@ -2367,7 +2340,7 @@ declare const InteractiveGraph: {
|
|
|
2367
2340
|
rulerTicks?: number;
|
|
2368
2341
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
2369
2342
|
graph: PerseusGraphType;
|
|
2370
|
-
correct
|
|
2343
|
+
correct?: PerseusGraphType;
|
|
2371
2344
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
2372
2345
|
fullGraphAriaLabel?: string;
|
|
2373
2346
|
fullGraphAriaDescription?: string;
|
|
@@ -2411,7 +2384,6 @@ declare const InteractiveGraph: {
|
|
|
2411
2384
|
editorChangeDelay?: number;
|
|
2412
2385
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
2413
2386
|
}> & {
|
|
2414
|
-
GroupMetadataEditor: NonNullable<import("@khanacademy/perseus").APIOptions["GroupMetadataEditor"]>;
|
|
2415
2387
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
2416
2388
|
canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
|
|
2417
2389
|
crossOutEnabled: NonNullable<import("@khanacademy/perseus").APIOptions["crossOutEnabled"]>;
|
|
@@ -2451,7 +2423,7 @@ declare const InteractiveGraph: {
|
|
|
2451
2423
|
rulerTicks?: number;
|
|
2452
2424
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
2453
2425
|
graph: PerseusGraphType;
|
|
2454
|
-
correct
|
|
2426
|
+
correct?: PerseusGraphType;
|
|
2455
2427
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
2456
2428
|
fullGraphAriaLabel?: string;
|
|
2457
2429
|
fullGraphAriaDescription?: string;
|
|
@@ -2495,7 +2467,6 @@ declare const InteractiveGraph: {
|
|
|
2495
2467
|
editorChangeDelay?: number;
|
|
2496
2468
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
2497
2469
|
}> & {
|
|
2498
|
-
GroupMetadataEditor: NonNullable<import("@khanacademy/perseus").APIOptions["GroupMetadataEditor"]>;
|
|
2499
2470
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
2500
2471
|
canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
|
|
2501
2472
|
crossOutEnabled: NonNullable<import("@khanacademy/perseus").APIOptions["crossOutEnabled"]>;
|
|
@@ -2535,7 +2506,7 @@ declare const InteractiveGraph: {
|
|
|
2535
2506
|
rulerTicks?: number;
|
|
2536
2507
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
2537
2508
|
graph: PerseusGraphType;
|
|
2538
|
-
correct
|
|
2509
|
+
correct?: PerseusGraphType;
|
|
2539
2510
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
2540
2511
|
fullGraphAriaLabel?: string;
|
|
2541
2512
|
fullGraphAriaDescription?: string;
|
|
@@ -2579,7 +2550,6 @@ declare const InteractiveGraph: {
|
|
|
2579
2550
|
editorChangeDelay?: number;
|
|
2580
2551
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
2581
2552
|
}> & {
|
|
2582
|
-
GroupMetadataEditor: NonNullable<import("@khanacademy/perseus").APIOptions["GroupMetadataEditor"]>;
|
|
2583
2553
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
2584
2554
|
canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
|
|
2585
2555
|
crossOutEnabled: NonNullable<import("@khanacademy/perseus").APIOptions["crossOutEnabled"]>;
|
|
@@ -2619,7 +2589,7 @@ declare const InteractiveGraph: {
|
|
|
2619
2589
|
rulerTicks?: number;
|
|
2620
2590
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
2621
2591
|
graph: PerseusGraphType;
|
|
2622
|
-
correct
|
|
2592
|
+
correct?: PerseusGraphType;
|
|
2623
2593
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
2624
2594
|
fullGraphAriaLabel?: string;
|
|
2625
2595
|
fullGraphAriaDescription?: string;
|
|
@@ -2663,7 +2633,6 @@ declare const InteractiveGraph: {
|
|
|
2663
2633
|
editorChangeDelay?: number;
|
|
2664
2634
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
2665
2635
|
}> & {
|
|
2666
|
-
GroupMetadataEditor: NonNullable<import("@khanacademy/perseus").APIOptions["GroupMetadataEditor"]>;
|
|
2667
2636
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
2668
2637
|
canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
|
|
2669
2638
|
crossOutEnabled: NonNullable<import("@khanacademy/perseus").APIOptions["crossOutEnabled"]>;
|
|
@@ -2703,7 +2672,7 @@ declare const InteractiveGraph: {
|
|
|
2703
2672
|
rulerTicks?: number;
|
|
2704
2673
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
2705
2674
|
graph: PerseusGraphType;
|
|
2706
|
-
correct
|
|
2675
|
+
correct?: PerseusGraphType;
|
|
2707
2676
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
2708
2677
|
fullGraphAriaLabel?: string;
|
|
2709
2678
|
fullGraphAriaDescription?: string;
|
|
@@ -2747,7 +2716,6 @@ declare const InteractiveGraph: {
|
|
|
2747
2716
|
editorChangeDelay?: number;
|
|
2748
2717
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
2749
2718
|
}> & {
|
|
2750
|
-
GroupMetadataEditor: NonNullable<import("@khanacademy/perseus").APIOptions["GroupMetadataEditor"]>;
|
|
2751
2719
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
2752
2720
|
canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
|
|
2753
2721
|
crossOutEnabled: NonNullable<import("@khanacademy/perseus").APIOptions["crossOutEnabled"]>;
|
|
@@ -2787,7 +2755,7 @@ declare const InteractiveGraph: {
|
|
|
2787
2755
|
rulerTicks?: number;
|
|
2788
2756
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
2789
2757
|
graph: PerseusGraphType;
|
|
2790
|
-
correct
|
|
2758
|
+
correct?: PerseusGraphType;
|
|
2791
2759
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
2792
2760
|
fullGraphAriaLabel?: string;
|
|
2793
2761
|
fullGraphAriaDescription?: string;
|
|
@@ -2831,7 +2799,6 @@ declare const InteractiveGraph: {
|
|
|
2831
2799
|
editorChangeDelay?: number;
|
|
2832
2800
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
2833
2801
|
}> & {
|
|
2834
|
-
GroupMetadataEditor: NonNullable<import("@khanacademy/perseus").APIOptions["GroupMetadataEditor"]>;
|
|
2835
2802
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
2836
2803
|
canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
|
|
2837
2804
|
crossOutEnabled: NonNullable<import("@khanacademy/perseus").APIOptions["crossOutEnabled"]>;
|
|
@@ -2871,7 +2838,7 @@ declare const InteractiveGraph: {
|
|
|
2871
2838
|
rulerTicks?: number;
|
|
2872
2839
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
2873
2840
|
graph: PerseusGraphType;
|
|
2874
|
-
correct
|
|
2841
|
+
correct?: PerseusGraphType;
|
|
2875
2842
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
2876
2843
|
fullGraphAriaLabel?: string;
|
|
2877
2844
|
fullGraphAriaDescription?: string;
|
|
@@ -2915,7 +2882,6 @@ declare const InteractiveGraph: {
|
|
|
2915
2882
|
editorChangeDelay?: number;
|
|
2916
2883
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
2917
2884
|
}> & {
|
|
2918
|
-
GroupMetadataEditor: NonNullable<import("@khanacademy/perseus").APIOptions["GroupMetadataEditor"]>;
|
|
2919
2885
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
2920
2886
|
canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
|
|
2921
2887
|
crossOutEnabled: NonNullable<import("@khanacademy/perseus").APIOptions["crossOutEnabled"]>;
|
|
@@ -2955,7 +2921,7 @@ declare const InteractiveGraph: {
|
|
|
2955
2921
|
rulerTicks?: number;
|
|
2956
2922
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
2957
2923
|
graph: PerseusGraphType;
|
|
2958
|
-
correct
|
|
2924
|
+
correct?: PerseusGraphType;
|
|
2959
2925
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
2960
2926
|
fullGraphAriaLabel?: string;
|
|
2961
2927
|
fullGraphAriaDescription?: string;
|
|
@@ -2999,7 +2965,6 @@ declare const InteractiveGraph: {
|
|
|
2999
2965
|
editorChangeDelay?: number;
|
|
3000
2966
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
3001
2967
|
}> & {
|
|
3002
|
-
GroupMetadataEditor: NonNullable<import("@khanacademy/perseus").APIOptions["GroupMetadataEditor"]>;
|
|
3003
2968
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
3004
2969
|
canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
|
|
3005
2970
|
crossOutEnabled: NonNullable<import("@khanacademy/perseus").APIOptions["crossOutEnabled"]>;
|
|
@@ -3039,7 +3004,7 @@ declare const InteractiveGraph: {
|
|
|
3039
3004
|
rulerTicks?: number;
|
|
3040
3005
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
3041
3006
|
graph: PerseusGraphType;
|
|
3042
|
-
correct
|
|
3007
|
+
correct?: PerseusGraphType;
|
|
3043
3008
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
3044
3009
|
fullGraphAriaLabel?: string;
|
|
3045
3010
|
fullGraphAriaDescription?: string;
|
|
@@ -3083,7 +3048,6 @@ declare const InteractiveGraph: {
|
|
|
3083
3048
|
editorChangeDelay?: number;
|
|
3084
3049
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
3085
3050
|
}> & {
|
|
3086
|
-
GroupMetadataEditor: NonNullable<import("@khanacademy/perseus").APIOptions["GroupMetadataEditor"]>;
|
|
3087
3051
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
3088
3052
|
canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
|
|
3089
3053
|
crossOutEnabled: NonNullable<import("@khanacademy/perseus").APIOptions["crossOutEnabled"]>;
|
|
@@ -3123,7 +3087,7 @@ declare const InteractiveGraph: {
|
|
|
3123
3087
|
rulerTicks?: number;
|
|
3124
3088
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
3125
3089
|
graph: PerseusGraphType;
|
|
3126
|
-
correct
|
|
3090
|
+
correct?: PerseusGraphType;
|
|
3127
3091
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
3128
3092
|
fullGraphAriaLabel?: string;
|
|
3129
3093
|
fullGraphAriaDescription?: string;
|
|
@@ -3167,7 +3131,6 @@ declare const InteractiveGraph: {
|
|
|
3167
3131
|
editorChangeDelay?: number;
|
|
3168
3132
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
3169
3133
|
}> & {
|
|
3170
|
-
GroupMetadataEditor: NonNullable<import("@khanacademy/perseus").APIOptions["GroupMetadataEditor"]>;
|
|
3171
3134
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
3172
3135
|
canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
|
|
3173
3136
|
crossOutEnabled: NonNullable<import("@khanacademy/perseus").APIOptions["crossOutEnabled"]>;
|
|
@@ -3207,7 +3170,7 @@ declare const InteractiveGraph: {
|
|
|
3207
3170
|
rulerTicks?: number;
|
|
3208
3171
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
3209
3172
|
graph: PerseusGraphType;
|
|
3210
|
-
correct
|
|
3173
|
+
correct?: PerseusGraphType;
|
|
3211
3174
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
3212
3175
|
fullGraphAriaLabel?: string;
|
|
3213
3176
|
fullGraphAriaDescription?: string;
|
|
@@ -3251,7 +3214,6 @@ declare const InteractiveGraph: {
|
|
|
3251
3214
|
editorChangeDelay?: number;
|
|
3252
3215
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
3253
3216
|
}> & {
|
|
3254
|
-
GroupMetadataEditor: NonNullable<import("@khanacademy/perseus").APIOptions["GroupMetadataEditor"]>;
|
|
3255
3217
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
3256
3218
|
canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
|
|
3257
3219
|
crossOutEnabled: NonNullable<import("@khanacademy/perseus").APIOptions["crossOutEnabled"]>;
|
|
@@ -3291,7 +3253,7 @@ declare const InteractiveGraph: {
|
|
|
3291
3253
|
rulerTicks?: number;
|
|
3292
3254
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
3293
3255
|
graph: PerseusGraphType;
|
|
3294
|
-
correct
|
|
3256
|
+
correct?: PerseusGraphType;
|
|
3295
3257
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
3296
3258
|
fullGraphAriaLabel?: string;
|
|
3297
3259
|
fullGraphAriaDescription?: string;
|
|
@@ -3335,7 +3297,6 @@ declare const InteractiveGraph: {
|
|
|
3335
3297
|
editorChangeDelay?: number;
|
|
3336
3298
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
3337
3299
|
}> & {
|
|
3338
|
-
GroupMetadataEditor: NonNullable<import("@khanacademy/perseus").APIOptions["GroupMetadataEditor"]>;
|
|
3339
3300
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
3340
3301
|
canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
|
|
3341
3302
|
crossOutEnabled: NonNullable<import("@khanacademy/perseus").APIOptions["crossOutEnabled"]>;
|
|
@@ -3375,7 +3336,7 @@ declare const InteractiveGraph: {
|
|
|
3375
3336
|
rulerTicks?: number;
|
|
3376
3337
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
3377
3338
|
graph: PerseusGraphType;
|
|
3378
|
-
correct
|
|
3339
|
+
correct?: PerseusGraphType;
|
|
3379
3340
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
3380
3341
|
fullGraphAriaLabel?: string;
|
|
3381
3342
|
fullGraphAriaDescription?: string;
|
|
@@ -3419,7 +3380,6 @@ declare const InteractiveGraph: {
|
|
|
3419
3380
|
editorChangeDelay?: number;
|
|
3420
3381
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
3421
3382
|
}> & {
|
|
3422
|
-
GroupMetadataEditor: NonNullable<import("@khanacademy/perseus").APIOptions["GroupMetadataEditor"]>;
|
|
3423
3383
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
3424
3384
|
canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
|
|
3425
3385
|
crossOutEnabled: NonNullable<import("@khanacademy/perseus").APIOptions["crossOutEnabled"]>;
|
|
@@ -3459,7 +3419,7 @@ declare const InteractiveGraph: {
|
|
|
3459
3419
|
rulerTicks?: number;
|
|
3460
3420
|
range: import("@khanacademy/perseus-core").GraphRange;
|
|
3461
3421
|
graph: PerseusGraphType;
|
|
3462
|
-
correct
|
|
3422
|
+
correct?: PerseusGraphType;
|
|
3463
3423
|
lockedFigures?: ReadonlyArray<LockedFigure>;
|
|
3464
3424
|
fullGraphAriaLabel?: string;
|
|
3465
3425
|
fullGraphAriaDescription?: string;
|
|
@@ -3503,7 +3463,6 @@ declare const InteractiveGraph: {
|
|
|
3503
3463
|
editorChangeDelay?: number;
|
|
3504
3464
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
3505
3465
|
}> & {
|
|
3506
|
-
GroupMetadataEditor: NonNullable<import("@khanacademy/perseus").APIOptions["GroupMetadataEditor"]>;
|
|
3507
3466
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
3508
3467
|
canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
|
|
3509
3468
|
crossOutEnabled: NonNullable<import("@khanacademy/perseus").APIOptions["crossOutEnabled"]>;
|