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.
- package/build/docs/404.html +3 -3
- package/build/docs/_demos/:uuid +3 -3
- package/build/docs/colorful-button.html +3 -3
- package/build/docs/colorful-input.html +3 -3
- package/build/docs/index.html +3 -3
- package/build/docs/umi.8de2d499.js +1 -0
- package/build/docs/~demos/:uuid.html +3 -3
- package/build/docs/~demos/colorful-button-demo.html +3 -3
- package/build/docs/~demos/colorful-input-demo.html +3 -3
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.js +1 -1
- package/dist/BizComps.js +1 -1
- package/dist/BizComps.js.map +1 -1
- package/es/components/file-item/signUtil.js +2 -1
- package/lib/components/file-item/signUtil.js +2 -1
- package/lowcode_es/meta.js +1 -1
- package/lowcode_lib/meta.js +1 -1
- package/package.json +3 -3
- package/build/docs/umi.9473a1a5.js +0 -1
|
@@ -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],
|
package/lowcode_es/meta.js
CHANGED
|
@@ -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.
|
|
92
|
+
version = '0.1.73';
|
|
93
93
|
}
|
|
94
94
|
if (basicLibraryVersion === void 0) {
|
|
95
95
|
basicLibraryVersion = {
|
package/lowcode_lib/meta.js
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
105
|
+
"homepage": "https://unpkg.com/ydb-components-material@0.1.73/build/index.html"
|
|
106
106
|
}
|