File tree Expand file tree Collapse file tree 7 files changed +18
-16
lines changed
website/src/components/Playground/editor-types Expand file tree Collapse file tree 7 files changed +18
-16
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @data-client/endpoint ' : patch
3
+ ' @data-client/graphql ' : patch
4
+ ' @data-client/rest ' : patch
5
+ ---
6
+
7
+ Update docstring for EntityMixin
Original file line number Diff line number Diff line change @@ -411,10 +411,9 @@ export declare class Collection<
411
411
Parent = any ,
412
412
> extends CollectionRoot < S , Args , Parent > { }
413
413
414
- // id is in Instance, so we default to that as pk
415
414
/**
416
- * Represents data that should be deduped by specifying a primary key .
417
- * @see https://dataclient.io/docs /api/schema.Entity
415
+ * Entity defines a single (globally) unique object .
416
+ * @see https://dataclient.io/rest /api/schema.Entity
418
417
*/
419
418
export function Entity < TBase extends PKClass > (
420
419
Base : TBase ,
Original file line number Diff line number Diff line change @@ -1010,10 +1010,9 @@ declare class Collection<
1010
1010
Parent = any ,
1011
1011
> extends CollectionRoot < S , Args , Parent > { }
1012
1012
1013
- // id is in Instance, so we default to that as pk
1014
1013
/**
1015
- * Represents data that should be deduped by specifying a primary key .
1016
- * @see https://dataclient.io/docs /api/schema.Entity
1014
+ * Entity defines a single (globally) unique object .
1015
+ * @see https://dataclient.io/rest /api/schema.Entity
1017
1016
*/
1018
1017
declare function Entity$1 < TBase extends PKClass > (
1019
1018
Base : TBase ,
Original file line number Diff line number Diff line change @@ -1010,10 +1010,9 @@ declare class Collection<
1010
1010
Parent = any ,
1011
1011
> extends CollectionRoot < S , Args , Parent > { }
1012
1012
1013
- // id is in Instance, so we default to that as pk
1014
1013
/**
1015
- * Represents data that should be deduped by specifying a primary key .
1016
- * @see https://dataclient.io/docs /api/schema.Entity
1014
+ * Entity defines a single (globally) unique object .
1015
+ * @see https://dataclient.io/rest /api/schema.Entity
1017
1016
*/
1018
1017
declare function Entity$1 < TBase extends PKClass > (
1019
1018
Base : TBase ,
Original file line number Diff line number Diff line change @@ -1008,10 +1008,9 @@ declare class Collection<
1008
1008
Parent = any ,
1009
1009
> extends CollectionRoot < S , Args , Parent > { }
1010
1010
1011
- // id is in Instance, so we default to that as pk
1012
1011
/**
1013
- * Represents data that should be deduped by specifying a primary key .
1014
- * @see https://dataclient.io/docs /api/schema.Entity
1012
+ * Entity defines a single (globally) unique object .
1013
+ * @see https://dataclient.io/rest /api/schema.Entity
1015
1014
*/
1016
1015
declare function Entity$1 < TBase extends PKClass > (
1017
1016
Base : TBase ,
Original file line number Diff line number Diff line change @@ -1012,10 +1012,9 @@ declare class Collection<
1012
1012
Parent = any ,
1013
1013
> extends CollectionRoot < S , Args , Parent > { }
1014
1014
1015
- // id is in Instance, so we default to that as pk
1016
1015
/**
1017
- * Represents data that should be deduped by specifying a primary key .
1018
- * @see https://dataclient.io/docs /api/schema.Entity
1016
+ * Entity defines a single (globally) unique object .
1017
+ * @see https://dataclient.io/rest /api/schema.Entity
1019
1018
*/
1020
1019
declare function Entity$1 < TBase extends PKClass > (
1021
1020
Base : TBase ,
Original file line number Diff line number Diff line change @@ -2899,6 +2899,7 @@ declare namespace React {
2899
2899
2900
2900
// Standard HTML Attributes
2901
2901
accessKey ?: string | undefined ;
2902
+ autoCapitalize ?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | ( string & { } ) ;
2902
2903
autoFocus ?: boolean | undefined ;
2903
2904
className ?: string | undefined ;
2904
2905
contentEditable ?: Booleanish | "inherit" | "plaintext-only" | undefined ;
@@ -2937,7 +2938,6 @@ declare namespace React {
2937
2938
vocab ?: string | undefined ;
2938
2939
2939
2940
// Non-standard Attributes
2940
- autoCapitalize ?: string | undefined ;
2941
2941
autoCorrect ?: string | undefined ;
2942
2942
autoSave ?: string | undefined ;
2943
2943
color ?: string | undefined ;
You can’t perform that action at this time.
0 commit comments