ydb-components-material 0.1.151 → 0.1.153

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.
@@ -120,7 +120,7 @@ var FileItem = function FileItem(_ref) {
120
120
  // 大前提: signatureEnable 或签章能力开启
121
121
  // signerInfo 不为空 → 代办场景 → signatureAgentRole/signAgentRole 含 OTHER 则不展示
122
122
  // signerInfo 为空 → 本人场景 → signatureSelfRole/signSelfRole 含 OTHER 则不展示
123
- var _React$useState6 = React.useState(false),
123
+ var _React$useState6 = React.useState(true),
124
124
  showSignBtn = _React$useState6[0],
125
125
  setShowSignBtn = _React$useState6[1];
126
126
  React.useEffect(function () {
@@ -135,6 +135,7 @@ function SignerInfo(props) {
135
135
  });
136
136
  case 6:
137
137
  saveRes = _context.sent;
138
+ console.log('saveRes-------', saveRes);
138
139
  if (saveRes) {
139
140
  id = saveRes.id, workNo = saveRes.workNo, taskHandleItem = saveRes.taskHandleItem;
140
141
  fileObj.signId = id;
@@ -126,7 +126,7 @@ var FileItem = function FileItem(_ref) {
126
126
  // 大前提: signatureEnable 或签章能力开启
127
127
  // signerInfo 不为空 → 代办场景 → signatureAgentRole/signAgentRole 含 OTHER 则不展示
128
128
  // signerInfo 为空 → 本人场景 → signatureSelfRole/signSelfRole 含 OTHER 则不展示
129
- var _React$useState6 = _react["default"].useState(false),
129
+ var _React$useState6 = _react["default"].useState(true),
130
130
  showSignBtn = _React$useState6[0],
131
131
  setShowSignBtn = _React$useState6[1];
132
132
  _react["default"].useEffect(function () {
@@ -141,6 +141,7 @@ function SignerInfo(props) {
141
141
  });
142
142
  case 6:
143
143
  saveRes = _context.sent;
144
+ console.log('saveRes-------', saveRes);
144
145
  if (saveRes) {
145
146
  id = saveRes.id, workNo = saveRes.workNo, taskHandleItem = saveRes.taskHandleItem;
146
147
  fileObj.signId = id;
@@ -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.151';
101
+ version = '0.1.153';
102
102
  }
103
103
  if (basicLibraryVersion === void 0) {
104
104
  basicLibraryVersion = {
@@ -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.151';
106
+ version = '0.1.153';
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.151",
3
+ "version": "0.1.153",
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.151/build/lowcode/assets-prod.json"
105
+ "materialSchema": "https://unpkg.com/ydb-components-material@0.1.153/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.151/build/index.html"
110
+ "homepage": "https://unpkg.com/ydb-components-material@0.1.153/build/index.html"
111
111
  }