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.
@@ -245,9 +245,9 @@ var FileItem = function FileItem(_ref) {
245
245
  certificateSno = userInfo.certificateSno,
246
246
  acctType = userInfo.acctType;
247
247
  var params = {
248
- // cardno: acctType === '10' ? certNo : certificateSno, // 个人传身份证号、法人传社会统一信用代码
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
- // cardno: acctType === '10' ? certNo : certificateSno, // 个人传身份证号、法人传社会统一信用代码
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
@@ -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.25';
92
+ version = '0.1.26';
93
93
  }
94
94
  if (basicLibraryVersion === void 0) {
95
95
  basicLibraryVersion = {
@@ -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.25';
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.25",
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.25/build/lowcode/assets-prod.json"
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.25/build/index.html"
103
+ "homepage": "https://unpkg.com/ydb-components-material@0.1.26/build/index.html"
104
104
  }