@opendesign-plus-test/components 0.0.1-rc.32 → 0.0.1-rc.34

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,15 +1,15 @@
1
- export declare const acticityTypeMap: Map<number, {
1
+ export declare const getActicityTypeMap: () => Map<number, {
2
2
  label: string;
3
3
  value: number;
4
4
  }>;
5
5
  export declare const WEBSITE_REGEXP: RegExp;
6
- export declare const statusMap: Map<number, {
6
+ export declare const getStatusMap: () => Map<number, {
7
7
  id: string;
8
8
  label: string;
9
9
  text: string;
10
10
  value: number;
11
11
  }>;
12
- export declare const approvalStatusMap: Map<string, {
12
+ export declare const getApprovalStatusMap: () => Map<string, {
13
13
  label: string;
14
14
  value: string;
15
15
  }>;