ydb-components-material 0.1.22 → 0.1.24
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.0ca7fca9.js +1 -0
- package/build/docs/{umi.1ef21448.css → umi.e536bfab.css} +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/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +6 -6
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +1 -1
- package/dist/BizComps.css +1 -1
- package/dist/BizComps.js +1 -1
- package/dist/BizComps.js.map +1 -1
- package/es/api.js +8 -1
- package/es/components/file-item/file.js +62 -1
- package/es/components/file-item/index.d.ts +1 -2
- package/es/components/file-item/index.js +217 -15
- package/es/components/file-item/index.scss +4 -2
- package/es/components/file-item/seal.js +63 -22
- package/es/components/file-item/sealUtil.js +2 -1
- package/es/utils.js +0 -0
- package/lib/api.js +9 -2
- package/lib/components/file-item/file.js +63 -1
- package/lib/components/file-item/index.d.ts +1 -2
- package/lib/components/file-item/index.js +218 -16
- package/lib/components/file-item/index.scss +4 -2
- package/lib/components/file-item/seal.js +60 -19
- package/lib/components/file-item/sealUtil.js +2 -1
- package/lib/utils.js +1 -0
- package/lowcode/file-item/meta.ts +17 -2
- package/lowcode_es/file-item/meta.js +16 -2
- package/lowcode_es/meta.js +1 -1
- package/lowcode_lib/file-item/meta.js +16 -2
- package/lowcode_lib/meta.js +1 -1
- package/package.json +3 -3
- package/build/docs/umi.0ec80fbb.js +0 -1
|
@@ -154,6 +154,20 @@ var FileItemMeta = {
|
|
|
154
154
|
"isRequired": true,
|
|
155
155
|
"initialValue": ""
|
|
156
156
|
}
|
|
157
|
+
}, {
|
|
158
|
+
"title": {
|
|
159
|
+
"label": {
|
|
160
|
+
"type": "i18n",
|
|
161
|
+
"en-US": "spec",
|
|
162
|
+
"zh-CN": "限制格式"
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
"name": "spec",
|
|
166
|
+
"setter": {
|
|
167
|
+
"componentName": "StringSetter",
|
|
168
|
+
"isRequired": true,
|
|
169
|
+
"initialValue": ""
|
|
170
|
+
}
|
|
157
171
|
}, {
|
|
158
172
|
"title": {
|
|
159
173
|
"label": {
|
|
@@ -166,7 +180,7 @@ var FileItemMeta = {
|
|
|
166
180
|
"setter": {
|
|
167
181
|
"componentName": "BoolSetter",
|
|
168
182
|
"isRequired": true,
|
|
169
|
-
"initialValue":
|
|
183
|
+
"initialValue": false
|
|
170
184
|
}
|
|
171
185
|
}, {
|
|
172
186
|
"title": {
|
|
@@ -180,7 +194,7 @@ var FileItemMeta = {
|
|
|
180
194
|
"setter": {
|
|
181
195
|
"componentName": "BoolSetter",
|
|
182
196
|
"isRequired": true,
|
|
183
|
-
"initialValue":
|
|
197
|
+
"initialValue": false
|
|
184
198
|
}
|
|
185
199
|
}, {
|
|
186
200
|
"title": {
|
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.24';
|
|
93
93
|
}
|
|
94
94
|
if (basicLibraryVersion === void 0) {
|
|
95
95
|
basicLibraryVersion = {
|
|
@@ -159,6 +159,20 @@ var FileItemMeta = {
|
|
|
159
159
|
"isRequired": true,
|
|
160
160
|
"initialValue": ""
|
|
161
161
|
}
|
|
162
|
+
}, {
|
|
163
|
+
"title": {
|
|
164
|
+
"label": {
|
|
165
|
+
"type": "i18n",
|
|
166
|
+
"en-US": "spec",
|
|
167
|
+
"zh-CN": "限制格式"
|
|
168
|
+
}
|
|
169
|
+
},
|
|
170
|
+
"name": "spec",
|
|
171
|
+
"setter": {
|
|
172
|
+
"componentName": "StringSetter",
|
|
173
|
+
"isRequired": true,
|
|
174
|
+
"initialValue": ""
|
|
175
|
+
}
|
|
162
176
|
}, {
|
|
163
177
|
"title": {
|
|
164
178
|
"label": {
|
|
@@ -171,7 +185,7 @@ var FileItemMeta = {
|
|
|
171
185
|
"setter": {
|
|
172
186
|
"componentName": "BoolSetter",
|
|
173
187
|
"isRequired": true,
|
|
174
|
-
"initialValue":
|
|
188
|
+
"initialValue": false
|
|
175
189
|
}
|
|
176
190
|
}, {
|
|
177
191
|
"title": {
|
|
@@ -185,7 +199,7 @@ var FileItemMeta = {
|
|
|
185
199
|
"setter": {
|
|
186
200
|
"componentName": "BoolSetter",
|
|
187
201
|
"isRequired": true,
|
|
188
|
-
"initialValue":
|
|
202
|
+
"initialValue": false
|
|
189
203
|
}
|
|
190
204
|
}, {
|
|
191
205
|
"title": {
|
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.24';
|
|
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.24",
|
|
4
4
|
"description": "ydb-components-material",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -95,10 +95,10 @@
|
|
|
95
95
|
},
|
|
96
96
|
"componentConfig": {
|
|
97
97
|
"isComponentLibrary": true,
|
|
98
|
-
"materialSchema": "https://unpkg.com/ydb-components-material@0.1.
|
|
98
|
+
"materialSchema": "https://unpkg.com/ydb-components-material@0.1.24/build/lowcode/assets-prod.json"
|
|
99
99
|
},
|
|
100
100
|
"lcMeta": {
|
|
101
101
|
"type": "component"
|
|
102
102
|
},
|
|
103
|
-
"homepage": "https://unpkg.com/ydb-components-material@0.1.
|
|
103
|
+
"homepage": "https://unpkg.com/ydb-components-material@0.1.24/build/index.html"
|
|
104
104
|
}
|