@instructure/platform-institutional-tagging 8.1.1 → 8.1.2
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/hooks/useAccountTagsScreen.d.ts.map +1 -1
- package/dist/hooks/useClampPage.d.ts +12 -0
- package/dist/hooks/useClampPage.d.ts.map +1 -0
- package/dist/hooks/useFetchTagUsers.d.ts.map +1 -1
- package/dist/hooks/useFetchTagsForCategory.d.ts.map +1 -1
- package/dist/hooks/usePagination.d.ts +6 -3
- package/dist/hooks/usePagination.d.ts.map +1 -1
- package/dist/index.js +2026 -2039
- package/dist/query/map.d.ts.map +1 -1
- package/dist/utils/base64url.d.ts +4 -0
- package/dist/utils/base64url.d.ts.map +1 -0
- package/dist/utils/cursor.d.ts +12 -0
- package/dist/utils/cursor.d.ts.map +1 -0
- package/dist/utils/relayId.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/query/map.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"map.d.ts","sourceRoot":"","sources":["../../src/query/map.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAA;AAC3E,OAAO,EAAE,KAAK,OAAO,EAAc,MAAM,OAAO,CAAA;AAGhD;;;;;;;;;;;GAWG;AACH,KAAK,eAAe,GAAG;KACpB,CAAC,IAAI,iBAAiB,GAAG,CAAC,GAAG,EAAE,wBAAwB,CAAC,CAAC,CAAC,KAAK,SAAS,OAAO,EAAE;CACnF,CAAA;
|
|
1
|
+
{"version":3,"file":"map.d.ts","sourceRoot":"","sources":["../../src/query/map.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAA;AAC3E,OAAO,EAAE,KAAK,OAAO,EAAc,MAAM,OAAO,CAAA;AAGhD;;;;;;;;;;;GAWG;AACH,KAAK,eAAe,GAAG;KACpB,CAAC,IAAI,iBAAiB,GAAG,CAAC,GAAG,EAAE,wBAAwB,CAAC,CAAC,CAAC,KAAK,SAAS,OAAO,EAAE;CACnF,CAAA;AAsED,eAAO,MAAM,eAAe,EAAE,eA+C7B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"base64url.d.ts","sourceRoot":"","sources":["../../src/utils/base64url.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,eAAe,GAAI,MAAM,MAAM,KAAG,MACwB,CAAA;AAEvE,kFAAkF;AAClF,eAAO,MAAM,eAAe,GAAI,SAAS,MAAM,KAAG,MAAM,GAAG,IAM1D,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const encodeOffset: (offset: number) => string;
|
|
2
|
+
/**
|
|
3
|
+
* The `after` cursor that starts the given 1-based page, or `null` for page 1 — which is
|
|
4
|
+
* requested with no cursor at all.
|
|
5
|
+
*/
|
|
6
|
+
export declare const pageCursor: (page: number, pageSize: number) => string | null;
|
|
7
|
+
/**
|
|
8
|
+
* The offset a cursor points at, or `null` if it does not decode to a non-negative integer.
|
|
9
|
+
* For checking server cursors against `pageCursor` — never for building a request.
|
|
10
|
+
*/
|
|
11
|
+
export declare const cursorOffset: (cursor: string) => number | null;
|
|
12
|
+
//# sourceMappingURL=cursor.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cursor.d.ts","sourceRoot":"","sources":["../../src/utils/cursor.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,YAAY,GAAI,QAAQ,MAAM,KAAG,MAAyC,CAAA;AAEvF;;;GAGG;AACH,eAAO,MAAM,UAAU,GAAI,MAAM,MAAM,EAAE,UAAU,MAAM,KAAG,MAAM,GAAG,IACb,CAAA;AAExD;;;GAGG;AACH,eAAO,MAAM,YAAY,GAAI,QAAQ,MAAM,KAAG,MAAM,GAAG,IAGtD,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"relayId.d.ts","sourceRoot":"","sources":["../../src/utils/relayId.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"relayId.d.ts","sourceRoot":"","sources":["../../src/utils/relayId.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,UAAU,GAAI,UAAU,MAAM,GAAG,MAAM,KAAG,MACV,CAAA;AAE7C,eAAO,MAAM,eAAe,GAAI,UAAU,MAAM,GAAG,MAAM,KAAG,MACP,CAAA;AAKrD,eAAO,MAAM,UAAU,GAAI,IAAI,MAAM,KAAG,OAA2B,CAAA;AAOnE,eAAO,MAAM,YAAY,GAAI,WAAW,MAAM,KAAG,MACU,CAAA"}
|