@antscorp/antsomi-ui 1.3.4 → 1.3.5-alpha.2
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/es/NoData-YEFUVA7W.png +0 -0
- package/es/antsomi_logo-6U3JIWR2.png +0 -0
- package/es/email-3Z5HREAK.png +0 -0
- package/es/english-TJ23IPIL.png +0 -0
- package/es/forgot_password-BYMDOUF6.png +0 -0
- package/es/img-account-big-FLEY3BFC.png +0 -0
- package/es/index.css +2 -0
- package/es/index.css.map +7 -0
- package/es/index.js +11432 -1
- package/es/index.js.map +7 -0
- package/es/ip14-pro-camera-2N7D4F32.png +0 -0
- package/es/ip14-pro-mobile-frame-TGCORDIF.png +0 -0
- package/es/iphone-UFRGHZ7Z.png +0 -0
- package/es/iphone-top-bar-VBNVVAHK.png +0 -0
- package/es/loginStep2-ILNBDVMI.png +0 -0
- package/es/profile-BB3KGKQV.png +0 -0
- package/es/recommendation-human-XUL74MY5.png +0 -0
- package/es/skeleton-background-SVRPY3EY.png +0 -0
- package/es/stars_slider-OSMFIUUX.png +0 -0
- package/es/step1-2RUSJSCG.png +0 -0
- package/es/step2-C7HFR6GQ.png +0 -0
- package/es/tail-KO6WZAV5.png +0 -0
- package/es/types/__tests__/fileMock.test.d.ts +2 -0
- package/es/types/components/atoms/Alert/Alert.d.ts +9 -0
- package/es/types/components/atoms/Button/Button.d.ts +2 -0
- package/es/types/components/atoms/Button/index.d.ts +1 -0
- package/es/types/components/atoms/ContentEditable/ContentEditable.d.ts +16 -0
- package/es/types/components/atoms/ContentEditable/index.d.ts +1 -0
- package/es/types/components/atoms/ContentEditable/styled.d.ts +4 -0
- package/es/types/components/atoms/Empty/Empty.d.ts +6 -0
- package/es/types/components/atoms/Flex/Flex.d.ts +2 -0
- package/es/types/components/atoms/Flex/index.d.ts +2 -0
- package/es/types/components/atoms/Icon/index.d.ts +10 -0
- package/es/types/components/atoms/Iframe/Iframe.d.ts +4 -0
- package/es/types/components/atoms/Iframe/index.d.ts +1 -0
- package/es/types/components/atoms/Input/Input.d.ts +35 -0
- package/es/types/components/atoms/Input/styled.d.ts +17 -0
- package/es/types/components/atoms/InputDynamic/EditCaretPositioning.d.ts +2 -0
- package/es/types/components/atoms/InputDynamic/InputDynamic.d.ts +10 -0
- package/es/types/components/atoms/InputDynamic/PopupShortLink.d.ts +16 -0
- package/es/types/components/atoms/InputDynamic/constants.d.ts +71 -0
- package/es/types/components/atoms/InputDynamic/index.d.ts +2 -0
- package/es/types/components/atoms/InputDynamic/styled.d.ts +13 -0
- package/es/types/components/atoms/InputDynamic/types.d.ts +125 -0
- package/es/types/components/atoms/InputDynamic/utils.d.ts +30 -0
- package/es/types/components/atoms/InputNumber/InputNumber.d.ts +7 -0
- package/es/types/components/atoms/InputNumber/index.d.ts +1 -0
- package/es/types/components/atoms/MobileFrame/MobileFrame.d.ts +6 -0
- package/es/types/components/atoms/MobileFrame/constants.d.ts +4 -0
- package/es/types/components/atoms/MobileFrame/index.d.ts +2 -0
- package/es/types/components/atoms/MobileFrame/styled.d.ts +4 -0
- package/es/types/components/atoms/MobileFrameV2/MobileFrameV2.d.ts +4 -0
- package/es/types/components/atoms/MobileFrameV2/constants.d.ts +10 -0
- package/es/types/components/atoms/MobileFrameV2/index.d.ts +2 -0
- package/es/types/components/atoms/MobileFrameV2/styled.d.ts +3 -0
- package/es/types/components/atoms/Pagination/index.d.ts +2 -0
- package/es/types/components/atoms/Popover/index.d.ts +2 -0
- package/es/types/components/atoms/Popover/styled.d.ts +4 -0
- package/es/types/components/atoms/PreviewTabs/PreviewTabs.d.ts +7 -0
- package/es/types/components/atoms/PreviewTabs/index.d.ts +2 -0
- package/es/types/components/atoms/PreviewTabs/styled.d.ts +6 -0
- package/es/types/components/atoms/Rate/Rate.d.ts +1 -0
- package/es/types/components/atoms/RateV2/RateV2.d.ts +18 -0
- package/es/types/components/atoms/RateV2/index.d.ts +1 -0
- package/es/types/components/atoms/ReactIframe/ReactIframe.d.ts +3 -0
- package/es/types/components/atoms/ReactIframe/index.d.ts +2 -0
- package/es/types/components/atoms/ReactIframe/styled.d.ts +1 -0
- package/es/types/components/atoms/ReactIframe/types.d.ts +10 -0
- package/es/types/components/atoms/RequiredLabel/index.d.ts +8 -0
- package/es/types/components/atoms/RequiredLabel/styled.d.ts +1 -0
- package/es/types/components/atoms/Scrollbars/Scrollbars.d.ts +5 -0
- package/es/types/components/atoms/Scrollbars/index.d.ts +2 -0
- package/es/types/components/atoms/Scrollbars/styled.d.ts +4 -0
- package/es/types/components/atoms/SlideBar/SlideBar.d.ts +34 -0
- package/es/types/components/atoms/SlideBar/constants.d.ts +10 -0
- package/es/types/components/atoms/SlideBar/index.d.ts +1 -0
- package/es/types/components/atoms/SlideBar/styled.d.ts +20 -0
- package/es/types/components/atoms/Slider/index.d.ts +6 -0
- package/es/types/components/atoms/SliderV2/index.d.ts +6 -0
- package/es/types/components/atoms/Spin/Spin.d.ts +12 -0
- package/es/types/components/atoms/Steps/Steps.d.ts +7 -0
- package/es/types/components/atoms/Steps/styled.d.ts +9 -0
- package/es/types/components/atoms/Switch/Switch.d.ts +3 -0
- package/es/types/components/atoms/Switch/index.d.ts +2 -0
- package/es/types/components/atoms/Tag/Tag.d.ts +2 -0
- package/es/types/components/atoms/index.d.ts +47 -0
- package/es/types/components/icons/AccountCircleIcon.d.ts +3 -0
- package/es/types/components/icons/AccountCircleOutlineIcon.d.ts +3 -0
- package/es/types/components/icons/AccountSharing30Icon.d.ts +3 -0
- package/es/types/components/icons/AccountSharingIcon.d.ts +3 -0
- package/es/types/components/icons/AccountTreeIcon.d.ts +3 -0
- package/es/types/components/icons/Accounts30Icon.d.ts +3 -0
- package/es/types/components/icons/AddChartIcon.d.ts +3 -0
- package/es/types/components/icons/AddFolderIcon.d.ts +3 -0
- package/es/types/components/icons/AddIcon.d.ts +3 -0
- package/es/types/components/icons/AddRadiusIcon.d.ts +3 -0
- package/es/types/components/icons/AddShoppingCartIcon.d.ts +3 -0
- package/es/types/components/icons/AdjustIcon.d.ts +3 -0
- package/es/types/components/icons/AllDevicesIcon.d.ts +3 -0
- package/es/types/components/icons/AllJourneyChannelsIcon.d.ts +3 -0
- package/es/types/components/icons/AnalyticModels30Icon.d.ts +3 -0
- package/es/types/components/icons/AnalyticModelsIcon.d.ts +3 -0
- package/es/types/components/icons/Analytics30Icon.d.ts +3 -0
- package/es/types/components/icons/AnalyticsIcon.d.ts +3 -0
- package/es/types/components/icons/AnlysisIcon.d.ts +3 -0
- package/es/types/components/icons/AnlyticModelsIcon.d.ts +3 -0
- package/es/types/components/icons/ArrowGrowIcon.d.ts +3 -0
- package/es/types/components/icons/ArrowLineIcon.d.ts +3 -0
- package/es/types/components/icons/AssignmentIndIcon.d.ts +3 -0
- package/es/types/components/icons/AttachmentIcon.d.ts +3 -0
- package/es/types/components/icons/AudioRecordIcon.d.ts +3 -0
- package/es/types/components/icons/BatchStreaming30Icon.d.ts +3 -0
- package/es/types/components/icons/BatchStreamingIcon.d.ts +3 -0
- package/es/types/components/icons/BlockIcon.d.ts +3 -0
- package/es/types/components/icons/BudLightIcon.d.ts +3 -0
- package/es/types/components/icons/BugIcon.d.ts +3 -0
- package/es/types/components/icons/BusinessObjects30Icon.d.ts +3 -0
- package/es/types/components/icons/BussinessObjectsIcon.d.ts +3 -0
- package/es/types/components/icons/ByDayIcon.d.ts +3 -0
- package/es/types/components/icons/ByMonthIcon.d.ts +3 -0
- package/es/types/components/icons/ByScheduleIcon.d.ts +3 -0
- package/es/types/components/icons/ByThreeDayIcon.d.ts +3 -0
- package/es/types/components/icons/ByWeekIcon.d.ts +3 -0
- package/es/types/components/icons/CalendarIcon.d.ts +3 -0
- package/es/types/components/icons/CallIcon.d.ts +3 -0
- package/es/types/components/icons/CameraIcon.d.ts +3 -0
- package/es/types/components/icons/CampaignIcon.d.ts +3 -0
- package/es/types/components/icons/CampaignMenuIcon.d.ts +3 -0
- package/es/types/components/icons/CaptureIcon.d.ts +3 -0
- package/es/types/components/icons/CatalogIcon.d.ts +3 -0
- package/es/types/components/icons/CategoryIcon.d.ts +3 -0
- package/es/types/components/icons/ChartRealTimeIcon.d.ts +3 -0
- package/es/types/components/icons/ChartReviewIcon.d.ts +3 -0
- package/es/types/components/icons/ChartTypeIcon.d.ts +3 -0
- package/es/types/components/icons/ChatBubbleOutlineIcon.d.ts +3 -0
- package/es/types/components/icons/ChatConversationCommentAddCommentIcon.d.ts +3 -0
- package/es/types/components/icons/ChatMentionIcon.d.ts +3 -0
- package/es/types/components/icons/ChatUnreadIcon.d.ts +3 -0
- package/es/types/components/icons/CheckSlimIcon.d.ts +3 -0
- package/es/types/components/icons/CheckboxChecked5RadiusIcon.d.ts +3 -0
- package/es/types/components/icons/CheckboxCheckedIcon.d.ts +3 -0
- package/es/types/components/icons/CheckboxIndeterminate5RadiusIcon.d.ts +3 -0
- package/es/types/components/icons/CheckboxIndeterminateIcon.d.ts +3 -0
- package/es/types/components/icons/CheckboxUnchecked5RadiusIcon.d.ts +3 -0
- package/es/types/components/icons/CheckboxUncheckedIcon.d.ts +3 -0
- package/es/types/components/icons/ChecklistRtlIcon.d.ts +3 -0
- package/es/types/components/icons/CircleAddElementIcon.d.ts +3 -0
- package/es/types/components/icons/CircleNotificationsIcon.d.ts +3 -0
- package/es/types/components/icons/CloseIcon.d.ts +3 -0
- package/es/types/components/icons/CodeIcon.d.ts +3 -0
- package/es/types/components/icons/Collection30Icon.d.ts +3 -0
- package/es/types/components/icons/ColorProfileStyleThemeIcon.d.ts +3 -0
- package/es/types/components/icons/ColumnIcon.d.ts +3 -0
- package/es/types/components/icons/CommentIcon.d.ts +3 -0
- package/es/types/components/icons/CompareIcon.d.ts +3 -0
- package/es/types/components/icons/ComputationHistoriesIcon.d.ts +3 -0
- package/es/types/components/icons/ConfirmationNumberIcon.d.ts +3 -0
- package/es/types/components/icons/ConnectOneNIcon.d.ts +3 -0
- package/es/types/components/icons/ConnectOneOneIcon.d.ts +3 -0
- package/es/types/components/icons/Connectors30Icon.d.ts +3 -0
- package/es/types/components/icons/Content30Icon.d.ts +3 -0
- package/es/types/components/icons/ConversionEvent30Icon.d.ts +3 -0
- package/es/types/components/icons/ConversionIcon.d.ts +3 -0
- package/es/types/components/icons/CopyDuplicateIcon.d.ts +3 -0
- package/es/types/components/icons/CopyLinkActiveIcon.d.ts +3 -0
- package/es/types/components/icons/CopyLinkIcon.d.ts +3 -0
- package/es/types/components/icons/CropIcon.d.ts +3 -0
- package/es/types/components/icons/CursorIcon.d.ts +3 -0
- package/es/types/components/icons/CurvedConnectorIcon.d.ts +3 -0
- package/es/types/components/icons/CustomerIcon.d.ts +3 -0
- package/es/types/components/icons/CustomerJourney30Icon.d.ts +3 -0
- package/es/types/components/icons/CustomerJourneyIcon.d.ts +3 -0
- package/es/types/components/icons/Customers30Icon.d.ts +3 -0
- package/es/types/components/icons/Dashboard30Icon.d.ts +3 -0
- package/es/types/components/icons/DashboardIcon.d.ts +3 -0
- package/es/types/components/icons/DataDestination30Icon.d.ts +3 -0
- package/es/types/components/icons/DataDestinationIcon.d.ts +3 -0
- package/es/types/components/icons/DataEncryption30Icon.d.ts +3 -0
- package/es/types/components/icons/DataEncryptionIcon.d.ts +3 -0
- package/es/types/components/icons/DataIcon.d.ts +3 -0
- package/es/types/components/icons/DataRefreshIcon.d.ts +3 -0
- package/es/types/components/icons/DataSchema30Icon.d.ts +3 -0
- package/es/types/components/icons/DataSource30Icon.d.ts +3 -0
- package/es/types/components/icons/DataView30Icon.d.ts +3 -0
- package/es/types/components/icons/DataViewIcon.d.ts +3 -0
- package/es/types/components/icons/Dataflows30Icon.d.ts +3 -0
- package/es/types/components/icons/DatasourceIcon.d.ts +3 -0
- package/es/types/components/icons/DatasourceSegment30Icon.d.ts +3 -0
- package/es/types/components/icons/DeleteRemoveTrashIcon.d.ts +3 -0
- package/es/types/components/icons/DeliveryLogIcon.d.ts +3 -0
- package/es/types/components/icons/DesktopLaptopIcon.d.ts +3 -0
- package/es/types/components/icons/DesktopWindowsIcon.d.ts +3 -0
- package/es/types/components/icons/Destination130Icon.d.ts +3 -0
- package/es/types/components/icons/Destinations30Icon.d.ts +3 -0
- package/es/types/components/icons/DestinationsIcon.d.ts +3 -0
- package/es/types/components/icons/Diagram30Icon.d.ts +3 -0
- package/es/types/components/icons/DiagramIcon.d.ts +3 -0
- package/es/types/components/icons/DirectoriesIcon.d.ts +3 -0
- package/es/types/components/icons/DisplayMonitorScreenIcon.d.ts +3 -0
- package/es/types/components/icons/DomainManagementIcon.d.ts +3 -0
- package/es/types/components/icons/DownloadIcon.d.ts +3 -0
- package/es/types/components/icons/DraftDocumentIcon.d.ts +3 -0
- package/es/types/components/icons/DuplicateIcon.d.ts +3 -0
- package/es/types/components/icons/DynamicFormIcon.d.ts +3 -0
- package/es/types/components/icons/DynamicImageIcon.d.ts +3 -0
- package/es/types/components/icons/DynamicTextIcon.d.ts +3 -0
- package/es/types/components/icons/EditIcon.d.ts +3 -0
- package/es/types/components/icons/ElbowConnectorIcon.d.ts +3 -0
- package/es/types/components/icons/EmailTemplate30Icon.d.ts +3 -0
- package/es/types/components/icons/EmailTemplateIcon.d.ts +3 -0
- package/es/types/components/icons/EmailTemplateMenuIcon.d.ts +3 -0
- package/es/types/components/icons/EmojiEmotionsIcon.d.ts +3 -0
- package/es/types/components/icons/EventAttribute30Icon.d.ts +3 -0
- package/es/types/components/icons/EventAttributeIcon.d.ts +3 -0
- package/es/types/components/icons/EventIcon.d.ts +3 -0
- package/es/types/components/icons/EventSources30Icon.d.ts +3 -0
- package/es/types/components/icons/EventSourcesIcon.d.ts +3 -0
- package/es/types/components/icons/ExcludePeopleIcon.d.ts +3 -0
- package/es/types/components/icons/ExitFullScreenIcon.d.ts +3 -0
- package/es/types/components/icons/ExitLogOutIcon.d.ts +3 -0
- package/es/types/components/icons/ExpandLessIcon.d.ts +3 -0
- package/es/types/components/icons/ExpandMoreIcon.d.ts +3 -0
- package/es/types/components/icons/ExpandMoreRightIcon.d.ts +3 -0
- package/es/types/components/icons/ExpandViewFullIcon.d.ts +3 -0
- package/es/types/components/icons/ExploreBuiltIn30Icon.d.ts +3 -0
- package/es/types/components/icons/ExploreBuiltInIcon.d.ts +3 -0
- package/es/types/components/icons/ExploreIcon.d.ts +3 -0
- package/es/types/components/icons/ExploreSegmentData30Icon.d.ts +3 -0
- package/es/types/components/icons/ExploreStandard30Icon.d.ts +3 -0
- package/es/types/components/icons/ExploreStandardIcon.d.ts +3 -0
- package/es/types/components/icons/ExportHtmlIcon.d.ts +3 -0
- package/es/types/components/icons/ExportMenuIcon.d.ts +3 -0
- package/es/types/components/icons/ExtendValueIcon.d.ts +3 -0
- package/es/types/components/icons/FactCheckIcon.d.ts +3 -0
- package/es/types/components/icons/FileDownloadIcon.d.ts +3 -0
- package/es/types/components/icons/FileTransferIcon.d.ts +3 -0
- package/es/types/components/icons/FileUpload1Icon.d.ts +3 -0
- package/es/types/components/icons/FileUploadIcon.d.ts +3 -0
- package/es/types/components/icons/FilterIcon.d.ts +3 -0
- package/es/types/components/icons/FolderCreateNewFolderIcon.d.ts +3 -0
- package/es/types/components/icons/FolderShareIcon.d.ts +3 -0
- package/es/types/components/icons/FolderUploadIcon.d.ts +3 -0
- package/es/types/components/icons/ForceRunIcon.d.ts +3 -0
- package/es/types/components/icons/ForecastIcon.d.ts +3 -0
- package/es/types/components/icons/Form30Icon.d.ts +3 -0
- package/es/types/components/icons/ForwardIcon.d.ts +3 -0
- package/es/types/components/icons/FreeDrawIcon.d.ts +3 -0
- package/es/types/components/icons/FullReviewIcon.d.ts +3 -0
- package/es/types/components/icons/GPTIcon.d.ts +3 -0
- package/es/types/components/icons/GalleryTemplateIcon.d.ts +3 -0
- package/es/types/components/icons/GeneralSettingIcon.d.ts +3 -0
- package/es/types/components/icons/GeneralSettings30Icon.d.ts +3 -0
- package/es/types/components/icons/GenerateAutoWizardIcon.d.ts +3 -0
- package/es/types/components/icons/Geofence30Icon.d.ts +3 -0
- package/es/types/components/icons/GetInsightIcon.d.ts +3 -0
- package/es/types/components/icons/GridViewIcon.d.ts +3 -0
- package/es/types/components/icons/GroupIcon.d.ts +3 -0
- package/es/types/components/icons/GroupLayerIcon.d.ts +3 -0
- package/es/types/components/icons/HeartFavoriteBorderIcon.d.ts +3 -0
- package/es/types/components/icons/HeartFavoriteIcon.d.ts +3 -0
- package/es/types/components/icons/HelpIcon.d.ts +3 -0
- package/es/types/components/icons/HighlightAltIcon.d.ts +3 -0
- package/es/types/components/icons/HighlightIcon.d.ts +3 -0
- package/es/types/components/icons/HomeHouse30Icon.d.ts +3 -0
- package/es/types/components/icons/HomeIcon.d.ts +3 -0
- package/es/types/components/icons/HowToRegIcon.d.ts +3 -0
- package/es/types/components/icons/IdeaIcon.d.ts +3 -0
- package/es/types/components/icons/ImageIcon.d.ts +3 -0
- package/es/types/components/icons/InactiveIcon.d.ts +3 -0
- package/es/types/components/icons/InactiveVariantIcon.d.ts +3 -0
- package/es/types/components/icons/IncludePeopleIcon.d.ts +3 -0
- package/es/types/components/icons/IncreaseDecreaseIcon.d.ts +3 -0
- package/es/types/components/icons/Integration30Icon.d.ts +3 -0
- package/es/types/components/icons/InteractiveIcon.d.ts +3 -0
- package/es/types/components/icons/InvisibleIcon.d.ts +3 -0
- package/es/types/components/icons/InvitePeopleIcon.d.ts +3 -0
- package/es/types/components/icons/IssueBugIcon.d.ts +3 -0
- package/es/types/components/icons/JourneyTactic30Icon.d.ts +3 -0
- package/es/types/components/icons/JourneyTacticIcon.d.ts +3 -0
- package/es/types/components/icons/LayerIcon.d.ts +3 -0
- package/es/types/components/icons/LazyIcon/LazyIcon.d.ts +352 -0
- package/es/types/components/icons/LazyIcon/index.d.ts +1 -0
- package/es/types/components/icons/LeftExpandIcon.d.ts +3 -0
- package/es/types/components/icons/LibraryIcon.d.ts +3 -0
- package/es/types/components/icons/LineIcon.d.ts +3 -0
- package/es/types/components/icons/LinkManagement30Icon.d.ts +3 -0
- package/es/types/components/icons/LinkManagementIcon.d.ts +3 -0
- package/es/types/components/icons/ListIcon.d.ts +3 -0
- package/es/types/components/icons/LoadingIcon.d.ts +5 -0
- package/es/types/components/icons/LocalMallIcon.d.ts +3 -0
- package/es/types/components/icons/MapIcon.d.ts +3 -0
- package/es/types/components/icons/MarkAsReadIcon.d.ts +3 -0
- package/es/types/components/icons/MarketingHub30Icon.d.ts +3 -0
- package/es/types/components/icons/MediaGalleryIcon.d.ts +3 -0
- package/es/types/components/icons/MediaTemplate30Icon.d.ts +3 -0
- package/es/types/components/icons/MediaTemplateIcon.d.ts +3 -0
- package/es/types/components/icons/MediaTemplateMenuIcon.d.ts +3 -0
- package/es/types/components/icons/Menu30Icon.d.ts +3 -0
- package/es/types/components/icons/MenuCollapseIcon.d.ts +3 -0
- package/es/types/components/icons/MenuExpandIcon.d.ts +3 -0
- package/es/types/components/icons/MenuImageMultiIcon.d.ts +3 -0
- package/es/types/components/icons/MenuImageSingleIcon.d.ts +3 -0
- package/es/types/components/icons/MergeIcon.d.ts +3 -0
- package/es/types/components/icons/MobileFriendlyIcon.d.ts +3 -0
- package/es/types/components/icons/MobilePhoneIcon.d.ts +3 -0
- package/es/types/components/icons/MonitorAppIcon.d.ts +3 -0
- package/es/types/components/icons/MoreIcon.d.ts +3 -0
- package/es/types/components/icons/MoreInfoIcon.d.ts +3 -0
- package/es/types/components/icons/MoveToIcon.d.ts +3 -0
- package/es/types/components/icons/MuteIcon.d.ts +3 -0
- package/es/types/components/icons/NodeViewIcon.d.ts +3 -0
- package/es/types/components/icons/NotificationIcon.d.ts +3 -0
- package/es/types/components/icons/NotificationSettingIcon.d.ts +3 -0
- package/es/types/components/icons/NotificationsActiveIcon.d.ts +3 -0
- package/es/types/components/icons/OpenNewTabIcon.d.ts +3 -0
- package/es/types/components/icons/OpenUrlIcon.d.ts +3 -0
- package/es/types/components/icons/OrchestrationIcon.d.ts +3 -0
- package/es/types/components/icons/PageArticleIcon.d.ts +3 -0
- package/es/types/components/icons/PauseIcon.d.ts +3 -0
- package/es/types/components/icons/PaymentIcon.d.ts +3 -0
- package/es/types/components/icons/PenDrawingIcon.d.ts +3 -0
- package/es/types/components/icons/PersonAddDisabledIcon.d.ts +3 -0
- package/es/types/components/icons/PersonUserAccountIcon.d.ts +3 -0
- package/es/types/components/icons/PhoneCallbackIcon.d.ts +3 -0
- package/es/types/components/icons/PivotTableChartIcon.d.ts +3 -0
- package/es/types/components/icons/PlaneIcon.d.ts +3 -0
- package/es/types/components/icons/Plannings30Icon.d.ts +3 -0
- package/es/types/components/icons/Predictive30Icon.d.ts +3 -0
- package/es/types/components/icons/PredictiveModel30Icon.d.ts +3 -0
- package/es/types/components/icons/PredictiveModelIcon.d.ts +3 -0
- package/es/types/components/icons/PreviewIcon.d.ts +3 -0
- package/es/types/components/icons/PreviewVisibilityEyeIcon.d.ts +3 -0
- package/es/types/components/icons/ProcessHistoryIcon.d.ts +3 -0
- package/es/types/components/icons/ProfileTemplate30Icon.d.ts +3 -0
- package/es/types/components/icons/ProfileTemplateIcon.d.ts +3 -0
- package/es/types/components/icons/ProjectIcon.d.ts +3 -0
- package/es/types/components/icons/PromotionCenter30Icon.d.ts +3 -0
- package/es/types/components/icons/PromotionCenterIcon.d.ts +3 -0
- package/es/types/components/icons/Providers30Icon.d.ts +3 -0
- package/es/types/components/icons/PublicIcon.d.ts +3 -0
- package/es/types/components/icons/PublishSendIcon.d.ts +3 -0
- package/es/types/components/icons/QueryIcon.d.ts +3 -0
- package/es/types/components/icons/QuickTestIcon.d.ts +3 -0
- package/es/types/components/icons/RatingStarBorderIcon.d.ts +3 -0
- package/es/types/components/icons/RatingStarFullIcon.d.ts +3 -0
- package/es/types/components/icons/RatingStarHalfIcon.d.ts +3 -0
- package/es/types/components/icons/RealtimeStreaming30Icon.d.ts +3 -0
- package/es/types/components/icons/RealtimeStreamingIcon.d.ts +3 -0
- package/es/types/components/icons/RecentHistoryVersionHistoryIcon.d.ts +3 -0
- package/es/types/components/icons/RectangleIcon.d.ts +3 -0
- package/es/types/components/icons/RedeemIcon.d.ts +3 -0
- package/es/types/components/icons/RedoIcon.d.ts +3 -0
- package/es/types/components/icons/RefreshIcon.d.ts +3 -0
- package/es/types/components/icons/RemoveRedEyeIcon.d.ts +3 -0
- package/es/types/components/icons/RemoveShoppingCartIcon.d.ts +3 -0
- package/es/types/components/icons/ReportIcon.d.ts +3 -0
- package/es/types/components/icons/RequestIcon.d.ts +3 -0
- package/es/types/components/icons/RequiredIcon.d.ts +3 -0
- package/es/types/components/icons/ResendValidateEmailIcon.d.ts +3 -0
- package/es/types/components/icons/RestoreDefaultIcon.d.ts +3 -0
- package/es/types/components/icons/ResumeIcon.d.ts +3 -0
- package/es/types/components/icons/RightExpandIcon.d.ts +3 -0
- package/es/types/components/icons/Role30Icon.d.ts +3 -0
- package/es/types/components/icons/SQLWorkspace30Icon.d.ts +3 -0
- package/es/types/components/icons/SaveAsIcon.d.ts +3 -0
- package/es/types/components/icons/SaveIcon.d.ts +3 -0
- package/es/types/components/icons/ScheduleEmailDeliveryIcon.d.ts +3 -0
- package/es/types/components/icons/ScreenshotMonitorIcon.d.ts +3 -0
- package/es/types/components/icons/SearchIcon.d.ts +3 -0
- package/es/types/components/icons/SectionIcon.d.ts +3 -0
- package/es/types/components/icons/Segments30Icon.d.ts +3 -0
- package/es/types/components/icons/SegmentsIcon.d.ts +3 -0
- package/es/types/components/icons/SendTranscriptIcon.d.ts +3 -0
- package/es/types/components/icons/SettingIcon.d.ts +3 -0
- package/es/types/components/icons/ShapeCircleIcon.d.ts +3 -0
- package/es/types/components/icons/ShapeSquareIcon.d.ts +3 -0
- package/es/types/components/icons/ShareIcon.d.ts +3 -0
- package/es/types/components/icons/ShareWithMeAccountIcon.d.ts +3 -0
- package/es/types/components/icons/ShoppingBagIcon.d.ts +3 -0
- package/es/types/components/icons/ShoppingCartIcon.d.ts +3 -0
- package/es/types/components/icons/ShowLeftPanelIcon.d.ts +3 -0
- package/es/types/components/icons/ShowRightPanelIcon.d.ts +3 -0
- package/es/types/components/icons/SignatureIcon.d.ts +3 -0
- package/es/types/components/icons/SlideGroupIcon.d.ts +3 -0
- package/es/types/components/icons/Sort1Icon.d.ts +3 -0
- package/es/types/components/icons/SortIcon.d.ts +3 -0
- package/es/types/components/icons/SqlWorkspaceIcon.d.ts +3 -0
- package/es/types/components/icons/StatisticIcon.d.ts +3 -0
- package/es/types/components/icons/StickerIcon.d.ts +3 -0
- package/es/types/components/icons/StopRecordIcon.d.ts +3 -0
- package/es/types/components/icons/StoreIcon.d.ts +3 -0
- package/es/types/components/icons/StudioTemplates30Icon.d.ts +3 -0
- package/es/types/components/icons/SubtractRadiusIcon.d.ts +3 -0
- package/es/types/components/icons/SupportAssistantIcon.d.ts +3 -0
- package/es/types/components/icons/Survey30Icon.d.ts +3 -0
- package/es/types/components/icons/SurveyDirectorProfileIcon.d.ts +3 -0
- package/es/types/components/icons/SurveyIcon.d.ts +3 -0
- package/es/types/components/icons/SurveyProject30Icon.d.ts +3 -0
- package/es/types/components/icons/SystemRunningIcon.d.ts +3 -0
- package/es/types/components/icons/TabGroupIcon.d.ts +3 -0
- package/es/types/components/icons/TableIcon.d.ts +3 -0
- package/es/types/components/icons/TableVer2Icon.d.ts +3 -0
- package/es/types/components/icons/TextIcon.d.ts +3 -0
- package/es/types/components/icons/ThirdPartyPluginV130Icon.d.ts +3 -0
- package/es/types/components/icons/ThirdPartyPluginV230Icon.d.ts +3 -0
- package/es/types/components/icons/ThumbDownHandIcon.d.ts +3 -0
- package/es/types/components/icons/ThumbUpHandIcon.d.ts +3 -0
- package/es/types/components/icons/Ticket30Icon.d.ts +3 -0
- package/es/types/components/icons/TicketIcon.d.ts +3 -0
- package/es/types/components/icons/TimeIcon.d.ts +3 -0
- package/es/types/components/icons/TipsAndUpdatesIcon.d.ts +3 -0
- package/es/types/components/icons/TipsIdeaLight24Icon.d.ts +3 -0
- package/es/types/components/icons/TipsIdeaLight30Icon.d.ts +3 -0
- package/es/types/components/icons/UnblockIcon.d.ts +3 -0
- package/es/types/components/icons/UndoIcon.d.ts +3 -0
- package/es/types/components/icons/Unknown30Icon.d.ts +3 -0
- package/es/types/components/icons/UploadIcon.d.ts +3 -0
- package/es/types/components/icons/UploadMenuIcon.d.ts +3 -0
- package/es/types/components/icons/UserAttributesIcon.d.ts +3 -0
- package/es/types/components/icons/UserIcon.d.ts +3 -0
- package/es/types/components/icons/ValidateFormatIcon.d.ts +3 -0
- package/es/types/components/icons/VariantPriorityIcon.d.ts +3 -0
- package/es/types/components/icons/VerticalDotsIcon.d.ts +3 -0
- package/es/types/components/icons/ViewColumnIcon.d.ts +3 -0
- package/es/types/components/icons/ViewDetailsInformationIcon.d.ts +3 -0
- package/es/types/components/icons/VisibilityOffEyeIcon.d.ts +3 -0
- package/es/types/components/icons/Visitor30Icon.d.ts +3 -0
- package/es/types/components/icons/VisitorIcon.d.ts +3 -0
- package/es/types/components/icons/WarningIcon.d.ts +3 -0
- package/es/types/components/icons/WebAssetIcon.d.ts +3 -0
- package/es/types/components/icons/WebIcon.d.ts +3 -0
- package/es/types/components/icons/WebPersonalizationIcon.d.ts +3 -0
- package/es/types/components/icons/WebhookIcon.d.ts +3 -0
- package/es/types/components/icons/WidgetIcon.d.ts +3 -0
- package/es/types/components/icons/WritingAIAssitantIcon.d.ts +3 -0
- package/es/types/components/icons/document/IconGallery.d.ts +12 -0
- package/es/types/components/icons/document/styled.d.ts +1 -0
- package/es/types/components/icons/hooks/useIcon.d.ts +5 -0
- package/es/types/components/icons/index.d.ts +347 -0
- package/es/types/components/icons/loadable.d.ts +7 -0
- package/es/types/components/icons/types/index.d.ts +4 -0
- package/es/types/components/index.d.ts +5 -0
- package/es/types/components/molecules/AccessDenied/AccessDenied.d.ts +11 -0
- package/es/types/components/molecules/AccessDenied/index.d.ts +1 -0
- package/es/types/components/molecules/AccessDenied/styled.d.ts +2 -0
- package/es/types/components/molecules/AccountSelection/AccountListing.d.ts +32 -0
- package/es/types/components/molecules/AccountSelection/AccountSelection.d.ts +14 -0
- package/es/types/components/molecules/AccountSelection/components/AccountItem.d.ts +10 -0
- package/es/types/components/molecules/AccountSelection/components/index.d.ts +1 -0
- package/es/types/components/molecules/AccountSelection/hooks/index.d.ts +1 -0
- package/es/types/components/molecules/AccountSelection/hooks/useAccountSelection.d.ts +23 -0
- package/es/types/components/molecules/AccountSelection/index.d.ts +3 -0
- package/es/types/components/molecules/AccountSelection/styled.d.ts +2 -0
- package/es/types/components/molecules/AddDynamicContent/AddDynamicContent.d.ts +35 -0
- package/es/types/components/molecules/AddDynamicContent/components/DisplayFormat/DisplayFormat.d.ts +12 -0
- package/es/types/components/molecules/AddDynamicContent/components/DisplayFormat/index.d.ts +3 -0
- package/es/types/components/molecules/AddDynamicContent/components/FormatDatetime/FormatDatetime.d.ts +19 -0
- package/es/types/components/molecules/AddDynamicContent/components/FormatDatetime/index.d.ts +1 -0
- package/es/types/components/molecules/AddDynamicContent/components/FormatNumber/FormatNumber.d.ts +52 -0
- package/es/types/components/molecules/AddDynamicContent/components/FormatNumber/index.d.ts +1 -0
- package/es/types/components/molecules/AddDynamicContent/components/index.d.ts +3 -0
- package/es/types/components/molecules/AddDynamicContent/constants.d.ts +118 -0
- package/es/types/components/molecules/AddDynamicContent/index.d.ts +2 -0
- package/es/types/components/molecules/AddDynamicContent/styled.d.ts +12 -0
- package/es/types/components/molecules/AddDynamicContent/types.d.ts +13 -0
- package/es/types/components/molecules/AddDynamicContent/utils.d.ts +41 -0
- package/es/types/components/molecules/AlignSetting/utils.d.ts +3 -0
- package/es/types/components/molecules/ApplyPopupContent/ApplyPopupContent.d.ts +17 -0
- package/es/types/components/molecules/ApplyPopupContent/index.d.ts +2 -0
- package/es/types/components/molecules/ApplyPopupContent/styled.d.ts +3 -0
- package/es/types/components/molecules/CalendarSelection/CalendarSelection.d.ts +3 -0
- package/es/types/components/molecules/CalendarSelection/actions.d.ts +55 -0
- package/es/types/components/molecules/CalendarSelection/components/AutoUpdateTo/AutoUpdateTo.d.ts +7 -0
- package/es/types/components/molecules/CalendarSelection/components/AutoUpdateTo/index.d.ts +1 -0
- package/es/types/components/molecules/CalendarSelection/components/AutoUpdateTo/styled.d.ts +1 -0
- package/es/types/components/molecules/CalendarSelection/components/CustomPicker/CustomPicker.d.ts +3 -0
- package/es/types/components/molecules/CalendarSelection/components/CustomPicker/index.d.ts +1 -0
- package/es/types/components/molecules/CalendarSelection/components/CustomPicker/styled.d.ts +6 -0
- package/es/types/components/molecules/CalendarSelection/components/CustomPicker/types.d.ts +1 -0
- package/es/types/components/molecules/CalendarSelection/components/Footer/Footer.d.ts +2 -0
- package/es/types/components/molecules/CalendarSelection/components/Footer/index.d.ts +1 -0
- package/es/types/components/molecules/CalendarSelection/components/Footer/styled.d.ts +1 -0
- package/es/types/components/molecules/CalendarSelection/components/RangePicker/RangePicker.d.ts +5 -0
- package/es/types/components/molecules/CalendarSelection/components/RangePicker/index.d.ts +1 -0
- package/es/types/components/molecules/CalendarSelection/components/RangePicker/styled.d.ts +5 -0
- package/es/types/components/molecules/CalendarSelection/components/RangeSelectOptions/RangeSelectOptions.d.ts +3 -0
- package/es/types/components/molecules/CalendarSelection/components/RangeSelectOptions/components/NumOfDaysRanges/NumOfDaysRanges.d.ts +2 -0
- package/es/types/components/molecules/CalendarSelection/components/RangeSelectOptions/components/NumOfDaysRanges/index.d.ts +1 -0
- package/es/types/components/molecules/CalendarSelection/components/RangeSelectOptions/components/Option/Option.d.ts +11 -0
- package/es/types/components/molecules/CalendarSelection/components/RangeSelectOptions/components/Option/index.d.ts +1 -0
- package/es/types/components/molecules/CalendarSelection/components/RangeSelectOptions/components/index.d.ts +2 -0
- package/es/types/components/molecules/CalendarSelection/components/RangeSelectOptions/index.d.ts +1 -0
- package/es/types/components/molecules/CalendarSelection/components/RangeSelectOptions/styled.d.ts +3 -0
- package/es/types/components/molecules/CalendarSelection/components/RangeSelectOptions/types.d.ts +1 -0
- package/es/types/components/molecules/CalendarSelection/components/TimeRangeDisplay/TimeRangeDisplay.d.ts +10 -0
- package/es/types/components/molecules/CalendarSelection/components/TimeRangeDisplay/index.d.ts +2 -0
- package/es/types/components/molecules/CalendarSelection/components/TimeRangeDisplay/styled.d.ts +1 -0
- package/es/types/components/molecules/CalendarSelection/components/index.d.ts +5 -0
- package/es/types/components/molecules/CalendarSelection/constants.d.ts +97 -0
- package/es/types/components/molecules/CalendarSelection/context.d.ts +4 -0
- package/es/types/components/molecules/CalendarSelection/hooks/index.d.ts +2 -0
- package/es/types/components/molecules/CalendarSelection/hooks/useStateContext.d.ts +4 -0
- package/es/types/components/molecules/CalendarSelection/hooks/useTriggerOut.d.ts +9 -0
- package/es/types/components/molecules/CalendarSelection/index.d.ts +56 -0
- package/es/types/components/molecules/CalendarSelection/reducer.d.ts +3 -0
- package/es/types/components/molecules/CalendarSelection/styled.d.ts +6 -0
- package/es/types/components/molecules/CalendarSelection/types.d.ts +98 -0
- package/es/types/components/molecules/CalendarSelection/utils.d.ts +52 -0
- package/es/types/components/molecules/CaptureScreen/CaptureScreen.d.ts +16 -0
- package/es/types/components/molecules/CaptureScreen/components/CommentBox/CommentBox.d.ts +17 -0
- package/es/types/components/molecules/CaptureScreen/components/Cursor/Cursor.d.ts +4 -0
- package/es/types/components/molecules/ChartTab/ChartTab.d.ts +19 -0
- package/es/types/components/molecules/ChartTab/components/Item.d.ts +16 -0
- package/es/types/components/molecules/ChartTab/components/styled.d.ts +3 -0
- package/es/types/components/molecules/ChartTab/styled.d.ts +1 -0
- package/es/types/components/molecules/ChatBox/ChatBoxInsight/ChatBox.d.ts +3 -0
- package/es/types/components/molecules/ChatBox/ChatBoxInsight/MessageItem.d.ts +5 -0
- package/es/types/components/molecules/ChatBox/ChatBoxInsight/QuestionItem.d.ts +7 -0
- package/es/types/components/molecules/ChatBox/ChatBoxInsight/constants.d.ts +11 -0
- package/es/types/components/molecules/ChatBox/ChatBoxInsight/index.d.ts +21 -0
- package/es/types/components/molecules/ChatBox/ChatBoxInsight/styled.d.ts +16 -0
- package/es/types/components/molecules/ChatBox/ChatBoxInsight/types.d.ts +36 -0
- package/es/types/components/molecules/ChatBox/ChatBoxInsight/utils.d.ts +2 -0
- package/es/types/components/molecules/ChatBox/QuestionItem.d.ts +7 -0
- package/es/types/components/molecules/ChatBox/constants.d.ts +11 -0
- package/es/types/components/molecules/ChatBox/index.d.ts +2 -0
- package/es/types/components/molecules/ChatBox/styled.d.ts +14 -0
- package/es/types/components/molecules/ChatBox/types.d.ts +35 -0
- package/es/types/components/molecules/ChatBox/utils.d.ts +2 -0
- package/es/types/components/molecules/Collapse/Collapse.d.ts +4 -0
- package/es/types/components/molecules/ColorPicker/ChromePicker/index.d.ts +1 -0
- package/es/types/components/molecules/ColorPicker/ChromePicker/styled.d.ts +1 -0
- package/es/types/components/molecules/ColorPicker/CustomPicker/styled.d.ts +9 -0
- package/es/types/components/molecules/ColorPicker/SketchPicker/styled.d.ts +1 -0
- package/es/types/components/molecules/ColorPicker/index.d.ts +14 -0
- package/es/types/components/molecules/ColorSetting/styled.d.ts +7 -0
- package/es/types/components/molecules/DatePicker/components/AdvancedPicker/AdvancedPicker.d.ts +34 -0
- package/es/types/components/molecules/DatePicker/components/AdvancedPicker/constants.d.ts +106 -0
- package/es/types/components/molecules/DatePicker/components/AdvancedPicker/styled.d.ts +13 -0
- package/es/types/components/molecules/DatePicker/components/AdvancedPicker/types.d.ts +36 -0
- package/es/types/components/molecules/DatePicker/components/AdvancedPicker/utils.d.ts +51 -0
- package/es/types/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.d.ts +26 -0
- package/es/types/components/molecules/DatePicker/components/AdvancedRangePicker/constants.d.ts +5 -0
- package/es/types/components/molecules/DatePicker/components/AdvancedRangePicker/types.d.ts +18 -0
- package/es/types/components/molecules/DatePicker/components/DropdownLabel/DropdownLabel.d.ts +13 -0
- package/es/types/components/molecules/DatePicker/components/ErrorMessage/ErrorMessage.d.ts +6 -0
- package/es/types/components/molecules/DatePickerV2/index.d.ts +9 -0
- package/es/types/components/molecules/DatePickerV2/styled.d.ts +1 -0
- package/es/types/components/molecules/Drawer/Drawer.d.ts +5 -0
- package/es/types/components/molecules/Drawer/index.d.ts +2 -0
- package/es/types/components/molecules/DrawerDetail/DrawerDetail.d.ts +3 -0
- package/es/types/components/molecules/DrawerDetail/components/ToggleDrawerSizeButton.d.ts +6 -0
- package/es/types/components/molecules/DrawerDetail/components/index.d.ts +1 -0
- package/es/types/components/molecules/DrawerDetail/constants.d.ts +14 -0
- package/es/types/components/molecules/DrawerDetail/index.d.ts +3 -0
- package/es/types/components/molecules/DrawerDetail/styled.d.ts +9 -0
- package/es/types/components/molecules/DrawerDetail/types.d.ts +29 -0
- package/es/types/components/molecules/Dropdown/Dropdown.d.ts +5 -0
- package/es/types/components/molecules/Dropdown/index.d.ts +2 -0
- package/es/types/components/molecules/Dropdown/styled.d.ts +6 -0
- package/es/types/components/molecules/Dropdown/types.d.ts +6 -0
- package/es/types/components/molecules/EditableName/EditableName.d.ts +19 -0
- package/es/types/components/molecules/EditableName/index.d.ts +1 -0
- package/es/types/components/molecules/EditableName/styled.d.ts +1 -0
- package/es/types/components/molecules/EditorScript/EditorScript.d.ts +15 -0
- package/es/types/components/molecules/EditorScript/index.d.ts +1 -0
- package/es/types/components/molecules/EditorScript/styled.d.ts +1 -0
- package/es/types/components/molecules/EditorTab/EditorTab.d.ts +37 -0
- package/es/types/components/molecules/EditorTab/index.d.ts +2 -0
- package/es/types/components/molecules/EditorTab/styled.d.ts +1 -0
- package/es/types/components/molecules/EmptyData/EmptyData.d.ts +16 -0
- package/es/types/components/molecules/EmptyData/constants.d.ts +6 -0
- package/es/types/components/molecules/EmptyData/index.d.ts +2 -0
- package/es/types/components/molecules/EmptyData/styled.d.ts +6 -0
- package/es/types/components/molecules/FontFamilySelect/constants.d.ts +307 -0
- package/es/types/components/molecules/FontFamilySelect/index.d.ts +17 -0
- package/es/types/components/molecules/FontSetting/constants.d.ts +3 -0
- package/es/types/components/molecules/FontSetting/index.d.ts +24 -0
- package/es/types/components/molecules/FontSetting/types.d.ts +22 -0
- package/es/types/components/molecules/FontWeightSelect/constants.d.ts +28 -0
- package/es/types/components/molecules/FontWeightSelect/index.d.ts +9 -0
- package/es/types/components/molecules/Form/Form.d.ts +1 -0
- package/es/types/components/molecules/Form/index.d.ts +1 -0
- package/es/types/components/molecules/GradientSetting/index.d.ts +36 -0
- package/es/types/components/molecules/GradientSetting/styled.d.ts +1 -0
- package/es/types/components/molecules/HeaderV2/HeaderV2.d.ts +48 -0
- package/es/types/components/molecules/HeaderV2/constants.d.ts +1 -0
- package/es/types/components/molecules/HeaderV2/index.d.ts +1 -0
- package/es/types/components/molecules/HeaderV2/styled.d.ts +4 -0
- package/es/types/components/molecules/IconSelection/constants.d.ts +56 -0
- package/es/types/components/molecules/IconSelection/styled.d.ts +8 -0
- package/es/types/components/molecules/ImageEditor/ImageEditor.d.ts +19 -0
- package/es/types/components/molecules/ImageEditor/components/ModalShortcut.d.ts +7 -0
- package/es/types/components/molecules/ImageEditor/constants.d.ts +37 -0
- package/es/types/components/molecules/ImageEditor/index.d.ts +1 -0
- package/es/types/components/molecules/ImageEditor/reducer.d.ts +85 -0
- package/es/types/components/molecules/ImageEditor/styled.d.ts +5 -0
- package/es/types/components/molecules/ImageEditor/types.d.ts +35 -0
- package/es/types/components/molecules/ImageEditor/utils.d.ts +23 -0
- package/es/types/components/molecules/ImageResizeTuiEditor/ImageResizeTuiEditor.d.ts +12 -0
- package/es/types/components/molecules/ImageResizeTuiEditor/index.d.ts +1 -0
- package/es/types/components/molecules/ImageResizeTuiEditor/types.d.ts +5 -0
- package/es/types/components/molecules/MatchAnySelect/MatchesAnySelect.d.ts +4 -0
- package/es/types/components/molecules/MatchAnySelect/components/ExtendValuePopup.d.ts +7 -0
- package/es/types/components/molecules/MatchAnySelect/constants.d.ts +3 -0
- package/es/types/components/molecules/MatchAnySelect/index.d.ts +3 -0
- package/es/types/components/molecules/MatchAnySelect/styled.d.ts +17 -0
- package/es/types/components/molecules/MatchAnySelect/types.d.ts +47 -0
- package/es/types/components/molecules/Modal/index.d.ts +2 -0
- package/es/types/components/molecules/Modal/styled.d.ts +15 -0
- package/es/types/components/molecules/ModalSelect/Card.d.ts +6 -0
- package/es/types/components/molecules/ModalSelect/ModalSelect.d.ts +3 -0
- package/es/types/components/molecules/ModalSelect/index.d.ts +8 -0
- package/es/types/components/molecules/ModalSelect/styled.d.ts +11 -0
- package/es/types/components/molecules/ModalSelect/types.d.ts +29 -0
- package/es/types/components/molecules/ModalV2/ModalV2.d.ts +5 -0
- package/es/types/components/molecules/ModalV2/index.d.ts +2 -0
- package/es/types/components/molecules/ModalV2/styled.d.ts +7 -0
- package/es/types/components/molecules/PreviewModal/PreviewModal.d.ts +7 -0
- package/es/types/components/molecules/PreviewModal/index.d.ts +2 -0
- package/es/types/components/molecules/PreviewModal/styled.d.ts +4 -0
- package/es/types/components/molecules/ProcessLoading/ProcessLoading.d.ts +13 -0
- package/es/types/components/molecules/ProcessLoading/index.d.ts +2 -0
- package/es/types/components/molecules/ProcessLoading/styled.d.ts +2 -0
- package/es/types/components/molecules/RequestAccess/RequestAccess.d.ts +15 -0
- package/es/types/components/molecules/RequestAccess/index.d.ts +1 -0
- package/es/types/components/molecules/RequestAccess/styled.d.ts +1 -0
- package/es/types/components/molecules/ResizeGrid/ResizeGrid.d.ts +3 -0
- package/es/types/components/molecules/ResizeGrid/components/Cell/Cell.d.ts +3 -0
- package/es/types/components/molecules/ResizeGrid/components/Cell/index.d.ts +1 -0
- package/es/types/components/molecules/ResizeGrid/components/Cell/styled.d.ts +3 -0
- package/es/types/components/molecules/ResizeGrid/constant.d.ts +35 -0
- package/es/types/components/molecules/ResizeGrid/index.d.ts +2 -0
- package/es/types/components/molecules/ResizeGrid/styled.d.ts +10 -0
- package/es/types/components/molecules/ResizeGrid/types.d.ts +150 -0
- package/es/types/components/molecules/RichMenu/RichMenuBlock/RichMenuBlock.d.ts +14 -0
- package/es/types/components/molecules/RichMenu/RichMenuBlock/RichMenuCell/index.d.ts +18 -0
- package/es/types/components/molecules/RichMenu/RichMenuBlock/RichMenuCell/styled.d.ts +20 -0
- package/es/types/components/molecules/RichMenu/RichMenuBlock/constants.d.ts +2 -0
- package/es/types/components/molecules/RichMenu/RichMenuBlock/index.d.ts +3 -0
- package/es/types/components/molecules/RichMenu/RichMenuBlock/styled.d.ts +9 -0
- package/es/types/components/molecules/RichMenu/RichMenuChatBar/RichMenuChatBar.d.ts +11 -0
- package/es/types/components/molecules/RichMenu/RichMenuChatBar/TypingChat/index.d.ts +6 -0
- package/es/types/components/molecules/RichMenu/RichMenuChatBar/TypingChat/styled.d.ts +4 -0
- package/es/types/components/molecules/RichMenu/RichMenuChatBar/index.d.ts +2 -0
- package/es/types/components/molecules/RichMenu/RichMenuChatBar/styled.d.ts +10 -0
- package/es/types/components/molecules/RichMenu/RichMenuMobileView/RichMenuMobileView.d.ts +17 -0
- package/es/types/components/molecules/RichMenu/RichMenuMobileView/index.d.ts +1 -0
- package/es/types/components/molecules/RichMenu/RichMenuMobileView/styled.d.ts +11 -0
- package/es/types/components/molecules/RichMenu/index.d.ts +3 -0
- package/es/types/components/molecules/SearchPopover/SearchPopover.d.ts +4 -0
- package/es/types/components/molecules/SearchPopover/components/PopoverAddField/PopoverAddField.d.ts +3 -0
- package/es/types/components/molecules/SearchPopover/components/PopoverAddField/index.d.ts +1 -0
- package/es/types/components/molecules/SearchPopover/components/PopoverSelect/PopoverSelect.d.ts +4 -0
- package/es/types/components/molecules/SearchPopover/components/PopoverSelect/index.d.ts +1 -0
- package/es/types/components/molecules/SearchPopover/components/index.d.ts +2 -0
- package/es/types/components/molecules/SearchPopover/constants.d.ts +27 -0
- package/es/types/components/molecules/SearchPopover/index.d.ts +3 -0
- package/es/types/components/molecules/SearchPopover/types.d.ts +30 -0
- package/es/types/components/molecules/SearchPopover/utils.d.ts +2 -0
- package/es/types/components/molecules/Select/Select.d.ts +17 -0
- package/es/types/components/molecules/Select/Test.d.ts +3 -0
- package/es/types/components/molecules/Select/styled.d.ts +4 -0
- package/es/types/components/molecules/SelectAccount/AccountChip.d.ts +13 -0
- package/es/types/components/molecules/SelectAccount/AccountItem.d.ts +11 -0
- package/es/types/components/molecules/SelectAccount/AccountItemOnlyOne.d.ts +10 -0
- package/es/types/components/molecules/SelectAccount/AccountList.d.ts +4 -0
- package/es/types/components/molecules/SelectAccount/AccountListOnlyOne.d.ts +3 -0
- package/es/types/components/molecules/SelectAccount/ButtonAdd.d.ts +3 -0
- package/es/types/components/molecules/SelectAccount/ButtonViewAll.d.ts +3 -0
- package/es/types/components/molecules/SelectAccount/Content.d.ts +2 -0
- package/es/types/components/molecules/SelectAccount/context/SelectAccountContext.d.ts +4 -0
- package/es/types/components/molecules/SelectAccount/context/index.d.ts +1 -0
- package/es/types/components/molecules/SelectAccount/context/reducer.d.ts +3 -0
- package/es/types/components/molecules/SelectAccount/hook/index.d.ts +1 -0
- package/es/types/components/molecules/SelectAccount/hook/useGetAbstractUsers.d.ts +11 -0
- package/es/types/components/molecules/SelectAccount/index.d.ts +4 -0
- package/es/types/components/molecules/SelectAccount/styled.d.ts +24 -0
- package/es/types/components/molecules/SelectAccount/type.d.ts +107 -0
- package/es/types/components/molecules/SelectAccount/utils.d.ts +1 -0
- package/es/types/components/molecules/SelectEventAttribute/index.d.ts +22 -0
- package/es/types/components/molecules/SelectEventAttribute/styled.d.ts +13 -0
- package/es/types/components/molecules/SelectMulti/index.d.ts +17 -0
- package/es/types/components/molecules/SelectMulti/styled.d.ts +11 -0
- package/es/types/components/molecules/SelectV2/index.d.ts +34 -0
- package/es/types/components/molecules/SelectV2/styled.d.ts +15 -0
- package/es/types/components/molecules/SettingWrapper/index.d.ts +12 -0
- package/es/types/components/molecules/SettingWrapperPopover/index.d.ts +16 -0
- package/es/types/components/molecules/ShareAccess/ShareAccess.d.ts +3 -0
- package/es/types/components/molecules/ShareAccess/actions.d.ts +22 -0
- package/es/types/components/molecules/ShareAccess/components/GeneralAccess/GeneralAccess.d.ts +5 -0
- package/es/types/components/molecules/ShareAccess/components/GeneralAccess/index.d.ts +1 -0
- package/es/types/components/molecules/ShareAccess/components/GeneralAccess/styled.d.ts +1 -0
- package/es/types/components/molecules/ShareAccess/components/LayoutContent/LayoutContent.d.ts +3 -0
- package/es/types/components/molecules/ShareAccess/components/LayoutContent/index.d.ts +1 -0
- package/es/types/components/molecules/ShareAccess/components/LayoutContent/styled.d.ts +1 -0
- package/es/types/components/molecules/ShareAccess/components/ModalTransferOwnerShip/ModalTransferOwnerShip.d.ts +2 -0
- package/es/types/components/molecules/ShareAccess/components/ModalTransferOwnerShip/styled.d.ts +7 -0
- package/es/types/components/molecules/ShareAccess/components/PeopleAccess/PeopleAccess.d.ts +5 -0
- package/es/types/components/molecules/ShareAccess/components/PeopleAccess/index.d.ts +1 -0
- package/es/types/components/molecules/ShareAccess/components/PeopleAccess/styled.d.ts +1 -0
- package/es/types/components/molecules/ShareAccess/components/SearchUser/SearchUser.d.ts +5 -0
- package/es/types/components/molecules/ShareAccess/components/SearchUser/index.d.ts +1 -0
- package/es/types/components/molecules/ShareAccess/components/SearchUser/styled.d.ts +2 -0
- package/es/types/components/molecules/ShareAccess/components/index.d.ts +1 -0
- package/es/types/components/molecules/ShareAccess/constants.d.ts +68 -0
- package/es/types/components/molecules/ShareAccess/context.d.ts +4 -0
- package/es/types/components/molecules/ShareAccess/hooks/index.d.ts +1 -0
- package/es/types/components/molecules/ShareAccess/hooks/useShareAccess.d.ts +19 -0
- package/es/types/components/molecules/ShareAccess/index.d.ts +3 -0
- package/es/types/components/molecules/ShareAccess/reducer.d.ts +2 -0
- package/es/types/components/molecules/ShareAccess/types.d.ts +65 -0
- package/es/types/components/molecules/ShareAccess/utils.d.ts +51 -0
- package/es/types/components/molecules/Tabs/Tabs.d.ts +6 -0
- package/es/types/components/molecules/TemplateSaveAs/TemplateSaveAs.d.ts +85 -0
- package/es/types/components/molecules/TemplateSaveAs/TemplateSaveAsModal.d.ts +10 -0
- package/es/types/components/molecules/TemplateSaveAs/components/Category/Category.d.ts +18 -0
- package/es/types/components/molecules/TemplateSaveAs/components/Category/index.d.ts +2 -0
- package/es/types/components/molecules/TemplateSaveAs/components/ImageSlider/BigImage.d.ts +14 -0
- package/es/types/components/molecules/TemplateSaveAs/components/ImageSlider/ImageSlider.d.ts +31 -0
- package/es/types/components/molecules/TemplateSaveAs/components/ImageSlider/SmallImage.d.ts +11 -0
- package/es/types/components/molecules/TemplateSaveAs/components/ImageSlider/index.d.ts +2 -0
- package/es/types/components/molecules/TemplateSaveAs/components/ImageSlider/styled.d.ts +9 -0
- package/es/types/components/molecules/TemplateSaveAs/components/index.d.ts +4 -0
- package/es/types/components/molecules/TemplateSaveAs/hooks/useTemplateSave.d.ts +73 -0
- package/es/types/components/molecules/TemplateSaveAs/index.d.ts +4 -0
- package/es/types/components/molecules/TemplateSaveAs/styled.d.ts +4 -0
- package/es/types/components/molecules/TextDecorationSelect/constants.d.ts +19 -0
- package/es/types/components/molecules/TextDecorationSelect/index.d.ts +15 -0
- package/es/types/components/molecules/TextTransformSelect/constants.d.ts +13 -0
- package/es/types/components/molecules/TextTransformSelect/index.d.ts +9 -0
- package/es/types/components/molecules/ThumbnailCard/ThumbnailCard.d.ts +6 -0
- package/es/types/components/molecules/ThumbnailCard/constants.d.ts +8 -0
- package/es/types/components/molecules/ThumbnailCard/index.d.ts +2 -0
- package/es/types/components/molecules/ThumbnailCard/styled.d.ts +5 -0
- package/es/types/components/molecules/ThumbnailCard/types.d.ts +39 -0
- package/es/types/components/molecules/Tree/Tree.d.ts +2 -0
- package/es/types/components/molecules/Tree/index.d.ts +1 -0
- package/es/types/components/molecules/TreeSelect/TreeSelect.d.ts +11 -0
- package/es/types/components/molecules/UploadImage/MediaIcon.d.ts +3 -0
- package/es/types/components/molecules/UploadImage/MediaThumb.d.ts +8 -0
- package/es/types/components/molecules/UploadImage/VideoThumbnail.d.ts +4 -0
- package/es/types/components/molecules/UploadImage/index.d.ts +38 -0
- package/es/types/components/molecules/UploadImage/utils.d.ts +3 -0
- package/es/types/components/molecules/VirtualizedMenu/VirtualizedMenu.d.ts +3 -0
- package/es/types/components/molecules/VirtualizedMenu/__mocks__/index.d.ts +2 -0
- package/es/types/components/molecules/VirtualizedMenu/components/Item/Item.d.ts +8 -0
- package/es/types/components/molecules/VirtualizedMenu/components/Item/index.d.ts +1 -0
- package/es/types/components/molecules/VirtualizedMenu/components/MenuInline/MenuInline.d.ts +3 -0
- package/es/types/components/molecules/VirtualizedMenu/components/MenuInline/index.d.ts +1 -0
- package/es/types/components/molecules/VirtualizedMenu/components/index.d.ts +2 -0
- package/es/types/components/molecules/VirtualizedMenu/config.d.ts +12 -0
- package/es/types/components/molecules/VirtualizedMenu/index.d.ts +2 -0
- package/es/types/components/molecules/VirtualizedMenu/styled.d.ts +4 -0
- package/es/types/components/molecules/VirtualizedMenu/types.d.ts +29 -0
- package/es/types/components/molecules/VirtualizedMenu/utils.d.ts +16 -0
- package/es/types/components/molecules/index.d.ts +83 -0
- package/es/types/components/organism/AccountProfile/AccountProfile.d.ts +7 -0
- package/es/types/components/organism/AccountProfile/components/AccountSetting/AccountSetting.d.ts +5 -0
- package/es/types/components/organism/AccountProfile/components/AccountSetting/components/EditableInput/constant.d.ts +64 -0
- package/es/types/components/organism/AccountProfile/components/AccountSetting/components/EditableInput/index.d.ts +13 -0
- package/es/types/components/organism/AccountProfile/components/AccountSetting/components/EditableInput/styles.d.ts +4 -0
- package/es/types/components/organism/AccountProfile/components/AccountSetting/components/LanguageSelector/index.d.ts +18 -0
- package/es/types/components/organism/AccountProfile/components/AccountSetting/components/LanguageSelector/styles.d.ts +11 -0
- package/es/types/components/organism/AccountProfile/components/AccountSetting/components/UploadAvatar/index.d.ts +10 -0
- package/es/types/components/organism/AccountProfile/components/AccountSetting/constants.d.ts +126 -0
- package/es/types/components/organism/AccountProfile/components/AccountSetting/index.d.ts +1 -0
- package/es/types/components/organism/AccountProfile/components/AccountSetting/styled.d.ts +8 -0
- package/es/types/components/organism/AccountProfile/components/AccountSetting/types.d.ts +36 -0
- package/es/types/components/organism/AccountProfile/components/AccountSetting/useModal.d.ts +11 -0
- package/es/types/components/organism/AccountProfile/components/AccountSetting/utils.d.ts +21 -0
- package/es/types/components/organism/AccountProfile/index.d.ts +2 -0
- package/es/types/components/organism/AccountSharing/AccountSharing.d.ts +20 -0
- package/es/types/components/organism/AccountSharing/constant.d.ts +20 -0
- package/es/types/components/organism/AccountSharing/icons/close.d.ts +3 -0
- package/es/types/components/organism/AccountSharing/icons/search.d.ts +3 -0
- package/es/types/components/organism/AccountSharing/index.d.ts +1 -0
- package/es/types/components/organism/AccountSharing/styled.d.ts +4 -0
- package/es/types/components/organism/AccountSharing/utils.d.ts +1 -0
- package/es/types/components/organism/AlgorithmsSetting/constants.d.ts +146 -0
- package/es/types/components/organism/AlgorithmsSetting/index.d.ts +14 -0
- package/es/types/components/organism/AlgorithmsSetting/styled.d.ts +22 -0
- package/es/types/components/organism/AlgorithmsSetting/types.d.ts +4 -0
- package/es/types/components/organism/AlgorithmsSetting/utils.d.ts +2 -0
- package/es/types/components/organism/ContentSources/Content.d.ts +19 -0
- package/es/types/components/organism/ContentSources/Group.d.ts +16 -0
- package/es/types/components/organism/ContentSources/Settings.d.ts +17 -0
- package/es/types/components/organism/ContentSources/components/LevelSetting/constants.d.ts +14 -0
- package/es/types/components/organism/ContentSources/components/LevelSetting/index.d.ts +7 -0
- package/es/types/components/organism/ContentSources/constants.d.ts +7 -0
- package/es/types/components/organism/ContentSources/index.d.ts +21 -0
- package/es/types/components/organism/ContentSources/provider.d.ts +18 -0
- package/es/types/components/organism/ContentSources/reducer.d.ts +19 -0
- package/es/types/components/organism/ContentSources/styled.d.ts +8 -0
- package/es/types/components/organism/ContentSources/types.d.ts +149 -0
- package/es/types/components/organism/ContentSources/utils.d.ts +29 -0
- package/es/types/components/organism/DataTable/DataTable.d.ts +6 -0
- package/es/types/components/organism/DataTable/components/AddButton/index.d.ts +5 -0
- package/es/types/components/organism/DataTable/components/Filter/AddFilterButton.d.ts +5 -0
- package/es/types/components/organism/DataTable/components/Filter/FilterActionButton.d.ts +5 -0
- package/es/types/components/organism/DataTable/components/Filter/FilterCondition/index.d.ts +17 -0
- package/es/types/components/organism/DataTable/components/Filter/FilterCondition/styled.d.ts +3 -0
- package/es/types/components/organism/DataTable/components/Filter/FilterConditionList.d.ts +5 -0
- package/es/types/components/organism/DataTable/components/Filter/FilterItem.d.ts +10 -0
- package/es/types/components/organism/DataTable/components/Filter/SaveFilterPopover.d.ts +9 -0
- package/es/types/components/organism/DataTable/components/Filter/SavedFilterAndMetrics.d.ts +8 -0
- package/es/types/components/organism/DataTable/components/Filter/index.d.ts +5 -0
- package/es/types/components/organism/DataTable/components/Filter/styled.d.ts +5 -0
- package/es/types/components/organism/DataTable/components/GridView/index.d.ts +5 -0
- package/es/types/components/organism/DataTable/components/ModifyColumn/index.d.ts +6 -0
- package/es/types/components/organism/DataTable/components/ModifyColumn/styled.d.ts +4 -0
- package/es/types/components/organism/DataTable/components/Pagination/index.d.ts +14 -0
- package/es/types/components/organism/DataTable/components/Pagination/styled.d.ts +5 -0
- package/es/types/components/organism/DataTable/components/Table/ResizableCell.d.ts +15 -0
- package/es/types/components/organism/DataTable/components/Table/index.d.ts +6 -0
- package/es/types/components/organism/DataTable/components/Table/styled.d.ts +11 -0
- package/es/types/components/organism/DataTable/components/Toolbar/GroupByPopover.d.ts +10 -0
- package/es/types/components/organism/DataTable/components/Toolbar/RowSelectedControl.d.ts +5 -0
- package/es/types/components/organism/DataTable/components/Toolbar/SearchPopover.d.ts +10 -0
- package/es/types/components/organism/DataTable/components/Toolbar/ToolbarActionButtons.d.ts +5 -0
- package/es/types/components/organism/DataTable/components/Toolbar/index.d.ts +3 -0
- package/es/types/components/organism/DataTable/components/Toolbar/styled.d.ts +13 -0
- package/es/types/components/organism/DataTable/components/index.d.ts +6 -0
- package/es/types/components/organism/DataTable/constants/common.d.ts +13 -0
- package/es/types/components/organism/DataTable/constants/filter.d.ts +19 -0
- package/es/types/components/organism/DataTable/constants/index.d.ts +7 -0
- package/es/types/components/organism/DataTable/constants/pagination.d.ts +6 -0
- package/es/types/components/organism/DataTable/constants/sample.d.ts +388 -0
- package/es/types/components/organism/DataTable/constants/theme.d.ts +2 -0
- package/es/types/components/organism/DataTable/constants/toolbar.d.ts +19 -0
- package/es/types/components/organism/DataTable/contexts/DataTableContext.d.ts +5 -0
- package/es/types/components/organism/DataTable/contexts/index.d.ts +0 -0
- package/es/types/components/organism/DataTable/hooks/index.d.ts +3 -0
- package/es/types/components/organism/DataTable/hooks/useAddFilterButton.d.ts +28 -0
- package/es/types/components/organism/DataTable/hooks/useDataTable.d.ts +6 -0
- package/es/types/components/organism/DataTable/hooks/useDataTableListing/constants.d.ts +9 -0
- package/es/types/components/organism/DataTable/hooks/useDataTableListing/index.d.ts +1 -0
- package/es/types/components/organism/DataTable/hooks/useDataTableListing/types.d.ts +139 -0
- package/es/types/components/organism/DataTable/hooks/useDataTableListing/useDataTableListing.d.ts +62 -0
- package/es/types/components/organism/DataTable/hooks/useDataTableStore.d.ts +28 -0
- package/es/types/components/organism/DataTable/index.d.ts +4 -0
- package/es/types/components/organism/DataTable/providers/AntdTableConfigProvider.d.ts +7 -0
- package/es/types/components/organism/DataTable/providers/DataTableProvider.d.ts +8 -0
- package/es/types/components/organism/DataTable/providers/index.d.ts +1 -0
- package/es/types/components/organism/DataTable/stores/index.d.ts +2 -0
- package/es/types/components/organism/DataTable/styled/index.d.ts +12 -0
- package/es/types/components/organism/DataTable/types/filter.d.ts +56 -0
- package/es/types/components/organism/DataTable/types/index.d.ts +45 -0
- package/es/types/components/organism/DataTable/types/theme.d.ts +10 -0
- package/es/types/components/organism/DataTable/types/toolbar.d.ts +87 -0
- package/es/types/components/organism/DataTable/utils/filter.d.ts +97 -0
- package/es/types/components/organism/DataTable/utils/index.d.ts +1 -0
- package/es/types/components/organism/FilterSetting/components/common/InputArray/index.d.ts +9 -0
- package/es/types/components/organism/FilterSetting/components/common/InputArray/styled.d.ts +12 -0
- package/es/types/components/organism/FilterSetting/components/common/InputBoolean/index.d.ts +8 -0
- package/es/types/components/organism/FilterSetting/components/common/InputCalendar/index.d.ts +11 -0
- package/es/types/components/organism/FilterSetting/components/common/InputCalendarBetween/index.d.ts +9 -0
- package/es/types/components/organism/FilterSetting/components/common/InputDateTimeAgo/index.d.ts +13 -0
- package/es/types/components/organism/FilterSetting/components/common/InputDateTimeBetweenAgo/index.d.ts +11 -0
- package/es/types/components/organism/FilterSetting/components/common/InputNumber/index.d.ts +7 -0
- package/es/types/components/organism/FilterSetting/components/common/InputNumberBetween/index.d.ts +7 -0
- package/es/types/components/organism/FilterSetting/components/common/InputOrSelect/index.d.ts +79 -0
- package/es/types/components/organism/FilterSetting/components/common/InputSelectMulti/ColumnSuggestion/index.d.ts +15 -0
- package/es/types/components/organism/FilterSetting/components/common/InputSelectMulti/Tree/index.d.ts +20 -0
- package/es/types/components/organism/FilterSetting/components/common/InputSelectMulti/index.d.ts +88 -0
- package/es/types/components/organism/FilterSetting/components/common/TextTreeSelect/index.d.ts +10 -0
- package/es/types/components/organism/FilterSetting/components/common/index.d.ts +11 -0
- package/es/types/components/organism/FilterSetting/constants.d.ts +178 -0
- package/es/types/components/organism/FilterSetting/context.d.ts +7 -0
- package/es/types/components/organism/FilterSetting/index.d.ts +30 -0
- package/es/types/components/organism/FilterSetting/styled.d.ts +4 -0
- package/es/types/components/organism/FilterSetting/utils.d.ts +46 -0
- package/es/types/components/organism/GenerativeInsights/constants.d.ts +1 -0
- package/es/types/components/organism/GenerativeInsights/index.d.ts +11 -0
- package/es/types/components/organism/GenerativeInsights/styled.d.ts +12 -0
- package/es/types/components/organism/GenerativeInsights/utils.d.ts +13 -0
- package/es/types/components/organism/Help/styled.d.ts +74 -0
- package/es/types/components/organism/Help/types.d.ts +67 -0
- package/es/types/components/organism/LeftMenu/LeftMenu.d.ts +3 -0
- package/es/types/components/organism/LeftMenu/components/CommonMenu/index.d.ts +6 -0
- package/es/types/components/organism/LeftMenu/components/CustomMenu/index.d.ts +6 -0
- package/es/types/components/organism/LeftMenu/components/HomeMenu/constants.d.ts +10 -0
- package/es/types/components/organism/LeftMenu/components/HomeMenu/index.d.ts +5 -0
- package/es/types/components/organism/LeftMenu/components/HomeMenu/styled.d.ts +6 -0
- package/es/types/components/organism/LeftMenu/components/HomeMenu/useHomeMenu.d.ts +17 -0
- package/es/types/components/organism/LeftMenu/components/HomeMenu/utils.d.ts +1 -0
- package/es/types/components/organism/LeftMenu/components/common/ChildMenu/components/MenuItemImage/index.d.ts +8 -0
- package/es/types/components/organism/LeftMenu/components/common/ChildMenu/components/MenuItemImage/styled.d.ts +5 -0
- package/es/types/components/organism/LeftMenu/components/common/ChildMenu/components/index.d.ts +1 -0
- package/es/types/components/organism/LeftMenu/components/common/ChildMenu/constants/index.d.ts +1 -0
- package/es/types/components/organism/LeftMenu/components/common/ChildMenu/constants/sampleData.d.ts +2 -0
- package/es/types/components/organism/LeftMenu/components/common/ChildMenu/index.d.ts +8 -0
- package/es/types/components/organism/LeftMenu/components/common/ChildMenu/styled.d.ts +5 -0
- package/es/types/components/organism/LeftMenu/components/common/ChildMenu/utils.d.ts +44 -0
- package/es/types/components/organism/LeftMenu/components/common/index.d.ts +1 -0
- package/es/types/components/organism/LeftMenu/components/index.d.ts +3 -0
- package/es/types/components/organism/LeftMenu/constants/index.d.ts +2 -0
- package/es/types/components/organism/LeftMenu/constants/sampleData.d.ts +2 -0
- package/es/types/components/organism/LeftMenu/constants/variables.d.ts +52 -0
- package/es/types/components/organism/LeftMenu/contexts/index.d.ts +5 -0
- package/es/types/components/organism/LeftMenu/hooks/index.d.ts +3 -0
- package/es/types/components/organism/LeftMenu/hooks/useLeftMenu.d.ts +20 -0
- package/es/types/components/organism/LeftMenu/hooks/useNavigatePath.d.ts +6 -0
- package/es/types/components/organism/LeftMenu/hooks/usePermission.d.ts +7 -0
- package/es/types/components/organism/LeftMenu/index.d.ts +26 -0
- package/es/types/components/organism/LeftMenu/providers/index.d.ts +8 -0
- package/es/types/components/organism/LeftMenu/stores/index.d.ts +28 -0
- package/es/types/components/organism/LeftMenu/styled.d.ts +20 -0
- package/es/types/components/organism/LeftMenu/types/index.d.ts +31 -0
- package/es/types/components/organism/LeftMenu/utils/index.d.ts +156 -0
- package/es/types/components/organism/Login/Login.d.ts +3 -0
- package/es/types/components/organism/Login/components/Avatar/Avatar.d.ts +8 -0
- package/es/types/components/organism/Login/components/Avatar/index.d.ts +1 -0
- package/es/types/components/organism/Login/components/ForgotPassword/ForgotPassword.d.ts +13 -0
- package/es/types/components/organism/Login/components/ForgotPassword/index.d.ts +2 -0
- package/es/types/components/organism/Login/components/ForgotPassword/styled.d.ts +1 -0
- package/es/types/components/organism/Login/components/IconInfo/IconInfo.d.ts +7 -0
- package/es/types/components/organism/Login/components/IconInfo/index.d.ts +1 -0
- package/es/types/components/organism/Login/components/LoginSelectPortal/Item/Item.d.ts +10 -0
- package/es/types/components/organism/Login/components/LoginSelectPortal/Item/index.d.ts +1 -0
- package/es/types/components/organism/Login/components/LoginSelectPortal/Item/styled.d.ts +2 -0
- package/es/types/components/organism/Login/components/LoginSelectPortal/LoginSelectPortal.d.ts +19 -0
- package/es/types/components/organism/Login/components/LoginSelectPortal/index.d.ts +1 -0
- package/es/types/components/organism/Login/components/LoginSelectPortal/styled.d.ts +1 -0
- package/es/types/components/organism/Login/components/LoginStep2/LoginStep2.d.ts +14 -0
- package/es/types/components/organism/Login/components/LoginStep2/index.d.ts +1 -0
- package/es/types/components/organism/Login/components/SetupGGAuthenticator/SetupGGAuthenticator.d.ts +13 -0
- package/es/types/components/organism/Login/components/SetupGGAuthenticator/index.d.ts +2 -0
- package/es/types/components/organism/Login/components/SetupGGAuthenticator/styled.d.ts +4 -0
- package/es/types/components/organism/Login/components/SignIn/SignIn.d.ts +14 -0
- package/es/types/components/organism/Login/components/SignIn/index.d.ts +1 -0
- package/es/types/components/organism/Login/components/SignIn/styled.d.ts +3 -0
- package/es/types/components/organism/Login/components/VerifyAccount/VerifyAccount.d.ts +4 -0
- package/es/types/components/organism/Login/components/VerifyAccount/index.d.ts +1 -0
- package/es/types/components/organism/Login/components/VerifyAccount/styled.d.ts +22 -0
- package/es/types/components/organism/Login/components/WidgetLayout/WidgetLayout.d.ts +11 -0
- package/es/types/components/organism/Login/components/WidgetLayout/index.d.ts +1 -0
- package/es/types/components/organism/Login/components/WidgetLayout/styled.d.ts +5 -0
- package/es/types/components/organism/Login/components/index.d.ts +7 -0
- package/es/types/components/organism/Login/constants/index.d.ts +18 -0
- package/es/types/components/organism/Login/index.d.ts +1 -0
- package/es/types/components/organism/Login/styled.d.ts +49 -0
- package/es/types/components/organism/Login/types/index.d.ts +41 -0
- package/es/types/components/organism/Login/utils/index.d.ts +13 -0
- package/es/types/components/organism/Menu/Menu.d.ts +2 -0
- package/es/types/components/organism/Menu/index.d.ts +1 -0
- package/es/types/components/organism/Menu/styled.d.ts +3 -0
- package/es/types/components/organism/ModifyColumnModal/ModifyColumnModal.d.ts +3 -0
- package/es/types/components/organism/ModifyColumnModal/SelectedMetricsList.d.ts +9 -0
- package/es/types/components/organism/ModifyColumnModal/index.d.ts +2 -0
- package/es/types/components/organism/ModifyColumnModal/styled.d.ts +8 -0
- package/es/types/components/organism/ModifyColumnModal/types.d.ts +27 -0
- package/es/types/components/organism/Notification/Notification.d.ts +10 -0
- package/es/types/components/organism/Notification/index.d.ts +1 -0
- package/es/types/components/organism/Notification/styled.d.ts +8 -0
- package/es/types/components/organism/PreviewTemplateModal/components/Banner/index.d.ts +3 -0
- package/es/types/components/organism/PreviewTemplateModal/components/Banner/styled.d.ts +4 -0
- package/es/types/components/organism/PreviewTemplateModal/components/Information/index.d.ts +3 -0
- package/es/types/components/organism/PreviewTemplateModal/components/Information/styled.d.ts +7 -0
- package/es/types/components/organism/PreviewTemplateModal/components/SimilarTemplate/index.d.ts +3 -0
- package/es/types/components/organism/PreviewTemplateModal/components/SimilarTemplate/styled.d.ts +5 -0
- package/es/types/components/organism/PreviewTemplateModal/components/ThumbnailSlider/index.d.ts +6 -0
- package/es/types/components/organism/PreviewTemplateModal/components/ThumbnailSlider/styled.d.ts +3 -0
- package/es/types/components/organism/PreviewTemplateModal/components/index.d.ts +4 -0
- package/es/types/components/organism/PreviewTemplateModal/constants/dataSample.d.ts +2 -0
- package/es/types/components/organism/PreviewTemplateModal/constants/defaultProps.d.ts +8 -0
- package/es/types/components/organism/PreviewTemplateModal/constants/html.d.ts +1 -0
- package/es/types/components/organism/PreviewTemplateModal/constants/index.d.ts +4 -0
- package/es/types/components/organism/PreviewTemplateModal/constants/variables.d.ts +12 -0
- package/es/types/components/organism/PreviewTemplateModal/index.d.ts +3 -0
- package/es/types/components/organism/PreviewTemplateModal/stories/dataTypes/components/BannerPropsTable/index.d.ts +2 -0
- package/es/types/components/organism/PreviewTemplateModal/stories/dataTypes/components/DataTypeTable/index.d.ts +2 -0
- package/es/types/components/organism/PreviewTemplateModal/stories/dataTypes/components/InformationPropsTable/index.d.ts +2 -0
- package/es/types/components/organism/PreviewTemplateModal/stories/dataTypes/components/SimilarTemplatePropsTable/index.d.ts +2 -0
- package/es/types/components/organism/PreviewTemplateModal/stories/dataTypes/components/TThumbnailTable/index.d.ts +2 -0
- package/es/types/components/organism/PreviewTemplateModal/stories/dataTypes/components/ThumbnailPropsTable/index.d.ts +2 -0
- package/es/types/components/organism/PreviewTemplateModal/stories/dataTypes/components/index.d.ts +6 -0
- package/es/types/components/organism/PreviewTemplateModal/stories/dataTypes/dataType.stories.d.ts +38 -0
- package/es/types/components/organism/PreviewTemplateModal/styled.d.ts +4 -0
- package/es/types/components/organism/PreviewTemplateModal/types.d.ts +40 -0
- package/es/types/components/organism/TicketEditor/Content.d.ts +32 -0
- package/es/types/components/organism/TicketEditor/Service.d.ts +49 -0
- package/es/types/components/organism/TicketEditor/components/DropdownComponent.d.ts +10 -0
- package/es/types/components/organism/TicketEditor/components/Message.d.ts +3 -0
- package/es/types/components/organism/TicketEditor/components/MessageComponent.d.ts +11 -0
- package/es/types/components/organism/TicketEditor/components/icons/AddTicketIcon.d.ts +3 -0
- package/es/types/components/organism/TicketEditor/components/icons/TicketIcon.d.ts +3 -0
- package/es/types/components/organism/TicketEditor/constant.d.ts +17 -0
- package/es/types/components/organism/TicketEditor/index.d.ts +25 -0
- package/es/types/components/organism/TicketEditor/styled.d.ts +56 -0
- package/es/types/components/organism/TicketEditor/util.d.ts +46 -0
- package/es/types/components/organism/index.d.ts +15 -0
- package/es/types/components/template/Layout/Layout.d.ts +25 -0
- package/es/types/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/components/OldLeftMenu/index.d.ts +9 -0
- package/es/types/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/components/OldLeftMenu/styled.d.ts +6 -0
- package/es/types/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/components/OldLeftMenu/types/index.d.ts +2 -0
- package/es/types/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/components/OldLeftMenu/utils/index.d.ts +12 -0
- package/es/types/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/components/index.d.ts +1 -0
- package/es/types/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/index.d.ts +7 -0
- package/es/types/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/styled.d.ts +3 -0
- package/es/types/components/template/Layout/components/RecommendationWorkspace/components/RecommendationImage/index.d.ts +2 -0
- package/es/types/components/template/Layout/components/RecommendationWorkspace/components/RecommendationImage/styled.d.ts +3 -0
- package/es/types/components/template/Layout/components/RecommendationWorkspace/components/index.d.ts +2 -0
- package/es/types/components/template/Layout/components/RecommendationWorkspace/index.d.ts +2 -0
- package/es/types/components/template/Layout/components/RecommendationWorkspace/styled.d.ts +1 -0
- package/es/types/components/template/Layout/components/index.d.ts +1 -0
- package/es/types/components/template/Layout/constants/config.d.ts +7 -0
- package/es/types/components/template/Layout/constants/index.d.ts +3 -0
- package/es/types/components/template/Layout/constants/menuCode.d.ts +32 -0
- package/es/types/components/template/Layout/constants/permission.d.ts +27 -0
- package/es/types/components/template/Layout/index.d.ts +2 -0
- package/es/types/components/template/Layout/stores/index.d.ts +34 -0
- package/es/types/components/template/Layout/styled.d.ts +15 -0
- package/es/types/components/template/Layout/types.d.ts +8 -0
- package/es/types/components/template/Layout/utils/index.d.ts +1 -0
- package/es/types/components/template/Layout/utils/permission.d.ts +22 -0
- package/es/types/components/template/TemplateListing/Loadable.d.ts +6 -0
- package/es/types/components/template/TemplateListing/components/BlankTemplate/index.d.ts +3 -0
- package/es/types/components/template/TemplateListing/components/BlankTemplate/styled.d.ts +2 -0
- package/es/types/components/template/TemplateListing/components/CategoryListing/index.d.ts +3 -0
- package/es/types/components/template/TemplateListing/components/CategoryListing/styled.d.ts +7 -0
- package/es/types/components/template/TemplateListing/components/CategoryListing/types.d.ts +11 -0
- package/es/types/components/template/TemplateListing/components/Empty/index.d.ts +3 -0
- package/es/types/components/template/TemplateListing/components/Empty/styled.d.ts +3 -0
- package/es/types/components/template/TemplateListing/components/index.d.ts +3 -0
- package/es/types/components/template/TemplateListing/constants/defaultProps.d.ts +12 -0
- package/es/types/components/template/TemplateListing/constants/index.d.ts +2 -0
- package/es/types/components/template/TemplateListing/constants/mockData.d.ts +2 -0
- package/es/types/components/template/TemplateListing/hooks/index.d.ts +1 -0
- package/es/types/components/template/TemplateListing/hooks/useTemplateListing.d.ts +82 -0
- package/es/types/components/template/TemplateListing/index.d.ts +3 -0
- package/es/types/components/template/TemplateListing/stories/dataTypes/components/BlankTemplatePropsTable/index.d.ts +2 -0
- package/es/types/components/template/TemplateListing/stories/dataTypes/components/CategoryListingPropsTable/index.d.ts +2 -0
- package/es/types/components/template/TemplateListing/stories/dataTypes/components/DataTypeTables/index.d.ts +2 -0
- package/es/types/components/template/TemplateListing/stories/dataTypes/components/EmptyPropsTable/index.d.ts +2 -0
- package/es/types/components/template/TemplateListing/stories/dataTypes/components/TCategoryItemTable/index.d.ts +2 -0
- package/es/types/components/template/TemplateListing/stories/dataTypes/components/TTemplateItemTable/index.d.ts +2 -0
- package/es/types/components/template/TemplateListing/stories/dataTypes/components/TemplatesPropsTable/index.d.ts +2 -0
- package/es/types/components/template/TemplateListing/stories/dataTypes/components/index.d.ts +7 -0
- package/es/types/components/template/TemplateListing/stories/dataTypes/dataType.stories.d.ts +44 -0
- package/es/types/components/template/TemplateListing/stories/demo/styled.d.ts +1 -0
- package/es/types/components/template/TemplateListing/styled/index.d.ts +4 -0
- package/es/types/components/template/TemplateListing/types/BlankTemplate.d.ts +9 -0
- package/es/types/components/template/TemplateListing/types/CategoryListing.d.ts +26 -0
- package/es/types/components/template/TemplateListing/types/Empty.d.ts +5 -0
- package/es/types/components/template/TemplateListing/types/TemplateListing.d.ts +34 -0
- package/es/types/components/template/TemplateListing/types/index.d.ts +3 -0
- package/es/types/components/template/TemplateListing/utils.d.ts +11 -0
- package/es/types/components/template/index.d.ts +4 -0
- package/es/types/config/index.d.ts +13 -0
- package/es/types/constants/api.d.ts +62 -0
- package/es/types/constants/condition.d.ts +955 -0
- package/es/types/constants/contentSource.d.ts +29 -0
- package/es/types/constants/dataTable.d.ts +16 -0
- package/es/types/constants/datetime.d.ts +12 -0
- package/es/types/constants/index.d.ts +13 -0
- package/es/types/constants/permissions.d.ts +12 -0
- package/es/types/constants/postMessage.d.ts +4 -0
- package/es/types/constants/queries.d.ts +40 -0
- package/es/types/constants/richMenu.d.ts +19 -0
- package/es/types/constants/storybook.d.ts +17 -0
- package/es/types/constants/styles.d.ts +12 -0
- package/es/types/constants/templateListing.d.ts +50 -0
- package/es/types/constants/theme.d.ts +16 -0
- package/es/types/constants/variables.d.ts +54 -0
- package/es/types/hooks/createEffectWithTarget .d.ts +3 -0
- package/es/types/hooks/index.d.ts +26 -0
- package/es/types/hooks/useCustomRouter.d.ts +33 -0
- package/es/types/hooks/useDebounceCallback.d.ts +1 -0
- package/es/types/hooks/useDebounceV2.d.ts +1 -0
- package/es/types/hooks/useDeepCompareEffect.d.ts +1 -0
- package/es/types/hooks/useDeepCompareEffectWithTarget.d.ts +3 -0
- package/es/types/hooks/useDeepCompareMemo.d.ts +2 -0
- package/es/types/hooks/useDragEvent.d.ts +1 -0
- package/es/types/hooks/useDropFile.d.ts +1 -0
- package/es/types/hooks/useEffectDebugger.d.ts +20 -0
- package/es/types/hooks/useEffectOnlyOnce.d.ts +2 -0
- package/es/types/hooks/useEffectWithTarget.d.ts +2 -0
- package/es/types/hooks/useEventListener.d.ts +6 -0
- package/es/types/hooks/useForceUpdate.d.ts +1 -0
- package/es/types/hooks/useIntersectionObserver.d.ts +57 -0
- package/es/types/hooks/useIsFirstRender.d.ts +1 -0
- package/es/types/hooks/useIsomorphicLayoutEffect.d.ts +2 -0
- package/es/types/hooks/useKeyEventCanvas.d.ts +1 -0
- package/es/types/hooks/useLatest.d.ts +2 -0
- package/es/types/hooks/useListingItemResize.d.ts +28 -0
- package/es/types/hooks/useMediaQuery.d.ts +6 -0
- package/es/types/hooks/useMutationObserver.d.ts +2 -0
- package/es/types/hooks/useOutsideClick.d.ts +4 -0
- package/es/types/hooks/usePrevious.d.ts +2 -0
- package/es/types/hooks/useScrollToEnd.d.ts +1 -0
- package/es/types/hooks/useToggle.d.ts +2 -0
- package/es/types/hooks/useUnmount.d.ts +1 -0
- package/es/types/hooks/useUpdateEffect.d.ts +3 -0
- package/es/types/hooks/useWindowSize.d.ts +11 -0
- package/es/types/index.d.ts +6 -6
- package/es/types/locales/i18n.d.ts +922 -0
- package/es/types/locales/translations.d.ts +686 -0
- package/es/types/models/AccountListing.d.ts +27 -0
- package/es/types/models/BusinessObject.d.ts +194 -0
- package/es/types/models/Currency.d.ts +9 -0
- package/es/types/models/CustomFunction.d.ts +19 -0
- package/es/types/models/DataTable/ColumnMetric.d.ts +15 -0
- package/es/types/models/DataTable/DataTableListing.d.ts +22 -0
- package/es/types/models/DataTable/FilterMetric.d.ts +10 -0
- package/es/types/models/DataTable/ModifyColumn.d.ts +9 -0
- package/es/types/models/DataTable/SavedFilter.d.ts +15 -0
- package/es/types/models/DataTable/SearchListing.d.ts +4 -0
- package/es/types/models/DataTable/index.d.ts +4 -0
- package/es/types/models/DynamicContentAttribute.d.ts +34 -0
- package/es/types/models/EventTrackingAttribute.d.ts +11 -0
- package/es/types/models/FallbackBO.d.ts +9 -0
- package/es/types/models/LeftMenu/Dashboard.d.ts +44 -0
- package/es/types/models/LeftMenu/DestinationChannel.d.ts +15 -0
- package/es/types/models/LeftMenu/FeatureMenu.d.ts +46 -0
- package/es/types/models/LeftMenu/FeatureMenuPermission.d.ts +44 -0
- package/es/types/models/LeftMenu/index.d.ts +4 -0
- package/es/types/models/ObjectTemplate.d.ts +85 -0
- package/es/types/models/PromotionPool.d.ts +11 -0
- package/es/types/models/SavedMedia.d.ts +34 -0
- package/es/types/models/TemplateCategory.d.ts +13 -0
- package/es/types/models/Upload.d.ts +34 -0
- package/es/types/providers/AppConfigProvider/contexts/index.d.ts +22 -0
- package/es/types/providers/AppConfigProvider/index.d.ts +2 -0
- package/es/types/providers/AppConfigProvider/selector.d.ts +3 -0
- package/es/types/providers/ConfigProvider/ConfigProvider.d.ts +13 -0
- package/es/types/providers/index.d.ts +2 -0
- package/es/types/queries/Account/index.d.ts +1 -0
- package/es/types/queries/Account/useGetAccountList.d.ts +29 -0
- package/es/types/queries/BusinessObject/index.d.ts +7 -0
- package/es/types/queries/BusinessObject/useGetBODetail.d.ts +5 -0
- package/es/types/queries/BusinessObject/useGetDataTableBO.d.ts +6 -0
- package/es/types/queries/BusinessObject/useGetListAllEvents.d.ts +11 -0
- package/es/types/queries/BusinessObject/useGetListAttributeBO.d.ts +15 -0
- package/es/types/queries/BusinessObject/useGetListBO.d.ts +6 -0
- package/es/types/queries/BusinessObject/useGetListEventAttr.d.ts +4 -0
- package/es/types/queries/BusinessObject/useGetListPromotionCodeAttr.d.ts +6 -0
- package/es/types/queries/BusinessObject/useGetListSourceByEvent.d.ts +13 -0
- package/es/types/queries/CustomFunction/index.d.ts +2 -0
- package/es/types/queries/CustomFunction/useCustomFunction.d.ts +19 -0
- package/es/types/queries/DataTable/index.d.ts +99 -0
- package/es/types/queries/DynamicContentAttribute/index.d.ts +1 -0
- package/es/types/queries/DynamicContentAttribute/useGetDynamicContentAttr.d.ts +10 -0
- package/es/types/queries/LeftMenu/index.d.ts +24 -0
- package/es/types/queries/Media/index.d.ts +1 -0
- package/es/types/queries/Media/useGetListingSavedMedia.d.ts +12 -0
- package/es/types/queries/Permission/index.d.ts +8 -0
- package/es/types/queries/PromotionPool/index.d.ts +1 -0
- package/es/types/queries/PromotionPool/useGetListPromotionPool.d.ts +9 -0
- package/es/types/queries/TemplateListing/index.d.ts +52 -0
- package/es/types/queries/ThirdParty/index.d.ts +2 -0
- package/es/types/queries/ThirdParty/useGetEventTrackingAttributes.d.ts +14 -0
- package/es/types/queries/ThirdParty/useGetListFallbackBO.d.ts +10 -0
- package/es/types/queries/configs.d.ts +4 -0
- package/es/types/queries/index.d.ts +11 -0
- package/es/types/services/Abstract/index.d.ts +15 -0
- package/es/types/services/Account/index.d.ts +21 -0
- package/es/types/services/DataTable/index.d.ts +135 -0
- package/es/types/services/LeftMenu/index.d.ts +51 -0
- package/es/types/services/MediaTemplateDesign/BusinessObject/index.d.ts +23 -0
- package/es/types/services/MediaTemplateDesign/CustomFunction/index.d.ts +15 -0
- package/es/types/services/MediaTemplateDesign/DynamicContentAttribute/index.d.ts +4 -0
- package/es/types/services/MediaTemplateDesign/ListCurrency/index.d.ts +6 -0
- package/es/types/services/MediaTemplateDesign/PromotionPool/index.d.ts +3 -0
- package/es/types/services/MediaTemplateDesign/UploadFile/index.d.ts +6 -0
- package/es/types/services/Permission/index.d.ts +13 -0
- package/es/types/services/TemplateListing/index.d.ts +74 -0
- package/es/types/services/ThirParty/ListFallbackBO/getListFallbackBO.d.ts +2 -0
- package/es/types/services/ThirParty/TableBO/index.d.ts +6 -0
- package/es/types/services/ThirParty/index.d.ts +8 -0
- package/es/types/services/index.d.ts +19 -0
- package/es/types/styled/common.d.ts +1 -0
- package/es/types/styled/index.d.ts +1 -0
- package/es/types/test.d.ts +3 -0
- package/es/types/tests/DataTableTest.d.ts +5 -0
- package/es/types/tests/MatchesAnySelect.d.ts +2 -0
- package/es/types/tests/index.d.ts +2 -0
- package/es/types/tests/styled.d.ts +1 -0
- package/es/types/types/actionsButton.d.ts +16 -0
- package/es/types/types/api.d.ts +10 -0
- package/es/types/types/condition.d.ts +6 -0
- package/es/types/types/config.d.ts +2 -0
- package/es/types/types/index.d.ts +37 -0
- package/es/types/types/postMessage.d.ts +4 -0
- package/es/types/types/processingNotification.d.ts +4 -0
- package/es/types/types/richMenu.d.ts +214 -0
- package/es/types/types/service.d.ts +22 -0
- package/es/types/types/share-access.d.ts +18 -0
- package/es/types/types/templateListing.d.ts +14 -0
- package/es/types/types/variables.d.ts +5 -0
- package/es/types/utils/actionButtons.d.ts +40 -0
- package/es/types/utils/common.d.ts +149 -0
- package/es/types/utils/commonComponent.d.ts +7 -0
- package/es/types/utils/cookie.d.ts +18 -0
- package/es/types/utils/dataTable.d.ts +12 -0
- package/es/types/utils/domTarget.d.ts +8 -0
- package/es/types/utils/handleError.d.ts +32 -0
- package/es/types/utils/index.d.ts +9 -0
- package/es/types/utils/loadable.d.ts +7 -0
- package/es/types/utils/styles.d.ts +2 -0
- package/es/types/utils/templateListing.d.ts +3 -0
- package/es/types/utils/variables.d.ts +1 -0
- package/es/vietnam-23JC35YU.png +0 -0
- package/package.json +111 -33
- package/dist/0173b5993573afa04880.woff +0 -0
- package/dist/0dfb9214dfd945cd7290.png +0 -1
- package/dist/2883cad25a2b4e87ce5f.eot +0 -0
- package/dist/4f54a37971347e3d7122.png +0 -1
- package/dist/574b7bee0563a9fe9a29.png +0 -1
- package/dist/6b586356e837581204dc.svg +0 -1
- package/dist/72eec5c1c786b45a667f.ttf +0 -0
- package/dist/bc6bf11c6f5e6743aa4c.png +0 -1
- package/dist/dbc405edd6e0806efbc9.svg +0 -1
- package/dist/e32f09119052a55cce3c.png +0 -1
- package/dist/e3851b9384a984c6fdb5.png +0 -1
- package/dist/index.js +0 -2
- package/dist/index.js.LICENSE.txt +0 -69
- package/dist/main.css +0 -68
- package/dist/public/icons/2d496b55d85a9545d7311c073af442bb.png +0 -0
- package/dist/public/icons/2fbb4e0927d18e3f8e5c6511ab88d5b3.png +0 -0
- package/dist/public/icons/725a52bd91a3ce534b10833df510e5fa.png +0 -0
- package/dist/public/icons/7d037e0b378e87a82804443636cd0e13.svg +0 -346
- package/dist/public/icons/90553767e0a05b9585a54797cfd9ce51.png +0 -0
- package/dist/public/icons/bb64e23a1ff390a416d765ee556096ab.svg +0 -87
- package/dist/public/icons/d327b24e9c5d8f486f08d253aab58ce6.png +0 -0
- package/dist/public/icons/f1cf266d0a0a53ce07f2dbb859869b7a.png +0 -0
- package/dist/public/icons/transparent.svg +0 -1
- package/es/assets/images/feedback.svg +0 -3
- package/es/assets/images/gpt.png +0 -0
- package/es/assets/images/placeholder-image.png +0 -0
- package/es/assets/images/record-video.png +0 -0
- package/es/assets/svg/transparent.svg +0 -1
- package/es/components/atoms/Alert/Alert.d.ts +0 -4
- package/es/components/atoms/Alert/Alert.js +0 -19
- package/es/components/atoms/Alert/index.js +0 -1
- package/es/components/atoms/Button/Button.d.ts +0 -1
- package/es/components/atoms/Button/Button.js +0 -1
- package/es/components/atoms/Button/index.d.ts +0 -4
- package/es/components/atoms/Button/index.js +0 -2
- package/es/components/atoms/Button/test.js +0 -99
- package/es/components/atoms/Checkbox/Checkbox.js +0 -1
- package/es/components/atoms/Checkbox/index.js +0 -1
- package/es/components/atoms/Divider/Divider.js +0 -1
- package/es/components/atoms/Divider/index.js +0 -1
- package/es/components/atoms/DividerPure/DividerPure.js +0 -27
- package/es/components/atoms/DividerPure/index.js +0 -1
- package/es/components/atoms/DividerPure/styled.js +0 -41
- package/es/components/atoms/Empty/Empty.d.ts +0 -5
- package/es/components/atoms/Empty/Empty.js +0 -2
- package/es/components/atoms/Empty/index.js +0 -1
- package/es/components/atoms/FloatButton/FloatButton.js +0 -1
- package/es/components/atoms/FloatButton/index.js +0 -2
- package/es/components/atoms/Grid/Grid.js +0 -3
- package/es/components/atoms/Grid/index.js +0 -1
- package/es/components/atoms/Icon/index.d.ts +0 -10
- package/es/components/atoms/Icon/index.js +0 -36
- package/es/components/atoms/Input/Input.d.ts +0 -20
- package/es/components/atoms/Input/Input.js +0 -92
- package/es/components/atoms/Input/index.js +0 -1
- package/es/components/atoms/Input/styled.d.ts +0 -11
- package/es/components/atoms/Input/styled.js +0 -109
- package/es/components/atoms/InputNumber/InputNumber.d.ts +0 -6
- package/es/components/atoms/InputNumber/InputNumber.js +0 -27
- package/es/components/atoms/InputNumber/index.d.ts +0 -1
- package/es/components/atoms/InputNumber/index.js +0 -1
- package/es/components/atoms/Message/Message.js +0 -1
- package/es/components/atoms/Message/index.js +0 -1
- package/es/components/atoms/Notification/Notification.js +0 -1
- package/es/components/atoms/Notification/index.js +0 -1
- package/es/components/atoms/Pagination/Pagination.js +0 -2
- package/es/components/atoms/Pagination/index.d.ts +0 -1
- package/es/components/atoms/Pagination/index.js +0 -1
- package/es/components/atoms/Popover/Popover.js +0 -2
- package/es/components/atoms/Popover/index.d.ts +0 -1
- package/es/components/atoms/Popover/index.js +0 -1
- package/es/components/atoms/Progress/Progress.js +0 -2
- package/es/components/atoms/Progress/index.js +0 -1
- package/es/components/atoms/Radio/Radio.js +0 -1
- package/es/components/atoms/Radio/index.js +0 -25
- package/es/components/atoms/Rate/Rate.d.ts +0 -2
- package/es/components/atoms/Rate/Rate.js +0 -2
- package/es/components/atoms/Rate/index.js +0 -1
- package/es/components/atoms/RequiredLabel/index.d.ts +0 -7
- package/es/components/atoms/RequiredLabel/index.js +0 -24
- package/es/components/atoms/RequiredLabel/styled.d.ts +0 -2
- package/es/components/atoms/RequiredLabel/styled.js +0 -10
- package/es/components/atoms/ScrollBox/index.js +0 -51
- package/es/components/atoms/Segmented/Segmented.js +0 -2
- package/es/components/atoms/Segmented/index.js +0 -1
- package/es/components/atoms/Skeleton/Skeleton.js +0 -2
- package/es/components/atoms/Skeleton/index.js +0 -1
- package/es/components/atoms/Slider/index.d.ts +0 -5
- package/es/components/atoms/Slider/index.js +0 -32
- package/es/components/atoms/Slider/styled.js +0 -44
- package/es/components/atoms/Space/Space.js +0 -9
- package/es/components/atoms/Space/index.js +0 -1
- package/es/components/atoms/Spin/Spin.d.ts +0 -9
- package/es/components/atoms/Spin/Spin.js +0 -28
- package/es/components/atoms/Spin/index.js +0 -1
- package/es/components/atoms/Spin/styled.js +0 -7
- package/es/components/atoms/Statistic/Statistic.js +0 -2
- package/es/components/atoms/Statistic/index.js +0 -1
- package/es/components/atoms/Steps/Steps.d.ts +0 -4
- package/es/components/atoms/Steps/Steps.js +0 -2
- package/es/components/atoms/Steps/index.js +0 -1
- package/es/components/atoms/Switch/Switch.d.ts +0 -2
- package/es/components/atoms/Switch/Switch.js +0 -2
- package/es/components/atoms/Switch/index.d.ts +0 -1
- package/es/components/atoms/Switch/index.js +0 -1
- package/es/components/atoms/Tag/Tag.d.ts +0 -1
- package/es/components/atoms/Tag/Tag.js +0 -1
- package/es/components/atoms/Tag/index.js +0 -1
- package/es/components/atoms/Text/index.js +0 -27
- package/es/components/atoms/Text/styled.js +0 -52
- package/es/components/atoms/Timeline/Timeline.js +0 -2
- package/es/components/atoms/Timeline/index.js +0 -1
- package/es/components/atoms/Tooltip/Tooltip.js +0 -1
- package/es/components/atoms/Tooltip/index.js +0 -1
- package/es/components/atoms/Typography/Text.js +0 -1
- package/es/components/atoms/Typography/index.js +0 -1
- package/es/components/atoms/Watermark/Watermark.js +0 -2
- package/es/components/atoms/Watermark/index.js +0 -1
- package/es/components/atoms/index.d.ts +0 -32
- package/es/components/atoms/index.js +0 -31
- package/es/components/common/ConfigProvider/ConfigProvider.d.ts +0 -9
- package/es/components/common/ConfigProvider/ConfigProvider.js +0 -41
- package/es/components/common/ConfigProvider/GlobalStyle.js +0 -490
- package/es/components/common/ConfigProvider/index.js +0 -1
- package/es/components/common/index.d.ts +0 -1
- package/es/components/common/index.js +0 -1
- package/es/components/icons/AccountCircle.d.ts +0 -3
- package/es/components/icons/AccountCircle.js +0 -3
- package/es/components/icons/AddShoppingCart.d.ts +0 -3
- package/es/components/icons/AddShoppingCart.js +0 -3
- package/es/components/icons/ArrowGrowIcon.d.ts +0 -1
- package/es/components/icons/ArrowGrowIcon.js +0 -4
- package/es/components/icons/AssignmentInd.d.ts +0 -3
- package/es/components/icons/AssignmentInd.js +0 -3
- package/es/components/icons/AudioRecordIcon.d.ts +0 -1
- package/es/components/icons/AudioRecordIcon.js +0 -4
- package/es/components/icons/BugIcon.d.ts +0 -1
- package/es/components/icons/BugIcon.js +0 -4
- package/es/components/icons/Call.d.ts +0 -3
- package/es/components/icons/Call.js +0 -3
- package/es/components/icons/CameraIcon.d.ts +0 -1
- package/es/components/icons/CameraIcon.js +0 -4
- package/es/components/icons/CaptureIcon.d.ts +0 -1
- package/es/components/icons/CaptureIcon.js +0 -4
- package/es/components/icons/Category.d.ts +0 -3
- package/es/components/icons/Category.js +0 -5
- package/es/components/icons/ChatBubbleOutline.d.ts +0 -3
- package/es/components/icons/ChatBubbleOutline.js +0 -3
- package/es/components/icons/CheckSlimIcon.d.ts +0 -1
- package/es/components/icons/CheckSlimIcon.js +0 -4
- package/es/components/icons/CircleNotifications.d.ts +0 -3
- package/es/components/icons/CircleNotifications.js +0 -3
- package/es/components/icons/CloseIcon.d.ts +0 -3
- package/es/components/icons/CloseIcon.js +0 -22
- package/es/components/icons/CommentIcon.d.ts +0 -1
- package/es/components/icons/CommentIcon.js +0 -4
- package/es/components/icons/ConfirmationNumber.d.ts +0 -3
- package/es/components/icons/ConfirmationNumber.js +0 -3
- package/es/components/icons/DesktopWindows.d.ts +0 -3
- package/es/components/icons/DesktopWindows.js +0 -3
- package/es/components/icons/EventIcon.d.ts +0 -3
- package/es/components/icons/EventIcon.js +0 -18
- package/es/components/icons/FactCheck.d.ts +0 -3
- package/es/components/icons/FactCheck.js +0 -3
- package/es/components/icons/FreeDrawIcon.d.ts +0 -1
- package/es/components/icons/FreeDrawIcon.js +0 -4
- package/es/components/icons/GPTIcon.d.ts +0 -1
- package/es/components/icons/GPTIcon.js +0 -18
- package/es/components/icons/GPTIconV2.d.ts +0 -1
- package/es/components/icons/GPTIconV2.js +0 -18
- package/es/components/icons/GPTIconV3.d.ts +0 -1
- package/es/components/icons/GPTIconV3.js +0 -5
- package/es/components/icons/HighlightIcon.d.ts +0 -1
- package/es/components/icons/HighlightIcon.js +0 -4
- package/es/components/icons/HightlightAlt.d.ts +0 -3
- package/es/components/icons/HightlightAlt.js +0 -3
- package/es/components/icons/HowToReg.d.ts +0 -3
- package/es/components/icons/HowToReg.js +0 -3
- package/es/components/icons/IdeaIcon.d.ts +0 -1
- package/es/components/icons/IdeaIcon.js +0 -4
- package/es/components/icons/Interactive.d.ts +0 -3
- package/es/components/icons/Interactive.js +0 -3
- package/es/components/icons/InvisibleIcon.d.ts +0 -1
- package/es/components/icons/InvisibleIcon.js +0 -5
- package/es/components/icons/List.d.ts +0 -3
- package/es/components/icons/List.js +0 -3
- package/es/components/icons/LocalMallIcon.d.ts +0 -3
- package/es/components/icons/LocalMallIcon.js +0 -3
- package/es/components/icons/MobileFriendly.d.ts +0 -3
- package/es/components/icons/MobileFriendly.js +0 -3
- package/es/components/icons/MuteIcon.d.ts +0 -1
- package/es/components/icons/MuteIcon.js +0 -4
- package/es/components/icons/NotificationsActive.d.ts +0 -3
- package/es/components/icons/NotificationsActive.js +0 -3
- package/es/components/icons/OpenUrlIcon.d.ts +0 -1
- package/es/components/icons/OpenUrlIcon.js +0 -4
- package/es/components/icons/PauseIcon.d.ts +0 -1
- package/es/components/icons/PauseIcon.js +0 -4
- package/es/components/icons/Payment.d.ts +0 -3
- package/es/components/icons/Payment.js +0 -3
- package/es/components/icons/PersonAddDisabled.d.ts +0 -3
- package/es/components/icons/PersonAddDisabled.js +0 -4
- package/es/components/icons/PhoneCallback.d.ts +0 -3
- package/es/components/icons/PhoneCallback.js +0 -3
- package/es/components/icons/PlaneIcon.d.ts +0 -1
- package/es/components/icons/PlaneIcon.js +0 -8
- package/es/components/icons/Preview.d.ts +0 -3
- package/es/components/icons/Preview.js +0 -3
- package/es/components/icons/Redeem.d.ts +0 -3
- package/es/components/icons/Redeem.js +0 -3
- package/es/components/icons/RemoveRedEye.d.ts +0 -3
- package/es/components/icons/RemoveRedEye.js +0 -3
- package/es/components/icons/RemoveShoppingCart.d.ts +0 -3
- package/es/components/icons/RemoveShoppingCart.js +0 -3
- package/es/components/icons/RequestIcon.d.ts +0 -1
- package/es/components/icons/RequestIcon.js +0 -4
- package/es/components/icons/Search.d.ts +0 -3
- package/es/components/icons/Search.js +0 -3
- package/es/components/icons/ShoppingBag.d.ts +0 -3
- package/es/components/icons/ShoppingBag.js +0 -3
- package/es/components/icons/ShoppingCart.d.ts +0 -3
- package/es/components/icons/ShoppingCart.js +0 -3
- package/es/components/icons/StopRecordIcon.d.ts +0 -1
- package/es/components/icons/StopRecordIcon.js +0 -4
- package/es/components/icons/Store.d.ts +0 -3
- package/es/components/icons/Store.js +0 -3
- package/es/components/icons/UserIcon.d.ts +0 -1
- package/es/components/icons/UserIcon.js +0 -8
- package/es/components/icons/VerticalDotsIcon.d.ts +0 -1
- package/es/components/icons/VerticalDotsIcon.js +0 -4
- package/es/components/icons/WarningIcon.d.ts +0 -1
- package/es/components/icons/WarningIcon.js +0 -4
- package/es/components/icons/Web.d.ts +0 -3
- package/es/components/icons/Web.js +0 -3
- package/es/components/icons/WebAsset.d.ts +0 -3
- package/es/components/icons/WebAsset.js +0 -3
- package/es/components/icons/index.d.ts +0 -54
- package/es/components/icons/index.js +0 -54
- package/es/components/icons/type.d.ts +0 -3
- package/es/components/index.d.ts +0 -4
- package/es/components/index.js +0 -4
- package/es/components/molecules/AlignSetting/index.js +0 -52
- package/es/components/molecules/AlignSetting/styled.js +0 -7
- package/es/components/molecules/AlignSetting/utils.d.ts +0 -3
- package/es/components/molecules/AlignSetting/utils.js +0 -19
- package/es/components/molecules/CaptureScreen/CaptureScreen.d.ts +0 -15
- package/es/components/molecules/CaptureScreen/CaptureScreen.js +0 -834
- package/es/components/molecules/CaptureScreen/components/CommentBox/CommentBox.d.ts +0 -16
- package/es/components/molecules/CaptureScreen/components/CommentBox/CommentBox.js +0 -80
- package/es/components/molecules/CaptureScreen/components/CommentBox/index.js +0 -1
- package/es/components/molecules/CaptureScreen/components/CommentBox/styled.js +0 -136
- package/es/components/molecules/CaptureScreen/components/CommentBox/types.js +0 -1
- package/es/components/molecules/CaptureScreen/components/Cursor/Cursor.d.ts +0 -3
- package/es/components/molecules/CaptureScreen/components/Cursor/Cursor.js +0 -17
- package/es/components/molecules/CaptureScreen/components/Cursor/index.js +0 -1
- package/es/components/molecules/CaptureScreen/components/Cursor/styled.js +0 -79
- package/es/components/molecules/CaptureScreen/components/Cursor/types.js +0 -1
- package/es/components/molecules/CaptureScreen/constants.js +0 -118
- package/es/components/molecules/CaptureScreen/hooks/useImageEditor.js +0 -103
- package/es/components/molecules/CaptureScreen/index.js +0 -1
- package/es/components/molecules/CaptureScreen/styled.js +0 -255
- package/es/components/molecules/CaptureScreen/themes/black.js +0 -64
- package/es/components/molecules/CaptureScreen/themes/white.js +0 -64
- package/es/components/molecules/CaptureScreen/types.js +0 -1
- package/es/components/molecules/CaptureScreen/utils.js +0 -62
- package/es/components/molecules/Card/Card.js +0 -2
- package/es/components/molecules/Card/index.js +0 -1
- package/es/components/molecules/Cascader/Cascader.js +0 -1
- package/es/components/molecules/Cascader/index.js +0 -1
- package/es/components/molecules/ChatBox/ChatBox.js +0 -188
- package/es/components/molecules/ChatBox/MessageItem.js +0 -66
- package/es/components/molecules/ChatBox/constants.d.ts +0 -6
- package/es/components/molecules/ChatBox/constants.js +0 -51
- package/es/components/molecules/ChatBox/index.d.ts +0 -1
- package/es/components/molecules/ChatBox/index.js +0 -1
- package/es/components/molecules/ChatBox/styled.d.ts +0 -10
- package/es/components/molecules/ChatBox/styled.js +0 -280
- package/es/components/molecules/ChatBox/types.d.ts +0 -32
- package/es/components/molecules/ChatBox/types.js +0 -1
- package/es/components/molecules/Collapse/Collapse.d.ts +0 -4
- package/es/components/molecules/Collapse/Collapse.js +0 -2
- package/es/components/molecules/Collapse/index.js +0 -1
- package/es/components/molecules/ColorPicker/ChromePicker/index.d.ts +0 -1
- package/es/components/molecules/ColorPicker/ChromePicker/index.js +0 -3
- package/es/components/molecules/ColorPicker/ChromePicker/styled.d.ts +0 -1
- package/es/components/molecules/ColorPicker/ChromePicker/styled.js +0 -15
- package/es/components/molecules/ColorPicker/CustomPicker/index.js +0 -126
- package/es/components/molecules/ColorPicker/CustomPicker/styled.d.ts +0 -5
- package/es/components/molecules/ColorPicker/CustomPicker/styled.js +0 -93
- package/es/components/molecules/ColorPicker/SketchPicker/index.js +0 -5
- package/es/components/molecules/ColorPicker/SketchPicker/styled.d.ts +0 -1
- package/es/components/molecules/ColorPicker/SketchPicker/styled.js +0 -10
- package/es/components/molecules/ColorPicker/index.d.ts +0 -13
- package/es/components/molecules/ColorPicker/index.js +0 -95
- package/es/components/molecules/ColorPicker/styled.js +0 -10
- package/es/components/molecules/ColorSetting/index.js +0 -97
- package/es/components/molecules/ColorSetting/styled.d.ts +0 -7
- package/es/components/molecules/ColorSetting/styled.js +0 -42
- package/es/components/molecules/DatePicker/DatePicker.js +0 -8
- package/es/components/molecules/DatePicker/components/AdvancedPicker/AdvancedPicker.d.ts +0 -28
- package/es/components/molecules/DatePicker/components/AdvancedPicker/AdvancedPicker.js +0 -428
- package/es/components/molecules/DatePicker/components/AdvancedPicker/constants.d.ts +0 -53
- package/es/components/molecules/DatePicker/components/AdvancedPicker/constants.js +0 -74
- package/es/components/molecules/DatePicker/components/AdvancedPicker/index.js +0 -1
- package/es/components/molecules/DatePicker/components/AdvancedPicker/styled.d.ts +0 -7
- package/es/components/molecules/DatePicker/components/AdvancedPicker/styled.js +0 -49
- package/es/components/molecules/DatePicker/components/AdvancedPicker/types.d.ts +0 -14
- package/es/components/molecules/DatePicker/components/AdvancedPicker/types.js +0 -1
- package/es/components/molecules/DatePicker/components/AdvancedPicker/utils.d.ts +0 -15
- package/es/components/molecules/DatePicker/components/AdvancedPicker/utils.js +0 -84
- package/es/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.d.ts +0 -15
- package/es/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.js +0 -70
- package/es/components/molecules/DatePicker/components/AdvancedRangePicker/constants.d.ts +0 -4
- package/es/components/molecules/DatePicker/components/AdvancedRangePicker/constants.js +0 -4
- package/es/components/molecules/DatePicker/components/AdvancedRangePicker/index.js +0 -1
- package/es/components/molecules/DatePicker/components/AdvancedRangePicker/types.d.ts +0 -17
- package/es/components/molecules/DatePicker/components/AdvancedRangePicker/types.js +0 -1
- package/es/components/molecules/DatePicker/index.js +0 -1
- package/es/components/molecules/Drawer/Drawer.d.ts +0 -1
- package/es/components/molecules/Drawer/Drawer.js +0 -2
- package/es/components/molecules/Drawer/index.d.ts +0 -1
- package/es/components/molecules/Drawer/index.js +0 -1
- package/es/components/molecules/Dropdown/Dropdown.d.ts +0 -1
- package/es/components/molecules/Dropdown/Dropdown.js +0 -1
- package/es/components/molecules/Dropdown/index.d.ts +0 -1
- package/es/components/molecules/Dropdown/index.js +0 -1
- package/es/components/molecules/EdgeSetting/index.js +0 -192
- package/es/components/molecules/EdgeSetting/styled.js +0 -18
- package/es/components/molecules/GradientSetting/index.d.ts +0 -19
- package/es/components/molecules/GradientSetting/index.js +0 -77
- package/es/components/molecules/IconSelection/components/Icon/index.js +0 -28
- package/es/components/molecules/IconSelection/constants.d.ts +0 -56
- package/es/components/molecules/IconSelection/constants.js +0 -89
- package/es/components/molecules/IconSelection/index.js +0 -143
- package/es/components/molecules/IconSelection/styled.d.ts +0 -8
- package/es/components/molecules/IconSelection/styled.js +0 -80
- package/es/components/molecules/IconSelection/types.js +0 -2
- package/es/components/molecules/IconSelection/utils.js +0 -13
- package/es/components/molecules/InputNumber/index.js +0 -81
- package/es/components/molecules/InputNumberWithUnit/index.js +0 -37
- package/es/components/molecules/InputNumberWithUnit/styled.js +0 -20
- package/es/components/molecules/InputSearch/index.js +0 -23
- package/es/components/molecules/InputSearch/styled.js +0 -48
- package/es/components/molecules/Modal/Modal.js +0 -26
- package/es/components/molecules/Modal/index.d.ts +0 -1
- package/es/components/molecules/Modal/index.js +0 -1
- package/es/components/molecules/Modal/styled.d.ts +0 -15
- package/es/components/molecules/Modal/styled.js +0 -78
- package/es/components/molecules/Popconfirm/Popconfirm.js +0 -2
- package/es/components/molecules/Popconfirm/index.js +0 -1
- package/es/components/molecules/PopupDraggable/PopupDraggable.js +0 -52
- package/es/components/molecules/PopupDraggable/index.js +0 -1
- package/es/components/molecules/PopupDraggable/styled.js +0 -52
- package/es/components/molecules/PopupDraggable/types.js +0 -1
- package/es/components/molecules/RadioGroup/index.js +0 -23
- package/es/components/molecules/RadioGroup/styled.js +0 -14
- package/es/components/molecules/Result/Result.js +0 -2
- package/es/components/molecules/Result/index.js +0 -1
- package/es/components/molecules/Select/Select.d.ts +0 -14
- package/es/components/molecules/Select/Select.js +0 -29
- package/es/components/molecules/Select/Test.d.ts +0 -2
- package/es/components/molecules/Select/Test.js +0 -22
- package/es/components/molecules/Select/index.js +0 -1
- package/es/components/molecules/Select/styled.d.ts +0 -4
- package/es/components/molecules/Select/styled.js +0 -41
- package/es/components/molecules/SettingWrapper/index.d.ts +0 -13
- package/es/components/molecules/SettingWrapper/index.js +0 -20
- package/es/components/molecules/SettingWrapper/styled.js +0 -17
- package/es/components/molecules/SliderWithInputNumber/index.js +0 -62
- package/es/components/molecules/SliderWithInputNumber/styled.js +0 -8
- package/es/components/molecules/Tabs/Tabs.d.ts +0 -1
- package/es/components/molecules/Tabs/Tabs.js +0 -1
- package/es/components/molecules/Tabs/index.js +0 -1
- package/es/components/molecules/TreeSelect/TreeSelect.d.ts +0 -11
- package/es/components/molecules/TreeSelect/TreeSelect.js +0 -2
- package/es/components/molecules/TreeSelect/index.js +0 -1
- package/es/components/molecules/UploadImage/MediaIcon.d.ts +0 -2
- package/es/components/molecules/UploadImage/MediaIcon.js +0 -8
- package/es/components/molecules/UploadImage/index.d.ts +0 -33
- package/es/components/molecules/UploadImage/index.js +0 -366
- package/es/components/molecules/UploadImage/styled.js +0 -134
- package/es/components/molecules/index.d.ts +0 -30
- package/es/components/molecules/index.js +0 -27
- package/es/components/organism/Help/Help.js +0 -1005
- package/es/components/organism/Help/constants.js +0 -1653
- package/es/components/organism/Help/index.js +0 -1
- package/es/components/organism/Help/styled.d.ts +0 -71
- package/es/components/organism/Help/styled.js +0 -264
- package/es/components/organism/Help/types.d.ts +0 -67
- package/es/components/organism/Help/types.js +0 -1
- package/es/components/organism/Help/utils.js +0 -82
- package/es/components/organism/PositionSetting/config.js +0 -10
- package/es/components/organism/PositionSetting/index.js +0 -62
- package/es/components/organism/PositionSetting/styled.js +0 -3
- package/es/components/organism/PositionSetting/types.js +0 -1
- package/es/components/organism/Table/CrossTabTable/CrossTabTable.js +0 -305
- package/es/components/organism/Table/CrossTabTable/components/CustomCell/CustomCell.js +0 -22
- package/es/components/organism/Table/CrossTabTable/components/CustomCell/index.js +0 -1
- package/es/components/organism/Table/CrossTabTable/components/CustomCell/styled.js +0 -13
- package/es/components/organism/Table/CrossTabTable/constants.js +0 -1525
- package/es/components/organism/Table/CrossTabTable/index.js +0 -1
- package/es/components/organism/Table/CrossTabTable/styled.js +0 -13
- package/es/components/organism/Table/CrossTabTable/types.js +0 -1
- package/es/components/organism/Table/CrossTabTable/utils.js +0 -1
- package/es/components/organism/Table/ExplorePivotTable/ExplorePivotTable.js +0 -51
- package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/CustomCell.js +0 -41
- package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/index.js +0 -1
- package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/styled.js +0 -21
- package/es/components/organism/Table/ExplorePivotTable/constants.js +0 -84
- package/es/components/organism/Table/ExplorePivotTable/index.js +0 -2
- package/es/components/organism/Table/ExplorePivotTable/styled.js +0 -15
- package/es/components/organism/Table/ExplorePivotTable/types.js +0 -1
- package/es/components/organism/Table/ExplorePivotTable/utils.js +0 -154
- package/es/components/organism/Table/Table.js +0 -1
- package/es/components/organism/Table/index.js +0 -2
- package/es/components/organism/index.d.ts +0 -3
- package/es/components/organism/index.js +0 -3
- package/es/constants/gradientSetting.js +0 -86
- package/es/constants/index.d.ts +0 -3
- package/es/constants/index.js +0 -3
- package/es/constants/keyCode.js +0 -394
- package/es/constants/storybook.d.ts +0 -11
- package/es/constants/storybook.js +0 -24
- package/es/constants/theme.d.ts +0 -12
- package/es/constants/theme.js +0 -146
- package/es/hooks/index.d.ts +0 -2
- package/es/hooks/index.js +0 -21
- package/es/hooks/useDebounce.js +0 -15
- package/es/index.d.ts +0 -1
- package/es/locales/en/translation.json +0 -66
- package/es/locales/i18n.d.ts +0 -140
- package/es/locales/i18n.js +0 -38
- package/es/locales/translations.d.ts +0 -70
- package/es/locales/translations.js +0 -35
- package/es/locales/types.js +0 -1
- package/es/locales/vi/translation.json +0 -66
- package/es/models/SavedImage.d.ts +0 -32
- package/es/models/SavedImage.js +0 -26
- package/es/models/Upload.d.ts +0 -32
- package/es/models/Upload.js +0 -21
- package/es/models/model.js +0 -5
- package/es/services/MediaTemplateDesign/UploadFile/index.d.ts +0 -6
- package/es/services/MediaTemplateDesign/UploadFile/index.js +0 -75
- package/es/services/Ticket.js +0 -73
- package/es/services/constants.js +0 -21
- package/es/services/index.d.ts +0 -9
- package/es/services/index.js +0 -64
- package/es/stories/assets/code-brackets.svg +0 -1
- package/es/stories/assets/colors.svg +0 -1
- package/es/stories/assets/comments.svg +0 -1
- package/es/stories/assets/direction.svg +0 -1
- package/es/stories/assets/flow.svg +0 -1
- package/es/stories/assets/plugin.svg +0 -1
- package/es/stories/assets/repo.svg +0 -1
- package/es/stories/assets/stackalt.svg +0 -1
- package/es/test.d.ts +0 -13
- package/es/test.js +0 -168
- package/es/types/index.js +0 -1
- package/es/utils/color.js +0 -61
- package/es/utils/common.d.ts +0 -53
- package/es/utils/common.js +0 -355
- package/es/utils/handleError.d.ts +0 -2
- package/es/utils/handleError.js +0 -6
- package/es/utils/index.d.ts +0 -3
- package/es/utils/index.js +0 -3
- package/es/utils/loadable.d.ts +0 -7
- package/es/utils/loadable.js +0 -10
- package/es/utils/web.js +0 -26
- /package/{dist/public/icons/placeholder-image.png → es/placeholder-image-CONJLTSO.png} +0 -0
- /package/es/{components/icons/type.js → types/__tests__/styleMock.test.d.ts} +0 -0
- /package/es/{components → types/components}/atoms/Alert/index.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Button/test.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Checkbox/Checkbox.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Checkbox/index.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Divider/Divider.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Divider/index.d.ts +0 -0
- /package/es/{components → types/components}/atoms/DividerPure/DividerPure.d.ts +0 -0
- /package/es/{components → types/components}/atoms/DividerPure/index.d.ts +0 -0
- /package/es/{components → types/components}/atoms/DividerPure/styled.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Empty/index.d.ts +0 -0
- /package/es/{components → types/components}/atoms/FloatButton/FloatButton.d.ts +0 -0
- /package/es/{components → types/components}/atoms/FloatButton/index.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Grid/Grid.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Grid/index.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Input/index.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Message/Message.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Message/index.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Notification/Notification.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Notification/index.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Pagination/Pagination.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Popover/Popover.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Progress/Progress.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Progress/index.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Radio/Radio.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Radio/index.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Rate/index.d.ts +0 -0
- /package/es/{components → types/components}/atoms/ScrollBox/index.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Segmented/Segmented.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Segmented/index.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Skeleton/Skeleton.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Skeleton/index.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Slider/styled.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Space/Space.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Space/index.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Spin/index.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Spin/styled.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Statistic/Statistic.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Statistic/index.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Steps/index.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Tag/index.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Text/index.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Text/styled.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Timeline/Timeline.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Timeline/index.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Tooltip/Tooltip.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Tooltip/index.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Typography/Text.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Typography/index.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Watermark/Watermark.d.ts +0 -0
- /package/es/{components → types/components}/atoms/Watermark/index.d.ts +0 -0
- /package/es/{components → types/components}/molecules/AlignSetting/index.d.ts +0 -0
- /package/es/{components → types/components}/molecules/AlignSetting/styled.d.ts +0 -0
- /package/es/{components → types/components}/molecules/CaptureScreen/components/CommentBox/index.d.ts +0 -0
- /package/es/{components → types/components}/molecules/CaptureScreen/components/CommentBox/styled.d.ts +0 -0
- /package/es/{components → types/components}/molecules/CaptureScreen/components/CommentBox/types.d.ts +0 -0
- /package/es/{components → types/components}/molecules/CaptureScreen/components/Cursor/index.d.ts +0 -0
- /package/es/{components → types/components}/molecules/CaptureScreen/components/Cursor/styled.d.ts +0 -0
- /package/es/{components → types/components}/molecules/CaptureScreen/components/Cursor/types.d.ts +0 -0
- /package/es/{components → types/components}/molecules/CaptureScreen/constants.d.ts +0 -0
- /package/es/{components → types/components}/molecules/CaptureScreen/hooks/useImageEditor.d.ts +0 -0
- /package/es/{components → types/components}/molecules/CaptureScreen/index.d.ts +0 -0
- /package/es/{components → types/components}/molecules/CaptureScreen/styled.d.ts +0 -0
- /package/es/{components → types/components}/molecules/CaptureScreen/themes/black.d.ts +0 -0
- /package/es/{components → types/components}/molecules/CaptureScreen/themes/white.d.ts +0 -0
- /package/es/{components → types/components}/molecules/CaptureScreen/types.d.ts +0 -0
- /package/es/{components → types/components}/molecules/CaptureScreen/utils.d.ts +0 -0
- /package/es/{components → types/components}/molecules/Card/Card.d.ts +0 -0
- /package/es/{components → types/components}/molecules/Card/index.d.ts +0 -0
- /package/es/{components → types/components}/molecules/Cascader/Cascader.d.ts +0 -0
- /package/es/{components → types/components}/molecules/Cascader/index.d.ts +0 -0
- /package/es/{components → types/components}/molecules/ChatBox/ChatBox.d.ts +0 -0
- /package/es/{components → types/components}/molecules/ChatBox/MessageItem.d.ts +0 -0
- /package/es/{components → types/components}/molecules/Collapse/index.d.ts +0 -0
- /package/es/{components → types/components}/molecules/ColorPicker/CustomPicker/index.d.ts +0 -0
- /package/es/{components → types/components}/molecules/ColorPicker/SketchPicker/index.d.ts +0 -0
- /package/es/{components → types/components}/molecules/ColorPicker/styled.d.ts +0 -0
- /package/es/{components → types/components}/molecules/ColorSetting/index.d.ts +0 -0
- /package/es/{components → types/components}/molecules/DatePicker/DatePicker.d.ts +0 -0
- /package/es/{components → types/components}/molecules/DatePicker/components/AdvancedPicker/index.d.ts +0 -0
- /package/es/{components → types/components}/molecules/DatePicker/components/AdvancedRangePicker/index.d.ts +0 -0
- /package/es/{components → types/components}/molecules/DatePicker/index.d.ts +0 -0
- /package/es/{components → types/components}/molecules/EdgeSetting/index.d.ts +0 -0
- /package/es/{components → types/components}/molecules/EdgeSetting/styled.d.ts +0 -0
- /package/es/{components → types/components}/molecules/IconSelection/components/Icon/index.d.ts +0 -0
- /package/es/{components → types/components}/molecules/IconSelection/index.d.ts +0 -0
- /package/es/{components → types/components}/molecules/IconSelection/types.d.ts +0 -0
- /package/es/{components → types/components}/molecules/IconSelection/utils.d.ts +0 -0
- /package/es/{components → types/components}/molecules/InputNumber/index.d.ts +0 -0
- /package/es/{components → types/components}/molecules/InputNumberWithUnit/index.d.ts +0 -0
- /package/es/{components → types/components}/molecules/InputNumberWithUnit/styled.d.ts +0 -0
- /package/es/{components → types/components}/molecules/InputSearch/index.d.ts +0 -0
- /package/es/{components → types/components}/molecules/InputSearch/styled.d.ts +0 -0
- /package/es/{components → types/components}/molecules/Modal/Modal.d.ts +0 -0
- /package/es/{components → types/components}/molecules/Popconfirm/Popconfirm.d.ts +0 -0
- /package/es/{components → types/components}/molecules/Popconfirm/index.d.ts +0 -0
- /package/es/{components → types/components}/molecules/PopupDraggable/PopupDraggable.d.ts +0 -0
- /package/es/{components → types/components}/molecules/PopupDraggable/index.d.ts +0 -0
- /package/es/{components → types/components}/molecules/PopupDraggable/styled.d.ts +0 -0
- /package/es/{components → types/components}/molecules/PopupDraggable/types.d.ts +0 -0
- /package/es/{components → types/components}/molecules/RadioGroup/index.d.ts +0 -0
- /package/es/{components → types/components}/molecules/RadioGroup/styled.d.ts +0 -0
- /package/es/{components → types/components}/molecules/Result/Result.d.ts +0 -0
- /package/es/{components → types/components}/molecules/Result/index.d.ts +0 -0
- /package/es/{components → types/components}/molecules/Select/index.d.ts +0 -0
- /package/es/{components → types/components}/molecules/SettingWrapper/styled.d.ts +0 -0
- /package/es/{assets/css/main.scss → types/components/molecules/ShareAccess/components/ModalTransferOwnerShip/index.d.ts} +0 -0
- /package/es/{components → types/components}/molecules/SliderWithInputNumber/index.d.ts +0 -0
- /package/es/{components → types/components}/molecules/SliderWithInputNumber/styled.d.ts +0 -0
- /package/es/{components → types/components}/molecules/Tabs/index.d.ts +0 -0
- /package/es/{components → types/components}/molecules/TreeSelect/index.d.ts +0 -0
- /package/es/{components → types/components}/molecules/UploadImage/styled.d.ts +0 -0
- /package/es/{components → types/components}/organism/Help/Help.d.ts +0 -0
- /package/es/{components → types/components}/organism/Help/constants.d.ts +0 -0
- /package/es/{components → types/components}/organism/Help/index.d.ts +0 -0
- /package/es/{components → types/components}/organism/Help/utils.d.ts +0 -0
- /package/es/{components → types/components}/organism/PositionSetting/config.d.ts +0 -0
- /package/es/{components → types/components}/organism/PositionSetting/index.d.ts +0 -0
- /package/es/{components → types/components}/organism/PositionSetting/styled.d.ts +0 -0
- /package/es/{components → types/components}/organism/PositionSetting/types.d.ts +0 -0
- /package/es/{components → types/components}/organism/Table/CrossTabTable/CrossTabTable.d.ts +0 -0
- /package/es/{components → types/components}/organism/Table/CrossTabTable/components/CustomCell/CustomCell.d.ts +0 -0
- /package/es/{components → types/components}/organism/Table/CrossTabTable/components/CustomCell/index.d.ts +0 -0
- /package/es/{components → types/components}/organism/Table/CrossTabTable/components/CustomCell/styled.d.ts +0 -0
- /package/es/{components → types/components}/organism/Table/CrossTabTable/constants.d.ts +0 -0
- /package/es/{components → types/components}/organism/Table/CrossTabTable/index.d.ts +0 -0
- /package/es/{components → types/components}/organism/Table/CrossTabTable/styled.d.ts +0 -0
- /package/es/{components → types/components}/organism/Table/CrossTabTable/types.d.ts +0 -0
- /package/es/{components → types/components}/organism/Table/CrossTabTable/utils.d.ts +0 -0
- /package/es/{components → types/components}/organism/Table/ExplorePivotTable/ExplorePivotTable.d.ts +0 -0
- /package/es/{components → types/components}/organism/Table/ExplorePivotTable/components/CustomCell/CustomCell.d.ts +0 -0
- /package/es/{components → types/components}/organism/Table/ExplorePivotTable/components/CustomCell/index.d.ts +0 -0
- /package/es/{components → types/components}/organism/Table/ExplorePivotTable/components/CustomCell/styled.d.ts +0 -0
- /package/es/{components → types/components}/organism/Table/ExplorePivotTable/constants.d.ts +0 -0
- /package/es/{components → types/components}/organism/Table/ExplorePivotTable/index.d.ts +0 -0
- /package/es/{components → types/components}/organism/Table/ExplorePivotTable/styled.d.ts +0 -0
- /package/es/{components → types/components}/organism/Table/ExplorePivotTable/types.d.ts +0 -0
- /package/es/{components → types/components}/organism/Table/ExplorePivotTable/utils.d.ts +0 -0
- /package/es/{components → types/components}/organism/Table/Table.d.ts +0 -0
- /package/es/{components → types/components}/organism/Table/index.d.ts +0 -0
- /package/es/{constants → types/constants}/gradientSetting.d.ts +0 -0
- /package/es/{constants → types/constants}/keyCode.d.ts +0 -0
- /package/es/{hooks → types/hooks}/useDebounce.d.ts +0 -0
- /package/es/{locales → types/locales}/types.d.ts +0 -0
- /package/es/{models → types/models}/model.d.ts +0 -0
- /package/es/{components/common → types/providers}/ConfigProvider/GlobalStyle.d.ts +0 -0
- /package/es/{components/common → types/providers}/ConfigProvider/index.d.ts +0 -0
- /package/es/{services → types/services}/Ticket.d.ts +0 -0
- /package/es/{services → types/services}/constants.d.ts +0 -0
- /package/es/{utils → types/utils}/color.d.ts +0 -0
- /package/es/{utils → types/utils}/web.d.ts +0 -0
|
@@ -0,0 +1,922 @@
|
|
|
1
|
+
export declare const translationsJson: {
|
|
2
|
+
en: {
|
|
3
|
+
translation: {
|
|
4
|
+
global: {
|
|
5
|
+
minus: string;
|
|
6
|
+
plus: string;
|
|
7
|
+
replace: string;
|
|
8
|
+
search: string;
|
|
9
|
+
"save&apply": string;
|
|
10
|
+
apply: string;
|
|
11
|
+
removeAll: string;
|
|
12
|
+
selectAll: string;
|
|
13
|
+
selected: string;
|
|
14
|
+
selectItemsFromList: string;
|
|
15
|
+
noResultsMatchesKeyWord: string;
|
|
16
|
+
};
|
|
17
|
+
form: {
|
|
18
|
+
placeholder: {
|
|
19
|
+
enterTextHere: string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
button: {};
|
|
23
|
+
datePicker: {
|
|
24
|
+
startDate: string;
|
|
25
|
+
endDate: string;
|
|
26
|
+
dateTypes: {
|
|
27
|
+
today: string;
|
|
28
|
+
firstDayOfWeekMonSun: string;
|
|
29
|
+
firstDayOfWeekSunSat: string;
|
|
30
|
+
firstDayOfMonth: string;
|
|
31
|
+
firstDayOfQuarter: string;
|
|
32
|
+
firstDayOfYear: string;
|
|
33
|
+
lastDayOfWeekMonSun: string;
|
|
34
|
+
lastDayOfWeekSunSat: string;
|
|
35
|
+
lastDayOfMonth: string;
|
|
36
|
+
lastDayOfQuarter: string;
|
|
37
|
+
lastDayOfYear: string;
|
|
38
|
+
fixed: string;
|
|
39
|
+
};
|
|
40
|
+
seconds: string;
|
|
41
|
+
minutes: string;
|
|
42
|
+
hours: string;
|
|
43
|
+
days: string;
|
|
44
|
+
weeks: string;
|
|
45
|
+
months: string;
|
|
46
|
+
quarters: string;
|
|
47
|
+
years: string;
|
|
48
|
+
};
|
|
49
|
+
edit: {
|
|
50
|
+
title: string;
|
|
51
|
+
description: string;
|
|
52
|
+
};
|
|
53
|
+
close: {
|
|
54
|
+
title: string;
|
|
55
|
+
description: string;
|
|
56
|
+
};
|
|
57
|
+
duplicate: {
|
|
58
|
+
title: string;
|
|
59
|
+
};
|
|
60
|
+
delete: {
|
|
61
|
+
title: string;
|
|
62
|
+
};
|
|
63
|
+
messageError: {
|
|
64
|
+
createColorProfile: {
|
|
65
|
+
message: string;
|
|
66
|
+
description: string;
|
|
67
|
+
};
|
|
68
|
+
maxLength: {
|
|
69
|
+
message: string;
|
|
70
|
+
description: string;
|
|
71
|
+
};
|
|
72
|
+
promotionPoolDeactivated: {
|
|
73
|
+
message: string;
|
|
74
|
+
description: string;
|
|
75
|
+
};
|
|
76
|
+
BOArchive: {
|
|
77
|
+
message: string;
|
|
78
|
+
description: string;
|
|
79
|
+
};
|
|
80
|
+
BODelete: {
|
|
81
|
+
message: string;
|
|
82
|
+
description: string;
|
|
83
|
+
};
|
|
84
|
+
attributeArchive: {
|
|
85
|
+
message: string;
|
|
86
|
+
description: string;
|
|
87
|
+
};
|
|
88
|
+
attributeDelete: {
|
|
89
|
+
message: string;
|
|
90
|
+
description: string;
|
|
91
|
+
};
|
|
92
|
+
collectionArchive: {
|
|
93
|
+
message: string;
|
|
94
|
+
description: string;
|
|
95
|
+
};
|
|
96
|
+
collectionDisable: {
|
|
97
|
+
message: string;
|
|
98
|
+
description: string;
|
|
99
|
+
};
|
|
100
|
+
collectionDelete: {
|
|
101
|
+
message: string;
|
|
102
|
+
description: string;
|
|
103
|
+
};
|
|
104
|
+
blockError: {
|
|
105
|
+
message: string;
|
|
106
|
+
description: string;
|
|
107
|
+
};
|
|
108
|
+
boError: {
|
|
109
|
+
message: string;
|
|
110
|
+
description: string;
|
|
111
|
+
};
|
|
112
|
+
fieldIsRequired: {
|
|
113
|
+
message: string;
|
|
114
|
+
description: string;
|
|
115
|
+
};
|
|
116
|
+
completeSetupInContentSources: {
|
|
117
|
+
message: string;
|
|
118
|
+
description: string;
|
|
119
|
+
};
|
|
120
|
+
fieldEmpty: {
|
|
121
|
+
message: string;
|
|
122
|
+
};
|
|
123
|
+
nameExisted: {
|
|
124
|
+
message: string;
|
|
125
|
+
};
|
|
126
|
+
richMenuSwitchNoExist: {
|
|
127
|
+
message: string;
|
|
128
|
+
};
|
|
129
|
+
};
|
|
130
|
+
expandEditor: {
|
|
131
|
+
title: string;
|
|
132
|
+
description: string;
|
|
133
|
+
};
|
|
134
|
+
dynamicContent: {
|
|
135
|
+
title: string;
|
|
136
|
+
modal: {
|
|
137
|
+
error: {
|
|
138
|
+
boAttr: string;
|
|
139
|
+
customerAttr: string;
|
|
140
|
+
eventAttr: string;
|
|
141
|
+
eventBySource: string;
|
|
142
|
+
promotionCodeAttr: string;
|
|
143
|
+
promotionPools: string;
|
|
144
|
+
source: string;
|
|
145
|
+
visitorAttr: string;
|
|
146
|
+
perName: string;
|
|
147
|
+
function: string;
|
|
148
|
+
};
|
|
149
|
+
label: {
|
|
150
|
+
index: string;
|
|
151
|
+
contentSource: string;
|
|
152
|
+
personalizationName: string;
|
|
153
|
+
function: string;
|
|
154
|
+
ouputDataType: string;
|
|
155
|
+
ouputFormat: string;
|
|
156
|
+
saveTemplate: string;
|
|
157
|
+
attribute: string;
|
|
158
|
+
promotionCodeAttr: string;
|
|
159
|
+
promotionPools: string;
|
|
160
|
+
selectEvent: string;
|
|
161
|
+
selectEventAttr: string;
|
|
162
|
+
selectSource: string;
|
|
163
|
+
displayFormat: string;
|
|
164
|
+
numberFormated: string;
|
|
165
|
+
formNumberDisplayFormat: {
|
|
166
|
+
currency: string;
|
|
167
|
+
currencySymbol: string;
|
|
168
|
+
currencyCode: string;
|
|
169
|
+
compact: string;
|
|
170
|
+
decimalPlace: string;
|
|
171
|
+
grouping: string;
|
|
172
|
+
decimal: string;
|
|
173
|
+
groupingIconTooltipTitle: string;
|
|
174
|
+
decimalIconTooltipTitle: string;
|
|
175
|
+
};
|
|
176
|
+
datimeDisplayFormat: {
|
|
177
|
+
dateDF: string;
|
|
178
|
+
timeDF: string;
|
|
179
|
+
short: string;
|
|
180
|
+
medium: string;
|
|
181
|
+
long: string;
|
|
182
|
+
use24hour: string;
|
|
183
|
+
};
|
|
184
|
+
};
|
|
185
|
+
message: {
|
|
186
|
+
confirmDeleteVariable: string;
|
|
187
|
+
selectDisableEventAttr: string;
|
|
188
|
+
};
|
|
189
|
+
dynamicContentType: {
|
|
190
|
+
customerAttr: string;
|
|
191
|
+
eventAttr: string;
|
|
192
|
+
promotionCode: string;
|
|
193
|
+
visitorAttr: string;
|
|
194
|
+
custom: string;
|
|
195
|
+
};
|
|
196
|
+
attrDisplayFormat: {
|
|
197
|
+
number: string;
|
|
198
|
+
percentage: string;
|
|
199
|
+
currency: string;
|
|
200
|
+
datetime: string;
|
|
201
|
+
rawString: string;
|
|
202
|
+
};
|
|
203
|
+
title: {
|
|
204
|
+
addDynamicContent: string;
|
|
205
|
+
deleteVariable: string;
|
|
206
|
+
};
|
|
207
|
+
};
|
|
208
|
+
sidePanel: {
|
|
209
|
+
highlightCheckbox: string;
|
|
210
|
+
title: string;
|
|
211
|
+
addDynamicContent: string;
|
|
212
|
+
};
|
|
213
|
+
};
|
|
214
|
+
linear: string;
|
|
215
|
+
radial: string;
|
|
216
|
+
gradientStyle: string;
|
|
217
|
+
angle: string;
|
|
218
|
+
gradientColor: string;
|
|
219
|
+
gradientLocation: string;
|
|
220
|
+
firstColor: string;
|
|
221
|
+
secondColor: string;
|
|
222
|
+
firstColorLocation: string;
|
|
223
|
+
secondColorLocation: string;
|
|
224
|
+
leftTop: string;
|
|
225
|
+
leftCenter: string;
|
|
226
|
+
leftBottom: string;
|
|
227
|
+
rightTop: string;
|
|
228
|
+
rightCenter: string;
|
|
229
|
+
rightBottom: string;
|
|
230
|
+
centerTop: string;
|
|
231
|
+
centerCenter: string;
|
|
232
|
+
centerBottom: string;
|
|
233
|
+
position: string;
|
|
234
|
+
addColor: string;
|
|
235
|
+
ordinalText: {
|
|
236
|
+
first: string;
|
|
237
|
+
second: string;
|
|
238
|
+
third: string;
|
|
239
|
+
fourth: string;
|
|
240
|
+
fifth: string;
|
|
241
|
+
sixth: string;
|
|
242
|
+
seventh: string;
|
|
243
|
+
eighth: string;
|
|
244
|
+
ninth: string;
|
|
245
|
+
tenth: string;
|
|
246
|
+
};
|
|
247
|
+
cellAction: string;
|
|
248
|
+
templateListing: {
|
|
249
|
+
removeSuccess: string;
|
|
250
|
+
removeFailed: string;
|
|
251
|
+
addFailed: string;
|
|
252
|
+
addSuccess: string;
|
|
253
|
+
updateFailed: string;
|
|
254
|
+
updateSuccess: string;
|
|
255
|
+
};
|
|
256
|
+
products: {
|
|
257
|
+
title: string;
|
|
258
|
+
description: string;
|
|
259
|
+
};
|
|
260
|
+
articles: {
|
|
261
|
+
title: string;
|
|
262
|
+
description: string;
|
|
263
|
+
};
|
|
264
|
+
selectAField: {
|
|
265
|
+
title: string;
|
|
266
|
+
description: string;
|
|
267
|
+
};
|
|
268
|
+
selectContent: {
|
|
269
|
+
title: string;
|
|
270
|
+
description: string;
|
|
271
|
+
};
|
|
272
|
+
orSelectAField: {
|
|
273
|
+
title: string;
|
|
274
|
+
description: string;
|
|
275
|
+
};
|
|
276
|
+
valueFilterEmpty: {
|
|
277
|
+
title: string;
|
|
278
|
+
description: string;
|
|
279
|
+
};
|
|
280
|
+
attrDisabled: {
|
|
281
|
+
title: string;
|
|
282
|
+
description: string;
|
|
283
|
+
};
|
|
284
|
+
interest: {
|
|
285
|
+
title: string;
|
|
286
|
+
description: string;
|
|
287
|
+
};
|
|
288
|
+
with: {
|
|
289
|
+
title: string;
|
|
290
|
+
};
|
|
291
|
+
days: {
|
|
292
|
+
title: string;
|
|
293
|
+
label: string;
|
|
294
|
+
description: string;
|
|
295
|
+
};
|
|
296
|
+
by: {
|
|
297
|
+
title: string;
|
|
298
|
+
description: string;
|
|
299
|
+
};
|
|
300
|
+
in: {
|
|
301
|
+
title: string;
|
|
302
|
+
description: string;
|
|
303
|
+
};
|
|
304
|
+
last: {
|
|
305
|
+
title: string;
|
|
306
|
+
description: string;
|
|
307
|
+
};
|
|
308
|
+
to: {
|
|
309
|
+
title: string;
|
|
310
|
+
description: string;
|
|
311
|
+
};
|
|
312
|
+
today: {
|
|
313
|
+
title: string;
|
|
314
|
+
description: string;
|
|
315
|
+
};
|
|
316
|
+
yesterday: {
|
|
317
|
+
title: string;
|
|
318
|
+
description: string;
|
|
319
|
+
};
|
|
320
|
+
contentSources: {
|
|
321
|
+
title: string;
|
|
322
|
+
description: string;
|
|
323
|
+
errorMessage: {
|
|
324
|
+
groupSameName: string;
|
|
325
|
+
groupNameEmpty: string;
|
|
326
|
+
};
|
|
327
|
+
};
|
|
328
|
+
fallback: {
|
|
329
|
+
title: string;
|
|
330
|
+
options: {
|
|
331
|
+
none: string;
|
|
332
|
+
hidden: string;
|
|
333
|
+
mostSeen: string;
|
|
334
|
+
mostCart: string;
|
|
335
|
+
mostBought: string;
|
|
336
|
+
};
|
|
337
|
+
};
|
|
338
|
+
group: {
|
|
339
|
+
title: string;
|
|
340
|
+
description: string;
|
|
341
|
+
};
|
|
342
|
+
addGroup: {
|
|
343
|
+
title: string;
|
|
344
|
+
description: string;
|
|
345
|
+
};
|
|
346
|
+
groupName: {
|
|
347
|
+
title: string;
|
|
348
|
+
description: string;
|
|
349
|
+
};
|
|
350
|
+
selectAnItem: {
|
|
351
|
+
title: string;
|
|
352
|
+
description: string;
|
|
353
|
+
};
|
|
354
|
+
selectContentSource: {
|
|
355
|
+
title: string;
|
|
356
|
+
description: string;
|
|
357
|
+
};
|
|
358
|
+
contentSource: {
|
|
359
|
+
title: string;
|
|
360
|
+
};
|
|
361
|
+
customCode: {
|
|
362
|
+
title: string;
|
|
363
|
+
description: string;
|
|
364
|
+
};
|
|
365
|
+
ranking: {
|
|
366
|
+
title: string;
|
|
367
|
+
description: string;
|
|
368
|
+
};
|
|
369
|
+
addAlgorithms: {
|
|
370
|
+
title: string;
|
|
371
|
+
description: string;
|
|
372
|
+
};
|
|
373
|
+
selectCollection: {
|
|
374
|
+
title: string;
|
|
375
|
+
description: string;
|
|
376
|
+
};
|
|
377
|
+
selectCategory: {
|
|
378
|
+
title: string;
|
|
379
|
+
description: string;
|
|
380
|
+
};
|
|
381
|
+
selectAlgorithms: {
|
|
382
|
+
title: string;
|
|
383
|
+
description: string;
|
|
384
|
+
};
|
|
385
|
+
multiSelectAlgorithms: {
|
|
386
|
+
title: string;
|
|
387
|
+
description: string;
|
|
388
|
+
};
|
|
389
|
+
cancel: {
|
|
390
|
+
title: string;
|
|
391
|
+
};
|
|
392
|
+
apply: {
|
|
393
|
+
title: string;
|
|
394
|
+
description: string;
|
|
395
|
+
};
|
|
396
|
+
keywords: {
|
|
397
|
+
title: string;
|
|
398
|
+
description: string;
|
|
399
|
+
};
|
|
400
|
+
title: {
|
|
401
|
+
title: string;
|
|
402
|
+
description: string;
|
|
403
|
+
};
|
|
404
|
+
name: {
|
|
405
|
+
title: string;
|
|
406
|
+
description: string;
|
|
407
|
+
};
|
|
408
|
+
tags: {
|
|
409
|
+
title: string;
|
|
410
|
+
description: string;
|
|
411
|
+
};
|
|
412
|
+
sort: {
|
|
413
|
+
title: string;
|
|
414
|
+
description: string;
|
|
415
|
+
};
|
|
416
|
+
order: {
|
|
417
|
+
title: string;
|
|
418
|
+
description: string;
|
|
419
|
+
};
|
|
420
|
+
sortBy: {
|
|
421
|
+
title: string;
|
|
422
|
+
description: string;
|
|
423
|
+
};
|
|
424
|
+
sortOrder: {
|
|
425
|
+
title: string;
|
|
426
|
+
description: string;
|
|
427
|
+
};
|
|
428
|
+
mix: {
|
|
429
|
+
title: string;
|
|
430
|
+
description: string;
|
|
431
|
+
};
|
|
432
|
+
selectEvent: {
|
|
433
|
+
title: string;
|
|
434
|
+
description: string;
|
|
435
|
+
};
|
|
436
|
+
inAnySourceOf: {
|
|
437
|
+
title: string;
|
|
438
|
+
description: string;
|
|
439
|
+
};
|
|
440
|
+
selectEventAttribute: {
|
|
441
|
+
title: string;
|
|
442
|
+
description: string;
|
|
443
|
+
};
|
|
444
|
+
selectAttribute: {
|
|
445
|
+
title: string;
|
|
446
|
+
description: string;
|
|
447
|
+
};
|
|
448
|
+
selectAttributeCapitalize: {
|
|
449
|
+
title: string;
|
|
450
|
+
description: string;
|
|
451
|
+
};
|
|
452
|
+
thisFieldIsRequired: {
|
|
453
|
+
title: string;
|
|
454
|
+
description: string;
|
|
455
|
+
};
|
|
456
|
+
custom: {
|
|
457
|
+
title: string;
|
|
458
|
+
};
|
|
459
|
+
excluded: {
|
|
460
|
+
title: string;
|
|
461
|
+
description: string;
|
|
462
|
+
};
|
|
463
|
+
or: {
|
|
464
|
+
title: string;
|
|
465
|
+
description: string;
|
|
466
|
+
};
|
|
467
|
+
field: {
|
|
468
|
+
title: string;
|
|
469
|
+
description: string;
|
|
470
|
+
};
|
|
471
|
+
index: {
|
|
472
|
+
title: string;
|
|
473
|
+
description: string;
|
|
474
|
+
};
|
|
475
|
+
selectField: {
|
|
476
|
+
title: string;
|
|
477
|
+
description: string;
|
|
478
|
+
};
|
|
479
|
+
selectIndex: {
|
|
480
|
+
title: string;
|
|
481
|
+
description: string;
|
|
482
|
+
};
|
|
483
|
+
altText: {
|
|
484
|
+
title: string;
|
|
485
|
+
description: string;
|
|
486
|
+
};
|
|
487
|
+
businessObject: {
|
|
488
|
+
title: string;
|
|
489
|
+
description: string;
|
|
490
|
+
};
|
|
491
|
+
businessObjectSettings: {
|
|
492
|
+
title: string;
|
|
493
|
+
description: string;
|
|
494
|
+
useOfTemplate: string;
|
|
495
|
+
};
|
|
496
|
+
level: {
|
|
497
|
+
title: string;
|
|
498
|
+
description: string;
|
|
499
|
+
};
|
|
500
|
+
filter: {
|
|
501
|
+
title: string;
|
|
502
|
+
description: string;
|
|
503
|
+
addFilter: string;
|
|
504
|
+
};
|
|
505
|
+
filters: {
|
|
506
|
+
title: string;
|
|
507
|
+
description: string;
|
|
508
|
+
};
|
|
509
|
+
customRanking: {
|
|
510
|
+
title: string;
|
|
511
|
+
description: string;
|
|
512
|
+
};
|
|
513
|
+
inputYourValue: {
|
|
514
|
+
title: string;
|
|
515
|
+
description: string;
|
|
516
|
+
};
|
|
517
|
+
and: {
|
|
518
|
+
title: string;
|
|
519
|
+
description: string;
|
|
520
|
+
};
|
|
521
|
+
selectDate: {
|
|
522
|
+
title: string;
|
|
523
|
+
description: string;
|
|
524
|
+
};
|
|
525
|
+
pleaseInputValue: {
|
|
526
|
+
title: string;
|
|
527
|
+
description: string;
|
|
528
|
+
};
|
|
529
|
+
fromBo: {
|
|
530
|
+
title: string;
|
|
531
|
+
description: string;
|
|
532
|
+
};
|
|
533
|
+
fromCotentSources: {
|
|
534
|
+
title: string;
|
|
535
|
+
description: string;
|
|
536
|
+
};
|
|
537
|
+
fromEvent: {
|
|
538
|
+
title: string;
|
|
539
|
+
description: string;
|
|
540
|
+
};
|
|
541
|
+
selectBo: {
|
|
542
|
+
title: string;
|
|
543
|
+
description: string;
|
|
544
|
+
};
|
|
545
|
+
selectContentSources: {
|
|
546
|
+
title: string;
|
|
547
|
+
description: string;
|
|
548
|
+
};
|
|
549
|
+
algorithms: {
|
|
550
|
+
title: string;
|
|
551
|
+
description: string;
|
|
552
|
+
};
|
|
553
|
+
pagination: {
|
|
554
|
+
showRow: string;
|
|
555
|
+
};
|
|
556
|
+
dataTableToolbar: {
|
|
557
|
+
toolbarActions: {
|
|
558
|
+
search: string;
|
|
559
|
+
column: string;
|
|
560
|
+
explore: string;
|
|
561
|
+
groupBy: string;
|
|
562
|
+
};
|
|
563
|
+
};
|
|
564
|
+
dataTableFilter: {
|
|
565
|
+
saveFilterSet: string;
|
|
566
|
+
replaceFilterSet: {
|
|
567
|
+
title: string;
|
|
568
|
+
description: string;
|
|
569
|
+
};
|
|
570
|
+
deleteFilterSet: {
|
|
571
|
+
title: string;
|
|
572
|
+
description: string;
|
|
573
|
+
};
|
|
574
|
+
filterBy: string;
|
|
575
|
+
orGoTo: string;
|
|
576
|
+
};
|
|
577
|
+
modifyColumn: {
|
|
578
|
+
customizeColumns: string;
|
|
579
|
+
saveColumnSet: string;
|
|
580
|
+
columnsSelected: string;
|
|
581
|
+
yourColumnSets: string;
|
|
582
|
+
deleteColumnSet: {
|
|
583
|
+
title: string;
|
|
584
|
+
description: string;
|
|
585
|
+
messageSuccess: string;
|
|
586
|
+
messageError: string;
|
|
587
|
+
};
|
|
588
|
+
replaceColumnSet: {
|
|
589
|
+
title: string;
|
|
590
|
+
description: string;
|
|
591
|
+
};
|
|
592
|
+
};
|
|
593
|
+
remove: string;
|
|
594
|
+
format: string;
|
|
595
|
+
viewAll: string;
|
|
596
|
+
noData: string;
|
|
597
|
+
extendValue: {
|
|
598
|
+
title: string;
|
|
599
|
+
placeholder: string;
|
|
600
|
+
};
|
|
601
|
+
leftMenu: {
|
|
602
|
+
pageTitle: {
|
|
603
|
+
_recommendation: string;
|
|
604
|
+
_dashboard: string;
|
|
605
|
+
_marketing: string;
|
|
606
|
+
_content: string;
|
|
607
|
+
_templates: string;
|
|
608
|
+
_profiles: string;
|
|
609
|
+
_data: string;
|
|
610
|
+
_insights: string;
|
|
611
|
+
_settings: string;
|
|
612
|
+
_overview: string;
|
|
613
|
+
_allChannel: string;
|
|
614
|
+
_allCampaign: string;
|
|
615
|
+
_orchestration: string;
|
|
616
|
+
_coupons: string;
|
|
617
|
+
_shortLinks: string;
|
|
618
|
+
_mediaTemplate: string;
|
|
619
|
+
_emailTemplate: string;
|
|
620
|
+
_journeyTactic: string;
|
|
621
|
+
_customers: string;
|
|
622
|
+
_visitors: string;
|
|
623
|
+
_segments: string;
|
|
624
|
+
_models: string;
|
|
625
|
+
_dataSchema: string;
|
|
626
|
+
_dataflows: string;
|
|
627
|
+
_histories: string;
|
|
628
|
+
_analysis: string;
|
|
629
|
+
_report: string;
|
|
630
|
+
_dataSources: string;
|
|
631
|
+
_gallery: string;
|
|
632
|
+
_accounts: string;
|
|
633
|
+
_roles: string;
|
|
634
|
+
_dataProtect: string;
|
|
635
|
+
_general: string;
|
|
636
|
+
_accountSharing: string;
|
|
637
|
+
_ticket: string;
|
|
638
|
+
_channelIntegration: string;
|
|
639
|
+
_diagrams: string;
|
|
640
|
+
_eventSources: string;
|
|
641
|
+
_events: string;
|
|
642
|
+
_dataObjects: string;
|
|
643
|
+
_conversion: string;
|
|
644
|
+
_dataViews: string;
|
|
645
|
+
_eventAttributes: string;
|
|
646
|
+
_analyticModels: string;
|
|
647
|
+
_batchStream: string;
|
|
648
|
+
_realtimeStream: string;
|
|
649
|
+
_sources: string;
|
|
650
|
+
_destinations: string;
|
|
651
|
+
_upload: string;
|
|
652
|
+
_export: string;
|
|
653
|
+
_sqlWorkspace: string;
|
|
654
|
+
_scheduleQuery: string;
|
|
655
|
+
_survey: string;
|
|
656
|
+
_monitor: string;
|
|
657
|
+
_projects: string;
|
|
658
|
+
_webPersonalize: string;
|
|
659
|
+
_schedule: string;
|
|
660
|
+
_explore: string;
|
|
661
|
+
_builtIn: string;
|
|
662
|
+
_standard: string;
|
|
663
|
+
};
|
|
664
|
+
};
|
|
665
|
+
layout: {
|
|
666
|
+
recommendationText: string;
|
|
667
|
+
};
|
|
668
|
+
accessDenied: {
|
|
669
|
+
title: string;
|
|
670
|
+
subTitle: string;
|
|
671
|
+
description: string;
|
|
672
|
+
requestAccess: string;
|
|
673
|
+
switchAccount: string;
|
|
674
|
+
};
|
|
675
|
+
requestAccess: {
|
|
676
|
+
placeholder: string;
|
|
677
|
+
deniedTitle: string;
|
|
678
|
+
deniedSubTitle: string;
|
|
679
|
+
sentTitle: string;
|
|
680
|
+
sentSubTitle: string;
|
|
681
|
+
requestText: string;
|
|
682
|
+
switchAccountText: string;
|
|
683
|
+
};
|
|
684
|
+
};
|
|
685
|
+
};
|
|
686
|
+
vi: {
|
|
687
|
+
translation: {
|
|
688
|
+
global: {
|
|
689
|
+
minus: string;
|
|
690
|
+
plus: string;
|
|
691
|
+
replace: string;
|
|
692
|
+
search: string;
|
|
693
|
+
"save&apply": string;
|
|
694
|
+
apply: string;
|
|
695
|
+
removeAll: string;
|
|
696
|
+
selectAll: string;
|
|
697
|
+
selected: string;
|
|
698
|
+
selectItemsFromList: string;
|
|
699
|
+
noResultsMatchesKeyWord: string;
|
|
700
|
+
};
|
|
701
|
+
form: {
|
|
702
|
+
placeholder: {
|
|
703
|
+
enterTextHere: string;
|
|
704
|
+
};
|
|
705
|
+
};
|
|
706
|
+
button: {};
|
|
707
|
+
datePicker: {
|
|
708
|
+
startDate: string;
|
|
709
|
+
endDate: string;
|
|
710
|
+
dateTypes: {
|
|
711
|
+
today: string;
|
|
712
|
+
firstDayOfWeekMonSun: string;
|
|
713
|
+
firstDayOfWeekSunSat: string;
|
|
714
|
+
firstDayOfMonth: string;
|
|
715
|
+
firstDayOfQuarter: string;
|
|
716
|
+
firstDayOfYear: string;
|
|
717
|
+
lastDayOfWeekMonSun: string;
|
|
718
|
+
lastDayOfWeekSunSat: string;
|
|
719
|
+
lastDayOfMonth: string;
|
|
720
|
+
lastDayOfQuarter: string;
|
|
721
|
+
lastDayOfYear: string;
|
|
722
|
+
fixed: string;
|
|
723
|
+
};
|
|
724
|
+
seconds: string;
|
|
725
|
+
minutes: string;
|
|
726
|
+
hours: string;
|
|
727
|
+
days: string;
|
|
728
|
+
weeks: string;
|
|
729
|
+
months: string;
|
|
730
|
+
quarters: string;
|
|
731
|
+
years: string;
|
|
732
|
+
};
|
|
733
|
+
addColor: string;
|
|
734
|
+
linear: string;
|
|
735
|
+
radial: string;
|
|
736
|
+
gradientStyle: string;
|
|
737
|
+
angle: string;
|
|
738
|
+
gradientColor: string;
|
|
739
|
+
gradientLocation: string;
|
|
740
|
+
firstColor: string;
|
|
741
|
+
secondColor: string;
|
|
742
|
+
firstColorLocation: string;
|
|
743
|
+
secondColorLocation: string;
|
|
744
|
+
leftTop: string;
|
|
745
|
+
leftCenter: string;
|
|
746
|
+
leftBottom: string;
|
|
747
|
+
rightTop: string;
|
|
748
|
+
rightCenter: string;
|
|
749
|
+
rightBottom: string;
|
|
750
|
+
centerTop: string;
|
|
751
|
+
centerCenter: string;
|
|
752
|
+
centerBottom: string;
|
|
753
|
+
position: string;
|
|
754
|
+
ordinalText: {
|
|
755
|
+
first: string;
|
|
756
|
+
second: string;
|
|
757
|
+
third: string;
|
|
758
|
+
fourth: string;
|
|
759
|
+
fifth: string;
|
|
760
|
+
sixth: string;
|
|
761
|
+
seventh: string;
|
|
762
|
+
eighth: string;
|
|
763
|
+
ninth: string;
|
|
764
|
+
tenth: string;
|
|
765
|
+
};
|
|
766
|
+
close: string;
|
|
767
|
+
templateListing: {
|
|
768
|
+
removeSuccess: string;
|
|
769
|
+
removeFailed: string;
|
|
770
|
+
addFailed: string;
|
|
771
|
+
addSuccess: string;
|
|
772
|
+
updateFailed: string;
|
|
773
|
+
updateSuccess: string;
|
|
774
|
+
};
|
|
775
|
+
pagination: {
|
|
776
|
+
showRow: string;
|
|
777
|
+
};
|
|
778
|
+
filter: {
|
|
779
|
+
title: string;
|
|
780
|
+
description: string;
|
|
781
|
+
addFilter: string;
|
|
782
|
+
};
|
|
783
|
+
dataTableToolbar: {
|
|
784
|
+
toolbarActions: {
|
|
785
|
+
search: string;
|
|
786
|
+
column: string;
|
|
787
|
+
explore: string;
|
|
788
|
+
groupBy: string;
|
|
789
|
+
};
|
|
790
|
+
};
|
|
791
|
+
dataTableFilter: {
|
|
792
|
+
saveFilterSet: string;
|
|
793
|
+
replaceFilterSet: {
|
|
794
|
+
title: string;
|
|
795
|
+
description: string;
|
|
796
|
+
};
|
|
797
|
+
deleteFilterSet: {
|
|
798
|
+
title: string;
|
|
799
|
+
description: string;
|
|
800
|
+
};
|
|
801
|
+
filterBy: string;
|
|
802
|
+
orGoTo: string;
|
|
803
|
+
};
|
|
804
|
+
modifyColumn: {
|
|
805
|
+
customizeColumns: string;
|
|
806
|
+
saveColumnSet: string;
|
|
807
|
+
columnsSelected: string;
|
|
808
|
+
yourColumnSets: string;
|
|
809
|
+
deleteColumnSet: {
|
|
810
|
+
title: string;
|
|
811
|
+
description: string;
|
|
812
|
+
messageSuccess: string;
|
|
813
|
+
messageError: string;
|
|
814
|
+
};
|
|
815
|
+
replaceColumnSet: {
|
|
816
|
+
title: string;
|
|
817
|
+
description: string;
|
|
818
|
+
};
|
|
819
|
+
};
|
|
820
|
+
edit: {
|
|
821
|
+
title: string;
|
|
822
|
+
description: string;
|
|
823
|
+
};
|
|
824
|
+
duplicate: {
|
|
825
|
+
title: string;
|
|
826
|
+
};
|
|
827
|
+
remove: string;
|
|
828
|
+
format: string;
|
|
829
|
+
viewAll: string;
|
|
830
|
+
noData: string;
|
|
831
|
+
extendValue: {
|
|
832
|
+
title: string;
|
|
833
|
+
placeholder: string;
|
|
834
|
+
};
|
|
835
|
+
leftMenu: {
|
|
836
|
+
pageTitle: {
|
|
837
|
+
recommendation: string;
|
|
838
|
+
_dashboard: string;
|
|
839
|
+
_marketing: string;
|
|
840
|
+
_content: string;
|
|
841
|
+
_templates: string;
|
|
842
|
+
_profiles: string;
|
|
843
|
+
_data: string;
|
|
844
|
+
_insights: string;
|
|
845
|
+
_settings: string;
|
|
846
|
+
_overview: string;
|
|
847
|
+
_allChannel: string;
|
|
848
|
+
_allCampaigns: string;
|
|
849
|
+
_orchestration: string;
|
|
850
|
+
_coupons: string;
|
|
851
|
+
_shortLinks: string;
|
|
852
|
+
_mediaTemplate: string;
|
|
853
|
+
_emailTemplate: string;
|
|
854
|
+
_journeyTactic: string;
|
|
855
|
+
_customers: string;
|
|
856
|
+
_visitors: string;
|
|
857
|
+
_segments: string;
|
|
858
|
+
_models: string;
|
|
859
|
+
_dataSchema: string;
|
|
860
|
+
_dataflows: string;
|
|
861
|
+
_histories: string;
|
|
862
|
+
_analysis: string;
|
|
863
|
+
_report: string;
|
|
864
|
+
_dataSources: string;
|
|
865
|
+
_gallery: string;
|
|
866
|
+
_accounts: string;
|
|
867
|
+
_roles: string;
|
|
868
|
+
_dataProtect: string;
|
|
869
|
+
_general: string;
|
|
870
|
+
_accountSharing: string;
|
|
871
|
+
_ticket: string;
|
|
872
|
+
_channelIntegration: string;
|
|
873
|
+
_diagrams: string;
|
|
874
|
+
_eventSources: string;
|
|
875
|
+
_events: string;
|
|
876
|
+
_dataObjects: string;
|
|
877
|
+
_conversion: string;
|
|
878
|
+
_dataViews: string;
|
|
879
|
+
_eventAttributes: string;
|
|
880
|
+
_analyticModels: string;
|
|
881
|
+
_batchStream: string;
|
|
882
|
+
_realtimeStream: string;
|
|
883
|
+
_sources: string;
|
|
884
|
+
_destinations: string;
|
|
885
|
+
_upload: string;
|
|
886
|
+
_export: string;
|
|
887
|
+
_sqlWorkspace: string;
|
|
888
|
+
_scheduleQuery: string;
|
|
889
|
+
_survey: string;
|
|
890
|
+
_monitor: string;
|
|
891
|
+
_projects: string;
|
|
892
|
+
_webPersonalize: string;
|
|
893
|
+
_schedule: string;
|
|
894
|
+
_explore: string;
|
|
895
|
+
_builtIn: string;
|
|
896
|
+
_standard: string;
|
|
897
|
+
};
|
|
898
|
+
};
|
|
899
|
+
layout: {
|
|
900
|
+
recommendationText: string;
|
|
901
|
+
};
|
|
902
|
+
accessDenied: {
|
|
903
|
+
title: string;
|
|
904
|
+
subTitle: string;
|
|
905
|
+
description: string;
|
|
906
|
+
requestAccess: string;
|
|
907
|
+
switchAccount: string;
|
|
908
|
+
};
|
|
909
|
+
requestAccess: {
|
|
910
|
+
placeholder: string;
|
|
911
|
+
deniedTitle: string;
|
|
912
|
+
deniedSubTitle: string;
|
|
913
|
+
sentTitle: string;
|
|
914
|
+
sentSubTitle: string;
|
|
915
|
+
requestText: string;
|
|
916
|
+
switchAccountText: string;
|
|
917
|
+
};
|
|
918
|
+
};
|
|
919
|
+
};
|
|
920
|
+
};
|
|
921
|
+
declare const i18nInstance: import("i18next").i18n;
|
|
922
|
+
export default i18nInstance;
|