@khanacademy/perseus-editor 20.1.1 → 20.1.3
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/editor-page.d.ts +1 -2
- package/dist/es/index.js +4 -4
- package/dist/es/index.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/item-editor.d.ts +0 -4
- 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 +82 -82
- package/package.json +11 -11
|
@@ -59,7 +59,7 @@ declare const InteractiveGraph: {
|
|
|
59
59
|
canScrollPage?: boolean;
|
|
60
60
|
crossOutEnabled?: boolean;
|
|
61
61
|
editorChangeDelay?: number;
|
|
62
|
-
flags?: Record<
|
|
62
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
63
63
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
64
64
|
}> & {
|
|
65
65
|
baseElements: NonNullable<{
|
|
@@ -81,7 +81,7 @@ declare const InteractiveGraph: {
|
|
|
81
81
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
82
82
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
83
83
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
84
|
-
reviewModeRubric?:
|
|
84
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
85
85
|
reviewMode: boolean;
|
|
86
86
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
87
87
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -152,7 +152,7 @@ declare const InteractiveGraph: {
|
|
|
152
152
|
canScrollPage?: boolean;
|
|
153
153
|
crossOutEnabled?: boolean;
|
|
154
154
|
editorChangeDelay?: number;
|
|
155
|
-
flags?: Record<
|
|
155
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
156
156
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
157
157
|
}> & {
|
|
158
158
|
baseElements: NonNullable<{
|
|
@@ -174,7 +174,7 @@ declare const InteractiveGraph: {
|
|
|
174
174
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
175
175
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
176
176
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
177
|
-
reviewModeRubric?:
|
|
177
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
178
178
|
reviewMode: boolean;
|
|
179
179
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
180
180
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -243,7 +243,7 @@ declare const InteractiveGraph: {
|
|
|
243
243
|
canScrollPage?: boolean;
|
|
244
244
|
crossOutEnabled?: boolean;
|
|
245
245
|
editorChangeDelay?: number;
|
|
246
|
-
flags?: Record<
|
|
246
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
247
247
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
248
248
|
}> & {
|
|
249
249
|
baseElements: NonNullable<{
|
|
@@ -265,7 +265,7 @@ declare const InteractiveGraph: {
|
|
|
265
265
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
266
266
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
267
267
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
268
|
-
reviewModeRubric?:
|
|
268
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
269
269
|
reviewMode: boolean;
|
|
270
270
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
271
271
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -331,7 +331,7 @@ declare const InteractiveGraph: {
|
|
|
331
331
|
canScrollPage?: boolean;
|
|
332
332
|
crossOutEnabled?: boolean;
|
|
333
333
|
editorChangeDelay?: number;
|
|
334
|
-
flags?: Record<
|
|
334
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
335
335
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
336
336
|
}> & {
|
|
337
337
|
baseElements: NonNullable<{
|
|
@@ -353,7 +353,7 @@ declare const InteractiveGraph: {
|
|
|
353
353
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
354
354
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
355
355
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
356
|
-
reviewModeRubric?:
|
|
356
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
357
357
|
reviewMode: boolean;
|
|
358
358
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
359
359
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -417,7 +417,7 @@ declare const InteractiveGraph: {
|
|
|
417
417
|
canScrollPage?: boolean;
|
|
418
418
|
crossOutEnabled?: boolean;
|
|
419
419
|
editorChangeDelay?: number;
|
|
420
|
-
flags?: Record<
|
|
420
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
421
421
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
422
422
|
}> & {
|
|
423
423
|
baseElements: NonNullable<{
|
|
@@ -439,7 +439,7 @@ declare const InteractiveGraph: {
|
|
|
439
439
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
440
440
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
441
441
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
442
|
-
reviewModeRubric?:
|
|
442
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
443
443
|
reviewMode: boolean;
|
|
444
444
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
445
445
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -505,7 +505,7 @@ declare const InteractiveGraph: {
|
|
|
505
505
|
canScrollPage?: boolean;
|
|
506
506
|
crossOutEnabled?: boolean;
|
|
507
507
|
editorChangeDelay?: number;
|
|
508
|
-
flags?: Record<
|
|
508
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
509
509
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
510
510
|
}> & {
|
|
511
511
|
baseElements: NonNullable<{
|
|
@@ -527,7 +527,7 @@ declare const InteractiveGraph: {
|
|
|
527
527
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
528
528
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
529
529
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
530
|
-
reviewModeRubric?:
|
|
530
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
531
531
|
reviewMode: boolean;
|
|
532
532
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
533
533
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -591,7 +591,7 @@ declare const InteractiveGraph: {
|
|
|
591
591
|
canScrollPage?: boolean;
|
|
592
592
|
crossOutEnabled?: boolean;
|
|
593
593
|
editorChangeDelay?: number;
|
|
594
|
-
flags?: Record<
|
|
594
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
595
595
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
596
596
|
}> & {
|
|
597
597
|
baseElements: NonNullable<{
|
|
@@ -613,7 +613,7 @@ declare const InteractiveGraph: {
|
|
|
613
613
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
614
614
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
615
615
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
616
|
-
reviewModeRubric?:
|
|
616
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
617
617
|
reviewMode: boolean;
|
|
618
618
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
619
619
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -677,7 +677,7 @@ declare const InteractiveGraph: {
|
|
|
677
677
|
canScrollPage?: boolean;
|
|
678
678
|
crossOutEnabled?: boolean;
|
|
679
679
|
editorChangeDelay?: number;
|
|
680
|
-
flags?: Record<
|
|
680
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
681
681
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
682
682
|
}> & {
|
|
683
683
|
baseElements: NonNullable<{
|
|
@@ -699,7 +699,7 @@ declare const InteractiveGraph: {
|
|
|
699
699
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
700
700
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
701
701
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
702
|
-
reviewModeRubric?:
|
|
702
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
703
703
|
reviewMode: boolean;
|
|
704
704
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
705
705
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -763,7 +763,7 @@ declare const InteractiveGraph: {
|
|
|
763
763
|
canScrollPage?: boolean;
|
|
764
764
|
crossOutEnabled?: boolean;
|
|
765
765
|
editorChangeDelay?: number;
|
|
766
|
-
flags?: Record<
|
|
766
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
767
767
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
768
768
|
}> & {
|
|
769
769
|
baseElements: NonNullable<{
|
|
@@ -785,7 +785,7 @@ declare const InteractiveGraph: {
|
|
|
785
785
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
786
786
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
787
787
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
788
|
-
reviewModeRubric?:
|
|
788
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
789
789
|
reviewMode: boolean;
|
|
790
790
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
791
791
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -850,7 +850,7 @@ declare const InteractiveGraph: {
|
|
|
850
850
|
canScrollPage?: boolean;
|
|
851
851
|
crossOutEnabled?: boolean;
|
|
852
852
|
editorChangeDelay?: number;
|
|
853
|
-
flags?: Record<
|
|
853
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
854
854
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
855
855
|
}> & {
|
|
856
856
|
baseElements: NonNullable<{
|
|
@@ -872,7 +872,7 @@ declare const InteractiveGraph: {
|
|
|
872
872
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
873
873
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
874
874
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
875
|
-
reviewModeRubric?:
|
|
875
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
876
876
|
reviewMode: boolean;
|
|
877
877
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
878
878
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -943,7 +943,7 @@ declare const InteractiveGraph: {
|
|
|
943
943
|
canScrollPage?: boolean;
|
|
944
944
|
crossOutEnabled?: boolean;
|
|
945
945
|
editorChangeDelay?: number;
|
|
946
|
-
flags?: Record<
|
|
946
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
947
947
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
948
948
|
}> & {
|
|
949
949
|
baseElements: NonNullable<{
|
|
@@ -965,7 +965,7 @@ declare const InteractiveGraph: {
|
|
|
965
965
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
966
966
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
967
967
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
968
|
-
reviewModeRubric?:
|
|
968
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
969
969
|
reviewMode: boolean;
|
|
970
970
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
971
971
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -1034,7 +1034,7 @@ declare const InteractiveGraph: {
|
|
|
1034
1034
|
canScrollPage?: boolean;
|
|
1035
1035
|
crossOutEnabled?: boolean;
|
|
1036
1036
|
editorChangeDelay?: number;
|
|
1037
|
-
flags?: Record<
|
|
1037
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
1038
1038
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
1039
1039
|
}> & {
|
|
1040
1040
|
baseElements: NonNullable<{
|
|
@@ -1056,7 +1056,7 @@ declare const InteractiveGraph: {
|
|
|
1056
1056
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1057
1057
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1058
1058
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
1059
|
-
reviewModeRubric?:
|
|
1059
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
1060
1060
|
reviewMode: boolean;
|
|
1061
1061
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
1062
1062
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -1122,7 +1122,7 @@ declare const InteractiveGraph: {
|
|
|
1122
1122
|
canScrollPage?: boolean;
|
|
1123
1123
|
crossOutEnabled?: boolean;
|
|
1124
1124
|
editorChangeDelay?: number;
|
|
1125
|
-
flags?: Record<
|
|
1125
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
1126
1126
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
1127
1127
|
}> & {
|
|
1128
1128
|
baseElements: NonNullable<{
|
|
@@ -1144,7 +1144,7 @@ declare const InteractiveGraph: {
|
|
|
1144
1144
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1145
1145
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1146
1146
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
1147
|
-
reviewModeRubric?:
|
|
1147
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
1148
1148
|
reviewMode: boolean;
|
|
1149
1149
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
1150
1150
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -1208,7 +1208,7 @@ declare const InteractiveGraph: {
|
|
|
1208
1208
|
canScrollPage?: boolean;
|
|
1209
1209
|
crossOutEnabled?: boolean;
|
|
1210
1210
|
editorChangeDelay?: number;
|
|
1211
|
-
flags?: Record<
|
|
1211
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
1212
1212
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
1213
1213
|
}> & {
|
|
1214
1214
|
baseElements: NonNullable<{
|
|
@@ -1230,7 +1230,7 @@ declare const InteractiveGraph: {
|
|
|
1230
1230
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1231
1231
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1232
1232
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
1233
|
-
reviewModeRubric?:
|
|
1233
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
1234
1234
|
reviewMode: boolean;
|
|
1235
1235
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
1236
1236
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -1296,7 +1296,7 @@ declare const InteractiveGraph: {
|
|
|
1296
1296
|
canScrollPage?: boolean;
|
|
1297
1297
|
crossOutEnabled?: boolean;
|
|
1298
1298
|
editorChangeDelay?: number;
|
|
1299
|
-
flags?: Record<
|
|
1299
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
1300
1300
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
1301
1301
|
}> & {
|
|
1302
1302
|
baseElements: NonNullable<{
|
|
@@ -1318,7 +1318,7 @@ declare const InteractiveGraph: {
|
|
|
1318
1318
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1319
1319
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1320
1320
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
1321
|
-
reviewModeRubric?:
|
|
1321
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
1322
1322
|
reviewMode: boolean;
|
|
1323
1323
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
1324
1324
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -1382,7 +1382,7 @@ declare const InteractiveGraph: {
|
|
|
1382
1382
|
canScrollPage?: boolean;
|
|
1383
1383
|
crossOutEnabled?: boolean;
|
|
1384
1384
|
editorChangeDelay?: number;
|
|
1385
|
-
flags?: Record<
|
|
1385
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
1386
1386
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
1387
1387
|
}> & {
|
|
1388
1388
|
baseElements: NonNullable<{
|
|
@@ -1404,7 +1404,7 @@ declare const InteractiveGraph: {
|
|
|
1404
1404
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1405
1405
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1406
1406
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
1407
|
-
reviewModeRubric?:
|
|
1407
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
1408
1408
|
reviewMode: boolean;
|
|
1409
1409
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
1410
1410
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -1468,7 +1468,7 @@ declare const InteractiveGraph: {
|
|
|
1468
1468
|
canScrollPage?: boolean;
|
|
1469
1469
|
crossOutEnabled?: boolean;
|
|
1470
1470
|
editorChangeDelay?: number;
|
|
1471
|
-
flags?: Record<
|
|
1471
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
1472
1472
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
1473
1473
|
}> & {
|
|
1474
1474
|
baseElements: NonNullable<{
|
|
@@ -1490,7 +1490,7 @@ declare const InteractiveGraph: {
|
|
|
1490
1490
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1491
1491
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1492
1492
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
1493
|
-
reviewModeRubric?:
|
|
1493
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
1494
1494
|
reviewMode: boolean;
|
|
1495
1495
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
1496
1496
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -1554,7 +1554,7 @@ declare const InteractiveGraph: {
|
|
|
1554
1554
|
canScrollPage?: boolean;
|
|
1555
1555
|
crossOutEnabled?: boolean;
|
|
1556
1556
|
editorChangeDelay?: number;
|
|
1557
|
-
flags?: Record<
|
|
1557
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
1558
1558
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
1559
1559
|
}> & {
|
|
1560
1560
|
baseElements: NonNullable<{
|
|
@@ -1576,7 +1576,7 @@ declare const InteractiveGraph: {
|
|
|
1576
1576
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1577
1577
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1578
1578
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
1579
|
-
reviewModeRubric?:
|
|
1579
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
1580
1580
|
reviewMode: boolean;
|
|
1581
1581
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
1582
1582
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -1651,7 +1651,7 @@ declare const InteractiveGraph: {
|
|
|
1651
1651
|
canScrollPage?: boolean;
|
|
1652
1652
|
crossOutEnabled?: boolean;
|
|
1653
1653
|
editorChangeDelay?: number;
|
|
1654
|
-
flags?: Record<
|
|
1654
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
1655
1655
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
1656
1656
|
}> & {
|
|
1657
1657
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
@@ -1671,7 +1671,7 @@ declare const InteractiveGraph: {
|
|
|
1671
1671
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1672
1672
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1673
1673
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
1674
|
-
reviewModeRubric?:
|
|
1674
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
1675
1675
|
reviewMode: boolean;
|
|
1676
1676
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
1677
1677
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -1735,7 +1735,7 @@ declare const InteractiveGraph: {
|
|
|
1735
1735
|
canScrollPage?: boolean;
|
|
1736
1736
|
crossOutEnabled?: boolean;
|
|
1737
1737
|
editorChangeDelay?: number;
|
|
1738
|
-
flags?: Record<
|
|
1738
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
1739
1739
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
1740
1740
|
}> & {
|
|
1741
1741
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
@@ -1755,7 +1755,7 @@ declare const InteractiveGraph: {
|
|
|
1755
1755
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1756
1756
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1757
1757
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
1758
|
-
reviewModeRubric?:
|
|
1758
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
1759
1759
|
reviewMode: boolean;
|
|
1760
1760
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
1761
1761
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -1819,7 +1819,7 @@ declare const InteractiveGraph: {
|
|
|
1819
1819
|
canScrollPage?: boolean;
|
|
1820
1820
|
crossOutEnabled?: boolean;
|
|
1821
1821
|
editorChangeDelay?: number;
|
|
1822
|
-
flags?: Record<
|
|
1822
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
1823
1823
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
1824
1824
|
}> & {
|
|
1825
1825
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
@@ -1839,7 +1839,7 @@ declare const InteractiveGraph: {
|
|
|
1839
1839
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1840
1840
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1841
1841
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
1842
|
-
reviewModeRubric?:
|
|
1842
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
1843
1843
|
reviewMode: boolean;
|
|
1844
1844
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
1845
1845
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -1903,7 +1903,7 @@ declare const InteractiveGraph: {
|
|
|
1903
1903
|
canScrollPage?: boolean;
|
|
1904
1904
|
crossOutEnabled?: boolean;
|
|
1905
1905
|
editorChangeDelay?: number;
|
|
1906
|
-
flags?: Record<
|
|
1906
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
1907
1907
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
1908
1908
|
}> & {
|
|
1909
1909
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
@@ -1923,7 +1923,7 @@ declare const InteractiveGraph: {
|
|
|
1923
1923
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1924
1924
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
1925
1925
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
1926
|
-
reviewModeRubric?:
|
|
1926
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
1927
1927
|
reviewMode: boolean;
|
|
1928
1928
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
1929
1929
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -1987,7 +1987,7 @@ declare const InteractiveGraph: {
|
|
|
1987
1987
|
canScrollPage?: boolean;
|
|
1988
1988
|
crossOutEnabled?: boolean;
|
|
1989
1989
|
editorChangeDelay?: number;
|
|
1990
|
-
flags?: Record<
|
|
1990
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
1991
1991
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
1992
1992
|
}> & {
|
|
1993
1993
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
@@ -2007,7 +2007,7 @@ declare const InteractiveGraph: {
|
|
|
2007
2007
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2008
2008
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2009
2009
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
2010
|
-
reviewModeRubric?:
|
|
2010
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
2011
2011
|
reviewMode: boolean;
|
|
2012
2012
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
2013
2013
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -2071,7 +2071,7 @@ declare const InteractiveGraph: {
|
|
|
2071
2071
|
canScrollPage?: boolean;
|
|
2072
2072
|
crossOutEnabled?: boolean;
|
|
2073
2073
|
editorChangeDelay?: number;
|
|
2074
|
-
flags?: Record<
|
|
2074
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
2075
2075
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
2076
2076
|
}> & {
|
|
2077
2077
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
@@ -2091,7 +2091,7 @@ declare const InteractiveGraph: {
|
|
|
2091
2091
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2092
2092
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2093
2093
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
2094
|
-
reviewModeRubric?:
|
|
2094
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
2095
2095
|
reviewMode: boolean;
|
|
2096
2096
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
2097
2097
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -2156,7 +2156,7 @@ declare const InteractiveGraph: {
|
|
|
2156
2156
|
canScrollPage?: boolean;
|
|
2157
2157
|
crossOutEnabled?: boolean;
|
|
2158
2158
|
editorChangeDelay?: number;
|
|
2159
|
-
flags?: Record<
|
|
2159
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
2160
2160
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
2161
2161
|
}> & {
|
|
2162
2162
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
@@ -2176,7 +2176,7 @@ declare const InteractiveGraph: {
|
|
|
2176
2176
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2177
2177
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2178
2178
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
2179
|
-
reviewModeRubric?:
|
|
2179
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
2180
2180
|
reviewMode: boolean;
|
|
2181
2181
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
2182
2182
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -2240,7 +2240,7 @@ declare const InteractiveGraph: {
|
|
|
2240
2240
|
canScrollPage?: boolean;
|
|
2241
2241
|
crossOutEnabled?: boolean;
|
|
2242
2242
|
editorChangeDelay?: number;
|
|
2243
|
-
flags?: Record<
|
|
2243
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
2244
2244
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
2245
2245
|
}> & {
|
|
2246
2246
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
@@ -2260,7 +2260,7 @@ declare const InteractiveGraph: {
|
|
|
2260
2260
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2261
2261
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2262
2262
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
2263
|
-
reviewModeRubric?:
|
|
2263
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
2264
2264
|
reviewMode: boolean;
|
|
2265
2265
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
2266
2266
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -2325,7 +2325,7 @@ declare const InteractiveGraph: {
|
|
|
2325
2325
|
canScrollPage?: boolean;
|
|
2326
2326
|
crossOutEnabled?: boolean;
|
|
2327
2327
|
editorChangeDelay?: number;
|
|
2328
|
-
flags?: Record<
|
|
2328
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
2329
2329
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
2330
2330
|
}> & {
|
|
2331
2331
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
@@ -2345,7 +2345,7 @@ declare const InteractiveGraph: {
|
|
|
2345
2345
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2346
2346
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2347
2347
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
2348
|
-
reviewModeRubric?:
|
|
2348
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
2349
2349
|
reviewMode: boolean;
|
|
2350
2350
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
2351
2351
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -2409,7 +2409,7 @@ declare const InteractiveGraph: {
|
|
|
2409
2409
|
canScrollPage?: boolean;
|
|
2410
2410
|
crossOutEnabled?: boolean;
|
|
2411
2411
|
editorChangeDelay?: number;
|
|
2412
|
-
flags?: Record<
|
|
2412
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
2413
2413
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
2414
2414
|
}> & {
|
|
2415
2415
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
@@ -2429,7 +2429,7 @@ declare const InteractiveGraph: {
|
|
|
2429
2429
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2430
2430
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2431
2431
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
2432
|
-
reviewModeRubric?:
|
|
2432
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
2433
2433
|
reviewMode: boolean;
|
|
2434
2434
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
2435
2435
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -2493,7 +2493,7 @@ declare const InteractiveGraph: {
|
|
|
2493
2493
|
canScrollPage?: boolean;
|
|
2494
2494
|
crossOutEnabled?: boolean;
|
|
2495
2495
|
editorChangeDelay?: number;
|
|
2496
|
-
flags?: Record<
|
|
2496
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
2497
2497
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
2498
2498
|
}> & {
|
|
2499
2499
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
@@ -2513,7 +2513,7 @@ declare const InteractiveGraph: {
|
|
|
2513
2513
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2514
2514
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2515
2515
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
2516
|
-
reviewModeRubric?:
|
|
2516
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
2517
2517
|
reviewMode: boolean;
|
|
2518
2518
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
2519
2519
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -2577,7 +2577,7 @@ declare const InteractiveGraph: {
|
|
|
2577
2577
|
canScrollPage?: boolean;
|
|
2578
2578
|
crossOutEnabled?: boolean;
|
|
2579
2579
|
editorChangeDelay?: number;
|
|
2580
|
-
flags?: Record<
|
|
2580
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
2581
2581
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
2582
2582
|
}> & {
|
|
2583
2583
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
@@ -2597,7 +2597,7 @@ declare const InteractiveGraph: {
|
|
|
2597
2597
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2598
2598
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2599
2599
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
2600
|
-
reviewModeRubric?:
|
|
2600
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
2601
2601
|
reviewMode: boolean;
|
|
2602
2602
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
2603
2603
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -2661,7 +2661,7 @@ declare const InteractiveGraph: {
|
|
|
2661
2661
|
canScrollPage?: boolean;
|
|
2662
2662
|
crossOutEnabled?: boolean;
|
|
2663
2663
|
editorChangeDelay?: number;
|
|
2664
|
-
flags?: Record<
|
|
2664
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
2665
2665
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
2666
2666
|
}> & {
|
|
2667
2667
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
@@ -2681,7 +2681,7 @@ declare const InteractiveGraph: {
|
|
|
2681
2681
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2682
2682
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2683
2683
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
2684
|
-
reviewModeRubric?:
|
|
2684
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
2685
2685
|
reviewMode: boolean;
|
|
2686
2686
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
2687
2687
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -2745,7 +2745,7 @@ declare const InteractiveGraph: {
|
|
|
2745
2745
|
canScrollPage?: boolean;
|
|
2746
2746
|
crossOutEnabled?: boolean;
|
|
2747
2747
|
editorChangeDelay?: number;
|
|
2748
|
-
flags?: Record<
|
|
2748
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
2749
2749
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
2750
2750
|
}> & {
|
|
2751
2751
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
@@ -2765,7 +2765,7 @@ declare const InteractiveGraph: {
|
|
|
2765
2765
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2766
2766
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2767
2767
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
2768
|
-
reviewModeRubric?:
|
|
2768
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
2769
2769
|
reviewMode: boolean;
|
|
2770
2770
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
2771
2771
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -2829,7 +2829,7 @@ declare const InteractiveGraph: {
|
|
|
2829
2829
|
canScrollPage?: boolean;
|
|
2830
2830
|
crossOutEnabled?: boolean;
|
|
2831
2831
|
editorChangeDelay?: number;
|
|
2832
|
-
flags?: Record<
|
|
2832
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
2833
2833
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
2834
2834
|
}> & {
|
|
2835
2835
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
@@ -2849,7 +2849,7 @@ declare const InteractiveGraph: {
|
|
|
2849
2849
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2850
2850
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2851
2851
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
2852
|
-
reviewModeRubric?:
|
|
2852
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
2853
2853
|
reviewMode: boolean;
|
|
2854
2854
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
2855
2855
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -2913,7 +2913,7 @@ declare const InteractiveGraph: {
|
|
|
2913
2913
|
canScrollPage?: boolean;
|
|
2914
2914
|
crossOutEnabled?: boolean;
|
|
2915
2915
|
editorChangeDelay?: number;
|
|
2916
|
-
flags?: Record<
|
|
2916
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
2917
2917
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
2918
2918
|
}> & {
|
|
2919
2919
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
@@ -2933,7 +2933,7 @@ declare const InteractiveGraph: {
|
|
|
2933
2933
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2934
2934
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
2935
2935
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
2936
|
-
reviewModeRubric?:
|
|
2936
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
2937
2937
|
reviewMode: boolean;
|
|
2938
2938
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
2939
2939
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -2997,7 +2997,7 @@ declare const InteractiveGraph: {
|
|
|
2997
2997
|
canScrollPage?: boolean;
|
|
2998
2998
|
crossOutEnabled?: boolean;
|
|
2999
2999
|
editorChangeDelay?: number;
|
|
3000
|
-
flags?: Record<
|
|
3000
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
3001
3001
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
3002
3002
|
}> & {
|
|
3003
3003
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
@@ -3017,7 +3017,7 @@ declare const InteractiveGraph: {
|
|
|
3017
3017
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3018
3018
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3019
3019
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
3020
|
-
reviewModeRubric?:
|
|
3020
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
3021
3021
|
reviewMode: boolean;
|
|
3022
3022
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
3023
3023
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -3081,7 +3081,7 @@ declare const InteractiveGraph: {
|
|
|
3081
3081
|
canScrollPage?: boolean;
|
|
3082
3082
|
crossOutEnabled?: boolean;
|
|
3083
3083
|
editorChangeDelay?: number;
|
|
3084
|
-
flags?: Record<
|
|
3084
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
3085
3085
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
3086
3086
|
}> & {
|
|
3087
3087
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
@@ -3101,7 +3101,7 @@ declare const InteractiveGraph: {
|
|
|
3101
3101
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3102
3102
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3103
3103
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
3104
|
-
reviewModeRubric?:
|
|
3104
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
3105
3105
|
reviewMode: boolean;
|
|
3106
3106
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
3107
3107
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -3165,7 +3165,7 @@ declare const InteractiveGraph: {
|
|
|
3165
3165
|
canScrollPage?: boolean;
|
|
3166
3166
|
crossOutEnabled?: boolean;
|
|
3167
3167
|
editorChangeDelay?: number;
|
|
3168
|
-
flags?: Record<
|
|
3168
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
3169
3169
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
3170
3170
|
}> & {
|
|
3171
3171
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
@@ -3185,7 +3185,7 @@ declare const InteractiveGraph: {
|
|
|
3185
3185
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3186
3186
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3187
3187
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
3188
|
-
reviewModeRubric?:
|
|
3188
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
3189
3189
|
reviewMode: boolean;
|
|
3190
3190
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
3191
3191
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -3249,7 +3249,7 @@ declare const InteractiveGraph: {
|
|
|
3249
3249
|
canScrollPage?: boolean;
|
|
3250
3250
|
crossOutEnabled?: boolean;
|
|
3251
3251
|
editorChangeDelay?: number;
|
|
3252
|
-
flags?: Record<
|
|
3252
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
3253
3253
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
3254
3254
|
}> & {
|
|
3255
3255
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
@@ -3269,7 +3269,7 @@ declare const InteractiveGraph: {
|
|
|
3269
3269
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3270
3270
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3271
3271
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
3272
|
-
reviewModeRubric?:
|
|
3272
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
3273
3273
|
reviewMode: boolean;
|
|
3274
3274
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
3275
3275
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -3333,7 +3333,7 @@ declare const InteractiveGraph: {
|
|
|
3333
3333
|
canScrollPage?: boolean;
|
|
3334
3334
|
crossOutEnabled?: boolean;
|
|
3335
3335
|
editorChangeDelay?: number;
|
|
3336
|
-
flags?: Record<
|
|
3336
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
3337
3337
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
3338
3338
|
}> & {
|
|
3339
3339
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
@@ -3353,7 +3353,7 @@ declare const InteractiveGraph: {
|
|
|
3353
3353
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3354
3354
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3355
3355
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
3356
|
-
reviewModeRubric?:
|
|
3356
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
3357
3357
|
reviewMode: boolean;
|
|
3358
3358
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
3359
3359
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -3417,7 +3417,7 @@ declare const InteractiveGraph: {
|
|
|
3417
3417
|
canScrollPage?: boolean;
|
|
3418
3418
|
crossOutEnabled?: boolean;
|
|
3419
3419
|
editorChangeDelay?: number;
|
|
3420
|
-
flags?: Record<
|
|
3420
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
3421
3421
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
3422
3422
|
}> & {
|
|
3423
3423
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
@@ -3437,7 +3437,7 @@ declare const InteractiveGraph: {
|
|
|
3437
3437
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3438
3438
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3439
3439
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
3440
|
-
reviewModeRubric?:
|
|
3440
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
3441
3441
|
reviewMode: boolean;
|
|
3442
3442
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
3443
3443
|
trackInteraction: (extraData?: Empty | undefined) => void;
|
|
@@ -3501,7 +3501,7 @@ declare const InteractiveGraph: {
|
|
|
3501
3501
|
canScrollPage?: boolean;
|
|
3502
3502
|
crossOutEnabled?: boolean;
|
|
3503
3503
|
editorChangeDelay?: number;
|
|
3504
|
-
flags?: Record<
|
|
3504
|
+
flags?: Record<"new-radio-widget", boolean>;
|
|
3505
3505
|
onWidgetStartProps?: (widgets: import("@khanacademy/perseus-core").PerseusWidgetsMap) => void;
|
|
3506
3506
|
}> & {
|
|
3507
3507
|
baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
|
|
@@ -3521,7 +3521,7 @@ declare const InteractiveGraph: {
|
|
|
3521
3521
|
onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3522
3522
|
onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
|
|
3523
3523
|
findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => ReadonlyArray<import("../../../../perseus/src/types").Widget>;
|
|
3524
|
-
reviewModeRubric?:
|
|
3524
|
+
reviewModeRubric?: Empty | null | undefined;
|
|
3525
3525
|
reviewMode: boolean;
|
|
3526
3526
|
onChange: import("@khanacademy/perseus").ChangeHandler;
|
|
3527
3527
|
trackInteraction: (extraData?: Empty | undefined) => void;
|