@steedos-widgets/amis-object 6.3.0-beta.9 → 6.3.0
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/AmisInputTable.d.ts +1 -0
- package/dist/amis/AmisRecordDetailHeader.d.ts +1 -0
- package/dist/amis-object.cjs.css +82 -10
- package/dist/amis-object.cjs.js +1797 -1062
- package/dist/amis-object.cjs.js.map +1 -1
- package/dist/amis-object.esm.css +82 -10
- package/dist/amis-object.esm.js +1797 -1062
- package/dist/amis-object.esm.js.map +1 -1
- package/dist/amis-object.umd.css +82 -10
- package/dist/amis-object.umd.js +345 -286
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +21 -21
- package/dist/meta.js +31 -23
- package/package.json +3 -3
package/dist/amis-object.cjs.css
CHANGED
|
@@ -619,9 +619,6 @@ fieldset.antd-Collapse > legend{
|
|
|
619
619
|
.top-0 {
|
|
620
620
|
top: 0px
|
|
621
621
|
}
|
|
622
|
-
.z-10 {
|
|
623
|
-
z-index: 10
|
|
624
|
-
}
|
|
625
622
|
.z-20 {
|
|
626
623
|
z-index: 20
|
|
627
624
|
}
|
|
@@ -681,6 +678,9 @@ fieldset.antd-Collapse > legend{
|
|
|
681
678
|
.ml-2 {
|
|
682
679
|
margin-left: 0.5rem
|
|
683
680
|
}
|
|
681
|
+
.ml-3 {
|
|
682
|
+
margin-left: 0.75rem
|
|
683
|
+
}
|
|
684
684
|
.ml-4 {
|
|
685
685
|
margin-left: 1rem
|
|
686
686
|
}
|
|
@@ -1296,6 +1296,12 @@ fieldset.antd-Collapse > legend{
|
|
|
1296
1296
|
.sm\:sticky {
|
|
1297
1297
|
position: sticky
|
|
1298
1298
|
}
|
|
1299
|
+
.sm\:z-10 {
|
|
1300
|
+
z-index: 10
|
|
1301
|
+
}
|
|
1302
|
+
.sm\:m-2 {
|
|
1303
|
+
margin: 0.5rem
|
|
1304
|
+
}
|
|
1299
1305
|
.sm\:m-3 {
|
|
1300
1306
|
margin: 0.75rem
|
|
1301
1307
|
}
|
|
@@ -1823,6 +1829,9 @@ fieldset.antd-Collapse > legend{
|
|
|
1823
1829
|
.antd-Crud .antd-Table tbody td > .antd-Form-static {
|
|
1824
1830
|
display: inline;
|
|
1825
1831
|
}
|
|
1832
|
+
.antd-Crud .antd-Table tbody td > .antd-Form-static .antd-Form-control {
|
|
1833
|
+
display: inline;
|
|
1834
|
+
}
|
|
1826
1835
|
@media (max-height: 780px) {
|
|
1827
1836
|
.steedos-table-quickEdit .antd-Select-menu {
|
|
1828
1837
|
max-height: 30vh;
|
|
@@ -1842,16 +1851,32 @@ fieldset.antd-Collapse > legend{
|
|
|
1842
1851
|
overflow: auto;
|
|
1843
1852
|
}
|
|
1844
1853
|
|
|
1845
|
-
|
|
1854
|
+
/* 去除下拉按钮内图标的边距 */
|
|
1855
|
+
.steedos-mobile-header-drop-down i.icon{
|
|
1856
|
+
margin: 0;
|
|
1857
|
+
}
|
|
1858
|
+
|
|
1859
|
+
/* .buttons-drawer .antd-Drawer-content{
|
|
1846
1860
|
height: auto !important;
|
|
1847
1861
|
max-height: 70% !important;
|
|
1848
|
-
}
|
|
1862
|
+
} */
|
|
1849
1863
|
|
|
1850
|
-
.buttons-drawer .antd-Drawer-body{
|
|
1864
|
+
/* .buttons-drawer .antd-Drawer-body{
|
|
1851
1865
|
overflow: inherit !important;
|
|
1866
|
+
} */
|
|
1867
|
+
|
|
1868
|
+
.buttons-drawer{
|
|
1869
|
+
position: fixed !important;
|
|
1870
|
+
top: 0 !important;
|
|
1871
|
+
bottom: 0 !important;
|
|
1872
|
+
left: 0 !important;
|
|
1873
|
+
right: 0 !important;
|
|
1874
|
+
max-height: unset;
|
|
1875
|
+
padding: 0;
|
|
1876
|
+
margin: 0;
|
|
1852
1877
|
}
|
|
1853
1878
|
|
|
1854
|
-
.buttons-drawer .antd-
|
|
1879
|
+
.buttons-drawer .antd-ButtonGroup button{
|
|
1855
1880
|
border-color: #c9c9c9;
|
|
1856
1881
|
border-right: none !important;
|
|
1857
1882
|
border-left: none !important;
|
|
@@ -1936,9 +1961,6 @@ body.steedos {
|
|
|
1936
1961
|
-moz-column-gap: 1rem;
|
|
1937
1962
|
column-gap: 1rem;
|
|
1938
1963
|
}
|
|
1939
|
-
.steedos-object-form .antd-Collapse .antd-Collapse-header.hidden {
|
|
1940
|
-
display: none !important;
|
|
1941
|
-
}
|
|
1942
1964
|
.steedos-object-form .antd-Tabs-pane.is-active {
|
|
1943
1965
|
display: grid;
|
|
1944
1966
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
@@ -1965,6 +1987,9 @@ body.steedos {
|
|
|
1965
1987
|
overflow: visible;
|
|
1966
1988
|
}
|
|
1967
1989
|
}
|
|
1990
|
+
.steedos-object-form .antd-Collapse .antd-Collapse-header.hidden {
|
|
1991
|
+
display: none !important;
|
|
1992
|
+
}
|
|
1968
1993
|
.steedos-object-form .steedos-input-rich-text-readonly .antd-RichTextControl {
|
|
1969
1994
|
border: 0;
|
|
1970
1995
|
}
|
|
@@ -1972,6 +1997,9 @@ body.steedos {
|
|
|
1972
1997
|
.steedos-object-form .antd-Form-item .antd-Form-label + .antd-Form-item-controlBox {
|
|
1973
1998
|
max-width: unset;
|
|
1974
1999
|
}
|
|
2000
|
+
.steedos-object-form .antd-Collapse::before {
|
|
2001
|
+
content: unset;
|
|
2002
|
+
}
|
|
1975
2003
|
}
|
|
1976
2004
|
|
|
1977
2005
|
@media (max-width: 767px) {
|
|
@@ -2149,6 +2177,26 @@ body.steedos {
|
|
|
2149
2177
|
margin-top: -6px;
|
|
2150
2178
|
}
|
|
2151
2179
|
}
|
|
2180
|
+
.steedos-object-listview .antd-Wrapper .steedos-listview-change-button .antd-DropDown-menu .antd-DropDown-groupTitle {
|
|
2181
|
+
padding: 0;
|
|
2182
|
+
}
|
|
2183
|
+
.steedos-object-listview .antd-Wrapper .steedos-listview-change-button .antd-DropDown-menu li > .antd-Action {
|
|
2184
|
+
width: 100%;
|
|
2185
|
+
}
|
|
2186
|
+
.steedos-object-listview .antd-Wrapper .steedos-listview-change-button .antd-DropDown-menu li > .antd-Action .steedos-listview-edit-button {
|
|
2187
|
+
visibility: hidden;
|
|
2188
|
+
}
|
|
2189
|
+
.steedos-object-listview .antd-Wrapper .steedos-listview-change-button .antd-DropDown-menu li > .antd-Action .steedos-listview-edit-button .fa-edit {
|
|
2190
|
+
color: #aaa;
|
|
2191
|
+
font-weight: 400;
|
|
2192
|
+
font-size: 13px;
|
|
2193
|
+
}
|
|
2194
|
+
.steedos-object-listview .antd-Wrapper .steedos-listview-change-button .antd-DropDown-menu li:hover .steedos-listview-edit-button {
|
|
2195
|
+
visibility: visible;
|
|
2196
|
+
}
|
|
2197
|
+
.steedos-object-listview .antd-Wrapper .steedos-listview-change-button .antd-DropDown-menu li:hover .steedos-listview-edit-button:hover .fa-edit {
|
|
2198
|
+
color: #2468f2;
|
|
2199
|
+
}
|
|
2152
2200
|
|
|
2153
2201
|
@media (min-width: 767px) {
|
|
2154
2202
|
/* 列表快速编辑功能样式 */
|
|
@@ -2394,6 +2442,9 @@ body.steedos {
|
|
|
2394
2442
|
.steedos-field-lookup-wrapper {
|
|
2395
2443
|
display: block !important;
|
|
2396
2444
|
}
|
|
2445
|
+
.amis-dialog-widget .steedos-object-record-detail-header .steedos-object-record-detail-header-back-button {
|
|
2446
|
+
display: none;
|
|
2447
|
+
}
|
|
2397
2448
|
|
|
2398
2449
|
.steedos-context-bar .antd-Nav-list {
|
|
2399
2450
|
border-bottom: 0px;
|
|
@@ -2569,6 +2620,27 @@ body.sidebar #sidebar {
|
|
|
2569
2620
|
background: rgba(0, 0, 0, 0.6);
|
|
2570
2621
|
opacity: 1;
|
|
2571
2622
|
}
|
|
2623
|
+
.steedos-header-toolbar-notifications-dialog .antd-Modal-content {
|
|
2624
|
+
position: absolute !important;
|
|
2625
|
+
left: 12px;
|
|
2626
|
+
right: 12px;
|
|
2627
|
+
top: 50px;
|
|
2628
|
+
height: auto !important;
|
|
2629
|
+
width: unset;
|
|
2630
|
+
max-width: unset;
|
|
2631
|
+
border-radius: var(--dialog-default-border-radius) !important;
|
|
2632
|
+
padding: 0;
|
|
2633
|
+
background: transparent;
|
|
2634
|
+
border: none;
|
|
2635
|
+
}
|
|
2636
|
+
.steedos-header-toolbar-notifications-dialog .antd-Modal-content .antd-Modal-body {
|
|
2637
|
+
padding: 0;
|
|
2638
|
+
margin: 0;
|
|
2639
|
+
}
|
|
2640
|
+
.steedos-header-toolbar-notifications-dialog .antd-Modal-content .antd-Modal-body .steedos-header-toolbar-notifications-panel .steedos-header-toolbar-notifications-list {
|
|
2641
|
+
max-height: 60vh;
|
|
2642
|
+
margin: 0;
|
|
2643
|
+
}
|
|
2572
2644
|
}
|
|
2573
2645
|
|
|
2574
2646
|
.instance-default .instance-form .form-control .antd-Form-item {
|