ydb-components-material 0.1.123 → 0.1.125
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.b560760f.js → umi.5327dbca.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/item.js +2 -2
- package/lib/components/file-list/item.js +2 -2
- package/lowcode_es/meta.js +1 -1
- package/lowcode_lib/meta.js +1 -1
- package/package.json +3 -3
|
@@ -495,7 +495,7 @@ var FileItem = function FileItem(_ref) {
|
|
|
495
495
|
var getRes = function getRes(val) {
|
|
496
496
|
console.log('val---', val);
|
|
497
497
|
valChange(val, fileIndex, index, subIndex);
|
|
498
|
-
needOtherSign && setShowSignerInfo(true)
|
|
498
|
+
// needOtherSign && setShowSignerInfo(true)
|
|
499
499
|
};
|
|
500
500
|
|
|
501
501
|
// 获取签章结果
|
|
@@ -508,7 +508,7 @@ var FileItem = function FileItem(_ref) {
|
|
|
508
508
|
sign();
|
|
509
509
|
} else {
|
|
510
510
|
valChange(val, fileIndex, index, subIndex);
|
|
511
|
-
needOtherSign && setShowSignerInfo(true)
|
|
511
|
+
// needOtherSign && setShowSignerInfo(true)
|
|
512
512
|
}
|
|
513
513
|
};
|
|
514
514
|
var queryFileLibs = function queryFileLibs() {
|
|
@@ -501,7 +501,7 @@ var FileItem = function FileItem(_ref) {
|
|
|
501
501
|
var getRes = function getRes(val) {
|
|
502
502
|
console.log('val---', val);
|
|
503
503
|
valChange(val, fileIndex, index, subIndex);
|
|
504
|
-
needOtherSign && setShowSignerInfo(true)
|
|
504
|
+
// needOtherSign && setShowSignerInfo(true)
|
|
505
505
|
};
|
|
506
506
|
|
|
507
507
|
// 获取签章结果
|
|
@@ -514,7 +514,7 @@ var FileItem = function FileItem(_ref) {
|
|
|
514
514
|
sign();
|
|
515
515
|
} else {
|
|
516
516
|
valChange(val, fileIndex, index, subIndex);
|
|
517
|
-
needOtherSign && setShowSignerInfo(true)
|
|
517
|
+
// needOtherSign && setShowSignerInfo(true)
|
|
518
518
|
}
|
|
519
519
|
};
|
|
520
520
|
var queryFileLibs = function queryFileLibs() {
|
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.125';
|
|
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.125';
|
|
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.125",
|
|
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.
|
|
104
|
+
"materialSchema": "https://unpkg.com/ydb-components-material@0.1.125/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.
|
|
109
|
+
"homepage": "https://unpkg.com/ydb-components-material@0.1.125/build/index.html"
|
|
110
110
|
}
|