ydb-components-material 0.1.128 → 0.1.131
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.02097956.js → umi.ab66affb.js} +1 -1
- 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-list/index.js +2 -2
- package/lib/components/file-list/index.js +2 -2
- package/lowcode_es/meta.js +1 -1
- package/lowcode_lib/meta.js +1 -1
- package/package.json +3 -3
|
@@ -292,7 +292,7 @@ var FileList = function FileList(_ref) {
|
|
|
292
292
|
baseUrl: baseUrl,
|
|
293
293
|
env: env,
|
|
294
294
|
isPC: isPC,
|
|
295
|
-
signerInfo: signerInfo,
|
|
295
|
+
signerInfo: signerInfo || {},
|
|
296
296
|
signInfoMap: signInfoMap,
|
|
297
297
|
disabled: disabled,
|
|
298
298
|
download: download,
|
|
@@ -312,7 +312,7 @@ var FileList = function FileList(_ref) {
|
|
|
312
312
|
return /*#__PURE__*/React.createElement(FileItem, {
|
|
313
313
|
index: index,
|
|
314
314
|
fileIndex: i,
|
|
315
|
-
signerInfo: signerInfo,
|
|
315
|
+
signerInfo: signerInfo || {},
|
|
316
316
|
signInfoMap: signInfoMap,
|
|
317
317
|
file: file,
|
|
318
318
|
fileConfig: item,
|
|
@@ -297,7 +297,7 @@ var FileList = function FileList(_ref) {
|
|
|
297
297
|
baseUrl: baseUrl,
|
|
298
298
|
env: env,
|
|
299
299
|
isPC: isPC,
|
|
300
|
-
signerInfo: signerInfo,
|
|
300
|
+
signerInfo: signerInfo || {},
|
|
301
301
|
signInfoMap: signInfoMap,
|
|
302
302
|
disabled: disabled,
|
|
303
303
|
download: download,
|
|
@@ -317,7 +317,7 @@ var FileList = function FileList(_ref) {
|
|
|
317
317
|
return /*#__PURE__*/_react["default"].createElement(_item["default"], {
|
|
318
318
|
index: index,
|
|
319
319
|
fileIndex: i,
|
|
320
|
-
signerInfo: signerInfo,
|
|
320
|
+
signerInfo: signerInfo || {},
|
|
321
321
|
signInfoMap: signInfoMap,
|
|
322
322
|
file: file,
|
|
323
323
|
fileConfig: item,
|
package/lowcode_es/meta.js
CHANGED
|
@@ -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.
|
|
101
|
+
version = '0.1.131';
|
|
102
102
|
}
|
|
103
103
|
if (basicLibraryVersion === void 0) {
|
|
104
104
|
basicLibraryVersion = {
|
package/lowcode_lib/meta.js
CHANGED
|
@@ -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.
|
|
106
|
+
version = '0.1.131';
|
|
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.
|
|
3
|
+
"version": "0.1.131",
|
|
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.
|
|
105
|
+
"materialSchema": "https://unpkg.com/ydb-components-material@0.1.131/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.
|
|
110
|
+
"homepage": "https://unpkg.com/ydb-components-material@0.1.131/build/index.html"
|
|
111
111
|
}
|