forstok-ui-lib 6.5.9 → 6.6.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/index.d.ts CHANGED
@@ -494,7 +494,7 @@ type TDetailNew<TData = never> = {
494
494
  type Callback<S> = (state: S) => void | (() => void | undefined);
495
495
  type DispatchWithCallback<A, S> = (value: A, callback: Callback<S>) => void;
496
496
  type TStateCallback<TData> = DispatchWithCallback<React.SetStateAction<TData>, TData>;
497
- type ModeListTableColumn = 'item' | 'listing' | 'quantity' | 'picklist' | 'package' | 'shipment' | 'invoice' | 'payment-receive' | 'sales-return' | 'activity' | 'putaway' | 'inbound' | 'lowstock' | 'price' | 'stock-adjustment' | 'stock-outbound' | 'stock-transfer' | 'promotion' | 'stock-history' | 'price-history' | 'turnover' | 'days-outofstock' | 'warehouses' | 'archived' | 'order' | 'order-nocheck' | 'table-customheader';
497
+ type ModeListTableColumn = 'item' | 'item-nocheck' | 'listing' | 'quantity' | 'picklist' | 'package' | 'shipment' | 'invoice' | 'payment-receive' | 'sales-return' | 'activity' | 'putaway' | 'inbound' | 'lowstock' | 'price' | 'stock-adjustment' | 'stock-outbound' | 'stock-transfer' | 'promotion' | 'stock-history' | 'price-history' | 'turnover' | 'days-outofstock' | 'warehouses' | 'archived' | 'order' | 'order-nocheck' | 'table-customheader';
498
498
  type TInDetail = TInPart & {
499
499
  firstDispatch?: Dispatch<any>;
500
500
  resetByOption: (opt?: string | string[], callback?: () => void, noScroll?: boolean) => void;
@@ -926,6 +926,9 @@ declare const FilterListTitle: styled_components_dist_types.IStyledComponentBase
926
926
  declare const FilterButton: styled_components_dist_types.IStyledComponentBase<"web", styled_components.FastOmit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
927
927
  declare const IconDot: styled_components_dist_types.IStyledComponentBase<"web", styled_components_dist_types.Substitute<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {
928
928
  $mode?: "list" | "header" | "chat";
929
+ $width?: string;
930
+ $height?: string;
931
+ $size?: "string";
929
932
  }>> & string;
930
933
  declare const SortByWrapper: styled_components_dist_types.IStyledComponentBase<"web", styled_components.FastOmit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
931
934
  declare const DetailWrapper: styled_components_dist_types.IStyledComponentBase<"web", styled_components.FastOmit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;