ydb-components-material 0.1.25 → 0.1.26
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.17eec708.js +1 -0
- 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-item/index.js +2 -2
- package/lib/components/file-item/index.js +2 -2
- package/lowcode_es/meta.js +1 -1
- package/lowcode_lib/meta.js +1 -1
- package/package.json +3 -3
- package/build/docs/umi.f931156e.js +0 -1
|
@@ -245,9 +245,9 @@ var FileItem = function FileItem(_ref) {
|
|
|
245
245
|
certificateSno = userInfo.certificateSno,
|
|
246
246
|
acctType = userInfo.acctType;
|
|
247
247
|
var params = {
|
|
248
|
-
|
|
249
|
-
cardno: '140110199504131013',
|
|
248
|
+
cardno: acctType === '10' ? certNo : certificateSno,
|
|
250
249
|
// 个人传身份证号、法人传社会统一信用代码
|
|
250
|
+
// cardno: '140110199504131013', // 个人传身份证号、法人传社会统一信用代码
|
|
251
251
|
type: acctType === '10' ? '11' : '21',
|
|
252
252
|
pageNum: 1,
|
|
253
253
|
pageSize: 10
|
|
@@ -251,9 +251,9 @@ var FileItem = function FileItem(_ref) {
|
|
|
251
251
|
certificateSno = userInfo.certificateSno,
|
|
252
252
|
acctType = userInfo.acctType;
|
|
253
253
|
var params = {
|
|
254
|
-
|
|
255
|
-
cardno: '140110199504131013',
|
|
254
|
+
cardno: acctType === '10' ? certNo : certificateSno,
|
|
256
255
|
// 个人传身份证号、法人传社会统一信用代码
|
|
256
|
+
// cardno: '140110199504131013', // 个人传身份证号、法人传社会统一信用代码
|
|
257
257
|
type: acctType === '10' ? '11' : '21',
|
|
258
258
|
pageNum: 1,
|
|
259
259
|
pageSize: 10
|
package/lowcode_es/meta.js
CHANGED
|
@@ -89,7 +89,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
89
89
|
packageName = 'ydb-components-material';
|
|
90
90
|
}
|
|
91
91
|
if (version === void 0) {
|
|
92
|
-
version = '0.1.
|
|
92
|
+
version = '0.1.26';
|
|
93
93
|
}
|
|
94
94
|
if (basicLibraryVersion === void 0) {
|
|
95
95
|
basicLibraryVersion = {
|
package/lowcode_lib/meta.js
CHANGED
|
@@ -94,7 +94,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
94
94
|
packageName = 'ydb-components-material';
|
|
95
95
|
}
|
|
96
96
|
if (version === void 0) {
|
|
97
|
-
version = '0.1.
|
|
97
|
+
version = '0.1.26';
|
|
98
98
|
}
|
|
99
99
|
if (basicLibraryVersion === void 0) {
|
|
100
100
|
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.26",
|
|
4
4
|
"description": "ydb-components-material",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -95,10 +95,10 @@
|
|
|
95
95
|
},
|
|
96
96
|
"componentConfig": {
|
|
97
97
|
"isComponentLibrary": true,
|
|
98
|
-
"materialSchema": "https://unpkg.com/ydb-components-material@0.1.
|
|
98
|
+
"materialSchema": "https://unpkg.com/ydb-components-material@0.1.26/build/lowcode/assets-prod.json"
|
|
99
99
|
},
|
|
100
100
|
"lcMeta": {
|
|
101
101
|
"type": "component"
|
|
102
102
|
},
|
|
103
|
-
"homepage": "https://unpkg.com/ydb-components-material@0.1.
|
|
103
|
+
"homepage": "https://unpkg.com/ydb-components-material@0.1.26/build/index.html"
|
|
104
104
|
}
|