forstok-ui-lib 5.0.3 → 5.1.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
@@ -76,7 +76,7 @@ type TFileImage = TFile & {
76
76
  type TState<T> = Dispatch<SetStateAction<T>>;
77
77
 
78
78
  type TInput$1 = InputHTMLAttributes<HTMLInputElement> & {
79
- mode?: string;
79
+ $mode?: string;
80
80
  $isError?: boolean;
81
81
  $iconLeft?: boolean;
82
82
  $iconRight?: boolean;
@@ -90,8 +90,9 @@ type TInput$1 = InputHTMLAttributes<HTMLInputElement> & {
90
90
  evChangeCustom?: (key: string, value: any) => void;
91
91
  evEnter?: TEnterEvent;
92
92
  evKeyUp?: TKeyboadEvent;
93
+ $aliasLabel?: string;
93
94
  };
94
- declare const InputComponent: ({ mode, $isError, $iconLeft, $iconRight, reset, setReset, isForceUpdate, setForceUpdate, evChange, evBlur, isField, evChangeCustom, evEnter, evKeyUp, ...props }: TInput$1) => react_jsx_runtime.JSX.Element;
95
+ declare const InputComponent: ({ $mode, $aliasLabel, $isError, $iconLeft, $iconRight, reset, setReset, isForceUpdate, setForceUpdate, evChange, evBlur, isField, evChangeCustom, evEnter, evKeyUp, ...props }: TInput$1) => react_jsx_runtime.JSX.Element;
95
96
 
96
97
  type TInput = InputHTMLAttributes<HTMLInputElement> & {
97
98
  evChange?: (e: ChangeEvent<HTMLInputElement>) => void;
@@ -294,5 +295,25 @@ type THierarchy = {
294
295
  evCloseDropdown?: TCloseDropdownFunction;
295
296
  evCreateMessageQuestion?: TMessageQuestionFunction;
296
297
  };
298
+ type TChannel = {
299
+ channelName?: string;
300
+ channelInitials?: string;
301
+ channelColor?: string;
302
+ channelImage?: string;
303
+ channelId?: number;
304
+ name?: string | null;
305
+ initials?: string | null;
306
+ color?: string | null;
307
+ icon?: string | null;
308
+ id?: number | null;
309
+ totalStores?: number;
310
+ Stores?: {
311
+ id?: number;
312
+ storeName?: string;
313
+ storeImage?: string;
314
+ storeImageName?: string;
315
+ }[];
316
+ availableAPI?: boolean | null;
317
+ };
297
318
 
298
- export { ButtonComponent, CheckboxComponent, DropDownComponent as DropdownComponent, FoContainer, FormContainer, HeaderContainer, IconComponent, ImageComponent, InfoGroup, InputComponent, type KeysToSnakeCase, LabelComponent, LinkComponent, ListContainer, LoadingComponent, MessageComponent, MessageQuestionComponent, PanelContainer, PanelWrapper, type PartialBy, PopupComponent, ReactPortalComponent, SingleFormContainer, type TChangeEvent, type TCloseDropdownFunction, type TDragEvent, type TDropdown, type TEnterEvent, type TFile, type TFileImage, type THierarchy, type TIdNum, type TIdStr, type TKeyboadEvent, type TMessage, type TMessageFunction, type TMessageQuestion, type TMessageQuestionFunction, type TMouseEvent, type TObject, type TPage, type TPopup, type TPopupContainer, type TPopupFunction, type TPopupFunctionGroup, type TPopupFunctionParam, type TPopupOpenFunction, type TState, type TUser, TabsContainer, TabsContent, TextComponent, Title, type WithRequired, boxBase, clearList, dropBase, elipsis, formLabel, headTable, multiElipsis, responseWidth, thirdElipsis };
319
+ export { ButtonComponent, CheckboxComponent, DropDownComponent as DropdownComponent, FoContainer, FormContainer, HeaderContainer, IconComponent, ImageComponent, InfoGroup, InputComponent, type KeysToSnakeCase, LabelComponent, LinkComponent, ListContainer, LoadingComponent, MessageComponent, MessageQuestionComponent, PanelContainer, PanelWrapper, type PartialBy, PopupComponent, ReactPortalComponent, SingleFormContainer, type TChangeEvent, type TChannel, type TCloseDropdownFunction, type TDragEvent, type TDropdown, type TEnterEvent, type TFile, type TFileImage, type THierarchy, type TIdNum, type TIdStr, type TKeyboadEvent, type TMessage, type TMessageFunction, type TMessageQuestion, type TMessageQuestionFunction, type TMouseEvent, type TObject, type TPage, type TPopup, type TPopupContainer, type TPopupFunction, type TPopupFunctionGroup, type TPopupFunctionParam, type TPopupOpenFunction, type TState, type TUser, TabsContainer, TabsContent, TextComponent, Title, type WithRequired, boxBase, clearList, dropBase, elipsis, formLabel, headTable, multiElipsis, responseWidth, thirdElipsis };