@steedos-widgets/amis-object 6.10.52-beta.1 → 6.10.52-beta.4
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.umd.css +25 -2
- package/dist/amis-object.umd.js +1 -1
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +5 -5
- package/dist/components/SteedosOrgSelector.d.ts +14 -0
- package/dist/components/SteedosUserSelector.d.ts +15 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/meta.js +1166 -1041
- package/dist/metas/SteedosOrgSelector.d.ts +2 -0
- package/dist/metas/SteedosUserSelector.d.ts +5 -0
- package/package.json +4 -4
package/dist/amis-object.umd.css
CHANGED
|
@@ -1879,6 +1879,16 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
1879
1879
|
.steedos-record-tabs.steedos-record-tabs--single .antd-Tabs-content {
|
|
1880
1880
|
margin-top: -1rem;
|
|
1881
1881
|
}
|
|
1882
|
+
@media (min-width: 768px) {
|
|
1883
|
+
.steedos-record-tabs {
|
|
1884
|
+
overflow-y: auto;
|
|
1885
|
+
max-height: calc(100vh - 180px);
|
|
1886
|
+
}
|
|
1887
|
+
.steedos-record-detail-drawer .steedos-record-tabs {
|
|
1888
|
+
overflow-y: unset;
|
|
1889
|
+
max-height: unset;
|
|
1890
|
+
}
|
|
1891
|
+
}
|
|
1882
1892
|
|
|
1883
1893
|
.sidebar-wrapper {
|
|
1884
1894
|
overflow-x: hidden;
|
|
@@ -2118,6 +2128,11 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2118
2128
|
border-collapse: collapse;
|
|
2119
2129
|
border: 2px solid #000;
|
|
2120
2130
|
}
|
|
2131
|
+
.steedos-amis-instance-view .instance-form-view .steedos-user-selector .ant-input-affix-wrapper {
|
|
2132
|
+
background-color: transparent !important;
|
|
2133
|
+
border: none !important;
|
|
2134
|
+
box-shadow: none !important;
|
|
2135
|
+
}
|
|
2121
2136
|
.steedos-amis-instance-view .instance-applicant-view {
|
|
2122
2137
|
border: none !important;
|
|
2123
2138
|
}
|
|
@@ -2280,6 +2295,14 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2280
2295
|
.instance-applicant-view .antd-Picker .antd-Picker-btn {
|
|
2281
2296
|
display: none;
|
|
2282
2297
|
}
|
|
2298
|
+
.instance-applicant-view .steedos-user-selector .ant-input-affix-wrapper {
|
|
2299
|
+
border: none;
|
|
2300
|
+
box-shadow: none;
|
|
2301
|
+
background: transparent;
|
|
2302
|
+
}
|
|
2303
|
+
.instance-applicant-view .steedos-user-selector .ant-input-suffix {
|
|
2304
|
+
display: none;
|
|
2305
|
+
}
|
|
2283
2306
|
.instance-form-view .antd-Form-star {
|
|
2284
2307
|
display: none;
|
|
2285
2308
|
}
|
|
@@ -2390,8 +2413,8 @@ div[name="instanceForm"] .sfield-item {
|
|
|
2390
2413
|
overflow: hidden;
|
|
2391
2414
|
}
|
|
2392
2415
|
.steedos-listview-split-max-height .steedos-object-listview .steedos-object-table .antd-Table-contentWrap .antd-Table-content {
|
|
2393
|
-
max-height: calc(100vh -
|
|
2416
|
+
max-height: calc(100vh - 207px);
|
|
2394
2417
|
}
|
|
2395
2418
|
.steedos-listview-split-max-height .steedos-object-listview .steedos-object-table .antd-Table-contentWrap:not(:has(~ .antd-Table-toolbar)) .antd-Table-content {
|
|
2396
|
-
max-height: calc(100vh -
|
|
2419
|
+
max-height: calc(100vh - 177px);
|
|
2397
2420
|
}
|