@quillsql/react 2.16.14 → 2.16.15

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/index.d.cts CHANGED
@@ -8,7 +8,7 @@ interface Option {
8
8
  interface PopoverComponentProps {
9
9
  isOpen: boolean;
10
10
  setIsOpen: (isOpen: boolean) => void;
11
- triggerLabel?: string;
11
+ triggerLabel?: ReactNode;
12
12
  popoverTitle?: string;
13
13
  popoverChildren: ReactNode;
14
14
  disabled?: boolean;
@@ -3020,6 +3020,13 @@ interface TableComponentProps {
3020
3020
  field: string;
3021
3021
  direction: string;
3022
3022
  }) => void;
3023
+ headerBackgroundColor?: string;
3024
+ footerBackgroundColor?: string;
3025
+ borderRadius?: string | number;
3026
+ borderLeft?: string;
3027
+ borderRight?: string;
3028
+ borderTop?: string;
3029
+ borderBottom?: string;
3023
3030
  }
3024
3031
 
3025
3032
  interface DateRangePickerComponentProps {
package/dist/index.d.ts CHANGED
@@ -8,7 +8,7 @@ interface Option {
8
8
  interface PopoverComponentProps {
9
9
  isOpen: boolean;
10
10
  setIsOpen: (isOpen: boolean) => void;
11
- triggerLabel?: string;
11
+ triggerLabel?: ReactNode;
12
12
  popoverTitle?: string;
13
13
  popoverChildren: ReactNode;
14
14
  disabled?: boolean;
@@ -3020,6 +3020,13 @@ interface TableComponentProps {
3020
3020
  field: string;
3021
3021
  direction: string;
3022
3022
  }) => void;
3023
+ headerBackgroundColor?: string;
3024
+ footerBackgroundColor?: string;
3025
+ borderRadius?: string | number;
3026
+ borderLeft?: string;
3027
+ borderRight?: string;
3028
+ borderTop?: string;
3029
+ borderBottom?: string;
3023
3030
  }
3024
3031
 
3025
3032
  interface DateRangePickerComponentProps {