@gen-epix/ui 1.5.2 → 1.6.0
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/index.d.ts +116 -75
- package/dist/index.js +10208 -10144
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4428,84 +4428,85 @@ export declare const colTypePresentationValues: Record<ColType, string>;
|
|
|
4428
4428
|
* @ {string}
|
|
4429
4429
|
*/
|
|
4430
4430
|
export declare const CommandName: {
|
|
4431
|
-
readonly
|
|
4432
|
-
readonly UserInvitationCrudCommand: "UserInvitationCrudCommand";
|
|
4433
|
-
readonly RegionSetCrudCommand: "RegionSetCrudCommand";
|
|
4434
|
-
readonly CaseTypeColSetMemberCrudCommand: "CaseTypeColSetMemberCrudCommand";
|
|
4435
|
-
readonly SubjectCrudCommand: "SubjectCrudCommand";
|
|
4436
|
-
readonly CasesCreateCommand: "CasesCreateCommand";
|
|
4437
|
-
readonly ConceptSetMemberCrudCommand: "ConceptSetMemberCrudCommand";
|
|
4438
|
-
readonly RetrieveCaseTypeStatsCommand: "RetrieveCaseTypeStatsCommand";
|
|
4439
|
-
readonly CaseTypeColSetCrudCommand: "CaseTypeColSetCrudCommand";
|
|
4440
|
-
readonly CaseSetMemberCrudCommand: "CaseSetMemberCrudCommand";
|
|
4441
|
-
readonly ConceptSetCrudCommand: "ConceptSetCrudCommand";
|
|
4442
|
-
readonly CaseCrudCommand: "CaseCrudCommand";
|
|
4443
|
-
readonly RetrieveContainingRegionCommand: "RetrieveContainingRegionCommand";
|
|
4444
|
-
readonly TreeAlgorithmClassCrudCommand: "TreeAlgorithmClassCrudCommand";
|
|
4445
|
-
readonly DiseaseCrudCommand: "DiseaseCrudCommand";
|
|
4431
|
+
readonly RetrieveCaseSetRightsCommand: "RetrieveCaseSetRightsCommand";
|
|
4446
4432
|
readonly RetrieveCompleteCaseTypeCommand: "RetrieveCompleteCaseTypeCommand";
|
|
4447
|
-
readonly
|
|
4448
|
-
readonly RegionCrudCommand: "RegionCrudCommand";
|
|
4449
|
-
readonly UserCrudCommand: "UserCrudCommand";
|
|
4450
|
-
readonly CaseSetCategoryCrudCommand: "CaseSetCategoryCrudCommand";
|
|
4451
|
-
readonly OrganizationSetOrganizationUpdateAssociationCommand: "OrganizationSetOrganizationUpdateAssociationCommand";
|
|
4452
|
-
readonly DataCollectionCrudCommand: "DataCollectionCrudCommand";
|
|
4453
|
-
readonly RetrieveOrganizationContactCommand: "RetrieveOrganizationContactCommand";
|
|
4454
|
-
readonly CaseTypeCrudCommand: "CaseTypeCrudCommand";
|
|
4455
|
-
readonly CaseTypeColCrudCommand: "CaseTypeColCrudCommand";
|
|
4456
|
-
readonly DimCrudCommand: "DimCrudCommand";
|
|
4457
|
-
readonly GeneticDistanceProtocolCrudCommand: "GeneticDistanceProtocolCrudCommand";
|
|
4458
|
-
readonly RetrieveCaseSetStatsCommand: "RetrieveCaseSetStatsCommand";
|
|
4459
|
-
readonly TreeAlgorithmCrudCommand: "TreeAlgorithmCrudCommand";
|
|
4460
|
-
readonly CaseSetCrudCommand: "CaseSetCrudCommand";
|
|
4461
|
-
readonly UpdateUserOwnOrganizationCommand: "UpdateUserOwnOrganizationCommand";
|
|
4462
|
-
readonly ColCrudCommand: "ColCrudCommand";
|
|
4463
|
-
readonly CaseTypeColSetCaseTypeColUpdateAssociationCommand: "CaseTypeColSetCaseTypeColUpdateAssociationCommand";
|
|
4433
|
+
readonly CaseSetDataCollectionLinkCrudCommand: "CaseSetDataCollectionLinkCrudCommand";
|
|
4464
4434
|
readonly UserShareCasePolicyCrudCommand: "UserShareCasePolicyCrudCommand";
|
|
4435
|
+
readonly RetrieveContainingRegionCommand: "RetrieveContainingRegionCommand";
|
|
4465
4436
|
readonly OutageCrudCommand: "OutageCrudCommand";
|
|
4466
|
-
readonly
|
|
4467
|
-
readonly
|
|
4437
|
+
readonly CaseTypeSetMemberCrudCommand: "CaseTypeSetMemberCrudCommand";
|
|
4438
|
+
readonly RetrieveOrganizationContactCommand: "RetrieveOrganizationContactCommand";
|
|
4439
|
+
readonly OrganizationSetMemberCrudCommand: "OrganizationSetMemberCrudCommand";
|
|
4440
|
+
readonly UserCrudCommand: "UserCrudCommand";
|
|
4468
4441
|
readonly CaseSetCreateCommand: "CaseSetCreateCommand";
|
|
4469
|
-
readonly
|
|
4470
|
-
readonly
|
|
4471
|
-
readonly OrganizationSetCrudCommand: "OrganizationSetCrudCommand";
|
|
4442
|
+
readonly RetrieveGeneticSequenceByCaseCommand: "RetrieveGeneticSequenceByCaseCommand";
|
|
4443
|
+
readonly TreeAlgorithmClassCrudCommand: "TreeAlgorithmClassCrudCommand";
|
|
4472
4444
|
readonly CaseTypeSetCaseTypeUpdateAssociationCommand: "CaseTypeSetCaseTypeUpdateAssociationCommand";
|
|
4473
4445
|
readonly ConceptSetConceptUpdateAssociationCommand: "ConceptSetConceptUpdateAssociationCommand";
|
|
4474
|
-
readonly
|
|
4475
|
-
readonly
|
|
4476
|
-
readonly
|
|
4477
|
-
readonly
|
|
4478
|
-
readonly
|
|
4479
|
-
readonly RetrieveOrganizationAdminNameEmailsCommand: "RetrieveOrganizationAdminNameEmailsCommand";
|
|
4480
|
-
readonly CaseSetDataCollectionLinkCrudCommand: "CaseSetDataCollectionLinkCrudCommand";
|
|
4481
|
-
readonly EtiologicalAgentCrudCommand: "EtiologicalAgentCrudCommand";
|
|
4482
|
-
readonly CaseTypeSetMemberCrudCommand: "CaseTypeSetMemberCrudCommand";
|
|
4483
|
-
readonly RegisterInvitedUserCommand: "RegisterInvitedUserCommand";
|
|
4484
|
-
readonly CaseTypeSetCrudCommand: "CaseTypeSetCrudCommand";
|
|
4485
|
-
readonly ContactCrudCommand: "ContactCrudCommand";
|
|
4486
|
-
readonly OrganizationCrudCommand: "OrganizationCrudCommand";
|
|
4487
|
-
readonly RetrieveCaseSetRightsCommand: "RetrieveCaseSetRightsCommand";
|
|
4488
|
-
readonly CaseTypeSetCategoryCrudCommand: "CaseTypeSetCategoryCrudCommand";
|
|
4489
|
-
readonly RetrievePhylogeneticTreeByCasesCommand: "RetrievePhylogeneticTreeByCasesCommand";
|
|
4490
|
-
readonly SiteCrudCommand: "SiteCrudCommand";
|
|
4446
|
+
readonly RetrieveCaseRightsCommand: "RetrieveCaseRightsCommand";
|
|
4447
|
+
readonly RetrieveCaseTypeStatsCommand: "RetrieveCaseTypeStatsCommand";
|
|
4448
|
+
readonly CasesCreateCommand: "CasesCreateCommand";
|
|
4449
|
+
readonly RegionRelationCrudCommand: "RegionRelationCrudCommand";
|
|
4450
|
+
readonly DataCollectionCrudCommand: "DataCollectionCrudCommand";
|
|
4491
4451
|
readonly GetIdentityProvidersCommand: "GetIdentityProvidersCommand";
|
|
4492
4452
|
readonly RetrieveAlleleProfileCommand: "RetrieveAlleleProfileCommand";
|
|
4493
|
-
readonly
|
|
4494
|
-
readonly
|
|
4453
|
+
readonly UserInvitationCrudCommand: "UserInvitationCrudCommand";
|
|
4454
|
+
readonly RetrieveCaseSetStatsCommand: "RetrieveCaseSetStatsCommand";
|
|
4455
|
+
readonly IdentifierIssuerCrudCommand: "IdentifierIssuerCrudCommand";
|
|
4495
4456
|
readonly DataCollectionSetMemberCrudCommand: "DataCollectionSetMemberCrudCommand";
|
|
4496
|
-
readonly
|
|
4497
|
-
readonly
|
|
4498
|
-
readonly
|
|
4457
|
+
readonly InviteUserCommand: "InviteUserCommand";
|
|
4458
|
+
readonly EtiologyCrudCommand: "EtiologyCrudCommand";
|
|
4459
|
+
readonly ContactCrudCommand: "ContactCrudCommand";
|
|
4460
|
+
readonly RegisterInvitedUserCommand: "RegisterInvitedUserCommand";
|
|
4461
|
+
readonly OrganizationAccessCasePolicyCrudCommand: "OrganizationAccessCasePolicyCrudCommand";
|
|
4462
|
+
readonly CaseSetMemberCrudCommand: "CaseSetMemberCrudCommand";
|
|
4463
|
+
readonly DiseaseCrudCommand: "DiseaseCrudCommand";
|
|
4464
|
+
readonly TreeAlgorithmCrudCommand: "TreeAlgorithmCrudCommand";
|
|
4465
|
+
readonly CaseTypeColSetMemberCrudCommand: "CaseTypeColSetMemberCrudCommand";
|
|
4466
|
+
readonly DataCollectionSetCrudCommand: "DataCollectionSetCrudCommand";
|
|
4467
|
+
readonly CaseTypeColSetCaseTypeColUpdateAssociationCommand: "CaseTypeColSetCaseTypeColUpdateAssociationCommand";
|
|
4468
|
+
readonly RegionSetCrudCommand: "RegionSetCrudCommand";
|
|
4469
|
+
readonly RetrieveOwnPermissionsCommand: "RetrieveOwnPermissionsCommand";
|
|
4470
|
+
readonly CaseSetCrudCommand: "CaseSetCrudCommand";
|
|
4499
4471
|
readonly RetrieveCasesByQueryCommand: "RetrieveCasesByQueryCommand";
|
|
4472
|
+
readonly DiseaseEtiologicalAgentUpdateAssociationCommand: "DiseaseEtiologicalAgentUpdateAssociationCommand";
|
|
4473
|
+
readonly SubjectIdentifierCrudCommand: "SubjectIdentifierCrudCommand";
|
|
4500
4474
|
readonly CaseDataCollectionLinkCrudCommand: "CaseDataCollectionLinkCrudCommand";
|
|
4501
|
-
readonly
|
|
4502
|
-
readonly
|
|
4475
|
+
readonly RegionSetShapeCrudCommand: "RegionSetShapeCrudCommand";
|
|
4476
|
+
readonly GeneticDistanceProtocolCrudCommand: "GeneticDistanceProtocolCrudCommand";
|
|
4477
|
+
readonly UpdateUserOwnOrganizationCommand: "UpdateUserOwnOrganizationCommand";
|
|
4478
|
+
readonly ConceptSetCrudCommand: "ConceptSetCrudCommand";
|
|
4479
|
+
readonly RetrieveGeneticSequenceByIdCommand: "RetrieveGeneticSequenceByIdCommand";
|
|
4480
|
+
readonly CaseTypeColSetCrudCommand: "CaseTypeColSetCrudCommand";
|
|
4481
|
+
readonly CaseCrudCommand: "CaseCrudCommand";
|
|
4482
|
+
readonly RetrieveLicensesCommand: "RetrieveLicensesCommand";
|
|
4483
|
+
readonly RegionCrudCommand: "RegionCrudCommand";
|
|
4503
4484
|
readonly CaseSetStatusCrudCommand: "CaseSetStatusCrudCommand";
|
|
4504
4485
|
readonly OrganizationShareCasePolicyCrudCommand: "OrganizationShareCasePolicyCrudCommand";
|
|
4505
|
-
readonly
|
|
4506
|
-
readonly
|
|
4507
|
-
readonly
|
|
4508
|
-
readonly
|
|
4486
|
+
readonly DataCollectionSetDataCollectionUpdateAssociationCommand: "DataCollectionSetDataCollectionUpdateAssociationCommand";
|
|
4487
|
+
readonly SubjectCrudCommand: "SubjectCrudCommand";
|
|
4488
|
+
readonly RetrievePhylogeneticTreeBySequencesCommand: "RetrievePhylogeneticTreeBySequencesCommand";
|
|
4489
|
+
readonly OrganizationCrudCommand: "OrganizationCrudCommand";
|
|
4490
|
+
readonly CaseSetCategoryCrudCommand: "CaseSetCategoryCrudCommand";
|
|
4491
|
+
readonly CaseTypeColCrudCommand: "CaseTypeColCrudCommand";
|
|
4492
|
+
readonly EtiologicalAgentCrudCommand: "EtiologicalAgentCrudCommand";
|
|
4493
|
+
readonly RetrieveCasesByIdCommand: "RetrieveCasesByIdCommand";
|
|
4494
|
+
readonly RetrieveOutagesCommand: "RetrieveOutagesCommand";
|
|
4495
|
+
readonly SiteCrudCommand: "SiteCrudCommand";
|
|
4496
|
+
readonly OrganizationSetOrganizationUpdateAssociationCommand: "OrganizationSetOrganizationUpdateAssociationCommand";
|
|
4497
|
+
readonly DimCrudCommand: "DimCrudCommand";
|
|
4498
|
+
readonly CaseTypeCrudCommand: "CaseTypeCrudCommand";
|
|
4499
|
+
readonly CaseTypeSetCategoryCrudCommand: "CaseTypeSetCategoryCrudCommand";
|
|
4500
|
+
readonly UpdateUserCommand: "UpdateUserCommand";
|
|
4501
|
+
readonly RetrieveOrganizationAdminNameEmailsCommand: "RetrieveOrganizationAdminNameEmailsCommand";
|
|
4502
|
+
readonly RetrievePhylogeneticTreeByCasesCommand: "RetrievePhylogeneticTreeByCasesCommand";
|
|
4503
|
+
readonly ConceptSetMemberCrudCommand: "ConceptSetMemberCrudCommand";
|
|
4504
|
+
readonly CaseTypeSetCrudCommand: "CaseTypeSetCrudCommand";
|
|
4505
|
+
readonly OrganizationSetCrudCommand: "OrganizationSetCrudCommand";
|
|
4506
|
+
readonly ConceptCrudCommand: "ConceptCrudCommand";
|
|
4507
|
+
readonly ColCrudCommand: "ColCrudCommand";
|
|
4508
|
+
readonly OrganizationAdminPolicyCrudCommand: "OrganizationAdminPolicyCrudCommand";
|
|
4509
|
+
readonly UserAccessCasePolicyCrudCommand: "UserAccessCasePolicyCrudCommand";
|
|
4509
4510
|
};
|
|
4510
4511
|
|
|
4511
4512
|
export declare type CommandName = typeof CommandName[keyof typeof CommandName];
|
|
@@ -5495,7 +5496,7 @@ export declare class DevicePixelRatioManager extends SubscribableAbstract<number
|
|
|
5495
5496
|
private constructor();
|
|
5496
5497
|
}
|
|
5497
5498
|
|
|
5498
|
-
export declare const Dialog: ({ onClose, title, children, actionButtons: ActionButtons, actions, testId, titleVariant, permalink, maxWidth, fullWidth, noCloseButton, disableBackdropClick, fullScreen, noTitle, noPadding, }: PropsWithChildren<DialogProps>) => ReactElement;
|
|
5499
|
+
export declare const Dialog: ({ onClose, title, children, actionButtons: ActionButtons, actions, testId, titleVariant, permalink, maxWidth, fullWidth, noCloseButton, disableBackdropClick, fullScreen, noTitle, noPadding, dialogContentRef, }: PropsWithChildren<DialogProps>) => ReactElement;
|
|
5499
5500
|
|
|
5500
5501
|
export declare type DialogAction = DialogActionButton | ReactElement;
|
|
5501
5502
|
|
|
@@ -5521,6 +5522,7 @@ export declare type DialogProps = {
|
|
|
5521
5522
|
readonly disableBackdropClick?: boolean;
|
|
5522
5523
|
readonly noTitle?: boolean;
|
|
5523
5524
|
readonly noPadding?: boolean;
|
|
5525
|
+
readonly dialogContentRef?: RefObject<HTMLDivElement>;
|
|
5524
5526
|
};
|
|
5525
5527
|
|
|
5526
5528
|
/**
|
|
@@ -7511,15 +7513,6 @@ export declare class KeyboardShortcutManager {
|
|
|
7511
7513
|
registerShortcut({ key, modifier, callback }: KeyboardShortcutConfig): () => void;
|
|
7512
7514
|
}
|
|
7513
7515
|
|
|
7514
|
-
export declare type LicenseEntry = {
|
|
7515
|
-
name: string;
|
|
7516
|
-
version: string;
|
|
7517
|
-
license: string;
|
|
7518
|
-
homepage: string;
|
|
7519
|
-
};
|
|
7520
|
-
|
|
7521
|
-
export declare type Licenses = LicenseEntry[];
|
|
7522
|
-
|
|
7523
7516
|
export declare const LicensesDialog: ComponentClass<LicensesDialogProps, WithDialogState<LicensesDialogOpenProps>>;
|
|
7524
7517
|
|
|
7525
7518
|
export declare interface LicensesDialogOpenProps {
|
|
@@ -10281,6 +10274,44 @@ export declare class OutageUtil {
|
|
|
10281
10274
|
|
|
10282
10275
|
export declare const OutageWrapper: ({ children }: PropsWithChildren) => ReactNode;
|
|
10283
10276
|
|
|
10277
|
+
/**
|
|
10278
|
+
*
|
|
10279
|
+
* @export
|
|
10280
|
+
* @interface PackageMetadata
|
|
10281
|
+
*/
|
|
10282
|
+
export declare interface PackageMetadata {
|
|
10283
|
+
/**
|
|
10284
|
+
* The unique identifier for the obj.
|
|
10285
|
+
* @type {string}
|
|
10286
|
+
* @memberof PackageMetadata
|
|
10287
|
+
*/
|
|
10288
|
+
'id'?: string | null;
|
|
10289
|
+
/**
|
|
10290
|
+
* Name of the package.
|
|
10291
|
+
* @type {string}
|
|
10292
|
+
* @memberof PackageMetadata
|
|
10293
|
+
*/
|
|
10294
|
+
'name': string;
|
|
10295
|
+
/**
|
|
10296
|
+
* Version of the package.
|
|
10297
|
+
* @type {string}
|
|
10298
|
+
* @memberof PackageMetadata
|
|
10299
|
+
*/
|
|
10300
|
+
'version': string;
|
|
10301
|
+
/**
|
|
10302
|
+
* License information for the package.
|
|
10303
|
+
* @type {string}
|
|
10304
|
+
* @memberof PackageMetadata
|
|
10305
|
+
*/
|
|
10306
|
+
'license'?: string | null;
|
|
10307
|
+
/**
|
|
10308
|
+
* Homepage URL of the package.
|
|
10309
|
+
* @type {string}
|
|
10310
|
+
* @memberof PackageMetadata
|
|
10311
|
+
*/
|
|
10312
|
+
'homepage'?: string | null;
|
|
10313
|
+
}
|
|
10314
|
+
|
|
10284
10315
|
declare type Page = {
|
|
10285
10316
|
pageName: string;
|
|
10286
10317
|
location: Location;
|
|
@@ -10436,6 +10467,7 @@ export declare enum QUERY_KEY {
|
|
|
10436
10467
|
DATA_COLLECTION_SETS = "DATA_COLLECTION_SETS",
|
|
10437
10468
|
DATA_COLLECTIONS = "DATA_COLLECTIONS",
|
|
10438
10469
|
DIMS = "DIMS",
|
|
10470
|
+
LICENSES = "LICENSES",
|
|
10439
10471
|
DISEASES = "DISEASES",
|
|
10440
10472
|
ETIOLOGICAL_AGENTS = "ETIOLOGICAL_AGENTS",
|
|
10441
10473
|
ETIOLOGIES = "ETIOLOGIES",
|
|
@@ -11524,6 +11556,14 @@ export declare class SystemApi extends BaseAPI {
|
|
|
11524
11556
|
* @memberof SystemApi
|
|
11525
11557
|
*/
|
|
11526
11558
|
outagesPutSome(outage: Array<Outage>, options?: RawAxiosRequestConfig): Promise<AxiosResponse<Outage[], any>>;
|
|
11559
|
+
/**
|
|
11560
|
+
*
|
|
11561
|
+
* @summary Licenses
|
|
11562
|
+
* @param {*} [options] Override http request option.
|
|
11563
|
+
* @throws {RequiredError}
|
|
11564
|
+
* @memberof SystemApi
|
|
11565
|
+
*/
|
|
11566
|
+
retrieveLicenses(options?: RawAxiosRequestConfig): Promise<AxiosResponse<PackageMetadata[], any>>;
|
|
11527
11567
|
/**
|
|
11528
11568
|
*
|
|
11529
11569
|
* @summary Outages
|
|
@@ -13865,6 +13905,7 @@ export declare type WithDialogRenderProps<TOpenProps = never> = {
|
|
|
13865
13905
|
permalink?: string;
|
|
13866
13906
|
onPermalinkChange?: (permalink: string) => void;
|
|
13867
13907
|
openProps?: TOpenProps;
|
|
13908
|
+
dialogContentRef?: RefObject<HTMLDivElement>;
|
|
13868
13909
|
};
|
|
13869
13910
|
|
|
13870
13911
|
export declare interface WithDialogState<TOpenProps> {
|