@khanacademy/perseus-editor 17.2.0 → 17.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/graph-settings.d.ts +1 -2
- package/dist/es/index.js +17 -66
- package/dist/es/index.js.map +1 -1
- package/dist/index.js +16 -65
- package/dist/index.js.map +1 -1
- package/dist/widgets/interaction-editor/interaction-editor.d.ts +1 -2
- package/dist/widgets/interactive-graph-editor/interactive-graph-editor.d.ts +68 -68
- package/dist/widgets/label-image/marker.d.ts +1 -1
- package/dist/widgets/label-image/question-markers.d.ts +1 -1
- package/dist/widgets/label-image-editor.d.ts +1 -1
- package/package.json +11 -10
|
@@ -84,7 +84,7 @@ declare const InteractiveGraph: {
|
|
|
84
84
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
85
85
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
86
86
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
87
|
-
reviewModeRubric?: import("
|
|
87
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
88
88
|
reviewMode: boolean;
|
|
89
89
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
90
90
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -193,7 +193,7 @@ declare const InteractiveGraph: {
|
|
|
193
193
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
194
194
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
195
195
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
196
|
-
reviewModeRubric?: import("
|
|
196
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
197
197
|
reviewMode: boolean;
|
|
198
198
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
199
199
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -282,7 +282,7 @@ declare const InteractiveGraph: {
|
|
|
282
282
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
283
283
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
284
284
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
285
|
-
reviewModeRubric?: import("
|
|
285
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
286
286
|
reviewMode: boolean;
|
|
287
287
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
288
288
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -371,7 +371,7 @@ declare const InteractiveGraph: {
|
|
|
371
371
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
372
372
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
373
373
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
374
|
-
reviewModeRubric?: import("
|
|
374
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
375
375
|
reviewMode: boolean;
|
|
376
376
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
377
377
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -467,7 +467,7 @@ declare const InteractiveGraph: {
|
|
|
467
467
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
468
468
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
469
469
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
470
|
-
reviewModeRubric?: import("
|
|
470
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
471
471
|
reviewMode: boolean;
|
|
472
472
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
473
473
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -517,7 +517,7 @@ declare const InteractiveGraph: {
|
|
|
517
517
|
addAngleControls: () => void;
|
|
518
518
|
removeAngleControls: () => void;
|
|
519
519
|
toggleShowSides: () => void;
|
|
520
|
-
getUserInput(): import("
|
|
520
|
+
getUserInput(): import("@khanacademy/perseus-score").PerseusInteractiveGraphUserInput;
|
|
521
521
|
focus: () => void;
|
|
522
522
|
render(): React.ReactNode;
|
|
523
523
|
setState<K extends string | number | symbol>(state: any, callback?: (() => void) | undefined): void;
|
|
@@ -603,7 +603,7 @@ declare const InteractiveGraph: {
|
|
|
603
603
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
604
604
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
605
605
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
606
|
-
reviewModeRubric?: import("
|
|
606
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
607
607
|
reviewMode: boolean;
|
|
608
608
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
609
609
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -695,7 +695,7 @@ declare const InteractiveGraph: {
|
|
|
695
695
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
696
696
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
697
697
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
698
|
-
reviewModeRubric?: import("
|
|
698
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
699
699
|
reviewMode: boolean;
|
|
700
700
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
701
701
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -786,7 +786,7 @@ declare const InteractiveGraph: {
|
|
|
786
786
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
787
787
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
788
788
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
789
|
-
reviewModeRubric?: import("
|
|
789
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
790
790
|
reviewMode: boolean;
|
|
791
791
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
792
792
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -877,7 +877,7 @@ declare const InteractiveGraph: {
|
|
|
877
877
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
878
878
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
879
879
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
880
|
-
reviewModeRubric?: import("
|
|
880
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
881
881
|
reviewMode: boolean;
|
|
882
882
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
883
883
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -966,7 +966,7 @@ declare const InteractiveGraph: {
|
|
|
966
966
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
967
967
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
968
968
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
969
|
-
reviewModeRubric?: import("
|
|
969
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
970
970
|
reviewMode: boolean;
|
|
971
971
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
972
972
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -1055,7 +1055,7 @@ declare const InteractiveGraph: {
|
|
|
1055
1055
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1056
1056
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1057
1057
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
1058
|
-
reviewModeRubric?: import("
|
|
1058
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
1059
1059
|
reviewMode: boolean;
|
|
1060
1060
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
1061
1061
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -1065,7 +1065,7 @@ declare const InteractiveGraph: {
|
|
|
1065
1065
|
}>, nextState: Readonly<any>, nextContext: any): void;
|
|
1066
1066
|
}>;
|
|
1067
1067
|
mafsRef: React.RefObject<import("../../../../perseus/src/widgets/interactive-graphs/stateful-mafs-graph").StatefulMafsGraphType>;
|
|
1068
|
-
getUserInput(): import("
|
|
1068
|
+
getUserInput(): import("@khanacademy/perseus-score").PerseusInteractiveGraphUserInput;
|
|
1069
1069
|
getPromptJSON(): import("../../../../perseus/src/widget-ai-utils/interactive-graph/interactive-graph-ai-utils").InteractiveGraphPromptJSON | import("../../../../perseus/src/widget-ai-utils/unsupported-widget").UnsupportedWidgetPromptJSON;
|
|
1070
1070
|
render(): React.JSX.Element;
|
|
1071
1071
|
context: unknown;
|
|
@@ -1152,7 +1152,7 @@ declare const InteractiveGraph: {
|
|
|
1152
1152
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1153
1153
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1154
1154
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
1155
|
-
reviewModeRubric?: import("
|
|
1155
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
1156
1156
|
reviewMode: boolean;
|
|
1157
1157
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
1158
1158
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -1246,7 +1246,7 @@ declare const InteractiveGraph: {
|
|
|
1246
1246
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1247
1247
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1248
1248
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
1249
|
-
reviewModeRubric?: import("
|
|
1249
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
1250
1250
|
reviewMode: boolean;
|
|
1251
1251
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
1252
1252
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -1337,7 +1337,7 @@ declare const InteractiveGraph: {
|
|
|
1337
1337
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1338
1338
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1339
1339
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
1340
|
-
reviewModeRubric?: import("
|
|
1340
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
1341
1341
|
reviewMode: boolean;
|
|
1342
1342
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
1343
1343
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -1426,7 +1426,7 @@ declare const InteractiveGraph: {
|
|
|
1426
1426
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1427
1427
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1428
1428
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
1429
|
-
reviewModeRubric?: import("
|
|
1429
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
1430
1430
|
reviewMode: boolean;
|
|
1431
1431
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
1432
1432
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -1517,7 +1517,7 @@ declare const InteractiveGraph: {
|
|
|
1517
1517
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1518
1518
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1519
1519
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
1520
|
-
reviewModeRubric?: import("
|
|
1520
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
1521
1521
|
reviewMode: boolean;
|
|
1522
1522
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
1523
1523
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -1606,7 +1606,7 @@ declare const InteractiveGraph: {
|
|
|
1606
1606
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1607
1607
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1608
1608
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
1609
|
-
reviewModeRubric?: import("
|
|
1609
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
1610
1610
|
reviewMode: boolean;
|
|
1611
1611
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
1612
1612
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -1695,7 +1695,7 @@ declare const InteractiveGraph: {
|
|
|
1695
1695
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1696
1696
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1697
1697
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
1698
|
-
reviewModeRubric?: import("
|
|
1698
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
1699
1699
|
reviewMode: boolean;
|
|
1700
1700
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
1701
1701
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -1784,7 +1784,7 @@ declare const InteractiveGraph: {
|
|
|
1784
1784
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1785
1785
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1786
1786
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
1787
|
-
reviewModeRubric?: import("
|
|
1787
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
1788
1788
|
reviewMode: boolean;
|
|
1789
1789
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
1790
1790
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -1874,7 +1874,7 @@ declare const InteractiveGraph: {
|
|
|
1874
1874
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1875
1875
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1876
1876
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
1877
|
-
reviewModeRubric?: import("
|
|
1877
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
1878
1878
|
reviewMode: boolean;
|
|
1879
1879
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
1880
1880
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -1983,7 +1983,7 @@ declare const InteractiveGraph: {
|
|
|
1983
1983
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1984
1984
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1985
1985
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
1986
|
-
reviewModeRubric?: import("
|
|
1986
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
1987
1987
|
reviewMode: boolean;
|
|
1988
1988
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
1989
1989
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -2072,7 +2072,7 @@ declare const InteractiveGraph: {
|
|
|
2072
2072
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2073
2073
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2074
2074
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
2075
|
-
reviewModeRubric?: import("
|
|
2075
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
2076
2076
|
reviewMode: boolean;
|
|
2077
2077
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
2078
2078
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -2161,7 +2161,7 @@ declare const InteractiveGraph: {
|
|
|
2161
2161
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2162
2162
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2163
2163
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
2164
|
-
reviewModeRubric?: import("
|
|
2164
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
2165
2165
|
reviewMode: boolean;
|
|
2166
2166
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
2167
2167
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -2257,7 +2257,7 @@ declare const InteractiveGraph: {
|
|
|
2257
2257
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2258
2258
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2259
2259
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
2260
|
-
reviewModeRubric?: import("
|
|
2260
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
2261
2261
|
reviewMode: boolean;
|
|
2262
2262
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
2263
2263
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -2307,7 +2307,7 @@ declare const InteractiveGraph: {
|
|
|
2307
2307
|
addAngleControls: () => void;
|
|
2308
2308
|
removeAngleControls: () => void;
|
|
2309
2309
|
toggleShowSides: () => void;
|
|
2310
|
-
getUserInput(): import("
|
|
2310
|
+
getUserInput(): import("@khanacademy/perseus-score").PerseusInteractiveGraphUserInput;
|
|
2311
2311
|
focus: () => void;
|
|
2312
2312
|
render(): React.ReactNode;
|
|
2313
2313
|
setState<K extends string | number | symbol>(state: any, callback?: (() => void) | undefined): void;
|
|
@@ -2393,7 +2393,7 @@ declare const InteractiveGraph: {
|
|
|
2393
2393
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2394
2394
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2395
2395
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
2396
|
-
reviewModeRubric?: import("
|
|
2396
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
2397
2397
|
reviewMode: boolean;
|
|
2398
2398
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
2399
2399
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -2485,7 +2485,7 @@ declare const InteractiveGraph: {
|
|
|
2485
2485
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2486
2486
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2487
2487
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
2488
|
-
reviewModeRubric?: import("
|
|
2488
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
2489
2489
|
reviewMode: boolean;
|
|
2490
2490
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
2491
2491
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -2576,7 +2576,7 @@ declare const InteractiveGraph: {
|
|
|
2576
2576
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2577
2577
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2578
2578
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
2579
|
-
reviewModeRubric?: import("
|
|
2579
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
2580
2580
|
reviewMode: boolean;
|
|
2581
2581
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
2582
2582
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -2667,7 +2667,7 @@ declare const InteractiveGraph: {
|
|
|
2667
2667
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2668
2668
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2669
2669
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
2670
|
-
reviewModeRubric?: import("
|
|
2670
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
2671
2671
|
reviewMode: boolean;
|
|
2672
2672
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
2673
2673
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -2756,7 +2756,7 @@ declare const InteractiveGraph: {
|
|
|
2756
2756
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2757
2757
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2758
2758
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
2759
|
-
reviewModeRubric?: import("
|
|
2759
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
2760
2760
|
reviewMode: boolean;
|
|
2761
2761
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
2762
2762
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -2845,7 +2845,7 @@ declare const InteractiveGraph: {
|
|
|
2845
2845
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2846
2846
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2847
2847
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
2848
|
-
reviewModeRubric?: import("
|
|
2848
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
2849
2849
|
reviewMode: boolean;
|
|
2850
2850
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
2851
2851
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -2855,7 +2855,7 @@ declare const InteractiveGraph: {
|
|
|
2855
2855
|
}>, nextState: Readonly<any>, nextContext: any): void;
|
|
2856
2856
|
}>;
|
|
2857
2857
|
mafsRef: React.RefObject<import("../../../../perseus/src/widgets/interactive-graphs/stateful-mafs-graph").StatefulMafsGraphType>;
|
|
2858
|
-
getUserInput(): import("
|
|
2858
|
+
getUserInput(): import("@khanacademy/perseus-score").PerseusInteractiveGraphUserInput;
|
|
2859
2859
|
getPromptJSON(): import("../../../../perseus/src/widget-ai-utils/interactive-graph/interactive-graph-ai-utils").InteractiveGraphPromptJSON | import("../../../../perseus/src/widget-ai-utils/unsupported-widget").UnsupportedWidgetPromptJSON;
|
|
2860
2860
|
render(): React.JSX.Element;
|
|
2861
2861
|
context: unknown;
|
|
@@ -2942,7 +2942,7 @@ declare const InteractiveGraph: {
|
|
|
2942
2942
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2943
2943
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2944
2944
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
2945
|
-
reviewModeRubric?: import("
|
|
2945
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
2946
2946
|
reviewMode: boolean;
|
|
2947
2947
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
2948
2948
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -3036,7 +3036,7 @@ declare const InteractiveGraph: {
|
|
|
3036
3036
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3037
3037
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3038
3038
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
3039
|
-
reviewModeRubric?: import("
|
|
3039
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
3040
3040
|
reviewMode: boolean;
|
|
3041
3041
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
3042
3042
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -3127,7 +3127,7 @@ declare const InteractiveGraph: {
|
|
|
3127
3127
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3128
3128
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3129
3129
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
3130
|
-
reviewModeRubric?: import("
|
|
3130
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
3131
3131
|
reviewMode: boolean;
|
|
3132
3132
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
3133
3133
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -3216,7 +3216,7 @@ declare const InteractiveGraph: {
|
|
|
3216
3216
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3217
3217
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3218
3218
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
3219
|
-
reviewModeRubric?: import("
|
|
3219
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
3220
3220
|
reviewMode: boolean;
|
|
3221
3221
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
3222
3222
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -3307,7 +3307,7 @@ declare const InteractiveGraph: {
|
|
|
3307
3307
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3308
3308
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3309
3309
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
3310
|
-
reviewModeRubric?: import("
|
|
3310
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
3311
3311
|
reviewMode: boolean;
|
|
3312
3312
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
3313
3313
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -3396,7 +3396,7 @@ declare const InteractiveGraph: {
|
|
|
3396
3396
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3397
3397
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3398
3398
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
3399
|
-
reviewModeRubric?: import("
|
|
3399
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
3400
3400
|
reviewMode: boolean;
|
|
3401
3401
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
3402
3402
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -3485,7 +3485,7 @@ declare const InteractiveGraph: {
|
|
|
3485
3485
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3486
3486
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3487
3487
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
3488
|
-
reviewModeRubric?: import("
|
|
3488
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
3489
3489
|
reviewMode: boolean;
|
|
3490
3490
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
3491
3491
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -3574,7 +3574,7 @@ declare const InteractiveGraph: {
|
|
|
3574
3574
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3575
3575
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3576
3576
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
3577
|
-
reviewModeRubric?: import("
|
|
3577
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
3578
3578
|
reviewMode: boolean;
|
|
3579
3579
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
3580
3580
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -3672,7 +3672,7 @@ declare const InteractiveGraph: {
|
|
|
3672
3672
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3673
3673
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3674
3674
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
3675
|
-
reviewModeRubric?: import("
|
|
3675
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
3676
3676
|
reviewMode: boolean;
|
|
3677
3677
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
3678
3678
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -3759,7 +3759,7 @@ declare const InteractiveGraph: {
|
|
|
3759
3759
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3760
3760
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3761
3761
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
3762
|
-
reviewModeRubric?: import("
|
|
3762
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
3763
3763
|
reviewMode: boolean;
|
|
3764
3764
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
3765
3765
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -3846,7 +3846,7 @@ declare const InteractiveGraph: {
|
|
|
3846
3846
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3847
3847
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3848
3848
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
3849
|
-
reviewModeRubric?: import("
|
|
3849
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
3850
3850
|
reviewMode: boolean;
|
|
3851
3851
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
3852
3852
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -3933,7 +3933,7 @@ declare const InteractiveGraph: {
|
|
|
3933
3933
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3934
3934
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3935
3935
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
3936
|
-
reviewModeRubric?: import("
|
|
3936
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
3937
3937
|
reviewMode: boolean;
|
|
3938
3938
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
3939
3939
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -4020,7 +4020,7 @@ declare const InteractiveGraph: {
|
|
|
4020
4020
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
4021
4021
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
4022
4022
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
4023
|
-
reviewModeRubric?: import("
|
|
4023
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
4024
4024
|
reviewMode: boolean;
|
|
4025
4025
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
4026
4026
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -4107,7 +4107,7 @@ declare const InteractiveGraph: {
|
|
|
4107
4107
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
4108
4108
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
4109
4109
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
4110
|
-
reviewModeRubric?: import("
|
|
4110
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
4111
4111
|
reviewMode: boolean;
|
|
4112
4112
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
4113
4113
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -4115,7 +4115,7 @@ declare const InteractiveGraph: {
|
|
|
4115
4115
|
linterContext: import("@khanacademy/perseus-linter").LinterContextProps;
|
|
4116
4116
|
containerSizeClass: import("../../../../perseus/src/util/sizing-utils").SizeClass;
|
|
4117
4117
|
}): [import("@khanacademy/perseus").Coord, import("@khanacademy/perseus").Coord, import("@khanacademy/perseus").Coord];
|
|
4118
|
-
normalizeCoords(coordsList: ReadonlyArray<import("@khanacademy/perseus").Coord>, ranges: [import("
|
|
4118
|
+
normalizeCoords(coordsList: ReadonlyArray<import("@khanacademy/perseus").Coord>, ranges: [import("@khanacademy/kmath").Range, import("@khanacademy/kmath").Range]): ReadonlyArray<import("@khanacademy/perseus").Coord>;
|
|
4119
4119
|
getEquationString(props: {
|
|
4120
4120
|
step: [number, number];
|
|
4121
4121
|
gridStep?: [x: number, y: number];
|
|
@@ -4195,7 +4195,7 @@ declare const InteractiveGraph: {
|
|
|
4195
4195
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
4196
4196
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
4197
4197
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
4198
|
-
reviewModeRubric?: import("
|
|
4198
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
4199
4199
|
reviewMode: boolean;
|
|
4200
4200
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
4201
4201
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -4282,7 +4282,7 @@ declare const InteractiveGraph: {
|
|
|
4282
4282
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
4283
4283
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
4284
4284
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
4285
|
-
reviewModeRubric?: import("
|
|
4285
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
4286
4286
|
reviewMode: boolean;
|
|
4287
4287
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
4288
4288
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -4370,7 +4370,7 @@ declare const InteractiveGraph: {
|
|
|
4370
4370
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
4371
4371
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
4372
4372
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
4373
|
-
reviewModeRubric?: import("
|
|
4373
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
4374
4374
|
reviewMode: boolean;
|
|
4375
4375
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
4376
4376
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -4457,14 +4457,14 @@ declare const InteractiveGraph: {
|
|
|
4457
4457
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
4458
4458
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
4459
4459
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
4460
|
-
reviewModeRubric?: import("
|
|
4460
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
4461
4461
|
reviewMode: boolean;
|
|
4462
4462
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
4463
4463
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
4464
4464
|
isLastUsedWidget: boolean;
|
|
4465
4465
|
linterContext: import("@khanacademy/perseus-linter").LinterContextProps;
|
|
4466
4466
|
containerSizeClass: import("../../../../perseus/src/util/sizing-utils").SizeClass;
|
|
4467
|
-
}): import("
|
|
4467
|
+
}): import("@khanacademy/kmath").QuadraticCoefficient;
|
|
4468
4468
|
defaultQuadraticCoords(props: {
|
|
4469
4469
|
step: [number, number];
|
|
4470
4470
|
gridStep?: [x: number, y: number];
|
|
@@ -4544,7 +4544,7 @@ declare const InteractiveGraph: {
|
|
|
4544
4544
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
4545
4545
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
4546
4546
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
4547
|
-
reviewModeRubric?: import("
|
|
4547
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
4548
4548
|
reviewMode: boolean;
|
|
4549
4549
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
4550
4550
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -4631,7 +4631,7 @@ declare const InteractiveGraph: {
|
|
|
4631
4631
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
4632
4632
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
4633
4633
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
4634
|
-
reviewModeRubric?: import("
|
|
4634
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
4635
4635
|
reviewMode: boolean;
|
|
4636
4636
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
4637
4637
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -4718,14 +4718,14 @@ declare const InteractiveGraph: {
|
|
|
4718
4718
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
4719
4719
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
4720
4720
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
4721
|
-
reviewModeRubric?: import("
|
|
4721
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
4722
4722
|
reviewMode: boolean;
|
|
4723
4723
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
4724
4724
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
4725
4725
|
isLastUsedWidget: boolean;
|
|
4726
4726
|
linterContext: import("@khanacademy/perseus-linter").LinterContextProps;
|
|
4727
4727
|
containerSizeClass: import("../../../../perseus/src/util/sizing-utils").SizeClass;
|
|
4728
|
-
}): import("
|
|
4728
|
+
}): import("@khanacademy/kmath").SineCoefficient;
|
|
4729
4729
|
defaultSinusoidCoords(props: {
|
|
4730
4730
|
step: [number, number];
|
|
4731
4731
|
gridStep?: [x: number, y: number];
|
|
@@ -4805,7 +4805,7 @@ declare const InteractiveGraph: {
|
|
|
4805
4805
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
4806
4806
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
4807
4807
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
4808
|
-
reviewModeRubric?: import("
|
|
4808
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
4809
4809
|
reviewMode: boolean;
|
|
4810
4810
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
4811
4811
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -4892,7 +4892,7 @@ declare const InteractiveGraph: {
|
|
|
4892
4892
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
4893
4893
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
4894
4894
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
4895
|
-
reviewModeRubric?: import("
|
|
4895
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
4896
4896
|
reviewMode: boolean;
|
|
4897
4897
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
4898
4898
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -4979,7 +4979,7 @@ declare const InteractiveGraph: {
|
|
|
4979
4979
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
4980
4980
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
4981
4981
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
4982
|
-
reviewModeRubric?: import("
|
|
4982
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
4983
4983
|
reviewMode: boolean;
|
|
4984
4984
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
4985
4985
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -5066,7 +5066,7 @@ declare const InteractiveGraph: {
|
|
|
5066
5066
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
5067
5067
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
5068
5068
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
5069
|
-
reviewModeRubric?: import("
|
|
5069
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
5070
5070
|
reviewMode: boolean;
|
|
5071
5071
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
5072
5072
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -5153,7 +5153,7 @@ declare const InteractiveGraph: {
|
|
|
5153
5153
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
5154
5154
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
5155
5155
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
5156
|
-
reviewModeRubric?: import("
|
|
5156
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
5157
5157
|
reviewMode: boolean;
|
|
5158
5158
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
5159
5159
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -5240,7 +5240,7 @@ declare const InteractiveGraph: {
|
|
|
5240
5240
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
5241
5241
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
5242
5242
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
5243
|
-
reviewModeRubric?: import("
|
|
5243
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
5244
5244
|
reviewMode: boolean;
|
|
5245
5245
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
5246
5246
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -5327,7 +5327,7 @@ declare const InteractiveGraph: {
|
|
|
5327
5327
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
5328
5328
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
5329
5329
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
5330
|
-
reviewModeRubric?: import("
|
|
5330
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
5331
5331
|
reviewMode: boolean;
|
|
5332
5332
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
5333
5333
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -5414,7 +5414,7 @@ declare const InteractiveGraph: {
|
|
|
5414
5414
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
5415
5415
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
5416
5416
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
5417
|
-
reviewModeRubric?: import("
|
|
5417
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
5418
5418
|
reviewMode: boolean;
|
|
5419
5419
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
5420
5420
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -5501,7 +5501,7 @@ declare const InteractiveGraph: {
|
|
|
5501
5501
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
5502
5502
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
5503
5503
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
5504
|
-
reviewModeRubric?: import("
|
|
5504
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
5505
5505
|
reviewMode: boolean;
|
|
5506
5506
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
5507
5507
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -5588,7 +5588,7 @@ declare const InteractiveGraph: {
|
|
|
5588
5588
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
5589
5589
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
5590
5590
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
5591
|
-
reviewModeRubric?: import("
|
|
5591
|
+
reviewModeRubric?: import("@khanacademy/perseus-score").PerseusInteractiveGraphRubric | null | undefined;
|
|
5592
5592
|
reviewMode: boolean;
|
|
5593
5593
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
5594
5594
|
trackInteraction: (extraData?: Empty | undefined) => void;
|