forstok-ui-lib 5.2.29 → 5.2.31

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
@@ -428,6 +428,53 @@ declare const SingleFormContainer: styled_components_dist_types.IStyledComponent
428
428
  $width?: string | number;
429
429
  }>> & string;
430
430
 
431
+ declare const ContentLoaderActivityList: () => react_jsx_runtime.JSX.Element;
432
+ declare const ContentLoaderAccountsList: () => react_jsx_runtime.JSX.Element;
433
+ declare const ContentLoaderAnalyticsMenu: () => react_jsx_runtime.JSX.Element;
434
+ declare const ContentLoaderOrderList: () => react_jsx_runtime.JSX.Element;
435
+ declare const ContentLoaderOrderDetail: () => react_jsx_runtime.JSX.Element;
436
+ declare const ContentLoaderMasterDetail: () => react_jsx_runtime.JSX.Element;
437
+ declare const ContentLoaderAddition: () => react_jsx_runtime.JSX.Element;
438
+ declare const ContentLoaderNonOrderList: () => react_jsx_runtime.JSX.Element;
439
+ declare const ContentLoaderPagination: () => react_jsx_runtime.JSX.Element;
440
+ declare const ContentLoaderInvoiceListPaymentreceiveDetail: () => react_jsx_runtime.JSX.Element;
441
+ declare const ContentLoaderPopupReadyToShip: () => react_jsx_runtime.JSX.Element;
442
+ declare const ContentLoaderPopupListOrder: () => react_jsx_runtime.JSX.Element;
443
+ declare const ContentLoaderPopupPicklist: () => react_jsx_runtime.JSX.Element;
444
+ declare const ContentLoaderPopupPaymentReceive: () => react_jsx_runtime.JSX.Element;
445
+ declare const ContentLoaderPopupStoreSelect: () => react_jsx_runtime.JSX.Element;
446
+ declare const ContentLoaderFilters: () => react_jsx_runtime.JSX.Element;
447
+ declare const ContentLoaderFilterCategories: () => react_jsx_runtime.JSX.Element;
448
+ declare const ContentLoaderTableList: () => react_jsx_runtime.JSX.Element;
449
+ declare const ContentLoaderMasterList: () => react_jsx_runtime.JSX.Element;
450
+ declare const ContentLoaderPopupLinkedListing: () => react_jsx_runtime.JSX.Element;
451
+ declare const ContentLoaderPopupBundle: () => react_jsx_runtime.JSX.Element;
452
+ declare const ContentLoaderMasterListingDetail: () => react_jsx_runtime.JSX.Element;
453
+ declare const ContentLoaderMasterBundleDetail: () => react_jsx_runtime.JSX.Element;
454
+ declare const ContentLoaderPopupChooseStore: () => react_jsx_runtime.JSX.Element;
455
+ declare const ContentLoaderEditBundle: () => react_jsx_runtime.JSX.Element;
456
+ declare const ContentLoaderOnlyHeaderTableList: () => react_jsx_runtime.JSX.Element;
457
+ declare const ContentLoaderOnlyBodyTableList: () => react_jsx_runtime.JSX.Element;
458
+ declare const ContentLoaderDashboardCard: () => react_jsx_runtime.JSX.Element;
459
+ declare const ContentLoaderOnlyBodyDashboardCard: () => react_jsx_runtime.JSX.Element;
460
+ declare const ContentLoaderChatStores: () => react_jsx_runtime.JSX.Element;
461
+ declare const ContentLoaderChatAccounts: ({ mode }: {
462
+ mode?: string;
463
+ }) => react_jsx_runtime.JSX.Element;
464
+ declare const ContentLoaderChatProducts: ({ mode }: {
465
+ mode?: string;
466
+ }) => false | react_jsx_runtime.JSX.Element;
467
+ declare const ContentLoaderChatMessages: ({ mode }: {
468
+ mode?: string;
469
+ }) => react_jsx_runtime.JSX.Element;
470
+ declare const ContentLoaderSetting: () => react_jsx_runtime.JSX.Element;
471
+ declare const ContentLoaderReportingDashboard: () => react_jsx_runtime.JSX.Element;
472
+ declare const ContentLoaderCategoryList: () => react_jsx_runtime.JSX.Element;
473
+ declare const ContentLoaderPopupPaymentReceived: () => react_jsx_runtime.JSX.Element;
474
+ declare const ContentLoaderNotifUpdate: () => react_jsx_runtime.JSX.Element;
475
+ declare const ContentLoaderPromotionHover: () => react_jsx_runtime.JSX.Element;
476
+ declare const ContentLoaderOneLinePromotion: () => react_jsx_runtime.JSX.Element;
477
+
431
478
  declare const clearList: styled_components.RuleSet<object>;
432
479
  declare const responseWidth: styled_components.RuleSet<object>;
433
480
  declare const elipsis: styled_components.RuleSet<object>;
