@steedos-widgets/amis-object 1.0.0-beta.29 → 1.0.0-beta.30
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/dist/amis-object.cjs.css
CHANGED
|
@@ -333,9 +333,15 @@
|
|
|
333
333
|
.steedos-record-related-list .antd-Button {
|
|
334
334
|
background: white;
|
|
335
335
|
}
|
|
336
|
+
.steedos-record-related-list .antd-Table-headToolbar {
|
|
337
|
+
display: none;
|
|
338
|
+
}
|
|
336
339
|
.steedos-listview .antd-Button {
|
|
337
340
|
background: white;
|
|
338
341
|
}
|
|
342
|
+
.steedos-listview .antd-Table-headToolbar {
|
|
343
|
+
display: none;
|
|
344
|
+
}
|
|
339
345
|
|
|
340
346
|
@media (min-width: 767px) {
|
|
341
347
|
.steedos-amis-form .antd-Collapse .antd-Form--normal,
|
package/dist/amis-object.esm.css
CHANGED
|
@@ -333,9 +333,15 @@
|
|
|
333
333
|
.steedos-record-related-list .antd-Button {
|
|
334
334
|
background: white;
|
|
335
335
|
}
|
|
336
|
+
.steedos-record-related-list .antd-Table-headToolbar {
|
|
337
|
+
display: none;
|
|
338
|
+
}
|
|
336
339
|
.steedos-listview .antd-Button {
|
|
337
340
|
background: white;
|
|
338
341
|
}
|
|
342
|
+
.steedos-listview .antd-Table-headToolbar {
|
|
343
|
+
display: none;
|
|
344
|
+
}
|
|
339
345
|
|
|
340
346
|
@media (min-width: 767px) {
|
|
341
347
|
.steedos-amis-form .antd-Collapse .antd-Form--normal,
|
package/dist/amis-object.umd.css
CHANGED
|
@@ -333,9 +333,15 @@
|
|
|
333
333
|
.steedos-record-related-list .antd-Button {
|
|
334
334
|
background: white;
|
|
335
335
|
}
|
|
336
|
+
.steedos-record-related-list .antd-Table-headToolbar {
|
|
337
|
+
display: none;
|
|
338
|
+
}
|
|
336
339
|
.steedos-listview .antd-Button {
|
|
337
340
|
background: white;
|
|
338
341
|
}
|
|
342
|
+
.steedos-listview .antd-Table-headToolbar {
|
|
343
|
+
display: none;
|
|
344
|
+
}
|
|
339
345
|
|
|
340
346
|
@media (min-width: 767px) {
|
|
341
347
|
.steedos-amis-form .antd-Collapse .antd-Form--normal,
|
package/dist/assets.json
CHANGED
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
{
|
|
12
12
|
"package": "@steedos-widgets/amis-object",
|
|
13
13
|
"urls": [
|
|
14
|
-
"https://unpkg.com/@steedos-widgets/amis-object@1.0.0-beta.
|
|
15
|
-
"https://unpkg.com/@steedos-widgets/amis-object@1.0.0-beta.
|
|
14
|
+
"https://unpkg.com/@steedos-widgets/amis-object@1.0.0-beta.30/dist/amis-object.umd.js",
|
|
15
|
+
"https://unpkg.com/@steedos-widgets/amis-object@1.0.0-beta.30/dist/amis-object.umd.css"
|
|
16
16
|
],
|
|
17
17
|
"library": "BuilderAmisObject"
|
|
18
18
|
}
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
"npm": {
|
|
24
24
|
"package": "@steedos-widgets/amis-object"
|
|
25
25
|
},
|
|
26
|
-
"url": "https://unpkg.com/@steedos-widgets/amis-object@1.0.0-beta.
|
|
26
|
+
"url": "https://unpkg.com/@steedos-widgets/amis-object@1.0.0-beta.30/dist/meta.js",
|
|
27
27
|
"urls": {
|
|
28
|
-
"default": "https://unpkg.com/@steedos-widgets/amis-object@1.0.0-beta.
|
|
29
|
-
"design": "https://unpkg.com/@steedos-widgets/amis-object@1.0.0-beta.
|
|
28
|
+
"default": "https://unpkg.com/@steedos-widgets/amis-object@1.0.0-beta.30/dist/meta.js",
|
|
29
|
+
"design": "https://unpkg.com/@steedos-widgets/amis-object@1.0.0-beta.30/dist/meta.js"
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos-widgets/amis-object",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.0-beta.
|
|
4
|
+
"version": "1.0.0-beta.30",
|
|
5
5
|
"main": "dist/amis-object.cjs.js",
|
|
6
6
|
"module": "dist/amis-object.esm.js",
|
|
7
7
|
"unpkg": "dist/amis-object.umd.js",
|
|
@@ -60,10 +60,10 @@
|
|
|
60
60
|
"uglify-js": "^3.17.0"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@steedos-widgets/amis-lib": "1.0.0-beta.
|
|
63
|
+
"@steedos-widgets/amis-lib": "1.0.0-beta.30",
|
|
64
64
|
"autoprefixer": "^10.4.13",
|
|
65
65
|
"postcss": "^8.4.19",
|
|
66
66
|
"tailwindcss": "^3.2.4"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "c41242d76a6b4b7f51001d55d71c93ea674fcde2"
|
|
69
69
|
}
|