@undp/carbon-library 1.0.136-CARBON-343.0 → 1.0.136-support-section-changes.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/cjs/index.js +1055 -414
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/Components/Support/AddNewSupport/supportCreationComponent.d.ts +3 -0
- package/dist/cjs/types/Components/Support/SupportManagement/supportManagementComponent.d.ts +4 -0
- package/dist/cjs/types/Components/index.d.ts +2 -1
- package/dist/cjs/types/Definitions/Enums/investment.enum.d.ts +4 -0
- package/dist/esm/index.js +1055 -415
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/Components/Support/AddNewSupport/supportCreationComponent.d.ts +3 -0
- package/dist/esm/types/Components/Support/SupportManagement/supportManagementComponent.d.ts +4 -0
- package/dist/esm/types/Components/index.d.ts +2 -1
- package/dist/esm/types/Definitions/Enums/investment.enum.d.ts +4 -0
- package/dist/index.d.ts +9 -3
- package/package.json +1 -1
- package/dist/cjs/types/Components/Common/AntComponents/antTableComponents.d.ts +0 -21
- package/dist/cjs/types/Components/Ndc/ndcDetailsComponent.d.ts +0 -3
- package/dist/esm/types/Components/Common/AntComponents/antTableComponents.d.ts +0 -21
- package/dist/esm/types/Components/Ndc/ndcDetailsComponent.d.ts +0 -3
@@ -8,13 +8,14 @@ export * from "./User/UserProfile/userProfileComponent";
|
|
8
8
|
export * from "./User/UserManagement/userManagementComponent";
|
9
9
|
export * from "./Investment/AddNewInvestment/investmentCreationComponent";
|
10
10
|
export * from "./Investment/InvestmentManagement/investmentManagementComponent";
|
11
|
+
export * from "./Support/AddNewSupport/supportCreationComponent";
|
12
|
+
export * from "./Support/SupportManagement/supportManagementComponent";
|
11
13
|
export * from "./NdcActions/NdcActionManagement/ndcActionManagementComponent";
|
12
14
|
export * from "./NdcActions/AddNdcAction/addNdcActionComponent";
|
13
15
|
export * from "./NdcActions/NdcView/ndcActionViewComponent";
|
14
16
|
export * from "./Transfers/creditTransfersComponent";
|
15
17
|
export * from "./MrvDashboard/mrvDashboardViewComponent";
|
16
18
|
export * from "./RegistryDashboard/registryDashboardViewComponent";
|
17
|
-
export * from "./Ndc/ndcDetailsComponent";
|
18
19
|
export * from "./Common/Loading/loading";
|
19
20
|
export * from "./Common/LegendItem/legendItem";
|
20
21
|
export * from "./Common/Maps/mapComponent";
|
@@ -14,6 +14,10 @@ export declare enum InvestmentType {
|
|
14
14
|
PUBLIC = "Public",
|
15
15
|
PRIVATE = "Private"
|
16
16
|
}
|
17
|
+
export declare enum InvestmentCreationType {
|
18
|
+
EXISTING = "Existing",
|
19
|
+
NEW = "New"
|
20
|
+
}
|
17
21
|
export declare enum InvestmentStream {
|
18
22
|
CLIMATE_FINANCE = "ClimateFinance",
|
19
23
|
CARBON_MARKET = "CarbonMarket"
|
package/dist/index.d.ts
CHANGED
@@ -23,6 +23,10 @@ declare const InvestmentCreationComponent: (props: any) => React.JSX.Element;
|
|
23
23
|
|
24
24
|
declare const InvestmentManagementComponent: (props: any) => React.JSX.Element;
|
25
25
|
|
26
|
+
declare const SupportCreationComponent: (props: any) => React.JSX.Element;
|
27
|
+
|
28
|
+
declare const SupportManagementComponent: (props: any) => React.JSX.Element;
|
29
|
+
|
26
30
|
declare const NdcActionManagementComponent: (props: any) => React.JSX.Element;
|
27
31
|
|
28
32
|
declare const AddNdcActionComponent: (props: any) => React.JSX.Element;
|
@@ -35,8 +39,6 @@ declare const MrvDashboardComponent: (props: any) => React.JSX.Element;
|
|
35
39
|
|
36
40
|
declare const RegistryDashboardComponent: (props: any) => React.JSX.Element;
|
37
41
|
|
38
|
-
declare const NdcDetailsComponent: (props: any) => React.JSX.Element;
|
39
|
-
|
40
42
|
declare const Loading: () => React.JSX.Element;
|
41
43
|
|
42
44
|
interface LegendItemItemProps {
|
@@ -439,6 +441,10 @@ declare enum InvestmentType {
|
|
439
441
|
PUBLIC = "Public",
|
440
442
|
PRIVATE = "Private"
|
441
443
|
}
|
444
|
+
declare enum InvestmentCreationType {
|
445
|
+
EXISTING = "Existing",
|
446
|
+
NEW = "New"
|
447
|
+
}
|
442
448
|
declare enum InvestmentStream {
|
443
449
|
CLIMATE_FINANCE = "ClimateFinance",
|
444
450
|
CARBON_MARKET = "CarbonMarket"
|
@@ -1010,4 +1016,4 @@ declare const TooltipColor = "#6ACDFF";
|
|
1010
1016
|
declare const InvestmentBGColor = "rgba(151, 110, 215, 0.3)";
|
1011
1017
|
declare const InvestmentColor = "#9155FD";
|
1012
1018
|
|
1013
|
-
export { Action, AdaptationProperties, AddNdcActionComponent, AddNewCompanyComponent, AddNewUserComponent, AdminBGColor, AdminColor, AgricultureProperties, BaseEntity, CarbonSystemType, CertBGColor, CertColor, CoBenefitProps, CoBenefitsProperties, CoBenifitsComponent, Company, CompanyManagementColumns, CompanyManagementComponent, CompanyProfileComponent, CompanyRole, CompanyState, ConfigurationSettingsType, ConnectionContextProviderProps, ConnectionProps, CountrySelect, CreditTransferComponent, CreditTransferStage, DevBGColor, DevColor, DocType, DocumentStatus, ESGType, EnablementProperties, EnergyGenerationUnits, FormElementType, GovBGColor, GovColor, HeaderProps, ImgWithFallback, InfoView, InfoViewProps, Instrument, InvestmentBGColor, InvestmentBody, InvestmentBodyProps, InvestmentColor, InvestmentCreationComponent, InvestmentLevel, InvestmentManagementComponent, InvestmentStatus, InvestmentStream, InvestmentType, LandAreaUnits, LayoutSiderProps, LegendItem, LegendItemItemProps, Loading, LoginProps, ManagerBGColor, ManagerColor, MapComponent, MapComponentProps, MapPopupData, MapSourceData, MapTypes, MapboxComponent, MarkerData, Methods, MinBGColor, MinColor, MitigationTypes, MrvDashboardComponent, MrvStatsCardsTypes, NdcAction, NdcActionBody, NdcActionBodyProps, NdcActionManagementComponent, NdcActionStatus, NdcActionTypes, NdcActionViewComponent,
|
1019
|
+
export { Action, AdaptationProperties, AddNdcActionComponent, AddNewCompanyComponent, AddNewUserComponent, AdminBGColor, AdminColor, AgricultureProperties, BaseEntity, CarbonSystemType, CertBGColor, CertColor, CoBenefitProps, CoBenefitsProperties, CoBenifitsComponent, Company, CompanyManagementColumns, CompanyManagementComponent, CompanyProfileComponent, CompanyRole, CompanyState, ConfigurationSettingsType, ConnectionContextProviderProps, ConnectionProps, CountrySelect, CreditTransferComponent, CreditTransferStage, DevBGColor, DevColor, DocType, DocumentStatus, ESGType, EnablementProperties, EnergyGenerationUnits, FormElementType, GovBGColor, GovColor, HeaderProps, ImgWithFallback, InfoView, InfoViewProps, Instrument, InvestmentBGColor, InvestmentBody, InvestmentBodyProps, InvestmentColor, InvestmentCreationComponent, InvestmentCreationType, InvestmentLevel, InvestmentManagementComponent, InvestmentStatus, InvestmentStream, InvestmentType, LandAreaUnits, LayoutSiderProps, LegendItem, LegendItemItemProps, Loading, LoginProps, ManagerBGColor, ManagerColor, MapComponent, MapComponentProps, MapPopupData, MapSourceData, MapTypes, MapboxComponent, MarkerData, Methods, MinBGColor, MinColor, MitigationTypes, MrvDashboardComponent, MrvStatsCardsTypes, NdcAction, NdcActionBody, NdcActionBodyProps, NdcActionManagementComponent, NdcActionStatus, NdcActionTypes, NdcActionViewComponent, NdcFinancing, OrganisationStatus, OrganisationStatusProps, ProfileIcon, ProfileIconProps, Programme, ProgrammeCertify, ProgrammeCreationComponent, ProgrammeDeveloperCreation, ProgrammeDocuments, ProgrammeDocumentsProps, ProgrammeEntity, ProgrammeIssueForm, ProgrammeIssueFormProps, ProgrammeManagementColumns, ProgrammeManagementComponent, ProgrammeProperties, ProgrammePropertiesR, ProgrammePropertiesT, ProgrammePropertiesU, ProgrammeR, ProgrammeRetireForm, ProgrammeRetireFormProps, ProgrammeRevokeForm, ProgrammeRevokeFormProps, ProgrammeStageLegend, ProgrammeStageMRV, ProgrammeStageR, ProgrammeStageUnified, ProgrammeT, ProgrammeTransfer, ProgrammeTransferForm, ProgrammeTransferFormProps, ProgrammeU, RadioButtonStatus, RadioButtonStatus2, RegistryDashboardComponent, RejectDocumentationConfirmationModel, RejectDocumentationProps, Response, RetireType, Role, RoleIcon, RoleIconProps, RootBGColor, RootColor, SdgGoals, Sector, SectoralScope, SolarProperties, StasticCard, StasticCardItemProps, StatsCardsTypes, SupportCreationComponent, SupportManagementComponent, SystemNames, TimelineBody, TimelineBodyProps, Titles, TooltipColor, TransferActionModel, TransferActionModelProps, TxType, TypeOfMitigation, UnitField, User, UserContextProps, UserCreationProps, UserManagementColumns, UserManagementComponent, UserProfileComponent, UserProps, UserRoleIcon, UserRoleIconProps, ViewBGColor, ViewColor, WidgetType, addCommSep, addCommSepRound, addRoundNumber, addSpaces, consumerGroupList, creditUnit, dateFormat, dateTimeFormat, energyGenerationUnitList, getBase64, getCompanyBgColor, getCreditStageVal, getFinancialFields, getGeneralFields, getInvestmentStatusEnumVal, getNdcActionStatusEnumVal, getNdcStatusTagType, getRetirementTypeString, getStageEnumVal, getStageTagType, getStageTagTypeMRV, getStageTransferEnumVal, getStatusTagType, getTransferStageTagType, isBase64, landAreaUnitList, mitigationTypeList, ndcActionTypeList, sectorMitigationTypesListMapped, sumArray, titleList, userForgotPasswordProps };
|
package/package.json
CHANGED
@@ -1,21 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
interface Item {
|
3
|
-
key: string;
|
4
|
-
name: string;
|
5
|
-
age: string;
|
6
|
-
address: string;
|
7
|
-
}
|
8
|
-
interface EditableRowProps {
|
9
|
-
index: number;
|
10
|
-
}
|
11
|
-
export declare const EditableRow: React.FC<EditableRowProps>;
|
12
|
-
interface EditableCellProps {
|
13
|
-
title: React.ReactNode;
|
14
|
-
editable: boolean;
|
15
|
-
children: React.ReactNode;
|
16
|
-
dataIndex: keyof Item;
|
17
|
-
record: Item;
|
18
|
-
handleSave: (record: Item) => void;
|
19
|
-
}
|
20
|
-
export declare const EditableCell: React.FC<EditableCellProps>;
|
21
|
-
export {};
|
@@ -1,21 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
interface Item {
|
3
|
-
key: string;
|
4
|
-
name: string;
|
5
|
-
age: string;
|
6
|
-
address: string;
|
7
|
-
}
|
8
|
-
interface EditableRowProps {
|
9
|
-
index: number;
|
10
|
-
}
|
11
|
-
export declare const EditableRow: React.FC<EditableRowProps>;
|
12
|
-
interface EditableCellProps {
|
13
|
-
title: React.ReactNode;
|
14
|
-
editable: boolean;
|
15
|
-
children: React.ReactNode;
|
16
|
-
dataIndex: keyof Item;
|
17
|
-
record: Item;
|
18
|
-
handleSave: (record: Item) => void;
|
19
|
-
}
|
20
|
-
export declare const EditableCell: React.FC<EditableCellProps>;
|
21
|
-
export {};
|