@titaui/pc 1.16.39 → 1.16.41

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.
@@ -82,7 +82,7 @@ function _default(props) {
82
82
  restProps = _objectWithoutProperties(props, _excluded);
83
83
 
84
84
  var handleOK = function handleOK() {
85
- if (confirmLoading) return;
85
+ if (disabled || confirmLoading) return;
86
86
  onOk && onOk();
87
87
  };
88
88
 
@@ -32,7 +32,7 @@ exports.popupAlignPhoto = popupAlignPhoto;
32
32
  var getVersionTextMap = function getVersionTextMap() {
33
33
  var _ref;
34
34
 
35
- return _ref = {}, _defineProperty(_ref, _constant.Versions.Standard, (0, _getLocale.getLocale)("Sw_ProEdit")), _defineProperty(_ref, _constant.Versions.WeixinAssess, (0, _getLocale.getLocale)("Sw_PerEdit")), _defineProperty(_ref, _constant.Versions.Professional, (0, _getLocale.getLocale)("Sw_OKREdit")), _defineProperty(_ref, _constant.Versions.Flagship, (0, _getLocale.getLocale)("Sw_Flagship")), _ref;
35
+ return _ref = {}, _defineProperty(_ref, _constant.Versions.Standard, (0, _getLocale.getLocale)("Sw_ProEdit")), _defineProperty(_ref, _constant.Versions.WeixinAssess, (0, _getLocale.getLocale)("Sw_PerEdit")), _defineProperty(_ref, _constant.Versions.Professional, (0, _getLocale.getLocale)("Sw_OKREdit")), _defineProperty(_ref, _constant.Versions.Flagship, (0, _getLocale.getLocale)("Sw_Flagship")), _defineProperty(_ref, _constant.Versions.Reviews360, (0, _getLocale.getLocale)("360Version")), _ref;
36
36
  };
37
37
 
38
38
  exports.getVersionTextMap = getVersionTextMap;
@@ -16,6 +16,7 @@ exports.Versions = Versions;
16
16
  Versions[Versions["WeixinAssess"] = 8] = "WeixinAssess";
17
17
  Versions[Versions["Professional"] = 9] = "Professional";
18
18
  Versions[Versions["Flagship"] = 6] = "Flagship";
19
+ Versions[Versions["Reviews360"] = 11] = "Reviews360";
19
20
  })(Versions || (exports.Versions = Versions = {}));
20
21
 
21
22
  var getVersionList = function getVersionList() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.16.39",
3
+ "version": "1.16.41",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",