@steedos-widgets/amis-object 1.3.15 → 1.3.16

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.
@@ -9,7 +9,7 @@ export declare const AmisInputTable: (props: any) => Promise<{
9
9
  showIndex: any;
10
10
  perPage: any;
11
11
  id: any;
12
- columns: any[];
12
+ columns: any;
13
13
  strictMode: boolean;
14
14
  showTableAddBtn: boolean;
15
15
  showFooterAddBtn: boolean;
@@ -1039,10 +1039,6 @@ 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
- }
1046
1042
  .filter {
1047
1043
  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)
1048
1044
  }