ydb-components-material 0.1.150 → 0.1.151
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.04cf9a89.js → umi.82fddaca.js} +1 -1
- package/build/docs/{umi.43645fdb.css → umi.de0e63af.css} +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.css +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +1 -1
- package/dist/BizComps.css +1 -1
- package/dist/BizComps.js +1 -1
- package/dist/BizComps.js.map +1 -1
- package/es/components/check-res/index.scss +0 -1
- package/es/components/file-list/item.js +11 -11
- package/lib/components/check-res/index.scss +0 -1
- package/lib/components/file-list/item.js +11 -11
- package/lowcode_es/meta.js +1 -1
- package/lowcode_lib/meta.js +1 -1
- package/package.json +3 -3
|
@@ -128,17 +128,17 @@ var FileItem = function FileItem(_ref) {
|
|
|
128
128
|
console.log('prerequisite', prerequisite);
|
|
129
129
|
if (!prerequisite) {
|
|
130
130
|
setShowSignBtn(false);
|
|
131
|
-
return;
|
|
131
|
+
// return;
|
|
132
132
|
}
|
|
133
133
|
// 会签暂时不上线
|
|
134
|
-
if (Object.keys(signerInfo).length) {
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
} else {
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
}
|
|
134
|
+
// if (Object.keys(signerInfo).length) {
|
|
135
|
+
// // 代办场景
|
|
136
|
+
// setShowSignBtn(!((signatureAgentRole ?? []).includes(OTHER) || (signAgentRole ?? []).includes(OTHER)));
|
|
137
|
+
// } else {
|
|
138
|
+
// console.log('signatureSelfRole---', signatureSelfRole)
|
|
139
|
+
// // 本人场景
|
|
140
|
+
// setShowSignBtn(!((signatureSelfRole ?? []).includes(OTHER) || (signSelfRole ?? []).includes(OTHER)));
|
|
141
|
+
// }
|
|
142
142
|
}, [signatureEnable, signEnable, userInfo, signerInfo, signatureAgentRole, signAgentRole, signatureSelfRole, signSelfRole]);
|
|
143
143
|
var _useState = useState(false),
|
|
144
144
|
isShowMaterialLib = _useState[0],
|
|
@@ -600,7 +600,7 @@ var FileItem = function FileItem(_ref) {
|
|
|
600
600
|
}
|
|
601
601
|
valChange(val, fileIndex, index, subIndex);
|
|
602
602
|
// invalidHandle()
|
|
603
|
-
|
|
603
|
+
needOtherSign && setShowSignerInfo(true);
|
|
604
604
|
};
|
|
605
605
|
|
|
606
606
|
// 获取签章结果
|
|
@@ -617,7 +617,7 @@ var FileItem = function FileItem(_ref) {
|
|
|
617
617
|
}
|
|
618
618
|
valChange(val, fileIndex, index, subIndex);
|
|
619
619
|
// invalidHandle()
|
|
620
|
-
|
|
620
|
+
needOtherSign && setShowSignerInfo(true);
|
|
621
621
|
}
|
|
622
622
|
};
|
|
623
623
|
var queryFileLibs = function queryFileLibs() {
|
|
@@ -134,17 +134,17 @@ var FileItem = function FileItem(_ref) {
|
|
|
134
134
|
console.log('prerequisite', prerequisite);
|
|
135
135
|
if (!prerequisite) {
|
|
136
136
|
setShowSignBtn(false);
|
|
137
|
-
return;
|
|
137
|
+
// return;
|
|
138
138
|
}
|
|
139
139
|
// 会签暂时不上线
|
|
140
|
-
if (Object.keys(signerInfo).length) {
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
} else {
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
}
|
|
140
|
+
// if (Object.keys(signerInfo).length) {
|
|
141
|
+
// // 代办场景
|
|
142
|
+
// setShowSignBtn(!((signatureAgentRole ?? []).includes(OTHER) || (signAgentRole ?? []).includes(OTHER)));
|
|
143
|
+
// } else {
|
|
144
|
+
// console.log('signatureSelfRole---', signatureSelfRole)
|
|
145
|
+
// // 本人场景
|
|
146
|
+
// setShowSignBtn(!((signatureSelfRole ?? []).includes(OTHER) || (signSelfRole ?? []).includes(OTHER)));
|
|
147
|
+
// }
|
|
148
148
|
}, [signatureEnable, signEnable, userInfo, signerInfo, signatureAgentRole, signAgentRole, signatureSelfRole, signSelfRole]);
|
|
149
149
|
var _useState = (0, _react.useState)(false),
|
|
150
150
|
isShowMaterialLib = _useState[0],
|
|
@@ -606,7 +606,7 @@ var FileItem = function FileItem(_ref) {
|
|
|
606
606
|
}
|
|
607
607
|
valChange(val, fileIndex, index, subIndex);
|
|
608
608
|
// invalidHandle()
|
|
609
|
-
|
|
609
|
+
needOtherSign && setShowSignerInfo(true);
|
|
610
610
|
};
|
|
611
611
|
|
|
612
612
|
// 获取签章结果
|
|
@@ -623,7 +623,7 @@ var FileItem = function FileItem(_ref) {
|
|
|
623
623
|
}
|
|
624
624
|
valChange(val, fileIndex, index, subIndex);
|
|
625
625
|
// invalidHandle()
|
|
626
|
-
|
|
626
|
+
needOtherSign && setShowSignerInfo(true);
|
|
627
627
|
}
|
|
628
628
|
};
|
|
629
629
|
var queryFileLibs = function queryFileLibs() {
|
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.151';
|
|
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.151';
|
|
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.151",
|
|
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.151/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.151/build/index.html"
|
|
111
111
|
}
|