ydb-components-material 0.1.116 → 0.1.117
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.bb5b2f46.js → umi.43c50c6a.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.d.ts +1 -0
- package/es/components/file-list/item.js +19 -6
- package/es/components/file-list/seal.js +3 -1
- package/es/components/file-list/sealUtil.js +38 -17
- package/es/components/file-list/signerInfo.js +62 -3
- package/es/components/sign-file/index.js +10 -1
- package/lib/components/file-list/item.d.ts +1 -0
- package/lib/components/file-list/item.js +19 -6
- package/lib/components/file-list/seal.js +3 -1
- package/lib/components/file-list/sealUtil.js +40 -17
- package/lib/components/file-list/signerInfo.js +62 -3
- package/lib/components/sign-file/index.js +10 -1
- package/lowcode/file-list/meta.ts +14 -0
- package/lowcode_es/file-list/meta.js +13 -0
- package/lowcode_es/meta.js +1 -1
- package/lowcode_lib/file-list/meta.js +13 -0
- package/lowcode_lib/meta.js +1 -1
- package/package.json +3 -3
|
@@ -230,6 +230,19 @@ var FileListMeta = {
|
|
|
230
230
|
"componentName": "FunctionSetter",
|
|
231
231
|
"isRequired": true
|
|
232
232
|
}
|
|
233
|
+
}, {
|
|
234
|
+
"title": {
|
|
235
|
+
"label": {
|
|
236
|
+
"type": "i18n",
|
|
237
|
+
"en-US": "applySeal",
|
|
238
|
+
"zh-CN": "applySeal"
|
|
239
|
+
}
|
|
240
|
+
},
|
|
241
|
+
"name": "applySeal",
|
|
242
|
+
"setter": {
|
|
243
|
+
"componentName": "FunctionSetter",
|
|
244
|
+
"isRequired": false
|
|
245
|
+
}
|
|
233
246
|
}, {
|
|
234
247
|
"title": {
|
|
235
248
|
"label": {
|
package/lowcode_es/meta.js
CHANGED
|
@@ -97,7 +97,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
97
97
|
packageName = 'ydb-components-material';
|
|
98
98
|
}
|
|
99
99
|
if (version === void 0) {
|
|
100
|
-
version = '0.1.
|
|
100
|
+
version = '0.1.117';
|
|
101
101
|
}
|
|
102
102
|
if (basicLibraryVersion === void 0) {
|
|
103
103
|
basicLibraryVersion = {
|
|
@@ -235,6 +235,19 @@ var FileListMeta = {
|
|
|
235
235
|
"componentName": "FunctionSetter",
|
|
236
236
|
"isRequired": true
|
|
237
237
|
}
|
|
238
|
+
}, {
|
|
239
|
+
"title": {
|
|
240
|
+
"label": {
|
|
241
|
+
"type": "i18n",
|
|
242
|
+
"en-US": "applySeal",
|
|
243
|
+
"zh-CN": "applySeal"
|
|
244
|
+
}
|
|
245
|
+
},
|
|
246
|
+
"name": "applySeal",
|
|
247
|
+
"setter": {
|
|
248
|
+
"componentName": "FunctionSetter",
|
|
249
|
+
"isRequired": false
|
|
250
|
+
}
|
|
238
251
|
}, {
|
|
239
252
|
"title": {
|
|
240
253
|
"label": {
|
package/lowcode_lib/meta.js
CHANGED
|
@@ -102,7 +102,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
102
102
|
packageName = 'ydb-components-material';
|
|
103
103
|
}
|
|
104
104
|
if (version === void 0) {
|
|
105
|
-
version = '0.1.
|
|
105
|
+
version = '0.1.117';
|
|
106
106
|
}
|
|
107
107
|
if (basicLibraryVersion === void 0) {
|
|
108
108
|
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.117",
|
|
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.117/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.117/build/index.html"
|
|
110
110
|
}
|