@undp/carbon-library 1.0.78 → 1.0.79

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.
@@ -1,10 +1,9 @@
1
- import { FC } from 'react';
2
- import './info.view.scss';
1
+ import { FC } from "react";
2
+ import "./info.view.scss";
3
3
  export interface InfoViewProps {
4
4
  data: any;
5
5
  title?: any;
6
6
  icon?: any;
7
7
  hiddenColumns?: any;
8
8
  }
9
- declare const InfoView: FC<InfoViewProps>;
10
- export default InfoView;
9
+ export declare const InfoView: FC<InfoViewProps>;
@@ -19,3 +19,4 @@ export * from "./Common/Maps/mapboxComponent";
19
19
  export * from "./Common/StasticCard/stasticCard";
20
20
  export * from "./Common/ProfileIcon/profile.icon";
21
21
  export * from "./Common/RoleIcon/role.icon";
22
+ export * from "./Common/InfoView/info.view";
@@ -15,6 +15,7 @@ export interface AdaptationProperties {
15
15
  implementingAgency: string;
16
16
  nationalPlanObjectives: string;
17
17
  nationalPlanCoverage: string;
18
+ includedInNAP: any;
18
19
  ghgEmissionsReduced: any;
19
20
  ghgEmissionsAvoided: any;
20
21
  }
@@ -0,0 +1,10 @@
1
+ export declare enum EnablementTypes {
2
+ CapacityBuilding = "Capacity Building",
3
+ InstitutionalArrangement = "Institutional Arrangement",
4
+ StakeholderFramework = "Stakeholder Framework",
5
+ TechnologyTransfer = "Technology Transfer"
6
+ }
7
+ export declare const enablementTypesAndValues: {
8
+ type: string;
9
+ col: number;
10
+ }[];
@@ -4,5 +4,6 @@ export declare enum Instrument {
4
4
  GRANT = "Grant",
5
5
  EQUITY = "Equity",
6
6
  GUARANTEE = "Guarantee",
7
+ INKIND = "In-Kind",
7
8
  OTHER = "Other"
8
9
  }
package/dist/index.d.ts CHANGED
@@ -101,6 +101,14 @@ interface RoleIconProps {
101
101
  }
102
102
  declare const RoleIcon: FC<RoleIconProps>;
103
103
 
104
+ interface InfoViewProps {
105
+ data: any;
106
+ title?: any;
107
+ icon?: any;
108
+ hiddenColumns?: any;
109
+ }
110
+ declare const InfoView: FC<InfoViewProps>;
111
+
104
112
  declare enum CompanyManagementColumns {
105
113
  logo = "logo",
106
114
  name = "name",
@@ -211,6 +219,7 @@ declare enum Instrument {
211
219
  GRANT = "Grant",
212
220
  EQUITY = "Equity",
213
221
  GUARANTEE = "Guarantee",
222
+ INKIND = "In-Kind",
214
223
  OTHER = "Other"
215
224
  }
216
225
 
@@ -721,4 +730,4 @@ declare class ProgrammeEntity implements BaseEntity {
721
730
  companyId?: number[];
722
731
  }
723
732
 
724
- export { AddNdcActionComponent, AddNewCompanyComponent, AddNewUserComponent, BaseEntity, CarbonSystemType, Company, CompanyManagementColumns, CompanyManagementComponent, CompanyProfileComponent, CompanyRole, ConfigurationSettingsType, ConnectionContextProviderProps, ConnectionProps, CountrySelect, CreditTransferStage, DocType, DocumentStatus, ESGType, EnergyGenerationUnits, FormElementType, HeaderProps, Instrument, InvestmentCreationComponent, InvestmentLevel, InvestmentManagementComponent, InvestmentStatus, InvestmentStream, InvestmentType, LandAreaUnits, LayoutSiderProps, LegendItem, LegendItemItemProps, Loading, LoginProps, MapComponent, MapComponentProps, MapPopupData, MapSourceData, MapTypes, MapboxComponent, MarkerData, Methods, MitigationTypes, NdcActionManagementComponent, NdcActionStatus, NdcActionTypes, NdcActionViewComponent, ProfileIcon, ProfileIconProps, Programme, ProgrammeCreationComponent, ProgrammeDeveloperCreation, ProgrammeEntity, ProgrammeManagementColumns, ProgrammeManagementComponent, ProgrammeProperties, ProgrammePropertiesT, ProgrammeStage, ProgrammeStageMRV, ProgrammeT, ProgrammeTransfer, ProgrammeViewComponent, RadioButtonStatus, RadioButtonStatus2, Response, RetireType, Role, RoleIcon, RoleIconProps, SdgGoals, Sector, SectoralScope, StasticCard, StasticCardItemProps, Titles, TxType, TypeOfMitigation, UnitField, User, UserContextProps, UserCreationProps, UserManagementColumns, UserManagementComponent, UserProfileComponent, UserProps, addCommSep, addCommSepRound, addRoundNumber, addSpaces, consumerGroupList, energyGenerationUnitList, getBase64, getCompanyBgColor, getCreditStageVal, getFinancialFields, getGeneralFields, getInvestmentStatusEnumVal, getNdcActionStatusEnumVal, getNdcStatusTagType, getRetirementTypeString, getStageEnumVal, getStageTagType, getStageTagTypeMRV, getStageTransferEnumVal, getStatusTagType, getTransferStageTagType, isBase64, landAreaUnitList, mitigationTypeList, ndcActionTypeList, sectorMitigationTypesListMapped, sumArray, titleList, userForgotPasswordProps };
733
+ export { AddNdcActionComponent, AddNewCompanyComponent, AddNewUserComponent, BaseEntity, CarbonSystemType, Company, CompanyManagementColumns, CompanyManagementComponent, CompanyProfileComponent, CompanyRole, ConfigurationSettingsType, ConnectionContextProviderProps, ConnectionProps, CountrySelect, CreditTransferStage, DocType, DocumentStatus, ESGType, EnergyGenerationUnits, FormElementType, HeaderProps, InfoView, InfoViewProps, Instrument, InvestmentCreationComponent, InvestmentLevel, InvestmentManagementComponent, InvestmentStatus, InvestmentStream, InvestmentType, LandAreaUnits, LayoutSiderProps, LegendItem, LegendItemItemProps, Loading, LoginProps, MapComponent, MapComponentProps, MapPopupData, MapSourceData, MapTypes, MapboxComponent, MarkerData, Methods, MitigationTypes, NdcActionManagementComponent, NdcActionStatus, NdcActionTypes, NdcActionViewComponent, ProfileIcon, ProfileIconProps, Programme, ProgrammeCreationComponent, ProgrammeDeveloperCreation, ProgrammeEntity, ProgrammeManagementColumns, ProgrammeManagementComponent, ProgrammeProperties, ProgrammePropertiesT, ProgrammeStage, ProgrammeStageMRV, ProgrammeT, ProgrammeTransfer, ProgrammeViewComponent, RadioButtonStatus, RadioButtonStatus2, Response, RetireType, Role, RoleIcon, RoleIconProps, SdgGoals, Sector, SectoralScope, StasticCard, StasticCardItemProps, Titles, TxType, TypeOfMitigation, UnitField, User, UserContextProps, UserCreationProps, UserManagementColumns, UserManagementComponent, UserProfileComponent, UserProps, addCommSep, addCommSepRound, addRoundNumber, addSpaces, consumerGroupList, 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,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.78",
3
+ "version": "1.0.79",
4
4
  "description": "Shared Library of tools for Carbon Credits applications ecosystem for ExO and and HQ/GEF",
5
5
  "type": "module",
6
6
  "scripts": {