ydb-components-material 0.1.153 → 0.1.155
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/build/docs/404.html +3 -3
- package/build/docs/_demos/:uuid +3 -3
- package/build/docs/colorful-button.html +3 -3
- package/build/docs/colorful-input.html +3 -3
- package/build/docs/index.html +3 -3
- package/build/docs/{umi.5181935a.js → umi.1ce2431a.js} +1 -1
- package/build/docs/~demos/:uuid.html +3 -3
- package/build/docs/~demos/colorful-button-demo.html +3 -3
- package/build/docs/~demos/colorful-input-demo.html +3 -3
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.js +1 -1
- package/dist/BizComps.js +1 -1
- package/dist/BizComps.js.map +1 -1
- package/es/components/file-list/index.d.ts +1 -1
- package/es/components/file-list/item.d.ts +1 -1
- package/es/components/file-list/signerInfo.js +1 -0
- package/lib/components/file-list/index.d.ts +1 -1
- package/lib/components/file-list/item.d.ts +1 -1
- package/lib/components/file-list/signerInfo.js +1 -0
- package/lowcode_es/meta.js +1 -1
- package/lowcode_lib/meta.js +1 -1
- package/package.json +3 -3
|
@@ -22,7 +22,7 @@ export interface FileListProps {
|
|
|
22
22
|
closeLoading: () => void;
|
|
23
23
|
applySeal: () => void;
|
|
24
24
|
valChange: (value: any) => void;
|
|
25
|
-
saveSignerInfo: (value: any) => boolean
|
|
25
|
+
saveSignerInfo: (value: any) => Promise<boolean>;
|
|
26
26
|
signInfoMap?: object;
|
|
27
27
|
}
|
|
28
28
|
declare const FileList: React.FC<FileListProps>;
|
|
@@ -27,7 +27,7 @@ export interface FileItemProps {
|
|
|
27
27
|
closeLoading: () => void;
|
|
28
28
|
valChange: (value: any, fileIndex: any, index: any, subIndex: any) => void;
|
|
29
29
|
download: (value: any) => void;
|
|
30
|
-
saveSignerInfo: (value: any) => boolean
|
|
30
|
+
saveSignerInfo: (value: any) => Promise<boolean>;
|
|
31
31
|
signInfoMap?: object;
|
|
32
32
|
}
|
|
33
33
|
declare const FileItem: React.FC<FileItemProps>;
|
|
@@ -124,6 +124,7 @@ function SignerInfo(props) {
|
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
// 保存签署人信息到草稿中
|
|
127
|
+
console.log('saveSignerInfo is async?', saveSignerInfo.constructor.name, saveSignerInfo.toString().substring(0, 80));
|
|
127
128
|
_context.next = 6;
|
|
128
129
|
return saveSignerInfo({
|
|
129
130
|
list: signerInfoList,
|
|
@@ -22,7 +22,7 @@ export interface FileListProps {
|
|
|
22
22
|
closeLoading: () => void;
|
|
23
23
|
applySeal: () => void;
|
|
24
24
|
valChange: (value: any) => void;
|
|
25
|
-
saveSignerInfo: (value: any) => boolean
|
|
25
|
+
saveSignerInfo: (value: any) => Promise<boolean>;
|
|
26
26
|
signInfoMap?: object;
|
|
27
27
|
}
|
|
28
28
|
declare const FileList: React.FC<FileListProps>;
|
|
@@ -27,7 +27,7 @@ export interface FileItemProps {
|
|
|
27
27
|
closeLoading: () => void;
|
|
28
28
|
valChange: (value: any, fileIndex: any, index: any, subIndex: any) => void;
|
|
29
29
|
download: (value: any) => void;
|
|
30
|
-
saveSignerInfo: (value: any) => boolean
|
|
30
|
+
saveSignerInfo: (value: any) => Promise<boolean>;
|
|
31
31
|
signInfoMap?: object;
|
|
32
32
|
}
|
|
33
33
|
declare const FileItem: React.FC<FileItemProps>;
|
|
@@ -130,6 +130,7 @@ function SignerInfo(props) {
|
|
|
130
130
|
}
|
|
131
131
|
|
|
132
132
|
// 保存签署人信息到草稿中
|
|
133
|
+
console.log('saveSignerInfo is async?', saveSignerInfo.constructor.name, saveSignerInfo.toString().substring(0, 80));
|
|
133
134
|
_context.next = 6;
|
|
134
135
|
return saveSignerInfo({
|
|
135
136
|
list: signerInfoList,
|
package/lowcode_es/meta.js
CHANGED
|
@@ -98,7 +98,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
98
98
|
packageName = 'ydb-components-material';
|
|
99
99
|
}
|
|
100
100
|
if (version === void 0) {
|
|
101
|
-
version = '0.1.
|
|
101
|
+
version = '0.1.155';
|
|
102
102
|
}
|
|
103
103
|
if (basicLibraryVersion === void 0) {
|
|
104
104
|
basicLibraryVersion = {
|
package/lowcode_lib/meta.js
CHANGED
|
@@ -103,7 +103,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
103
103
|
packageName = 'ydb-components-material';
|
|
104
104
|
}
|
|
105
105
|
if (version === void 0) {
|
|
106
|
-
version = '0.1.
|
|
106
|
+
version = '0.1.155';
|
|
107
107
|
}
|
|
108
108
|
if (basicLibraryVersion === void 0) {
|
|
109
109
|
basicLibraryVersion = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ydb-components-material",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.155",
|
|
4
4
|
"description": "ydb-components-material",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -102,10 +102,10 @@
|
|
|
102
102
|
},
|
|
103
103
|
"componentConfig": {
|
|
104
104
|
"isComponentLibrary": true,
|
|
105
|
-
"materialSchema": "https://unpkg.com/ydb-components-material@0.1.
|
|
105
|
+
"materialSchema": "https://unpkg.com/ydb-components-material@0.1.155/build/lowcode/assets-prod.json"
|
|
106
106
|
},
|
|
107
107
|
"lcMeta": {
|
|
108
108
|
"type": "component"
|
|
109
109
|
},
|
|
110
|
-
"homepage": "https://unpkg.com/ydb-components-material@0.1.
|
|
110
|
+
"homepage": "https://unpkg.com/ydb-components-material@0.1.155/build/index.html"
|
|
111
111
|
}
|