ydb-components-material 0.1.17 → 0.1.19
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.5df7f485.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/preview.js +7 -7
- 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/api.js +110 -0
- package/es/components/file-item/file.js +164 -0
- package/es/components/file-item/index.d.ts +5 -0
- package/es/components/file-item/index.js +55 -6
- package/es/components/file-item/seal.d.ts +3 -0
- package/es/components/file-item/seal.js +54 -0
- package/es/components/file-item/sealUtil.js +173 -0
- package/es/components/file-item/sign.d.ts +3 -0
- package/es/components/file-item/sign.js +114 -0
- package/es/components/file-item/signUtil.js +370 -0
- package/es/components/scene-tree/index.js +14 -13
- package/lib/api.js +115 -0
- package/lib/components/file-item/file.js +172 -0
- package/lib/components/file-item/index.d.ts +5 -0
- package/lib/components/file-item/index.js +55 -6
- package/lib/components/file-item/seal.d.ts +3 -0
- package/lib/components/file-item/seal.js +60 -0
- package/lib/components/file-item/sealUtil.js +175 -0
- package/lib/components/file-item/sign.d.ts +3 -0
- package/lib/components/file-item/sign.js +120 -0
- package/lib/components/file-item/signUtil.js +372 -0
- package/lib/components/scene-tree/index.js +13 -12
- package/lowcode/file-item/meta.ts +83 -0
- package/lowcode_es/file-item/meta.js +78 -0
- package/lowcode_es/meta.js +1 -1
- package/lowcode_lib/file-item/meta.js +78 -0
- package/lowcode_lib/meta.js +1 -1
- package/package.json +3 -3
- package/build/docs/umi.f9d788c8.js +0 -1
|
@@ -35,6 +35,70 @@ var FileItemMeta = {
|
|
|
35
35
|
"isRequired": true,
|
|
36
36
|
"initialValue": ""
|
|
37
37
|
}
|
|
38
|
+
}, {
|
|
39
|
+
"title": {
|
|
40
|
+
"label": {
|
|
41
|
+
"type": "i18n",
|
|
42
|
+
"en-US": "fileName",
|
|
43
|
+
"zh-CN": "文件名称"
|
|
44
|
+
},
|
|
45
|
+
"tip": "fileName | 文件名称"
|
|
46
|
+
},
|
|
47
|
+
"name": "fileName",
|
|
48
|
+
"description": "文件名称",
|
|
49
|
+
"setter": {
|
|
50
|
+
"componentName": "StringSetter",
|
|
51
|
+
"isRequired": true,
|
|
52
|
+
"initialValue": ""
|
|
53
|
+
}
|
|
54
|
+
}, {
|
|
55
|
+
"title": {
|
|
56
|
+
"label": {
|
|
57
|
+
"type": "i18n",
|
|
58
|
+
"en-US": "token",
|
|
59
|
+
"zh-CN": "token"
|
|
60
|
+
},
|
|
61
|
+
"tip": "token | token"
|
|
62
|
+
},
|
|
63
|
+
"name": "token",
|
|
64
|
+
"description": "token",
|
|
65
|
+
"setter": {
|
|
66
|
+
"componentName": "StringSetter",
|
|
67
|
+
"isRequired": true,
|
|
68
|
+
"initialValue": ""
|
|
69
|
+
}
|
|
70
|
+
}, {
|
|
71
|
+
"title": {
|
|
72
|
+
"label": {
|
|
73
|
+
"type": "i18n",
|
|
74
|
+
"en-US": "accessToken",
|
|
75
|
+
"zh-CN": "accessToken"
|
|
76
|
+
},
|
|
77
|
+
"tip": "accessToken | accessToken"
|
|
78
|
+
},
|
|
79
|
+
"name": "accessToken",
|
|
80
|
+
"description": "accessToken",
|
|
81
|
+
"setter": {
|
|
82
|
+
"componentName": "StringSetter",
|
|
83
|
+
"isRequired": true,
|
|
84
|
+
"initialValue": ""
|
|
85
|
+
}
|
|
86
|
+
}, {
|
|
87
|
+
"title": {
|
|
88
|
+
"label": {
|
|
89
|
+
"type": "i18n",
|
|
90
|
+
"en-US": "fileType",
|
|
91
|
+
"zh-CN": "文件类型"
|
|
92
|
+
},
|
|
93
|
+
"tip": "fileType | 文件类型"
|
|
94
|
+
},
|
|
95
|
+
"name": "fileType",
|
|
96
|
+
"description": "文件类型",
|
|
97
|
+
"setter": {
|
|
98
|
+
"componentName": "StringSetter",
|
|
99
|
+
"isRequired": true,
|
|
100
|
+
"initialValue": ""
|
|
101
|
+
}
|
|
38
102
|
}, {
|
|
39
103
|
"title": {
|
|
40
104
|
"label": {
|
|
@@ -147,6 +211,20 @@ var FileItemMeta = {
|
|
|
147
211
|
"isRequired": true,
|
|
148
212
|
"initialValue": false
|
|
149
213
|
}
|
|
214
|
+
}, {
|
|
215
|
+
"title": {
|
|
216
|
+
"label": {
|
|
217
|
+
"type": "i18n",
|
|
218
|
+
"en-US": "userInfo",
|
|
219
|
+
"zh-CN": "userInfo"
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
"name": "userInfo",
|
|
223
|
+
"setter": {
|
|
224
|
+
"componentName": "ObjectSetter",
|
|
225
|
+
"isRequired": true,
|
|
226
|
+
"initialValue": undefined
|
|
227
|
+
}
|
|
150
228
|
}, {
|
|
151
229
|
"title": {
|
|
152
230
|
"label": {
|
package/lowcode_lib/meta.js
CHANGED
|
@@ -93,7 +93,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
93
93
|
packageName = 'ydb-components-material';
|
|
94
94
|
}
|
|
95
95
|
if (version === void 0) {
|
|
96
|
-
version = '0.1.
|
|
96
|
+
version = '0.1.19';
|
|
97
97
|
}
|
|
98
98
|
if (basicLibraryVersion === void 0) {
|
|
99
99
|
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.19",
|
|
4
4
|
"description": "ydb-components-material",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -94,10 +94,10 @@
|
|
|
94
94
|
},
|
|
95
95
|
"componentConfig": {
|
|
96
96
|
"isComponentLibrary": true,
|
|
97
|
-
"materialSchema": "https://unpkg.com/ydb-components-material@0.1.
|
|
97
|
+
"materialSchema": "https://unpkg.com/ydb-components-material@0.1.19/build/lowcode/assets-prod.json"
|
|
98
98
|
},
|
|
99
99
|
"lcMeta": {
|
|
100
100
|
"type": "component"
|
|
101
101
|
},
|
|
102
|
-
"homepage": "https://unpkg.com/ydb-components-material@0.1.
|
|
102
|
+
"homepage": "https://unpkg.com/ydb-components-material@0.1.19/build/index.html"
|
|
103
103
|
}
|