@cmstops/pro-compo 0.3.36 → 0.3.37
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/es/utils/typeMap.d.ts +2 -5
- package/es/utils/typeMap.js +2 -1
- package/lib/utils/typeMap.js +2 -1
- package/package.json +1 -1
package/es/utils/typeMap.d.ts
CHANGED
|
@@ -125,6 +125,7 @@ export declare const kongo_source_map: {
|
|
|
125
125
|
category_list: string;
|
|
126
126
|
service: string;
|
|
127
127
|
political: string;
|
|
128
|
+
applet: string;
|
|
128
129
|
};
|
|
129
130
|
export declare const calcApprovingUser: (data: any) => any;
|
|
130
131
|
export declare const calcApprovingDependent: (data: any) => string;
|
|
@@ -133,11 +134,7 @@ export declare const ilive_type_map: {
|
|
|
133
134
|
2: string;
|
|
134
135
|
3: string;
|
|
135
136
|
};
|
|
136
|
-
export declare const local_live_doc_type:
|
|
137
|
-
0: string;
|
|
138
|
-
1: string;
|
|
139
|
-
2: string;
|
|
140
|
-
};
|
|
137
|
+
export declare const local_live_doc_type: any;
|
|
141
138
|
export declare const local_live_doc_status: {
|
|
142
139
|
value: number;
|
|
143
140
|
label: string;
|
package/es/utils/typeMap.js
CHANGED
|
@@ -98,7 +98,8 @@ const kongo_source_map = {
|
|
|
98
98
|
document: "\u7A3F\u4EF6",
|
|
99
99
|
category_list: "\u9891\u9053",
|
|
100
100
|
service: "\u670D\u52A1",
|
|
101
|
-
political: "\u653F\u60C5"
|
|
101
|
+
political: "\u653F\u60C5",
|
|
102
|
+
applet: "\u5C0F\u7A0B\u5E8F"
|
|
102
103
|
};
|
|
103
104
|
const calcApprovingUser = (data) => {
|
|
104
105
|
if (data.current_processes[0] && data.current_processes[0].users && data.current_processes[0].users[0]) {
|
package/lib/utils/typeMap.js
CHANGED
|
@@ -100,7 +100,8 @@ const kongo_source_map = {
|
|
|
100
100
|
document: "\u7A3F\u4EF6",
|
|
101
101
|
category_list: "\u9891\u9053",
|
|
102
102
|
service: "\u670D\u52A1",
|
|
103
|
-
political: "\u653F\u60C5"
|
|
103
|
+
political: "\u653F\u60C5",
|
|
104
|
+
applet: "\u5C0F\u7A0B\u5E8F"
|
|
104
105
|
};
|
|
105
106
|
const calcApprovingUser = (data) => {
|
|
106
107
|
if (data.current_processes[0] && data.current_processes[0].users && data.current_processes[0].users[0]) {
|