@undp/carbon-library 1.0.17 → 1.0.19

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- import './programmeManagementComponent.scss';
3
- import '../../../Styles/common.table.scss';
1
+ import React from "react";
2
+ import "./programmeManagementComponent.scss";
3
+ import "../../../Styles/common.table.scss";
4
4
  export declare const ProgrammeManagementComponent: (props: any) => React.JSX.Element;
@@ -11,3 +11,4 @@ export * from "./Common/LegendItem/legendItem";
11
11
  export * from "./Common/Maps/mapComponent";
12
12
  export * from "./Common/Maps/mapboxComponent";
13
13
  export * from "./Common/StasticCard/stasticCard";
14
+ export * from "./Common/ProfileIcon/profile.icon";
@@ -7,5 +7,7 @@ export declare enum ProgrammeManagementColumns {
7
7
  creditBalance = 5,
8
8
  creditTransferred = 6,
9
9
  certifierId = 7,
10
- serialNo = 8
10
+ serialNo = 8,
11
+ emissionsReductionExpected = 9,
12
+ emissionsReductionAchieved = 10
11
13
  }
package/dist/index.d.ts CHANGED
@@ -73,6 +73,13 @@ interface StasticCardItemProps {
73
73
  }
74
74
  declare const StasticCard: FC<StasticCardItemProps>;
75
75
 
76
+ interface ProfileIconProps {
77
+ icon: any;
78
+ bg: string;
79
+ name: string;
80
+ }
81
+ declare const isBase64: (str: string) => boolean;
82
+
76
83
  declare enum CompanyManagementColumns {
77
84
  logo = 0,
78
85
  name = 1,
@@ -102,7 +109,9 @@ declare enum ProgrammeManagementColumns {
102
109
  creditBalance = 5,
103
110
  creditTransferred = 6,
104
111
  certifierId = 7,
105
- serialNo = 8
112
+ serialNo = 8,
113
+ emissionsReductionExpected = 9,
114
+ emissionsReductionAchieved = 10
106
115
  }
107
116
 
108
117
  interface LoginProps {
@@ -379,4 +388,4 @@ declare class User implements BaseEntity {
379
388
  companyState?: number;
380
389
  }
381
390
 
382
- export { AddNewCompanyComponent, AddNewUserComponent, BaseEntity, Company, CompanyManagementColumns, CompanyManagementComponent, CompanyProfileComponent, CompanyRole, ConfigurationSettingsType, ConnectionContextProviderProps, ConnectionProps, CountrySelect, CreditTransferStage, HeaderProps, LayoutSiderProps, LegendItem, LegendItemItemProps, Loading, LoginProps, MapComponent, MapComponentProps, MapPopupData, MapSourceData, MapTypes, MapboxComponent, MarkerData, Methods, Programme, ProgrammeDeveloperCreation, ProgrammeManagementColumns, ProgrammeManagementComponent, ProgrammeProperties, ProgrammeStage, ProgrammeTransfer, ProgrammeViewComponent, Response, RetireType, Role, SectoralScope, StasticCard, StasticCardItemProps, TxType, TypeOfMitigation, UnitField, User, UserContextProps, UserCreationProps, UserManagementColumns, UserManagementComponent, UserProfileComponent, UserProps, addCommSep, addCommSepRound, addRoundNumber, addSpaces, getCompanyBgColor, getCreditStageVal, getFinancialFields, getGeneralFields, getRetirementTypeString, getStageEnumVal, getStageTagType, getStageTransferEnumVal, getTransferStageTagType, sumArray, userForgotPasswordProps };
391
+ export { AddNewCompanyComponent, AddNewUserComponent, BaseEntity, Company, CompanyManagementColumns, CompanyManagementComponent, CompanyProfileComponent, CompanyRole, ConfigurationSettingsType, ConnectionContextProviderProps, ConnectionProps, CountrySelect, CreditTransferStage, HeaderProps, LayoutSiderProps, LegendItem, LegendItemItemProps, Loading, LoginProps, MapComponent, MapComponentProps, MapPopupData, MapSourceData, MapTypes, MapboxComponent, MarkerData, Methods, ProfileIconProps, Programme, ProgrammeDeveloperCreation, ProgrammeManagementColumns, ProgrammeManagementComponent, ProgrammeProperties, ProgrammeStage, ProgrammeTransfer, ProgrammeViewComponent, Response, RetireType, Role, SectoralScope, StasticCard, StasticCardItemProps, TxType, TypeOfMitigation, UnitField, User, UserContextProps, UserCreationProps, UserManagementColumns, UserManagementComponent, UserProfileComponent, UserProps, addCommSep, addCommSepRound, addRoundNumber, addSpaces, getCompanyBgColor, getCreditStageVal, getFinancialFields, getGeneralFields, getRetirementTypeString, getStageEnumVal, getStageTagType, getStageTransferEnumVal, getTransferStageTagType, isBase64, sumArray, userForgotPasswordProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.17",
3
+ "version": "1.0.19",
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": {