@steedos-widgets/amis-object 1.3.17-beta.2 → 1.3.18

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.
@@ -1,9 +1,2 @@
1
1
  import './AmisObjectTable.less';
2
- export declare const AmisObjectTable: (props: any) => Promise<{
3
- type: string;
4
- className: string;
5
- id: string;
6
- name: string;
7
- data: any;
8
- body: any;
9
- }>;
2
+ export declare const AmisObjectTable: (props: any) => Promise<any>;
@@ -1039,6 +1039,10 @@ fieldset.antd-Collapse > legend{
1039
1039
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
1040
1040
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
1041
1041
  }
1042
+ .blur {
1043
+ --tw-blur: blur(8px);
1044
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
1045
+ }
1042
1046
  .filter {
1043
1047
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
1044
1048
  }
@@ -1823,6 +1827,18 @@ body.steedos {
1823
1827
  .steedos-object-table thead tr th:nth-child(2) {
1824
1828
  display: none;
1825
1829
  }
1830
+ .steedos-object-table.is-steedos-tree-table thead tr th:nth-child(3) {
1831
+ display: none;
1832
+ }
1833
+ .steedos-object-table.is-steedos-tree-table thead tr th:nth-child(2) {
1834
+ display: table-cell;
1835
+ }
1836
+ .steedos-object-table .is-steedos-crud-data-empty thead tr th:nth-child(3) {
1837
+ display: table-cell;
1838
+ }
1839
+ .steedos-object-table .is-steedos-crud-data-empty thead tr th:nth-child(2) {
1840
+ display: none;
1841
+ }
1826
1842
  .steedos-object-table tbody td.antd-Field--quickEditable > div {
1827
1843
  display: flex;
1828
1844
  align-items: center;