@acuteinfo/common-base 1.0.38 → 1.0.40

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.
@@ -56,6 +56,7 @@ export interface CustomProperties {
56
56
  defaultGridConfig?: {
57
57
  variant?: "standard" | "contained" | "outlined";
58
58
  enablePaginationInput?: boolean;
59
+ wrapCellText?: boolean;
59
60
  };
60
61
  }
61
62
  interface ContextProps {
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  type TIcon = "INFO" | "ERROR" | "WARNING" | "SUCCESS";
3
- type TButtonName = "Ok" | "Cancel" | "Yes" | "No" | "Close" | "Accept" | "Decline";
3
+ type TButtonName = "Ok" | "Cancel" | "Yes" | "No" | "Close" | "Accept" | "Decline" | (string & Record<never, never>);
4
4
  type TMessageBoxParams = {
5
5
  messageTitle: string;
6
6
  message: string;
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  export declare const StyledSlider: import("react").JSXElementConstructor<Omit<import("@mui/material/Slider").SliderOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
3
3
  ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
4
- }, "onChange" | "value" | "name" | "defaultValue" | "style" | "className" | "classes" | "disabled" | "sx" | "tabIndex" | "color" | "scale" | "size" | "track" | "aria-label" | "aria-labelledby" | "aria-valuetext" | "max" | "min" | "orientation" | "components" | "step" | "componentsProps" | "slotProps" | "slots" | "disableSwap" | "getAriaLabel" | "getAriaValueText" | "marks" | "onChangeCommitted" | "valueLabelDisplay" | "valueLabelFormat">, "classes"> & import("@mui/styles").StyledComponentProps<"track" | "root" | "active" | "thumb" | "valueLabel" | "rail"> & object>;
4
+ }, "onChange" | "value" | "name" | "defaultValue" | "style" | "className" | "classes" | "disabled" | "sx" | "tabIndex" | "color" | "scale" | "size" | "track" | "aria-label" | "aria-labelledby" | "aria-valuetext" | "max" | "min" | "orientation" | "components" | "step" | "componentsProps" | "slotProps" | "slots" | "disableSwap" | "getAriaLabel" | "getAriaValueText" | "marks" | "onChangeCommitted" | "valueLabelDisplay" | "valueLabelFormat">, "classes"> & import("@mui/styles").StyledComponentProps<"track" | "root" | "active" | "rail" | "thumb" | "valueLabel"> & object>;
@@ -1 +1 @@
1
- export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"title" | "form" | "label" | "submit" | "subTitle" | "tabsSubmitBtn" | "backBtn" | "buttonProgress" | "buttonWrapper" | "stepper" | "stepperLabel" | "formControlLabelSpacer">;
1
+ export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"title" | "form" | "label" | "submit" | "stepper" | "subTitle" | "tabsSubmitBtn" | "backBtn" | "buttonProgress" | "buttonWrapper" | "stepperLabel" | "formControlLabelSpacer">;