ydb-components-material 0.1.72 → 0.1.73

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.
@@ -101,7 +101,7 @@ function _uploadSignFile() {
101
101
  return _regeneratorRuntime.wrap(function (_context2) {
102
102
  while (1) switch (_context2.prev = _context2.next) {
103
103
  case 0:
104
- console.log(event, '文件');
104
+ console.log(event, '文件', window.env);
105
105
  // uni.showLoading({ title: '加载中' })
106
106
  _context2.next = 1;
107
107
  return getBlob(event.url);
@@ -146,6 +146,7 @@ function _uploadSignFile() {
146
146
  }
147
147
  function createbycategoryFun(fileName, documentIdVal) {
148
148
  // uni.showLoading({ title: '加载中' })
149
+ console.log('env---', window.env);
149
150
  var params = {
150
151
  subject: fileName,
151
152
  documents: [documentIdVal],
@@ -105,7 +105,7 @@ function _uploadSignFile() {
105
105
  return _regenerator["default"].wrap(function (_context2) {
106
106
  while (1) switch (_context2.prev = _context2.next) {
107
107
  case 0:
108
- console.log(event, '文件');
108
+ console.log(event, '文件', window.env);
109
109
  // uni.showLoading({ title: '加载中' })
110
110
  _context2.next = 1;
111
111
  return (0, _file.getBlob)(event.url);
@@ -150,6 +150,7 @@ function _uploadSignFile() {
150
150
  }
151
151
  function createbycategoryFun(fileName, documentIdVal) {
152
152
  // uni.showLoading({ title: '加载中' })
153
+ console.log('env---', window.env);
153
154
  var params = {
154
155
  subject: fileName,
155
156
  documents: [documentIdVal],
@@ -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.72';
92
+ version = '0.1.73';
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.72';
97
+ version = '0.1.73';
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.72",
3
+ "version": "0.1.73",
4
4
  "description": "ydb-components-material",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -97,10 +97,10 @@
97
97
  },
98
98
  "componentConfig": {
99
99
  "isComponentLibrary": true,
100
- "materialSchema": "https://unpkg.com/ydb-components-material@0.1.72/build/lowcode/assets-prod.json"
100
+ "materialSchema": "https://unpkg.com/ydb-components-material@0.1.73/build/lowcode/assets-prod.json"
101
101
  },
102
102
  "lcMeta": {
103
103
  "type": "component"
104
104
  },
105
- "homepage": "https://unpkg.com/ydb-components-material@0.1.72/build/index.html"
105
+ "homepage": "https://unpkg.com/ydb-components-material@0.1.73/build/index.html"
106
106
  }