@instructure/platform-widget-dashboard 6.6.0 → 6.6.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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useRecentGrades.d.ts","sourceRoot":"","sources":["../../src/hooks/useRecentGrades.ts"],"names":[],"mappings":"AAsBA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;
|
|
1
|
+
{"version":3,"file":"useRecentGrades.d.ts","sourceRoot":"","sources":["../../src/hooks/useRecentGrades.ts"],"names":[],"mappings":"AAsBA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AA8GrD,MAAM,WAAW,0BAA0B;IACzC,WAAW,EAAE,OAAO,CAAA;IACpB,eAAe,EAAE,OAAO,CAAA;IACxB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAA;IACxB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAA;CAC1B;AAED,MAAM,WAAW,kBAAkB;IACjC,WAAW,EAAE,qBAAqB,EAAE,CAAA;IACpC,QAAQ,EAAE,0BAA0B,CAAA;CACrC;AAED,MAAM,WAAW,sBAAsB;IACrC,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,YAAY,CAAC,EAAE,MAAM,CAAA;CACtB;AAED,wBAAgB,sBAAsB,CAAC,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAI9F;AAED,wBAAgB,eAAe,CAAC,OAAO,GAAE,sBAA2B;;;;;2BAkHxB,MAAM;;;;;WA8B9B,KAAK,GAAG,IAAI;;EAG/B"}
|
package/dist/index.js
CHANGED
|
@@ -14865,7 +14865,6 @@ const Bs = ({
|
|
|
14865
14865
|
$after: String
|
|
14866
14866
|
$courseFilter: String
|
|
14867
14867
|
$observedUserId: ID
|
|
14868
|
-
$orderBy: CourseWorkSubmissionsOrderField
|
|
14869
14868
|
) {
|
|
14870
14869
|
legacyNode(_id: $userId, type: User) {
|
|
14871
14870
|
... on User {
|
|
@@ -14873,10 +14872,9 @@ const Bs = ({
|
|
|
14873
14872
|
courseWorkSubmissionsConnection(
|
|
14874
14873
|
first: $first
|
|
14875
14874
|
after: $after
|
|
14876
|
-
|
|
14875
|
+
onlyGradedOrWithFeedback: true
|
|
14877
14876
|
courseFilter: $courseFilter
|
|
14878
14877
|
observedUserId: $observedUserId
|
|
14879
|
-
orderBy: $orderBy
|
|
14880
14878
|
) {
|
|
14881
14879
|
nodes {
|
|
14882
14880
|
_id
|
|
@@ -14952,8 +14950,7 @@ function Ss(e = {}) {
|
|
|
14952
14950
|
first: c,
|
|
14953
14951
|
after: q,
|
|
14954
14952
|
courseFilter: e.courseFilter,
|
|
14955
|
-
observedUserId: M
|
|
14956
|
-
orderBy: "graded_at"
|
|
14953
|
+
observedUserId: M
|
|
14957
14954
|
});
|
|
14958
14955
|
if (R.errors)
|
|
14959
14956
|
throw new Error(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/platform-widget-dashboard",
|
|
3
|
-
"version": "6.6.
|
|
3
|
+
"version": "6.6.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"@tanstack/query-persist-client-core": "^5.0.0",
|
|
73
73
|
"sanitize-html": "^2.0.0",
|
|
74
74
|
"zod": "^3.23.8",
|
|
75
|
-
"@instructure/platform-canvas-fetch": "0.1.3",
|
|
76
75
|
"@instructure/platform-alerts": "1.0.1",
|
|
76
|
+
"@instructure/platform-canvas-fetch": "0.1.3",
|
|
77
77
|
"@instructure/platform-datetime": "0.2.0",
|
|
78
78
|
"@instructure/platform-grades": "0.2.2",
|
|
79
79
|
"@instructure/platform-graphql-types": "0.1.3",
|