ydb-components-material 0.1.114 → 0.1.115

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.
@@ -754,7 +754,7 @@ var FileItem = function FileItem(_ref) {
754
754
  // 有文件且配置了这俩功能且没有禁用操作才展示
755
755
  React.createElement("div", {
756
756
  className: "btn"
757
- }, signatureEnable || userInfo.acctType === '20' && signEnable && /*#__PURE__*/React.createElement("div", {
757
+ }, (signatureEnable || userInfo.acctType === '20' && signEnable) && /*#__PURE__*/React.createElement("div", {
758
758
  className: "operation_btn",
759
759
  onClick: signAndSeal
760
760
  }, isSigned && isSealed ? reSignBtnText : signBtnText)) :
@@ -760,7 +760,7 @@ var FileItem = function FileItem(_ref) {
760
760
  // 有文件且配置了这俩功能且没有禁用操作才展示
761
761
  _react["default"].createElement("div", {
762
762
  className: "btn"
763
- }, signatureEnable || userInfo.acctType === '20' && signEnable && /*#__PURE__*/_react["default"].createElement("div", {
763
+ }, (signatureEnable || userInfo.acctType === '20' && signEnable) && /*#__PURE__*/_react["default"].createElement("div", {
764
764
  className: "operation_btn",
765
765
  onClick: signAndSeal
766
766
  }, isSigned && isSealed ? reSignBtnText : signBtnText)) :
@@ -97,7 +97,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
97
97
  packageName = 'ydb-components-material';
98
98
  }
99
99
  if (version === void 0) {
100
- version = '0.1.114';
100
+ version = '0.1.115';
101
101
  }
102
102
  if (basicLibraryVersion === void 0) {
103
103
  basicLibraryVersion = {
@@ -102,7 +102,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
102
102
  packageName = 'ydb-components-material';
103
103
  }
104
104
  if (version === void 0) {
105
- version = '0.1.114';
105
+ version = '0.1.115';
106
106
  }
107
107
  if (basicLibraryVersion === void 0) {
108
108
  basicLibraryVersion = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ydb-components-material",
3
- "version": "0.1.114",
3
+ "version": "0.1.115",
4
4
  "description": "ydb-components-material",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -101,10 +101,10 @@
101
101
  },
102
102
  "componentConfig": {
103
103
  "isComponentLibrary": true,
104
- "materialSchema": "https://unpkg.com/ydb-components-material@0.1.114/build/lowcode/assets-prod.json"
104
+ "materialSchema": "https://unpkg.com/ydb-components-material@0.1.115/build/lowcode/assets-prod.json"
105
105
  },
106
106
  "lcMeta": {
107
107
  "type": "component"
108
108
  },
109
- "homepage": "https://unpkg.com/ydb-components-material@0.1.114/build/index.html"
109
+ "homepage": "https://unpkg.com/ydb-components-material@0.1.115/build/index.html"
110
110
  }