fansunited-management-components 1.58.0-RC2 → 1.58.0-RC3
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/index.es.js +429 -394
- package/index.umd.js +173 -173
- package/package.json +1 -1
- package/src/constants/components.d.ts +2 -2
- package/src/context/ComponentContext.d.ts +2 -2
- package/src/index.d.ts +4 -0
- package/src/index.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -45,7 +45,7 @@ export declare const components: {
|
|
|
45
45
|
createLabel: string;
|
|
46
46
|
createFromTemplateLabel?: string;
|
|
47
47
|
signOutLabel: string;
|
|
48
|
-
entityType: import('
|
|
48
|
+
entityType: import('..').EntityType;
|
|
49
49
|
generateLabels?: {
|
|
50
50
|
generateAIEntityLabel: string;
|
|
51
51
|
generateFootballPostMatchLabel: string;
|
|
@@ -525,7 +525,7 @@ export declare const components: {
|
|
|
525
525
|
* and content generation/regeneration.
|
|
526
526
|
*/
|
|
527
527
|
readonly GenerateFootballPostMatchModal: import('react').FC<{
|
|
528
|
-
entityType: import('
|
|
528
|
+
entityType: import('..').EntityType;
|
|
529
529
|
isOpen: boolean;
|
|
530
530
|
toggleModal: () => void;
|
|
531
531
|
defaultLanguage: string | null;
|
|
@@ -33,7 +33,7 @@ declare const ComponentContext: React.Context<{
|
|
|
33
33
|
createLabel: string;
|
|
34
34
|
createFromTemplateLabel?: string;
|
|
35
35
|
signOutLabel: string;
|
|
36
|
-
entityType: import('
|
|
36
|
+
entityType: import('..').EntityType;
|
|
37
37
|
generateLabels?: {
|
|
38
38
|
generateAIEntityLabel: string;
|
|
39
39
|
generateFootballPostMatchLabel: string;
|
|
@@ -362,7 +362,7 @@ declare const ComponentContext: React.Context<{
|
|
|
362
362
|
}[]) => void;
|
|
363
363
|
}>;
|
|
364
364
|
readonly GenerateFootballPostMatchModal: React.FC<{
|
|
365
|
-
entityType: import('
|
|
365
|
+
entityType: import('..').EntityType;
|
|
366
366
|
isOpen: boolean;
|
|
367
367
|
toggleModal: () => void;
|
|
368
368
|
defaultLanguage: string | null;
|
package/src/index.d.ts
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
export { default as EventGameRequestBody } from './models/games/event/EventGameRequestBody';
|
|
2
|
+
export { EventGameFixturesModel, EventGameOutcomeTypeEnum, EventGameFixtureStatusEnum, } from './models/games/event/EventGameRequestBody';
|
|
3
|
+
export type { EventGameFixtureEnumModel, EventGameFixtureNumberModel, IRelated, ITiebreaker, } from './models/games/event/EventGameRequestBody';
|
|
4
|
+
export type { EntityType, EntityRelationship } from './models/related/RelatedEntityRelationship';
|
|
1
5
|
declare const _default: {
|
|
2
6
|
/**
|
|
3
7
|
* React context that exposes the Fans United SDK instance and HTTPS service.
|
package/src/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,2CAA2C,CAAC;AAC5F,OAAO,EACN,sBAAsB,EACtB,wBAAwB,EACxB,0BAA0B,GAC1B,MAAM,2CAA2C,CAAC;AACnD,YAAY,EACX,yBAAyB,EACzB,2BAA2B,EAC3B,QAAQ,EACR,WAAW,GACX,MAAM,2CAA2C,CAAC;AACnD,YAAY,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,4CAA4C,CAAC;;IAKhG;;;OAGG;;;;;;IAEH;;OAEG;;;;;;IAEH;;OAEG;;IAEH;;OAEG;;;;;;;IAEH;;OAEG;;IAEH;;OAEG;;;;;IAEH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA5BJ,wBA+BE"}
|