@@ -471,5 +518,9 @@ declare const generateMessage: (type: string, value: string | ReactNode, callbac
471
518
  declare const generateMessageQuestion: (type: string, title: string, subtitle: string, callback?: () => void, buttonSubmit?: string, cancelCallback?: () => void) => TMessageQuestion;
472
519
  declare const currencyNumber: (value: number) => string;
473
520
  declare const evUpdateInputRc: (input?: HTMLInputElement, value?: string | number) => false | undefined;
521
+ declare const getSizeContainer: (full?: boolean) => {
522
+ width: number;
523
+ height: number;
524
+ };
474
525
 
475
- export { ButtonComponent, CheckboxComponent, DropDownComponent as DropdownComponent, ErrorComponent, FoContainer, FormContainer, HeaderContainer, IconComponent, ImageComponent, InfoGroup, InputComponent, InputGroup, InputWithRefComponent as InputRefComponent, type KeysToSnakeCase, LabelComponent, LinkComponent, ListContainer, LoadingComponent, MenuList, MessageComponent, MessageQuestionComponent, MuteLabel, PanelContainer, PanelWrapper, type PartialBy, PopupComponent, ReactPortalComponent, SelectComponent, SingleFormContainer, type TActionMeta, type TCSSObject, type TCSSObjectWithLabel, type TChangeEvent, type TChannel, type TCloseDropdownFunction, type TControlProps, type TCustomStyles, type TDragEvent, type TDropdown, type TEnterEvent, type TFile, type TFileImage, type TGroupBase, type THierarchy, type TIdNum, type TIdStr, type TKeyboadEvent, type TLoadOption, type TMessage, type TMessageFunction, type TMessageQuestion, type TMessageQuestionFunction, type TMouseEvent, type TObject, type TOnChangeValue, type TOnChangeValueFalse, type TOption, type TOptionProps, type TPage, type TPopup, type TPopupContainer, type TPopupFunction, type TPopupFunctionGroup, type TPopupFunctionParam, type TPopupOpenFunction, type TSelectAsyncPaginate, type TState, type TUser, TabsContainer, TabsContent, TextAreaComponent, TextAreaWithRefComponent as TextAreaRefComponent, TextComponent, Title, UploadComponent, UploadDragDropComponent, type WithRequired, boxBase, capitalize, clearList, currencyNumber, debounce, dropBase, elipsis, evUpdateInputRc, formLabel, formatNumber, generateMessage, generateMessageQuestion, getStorage, headTable, multiElipsis, removeStorage, responseWidth, setStorage, thirdElipsis };
526
+ export { ButtonComponent, CheckboxComponent, ContentLoaderAccountsList, ContentLoaderActivityList, ContentLoaderAddition, ContentLoaderAnalyticsMenu, ContentLoaderCategoryList, ContentLoaderChatAccounts, ContentLoaderChatMessages, ContentLoaderChatProducts, ContentLoaderChatStores, ContentLoaderDashboardCard, ContentLoaderEditBundle, ContentLoaderFilterCategories, ContentLoaderFilters, ContentLoaderInvoiceListPaymentreceiveDetail, ContentLoaderMasterBundleDetail, ContentLoaderMasterDetail, ContentLoaderMasterList, ContentLoaderMasterListingDetail, ContentLoaderNonOrderList, ContentLoaderNotifUpdate, ContentLoaderOneLinePromotion, ContentLoaderOnlyBodyDashboardCard, ContentLoaderOnlyBodyTableList, ContentLoaderOnlyHeaderTableList, ContentLoaderOrderDetail, ContentLoaderOrderList, ContentLoaderPagination, ContentLoaderPopupBundle, ContentLoaderPopupChooseStore, ContentLoaderPopupLinkedListing, ContentLoaderPopupListOrder, ContentLoaderPopupPaymentReceive, ContentLoaderPopupPaymentReceived, ContentLoaderPopupPicklist, ContentLoaderPopupReadyToShip, ContentLoaderPopupStoreSelect, ContentLoaderPromotionHover, ContentLoaderReportingDashboard, ContentLoaderSetting, ContentLoaderTableList, DropDownComponent as DropdownComponent, ErrorComponent, FoContainer, FormContainer, HeaderContainer, IconComponent, ImageComponent, InfoGroup, InputComponent, InputGroup, InputWithRefComponent as InputRefComponent, type KeysToSnakeCase, LabelComponent, LinkComponent, ListContainer, LoadingComponent, MenuList, MessageComponent, MessageQuestionComponent, MuteLabel, PanelContainer, PanelWrapper, type PartialBy, PopupComponent, ReactPortalComponent, SelectComponent, SingleFormContainer, type TActionMeta, type TCSSObject, type TCSSObjectWithLabel, type TChangeEvent, type TChannel, type TCloseDropdownFunction, type TControlProps, type TCustomStyles, type TDragEvent, type TDropdown, type TEnterEvent, type TFile, type TFileImage, type TGroupBase, type THierarchy, type TIdNum, type TIdStr, type TKeyboadEvent, type TLoadOption, type TMessage, type TMessageFunction, type TMessageQuestion, type TMessageQuestionFunction, type TMouseEvent, type TObject, type TOnChangeValue, type TOnChangeValueFalse, type TOption, type TOptionProps, type TPage, type TPopup, type TPopupContainer, type TPopupFunction, type TPopupFunctionGroup, type TPopupFunctionParam, type TPopupOpenFunction, type TSelectAsyncPaginate, type TState, type TUser, TabsContainer, TabsContent, TextAreaComponent, TextAreaWithRefComponent as TextAreaRefComponent, TextComponent, Title, UploadComponent, UploadDragDropComponent, type WithRequired, boxBase, capitalize, clearList, currencyNumber, debounce, dropBase, elipsis, evUpdateInputRc, formLabel, formatNumber, generateMessage, generateMessageQuestion, getSizeContainer, getStorage, headTable, multiElipsis, removeStorage, responseWidth, setStorage, thirdElipsis };